:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.stylist{text-align:left;box-sizing:border-box;width:100%;max-width:640px;margin:0 auto;padding:48px 24px 80px}.stylist__header{text-align:center;margin-bottom:40px}.stylist__eyebrow{text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:12px;font-size:12px}.stylist__env-badge{letter-spacing:1px;text-transform:uppercase;color:#b45309;background:#fbbf242e;border:1px solid #fbbf248c;border-radius:999px;margin-bottom:12px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-block}.stylist__header h1{letter-spacing:-1px;margin:0 0 12px;font-size:36px}.stylist__subtitle{color:var(--text);font-size:15px;line-height:150%}.stylist__form{background:var(--bg);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;flex-direction:column;gap:28px;padding:32px;display:flex}.stylist__label{color:var(--text-h);letter-spacing:.2px;margin-bottom:8px;font-size:13px;font-weight:500;display:block}.stylist__photo-box{aspect-ratio:1;background:var(--code-bg);border:1px dashed var(--border);border-radius:14px;width:100%;max-width:220px;position:relative;overflow:hidden}.stylist__photo-empty{cursor:pointer;width:100%;height:100%;color:var(--text);flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:14px;transition:background .15s,border-color .15s;display:flex}.stylist__photo-empty:hover{background:var(--accent-bg)}.stylist__photo-icon{color:var(--accent);margin-bottom:4px;font-size:32px;line-height:1}.stylist__photo-hint{color:var(--text);opacity:.7;font-size:12px}.stylist__photo-input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.stylist__photo-preview{object-fit:cover;width:100%;height:100%;display:block}.stylist__photo-remove{color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:18px;line-height:1;display:flex;position:absolute;top:8px;right:8px}.stylist__photo-remove:hover{background:#000000bf}.stylist__grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (width<=540px){.stylist__grid{grid-template-columns:1fr}.stylist__form{padding:24px}}.stylist__field input,.stylist__field select{box-sizing:border-box;width:100%;color:var(--text-h);background:var(--bg);border:1px solid var(--border);border-radius:10px;outline:none;padding:12px 14px;font-family:inherit;font-size:15px;transition:border-color .15s,box-shadow .15s}.stylist__field input:focus,.stylist__field select:focus{border-color:var(--accent-border);box-shadow:0 0 0 3px var(--accent-bg)}.stylist__field input::placeholder{color:var(--text);opacity:.55}.stylist__submit{color:#fff;background:var(--accent);cursor:pointer;border:none;border-radius:10px;margin-top:4px;padding:14px 18px;font-family:inherit;font-size:15px;font-weight:500;transition:opacity .15s,transform 50ms}.stylist__submit:hover:not(:disabled){opacity:.92}.stylist__submit:active:not(:disabled){transform:translateY(1px)}.stylist__submit:disabled{opacity:.45;cursor:not-allowed}.stylist__error{color:#b13030;background:#dc505014;border:1px solid #f0a3a3;border-radius:10px;margin-top:24px;padding:14px 18px;font-size:14px}.stylist__loading{border:1px solid var(--border);color:var(--text);border-radius:12px;align-items:center;gap:14px;margin-top:24px;padding:16px 20px;font-size:14px;display:flex}.stylist__spinner{border:2px solid var(--accent-bg);border-top-color:var(--accent);border-radius:50%;flex:none;width:22px;height:22px;animation:.8s linear infinite stylist-spin}@keyframes stylist-spin{to{transform:rotate(360deg)}}.report{margin-top:32px}.report__card{background:var(--bg);border:1px solid var(--border);box-shadow:var(--shadow);color:var(--text-h);border-radius:14px;padding:28px 32px;font-size:15px;line-height:170%}@media (width<=540px){.report__card{padding:22px 20px}}.report__card>:first-child{margin-top:0}.report__card>:last-child{margin-bottom:0}.report__card h1,.report__card h2,.report__card h3,.report__card h4{font-family:var(--heading);color:var(--text-h);letter-spacing:-.3px;font-weight:600;line-height:130%}.report__card h1{border-bottom:1px solid var(--border);margin:28px 0 12px;padding-bottom:8px;font-size:24px}.report__card h2{color:var(--accent);margin:28px 0 12px;font-size:20px}.report__card h3{margin:22px 0 10px;font-size:17px}.report__card h4{color:var(--text);margin:18px 0 8px;font-size:15px}.report__card p{color:var(--text);margin:0 0 12px}.report__card strong{color:var(--text-h);font-weight:600}.report__card ul,.report__card ol{color:var(--text);margin:0 0 14px;padding-left:22px}.report__card li{margin-bottom:4px}.report__card li::marker{color:var(--accent)}.report__card hr{border:none;border-top:1px solid var(--border);margin:24px 0}.report__card code{padding:2px 6px;font-size:14px}
