.nav{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#121218eb;justify-content:space-between;align-items:center;height:72px;padding:0 clamp(1.5rem,4vw,3rem);display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{align-items:center;height:100%;display:flex}.nav-logo-img{object-fit:contain;width:auto;height:64px;display:block}@media (width<=768px){.nav-logo-img{height:52px}}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{font-family:var(--font-h);letter-spacing:.12em;text-transform:uppercase;color:var(--text2);padding:.3rem 0;font-size:.85rem;font-weight:500;transition:color .3s;position:relative}.nav-links a:after{content:"";background:var(--gold);width:0;height:1.5px;transition:width .3s var(--ease);position:absolute;bottom:-2px;left:0}.nav-links a:hover,.nav-links a.active{color:var(--gold)}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-right{align-items:center;gap:1rem;display:flex}.nav-cart-btn{font-family:var(--font-h);letter-spacing:.08em;color:var(--gold);border:1px solid var(--border-gold);border-radius:6px;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.8rem;transition:all .2s;display:flex}.nav-cart-btn:hover{background:var(--gold);color:var(--bg)}.nav-cart-count{font-weight:700}.nav-cart-total{color:var(--text2);font-size:.75rem}.hamburger{z-index:1001;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--text);width:22px;height:2px;transition:all .3s var(--ease);transform-origin:50%;display:block}.hamburger.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-nav{z-index:999;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;pointer-events:none;background:#121218f7;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;transition:opacity .4s;display:flex;position:fixed;inset:0}.mobile-nav.open{opacity:1;pointer-events:all}.mobile-nav a{font-family:var(--font-h);letter-spacing:.12em;text-transform:uppercase;color:var(--text);font-size:2rem;font-weight:600;transition:color .3s}.mobile-nav a:hover,.mobile-nav a.active{color:var(--gold)}@media (width<=768px){.nav-links{display:none}.hamburger{display:flex}}.closed-banner{z-index:1100;color:#fff;text-align:center;font-family:var(--font-h);letter-spacing:.04em;background:#dc2626;padding:.5rem 1rem;font-size:.85rem;font-weight:600;line-height:1.3;position:fixed;top:0;left:0;right:0}.closed-banner-short{display:none}.closed-banner-long{display:inline}.manual-closed-banner{z-index:1101;color:#fff;text-align:center;font-family:var(--font-h);letter-spacing:.04em;background:linear-gradient(90deg,#b91c1c 0%,#dc2626 50%,#b91c1c 100%);padding:.55rem 1rem;font-size:.85rem;font-weight:600;line-height:1.35;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 12px #dc262666}.manual-closed-banner strong{letter-spacing:.06em;margin-right:.3em;font-weight:700}@media (width<=768px){.manual-closed-banner{padding:.45rem .7rem;font-size:.78rem}}.has-closed-banner .nav,.has-closed-banner .mobile-nav{top:32px}@media (width<=768px){.closed-banner{padding:.45rem .7rem;font-size:.8rem}.closed-banner-short{display:inline}.closed-banner-long{display:none}.has-closed-banner .nav,.has-closed-banner .mobile-nav{top:30px}}.back-to-top{z-index:900;border:1px solid var(--border-gold,#c9a84c66);background:var(--bg2,#1a1a22);width:2.75rem;height:2.75rem;color:var(--gold,#c9a84c);cursor:pointer;opacity:0;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;transition:opacity .25s,transform .25s,background .2s,color .2s;display:inline-flex;position:fixed;bottom:1.5rem;right:1.5rem;transform:translateY(8px);box-shadow:0 6px 18px #00000059}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{background:var(--gold,#c9a84c);color:var(--bg,#121218)}.back-to-top:focus-visible{outline:2px solid var(--gold,#c9a84c);outline-offset:3px}@media (width<=768px){.back-to-top{width:2.5rem;height:2.5rem;bottom:1rem;right:1rem}}.pm-overlay{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;justify-content:center;align-items:center;padding:1rem;animation:.25s pmFadeIn;display:flex;position:fixed;inset:0}.pm-overlay.pm-overlay-preview{z-index:auto;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;height:100%;padding:0;animation:none;display:block;position:relative;inset:auto}.pm-overlay-preview .pm-modal{border-radius:var(--radius-sm);max-width:100%;min-height:auto;max-height:none;margin:0 auto}@keyframes pmFadeIn{0%{opacity:0}to{opacity:1}}.pm-modal{background:#1a1a22;border:1px solid #c9a84c33;border-radius:16px;flex-direction:column;width:100%;max-width:520px;min-height:60vh;max-height:92vh;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 80px #0009,0 0 0 1px #c9a84c14}.pm-modal-parent{animation:.3s cubic-bezier(.16,1,.3,1) pmSlideUp}.pm-modal-screen{animation:.3s cubic-bezier(.16,1,.3,1) pmSlideRight}@keyframes pmSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes pmSlideRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.pm-img-section{background:#121218;flex-shrink:0;width:100%;height:220px;position:relative;overflow:hidden}.pm-product-img{object-fit:contain;width:100%;height:100%}.pm-close-circle{z-index:10;color:#f0ece4;cursor:pointer;background:#000000b3;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.4rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:12px;right:12px}.pm-close-circle:hover{background:#c9a84c4d;border-color:#c9a84c80}.pm-scroll{scrollbar-width:thin;scrollbar-color:#c9a84c4d transparent;flex:1;overflow:hidden auto}.pm-scroll::-webkit-scrollbar{width:4px}.pm-scroll::-webkit-scrollbar-thumb{background:#c9a84c4d;border-radius:2px}.pm-info{text-align:center;padding:1.4rem 1.5rem 1rem}.pm-name{letter-spacing:.04em;text-transform:uppercase;color:#f0ece4;margin-bottom:.4rem;font-family:Oswald,sans-serif;font-size:1.5rem;font-weight:700}.pm-desc{color:#a09b90;margin-bottom:.6rem;font-size:.9rem}.pm-base-price{color:#c9a84c;letter-spacing:.02em;font-family:Oswald,sans-serif;font-size:1.2rem;font-weight:700}.pm-cards{flex-direction:column;gap:.6rem;padding:.6rem 1.2rem 1.2rem;display:flex}.pm-card{text-align:left;cursor:pointer;width:100%;color:inherit;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:.3rem;padding:.85rem 1rem;font-family:inherit;transition:all .2s;display:flex}.pm-card:hover{background:#c9a84c0f;border-color:#c9a84c59}.pm-card:active{transform:scale(.985)}.pm-card-filled{background:#c9a84c12;border-color:#c9a84c66}.pm-card-error{background:#f871710f;border-color:#f8717180;animation:.4s pmShake}.pm-card-head{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.pm-card-title{letter-spacing:.1em;text-transform:uppercase;color:#c9a84c;align-items:center;gap:.5rem;font-family:Oswald,sans-serif;font-size:.78rem;font-weight:600;display:flex}.pm-card-req{color:#fca5a5;letter-spacing:.06em;background:#f8717126;border-radius:100px;padding:.1rem .5rem;font-size:.6rem;font-weight:700}.pm-card-arrow{color:#6b675e;font-size:1.4rem;font-weight:300;line-height:1}.pm-card-body{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.pm-card-value{color:#6b675e;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.95rem;font-style:italic;overflow:hidden}.pm-card-value.is-set{color:#f0ece4;font-style:normal;font-weight:500}.pm-card-extra{color:#c9a84c;flex-shrink:0;font-family:Oswald,sans-serif;font-size:.85rem;font-weight:700}.pm-card-hint{color:#6b675e;font-size:.7rem;font-style:italic}.pm-spacer{height:1rem}.pm-footer{background:linear-gradient(#12121800 0%,#121218fa 30%);border-top:1px solid #c9a84c26;flex-shrink:0;align-items:center;gap:.8rem;padding:.85rem 1.2rem;display:flex}.pm-footer-screen{justify-content:center}.pm-preview-banner{text-align:center;color:#f0c040;background:#f0c04026;border:1px dashed #f0c04080;border-radius:10px;width:100%;padding:.75rem 1rem;font-size:.9rem;font-weight:600}.pm-preview-save-bar{padding:.85rem 1rem calc(.85rem + env(safe-area-inset-bottom));background:linear-gradient(#0000 0%,#121218f2 30%);border-top:1px solid #4ade804d;flex-shrink:0}.pm-preview-save-btn{color:#0a1f10;width:100%;font-family:var(--font-h);letter-spacing:.04em;cursor:pointer;text-shadow:0 1px #ffffff26;background:linear-gradient(135deg,#4ade80 0%,#22c55e 50%,#16a34a 100%);border:0;border-radius:12px;padding:1rem 1.2rem;font-size:1.05rem;font-weight:700;transition:filter .2s,transform .2s,box-shadow .2s;box-shadow:0 6px 20px #4ade8059,inset 0 1px #fff3}.pm-preview-save-btn:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 8px 28px #4ade8080,inset 0 1px #ffffff4d}.pm-preview-save-btn:active:not(:disabled){transform:translateY(0)}.pm-preview-save-btn:disabled{opacity:.6;cursor:not-allowed;filter:grayscale(.3)}.pm-qty-ctrl{border:1px solid #c9a84c4d;border-radius:10px;flex-shrink:0;align-items:center;display:flex;overflow:hidden}.pm-qty-btn{color:#c9a84c;cursor:pointer;background:#c9a84c0f;border:none;justify-content:center;align-items:center;width:38px;height:44px;font-size:1.2rem;font-weight:600;transition:background .15s;display:flex}.pm-qty-btn:hover{background:#c9a84c2e}.pm-qty-val{text-align:center;color:#f0ece4;width:38px;font-family:Oswald,sans-serif;font-size:1.05rem;font-weight:600}.pm-add-btn,.pm-validate-btn{letter-spacing:.06em;text-transform:uppercase;color:#121218;cursor:pointer;background:linear-gradient(135deg,#c9a84c,#e0c878);border:none;border-radius:10px;flex:1;justify-content:space-between;align-items:center;gap:.8rem;min-height:44px;padding:.85rem 1rem;font-family:Oswald,sans-serif;font-size:.95rem;font-weight:600;transition:all .25s;display:flex;box-shadow:0 4px 15px #c9a84c40}.pm-add-btn:hover,.pm-validate-btn:hover{transform:translateY(-1px);box-shadow:0 6px 25px #c9a84c66}.pm-add-btn:active,.pm-validate-btn:active{transform:translateY(0)}.pm-add-price{background:#0000002e;border-radius:6px;padding:.25rem .7rem;font-size:.95rem;font-weight:700}.pm-validate-btn{justify-content:center;max-width:360px}@keyframes pmShake{0%,to{transform:translate(0)}20%,60%{transform:translate(-4px)}40%,80%{transform:translate(4px)}}.pm-add-shake{animation:.4s pmShake}.pm-screen-header{border-bottom:1px solid #c9a84c1f;flex-shrink:0;align-items:center;gap:.6rem;padding:1rem 1rem .8rem .5rem;display:flex}.pm-back-btn{color:#c9a84c;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:2rem;font-weight:300;line-height:1;transition:background .15s;display:flex}.pm-back-btn:hover{background:#c9a84c1a}.pm-screen-title{flex:1;min-width:0}.pm-screen-title h2{letter-spacing:.03em;color:#f0ece4;margin:0;font-family:Oswald,sans-serif;font-size:1.2rem;font-weight:700;line-height:1.15}.pm-screen-sub{color:#a09b90;margin:.15rem 0 0;font-size:.75rem}.pm-screen-scroll{scrollbar-width:thin;scrollbar-color:#c9a84c4d transparent;flex:1;padding:.6rem .6rem 1rem;overflow:hidden auto}.pm-screen-scroll::-webkit-scrollbar{width:4px}.pm-screen-scroll::-webkit-scrollbar-thumb{background:#c9a84c4d;border-radius:2px}.pm-row{cursor:pointer;width:100%;color:inherit;text-align:left;background:#ffffff05;border:1px solid #ffffff0f;border-radius:10px;align-items:center;gap:.8rem;margin-bottom:.3rem;padding:.7rem .85rem;font-family:inherit;transition:all .15s;display:flex}.pm-row:hover{background:#c9a84c0d;border-color:#c9a84c4d}.pm-row:active{transform:scale(.99)}.pm-row-active{background:#c9a84c1f;border-color:#c9a84c;box-shadow:inset 0 0 12px #c9a84c26}.pm-row-icon{background:#ffffff0a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.pm-row-active .pm-row-icon{background:#c9a84c2e}.pm-row-text{flex:1;min-width:0}.pm-row-name{color:#f0ece4;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:500;overflow:hidden}.pm-row-desc{color:#a09b90;text-overflow:ellipsis;white-space:nowrap;margin-top:.15rem;font-size:.78rem;overflow:hidden}.pm-row-price{color:#c9a84c;flex-shrink:0;font-family:Oswald,sans-serif;font-size:.85rem;font-weight:700}.pm-row-price.free{color:#4ade80;font-size:.78rem;font-weight:500}.pm-row-check{color:#6b675e;background:#ffffff0d;border:1px solid #ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.85rem;font-weight:700;display:flex}.pm-row-active .pm-row-check{color:#121218;background:#c9a84c;border-color:#c9a84c}@media (width<=600px){.pm-overlay{align-items:flex-end;padding:0}.pm-modal{border-bottom:none;border-radius:16px 16px 0 0;max-width:100%;min-height:70vh;max-height:95vh}.pm-img-section{height:200px}.pm-name{font-size:1.35rem}.pm-cards{padding:.5rem 1rem 1rem}.pm-card{padding:.8rem .9rem}.pm-footer{padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom))}.pm-add-btn{padding:.8rem .9rem;font-size:.88rem}.pm-screen-header{padding:.85rem .85rem .7rem .4rem}.pm-screen-scroll{padding:.5rem .5rem calc(.5rem + env(safe-area-inset-bottom))}}.hero-mini{text-align:center;justify-content:center;align-items:center;height:38vh;min-height:280px;margin-top:72px;display:flex;position:relative;overflow:hidden}.hero-mini-bg{background:url(/menu/istanbul-kebab-menu-hero-romans-banner.jpg) 50%/cover;position:absolute;inset:0}.hero-mini-overlay{background:linear-gradient(180deg, #1212188c 0%, #121218d9 60%, var(--bg) 100%);position:absolute;inset:0}.hero-mini-content{z-index:2;position:relative}.hero-mini-content h1{font-family:var(--font-h);letter-spacing:.1em;color:var(--text);font-size:clamp(2.2rem,5.5vw,4rem);font-weight:700}.gold-line{background:linear-gradient(90deg, transparent, var(--gold), transparent);width:60px;height:2px;margin:.8rem auto}.hero-mini-content p{color:var(--text2);font-size:1rem}.filter-bar{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#121218d9;padding:.75rem 0;position:sticky;top:72px}.filter-inner{scrollbar-width:none;-ms-overflow-style:none;gap:.5rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;overflow-x:auto}.filter-inner::-webkit-scrollbar{display:none}.filter-btn{font-family:var(--font-h);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);white-space:nowrap;border:1px solid #0000;border-radius:100px;padding:.5rem 1.2rem;font-size:.82rem;font-weight:500;transition:all .3s}.filter-btn:hover{color:var(--text);background:#c9a84c14}.filter-btn.active{color:var(--gold);border-color:var(--border-gold);background:#c9a84c1f}.menu-section{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 4rem}.menu-loading{justify-content:center;align-items:center;min-height:60vh;display:flex}.spinner{border:3px solid var(--border);border-top-color:var(--gold);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.cat-heading{opacity:1;transition:all .6s var(--ease);align-items:center;gap:1rem;margin:2.5rem 0 1.5rem;display:flex;transform:translateY(0)}.cat-heading.visible{opacity:1;transform:translateY(0)}.cat-heading-emoji{font-size:1.4rem}.cat-heading h2{font-family:var(--font-h);letter-spacing:.12em;color:var(--gold);white-space:nowrap;font-size:1.2rem;font-weight:600}.cat-heading-line{background:linear-gradient(90deg, var(--gold-dark), transparent);flex:1;height:1px}.menu-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem;display:grid}@media (width<=1024px){.menu-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.menu-grid{grid-template-columns:1fr}}.menu-card{background:var(--glass);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;opacity:1;transition:all .4s var(--ease);overflow:hidden;transform:translateY(0)}.menu-card.visible{opacity:1;transform:translateY(0)}.menu-card:hover{border-color:#c9a84c40;transform:translateY(-4px);box-shadow:0 16px 48px #00000059}.menu-card-img{aspect-ratio:1;object-fit:contain;box-sizing:border-box;border-bottom:1px solid var(--border);background:0 0;width:100%;height:auto;padding:10px}.menu-card-body{flex-direction:column;padding:1.2rem;display:flex}.menu-card-header{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.4rem;display:flex}.menu-card-name{font-family:var(--font-h);letter-spacing:.04em;text-transform:uppercase;color:var(--text);font-size:1rem;font-weight:600;line-height:1.3}.menu-card-price{font-family:var(--font-h);color:var(--gold);white-space:nowrap;font-size:1.1rem;font-weight:700}.menu-card-desc{color:var(--muted);flex:1;margin-bottom:.8rem;font-size:.85rem}.menu-card-btn{font-family:var(--font-h);letter-spacing:.1em;text-transform:uppercase;color:var(--gold);border:1px solid var(--border-gold);border-radius:100px;align-self:flex-start;padding:.45rem 1.1rem;font-size:.75rem;font-weight:500;transition:all .3s}.menu-card:hover .menu-card-btn{background:var(--gold);color:var(--bg)}.cmd-wrapper{max-width:900px;margin:0 auto;padding:100px 1.5rem 4rem}.cmd-header{text-align:center;margin-bottom:2rem}.cmd-header h1{font-family:var(--font-h);color:var(--text2);letter-spacing:.06em;font-size:2rem;font-weight:300}.cmd-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:70vh;display:flex}.cmd-empty-icon{font-size:4rem}.cmd-empty h2{font-family:var(--font-h);color:var(--text2);font-weight:300}.cmd-empty p{color:var(--muted)}.cmd-layout{grid-template-columns:1fr;gap:2rem;display:grid}.cmd-cart{background:var(--glass);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.cmd-cart-header{justify-content:space-between;align-items:center;margin-bottom:1.2rem;display:flex}.cmd-cart-header h2{font-family:var(--font-h);letter-spacing:.08em;color:var(--text);font-size:1rem}.cmd-add-more{font-family:var(--font-h);letter-spacing:.08em;color:var(--gold);border:1px solid var(--border-gold);border-radius:100px;padding:.3rem .8rem;font-size:.8rem;transition:all .2s}.cmd-add-more:hover{background:var(--gold);color:var(--bg)}.cmd-items{flex-direction:column;gap:.8rem;display:flex}.cmd-item{border-radius:var(--radius-sm);background:#ffffff05;border:1px solid #ffffff0a;align-items:center;gap:1rem;padding:.8rem;display:flex}.cmd-item-img{object-fit:cover;border-radius:8px;width:60px;height:60px}.cmd-item-info{flex:1;min-width:0}.cmd-item-name{font-family:var(--font-h);letter-spacing:.04em;color:var(--text);font-size:.9rem;font-weight:600}.cmd-item-options{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.cmd-item-price{color:var(--text2);margin-top:.2rem;font-size:.8rem}.cmd-item-actions{align-items:center;gap:.8rem;display:flex}.cmd-qty{border:1px solid var(--border-gold);border-radius:6px;align-items:center;display:flex;overflow:hidden}.cmd-qty button{width:28px;height:28px;color:var(--gold);background:#c9a84c0f;justify-content:center;align-items:center;font-size:.9rem;transition:background .2s;display:flex}.cmd-qty button:hover{background:#c9a84c26}.cmd-qty span{text-align:center;width:28px;font-family:var(--font-h);color:var(--text);font-size:.85rem}.cmd-item-total{font-family:var(--font-h);color:var(--gold);white-space:nowrap;font-size:.95rem;font-weight:700}.cmd-remove{color:var(--muted);padding:.3rem;font-size:.8rem;transition:color .2s}.cmd-remove:hover{color:var(--red)}.cmd-summary{border-top:1px solid var(--border);margin-top:1.2rem;padding-top:1rem}.cmd-summary-row{color:var(--text2);justify-content:space-between;padding:.3rem 0;font-size:.9rem;display:flex}.cmd-summary-total{font-family:var(--font-h);color:var(--text);border-top:1px solid var(--border);justify-content:space-between;margin-top:.5rem;padding:.8rem 0 0;font-size:1.2rem;font-weight:700;display:flex}.cmd-checkout-btn{width:100%;margin-top:1.2rem;padding:.8rem;font-size:1rem}.cmd-closed-msg{text-align:center;border-radius:var(--radius-sm);color:#fca5a5;font-family:var(--font-h);letter-spacing:.03em;background:#dc26261f;border:1px solid #dc26264d;margin-top:1.2rem;padding:.8rem 1rem;font-size:.85rem;font-weight:500}.cmd-checkout{background:var(--glass);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.cmd-checkout h2{font-family:var(--font-h);letter-spacing:.08em;color:var(--text);margin-bottom:1.2rem;font-size:1rem}.form-group{margin-bottom:1rem}.form-group label{font-family:var(--font-h);letter-spacing:.1em;text-transform:uppercase;color:var(--text2);margin-bottom:.4rem;font-size:.75rem;display:block}.form-group input,.form-group select{width:100%;font-size:.95rem;font-family:var(--font-b);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);background:#ffffff0a;padding:.7rem 1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus{border-color:var(--gold);outline:none}.form-group select{appearance:none;cursor:pointer}.form-group select option{background:var(--bg2);color:var(--text)}.form-radio-group{gap:.8rem;display:flex}.form-radio{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text2);cursor:pointer;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.7rem;font-size:.9rem;transition:all .2s;display:flex}.form-radio input{display:none}.form-radio.active{border-color:var(--gold);color:var(--gold);background:#c9a84c14}.cmd-delivery-info{border-radius:var(--radius-sm);color:var(--gold);background:#c9a84c14;border:1px solid #c9a84c40;margin-top:.6rem;padding:.5rem .8rem;font-size:.8rem;line-height:1.4}.cmd-zones-hint{color:var(--text2);margin-top:.3rem;font-size:.7rem;line-height:1.4}.form-group textarea{width:100%;font-size:.9rem;font-family:var(--font-b);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);resize:vertical;background:#ffffff0a;min-height:60px;padding:.7rem 1rem}.form-group textarea:focus{border-color:var(--gold);outline:none}@media (width<=600px){.form-radio-group{flex-direction:column}}.cmd-recap-final{border-radius:var(--radius-sm);background:#c9a84c0d;border:1px solid #c9a84c33;margin-top:1.5rem;padding:.9rem 1rem}.cmd-recap-row{color:var(--text2);justify-content:space-between;margin-bottom:.3rem;font-size:.85rem;display:flex}.cmd-recap-row span:last-child{color:var(--text);font-weight:500}.cmd-recap-total{font-family:var(--font-h);color:var(--gold);letter-spacing:.03em;border-top:1px dashed #c9a84c40;justify-content:space-between;margin-top:.3rem;padding-top:.5rem;font-size:1rem;font-weight:700;display:flex}.cmd-checkout-actions{gap:1rem;margin-top:1rem;display:flex}.btn-outline{font-family:var(--font-h);letter-spacing:.08em;text-transform:uppercase;color:var(--text2);border:1px solid var(--border);border-radius:var(--radius-sm);flex:1;padding:.7rem;font-size:.85rem;font-weight:500;transition:all .2s}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}.cmd-checkout-actions .btn-gold{border-radius:var(--radius-sm);flex:2;padding:.7rem;font-size:.95rem}.cmd-checkout-actions .btn-gold:disabled{opacity:.5;cursor:wait}.required-star{color:#ef4444;font-size:1rem;font-weight:700}.form-error{color:#ef4444;margin-top:.25rem;font-size:.8rem;display:block}.input-error{border-color:#ef4444!important}.slot-picker{border:1px solid var(--border);border-radius:var(--radius-sm);background:#ffffff05;gap:1rem;padding:.8rem;display:grid}.slot-cols-1{grid-template-columns:1fr}.slot-cols-2{grid-template-columns:1fr 1fr}.slot-picker-error{border-color:#ef4444}.slot-col-title{font-family:var(--font-h);letter-spacing:.12em;text-transform:uppercase;color:var(--gold);text-align:center;border-bottom:1px solid var(--border);margin-bottom:.6rem;padding-bottom:.4rem;font-size:.7rem;font-weight:600}.slot-col-times{grid-template-columns:repeat(2,1fr);gap:.4rem;max-height:220px;display:grid;overflow-y:auto}.slot-btn{font-size:.85rem;font-family:var(--font-b);color:var(--text2);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;background:#ffffff0a;padding:.5rem .3rem;transition:all .15s}.slot-btn:hover{border-color:var(--gold);color:var(--gold)}.slot-btn.active{background:var(--gold);color:#121218;border-color:var(--gold);font-weight:600}@media (width<=768px){.cmd-wrapper{padding:80px 1rem 4rem}.cmd-item{flex-wrap:wrap}.cmd-item-actions{justify-content:space-between;width:100%}.cmd-checkout-actions{flex-direction:column}}.contact-section{max-width:900px;margin:0 auto;padding:3rem 1.5rem 4rem}.contact-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2.5rem;display:grid}.contact-card{background:var(--glass);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:border-color .3s}.contact-card:hover{border-color:var(--border-gold)}.contact-card h3{font-family:var(--font-h);letter-spacing:.08em;color:var(--gold);margin-bottom:.5rem;font-size:.9rem}.contact-card p{color:var(--text2);font-size:.95rem;line-height:1.7}.contact-card a{color:var(--gold);transition:opacity .2s}.contact-card a:hover{opacity:.8}.contact-card .closed{color:var(--red);margin-top:.3rem;font-weight:600}.contact-map{border-radius:var(--radius);border:1px solid var(--border);overflow:hidden}@media (width<=600px){.contact-grid{grid-template-columns:1fr}}.hero{text-align:center;justify-content:center;align-items:center;height:85vh;min-height:500px;display:flex;position:relative;overflow:hidden}.hero-bg{background:url(/menu/istanbul-kebab-tacos-hero-romans-banner.jpg) 50%/cover;position:absolute;inset:0}.hero-overlay{background:linear-gradient(180deg, #12121866 0%, #121218cc 60%, var(--bg) 100%);position:absolute;inset:0}.hero-content{z-index:2;flex-direction:column;align-items:center;padding:2rem;display:flex;position:relative}.hero-logo{filter:drop-shadow(0 4px 20px #0009);width:clamp(220px,48vw,440px);height:auto;display:block}.hero-location{font-family:var(--font-h);letter-spacing:.35em;color:var(--gold);text-shadow:0 2px 8px #0009;margin-top:.5rem;font-size:clamp(.9rem,1.6vw,1.1rem);font-weight:600}.hero-line{background:var(--gold);width:80px;height:2px;margin:1rem auto}.hero-sub{font-family:var(--font-h);letter-spacing:.15em;color:var(--text);margin-bottom:.5rem;font-size:clamp(1rem,2.5vw,1.5rem);font-weight:300}.hero-tagline{color:var(--text2);margin-bottom:2rem;font-size:1rem}.hero-cta{font-family:var(--font-h);letter-spacing:.1em;text-transform:uppercase;color:var(--bg);background:var(--gold-gradient);border-radius:100px;padding:.9rem 2.5rem;font-size:1.1rem;font-weight:600;transition:transform .3s,box-shadow .3s;display:inline-block;box-shadow:0 4px 25px #c9a84c40}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 40px #c9a84c59}.home-categories{text-align:center;max-width:1200px;margin:0 auto;padding:4rem 1.5rem}.section-title{font-family:var(--font-h);letter-spacing:.1em;color:var(--text2);font-size:1.8rem;font-weight:300}.home-line{background:var(--gold);width:60px;height:2px;margin:1rem auto 2rem}.cat-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.cat-tile{border-radius:var(--radius);aspect-ratio:1;cursor:pointer;transition:transform .3s;position:relative;overflow:hidden}.cat-tile:hover{transform:translateY(-4px)}.cat-tile img{object-fit:cover;width:100%;height:100%}.cat-tile-overlay{background:linear-gradient(#0000 30%,#121218d9 100%);position:absolute;inset:0}.cat-tile-name{font-family:var(--font-h);letter-spacing:.08em;text-transform:uppercase;text-align:center;color:var(--text);font-size:.85rem;font-weight:600;position:absolute;bottom:.8rem;left:0;right:0}.home-cta-section{text-align:center;border-top:1px solid var(--border);padding:4rem 2rem}.home-cta-section h2{font-family:var(--font-h);color:var(--text2);margin-bottom:.5rem;font-size:1.6rem;font-weight:300}.home-cta-section p{color:var(--muted);margin-bottom:1.5rem}.btn-gold{font-family:var(--font-h);letter-spacing:.1em;text-transform:uppercase;color:var(--bg);background:var(--gold-gradient);border-radius:100px;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-block;box-shadow:0 4px 20px #c9a84c33}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 6px 30px #c9a84c4d}.footer{border-top:1px solid var(--border);background:#0c0c10e6;margin-top:2rem;padding:3rem 2rem 1.5rem}.footer-inner{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto;display:grid}.footer-col h4{font-family:var(--font-h);letter-spacing:.1em;color:var(--gold);margin-bottom:.8rem;font-size:.9rem}.footer-logo{width:160px;height:auto;margin-bottom:.8rem;display:block}.footer-col p,.footer-col a{color:var(--muted);font-size:.85rem;line-height:1.8;transition:color .2s;display:block}.footer-col a:hover{color:var(--gold)}.footer-bottom{max-width:1100px;color:var(--muted);text-align:center;border-top:1px solid #ffffff0d;margin:2rem auto 0;padding-top:1rem;font-size:.75rem}@media (width<=768px){.footer-inner{text-align:center;grid-template-columns:1fr}}.dashboard-roue{max-width:900px;margin:0 auto;padding:1.5rem}.dr-title{font-family:var(--font-h);color:var(--gold);margin-bottom:1.25rem;font-size:1.6rem}.dr-loading{color:var(--text2);text-align:center;padding:2rem}.dr-tabs{border-bottom:1px solid var(--border);gap:.5rem;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.dr-tabs button{border-radius:var(--radius-sm);color:var(--text2);background:0 0;padding:.5rem 1rem;font-size:.9rem;transition:all .2s}.dr-tabs button.active{background:var(--gold);color:var(--bg);font-weight:600}.dr-tabs button:hover:not(.active){color:var(--text);background:var(--card)}.dr-stats{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.dr-stat-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:1.25rem}.dr-stat-value{font-family:var(--font-h);color:var(--gold);font-size:2rem;font-weight:700}.dr-stat-label{color:var(--text2);margin-top:.25rem;font-size:.8rem}.dr-lots-stats{grid-column:1/-1}.dr-lots-stats h3{font-family:var(--font-h);color:var(--text);margin-bottom:.75rem;font-size:1.1rem}.dr-table{border-collapse:collapse;width:100%;font-size:.85rem}.dr-table th{text-align:left;color:var(--text2);border-bottom:1px solid var(--border);padding:.5rem;font-weight:600}.dr-table td{border-bottom:1px solid var(--border);color:var(--text);padding:.5rem}.dr-section{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;padding:1.25rem}.dr-section h3{font-family:var(--font-h);color:var(--text);margin-bottom:.75rem;font-size:1.1rem}.dr-qr-grid{text-align:center;grid-template-columns:1fr 1fr;gap:1rem;display:grid}.dr-qr-item code{color:var(--gold);word-break:break-all;margin-top:.25rem;font-size:.7rem;display:block}.dr-section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.dr-btn-add{background:var(--gold);color:var(--bg);border-radius:var(--radius-sm);padding:.4rem .8rem;font-size:.8rem;font-weight:600}.dr-lot-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-sm);align-items:flex-start;gap:.75rem;margin-bottom:.75rem;padding:.75rem;display:flex}.dr-lot-fields{flex-direction:column;flex:1;gap:.5rem;display:flex}.dr-lot-row{gap:.75rem;display:flex}.dr-lot-field{flex:1}.dr-lot-field label{color:var(--text2);margin-bottom:.2rem;font-size:.75rem;display:block}.dr-input{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);font-size:.9rem;font-family:var(--font-b);padding:.5rem .75rem}.dr-input:focus{border-color:var(--gold);outline:none}.dr-input-sm{max-width:120px}.dr-field-stack{flex-direction:column;gap:.3rem;margin-top:1rem;display:flex}.dr-switch{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:.75rem;padding:.75rem 0;display:flex}.dr-switch input[type=checkbox]{opacity:0;width:0;height:0;position:absolute}.dr-switch-track{background:var(--border);border-radius:999px;flex-shrink:0;width:38px;height:22px;margin-top:2px;transition:background .2s;position:relative}.dr-switch-thumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:2px;left:2px}.dr-switch input:checked~.dr-switch-track{background:var(--gold)}.dr-switch input:checked~.dr-switch-track .dr-switch-thumb{transform:translate(16px)}.dr-switch input:focus-visible~.dr-switch-track{outline:2px solid var(--gold);outline-offset:2px}.dr-switch-label{color:var(--text);flex-direction:column;gap:.2rem;font-size:.9rem;display:flex}.dr-switch-label small{color:var(--text2);font-size:.75rem;line-height:1.3}.dr-textarea{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);font-size:.85rem;font-family:var(--font-b);resize:vertical;padding:.5rem .75rem}.dr-textarea:focus{border-color:var(--gold);outline:none}.dr-btn-delete{background:var(--red);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-top:.5rem;font-size:.9rem;display:flex}.dr-btn-save{background:var(--gold-gradient);width:100%;color:var(--bg);font-family:var(--font-h);border-radius:var(--radius-sm);margin-top:.75rem;padding:.75rem;font-size:1rem;font-weight:700;display:block}.dr-btn-save:disabled{opacity:.6}.dr-msg{text-align:center;color:var(--green);margin-top:.5rem;font-size:.9rem}.dr-text-muted{color:var(--text2);margin-bottom:.5rem;font-size:.85rem}.dr-text-muted code{background:var(--bg2);color:var(--gold);border-radius:4px;padding:.15rem .4rem;font-size:.8rem}.dr-qrcode{border:2px solid var(--border);background:#fff;border-radius:12px;width:220px;margin:0 auto;padding:8px;display:block}.dr-qrcode-tab .dr-section{text-align:center}.dr-qrcode-container{margin:1.2rem 0}.dr-qrcode-url{justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.dr-qrcode-link{color:var(--gold);word-break:break-all;font-size:.8rem;text-decoration:none}.dr-qrcode-link:hover{text-decoration:underline}.dr-qrcode-url code{color:var(--gold);background:#ffffff14;border-radius:6px;padding:.3rem .7rem;font-size:.85rem}.dr-plays h3{font-family:var(--font-h);color:var(--text);margin-bottom:.75rem;font-size:1.1rem}.dr-plays-list{flex-direction:column;gap:.5rem;display:flex}.dr-play-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.dr-play-card.claimed{opacity:.6}.dr-play-info{flex-direction:column;flex:1;gap:.15rem;display:flex}.dr-play-info strong{color:var(--text);font-size:.95rem}.dr-play-email,.dr-play-phone,.dr-play-address,.dr-play-date{color:var(--text2);font-size:.8rem}.dr-play-email{color:var(--gold)}.dr-lot-badge{border-radius:20px;padding:.25rem .6rem;font-size:.8rem;font-weight:600}.dr-lot-badge.win{color:var(--green);background:#4ade8026}.dr-lot-badge.lost{color:var(--red);background:#f8717126}.dr-btn-claim{background:var(--green);color:var(--bg);border-radius:var(--radius-sm);padding:.35rem .75rem;font-size:.8rem;font-weight:600}.dr-claimed-badge{color:var(--green);font-size:.8rem;font-weight:600}.dr-lost-badge{color:var(--text2);font-size:.8rem}.dr-helper-text{color:var(--text2);border-left:3px solid var(--gold);background:#c9a84c0f;border-radius:4px;margin:0 0 1rem;padding:.6rem .85rem;font-size:.85rem;line-height:1.5}.dr-helper-text code{color:var(--gold);background:#0006;border-radius:3px;padding:1px 6px;font-size:.85em}.dr-lots-list{flex-direction:column;gap:.5rem;margin:0 0 1.2rem;padding:0;list-style:none;display:flex}.dr-lot-row-compact{background:var(--glass);border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:1rem;padding:.7rem 1rem;transition:border-color .15s,background .15s;display:flex}.dr-lot-row-compact:hover{border-color:var(--border-gold);background:var(--glass-strong)}.dr-lot-row-compact.dr-row-losing{opacity:.65;background:#00000040}.dr-lot-name{color:var(--text);flex:1;font-weight:500}.dr-lot-name em{color:var(--muted)}.dr-lot-meta{flex-wrap:wrap;gap:.4rem;display:flex}.dr-pill{color:var(--gold);white-space:nowrap;background:#c9a84c1f;border-radius:999px;padding:.2rem .6rem;font-size:.75rem;font-weight:500}.dr-row-losing .dr-pill{color:var(--red);background:#f871711f}.dr-lot-actions{gap:.4rem;display:flex}.dr-btn-edit{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;transition:all .15s}.dr-btn-edit:hover{border-color:var(--gold);color:var(--gold);background:#c9a84c14}.dr-btn-delete-sm{color:var(--text2);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;padding:.4rem .6rem;font-size:1rem;transition:all .15s}.dr-btn-delete-sm:hover{color:var(--red);background:#f8717126}.dr-row-losing td{color:var(--text2)}.dr-badge-losing{color:var(--red);background:#f871711f;border-radius:999px;padding:.15rem .5rem;font-size:.7rem;font-weight:500}.dr-stock-low{color:var(--orange);font-weight:700}.dr-modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#000000c7;justify-content:center;align-items:center;padding:1rem;animation:.18s ease-out dr-modal-fadein;display:flex;position:fixed;inset:0}@keyframes dr-modal-fadein{0%{opacity:0}to{opacity:1}}.dr-modal{background:var(--card);border:1px solid var(--border-gold);border-radius:var(--radius);width:100%;max-width:540px;max-height:92vh;animation:dr-modal-in .22s var(--ease);flex-direction:column;display:flex;overflow:hidden;box-shadow:0 30px 80px #000000b3}@keyframes dr-modal-in{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.dr-modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.4rem;display:flex}.dr-modal-header h2{font-family:var(--font-h);color:var(--gold);letter-spacing:.04em;margin:0;font-size:1.1rem}.dr-modal-close{border:1px solid var(--border-gold);width:36px;height:36px;color:var(--text);cursor:pointer;background:#0009;border-radius:50%;font-size:1.2rem;transition:all .18s}.dr-modal-close:hover{background:var(--gold);color:var(--bg);transform:rotate(90deg)}.dr-modal-body{flex:1;padding:1.4rem;overflow:auto}.dr-modal-field{flex-direction:column;gap:.35rem;margin-bottom:1rem;font-size:.9rem;font-weight:500;display:flex}.dr-modal-field input,.dr-modal-field textarea{border:1px solid var(--border);color:var(--text);font-family:var(--font-b);background:#00000073;border-radius:6px;padding:.55rem .75rem;font-size:1rem}.dr-modal-field input:focus,.dr-modal-field textarea:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 2px #c9a84c2e}.dr-modal-field small{color:var(--text2);font-size:.78rem;font-style:italic;font-weight:400}.dr-modal-field small code{color:var(--gold);background:#0006;border-radius:3px;padding:1px 5px;font-style:normal}.dr-modal-row{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.dr-modal-info,.dr-modal-warn{border-left:3px solid;border-radius:6px;margin:.3rem 0 .85rem;padding:.6rem .85rem;font-size:.85rem}.dr-modal-info{border-left-color:var(--green);color:var(--green);background:#4ade8014}.dr-modal-warn{border-left-color:var(--orange);color:var(--orange);background:#fb923c14}.dr-modal-footer{background:var(--bg2);border-top:1px solid var(--border);justify-content:flex-end;gap:.5rem;padding:1rem 1.4rem;display:flex}.dr-modal-footer button{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:6px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500}.dr-modal-footer button:hover{border-color:var(--border-gold);background:#c9a84c14}.dr-modal-footer .dr-modal-primary{background:var(--gold-gradient);color:var(--bg);font-family:var(--font-h);letter-spacing:.04em;border-color:#0000;font-weight:700}.dr-modal-footer .dr-modal-primary:hover{filter:brightness(1.1)}@media (width<=640px){.dr-lot-row-compact{flex-wrap:wrap}.dr-lot-name{flex-basis:100%}.dr-modal-row{grid-template-columns:1fr}}.dr-plays-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.dr-btn-google-reviews{color:var(--green);border-radius:var(--radius-sm);background:#4ade801f;border:1px solid #4ade8066;padding:.6rem 1.1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .18s}.dr-btn-google-reviews:hover{background:var(--green);color:var(--bg);transform:translateY(-1px);box-shadow:0 4px 14px #4ade8066}.dr-play-email,.dr-play-phone{color:var(--gold);text-decoration:none;transition:color .15s}.dr-play-email:hover,.dr-play-phone:hover{color:var(--gold-light);text-decoration:underline}.dr-btn-verify-review{color:var(--green);background:#4ade801a;border:1px solid #4ade8059;border-radius:6px;margin-right:.4rem;padding:.35rem .7rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .15s}.dr-btn-verify-review:hover{background:var(--green);color:var(--bg)}.dr-plays-actions{flex-wrap:wrap;gap:.5rem;display:flex}.dr-btn-export{color:var(--gold);border:1px solid var(--border-gold);border-radius:var(--radius-sm);cursor:pointer;background:#c9a84c1f;padding:.6rem 1.1rem;font-size:.9rem;font-weight:600;transition:all .18s}.dr-btn-export:hover{background:var(--gold);color:var(--bg);transform:translateY(-1px)}.dr-section-actions{flex-wrap:wrap;gap:.5rem;display:flex}.dr-btn-calibrate{color:#fff;border-radius:var(--radius-sm);cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:0;padding:.6rem 1.1rem;font-size:.9rem;font-weight:600;transition:all .18s;box-shadow:0 4px 12px #6366f159}.dr-btn-calibrate:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 6px 18px #6366f180}.dr-chance-total{border-radius:var(--radius-sm);border-left:4px solid;margin:0 0 1rem;padding:.7rem 1rem;font-size:.9rem}.dr-chance-total.ok{color:var(--green);border-left-color:var(--green);background:#4ade801a}.dr-chance-total.warn{color:var(--orange);border-left-color:var(--orange);background:#fb923c1a}.dr-chance-total.error{color:var(--red);border-left-color:var(--red);background:#f871711a}.dr-modal-wide{max-width:720px}.dr-cal-table{border-collapse:collapse;width:100%;margin:1rem 0}.dr-cal-table th,.dr-cal-table td{text-align:left;border-bottom:1px solid var(--border);padding:.6rem .85rem}.dr-cal-table th{font-family:var(--font-h);letter-spacing:.04em;color:var(--text2);background:#0000004d;font-size:.8rem}.dr-cal-old,.dr-cal-new{border-radius:4px;margin-right:.3rem;padding:.15rem .5rem;font-weight:600;display:inline-block}.dr-cal-old{color:var(--red);background:#f871711f}.dr-cal-new{color:var(--green);background:#4ade801f}.dr-cal-stock-old,.dr-cal-stock-new{opacity:.7;font-size:.75rem;display:inline-block}.dr-cal-skip{color:var(--text2);font-size:.85rem;font-style:italic}.dr-cal-unchanged td{opacity:.55}.dr-cal-total-row td{background:#c9a84c14;border-bottom:0;padding-top:.85rem;padding-bottom:.85rem}.price-input{border:1px solid var(--border,#c9a84c1f);background:#0006;border-radius:8px;align-items:stretch;gap:0;width:fit-content;max-width:100%;transition:border-color .15s,box-shadow .15s;display:inline-flex;overflow:hidden}.price-input:focus-within{border-color:var(--gold,#c9a84c);box-shadow:0 0 0 2px #c9a84c2e}.price-input-btn{border:0;border-right:1px solid var(--border,#c9a84c1f);width:40px;color:var(--gold,#c9a84c);font-family:var(--font-h,"Oswald", sans-serif);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;flex-shrink:0;font-size:1.2rem;font-weight:700;transition:background .15s,color .15s}.price-input-btn:hover:not(:disabled){background:#c9a84c26}.price-input-btn:active:not(:disabled){background:var(--gold,#c9a84c);color:var(--bg,#121218)}.price-input-btn:disabled{opacity:.25;cursor:not-allowed}.price-input-plus{border-right:0;border-left:1px solid var(--border,#c9a84c1f)}.price-input-field-wrap{flex:1;align-items:center;min-width:100px;display:flex;position:relative}.price-input-field{width:100%;font-size:1.05rem;font-family:var(--font-b,"Source Sans 3", sans-serif);color:var(--text,#f0ece4);text-align:right;-moz-appearance:textfield;background:0 0;border:0;outline:0;flex:1;padding:.6rem 1.8rem .6rem .85rem;font-weight:600}.price-input-field::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.price-input-field::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.price-input-field::placeholder{color:var(--muted,#6b675e);opacity:.5}.price-input-field:disabled{opacity:.5;cursor:not-allowed}.price-input-suffix{color:var(--text2,#a09b90);pointer-events:none;font-size:.95rem;font-weight:500;position:absolute;right:.7rem}@media (width<=640px){.price-input-btn{width:48px;font-size:1.4rem}.price-input-field{padding:.7rem 1.8rem .7rem .85rem;font-size:1.1rem}}.wizard-overlay{-webkit-backdrop-filter:blur(6px);z-index:1000;background:#000000c7;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out wizard-overlay-in;display:flex;position:fixed;inset:0}@keyframes wizard-overlay-in{0%{opacity:0}to{opacity:1}}.wizard{background:var(--card);border:1px solid var(--border-gold);border-radius:var(--radius);width:100%;max-width:720px;max-height:92vh;color:var(--text);animation:wizard-in .25s var(--ease);flex-direction:column;display:flex;overflow:hidden;box-shadow:0 30px 80px #000000b3,0 0 0 1px #c9a84c0f,inset 0 1px #ffffff0a}@keyframes wizard-in{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.wizard-header{border-bottom:1px solid var(--border);padding:1.1rem 1.4rem .8rem;position:relative}.wizard-header h2{font-family:var(--font-h);letter-spacing:.04em;color:var(--gold);margin:0 0 .7rem;padding-right:2.2rem;font-size:1.15rem;font-weight:600}.wizard-close{border:1px solid var(--border-gold);width:36px;height:36px;color:var(--text);cursor:pointer;z-index:2;background:#0009;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:all .18s;display:flex;position:absolute;top:.85rem;right:1rem}.wizard-close:hover{background:var(--gold);color:var(--bg);transform:rotate(90deg)}.wizard-progress{gap:6px;display:flex}.wizard-progress span{background:var(--border);height:3px;transition:background .3s var(--ease);border-radius:2px;flex:1}.wizard-progress span.active{background:var(--gold-gradient);box-shadow:0 0 8px #c9a84c66}.wizard-draft-banner{border-bottom:1px solid var(--border-gold);color:var(--gold-light);background:#c9a84c14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1.4rem;font-size:.85rem;display:flex}.wizard-draft-actions{gap:.5rem;display:flex}.wizard-draft-actions button{border:1px solid var(--border-gold);cursor:pointer;color:var(--gold);background:#0006;border-radius:5px;padding:.3rem .85rem;font-size:.8rem;font-weight:500;transition:all .18s}.wizard-draft-actions button:hover{background:var(--gold);color:var(--bg)}.wizard-body{flex:1;padding:1.5rem 1.4rem;overflow:auto}.wizard-error{color:var(--red);background:#f871711a;border:1px solid #f8717159;border-radius:6px;margin:0 1.4rem .8rem;padding:.75rem 1rem;font-size:.9rem}.wizard-footer{border-top:1px solid var(--border);background:var(--bg2);justify-content:flex-end;gap:.5rem;padding:1rem 1.4rem;display:flex}.wizard-footer button{border:1px solid var(--border);cursor:pointer;font-size:.9rem;font-weight:500;font-family:var(--font-b);color:var(--text);background:0 0;border-radius:6px;padding:.6rem 1.2rem;transition:all .18s}.wizard-footer button:hover:not(:disabled){border-color:var(--border-gold);background:#c9a84c14}.wizard-footer button.wizard-primary{background:var(--gold-gradient);color:var(--bg);font-family:var(--font-h);letter-spacing:.04em;border-color:#0000;font-weight:600}.wizard-footer button.wizard-primary:hover:not(:disabled){filter:brightness(1.1);background:var(--gold-gradient)}.wizard-footer button.wizard-primary:disabled{opacity:.4;cursor:not-allowed;filter:none}.step-infos label,.step-options label{color:var(--text);flex-direction:column;gap:.3rem;margin-bottom:1rem;font-size:.85rem;font-weight:500;display:flex}.step-infos label.checkbox,.step-options label.checkbox{cursor:pointer;flex-direction:row;align-items:center;gap:.5rem;margin-bottom:.5rem}.step-infos label.checkbox input[type=checkbox],.step-options label.checkbox input[type=checkbox]{accent-color:var(--gold);cursor:pointer;width:16px;height:16px}.step-infos input[type=text],.step-infos input[type=number],.step-infos textarea,.step-infos select,.step-options input[type=number],.step-options input[type=text],.step-options select{border:1px solid var(--border);font-size:1rem;font-family:var(--font-b);color:var(--text);background:#00000073;border-radius:6px;width:100%;padding:.55rem .75rem}.step-infos input[type=number],.step-options input[type=number]{-moz-appearance:textfield}.step-infos input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.step-infos input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.step-options input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.step-options input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.step-infos input:focus,.step-infos textarea:focus,.step-infos select:focus,.step-options input:focus,.step-options select:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 2px #c9a84c2e}.step-infos textarea{resize:vertical;min-height:60px}.step-options .wizard-block{border:1px solid var(--border);border-radius:var(--radius-sm);background:#00000040;margin-bottom:1.2rem;padding:1rem 1.1rem}.step-options .wizard-block h3{font-family:var(--font-h);letter-spacing:.05em;color:var(--gold);text-transform:uppercase;margin:0 0 .4rem;font-size:.95rem;font-weight:600}.step-options .wizard-block .hint{color:var(--text2);margin:.2rem 0 .7rem;font-size:.8rem;font-style:italic}.step-options .checkboxes{grid-template-columns:1fr 1fr;gap:.3rem .8rem;margin-top:.5rem;display:grid}.step-options .link-button{color:var(--gold);cursor:pointer;font:inherit;background:0 0;border:0;padding:0;font-size:.85rem;text-decoration:underline}.step-options .link-button:hover{color:var(--gold-light)}.wizard-error-inline{color:var(--red);margin-top:.3rem;font-size:.8rem;font-weight:500}.step-apercu .hint{border-left:3px solid var(--gold);color:var(--gold-light);background:#c9a84c14;border-radius:8px;margin:0 0 1rem;padding:.85rem 1rem;font-size:.88rem}.apercu-frame{border:1px dashed var(--border-gold);border-radius:var(--radius);background:var(--bg);min-height:320px;max-height:50vh;padding:0;position:relative;overflow:auto}.apercu-empty{text-align:center;color:var(--text2);padding:4rem 1.5rem;font-style:italic}@media (width<=640px){.wizard-overlay{padding:.5rem}.wizard{border-left:0;border-right:0;border-radius:0;height:100%;max-height:100vh}.wizard-header{padding:.9rem 1rem .7rem}.wizard-header h2{font-size:1rem}.wizard-close{width:44px;height:44px;font-size:1.3rem;top:.6rem;right:.7rem}.wizard-body{padding:1rem}.wizard-footer{padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom));flex-wrap:wrap}.wizard-footer button{flex:1;min-width:80px;padding:.7rem}.step-options .checkboxes{grid-template-columns:1fr}.apercu-frame{min-height:280px;max-height:45vh}}.step-apercu .save-cta{border-radius:var(--radius-sm);color:#4ade80;text-align:center;background:#4ade801a;border:1px solid #4ade8066;margin-top:1rem;padding:.85rem 1rem;font-size:.9rem;font-weight:600}.dashboard-produits{max-width:960px;margin:0 auto;padding:1.5rem}.dp-header{margin-bottom:1.5rem}.dp-title{font-family:var(--font-h);color:var(--gold);margin-bottom:.5rem;font-size:1.6rem}.dp-subtitle{color:var(--text2);flex-wrap:wrap;gap:1.25rem;font-size:.85rem;display:flex}.dp-subtitle span{align-items:center;gap:.3rem;display:inline-flex}.dp-count-active{color:var(--green)}.dp-count-inactive{color:var(--orange)}.dp-toast{text-align:center;border-radius:var(--radius-sm);margin-bottom:1rem;padding:.6rem 1rem;font-size:.85rem;font-weight:600;animation:.25s dpFadeIn}.dp-toast.success{color:var(--green);background:#4ade801f;border:1px solid #4ade8040}.dp-toast.error{color:var(--red);background:#f871711f;border:1px solid #f8717140}@keyframes dpFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dp-filters{-webkit-overflow-scrolling:touch;gap:.4rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.dp-filter-btn{font-family:var(--font-h);letter-spacing:.06em;color:var(--muted);white-space:nowrap;border:1px solid #0000;border-radius:100px;flex-shrink:0;padding:.4rem .9rem;font-size:.78rem;transition:all .2s}.dp-filter-btn:hover{color:var(--text);background:var(--card)}.dp-filter-btn.active{color:var(--gold);border-color:var(--border-gold);background:#c9a84c14}.dp-category{margin-bottom:1.5rem}.dp-category-header{border-bottom:2px solid var(--border-gold);justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.6rem 0;display:flex}.dp-category-name{font-family:var(--font-h);color:var(--gold);letter-spacing:.04em;font-size:1.1rem;font-weight:600}.dp-category-count{color:var(--text2);background:#ffffff0f;border-radius:100px;padding:.15rem .6rem;font-size:.75rem}.dp-product-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);transition:all .2s var(--ease);align-items:center;gap:1rem;margin-bottom:.5rem;padding:.85rem 1rem;display:flex}.dp-product-card:hover{border-color:#ffffff1a}.dp-product-card.inactive{opacity:.45}.dp-product-card.editing{border-color:var(--gold);box-shadow:0 0 0 1px var(--gold-dark)}.dp-product-photo{cursor:pointer;background:#ffffff0d;border:2px dashed #ffffff26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;transition:border-color .2s;display:flex;overflow:hidden}.dp-product-photo:hover{border-color:var(--gold)}.dp-product-photo img{object-fit:cover;width:100%;height:100%}.dp-photo-placeholder{color:#ffffff4d;font-size:1.4rem;font-weight:300}.dp-cat-photos{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;padding:1rem}.dp-cat-photos.collapsed{margin-bottom:.6rem;padding:.6rem 1rem}button.dp-cat-photos-header{cursor:pointer;text-align:left;width:100%;color:inherit;font:inherit;background:0 0;border:0;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.75rem;padding:0;transition:opacity .15s;display:flex}button.dp-cat-photos-header:hover{opacity:.85}.dp-cat-photos.collapsed button.dp-cat-photos-header{margin-bottom:0}.dp-cat-photos-arrow{color:var(--gold);margin-left:.4rem;font-size:.85em;display:inline-block}.dp-cat-photos-header h3{font-family:var(--font-h);color:var(--text);margin:0;font-size:.95rem}.dp-cat-photos-hint{color:var(--text2);font-size:.75rem}.dp-cat-photos-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.6rem;display:grid}.dp-cat-photo-item{cursor:pointer;background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;align-items:center;padding:.4rem;transition:border-color .2s,transform .15s;display:flex}.dp-cat-photo-item:hover{border-color:var(--gold);transform:translateY(-1px)}.dp-cat-photo-item>img,.dp-cat-photo-item>.dp-photo-placeholder,.dp-cat-photo-item>.dp-photo-uploading{aspect-ratio:1;border-radius:var(--radius-sm);object-fit:cover;width:100%;margin-bottom:.3rem}.dp-cat-photo-item>.dp-photo-placeholder,.dp-cat-photo-item>.dp-photo-uploading{background:#ffffff08;justify-content:center;align-items:center;display:flex}.dp-cat-photo-name{color:var(--text2);text-align:center;font-size:.7rem;line-height:1.2}.dp-photo-uploading{color:var(--gold);font-size:.75rem;animation:1s infinite dp-pulse}@keyframes dp-pulse{0%,to{opacity:1}50%{opacity:.4}}.dp-product-info{flex:1;min-width:0}.dp-product-name{font-family:var(--font-h);color:var(--text);letter-spacing:.02em;cursor:pointer;font-size:.95rem;font-weight:600;transition:color .15s}.dp-product-name:hover{color:var(--gold)}.dp-product-desc{color:var(--text2);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;margin-top:.15rem;font-size:.8rem;overflow:hidden}.dp-product-desc:hover{color:var(--text)}.dp-product-desc.empty{color:var(--muted);font-style:italic}.dp-price{font-family:var(--font-h);color:var(--gold);text-align:right;cursor:pointer;flex-shrink:0;min-width:60px;font-size:1rem;font-weight:700;transition:opacity .15s}.dp-price:hover{opacity:.7}.dp-badge-inactive{letter-spacing:.04em;color:var(--orange);white-space:nowrap;background:#fb923c26;border-radius:100px;flex-shrink:0;padding:.2rem .5rem;font-size:.7rem;font-weight:700}.dp-toggle{flex-shrink:0;width:42px;height:24px;position:relative}.dp-toggle input{opacity:0;width:0;height:0;position:absolute}.dp-toggle-slider{background:var(--muted);cursor:pointer;transition:background .25s var(--ease);border-radius:24px;position:absolute;inset:0}.dp-toggle-slider:before{content:"";width:18px;height:18px;transition:transform .25s var(--ease);background:#fff;border-radius:50%;position:absolute;top:3px;left:3px}.dp-toggle input:checked+.dp-toggle-slider{background:var(--green)}.dp-toggle input:checked+.dp-toggle-slider:before{transform:translate(18px)}.dp-btn-edit{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;transition:all .2s;display:flex}.dp-btn-edit:hover{color:#6366f1;background:#6366f126;border-color:#6366f14d}.dp-btn-delete{width:30px;height:30px;color:var(--muted);background:0 0;border:1px solid #0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;transition:all .2s;display:flex}.dp-btn-delete:hover{color:var(--red);background:#f8717126;border-color:#f871714d}.dp-product-actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.dp-edit-input{background:var(--bg2);border:1px solid var(--border-gold);border-radius:var(--radius-sm);width:100%;color:var(--text);font-size:.9rem;font-family:var(--font-b);padding:.35rem .5rem}.dp-edit-input:focus{border-color:var(--gold);outline:none}.dp-edit-input.input-name{font-family:var(--font-h);font-weight:600}.dp-edit-input.input-price{text-align:right;max-width:80px;font-family:var(--font-h);color:var(--gold);font-weight:700}.dp-edit-input.input-desc{margin-top:.25rem;font-size:.8rem}.dp-edit-actions{gap:.35rem;margin-top:.4rem;display:flex}.dp-btn-save-sm{border-radius:var(--radius-sm);background:var(--gold);color:var(--bg);padding:.3rem .65rem;font-size:.75rem;font-weight:600;transition:opacity .15s}.dp-btn-save-sm:hover{opacity:.85}.dp-btn-save-sm:disabled{opacity:.5}.dp-btn-cancel-sm{border-radius:var(--radius-sm);color:var(--text2);border:1px solid var(--border);background:0 0;padding:.3rem .65rem;font-size:.75rem;font-weight:600;transition:all .15s}.dp-btn-cancel-sm:hover{color:var(--text);border-color:var(--text2)}.dp-btn-add{width:100%;font-family:var(--font-h);letter-spacing:.04em;color:var(--gold);border:1px dashed var(--border-gold);border-radius:var(--radius-sm);background:0 0;justify-content:center;align-items:center;gap:.4rem;margin-top:.5rem;padding:.6rem;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.dp-btn-add:hover{background:#c9a84c0f;border-style:solid}.dp-add-form{background:var(--bg2);border:1px solid var(--border-gold);border-radius:var(--radius-sm);margin-top:.5rem;padding:1rem;animation:.2s dpFadeIn}.dp-add-form-title{font-family:var(--font-h);color:var(--gold);margin-bottom:.75rem;font-size:.9rem}.dp-add-form-fields{flex-direction:column;gap:.5rem;display:flex}.dp-add-form-row{gap:.5rem;display:flex}.dp-add-form-field{flex-direction:column;flex:1;gap:.2rem;display:flex}.dp-add-form-field label{color:var(--text2);letter-spacing:.03em;font-size:.7rem}.dp-add-form-actions{gap:.5rem;margin-top:.75rem;display:flex}.dp-btn-confirm-add{font-family:var(--font-h);border-radius:var(--radius-sm);background:var(--gold-gradient);color:var(--bg);flex:1;padding:.6rem;font-size:.85rem;font-weight:700;transition:opacity .15s}.dp-btn-confirm-add:hover{opacity:.85}.dp-btn-confirm-add:disabled{opacity:.5}.dp-btn-cancel-add{font-family:var(--font-h);border-radius:var(--radius-sm);color:var(--text2);border:1px solid var(--border);background:0 0;padding:.6rem 1rem;font-size:.85rem;transition:all .15s}.dp-btn-cancel-add:hover{color:var(--text);border-color:var(--text2)}.dp-confirm-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000a6;justify-content:center;align-items:center;animation:.15s dpFadeIn;display:flex;position:fixed;inset:0}.dp-confirm-box{background:var(--card);border:1px solid var(--border-gold);border-radius:var(--radius);text-align:center;width:90%;max-width:380px;padding:1.5rem}.dp-confirm-box h3{font-family:var(--font-h);color:var(--text);margin-bottom:.5rem;font-size:1.1rem}.dp-confirm-box p{color:var(--text2);margin-bottom:1.25rem;font-size:.85rem}.dp-confirm-box p strong{color:var(--gold)}.dp-confirm-actions{gap:.75rem;display:flex}.dp-btn-confirm-delete{font-family:var(--font-h);border-radius:var(--radius-sm);background:var(--red);color:#fff;flex:1;padding:.65rem;font-size:.85rem;font-weight:700;transition:opacity .15s}.dp-btn-confirm-delete:hover{opacity:.85}.dp-btn-confirm-cancel{font-family:var(--font-h);border-radius:var(--radius-sm);color:var(--text2);border:1px solid var(--border);background:0 0;flex:1;padding:.65rem;font-size:.85rem;transition:all .15s}.dp-btn-confirm-cancel:hover{color:var(--text);border-color:var(--text2)}.dp-loading{color:var(--text2);text-align:center;padding:3rem;font-size:.95rem}.dp-empty{text-align:center;color:var(--muted);padding:2rem 0;font-size:.85rem}@media (width<=640px){.dashboard-produits{padding:1rem}.dp-product-card{flex-wrap:wrap;gap:.6rem}.dp-product-info{flex-basis:100%;order:1}.dp-price{order:2;min-width:auto}.dp-product-actions{order:3;margin-left:auto}.dp-add-form-row,.dp-confirm-actions{flex-direction:column}}.dashboard-stats{max-width:960px;margin:0 auto;padding:1.5rem}.ds-kpis{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.ds-kpi{background:var(--card,#1a1a22);text-align:center;border:1px solid #ffffff0f;border-radius:12px;padding:1.2rem}.ds-kpi-value{font-family:var(--font-h,"Oswald", sans-serif);color:var(--gold,#c9a84c);justify-content:center;align-items:center;gap:.4rem;font-size:1.6rem;font-weight:600;display:flex}.ds-kpi-diff{border-radius:6px;padding:.15rem .4rem;font-size:.85rem;font-weight:500}.ds-kpi-diff.up{color:#4ade80;background:#4ade801f}.ds-kpi-diff.down{color:#f87171;background:#f871711f}.ds-kpi-label{color:var(--text-muted,#9e9a8f);text-transform:uppercase;letter-spacing:.03em;margin-top:.4rem;font-size:.8rem}.ds-kpi-doughnut{flex-direction:column;align-items:center;display:flex}.ds-doughnut-wrap{width:120px;height:120px}.ds-kpi-empty{color:var(--text-muted,#9e9a8f);padding-top:2rem;font-size:.85rem}.ds-charts{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.ds-chart-card{background:var(--card,#1a1a22);border:1px solid #ffffff0f;border-radius:12px;padding:1.2rem}.ds-chart-card h3{font-family:var(--font-h,"Oswald", sans-serif);color:var(--text,#f0ede6);margin:0 0 .8rem;font-size:1rem;font-weight:500}.ds-chart-wrap{height:220px;position:relative}.ds-top-products{background:var(--card,#1a1a22);border:1px solid #ffffff0f;border-radius:12px;padding:1.2rem}.ds-top-products h3{font-family:var(--font-h,"Oswald", sans-serif);color:var(--text,#f0ede6);margin:0 0 .8rem;font-size:1rem;font-weight:500}.ds-top-list{flex-direction:column;gap:.4rem;display:flex}.ds-top-item{background:#ffffff08;border-radius:8px;align-items:center;gap:.8rem;padding:.6rem .8rem;display:flex}.ds-top-item:first-child{background:#c9a84c1a}.ds-top-item:nth-child(2){background:#c9a84c0f}.ds-top-item:nth-child(3){background:#c9a84c08}.ds-top-rank{font-family:var(--font-h,"Oswald", sans-serif);color:var(--gold,#c9a84c);text-align:center;width:2rem;font-size:.9rem;font-weight:600}.ds-top-name{color:var(--text,#f0ede6);flex:1;font-size:.9rem}.ds-top-qty{color:var(--text-muted,#9e9a8f);font-size:.8rem}.ds-top-ca{color:var(--gold,#c9a84c);font-family:var(--font-h,"Oswald", sans-serif);text-align:right;min-width:4.5rem;font-size:.9rem}@media (width<=768px){.ds-kpis{grid-template-columns:repeat(2,1fr)}.ds-charts{grid-template-columns:1fr}}@media (width<=480px){.ds-kpis{grid-template-columns:1fr}.dashboard-stats{padding:1rem}}.dashboard-livraison{max-width:800px;margin:0 auto;padding:1.5rem}.dl-title{font-family:var(--font-h);color:var(--gold);margin-bottom:1.25rem;font-size:1.6rem}.dl-loading{color:var(--text2);text-align:center;padding:2rem}.dl-section{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;padding:1.25rem}.dl-section h3{font-family:var(--font-h);color:var(--text);margin-bottom:.75rem;font-size:1.05rem}.dl-section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.dl-hint{color:var(--text2);margin-bottom:.75rem;font-size:.8rem}.dl-field{flex-direction:column;gap:.3rem;margin-bottom:1rem;display:flex}.dl-field label{color:var(--text2);font-size:.85rem}.dl-field small{color:var(--muted);font-size:.7rem}.dl-input{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);font-size:.9rem;font-family:var(--font-b);padding:.5rem .75rem}.dl-input:focus{border-color:var(--gold);outline:none}.dl-input-sm{max-width:140px}.dl-table{border-collapse:collapse;width:100%}.dl-table th{text-align:left;color:var(--text2);border-bottom:1px solid var(--border);padding:.5rem .3rem;font-size:.8rem;font-weight:600}.dl-table td{vertical-align:middle;padding:.3rem}.dl-empty{color:var(--text2);text-align:center;padding:1rem;font-size:.85rem}.dl-btn-add{background:var(--gold);color:var(--bg);border-radius:var(--radius-sm);cursor:pointer;letter-spacing:.04em;border:none;padding:.4rem .8rem;font-size:.75rem;font-weight:600}.dl-btn-delete{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;display:flex}.dl-btn-save{background:var(--gold-gradient);width:100%;color:var(--bg);font-family:var(--font-h);letter-spacing:.05em;border-radius:var(--radius-sm);cursor:pointer;border:none;margin-top:1rem;padding:.85rem;font-size:.95rem;font-weight:700;display:block}.dl-btn-save:disabled{opacity:.6;cursor:not-allowed}.dl-msg{text-align:center;color:var(--gold);padding:.5rem;font-size:.85rem}.dl-switch{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:.75rem;display:flex}.dl-switch input[type=checkbox]{opacity:0;width:0;height:0;position:absolute}.dl-switch-track{background:var(--border);border-radius:999px;flex-shrink:0;width:44px;height:24px;margin-top:2px;transition:background .2s;position:relative}.dl-switch-thumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:2px;left:2px}.dl-switch input:checked~.dl-switch-track{background:var(--gold)}.dl-switch input:checked~.dl-switch-track .dl-switch-thumb{transform:translate(20px)}.dl-switch input:focus-visible~.dl-switch-track{outline:2px solid var(--gold);outline-offset:2px}.dl-switch-label{color:var(--text);flex-direction:column;gap:.2rem;font-size:.95rem;display:flex}.dl-switch-label small{color:var(--text2);font-size:.75rem;line-height:1.3}.biblio-page{max-width:1100px;color:var(--text);margin:0 auto;padding:2rem 1.5rem}.biblio-header{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.8rem 1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.biblio-header h1{font-family:var(--font-h);letter-spacing:.04em;color:var(--gold);flex:auto;min-width:0;margin:0;font-size:1.6rem;font-weight:600}.biblio-counter{color:var(--text2);letter-spacing:.02em;margin:0;font-size:.85rem}.biblio-add-btn{background:var(--gold-gradient);color:var(--bg);border-radius:var(--radius-sm);cursor:pointer;font-family:var(--font-h);letter-spacing:.04em;border:0;padding:.6rem 1.1rem;font-size:.9rem;font-weight:600;transition:filter .2s,transform .2s}.biblio-add-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.biblio-loading,.biblio-empty{text-align:center;color:var(--text2);background:var(--glass);border:1px dashed var(--border-gold);border-radius:var(--radius);padding:3rem 1.5rem;font-style:italic}.biblio-error{border-radius:var(--radius-sm);color:var(--red);background:#f871711a;border:1px solid #f8717159;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.biblio-list{flex-direction:column;gap:.6rem;display:flex}.biblio-row{background:var(--glass);border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:.85rem;padding:.75rem 1rem;transition:border-color .2s,background .2s;display:flex}.biblio-row:hover{border-color:var(--border-gold);background:var(--glass-strong)}.biblio-row-inactive{opacity:.5;background:#0000004d}.biblio-drag-handle{cursor:grab;color:var(--muted);-webkit-user-select:none;user-select:none;background:0 0;border:0;padding:.3rem .4rem;font-size:1.1rem;line-height:1}.biblio-drag-handle:active{cursor:grabbing;color:var(--gold)}.biblio-thumb-btn{border:1px dashed var(--border-gold);cursor:pointer;background:#0006;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:all .18s;display:flex;overflow:hidden}.biblio-thumb-btn:hover{border-color:var(--gold);background:#c9a84c1a}.biblio-thumb{object-fit:cover;border-radius:5px;width:100%;height:100%}.biblio-thumb-placeholder{opacity:.6;font-size:1.1rem}.biblio-thumb-loading{color:var(--gold);font-size:1.4rem;animation:1s ease-in-out infinite biblio-pulse}@keyframes biblio-pulse{0%,to{opacity:.4}50%{opacity:1}}.biblio-name{min-width:100px;color:var(--text);font-size:.95rem;font-family:var(--font-b);background:0 0;border:1px solid #0000;border-radius:6px;flex:1;padding:.4rem .6rem}.biblio-name:hover{border-color:var(--border)}.biblio-name:focus{border-color:var(--gold);background:#0006;outline:none}.biblio-field{color:var(--text2);text-transform:uppercase;letter-spacing:.06em;font-size:.65rem;font-family:var(--font-h);flex-direction:column;font-weight:500;display:flex}.biblio-field input{border:1px solid var(--border);width:70px;font-size:.9rem;font-family:var(--font-b);color:var(--text);background:#0006;border-radius:6px;padding:.35rem .5rem}.biblio-field input:focus{border-color:var(--gold);outline:none}.biblio-toggle,.biblio-delete{cursor:pointer;color:var(--text);background:0 0;border:1px solid #0000;border-radius:6px;padding:.4rem .55rem;font-size:1.05rem;transition:all .2s}.biblio-toggle:hover{border-color:var(--border-gold);background:#c9a84c1a}.biblio-delete:hover{color:var(--red);background:#f8717126;border-color:#f8717159}.biblio-modal-overlay{-webkit-backdrop-filter:blur(4px);z-index:100;background:#000000bf;justify-content:center;align-items:center;padding:1rem;animation:.18s ease-out biblio-overlay-in;display:flex;position:fixed;inset:0}@keyframes biblio-overlay-in{0%{opacity:0}to{opacity:1}}.biblio-modal{background:var(--card);border:1px solid var(--border-gold);border-radius:var(--radius);width:100%;min-width:320px;max-width:480px;color:var(--text);animation:biblio-modal-in .22s var(--ease);padding:1.5rem;box-shadow:0 24px 60px #0009,0 0 0 1px #c9a84c0d,inset 0 1px #ffffff0a}@keyframes biblio-modal-in{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.biblio-modal h2{font-family:var(--font-h);letter-spacing:.04em;color:var(--gold);margin:0 0 1.2rem;font-size:1.2rem;font-weight:600}.biblio-modal label{color:var(--text);flex-direction:column;gap:.3rem;margin-bottom:.85rem;font-size:.85rem;font-weight:500;display:flex}.biblio-modal label small{color:var(--text2);margin-top:.15rem;font-size:.75rem;font-style:italic;font-weight:400}.biblio-modal input{border:1px solid var(--border);font-size:1rem;font-family:var(--font-b);color:var(--text);background:#0006;border-radius:6px;padding:.55rem .75rem}.biblio-modal input:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 2px #c9a84c26}.biblio-modal p{color:var(--text2);margin:0 0 1rem;font-size:.9rem;line-height:1.5}.biblio-modal-actions{justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}.biblio-modal-actions button{border:1px solid var(--border);cursor:pointer;font-size:.9rem;font-weight:500;font-family:var(--font-b);color:var(--text);background:0 0;border-radius:6px;padding:.55rem 1.1rem;transition:all .18s}.biblio-modal-actions button:hover:not(:disabled){border-color:var(--border-gold);background:#c9a84c14}.biblio-modal-actions button:disabled{opacity:.4;cursor:not-allowed}.biblio-modal-actions button[type=submit]{background:var(--gold-gradient);color:var(--bg);font-family:var(--font-h);letter-spacing:.04em;border-color:#0000;font-weight:600}.biblio-modal-actions button[type=submit]:hover:not(:disabled){filter:brightness(1.1);background:var(--gold-gradient)}.biblio-modal-actions button.biblio-danger{background:var(--red);color:var(--bg);border-color:#0000;font-weight:600}.biblio-modal-actions button.biblio-danger:hover:not(:disabled){filter:brightness(1.1)}@media (width<=640px){.biblio-page{padding:1rem .75rem}.biblio-header{gap:.5rem}.biblio-header h1{font-size:1.3rem}.biblio-add-btn{width:100%;padding:.7rem}.biblio-row{flex-wrap:wrap;gap:.5rem;padding:.6rem .75rem}.biblio-name{flex:none;order:1;width:100%}.biblio-thumb{order:0}.biblio-field{order:2}.biblio-modal{padding:1.2rem}.biblio-modal-actions button{flex:1;padding:.7rem}}.ticket{color:#000;background:#fff;width:72mm;padding:4mm;font-family:Courier New,Lucida Console,monospace;font-size:12pt;line-height:1.3;position:fixed;top:-10000px;left:-10000px}.ticket-header{text-align:center}.ticket-brand{letter-spacing:.1em;margin-bottom:1mm;font-size:14pt;font-weight:900}.ticket-addr,.ticket-tel{font-size:9pt;line-height:1.2}.ticket-divider{text-align:center;letter-spacing:-1px;margin:2mm 0;font-size:8pt}.ticket-num{text-align:center;letter-spacing:.05em;margin:2mm 0 1mm;font-size:28pt;font-weight:900;line-height:1}.ticket-id{text-align:center;color:#444;margin-bottom:1mm;font-size:9pt;font-weight:500}.ticket-meta{margin:1mm 0;font-size:13pt;font-weight:700}.ticket-time{font-weight:900}.ticket-customer{margin:2mm 0;font-size:11pt}.ticket-customer strong{font-size:13pt}.ticket-section{letter-spacing:.1em;font-size:10pt;font-weight:700}.ticket-delivery{margin:1mm 0;font-size:11pt;line-height:1.3}.ticket-notes{margin-top:1mm;font-weight:700}.ticket-items{border-collapse:collapse;width:100%;margin:1mm 0}.ticket-items td{vertical-align:top;padding:.5mm 0;font-size:11pt}.ticket-qty{width:10mm;font-weight:700}.ticket-name{word-break:break-word}.ticket-price{text-align:right;font-variant-numeric:tabular-nums;width:16mm}.ticket-fee{justify-content:space-between;margin-bottom:1mm;font-size:11pt;display:flex}.ticket-total{border-top:2px solid #000;border-bottom:2px solid #000;justify-content:space-between;margin:2mm 0;padding:2mm 0;font-size:16pt;font-weight:900;display:flex}.ticket-paid{text-align:center;margin-top:1mm;font-size:11pt;font-weight:700}.ticket-footer{text-align:center;margin-top:4mm;font-size:10pt}.ticket-time-print{color:#333;margin-top:1mm;font-size:8pt}@media print{@page{size:80mm auto;margin:0}body>*{display:none!important}body>.ticket-print-wrapper,body>.ticket-print-wrapper *{display:revert!important}.ticket-print-wrapper{width:80mm!important;position:absolute!important;top:0!important;left:0!important}.ticket-print-wrapper .ticket{position:static!important;top:auto!important;left:auto!important}}.printer-modal-backdrop{z-index:9999;background:#0000008c;justify-content:center;align-items:center;padding:16px;animation:.15s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.printer-modal{background:#fff;border-radius:14px;width:100%;max-width:480px;max-height:90vh;animation:.2s ease-out slideUp;overflow-y:auto;box-shadow:0 12px 40px #00000059}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.printer-modal-head{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:18px 22px 12px;display:flex}.printer-modal-head h3{color:#1a1a2e;margin:0;font-size:1.15rem}.printer-modal-close{cursor:pointer;color:#777;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.6rem;transition:background .15s;display:flex}.printer-modal-close:hover{color:#000;background:#f3f3f3}.printer-modal-body{padding:18px 22px 6px}.printer-modal-help{color:#444;margin:0 0 14px;font-size:.92rem;line-height:1.45}.printer-modal-label{margin:0 0 14px;display:block}.printer-modal-label>span{color:#333;margin:0 0 6px 2px;font-size:.85rem;font-weight:600;display:block}.printer-modal-input{letter-spacing:.04em;background:#fafafa;border:1.5px solid #ddd;border-radius:8px;width:100%;padding:11px 14px;font-family:Menlo,Courier New,monospace;font-size:1.05rem;transition:border-color .15s,background .15s}.printer-modal-input:focus{background:#fff;border-color:#c9a44c;outline:none}.printer-modal-details{color:#555;margin:14px 0 8px;font-size:.88rem}.printer-modal-details summary{cursor:pointer;color:#c9a44c;padding:4px 0;font-weight:600}.printer-modal-steps{margin:8px 0 12px;padding-left:22px;line-height:1.55}.printer-modal-tip{color:#4a3a10;background:#fff8e1;border-left:3px solid #c9a44c;border-radius:4px;margin:6px 0 0;padding:8px 10px;font-size:.85rem}.printer-modal-feedback{border-radius:8px;margin:12px 0 6px;padding:10px 14px;font-size:.9rem;line-height:1.45}.printer-modal-feedback.info{color:#0d47a1;background:#eaf4ff;border-left:3px solid #2196f3}.printer-modal-feedback.success{color:#14532d;background:#e7f9ee;border-left:3px solid #16a34a}.printer-modal-feedback.error{color:#7f1d1d;background:#fdecec;border-left:3px solid #dc2626}.printer-modal-actions{border-top:1px solid #eee;gap:10px;padding:14px 22px 18px;display:flex}.printer-modal-btn{cursor:pointer;border:none;border-radius:8px;flex:1;padding:11px 16px;font-size:.95rem;font-weight:600;transition:all .15s}.printer-modal-btn:disabled{opacity:.5;cursor:not-allowed}.printer-modal-btn.primary{color:#fff;background:#1a1a2e}.printer-modal-btn.primary:hover:not(:disabled){background:#000}.printer-modal-btn.ghost{color:#1a1a2e;background:#fff;border:1.5px solid #1a1a2e}.printer-modal-btn.ghost:hover:not(:disabled){color:#fff;background:#1a1a2e}.hist{max-width:1400px;margin:0 auto;padding:8px 16px 24px}.hist-filters{z-index:5;background:#1a1a22;border:1px solid #2a2a35;border-radius:14px;margin-bottom:16px;padding:14px 16px 12px;position:sticky;top:8px;box-shadow:0 6px 24px #0000004d}.hist-search-wrap{margin-bottom:12px;position:relative}.hist-search-icon{opacity:.6;pointer-events:none;font-size:.95rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.hist-search{color:#f5e9c5;background:#0d0d14;border:1.5px solid #2a2a35;border-radius:10px;width:100%;padding:11px 36px;font-size:.95rem;transition:border-color .15s}.hist-search::placeholder{color:#6b6b73}.hist-search:focus{border-color:#c9a44c;outline:none}.hist-search-clear{color:#f5e9c5;cursor:pointer;background:#2a2a35;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:1rem;line-height:1;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.hist-search-clear:hover{background:#3a3a45}.hist-row{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.hist-chip-group{flex-wrap:wrap;gap:6px;display:flex}.hist-chip{color:#c9a44c;cursor:pointer;background:#0d0d14;border:1.5px solid #2a2a35;border-radius:999px;padding:7px 14px;font-size:.85rem;font-weight:600;transition:all .15s}.hist-chip:hover{background:#1a1a22;border-color:#c9a44c}.hist-chip.active{color:#0d0d12;background:#c9a44c;border-color:#c9a44c}.hist-row-selects{align-items:center}.hist-select{color:#f5e9c5;cursor:pointer;background:#0d0d14;border:1.5px solid #2a2a35;border-radius:8px;min-width:140px;padding:8px 12px;font-size:.85rem}.hist-select:focus{border-color:#c9a44c;outline:none}.hist-reset{color:#f87171;cursor:pointer;background:0 0;border:1.5px solid #b00020;border-radius:8px;margin-left:auto;padding:8px 14px;font-size:.82rem;font-weight:600}.hist-reset:hover{color:#fff;background:#b00020}.hist-summary{border-top:1px dashed #2a2a35;flex-wrap:wrap;gap:18px;margin-top:6px;padding-top:10px;display:flex}.hist-summary-stat{flex-direction:column;display:flex}.hist-summary-num{color:#c9a44c;font-family:Cinzel,serif;font-size:1.05rem;font-weight:700}.hist-summary-label{color:#8a8a93;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem}.hist-grid{grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:14px;display:grid}.hist-card{background:#1a1a22;border:1px solid #2a2a35;border-left:4px solid #c9a44c;border-radius:12px;flex-direction:column;gap:8px;padding:12px 14px;transition:transform .1s,box-shadow .15s;display:flex}.hist-card:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0000004d}.hist-card-head{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.hist-card-id-wrap{flex-direction:column;gap:2px;min-width:0;display:flex}.hist-card-num{color:#c9a44c;font-family:Cinzel,serif;font-size:1.3rem;font-weight:700;line-height:1}.hist-card-id{color:#8a8a93;letter-spacing:.04em;font-family:Cinzel,serif;font-size:.72rem;font-weight:500}.hist-card-status{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:3px 10px;font-size:.72rem;font-weight:700}.hist-card-date{color:#8a8a93;font-size:.78rem}.hist-card-customer{color:#d8d2c3;flex-direction:column;gap:2px;font-size:.86rem;display:flex}.hist-card-customer strong{color:#f5e9c5;font-size:.92rem}.hist-card-email{color:#8a8a93;font-size:.78rem}.hist-card-mode{color:#f5e9c5;background:#0d0d14;border:1px solid #2a2a35;border-radius:8px;justify-content:space-between;align-items:center;padding:7px 11px;font-size:.85rem;display:flex}.hist-card-mode.delivery{background:#c9a44c14;border-color:#c9a44c}.hist-card-time{color:#c9a44c;background:#0d0d14;border:1px solid #2a2a35;border-radius:6px;padding:3px 10px;font-family:Cinzel,serif;font-weight:700}.hist-card-delivery{color:#d8d2c3;background:#0d0d14;border-radius:6px;padding:6px 10px;font-size:.8rem;line-height:1.4}.hist-card-items{color:#d8d2c3;font-size:.82rem}.hist-card-items summary{cursor:pointer;color:#c9a44c;-webkit-user-select:none;user-select:none;padding:4px 0}.hist-card-items ul{background:#0d0d14;border-radius:6px;flex-direction:column;gap:3px;margin:6px 0 0;padding:8px 10px;list-style:none;display:flex}.hist-card-items li{border-bottom:1px dashed #2a2a35;justify-content:space-between;gap:10px;padding:2px 0;font-size:.8rem;display:flex}.hist-card-items li:last-child{border-bottom:none}.hist-card-foot{border-top:1px dashed #2a2a35;justify-content:space-between;align-items:center;gap:10px;margin-top:4px;padding-top:8px;display:flex}.hist-card-total{color:#c9a44c;font-family:Cinzel,serif;font-size:1.1rem;font-weight:700}.hist-card-print{color:#c9a44c;cursor:pointer;background:0 0;border:1.5px solid #c9a44c;border-radius:8px;padding:6px 12px;font-size:.8rem;font-weight:600;transition:all .15s}.hist-card-print:hover{color:#0d0d12;background:#c9a44c}.hist-empty{text-align:center;color:#8a8a93;padding:60px 20px}.hist-empty-icon{opacity:.5;margin-bottom:14px;font-size:3rem}.hist-empty-reset{color:#0d0d12;cursor:pointer;background:#c9a44c;border:none;border-radius:8px;margin-top:16px;padding:10px 18px;font-weight:600}.hist-loadmore-wrap{justify-content:center;margin-top:22px;display:flex}.hist-loadmore{color:#c9a44c;cursor:pointer;background:#1a1a22;border:1.5px solid #c9a44c;border-radius:999px;align-items:center;gap:10px;padding:12px 22px;font-size:.9rem;font-weight:600;transition:all .15s;display:flex}.hist-loadmore:hover{color:#0d0d12;background:#c9a44c}.hist-loadmore-count{opacity:.75;font-size:.78rem;font-weight:500}@media (width<=720px){.hist{padding:6px 10px 20px}.hist-filters{border-radius:10px;padding:11px 12px 9px}.hist-row-selects{flex-direction:column}.hist-row-selects>*{width:100%}.hist-reset{margin-left:0}.hist-grid{grid-template-columns:1fr;gap:10px}.hist-summary{gap:14px}}.dash-login{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;display:flex}.dash-login-card{text-align:center;background:var(--glass);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:360px;padding:3rem}.dash-login-card h1{font-family:var(--font-h);color:var(--gold);margin-bottom:.3rem;font-size:2rem}.dash-login-logo{width:180px;height:auto;margin:0 auto 1rem;display:block}.dash-login-card p{color:var(--text2);margin-bottom:1.5rem}.dash-auth-error{color:#fca5a5;border-radius:var(--radius-sm);background:#dc26261f;border:1px solid #dc26264d;margin-bottom:1rem;padding:.6rem .8rem;font-size:.85rem}.btn-google{width:100%;font-size:.95rem;font-family:var(--font-h);letter-spacing:.04em;color:#333;border-radius:var(--radius-sm);cursor:pointer;background:#fff;border:1px solid #ddd;justify-content:center;align-items:center;gap:.6rem;padding:.8rem 1.2rem;font-weight:600;transition:all .2s;display:flex}.btn-google:hover{background:#f5f5f5;border-color:#bbb}.btn-google svg{flex-shrink:0}.dash-user{align-items:center;gap:.8rem;margin-left:auto;display:flex}.dash-user-email{color:var(--text2);letter-spacing:.02em;font-size:.75rem}.dash-logout-btn{font-family:var(--font-h);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);border:1px solid var(--border);cursor:pointer;border-radius:4px;padding:.3rem .6rem;font-size:.7rem;transition:all .2s}.dash-logout-btn:hover{color:var(--red);border-color:var(--red)}.dash{background:var(--bg);min-height:100vh}.dash-topbar{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#121218f2;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem 1.5rem;display:flex;position:sticky;top:0}.dash-logo{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.dash-logo-img{object-fit:contain;width:auto;height:36px;display:block}.dash-logo-sub{font-family:var(--font-h);color:var(--text2);letter-spacing:.1em;font-size:.85rem;font-weight:300}.dash-view-toggle{vertical-align:middle;gap:.3rem;margin-left:1rem;display:inline-flex}.dash-view-toggle button{font-family:var(--font-h);letter-spacing:.06em;color:var(--muted);border:1px solid #0000;border-radius:100px;padding:.3rem .7rem;font-size:.7rem;transition:all .2s}.dash-view-toggle button.active{color:var(--gold);border-color:var(--border-gold);background:#c9a84c14}.dash-stats{gap:1.5rem;display:flex}.dash-stat{flex-direction:column;align-items:center;display:flex}.dash-stat-num{font-family:var(--font-h);color:var(--text);font-size:1.3rem;font-weight:700}.dash-stat-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.65rem}.dash-actions{align-items:center;gap:.5rem;display:flex}.dash-actions-sep{background:#c9a84c2e;width:1px;height:1.6rem;margin:0 .35rem}.dash-filter-btn{font-family:var(--font-h);letter-spacing:.08em;color:var(--muted);border:1px solid #0000;border-radius:100px;padding:.4rem .9rem;font-size:.75rem;transition:all .2s}.dash-filter-btn.active{color:var(--gold);border-color:var(--border-gold);background:#c9a84c14}.dash-toggle-btn{font-family:var(--font-h);letter-spacing:.08em;color:var(--muted);background:#ffffff05;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.75rem;transition:all .2s;display:inline-flex}.dash-toggle-btn:hover{border-color:#ffffff2e}.dash-toggle-btn .dot{background:#fff3;border-radius:50%;width:.5rem;height:.5rem;transition:all .2s}.dash-toggle-btn.sound.on{color:#7dd3fc;background:#7dd3fc14;border-color:#7dd3fc59}.dash-toggle-btn.sound.on .dot{background:#7dd3fc;box-shadow:0 0 8px #7dd3fc99}.dash-toggle-btn.sound.locked{color:#fbbf24;background:#fbbf241a;border-color:#fbbf2480;animation:2s ease-in-out infinite sound-pulse}.dash-toggle-btn.sound.locked .dot{background:#fbbf24;box-shadow:0 0 10px #fbbf24cc}@keyframes sound-pulse{0%,to{box-shadow:0 0 #fbbf2466}50%{box-shadow:0 0 0 6px #fbbf2400}}.dash-toggle-btn.lock.on{color:#4ade80;background:#4ade8014;border-color:#4ade8059}.dash-toggle-btn.lock.on .dot{background:#4ade80;box-shadow:0 0 8px #4ade8099}.dash-toggle-btn.push.on{color:#a78bfa;background:#a78bfa14;border-color:#a78bfa66}.dash-toggle-btn.push.on .dot{background:#a78bfa;box-shadow:0 0 8px #a78bfab3}.dash-toggle-btn.print.on{color:#fb923c;background:#fb923c14;border-color:#fb923c66}.dash-toggle-btn.print.on .dot{background:#fb923c;box-shadow:0 0 8px #fb923cb3}.dash-nav-dropdown{display:inline-block;position:relative}.dash-nav-dropdown-menu{z-index:50;background:var(--card);border:1px solid var(--border-gold);border-radius:var(--radius-sm);min-width:180px;animation:dropdown-in .15s var(--ease);flex-direction:column;gap:2px;padding:.4rem;display:flex;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 12px 32px #0009,0 0 0 1px #c9a84c0f}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.dash-nav-dropdown-menu button{text-align:left;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:5px;padding:.55rem .85rem;font-size:.9rem;transition:background .15s,color .15s}.dash-nav-dropdown-menu button:hover{color:var(--gold);background:#c9a84c1f}.dash-settings-menu{min-width:220px;left:auto;right:0}.dash-settings-item{align-items:center;gap:.6rem;font-size:.85rem!important;display:flex!important}.dash-settings-item.on{background:#c9a84c14;color:var(--gold)!important}.dash-settings-item:hover{background:#c9a84c2e!important}.dash-settings-item>span:first-child{min-width:24px;font-size:1.05rem}.dash-toggle-btn.settings{border:1px solid var(--border);color:var(--text2);background:0 0}.dash-toggle-btn.settings:hover{border-color:var(--border-gold);color:var(--gold)}.dash-toggle-btn.restaurant-status.on{color:#4ade80;background:#4ade801a;border-color:#4ade8066}.dash-toggle-btn.restaurant-status.on .dot{background:#4ade80;box-shadow:0 0 8px #4ade80b3}.dash-toggle-btn.restaurant-status.off{color:#fff;background:#dc262640;border-color:#dc262699;animation:2s ease-in-out infinite restaurant-closed-pulse}.dash-toggle-btn.restaurant-status.off .dot{background:#f87171;box-shadow:0 0 12px #f87171e6}@keyframes restaurant-closed-pulse{0%,to{box-shadow:0 0 #dc262666}50%{box-shadow:0 0 0 8px #dc262600}}.dash-card-print-btn{width:100%;color:var(--text2);border-radius:var(--radius-sm);font-size:.75rem;font-family:var(--font-h);letter-spacing:.05em;cursor:pointer;background:0 0;border:1px dashed #ffffff26;margin-bottom:.5rem;padding:.45rem .6rem;transition:all .2s;display:block}.dash-card-print-btn:hover{border-color:var(--gold);color:var(--gold);border-style:solid}.dash-demo-btn{font-family:var(--font-h);letter-spacing:.08em;color:var(--green);border:1px solid #4ade804d;border-radius:100px;padding:.4rem .9rem;font-size:.75rem;transition:all .2s}.dash-demo-btn:hover{background:#4ade801a}.dash-kanban{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:start;gap:1rem;padding:1.5rem;display:grid}.dash-column{min-height:200px}.dash-col-header{font-family:var(--font-h);letter-spacing:.08em;color:var(--text);border-bottom:2px solid;border-radius:0;justify-content:space-between;align-items:center;margin-bottom:.8rem;padding:.6rem .8rem;font-size:.85rem;font-weight:600;display:flex}.dash-col-count{color:var(--text2);background:#ffffff0f;border-radius:100px;padding:.1rem .5rem;font-size:.75rem}.dash-col-cards{flex-direction:column;gap:.6rem;display:flex}.dash-col-empty{text-align:center;color:var(--muted);padding:2rem 0;font-size:.85rem}.dash-card{background:var(--glass);border:1px solid var(--border);border-radius:var(--radius-sm);border-left:3px solid;padding:1rem;transition:all .2s}.dash-card:hover{border-color:#ffffff1a}.dash-card-header{justify-content:space-between;align-items:flex-start;gap:.6rem;margin-bottom:.5rem;display:flex}.dash-card-id-wrap{flex-direction:column;gap:.1rem;min-width:0;display:flex}.dash-card-num{font-family:var(--font-h);color:var(--gold);letter-spacing:.02em;font-size:1.4rem;font-weight:700;line-height:1}.dash-card-id{font-family:var(--font-h);color:var(--text2);letter-spacing:.04em;opacity:.7;font-size:.7rem;font-weight:500}.dash-card-time{font-size:.75rem;font-family:var(--font-h);letter-spacing:.04em;background:#ffffff0a;border-radius:100px;padding:.15rem .5rem;font-weight:600}.dash-card-paid{color:#4ade80;background:#4ade801a;border-radius:4px;margin-bottom:.4rem;padding:.15rem .5rem;font-size:.75rem;display:inline-block}.dash-card-customer{flex-wrap:wrap;align-items:center;gap:.3rem .5rem;margin-bottom:.3rem;display:flex}.dash-card-customer strong{color:var(--text);width:100%;font-size:.95rem}.dash-card-customer span{color:var(--text2);font-size:.8rem}.dash-card-mode{color:var(--text2);margin-bottom:.5rem;font-size:.8rem}.dash-card-pickup{border:1px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font-h);letter-spacing:.03em;background:#ffffff0a;align-items:center;gap:.5rem;margin-bottom:.6rem;padding:.5rem .7rem;display:flex}.dash-card-pickup-icon{font-size:1rem}.dash-card-pickup-mode{color:var(--text2);text-transform:uppercase;font-size:.8rem}.dash-card-pickup-time{color:var(--gold);background:#c9a84c1f;border-radius:4px;margin-left:auto;padding:.15rem .55rem;font-size:1.05rem;font-weight:700}.dash-card-pickup-scheduled{border-color:var(--gold);background:#c9a84c0f}.dash-card-pickup-delivery{background:#fb923c14;border-color:#fb923c}.dash-card-pickup-delivery .dash-card-pickup-mode{color:#fb923c;font-weight:700}.dash-card-delivery{border-radius:var(--radius-sm);background:#fb923c0d;border:1px dashed #fb923c66;margin-bottom:.6rem;padding:.6rem .7rem;font-size:.85rem;line-height:1.4}.dash-card-delivery-address{color:var(--text);align-items:flex-start;gap:.4rem;display:flex}.dash-card-delivery-address>span{flex-shrink:0;font-size:1rem}.dash-card-delivery-address>div{flex:1;min-width:0}.dash-card-delivery-instructions{color:var(--text2);border-top:1px dashed #fb923c40;margin-top:.4rem;padding-top:.4rem;font-size:.8rem;font-style:italic}.dash-card-delivery-fee{color:var(--text2);text-align:right;margin-top:.3rem;font-size:.75rem}.dash-card-pickup-scheduled .dash-card-pickup-time{background:var(--gold);color:#121218}.dash-card-btn-scheduled{color:var(--text2)!important;border:1px solid var(--border)!important;background:0 0!important}.dash-card-btn-scheduled:hover{opacity:1;border-color:var(--gold)!important;color:var(--gold)!important}.dash-card-btn-pending{border:1px solid #00000014!important}.dash-card-btn-pending:hover{opacity:.85;transform:translateY(-1px)}.dash-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out dashModalFadeIn;display:flex;position:fixed;inset:0}@keyframes dashModalFadeIn{0%{opacity:0}to{opacity:1}}.dash-modal{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);text-align:center;width:100%;max-width:420px;padding:2rem 1.8rem 1.5rem;animation:.25s cubic-bezier(.2,.8,.3,1) dashModalScaleIn;box-shadow:0 20px 60px #00000080,0 0 0 1px #c9a84c1a}@keyframes dashModalScaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.dash-modal-icon{width:68px;height:68px;color:var(--gold);background:#c9a84c1f;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.8rem;font-size:2.5rem;display:inline-flex}.dash-modal-title{font-family:var(--font-h);letter-spacing:.04em;color:var(--text);margin:0 0 .8rem;font-size:1.2rem;font-weight:600}.dash-modal-text{color:var(--text2);margin:0 0 .6rem;font-size:.95rem;line-height:1.5}.dash-modal-time{font-family:var(--font-h);color:var(--gold);background:#c9a84c1f;border-radius:4px;margin:0 .1rem;padding:.1rem .5rem;font-size:1.1rem;font-weight:700;display:inline-block}.dash-modal-actions{gap:.8rem;margin-top:1.4rem;display:flex}.dash-modal-btn{font-family:var(--font-h);letter-spacing:.05em;border-radius:var(--radius-sm);cursor:pointer;border:none;flex:1;padding:.8rem 1rem;font-size:.88rem;font-weight:600;transition:all .15s}.dash-modal-btn-cancel{color:var(--text2);border:1px solid var(--border);background:0 0}.dash-modal-btn-cancel:hover{border-color:var(--text2);color:var(--text)}.dash-modal-btn-confirm{background:var(--gold);color:#121218}.dash-modal-btn-confirm:hover{opacity:.9;transform:translateY(-1px)}@media (width<=480px){.dash-modal-actions{flex-direction:column-reverse}}.dash-card-items{margin-bottom:.5rem}.dash-card-item{color:var(--text2);border-bottom:1px solid #ffffff08;justify-content:space-between;padding:.15rem 0;font-size:.8rem;display:flex}.dash-card-total{font-family:var(--font-h);color:var(--text);border-top:1px solid var(--border);margin-top:.3rem;padding-top:.4rem;font-size:.95rem;font-weight:700}.dash-card-btn{width:100%;font-family:var(--font-h);letter-spacing:.06em;border-radius:var(--radius-sm);border:none;margin-top:.8rem;padding:.6rem;font-size:.85rem;font-weight:600;transition:all .2s}.dash-card-btn:hover{opacity:.85;transform:translateY(-1px)}@media (width>=768px) and (width<=1200px){.dash-kanban{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.dash-kanban{grid-template-columns:1fr}.dash-topbar{padding:.6rem 1rem}.dash-stats{gap:.8rem}}@keyframes dashFlash{0%{box-shadow:0 0 #fb923c80}70%{box-shadow:0 0 0 12px #fb923c00}to{box-shadow:0 0 #fb923c00}}.dash-card-new{animation:1.5s 3 dashFlash}@keyframes dashBlink{0%,to{opacity:1}50%{opacity:.3}}.dash-late{font-weight:700;animation:1s infinite dashBlink}.confirm-page{justify-content:center;align-items:center;min-height:80vh;padding:100px 1.5rem 4rem;display:flex}.confirm-card{text-align:center;background:var(--glass);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:500px;padding:2.5rem}.confirm-icon{margin-bottom:1rem;font-size:3.5rem}.confirm-num{font-family:var(--font-h);color:var(--text2);letter-spacing:.04em;margin:.4rem 0 .6rem;font-size:1rem}.confirm-num strong{color:var(--gold);vertical-align:middle;margin-left:.4rem;font-size:2.5rem;font-weight:700}.confirm-card h1{font-family:var(--font-h);color:var(--text2);margin-bottom:.5rem;font-size:1.5rem;font-weight:300}.confirm-card p{color:var(--muted);margin-bottom:1rem}.confirm-time{font-family:var(--font-h);color:var(--gold);margin:1rem 0;font-size:1.2rem}.confirm-items{text-align:left;border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1rem}.confirm-item{color:var(--text2);justify-content:space-between;padding:.3rem 0;font-size:.9rem;display:flex}.confirm-total{font-family:var(--font-h);color:var(--text);border-top:1px solid var(--border);justify-content:space-between;margin-top:.5rem;padding-top:.5rem;font-weight:700;display:flex}.wheel-container{justify-content:center;align-items:center;width:100%;max-width:400px;margin:0 auto;display:flex;position:relative}.wheel-container canvas{width:100%;height:auto;display:block}.roue-page{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.roue-container{text-align:center;width:100%;max-width:480px}.roue-title{font-family:var(--font-h);color:var(--gold);text-transform:uppercase;letter-spacing:.04em;margin-bottom:1.5rem;font-size:2rem}.roue-subtitle{font-family:var(--font-h);color:var(--text);margin-bottom:.75rem;font-size:1.4rem}.roue-loading,.roue-inactive{color:var(--text2);font-size:1.1rem}.roue-step{animation:fadeInUp .4s var(--ease)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.roue-icon{margin-bottom:1rem;font-size:4rem}.roue-text{color:var(--text2);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6}.roue-comeback-banner{border-radius:var(--radius);color:var(--green);text-align:left;background:#4ade801a;border:1px solid #4ade804d;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.95rem;line-height:1.5}.roue-steps-list{text-align:left;margin:0 0 2rem;padding:0;list-style:none}.roue-steps-list li{color:var(--text);border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:.75rem 0;font-size:.95rem;display:flex}.step-num{background:var(--gold);width:28px;height:28px;color:var(--bg);font-family:var(--font-h);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:inline-flex}.roue-btn-primary{background:var(--gold-gradient);width:100%;color:var(--bg);font-family:var(--font-h);border-radius:var(--radius);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.75rem;padding:1rem;font-size:1.05rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:block}.roue-btn-primary:hover{box-shadow:0 8px 24px var(--gold-glow);transform:translateY(-2px)}.roue-btn-secondary{width:100%;color:var(--text2);background:0 0;padding:.75rem;font-size:.9rem;text-decoration:underline;display:block}.roue-btn-secondary:hover{color:var(--gold)}.roue-form{text-align:left}.roue-field{margin-bottom:1rem}.roue-field label{color:var(--text2);margin-bottom:.35rem;font-size:.85rem;font-weight:600;display:block}.roue-field input{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);font-size:1rem;font-family:var(--font-b);padding:.75rem 1rem;transition:border-color .2s}.roue-field input:focus{border-color:var(--gold);outline:none}.roue-error{color:var(--red);margin-bottom:1rem;font-size:.9rem}.roue-consent{cursor:pointer;color:var(--text2);align-items:flex-start;gap:.6rem;margin:1rem 0;font-size:.82rem;line-height:1.4;display:flex}.roue-consent input[type=checkbox]{width:18px;height:18px;accent-color:var(--gold);flex-shrink:0;margin-top:.15rem}.roue-consent a{color:var(--gold);text-decoration:underline}.roue-btn-primary:disabled{opacity:.4;cursor:not-allowed;box-shadow:none!important;transform:none!important}.roue-countdown{background:var(--card);border:1px solid var(--border-gold);border-radius:var(--radius);color:var(--text2);margin-top:1.5rem;padding:1.25rem 1.5rem;font-size:1rem}.roue-countdown-num{min-width:2rem;font-family:var(--font-h);color:var(--gold);margin:0 .25rem;font-size:2rem;font-weight:700;animation:1s ease-in-out infinite roue-countdown-pulse;display:inline-block}@keyframes roue-countdown-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.15)}}.roue-spin{padding-top:1rem}.roue-btn-spin{background:var(--gold-gradient);width:100%;max-width:300px;color:var(--bg);font-family:var(--font-h);border-radius:var(--radius);text-transform:uppercase;letter-spacing:.05em;transition:all .3s var(--ease);margin:1.5rem auto 0;padding:1rem 2rem;font-size:1.2rem;font-weight:700;animation:1.5s ease-in-out infinite roue-pulse-btn;display:block}.roue-btn-spin:hover{box-shadow:0 8px 30px var(--gold-glow);transform:scale(1.05)}@keyframes roue-pulse-btn{0%,to{box-shadow:0 0 0 0 var(--gold-glow)}50%{box-shadow:0 0 20px 6px var(--gold-glow)}}.roue-result-icon{margin-bottom:.5rem;font-size:3.5rem}.roue-result-title{font-family:var(--font-h);margin-bottom:.75rem;font-size:1.8rem}.roue-win .roue-result-title{color:var(--green)}.roue-lose .roue-result-title{color:var(--text2)}.roue-result-lot{font-family:var(--font-h);color:var(--gold);background:var(--card);border:2px solid var(--border-gold);border-radius:var(--radius);margin-bottom:1rem;padding:.75rem 1.5rem;font-size:1.4rem;display:inline-block}.roue-result-message{color:var(--text2);margin-bottom:1.5rem;font-size:.95rem}.roue-result-code{background:var(--card);border:1px solid var(--border-gold);border-radius:var(--radius);padding:1.25rem}.roue-result-code p{color:var(--text2);margin-bottom:.5rem;font-size:.9rem}.roue-play-id{font-family:var(--font-h);color:var(--gold);letter-spacing:.08em;font-size:1.2rem}.mentions-page{background:var(--bg,#121218);min-height:100vh;padding:2rem 1rem}.mentions-container{max-width:720px;color:var(--text,#f0ede6);margin:0 auto}.mentions-container h1{font-family:var(--font-h,"Oswald", sans-serif);color:var(--gold,#c9a84c);text-align:center;margin-bottom:2rem;font-size:1.6rem}.mentions-container h2{font-family:var(--font-h,"Oswald", sans-serif);color:var(--gold,#c9a84c);margin:1.5rem 0 .5rem;font-size:1.1rem}.mentions-container p,.mentions-container li{color:var(--text-muted,#9e9a8f);font-size:.9rem;line-height:1.6}.mentions-container ul{margin:.5rem 0;padding-left:1.2rem}.mentions-container li{margin-bottom:.3rem}.mentions-container strong{color:var(--text,#f0ede6)}.mentions-updated{text-align:center;opacity:.5;margin-top:2rem;font-size:.8rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#121218;--bg2:#1a1a22;--card:#1e1e28;--glass:#1e1e288c;--glass-strong:#1e1e28d9;--gold:#c9a84c;--gold-light:#e0c878;--gold-dark:#a8893a;--gold-glow:#c9a84c4d;--gold-gradient:linear-gradient(135deg, #c9a84c 0%, #e0c878 50%, #c9a84c 100%);--text:#f0ece4;--text2:#a09b90;--muted:#6b675e;--border:#c9a84c1f;--border-gold:#c9a84c59;--green:#4ade80;--red:#f87171;--orange:#fb923c;--font-h:"Oswald", sans-serif;--font-b:"Source Sans 3", sans-serif;--ease:cubic-bezier(.16, 1, .3, 1);--radius:14px;--radius-sm:8px}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-b);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}body:after{content:"";pointer-events:none;z-index:9999;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:128px 128px;position:fixed;inset:0}.site-footer{text-align:center;border-top:1px solid var(--border);padding:1.5rem 1rem}.site-footer a{color:var(--muted);font-size:.8rem;transition:color .2s}.site-footer a:hover{color:var(--gold)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--gold-dark);border-radius:3px}.gold{color:var(--gold)}.fmt-price{font-family:var(--font-h);color:var(--gold);font-weight:700}
