:root{--bg:#fff;--fg:#111;--muted:#6b7280;--line:#e5e7eb;--card:#fff;--accent:#111;--chip:#f3f4f6;--thumb-bg:#f6f6f7;--shadow:0 1px 2px #0000000a;--ease-out:cubic-bezier(.215,.61,.355,1);--ease-out-quint:cubic-bezier(.23,1,.32,1)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#0b0b0c;--fg:#f4f4f5;--muted:#9ca3af;--line:#26262a;--card:#141416;--accent:#f4f4f5;--chip:#1c1c20;--thumb-bg:#1a1a1d;--shadow:none}}:root[data-theme=dark]{--bg:#0b0b0c;--fg:#f4f4f5;--muted:#9ca3af;--line:#26262a;--card:#141416;--accent:#f4f4f5;--chip:#1c1c20;--thumb-bg:#1a1a1d;--shadow:none}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}button,.chip,.card,.brand-cell,.seg button,.set-toggle{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.wrap{max-width:1200px;margin:0 auto;padding:0 20px 80px}.nav{display:flex;justify-content:space-between;align-items: center;gap:12px;max-width:1200px;margin:0 auto;padding:26px 20px 18px}.nav-left{display:flex;flex-direction:column;align-items: flex-start;gap:3px;min-width:0}.nav .logo{font:inherit;letter-spacing:-.025em;color:var(--fg);cursor:pointer;background:0 0;border:none;padding:0;font-size:27px;font-weight:800;line-height:1}.nav .logo:hover{opacity:.7}.nav .nav-sub{color:var(--muted);font-size:13px}.nav .gear{border:1px solid var(--line);background:var(--card);color:var(--fg);cursor:pointer;display:inline-flex;transition:border-color .15s ease,transform .3s var(--ease-out),background-color .15s ease;border-radius:50%;flex:none;justify-content:center;align-self: center;align-items: center;width:40px;height:40px;margin-left:auto}.nav .gear:hover{border-color:var(--muted);transform:rotate(45deg)}.nav .gear:active{transform:rotate(45deg)scale(.92)}.nav .gear svg{display:block}.controls{position:sticky;z-index:10;background:var(--bg);border-bottom:1px solid var(--line);display:flex;flex-wrap:wrap;align-items: center;gap:10px;padding:14px 0;top:0}input[type=search],select{font:inherit;color:var(--fg);background:var(--card);border:1px solid var(--line);outline:none;border-radius:10px;padding:9px 12px}input[type=search]{flex:1;min-width:200px}input[type=search]:focus,select:focus,.brand-btn:focus{border-color:var(--accent);outline:none}select,.brand-btn{cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-position:right 12px center;background-repeat:no-repeat;padding-right:34px}.brand-btn{font:inherit;color:var(--fg);background-color:var(--card);border:1px solid var(--line);display:inline-flex;border-radius:10px;align-items: center;gap:8px;max-width:240px;padding:9px 34px 9px 12px}.brand-btn-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-btn .caret{display:none}.chips{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 6px}.chip{border:1px solid var(--line);background:var(--chip);color:var(--fg);cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease,transform .12s var(--ease-out);border-radius:999px;padding:6px 12px;font-size:13px}.chip:hover{border-color:var(--muted)}.chip:active,.brand-btn:active,.see-all:active,.count .clear:active,select:active{transform:scale(.96)}.brand-btn,.see-all{transition:border-color .15s ease,color .15s ease,transform .12s var(--ease-out)}.chip.active{background:var(--accent);color:var(--bg);border-color:var(--accent)}.chip.ghost{color:var(--muted);background:0 0;border-style:dashed}.count{color:var(--muted);display:flex;align-items: center;gap:10px;margin:16px 0 2px;font-size:13px}.count .clear{font:inherit;color:var(--fg);background:var(--chip);border:1px solid var(--line);cursor:pointer;border-radius:999px;padding:3px 10px;font-size:12px}.sentinel{height:1px}.brand-sec{margin-top:30px}.sec-head{display:flex;border-bottom:1px solid var(--line);justify-content:space-between;align-items: center;gap:12px;margin-bottom:16px;padding-bottom:12px}.sec-head h2{letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;font-size:18px;font-weight:700}.see-all{font:inherit;color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex:none;font-size:13px}.see-all:hover{color:var(--fg)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;margin-top:22px}.card{border:1px solid var(--line);overflow:hidden;background:var(--card);box-shadow:var(--shadow);text-decoration:none;color:inherit;display:flex;transition:transform .18s var(--ease-out),border-color .18s ease;font:inherit;text-align:left;cursor:pointer;border-radius:14px;flex-direction:column;padding:0}.card:active{transform:scale(.985)}.card .thumb img{transition:transform .3s var(--ease-out)}.card:hover .thumb img{transform:scale(1.04)}.card:hover{border-color:var(--muted);transform:translateY(-3px)}.thumb{position:relative;aspect-ratio:1;background:var(--thumb-bg);overflow:hidden}.thumb .year{position:absolute;color:#fff;backdrop-filter:blur(2px);background:#0009;border-radius:999px;padding:2px 7px;font-size:11px;font-weight:600;top:8px;left:8px}.thumb img{object-fit:cover;display:block;width:100%;height:100%}.card .body{display:flex;flex-direction:column;flex:1;gap:4px;padding:12px 14px 14px}.brand{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:12px}.name{font-size:14px;font-weight:600;line-height:1.3}.foot{display:flex;justify-content:space-between;align-items: center;margin-top:auto;padding-top:8px}.price{font-size:15px;font-weight:700}.price.req{color:var(--muted);font-size:12px;font-weight:600}.empty{text-align:center;color:var(--muted);padding:80px 0}.empty.small{padding:30px 0}.panel{background:var(--bg);border:1px solid var(--line);display:flex;overflow:hidden;border-radius:16px;flex-direction:column;width:100%;max-width:460px;max-height:80vh}.panel-head{display:flex;border-bottom:1px solid var(--line);gap:10px;padding:16px}.panel-head input{flex:1}.close.static{position:static;flex:none}.brand-grid{overflow:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content: start;gap:8px;padding:10px}.brand-cell{font:inherit;text-align:left;background:var(--chip);color:var(--fg);cursor:pointer;display:flex;transition:border-color .15s ease,transform .12s var(--ease-out);border:1px solid #0000;border-radius:12px;align-items: center;gap:10px;padding:10px}.brand-cell:active{transform:scale(.97)}.brand-cell:hover{border-color:var(--muted)}.brand-cell.on{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.brand-cell .bc-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0;font-size:13.5px;font-weight:500}.brand-cell .bc-n{color:var(--muted);flex:none;font-size:12px}.brand-cell.all{grid-column:1/-1;border-color:var(--line);background:0 0;justify-content:center;font-weight:600}.welcome{background:var(--bg);border:1px solid var(--line);text-align:left;border-radius:18px;width:100%;max-width:420px;padding:28px}.welcome h2{letter-spacing:-.01em;margin:0 0 10px;font-size:26px;font-weight:800}.welcome p{color:var(--muted);margin:0;font-size:14.5px;line-height:1.6}.welcome .w-divider{background:var(--line);height:1px;margin:20px 0}.welcome .w-steps{list-style:none;display:flex;flex-direction:column;gap:12px;margin:0 0 22px;padding:0}.welcome .w-steps li{text-indent:-26px;padding-left:26px;font-size:14.5px;line-height:1.4}.welcome .w-cta{font:inherit;background:var(--accent);color:var(--bg);cursor:pointer;transition:opacity .15s ease,transform .12s var(--ease-out);border:none;border-radius:12px;width:100%;padding:12px;font-weight:600}.welcome .w-cta:hover{opacity:.88}.welcome .w-cta:active{transform:scale(.98)}.settings{background:var(--bg);border:1px solid var(--line);display:flex;border-radius:18px;flex-direction:column;gap:18px;width:100%;max-width:420px;padding:22px}.settings .drag-handle{display:none}.settings-head{display:flex;justify-content:space-between;align-items: center}.settings-head h2{margin:0;font-size:20px;font-weight:700}.set-row{display:flex;flex-direction:column;gap:8px}.set-label{font-size:14.5px;font-weight:600}.set-desc{display:block;color:var(--muted);margin-top:2px;font-size:12.5px;font-weight:400}.seg{display:flex;background:var(--chip);border-radius:11px;gap:6px;padding:4px}.seg button{font:inherit;color:var(--muted);cursor:pointer;transition:background-color .18s ease,color .18s ease,transform .12s var(--ease-out);background:0 0;border:none;border-radius:8px;flex:1;padding:8px 6px;font-size:13.5px}.seg button:active{transform:scale(.96)}.seg button.on{background:var(--bg);color:var(--fg);box-shadow:0 1px 3px #0000001f}.set-toggle{font:inherit;text-align:left;cursor:pointer;display:flex;background:0 0;border:none;justify-content:space-between;align-items: center;gap:12px;padding:0}.switch{background:var(--line);border-radius:999px;flex:none;width:46px;height:28px;padding:3px;transition:background-color .2s}.switch.on{background:#22c55e}.switch .knob{display:block;transition:transform .22s var(--ease-out-quint);background:#fff;border-radius:50%;width:22px;height:22px;box-shadow:0 1px 2px #0000004d}.switch.on .knob{transform:translate(18px)}.set-link{font:inherit;color:var(--muted);border:none;border-top:1px solid var(--line);cursor:pointer;text-align:left;background:0 0;padding:14px 0 2px;font-size:13.5px}.set-link:hover{color:var(--fg)}@media (max-width:640px){.settings-overlay{align-items: flex-end;padding:0}.settings{padding:10px 20px calc(24px + env(safe-area-inset-bottom));animation:slide-up .3s var(--ease-out-quint);border-bottom:none;border-radius:20px 20px 0 0;max-width:100%}.settings .drag-handle{display:block;background:var(--line);border-radius:999px;width:40px;height:4px;margin:4px auto 8px}}@keyframes slide-up{0%{transform:translateY(100%)}}footer{border-top:1px solid var(--line);color:var(--muted);text-align:center;margin-top:60px;padding-top:24px;font-size:13px}footer a{color:inherit}.overlay{position:fixed;backdrop-filter:blur(4px);display:flex;z-index:100;animation:fade .2s var(--ease-out);background:#0000008c;justify-content:center;align-items: center;padding:20px;inset:0}@keyframes fade{0%{opacity:0}}@keyframes pop-in{0%{opacity:0;transform:translateY(8px)scale(.97)}}.sheet,.panel,.welcome,.settings{animation:pop-in .24s var(--ease-out-quint)}.sheet{position:relative;background:var(--bg);border:1px solid var(--line);overflow:auto;display:grid;grid-template-columns:1.1fr 1fr;border-radius:18px;width:100%;max-width:860px;max-height:90vh}@media (max-width:640px){.sheet{grid-template-columns:1fr}}.close{position:absolute;z-index:2;border:1px solid var(--line);background:var(--bg);color:var(--fg);cursor:pointer;border-radius:50%;width:34px;height:34px;font-size:14px;top:12px;right:12px}.gallery{padding:20px}.stage{aspect-ratio:1;background:var(--thumb-bg);overflow:hidden;border-radius:12px}.stage img{object-fit:contain;width:100%;height:100%}.thumbs{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.thumbs .t{overflow:hidden;border:1px solid var(--line);background:var(--card);cursor:pointer;border-radius:8px;width:54px;height:54px;padding:0}.thumbs .t.on{border-color:var(--accent)}.thumbs .t img{object-fit:cover;width:100%;height:100%}.info{display:flex;flex-direction:column;gap:10px;padding:40px 26px 26px}.info h2{letter-spacing:-.01em;margin:0;font-size:22px;font-weight:700;line-height:1.25}.d-price{font-size:24px;font-weight:800}.d-price.req{color:var(--muted);font-size:16px;font-weight:600}.desc{color:var(--muted);margin:4px 0 0;font-size:14px;line-height:1.55}.source{color:var(--muted);text-decoration:none;margin-top:auto;padding-top:14px;font-size:13px}.source:hover{color:var(--fg)}@media (max-width:820px){.grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}}@media (max-width:640px){.nav{gap:10px;padding:22px 16px 14px}.nav .logo{font-size:23px}.wrap{padding:0 16px 64px}.controls{gap:8px;padding:12px 0}.controls input[type=search]{flex:100%;min-width:0}.brand-btn{flex:1 1 0;min-width:0;max-width:none}.controls select{flex:1 1 0;min-width:0}.chips{overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;margin:14px -16px 2px;padding:2px 16px}.chips::-webkit-scrollbar{display:none}.chips:after{content:"";flex:none;width:4px}.chip{flex:none}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.name{font-size:13px}.brand{font-size:11px}.card .body{padding:10px 11px 12px}.price{font-size:14px}.brand-sec{margin-top:24px}.sec-head h2{font-size:16px}.count{margin:12px 0 2px}.overlay{align-items: flex-end;padding:0}.sheet{animation:slide-up .3s var(--ease-out-quint);border-bottom:none;border-radius:20px 20px 0 0;max-width:100%;max-height:92vh}.gallery{padding:16px 16px 8px}.info{padding:4px 20px calc(24px + env(safe-area-inset-bottom))}.info h2{font-size:19px}.d-price{font-size:21px}.welcome{padding:24px 22px calc(24px + env(safe-area-inset-bottom));animation:slide-up .3s var(--ease-out-quint);border-bottom:none;border-radius:20px 20px 0 0;max-width:100%}.panel{animation:slide-up .3s var(--ease-out-quint);border-bottom:none;border-radius:20px 20px 0 0;max-width:100%;max-height:88vh}}@media (hover:none){.card:hover,.card:hover .thumb img{transform:none}}.skel-box,.skel-line{position:relative;display:block;background:var(--chip);overflow:hidden;border-radius:6px}.skel-box:after,.skel-line:after{content:"";position:absolute;animation:skel-shimmer 1.4s ease-in-out infinite;background:linear-gradient(90deg,#0000,#ffffff59,#0000);inset:0;transform:translate(-100%)}@media (prefers-color-scheme:dark){.skel-box:after,.skel-line:after{background:linear-gradient(90deg,#0000,#ffffff0f,#0000)}}:root[data-theme=dark] .skel-box:after,:root[data-theme=dark] .skel-line:after{background:linear-gradient(90deg,#0000,#ffffff0f,#0000)}:root[data-theme=light] .skel-box:after,:root[data-theme=light] .skel-line:after{background:linear-gradient(90deg,#0000,#ffffff59,#0000)}@keyframes skel-shimmer{to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.skel-box:after,.skel-line:after{animation:none}}.skel-line{border-radius:999px;height:12px}.skel-line.w30{width:30%}.skel-line.w40{width:40%}.skel-line.w70{width:70%}.skel-logo{width:120px;height:22px}.skel-sub{width:180px;height:12px;margin-top:8px}.skel-gear{border-radius:10px;flex:none;width:40px;height:40px}.skel-input{border-radius:12px;flex:1;min-width:200px;height:44px}.skel-select{border-radius:12px;flex:none;width:150px;height:44px}.skel-chip{border-radius:999px;flex:none;width:84px;height:34px}.skel-h2{width:160px;height:18px}.skel-seeall{width:80px;height:13px}.skel-card{pointer-events:none}.skel-card .thumb{border-radius:0}.skel-card .body{gap:8px}.skel-card .body .skel-line{height:12px}
