:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body,#root{height:100%;width:100%}*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;background:#eef3f8;color:#111}.page{min-height:100vh;width:100vw;display:flex;flex-direction:column;background:#eef3f8}.page-inner{flex:1;display:flex;flex-direction:column;padding:18px;gap:12px;overflow:hidden}.scroll-area{flex:1;overflow:auto}.auth-page{min-height:100vh;width:100vw;display:grid;place-items:center;background:#eef3f8;padding:24px}.auth-card{width:min(440px,92vw);background:#fff;border:1px solid #b8c7e6;border-radius:14px;padding:22px;box-shadow:0 10px 30px #0f172a14}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));gap:14px 18px;align-items:start}@media(max-width:900px){.form-grid{grid-template-columns:1fr}}input,select,textarea{max-width:100%}.card{background:#fff;border:1px solid #e6e6e6;border-radius:12px;padding:16px}.table-wrap{overflow-x:auto}.btn{padding:10px 12px;border-radius:8px;border:1px solid #b8c7e6;background:#fff;cursor:pointer;font-weight:700}.btn-primary{border:1px solid #1c3f86;color:#1c3f86}.row{display:flex;gap:10px;align-items:center}.space-between{display:flex;justify-content:space-between;align-items:center}.wrap{flex-wrap:wrap}
