:root{--blue: #2563eb;--blue-dark: #1d4fd7;--navy: #0f2440;--navy-2: #16324f;--ink: #1a2233;--muted: #64748b;--line: #e2e8f0;--bg: #f1f5fb;--card-shadow: 0 1px 2px rgba(15,36,64,.06), 0 8px 24px -12px rgba(15,36,64,.12);--radius: 14px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,system-ui,-apple-system,Arial,sans-serif;background:#f4f9ff;color:var(--ink);font-size:15px}.layout{display:flex;min-height:100vh}.sidebar{width:244px;background:linear-gradient(180deg,#0d1b33,#12264a);color:#e6edf7;display:flex;flex-direction:column;padding:20px 14px;position:sticky;top:0;height:100vh}.brand{font-size:19px;font-weight:800;padding:4px 12px 18px;letter-spacing:.2px;color:#fff}.sidebar nav{flex:1;display:flex;flex-direction:column;gap:3px}.nav-item{display:flex;align-items:center;gap:11px;width:100%;text-align:left;background:none;border:none;color:#93a8c8;padding:11px 14px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.nav-item:hover{background:#ffffff12;color:#fff}.nav-item.active{background:var(--blue);color:#fff;box-shadow:0 6px 16px -6px #2563ebb3;font-weight:600}.nav-item.logout{color:#f0a1a1;margin-top:8px}.nav-item.logout:hover{background:#e74c3c29;color:#ffc9c9}.nav-item.owner-return{color:#ffd88a;font-weight:700;background:#ffd1661f}.school-tag{background:#ffffff14;color:#a9c6ef;font-size:12px;font-weight:700;padding:6px 12px;border-radius:8px;margin:0 2px 14px;text-align:center;border:1px solid rgba(255,255,255,.1)}.school-tag.owner{background:linear-gradient(90deg,#7c3aed,#a855f7);color:#fff;font-weight:800;letter-spacing:1.5px;border:none}.content{flex:1;padding:30px 36px;max-width:1180px}h2{margin-bottom:18px;font-size:22px;font-weight:800;letter-spacing:-.2px}h3{margin:22px 0 10px;font-size:15.5px;font-weight:700}.muted{color:var(--muted)}.small{font-size:12.5px}.danger-text{color:#dc2626;font-weight:700}.page-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.page-head h2{margin:0}.cards{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:10px}.card{background:#fff;border-radius:var(--radius);padding:20px 24px;min-width:172px;box-shadow:var(--card-shadow);border:1px solid var(--line);position:relative;overflow:hidden;transition:transform .15s}.card:hover{transform:translateY(-2px)}.card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--blue);border-radius:4px 0 0 4px}.card.warn:before{background:#ef4444}.card.ok:before{background:#22c55e}.card-num{font-size:27px;font-weight:800;letter-spacing:-.5px}.card-label{color:var(--muted);font-size:13px;margin-top:5px;font-weight:500}.progress{background:#e2e8f0;border-radius:10px;overflow:hidden;height:30px;max-width:520px}.progress-bar{background:linear-gradient(90deg,var(--blue),#4f83f1);color:#fff;font-size:13px;font-weight:700;line-height:30px;text-align:center;min-width:40px;border-radius:10px}table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--card-shadow);border:1px solid var(--line)}th{background:#f8fafc;text-align:left;padding:12px 14px;font-size:12px;color:#475569;text-transform:uppercase;letter-spacing:.6px;border-bottom:1px solid var(--line)}td{padding:12px 14px;border-bottom:1px solid #f1f5f9;font-size:14px}tbody tr{transition:background .12s}tbody tr:hover{background:#f8fbff}tbody tr:last-child td{border-bottom:none}.actions{display:flex;gap:6px;flex-wrap:wrap}.btn{border:1px solid #d7dfeb;background:#fff;padding:9px 16px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:600;color:#33415c;transition:all .15s}.btn:hover{background:#f1f5fb;border-color:#b9c8dd}.btn.primary{background:linear-gradient(180deg,var(--blue),var(--blue-dark));border-color:var(--blue-dark);color:#fff;box-shadow:0 6px 14px -6px #2563eb99}.btn.primary:hover{filter:brightness(1.06)}.btn.danger{color:#dc2626;border-color:#f3c1c1}.btn.danger:hover{background:#fef2f2}.btn.small{padding:5px 11px;font-size:12.5px;border-radius:8px}.btn:disabled{opacity:.55;cursor:default}.btn-block{width:100%;margin-top:20px;padding:12px;font-size:15px}.filters{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap;align-items:center}input,select{padding:10px 13px;border:1.5px solid #dbe3ee;border-radius:10px;font-size:14px;background:#fff;color:var(--ink);transition:border .15s,box-shadow .15s}input:focus,select:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #2563eb24}label{display:block;font-size:13px;color:#475569;margin:12px 0 5px;font-weight:600}.alert{background:#fef2f2;color:#b91c1c;padding:11px 15px;border-radius:10px;margin-bottom:14px;font-size:14px;border:1px solid #fecaca}.alert.ok{background:#f0fdf4;color:#15803d;border-color:#bbf7d0}.badge{padding:3px 11px;border-radius:20px;font-size:12px;font-weight:600;text-transform:capitalize}.badge.paid{background:#dcfce7;color:#15803d}.badge.unpaid{background:#fee2e2;color:#b91c1c}.badge.partial{background:#fef3c7;color:#b45309}.tabs{display:flex;gap:4px;margin-bottom:18px;background:#e8eef7;padding:4px;border-radius:12px;width:fit-content;max-width:100%;flex-wrap:wrap}.tab{border:none;background:none;padding:9px 18px;border-radius:9px;cursor:pointer;font-size:13.5px;font-weight:600;color:#55647d;transition:all .15s}.tab:hover{color:var(--blue)}.tab.active{color:var(--blue);background:#fff;box-shadow:0 2px 8px -2px #0f24402e}.seg{display:inline-flex;border:1.5px solid #dbe3ee;border-radius:10px;overflow:hidden}.seg-btn{border:none;background:#fff;padding:6px 15px;cursor:pointer;font-size:13px;font-weight:700;color:#7a8699}.seg-btn.active.present{background:#22c55e;color:#fff}.seg-btn.active.absent{background:#ef4444;color:#fff}.seg-btn.active.leave{background:#f59e0b;color:#fff}.modal-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a142880;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:50;padding:16px}.modal{background:#fff;border-radius:18px;padding:26px 30px;width:500px;max-width:94vw;max-height:92vh;overflow:auto;box-shadow:0 24px 60px -12px #0f244066}.modal h3{margin:0 0 4px;font-size:18px}.modal input,.modal select{width:100%}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.modal-wide{width:730px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.panel{background:#fff;border-radius:var(--radius);padding:22px 26px;max-width:500px;margin-bottom:20px;box-shadow:var(--card-shadow);border:1px solid var(--line)}.panel input{width:100%}.panel .btn{margin-top:16px}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dcecff,#f2f8ff);padding:24px}.login-split{display:flex;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 30px 80px -24px #0f244073;max-width:980px;width:100%;min-height:600px}.login-left.photo{flex:1.05;position:relative;overflow:hidden;display:block;padding:0}.login-scene{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.login-overlay{position:relative;z-index:2;padding:40px 38px;color:#fff;text-shadow:0 1px 8px rgba(10,30,70,.35)}.login-logo{display:flex;align-items:center;gap:12px;margin-bottom:34px}.login-logo-badge{width:52px;height:52px;border-radius:14px;background:#ffffff29;border:2px solid rgba(255,255,255,.55);display:flex;align-items:center;justify-content:center;font-size:26px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.login-logo b{display:block;font-size:21px;line-height:1.1}.login-logo span{font-size:12.5px;color:#dbe7fb}.login-overlay h2{font-size:27px;font-weight:800;line-height:1.25;margin:0 0 12px}.login-underline{width:64px;height:4px;border-radius:2px;background:#ffd166;margin-bottom:14px}.login-overlay p{color:#e3edfb;font-size:14.5px;line-height:1.55;max-width:300px}.login-card{flex:1;padding:44px 46px;display:flex;flex-direction:column;justify-content:center}.login-icon-circle{width:74px;height:74px;border-radius:50%;background:#e8f0fe;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 14px}.login-card h1{font-size:26px;font-weight:800;text-align:center;margin-bottom:2px}.center{text-align:center;margin-bottom:8px}.login-card input{width:100%}.pw-wrap{position:relative}.pw-wrap input{padding-right:44px}.pw-eye{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:16px}.login-row{display:flex;justify-content:space-between;align-items:center;margin-top:14px;font-size:13.5px}.login-row .remember{display:flex;align-items:center;gap:7px;margin:0;font-weight:500;color:#475569;cursor:pointer}.login-row .remember input{width:15px;height:15px}.login-row a{color:var(--blue);text-decoration:none;font-weight:600}.login-row a:hover{text-decoration:underline}.login-version{text-align:center;margin-top:16px}.mod-groups{margin-top:14px;max-height:56vh;overflow-y:auto;padding-right:6px}.mod-group{border:1px solid #dbe4f0;border-radius:12px;margin-bottom:10px;background:#fff;overflow:hidden}.mod-group-head{display:flex;align-items:center;gap:10px;padding:12px 16px;background:linear-gradient(90deg,#eef4fd,#f7fafd);cursor:pointer}.mod-group-head input[type=checkbox]{width:17px;height:17px;cursor:pointer}.mod-group-icon{font-size:17px}.mod-group-name{font-weight:700;color:var(--navy);font-size:14.5px}.mod-group-count{margin-left:auto;font-size:12px;color:var(--blue);background:#fff;border:1px solid #c8dbf7;border-radius:12px;padding:2px 10px;font-weight:700;white-space:nowrap}.mod-chevron{color:var(--blue);font-size:14px;width:16px;text-align:center}.mod-group-body{padding:4px 0}.mod-feature{display:flex;align-items:center;gap:12px;padding:9px 18px 9px 46px;font-size:14px;cursor:pointer;border-top:1px solid #f1f5f9;margin:0;font-weight:500;color:var(--ink)}.mod-feature:first-child{border-top:none}.mod-feature:hover{background:#f7fafd}.mod-feature input[type=checkbox]{width:16px;height:16px}.mod-feature-label{flex:1}.mod-feature.soon .mod-feature-label{color:#94a3b8}.mod-feature em{font-size:11px;color:#b45309;background:#fef3c7;border-radius:8px;padding:2px 8px;font-style:normal;white-space:nowrap}.class-scope{display:grid;grid-template-columns:1fr 1fr;gap:2px 12px;border:1px solid var(--line);border-radius:12px;padding:8px 10px;max-height:22vh;overflow:auto}@media (max-width: 860px){.login-split{flex-direction:column}.login-left{padding:30px 26px}.layout{flex-direction:column}.sidebar{width:100%;height:auto;position:static;flex-direction:row;flex-wrap:wrap;align-items:center;padding:10px}.sidebar nav{flex-direction:row;flex-wrap:wrap}.content{padding:18px}table{display:block;overflow-x:auto}.grid2,.class-scope,.mod-group-body{grid-template-columns:1fr}}.content-wrap{flex:1;display:flex;flex-direction:column;min-width:0}.topbar{display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);padding:14px 36px;position:sticky;top:0;z-index:10}.topbar-title{font-size:17px;font-weight:800;color:var(--navy)}.topbar-date{font-size:13px;color:var(--muted);font-weight:500}.content{padding:28px 36px;max-width:1180px}.side-profile{display:flex;align-items:center;gap:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:10px 12px;margin-top:10px}.side-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#7c3aed);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;color:#fff;flex-shrink:0}.side-profile-info{flex:1;min-width:0}.side-profile-info b{display:block;font-size:13px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.side-profile-info span{font-size:11px;color:#93a8c8}.side-logout{background:none;border:none;color:#f0a1a1;font-size:17px;cursor:pointer;padding:4px}.side-logout:hover{color:#c0392b}.dash-head{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:10px;margin-bottom:22px}.year-pill{background:#fff;border:1px solid var(--line);border-radius:10px;padding:9px 16px;font-size:13.5px;color:var(--muted);box-shadow:var(--card-shadow)}.year-pill b{color:var(--ink)}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:20px}.stat-card{background:#fff;border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--card-shadow);padding:18px 20px;display:flex;align-items:center;gap:14px}.stat-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.stat-label{font-size:12.5px;color:var(--muted);font-weight:600}.stat-value{font-size:22px;font-weight:800;letter-spacing:-.4px}.stat-trend{font-size:12px;font-weight:700;margin-top:2px}.stat-trend.up{color:#16a34a}.stat-trend.down{color:#dc2626}.dash-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.dash-panel{background:#fff;border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--card-shadow);padding:18px 22px}.dash-panel h3{margin:0 0 12px;font-size:15px}.donut-wrap{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.legend{font-size:13px;display:flex;flex-direction:column;gap:7px}.legend .dot{display:inline-block;width:10px;height:10px;border-radius:3px;margin-right:7px}.legend b{margin-left:4px}.qa-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.qa-btn{display:flex;flex-direction:column;align-items:center;gap:6px;background:#f8fafc;border:1px solid var(--line);border-radius:12px;padding:14px 8px;font-size:12.5px;font-weight:600;color:#33415c;cursor:pointer;transition:all .15s}.qa-btn:hover{background:#eef4fd;border-color:#b9d0f5;color:var(--blue);transform:translateY(-2px)}.qa-btn span{font-size:22px}@media (max-width: 1000px){.dash-grid{grid-template-columns:1fr}.dash-panel{grid-column:span 1!important}}body,input,select,button,textarea{font-family:Inter,Segoe UI,system-ui,Arial,sans-serif}.content>div{animation:fadeUp .28s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}h2{font-weight:800}.nav-group{font-size:10.5px;font-weight:800;letter-spacing:1.6px;text-transform:uppercase;color:#5c749c;padding:18px 14px 6px}.nav-ic{width:22px;display:inline-block;text-align:center}.nav-item.active{background:linear-gradient(90deg,var(--blue),#4f83f1)}.topbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6}.topbar-right{display:flex;align-items:center;gap:14px}.topbar-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:15px;box-shadow:0 4px 10px -4px #2563eb99}table{border-radius:16px}th{background:#f4f8fd}.btn,.card,.stat-card,.dash-panel,.panel{border-radius:14px}.stat-card:hover,.dash-panel:hover{box-shadow:0 4px 6px #0f24400a,0 16px 32px -16px #2563eb40}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{background:#c3d4ea;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#a7bedd}::-webkit-scrollbar-track{background:transparent}.modal{animation:popIn .22s ease}@keyframes popIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:none}}.form-sec{margin:20px 0 6px;padding:8px 12px;background:#eef4fd;border-radius:8px;color:var(--blue);font-size:13.5px;font-weight:800}.fee-preview{background:#f8fafc;border:1px solid var(--line);border-radius:10px;padding:12px 16px;margin-top:10px;font-size:13.5px}.fee-preview ul{margin:6px 0 8px 18px}.profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px 16px;margin-top:16px;font-size:13.5px}@media (max-width: 760px){.profile-grid{grid-template-columns:1fr 1fr}}input[type=file]{padding:7px;font-size:12.5px}.campus-switch{padding:8px 12px;border-radius:10px;border:1.5px solid #c8dbf7;background:#eef4fd;font-weight:700;color:var(--blue);font-size:13.5px;cursor:pointer}input,select,textarea{width:100%;height:44px;padding:10px 14px;border:1.5px solid #d5deeb;border-radius:11px;font-size:14px;background:#fbfcfe;color:var(--ink);transition:border-color .15s,box-shadow .15s,background .15s}input:hover,select:hover{border-color:#b6c6de}input:focus,select:focus,textarea:focus{outline:none;background:#fff;border-color:var(--blue);box-shadow:0 0 0 4px #2563eb1f}input::placeholder{color:#9aa8bd;font-size:13.5px}input:disabled,select:disabled{background:#eef1f6;color:#8a97ab;cursor:not-allowed;border-color:#e2e8f0}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2364748b' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:38px;cursor:pointer}input[type=date],input[type=time]{cursor:pointer}input[type=checkbox]{width:17px!important;height:17px!important;padding:0;border-radius:5px;accent-color:var(--blue);cursor:pointer}input[type=file]{height:auto;padding:12px;background:#f6f9fd;border:1.5px dashed #b9cdec;cursor:pointer;font-size:12.5px;color:#55647d}input[type=file]:hover{border-color:var(--blue);background:#eef4fd}input[type=file]::file-selector-button{border:none;background:var(--blue);color:#fff;font-weight:600;font-size:12.5px;padding:7px 14px;border-radius:8px;margin-right:10px;cursor:pointer}label{font-size:12.5px;font-weight:700;color:#3d4c63;margin:14px 0 6px;letter-spacing:.1px}.filters input,.filters select{width:auto;min-width:150px;height:41px}.filters input[type=date]{min-width:140px}.grid2{gap:2px 18px}.modal{padding:28px 32px}.modal h3{font-size:19px;margin-bottom:2px}.modal-actions{position:sticky;bottom:-28px;background:#fff;margin:22px -32px -28px;padding:14px 32px 18px;border-top:1px solid var(--line);border-radius:0 0 18px 18px}.form-sec{margin:24px 0 4px}.seg{height:38px}table input,table select{height:38px;border-radius:8px;background:#fff}.pw-eye{font-size:15px}.login-card input{margin-bottom:2px}
