:root{--bg:#ffffff;--bg-tint:#faf9fe;--surface:#ffffff;--surface-2:#f7f6fc;--border:#ece9f6;--border-strong:#e0dcf0;--text:#16141f;--text-dim:#6b6880;--accent:#8a5cff;--accent-press:#7a4cf0;--accent-soft:#f3efff;--ring:rgba(138,92,255,0.22);--good:#1f9d63;--good-soft:#eafaf1;--shadow:0 1px 2px rgba(20,18,33,0.04),0 8px 24px rgba(20,18,33,0.05)}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg-tint);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100dvh}button,input,textarea{font-family:inherit}input::placeholder,textarea::placeholder{color:#a7a3ba}input:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--ring)}button{transition:background .15s ease,opacity .15s ease,box-shadow .15s ease}button:disabled{opacity:.55;cursor:default}a{color:var(--accent)}