.hero-section{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:110px 40px 60px;overflow:hidden;background:radial-gradient(ellipse 120% 70% at 50% -5%,#0d2137 0,#060f1f 45%,#030a15 100%)}.hero-section:before{inset:0;background-image:linear-gradient(rgba(16,185,129,.02) 1px,transparent 0),linear-gradient(90deg,rgba(16,185,129,.02) 1px,transparent 0);background-size:72px 72px;z-index:0}.hero-section:after,.hero-section:before{content:"";position:absolute;pointer-events:none}.hero-section:after{bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(16,185,129,.45) 28%,rgba(99,102,241,.35) 50%,rgba(16,185,129,.45) 72%,transparent);z-index:2}.hero-background-glow{position:absolute;inset:0;background:radial-gradient(circle at 14% 28%,rgba(0,167,111,.14) 0,transparent 45%),radial-gradient(circle at 86% 72%,rgba(99,102,241,.11) 0,transparent 42%),radial-gradient(circle at 50% -8%,rgba(16,185,129,.1) 0,transparent 55%);pointer-events:none;animation:hero-orb-breathe 9s ease-in-out infinite;z-index:0}@keyframes hero-orb-breathe{0%,to{opacity:1}50%{opacity:.6}}.hero-container{width:100%;max-width:1280px;position:relative;z-index:1}.hero-container,.hero-content-center{display:flex;flex-direction:column;align-items:center}.hero-content-center{text-align:center;padding-bottom:24px}.hero-overline-pill{display:inline-flex;align-items:center;gap:8px;background:rgba(16,185,129,.1);border:1px solid rgba(52,211,153,.28);border-radius:999px;padding:8px 20px;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:#34d399;margin-bottom:28px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.hero-overline-dot{width:7px;height:7px;border-radius:50%;background:#34d399;flex-shrink:0;box-shadow:0 0 8px rgba(52,211,153,.7);animation:dot-ring-pulse 2.8s ease-in-out infinite}@keyframes dot-ring-pulse{0%,to{box-shadow:0 0 0 0 rgba(52,211,153,.45)}50%{box-shadow:0 0 0 6px rgba(52,211,153,0)}}.hero-title{margin-bottom:22px;max-width:820px;line-height:1.07;font-weight:800;color:#eef4ff;font-size:var(--text-fluid-hero);letter-spacing:-.025em}.hero-title-highlight{background:var(--gradient-text-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{color:rgba(203,213,225,.72);max-width:600px;margin-bottom:36px;font-size:17px;line-height:1.78}.hero-actions{display:flex;align-items:center;gap:16px;margin-bottom:52px}.btn-get-started{display:inline-flex;align-items:center;gap:10px;background:var(--gradient-brand);color:#ffffff;padding:15px 38px;border-radius:999px;font-weight:700;font-size:15px;text-decoration:none;box-shadow:0 4px 24px rgba(0,167,111,.5),inset 0 0 0 1px rgba(52,211,153,.22);transition:all .35s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.btn-get-started:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.18) 50%,transparent 80%);transform:translateX(-120%);animation:btn-shimmer-sweep 4s ease-in-out infinite;animation-delay:2.2s}@keyframes btn-shimmer-sweep{0%{transform:translateX(-120%)}to{transform:translateX(220%)}}.btn-get-started:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 36px rgba(0,167,111,.58),inset 0 0 0 1px rgba(52,211,153,.3)}.btn-arrow{font-size:17px;line-height:1;transition:transform .3s cubic-bezier(.22,1,.36,1)}.btn-get-started:hover .btn-arrow{transform:translateX(4px)}.hero-stats{display:flex;align-items:stretch;gap:0;margin-bottom:52px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.09);border-radius:16px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);overflow:hidden}.hero-stat{display:flex;flex-direction:column;align-items:center;padding:18px 40px;position:relative;transition:background .3s ease}.hero-stat:hover{background:rgba(52,211,153,.05)}.hero-stat:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:36px;background:rgba(255,255,255,.1)}.hero-stat-value{font-size:30px;font-weight:800;background:linear-gradient(135deg,#ffffff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.15}.hero-stat-label{font-size:12px;color:rgba(148,163,184,.7);margin-top:4px;text-align:center;letter-spacing:.01em}.hero-visual-center-container{width:100%;max-width:1200px;perspective:1000px;display:flex;justify-content:center}.hero-dashboard-frame{background:rgba(8,18,36,.85);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.11);border-radius:22px;padding:0;box-shadow:0 0 0 1px rgba(255,255,255,.04),0 40px 80px rgba(0,0,0,.65),0 0 80px rgba(0,167,111,.07),inset 0 1px 0 rgba(255,255,255,.07);width:100%;max-width:1200px;aspect-ratio:16/9;max-height:78vh;overflow:hidden;position:relative}.hero-dashboard-frame:before{content:"";position:absolute;top:0;left:15%;right:15%;height:1px;background:linear-gradient(90deg,transparent,rgba(52,211,153,.5) 30%,rgba(99,102,241,.4) 70%,transparent);pointer-events:none;z-index:5}.hero-browser-bar{display:flex;align-items:center;gap:12px;padding:11px 18px;background:rgba(5,12,28,.95);border-bottom:1px solid rgba(255,255,255,.07);border-radius:22px 22px 0 0}.hero-browser-dots{display:flex;gap:6px;flex-shrink:0}.hero-dot{width:10px;height:10px;border-radius:50%}.hero-dot--red{background:#ff5f57;box-shadow:0 0 5px rgba(255,95,87,.5)}.hero-dot--yellow{background:#febc2e;box-shadow:0 0 5px rgba(254,188,46,.4)}.hero-dot--green{background:#28c840;box-shadow:0 0 5px rgba(40,200,64,.4)}.hero-browser-address{flex:1;display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:7px;padding:5px 12px;font-size:12px;color:rgba(203,213,225,.5);font-weight:400}.hero-browser-lock{color:rgba(52,211,153,.65);flex-shrink:0}@media (max-width:1024px){.hero-stat{padding:16px 28px}.hero-stat-value{font-size:26px}}@media (max-width:768px){.hero-stats{flex-wrap:wrap;justify-content:center;gap:8px;background:transparent;border:none;backdrop-filter:none;-webkit-backdrop-filter:none}.hero-stat{padding:14px 20px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.09);border-radius:12px}.hero-stat:hover{background:rgba(52,211,153,.06)}.hero-stat:not(:last-child):after{display:none}.hero-actions{flex-direction:column;width:100%;max-width:320px}.btn-get-started{width:100%;justify-content:center}}@media (max-width:600px){.hero-section{padding:120px 24px 48px}.hero-overline-pill{font-size:10px;padding:6px 14px}.hero-stat-value{font-size:22px}.hero-dashboard-frame{border-radius:16px;aspect-ratio:1/1;max-height:none}}@media (max-width:480px){.hero-section{padding:110px 16px 40px}.hero-description{font-size:15px}.hero-dashboard-frame{aspect-ratio:1/1;max-height:none}}.hv-root{width:100%;height:100%;background:#F4F6F8;font-family:Public Sans,sans-serif;color:#1C252E;font-size:13px;border-radius:12px;box-shadow:0 24px 64px rgba(0,0,0,.12)}.hv-root,.hv-sidebar{display:flex;overflow:hidden}.hv-sidebar{width:56px;background:#FFFFFF;border-right:1px solid rgba(145,158,171,.16);flex-direction:column;align-items:center;padding:12px 0 8px;flex-shrink:0;min-height:0}.hv-logo-wrap{margin-bottom:10px;flex-shrink:0}.hv-logo-circle{width:30px;height:30px;border-radius:50%;object-fit:contain}.hv-nav{display:flex;flex-direction:column;gap:0;flex:1;min-height:0;width:100%;padding:0 4px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none}.hv-nav::-webkit-scrollbar{display:none}.hv-nav-item{all:unset;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:6px 2px;border-radius:8px;color:#637381;transition:background .18s,color .18s;width:100%;box-sizing:border-box;flex-shrink:0}.hv-nav-item:hover{background:rgba(145,158,171,.08);color:#1C252E}.hv-nav-item--active{background:rgba(0,167,111,.1)!important;color:var(--primary,#00A76F)!important}.hv-nav-icon{display:flex;align-items:center}.hv-nav-label{font-size:7px;font-weight:600;text-align:center;line-height:1.15;letter-spacing:.01em;white-space:pre-line;max-width:100%;overflow:hidden;text-overflow:ellipsis}.hv-nav-settings{all:unset;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 2px;border-radius:8px;color:#919EAB;width:100%;box-sizing:border-box;transition:background .18s;flex-shrink:0;margin-top:auto}.hv-nav-settings:hover{background:rgba(145,158,171,.08)}.hv-main{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden}.hv-topbar{height:44px;background:#FFFFFF;border-bottom:1px solid rgba(145,158,171,.12);justify-content:space-between;padding:0 16px;flex-shrink:0;gap:12px}.hv-topbar,.hv-topbar-left{display:flex;align-items:center}.hv-topbar-left{gap:6px}.hv-breadcrumb-arrow{color:#919EAB}.hv-school-name{font-size:14px;font-weight:700;color:#1C252E}.hv-ay-pill{display:flex;align-items:center;gap:4px;background:#F4F6F8;border:1px solid rgba(145,158,171,.2);border-radius:6px;padding:3px 8px;font-size:10px;color:#637381;font-weight:500}.hv-ay-label{font-size:9px;color:#919EAB;font-weight:500}.hv-ay-value{font-size:10px;font-weight:700;color:#1C252E}.hv-topbar-right{display:flex;align-items:center;gap:8px}.hv-search-box{display:flex;align-items:center;gap:5px;background:#F4F6F8;border:1px solid rgba(145,158,171,.16);border-radius:6px;padding:4px 10px;color:#919EAB;font-size:10px;font-weight:500}.hv-search-shortcut{font-size:8.5px;color:#C4CDD5;font-weight:500;margin-left:2px}.hv-notif-wrap{position:relative;color:#637381}.hv-notif-badge,.hv-notif-wrap{display:flex;align-items:center}.hv-notif-badge{position:absolute;top:-4px;right:-5px;background:#FF5630;color:#fff;font-size:7px;font-weight:700;width:13px;height:13px;border-radius:50%;justify-content:center}.hv-icon-btn{color:#637381;display:flex;align-items:center;cursor:pointer}.hv-avatar{width:26px;height:26px;border-radius:50%;background:#DFE3E8}.hv-body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;position:relative;scrollbar-width:thin;scrollbar-color:rgba(145,158,171,.3) transparent}.hv-body::-webkit-scrollbar{width:4px}.hv-body::-webkit-scrollbar-thumb{background:rgba(145,158,171,.3);border-radius:4px}.hv-content{display:flex;flex-direction:column;padding:14px 16px 16px;gap:12px}.hv-page-head{display:flex;align-items:flex-start;justify-content:space-between;flex-shrink:0}.hv-page-title{font-size:15px;font-weight:700;margin:0 0 2px;line-height:1.2}.hv-page-sub{font-size:10px;color:#919EAB;font-weight:500}.hv-ai-pill{display:flex;align-items:center;gap:5px;background:rgba(28,37,46,.88);color:#fff;font-size:9.5px;font-weight:600;padding:5px 10px;border-radius:999px;white-space:nowrap;box-shadow:0 4px 12px rgba(0,0,0,.18)}.hv-pulse-dot{width:6px;height:6px;border-radius:50%;background:var(--primary,#00A76F);box-shadow:0 0 0 3px rgba(0,167,111,.25);animation:hvPulse 2s infinite}@keyframes hvPulse{0%{box-shadow:0 0 0 0 rgba(0,167,111,.4)}70%{box-shadow:0 0 0 6px rgba(0,167,111,0)}to{box-shadow:0 0 0 0 rgba(0,167,111,0)}}.hv-stats-grid{display:grid;gap:8px;flex-shrink:0}.hv-stats-grid--3{grid-template-columns:repeat(3,1fr)}.hv-stats-grid--4{grid-template-columns:repeat(4,1fr)}.hv-stats-grid--6{grid-template-columns:repeat(3,1fr)}.hv-stat-card{background:#FFFFFF;border:1px solid rgba(145,158,171,.12);border-radius:10px;padding:10px 12px 8px;display:flex;flex-direction:column;gap:2px}.hv-stat-top{display:flex;align-items:flex-start;justify-content:space-between;gap:4px;margin-bottom:2px}.hv-stat-label{font-size:9.5px;color:#637381;font-weight:500;line-height:1.3;flex:1}.hv-stat-value{font-size:16px;font-weight:700;line-height:1.2;color:#1C252E}.hv-trend{display:inline-flex;align-items:center;gap:2px;font-size:9px;font-weight:600;border-radius:4px;padding:1px 4px}.hv-trend--up{color:#22C55E;background:rgba(34,197,94,.08)}.hv-trend--down{color:#FF5630;background:rgba(255,86,48,.08)}.hv-trend--neutral{color:#637381;background:rgba(99,115,129,.08)}.hv-charts-section{flex-shrink:0}.hv-charts-section:has(.hv-guard-body){flex:1;display:flex;flex-direction:column;min-height:0}.hv-visual-row{display:grid;grid-template-columns:1.6fr 1fr;gap:8px;height:100%}.hv-card{background:#FFFFFF;border:1px solid rgba(145,158,171,.12);border-radius:10px;padding:12px;display:flex;flex-direction:column;overflow:hidden}.hv-card-title{font-size:11.5px;font-weight:700;color:#1C252E;line-height:1.3}.hv-card-sub{font-size:9.5px;color:#919EAB;margin-top:1px;margin-bottom:8px}.hv-card-head-row{display:flex;align-items:flex-start;justify-content:space-between;gap:6px;margin-bottom:8px}.hv-chart-card{position:relative}.hv-chart-card--full{grid-column:1/-1}.hv-legend-row{display:flex;align-items:center;gap:6px;font-size:9px;color:#637381}.hv-leg-dot{width:7px;height:7px;border-radius:50%;display:inline-block;flex-shrink:0}.hv-selector-pill{display:flex;align-items:center;gap:3px;background:#F4F6F8;border:1px solid rgba(145,158,171,.2);border-radius:5px;padding:3px 7px;font-size:9.5px;color:#637381;font-weight:500;white-space:nowrap;cursor:pointer}.hv-tab-group{display:flex;gap:2px;background:#F4F6F8;border-radius:6px;padding:2px}.hv-tab{font-size:9px;font-weight:600;padding:2px 7px;border-radius:4px;color:#919EAB;cursor:pointer}.hv-tab--active{background:#FFFFFF;color:#1C252E;box-shadow:0 1px 4px rgba(0,0,0,.08)}.hv-barchart{display:flex;align-items:flex-end;gap:2px;flex:1;min-height:70px;padding-top:4px}.hv-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;height:100%}.hv-bar-wrap{flex:1;width:100%;display:flex;align-items:flex-end;gap:2px}.hv-bar{flex:1;border-radius:3px 3px 0 0;min-height:4px;transition:height .5s cubic-bezier(.22,1,.36,1)}.hv-bar--b,.hv-bar--c{opacity:.85}.hv-bar-label{font-size:7px;color:#919EAB;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-align:center}.hv-hbarchart{display:flex;flex-direction:column;gap:14px;flex:1;justify-content:center}.hv-hbar-row{display:flex;align-items:center;gap:8px}.hv-hbar-label{font-size:10px;font-weight:500;color:#637381;width:48px;flex-shrink:0}.hv-hbar-track{flex:1;height:8px;background:#F4F6F8;border-radius:4px;overflow:hidden}.hv-hbar-fill{height:100%;border-radius:4px;transition:width .6s cubic-bezier(.22,1,.36,1)}.hv-area-chart{flex:1;min-height:0;overflow:hidden}.hv-area-xaxis{display:flex;justify-content:space-between;padding:3px 0 0}.hv-area-xaxis span{font-size:6.5px;color:#919EAB;font-weight:500}.hv-tbl-card{display:flex;flex-direction:column;gap:6px}.hv-tbl-toolbar{justify-content:space-between}.hv-tbl-search,.hv-tbl-toolbar{display:flex;align-items:center}.hv-tbl-search{gap:4px;background:#F4F6F8;border-radius:5px;padding:3px 8px;font-size:8px;color:#919EAB}.hv-tbl-action{font-size:8px;font-weight:600;color:#637381;cursor:pointer}.hv-tbl-wrap{overflow:hidden;border-radius:6px;border:1px solid rgba(145,158,171,.12)}.hv-tbl{width:100%;border-collapse:collapse;font-size:8px}.hv-tbl th{background:#F4F6F8;text-align:left;font-weight:600;color:#637381;font-size:7.5px}.hv-tbl td,.hv-tbl th{padding:5px 6px;white-space:nowrap}.hv-tbl td{color:#1C252E;font-size:8px;border-top:1px solid rgba(145,158,171,.08)}.hv-tbl-fee{font-size:7px;font-weight:600;color:#fff;padding:2px 6px;border-radius:3px}.hv-tbl-footer{display:flex;align-items:center;justify-content:space-between;padding-top:4px}.hv-tbl-dense{font-size:7.5px;color:#637381}.hv-tbl-paging{font-size:7.5px;color:#919EAB}.hv-area-chart svg{display:block;width:100%;height:100%}.hv-xaxis{display:flex;justify-content:space-between;margin-top:4px}.hv-xaxis span{font-size:8px;color:#C4CDD5;font-weight:500}.hv-xaxis--sm span{font-size:7.5px}.hv-donut-card,.hv-donut-wrap{align-items:center}.hv-donut-wrap{position:relative;display:flex;justify-content:center;margin:8px 0}.hv-donut-center{position:absolute;text-align:center;top:50%;left:50%;transform:translate(-50%,-50%)}.hv-donut-center span{font-size:9px;font-weight:700;color:#1C252E;line-height:1.3;display:block}.hv-donut-legend{display:flex;flex-direction:column;gap:4px;width:100%;margin-top:4px}.hv-leg-item{display:flex;align-items:center;gap:5px;font-size:9px;color:#637381}.hv-calendar-card{grid-column:1/-1;padding:10px 14px}.hv-cal-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.hv-cal-nav{cursor:pointer;color:#637381;font-size:14px;line-height:1;padding:2px 4px;border-radius:4px;transition:background .15s}.hv-cal-nav:hover{background:#F4F6F8}.hv-cal-month{font-size:12px;font-weight:700;flex:1}.hv-cal-today-btn{font-size:9px;font-weight:600;background:#1C252E;color:#fff;border-radius:5px;padding:3px 8px;cursor:pointer}.hv-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:10px}.hv-cal-dayname{font-size:8.5px;font-weight:600;color:#919EAB;text-align:center;padding-bottom:4px}.hv-cal-cell{font-size:9px;text-align:center;padding:4px 2px;border-radius:5px;cursor:pointer;position:relative;color:#1C252E;font-weight:500;transition:background .15s}.hv-cal-cell:hover:not(.hv-cal-empty){background:#F4F6F8}.hv-cal-today{background:var(--primary,#00A76F)!important;color:#fff!important}.hv-cal-event,.hv-cal-today{font-weight:700}.hv-cal-empty{color:transparent;pointer-events:none}.hv-cal-dot{position:absolute;bottom:2px;left:50%;transform:translateX(-50%);width:4px;height:4px;background:var(--primary,#00A76F);border-radius:50%}.hv-cal-today .hv-cal-dot{background:#fff}.hv-cal-badges{display:flex;flex-direction:column;gap:4px}.hv-cal-badge{font-size:9px;color:#637381;font-weight:500;background:#F8FAFB;padding:4px 8px;border-radius:4px;display:block}.hv-quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;flex:1;margin-top:8px}.hv-qa-item{display:flex;align-items:center;gap:7px;padding:8px 10px;background:#F8FAFB;border:1px solid rgba(145,158,171,.12);border-radius:8px;cursor:pointer;font-size:10px;font-weight:600;color:#1C252E;transition:background .15s}.hv-qa-item:hover{background:#EDEFF1}.hv-qa-icon{width:26px;height:26px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hv-transport-row{display:grid;grid-template-columns:1fr 1.2fr;gap:8px;flex:1;min-height:0;overflow:hidden}.hv-alerts-list{display:flex;flex-direction:column;gap:5px;flex:1;overflow:hidden}.hv-alert-item{background:#F8FAFB;border:1px solid rgba(145,158,171,.12);border-radius:8px;padding:7px 10px 7px 14px;position:relative;flex-shrink:0}.hv-alert-item:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:3px;background:var(--alert-bar,#FF5630);border-radius:0 2px 2px 0}.hv-alert-title{font-size:10px;font-weight:600;color:#1C252E;line-height:1.3}.hv-alert-sub{font-size:8.5px;color:#637381;margin-top:1px;line-height:1.3}.hv-alert-footer{display:flex;align-items:center;gap:4px;margin-top:4px}.hv-alert-time{font-size:8px;color:#919EAB}.hv-alert-sep{font-size:8px;color:#C4CDD5}.hv-alert-tag{font-size:8px;font-weight:600;padding:1px 5px;border-radius:3px;background:rgba(255,86,48,.08);color:#FF5630}.hv-alert-tag--yellow{background:rgba(246,166,0,.1);color:#B76E00}.hv-view-all{font-size:9px;font-weight:600;color:var(--primary);cursor:pointer;white-space:nowrap}.hv-capacity-chart{flex:1;min-height:100px;display:flex;align-items:stretch;overflow:hidden}.hv-capacity-chart svg{width:100%;height:100%;display:block}.hv-dashboard-body{display:flex;flex-direction:column;gap:8px}.hv-action-cards-row{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;flex-shrink:0}.hv-action-card{background:#FFFFFF;border:1px solid rgba(145,158,171,.12);border-radius:10px;padding:9px 10px;display:flex;flex-direction:column;gap:3px;overflow:hidden}.hv-action-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:4px;margin-bottom:4px}.hv-action-card-icon-wrap{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hv-action-card-badge{font-size:7px;font-weight:700;padding:2px 6px;border-radius:10px;white-space:nowrap;line-height:1.4}.hv-action-card-title{font-size:9.5px;font-weight:700;color:#1C252E;line-height:1.3}.hv-action-card-sub{font-size:8px;color:#919EAB;font-weight:500;flex:1}.hv-action-card-btn{all:unset;cursor:pointer;font-size:8.5px;font-weight:600;text-align:center;padding:5px 4px;border-radius:6px;margin-top:5px;display:block;width:100%;box-sizing:border-box}.hv-dash-charts-row{display:grid;grid-template-columns:1.6fr 1fr;gap:8px;min-height:200px}.hv-fee-donut-card{align-items:center}.hv-fee-donut-wrap{flex:1;display:flex;align-items:center;justify-content:center;min-height:0}.hv-lib-title-row{display:flex;align-items:center;gap:4px}.hv-lib-trend-badge{display:flex;align-items:center;gap:3px;background:rgba(0,167,111,.08);color:var(--primary);font-size:8px;font-weight:600;padding:3px 7px;border-radius:10px;white-space:nowrap}.hv-lib-fines-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin-top:6px;margin-bottom:6px}.hv-lib-fine-card{background:#F8FAFB;border:1px solid rgba(145,158,171,.1);border-radius:7px;padding:6px 7px;display:flex;flex-direction:column;gap:1px}.hv-lib-fine-label{font-size:7.5px;color:#919EAB;font-weight:500;line-height:1.3}.hv-lib-fine-value{font-size:11.5px;font-weight:700;color:#1C252E;margin-top:2px}.hv-lib-fine-value--green{color:var(--primary)}.hv-lib-fine-value--red{color:#FF5630}.hv-lib-fine-badge{font-size:8px;font-weight:600;margin-top:1px}.hv-lib-fine-badge--up{color:var(--primary)}.hv-lib-fine-badge--down{color:#FF5630}.hv-lib-fine-note{font-size:7.5px;color:#919EAB;margin-top:1px}.hv-lib-progress-section{margin-bottom:6px}.hv-lib-prog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.hv-lib-prog-label{font-size:9.5px;font-weight:600;color:#1C252E}.hv-lib-prog-value{font-size:8.5px;color:#637381}.hv-lib-prog-track{height:7px;background:rgba(0,167,111,.15);border-radius:5px;overflow:hidden}.hv-lib-prog-fill{height:100%;background:var(--primary);border-radius:5px;transition:width .6s cubic-bezier(.22,1,.36,1)}.hv-lib-trend-section{flex:1;min-height:0;display:flex;flex-direction:column}.hv-lib-trend-title{font-size:10px;font-weight:700;color:#1C252E;margin-bottom:4px}.hv-lib-trend-chart{flex:1;min-height:0;display:flex;gap:4px}.hv-lib-yaxis{display:flex;flex-direction:column;justify-content:space-between;padding:2px 0}.hv-lib-yaxis span{font-size:7px;color:#C4CDD5;font-weight:500;white-space:nowrap}.hv-lib-chart-area{flex:1;min-height:50px;overflow:hidden}.hv-lib-chart-area svg{display:block;width:100%;height:100%}.hv-lib-xaxis{display:flex;justify-content:space-between;margin-top:3px;padding-left:28px}.hv-lib-xaxis span{font-size:7.5px;color:#C4CDD5;font-weight:500}.hv-lib-cats-header{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:7px 0;border-top:1px solid rgba(145,158,171,.1);border-bottom:1px solid rgba(145,158,171,.1);margin-bottom:8px}.hv-lib-cats-hl{font-size:7.5px;color:#919EAB;font-weight:500;margin-bottom:2px}.hv-lib-cats-hv{font-size:10px;font-weight:700;color:#1C252E;line-height:1.2}.hv-lib-cats-hn{font-size:8px;color:#919EAB;margin-top:1px}.hv-lib-catbars{display:flex;flex-direction:column;gap:6px;flex:1}.hv-lib-catbar-row{display:flex;flex-direction:column;gap:3px}.hv-lib-catbar-info{display:flex;justify-content:space-between;align-items:center}.hv-lib-catbar-label{font-size:9px;font-weight:500;color:#454F5B}.hv-lib-catbar-val{font-size:9px;font-weight:600;color:#1C252E}.hv-lib-catbar-track{height:7px;background:#F4F6F8;border-radius:4px;overflow:hidden}.hv-lib-catbar-fill{height:100%;border-radius:4px;transition:width .6s cubic-bezier(.22,1,.36,1)}.hv-lib-cats-legend{display:flex;align-items:center;gap:8px;margin-top:8px;font-size:8.5px;color:#637381}.hv-lib-leg-item{display:flex;align-items:center;gap:4px}.hv-lib-leg-div{width:1px;height:10px;background:rgba(145,158,171,.3)}.hv-visual-row--eq{grid-template-columns:1fr 1fr}.hv-workload-legend{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:4px;padding-top:4px;border-top:1px solid rgba(145,158,171,.1)}.hv-workload-legend .hv-leg-item{font-size:8px}.hv-student-donut-wrap{display:flex;justify-content:center;align-items:center;padding:6px 0;flex:1;min-height:0;max-width:130px;max-height:130px;margin:0 auto}.hv-participation-wrap{flex:1;min-height:0;overflow:hidden;display:flex;align-items:stretch}.hv-stu-body{display:flex;flex-direction:column;gap:10px}.hv-stu-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hv-stu-trend-card{display:flex;flex-direction:column;min-height:150px}.hv-stu-tab{font-size:8px;font-weight:600;color:#919EAB;padding:3px 8px;border-radius:5px;cursor:pointer;background:transparent}.hv-stu-tab--active{color:#1C252E;background:#F4F6F8}.hv-stu-house-bar-wrap{margin-bottom:8px}.hv-stu-house-bar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.hv-stu-house-bar-label{font-size:8px;color:#919EAB;font-weight:500}.hv-stu-house-bar-total{font-size:10px;font-weight:700;color:#1C252E}.hv-stu-house-bar{display:flex;height:8px;border-radius:6px;overflow:hidden;gap:1px}.hv-stu-house-seg{height:100%;border-radius:2px}.hv-stu-house-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.hv-stu-house-card{background:#F8FAFB;border-radius:8px;padding:7px 9px}.hv-stu-house-card-head{display:flex;align-items:center;gap:4px;margin-bottom:3px}.hv-stu-house-name{font-size:8px;font-weight:600;color:#637381}.hv-stu-house-count{font-size:16px;font-weight:800;color:#1C252E}.hv-stu-house-pct{font-size:8px;font-weight:500;color:#919EAB}.hv-stu-bday-today{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#00A76F,#00B8D9);border-radius:10px;padding:10px 12px;margin-bottom:8px}.hv-stu-bday-avatar{width:32px;height:32px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.hv-stu-bday-avatar--sm{width:28px;height:28px;font-size:10px}.hv-stu-bday-today .hv-stu-bday-info .hv-stu-bday-name{color:#fff}.hv-stu-bday-today .hv-stu-bday-info .hv-stu-bday-class{color:rgba(255,255,255,.7)}.hv-stu-bday-info{flex:1;min-width:0}.hv-stu-bday-name{font-size:9.5px;font-weight:700;color:#1C252E}.hv-stu-bday-class{font-size:7.5px;color:#919EAB;margin-top:1px}.hv-stu-bday-wish-btn{display:flex;align-items:center;gap:3px;background:rgba(255,255,255,.95);color:#00A76F;border:none;border-radius:7px;padding:5px 10px;font-size:8px;font-weight:700;cursor:pointer;flex-shrink:0}.hv-stu-bday-upcoming-label{font-size:8px;font-weight:600;color:#919EAB;margin-bottom:4px}.hv-stu-bday-list{display:flex;flex-direction:column;gap:2px}.hv-stu-bday-row{display:flex;align-items:center;gap:8px;padding:6px 0;border-bottom:1px solid rgba(145,158,171,.08)}.hv-stu-bday-date{font-size:8px;font-weight:600;color:#637381;white-space:nowrap;flex-shrink:0}.hv-stu-exam-list{display:flex;flex-direction:column;gap:2px}.hv-stu-exam-row{padding:7px 0;border-bottom:1px solid rgba(145,158,171,.08)}.hv-stu-exam-name{font-size:9.5px;font-weight:700;color:#1C252E}.hv-stu-exam-reg{font-size:7.5px;color:#919EAB;margin-top:1px}.hv-stu-exam-meta{display:flex;align-items:center;gap:4px;margin-top:3px;font-size:7.5px;color:#919EAB}.hv-stu-exam-tag{font-size:7px;font-weight:600;padding:2px 6px;border-radius:6px;margin-left:4px}.hv-stu-search-box{display:flex;align-items:center;gap:3px;border:1px solid rgba(145,158,171,.25);border-radius:6px;padding:3px 8px;font-size:8px;color:#919EAB}.hv-stu-enroll-list{display:flex;flex-direction:column;gap:2px}.hv-stu-enroll-row{display:flex;align-items:center;gap:8px;padding:6px 0;border-bottom:1px solid rgba(145,158,171,.08)}.hv-stu-enroll-status{font-size:7.5px;font-weight:600;padding:2px 7px;border-radius:8px;white-space:nowrap}.hv-stu-enroll-date{font-size:7px;color:#919EAB;margin-top:2px;text-align:right}.hv-donut-legend--row{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:4px 10px;margin-top:6px}.hv-division-pill{display:flex;align-items:center;gap:3px;border:1px solid rgba(145,158,171,.25);border-radius:6px;padding:3px 8px;cursor:pointer;white-space:nowrap}.hv-division-label{font-size:8px;color:#919EAB;font-weight:500}.hv-division-value{font-size:10px;font-weight:700;color:#1C252E}@media (max-width:540px){.hv-sidebar{width:42px}.hv-nav-label{display:none}.hv-topbar{padding:0 10px}.hv-search-box{display:none}.hv-content{padding:10px}.hv-stats-grid--3,.hv-stats-grid--4,.hv-stats-grid--6{grid-template-columns:repeat(2,1fr)}.hv-transport-row,.hv-visual-row{grid-template-columns:1fr}.hv-chart-card--full{grid-column:auto}}.hv-leave-card{gap:0}.hv-leave-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.hv-leave-badges{display:flex;gap:5px}.hv-leave-badge{font-size:8.5px;font-weight:600;border-radius:8px;padding:3px 8px}.hv-leave-badge--pending{background:#FFF7CD;color:#B76E00}.hv-leave-badge--approved{background:#D8F5EC;color:#007B55}.hv-leave-types{display:flex;gap:6px;margin-bottom:11px}.hv-leave-type-card{flex:1;background:#F8FAFB;border:1px solid rgba(145,158,171,.12);border-radius:8px;padding:8px 8px 8px 10px;display:flex;align-items:center;gap:7px}.hv-leave-type-bar{width:3px;height:32px;border-radius:2px;flex-shrink:0}.hv-leave-type-label{font-size:8px;color:#637381;font-weight:500;line-height:1.3;margin-bottom:2px}.hv-leave-type-count{font-size:13px;font-weight:700;color:#1C252E;line-height:1.2}.hv-leave-type-pct{font-size:8px;color:#919EAB;font-weight:400}.hv-leave-requests-title{font-size:10px;font-weight:700;color:#1C252E;margin-bottom:7px}.hv-leave-requests{display:flex;flex-direction:column;gap:7px;flex:1}.hv-leave-request-row{display:flex;align-items:center;gap:8px}.hv-leave-avatar{width:26px;height:26px;border-radius:50%;background:#00B8D9;color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hv-leave-request-info{flex:1;min-width:0}.hv-leave-request-name{font-size:9.5px;font-weight:600;color:#1C252E}.hv-leave-request-meta{font-size:8px;color:#919EAB;margin-top:1px}.hv-leave-status{font-size:8px;font-weight:600;padding:3px 7px;border-radius:6px;white-space:nowrap}.hv-leave-footer{margin-top:10px;padding-top:9px;border-top:1px solid rgba(145,158,171,.14);font-size:9px;font-weight:600;color:#637381;display:flex;align-items:center;justify-content:flex-end;gap:2px;cursor:pointer}.hv-celeb-card{gap:0}.hv-celeb-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.hv-celeb-title-row{display:flex;align-items:center;gap:5px}.hv-celeb-party-icon{font-size:14px;line-height:1}.hv-celeb-calendar-btn{display:flex;align-items:center;gap:4px;font-size:8.5px;font-weight:600;color:#637381;background:#F4F6F8;border-radius:7px;padding:4px 8px;cursor:pointer}.hv-celeb-tabs{display:flex;border-bottom:1px solid rgba(145,158,171,.14);margin-bottom:10px}.hv-celeb-tab{all:unset;font-size:9px;font-weight:600;padding:5px 10px;cursor:pointer;color:#637381;border-bottom:2px solid transparent;margin-bottom:-1px}.hv-celeb-tab--active{color:#7635DC;border-bottom-color:#7635DC}.hv-celeb-section-label{font-size:7.5px;font-weight:700;color:#919EAB;letter-spacing:.06em;text-transform:uppercase;margin-bottom:7px;margin-top:2px}.hv-celeb-special-card{display:flex;align-items:center;gap:10px;background:#F4F6F8;border-radius:9px;padding:10px 11px;margin-bottom:10px}.hv-celeb-avatar{width:30px;height:30px;border-radius:50%;background:#919EAB;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hv-celeb-avatar--gray{background:#C4CDD5}.hv-celeb-person-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.hv-celeb-person-name{font-size:10px;font-weight:700;color:#1C252E}.hv-celeb-person-role{font-size:8.5px;color:#637381}.hv-celeb-age-badge{display:inline-flex;align-items:center;gap:3px;background:#EDE9FE;color:#7635DC;font-size:8px;font-weight:600;padding:2px 7px;border-radius:6px;width:fit-content}.hv-celeb-upcoming-list{display:flex;flex-direction:column;gap:7px}.hv-celeb-upcoming-row{display:flex;align-items:center;gap:8px;background:#F8FAFB;border-radius:8px;padding:7px 9px}.hv-celeb-date-col{display:flex;flex-direction:column;align-items:flex-end;gap:2px;margin-left:auto}.hv-celeb-date-badge{display:inline-flex;align-items:center;gap:3px;background:#EDE9FE;color:#7635DC;font-size:8px;font-weight:600;padding:2px 7px;border-radius:6px;white-space:nowrap}.hv-celeb-age-text{font-size:7.5px;color:#919EAB}.hv-comm-body{display:flex;flex-direction:column;gap:8px}.hv-comm-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hv-comm-stat-card{background:#FFFFFF;border:1px solid rgba(145,158,171,.12);border-radius:10px;padding:14px 16px;display:flex;flex-direction:column;gap:6px}.hv-comm-stat-head{display:flex;align-items:flex-start;justify-content:space-between}.hv-comm-stat-label{font-size:10px;color:#637381;font-weight:500}.hv-comm-stat-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hv-comm-stat-value{font-size:22px;font-weight:800;color:#1C252E;line-height:1}.hv-comm-stat-badges{display:flex;gap:5px;flex-wrap:wrap}.hv-comm-badge{font-size:8px;font-weight:600;padding:2px 7px;border-radius:5px}.hv-comm-badge--green{background:#D8F3EC;color:#007B55}.hv-comm-badge--blue{background:#D6F4F9;color:#006C9C}.hv-comm-badge--purple{background:#EDE9FE;color:#7635DC}.hv-comm-badge--red{background:#FFE6DF;color:#B71D18}.hv-comm-calendar-card{padding:10px 12px}.hv-comm-cal-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.hv-comm-cal-views{display:flex;gap:2px;background:#F4F6F8;border-radius:6px;padding:2px}.hv-comm-cal-view-btn{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:4px;color:#919EAB;transition:background .15s,color .15s}.hv-comm-cal-view-btn--active{background:#FFFFFF;color:#1C252E;box-shadow:0 1px 3px rgba(0,0,0,.08)}.hv-comm-cal-nav{display:flex;align-items:center;gap:8px}.hv-comm-cal-arrow{cursor:pointer;color:#637381;display:flex;align-items:center;padding:2px;border-radius:4px;transition:background .15s}.hv-comm-cal-arrow:hover{background:#F4F6F8}.hv-comm-cal-month{font-size:11px;font-weight:700;color:#1C252E}.hv-comm-cal-today-btn{all:unset;cursor:pointer;font-size:9px;font-weight:600;background:#1C252E;color:#fff;border-radius:14px;padding:4px 12px}.hv-comm-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);border-top:1px solid #f0f2f4;border-left:1px solid #f0f2f4}.hv-comm-cal-dayname{font-size:8.5px;font-weight:600;color:#919EAB;text-align:center;padding:6px 2px;background:#FAFBFC}.hv-comm-cal-cell,.hv-comm-cal-dayname{border-right:1px solid #f0f2f4;border-bottom:1px solid #f0f2f4}.hv-comm-cal-cell{min-height:36px;padding:3px 4px;position:relative}.hv-comm-cal-date{font-size:8px;font-weight:500;color:#1C252E;position:absolute;top:3px;right:4px}.hv-comm-cal-today{background:rgba(145,158,171,.1)}.hv-comm-cal-today .hv-comm-cal-date{color:var(--primary,#00A76F);font-weight:700}.hv-comm-cal-other .hv-comm-cal-date{color:#C4CDD5}.hv-comm-cal-empty{pointer-events:none}.hv-comm-charts-row{display:grid;grid-template-columns:1.8fr 1fr;gap:8px;min-height:140px}.hv-comm-trend-card{min-height:130px}.hv-comm-donut-card{align-items:center}.hv-comm-donut-wrap{flex:1;display:flex;align-items:center;justify-content:center;min-height:0}.hv-cal-body{display:flex;flex-direction:column;gap:8px}.hv-cal-charts-row{display:grid;grid-template-columns:1.6fr 1fr;gap:8px;min-height:160px}.hv-cal-donut-card{align-items:center}.hv-cal-donut-wrap{flex:1;display:flex;align-items:center;justify-content:center;min-height:0}.hv-hostel-body{display:flex;flex-direction:column;gap:8px}.hv-hostel-row{display:grid;grid-template-columns:1.6fr 1fr;gap:8px}.hv-hostel-occ-card{display:flex;flex-direction:column;min-height:130px}.hv-hostel-donut-card{display:flex;flex-direction:column;align-items:center}.hv-hostel-donut-wrap{flex:1;display:flex;align-items:center;justify-content:center;min-height:0}.hv-hostel-floors{display:flex;flex-direction:column;gap:8px;margin-top:6px}.hv-hostel-floor-row{display:flex;flex-direction:column;gap:3px}.hv-hostel-floor-info{display:flex;justify-content:space-between;align-items:center}.hv-hostel-floor-name{font-size:9px;font-weight:500;color:#454F5B}.hv-hostel-floor-count{font-size:8.5px;font-weight:600;color:#1C252E}.hv-hostel-floor-track{height:7px;background:#F4F6F8;border-radius:4px;overflow:hidden}.hv-hostel-floor-fill{height:100%;border-radius:4px;transition:width .6s cubic-bezier(.22,1,.36,1)}.hv-hostel-complaints{display:flex;flex-direction:column;gap:5px;margin-top:4px}.hv-hostel-complaint-row{display:flex;align-items:center;gap:6px;padding:4px 0;border-bottom:1px solid rgba(145,158,171,.08)}.hv-hostel-complaint-icon{width:24px;height:24px;border-radius:7px;background:rgba(145,158,171,.08);color:#637381;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hv-hostel-complaint-info{flex:1;min-width:0}.hv-hostel-complaint-label{font-size:9px;font-weight:600;color:#1C252E}.hv-hostel-complaint-time{font-size:7.5px;color:#919EAB}.hv-hostel-complaint-status{font-size:7.5px;font-weight:600;padding:2px 7px;border-radius:8px;white-space:nowrap}.hv-hostel-mess-list{display:flex;flex-direction:column;gap:6px;margin-top:6px}.hv-hostel-meal-row{display:flex;gap:8px;align-items:flex-start}.hv-hostel-meal-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:3px}.hv-hostel-meal-info{flex:1}.hv-hostel-meal-name{font-size:9.5px;font-weight:700;color:#1C252E}.hv-hostel-meal-time{font-size:7.5px;color:#919EAB;margin-top:1px}.hv-hostel-meal-items{font-size:8px;color:#637381;margin-top:2px}.hv-hostel-fee-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:6px;margin-bottom:6px}.hv-hostel-fee-card{background:#F8FAFB;border:1px solid rgba(145,158,171,.1);border-radius:7px;padding:7px 8px;text-align:center}.hv-hostel-fee-label{font-size:7.5px;color:#919EAB;font-weight:500}.hv-hostel-fee-value{font-size:13px;font-weight:700;margin-top:2px}.hv-hostel-fee-progress{margin-bottom:6px}.hv-hostel-fee-prog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.hv-hostel-fee-prog-label{font-size:9px;font-weight:600;color:#1C252E}.hv-hostel-fee-prog-pct{font-size:9px;font-weight:700;color:var(--primary)}.hv-hostel-fee-track{height:7px;background:rgba(0,167,111,.15);border-radius:5px;overflow:hidden}.hv-hostel-fee-fill{height:100%;background:var(--primary);border-radius:5px;transition:width .6s cubic-bezier(.22,1,.36,1)}.hv-hostel-fee-footer{font-size:7.5px;color:#919EAB;text-align:right}.hv-res-body{display:flex;flex-direction:column;gap:8px}.hv-res-row{display:grid;grid-template-columns:1.6fr 1fr;gap:8px}.hv-res-inv-card{display:flex;flex-direction:column}.hv-res-inv-content{display:flex;gap:12px;align-items:center;margin-top:6px}.hv-res-donut-wrap{flex-shrink:0}.hv-res-cat-list{display:flex;flex-direction:column;gap:5px;flex:1}.hv-res-cat-row{display:flex;align-items:center;gap:5px}.hv-res-cat-label{font-size:8.5px;color:#454F5B;flex:1}.hv-res-cat-pct{font-size:8.5px;font-weight:700;color:#1C252E}.hv-res-orders{display:flex;flex-direction:column;gap:4px;margin-top:5px}.hv-res-order-row{display:flex;align-items:center;gap:6px;padding:4px 0;border-bottom:1px solid rgba(145,158,171,.08)}.hv-res-order-icon{width:22px;height:22px;border-radius:6px;background:rgba(0,167,111,.08);color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hv-res-order-info{flex:1;min-width:0}.hv-res-order-item{font-size:9px;font-weight:600;color:#1C252E}.hv-res-order-dept{font-size:7.5px;color:#919EAB}.hv-res-order-status{font-size:7.5px;font-weight:600;padding:2px 7px;border-radius:8px;white-space:nowrap}.hv-res-maint-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin:6px 0}.hv-res-maint-stat{background:#F8FAFB;border:1px solid rgba(145,158,171,.1);border-radius:7px;padding:6px 8px;text-align:center}.hv-res-maint-count{font-size:14px;font-weight:700}.hv-res-maint-label{font-size:7.5px;color:#919EAB;font-weight:500;margin-top:1px}.hv-res-maint-list{display:flex;flex-direction:column;gap:4px}.hv-res-maint-row{display:flex;align-items:center;gap:6px;padding:4px 0;border-bottom:1px solid rgba(145,158,171,.08)}.hv-res-maint-icon{width:22px;height:22px;border-radius:6px;background:rgba(145,158,171,.08);color:#637381;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hv-res-maint-info{flex:1;min-width:0}.hv-res-maint-title{font-size:9px;font-weight:600;color:#1C252E}.hv-res-maint-sub{font-size:7.5px;color:#919EAB}.hv-res-maint-priority{font-size:7.5px;font-weight:600;padding:2px 7px;border-radius:8px;white-space:nowrap}.hv-res-loss-summary{display:flex;gap:10px;margin:6px 0 8px}.hv-res-loss-stat{display:flex;align-items:center;gap:6px;background:#F8FAFB;border:1px solid rgba(145,158,171,.1);border-radius:8px;padding:7px 10px;flex:1}.hv-res-loss-val{font-size:10px;font-weight:700;color:#1C252E}.hv-res-loss-sub{font-size:7.5px;color:#919EAB}.hv-res-loss-list{display:flex;flex-direction:column;gap:4px}.hv-res-loss-row{display:flex;align-items:center;gap:6px;padding:4px 0;border-bottom:1px solid rgba(145,158,171,.08)}.hv-res-loss-icon{width:22px;height:22px;border-radius:6px;background:rgba(255,86,48,.08);color:#FF5630;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hv-res-loss-info{flex:1;min-width:0}.hv-res-loss-title{font-size:9px;font-weight:600;color:#1C252E}.hv-res-loss-date{font-size:7.5px;color:#919EAB}.hv-res-loss-tag{font-size:7.5px;font-weight:600;padding:2px 7px;border-radius:8px;white-space:nowrap}.hv-res-spend-card{display:flex;flex-direction:column;min-height:140px}.hv-res-audit-stats{display:flex;flex-direction:column;gap:6px;margin-top:6px}.hv-res-audit-card{gap:8px;padding:6px;background:#F8FAFB;border:1px solid rgba(145,158,171,.1)}.hv-res-audit-card,.hv-res-audit-icon{display:flex;align-items:center;border-radius:8px}.hv-res-audit-icon{width:28px;height:28px;justify-content:center;flex-shrink:0}.hv-res-audit-label{font-size:7.5px;color:#919EAB;font-weight:500}.hv-res-audit-value{font-size:10px;font-weight:700;color:#1C252E}.hv-sec-body{display:grid;grid-template-columns:1fr 1.5fr;gap:10px;height:100%}.hv-sec-left{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(145,158,171,.12);border-radius:10px;padding:10px;overflow-y:auto;overscroll-behavior:contain}.hv-sec-heading{margin-bottom:8px}.hv-sec-heading-title{font-size:12px;font-weight:800;color:#1C252E}.hv-sec-heading-sub{font-size:8px;color:#919EAB;margin-top:1px}.hv-sec-module-list{display:flex;flex-direction:column;gap:4px}.hv-sec-module-card{display:flex;align-items:center;gap:7px;padding:7px 8px;border-radius:10px;background:#F8FAFB;border:1.5px solid transparent;cursor:pointer;transition:all .15s}.hv-sec-module-card:hover{background:#F4F6F8}.hv-sec-module-card--active{background:rgba(0,167,111,.04);border-color:var(--primary)}.hv-sec-module-icon{width:28px;height:28px;border-radius:8px;background:#F4F6F8;color:#637381;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hv-sec-module-icon--active{background:var(--primary);color:#fff}.hv-sec-module-info{flex:1;min-width:0}.hv-sec-module-name{font-size:9px;font-weight:600;color:#1C252E;line-height:1.2}.hv-sec-module-name--active{color:var(--primary)}.hv-sec-module-bar-row{display:flex;align-items:center;gap:5px;margin-top:3px}.hv-sec-module-track{flex:1;height:4px;background:#E5E8EB;border-radius:3px;overflow:hidden}.hv-sec-module-fill{height:100%;background:var(--primary);border-radius:3px;transition:width .5s cubic-bezier(.22,1,.36,1)}.hv-sec-module-pct{font-size:7.5px;font-weight:600;color:#919EAB;min-width:22px;text-align:right}.hv-sec-toggle{display:flex;align-items:center;flex-shrink:0}.hv-sec-toggle--on{color:var(--primary)}.hv-sec-toggle--off{color:#C4CDD5}.hv-sec-right{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(145,158,171,.12);border-radius:10px;padding:10px 12px}.hv-sec-right-header{display:flex;align-items:center;gap:8px;padding-bottom:8px;border-bottom:1px dashed rgba(145,158,171,.2);margin-bottom:4px}.hv-sec-right-icon{width:32px;height:32px;border-radius:9px;background:#F4F6F8;color:#637381;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hv-sec-right-heading{flex:1}.hv-sec-right-title{font-size:12px;font-weight:800;color:#1C252E}.hv-sec-right-sub{font-size:8px;color:#919EAB;margin-top:1px}.hv-sec-select-all{display:flex;align-items:center;gap:5px}.hv-sec-select-all-label{font-size:8.5px;font-weight:600;color:#637381}.hv-sec-sub-list{display:flex;flex-direction:column;gap:2px}.hv-sec-sub-row{display:flex;align-items:center;justify-content:space-between;padding:9px 10px;border:1px solid rgba(145,158,171,.1);border-radius:9px;margin-top:4px}.hv-sec-sub-label{font-size:9.5px;font-weight:500;color:#1C252E}.hv-guard-body{flex-direction:column}.hv-guard-body,.hv-guard-row{display:flex;gap:10px;flex:1;min-height:0}.hv-guard-row>.hv-card{flex:1;min-height:0}.hv-guard-wide-card{flex:1.3!important}.hv-guard-list{display:flex;flex-direction:column;gap:3px;flex:1;min-height:0;overflow-y:auto}.hv-guard-log-row{display:flex;align-items:center;gap:6px;padding:5px 0;border-bottom:1px solid rgba(145,158,171,.08)}.hv-guard-log-icon{width:24px;height:24px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hv-guard-log-info{flex:1;min-width:0}.hv-guard-log-name{font-size:9px;font-weight:600;color:#1C252E;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hv-guard-log-sub{font-size:7.5px;color:#919EAB;margin-top:1px}.hv-guard-log-status{font-size:7.5px;font-weight:600;padding:2px 7px;border-radius:8px;white-space:nowrap;flex-shrink:0}.hv-guard-gp-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:4px}.hv-guard-gp-stat{background:#F8FAFB;border-radius:8px;padding:6px 8px;text-align:center}.hv-guard-gp-count{font-size:14px;font-weight:800}.hv-guard-gp-label{font-size:7px;color:#919EAB;font-weight:500;margin-top:1px}.hv-guard-duty-row{display:flex;align-items:center;gap:6px;padding:5px 0;border-bottom:1px solid rgba(145,158,171,.08)}.hv-guard-duty-avatar{width:24px;height:24px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0}.hv-guard-alert-list{display:flex;flex-direction:column;gap:4px;flex:1;min-height:0}.hv-guard-alert-row{display:flex;align-items:center;gap:6px;padding:6px 0;border-bottom:1px solid rgba(145,158,171,.08)}.hv-guard-alert-icon{width:24px;height:24px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hv-acad-perf-card{display:flex;flex-direction:column;gap:8px}.hv-acad-perf-list{display:flex;flex-direction:column;gap:5px}.hv-acad-perf-row{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:8px}.hv-acad-perf-avatar{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:9px;font-weight:600;flex-shrink:0}.hv-acad-perf-info{flex:1;min-width:0}.hv-acad-perf-name{font-size:9px;font-weight:600;color:#212B36}.hv-acad-perf-score{font-size:8px;color:#919EAB;display:flex;align-items:center;gap:3px}.hv-acad-perf-badge{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;flex-shrink:0}.hv-acad-perf-badge--bottom,.hv-acad-perf-badge--top{background:#D8F5EC}.pillar-card-link{display:block;min-height:180px;border-radius:16px;padding:22px 20px 20px;text-decoration:none;position:relative;overflow:hidden;cursor:pointer;box-sizing:border-box;background:#ffffff;border:1px solid rgba(0,0,0,.07);box-shadow:0 2px 12px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.04);transition:transform .38s cubic-bezier(.22,1,.36,1),box-shadow .38s cubic-bezier(.22,1,.36,1),border-color .38s ease}.pillar-card-link:before{content:"";position:absolute;top:0;left:22%;right:22%;height:1.5px;border-radius:2px;background:var(--pillar-color,#10b981);opacity:.55;transition:opacity .4s ease,left .4s ease,right .4s ease}.pillar-card-link:hover{transform:translateY(-8px) scale(1.025);border-color:rgba(0,167,111,.2);box-shadow:0 20px 48px rgba(0,0,0,.1),0 0 0 1px var(--pillar-glow,rgba(0,167,111,.18)),0 0 32px -4px var(--pillar-glow,rgba(0,167,111,.2))}.pillar-card-link:hover:before{left:8%;right:8%;opacity:.9}.pillar-card-link:after{content:"";position:absolute;top:0;left:-130%;width:65%;height:100%;background:linear-gradient(105deg,transparent 12%,rgba(255,255,255,.1) 44%,rgba(255,255,255,.25) 50%,rgba(255,255,255,.1) 56%,transparent 88%);transform:skewX(-15deg);z-index:6;pointer-events:none}.pillar-card-link:hover:after{animation:card-shine .7s ease-out forwards}@keyframes card-shine{to{left:180%}}.pillar-card-hover-glow{position:absolute;inset:0;border-radius:16px;opacity:0;pointer-events:none;transition:opacity .48s ease}.pillar-card-link:hover .pillar-card-hover-glow{opacity:1}.pillar-icon-bubble{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;margin-bottom:13px;flex-shrink:0;position:relative;z-index:1;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease}.pillar-card-link:hover .pillar-icon-bubble{transform:scale(1.18) rotate(6deg)}.pillar-card-title{position:relative;z-index:1;font-size:13.5px;font-weight:700;color:var(--text-primary);line-height:1.38;margin:0 0 7px;letter-spacing:-.01em}.pillar-card-desc{position:relative;z-index:1;font-size:12px;line-height:1.66;color:var(--text-secondary);margin:0}.pillar-card-cta{position:relative;z-index:1;display:inline-flex;align-items:center;gap:4px;margin-top:14px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;opacity:.62;transition:gap .25s ease,opacity .25s ease}.pillar-card-link:hover .pillar-card-cta{gap:8px;opacity:1}@media (max-width:1023px){.pillars-section{display:none}}.pillars-section{position:relative;overflow:hidden;padding:112px 0 104px;background:radial-gradient(ellipse 90% 50% at 50% -8%,rgba(0,167,111,.07) 0,transparent 55%),radial-gradient(ellipse 70% 40% at 85% 110%,rgba(99,102,241,.04) 0,transparent 50%),#fafdfb}.pillars-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,167,111,.3) 28%,rgba(99,102,241,.22) 50%,rgba(0,167,111,.3) 72%,transparent);z-index:2;pointer-events:none}.pillars-glow-overlay{background:radial-gradient(ellipse 60% 50% at 50% 50%,rgba(0,167,111,.06) 0,rgba(99,102,241,.025) 42%,transparent 68%)}.pillars-glow-overlay,.pillars-scan-grid{position:absolute;inset:0;pointer-events:none;z-index:0}.pillars-scan-grid{background-image:radial-gradient(circle,rgba(0,167,111,.15) 1px,transparent 0);background-size:28px 28px;opacity:.5}.pillars-wrapper{position:relative;z-index:10;width:100%;max-width:1080px;margin:0 auto;padding:0 24px;box-sizing:border-box}.pillars-header{text-align:center;margin-bottom:72px}.pillars-overline{display:inline-flex;align-items:center;gap:10px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.26em;color:var(--primary);margin-bottom:18px}.pillars-overline:after,.pillars-overline:before{content:"";display:block;width:28px;height:1px;background:linear-gradient(90deg,transparent,var(--primary));opacity:.55}.pillars-overline:after{background:linear-gradient(90deg,var(--primary),transparent)}.pillars-title{font-size:clamp(1.9rem,3.6vw,2.85rem);font-weight:800;color:var(--text-primary);line-height:1.13;margin:0 0 18px;letter-spacing:-.02em}.pillars-title-accent{background-image:linear-gradient(92deg,#00a76f,#10b981 46%,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pillars-subtitle{max-width:490px;margin:0 auto;font-size:15.5px;line-height:1.74;color:var(--text-secondary)}.pillars-diagram{position:relative;width:860px;height:760px;margin:0 auto}.pillars-svg-layer{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;overflow:visible;z-index:1}.pillar-slot{position:absolute;width:190px;z-index:3}.pillar-slot.top{left:335px;top:0}.pillar-slot.left{left:0;top:290px}.pillar-slot.right{right:0;top:290px}.pillar-slot.bottom{left:335px;bottom:0}.pillar-hub-wrap{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:4}.pillars-mobile{display:none;flex-direction:column;align-items:center;gap:24px}.pillars-mobile-hub{margin-bottom:12px}.pillars-mobile-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;width:100%;max-width:520px}@media (max-width:920px){.pillars-diagram{display:none}.pillars-mobile{display:flex}.pillars-section{padding:80px 0 72px}.pillars-header{margin-bottom:52px}}@media (max-width:560px){.pillars-mobile-grid{grid-template-columns:1fr;max-width:340px}.pillars-section{padding:64px 0 56px}.pillars-wrapper{padding:0 16px}}.pillars-bottom-fade{position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(180deg,transparent,rgba(250,253,251,.85));pointer-events:none;z-index:0}.mps-section{position:relative;overflow:hidden;padding:88px 0 100px;background:radial-gradient(ellipse 90% 50% at 50% -8%,rgba(0,167,111,.07) 0,transparent 55%),radial-gradient(ellipse 70% 40% at 85% 110%,rgba(99,102,241,.04) 0,transparent 50%),#fafdfb}.mps-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,167,111,.3) 28%,rgba(99,102,241,.22) 50%,rgba(0,167,111,.3) 72%,transparent);z-index:2;pointer-events:none}@media (min-width:1024px){.mps-section{display:none}}.mps-glow-overlay{background:radial-gradient(ellipse 60% 50% at 50% 50%,rgba(0,167,111,.06) 0,rgba(99,102,241,.025) 45%,transparent 68%)}.mps-glow-overlay,.mps-scan-grid{position:absolute;inset:0;pointer-events:none;z-index:0}.mps-scan-grid{background-image:radial-gradient(circle,rgba(0,167,111,.15) 1px,transparent 0);background-size:28px 28px;opacity:.5}.mps-wrapper{position:relative;z-index:10;max-width:480px;margin:0 auto;padding:0 20px;box-sizing:border-box}.mps-header{text-align:center;margin-bottom:52px}.mps-overline{display:inline-flex;align-items:center;gap:10px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.26em;color:var(--primary);margin-bottom:16px}.mps-overline:after,.mps-overline:before{content:"";display:block;width:24px;height:1px;background:linear-gradient(90deg,transparent,var(--primary));opacity:.55}.mps-overline:after{background:linear-gradient(90deg,var(--primary),transparent)}.mps-title{font-size:clamp(1.72rem,8.5vw,2.5rem);font-weight:800;color:var(--text-primary);line-height:1.15;margin:0 0 14px;letter-spacing:-.022em}.mps-accent{background-image:linear-gradient(92deg,#00a76f,#10b981 46%,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mps-subtitle{font-size:15px;line-height:1.72;color:var(--text-secondary);margin:0 auto;max-width:320px}.mps-core-wrap{display:flex;justify-content:center;margin-bottom:0}.mps-mobile-stack{display:flex;flex-direction:column;align-items:center;width:100%}.mps-card-wrap{width:100%;max-width:340px}.mps-tablet-grid{display:none}@media (min-width:640px){.mps-mobile-stack{display:none}.mps-tablet-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:44px}.mps-card-wrap{max-width:none}.mps-wrapper{max-width:860px}.mps-core-wrap{margin-bottom:8px}}@media (min-width:768px){.mps-wrapper{max-width:960px}.mps-tablet-grid{gap:20px;margin-top:52px}.mps-header{margin-bottom:60px}}@media (max-width:380px){.mps-section{padding:68px 0 80px}.mps-wrapper{padding:0 16px}.mps-subtitle{font-size:14px}}.mpcard{display:block;position:relative;overflow:hidden;border-radius:18px;padding:22px 20px 20px;text-decoration:none;cursor:pointer;box-sizing:border-box;background:#ffffff;border:1px solid rgba(0,0,0,.07);box-shadow:0 2px 12px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.04);transition:box-shadow .36s cubic-bezier(.22,1,.36,1),border-color .36s ease}.mpcard-accent-bar{position:absolute;top:0;left:22%;right:22%;height:1.5px;border-radius:2px;background:var(--pc,#10b981);opacity:.55;transition:left .4s ease,right .4s ease,opacity .4s ease;pointer-events:none}.mpcard:focus-visible .mpcard-accent-bar,.mpcard:hover .mpcard-accent-bar{left:6%;right:6%;opacity:.92}.mpcard:focus-visible,.mpcard:hover{border-color:rgba(0,167,111,.2);box-shadow:0 20px 48px rgba(0,0,0,.1),0 0 0 1px var(--pcg,rgba(0,167,111,.18)),0 0 32px -4px var(--pcg,rgba(0,167,111,.2))}.mpcard-hover-glow{position:absolute;inset:0;border-radius:18px;opacity:0;pointer-events:none;transition:opacity .44s ease}.mpcard:focus-visible .mpcard-hover-glow,.mpcard:hover .mpcard-hover-glow{opacity:1}.mpcard-shine{position:absolute;top:0;left:-120%;width:60%;height:100%;background:linear-gradient(105deg,transparent 14%,rgba(255,255,255,.1) 44%,rgba(255,255,255,.25) 50%,rgba(255,255,255,.1) 56%,transparent 86%);transform:skewX(-15deg);z-index:6;pointer-events:none}.mpcard:hover .mpcard-shine{animation:mpcard-shine .62s ease-out forwards}@keyframes mpcard-shine{to{left:180%}}.mpcard-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:11px;margin-bottom:14px;flex-shrink:0;position:relative;z-index:1;transition:transform .34s cubic-bezier(.22,1,.36,1),box-shadow .34s ease}.mpcard:hover .mpcard-icon{transform:scale(1.18) rotate(7deg)}.mpcard-title{font-size:14px;font-weight:700;color:var(--text-primary);line-height:1.35;margin:0 0 8px;letter-spacing:-.012em}.mpcard-desc,.mpcard-title{position:relative;z-index:1}.mpcard-desc{font-size:12.5px;line-height:1.68;color:var(--text-secondary);margin:0}.mpcard-cta{position:relative;z-index:1;display:inline-flex;align-items:center;gap:4px;margin-top:14px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--pc,#10b981);opacity:.65;transition:gap .24s ease,opacity .24s ease}.mpcard:hover .mpcard-cta{gap:8px;opacity:1}.mps-bottom-fade{position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(180deg,transparent,rgba(250,253,251,.85));pointer-events:none;z-index:0}