*,:before,:after{box-sizing:border-box}[hidden]{display:none!important}:root{--ink:#111;--paper:#fff;--muted:#777;--line:#f0f0f0;--soft:#f5f5f5;--pin:#e60023;--danger:#b00020;--radius:16px;--radius-pill:999px;--dur:.18s;--ease:cubic-bezier(.16, 1, .3, 1);--nav-h:60px;--tab-h:64px;--font:"DM Sans", system-ui, sans-serif;--display:Fraunces, Georgia, serif}html{-webkit-text-size-adjust:100%}body{background:var(--paper);color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;margin:0;font-size:15px;line-height:1.5}img,svg{max-width:100%;display:block}button,input,select,textarea{font:inherit;color:inherit}h1,h2,h3,p,figure,figcaption{margin:0}ul,ol{margin:0;padding:0;list-style:none}a{color:inherit;text-decoration:none}:focus{outline:none}:focus-visible{outline:2px solid var(--ink);outline-offset:2px}::selection{background:var(--ink);color:#fff}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.stack{flex-direction:column;display:flex}.row{align-items:center;display:flex}.wrap{flex-wrap:wrap}.between{justify-content:space-between}.center{justify-content:center}.items-center{align-items:center}.grow{flex:1;min-width:0}.grid{display:grid}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-5{gap:20px}.gap-6{gap:24px}.text-center{text-align:center}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sr,.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.t-xs{color:var(--muted);font-size:12px}.t-sm{font-size:13px;line-height:1.5}.t-base{font-size:15px}.t-lg{font-size:15px;font-weight:600}.strong{font-weight:600}.muted,.subtle{color:var(--muted)}.nums{font-variant-numeric:tabular-nums}.display{font-family:var(--display);letter-spacing:-.03em;font-size:clamp(28px,5vw,40px);font-weight:400;line-height:1.1}.wordmark{font-family:var(--display);letter-spacing:-.02em;font-size:22px;font-weight:500}.wordmark span,.brand span{color:#bbb;font-weight:400}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-size:11px}.lede{color:var(--muted);max-width:42ch;font-size:15px}.icon{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:18px;height:18px}.icon--sm{width:14px;height:14px}.icon--lg{width:22px;height:22px}.dot{border-radius:50%;flex:none;width:8px;height:8px;display:inline-block}.divider{border:0;border-top:1px solid var(--line);margin:0}.link-underline{text-underline-offset:3px;text-decoration:underline}code{background:var(--soft);border-radius:6px;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.btn{border-radius:var(--radius-pill);background:var(--soft);height:44px;color:var(--ink);cursor:pointer;transition:transform var(--dur) var(--ease), opacity var(--dur);border:0;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:14px;font-weight:600;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.btn--primary{background:var(--ink);color:#fff}.btn--accent{background:var(--pin);color:#fff}.btn--secondary{background:var(--soft)}.btn--ghost{background:0 0}.btn--danger{color:var(--danger);background:#fde8ec}.btn--sm{height:36px;padding:0 14px;font-size:13px}.btn--lg{height:52px;padding:0 24px;font-size:15px}.btn--block{width:100%}.btn--icon{background:var(--soft);border-radius:50%;width:40px;height:40px;padding:0}.tag{border-radius:var(--radius-pill);background:var(--soft);color:var(--muted);align-items:center;gap:4px;padding:4px 10px;font-size:12px;display:inline-flex}.tag--accent{color:#fff;background:#111}.tag--success{color:#2e7d32;background:#e8f5e9}.chip{border-radius:var(--radius-pill);background:var(--soft);cursor:pointer;height:36px;color:var(--ink);border:0;align-items:center;padding:0 14px;font-size:13px;display:inline-flex}.chip[aria-pressed=true],.chip.is-on{background:var(--ink);color:#fff}.chips{flex-wrap:wrap;gap:8px;display:flex}.field{flex-direction:column;gap:6px;display:flex}.label{color:var(--muted);font-size:13px;font-weight:500}.hint{color:var(--muted);font-size:12px}.input,.select,.textarea{border:0;border-bottom:2px solid var(--ink);background:0 0;border-radius:0;width:100%;padding:12px 0;font-size:16px}.textarea{resize:vertical;border:1px solid var(--line);border-radius:12px;min-height:96px;padding:12px}.err{color:var(--danger);align-items:flex-start;gap:8px;font-size:13px;display:flex}.form-grid{gap:16px;display:grid}.form-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=640px){.form-grid--2{grid-template-columns:1fr}}.boot-screen{text-align:center;place-content:center;gap:20px;min-height:100vh;display:grid}.spinner{border:2px solid #ddd;border-top-color:var(--ink);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.topbar{z-index:40;height:var(--nav-h);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);background:#ffffffeb;align-items:center;gap:12px;padding:0 16px;display:flex;position:sticky;top:0}.topbar__cta{border-radius:var(--radius-pill);background:var(--ink);color:#fff;align-items:center;gap:6px;height:36px;margin-left:auto;padding:0 14px;font-size:13px;font-weight:600;display:inline-flex}.topbar__icon{background:var(--soft);border-radius:50%;flex:none;place-items:center;width:36px;height:36px;display:grid}.topbar__avatar{background:var(--soft);border-radius:50%;flex:none;width:36px;height:36px;overflow:hidden}.topbar__avatar img{object-fit:cover;width:100%;height:100%}.notice{color:#fff;background:#111;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 16px;font-size:13px;display:flex}.notice code{color:#fff;background:#333}.main{min-height:calc(100vh - var(--nav-h) - var(--tab-h));padding-bottom:calc(var(--tab-h) + 16px)}.tabbar{z-index:40;height:var(--tab-h);padding:0 4px env(safe-area-inset-bottom);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--line);background:#fffffff5;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.tab-item{color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:8px;font-size:11px;display:flex}.tab-item.router-link-active{color:var(--ink);font-weight:600}.toast-region{right:16px;bottom:calc(var(--tab-h) + 16px);z-index:60;flex-direction:column;gap:8px;max-width:min(360px,100vw - 32px);display:flex;position:fixed}.toast{color:#fff;background:#111;border-radius:14px;align-items:center;gap:10px;padding:12px 14px;font-size:13px;display:flex;box-shadow:0 12px 32px #0003}.toast[data-kind=danger]{background:var(--danger)}.toast[data-kind=success]{background:#1b5e20}.screen{max-width:1100px;margin:0 auto;padding:8px 0 32px}.screen--narrow{max-width:520px;padding-left:20px;padding-right:20px}.screen__head{padding:20px 16px 8px}.screen__head .lede{margin-top:8px}.section{padding:8px 0}.section__head{justify-content:space-between;align-items:center;gap:12px;padding:8px 16px;display:flex}.section__head h2{font-family:var(--display);font-size:22px;font-weight:400}.card,.panel{background:var(--paper);border:1px solid var(--line);border-radius:20px}.panel{padding:20px}.actions-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.pins{column-count:3;column-gap:14px;padding:8px 14px 88px}@media (width<=900px){.pins{column-count:2}}@media (width<=420px){.pins{column-count:2;column-gap:10px;padding:8px 10px 88px}}.pin{break-inside:avoid;text-align:left;cursor:pointer;border-radius:var(--radius);width:100%;transition:transform var(--dur) var(--ease);background:0 0;border:0;margin-bottom:14px;padding:0;overflow:hidden}.pin:hover{transform:translateY(-2px)}.pin__media{background:var(--soft);border-radius:var(--radius);position:relative;overflow:hidden}.pin__media img{vertical-align:middle;width:100%;height:auto}.pin__status{position:absolute;top:10px;left:10px}.pin__meta{padding:10px 4px 4px}.pin__meta strong{font-size:14px;font-weight:500;display:block}.pin__meta span{color:var(--muted);font-size:12px}.fab{left:50%;bottom:calc(var(--tab-h) + 16px);z-index:35;border-radius:var(--radius-pill);background:var(--ink);color:#fff;cursor:pointer;border:0;align-items:center;gap:8px;height:48px;padding:0 22px;font-size:14px;font-weight:600;display:inline-flex;position:fixed;transform:translate(-50%);box-shadow:0 10px 28px #00000038}.fab:hover{transform:translate(-50%)translateY(-2px)}.wardrobe-tools{flex-wrap:wrap;align-items:center;gap:10px;padding:4px 14px 12px;display:flex}.wardrobe-tools .search{background:var(--soft);border-radius:var(--radius-pill);flex:1;align-items:center;gap:8px;min-width:180px;height:42px;padding:0 14px;display:flex}.wardrobe-tools .search .input{border:0;padding:0;font-size:14px}.filter-row{flex-wrap:wrap;gap:8px;padding:0 14px 8px;display:flex}.ask{min-height:calc(100vh - var(--nav-h) - var(--tab-h) - 32px);flex-direction:column;max-width:480px;margin:0 auto;padding:16px 20px 32px;display:flex}.ask__back{color:var(--muted);cursor:pointer;background:0 0;border:0;align-self:flex-start;margin-bottom:36px;padding:0;font-size:13px}.ask h1{font-family:var(--display);letter-spacing:-.03em;font-size:clamp(30px,7vw,40px);font-weight:400}.ask>.lede{margin:10px 0 28px}.ask__field{border:0;border-bottom:2px solid var(--ink);background:0 0;width:100%;margin-bottom:8px;padding:14px 0;font-size:18px}.ask__chips{flex-wrap:wrap;gap:8px;margin:20px 0 28px;display:flex}.ask__go{border-radius:var(--radius-pill);background:var(--pin);color:#fff;cursor:pointer;border:0;width:100%;height:52px;margin-top:auto;font-size:15px;font-weight:600}.ask__go:disabled{opacity:.45;cursor:not-allowed}.ask__weather{text-align:center;color:var(--muted);margin-top:14px;font-size:13px}.ask__extra{border-top:1px solid var(--line);margin-top:20px;padding-top:16px}.result{max-width:720px;margin:0 auto;padding-bottom:40px}.result__nav{justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.result__hero{aspect-ratio:3/4;object-fit:cover;background:var(--soft);width:100%;max-height:520px;display:block}.result__hero-box{background:var(--soft);aspect-ratio:3/4;place-items:center;min-height:280px;max-height:420px;display:grid;position:relative}.result__hero-cta{cursor:pointer;width:100%;height:100%;min-height:280px;transition:background var(--dur) var(--ease);background:0 0;border:0;flex-direction:column;align-items:center;gap:6px;padding:24px;display:flex}.result__hero-cta:hover{background:#ececec}.result__hero-cta .strong{border-radius:var(--radius-pill);background:var(--pin);color:#fff;justify-content:center;align-items:center;height:48px;padding:0 22px;font-size:15px;display:inline-flex}.result__body{padding:20px 16px}.result__body h1{font-family:var(--display);margin-bottom:6px;font-size:28px;font-weight:400}.result__body>.lede{margin-bottom:16px}.result__pieces{flex-direction:column;margin:8px 0 20px;display:flex}.result__btns{flex-direction:column;gap:10px;display:flex}.result__piece{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:12px 0;display:flex}.result__piece:last-child{border-bottom:0}.result__piece img{object-fit:cover;background:var(--soft);border-radius:10px;width:56px;height:70px}.progress-track{background:var(--soft);border-radius:2px;height:4px;margin:0 16px;overflow:hidden}.progress-bar{background:var(--pin);height:100%;transition:width .4s var(--ease)}.stepper{flex-direction:column;gap:12px;padding:20px 16px;display:flex}.step{background:var(--soft);border-radius:14px;align-items:flex-start;gap:12px;padding:12px;display:flex}.step[data-state=active]{color:#fff;background:#111}.step[data-state=active] .t-xs{color:#bbb}.step__mark{color:#111;background:#fff;border-radius:50%;flex:none;place-items:center;width:28px;height:28px;font-size:12px;font-weight:600;display:grid}.step[data-state=active] .step__mark{background:var(--pin);color:#fff}.render-cta,.render-box,.stuck{background:var(--soft);text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:10px;margin:0 16px;padding:28px 20px;display:flex}.stuck{text-align:left;background:#fff5f5;align-items:flex-start}.tryon{margin:0}.tryon img{object-fit:cover;width:100%;max-height:520px}.tryon__caption{color:var(--muted);padding:8px 16px;font-size:12px}.grid-history{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;padding:8px 14px;display:grid}.history-card{text-align:left;cursor:pointer;border-radius:var(--radius);background:0 0;border:0;flex-direction:column;gap:10px;padding:0;display:flex;overflow:hidden}.history-card__media{aspect-ratio:3/4;background:var(--soft);border-radius:var(--radius);overflow:hidden}.history-card__media img{object-fit:cover;width:100%;height:100%}.history-card__pending{width:100%;height:100%;color:var(--muted);place-items:center;display:grid}.history-card .stack{padding:0 4px 8px}.auth{background:linear-gradient(165deg,#fff 0%,#f7f7f5 100%);place-items:center;min-height:100vh;padding:32px 16px;display:grid}.auth__grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;width:min(920px,100%);display:grid}@media (width<=800px){.auth__grid{grid-template-columns:1fr;gap:28px}}.auth__intro .display{margin:12px 0}.auth__card{border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 20px 50px #0000000f}.empty{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:64px 24px;display:flex}.empty__icon{background:var(--soft);width:56px;height:56px;color:var(--muted);border-radius:50%;place-items:center;display:grid}.empty h2{font-family:var(--display);font-size:24px;font-weight:400}.empty p{color:var(--muted);max-width:36ch}.tile-skeleton{break-inside:avoid;border-radius:var(--radius);background:linear-gradient(90deg,#f0f0f0,#fafafa,#f0f0f0) 0 0/200% 100%;height:220px;margin-bottom:14px;animation:1.2s infinite shimmer}@keyframes shimmer{to{background-position:-200% 0}}.skeleton{background:var(--soft);border-radius:8px}.skeleton--line{height:12px}.overlay{z-index:80;background:#0006;place-items:end center;padding:0;display:grid;position:fixed;inset:0}@media (width>=640px){.overlay{place-items:center;padding:24px}}.modal-box{background:#fff;border-radius:24px 24px 0 0;flex-direction:column;width:min(520px,100%);max-height:min(90vh,800px);display:flex;overflow:hidden;box-shadow:0 -8px 40px #00000026}@media (width>=640px){.modal-box{border-radius:24px}}.modal__head,.modal__foot{border-bottom:1px solid var(--line);align-items:center;gap:10px;padding:14px 16px;display:flex}.modal__foot{border-bottom:0;border-top:1px solid var(--line)}.modal__title{font-family:var(--display);font-size:20px;font-weight:400}.modal__body{padding:16px;overflow:auto}.dropzone{text-align:center;cursor:pointer;background:var(--soft);border:2px dashed #ddd;border-radius:16px;flex-direction:column;align-items:center;gap:8px;padding:28px 16px;display:flex}.dropzone:hover,.dropzone.is-drag{border-color:var(--ink)}.preview-frame{background:var(--soft);aspect-ratio:3/4;border-radius:12px;overflow:hidden}.preview-frame img{object-fit:cover;width:100%;height:100%}.avatar{background:var(--soft);border-radius:50%;flex:none;width:96px;height:96px;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%}.weather{background:var(--soft);border-radius:16px;flex-direction:column;gap:12px;padding:14px;display:flex}.weather__now{align-items:center;gap:12px;display:flex}.weather__temp{font-family:var(--display);font-size:40px;font-weight:400;line-height:1}.weather__stats{color:var(--muted);flex-wrap:wrap;gap:10px;font-size:12px;display:flex}.weather__stat{align-items:center;gap:4px;display:inline-flex}@media (width>=900px){.main{padding-bottom:32px}.tabbar{display:none}.fab,.toast-region{bottom:28px}:root{--tab-h:0px}}
