@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary: #C84B2F;--color-primary-dark: #a33a22;--color-primary-light:#e05c3a;--color-bg: #f5f5f5;--color-surface: #ffffff;--color-border: #e0e0e0;--color-text: #1a1a1a;--color-text-muted: #6b7280;--color-success: #16a34a;--color-error: #dc2626;--color-warning: #d97706;--sidebar-width: 220px;--header-height: 56px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5;color:var(--color-text)}@media(prefers-color-scheme:dark){:root{--color-bg: #1a1a1a;--color-surface: #2a2a2a;--color-border: #3a3a3a;--color-text: #f0f0f0;--color-text-muted: #9ca3af}}body{background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;overflow:hidden;height:100vh;width:100vw}#root{height:100vh;display:flex;flex-direction:column}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}a{color:var(--color-primary);text-decoration:none}h1{font-size:1.5rem;font-weight:700}h2{font-size:1.25rem;font-weight:600}h3{font-size:1rem;font-weight:600}.badge{display:inline-block;padding:2px 8px;border-radius:9999px;font-size:.75rem;font-weight:600}.badge-success{background:#dcfce7;color:#16a34a}.badge-error{background:#fee2e2;color:#dc2626}.badge-warning{background:#fef3c7;color:#d97706}.badge-info{background:#dbeafe;color:#1d4ed8}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes slideInRight{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}
