:root{--primary: #2563EB;--secondary: #F59E0B;--accent: #10B981;--error: #DC2626;--text: #111827;--text-secondary: #6B7280;--background: #F3F4F6;--background-card: #FFFFFF;--background-secondary: #F9FAFB;--border: #D1D5DB;--status-pending: #F59E0B;--status-progress: #3B82F6;--status-completed: #10B981;--status-failed: #EF4444}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--background);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}button{cursor:pointer;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:16px}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
