/* =============================================
   SEKTÖREL RESTORAN TEMALARI — v5
   modern(varsayılan) + grill + pizza + burger + cigkofte
   Her tema = tamamen farklı DÜZEN + kart yapısı + grid
   ============================================= */

/* ===== KEYFRAMES ===== */
@keyframes t-fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@keyframes t-bounceIn{0%{opacity:0;transform:translateY(30px) scale(.92)}60%{opacity:1;transform:translateY(-4px) scale(1.01)}100%{opacity:1;transform:translateY(0) scale(1)}}
@keyframes t-flipIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@keyframes t-slideRight{from{opacity:0;transform:translateX(-15px)}to{opacity:1;transform:translateX(0)}}
@media (prefers-reduced-motion: reduce){
    body[class*="theme-"] .product-card{animation:none!important;opacity:1!important;transform:none!important}
}
@keyframes t-fireGlow{0%,100%{box-shadow:0 0 8px rgba(234,88,12,.15),0 0 20px rgba(220,38,38,.05)}50%{box-shadow:0 0 18px rgba(234,88,12,.3),0 0 40px rgba(220,38,38,.1)}}
@keyframes t-pulse{0%,100%{opacity:.85}50%{opacity:1}}
@keyframes t-neonGlow{0%,100%{box-shadow:0 0 6px var(--neon),0 0 12px var(--neon)}50%{box-shadow:0 0 14px var(--neon),0 0 30px var(--neon),0 0 50px var(--neon)}}
@keyframes t-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

/* ==========================================================
   TEMA 1: IZGARA / GRILL 🔥
   DÜZEN: 2 sütun grid, DİKEY kartlar (görsel üstte)
   Koyu zemin, ateş renkleri, kömür dokusu, 3D flip giriş
   ========================================================== */
body.theme-grill{
    --primary:#ea580c;--primary-light:rgba(234,88,12,.08);--secondary:#dc2626;--accent:#fbbf24;
    --bg:#0c0906;--bg-card:#1a1310;--bg-glass:rgba(12,9,6,.95);
    --border:rgba(234,88,12,.12);--text:#fde6c8;--text-secondary:#c9a77a;--text-muted:#8b7355;
    --gradient:linear-gradient(135deg,#dc2626,#ea580c);--shadow:0 6px 20px rgba(0,0,0,.5);
    --radius:12px;font-family:'Oswald',system-ui,sans-serif;letter-spacing:.3px
}
body.theme-grill{background:#0c0906;background-image:
    radial-gradient(ellipse at 20% 80%,rgba(220,38,38,.04),transparent 60%),
    radial-gradient(ellipse at 80% 20%,rgba(234,88,12,.03),transparent 60%),
    url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='1' fill='%23ea580c06'/%3E%3C/svg%3E")}
body.theme-grill .menu-header{background:linear-gradient(90deg,#1a0a04,#2d1408,#1a0a04)!important;background-size:200% 100%;animation:t-pulse 5s ease infinite;border-bottom:none;position:sticky;top:0;z-index:100;overflow:hidden;padding:20px 16px!important;box-shadow:0 4px 30px rgba(220,38,38,.15)}
/* Kategori tabs: header'ın altında sticky — scroll'da görünmeye devam et */
body.theme-grill .category-scroll{position:sticky;top:var(--menu-header-h,76px);z-index:90;background:linear-gradient(180deg,#0c0906 0%,#0c0906 85%,transparent);padding-top:14px!important;padding-bottom:10px!important;margin-top:0!important;backdrop-filter:blur(6px)}
/* Yatay/transparent logo: siyah arka plan kaldır, ateş glow'u ekle */
body.theme-grill .restaurant-logo.logo-horizontal,
body.theme-grill .restaurant-logo.logo-transparent{background:transparent!important;box-shadow:none!important;border-radius:0!important}
/* ============================================================
   GRILL LOGO — CANLI KÖMÜR ATEŞİ 🔥
   Uçuşan ember parçacıkları + coal glow + smoke trail
   ============================================================ */
body.theme-grill .restaurant-logo.logo-horizontal,
body.theme-grill .restaurant-logo.logo-transparent{
    position:relative;background:transparent!important;box-shadow:none!important;border-radius:0!important;
    isolation:isolate;
    overflow:visible!important;
    padding:0
}

/* Ateş konteyneri — logonun arkasına tam yerleşir, taşmaları gösterir */
body.theme-grill .logo-fire-bg{
    position:absolute;
    inset:-10px -20px -30px -20px;
    pointer-events:none;
    z-index:0;
    overflow:visible
}

/* ───── KÖMÜR TABANI — alttaki kızıl kor tabakası ───── */
body.theme-grill .logo-fire-bg .coal-base{
    position:absolute;
    left:50%;bottom:-18%;
    width:110%;height:70%;
    transform:translateX(-50%);
    background:
        radial-gradient(ellipse 60% 55% at 50% 100%, #ff4500 0%, #ff7b00 20%, rgba(255,150,20,.65) 40%, rgba(220,38,38,.35) 60%, transparent 80%),
        radial-gradient(ellipse 80% 45% at 50% 95%, rgba(180,30,0,.7) 0%, transparent 70%);
    filter:blur(14px);
    opacity:.85;
    animation:coalBreathe 2.8s ease-in-out infinite alternate;
    will-change:transform,opacity
}
body.theme-grill .logo-fire-bg .coal-base-2{
    width:70%;height:40%;bottom:-5%;
    filter:blur(6px);
    opacity:.75;
    animation-duration:1.9s;
    animation-delay:-.8s;
    background:
        radial-gradient(ellipse 50% 60% at 40% 100%, #ffcc00 0%, #ff7b00 30%, transparent 60%),
        radial-gradient(ellipse 45% 50% at 65% 100%, #ffdd44 0%, #ff9900 35%, transparent 65%)
}

/* ───── DUMAN — üstte hafif gri-turuncu dalgalanma ───── */
body.theme-grill .logo-fire-bg .smoke{
    position:absolute;
    left:50%;top:-40%;
    width:90%;height:80%;
    transform:translateX(-50%);
    background:radial-gradient(ellipse 50% 70% at 50% 50%, rgba(90,60,40,.35) 0%, rgba(120,80,50,.2) 40%, transparent 75%);
    filter:blur(18px);
    opacity:0;
    animation:smokeRise 5s ease-out infinite;
    will-change:transform,opacity
}
body.theme-grill .logo-fire-bg .smoke-2{animation-delay:-2.5s;animation-duration:6.5s;width:70%;left:40%}

/* ───── UÇUŞAN KOR PARÇACIKLARI (ember sparks) ───── */
body.theme-grill .logo-fire-bg .ember{
    position:absolute;
    bottom:0;
    width:3px;height:3px;
    border-radius:50%;
    background:radial-gradient(circle, #fff59d 0%, #ffa500 40%, #ff4500 70%, transparent 100%);
    box-shadow:0 0 6px rgba(255,140,0,.9),0 0 12px rgba(255,80,0,.5);
    opacity:0;
    will-change:transform,opacity
}

/* Her ember'ın farklı: position, delay, duration, size, horizontal drift */
body.theme-grill .logo-fire-bg .e1  {left:8%; animation:emberRise 3.2s linear infinite; animation-delay:-0.4s}
body.theme-grill .logo-fire-bg .e2  {left:14%;width:2px;height:2px; animation:emberRise 2.6s linear infinite; animation-delay:-1.8s}
body.theme-grill .logo-fire-bg .e3  {left:22%;width:4px;height:4px; animation:emberRise 3.8s linear infinite; animation-delay:-0.9s}
body.theme-grill .logo-fire-bg .e4  {left:30%; animation:emberRiseWide 3.4s linear infinite; animation-delay:-2.1s}
body.theme-grill .logo-fire-bg .e5  {left:38%;width:2px;height:2px; animation:emberRise 2.9s linear infinite; animation-delay:-0.2s}
body.theme-grill .logo-fire-bg .e6  {left:44%;width:3px;height:3px; animation:emberRiseWide 4.1s linear infinite; animation-delay:-1.4s}
body.theme-grill .logo-fire-bg .e7  {left:50%;width:4px;height:4px; animation:emberRise 3.3s linear infinite; animation-delay:-2.7s}
body.theme-grill .logo-fire-bg .e8  {left:56%;width:2px;height:2px; animation:emberRiseWide 2.7s linear infinite; animation-delay:-0.6s}
body.theme-grill .logo-fire-bg .e9  {left:62%; animation:emberRise 3.5s linear infinite; animation-delay:-1.1s}
body.theme-grill .logo-fire-bg .e10 {left:70%;width:3px;height:3px; animation:emberRiseWide 3.9s linear infinite; animation-delay:-2.3s}
body.theme-grill .logo-fire-bg .e11 {left:78%;width:2px;height:2px; animation:emberRise 2.4s linear infinite; animation-delay:-0.1s}
body.theme-grill .logo-fire-bg .e12 {left:86%; animation:emberRiseWide 3.6s linear infinite; animation-delay:-1.7s}
body.theme-grill .logo-fire-bg .e13 {left:92%;width:4px;height:4px; animation:emberRise 3.1s linear infinite; animation-delay:-0.5s}
body.theme-grill .logo-fire-bg .e14 {left:18%;width:2px;height:2px; animation:emberRiseWide 4.3s linear infinite; animation-delay:-3.0s}

/* Logo kendisi: biraz daha aydınlık + yumuşak gölge (doğal) */
body.theme-grill .restaurant-logo.logo-horizontal img,
body.theme-grill .restaurant-logo.logo-transparent img{
    position:relative;z-index:3;
    filter:
        brightness(1.12)
        saturate(1.15)
        drop-shadow(0 1px 3px rgba(0,0,0,.5));
    transition:filter .3s ease,transform .3s ease
}

body.theme-grill .restaurant-logo.logo-horizontal:hover img,
body.theme-grill .restaurant-logo.logo-transparent:hover img{
    filter:
        brightness(1.2)
        saturate(1.25)
        drop-shadow(0 2px 5px rgba(0,0,0,.5));
    transform:scale(1.03)
}

/* ───── ANIMATIONS ───── */

/* Kömürün nefes alıp vermesi — içeriden dışarıya yavaş büyüme */
@keyframes coalBreathe{
    0%   {transform:translateX(-50%) scaleY(1) scaleX(1);opacity:.75;filter:blur(14px) hue-rotate(0deg)}
    30%  {transform:translateX(-50%) scaleY(1.08) scaleX(1.03);opacity:.95;filter:blur(16px) hue-rotate(-5deg)}
    60%  {transform:translateX(-51%) scaleY(.97) scaleX(1.06);opacity:.85;filter:blur(12px) hue-rotate(3deg)}
    100% {transform:translateX(-49%) scaleY(1.04) scaleX(.98);opacity:1;filter:blur(15px) hue-rotate(-2deg)}
}

/* Kor parçacığı — alttan yukarı doğru spiral bir şekilde yükselir ve söner */
@keyframes emberRise{
    0%   {transform:translate(0,0) scale(.6);opacity:0}
    10%  {opacity:1;transform:translate(0,-5px) scale(1)}
    40%  {transform:translate(4px,-30px) scale(1.1);opacity:.95}
    65%  {transform:translate(-3px,-50px) scale(.85);opacity:.7}
    85%  {transform:translate(2px,-70px) scale(.5);opacity:.3}
    100% {transform:translate(0,-85px) scale(.2);opacity:0}
}

/* Daha geniş yatay savrulma olan ember */
@keyframes emberRiseWide{
    0%   {transform:translate(0,0) scale(.5);opacity:0}
    15%  {opacity:1;transform:translate(-4px,-8px) scale(1.1)}
    40%  {transform:translate(10px,-28px) scale(1);opacity:.9}
    70%  {transform:translate(-8px,-55px) scale(.7);opacity:.5}
    100% {transform:translate(6px,-80px) scale(.15);opacity:0}
}

/* Duman — yukarı doğru süzülme */
@keyframes smokeRise{
    0%   {opacity:0;transform:translateX(-50%) translateY(0) scale(.8)}
    30%  {opacity:.3;transform:translateX(-52%) translateY(-12px) scale(1)}
    70%  {opacity:.25;transform:translateX(-48%) translateY(-28px) scale(1.3)}
    100% {opacity:0;transform:translateX(-50%) translateY(-45px) scale(1.5)}
}

/* logoHeat animasyonu kaldırıldı — arkadaki ateş yeterli oynaklık veriyor,
   logonun üzerinde ekstra halo doğallığı bozuyordu */

/* Hareket hassasiyeti */
@media (prefers-reduced-motion: reduce){
    body.theme-grill .logo-fire-bg,
    body.theme-grill .logo-fire-bg *,
    body.theme-grill .restaurant-logo.logo-horizontal img,
    body.theme-grill .restaurant-logo.logo-transparent img{animation:none!important}
    body.theme-grill .logo-fire-bg .ember{opacity:.3}
}
body.theme-grill .menu-header::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#dc2626,#ea580c,#fbbf24,#ea580c,#dc2626);background-size:200% 100%;animation:t-pulse 3s linear infinite}
body.theme-grill .menu-header h1{font-family:'Oswald',sans-serif!important;font-weight:700!important;text-transform:uppercase;letter-spacing:5px;font-size:22px!important;color:#fbbf24!important;text-shadow:0 0 20px rgba(251,191,36,.3),0 2px 4px rgba(0,0,0,.8)}
body.theme-grill .category-tab{background:rgba(26,19,16,.8);border:1.5px solid rgba(234,88,12,.15);color:#8b7355;border-radius:6px!important;font-weight:700;text-transform:uppercase;font-size:11px;letter-spacing:2px;padding:10px 16px}
body.theme-grill .category-tab.active{background:linear-gradient(135deg,#dc2626,#ea580c)!important;color:#fff!important;border-color:#fbbf24!important;box-shadow:0 0 20px rgba(234,88,12,.35)}
body.theme-grill .products-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important}
body.theme-grill .product-card{
    flex-direction:column!important;background:#1a1310;border:1px solid rgba(234,88,12,.12);
    border-radius:12px;transition:transform .3s ease, border-color .3s ease, box-shadow .3s ease;
    position:relative;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.4);
    cursor:pointer;opacity:1!important;animation:t-fadeUp .45s ease both;
    pointer-events:auto!important
}
body.theme-grill .product-card:hover{transform:translateY(-6px);border-color:rgba(234,88,12,.45);box-shadow:0 12px 30px rgba(0,0,0,.55),0 0 0 1px rgba(234,88,12,.25)}
body.theme-grill .product-image{
    width:100%!important;min-height:200px!important;height:200px!important;
    background:linear-gradient(135deg,#241510,#0c0906);position:relative;overflow:hidden
}
body.theme-grill .product-image img{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.96) contrast(1.05);transition:transform .5s ease,filter .5s ease;display:block}
body.theme-grill .product-card:hover .product-image img{transform:scale(1.05);filter:brightness(1) contrast(1.12) saturate(1.1)}
/* Daha hafif overlay — görseli karartmasın */
body.theme-grill .product-image::after{
    content:'';position:absolute;bottom:0;left:0;right:0;height:40%;
    background:linear-gradient(to top,rgba(26,19,16,.55),rgba(26,19,16,.05),transparent);
    pointer-events:none;z-index:1
}
body.theme-grill .product-image .placeholder-icon{
    position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
    font-size:54px;opacity:.55;color:#ea580c;z-index:0;background:transparent
}
body.theme-grill .product-info{padding:12px!important;min-height:auto!important;position:relative;z-index:2}
body.theme-grill .product-name{color:#fde6c8;font-weight:700;text-transform:uppercase;letter-spacing:.8px;font-size:13px;text-shadow:0 1px 2px rgba(0,0,0,.5)}
body.theme-grill .product-desc{color:#c9a77a;font-family:'Source Sans 3',sans-serif;font-weight:400;font-size:11px;line-height:1.4;text-transform:none;letter-spacing:0}
body.theme-grill .product-price{font-size:16px;font-weight:700;color:#fbbf24;background:none;-webkit-text-fill-color:#fbbf24;text-shadow:0 0 10px rgba(251,191,36,.2)}
body.theme-grill .btn-add{background:linear-gradient(135deg,#dc2626,#ea580c)!important;border-radius:8px!important;width:36px;height:36px;font-size:18px;box-shadow:0 4px 12px rgba(234,88,12,.35)}
body.theme-grill .btn-add:hover{transform:scale(1.12)!important;box-shadow:0 0 20px rgba(234,88,12,.5)!important}
body.theme-grill .floating-cart-btn{background:linear-gradient(135deg,#dc2626,#ea580c)!important;text-transform:uppercase;letter-spacing:2px;font-family:'Oswald',sans-serif;font-weight:600;border-radius:10px!important;box-shadow:0 8px 25px rgba(234,88,12,.3)}
body.theme-grill .section-header{padding:10px 14px;background:rgba(26,19,16,.6);border-left:3px solid #ea580c;border-radius:4px;margin-bottom:18px!important}
body.theme-grill .section-icon{background:linear-gradient(135deg,#dc2626,#ea580c);border-radius:8px;box-shadow:0 3px 12px rgba(234,88,12,.25)}
body.theme-grill .section-title{font-family:'Oswald',sans-serif;color:#fde6c8;font-size:20px;letter-spacing:2px;text-transform:uppercase}
body.theme-grill .section-count{color:#8b7355;text-transform:uppercase;letter-spacing:1px;font-size:11px}
body.theme-grill .cart-panel{background:#1a1310;border-color:rgba(234,88,12,.15)}
body.theme-grill input,body.theme-grill select,body.theme-grill textarea{background:#0c0906;color:#fde6c8;border-color:rgba(234,88,12,.15)}
body.theme-grill .deco-blob:nth-child(1){background:radial-gradient(circle,rgba(220,38,38,.04),transparent)}
body.theme-grill .deco-blob:nth-child(2){background:radial-gradient(circle,rgba(234,88,12,.03),transparent)}

/* ==========================================================
   TEMA 2: PİZZA 🍕
   DÜZEN: 2 sütun grid, DİKEY kartlar, YUVARLAK görseller
   Sıcak krem/kırmızı, damalı doku, eğlenceli bouncy animasyon
   ========================================================== */
body.theme-pizza{
    --primary:#dc2626;--primary-light:rgba(220,38,38,.08);--secondary:#ea580c;--accent:#facc15;
    --bg:#fef7ed;--bg-card:#fff;--bg-glass:rgba(254,247,237,.92);
    --border:rgba(220,38,38,.08);--text:#431407;--text-secondary:#92400e;--text-muted:#b45309;
    --gradient:linear-gradient(135deg,#dc2626,#ea580c);--shadow:0 6px 20px rgba(220,38,38,.06);
    --radius:22px;font-family:'Nunito',system-ui,sans-serif
}
body.theme-pizza{background:#fef7ed;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='20' height='20' fill='%23dc262603'/%3E%3Crect x='20' y='20' width='20' height='20' fill='%23dc262603'/%3E%3C/svg%3E")}
body.theme-pizza .menu-header{background:linear-gradient(135deg,#dc2626,#ea580c)!important;padding:22px 16px!important;border-bottom:none;position:relative;overflow:hidden;border-radius:0 0 20px 20px!important}
body.theme-pizza .menu-header::after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:6px;background:repeating-linear-gradient(90deg,#dc2626 0,#dc2626 8px,#fff 8px,#fff 16px)}
body.theme-pizza .menu-header h1{font-family:'Pacifico',cursive!important;font-weight:400!important;font-size:26px!important;text-shadow:2px 2px 4px rgba(0,0,0,.2);color:#fff!important}
body.theme-pizza .category-tab{background:#fff;border:2px solid rgba(220,38,38,.08);border-radius:28px!important;font-weight:800;font-size:13px;padding:9px 18px;box-shadow:0 3px 8px rgba(220,38,38,.04)}
body.theme-pizza .category-tab.active{background:var(--gradient)!important;color:#fff!important;border-color:#dc2626!important;transform:scale(1.05);box-shadow:0 6px 18px rgba(220,38,38,.3)}
body.theme-pizza .products-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important}
body.theme-pizza .product-card{flex-direction:column!important;border-radius:22px;border:none;background:#fff;box-shadow:0 4px 16px rgba(220,38,38,.06);animation:t-bounceIn .5s ease both;transition:all .4s cubic-bezier(.34,1.56,.64,1)}
body.theme-pizza .product-card:hover{transform:translateY(-8px) rotate(-1deg);box-shadow:0 16px 40px rgba(220,38,38,.12)}
body.theme-pizza .product-card:nth-child(even):hover{transform:translateY(-8px) rotate(1deg)}
body.theme-pizza .product-image{width:100%!important;min-height:unset!important;aspect-ratio:1/1;padding:14px;background:radial-gradient(circle,rgba(220,38,38,.03),transparent 70%);position:relative}
body.theme-pizza .product-image img{border-radius:50%!important;box-shadow:0 8px 20px rgba(0,0,0,.1);transition:transform .5s cubic-bezier(.34,1.56,.64,1)}
body.theme-pizza .product-card:hover .product-image img{transform:scale(1.1) rotate(5deg)}
body.theme-pizza .product-info{padding:0 14px 14px!important;min-height:unset!important;text-align:center;border-top:1px dashed rgba(220,38,38,.08)}
body.theme-pizza .product-name{font-size:14px;font-weight:800;color:#431407;margin-bottom:2px}
body.theme-pizza .product-desc{font-size:11px;-webkit-line-clamp:2;line-clamp:2;margin-bottom:6px;color:#92400e}
body.theme-pizza .product-bottom{justify-content:center!important;gap:10px}
body.theme-pizza .product-price{font-size:17px;font-weight:900;color:#dc2626;background:none;-webkit-text-fill-color:#dc2626}
body.theme-pizza .btn-add{background:var(--gradient)!important;border-radius:50%!important;width:38px;height:38px;font-size:20px;box-shadow:0 4px 14px rgba(220,38,38,.3)}
body.theme-pizza .btn-add:hover{transform:scale(1.15)!important;box-shadow:0 6px 20px rgba(220,38,38,.5)!important}
body.theme-pizza .floating-cart-btn{background:var(--gradient)!important;border-radius:28px!important;box-shadow:0 8px 28px rgba(220,38,38,.3);font-weight:800}
body.theme-pizza .section-header{padding:8px 0;margin-bottom:16px!important}
body.theme-pizza .section-icon{background:var(--gradient);border-radius:14px;box-shadow:0 4px 12px rgba(220,38,38,.2)}
body.theme-pizza .section-title{font-family:'Pacifico',cursive;color:#dc2626;font-size:20px}
body.theme-pizza .section-count{color:#b45309;font-weight:700}
body.theme-pizza .deco-blob{background:radial-gradient(circle,rgba(220,38,38,.04),transparent)}

/* ==========================================================
   TEMA 3: BURGER 🍔
   DÜZEN: Tek sütun, OVERLAY kartlar (text görsel üzerinde)
   Koyu endüstriyel, neon sarı, büyük tam genişlik görseller
   ========================================================== */
body.theme-burger{
    --primary:#eab308;--primary-light:rgba(234,179,8,.08);--secondary:#f59e0b;--accent:#ef4444;
    --neon:rgba(234,179,8,.45);
    --bg:#0e0e0e;--bg-card:#171717;--bg-glass:rgba(14,14,14,.95);
    --border:rgba(234,179,8,.12);--text:#fafafa;--text-secondary:#a1a1aa;--text-muted:#71717a;
    --gradient:linear-gradient(135deg,#eab308,#f59e0b);--shadow:0 6px 25px rgba(0,0,0,.6);
    --radius:14px;font-family:'Inter',system-ui,sans-serif
}
body.theme-burger{background:#0e0e0e;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='1' fill='%23ffffff05'/%3E%3C/svg%3E")}
body.theme-burger .menu-header{background:linear-gradient(180deg,#1a1a1a,#0a0a0a)!important;border-bottom:3px solid #eab308;padding:18px 16px!important;position:relative;box-shadow:0 6px 25px rgba(234,179,8,.1)}
body.theme-burger .menu-header h1{font-family:'Bebas Neue',Impact,sans-serif!important;font-size:34px!important;letter-spacing:5px;text-transform:uppercase;color:#eab308!important;text-shadow:0 0 20px rgba(234,179,8,.4),0 2px 4px rgba(0,0,0,.8)}
body.theme-burger .category-tab{background:#111;border:2px solid rgba(234,179,8,.12);color:#71717a;border-radius:6px!important;text-transform:uppercase;font-weight:900;font-size:11px;letter-spacing:2px;padding:10px 16px}
body.theme-burger .category-tab.active{background:#111!important;color:#eab308!important;border-color:#eab308!important;animation:t-neonGlow 2.5s ease-in-out infinite;text-shadow:0 0 6px rgba(234,179,8,.7)}
body.theme-burger .products-grid{gap:14px!important}
body.theme-burger .product-card{flex-direction:column!important;border-radius:14px;border:1.5px solid rgba(234,179,8,.06);animation:t-fadeUp .5s ease both;transition:all .35s ease;position:relative;overflow:hidden;background:#171717;box-shadow:0 8px 25px rgba(0,0,0,.5)}
body.theme-burger .product-card:hover{transform:translateY(-5px);box-shadow:0 0 25px rgba(234,179,8,.1),0 16px 35px rgba(0,0,0,.7);border-color:rgba(234,179,8,.3)}
body.theme-burger .product-image{width:100%!important;min-height:unset!important;height:200px!important;position:relative}
body.theme-burger .product-image img{filter:brightness(.85) contrast(1.15);transition:all .5s ease}
body.theme-burger .product-card:hover .product-image img{transform:scale(1.06);filter:brightness(.92) contrast(1.2) saturate(1.1)}
body.theme-burger .product-image::after{content:'';position:absolute;bottom:0;left:0;right:0;height:80%;background:linear-gradient(to top,#171717 8%,rgba(23,23,23,.6) 45%,transparent);pointer-events:none;z-index:1}
body.theme-burger .product-info{padding:14px 16px!important;min-height:unset!important;position:relative;z-index:2;margin-top:-70px!important}
body.theme-burger .product-name{color:#fafafa;font-weight:800;text-transform:uppercase;font-size:16px;letter-spacing:.5px;text-shadow:0 2px 4px rgba(0,0,0,.9)}
body.theme-burger .product-desc{color:#a1a1aa;font-size:12px;line-height:1.4}
body.theme-burger .product-price{font-size:22px;font-weight:900;font-family:'Bebas Neue',sans-serif;letter-spacing:2px;color:#eab308;background:none;-webkit-text-fill-color:#eab308;text-shadow:0 0 12px rgba(234,179,8,.25)}
body.theme-burger .btn-add{background:linear-gradient(135deg,#eab308,#ca8a04)!important;color:#111!important;border-radius:6px!important;font-weight:900;box-shadow:0 4px 14px rgba(234,179,8,.25);width:38px;height:38px;font-size:20px}
body.theme-burger .btn-add:hover{box-shadow:0 0 25px rgba(234,179,8,.5)!important;transform:scale(1.1)!important}
body.theme-burger .floating-cart-btn{background:linear-gradient(135deg,#eab308,#ca8a04)!important;color:#111!important;font-weight:900;text-transform:uppercase;letter-spacing:2px;border-radius:8px!important;box-shadow:0 8px 25px rgba(234,179,8,.25)}
body.theme-burger .section-header{padding:10px 14px;border-left:3px solid #eab308;background:rgba(234,179,8,.03);border-radius:4px;margin-bottom:18px!important}
body.theme-burger .section-icon{background:#eab308;border-radius:6px;box-shadow:0 0 15px rgba(234,179,8,.15)}
body.theme-burger .section-icon *{filter:brightness(0)}
body.theme-burger .section-title{font-family:'Bebas Neue',sans-serif;color:#fafafa;font-size:24px;letter-spacing:3px;text-transform:uppercase}
body.theme-burger .section-count{color:#71717a;text-transform:uppercase;letter-spacing:1px;font-size:11px}
body.theme-burger .cart-panel{background:#171717;border-color:rgba(234,179,8,.12)}
body.theme-burger input,body.theme-burger select,body.theme-burger textarea{background:#0e0e0e;color:#fafafa;border-color:rgba(234,179,8,.15)}
body.theme-burger .deco-blob{display:none}

/* ==========================================================
   TEMA 4: ÇİĞ KÖFTE 🌿
   DÜZEN: Tek sütun, YATAY kompakt kartlar (küçük 80px görsel)
   Yeşil/kırmızı, organik/taze his, ince çizgiler, minimal
   ========================================================== */
body.theme-cigkofte{
    --primary:#16a34a;--primary-light:rgba(22,163,74,.06);--secondary:#dc2626;--accent:#eab308;
    --bg:#f7fdf9;--bg-card:#fff;--bg-glass:rgba(247,253,249,.92);
    --border:rgba(22,163,74,.06);--text:#14532d;--text-secondary:#166534;--text-muted:#6b7280;
    --gradient:linear-gradient(135deg,#16a34a,#22c55e);--shadow:0 2px 10px rgba(22,163,74,.04);
    --radius:14px;font-family:'DM Sans',system-ui,sans-serif
}
body.theme-cigkofte{background:#f7fdf9;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 10c10 5 10 20 0 25S20 15 30 10z' fill='%2316a34a04' stroke='none'/%3E%3C/svg%3E")}
body.theme-cigkofte .menu-header{background:linear-gradient(135deg,#16a34a,#22c55e)!important;padding:18px 16px!important;border-bottom:none;border-radius:0 0 18px 18px!important}
body.theme-cigkofte .menu-header h1{font-family:'DM Sans',sans-serif!important;font-weight:700!important;font-size:20px!important;letter-spacing:1px;color:#fff!important}
body.theme-cigkofte .category-tab{background:transparent!important;border:none!important;border-bottom:2px solid transparent!important;border-radius:0!important;color:#6b7280;font-weight:600;font-size:12px;letter-spacing:1px;padding:10px 14px}
body.theme-cigkofte .category-tab.active{color:#16a34a!important;border-bottom-color:#16a34a!important;font-weight:800}
body.theme-cigkofte .products-grid{gap:6px!important}
body.theme-cigkofte .product-card{border-radius:14px;border:none;border-bottom:1px solid rgba(22,163,74,.06);box-shadow:none;background:#fff;animation:t-slideRight .4s ease both;transition:all .3s ease}
body.theme-cigkofte .product-card:hover{background:rgba(22,163,74,.02);box-shadow:0 4px 16px rgba(22,163,74,.06);transform:translateX(4px)}
body.theme-cigkofte .product-image{width:80px!important;min-height:80px!important;max-height:80px!important;border-radius:12px!important;overflow:hidden;flex-shrink:0;margin:6px}
body.theme-cigkofte .product-image img{transition:transform .3s ease}
body.theme-cigkofte .product-card:hover .product-image img{transform:scale(1.05)}
body.theme-cigkofte .product-info{padding:10px 12px!important;min-height:80px!important}
body.theme-cigkofte .product-name{font-weight:600;color:#14532d;font-size:14px;letter-spacing:.3px}
body.theme-cigkofte .product-card:hover .product-name{color:#16a34a}
body.theme-cigkofte .product-desc{color:#6b7280;font-size:12px;-webkit-line-clamp:1;line-clamp:1}
body.theme-cigkofte .product-price{font-size:15px;font-weight:700;color:#16a34a;background:none;-webkit-text-fill-color:#16a34a}
body.theme-cigkofte .btn-add{background:var(--gradient)!important;border-radius:10px!important;width:34px;height:34px;font-size:16px;box-shadow:0 3px 10px rgba(22,163,74,.2)}
body.theme-cigkofte .floating-cart-btn{background:var(--gradient)!important;border-radius:14px!important;box-shadow:0 8px 25px rgba(22,163,74,.2);font-weight:700}
body.theme-cigkofte .section-header{padding:8px 0;border-bottom:1px solid rgba(22,163,74,.06);margin-bottom:14px!important}
body.theme-cigkofte .section-icon{background:var(--gradient);border-radius:10px;box-shadow:0 3px 10px rgba(22,163,74,.15)}
body.theme-cigkofte .section-title{font-family:'DM Sans',sans-serif;color:#14532d;font-size:18px;font-weight:700}
body.theme-cigkofte .section-count{color:#6b7280;font-size:12px}
body.theme-cigkofte .deco-blob:nth-child(1){background:radial-gradient(circle,rgba(22,163,74,.04),transparent);animation:t-float 7s ease-in-out infinite}
body.theme-cigkofte .deco-blob:nth-child(2){background:radial-gradient(circle,rgba(220,38,38,.03),transparent);animation:t-float 9s ease-in-out infinite 1s}

/* ==========================================================
   PAYLAŞILAN İYİLEŞTİRMELER (tüm temalar)
   ========================================================== */
body[class*="theme-"] .product-card{will-change:transform;opacity:1!important;cursor:pointer}
body[class*="theme-"] .product-image{overflow:hidden}
body[class*="theme-"] .btn-add{transition:all .3s cubic-bezier(.34,1.56,.64,1)}
body[class*="theme-"] .btn-add:active{transform:scale(.85)!important}
body[class*="theme-"] .category-tab{transition:all .3s cubic-bezier(.34,1.56,.64,1)}
body[class*="theme-"] .categories-scroll{scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}
body[class*="theme-"] .categories-scroll::-webkit-scrollbar{display:none}
body[class*="theme-"] .product-bottom{display:flex;align-items:center;justify-content:space-between}
body[class*="theme-"] .product-card:nth-child(n+9){animation-delay:.32s}
/* Animasyon bittiğinde garanti opacity:1 — herhangi bir takılmada kayboluş yaşanmasın */
body[class*="theme-"] .product-card{animation-fill-mode:both!important}

/* ===== KOYU TEMALAR: modal, cart, form uyumu ===== */
body.theme-grill .modal-content,body.theme-burger .modal-content{background:var(--bg-card);color:var(--text)}
body.theme-grill .modal-content *,body.theme-burger .modal-content *{color:var(--text)}
/* Modal görseli temiz görünsün — koyu temada gradient overlay olmasın */
body.theme-grill .modal-image,body.theme-burger .modal-image{background:#1a1310;height:340px}
body.theme-grill .modal-image img,body.theme-burger .modal-image img{filter:none!important;width:100%;height:100%;object-fit:cover}
body.theme-grill .modal-image::after,body.theme-burger .modal-image::after{content:none!important}
/* Close butonu grill için ayrıca güçlendir */
body.theme-grill .modal-close,body.theme-burger .modal-close{
    background:#0c0906!important;border:2px solid #fbbf24!important;color:#fbbf24!important;
    box-shadow:0 0 20px rgba(251,191,36,.4),0 6px 18px rgba(0,0,0,.5)!important
}
body.theme-grill .modal-close:hover,body.theme-burger .modal-close:hover{
    background:linear-gradient(135deg,#dc2626,#ea580c)!important;color:#fff!important;border-color:#fff!important
}
body.theme-grill .modal-price,body.theme-burger .modal-price{color:var(--primary)!important}
body.theme-grill .portion-btn,body.theme-burger .portion-btn{background:var(--bg);border-color:var(--border);color:var(--text)}
body.theme-grill .portion-btn.active,body.theme-burger .portion-btn.active{background:var(--primary)!important;color:#fff!important;border-color:var(--primary)!important}
body.theme-grill .extra-option,body.theme-burger .extra-option{background:var(--bg);border-color:var(--border);color:var(--text)}
body.theme-grill .cart-header,body.theme-burger .cart-header{color:var(--text);border-color:var(--border)}
body.theme-grill .cart-item,body.theme-burger .cart-item{border-color:var(--border)}
body.theme-grill .cart-item-name,body.theme-burger .cart-item-name{color:var(--text)}
body.theme-grill .cart-item-price,body.theme-burger .cart-item-price{color:var(--text-secondary)}
body.theme-grill .cart-summary,body.theme-burger .cart-summary{color:var(--text);border-color:var(--border)}
body.theme-grill .btn-primary,body.theme-burger .btn-primary{background:var(--gradient)!important}
body.theme-grill .modal-note,body.theme-burger .modal-note{background:var(--bg);color:var(--text);border-color:var(--border)}
body.theme-grill .qty-btn,body.theme-burger .qty-btn{color:var(--text);border-color:var(--border)}
body.theme-grill .allergen-detail-item,body.theme-burger .allergen-detail-item{background:var(--bg);border-color:var(--border)}
body.theme-grill .placeholder-icon,body.theme-burger .placeholder-icon{background:var(--bg)!important;color:var(--text-muted)}
body.theme-grill .cart-overlay,body.theme-burger .cart-overlay{background:rgba(0,0,0,.7)}
body.theme-grill .ad-name,body.theme-burger .ad-name{color:var(--text)}
body.theme-grill .ad-desc,body.theme-burger .ad-desc{color:var(--text-secondary)}
