:root{--background: #ffffff;--surface: #ffffff;--surface-elevated: #f7f7f7;--text-primary: #111111;--text-muted: #555555;--border-color: #dcdcdc;--focus-color: #111111;--radius-sm: 6px;--radius-md: 10px;--font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--background);color:var(--text-primary);font-family:var(--font-family)}button,input,textarea,select{font:inherit;color:inherit}a{color:inherit}.page-shell{max-width:960px;margin:0 auto;padding:1.5rem 1rem}.card{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--surface);padding:1rem}.muted{color:var(--text-muted)}
