*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#f0f4f8;min-height:100vh;color:#111}button{cursor:pointer;font-family:inherit}a{text-decoration:none}.login-page{display:flex;width:860px;min-height:520px;border-radius:12px;overflow:hidden;border:1px solid #ddd;box-shadow:0 4px 24px #00000014;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.login-left{width:45%;background-color:#0c447c;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:1rem}.login-logo-img{width:240px;height:auto;display:block}.brand-sub{color:#fff9;font-size:13px;text-align:center;line-height:1.6}.login-right{flex:1;background:#fff;display:flex;align-items:center;justify-content:center;padding:2.5rem}.form-wrap{width:100%;max-width:300px}.form-logo-wrap{margin-bottom:12px}.form-logo-img{width:30px;height:auto;display:block}.form-sub{font-size:13px;color:#666;margin-bottom:1.5rem}.field{display:flex;flex-direction:column;gap:5px;margin-bottom:1rem}.field label{font-size:13px;color:#555}.field input,.field select{height:38px;padding:0 12px;border:1px solid #ccc;border-radius:8px;font-size:14px;outline:none;width:100%;background:#fff}.field input:focus,.field select:focus{border-color:#378add;box-shadow:0 0 0 2px #378add26}.password-wrap{display:flex;align-items:center;position:relative}.password-wrap input{width:100%;height:38px;padding:0 60px 0 12px;border:1px solid #ccc;border-radius:8px;font-size:14px;outline:none}.password-wrap input:focus{border-color:#378add;box-shadow:0 0 0 2px #378add26}.eye-btn{position:absolute;right:10px;background:none;border:none;font-size:12px;color:#666}.error-msg{font-size:12px;color:#c0392b;margin-bottom:8px;min-height:16px}.login-btn{width:100%;height:40px;background:#185fa5;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500}.login-btn:hover:not(:disabled){background:#e07b0f}.login-btn:disabled{opacity:.65;cursor:not-allowed}.forgot{font-size:12px;color:#888;text-align:center;margin-top:1rem}.topnav{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:52px;background:#2a2c75;position:sticky;top:0;z-index:100}.nav-logo{display:flex;align-items:center}.nav-logo-img{height:35px;width:auto;display:block}.nav-links{display:inline-flex;align-items:center;gap:4px;position:absolute;left:50%;transform:translate(-50%)}.nav-link{color:#ffffffbf;font-size:15px;font-weight:500;padding:7px 14px;border-radius:8px;background:transparent;border:none;border-bottom:2px solid transparent;transition:background .15s,color .15s,border-color .15s;text-decoration:none}.nav-link:hover{background:#ffffff1a;color:#fff;border-bottom:2px solid #fe9a16;font-size:17px;transition:.3s}.nav-link.active{background:#ffffff1f;color:#fff;border-bottom:2px solid #fe9a16;font-size:17px}.nav-right{display:flex;align-items:center;gap:10px}.bell-wrap{position:relative}.bell-btn{background:none;border:none;width:34px;height:34px;border-radius:8px;color:#fffc;font-size:17px;display:flex;align-items:center;justify-content:center;transition:background .15s}.bell-btn:hover{background:#ffffff1a}.bell-badge{position:absolute;top:-2px;right:-2px;background:#e74c3c;color:#fff;font-size:10px;font-weight:600;min-width:17px;height:17px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #0C447C}.avatar-wrap{position:relative}.avatar{width:30px;height:30px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;color:#fff;border:none;transition:background .15s}.avatar:hover{background:#ffffff4d}.notif-panel{position:absolute;top:calc(100% + 8px);right:0;width:320px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 24px #0000001f;z-index:1000;overflow:hidden}.notif-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #f0f0f0}.notif-title{font-size:13px;font-weight:500;color:#111}.notif-mark-all{background:none;border:none;font-size:12px;color:#ff8222}.notif-mark-all:hover{text-decoration:underline}.notif-list{max-height:340px;overflow-y:auto}.notif-empty{padding:20px 14px;font-size:13px;color:#888;text-align:center}.notif-item{display:flex;gap:10px;padding:10px 14px;border-bottom:1px solid #f7f7f7;transition:background .12s}.notif-item:hover{background:#fafafa}.notif-unread{background:#f0f6ff}.notif-unread:hover{background:#e8f0fb}.notif-dot-wrap{width:14px;display:flex;align-items:flex-start;padding-top:4px}.notif-dot{width:8px;height:8px;border-radius:50%;background:#185fa5;flex-shrink:0}.notif-body{flex:1}.notif-msg{font-size:13px;color:#222;line-height:1.4}.notif-time{font-size:11px;color:#999;margin-top:3px}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:220px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 24px #0000001f;z-index:1000;overflow:hidden}.pd-header{display:flex;align-items:center;gap:10px;padding:12px 14px}.pd-avatar{width:34px;height:34px;border-radius:50%;background:#0c447c;color:#fff;font-size:13px;font-weight:500;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pd-name{font-size:13px;font-weight:500;color:#111}.pd-email{font-size:11px;color:#888;margin-top:1px;word-break:break-all}.pd-divider{height:1px;background:#f0f0f0}.pd-item{display:block;width:100%;text-align:left;padding:10px 14px;background:none;border:none;font-size:13px;color:#333;transition:background .12s}.pd-item:hover{background:#f8f8f8}.pd-logout{color:#c0392b}.pd-logout:hover{background:#fff5f5}.main{padding:1.25rem;display:flex;flex-direction:column;gap:1rem;max-width:1200px;margin:0 auto}.loading{padding:2rem;text-align:center;color:#888;font-size:14px}.page-header{display:flex;align-items:center;justify-content:space-between}.page-title{font-size:18px;font-weight:600;color:#111}.btn-primary{height:38px;padding:0 20px;background:#fe9a16;color:#010c37;border:none;border-radius:9px;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;gap:6px;margin-left:auto;transition:background .15s,transform .12s}.btn-primary:hover:not(:disabled){background:#ec9419;transform:translateY(-1px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.badge{font-size:11px;padding:2px 8px;border-radius:20px;font-weight:500;display:inline-block}.badge-green{background:#eaf3de;color:#27500a}.badge-amber{background:#faeeda;color:#633806}.badge-blue{background:#e6f1fb;color:#0c447c}.badge-red{background:#fcebeb;color:#791f1f}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem 1.25rem}.card-title{font-size:13px;font-weight:500;color:#111;margin-bottom:10px;display:flex;align-items:center;justify-content:space-between}.gpa-bar{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between}.gpa-logo{width:130px;height:auto;display:block;margin-bottom:6px}.gpa-name{font-size:15px;font-weight:500;color:#111}.gpa-sub{font-size:12px;color:#666;margin-top:2px}.gpa-stats{display:flex;align-items:center;gap:2rem}.gpa-item{text-align:right}.gpa-label{font-size:11px;color:#888;margin-bottom:2px}.gpa-score{display:flex;align-items:baseline;gap:4px;justify-content:flex-end}.gpa-num{font-size:30px;font-weight:500;color:#185fa5}.gpa-num-sm{font-size:22px}.gpa-max{font-size:13px;color:#888}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem 1.25rem}.stat-label{font-size:12px;color:#666;margin-bottom:6px}.stat-value{font-size:15px;font-weight:500;color:#111}.stat-sub{font-size:12px;color:#666;margin-top:4px}.reports-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.report-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f0f0f0}.report-row:last-child{border-bottom:none}.report-row-lg{padding:10px 0}.report-info{flex:1;min-width:0}.report-name{font-size:13px;color:#111}.report-date{font-size:11px;color:#888;margin-top:2px}.report-meta{display:flex;align-items:center;gap:8px;margin-top:3px;flex-wrap:wrap}.report-hospital{font-size:11px;color:#666}.report-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.empty-row{padding:12px 0;font-size:13px;color:#aaa;text-align:center}.lock-icon{font-size:13px;color:#aaa}.grade-circle{width:32px;height:32px;border-radius:50%;background:#e6f1fb;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:500;color:#0c447c;flex-shrink:0}.grade-circle-sm{width:26px;height:26px;font-size:10px}.grade-empty{background:#f5f5f5;color:#aaa}.timeline{display:flex;flex-direction:column}.tl-item{display:flex;gap:14px;padding-bottom:1rem}.tl-item:last-child{padding-bottom:0}.tl-left{display:flex;flex-direction:column;align-items:center}.tl-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;margin-top:3px}.tl-done{background:#1d9e75}.tl-current{background:#185fa5;border:2px solid #B5D4F4;width:14px;height:14px}.tl-upcoming{background:#ddd}.tl-line{width:1px;flex:1;background:#e5e7eb;margin-top:3px}.tl-content{flex:1;padding-bottom:4px}.tl-hospital{font-size:13px;font-weight:500;color:#111;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.tl-muted{color:#aaa}.tl-doctor{font-size:12px;color:#666;margin-top:2px}.tl-dates{font-size:11px;color:#888;margin-top:2px}.tl-grades{display:flex;gap:6px;margin-top:6px;flex-wrap:wrap}.filter-tabs{display:flex;gap:6px;flex-wrap:wrap}.filter-tab{height:32px;padding:0 14px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;font-size:12px;color:#555;transition:all .15s}.filter-tab:hover{border-color:#185fa5;color:#185fa5}.filter-tab.active{background:#185fa5;color:#fff;border-color:#185fa5}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:12px}.hospital-header{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:0 0 10px;text-align:left}.hospital-name{font-size:13px;font-weight:500;color:#111}.collapse-icon{font-size:11px;color:#888}.grade-table{width:100%;border-collapse:collapse;font-size:13px}.grade-table th{text-align:left;font-size:11px;font-weight:500;color:#888;padding:6px 8px;border-bottom:1px solid #f0f0f0}.grade-table td{padding:8px;border-bottom:1px solid #f7f7f7;color:#333}.grade-table tr:last-child td{border-bottom:none}.gpa-highlight{font-size:18px;font-weight:600;color:#185fa5}.progress-header{display:flex;justify-content:space-between;margin-bottom:8px}.progress-label{font-size:13px;font-weight:500;color:#111}.progress-count{font-size:12px;color:#666}.progress-track{height:8px;background:#e5e7eb;border-radius:99px;overflow:hidden}.progress-fill{height:100%;background:#185fa5;border-radius:99px}.progress-pct{font-size:12px;color:#888;margin-top:6px}.timeline-alt{display:flex;flex-direction:column}.tl-alt-item{display:grid;grid-template-columns:1fr 40px 1fr;align-items:flex-start}.tl-alt-card{padding:0 16px 24px}.tl-invisible{visibility:hidden;pointer-events:none}.tl-alt-spine{display:flex;flex-direction:column;align-items:center;padding-top:12px}.tl-spine-line{width:2px;flex:1;min-height:40px;background:#e5e7eb;margin-top:6px}.tl-rot-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px;box-shadow:0 1px 4px #0000000a}.tl-rot-muted{border-color:#f0f0f0;background:#fafafa}.tl-rot-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px;margin-bottom:6px}.tl-rot-name{font-size:14px;font-weight:500;color:#111}.tl-rot-doctor{font-size:12px;color:#666;margin-bottom:4px}.tl-rot-dates{font-size:11px;color:#888;margin-bottom:8px}.tl-breakdown{margin-top:8px}.tl-breakdown-title{font-size:11px;color:#888;font-weight:500;margin-bottom:6px}.tl-breakdown-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.tl-rname{font-size:12px;color:#555}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}.profile-header-card{display:flex;flex-direction:row;align-items:flex-start;gap:28px}.profile-photo-wrap{display:flex;flex-direction:column;align-items:center;gap:10px;flex-shrink:0}.profile-photo-square{width:160px;height:160px;border-radius:16px;background:#0c447c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:52px;font-weight:500;overflow:hidden}.profile-photo-square img{width:100%;height:100%;object-fit:cover}.profile-photo-btn{width:100%;height:32px;background:#e07b0f;border:1px solid #e0e0e0;border-radius:8px;font-size:12px;font-weight:600;color:#060b45;cursor:pointer;transition:background .15s}.profile-photo-btn:hover:not(:disabled){background:#e07b0f}.profile-photo-btn:disabled{opacity:.6;cursor:wait}.profile-info{display:flex;flex-direction:column;gap:10px;padding-top:8px}.profile-name{font-size:20px;font-weight:700;color:#111}.profile-detail{display:flex;align-items:center;gap:8px;font-size:13px;color:#333}.profile-detail-label{font-size:11px;color:#999;min-width:64px;text-align:right;flex-shrink:0}.info-grid{display:flex;flex-direction:column}.info-row{display:flex;align-items:flex-start;padding:8px 0;border-bottom:1px solid #f7f7f7;gap:12px}.info-row:last-child{border-bottom:none}.info-label{font-size:12px;color:#888;min-width:100px;flex-shrink:0;padding-top:1px}.info-value{font-size:13px;color:#111}.profile-body-card{display:flex;flex-direction:row;align-items:flex-start;gap:0;padding:0;overflow:hidden}.profile-fields{flex:1;padding:24px;min-width:0}.profile-divider{width:1px;background:#f0f0f0;align-self:stretch;flex-shrink:0}.profile-pw-section{width:320px;flex-shrink:0;padding:24px}.profile-pw-form{display:flex;flex-direction:column;gap:16px;margin-top:4px}.pw-field{display:flex;flex-direction:column;gap:5px}.pw-label{font-size:12px;color:#555;font-weight:500}.pw-input{height:38px;padding:0 12px;border:1px solid #e0e0e0;border-radius:8px;font-size:13px;color:#111;outline:none;transition:border .15s}.pw-input:focus{border-color:#0c447c}.pw-input-err{border-color:#ff4757!important}.pw-hint-err{font-size:11px;color:#ff4757}.pw-msg{font-size:12px;padding:8px 12px;border-radius:7px}.pw-msg-err{background:#fef0f0;color:#ff4757}.pw-msg-ok{background:#e8fdf3;color:#00b894}.pw-submit{align-self:flex-start;margin-top:4px;margin-left:0}.report-row-clickable{cursor:pointer;border-radius:8px;transition:background .12s}.report-row-clickable:hover{background:#f8fafd}.row-arrow{font-size:18px;color:#bbb;margin-left:4px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.modal{background:#fff;border-radius:16px;width:100%;max-width:520px;box-shadow:0 20px 60px #0003;overflow:hidden}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 22px 14px;gap:12px}.modal-title{font-size:16px;font-weight:600;color:#111;margin-bottom:6px}.modal-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.modal-close{background:none;border:none;font-size:18px;color:#aaa;line-height:1;padding:2px 6px;border-radius:6px;flex-shrink:0;transition:background .12s}.modal-close:hover{background:#f5f5f5;color:#555}.modal-divider{height:1px;background:#f0f0f0}.modal-section{padding:16px 22px;display:flex;flex-direction:column;gap:10px}.modal-section-title{font-size:12px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.modal-row{display:flex;align-items:center;gap:12px}.modal-label{font-size:12px;color:#888;min-width:110px;flex-shrink:0}.modal-value{font-size:13px;color:#111}.modal-link{font-size:13px;color:#185fa5}.modal-link:hover{text-decoration:underline}.modal-grade-display{display:flex;align-items:center;gap:16px;background:#f0f6ff;border-radius:12px;padding:14px 16px}.grade-circle-lg{width:56px;height:56px;border-radius:50%;background:#185fa5;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;flex-shrink:0}.modal-grade-label{font-size:15px;font-weight:600;color:#111}.modal-grade-sub{font-size:12px;color:#666;margin-top:2px}.modal-pending-msg{font-size:13px;color:#666;line-height:1.6;background:#fffbf0;border:1px solid #FAEEDA;border-radius:10px;padding:12px 14px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;padding:14px 22px 20px;border-top:1px solid #f0f0f0}.btn-secondary{height:36px;padding:0 16px;background:#fff;color:#555;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;font-weight:500;transition:background .15s}.btn-secondary:hover{background:#f8f8f8}.print-header,.print-only{display:none}@media print{.topnav,.main,.admin-main{display:none!important}body *{visibility:hidden}.modal-overlay{position:static!important;background:none!important;padding:0!important;display:block!important;visibility:hidden}.modal,.modal *{visibility:visible}.modal{position:static!important;width:100%!important;max-width:100%!important;max-height:none!important;overflow:visible!important;box-shadow:none!important;border-radius:0!important}.print-header{display:block!important;visibility:visible!important;padding:0 0 14px;border-bottom:2px solid #0C447C;margin-bottom:14px}.print-logo{font-size:20px;font-weight:700;color:#0c447c!important}.print-logo-img{height:48px;width:auto;display:block}.print-subtitle{font-size:12px;color:#666;margin-top:2px}.print-only{display:inline!important;visibility:visible!important}.no-print,.modal-close,.modal-actions{display:none!important;visibility:hidden!important}*{-webkit-print-color-adjust:exact;print-color-adjust:exact}}@media (max-width: 700px){.login-page{flex-direction:column;width:95vw;position:relative;top:auto;left:auto;transform:none;margin:20px auto}.login-left{width:100%;min-height:160px}.stats,.reports-row,.two-col,.tl-alt-item{grid-template-columns:1fr}.tl-alt-spine,.tl-invisible{display:none}}.admin-layout{display:flex;min-height:100vh;background:#f4f6f9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.sidebar{width:240px;min-height:100vh;background:#0c447c;color:#fff;display:flex;flex-direction:column;transition:width .2s ease;flex-shrink:0;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar.collapsed{width:64px}.sidebar-logo{display:flex;align-items:center;gap:10px;padding:20px 16px;border-bottom:1px solid rgba(255,255,255,.1);min-height:64px}.sidebar-logo-mark{width:34px;height:34px;background:#ffffff26;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;flex-shrink:0}.sidebar-logo-text{white-space:nowrap;overflow:hidden}.sidebar-logo-name{font-size:14px;font-weight:700}.sidebar-logo-sub{font-size:10px;color:#fff9;margin-top:1px}.sidebar.collapsed .sidebar-logo-text{display:none}.sidebar-toggle{width:28px;height:28px;background:#ffffff1a;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;margin-left:auto;flex-shrink:0;transition:background .15s}.sidebar-toggle:hover{background:#fff3}.sidebar-menu{flex:1;padding:12px 8px;display:flex;flex-direction:column;gap:2px}.sidebar-item{display:flex;align-items:center;gap:12px;padding:10px;border-radius:8px;color:#ffffffbf;text-decoration:none;font-size:13.5px;font-weight:500;transition:background .15s,color .15s;white-space:nowrap;overflow:hidden}.sidebar-item:hover{background:#ffffff1a;color:#fff}.sidebar-item.active{background:#ffffff26;color:#fff}.sidebar-icon{font-size:17px;flex-shrink:0}.sidebar-label{white-space:nowrap;overflow:hidden}.sidebar.collapsed .sidebar-label{display:none}.sidebar-bottom{border-top:1px solid rgba(255,255,255,.1);padding:12px 10px}.sidebar-profile{display:flex;align-items:center;gap:10px;margin-bottom:8px;overflow:hidden}.sidebar-avatar{width:34px;height:34px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.sidebar-profile-info{overflow:hidden}.sidebar-profile-name{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-profile-role{font-size:10px;color:#fff9;text-transform:uppercase;letter-spacing:.04em}.sidebar.collapsed .sidebar-profile-info{display:none}.sidebar-logout{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;background:#ff475726;border:none;border-radius:8px;color:#ff9696;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s;white-space:nowrap;overflow:hidden}.sidebar-logout:hover{background:#ff475747}.sidebar.collapsed .sidebar-logout span:last-child{display:none}.admin-main{width:100%;max-width:1400px;margin:0 auto;padding:1.5rem 1.75rem}.admin-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:12px}.admin-page-title{font-size:22px;font-weight:700;color:#111}.admin-page-sub{font-size:13px;color:#888;margin-top:2px}.stat-cards-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-bottom:24px}@media (max-width: 1200px){.stat-cards-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 700px){.stat-cards-grid{grid-template-columns:repeat(2,1fr)}}.stat-card{background:#fff;border-radius:12px;padding:18px 16px;box-shadow:0 2px 8px #0000000f;display:flex;align-items:center;gap:14px}.stat-icon{width:46px;height:46px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.stat-value{font-size:22px;font-weight:700;color:#111;line-height:1}.stat-label{font-size:11px;color:#888;margin-top:4px;font-weight:500;text-transform:uppercase;letter-spacing:.04em}.icon-purple{background:linear-gradient(135deg,#a29bfe,#6c5ce7)}.icon-green{background:linear-gradient(135deg,#55efc4,#00b894)}.icon-blue{background:linear-gradient(135deg,#74b9ff,#0984e3)}.icon-orange{background:linear-gradient(135deg,#fdcb6e,#e17055)}.icon-pink{background:linear-gradient(135deg,#fd79a8,#e84393)}.icon-teal{background:linear-gradient(135deg,#81ecec,#00cec9)}.charts-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}@media (max-width: 900px){.charts-row{grid-template-columns:1fr}}.chart-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000f}.chart-card-title{font-size:14px;font-weight:600;color:#111;margin-bottom:16px}.chart-wrap{position:relative}.admin-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;overflow:hidden}.admin-card-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f0f2f5;flex-wrap:wrap;gap:10px}.admin-card-title{font-size:15px;font-weight:600;color:#111}.admin-tabs{display:flex;gap:4px;padding:14px 20px 0;border-bottom:1px solid #f0f2f5}.admin-tab{padding:8px 18px;border:none;background:none;font-size:13px;font-weight:500;color:#888;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s,border-color .15s}.admin-tab.active{color:#185fa5;border-bottom-color:#185fa5}.admin-toolbar{display:flex;align-items:center;gap:10px;padding:14px 20px;flex-wrap:wrap}.admin-search{flex:1;min-width:180px;height:36px;border:1px solid #e5e7eb;border-radius:8px;padding:0 12px;font-size:13px;outline:none;transition:border-color .15s}.admin-search:focus{border-color:#185fa5}.view-toggle{display:flex;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.view-btn{width:34px;height:34px;background:#fff;border:none;cursor:pointer;font-size:15px;display:flex;align-items:center;justify-content:center;color:#888;transition:background .15s,color .15s}.view-btn.active{background:#185fa5;color:#fff}.rows-select{height:34px;border:1px solid #e5e7eb;border-radius:8px;padding:0 10px;font-size:13px;background:#fff;cursor:pointer}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th{background:#f8f9fa;padding:11px 14px;text-align:left;font-size:11px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.admin-table td{padding:12px 14px;color:#333;border-top:1px solid #f0f2f5;vertical-align:middle}.admin-table tr:nth-child(2n) td{background:#fafbfc}.admin-table tr:hover td{background:#f0f6ff}.cell-photo{width:36px;height:36px;border-radius:50%;object-fit:cover}.cell-initials{width:36px;height:36px;border-radius:50%;background:#185fa5;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.no-photo-label{font-size:9px;color:#aaa;text-align:center;width:64px;line-height:1.2}.action-btns{display:flex;gap:6px;align-items:center}.btn-action{width:30px;height:30px;border:none;border-radius:7px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:opacity .15s,transform .1s}.btn-action:hover{opacity:.85;transform:translateY(-1px)}.btn-action.edit{background:#185fa51f;color:#185fa5}.btn-action.password{background:#636e721f;color:#636e72}.btn-action.lock{background:#ffa50226;color:#ffa502}.btn-action.delete{background:#ff47571f;color:#ff4757}.admin-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;padding:20px}.user-card{background:#fff;border:1px solid #f0f2f5;border-radius:12px;padding:20px 16px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;transition:box-shadow .15s,transform .15s;cursor:default}.user-card:hover{box-shadow:0 6px 20px #0000001a;transform:translateY(-2px)}.user-card-photo{width:72px;height:72px;border-radius:50%;object-fit:cover;border:3px solid #f0f2f5}.user-card-initials{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#378add,#0c447c);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;border:3px solid #f0f2f5}.user-card-name{font-size:14px;font-weight:600;color:#111}.user-card-sub{font-size:12px;color:#888}.user-card-actions{display:flex;gap:8px;margin-top:4px}.badge-role{display:inline-block;padding:2px 8px;border-radius:20px;font-size:11px;font-weight:600}.badge-student{background:#e8f4fd;color:#0984e3}.badge-doctor{background:#e8fdf3;color:#00b894}.badge-professor{background:#f3e8fd;color:#8e44ad}.badge-admin{background:#fdf3e8;color:#e17055}.badge-super_admin{background:#fde8ee;color:#d63031}.badge-active{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;background:#e8fdf3;color:#00b894}.badge-inactive{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;background:#f5f5f5;color:#888}.badge-pending{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;background:#fff8e1;color:#f39c12}.badge-completed{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;background:#e8fdf3;color:#00b894}.specialty-tag{display:inline-block;padding:2px 8px;border-radius:20px;background:#e6f1fb;color:#185fa5;font-size:11px;font-weight:500;margin:2px}.admin-pagination{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-top:1px solid #f0f2f5;font-size:12px;color:#888;flex-wrap:wrap;gap:8px}.pagination-btns{display:flex;gap:4px}.pg-btn{width:30px;height:30px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.pg-btn:hover{background:#f0f6ff}.pg-btn.active-pg{background:#185fa5;color:#fff;border-color:#185fa5}.pg-btn:disabled{opacity:.4;cursor:not-allowed}.admin-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:3000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.admin-modal{background:#fff;border-radius:16px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003;animation:slideUp .18s ease}.admin-modal-lg{max-width:660px}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.admin-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 22px 16px;border-bottom:1px solid #f0f2f5}.admin-modal-title{font-size:16px;font-weight:700;color:#111}.admin-modal-close{width:30px;height:30px;border:none;border-radius:6px;background:#f5f5f5;cursor:pointer;font-size:16px;color:#666;display:flex;align-items:center;justify-content:center;transition:background .15s}.admin-modal-close:hover{background:#ffe0e0;color:#ff4757}.admin-modal-body{padding:20px 22px}.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.admin-form-grid .full{grid-column:1 / -1}.admin-field{display:flex;flex-direction:column;gap:5px}.admin-field label{font-size:12px;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.04em}.admin-field input,.admin-field select,.admin-field textarea{height:38px;border:1px solid #e5e7eb;border-radius:8px;padding:0 12px;font-size:13px;outline:none;transition:border-color .15s;background:#fff}.admin-field input:focus,.admin-field select:focus,.admin-field textarea:focus{border-color:#185fa5}.admin-field input.invalid{border-color:#ff4757}.admin-field textarea{height:auto;padding:10px 12px;resize:vertical}.photo-preview-wrap{display:flex;align-items:center;gap:12px}.photo-preview{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb}.photo-preview-placeholder{width:52px;height:52px;border-radius:50%;background:#f0f2f5;display:flex;align-items:center;justify-content:center;font-size:20px;color:#ccc;border:2px dashed #e5e7eb}.admin-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:14px 22px 20px;border-top:1px solid #f0f2f5}.btn-purple{height:38px;padding:0 20px;background:#fe9a16;color:#010c37;border:none;border-radius:9px;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;gap:6px;transition:background .15s,transform .12s;margin-left:1100px}.btn-purple:hover{background:#ec9419;transform:translateY(-1px)}.btn-purple:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-red{height:38px;padding:0 20px;background:#ff4757;color:#fff;border:none;border-radius:9px;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .15s}.btn-red:hover{opacity:.9}.btn-outline{height:38px;padding:0 18px;background:#fff;color:#555;border:1px solid #e5e7eb;border-radius:9px;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s}.btn-outline:hover{background:#f5f5f5}.btn-green{height:36px;padding:0 16px;background:#00b894;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .15s}.btn-green:hover{opacity:.88}.filter-bar{display:flex;align-items:center;gap:10px;padding:0 20px 14px;flex-wrap:wrap}.filter-bar select,.filter-bar input{height:34px;border:1px solid #e5e7eb;border-radius:8px;padding:0 10px;font-size:13px;background:#fff}.admin-empty{padding:48px;text-align:center;color:#aaa;font-size:14px}.toast-container{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:8px}.toast{padding:12px 18px;border-radius:10px;font-size:13px;font-weight:500;box-shadow:0 6px 20px #00000026;animation:slideUp .2s ease;max-width:320px}.toast-success{background:#00b894;color:#fff}.toast-error{background:#ff4757;color:#fff}.recent-table{width:100%;border-collapse:collapse;font-size:13px}.recent-table th{background:#f8f9fa;padding:10px 14px;text-align:left;font-size:11px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.05em}.recent-table td{padding:11px 14px;color:#444;border-top:1px solid #f0f2f5}.recent-table tr:hover td{background:#f0f6ff}.dist-card{background:#fff;border:1px solid #f0f2f5;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:10px;transition:box-shadow .15s}.dist-card:hover{box-shadow:0 4px 14px #00000017}.dist-card-header{display:flex;align-items:center;gap:10px}.dist-card-name{font-size:14px;font-weight:600;color:#111}.dist-card-sub{font-size:12px;color:#888}.dist-card-row{display:flex;align-items:center;gap:6px;font-size:12px;color:#555}.dist-card-actions{display:flex;gap:6px;justify-content:flex-end}.confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:4000;display:flex;align-items:center;justify-content:center;padding:20px}.confirm-box{background:#fff;border-radius:14px;padding:28px;max-width:360px;width:100%;text-align:center;box-shadow:0 20px 60px #0003}.confirm-box h3{font-size:16px;font-weight:700;margin-bottom:8px}.confirm-box p{font-size:13px;color:#666;margin-bottom:20px}.confirm-btns{display:flex;gap:10px;justify-content:center}.admin-loading{padding:60px;text-align:center;color:#888;font-size:14px}.assessment-modal{max-width:760px!important;max-height:88vh;overflow-y:auto}.assess-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 28px}.assess-info-item{display:flex;flex-direction:column;gap:3px}.assess-info-item .modal-label{min-width:0}.assess-info-item .modal-value{font-weight:500}.asr-header-row{display:flex;align-items:center;gap:0;padding:6px 0 4px;border-bottom:2px solid #e5e7eb}.asr-criteria-label{flex:1;font-size:13px;color:#333;padding-right:8px;min-width:160px}.asr-col-header{width:110px;text-align:center;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.asr-row{display:flex;align-items:center;padding:8px 0;border-bottom:1px solid #f0f2f5;transition:background .1s}.asr-row:hover,.asr-row-alt{background:#fafcff}.asr-row-alt:hover{background:#f0f6ff}.asr-bubble-cell{width:110px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.asr-bubble{width:28px;height:28px;border-radius:50%;border:2px solid #d1d5db;background:#fff;cursor:pointer;transition:all .12s;flex-shrink:0}.asr-bubble:hover:not(:disabled){border-color:#185fa5;transform:scale(1.15)}.asr-bubble.active{transform:scale(1.1)}.asr-bubble:disabled{cursor:default}.assess-global-row{display:flex;gap:16px;flex-wrap:wrap}.assess-global-opt{display:flex;align-items:center;gap:8px;padding:10px 20px;border-radius:10px;border:2px solid #e5e7eb;cursor:pointer;font-size:14px;font-weight:600;transition:all .15s;background:#fff}.assess-global-opt input[type=radio]{width:16px;height:16px;accent-color:#185FA5}.assess-global-opt.selected.competent{border-color:#00b894;background:#e8fdf3;color:#00b894}.assess-global-opt.selected.not-competent{border-color:#ff4757;background:#fef0f0;color:#ff4757}.assess-global-opt:not(.selected):hover{background:#f8f8f8}.assess-comments{width:100%;padding:10px 12px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:13px;font-family:inherit;resize:vertical;min-height:90px;box-sizing:border-box;transition:border-color .15s}.assess-comments:focus{outline:none;border-color:#185fa5}.assess-sig-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.assess-sig-field{display:flex;flex-direction:column;gap:6px}.assess-sig-input{padding:8px 12px;border:none;border-bottom:2px solid #d1d5db;border-radius:0;font-size:14px;font-style:italic;color:#185fa5;background:transparent;font-family:inherit;transition:border-color .15s}.assess-sig-input:focus{outline:none;border-bottom-color:#185fa5}.assess-sig-input[readonly]{color:#555}.assess-sig-line{height:1px;background:#e5e7eb;margin-top:2px}.assess-rating-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:700;white-space:nowrap}.assess-rating-badge.competent{background:#e8fdf3;color:#00b894}.assess-rating-badge.not-competent{background:#fef0f0;color:#ff4757}.report-print-modal{max-width:680px!important;max-height:88vh;overflow-y:auto}.report-asr-grid{display:flex;flex-direction:column;gap:0}.report-asr-header,.report-asr-row{display:flex;align-items:center;padding:7px 0}.report-asr-header{border-bottom:2px solid #e5e7eb;padding-bottom:8px;margin-bottom:2px}.report-asr-row{border-bottom:1px solid #f0f2f5}.report-asr-row.alt{background:#fafcff}.report-asr-row:hover{background:#f0f6ff}.report-asr-name{flex:1;font-size:13px;color:#333;min-width:140px}.report-asr-header .report-asr-name{font-size:11px;font-weight:700;color:#888;text-transform:uppercase;letter-spacing:.04em}.report-asr-col{width:100px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:11px;font-weight:600;text-align:center}.report-asr-header .report-asr-col{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.report-asr-bubble{width:22px;height:22px;border-radius:50%;border:2px solid #e5e7eb;background:#fff;flex-shrink:0}
