:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17202a;background:#f6f7f9;--primary: #5b3fd0;--primary-dark: #4530a7;--surface: #ffffff;--surface-2: #f3f4f7;--border: #dfe3e8;--muted: #697586;--danger: #b42318;--success: #18794e}*{box-sizing:border-box}body{margin:0;background:#f6f7f9;color:#17202a}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.topbar{min-height:64px;padding:0 2rem;background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:2rem;position:sticky;top:0;z-index:20}.topbar nav{display:flex;gap:1.2rem;align-items:center;flex-wrap:wrap}.brand{font-weight:800;font-size:1.15rem;color:#1c2430;text-decoration:none}main{max-width:1180px;margin:0 auto;padding:2rem}main.auth-page{max-width:520px;min-height:100vh;display:grid;align-items:center}h1,h2,h3{line-height:1.2}h1{margin-top:0}.card{background:var(--surface);border:1px solid var(--border);border-radius:.85rem;padding:1.25rem;box-shadow:0 2px 8px #141e320a}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.stack{display:grid;gap:1rem}.row{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.space-between{justify-content:space-between}.muted{color:var(--muted)}.big-number{font-size:2rem;font-weight:800;margin:.3rem 0}label{display:grid;gap:.4rem;font-weight:600}input,select,textarea{width:100%;padding:.72rem .8rem;border:1px solid #cdd3da;border-radius:.55rem;background:#fff;font:inherit}input:focus,select:focus,textarea:focus{outline:2px solid rgba(91,63,208,.2);border-color:var(--primary)}button,.button{border:0;border-radius:.55rem;padding:.72rem 1rem;font:inherit;font-weight:700;cursor:pointer;display:inline-block}button.primary,.button.primary{background:var(--primary);color:#fff}button.primary:hover,.button.primary:hover{background:var(--primary-dark);text-decoration:none}button.secondary,.button.secondary{background:#ece9fb;color:#35277d}button.danger{background:#fee4e2;color:var(--danger)}button:disabled{opacity:.55;cursor:not-allowed}.link-button{background:transparent;padding:0;color:var(--primary)}table{width:100%;border-collapse:collapse;background:var(--surface)}th,td{padding:.8rem;border-bottom:1px solid var(--border);text-align:left}th{font-size:.85rem;color:var(--muted)}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:.8rem}.badge{display:inline-block;border-radius:999px;padding:.2rem .55rem;background:#ece9fb;color:#35277d;font-size:.78rem;font-weight:700}.auth-card{width:100%}.auth-card form{display:grid;gap:1rem}@media(max-width:760px){.topbar{padding:1rem;align-items:flex-start;flex-direction:column}main{padding:1rem}}
