@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{color:#0f172a;background-color:#0b1021;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 20% 20%,rgba(99,102,241,.15),transparent 25%),radial-gradient(circle at 80% 0%,rgba(56,189,248,.2),transparent 30%),radial-gradient(circle at 50% 80%,rgba(16,185,129,.18),transparent 35%),#0b1021;color:#0f172a}.page{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 20px 48px}.page__glow{position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.06),transparent 35%),radial-gradient(circle at 70% 40%,rgba(255,255,255,.04),transparent 30%);filter:blur(60px);z-index:0}.card{position:relative;z-index:1;width:min(960px,100%);background:#fffffff5;border:1px solid rgba(15,23,42,.08);border-radius:24px;padding:32px 32px 28px;box-shadow:0 15px 50px #0f172a26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:linear-gradient(135deg,#6366f11a,#0ea5e91a);color:#4338ca;font-weight:600;font-size:13px;letter-spacing:.02em}.title{margin:12px 0 8px;font-size:clamp(26px,3vw,32px);color:#0f172a}.subtitle{margin:0 0 20px;color:#475569;max-width:760px}.chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.chip{border:1px solid rgba(99,102,241,.4);background:#6366f114;color:#312e81;border-radius:999px;padding:8px 14px;font-weight:600;font-size:14px;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.chip:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #6366f126;border-color:#6366f1cc}.chip:disabled{opacity:.55;cursor:not-allowed}.form{display:flex;flex-direction:column;gap:16px}.label{display:flex;flex-direction:column;gap:4px;font-weight:700;color:#0f172a}.label__hint{font-weight:500;color:#94a3b8;font-size:13px}.textarea-shell{background:#f8fafc;border-radius:16px;border:1px solid rgba(148,163,184,.4);padding:12px 12px 6px;box-shadow:inset 0 1px #ffffffb3}.textarea{width:100%;min-height:120px;resize:vertical;border:none;outline:none;font-family:inherit;font-size:15px;line-height:1.6;background:transparent;color:#0f172a}.textarea::placeholder{color:#94a3b8}.textarea__footer{display:flex;justify-content:space-between;align-items:center;padding-top:6px;color:#94a3b8;font-size:13px}.counter{font-weight:700;color:#4338ca}.actions{display:flex;align-items:center;gap:12px;justify-content:space-between;flex-wrap:wrap}.status{min-height:24px;display:flex;align-items:center;gap:8px}.status__info{color:#0f172a;font-weight:600}.status__error{color:#dc2626;font-weight:700}.primary{border:none;border-radius:12px;padding:12px 18px;font-weight:700;font-size:16px;color:#f8fafc;background:linear-gradient(135deg,#6366f1,#22d3ee);box-shadow:0 10px 30px #4f46e54d;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}.primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 36px #22d3ee47;filter:brightness(1.02)}.primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.result{margin-top:22px;padding:16px;border-radius:16px;background:linear-gradient(145deg,#6366f114,#3b82f60f);border:1px solid rgba(99,102,241,.25)}.badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#4338ca1f;color:#3730a3;font-weight:700;font-size:13px}.result__text{margin:12px 0 0;color:#0f172a;font-size:16px;line-height:1.7}.muted{color:#94a3b8}@media(max-width:720px){.card{padding:24px}.actions{flex-direction:column;align-items:stretch}.primary{width:100%;text-align:center}}
