*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif}.home{flex-direction:column;width:100%;height:100vh;display:flex;overflow:hidden}.home-header{text-align:center;background:#fff;padding:2rem 1.5rem 1.5rem}.home-title{color:#1a1a1a;margin-bottom:.5rem;font-size:2rem;font-weight:700}.home-description{color:#666;max-width:540px;margin:0 auto;font-size:1rem}.home-cards{flex:1;display:flex}.restaurant-card{cursor:pointer;flex:1;justify-content:center;align-items:center;transition:flex .5s;display:flex;position:relative;overflow:hidden}.restaurant-card:hover{flex:3}.card-overlay{background:#00000073;transition:background .4s;position:absolute;inset:0}.restaurant-card:hover .card-overlay{background:#0003}.card-content{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;display:flex;position:relative}.card-name{color:#fff;letter-spacing:.05em;text-transform:uppercase;opacity:.9;font-size:1.2rem;font-weight:600;transition:font-size .4s,opacity .4s}.restaurant-card:hover .card-name{opacity:1;font-size:2rem}.card-description{color:#fff;opacity:.75;max-width:80%;font-size:.8rem;transition:font-size .4s,opacity .4s}.restaurant-card:hover .card-description{opacity:1;font-size:1rem}@media (width<=768px){.home-title{font-size:1.5rem}.home-cards{flex-direction:column}.restaurant-card{min-height:25vh;transition:flex .5s,min-height .5s}.restaurant-card:hover{flex:2}}@media (width<=480px){.home-title{font-size:1.2rem}.home-description{font-size:.9rem}.card-name{font-size:1rem}.restaurant-card:hover .card-name{font-size:1.4rem}}.cabane-emporter{background:#f5f2ee;flex-direction:column;min-height:100vh;display:flex}.cabane-hero{background:#2a3550;justify-content:center;align-items:center;height:45vh;display:flex;position:relative}.cabane-hero-overlay{background:#0006;position:absolute;inset:0}.cabane-hero-content{z-index:1;text-align:center;color:#fff;padding:1rem;position:relative}.cabane-hero-content h1{margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.cabane-hero-content p{opacity:.85;font-size:1.1rem}.cabane-concept{text-align:center;max-width:680px;margin:3rem auto;padding:0 1.5rem}.cabane-concept h2{color:#1a1a1a;margin-bottom:1rem;font-size:1.6rem;font-weight:700}.cabane-concept p{color:#555;font-size:1rem;line-height:1.7}.cabane-actions{flex-wrap:wrap;justify-content:center;gap:1.5rem;padding:1rem 1.5rem 3rem;display:flex}.action-btn{cursor:pointer;border:none;border-radius:.5rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:transform .15s,opacity .15s}.action-btn:hover{opacity:.9;transform:translateY(-2px)}.menu-btn{color:#fff;background:#2a3550}.order-btn{color:#fff;background:#e07b39}@media (width<=480px){.cabane-hero-content h1{font-size:1.7rem}.action-btn{text-align:center;width:100%}}.menu-page{background:#f5f2ee;min-height:100vh;padding-bottom:3rem}.menu-header{text-align:center;padding:4rem 1rem 1rem}.menu-header h1{color:#1a1a1a;font-size:2rem;font-weight:700}.menu-status{text-align:center;color:#666;padding:2rem}.menu-status.error{color:#c0392b}.menu-sections{max-width:1100px;margin:0 auto;padding:0 1.5rem}.menu-section{margin-top:2.5rem;scroll-margin-top:60px}.famille-title{color:#1a1a1a;text-transform:capitalize;border-bottom:2px solid #e07b39;margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.4rem;font-weight:700}.menu-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.menu-card{background:#fff;border-radius:.75rem;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 2px 8px #00000014}.menu-card:hover{transform:translateY(-3px);box-shadow:0 6px 16px #0000001f}.menu-card-img{object-fit:cover;width:100%;height:140px}.menu-card-body{justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.menu-card-name{color:#1a1a1a;margin:0;font-size:.9rem;font-weight:600}.menu-card-price{color:#e07b39;white-space:nowrap;font-size:.9rem;font-weight:700}.order-page{background:#f5f2ee;min-height:100vh;padding-bottom:3rem}.order-topbar{z-index:15;background:#2a3550;align-items:center;padding:.75rem 1rem;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #00000026}.order-title{text-align:center;color:#fff;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;flex:1;padding:0 .5rem;font-size:1.1rem;font-weight:700;overflow:hidden}@media (width<=480px){.topbar-back-label{display:none}}.cart-btn{cursor:pointer;background:#ffffff26;border:none;border-radius:2rem;flex-shrink:0;padding:.45rem 1rem;font-size:1.2rem;transition:background .2s;position:relative}.cart-btn:hover{background:#ffffff4d}.cart-badge{color:#fff;background:#e07b39;border-radius:999px;justify-content:center;align-items:center;min-width:1.2rem;height:1.2rem;padding:0 .25rem;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.order-status{text-align:center;color:#666;padding:2rem}.order-status.error{color:#c0392b}.category-tabs{z-index:10;scrollbar-width:none;background:#f5f2ee;border-bottom:1px solid #e0dbd4;gap:.5rem;padding:.75rem 1rem;display:flex;position:sticky;top:49px;overflow-x:auto}.category-tabs::-webkit-scrollbar{display:none}.category-tab{color:#555;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #ddd;border-radius:2rem;flex-shrink:0;padding:.4rem 1rem;font-size:.82rem;font-weight:600;transition:background .15s,color .15s,border-color .15s}.category-tab:hover{color:#e07b39;border-color:#e07b39}.category-tab.active{color:#fff;background:#e07b39;border-color:#e07b39}.order-sections{max-width:1100px;margin:0 auto;padding:0 1.5rem}.order-section{margin-top:2.5rem;scroll-margin-top:110px}.famille-title{color:#1a1a1a;border-bottom:2px solid #e07b39;margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.4rem;font-weight:700}.sous-famille-group{margin-bottom:1.5rem}.sous-famille-title{color:#666;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:1rem;font-weight:600}.order-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.order-card{background:#fff;border-radius:.75rem;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000014}.order-card-img{object-fit:cover;width:100%;height:130px}.order-card-body{flex-direction:column;flex:1;gap:.6rem;padding:.75rem 1rem;display:flex}.order-card-info{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.order-card-info-left{flex:1;min-width:0}.order-card-name{color:#1a1a1a;margin:0;font-size:.9rem;font-weight:600}.order-card-desc{color:#888;margin:.2rem 0 0;font-size:.75rem;line-height:1.3}.order-card-price{color:#e07b39;white-space:nowrap;font-size:.9rem;font-weight:700}.order-card-controls{align-items:center;gap:.5rem;margin-top:auto;display:flex}.qty-selector{background:#f5f2ee;border-radius:2rem;align-items:center;gap:.4rem;padding:.2rem .4rem;display:flex}.qty-btn{cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;font-size:1rem;line-height:1;transition:background .15s;display:flex;box-shadow:0 1px 3px #0000001f}.qty-btn:hover{color:#fff;background:#e07b39}.qty-value{text-align:center;min-width:1.2rem;font-size:.9rem;font-weight:600}.add-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2a3550;border:none;border-radius:2rem;flex:1;padding:.4rem .75rem;font-size:.85rem;font-weight:600;transition:background .2s}.add-btn:hover{background:#3a4f70}.cart-backdrop{z-index:30;background:#0006;position:fixed;inset:0}.cart-drawer{z-index:31;background:#fff;flex-direction:column;width:min(400px,100vw);display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-4px 0 20px #00000026}.cart-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.cart-header h2{color:#1a1a1a;font-size:1.2rem;font-weight:700}.cart-close{color:#888;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.1rem}.cart-close:hover{color:#1a1a1a}.cart-empty{color:#999;text-align:center;padding:2rem 1.5rem}.cart-items{flex:1;padding:.5rem 0;list-style:none;overflow-y:auto}.cart-item{border-bottom:1px solid #f0f0f0;flex-direction:column;gap:.3rem;padding:.75rem 1.5rem;display:flex}.cart-item-main{flex-direction:column;gap:.4rem;display:flex}.cart-item-info{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.cart-item-garnitures{border-left:2px solid #f0ddd0;flex-direction:column;gap:.15rem;margin:.1rem 0 0;padding:0 0 0 .5rem;list-style:none;display:flex}.cart-item-garniture{color:#888;align-items:center;gap:.35rem;font-size:.78rem;display:flex}.cart-garniture-arrow{color:#e07b39;flex-shrink:0;font-size:.72rem}.cart-garniture-name{flex:1}.cart-garniture-price{color:#e07b39;white-space:nowrap;font-size:.75rem}.cart-item-name{color:#1a1a1a;font-size:.9rem;font-weight:600}.cart-item-subtotal{color:#e07b39;white-space:nowrap;font-size:.9rem;font-weight:700}.cart-item-controls{align-items:center;gap:.5rem;display:flex}.remove-btn{color:#bbb;cursor:pointer;background:0 0;border:none;margin-left:auto;padding:.2rem;font-size:.85rem}.remove-btn:hover{color:#c0392b}.cart-footer{border-top:1px solid #eee;flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;display:flex}.cart-total{color:#1a1a1a;justify-content:space-between;font-size:1.1rem;font-weight:700;display:flex}.checkout-btn{color:#fff;cursor:pointer;background:#e07b39;border:none;border-radius:2rem;padding:.85rem;font-size:1rem;font-weight:700;transition:background .2s}.checkout-btn:hover{background:#c96828}.scroll-top-btn{z-index:20;color:#fff;cursor:pointer;background:#e07b39;border:none;border-radius:50%;width:3rem;height:3rem;font-size:1.2rem;transition:background .2s,transform .2s;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 12px #0003}.scroll-top-btn:hover{background:#c96828;transform:translateY(-2px)}.garniture-overlay{z-index:40;background:#00000080;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}@media (width>=600px){.garniture-overlay{align-items:center}}.garniture-modal{background:#fff;border-radius:1rem 1rem 0 0;flex-direction:column;width:100%;max-width:540px;max-height:85vh;display:flex;box-shadow:0 -4px 24px #00000026}@media (width>=600px){.garniture-modal{border-radius:1rem;max-height:80vh}}.garniture-modal-header{border-bottom:1px solid #eee;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.garniture-modal-header h3{color:#1a1a1a;margin:0;font-size:1.1rem;font-weight:700}.garniture-progress{color:#e07b39;margin-left:.25rem;font-size:.85rem;font-weight:400}.garniture-modal-body{flex:1;padding:1rem 1.5rem;overflow-y:auto}.garniture-group-section{margin-bottom:.25rem}.garniture-group-section+.garniture-group-section{border-top:1px solid #eee;margin-top:.75rem;padding-top:.75rem}.garniture-group-header{align-items:baseline;gap:.6rem;margin-bottom:.4rem;display:flex}.garniture-group-title{text-transform:uppercase;letter-spacing:.06em;color:#555;margin:0;font-size:.78rem;font-weight:700}.garniture-rule-hint{color:#aaa;white-space:nowrap;background:#f5f2ee;border-radius:999px;padding:.1rem .5rem;font-size:.72rem;font-weight:500}.garniture-rule-hint.rule-required{color:#c0392b;background:#fdf0ee}.garniture-rule-hint.rule-done{color:#27ae60;background:#eafaf1}.garniture-item{cursor:pointer;border-bottom:1px solid #f5f5f5;align-items:center;gap:.75rem;padding:.6rem 0;display:flex}.garniture-item:last-child{border-bottom:none}.garniture-item-disabled{opacity:.38;cursor:default;pointer-events:none}.garniture-item input[type=checkbox]{accent-color:#e07b39;cursor:pointer;flex-shrink:0;width:1.1rem;height:1.1rem}.garniture-item-label{color:#1a1a1a;cursor:pointer;flex:1;font-size:.9rem}.garniture-item-price{color:#e07b39;white-space:nowrap;font-size:.85rem;font-weight:600}.garniture-modal-footer{border-top:1px solid #eee;flex-shrink:0;gap:.75rem;padding:1rem 1.5rem;display:flex}.btn-skip{color:#555;cursor:pointer;background:#f0ece8;border:none;border-radius:2rem;flex:1;padding:.75rem;font-size:.9rem;font-weight:600;transition:background .2s}.btn-skip:hover{background:#e0dcd8}.btn-confirm-garniture{color:#fff;cursor:pointer;background:#e07b39;border:none;border-radius:2rem;flex:2;padding:.75rem;font-size:.95rem;font-weight:700;transition:background .2s}.btn-confirm-garniture:hover{background:#c96828}.btn-confirm-garniture:disabled{cursor:not-allowed;background:#ccc}.upsell-overlay{z-index:40;background:#00000080;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}@media (width>=600px){.upsell-overlay{align-items:center}}.upsell-modal{background:#fff;border-radius:1rem 1rem 0 0;flex-direction:column;width:100%;max-width:640px;max-height:90vh;display:flex;box-shadow:0 -4px 24px #00000026}@media (width>=600px){.upsell-modal{border-radius:1rem;max-height:85vh}}.upsell-header{border-bottom:1px solid #eee;flex-shrink:0;padding:1.25rem 1.5rem 1rem}.upsell-header h3{color:#1a1a1a;margin:0 0 .25rem;font-size:1.2rem;font-weight:700}.upsell-subtitle{color:#888;margin:0;font-size:.875rem}.upsell-body{flex-direction:column;flex:1;gap:1.5rem;padding:1rem 1.5rem;display:flex;overflow-y:auto}.upsell-famille{text-transform:uppercase;letter-spacing:.06em;color:#888;margin:0 0 .75rem;font-size:.78rem;font-weight:700}.upsell-subgroup{margin-bottom:1rem}.upsell-sous-famille{text-transform:uppercase;letter-spacing:.05em;color:#aaa;margin:0 0 .5rem;font-size:.75rem;font-weight:600}.upsell-scroll-row{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}.upsell-card{background:#fafafa;border:1px solid #eee;border-radius:.75rem;flex-direction:column;display:flex;overflow:hidden}.upsell-card-img{aspect-ratio:1;object-fit:cover;width:100%}.upsell-card-body{flex-direction:column;flex:1;gap:.25rem;padding:.5rem .6rem;display:flex}.upsell-card-name{color:#1a1a1a;font-size:.82rem;font-weight:600;line-height:1.3}.upsell-card-price{color:#e07630;font-size:.8rem;font-weight:700}.upsell-qty{align-items:center;gap:.4rem;margin-top:auto;padding-top:.4rem;display:flex}.upsell-add-btn{color:#fff;cursor:pointer;background:#e07630;border:none;border-radius:50%;width:2rem;height:2rem;font-size:1.2rem;font-weight:700;line-height:1}.upsell-footer{border-top:1px solid #eee;flex-shrink:0;gap:.75rem;padding:1rem 1.5rem;display:flex}.upsell-footer .btn-skip{flex:1}.upsell-footer .btn-confirm-garniture{flex:2}.checkout-page{background:#f5f2ee;min-height:100vh;padding-bottom:3rem}.checkout-topbar{z-index:10;background:#2a3550;align-items:center;padding:.75rem 1rem;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #00000026}.topbar-back-btn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:2rem;flex-shrink:0;padding:.45rem 1rem;font-size:.9rem;transition:background .2s}.topbar-back-btn:hover{background:#ffffff4d}.checkout-title{text-align:center;color:#fff;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;flex:1;padding:0 .5rem;font-size:1.1rem;font-weight:700;overflow:hidden}@media (width<=480px){.topbar-back-label{display:none}}.checkout-body{flex-direction:column;gap:1.5rem;max-width:720px;margin:2rem auto;padding:0 1.25rem;display:flex}.checkout-summary{background:#fff;border-radius:.75rem;padding:1.25rem 1.5rem;box-shadow:0 2px 8px #00000012}.checkout-summary h2,.checkout-form-section h2{color:#1a1a1a;border-bottom:2px solid #e07b39;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:700}.empty-cart{color:#999;font-size:.9rem}.summary-list{flex-direction:column;gap:.5rem;margin-bottom:1rem;list-style:none;display:flex}.summary-item{flex-direction:column;gap:.2rem;font-size:.9rem;display:flex}.summary-item-main{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.summary-name{color:#333}.summary-price{color:#e07b39;white-space:nowrap;font-weight:700}.summary-garnitures{border-left:2px solid #f0ddd0;flex-direction:column;gap:.1rem;margin:0;padding:0 0 0 .75rem;list-style:none;display:flex}.summary-garniture{color:#888;align-items:baseline;gap:.4rem;font-size:.78rem;display:flex}.summary-garniture-price{color:#e07b39;white-space:nowrap}.receipt-item-main{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.receipt-garnitures{border-left:2px solid #e0dbd4;flex-direction:column;gap:.1rem;margin:.15rem 0 0;padding:0 0 0 .75rem;list-style:none;display:flex}.receipt-garniture{color:#aaa;font-size:.75rem}.summary-total{color:#1a1a1a;border-top:1px solid #eee;justify-content:space-between;padding-top:.75rem;font-size:1.05rem;font-weight:700;display:flex}.checkout-form-section{background:#fff;border-radius:.75rem;padding:1.25rem 1.5rem;box-shadow:0 2px 8px #00000012}.checkout-form{flex-direction:column;gap:1rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.35rem;display:flex}.form-group label{color:#444;font-size:.85rem;font-weight:600}.form-optional{color:#999;font-size:.8rem;font-weight:400}.form-group input,.form-group select{background:#fafafa;border:1.5px solid #ddd;border-radius:.5rem;outline:none;padding:.6rem .9rem;font-size:.95rem;transition:border-color .2s}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right .9rem center;background-repeat:no-repeat;padding-right:2.2rem}.form-group input:focus,.form-group select:focus{background:#fff;border-color:#e07b39}.payment-or-divider{color:#bbb;align-items:center;gap:.75rem;margin:.75rem 0 .5rem;font-size:.8rem;font-weight:500;display:flex}.payment-or-divider:before,.payment-or-divider:after{content:"";background:#e5e5e5;flex:1;height:1px}.card-element-wrapper{background:#fff;border:1px solid #ddd;border-radius:.5rem;padding:.75rem 1rem;transition:border-color .2s}.card-element-wrapper:focus-within{border-color:#2a3550;box-shadow:0 0 0 3px #2a35501a}.form-error{color:#c0392b;background:#fdf0ee;border:1px solid #f5c6c0;border-radius:.5rem;padding:.6rem .9rem;font-size:.85rem}.btn-primary{color:#fff;cursor:pointer;background:#e07b39;border:none;border-radius:2rem;margin-top:.25rem;padding:.85rem;font-size:1rem;font-weight:700;transition:background .2s}.btn-primary:hover:not(:disabled){background:#c96828}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{color:#e07b39;cursor:pointer;background:0 0;border:2px solid #e07b39;border-radius:2rem;width:100%;max-width:360px;padding:.75rem;font-size:.95rem;font-weight:700;transition:background .2s,color .2s}.btn-secondary:hover{color:#fff;background:#e07b39}.checkout-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;padding:2rem;display:flex}.success-icon{color:#fff;background:#27ae60;border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;margin-bottom:.5rem;font-size:2.5rem;display:flex}.checkout-success h1{color:#1a1a1a;font-size:1.8rem;font-weight:700}.checkout-success p{color:#444;font-size:1rem}.success-sub{color:#777;font-size:.95rem}.receipt-card{text-align:left;background:#fff;border-radius:.75rem;width:100%;max-width:360px;padding:1.25rem 1.5rem;box-shadow:0 4px 16px #0000001a}.receipt-header{border-bottom:2px solid #e07b39;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.receipt-label{color:#999;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:600}.receipt-order-id{color:#1a1a1a;font-size:1.4rem;font-weight:800}.receipt-section{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.receipt-value{color:#1a1a1a;font-size:.95rem;font-weight:600}.receipt-time{color:#e07b39;font-size:1.2rem}.receipt-divider{border:none;border-top:1px solid #eee;margin:.75rem 0}.receipt-items{flex-direction:column;gap:.4rem;margin-bottom:.75rem;list-style:none;display:flex}.receipt-item{color:#444;flex-direction:column;gap:.15rem;font-size:.88rem;display:flex}.receipt-total{color:#1a1a1a;border-top:1px solid #eee;justify-content:space-between;padding-top:.6rem;font-size:1rem;font-weight:700;display:flex}@media (width<=480px){.form-row{grid-template-columns:1fr}}.gaufrette-page{background:#fef9f0;flex-direction:column;min-height:100vh;display:flex}.back-btn{z-index:10;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;border:none;border-radius:2rem;padding:.5rem 1.1rem;font-size:.9rem;transition:background .2s;position:fixed;top:1rem;left:1rem}.back-btn:hover{background:#000000b3}.gaufrette-hero{background:linear-gradient(135deg,#4a2a5a 0%,#7a3a8a 50%,#c0538a 100%);justify-content:center;align-items:center;height:50vh;display:flex;position:relative}.gaufrette-hero-overlay{background:#0003;position:absolute;inset:0}.gaufrette-hero-content{z-index:1;text-align:center;color:#fff;padding:1rem;position:relative}.gaufrette-avatar{filter:drop-shadow(0 4px 8px #0000004d);margin-bottom:.5rem;font-size:4rem}.gaufrette-hero-content h1{text-shadow:0 2px 8px #0000004d;margin:0 0 .5rem;font-size:2.8rem;font-weight:800}.gaufrette-hero-content p{opacity:.9;font-size:1.1rem}.gaufrette-intro{text-align:center;max-width:680px;margin:3rem auto 2rem;padding:0 1.5rem}.gaufrette-intro h2{color:#4a2a5a;margin-bottom:1rem;font-size:1.6rem;font-weight:700}.gaufrette-intro p{color:#555;font-size:1rem;line-height:1.8}.gaufrette-memories{background:linear-gradient(135deg,#4a2a5a11,#c0538a11);flex-wrap:wrap;justify-content:center;gap:1rem;margin:0 0 2rem;padding:1.5rem 1.5rem 2.5rem;display:flex}.memory-item{flex-direction:column;align-items:center;gap:.3rem;min-width:70px;display:flex}.memory-emoji{font-size:2.2rem;animation:3s ease-in-out infinite float}.memory-item:nth-child(2) .memory-emoji{animation-delay:.3s}.memory-item:nth-child(3) .memory-emoji{animation-delay:.6s}.memory-item:nth-child(4) .memory-emoji{animation-delay:.9s}.memory-item:nth-child(5) .memory-emoji{animation-delay:1.2s}.memory-item:nth-child(6) .memory-emoji{animation-delay:1.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.memory-label{color:#7a3a8a;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.gaufrette-products{width:100%;max-width:720px;margin:0 auto 3rem;padding:0 1.5rem}.gaufrette-products h2{color:#4a2a5a;text-align:center;margin-bottom:2rem;font-size:1.6rem;font-weight:700}.gaufrette-category{background:#fff;border-radius:1rem;margin-bottom:2rem;overflow:hidden;box-shadow:0 2px 12px #4a2a5a14}.gaufrette-cat-title{color:#fff;background:linear-gradient(90deg,#4a2a5a,#7a3a8a);align-items:center;gap:.6rem;margin:0;padding:.9rem 1.25rem;font-size:1.1rem;font-weight:700;display:flex}.cat-emoji{font-size:1.4rem}.gaufrette-items{padding:.5rem 0}.gaufrette-item{border-bottom:1px solid #f5f0f8;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:flex}.gaufrette-item:last-child{border-bottom:none}.gaufrette-item-name{color:#1a1a1a;font-size:.95rem;font-weight:600}.gaufrette-item-desc{color:#999;font-size:.82rem;font-style:italic}.gaufrette-footer-note{text-align:center;color:#fff;background:linear-gradient(135deg,#4a2a5a,#c0538a);padding:2rem 1.5rem 3rem;font-size:1.1rem;font-weight:600}.gaufrette-page:has(.gaufrette-pdf-frame){overflow:hidden}.gaufrette-pdf-frame{z-index:0;border:none;width:100%;height:100%;display:block;position:fixed;inset:0}.gaufrette-page:has(.gaufrette-pdf-frame) .back-btn{z-index:10}.gaufrette-loading{color:#888;flex:1;justify-content:center;align-items:center;padding:4rem;display:flex}@media (width<=480px){.gaufrette-hero-content h1{font-size:2rem}.gaufrette-avatar{font-size:3rem}}.admin-login{background:#f0f2f5;justify-content:center;align-items:center;min-height:100vh;display:flex}.admin-login-box{text-align:center;background:#fff;border-radius:1rem;width:100%;max-width:340px;padding:2.5rem 2rem;box-shadow:0 4px 24px #0000001a}.admin-login-box h1{color:#1a1a1a;margin-bottom:.25rem;font-size:1.5rem;font-weight:800}.admin-login-box p{color:#888;margin-bottom:1.5rem;font-size:.9rem}.admin-login-box input[type=password]{text-align:center;letter-spacing:.3em;box-sizing:border-box;border:1.5px solid #ddd;border-radius:.5rem;outline:none;width:100%;margin-bottom:.75rem;padding:.75rem 1rem;font-size:1.1rem}.admin-login-box input:focus{border-color:#2a3550}.admin-login-box button{color:#fff;cursor:pointer;background:#2a3550;border:none;border-radius:.5rem;width:100%;padding:.75rem;font-size:1rem;font-weight:700}.pin-error{color:#c0392b;margin-bottom:.5rem;font-size:.85rem}.admin-shell{background:#f0f2f5;flex-direction:column;min-height:100vh;display:flex}.admin-topbar{background:#2a3550;flex-shrink:0;justify-content:space-between;align-items:center;height:3.25rem;padding:0 1.25rem;display:flex}.admin-brand{color:#fff;letter-spacing:.02em;font-size:1rem;font-weight:700}.admin-logout-btn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:2rem;padding:.35rem .9rem;font-size:.85rem;transition:background .2s}.admin-logout-btn:hover{background:#ffffff47}.admin-nav{background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;display:flex}.admin-nav-btn{cursor:pointer;color:#888;background:0 0;border:none;border-bottom:3px solid #0000;flex-direction:column;flex:1;align-items:center;gap:.2rem;padding:.6rem .5rem;font-size:.75rem;font-weight:600;transition:color .15s,border-color .15s;display:flex}.admin-nav-btn.active{color:#2a3550;border-bottom-color:#e07b39}.admin-nav-icon{font-size:1.3rem;line-height:1}.admin-main{flex:1;overflow-y:auto}.admin-tab-content{flex-direction:column;gap:1.25rem;max-width:800px;margin:0 auto;padding:1.25rem;display:flex}.admin-tab-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.admin-tab-header h2{color:#1a1a1a;margin-bottom:.15rem;font-size:1.2rem;font-weight:800}.admin-tab-subtitle{color:#888;font-size:.85rem}.admin-header-actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.admin-loading{color:#aaa;text-align:center;padding:2rem 0}.admin-search{box-sizing:border-box;border:1.5px solid #ddd;border-radius:.5rem;outline:none;width:100%;padding:.6rem .9rem;font-size:.9rem}.admin-search:focus{border-color:#2a3550}.admin-refresh-btn{cursor:pointer;white-space:nowrap;background:#f0f2f5;border:1.5px solid #ddd;border-radius:.5rem;flex-shrink:0;padding:.5rem .9rem;font-size:.85rem;font-weight:600}.admin-danger-btn{color:#c0392b;cursor:pointer;white-space:nowrap;background:#fff0f0;border:1.5px solid #f5c6c0;border-radius:.5rem;flex-shrink:0;padding:.5rem .9rem;font-size:.85rem;font-weight:600}.admin-save-btn{color:#fff;cursor:pointer;background:#2a3550;border:none;border-radius:.5rem;align-self:flex-start;padding:.75rem 1.5rem;font-size:.95rem;font-weight:700;transition:background .2s}.admin-save-btn:disabled{opacity:.6;cursor:not-allowed}.admin-legend{color:#555;align-items:center;gap:1.25rem;font-size:.82rem;display:flex}.legend-dot{border-radius:50%;width:.65rem;height:.65rem;margin-right:.3rem;display:inline-block}.legend-dot.online{background:#2a3550}.legend-dot.inperson{background:#e07b39}.admin-slots{flex-direction:column;gap:.6rem;display:flex}.admin-slot{background:#fff;border-radius:.65rem;flex-direction:column;gap:0;padding:.75rem 1rem;display:flex;box-shadow:0 1px 4px #0000000f}.admin-slot--full{opacity:.55}.slot-time{color:#1a1a1a;padding-bottom:.4rem;font-size:.95rem;font-weight:700}.slot-category{border-top:1px solid #f3f3f3;align-items:center;gap:1rem;padding-top:.4rem;display:flex}.slot-category-header{flex-direction:column;flex-shrink:0;gap:.1rem;width:4.5rem;display:flex}.slot-category-name{color:#1a1a1a;text-transform:capitalize;font-size:.75rem;font-weight:600}.slot-category-remaining{color:#27ae60;font-size:.7rem}.slot-category-remaining.full{color:#c0392b;font-weight:700}.slot-bars{flex-direction:column;flex:1;gap:.3rem;display:flex}.slot-bar-row{align-items:center;gap:.4rem;display:flex}.slot-bar-label{color:#888;flex-shrink:0;width:5.5rem;font-size:.7rem}.slot-bar-track{background:#eee;border-radius:99px;flex:1;height:.45rem;overflow:hidden}.slot-bar-fill{border-radius:99px;height:100%;transition:width .3s}.slot-bar-fill.online{background:#2a3550}.slot-bar-fill.inperson{background:#e07b39}.slot-bar-count{color:#555;text-align:right;flex-shrink:0;width:1.2rem;font-size:.75rem}.slot-remaining{color:#27ae60;text-align:right;flex-shrink:0;width:5rem;font-size:.8rem}.slot-full-label{color:#c0392b;font-weight:700}.slot-controls{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.slot-btn{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.1rem;font-weight:700;display:flex}.slot-btn--minus{color:#555;background:#f0f2f5}.slot-btn--plus{color:#fff;background:#e07b39}.slot-btn--reset{color:#c0392b;background:#fff0f0;font-size:.95rem}.slot-btn:disabled{opacity:.35;cursor:not-allowed}.slot-manual-count{color:#1a1a1a;text-align:center;width:1.5rem;font-size:1rem;font-weight:700}.admin-sync-box{background:#fff;border-radius:.65rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex;box-shadow:0 1px 4px #0000000f}.admin-sync-info{color:#555;flex-direction:column;gap:.2rem;font-size:.85rem;display:flex}.admin-sync-info strong{color:#1a1a1a;font-size:.9rem}.admin-sync-info code{background:#f0f2f5;border-radius:.25rem;padding:.1rem .3rem;font-size:.8rem}.admin-upload-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2a3550;border-radius:.5rem;flex-shrink:0;padding:.55rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.admin-upload-btn.loading{opacity:.6;cursor:not-allowed}.admin-sync-result{border-radius:.5rem;padding:.65rem 1rem;font-size:.85rem;font-weight:600}.admin-sync-result.success{color:#1e8449;background:#eafaf1}.admin-sync-result.error{color:#c0392b;background:#fdf0ee}.admin-product-list{flex-direction:column;gap:.4rem;list-style:none;display:flex}.garniture-famille-section{margin-bottom:1.5rem}.garniture-famille-header{text-transform:uppercase;letter-spacing:.06em;color:#1a1a1a;border-bottom:2px solid #1a1a1a;margin:0 0 .75rem;padding:.4rem 0 .3rem;font-size:.95rem;font-weight:800}.garniture-sous-famille-section{margin-bottom:.75rem}.garniture-sous-famille-header{text-transform:uppercase;letter-spacing:.07em;color:#888;margin:0 0 .35rem;padding-left:.25rem;font-size:.72rem;font-weight:700}.admin-product-famille-header{letter-spacing:.08em;text-transform:uppercase;color:#888;border-bottom:1px solid #e8e8e8;margin-top:1rem;padding:.25rem .5rem;font-size:.7rem;font-weight:700}.admin-product-famille-header:first-child{margin-top:0}.admin-product-item{background:#fff;border-radius:.6rem;justify-content:space-between;align-items:center;gap:.75rem;padding:.7rem 1rem;display:flex;box-shadow:0 1px 3px #0000000d}.product-info{flex-direction:column;gap:.15rem;min-width:0;display:flex;overflow:hidden}.product-name{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.product-cats{color:#999;font-size:.75rem}.product-right{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.product-price{color:#e07b39;font-size:.9rem;font-weight:700}.product-delete-btn{color:#ccc;cursor:pointer;background:0 0;border:none;border-radius:.3rem;padding:.2rem .4rem;font-size:.9rem;transition:color .15s,background .15s}.product-delete-btn:hover{color:#c0392b;background:#fff0f0}.admin-empty{text-align:center;color:#bbb;padding:2rem 0;font-size:.9rem}.admin-modal-overlay{z-index:100;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.admin-modal{background:#fff;border-radius:1rem;width:100%;max-width:360px;padding:1.75rem 1.5rem;box-shadow:0 8px 32px #0003}.admin-modal h3{color:#1a1a1a;margin-bottom:1rem;font-size:1.1rem;font-weight:800}.admin-modal p{color:#555;margin-bottom:1.25rem;font-size:.88rem}.admin-modal-actions{justify-content:flex-end;gap:.75rem;display:flex}.admin-modal-cancel{cursor:pointer;background:#f0f2f5;border:none;border-radius:.5rem;padding:.6rem 1.1rem;font-size:.9rem;font-weight:600}.admin-modal-confirm{color:#fff;cursor:pointer;background:#c0392b;border:none;border-radius:.5rem;padding:.6rem 1.1rem;font-size:.9rem;font-weight:700}.admin-settings-form{flex-direction:column;gap:1.25rem;display:flex}.admin-settings-group{background:#fff;border-radius:.75rem;flex-direction:column;gap:.9rem;padding:1.25rem;display:flex;box-shadow:0 1px 4px #0000000f}.admin-settings-group-title{text-transform:uppercase;letter-spacing:.06em;color:#aaa;font-size:.78rem;font-weight:700}.admin-settings-fixed{color:#555;background:#f0f2f5;border:1.5px solid #e0e3e8;border-radius:.4rem;padding:.45rem .75rem;font-family:monospace;font-size:.9rem;display:inline-block}.admin-settings-hint{color:#777;background:#f8f9fb;border-left:3px solid #e07b39;border-radius:0 .4rem .4rem 0;padding:.6rem .85rem;font-size:.82rem;line-height:1.5}.admin-settings-hint a{color:#2a3550;font-weight:700;text-decoration:underline}.admin-settings-field{flex-direction:column;gap:.5rem;display:flex}.admin-settings-field label{color:#333;font-size:.85rem;font-weight:700}.admin-settings-field input,.admin-settings-field select,.admin-settings-field textarea{box-sizing:border-box;background:#fafafa;border:1.5px solid #e0dbd3;border-radius:.5rem;outline:none;width:100%;padding:.65rem .9rem;font-family:inherit;font-size:.9rem;transition:border-color .15s,background .15s}.admin-settings-field input:focus,.admin-settings-field select:focus,.admin-settings-field textarea:focus{background:#fff;border-color:#2a3550}.admin-settings-field textarea{resize:vertical;min-height:4.5rem;line-height:1.5}.admin-test-email-form{gap:.6rem;display:flex}.admin-test-email-form input{border:1.5px solid #ddd;border-radius:.5rem;outline:none;flex:1;padding:.55rem .85rem;font-size:.9rem}.admin-test-email-form input:focus{border-color:#2a3550}.admin-test-email-form button{color:#fff;cursor:pointer;white-space:nowrap;background:#2a3550;border:none;border-radius:.5rem;padding:.55rem 1rem;font-size:.85rem;font-weight:700}.admin-test-email-form button:disabled{opacity:.6;cursor:not-allowed}.admin-test-ok{color:#1e8449;font-size:.85rem;font-weight:600}.admin-test-error{color:#c0392b;font-size:.85rem;font-weight:600}.slot-ranges-list{flex-direction:column;gap:.5rem;margin-top:.25rem;display:flex}.slot-range-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.slot-range-row input[type=time]{border:1.5px solid #ddd;border-radius:.4rem;outline:none;padding:.4rem .6rem;font-size:.95rem}.slot-range-row input[type=time]:focus{border-color:#2a3550}.slot-range-label{color:#666;white-space:nowrap;font-size:.85rem}.slot-range-remove{color:#c0392b;cursor:pointer;background:0 0;border:1.5px solid #e0b0b0;border-radius:.4rem;padding:.3rem .55rem;font-size:.8rem;line-height:1}.slot-range-remove:hover{background:#fff0f0}.slot-range-add{color:#555;cursor:pointer;background:0 0;border:1.5px dashed #aaa;border-radius:.4rem;align-self:flex-start;margin-top:.25rem;padding:.35rem .75rem;font-size:.85rem}.slot-range-add:hover{color:#2a3550;border-color:#2a3550}.admin-group-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.admin-group-item{background:#fff;border:1.5px solid #e8e4de;border-radius:.6rem;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.75rem 1rem;display:flex}.group-info{flex-direction:column;flex:1;gap:.25rem;display:flex}.group-name{color:#1a1a1a;font-size:.95rem;font-weight:700}.group-count{color:#888;font-size:.78rem}.group-garnitures-preview{flex-wrap:wrap;gap:.3rem;margin-top:.25rem;display:flex}.gar-badge{color:#444;background:#f0f2f5;border:1px solid #dde0e5;border-radius:999px;padding:.15rem .55rem;font-size:.75rem}.group-actions{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.admin-group-editor{background:#fff;border:2px solid #2a3550;border-radius:.75rem;margin-top:1.5rem;padding:1.25rem 1.5rem}.group-editor-title{color:#2a3550;margin:0 0 1rem;font-size:1rem;font-weight:700}.group-editor-picker{border:1.5px solid #e8e4de;border-radius:.5rem;max-height:400px;margin-top:1rem;padding:.75rem;overflow-y:auto}.group-picker-hint{color:#777;margin:0 0 .75rem;font-size:.82rem}.picker-famille{margin-bottom:1rem}.picker-famille-title{text-transform:uppercase;letter-spacing:.05em;color:#2a3550;margin:0 0 .4rem;font-size:.8rem;font-weight:800}.picker-sous-famille{margin-bottom:.75rem}.picker-sous-famille-label{color:#888;text-transform:uppercase;margin-bottom:.3rem;font-size:.78rem;font-weight:600;display:block}.picker-garnitures{flex-wrap:wrap;gap:.3rem;display:flex}.picker-gar-item{cursor:pointer;-webkit-user-select:none;user-select:none;background:#f5f2ee;border:1.5px solid #e0dbd4;border-radius:999px;align-items:center;gap:.35rem;padding:.2rem .6rem;font-size:.8rem;display:flex}.picker-gar-item:has(input:checked){background:#e8edf5;border-color:#2a3550}.picker-gar-item input{display:none}.picker-gar-name{color:#1a1a1a}.picker-gar-price{color:#888;font-size:.72rem}.group-editor-footer{border-top:1px solid #e8e4de;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.group-editor-count{color:#666;font-size:.82rem}.group-editor-btns{gap:.5rem;display:flex}.product-group-badges{flex-wrap:wrap;gap:.25rem;margin-top:.25rem;display:flex}.product-group-badge{color:#2a3550;background:#e8edf5;border:1px solid #b8c8e0;border-radius:999px;padding:.1rem .5rem;font-size:.72rem;font-weight:600}.admin-groups-modal{max-width:560px;max-height:80vh;overflow-y:auto}.group-assign-list{flex-direction:column;gap:.5rem;margin:.75rem 0;padding:0;list-style:none;display:flex}.group-assign-item{border:1.5px solid #e8e4de;border-radius:.5rem;padding:.6rem .75rem;transition:border-color .15s}.group-assign-item.assigned{background:#f5f7fb;border-color:#2a3550}.group-assign-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.group-assign-label{cursor:pointer;flex:1;align-items:center;gap:.5rem;display:flex}.group-assign-label span:first-of-type{font-size:.9rem;font-weight:600}.group-assign-count{color:#888;font-size:.75rem}.group-override-toggle{cursor:pointer;color:#555;white-space:nowrap;background:0 0;border:1px solid #aaa;border-radius:.3rem;padding:.2rem .5rem;font-size:.75rem}.group-override-toggle:hover{color:#2a3550;border-color:#2a3550}.group-override-panel{border-top:1px dashed #d0ccc5;margin-top:.6rem;padding-top:.6rem}.group-override-hint{color:#888;margin:0 0 .5rem;font-size:.78rem}.override-tag{border-radius:999px;padding:.1rem .4rem;font-size:.68rem;font-weight:700}.override-tag.added{color:#155724;background:#d4edda}.override-tag.removed{color:#721c24;background:#f8d7da}.clyo-groups-hint{color:#888;border-top:1px solid #e8e4de;margin-top:.5rem;padding-top:.6rem;font-size:.78rem}.admin-primary-btn{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:.5rem;padding:.5rem 1.1rem;font-size:.85rem;font-weight:600;transition:background .2s}.admin-primary-btn:hover:not(:disabled){background:#333}.admin-primary-btn:disabled{opacity:.5;cursor:not-allowed}.admin-tab-header-actions{align-items:center;gap:.75rem;display:flex}.restaurant-admin-list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.restaurant-admin-item{background:#fff;border:1px solid #e8e4de;border-radius:.6rem;align-items:center;gap:.75rem;padding:.6rem .75rem;display:flex}.restaurant-admin-swatch{border:1px solid #00000014;border-radius:.4rem;flex-shrink:0;width:3rem;height:3rem}.restaurant-admin-info{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.restaurant-admin-name{color:#1a1a1a;font-size:.95rem;font-weight:600}.restaurant-admin-meta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.restaurant-admin-type-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:.15rem .5rem;font-size:.68rem;font-weight:700}.restaurant-admin-type-badge.internal{color:#155724;background:#d4edda}.restaurant-admin-type-badge.external{color:#0c5460;background:#d1ecf1}.restaurant-admin-url{color:#888;white-space:nowrap;text-overflow:ellipsis;max-width:280px;font-size:.78rem;overflow:hidden}.restaurant-admin-actions{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.admin-reorder-btn{cursor:pointer;background:#faf9f7;border:1px solid #e0dbd3;border-radius:.4rem;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.85rem;transition:background .15s;display:flex}.admin-reorder-btn:hover:not(:disabled){background:#f0ece6}.admin-reorder-btn:disabled{opacity:.3;cursor:not-allowed}.restaurant-admin-dirty-notice{color:#856404;background:#fff3cd;border:1px solid #ffc107;border-radius:.4rem;margin-top:.75rem;padding:.5rem .75rem;font-size:.8rem}.admin-restaurant-modal{flex-direction:column;width:100%;max-width:580px;max-height:90vh;padding:0;display:flex}.admin-restaurant-modal h3{color:#1a1a1a;border-bottom:1.5px solid #f0f0f0;margin:0;padding:1.75rem 2rem 1.25rem;font-size:1.2rem;font-weight:800}.admin-restaurant-modal form{flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem 2rem;display:flex;overflow-y:auto}.admin-restaurant-modal .admin-modal-actions{background:#fafafa;border-top:1.5px solid #f0f0f0;border-radius:0 0 1rem 1rem;margin:0;padding:1.25rem 2rem}.admin-restaurant-modal .form-group{flex-direction:column;gap:.5rem;display:flex}.admin-restaurant-modal .form-group>label:first-child{color:#333;font-size:.85rem;font-weight:700}.admin-restaurant-modal .form-group input[type=text],.admin-restaurant-modal .form-group input[type=url],.admin-restaurant-modal .form-group select,.admin-restaurant-modal .form-group textarea{box-sizing:border-box;background:#fafafa;border:1.5px solid #e0dbd3;border-radius:.5rem;outline:none;width:100%;padding:.65rem .9rem;font-family:inherit;font-size:.9rem;transition:border-color .15s,background .15s}.admin-restaurant-modal .form-group input:focus,.admin-restaurant-modal .form-group select:focus,.admin-restaurant-modal .form-group textarea:focus{background:#fff;border-color:#2a3550}.admin-restaurant-modal .form-group textarea{resize:vertical;min-height:4.5rem;line-height:1.5}.color-input-row{align-items:center;gap:.75rem;display:flex}.color-input-row input[type=color]{cursor:pointer;background:0 0;border:1px solid #e0dbd3;border-radius:.4rem;width:3rem;height:2.5rem;padding:.1rem}.color-value{color:#555;font-family:monospace;font-size:.85rem}.restaurant-bg-preview{border-radius:.6rem;justify-content:center;align-items:flex-end;width:100%;height:7rem;margin-bottom:.6rem;padding-bottom:.75rem;display:flex;position:relative;overflow:hidden}.restaurant-bg-preview:after{content:"";background:#0006;position:absolute;inset:0}.restaurant-bg-preview-name{z-index:1;color:#fff;text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-weight:700;position:relative}.restaurant-bg-clear{z-index:2;color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;font-size:.75rem;transition:background .15s;display:flex;position:absolute;top:.4rem;right:.4rem}.restaurant-bg-clear:hover{background:#b41e1ecc}.restaurant-upload-btn{color:#444;cursor:pointer;background:#f0ece6;border:1px solid #e0dbd3;border-radius:.5rem;margin-bottom:.4rem;padding:.45rem 1rem;font-size:.85rem;font-weight:600;transition:background .15s;display:inline-block}.restaurant-upload-btn:hover:not(.loading){background:#e6e0d8}.restaurant-upload-btn.loading{opacity:.6;cursor:not-allowed}.form-error-inline{color:#c0392b;margin-top:.25rem;font-size:.8rem;display:block}.form-hint{color:#888;margin-top:.3rem;font-size:.78rem;display:block}.admin-edit-product-modal{width:100%;max-width:500px}.admin-edit-product-modal textarea{resize:vertical;box-sizing:border-box;border:1px solid #e0dbd3;border-radius:.5rem;width:100%;min-height:4rem;padding:.5rem .75rem;font-family:inherit;font-size:.9rem}.product-img-preview{background:#f0ece6;border-radius:.6rem;width:100%;height:9rem;margin-bottom:.6rem;position:relative;overflow:hidden}.product-img-preview img{object-fit:cover;width:100%;height:100%}.product-img-placeholder{color:#aaa;background:#f0ece6;border:1px dashed #d0c8be;border-radius:.6rem;justify-content:center;align-items:center;width:100%;height:6rem;margin-bottom:.6rem;font-size:.82rem;display:flex}.group-rule-badge{color:#4a6cf7;white-space:nowrap;background:#eef2ff;border-radius:999px;padding:.1rem .55rem;font-size:.72rem;font-weight:500}.group-limits-row{flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:.75rem;display:flex}.group-limits-row .admin-settings-field{flex:1;min-width:100px}.group-limits-row .admin-settings-field input[type=number]{border:1px solid #e0dbd3;border-radius:.5rem;width:100%;max-width:100px;padding:.45rem .6rem;font-size:.9rem}.group-rule-preview{white-space:nowrap;flex-direction:column;gap:.15rem;padding-bottom:.45rem;display:flex}.product-preview-overlay{z-index:300;background:#0000008c;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.product-preview-popup{background:#f5f2ee;border-radius:1rem;flex-direction:column;gap:.75rem;width:100%;max-width:260px;padding:1.25rem;display:flex;box-shadow:0 8px 32px #00000040}.product-preview-popup h4{color:#888;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .25rem;font-size:.78rem;font-weight:600}.preview-card{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 2px 8px #00000014}.preview-card-img{object-fit:cover;width:100%;height:130px;display:block}.preview-card-no-img{color:#bbb;background:#f0ece6;justify-content:center;align-items:center;width:100%;height:80px;font-size:.75rem;display:flex}.preview-card-body{padding:.65rem .85rem .75rem}.preview-card-info{justify-content:space-between;align-items:flex-start;gap:.4rem;display:flex}.preview-card-name{color:#1a1a1a;margin:0;font-size:.88rem;font-weight:600}.preview-card-desc{color:#888;margin:.2rem 0 0;font-size:.72rem;line-height:1.3}.preview-card-price{color:#e07b39;white-space:nowrap;font-size:.88rem;font-weight:700}.preview-card-controls{align-items:center;gap:.4rem;margin-top:.5rem;display:flex}.preview-qty{background:#f5f2ee;border-radius:2rem;align-items:center;gap:.3rem;padding:.2rem .5rem;font-size:.82rem;display:flex}.preview-qty-btn{color:#2a3550;cursor:default;background:0 0;border:none;font-size:1rem;line-height:1}.preview-add-btn{color:#fff;cursor:default;background:#2a3550;border:none;border-radius:2rem;flex:1;padding:.35rem .75rem;font-size:.8rem}.product-preview-close{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:2rem;align-self:center;padding:.4rem 1.25rem;font-size:.85rem}.product-preview-close:hover{background:#ffffff59}.product-preview-btn{cursor:pointer;color:#555;background:0 0;border:1px solid #d0c8be;border-radius:.4rem;padding:.3rem .55rem;font-size:1rem;line-height:1;transition:background .15s}.product-preview-btn:hover{background:#f0ece6}.product-list-desc{color:#999;margin-top:.15rem;font-size:.75rem;line-height:1.35}@media (width<=480px){.admin-tab-header{flex-direction:column;gap:.5rem}.slot-category{flex-wrap:wrap}.slot-bar-label{width:4rem}.admin-sync-box{flex-direction:column;align-items:flex-start}.admin-upload-btn{text-align:center;width:100%}.admin-test-email-form{flex-direction:column}}
