:root{--bg-primary:#0a0a0a;--bg-secondary:#141414;--bg-surface:#1e1e1e;--border:#2a2a2a;--text-primary:#e5e5e5;--text-secondary:#a0a0a0;--accent:#6366f1;--accent-hover:#818cf8;--danger:#ef4444;--success:#22c55e;--therapist-header-padding-y:12px;--therapist-header-padding-x:20px;--therapist-header-margin-bottom:32px;--therapist-header-min-height:56px;--therapist-overflow-size:32px;--therapist-control-radius:8px;--therapist-btn-primary-padding:7px 16px;--therapist-btn-primary-font-size:13px;--therapist-status-badge-padding:4px 10px;--therapist-status-badge-font-size:11px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-primary);color:var(--text-primary);min-height:100vh}a{color:var(--accent);text-decoration:none}button{cursor:pointer;border:none;padding:10px 20px;font-size:14px;font-weight:500;transition:background .2s}button,button.primary{border-radius:var(--therapist-control-radius)}button.primary{background:var(--accent);color:white;font-size:var(--therapist-btn-primary-font-size);font-weight:600;padding:var(--therapist-btn-primary-padding)}button.primary:hover{background:var(--accent-hover)}button.danger{background:var(--danger);color:white}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}