.modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;max-width:600px;background:#fff;border-radius:12px;box-shadow:0 4px 10px #00000040;padding:20px;text-align:left}.modal-title{font-weight:700;color:#039;margin-bottom:15px}.modal-body{max-height:400px;overflow-y:auto;margin-bottom:20px}.close-modal-button{background-color:#0056b3;color:#fff;float:right}.close-modal-button:hover{background-color:#00429d}.consent-container{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100vh;background-color:#f5faff;padding:20px}.top-left{position:absolute;top:20px;left:20px;display:flex;flex-direction:column;align-items:center;gap:10px}.logo{height:150px;width:auto}.back-button{color:#039;transition:color .3s ease-in-out,transform .2s ease}.back-button:hover{color:#027;transform:scale(1.1)}.consent-paper{padding:40px;border-radius:12px;max-width:600px;width:100%;background:#fff;box-shadow:0 4px 10px #0000001a}.consent-title{font-weight:700;color:#039;margin-bottom:8px}.consent-verbiage{font-size:14px;color:#555;line-height:1.6;text-align:justify}.signature-box{border:2px dashed #b0bec5;border-radius:8px;padding:20px;text-align:center;color:#757575;cursor:pointer;transition:background-color .3s ease,border-color .3s ease}.signature-box:hover{background-color:#f0f4ff;border-color:#0056b3}.signature-placeholder{font-size:15px;color:#757575}.submit-button{background-color:#0056b3;color:#fff;font-weight:700;padding:12px;margin-top:20px;font-size:16px;transition:transform .3s ease,background-color .3s ease}.submit-button:hover{background-color:#00429d;transform:scale(1.02)}.survey-container{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:20px;height:auto;min-height:100vh;background-color:#f9fafc;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.survey-paper{padding:20px;border-radius:8px;max-width:100%;width:100%;box-shadow:0 4px 10px #0000001a}.survey-title{font-weight:600;color:#212121}.survey-subtitle{color:#757575;margin-top:5px}.progress-bar{margin:10px 0}.survey-form{margin-top:20px}.section-title{margin-top:20px;margin-bottom:10px;font-weight:700}.form-input{margin-top:15px}.form-row{display:flex;flex-direction:column;gap:15px;margin-top:15px}@media (min-width: 768px){.form-row{flex-direction:row}}.divider{margin:20px 0}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.submit-button{background-color:#0056b3;color:#fff;font-weight:700;margin-top:20px}.submit-button:hover{background-color:#00429d}:root{--hdr-bg: #ffffff;--hdr-fg: #000000;--hdr-border: #000000;--hdr-hover: #f1f1f1;--hdr-active: #000000;--hdr-active-bg: #e8e8e8}.header-bar{background:var(--hdr-bg)!important;border-bottom:1px solid var(--hdr-border)!important;padding:0!important;height:80px;position:fixed;inset:0 0 auto 0;z-index:1100}.header-toolbar{display:flex;align-items:center;min-height:80px;width:100%;max-width:1440px;margin:0 auto;padding:0 24px!important;gap:8px}.header-left{display:flex;align-items:center;gap:8px}.logo-link{display:inline-flex;align-items:center}.header-logo{height:116px;width:auto;transition:opacity .25s ease}.header-logo:hover{opacity:.8}.mobile-menu-btn{display:none!important;margin-left:8px!important}.nav-items{display:flex;align-items:center;gap:20px;margin-left:auto}.nav-link{text-decoration:none}.nav-item{display:flex;flex-direction:column;align-items:center;padding:8px 12px;transition:background .2s ease,transform .15s ease;border-radius:12px;color:var(--hdr-fg)}.nav-item:hover{background:var(--hdr-hover)}.nav-item:active{transform:translateY(1px)}.nav-item-active{background:var(--hdr-active-bg);outline:1px solid var(--hdr-active)}.nav-icon{font-size:24px}.nav-text{font-size:12px;margin-top:6px;font-weight:600;letter-spacing:.4px;font-family:Inter,sans-serif}.icon-ghost{border-radius:12px!important}.icon-ghost:hover{background:var(--hdr-hover)!important}.profile-avatar{width:28px!important;height:28px!important;border:2px solid #ffffff;transition:transform .2s ease}.avatar-btn:hover .profile-avatar{transform:scale(1.06)}.logout-btn{border:1px solid var(--hdr-border)!important;color:var(--hdr-fg)!important;padding:8px 14px!important;border-radius:12px!important;font-weight:700!important;text-transform:none!important;font-family:Inter,sans-serif!important;line-height:1!important}.logout-btn:hover{background:var(--hdr-hover)!important}.menu-item-text{margin-left:10px;font-weight:600;font-family:Inter,sans-serif}.nav-spacer{flex:1}@media (max-width: 900px){.mobile-menu-btn{display:inline-flex!important}.nav-items{position:absolute;top:80px;left:0;right:0;background:var(--hdr-bg);border-bottom:1px solid var(--hdr-border);display:none;flex-wrap:wrap;gap:10px 16px;padding:12px 16px}.nav-items.nav-open{display:flex}.hide-on-mobile{display:none!important}.header-logo{height:48px}}@media (max-width: 520px){.nav-item{padding:6px 10px}.nav-icon{font-size:22px}.nav-text{font-size:11px}}.learning-hub-container{display:flex;flex-direction:column;min-height:100vh;background:#fafbfc;font-family:Roboto,sans-serif;padding-top:80px}.learning-hub-content{flex:1;padding:32px 24px;max-width:1200px;margin:0 auto;width:100%}.hub-hero{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:24px;text-align:center}.hub-title{font-weight:700;letter-spacing:.2px}.hub-subtitle{color:#5f6a7d}.hub-actions{display:flex;gap:12px;margin-top:12px}.hub-divider{margin:16px 0 24px}.hub-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}.hub-card{background:#fff;border:1px solid #e6e8ee;border-radius:14px;padding:20px;box-shadow:0 2px 10px #0f172a0a;display:flex;flex-direction:column;gap:10px}.hub-card-header{display:flex;justify-content:space-between;align-items:center}.hub-card-title{font-weight:600;margin:0}.hub-card-desc{color:#5f6a7d;line-height:1.5;min-height:40px}.hub-card-actions{margin-top:8px;display:flex;gap:10px}.chip-neutral{background-color:#eef3ff!important;color:#1a4fff!important}.chip-info{background-color:#e7f3ff!important;color:#0b6bcb!important}.chip-success{background-color:#e8f6ef!important;color:#1b8f4b!important}.chip-muted{background-color:#eef1f6!important;color:#6b7280!important}.create-new-course-button{font-weight:600;text-transform:none;border-radius:10px}.MuiDialog-paper{border-radius:16px!important}.MuiDialogContent-root{padding:8px!important}:root{--sidebar-bg: #ffffff;--sidebar-border: #e5e7eb;--sidebar-hover: #eaf3ff;--sidebar-accent: #1976d2;--text-color: #0f172a}.sidebar-wrapper{display:flex;flex-shrink:0}.sidebar{height:100vh;background:var(--sidebar-bg);border-right:1px solid var(--sidebar-border);display:flex;flex-direction:column;box-shadow:0 0 0 1px #0f172a05,0 6px 24px #0f172a0d}.toggle-container{padding:12px 8px;display:flex;justify-content:flex-end;min-width:60px}.toggle-button{background:transparent;padding:8px;border-radius:999px}.toggle-button:hover{background:#f3f4f6}.sidebar-list{padding:4px 8px}.sidebar-list.main{flex:1 1 auto;min-height:0;overflow-y:auto}.sidebar-divider{margin:6px 10px}.sidebar-list.bottom{flex:0 0 auto;margin-top:auto;padding-bottom:12px;position:sticky;bottom:0;background:var(--sidebar-bg);z-index:1;box-shadow:0 -1px 0 var(--sidebar-border)}.sidebar-item-wrapper{margin-bottom:6px}.sidebar-item{padding:10px;border-radius:12px;display:flex;align-items:center;overflow:hidden;min-width:60px}.sidebar-icon{min-width:40px;display:flex;justify-content:center}.text-container{overflow:hidden;white-space:nowrap}.sidebar-text{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:600;font-size:.98rem;color:var(--text-color)}.sidebar-item.active{background:var(--sidebar-hover)}.sidebar-item.active .sidebar-text,.sidebar-item.active .sidebar-icon{color:var(--sidebar-accent)}.sidebar-item:hover{background:var(--sidebar-hover)}@media (max-width: 768px){.sidebar{width:60px!important}.text-container{opacity:0;width:0}.toggle-container{padding:10px 5px}.sidebar-item{padding:10px 8px}}:root{--hero-grad: linear-gradient(135deg,#e8f1ff 0%,#f7fbff 40%,#ffffff 100%);--panel-bg: #ffffff;--panel-border: #eaecef;--soft-text: #556070;--brand: #003399;--brand-dark: #002277}.course-container{min-height:100vh;background:#f6f8fb;display:flex;flex-direction:column}.hero{background:var(--hero-grad);border-bottom:1px solid var(--panel-border);padding:24px 0}.hero-badge{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.04em;color:#0f172a;background:#e7eefc;padding:6px 10px;border-radius:999px;margin-bottom:12px}.hero-title{font-weight:800!important;color:#0f172a;margin-bottom:6px;text-align:center}.hero-subtitle{color:var(--soft-text);text-align:center}.content-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:24px;width:100%;max-width:1240px;margin:24px auto 36px;padding:0 18px}.panel{background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:16px;box-shadow:0 6px 24px #1018280f;grid-column:span 12;padding-bottom:8px}@media (min-width: 900px){.panel{grid-column:span 6}.panel.panel-wide{grid-column:span 12}}.panel-header .MuiCardHeader-title{font-weight:800;color:#0f172a}.panel-header .MuiCardHeader-subheader{color:var(--soft-text)}.panel-icon{color:var(--brand)}.lecture-box{border:1px solid var(--panel-border);background:#fbfdff;border-radius:12px;padding:16px 18px}.lecture-text{color:#0f172a;line-height:1.7;margin-top:6px;font-size:15.5px}.audio-card{border:1px solid var(--panel-border);border-radius:14px;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease;background:#fff}.audio-card:hover{transform:translateY(-1px);box-shadow:0 6px 16px #1018280f;border-color:#d9e2f2}.audio-card__content{padding:16px}.audio-play-btn{width:56px;height:56px;border:1px solid var(--panel-border)!important;border-radius:12px!important;background:#fff}.audio-avatar{background:#1976d2!important;width:28px!important;height:28px!important}.audio-meta{margin-top:4px;gap:8px}.audio-slider-wrap{position:relative;margin-top:6px}.audio-buffered{position:absolute;top:10px;right:6px;bottom:0;left:6px;pointer-events:none;opacity:.35}.audio-loading{margin-top:8px}.audio-list{padding-right:4px}.video-frame{position:relative;width:100%;aspect-ratio:16/9;border-radius:14px;overflow:hidden;background:#000;margin-bottom:10px;border:1px solid var(--panel-border)}.video-el{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.sticky-side{position:sticky;top:24px}.pill-row{margin-top:12px}.MuiButton-containedPrimary,.MuiButton-containedPrimary:hover{background-color:#039!important}.MuiButton-text{color:#039!important}@media (max-width: 899px){.audio-list{max-height:none;overflow:visible}.sticky-side{position:static;top:auto}}.course-container{display:flex;flex:1;margin-top:80px;padding:20px;background-color:#f9fafc;overflow:hidden;z-index:100}.course-screen-root{display:flex;flex-direction:column;height:100vh}.course-main{flex:2;padding:20px;overflow-y:auto;display:flex;flex-direction:column;align-items:center}.course-content{display:flex;flex:1;padding:20px}.content-frame{width:100%;max-width:960px;margin:0 auto;display:flex;flex-direction:column;align-items:stretch}.course-title{font-weight:700;font-size:32px;color:#333;text-align:center;margin-bottom:20px;width:100%}.video-section{width:100%;display:flex;flex-direction:column;align-items:center}.video-title{font-size:24px;color:#666;text-align:center;margin-bottom:20px;width:100%}.video-wrapper{width:100%;max-width:960px;margin:0 auto;display:flex;justify-content:center;align-items:center;min-height:400px}.video-player{width:100%;aspect-ratio:16 / 9;border-radius:8px;box-shadow:0 4px 8px #0000001a}.video-loading,.video-error{font-size:16px;color:#555;text-align:center}.audio-section{width:100%;max-width:960px;display:flex;flex-direction:column;align-items:center;margin:0 auto 0 50px}.demo-root{width:100%;max-width:960px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.sidebar-overlay{position:fixed;top:80px;left:0;right:0;bottom:0;background:#00000059;z-index:2}@media (max-width: 899px){.demo-root{max-width:100%;padding:0 12px}}.profile-container{display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(135deg,#fff,#f0f0f0)}.profile-content{display:flex;flex:1;padding:40px;gap:40px}.profile-main{flex:1;display:flex;flex-direction:column;gap:40px}.status-overlay{flex:1;display:flex;justify-content:center;align-items:center;font-size:1.5rem;font-weight:500;color:#333;background:#ffffffe6;border-radius:16px;padding:20px}.error{color:#d32f2f}.profile-hero{position:relative;padding:60px 40px;background:#000;color:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0003}.hero-overlay{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}.hero-avatar{width:140px;height:140px;border-radius:50%;border:4px solid #fff;box-shadow:0 6px 20px #fff3;transition:transform .4s ease,box-shadow .4s ease;position:relative}.hero-avatar:hover{transform:scale(1.1);box-shadow:0 10px 30px #ffffff4d}.hero-name{font-size:2.8rem;font-weight:800;letter-spacing:-.5px;text-transform:uppercase}.hero-id{font-size:1.2rem;opacity:.8}.profile-sections{display:flex;flex-direction:column;gap:30px}.section-card{padding:35px;background:#fff;border-radius:16px;box-shadow:0 8px 25px #00000014;transition:transform .3s ease,box-shadow .3s ease}.section-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px #0000001f}.section-title{font-size:1.8rem;font-weight:700;color:#000;margin-bottom:25px;letter-spacing:-.2px}.section-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}.MuiTextField-root,.MuiSelect-root{background:#f8f8f8;border-radius:10px;transition:all .3s ease}.MuiTextField-root:hover,.MuiSelect-root:hover{background:#f0f0f0}.MuiOutlinedInput-root{border:none}.MuiInputLabel-root{font-weight:500;color:#666}.alert{border-radius:10px;box-shadow:0 4px 15px #0000001a;animation:slideIn .5s ease-out}.action-footer{display:flex;justify-content:flex-end;gap:20px;padding:20px 0;background:#fff;border-radius:16px;box-shadow:0 -4px 15px #0000000d}.action-btn{padding:14px 30px;font-size:1.1rem;font-weight:700;text-transform:uppercase;border-radius:10px;transition:all .3s ease}.cancel-btn{border:2px solid #000;color:#000}.cancel-btn:hover{background:#f0f0f0;border-color:#333}.save-btn{background:#000;color:#fff}.save-btn:hover{background:#333;box-shadow:0 6px 20px #0003}.dialog .MuiDialog-paper{border-radius:16px;box-shadow:0 10px 30px #0003;background:#fff}.dialog-btn{font-weight:600;text-transform:uppercase}.dialog-btn.confirm{color:#000}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.profile-content{flex-direction:column;padding:25px}.profile-hero{padding:40px 25px}}@media (max-width: 600px){.section-grid{grid-template-columns:1fr}.hero-avatar{width:100px;height:100px}.hero-name{font-size:2rem}.hero-id{font-size:1rem}.action-footer{flex-direction:column;gap:15px}.action-btn{width:100%;padding:12px}}:root{--navbar-height: 80px;--sidebar-z: 900}.sidebar{position:fixed;top:var(--navbar-height);left:0;height:calc(100vh - var(--navbar-height));background:linear-gradient(to bottom,#fff,#f0f4ff);padding:30px;border-radius:0 15px 15px 0;box-shadow:0 4px 12px #0000001a;transition:width .3s ease,padding .3s ease;z-index:var(--sidebar-z)}.sidebar.open{width:260px}.sidebar.closed{width:70px;padding:20px 10px}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.sidebar-title{font-weight:700;color:#039;font-size:24px;margin:0}.toggle-icon{color:#039;font-size:24px;cursor:pointer;transition:all .3s ease}.toggle-icon:hover{color:#027}.sidebar-menu{list-style:none;padding:0;margin:0}.sidebar-menu li{display:flex;align-items:center;margin:15px 0;padding:12px 20px;cursor:pointer;color:#039;font-weight:600;font-size:16px;border-radius:10px;transition:all .3s ease}.sidebar-menu li:hover{background:#e6efff;color:#027}.sidebar-menu li.active{background:#039;color:#fff;box-shadow:0 2px 8px #00000026}.sidebar-icon{font-size:20px;margin-right:10px}.sidebar.closed .sidebar-menu li{justify-content:center;padding:12px 0}.sidebar.closed .sidebar-icon{margin-right:0}.sidebar-section{margin-top:18px;padding-top:14px;border-top:1px solid #e6efff}.sidebar-section.muted{opacity:.6;filter:grayscale(10%)}.wellness-wrap{display:flex;flex-direction:column;gap:14px}.wellness-title{font-weight:700!important;color:#039}.wellness-row{display:grid;grid-template-columns:84px 1fr;align-items:center;gap:10px}.wellness-label{font-size:14px;color:#1a2b6b}.wellness-bar{position:relative;width:100%;height:14px;border-radius:999px;background:#edf2ff;overflow:hidden;box-shadow:inset 0 0 0 1px #0000000d}.wellness-fill{height:100%;border-radius:999px;transition:width .3s ease}.bar-red{background:#ffe5e5}.bar-orange{background:#fff1e0}.bar-yellow{background:#fff9db}.bar-lightgreen{background:#e7f8ea}.bar-green{background:#e2f5e9}.bar-red .wellness-fill{background:#e53935}.bar-orange .wellness-fill{background:#fb8c00}.bar-yellow .wellness-fill{background:#fbc02d}.bar-lightgreen .wellness-fill{background:#7cb342}.bar-green .wellness-fill{background:#2e7d32}@media (max-width: 960px){.sidebar.open{position:fixed;width:100%;height:calc(100vh - var(--navbar-height));top:var(--navbar-height);left:0;border-radius:0}.sidebar.closed{width:60px;height:calc(100vh - var(--navbar-height));position:fixed;padding:20px 5px}.sidebar.closed .sidebar-menu li{padding:10px 0}}.community-section{width:100%;max-width:900px;margin:40px auto;padding:30px;background:#fff;border-radius:20px;box-shadow:0 8px 24px #0000001a;border:1px solid #e0e7ff}.community-title{font-weight:700;color:#1976d2;font-size:36px;text-align:center;margin-bottom:10px}.community-subtitle{color:#555;font-size:16px;text-align:center;margin-bottom:30px}.comments-container{max-height:500px;overflow-y:auto;padding:10px;border-radius:12px;background:#f9fafb;margin-bottom:20px}.comments-container::-webkit-scrollbar{width:8px}.comments-container::-webkit-scrollbar-thumb{background:#1976d2;border-radius:4px}.comment-card{display:flex;align-items:flex-start;background:#fff;padding:15px;border-radius:12px;margin:10px 0;box-shadow:0 2px 6px #0000000d;transition:all .2s ease}.comment-card:hover{box-shadow:0 4px 12px #0000001a}.comment-avatar{width:40px;height:40px;background:#1976d2;color:#fff;font-weight:600;margin-right:15px}.comment-content{flex:1}.comment-text{color:#333;font-size:15px;line-height:1.6}.comment-meta{display:flex;justify-content:space-between;margin-top:5px}.comment-user{color:#1976d2;font-weight:500;font-size:13px}.comment-time{color:#888;font-size:12px}.no-comments,.loading-text{text-align:center;color:#777;font-size:16px;padding:20px}.comment-input-container{display:flex;flex-direction:column;gap:15px}.comment-input{width:100%;background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.comment-input:focus-within{box-shadow:0 2px 12px #1976d233}.comment-button{align-self:flex-end;background:#1976d2;color:#fff;border-radius:30px;padding:10px 30px;font-weight:600;text-transform:none;transition:all .3s ease}.comment-button:hover{background:#115293;box-shadow:0 4px 12px #1152934d}.comment-button:disabled{background:#b0bec5;cursor:not-allowed}.zenhub-container{display:flex;flex-direction:column;min-height:100vh;background-color:#f4f6f9;font-family:Roboto,sans-serif}.zenhub-content{display:flex;gap:30px;flex:1;padding:40px;position:relative;z-index:5}.main-content{flex:2;transition:margin-left .3s ease;padding-left:20px;z-index:20}.main-content.shifted{margin-left:290px}.main-content:not(.shifted){margin-left:100px}.search-bar{margin-bottom:30px}.search-input{border-radius:12px;background:#fff;border:1px solid #d1d9e6;padding:12px 20px;box-shadow:0 2px 8px #0000000d}.featured-classes{margin-bottom:40px}.section-title{font-weight:700;font-size:28px;margin-bottom:20px;color:#039}.class-card{background:#fff;padding:20px;border-radius:12px;text-align:center;box-shadow:0 4px 10px #0000001a;transition:all .3s ease;cursor:pointer}.class-card:hover{transform:translateY(-5px);box-shadow:0 6px 15px #00000026}.video-placeholder{position:relative;height:180px;border-radius:10px;overflow:hidden;margin-bottom:15px;background-color:#000;box-shadow:0 2px 6px #0003}.video-placeholder:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:1}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;background:#039;color:#fff;border-radius:50%;padding:15px 20px;font-size:24px;transition:all .3s ease}.play-button:hover{background:#027;transform:translate(-50%,-50%) scale(1.1)}.class-title{font-weight:600;color:#039;margin-bottom:10px;font-size:16px}.class-details{color:#666}.current-media{padding:25px;border-radius:12px;background:#fff;box-shadow:0 4px 10px #0000001a;overflow:hidden;z-index:20}.video-title{font-weight:700;color:#039;margin-top:15px;font-size:20px}.video-details{color:#666}.loader,.no-videos,.no-video{color:#039;text-align:center}@media (max-width: 960px){.zenhub-content{flex-direction:column;padding:20px}.main-content{margin-left:90px!important;padding-left:0}.main-content.shifted{margin-left:0!important}}.current-media{cursor:default;transition:none}.current-media:hover{transform:none}.media-modal{position:relative;outline:none}.audio-modal{background-image:url(https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80);background-size:cover;background-position:center;position:relative}.audio-modal:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1}.audio-modal>*{position:relative;z-index:2}.media-modal:after{content:"✕";position:absolute;top:10px;right:10px;color:#fff;font-size:24px;cursor:pointer;z-index:10}.audio-placeholder{position:relative;height:180px;border-radius:10px;overflow:hidden;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center}.audio-player{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:transparent;padding:20px}.audio-player audio{width:80%;max-width:600px;background:#fff3;border-radius:8px;padding:10px;box-shadow:0 4px 10px #0000004d}.audio-player audio::-webkit-media-controls-panel{background:transparent;color:#fff}.audio-player audio::-webkit-media-controls-play-button,.audio-player audio::-webkit-media-controls-volume-slider,.audio-player audio::-webkit-media-controls-current-time-display,.audio-player audio::-webkit-media-controls-time-remaining-display{color:#fff;filter:brightness(1.2)}@media (max-width: 960px){.audio-player audio{width:90%}}.assignments-container{display:flex;flex-direction:column;min-height:100dvh;background-color:#f9fafc;color:#333}.assignments-content{display:flex;flex:1}.assignments-main{flex:1;padding:clamp(16px,2.2vw,30px);overflow-y:auto;color:#333}.assignments-title{font-weight:800;margin-bottom:10px;color:#1f3a8a;display:flex;align-items:center;font-size:clamp(20px,2.2rem,34px)}.title-divider{margin-bottom:20px;border-color:#e5e7eb}.assignment-overview{margin-bottom:20px}.overview-card{padding:clamp(16px,2vw,22px);background:#fff;border:1px solid #e6e8ee;border-radius:12px;box-shadow:0 6px 18px #0f172a0d;transition:transform .2s ease}.overview-card:hover{transform:translateY(-2px)}.pending{border-left:6px solid #f59e0b}.completed{border-left:6px solid #10b981}@media (max-width: 900px){.assignment-overview{row-gap:16px}}.assignments-table{background:#fff;box-shadow:0 6px 18px #0f172a0d;border-radius:12px;margin-top:20px;border:1px solid #e6e8ee;overflow-x:auto}.assignments-table table{min-width:720px}@media (min-width: 1200px){.assignments-table table{min-width:860px}}.table-header{background-color:#1d4ed8;color:#fff}.assignments-table tbody tr:nth-child(2n){background-color:#f8fafc}.assignments-table tbody tr{color:#333}.status-pending{color:#f59e0b;font-weight:700}.status-graded{color:#10b981;font-weight:700}@media (max-width: 600px){.assignments-table th,.assignments-table td{padding:10px 12px!important}}@media (max-width: 520px){.assignments-table thead th:nth-child(2),.assignments-table tbody td:nth-child(2){display:none}}@media (max-width: 420px){.assignments-table tbody td:last-child button{width:100%}}button{text-transform:none;font-weight:600}.subtopic-dropdown-cell{padding:0;background:#f9fafc}.subtopics-container{padding:clamp(12px,2.2vw,16px) clamp(16px,3vw,28px);background:#f9fafc;border-top:1px solid #e5e7eb;color:#333}.subtopics-header{font-weight:700;color:#1f3a8a;margin-bottom:10px}.subtopics-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:10px}.subtopic-item{background:#1d4ed8;color:#fff;padding:8px 12px;border-radius:10px;font-size:13px;font-weight:700;transition:transform .15s ease,box-shadow .15s ease}.subtopic-item:hover{transform:translateY(-1px);box-shadow:0 6px 14px #02061714}@media (max-width: 768px){.subtopics-list{flex-direction:column}.subtopic-item{padding:10px;text-align:center}}@media (prefers-reduced-motion: reduce){.overview-card,.subtopic-item{transition:none}.overview-card:hover,.subtopic-item:hover{transform:none;box-shadow:none}}@media (prefers-color-scheme: dark){.assignments-container{background-color:#0b1220;color:#e5e7eb}.assignments-main{color:#e5e7eb}.overview-card,.assignments-table{background:#0f172a;border-color:#1e293b;box-shadow:0 6px 18px #00000059}.title-divider{border-color:#25324a}.assignments-table tbody tr:nth-child(2n){background-color:#0d1426}.subtopic-dropdown-cell,.subtopics-container{background:#0b1220;border-top-color:#1e293b;color:#e5e7eb}.subtopic-item{background:#1d4ed8;color:#fff}}.cc-banner,.assignments-toolbar{background:#fff;border:1px solid #e6e8ee;box-shadow:0 6px 18px #0f172a0d;border-radius:12px}.assignments-table thead .table-header th{background-color:#1d4ed8;color:#fff}@media (max-width: 600px){.assignments-toolbar .MuiInputBase-root,.assignments-toolbar .MuiSelect-root{min-width:100%}}.subtopics-wrapper{display:flex;flex-direction:column;align-items:center;gap:24px;max-width:900px;width:100%;margin-top:40px}.subtopics-bubble{padding:24px;background:#f9fafb;border-radius:20px;box-shadow:0 6px 20px #00000014;border:1px solid #e5e7eb;text-align:center;width:100%;box-sizing:border-box}.subtopics-title{font-size:24px;font-weight:700;color:#1e3a8a;margin-bottom:12px;letter-spacing:.5px}.selection-info{font-size:16px;color:#4b5563;margin-bottom:20px;line-height:1.5}.selection-info .all-set{color:#16a34a;font-weight:600;margin-left:8px}.subtopics{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;padding:12px;background:#fff;border-radius:12px;box-shadow:inset 0 2px 4px #0000000d}.subtopic-chip{background:linear-gradient(135deg,#dbeafe,#bfdbfe)!important;color:#1e3a8a!important;font-size:15px;font-weight:500;padding:10px 18px;border-radius:30px!important;transition:all .3s ease;cursor:pointer;box-shadow:0 3px 10px #0000001a}.subtopic-chip:hover{transform:translateY(-2px);background:linear-gradient(135deg,#bfdbfe,#93c5fd)!important;box-shadow:0 5px 12px #00000026}.subtopic-chip.selected{background:linear-gradient(135deg,#1e3a8a,#1e40af)!important;color:#fff!important;transform:scale(1.05);box-shadow:0 6px 16px #0003;font-weight:600}.subtopic-chip:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.subtopic-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;max-width:100%}.subtopic-buttons button{padding:10px 20px;font-size:16px;font-weight:600;border-radius:10px;transition:all .2s ease;text-transform:none;min-height:0;height:auto;line-height:1.5}.confirm-button{background-color:#1e3a8a;color:#fff}.confirm-button:hover{background-color:#1e40af;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.auto-select-button{border-color:#1e3a8a;color:#1e3a8a}.auto-select-button:hover{border-color:#1e40af;color:#1e40af;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}@media (max-width: 768px){.subtopics-wrapper{margin-top:32px}.subtopics-bubble{padding:16px}.subtopics-title{font-size:20px}.selection-info{font-size:14px}.subtopic-chip{font-size:14px;padding:8px 16px}.subtopic-buttons{flex-direction:column;gap:12px;width:100%}.subtopic-buttons button{width:100%;padding:8px 16px;font-size:14px}}.audio-controls{display:flex;flex-direction:row;gap:15px;justify-content:center;max-width:800px;width:100%}.control-button{background-color:#039!important;color:#fff!important;font-weight:700!important;padding:10px 20px!important;font-size:16px!important;border-radius:8px!important;transition:transform .3s ease,background-color .3s ease}.control-button:hover{background-color:#027!important;transform:translateY(-2px)}@media (max-width: 600px){.audio-controls{flex-direction:column;align-items:center}}.audio-container{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;min-height:100vh;background-color:#f9fafc;padding:84px 20px 20px;position:relative}.main-content{flex:1;display:flex;flex-direction:column;align-items:center;max-width:calc(100% - 240px);margin-right:220px;padding-bottom:70px}.audio-sidebar{position:fixed;bottom:0;left:0;width:100%;background-color:#f0f0f0;padding:10px 20px;box-shadow:0 -4px 10px #0000001a;display:flex;justify-content:center;align-items:center;z-index:1000}.video-box{background:#000;color:#fff;width:800px;height:450px;border-radius:15px;box-shadow:0 6px 20px #0003;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;overflow:hidden;padding:10px}.caption-box{width:100%;height:100%;background:#000c;padding:15px;border-radius:8px;text-align:center;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto}.caption-box::-webkit-scrollbar{width:8px}.caption-box::-webkit-scrollbar-track{background:#ffffff1a;border-radius:8px}.caption-box::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:8px}.caption-box::-webkit-scrollbar-thumb:hover{background:#ffffff80}.caption-box{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) rgba(255,255,255,.1)}.caption-text{font-size:16px;font-weight:700;color:#fff;text-align:center;white-space:pre-wrap;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;line-height:1.4;width:100%}.progress-container{width:800px;margin-top:5px}.progress-bar{width:100%;background:#fff3}.loading-overlay{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);text-align:center}.loading-spinner{color:#fff!important}.loading-text{margin-top:10px;font-size:16px;font-weight:700;color:#ddd}@media (max-width: 1050px){.audio-container{padding-top:74px}.video-box{width:90%;height:auto;aspect-ratio:16/9;padding:15px}.progress-container{width:90%}.caption-text{font-size:14px}.main-content{margin-right:0;max-width:100%;padding-bottom:70px}}.yes-no-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:20px;padding:20px;background-color:#f9fafc;border-radius:15px;box-shadow:0 6px 20px #0003;width:800px}.yes-no-container .MuiTypography-h6{font-size:16px;font-weight:700;color:#333;margin-bottom:15px;text-align:center}.yes-no-container .yes-no-buttons{display:flex;gap:15px;justify-content:center}.yes-no-container .MuiButton-root{background-color:#039!important;color:#fff!important;font-weight:700!important;padding:10px 20px!important;font-size:16px!important;border-radius:8px!important;transition:transform .3s ease,background-color .3s ease}.yes-no-container .MuiButton-root:hover{background-color:#027!important;transform:translateY(-2px)}@media (max-width: 850px){.yes-no-container{width:90%}.yes-no-container .MuiTypography-h6{font-size:14px}.yes-no-container .MuiButton-root{font-size:14px;padding:10px 18px!important}}.sync-container{text-align:center;padding:20px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;max-width:400px;margin:auto}.sync-title{font-weight:700;color:#039}.sync-subtext{font-size:14px;color:#666;margin-bottom:20px}.animation-wrapper{display:flex;align-items:center;justify-content:center;gap:15px;margin:20px 0}.sync-animation{font-size:24px;font-weight:700;color:#039}.syncing-state{margin-top:20px}.syncing-text{margin-top:10px;font-size:14px;color:#333}.sync-success{font-size:14px;color:green;margin-top:10px}.sync-button{background-color:#039!important;color:#fff!important;font-weight:700!important;padding:10px 20px!important;font-size:16px!important;transition:transform .2s ease,background-color .3s ease}.sync-button:hover{background-color:#027!important;transform:translateY(-2px)}.course-topic-container{display:flex;flex-direction:column;height:100vh;background-color:#f9fafc}.course-topic-content{display:flex;flex:1;padding:20px}.course-topic-main{flex:1;padding:30px;overflow-y:auto;display:flex;justify-content:center;align-items:center}.topic-card{background:#fff;padding:40px;border-radius:12px;max-width:800px;width:100%;box-shadow:0 4px 10px #0000001a;text-align:center}.topic-card h4{font-weight:700;color:#039;margin-bottom:10px}.topic-description{font-size:16px;color:#555;line-height:1.6;text-align:justify;margin-bottom:20px}.video-container{background:#dde1e7;border-radius:8px;padding:10px;margin-bottom:20px}.video-embed{width:100%;height:400px;border-radius:8px}.resources-section,.assignments-section,.discussion-section{background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 8px #0000001a;margin-bottom:20px;text-align:left}.resources-section h6,.assignments-section h6,.discussion-section h6{font-weight:700;color:#039;margin-bottom:10px}.resource-item,.assignment-item,.discussion-item{font-size:16px;color:#555;padding:8px 0;border-bottom:1px solid #e0e0e0}.resource-item:last-child,.assignment-item:last-child,.discussion-item:last-child{border-bottom:none}.back-button{background-color:#039;color:#fff;font-weight:700;padding:12px 20px;margin-top:20px;font-size:16px;border-radius:8px;text-transform:none;transition:transform .3s ease,background-color .3s ease}.back-button:hover{background-color:#027;transform:translateY(-2px)}.error-text{text-align:center;color:red;font-weight:700;font-size:20px}@media (max-width: 768px){.course-topic-content{flex-direction:column;padding:15px}.topic-card{padding:30px;max-width:90%}.video-embed{height:300px}.back-button{width:100%}}.faq-container{display:flex;flex-direction:column;min-height:100vh;background-color:#f9fafc}.faq-content{display:flex;flex:1;padding:20px}.faq-mobile{flex-direction:column;padding:10px}.faq-main{flex:1;padding:30px;overflow-y:auto}.faq-title{font-weight:700;margin-bottom:20px;color:#039;text-align:center}.infographic-section{margin-top:40px;text-align:center}.infographic-grid{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:20px}.infographic-box{padding:15px;border-radius:8px;font-size:14px;font-weight:700;text-align:center;color:#fff}.deep-purple{background-color:#6a1b9a}.purple{background-color:#8e24aa}.dark-blue{background-color:#283593}.blue{background-color:#1565c0}.teal{background-color:#00897b}.green{background-color:#43a047}.dark-green{background-color:#2e7d32}.infographic-footer{font-weight:700;font-size:20px;color:#039;margin-top:15px}@media (max-width: 1024px){.faq-content{flex-direction:column;padding:10px}.faq-main{padding:15px}.infographic-grid{flex-direction:column}}.generated-subtopics-container{display:flex;flex-direction:column;min-height:100vh;background-color:#f9fafc}.subtopics-content{display:flex;flex:1}.sidebar{flex:.2}.subtopics-main{flex:.8;padding:30px;text-align:center}.subtopics-title{font-weight:700;color:#039;margin-bottom:10px}.subtopics-instructions{color:#555;margin-bottom:20px;font-size:16px}.subtopics-grid{display:flex;justify-content:center}.subtopic-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:15px;text-align:center;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.subtopic-card:hover{transform:translateY(-3px);box-shadow:0 6px 15px #00000026}.subtopic-card.selected{background-color:#039;color:#fff}.subtopic-text{font-size:14px;font-weight:700}.submit-container{margin-top:20px;text-align:center}.submit-button{background-color:#039;color:#fff;font-weight:700;padding:12px 20px;font-size:16px;border-radius:8px;transition:transform .3s ease,background-color .3s ease}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.submit-button:hover:not(:disabled){background-color:#027;transform:translateY(-2px)}@media (max-width: 1024px){.subtopics-content{flex-direction:column}.sidebar{display:none}.subtopics-main{flex:1;padding:20px}.subtopics-grid{flex-direction:column}.subtopic-card{padding:12px}}.onboarding-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#f9fafc;padding:20px}.video-section{text-align:center;background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 12px #0000001a;max-width:850px;width:100%;transition:all .3s ease}.video-title{font-size:24px;font-weight:700;color:#039;margin-bottom:20px}.video-wrapper{display:flex;justify-content:center;align-items:center;background:#f0f4ff;padding:15px;border-radius:8px}.video-player{width:100%;height:450px;border-radius:8px;border:none;box-shadow:0 4px 10px #0000001a}.loading-text,.error-text{font-size:18px;font-weight:700;color:#039}.prompt-box{margin-top:20px;padding:15px;border-radius:10px;background:#fff;box-shadow:0 4px 12px #0000001a}.prompt-buttons{display:flex;gap:15px;justify-content:center;margin-top:10px}.next-button{background-color:#039!important;color:#fff!important;font-weight:700!important;margin-top:15px!important;padding:12px 24px!important;font-size:16px!important;transition:transform .3s ease,background-color .3s ease}.next-button:disabled{background-color:#ccc!important;cursor:not-allowed!important}.next-button:hover:not(:disabled){background-color:#027!important;transform:translateY(-2px)}.progress-section{text-align:center;margin-top:30px;width:100%;max-width:650px}.progress-bar{width:100%;margin-top:10px;height:12px!important;border-radius:6px}.progress-text{font-size:16px;font-weight:600}.consent-button-box,.survey-button-box{margin-top:20px}.consent-button-box button,.survey-button-box button{background-color:#28a745;font-size:16px;font-weight:700;padding:10px 20px;transition:transform .2s ease,background-color .3s ease}.consent-button-box button:hover{background-color:#218838;transform:translateY(-2px)}.survey-button-box button:hover{background-color:#c82333;transform:translateY(-2px)}.dropdown-box{margin-top:20px;padding:15px;border-radius:10px;background:#fff;box-shadow:0 4px 12px #0000001a;text-align:center;max-width:500px;width:100%}.dropdown-box select{width:100%;padding:12px;font-size:16px;border:2px solid #003399;border-radius:8px;background:#f9fafc;color:#039;font-weight:600;outline:none;transition:all .3s ease}.dropdown-box select:hover,.dropdown-box select:focus{border-color:#027;background:#e8edff}.dropdown-box input{width:100%;padding:10px;margin-top:10px;font-size:16px;border:2px solid #003399;border-radius:8px;outline:none;transition:all .3s ease}.dropdown-box input:focus{border-color:#027;background:#e8edff}.dropdown-box button{background-color:#039;color:#fff;font-size:16px;font-weight:700;padding:12px 24px;border-radius:8px;margin-top:15px;transition:transform .3s ease,background-color .3s ease}.dropdown-box button:hover{background-color:#027;transform:translateY(-2px)}@media (max-width: 768px){.video-player{height:300px}.video-section{padding:20px}.video-title{font-size:20px}.next-button{font-size:14px;padding:10px 18px}.prompt-box{flex-direction:column;align-items:center}.prompt-box button{width:100%}}.appBar{background-color:#0000004d!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:none;transition:background-color .3s ease-in-out}.toolbar{display:flex;justify-content:space-between;align-items:center;min-height:40px;padding:5px 20px}.mobileLogoContainer{display:none}.navLinks{display:flex;gap:1rem}.navButton{color:#fff!important;text-transform:none!important;font-size:.85rem!important;padding:4px 10px!important;transition:all .3s ease-in-out}.navButton:hover{color:#40a9ff!important;background:#40a9ff1a!important;border-radius:4px}@media (max-width: 768px){.toolbar{padding:5px 12px}.mobileLogoContainer{display:flex;align-items:center}.mobileLogo{height:30px;width:auto}.navButton{font-size:.8rem!important;padding:3px 8px!important}}.nda-root{background-color:#000;color:#fff;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;position:relative;isolation:isolate}.nda-appbar-spacer{height:64px}@media (max-width: 600px){.nda-appbar-spacer{height:56px}}.nda-container{padding-top:1rem;padding-bottom:4rem}.nda-title{color:#fff;font-weight:700;margin-bottom:.25rem}.nda-subtitle{color:#fff;margin:.25rem 0 1rem}.nda-what-you-can-do{background:#0f1115;border:1px solid #1d2230;padding:1rem;border-radius:10px;margin:.75rem 0 1.25rem}.nda-list-heading{color:#fff;font-weight:600;margin-bottom:.25rem}.nda-ul{margin:.25rem 0 0;padding-left:1.2rem;color:#fff}.nda-ul li{margin:.3rem 0}.nda-reader-controls{margin-bottom:1rem}.nda-form{background:#11161c;border:1px solid #1d2230;padding:1.25rem;margin-bottom:1.5rem;border-radius:12px;position:relative;z-index:2}.nda-divider{margin:1.5rem 0;border-color:#222a36}.nda-doc{background:#fff;color:#000;border:1px solid #ccc;padding:1.5rem;border-radius:12px;position:relative;z-index:2;transform:none!important;filter:none!important;backface-visibility:hidden;will-change:auto}.nda-doc-header{display:flex;align-items:center;gap:1rem}.nda-logo{height:48px;width:auto}.nda-doc-title{color:#000;font-weight:600}.nda-doc-meta{color:#333}.nda-doc-divider{margin:.75rem 0 1rem;border-color:#ddd}.nda-doc-body{color:#000!important;white-space:pre-wrap;background:transparent;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;line-height:1.75;font-size:1.06rem;letter-spacing:0;-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto;text-rendering:optimizeLegibility}.nda-doc.reader .nda-doc-body{font-size:1.14rem;line-height:1.9}.nda-doc-body::-moz-selection{background:#40a9ff40}.nda-doc-body::selection{background:#40a9ff40}@media print{.nda-root,.nda-container{background:#fff!important;color:#000!important}.nda-appbar-spacer,.nda-form,.nda-divider,.nda-reader-controls,.nda-what-you-can-do{display:none!important}.nda-doc{border:none!important;background:#fff!important;color:#000!important;padding:0!important;border-radius:0!important}.nda-doc-title{color:#000!important}.nda-doc-body{color:#000!important;font-size:12pt!important;line-height:1.6!important;text-rendering:geometricPrecision!important}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.-right-1{right:-.25rem}.-top-1{top:-.25rem}.left-0{left:0}.right-0{right:0}.top-0{top:0}.z-40{z-index:40}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.-mb-px{margin-bottom:-1px}.-mt-1{margin-top:-.25rem}.mb-2{margin-bottom:.5rem}.mb-7{margin-bottom:1.75rem}.mr-2{margin-right:.5rem}.mr-2\.5{margin-right:.625rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-14{height:3.5rem}.h-2{height:.5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-\[18px\]{height:18px}.h-\[56px\]{height:56px}.h-full{height:100%}.h-px{height:1px}.min-h-14{min-height:3.5rem}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-14{width:3.5rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-72{width:18rem}.w-8{width:2rem}.w-\[18px\]{width:18px}.w-auto{width:auto}.w-full{width:100%}.w-px{width:1px}.min-w-4{min-width:1rem}.min-w-40{min-width:10rem}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-7xl{max-width:80rem}.max-w-\[460px\]{max-width:460px}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[28px\]{border-radius:28px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-t{border-top-width:1px}.border-\[\#e6edf6\]{--tw-border-opacity: 1;border-color:rgb(230 237 246 / var(--tw-border-opacity, 1))}.border-\[\#ff9800\]{--tw-border-opacity: 1;border-color:rgb(255 152 0 / var(--tw-border-opacity, 1))}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-400{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-t-blue-600{--tw-border-opacity: 1;border-top-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.bg-\[\#d1fae5\]{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.bg-\[\#f3f5f9\]{--tw-bg-opacity: 1;background-color:rgb(243 245 249 / var(--tw-bg-opacity, 1))}.bg-\[\#f8fbff\]{--tw-bg-opacity: 1;background-color:rgb(248 251 255 / var(--tw-bg-opacity, 1))}.bg-\[\#fff7ed\]{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/40{background-color:#0006}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.object-cover{-o-object-fit:cover;object-fit:cover}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[13px\]{font-size:13px}.text-\[16px\]{font-size:16px}.text-\[42px\]{font-size:42px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-snug{line-height:1.375}.tracking-wide{letter-spacing:.025em}.text-\[\#0f172a\]{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-\[\#101828\]{--tw-text-opacity: 1;color:rgb(16 24 40 / var(--tw-text-opacity, 1))}.text-\[\#12131a\]{--tw-text-opacity: 1;color:rgb(18 19 26 / var(--tw-text-opacity, 1))}.text-\[\#16a34a\]{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-\[\#2667ff\]{--tw-text-opacity: 1;color:rgb(38 103 255 / var(--tw-text-opacity, 1))}.text-\[\#344054\]{--tw-text-opacity: 1;color:rgb(52 64 84 / var(--tw-text-opacity, 1))}.text-\[\#667085\]{--tw-text-opacity: 1;color:rgb(102 112 133 / var(--tw-text-opacity, 1))}.text-\[\#98a2b3\]{--tw-text-opacity: 1;color:rgb(152 162 179 / var(--tw-text-opacity, 1))}.text-\[\#ef7b00\]{--tw-text-opacity: 1;color:rgb(239 123 0 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.overline{text-decoration-line:overline}.underline-offset-2{text-underline-offset:2px}.opacity-50{opacity:.5}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_10px_30px_rgba\(17\,24\,39\,0\.05\)\]{--tw-shadow: 0 10px 30px rgba(17,24,39,.05);--tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}body{padding-top:60px}.placeholder\:text-\[\#98a2b3\]::-moz-placeholder{--tw-text-opacity: 1;color:rgb(152 162 179 / var(--tw-text-opacity, 1))}.placeholder\:text-\[\#98a2b3\]::placeholder{--tw-text-opacity: 1;color:rgb(152 162 179 / var(--tw-text-opacity, 1))}.focus-within\:border-\[\#bfd5f2\]:focus-within{--tw-border-opacity: 1;border-color:rgb(191 213 242 / var(--tw-border-opacity, 1))}.focus-within\:border-red-400:focus-within{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-\[\#e8f0fb\]:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(232 240 251 / var(--tw-ring-opacity, 1))}.focus-within\:ring-red-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1))}.hover\:bg-\[\#111827\]:hover{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.hover\:bg-black\/5:hover{background-color:#0000000d}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-70:disabled{opacity:.7}@media (min-width: 640px){.sm\:px-8{padding-left:2rem;padding-right:2rem}}
