:root{--bg:#f4f7f6;--surface:#fff;--ink:#102c25;--muted:#71817d;--green:#087a5a;--green2:#18a476;--space:#513a79;--space2:#7860aa;--cyan:#37b9aa;--soft:#e9f4ef;--line:#dce9e4;--danger:#b43a3a;--shadow:0 18px 55px rgba(27,59,51,.13);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.site-frame{width:min(100%,520px);min-height:100vh;margin:auto;background:var(--surface);box-shadow:0 0 45px rgba(24,50,35,.08);position:relative;overflow:hidden}.topbar{height:66px;display:grid;grid-template-columns:60px 1fr 60px;align-items:center;border-bottom:1px solid #edf1ec;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);position:sticky;top:0;z-index:40}.topbar-side{display:flex;justify-content:center}.topbar-side.right{justify-content:center}.icon-btn{width:38px;height:38px;border:0;border-radius:50%;background:transparent;color:var(--ink);font-size:1.25rem;display:grid;place-items:center;cursor:pointer}.icon-btn.soft{background:var(--soft);font-size:.95rem}.top-logo{display:flex;justify-content:center}.top-logo img{width:52px;height:38px;object-fit:contain}.drawer{position:fixed;inset:0;z-index:100;pointer-events:none}.drawer.open{pointer-events:auto}.drawer-backdrop{position:absolute;inset:0;border:0;background:rgba(12,29,18,.42);opacity:0;transition:.25s}.drawer-panel{position:absolute;left:0;top:0;bottom:0;width:min(360px,88vw);background:#fff;transform:translateX(-102%);transition:.3s ease;padding:22px;overflow:auto}.drawer.open .drawer-backdrop{opacity:1}.drawer.open .drawer-panel{transform:translateX(0)}.drawer-head{display:grid;grid-template-columns:54px 1fr 38px;gap:12px;align-items:center;padding-bottom:20px;border-bottom:1px solid var(--line)}.drawer-head img{width:54px;height:54px;object-fit:contain}.drawer-head strong,.drawer-head small{display:block}.drawer-head small{color:var(--muted);margin-top:3px}.drawer-head button{width:36px;height:36px;border:0;border-radius:50%;background:var(--soft);font-size:1.35rem}.drawer-nav{display:grid;padding:18px 0;border-bottom:1px solid var(--line)}.drawer-nav a{font-weight:700;padding:11px 4px}.drawer-categories{padding:20px 0}.drawer-categories>small{font-size:.68rem;letter-spacing:.14em;color:var(--muted)}.drawer-categories a{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #eef2ed}.drawer-socials{display:flex;flex-wrap:wrap;gap:8px;padding-bottom:30px}.drawer-socials a,.social-row a{padding:9px 12px;border:1px solid var(--line);border-radius:999px;font-size:.75rem;font-weight:700}.home-main{padding:0 10px 14px}.intro-card{height:640px;position:relative;overflow:hidden;border-radius:0 0 22px 22px;background:#1e3024}.intro-card video{width:100%;height:100%;object-fit:cover}.intro-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,25,17,.12),rgba(10,23,14,.72))}.intro-brand{position:absolute;left:22px;right:22px;top:34px;text-align:center;color:#fff}.intro-brand span{display:block;letter-spacing:.35em;font-size:.68rem}.intro-brand strong{display:block;font:700 1.1rem Manrope;margin-top:8px}.outline-enter{position:absolute;left:18px;right:18px;bottom:110px;width:calc(100% - 36px);padding:13px;border:1px solid rgba(255,255,255,.8);border-radius:5px;background:rgba(20,32,23,.16);color:#fff;font-size:.82rem;font-weight:700;backdrop-filter:blur(4px);cursor:pointer}.category-area{padding:22px 0 8px}.section-heading{padding:12px 10px 18px}.section-heading small,.content-hero>span,.modal-eyebrow{font-size:.66rem;letter-spacing:.16em;color:var(--green2);font-weight:800}.section-heading h1{font:800 1.8rem Manrope;margin:7px 0 4px}.section-heading p{color:var(--muted);font-size:.86rem;margin:0}.category-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.category-tile{height:182px;position:relative;overflow:hidden;border-radius:10px;background:#dce5dc;transform:translateZ(0)}.category-tile.wide{grid-column:1/-1;height:210px}.category-tile video{width:100%;height:100%;object-fit:cover;transition:transform .45s}.category-tile:hover video{transform:scale(1.04)}.tile-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,27,17,.08),rgba(10,25,15,.68))}.tile-copy{position:absolute;left:14px;right:12px;bottom:14px;color:#fff}.tile-copy strong{font:800 1.07rem Manrope;display:block;text-shadow:0 1px 7px #0007}.tile-copy small{display:block;font-size:.62rem;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#f4f6f2}.home-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0 4px}.home-actions button,.home-actions a{border:0;border-radius:8px;background:var(--green);color:#fff;padding:13px;text-align:center;font-size:.76rem;font-weight:800}.home-actions a{background:var(--soft);color:var(--ink)}.page-loader{position:fixed;inset:0;background:#fff;z-index:200;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.25s}.page-loader.show{opacity:1;visibility:visible}.page-loader img{width:90px;height:70px;object-fit:contain}.page-loader>span{width:42px;height:42px;border:3px solid var(--soft);border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite;margin:18px}.page-loader small{color:var(--muted);margin-top:4px}@keyframes spin{to{transform:rotate(360deg)}}.search-line{position:sticky;top:66px;z-index:35;background:#fff;padding:10px 12px;border-bottom:1px solid #eef2ed;display:flex;align-items:center;gap:9px}.search-line span{font-size:1.25rem;color:var(--muted)}.search-line input{border:0;outline:0;width:100%;font-size:.88rem;color:var(--ink)}.product-page-main{padding:10px 10px 25px}.category-mini-hero{height:230px;border-radius:13px;overflow:hidden;position:relative;background:#203f2b}.category-mini-hero video{width:100%;height:100%;object-fit:cover}.category-mini-hero>span{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,25,14,.05),rgba(8,25,14,.75))}.category-mini-hero>div{position:absolute;left:18px;right:18px;bottom:18px;color:#fff}.category-mini-hero small{font-size:.62rem;letter-spacing:.14em}.category-mini-hero h1{font:800 1.65rem Manrope;margin:5px 0}.category-mini-hero p{font-size:.75rem;margin:0;color:#edf3ec}.product-list{padding-top:13px}.text-product-card{display:grid;grid-template-columns:1fr 42px;align-items:center;gap:10px;padding:17px 15px;border:1px solid var(--line);border-radius:12px;background:#fff;margin-bottom:9px;cursor:pointer;transition:.2s}.text-product-card:hover{border-color:#aebdaf;box-shadow:0 10px 25px rgba(28,55,38,.08);transform:translateY(-1px)}.text-product-card>button{width:34px;height:34px;border:1px solid var(--line);background:var(--soft);border-radius:50%;color:var(--green);font-size:1.1rem}.product-line{display:flex;justify-content:space-between;align-items:start;gap:10px}.product-line h2{font:800 .95rem Manrope;margin:0}.product-line strong{white-space:nowrap;font-size:.9rem;color:var(--green)}.product-copy>p{font-size:.75rem;line-height:1.5;color:var(--muted);margin:7px 0 9px}.product-facts{display:flex;flex-wrap:wrap;gap:5px}.product-facts span{font-size:.63rem;padding:5px 7px;border-radius:999px;background:var(--soft);color:#516557}.menu-note{font-size:.67rem;color:var(--muted);text-align:center;padding:14px 20px}.empty-state{padding:40px 15px;text-align:center;color:var(--muted)}.public-footer{padding:18px 10px 8px;background:#fff}.footer-links{display:flex;justify-content:center;gap:16px;font-size:.7rem;font-weight:700;padding:12px}.social-row{display:flex;justify-content:center;flex-wrap:wrap;gap:7px;margin-bottom:13px}.powered{border-top:1px solid var(--line);padding:13px;text-align:center;font-size:.65rem;color:var(--muted)}.powered a{font-weight:800;color:var(--green)}.eco-bar{background:var(--green);color:#fff;border-radius:0 0 18px 18px;padding:11px 12px;text-align:center;font-size:.67rem;font-weight:700}.modal{position:fixed;inset:0;z-index:160;display:none;align-items:flex-end;justify-content:center}.modal.open{display:flex}.modal-backdrop{position:absolute;inset:0;border:0;background:rgba(13,32,19,.48);backdrop-filter:blur(4px)}.modal-panel{width:min(520px,100%);max-height:90vh;overflow:auto;position:relative;background:#fff;border-radius:24px 24px 0 0;padding:28px 20px 30px;box-shadow:0 -20px 60px rgba(20,42,27,.18);animation:sheet .25s ease}.modal-close{position:absolute;right:14px;top:14px;width:36px;height:36px;border:0;border-radius:50%;background:var(--soft);font-size:1.25rem}@keyframes sheet{from{transform:translateY(40px);opacity:.4}}.modal-panel h2{font:800 1.5rem Manrope;margin:7px 40px 8px 0}.review-panel>p,.product-sheet>p{font-size:.82rem;line-height:1.55;color:var(--muted)}.review-panel label,.contact-form label,.admin-form label,.login-card label{display:block;font-size:.76rem;font-weight:700;margin:13px 0;color:#43594a}.review-panel input,.review-panel textarea,.contact-form input,.contact-form textarea,.admin-form input,.admin-form textarea,.admin-form select,.login-card input,.inline-form select{width:100%;border:1px solid var(--line);border-radius:10px;padding:11px;background:#fff;color:var(--ink);margin-top:6px;outline:none}.review-panel textarea,.contact-form textarea,.admin-form textarea{min-height:110px;resize:vertical}.primary-btn,.admin-form button,.login-card button,.admin-button,.inline-form button{border:0;border-radius:10px;background:var(--green);color:#fff;font-weight:800;padding:12px 16px;cursor:pointer;display:inline-block;text-align:center}.review-panel .primary-btn,.contact-form>.primary-btn{width:100%}.stars{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:4px}.stars input{display:none}.stars label{font-size:1.7rem;margin:0;color:#d3d9d2;cursor:pointer}.stars input:checked~label,.stars label:hover,.stars label:hover~label{color:#e0aa2b}.hp{position:absolute!important;left:-9999px!important}.review-success{display:none;padding:20px;background:var(--soft);border-radius:14px;text-align:center}.review-success.show{display:block}.review-success .primary-btn{width:auto}.google-review-link{display:block;text-align:center;margin-top:15px;font-size:.72rem;color:var(--green);font-weight:800}.sheet-title{display:flex;justify-content:space-between;gap:10px;align-items:start}.sheet-title strong{color:var(--green);font-size:1.1rem;white-space:nowrap}.info-box{border:1px solid var(--line);border-radius:12px;padding:13px;margin:12px 0;background:#fbfcfa}.info-box small,.detail-columns small{font-size:.61rem;letter-spacing:.09em;color:var(--green2);font-weight:800}.info-box p{margin:6px 0 0;font-size:.8rem;line-height:1.5}.info-box.allergen{background:#f7f1e8;border-color:#e9dcc7}.detail-columns{display:grid;grid-template-columns:1fr 1fr;gap:8px}.detail-columns>div{border:1px solid var(--line);padding:12px;border-radius:12px}.detail-columns b{display:block;margin-top:5px;font-size:.82rem}.allergen-notice{font-size:.66rem!important}.content-main{padding:22px 16px 35px}.content-hero{padding:34px 7px 24px}.content-hero h1{font:800 2.25rem Manrope;margin:8px 0}.content-hero p{color:var(--muted);line-height:1.7;font-size:.86rem}.rich-content{font-size:.9rem;line-height:1.8;color:#506259}.rich-content p{margin:0 0 16px}.contact-cards,.contact-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:25px}.contact-cards a,.contact-info-grid>*{border:1px solid var(--line);border-radius:14px;padding:16px;background:#fff}.contact-cards small,.contact-info-grid small{display:block;font-size:.58rem;letter-spacing:.1em;color:var(--muted)}.contact-cards strong,.contact-info-grid strong{display:block;font-size:.8rem;margin-top:8px;line-height:1.4}.contact-cards span{display:block;text-align:right;color:var(--green);font-size:1.2rem}.contact-form{margin-top:18px;border:1px solid var(--line);border-radius:16px;padding:17px}.two-fields{display:grid;grid-template-columns:1fr 1fr;gap:9px}.form-status{font-size:.75rem;text-align:center;margin-top:10px}.form-status.success{color:#21723d}.form-status.error{color:var(--danger)}
/* Admin */
.admin-login{min-height:100vh;display:grid;place-items:center;background:var(--bg);padding:20px}.login-card{width:min(420px,100%);background:#fff;border:1px solid var(--line);border-radius:22px;padding:27px;box-shadow:var(--shadow)}.login-card img{width:80px;height:60px;object-fit:contain}.login-card p{color:var(--muted)}.login-card button{width:100%;margin-top:8px}.login-card>a{display:block;text-align:center;color:var(--muted);font-size:.8rem;margin-top:16px}.admin-page{display:grid;grid-template-columns:250px 1fr;min-height:100vh;background:var(--bg)}.sidebar{position:sticky;top:0;height:100vh;background:#fff;border-right:1px solid var(--line);padding:20px;display:flex;flex-direction:column;gap:7px}.admin-brand{display:flex;align-items:center;gap:11px;padding:4px 0 22px}.admin-brand img{width:48px;height:40px;object-fit:contain}.sidebar nav{display:grid;gap:5px;flex:1}.sidebar a{padding:11px 12px;border-radius:10px;color:#5c6d61;font-size:.83rem;font-weight:700}.sidebar a.active,.sidebar a:hover{background:var(--soft);color:var(--green)}.admin-main{padding:28px;min-width:0}.admin-main>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.admin-main>header small{font-size:.65rem;letter-spacing:.14em;color:var(--green2);font-weight:800}.admin-main>header h1{margin:4px 0;font:800 1.8rem Manrope}.admin-main>header b{font-size:.8rem}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.stat-grid article,.admin-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px}.stat-grid small{color:var(--muted)}.stat-grid b{display:block;font:800 2rem Manrope;color:var(--green);margin-top:8px}.admin-card{margin-top:15px}.admin-card h2{font:800 1.15rem Manrope;margin-top:0}.admin-card p{color:var(--muted);font-size:.86rem;line-height:1.55}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 13px}.admin-form .inline{display:inline-flex;align-items:center;gap:8px;margin-right:18px}.admin-form .inline input{width:auto;margin:0}.admin-form small.help{display:block;color:var(--muted);margin-top:5px;font-weight:400}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:720px}th,td{text-align:left;padding:12px 10px;border-bottom:1px solid var(--line);font-size:.79rem;vertical-align:top}th{font-size:.64rem;letter-spacing:.08em;color:var(--green2)}td a{font-weight:700;color:var(--green)}.danger-link{color:var(--danger)!important}.admin-alert{padding:12px 14px;border-radius:10px;margin-bottom:14px;font-size:.82rem}.admin-alert.success{background:#e3f2e8;color:#1f6638}.admin-alert.danger{background:#fae5e5;color:#8d2525}.list-search{display:flex;gap:8px;margin-bottom:13px}.list-search input{margin:0;flex:1;border:1px solid var(--line);border-radius:10px;padding:11px}.inline-form{display:flex;gap:6px;align-items:center}.inline-form select{margin:0}.admin-button{display:inline-block}.video-preview{width:150px;height:90px;object-fit:cover;border-radius:8px;background:#e8ede7}.message-card{border:1px solid var(--line);border-radius:14px;padding:16px;margin-bottom:10px}.message-card.new{border-left:4px solid var(--green)}.message-card header{display:flex;justify-content:space-between;gap:15px}.message-card p{color:#46584c}.message-meta{display:flex;gap:12px;flex-wrap:wrap;font-size:.7rem;color:var(--muted)}.page-editor-note{font-size:.72rem;color:var(--muted)}
@media(min-width:900px){body:not(.admin-page):not(.admin-login){background:#f4f5f1}.site-frame{margin-top:18px;margin-bottom:18px;border-radius:22px}.topbar{border-radius:22px 22px 0 0}.intro-card{border-radius:0}.eco-bar{border-radius:0 0 18px 18px}}
@media(max-width:850px){.admin-page{grid-template-columns:1fr}.sidebar{height:auto;position:relative;display:block;padding:10px;white-space:nowrap;overflow:auto}.admin-brand{display:none}.sidebar nav{display:flex}.sidebar>a{display:none}.admin-main{padding:15px}.stat-grid{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}}
@media(max-width:430px){.intro-card{height:590px}.category-tile{height:165px}.category-tile.wide{height:195px}.two-fields,.contact-info-grid{grid-template-columns:1fr}.contact-cards{grid-template-columns:1fr 1fr}.stat-grid{grid-template-columns:1fr 1fr}.product-line h2{font-size:.9rem}}

/* Aura V3 — yeşil uzay teması, rezervasyon ve sabit mobil navigasyon */
body{background:
radial-gradient(circle at 15% 5%,rgba(55,185,170,.13),transparent 28%),
radial-gradient(circle at 90% 20%,rgba(120,96,170,.12),transparent 32%),var(--bg)}
body.modal-open{overflow:hidden}.site-frame{background:linear-gradient(180deg,#fff 0%,#fbfdfc 100%)}
.topbar{background:rgba(255,255,255,.9);border-color:rgba(8,122,90,.1)}
.icon-btn.soft{background:linear-gradient(135deg,var(--soft),#eeeaf8);color:var(--space)}
.primary-btn,.admin-form button,.login-card button,.admin-button,.inline-form button,.home-actions button{background:linear-gradient(135deg,var(--green),var(--space));box-shadow:0 12px 24px rgba(8,122,90,.16)}
.home-actions a{background:linear-gradient(135deg,var(--soft),#f0edf8)}
.section-heading small,.content-hero>span,.modal-eyebrow{background:linear-gradient(90deg,var(--green2),var(--space2));-webkit-background-clip:text;background-clip:text;color:transparent}

.menu-locked .topbar,.menu-locked .public-footer,.menu-locked .floating-reservation,.menu-locked .floating-socials,.menu-locked .mobile-bottom-nav,.menu-locked .drawer{display:none!important}
.menu-locked .site-frame{width:100%;max-width:none;margin:0;border-radius:0;box-shadow:none;background:#07150f}
.menu-locked .home-main{padding:0}.menu-locked .locked-content{display:none!important}
.menu-unlocked .intro-card{display:none}.menu-unlocked .locked-content{display:block}
.intro-gate{height:100svh;min-height:620px;border-radius:0;isolation:isolate;background:#07150f}
.intro-gate video{filter:saturate(.9) contrast(1.04)}
.intro-gate .intro-shade{background:linear-gradient(180deg,rgba(4,18,13,.24),rgba(5,21,16,.58) 45%,rgba(5,14,12,.9))}
.intro-gate:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 18%,rgba(107,80,163,.32),transparent 28%),radial-gradient(circle at 18% 65%,rgba(21,164,118,.26),transparent 32%);mix-blend-mode:screen;pointer-events:none}
.space-orbit{position:absolute;border:1px solid rgba(255,255,255,.22);border-radius:50%;z-index:2;pointer-events:none;animation:orbit 13s linear infinite}.orbit-one{width:270px;height:270px;right:-120px;top:14%}.orbit-two{width:180px;height:180px;left:-80px;bottom:18%;animation-direction:reverse;animation-duration:10s}.space-orbit:before{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#82f0c8;box-shadow:0 0 18px #82f0c8;top:17px;left:48px}@keyframes orbit{to{transform:rotate(360deg)}}
.intro-brand{top:72px;z-index:4}.intro-brand span{font-size:.7rem;letter-spacing:.42em;color:#9bf4d3}.intro-brand strong{font-size:1.35rem}.intro-brand small{display:block;margin-top:9px;font-size:.76rem;color:rgba(255,255,255,.78)}
.intro-entry{position:absolute;z-index:5;left:20px;right:20px;bottom:max(38px,env(safe-area-inset-bottom));text-align:center}.intro-entry .outline-enter{position:relative;left:auto;right:auto;bottom:auto;width:100%;padding:15px 18px;border-radius:16px;border:1px solid rgba(145,244,207,.62);background:linear-gradient(135deg,rgba(8,122,90,.38),rgba(81,58,121,.38));box-shadow:0 20px 55px rgba(0,0,0,.25);display:flex;align-items:center;justify-content:space-between;gap:15px;transition:.25s}.intro-entry .outline-enter:disabled{opacity:.62;cursor:not-allowed}.intro-entry .outline-enter.ready{background:linear-gradient(135deg,rgba(8,122,90,.8),rgba(81,58,121,.78));box-shadow:0 0 0 4px rgba(89,222,175,.09),0 20px 55px rgba(0,0,0,.3)}.outline-enter span{font-size:.88rem}.outline-enter small{font-size:.62rem;color:#c9f4e4;font-weight:600}.intro-entry>p{font-size:.64rem;color:rgba(255,255,255,.66);margin:11px 0 0}.outline-enter.attention{animation:attention .75s ease}@keyframes attention{25%,75%{transform:translateX(-6px)}50%{transform:translateX(6px)}}
.category-area{padding-bottom:12px}.category-tile{border:1px solid rgba(8,122,90,.08);box-shadow:0 12px 30px rgba(19,62,49,.09)}.category-tile:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.2);border-radius:inherit;pointer-events:none}.tile-shade{background:linear-gradient(180deg,rgba(10,28,22,.05),rgba(5,24,18,.76)),linear-gradient(135deg,rgba(8,122,90,.1),rgba(81,58,121,.14))}

.floating-reservation{position:fixed;z-index:88;right:max(16px,calc(50vw - 260px + 16px));bottom:24px;border:0;border-radius:999px;padding:12px 17px 12px 12px;background:linear-gradient(135deg,#087a5a,#513a79);color:#fff;display:flex;align-items:center;gap:9px;box-shadow:0 18px 42px rgba(25,61,51,.28);cursor:pointer}.floating-reservation svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.floating-reservation b{font-size:.72rem}.pulse-dot{position:absolute;width:10px;height:10px;border-radius:50%;background:#83f3c9;right:2px;top:1px;box-shadow:0 0 0 rgba(131,243,201,.7);animation:pulse 1.8s infinite}@keyframes pulse{70%{box-shadow:0 0 0 12px rgba(131,243,201,0)}100%{box-shadow:0 0 0 0 rgba(131,243,201,0)}}
.floating-socials{position:fixed;z-index:86;right:max(8px,calc(50vw - 260px + 8px));top:50%;transform:translateY(-50%);display:grid;gap:7px}.floating-socials a{width:38px;height:38px;border-radius:13px;background:rgba(255,255,255,.93);border:1px solid rgba(8,122,90,.13);display:grid;place-items:center;box-shadow:0 10px 25px rgba(28,55,47,.13);backdrop-filter:blur(12px);transition:.2s}.floating-socials a:hover{transform:translateX(-4px) scale(1.04)}.floating-socials svg{width:18px;height:18px;fill:none;stroke:var(--ink);stroke-width:1.8}.floating-socials .fill{fill:var(--ink);stroke:none}.floating-socials .social-instagram:hover{background:#f9e8f1}.floating-socials .social-facebook:hover{background:#e8effb}.floating-socials .social-twitter:hover{background:#e9edf0}.floating-socials .social-youtube:hover{background:#fdeaea}
.mobile-bottom-nav{display:none}

.modal-panel{background:linear-gradient(180deg,#fff,#fbfdfc);border:1px solid rgba(8,122,90,.1)}.modal-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;margin-bottom:14px;background:linear-gradient(135deg,var(--soft),#ece8f6);color:var(--green)}.modal-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.reservation-panel select{width:100%;border:1px solid var(--line);border-radius:10px;padding:11px;background:#fff;color:var(--ink);margin-top:6px}.space-btn{background:linear-gradient(135deg,var(--green),var(--space))!important}.reservation-success{display:none;text-align:center;padding:24px 8px}.reservation-success.show{display:block}.reservation-success>span{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:auto;background:linear-gradient(135deg,var(--green2),var(--space2));color:#fff;font-size:1.6rem}.reservation-success h3{font:800 1.25rem Manrope;margin:14px 0 5px}.reservation-success p{font-size:.82rem;color:var(--muted);line-height:1.55}.reservation-success .primary-btn{border:0;margin-top:8px}
.google-map-panel{padding:0 0 27px;overflow:hidden}.google-map-panel .modal-close{z-index:6;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.12)}.fake-google-map{height:255px;position:relative;overflow:hidden;background-color:#e9eee9;background-image:linear-gradient(35deg,transparent 74%,rgba(255,255,255,.75) 75% 79%,transparent 80%),linear-gradient(-35deg,transparent 68%,rgba(255,255,255,.9) 69% 75%,transparent 76%),linear-gradient(90deg,rgba(197,217,202,.35) 1px,transparent 1px),linear-gradient(rgba(197,217,202,.35) 1px,transparent 1px);background-size:160px 120px,190px 140px,28px 28px,28px 28px}.map-park{position:absolute;width:145px;height:95px;border-radius:48% 52% 45% 55%;background:#cfe6c9;left:-30px;top:38px;transform:rotate(-18deg)}.map-road{position:absolute;height:10px;background:#fff;border:1px solid #dce3dc;border-radius:999px;box-shadow:0 0 0 2px rgba(255,255,255,.45)}.road-a{width:350px;left:-30px;top:150px;transform:rotate(-22deg)}.road-b{width:260px;right:-70px;top:78px;transform:rotate(38deg)}.road-c{width:210px;left:85px;top:25px;transform:rotate(84deg)}.map-pin{position:absolute;left:50%;top:46%;width:44px;height:44px;border-radius:50% 50% 50% 0;background:#ea4335;transform:translate(-50%,-50%) rotate(-45deg);box-shadow:0 9px 20px rgba(77,49,44,.25)}.map-pin span{position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;left:14px;top:14px}.map-brand{position:absolute;left:12px;bottom:10px;background:rgba(255,255,255,.92);padding:7px 10px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.08)}.map-brand b,.map-brand small{display:block}.map-brand b{font-size:.8rem;letter-spacing:.02em}.map-brand small{font-size:.55rem;color:var(--muted)}.google-place-card{display:grid;grid-template-columns:58px 1fr;gap:12px;align-items:start;margin:-18px 14px 0;position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;box-shadow:0 18px 45px rgba(28,55,47,.13)}.google-place-card img{width:58px;height:58px;object-fit:contain;border-radius:12px;background:var(--soft)}.google-place-card small{font-size:.58rem;letter-spacing:.1em;color:var(--green2)}.google-place-card h2{font-size:1.02rem;margin:4px 0}.google-place-card p{font-size:.68rem;color:var(--muted);margin:0;line-height:1.4}.google-stars{font-size:.78rem;color:#f4b400;margin-top:7px}.google-stars span{font-size:.62rem;color:var(--muted);margin-left:5px}.google-actions{display:grid;gap:8px;padding:14px 14px 0}.google-button{border-radius:12px}.map-direction-btn,.site-review-btn{border:1px solid var(--line);border-radius:12px;padding:12px;text-align:center;background:#fff;color:var(--ink);font-size:.76rem;font-weight:800}.site-review-btn{cursor:pointer}

.reservation-card{border:1px solid var(--line);border-radius:15px;padding:16px;margin-bottom:10px;background:#fff}.reservation-card.new{border-left:4px solid var(--green2)}.reservation-card.confirmed{border-left:4px solid #3d75d2}.reservation-card.cancelled{opacity:.7;border-left:4px solid var(--danger)}.reservation-card header{display:flex;justify-content:space-between;gap:15px}.reservation-card h3{margin:0;font-size:.98rem}.reservation-meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:8px}.reservation-meta span{font-size:.68rem;padding:6px 8px;background:var(--soft);border-radius:999px}.telegram-state{font-size:.68rem;font-weight:800}.telegram-state.sent{color:#168257}.telegram-state.failed{color:var(--danger)}.token-note{padding:10px 12px;background:#fff7e5;border-radius:10px;color:#755a1c!important;font-size:.72rem!important}

@media(max-width:600px){
 body:not(.admin-page):not(.admin-login){padding:0}.site-frame{padding-bottom:76px;box-shadow:none}.public-footer{padding-bottom:12px}.eco-bar{border-radius:0}
 .mobile-bottom-nav{position:fixed;z-index:95;left:0;right:0;bottom:0;height:68px;padding:6px max(8px,env(safe-area-inset-right)) max(6px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));display:grid;grid-template-columns:repeat(5,1fr);background:rgba(255,255,255,.94);border-top:1px solid rgba(8,122,90,.13);backdrop-filter:blur(20px);box-shadow:0 -10px 35px rgba(22,55,45,.11)}
 .mobile-bottom-nav a,.mobile-bottom-nav button{border:0;background:transparent;color:#788781;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:.56rem;font-weight:700;padding:0}.mobile-bottom-nav svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mobile-bottom-nav .active,.mobile-bottom-nav a:hover,.mobile-bottom-nav button:hover{color:var(--green)}
 .floating-reservation{right:12px;bottom:82px;padding:12px;width:48px;height:48px;justify-content:center}.floating-reservation b{display:none}.floating-reservation svg{width:23px;height:23px}.floating-socials{right:7px;top:43%;gap:6px}.floating-socials a{width:35px;height:35px;border-radius:12px}
 .modal-panel{max-height:calc(100svh - 20px);padding-bottom:max(28px,env(safe-area-inset-bottom))}.google-map-panel{padding-bottom:max(28px,env(safe-area-inset-bottom))}
 .intro-gate{min-height:100svh}.intro-entry{bottom:max(30px,env(safe-area-inset-bottom))}
}
@media(min-width:601px){.floating-reservation{bottom:28px}}
.reservation-panel label{display:block;font-size:.76rem;font-weight:700;margin:13px 0;color:#43594a}.reservation-panel input,.reservation-panel textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:11px;background:#fff;color:var(--ink);margin-top:6px;outline:none}.reservation-panel textarea{min-height:90px;resize:vertical}.reservation-panel input:focus,.reservation-panel textarea:focus,.reservation-panel select:focus{border-color:var(--green2);box-shadow:0 0 0 3px rgba(24,164,118,.1)}.admin-page .stat-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}

/* Aura V4 — hızlı siyah açılış, merkez marka ve siyah navigasyon */
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
.topbar{height:66px;grid-template-columns:78px 1fr 78px;background:rgba(3,3,3,.96);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 7px 24px rgba(0,0,0,.22);backdrop-filter:blur(18px)}
.icon-btn{color:#fff}.icon-btn svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.icon-btn.soft{background:rgba(255,255,255,.1);color:#fff}.header-menu-btn{width:64px;height:46px;border-radius:12px;display:flex;flex-direction:column;gap:2px;font-size:inherit}.header-menu-btn svg{width:21px;height:21px}.header-menu-btn span{font-size:.56rem;line-height:1;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.header-back{background:rgba(255,255,255,.08)}
.top-logo img{width:62px;height:44px;border-radius:8px;object-fit:contain}.search-line{top:66px}
.drawer-backdrop{background:rgba(0,0,0,.72);backdrop-filter:blur(7px)}.drawer-panel{background:#050505;color:#fff;border-right:1px solid rgba(255,255,255,.12);box-shadow:22px 0 60px rgba(0,0,0,.45)}.drawer-head{border-bottom-color:rgba(255,255,255,.12)}.drawer-head img{border-radius:13px}.drawer-head small,.drawer-categories>small{color:rgba(255,255,255,.52)}.drawer-head button{background:rgba(255,255,255,.1);color:#fff}.drawer-nav{border-bottom-color:rgba(255,255,255,.12);gap:4px}.drawer-nav a{display:flex;align-items:center;gap:12px;padding:12px 10px;border-radius:12px;color:#fff}.drawer-nav a:hover{background:rgba(255,255,255,.08)}.drawer-nav svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.drawer-categories a{border-bottom-color:rgba(255,255,255,.1);color:#fff}.drawer-categories a b{font-size:1.2rem;color:rgba(255,255,255,.58)}.drawer-socials a{border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:#fff}

.menu-locked .site-frame{background:#000}.menu-locked .home-main{min-height:100svh}.intro-card{height:100svh;min-height:640px;border-radius:0;background:#000;isolation:isolate}.intro-card video{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.025);transition:opacity .35s ease,transform 2.5s ease}.intro-gate.video-ready video{opacity:.68;transform:scale(1)}.intro-gate.video-error video{display:none}.intro-shade{z-index:1;background:radial-gradient(circle at 50% 42%,rgba(20,20,20,.18),rgba(0,0,0,.68) 56%,rgba(0,0,0,.94) 100%),linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.22) 42%,rgba(0,0,0,.92))}
.intro-video-fallback{position:absolute;inset:0;z-index:0;background:radial-gradient(circle at center,#171717 0,#050505 48%,#000 100%);opacity:1;transition:opacity .35s ease}.video-ready .intro-video-fallback{opacity:0}.fallback-ring{position:absolute;left:50%;top:48%;border:1px solid rgba(255,255,255,.08);border-radius:50%;transform:translate(-50%,-50%);animation:fallbackPulse 2.4s ease-in-out infinite}.ring-a{width:220px;height:220px}.ring-b{width:340px;height:340px;animation-delay:.35s}.ring-c{width:470px;height:470px;animation-delay:.7s}@keyframes fallbackPulse{0%,100%{opacity:.15;transform:translate(-50%,-50%) scale(.9)}50%{opacity:.7;transform:translate(-50%,-50%) scale(1.04)}}
.intro-stars{position:absolute;inset:0;z-index:2;overflow:hidden;pointer-events:none}.intro-stars i{position:absolute;width:3px;height:3px;border-radius:50%;background:#fff;box-shadow:0 0 12px #fff;opacity:.45;animation:starFloat 6s ease-in-out infinite}.intro-stars i:nth-child(1){left:12%;top:19%}.intro-stars i:nth-child(2){left:83%;top:28%;animation-delay:1s}.intro-stars i:nth-child(3){left:22%;top:72%;animation-delay:2s}.intro-stars i:nth-child(4){left:76%;top:78%;animation-delay:3s}.intro-stars i:nth-child(5){left:52%;top:11%;animation-delay:4s}.intro-stars i:nth-child(6){left:91%;top:58%;animation-delay:5s}@keyframes starFloat{0%,100%{transform:translateY(0) scale(.7);opacity:.22}50%{transform:translateY(-18px) scale(1.4);opacity:.8}}
.intro-center{position:absolute;z-index:5;left:50%;top:50%;width:min(410px,calc(100% - 36px));transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff}.intro-logo-stage{position:relative;width:clamp(112px,26vw,150px);height:clamp(112px,26vw,150px);display:grid;place-items:center;margin-bottom:10px}.intro-logo-stage:after{content:"";position:absolute;inset:12%;border-radius:50%;background:rgba(255,255,255,.07);filter:blur(15px);animation:logoGlow 2.6s ease-in-out infinite}.intro-logo{position:relative;z-index:3;width:100%;height:100%;object-fit:cover;border-radius:50%;box-shadow:0 0 0 1px rgba(255,255,255,.17),0 0 45px rgba(255,255,255,.12);animation:logoBreathe 3s ease-in-out infinite}.logo-orbit{position:absolute;z-index:2;inset:-7px;border:1px solid rgba(255,255,255,.25);border-radius:50%;animation:logoOrbit 8s linear infinite}.logo-orbit:after{content:"";position:absolute;top:9px;left:25px;width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 15px #fff}.logo-orbit.orbit-b{inset:-17px;border-style:dashed;opacity:.38;animation-direction:reverse;animation-duration:13s}@keyframes logoOrbit{to{transform:rotate(360deg)}}@keyframes logoBreathe{0%,100%{transform:scale(.98)}50%{transform:scale(1.025)}}@keyframes logoGlow{0%,100%{opacity:.35;transform:scale(.85)}50%{opacity:.85;transform:scale(1.14)}}
.intro-eyebrow{font-size:.6rem;letter-spacing:.38em;font-weight:800;color:rgba(255,255,255,.65);margin-top:2px}.intro-title{font-size:clamp(1.65rem,6vw,2.25rem);line-height:1;letter-spacing:.22em;margin:8px 0 6px;padding-left:.22em;text-shadow:0 0 28px rgba(255,255,255,.28)}.intro-subtitle{font-size:.7rem;color:rgba(255,255,255,.68);line-height:1.4}
.intro-actions{width:100%;display:grid;gap:8px;margin-top:20px}.intro-action{width:100%;min-height:58px;border:1px solid rgba(255,255,255,.2);border-radius:15px;background:rgba(5,5,5,.55);color:#fff;display:grid;grid-template-columns:42px 1fr;align-items:center;gap:12px;padding:8px 14px;text-align:left;backdrop-filter:blur(15px);box-shadow:0 12px 35px rgba(0,0,0,.26);cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease,opacity .2s ease}.intro-action:hover,.intro-action:focus-visible{transform:translateY(-2px);border-color:rgba(255,255,255,.55);background:rgba(20,20,20,.72);outline:none}.intro-action:disabled{opacity:.54;cursor:not-allowed;transform:none}.intro-action.ready{border-color:rgba(132,255,199,.55);background:linear-gradient(135deg,rgba(0,98,65,.7),rgba(13,13,13,.72));box-shadow:0 0 0 3px rgba(132,255,199,.06),0 12px 35px rgba(0,0,0,.3)}.intro-action-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.1)}.intro-action svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.intro-action b,.intro-action small{display:block}.intro-action b{font-size:.78rem;letter-spacing:.01em}.intro-action small{font-size:.59rem;color:rgba(255,255,255,.58);margin-top:3px}.intro-action-reservation .intro-action-icon{background:rgba(89,42,111,.5)}.intro-action-menu .intro-action-icon{background:rgba(0,110,76,.5)}.intro-action-website .intro-action-icon{background:rgba(33,88,115,.5)}.intro-action.attention{animation:attention .75s ease}
.intro-powered{position:absolute;z-index:6;left:20px;right:20px;bottom:max(16px,env(safe-area-inset-bottom));text-align:center;color:rgba(255,255,255,.5);font-size:.58rem;letter-spacing:.05em;animation:poweredBreathe 2.8s ease-in-out infinite}.intro-powered span{color:#fff;font-weight:800}@keyframes poweredBreathe{0%,100%{opacity:.42;text-shadow:0 0 0 transparent}50%{opacity:1;text-shadow:0 0 18px rgba(255,255,255,.45)}}

.page-loader{background:#000;color:#fff;transition:opacity .16s ease,visibility .16s ease}.loader-space{position:relative;width:130px;height:130px;display:grid;place-items:center;margin-bottom:18px}.loader-space img{position:relative;z-index:3;width:94px;height:94px;border-radius:50%;object-fit:cover;animation:loaderLogo 1.4s ease-in-out infinite;box-shadow:0 0 35px rgba(255,255,255,.14)}.loader-orbit{position:absolute;inset:5px;border:1px solid rgba(255,255,255,.25);border-radius:50%;animation:loaderSpin 1.5s linear infinite}.loader-orbit:after{content:"";position:absolute;top:5px;left:27px;width:7px;height:7px;border-radius:50%;background:#85ffd0;box-shadow:0 0 16px #85ffd0}.loader-orbit-b{inset:-8px;border-style:dashed;opacity:.48;animation-duration:2.3s;animation-direction:reverse}.page-loader>strong{font-size:.76rem;letter-spacing:.28em;padding-left:.28em}.page-loader>small{color:rgba(255,255,255,.62);margin:8px 0 14px;font-size:.68rem}.loader-console{width:min(300px,calc(100% - 44px));display:grid;gap:5px;padding:13px 15px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.04);font-family:Consolas,"Courier New",monospace}.loader-console span{font-size:.61rem;color:rgba(255,255,255,.58);animation:consoleLine 1.1s ease-in-out infinite}.loader-console span:nth-child(2){animation-delay:.18s}.loader-console span:nth-child(3){animation-delay:.36s}.loader-console i{font-style:normal;color:#85ffd0;margin-right:6px}.loader-progress{width:min(300px,calc(100% - 44px));height:3px;margin-top:12px;border-radius:999px;background:rgba(255,255,255,.1);overflow:hidden}.loader-progress span{display:block;width:45%;height:100%;border-radius:inherit;background:linear-gradient(90deg,transparent,#fff,transparent);animation:loaderProgress .7s linear infinite}@keyframes loaderSpin{to{transform:rotate(360deg)}}@keyframes loaderLogo{0%,100%{transform:scale(.96);opacity:.75}50%{transform:scale(1.04);opacity:1}}@keyframes consoleLine{0%,100%{opacity:.35}50%{opacity:1}}@keyframes loaderProgress{from{transform:translateX(-110%)}to{transform:translateX(260%)}}

@media(max-width:600px){
 .topbar{grid-template-columns:72px 1fr 72px}.header-menu-btn{width:60px}
 .intro-card{min-height:100svh}.intro-center{top:48%;width:min(390px,calc(100% - 30px))}.intro-logo-stage{width:108px;height:108px}.intro-actions{margin-top:15px;gap:7px}.intro-action{min-height:54px;padding:7px 12px}.intro-action-icon{width:36px;height:36px}.intro-powered{bottom:max(12px,env(safe-area-inset-bottom))}
}
@media(max-height:720px){
 .intro-center{top:47%}.intro-logo-stage{width:88px;height:88px;margin-bottom:5px}.intro-title{font-size:1.45rem;margin:6px 0 4px}.intro-actions{margin-top:11px;gap:6px}.intro-action{min-height:49px}.intro-action-icon{width:33px;height:33px}.intro-powered{font-size:.52rem}
}
@media(prefers-reduced-motion:reduce){.intro-logo,.logo-orbit,.intro-stars i,.intro-powered,.fallback-ring,.loader-space img,.loader-orbit,.loader-console span,.loader-progress span{animation-duration:.001ms!important;animation-iteration-count:1!important}}

/* V5.1 kategori video oynatma ve animasyon düzeltmesi */
.category-tile{isolation:isolate;background:#071a15}
.category-video-loader{position:absolute;inset:0;z-index:0;overflow:hidden;background:radial-gradient(circle at 20% 25%,rgba(55,185,170,.42),transparent 34%),radial-gradient(circle at 80% 70%,rgba(120,96,170,.5),transparent 38%),linear-gradient(135deg,#071b15,#102d24 48%,#1b1630);animation:categorySpacePulse 3.4s ease-in-out infinite}
.category-video-loader::before{content:"";position:absolute;inset:-45%;background:conic-gradient(from 0deg,transparent,rgba(255,255,255,.2),transparent 24%,rgba(55,185,170,.2),transparent 58%);animation:categoryOrbit 7s linear infinite}
.category-video-loader i{position:absolute;width:5px;height:5px;border-radius:50%;background:#fff;box-shadow:0 0 14px #fff;animation:categoryStar 2.2s ease-in-out infinite}
.category-video-loader i:nth-child(1){left:22%;top:30%}.category-video-loader i:nth-child(2){right:24%;top:22%;animation-delay:.7s}.category-video-loader i:nth-child(3){left:57%;bottom:24%;animation-delay:1.3s}
.category-tile .category-video{position:absolute;inset:0;z-index:1;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.08);transition:opacity .55s ease,transform 1.4s ease;will-change:opacity,transform;background:transparent}
.category-tile.video-loaded .category-video,.category-tile.video-playing .category-video{opacity:1;transform:scale(1)}
.category-tile.video-loaded .category-video-loader{opacity:0;transition:opacity .45s ease}
.category-tile.video-error .category-video-loader{opacity:1}
.category-tile.video-error .category-video{display:none}
.category-tile .tile-shade{z-index:2}.category-tile .tile-copy{z-index:3}
.category-tile.video-playing .tile-copy{animation:categoryCopyFloat 4s ease-in-out infinite}
@keyframes categorySpacePulse{0%,100%{filter:brightness(.82) saturate(1);transform:scale(1)}50%{filter:brightness(1.16) saturate(1.22);transform:scale(1.035)}}
@keyframes categoryOrbit{to{transform:rotate(360deg)}}
@keyframes categoryStar{0%,100%{opacity:.25;transform:scale(.7)}50%{opacity:1;transform:scale(1.45)}}
@keyframes categoryCopyFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}
@media (prefers-reduced-motion:reduce){.category-video-loader,.category-video-loader::before,.category-video-loader i,.category-tile.video-playing .tile-copy{animation:none!important}.category-tile .category-video{transition:opacity .2s ease}}


/* V5.2 kalıcı menü oturumu ve yatay kategori navigasyonu */
.category-scroll-wrap{position:sticky;top:113px;z-index:34;margin:-10px -10px 10px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);box-shadow:0 8px 22px rgba(16,44,37,.06);backdrop-filter:blur(14px)}
.category-scroll{display:flex;align-items:center;gap:8px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding:10px 12px 11px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.category-scroll::-webkit-scrollbar{display:none}
.category-scroll a{flex:0 0 auto;scroll-snap-align:center;min-height:38px;display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#536762;font-size:.72rem;font-weight:800;white-space:nowrap;box-shadow:0 5px 14px rgba(20,52,43,.04);transition:.2s ease}
.category-scroll a:hover,.category-scroll a:focus-visible{border-color:#8ab6a7;color:var(--green);outline:none;transform:translateY(-1px)}
.category-scroll a.active{border-color:#0b1714;background:linear-gradient(135deg,#07130f,#123e31);color:#fff;box-shadow:0 8px 22px rgba(8,47,36,.2)}
.category-scroll a.category-scroll-home{gap:6px;background:var(--soft);color:var(--green);border-color:#cfe3db}
.category-scroll-home span{font-size:.95rem;line-height:1}.category-scroll-home b{font:inherit}
@media(max-width:600px){.category-scroll-wrap{top:113px}.category-scroll{padding-left:10px;padding-right:10px}.category-scroll a{padding:8px 12px;font-size:.68rem}}


/* V5.3 — kategori videoları yalnızca kategori içinde, ana sayfa hafif animasyonlu */
.category-grid{align-items:stretch}
.category-tile.category-motion{
  isolation:isolate;
  contain:layout paint style;
  content-visibility:auto;
  contain-intrinsic-size:182px;
  background:
    radial-gradient(circle at 18% 20%,hsl(var(--tile-hue) 72% 48% / .26),transparent 34%),
    radial-gradient(circle at 86% 75%,hsl(calc(var(--tile-hue) + 62deg) 75% 58% / .22),transparent 42%),
    linear-gradient(145deg,#071611 0%,#0d2b22 52%,#171227 100%);
  box-shadow:0 12px 28px rgba(7,30,24,.14);
  transform:translateY(10px) scale(.985);
  opacity:.001;
  transition:opacity .38s ease,transform .38s ease,box-shadow .25s ease;
}
.category-tile.category-motion.is-visible{opacity:1;transform:translateY(0) scale(1)}
.category-tile.category-motion:active{transform:scale(.985)}
.category-art{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.category-art::before{content:"";position:absolute;inset:-45%;background:conic-gradient(from 0deg,transparent 0 18%,hsl(var(--tile-hue) 80% 72% / .13) 22%,transparent 28% 55%,rgba(255,255,255,.09) 60%,transparent 66%);transform:rotate(0deg)}
.category-art::after{content:"";position:absolute;width:120px;height:120px;right:-34px;bottom:-42px;border-radius:50%;border:1px solid rgba(255,255,255,.16);box-shadow:0 0 0 18px rgba(255,255,255,.025),0 0 0 42px rgba(255,255,255,.018)}
.category-motion.is-visible .category-art::before{animation:categoryLiteSweep 9s linear infinite}
.category-orbit{position:absolute;border:1px solid rgba(255,255,255,.14);border-radius:50%;transform:rotate(-18deg)}
.category-orbit.orbit-one{width:138px;height:72px;right:-24px;top:22px}
.category-orbit.orbit-two{width:92px;height:46px;right:4px;top:36px;border-style:dashed;opacity:.65}
.category-motion.is-visible .orbit-one{animation:categoryLiteFloat 5.5s ease-in-out infinite}
.category-motion.is-visible .orbit-two{animation:categoryLiteFloat 5.5s ease-in-out -1.1s infinite reverse}
.category-core{position:absolute;right:24px;top:49px;width:47px;height:47px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(255,255,255,.34);background:rgba(255,255,255,.1);box-shadow:0 0 30px hsl(var(--tile-hue) 75% 62% / .22);color:#fff}
.category-core b{font-size:.68rem;letter-spacing:.08em}
.category-art>i{position:absolute;width:4px;height:4px;border-radius:50%;background:#fff;box-shadow:0 0 10px #fff;opacity:.5}
.category-art>i:nth-of-type(1){left:16%;top:24%}.category-art>i:nth-of-type(2){left:68%;top:19%}.category-art>i:nth-of-type(3){left:48%;bottom:24%}
.category-motion.is-visible .category-art>i{animation:categoryLiteStar 2.8s ease-in-out infinite}
.category-motion.is-visible .category-art>i:nth-of-type(2){animation-delay:.8s}.category-motion.is-visible .category-art>i:nth-of-type(3){animation-delay:1.5s}
.category-tile.category-motion .tile-shade{z-index:1;background:linear-gradient(180deg,rgba(5,13,10,.03),rgba(3,10,8,.78))}
.category-tile.category-motion .tile-copy{z-index:2}
.category-tile.category-motion .tile-copy strong{font-size:1.12rem}
.tile-arrow{position:absolute;z-index:3;right:13px;bottom:13px;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.09);color:#fff;font-size:.78rem;transition:transform .2s ease,background .2s ease}
.category-tile.category-motion:hover .tile-arrow,.category-tile.category-motion:focus-visible .tile-arrow{transform:translate(2px,-2px);background:rgba(255,255,255,.18)}
@keyframes categoryLiteSweep{to{transform:rotate(360deg)}}
@keyframes categoryLiteFloat{0%,100%{transform:rotate(-18deg) translateY(0)}50%{transform:rotate(-13deg) translateY(-5px)}}
@keyframes categoryLiteStar{0%,100%{opacity:.25;transform:scale(.75)}50%{opacity:.9;transform:scale(1.3)}}

.category-video-hero{isolation:isolate;background:#071611;contain:layout paint}
.category-video-hero video{position:absolute;inset:0;z-index:1;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.035);transition:opacity .32s ease,transform 1.2s ease;background:transparent}
.category-video-hero.video-ready video{opacity:1;transform:scale(1)}
.category-hero-fallback{position:absolute;inset:0;z-index:0;overflow:hidden;background:radial-gradient(circle at 24% 25%,rgba(55,185,170,.35),transparent 34%),radial-gradient(circle at 78% 72%,rgba(120,96,170,.42),transparent 38%),linear-gradient(135deg,#071611,#102b22 50%,#1a142b)}
.category-hero-fallback::before{content:"";position:absolute;inset:-40%;background:conic-gradient(from 0deg,transparent,rgba(255,255,255,.16),transparent 24%,rgba(55,185,170,.12),transparent 58%);animation:categoryHeroOrbit 10s linear infinite}
.category-video-hero.video-ready .category-hero-fallback{opacity:0;transition:opacity .32s ease}
.category-video-hero.video-error .category-hero-fallback{opacity:1}
.category-video-hero.video-error video{display:none}
.hero-orbit{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.16);right:-20px;top:35px;width:170px;height:92px;transform:rotate(-16deg)}
.hero-orbit-b{right:8px;top:52px;width:110px;height:56px;border-style:dashed;opacity:.6;animation:categoryHeroFloat 5s ease-in-out infinite}
.category-hero-fallback i{position:absolute;width:5px;height:5px;border-radius:50%;background:#fff;box-shadow:0 0 14px #fff;animation:categoryLiteStar 2.8s ease-in-out infinite}
.category-hero-fallback i:nth-of-type(1){left:20%;top:25%}.category-hero-fallback i:nth-of-type(2){right:23%;top:20%;animation-delay:.8s}.category-hero-fallback i:nth-of-type(3){left:56%;bottom:24%;animation-delay:1.5s}
.category-hero-shade{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(4,12,9,.04),rgba(3,10,7,.78))}
.category-hero-copy{position:absolute;z-index:3;left:18px;right:58px;bottom:18px;color:#fff}
.category-hero-copy small{font-size:.62rem;letter-spacing:.14em}.category-hero-copy h1{font:800 1.65rem Manrope;margin:5px 0}.category-hero-copy p{font-size:.75rem;margin:0;color:#edf3ec}
.category-video-state{position:absolute;z-index:4;right:14px;bottom:15px;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.28);background:rgba(0,0,0,.38);color:#fff;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(6px)}
.category-video-hero.video-needs-tap .category-video-state{animation:categoryTapPulse 1.5s ease-in-out infinite}
@keyframes categoryHeroOrbit{to{transform:rotate(360deg)}}
@keyframes categoryHeroFloat{0%,100%{transform:rotate(-16deg) translateY(0)}50%{transform:rotate(-10deg) translateY(-6px)}}
@keyframes categoryTapPulse{0%,100%{box-shadow:0 0 0 0 rgba(255,255,255,.22)}50%{box-shadow:0 0 0 8px rgba(255,255,255,0)}}

@media(max-width:600px){
  .category-tile.category-motion{content-visibility:auto;contain-intrinsic-size:182px}
  .category-tile.category-motion.wide{contain-intrinsic-size:210px}
}
@media(prefers-reduced-motion:reduce){
  .category-tile.category-motion{opacity:1;transform:none;transition:none}
  .category-motion.is-visible .category-art::before,.category-motion.is-visible .category-orbit,.category-motion.is-visible .category-art>i,.category-hero-fallback::before,.hero-orbit-b,.category-hero-fallback i,.category-video-hero.video-needs-tap .category-video-state{animation:none!important}
  .category-video-hero video{transition:opacity .15s ease}
}


/* V5.4 — ana sayfada kategori görselleri, kategori içinde tek video */
.category-image-grid{align-items:stretch}
.category-image-tile{
  isolation:isolate;
  contain:layout paint style;
  content-visibility:auto;
  contain-intrinsic-size:182px;
  background:#10251f;
  box-shadow:0 12px 28px rgba(7,30,24,.14);
  opacity:.001;
  transform:translateY(9px) scale(.99);
  transition:opacity .3s ease,transform .3s ease,box-shadow .25s ease;
}
.category-image-tile.is-visible{opacity:1;transform:translateY(0) scale(1)}
.category-image-tile:active{transform:scale(.986)}
.category-cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;transform:scale(1.002);transition:transform .65s cubic-bezier(.2,.7,.2,1),filter .3s ease;background:#dce5dc}
.category-image-tile:hover .category-cover,.category-image-tile:focus-visible .category-cover{transform:scale(1.045);filter:saturate(1.06) contrast(1.02)}
.category-image-glow{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(120deg,transparent 20%,rgba(255,255,255,.11) 45%,transparent 68%);transform:translateX(-115%)}
.category-image-tile.is-visible .category-image-glow{animation:categoryImageShine 7s ease-in-out infinite}
.category-image-tile .tile-shade{z-index:2;background:linear-gradient(180deg,rgba(4,10,8,.04) 10%,rgba(3,10,8,.18) 45%,rgba(2,8,6,.84) 100%)}
.category-image-tile .tile-copy{z-index:3}
.category-image-tile .tile-copy strong{font-size:1.12rem}
.category-image-tile .tile-arrow{z-index:4}
.category-admin-cover{width:74px;height:54px;border-radius:10px;object-fit:cover;background:#e8efec;border:1px solid #dce9e4;display:block}
@keyframes categoryImageShine{0%,70%,100%{transform:translateX(-115%)}82%{transform:translateX(115%)}}
@media(max-width:600px){.category-image-tile{contain-intrinsic-size:182px}.category-image-tile.wide{contain-intrinsic-size:210px}}
@media(prefers-reduced-motion:reduce){.category-image-tile{opacity:1;transform:none;transition:none}.category-image-tile.is-visible .category-image-glow{animation:none}.category-cover{transition:none}}


/* Aura V5.5 — 3D açılış, anında menü geçişi ve sabit RestoBulut bandı */
.intro-3d{perspective:1200px;background:#05030a}.intro-3d:before{content:"";position:absolute;z-index:2;inset:-30%;pointer-events:none;background:conic-gradient(from 120deg at 50% 50%,transparent 0 18%,rgba(143,26,103,.14) 24%,transparent 34% 58%,rgba(93,48,177,.17) 68%,transparent 77%);animation:introAuroraSpin 16s linear infinite}.intro-3d:after{content:"";position:absolute;z-index:2;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,transparent,black 30%,black 75%,transparent);transform:perspective(700px) rotateX(67deg) translateY(38%);transform-origin:center bottom;animation:gridTravel 7s linear infinite}.intro-3d .intro-shade{background:radial-gradient(circle at 50% 31%,rgba(128,32,112,.15),transparent 33%),linear-gradient(180deg,rgba(3,2,7,.22),rgba(3,2,7,.38) 38%,rgba(3,2,7,.9) 82%,#030207 100%)}
@keyframes introAuroraSpin{to{transform:rotate(360deg)}}@keyframes gridTravel{0%{background-position:0 0,0 0}100%{background-position:0 42px,42px 0}}
.intro-center{top:47%;width:min(460px,calc(100% - 24px));transform:translate(-50%,-50%) translateZ(30px)}.intro-brand-3d{position:relative;width:154px;height:154px;display:grid;place-items:center;transform-style:preserve-3d;animation:brandFloat 5s ease-in-out infinite}.intro-depth-card{position:absolute;inset:12px;border-radius:34px;background:linear-gradient(145deg,rgba(133,25,100,.28),rgba(84,42,172,.14));border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 60px rgba(0,0,0,.45);backdrop-filter:blur(16px);transform-style:preserve-3d}.depth-back{transform:translateZ(-34px) rotateZ(11deg) scale(.93);opacity:.4}.depth-mid{transform:translateZ(-17px) rotateZ(-7deg) scale(.97);opacity:.65}.intro-logo-stage{width:122px;height:122px;margin:0;transform:translateZ(24px)}.intro-logo{border-radius:29px;object-fit:contain;background:rgba(6,4,10,.55);padding:9px;box-shadow:0 0 0 1px rgba(255,255,255,.18),0 18px 55px rgba(0,0,0,.42),0 0 50px rgba(173,31,121,.19)}.logo-scan{position:absolute;z-index:5;left:12%;right:12%;height:2px;top:17%;background:linear-gradient(90deg,transparent,#fff,transparent);box-shadow:0 0 12px rgba(255,255,255,.8);opacity:.65;animation:logoScan 2.8s ease-in-out infinite}.logo-orbit{border-color:rgba(211,92,174,.45)}.logo-orbit:after{background:#d85cb6;box-shadow:0 0 18px #d85cb6}.logo-orbit.orbit-b{border-color:rgba(143,94,235,.45)}
@keyframes brandFloat{0%,100%{transform:translateY(0) rotateX(2deg) rotateY(-2deg)}50%{transform:translateY(-9px) rotateX(-2deg) rotateY(3deg)}}@keyframes logoScan{0%,100%{top:17%;opacity:.15}50%{top:82%;opacity:.9}}
.intro-eyebrow{margin-top:12px;color:rgba(255,255,255,.72);letter-spacing:.32em}.intro-title{font-size:clamp(1.8rem,7vw,2.55rem);font-weight:900;letter-spacing:.24em;background:linear-gradient(90deg,#fff,#efc4df,#fff,#d7c5ff);background-size:240% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:titleShimmer 4s linear infinite}.intro-subtitle{max-width:310px;color:rgba(255,255,255,.69)}@keyframes titleShimmer{to{background-position:240% center}}
.intro-icon-dock{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:22px;perspective:800px}.intro-icon-dock .intro-action{position:relative;overflow:hidden;min-height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:11px 6px;text-align:center;border-radius:22px;background:linear-gradient(155deg,rgba(255,255,255,.13),rgba(255,255,255,.045));border-color:rgba(255,255,255,.17);box-shadow:inset 0 1px 0 rgba(255,255,255,.13),0 19px 45px rgba(0,0,0,.35);transform-style:preserve-3d}.intro-icon-dock .intro-action:before{content:"";position:absolute;inset:1px;border-radius:20px;background:radial-gradient(circle at 50% 0,rgba(255,255,255,.13),transparent 52%);pointer-events:none}.intro-icon-dock .intro-action:hover,.intro-icon-dock .intro-action:focus-visible{transform:translateY(-5px) rotateX(4deg);border-color:rgba(255,255,255,.42)}.intro-icon-dock .intro-action-icon{width:49px;height:49px;border-radius:17px;transform:translateZ(18px);box-shadow:inset 0 1px 0 rgba(255,255,255,.17),0 12px 25px rgba(0,0,0,.28)}.intro-icon-dock .intro-action svg{width:24px;height:24px}.intro-icon-dock .intro-action b{font-size:.68rem;line-height:1.15}.intro-icon-dock .intro-action small{font-size:.53rem;margin-top:4px}.intro-icon-dock .intro-action-menu{background:linear-gradient(145deg,rgba(153,27,109,.65),rgba(88,43,176,.64));border-color:rgba(255,164,226,.38);box-shadow:0 18px 48px rgba(74,18,102,.42),inset 0 1px 0 rgba(255,255,255,.17)}.intro-action-menu .intro-action-icon{background:rgba(255,255,255,.14)}.intro-action-reservation .intro-action-icon{background:linear-gradient(145deg,rgba(151,29,105,.7),rgba(91,31,121,.7))}.intro-action-website .intro-action-icon{background:linear-gradient(145deg,rgba(86,46,170,.72),rgba(49,73,155,.68))}
.intro-sound-toggle{margin-top:13px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(0,0,0,.32);color:rgba(255,255,255,.7);padding:7px 12px;display:flex;align-items:center;gap:7px;font-size:.58rem;font-weight:700;cursor:pointer;backdrop-filter:blur(12px)}.intro-sound-toggle svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.intro-sound-toggle .sound-on{display:none}.intro-sound-toggle.sound-enabled .sound-off{display:none}.intro-sound-toggle.sound-enabled .sound-on{display:block}.intro-sound-toggle.sound-enabled{color:#fff;border-color:rgba(221,91,183,.52);background:rgba(115,23,91,.46)}
.admin-video-preview{margin:12px 0 18px;padding:12px;border:1px solid var(--line);border-radius:14px;background:var(--soft)}.admin-video-preview video{display:block;width:min(100%,420px);max-height:250px;border-radius:10px;background:#000}.admin-video-preview small{display:block;margin-top:8px;color:var(--muted)}
.restobulut-fixed-brand{position:fixed;z-index:97;left:50%;bottom:0;transform:translateX(-50%);width:min(100%,520px);height:30px;padding:0 12px;display:flex;align-items:center;justify-content:center;gap:8px;overflow:hidden;color:#fff;font-size:.58rem;letter-spacing:.02em;background:linear-gradient(110deg,#8d1d69,#5b2e91,#b12678,#6337a9);background-size:300% 100%;box-shadow:0 -6px 24px rgba(68,18,86,.2);animation:rbGradient 6s ease infinite}.restobulut-fixed-brand:before{content:"";position:absolute;inset:-20px;background:radial-gradient(circle,rgba(255,255,255,.22) 0 2px,transparent 3px);background-size:35px 35px;opacity:.18;animation:rbParticles 9s linear infinite}.restobulut-fixed-brand>*{position:relative;z-index:1}.restobulut-fixed-brand b{font-weight:900}.restobulut-fixed-brand svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2}.rb-signal{width:6px;height:6px;border-radius:50%;background:#fff;box-shadow:0 0 0 0 rgba(255,255,255,.5);animation:rbPulse 2s ease-out infinite}@keyframes rbGradient{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}@keyframes rbParticles{to{transform:translate3d(35px,35px,0)}}@keyframes rbPulse{0%{box-shadow:0 0 0 0 rgba(255,255,255,.55)}70%{box-shadow:0 0 0 8px rgba(255,255,255,0)}100%{box-shadow:0 0 0 0 rgba(255,255,255,0)}}
.site-frame{padding-bottom:30px}.floating-reservation{bottom:42px}
@media(max-width:600px){body:not(.admin-page):not(.admin-login){padding-bottom:0}.site-frame{padding-bottom:104px}.mobile-bottom-nav{bottom:30px}.floating-reservation{bottom:111px}.intro-center{top:45.5%}.intro-brand-3d{width:138px;height:138px}.intro-logo-stage{width:108px;height:108px}.intro-icon-dock{margin-top:17px;gap:7px}.intro-icon-dock .intro-action{min-height:102px;border-radius:19px}.intro-icon-dock .intro-action:before{border-radius:18px}.intro-icon-dock .intro-action-icon{width:45px;height:45px}.intro-sound-toggle{margin-top:10px}}
@media(max-width:370px){.intro-center{top:44.5%}.intro-brand-3d{width:116px;height:116px}.intro-logo-stage{width:90px;height:90px}.intro-eyebrow{margin-top:6px}.intro-title{font-size:1.5rem;margin:5px 0}.intro-icon-dock{margin-top:12px}.intro-icon-dock .intro-action{min-height:89px}.intro-icon-dock .intro-action-icon{width:39px;height:39px}.intro-icon-dock .intro-action b{font-size:.6rem}.intro-sound-toggle{display:none}}
@media(prefers-reduced-motion:reduce){.intro-3d:before,.intro-3d:after,.intro-brand-3d,.logo-scan,.intro-title,.restobulut-fixed-brand,.restobulut-fixed-brand:before,.rb-signal{animation:none!important}}

.powered{display:none}

/* Aura V5.6 — Foost/İmza esintili hızlı video açılışı */
.menu-locked{background:#070707;overflow:hidden}
.menu-locked .site-frame{min-height:100svh;padding-bottom:0;background:#070707}
.menu-locked .home-main{height:100svh;min-height:560px;padding:0}
.intro-signature{height:100svh;min-height:560px;border-radius:0;background:#090909;contain:layout paint style}
.intro-signature video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.015);filter:saturate(.82) contrast(1.06);transition:opacity .22s linear,transform 5s ease}
.intro-signature.video-ready video{opacity:.88;transform:scale(1.045)}
.intro-signature.video-error video{display:none}
.intro-signature .intro-video-fallback{position:absolute;inset:0;background:radial-gradient(circle at 50% 28%,#352137 0,#170f1b 34%,#080808 76%);opacity:1;transition:opacity .2s linear}
.intro-signature.video-ready .intro-video-fallback{opacity:0}
.intro-signature .intro-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.36) 0%,rgba(0,0,0,.18) 28%,rgba(0,0,0,.54) 62%,rgba(0,0,0,.91) 100%),radial-gradient(circle at 50% 38%,transparent 0 18%,rgba(0,0,0,.34) 70%)}
.intro-signature-content{position:absolute;z-index:4;left:50%;top:48%;width:min(440px,calc(100% - 38px));transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff}
.intro-signature-logo{width:74px;height:74px;object-fit:contain;margin-bottom:10px;padding:7px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(0,0,0,.2);box-shadow:0 0 0 6px rgba(255,255,255,.035),0 13px 38px rgba(0,0,0,.35);animation:introLogoBreathe 3.2s ease-in-out infinite}
.intro-signature .intro-eyebrow{display:block;margin:0 0 10px;color:rgba(255,255,255,.74);font-size:.62rem;font-weight:700;letter-spacing:.32em;padding-left:.32em;text-shadow:0 1px 8px rgba(0,0,0,.55)}
.intro-signature-title{margin:0;color:#fff;font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.55rem,10vw,4.2rem);font-weight:400;line-height:1.03;letter-spacing:.01em;text-shadow:0 3px 22px rgba(0,0,0,.58)}
.intro-signature-description{max-width:390px;margin:19px 0 23px;color:rgba(255,255,255,.93);font-size:clamp(.86rem,3.4vw,1.02rem);line-height:1.62;font-weight:400;text-shadow:0 2px 12px rgba(0,0,0,.65)}
.intro-signature-actions{width:100%;display:grid;gap:11px}
.signature-button{position:relative;width:100%;min-height:62px;padding:0 52px;border:1px solid rgba(255,255,255,.84);border-radius:0;background:rgba(15,15,15,.25);color:#fff;display:flex;align-items:center;justify-content:center;text-transform:uppercase;letter-spacing:.23em;font-size:.78rem;font-weight:600;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease;box-shadow:0 10px 32px rgba(0,0,0,.18);-webkit-tap-highlight-color:transparent}
.signature-button:active{transform:scale(.985)}
.signature-button:focus-visible{outline:2px solid #fff;outline-offset:3px}
.signature-button-icon{position:absolute;left:19px;top:50%;transform:translateY(-50%);width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.1)}
.signature-button-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.signature-arrow{position:absolute;right:19px;top:50%;transform:translateY(-51%);font-size:1.65rem;font-weight:300;line-height:1}
.signature-menu{background:rgba(7,7,7,.3)}
.signature-reservation{border-color:rgba(98,26,75,.92);background:linear-gradient(90deg,rgba(96,22,70,.92),rgba(55,17,58,.91));box-shadow:0 10px 34px rgba(64,12,52,.25)}
.signature-website{border-color:rgba(216,169,55,.78);color:#f1cb67;background:rgba(26,18,28,.43)}
.signature-website .signature-button-icon{background:rgba(216,169,55,.13)}
.signature-sound{position:absolute;z-index:6;right:16px;top:max(16px,env(safe-area-inset-top));width:38px;height:38px;margin:0;padding:0;border-radius:50%;justify-content:center;background:rgba(0,0,0,.42);color:#fff}
.signature-sound span{display:none}.signature-sound svg{width:17px;height:17px}
.intro-whatsapp{position:absolute;z-index:6;left:18px;bottom:max(51px,calc(env(safe-area-inset-bottom) + 44px));width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:#fff;background:#20c968;box-shadow:0 12px 32px rgba(0,0,0,.35),0 0 0 5px rgba(32,201,104,.12);animation:introWhatsAppPulse 2.5s ease-in-out infinite}
.intro-whatsapp svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
@keyframes introLogoBreathe{0%,100%{transform:scale(.98);box-shadow:0 0 0 5px rgba(255,255,255,.03),0 13px 38px rgba(0,0,0,.35)}50%{transform:scale(1.035);box-shadow:0 0 0 10px rgba(255,255,255,.045),0 16px 44px rgba(0,0,0,.4)}}
@keyframes introWhatsAppPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.045)}}

/* Menü geçişinde video ve ağır katmanlar anında kaldırılır. */
.menu-unlocked .intro-signature{display:none!important}
.menu-unlocked .category-area{display:block}
.category-image-tile{transition:opacity .2s linear,transform .2s ease;will-change:auto}
.category-image-tile .category-image-glow{display:none!important}
.category-cover{transition:transform .28s ease;will-change:auto}
.category-image-tile:hover .category-cover,.category-image-tile:focus-visible .category-cover{transform:scale(1.025)}
.text-product-card{content-visibility:auto;contain-intrinsic-size:112px;contain:layout paint style}

/* Sabit RestoBulut bandı: açılışta kapsül, menüde mobil alt menünün altında tam şerit. */
.menu-locked .restobulut-fixed-brand{left:auto;right:18px;bottom:max(14px,env(safe-area-inset-bottom));transform:none;width:auto;max-width:calc(100% - 92px);height:34px;padding:0 15px;border-radius:999px;font-size:.62rem;box-shadow:0 8px 28px rgba(78,17,86,.38)}
.menu-unlocked .restobulut-fixed-brand{bottom:0}

@media(max-width:600px){
  .intro-signature-content{top:47.5%;width:calc(100% - 34px)}
  .intro-signature-logo{width:66px;height:66px;margin-bottom:8px}
  .intro-signature-title{font-size:clamp(2.4rem,12vw,3.6rem)}
  .intro-signature-description{margin:15px 4px 20px;font-size:.88rem;line-height:1.56}
  .intro-signature-actions{gap:10px}
  .signature-button{min-height:58px;font-size:.72rem;letter-spacing:.2em;padding:0 48px}
  .signature-button-icon{left:16px;width:28px;height:28px}
  .signature-arrow{right:16px}
  .menu-unlocked .site-frame{padding-bottom:104px}
}
@media(max-height:700px){
  .intro-signature-content{top:46%}
  .intro-signature-logo{width:54px;height:54px;margin-bottom:5px}
  .intro-signature .intro-eyebrow{margin-bottom:6px;font-size:.54rem}
  .intro-signature-title{font-size:2.25rem}
  .intro-signature-description{margin:10px 4px 13px;font-size:.75rem;line-height:1.42}
  .intro-signature-actions{gap:7px}
  .signature-button{min-height:49px;font-size:.64rem}
}
@media(max-width:360px){
  .intro-signature-content{width:calc(100% - 26px)}
  .signature-button{letter-spacing:.15em}
  .menu-locked .restobulut-fixed-brand{right:10px;max-width:calc(100% - 78px);padding:0 10px;font-size:.55rem}
  .intro-whatsapp{left:12px;width:49px;height:49px}
}
@media(prefers-reduced-motion:reduce){
  .intro-signature-logo,.intro-whatsapp,.intro-signature video{animation:none!important;transition:none!important}
}
.intro-signature::before,.intro-signature::after{content:none!important}

/* Aura V6 — Garson çağırma sistemi */
.floating-waiter-call{position:fixed;z-index:91;right:18px;bottom:102px;min-height:48px;padding:8px 15px 8px 12px;border:0;border-radius:999px;display:flex;align-items:center;gap:9px;color:#fff;background:linear-gradient(135deg,#b42678,#6a35aa);box-shadow:0 14px 38px rgba(111,25,96,.34),0 0 0 1px rgba(255,255,255,.15) inset;cursor:pointer;overflow:visible}.floating-waiter-call svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.floating-waiter-call b{font-size:.75rem;white-space:nowrap}.floating-waiter-call small{display:block;padding-left:4px;border-left:1px solid rgba(255,255,255,.25);font-size:.58rem;color:#f5dff2}.waiter-call-rings,.waiter-call-rings:before,.waiter-call-rings:after{position:absolute;left:22px;top:50%;width:26px;height:26px;border:1px solid rgba(255,255,255,.35);border-radius:50%;transform:translate(-50%,-50%);content:"";animation:waiterCallRing 2s ease-out infinite}.waiter-call-rings:before{left:50%;top:50%;animation-delay:-.65s}.waiter-call-rings:after{left:50%;top:50%;animation-delay:-1.3s}@keyframes waiterCallRing{0%{opacity:.75;transform:translate(-50%,-50%) scale(.5)}100%{opacity:0;transform:translate(-50%,-50%) scale(2.4)}}.menu-locked .floating-waiter-call{display:none}.waiter-nav-button{position:relative}.nav-alert-dot{position:absolute;right:28%;top:6px;width:6px;height:6px;border-radius:50%;background:#ff3c70;box-shadow:0 0 0 4px rgba(255,60,112,.13);animation:rbPulse 2s ease-out infinite}.waiter-call-panel{overflow:hidden;background:linear-gradient(165deg,#fff 0,#fbf7fc 55%,#f4eef8 100%)}.waiter-call-visual{position:relative;width:108px;height:108px;margin:-3px auto 10px;display:grid;place-items:center;perspective:500px}.call-bell{position:relative;z-index:2;width:69px;height:69px;border-radius:23px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#b42678,#6533a7);box-shadow:0 18px 40px rgba(105,35,123,.25),inset 0 1px rgba(255,255,255,.35);transform:rotateX(8deg) rotateY(-8deg);animation:callBellFloat 2.2s ease-in-out infinite}.call-bell svg{width:35px;height:35px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.call-orbit{position:absolute;inset:4px;border:1px solid rgba(132,40,130,.22);border-radius:50%;animation:callOrbit 7s linear infinite}.call-orbit:after{content:"";position:absolute;left:50%;top:-4px;width:8px;height:8px;border-radius:50%;background:#38dca0;box-shadow:0 0 16px #38dca0}.orbit-two{inset:17px;animation-direction:reverse;animation-duration:4.5s}@keyframes callBellFloat{50%{transform:translateY(-6px) rotateX(-5deg) rotateY(8deg) scale(1.035)}}@keyframes callOrbit{to{transform:rotate(360deg)}}.waiter-table-state{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 13px;border:1px solid rgba(113,38,121,.12);border-radius:14px;background:rgba(116,41,126,.055)}.waiter-table-state b{color:#35143c}.waiter-table-state span{font-size:.68rem;color:#806d84;text-align:right}.table-code-field input{text-transform:uppercase}.waiter-request-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin:14px 0}.waiter-request-option{position:relative;margin:0!important}.waiter-request-option input{position:absolute;opacity:0;pointer-events:none}.waiter-request-option>span,.waiter-request-option>b{pointer-events:none}.waiter-request-option{min-height:78px;padding:11px 9px;border:1px solid rgba(72,34,79,.12);border-radius:16px;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;background:#fff;box-shadow:0 9px 24px rgba(62,30,68,.06);cursor:pointer;transition:.18s}.waiter-request-option:has(input:checked){border-color:#9c267c;background:linear-gradient(145deg,#fff,#f7e9f4);box-shadow:0 0 0 2px rgba(156,38,124,.1),0 12px 30px rgba(106,34,119,.12);transform:translateY(-2px)}.request-icon{width:29px;height:29px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,#b42678,#6a35aa);position:relative}.request-icon:before{color:#fff;font-size:.92rem}.request-bell:before{content:none}.request-receipt:before{content:none}.request-menu:before{content:none}.request-sparkle:before{content:none}.request-message:before{content:none}.waiter-request-option b{font-size:.68rem;color:#35143c}.waiter-submit-button{display:flex!important;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#b42678,#6a35aa)!important}.waiter-call-success{display:none;text-align:center;padding:5px 0 10px}.waiter-call-success.show{display:block}.success-wave{width:100px;height:100px;margin:0 auto 12px;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle,rgba(52,211,153,.15),transparent 68%);animation:successBreathe 2s ease-in-out infinite}.success-wave span{width:57px;height:57px;border-radius:50%;display:grid;place-items:center;background:#31c981;color:#fff;font-size:1.6rem;box-shadow:0 0 0 10px rgba(49,201,129,.09)}@keyframes successBreathe{50%{transform:scale(1.08)}}
.table-qr-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:16px}.table-qr-card{padding:17px;border:1px solid #e5e8e6;border-radius:19px;background:#fff;box-shadow:0 12px 32px rgba(25,39,29,.07)}.table-qr-image{width:170px;height:170px;margin:0 auto 12px;padding:8px;border-radius:16px;background:#fff;border:1px solid #e8e8e8}.table-qr-image img{width:100%;height:100%;object-fit:contain}.table-qr-card small{color:#6a7a6d;letter-spacing:.08em}.table-qr-card h3{margin:3px 0 6px}.table-qr-card p{font-size:.75rem;line-height:1.5}.table-qr-card input{width:100%;padding:9px;border:1px solid #dfe4e0;border-radius:9px;font-size:.62rem}.qr-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.qr-actions a,.qr-actions button{padding:7px 9px;border:0;border-radius:8px;background:#f1f5f2;color:#21462d;text-decoration:none;font-size:.63rem;font-weight:800}.admin-app-link{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:15px;padding:15px;border-radius:14px;background:linear-gradient(135deg,#301036,#111b18);color:#fff}.admin-app-link small{display:block;color:#dcb9e4;font-size:.58rem;letter-spacing:.14em}.admin-app-link b{display:block;margin-top:4px;font-size:.72rem;word-break:break-all}.admin-app-link a{flex:none;padding:10px 12px;border-radius:10px;background:#fff;color:#36113f;text-decoration:none;font-size:.7rem;font-weight:900}.waiter-admin-status{display:inline-block;padding:6px 9px;border-radius:999px;font-size:.62rem;font-weight:900}.waiter-admin-status.online{background:#dcf9e7;color:#137641}.waiter-admin-status.offline{background:#f1f1f1;color:#777}.waiter-call-admin-list{display:grid;gap:11px}.waiter-call-admin-card{padding:15px;border:1px solid #e3e8e4;border-left:5px solid #d7ddd8;border-radius:15px;background:#fff}.waiter-call-admin-card.waiting,.waiter-call-admin-card.transferred{border-left-color:#ef4977}.waiter-call-admin-card.accepted{border-left-color:#8c42bb}.waiter-call-admin-card.completed{border-left-color:#32b66e}.waiter-call-admin-card header{display:flex;align-items:center;gap:12px}.waiter-call-admin-card header h3{margin:2px 0}.waiter-call-admin-card header small{color:#77817a}.waiter-call-admin-card header>b{margin-left:auto}.waiter-call-admin-card header>span{padding:5px 8px;border-radius:999px;background:#f1f3f1;font-size:.62rem}.call-admin-meta{display:flex;flex-wrap:wrap;gap:12px;margin:8px 0;color:#68736b;font-size:.68rem}
@media(max-width:600px){.floating-waiter-call{right:10px;bottom:112px;min-width:48px;min-height:48px;padding:10px;border-radius:50%;justify-content:center}.floating-waiter-call b,.floating-waiter-call small{display:none}.floating-waiter-call svg{width:27px;height:27px}.floating-reservation{display:none}.waiter-call-rings{left:50%}.waiter-request-grid{grid-template-columns:repeat(2,1fr)}.admin-app-link{align-items:flex-start;flex-direction:column}.table-qr-grid{grid-template-columns:1fr}.waiter-call-admin-card header{align-items:flex-start;flex-wrap:wrap}.waiter-call-admin-card header>b{margin-left:0}.waiter-call-admin-card .inline-form{display:grid;grid-template-columns:1fr 1fr}.waiter-call-admin-card .inline-form button{grid-column:1/-1}}
@media(prefers-reduced-motion:reduce){.waiter-call-rings,.waiter-call-rings:before,.waiter-call-rings:after,.call-bell,.call-orbit,.success-wave{animation:none!important}}


/* Aura V6.1 — isteğe bağlı ürün görselleri */
.text-product-card.has-image{grid-template-columns:82px minmax(0,1fr) 42px;padding:11px 12px;min-height:104px}
.product-card-image{width:82px;height:82px;border-radius:14px;overflow:hidden;background:#f1f3f2;border:1px solid #e7ebe8;align-self:center}
.product-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.text-product-card.has-image:hover .product-card-image img{transform:scale(1.04)}
.product-detail-image{margin:-28px -20px 18px;height:min(52vh,410px);background:#eef1ef;overflow:hidden;border-radius:24px 24px 0 0}
.product-detail-image[hidden]{display:none}
.product-detail-image img{width:100%;height:100%;object-fit:cover;display:block}
.product-sheet:has(.product-detail-image:not([hidden])){padding-top:28px}
.product-sheet:has(.product-detail-image:not([hidden])) .product-detail-close{background:rgba(0,0,0,.58);color:#fff;z-index:3;backdrop-filter:blur(8px)}
.product-detail-content{min-width:0}
.product-image-admin{display:grid;grid-template-columns:150px minmax(0,1fr);gap:18px;align-items:start;margin:16px 0;padding:15px;border:1px solid var(--line);border-radius:16px;background:#f8faf9}
.product-image-admin>div:first-child{width:150px;height:150px;border-radius:14px;overflow:hidden;background:#edf1ef;display:grid;place-items:center;color:#7b8980;font-size:.72rem;font-weight:800}
.product-image-admin img{width:100%;height:100%;object-fit:cover}
.product-image-fields{min-width:0}
.product-image-fields label:first-child{margin-top:0}
.image-toggle{padding:10px 12px;border-radius:11px;background:#e7f7ef;color:#13633e!important}
.danger-check{color:#a52b3b!important}
.product-admin-thumb{width:54px;height:54px;border-radius:11px;object-fit:cover;border:1px solid #e1e6e2}
.image-status-off{display:inline-flex;min-width:46px;justify-content:center;padding:6px 8px;border-radius:999px;background:#eef1ef;color:#68746c;font-size:.62rem;font-weight:800}
@media(max-width:520px){
  .text-product-card.has-image{grid-template-columns:72px minmax(0,1fr) 36px;gap:9px;padding:10px;min-height:94px}
  .product-card-image{width:72px;height:72px;border-radius:12px}
  .text-product-card.has-image .product-line{gap:6px}
  .text-product-card.has-image .product-line h2{font-size:.9rem}
  .text-product-card.has-image .product-copy>p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .product-detail-image{height:min(45vh,360px)}
  .product-image-admin{grid-template-columns:1fr}
  .product-image-admin>div:first-child{width:132px;height:132px}
}

.product-admin-media{position:relative;width:54px;height:54px}.product-admin-media>span{position:absolute;right:-5px;bottom:-5px;padding:3px 5px;border-radius:999px;background:#353b37;color:#fff;font-size:.5rem;font-weight:900;box-shadow:0 3px 10px #0003}


/* Aura V6.2 — Premium garson çağırma popup tasarımı */
.waiter-call-panel{--waiter-magenta:#b22684;--waiter-purple:#6e35bd;--waiter-ink:#24172f;--waiter-muted:#8c8798;max-height:min(94dvh,920px);overflow-x:hidden;padding:28px 18px calc(22px + env(safe-area-inset-bottom));border-radius:30px 30px 0 0;background:radial-gradient(circle at 12% 2%,rgba(181,38,135,.065),transparent 26%),linear-gradient(165deg,#fff 0,#fdfcff 54%,#faf8fd 100%);box-shadow:0 -28px 80px rgba(32,19,42,.22)}
.waiter-call-panel:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,transparent 10%,rgba(255,255,255,.72) 45%,transparent 70%);opacity:.22;transform:translateX(-100%);animation:waiterPanelShine 7s ease-in-out infinite}
@keyframes waiterPanelShine{0%,72%,100%{transform:translateX(-100%)}84%{transform:translateX(100%)}}
.waiter-modal-close{z-index:5;right:17px;top:16px;width:42px;height:42px;background:#fff;color:var(--waiter-ink);border:1px solid #eeeaf2;box-shadow:0 10px 28px rgba(42,25,55,.11);font-size:1.45rem;line-height:1}
.waiter-service-head{position:relative;z-index:2;display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:16px;padding:2px 52px 18px 2px}
.waiter-service-head h2{margin:5px 0 0!important;font:900 clamp(1.55rem,5vw,2.05rem) Manrope,Arial,sans-serif!important;color:var(--waiter-ink);letter-spacing:-.035em}
.waiter-service-head .modal-eyebrow{color:#8a37bc;letter-spacing:.2em;font-size:.64rem}
.waiter-service-emblem{position:relative;width:70px;height:70px;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#cc2c91,#6c35bd);box-shadow:0 16px 34px rgba(115,38,155,.25),inset 0 1px 0 rgba(255,255,255,.46),0 0 0 7px rgba(122,55,183,.07)}
.waiter-service-emblem svg{position:relative;z-index:2;width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.emblem-orbit{position:absolute;inset:-7px;border:1px solid rgba(132,57,182,.19);border-radius:50%;animation:emblemSpin 9s linear infinite}.emblem-orbit:after{content:"";position:absolute;left:50%;top:-3px;width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 15px rgba(255,255,255,.9)}
@keyframes emblemSpin{to{transform:rotate(360deg)}}
.waiter-table-card{position:relative;z-index:2;min-height:98px;margin:8px 0 17px;padding:18px 128px 18px 18px;border:1px solid #e6e0eb;border-radius:23px;display:flex;align-items:center;gap:14px;overflow:hidden;background:linear-gradient(145deg,#fff,#fbf8fd);box-shadow:0 12px 32px rgba(45,25,60,.055)}
.waiter-table-icon{flex:0 0 48px;width:48px;height:48px;border-radius:17px;display:grid;place-items:center;color:#8135b4;background:linear-gradient(145deg,#fff,#f4ecfa);border:1px solid #ddcaeb;box-shadow:0 10px 24px rgba(89,45,122,.1)}
.waiter-table-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.waiter-table-copy{min-width:0}.waiter-table-copy b{display:block;color:var(--waiter-ink);font-size:.94rem}.waiter-table-copy span{display:block;margin-top:5px;color:var(--waiter-muted);font-size:.71rem;line-height:1.35}
.waiter-table-art{position:absolute;right:-5px;bottom:-3px;width:132px;height:70px;fill:none;stroke:#d7c5e3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;opacity:.82}
.waiter-service-form{position:relative;z-index:2}.waiter-field{display:block!important;margin:13px 0 0!important;color:var(--waiter-ink)!important;font-size:.78rem!important;font-weight:800!important}.waiter-field>span:first-child{display:inline-flex;align-items:center;gap:5px;margin:0 0 -8px 15px;padding:0 6px;position:relative;z-index:2;background:#fff}.waiter-field small{font-weight:500;color:var(--waiter-muted)}
.waiter-input-shell,.waiter-textarea-shell{position:relative;display:block}.waiter-input-shell input,.waiter-textarea-shell textarea{width:100%;margin:0!important;border:1px solid #ddd9e3!important;border-radius:17px!important;background:rgba(255,255,255,.88)!important;color:var(--waiter-ink)!important;outline:0;box-shadow:0 8px 22px rgba(41,26,53,.035);transition:.18s}.waiter-input-shell input{height:65px;padding:18px 48px 14px 18px!important;text-transform:uppercase;font-size:.94rem}.waiter-textarea-shell textarea{min-height:96px;padding:22px 48px 14px 18px!important;resize:vertical;line-height:1.45}.waiter-input-shell input:focus,.waiter-textarea-shell textarea:focus{border-color:#a44ec8!important;box-shadow:0 0 0 4px rgba(149,59,190,.08),0 12px 28px rgba(58,29,75,.06)}.waiter-input-shell>svg,.waiter-textarea-shell>svg{position:absolute;right:17px;top:50%;width:22px;height:22px;transform:translateY(-50%);fill:none;stroke:#8f8a9d;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.waiter-textarea-shell>svg{top:auto;bottom:15px;transform:none;width:19px;height:19px}
.waiter-request-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0 14px}
.waiter-call-panel .waiter-request-option{position:relative;min-height:112px;margin:0!important;padding:15px 39px 15px 13px!important;border:1px solid #e2dde7!important;border-radius:21px!important;display:grid!important;grid-template-columns:47px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;text-align:left!important;background:linear-gradient(145deg,#fff,#fdfcff)!important;box-shadow:0 10px 28px rgba(43,24,57,.05)!important;cursor:pointer;overflow:hidden;transform:none!important;transition:border-color .18s,box-shadow .18s,transform .18s,background .18s}
.waiter-call-panel .waiter-request-option:hover{transform:translateY(-2px)!important;box-shadow:0 14px 32px rgba(52,27,70,.08)!important}.waiter-call-panel .waiter-request-option.is-selected,.waiter-call-panel .waiter-request-option:has(input:checked){border-color:#942bc3!important;background:linear-gradient(145deg,#fff,#fbf2ff)!important;box-shadow:0 0 0 2px rgba(148,43,195,.08),0 15px 34px rgba(99,38,136,.11)!important}
.waiter-call-panel .request-icon{width:47px;height:47px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(145deg,#c5298e,#6c35bc);box-shadow:0 10px 22px rgba(112,38,152,.22),inset 0 1px 0 rgba(255,255,255,.3)}.waiter-call-panel .request-icon:before{content:none!important}.waiter-call-panel .request-icon svg{width:25px;height:25px;fill:none;stroke:#fff;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.request-copy{min-width:0}.request-copy b{display:block;color:var(--waiter-ink)!important;font-size:.78rem!important;line-height:1.2}.request-copy small{display:block;margin-top:5px;color:var(--waiter-muted);font-size:.61rem;line-height:1.3}
.request-end{position:absolute;right:13px;top:50%;width:25px;height:25px;display:grid;place-items:center;transform:translateY(-50%)}.request-chevron{width:20px;height:20px;fill:none;stroke:#5f5a68;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.request-selected-check{display:none;width:25px;height:25px;border-radius:50%;place-items:center;color:#fff;background:linear-gradient(145deg,#c3298d,#7437bc);box-shadow:0 7px 18px rgba(107,40,146,.23)}.request-selected-check svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.waiter-request-option.is-selected .request-chevron,.waiter-request-option:has(input:checked) .request-chevron{display:none}.waiter-request-option.is-selected .request-selected-check,.waiter-request-option:has(input:checked) .request-selected-check{display:grid}.request-other{grid-column:1/-1;min-height:96px!important}
.waiter-submit-button{width:100%;min-height:61px;margin-top:17px!important;border-radius:17px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:13px!important;background:linear-gradient(115deg,#bd2787,#7139bf)!important;box-shadow:0 17px 36px rgba(112,35,151,.25);font-size:.88rem;letter-spacing:.01em;transition:transform .18s,box-shadow .18s}.waiter-submit-button:hover{transform:translateY(-2px);box-shadow:0 21px 42px rgba(112,35,151,.31)}.waiter-submit-button svg{width:24px;height:24px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.waiter-submit-button:disabled{opacity:.65;transform:none;cursor:wait}
.waiter-privacy-note{margin:13px 0 2px;display:flex;align-items:center;justify-content:center;gap:7px;color:#aaa5b1;font-size:.63rem}.waiter-privacy-note svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.waiter-call-success{padding:22px 0 10px}.waiter-call-success h3{margin:6px 0;color:var(--waiter-ink)}.waiter-call-success p{color:var(--waiter-muted)}
@media(max-width:420px){.waiter-call-panel{padding-left:14px;padding-right:14px;border-radius:25px 25px 0 0}.waiter-service-head{grid-template-columns:62px 1fr;gap:13px;padding-right:45px}.waiter-service-emblem{width:60px;height:60px}.waiter-service-emblem svg{width:31px;height:31px}.waiter-table-card{padding:15px 104px 15px 13px;min-height:90px}.waiter-table-icon{width:43px;height:43px;flex-basis:43px}.waiter-table-art{width:108px}.waiter-call-panel .waiter-request-option{min-height:106px;padding:13px 34px 13px 10px!important;grid-template-columns:42px 1fr!important;gap:9px!important;border-radius:18px!important}.waiter-call-panel .request-icon{width:42px;height:42px;border-radius:15px}.request-copy b{font-size:.72rem!important}.request-copy small{font-size:.56rem}.request-end{right:9px}.waiter-submit-button{min-height:58px}}
@media(max-width:345px){.waiter-request-grid{grid-template-columns:1fr}.request-other{grid-column:auto}.waiter-table-art{opacity:.45}.waiter-table-card{padding-right:72px}}
@media(prefers-reduced-motion:reduce){.waiter-call-panel:before,.emblem-orbit{animation:none!important}}


/* Aura V6.3 — Garson popup kaydırma ve görünür gönderme alanı düzeltmesi */
#waiterCallModal{
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  touch-action:pan-y;
}
#waiterCallModal .waiter-call-panel{
  width:min(560px,100%);
  max-height:min(calc(100dvh - 8px),var(--waiter-viewport-height,100dvh) - 8px)!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior-y:contain;
  -webkit-overflow-scrolling:touch;
  touch-action:pan-y;
  scrollbar-width:thin;
  scrollbar-color:rgba(118,54,171,.45) transparent;
  scroll-padding-top:86px;
  scroll-padding-bottom:126px;
}
#waiterCallModal .waiter-call-panel::-webkit-scrollbar{width:5px}
#waiterCallModal .waiter-call-panel::-webkit-scrollbar-track{background:transparent}
#waiterCallModal .waiter-call-panel::-webkit-scrollbar-thumb{border-radius:999px;background:linear-gradient(#c42b91,#7139bd)}
#waiterCallModal .waiter-service-form{padding-bottom:4px}
#waiterCallModal .waiter-note-field{scroll-margin-bottom:125px}
#waiterCallModal .waiter-submit-dock{
  position:sticky;
  z-index:8;
  left:0;
  right:0;
  bottom:calc(-22px - env(safe-area-inset-bottom));
  margin:16px -18px calc(-22px - env(safe-area-inset-bottom));
  padding:12px 18px calc(13px + env(safe-area-inset-bottom));
  background:linear-gradient(180deg,rgba(253,252,255,0),rgba(253,252,255,.95) 13%,#fdfcff 32%);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
#waiterCallModal .waiter-submit-button{margin-top:0!important}
#waiterCallModal .waiter-call-success{min-height:360px;align-content:center}
#waiterCallModal .waiter-call-success.show{display:grid}
@media(min-width:700px){
  #waiterCallModal{align-items:center;padding:22px}
  #waiterCallModal .waiter-call-panel{
    max-height:min(calc(100dvh - 44px),var(--waiter-viewport-height,100dvh) - 44px)!important;
    border-radius:30px;
    padding-top:30px;
  }
}
@media(max-width:699px){
  #waiterCallModal{align-items:flex-end;padding:0}
  #waiterCallModal .waiter-call-panel{
    max-height:min(calc(100dvh - 4px),var(--waiter-viewport-height,100dvh) - 4px)!important;
    border-radius:26px 26px 0 0;
  }
}
@media(max-height:720px){
  #waiterCallModal .waiter-service-head{padding-bottom:10px}
  #waiterCallModal .waiter-table-card{margin-bottom:10px;min-height:82px}
  #waiterCallModal .waiter-request-grid{margin-top:12px}
  #waiterCallModal .waiter-call-panel .waiter-request-option{min-height:94px}
}

/* ========================================================================== */
/* Aura V7.0 — Luminous QR Menu Theme                                         */
/* ========================================================================== */
:root{
  --aura-cream:#fbfaf7;
  --aura-paper:#ffffff;
  --aura-mint:#e9f6ef;
  --aura-mint-2:#d7efe1;
  --aura-green:#2f7d5d;
  --aura-green-dark:#173f31;
  --aura-lilac:#8c72b8;
  --aura-lilac-soft:#f1ecf8;
  --aura-gold:#b99b66;
  --aura-text:#18251f;
  --aura-muted:#77827d;
  --aura-line:#e7ebe7;
  --aura-shadow:0 18px 50px rgba(52,68,59,.09);
  --aura-shadow-soft:0 10px 28px rgba(52,68,59,.07);
}
body.aura-luminous{background:#f4f3ef;color:var(--aura-text)}
body.aura-luminous .site-frame{width:min(100%,580px);background:var(--aura-cream);box-shadow:0 0 70px rgba(42,57,49,.12);overflow:visible}
body.aura-luminous.modal-open{overflow:hidden}

/* Header */
.aura-luminous .luminous-topbar{height:78px;display:flex;align-items:center;justify-content:space-between;padding:10px 15px;border:0;border-bottom:1px solid rgba(43,76,61,.07);background:rgba(251,250,247,.92);backdrop-filter:blur(20px) saturate(1.2);position:sticky;top:0;z-index:55}
.luminous-brand{display:flex;align-items:center;gap:10px;min-width:0}
.luminous-brand-logo{width:46px;height:46px;border-radius:15px;background:#fff;display:grid;place-items:center;box-shadow:0 8px 24px rgba(43,65,54,.08);border:1px solid rgba(47,125,93,.08)}
.luminous-brand-logo img{width:39px;height:39px;object-fit:contain}
.luminous-brand-copy{display:grid;line-height:1}
.luminous-brand-copy b{font-family:Georgia,'Times New Roman',serif;font-size:1.12rem;letter-spacing:.22em;font-weight:500;color:#15251e}
.luminous-brand-copy small{font-size:.48rem;letter-spacing:.25em;color:#8a8f8b;margin-top:6px;font-weight:800}
.luminous-top-actions{display:flex;align-items:center;gap:7px}
.luminous-language{border:0;background:transparent;color:#293a32;font-size:.72rem;font-weight:800;padding:9px 5px;cursor:pointer}
.luminous-language span{color:#8f9b95;margin-left:2px}
.luminous-circle-button{width:42px;height:42px;border:1px solid rgba(43,76,61,.08);border-radius:50%;background:#fff;color:#20362c;display:grid;place-items:center;box-shadow:0 8px 22px rgba(40,58,49,.08);cursor:pointer}
.luminous-circle-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* Drawer */
.aura-luminous .luminous-drawer .drawer-backdrop{background:rgba(26,39,33,.34);backdrop-filter:blur(4px)}
.aura-luminous .luminous-drawer .drawer-panel{background:linear-gradient(180deg,#fff,#fbfaf7);padding:22px 20px 50px;border-radius:0 28px 28px 0;box-shadow:30px 0 70px rgba(30,48,39,.14)}
.aura-luminous .drawer-head{border-color:var(--aura-line)}
.aura-luminous .drawer-head img{background:#fff;border-radius:14px;padding:5px;box-shadow:var(--aura-shadow-soft)}
.aura-luminous .drawer-head button{background:var(--aura-mint);color:var(--aura-green-dark)}
.aura-luminous .drawer-nav{gap:5px}
.aura-luminous .drawer-nav a,.aura-luminous .drawer-nav button{width:100%;display:flex;align-items:center;gap:11px;border:0;background:transparent;padding:11px 9px;border-radius:13px;color:#22372e;font-weight:750;text-align:left;cursor:pointer}
.aura-luminous .drawer-nav a:hover,.aura-luminous .drawer-nav button:hover{background:var(--aura-mint)}
.aura-luminous .drawer-nav svg{width:19px;height:19px;fill:none;stroke:var(--aura-green);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.aura-luminous .drawer-categories a{border-color:#eff1ee;color:#394a42}
.aura-luminous .drawer-categories a b{color:var(--aura-lilac)}

/* Home shell */
.aura-luminous .home-main{padding:0 10px 160px;background:linear-gradient(180deg,#fbfaf7 0,#fff 28%,#fbfaf7 100%)}
.luminous-menu-shell{padding-top:10px}
.luminous-menu-shell[aria-hidden="true"]{display:none}
.menu-unlocked .luminous-menu-shell{display:block}

/* Main hero */
.luminous-hero{position:relative;min-height:370px;border-radius:32px;overflow:hidden;padding:34px 22px 28px;background:
  radial-gradient(circle at 90% 15%,rgba(140,114,184,.13),transparent 32%),
  radial-gradient(circle at 5% 90%,rgba(47,125,93,.13),transparent 34%),
  linear-gradient(145deg,#fff 0,#f8f5ef 58%,#f4efe9 100%);box-shadow:var(--aura-shadow);border:1px solid rgba(255,255,255,.9);isolation:isolate}
.luminous-hero:before,.luminous-hero:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(140,114,184,.16);pointer-events:none}
.luminous-hero:before{width:260px;height:260px;right:-100px;top:-90px}.luminous-hero:after{width:180px;height:180px;left:-110px;bottom:-100px;border-color:rgba(47,125,93,.18)}
.luminous-hero-copy{position:relative;z-index:3;width:58%;min-width:260px}
.luminous-kicker{display:inline-flex;font-size:.58rem;font-weight:850;letter-spacing:.17em;color:var(--aura-green);margin-bottom:13px}
.luminous-hero h1{margin:0;max-width:340px;font-family:Georgia,'Times New Roman',serif;font-weight:500;line-height:1.04;font-size:2.18rem;color:#1b3126}
.luminous-hero h1 em{font-style:normal;color:var(--aura-lilac)}
.luminous-hero-copy>p{font-size:.78rem;line-height:1.65;color:#6d7973;max-width:310px;margin:14px 0 20px}
.luminous-hero-btn{display:inline-flex;align-items:center;gap:14px;border:0;border-radius:999px;padding:13px 18px;background:linear-gradient(135deg,#5a9a7d,#377b60);color:#fff;font-size:.78rem;font-weight:850;box-shadow:0 12px 28px rgba(47,125,93,.24);cursor:pointer}
.luminous-hero-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.luminous-hero-art{position:absolute;right:14px;top:18px;bottom:16px;width:44%;z-index:2}
.hero-food-card{position:absolute;margin:0;border-radius:23px;overflow:hidden;background:#fff;border:4px solid rgba(255,255,255,.9);box-shadow:0 16px 35px rgba(32,52,42,.15);transform:rotate(2deg)}
.hero-food-card img{width:100%;height:100%;object-fit:cover;display:block}
.hero-food-1{width:132px;height:142px;right:8px;top:26px;transform:rotate(4deg)}
.hero-food-2{width:104px;height:112px;right:102px;top:148px;transform:rotate(-5deg)}
.hero-food-3{width:116px;height:116px;right:5px;bottom:18px;transform:rotate(7deg)}
.hero-badge{position:absolute;right:86px;bottom:21px;width:78px;height:78px;border-radius:50%;background:rgba(255,255,255,.93);box-shadow:0 10px 28px rgba(54,62,58,.12);display:grid;place-items:center;text-align:center;z-index:4;border:1px solid rgba(185,155,102,.25)}
.hero-badge b{font-family:Georgia,serif;font-size:.72rem;letter-spacing:.12em;color:#3f4e46}.hero-badge small{font-size:.45rem;line-height:1.3;color:#8b7a62;margin-top:-12px}

/* Search */
.luminous-search{height:62px;margin:14px 3px 20px;border-radius:21px;background:#fff;border:1px solid rgba(47,125,93,.08);display:grid;grid-template-columns:42px 1fr 42px;align-items:center;padding:0 9px;box-shadow:var(--aura-shadow-soft);position:relative;z-index:10}
.luminous-search>svg{width:22px;height:22px;fill:none;stroke:#364940;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;margin-left:5px}
.luminous-search input{width:100%;border:0;outline:0;background:transparent;color:#24362e;font-size:.83rem;padding:0 8px}
.luminous-search input::placeholder{color:#a2aaa6}
.luminous-search button{width:38px;height:38px;border:0;border-radius:13px;background:#f6f7f4;color:#617069;display:grid;place-items:center;cursor:pointer}
.luminous-search button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}
.category-count-badge{justify-self:end;padding:6px 9px;border-radius:999px;background:var(--aura-mint);color:var(--aura-green);font-size:.58rem;font-weight:850;white-space:nowrap}
.category-search-box{margin-top:14px}

/* Section headers */
.luminous-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:0 3px 12px}
.luminous-section-head>div{min-width:0}.luminous-section-head small{display:block;font-size:.55rem;letter-spacing:.14em;font-weight:850;color:var(--aura-green);margin-bottom:4px;text-transform:uppercase}.luminous-section-head h2{font-family:Georgia,'Times New Roman',serif;font-weight:600;font-size:1.37rem;margin:0;color:#1d3027}.luminous-section-head>a{font-size:.65rem;color:var(--aura-lilac);font-weight:850;white-space:nowrap}.luminous-section-head>a span{font-size:.9rem;margin-left:4px}.luminous-section-head>span{font-size:.58rem;color:#999f9b}.luminous-section-head.compact{align-items:center}.chef-note{font-family:Georgia,serif;font-style:italic;color:#8e8c8a!important}

/* Category chips */
.luminous-category-strip{margin-bottom:22px;scroll-margin-top:92px}
.category-chip-row{display:flex;gap:9px;overflow-x:auto;overscroll-behavior-inline:contain;padding:2px 4px 10px;scrollbar-width:none;scroll-snap-type:x proximity}
.category-chip-row::-webkit-scrollbar{display:none}
.theme-category-chip{flex:0 0 auto;min-width:74px;max-width:96px;min-height:88px;padding:8px 8px 7px;border:1px solid #e7ebe7;border-radius:22px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;box-shadow:0 7px 20px rgba(47,61,54,.05);scroll-snap-align:start;transition:.2s}
.theme-category-chip.active,.theme-category-chip:hover{border-color:rgba(47,125,93,.45);background:linear-gradient(150deg,#f9fffb,#eef8f2);box-shadow:0 10px 24px rgba(47,125,93,.10);transform:translateY(-1px)}
.theme-category-chip b{width:100%;font-size:.58rem;line-height:1.15;text-align:center;color:#44524b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.chip-image{width:46px;height:46px;border-radius:15px;overflow:hidden;background:#f4f4f1}.chip-image img{width:100%;height:100%;object-fit:cover}.chip-icon{width:46px;height:46px;border-radius:15px;background:var(--aura-mint);display:grid;place-items:center;color:var(--aura-green);font-size:1.15rem}

/* Popular categories */
.luminous-popular{margin:0 0 26px}
.popular-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.popular-category-card{min-width:0;border-radius:22px;background:#fff;border:1px solid #ebeeeb;box-shadow:var(--aura-shadow-soft);overflow:hidden;position:relative;transition:.2s;opacity:0;transform:translateY(12px)}
.popular-category-card.is-visible{opacity:1;transform:none;transition:opacity .42s ease,transform .42s ease,box-shadow .2s}
.popular-category-card:hover{box-shadow:0 15px 34px rgba(42,58,49,.11)}
.popular-cover{display:block;height:112px;overflow:hidden;background:#eee}.popular-cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}.popular-category-card:hover .popular-cover img{transform:scale(1.035)}
.popular-category-card>div{padding:10px 10px 13px}.popular-category-card strong{display:block;font-family:Georgia,serif;font-size:.84rem;color:#203329;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.popular-category-card small{display:block;font-size:.52rem;line-height:1.25;color:#929a96;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.popular-arrow{position:absolute;right:8px;bottom:8px;width:28px;height:28px;border-radius:50%;background:#f4f7f4;color:var(--aura-green);display:grid;place-items:center;font-size:.8rem;box-shadow:0 4px 12px rgba(38,63,50,.07)}

/* Featured + full menu */
.luminous-featured{margin:0 0 30px}
.featured-product-list{display:grid;gap:9px}
.luminous-all-menu{scroll-margin-top:90px}
.all-menu-title{margin-bottom:16px}
.menu-category-section{padding:18px 0 10px;border-top:1px solid #edf0ed;content-visibility:visible;contain:none;scroll-margin-top:92px}
.menu-category-section:first-of-type{border-top:0}
.menu-category-heading{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:11px;align-items:center;margin:0 3px 12px}
.category-heading-icon{width:52px;height:52px;border-radius:17px;overflow:hidden;background:#fff;box-shadow:0 7px 20px rgba(40,58,49,.08);border:1px solid #edf0ed}.category-heading-icon img{width:100%;height:100%;object-fit:cover}
.menu-category-heading small{display:block;color:var(--aura-green);font-size:.5rem;font-weight:850;letter-spacing:.13em;margin-bottom:3px}.menu-category-heading h2{font-family:Georgia,serif;font-size:1.25rem;margin:0;color:#203329}.menu-category-heading p{font-size:.6rem;color:#8a938f;margin:3px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:300px}
.category-video-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:48px;height:48px;border-radius:16px;background:var(--aura-lilac-soft);color:var(--aura-lilac);font-size:.45rem;font-weight:850}.category-video-link svg{width:18px;height:18px;fill:currentColor}
.theme-product-list{display:grid;gap:9px}

/* Product cards */
.aura-luminous .theme-product-card{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:10px;align-items:center;margin:0;padding:14px 12px;border:1px solid #e8ece8;border-radius:22px;background:rgba(255,255,255,.96);box-shadow:0 8px 24px rgba(43,60,51,.055);transition:transform .18s,box-shadow .18s,border-color .18s;overflow:hidden}
.aura-luminous .theme-product-card.has-image{grid-template-columns:82px minmax(0,1fr) 34px}
.aura-luminous .theme-product-card:hover{transform:translateY(-1px);border-color:#d9e4dd;box-shadow:0 13px 30px rgba(43,60,51,.085)}
.aura-luminous .theme-product-card .product-card-image{width:82px;height:82px;border-radius:18px;overflow:hidden;background:#f1f2ef;align-self:start}.aura-luminous .theme-product-card .product-card-image img{width:100%;height:100%;object-fit:cover;display:block}
.aura-luminous .theme-product-card .product-copy{min-width:0}.aura-luminous .theme-product-card .product-line{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:start}.aura-luminous .theme-product-card .product-line h2,.aura-luminous .theme-product-card .product-line h3{font-family:inherit;font-size:.82rem;line-height:1.25;font-weight:850;color:#1c2d25;margin:0}.aura-luminous .theme-product-card .product-line strong{color:var(--aura-green-dark);font-size:.78rem;background:var(--aura-mint);border-radius:999px;padding:6px 8px;line-height:1;white-space:nowrap}
.aura-luminous .theme-product-card .product-copy>p{font-size:.64rem;line-height:1.45;color:#7d8782;margin:5px 0 7px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-category-label{font-size:.48rem;color:var(--aura-lilac);font-weight:850;text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px;display:block}
.aura-luminous .theme-product-card .product-facts{display:flex;gap:4px;flex-wrap:wrap}.aura-luminous .theme-product-card .product-facts span{font-size:.5rem;padding:4px 6px;border-radius:999px;background:#f3f4f2;color:#777f7b;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aura-luminous .theme-product-card .product-facts .fact-allergen{background:#eef7f1;color:#587264}.aura-luminous .theme-product-card .product-facts .fact-calorie{background:#f4eff9;color:#76618f}
.aura-luminous .theme-product-card>button{width:30px;height:30px;border:1px solid #e5ebe7;border-radius:50%;background:#f7faf8;color:var(--aura-green);display:grid;place-items:center;padding:0}.aura-luminous .theme-product-card>button svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.aura-luminous .featured-product{background:linear-gradient(135deg,#fff,#fbfdfb)}

/* Category page + video */
.luminous-category-page{padding:12px 10px 150px;background:linear-gradient(#fbfaf7,#fff 30%,#fbfaf7)}
.luminous-category-nav{position:sticky;top:78px;z-index:40;background:rgba(251,250,247,.96);backdrop-filter:blur(14px);margin:-12px -10px 12px;padding:9px 8px 6px;border-bottom:1px solid rgba(47,125,93,.06)}
.aura-luminous .category-scroll{display:flex;gap:7px;overflow:auto;scrollbar-width:none}.aura-luminous .category-scroll::-webkit-scrollbar{display:none}.aura-luminous .category-scroll a{flex:none;padding:9px 12px;border-radius:999px;border:1px solid #e7ebe7;background:#fff;color:#69756f;font-size:.6rem;font-weight:800}.aura-luminous .category-scroll a.active{background:var(--aura-green-dark);color:#fff;border-color:var(--aura-green-dark)}.aura-luminous .category-scroll-home span{margin-right:4px}
.aura-luminous .luminous-video-hero{height:300px;border-radius:29px;background:#dce6df;box-shadow:var(--aura-shadow);margin-bottom:14px;isolation:isolate}
.luminous-video-hero .category-hero-fallback{position:absolute;inset:0}.luminous-video-hero .category-hero-fallback img{width:100%;height:100%;object-fit:cover;filter:saturate(.78) brightness(.9)}
.aura-luminous .luminous-video-hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:2;opacity:0;transition:opacity .35s}.aura-luminous .luminous-video-hero.video-ready video{opacity:1}
.aura-luminous .luminous-video-hero .category-hero-shade{z-index:3;background:linear-gradient(180deg,rgba(17,35,27,.04) 15%,rgba(20,43,32,.78) 100%)}
.aura-luminous .luminous-video-hero .category-hero-copy{z-index:4;left:20px;right:64px;bottom:20px}.aura-luminous .luminous-video-hero .category-hero-copy small{font-size:.52rem;letter-spacing:.15em;color:#e5f3eb}.aura-luminous .luminous-video-hero .category-hero-copy h1{font-family:Georgia,serif;font-size:1.75rem;margin:5px 0 4px}.aura-luminous .luminous-video-hero .category-hero-copy p{font-size:.64rem;line-height:1.4}.aura-luminous .luminous-video-hero .category-hero-copy a{display:inline-flex;margin-top:10px;padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.92);color:#264a39;font-size:.58rem;font-weight:850}.aura-luminous .luminous-video-hero .category-video-state{z-index:5;position:absolute;right:14px;bottom:15px;width:37px;height:37px;border:0;border-radius:50%;background:rgba(255,255,255,.9);color:#31493d;font-weight:900}
.category-product-title{margin:6px 3px 12px}.category-product-title small{text-transform:uppercase}

/* Product modal */
.aura-luminous .modal-backdrop{background:rgba(28,43,36,.38);backdrop-filter:blur(8px)}
.aura-luminous .luminous-product-sheet{background:#fff;border-radius:30px 30px 0 0;padding:0 0 calc(28px + env(safe-area-inset-bottom));overflow:auto;max-height:92dvh;box-shadow:0 -25px 70px rgba(26,39,33,.18)}
.luminous-product-sheet .product-detail-close{z-index:5;background:rgba(255,255,255,.92);box-shadow:0 6px 18px rgba(30,44,37,.12)}
.luminous-product-sheet .product-detail-image{height:290px;margin:0;border-radius:0;overflow:hidden;background:#f1f3f0}.luminous-product-sheet .product-detail-image img{width:100%;height:100%;object-fit:cover;display:block}
.luminous-product-sheet .product-detail-content{padding:23px 20px 4px}.luminous-product-sheet .sheet-title{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}.luminous-product-sheet .sheet-title h2{font-family:Georgia,serif;font-size:1.55rem;margin:5px 0 9px}.luminous-product-sheet .sheet-title strong{padding:8px 10px;border-radius:999px;background:var(--aura-mint);color:var(--aura-green-dark);font-size:.86rem}.luminous-product-sheet #pdDesc{color:#79837e;font-size:.77rem;line-height:1.6}.luminous-product-sheet .info-box{border:1px solid #e8ece8;border-radius:18px;background:#fbfcfa;padding:13px 14px;margin-top:11px}.luminous-product-sheet .info-box small,.luminous-product-sheet .detail-columns small{font-size:.5rem;letter-spacing:.12em;color:#8c9691;font-weight:850}.luminous-product-sheet .info-box p{margin:5px 0 0;font-size:.72rem;line-height:1.5}.luminous-product-sheet .info-box.allergen{background:#eef8f2;border-color:#dcece3}.luminous-product-sheet .detail-columns{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:9px}.luminous-product-sheet .detail-columns>div{border:1px solid #e8ece8;border-radius:17px;padding:12px;background:#fff}.luminous-product-sheet .detail-columns b{display:block;margin-top:5px;font-size:.72rem}.luminous-product-sheet .allergen-notice{font-size:.56rem!important;line-height:1.5;color:#9a9f9c!important}

/* Footer and floating UI */
.luminous-public-footer{padding:22px 15px 124px!important;background:linear-gradient(180deg,#fff,#f8f7f3)!important;border-top:1px solid #edf0ed}
.luminous-footer-quote{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 8px 18px;color:#7f8c85}.luminous-footer-quote>span{font-family:Georgia,serif;font-size:2.1rem;color:#c4dfd0;line-height:.5}.luminous-footer-quote p{margin:0;font-family:Georgia,serif;font-style:italic;font-size:.72rem}.luminous-footer-quote i{color:var(--aura-green);font-style:normal}
.aura-luminous .footer-links{gap:18px}.aura-luminous .footer-links a{font-size:.62rem;color:#66726c}.aura-luminous .social-row a{background:#fff;border-color:#e6ebe7;color:#68736e}.aura-luminous .powered{border-color:#e7ebe7}.aura-luminous .powered a{color:var(--aura-green)}.aura-luminous .eco-bar{background:#eef7f1;color:#4a6c5b;border-radius:15px;font-size:.6rem}
.luminous-action-stack{position:fixed;right:max(12px,calc((100vw - 580px)/2 + 12px));bottom:154px;z-index:72;display:grid;gap:8px;justify-items:end;pointer-events:none}
.luminous-fab{pointer-events:auto;width:58px;height:58px;border:3px solid rgba(255,255,255,.92);border-radius:50%;display:grid;place-items:center;box-shadow:0 13px 30px rgba(35,51,43,.16);cursor:pointer;position:relative;transition:.18s;color:#fff}.luminous-fab svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.luminous-fab>span:last-child{position:absolute;right:66px;top:50%;transform:translateY(-50%) translateX(5px);background:#fff;color:#405047;border:1px solid #e9ece9;padding:7px 9px;border-radius:999px;box-shadow:0 7px 20px rgba(37,52,44,.09);font-size:.52rem;font-weight:850;white-space:nowrap;opacity:0;pointer-events:none;transition:.18s}.luminous-fab:hover>span:last-child{opacity:1;transform:translateY(-50%) translateX(0)}
.fab-reservation{background:linear-gradient(145deg,#78b796,#4e9474)}.fab-waiter{background:linear-gradient(145deg,#a68ace,#7d61aa)}.fab-review{background:linear-gradient(145deg,#eadcca,#d2b99d);color:#5a4637}.fab-pulse{position:absolute;inset:-5px;border-radius:50%;border:1px solid rgba(125,97,170,.35);animation:luminousPulse 2s ease-out infinite}@keyframes luminousPulse{0%{transform:scale(.8);opacity:.8}70%,100%{transform:scale(1.25);opacity:0}}
.aura-luminous .luminous-floating-socials{right:auto;left:max(8px,calc((100vw - 580px)/2 + 8px));bottom:164px;gap:6px}.aura-luminous .luminous-floating-socials a{width:36px;height:36px;border-radius:13px;background:rgba(255,255,255,.95);color:#53665c;border:1px solid #e9edea;box-shadow:0 7px 20px rgba(34,51,42,.08)}
.aura-luminous .luminous-bottom-nav{position:fixed;left:50%;transform:translateX(-50%);bottom:34px;width:min(calc(100% - 18px),562px);height:74px;border-radius:25px;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border:1px solid rgba(53,77,65,.08);box-shadow:0 16px 40px rgba(40,57,48,.13);padding:5px 8px;z-index:80}.aura-luminous .luminous-bottom-nav a,.aura-luminous .luminous-bottom-nav button{color:#738079;background:transparent;border-radius:17px}.aura-luminous .luminous-bottom-nav a.active{background:linear-gradient(145deg,#eff8f2,#e6f3eb);color:var(--aura-green)}.aura-luminous .luminous-bottom-nav svg{width:21px;height:21px}.aura-luminous .luminous-bottom-nav span{font-size:.5rem}.aura-luminous .luminous-restobulut{position:fixed;left:50%;transform:translateX(-50%);bottom:0;width:min(100%,580px);height:30px;border-radius:0;background:linear-gradient(90deg,#7927a7,#bc2f89,#397f61);color:#fff;z-index:81;justify-content:center;box-shadow:none;font-size:.55rem;letter-spacing:.01em}.aura-luminous .luminous-restobulut svg{display:none}.aura-luminous .luminous-restobulut .rb-signal{width:6px;height:6px;background:#fff;box-shadow:0 0 0 5px rgba(255,255,255,.14)}

/* Menu note */
.luminous-menu-note{margin:14px 8px 0;padding:14px;border-radius:16px;background:#f5f7f4;color:#7f8883;font-size:.58rem}

/* Intro remains video-first but slightly aligned with the new theme */
.menu-locked .site-frame{background:#050505}.menu-locked .home-main{padding:0;background:#050505}.menu-locked .intro-card{min-height:100dvh;height:100dvh;border-radius:0}.menu-locked .restobulut-fixed-brand{z-index:180}

/* Search-result state */
.menu-category-section.search-empty{display:none}.theme-product-card[hidden]{display:none!important}

@media(min-width:700px){
  body.aura-luminous .site-frame{border-radius:0}
  .luminous-hero{min-height:390px;padding:40px 30px}.luminous-hero h1{font-size:2.55rem}.luminous-hero-copy{width:60%}.luminous-hero-art{width:42%;right:24px}.hero-food-1{width:158px;height:160px}.hero-food-2{width:122px;height:122px;right:120px;top:164px}.hero-food-3{width:132px;height:126px}.hero-badge{width:86px;height:86px;right:105px}
  .popular-cover{height:132px}.aura-luminous .theme-product-card{padding:15px 14px}.aura-luminous .theme-product-card.has-image{grid-template-columns:92px minmax(0,1fr) 36px}.aura-luminous .theme-product-card .product-card-image{width:92px;height:92px}
  .aura-luminous .luminous-product-sheet{width:min(560px,calc(100vw - 40px));border-radius:30px;max-height:88vh;margin-bottom:30px}.aura-luminous .modal{align-items:center}.luminous-product-sheet .product-detail-image{height:330px}
}

@media(max-width:520px){
  .aura-luminous .home-main{padding-left:8px;padding-right:8px}.aura-luminous .luminous-topbar{height:72px;padding:8px 12px}.luminous-brand-logo{width:42px;height:42px;border-radius:13px}.luminous-brand-logo img{width:35px;height:35px}.luminous-brand-copy b{font-size:1rem}.luminous-language{display:none}.luminous-circle-button{width:39px;height:39px}
  .luminous-hero{min-height:350px;padding:29px 18px}.luminous-hero-copy{width:62%;min-width:0}.luminous-hero h1{font-size:1.82rem}.luminous-hero-copy>p{font-size:.68rem}.luminous-kicker{font-size:.48rem}.luminous-hero-art{right:6px;width:42%}.hero-food-1{width:108px;height:124px}.hero-food-2{width:82px;height:92px;right:72px;top:145px}.hero-food-3{width:94px;height:94px}.hero-badge{width:67px;height:67px;right:62px}.hero-badge b{font-size:.58rem}.hero-badge small{font-size:.38rem}.luminous-hero-btn{padding:12px 15px;font-size:.69rem}
  .luminous-search{height:58px;border-radius:19px;margin-left:1px;margin-right:1px}.popular-category-grid{gap:7px}.popular-cover{height:92px}.popular-category-card>div{padding:9px 8px 11px}.popular-category-card strong{font-size:.72rem}.popular-category-card small{font-size:.46rem}
  .menu-category-heading{grid-template-columns:48px minmax(0,1fr) 44px;gap:9px}.category-heading-icon{width:48px;height:48px;border-radius:15px}.menu-category-heading h2{font-size:1.12rem}.menu-category-heading p{max-width:210px}.category-video-link{width:43px;height:43px;border-radius:14px}
  .aura-luminous .theme-product-card{padding:12px 10px;border-radius:19px}.aura-luminous .theme-product-card.has-image{grid-template-columns:72px minmax(0,1fr) 28px}.aura-luminous .theme-product-card .product-card-image{width:72px;height:72px;border-radius:15px}.aura-luminous .theme-product-card .product-line h2,.aura-luminous .theme-product-card .product-line h3{font-size:.74rem}.aura-luminous .theme-product-card .product-line strong{font-size:.68rem;padding:5px 7px}.aura-luminous .theme-product-card .product-copy>p{font-size:.57rem}.aura-luminous .theme-product-card .product-facts span{font-size:.45rem}.aura-luminous .theme-product-card>button{width:27px;height:27px}
  .luminous-action-stack{right:8px;bottom:150px}.luminous-fab{width:52px;height:52px}.luminous-fab>span:last-child{display:none}.aura-luminous .luminous-floating-socials{left:6px;bottom:155px}.aura-luminous .luminous-floating-socials a{width:33px;height:33px}
  .aura-luminous .luminous-bottom-nav{width:calc(100% - 14px);bottom:31px;height:70px;border-radius:23px}.aura-luminous .luminous-restobulut{height:28px}.luminous-category-nav{top:72px}
}

@media(max-width:390px){
  .luminous-brand-copy small{display:none}.luminous-hero{min-height:335px}.luminous-hero-copy{width:64%}.luminous-hero h1{font-size:1.65rem}.luminous-hero-copy>p{font-size:.62rem;line-height:1.5}.hero-food-2{display:none}.hero-food-1{width:102px;height:118px}.hero-food-3{width:84px;height:86px}.hero-badge{right:48px;bottom:54px;width:60px;height:60px}
  .theme-category-chip{min-width:68px;max-width:84px;min-height:82px}.chip-image,.chip-icon{width:42px;height:42px}.popular-cover{height:84px}.popular-category-card small{display:none}.popular-arrow{display:none}
  .aura-luminous .theme-product-card.has-image{grid-template-columns:64px minmax(0,1fr) 26px}.aura-luminous .theme-product-card .product-card-image{width:64px;height:64px}.aura-luminous .theme-product-card .product-copy>p{-webkit-line-clamp:1}.aura-luminous .theme-product-card .product-facts .fact-allergen{max-width:150px}
}

@media(prefers-reduced-motion:reduce){.fab-pulse{animation:none}.popular-category-card{opacity:1;transform:none}.hero-food-card{transform:none!important}}


/* V7.1.0 scroll-stability: uzun menülerde dikey zıplamayı engeller */
.aura-luminous .luminous-topbar,
.aura-luminous .luminous-category-strip,
.aura-luminous .luminous-category-nav,
.aura-luminous .luminous-bottom-nav,
.aura-luminous .luminous-restobulut{overflow-anchor:none}
.aura-luminous .luminous-menu-shell,
.aura-luminous .luminous-all-menu{overflow-anchor:auto}
.aura-luminous .menu-category-section{content-visibility:visible!important;contain:none!important}
.category-chip-row,.aura-luminous .category-scroll{overscroll-behavior-x:contain;overscroll-behavior-y:auto}
/* V7.1.0: ürün kartlarında tahmini yükseklik kaynaklı scroll anchor sıçramasını da kapat. */
.aura-luminous .text-product-card{content-visibility:visible!important;contain:none!important}

/* =========================================================
   V7.1.0 CATEGORY-FIRST HOME
   Ana sayfa yalnızca slider + kategori vitrinidir. Ürünler menu.php içinde listelenir.
   ========================================================= */
.aura-category-home .luminous-menu-shell{padding-top:10px}

/* Gerçek fotoğraf odaklı slider */
.aura-home-slider{position:relative;margin:0 0 14px;border-radius:28px;overflow:hidden;background:#151515;box-shadow:0 18px 44px rgba(31,43,37,.14);border:1px solid rgba(255,255,255,.9);isolation:isolate;aspect-ratio:16/10;min-height:300px}
.aura-home-slider-track{position:absolute;inset:0}
.aura-home-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .52s ease,visibility .52s ease;overflow:hidden}
.aura-home-slide.is-active{opacity:1;visibility:visible;z-index:2}
.aura-home-slide>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;transform:scale(1.015);transition:transform 6s ease}
.aura-home-slide.is-active>img{transform:scale(1.055)}
.aura-home-slide-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,19,16,.80) 0%,rgba(13,19,16,.58) 40%,rgba(13,19,16,.16) 72%,rgba(13,19,16,.05) 100%),linear-gradient(0deg,rgba(0,0,0,.28),transparent 50%);z-index:1}
.aura-home-slide-copy{position:absolute;z-index:3;left:26px;right:25%;bottom:28px;color:#fff;max-width:365px;text-shadow:0 2px 12px rgba(0,0,0,.2)}
.aura-home-slide-copy small{display:block;font-size:.54rem;font-weight:900;letter-spacing:.2em;color:#d8f0e3;margin-bottom:8px}
.aura-home-slide-copy h1{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:2.08rem;line-height:1.02;font-weight:500;color:#fff}
.aura-home-slide-copy p{margin:10px 0 16px;max-width:300px;font-size:.7rem;line-height:1.55;color:rgba(255,255,255,.88)}
.aura-home-slide-copy a{display:inline-flex;align-items:center;gap:15px;padding:12px 16px;border-radius:999px;background:rgba(82,153,117,.93);border:1px solid rgba(255,255,255,.38);backdrop-filter:blur(8px);color:#fff;font-size:.69rem;font-weight:900;box-shadow:0 10px 25px rgba(0,0,0,.16)}
.aura-home-slide-copy a b{font-size:.95rem;font-weight:500}
.aura-home-slider-dots{position:absolute;z-index:8;bottom:15px;right:18px;display:flex;align-items:center;gap:6px;padding:6px 8px;border-radius:999px;background:rgba(0,0,0,.18);backdrop-filter:blur(7px)}
.aura-home-slider-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.48);cursor:pointer;transition:.2s}
.aura-home-slider-dots button.is-active{width:22px;border-radius:999px;background:#fff}

.aura-category-search{margin-top:0}

/* Ana kategori kartları */
.aura-all-categories{margin:0 0 28px;scroll-margin-top:92px}
.home-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.home-category-card{position:relative;min-height:168px;border-radius:24px;overflow:hidden;background:#e8ece9;box-shadow:0 10px 26px rgba(37,54,45,.08);border:1px solid rgba(227,234,229,.95);isolation:isolate;transition:transform .2s ease,box-shadow .2s ease}
.home-category-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(37,54,45,.12)}
.home-category-image{position:absolute;inset:0}.home-category-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.home-category-card:hover img{transform:scale(1.04)}
.home-category-gradient{position:absolute;inset:0;background:linear-gradient(0deg,rgba(12,24,18,.78),rgba(12,24,18,.04) 68%);z-index:1}
.home-category-copy{position:absolute;left:14px;right:38px;bottom:13px;z-index:2;color:#fff}.home-category-copy strong{display:block;font-family:Georgia,serif;font-size:1.02rem;line-height:1.06}.home-category-copy small{display:block;margin-top:4px;font-size:.51rem;color:rgba(255,255,255,.78);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.home-category-open{position:absolute;right:10px;bottom:10px;z-index:3;width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.92);color:#376f56;display:grid;place-items:center;font-size:.83rem;box-shadow:0 5px 16px rgba(0,0,0,.12)}
.home-category-card[hidden],.popular-category-card[hidden],.chef-category-card[hidden],.theme-category-chip[hidden]{display:none!important}
.home-category-empty{margin:12px 0;padding:22px;border-radius:18px;background:#f5f7f5;color:#7e8883;text-align:center;font-size:.7rem}

/* Şefin önerileri artık ürün değil, kategori vitrini */
.aura-chef-categories{margin:0 0 28px}
.chef-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.chef-category-card{position:relative;height:190px;border-radius:23px;overflow:hidden;background:#e9ece9;box-shadow:0 10px 28px rgba(42,58,49,.08);isolation:isolate}
.chef-category-image{position:absolute;inset:0}.chef-category-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.chef-category-card:hover img{transform:scale(1.04)}
.chef-category-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(27,24,29,.78),rgba(27,24,29,.05) 68%);z-index:1}
.chef-category-copy{position:absolute;z-index:2;left:12px;right:12px;bottom:12px;color:#fff}.chef-category-copy small{display:block;font-size:.45rem;font-weight:900;letter-spacing:.13em;color:#e9ddfa;margin-bottom:4px}.chef-category-copy strong{display:block;font-family:Georgia,serif;font-size:.86rem;line-height:1.05}.chef-category-copy em{display:block;font-style:normal;font-size:.48rem;color:rgba(255,255,255,.75);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.chef-category-arrow{position:absolute;z-index:3;right:9px;top:9px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.92);color:#7d61aa;font-size:.75rem}

/* Popüler kategoriler gerçek kategori sayfasına gider */
.aura-home-popular .popular-cover{height:128px}
.aura-home-popular .popular-category-card{opacity:1;transform:none}

/* Ana sayfada ürün alanlarının görünmesini kesin olarak engelle */
.aura-category-home .luminous-featured,
.aura-category-home .luminous-all-menu,
.aura-category-home .theme-product-list,
.aura-category-home .text-product-card{display:none!important}

@media(max-width:520px){
  .aura-home-slider{border-radius:24px;aspect-ratio:10/8;min-height:315px}
  .aura-home-slide-copy{left:18px;right:18px;bottom:24px;max-width:310px}
  .aura-home-slide-copy h1{font-size:1.72rem;max-width:270px}.aura-home-slide-copy p{font-size:.62rem;max-width:270px}.aura-home-slide-copy a{padding:11px 14px;font-size:.62rem}
  .aura-home-slider-dots{bottom:13px;right:13px}
  .home-category-grid{gap:8px}.home-category-card{min-height:150px;border-radius:20px}.home-category-copy{left:12px;bottom:11px}.home-category-copy strong{font-size:.9rem}
  .chef-category-grid{gap:7px}.chef-category-card{height:165px;border-radius:20px}.chef-category-copy{left:10px;right:10px;bottom:10px}.chef-category-copy strong{font-size:.72rem}.chef-category-copy em{display:none}
  .aura-home-popular .popular-cover{height:102px}
}
@media(max-width:390px){
  .aura-home-slider{min-height:300px}.aura-home-slide-copy h1{font-size:1.55rem}.aura-home-slide-copy p{font-size:.58rem}
  .home-category-card{min-height:138px}.home-category-copy strong{font-size:.82rem}.home-category-copy small{display:none}
  .chef-category-card{height:148px}.chef-category-copy small{font-size:.4rem}.chef-category-copy strong{font-size:.67rem}
}
@media(prefers-reduced-motion:reduce){.aura-home-slide,.aura-home-slide>img,.home-category-card,.home-category-image img,.chef-category-image img{transition:none!important}}

/* =========================================================
   V7.1.1 — LUMINOUS İÇ SAYFALAR
   Hakkımızda / İletişim / Gizlilik sayfalarını ana tema ile eşler.
   ========================================================= */
body.aura-luminous.content-page{
  --page-cream:#fbfaf7;
  --page-card:#ffffff;
  --page-ink:#183329;
  --page-muted:#718078;
  --page-line:#e7ede9;
  --page-green:#3f8d6a;
  --page-green-soft:#edf7f1;
  --page-lilac:#8f72bc;
  background:linear-gradient(180deg,#f7f5ef 0,#eef6f1 48%,#f8f5f0 100%);
  min-height:100vh;
}
body.aura-luminous.content-page .site-frame{
  background:linear-gradient(180deg,#fbfaf7 0%,#fff 26%,#fbfaf7 100%);
  min-height:100dvh;
  overflow:clip;
}
body.aura-luminous.content-page .luminous-topbar{
  position:sticky;top:0;z-index:90;
}
body.aura-luminous.content-page .content-main{
  position:relative;
  padding:22px 16px 150px;
  min-height:calc(100dvh - 78px);
  isolation:isolate;
}
body.aura-luminous.content-page .content-main::before,
body.aura-luminous.content-page .content-main::after{
  content:"";position:absolute;z-index:-1;border-radius:50%;pointer-events:none;filter:blur(2px)
}
body.aura-luminous.content-page .content-main::before{
  width:220px;height:220px;right:-105px;top:36px;
  background:radial-gradient(circle,rgba(149,119,194,.12),rgba(149,119,194,0) 68%);
}
body.aura-luminous.content-page .content-main::after{
  width:250px;height:250px;left:-145px;top:290px;
  background:radial-gradient(circle,rgba(77,151,111,.11),rgba(77,151,111,0) 70%);
}
body.aura-luminous.content-page .content-hero{
  margin:2px 0 14px;padding:28px 24px;
  border:1px solid rgba(49,87,68,.08);
  border-radius:28px;
  background:
    radial-gradient(circle at 92% 9%,rgba(142,112,189,.12),transparent 31%),
    radial-gradient(circle at 7% 95%,rgba(79,151,112,.11),transparent 32%),
    rgba(255,255,255,.94);
  box-shadow:0 18px 44px rgba(42,66,53,.08);
  overflow:hidden;
}
body.aura-luminous.content-page .content-hero>span{
  display:inline-flex;align-items:center;gap:7px;
  letter-spacing:.2em;font-size:.63rem;font-weight:900;
}
body.aura-luminous.content-page .content-hero>span::before{
  content:"";width:22px;height:1px;background:linear-gradient(90deg,var(--page-green),var(--page-lilac));
}
body.aura-luminous.content-page .content-hero h1{
  margin:9px 0 0;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(2rem,7vw,2.75rem);font-weight:600;line-height:1.03;
  letter-spacing:-.035em;color:var(--page-ink);
}
body.aura-luminous.content-page .contact-intro,
body.aura-luminous.content-page .rich-content{
  border:1px solid var(--page-line);
  border-radius:24px;
  background:rgba(255,255,255,.92);
  padding:22px;
  color:#53665d;
  font-size:.88rem;line-height:1.82;
  box-shadow:0 14px 36px rgba(40,61,50,.055);
  overflow-wrap:anywhere;
}
body.aura-luminous.content-page .contact-intro p,
body.aura-luminous.content-page .rich-content p{margin:0 0 15px}
body.aura-luminous.content-page .contact-intro p:last-child,
body.aura-luminous.content-page .rich-content p:last-child{margin-bottom:0}
body.aura-luminous.content-page .rich-content h2,
body.aura-luminous.content-page .rich-content h3,
body.aura-luminous.content-page .contact-intro h2,
body.aura-luminous.content-page .contact-intro h3{
  margin:24px 0 10px;color:var(--page-ink);line-height:1.25
}
body.aura-luminous.content-page .rich-content h2:first-child,
body.aura-luminous.content-page .contact-intro h2:first-child{margin-top:0}
body.aura-luminous.content-page .rich-content ul,
body.aura-luminous.content-page .rich-content ol,
body.aura-luminous.content-page .contact-intro ul,
body.aura-luminous.content-page .contact-intro ol{padding-left:20px;margin:12px 0}
body.aura-luminous.content-page .rich-content a,
body.aura-luminous.content-page .contact-intro a{color:var(--page-green);font-weight:800;text-decoration:underline;text-underline-offset:3px}

body.aura-luminous.content-page .contact-info-grid,
body.aura-luminous.content-page .contact-cards{
  gap:10px;margin-top:14px;
}
body.aura-luminous.content-page .contact-info-grid>* ,
body.aura-luminous.content-page .contact-cards>a{
  position:relative;min-width:0;
  padding:17px 16px 16px;
  border:1px solid var(--page-line);border-radius:20px;
  background:linear-gradient(145deg,#fff,#fbfcfb);
  box-shadow:0 10px 28px rgba(39,65,51,.055);
  overflow:hidden;
}
body.aura-luminous.content-page .contact-info-grid>*::before,
body.aura-luminous.content-page .contact-cards>a::before{
  content:"";position:absolute;left:0;top:0;bottom:0;width:3px;
  background:linear-gradient(180deg,var(--page-green),var(--page-lilac));
}
body.aura-luminous.content-page .contact-info-grid small,
body.aura-luminous.content-page .contact-cards small{
  color:#8b958f;font-weight:900;letter-spacing:.13em;font-size:.54rem
}
body.aura-luminous.content-page .contact-info-grid strong,
body.aura-luminous.content-page .contact-cards strong{
  color:var(--page-ink);font-size:.75rem;line-height:1.5;
  overflow-wrap:anywhere;
}
body.aura-luminous.content-page .contact-cards span{
  position:absolute;right:14px;bottom:12px;color:var(--page-green)
}

body.aura-luminous.content-page .contact-form{
  margin-top:14px;padding:20px;
  border:1px solid var(--page-line);border-radius:24px;
  background:rgba(255,255,255,.96);
  box-shadow:0 16px 38px rgba(38,63,50,.065);
}
body.aura-luminous.content-page .contact-form label{
  margin:0 0 13px;color:#4f6258;font-size:.67rem;font-weight:850
}
body.aura-luminous.content-page .contact-form input,
body.aura-luminous.content-page .contact-form textarea{
  display:block;width:100%;min-width:0;margin-top:6px;
  border:1px solid #e1e8e4;border-radius:15px;
  background:#fbfcfb;color:var(--page-ink);
  padding:13px 14px;outline:0;
  transition:border-color .18s,box-shadow .18s,background .18s;
}
body.aura-luminous.content-page .contact-form input:focus,
body.aura-luminous.content-page .contact-form textarea:focus{
  border-color:rgba(63,141,106,.55);background:#fff;
  box-shadow:0 0 0 4px rgba(63,141,106,.08)
}
body.aura-luminous.content-page .contact-form textarea{min-height:135px;resize:vertical}
body.aura-luminous.content-page .contact-form .primary-btn{
  width:100%;min-height:48px;border-radius:16px;
  background:linear-gradient(100deg,#438d6b,#5e9f7d 55%,#8a70b5);
  box-shadow:0 12px 26px rgba(62,128,96,.2);
}
body.aura-luminous.content-page .two-fields{min-width:0}
body.aura-luminous.content-page .two-fields>*{min-width:0}

body.aura-luminous.content-page .luminous-public-footer{
  margin-top:0;padding-top:20px!important;
}
body.aura-luminous.content-page .luminous-action-stack{z-index:86}
body.aura-luminous.content-page .luminous-bottom-nav{z-index:92}
body.aura-luminous.content-page .luminous-restobulut{z-index:93}

@media(min-width:700px){
  body.aura-luminous.content-page .content-main{padding:30px 24px 160px}
  body.aura-luminous.content-page .content-hero{padding:34px 30px}
  body.aura-luminous.content-page .contact-intro,
  body.aura-luminous.content-page .rich-content{padding:28px}
  body.aura-luminous.content-page .contact-form{padding:26px}
}
@media(max-width:520px){
  body.aura-luminous.content-page .content-main{padding:14px 10px 142px}
  body.aura-luminous.content-page .content-hero{padding:24px 18px;border-radius:23px;margin-top:0}
  body.aura-luminous.content-page .content-hero h1{font-size:2rem}
  body.aura-luminous.content-page .contact-intro,
  body.aura-luminous.content-page .rich-content{padding:18px;border-radius:20px;font-size:.82rem}
  body.aura-luminous.content-page .contact-form{padding:16px;border-radius:20px}
  body.aura-luminous.content-page .contact-info-grid{grid-template-columns:1fr}
  body.aura-luminous.content-page .contact-cards{grid-template-columns:1fr 1fr}
  body.aura-luminous.content-page .luminous-action-stack{display:none}
}
@media(max-width:370px){
  body.aura-luminous.content-page .contact-cards{grid-template-columns:1fr}
  body.aura-luminous.content-page .two-fields{grid-template-columns:1fr}
}

/* V7.1.2 — Modern gerçek SVG ikon sistemi */
.ui-icon{width:20px;height:20px;display:inline-block;vertical-align:middle;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.luminous-circle-button .ui-icon{width:21px;height:21px}.luminous-language{display:inline-flex;align-items:center;gap:3px}.luminous-language .ui-icon{width:13px;height:13px;color:#8f9b95}
.search-line>.ui-icon,.luminous-search>.ui-icon{width:21px;height:21px;color:var(--muted)}
.aura-luminous .drawer-nav a,.aura-luminous .drawer-nav button{display:flex;align-items:center;gap:12px}.aura-luminous .drawer-nav .ui-icon{width:21px;height:21px;color:var(--aura-green)}
.drawer-head button .ui-icon,.modal-close .ui-icon{width:18px;height:18px}
.aura-luminous .drawer-categories a{justify-content:flex-start;align-items:center;gap:10px}.drawer-category-icon{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:#f3f8f5;color:var(--aura-green);flex:0 0 30px}.drawer-category-icon .ui-icon{width:17px;height:17px}.aura-luminous .drawer-categories a>.ui-icon:last-child{width:16px;height:16px;margin-left:auto;color:var(--aura-lilac)}
.signature-button-icon .ui-icon{width:20px;height:20px}.signature-sound .ui-icon{width:22px;height:22px}.signature-sound .sound-on{display:none}.signature-sound.is-on .sound-on{display:block}.signature-sound.is-on .sound-off{display:none}
.aura-home-slide-copy a .ui-icon,.category-product-title a .ui-icon,.category-hero-copy a .ui-icon{width:15px;height:15px;margin-left:4px}
.chip-image{position:relative}.category-svg-badge{position:absolute;right:3px;bottom:3px;width:18px;height:18px;border-radius:6px;background:rgba(255,255,255,.92);display:grid;place-items:center;color:var(--aura-green);box-shadow:0 3px 10px rgba(25,70,52,.15)}.category-svg-badge .ui-icon{width:11px;height:11px}
.home-category-image{position:absolute}.home-category-image .category-svg-badge{right:10px;bottom:10px;width:28px;height:28px;border-radius:9px}.home-category-image .category-svg-badge .ui-icon{width:16px;height:16px}
.product-facts span{display:inline-flex;align-items:center;gap:4px}.product-facts .ui-icon{width:12px;height:12px}.fact-weight .ui-icon{color:#607a6b}.fact-calorie .ui-icon{color:#8a6aa8}.fact-allergen .ui-icon{color:#4f8067}
.category-scroll-home{display:inline-flex!important;align-items:center;gap:6px}.category-scroll-home .ui-icon{width:16px;height:16px}
.category-video-state span{display:grid;place-items:center}.category-video-state span[hidden]{display:none!important}.category-video-state .ui-icon{width:17px;height:17px}
.powered{align-items:center;justify-content:center;gap:5px}.powered .ui-icon{width:13px;height:13px;color:var(--aura-green)}.eco-bar{display:flex;align-items:center;justify-content:center;gap:6px}.eco-bar .ui-icon{width:15px;height:15px}
.luminous-footer-quote i{display:grid;place-items:center}.luminous-footer-quote i .ui-icon{width:20px;height:20px;color:var(--aura-green)}
.success-wave span .ui-icon,.reservation-success>span .ui-icon{width:28px;height:28px}
.request-icon:before,.request-bell:before,.request-receipt:before,.request-menu:before,.request-sparkle:before,.request-message:before{content:none!important;display:none!important}
.request-icon svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.google-button .ui-icon,.review-success .primary-btn .ui-icon{width:15px;height:15px;margin-left:5px}
@media(max-width:680px){.drawer-category-icon{width:28px;height:28px;flex-basis:28px}.drawer-category-icon .ui-icon{width:15px;height:15px}.home-category-image .category-svg-badge{width:25px;height:25px}}
.social-row a{display:inline-flex;align-items:center;gap:6px}.social-row .social-svg-icon{width:15px;height:15px}.luminous-floating-socials .social-svg-icon{width:20px;height:20px}
.drawer-socials a{display:inline-flex;align-items:center;gap:6px}.drawer-socials .social-svg-icon{width:15px;height:15px}
/* V7.1.2 category image + icon refinements */
.popular-cover{position:relative}
.popular-cover .category-svg-badge{right:10px;bottom:10px;width:28px;height:28px;border-radius:9px}
.popular-cover .category-svg-badge .ui-icon{width:16px;height:16px}
.chef-category-image .category-svg-badge{right:12px;bottom:12px;width:30px;height:30px;border-radius:10px;z-index:3}
.chef-category-image .category-svg-badge .ui-icon{width:17px;height:17px}
.popular-arrow .ui-icon,.chef-category-arrow .ui-icon,.home-category-open .ui-icon{width:16px;height:16px}
.luminous-section-head a span .ui-icon{width:15px;height:15px;vertical-align:-2px}


/* =========================================================
   V7.1.3 — Premium animated categories + Bootstrap icons + admin slider toggle
   ========================================================= */
.ui-icon,
.social-svg-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;line-height:1;font-size:20px;vertical-align:middle;flex:0 0 auto;fill:currentColor;stroke:none;font-style:normal}
.luminous-language .ui-icon{font-size:13px;width:13px;height:13px}
.signature-button-icon .ui-icon{font-size:20px}
.luminous-search>svg,.search-line>.ui-icon{font-size:21px}
.luminous-fab .ui-icon{font-size:22px;width:22px;height:22px}
.luminous-bottom-nav .ui-icon{font-size:20px}
.luminous-floating-socials .social-svg-icon{font-size:19px;width:19px;height:19px}
.social-row .social-svg-icon{font-size:15px;width:15px;height:15px}
.drawer-category-icon .ui-icon{font-size:16px}
.category-svg-badge .ui-icon{font-size:11px}
.home-category-image .category-svg-badge .ui-icon,.popular-cover .category-svg-badge .ui-icon,.chef-category-image .category-svg-badge .ui-icon{font-size:16px}

@keyframes premiumGlowFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
@keyframes premiumBeamMove{0%{transform:translate3d(-120%,0,0) skewX(-18deg)}55%,100%{transform:translate3d(160%,0,0) skewX(-18deg)}}
@keyframes premiumPulseShadow{0%,100%{box-shadow:0 18px 36px rgba(41,56,48,.08)}50%{box-shadow:0 22px 42px rgba(41,56,48,.14)}}

.theme-category-chip{position:relative;min-width:82px;max-width:106px;min-height:98px;padding:10px 9px 8px;border-radius:26px;border:1px solid rgba(224,231,226,.95);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(246,250,247,.98));box-shadow:0 12px 24px rgba(40,58,49,.06),inset 0 1px 0 rgba(255,255,255,.92);overflow:hidden;isolation:isolate;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.theme-category-chip:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(151,209,177,.18),transparent 38%),radial-gradient(circle at bottom left,rgba(155,126,207,.12),transparent 34%);z-index:0;pointer-events:none}
.theme-category-chip:after{content:"";position:absolute;top:0;bottom:0;left:-35%;width:45%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.48),transparent);opacity:.85;transform:skewX(-18deg);animation:premiumBeamMove 7s ease-in-out infinite;pointer-events:none}
.theme-category-chip>*{position:relative;z-index:1}
.theme-category-chip:hover,.theme-category-chip.active{transform:translateY(-3px);border-color:rgba(79,144,113,.28);box-shadow:0 18px 34px rgba(33,52,43,.12),0 8px 18px rgba(132,173,150,.12),inset 0 1px 0 rgba(255,255,255,.95)}
.theme-category-chip b{font-size:.61rem;color:#31443b;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.chip-image{width:52px;height:52px;border-radius:18px;background:#f6f7f5;box-shadow:0 8px 18px rgba(35,52,44,.10);position:relative}
.chip-image img{transition:transform .38s ease,filter .38s ease}
.theme-category-chip:hover .chip-image img{transform:scale(1.07);filter:saturate(1.03)}
.category-svg-badge{background:linear-gradient(180deg,#fff,#eff9f3);color:#4a8b6d;box-shadow:0 8px 16px rgba(36,76,57,.16)}

.home-category-card,.popular-category-card,.chef-category-card{animation:premiumPulseShadow 6s ease-in-out infinite;will-change:transform,box-shadow}
.home-category-card{position:relative;min-height:178px;border-radius:26px;border:1px solid rgba(231,237,232,.98);box-shadow:0 16px 32px rgba(37,54,45,.08),inset 0 1px 0 rgba(255,255,255,.8);overflow:hidden;transform-origin:center bottom;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.home-category-card:before,.popular-category-card:before,.chef-category-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.18),transparent 28%,transparent 62%,rgba(255,255,255,.08));z-index:1;pointer-events:none}
.home-category-card:after,.popular-category-card:after,.chef-category-card:after{content:"";position:absolute;inset:auto auto 12px -32%;width:42%;height:70%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.30),transparent);filter:blur(2px);opacity:.95;animation:premiumBeamMove 8s ease-in-out infinite;z-index:2;pointer-events:none}
.home-category-card:hover,.popular-category-card:hover,.chef-category-card:hover{transform:translateY(-5px) scale(1.01);border-color:rgba(98,153,122,.22);box-shadow:0 22px 42px rgba(37,54,45,.14),0 8px 16px rgba(145,180,161,.14)}
.home-category-image img,.popular-cover img,.chef-category-image img{filter:saturate(1.02) contrast(1.02) brightness(.98)}
.home-category-gradient{background:linear-gradient(0deg,rgba(10,19,15,.82),rgba(12,24,18,.18) 58%,rgba(255,255,255,.04) 100%)}
.home-category-copy strong{font-size:1.06rem;text-shadow:0 4px 16px rgba(0,0,0,.32)}
.home-category-copy small{font-size:.54rem;color:rgba(255,255,255,.9)}
.home-category-open,.popular-arrow,.chef-category-arrow{background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(243,248,245,.96));border:1px solid rgba(255,255,255,.92);box-shadow:0 10px 22px rgba(0,0,0,.14)}
.home-category-open{width:34px;height:34px;color:#377257}
.popular-category-card{border-radius:24px;border:1px solid rgba(232,236,232,.98);overflow:hidden}
.popular-cover{height:124px;position:relative}
.popular-category-card>div{position:relative;z-index:3}
.chef-category-card{border-radius:24px;border:1px solid rgba(232,236,232,.95)}
.chef-category-overlay{background:linear-gradient(0deg,rgba(19,16,24,.84),rgba(19,16,24,.22) 58%,rgba(255,255,255,.02))}
.chef-category-copy strong{text-shadow:0 4px 14px rgba(0,0,0,.28)}

.aura-home-slider{box-shadow:0 22px 46px rgba(31,43,37,.16),0 10px 18px rgba(124,155,140,.14);border:1px solid rgba(255,255,255,.94)}
.aura-home-slider:before{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;background:radial-gradient(circle at top right,rgba(255,255,255,.12),transparent 33%),linear-gradient(115deg,transparent 8%,rgba(255,255,255,.07) 20%,transparent 35%)}
.aura-home-slide-copy a{background:linear-gradient(135deg,#5eaf84,#3e8b69);box-shadow:0 14px 24px rgba(41,112,78,.24)}
.aura-home-slider-dots{background:rgba(7,12,10,.28);border:1px solid rgba(255,255,255,.08)}
.aura-home-slider-dots button{background:rgba(255,255,255,.36)}
.aura-home-slider-dots button.is-active{background:linear-gradient(90deg,#fff,#dff5e7)}

.luminous-top-actions{display:flex;align-items:center;gap:10px}
.luminous-circle-button,.luminous-language{box-shadow:0 10px 22px rgba(39,56,47,.08),inset 0 1px 0 rgba(255,255,255,.9)}
.luminous-circle-button{background:linear-gradient(180deg,#ffffff,#f4f8f5);border:1px solid rgba(224,232,226,.9)}
.luminous-language{padding:0 12px;height:42px;border-radius:14px;border:1px solid rgba(224,232,226,.9);background:linear-gradient(180deg,#ffffff,#f4f8f5);color:#4e6157;font-weight:800}

.luminous-action-stack{gap:10px}
.luminous-fab{overflow:hidden;backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.82);box-shadow:0 18px 32px rgba(35,51,43,.18),inset 0 1px 0 rgba(255,255,255,.65);transition:transform .24s ease,box-shadow .24s ease,filter .24s ease}
.luminous-fab:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.22),transparent 42%,rgba(255,255,255,.08));pointer-events:none}
.luminous-fab:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 22px 38px rgba(35,51,43,.22)}
.luminous-fab>span:last-child{background:rgba(255,255,255,.98);border:1px solid rgba(234,238,235,.98);color:#374c42}
.fab-reservation{background:linear-gradient(135deg,#56b790,#2f8766)}
.fab-waiter{background:linear-gradient(135deg,#8e5dd1,#6d44b7)}
.fab-review{background:linear-gradient(135deg,#f2b64f,#d7921d)}
.fab-pulse{background:rgba(255,255,255,.32);border-radius:50%;position:absolute;inset:7px;animation:fabPulseGlow 1.8s ease-out infinite}
@keyframes fabPulseGlow{0%{transform:scale(.72);opacity:.65}70%{transform:scale(1.18);opacity:0}100%{transform:scale(1.18);opacity:0}}

.aura-luminous .luminous-floating-socials{gap:8px}
.aura-luminous .luminous-floating-socials a{position:relative;overflow:hidden;width:42px;height:42px;border-radius:15px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(246,249,247,.98));border:1px solid rgba(229,235,231,.96);color:#53665c;box-shadow:0 12px 24px rgba(34,51,42,.10),inset 0 1px 0 rgba(255,255,255,.95);transition:transform .22s ease,box-shadow .22s ease,color .22s ease}
.aura-luminous .luminous-floating-socials a:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.3),transparent 45%);pointer-events:none}
.aura-luminous .luminous-floating-socials a:hover{transform:translateY(-3px);box-shadow:0 16px 28px rgba(34,51,42,.15)}
.aura-luminous .luminous-floating-socials .social-instagram:hover{color:#d94f8f}
.aura-luminous .luminous-floating-socials .social-facebook:hover{color:#1877f2}
.aura-luminous .luminous-floating-socials .social-twitter:hover{color:#111}
.aura-luminous .luminous-floating-socials .social-youtube:hover{color:#ff3131}

.mobile-bottom-nav.luminous-bottom-nav a,.mobile-bottom-nav.luminous-bottom-nav button{box-shadow:0 8px 16px rgba(31,46,38,.05)}
.mobile-bottom-nav.luminous-bottom-nav a.active,.mobile-bottom-nav.luminous-bottom-nav button:hover{background:linear-gradient(180deg,#ffffff,#f3f8f5)}

@media(max-width:600px){
  .theme-category-chip{min-width:76px;max-width:90px;min-height:92px;border-radius:22px}
  .chip-image{width:48px;height:48px;border-radius:16px}
  .aura-luminous .luminous-floating-socials a{width:38px;height:38px;border-radius:14px}
  .home-category-card{min-height:158px}
}
@media(prefers-reduced-motion:reduce){
  .theme-category-chip:after,.home-category-card:after,.popular-category-card:after,.chef-category-card:after,.fab-pulse,.home-category-card,.popular-category-card,.chef-category-card{animation:none!important}
}


/* =========================================================
   V7.1.4 — PERFORMANCE MODE + PREMIUM ALLERGEN POPUP
   Sürekli animasyonları kaldırır; kısa GPU-dostu mikro geçişler bırakır.
   ========================================================= */
/* Ağır ve sürekli animasyonları tamamen kapat */
.theme-category-chip:after,
.home-category-card:after,
.popular-category-card:after,
.chef-category-card:after,
.home-category-card,
.popular-category-card,
.chef-category-card{animation:none!important}

/* Kartlar yalnızca görünürken bir kez girer; layout değiştirmez */
.perf-reveal-ready{opacity:0;transform:translate3d(0,10px,0) scale(.992);transition:opacity .26s ease,transform .26s ease,box-shadow .18s ease!important;will-change:auto}
.perf-reveal-ready.is-visible{opacity:1;transform:translate3d(0,0,0) scale(1)}
.home-category-card,.popular-category-card,.chef-category-card,.theme-category-chip{contain:paint;backface-visibility:hidden;-webkit-font-smoothing:antialiased}
.home-category-card:hover,.popular-category-card:hover,.chef-category-card:hover{transform:translate3d(0,-2px,0) scale(1.004)!important}
.home-category-image img,.popular-cover img,.chef-category-image img,.chip-image img{transition:transform .22s ease,filter .22s ease!important}
.home-category-card:hover .home-category-image img,.popular-category-card:hover .popular-cover img,.chef-category-card:hover .chef-category-image img{transform:scale(1.025)!important}

/* Slider: mobilde sürekli Ken Burns ölçeklemesini kaldır */
.aura-home-slide>img{transform:scale(1.01)!important;transition:opacity .35s ease!important}
.aura-home-slide.is-active>img{transform:scale(1.01)!important}
.aura-home-slide{transition:opacity .32s ease,visibility .32s ease!important}

/* Blur filtreleri özellikle Android cihazlarda pahalı: daha hafif görünüm */
@media(max-width:700px){
  .aura-luminous .luminous-topbar,.luminous-category-nav,.luminous-search,.luminous-fab,.modal-backdrop,.drawer-backdrop{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
  .modal-backdrop{background:rgba(17,29,23,.48)!important}
  .luminous-fab{box-shadow:0 10px 22px rgba(35,51,43,.14)!important}
  .home-category-card,.popular-category-card,.chef-category-card{box-shadow:0 10px 22px rgba(37,54,45,.08)!important}
  .theme-category-chip{box-shadow:0 7px 16px rgba(40,58,49,.05)!important}
}

/* Ürün popupı daha akıcı */
.aura-luminous .luminous-product-sheet{transform:translate3d(0,0,0);will-change:auto;overscroll-behavior:contain}
.modal.open .luminous-product-sheet{animation:productSheetFast .22s cubic-bezier(.2,.75,.25,1) both}
@keyframes productSheetFast{from{opacity:.72;transform:translate3d(0,18px,0) scale(.992)}to{opacity:1;transform:translate3d(0,0,0) scale(1)}}

/* Premium alerjen bölümü */
.luminous-product-sheet .premium-allergen-box{position:relative;overflow:hidden;background:linear-gradient(145deg,#fbfdfb 0%,#f2f8f4 52%,#f8f4fc 100%);border:1px solid #dfeae3;padding:15px;border-radius:21px;box-shadow:0 9px 24px rgba(39,65,51,.055)}
.luminous-product-sheet .premium-allergen-box:before{content:"";position:absolute;width:110px;height:110px;border-radius:50%;right:-54px;top:-58px;background:radial-gradient(circle,rgba(131,92,180,.12),transparent 68%);pointer-events:none}
.allergen-box-head{position:relative;z-index:1;display:flex;align-items:center;gap:10px;margin-bottom:12px}
.allergen-title-icon{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,#e7f7ed,#f2ecfa);color:#4d8c6d;box-shadow:0 7px 16px rgba(54,94,73,.10)}
.allergen-title-icon .ui-icon{font-size:17px;width:17px;height:17px}
.allergen-box-head small{display:block!important;margin:0!important;font-size:.48rem!important;letter-spacing:.13em!important;color:#7c8c83!important}
.allergen-box-head strong{display:block;margin-top:3px;font-size:.76rem;color:#243b30}
.allergen-badge-grid{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:7px;min-height:28px}
.allergen-badge{--allergen-accent:#6e9e84;display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:7px 10px 7px 8px;border-radius:12px;background:rgba(255,255,255,.94);border:1px solid rgba(216,229,220,.95);color:#344a3f;box-shadow:0 5px 13px rgba(43,68,54,.055);font-size:.62rem;line-height:1;transform:translate3d(0,0,0)}
.allergen-badge i{width:22px;height:22px;border-radius:8px;display:grid;place-items:center;background:#eef7f1;color:#4c8c6c;font-size:12px;flex:0 0 22px}
.allergen-badge b{font-weight:800;line-height:1.15}
.allergen-badge:nth-child(2n) i{background:#f1ecf8;color:#7b5fa2}
.allergen-badge:nth-child(3n) i{background:#fff4e8;color:#b57a35}
.allergen-badge-safe{background:#f2faf5;border-color:#d6ebdd;color:#347050}
.allergen-badge-safe i{background:#ddf4e5;color:#2f8b59}
.modal.open .allergen-badge{animation:allergenBadgeIn .18s ease both;animation-delay:calc(var(--allergen-index,0) * 24ms)}
@keyframes allergenBadgeIn{from{opacity:0;transform:translate3d(0,5px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
.allergen-fallback[hidden]{display:none!important}
.luminous-product-sheet .allergen-notice{margin-top:8px!important;padding:9px 11px;border-radius:12px;background:#fffaf2;border:1px solid #f0e5ce;color:#8b7857!important}

/* Dokunmatik cihazlarda hover iş yükünü kaldır */
@media(hover:none){
  .home-category-card:hover,.popular-category-card:hover,.chef-category-card:hover,.theme-category-chip:hover,.luminous-fab:hover{transform:none!important}
  .home-category-card:hover img,.popular-category-card:hover img,.chef-category-card:hover img,.theme-category-chip:hover img{transform:none!important}
}

@media(prefers-reduced-motion:reduce){
  .perf-reveal-ready,.modal.open .luminous-product-sheet,.modal.open .allergen-badge{animation:none!important;transition:none!important;opacity:1!important;transform:none!important}
}


/* =========================================================
   V7.1.5 — ELITE FAST INTRO
   Tek seferlik, GPU-dostu açılış. Sürekli 3D döngü/blur/filter yok.
   ========================================================= */
.menu-locked{background:#070807;overflow:hidden}
.menu-locked .site-frame,.menu-locked .home-main{height:100svh;min-height:560px;background:#070807;padding:0}
.intro-signature{height:100svh;min-height:560px;position:relative;overflow:hidden;background:#0b0d0b;contain:layout paint style;isolation:isolate}
.intro-signature video{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:none!important;filter:none!important;transition:opacity .18s linear!important;animation:none!important;will-change:opacity}
.intro-signature.video-ready video{opacity:1;transform:none!important}
.intro-signature.video-error video{display:none}
.intro-signature .intro-video-fallback{position:absolute;inset:0;z-index:0;background:radial-gradient(circle at 50% 28%,#35433b 0,#17211c 34%,#090b09 75%);opacity:1;transition:opacity .18s linear;animation:none!important}
.intro-signature.video-ready .intro-video-fallback{opacity:0}
.intro-signature .intro-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(3,7,5,.18) 0%,rgba(3,7,5,.10) 26%,rgba(3,7,5,.45) 56%,rgba(3,7,5,.88) 100%);backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.intro-signature::before{content:""!important;display:block!important;position:absolute;z-index:2;left:0;right:0;bottom:0;height:42%;background:linear-gradient(180deg,transparent,rgba(7,10,8,.26));pointer-events:none;animation:none!important}
.intro-signature::after{content:none!important}
.intro-signature-content{position:absolute;z-index:4;left:50%;top:51%;width:min(430px,calc(100% - 36px));transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff;animation:introContentIn .42s cubic-bezier(.2,.8,.2,1) both}
@keyframes introContentIn{from{opacity:0;transform:translate(-50%,calc(-50% + 14px))}to{opacity:1;transform:translate(-50%,-50%)}}
.intro-signature-mark{width:82px;height:82px;margin:0 0 13px;border-radius:24px;display:grid;place-items:center;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.7);box-shadow:0 16px 38px rgba(0,0,0,.25);transform:translateZ(0)}
.intro-signature-logo{width:68px!important;height:68px!important;object-fit:contain;margin:0!important;padding:6px!important;border:0!important;border-radius:18px!important;background:transparent!important;box-shadow:none!important;animation:none!important;transition:none!important}
.intro-signature .intro-eyebrow{display:block;margin:0 0 9px;color:rgba(255,255,255,.80);font-size:.56rem;font-weight:850;letter-spacing:.27em;padding-left:.27em;text-shadow:0 2px 10px rgba(0,0,0,.28)}
.intro-signature-title{margin:0;color:#fff;font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.45rem,9vw,3.7rem);font-weight:500;line-height:1;letter-spacing:.01em;text-shadow:0 5px 22px rgba(0,0,0,.34)}
.intro-signature-description{max-width:360px;margin:14px 0 20px;color:rgba(255,255,255,.88);font-size:clamp(.78rem,3vw,.93rem);line-height:1.52;font-weight:450;text-shadow:0 2px 10px rgba(0,0,0,.28)}
.intro-signature-actions{width:100%;display:grid;gap:9px}
.signature-button{position:relative;width:100%;min-height:56px;padding:0 48px;border-radius:18px!important;border:1px solid rgba(255,255,255,.20)!important;background:rgba(16,20,17,.78)!important;color:#fff;display:flex;align-items:center;justify-content:center;text-transform:none!important;letter-spacing:.02em!important;font-size:.78rem!important;font-weight:800!important;cursor:pointer;box-shadow:0 12px 28px rgba(0,0,0,.18)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;transition:transform .12s ease,background-color .12s ease!important;animation:none!important;-webkit-tap-highlight-color:transparent}
.signature-button:active{transform:scale(.985)}
.signature-menu{background:linear-gradient(135deg,#4aa57a,#2c7c5b)!important;border-color:rgba(255,255,255,.30)!important;box-shadow:0 14px 30px rgba(19,91,61,.26)!important}
.signature-reservation{background:rgba(255,255,255,.94)!important;color:#1d3027!important;border-color:rgba(255,255,255,.95)!important}
.signature-website{background:rgba(12,15,13,.70)!important}
.signature-button-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:rgba(255,255,255,.13)!important;color:inherit}
.signature-reservation .signature-button-icon{background:#edf7f1!important;color:#33785a}
.signature-button-icon .ui-icon{font-size:18px!important;width:18px!important;height:18px!important}
.signature-arrow{position:absolute;right:15px;top:50%;transform:translateY(-50%);display:grid;place-items:center;opacity:.76}
.signature-arrow .ui-icon{font-size:15px!important;width:15px!important;height:15px!important}
.signature-sound{position:absolute;z-index:6;right:14px;top:max(14px,env(safe-area-inset-top));width:42px;height:42px;margin:0!important;padding:0!important;border-radius:14px!important;border:1px solid rgba(255,255,255,.18)!important;background:rgba(8,12,9,.66)!important;color:#fff!important;display:grid!important;place-items:center!important;box-shadow:0 10px 24px rgba(0,0,0,.15);backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.signature-sound .ui-icon{font-size:19px!important;width:19px!important;height:19px!important}
.intro-whatsapp{position:absolute;z-index:6;left:14px;bottom:max(46px,calc(env(safe-area-inset-bottom) + 42px));width:44px;height:44px;border-radius:15px;background:#25d366;color:#fff;display:grid;place-items:center;border:1px solid rgba(255,255,255,.62);box-shadow:0 12px 28px rgba(0,0,0,.18);animation:none!important}
.intro-whatsapp .social-svg-icon{font-size:21px;width:21px;height:21px}
.intro-leaving{opacity:0;transition:opacity .16s linear!important;pointer-events:none}
.menu-unlocked .intro-signature{display:none!important}

@media(max-width:420px){
  .intro-signature-content{top:50%;width:calc(100% - 28px)}
  .intro-signature-mark{width:72px;height:72px;border-radius:21px;margin-bottom:10px}
  .intro-signature-logo{width:60px!important;height:60px!important}
  .intro-signature-title{font-size:2.35rem}
  .intro-signature-description{font-size:.76rem;margin:12px 4px 17px;line-height:1.46}
  .signature-button{min-height:53px;border-radius:16px!important;font-size:.74rem!important}
  .intro-signature-actions{gap:8px}
}
@media(max-height:690px){
  .intro-signature-content{top:48%}
  .intro-signature-mark{width:62px;height:62px;margin-bottom:7px}.intro-signature-logo{width:52px!important;height:52px!important}
  .intro-signature .intro-eyebrow{margin-bottom:5px;font-size:.49rem}
  .intro-signature-title{font-size:2.05rem}
  .intro-signature-description{font-size:.69rem;margin:8px 4px 11px;line-height:1.38}
  .intro-signature-actions{gap:6px}.signature-button{min-height:47px;border-radius:14px!important;font-size:.69rem!important}.signature-button-icon{width:30px;height:30px}
}
@media(prefers-reduced-motion:reduce){.intro-signature-content,.intro-signature video,.intro-signature .intro-video-fallback,.intro-leaving{animation:none!important;transition:none!important}}


/* =========================================================
   V7.1.6 — IVORY AURA + LIGHT BUBBLES + ANNOUNCEMENT BAR
   ========================================================= */
:root{--aura-ivory:#fffaf0;--aura-ivory-2:#fbf5e9;--aura-ivory-3:#f7f0e3;--aura-fog:rgba(255,255,255,.68)}
body.aura-luminous:not(.menu-locked){background:linear-gradient(180deg,#f5efe3 0%,#fffaf0 42%,#f5efe6 100%);position:relative}
body.aura-luminous:not(.menu-locked)::before{content:"";position:fixed;z-index:-1;left:7vw;top:12vh;width:18px;height:18px;border-radius:50%;background:rgba(255,255,255,.58);box-shadow:70px 80px 0 15px rgba(223,242,230,.36),190px 20px 0 26px rgba(244,228,248,.30),305px 160px 0 9px rgba(255,255,255,.48),420px 50px 0 20px rgba(225,241,234,.28),520px 210px 0 13px rgba(248,232,221,.34),620px 90px 0 24px rgba(255,255,255,.35),750px 240px 0 10px rgba(230,241,250,.28),860px 70px 0 18px rgba(245,229,246,.28);opacity:.72;animation:ivoryBubbleFloat 20s ease-in-out infinite alternate;pointer-events:none;will-change:transform}
body.aura-luminous:not(.menu-locked)::after{content:"";position:fixed;z-index:-1;inset:0;background:radial-gradient(circle at 16% 22%,rgba(255,255,255,.64),transparent 20%),radial-gradient(circle at 85% 30%,rgba(221,240,229,.32),transparent 18%),radial-gradient(circle at 55% 82%,rgba(239,224,245,.24),transparent 22%);pointer-events:none;opacity:.85}
@keyframes ivoryBubbleFloat{from{transform:translate3d(0,0,0) scale(1)}to{transform:translate3d(-28px,-54px,0) scale(1.035)}}
.aura-luminous .site-frame{background:linear-gradient(180deg,rgba(255,250,240,.94),rgba(255,252,246,.97) 35%,rgba(250,244,234,.95));box-shadow:0 0 48px rgba(93,79,57,.10)}
.aura-luminous .luminous-menu-shell,.aura-luminous .luminous-category-page,.aura-luminous .content-main{background:transparent!important}
.aura-luminous .luminous-topbar{background:rgba(255,250,240,.88);border-bottom-color:rgba(155,135,105,.10);box-shadow:0 9px 24px rgba(104,87,61,.045)}
.aura-luminous .luminous-search,.aura-luminous .theme-category-chip,.aura-luminous .popular-category-card,.aura-luminous .home-category-card,.aura-luminous .chef-category-card,.aura-luminous .theme-product-card{background:rgba(255,255,252,.88);border-color:rgba(161,143,116,.11)}

.announcement-bar{height:38px;position:sticky;top:0;z-index:96;display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;overflow:hidden;background:linear-gradient(90deg,#234c3c 0%,#347156 42%,#5b4a77 100%);color:#fff;border-bottom:1px solid rgba(255,255,255,.12);box-shadow:0 10px 24px rgba(41,53,46,.10)}
.announcement-edge-icon{height:100%;display:grid;place-items:center;background:rgba(255,255,255,.10);border-right:1px solid rgba(255,255,255,.13);font-size:15px;position:relative;z-index:2}
.announcement-edge-icon:after{content:"";position:absolute;width:20px;height:20px;border-radius:50%;border:1px solid rgba(255,255,255,.22);animation:announcementPing 2.6s ease-out infinite}
@keyframes announcementPing{0%{transform:scale(.65);opacity:.85}80%,100%{transform:scale(1.7);opacity:0}}
.announcement-viewport{overflow:hidden;white-space:nowrap;mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}
.announcement-track{display:flex;width:max-content;animation:announcementMarquee var(--announcement-speed,28s) linear infinite;will-change:transform}
.announcement-group{display:flex;align-items:center;flex:none}
.announcement-item{display:inline-flex;align-items:center;gap:8px;padding:0 26px;font-size:.64rem;font-weight:750;letter-spacing:.015em;color:rgba(255,255,255,.96)}
.announcement-item>i{font-size:13px;color:#dff8e8}
.announcement-item:after{content:"";width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.42);margin-left:18px}
.announcement-item a{display:inline-flex;align-items:center;gap:5px;margin-left:5px;padding:4px 8px;border-radius:999px;background:rgba(255,255,255,.13);color:#fff;font-size:.56rem;font-weight:850}
@keyframes announcementMarquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
.announcement-bar:hover .announcement-track{animation-play-state:paused}
.announcement-bar+.luminous-topbar{top:38px}

.announcement-admin-list{display:grid;gap:10px}
.announcement-admin-list article{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;border:1px solid var(--line);border-radius:16px;background:#fff}
.announcement-admin-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#eef8f2,#f4eff9);color:#48785f;font-size:18px}
.announcement-admin-list b{display:block;font-size:.78rem;line-height:1.35}.announcement-admin-list small{display:block;margin-top:5px;color:var(--muted);font-size:.62rem}.announcement-admin-actions{display:flex;gap:10px;font-size:.68rem;font-weight:800}
.admin-button.secondary{background:#eef4f0!important;color:#315746!important}

@media(max-width:600px){
  .announcement-bar{height:36px;grid-template-columns:36px minmax(0,1fr)}
  .announcement-bar+.luminous-topbar{top:36px}
  .announcement-item{font-size:.60rem;padding:0 20px}
  .announcement-admin-list article{grid-template-columns:38px minmax(0,1fr)}
  .announcement-admin-actions{grid-column:2;justify-content:flex-start}
}
@media(prefers-reduced-motion:reduce){body.aura-luminous:not(.menu-locked)::before,.announcement-edge-icon:after{animation:none!important}.announcement-track{animation:none!important;transform:none!important}.announcement-viewport{overflow-x:auto}}

/* V7.1.6 bubble stacking + sticky offsets */
body.aura-luminous:not(.menu-locked)::before{z-index:0}
body.aura-luminous:not(.menu-locked)>.site-frame{z-index:1}
.announcement-bar~.search-line{top:104px}
@media(max-width:600px){.announcement-bar~.search-line{top:108px}}


/* =========================================================
   V7.1.7 — Refined animated category icons
   ========================================================= */
@keyframes auraCategoryIconFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-2px) scale(1.03)}}
@keyframes auraCategoryBadgePulse{0%,100%{box-shadow:0 10px 18px rgba(64,98,80,.18),inset 0 1px 0 rgba(255,255,255,.95)}50%{box-shadow:0 14px 24px rgba(64,98,80,.25),0 0 0 6px rgba(160,209,186,.12),inset 0 1px 0 rgba(255,255,255,.95)}}
@keyframes auraCategoryGlowRotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}

.category-svg-badge{
  position:absolute;
  overflow:visible;
  isolation:isolate;
  background:linear-gradient(180deg,#ffffff,#eefaf3 72%);
  color:#3f8b68;
  border:1px solid rgba(122,177,150,.22);
  box-shadow:0 10px 18px rgba(64,98,80,.18), inset 0 1px 0 rgba(255,255,255,.95);
  animation:auraCategoryBadgePulse 4.8s ease-in-out infinite;
}
.category-svg-badge::before{
  content:"";
  position:absolute;
  inset:-3px;
  border-radius:inherit;
  background:conic-gradient(from 0deg, rgba(120,201,160,.0), rgba(120,201,160,.12), rgba(153,116,214,.10), rgba(120,201,160,.0));
  z-index:-2;
  filter:blur(6px);
  opacity:.9;
  animation:auraCategoryGlowRotate 11s linear infinite;
}
.category-svg-badge::after{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:inherit;
  background:linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.08));
  z-index:-1;
  pointer-events:none;
}
.category-svg-badge .ui-icon{
  color:inherit;
  animation:auraCategoryIconFloat 2.6s ease-in-out infinite;
  filter:drop-shadow(0 4px 6px rgba(72,119,93,.18));
}

.chip-image .category-svg-badge{
  right:-4px;
  bottom:-4px;
  width:22px;
  height:22px;
  border-radius:8px;
}
.chip-image .category-svg-badge .ui-icon{font-size:12px;width:12px;height:12px}

.home-category-image .category-svg-badge,
.popular-cover .category-svg-badge,
.chef-category-image .category-svg-badge{
  width:34px;
  height:34px;
  border-radius:12px;
}
.home-category-image .category-svg-badge{right:12px;bottom:12px}
.popular-cover .category-svg-badge{right:12px;bottom:12px}
.chef-category-image .category-svg-badge{right:14px;bottom:14px}
.home-category-image .category-svg-badge .ui-icon,
.popular-cover .category-svg-badge .ui-icon,
.chef-category-image .category-svg-badge .ui-icon{font-size:17px;width:17px;height:17px}

.theme-category-chip:hover .category-svg-badge,
.home-category-card:hover .category-svg-badge,
.popular-category-card:hover .category-svg-badge,
.chef-category-card:hover .category-svg-badge{
  color:#2f7c59;
  transform:translateY(-1px);
}

@media(max-width:680px){
  .chip-image .category-svg-badge{width:20px;height:20px;border-radius:7px}
  .chip-image .category-svg-badge .ui-icon{font-size:11px;width:11px;height:11px}
  .home-category-image .category-svg-badge,
  .popular-cover .category-svg-badge,
  .chef-category-image .category-svg-badge{width:30px;height:30px;border-radius:10px}
  .home-category-image .category-svg-badge .ui-icon,
  .popular-cover .category-svg-badge .ui-icon,
  .chef-category-image .category-svg-badge .ui-icon{font-size:15px;width:15px;height:15px}
}
@media(prefers-reduced-motion:reduce){
  .category-svg-badge,
  .category-svg-badge::before,
  .category-svg-badge .ui-icon{animation:none!important}
}
