:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}*{box-sizing:border-box}body{background:#fff;margin:0}#root{min-height:100svh}.ms-wrap{flex-direction:column;gap:10px;display:flex}.ms-chips{scrollbar-width:none;flex-wrap:nowrap;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.ms-chips::-webkit-scrollbar{display:none}.ms-chip{color:#1c1c1e;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #c9b896;border-radius:999px;flex:none;padding:8px 14px;font-size:13px;font-weight:700}.ms-chip .ct{color:#8a5a2b;margin-left:2px;font-size:11px;font-weight:800}.ms-chip.on{color:#fff;background:#8a5a2b;border-color:#8a5a2b}.ms-chip.on .ct{color:#f5d9a8}.ms-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.ms-masa{aspect-ratio:1;cursor:pointer;background:#f5efe4;border:1px solid #e5ded2;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:1px;display:flex}.ms-masa .no{color:#1c1c1e;font-size:18px;font-weight:800}.ms-masa .lbl{color:#8a8a8e;font-size:10px;font-weight:600}.ms-masa.selected{background:#8a5a2b;border-color:#8a5a2b}.ms-masa.selected .no{color:#fff}.ms-masa.selected .lbl{color:#f5d9a8}.ms-masa:active{transform:scale(.97)}.gc-backdrop{z-index:50;background:#0006;animation:.2s gc-fade;position:fixed;inset:0}@keyframes gc-fade{0%{opacity:0}to{opacity:1}}.gc-sheet{--blue:#007aff;--green:#34c759;--amber:#ffc400;--ink:#1c1c1e;--muted:#8a8a8e;--line:#e9e9ee;--bg:#f2f2f7;color:var(--ink);z-index:51;max-width:430px;max-height:88vh;padding-top:env(safe-area-inset-top,10px);background:#fff;border-radius:0 0 18px 18px;flex-direction:column;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;animation:.3s cubic-bezier(.32,.72,0,1) gc-slide-down;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 24px #0000002e}@keyframes gc-slide-down{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.gc-head{text-align:center;flex:none;padding:12px 20px;position:relative}.gc-back{background:var(--bg);border:1px solid var(--line);color:var(--blue);cursor:pointer;border-radius:999px;padding:7px 12px;font-size:14px;font-weight:700;position:absolute;top:8px;left:14px}.gc-back:active{background:#e5e5ea}.gc-title{font-size:19px;font-weight:800}.gc-sub{color:#333;margin-top:4px;font-size:13.5px;font-weight:500}.gc-body{padding:0 16px 16px;overflow-y:auto}.gc-bolum-grid{grid-template-columns:1fr 1fr;gap:10px;padding-top:4px;display:grid}.gc-bolum-card{aspect-ratio:1;background:var(--bg);cursor:pointer;border:1.5px solid #000;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:8px;font-family:inherit;transition:transform 80ms,border-color .12s;display:flex}.gc-bolum-card:active{transform:scale(.97)}.gc-bolum-card-ad{color:var(--ink);text-align:center;font-size:17px;font-weight:800}.gc-bolum-card-count{color:#234;font-size:12px}.gc-masa-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.gc-masa{aspect-ratio:1;cursor:pointer;background:#fff;border:1.5px solid #000;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;transition:border-color .12s,background .12s,transform 80ms;display:flex}.gc-masa:active{transform:scale(.95)}.gc-masa .no{color:var(--ink);font-size:22px;font-weight:800}.gc-masa .lbl{color:#234;margin-top:2px;font-size:10px}.gc-masa.selected{border-color:var(--blue);background:#007aff14}.gc-masa.selected .no{color:var(--blue)}.gc-foot{border-top:1px solid var(--line);background:#fff;flex:none;padding:12px 16px 16px}.gc-err{color:#c0392b;text-align:center;margin-bottom:8px;font-size:13px}.gc-primary{background:var(--amber);width:100%;color:var(--ink);cursor:pointer;border:none;border-radius:14px;padding:15px;font-size:16px;font-weight:800}.gc-primary:disabled{color:var(--muted);cursor:default;background:#ececf0}.gc-cancel{color:#fff;cursor:pointer;background:#ff3b30;border:none;border-radius:14px;width:100%;margin-top:8px;padding:13px;font-size:15px;font-weight:800}.gc-cancel:active{background:#d92c22}.gc-state{text-align:center;color:#234;padding:48px 24px;font-size:15px}.gc-state-locked{color:#2e7d32;background:#eaf3de;border:1px solid #c0dd97;border-radius:12px;padding:24px 16px;font-size:14px;font-weight:700}.gc-confirm{text-align:center;padding:16px 24px}.gc-check{width:84px;height:84px;color:var(--green);background:#34c7591f;border-radius:50%;justify-content:center;align-items:center;margin:6px auto 14px;display:flex}.gc-check svg{width:46px;height:46px}.gc-hourglass{color:#f59e0b;background:#f59e0b26;border-radius:50%;justify-content:center;align-items:center;width:84px;height:84px;margin:6px auto 14px;animation:1.4s ease-in-out infinite gc-pulse;display:flex}.gc-hourglass svg{width:44px;height:44px}@keyframes gc-pulse{0%,to{transform:scale(1);box-shadow:0 0 #f59e0b73}50%{transform:scale(1.05);box-shadow:0 0 0 12px #f59e0b00}}.gc-confirm-title{font-size:21px;font-weight:800}.gc-confirm-masa{background:var(--bg);color:var(--blue);border-radius:999px;align-items:center;gap:8px;margin:12px 0 6px;padding:8px 16px;font-size:15px;font-weight:700;display:inline-flex}.gc-confirm-note{color:#234;margin-top:6px;font-size:14px;line-height:1.45}.gc-recall{margin-top:18px}.gc-change{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:14px;width:100%;margin-top:8px;padding:13px;font-size:15px;font-weight:800;display:block}.gc-change:active{background:#0062cc}.gc-masa-bar{box-sizing:border-box;color:#1c1c1e;background:#fff7e0;border-bottom:1px solid #f0e3b5;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:9px 16px;font-size:13.5px;display:flex}.gc-masa-bar>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.gc-masa-bar b{font-weight:800}.gc-masa-bar .chg{color:#fff;cursor:pointer;background:#007aff;border:none;border-radius:999px;flex:none;padding:7px 16px;font-family:inherit;font-size:13px;font-weight:700}.gc-masa-bar .chg:active{background:#0062cc}.sp-row{border-bottom:1px solid #e9e9ee;align-items:center;gap:10px;padding:10px 8px;display:flex}.sp-row.alt{background:#f7f1e6;border-radius:8px}.sp-row-info{flex:1;min-width:0}.sp-row-name{color:#1c1c1e;font-size:15px;font-weight:700}.sp-row-extra{color:#1c1c1e;align-items:baseline;gap:6px;margin-top:2px;font-size:12.5px;font-weight:600;display:flex}.sp-row-extra .fiyat{color:#8a5a2b;font-weight:700}.sp-row-price{color:#8a5a2b;margin-top:2px;font-size:13.5px;font-weight:700}.sp-qty{background:#f2f2f7;border-radius:999px;flex:none;align-items:center;gap:2px;padding:3px;display:flex}.sp-qty button{color:#007aff;cursor:pointer;background:#fff;border:none;border-radius:50%;width:34px;height:34px;font-size:20px;font-weight:800;line-height:1;box-shadow:0 1px 2px #00000014}.sp-qty button:active{background:#e5e5ea}.sp-qty button.art{color:#2e7d32}.sp-qty button.eks{color:#c62828}.sp-qty span{text-align:center;color:#1c1c1e;min-width:28px;font-size:16px;font-weight:800}.sp-tabs{border-bottom:2px solid #d9cbb8;align-items:flex-end;gap:4px;margin-bottom:6px;padding:6px 4px 0;display:flex}.sp-tabs button{cursor:pointer;white-space:nowrap;border:1px solid;border-bottom:none;border-radius:10px 10px 0 0;flex:1;padding:7px 4px;font-family:inherit;font-size:13.5px;font-weight:700;transition:top .12s,filter .12s;position:relative;top:2px}.sp-tabs button.on{color:#fff;margin-bottom:-2px;padding-bottom:9px;font-weight:800;top:0}.sp-tabs button:not(.on):active{filter:brightness(.95)}.sp-tabs .t-sepet{color:#7a5a10;background:#fdf0cc;border-color:#e7c46a}.sp-tabs .t-sepet.on{background:#e0a200;border-color:#e0a200}.sp-tabs .t-siparis{color:#2e6b32;background:#e4f1e4;border-color:#a8cda8}.sp-tabs .t-siparis.on{background:#2e7d32;border-color:#2e7d32}.sp-tabs .t-masa{color:#7a4e22;background:#f2e4d2;border-color:#c9a57a}.sp-tabs .t-masa.on{background:#8a5a2b;border-color:#8a5a2b}.sp-gecmis{border-bottom:1px solid #e9e9ee;padding:10px 8px}.sp-gecmis.alt{background:#f7f1e6;border-radius:8px}.sp-gecmis-ust{justify-content:space-between;align-items:center;gap:8px;display:flex}.sp-gecmis-ust .tarih{color:#6a6a6e;font-size:12.5px;font-weight:700}.sp-gecmis-ust .durum{white-space:nowrap;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:800}.durum.d-bekliyor{color:#8a5a10;background:#fff7e0}.durum.d-onaylandi{color:#2e7d32;background:#e8f8ec}.durum.d-reddedildi{color:#c62828;background:#fdecea}.durum.d-zamanasimi{color:#6a6a6e;background:#f2f2f7}.sp-gecmis-kalem{margin-top:3px}.sp-gecmis-kalem-ust{color:#1c1c1e;justify-content:space-between;align-items:baseline;gap:10px;font-size:13px;font-weight:600;display:flex}.sp-gecmis-kalem-ust>span{overflow-wrap:anywhere;min-width:0}.sp-gecmis-kalem-ust>b{color:#8a5a2b;flex:none;font-weight:800}.sp-gecmis-kalem-ekstra{color:#8a5a2b;justify-content:space-between;align-items:baseline;gap:10px;margin-top:1px;padding-left:12px;font-size:11.5px;font-weight:600;display:flex}.sp-gecmis-kalem-ekstra>span:first-child{overflow-wrap:anywhere;min-width:0}.sp-gecmis-kalem-ekstra .ef{flex:none}.sp-gecmis-toplam{color:#8a5a2b;border-top:1px solid #e5ded2;justify-content:space-between;align-items:center;gap:10px;margin-top:6px;padding-top:6px;font-size:13px;font-weight:700;display:flex}.sp-gecmis-toplam b{color:#8a5a2b;font-size:14px;font-weight:800}.sp-gecmis-geneltoplam{color:#1c1c1e;border-top:2px solid #e5ded2;justify-content:space-between;align-items:center;gap:10px;margin-top:10px;padding:11px 10px;font-size:14px;font-weight:800;display:flex}.sp-gecmis-geneltoplam b{color:#2e7d32;font-size:16px}.sp-not{box-sizing:border-box;color:#1c1c1e;resize:none;background:#f2f2f7;border:1px solid #e9e9ee;border-radius:12px;width:100%;margin-top:12px;padding:10px 12px;font-family:inherit;font-size:14px}.sp-not:focus{outline:2px solid #007aff33}.sp-masa-row{color:#1c1c1e;background:#fff7e0;border:1px solid #f0e3b5;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;margin-top:12px;padding:9px 12px;font-size:13.5px;display:flex}.sp-masa-row b{font-weight:800}.sp-masa-row .chg{color:#fff;cursor:pointer;background:#007aff;border:none;border-radius:999px;flex:none;padding:7px 16px;font-family:inherit;font-size:13px;font-weight:700}.sp-masa-row .chg:active{background:#0062cc}.sp-total{color:#1c1c1e;justify-content:space-between;align-items:center;margin-top:12px;font-size:15px;display:flex}.sp-total b{font-size:18px;font-weight:800}.sp-gecmis-kalem.iptal .sp-gecmis-kalem-ust span{opacity:.65;text-decoration:line-through}.ib-scrim{z-index:1100;background:#00000073;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.ib-sheet{width:100%;max-width:430px;padding-bottom:calc(16px + env(safe-area-inset-bottom));background:#fbf6ee;border-radius:18px 18px 0 0;max-height:92vh;overflow-y:auto}.ib-hero{background:#1c1c1e;border-radius:18px 18px 0 0;align-items:center;gap:12px;padding:20px 16px;display:flex}.ib-logo{background:#fbf6ee;border-radius:14px;flex:none;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.ib-logo img{object-fit:cover;width:100%;height:100%}.ib-logo span{color:#8a5a2b;font-size:26px;font-weight:800}.ib-hero-text{flex:1;min-width:0}.ib-name{color:#fff;overflow-wrap:anywhere;font-size:17px;font-weight:800}.ib-slogan{color:#d9d2c0;margin-top:2px;font-size:12.5px}.ib-open{color:#fff;background:#2e7d32;border-radius:999px;margin-top:6px;padding:3px 10px;font-size:11.5px;font-weight:800;display:inline-block}.ib-open.closed{background:#c62828}.ib-close{color:#fff;cursor:pointer;background:#c62828;border:none;border-radius:8px;flex:none;align-self:flex-start;padding:6px 12px;font-size:12.5px;font-weight:700}.ib-actions{grid-template-columns:repeat(4,1fr);gap:8px;padding:14px 16px 0;display:grid}.ib-actions:has(>:nth-child(3):last-child){grid-template-columns:repeat(3,1fr)}.ib-actions:has(>:nth-child(2):last-child){grid-template-columns:repeat(2,1fr)}.ib-actions:has(>:only-child){grid-template-columns:1fr}.ib-action{color:#1c1c1e;background:#fff;border:1px solid #e5ded2;border-radius:12px;flex-direction:column;align-items:center;gap:4px;padding:10px 4px;font-size:11.5px;font-weight:700;text-decoration:none;display:flex}.ib-action:active{background:#f5efe4}.ib-aicon{font-size:20px}.ib-sec{padding:14px 16px 0}.ib-sec-title{letter-spacing:.8px;color:#8a8a8e;margin-bottom:6px;font-size:11px;font-weight:800}.ib-row{color:#1c1c1e;background:#fff;border:1px solid #e5ded2;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;padding:11px 12px;font-size:13.5px;display:flex}.ib-row>span{overflow-wrap:anywhere;min-width:0}.ib-row b{flex:none;font-weight:800}.ib-map{color:#8a5a2b;white-space:nowrap;flex:none;font-size:13px;font-weight:700;text-decoration:none}.ib-wifi{background:#fff8e1;border:1.5px dashed #fac775;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.ib-wifi-label{color:#8a6d1a;font-size:11px}.ib-wifi-name{color:#1c1c1e;font-size:15px;font-weight:800}.ib-wifi button{color:#fff;cursor:pointer;background:#b07a3f;border:none;border-radius:999px;flex:none;padding:8px 16px;font-size:13px;font-weight:800}.ib-wifi button:active{background:#8a5a2b}.ib-back{color:#fff;cursor:pointer;background:#8a5a2b;border:none;border-radius:12px;width:calc(100% - 32px);margin:16px 16px 0;padding:13px;font-size:15px;font-weight:800;display:block}.ib-back:active{background:#6f4722}.menu-root{--blue:#8a5a2b;--charcoal:#1c1c1e;--green:#2e7d32;--ink:#1c1c1e;--muted:#8a8a8e;--line:#e5ded2;--bg:#f5efe4;color:var(--ink);background-color:#fbf6ee;background-image:radial-gradient(120% 60% at 50% -10%,#d69e5c33 0%,#d69e5c00 60%),radial-gradient(90% 50% at 100% 110%,#7854341a 0%,#78543400 60%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23b98a4e' stroke-width='2' stroke-opacity='0.10'%3E%3Cpath d='M22 34h20v10a10 10 0 0 1-20 0z'/%3E%3Cpath d='M42 36h5a5 5 0 0 1 0 10h-3'/%3E%3Cpath d='M26 26c0-3 4-3 4-6M34 26c0-3 4-3 4-6' stroke-linecap='round'/%3E%3Cellipse cx='90' cy='84' rx='11' ry='7' transform='rotate(-25 90 84)'/%3E%3Cpath d='M84 88c4-4 8-2 12-8' transform='rotate(-25 90 84)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat,no-repeat,repeat;background-size:100% 320px,100% 300px,120px 120px;flex-direction:column;max-width:430px;min-height:100vh;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;display:flex}.menu-topbar{-webkit-backdrop-filter:blur(8px);color:var(--blue);z-index:5;background:#fbf6eeeb;align-items:center;gap:12px;padding:12px 14px;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #7854341a}.menu-home{background:var(--blue);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:30px;height:30px;text-decoration:none;display:flex}.menu-home svg{width:18px;height:18px}.menu-topbar .title{min-width:0;color:var(--blue);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:17px;font-weight:700;overflow:hidden}.menu-topbar .title-btn{text-align:left;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit}.menu-topbar .title-btn:active{opacity:.6}.menu-call{color:var(--ink);cursor:pointer;background:#ffc400;border:none;border-radius:999px;flex:none;align-items:center;gap:6px;padding:7px 12px;font-size:13px;font-weight:700;display:inline-flex}.menu-call svg{width:16px;height:16px}.menu-call:not(.menu-call-calling):not(.menu-call-seen){animation:1.6s ease-out infinite menu-call-glow}@keyframes menu-call-glow{0%{box-shadow:0 0 #007affd9}70%{box-shadow:0 0 0 12px #007aff00}to{box-shadow:0 0 #007aff00}}.menu-call.menu-call-calling{color:#fff;background:#f59e0b;animation:1.4s ease-in-out infinite menu-call-pulse}@keyframes menu-call-pulse{0%,to{box-shadow:0 0 #f59e0b8c}50%{box-shadow:0 0 0 8px #f59e0b00}}.menu-call.menu-call-seen{color:#fff;background:#34c759}.menu-closed{color:#ff3b30;background:#ffecec;border-radius:999px;flex:none;padding:7px 14px;font-size:13px;font-weight:700}.menu-chips{-webkit-backdrop-filter:blur(8px);z-index:4;scrollbar-width:none;background:#fbf6eeeb;flex-wrap:nowrap;gap:8px;padding:10px 12px;display:flex;position:sticky;top:47px;overflow-x:auto}.menu-chips::-webkit-scrollbar{display:none}.menu-chip{cursor:pointer;border:1px solid var(--blue);color:var(--blue);white-space:nowrap;background:0 0;border-radius:999px;flex:none;padding:6px 14px;font-size:13px}.menu-chip.active{background:var(--charcoal);border-color:var(--charcoal);color:#fff}.menu-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:10px;padding:4px 12px 24px;display:grid}.menu-cat-header{background:var(--blue);color:#fff;border-radius:8px;grid-column:1/-1;margin-top:8px;padding:8px 12px;font-size:15px;font-weight:700}.menu-card{cursor:pointer;background:#fff;border-radius:10px;flex-direction:column;padding:9px;display:flex;box-shadow:0 1px 3px #00000012}.menu-thumb{background:#fff;border-radius:7px;justify-content:center;align-items:center;width:100%;height:88px;margin-bottom:7px;display:flex;overflow:hidden}.menu-thumb img{object-fit:contain;max-width:100%;max-height:100%}.menu-thumb svg{opacity:.35;width:28px;height:28px}.menu-pname{overflow-wrap:anywhere;min-height:32px;font-size:13px;font-weight:700;line-height:1.25}.menu-price{color:var(--green);margin-top:3px;font-size:14px;font-weight:800}.menu-extras{border-top:1px solid var(--line);margin-top:7px;padding-top:6px}.menu-extras-label{letter-spacing:.5px;color:#111;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:800}.menu-extra{color:#234;overflow-wrap:anywhere;justify-content:space-between;gap:6px;margin-bottom:2px;font-size:11px;line-height:1.3;display:flex}.menu-extra>span:first-child{color:#111;min-width:0;font-weight:700}.menu-extra .ep{color:var(--blue);white-space:nowrap;flex:none;font-weight:700}.menu-desc{color:#234;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:5px;font-size:11px;line-height:1.45;display:-webkit-box;overflow:hidden}.menu-xbtn{color:var(--blue);cursor:pointer;text-align:left;background:0 0;border:none;margin-top:6px;padding:0;font-size:12px;font-weight:700;display:block}.menu-abtn{color:#1a1a1a;cursor:pointer;background:#fff1f0;border:1px solid #fad4d0;border-radius:8px;justify-content:center;align-items:center;gap:5px;width:100%;margin-top:8px;padding:7px;font-size:11.5px;font-weight:700;display:flex}.menu-abtn:active{background:#fce3e0}.menu-sheet-scrim{z-index:1000;background:#00000073;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.menu-sheet{width:100%;max-width:430px;padding:18px 16px calc(20px + env(safe-area-inset-bottom));background:#fff;border-radius:18px 18px 0 0;max-height:90vh;overflow-y:auto}.menu-sheet-thumb{justify-content:center;align-items:center;width:100%;height:104px;display:flex;overflow:hidden}.menu-sheet-thumb img{object-fit:contain;max-width:120px;max-height:100%}.menu-sheet-thumb svg{opacity:.35;width:38px;height:38px}.menu-sheet-name{text-align:center;margin-top:12px;font-size:19px;font-weight:800}.menu-sheet-price{color:var(--green);text-align:center;margin-top:2px;font-size:18px;font-weight:800}.menu-sheet-desc{color:#234;text-align:center;margin-top:8px;font-size:13px;line-height:1.5}.menu-sheet-sec{border-top:1px solid var(--line);margin-top:16px;padding-top:10px}.menu-sheet-sec .menu-extra{margin-bottom:5px;font-size:13px}.menu-elabel{text-align:center;letter-spacing:.5px;text-transform:uppercase;color:#fff;background:var(--blue);border-radius:6px;margin-bottom:8px;padding:6px 10px;font-size:13px;font-weight:800;display:block}.menu-alabel{text-align:center;letter-spacing:.5px;text-transform:uppercase;color:#111;background:#ffd54f;border-radius:6px;margin-bottom:8px;padding:6px 10px;font-size:13px;font-weight:800;display:block}.menu-sheet-close{color:#fff;cursor:pointer;background:#ef5350;border:none;border-radius:10px;width:100%;margin-top:18px;padding:13px;font-size:15px;font-weight:700}.menu-abadges{flex-wrap:wrap;gap:7px;display:flex}.menu-abadge{color:#1a1a1a;background:#fff1f0;border:1px solid #fad4d0;border-radius:16px;align-items:center;gap:5px;padding:4px 11px 4px 4px;font-size:12.5px;font-weight:600;line-height:1.3;display:flex}.menu-abadge img{object-fit:contain;border-radius:50%;flex:none;width:22px;height:22px}.menu-root.has-navbar{padding-bottom:118px}.ws-strip{box-sizing:border-box;color:#1c1c1e;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:9px 16px;font-size:13.5px;font-weight:600;display:flex}.ws-strip>span{min-width:0}.ws-bekliyor{background:#fff7e0;border-bottom:1px solid #f0e3b5}.ws-onaylandi{background:#e8f8ec;border-bottom:1px solid #bfe8ca}.ws-reddedildi{background:#fdecea;border-bottom:1px solid #f6c9c4}.ws-zamanasimi{background:#f2f2f7;border-bottom:1px solid #e0e0e6}.ws-strip-close{color:#1c1c1e;cursor:pointer;background:#00000014;border:none;border-radius:50%;flex:none;width:26px;height:26px;font-size:13px;font-weight:800;line-height:1}.menu-extra.selectable{cursor:pointer;border-radius:8px;padding:6px}.menu-extra.selectable:active{background:#f2f2f7}.menu-extra.selectable.checked{background:#007aff14}.menu-extra-check{color:var(--blue);margin-right:7px;font-size:15px}.menu-sheet-order{align-items:center;gap:10px;margin-top:16px;display:flex}.menu-sheet-qty{background:#f2f2f7;border-radius:999px;flex:none;align-items:center;gap:2px;padding:3px;display:flex}.menu-sheet-qty button{width:36px;height:36px;color:var(--blue);cursor:pointer;background:#fff;border:none;border-radius:50%;font-size:20px;font-weight:800;line-height:1;box-shadow:0 1px 2px #00000014}.menu-sheet-qty button:active{background:#e5e5ea}.menu-sheet-qty button.art{color:#2e7d32}.menu-sheet-qty button.eks{color:#c62828}.menu-sheet-qty span{text-align:center;min-width:30px;font-size:16px;font-weight:800}.menu-sheet-add{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:12px;flex:1;padding:13px 8px;font-size:15px;font-weight:800}.menu-sheet-add:active{background:#0062cc}.menu-sheet-add:disabled{color:#8a8a8e;cursor:default;background:#ececf0}.menu-sheet-add.eklendi{background:#34c759}.menu-thumbwrap{position:relative}.menu-plus{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:50%;width:30px;height:30px;font-size:19px;font-weight:800;line-height:1;position:absolute;top:2px;right:2px;box-shadow:0 2px 6px #0003}.menu-plus:active{background:#1f5722}.menu-vqty{flex-direction:column;justify-content:space-between;align-items:center;gap:4px;display:flex;position:absolute;top:2px;bottom:2px;right:2px}.menu-vqty button{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:50%;width:30px;height:30px;font-size:17px;font-weight:800;line-height:1;box-shadow:0 2px 6px #0003}.menu-vqty button:active{background:#1f5722}.menu-vqty button.minus{background:#c62828}.menu-vqty button.minus:active{background:#9c1f1f}.menu-vqty span{color:var(--blue);font-size:17px;font-weight:800}.menu-echips{flex-wrap:wrap;gap:8px;display:flex}.menu-echip{color:var(--ink);cursor:pointer;background:#fff;border:1px solid #c9b896;border-radius:999px;padding:8px 13px;font-size:13px;font-weight:600}.menu-echip span{font-weight:700}.menu-echip.on{background:var(--blue);border-color:var(--blue);color:#fff}.menu-navwrap{left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:40;max-width:406px;margin:0 auto;position:fixed}.menu-masabar{color:#fff;background:#2e7d32;border:none;border-radius:10px 10px 0 0;justify-content:space-between;align-items:center;gap:8px;padding:9px 14px;font-size:14.5px;font-weight:800;display:flex}.menu-masabar button{color:#2e7d32;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:999px;padding:5px 12px;font-size:12.5px;font-weight:800}.menu-masabar button:active{background:#eaf3de}.menu-nav{background:#fff;border-radius:14px;gap:6px;padding:6px;display:flex;box-shadow:0 6px 20px #00000038}.menu-masabar+.menu-nav{border-radius:0 0 14px 14px}.menu-nav button{cursor:pointer;border:none;border-radius:10px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;min-width:0;padding:8px 4px;font-family:inherit;display:flex}.menu-nav .mn-l1{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:13px;font-weight:800;overflow:hidden}.menu-nav .mn-l2{font-size:11.5px;font-weight:700}.mn-sepet{color:var(--ink);background:#ffc400}.mn-sepet:active{background:#e6b000}.mn-sepet .mn-l2{color:#6b5900}.mn-sepet.bos{color:var(--muted);background:#f3eadb;border:2px solid #1c1c1e}.mn-garson{background:var(--charcoal);color:#f5d9a8}.mn-garson:active{background:#000}.mn-garson.calling{color:#fff;background:#f59e0b;animation:1.4s ease-in-out infinite menu-call-pulse}.mn-garson.seen{color:#fff;background:#2e7d32}.menu-nav .mn-isletme{color:var(--ink);background:#f3eadb;border:2px solid #1c1c1e}.mn-isletme:active{background:#ece2d0}.mn-isletme .mn-l2.acik{color:#2e7d32}.mn-isletme .mn-l2.kapali{color:#c62828}.menu-state{text-align:center;color:#234;padding:64px 24px;font-size:15px}.menu-state-msg{margin:0 0 16px}.menu-retry{appearance:none;background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:12px 28px;font-size:15px;font-weight:600}.menu-cat-menuler{color:#fff;background:#ef9f27}.menu-setcard{cursor:pointer;background:#fff7e6;border:2px solid #ef9f27;border-radius:12px;grid-column:1/-1;padding:10px 12px;box-shadow:0 1px 3px #00000012}.menu-set-head{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.menu-set-name{color:#633806;font-size:15px;font-weight:800}.menu-set-price{color:#1d7a46;white-space:nowrap;font-size:15px;font-weight:800}.menu-set-body{color:#6b4a0b;margin-top:6px;font-size:13px;line-height:1.55}.menu-set-sabit{padding-left:2px}.menu-set-secim b{color:#854f0b}.menu-set-plus{color:#fff;cursor:pointer;background:#ef9f27;border:0;border-radius:9px;width:100%;margin-top:9px;padding:9px 0;font-size:14px;font-weight:700}.menu-set-qty{background:#fff;border:1px solid #ef9f27;border-radius:9px;justify-content:center;align-items:center;gap:18px;margin-top:9px;padding:5px 0;display:flex}.menu-set-qty button{color:#fff;cursor:pointer;background:#ef9f27;border:0;border-radius:7px;width:34px;height:30px;font-size:18px;font-weight:700}.menu-set-qty button.minus{background:#c0392b}.menu-set-qty span{text-align:center;min-width:22px;font-size:16px;font-weight:800}.menu-set-sabitrow{color:#1d5a33;background:#e8f6ec;border-radius:8px;margin-bottom:6px;padding:7px 10px;font-size:14px}.menu-set-grupbaslik{color:#854f0b;margin-bottom:6px;font-size:14px;font-weight:700}.menu-set-radios{flex-direction:column;gap:6px;display:flex}.menu-set-radio{text-align:left;color:#412402;cursor:pointer;background:#fff;border:1.5px solid #e0b84d;border-radius:9px;align-items:center;gap:8px;padding:9px 12px;font-size:14px;display:flex}.menu-set-radio.on{background:#faeeda;border-color:#ef9f27;font-weight:700}.menu-set-radio .dot{color:#ba7517;font-size:15px}.menu-set-kapali{color:#712b13;background:#faece7;border-radius:9px;margin-top:12px;padding:9px 12px;font-size:13px}.sp-row-menuname{color:#633806;font-size:14px;font-weight:800}.sp-row-secim{color:#6b4a0b;border-left:3px solid #ef9f27;margin:2px 0 2px 2px;padding-left:12px;font-size:12.5px}.menu-set-secim-opt{padding-left:14px}.menu-cat-hero{background-position:50%;background-size:cover;border-radius:11px;grid-column:1/-1;align-items:flex-end;height:92px;margin-top:8px;display:flex;position:relative;overflow:hidden}.menu-cat-hero:before{content:"";background:linear-gradient(#0000000d 40%,#0000009e 100%);position:absolute;inset:0}.menu-cat-hero span{z-index:1;color:#fff;text-shadow:0 1px 4px #000000b3;text-align:center;width:100%;padding:8px 12px;font-size:16px;font-weight:700;position:relative}.menu-set-img{background-position:50%;background-size:cover;border-radius:9px;height:96px;margin-bottom:8px}.menu-cat-hero-video{aspect-ratio:16/9;background:#000;height:auto}.menu-cat-vid{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.menu-cat-hero-video span{z-index:2}.menu-set-vid{aspect-ratio:16/9;object-fit:cover;background:#000;border-radius:9px;width:100%;margin-bottom:8px;display:block}.isl-root{--blue:#007aff;--green:#34c759;--red:#ff3b30;--ink:#1c1c1e;--muted:#8a8a8e;--bg:#f2f2f7;color:var(--ink);background-color:#fbf6ee;background-image:radial-gradient(120% 60% at 50% -10%,#d69e5c33 0%,#d69e5c00 60%),radial-gradient(90% 50% at 100% 110%,#7854341a 0%,#78543400 60%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23b98a4e' stroke-width='2' stroke-opacity='0.10'%3E%3Cpath d='M22 34h20v10a10 10 0 0 1-20 0z'/%3E%3Cpath d='M42 36h5a5 5 0 0 1 0 10h-3'/%3E%3Cpath d='M26 26c0-3 4-3 4-6M34 26c0-3 4-3 4-6' stroke-linecap='round'/%3E%3Cellipse cx='90' cy='84' rx='11' ry='7' transform='rotate(-25 90 84)'/%3E%3Cpath d='M84 88c4-4 8-2 12-8' transform='rotate(-25 90 84)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat,no-repeat,repeat;background-size:100% 320px,100% 300px,120px 120px;flex-direction:column;max-width:430px;min-height:100vh;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;display:flex}.isl-topbar{color:#8a5a2b;justify-content:center;align-items:center;height:52px;font-size:17px;font-weight:700;text-decoration:none;display:flex}.isl-kapak{cursor:pointer;border-radius:18px 18px 0 0;height:172px;margin:-26px -20px 0;position:relative;overflow:hidden}.isl-kapak img{object-fit:cover;width:100%;height:100%;display:block}.isl-kapak-rozet{color:#fff;letter-spacing:.5px;border-radius:999px;padding:5px 14px;font-size:12px;font-weight:800;position:absolute;top:10px;right:10px}.isl-kapak-rozet.open{background:#2e7d32}.isl-kapak-rozet.closed{background:#c62828}.isl-kapak-scrim{background:linear-gradient(#0000,#0000009e);padding:30px 16px 10px;position:absolute;bottom:0;left:0;right:0}.isl-kapak-ad{color:#fff;font-size:21px;font-weight:800}.isl-kapak-loc{letter-spacing:1.5px;color:#ede7da;margin-top:2px;font-size:12px}.isl-kapak-selam{justify-content:center;align-items:center;gap:14px;margin-top:8px;font-family:Dancing Script,cursive;font-size:24px;font-weight:600;line-height:1.2;display:flex}.isl-kapak-selam:before,.isl-kapak-selam:after{content:"";width:48px;height:1px}.isl-kapak-selam.open{color:#2e7d32}.isl-kapak-selam.open:before{background:linear-gradient(270deg,#2e7d32aa,#0000)}.isl-kapak-selam.open:after{background:linear-gradient(90deg,#2e7d32aa,#0000)}.isl-kapak-selam.closed{color:#c62828}.isl-kapak-selam.closed:before{background:linear-gradient(270deg,#c62828aa,#0000)}.isl-kapak-selam.closed:after{background:linear-gradient(90deg,#c62828aa,#0000)}.isl-logo{aspect-ratio:1;background:#1c1c1e;border-radius:24px;justify-content:center;align-items:center;width:calc(50% - 6px);margin:0 auto 12px;display:flex;overflow:hidden}.isl-logo img{object-fit:cover;width:100%;height:100%}.isl-logo span{color:#8a5a2b;font-size:56px;font-weight:800}.isl-content{flex:1;padding:8px 18px 28px}.isl-card{text-align:center;background:#fff;border-radius:18px;padding:26px 20px;box-shadow:0 1px 3px #0000000f}.isl-name{font-size:22px;font-weight:700;line-height:1.2}.isl-loc{color:#234;margin-top:5px;font-size:15px}.isl-sign-wrap{flex-direction:column;align-items:center;margin-bottom:14px;display:flex}.isl-name{margin-top:0}.isl-hole{z-index:2;background:#cfcfd6;border-radius:50%;width:10px;height:10px;margin-bottom:-5px;box-shadow:inset 0 1px 1px #00000040}.isl-sign{text-align:center;border:1px solid #0000000f;border-radius:14px;padding:12px 34px}.isl-sign-big{letter-spacing:1px;font-size:20px;font-weight:800;line-height:1}.isl-sign-sub{opacity:.95;margin-top:4px;font-size:11px;font-weight:600}.isl-sign.open{color:#fff;background:#2e7d32}.isl-sign.closed{color:#fff;background:#c62828}.isl-actions{justify-content:center;gap:12px;margin-top:22px;display:flex}.isl-btn{aspect-ratio:1;text-align:center;border:1.5px solid var(--blue);width:calc(50% - 6px);color:var(--blue);background:#fff;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:10px;font-size:17px;font-weight:700;text-decoration:none;display:flex;position:relative;box-shadow:0 4px 14px #007aff29}.isl-btn:active{background:#f0f6ff}.isl-btn svg{width:46px;height:46px}.isl-menu-ic{font-size:88px;line-height:1}.isl-masa{color:var(--ink);background:#fff7e0;border:1px solid #f0e3b5;border-radius:12px;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin:18px auto 0;padding:10px 14px;font-size:14px;font-weight:800;display:flex}.isl-masa-chg{color:#fff;cursor:pointer;background:#007aff;border:none;border-radius:999px;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:700}.isl-masa-chg:active{background:#0062cc}.isl-call-wrap{width:calc(50% - 6px);position:relative}.isl-ring{pointer-events:none;background:#2f7ff0;border-radius:24px;animation:1.5s ease-out infinite isl-pulse-ring;position:absolute;inset:0}.isl-ring-delay{animation-delay:.5s}@keyframes isl-pulse-ring{0%{opacity:.55;transform:scale(.85)}70%{opacity:0}to{opacity:0;transform:scale(1.9)}}.isl-call{aspect-ratio:1;color:#fff;cursor:pointer;background:linear-gradient(#3a86ff,#0b63d6);border:none;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;font-family:inherit;font-size:17px;font-weight:800;transition:transform .12s;animation:1.8s ease-in-out infinite isl-glow-blue;display:flex;position:relative}.isl-call:active{transform:scale(.96)}@keyframes isl-glow-blue{0%,to{box-shadow:0 12px 26px #0b63d659,0 0 #256feb80}50%{box-shadow:0 18px 38px #0b63d680,0 0 0 12px #256feb00}}.isl-call-chip{aspect-ratio:1;background:#fff;border-radius:18px;justify-content:center;align-items:center;width:56%;display:flex;box-shadow:0 6px 14px #00000029}.isl-call-chip img{object-fit:contain;width:82%;height:82%}.isl-call-ic{font-size:38px;line-height:1}.isl-call-timer{opacity:.9;font-size:13px;font-weight:700}.isl-call.isl-call-calling{background:linear-gradient(#f7a934,#d97706);animation:1.4s ease-in-out infinite isl-call-pulse}@keyframes isl-call-pulse{0%,to{box-shadow:0 0 #f59e0b73}50%{box-shadow:0 0 0 12px #f59e0b00}}.isl-call.isl-call-seen{background:linear-gradient(#34c759,#1e9e62);animation:none;box-shadow:0 12px 26px #1e9e6259}.isl-state{text-align:center;color:#234;padding:64px 24px;font-size:15px}.isl-topbar-yazi{mix-blend-mode:multiply;width:auto;height:22px;display:block}
