@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");.eduka-chrome{--ed-orange:#ff9800;--ed-orange-dark:#f57c00;--ed-teal:#006d5b;--ed-teal-dark:#004d40;--ed-border:#e8ecef;--ed-radius-pill:999px;font-family:Poppins,system-ui,sans-serif;-webkit-font-smoothing:antialiased;width:100%;max-width:100%;overflow-x:clip}.eduka-chrome a{text-decoration:none;color:inherit}.eduka-topbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:100%;max-width:100%;min-height:44px;font-size:13px;font-weight:500}.eduka-topbar-left{background:var(--ed-orange);color:#fff;display:flex;align-items:center;gap:14px;padding:0 clamp(16px,4vw,48px);min-width:0}.eduka-topbar-left span{font-weight:600;margin-right:4px}.eduka-social{display:flex;align-items:center;gap:10px}.eduka-social-link{width:36px;height:36px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 6px rgba(0,0,0,.12)}.eduka-topbar-left a.eduka-social-link{color:#1877f2}.eduka-topbar-left a.eduka-social-link svg{width:18px;height:18px;display:block;flex-shrink:0}.eduka-topbar-left a.eduka-social-link--facebook{color:#1877f2}.eduka-topbar-left a.eduka-social-link--x{color:#000}.eduka-topbar-left a.eduka-social-link--linkedin{color:#0a66c2}.eduka-topbar-left a.eduka-social-link--youtube{color:red}.eduka-social-link:hover{transform:translateY(-1px);box-shadow:0 4px 10px rgba(0,0,0,.18)}.eduka-topbar-right{background:var(--ed-teal);color:hsla(0,0%,100%,.92);display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px 16px;padding:8px clamp(16px,4vw,48px);font-size:12px;min-width:0}.eduka-topbar-item{display:inline-flex;align-items:center;gap:8px;max-width:100%;min-width:0}.eduka-topbar-item svg{flex-shrink:0;opacity:.9}.eduka-header{background:#fff;border-bottom:1px solid var(--ed-border);position:sticky;top:0;z-index:230;box-shadow:0 2px 12px rgba(0,0,0,.04)}.eduka-header-inner{max-width:1320px;width:100%;margin:0 auto;padding:0 clamp(16px,4vw,40px);justify-content:space-between;gap:12px;min-height:78px}.eduka-header-inner,.eduka-logo{display:flex;align-items:center;min-width:0}.eduka-logo{gap:10px;flex-shrink:1}.eduka-logo img{height:56px;width:auto;background:#fff;padding:3px 8px;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,.06)}.eduka-logo-text{font-size:30px;font-weight:800;color:var(--ed-teal);letter-spacing:-.02em;line-height:1;text-transform:lowercase}.eduka-nav{display:flex;align-items:center;gap:clamp(16px,2.5vw,32px)}.eduka-nav a{font-size:15px;font-weight:500;color:#374151;transition:color .2s;white-space:nowrap}.eduka-nav a.is-active,.eduka-nav a:hover{color:var(--ed-orange)}.eduka-header-actions{display:flex;align-items:center;gap:14px;flex-shrink:0}.eduka-search-btn{width:42px;height:42px;border-radius:50%;border:1px solid var(--ed-border);background:#fff;display:flex;align-items:center;justify-content:center;color:#374151;cursor:pointer;transition:border-color .2s,color .2s}.eduka-search-btn:hover{border-color:var(--ed-orange);color:var(--ed-orange)}.eduka-btn-apply{display:inline-flex;align-items:center;justify-content:center;background:var(--ed-orange);color:#fff;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:14px 26px;border-radius:var(--ed-radius-pill);border:none;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s;white-space:nowrap}.eduka-btn-apply:hover{background:var(--ed-orange-dark);transform:translateY(-1px);box-shadow:0 8px 24px rgba(255,152,0,.35)}.eduka-btn-login{display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--ed-teal);font-size:13px;font-weight:600;padding:12px 20px;border-radius:var(--ed-radius-pill);border:2px solid var(--ed-teal);transition:background .2s,color .2s;white-space:nowrap}.eduka-btn-login:hover{background:var(--ed-teal);color:#fff}.eduka-auth-header-tabs{display:inline-flex;align-items:stretch;gap:0;border:1px solid var(--ed-border);border-radius:var(--ed-radius-pill);background:#fff;overflow:hidden;box-shadow:0 1px 2px rgba(16,24,40,.04)}.eduka-auth-header-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:#6b7280;font-family:inherit;font-size:13px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;padding:12px 20px;cursor:pointer;transition:color .2s,background .2s,box-shadow .2s;white-space:nowrap;position:relative}.eduka-auth-header-tab+.eduka-auth-header-tab{border-left:1px solid var(--ed-border)}.eduka-auth-header-tab:hover{color:var(--ed-teal);background:rgba(0,109,91,.04)}.eduka-auth-header-tab.is-active{color:var(--ed-teal);background:rgba(0,109,91,.08);box-shadow:inset 0 -3px 0 var(--ed-orange)}.eduka-header-dash{font-size:14px;font-weight:600;color:#374151;white-space:nowrap;transition:color .2s}.eduka-header-dash:hover{color:var(--ed-orange)}.eduka-menu-toggle{display:none;background:none;border:none;color:var(--ed-teal);cursor:pointer;padding:8px}.eduka-mobile-nav{display:none;flex-direction:column;gap:4px;padding:0 clamp(16px,4vw,40px) 20px;border-top:1px solid var(--ed-border);background:#fff}.eduka-mobile-nav.is-open{display:flex}.eduka-mobile-nav a{padding:12px 0;font-size:15px;font-weight:500;color:#374151;border-bottom:1px solid var(--ed-border)}@media (max-width:900px){.eduka-topbar{grid-template-columns:minmax(0,1fr)}.eduka-topbar-right{justify-content:flex-start;flex-direction:column;align-items:flex-start;gap:6px;padding-top:10px;padding-bottom:10px}.eduka-header-actions .eduka-auth-header-tabs,.eduka-header-actions .eduka-btn-apply,.eduka-header-actions .eduka-btn-login,.eduka-header-actions .eduka-header-dash,.eduka-header-actions .eduka-search-btn,.eduka-header-actions>.relative,.eduka-nav{display:none}.eduka-menu-toggle{display:flex;align-items:center;justify-content:center;flex-shrink:0}.eduka-header-inner{min-height:64px}}@media (max-width:640px){.eduka-topbar-left{padding:8px 12px;gap:8px;flex-wrap:wrap}.eduka-topbar-left span{display:none}.eduka-social{gap:8px}.eduka-social-link{width:32px;height:32px}.eduka-topbar-right{font-size:11px;padding:8px 12px}.eduka-topbar-item{word-break:break-word}.eduka-logo img{height:44px;padding:2px 6px}.eduka-logo-text{font-size:22px}.eduka-header-inner{padding:0 12px;gap:8px}}.eduka-mobile-auth-btn{display:block;width:100%;padding:12px 0;font-size:15px;font-weight:600;color:var(--ed-teal);background:none;border:none;border-bottom:1px solid var(--ed-border);text-align:left;cursor:pointer;font-family:inherit}.eduka-mobile-auth-btn--enrol{color:var(--ed-orange);font-weight:700;border-bottom:none}.eduka-auth-overlay{--ed-orange:#ff9800;--ed-orange-dark:#f57c00;--ed-teal:#006d5b;--ed-teal-dark:#004d40;--ed-border:#e8ecef;--ed-radius-pill:999px;position:fixed;inset:0;z-index:220;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease;font-family:Poppins,system-ui,sans-serif}.eduka-auth-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}.eduka-auth-backdrop{position:absolute;inset:0;border:none;padding:0;margin:0;background:rgba(17,24,39,.28);cursor:pointer}.eduka-auth-overlay.is-desktop .eduka-auth-backdrop{background:rgba(17,24,39,.18)}.eduka-auth-card{position:fixed;z-index:1;box-sizing:border-box;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff;border-radius:16px;border:1px solid var(--ed-border);box-shadow:0 18px 48px rgba(0,0,0,.16);padding:24px 22px 20px;transform:translateY(-6px);opacity:0;transition:transform .22s ease,opacity .22s ease}.eduka-auth-overlay.is-open .eduka-auth-card{transform:translateY(0);opacity:1}.eduka-auth-overlay.is-desktop .eduka-auth-card{border-radius:14px}.eduka-auth-overlay.is-mobile .eduka-auth-card{border-radius:14px;padding:22px 16px 18px;box-shadow:0 16px 40px rgba(0,0,0,.2)}.eduka-auth-close{position:absolute;right:14px;top:14px;width:36px;height:36px;border-radius:50%;border:1px solid var(--ed-border);background:#fff;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .2s,border-color .2s,background .2s}.eduka-auth-close:hover{color:var(--ed-teal);border-color:var(--ed-teal);background:rgba(0,109,91,.04)}.eduka-auth-heading{text-align:center;margin:4px 24px 18px}.eduka-auth-heading h2{margin:0 0 6px;font-size:22px;font-weight:700;color:#111827;letter-spacing:-.02em}.eduka-auth-heading p{margin:0;font-size:14px;color:#6b7280;font-weight:400}.eduka-auth-form{display:flex;flex-direction:column;gap:14px}.eduka-auth-field{display:flex;flex-direction:column;gap:6px}.eduka-auth-label{font-size:13px;font-weight:600;color:#374151}.eduka-auth-input-wrap{position:relative;display:flex;align-items:center}.eduka-auth-input-icon{position:absolute;left:14px;color:#9ca3af;pointer-events:none}.eduka-auth-input-wrap input{width:100%;border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:12px 44px 12px 42px;font-size:14px;font-family:inherit;color:#111827;outline:none;transition:border-color .2s,box-shadow .2s;box-shadow:0 1px 2px rgba(16,24,40,.04)}.eduka-auth-input-wrap input:focus{border-color:var(--ed-teal);box-shadow:0 0 0 3px rgba(0,109,91,.12)}.eduka-auth-eye{position:absolute;right:10px;width:34px;height:34px;border:none;background:transparent;color:#9ca3af;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:8px}.eduka-auth-eye:hover{color:var(--ed-teal);background:rgba(0,109,91,.06)}.eduka-auth-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.eduka-auth-check{display:inline-flex;align-items:flex-start;gap:8px;font-size:13px;color:#4b5563;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.eduka-auth-check input{margin-top:2px;accent-color:var(--ed-teal);width:16px;height:16px;flex-shrink:0}.eduka-auth-check--terms{align-items:flex-start;line-height:1.45}.eduka-auth-link{color:var(--ed-teal);font-weight:600;font-size:13px;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;text-decoration:none}.eduka-auth-link:hover{color:var(--ed-orange);text-decoration:underline}.eduka-auth-submit{display:inline-flex;align-items:center;justify-content:center;width:100%;border:none;border-radius:var(--ed-radius-pill,999px);background-color:#ff9800;background-color:var(--ed-orange,#ff9800);color:#fff!important;font-family:inherit;font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:14px 20px;cursor:pointer;transition:background-color .2s,transform .2s,box-shadow .2s;margin-top:4px;box-shadow:0 6px 18px rgba(255,152,0,.28);-webkit-appearance:none;-moz-appearance:none;appearance:none}.eduka-auth-submit:hover:not(:disabled){background-color:#f57c00;background-color:var(--ed-orange-dark,#f57c00);color:#fff!important;transform:translateY(-1px);box-shadow:0 8px 24px rgba(255,152,0,.35)}.eduka-auth-submit:disabled{opacity:.7;cursor:not-allowed;color:#fff!important}.eduka-auth-divider{display:flex;align-items:center;gap:12px;margin:18px 0 14px;color:#9ca3af;font-size:12px;font-weight:500}.eduka-auth-divider:after,.eduka-auth-divider:before{content:"";flex:1;height:1px;background:var(--ed-border)}.eduka-auth-google{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#374151;font-family:inherit;font-size:14px;font-weight:600;padding:12px 16px;cursor:pointer;transition:border-color .2s,background .2s,box-shadow .2s}.eduka-auth-google:hover{border-color:#d1d5db;background:#f9fafb;box-shadow:0 2px 8px rgba(16,24,40,.06)}.eduka-auth-switch{text-align:center;margin:16px 0 0;font-size:13px;color:#6b7280}.eduka-auth-alert{border-radius:10px;padding:10px 12px;font-size:13px;margin-bottom:14px;line-height:1.4}.eduka-auth-alert--error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.eduka-auth-alert--info{background:#f0fdfa;color:var(--ed-teal-dark);border:1px solid #99f6e4}@media (max-width:640px){.eduka-auth-heading h2{font-size:19px}.eduka-auth-heading{margin:2px 28px 14px}.eduka-auth-submit{padding:13px 16px;font-size:13px}.eduka-auth-input-wrap input{font-size:16px}}@media (prefers-reduced-motion:reduce){.eduka-btn-apply:hover{transform:none}.eduka-auth-card,.eduka-auth-overlay{transition:none}.eduka-auth-submit:hover:not(:disabled){transform:none}}