:root{color:#24313f;background:#f7f4ef;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}.login-page{background:radial-gradient(circle at 0 0,#dff3ed 0,#0000 32%),radial-gradient(circle at 100% 100%,#f7dfe5 0,#0000 30%),#f7f4ef;place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:#ffffffd1;border:1px solid #eee2d9;border-radius:28px;width:100%;max-width:420px;padding:34px;box-shadow:0 24px 70px #5f4a381f}.brand-badge{color:#2d6b5d;background:#dff3ed;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:700;display:inline-flex}h1{margin:18px 0 8px;font-size:30px}h2{margin:0 0 10px}.muted{color:#728090;margin-top:0}form{gap:12px;margin-top:28px;display:grid}label{font-size:14px;font-weight:700}input{background:#fff;border:1px solid #e1d9cf;border-radius:14px;outline:none;width:100%;padding:13px 14px}input:focus{border-color:#9fcfc2;box-shadow:0 0 0 4px #9fcfc238}button{color:#173b33;cursor:pointer;background:#85c9b8;border:0;border-radius:14px;padding:13px 16px;font-weight:800}button:hover{filter:brightness(.98)}button:disabled{opacity:.65;cursor:not-allowed}.error-box{color:#9f3232;background:#ffe8e8;border:1px solid #ffc4c4;border-radius:14px;padding:12px}.app-page{background:radial-gradient(circle at 100% 0,#e7e0ff 0,#0000 28%),radial-gradient(circle at 0 100%,#dff3ed 0,#0000 30%),#f7f4ef;min-height:100vh;padding:34px}.topbar{justify-content:space-between;align-items:center;gap:18px;max-width:1100px;margin:0 auto 28px;display:flex}.topbar h1{margin:0 0 6px}.topbar-actions{flex-wrap:wrap;gap:10px;display:flex}.secondary-btn{color:#463a75;background:#e7e0ff}.ghost-btn{color:#536170;background:#fff;border:1px solid #e8ded4}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;max-width:1100px;margin:0 auto;display:grid}.feature-card,.admin-card{background:#ffffffd6;border:1px solid #eee2d9;border-radius:28px;min-height:260px;padding:28px;box-shadow:0 18px 50px #5f4a381a}.feature-card p,.admin-card p{color:#6f7b88;line-height:1.7}.card-icon{border-radius:18px;place-items:center;width:52px;height:52px;margin-bottom:18px;font-size:24px;display:inline-grid}.cases .card-icon{background:#fde6cf}.tasks .card-icon{background:#dff3ed}.admin-card{max-width:1100px;min-height:auto;margin:0 auto}@media (width<=760px){.topbar{flex-direction:column;align-items:flex-start}.grid{grid-template-columns:1fr}.app-page{padding:22px}}select{background:#fff;border:1px solid #e1d9cf;border-radius:14px;outline:none;width:100%;padding:13px 14px}.admin-layout{grid-template-columns:360px 1fr;gap:22px;max-width:1100px;margin:0 auto;display:grid}.users-card{min-height:auto}.users-table{gap:12px;margin-top:18px;display:grid}.user-row{background:#fbfaf8;border:1px solid #eee2d9;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.user-row p{margin:6px 0 0;font-size:14px}.user-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.success-box{color:#27664a;background:#e7f7ef;border:1px solid #bfe8d2;border-radius:14px;padding:12px}@media (width<=900px){.admin-layout{grid-template-columns:1fr}.user-row{flex-direction:column;align-items:flex-start}.user-actions{justify-content:flex-start}}.danger-btn{color:#9a2f2f;background:#ffe1e1;border:1px solid #ffc5c5}.danger-btn:disabled,.ghost-btn:disabled{opacity:.45;cursor:not-allowed}
