:root{--bg:#0f172a;--bg-elev:#1e293b;--bg-elev-2:#334155;--text:#e2e8f0;--text-dim:#94a3b8;--accent:#0072b2;--accent-hover:#0086d1;--danger:#d55e00;--success:#009e73;--border:#334155;--radius:0.5rem}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer}button,input,select{font:inherit}.tt-btn{background:var(--accent);color:#fff;border:none;border-radius:var(--radius);padding:.55rem 1rem;font-weight:600;transition:background .12s}.tt-btn:hover:not(:disabled){background:var(--accent-hover)}.tt-btn:disabled{opacity:.5;cursor:not-allowed}.tt-btn-secondary{background:var(--bg-elev-2);color:var(--text)}.tt-btn-danger{background:var(--danger)}.tt-input{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:.55rem .75rem;color:var(--text);width:100%}.tt-input:focus{outline:2px solid var(--accent);outline-offset:1px}.tt-card{background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.tt-error{color:var(--danger);font-size:.85rem}.tt-dim{color:var(--text-dim)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}