:root{--roxo:#5b1a8a;--roxo-v:#8b2fc9;--roxo-c:#c084fc;--am:#f5c800;--am-c:#ffe566;--vd:#2d7a2d;--vd-v:#38a838;--vd-c:#7ed957;--bg:#0d0d0d;--c1:#1a1a1a;--c2:#222;--c3:#333;--c4:#444;--txt:#fff;--t2:#ffffff8c;--t3:#ffffff47;--card:#1e1e1e;--bnav:64px;--max:480px;--shadow-sm:0 1px 3px #0006;--shadow-md:0 4px 12px #00000080;--shadow-lg:0 8px 24px #0009;--r-sm:8px;--r-md:12px;--r-lg:16px;--r-xl:24px;--r-full:9999px;--transition:.2s ease;--font-brand:"Pacifico", cursive;--font-body:"Nunito", sans-serif}.mobile-only{display:block}@media (width>=768px){.mobile-only{display:none!important}}.tablet-up{display:none}@media (width>=768px){.tablet-up{display:block}}.desktop-only{display:none!important}@media (width>=1024px){.desktop-only{display:block!important}}.hide-desktop{display:block}@media (width>=1024px){.hide-desktop{display:none!important}}.container{width:100%;max-width:480px;margin:0 auto;padding:0 16px}@media (width>=768px){.container{max-width:720px;padding:0 24px}}@media (width>=1024px){.container{max-width:1180px;padding:0 32px}}.product-grid{grid-template-columns:1fr;gap:12px;display:grid}@media (width>=768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (width>=1024px){.product-grid{grid-template-columns:repeat(3,1fr);gap:20px}}.card-grid-2{grid-template-columns:1fr;gap:10px;display:grid}@media (width>=768px){.card-grid-2{grid-template-columns:repeat(2,1fr);gap:14px}}.stat-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (width>=1024px){.stat-grid{grid-template-columns:repeat(4,1fr)}}.scroll-x{scrollbar-width:none;-ms-overflow-style:none;overflow-x:auto}.scroll-x::-webkit-scrollbar{display:none}.btn{border-radius:var(--r-md);cursor:pointer;transition:opacity var(--transition), background var(--transition);font-weight:700;font-family:var(--font-body);border:none;justify-content:center;align-items:center;gap:8px;text-decoration:none;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-full{width:100%}.btn-primary{background:var(--roxo-v);color:#fff}.btn-primary:hover:not(:disabled){background:var(--roxo)}.btn-secondary{background:var(--c2);color:var(--txt);border:1px solid var(--c3)}.btn-secondary:hover:not(:disabled){background:var(--c3)}.btn-ghost{color:var(--roxo-c);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--c2)}.btn-danger{color:#fff;background:#c53030}.btn-danger:hover:not(:disabled){background:#9b2c2c}.btn-sm{padding:6px 14px;font-size:.8rem}.btn-md{padding:10px 20px;font-size:.9rem}.btn-lg{padding:14px 24px;font-size:1rem}.btn-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.input-wrapper{flex-direction:column;gap:6px;display:flex}.input-label{color:var(--t2);font-size:.875rem;font-weight:600}.input-field{background:var(--c2);border:1px solid var(--c3);border-radius:var(--r-md);color:var(--txt);width:100%;transition:border-color var(--transition);outline:none;padding:11px 14px;font-size:1rem}.input-field:focus{border-color:var(--roxo-v)}.input-field.input-error{border-color:#e53e3e}.input-error-msg{color:#e53e3e;font-size:.75rem}.input-hint{color:var(--t3);font-size:.75rem}:root{--page-bg:#08070a;--surface:#ffffff0f;--surface-strong:#ffffff17;--border:#ffffff1a;--purple:#9d2fe0;--purple-soft:#c084fc;--yellow:#ffe100}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--txt);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior-y:none;min-height:100dvh;font-size:1rem;line-height:1.5}#root{flex-direction:column;min-height:100dvh;display:flex}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}img{max-width:100%;display:block}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}.product-modal{background:linear-gradient(#211029 0%,#130918 100%);border:1px solid #ffffff1a;border-radius:24px;width:min(760px,100vw - 32px);max-height:90vh;overflow:hidden;box-shadow:0 24px 80px #0000008c}.product-modal-body{max-height:calc(90vh - 170px);padding:24px;overflow-y:auto}.product-modal-footer{background:#0a060ef5;border-top:1px solid #ffffff1a;padding:16px 24px;position:sticky;bottom:0}.combo-includes-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-top:16px;padding:16px}.combo-includes-card .section-label{color:var(--purple-soft);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:.85rem;font-weight:700;display:block}.combo-includes-card p{color:#ffffffe6;font-size:.95rem;line-height:1.5}.store-availability-badge{background:#ffffff12;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:10px;min-height:42px;padding:8px 14px;display:inline-flex}.store-availability-badge.compact{min-height:34px;padding:6px 11px}.store-availability-dot{border-radius:999px;flex:0 0 11px;width:11px;height:11px}.store-availability-badge.is-open .store-availability-dot{background:#22c55e;animation:1.35s infinite store-open-pulse;box-shadow:0 0 #22c55eb3}.store-availability-badge.is-closed .store-availability-dot{box-shadow:none;background:#9ca3af}.store-availability-text{gap:2px;display:grid}.store-availability-text strong{color:#fff;font-size:14px;font-weight:950;line-height:1}.store-availability-text span{color:#ffffff9e;font-size:12px;font-weight:700;line-height:1.15}@keyframes store-open-pulse{0%{box-shadow:0 0 #22c55eb3}70%{box-shadow:0 0 0 8px #22c55e00}to{box-shadow:0 0 #22c55e00}}.admin-store-availability-panel{background:linear-gradient(135deg,#ffffff13,#ffffff09);border:1px solid #ffffff1f;border-radius:22px;gap:20px;margin-top:24px;padding:24px;display:grid;box-shadow:0 18px 46px #00000038,inset 0 1px #ffffff0f}.admin-store-availability-top{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.admin-store-availability-title{color:#fff;margin:0;font-size:22px;font-weight:950;line-height:1.1}.admin-store-availability-description{color:#ffffffad;margin:7px 0 0;font-size:14px}.admin-store-status-badge{white-space:nowrap;background:#ffffff13;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:10px;min-height:38px;padding:8px 14px;display:inline-flex}.admin-store-status-badge strong{color:#fff;font-size:14px;font-weight:900;line-height:1.1;display:block}.admin-store-status-hint{color:#ffe100;white-space:nowrap;margin-top:2px;font-size:11px;font-weight:700;line-height:1.2;display:block}.admin-store-status-dot{border-radius:999px;width:11px;height:11px}.admin-store-status-badge.is-open .admin-store-status-dot{background:#22c55e;animation:1.35s infinite admin-store-open-pulse}.admin-store-status-badge.is-closed .admin-store-status-dot{background:#9ca3af}@keyframes admin-store-open-pulse{0%{box-shadow:0 0 #22c55eb8}70%{box-shadow:0 0 0 8px #22c55e00}to{box-shadow:0 0 #22c55e00}}.admin-store-availability-form{grid-template-columns:minmax(220px,320px) auto;align-items:end;gap:16px 18px;display:grid}.admin-store-availability-field{gap:8px;display:grid}.admin-store-availability-field span{color:#ffffffa6;text-transform:uppercase;font-size:13px;font-weight:900}.admin-store-availability-field select,.admin-store-availability-field input{color:#fff;background:#ffffff14;border:1px solid #ffffff24;border-radius:14px;outline:none;width:100%;min-height:46px;padding:0 14px;font-size:14px;font-weight:800}.admin-store-availability-field select:focus,.admin-store-availability-field input:focus{border-color:#d8b4feb8;box-shadow:0 0 0 3px #9d2fe024}.admin-store-availability-field option{color:#111827}.admin-store-availability-check{color:#ffffffd1;cursor:pointer;align-items:center;gap:10px;min-height:46px;font-size:14px;font-weight:800;display:inline-flex}.admin-store-availability-check input{accent-color:#a855f7;width:18px;height:18px}.admin-store-availability-helper{color:#fff9;grid-column:1/-1;margin:0;font-size:13px;font-weight:700}.admin-store-availability-timer{color:#ffe100;margin:0;font-size:14px;font-weight:900}.admin-store-availability-actions{flex-wrap:wrap;gap:12px;display:flex}.admin-store-open-button,.admin-store-close-button{color:#fff;cursor:pointer;border:0;border-radius:15px;min-height:46px;padding:0 20px;font-size:15px;font-weight:950;transition:transform .18s,opacity .18s,box-shadow .18s}.admin-store-open-button{background:linear-gradient(135deg,#22c55e,#15803d);box-shadow:0 16px 30px #22c55e38}.admin-store-close-button{background:linear-gradient(135deg,#64748b,#334155);box-shadow:0 16px 30px #0f172a47}.admin-store-open-button:hover,.admin-store-close-button:hover{transform:translateY(-1px)}.admin-store-open-button:disabled,.admin-store-close-button:disabled{opacity:.52;cursor:not-allowed;box-shadow:none;transform:none}.admin-store-availability-error,.admin-store-availability-warning{border-radius:14px;margin:0;padding:12px 14px;font-size:13px;font-weight:800}.admin-store-availability-error{color:#fca5a5;background:#ef44441f;border:1px solid #ef444438}.admin-store-availability-warning{color:#fde68a;background:#eab3081f;border:1px solid #eab30838}@media (width<=720px){.admin-store-availability-top{flex-direction:column}.admin-store-availability-form{grid-template-columns:1fr}.admin-store-availability-actions{flex-direction:column}.admin-store-open-button,.admin-store-close-button{width:100%}}.cart-coupon-box{background:var(--surface);border:1px solid var(--border);border-radius:16px;margin-bottom:16px;padding:16px}.cart-coupon-title{color:var(--t2);text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;font-size:.78rem;font-weight:700}.cart-coupon-form{gap:8px;display:flex}.cart-coupon-input{border:1px solid var(--border);background:var(--surface-strong);color:var(--txt);letter-spacing:1px;text-transform:uppercase;border-radius:10px;outline:none;flex:1;padding:9px 12px;font-size:.875rem;font-weight:700;transition:border-color .15s}.cart-coupon-input:focus{border-color:var(--purple)}.cart-coupon-input:disabled{opacity:.5;cursor:not-allowed}.cart-coupon-button{background:var(--purple);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;padding:9px 18px;font-size:.875rem;font-weight:700;transition:opacity .15s}.cart-coupon-button:disabled{opacity:.45;cursor:not-allowed}.cart-coupon-applied{background:#22c55e14;border:1px solid #22c55e40;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.cart-coupon-applied-code{color:#22c55e;letter-spacing:1px;font-size:.9rem;font-weight:800}.cart-coupon-remove-button{color:var(--t2);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:2px 6px;font-size:.78rem;font-weight:600;transition:color .15s}.cart-coupon-remove-button:hover{color:#f87171}.cart-coupon-message{margin-top:8px;font-size:.78rem;font-weight:600}.cart-coupon-message--applied{color:#22c55e}.cart-coupon-message--error{color:#f87171}.checkout-modal-overlay{z-index:90;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#07030cb8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.checkout-modal{color:#fff;background:linear-gradient(#2b093a,#100515);border:1px solid #d8b4fe2e;border-radius:24px;width:min(560px,100vw - 32px);max-height:90vh;overflow-y:auto;box-shadow:0 28px 90px #0000008f}.checkout-modal-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:16px;padding:22px 24px 16px;display:flex}.checkout-modal-title{margin:0;font-size:22px;font-weight:900}.checkout-close-button{color:#ffffff8c;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;padding:4px 8px;font-size:18px;line-height:1;transition:color .15s}.checkout-close-button:hover{color:#fff}.checkout-modal-body{gap:18px;padding:22px 24px;display:grid}.checkout-modal-footer{border-top:1px solid #ffffff1a;justify-content:flex-end;gap:12px;padding:16px 24px 22px;display:flex}.checkout-option-card{color:#fff;text-align:left;cursor:pointer;background:#fff1;border:2px solid #ffffff1f;border-radius:18px;width:100%;padding:16px;transition:border-color .15s,background .15s}.checkout-option-card:hover{background:#9d2fe01f;border-color:#d8b4fe80}.checkout-option-card.selected{background:#9d2fe02e;border-color:#d8b4feb8}.checkout-primary-button{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#a855f7,#7e22ce);border:0;border-radius:14px;min-height:46px;padding:0 24px;font-size:14px;font-weight:900;transition:opacity .15s}.checkout-primary-button:disabled{opacity:.45;cursor:not-allowed}.checkout-secondary-button{color:#fff;cursor:pointer;white-space:nowrap;background:#fff1;border:1px solid #ffffff24;border-radius:14px;min-height:46px;padding:0 18px;font-size:14px;font-weight:800;transition:background .15s}.checkout-secondary-button:hover{background:#ffffff1a}.checkout-danger-button{color:#fca5a5;cursor:pointer;background:#f8717114;border:1px solid #f871714d;border-radius:14px;min-height:46px;padding:0 18px;font-size:14px;font-weight:800;transition:background .15s}.checkout-ifood-button{color:#fff;cursor:pointer;background:#ea1d2c;border:0;border-radius:14px;min-height:46px;padding:0 24px;font-size:14px;font-weight:900;transition:opacity .15s}.checkout-ifood-button:hover{opacity:.88}.checkout-whatsapp-button{color:#fff;cursor:pointer;background:#25d366;border:0;border-radius:14px;min-height:46px;padding:0 24px;font-size:14px;font-weight:900;transition:opacity .15s}.checkout-whatsapp-button:hover{opacity:.88}.checkout-input,.checkout-select{color:#fff;box-sizing:border-box;background:#ffffff14;border:1px solid #ffffff24;border-radius:14px;outline:none;width:100%;height:46px;padding:0 14px;font-size:14px;transition:border-color .15s}.checkout-input:focus,.checkout-select:focus{border-color:#d8b4fe80}.checkout-select option{color:#fff;background:#1a0525}.checkout-error-message{color:#fca5a5;margin:0;font-size:13px}.checkout-info-message{color:#ffffffb8;margin:0;font-size:14px;line-height:1.5}.checkout-total-row{color:#ffe100;justify-content:space-between;align-items:center;gap:16px;font-size:18px;font-weight:900;display:flex}.checkout-location-card{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:16px;padding:16px}.checkout-location-name{margin:0 0 4px;font-size:20px;font-weight:900}.checkout-location-meta{color:#fff9;margin:0;font-size:13px}.checkout-fee-badge{color:#ffe100;background:#ffe1001f;border:1px solid #ffe10033;border-radius:999px;align-items:center;gap:5px;margin-top:10px;padding:4px 12px;font-size:13px;font-weight:700;display:inline-flex}.checkout-not-served-box{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:18px;flex-direction:column;gap:12px;padding:20px;display:flex}.checkout-success-box{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:8px 0 4px;display:flex}.checkout-success-icon{color:#4ade80}.checkout-order-number{color:#ffffff8c;margin:0;font-size:13px}.checkout-success-title{margin:0;font-size:20px;font-weight:900}.checkout-payment-info{color:#ffffffb8;margin:0;font-size:15px;line-height:1.5}.checkout-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.checkout-not-in-list-button{color:#d8b4fecc;cursor:pointer;text-underline-offset:3px;text-align:left;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;text-decoration:underline;transition:color .15s}.checkout-not-in-list-button:hover{color:#d8b4fe}.checkout-payment-icon-wrapper{background:#ffffff14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.checkout-spinner{text-align:center;color:#ffffff80;padding:16px 0;font-size:14px}.checkout-address-row{grid-template-columns:1fr 90px;gap:10px;display:grid}.checkout-field-error{color:#fca5a5;margin:5px 0 0;font-size:12px}.checkout-pix-box{flex-direction:column;align-items:center;gap:18px;padding:4px 0;display:flex}.checkout-pix-qrcode{border:3px solid #ffffff26;border-radius:12px;width:200px;height:200px;display:block}.checkout-pix-copy{width:100%}.checkout-pix-copy-row{align-items:flex-start;gap:10px;display:flex}.checkout-pix-code{color:#ffffffb3;word-break:break-all;background:#ffffff12;border:1px solid #ffffff1f;border-radius:10px;flex:1;min-width:0;margin:0;padding:10px 12px;font-family:monospace;font-size:11px;line-height:1.5}.checkout-pix-qr-frame{box-sizing:border-box;background:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:236px;height:236px;padding:8px;display:flex}.checkout-pix-qr-image{width:220px;height:220px;display:block}.checkout-pix-loading{flex-direction:column;align-items:center;gap:14px;padding:32px 0;display:flex}.checkout-spinner-ring{border:4px solid #d8b4fe33;border-top-color:#d8b4fe;border-radius:50%;width:44px;height:44px;animation:.8s linear infinite pix-spin}@keyframes pix-spin{to{transform:rotate(360deg)}}.checkout-pix-loading-text{color:#ffffffb8;margin:0;font-size:15px}.checkout-pix-error-box{flex-direction:column;align-items:center;gap:14px;padding:24px 0;display:flex}.checkout-pix-error-text{color:#fca5a5;text-align:center;margin:0;font-size:14px}.checkout-pickup-link{color:#d8b4feb8;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;align-self:flex-start;align-items:center;gap:6px;padding:0;font-size:13px;font-weight:600;text-decoration:underline;transition:color .15s;display:flex}.checkout-pickup-link:hover{color:#d8b4fe}.checkout-delivery-fee-box{background:#ffe10014;border:1px solid #ffe1002e;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.checkout-delivery-fee-box span{color:#ffffffad;font-size:14px;font-weight:800}.checkout-delivery-fee-box strong{color:#ffe100;font-size:15px;font-weight:900}.checkout-pickup-badge{color:#d8b4fee6;background:#a855f71a;border:1px solid #a855f740;border-radius:14px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;display:flex}.checkout-summary-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;overflow:hidden}.checkout-summary-row{border-bottom:1px solid #ffffff0f;align-items:baseline;gap:12px;padding:10px 14px;display:flex}.checkout-summary-row:last-child{border-bottom:none}.checkout-summary-label{text-transform:uppercase;letter-spacing:.4px;color:#ffffff73;flex-shrink:0;width:80px;font-size:11px;font-weight:700}.checkout-summary-value{color:#ffffffe6;flex:1;min-width:0;font-size:14px;font-weight:600}.checkout-save-profile-box{background:#a855f714;border:1px solid #a855f733;border-radius:18px;flex-direction:column;gap:10px;padding:20px;display:flex}.checkout-save-profile-title{color:#fff;margin:0;font-size:16px;font-weight:900;line-height:1.4}@media (width<=640px){.checkout-modal-overlay{align-items:flex-end;padding:0}.checkout-modal{border-radius:24px 24px 0 0;width:100%;max-height:94dvh}.checkout-modal-footer{flex-direction:column-reverse}.checkout-primary-button,.checkout-secondary-button,.checkout-danger-button{justify-content:center;width:100%}.checkout-address-row{grid-template-columns:1fr 80px}}@media (width<=400px){.checkout-address-row{grid-template-columns:1fr 68px}.checkout-modal-body{padding:16px}}.cart-item-image-frame{background:var(--surface-strong);border:1px solid var(--border);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.cart-item-image{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.cart-item-image-placeholder{-webkit-user-select:none;user-select:none;font-size:28px;line-height:1}.cart-item-image-frame--fallback{background:var(--surface-strong)}.cart-item-image-frame--gift{background:#a855f71a;border-color:#a855f733}.customer-orders-page{width:min(1180px,100% - 32px);margin:0 auto;padding:34px 0 56px}.customer-orders-header{box-shadow:none;background:0 0;border:0;margin-bottom:24px;padding:0}.customer-orders-title{color:#fff;letter-spacing:-.03em;margin:0;font-size:32px;font-weight:950;line-height:1.08}.customer-orders-subtitle{color:#ffffffad;margin:8px 0 0;font-size:16px;line-height:1.45}.customer-orders-list{gap:16px;display:grid}.customer-order-card{background:linear-gradient(135deg,#ffffff13,#ffffff09);border:1px solid #ffffff1f;border-radius:24px;gap:14px;padding:18px 20px;display:grid;box-shadow:0 18px 46px #0000003d,inset 0 1px #ffffff0f}.customer-order-card-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.customer-order-label{color:#ffffff94;font-size:13px;font-weight:800;display:block}.customer-order-number{color:#fff;margin:4px 0 0;font-size:20px;font-weight:900}.customer-order-date{color:#ffffff9e;margin:6px 0 0;font-size:14px}.customer-order-total-area{justify-items:end;gap:8px;display:grid}.customer-order-total{color:#ffe100;white-space:nowrap;font-size:22px;font-weight:950}.customer-order-status{border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.customer-order-status.created,.customer-order-status.awaiting-payment{color:#fde68a;background:#eab30824;border:1px solid #eab30842}.customer-order-status.paid,.customer-order-status.preparing{color:#bfdbfe;background:#3b82f624;border:1px solid #3b82f642}.customer-order-status.out-for-delivery{color:#ddd6fe;background:#a855f729;border:1px solid #a855f74d}.customer-order-status.delivered{color:#86efac;background:#22c55e24;border:1px solid #22c55e42}.customer-order-status.canceled{color:#fca5a5;background:#ef444424;border:1px solid #ef444442}.customer-order-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.customer-order-info-grid>div{background:#ffffff0e;border:1px solid #ffffff17;border-radius:18px;min-height:58px;padding:12px 14px}.customer-order-info-grid span{color:#ffffff8c;font-size:12px;font-weight:800;display:block}.customer-order-info-grid strong{color:#fff;margin-top:4px;font-size:14px;font-weight:900;display:block}.customer-order-items-preview{gap:8px;padding-top:4px;display:grid}.customer-order-item-preview{color:#ffffffc7;justify-content:space-between;align-items:center;gap:14px;font-size:14px;display:flex}.customer-order-item-preview strong{color:#ffe100;white-space:nowrap}.customer-order-more-items{color:#ffffff94;font-size:13px;font-weight:800}.customer-order-details-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#a855f7,#7e22ce);border:0;border-radius:14px;justify-content:center;justify-self:end;align-items:center;min-height:42px;padding:0 16px;font-weight:900;text-decoration:none;display:inline-flex}.order-details-overlay{z-index:80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#07030cb8;justify-content:center;align-items:flex-start;padding:90px 16px 24px;display:flex;position:fixed;inset:0;overflow-y:auto}.order-details-modal{color:#fff;background:linear-gradient(#2b093a,#100515);border:1px solid #d8b4fe2e;border-radius:24px;flex-direction:column;width:min(560px,100vw - 32px);max-height:calc(100vh - 114px);display:flex;overflow:hidden;box-shadow:0 28px 90px #0000008f}.order-details-header{background:#2b093a;border-bottom:1px solid #ffffff1a;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 24px 16px;display:flex}.order-details-title{margin:0;font-size:20px;font-weight:900}.order-details-date{color:#ffffff94;margin:4px 0 0;font-size:13px}.order-details-close{color:#ffffff8c;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;padding:4px 8px;line-height:1;transition:color .15s}.order-details-close:hover{color:#fff}.order-details-body{flex:1;gap:22px;min-height:0;padding:20px 24px;display:grid;overflow-y:auto}.order-details-section-title{color:#ffffff73;text-transform:uppercase;letter-spacing:.6px;margin:0 0 10px;font-size:11px;font-weight:800}.order-details-status-row{flex-wrap:wrap;gap:8px;display:flex}.order-details-info-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.order-details-info-item{background:#ffffff0e;border:1px solid #ffffff14;border-radius:14px;padding:12px}.order-details-info-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.4px;font-size:11px;font-weight:700;display:block}.order-details-info-value{color:#fff;margin-top:4px;font-size:14px;font-weight:900;display:block}.order-details-items{gap:10px;display:grid}.order-details-item{background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;padding:14px}.order-details-item-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.order-details-item-name{color:#fff;margin:0;font-size:15px;font-weight:800}.order-details-item-variant{color:#a855f7e6;margin:3px 0 0;font-size:12px}.order-details-item-price{color:#ffe100;white-space:nowrap;font-size:15px;font-weight:900}.order-details-item-options{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.order-details-item-option-tag{color:#ffffffb8;background:#ffffff14;border:1px solid #ffffff1a;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700}.order-details-totals{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;gap:8px;padding:16px;display:grid}.order-details-total-row{justify-content:space-between;align-items:center;gap:16px;font-size:14px;display:flex}.order-details-total-row.final{color:#ffe100;border-top:1px solid #ffffff1a;margin-top:4px;padding-top:8px;font-size:17px;font-weight:900}.order-details-total-label{color:#ffffffa6}.order-details-total-value{color:#fff;font-weight:800}.customer-order-whatsapp-box{border-top:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 24px;display:flex}.customer-order-whatsapp-title{color:#ffffffa6;margin:0;font-size:13px}.customer-order-whatsapp-button{color:#fff;white-space:nowrap;background:#25d366;border-radius:10px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s;display:inline-flex}.customer-order-whatsapp-button:hover{background:#1ebe57}.order-details-footer{border-top:1px solid #ffffff1a;flex-shrink:0;justify-content:flex-end;padding:16px 24px 22px;display:flex}.order-details-close-button{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff24;border-radius:14px;min-height:42px;padding:0 24px;font-size:14px;font-weight:800;transition:background .15s}.order-details-close-button:hover{background:#ffffff21}.order-details-loading{text-align:center;color:#ffffff80;padding:32px 0;font-size:14px}@media (width<=640px){.order-details-overlay{align-items:flex-end;padding:72px 0 0}.order-details-modal{border-radius:24px 24px 0 0;width:100%;max-height:calc(100dvh - 72px)}.order-details-info-grid{grid-template-columns:1fr}}@media (width<=720px){.customer-orders-page{width:min(100% - 24px,1180px);padding-top:24px;padding-bottom:24px}.customer-orders-title{font-size:28px}.customer-orders-subtitle{font-size:14px}.customer-order-card{padding:18px}.customer-order-card-header{flex-direction:column}.customer-order-total-area{justify-items:start;width:100%}.customer-order-info-grid{grid-template-columns:1fr}.customer-order-details-button{width:100%}}.customer-profile-page{width:min(980px,100% - 32px);margin:0 auto;padding:34px 0 56px}.customer-profile-header{margin-bottom:24px}.customer-profile-title{color:#fff;letter-spacing:-.03em;margin:0;font-size:32px;font-weight:950;line-height:1.08}.customer-profile-subtitle{color:#ffffffad;margin:8px 0 0;font-size:16px;line-height:1.45}.customer-profile-message{border-radius:14px;margin-bottom:16px;padding:12px 14px;font-size:14px;font-weight:800}.customer-profile-message.error{color:#fca5a5;background:#ef44441f;border:1px solid #ef444438}.customer-profile-message.success{color:#86efac;background:#22c55e1f;border:1px solid #22c55e38}.customer-profile-grid{gap:22px;display:grid}.customer-profile-card{background:linear-gradient(135deg,#ffffff13,#ffffff09);border:1px solid #ffffff1f;border-radius:24px;padding:22px;box-shadow:0 18px 46px #0000003d,inset 0 1px #ffffff0f}.customer-profile-card-title{color:#fff;margin:0 0 18px;font-size:20px;font-weight:900}.customer-profile-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.customer-profile-field{flex-direction:column;min-width:0;display:flex}.customer-profile-field.full{grid-column:1/-1}.customer-profile-label{color:#ffffffa6;text-transform:uppercase;letter-spacing:.3px;margin-bottom:8px;font-size:13px;font-weight:900;display:block}.customer-profile-input,.customer-profile-select{color:#fff;box-sizing:border-box;background:#ffffff14;border:1px solid #ffffff24;border-radius:15px;outline:none;width:100%;min-height:50px;padding:0 14px;font-size:15px;transition:border-color .15s}.customer-profile-input::placeholder{color:#ffffff61}.customer-profile-input:focus,.customer-profile-select:focus{border-color:#d8b4feb8;box-shadow:0 0 0 3px #9d2fe024}.customer-profile-select option{color:#111827;background:#1a0525}.customer-profile-delivery-fee{background:#ffe10014;border:1px solid #ffe1002e;border-radius:16px;grid-column:1/-1;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.customer-profile-delivery-fee span{color:#ffffffad;font-size:14px;font-weight:800}.customer-profile-delivery-fee strong{color:#ffe100;font-size:16px;font-weight:950}.customer-profile-actions{justify-content:flex-end;margin-top:20px;display:flex}.customer-profile-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#a855f7,#7e22ce);border:0;border-radius:15px;min-height:48px;padding:0 22px;font-size:15px;font-weight:900;transition:opacity .15s}.customer-profile-button:disabled{opacity:.55;cursor:not-allowed}.customer-profile-info{color:#ffffffb8;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;margin:0;padding:14px;font-size:14px;line-height:1.5}.customer-profile-loading{color:#ffffffb8;font-size:14px}.customer-profile-admin-card{background:linear-gradient(135deg,#5b1a8a59 0%,#2d0a5080 100%);border:1px solid #8b2fc966;border-radius:20px;margin-bottom:22px;overflow:hidden}.customer-profile-admin-header{border-bottom:1px solid #8b2fc933;align-items:center;gap:8px;padding:14px 16px 10px;display:flex}.customer-profile-logout-button{color:#fca5a5;cursor:pointer;background:#f8717114;border:1px solid #f871714d;border-radius:15px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:48px;margin-top:20px;padding:0 22px;font-size:15px;font-weight:800;transition:background .15s;display:flex}.customer-profile-logout-button:hover{background:#f8717124}@media (width<=720px){.customer-profile-page{width:calc(100% - 24px);padding-top:24px;padding-bottom:40px}.customer-profile-title{font-size:28px}.customer-profile-subtitle{font-size:14px}.customer-profile-card{padding:18px}.customer-profile-form-grid{grid-template-columns:1fr}.customer-profile-actions{justify-content:stretch}.customer-profile-button{text-align:center;width:100%}}.loyalty-page{color:#fff;min-height:100%;padding:32px 16px 96px}.loyalty-container{width:min(980px,100%);margin:0 auto}.loyalty-hero{text-align:center;margin-bottom:28px}.loyalty-hero h1{letter-spacing:-.02em;margin:0;font-size:32px;font-weight:950}.loyalty-hero p{color:#ffffffb8;max-width:620px;margin:10px auto 0;font-size:16px;line-height:1.5}.loyalty-error{color:#fca5a5;background:#ef44441f;border:1px solid #ef444447;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;padding:12px 16px;font-size:14px;display:flex}.loyalty-retry-btn{color:#fca5a5;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ef444466;border-radius:8px;padding:5px 12px;font-size:13px;font-weight:700;transition:background .15s}.loyalty-retry-btn:hover{background:#ef444426}.loyalty-card-virtual{background:linear-gradient(135deg,#500a64f5,#140320f5);border:1px solid #ffffff24;border-radius:28px;min-height:360px;margin-bottom:20px;padding:34px;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000061,inset 0 1px #ffffff14}.loyalty-card-virtual.has-image{background-position:50%;background-size:cover}.loyalty-card-overlay{background:linear-gradient(110deg,#0a0214c7 0%,#0a02146b 60%,#0a021438 100%);position:absolute;inset:0}.loyalty-card-content{z-index:1;position:relative}.loyalty-card-eyebrow{letter-spacing:1.2px;text-transform:uppercase;color:#ffffff8c;margin:0 0 6px;font-size:11px;font-weight:800}.loyalty-card-title{letter-spacing:-.02em;margin:0 0 4px;font-size:28px;font-weight:950;line-height:1.1}.loyalty-card-customer{color:#ffffffbf;margin:0 0 4px;font-size:15px;font-weight:600}.loyalty-stamp-grid{grid-template-columns:repeat(5,58px);gap:14px;margin-top:22px;display:grid}.loyalty-stamp{color:#0000;background:#ffffff1a;border:2px dashed #ffffff8c;border-radius:999px;justify-content:center;align-items:center;width:58px;height:58px;font-size:26px;font-weight:950;transition:transform .2s;display:flex}.loyalty-stamp.filled{color:#fff;background:#22c55e;border-style:solid;border-color:#22c55e;transform:scale(1.04);box-shadow:0 6px 20px #22c55e61,inset 0 1px #fff3}.loyalty-card-progress{color:#ffffffa6;flex-wrap:wrap;align-items:center;gap:14px;margin-top:20px;font-size:14px;font-weight:600;display:flex}.loyalty-reward-box{color:#ffe100;background:#ffe10029;border:1px solid #ffe10047;border-radius:999px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:950;display:inline-flex}.loyalty-card-reward-desc{color:#ffffff94;margin:12px 0 0;font-size:13px}.loyalty-info-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px;display:grid}.loyalty-info-box{background:#ffffff0e;border:1px solid #ffffff17;border-radius:18px;flex-direction:column;gap:5px;padding:16px;display:flex}.loyalty-info-label{text-transform:uppercase;letter-spacing:.5px;color:#ffffff73;font-size:11px;font-weight:700}.loyalty-info-value{color:#fff;font-size:20px;font-weight:950}.loyalty-info-value.loyalty-reward-count{color:#ffe100}.loyalty-history{border-top:1px solid #ffffff14;padding-top:20px}.loyalty-history-title{text-transform:uppercase;letter-spacing:.8px;color:#ffffff73;margin:0 0 14px;font-size:13px;font-weight:800}.loyalty-history-list{gap:8px;display:grid}.loyalty-history-item{background:#ffffff0a;border:1px solid #ffffff12;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.loyalty-history-info{flex-direction:column;gap:2px;display:flex}.loyalty-history-type{font-size:14px;font-weight:800}.loyalty-history-type.earned{color:#22c55e}.loyalty-history-type.removed{color:#f87171}.loyalty-history-reason{color:#ffffff80;font-size:12px}.loyalty-history-date{color:#fff6;white-space:nowrap;font-size:12px}@media (width<=640px){.loyalty-page{padding:24px 12px 88px}.loyalty-hero h1{font-size:26px}.loyalty-hero p{font-size:14px}.loyalty-card-virtual{border-radius:22px;min-height:400px;padding:24px}.loyalty-card-title{font-size:22px}.loyalty-stamp-grid{grid-template-columns:repeat(5,46px);gap:10px}.loyalty-stamp{width:46px;height:46px;font-size:20px}.loyalty-info-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=380px){.loyalty-stamp-grid{grid-template-columns:repeat(5,40px);gap:8px}.loyalty-stamp{width:40px;height:40px;font-size:18px}}.admin-loyalty-page{max-width:1100px}.admin-loyalty-header{margin-bottom:24px}.admin-loyalty-header h1{margin:0;font-size:1.4rem;font-weight:800}.admin-loyalty-header p{color:var(--t2);margin:4px 0 0;font-size:.8rem}.admin-loyalty-alert{border-radius:var(--r-md);justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;padding:10px 14px;font-size:.85rem;display:flex}.admin-loyalty-alert.error{color:#f87171;background:#ef44441a;border:1px solid #ef444440}.admin-loyalty-alert.success{color:#4ade80;background:#22c55e1a;border:1px solid #22c55e40}.admin-loyalty-alert-close{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:6px;flex-shrink:0;padding:2px 6px;font-size:1.1rem;line-height:1}.admin-loyalty-alert-close:hover{opacity:1}.admin-loyalty-grid{grid-template-columns:1fr 1fr;align-items:start;gap:24px;display:grid}.admin-loyalty-card{background:var(--c1);border:1px solid var(--c3);border-radius:var(--r-lg);padding:20px}.admin-loyalty-card-title{align-items:center;gap:8px;margin:0 0 16px;font-size:.95rem;font-weight:800;display:flex}.admin-loyalty-toggle-row{border-radius:var(--r-md);background:#ffffff0a;border:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding:12px 14px;display:flex}.admin-loyalty-toggle-label{flex-direction:column;gap:2px;display:flex}.admin-loyalty-toggle-label strong{font-size:.875rem;font-weight:700}.admin-loyalty-toggle-label span{color:var(--t2);font-size:.75rem}.admin-loyalty-toggle{flex-shrink:0;width:44px;height:24px;position:relative}.admin-loyalty-toggle input{opacity:0;width:0;height:0;position:absolute}.admin-loyalty-toggle-track{cursor:pointer;background:#ffffff26;border-radius:999px;transition:background .2s;position:absolute;inset:0}.admin-loyalty-toggle input:checked+.admin-loyalty-toggle-track{background:var(--roxo-v)}.admin-loyalty-toggle-track:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px}.admin-loyalty-toggle input:checked+.admin-loyalty-toggle-track:after{transform:translate(20px)}.admin-loyalty-field{flex-direction:column;gap:5px;margin-bottom:14px;display:flex}.admin-loyalty-field label{color:var(--t2);text-transform:uppercase;letter-spacing:.4px;font-size:.78rem;font-weight:700}.admin-loyalty-input{border:1px solid var(--c3);border-radius:var(--r-md);width:100%;color:var(--txt);box-sizing:border-box;background:#ffffff0d;outline:none;padding:9px 12px;font-size:.875rem;transition:border-color .2s}.admin-loyalty-input:focus{border-color:var(--roxo-v)}.admin-loyalty-hint{color:var(--t3);font-size:.72rem}.admin-loyalty-image-section{margin-bottom:14px}.admin-loyalty-image-section label{color:var(--t2);text-transform:uppercase;letter-spacing:.4px;margin-bottom:6px;font-size:.78rem;font-weight:700;display:block}.admin-loyalty-image-preview{border-radius:var(--r-md);object-fit:cover;border:1px solid var(--c3);width:100%;height:140px;margin-bottom:8px}.admin-loyalty-image-placeholder{border-radius:var(--r-md);width:100%;height:140px;color:var(--t3);background:#ffffff0a;border:2px dashed #ffffff26;flex-direction:column;justify-content:center;align-items:center;gap:8px;margin-bottom:8px;font-size:.8rem;display:flex}.admin-loyalty-upload-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.admin-loyalty-upload-btn{border:1px solid var(--c3);border-radius:var(--r-md);color:var(--txt);cursor:pointer;background:#ffffff14;align-items:center;gap:6px;padding:7px 14px;font-size:.8rem;font-weight:600;transition:background .15s;display:inline-flex}.admin-loyalty-upload-btn:hover{background:#ffffff21}.admin-loyalty-upload-btn:disabled{opacity:.5;cursor:not-allowed}.admin-loyalty-image-hint{color:var(--t3);font-size:.72rem}.admin-loyalty-save-btn{background:var(--roxo-v);border-radius:var(--r-md);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;gap:7px;width:100%;margin-top:4px;padding:10px 20px;font-size:.875rem;font-weight:700;transition:opacity .2s;display:flex}.admin-loyalty-save-btn:disabled{opacity:.6;cursor:not-allowed}.admin-loyalty-search-row{gap:8px;margin-bottom:14px;display:flex}.admin-loyalty-search-input{border:1px solid var(--c3);border-radius:var(--r-md);color:var(--txt);background:#ffffff0d;outline:none;flex:1;padding:9px 12px;font-size:.875rem;transition:border-color .2s}.admin-loyalty-search-input:focus{border-color:var(--roxo-v)}.admin-loyalty-search-btn{background:var(--roxo-v);border-radius:var(--r-md);color:#fff;cursor:pointer;white-space:nowrap;border:none;padding:9px 16px;font-size:.875rem;font-weight:700;transition:opacity .15s}.admin-loyalty-search-btn:disabled{opacity:.6;cursor:not-allowed}.admin-loyalty-customer-list{flex-direction:column;gap:6px;max-height:280px;display:flex;overflow-y:auto}.admin-loyalty-customer-item{border-radius:var(--r-md);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;transition:background .15s,border-color .15s;display:flex}.admin-loyalty-customer-item:hover{border-color:var(--roxo-v);background:#ffffff14}.admin-loyalty-customer-info{flex-direction:column;gap:2px;min-width:0;display:flex}.admin-loyalty-customer-name{text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:700;overflow:hidden}.admin-loyalty-customer-email{color:var(--t2);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.admin-loyalty-customer-stamps{color:var(--roxo-c);white-space:nowrap;flex-shrink:0;font-size:.78rem;font-weight:700}.admin-loyalty-empty{text-align:center;color:var(--t2);padding:24px 0;font-size:.85rem}.admin-loyalty-detail-header{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:16px;display:flex}.admin-loyalty-detail-name{margin:0 0 3px;font-size:1rem;font-weight:800}.admin-loyalty-detail-meta{color:var(--t2);margin:0;font-size:.78rem}.admin-loyalty-detail-close{border:1px solid var(--c3);color:var(--t2);cursor:pointer;border-radius:var(--r-sm);background:0 0;flex-shrink:0;padding:5px 10px;font-size:.78rem;transition:color .15s}.admin-loyalty-detail-close:hover{color:var(--txt)}.admin-loyalty-detail-stats{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px;display:grid}.admin-loyalty-stat-box{border-radius:var(--r-md);text-align:center;background:#ffffff0a;border:1px solid #ffffff12;padding:12px 10px}.admin-loyalty-stat-label{text-transform:uppercase;letter-spacing:.4px;color:var(--t2);margin-bottom:4px;font-size:.68rem;font-weight:700;display:block}.admin-loyalty-stat-value{color:var(--txt);font-size:1.2rem;font-weight:950}.admin-loyalty-stat-value.highlight{color:#ffe100}.admin-loyalty-stamp-form{border-radius:var(--r-md);background:#ffffff08;border:1px solid #ffffff12;margin-bottom:14px;padding:14px}.admin-loyalty-stamp-form-title{text-transform:uppercase;letter-spacing:.5px;color:var(--t2);margin:0 0 12px;font-size:.8rem;font-weight:800}.admin-loyalty-stamp-row{grid-template-columns:80px 1fr;gap:8px;margin-bottom:8px;display:grid}.admin-loyalty-stamp-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.admin-loyalty-add-btn{border-radius:var(--r-md);color:#4ade80;cursor:pointer;background:#22c55e24;border:1px solid #22c55e4d;justify-content:center;align-items:center;gap:5px;padding:9px 12px;font-size:.8rem;font-weight:700;transition:background .15s;display:flex}.admin-loyalty-add-btn:hover{background:#22c55e38}.admin-loyalty-add-btn:disabled{opacity:.5;cursor:not-allowed}.admin-loyalty-remove-btn{border-radius:var(--r-md);color:#f87171;cursor:pointer;background:#ef44441a;border:1px solid #ef444440;justify-content:center;align-items:center;gap:5px;padding:9px 12px;font-size:.8rem;font-weight:700;transition:background .15s;display:flex}.admin-loyalty-remove-btn:hover{background:#ef44442e}.admin-loyalty-remove-btn:disabled{opacity:.5;cursor:not-allowed}.admin-loyalty-detail-history-title{text-transform:uppercase;letter-spacing:.5px;color:var(--t2);margin:14px 0 8px;font-size:.78rem;font-weight:800}.admin-loyalty-detail-history-list{flex-direction:column;gap:6px;max-height:180px;display:flex;overflow-y:auto}.admin-loyalty-detail-history-item{border-radius:var(--r-sm);background:#ffffff08;border:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:.78rem;display:flex}.admin-loyalty-detail-history-qty{font-weight:700}.admin-loyalty-detail-history-qty.earned{color:#4ade80}.admin-loyalty-detail-history-qty.removed{color:#f87171}.admin-loyalty-detail-history-reason{color:var(--t2);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.admin-loyalty-detail-history-date{color:var(--t3);white-space:nowrap}@media (width<=900px){.admin-loyalty-grid{grid-template-columns:1fr}.admin-loyalty-detail-stats{grid-template-columns:repeat(3,1fr)}}@media (width<=480px){.admin-loyalty-detail-stats{grid-template-columns:repeat(3,1fr);gap:6px}.admin-loyalty-stamp-row{grid-template-columns:70px 1fr}}
