*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:#f6f7fb;color:#172033}a{text-decoration:none;color:inherit}.app-shell{display:flex;min-height:100vh}.sidebar{width:245px;background:#111827;color:#d7dbea;position:fixed;inset:0 auto 0 0;z-index:20;padding:18px 12px}.brand{display:flex;gap:10px;align-items:center;padding:10px 8px 24px;color:white}.brand b{display:block;font-size:16px}.brand small{display:block;color:#8f98aa;font-size:11px;margin-top:2px}.brand-mark{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#6d5dfc,#8b5cf6);font-weight:800;color:white}.sidebar nav{display:grid;gap:5px}.sidebar nav a{padding:12px 13px;border-radius:10px;color:#b9c0d0;font-size:14px}.sidebar nav a:hover{background:#1e293b;color:#fff}.main{margin-left:245px;width:calc(100% - 245px)}.topbar{height:68px;background:#fff;border-bottom:1px solid #e7e9ef;display:flex;align-items:center;padding:0 24px;gap:15px;position:sticky;top:0;z-index:10}.top-title{font-weight:750;font-size:18px;flex:1}.userbox{font-size:13px;color:#647084;display:flex;gap:15px;align-items:center}.userbox a{color:#ef4444}.menu-btn{display:none;border:0;background:none;font-size:23px}.content{padding:24px;max-width:1500px;margin:auto}.page-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:20px}.page-head h1{margin:0;font-size:25px}.muted{color:#7b8497}.grid{display:grid;gap:16px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border:1px solid #e7e9ef;border-radius:16px;padding:18px;box-shadow:0 4px 18px rgba(15,23,42,.035)}.stat{display:flex;justify-content:space-between;align-items:center}.stat .num{font-size:27px;font-weight:800;margin-top:7px}.icon{width:44px;height:44px;border-radius:12px;background:#f0edff;display:grid;place-items:center;font-size:20px}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse;font-size:13px}.table th,.table td{padding:13px 10px;border-bottom:1px solid #edf0f4;text-align:left;white-space:nowrap}.table th{color:#687386;font-weight:700;background:#fafbfc}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;padding:10px 15px;font-weight:700;cursor:pointer;font-size:13px}.btn.primary{background:#6d5dfc;color:white}.btn.dark{background:#111827;color:white}.btn.light{background:#eef0f5;color:#334155}.btn.danger{background:#fee2e2;color:#b91c1c}.btn.full{width:100%;padding:13px}form{display:grid;gap:14px}label{font-size:13px;font-weight:700;color:#4b5563;display:grid;gap:7px}input,select,textarea{width:100%;border:1px solid #dfe3ea;border-radius:10px;padding:11px 12px;background:#fff;outline:none;font:inherit}input:focus,select:focus,textarea:focus{border-color:#8b7cf8;box-shadow:0 0 0 3px #ede9fe}textarea{min-height:110px;resize:vertical}.alert{padding:12px 14px;border-radius:10px;margin-bottom:18px;font-size:13px}.alert.success{background:#dcfce7;color:#166534}.alert.error{background:#fee2e2;color:#991b1b}.alert.warning{background:#fef3c7;color:#92400e}.badge{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:800}.badge.green{background:#dcfce7;color:#166534}.badge.red{background:#fee2e2;color:#991b1b}.badge.blue{background:#dbeafe;color:#1d4ed8}.badge.gold{background:#fef3c7;color:#92400e}.hero{background:linear-gradient(135deg,#171b36,#413b86);color:white;border-radius:20px;padding:25px}.hero h2{margin:0 0 7px;font-size:25px}.hero p{color:#d8d8ef;margin:0}.list{display:grid;gap:10px}.list-item{padding:13px;border:1px solid #edf0f4;border-radius:12px;display:flex;justify-content:space-between;gap:10px}.mini{font-size:12px;color:#7b8497}.login-page{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#f6f3ff,#eef4ff)}.login-card{width:min(430px,calc(100% - 28px));background:#fff;padding:30px;border-radius:22px;box-shadow:0 20px 60px rgba(15,23,42,.12)}.center{justify-content:center}.login-card h1{margin:20px 0 5px;font-size:27px}.demo{margin-top:18px;background:#f7f7fb;border-radius:12px;padding:12px;font-size:11px;line-height:1.7;color:#667085}.kpi-label{font-size:12px;color:#7b8497}.actions{display:flex;gap:8px;flex-wrap:wrap}.empty{padding:30px;text-align:center;color:#8992a4}.mobile-cards{display:none}.two-col{display:grid;grid-template-columns:2fr 1fr;gap:16px}.avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#ede9fe;color:#5b21b6;font-weight:800}.profile{display:flex;gap:12px;align-items:center}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.form-grid .wide{grid-column:1/-1}
@media(max-width:1000px){.grid-4{grid-template-columns:repeat(2,1fr)}.two-col{grid-template-columns:1fr}.sidebar{transform:translateX(-100%);transition:.2s}.sidebar.open{transform:none}.main{margin-left:0;width:100%}.menu-btn{display:block}.content{padding:18px}}
@media(max-width:640px){.topbar{padding:0 14px}.userbox{font-size:11px}.content{padding:14px}.grid-4,.grid-3,.grid-2,.form-grid{grid-template-columns:1fr}.card{padding:14px;border-radius:14px}.page-head{align-items:flex-start;flex-direction:column}.page-head h1{font-size:22px}.table-wrap{display:none}.mobile-cards{display:grid;gap:10px}.mobile-row{background:#fff;border:1px solid #e8eaf0;border-radius:13px;padding:13px}.hero{padding:20px}.hero h2{font-size:21px}.actions{width:100%}.actions .btn{flex:1}.top-title{font-size:15px}.login-card{padding:23px}}

hr{border:0;border-top:1px solid #edf0f4}.num{font-size:27px;font-weight:800}.btn:disabled{opacity:.55;cursor:not-allowed}.stat h3{margin:0}.form-grid input[type=checkbox]{width:18px;height:18px}

/* ===== Mobile app dashboard ===== */
.app-dashboard{max-width:1100px;margin:0 auto}
.app-topbar{height:58px;background:linear-gradient(135deg,#4d8df7,#5f67f5);color:#fff;display:flex;align-items:center;padding:0 14px;gap:12px;box-shadow:0 3px 10px rgba(69,91,220,.2)}
.app-topbar .hamb{font-size:22px;line-height:1;background:transparent;border:0;color:#fff;padding:2px}
.app-topbar .app-title{text-align:center;flex:1;font-size:11px;letter-spacing:.2px;font-weight:800;text-transform:uppercase}
.app-topbar .app-sub{display:block;font-size:8px;font-weight:600;opacity:.9;margin-top:2px}
.app-topbar .top-action{font-size:18px}
.student-card{margin:8px 0 9px;background:linear-gradient(135deg,#6d79f6,#4c8df5);color:#fff;border-radius:9px;padding:13px 14px;display:flex;align-items:center;gap:13px;box-shadow:0 8px 18px rgba(71,104,234,.18)}
.student-avatar{width:60px;height:60px;border:3px solid rgba(255,255,255,.9);border-radius:50%;background:#fff;display:grid;place-items:center;flex:none;box-shadow:0 2px 8px rgba(0,0,0,.12);color:#4f70ee;font-size:31px}
.student-info{min-width:0}.student-info b{font-size:12px;display:block}.student-info .line{font-size:9px;font-weight:650;opacity:.95;margin-top:4px}.student-info .year{font-size:9px;margin-top:4px}
.quick-strip{background:#fff;border-radius:8px;padding:8px 4px;display:grid;grid-template-columns:repeat(3,1fr);box-shadow:0 2px 9px rgba(15,23,42,.08);margin-bottom:9px}
.quick-item{text-align:center;border-right:1px solid #edf0f6;padding:2px 4px}.quick-item:last-child{border:0}
.quick-icon{font-size:14px;color:#315ce8;display:block;height:19px}.quick-item strong{display:block;font-size:8px;color:#304bdb;margin-top:2px}.quick-item.due strong{color:#f21e2d}.quick-item small{font-size:8px;color:#7c879b;display:block;margin-top:1px}
.app-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.app-tile{background:#fff;border-radius:6px;min-height:73px;border:1px solid #edf0f4;border-top:3px solid #44bdf6;box-shadow:0 2px 7px rgba(15,23,42,.08);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6px 3px;transition:.15s}
.app-tile:hover{transform:translateY(-1px);box-shadow:0 5px 12px rgba(15,23,42,.11)}
.tile-icon{width:36px;height:36px;border-radius:9px;display:grid;place-items:center;font-size:23px;margin-bottom:4px}
.tile-label{font-size:7.5px;font-weight:850;color:#2f3747;text-transform:uppercase;line-height:1.15}
.tile-blue{background:#eaf1ff}.tile-purple{background:#f0eaff}.tile-red{background:#ffe8ea}.tile-green{background:#e8fbf2}.tile-orange{background:#fff1df}.tile-cyan{background:#e5f9ff}.tile-yellow{background:#fff7d9}
.dashboard-bg{background:#f5f7fb}
.mobile-dashboard .content{padding:0 9px 18px}
.mobile-dashboard .topbar{display:none}
.mobile-dashboard .main{margin-left:0;width:100%}
.mobile-dashboard .sidebar{display:none}
.mobile-dashboard .app-shell{display:block}
.dashboard-section-title{font-size:11px;font-weight:800;color:#5e697b;margin:12px 2px 7px;text-transform:uppercase;letter-spacing:.4px}
.dashboard-bottom{height:5px}
.role-hero{background:linear-gradient(135deg,#17234d,#4055a9);border-radius:12px;color:#fff;padding:18px;margin-bottom:12px}
.role-hero h2{font-size:20px;margin:0 0 4px}.role-hero p{margin:0;color:#dce4ff;font-size:12px}
.app-alert{padding:10px;border-radius:8px;background:#fff7df;color:#8a5a00;font-size:10px;margin:8px 0}
@media(min-width:700px){
 .mobile-dashboard .content{padding:0 22px 30px}.mobile-dashboard .app-topbar{margin:0 -22px}
 .mobile-dashboard .app-grid{grid-template-columns:repeat(4,1fr);gap:12px}.app-tile{min-height:95px}.tile-icon{width:45px;height:45px;font-size:27px}.tile-label{font-size:9px}
 .student-card{padding:18px}.student-avatar{width:72px;height:72px}.quick-strip{max-width:600px}
}
@media(max-width:640px){
 .mobile-dashboard .content{padding:0 8px 14px}
 .app-topbar{margin:0 -8px}
}
/* ===== v3 premium ERP layer ===== */
:root{--ink:#172033;--muted:#748096;--line:#e7ebf2;--blue:#2563eb;--indigo:#4f46e5;--green:#16a34a;--orange:#f59e0b;--purple:#7c3aed}
body{background:#f5f7fb;color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}.sidebar{background:linear-gradient(180deg,#0b1220 0%,#121a2b 100%);box-shadow:8px 0 30px rgba(15,23,42,.08)}.brand-mark{background:linear-gradient(135deg,#3b82f6,#6366f1);box-shadow:0 8px 24px rgba(79,70,229,.3)}.role-pill{margin:0 7px 15px;padding:8px 10px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(255,255,255,.04);font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#aeb8cb}.sidebar nav{gap:3px}.sidebar nav a{border-radius:9px}.sidebar nav a:hover,.sidebar nav .nav-accent{background:linear-gradient(90deg,rgba(59,130,246,.18),rgba(99,102,241,.10));color:#fff}.nav-label{font-size:9px;letter-spacing:.13em;color:#68758d;font-weight:800;padding:13px 13px 5px}.topbar{height:70px;box-shadow:0 1px 0 rgba(15,23,42,.02)}.online-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;box-shadow:0 0 0 4px #dcfce7}.content{padding:26px}.hero.dashboard-hero{position:relative;overflow:hidden;background:linear-gradient(125deg,#172554,#3730a3 55%,#2563eb);padding:28px 32px;border-radius:22px;box-shadow:0 20px 50px rgba(37,99,235,.15)}.hero-kicker{font-size:10px;letter-spacing:.16em;font-weight:800;color:#bfdbfe}.dashboard-hero h2{font-family:Manrope,Inter,sans-serif;font-size:28px;margin-top:8px}.hero-orb{position:absolute;right:50px;top:20px;font-size:100px;color:rgba(255,255,255,.08);transform:rotate(15deg)}.kpi-grid .card{min-height:125px}.accent-blue{border-top:3px solid #3b82f6}.accent-purple{border-top:3px solid #8b5cf6}.accent-green{border-top:3px solid #22c55e}.accent-orange{border-top:3px solid #f59e0b}.section-head{display:flex;justify-content:space-between;align-items:end;margin:28px 0 13px}.section-head h2{font-size:19px;margin:0 0 3px}.section-title{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:15px}.section-title>b{font-size:15px}.link{color:#3159d7;font-weight:700}.module-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.module-grid>a{background:#fff;border:1px solid var(--line);border-radius:15px;padding:17px;display:grid;gap:5px;transition:.18s;box-shadow:0 5px 18px rgba(15,23,42,.025)}.module-grid>a:hover{transform:translateY(-2px);border-color:#cbd5ff;box-shadow:0 12px 28px rgba(15,23,42,.07)}.module-grid>a>span{width:40px;height:40px;border-radius:12px;background:#eef3ff;display:grid;place-items:center;font-size:20px;margin-bottom:4px}.module-grid>a b{font-size:13px}.module-grid>a small{font-size:11px;color:#8993a5}.finance-number{display:flex;align-items:end;gap:8px;margin:16px 0 10px}.finance-number b{font-size:23px}.finance-number span{font-size:11px;color:#8791a3}.progress{height:9px;background:#edf1f7;border-radius:99px;overflow:hidden}.progress span{display:block;height:100%;background:linear-gradient(90deg,#3b82f6,#6366f1);border-radius:99px}.attendance-ring{width:90px;height:90px;border-radius:50%;margin:12px auto;background:conic-gradient(#22c55e 0 72%,#e8edf5 72%);display:grid;place-items:center}.attendance-ring>div{width:66px;height:66px;border-radius:50%;background:#fff;display:grid;place-items:center;align-content:center}.attendance-ring b{font-size:20px}.attendance-ring span{font-size:9px;color:#7b8497}.center-text{text-align:center}.mini-list{display:grid;gap:0}.mini-list a{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid #edf0f4;font-size:13px}.mini-list a:last-child{border-bottom:0}.toolbar{display:flex;justify-content:flex-end;margin-bottom:12px}.toolbar input{max-width:330px}.form-card{background:linear-gradient(180deg,#fff,#fbfcff)}.counter-card{border:1px solid #dbe5ff;box-shadow:0 14px 35px rgba(37,99,235,.07)}.counter-head{display:flex;align-items:center;gap:12px;margin-bottom:18px}.counter-icon,.perm-icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#dbeafe,#e0e7ff);display:grid;place-items:center;font-size:23px}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.chip{display:inline-flex;gap:4px;align-items:center;background:#f5f7ff;border:1px solid #e4e8fb;padding:8px 10px;border-radius:999px;font-size:11px;color:#58647a}.permission-banner{display:flex;align-items:center;gap:12px;background:linear-gradient(90deg,#eef5ff,#f6f4ff);border-color:#dbe5ff}.permission-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:16px}.perm-group{border:1px solid var(--line);border-radius:13px;padding:13px;background:#fafbfe}.perm-group>b{display:block;font-size:12px;margin-bottom:8px;color:#43506a}.check-row{display:flex;grid-template-columns:none;align-items:center;gap:8px;font-size:11px;font-weight:500;color:#5b6577;padding:5px 0}.check-row input{width:16px}.modal{display:none;position:fixed;inset:0;background:rgba(15,23,42,.48);z-index:100;place-items:center;padding:18px}.modal-card{background:#fff;width:min(980px,100%);max-height:90vh;overflow:auto;border-radius:20px;padding:20px;box-shadow:0 25px 80px rgba(15,23,42,.25)}.event-list{display:grid;gap:12px}.event-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;display:flex;gap:15px}.event-date{width:55px;height:62px;border-radius:13px;background:#eef3ff;color:#3159d7;display:grid;place-items:center;align-content:center;flex:none}.event-date b{font-size:20px}.event-date span{text-transform:uppercase;font-size:9px;font-weight:800}.event-card p{margin:7px 0 0}.btn.primary{background:linear-gradient(135deg,#2563eb,#4f46e5);box-shadow:0 8px 18px rgba(79,70,229,.16)}.btn{transition:.15s}.btn:hover{transform:translateY(-1px)}input,select,textarea{border-color:#dce2ec;box-shadow:0 1px 1px rgba(15,23,42,.02)}
@media(max-width:1050px){.module-grid{grid-template-columns:repeat(3,1fr)}.permission-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.content{padding:14px}.dashboard-hero{padding:22px!important}.dashboard-hero h2{font-size:22px}.hero-orb{right:10px;font-size:70px}.module-grid{grid-template-columns:repeat(2,1fr);gap:9px}.module-grid>a{padding:13px}.module-grid>a>span{width:36px;height:36px;font-size:18px}.kpi-grid{grid-template-columns:repeat(2,1fr)!important}.kpi-grid .card{min-height:108px;padding:13px}.kpi-grid .num{font-size:19px}.permission-grid{grid-template-columns:1fr}.toolbar input{max-width:none}.event-card{padding:12px}.event-date{width:48px;height:55px}}
.filter-bar{display:flex;align-items:end;gap:12px;flex-wrap:wrap}.filter-bar label{min-width:180px}.filter-bar .btn{height:42px}.filter-bar input,.filter-bar select{background:#fbfcff}@media(max-width:640px){.filter-bar{display:grid;grid-template-columns:1fr 1fr}.filter-bar label{min-width:0}.filter-bar .btn{width:100%}.filter-bar label:last-of-type{grid-column:1/-1}}
.check-row{justify-content:space-between}.perm-select{width:auto;min-width:112px;padding:6px 8px;border-radius:8px;font-size:10px;background:#fff}.perm-group .check-row{display:flex}

/* ===== v3.1 SchoolTime-inspired role dashboard layer ===== */
.role-dashboard{min-height:calc(100vh - 70px);background:#f4f7fb;padding:18px}.rd-top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.rd-greeting h1{font-family:Manrope,Inter,sans-serif;font-size:25px;margin:0;color:#18243b}.rd-greeting p{margin:5px 0 0;color:#7b879c;font-size:12px}.rd-date{background:#fff;border:1px solid #e8edf5;border-radius:14px;padding:10px 14px;font-size:11px;color:#59667d;box-shadow:0 5px 20px rgba(25,40,70,.04)}
.rd-hero{position:relative;overflow:hidden;border-radius:22px;padding:24px 25px;color:#fff;background:linear-gradient(135deg,#0d47c9 0%,#2563eb 48%,#6d5dfc 100%);box-shadow:0 18px 40px rgba(37,99,235,.18);margin-bottom:16px}.rd-hero:after{content:'';position:absolute;width:180px;height:180px;border-radius:50%;right:-45px;top:-65px;background:rgba(255,255,255,.12)}.rd-hero:before{content:'';position:absolute;width:90px;height:90px;border-radius:50%;right:90px;bottom:-50px;background:rgba(255,255,255,.08)}.rd-hero h2{font:800 24px Manrope,Inter,sans-serif;margin:3px 0 6px}.rd-hero p{margin:0;max-width:650px;font-size:12px;color:#e8efff;line-height:1.6}.rd-hero .rd-badge{display:inline-flex;padding:6px 9px;border-radius:99px;background:rgba(255,255,255,.14);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.rd-profile{display:flex;align-items:center;gap:12px;margin-top:15px}.rd-avatar{width:52px;height:52px;border-radius:17px;background:rgba(255,255,255,.17);border:1px solid rgba(255,255,255,.24);display:grid;place-items:center;font-size:25px}.rd-profile b{font-size:14px}.rd-profile span{display:block;color:#d9e5ff;font-size:10px;margin-top:3px}
.rd-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.rd-stat{background:#fff;border:1px solid #e8edf5;border-radius:16px;padding:14px;display:flex;align-items:center;justify-content:space-between;min-height:84px;box-shadow:0 6px 22px rgba(25,40,70,.035)}.rd-stat .rd-stat-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-size:19px;background:#eef4ff}.rd-stat b{font-size:20px;color:#18243b}.rd-stat small{display:block;color:#8994a7;font-size:9px;margin-top:2px}.rd-section{display:flex;align-items:end;justify-content:space-between;margin:18px 0 10px}.rd-section h3{margin:0;font-size:15px}.rd-section span{font-size:10px;color:#8a94a5}.rd-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.rd-card{background:#fff;border:1px solid #e8edf5;border-radius:15px;padding:14px;box-shadow:0 5px 18px rgba(25,40,70,.035)}.rd-action{background:#fff;border:1px solid #e8edf5;border-radius:15px;padding:14px;display:flex;align-items:center;gap:10px;transition:.18s;box-shadow:0 5px 18px rgba(25,40,70,.03)}.rd-action:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(25,40,70,.08);border-color:#cedbff}.rd-action-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;font-size:20px;flex:none}.rd-action b{font-size:11px;display:block}.rd-action small{font-size:9px;color:#8994a7;display:block;margin-top:3px}.rd-blue{background:#eaf1ff;color:#3162dc}.rd-green{background:#e8fbf1;color:#15945a}.rd-orange{background:#fff3df;color:#d88308}.rd-purple{background:#f0ebff;color:#7652d9}.rd-red{background:#ffe9eb;color:#d83b4d}.rd-cyan{background:#e5f9ff;color:#1687ad}.rd-yellow{background:#fff8d9;color:#a77a00}.rd-bottom{display:grid;grid-template-columns:1.4fr 1fr;gap:12px;margin-top:12px}.rd-list{display:grid;gap:0}.rd-list-item{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-bottom:1px solid #eef1f5;font-size:11px}.rd-list-item:last-child{border-bottom:0}.rd-list-item span{color:#68758a}.rd-pill{padding:5px 8px;border-radius:99px;background:#eef4ff;color:#3c60cc;font-size:9px;font-weight:800}.rd-progress{height:8px;background:#edf1f7;border-radius:99px;overflow:hidden;margin-top:9px}.rd-progress span{height:100%;display:block;background:linear-gradient(90deg,#2563eb,#7c6df7);border-radius:99px}
@media(max-width:1000px){.rd-stats{grid-template-columns:repeat(2,1fr)}.rd-grid{grid-template-columns:repeat(3,1fr)}.rd-bottom{grid-template-columns:1fr}}
@media(max-width:640px){.role-dashboard{padding:10px}.rd-top{align-items:flex-start}.rd-greeting h1{font-size:20px}.rd-date{display:none}.rd-hero{padding:18px;border-radius:18px}.rd-hero h2{font-size:20px}.rd-stats{grid-template-columns:repeat(2,1fr);gap:8px}.rd-stat{padding:11px;min-height:74px}.rd-stat b{font-size:17px}.rd-stat .rd-stat-icon{width:34px;height:34px;font-size:17px}.rd-grid{grid-template-columns:repeat(2,1fr);gap:8px}.rd-action{padding:11px;display:block;text-align:center}.rd-action-icon{margin:0 auto 7px}.rd-action b{font-size:10px}.rd-action small{font-size:8px}.rd-bottom{gap:8px}.rd-card{padding:12px}}
