*{box-sizing:border-box}body{color:#e8edff;background:radial-gradient(circle at top,#171f34 0%,#0b0f18 58%);margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}#root{min-height:100vh}.container{gap:1rem;width:100%;margin:0;padding:0 1rem 2.5rem;display:grid}.auth-page{width:100%;min-height:100vh}.card{background:#181d2a;border:1px solid #2f3546;border-radius:.85rem;gap:.75rem;padding:1rem;display:grid;box-shadow:0 10px 30px #0003}.hero{justify-content:flex-start;align-items:center;gap:.65rem;width:100%;min-height:72px;display:flex}h1,h2{margin:0}label{color:#c8d0e3;gap:.35rem;font-weight:600;display:grid}input{color:#f0f3ff;background:#0f1420;border:1px solid #3a435a;border-radius:.5rem;height:2.25rem;padding:0 .75rem}.actions{flex-wrap:wrap;gap:.5rem;display:flex}.top-menu{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.menu-item{justify-content:center;align-items:center;display:flex}.menu-item-icon{color:#c9d0e4;background:0 0;border:0;border-radius:.5rem;width:32px;height:32px;padding:0;line-height:0}.menu-item-icon:hover:not(:disabled),.logout-button:hover:not(:disabled){background:#30374a;border-color:#0000}.menu-icon{fill:currentColor;width:18px;height:18px;display:block}.menu-item.is-active{color:#f4f6ff;background:#3158cb;border-color:#3158cb}button{color:#f4f6ff;cursor:pointer;background:#4f7cff;border:1px solid #4f7cff;border-radius:.5rem;padding:.5rem .9rem;transition:all .15s}button:hover:not(:disabled){background:#3f6ef6;border-color:#3f6ef6}button:disabled{color:#c9d0e4;cursor:not-allowed;background:#4c556d;border-color:#4c556d}.icon-button{color:#c9d0e4;background:0 0;border:0;border-radius:.5rem;justify-content:center;align-items:center;width:32px;height:32px;padding:0;line-height:0;display:flex}.logout-button{margin-left:auto}pre{color:#c5d0e8;background:#101522;border:1px solid #2c3448;border-radius:.5rem;margin:0;padding:.75rem;overflow:auto}.modal-backdrop{background:#020409b8;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.modal{width:min(100%,460px)}.modal-header{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.auth-form{gap:.75rem;display:grid}@media (width<=640px){.hero{gap:.5rem}.top-menu{gap:.35rem}}
