@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;450;500;600&display=swap";
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_c15e96cb-module__0bjUvq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_c15e96cb-module__0bjUvq__variable{--font-inter:"Inter", "Inter Fallback"}
:root{--bg:#0d0f12;--surface:#13161b;--surface-2:#1a1e25;--border:#232830;--border-focus:#3b82f6;--text-primary:#f0f2f5;--text-secondary:#8b939f;--text-muted:#4d5561;--blue:#3b82f6;--purple:#8b5cf6;--green:#10b981;--red:#ef4444;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--font:"Inter", -apple-system, sans-serif;--font-mono:"SF Mono", "Fira Code", monospace;--shadow-card:0 1px 3px #0006, 0 0 0 .5px var(--border)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;font-size:15px}body{font-family:var(--font);background:var(--bg);color:var(--text-primary);min-height:100vh;line-height:1.6}.page{min-height:100vh;padding:48px 20px 80px}.page-inner{flex-direction:column;gap:32px;max-width:640px;margin:0 auto;display:flex}.page-header{align-items:flex-start;gap:14px;display:flex}.logo-mark{border-radius:var(--radius-sm);color:#fff;background:linear-gradient(135deg,#1d4ed8,#7c3aed);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-top:2px;display:flex}.page-title{color:var(--text-primary);letter-spacing:-.3px;font-size:20px;font-weight:600;line-height:1.3}.page-desc{color:var(--text-secondary);margin-top:4px;font-size:13.5px;line-height:1.5}.form-section{background:var(--surface);border:.5px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:24px}.form-container{flex-direction:column;gap:18px;display:flex}.fields-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.field-group{flex-direction:column;gap:6px;display:flex}.field-full{grid-column:1/-1}.field-label{color:var(--text-secondary);align-items:center;gap:5px;font-size:12.5px;font-weight:500;display:flex}.required-dot{color:var(--blue);font-size:16px;line-height:0;position:relative;top:2px}.optional-tag{color:var(--text-muted);background:var(--surface-2);border:.5px solid var(--border);border-radius:4px;padding:1px 6px;font-size:11px;font-weight:400}.field-input{background:var(--surface-2);border:.5px solid var(--border);border-radius:var(--radius-sm);width:100%;font-family:var(--font);color:var(--text-primary);-webkit-appearance:none;outline:none;padding:10px 13px;font-size:13.5px;transition:border-color .15s,box-shadow .15s}.field-input::placeholder{color:var(--text-muted)}.field-input:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px #3b82f61f}.field-input:disabled{opacity:.5;cursor:not-allowed}.field-input.field-error{border-color:var(--red)}.field-textarea{resize:vertical;min-height:80px;line-height:1.6}.field-hint{color:var(--text-muted);font-size:12px;line-height:1.4}.field-error-msg{color:var(--red);font-size:12px}.submit-btn{background:var(--blue);color:#fff;border-radius:var(--radius-sm);width:100%;font-family:var(--font);cursor:pointer;letter-spacing:-.1px;border:none;padding:12px 20px;font-size:14px;font-weight:500;transition:opacity .15s,transform .1s}.submit-btn:hover:not(:disabled){opacity:.88}.submit-btn:active:not(:disabled){transform:scale(.99)}.submit-btn:disabled{opacity:.35;cursor:not-allowed}.btn-loading{justify-content:center;align-items:center;gap:9px;display:flex}.spinner{border:2px solid #ffffff40;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-banner{border-radius:var(--radius-sm);color:#fca5a5;background:#ef444414;border:.5px solid #ef44444d;align-items:center;gap:10px;padding:12px 16px;font-size:13.5px;display:flex}.results-panel{flex-direction:column;gap:16px;display:flex}.results-title{color:var(--text-primary);letter-spacing:-.2px;font-size:16px;font-weight:600}.results-subtitle{color:var(--text-muted);margin-top:3px;font-size:12.5px}.cards-list{flex-direction:column;gap:12px;display:flex}.message-card{background:var(--surface);border:.5px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);border-left:2px solid var(--card-accent,var(--blue));padding:18px 20px;animation:.35s both slideUp}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.card-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.card-meta{align-items:center;gap:10px;display:flex}.card-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.card-title{color:var(--text-primary);font-size:13.5px;font-weight:500;line-height:1.3}.card-subtitle{color:var(--text-muted);margin-top:2px;font-size:11.5px}.card-message{color:var(--text-secondary);white-space:pre-wrap;background:var(--surface-2);border:.5px solid var(--border);border-radius:var(--radius-sm);font-size:13.5px;line-height:1.75;font-family:var(--font);padding:14px 16px}.card-footer{margin-top:10px}.char-count{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:11.5px}.char-over{color:var(--red)}.char-warning{font-weight:500}.copy-btn{background:var(--surface-2);border:.5px solid var(--border);font-family:var(--font);color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-radius:6px;align-items:center;gap:5px;padding:5px 11px;font-size:12px;font-weight:500;transition:background .12s,color .12s,border-color .12s;display:flex}.copy-btn:hover{background:var(--surface);color:var(--text-primary);border-color:var(--text-muted)}.copy-btn--copied{color:var(--green);background:#10b98112;border-color:#10b9814d}.page-footer{text-align:center;color:var(--text-muted);font-size:12px}.page-footer a{color:var(--text-secondary);text-decoration:none}.page-footer a:hover{color:var(--text-primary)}@media (max-width:520px){.page{padding:28px 16px 60px}.fields-grid{grid-template-columns:1fr}.form-section{padding:18px}.page-title{font-size:18px}}@media (prefers-reduced-motion:reduce){.message-card{animation:none}.spinner{animation-duration:1.5s}}
