@import "https://fonts.googleapis.com/css2?family=Roboto+Flex:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Syne:wght@700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap";:root{--md-sys-color-primary:#1a5fac;--md-sys-color-on-primary:#fff;--md-sys-color-primary-container:#d4e3ff;--md-sys-color-on-primary-container:#001c3b;--md-sys-color-secondary:#555f71;--md-sys-color-on-secondary:#fff;--md-sys-color-secondary-container:#d9e3f8;--md-sys-color-on-secondary-container:#121c2b;--md-sys-color-tertiary:#6e5676;--md-sys-color-on-tertiary:#fff;--md-sys-color-tertiary-container:#f8d8ff;--md-sys-color-on-tertiary-container:#271430;--md-sys-color-error:#ba1a1a;--md-sys-color-on-error:#fff;--md-sys-color-error-container:#ffdad6;--md-sys-color-on-error-container:#410002;--md-sys-color-surface:#f9f9ff;--md-sys-color-on-surface:#191c20;--md-sys-color-on-surface-variant:#44474e;--md-sys-color-surface-container-lowest:#fff;--md-sys-color-surface-container-low:#f3f3fa;--md-sys-color-surface-container:#edeef5;--md-sys-color-surface-container-high:#e7e8ef;--md-sys-color-surface-container-highest:#e2e2e9;--md-sys-color-surface-dim:#d9dae0;--md-sys-color-surface-bright:#f9f9ff;--md-sys-color-outline:#74777f;--md-sys-color-outline-variant:#c4c6d0;--md-sys-color-inverse-surface:#2e3036;--md-sys-color-inverse-on-surface:#f0f0f7;--md-sys-color-inverse-primary:#a5c8ff;--md-sys-shape-corner-none:0px;--md-sys-shape-corner-extra-small:4px;--md-sys-shape-corner-small:8px;--md-sys-shape-corner-medium:12px;--md-sys-shape-corner-large:16px;--md-sys-shape-corner-extra-large:28px;--md-sys-shape-corner-full:9999px;--md-sys-motion-easing-emphasized:cubic-bezier(.2, 0, 0, 1);--md-sys-motion-easing-emphasized-decelerate:cubic-bezier(.05, .7, .1, 1);--md-sys-motion-easing-emphasized-accelerate:cubic-bezier(.3, 0, .8, .15);--md-sys-motion-duration-short:.2s;--md-sys-motion-duration-medium:.3s;--md-sys-motion-duration-long:.5s}@media (prefers-color-scheme:dark){:root{--md-sys-color-primary:#a5c8ff;--md-sys-color-on-primary:#003060;--md-sys-color-primary-container:#004788;--md-sys-color-on-primary-container:#d4e3ff;--md-sys-color-secondary:#bdc7dc;--md-sys-color-on-secondary:#273141;--md-sys-color-secondary-container:#3d4758;--md-sys-color-on-secondary-container:#d9e3f8;--md-sys-color-tertiary:#dbbce3;--md-sys-color-on-tertiary:#3f2846;--md-sys-color-tertiary-container:#563e5e;--md-sys-color-on-tertiary-container:#f8d8ff;--md-sys-color-error:#ffb4ab;--md-sys-color-on-error:#690005;--md-sys-color-error-container:#93000a;--md-sys-color-on-error-container:#ffdad6;--md-sys-color-surface:#111318;--md-sys-color-on-surface:#e2e2e9;--md-sys-color-on-surface-variant:#c4c6d0;--md-sys-color-surface-container-lowest:#0c0e13;--md-sys-color-surface-container-low:#191c20;--md-sys-color-surface-container:#1d2024;--md-sys-color-surface-container-high:#282a2f;--md-sys-color-surface-container-highest:#33353a;--md-sys-color-surface-dim:#111318;--md-sys-color-surface-bright:#37393e;--md-sys-color-outline:#8e9099;--md-sys-color-outline-variant:#44474e;--md-sys-color-inverse-surface:#e2e2e9;--md-sys-color-inverse-on-surface:#2e3036;--md-sys-color-inverse-primary:#1a5fac}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto Flex,sans-serif;font-size:16px}body{background:var(--md-sys-color-surface);color:var(--md-sys-color-on-surface);min-height:100vh;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}a{color:var(--md-sys-color-primary);text-decoration:none}img{max-width:100%;display:block}.material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;vertical-align:middle;-webkit-user-select:none;user-select:none}.material-symbols-outlined.filled{font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--md-sys-color-outline-variant);border-radius:var(--md-sys-shape-corner-full)}.app{flex-direction:column;min-height:100vh;display:flex}.app-content{flex:1;padding-bottom:80px}.nav-bar{z-index:100;background:var(--md-sys-color-surface-container);border-top:1px solid var(--md-sys-color-outline-variant);height:80px;padding:0 8px;padding-bottom:env(safe-area-inset-bottom,0);display:flex;position:fixed;bottom:0;left:0;right:0}.nav-item{cursor:pointer;color:var(--md-sys-color-on-surface-variant);transition:color var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-emphasized);-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;font-family:Roboto Flex,sans-serif;font-size:.75rem;font-weight:500;display:flex;position:relative}.nav-item.active{color:var(--md-sys-color-on-surface)}.nav-item .nav-icon-wrap{border-radius:var(--md-sys-shape-corner-full);width:64px;height:32px;transition:background var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-emphasized);justify-content:center;align-items:center;display:flex}.nav-item.active .nav-icon-wrap{background:var(--md-sys-color-secondary-container)}.nav-item .badge{border-radius:var(--md-sys-shape-corner-full);background:var(--md-sys-color-error);min-width:16px;height:16px;color:var(--md-sys-color-on-error);justify-content:center;align-items:center;padding:0 4px;font-size:.6875rem;font-weight:500;display:flex;position:absolute;top:8px;right:calc(50% - 24px)}.top-bar{background:var(--md-sys-color-surface);z-index:50;align-items:center;gap:4px;height:64px;padding:0 4px;display:flex;position:sticky;top:0}.top-bar-title{flex:1;padding:0 16px;font-size:1.375rem;font-weight:500;line-height:1.75rem}.icon-btn{border-radius:var(--md-sys-shape-corner-full);cursor:pointer;width:48px;height:48px;color:var(--md-sys-color-on-surface-variant);transition:background var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-emphasized);-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.icon-btn:hover{background:var(--md-sys-color-on-surface);background:color-mix(in srgb, var(--md-sys-color-on-surface) 8%, transparent)}.hero{background:linear-gradient(135deg, var(--md-sys-color-primary-container), var(--md-sys-color-tertiary-container));align-items:flex-end;height:320px;padding:24px 16px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:var(--md-sys-color-primary);opacity:.07;border-radius:50%;width:340px;height:340px;position:absolute;top:-40%;right:-10%}.hero:after{content:"";background:var(--md-sys-color-tertiary);opacity:.06;border-radius:50%;width:200px;height:200px;position:absolute;bottom:-20%;left:-15%}.hero-text{z-index:2;flex:1;min-width:0;position:relative}.hero-title{color:var(--md-sys-color-on-primary-container);margin-bottom:6px;font-size:1.75rem;font-weight:700;line-height:2.25rem}.hero-subtitle{color:var(--md-sys-color-on-primary-container);opacity:.75;max-width:180px;font-size:.8125rem;font-weight:400;line-height:1.125rem}.hero-cta{border-radius:var(--md-sys-shape-corner-full);background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);transition:box-shadow var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-emphasized);align-items:center;gap:6px;margin-top:16px;padding:8px 20px;font-size:.8125rem;font-weight:500;text-decoration:none;display:inline-flex}.hero-cta:hover{box-shadow:0 1px 3px #0003}.hero-image{filter:drop-shadow(0 8px 24px #0000002e);z-index:1;pointer-events:none;width:220px;height:auto;position:absolute;bottom:16px;right:-20px;transform:rotate(-18deg)}.section-header{justify-content:space-between;align-items:center;padding:24px 16px 12px;display:flex}.section-title{color:var(--md-sys-color-on-surface);font-size:1rem;font-weight:500;line-height:1.5rem}.section-link{color:var(--md-sys-color-primary);font-size:.875rem;font-weight:500}.h-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:12px;padding:0 16px 16px;display:flex;overflow-x:auto}.h-scroll::-webkit-scrollbar{display:none}.sneaker-card{border-radius:var(--md-sys-shape-corner-medium);background:var(--md-sys-color-surface-container-low);cursor:pointer;scroll-snap-align:start;width:164px;transition:transform var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-emphasized);color:inherit;flex-shrink:0;text-decoration:none;display:block;position:relative;overflow:hidden}.sneaker-card:active{transform:scale(.97)}.sneaker-card-image{aspect-ratio:1;object-fit:cover;background:var(--md-sys-color-surface-container);width:100%}.sneaker-card-body{padding:12px}.sneaker-card-brand{color:var(--md-sys-color-primary);text-transform:uppercase;letter-spacing:.5px;font-size:.6875rem;font-weight:500;line-height:1rem}.sneaker-card-name{color:var(--md-sys-color-on-surface);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.875rem;font-weight:500;line-height:1.25rem;overflow:hidden}.sneaker-card-price{color:var(--md-sys-color-on-surface);margin-top:8px;font-size:.875rem;font-weight:600;line-height:1.25rem}.sneaker-card-price-label{color:var(--md-sys-color-on-surface-variant);font-size:.6875rem;font-weight:400}.new-badge{z-index:2;letter-spacing:.5px;border-radius:var(--md-sys-shape-corner-full);background:var(--md-sys-color-tertiary);color:var(--md-sys-color-on-tertiary);padding:3px 10px;font-size:.6875rem;font-weight:600;position:absolute;top:8px;left:8px}.catalog-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:0 16px 16px;display:grid}.catalog-card{border-radius:var(--md-sys-shape-corner-medium);background:var(--md-sys-color-surface-container-low);cursor:pointer;transition:transform var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-emphasized);color:inherit;text-decoration:none;display:block;position:relative;overflow:hidden}.catalog-card:active{transform:scale(.97)}.category-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:16px;display:grid}.category-card{border-radius:var(--md-sys-shape-corner-medium);cursor:pointer;aspect-ratio:4/3;background:var(--md-sys-color-surface-container);transition:transform var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-emphasized);-webkit-tap-highlight-color:transparent;border:none;width:100%;padding:0;display:block;position:relative;overflow:hidden}.category-card:active{transform:scale(.97)}.category-card-img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.category-card-overlay{background:linear-gradient(#0000 0%,#00000014 40%,#000000a6 100%);position:absolute;inset:0}.category-card-placeholder{background:linear-gradient(135deg, var(--md-sys-color-primary-container) 0%, var(--md-sys-color-secondary-container) 100%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.category-card-placeholder .material-symbols-outlined{color:var(--md-sys-color-primary);opacity:.7;font-size:40px}.category-card-label{color:#fff;text-shadow:0 1px 6px #00000080;z-index:2;text-align:left;font-size:.9375rem;font-weight:600;line-height:1.25rem;position:absolute;bottom:12px;left:12px;right:12px}.category-card-label-dark{color:var(--md-sys-color-on-primary-container);text-shadow:none}.category-card-new-label{letter-spacing:.25px;font-size:1rem;font-weight:700}.see-all-card{background:var(--md-sys-color-surface-container-high);border-radius:var(--md-sys-shape-corner-medium);width:140px;min-height:180px;color:var(--md-sys-color-primary);text-align:center;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:8px;padding:16px;font-size:.8rem;font-weight:600;text-decoration:none;transition:transform .15s;display:flex}.see-all-card:active{transform:scale(.97)}.chip-row{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:8px;padding:12px 16px;display:flex;overflow-x:auto}.chip-row::-webkit-scrollbar{display:none}.chip{border-radius:var(--md-sys-shape-corner-small);border:1px solid var(--md-sys-color-outline);height:32px;color:var(--md-sys-color-on-surface);cursor:pointer;white-space:nowrap;transition:all var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-emphasized);-webkit-tap-highlight-color:transparent;background:0 0;flex-shrink:0;align-items:center;gap:8px;padding:0 16px;font-family:Roboto Flex,sans-serif;font-size:.875rem;font-weight:500;display:flex}.chip.selected{background:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container);border-color:#0000}.chip .material-symbols-outlined{font-size:18px}.search-bar{border-radius:var(--md-sys-shape-corner-extra-large);background:var(--md-sys-color-surface-container-high);align-items:center;gap:12px;height:48px;margin:12px 16px;padding:0 16px;display:flex}.search-bar input{color:var(--md-sys-color-on-surface);background:0 0;border:none;outline:none;flex:1;font-family:Roboto Flex,sans-serif;font-size:1rem}.search-bar input::placeholder,.search-bar .material-symbols-outlined{color:var(--md-sys-color-on-surface-variant)}.product-page{padding-bottom:100px}.product-gallery{aspect-ratio:1;background:var(--md-sys-color-surface-container);width:100%;position:relative;overflow:hidden}.product-gallery-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;display:flex;position:absolute;inset:0;overflow-x:auto}.product-gallery-scroll::-webkit-scrollbar{display:none}.product-gallery-slide{scroll-snap-align:start;flex:0 0 100%;overflow:hidden}.product-gallery-slide img{object-fit:cover;width:100%;height:100%;display:block}.product-gallery-counter{color:#fff;border-radius:var(--md-sys-shape-corner-full);pointer-events:none;background:#00000073;padding:4px 10px;font-size:.75rem;font-weight:500;position:absolute;top:12px;right:12px}.product-gallery-dots{pointer-events:none;justify-content:center;align-items:center;gap:6px;display:flex;position:absolute;bottom:12px;left:0;right:0}.product-gallery-dot{border-radius:var(--md-sys-shape-corner-full);width:6px;height:6px;transition:all .2s var(--md-sys-motion-easing-emphasized);background:#ffffff80}.product-gallery-dot.active{background:#fff;width:20px}.product-image-wrap{aspect-ratio:1;background:var(--md-sys-color-surface-container);width:100%;position:relative;overflow:hidden}.product-image-wrap img{object-fit:cover;width:100%;height:100%}.product-wishlist-btn{border-radius:var(--md-sys-shape-corner-full);background:var(--md-sys-color-surface);cursor:pointer;width:40px;height:40px;color:var(--md-sys-color-on-surface-variant);transition:all var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-emphasized);border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 1px 3px #0000001f}.product-wishlist-btn.active{color:var(--md-sys-color-error)}.product-info{padding:20px 16px}.product-brand{color:var(--md-sys-color-primary);text-transform:uppercase;letter-spacing:.5px;font-size:.875rem;font-weight:500}.product-name{color:var(--md-sys-color-on-surface);margin-top:4px;font-size:1.375rem;font-weight:500;line-height:1.75rem}.product-description{color:var(--md-sys-color-on-surface-variant);margin-top:12px;font-size:.875rem;line-height:1.25rem}.size-section{margin-top:20px;padding:0 16px}.size-section-title{color:var(--md-sys-color-on-surface);margin-bottom:12px;font-size:.875rem;font-weight:500}.size-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.size-btn{border-radius:var(--md-sys-shape-corner-small);border:1px solid var(--md-sys-color-outline-variant);cursor:pointer;transition:all var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-emphasized);-webkit-tap-highlight-color:transparent;background:0 0;flex-direction:column;justify-content:center;align-items:center;padding:8px 4px;font-family:Roboto Flex,sans-serif;display:flex}.size-btn:disabled{opacity:.38;cursor:not-allowed;text-decoration:line-through}.size-btn.selected{background:var(--md-sys-color-primary);border-color:var(--md-sys-color-primary)}.size-btn .size-num{color:var(--md-sys-color-on-surface);font-size:.875rem;font-weight:500}.size-btn.selected .size-num{color:var(--md-sys-color-on-primary)}.size-btn .size-price{color:var(--md-sys-color-on-surface-variant);margin-top:2px;font-size:.6875rem}.size-btn.selected .size-price{color:var(--md-sys-color-on-primary);opacity:.9}.product-actions{background:var(--md-sys-color-surface-container);border-top:1px solid var(--md-sys-color-outline-variant);z-index:50;align-items:center;gap:12px;padding:12px 16px;display:flex;position:fixed;bottom:80px;left:0;right:0}.product-price-display{flex:1}.product-price-display .label{color:var(--md-sys-color-on-surface-variant);font-size:.6875rem}.product-price-display .price{color:var(--md-sys-color-on-surface);font-size:1.375rem;font-weight:600}.btn-filled{border-radius:var(--md-sys-shape-corner-full);background:var(--md-sys-color-primary);height:48px;color:var(--md-sys-color-on-primary);cursor:pointer;white-space:nowrap;transition:all var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-emphasized);-webkit-tap-highlight-color:transparent;border:none;align-items:center;gap:8px;padding:0 24px;font-family:Roboto Flex,sans-serif;font-size:.875rem;font-weight:500;display:flex}.btn-filled:hover{box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.btn-filled:disabled{opacity:.38;cursor:not-allowed}.btn-tonal{border-radius:var(--md-sys-shape-corner-full);background:var(--md-sys-color-secondary-container);height:48px;color:var(--md-sys-color-on-secondary-container);cursor:pointer;white-space:nowrap;transition:all var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-emphasized);-webkit-tap-highlight-color:transparent;border:none;align-items:center;gap:8px;padding:0 24px;font-family:Roboto Flex,sans-serif;font-size:.875rem;font-weight:500;display:flex}.btn-outlined{border-radius:var(--md-sys-shape-corner-full);border:1px solid var(--md-sys-color-outline);height:40px;color:var(--md-sys-color-primary);cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;background:0 0;align-items:center;gap:8px;padding:0 24px;font-family:Roboto Flex,sans-serif;font-size:.875rem;font-weight:500;display:flex}.wl-count{color:var(--md-sys-color-on-surface-variant);letter-spacing:.3px;padding:4px 16px 12px;font-size:.75rem;font-weight:500}.wl-grid{flex-direction:column;gap:10px;padding:0 16px 24px;display:flex}.wl-wrap{position:relative}.wl-card{border-radius:var(--md-sys-shape-corner-large);background:var(--md-sys-color-surface-container-low);color:inherit;-webkit-tap-highlight-color:transparent;flex-direction:row;align-items:stretch;min-height:110px;text-decoration:none;transition:transform .15s cubic-bezier(.2,0,0,1);display:flex;overflow:hidden}.wl-card:active{transform:scale(.98)}.wl-card-img{object-fit:cover;width:110px;min-width:110px;height:110px;display:block}.wl-card-shimmer{background:linear-gradient(90deg, var(--md-sys-color-surface-container) 25%, var(--md-sys-color-surface-container-high) 50%, var(--md-sys-color-surface-container) 75%);background-size:200% 100%;animation:1.4s ease-in-out infinite wl-shimmer}@keyframes wl-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.wl-card-body{flex-direction:column;flex:1;justify-content:center;gap:1px;min-width:0;padding:12px 48px 12px 14px;display:flex}.wl-card-brand{text-transform:uppercase;letter-spacing:.8px;color:var(--md-sys-color-primary);font-size:.625rem;font-weight:600;line-height:1}.wl-card-name{color:var(--md-sys-color-on-surface);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:3px 0 4px;font-size:.9375rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.wl-card-size{color:var(--md-sys-color-on-surface-variant);font-size:.75rem;font-weight:400}.wl-card-price{color:var(--md-sys-color-on-surface);letter-spacing:0;margin-top:6px;font-size:1rem;font-weight:700}.wl-card-remove{z-index:2;cursor:pointer;background:var(--md-sys-color-surface-container-highest);width:32px;height:32px;color:var(--md-sys-color-on-surface-variant);-webkit-tap-highlight-color:transparent;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.wl-card-remove:active{background:var(--md-sys-color-error-container);color:var(--md-sys-color-on-error-container)}.wl-card-remove .material-symbols-outlined{font-size:16px}.wl-empty{text-align:center;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:64px 24px;display:flex}.wl-empty .material-symbols-outlined{color:var(--md-sys-color-outline);font-size:64px}.wl-empty-title{color:var(--md-sys-color-on-surface);margin:0 0 8px;font-size:1.375rem;font-weight:500}.wl-empty-sub{color:var(--md-sys-color-on-surface-variant);text-align:center;margin:0 0 20px;font-size:.875rem;line-height:1.5}.wl-empty-icon{margin-bottom:16px}.wishlist-item{border-bottom:1px solid var(--md-sys-color-outline-variant);color:inherit;gap:12px;padding:12px 16px;text-decoration:none;display:flex}.wishlist-item-image{border-radius:var(--md-sys-shape-corner-small);object-fit:cover;background:var(--md-sys-color-surface-container);width:80px;height:80px}.wishlist-item-info{flex-direction:column;flex:1;justify-content:center;display:flex}.wishlist-item-info .brand{color:var(--md-sys-color-primary);text-transform:uppercase;font-size:.6875rem;font-weight:500}.wishlist-item-info .name{color:var(--md-sys-color-on-surface);margin-top:2px;font-size:.875rem;font-weight:500}.wishlist-item-info .size-price{color:var(--md-sys-color-on-surface-variant);margin-top:4px;font-size:.75rem}.wishlist-item-info .price{color:var(--md-sys-color-on-surface);margin-top:4px;font-size:1rem;font-weight:600}.wishlist-remove{color:var(--md-sys-color-on-surface-variant);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex}.filter-overlay{z-index:200;opacity:0;transition:opacity var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-emphasized);background:#00000052;position:fixed;inset:0}.filter-overlay.open{opacity:1}.filter-sheet{z-index:201;background:var(--md-sys-color-surface-container-low);border-radius:var(--md-sys-shape-corner-extra-large) var(--md-sys-shape-corner-extra-large) 0 0;max-height:80vh;transition:transform var(--md-sys-motion-duration-long) var(--md-sys-motion-easing-emphasized);padding:0 16px 24px;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(100%)}.filter-sheet.open{transform:translateY(0)}.filter-handle{border-radius:var(--md-sys-shape-corner-full);background:var(--md-sys-color-outline-variant);width:32px;height:4px;margin:12px auto 20px}.filter-section-title{color:var(--md-sys-color-on-surface);margin:16px 0 8px;font-size:.875rem;font-weight:500}.filter-actions{gap:12px;margin-top:24px;display:flex}.filter-actions .btn-filled,.filter-actions .btn-outlined{flex:1;justify-content:center}.sort-row{padding:0 16px 8px}.sort-label{color:var(--md-sys-color-on-surface-variant);margin-bottom:8px;font-size:.75rem;font-weight:500}.admin-page{padding:0 0 16px}.stat-card{border-radius:var(--md-sys-shape-corner-medium);background:var(--md-sys-color-surface-container-low);margin:8px 16px;padding:20px}.stat-card-title{color:var(--md-sys-color-on-surface-variant);margin-bottom:8px;font-size:.875rem;font-weight:500}.stat-card-value{color:var(--md-sys-color-on-surface);font-size:2rem;font-weight:600}.stat-card-subtitle{color:var(--md-sys-color-on-surface-variant);margin-top:4px;font-size:.75rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:8px;padding:8px 16px;display:grid}.stats-grid .stat-card{margin:0}.stat-list{padding:0;list-style:none}.stat-list-item{border-bottom:1px solid var(--md-sys-color-outline-variant);justify-content:space-between;align-items:center;padding:12px 0;display:flex}.stat-list-item:last-child{border-bottom:none}.stat-list-item .name{color:var(--md-sys-color-on-surface);font-size:.875rem;font-weight:400}.stat-list-item .count{color:var(--md-sys-color-primary);font-size:.875rem;font-weight:500}.stat-bar{border-radius:var(--md-sys-shape-corner-full);background:var(--md-sys-color-surface-container-highest);height:8px;margin-top:8px;overflow:hidden}.stat-bar-fill{border-radius:var(--md-sys-shape-corner-full);background:var(--md-sys-color-primary);height:100%;transition:width var(--md-sys-motion-duration-long) var(--md-sys-motion-easing-emphasized)}.divider{background:var(--md-sys-color-outline-variant);height:1px;margin:0 16px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg, var(--md-sys-color-surface-container) 25%, var(--md-sys-color-surface-container-high) 50%, var(--md-sys-color-surface-container) 75%);border-radius:var(--md-sys-shape-corner-small);background-size:200% 100%;animation:1.5s infinite shimmer}.orders-v2-page{min-height:100%}.orders-v2-topbar{background:var(--md-sys-color-surface);z-index:50;align-items:center;height:64px;padding:0 16px;display:flex;position:sticky;top:0}.orders-v2-title{color:var(--md-sys-color-on-surface);font-family:Syne,sans-serif;font-size:1.5rem;font-weight:700}.orders-v2-stats{background:var(--md-sys-color-surface-container-low);border-radius:18px;align-items:center;margin:0 16px 16px;padding:14px 0 12px;display:flex}.orders-v2-stat{flex-direction:column;flex:1;align-items:center;gap:2px;display:flex}.orders-v2-stat-val{color:var(--md-sys-color-on-surface);font-family:Syne,sans-serif;font-size:1.375rem;font-weight:700;line-height:1}.orders-v2-stat-label{text-transform:uppercase;letter-spacing:.8px;color:var(--md-sys-color-on-surface-variant);font-size:.6875rem;font-weight:600}.orders-v2-stat-divider{background:var(--md-sys-color-outline-variant);width:1px;height:36px}.orders-v2-list{flex-direction:column;gap:10px;padding:0 16px 24px;display:flex}@keyframes ticket-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.order-ticket{background:var(--md-sys-color-surface-container-low);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:20px;padding:0 16px 14px;transition:transform .15s cubic-bezier(.2,0,0,1);animation:.32s cubic-bezier(.2,0,0,1) both ticket-in;position:relative;overflow:hidden}.order-ticket:active{transform:scale(.975)}.order-ticket-stripe{background:var(--status-color,var(--md-sys-color-primary));height:3px;margin:0 -16px 14px}.order-ticket-head{justify-content:space-between;align-items:center;margin-bottom:3px;display:flex}.order-ticket-num{color:var(--md-sys-color-on-surface);font-family:Syne,sans-serif;font-size:1.25rem;font-weight:700}.order-ticket-badge{text-transform:uppercase;letter-spacing:.7px;background:color-mix(in srgb, var(--badge-color) 14%, transparent);color:var(--badge-color);border:1px solid color-mix(in srgb, var(--badge-color) 28%, transparent);border-radius:100px;padding:4px 11px;font-size:.625rem;font-weight:700}.order-ticket-date{color:var(--md-sys-color-on-surface-variant);font-size:.8125rem}.order-ticket-track{color:var(--md-sys-color-on-surface-variant);align-items:center;gap:5px;margin-top:5px;font-size:.8125rem;display:flex}.order-ticket-track .material-symbols-outlined{font-size:15px}.order-ticket-perf{border-top:2px dashed var(--md-sys-color-outline-variant);margin:12px 0}.order-ticket-foot{justify-content:space-between;align-items:center;display:flex}.order-ticket-thumbs{align-items:center;gap:5px;display:flex}.order-ticket-thumb{object-fit:cover;border-radius:8px;flex-shrink:0;width:34px;height:34px}.order-ticket-thumb-more{background:var(--md-sys-color-surface-container);width:34px;height:34px;color:var(--md-sys-color-on-surface-variant);border-radius:8px;justify-content:center;align-items:center;font-size:.625rem;font-weight:700;display:flex}.order-ticket-items-label{color:var(--md-sys-color-on-surface-variant);margin-left:3px;font-size:.75rem;font-weight:500}.order-ticket-total{color:var(--md-sys-color-on-surface);font-family:Syne,sans-serif;font-size:1.125rem;font-weight:700}@keyframes orders-shimmer{0%{background-position:-300% 0}to{background-position:300% 0}}.order-ticket-skeleton{background:linear-gradient(90deg, var(--md-sys-color-surface-container) 25%, var(--md-sys-color-surface-container-high) 50%, var(--md-sys-color-surface-container) 75%);background-size:300% 100%;border-radius:20px;height:128px;animation:1.6s ease-in-out infinite orders-shimmer}.orders-v2-loading{flex-direction:column;gap:10px;padding:0 16px;display:flex}.orders-v2-empty{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:56px 24px 32px;display:flex}.orders-v2-empty-icon{margin-bottom:10px;font-size:3.5rem;line-height:1}.orders-v2-empty-title{color:var(--md-sys-color-on-surface);letter-spacing:0;font-family:Syne,sans-serif;font-size:1.375rem;font-weight:800}.orders-v2-empty-sub{color:var(--md-sys-color-on-surface-variant);margin-bottom:6px;font-size:.875rem;line-height:1.5}.orders-v2-cta{background:var(--md-sys-color-primary);height:46px;color:var(--md-sys-color-on-primary);cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:100px;margin-top:10px;padding:0 28px;font-family:Roboto Flex,sans-serif;font-size:.9375rem;font-weight:600}.order-detail-v2{min-height:100%}.order-detail-v2-topbar{background:var(--md-sys-color-surface);z-index:50;align-items:center;gap:4px;height:56px;padding:0 4px;display:flex;position:sticky;top:0}.order-detail-v2-title{color:var(--md-sys-color-on-surface);letter-spacing:0;flex:1;padding-right:44px;font-family:Syne,sans-serif;font-size:1.25rem;font-weight:800}.order-detail-v2-banner{background:color-mix(in srgb, var(--status-color) 12%, var(--md-sys-color-surface-container-low));border:1.5px solid color-mix(in srgb, var(--status-color) 22%, transparent);border-radius:20px;margin:4px 16px 0;padding:18px 20px 16px}.order-detail-v2-banner-eyebrow{text-transform:uppercase;letter-spacing:1.2px;color:var(--md-sys-color-on-surface-variant);margin-bottom:5px;font-size:.625rem;font-weight:700}.order-detail-v2-banner-status{letter-spacing:0;color:var(--status-color);margin-bottom:5px;font-family:Syne,sans-serif;font-size:1.875rem;font-weight:800;line-height:1.05}.order-detail-v2-banner-date{color:var(--md-sys-color-on-surface-variant);font-size:.8125rem}.order-detail-v2-timeline{scrollbar-width:none;align-items:flex-start;gap:0;padding:18px 20px 4px;display:flex;overflow-x:auto}.order-detail-v2-timeline::-webkit-scrollbar{display:none}.order-tl-step{flex-direction:column;flex:1;align-items:center;gap:5px;min-width:48px;display:flex;position:relative}.order-tl-step:not(:last-child):after{content:"";background:var(--md-sys-color-outline-variant);z-index:0;height:2px;position:absolute;top:9px;left:calc(50% + 11px);right:calc(11px - 50%)}.order-tl-step.done:not(:last-child):after,.order-tl-step.current:not(:last-child):after{background:var(--status-color)}.order-tl-dot{border:2px solid var(--md-sys-color-outline-variant);background:var(--md-sys-color-surface);z-index:1;border-radius:50%;flex-shrink:0;width:20px;height:20px;transition:all .2s;position:relative}.order-tl-step.done .order-tl-dot{background:var(--status-color);border-color:var(--status-color)}.order-tl-step.current .order-tl-dot{background:var(--status-color);border-color:var(--status-color);box-shadow:0 0 0 4px color-mix(in srgb, var(--status-color) 22%, transparent)}.order-tl-label{text-transform:uppercase;letter-spacing:.2px;color:var(--md-sys-color-outline);text-align:center;max-width:48px;font-size:.5625rem;font-weight:600;line-height:1.3}.order-tl-step.done .order-tl-label,.order-tl-step.current .order-tl-label{color:var(--md-sys-color-on-surface)}.order-detail-v2-body{flex-direction:column;gap:10px;padding:12px 16px 32px;display:flex}.order-detail-v2-section{background:var(--md-sys-color-surface-container-low);border-radius:16px;overflow:hidden}.order-detail-v2-section-title{text-transform:uppercase;letter-spacing:1.2px;color:var(--md-sys-color-on-surface-variant);padding:12px 16px 4px;font-size:.5625rem;font-weight:700}.order-detail-v2-row{border-top:1px solid var(--md-sys-color-outline-variant);justify-content:space-between;align-items:flex-start;gap:16px;padding:9px 16px;display:flex}.order-detail-v2-row:first-of-type{border-top:none}.order-detail-v2-row-label{color:var(--md-sys-color-on-surface-variant);flex-shrink:0;font-size:.8125rem}.order-detail-v2-row-value{color:var(--md-sys-color-on-surface);text-align:right;font-size:.875rem;font-weight:500}.order-detail-v2-track{background:color-mix(in srgb, var(--status-color) 10%, var(--md-sys-color-surface-container-low));border:1px solid color-mix(in srgb, var(--status-color) 20%, transparent);border-radius:16px;align-items:center;gap:14px;padding:14px 16px;display:flex}.order-detail-v2-track-icon{background:color-mix(in srgb, var(--status-color) 15%, transparent);width:40px;height:40px;color:var(--status-color);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.order-detail-v2-track-icon .material-symbols-outlined{font-size:22px}.order-detail-v2-track-eyebrow{text-transform:uppercase;letter-spacing:.8px;color:var(--md-sys-color-on-surface-variant);margin-bottom:2px;font-size:.625rem;font-weight:700}.order-detail-v2-track-value{color:var(--md-sys-color-on-surface);letter-spacing:.3px;font-family:Syne,sans-serif;font-size:1rem;font-weight:700}.order-detail-v2-item{border-top:1px solid var(--md-sys-color-outline-variant);align-items:center;gap:12px;padding:12px 16px;display:flex}.order-detail-v2-item:first-child{border-top:none}.order-detail-v2-item-img{object-fit:cover;background:var(--md-sys-color-surface-container);border-radius:10px;flex-shrink:0;width:56px;height:56px}.order-detail-v2-item-img-ph{color:var(--md-sys-color-outline);justify-content:center;align-items:center;display:flex}.order-detail-v2-item-info{flex:1;min-width:0}.order-detail-v2-item-brand{text-transform:uppercase;letter-spacing:1px;color:var(--md-sys-color-primary);font-size:.5625rem;font-weight:700}.order-detail-v2-item-name{color:var(--md-sys-color-on-surface);white-space:nowrap;text-overflow:ellipsis;margin:1px 0;font-size:.875rem;font-weight:500;overflow:hidden}.order-detail-v2-item-size{color:var(--md-sys-color-on-surface-variant);font-size:.75rem}.order-detail-v2-item-price{color:var(--md-sys-color-on-surface);letter-spacing:0;flex-shrink:0;font-family:Syne,sans-serif;font-size:.9375rem;font-weight:800}.order-detail-v2-total{background:var(--md-sys-color-surface-container-low);border-radius:16px;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.order-detail-v2-total-label{color:var(--md-sys-color-on-surface-variant);font-size:.875rem}.order-detail-v2-total-amount{color:var(--md-sys-color-on-surface);letter-spacing:0;font-family:Syne,sans-serif;font-size:1.5rem;font-weight:800}.order-detail-v2-note{background:var(--md-sys-color-surface-container-low);color:var(--md-sys-color-on-surface-variant);border-radius:16px;align-items:flex-start;gap:10px;padding:12px 16px;font-size:.875rem;line-height:1.5;display:flex}.order-detail-v2-note .material-symbols-outlined{flex-shrink:0;margin-top:1px;font-size:18px}.order-detail-v2-contact{background:var(--md-sys-color-primary);width:100%;height:52px;color:var(--md-sys-color-on-primary);cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:100px;justify-content:center;align-items:center;gap:8px;font-family:Roboto Flex,sans-serif;font-size:.9375rem;font-weight:600;transition:opacity .15s;display:flex}.order-detail-v2-contact:active{opacity:.82}.empty-state{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:48px 24px;display:flex}.empty-state .material-symbols-outlined{color:var(--md-sys-color-outline);font-size:48px}.empty-state p{color:var(--md-sys-color-on-surface-variant);font-size:.875rem}
