:root{color:#1d2b62;background:#f5f6ff;font-family:Inter,Arial,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button{cursor:pointer}.app-shell{background:#f5f6ff;min-height:100vh;display:flex}.sidebar{background:#fff;border-right:1px solid #e9ebf5;flex-direction:column;width:255px;min-height:100vh;padding:28px 18px;display:flex}.brand{align-items:center;gap:12px;margin:0 12px 42px;display:flex}.brand span{color:#8b96b9;margin-top:3px;font-size:12px;display:block}.brand-mark{color:#fff;background:linear-gradient(135deg,#6b36b3,#3e26f7);border-radius:14px;place-items:center;width:40px;height:40px;font-size:24px;display:grid}.brand-mark.large{width:64px;height:64px;margin:auto;font-size:34px}.sidebar nav{gap:8px;display:grid}.sidebar button{color:#92a0c8;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:12px;width:100%;padding:13px 14px;display:flex}.sidebar button:hover,.sidebar button.active{color:#fff;background:#5b268a}.logout-button{margin-top:auto}.main-content{width:100%;padding:40px}.main-content header,.panel-heading{justify-content:space-between;align-items:center;display:flex}.greeting,.eyebrow{color:#8491b9;margin:0 0 6px;font-size:14px}h1,h2{color:#202d62;margin:0}h1{font-size:32px}h2{font-size:22px}.role-badge,.status{color:#5b268a;background:#e9e2ff;border-radius:999px;padding:6px 11px;font-size:13px}.stat-grid{grid-template-columns:repeat(5,minmax(130px,1fr));gap:18px;margin:34px 0 22px;display:grid}.stat-card,.panel{background:#fff;border-radius:20px;box-shadow:0 8px 30px #443c820d}.stat-card{align-items:center;gap:13px;padding:20px;display:flex}.stat-card p{color:#8793b7;margin:0 0 5px}.stat-card strong{font-size:24px}.stat-icon{color:#fff;background:linear-gradient(135deg,#764fc8,#3e26f7);border-radius:50%;place-items:center;width:45px;height:45px;display:grid}.panel{margin-top:20px;padding:28px}.age-bars{align-items:end;gap:28px;height:280px;margin-top:32px;padding:15px;display:flex}.age-bar-item{flex:1;justify-items:center;gap:8px;display:grid}.age-bar{background:linear-gradient(#8f6cff,#4321f5);border-radius:14px;width:42px;max-height:205px}.age-bar-item span{color:#8491b9;font-size:13px}.table-wrapper{margin-top:20px;overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid #edf0f8;padding:15px 12px}th{color:#8491b9;font-size:13px}.status.active{color:#087f5b;background:#dff8ee}.status.not_active{color:#b42318;background:#ffe5e2}.member-form h2{margin:22px 0 14px}.form-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}label{color:#54628b;gap:8px;font-size:14px;display:grid}input,select{background:#fff;border:1px solid #dce1ef;border-radius:8px;outline:none;width:100%;padding:11px 12px}input:focus,select:focus{border-color:#6230a1;box-shadow:0 0 0 3px #eee6ff}.primary-button{color:#fff;background:#5b268a;border:0;border-radius:8px;margin-top:25px;padding:12px 18px}.primary-button:disabled{opacity:.6}.login-page{background:linear-gradient(135deg,#f2f3ff,#faf7ff);place-items:center;min-height:100vh;display:grid}.login-card{background:#fff;border-radius:22px;gap:12px;width:min(420px,100vw - 32px);padding:42px;display:grid;box-shadow:0 20px 60px #443c821f}.login-card h1,.login-card p{text-align:center}.login-card p{color:#8491b9;margin:0 0 18px}.error,.message{color:#b42318;background:#ffe8e6;border-radius:8px;margin:20px 0;padding:12px 14px}.message{color:#087f5b;background:#dff8ee}@media (width<=900px){.sidebar{width:76px;padding:20px 10px}.brand strong,.brand span,.sidebar button:not(.logout-button){font-size:0}.sidebar button{justify-content:center}.sidebar button svg{width:20px;height:20px}.stat-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.main-content{padding:22px}.main-content header{flex-direction:column;align-items:start;gap:15px}.form-grid,.stat-grid{grid-template-columns:1fr}.age-bars{gap:10px}.age-bar{width:28px}}
