@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap";:root{--color-primary: #ffffff;--color-secondary: #e6e6e6;--color-accent: #ff9100;--bg: #ffffff;--text: #111111;--sub-text: #111111;--loader-track: rgba(0,0,0,.06);--border: rgba(0,0,0,.12);--button-shadow: 0 3px 9px rgba(0,0,0,.25);--icon-filter: invert(0);--ingredient-icon: brightness(0);--default-border-radius: .7rem}.theme-dark{--bg: #0f1115;--color-primary: #161b22;--color-secondary: #242b36;--text: #e9edf1;--sub-text: #e9edf1;--loader-track: rgba(255,255,255,.06);--border: rgba(255,255,255,.14);--button-shadow: 0 10px 24px rgba(255,255,255,.08);--icon-filter: invert(1);--ingredient-icon: brightness(1);--color-accent: #ff9100;background-color:var(--color-primary)}@font-face{font-family:Lato;src:url(/assets/Lato-Regular-slfFsoDb.woff2) format("woff2"),url(/assets/Lato-Regular-DdzPa3bH.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:ScriptFont;src:url(../assets/fonts/script/script.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}.fqa{position:fixed;left:12px;bottom:12px;display:flex;flex-direction:column;gap:10px;z-index:1200}.fqa-btn{width:3rem;height:3rem;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#ffffffad;backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);box-shadow:0 6px 20px -6px #00000073;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .12s ease,filter .2s ease}.fqa-btn:hover{filter:brightness(.96)}.fqa-emoji{width:1.6rem;height:1.6rem;display:flex;justify-content:center;align-items:center}.fqa-emoji img,.fqa-emoji svg{width:4rem;height:4rem}.flag img,.flag svg{width:2rem;height:2rem}.fqa-lang-wrap{position:relative}.fqa-lang-menu{position:absolute;left:52px;bottom:0;display:flex;gap:8px;padding:6px;background:#ffffffad;backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);border:1px solid rgba(0,0,0,.12);border-radius:999px;box-shadow:0 6px 18px -6px #0006;transform:scale(.9);transform-origin:left bottom;opacity:0;pointer-events:none;transition:transform .14s ease,opacity .14s ease}.fqa-lang-menu.open{transform:scale(1);opacity:1;pointer-events:auto}.fqa-flag{width:2.2rem;height:2.2rem;border-radius:999px;border:1px solid rgba(0,0,0,.15);background:#ffffffbf;backdrop-filter:blur(10px) saturate(130%);-webkit-backdrop-filter:blur(10px) saturate(130%);display:grid;place-items:center;cursor:pointer;transition:filter .18s ease,transform .1s ease}.fqa-flag:hover{filter:brightness(.94)}.fqa-flag.active{outline:2px solid var(--color-accent);outline-offset:2px;filter:brightness(1)}[data-theme=dark] .fqa-btn,html.theme-dark .fqa-btn{background:#2f2f2f9d;border-color:#ffffff14;box-shadow:0 6px 24px -6px #000000b3}[data-theme=dark] .fqa-btn:hover,html.theme-dark .fqa-btn:hover{filter:brightness(1.06)}[data-theme=dark] .fqa-lang-menu,html.theme-dark .fqa-lang-menu{background:#2f2f2f;border-color:#ffffff14;box-shadow:0 6px 24px -6px #000000b3}[data-theme=dark] .fqa-flag,html.theme-dark .fqa-flag{background:#23232399;border-color:#ffffff1f}[data-theme=dark] .fqa-flag:hover,html.theme-dark .fqa-flag:hover{filter:brightness(1.12)}[data-theme=dark] .fqa-flag.active,html.theme-dark .fqa-flag.active{outline-color:var(--color-accent);filter:brightness(1.25)}body{margin:0;padding:0;box-sizing:border-box}:root{--icon-filter-invert-on-accent: invert(1)}html.theme-dark{--icon-filter-invert-on-accent: invert(1)}.main-grid{position:relative;z-index:0;min-height:100vh;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:100px repeat(3,1fr) 50px;background-color:var(--color-primary);color:var(--text);font-family:sans-serif;overflow:hidden;margin-top:-2rem}.header-bar{position:sticky;top:0;z-index:999;background-color:var(--color-primary);display:flex;flex-direction:column;box-shadow:0 4px 10px #0006;border-radius:var(--default-border-radius);font-family:sans-serif;width:100%}.tastelook-logo{grid-row:1;grid-column:1 / -1;background-color:var(--color-secondary);display:flex;align-items:center;justify-content:center;height:20px;padding:8px}.restaurant-header{display:flex;align-items:center;height:70px;padding:0 16px}.restaurant-brand{display:flex;align-items:center;gap:.6rem;flex:1 1 auto;min-width:0}.restaurant-logo{width:40px;height:40px;border-radius:50%;object-fit:cover;background:var(--color-primary);border:2px solid var(--color-accent);box-shadow:0 1px 2px #00000014}.restaurant-name{font-size:1.2rem;font-weight:700;color:var(--text);text-align:left;display:flex;align-items:center;min-width:0}.restaurant-list{grid-row:2;grid-column:3 / -1;width:20%;justify-content:end}.restaurant-list-button{width:2rem;opacity:50%;filter:var(--icon-filter)}@media (min-width: 1100px){.restaurant-header{padding:0 32px}}.restaurant-name.script-font h3{font-family:script,cursive;font-size:1.5rem}.modal-overlay{position:fixed;padding:1rem;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .25s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{display:flex;flex-direction:column;background:var(--color-primary);color:var(--text);padding:1rem;border-radius:var(--default-border-radius);max-height:80vh;width:min(720px,80vw);overflow:hidden;max-width:520px;overflow-y:auto;box-shadow:0 20px 50px #00000080;font-family:lato;backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%)}.modal-content .modal-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0rem 1.5rem}.modal-content .preview-image{display:block;margin:0 auto;max-width:50%;height:auto;object-fit:scale-down}.modal-content .modal-dish-name{display:flex;justify-content:center;font-style:italic}.quantity-controls{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem}.quantity-button{font-size:2rem;width:2.5rem;background-color:var(--color-accent);border:none;color:var(--color-primary);border-radius:var(--default-border-radius);cursor:pointer;transition:transform .1s ease}.quantity-value{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.4rem;min-width:2rem}textarea{width:90%;min-height:3em;padding:.5em .8em;margin-bottom:1rem;border:0;border-radius:var(--default-border-radius);background-color:var(--color-secondary);font-size:1rem;font-family:inherit;resize:vertical;outline:none;transition:border-color .2s,box-shadow .2s}textarea::placeholder{color:#aaa;font-style:italic}textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px #ff6b004d}.modal-overlay{opacity:1;transform:scale(1);transition:opacity .5s ease,transform .5s ease}.modal--closing{opacity:0;transform:scale(.95);pointer-events:none}.restaurant-list{display:flex;align-items:center}.restaurant-list-container{position:relative;display:inline-block}.list-badge{position:absolute;top:-5px;right:-5px;background-color:var(--color-accent);color:var(--color-primary);font-size:.7rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 4px #0003;pointer-events:none}.list-rows{list-style:none;margin:0;padding:0}.modal-header,.modal-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;color:var(--text)}.list-container{display:flex;flex-direction:column;gap:12px}.list-row{background:#ffffff0f;border-radius:14px;padding:0;color:var(--text)}.price-tag{width:1.2rem;height:1.2rem;object-fit:contain;display:block;filter:var(--icon-filter)}.row-left{display:flex;gap:12px;align-items:center}.thumb{width:64px;height:64px;border-radius:10px;overflow:hidden;background:#ffffff14}.thumb img{width:100%;height:100%;object-fit:cover}.thumb-placeholder{width:100%;height:100%}.title-price{display:flex;flex-direction:column;gap:4px;color:var(--text)}.title{font-weight:700;color:var(--text)}.qty-tag{opacity:.85;font-weight:600;margin-left:6px}.price{opacity:.9;display:flex}.row-right{margin-left:auto;display:flex;gap:8px}.edit-button{background:var(--color-secondary);border:none;border-radius:var(--default-border-radius);height:2rem;width:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box}.edit-button img{max-width:60%;max-height:60%;filter:var(--icon-filter);object-fit:contain;display:block}.delete-button{background:var(--color-secondary);border:none;border-radius:var(--default-border-radius);height:2rem;width:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box}.delete-button img{max-width:60%;max-height:60%;filter:var(--icon-filter);object-fit:contain;display:block}.list-order-note{padding:0}.list-order-note textarea{width:100%;min-height:72px;padding:10px 12px;border:none;border-radius:var(--default-border-radius);box-sizing:border-box}html.theme-dark .list-order-note textarea{color:#fff;background:#ffffff0f}.list-order-note{margin-top:16px}.sub-items{margin-top:8px;display:flex;flex-direction:column;gap:6px}.sub-row{display:flex;align-items:center;justify-content:space-between;gap:8px;background:#ffffff0a;border-radius:10px;padding:8px}html.theme-dark .list-row,html.theme-dark .sub-row{background:transparent}.sub-main{display:flex;flex-direction:column;gap:2px}.mini-qty-price{display:flex;gap:8px;opacity:.85}.empty-hint{opacity:.75;padding:12px}.group-actions,.sub-actions{display:flex;gap:8px;align-items:center}.list-footer{margin-top:14px;padding-top:10px;border-top:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;gap:10px}.total{display:flex;justify-content:space-between;font-size:1.05rem}.footer-actions{display:flex;gap:.5rem;align-items:center}.clear-button{font-family:lato;display:flex;align-items:center;justify-content:center;gap:.5rem;height:2.5rem;width:10%;color:var(--text);border:none;border-radius:var(--default-border-radius);background:var(--color-primary);box-shadow:var(--button-shadow)}.clear-button img{height:1.2rem;filter:var(--icon-filter)}.clear-button.icon-only{width:2.5rem;padding:0}.clear-button.icon-only img{height:1.2rem}.qr-button{display:flex;align-items:center;justify-content:center;gap:.5rem;height:2.5rem;width:50%;color:var(--color-primary);border:none;border-radius:var(--default-border-radius);background:var(--color-accent);box-shadow:var(--button-shadow);font-weight:700;padding:0 12px}.qr-button .qr-button img{height:1.2rem;filter:invert(100%)}.close-button{display:flex;align-items:center;justify-content:center;gap:.5rem;height:2.5rem;width:40%;flex:0 0 auto;color:var(--text);border:none;border-radius:var(--default-border-radius);background:var(--color-primary);box-shadow:var(--button-shadow);padding:0 12px}.close-button img{height:1.2rem;filter:var(--icon-filter)}.list-container.scroll{overflow:auto;padding-right:6px;flex:1;display:flex;flex-direction:column;gap:12px;will-change:transform}.list-footer{margin-top:10px;padding-top:10px;border-top:1px solid rgba(0,0,0,.08);background:transparent;color:var(--text)}.filter-modal-overlay,.list-modal-overlay,.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:9999;background:#ffffffad}.filter-modal,.list-modal,.modal{margin:0 1rem;width:min(720px,92vw);max-height:60vh;border-radius:var(--default-border-radius);box-shadow:0 20px 60px #00000059;padding:0;display:flex;flex-direction:column;overflow:hidden}.taste-footer{margin:40px auto 20px;padding:24px 20px;text-align:center;font-size:.75rem;font-weight:600;letter-spacing:.5px;color:#666;opacity:.9;max-width:980px;grid-column:1 / -1}.taste-footer{font-family:Lato,Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}@font-face{font-family:Lato;src:url(/assets/Lato-Regular-slfFsoDb.woff2) format("woff2"),url(/assets/Lato-Regular-DdzPa3bH.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}.taste-footer:before{content:"";display:block;width:48px;height:3px;border-radius:4px;margin:0 auto 14px;background:#ff7d00;opacity:.85}@media (max-width:780px){.taste-footer{margin:30px auto 16px;padding:20px 16px}}.taste-footer.minimal:before{display:none}.taste-footer .footer-main{display:flex;flex-direction:column;gap:10px;align-items:center}.footer-links{display:flex;gap:18px;flex-wrap:wrap;justify-content:center;font-weight:500;font-size:.7rem}.footer-links a{color:#555;text-decoration:none;position:relative;padding:2px 6px;border-radius:10px;transition:.25s background,color,transform}.footer-links a:hover{background:#ff7d0014;color:#222;transform:translateY(-2px)}.footer-meta{margin-top:6px;font-size:.55rem;font-weight:400;opacity:.45}.icons-attrib a{color:inherit;text-decoration:none}.icons-attrib a:hover{text-decoration:underline;opacity:.75}.all-dishes{display:flex;flex-direction:column;gap:12px;color:var(--text)}@media (min-width: 1100px){.all-dishes.menu-grid{display:grid;grid-template-columns:2fr 4fr;gap:24px;align-items:start;max-width:1704px;margin:0 auto;padding:0 16px}.menu-left{position:sticky;top:16px;align-self:start}.menu-right{min-width:0}}@keyframes sk{0%{background-position:-200px 0}to{background-position:200px 0}}.tabs-wrap{position:relative;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px}.about-section{margin:1.25rem 1rem 0;border-radius:var(--default-border-radius);overflow:hidden}.about-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.6rem .75rem;background:var(--color-secondary);border:none;cursor:pointer;font-weight:700}.about-title{font-size:1rem;color:var(--text)}.about-toggle{opacity:.7;font-size:.9rem;transition:transform .25s ease}.about-content{max-height:0;overflow:hidden;padding:0 .75rem;background:var(--color-primary);border-top:1px solid var(--border);transition:max-height .38s cubic-bezier(.2,.9,.2,1),opacity .28s ease,padding .28s ease;opacity:0}.about-section.open .about-content{display:block;padding:.75rem;opacity:1;max-height:640px}@media (min-width: 1100px){.menu-left .about-section{margin:1.25rem 0 0}.menu-left .about-header{cursor:default;background:transparent;padding:0}.menu-left .about-toggle{display:none}.menu-left .about-content{max-height:none;opacity:1;padding:0;border-top:none}}.about-logo-wrap{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.about-logo{max-width:100%;max-height:480px;object-fit:contain;display:block}.about-desc{width:100%;color:var(--text);font-size:.98rem;line-height:1.35}.about-section.open .about-toggle{transform:rotate(90deg)}.circle-logo{width:auto;height:auto;max-height:150px;border-radius:50%;box-shadow:0 8px 32px #00000029;border:3px solid var(--color-accent);display:block}.about-socials{display:flex;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.about-socials .social-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:100px;text-decoration:none;background:var(--color-secondary);box-shadow:0 6px 18px #00000014;border:1px solid rgba(0,0,0,.04);color:var(--text)}.about-socials .social-btn:hover{transform:translateY(-3px)}.about-socials .social-icon{width:18px;height:18px;display:block;fill:currentColor}.about-socials .social-facebook{color:#1877f2}.about-socials .social-youtube{color:red}.about-socials .social-tiktok{color:#000}.about-socials .social-twitter{color:#1da1f2}.about-socials .social-instagram{color:#d6249f}.tabs{display:flex;gap:8px;padding:1rem;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;width:100%}.tabs::-webkit-scrollbar{height:8px}.tabs::-webkit-scrollbar-thumb{background:#0000002e;border-radius:8px}.tabs::-webkit-scrollbar-track{background:transparent}.tab{white-space:nowrap;padding:10px 14px;border-radius:var(--default-border-radius);border:none;background:var(--color-secondary);color:var(--text);cursor:pointer;font-weight:700;transition:transform .08s ease,background-color .2s ease,border-color .2s ease}.tab:hover{transform:none}.tab.active{background:var(--color-accent);color:var(--color-primary)}.tab{display:inline-flex;align-items:center}.tab .cat-icon-wrap{display:inline-block;width:28px;height:28px;margin-right:8px;position:relative;overflow:visible;flex:0 0 auto}.tab .cat-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:50px;height:50px;max-width:50px;max-height:50px;object-fit:contain;filter:none;pointer-events:none}.dish-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin:0 1rem}.dish-card{display:flex;flex-direction:column;align-items:stretch;background:var(--color-primary);border:none;border-radius:var(--default-border-radius);box-shadow:var(--button-shadow);overflow:visible;position:relative}.dish-thumb,.smart-thumb{position:relative;width:100%;height:140px;overflow:hidden;background:var(--color-secondary);border-top-left-radius:var(--default-border-radius);border-top-right-radius:var(--default-border-radius)}.dish-thumb .thumb-img,.smart-thumb .thumb-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .2s ease-in;display:block}.price-badge{position:absolute;right:10px;bottom:10px;background:#fff;color:var(--text, #111);padding:.28rem .5rem;border-radius:10px;font-weight:800;font-size:.9rem;box-shadow:0 6px 16px #0000001f;display:inline-flex;align-items:center;z-index:5}.featured-fire{position:absolute;top:-8px;right:-8px;width:40px;height:40px;z-index:6;pointer-events:none;filter:drop-shadow(0 4px 12px rgba(0,0,0,.25))}html.theme-dark .price-badge{background:#1f2429;color:var(--text);box-shadow:0 0 0 1px #ffffff0f,0 10px 28px #ffffff0f}html.theme-dark .dish-card{box-shadow:0 10px 24px #ffffff14}html.theme-dark .featured-fire{filter:drop-shadow(0 6px 16px rgba(255,255,255,.12))}.price-badge .price-tag{width:15px;height:15px;object-fit:contain;display:block}.price-badge .price-text{line-height:1;font-size:.7rem}.dish-l-price{display:none!important}.dish-main{display:flex;flex-direction:column;gap:6px;padding-left:0;padding-right:0;padding-bottom:0;padding:.5rem}.dish-l-name{font-weight:800;font-size:1rem}.dish-l-price{opacity:.9;display:none}.dish-l-desc{font-size:.8rem;font-style:italic;color:var(--sub-text)}.dish-card.skeleton{display:flex;flex-direction:column;gap:12px;align-items:stretch;background:var(--color-primary);border:none;border-radius:var(--default-border-radius);padding:.5rem;min-height:160px;box-shadow:var(--button-shadow)}.dish-card.skeleton .thumb-skeleton{width:100%;height:140px;border-radius:calc(var(--default-border-radius) - 2px);background:linear-gradient(90deg,#eee,#f5f5f5,#eee);background-size:200% 100%;animation:sk 1.1s infinite}.dish-card.skeleton .lines{display:flex;flex-direction:column;gap:10px;padding:6px 0}.dish-card.skeleton .line{height:14px;width:80%;border-radius:8px;background:linear-gradient(90deg,#eee,#f5f5f5,#eee);background-size:200% 100%;animation:sk 1.1s infinite}.dish-card.skeleton .line.short{width:40%}.featured-title{margin:.5rem 1rem;font-size:1.2rem;font-weight:700}.all-dishes-title{margin:1rem 1rem -.5rem;font-size:1.2rem;font-weight:700}.featured-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin:0 1rem}@media (min-width: 1100px){.menu-right .featured-grid,.menu-right .dish-list{grid-template-columns:repeat(4,1fr);margin:0}.menu-right .featured-title,.menu-right .all-dishes-title,.menu-right .tabs-wrap,.menu-right .filter-bar{margin-left:0;margin-right:0;margin-top:20px}.menu-left .about-title{display:none}}@media (min-width: 1100px){.desktop-only{display:inline-flex}.mobile-only{display:none!important}}@media (max-width: 1099px){.desktop-only{display:none!important}.mobile-only{display:inline-flex}}.tabs{min-width:0}.tabs-wrap .filter-btn{justify-self:end}.tabs-ctrl{display:none}@media (min-width: 1100px){.tabs-ctrl{display:inline-flex;align-items:center;gap:4px}.tabs-arrow{width:32px;height:32px;border-radius:8px;border:none;background:var(--color-secondary);position:relative;cursor:pointer}.tabs-arrow:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:var(--text);font-weight:700}.tabs-arrow.left:before{content:"<"}.tabs-arrow.right:before{content:">"}.tabs-arrow:disabled{opacity:.35;cursor:default}}.dish-list{margin-bottom:40px}.filter-bar{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:.75rem 1rem;padding:0 1rem 1rem;margin-bottom:-1rem}.filter-btn{position:relative;padding:.55rem 1rem;border-radius:var(--default-border-radius);border:none;background:var(--color-secondary);font-weight:700;cursor:pointer;color:var(--text)}.filter-btn:hover{filter:brightness(.98)}.filter-badge{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--color-accent);color:var(--color-primary);font-size:.8rem;display:grid;place-items:center}.active-filters{display:grid;grid-auto-rows:min-content;gap:.15rem;min-width:0}.af-row{display:grid;grid-template-columns:auto 1fr;gap:.5rem;min-width:0;font-size:.92rem;line-height:1.2}.af-label{opacity:.8;font-weight:700;white-space:nowrap}.af-values{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.filter-modal{margin:0 1rem;width:min(720px,92vw);max-height:60vh;background:var(--color-primary);border-radius:var(--default-border-radius);box-shadow:0 20px 60px #00000059;padding:0;display:flex;flex-direction:column;overflow:hidden;backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%)}.fm-header{position:sticky;top:0;z-index:2;background:var(--color-primary);padding:1rem 1rem .75rem;border-bottom:1px solid var(--border)}.fm-header h3{margin:.25rem 0 0;font-size:1.5rem}.fm-body{flex:1 1 auto;overflow:auto;padding-left:1rem;padding-right:1rem}.fm-section{margin:1rem 0}.fm-title{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:700}.fm-grid{display:flex;flex-wrap:wrap;gap:.5rem}.fm-chip,.fm-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.3rem .6rem;color:var(--sub-text);border-radius:999px;border:1px solid transparent;background:#fff;box-shadow:0 6px 18px #0000000f;cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .08s ease,border-color .15s ease,background-color .18s ease,box-shadow .18s ease}.fm-chip input,.fm-pill input{display:none}.fm-chip.active,.fm-pill.active{background:var(--color-accent);color:var(--color-primary);border-color:transparent;box-shadow:none}.fm-pill.toggle{font-weight:700}.fm-scroll{max-height:160px;overflow:auto;padding-right:.25rem}.fm-scroll.expanded{max-height:260px}.fm-more{margin:.5rem 0 0;padding:.4rem .8rem;background:var(--color-accent);color:var(--color-primary);border:none;border-radius:var(--default-border-radius);cursor:pointer;font-weight:700}.fm-dim{opacity:.7;font-style:italic}.fm-actions{position:sticky;bottom:0;z-index:2;display:flex;gap:.5rem;align-items:center;padding:.75rem 1rem;background:var(--color-primary);border-top:1px solid var(--border)}.fm-spacer{flex:1}.fm-btn{padding:.6rem 1rem;border-radius:.7rem;border:none;background:var(--color-accent);color:var(--color-primary);font-weight:700;cursor:pointer}.fm-btn.light{background:var(--color-secondary);color:var(--text)}.divider{border-top:1px solid var(--border)}.dr-wrap{position:relative;height:32px}.dr-rail{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:8px;background:var(--color-secondary);border-radius:999px;pointer-events:none}.dr-range{position:absolute;top:50%;transform:translateY(-50%);height:8px;background:var(--color-accent);border-radius:999px;pointer-events:none}.dr-thumb{position:absolute;top:50%;transform:translate(-50%,-50%);width:20px;height:20px;border-radius:50%;background:var(--color-primary);border:2px solid var(--color-accent);box-shadow:0 2px 8px #0003;cursor:grab;touch-action:none}.dr-thumb:active{cursor:grabbing}.fm-range-values{display:flex;justify-content:space-between;margin-top:.25rem}@media (max-width: 720px){.filter-bar{grid-template-columns:1fr}}@media (max-width: 520px){.dish-list,.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0 1rem}.dish-card{flex-direction:column}.dish-thumb,.dish-card.skeleton .thumb-skeleton{height:120px}.dish-card.skeleton{min-height:140px}}.about-map{margin:.75rem 0 .5rem;border-radius:8px;overflow:hidden;background:transparent;padding:0}.about-map iframe{display:block;border:0;border-radius:6px;height:160px}.about-map-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.5rem}.about-map-address{color:var(--text);font-size:.95rem;flex:1}.about-map-address.small{font-size:.75rem;color:var(--sub-text);margin-bottom:.5rem}.about-map-link{color:var(--color-accent);font-weight:700;text-decoration:none}.about-map-link:hover{text-decoration:underline}.tabs button{background:#fff;color:#101820;border:none;border-radius:48px;box-shadow:0 6px 20px -6px #00000040;font-weight:600}.tabs button:not(.active):hover{color:#ff7d00;transform:translateY(-2px)}.filter-btn{background:#fff;color:#101820;border:none;box-shadow:0 6px 20px -6px #00000040;border-radius:48px;font-weight:600}.filter-btn:hover{color:#ff7d00;transform:translateY(-2px)}.fm-btn{background:#ff7d00;color:#fff;box-shadow:0 6px 20px -6px #00000059;border-radius:48px;font-weight:600}.fm-btn.light{background:#fff;color:#101820;box-shadow:0 2px 6px #0000001f}.fm-btn:hover{background:#ff8d1f;transform:translateY(-2px)}.fm-btn.light:hover{background:#f7f7f7;transform:translateY(-2px)}.fm-btn:active,.fm-btn.light:active{transform:translateY(0)}.fm-more{background:#ff7d00;color:#fff;box-shadow:0 6px 18px -6px #0000004d;border-radius:40px;font-weight:600}.fm-more:hover{background:#ff8d1f;transform:translateY(-2px)}.fm-more:active{transform:translateY(0)}html.theme-dark .tabs button{background:#3b3b3bad;color:var(--text);box-shadow:0 6px 24px -6px #000000b3;border:1px solid rgba(255,255,255,.04)}html.theme-dark .tabs button:not(.active):hover{color:#ff8d1f;transform:translateY(-2px);filter:none}html.theme-dark .tabs button.active,html.theme-dark .tab.active{background:var(--color-accent);color:var(--color-primary);box-shadow:none}html.theme-dark .filter-btn{background:#3b3b3bad;color:var(--text);box-shadow:0 6px 24px -6px #000000b3;border:1px solid rgba(255,255,255,.04)}html.theme-dark .filter-btn:hover{color:#ff8d1f;transform:translateY(-2px);filter:none}html.theme-dark .tabs-arrow{background:#3b3b3bad;border-color:#ffffff0f;box-shadow:0 6px 24px -6px #000000b3;color:var(--text)}html.theme-dark .tabs-arrow:disabled{opacity:.35}html.theme-dark .filter-badge{background:var(--color-accent);color:var(--color-primary)}html.theme-dark .fm-chip,html.theme-dark .fm-pill{background:#ffffff0a;color:var(--sub-text);box-shadow:0 6px 18px #0009;border:1px solid rgba(255,255,255,.02)}html.theme-dark .fm-chip.active,html.theme-dark .fm-pill.active{background:var(--color-accent);color:var(--color-primary);box-shadow:none}html.theme-dark .fm-btn.light{background:#ffffff0f;color:var(--text);box-shadow:0 6px 18px #0009}.dish-tile{display:flex;flex-direction:column;width:100%;max-width:7.5rem;background:var(--color-primary);border:none;box-shadow:var(--button-shadow);border-radius:var(--default-border-radius);padding:0;overflow:hidden}.dish-tile-thumb{position:relative;width:100%;aspect-ratio:1 / 1}.dish-tile-thumb .smart-thumb{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:unset}.thumb-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.smart-thumb img,.smart-thumb .thumb-skeleton{width:100%;height:100%;object-fit:cover;display:block;border-radius:0}.dish-tile-thumb .thumb-skeleton{position:absolute;top:0;right:0;bottom:0;left:0}.dish-tile-meta{display:flex;flex-direction:column;align-items:flex-start;color:var(--sub-text);padding:.5rem .5rem .6rem}.dish-tile-name{font-weight:700;font-size:.95rem;text-align:start}.dish-tile-price{font-weight:600;opacity:.9;font-size:.9rem;display:flex;align-items:center}.price-tag{width:14px;height:auto;display:inline-block}.content{grid-column:1 / 6;grid-row:1 / 5;display:flex;flex-direction:column;gap:1rem;font-family:lato;margin-top:2rem}.dish-info{margin:1rem 1rem -1rem;background-color:#ffe19f;padding:1rem;border-radius:var(--default-border-radius);font-weight:500;color:#000}.price-panel{display:flex;justify-content:flex-start;align-items:center;margin-top:2rem;margin-left:1rem;padding:.35rem .6rem;border-radius:12px}.price-panel img{width:2rem;filter:var(--icon-filter)}.dish-price{margin:0;font-size:1rem;font-weight:600}.dish-name{display:inline-block;margin:0;margin-left:1rem;text-align:left;font-size:1.5rem}.dish-hero{margin:0rem 1rem;border-radius:var(--default-border-radius);position:relative}.dish-hero .ratio-box{aspect-ratio:3 / 2;min-height:220px;width:100%;overflow:hidden;background-color:var(--color-secondary);border-radius:inherit}.dish-hero-media{width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit}.dish-hero .ratio-box canvas,.dish-hero .ratio-box model-viewer,.dish-hero .ratio-box video,.dish-hero .ratio-box img{width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit}.media-tiles{display:flex;gap:.5rem;justify-content:center;margin-top:1rem}.media-tiles.in-hero{position:absolute;left:0;right:0;bottom:.5rem;padding:.4rem .6rem;margin:0}.media-tiles.centered{justify-content:center}.media-tile{width:64px;height:48px;border-radius:10px;border:2px solid transparent;overflow:hidden;background:var(--color-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.media-tile img,.media-tile .media-icon{width:100%;height:100%;object-fit:cover;display:block}.media-tile .media-icon{object-fit:contain;padding:6px;background:transparent}.media-tile.active{border-color:var(--color-accent)}.glass{backdrop-filter:blur(10px) saturate(120%);-webkit-backdrop-filter:blur(10px) saturate(120%);background:color-mix(in srgb,var(--color-primary) 60%,transparent);border:1px solid color-mix(in srgb,var(--color-text) 8%,transparent);box-shadow:0 4px 18px #00000040}.decision-panel{margin:1rem;display:flex;gap:.5rem}.back-button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:60%;height:2.5rem;border-radius:var(--default-border-radius);background:var(--color-primary);color:var(--color-text);box-shadow:var(--button-shadow);text-decoration:none;border:none}.back-button img{height:1.2rem;filter:var(--icon-filter)}.add-to-list{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:2.5rem;color:#fff;border-radius:var(--default-border-radius);background:var(--color-accent);box-shadow:var(--button-shadow)}.add-to-list-button{height:1rem;filter:invert(100%)}.makro-panel{margin-left:1rem;margin-right:1rem;margin-bottom:-1rem;font-size:.8rem;font-weight:700;font-style:italic}.dish-description{padding-left:1rem;padding-right:1rem;margin:0;font-size:1rem;font-style:italic;line-height:1.5;vertical-align:middle;color:var(--sub-text)}.dish-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem}.dish-tag{padding:.3rem .7rem;white-space:nowrap;display:flex;gap:.5rem;border-radius:7px;font-size:.85rem;font-weight:600;background-color:var(--color-secondary)}.ingredients-section{margin:1rem}.ingredients-title{margin:0;text-align:left;font-size:1.5rem}.ingredients-list{display:flex;flex-wrap:wrap;gap:0 .5rem}.ingredient-item{display:flex;align-items:center;color:var(--sub-text)}.ingredient-icon{width:3rem;height:3rem;object-fit:contain}.pairs-section{margin:0 1rem 1rem}.pairs-title{margin:0 0 .5rem;font-size:1.2rem}.pairs-grid{display:grid;gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr))}.dish-preparation-text{margin-left:1rem;margin-right:1rem;margin-bottom:0;text-align:left;font-size:1.5rem;font-weight:700}.dish-video{position:relative;margin-left:1rem;margin-right:1rem;margin-bottom:2rem;overflow:hidden;aspect-ratio:16 / 9;border-radius:var(--default-border-radius)}.dish-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border:none}.footer{grid-column:1 / 6;grid-row:5 / 6;text-align:center;font-size:1rem;background-color:var(--color-secondary)}:root{--fab-size: 56px;--fab-gap: 16px}#saveButtonPlaceholder{height:0}.add-to-list{will-change:transform;border:none;font-size:1rem}.add-to-list.is-fab{position:fixed;right:calc(var(--fab-gap) + env(safe-area-inset-right));bottom:calc(var(--fab-gap) + env(safe-area-inset-bottom));width:var(--fab-size);height:var(--fab-size);border-radius:50%;padding:0;gap:0;font-size:0;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #0003;z-index:1000}.add-to-list.is-fab .add-to-list-button{height:1.6rem;filter:invert(100%)}@media (prefers-reduced-motion: reduce){.add-to-list,.add-to-list.animating-flip{transition:none!important}}.add-to-list .add-to-list-button{transition:opacity 60ms ease;opacity:1}@media (min-width: 768px){.dish-desktop.dish-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,2fr);gap:1.25rem 2rem;align-items:start;margin:1rem 2rem 2rem}.dish-desktop .dish-left,.dish-desktop .dish-right{min-width:0}.dish-desktop .dish-left{grid-column:1;display:grid;gap:1rem;align-content:start}.dish-desktop .dish-right{grid-column:2;display:grid;gap:1rem;align-content:start}.dish-desktop .dish-left .dish-hero{margin:0}.dish-desktop .dish-left .dish-hero .ratio-box{aspect-ratio:3 / 2;height:auto;min-height:220px;max-height:380px}.dish-desktop .dish-left .decision-panel{margin:0}.dish-desktop .dish-right .price-panel{margin-top:0;margin-left:0;margin-bottom:-1rem}.dish-desktop .dish-right .dish-name{margin-left:0}.dish-desktop .dish-right .makro-panel{margin-left:0;margin-right:0}.dish-desktop .dish-right .dish-description{padding-left:0;padding-right:0;margin:0}.dish-desktop .dish-right .dish-tags{margin:0}.dish-desktop .dish-right .ingredients-section{margin:0;padding:0}.dish-desktop .dish-right .dish-video{margin-left:0;margin-right:0}.dish-desktop .dish-left .pairs-section{margin:0;padding:0}.dish-desktop .pairs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1100px){.dish-desktop.dish-grid{max-width:1704px;padding:0 16px;gap:24px}}.employee-card-page{font-family:Lato,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}:root{--navy:#0b2b46;--white:#ffffff;--muted:rgba(255,255,255,.85);--social-bg:rgba(255,255,255,.06);--card-radius:12px}.employee-card-page{padding:20px;background:var(--bg);min-height:100vh}.card{max-width:420px;margin:28px auto;background:var(--navy);border-radius:var(--card-radius);box-shadow:0 10px 30px #0b2b462e;overflow:visible;color:var(--white);position:relative}html.employee-page-active .fqa-lang-wrap,html.employee-page-active .fqa-lang-menu{display:none!important}.card:after{content:"";position:absolute;top:6px;right:6px;bottom:6px;left:6px;border-radius:calc(var(--card-radius) - 6px);box-shadow:inset 0 0 0 2px #fff;pointer-events:none}.card .header{padding:18px 18px 6px;display:flex;align-items:center;justify-content:center}.logo{height:30px;object-fit:contain}.logo-png{filter:none}.photo-wrap{display:flex;justify-content:center;padding-top:6px}.photo{width:160px;height:160px;border-radius:50%;overflow:hidden;border:6px solid var(--white);background:#e6eef6;display:flex;align-items:center;justify-content:center}.photo img{width:100%;height:100%;object-fit:cover;display:block}.body{padding:18px 22px 26px;text-align:center}.name{font-size:20px;font-weight:700;letter-spacing:.6px;color:var(--white);text-transform:uppercase;margin-top:6px}.role{font-size:14px;color:var(--muted);margin-top:6px}.contact{display:flex;gap:10px;align-items:center;justify-content:center;margin-top:12px;color:var(--muted);font-size:15px}.phone-icon{width:18px;height:18px;display:inline-block;vertical-align:middle;margin-right:6px;fill:var(--white);opacity:.95}.socials{display:flex;gap:10px;justify-content:center;margin-top:14px}.social-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:36px;border-radius:8px;background:var(--social-bg);color:var(--white);text-decoration:none}.social-btn img{width:18px;height:18px;filter:brightness(0) invert(1)}.phone-link{color:var(--white);text-decoration:none;display:inline-flex;align-items:center;gap:8px}.phone-link:active,.phone-link:focus{outline:2px solid rgba(255,255,255,.12);border-radius:6px}.small-muted{font-size:13px;color:var(--muted);margin-top:6px}@media (max-width:480px){.card{max-width:320px}.photo{width:132px;height:132px}}.waiter-lato{font-family:Lato,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.waiter-subtle{opacity:.85}.waiter-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.waiter-wrap{white-space:normal;overflow-wrap:anywhere;word-break:break-word}.waiter-italic{font-style:italic}.waiter-bold{font-weight:700}.waiter-bolder{font-weight:900}.waiter-small{font-size:.92rem}.waiter-title-xl{font-size:1.4rem;margin:8px 0 4px}.waiter-subtitle{letter-spacing:.3px;font-size:.95rem}.waiter-padding-b-24{padding-bottom:24px}.waiter-max-60ch{max-width:60ch}.waiter-grid-gap-10{display:grid;gap:10px}.waiter-text-right{text-align:right}.waiter-ml-6{margin-left:6px}.waiter-input{flex:1;padding:8px 10px;border-radius:8px;border:1px solid rgba(0,0,0,.2)}.waiter-error{color:#dc143c;margin-top:8px}.waiter-screen{background:var(--color-primary);color:var(--text);min-height:100vh;font-family:Lato,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.waiter-container{padding:12px 16px;display:grid;gap:12px;max-width:960px;margin:0 auto}.waiter-topbar{position:sticky;top:0;z-index:6;background:var(--color-secondary);display:flex;align-items:center;justify-content:center;height:36px;box-shadow:0 2px 8px #00000040;width:100%;margin-left:50%;transform:translate(-50%);padding-left:max(env(safe-area-inset-left),0px);padding-right:max(env(safe-area-inset-right),0px)}.waiter-topbar img{height:20px}.waiter-header{position:sticky;top:36px;z-index:5;background:var(--color-secondary);display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 12px;box-shadow:0 2px 8px #00000040}.waiter-title{font-size:1rem;margin:0}.waiter-btn{padding:8px 12px;border:0;border-radius:10px;background:var(--color-accent, #111);color:#fff;text-decoration:none}.waiter-btn .waiter-icon-qr{width:16px;height:16px;margin-right:8px;vertical-align:-2px;filter:invert(1)}.waiter-card{display:grid;gap:10px;padding:12px 14px;border-radius:12px;background:var(--color-secondary);color:var(--text)}.waiter-scan-wrap{position:relative;min-height:calc(100vh - 36px);border-radius:0;overflow:visible;background:transparent;display:grid;align-content:start;justify-items:center;gap:12px;padding:12px 0}.waiter-scan-overlay{position:static;display:grid;gap:12px;justify-items:center;width:100%}.waiter-scan-box{position:relative;place-self:center;width:min(88vw,88vh);max-width:640px;aspect-ratio:1 / 1;border:3px solid var(--color-accent);border-radius:12px;overflow:hidden;background:#000}.waiter-video-inbox{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.waiter-scan-ui{display:flex;gap:10px;align-items:center;justify-content:center;padding:0;background:transparent;color:inherit}.waiter-pill{padding:2px 8px;border-radius:999px;background:var(--color-secondary, rgba(0,0,0,.06));font-weight:900}.waiter-timeline{display:grid;gap:8px}.waiter-step{display:flex;align-items:center}.waiter-step--pad{padding-left:30px}.waiter-circle{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;border:2.5px solid var(--color-accent, #111);color:var(--color-accent, #111);font-size:13px;margin-right:8px;line-height:1;font-weight:900}.waiter-dot{width:10px;height:10px;border-radius:999px;background:var(--color-accent, #111);margin-right:10px;display:inline-block;animation:waiter-pulse 1s 0s infinite ease-in-out}.waiter-dots{display:flex;justify-content:center;padding-top:6px;gap:10px}.waiter-dots span{width:6px;height:6px;border-radius:999px;background:var(--color-accent, #111);display:inline-block;animation:waiter-pulse .9s 0s infinite ease-in-out}.waiter-dots span:nth-child(2){animation-delay:.1s}.waiter-dots span:nth-child(3){animation-delay:.2s}.waiter-items{display:grid;gap:8px}.waiter-item{display:flex;justify-content:space-between;padding:10px 12px;border-radius:10px;background:var(--color-secondary)}.waiter-filters{padding:8px 16px 0;max-width:960px;margin:0 auto}.waiter-tabs{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.waiter-tab{padding:6px 10px;border-radius:8px;border:0;background:#00000014;color:inherit}.waiter-tab--active{background:var(--color-accent);color:#fff}.kpi-grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 600px){.kpi-grid{grid-template-columns:1fr 1fr}}.owner-charts{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 900px){.owner-charts{grid-template-columns:1.6fr 1fr}}.owner-charts--equal{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width:900px){.owner-charts--equal{grid-template-columns:1fr 1fr}}.owner-lists{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width: 900px){.owner-lists{grid-template-columns:1fr 1fr}}.owner-tiles{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 900px){.owner-tiles{grid-template-columns:1fr 1fr}}.waiter-live-grid{width:100%;grid-auto-rows:auto}.waiter-tile{position:relative;color:var(--text)}.waiter-live-stack{width:100%}.waiter-live-stack .waiter-tile{box-shadow:none}.waiter-tile .pill{font-weight:700;letter-spacing:.3px;box-shadow:0 2px 4px #00000040}html.theme-light .waiter-tile .pill{color:#111}html.theme-light .waiter-card{background:var(--color-secondary);color:var(--text)}html.theme-light .waiter-tile .order-link{color:#111}html.theme-dark .waiter-tile .order-link{color:#fff}.waiter-tile .order-link{transition:background .2s,transform .2s}.waiter-tile .order-link:hover{transform:translateY(-2px)}.waiter-order-groups{margin-top:.25rem}html.theme-light .waiter-btn,html.theme-light .waiter-tab--active{color:#111!important}html.theme-light .waiter-tile,html.theme-light .waiter-card{color:var(--text)!important}.owner-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.owner-help-icon{width:16px;height:16px;display:inline-block;background:var(--color-accent);-webkit-mask:url(/assets/faq-DrAccX8r.png) center / contain no-repeat;mask:url(/assets/faq-DrAccX8r.png) center / contain no-repeat;border-radius:2px;opacity:.95;cursor:help}html.theme-dark .owner-help-icon{background:var(--color-accent)}.waiter-row{display:flex;flex-direction:column;align-items:stretch;gap:8px;padding:12px;border-radius:10px;background:var(--color-secondary)}.waiter-row-main{min-width:0}.waiter-row-title{font-weight:700}.waiter-row-sub{opacity:.85;line-height:1.35}.waiter-row-note{opacity:.6}.waiter-row-actions{white-space:nowrap;display:flex;gap:10px;align-items:center;align-self:flex-end}.waiter-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:20;padding:16px}.waiter-modal-card{width:100%;max-width:420px;border-radius:12px;background:var(--color-secondary);color:var(--text);box-shadow:0 10px 30px #00000059}.waiter-modal-head{padding:12px 14px;border-bottom:1px solid rgba(0,0,0,.1);font-weight:700}.waiter-modal-body{padding:12px 14px;display:grid;gap:10px}.waiter-modal-actions{display:flex;justify-content:flex-end;gap:8px}@keyframes waiter-pulse{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}html{scroll-behavior:smooth}html,body{overflow-x:clip}html,body,.offer-page{user-select:none;-webkit-user-select:none}.offer-page{font-family:system-ui,Segoe UI,Arial,sans-serif;line-height:1.4;color:#1c1c1e}.offer-section{padding:72px 24px;max-width:1180px;margin:0 auto}.offer-section h2{font-size:2rem;margin:0 0 32px}.offer-section{scroll-margin-top:84px}.offer-nav{position:sticky;top:0;z-index:50;padding:12px 24px;margin:0;left:0}.offer-nav-inner{max-width:1380px;margin:0 auto;background:#ffffffad;backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);border:1px solid rgba(0,0,0,.06);box-shadow:0 8px 24px -10px #00000026;border-radius:48px;display:flex;align-items:center;gap:48px;padding:10px 34px}.offer-nav-logo img{display:block;height:30px;width:auto}.offer-nav-links{list-style:none;display:flex;gap:28px;margin:0;padding:0;flex:1;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.desktop-only{display:flex}.mobile-only{display:none}@media (max-width:780px){.desktop-only{display:none!important}.mobile-only{display:inline-flex}}.burger-btn{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:14px;padding:10px 12px;display:inline-flex;flex-direction:column;gap:4px;cursor:pointer;transition:.35s;box-shadow:0 4px 14px -6px #0000002e}.burger-btn span{display:block;width:22px;height:3px;background:#101820;border-radius:3px;transition:.4s}.burger-btn.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger-btn.open span:nth-child(2){opacity:0}.burger-btn.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.burger-btn:hover{background:#f5f5f5}.mobile-menu-panel{position:fixed;inset:0 0 auto 0;top:0;left:0;right:0;transform:translateY(-120%);transition:transform .45s cubic-bezier(.65,.05,.36,1);background:#ffffffeb;backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);border-bottom:1px solid rgba(0,0,0,.1);z-index:120;display:flex;flex-direction:column;gap:28px;padding:86px 28px 34px}.mobile-menu-panel.show{transform:translateY(0)}.mobile-menu-panel ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:18px}.mobile-menu-panel a{text-decoration:none;font-size:1.05rem;font-weight:600;color:#101820;opacity:.85}.mobile-menu-panel a:hover{opacity:1}.mobile-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:110;border:none}.mobile-panel-cta{display:flex}.mobile-panel-cta .cta{flex:1;padding:16px 30px;font-size:1.05rem}.offer-nav-links::-webkit-scrollbar{display:none}.offer-nav-links a{text-decoration:none;font-size:.95rem;font-weight:500;color:#101820;opacity:.8;transition:.2s}.offer-nav-links a:hover{opacity:1}.offer-nav-cta .cta.small{padding:10px 22px;font-size:.9rem}.hero{position:relative;padding:40px 24px 80px;color:#1c1c1e;overflow:visible}.hero-bar{position:relative;height:450px;width:100vw;left:calc(-50vw + 50%);display:flex;align-items:center}.hero-bar-inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:60px;max-width:1380px;margin:0 auto;padding:0 24px;width:100%}.hero-columns{display:flex;align-items:center;justify-content:center;gap:80px}.hero-col.visual{flex:0 0 560px;display:flex;justify-content:center;align-items:center;position:relative;min-height:420px}.hero-viewer{position:relative;width:100%;height:420px;min-height:300px}.hero-viewer.only-model{display:flex;align-items:center;justify-content:center}.hero-col.text{flex:1;max-width:640px;display:flex;flex-direction:column;align-items:flex-start;gap:28px}.hero-logo-inline{display:block;width:200px;height:auto;opacity:.95;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15))}.hero-headline{font-size:clamp(2.4rem,5.4vw,3.8rem);line-height:1.05;margin:0;color:#101820;font-weight:700;letter-spacing:-1px}.hero-description{font-size:1.15rem;line-height:1.5;margin:0;color:#1c1c1e;opacity:.85;max-width:580px}.hero-actions{display:flex;gap:18px;flex-wrap:wrap}.hero-actions .cta{padding:16px 34px;font-size:1.05rem}.hero-cta-row{margin-top:40px;display:flex;justify-content:center}.cta-group{display:flex;gap:16px;flex-wrap:wrap}.cta{cursor:pointer;border:none;border-radius:999px;padding:14px 30px;font-size:1rem;font-weight:600;letter-spacing:.5px;transition:background .25s,box-shadow .25s,transform .25s}.cta.primary{background:#ff7d00;color:#fff}.cta.primary:hover{background:#ff8f24;box-shadow:0 6px 18px -4px #00000059;transform:translateY(-2px)}.cta.secondary{background:#fff;color:#101820;box-shadow:0 2px 6px #0000001f}.cta.secondary:hover{background:#f7f7f7;transform:translateY(-2px)}.mockup-strip{display:none}.for-whom .tiles,.why-choose .tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.tile{background:#fff;border:1px solid #e6e6e8;border-radius:20px;padding:28px 24px 32px;box-shadow:0 4px 14px -6px #0000001f;display:flex;flex-direction:column;gap:10px;transition:box-shadow .25s,transform .25s}.tile:hover{box-shadow:0 8px 28px -8px #00000040;transform:translateY(-4px)}.tile .icon{font-size:2rem}.tile .icon img{display:block;width:56px;height:56px;object-fit:contain;margin:0 auto;filter:drop-shadow(0 4px 10px rgba(0,0,0,.12))}.tile h3{margin:0;font-size:1.1rem}.tile p{margin:0;font-size:.95rem;opacity:.9}.tile-bullets{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.tile-bullets li{position:relative;padding-left:16px;font-size:.95rem;opacity:.95}.tile-bullets li:before{content:"";position:absolute;left:0;top:.6em;width:7px;height:7px;border-radius:50%;background:var(--accent,#ff7d00)}.how-it-works{position:relative}.how-it-works .steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:150px;counter-reset:step;position:relative}.how-path{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:0}.how-dots{display:none}.step{background:#fff;border:1px solid #e6e6e8;border-radius:28px;padding:28px;box-shadow:0 4px 18px -6px #00000024;position:relative;max-width:620px}.step:before{counter-increment:step;content:counter(step);position:absolute;top:-26px;left:-26px;background:#ff7d00;color:#fff;font-weight:700;font-size:1rem;width:54px;height:54px;display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 6px 22px -6px #00000059;z-index:2}.step p{margin:0 0 10px;font-size:1rem;opacity:.9}.step .step-img{margin:0 0 14px;display:block;width:100%;overflow:hidden}.step .step-img img{display:block;width:100%;height:auto;max-height:240px;object-fit:contain}.steps .row{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.steps .row .spacer{flex:1}.steps .row.left{flex-direction:row}.steps .row.right{flex-direction:row-reverse}.steps .row.left .step{margin-left:0}.steps .row.right .step{margin-right:0}.how-path path{stroke:var(--accent, #ff7d00);stroke-width:5;fill:none;stroke-dasharray:.1 14;stroke-linecap:round;opacity:.95}.how-path .dot{fill:var(--accent, #ff7d00)}.why-choose .reasons,.results .results-list{list-style:none;margin:0;padding:0;display:grid;gap:16px}.why-choose li,.results li{background:#fff;border:1px solid #e6e6e8;border-radius:18px;padding:18px 22px;font-size:1rem;box-shadow:0 3px 14px -6px #0000001f}.results-list.big-bullets{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:18px}.results-list.big-bullets li{background:transparent;border:none;box-shadow:none;padding:12px 0;display:flex;align-items:flex-start;gap:18px;font-size:1.25rem;font-weight:600;line-height:1.35}.results-list.big-bullets .bullet-icon{width:18px;height:18px;border-radius:50%;background:#ff7d00;flex:0 0 18px;box-shadow:0 0 0 6px #ff7d002e}.results-list.big-bullets .bullet-text{flex:1;display:block}@media (max-width:780px){.results-list.big-bullets li{font-size:1.15rem;padding:24px 26px}.results-list.big-bullets .bullet-icon{width:16px;height:16px;flex:0 0 16px;box-shadow:0 0 0 5px #ff7d0033}}@media (max-width:480px){.results-list.big-bullets li{font-size:1.05rem;padding:22px}.results-list.big-bullets{gap:14px}}.dashboards-panels .panels{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px}.panel-block{background:#fff;border:1px solid #e6e6e8;border-radius:24px;padding:26px 24px 30px;box-shadow:0 4px 16px -6px #00000021;display:flex;flex-direction:column;gap:14px}.panel-block{transition:box-shadow .25s,transform .25s;cursor:pointer}.panel-block:hover{box-shadow:0 8px 28px -8px #00000040;transform:translateY(-4px)}.panel-hint{font-size:.65rem;font-weight:600;letter-spacing:.5px;color:#ff7d00;text-transform:uppercase;margin:-6px 0 4px;opacity:.9}.panel-visual{background:repeating-linear-gradient(45deg,#e8ecf0,#e8ecf0 10px,#f4f7fa 10px,#f4f7fa 20px);border-radius:14px;height:140px;width:100%}.panel-visual.screenshot{background:#fff;overflow:hidden;position:relative}.panel-visual.screenshot img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.dash-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:40px}.dash-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.dash-modal-inner{position:relative;max-width:1080px;width:100%;background:#fff;border-radius:28px;box-shadow:0 20px 60px -10px #00000073;padding:34px 40px;display:flex;flex-direction:column;gap:24px}.dash-modal-inner h3{margin:0;font-size:1.4rem}.dash-modal-image-wrap{max-height:70vh;overflow:auto;border:1px solid #e2e5e9;border-radius:18px}.dash-modal-image-wrap img{width:100%;height:auto;display:block}.dash-modal-close{position:absolute;top:12px;right:16px;border:none;background:#ff7d00;color:#fff;font-size:1.3rem;width:40px;height:40px;border-radius:50%;cursor:pointer;box-shadow:0 4px 14px -4px #0000004d}.dash-modal-close:hover{background:#ff8b22}@media (max-width:780px){.dash-modal{padding:20px}.dash-modal-inner{padding:26px}.dash-modal-image-wrap{max-height:60vh}}.panel-block h3{margin:0;font-size:1.15rem}.panel-block p{margin:0;font-size:.95rem;opacity:.85}.testimonials .testimonial-cards{display:grid;gap:24px}.testimonial{background:#fff;padding:34px 38px;border:1px solid #e6e6e8;border-radius:28px;box-shadow:0 5px 18px -6px #00000029;max-width:880px;margin:0 auto}.testimonial blockquote{margin:0 0 18px;font-size:1.1rem;font-weight:500;line-height:1.5}.testimonial figcaption{font-size:.9rem;opacity:.8}.final-cta{background:transparent;padding:60px 24px;text-align:center}.final-cta h2{display:none}.final-cta .cta.primary{background:#ff7d00;color:#fff;font-size:1.15rem;padding:20px 46px;box-shadow:0 6px 20px -6px #00000059}.final-cta .cta-group.dual{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;margin-top:20px}.final-cta .cta.secondary{background:#fff;color:#101820;box-shadow:0 2px 6px #0000001f}.final-cta .cta.secondary:hover{background:#f7f7f7;transform:translateY(-2px)}@media (max-width:640px){.final-cta .cta-group.dual .cta{flex:1 1 100%}}.offer-container{max-width:1180px;margin:0 auto;padding:0 24px}.mobile-menu-logo{display:flex;align-items:center;justify-content:flex-start;margin:-40px 0 10px}.mobile-menu-logo img{height:34px;width:auto;display:block;filter:drop-shadow(0 4px 12px rgba(0,0,0,.18))}@media (max-width:780px){.offer-footer{margin:60px auto 30px;padding:26px 20px}}@media (max-width:980px){.hero{padding:20px 24px 60px}.hero-columns{flex-direction:column;gap:40px}.hero-col.visual{flex:0 0 auto;min-height:360px}.hero-col.text{align-items:center;text-align:center}.hero-logo-inline{width:180px}.hero-headline{font-size:clamp(2.2rem,7vw,3.2rem)}.hero-description{font-size:1.05rem}.offer-nav-inner{gap:20px;padding:8px 16px;border-radius:36px}.offer-nav-links{gap:18px}}@media (max-width:780px){.offer-section{padding:60px 20px}.hero-columns{gap:32px}.offer-nav{padding:0;margin:0;height:0}.offer-nav-inner{background:transparent!important;box-shadow:none!important;border:none!important;padding:0!important;gap:0!important;height:0;min-height:0}.offer-nav-inner .offer-nav-logo,.offer-nav-inner .offer-nav-links,.offer-nav-inner .offer-nav-cta{display:none!important}.burger-btn.mobile-only{position:fixed;top:14px;left:14px;z-index:130;border-radius:16px;background:#ffffffad;backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);border:1px solid rgba(0,0,0,.1)}.burger-btn{box-shadow:0 4px 14px -6px #00000040}.hero-viewer{height:360px}.hero-logo-inline{width:160px}.hero-actions .cta{flex:1 1 100%;justify-content:center}.hero-bar{height:300px;width:100%;left:0}.step{padding:30px 28px}.testimonial{padding:28px 30px}.final-cta{padding:80px 26px}.how-it-works .steps{gap:42px}.steps .row{flex-direction:column!important;gap:0}.step{max-width:none;width:100%;padding:26px 24px}.how-path{display:block}.how-path path{stroke-width:4}.step:before{top:-22px;left:-22px;width:50px;height:50px;font-size:.95rem}#jak-to-dziala.offer-section{margin:4.5rem 20px 4rem}.how-it-works{overflow:visible}.offer-nav-cta,.offer-nav-logo{display:none}.offer-nav-inner{gap:14px;padding:6px 12px}.offer-nav-links a{font-size:.85rem}.hero-col.visual{display:flex;min-height:300px}.hero-viewer{height:300px}.hero-logo-inline{margin-top:40px}#jak-to-dziala.offer-section{padding:4.5rem 20px 4rem}}@media (max-width:640px){.offer-nav-links{gap:14px}.step{padding:24px 22px}.step:before{width:46px;height:46px;top:-20px;left:-20px;font-size:.9rem}}@media (max-width:480px){.for-whom .tiles,.why-choose .tiles{grid-template-columns:1fr;gap:16px}.how-it-works .steps{gap:34px}.step{padding:22px 20px}.step p{font-size:.95rem}.step:before{width:44px;height:44px;top:-18px;left:-18px;font-size:.85rem}}.offer-page{background:#fff}.offer-page .offer-section{color:#101820}.packages .packages-table-wrap{background:#fff;border:1px solid #e6e6e8;border-radius:20px;box-shadow:0 4px 14px -6px #0000001f;overflow:auto}.packages-table{width:100%;border-collapse:separate;border-spacing:0;min-width:720px}.packages-table thead th{position:sticky;top:0;background:#fafafa;border-bottom:1px solid #e6e6e8;font-weight:700;text-align:left;padding:16px 18px}.packages-table thead th.col-package{text-align:center}.packages-table tbody th{font-weight:600;text-align:left;padding:14px 18px;border-bottom:1px solid #f0f0f2}.packages-table td{padding:12px 18px;text-align:center;border-bottom:1px solid #f0f0f2}.packages-table tr:last-child th,.packages-table tr:last-child td{border-bottom:none}.packages-table .availability img{display:inline-block;width:20px;height:20px;filter:drop-shadow(0 2px 6px rgba(0,0,0,.12))}.packages-table .availability.yes img{filter:drop-shadow(0 2px 6px rgba(0,128,0,.18))}.packages-table .availability.no img{opacity:.8}.packages h2{margin-bottom:18px}.packages-scroll-hint{margin:-6px 0 14px;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:#ff7d00;opacity:.85}.packages-cta-row{margin:26px 0 0;display:flex;justify-content:center}.packages-cta-row .cta.primary{padding:16px 34px;font-size:1rem}.meeting-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1400;display:flex;align-items:center;justify-content:center;padding:40px}.meeting-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.meeting-modal-inner{position:relative;width:100%;max-width:900px;background:#fff;border-radius:28px;box-shadow:0 20px 60px -10px #00000073;padding:34px 40px;display:flex;flex-direction:column;gap:18px}.meeting-modal-inner h3{margin:0 0 4px;font-size:1.4rem}.meeting-iframe-wrap{border:1px solid #e2e5e9;border-radius:18px;overflow:hidden;height:70vh}.meeting-iframe-wrap iframe{width:100%;height:100%;border:none}.meeting-close{position:absolute;top:12px;right:16px;border:none;background:#ff7d00;color:#fff;font-size:1.3rem;width:42px;height:42px;border-radius:50%;cursor:pointer;box-shadow:0 4px 14px -4px #0000004d}.meeting-close:hover{background:#ff8b22}@media (max-width:780px){.meeting-modal{padding:20px}.meeting-modal-inner{padding:26px}.meeting-iframe-wrap{height:60vh}}@media (max-width:780px){.packages .packages-table-wrap{border-radius:16px}.packages-table{min-width:640px}}
