*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #f0f4ff;--color-surface: #ffffff;--color-border: #e2e8f0;--color-primary: #1e40af;--color-primary-dark: #1e3a8a;--color-primary-light:#dbeafe;--color-accent: #0ea5e9;--color-coach: #1e40af;--color-client: #059669;--color-danger: #dc2626;--color-warning: #d97706;--color-success: #059669;--color-text: #0f172a;--color-text-muted: #64748b;--color-recording: #ef4444;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 16px rgba(0,0,0,.1);--shadow-lg: 0 8px 32px rgba(0,0,0,.14);--font: "Inter", system-ui, -apple-system, sans-serif}html,body,#root{height:100%;width:100%}body{font-family:var(--font);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;overflow:hidden}#root{display:flex;flex-direction:column;height:100dvh}button{font-family:var(--font);cursor:pointer;border:none;outline:none}button:disabled{opacity:.5;cursor:not-allowed}input{font-family:var(--font)}
