:root{--bg: #eef2ef;--surface: #fbfcfa;--surface-2: #f4f7f5;--ink: #17211d;--muted: #607069;--line: #dbe3df;--accent: #117865;--accent-2: #e85d4f;--accent-soft: #dff1ec;--warning: #9a621c;--shadow: 0 18px 48px rgba(22, 45, 36, .12)}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:linear-gradient(135deg,rgba(17,120,101,.08),transparent 34%),linear-gradient(220deg,rgba(232,93,79,.08),transparent 28%),var(--bg)}button,textarea,input{font:inherit}.app-shell{min-height:100vh;display:grid;grid-template-columns:280px minmax(0,1fr)}.side{position:sticky;top:0;height:100vh;padding:22px 18px;background:#13231f;color:#eef7f4;display:flex;flex-direction:column;gap:26px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#24a88e,#e85d4f);color:#fff;font-weight:800;font-size:20px}.brand-name{font-weight:750;font-size:17px}.brand-sub,.side-note{color:#eef7f4ad;font-size:12.5px;line-height:1.4}.steps{display:grid;gap:8px}.step{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:10px;color:#eef7f4b8;text-decoration:none}.step.active,.step.done{background:#ffffff17;color:#fff}.step.done svg{color:#5ad6b9}.side-note{margin-top:auto;display:flex;align-items:flex-start;gap:9px;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:12px}.main{min-width:0;padding:26px}.topbar,.workspace-grid,.looks-section,.result-section{max-width:1280px;margin:0 auto}.topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px}.eyebrow,.caption,.look-occasion{color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}h1,h2,h3,p{margin:0}h1{margin-top:4px;font-size:clamp(30px,4vw,52px);line-height:1;letter-spacing:0}h2{font-size:21px;letter-spacing:0}h3{font-size:17px;letter-spacing:0}.status{flex:0 0 auto;padding:9px 12px;border-radius:999px;background:var(--surface);border:1px solid var(--line);color:var(--warning);font-size:13px;font-weight:700;box-shadow:0 8px 24px #162d2414}.status.live{color:var(--accent)}.alert{max-width:1280px;margin:0 auto 18px;padding:12px 14px;border-radius:10px;background:#fff3ef;border:1px solid #ffc8bb;color:#8c2d1f}.workspace-grid{display:grid;grid-template-columns:minmax(320px,.85fr) minmax(360px,1.15fr);gap:18px}.panel,.looks-section,.result-section{background:#fbfcfaeb;border:1px solid rgba(219,227,223,.9);border-radius:16px;box-shadow:var(--shadow)}.panel{padding:18px}.panel-head,.section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.panel-head p,.section-head p,.result-copy p,.empty-state p{color:var(--muted);line-height:1.45;font-size:14px;margin-top:6px}.dropzone{min-height:420px;border:1.5px dashed #abc3ba;border-radius:14px;background:var(--surface-2);display:grid;place-items:center;overflow:hidden;cursor:pointer;transition:border-color .16s ease,transform .16s ease}.dropzone:hover{border-color:var(--accent);transform:translateY(-1px)}.dropzone input{display:none}.dropzone img{width:100%;height:100%;max-height:520px;object-fit:cover}.drop-empty{display:grid;justify-items:center;gap:9px;color:var(--muted);text-align:center}.drop-empty strong{color:var(--ink);font-size:17px}.field{display:grid;gap:8px;margin-top:14px}.photo-note{margin-top:10px;padding:9px 11px;border-radius:10px;background:#eef7f4;color:#24584d;font-size:13px;font-weight:650}.field span{font-size:13px;color:var(--muted);font-weight:700}textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:#fff;padding:12px;color:var(--ink);resize:vertical;outline:none}textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #1178651f}.primary-btn,.ghost-btn{min-height:44px;border:0;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 16px;cursor:pointer;font-weight:750}.primary-btn{width:100%;margin-top:14px;background:var(--accent);color:#fff}.ghost-btn{background:#17211d;color:#fff}.primary-btn:disabled,.ghost-btn:disabled{opacity:.55;cursor:not-allowed}.analysis-content{display:grid;gap:15px}.summary{padding:14px;border-radius:12px;background:var(--accent-soft);color:#173f36;line-height:1.5}.facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.fact{min-height:104px;padding:13px;border-radius:12px;border:1px solid var(--line);background:#fff}.fact span{display:block;color:var(--muted);font-size:12px;margin-bottom:7px}.fact strong{font-size:14px;line-height:1.35}.chips-block{display:grid;gap:8px}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{padding:7px 10px;border-radius:999px;background:#e7f4ef;color:#155648;font-size:13px;font-weight:650}.muted-chip{background:#f2f0eb;color:#715f55}.empty-state{min-height:280px;display:grid;place-items:center;align-content:center;gap:10px;text-align:center;color:var(--muted)}.looks-section,.result-section{margin-top:18px;padding:18px}.looks-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.look-card{min-height:260px;text-align:left;border:1px solid var(--line);border-radius:14px;background:#fff;padding:15px;display:flex;flex-direction:column;gap:10px;color:var(--ink);cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.look-card:hover,.look-card.selected{transform:translateY(-2px);border-color:#11786580;box-shadow:0 12px 28px #162d241a}.look-card p{color:var(--muted);line-height:1.42;font-size:13.5px}.item-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto}.item-list span{padding:6px 8px;border-radius:8px;background:var(--surface-2);color:#34443d;font-size:12.5px}.skeleton{background:linear-gradient(90deg,#f3f5f3,#fff,#f3f5f3);background-size:200% 100%;animation:shimmer 1.6s infinite;cursor:default}.result-section{display:grid;grid-template-columns:.45fr .55fr;gap:18px;align-items:stretch}.result-copy{padding:8px 0}.result-frame{min-height:360px;border-radius:14px;background:#f6f8f6;border:1px solid var(--line);overflow:hidden}.result-frame img{width:100%;height:100%;object-fit:cover;display:block}.prompt-box{min-height:360px;padding:18px;display:grid;align-content:center;gap:12px}.prompt-box span{color:var(--muted);line-height:1.5;font-size:13px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{to{background-position:-200% 0}}@media(max-width:1100px){.app-shell{grid-template-columns:1fr}.side{position:static;height:auto;flex-direction:row;align-items:center;padding:14px 18px}.steps{grid-auto-flow:column;margin-left:auto}.side-note{display:none}.workspace-grid,.result-section{grid-template-columns:1fr}.looks-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.main{padding:16px}.side{align-items:flex-start;flex-direction:column}.steps{width:100%;grid-auto-flow:row;grid-template-columns:repeat(3,minmax(0,1fr));margin-left:0}.step{justify-content:center;padding:10px 8px}.step span{display:none}.topbar,.panel-head,.section-head{align-items:stretch;flex-direction:column}.status{width:max-content}.dropzone{min-height:320px}.facts,.looks-grid{grid-template-columns:1fr}.look-card{min-height:220px}}
