@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
:root{--bg:#fff;--bg-alt:#f5f5f5;--text:#2c2c2c;--text-sub:#6e6e6e;--text-muted:#a3a3a3;--border:#e0e0e0;--border-light:#eee;--border-strong:#d6d3cb;--border-soft:#e5e2da;--accent:#2c2c2c;--accent-inv:#fff;--danger:#b8453a;--success:#3a7d4a;--warning:#c67d1a;--surface-danger-soft:#b8453a0a;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Pretendard",sans-serif;--font-mono:"Inter",monospace;--max-w:100%;--header-h:56px;--footer-h:48px;--transition:.28s cubic-bezier(.25,.1,.25,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}img,div:not(.product-card__img),section,article,aside{border-radius:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background-color:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.01em;font-size:16px;line-height:1.5}body.is-native-webview{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}a{color:inherit;transition:opacity var(--transition);text-decoration:none}a:hover{opacity:.6}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit;border:1.8px solid var(--border);transition:border-color var(--transition);background:0 0;border-radius:4px;outline:none;width:100%;padding:.875rem 1rem}input:focus,textarea:focus,select:focus{border-color:var(--text)}body.is-native-webview input,body.is-native-webview textarea,body.is-native-webview select{-webkit-user-select:auto;user-select:auto}input::placeholder,textarea::placeholder{color:var(--text-muted);letter-spacing:.02em}h1{letter-spacing:-.05em;text-transform:uppercase;font-size:clamp(3rem,8vw,7rem);font-weight:800;line-height:.88}h2{letter-spacing:-.03em;text-transform:uppercase;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;line-height:1}h3{letter-spacing:.08em;text-transform:uppercase;font-size:1rem;font-weight:600}.container{max-width:var(--max-w);margin:0 auto;padding:0 13rem}.grid-line{border-top:1px solid var(--text)}.grid-line--light{border-top:1px solid var(--border)}.header{z-index:1000;background:var(--bg);transition:box-shadow var(--transition);position:sticky;top:0}.header.scrolled{box-shadow:none}.nav{height:var(--header-h);justify-content:space-between;align-items:center;display:flex}.nav-left .logo{letter-spacing:.1em;color:#141414;font-size:2rem;font-weight:500;line-height:1.2}.nav-left .logo:hover{opacity:1}.nav-right{align-items:center;gap:1.5rem;display:flex}.nav-right a,.nav-right button{letter-spacing:.04em;text-transform:uppercase;font-family:inherit;font-size:.8125rem;font-weight:600;position:relative}.nav-right a:after,.nav-right button:after{content:"";background:var(--text);width:0;height:1px;transition:width var(--transition);position:absolute;bottom:-2px;left:0}.nav-right a:hover:after,.nav-right button:hover:after{width:100%}.nav-right a:hover,.nav-right button:hover{opacity:1;color:var(--text-sub)}.footer{padding:1rem 0}.footer-line{border-top:1px solid var(--border);margin-bottom:.75rem}.footer-content{justify-content:space-between;align-items:center;display:flex}.footer-links{gap:.8rem;display:flex}.footer-links a,.footer-content p{letter-spacing:.05em;color:var(--text);font-size:.6875rem;font-weight:600}.btn{letter-spacing:.12em;text-transform:uppercase;transition:all var(--transition);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:.75rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--text);color:var(--accent-inv);border-color:var(--text)}.btn-primary:hover{color:var(--text);background:0 0}.btn-outline{color:var(--text);background:0 0;border-width:2px;border-color:silver;padding:.5rem 1.5rem;font-size:.6875rem;border-radius:6px!important}.btn-outline:hover{background:var(--text);color:var(--accent-inv)}.btn-danger{color:var(--danger);border-color:var(--danger);background:0 0}.btn-danger:hover{background:var(--danger);color:#fff}.btn-full{width:100%}.btn:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.form-group{margin-bottom:1.25rem}.form-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-sub);margin-bottom:.5rem;font-size:.6875rem;font-weight:600;display:block}.form-error{color:var(--danger);margin-top:.375rem;font-size:.75rem}.product-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.product-card{background:var(--bg);transition:background var(--transition),box-shadow var(--transition);cursor:pointer;color:inherit;padding:0;text-decoration:none;display:block}.product-card--preview{background:linear-gradient(135deg,#345c9c14,transparent 34%),var(--bg);box-shadow:inset 0 0 0 1px #345c9c}.product-card:hover{background:var(--bg-alt);opacity:1}.product-card--preview:hover{background:linear-gradient(135deg,#345c9c1f,transparent 34%),var(--bg-alt)}.product-card__img{aspect-ratio:1;background:var(--bg-alt);border:1.8px solid #d5d5d5;border-radius:3px;margin-bottom:.5rem;position:relative;overflow:hidden}.product-card__preview-badge{z-index:1;color:#345c9c;letter-spacing:.12em;background:#ffffffeb;border:1px solid #345c9c;padding:.22rem .45rem;font-size:.5625rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.product-card__img img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.product-card:hover .product-card__img img{transform:scale(1.04)}.product-card__info{flex-direction:column;gap:2px;display:flex}.product-card__brand{letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase;margin:0;font-size:.625rem;font-weight:600}.product-card__name{color:#222;text-transform:uppercase;letter-spacing:0;-webkit-line-clamp:1;line-clamp:1;transform-origin:0;-webkit-box-orient:vertical;margin:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px;font-weight:450;line-height:1.4;display:-webkit-box;overflow:hidden;transform:scaleY(1.05)}.product-card__price{color:#222;margin:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;font-weight:420}.section-header{justify-content:space-between;align-items:flex-end;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.section-header h2{letter-spacing:.06em;font-size:1.125rem;font-weight:700}.section-header a{letter-spacing:.06em;font-size:.75rem;font-weight:600}.badge{letter-spacing:.08em;text-transform:uppercase;border:1px solid;padding:.25rem .625rem;font-size:.625rem;font-weight:700;display:inline-block}.page-enter{animation:.4s forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.skeleton{background:linear-gradient(90deg,var(--bg-alt)25%,var(--border-light)50%,var(--bg-alt)75%);background-size:200% 100%;animation:1.5s ease-in-out infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){:root{--header-h:auto}.container{padding:0 1rem}.nav{flex-wrap:wrap;gap:0;height:auto;padding:.75rem 0;display:flex}.nav-left{flex:1}.nav-left .logo{font-size:1.125rem}.nav-center{-webkit-overflow-scrolling:touch;scrollbar-width:none;order:3;justify-content:flex-start;gap:1.25rem;width:100%;padding-top:.625rem;overflow-x:auto}.nav-center::-webkit-scrollbar{display:none}.nav-center a{white-space:nowrap;font-size:.5625rem}.nav-right{flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.nav-right a,.nav-right button{white-space:nowrap;font-size:.65rem!important}.product-grid{background:0 0;border:none;grid-template-columns:repeat(2,1fr);gap:.75rem}.product-card{border:none;padding:0}.product-card--preview{padding:.375rem;box-shadow:inset 0 0 0 1px #345c9c}.product-card__img{margin-bottom:.625rem}.product-card__preview-badge{top:.5rem;left:.5rem}.product-card__brand{margin-bottom:.125rem;font-size:.5rem}.product-card__name{-webkit-line-clamp:1;line-clamp:1;min-height:auto}h1{font-size:clamp(2rem,10vw,3rem)}h2{font-size:clamp(1.25rem,5vw,1.75rem)}.section-header{margin-bottom:0}.section-header h2{font-size:.75rem}.section-header a{font-size:.625rem}.btn{padding:.75rem 1.5rem;font-size:.625rem}input,textarea,select{padding:.75rem .875rem;font-size:16px}.footer{padding:1rem 0}.footer-links{flex-wrap:wrap}.footer p{font-size:.5625rem}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}::selection{background:var(--text);color:var(--bg)}.page-shell{padding-top:3rem;padding-bottom:6rem}.page-title{letter-spacing:-.04em;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1}.empty-state{text-align:center;padding:5rem 0}.empty-state__title{letter-spacing:.2em;color:var(--text-muted);font-size:1rem;font-weight:700}.empty-state__sub{color:var(--text-muted);margin-top:.5rem;font-size:.875rem}.section-label{letter-spacing:.15em;color:var(--text-sub);text-transform:uppercase;font-size:.6875rem;font-weight:700}.summary-row{color:var(--text-sub);justify-content:space-between;margin-bottom:.75rem;font-size:.8125rem;display:flex}.summary-total{justify-content:space-between;font-size:1rem;font-weight:800;display:flex}.pagination{border-top:1px solid var(--border-strong);justify-content:center;align-items:center;gap:2rem;margin-top:3rem;padding-top:2rem;display:flex}.pagination__btn{letter-spacing:.12em;color:var(--text);font-family:Inter,sans-serif;font-size:.6875rem;font-weight:600;text-decoration:none}.pagination__btn--disabled{opacity:.3;cursor:default;pointer-events:none}.pagination__info{letter-spacing:.1em;color:var(--text-sub);font-family:Inter,monospace;font-size:.75rem;font-weight:500}.breadcrumb{letter-spacing:.1em;color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.6875rem;display:flex}.breadcrumb__link{color:var(--text-sub)}.breadcrumb__sep{color:var(--border-strong)}
