[data-theme]{--ink: #0E1116;--canvas: #0A0C10;--bg: #0E1116;--sunken: #12171E;--surface: #151A21;--hover: #1A2029;--elevated: #1C232C;--border-soft: #1F2731;--border: #232B36;--shimmer: #252E39;--border-strong: #2E3846;--border-dim: #3C4653;--label: #7C8694;--muted: #6B7684;--muted-2: #7E8896;--text-2: #9AA4B2;--text: #E6E9EE;--primary: #3373D9;--primary-v: #5285E0;--primary-a: #2A62BC;--primary-soft: #79A0EA;--accent: #24AD9E;--accent-soft: #5CC7BB;--secondary: #BF387A;--secondary-soft: #D97FA8;--info: #2E99D1;--info-soft: #6ECEE8;--success: #38AD61;--success-soft: #6ECB8F;--warning: #D9A61F;--warning-soft: #E8C45F;--error: #C75252;--error-soft: #E08A8A;--error-deep: #A83F3F}[data-theme=light]{--canvas: #DFE3E9;--bg: #EFF1F5;--sunken: #E8EBF0;--surface: #F8F9FB;--hover: #EDEFF3;--elevated: #F2F4F7;--border-soft: #E6E9EE;--border: #DCE0E7;--shimmer: #E4E7EC;--border-strong: #C2CAD5;--border-dim: #AEB7C3;--label: #5E6773;--muted: #656F7C;--muted-2: #5B6472;--text-2: #55606E;--text: #14181F;--primary: #2563EB;--primary-v: #4177E5;--primary-a: #1D4FBF;--primary-soft: #1D4FBF;--accent: #24B8A6;--accent-soft: #0F7D70;--secondary: #D43385;--secondary-soft: #A32463;--info: #2E99D9;--info-soft: #1C6E9E;--success: #33B366;--success-soft: #1E7A45;--warning: #E6A61A;--warning-soft: #8C6108;--error: #D94D4D;--error-soft: #B0342F;--error-deep: #8F2A26}@keyframes fxpulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes fxspin{to{transform:rotate(360deg)}}@keyframes fxcaret{0%,49%{opacity:1}50%,to{opacity:0}}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--canvas);color:var(--text);font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}a{color:var(--primary-v);text-decoration:none}a:hover{color:var(--primary-soft);text-decoration:underline}::selection{background:#3373d9;color:#fff}input,button,select,textarea{font-family:inherit}.fx-mono{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace}.fx-field{display:flex;flex-direction:column;gap:6px}.fx-label{font-size:12.5px;font-weight:500;color:var(--label)}.fx-input{height:40px;padding:0 12px;border-radius:8px;border:1px solid var(--border);background:var(--sunken);color:var(--text);font-size:14px;outline:none;transition:border-color .12s ease}.fx-input:focus{border-color:var(--primary)}.fx-input[aria-invalid=true]{border-color:var(--error)}.fx-button{height:40px;padding:0 18px;border:0;border-radius:8px;background:var(--primary);color:#fff;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:background .12s ease}.fx-button:hover:not(:disabled){background:var(--primary-v)}.fx-button:disabled{opacity:.55;cursor:not-allowed}.fx-button--ghost{background:transparent;color:var(--text-2);border:1px solid var(--border)}.fx-button--ghost:hover:not(:disabled){background:var(--hover);color:var(--text)}.fx-card{background:var(--surface);border:1px solid var(--border);border-radius:12px}.fx-alert{padding:12px 14px;border-radius:8px;font-size:13px;line-height:1.5;border:1px solid var(--error);background:color-mix(in srgb,var(--error) 12%,transparent);color:var(--error-soft)}.fx-spinner{width:14px;height:14px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:fxspin .7s linear infinite}
