:root{--loading-page:#f5f7fa;--loading-paper:#fff;--loading-block:#dfe4e9;--loading-line:#e5e8ec;color-scheme:light}
:root[data-color-mode=dark]{--loading-page:#121212;--loading-paper:#202020;--loading-block:#383838;--loading-line:#393939;color-scheme:dark}
.app-loading{position:fixed;inset:0;overflow:auto;background:var(--loading-page);padding:24px;box-sizing:border-box;z-index:1}
.app-loading *{box-sizing:border-box}
.app-loading-header{height:56px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--loading-line);padding-bottom:20px;gap:24px}
.app-loading-block{display:block;background:var(--loading-block);border-radius:6px;animation:app-loading-pulse 1.5s ease-in-out infinite}
.app-loading-brand{width:170px;height:30px}.app-loading-controls{width:120px;height:30px}
.app-loading-form{width:100%;max-width:440px;margin:10vh auto 0;padding:32px;background:var(--loading-paper);border:1px solid var(--loading-line);border-radius:8px}
.app-loading-title{width:70%;height:28px;margin-bottom:18px}.app-loading-line{width:100%;height:14px;margin-bottom:12px}.app-loading-label{width:30%;height:14px;margin:26px 0 8px}.app-loading-field{width:100%;height:52px}.app-loading-button{height:48px;margin-top:28px}
.app-loading-dashboard{display:grid;grid-template-columns:210px minmax(0,1fr);gap:32px;width:100%;margin:32px 0}
.app-loading-sidebar{display:grid;align-content:start;gap:18px;padding:24px;background:var(--loading-paper);min-height:65vh}
.app-loading-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:30px}.app-loading-tile{height:140px}.app-loading-row{height:40px;margin-top:16px}
@keyframes app-loading-pulse{50%{opacity:.4}}
@media(prefers-reduced-motion:reduce){.app-loading-block{animation:none}}
@media(max-width:700px){.app-loading{padding:16px}.app-loading-form{padding:24px;margin-top:6vh}.app-loading-dashboard{grid-template-columns:minmax(0,1fr);margin-top:24px}.app-loading-sidebar{display:none}.app-loading-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.app-loading-tile{height:110px}}
.dashboard-startup{--dashboard-toolbar-height:64px;--dashboard-sidebar-width:380px;position:fixed;inset:0;overflow:hidden;background:#f5f5f5;direction:ltr}
.dashboard-startup *{box-sizing:border-box}
.dashboard-startup-toolbar{height:var(--dashboard-toolbar-height);display:flex;align-items:center;gap:10px;padding:0 24px 0 12px;background:var(--loading-paper);border-bottom:1px solid var(--loading-line)}
.dashboard-startup-brand{width:362px;flex:none;display:flex;align-items:center;gap:8px;margin-right:12px}
.dashboard-startup-icon{width:24px;height:24px;flex:none}
.dashboard-startup-brand>.dashboard-startup-icon{margin:0 11px}
.dashboard-startup-brand img{width:28px;height:28px;object-fit:contain}
.dashboard-startup-name{width:140px;height:22px}
.dashboard-startup-search{height:40px;max-width:600px;flex:1;margin-left:16px}
.dashboard-startup-tools{display:flex;gap:16px;margin-left:auto;flex:none}.dashboard-startup-tools>span{width:32px;height:32px;border-radius:50%}
.dashboard-startup-layout{display:grid;grid-template-columns:var(--dashboard-sidebar-width) minmax(0,1fr);height:calc(100% - var(--dashboard-toolbar-height))}
.dashboard-startup-sidebar{min-width:0;overflow:hidden;background:linear-gradient(180deg,#f8fbff 0%,#eef4fb 100%);border-right:1px solid var(--loading-line)}
.dashboard-startup-school{display:flex;align-items:center;gap:12px;margin:16px 16px 12px;padding:18px 16px;height:128px;border:1px solid var(--loading-line);border-radius:16px}
.dashboard-startup-school>span{width:64px;height:64px;flex:none}.dashboard-startup-school>div{flex:1;min-width:0}.dashboard-startup-school>div>span{height:14px;margin:8px 0}
.dashboard-startup-navigation{padding:10px 16px;border-top:1px solid var(--loading-line)}
.dashboard-startup-navigation>div{display:flex;align-items:center;gap:16px;height:52px;padding:0 12px}
.dashboard-startup-nav-label{width:180px;height:16px}
.dashboard-startup-main{min-width:0;padding:10px 24px 0;overflow:hidden}
.dashboard-startup-panel{width:100%;height:100%;min-height:0;text-align:start;overflow:hidden}
.dashboard-startup-tabs{display:flex;align-items:center;gap:32px;height:49px;border-bottom:1px solid var(--loading-line);padding:0 16px;overflow:hidden;flex:none}
.dashboard-startup-tabs>span{width:110px;height:20px;flex:none}.dashboard-startup-tabs>span:last-child{width:180px}
.dashboard-startup-overview{padding:16px 8px 16px 0}.dashboard-startup-paper{padding:16px;background:var(--loading-paper);border-radius:4px}
.dashboard-startup-summary{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:18px;margin-bottom:24px;border:1px solid var(--loading-line);border-radius:8px;background:#f1f4f7}
.dashboard-startup-counters{display:flex;flex-wrap:wrap;gap:10px}.dashboard-startup-counters>div{min-width:100px;min-height:64px;padding:8px 12px;border:1px solid var(--loading-line);border-radius:8px;background:var(--loading-paper)}
.dashboard-startup-counters .app-loading-block{width:74px;height:14px;margin-bottom:6px}.dashboard-startup-counters .app-loading-block+span{width:36px;height:20px;margin:0}
.dashboard-startup-summary-actions{display:flex;flex-wrap:wrap;gap:8px}.dashboard-startup-summary-actions>span{width:150px;height:36px}.dashboard-startup-summary-actions>span+span{width:80px}
:root[data-color-mode=dark] .dashboard-startup-summary{background:var(--loading-paper)}
@media(max-width:899.95px){.dashboard-startup-summary{padding:16px;align-items:stretch}}
:root[data-color-mode=dark] .dashboard-startup{background:#212121}:root[data-color-mode=dark] .dashboard-startup-sidebar{background:var(--loading-paper)}
@media(max-width:1000px){.dashboard-startup{--dashboard-sidebar-width:72px}.dashboard-startup-brand{width:auto}.dashboard-startup-school,.dashboard-startup-nav-label{display:none}.dashboard-startup-navigation{padding:10px 0}.dashboard-startup-navigation>div{justify-content:center;padding:0}.dashboard-startup-search{margin-left:0}}
@media(max-width:599.95px){.dashboard-startup{--dashboard-toolbar-height:56px;--dashboard-sidebar-width:56px}.dashboard-startup-toolbar{padding:0 8px;gap:6px}.dashboard-startup-brand{margin-right:4px}.dashboard-startup-brand img{width:26px;height:26px}.dashboard-startup-name{width:100px;height:20px}.dashboard-startup-main{padding:10px 16px 0}.dashboard-startup-tools{gap:8px}.dashboard-startup-tools>span{width:28px;height:28px}.dashboard-startup-search{display:none}.dashboard-startup-tabs{gap:24px}}
@media(max-width:599.95px) and (orientation:landscape){.dashboard-startup{--dashboard-toolbar-height:48px}}