@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=IBM+Plex+Sans:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{--primary-dark: #1A1A2E;--secondary-dark: #16213E;--action-red: #E94560;--accent-blue: #0F3460;--surface: #FFFFFF;--bg: #F4F5F7;--border: #E2E6EA;--body-text: #2D3748;--muted-text: #718096;--success: #2ECC71;--warning: #F6AD55;--error: #E53E3E;--font-display: "DM Sans", sans-serif;--font-body: "IBM Plex Sans", sans-serif;--font-mono: "IBM Plex Mono", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;min-height:100vh}body{font-family:var(--font-body);background:var(--bg);color:var(--body-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{display:flex;flex-direction:column}button{font-family:var(--font-body)}input,textarea,select{font-family:var(--font-body);font-size:14px}a{color:var(--accent-blue);text-decoration:none}p,h1,h2,h3,h4,h5,h6{margin:0}
