*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #0C2B78;--primary-hover: #00C892;--bg: #ffffff;--bg-card: #ffffff;--bg-sidebar: #0C2B78;--text: #2F4152;--text-light: #798699;--text-inverse: #ffffff;--border: #dfe1e6;--danger: #CE4676;--success: #00C892;--warning: #FB7861;--waiting: #ABA9BB;--radius: 4px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;color:var(--text);background-color:var(--bg);line-height:1.5;min-height:100vh}#root{min-height:100vh}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}input,select{width:100%;padding:8px 12px;border:2px solid var(--border);border-radius:var(--radius);font-size:14px;font-family:inherit;color:var(--text);background:var(--bg-card);transition:border-color .2s}input:focus,select:focus{outline:none;border-color:var(--primary)}button{font-family:inherit;cursor:pointer}
