:root{--navy:#082f3d;--navy-2:#0c4352;--teal:#087f78;--mint:#2bc7b8;--sky:#e2f8f5;--bg:#f4f7f8;--card:#fff;--ink:#15343f;--muted:#647982;--line:#dce7e9;--danger:#c44d55;--warning:#c1811f;--success:#16815b;--shadow:0 14px 38px rgba(8,47,61,.09);--radius:20px;--sidebar:270px}
*{box-sizing:border-box}html{font-family:Heebo,"Segoe UI",Arial,sans-serif;background:var(--bg);color:var(--ink)}body{margin:0;min-height:100vh}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.skip{position:fixed;z-index:9999;top:8px;right:8px;transform:translateY(-150%);background:#fff;padding:10px 14px;border-radius:10px}.skip:focus{transform:none}.demo-banner{height:34px;position:fixed;z-index:300;inset:0 0 auto;display:flex;align-items:center;justify-content:center;gap:10px;padding:0 16px;background:#f6c85f;color:#3f310b;font-size:.83rem}.demo-banner span{padding:2px 8px;border-radius:999px;background:#3f310b;color:#fff;font-weight:800}.app-shell{display:grid;grid-template-columns:var(--sidebar) 1fr;padding-top:34px;min-height:100vh}.sidebar{position:fixed;z-index:200;top:34px;right:0;bottom:0;width:var(--sidebar);display:flex;flex-direction:column;background:linear-gradient(180deg,var(--navy),#05242f);color:#dcecef;padding:23px 16px}.brand{display:flex;align-items:center;gap:11px;padding:0 9px 20px}.brand-mark{width:43px;height:43px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,var(--mint),#0b9288);color:#fff;font-size:1.4rem}.brand strong{display:block;color:#fff;font-size:1.15rem}.brand small{color:#91aeb5}.institution-card{display:flex;align-items:center;gap:10px;margin-bottom:18px;padding:13px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(255,255,255,.05)}.institution-avatar{width:37px;height:37px;display:grid;place-items:center;flex:0 0 auto;border-radius:11px;background:#fff;color:var(--teal);font-weight:900}.institution-card strong,.institution-card small{display:block}.institution-card strong{font-size:.88rem}.institution-card small{margin-top:2px;color:#91aeb5;font-size:.73rem}.side-nav{display:flex;flex-direction:column;gap:4px;overflow:auto;padding-inline:2px}.side-nav button{width:100%;display:flex;align-items:center;gap:12px;min-height:44px;border:0;border-radius:12px;padding:0 13px;background:transparent;color:#c4d8dc;text-align:right;font-weight:650}.side-nav button span{width:25px;color:#8fadb4;font-size:1.05rem}.side-nav button:hover,.side-nav button.active{background:rgba(43,199,184,.14);color:#fff}.side-nav button.active span{color:#77eee3}.side-nav button[hidden]{display:none}.sidebar-footer{margin-top:auto;padding-top:14px;border-top:1px solid rgba(255,255,255,.1)}.page{grid-column:2;min-width:0}.topbar{position:sticky;z-index:100;top:34px;height:76px;display:flex;align-items:center;gap:24px;padding:0 28px;background:rgba(255,255,255,.95);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.global-search{display:flex;align-items:center;gap:9px;width:min(430px,42vw);padding:0 15px;border:1px solid var(--line);border-radius:13px;background:#f9fbfb}.global-search[hidden]{display:none}.global-search input{width:100%;height:44px;border:0;outline:0;background:transparent}.top-actions{margin-inline-start:auto;display:flex;align-items:center;gap:10px}.icon-button{position:relative;width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);font-size:1.1rem}.icon-button b{position:absolute;top:-5px;left:-5px;min-width:19px;height:19px;display:grid;place-items:center;border-radius:20px;background:var(--danger);color:#fff;font-size:.67rem}.user-switcher{display:flex;align-items:center;gap:9px;min-width:220px;border:1px solid var(--line);border-radius:14px;padding:6px 10px;background:#fff;color:var(--ink);text-align:right}.user-avatar{width:40px;height:40px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;background:var(--sky);color:var(--teal);font-weight:900}.user-copy{min-width:0;flex:1}.user-copy small,.user-copy strong,.user-copy em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-copy small{color:var(--teal);font-size:.66rem;font-weight:800}.user-copy strong{font-size:.84rem}.user-copy em{color:var(--muted);font-size:.68rem;font-style:normal}.user-switcher>b{color:var(--teal)}.mobile-menu{display:none}main{padding:28px clamp(18px,3vw,42px) 60px}.view-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:25px}.breadcrumbs{margin:0 0 8px;color:var(--muted);font-size:.8rem}.view-header h1{margin:0;color:var(--navy);font-size:clamp(1.8rem,3vw,2.45rem)}.view-header [data-page-subtitle]{margin:6px 0 0;color:var(--muted)}.header-actions{display:flex;gap:9px}.primary,.ghost,.danger,.link-button{min-height:42px;border-radius:12px;padding:0 17px;font-weight:750}.primary{border:0;background:var(--teal);color:#fff;box-shadow:0 8px 22px rgba(8,127,120,.19)}.primary:hover{background:#066d67}.ghost{border:1px solid var(--line);background:#fff;color:var(--ink)}.danger{border:1px solid #efcdd0;background:#fff5f5;color:var(--danger)}.link-button{border:0;background:transparent;color:#9fc0c6}.full{width:100%}.grid{display:grid;gap:18px}.welcome-card{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px;padding:22px 25px;border-radius:var(--radius);background:linear-gradient(135deg,var(--navy),var(--navy-2));color:#fff;box-shadow:var(--shadow)}.welcome-card h2{margin:5px 0 7px}.welcome-card p{margin:0;color:#c7dce0}.welcome-avatar{width:62px;height:62px;display:grid;place-items:center;flex:0 0 auto;border-radius:20px;background:rgba(255,255,255,.12);color:#7df0e5;font-size:1.6rem;font-weight:900}.stats{grid-template-columns:repeat(4,1fr)}.stat-card{min-height:138px;padding:21px;border:1px solid var(--line);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow)}.stat-top{display:flex;align-items:center;justify-content:space-between}.stat-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--sky);color:var(--teal);font-weight:900}.stat-trend{font-size:.75rem;color:var(--success);font-weight:750}.stat-card strong{display:block;margin-top:15px;color:var(--navy);font-size:2rem}.stat-card p{margin:3px 0 0;color:var(--muted)}.dashboard-grid{grid-template-columns:1.35fr .65fr;margin-top:18px}.card{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow);overflow:hidden}.card-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;border-bottom:1px solid var(--line)}.card-head h2{margin:0;color:var(--navy);font-size:1.1rem}.card-body{padding:20px 22px}.list{display:flex;flex-direction:column}.list-row{display:flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.list-row:last-child{border:0}.avatar{width:39px;height:39px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;background:var(--sky);color:var(--teal);font-weight:850}.grow{min-width:0;flex:1}.grow strong,.grow small{display:block}.grow small{margin-top:3px;color:var(--muted);font-size:.82rem}.pill{display:inline-flex;align-items:center;min-height:27px;padding:0 9px;border-radius:999px;background:#eef4f5;color:#526b74;font-size:.74rem;font-weight:750;white-space:nowrap}.pill.ok{background:#e6f7ef;color:var(--success)}.pill.warn{background:#fff4dd;color:var(--warning)}.pill.danger{background:#fdebed;color:var(--danger);border:0;min-height:27px}.quick-actions{grid-template-columns:repeat(2,1fr)}.quick-action{min-height:102px;padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff;text-align:right;color:var(--ink)}.quick-action b{display:block;color:var(--teal);font-size:1.15rem}.quick-action span{display:block;margin-top:7px;font-weight:750}.toolbar{display:flex;align-items:center;gap:10px;margin-bottom:16px}.toolbar .search{flex:1;min-width:180px;height:44px;border:1px solid var(--line);border-radius:12px;padding:0 14px;background:#fff}.toolbar select{height:44px;border:1px solid var(--line);border-radius:12px;padding:0 12px;background:#fff}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}table{width:100%;border-collapse:collapse;min-width:760px}th,td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:right}th{background:#f8fbfb;color:#617780;font-size:.78rem}td{font-size:.9rem}tbody tr{transition:.18s}tbody tr:hover{background:#f9fcfc}.row-button{border:0;background:transparent;color:var(--teal);font-weight:800}.attendance-board{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.attendance-student{display:flex;align-items:center;gap:10px;padding:13px;border:1px solid var(--line);border-radius:15px;background:#fff}.attendance-student select{margin-inline-start:auto;border:0;border-radius:10px;padding:7px;background:var(--bg);font-weight:700}.split-cards{grid-template-columns:1fr 1fr}.kanban{grid-template-columns:repeat(3,1fr);align-items:start}.kanban-column{padding:14px;border-radius:18px;background:#eaf0f1}.kanban-column h2{display:flex;justify-content:space-between;margin:2px 4px 13px;font-size:1rem}.task-card{margin-bottom:10px;padding:14px;border-radius:14px;background:#fff;box-shadow:0 5px 14px rgba(8,47,61,.06)}.task-card h3{margin:0 0 9px;font-size:.95rem}.task-card p{margin:0 0 11px;color:var(--muted);font-size:.8rem}.task-meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.calendar-grid{grid-template-columns:1.25fr .75fr}.month{padding:20px}.month-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.month-head h2{margin:0}.month-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.day-name,.day{min-height:44px;padding:8px;border-radius:10px;text-align:center}.day-name{min-height:auto;color:var(--muted);font-size:.75rem}.day{border:1px solid var(--line);background:#fff}.day.today{border-color:var(--teal);background:var(--sky);font-weight:900}.day.has-event:after{content:"";display:block;width:5px;height:5px;margin:4px auto 0;border-radius:50%;background:var(--teal)}.event{display:flex;gap:11px;padding:13px 0;border-bottom:1px solid var(--line)}.event time{width:48px;color:var(--teal);font-weight:850}.report-grid{grid-template-columns:repeat(2,1fr)}.chart{padding:22px}.chart h2{margin:0 0 20px;font-size:1.05rem}.bar-row{display:grid;grid-template-columns:100px 1fr 42px;align-items:center;gap:10px;margin:13px 0;font-size:.83rem}.bar-track{height:10px;border-radius:10px;background:#e8eff0;overflow:hidden}.bar{height:100%;border-radius:10px;background:linear-gradient(90deg,var(--teal),var(--mint))}.empty{padding:48px 20px;text-align:center;color:var(--muted)}.empty strong{display:block;color:var(--navy);font-size:1.15rem}.modal{width:min(720px,calc(100% - 28px));max-height:88vh;border:0;border-radius:24px;padding:0;box-shadow:0 35px 100px rgba(4,31,42,.35)}.modal::backdrop,.tour::backdrop{background:rgba(4,26,35,.6);backdrop-filter:blur(3px)}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 24px;border-bottom:1px solid var(--line)}.modal-head h2{margin:5px 0 0}.eyebrow{color:var(--teal);font-size:.78rem;font-weight:850}.modal-body{padding:24px;overflow:auto}.profile-hero{display:flex;align-items:center;gap:15px;margin-bottom:22px}.profile-hero .avatar{width:58px;height:58px;font-size:1.2rem}.profile-grid{grid-template-columns:repeat(2,1fr)}.info-box{padding:14px;border-radius:14px;background:var(--bg)}.info-box small,.info-box strong{display:block}.info-box small{color:var(--muted);margin-bottom:4px}.tabs{display:flex;gap:8px;margin:20px 0 14px;border-bottom:1px solid var(--line)}.tabs button{border:0;background:transparent;padding:10px;color:var(--muted);font-weight:750}.tabs button.active{color:var(--teal);border-bottom:2px solid var(--teal)}.form-grid{grid-template-columns:repeat(2,1fr)}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field span{font-size:.8rem;font-weight:750}.field input,.field select,.field textarea{width:100%;min-height:44px;border:1px solid var(--line);border-radius:11px;padding:10px 12px;background:#fff}.field textarea{min-height:90px;resize:vertical}.form-actions{display:flex;justify-content:flex-start;gap:9px;margin-top:20px}.user-group{margin-bottom:22px}.user-group h3{margin:0 0 10px;color:var(--navy);font-size:.9rem}.user-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.user-card{display:flex;align-items:center;gap:11px;min-height:74px;border:1px solid var(--line);border-radius:15px;padding:11px;background:#fff;color:var(--ink);text-align:right}.user-card:hover,.user-card.selected{border-color:var(--teal);background:#f2fffd}.user-card>span:nth-child(2){min-width:0;flex:1}.user-card strong,.user-card small{display:block}.user-card small{margin-top:3px;color:var(--muted);font-size:.74rem}.user-card>b{color:var(--teal);font-size:.68rem}.demo-login-note{margin:4px 0 0;padding:12px;border-radius:12px;background:#fff7df;color:#71540c;font-size:.8rem}.toast{position:fixed;z-index:500;left:24px;bottom:24px;max-width:360px;padding:13px 17px;border-radius:13px;background:var(--navy);color:#fff;box-shadow:var(--shadow);opacity:0;transform:translateY(15px);pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:none}.tour{width:min(450px,calc(100% - 28px));border:0;border-radius:25px;padding:26px;box-shadow:0 35px 100px rgba(4,31,42,.35)}.tour-progress{display:flex;justify-content:space-between;color:var(--muted);font-size:.8rem}.tour-progress button{border:0;background:transparent;font-size:1.4rem}.tour-icon{width:58px;height:58px;display:grid;place-items:center;margin-top:22px;border-radius:18px;background:var(--sky);color:var(--teal);font-size:1.6rem}.tour h2{margin:18px 0 9px}.tour p{min-height:72px;color:var(--muted);line-height:1.7}.tour-actions{display:flex;justify-content:space-between;margin-top:22px}.sidebar-backdrop{display:none}
@media(max-width:1180px){:root{--sidebar:235px}.stats{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.calendar-grid{grid-template-columns:1fr}.attendance-board{grid-template-columns:repeat(2,1fr)}}
@media(max-width:860px){.app-shell{display:block}.sidebar{transform:translateX(110%);transition:.25s;width:min(290px,88vw)}body.menu-open .sidebar{transform:none}.sidebar-backdrop{position:fixed;z-index:190;inset:34px 0 0;background:rgba(4,26,35,.48)}body.menu-open .sidebar-backdrop{display:block}.page{width:100%}.topbar{padding:0 14px;gap:10px}.mobile-menu{display:grid}.global-search{width:auto;flex:1}.global-search input{font-size:.85rem}.user-switcher{min-width:180px}.user-copy em{display:none}.top-actions{margin-inline-start:0}.dashboard-grid,.split-cards,.report-grid{grid-template-columns:1fr}.kanban{grid-template-columns:1fr}.view-header{align-items:flex-start;flex-direction:column}.header-actions{width:100%;overflow:auto}.header-actions>*{white-space:nowrap}.attendance-board{grid-template-columns:1fr}.calendar-grid{grid-template-columns:1fr}}
@media(max-width:560px){.demo-banner{justify-content:flex-start;overflow:hidden;white-space:nowrap}.demo-banner strong{font-size:.74rem}.topbar{height:68px}.top-actions>.icon-button{display:none}.user-switcher{min-width:0;width:48px;padding:4px}.user-switcher .user-copy,.user-switcher>b{display:none}.global-search{min-width:0}.global-search input{font-size:.76rem}.stats{grid-template-columns:1fr 1fr;gap:10px}.stat-card{min-height:118px;padding:16px}.stat-card strong{font-size:1.55rem}.stat-card p{font-size:.78rem}main{padding-inline:12px}.toolbar{align-items:stretch;flex-direction:column}.split-cards,.profile-grid,.form-grid,.user-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.card-head,.card-body{padding-inline:16px}.outcome-grid{grid-template-columns:1fr}.modal-body{padding:18px}.month{padding:12px}.day{min-height:38px;padding:6px}.bar-row{grid-template-columns:78px 1fr 35px}.welcome-card{padding:18px}.welcome-avatar{width:48px;height:48px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
.tour-blocker{position:fixed;z-index:899;inset:0;background:transparent}.tour-focus{position:fixed;z-index:900;border:3px solid #fff;background:transparent;box-shadow:0 0 0 9999px rgba(3,27,36,.72),0 0 0 7px rgba(43,199,184,.45);pointer-events:none;transition:left .24s ease,top .24s ease,width .24s ease,height .24s ease}.tour{position:fixed;z-index:901;margin:0;border:0;border-radius:22px;padding:22px;background:#fff;color:var(--ink);box-shadow:0 30px 90px rgba(3,27,36,.42);outline:0}.tour[hidden],.tour-focus[hidden],.tour-blocker[hidden]{display:none}.tour-role{display:inline-flex;margin-top:13px;padding:4px 9px;border-radius:999px;background:var(--sky);color:var(--teal);font-size:.72rem;font-weight:850}.tour-progress{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:.78rem}.tour-progress button{width:34px;height:34px;border:0;border-radius:10px;background:#f2f6f7;color:var(--ink);font-size:1.25rem}.tour-icon{width:48px;height:48px;display:grid;place-items:center;margin-top:16px;border-radius:15px;background:var(--sky);color:var(--teal);font-size:1.35rem}.tour h2{margin:14px 0 7px;font-size:1.25rem}.tour p{min-height:0;margin:0;color:var(--muted);line-height:1.65}.tour-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:19px}.tour-actions>span{display:flex;gap:8px}.tour-actions .link-button{padding-inline:3px}.tour-running{overflow:hidden}@media(max-width:560px){.tour{padding:18px;border-radius:18px}.tour-actions{align-items:stretch;flex-direction:column-reverse}.tour-actions>span{display:grid;grid-template-columns:1fr 1fr}.tour-actions .link-button{align-self:center}.tour h2{font-size:1.12rem}}
