/* EFo Portal v0.5 */
:root{--efo-navy:#101a31;--efo-primary:#3559ff;--efo-primary-hover:#5372ff;--efo-text:#16213a;--efo-muted:#70809b;--efo-border:#e2e8f1;--efo-bg:#f7f9fc;--efo-white:#fff;--efo-blue:#2563eb;--efo-radius:10px}
body:has(.efo-portal-shell){margin:0!important;background:var(--efo-bg)!important}.efo-portal-shell,.efo-portal-shell *{box-sizing:border-box}.efo-portal-shell{min-height:100vh;width:100%;display:flex;color:var(--efo-text);background:var(--efo-bg);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.efo-sidebar{position:fixed;inset:0 auto 0 0;width:240px;height:100vh;display:flex;flex-direction:column;background:#fff;border-right:1px solid var(--efo-border);z-index:100}.efo-brand{height:110px;padding:27px 20px 20px;border-bottom:1px solid var(--efo-border)}.efo-brand-logo{display:block;width:190px;height:auto;max-width:100%;object-fit:contain;object-position:left center}.efo-brand-name{font-size:21px;font-weight:800;letter-spacing:-.04em}.efo-brand-subtitle{margin-top:8px;font-size:10px;line-height:1.45;letter-spacing:.22em;color:var(--efo-muted)}.efo-nav{padding:16px 12px}.efo-nav-item{min-height:42px;display:flex;align-items:center;gap:13px;margin-bottom:4px;padding:0 13px;border-radius:7px;color:#35445f;text-decoration:none!important;font-size:14px;font-weight:500}.efo-nav-item:hover{background:#f0f3f8}.efo-nav-item.is-active{background:var(--efo-navy);color:#fff;font-weight:650}.efo-nav-icon{width:20px;text-align:center}.efo-sidebar-footer{margin-top:auto;padding:18px 20px 22px;border-top:1px solid var(--efo-border);color:#8491a6;font-size:10px}
.efo-main{width:calc(100% - 240px);min-height:100vh;margin-left:240px}.efo-topbar{height:66px;display:flex;align-items:center;gap:20px;padding:0 32px;background:#fff;border-bottom:1px solid var(--efo-border);position:sticky;top:0;z-index:50}.efo-control input{width:100%;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;font-size:13px}.efo-topbar-actions{margin-left:auto;display:flex;align-items:center;gap:20px}.efo-icon-button{border:0;background:transparent;color:#61718a;font-size:18px}.efo-user{display:flex;align-items:center;gap:10px}.efo-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#dbe3ef;font-weight:750}.efo-user-text{display:flex;flex-direction:column}.efo-user-text strong{font-size:13px}.efo-user-text span{margin-top:2px;color:var(--efo-muted);font-size:11px}
.efo-content{padding:30px 32px 42px;max-width:1500px}.efo-eyebrow{font-size:9px;font-weight:700;letter-spacing:.18em;color:#8794a9;margin-bottom:5px}.efo-page-heading h1{margin:0;font-size:25px}.efo-page-heading p{margin:7px 0 0;color:var(--efo-muted);font-size:13px}
.efo-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:28px}.efo-stat-card{position:relative;min-height:116px;padding:22px;border:1px solid var(--efo-border);border-radius:var(--efo-radius);background:#fff;display:flex;flex-direction:column;justify-content:space-between}.efo-stat-card strong{font-size:28px}.efo-stat-label{font-size:10px;letter-spacing:.17em;color:var(--efo-muted)}.efo-stat-icon{position:absolute;top:19px;right:19px;width:40px;height:40px;display:grid;place-items:center;border-radius:9px;background:#f0f4f9}.efo-dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px}.efo-panel,.efo-placeholder{border:1px solid var(--efo-border);border-radius:var(--efo-radius);background:#fff}.efo-panel{min-height:230px}.efo-panel-heading{display:flex;align-items:center;justify-content:space-between;padding:21px 22px;border-bottom:1px solid var(--efo-border)}.efo-panel-heading h2{margin:0;font-size:16px}.efo-panel-heading a{color:var(--efo-blue);font-size:12px;text-decoration:none}.efo-empty-row{padding:26px 22px;color:var(--efo-muted);font-size:13px}
.efo-toolbar{display:flex;align-items:center;gap:10px;margin:26px 0 14px}.efo-control{height:38px;min-width:145px;padding:0 12px;border:1px solid #dce3ed;border-radius:8px;background:#fff;color:var(--efo-text);font-size:13px}.efo-search-control{min-width:270px;display:flex;align-items:center;gap:8px}.efo-search-control span{color:#9aa7ba;font-size:19px}.efo-toolbar-grow{flex:1}.efo-primary-button{height:38px;margin-left:auto;padding:0 16px;border:1px solid var(--efo-navy);border-radius:8px;background:var(--efo-navy);color:#fff;font-size:13px;font-weight:650;white-space:nowrap}
.efo-table-wrap{overflow:auto;border:1px solid var(--efo-border);border-radius:11px;background:#fff}.efo-table{width:100%;border-collapse:collapse;min-width:920px}.efo-table th{padding:12px 9px;text-align:left;background:#fbfcfe;border-bottom:1px solid var(--efo-border);color:#5f718c;font-size:11px;font-weight:600;white-space:nowrap}.efo-table td{padding:13px 9px;border-bottom:1px solid var(--efo-border);font-size:12.5px;vertical-align:middle;white-space:nowrap}.efo-table tbody tr:last-child td{border-bottom:0}.efo-table td strong{display:block;font-size:13px}.efo-table td small{display:block;margin-top:3px;color:#7b8aa2;font-size:10.5px}.efo-id{font-size:10.5px;color:#315f9d}.efo-badge{display:inline-flex;align-items:center;height:23px;padding:0 9px;border-radius:999px;border:1px solid;font-size:10.5px}.efo-badge.success{color:#059669;background:#ecfdf5;border-color:#a7f3d0}.efo-badge.danger{color:#e11d48;background:#fff1f2;border-color:#fecdd3}.efo-badge.neutral{color:#53657f;background:#f1f5f9;border-color:#dbe3ed}
.efo-placeholder{max-width:760px;margin:28px auto;padding:44px;text-align:center}.efo-placeholder-icon{width:52px;height:52px;display:grid;place-items:center;margin:0 auto 18px;border-radius:14px;background:#eef3fa}.efo-placeholder h2{margin:0 0 8px;font-size:19px}.efo-placeholder p{margin:0;color:var(--efo-muted);line-height:1.7;font-size:13px}.efo-portal-denied{max-width:720px;margin:80px auto;padding:40px;text-align:center;background:#fff;border:1px solid var(--efo-border);border-radius:12px}.efo-mobile-menu{display:none}
@media(max-width:1050px){.efo-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.efo-dashboard-grid{grid-template-columns:1fr}.efo-toolbar{flex-wrap:wrap}.efo-search-control{flex:1}}
@media(max-width:900px){.efo-sidebar{transform:translateX(-100%);transition:transform .22s}.efo-sidebar.is-open{transform:translateX(0)}.efo-main{width:100%;margin-left:0}.efo-topbar{padding:0 18px}.efo-mobile-menu{width:36px;height:36px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:1px solid var(--efo-border);border-radius:7px;background:#fff}.efo-mobile-menu span{width:15px;height:1.5px;background:var(--efo-navy)}.efo-content{padding:24px 18px}}
@media(max-width:600px){.efo-user-text{display:none}.efo-stat-grid{grid-template-columns:1fr}.efo-toolbar>*{width:100%;max-width:none}.efo-primary-button{margin-left:0}}

/* v0.6.0 modules: Calendar, Tutors, Settings */
.efo-calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:25px}.efo-calendar-nav{display:flex;align-items:center;gap:6px}.efo-calendar-nav strong{margin-left:8px;font-size:20px}.efo-square-button,.efo-today-button{height:38px;border:1px solid #dce3ed;background:#fff;border-radius:7px;color:var(--efo-text);cursor:pointer}.efo-square-button{width:38px;font-size:23px}.efo-today-button{padding:0 15px;font-size:12px}.efo-view-tabs{display:flex;align-items:center;gap:7px}.efo-view-tabs button{height:38px;padding:0 12px;border:0;background:transparent;color:var(--efo-text);font-size:12px;border-radius:7px}.efo-view-tabs button.is-active{background:var(--efo-navy);color:#fff;font-weight:650}.efo-view-tabs .efo-holiday-button{border:1px solid #dce3ed;background:#fff;margin-left:8px}.efo-calendar-filters{display:flex;gap:10px;margin:16px 0 14px}.efo-calendar-filters .efo-search-control{flex:1}.efo-calendar{border:1px solid var(--efo-border);border-radius:11px;overflow:hidden;background:#fff}.efo-weekdays,.efo-month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.efo-weekdays{background:#fbfcfe;border-bottom:1px solid var(--efo-border)}.efo-weekdays div{padding:11px 9px;color:#687991;font-size:10px;letter-spacing:.16em;font-weight:650}.efo-day{min-height:106px;padding:10px 7px;border-right:1px solid var(--efo-border);border-bottom:1px solid var(--efo-border);overflow:hidden}.efo-day:nth-child(7n){border-right:0}.efo-day-number{font-size:12px;font-weight:650;margin-bottom:8px}.efo-day.muted .efo-day-number{color:#a1adbd}.efo-day.today .efo-day-number{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#3169dc;color:#fff}.efo-event{height:23px;line-height:23px;padding:0 5px;margin:4px 0;border:1px solid #b9d1ff;border-radius:4px;background:#f0f6ff;color:#1248bb;font-size:9.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.efo-person{display:flex;align-items:center;gap:9px}.efo-person-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#e7edf5;color:#243654;font-size:10px;font-weight:750}.efo-settings-card{padding:22px 24px;margin-top:18px;border:1px solid var(--efo-border);border-radius:11px;background:#fff}.efo-settings-card h2{margin:0 0 17px;font-size:15px}.efo-settings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.efo-settings-grid span{display:block;color:#74849c;font-size:9px;letter-spacing:.17em;margin-bottom:7px}.efo-settings-grid strong{font-size:13px}.efo-role-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-top:1px solid var(--efo-border);font-size:12.5px}.efo-role-row b{min-width:58px;padding:4px 8px;border:1px solid #dce3ed;border-radius:999px;background:#f5f8fc;color:#38506f;font-size:10px;text-align:center}.efo-role-row span{color:#4e607a}.efo-chip-list{display:flex;flex-wrap:wrap;gap:8px}.efo-chip-list span{padding:7px 10px;border:1px solid #dce3ed;border-radius:999px;background:#fbfcfe;color:#536782;font-size:10.5px}
@media(max-width:1050px){.efo-calendar-toolbar{align-items:flex-start;flex-direction:column}.efo-view-tabs{flex-wrap:wrap}.efo-calendar-filters{flex-wrap:wrap}.efo-settings-grid{grid-template-columns:1fr 1fr}.efo-day{min-height:92px}}
@media(max-width:700px){.efo-calendar-filters .efo-control{min-width:100%;}.efo-calendar{overflow:auto}.efo-weekdays,.efo-month-grid{min-width:760px}.efo-settings-grid{grid-template-columns:1fr}.efo-settings-card{padding:18px}.efo-role-row{align-items:flex-start;flex-direction:column;gap:7px}}

/* v0.7.0 Program management */
.efo-row-menu{border:0;background:transparent;font-size:18px;color:#6d7c92;cursor:pointer;padding:4px 7px}.efo-row-actions{display:none;position:absolute;right:16px;top:34px;z-index:30;min-width:145px;padding:6px;border:1px solid var(--efo-border);border-radius:8px;background:#fff;box-shadow:0 12px 30px rgba(15,32,56,.12)}td:last-child{position:relative}.efo-row-actions.is-open{display:flex;flex-direction:column}.efo-row-actions button{border:0;background:#fff;text-align:left;padding:9px 10px;border-radius:5px;color:#263852;font-size:12px;cursor:pointer}.efo-row-actions button:hover{background:#f4f7fb}.efo-empty-state{margin-top:10px;padding:32px;text-align:center;border:1px dashed var(--efo-border);border-radius:10px;color:#71819a;font-size:12px}.efo-modal-backdrop{position:fixed;inset:0;z-index:99999;background:rgba(13,20,31,.72);display:flex;align-items:center;justify-content:center;padding:20px}.efo-modal-backdrop[hidden]{display:none!important}.efo-modal{position:relative;width:min(100%,500px);background:#fff;border-radius:9px;padding:20px 18px 16px;box-shadow:0 22px 60px rgba(0,0,0,.25)}.efo-modal h2{margin:0 0 16px;font-size:15px}.efo-modal-close{position:absolute;right:11px;top:8px;border:0;background:transparent;font-size:22px;color:#65748a;cursor:pointer}.efo-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.efo-form-grid label{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:650;color:#253650}.efo-form-grid input,.efo-form-grid select,.efo-form-grid textarea{width:100%;box-sizing:border-box;border:1px solid #ccd7e5;border-radius:5px;padding:9px 10px;background:#fff;font:inherit;font-weight:400;color:#53667f;outline:none}.efo-form-grid input:focus,.efo-form-grid select:focus,.efo-form-grid textarea:focus{border-color:#8eacd9;box-shadow:0 0 0 2px rgba(62,107,181,.08)}.efo-form-grid textarea{resize:vertical}.efo-form-full{grid-column:1/-1}.efo-modal-actions{display:flex;justify-content:flex-end;gap:7px;margin-top:16px}.efo-secondary-button{height:38px;padding:0 14px;border:1px solid #d7dfeb;border-radius:6px;background:#fff;color:#30415a;font-size:12px;font-weight:650;cursor:pointer}.efo-primary-button:disabled{opacity:.6;cursor:wait}.efo-toast{position:fixed;right:20px;top:20px;z-index:100000;padding:11px 15px;border:1px solid #bde9d0;border-radius:8px;background:#ecfff4;color:#13834b;font-size:12px;font-weight:650;box-shadow:0 8px 28px rgba(15,32,56,.1)}.efo-toast[hidden]{display:none}.efo-modal-open{overflow:hidden}
@media(max-width:650px){.efo-form-grid{grid-template-columns:1fr}.efo-form-full{grid-column:auto}.efo-modal{padding:20px 14px}.efo-program-table{min-width:760px}}
/* EFo Portal v0.8.0 Student management */
.efo-student-table{min-width:920px}.efo-student-table td,.efo-student-table th{white-space:nowrap}.efo-student-table td:nth-child(2){white-space:normal;min-width:150px}.efo-student-table td:nth-child(3),.efo-student-table td:nth-child(4){min-width:145px}.efo-student-table small{display:block;margin-top:4px;color:#8b98aa;font-size:10px}.efo-id{font-size:10px;color:#526783;letter-spacing:.01em}.efo-danger-button{height:38px;padding:0 14px;border:1px solid #efb2bd;border-radius:6px;background:#e9253e;color:#fff;font-size:12px;font-weight:650;cursor:pointer}.efo-detail-top{display:flex;align-items:center;gap:16px;margin-bottom:22px}.efo-back-button{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--efo-border);border-radius:8px;background:#fff;color:#263952;text-decoration:none;font-size:20px}.efo-detail-person{display:flex;align-items:center;gap:12px;flex:1}.efo-detail-avatar{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#101a31;color:#fff;font-weight:750}.efo-detail-person h1{margin:0 0 4px;font-size:13px;font-weight:500;color:#1b2a42}.efo-detail-person strong{font-size:19px}.efo-detail-meta{display:flex;align-items:center;gap:6px;margin-top:5px;font-size:10px;color:#6c7b91}.efo-detail-actions{display:flex;gap:8px}.efo-detail-grid{display:grid;grid-template-columns:1.2fr .9fr .8fr;gap:16px}.efo-detail-card{padding:21px;border:1px solid var(--efo-border);border-radius:10px;background:#fff}.efo-detail-card h2{margin:0 0 19px;font-size:14px}.efo-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 25px}.efo-info-grid span,.efo-access-box span:first-child{display:block;color:#77879e;font-size:8.5px;letter-spacing:.16em;margin-bottom:6px}.efo-info-grid strong{font-size:11.5px;line-height:1.45}.efo-access-box{display:flex;flex-direction:column;gap:24px}.efo-access-box>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.efo-detail-columns{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}.efo-detail-empty{min-height:110px;display:flex;flex-direction:column;justify-content:center;gap:6px;color:#687993;font-size:11px}.efo-detail-empty strong{color:#2a3b55;font-size:12px}.efo-student-modal{max-height:calc(100vh - 40px);overflow:auto}.efo-student-modal .efo-form-grid{padding-right:2px}.efo-student-toolbar .efo-control{min-width:145px}.efo-row-actions button.efo-toggle-student{color:#bd3042}
@media(max-width:900px){.efo-detail-grid,.efo-detail-columns{grid-template-columns:1fr}.efo-detail-top{align-items:flex-start;flex-wrap:wrap}.efo-detail-actions{margin-left:auto}.efo-student-toolbar{flex-wrap:wrap}.efo-student-toolbar .efo-toolbar-grow{min-width:100%}}
/* EFo Portal v0.9.0 — Class management */
.efo-class-table{min-width:960px}.efo-class-table td,.efo-class-table th{white-space:nowrap}.efo-class-table td:first-child{white-space:normal;min-width:175px}.efo-class-table td:nth-child(4){min-width:110px}.efo-class-table small{display:block;margin-top:4px;color:#8b98aa;font-size:10px}.efo-days-field>span{display:block;margin-bottom:7px}.efo-days-field>div{display:flex;flex-wrap:wrap;gap:8px}.efo-check{display:inline-flex!important;flex-direction:row!important;align-items:center;gap:4px!important;font-size:10.5px!important;font-weight:500!important;color:#52657e!important}.efo-check input{width:auto!important}.efo-class-modal{width:min(100%,520px);max-height:calc(100vh - 40px);overflow:auto}.efo-class-students-modal{width:min(100%,500px)}.efo-class-add-student{display:flex;gap:7px;align-items:center}.efo-class-add-student select{flex:1;height:38px;border:1px solid #ccd7e5;border-radius:6px;padding:0 10px;color:#53667f;background:#fff}.efo-class-count{font-size:10px;color:#7888a0;margin:14px 0 6px}.efo-class-member{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-top:1px solid var(--efo-border)}.efo-class-member strong{display:block;font-size:12px}.efo-class-member small{display:block;margin-top:3px;color:#8492a6;font-size:9px}.efo-remove-member{border:0;background:transparent;color:#e9253e;font-size:16px;cursor:pointer;padding:4px}.efo-class-students-modal .efo-modal-actions{margin-top:0}
@media(max-width:650px){.efo-class-add-student{align-items:stretch;flex-direction:column}.efo-class-add-student>*{width:100%}.efo-class-toolbar .efo-control{min-width:100%}}
.efo-remove-confirm-modal{width:min(100%,510px);padding:22px}.efo-remove-confirm-modal p{margin:0;color:#71819a;font-size:12px;line-height:1.65}.efo-remove-confirm-modal p strong{color:#536783}.efo-remove-confirm-modal .efo-danger-button{min-width:96px}
/* EFo Portal v1.0.1 — Tutor */
.efo-tutor-table-wrap{overflow:visible}.efo-tutor-table{min-width:980px}.efo-tutor-table td,.efo-tutor-table th{white-space:nowrap}.efo-tutor-table td:nth-child(2){white-space:normal;min-width:170px}.efo-tutor-table td:nth-child(3),.efo-tutor-table td:nth-child(4){min-width:145px}.efo-tutor-table td:nth-child(5){min-width:175px}.efo-tutor-table .efo-person-avatar{flex:0 0 34px}

.efo-row-actions button.efo-delete-tutor{color:#e9253e}.efo-row-actions button.efo-delete-tutor:hover{background:#fff1f2}

/* EFo Portal v1.1.0 — Calendar core */
.efo-calendar-page .efo-calendar-toolbar{margin-top:25px}
.efo-calendar-page .efo-calendar-filters{margin:16px 0 14px}
.efo-calendar-page .efo-event{cursor:default}
.efo-calendar-page .efo-event:hover{background:#e7f0ff}
.efo-week-view,.efo-day-view{border:1px solid var(--efo-border);border-radius:11px;background:#fff;overflow:hidden}
.efo-week-view-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));min-height:250px}
.efo-week-col{border-right:1px solid var(--efo-border);min-width:0}.efo-week-col:last-child{border-right:0}
.efo-week-col-head{padding:12px 10px;border-bottom:1px solid var(--efo-border);background:#fbfcfe}.efo-week-col-head span{display:block;color:#687991;font-size:9px;letter-spacing:.15em}.efo-week-col-head strong{display:block;margin-top:4px;font-size:14px}.efo-week-col.today .efo-week-col-head strong{color:#3169dc}
.efo-week-col-body{padding:9px;min-height:205px}.efo-week-event{margin-bottom:7px;padding:8px;border:1px solid #b9d1ff;border-radius:6px;background:#f0f6ff;color:#1248bb}.efo-week-event strong{display:block;font-size:10px}.efo-week-event span{display:block;margin-top:3px;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.efo-day-view{padding:0 10px}.efo-day-view-head{display:flex;align-items:center;justify-content:space-between;padding:17px 10px;border-bottom:1px solid var(--efo-border)}.efo-day-view-head strong{font-size:15px}.efo-day-view-list{padding:0 10px}.efo-day-row{display:grid;grid-template-columns:110px 1fr;gap:18px;padding:18px 0;border-bottom:1px solid var(--efo-border)}.efo-day-row:last-child{border-bottom:0}.efo-day-time{font-size:13px;font-weight:700}.efo-day-event-title{font-size:13px;font-weight:700}.efo-day-event-meta{margin-top:5px;color:#72829a;font-size:10px}.efo-day-view-empty,.efo-calendar-empty{padding:32px 18px;text-align:center;color:#8190a6;font-size:12px}
.efo-calendar-toast{position:fixed;right:24px;top:90px;z-index:9999;padding:12px 16px;border:1px solid #cfe0ff;border-radius:8px;background:#fff;color:#24446e;box-shadow:0 8px 24px rgba(17,38,74,.12);font-size:12px}
@media(max-width:1050px){.efo-week-view{overflow-x:auto}.efo-week-view-grid{min-width:760px}.efo-day-row{grid-template-columns:90px 1fr}}

/* EFo Portal v1.1.0 — Calendar rebuild visual refinement */
.efo-calendar-nav{display:flex;align-items:center;gap:5px;min-height:38px}
.efo-calendar-nav .efo-square-button,.efo-calendar-nav .efo-today-button{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;line-height:1;padding:0}
.efo-calendar-nav .efo-square-button{width:38px;height:38px;font-size:20px;font-family:Arial,sans-serif;font-weight:400}
.efo-calendar-nav .efo-today-button{height:38px;min-width:76px;padding:0 14px}
.efo-calendar-nav strong{display:inline-flex;align-items:center;margin-left:9px;min-height:38px;line-height:1;font-size:20px}

.efo-week-view{border:0;background:transparent;overflow:visible}
.efo-week-cards{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;padding:0 0 2px}
.efo-week-card{appearance:none;-webkit-appearance:none;display:flex;flex-direction:column;min-width:0;min-height:132px;padding:0;text-align:left;border:1px solid #dce5ef;border-radius:11px;background:#fff;color:var(--efo-text);cursor:pointer;overflow:hidden;box-shadow:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}
.efo-week-card:hover{border-color:#a9c7f8;box-shadow:0 3px 10px rgba(31,73,125,.07);transform:translateY(-1px)}
.efo-week-card:focus-visible{outline:2px solid #3169dc;outline-offset:2px}
.efo-week-card.today{border-color:#9fc3ff;box-shadow:0 0 0 1px rgba(49,105,220,.08)}
.efo-week-card-head{display:block;padding:12px 11px 11px;border-bottom:1px solid #edf1f6;background:#fff}
.efo-week-card-head span{display:block;color:#687991;font-size:9px;letter-spacing:.15em;font-weight:600}
.efo-week-card-head strong{display:block;margin-top:5px;color:#101d32;font-size:14px;line-height:1.1}
.efo-week-card.today .efo-week-card-head strong{color:#3169dc}
.efo-week-card-body{display:flex;flex-direction:column;gap:6px;padding:10px 9px;flex:1}
.efo-week-card .efo-week-event{display:block;margin:0;padding:6px 7px;border:1px solid #b9d1ff;border-radius:5px;background:#f0f6ff;color:#1248bb}
.efo-week-card .efo-week-event strong{display:block;font-size:9px;line-height:1.15}
.efo-week-card .efo-week-event span{display:block;margin-top:3px;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.efo-week-card .efo-calendar-empty{display:flex;align-items:center;justify-content:center;flex:1;min-height:55px;padding:8px;color:#8b98aa;font-size:10px}

.efo-calendar-page .efo-event{display:block;width:100%;border:1px solid #b9d1ff;box-sizing:border-box;text-align:left;cursor:pointer;font-family:inherit}
.efo-calendar-page .efo-event:hover{background:#e7f0ff}

.efo-schedule-overlay{z-index:100001;padding:20px}
.efo-calendar-schedule-modal .efo-modal-header{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:0 18px;border-bottom:1px solid #edf1f5}
.efo-calendar-schedule-modal .efo-modal-header h2{margin:0;font-size:15px}
.efo-calendar-schedule-modal .efo-modal-close{position:static;width:30px;height:30px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:#65748a;font-size:20px;line-height:1;cursor:pointer}
/* Schedule modal: full-size at 100%, scrolls only when viewport is short. */
.efo-calendar-schedule-modal{width:min(460px,calc(100vw - 32px));max-height:calc(100vh - 40px);display:flex;flex-direction:column;overflow:hidden;border:1px solid #d8e0eb;border-radius:9px;background:#fff;box-shadow:0 20px 55px rgba(16,32,56,.22)}
.efo-calendar-schedule-modal .efo-modal-header{flex:0 0 auto}
.efo-schedule-modal-body{padding:0 18px 4px;overflow-y:auto;overscroll-behavior:contain}
.efo-schedule-tabs{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:0 0 18px;padding:3px;border-radius:7px;background:#f0f4f9}
.efo-schedule-tabs button{height:30px;border:0;border-radius:6px;background:transparent;color:#60728c;font-size:11px;cursor:pointer}
.efo-schedule-tabs button.is-active{background:#fff;color:#101d32;box-shadow:0 1px 3px rgba(25,45,75,.09);font-weight:650}
#efo-schedule-form{display:flex;flex-direction:column;gap:13px}
#efo-schedule-form label{display:flex;flex-direction:column;gap:6px;color:#17263c;font-size:11px;font-weight:550}
#efo-schedule-form input,#efo-schedule-form select,#efo-schedule-form textarea{width:100%;box-sizing:border-box;border:1px solid #d6e0eb;border-radius:6px;background:#fff;color:#53667f;font:inherit;font-size:11px;outline:none}
#efo-schedule-form input,#efo-schedule-form select{height:34px;padding:0 10px}
#efo-schedule-form textarea{min-height:68px;padding:8px 10px;resize:vertical}
#efo-schedule-form input:focus,#efo-schedule-form select:focus,#efo-schedule-form textarea:focus{border-color:#8eafd9;box-shadow:0 0 0 2px rgba(49,105,220,.08)}
.efo-schedule-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.efo-schedule-once-fields,.efo-schedule-recurring-fields{display:block}
.efo-schedule-recurring-fields[hidden],.efo-schedule-once-fields[hidden]{display:none}
.efo-schedule-recurring-fields{display:flex;flex-direction:column;gap:13px}
.efo-schedule-recurring-fields fieldset{margin:0;padding:0;border:0}
.efo-schedule-recurring-fields legend{margin-bottom:7px;color:#17263c;font-size:11px;font-weight:550}
.efo-schedule-days{display:flex;flex-wrap:wrap;gap:8px 11px}
.efo-schedule-days label{display:inline-flex!important;flex-direction:row!important;align-items:center;gap:4px!important;color:#52657e!important;font-size:10px!important;font-weight:500!important;white-space:nowrap}
.efo-schedule-days input{width:auto!important;height:auto!important;margin:0}
.efo-schedule-actions{flex:0 0 auto;margin-top:0;padding:12px 18px 15px;border-top:1px solid #edf1f5;background:#fff}
@media(max-width:1050px){.efo-week-view{overflow:visible}.efo-week-cards{min-width:0}.efo-week-card{min-height:125px}}
@media(max-width:700px){.efo-week-view{overflow-x:auto;padding-bottom:3px}.efo-week-cards{min-width:760px}.efo-calendar-schedule-modal{width:min(460px,calc(100vw - 24px));max-height:calc(100vh - 24px)}.efo-schedule-grid-2{grid-template-columns:1fr}.efo-calendar-nav strong{font-size:17px}}

/* EFo Portal v1.1.0 — Interactive calendar occurrence states */
.efo-calendar-page .efo-event,.efo-calendar-page .efo-week-event,.efo-calendar-page .efo-day-row{transition:background .12s ease,border-color .12s ease,box-shadow .12s ease}
.efo-calendar-page .efo-event:hover,.efo-calendar-page .efo-week-event:hover{background:#e2edff;border-color:#8fb7ff}
.efo-calendar-page .efo-event.is-cancelled,.efo-calendar-page .efo-week-event.is-cancelled{background:#fff1f3;border-color:#ffb9c3;color:#e9253e;text-decoration:line-through}
.efo-calendar-page .efo-event.is-rescheduled,.efo-calendar-page .efo-week-event.is-rescheduled{background:#fff8e8;border-color:#f3cf79;color:#9a6800}
.efo-day-row{position:relative;width:100%;box-sizing:border-box;border:0;border-bottom:1px solid var(--efo-border);background:#fff;text-align:left;font-family:inherit;cursor:pointer;padding-right:115px}
.efo-day-row:hover{background:#f8fbff}
.efo-day-row.is-cancelled{background:#fff6f7;color:#e9253e}
.efo-day-row.is-cancelled .efo-day-event-title{text-decoration:line-through}
.efo-day-row.is-rescheduled{background:#fffaf0}
.efo-status-mini{position:absolute;right:8px;top:50%;transform:translateY(-50%);padding:4px 8px;border:1px solid #b9d1ff;border-radius:999px;color:#3169dc;background:#f5f9ff;font-size:9px;font-weight:650}
.efo-day-row.is-cancelled .efo-status-mini{border-color:#ffb9c3;color:#e9253e;background:#fff1f3}
.efo-day-row.is-rescheduled .efo-status-mini{border-color:#f3cf79;color:#9a6800;background:#fff8e8}
.efo-calendar-warning{margin:0 0 15px;padding:11px 12px;border:1px solid #f1cf72;border-radius:5px;background:#fff8e7;color:#9a6800;font-size:10px;line-height:1.5}
.efo-edit-meeting-note{margin:1px 0 0;color:#8190a6;font-size:9px;line-height:1.5}
.efo-danger-outline-button{height:38px;padding:0 13px;border:1px solid #efb2bd;border-radius:6px;background:#fff;color:#e9253e;font-size:11px;font-weight:650;cursor:pointer}
.efo-danger-outline-button:hover{background:#fff1f3}
.efo-modal-spacer{flex:1}
.efo-confirm-overlay{z-index:100004}
.efo-confirm-modal{width:min(100%,510px);padding:26px 25px 24px;border:1px solid #d8e0eb;border-radius:9px;background:#fff;box-shadow:0 22px 60px rgba(0,0,0,.28)}
.efo-confirm-modal h2{margin:0 0 12px;color:#17263c;font-size:18px}
.efo-confirm-modal p{margin:0;color:#71819a;font-size:12px;line-height:1.65}
.efo-confirm-modal .efo-modal-actions{margin-top:18px}
@media(max-width:600px){.efo-day-row{padding-right:90px}.efo-modal-spacer{display:none}.efo-edit-meeting-modal .efo-schedule-actions{flex-wrap:wrap}.efo-edit-meeting-modal .efo-danger-outline-button{margin-right:auto}}

/* EFo Portal v1.1.1 — Kalender Interactive Fixed — Edit Pertemuan visual refinement */
.efo-edit-meeting-modal{width:min(520px,calc(100vw - 40px));max-height:calc(100vh - 40px);border-radius:10px;box-shadow:0 24px 70px rgba(15,29,51,.24)}
.efo-edit-meeting-modal .efo-modal-header{min-height:54px;padding:0 20px}
.efo-edit-meeting-modal .efo-modal-header h2{font-size:15px;font-weight:700;color:#14233d}
.efo-edit-meeting-modal .efo-modal-close{width:30px;height:30px;font-size:21px;color:#6d7b90;border-radius:6px}
.efo-edit-meeting-modal .efo-modal-close:hover{background:#f3f6fa;color:#263854}
.efo-edit-meeting-modal .efo-schedule-modal-body{padding:17px 20px 6px;scrollbar-width:thin;scrollbar-color:#c9d3e1 transparent}
.efo-edit-meeting-modal .efo-schedule-modal-body::-webkit-scrollbar{width:8px}
.efo-edit-meeting-modal .efo-schedule-modal-body::-webkit-scrollbar-track{background:transparent}
.efo-edit-meeting-modal .efo-schedule-modal-body::-webkit-scrollbar-thumb{background:#c9d3e1;border-radius:10px;border:2px solid #fff}
.efo-edit-meeting-modal form>label,.efo-edit-meeting-modal .efo-schedule-grid-2>label{display:flex;flex-direction:column;gap:7px;margin:0 0 14px;color:#172740;font-size:11.5px;font-weight:650;line-height:1.2}
.efo-edit-meeting-modal .efo-schedule-grid-2{grid-template-columns:1fr 1fr;gap:0 14px}
.efo-edit-meeting-modal input:not([type="hidden"]),.efo-edit-meeting-modal select,.efo-edit-meeting-modal textarea{width:100%;min-height:38px;box-sizing:border-box;border:1px solid #d4deea;border-radius:6px;background:#fff;color:#30425d;padding:0 11px;outline:none;font:inherit;font-size:12px;font-weight:400;transition:border-color .15s,box-shadow .15s,background .15s}
.efo-edit-meeting-modal select{appearance:auto;padding-right:9px}
.efo-edit-meeting-modal textarea{min-height:68px;padding:10px 11px;line-height:1.45;resize:vertical}
.efo-edit-meeting-modal input:not([type="hidden"]):hover,.efo-edit-meeting-modal select:hover,.efo-edit-meeting-modal textarea:hover{border-color:#bcc9da}
.efo-edit-meeting-modal input:not([type="hidden"]):focus,.efo-edit-meeting-modal select:focus,.efo-edit-meeting-modal textarea:focus{border-color:#8aa8d5;box-shadow:0 0 0 3px rgba(52,101,180,.08)}
.efo-edit-meeting-modal input[type="date"],.efo-edit-meeting-modal input[type="time"]{color:#40526c;color-scheme:light}
.efo-edit-meeting-modal .efo-calendar-warning{margin:0 0 15px;padding:11px 12px;border:1px solid #f0cf7a;border-radius:7px;background:#fff9e9;color:#8f6508;font-size:10.5px;line-height:1.55}
.efo-edit-meeting-modal .efo-edit-meeting-note{margin:-2px 0 2px;color:#7b8ba2;font-size:9.5px;line-height:1.55}
.efo-edit-meeting-modal .efo-schedule-actions{min-height:62px;padding:11px 20px 13px;border-top:1px solid #edf1f5;gap:8px;background:#fff}
.efo-edit-meeting-modal .efo-danger-outline-button{height:36px;padding:0 14px;border:1px solid #f2a8b5;border-radius:6px;background:#fff;color:#e52243;font-size:10.5px;font-weight:700;letter-spacing:.01em}
.efo-edit-meeting-modal .efo-danger-outline-button:hover{background:#fff5f6;border-color:#ec8fa0}
.efo-edit-meeting-modal .efo-secondary-button,.efo-edit-meeting-modal .efo-primary-button{height:36px;border-radius:6px;font-size:11px}
.efo-edit-meeting-modal .efo-primary-button{margin-left:0;padding:0 15px}
.efo-edit-meeting-modal .efo-secondary-button{padding:0 14px}
.efo-edit-meeting-modal .efo-modal-spacer{display:block;flex:1}
.efo-edit-meeting-modal form{margin:0}
@media(max-width:700px){.efo-edit-meeting-modal{width:min(520px,calc(100vw - 24px));max-height:calc(100vh - 24px)}.efo-edit-meeting-modal .efo-schedule-grid-2{grid-template-columns:1fr}.efo-edit-meeting-modal .efo-schedule-modal-body{padding-left:16px;padding-right:16px}.efo-edit-meeting-modal .efo-schedule-actions{padding-left:16px;padding-right:16px}.efo-edit-meeting-modal .efo-modal-spacer{display:none}.efo-edit-meeting-modal .efo-danger-outline-button{margin-right:auto}}


/* EFo Portal v1.1.2 — Kalender Day View refinement */
.efo-calendar-page .efo-calendar-nav .efo-square-button,
.efo-calendar-page .efo-calendar-nav .efo-today-button{transition:background .14s ease,border-color .14s ease,box-shadow .14s ease,color .14s ease}
.efo-calendar-page .efo-calendar-nav .efo-square-button:hover,
.efo-calendar-page .efo-calendar-nav .efo-today-button:hover{background:#f5f9ff;border-color:#b8cef1;color:#174fae;box-shadow:0 1px 4px rgba(49,105,220,.08)}
.efo-day-view{border:1px solid #dce4ee;border-radius:11px;background:#fff;box-shadow:0 1px 2px rgba(20,38,66,.02);overflow:hidden}
.efo-day-view-head{min-height:58px;box-sizing:border-box;padding:0 16px;display:flex;align-items:center;border-bottom:1px solid #e8edf3;background:#fff}
.efo-day-view-head strong{font-size:15px;font-weight:700;color:#14233d}
.efo-day-view-list{padding:0 12px}
.efo-day-row{min-height:76px;display:grid;grid-template-columns:104px minmax(0,1fr) 88px;align-items:center;gap:16px;padding:12px 8px;border-bottom:1px solid #edf1f5;border-radius:7px;background:#fff;color:#17263c;transition:background .14s ease,box-shadow .14s ease,border-color .14s ease}
.efo-day-row:last-child{border-bottom:0}
.efo-day-row:hover{background:#f5f9ff;box-shadow:inset 0 0 0 1px #e5eefc}
.efo-day-row:focus-visible{outline:2px solid #8fb7ff;outline-offset:-2px}
.efo-day-time{font-size:13px;font-weight:700;color:#14233d;white-space:nowrap}
.efo-day-event-title{font-size:13px;font-weight:700;color:#14233d;line-height:1.35}
.efo-day-event-meta{margin-top:4px;color:#6f819b;font-size:10px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.efo-status-mini{position:static;justify-self:end;transform:none;padding:4px 9px;border:1px solid #b9d1ff;border-radius:999px;color:#3169dc;background:#f5f9ff;font-size:9px;font-weight:650;white-space:nowrap}
.efo-day-row.is-cancelled{background:#fff8f9}
.efo-day-row.is-cancelled:hover{background:#fff1f3;box-shadow:inset 0 0 0 1px #ffd6dc}
.efo-day-row.is-rescheduled{background:#fffdf7}
.efo-day-row.is-rescheduled:hover{background:#fff8e8;box-shadow:inset 0 0 0 1px #f7dfaa}
@media(max-width:700px){.efo-day-view-list{padding:0 8px}.efo-day-row{grid-template-columns:1fr;gap:6px;padding:14px 8px}.efo-status-mini{justify-self:start}.efo-day-event-meta{white-space:normal}}

/* EFo Portal v1.1.3 — Holiday manager */
.efo-holiday-modal{width:min(460px,calc(100vw - 32px));max-height:calc(100vh - 40px);display:flex;flex-direction:column;border:1px solid #d8e1ec;border-radius:10px;background:#fff;box-shadow:0 24px 70px rgba(15,29,51,.24);overflow:hidden}
.efo-holiday-modal .efo-modal-header{min-height:52px;padding:0 20px}.efo-holiday-modal .efo-modal-header h2{font-size:15px;color:#14233d}.efo-holiday-modal .efo-modal-close{width:30px;height:30px;border-radius:6px;color:#6d7b90;font-size:20px}.efo-holiday-modal .efo-modal-close:hover{background:#f3f6fa;color:#263854}
.efo-holiday-modal-body{padding:18px 22px 4px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#c9d3e1 transparent}.efo-holiday-modal-body::-webkit-scrollbar{width:8px}.efo-holiday-modal-body::-webkit-scrollbar-track{background:transparent}.efo-holiday-modal-body::-webkit-scrollbar-thumb{background:#c9d3e1;border-radius:10px;border:2px solid #fff}
.efo-holiday-form-card{padding:16px 14px 14px;border:1px solid #dce4ee;border-radius:7px;background:#f8fafc}.efo-holiday-section-label{margin:0 0 15px;color:#60789a;font-size:9.5px;letter-spacing:.16em;font-weight:700}
.efo-holiday-form-card label{display:flex;flex-direction:column;gap:7px;margin:0 0 14px;color:#14233d;font-size:11.5px;font-weight:650}.efo-holiday-form-card input,.efo-holiday-form-card textarea{width:100%;box-sizing:border-box;border:1px solid #d4deea;border-radius:6px;background:#fff;color:#30425d;padding:0 11px;font:inherit;font-size:12px;font-weight:400;outline:none;transition:border-color .15s,box-shadow .15s}.efo-holiday-form-card input{height:35px}.efo-holiday-form-card textarea{min-height:54px;padding:9px 11px;resize:vertical;line-height:1.45}.efo-holiday-form-card input:hover,.efo-holiday-form-card textarea:hover{border-color:#bcc9da}.efo-holiday-form-card input:focus,.efo-holiday-form-card textarea:focus{border-color:#8aa8d5;box-shadow:0 0 0 3px rgba(52,101,180,.08)}
.efo-date-input-wrap{position:relative}.efo-date-input-wrap input{padding-left:36px!important;cursor:pointer;background:#f3f6fa!important}.efo-date-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:12px;color:#71839b;z-index:1;pointer-events:none}.efo-date-input-wrap button{position:absolute;inset:0;border:0;background:transparent;cursor:pointer}
.efo-holiday-form-actions{display:flex;gap:8px}.efo-holiday-form-actions .efo-primary-button,.efo-holiday-form-actions .efo-secondary-button{height:34px;border-radius:6px;font-size:10.5px}.efo-holiday-list-section{padding:17px 0 4px}.efo-holiday-list-section .efo-holiday-section-label{margin-bottom:8px}.efo-holiday-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 0;border-bottom:1px solid #e8edf3}.efo-holiday-item:last-child{border-bottom:0}.efo-holiday-copy{min-width:0}.efo-holiday-copy strong{display:block;color:#17263c;font-size:11.5px;font-weight:650}.efo-holiday-copy span{display:block;margin-top:3px;color:#70819a;font-size:9.5px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.efo-holiday-item-actions{display:flex;gap:10px;flex:0 0 auto}.efo-holiday-icon-btn{width:22px;height:22px;padding:0;border:0;background:transparent;color:#31445f;border-radius:5px;cursor:pointer;font-size:14px}.efo-holiday-icon-btn:hover{background:#f1f6ff;color:#1d59b7}.efo-holiday-icon-btn.is-danger{color:#f02b4b}.efo-holiday-icon-btn.is-danger:hover{background:#fff1f3;color:#df1839}.efo-holiday-empty{padding:20px 0;text-align:center;color:#8492a7;font-size:11px}
.efo-holiday-actions{min-height:60px;padding:10px 22px 12px;border-top:1px solid #edf1f5;background:#fff}.efo-holiday-actions span{flex:1}.efo-holiday-delete-confirm{width:min(100%,460px)}
.efo-date-picker{position:fixed;z-index:100010;width:250px;padding:11px;border:1px solid #d7e0eb;border-radius:7px;background:#fff;box-shadow:0 18px 45px rgba(15,29,51,.18)}.efo-date-picker-head{display:grid;grid-template-columns:30px 1fr 30px;align-items:center;gap:5px;margin-bottom:9px}.efo-date-picker-head strong{text-align:center;color:#17263c;font-size:11px}.efo-date-picker-head button{width:28px;height:28px;border:1px solid #dce4ee;border-radius:6px;background:#fff;color:#52647c;cursor:pointer}.efo-date-picker-head button:hover{background:#f5f9ff;border-color:#b8cef1;color:#174fae}.efo-date-picker-week,.efo-date-picker-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.efo-date-picker-week span{text-align:center;color:#75859b;font-size:8.5px;padding:4px 0}.efo-date-picker-grid button{height:29px;border:0;border-radius:5px;background:#fff;color:#2f405a;font-size:10px;cursor:pointer}.efo-date-picker-grid button:hover{background:#edf4ff;color:#174fae}.efo-date-picker-grid button.is-muted{color:#a6b0bf}.efo-date-picker-grid button.is-selected{background:#17263c;color:#fff;font-weight:700}
@media(max-width:600px){.efo-holiday-modal{width:calc(100vw - 24px);max-height:calc(100vh - 24px)}.efo-holiday-modal-body{padding-left:16px;padding-right:16px}.efo-holiday-actions{padding-left:16px;padding-right:16px}.efo-date-picker{width:250px}}

/* EFo Portal v1.1.4 — Topbar */
.efo-topbar{padding:0 32px;gap:0}
.efo-topbar-title{flex:0 0 auto;color:var(--efo-text);font-size:16px;font-weight:700;letter-spacing:-.02em;line-height:1}
.efo-topbar-spacer{flex:1 1 auto;min-width:24px}
.efo-topbar-actions{margin-left:16px;gap:18px}
.efo-icon-button{width:32px;height:38px;display:grid;place-items:center;padding:0;border-radius:7px;cursor:pointer}
.efo-icon-button:hover{background:#f3f6fa;color:var(--efo-text)}
.efo-user{padding-left:16px;border-left:1px solid var(--efo-border)}
.efo-page-heading{display:none}
.efo-content{padding-top:26px}
.efo-calendar-page{padding-top:16px}
.efo-calendar-page .efo-primary-button,
.efo-calendar-page #efo-add-schedule{height:40px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;font-size:13px;font-weight:700;box-shadow:none}
.efo-calendar-page #efo-add-schedule:hover{filter:brightness(.96);transform:none}
@media(max-width:900px){
  .efo-topbar{padding:0 20px}
  .efo-user-text{display:none}
}


/* EFo Portal v1.1.5 — Identity */
.efo-portal-shell .efo-primary-button,
.efo-portal-shell button.efo-primary-button,
.efo-portal-shell .efo-view-tabs button.is-active,
.efo-portal-shell button.efo-view-tabs.is-active {
  background:#3559ff !important;
  border-color:#3559ff !important;
  color:#fff !important;
}
.efo-portal-shell .efo-primary-button:hover,
.efo-portal-shell button.efo-primary-button:hover,
.efo-portal-shell .efo-view-tabs button.is-active:hover {
  background:#5372ff !important;
  border-color:#5372ff !important;
  color:#fff !important;
}
.efo-portal-shell .efo-nav-item.is-active {
  background:#3559ff !important;
  color:#fff !important;
}
.efo-portal-shell .efo-nav-item.is-active:hover {
  background:#5372ff !important;
  color:#fff !important;
}
.efo-portal-shell .efo-brand-logo {
  width:190px !important;
  height:auto !important;
  max-width:100% !important;
}
@media(max-width:900px){.efo-portal-shell .efo-brand-logo{width:185px !important}}

.efo-portal-shell .efo-brand{height:110px;padding:18px 20px 15px}

/* EFo Portal v1.1.6 — Student Suspended */
.efo-portal-shell .efo-success-button{height:38px;padding:0 14px;border:1px solid #0a9f67;border-radius:6px;background:#0a9f67;color:#fff;font-size:12px;font-weight:650;cursor:pointer;box-shadow:none}
.efo-portal-shell .efo-success-button:hover{background:#07905d;border-color:#07905d;color:#fff}
.efo-portal-shell .efo-success-button:disabled,.efo-portal-shell .efo-danger-button:disabled{opacity:.6;cursor:wait}
.efo-row-actions button.efo-reactivate-student{color:#078a5a}
.efo-row-actions button.efo-reactivate-student:hover{background:#ecfdf5;color:#06794f}
.efo-suspend-modal{width:min(460px,calc(100vw - 32px));padding:0;border:1px solid #d8e1ec;border-radius:9px;overflow:hidden}
.efo-suspend-header{min-height:54px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf1f5}
.efo-suspend-header h2{margin:0;font-size:15px;font-weight:700;color:#17263c}
.efo-suspend-header .efo-modal-close{position:static;width:30px;height:30px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-size:21px;color:#687890}
.efo-suspend-header .efo-modal-close:hover{background:#f3f6fa;color:#263854}
.efo-suspend-intro{padding:17px 22px 5px;color:#70819a;font-size:12px;line-height:1.55}
.efo-suspend-intro strong{color:#263650;font-weight:700}
.efo-suspend-modal form{padding:0 22px 20px}
.efo-suspend-field{display:flex;flex-direction:column;gap:7px;margin:14px 0 0;color:#263650;font-size:11.5px;font-weight:650}
.efo-suspend-field>span{display:block}
.efo-suspend-field em{font-style:normal;color:#71829a;font-weight:400}
.efo-suspend-field textarea,.efo-suspend-field input{box-sizing:border-box;width:100%;border:1px solid #d0dbe8;border-radius:6px;background:#fff;color:#30425d;font:inherit;font-size:12px;font-weight:400;outline:none;transition:border-color .15s,box-shadow .15s}
.efo-suspend-field textarea{min-height:72px;padding:10px;resize:vertical;line-height:1.45}
.efo-suspend-field input{height:36px;padding:0 10px}
.efo-suspend-field textarea::placeholder,.efo-suspend-field input::placeholder{color:#8291a7}
.efo-suspend-field textarea:hover,.efo-suspend-field input:hover{border-color:#bcc9da}
.efo-suspend-field textarea:focus,.efo-suspend-field input:focus{border-color:#8aa8d5;box-shadow:0 0 0 3px rgba(52,101,180,.08)}
.efo-date-field{position:relative}
.efo-date-field>span{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:12px;color:#71839b;pointer-events:none;z-index:1}
.efo-date-field input{padding-left:35px!important;cursor:pointer}
.efo-suspend-help{display:block;margin-top:-2px;color:#8291a7;font-size:10px;font-weight:400;line-height:1.45}
.efo-suspend-actions{margin-top:18px;padding-top:15px;border-top:1px solid #edf1f5}
.efo-suspend-actions .efo-danger-button{min-width:136px}
.efo-current-suspension{display:block!important;padding:12px 12px 11px;border:1px solid #ffc8d0;border-radius:6px;background:#fff5f6!important}
.efo-current-suspension>span{margin-bottom:7px!important;color:#e11d48!important;font-size:8.5px!important;font-weight:700}
.efo-current-suspension strong{display:block;color:#d61d3b;font-size:11.5px;line-height:1.45}
.efo-current-suspension small{display:block;margin-top:4px;color:#e0475e;font-size:9.5px;line-height:1.45}
.efo-suspension-history{display:block!important;padding-top:2px}
.efo-suspension-history>span{margin-bottom:8px!important}
.efo-suspension-history-item{padding:8px 0;border-top:1px solid #edf1f5}
.efo-suspension-history-item strong{display:block;color:#33455f;font-size:10.5px;line-height:1.4;font-weight:600}
.efo-suspension-history-item small{display:block;margin-top:3px;color:#7b8ba1;font-size:9px}
.efo-access-detail-card .efo-access-box{gap:18px}
@media(max-width:650px){.efo-suspend-modal{width:calc(100vw - 24px);max-height:calc(100vh - 24px);overflow:auto}.efo-suspend-intro,.efo-suspend-modal form{padding-left:16px;padding-right:16px}.efo-suspend-header{padding:0 16px}}

/* EFo Portal v1.1.7 — Integrated dashboard */
.efo-portal-shell .efo-stat-link{color:inherit;text-decoration:none!important;cursor:pointer;transition:box-shadow .16s ease,transform .16s ease,border-color .16s ease}
.efo-portal-shell .efo-stat-link:hover{transform:translateY(-1px);border-color:#c9d3e4;box-shadow:0 8px 22px rgba(20,35,70,.07)}
.efo-portal-shell .efo-stat-link-success strong{color:#078b63}
.efo-portal-shell .efo-stat-link-danger strong{color:#e91f45}
.efo-portal-shell .efo-stat-link-primary strong{color:#3559ff}
.efo-dashboard-event-list{display:flex;flex-direction:column;padding:0 14px}
.efo-dashboard-event{display:grid;grid-template-columns:90px minmax(0,1fr) auto;align-items:center;gap:16px;padding:13px 8px;border-bottom:1px solid var(--efo-border);color:inherit;text-decoration:none!important;min-height:68px}
.efo-dashboard-event:last-child{border-bottom:0}
.efo-dashboard-event:hover{background:#f8faff}
.efo-dashboard-event-time{display:flex;flex-direction:column;gap:2px}
.efo-dashboard-event-time strong{font-size:13px;white-space:nowrap}
.efo-dashboard-event-time small,.efo-dashboard-event-copy small{font-size:10px;color:var(--efo-muted);line-height:1.35}
.efo-dashboard-event-copy{min-width:0;display:flex;flex-direction:column;gap:3px}
.efo-dashboard-event-copy>strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.efo-dashboard-event-copy small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.efo-dashboard-status{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;padding:4px 9px;border:1px solid #b9d4ff;border-radius:999px;background:#f4f8ff;color:#3559ff;font-size:10px}
.efo-dashboard-status.is-rescheduled{border-color:#f0c66d;background:#fff9e9;color:#a56a00}
.efo-dashboard-grid .efo-panel{overflow:hidden}
@media(max-width:720px){.efo-dashboard-event{grid-template-columns:1fr auto;gap:8px}.efo-dashboard-event-copy{grid-column:1/-1;grid-row:2}.efo-dashboard-status{grid-column:2;grid-row:1}.efo-dashboard-event-time{grid-column:1}.efo-dashboard-event-copy small{white-space:normal}}

/* EFo Portal v1.1.8 — Interface refinement */
/* Bring page content closer to the topbar, matching the compact reference layout. */
.efo-portal-shell .efo-content{padding-top:12px}
.efo-portal-shell .efo-calendar-page{padding-top:12px}
.efo-portal-shell .efo-toolbar{margin-top:10px;margin-bottom:12px}
.efo-portal-shell .efo-stat-grid{margin-top:10px}
.efo-portal-shell .efo-calendar-page .efo-calendar-toolbar{margin-top:10px}

/* Compact, clean tables: keep horizontal separators but remove vertical column rules. */
.efo-portal-shell .efo-table th,
.efo-portal-shell .efo-table td{
  border-left:0 !important;
  border-right:0 !important;
}
.efo-portal-shell .efo-table th{padding:9px 9px}
.efo-portal-shell .efo-table td{padding:9px 9px}
.efo-portal-shell .efo-table td small{margin-top:2px}

/* Compact toolbar controls, closer to the Emergent reference. */
.efo-portal-shell .efo-toolbar .efo-control,
.efo-portal-shell .efo-toolbar .efo-primary-button{
  height:34px;
}
.efo-portal-shell .efo-toolbar .efo-primary-button{padding-left:15px;padding-right:15px}

/* Native select controls: consistent downward chevron across filters and forms. */
.efo-portal-shell select.efo-control,
.efo-portal-shell .efo-form-grid select,
.efo-portal-shell #efo-schedule-form select,
.efo-portal-shell .efo-edit-meeting-modal select,
.efo-portal-shell .efo-class-add-student select{
  -webkit-appearance:none !important;
  appearance:none !important;
  background-color:#fff !important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5 6 7.5 9 4.5' fill='none' stroke='%23677991' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat:no-repeat !important;
  background-position:right 11px center !important;
  background-size:12px 12px !important;
  padding-right:32px !important;
  cursor:pointer;
}
.efo-portal-shell select.efo-control:hover,
.efo-portal-shell .efo-form-grid select:hover,
.efo-portal-shell #efo-schedule-form select:hover,
.efo-portal-shell .efo-edit-meeting-modal select:hover,
.efo-portal-shell .efo-class-add-student select:hover{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5 6 7.5 9 4.5' fill='none' stroke='%233559ff' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}
.efo-portal-shell select.efo-control:focus,
.efo-portal-shell .efo-form-grid select:focus,
.efo-portal-shell #efo-schedule-form select:focus,
.efo-portal-shell .efo-edit-meeting-modal select:focus,
.efo-portal-shell .efo-class-add-student select:focus{
  outline:none;
}

@media(max-width:900px){
  .efo-portal-shell .efo-content{padding-top:12px}
  .efo-portal-shell .efo-calendar-page{padding-top:12px}
}

/* EFo Portal v1.1.9 — integrated relationship detail */
.efo-student-class-list{display:flex;flex-direction:column}.efo-student-class-row{display:grid;grid-template-columns:105px 1fr auto;gap:14px;align-items:center;padding:12px 0;border-bottom:1px solid #e5e7eb}.efo-student-class-row:last-child{border-bottom:0}.efo-student-class-row>strong{font-size:13px}.efo-student-class-row b{display:block;font-size:13px}.efo-student-class-row small{display:block;margin-top:3px;color:#64748b;font-size:11px}.efo-status-mini{white-space:nowrap}@media(max-width:700px){.efo-student-class-row{grid-template-columns:1fr}.efo-student-class-row .efo-status-mini{justify-self:start}}


/* EFo Portal v1.2.0 — Admin Authentication Safe — Admin Authentication */
.efo-auth-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 18px;background:#f7f9fc;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#13213a}
.efo-auth-card{width:min(100%,430px);padding:34px 34px 30px;background:#fff;border:1px solid #e1e7f0;border-radius:14px;box-shadow:0 18px 55px rgba(21,40,72,.08)}
.efo-auth-brand{text-align:center;margin-bottom:24px}.efo-auth-brand img{width:190px;max-width:80%;height:auto;display:inline-block}
.efo-auth-heading{text-align:center;margin-bottom:24px}.efo-auth-heading h1{margin:0 0 7px;font-size:23px;letter-spacing:-.025em}.efo-auth-heading p{margin:0;color:#71819a;font-size:12px;line-height:1.6}
.efo-auth-form{display:flex;flex-direction:column;gap:16px}.efo-auth-form label{display:flex;flex-direction:column;gap:7px;color:#243550;font-size:11px;font-weight:650}.efo-auth-form input[type=text],.efo-auth-form input[type=password]{width:100%;height:42px;box-sizing:border-box;border:1px solid #ccd7e5;border-radius:7px;background:#fff;color:#263852;padding:0 12px;font:inherit;font-weight:400;outline:none}.efo-auth-form input:focus{border-color:#3559ff;box-shadow:0 0 0 3px rgba(53,89,255,.10)}
.efo-auth-password{position:relative}.efo-auth-password input{padding-right:44px!important}.efo-auth-password button{position:absolute;right:4px;top:4px;width:34px;height:34px;border:0;border-radius:5px;background:transparent;color:#71819a;cursor:pointer}.efo-auth-row{display:flex!important;flex-direction:row!important;align-items:center;justify-content:space-between;gap:10px}.efo-auth-row a{color:#3559ff;text-decoration:none;font-size:11px}.efo-auth-row a:hover{text-decoration:underline}.efo-auth-check{display:flex!important;flex-direction:row!important;align-items:center;gap:7px!important;font-weight:500!important;color:#61718a!important}.efo-auth-check input{width:14px;height:14px;margin:0;accent-color:#3559ff}
.efo-auth-primary{height:43px;border:0!important;border-radius:7px!important;background:#3559ff!important;color:#fff!important;font-size:12px;font-weight:750;letter-spacing:.01em;cursor:pointer;box-shadow:none!important}.efo-auth-primary:hover{background:#5372ff!important}.efo-auth-notice{margin:0 0 16px;padding:10px 12px;border-radius:7px;font-size:11px;line-height:1.55}.efo-auth-notice.is-error{border:1px solid #ffc4cd;background:#fff4f5;color:#c51f3d}.efo-auth-notice.is-success{border:1px solid #bde9d0;background:#effff5;color:#13834b}.efo-auth-back{display:block;text-align:center;margin-top:18px;color:#536783;text-decoration:none;font-size:11px}.efo-auth-back:hover{color:#3559ff}.efo-auth-footer{margin-top:18px;color:#8794a9;font-size:10px}
@media(max-width:520px){.efo-auth-card{padding:28px 22px 24px}.efo-auth-brand img{width:175px}}


/* EFo Portal v1.2.2 — Admin Profile */
.efo-user-link{color:inherit;text-decoration:none!important;cursor:pointer;transition:opacity .16s ease}.efo-user-link:hover{color:inherit;text-decoration:none!important;opacity:.82}.efo-user-link:focus-visible{outline:2px solid rgba(53,89,255,.35);outline-offset:4px;border-radius:8px}
.efo-profile-head{margin-bottom:18px}.efo-profile-head h1{margin:0;font-size:24px;letter-spacing:-.02em;color:var(--efo-text)}.efo-profile-head p{margin:6px 0 0;color:var(--efo-muted);font-size:13px}.efo-profile-head .efo-eyebrow{margin-bottom:6px}
.efo-profile-notice{margin:0 0 18px;padding:11px 13px;border-radius:8px;font-size:12px;line-height:1.5}.efo-profile-notice.is-success{border:1px solid #b9ead2;background:#effff6;color:#087c4f}.efo-profile-notice.is-error{border:1px solid #ffc5ce;background:#fff4f6;color:#c51f3d}
.efo-profile-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.75fr);gap:18px;align-items:start}.efo-profile-card,.efo-profile-account-card{min-width:0}.efo-profile-card{padding:0}.efo-profile-card-heading{display:flex;align-items:center;gap:14px;padding:20px 22px;border-bottom:1px solid var(--efo-border)}.efo-profile-big-avatar{width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background:#dbe3ef;color:#17243b;font-size:18px;font-weight:800}.efo-profile-card-heading h2{margin:0;font-size:16px;color:var(--efo-text)}.efo-profile-card-heading p{margin:4px 0 0;color:var(--efo-muted);font-size:11px}
.efo-profile-form{padding:22px}.efo-profile-field{margin-bottom:18px}.efo-profile-field label{display:block;margin-bottom:7px;color:#243550;font-size:12px;font-weight:700}.efo-profile-field input{width:100%;height:42px;box-sizing:border-box;border:1px solid #ccd7e5!important;border-radius:7px!important;background:#fff!important;color:#263852!important;padding:0 12px!important;font-size:13px!important;outline:none!important;box-shadow:none!important}.efo-profile-field input:focus{border-color:#3559ff!important;box-shadow:0 0 0 3px rgba(53,89,255,.10)!important}.efo-profile-field small{display:block;margin-top:6px;color:#8794a9;font-size:10px;line-height:1.45}.efo-profile-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding-top:3px}.efo-secondary-button,.efo-danger-button,.efo-profile-actions .efo-primary-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:7px;text-decoration:none!important;font-size:11px;font-weight:750;box-sizing:border-box}.efo-secondary-button{border:1px solid #d5deea;background:#fff;color:#33445e!important}.efo-secondary-button:hover{background:#f7f9fc;color:#1c2c45!important}.efo-profile-actions .efo-primary-button{border:0!important;background:#3559ff!important;color:#fff!important;cursor:pointer;box-shadow:none!important}.efo-profile-actions .efo-primary-button:hover{background:#5372ff!important}
.efo-profile-account-card .efo-panel-heading{padding:18px 20px}.efo-profile-account-body{padding:4px 20px 8px}.efo-profile-account-body>div{display:flex;flex-direction:column;gap:5px;padding:14px 0;border-bottom:1px solid #edf0f5}.efo-profile-account-body>div:last-child{border-bottom:0}.efo-profile-account-body span{font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:#8794a9}.efo-profile-account-body strong{font-size:12px;color:#1b2a42}.efo-profile-active{color:#078b63!important}.efo-profile-logout{padding:16px 20px 20px;border-top:1px solid var(--efo-border)}.efo-danger-button{width:100%;border:1px solid #ffc3cc;background:#fff4f6;color:#e91f45!important}.efo-danger-button:hover{background:#ffe9ed;color:#c91d3b!important}.efo-profile-logout p{margin:8px 0 0;color:#8794a9;font-size:10px;line-height:1.45;text-align:center}
@media(max-width:800px){.efo-profile-layout{grid-template-columns:1fr}.efo-profile-account-card{order:2}}
@media(max-width:600px){.efo-profile-form{padding:18px}.efo-profile-card-heading{padding:18px}.efo-profile-actions{flex-direction:column-reverse;align-items:stretch}.efo-secondary-button,.efo-profile-actions .efo-primary-button{width:100%}}

/* EFo Portal v1.2.3 — Manajemen Admin */
.efo-admin-table th,.efo-admin-table td{vertical-align:middle}
.efo-admin-table td:nth-child(2) strong{display:block;font-size:12px}.efo-admin-table td:nth-child(2) small{display:block;margin-top:2px;color:#7d8ba1;font-size:10px}
.efo-admin-modal{max-width:980px!important;width:min(980px,calc(100vw - 32px))!important;max-height:calc(100vh - 40px);overflow:auto}
.efo-admin-form-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;margin-top:18px}
.efo-admin-form-section{min-width:0}.efo-admin-form-section h3{font-size:14px;margin:0 0 14px;color:#17243b}.efo-admin-field{margin-bottom:12px}.efo-admin-field label{display:block;margin-bottom:6px;font-size:11px;font-weight:700;color:#263852}.efo-admin-field input,.efo-admin-field select{width:100%;height:40px;box-sizing:border-box;border:1px solid #ccd7e5!important;border-radius:7px!important;background:#fff!important;color:#263852!important;padding:0 11px!important;font-size:12px!important;outline:none!important;box-shadow:none!important}.efo-admin-field input:focus,.efo-admin-field select:focus{border-color:#3559ff!important;box-shadow:0 0 0 3px rgba(53,89,255,.1)!important}.efo-admin-field small{display:block;margin-top:5px;color:#8794a9;font-size:9px;line-height:1.4}.efo-admin-field input[readonly]{background:#f7f9fc!important;color:#71809a!important}
.efo-admin-permission-note{margin:-4px 0 15px;color:#7d8ba1;font-size:10px;line-height:1.5}.efo-admin-permission-group{border:1px solid #e6ebf2;border-radius:8px;padding:12px;margin-bottom:10px}.efo-admin-permission-group h4{font-size:11px;margin:0 0 8px;color:#1d2b43}.efo-permission-check{display:flex!important;align-items:center;gap:8px;margin:7px 0!important;font-size:10px!important;font-weight:500!important;color:#4c5e78!important}.efo-permission-check input{width:14px!important;height:14px!important;margin:0!important;accent-color:#3559ff}
.efo-admin-form-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px;border-top:1px solid var(--efo-border);padding-top:14px;margin-top:18px}.efo-admin-form-actions .efo-danger-button{width:auto!important;min-height:40px}.efo-admin-delete{margin-right:auto}.efo-admin-disabled{display:block!important;color:#94a0b2!important;cursor:default!important;font-size:10px!important}
.efo-admin-detail-modal{max-width:760px!important;width:min(760px,calc(100vw - 32px))!important}.efo-admin-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 24px;border-top:1px solid #edf0f5;margin-top:16px}.efo-admin-detail-grid>div{padding:12px 0;border-bottom:1px solid #edf0f5;display:flex;flex-direction:column;gap:5px}.efo-admin-detail-grid span{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#8794a9}.efo-admin-detail-grid strong{font-size:11px;color:#1b2a42}.efo-admin-detail-title{font-size:13px;margin:20px 0 10px}.efo-admin-detail-group{padding:10px 0;border-bottom:1px solid #edf0f5}.efo-admin-detail-group>b{display:block;font-size:10px;margin-bottom:7px;color:#273852}.efo-admin-detail-group>div{display:flex;flex-wrap:wrap;gap:6px}.efo-admin-detail-group span{font-size:9px;border-radius:999px;padding:5px 8px;background:#f3f5f8;color:#8995a6}.efo-admin-detail-group span.is-on{background:#effff6;color:#087c4f}.efo-admin-detail-group span.is-off{background:#fafafa;color:#a4adba}
.efo-access-denied{margin:40px;padding:24px;border:1px solid #ffc5ce;background:#fff4f6;border-radius:8px;color:#c51f3d}
@media(max-width:850px){.efo-admin-form-grid{grid-template-columns:1fr}.efo-admin-modal{max-height:calc(100vh - 24px)}}
@media(max-width:600px){.efo-admin-detail-grid{grid-template-columns:1fr}.efo-admin-form-actions{flex-wrap:wrap}.efo-admin-delete{margin-right:0}.efo-admin-form-actions>*{flex:1}.efo-admin-toolbar{flex-wrap:wrap}.efo-admin-toolbar .efo-control{min-width:140px}}


/* EFo Portal v1.2.4 — Admin Management refinements */
.efo-admin-table-wrap{overflow:visible!important;max-height:none!important}
.efo-admin-table .efo-row-actions{z-index:100}
.efo-permission-check.is-danger span{color:#e9253e!important;font-weight:650!important}
.efo-row-actions button.efo-delete-student,
.efo-row-actions button.efo-delete-program,
.efo-row-actions button.efo-delete-class,
.efo-row-actions button.efo-delete-tutor{color:#e9253e!important}
.efo-row-actions button.efo-delete-student:hover,
.efo-row-actions button.efo-delete-program:hover,
.efo-row-actions button.efo-delete-class:hover,
.efo-row-actions button.efo-delete-tutor:hover{background:#fff1f2!important;color:#c91d3b!important}
@media(max-width:900px){.efo-admin-table-wrap{overflow-x:auto!important;overflow-y:visible!important}.efo-admin-table-wrap .efo-row-actions{position:fixed}}

/* EFo Portal v1.2.5 — native logout form */
.efo-profile-logout form{margin:0}


/* EFo Portal v1.2.8 — Interface */
/* Sidebar placement, version footer, readable modal typography, compact user identity, slightly larger EFo branding. */
.efo-portal-shell .efo-brand-logo{width:205px!important;max-width:100%!important;height:auto!important}
.efo-portal-shell .efo-brand{padding-left:18px;padding-right:16px}
.efo-portal-shell .efo-user-text{gap:0!important}
.efo-portal-shell .efo-user-text strong{font-size:13px!important;line-height:1.12!important}
.efo-portal-shell .efo-user-text span{margin-top:0!important;font-size:10.5px!important;line-height:1.12!important}
.efo-portal-shell .efo-sidebar-footer{font-size:10px!important;white-space:nowrap}

/* All standard EFo modals: improve readability without becoming oversized. */
.efo-portal-shell .efo-modal h2{font-size:17px!important;line-height:1.3!important}
.efo-portal-shell .efo-form-grid label{font-size:12px!important;line-height:1.35!important}
.efo-portal-shell .efo-form-grid input,
.efo-portal-shell .efo-form-grid select,
.efo-portal-shell .efo-form-grid textarea{font-size:13px!important;line-height:1.4!important}
.efo-portal-shell .efo-form-grid input,
.efo-portal-shell .efo-form-grid select{min-height:38px}

/* Student/program/class/tutor/admin modal-specific forms. */
.efo-portal-shell .efo-student-modal .efo-form-grid label,
.efo-portal-shell .efo-admin-field label{font-size:12px!important}
.efo-portal-shell .efo-student-modal .efo-form-grid input,
.efo-portal-shell .efo-student-modal .efo-form-grid select,
.efo-portal-shell .efo-student-modal .efo-form-grid textarea,
.efo-portal-shell .efo-admin-field input,
.efo-portal-shell .efo-admin-field select{font-size:13px!important}
.efo-portal-shell .efo-admin-field small{font-size:10px!important}
.efo-portal-shell .efo-admin-form-section h3{font-size:15px!important}
.efo-portal-shell .efo-permission-check{font-size:12px!important}
.efo-portal-shell .efo-permission-check input{width:15px!important;height:15px!important}

/* Calendar schedule modal. */
.efo-portal-shell #efo-schedule-form label{font-size:12px!important}
.efo-portal-shell #efo-schedule-form input,
.efo-portal-shell #efo-schedule-form select,
.efo-portal-shell #efo-schedule-form textarea{font-size:13px!important}
.efo-portal-shell #efo-schedule-form input,
.efo-portal-shell #efo-schedule-form select{height:38px!important}
.efo-portal-shell .efo-schedule-tabs button{font-size:12px!important}
.efo-portal-shell .efo-schedule-recurring-fields legend{font-size:12px!important}
.efo-portal-shell .efo-schedule-days label{font-size:11px!important}

/* Holiday manager modal. */
.efo-portal-shell .efo-holiday-form-card label{font-size:12px!important}
.efo-portal-shell .efo-holiday-form-card input,
.efo-portal-shell .efo-holiday-form-card textarea{font-size:13px!important}
.efo-portal-shell .efo-holiday-form-actions .efo-primary-button,
.efo-portal-shell .efo-holiday-form-actions .efo-secondary-button{font-size:11.5px!important}

/* Suspension modal. */
.efo-portal-shell .efo-suspend-field{font-size:12px!important}
.efo-portal-shell .efo-suspend-field textarea,
.efo-portal-shell .efo-suspend-field input{font-size:13px!important}
.efo-portal-shell .efo-suspend-help{font-size:10.5px!important}

/* Detail/confirmation modals remain readable and compact. */
.efo-portal-shell .efo-confirm-modal p{font-size:13px!important;line-height:1.55!important}
.efo-portal-shell .efo-confirm-modal .efo-modal-actions button{font-size:12px!important}

/* EFo Admin Login page: slightly larger, more balanced typography and logo. */
.efo-auth-brand img{width:205px!important;max-width:84%!important}
.efo-auth-heading h1{font-size:24px!important;line-height:1.25!important}
.efo-auth-heading p{font-size:13px!important}
.efo-auth-form label{font-size:12px!important}
.efo-auth-form input[type=text],
.efo-auth-form input[type=password]{font-size:13.5px!important}
.efo-auth-row a,
.efo-auth-check{font-size:12px!important}
.efo-auth-primary{font-size:13px!important}
.efo-auth-notice{font-size:12px!important}
.efo-auth-back{font-size:12px!important}
.efo-auth-footer{font-size:10.5px!important}

@media(max-width:900px){.efo-portal-shell .efo-brand-logo{width:195px!important}}
@media(max-width:600px){.efo-auth-brand img{width:195px!important}.efo-auth-heading h1{font-size:23px!important}}

/* EFo Portal v1.2.9 — unified inline SVG icon system */
.efo-svg-icon{width:1em;height:1em;display:inline-block;flex:0 0 auto;vertical-align:-0.15em;stroke-width:1.6;fill:none;stroke:currentColor}
.efo-nav-icon .efo-svg-icon{width:17px;height:17px;vertical-align:-3px}
.efo-search-control .efo-svg-icon{width:16px;height:16px}
.efo-icon-button .efo-svg-icon{width:18px;height:18px}
.efo-stat-icon .efo-svg-icon{width:20px;height:20px}
.efo-row-menu .efo-svg-icon,.efo-row-actions .efo-svg-icon,.efo-holiday-icon-btn .efo-svg-icon{width:16px;height:16px;vertical-align:-3px}
.efo-auth-password button .efo-svg-icon{width:18px;height:18px}
.efo-primary-button .efo-svg-icon,.efo-danger-button .efo-svg-icon,.efo-secondary-button .efo-svg-icon{width:16px;height:16px}
.efo-profile-head{min-height:0!important;margin:0!important;padding:0!important}
.efo-profile-card-heading>div:last-child h2{margin-bottom:2px!important}
.efo-profile-card-heading>div:last-child p{margin-top:0!important}

.efo-button-icon{display:inline-flex;align-items:center;vertical-align:-3px}
.efo-button-icon .efo-svg-icon{width:15px;height:15px}
.efo-nav-icon{display:inline-flex;align-items:center;justify-content:center}
.efo-search-control>.efo-svg-icon{width:16px;height:16px;flex:0 0 auto}
.efo-date-icon,.efo-date-field>span{display:inline-flex;align-items:center;justify-content:center}
.efo-date-icon .efo-svg-icon,.efo-date-field>span .efo-svg-icon{width:16px;height:16px}
.efo-row-actions button .efo-svg-icon,.efo-holiday-icon-btn .efo-svg-icon{margin-right:4px}
.efo-auth-password button{display:inline-flex;align-items:center;justify-content:center}

.efo-modal-close .efo-svg-icon{width:18px;height:18px}
.efo-settings-card h2 .efo-svg-icon{width:18px;height:18px;vertical-align:-3px}

/* EFo Portal v1.3.0-safe-authority — authority-only visual layer. */
.efo-row-actions button.efo-authority-danger{color:#e9253e!important}
.efo-row-actions button.efo-authority-danger:hover{background:#fff1f2!important;color:#c91d3b!important}
.efo-row-actions button.efo-restore-record{color:#3559ff!important}
.efo-row-actions button.efo-restore-record:hover{background:#f0f4ff!important;color:#2d4fe3!important}
.efo-portal-shell .efo-remove-confirm-modal .efo-primary-button{background:#3559ff!important;color:#fff!important;border-color:#3559ff!important}
.efo-portal-shell .efo-remove-confirm-modal .efo-primary-button:hover{background:#5372ff!important;border-color:#5372ff!important}

/* v1.3.0-safe-authority — keep authority menus consistent with established row menus */
.efo-row-actions .efo-restore-record{color:#3559ff!important}
.efo-row-actions .efo-restore-record:hover{background:#f0f4ff!important;color:#2d4fe3!important}
.efo-row-actions .efo-permanent-delete-record{color:#e9253e!important}
.efo-row-actions .efo-permanent-delete-record:hover{background:#fff1f2!important;color:#c91d3b!important}

/* EFo Portal v1.3.2 — Interface refinement: clean table edges + Admin detail page. */
.efo-table-wrap{overflow:visible!important;max-height:none!important}
.efo-table-wrap .efo-row-actions{z-index:100}
.efo-admin-detail-page-top{margin-bottom:22px}
.efo-admin-detail-page-grid{grid-template-columns:1.25fr .75fr 1fr}
.efo-admin-detail-page-grid .efo-detail-card:nth-child(3){grid-column:auto}
.efo-admin-detail-page-permissions{display:flex;flex-direction:column;gap:0}
.efo-admin-detail-page-group{padding:11px 0;border-bottom:1px solid var(--efo-border)}
.efo-admin-detail-page-group:first-child{padding-top:0}
.efo-admin-detail-page-group:last-child{border-bottom:0;padding-bottom:0}
.efo-admin-detail-page-group>b{display:block;margin-bottom:8px;color:#273852;font-size:10px}
.efo-admin-detail-page-group>div{display:flex;flex-wrap:wrap;gap:6px}
.efo-admin-detail-page-group span{display:inline-flex;align-items:center;gap:3px;border-radius:999px;padding:6px 9px;background:#f3f5f8;color:#8995a6;font-size:9px}
.efo-admin-detail-page-group span.is-on{background:#effff6;color:#087c4f}
.efo-admin-detail-page-group span.is-off{background:#fafafa;color:#a4adba}
.efo-admin-detail-page-group .efo-svg-icon{width:12px;height:12px;vertical-align:-2px}
.efo-admin-detail-managed{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border:1px solid #dce3ed;border-radius:7px;background:#f7f9fc;color:#78869a;font-size:10.5px;font-weight:650}
@media(max-width:1000px){.efo-admin-detail-page-grid{grid-template-columns:1fr 1fr}.efo-admin-detail-page-grid .efo-detail-card:nth-child(3){grid-column:1/-1}}
@media(max-width:700px){.efo-table-wrap{overflow:visible!important}.efo-table{min-width:0}.efo-admin-detail-page-grid{grid-template-columns:1fr}.efo-admin-detail-page-grid .efo-detail-card:nth-child(3){grid-column:auto}.efo-admin-detail-page-top{align-items:flex-start}.efo-detail-actions{flex-wrap:wrap}}

/* v1.3.3 — Administrator-only student Excel backup */
.efo-topbar-export{height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;border:1px solid #3559ff;border-radius:8px;background:#3559ff;color:#fff!important;text-decoration:none!important;font-size:11px;font-weight:750;letter-spacing:.02em;white-space:nowrap;box-sizing:border-box;box-shadow:none!important}
.efo-topbar-export:hover{background:#5372ff!important;border-color:#5372ff!important;color:#fff!important}
.efo-topbar-export .efo-svg-icon{width:15px;height:15px;stroke-width:1.7}
@media(max-width:700px){.efo-topbar-export span{display:none}.efo-topbar-export{width:38px;padding:0}.efo-topbar-export .efo-svg-icon{width:17px;height:17px}}




/* EFo Portal v1.4.0 — CSS Namespace Refactor
 * Presentation-only refactor.
 * #efo-portal-root is the EFo UI boundary so theme styles do not
 * accidentally miss/override components rendered outside .efo-portal-shell.
 * Existing IDs, JS hooks, AJAX, data, routing and business logic are unchanged.
 */

/* ---------- EFo namespace / design tokens ---------- */
#efo-portal-root{
  --efo-form-text:#111827;
  --efo-form-placeholder:#8b96a6;
  --efo-form-label:#111827;
  --efo-form-border:#d7dee8;
  --efo-form-focus:#3559ff;
  color:var(--efo-text,#16213a);
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.45;
}
#efo-portal-root,
#efo-portal-root *{
  box-sizing:border-box;
}

/* ---------- Portal form typography ---------- */
#efo-portal-root form label{
  color:var(--efo-form-label);
  font-size:13px;
  font-weight:600;
  line-height:1.4;
}

#efo-portal-root form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
#efo-portal-root form select,
#efo-portal-root form textarea{
  color:var(--efo-form-text);
  -webkit-text-fill-color:var(--efo-form-text);
  font-family:inherit;
  font-size:14.5px;
  font-weight:450;
  line-height:1.45;
}

#efo-portal-root form input::placeholder,
#efo-portal-root form textarea::placeholder{
  color:var(--efo-form-placeholder);
  -webkit-text-fill-color:var(--efo-form-placeholder);
  font-family:inherit;
  font-size:14px;
  font-weight:400;
  opacity:1;
}

/* Keep select text consistent with normal field values. */
#efo-portal-root form select{
  color:var(--efo-form-text);
  -webkit-text-fill-color:var(--efo-form-text);
}

/* Form controls should not inherit theme text transforms. */
#efo-portal-root form input,
#efo-portal-root form select,
#efo-portal-root form textarea{
  text-transform:none;
  letter-spacing:normal;
}

/* ---------- Modal typography ---------- */
#efo-portal-root .efo-modal h2{
  color:#14233d;
  font-size:18px;
  line-height:1.3;
  font-weight:700;
}

/* ---------- Close X: component-level reset ----------
 * Deliberately scoped to the EFo namespace. This also catches modals
 * that are siblings of .efo-portal-shell.
 */
#efo-portal-root button.efo-modal-close{
  appearance:none;
  -webkit-appearance:none;
  position:absolute;
  right:11px;
  top:8px;
  width:30px;
  min-width:30px;
  max-width:30px;
  height:30px;
  min-height:30px;
  max-height:30px;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  background-image:none;
  box-shadow:none;
  outline:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#6b7280;
  font-family:inherit;
  font-size:21px;
  font-weight:400;
  line-height:1;
  text-decoration:none;
  text-transform:none;
  cursor:pointer;
  transform:none;
}

#efo-portal-root button.efo-modal-close:hover,
#efo-portal-root button.efo-modal-close:focus,
#efo-portal-root button.efo-modal-close:focus-visible,
#efo-portal-root button.efo-modal-close:active{
  background:transparent;
  background-image:none;
  box-shadow:none;
  border:0;
  outline:none;
  color:#111827;
  transform:none;
}

#efo-portal-root button.efo-modal-close .efo-svg-icon{
  width:18px;
  height:18px;
  color:currentColor;
  stroke:currentColor;
  background:transparent;
  fill:none;
}

/* Calendar/special modal headers intentionally use static positioning. */
#efo-portal-root .efo-calendar-schedule-modal button.efo-modal-close,
#efo-portal-root .efo-edit-meeting-modal button.efo-modal-close,
#efo-portal-root .efo-holiday-modal button.efo-modal-close,
#efo-portal-root .efo-suspend-header button.efo-modal-close{
  position:static;
}

/* ---------- Row menu: component-level reset ---------- */
#efo-portal-root button.efo-row-menu{
  appearance:none;
  -webkit-appearance:none;
  background:transparent;
  background-image:none;
  box-shadow:none;
  border:0;
  outline:none;
  color:#6b7280;
}
#efo-portal-root button.efo-row-menu:hover,
#efo-portal-root button.efo-row-menu:focus,
#efo-portal-root button.efo-row-menu:focus-visible,
#efo-portal-root button.efo-row-menu:active{
  background:transparent;
  background-image:none;
  box-shadow:none;
  border:0;
  outline:none;
  color:#111827;
}

/* ---------- Existing toast placement ---------- */
#efo-portal-root .efo-toast{
  top:110px;
  right:20px;
  z-index:100000;
}

/* ---------- Responsive form readability ---------- */
@media(max-width:700px){
  #efo-portal-root form label{font-size:13px}
  #efo-portal-root form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
  #efo-portal-root form select,
  #efo-portal-root form textarea{
    font-size:14px;
  }
  #efo-portal-root form input::placeholder,
  #efo-portal-root form textarea::placeholder{
    font-size:13.5px;
  }
}


/* EFo Portal v1.4.1-Tutor — tutor account password controls */
#efo-portal-root .efo-password-wrap{position:relative;display:block}
#efo-portal-root .efo-password-wrap input{padding-right:42px}
#efo-portal-root .efo-password-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;margin:0;border:0;border-radius:0;background:transparent!important;box-shadow:none!important;color:#64748b;cursor:pointer}
#efo-portal-root .efo-password-toggle:hover,#efo-portal-root .efo-password-toggle:focus-visible{background:transparent!important;box-shadow:none!important;color:#111827;outline:none}
#efo-portal-root .efo-password-toggle svg{width:17px;height:17px}
#efo-portal-root .efo-field-help{display:block;margin-top:5px;color:#7b8798;font-size:11.5px;line-height:1.45}


/* =========================================================
   EFo Tutor Portal — Kelas Saya v1.4.8
   Isolated feature styles. Does not modify Admin components.
   ========================================================= */
#efo-portal-root .efo-tutor-content{
    padding:34px 36px 48px;
}
#efo-portal-root .efo-tutor-welcome{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    padding:24px 26px;
    margin-bottom:30px;
    border:1px solid #e1e7ef;
    border-radius:14px;
    background:#fff;
}
#efo-portal-root .efo-tutor-eyebrow{
    display:block;
    margin-bottom:7px;
    color:#5372ff;
    font-size:11px;
    font-weight:750;
    letter-spacing:.08em;
    text-transform:uppercase;
}
#efo-portal-root .efo-tutor-welcome h2{
    margin:0;
    color:#17233a;
    font-size:19px;
    font-weight:700;
}
#efo-portal-root .efo-tutor-welcome p{
    margin:5px 0 0;
    color:#7a8799;
    font-size:13.5px;
}
#efo-portal-root .efo-tutor-summary{
    min-width:112px;
    padding-left:24px;
    border-left:1px solid #e6ebf1;
    text-align:left;
}
#efo-portal-root .efo-tutor-summary strong{
    display:block;
    color:#17233a;
    font-size:26px;
    line-height:1;
}
#efo-portal-root .efo-tutor-summary span{
    display:block;
    margin-top:6px;
    color:#7a8799;
    font-size:12px;
}
#efo-portal-root .efo-tutor-class-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}
#efo-portal-root a.efo-tutor-class-card{
    display:block;
    min-width:0;
    padding:22px;
    border:1px solid #e1e7ef;
    border-radius:14px;
    background:#fff;
    color:inherit;
    text-decoration:none;
    transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
#efo-portal-root a.efo-tutor-class-card:hover{
    border-color:#cdd7ea;
    box-shadow:0 8px 24px rgba(31,50,81,.07);
    transform:translateY(-1px);
}
#efo-portal-root .efo-tutor-class-card-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
}
#efo-portal-root .efo-tutor-program{
    display:inline-flex;
    align-items:center;
    min-height:24px;
    padding:4px 9px;
    border-radius:6px;
    background:#eef2ff;
    color:#4662d9;
    font-size:11px;
    font-weight:700;
    line-height:1;
}
#efo-portal-root .efo-tutor-class-card h3{
    margin:16px 0 15px;
    color:#17233a;
    font-size:18px;
    line-height:1.3;
    font-weight:700;
}
#efo-portal-root .efo-tutor-class-meta{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    color:#69778b;
    font-size:12.5px;
}
#efo-portal-root .efo-tutor-class-meta span{
    display:inline-flex;
    align-items:center;
    gap:6px;
}
#efo-portal-root .efo-tutor-class-meta .efo-svg-icon{
    width:15px;
    height:15px;
}
#efo-portal-root .efo-tutor-card-action{
    margin-top:20px;
    padding-top:14px;
    border-top:1px solid #edf0f4;
    color:#3559ff;
    font-size:12.5px;
    font-weight:650;
}
#efo-portal-root .efo-tutor-card-action span{margin-left:4px}
#efo-portal-root .efo-tutor-empty{
    padding:60px 24px;
    border:1px dashed #d8e0ea;
    border-radius:14px;
    background:#fff;
    text-align:center;
}
#efo-portal-root .efo-tutor-empty-small{border:0;border-radius:0;padding:50px 20px}
#efo-portal-root .efo-tutor-empty-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:46px;
    height:46px;
    margin-bottom:12px;
    border-radius:50%;
    background:#f1f4f8;
    color:#8190a5;
}
#efo-portal-root .efo-tutor-empty-icon .efo-svg-icon{width:21px;height:21px}
#efo-portal-root .efo-tutor-empty h3{
    margin:0;
    color:#27354b;
    font-size:16px;
}
#efo-portal-root .efo-tutor-empty p{
    max-width:430px;
    margin:6px auto 0;
    color:#7a8799;
    font-size:13px;
}
#efo-portal-root .efo-tutor-back-card{
    display:inline-flex;
    align-items:center;
    gap:7px;
    min-height:38px;
    margin-bottom:16px;
    padding:0 13px;
    border:1px solid #e1e7ef;
    border-radius:8px;
    background:#fff;
    color:#27354b;
    font-size:12.5px;
    font-weight:600;
    text-decoration:none;
}
#efo-portal-root .efo-tutor-back-card:hover{
    color:#17233a;
    border-color:#d5dce7;
    background:#fff;
}
#efo-portal-root .efo-tutor-list-panel{
    overflow:hidden;
    border:1px solid #e1e7ef;
    border-radius:14px;
    background:#fff;
}
#efo-portal-root .efo-tutor-class-list-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:24px;
    padding:18px 22px;
    border-bottom:1px solid #e8edf3;
}
#efo-portal-root .efo-tutor-class-context{
    min-width:0;
}
#efo-portal-root .efo-tutor-class-context .efo-tutor-program{
    margin-bottom:9px;
}
#efo-portal-root .efo-tutor-class-title-row{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px 16px;
}
#efo-portal-root .efo-tutor-class-title-row h1{
    margin:0;
    color:#17233a;
    font-size:18px;
    line-height:1.3;
    font-weight:700;
}
#efo-portal-root .efo-tutor-student-search{
    position:relative;
    display:flex;
    align-items:center;
    width:300px;
    margin:0;
}
#efo-portal-root .efo-tutor-student-search span{
    position:absolute;
    left:12px;
    display:flex;
    color:#8c98a8;
}
#efo-portal-root .efo-tutor-student-search .efo-svg-icon{width:16px;height:16px}
#efo-portal-root .efo-tutor-student-search input{
    width:100%;
    height:38px;
    padding:0 12px 0 37px;
    border:1px solid #d7dee8;
    border-radius:8px;
    background:#fff;
    color:#111827;
    font:inherit;
    font-size:13px;
    outline:none;
}
#efo-portal-root .efo-tutor-student-search input::placeholder{color:#929dac}
#efo-portal-root .efo-tutor-student-search input:focus{
    border-color:#9aaefc;
    box-shadow:0 0 0 3px rgba(53,89,255,.08);
}
#efo-portal-root .efo-tutor-student-detail-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 320px;
    align-items:start;
    gap:18px;
}
#efo-portal-root .efo-tutor-student-profile,
#efo-portal-root .efo-tutor-student-info-card{
    overflow:hidden;
    border:1px solid #e1e7ef;
    border-radius:14px;
    background:#fff;
}
#efo-portal-root .efo-tutor-profile-main{
    display:flex;
    align-items:center;
    gap:14px;
    min-height:88px;
    padding:18px 22px;
    border-bottom:1px solid #e8edf3;
}
#efo-portal-root .efo-tutor-profile-avatar{
    flex:0 0 42px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:50%;
    background:#eef2f7;
    color:#51627b;
    font-size:14px;
    font-weight:700;
}
#efo-portal-root .efo-tutor-profile-identity{
    min-width:0;
}
#efo-portal-root .efo-tutor-profile-name-row{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:7px 10px;
}
#efo-portal-root .efo-tutor-profile-name-row h2{
    margin:0;
    color:#1e2c43;
    font-size:14px;
    line-height:1.35;
    font-weight:700;
}
#efo-portal-root .efo-tutor-profile-name-row .efo-tutor-program{
    margin:0;
}
#efo-portal-root .efo-tutor-profile-code{
    display:block;
    margin-top:3px;
    color:#8995a6;
    font-size:11.5px;
    line-height:1.4;
}
#efo-portal-root .efo-tutor-profile-main>.efo-badge{
    margin-left:auto;
    flex:0 0 auto;
}
#efo-portal-root .efo-tutor-profile-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
}
#efo-portal-root .efo-tutor-profile-grid>div{
    min-width:0;
    padding:15px 22px;
    border-bottom:1px solid #edf0f4;
}
#efo-portal-root .efo-tutor-profile-grid>div:nth-child(odd){border-right:1px solid #edf0f4}
#efo-portal-root .efo-tutor-profile-grid>div:nth-last-child(-n+2){border-bottom:0}
#efo-portal-root .efo-tutor-profile-grid span,
#efo-portal-root .efo-tutor-student-info-list span{
    display:block;
    margin-bottom:5px;
    color:#8a96a6;
    font-size:11.5px;
    line-height:1.35;
}
#efo-portal-root .efo-tutor-profile-grid strong,
#efo-portal-root .efo-tutor-student-info-list strong{
    display:block;
    overflow:hidden;
    color:#26354c;
    font-size:13px;
    line-height:1.4;
    font-weight:600;
    text-overflow:ellipsis;
    white-space:nowrap;
}
#efo-portal-root .efo-tutor-student-info-head{
    padding:18px 20px;
    border-bottom:1px solid #e8edf3;
    color:#1e2c43;
    font-size:14px;
    line-height:1.35;
    font-weight:700;
}
#efo-portal-root .efo-tutor-student-info-list>div{
    padding:15px 20px;
    border-bottom:1px solid #edf0f4;
}
#efo-portal-root .efo-tutor-student-info-list>div:last-child{border-bottom:0}
#efo-portal-root .efo-tutor-student-info-list strong{white-space:normal}
#efo-portal-root .efo-tutor-student-info-scores{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}
#efo-portal-root .efo-tutor-student-info-scores>div{min-width:0}

@media(max-width:900px){
    #efo-portal-root .efo-tutor-content{padding:25px 20px 38px}
    #efo-portal-root .efo-tutor-class-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
    #efo-portal-root .efo-tutor-welcome{align-items:flex-start;flex-direction:column}
    #efo-portal-root .efo-tutor-summary{
        width:100%;
        padding:14px 0 0;
        border-top:1px solid #e6ebf1;
        border-left:0;
    }
    #efo-portal-root .efo-tutor-class-list-head{
        align-items:stretch;
        flex-direction:column;
    }
    #efo-portal-root .efo-tutor-student-search{width:100%}
    #efo-portal-root .efo-tutor-class-title-row{
        align-items:flex-start;
        flex-direction:column;
        gap:6px;
    }
    #efo-portal-root .efo-tutor-class-title-row h1{font-size:17px}
    #efo-portal-root .efo-tutor-class-meta{gap:10px}
    #efo-portal-root .efo-tutor-student-detail-layout{grid-template-columns:1fr}
    #efo-portal-root .efo-tutor-profile-main{flex-wrap:wrap}
    #efo-portal-root .efo-tutor-profile-main>.efo-badge{margin-left:0}
    #efo-portal-root .efo-tutor-profile-grid{grid-template-columns:1fr}
    #efo-portal-root .efo-tutor-profile-grid>div:nth-child(odd){border-right:0}
    #efo-portal-root .efo-tutor-profile-grid>div:nth-last-child(-n+2){border-bottom:1px solid #edf0f4}
    #efo-portal-root .efo-tutor-profile-grid>div:last-child{border-bottom:0}
}

/* =========================================================
   EFo Tutor Portal — Class Students Table v1.5.1
   Tutor-only table presentation.
   ========================================================= */
#efo-portal-root .efo-tutor-student-table-wrap{
    overflow-x:auto;
    overflow-y:hidden;
}
#efo-portal-root .efo-tutor-student-table{
    width:100%;
    min-width:1040px;
    margin:0;
    border:0;
    border-collapse:collapse;
    table-layout:fixed;
}
#efo-portal-root .efo-tutor-student-table col.efo-col-student-avatar{width:7%}
#efo-portal-root .efo-tutor-student-table col.efo-col-student-id{width:16%}
#efo-portal-root .efo-tutor-student-table col.efo-col-student-name{width:20%}
#efo-portal-root .efo-tutor-student-table col.efo-col-placement{width:10%}
#efo-portal-root .efo-tutor-student-table col.efo-col-score{width:11%}
#efo-portal-root .efo-tutor-student-table col.efo-col-cefr{width:8%}
#efo-portal-root .efo-tutor-student-table col.efo-col-note{width:12%}
#efo-portal-root .efo-tutor-student-table col.efo-col-status{width:9%}
#efo-portal-root .efo-tutor-student-table col.efo-col-action{width:7%}

#efo-portal-root .efo-tutor-student-table th{
    padding:12px 9px;
    background:#fbfcfe;
    border-bottom:1px solid var(--efo-border);
    color:#5f718c;
    font-size:11px;
    font-weight:600;
    line-height:1.3;
    text-align:left;
    white-space:nowrap;
}
#efo-portal-root .efo-tutor-student-table td{
    padding:13px 9px;
    border-bottom:1px solid var(--efo-border);
    color:var(--efo-text);
    font-size:12px;
    line-height:1.35;
    vertical-align:middle;
    white-space:nowrap;
}
#efo-portal-root .efo-tutor-student-table tbody tr:last-child td{
    border-bottom:0;
}
#efo-portal-root .efo-tutor-student-table th:first-child,
#efo-portal-root .efo-tutor-student-table td:first-child{
    padding-left:20px;
}
#efo-portal-root .efo-tutor-student-table th:last-child,
#efo-portal-root .efo-tutor-student-table td:last-child{
    padding-right:20px;
    text-align:right;
}

#efo-portal-root .efo-tutor-student-table .efo-tutor-avatar-cell{
    text-align:left;
}
#efo-portal-root .efo-tutor-student-table .efo-tutor-student-avatar{
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    margin:0;
    border-radius:50%;
    background:#eef2f7;
    color:#51627b;
    font-size:12px;
    font-weight:600;
    line-height:1;
    text-align:center;
}
#efo-portal-root .efo-tutor-student-table .efo-tutor-student-id{
    color:#53647d;
    font-size:11px;
}
#efo-portal-root .efo-tutor-student-table .efo-tutor-student-name{
    min-width:0;
}
#efo-portal-root .efo-tutor-student-table .efo-tutor-student-name strong{
    display:block;
    overflow:hidden;
    color:#25334a;
    font-size:13px;
    font-weight:650;
    line-height:1.35;
    text-overflow:ellipsis;
    white-space:nowrap;
}
#efo-portal-root .efo-tutor-student-table .efo-tutor-student-name small{
    display:block;
    margin-top:3px;
    overflow:hidden;
    color:#7b8aa2;
    font-size:10.5px;
    line-height:1.3;
    text-overflow:ellipsis;
    white-space:nowrap;
}
#efo-portal-root .efo-tutor-student-table .efo-tutor-student-detail{
    color:#3559ff;
    font-size:12px;
    font-weight:650;
    text-decoration:none;
    white-space:nowrap;
}
#efo-portal-root .efo-tutor-student-table .efo-tutor-student-detail:hover{
    text-decoration:underline;
}

/* EFo Portal v1.5.6 — Tutor student actions and edit modal. */
#efo-portal-root .efo-tutor-student-actions{
    position:relative;
    z-index:5;
    text-align:right;
}
#efo-portal-root .efo-tutor-student-actions .efo-row-menu{
    position:relative;
    z-index:2;
    display:inline-grid;
    place-items:center;
    padding:4px 7px;
}
#efo-portal-root .efo-tutor-student-actions .efo-row-actions{
    right:32px;
    top:50%;
    min-width:170px;
    z-index:1000;
    transform:translateY(-50%);
}
#efo-portal-root .efo-tutor-student-actions .efo-row-actions a,
#efo-portal-root .efo-tutor-student-actions .efo-row-actions button{
    display:block;
    width:100%;
    box-sizing:border-box;
    border:0;
    background:#fff;
    text-align:left;
    padding:9px 10px;
    border-radius:5px;
    color:#263852;
    font:inherit;
    font-size:12px;
    font-weight:500;
    text-decoration:none;
    cursor:pointer;
}
#efo-portal-root .efo-tutor-student-actions .efo-row-actions a:hover,
#efo-portal-root .efo-tutor-student-actions .efo-row-actions button:hover{
    background:#f4f7fb;
}
#efo-portal-root .efo-tutor-student-edit-modal{
    width:min(100%,500px);
    max-height:calc(100vh - 40px);
    overflow:auto;
}
#efo-portal-root .efo-tutor-student-edit-modal .efo-form-grid{padding-right:2px}
#efo-portal-root .efo-tutor-student-edit-modal .efo-form-grid input:disabled,
#efo-portal-root .efo-tutor-student-edit-modal .efo-form-grid select:disabled,
#efo-portal-root .efo-tutor-student-edit-modal .efo-form-grid textarea:disabled{
    background:#f3f5f8;
    color:#8995a5;
    cursor:not-allowed;
}
#efo-portal-root .efo-tutor-student-edit-modal .efo-form-grid input:disabled::placeholder{color:#8995a5}
#efo-portal-root .efo-tutor-student-edit-modal .efo-form-grid label{color:#17263c}
#efo-portal-root .efo-tutor-student-edit-modal .efo-form-grid input,
#efo-portal-root .efo-tutor-student-edit-modal .efo-form-grid select,
#efo-portal-root .efo-tutor-student-edit-modal .efo-form-grid textarea{color:#263852}
#efo-portal-root .efo-tutor-student-edit-modal .efo-form-grid textarea{min-height:76px}

/* =========================================================
   EFo Tutor Portal — Class Students Table v1.5.5
   Responsive table: no internal horizontal scrolling.
   Action menu may extend beyond the panel.
   ========================================================= */
#efo-portal-root .efo-tutor-list-panel{
    overflow:visible;
}
#efo-portal-root .efo-tutor-student-table-wrap{
    overflow:visible;
    width:100%;
}
#efo-portal-root .efo-tutor-student-table{
    width:100%;
    min-width:0;
    max-width:100%;
    table-layout:fixed;
}
#efo-portal-root .efo-tutor-student-table col.efo-col-student-avatar{width:7%}
#efo-portal-root .efo-tutor-student-table col.efo-col-student-id{width:16%}
#efo-portal-root .efo-tutor-student-table col.efo-col-student-name{width:20%}
#efo-portal-root .efo-tutor-student-table col.efo-col-placement{width:10%}
#efo-portal-root .efo-tutor-student-table col.efo-col-score{width:11%}
#efo-portal-root .efo-tutor-student-table col.efo-col-cefr{width:8%}
#efo-portal-root .efo-tutor-student-table col.efo-col-note{width:12%}
#efo-portal-root .efo-tutor-student-table col.efo-col-status{width:9%}
#efo-portal-root .efo-tutor-student-table col.efo-col-action{width:7%}

#efo-portal-root .efo-tutor-student-table th,
#efo-portal-root .efo-tutor-student-table td{
    min-width:0;
}
#efo-portal-root .efo-tutor-student-table td{
    white-space:normal;
    overflow-wrap:anywhere;
}
#efo-portal-root .efo-tutor-student-table .efo-tutor-student-id{
    overflow-wrap:anywhere;
    word-break:break-word;
}
#efo-portal-root .efo-tutor-student-table .efo-tutor-student-name strong,
#efo-portal-root .efo-tutor-student-table .efo-tutor-student-name small{
    white-space:normal;
    overflow:visible;
    text-overflow:clip;
}
@media(max-width:900px){
    #efo-portal-root .efo-tutor-student-table th{
        padding:10px 7px;
        font-size:10px;
    }
    #efo-portal-root .efo-tutor-student-table td{
        padding:11px 7px;
        font-size:11px;
    }
    #efo-portal-root .efo-tutor-student-table th:first-child,
    #efo-portal-root .efo-tutor-student-table td:first-child{
        padding-left:12px;
    }
    #efo-portal-root .efo-tutor-student-table th:last-child,
    #efo-portal-root .efo-tutor-student-table td:last-child{
        padding-right:12px;
    }
    #efo-portal-root .efo-tutor-student-table .efo-tutor-student-avatar{
        width:30px;
        height:30px;
        font-size:11px;
    }
}
@media(max-width:650px){
    #efo-portal-root .efo-tutor-student-table th{
        font-size:9px;
        padding:9px 5px;
    }
    #efo-portal-root .efo-tutor-student-table td{
        font-size:10px;
        padding:10px 5px;
    }
    #efo-portal-root .efo-tutor-student-table th:first-child,
    #efo-portal-root .efo-tutor-student-table td:first-child{
        padding-left:8px;
    }
    #efo-portal-root .efo-tutor-student-table th:last-child,
    #efo-portal-root .efo-tutor-student-table td:last-child{
        padding-right:8px;
    }
}


/* =========================================================
   EFo Student Portal — Login v1.5.8
   Isolated student-login presentation layer.
   Does not modify established Admin, Administrator, or Tutor UI.
   ========================================================= */
.efo-student-login-page{
  min-height:100vh;
  width:100%;
  display:grid;
  grid-template-columns:40% 60%;
  background:#f8fafc;
  color:#10203a;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.efo-student-login-hero{
  min-height:100vh;
  background:#3559ff;
  color:#fff;
  display:flex;
  overflow:hidden;
}
.efo-student-login-hero-inner{
  width:100%;
  min-height:100vh;
  padding:42px 48px 36px;
  display:flex;
  flex-direction:column;
}
.efo-student-login-brand{display:flex;align-items:center}
.efo-student-login-logo-wrap{
  width:238px;
  min-height:76px;
  padding:10px 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border-radius:12px;
  box-shadow:0 10px 28px rgba(17,35,91,.12);
}
.efo-student-login-logo-wrap img{
  display:block;
  width:100%;
  max-width:205px;
  height:auto;
}
.efo-student-login-hero-copy{margin-top:84px;max-width:430px}
.efo-student-login-badge{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 13px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:12px;
  font-weight:650;
  letter-spacing:.01em;
}
.efo-student-login-hero-copy h1{
  margin:34px 0 22px;
  color:#fff;
  font-size:44px;
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:760;
}
.efo-student-login-hero-copy p{
  max-width:430px;
  margin:0;
  color:rgba(255,255,255,.86);
  font-size:15px;
  line-height:1.65;
}
.efo-student-login-features{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  max-width:448px;
  margin-top:48px;
}
.efo-student-login-feature{
  min-height:45px;
  padding:0 16px;
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:9px;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:12px;
  font-weight:650;
}
.efo-student-login-feature>span:first-child{font-size:17px;line-height:1;opacity:.92}
.efo-student-login-copyright{
  margin-top:auto;
  color:rgba(255,255,255,.70);
  font-size:11px;
  line-height:1.4;
}
.efo-student-login-main{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:48px 44px;
  background:#fbfcfd;
}
.efo-student-login-form-wrap{width:min(100%,448px)}
.efo-student-login-heading{margin-bottom:34px}
.efo-student-login-eyebrow{
  display:block;
  margin-bottom:10px;
  color:#078b82;
  font-size:12px;
  line-height:1.3;
  font-weight:750;
  letter-spacing:.07em;
}
.efo-student-login-heading h2{
  margin:0 0 9px;
  color:#10203a;
  font-size:36px;
  line-height:1.12;
  letter-spacing:-.04em;
  font-weight:760;
}
.efo-student-login-heading p{
  margin:0;
  color:#718099;
  font-size:14px;
  line-height:1.55;
}
.efo-student-login-form{display:flex;flex-direction:column;gap:20px}
.efo-student-login-form label{
  display:flex;
  flex-direction:column;
  gap:9px;
  color:#243550;
  font-size:13px;
  line-height:1.4;
  font-weight:600;
}
.efo-student-login-form input[type="text"],
.efo-student-login-form input[type="password"]{
  width:100%;
  height:46px;
  padding:0 13px;
  border:1px solid #d6deea;
  border-radius:9px;
  background:#fff;
  color:#18283f;
  -webkit-text-fill-color:#18283f;
  font:inherit;
  font-size:14px;
  font-weight:450;
  line-height:1.4;
  outline:none;
  box-shadow:0 1px 2px rgba(20,36,66,.02);
  transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease;
}
.efo-student-login-form input::placeholder{color:#8c98a9;-webkit-text-fill-color:#8c98a9;opacity:1}
.efo-student-login-form input:focus{
  border-color:#3559ff;
  box-shadow:0 0 0 3px rgba(53,89,255,.11);
}
.efo-student-login-error{
  margin-top:-7px;
  padding:10px 12px;
  border:1px solid #ffc9d0;
  border-radius:9px;
  background:#fff4f5;
  color:#d12642;
  font-size:12px;
  line-height:1.45;
  font-weight:500;
}
.efo-student-login-submit{
  width:100%;
  min-height:46px;
  margin-top:-1px;
  padding:0 16px;
  border:1px solid #3559ff!important;
  border-radius:9px!important;
  background:#3559ff!important;
  color:#fff!important;
  font-family:inherit;
  font-size:13px;
  font-weight:700;
  line-height:1.2;
  letter-spacing:.01em;
  cursor:pointer;
  box-shadow:none!important;
  transition:background-color .16s ease,border-color .16s ease,opacity .16s ease;
}
.efo-student-login-submit:hover{background:#5372ff!important;border-color:#5372ff!important}
.efo-student-login-submit:disabled{cursor:wait;opacity:.72}
.efo-student-login-submit[aria-busy="true"]{background:#6f87eb!important;border-color:#6f87eb!important}
@media(max-width:900px){
  .efo-student-login-page{grid-template-columns:1fr}
  .efo-student-login-hero{min-height:auto}
  .efo-student-login-hero-inner{min-height:auto;padding:34px 34px 36px}
  .efo-student-login-hero-copy{margin-top:54px}
  .efo-student-login-hero-copy h1{font-size:38px}
  .efo-student-login-copyright{margin-top:38px}
  .efo-student-login-main{min-height:auto;padding:56px 34px 70px}
}
@media(max-width:520px){
  .efo-student-login-hero-inner{padding:26px 22px 30px}
  .efo-student-login-logo-wrap{width:205px;min-height:67px;padding:8px 13px}
  .efo-student-login-logo-wrap img{max-width:178px}
  .efo-student-login-hero-copy{margin-top:42px}
  .efo-student-login-hero-copy h1{margin-top:26px;font-size:34px}
  .efo-student-login-hero-copy p{font-size:14px}
  .efo-student-login-features{grid-template-columns:1fr;gap:9px;margin-top:32px}
  .efo-student-login-main{padding:44px 22px 54px}
  .efo-student-login-heading{margin-bottom:28px}
  .efo-student-login-heading h2{font-size:30px}
}

/* =========================================================
 * EFo Portal v1.5.10 — Student Dashboard
 * Student-only presentation layer. Reuses established EFo
 * shell classes without changing Admin, Administrator, or
 * Tutor styling.
 * ========================================================= */
body:has(.efo-student-portal-shell){margin:0!important;background:var(--efo-bg)!important}
.efo-student-portal-shell{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.efo-student-portal-shell .efo-sidebar{width:260px}
.efo-student-portal-shell .efo-main{width:calc(100% - 260px);margin-left:260px}
.efo-student-portal-shell .efo-brand{height:92px;padding:22px 24px 18px;border-bottom:0}
.efo-student-portal-shell .efo-brand-logo{width:190px}
.efo-student-sidebar{background:#fff}
.efo-student-program-card{margin:0 18px 8px;padding:13px 14px;border:1px solid #d9e3ff;border-radius:12px;background:#f7f9ff}
.efo-student-section-label,.efo-student-nav-label{display:block;color:#71809a;font-size:9px;letter-spacing:.14em;font-weight:700}
.efo-student-program-card .efo-student-section-label{color:#3559ff}
.efo-student-program-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:7px}
.efo-student-program-row strong{font-size:12px;color:#1c2d49}
.efo-student-status-badge{display:inline-flex;align-items:center;height:22px;padding:0 10px;border-radius:999px;background:#e9efff;color:#3559ff;font-size:9.5px;font-weight:700}
.efo-student-nav{padding:8px 12px 14px}
.efo-student-nav-label{margin:7px 12px 9px}
.efo-student-nav .efo-nav-item{min-height:43px;margin-bottom:3px;border-radius:9px;color:#425572;gap:12px}
.efo-student-nav .efo-nav-item:hover{background:#f4f7ff;color:#2749c8}
.efo-student-nav .efo-nav-item.is-active{background:#edf2ff;color:#3559ff;font-weight:700;box-shadow:inset 3px 0 0 #3559ff}
.efo-student-nav .efo-nav-icon{width:20px;color:inherit}
.efo-student-programs-footer{margin-top:auto;padding:18px 22px 23px;border-top:1px solid var(--efo-border)}
.efo-student-coming-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:12px;color:#71809a;font-size:10.5px}
.efo-student-coming-row span:last-child{padding:3px 9px;border:1px solid #dce4ef;border-radius:999px;background:#fff;color:#66768e;font-size:8.5px;white-space:nowrap}
.efo-student-topbar{height:66px;padding:0 28px;border-bottom:1px solid var(--efo-border)}
.efo-student-topbar .efo-topbar-title{display:flex;flex-direction:column;gap:5px}
.efo-student-topbar-eyebrow{color:#8996aa;font-size:9px;letter-spacing:.16em;font-weight:700}
.efo-student-topbar .efo-topbar-title strong{font-size:17px;letter-spacing:-.02em}
.efo-student-topbar .efo-topbar-actions{gap:16px}
.efo-student-program-pill{display:inline-flex;align-items:center;height:25px;padding:0 11px;border:1px solid #cfdaff;border-radius:999px;background:#f5f7ff;color:#3559ff;font-size:10px;font-weight:700}
.efo-student-notification{position:relative;color:#64738b}
.efo-student-notification-dot{position:absolute;right:3px;top:6px;width:6px;height:6px;border:2px solid #fff;border-radius:50%;background:#3559ff}
.efo-student-user{padding-left:3px;text-decoration:none!important}
.efo-student-user-chevron{display:grid;place-items:center;color:#71809a;margin-left:0}
.efo-student-user-chevron .efo-svg-icon{width:13px;height:13px}
.efo-student-content{padding:12px 26px 34px;max-width:1500px}
.efo-student-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.38fr) minmax(300px,.72fr);gap:16px;margin-top:16px}
.efo-student-dashboard-top{margin-top:0}
.efo-student-card{min-width:0;border:1px solid #dfe6ef;border-radius:15px;background:#fff;box-shadow:0 1px 2px rgba(31,51,81,.025);padding:20px 24px}
.efo-student-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.efo-student-card-label{display:block;color:#0e8a78;font-size:9px;letter-spacing:.13em;font-weight:700}
.efo-student-card h1,.efo-student-card h2{margin:7px 0 0;color:#0f1f38;letter-spacing:-.025em}
.efo-student-card h1{font-size:18px;line-height:1.3}
.efo-student-card h2{font-size:16px}
.efo-student-outline-pill,.efo-student-complete-pill{display:inline-flex;align-items:center;height:25px;padding:0 10px;border:1px solid #d4ddff;border-radius:999px;background:#f7f8ff;color:#3559ff;font-size:9.5px;font-weight:650;white-space:nowrap}
.efo-student-schedule-grid{display:grid;grid-template-columns:1fr 1fr 1.05fr 1.05fr;gap:18px;margin-top:24px}
.efo-student-schedule-grid>div>span{display:block;color:#8795a9;font-size:8.5px;letter-spacing:.14em;font-weight:650;margin-bottom:7px}
.efo-student-schedule-grid strong{display:flex;align-items:center;gap:5px;color:#253650;font-size:11.5px;font-weight:550;white-space:nowrap}
.efo-student-schedule-grid .efo-svg-icon{width:14px;height:14px;color:#63738c;flex:0 0 auto}
.efo-student-card-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:22px;padding-top:14px;border-top:1px solid #eef1f5;color:#60718b;font-size:11px}
.efo-student-card-footer>div{display:flex;align-items:center;gap:9px}
.efo-student-card-footer a{display:flex;align-items:center;gap:4px;color:#3559ff;text-decoration:none;font-weight:650}
.efo-student-card-footer .efo-svg-icon{width:14px;height:14px}
.efo-student-skill-pill,.efo-student-material-meta>span:first-child{display:inline-flex;align-items:center;height:24px;padding:0 10px;border:1px solid #d8e1ff;border-radius:999px;background:#f5f7ff;color:#3559ff;font-size:9.5px;font-weight:650}
.efo-student-target-card{display:flex;flex-direction:column}
.efo-student-target-icon,.efo-student-card-icon{color:#6e83a3}
.efo-student-target-icon .efo-svg-icon{width:22px;height:22px;color:#3559ff}
.efo-student-target-score{display:flex;align-items:flex-end;gap:7px;margin-top:17px}
.efo-student-target-score strong{color:#0d1f3c;font-size:48px;line-height:.95;letter-spacing:-.06em}
.efo-student-target-score span{color:#7b8aa0;font-size:14px;margin-bottom:5px}
.efo-student-progress{height:7px;margin-top:19px;border-radius:999px;background:#e5eaf1;overflow:hidden}
.efo-student-progress span{display:block;width:80%;height:100%;background:#3559ff;border-radius:inherit}
.efo-student-target-card p{margin:9px 0 0;color:#6e7f98;font-size:10px}
.efo-student-score-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:22px}
.efo-student-score-grid>div{min-width:0;padding:12px 11px;border:1px solid #edf1f6;border-radius:11px;background:#f8fafc}
.efo-student-score-grid span{display:block;color:#71819a;font-size:8.5px;letter-spacing:.05em}
.efo-student-score-grid strong{display:block;margin-top:5px;color:#0d1f3c;font-size:23px;letter-spacing:-.04em}
.efo-student-score-grid .is-overall{border-color:#3559ff;background:#3559ff}
.efo-student-score-grid .is-overall span,.efo-student-score-grid .is-overall strong{color:#fff}
.efo-student-material-card p{margin:14px 0 17px;color:#62738d;font-size:11.5px;line-height:1.5}
.efo-student-material-meta{display:flex;align-items:center;gap:8px;margin-top:13px;color:#71819a;font-size:9.5px}
.efo-student-primary-button,.efo-student-secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:36px;padding:0 13px;border-radius:8px;text-decoration:none!important;font-size:11px;font-weight:650}
.efo-student-primary-button{border:1px solid #3559ff;background:#3559ff;color:#fff}
.efo-student-primary-button:hover{background:#5372ff;border-color:#5372ff}
.efo-student-primary-button .efo-svg-icon,.efo-student-secondary-button .efo-svg-icon{width:14px;height:14px}
.efo-student-last-viewed{min-height:180px}
.efo-student-last-viewed p{margin:9px 0 20px;color:#72829a;font-size:10.5px}
.efo-student-secondary-button{border:1px solid #dce4ef;background:#fff;color:#243957}
.efo-student-secondary-button:hover{border-color:#bfcdf2;color:#3559ff}
.efo-student-posttest-card{padding-bottom:14px}
.efo-student-posttest-card>.efo-student-card-heading{margin-bottom:10px}
.efo-student-test-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:38px;margin-top:7px;padding:0 12px;border:1px solid #edf1f6;border-radius:10px;background:#fbfcfe;color:#273b58;font-size:11.5px}
.efo-student-test-row>span:first-child{display:flex;align-items:center;gap:8px}
.efo-student-test-row .efo-svg-icon{width:15px;height:15px;color:#7488a7}
.efo-student-available,.efo-student-locked{display:inline-flex;align-items:center;height:23px;padding:0 9px;border-radius:999px;font-size:9px}
.efo-student-available{border:1px solid #cbd9ff;background:#f2f5ff;color:#3559ff}
.efo-student-locked{border:1px solid #dce3ed;background:#f6f8fb;color:#6e7d94}
.efo-student-class-card{display:flex;align-items:center;gap:15px;margin-top:16px;padding:15px 20px}
.efo-student-class-icon{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #d8e1ff;border-radius:12px;background:#f2f5ff;color:#3559ff}
.efo-student-class-icon .efo-svg-icon{width:20px;height:20px}
.efo-student-class-copy{flex:1;min-width:0}
.efo-student-class-copy h2{margin-top:5px}
.efo-student-class-copy p{margin:5px 0 0;color:#71819a;font-size:10.5px}
@media(max-width:1100px){
  .efo-student-dashboard-grid{grid-template-columns:1fr}
  .efo-student-schedule-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .efo-student-portal-shell .efo-sidebar{transform:translateX(-100%);transition:transform .22s}
  .efo-student-portal-shell .efo-sidebar.is-open{transform:translateX(0)}
  .efo-student-portal-shell .efo-main{width:100%;margin-left:0}
  .efo-student-topbar{padding:0 18px}
  .efo-student-content{padding:18px 18px 30px}
}
@media(max-width:700px){
  .efo-student-score-grid{grid-template-columns:repeat(2,1fr)}
  .efo-student-score-grid .is-overall{grid-column:1/-1}
  .efo-student-card{padding:18px}
  .efo-student-schedule-grid{grid-template-columns:1fr}
  .efo-student-card-footer{align-items:flex-start;flex-direction:column}
  .efo-student-program-pill{display:none}
  .efo-student-user-chevron{display:none}
  .efo-student-user .efo-user-text{display:none}
  .efo-student-class-card{align-items:flex-start;flex-wrap:wrap}
  .efo-student-class-card .efo-student-secondary-button{margin-left:59px}
}

/* EFo Student — Kelas Saya
 * Student-only page styling. Uses the established EFo blue identity.
 */
.efo-student-class-page .efo-student-card-label{color:var(--efo-primary)}
.efo-student-class-page .efo-student-class-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px 32px}
.efo-student-class-hero-main{display:flex;align-items:center;gap:16px;min-width:0}
.efo-student-class-hero .efo-student-class-icon{width:58px;height:58px}
.efo-student-class-hero-main>div:last-child{min-width:0}
.efo-student-class-hero h1{margin:8px 0 0;font-size:23px;line-height:1.2}
.efo-student-class-hero p{margin:7px 0 0;color:var(--efo-muted);font-size:12px}
.efo-student-payment{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex:0 0 auto}
.efo-student-payment>span{color:#8795a9;font-size:9px;letter-spacing:.13em;font-weight:650}
.efo-student-payment>strong{display:inline-flex;align-items:center;height:25px;padding:0 11px;border:1px solid #cbd9ff;border-radius:999px;background:#eef3ff;color:var(--efo-primary);font-size:10px}
.efo-student-payment>strong.is-paid{background:#eef3ff;color:var(--efo-primary)}
.efo-student-payment>strong.is-unpaid{background:#f7f9fc;color:#63738c;border-color:#dce4ef}
.efo-student-class-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px}
.efo-student-info-card{min-height:91px;padding:19px 20px}
.efo-student-info-card .efo-student-card-label{display:flex;align-items:center;gap:7px}
.efo-student-info-card .efo-student-card-label .efo-svg-icon{width:14px;height:14px}
.efo-student-info-card>strong{display:block;margin-top:10px;color:#16213a;font-size:13px;font-weight:650}
.efo-student-tutor-card{margin-top:16px;padding:22px 24px}
.efo-student-tutor-row{display:flex;align-items:center;gap:14px;margin-top:16px}
.efo-student-tutor-avatar{width:54px;height:54px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#eef3ff;color:var(--efo-primary);font-size:16px;font-weight:750}
.efo-student-tutor-row h2{margin:0;font-size:16px}
.efo-student-tutor-row p{margin:5px 0 0;color:var(--efo-muted);font-size:11.5px}
@media(max-width:900px){
  .efo-student-class-hero{align-items:flex-start;flex-direction:column}
  .efo-student-payment{align-items:flex-start}
  .efo-student-class-info-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .efo-student-class-hero{padding:20px}
  .efo-student-class-info-grid{grid-template-columns:1fr}
}

/* EFo Portal v1.5.47 — Tutor calendar detail popup visual refinement only. */
#efo-portal-root .efo-tutor-calendar-detail-modal{
    width:min(520px,calc(100vw - 32px));
    padding:0;
    overflow:hidden;
}
#efo-portal-root .efo-tutor-calendar-detail-modal .efo-modal-header{
    min-height:64px;
    padding:16px 20px 14px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    box-sizing:border-box;
}
#efo-portal-root .efo-tutor-calendar-detail-modal .efo-modal-header h2{margin:0;font-size:15px;color:#17233a}
#efo-portal-root .efo-tutor-calendar-detail-modal .efo-modal-close{
    position:static;
    flex:0 0 auto;
    width:30px;height:30px;padding:0;
    margin-left:auto;
    display:inline-flex;align-items:center;justify-content:center;
    border-radius:6px;font-size:20px;line-height:1;
}
#efo-portal-root .efo-tutor-calendar-detail-body{padding:18px 20px 4px}
#efo-portal-root .efo-tutor-calendar-detail-context{padding:0 0 16px;border-bottom:0}
#efo-portal-root .efo-tutor-calendar-detail-context .efo-tutor-program{display:inline-flex}
#efo-portal-root .efo-tutor-calendar-detail-context h3{margin:9px 0 0;color:#17233a;font-size:19px;line-height:1.35;font-weight:650}
#efo-portal-root .efo-tutor-calendar-detail-modal .efo-tutor-class-details{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0 24px;
    margin:0;
    padding:0;
    border:0;
}
#efo-portal-root .efo-tutor-calendar-detail-modal .efo-tutor-class-detail-item{padding:13px 0;border:0}
#efo-portal-root .efo-tutor-calendar-detail-modal .efo-tutor-class-detail-item span{margin-bottom:6px}
#efo-portal-root .efo-tutor-calendar-detail-actions{padding:0 20px 18px;margin-top:14px}
@media(max-width:600px){
 #efo-portal-root .efo-tutor-calendar-detail-modal{width:calc(100vw - 24px);max-height:calc(100vh - 24px);overflow:auto}
 #efo-portal-root .efo-tutor-calendar-detail-body{padding-left:16px;padding-right:16px}
 #efo-portal-root .efo-tutor-calendar-detail-modal .efo-tutor-class-details{grid-template-columns:1fr}
 #efo-portal-root .efo-tutor-calendar-detail-actions{padding-left:16px;padding-right:16px}
}
