@import "https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";
:root,[data-theme=light]{--primary-color:#16a34a;--primary-hover:#15803d;--bg-color:#f8fafc;--surface-color:#fff;--text-main:#0f172a;--text-muted:#475569;--item-title:#0f172a;--item-price-color:#15803d;--border-color:#e2e8f0;--input-border:#cbd5e1;--input-border-focus:#16a34a;--input-bg:#fff;--radius-lg:16px;--radius-md:12px;--shadow-sm:0 2px 8px #0f172a0f;--shadow-lg:0 12px 32px #0f172a1a;--glass-bg:#fffffff2;--quick-add-bg:#16a34a1f;--quick-add-border:#16a34a59;--quick-add-color:#15803d;--cart-header-bg:#f1f5f9;--cart-header-border:#cbd5e1;--cart-header-text:#0f172a}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--primary-color:#00e676;--bg-color:#121212;--surface-color:#1e1e1e;--text-main:#f1f2f6;--text-muted:#ced6e0;--item-title:#fff;--item-price-color:#ffc107;--border-color:#2f3542;--input-border:#3f4756;--input-border-focus:#00e676;--input-bg:#1e1e1e;--glass-bg:#1e1e1ed9;--quick-add-bg:#00e6761f;--quick-add-border:#00e6764d;--quick-add-color:#00e676;--cart-header-bg:#18181b;--cart-header-border:#27272a;--cart-header-text:#f1f2f6}}[data-theme=dark]{--primary-color:#00e676;--bg-color:#121212;--surface-color:#1e1e1e;--text-main:#f1f2f6;--text-muted:#ced6e0;--item-title:#fff;--item-price-color:#ffc107;--border-color:#2f3542;--input-border:#3f4756;--input-border-focus:#00e676;--input-bg:#1e1e1e;--glass-bg:#1e1e1ed9;--quick-add-bg:#00e6761f;--quick-add-border:#00e6764d;--quick-add-color:#00e676;--cart-header-bg:#18181b;--cart-header-border:#27272a;--cart-header-text:#f1f2f6}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif;transition:background-color .3s,color .3s}.menu-container{max-width:800px;min-height:100vh;margin:0 auto;padding-bottom:100px;position:relative}.menu-header{color:#fff;background:radial-gradient(circle at 90% 10%,#ffffff38 0%,#0000 55%),linear-gradient(135deg,#ff6a00 0%,#ff3d00 55%,#d42500 100%);border-bottom:none;border-radius:0 0 28px 28px;padding:1.5rem 1.5rem 2.4rem;position:relative;overflow:hidden;box-shadow:0 12px 32px #ff3d0040,0 4px 12px #00000026}.menu-header:before{content:"";filter:blur(20px);pointer-events:none;background:radial-gradient(circle,#ffdc6440 0%,#0000 70%);width:220px;height:220px;position:absolute;top:-50px;left:-50px}.menu-header-content{z-index:2;width:100%;position:relative}.menu-header-top-row{justify-content:space-between;align-items:center;width:100%;margin-bottom:.45rem;display:flex}.menu-header-info{flex-direction:column;align-items:flex-start;display:flex}.menu-logo{object-fit:cover;background:#fff;border:2px solid #fffffff2;border-radius:12px;width:44px;height:44px;transition:transform .3s cubic-bezier(.16,1,.3,1);display:block;box-shadow:0 4px 14px #00000040}.menu-logo:hover{transform:scale(1.08)}.menu-header-info h1{letter-spacing:-1px;color:#fff;text-shadow:0 2px 10px #00000040;margin:0 0 .35rem;font-family:Outfit,Inter,system-ui,sans-serif;font-size:2.4rem;font-weight:800;line-height:1.15}.menu-header-info p{color:#ffffffeb;text-transform:uppercase;letter-spacing:1.2px;text-shadow:0 1px 4px #0003;margin:0 0 .9rem;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:1.05rem;font-weight:600}.store-status{border-radius:30px;align-items:center;gap:8px;padding:6px 14px;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:.88rem;font-weight:700;display:inline-flex;box-shadow:0 4px 15px #0000002e}.store-status.open{color:#fff;-webkit-backdrop-filter:blur(12px);background:#2ed57340;border:1px solid #2ed57399}.store-status.closed{color:#fff;-webkit-backdrop-filter:blur(12px);background:#00000073;border:1px solid #ff787866}.status-dot{border-radius:50%;width:9px;height:9px}.store-status.open .status-dot{background:#2ed573;animation:2s infinite pulse-dot;box-shadow:0 0 10px #2ed573,0 0 4px #fff}.store-status.closed .status-dot{background:#ff4757}@keyframes pulse-dot{0%{opacity:.9;transform:scale(.95)}50%{opacity:1;transform:scale(1.15)}to{opacity:.9;transform:scale(.95)}}.theme-toggle-btn{z-index:20;-webkit-backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#ffffff2e;border:1px solid #ffffff59;border-radius:50%;outline:none;justify-content:center;align-items:center;width:44px;height:44px;margin-left:auto;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 4px 14px #00000026}.theme-toggle-btn:hover{background:#ffffff4d;transform:scale(1.08)rotate(15deg)}.theme-toggle-btn:active{transform:scale(.95)}.menu-search-wrapper{flex:1;position:relative}.menu-search-input{box-sizing:border-box;border:1.5px solid var(--input-border);background:var(--input-bg);width:100%;color:var(--text-main);border-radius:14px;outline:none;padding:14px 14px 14px 44px;font-family:inherit;font-size:.96rem;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 6px #0f172a0a}.menu-search-input::placeholder{color:var(--text-muted);opacity:.85}.menu-search-input:focus{border-color:var(--input-border-focus);box-shadow:0 0 0 3px #16a34a2e,0 2px 8px #0f172a0f}.search-orders-btn{background:var(--input-bg);border:1.5px solid var(--input-border);height:50px;color:var(--text-main);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;border-radius:14px;flex-shrink:0;align-items:center;gap:8px;padding:0 16px;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:.88rem;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 2px 6px #0f172a0a}.search-orders-btn svg{color:var(--primary-color);transition:transform .2s}.search-orders-btn:hover{border-color:var(--input-border-focus);background:var(--quick-add-bg);color:var(--primary-color);transform:translateY(-1px);box-shadow:0 4px 12px #16a34a2e}.search-orders-btn:hover svg{transform:scale(1.1)}.search-orders-btn:active{transform:scale(.97)}@media (max-width:480px){.search-orders-text{display:none}.search-orders-btn{justify-content:center;width:48px;padding:0}}.menu-header-badges{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.header-info-pill{-webkit-backdrop-filter:blur(8px);color:#fffffff2;background:#00000040;border:1px solid #ffffff26;border-radius:12px;align-items:center;gap:6px;padding:6px 10px;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:.82rem;display:inline-flex;box-shadow:0 2px 6px #0000001a}.header-info-pill strong{color:#fff;font-weight:700}.menu-wrapper{padding:1.5rem}.category-section{margin-bottom:3rem;animation:.5s ease-out fadeIn}.category-title{border-bottom:2px solid var(--border-color);color:var(--text-main);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:700}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.product-card{background:var(--surface-color);border-radius:var(--radius-lg);cursor:pointer;box-shadow:var(--shadow-sm);border:1px solid var(--border-color);-webkit-user-select:none;user-select:none;justify-content:space-between;gap:1rem;padding:1.1rem;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s cubic-bezier(.16,1,.3,1),border-color .2s;display:flex;position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);border-color:#00e67640;transform:translateY(-3px)}.product-card:active{transition-duration:50ms;transform:scale(.985)}.product-card-promo-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;z-index:2;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-radius:6px;align-items:center;gap:3px;padding:2px 8px;font-family:Outfit,sans-serif;font-size:.68rem;font-weight:800;display:flex;position:absolute;top:10px;left:10px;box-shadow:0 2px 8px #f59e0b59}.product-info{flex-direction:column;flex:1;display:flex}.product-info h3{color:var(--item-title);letter-spacing:-.3px;margin:0 0 .35rem;font-family:Outfit,Inter,system-ui,sans-serif;font-size:1.12rem;font-weight:700;line-height:1.25}.product-info .description{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .85rem;font-size:.84rem;line-height:1.45;display:-webkit-box;overflow:hidden}.product-bottom-row{justify-content:space-between;align-items:center;gap:8px;margin-top:auto;display:flex}.product-info .price{color:var(--item-price-color);font-variant-numeric:tabular-nums;font-feature-settings:"tnum";font-family:Outfit,Inter,system-ui,sans-serif;font-size:1.15rem;font-weight:800}.product-quick-add-btn{background:var(--quick-add-bg);border:1px solid var(--quick-add-border);width:32px;height:32px;color:var(--quick-add-color);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;transition:all .15s;display:inline-flex}.product-card:hover .product-quick-add-btn{background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:scale(1.08);box-shadow:0 2px 8px #16a34a59}.product-image-wrapper{flex-shrink:0;width:96px;height:96px;position:relative}.product-image{border-radius:var(--radius-md);object-fit:cover;background:var(--bg-tertiary,#ffffff0d);border:1px solid #ffffff0f;width:100%;height:100%;transition:transform .3s}.product-card:hover .product-image{transform:scale(1.04)}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#00000080;justify-content:center;align-items:flex-end;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:var(--surface-color);border-radius:24px 24px 0 0;flex-direction:column;width:100%;max-width:600px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;display:flex;position:relative}.close-btn{-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:10;background:#0006;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 4px 12px #00000040}.close-btn:hover{background:#000000a6;border-color:#fff6;transform:scale(1.08)rotate(90deg)}.close-btn:active{transform:scale(.92)}.modal-image-container img{object-fit:cover;border-radius:24px 24px 0 0;width:100%;height:250px}.modal-body{flex:1;padding:1.5rem;overflow-y:auto}.modal-body h2{color:var(--item-title);margin:0 0 .5rem;font-family:Outfit,Inter,system-ui,sans-serif;font-weight:800}.modal-desc{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.5}.variations-section h3{margin-bottom:1rem;font-size:1rem}.variation-option{border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:1rem;margin-bottom:.5rem;padding:1rem;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.variation-option:hover{background:#ffffff05;border-color:#00e6764d}.variation-option.selected{border-color:var(--primary-color);background:#00e67614;box-shadow:0 2px 10px #00e67626}.variation-option input{accent-color:var(--primary-color);width:18px;height:18px}.variation-option .price,.item-price{color:var(--item-price-color);margin-left:auto;font-family:Outfit,sans-serif;font-weight:800}.instructions-section{margin-top:1.5rem}.instructions-section label{margin-bottom:.5rem;font-weight:600;display:block}.instructions-section textarea{background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-main);resize:vertical;min-height:80px;padding:1rem;font-family:inherit}.modal-footer{border-top:1px solid var(--border-color);background:var(--surface-color);gap:1rem;padding:1.25rem 1.5rem;display:flex}.qty-selector{background:var(--bg-color);border-radius:var(--radius-md);border:1px solid var(--border-color);align-items:center;gap:.75rem;padding:.4rem .8rem;display:flex}.qty-selector button{background:var(--surface-color);border:1px solid var(--border-color);color:var(--primary-color);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex;box-shadow:0 1px 3px #0000001a}.qty-selector button:hover{background:var(--primary-color);color:#000;transform:scale(1.08)}.qty-selector button:active{transform:scale(.92)}.qty-selector span{text-align:center;min-width:24px;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:800}.add-btn{color:#041a0e;border-radius:var(--radius-md);cursor:pointer;background:#00e676;border:none;flex:1;font-family:Outfit,Inter,system-ui,sans-serif;font-size:1.05rem;font-weight:800;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 15px #00e67659}.add-btn:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px)}.add-btn:active:not(:disabled){transform:scale(.97)}.add-btn:disabled{opacity:.5;cursor:not-allowed}.floating-cart-btn{color:#041a0e;cursor:pointer;z-index:50;background:#00e676;border:none;border-radius:30px;justify-content:space-between;align-items:center;width:calc(100% - 3rem);max-width:410px;padding:1.05rem 1.6rem;font-family:Outfit,Inter,system-ui,sans-serif;font-size:1.05rem;font-weight:800;transition:transform .2s,filter .2s;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 8px 28px #00e67673}.floating-cart-btn:hover{filter:brightness(1.05);transform:translate(-50%)translateY(-2px)}.floating-cart-btn:active{filter:brightness(.95);transition-duration:50ms;transform:translate(-50%)scale(.97)}.cart-icon{align-items:center;display:flex;position:relative}.cart-icon .badge{color:#00e676;background:#041a0e;border-radius:10px;padding:2px 7px;font-size:.78rem;font-weight:800;position:absolute;top:-8px;right:-12px;box-shadow:0 2px 6px #0006}.cart-drawer{background:var(--surface-color);z-index:101;flex-direction:column;width:100%;max-width:400px;height:100%;max-height:100dvh;transition:right .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;bottom:0;right:-100%;overflow:hidden}.cart-drawer.open{right:0}.cart-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#00000080;position:fixed;inset:0}.cart-header{background:var(--cart-header-bg);border-bottom:1.5px solid var(--cart-header-border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex;box-shadow:0 2px 10px #0f172a08}.cart-header-title{align-items:center;gap:10px;display:flex}.cart-header-icon{color:var(--primary-color);flex-shrink:0}.cart-header h2{color:var(--cart-header-text,var(--text-main));letter-spacing:-.3px;margin:0;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800}.cart-close-btn{background:var(--surface-color);border:1px solid var(--cart-header-border);color:var(--cart-header-text,var(--text-muted));cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 1px 3px #0f172a0d}.cart-close-btn:hover{color:#ef4444;background:#ef44441a;border-color:#ef44444d;transform:rotate(90deg)scale(1.05)}.cart-close-btn:active{transform:rotate(90deg)scale(.92)}.cart-content{flex-direction:column;flex:1;display:flex;overflow-y:auto}.empty-cart{color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}.cart-items{flex-direction:column;flex:1;padding:1.5rem;display:flex}.cart-item{border-bottom:1px solid var(--border-color);flex-direction:column;gap:8px;margin-bottom:1rem;padding-bottom:1rem;display:flex}.cart-item-main-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.cart-item-addons-tree{border-left:2px dashed var(--border-color);flex-direction:column;gap:6px;margin-left:6px;padding-left:14px;display:flex}.cart-addon-pill{background:var(--bg-color);border:1px solid var(--border-color);border-radius:8px;justify-content:space-between;align-items:center;padding:6px 10px;font-size:.82rem;transition:all .15s;display:flex}.cart-addon-pill:hover{border-color:#16a34a4d}.cart-addon-name{color:var(--text-muted);align-items:center;gap:4px;font-weight:500;display:flex}.cart-addon-branch{color:var(--primary-color);font-size:.9rem;font-weight:700}.cart-addon-actions{align-items:center;gap:8px;display:flex}.cart-addon-price{color:var(--item-price-color);font-family:Outfit,sans-serif;font-size:.84rem;font-weight:700}.cart-addon-remove-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:all .15s;display:flex}.cart-addon-remove-btn:hover{color:#ef4444;background:#ef44441a}.item-details{flex:1}.item-header{color:var(--item-title);gap:.5rem;margin-bottom:.25rem;font-weight:600;display:flex}.item-name{color:var(--item-title);font-family:Outfit,Inter,system-ui,sans-serif;font-weight:700}.item-qty{color:var(--primary-color)}.item-instructions{color:var(--text-muted);margin:0 0 .5rem;font-size:.85rem}.cart-item-qty-control{background:var(--bg-color);border:1px solid var(--border-color);border-radius:12px;align-items:center;gap:8px;padding:4px 6px;display:inline-flex;box-shadow:0 1px 4px #0f172a0a}.cart-qty-btn{background:var(--surface-color);border:1px solid var(--border-color);color:var(--primary-color);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:all .15s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 1px 3px #0f172a14}.cart-qty-btn:hover{background:var(--surface-color);border-color:var(--primary-color);color:var(--primary-hover,#15803d);transform:scale(1.06);box-shadow:0 2px 6px #16a34a26}.cart-qty-btn:active{transform:scale(.94)}.cart-qty-number{color:var(--text-main);text-align:center;-webkit-user-select:none;user-select:none;min-width:18px;font-family:Outfit,Inter,sans-serif;font-size:.95rem;font-weight:800}.cart-summary,.checkout-summary{margin-top:auto;padding-top:1.5rem}.summary-row{color:var(--text-muted);justify-content:space-between;margin-bottom:.75rem;display:flex}.summary-row.total{color:var(--text-main);border-top:1px solid var(--border-color);margin-top:.75rem;padding-top:.75rem;font-size:1.25rem;font-weight:700}.btn-primary{color:#041a0e;border-radius:var(--radius-md);cursor:pointer;background:#00e676;border:none;width:100%;margin-top:1rem;padding:1.05rem;font-family:Outfit,Inter,system-ui,sans-serif;font-size:1.05rem;font-weight:800;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 6px 20px #00e67659}.btn-primary:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 8px 25px #00e67673}.btn-primary:active:not(:disabled){transform:scale(.97)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--bg-color);width:100%;color:var(--text-main);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s}.btn-secondary:hover{background:#ffffff0d;border-color:#fff3}.btn-secondary:active{transform:scale(.97)}.checkout-form{flex-direction:column;flex:1;justify-content:flex-start;padding:1rem 1.25rem;display:flex;overflow:hidden auto}.form-group{margin-bottom:.65rem}.form-group label{color:var(--text-main);margin-bottom:.25rem;font-size:.82rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-main);outline:none;padding:.55rem .75rem;font-family:inherit;font-size:.9rem;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #00e67640}.form-actions{grid-template-columns:1fr 2fr;gap:.6rem;margin-top:.75rem;display:grid}.error-alert{color:#ff4757;border-radius:var(--radius-md);background:#ff47571a;align-items:center;gap:.5rem;margin-bottom:1rem;padding:1rem;font-size:.9rem;display:flex}.success-state{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:3rem 1.5rem;display:flex}.success-icon{color:#fff;background:#2ed573;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;font-size:2rem;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.menu-footer{text-align:center;color:var(--text-muted);padding:2rem;font-size:.85rem}.my-orders-btn{z-index:60;-webkit-backdrop-filter:blur(10px);color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff38;border:1px solid #ffffff73;border-radius:20px;outline:none;justify-content:center;align-items:center;gap:.45rem;height:40px;padding:0 1.15rem;font-family:Outfit,Inter,system-ui,sans-serif;font-size:.86rem;font-weight:700;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:2.2rem;right:1.5rem;box-shadow:0 4px 15px #00000040}.my-orders-btn:hover{background:#ffffff59;transform:scale(1.04);box-shadow:0 6px 20px #00000059}.my-orders-btn:active{transform:scale(.96)}@media (max-width:640px){.my-orders-btn{height:36px;padding:0 .9rem;font-size:.79rem;bottom:1.8rem;right:1.1rem}}.tracking-modal-content{flex-direction:column;gap:1.25rem;padding:.5rem 0 1.5rem;display:flex}.tracking-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.25rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.tracking-card:before{content:"";background:var(--primary-color);width:4px;height:100%;position:absolute;top:0;left:0}.tracking-header{border-bottom:1px dashed var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.tracking-order-id{color:var(--item-title);align-items:center;gap:.4rem;font-size:1.1rem;font-weight:800;display:flex}.tracking-total{color:#ffc107;font-size:1.05rem;font-weight:700}.tracking-meta{color:var(--text-muted);justify-content:space-between;margin-bottom:1.25rem;font-size:.82rem;display:flex}.step-tracker{justify-content:space-between;margin:1.5rem .5rem .5rem;display:flex;position:relative}.step-tracker:before{content:"";background:var(--border-color);z-index:1;height:3px;position:absolute;top:14px;left:15px;right:15px}.step-item{text-align:center;z-index:2;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.step-dot{background:var(--surface-color);border:3px solid var(--border-color);width:30px;height:30px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:800;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 2px 6px #0000001a}.step-item.active .step-dot,.step-item.completed .step-dot{background:var(--primary-color);border-color:var(--primary-color);color:#000;transform:scale(1.15);box-shadow:0 0 12px #00e67680}.step-label{color:var(--text-muted);margin-top:.6rem;font-size:.76rem;font-weight:600;line-height:1.2;transition:color .3s}.step-item.active .step-label,.step-item.completed .step-label{color:var(--item-title);font-weight:800}.refresh-status-btn{color:var(--primary-color);border:1px solid var(--primary-color);border-radius:var(--radius-md);cursor:pointer;background:#00e67626;justify-content:center;align-items:center;gap:.5rem;margin:0 auto;padding:.6rem 1.25rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #00e67633}.refresh-status-btn:hover{background:var(--primary-color);color:#000;transform:translateY(-2px)}.refresh-status-btn:active{transform:translateY(0)}.empty-tracking{text-align:center;color:var(--text-muted);padding:3rem 1.5rem}.empty-tracking svg{opacity:.5;margin-bottom:1rem}
