:root{--diq-primary: #1e40af;--diq-primary-soft: #eff6ff;--diq-success: #16a34a;--diq-warning: #f59e0b;--diq-danger: #dc2626;--diq-bg: #f8fafc;--diq-card: #ffffff;--diq-border: #e2e8f0;--diq-text: #0f172a;--diq-muted: #64748b;--diq-shadow: 0 10px 28px rgba(15, 23, 42, .07);--diq-radius: 16px}.diq-page{width:min(1320px,calc(100% - 32px));font-size:.9rem;margin:0 auto;padding:24px 0 36px}.diq-card{background:var(--diq-card);border:1px solid var(--diq-border);border-radius:14px;box-shadow:var(--diq-shadow)}.diq-btn{border:none;border-radius:10px;padding:8px 12px;font-weight:800;font-size:13px;cursor:pointer}.diq-btn:hover{transform:translateY(-1px)}.diq-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.diq-btn-primary{background:var(--diq-primary);color:#fff;box-shadow:0 8px 18px #1e40af38}.diq-btn-secondary{background:#f1f5f9;color:var(--diq-text);border:1px solid var(--diq-border)}.diq-btn-danger{background:var(--diq-danger);color:#fff}.diq-input,.diq-select,.diq-textarea{width:100%;border:1px solid var(--diq-border);border-radius:12px;padding:8px 10px;font-size:13px;outline:none;background:#fff;color:var(--diq-text)}.diq-input:focus,.diq-select:focus,.diq-textarea:focus{border-color:var(--diq-primary);box-shadow:0 0 0 3px #1e40af1f}.diq-table-wrap{overflow:auto;border-radius:var(--diq-radius);border:1px solid var(--diq-border);background:#fff}.diq-table{width:100%;border-collapse:collapse;font-size:14px}.diq-table thead th{background:#f8fafc;color:#334155;text-align:left;font-size:12px;letter-spacing:.02em;text-transform:uppercase;font-weight:900;padding:13px 14px;border-bottom:1px solid var(--diq-border);position:sticky;top:0;z-index:1}.diq-table tbody td{padding:13px 14px;border-bottom:1px solid #eef2f7;color:var(--diq-text);vertical-align:middle}.diq-table tbody tr:nth-child(2n){background:#fbfdff}.diq-table tbody tr:hover{background:#eff6ff}.diq-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.diq-icon-btn{border:1px solid var(--diq-border);background:#fff;color:var(--diq-text);border-radius:10px;min-width:30px;height:30px;display:inline-grid;place-items:center;cursor:pointer;font-size:12px;font-weight:800}.diq-icon-btn:hover{background:var(--diq-primary-soft);color:var(--diq-primary);border-color:#bfdbfe}@media (max-width: 780px){.diq-page{width:min(100% - 20px,1320px);padding-top:16px}}.student-status-chip,.student-source-chip{display:inline-flex;align-items:center;min-height:26px;padding:4px 9px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.student-status-chip{color:#17603a;background:#e9f8ef;border:1px solid #bde7cc}.student-status-chip.inactive,.student-status-chip.withdrawn{color:#8a2630;background:#fff0f1;border-color:#f1c5ca}.student-source-chip{color:#315176;background:#f1f5fa;border:1px solid #d7e1ec}.card{max-width:1100px;margin:0 auto}.stack{display:flex;flex-direction:column;gap:12px}.form-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.form-row.compact{margin-top:-6px}.input{height:40px;min-width:180px;padding:0 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px}.input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.textarea{min-height:90px;padding-top:10px;padding-bottom:10px}.btn{height:40px;padding:0 16px;border:0;border-radius:8px;font-weight:700;cursor:pointer}.btn-primary{background:#0b5ed7;color:#fff}.btn-secondary{background:#e5e7eb;color:#111827}.link{background:none;border:none;padding:0;color:#0b5ed7;text-decoration:underline;cursor:pointer;font-size:14px;font-weight:600}.banner-success{background:#e6ffed;border:1px solid #00c853;padding:8px;border-radius:6px;margin-bottom:12px}.import-box{margin:8px 0 16px}.import-box h3{margin:0 0 6px}.help{font-size:12px;color:#4b5563}.banner-success{white-space:pre-wrap}@media (max-width: 900px){.form-row{flex-direction:column;align-items:stretch}.input,select,textarea,button{width:100%}table{min-width:720px}}*{box-sizing:border-box}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}img{max-width:100%}.responsive-table,.table-scroll,.table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.classroom-grid{display:grid;grid-template-columns:repeat(6,180px);gap:16px;justify-content:center;margin-top:16px}.classroom-tile{width:180px;height:118px;background:#fff;border:1px solid #111827;border-radius:8px;padding:14px 16px;display:flex;flex-direction:column;justify-content:space-between}.classroom-tile-label{color:#111827;font-size:14px;font-weight:500;line-height:1.2}.classroom-tile-count{color:#1263f1;font-size:22px;font-weight:800;line-height:1}@media (max-width: 1260px){.classroom-grid{grid-template-columns:repeat(4,180px)}}@media (max-width: 900px){.classroom-grid{grid-template-columns:repeat(3,1fr);gap:12px;justify-content:stretch}.classroom-tile{width:100%;height:100px;padding:12px}.classroom-tile-label{font-size:13px}.classroom-tile-count{font-size:20px}}@media (max-width: 600px){.classroom-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:12px}.classroom-tile{height:88px;padding:10px;border-radius:8px}.classroom-tile-label{font-size:12px}.classroom-tile-count{font-size:18px}}@media (max-width: 380px){.classroom-grid{grid-template-columns:1fr}}@media (max-width: 900px){.form-row{flex-direction:column;align-items:stretch;gap:10px}.form-row.compact{margin-top:0}.input,select,textarea{width:100%;min-width:0}.btn,button{min-height:40px}.card{max-width:100%}table{min-width:720px}}@media (max-width: 600px){.form-row .btn,.form-row button{width:100%}.form-row.compact .btn,.form-row.compact button{width:auto}.help{font-size:12px}}.admin-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media (max-width: 900px){.admin-stat-grid{grid-template-columns:1fr}}@media (max-width: 900px){.admin-page{padding-left:10px!important;padding-right:10px!important}}@media (max-width: 600px){.admin-page{padding:8px!important}}.parents-page input,.parents-page select,.parents-page textarea{min-width:0}.parents-add-form{display:grid;gap:10px;margin-bottom:20px;background:#f8fbff;padding:14px;border-radius:12px;border:1px solid #d8e6f8}.parents-form-grid{display:grid;gap:10px;align-items:center}.parents-form-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.parents-form-grid-actions{grid-template-columns:1fr .6fr 1fr auto auto}.parents-add-form input,.parents-add-form select,.parents-add-form button{width:100%;min-width:0}.parents-table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.parents-table-scroll table{min-width:1180px}@media (max-width: 1100px){.parents-form-grid-4,.parents-form-grid-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 700px){.parents-form-grid-4,.parents-form-grid-actions{grid-template-columns:1fr}.parents-add-form{padding:12px}}.center-page{max-width:1480px;margin:0 auto;padding:28px 30px 60px;color:#172033}.center-header,.center-profile-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px}.center-header h1,.center-hero h1{margin:4px 0 8px;font-size:32px;line-height:1.1}.center-header p,.center-hero p{margin:0;color:#64748b;max-width:760px}.center-eyebrow{font-size:12px;font-weight:800;letter-spacing:.14em;color:#176b87}.center-header-actions,.center-profile-toolbar>div{display:flex;gap:10px;flex-wrap:wrap}.center-btn{border:0;border-radius:9px;padding:10px 15px;font-weight:700;cursor:pointer;font:inherit}.center-btn.primary{background:#176b87;color:#fff}.center-btn.secondary{background:#fff;color:#27445a;border:1px solid #cfdae4}.center-btn:disabled{opacity:.55;cursor:not-allowed}.center-btn.full{display:block;width:100%;margin-top:14px;text-align:center}.center-btn.link{text-decoration:none;box-sizing:border-box}.center-notice{padding:12px 15px;margin-bottom:18px;border-radius:9px;background:#eaf7fb;color:#0e5b73;border:1px solid #c4e4ee}.center-notice.error{background:#fff1f2;color:#a61b2b;border-color:#fecdd3}.center-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px}.center-stat-grid.compact{margin-top:4px}.center-stat{background:#fff;border:1px solid #dce5ed;border-radius:13px;padding:17px;box-shadow:0 5px 18px #0f2a3d0d}.center-stat span,.center-stat small{display:block;color:#65758a}.center-stat strong{display:block;font-size:29px;margin:5px 0}.center-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 240px auto;gap:12px;align-items:center;background:#f5f8fb;border:1px solid #dde6ee;border-radius:12px;padding:13px;margin-bottom:16px}.center-toolbar input,.center-toolbar select,.center-field input,.center-field textarea{width:100%;box-sizing:border-box;border:1px solid #cbd7e2;border-radius:8px;background:#fff;padding:10px 11px;font:inherit;color:#172033}.center-toolbar>span{color:#64748b;font-size:13px;white-space:nowrap}.center-table-wrap{background:#fff;border:1px solid #dce5ed;border-radius:13px;overflow:auto}.center-table{width:100%;border-collapse:collapse;min-width:1050px}.center-table th{background:#f6f9fb;color:#516274;text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.04em;padding:13px 15px;border-bottom:1px solid #dce5ed}.center-table td{padding:14px 15px;border-bottom:1px solid #edf1f5;vertical-align:middle}.center-table td>small,.center-person small{display:block;color:#738295;margin-top:4px}.center-person{display:flex;align-items:center;gap:11px}.center-avatar{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#e4f2f7;color:#145e78;font-weight:800;flex:0 0 auto}.center-avatar.large{width:76px;height:76px;border-radius:20px;font-size:25px}.center-avatar.photo{object-fit:cover}.center-chip-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px}.center-chip{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800;background:#e7eef4;color:#42556a}.center-chip.success{background:#dcf6e8;color:#157046}.center-chip.danger{background:#ffe4e6;color:#a51b2c}.center-chip.muted{background:#edf1f5;color:#64748b}.center-link{border:0;background:none;color:#176b87;font-weight:800;cursor:pointer;white-space:nowrap}.center-empty{text-align:center;padding:34px;color:#718096;background:#f8fafc;border:1px dashed #cbd7e2;border-radius:11px}.center-empty.compact{padding:18px}.center-hero{display:flex;gap:18px;align-items:center;background:linear-gradient(135deg,#f8fbfd,#edf7fa);border:1px solid #d6e5ec;border-radius:16px;padding:22px;margin-bottom:18px}.center-tabs{display:flex;gap:5px;overflow:auto;border-bottom:1px solid #dbe4ec;margin-bottom:18px}.center-tabs button{border:0;background:none;padding:12px 13px;color:#64748b;font-weight:750;cursor:pointer;white-space:nowrap;border-bottom:3px solid transparent}.center-tabs button.active{color:#176b87;border-bottom-color:#176b87}.center-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.center-card{background:#fff;border:1px solid #dce5ed;border-radius:13px;padding:19px;box-shadow:0 4px 16px #0f2a3d0a}.center-card.wide{grid-column:1/-1}.center-card h2{font-size:17px;margin:0 0 15px}.center-info-row{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid #edf1f5}.center-info-row:last-child{border-bottom:0}.center-info-row span{color:#64748b}.center-info-row strong{text-align:right;overflow-wrap:anywhere}.center-field{margin-bottom:13px}.center-field label{display:block;color:#64748b;font-size:12px;font-weight:750;margin-bottom:6px}.center-field>div{min-height:20px;overflow-wrap:anywhere}.center-field-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:10px}.center-student-card{display:flex;align-items:center;gap:13px;text-align:left;background:#fff;border:1px solid #dce5ed;border-radius:13px;padding:16px;cursor:pointer}.center-student-card>div:nth-child(2){display:flex;flex-direction:column;flex:1}.center-student-card span,.center-student-card small{color:#64748b;margin-top:3px}.center-request{display:flex;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid #edf1f5}.center-request div{display:flex;flex-direction:column}.center-request small{color:#64748b;margin-top:4px}.center-timeline{background:#fff;border:1px solid #dce5ed;border-radius:13px;padding:22px}.center-timeline-item{display:grid;grid-template-columns:18px 1fr;gap:12px;position:relative;padding-bottom:22px}.center-timeline-item>span{width:11px;height:11px;border-radius:50%;background:#176b87;margin-top:5px;position:relative}.center-timeline-item:not(:last-child)>span:after{content:"";position:absolute;width:2px;background:#d8e5eb;top:13px;bottom:-28px;left:4px}.center-timeline-item p{margin:4px 0;color:#526579}.center-timeline-item small{color:#8190a1}@media (max-width:900px){.center-page{padding:20px 14px 50px}.center-header,.center-profile-toolbar{flex-direction:column}.center-stat-grid,.center-card-grid{grid-template-columns:1fr 1fr}.center-toolbar,.center-field-grid{grid-template-columns:1fr}.center-hero{align-items:flex-start}.center-stat-grid.compact{grid-template-columns:1fr 1fr}}@media (max-width:580px){.center-stat-grid,.center-card-grid{grid-template-columns:1fr}.center-card.wide{grid-column:auto}.center-header h1,.center-hero h1{font-size:26px}.center-avatar.large{width:60px;height:60px}.center-hero{padding:17px}.center-tabs button{padding:11px 9px}.center-profile-toolbar>div,.center-header-actions{width:100%}.center-profile-toolbar .center-btn,.center-header-actions .center-btn{flex:1}}.center-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.center-modal{width:min(900px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:16px;padding:22px;box-shadow:0 25px 70px #0f172a47}.center-modal-head,.center-modal-actions{display:flex;justify-content:space-between;align-items:center;gap:12px}.center-modal-head h2{margin:0}.center-modal-actions{justify-content:flex-end;margin-top:20px}.center-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px}.center-form-grid label{font-size:12px;font-weight:750;color:#64748b}.center-form-grid input,.center-form-grid select,.center-form-grid textarea{display:block;width:100%;box-sizing:border-box;margin-top:6px;border:1px solid #cbd7e2;border-radius:8px;padding:10px 11px;font:inherit;color:#172033;background:#fff}.center-form-grid .wide{grid-column:1/-1}@media (max-width:760px){.center-form-grid{grid-template-columns:1fr}}form.center-modal{display:block;margin:0;gap:0}.center-modal-head{width:100%;padding-bottom:16px;border-bottom:1px solid #e8edf3}.center-modal-head h2{font-size:22px;color:#172033}.center-modal-head .center-link{margin-left:auto}.center-form-grid{width:100%}.center-modal-actions{width:100%;padding-top:18px;border-top:1px solid #e8edf3}@media (max-width:580px){.center-modal-backdrop{padding:10px;align-items:flex-start}.center-modal{margin-top:10px;padding:18px;max-height:calc(100vh - 20px)}.center-modal-head{align-items:flex-start}.center-modal-actions{display:grid;grid-template-columns:1fr;gap:10px}.center-modal-actions .center-btn{width:100%}}.report-page{padding:28px;background:#f4f7fb;min-height:100vh;color:#172033}.report-hero{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:28px 30px;border-radius:18px;background:linear-gradient(135deg,#102f4f,#1c6388);color:#fff}.report-hero>div>span{text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:900}.report-hero h1{margin:5px 0 7px;font-size:30px}.report-hero p{margin:0;color:#dbeafe;max-width:780px}.report-controls{display:flex;gap:9px}.report-controls select,.report-controls button{border:0;border-radius:9px;padding:11px 13px;background:#fff;color:#173d5b;font-weight:800}.report-controls button{cursor:pointer}.report-metrics{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin:18px 0}.report-metric{background:#fff;border:1px solid #dce5ee;border-radius:14px;padding:16px}.report-metric span{display:block;color:#66758a;font-size:11px;font-weight:800;text-transform:uppercase}.report-metric strong{display:block;font-size:25px;margin:7px 0 3px}.report-metric small{color:#718096}.report-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:15px}.report-grid-three{grid-template-columns:repeat(3,1fr)}.report-card{background:#fff;border:1px solid #dce5ee;border-radius:16px;padding:19px}.report-card header{display:flex;justify-content:space-between;gap:12px}.report-card h2{margin:0;font-size:17px}.report-card p{margin:4px 0 0;color:#66758a;font-size:12px}.report-bars{margin-top:17px;display:flex;flex-direction:column;gap:12px}.report-bar>div:first-child{display:flex;justify-content:space-between;text-transform:capitalize;font-size:12px}.report-track{height:9px;background:#edf2f7;border-radius:99px;overflow:hidden;margin-top:5px}.report-track i{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#1f6d93,#4aa3c7)}.report-empty{padding:25px;text-align:center;color:#718096}.report-donut-card{text-align:center}.report-donut{--value:0deg;width:150px;height:150px;border-radius:50%;margin:18px auto 10px;background:conic-gradient(#267fa5 var(--value),#e8eff5 0);display:grid;place-items:center}.report-donut:before{content:"";position:absolute}.report-donut>div{width:112px;height:112px;border-radius:50%;background:#fff;display:grid;place-content:center}.report-donut strong{display:block;font-size:27px}.report-donut span{font-size:11px;color:#66758a}.report-financial header>span{background:#e0f2fe;color:#075985;border-radius:99px;padding:5px 8px;font-size:10px;font-weight:900;height:max-content}.report-financial dl{margin:18px 0 0}.report-financial dl div{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #edf2f7}.report-financial dt{color:#66758a}.report-financial dd{margin:0;font-weight:800}@media (max-width:1100px){.report-metrics{grid-template-columns:repeat(3,1fr)}.report-grid-three{grid-template-columns:1fr 1fr}.report-financial{grid-column:1/-1}}@media (max-width:760px){.report-page{padding:14px}.report-hero{align-items:flex-start;flex-direction:column}.report-metrics,.report-grid,.report-grid-three{grid-template-columns:1fr}.report-financial{grid-column:auto}.report-controls{width:100%;flex-wrap:wrap}}:root{--reg-navy:#102f4f;--reg-blue:#1c5f91;--reg-cyan:#2b8fbf;--reg-ink:#172033;--reg-muted:#66758a;--reg-border:#dce5ee;--reg-bg:#edf3f8;--reg-soft:#f7fafc;--reg-success:#177245;--reg-danger:#b42318}.reg-page,.apply-page{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--reg-ink)}button,input,select,textarea{font:inherit}.reg-page{padding:28px;background:#f4f7fb;min-height:100vh}.reg-hero{display:flex;justify-content:space-between;gap:24px;align-items:center;background:linear-gradient(135deg,#102b4e,#1d4f7a);color:#fff;border-radius:18px;padding:28px}.reg-hero h1{margin:4px 0 8px;font-size:30px}.reg-hero p{margin:0;color:#dbeafe;max-width:760px}.reg-eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:11px}.reg-public-link{background:#fff;color:#123a60;text-decoration:none;padding:12px 16px;border-radius:10px;font-weight:800;white-space:nowrap}.reg-notice{margin:14px 0;background:#ecfdf5;border:1px solid #a7f3d0;padding:12px;border-radius:10px}.reg-stats{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin:18px 0}.reg-stats button{border:1px solid #e2e8f0;background:#fff;border-radius:14px;padding:16px;text-align:left;cursor:pointer}.reg-stats b{display:block;font-size:24px}.reg-stats span{font-size:11px;color:#64748b}.reg-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.reg-toolbar{display:flex;gap:12px;padding:16px;border-bottom:1px solid #e2e8f0}.reg-toolbar input{flex:1}.reg-toolbar input,.reg-toolbar select,.reg-modal select{padding:11px;border:1px solid #cbd5e1;border-radius:9px}.reg-table-wrap{overflow:auto}.reg-table-wrap table{width:100%;border-collapse:collapse}.reg-table-wrap th,.reg-table-wrap td{padding:14px;text-align:left;border-bottom:1px solid #edf2f7;font-size:13px}.reg-table-wrap th{font-size:11px;text-transform:uppercase;color:#64748b}.reg-table-wrap small,.reg-table-wrap strong{display:block}.reg-table-wrap small{color:#64748b;margin-top:3px}.reg-status{display:inline-block;padding:5px 9px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:10px;font-weight:900}.s-approved,.s-enrolled{background:#dcfce7;color:#166534}.s-rejected{background:#fee2e2;color:#991b1b}.s-waitlisted{background:#fff7ed;color:#9a3412}.s-needs_information{background:#fef9c3;color:#854d0e}.reg-view,.reg-enroll{border:0;border-radius:9px;padding:9px 12px;font-weight:800;cursor:pointer}.reg-view{background:#eaf2fb;color:#174b78}.reg-empty{text-align:center!important;color:#64748b;padding:40px!important}.reg-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ab8;z-index:100;display:grid;place-items:center;padding:20px}.reg-modal{position:relative;background:#fff;border-radius:18px;max-width:1050px;width:100%;max-height:92vh;overflow:auto;padding:26px}.reg-close{position:absolute;right:18px;top:14px;border:0;background:transparent;font-size:28px;cursor:pointer}.reg-modal header h2{margin:10px 0 4px}.reg-modal header p{color:#64748b}.reg-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.reg-info,.reg-notes,.reg-documents{border:1px solid #e2e8f0;border-radius:12px;padding:15px}.reg-info h3,.reg-notes h3,.reg-documents h3{margin:0 0 12px}.reg-info div{display:flex;justify-content:space-between;gap:15px;padding:7px 0;border-top:1px solid #f1f5f9}.reg-info span{color:#64748b}.reg-info strong{text-align:right}.reg-notes,.reg-documents{margin-top:14px}.reg-modal footer{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.reg-enroll{background:#166534;color:#fff}.reg-enroll:disabled{opacity:.45}.reg-doc-list{display:grid;gap:9px}.reg-doc-row{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f8fafc;border:1px solid #e5edf5;border-radius:10px;padding:10px 12px}.reg-doc-row div{min-width:0}.reg-doc-row b,.reg-doc-row small{display:block}.reg-doc-row small{color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reg-doc-row a{font-weight:800;color:#175b89;text-decoration:none;white-space:nowrap}.reg-doc-empty{color:#64748b}.reg-completion{display:flex;gap:12px;align-items:center;margin:10px 0;color:#64748b;font-size:13px}.reg-completion b{color:#172033}.apply-page{min-height:100vh;background:radial-gradient(circle at 85% 5%,#d8ecf8 0,transparent 33%),linear-gradient(145deg,#e9f1f7,#f6f9fb);padding:34px;box-sizing:border-box}.apply-shell{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:330px minmax(0,1fr);border-radius:24px;box-shadow:0 28px 90px #172d4429;overflow:hidden;background:#fff;min-height:760px}.apply-sidebar{background:linear-gradient(160deg,#0f2f4e,#174c72 64%,#1d668f);color:#fff;padding:36px 32px;display:flex;flex-direction:column}.apply-brand-mark{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;background:#ffffff24;border:1px solid rgba(255,255,255,.25);font-size:14px;font-weight:900;letter-spacing:.08em;margin-bottom:24px}.apply-kicker{text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:900}.apply-sidebar h1{font-size:31px;line-height:1.12;margin:9px 0 12px}.apply-sidebar>p{margin:0;color:#d8e7f2;line-height:1.6;font-size:14px}.apply-save-status{margin:24px 0 28px;padding:10px 12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.16);border-radius:10px;font-size:12px;color:#e6f3fb}.apply-step-list{list-style:none;margin:0;padding:0;display:grid;gap:7px}.apply-step-list li button{width:100%;display:flex;align-items:center;gap:12px;text-align:left;color:#bdd2e1;border:0;background:transparent;padding:10px;border-radius:11px;cursor:default}.apply-step-list li.is-complete button{cursor:pointer}.apply-step-list li.is-active button{background:#ffffff21;color:#fff}.apply-step-list li button>span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(255,255,255,.28);font-size:12px;font-weight:900;flex:0 0 auto}.apply-step-list li.is-active button>span,.apply-step-list li.is-complete button>span{background:#fff;color:#174c72;border-color:#fff}.apply-step-list b,.apply-step-list small{display:block}.apply-step-list b{font-size:13px}.apply-step-list small{font-size:10px;margin-top:2px;opacity:.78}.apply-help-card{margin-top:auto;border-top:1px solid rgba(255,255,255,.16);padding-top:22px;display:grid;gap:5px}.apply-help-card span{font-size:12px;color:#c9dce9;line-height:1.5}.apply-card{background:#fff;min-width:0}.apply-card-header{padding:32px 38px 22px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.apply-card-header span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:var(--reg-blue)}.apply-card-header h2{font-size:29px;margin:5px 0 0}.apply-card-header>strong{font-size:13px;color:var(--reg-muted)}.apply-progress{height:4px;background:#e8eef4}.apply-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--reg-blue),var(--reg-cyan));transition:width .25s ease}.apply-error{margin:20px 38px 0;background:#fff2f0;color:var(--reg-danger);border:1px solid #fecdca;padding:12px 14px;border-radius:10px;font-size:13px}.apply-step-content{padding:32px 38px;min-height:500px}.apply-section-intro{margin-bottom:24px}.apply-section-intro h3{font-size:20px;margin:0 0 7px}.apply-section-intro p{font-size:13px;color:var(--reg-muted);line-height:1.55;margin:0;max-width:680px}.apply-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.apply-field>span{display:block;font-size:12px;font-weight:800;color:#344054;margin-bottom:7px}.apply-field em{font-style:normal;color:#b42318}.apply-field input,.apply-field select,.apply-field textarea{box-sizing:border-box;width:100%;border:1px solid #cdd8e3;border-radius:10px;padding:11px 12px;background:#fff;color:#172033;outline:none;transition:border-color .15s,box-shadow .15s}.apply-field textarea{resize:vertical;min-height:92px}.apply-field input:focus,.apply-field select:focus,.apply-field textarea:focus{border-color:#3183b5;box-shadow:0 0 0 3px #3183b51f}.apply-field.has-error input,.apply-field.has-error select,.apply-field.has-error textarea{border-color:#f04438}.apply-field>small,.apply-inline-error{display:block;color:var(--reg-danger);font-size:11px;margin-top:5px}.apply-wide{grid-column:1/-1}.apply-divider{height:1px;background:#e9eef3;margin:31px 0}.apply-document-summary{display:flex;align-items:baseline;gap:6px;padding:12px 14px;background:#eef7fc;border:1px solid #d4e8f4;border-radius:11px;margin-bottom:17px}.apply-document-summary b{font-size:17px;color:#164d71}.apply-document-summary span{font-size:12px;color:#557085}.apply-document-list{display:grid;gap:12px}.apply-document{border:1px solid var(--reg-border);border-radius:13px;padding:15px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:14px;align-items:center}.apply-document.is-uploaded{background:#f4fbf7;border-color:#b7dfc8}.apply-document-icon{width:40px;height:40px;border-radius:11px;background:#eaf2f8;color:#175b89;display:grid;place-items:center;font-weight:900;font-size:19px}.apply-document.is-uploaded .apply-document-icon{background:#dff3e7;color:#177245}.apply-document-copy h4{margin:0;font-size:13px}.apply-document-copy h4 em{font-style:normal;font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#9f331f;background:#fff0ed;padding:3px 6px;border-radius:999px;margin-left:5px}.apply-document-copy p,.apply-document-copy small{margin:4px 0 0;color:var(--reg-muted);font-size:11px}.apply-document-actions{display:flex;gap:8px;align-items:center}.apply-document-actions button,.apply-document-actions label{border:1px solid #cbd7e2;border-radius:8px;background:#fff;color:#284b65;padding:8px 10px;font-size:11px;font-weight:800;cursor:pointer}.apply-document-actions input{display:none}.apply-upload-progress{position:relative;height:6px;background:#dfe9ef;border-radius:999px;margin-top:9px;max-width:330px;overflow:visible}.apply-upload-progress span{height:100%;display:block;background:#2c86b4;border-radius:999px}.apply-upload-progress b{position:absolute;left:calc(100% + 8px);top:-5px;font-size:10px;color:#557085}.apply-review-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.apply-review-card{border:1px solid var(--reg-border);border-radius:13px;padding:16px}.apply-review-card header{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px;border-bottom:1px solid #edf1f4}.apply-review-card h4{margin:0;font-size:14px}.apply-review-card button{border:0;background:transparent;color:#17618e;font-size:11px;font-weight:900;cursor:pointer}.apply-review-card>div{display:flex;justify-content:space-between;gap:14px;padding:8px 0;border-bottom:1px solid #f0f3f6;font-size:11px}.apply-review-card>div:last-child{border-bottom:0}.apply-review-card span{color:var(--reg-muted)}.apply-review-card b{text-align:right;font-weight:700}.apply-signature{margin-top:22px;background:#f7fafc;border:1px solid var(--reg-border);border-radius:14px;padding:20px}.apply-signature h3{margin:0 0 5px;font-size:17px}.apply-signature>p{margin:0 0 17px;color:var(--reg-muted);font-size:12px}.apply-consent{display:flex;align-items:flex-start;gap:10px;margin-top:17px;font-size:12px;color:#344054;line-height:1.5}.apply-consent input{margin-top:3px}.apply-actions{display:flex;justify-content:space-between;align-items:center;padding:22px 38px;border-top:1px solid #e8edf2;background:#fbfcfd}.apply-secondary,.apply-primary{border-radius:10px;padding:11px 18px;font-weight:900;font-size:13px;cursor:pointer}.apply-secondary{background:#fff;border:1px solid #cad5df;color:#36536a}.apply-primary{border:0;background:linear-gradient(135deg,#174f78,#1d719e);color:#fff;min-width:145px}.apply-primary span{margin-left:6px}.apply-secondary:disabled,.apply-primary:disabled{opacity:.48;cursor:not-allowed}.apply-success-page{display:grid;place-items:center}.apply-success{max-width:660px;width:100%;box-sizing:border-box;background:#fff;border-radius:24px;box-shadow:0 24px 80px #1d344b29;padding:54px;text-align:center}.apply-success-icon{width:70px;height:70px;margin:0 auto 20px;border-radius:50%;display:grid;place-items:center;background:#dcf4e6;color:#167044;font-size:33px;font-weight:900}.apply-success h1{font-size:34px;margin:8px 0 16px}.apply-success p{color:var(--reg-muted);line-height:1.6}.apply-number{display:inline-block;background:#eff6fa;border:1px solid #d4e5ef;border-radius:10px;padding:11px 16px;color:#124c72;font-size:18px;letter-spacing:.04em;margin-bottom:8px}@media (max-width:940px){.apply-page{padding:18px}.apply-shell{grid-template-columns:1fr}.apply-sidebar{padding:25px}.apply-sidebar h1{font-size:26px}.apply-step-list{display:flex;overflow:auto}.apply-step-list li{min-width:132px}.apply-step-list li button{padding:8px}.apply-step-list small,.apply-help-card,.apply-save-status{display:none}.apply-brand-mark{margin-bottom:15px}.reg-stats{grid-template-columns:repeat(3,1fr)}}@media (max-width:650px){.reg-page,.apply-page{padding:10px}.reg-hero{align-items:flex-start;flex-direction:column}.reg-stats{grid-template-columns:1fr 1fr}.reg-detail-grid,.apply-grid,.apply-review-grid{grid-template-columns:1fr}.apply-wide{grid-column:auto}.reg-modal footer{flex-direction:column}.reg-modal footer>*{width:100%}.apply-shell{border-radius:16px}.apply-sidebar{padding:20px}.apply-sidebar>p{display:none}.apply-card-header{padding:24px 20px 17px}.apply-card-header h2{font-size:24px}.apply-card-header>strong{display:none}.apply-step-content{padding:24px 20px;min-height:0}.apply-actions{padding:17px 20px}.apply-document{grid-template-columns:38px minmax(0,1fr)}.apply-document-actions{grid-column:1/-1;justify-content:flex-end}.apply-success{padding:35px 22px}.reg-doc-row{align-items:flex-start;flex-direction:column}}.reg-hero-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.reg-hero-button{border:1px solid rgba(255,255,255,.45);background:#ffffff1f;color:#fff;padding:12px 16px;border-radius:10px;font-weight:800;cursor:pointer}.reg-hero-button:hover{background:#fff3}.reg-notice{display:flex;align-items:center;justify-content:space-between;gap:16px}.reg-notice button{border:0;background:transparent;font-size:20px;cursor:pointer;color:inherit}.reg-notice-error{background:#fff1f0;border-color:#fecaca;color:#991b1b}.reg-stats button.is-active{border-color:#2f78a7;box-shadow:0 0 0 2px #2f78a71f}.reg-toolbar-expanded{align-items:center;justify-content:space-between;flex-wrap:wrap}.reg-toolbar-search{display:flex;gap:12px;flex:1;min-width:360px}.reg-toolbar-search input{flex:1}.reg-toolbar-actions{display:flex;align-items:center;gap:8px}.reg-toolbar-actions span{font-size:12px;color:#64748b;margin-right:4px}.reg-toolbar-actions button{border:1px solid #cbd5e1;background:#fff;color:#174b78;border-radius:9px;padding:10px 12px;font-weight:800;cursor:pointer}.reg-toolbar-actions button:hover{background:#f1f7fb}.reg-import-modal{position:relative;background:#fff;border-radius:20px;width:min(1180px,100%);max-height:94vh;overflow:auto;padding:28px;box-sizing:border-box}.reg-import-modal>header h2{font-size:27px;margin:6px 0 8px}.reg-import-modal>header p{margin:0;color:#64748b;max-width:800px;line-height:1.55}.reg-import-template{margin:22px 0 14px;border:1px solid #cfe1ed;background:#f2f8fc;border-radius:13px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.reg-import-template b,.reg-import-template span{display:block}.reg-import-template span{font-size:12px;color:#64748b;margin-top:4px}.reg-import-template>div:last-child{display:flex;gap:8px;flex-wrap:wrap}.reg-import-template button,.reg-import-preview-head button{border:1px solid #bad0df;background:#fff;color:#174b78;border-radius:8px;padding:9px 11px;font-weight:800;cursor:pointer}.reg-import-drop{display:grid;place-items:center;text-align:center;border:2px dashed #b8cbd8;border-radius:14px;padding:28px;background:#fafcfd;cursor:pointer}.reg-import-drop:hover{border-color:#2c77a5;background:#f4f9fc}.reg-import-drop.has-file{border-style:solid;border-color:#9bc8af;background:#f4fbf7}.reg-import-drop input{display:none}.reg-import-drop strong{font-size:16px}.reg-import-drop span{font-size:12px;color:#64748b;margin:5px 0 12px}.reg-import-drop em{font-style:normal;color:#17618e;font-size:12px;font-weight:900}.reg-import-validation,.reg-import-preview{margin-top:20px;border:1px solid #e2e8f0;border-radius:14px;padding:18px}.reg-import-validation h3,.reg-import-preview h3{margin:0 0 13px;font-size:16px}.reg-column-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.reg-column-grid>div{border:1px solid #e2e8f0;border-radius:9px;padding:9px;display:grid;grid-template-columns:22px 1fr;column-gap:7px;align-items:center;background:#fff}.reg-column-grid>div>span{grid-row:1/3;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:900;background:#eef2f7;color:#64748b}.reg-column-grid b{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reg-column-grid small{font-size:9px;color:#64748b}.reg-column-grid .is-valid{border-color:#b7dfc8;background:#f6fcf8}.reg-column-grid .is-valid>span{background:#dff3e7;color:#177245}.reg-column-grid .is-error{border-color:#fecaca;background:#fff7f7}.reg-column-grid .is-error>span{background:#fee2e2;color:#991b1b}.reg-column-grid .is-optional{opacity:.7}.reg-import-warning,.reg-import-error{font-size:12px;padding:9px 11px;border-radius:8px;margin:11px 0 0}.reg-import-warning{background:#fff8e7;color:#92400e}.reg-import-error{background:#fff1f0;color:#991b1b}.reg-import-counts{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:16px}.reg-import-counts>div{border:1px solid #e2e8f0;border-radius:11px;padding:12px;background:#fff}.reg-import-counts b,.reg-import-counts span{display:block}.reg-import-counts b{font-size:22px}.reg-import-counts span{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-top:3px}.reg-import-counts .is-valid{background:#f4fbf7;border-color:#b7dfc8}.reg-import-counts .is-warning{background:#fffbeb;border-color:#fde68a}.reg-import-counts .is-error{background:#fff7f7;border-color:#fecaca}.reg-import-preview-head{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.reg-import-preview-head h3{margin-bottom:4px}.reg-import-preview-head p{margin:0;color:#64748b;font-size:11px}.reg-import-table-wrap{overflow:auto;max-height:350px;margin-top:13px;border:1px solid #e8edf2;border-radius:10px}.reg-import-table-wrap table{width:100%;border-collapse:collapse}.reg-import-table-wrap th,.reg-import-table-wrap td{padding:10px;text-align:left;border-bottom:1px solid #edf2f7;font-size:11px;vertical-align:top}.reg-import-table-wrap th{position:sticky;top:0;background:#f8fafc;z-index:1;text-transform:uppercase;font-size:9px;color:#64748b}.reg-import-table-wrap td small{display:block;color:#64748b;margin-top:4px;max-width:280px}.reg-import-table-wrap tr.has-error{background:snow}.reg-import-table-wrap tr.has-warning{background:#fffdf6}.reg-row-error{color:#b42318}.reg-row-warning{color:#a15c00}.reg-row-valid{color:#177245}.reg-import-limited{font-size:10px;color:#64748b;margin:8px 0 0}.reg-import-progress{margin-top:18px;border:1px solid #cfe1ed;border-radius:11px;padding:13px;background:#f5f9fc}.reg-import-progress>div:first-child{display:flex;justify-content:space-between;font-size:12px}.reg-import-progress>div:last-child{height:8px;background:#dbe7ef;border-radius:999px;margin-top:9px;overflow:hidden}.reg-import-progress>div:last-child span{display:block;height:100%;background:#2675a4;transition:width .2s}.reg-import-summary{margin-top:18px;border:1px solid #b7dfc8;background:#f4fbf7;border-radius:12px;padding:15px}.reg-import-summary.has-errors{border-color:#fecaca;background:#fff7f7}.reg-import-summary h3{margin:0 0 6px;font-size:15px}.reg-import-summary p{margin:0;font-size:12px}.reg-import-summary ul{font-size:11px;margin:9px 0 0;padding-left:18px}.reg-import-footer{display:flex;justify-content:flex-end;gap:9px;margin-top:20px;position:sticky;bottom:-28px;background:#fff;padding:14px 0 4px;border-top:1px solid #edf2f7}.reg-import-footer button{border-radius:9px;padding:10px 14px;font-weight:900;cursor:pointer}.reg-import-cancel,.reg-import-reset{background:#fff;border:1px solid #cbd5e1;color:#334155}.reg-import-submit{border:0;background:#174b78;color:#fff;min-width:180px}.reg-import-footer button:disabled{opacity:.45;cursor:not-allowed}@media (max-width:900px){.reg-column-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reg-import-counts{grid-template-columns:repeat(3,1fr)}.reg-toolbar-search{min-width:100%}.reg-toolbar-actions{width:100%;justify-content:flex-end}.reg-import-template{align-items:flex-start;flex-direction:column}}@media (max-width:650px){.reg-hero-actions{width:100%;justify-content:stretch}.reg-hero-actions>*{flex:1;text-align:center}.reg-column-grid{grid-template-columns:1fr}.reg-import-counts{grid-template-columns:1fr 1fr}.reg-import-modal{padding:20px 14px}.reg-import-footer{flex-wrap:wrap}.reg-import-footer button{flex:1}.reg-toolbar-actions{justify-content:flex-start;flex-wrap:wrap}.reg-toolbar-actions span{width:100%}}:root{--reg-ink:#122033;--reg-muted:#66758a;--reg-line:#dce4ee;--reg-bg:#f4f7fb;--reg-brand:#176b87;--reg-brand2:#0c526b;--reg-ok:#18845b;--reg-warn:#b66b10;--reg-danger:#b93434}.reg-public-shell,.reg-admin{min-height:100vh;background:var(--reg-bg);color:var(--reg-ink);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}.reg-public-hero{padding:42px max(24px,calc((100vw - 1280px)/2));background:linear-gradient(135deg,#0e4b63,#1c7895);color:#fff}.reg-public-hero h1{margin:7px 0 8px;font-size:clamp(30px,4vw,48px);letter-spacing:-.035em}.reg-public-hero p{margin:0;max-width:760px;color:#dceef4;font-size:17px}.reg-eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:800}.reg-wizard{max-width:1280px;margin:28px auto;padding:0 24px 56px;display:grid;grid-template-columns:250px 1fr;gap:22px}.reg-stepper{background:#fff;border:1px solid var(--reg-line);border-radius:18px;padding:12px;height:max-content;position:sticky;top:18px;box-shadow:0 10px 28px #162d480f}.reg-stepper button{width:100%;display:flex;align-items:center;gap:12px;border:0;background:transparent;padding:11px;border-radius:12px;text-align:left;color:var(--reg-muted);cursor:default}.reg-stepper button.active{background:#eaf5f8;color:var(--reg-brand2)}.reg-stepper button.done{cursor:pointer;color:var(--reg-ok)}.reg-stepper i{display:grid;place-items:center;width:29px;height:29px;border:1px solid var(--reg-line);border-radius:50%;font-style:normal;font-weight:800;font-size:12px;flex:0 0 auto}.reg-stepper .active i{background:var(--reg-brand);border-color:var(--reg-brand);color:#fff}.reg-stepper span{font-weight:700;font-size:13px}.reg-stepper small{display:block;font-weight:600;font-size:10px;text-transform:uppercase;letter-spacing:.08em;opacity:.7}.reg-wizard-body{background:#fff;border:1px solid var(--reg-line);border-radius:18px;padding:28px;box-shadow:0 10px 28px #162d480f}.reg-progress>div{display:flex;justify-content:space-between;font-size:12px;color:var(--reg-muted)}.reg-progress>i{display:block;height:7px;background:#e8edf3;border-radius:8px;margin-top:8px;overflow:hidden}.reg-progress em{display:block;height:100%;background:linear-gradient(90deg,var(--reg-brand),#37a5bd);transition:width .25s}.reg-step-title{padding:25px 0 20px;border-bottom:1px solid var(--reg-line);margin-bottom:24px}.reg-step-title>span{font-size:11px;font-weight:800;color:var(--reg-brand);text-transform:uppercase;letter-spacing:.1em}.reg-step-title h2{font-size:29px;margin:4px 0 5px}.reg-step-title p{margin:0;color:var(--reg-muted)}.reg-grid{display:grid;gap:17px;margin-bottom:20px}.reg-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.reg-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.reg-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.reg-grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}.reg-field{display:flex;flex-direction:column;gap:6px;min-width:0}.reg-field>span{font-size:12px;font-weight:800;color:#3c4b60}.reg-field>span b{color:var(--reg-danger);margin-left:3px}.reg-field input,.reg-field select,.reg-field textarea,.reg-wizard select,.reg-wizard input,.reg-wizard textarea{box-sizing:border-box;width:100%;border:1px solid #cfd8e5;border-radius:9px;padding:11px 12px;background:#fff;color:var(--reg-ink);font:inherit;outline:none}.reg-field input:focus,.reg-field select:focus,.reg-field textarea:focus{border-color:var(--reg-brand);box-shadow:0 0 0 3px #176b871f}.reg-field textarea{min-height:88px;resize:vertical}.reg-field.wide,.reg-field.span2{grid-column:span 2}.reg-error{display:block;color:var(--reg-danger)!important;font-size:11px!important;font-weight:700}.reg-card-section{border:1px solid var(--reg-line);border-radius:14px;padding:20px;margin-bottom:20px}.reg-card-section h3,.reg-section-heading{margin:0 0 18px;font-size:17px}.reg-check{display:flex!important;align-items:flex-start;gap:9px;margin:14px 0;font-size:13px;color:#45566b}.reg-check input{width:auto!important;margin-top:2px}.reg-check.compact{margin:8px 0}.reg-check-group{padding-top:18px}.reg-photo-upload{display:flex;align-items:center;gap:18px;margin-bottom:24px;padding:16px;border:1px dashed #b9c7d7;border-radius:14px;background:#f9fbfd}.reg-photo-upload>div{width:86px;height:86px;border-radius:14px;background:#e6edf4;overflow:hidden;display:grid;place-items:center;color:#728197;font-size:12px}.reg-photo-upload img{width:100%;height:100%;object-fit:cover}.reg-photo-upload label,.reg-inline-upload label,.reg-upload-card label{display:inline-block;background:var(--reg-brand);color:#fff;padding:9px 13px;border-radius:8px;font-weight:800;font-size:12px;cursor:pointer}.reg-photo-upload input,.reg-inline-upload input,.reg-upload-card input{display:none}.reg-list-heading{display:flex;justify-content:space-between;align-items:center;margin:4px 0 12px}.reg-list-heading h3{margin:0}.reg-list-heading button,.reg-repeat-card header button{border:0;background:#e8f3f7;color:var(--reg-brand2);border-radius:8px;padding:8px 11px;font-weight:800;cursor:pointer}.reg-repeat-card{border:1px solid var(--reg-line);border-radius:14px;padding:18px;margin-bottom:14px;background:#fbfcfe}.reg-repeat-card>header{display:flex;justify-content:space-between;margin-bottom:16px}.reg-repeat-card>header button{background:#fff0f0;color:var(--reg-danger)}.reg-upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.reg-upload-card{border:1px dashed #b7c4d4;border-radius:14px;padding:20px;text-align:center;min-height:185px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fbfcfe}.reg-upload-card.complete{border-style:solid;border-color:#9bd2bc;background:#f2fbf7}.reg-upload-icon{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#e8eff6;color:var(--reg-brand);font-weight:900}.reg-upload-card h3{margin:10px 0 3px;font-size:15px}.reg-upload-card p,.reg-upload-card small{margin:0 0 10px;color:var(--reg-muted);font-size:11px}.reg-upload-card strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.reg-upload-card button{border:0;background:transparent;color:var(--reg-danger);font-weight:800;margin-top:8px}.reg-upload-progress{width:100%;height:5px;background:#e3e9ef;border-radius:9px;margin-top:12px;overflow:hidden}.reg-upload-progress span{display:block;height:100%;background:var(--reg-brand)}.reg-choice-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:24px}.reg-choice-grid label{border:1px solid var(--reg-line);border-radius:12px;padding:16px;text-align:center;font-weight:800;cursor:pointer}.reg-choice-grid label.selected{border-color:var(--reg-brand);background:#eaf5f8;color:var(--reg-brand2)}.reg-choice-grid input{display:none}.reg-inline-upload{display:flex;align-items:center;gap:12px}.reg-inline-upload span{color:var(--reg-ok);font-size:12px;font-weight:700}.reg-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.reg-review-grid article{border:1px solid var(--reg-line);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:5px}.reg-review-grid span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--reg-brand);font-weight:800}.reg-review-grid small{color:var(--reg-muted)}.reg-signature{margin-top:22px;border-top:1px solid var(--reg-line);padding-top:20px}.reg-wizard-actions{display:flex;justify-content:space-between;margin-top:28px;padding-top:20px;border-top:1px solid var(--reg-line)}.reg-wizard-actions button{border:0;border-radius:9px;background:var(--reg-brand);color:#fff;padding:12px 20px;font-weight:800;cursor:pointer}.reg-wizard-actions .secondary{background:#edf1f5;color:#405066}.reg-wizard-actions button:disabled{opacity:.5}.reg-submit-error{padding:12px;background:#fff0f0;color:var(--reg-danger);border-radius:9px}.reg-success{max-width:720px;margin:70px auto;background:#fff;padding:48px;border-radius:20px;text-align:center;box-shadow:0 15px 40px #142d461a}.reg-success-icon{margin:auto;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#e7f7ef;color:var(--reg-ok);font-size:26px;font-weight:900}.reg-success>span{display:block;margin-top:15px;color:var(--reg-ok);font-weight:800}.reg-success h1{font-size:38px;margin:7px}.reg-tracking-card{margin-top:26px;padding:24px;border-radius:14px;background:#eef7fa}.reg-tracking-card h2{margin-top:0}.reg-tracking-card a{display:inline-block;background:var(--reg-brand);color:#fff;text-decoration:none;padding:12px 18px;border-radius:9px;font-weight:800}.reg-tracking-card small{display:block;margin-top:12px;color:var(--reg-muted)}.reg-status-shell{min-height:100vh;background:var(--reg-bg);padding:40px 20px;color:var(--reg-ink);font-family:Inter,system-ui,sans-serif}.reg-status-page{max-width:920px;margin:auto}.reg-status-head{background:linear-gradient(135deg,#0e4b63,#1c7895);color:#fff;padding:30px;border-radius:18px}.reg-status-head h1{margin:5px 0}.reg-status-head p{margin:0;color:#dceef4}.reg-status-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0}.reg-status-summary article,.reg-status-card{background:#fff;border:1px solid var(--reg-line);border-radius:14px;padding:19px}.reg-status-summary span{display:block;color:var(--reg-muted);font-size:11px;text-transform:uppercase;font-weight:800}.reg-status-summary strong{font-size:18px}.reg-status-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}.reg-status-card h2{margin-top:0;font-size:18px}.reg-timeline{list-style:none;margin:0;padding:0}.reg-timeline li{position:relative;padding:0 0 20px 28px;border-left:2px solid #dce7ed}.reg-timeline li:before{content:"";position:absolute;left:-7px;top:2px;width:12px;height:12px;border-radius:50%;background:var(--reg-brand)}.reg-timeline li:last-child{border-left-color:transparent}.reg-doc-check{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #edf1f4}.reg-doc-check b.ok{color:var(--reg-ok)}.reg-doc-check b.missing{color:var(--reg-danger)}.reg-status-error{max-width:650px;margin:80px auto;background:#fff;border-radius:16px;padding:35px;text-align:center}.reg-info,.reg-documents,.reg-notes{border:1px solid var(--reg-line);border-radius:12px;padding:16px;margin:12px 0}.reg-info h3,.reg-documents h3,.reg-notes h3{margin-top:0}.reg-info>div{display:flex;justify-content:space-between;border-top:1px solid #eef2f5;padding:9px 0}.reg-info span{color:var(--reg-muted)}.reg-doc-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-top:1px solid #eef2f5}.reg-doc-row small{display:block;color:var(--reg-muted)}@media (max-width:900px){.reg-wizard{grid-template-columns:1fr}.reg-stepper{position:static;display:flex;overflow:auto}.reg-stepper button{min-width:58px;justify-content:center}.reg-stepper button span{display:none}.reg-grid.three,.reg-grid.four,.reg-grid.five{grid-template-columns:repeat(2,minmax(0,1fr))}.reg-choice-grid{grid-template-columns:repeat(2,1fr)}.reg-status-grid{grid-template-columns:1fr}}@media (max-width:600px){.reg-public-hero{padding:28px 18px}.reg-wizard{padding:0 12px}.reg-wizard-body{padding:18px}.reg-grid.two,.reg-grid.three,.reg-grid.four,.reg-grid.five,.reg-upload-grid,.reg-review-grid,.reg-status-summary{grid-template-columns:1fr}.reg-field.wide,.reg-field.span2{grid-column:auto}.reg-step-title h2{font-size:23px}.reg-success{margin:20px 12px;padding:28px 18px}}.reg-public-shell{--wizard-brand: #176f89;--wizard-brand-dark: #0f536a;--wizard-text: #14253b;--wizard-muted: #66758a;--wizard-line: #d7e1eb;--wizard-soft: #f7fafc;min-height:100vh;overflow-x:hidden}.reg-public-shell *,.reg-public-shell *:before,.reg-public-shell *:after{box-sizing:border-box}.reg-public-shell .reg-wizard{width:min(1420px,calc(100% - 40px));max-width:1420px;margin:28px auto 60px;padding:0;display:grid!important;grid-template-columns:300px minmax(0,1fr)!important;gap:26px;align-items:start}.reg-public-shell .reg-stepper{width:100%;min-width:0;padding:15px}.reg-public-shell .reg-stepper button{min-height:68px;width:100%!important;max-width:none!important;position:static!important;inset:auto!important;transform:none!important}.reg-public-shell .reg-wizard-body{min-width:0;width:100%;padding:0!important;overflow:hidden;display:flex!important;flex-direction:column!important;position:relative!important}.reg-public-shell .reg-wizard-head{padding:28px 34px 0;background:#fff}.reg-public-shell .reg-progress{width:100%;display:block!important}.reg-public-shell .reg-progress>div{display:flex!important;align-items:center;justify-content:space-between;gap:18px;white-space:nowrap}.reg-public-shell .reg-progress>i{width:100%;margin-top:10px}.reg-public-shell .reg-step-title{margin:0;padding:27px 0 24px}.reg-public-shell .reg-step-title h2{line-height:1.15}.reg-public-shell .reg-step-content{width:100%;min-width:0;padding:30px 34px 34px;flex:1 1 auto}.reg-public-shell .reg-student-layout{display:grid!important;grid-template-columns:220px minmax(0,1fr)!important;gap:28px;align-items:start;width:100%;min-width:0}.reg-public-shell .reg-photo-upload{margin:0!important;padding:16px!important;width:220px!important;min-width:220px;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:13px!important;position:static!important;inset:auto!important}.reg-public-shell .reg-photo-upload>div{width:100%!important;height:210px!important;border-radius:13px}.reg-public-shell .reg-photo-upload label{display:flex!important;align-items:center;justify-content:center;width:100%!important;min-height:44px;padding:10px 12px!important;text-align:center;line-height:1.25}.reg-public-shell .reg-photo-upload small{color:var(--wizard-muted);text-align:center;font-size:11px}.reg-public-shell .reg-grid{width:100%;min-width:0;display:grid!important;align-items:start}.reg-public-shell .reg-grid.three{grid-template-columns:repeat(3,minmax(175px,1fr))!important}.reg-public-shell .reg-grid.two{grid-template-columns:repeat(2,minmax(220px,1fr))!important}.reg-public-shell .reg-grid.four{grid-template-columns:repeat(4,minmax(150px,1fr))!important}.reg-public-shell .reg-grid.five{grid-template-columns:repeat(5,minmax(125px,1fr))!important}.reg-public-shell .reg-student-fields{margin:0!important}.reg-public-shell .reg-field{min-width:0;width:100%;position:static!important;transform:none!important}.reg-public-shell .reg-field input,.reg-public-shell .reg-field select,.reg-public-shell .reg-field textarea{width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:46px;position:static!important;inset:auto!important;transform:none!important;opacity:1!important}.reg-public-shell .reg-field textarea{min-height:96px}.reg-public-shell .reg-wizard-actions{flex:0 0 auto;width:100%;min-height:84px;margin:0!important;padding:18px 34px!important;border-top:1px solid var(--wizard-line);background:#fbfcfe;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px;position:static!important;inset:auto!important;transform:none!important;z-index:auto!important}.reg-public-shell .reg-wizard-actions button{position:static!important;inset:auto!important;transform:none!important;width:auto!important;min-width:150px!important;max-width:240px!important;min-height:46px!important;height:auto!important;padding:12px 20px!important;margin:0!important;display:inline-flex!important;align-items:center;justify-content:center;white-space:nowrap;opacity:1}.reg-public-shell .reg-wizard-actions button.secondary:disabled{opacity:.45!important}.reg-public-shell .reg-wizard-actions button:not(.secondary){margin-left:auto!important}.reg-public-shell .reg-choice-grid label,.reg-public-shell .reg-upload-card,.reg-public-shell .reg-repeat-card,.reg-public-shell .reg-card-section,.reg-public-shell .reg-review-grid article,.reg-public-shell .reg-signature{position:static!important;transform:none!important}@media (max-width: 1180px){.reg-public-shell .reg-wizard{grid-template-columns:250px minmax(0,1fr)!important}.reg-public-shell .reg-student-layout{grid-template-columns:190px minmax(0,1fr)!important}.reg-public-shell .reg-photo-upload{width:190px!important;min-width:190px}.reg-public-shell .reg-photo-upload>div{height:180px!important}.reg-public-shell .reg-grid.three{grid-template-columns:repeat(2,minmax(180px,1fr))!important}.reg-public-shell .reg-grid.five{grid-template-columns:repeat(3,minmax(150px,1fr))!important}}@media (max-width: 900px){.reg-public-shell .reg-wizard{width:min(100% - 24px,900px);grid-template-columns:1fr!important}.reg-public-shell .reg-stepper{position:static!important;display:flex!important;overflow-x:auto;gap:8px}.reg-public-shell .reg-stepper button{min-width:62px!important;min-height:50px}.reg-public-shell .reg-stepper button span{display:none}.reg-public-shell .reg-student-layout{grid-template-columns:170px minmax(0,1fr)!important}.reg-public-shell .reg-photo-upload{width:170px!important;min-width:170px}.reg-public-shell .reg-photo-upload>div{height:160px!important}.reg-public-shell .reg-grid.four,.reg-public-shell .reg-grid.five{grid-template-columns:repeat(2,minmax(180px,1fr))!important}}@media (max-width: 680px){.reg-public-shell .reg-public-hero{padding:28px 18px}.reg-public-shell .reg-wizard-head{padding:22px 20px 0}.reg-public-shell .reg-step-content{padding:24px 20px 28px}.reg-public-shell .reg-student-layout{grid-template-columns:1fr!important}.reg-public-shell .reg-photo-upload{width:100%!important;min-width:0;display:grid!important;grid-template-columns:110px minmax(0,1fr)!important;align-items:center!important}.reg-public-shell .reg-photo-upload>div{width:110px!important;height:110px!important;grid-row:1 / 3}.reg-public-shell .reg-photo-upload small{text-align:left}.reg-public-shell .reg-grid.two,.reg-public-shell .reg-grid.three,.reg-public-shell .reg-grid.four,.reg-public-shell .reg-grid.five,.reg-public-shell .reg-upload-grid,.reg-public-shell .reg-review-grid,.reg-public-shell .reg-choice-grid{grid-template-columns:1fr!important}.reg-public-shell .reg-field.wide,.reg-public-shell .reg-field.span2{grid-column:auto!important}.reg-public-shell .reg-wizard-actions{padding:15px 20px!important}.reg-public-shell .reg-wizard-actions button{min-width:0!important;max-width:none!important;flex:1 1 0}}.reg-type-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0}.reg-type-summary>div{background:#fff;border:1px solid #dfe7ef;border-radius:14px;padding:16px 18px;display:grid;gap:3px}.reg-type-summary b{font-size:25px;color:#17324d}.reg-type-summary span{font-size:12px;color:#64748b;font-weight:700}.reg-type-tabs{display:flex;gap:8px;margin:0 0 16px;border-bottom:1px solid #dfe7ef}.reg-type-tabs button{border:0;background:transparent;padding:12px 15px;font-weight:800;color:#64748b;border-bottom:3px solid transparent;cursor:pointer}.reg-type-tabs button.active{color:#176b87;border-bottom-color:#176b87}.adhoc-stats>div{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px;display:grid}.adhoc-subline{display:block;color:#64748b;margin-top:3px}.adhoc-view{border:1px solid #bfd0dc;background:#fff;border-radius:8px;padding:7px 10px;font-weight:700}.adhoc-empty{text-align:center!important;padding:32px!important}.adhoc-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;z-index:1200;display:grid;place-items:center;padding:20px}.adhoc-modal{background:#fff;border-radius:18px;width:min(960px,100%);max-height:90vh;overflow:auto}.adhoc-modal>header{display:flex;justify-content:space-between;padding:22px;border-bottom:1px solid #e2e8f0}.adhoc-detail-grid{padding:22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.adhoc-detail-grid article{border:1px solid #e2e8f0;border-radius:13px;padding:17px}@media (max-width:760px){.reg-type-summary{grid-template-columns:repeat(2,1fr)}.reg-type-tabs{overflow-x:auto}.reg-type-tabs button{white-space:nowrap}.adhoc-detail-grid{grid-template-columns:1fr}}.reg-hero-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.reg-adhoc-public-link{background:#dff7ee;color:#145c4b}@media (max-width:760px){.reg-hero-actions{width:100%;justify-content:flex-start}}.reg-public-brand-row{display:flex;align-items:center;gap:14px;margin-bottom:14px}.reg-public-brand-row img{width:58px;height:58px;object-fit:contain;background:#fff;border-radius:13px;padding:4px;box-shadow:0 8px 22px #00000029}.reg-public-brand-row div{display:grid;gap:4px}.reg-public-brand-row strong{font-size:16px}.reg-field input[readonly]{background:#f5f8fb;color:#526477;cursor:not-allowed}.reg-toolbar-actions button,.adhoc-view{min-height:36px;border:1px solid #cad5df;border-radius:9px;background:#fff;color:#36536a;padding:8px 12px;font-size:12px;font-weight:800;cursor:pointer}.reg-toolbar-actions button:hover,.adhoc-view:hover{background:#f7fafc;border-color:#aebdcb}.adhoc-modal-close{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;padding:0!important;border:1px solid #dce4ee!important;border-radius:9px!important;background:#f8fafc!important;color:#475569!important;font-size:20px!important;line-height:1!important;display:grid!important;place-items:center!important;cursor:pointer!important}.adhoc-modal-close:hover{background:#fff0f0!important;color:#b42318!important;border-color:#fecaca!important}.reg-status-brand{display:flex;align-items:center;gap:12px;margin-bottom:12px}.reg-status-brand img{width:52px;height:52px;object-fit:contain;border-radius:11px;background:#fff;padding:3px;border:1px solid #dce5ee}.reg-status-brand div{display:grid;gap:3px}.reg-status-brand strong{font-size:14px}.reg-success-logo{width:72px;height:72px;object-fit:contain;margin:0 auto 15px;display:block}.billing-page{padding:28px;max-width:1500px;margin:0 auto;color:#172033}.billing-hero{background:linear-gradient(125deg,#0b1f3a,#174a74);color:#fff;border-radius:22px;padding:30px 34px;display:flex;justify-content:space-between;gap:24px;align-items:center;box-shadow:0 18px 40px #0f1f3829}.billing-hero span,.billing-card-head small{font-size:11px;font-weight:900;letter-spacing:.11em;color:#8bd4ff}.billing-hero h1{font-size:30px;margin:7px 0}.billing-hero p{margin:0;color:#d8e8f5;max-width:690px}.billing-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.billing-hero-actions button,.billing-form-actions button{border:0;border-radius:10px;padding:12px 17px;background:#22a7f0;color:#fff;font-weight:800;cursor:pointer}.billing-hero-actions .light{background:#fff;color:#12385b}.billing-notice{margin:16px 0 0;background:#eaf7ff;border:1px solid #b9e4fb;border-radius:11px;padding:12px 15px;display:flex;justify-content:space-between}.billing-notice button{border:0;background:none;font-size:20px}.billing-tabs{display:flex;gap:6px;overflow:auto;margin:22px 0 17px;padding-bottom:4px}.billing-tabs button{white-space:nowrap;border:1px solid #dce5ef;background:#fff;border-radius:10px;padding:10px 14px;font-weight:750;color:#536173;cursor:pointer}.billing-tabs button.active{background:#12385b;color:#fff;border-color:#12385b}.billing-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.billing-kpi{background:#fff;border:1px solid #e1e8f0;border-radius:16px;padding:20px;box-shadow:0 6px 20px #1e36520d}.billing-kpi small{display:block;color:#687588;font-weight:750}.billing-kpi strong{display:block;font-size:26px;margin-top:8px}.billing-kpi.danger strong{color:#bd2c3b}.billing-two-col{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(320px,.9fr);gap:18px}.billing-card{background:#fff;border:1px solid #e0e8f0;border-radius:17px;padding:20px;box-shadow:0 7px 24px #1e36520e;min-width:0}.billing-card-head,.billing-list-head{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:17px}.billing-card-head small{color:#4084ad}.billing-card-head h2{margin:4px 0 0;font-size:19px}.billing-card-head button{border:0;background:none;color:#1977af;font-weight:800;cursor:pointer}.billing-list-head input{width:min(380px,100%);border:1px solid #d4dfe9;border-radius:10px;padding:11px}.billing-table-wrap{overflow:auto}.billing-table{border-collapse:collapse;width:100%;font-size:13px}.billing-table th{text-align:left;color:#687588;font-size:11px;text-transform:uppercase;letter-spacing:.06em;padding:10px;border-bottom:1px solid #e4eaf1}.billing-table td{padding:13px 10px;border-bottom:1px solid #edf1f5;vertical-align:middle}.billing-table td small{display:block;color:#778395;margin-top:4px}.billing-table td strong{font-weight:850}.billing-link{border:0;background:none;padding:0;color:#176b9c;font-weight:800;cursor:pointer;text-align:left}.billing-status{display:inline-block;border-radius:999px;padding:5px 9px;font-size:10px;text-transform:uppercase;font-weight:900;background:#e8eef5;color:#536173}.billing-status.paid{background:#ddf6e7;color:#147a3f}.billing-status.partial{background:#fff3d1;color:#976000}.billing-status.overdue{background:#ffe2e5;color:#ad2433}.billing-status.open{background:#e5f2ff;color:#1c67a0}.payment-row,.fee-row{display:flex;align-items:center;gap:11px;padding:12px 2px;border-bottom:1px solid #edf1f5}.payment-row>span{width:35px;height:35px;border-radius:10px;background:#e8f4fb;display:grid;place-items:center;font-weight:900;color:#176b9c}.payment-row div,.fee-row div{flex:1;min-width:0}.payment-row small,.fee-row small{display:block;color:#7b8796;margin-top:3px}.fee-row button{border:0;border-radius:999px;background:#dff6e8;color:#167541;padding:6px 9px;font-size:10px;font-weight:900}.fee-row button.inactive{background:#edf0f4;color:#697487}.billing-form-card{max-width:980px}.billing-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.billing-form.compact{grid-template-columns:1fr}.billing-form label{display:flex;flex-direction:column;gap:7px;font-weight:750;font-size:13px}.billing-form label.wide{grid-column:1/-1}.billing-form input,.billing-form select,.billing-form textarea{width:100%;box-sizing:border-box;border:1px solid #cfdbe7;border-radius:10px;padding:11px;background:#fff;font:inherit}.billing-form-actions{grid-column:1/-1;display:flex;justify-content:flex-end;margin-top:5px}.billing-empty{padding:25px;text-align:center;color:#7b8796}.billing-page button:focus,.billing-page input:focus,.billing-page select:focus,.billing-page textarea:focus{outline:3px solid rgba(34,167,240,.18);outline-offset:1px}@media (max-width:1000px){.billing-kpis{grid-template-columns:repeat(2,1fr)}.billing-two-col{grid-template-columns:1fr}}@media (max-width:650px){.billing-page{padding:15px}.billing-hero{padding:23px;align-items:flex-start;flex-direction:column}.billing-hero h1{font-size:24px}.billing-kpis,.billing-form{grid-template-columns:1fr}.billing-form label.wide,.billing-form-actions{grid-column:auto}.billing-list-head{align-items:flex-start;flex-direction:column}.billing-list-head input{width:100%}}.ops-page{padding:28px;max-width:1500px;margin:auto;color:#0f172a}.ops-header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:22px}.ops-header h1{margin:4px 0 6px;font-size:30px}.ops-header p{margin:0;color:#64748b}.ops-eyebrow{font-size:11px;font-weight:900;color:#2563eb;letter-spacing:.1em}.ops-header-actions,.ops-card-actions{display:flex;gap:10px;flex-wrap:wrap}.ops-btn{border:0;border-radius:9px;min-height:40px;padding:0 16px;font-weight:800;cursor:pointer}.ops-btn.primary{background:#2563eb;color:#fff}.ops-btn.secondary{background:#e2e8f0;color:#1e293b}.ops-btn.success{background:#15803d;color:#fff}.ops-btn.danger{background:#dc2626;color:#fff}.ops-toolbar{display:flex;gap:14px;flex-wrap:wrap;background:#fff;border:1px solid #e2e8f0;padding:14px;border-radius:14px;margin-bottom:16px}.ops-toolbar label{display:grid;gap:5px;font-size:12px;font-weight:800}.ops-toolbar input,.ops-toolbar select,.ops-table input,.ops-table select{min-height:38px;border:1px solid #cbd5e1;border-radius:8px;padding:0 10px;background:#fff}.ops-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin-bottom:18px}.ops-stat{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px}.ops-stat strong{display:block;font-size:25px}.ops-stat span{text-transform:capitalize;color:#64748b;font-size:12px}.ops-table-wrap{overflow:auto;background:#fff;border:1px solid #e2e8f0;border-radius:14px}.ops-table{width:100%;border-collapse:collapse;min-width:850px}.ops-table th,.ops-table td{padding:12px;border-bottom:1px solid #e2e8f0;text-align:left}.ops-table th{background:#f8fafc;font-size:12px}.ops-table td small{display:block;color:#64748b}.ops-message,.ops-panel,.ops-empty{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px;margin-bottom:16px}.ops-request-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:14px}.ops-request-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:17px}.ops-request-top{display:flex;justify-content:space-between;gap:10px}.ops-request-card h3{margin:8px 0;text-transform:capitalize}.ops-request-card p{color:#475569;min-height:42px}.ops-request-card dl{display:flex;justify-content:space-between;margin:7px 0}.ops-request-card dt{color:#64748b}.ops-request-card dd{font-weight:800}.ops-request-card small{display:block;color:#64748b;margin:12px 0}.ops-badge{font-size:10px;font-weight:900;padding:4px 8px;border-radius:999px;text-transform:uppercase}.ops-badge.pending{background:#fef3c7;color:#92400e}.ops-badge.approved{background:#dcfce7;color:#166534}.ops-badge.rejected{background:#fee2e2;color:#991b1b}@media (max-width:700px){.ops-page{padding:16px}.ops-header{display:block}.ops-header-actions{margin-top:14px}.ops-btn{flex:1}.ops-header h1{font-size:24px}}.staff-page{padding:28px;max-width:1500px;margin:0 auto;color:#172033}.staff-header,.staff-profile-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.staff-header h1,.staff-profile-hero h1{margin:4px 0 7px;font-size:30px}.staff-header p,.staff-profile-hero p{margin:0;color:#64748b}.staff-eyebrow{font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#0e7490}.staff-primary{background:#0e7490!important;color:#fff!important;border:0!important;border-radius:10px!important;padding:12px 16px!important;font-weight:800!important;cursor:pointer}.staff-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.staff-stats>div,.staff-profile-grid section,.staff-panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px}.staff-stats strong{display:block;font-size:26px}.staff-stats span,.staff-table small{display:block;color:#64748b;margin-top:4px}.staff-toolbar{display:flex;gap:12px;background:#fff;border:1px solid #e2e8f0;padding:14px;border-radius:14px;margin-bottom:14px}.staff-toolbar input{flex:1}.staff-toolbar input,.staff-toolbar select,.staff-form-grid input,.staff-form-grid select,.staff-form-grid textarea{border:1px solid #cbd5e1;border-radius:9px;padding:10px 11px;background:#fff;box-sizing:border-box;width:100%}.staff-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:auto}.staff-table{width:100%;border-collapse:collapse}.staff-table th,.staff-table td{padding:14px 15px;text-align:left;border-bottom:1px solid #eef2f7;vertical-align:top}.staff-table th{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#64748b;background:#f8fafc}.staff-name{border:0;background:none;padding:0;color:#0e7490;font-weight:850;cursor:pointer;font-size:14px}.staff-actions{display:flex;gap:6px}.staff-actions button,.staff-back,.staff-modal-head button,.staff-modal-actions button{border:1px solid #cbd5e1;background:#fff;border-radius:8px;padding:7px 9px;cursor:pointer}.staff-actions .danger{color:#b91c1c}.staff-badge{display:inline-block;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:850;background:#dcfce7;color:#166534;text-transform:capitalize}.staff-badge.inactive{background:#f1f5f9;color:#475569}.staff-badge.leave{background:#fef3c7;color:#92400e}.staff-empty{text-align:center!important;padding:36px!important;color:#64748b}.staff-notice{padding:10px 13px;border-radius:9px;background:#ecfeff;color:#155e75;margin:10px 0}.staff-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a7a;display:grid;place-items:center;z-index:1000;padding:18px}.staff-modal{display:block!important;width:min(960px,96vw);max-height:92vh;overflow:auto;background:#fff;border-radius:18px;padding:22px;margin:0!important}.staff-modal-head,.staff-modal-actions{display:flex;align-items:center;justify-content:space-between;gap:16px}.staff-modal-head{border-bottom:1px solid #e2e8f0;padding-bottom:14px}.staff-modal-head h2{margin:4px 0 0}.staff-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0}.staff-form-grid label{font-size:12px;font-weight:800;color:#475569}.staff-form-grid input,.staff-form-grid select,.staff-form-grid textarea{margin-top:6px;font:inherit}.staff-span-2{grid-column:span 2}.staff-classrooms{border:1px solid #e2e8f0;border-radius:12px;padding:14px;display:flex;flex-wrap:wrap;gap:12px}.staff-classrooms legend{font-weight:850;padding:0 6px}.staff-modal-actions{border-top:1px solid #e2e8f0;padding-top:16px;margin-top:18px;justify-content:flex-end}.staff-profile-hero{justify-content:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px}.staff-profile-hero .staff-badge{margin-left:auto}.staff-avatar{width:64px;height:64px;border-radius:16px;display:grid;place-items:center;background:#cffafe;color:#155e75;font-size:23px;font-weight:900}.staff-tabs{display:flex;gap:5px;overflow:auto;border-bottom:1px solid #e2e8f0;margin-bottom:18px}.staff-tabs button{border:0;background:transparent;padding:11px 14px;font-weight:800;color:#64748b;cursor:pointer;border-bottom:3px solid transparent;text-transform:capitalize}.staff-tabs button.active{color:#0e7490;border-bottom-color:#0e7490}.staff-profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.staff-profile-grid .wide{grid-column:span 2}.staff-profile-grid h3,.staff-panel h3{margin-top:0}.staff-profile-grid dl{display:grid;grid-template-columns:120px 1fr;gap:10px;margin:0}.staff-profile-grid dt{color:#64748b}.staff-profile-grid dd{margin:0;font-weight:700}.staff-assignment{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #eef2f7}.staff-assignment span{color:#64748b}.staff-permissions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:15px;text-transform:capitalize}.staff-timeline{display:flex;gap:12px;padding:12px 0}.staff-timeline>span{width:10px;height:10px;background:#0e7490;border-radius:50%;margin-top:5px}.staff-timeline p{margin:4px 0;color:#64748b}@media (max-width:900px){.staff-stats,.staff-profile-grid,.staff-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.staff-page{padding:16px}.staff-header{align-items:flex-start;flex-direction:column}.staff-stats,.staff-profile-grid,.staff-form-grid,.staff-permissions{grid-template-columns:1fr}.staff-span-2,.staff-profile-grid .wide{grid-column:auto}.staff-toolbar{flex-direction:column}.staff-profile-hero{align-items:flex-start;flex-wrap:wrap}.staff-profile-hero .staff-badge{margin-left:0}.staff-table th:nth-child(3),.staff-table td:nth-child(3),.staff-table th:nth-child(4),.staff-table td:nth-child(4){display:none}}.docs-page{padding:28px;background:#f4f7fb;min-height:100vh;color:#172033}.docs-hero{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:27px 30px;border-radius:18px;background:linear-gradient(135deg,#102f4f,#1f6389);color:#fff}.docs-hero span,.docs-modal-head span{text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800}.docs-hero h1{margin:5px 0 7px;font-size:30px}.docs-hero p{margin:0;color:#dbeafe}.docs-hero button,.docs-modal-actions button:last-child{border:0;border-radius:10px;padding:12px 16px;background:#fff;color:#153c5d;font-weight:800;cursor:pointer}.docs-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin:18px 0}.docs-kpis button{background:#fff;border:1px solid #dce5ee;border-radius:14px;padding:17px;text-align:left;cursor:pointer}.docs-kpis strong{display:block;font-size:26px}.docs-kpis span{color:#66758a;font-size:12px}.docs-notice{margin:12px 0;padding:11px 14px;border:1px solid #b8d9ea;background:#eef9ff;border-radius:10px}.docs-panel,.docs-missing{background:#fff;border:1px solid #dce5ee;border-radius:16px;overflow:hidden}.docs-toolbar{display:flex;gap:10px;padding:15px;border-bottom:1px solid #e5edf4}.docs-toolbar input{flex:1}.docs-toolbar input,.docs-toolbar select,.docs-toolbar button,.docs-form-grid input,.docs-form-grid select{border:1px solid #cbd8e5;border-radius:9px;padding:10px 11px;background:#fff}.docs-toolbar button{font-weight:700;cursor:pointer}.docs-table-wrap{overflow:auto}.docs-table-wrap table{width:100%;border-collapse:collapse}.docs-table-wrap th,.docs-table-wrap td{padding:13px 14px;border-bottom:1px solid #edf2f7;text-align:left;font-size:13px}.docs-table-wrap th{font-size:11px;text-transform:uppercase;color:#66758a}.docs-table-wrap strong,.docs-table-wrap small{display:block}.docs-table-wrap small{color:#718096;margin-top:3px}.docs-badge{display:inline-block;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:900;background:#edf2f7}.docs-badge.required{background:#e0f2fe;color:#075985}.docs-badge.expiring{background:#fff7d6;color:#8a5a00}.docs-badge.expired{background:#fee2e2;color:#991b1b}.docs-badge.current{background:#dcfce7;color:#166534}.docs-actions{display:flex;gap:7px}.docs-actions a,.docs-actions button{padding:7px 9px;border:1px solid #cbd8e5;border-radius:8px;background:#fff;color:#195d80;text-decoration:none;cursor:pointer}.docs-actions .danger{color:#b42318}.docs-empty{text-align:center!important;padding:30px!important;color:#718096}.docs-missing{margin-top:18px;padding:20px}.docs-missing h2{margin:0 0 4px}.docs-missing>div>p{margin:0;color:#66758a}.docs-missing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}.docs-missing-grid article{border:1px solid #dce5ee;border-radius:12px;padding:13px}.docs-missing-grid article span{text-transform:uppercase;font-size:10px;color:#66758a;font-weight:800}.docs-missing-grid article strong{display:block;margin-top:4px}.docs-missing-grid article p{font-size:12px;color:#66758a}.docs-missing-grid article button{border:0;border-radius:8px;background:#165f82;color:#fff;padding:8px 10px;cursor:pointer}.docs-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0f23378c;display:grid;place-items:center;padding:20px}.docs-modal{display:block!important;margin:0!important;width:min(780px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:16px;padding:22px}.docs-modal-head{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:15px;border-bottom:1px solid #e5edf4}.docs-modal-head h2{margin:4px 0 0}.docs-modal-head button{border:0;background:none;color:#16607f;font-weight:800;cursor:pointer}.docs-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:18px 0}.docs-form-grid label{display:flex;flex-direction:column;gap:6px;color:#596a80;font-size:12px;font-weight:800}.docs-form-grid .docs-check{flex-direction:row;align-items:center}.docs-modal-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:16px;border-top:1px solid #e5edf4}.docs-modal-actions button{padding:10px 14px;border:1px solid #cbd8e5;border-radius:9px;background:#fff;cursor:pointer}.docs-modal-actions button:last-child{background:#176b8f;color:#fff}.docs-modal-actions button:disabled{opacity:.6}@media (max-width:900px){.docs-kpis,.docs-missing-grid{grid-template-columns:repeat(2,1fr)}.docs-toolbar{flex-wrap:wrap}.docs-toolbar input{flex-basis:100%}}@media (max-width:600px){.docs-page{padding:14px}.docs-hero{align-items:flex-start;flex-direction:column}.docs-kpis,.docs-missing-grid,.docs-form-grid{grid-template-columns:1fr}}.bicc-professional-page{--reg-blue:#1c5f91;--reg-cyan:#2b8fbf}.bicc-brand-logo{width:64px;height:64px;border-radius:15px;background:#fff;display:grid;place-items:center;overflow:hidden;margin-bottom:22px;box-shadow:0 8px 24px #0000002e}.bicc-brand-logo img{width:100%;height:100%;object-fit:contain;padding:4px;box-sizing:border-box}.bicc-brand-logo span{color:#174c72;font-weight:900}.bicc-student-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.bicc-student-header>div{max-width:680px}.bicc-student-header label{display:grid;gap:7px;min-width:180px}.bicc-student-header label span{font-size:12px;font-weight:800;color:#344054}.bicc-student-header select{border:1px solid #cdd8e3;border-radius:10px;padding:10px 12px;background:#fff}.bicc-student-stack{display:grid;gap:18px}.bicc-student-card{border:1px solid #dce5ee;border-radius:15px;padding:20px;background:#fbfdff}.bicc-student-title{display:flex;align-items:center;gap:10px;margin-bottom:17px}.bicc-student-title>span{width:31px;height:31px;border-radius:9px;display:grid;place-items:center;background:#176b87;color:#fff;font-weight:900}.bicc-student-title h3{margin:0;font-size:17px}.bicc-success-logo{width:76px;height:76px;object-fit:contain;margin:0 auto 16px;display:block}.bicc-success-meta{font-size:12px!important}.bicc-professional-page .apply-field input[readonly]{background:#f5f8fb;color:#66758a}.bicc-professional-page form{margin:0;width:auto}.bicc-professional-page button{height:auto}@media (max-width:700px){.bicc-student-header{align-items:stretch;flex-direction:column}.bicc-student-header label{min-width:0}.bicc-professional-page .apply-sidebar{padding-bottom:24px}}.reg-account-page{min-height:100vh;background:radial-gradient(circle at 85% 5%,#d8ecf8 0,transparent 34%),linear-gradient(145deg,#e9f1f7,#f7fafc);padding:34px;box-sizing:border-box;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033}.reg-account-shell{width:min(1040px,100%);min-height:650px;margin:0 auto;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 28px 90px #172d4429;display:grid;grid-template-columns:390px minmax(0,1fr)}.reg-account-brand{background:linear-gradient(160deg,#0f2f4e,#174c72 64%,#1d668f);color:#fff;padding:52px 42px;display:flex;flex-direction:column}.reg-account-logo{width:76px;height:76px;border-radius:18px;background:#fff;display:grid;place-items:center;overflow:hidden;margin-bottom:28px;box-shadow:0 10px 30px #0000002e}.reg-account-logo img{width:100%;height:100%;object-fit:contain;padding:5px;box-sizing:border-box}.reg-account-logo span{color:#174c72;font-weight:900}.reg-account-kicker{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.15em;color:#c9dce9}.reg-account-brand h1{font-size:34px;line-height:1.12;margin:9px 0 15px}.reg-account-brand p{color:#d8e7f2;line-height:1.65;font-size:14px;margin:0}.reg-account-points{display:grid;gap:10px;margin-top:30px;color:#e9f5fb;font-size:13px}.reg-account-card{padding:56px 62px;display:flex;flex-direction:column;justify-content:center}.reg-account-heading>span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--registration-accent,#176b87)}.reg-account-heading h2{font-size:31px;margin:7px 0 8px}.reg-account-heading p{color:#66758a;line-height:1.55;margin:0 0 25px}.reg-account-tabs{display:grid;grid-template-columns:1fr 1fr;border:1px solid #dce5ee;border-radius:11px;padding:4px;background:#f7fafc;margin-bottom:22px}.reg-account-tabs button{height:40px;border:0;border-radius:8px;background:transparent;color:#66758a;font-weight:850;cursor:pointer}.reg-account-tabs button.active{background:#fff;color:#174c72;box-shadow:0 2px 8px #172d441a}.reg-account-form{display:grid!important;gap:16px!important;width:100%!important;margin:0!important}.reg-account-form label{display:grid;gap:7px}.reg-account-form label span{font-size:12px;font-weight:800;color:#344054}.reg-account-form input{width:100%;box-sizing:border-box;border:1px solid #cdd8e3;border-radius:10px;padding:12px 13px;background:#fff;outline:none}.reg-account-form input:focus{border-color:var(--registration-accent,#176b87);box-shadow:0 0 0 3px #176b871c}.reg-account-primary,.reg-account-secondary{min-height:46px;border-radius:10px;padding:11px 18px;font-size:13px;font-weight:900;cursor:pointer}.reg-account-primary{border:0;background:var(--registration-accent,#176b87);color:#fff}.reg-account-secondary{background:#fff;border:1px solid #cad5df;color:#36536a}.reg-account-primary:disabled,.reg-account-secondary:disabled{opacity:.55;cursor:not-allowed}.reg-account-link{border:0;background:transparent;color:#17618e;font-weight:800;font-size:12px;padding:10px 0;cursor:pointer;text-align:left}.reg-account-notice{padding:12px 14px;border-radius:10px;font-size:12px;line-height:1.5;margin-bottom:16px}.reg-account-notice.success{background:#f0fdf4;border:1px solid #bbefca;color:#166534}.reg-account-notice.error{background:#fff2f0;border:1px solid #fecdca;color:#b42318}.reg-account-email-chip{background:#eef6fa;border:1px solid #d4e5ef;border-radius:10px;padding:13px 15px;font-weight:800;color:#174c72;margin-bottom:18px}.reg-account-actions.stacked{display:grid;gap:10px}.reg-account-card footer{margin-top:30px;color:#94a3b8;font-size:11px}.reg-account-loading{margin:auto;background:#fff;border:1px solid #dce5ee;border-radius:14px;padding:22px 28px;color:#475569;font-weight:800;box-shadow:0 12px 35px #172d441a}@media (max-width:820px){.reg-account-page{padding:16px}.reg-account-shell{grid-template-columns:1fr;min-height:0}.reg-account-brand{padding:28px}.reg-account-brand p,.reg-account-points{display:none}.reg-account-logo{width:58px;height:58px;margin-bottom:15px}.reg-account-brand h1{font-size:25px;margin-bottom:0}.reg-account-card{padding:32px 24px}.reg-account-heading h2{font-size:26px}}@media (max-width:480px){.reg-account-page{padding:8px}.reg-account-shell{border-radius:16px}.reg-account-brand{padding:22px}.reg-account-card{padding:28px 18px}}body{margin:0;font-family:Arial,sans-serif;background:#f9f9f9}.header{display:flex;justify-content:space-between;align-items:center;background:#004080;color:#fff;padding:.75rem 1.5rem}.header .logo{font-size:1.2rem;font-weight:700}.nav a{color:#fff;margin:0 .75rem;text-decoration:none}.nav a.active{font-weight:700;border-bottom:2px solid yellow}.user-menu{display:flex;align-items:center;gap:1rem}.logout-btn{background:#ff4d4d;color:#fff;border:none;padding:.4rem .75rem;border-radius:4px;cursor:pointer}.logout-btn:hover{background:#c00}.content{padding:1.5rem}.login-container{max-width:400px;margin:5rem auto;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 6px #00000026}.login-container input{display:block;width:100%;margin:.5rem 0;padding:.6rem}.login-container button{width:100%;padding:.6rem;background:#004080;color:#fff;border:none;border-radius:4px;cursor:pointer}.login-container button:hover{background:#06c}.error{color:red;margin-top:.5rem}form{margin:1rem 0;display:flex;gap:.5rem}form input,form select{padding:.4rem;border:1px solid #ccc;border-radius:4px}form button{background:#004080;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}form button:hover{background:#06c}table{width:100%;border-collapse:collapse;margin-top:1rem}table th,table td{border:1px solid #ddd;padding:.6rem}table th{background:#f0f0f0}table button{margin:0 .25rem;padding:.3rem .6rem;border:none;border-radius:4px;cursor:pointer}table button:hover{opacity:.8}table button:first-of-type{background:orange;color:#fff}table button:last-of-type{background:#ff4d4d;color:#fff}.login-page{display:flex;justify-content:center;align-items:center;height:100vh;background:#f5f6fa}.login-box{background:#fff;padding:30px 40px;border-radius:10px;box-shadow:0 4px 12px #00000026;width:320px;text-align:center}.login-header{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.login-logo{width:160px;margin-bottom:10px}.login-title{font-size:16px;font-weight:600;text-align:center;margin:0}.login-box input{width:100%;padding:12px;margin:8px 0;border:1px solid #ccc;border-radius:6px;font-size:14px;height:44px;box-sizing:border-box}.login-box button{width:100%;padding:12px;background:#004080;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer;margin-top:10px}.login-box button:hover{background:#0059b3}.login-box form{display:flex;flex-direction:column;gap:12px;max-width:260px;margin:0 auto}.forgot-password{margin-top:10px;font-size:13px;color:#004080;cursor:pointer;text-decoration:underline}.forgot-password:hover{color:#0059b3}.toast{position:fixed;bottom:20px;left:50%;transform:translate(-50%);padding:12px 20px;border-radius:6px;font-size:14px;font-weight:500;color:#000;z-index:1000;box-shadow:0 2px 6px #0003;min-width:260px;text-align:center}.toast-success{background-color:#28a745;color:#fff}.toast-error{background-color:#dc3545;color:#fff}.toast-warning{background-color:#fff3cd;border:1px solid #ffeeba;color:#856404}.invite-page{min-height:100vh;display:grid;place-items:center;padding:28px 18px;box-sizing:border-box;background:radial-gradient(circle at top left,#e6f4f7 0,#f5f7fb 42%,#eef2f7);color:#172033}.invite-card{width:min(100%,560px);background:#fff;border:1px solid #dce4ec;border-radius:18px;box-shadow:0 20px 55px #1f324b24;padding:30px;box-sizing:border-box}.invite-branding{display:flex;align-items:center;gap:16px;padding-bottom:22px;border-bottom:1px solid #e7edf3}.invite-logo{width:64px;height:64px;object-fit:contain;border-radius:12px;border:1px solid #e2e8f0;padding:5px;box-sizing:border-box}.invite-logo-fallback{width:64px;height:64px;border-radius:14px;display:grid;place-items:center;background:var(--invite-primary);color:#fff;font-weight:800;letter-spacing:.04em}.invite-product{color:var(--invite-primary);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.invite-branding h1{margin:4px 0 0;font-size:24px;line-height:1.2}.invite-summary{margin:22px 0;padding:16px 18px;border-radius:12px;background:#f7fafc;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:4px}.invite-summary span,.invite-summary small{color:#64748b}.invite-summary strong{font-size:18px}.invite-form{margin:0;display:flex;flex-direction:column;gap:9px}.invite-form h2{margin:0;font-size:20px}.invite-form p{margin:0 0 8px;color:#64748b;line-height:1.5}.invite-form label{margin-top:5px;color:#334155;font-size:13px;font-weight:700}.invite-form input{width:100%;height:44px;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:8px;padding:0 12px;font-size:14px;background:#fff}.invite-form input[readonly]{background:#f8fafc;color:#64748b}.invite-form input:focus{outline:3px solid color-mix(in srgb,var(--invite-primary) 18%,transparent);border-color:var(--invite-primary)}.invite-form button,.invite-state button{margin-top:10px;min-height:44px;border:none;border-radius:8px;padding:10px 16px;background:var(--invite-primary);color:#fff;font-size:14px;font-weight:700;cursor:pointer}.invite-form button:disabled{opacity:.65;cursor:wait}.invite-link-button{margin-top:2px!important;background:transparent!important;color:var(--invite-primary)!important;min-height:34px!important}.invite-password-note{color:#64748b;font-size:12px}.invite-inline-error,.invite-state-error{color:#b91c1c;background:#fff1f2;border:1px solid #fecdd3;border-radius:8px;padding:10px 12px;font-size:13px}.invite-state{margin-top:22px;padding:18px;border-radius:10px;background:#f8fafc;line-height:1.5}.invite-state p{margin:6px 0 12px}.invite-state-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.invite-footer{margin-top:24px;padding-top:16px;border-top:1px solid #e7edf3;color:#94a3b8;font-size:11px;text-align:center}@media (max-width: 600px){.invite-card{padding:22px 18px;border-radius:14px}.invite-branding h1{font-size:20px}.invite-logo,.invite-logo-fallback{width:54px;height:54px}}html,body,#root{width:100%;min-height:100%;margin:0;overflow-x:hidden}*,*:before,*:after{box-sizing:border-box}.diq-app-content{width:auto;max-width:none;overflow-x:hidden;background:#f4f7fb}.diq-app-content>*{max-width:100%}.school-access-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top left,rgba(37,99,235,.1),transparent 36%),#f4f7fb}.school-access-card{width:min(100%,560px);padding:38px;text-align:center;background:#fff;border:1px solid #dce5f0;border-radius:22px;box-shadow:0 24px 70px #0f234124}.school-access-mark{width:66px;height:66px;margin:0 auto 18px;border-radius:18px;display:grid;place-items:center;background:#eaf1ff;color:#1d4ed8;font-size:30px;font-weight:900}.school-access-card-danger .school-access-mark{background:#fff1f2;color:#be123c}.school-access-card h1{margin:0;color:#0f172a;font-size:clamp(24px,4vw,32px)}.school-access-card p{margin:14px auto 24px;max-width:440px;color:#64748b;line-height:1.65}.school-access-card button{min-height:46px;padding:0 20px;border:0;border-radius:11px;background:#2563eb;color:#fff;font-weight:800;cursor:pointer}.school-access-card button:hover{background:#1d4ed8}@media (max-width: 600px){.school-access-page{padding:16px}.school-access-card{padding:28px 20px;border-radius:18px}}
