:root{--navy: #16263F;--navy-deep: #0F1C31;--navy-dark: #111d35;--navy-light: #233650;--navy-accent: #2C5282;--blue: #2C5282;--blue-hover: #24476E;--blue-light: #EAF0F7;--blue-pale: #F3F6FB;--green: #27652A;--green-light: #E6F2E7;--amber: #9A5B00;--amber-light: #FBF1DF;--red: #A92D2D;--red-light: #FBE9E9;--purple: #5E1B8B;--purple-light: #F2EAF8;--cyan: #00695C;--cyan-light: #E1F0EE;--bg: #EEF1F5;--card-bg: #FFFFFF;--text: #1A2736;--text-secondary: #45566B;--text-muted: #6B7A90;--text-light: #9AA7BA;--border: #CCD5E0;--border-light: #E3E8EF;--border-focus: #2C5282;--shadow-xs: 0 1px 2px rgba(16,38,66,.06);--shadow: 0 1px 2px rgba(16,38,66,.05), 0 1px 3px rgba(16,38,66,.04);--shadow-md: 0 2px 6px rgba(16,38,66,.07), 0 1px 2px rgba(16,38,66,.05);--shadow-lg: 0 8px 24px rgba(16,38,66,.12), 0 2px 6px rgba(16,38,66,.06);--radius: 4px;--radius-md: 6px;--radius-lg: 8px;--transition: .14s ease;--sidebar-width: 250px;--topbar-height: 56px;--font: "PT Root UI", "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono: "PT Sans", ui-monospace, "SF Mono", Menlo, monospace}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:14px}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit;color:inherit}input,select,textarea{font-family:inherit;font-size:inherit;color:var(--text)}table{border-collapse:collapse}::selection{background:var(--blue);color:#fff}::placeholder{color:var(--text-light);opacity:1}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#c4cdd9;border-radius:6px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:#aeb8c7;background-clip:content-box;border:2px solid transparent}::-webkit-scrollbar-track{background:transparent}.layout{display:flex;height:100vh;overflow:hidden}.layout__main{flex:1;display:flex;flex-direction:column;min-width:0;overflow:hidden}.layout__content{flex:1;overflow-y:auto;padding:22px 28px 34px;background:linear-gradient(180deg,rgba(22,38,63,.02),transparent 220px),var(--bg)}.sidebar{width:var(--sidebar-width);background:var(--navy);color:#fff;display:flex;flex-direction:column;flex-shrink:0;z-index:100;transition:transform .25s ease,box-shadow .25s ease;box-shadow:1px 0 #0f1c3166}.sidebar__header{padding:18px 18px 16px;border-bottom:1px solid rgba(255,255,255,.07);display:flex;flex-direction:column;align-items:center;gap:10px}.sidebar__logo{width:100%;max-width:186px;height:auto;display:block}.sidebar__logo-caption{font-size:10.5px;color:#ffffff80;letter-spacing:.4px;text-align:center;font-weight:400}.sidebar__nav{flex:1;padding:8px 10px;display:flex;flex-direction:column;gap:1px;overflow-y:auto}.sidebar__section-label{font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:1.1px;color:#ffffff4d;padding:16px 10px 6px;-webkit-user-select:none;user-select:none}.sidebar__link{display:flex;align-items:center;gap:11px;padding:9px 11px;border-radius:var(--radius);color:#ffffff9e;transition:all var(--transition);font-size:13px;font-weight:400;position:relative}.sidebar__link:hover{background:#ffffff0f;color:#fff}.sidebar__link--active{background:#ffffff1c;color:#fff;font-weight:500}.sidebar__link--active:before{content:"";position:absolute;left:-10px;top:50%;transform:translateY(-50%);width:3px;height:22px;background:#d9a94f;border-radius:0 2px 2px 0}.sidebar__link svg{width:17px;height:17px;opacity:.55;flex-shrink:0}.sidebar__link:hover svg{opacity:.85}.sidebar__link--active svg{opacity:.95}.sidebar__footer{padding:12px 14px 14px;border-top:1px solid rgba(255,255,255,.07);background:#0000001f}.sidebar__user{display:flex;align-items:center;gap:10px;margin-bottom:10px;padding:2px 0}.sidebar__avatar{width:32px;height:32px;border-radius:var(--radius);background:var(--navy-accent);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex-shrink:0;color:#fff;border:1px solid rgba(255,255,255,.16)}.sidebar__user-info{display:flex;flex-direction:column;min-width:0}.sidebar__user-name{font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.sidebar__user-role{font-size:10.5px;color:#ffffff6b;margin-top:1px}.sidebar__logout{width:100%;padding:8px;border-radius:var(--radius);color:#ffffff80;font-size:12px;text-align:center;transition:all var(--transition);display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(255,255,255,.08)}.sidebar__logout:hover{background:#ffffff12;color:#fff;border-color:#ffffff24}.sidebar__logout svg{width:14px;height:14px}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0911208c;z-index:99}.topbar{height:var(--topbar-height);background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid var(--border-light);box-shadow:0 1px 2px #1026420d;position:relative;z-index:5}.topbar:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--navy) 0%,var(--blue) 40%,var(--blue) 60%,var(--navy) 100%)}.topbar__left{display:flex;align-items:center;gap:14px;min-width:0}.topbar__menu-btn{display:none;background:none;cursor:pointer;color:var(--text-secondary);padding:6px;border-radius:var(--radius);margin-left:-6px}.topbar__menu-btn:hover{background:var(--bg);color:var(--text)}.topbar__menu-btn svg{width:20px;height:20px}.topbar__title{font-size:14.5px;font-weight:600;color:var(--navy);letter-spacing:.1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar__right{display:flex;align-items:center;gap:18px}.topbar__date{font-size:12px;color:var(--text-muted);display:flex;align-items:center;gap:6px;padding:5px 11px;border:1px solid var(--border-light);border-radius:var(--radius);background:var(--bg);line-height:1.3}.topbar__user-chip{display:flex;align-items:center;gap:9px;padding:4px 11px 4px 5px;border-radius:var(--radius-md);border:1px solid var(--border-light);background:#fff;transition:border-color var(--transition)}.topbar__user-chip:hover{border-color:var(--border)}.topbar__user-avatar{width:28px;height:28px;border-radius:var(--radius);background:var(--navy-accent);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:11.5px;color:#fff}.topbar__user-meta{display:flex;flex-direction:column;line-height:1.25}.topbar__user-name{font-weight:600;font-size:12px}.topbar__user-role{font-size:10.5px;color:var(--text-muted)}.login-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px;position:relative;background:linear-gradient(155deg,#0b1626,#16263f 45%,#1e3357)}.login-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(900px 480px at 78% 12%,rgba(44,82,130,.28),transparent 60%),radial-gradient(700px 420px at 12% 88%,rgba(44,82,130,.18),transparent 55%)}.login-page__banner{text-align:center;margin-bottom:30px;color:#fff;position:relative;z-index:1}.login-page__banner-flag{width:240px;height:auto;margin:0 auto 22px;object-fit:contain;display:block;filter:drop-shadow(0 12px 28px rgba(0,0,0,.35))}.login-page__banner h1{font-size:17px;font-weight:700;margin-bottom:5px;letter-spacing:.3px;color:#fff}.login-page__banner p{font-size:12.5px;color:#ffffff8c}.login-card{width:100%;max-width:392px;background:#fff;border-radius:var(--radius-lg);box-shadow:0 24px 60px #00000059;overflow:hidden;position:relative;z-index:1;border:1px solid rgba(255,255,255,.06)}.login-card__header{padding:30px 32px 0;text-align:center}.login-card__header h2{font-size:17px;font-weight:700;color:var(--navy);margin-bottom:5px}.login-card__header p{font-size:12.5px;color:var(--text-muted)}.login-card__body{padding:26px 32px 30px}.login-form{display:flex;flex-direction:column;gap:16px}.login-form .btn--full{margin-top:2px}.login-error{background:var(--red-light);color:var(--red);padding:10px 12px;border-radius:var(--radius);font-size:12.5px;border-left:3px solid var(--red)}.login-demos{margin-top:22px;padding-top:16px;border-top:1px solid var(--border-light)}.login-demos__title{font-size:10px;color:var(--text-light);margin-bottom:9px;text-align:center;text-transform:uppercase;letter-spacing:.8px;font-weight:600}.login-demos__list{display:flex;gap:6px;flex-wrap:wrap}.login-demos__list .btn{flex:1;justify-content:center}.login-footer{margin-top:22px;position:relative;z-index:1;text-align:center;font-size:11px;color:#fff6}.btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:var(--radius);font-weight:500;font-size:12.5px;transition:all var(--transition);white-space:nowrap;border:1px solid transparent;line-height:1.45;letter-spacing:.1px}.btn svg{width:13px;height:13px;flex-shrink:0}.btn--primary{background:var(--blue);color:#fff;border-color:var(--blue)}.btn--primary:hover{background:var(--blue-hover);border-color:var(--blue-hover)}.btn--primary:active{background:#1e3a5f}.btn--success{background:var(--green);color:#fff;border-color:var(--green)}.btn--success:hover{background:#215525;border-color:#215525}.btn--danger{background:var(--red);color:#fff;border-color:var(--red)}.btn--danger:hover{background:#8e2424;border-color:#8e2424}.btn--warning{background:var(--amber);color:#fff;border-color:var(--amber)}.btn--warning:hover{background:#824d00;border-color:#824d00}.btn--outline{background:#fff;color:var(--text-secondary);border-color:var(--border)}.btn--outline:hover{background:var(--blue-pale);color:var(--text);border-color:var(--navy-accent)}.btn--sm{padding:5px 10px;font-size:12px}.btn--xs{padding:2px 6px;font-size:11px}.btn--full{width:100%;justify-content:center;padding:10px;font-size:13px}.btn--icon{padding:4px 6px}.btn:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.form-group{display:flex;flex-direction:column;gap:5px}.form-group label{font-size:12px;font-weight:600;color:var(--text-secondary);letter-spacing:.1px}.form-group input,.form-group select,.form-group textarea{padding:8px 11px;border:1px solid var(--border);border-radius:var(--radius);font-size:13.5px;background:#fff;color:var(--text);transition:all var(--transition);line-height:1.5}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:#b7c2d0}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #2c52821f}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-light)}.form-group textarea{resize:vertical;min-height:72px}.form-input,.form-select{padding:8px 11px;border:1px solid var(--border);border-radius:var(--radius);font-size:13.5px;background:#fff;color:var(--text);transition:all var(--transition)}.form-input:hover,.form-select:hover{border-color:#b7c2d0}.form-input:focus,.form-select:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #2c52821f}.form-input--readonly{background:var(--bg);color:var(--text-muted);cursor:not-allowed;font-weight:600}.form-row{display:flex;gap:14px;flex-wrap:wrap}.form-row .form-group{flex:1;min-width:150px}.form-group--wide{flex-basis:100%}.form-fieldset{border:1px solid var(--border-light);border-radius:var(--radius-md);padding:20px 22px;margin-bottom:16px;background:var(--card-bg);position:relative;box-shadow:var(--shadow-xs)}.form-fieldset legend{font-size:11px;font-weight:700;padding:0 10px;color:var(--navy);text-transform:uppercase;letter-spacing:.6px}.form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px;padding-top:18px;border-top:1px solid var(--border-light)}.stat-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:12px;margin-bottom:20px}.stat-card{background:var(--card-bg);border-radius:var(--radius-md);padding:16px 16px 14px;border:1px solid var(--border-light);transition:all var(--transition);border-left:3px solid var(--blue);display:flex;flex-direction:column;gap:8px;box-shadow:var(--shadow-xs);position:relative;overflow:hidden}.stat-card:after{content:"";position:absolute;top:0;right:0;width:48px;height:48px;background:radial-gradient(circle at top right,rgba(22,38,63,.04),transparent 70%)}.stat-card:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.stat-card__header{display:flex;align-items:center;justify-content:space-between}.stat-card__icon{width:30px;height:30px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center}.stat-card__icon svg{width:16px;height:16px}.stat-card__value{font-size:24px;font-weight:700;line-height:1.1;color:var(--navy);letter-spacing:-.2px}.stat-card__label{font-size:10px;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.5px;line-height:1.25}.dashboard__grid{display:grid;grid-template-columns:1.25fr .75fr;gap:16px;align-items:start}.dashboard__chart-card,.dashboard__recent{background:var(--card-bg);border-radius:var(--radius-md);padding:20px;border:1px solid var(--border-light);box-shadow:var(--shadow-xs)}.dashboard__chart-card h3,.dashboard__recent h3{font-size:11.5px;font-weight:700;margin-bottom:16px;padding-bottom:11px;border-bottom:1px solid var(--border-light);text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted)}.dashboard__recent-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.dashboard__recent-head h3{margin-bottom:12px}.dashboard__recent-link{font-size:11.5px;color:var(--navy-accent);font-weight:600;white-space:nowrap;padding:4px 8px;border-radius:var(--radius);transition:all var(--transition);margin-bottom:5px}.dashboard__recent-link:hover{background:var(--blue-light)}.chart-legend{display:flex;flex-wrap:wrap;gap:8px 16px;justify-content:center;margin-top:8px;padding-top:12px;border-top:1px solid var(--border-light)}.chart-legend__item{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--text-secondary)}.chart-legend__dot{width:9px;height:9px;border-radius:2px;flex-shrink:0}.chart-legend__value{font-weight:700;color:var(--navy)}.chart-legend__pct{color:var(--text-muted);font-size:11px}.recent-list{display:flex;flex-direction:column;gap:6px}.recent-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;background:var(--bg);border-radius:var(--radius);border:1px solid transparent;transition:all var(--transition);cursor:pointer;text-align:left}.recent-item:hover{border-color:var(--border);background:#fff;box-shadow:var(--shadow)}.recent-item__main{display:flex;flex-direction:column;gap:2px;min-width:0}.recent-item__reg{font-weight:600;font-size:12px;font-family:var(--mono);color:var(--navy)}.recent-item__applicant{font-size:12px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-item__meta{display:flex;align-items:center;gap:7px;flex-shrink:0}.recent-count{margin-top:14px;padding-top:12px;border-top:1px solid var(--border-light);font-size:12px;color:var(--text-muted);display:flex;justify-content:space-between}.recent-count strong{color:var(--navy)}.recent-item__dept{font-size:10px;color:var(--text-muted)}.badge{display:inline-flex;align-items:center;gap:6px;padding:3px 8px;border-radius:3px;font-size:10.5px;font-weight:600;white-space:nowrap;text-transform:uppercase;letter-spacing:.3px;line-height:1.5;border:1px solid transparent}.badge__dot{width:5px;height:5px;border-radius:50%;flex-shrink:0}.badge--cyan{background:var(--cyan-light);color:var(--cyan);border-color:#c9e4e1}.badge--cyan .badge__dot{background:var(--cyan)}.badge--amber{background:var(--amber-light);color:var(--amber);border-color:#f0e0c0}.badge--amber .badge__dot{background:var(--amber)}.badge--purple{background:var(--purple-light);color:var(--purple);border-color:#e2d4ed}.badge--purple .badge__dot{background:var(--purple)}.badge--green{background:var(--green-light);color:var(--green);border-color:#cfe3d1}.badge--green .badge__dot{background:var(--green)}.badge--red{background:var(--red-light);color:var(--red);border-color:#f0d5d5}.badge--red .badge__dot{background:var(--red)}.badge--gray{background:var(--bg);color:var(--text-muted);border-color:var(--border-light)}.badge--gray .badge__dot{background:var(--text-muted)}.dept-badge{padding:2px 6px;border-radius:3px;font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;display:inline-block;border:1px solid transparent}.dept-badge--chb{background:#e3f2fd;color:#1565c0;border-color:#c8e2f9}.dept-badge--osh{background:#e8f5e9;color:#2e7d32;border-color:#cedfcb}.dept-badge--jal{background:#fff3e0;color:#e65100;border-color:#f4ddc2}.dept-badge--isk{background:#f3e5f5;color:#7b1fa2;border-color:#e2d0e8}.dept-badge--nar{background:#e0f2f1;color:#00695c;border-color:#c5dddb}.dept-badge--bat{background:#fbe9e7;color:#bf360c;border-color:#efd2cb}.dept-badge--tal{background:#e8eaf6;color:#283593;border-color:#cfd4ea}.dept-badge--sjp{background:#fff8e1;color:#a86b00;border-color:#f3e6b8}.dept-badge--dp{background:var(--purple-light);color:var(--purple);border-color:#e2d4ed}.dept-badge--ses{background:var(--cyan-light);color:var(--cyan);border-color:#c9e4e1}.registry__heading{margin-bottom:14px}.registry__heading h2{font-size:18px;font-weight:700;color:var(--navy)}.registry__heading p{font-size:12.5px;color:var(--text-muted);margin-top:3px}.registry__toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;flex-wrap:wrap}.registry__filters{display:flex;gap:8px;flex-wrap:wrap;align-items:flex-end;flex:1;padding:12px;background:var(--card-bg);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-xs)}.registry__filters .form-input,.registry__filters .form-select{min-width:130px;font-size:12.5px;padding:7px 9px}.registry__actions{display:flex;gap:8px;flex-shrink:0;align-items:center}.table-wrapper{background:var(--card-bg);border-radius:var(--radius-md);border:1px solid var(--border-light);overflow:hidden;box-shadow:var(--shadow-xs)}.data-table{width:100%}.data-table thead{background:var(--navy)}.data-table th{padding:11px 12px;text-align:left;font-weight:600;font-size:10.5px;color:#ffffffd9;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-bottom:2px solid var(--navy-deep);cursor:pointer;-webkit-user-select:none;user-select:none}.data-table th:hover{color:#fff;background:var(--navy-light)}.data-table td{padding:9px 12px;border-bottom:1px solid var(--border-light);font-size:12.5px;vertical-align:middle}.data-table tbody tr{transition:background var(--transition)}.data-table tbody tr:nth-child(2n){background:#f7f9fc}.data-table tbody tr:hover{background:var(--blue-light)}.data-table tbody tr:last-child td{border-bottom:none}.sort-icon{margin-left:3px;font-size:10px;color:#ffffff73}.data-table th:hover .sort-icon{color:#ffffffd9}.td-reg{font-weight:600;font-family:var(--mono);font-size:11.5px;color:var(--navy)}.td-overdue{color:var(--red);font-weight:600}.td-actions{display:flex;gap:4px}.no-data{text-align:center;padding:42px 16px;color:var(--text-muted);font-size:13px}.row--overdue{background:#fff7f5!important}.row--overdue:hover{background:#ffefeb!important}.row--inactive{opacity:.42}.pagination{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--card-bg);border-radius:var(--radius-md);margin-top:12px;border:1px solid var(--border-light);box-shadow:var(--shadow-xs)}.pagination__info{font-size:12px;color:var(--text-muted)}.pagination__buttons{display:flex;gap:8px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b15268c;display:flex;justify-content:center;align-items:flex-start;padding:48px 20px;z-index:1000;overflow-y:auto;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{background:var(--card-bg);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);width:100%;max-width:640px;animation:modalIn .16s ease;border:1px solid var(--border)}.modal--sm{max-width:400px}.modal--lg{max-width:800px}@keyframes modalIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border-light);background:var(--bg);border-top-left-radius:var(--radius-md);border-top-right-radius:var(--radius-md)}.modal__header h2{font-size:14.5px;font-weight:700;color:var(--navy)}.modal__close{font-size:18px;color:var(--text-muted);padding:2px 7px;line-height:1;border-radius:var(--radius);transition:all var(--transition)}.modal__close:hover{background:var(--border-light);color:var(--text)}.modal__body{padding:20px}.modal__footer{display:flex;justify-content:flex-end;gap:8px;padding:14px 20px;border-top:1px solid var(--border-light);background:var(--bg);border-bottom-left-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md)}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.detail-item{display:flex;flex-direction:column;padding:9px 12px;background:var(--bg);border-radius:var(--radius);border:1px solid var(--border-light)}.detail-item label{font-size:9.5px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.detail-item span{font-size:12.5px;word-break:break-word;color:var(--text)}.detail-block{grid-column:1 / -1;margin-top:6px;padding:12px 14px;background:var(--bg);border-radius:var(--radius);border:1px solid var(--border-light)}.detail-block label{display:block;font-size:9.5px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px}.detail-block p{font-size:12.5px;line-height:1.7;white-space:pre-wrap}.file-upload-zone{border:1.5px dashed var(--border);border-radius:var(--radius-md);padding:22px;text-align:center;color:var(--text-muted);transition:all var(--transition);margin-top:8px;background:var(--bg)}.file-upload-zone:hover,.file-upload-zone--active{border-color:var(--blue);background:var(--blue-light);color:var(--blue)}.file-upload-label{cursor:pointer;font-size:12.5px;display:flex;align-items:center;justify-content:center;gap:7px;flex-direction:column;line-height:1.5}.file-upload-label svg{width:18px;height:18px;margin-bottom:2px}.file-upload-hint{font-size:11px;color:var(--text-light)}.file-list{display:flex;flex-direction:column;gap:6px;margin-top:10px}.file-item{display:flex;align-items:center;gap:9px;padding:7px 12px;background:var(--bg);border-radius:var(--radius);font-size:12.5px;border:1px solid var(--border-light)}.file-item span{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-item__name{font-weight:500}.file-item__size{color:var(--text-muted);font-size:11px;flex-shrink:0}.analytics__filters{display:flex;gap:10px;align-items:flex-end;margin-bottom:16px;flex-wrap:wrap;padding:14px;background:var(--card-bg);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-xs)}.analytics__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch}.chart-card{background:var(--card-bg);border-radius:var(--radius-md);padding:20px;border:1px solid var(--border-light);box-shadow:var(--shadow-xs)}.chart-card--wide{margin-bottom:16px}.chart-card h3{font-size:11px;font-weight:700;margin-bottom:14px;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);padding-bottom:9px;border-bottom:1px solid var(--border-light)}.chart-tooltip{background:#fff;border:1px solid var(--border-light);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:9px 12px;font-size:12px}.chart-tooltip__label{font-weight:600;color:var(--navy);margin-bottom:5px;padding-bottom:5px;border-bottom:1px solid var(--border-light)}.chart-tooltip__row{display:flex;align-items:center;gap:7px;color:var(--text-secondary)}.chart-tooltip__row strong{color:var(--text);margin-left:auto;padding-left:14px}.chart-tooltip__dot{width:8px;height:8px;border-radius:2px;flex-shrink:0}.donut-wrap{position:relative;display:flex;flex-direction:column;align-items:center}.donut-center{position:absolute;top:86px;left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none}.donut-center__value{font-size:26px;font-weight:700;color:var(--navy);line-height:1.05;letter-spacing:-.4px}.donut-center__label{font-size:10px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.4px}.donut-legend{display:flex;gap:18px;margin-top:6px;flex-wrap:wrap;justify-content:center}.donut-legend__item{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--text-secondary)}.donut-legend__dot{width:9px;height:9px;border-radius:2px;flex-shrink:0}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:2px}.page-header h2{font-size:17px;font-weight:700;color:var(--navy)}.page-header__sub{font-size:12px;color:var(--text-muted);margin-top:2px}.page-heading{margin-bottom:18px}.page-heading h2{font-size:18px;font-weight:700;color:var(--navy)}.page-heading p{font-size:12.5px;color:var(--text-muted);margin-top:3px}.loading{display:flex;align-items:center;justify-content:center;padding:70px;color:var(--text-muted);font-size:13px;gap:10px}.loading:before{content:"";width:18px;height:18px;border:2px solid var(--border);border-top-color:var(--blue);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{background:var(--red-light);color:var(--red);padding:10px 12px;border-radius:var(--radius);font-size:12.5px;border-left:3px solid var(--red);margin-bottom:14px;display:flex;justify-content:space-between;align-items:center}.error-message button{color:var(--red);font-size:16px;padding:0 5px;line-height:1}.success-message{background:var(--green-light);color:var(--green);padding:10px 12px;border-radius:var(--radius);font-size:12.5px;border-left:3px solid var(--green);margin-bottom:14px}@media(max-width:1024px){.dashboard__grid,.analytics__grid{grid-template-columns:1fr}.stat-cards{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.topbar__date{display:none}}@media(max-width:768px){.sidebar{position:fixed;left:calc(-1 * var(--sidebar-width));top:0;height:100vh}.sidebar--open{left:0;box-shadow:var(--shadow-lg)}.sidebar-overlay{display:block}.sidebar__menu-btn,.topbar__menu-btn{display:flex}.layout__content{padding:14px}.form-row{flex-direction:column}.registry__toolbar{flex-direction:column;align-items:stretch}.registry__filters{flex-direction:column}.registry__filters .form-input,.registry__filters .form-select{width:100%}.detail-grid{grid-template-columns:1fr}.topbar{padding:0 14px}.modal-overlay{padding:24px 12px}}.dash-section{margin-bottom:20px}.dash-section__head{display:flex;align-items:baseline;gap:10px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--border)}.dash-section__head h2{font-size:13px;font-weight:700;color:var(--navy);text-transform:uppercase;letter-spacing:.7px}.dash-section__note{font-size:11px;color:var(--text-muted)}.dash-card{background:var(--card-bg);border-radius:var(--radius-md);border:1px solid var(--border-light);box-shadow:var(--shadow-xs);overflow:hidden}.dash-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 18px;border-bottom:1px solid var(--border-light);background:var(--blue-pale)}.dash-card__head h3{font-size:12px;font-weight:700;color:var(--navy);text-transform:uppercase;letter-spacing:.6px}.dash-card__link{font-size:11.5px;color:var(--navy-accent);font-weight:600;white-space:nowrap;padding:4px 9px;border-radius:var(--radius);transition:all var(--transition)}.dash-card__link:hover{background:var(--blue-light)}.dash-card__body{padding:16px 18px 14px}.dash-card__body--flush{padding:0}.dash-card__foot{display:flex;align-items:center;justify-content:space-between;padding:11px 18px;border-top:1px solid var(--border-light);font-size:11.5px;color:var(--text-muted)}.dash-card__foot strong{color:var(--navy);font-size:13px}.dash-table{width:100%;border-collapse:collapse}.dash-table thead th{text-align:left;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:var(--text-muted);padding:9px 14px;border-bottom:1px solid var(--border);white-space:nowrap}.dash-table tbody tr{cursor:pointer;transition:background var(--transition)}.dash-table tbody tr:hover{background:var(--blue-pale)}.dash-table tbody td{padding:10px 14px;border-bottom:1px solid var(--border-light);font-size:12px;vertical-align:middle}.dash-table tbody tr:last-child td{border-bottom:none}.dash-table__reg{font-weight:700;font-family:var(--mono);color:var(--navy);white-space:nowrap}.dash-table__name{color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.dash-table__dept{color:var(--text-muted);white-space:nowrap;font-size:11px}.dash-table__status{white-space:nowrap}.dash-footer{margin-top:22px;padding-top:14px;border-top:1px solid var(--border);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:10.5px;color:var(--text-muted)}@media(max-width:1024px){.dash-table__dept{display:none}.dash-table thead th:nth-child(3){display:none}}@media(max-width:768px){.dash-table thead th{padding:8px 10px}.dash-table tbody td{padding:9px 10px}}
