:root{--primary:#00327d;--bg:#faf8ff;--surface:#fff;--on-surface:#191b22;--on-variant:#434653;--outline:#c3c6d5;color:var(--on-surface);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg)}a{color:var(--primary);text-decoration:none}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}::placeholder{color:var(--outline)}table{border-collapse:collapse;width:100%}.row-hover:hover{background:#f6f6fd}.side-item:hover{background:#f3f3fc}.btn:active{opacity:.85}.clickable{cursor:pointer}input:focus,textarea:focus,select:focus{box-shadow:0 0 0 1px var(--primary);outline:none;border-color:var(--primary)!important}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d9d9e2;border-radius:8px}
