@import"https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap";*{margin:0;font-style:normal;font-family:var(--family-font)}body{margin:0;padding:0;display:flex;place-items:center;min-width:320px;min-height:100vh}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--purple100: #D8C8EF;--purple200: #B191E0;--purple300: #8A5AD0;--purple400: #6533B1;--purple500: #46237A;--purple600: #381C62;--purple700: #2A1549;--purple800: #1C0E31;--purple900: #0E0718;--blue100: #C2E7F9;--blue200: #86CEF3;--blue300: #49B6ED;--blue400: #169BDD;--blue500: #1070A0;--blue600: #0D5A80;--blue700: #0A4360;--blue800: #062D40;--blue900: #031620;--cyan100: #C8FAFA;--cyan200: #91F5F5;--cyan300: #5AF0F0;--cyan400: #24EAEA;--cyan500: #12C0C0;--cyan600: #0E9A9A;--cyan700: #0B7373;--cyan800: #074D4D;--cyan900: #042626;--green100: #DAFAEC;--green200: #B6F4D8;--green300: #91EFC5;--green400: #6DE9B1;--green500: #48E49E;--green600: #1FD181;--green700: #179D61;--green800: #0F6941;--green900: #083420;--white: #FFF;--gray200: #E3E3E3;--gray300: #C6C6C6;--gray400: #AAA;--gray500: #8E8E8E;--gray600: #717171;--gray700: #555;--gray800: #393939;--gray900: #1C1C1C;--ohers-red: #A61616;--ohers-yellow: #FFB922;--ohers-green: #3B9F65;--ohers-bg: #FCFCFC;--family-font: "Sarabun", Tahoma, Geneva, Verdana, sans-serif;--font-size-desk-title1: 2.5rem;--font-size-desk-title2: 2.25rem;--font-size-desk-subtitle1: 1.75rem;--font-size-desk-subtitle2: 2rem;--font-size-desk-body: 1.375rem;--font-size-desk-button: 1.25rem;--font-size-desk-caption: 1.125rem;--font-size-mobile-title1: 2.25rem;--font-size-mobile-title2: 2rem;--font-size-mobile-subtitle1: 1.5rem;--font-size-mobile-subtitle2: 1.25rem;--font-size-mobile-body: 1.125rem;--font-size-mobile-button: 1rem;--font-size-mobile-caption: .875rem;--button-shadow: 4px 0px 8px 0px var(--gray200);--button-radius-corner: .625rem;--sds-size-space-100: .25rem;--sds-size-space-200: .5rem;--sds-size-space-300: .75rem;--sds-size-space-400: 1rem;--sds-size-space-600: 1.5rem;--sds-size-space-800: 2rem;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}label{color:#000;text-align:left!important;font-weight:700}legend{color:#000;text-align:left}h1{font-size:var(--font-size-mobile-title1);font-weight:700}h2{font-size:var(--font-size-mobile-title2);font-weight:700}h3{font-size:var(--font-size-mobile-subtitle1);font-weight:600}h4{font-size:var(--font-size-mobile-subtitle2);font-weight:500}video{max-width:100%;height:auto}.app-paper{min-width:100%!important;min-height:max-content!important}.body-text{font-size:var(--font-size-mobile-body);font-weight:400}.body-bold{font-size:var(--font-size-mobile-body);font-weight:600}.button-text{font-size:var(--font-size-mobile-button);font-weight:700}.caption-text-light{font-size:var(--font-size-mobile-button);font-weight:400}.caption-text{font-size:var(--font-size-mobile-caption);font-weight:600}.button_style{display:flex;width:auto;padding:var(--sds-size-space-300) var(--sds-size-space-400);justify-content:center;align-items:center;gap:var(--sds-size-space-200);border-radius:var(--button-radius-corner);box-shadow:var(--button-shadow)}.button_style:disabled{background:var(--gray300)!important;color:var(--white)!important}.white_button{background:var(--white);color:var(--purple900)}.white_button:hover{background:var(--gray200)}.white_button_outline{border:2px solid var(--gray500);color:var(--gray500)}.white_button_outline :hover{border-color:var(--gray800);color:var(--gray800)}.white_category_button{display:flex;padding:var(--sds-size-space-200) var(--sds-size-space-300);justify-content:center;align-items:center;border-radius:var(--button-radius-corner);border:2px solid var(--gray500);color:var(--gray500);box-shadow:var(--button-shadow)}.white_category_button:hover{border:2px solid var(--gray800);color:var(--gray800)}.green_button{background:var(--green600);color:var(--white)}.green_button:hover{background:var(--green400)}.green_button_outline{border:2px solid var(--green600);color:var(--green600)}.green_button_outline:hover{border-color:var(--green800);color:var(--green800)}.cyan_button{width:100%!important;background:var(--cyan500);color:var(--white)}.cyan_button:hover{background:var(--cyan700)}.cyan_button_outline{border:2px solid var(--green600);color:var(--green600)}.cyan_button:hover{border-color:var(--cyan800);color:var(--cyan800)}.purple_button{background:var(--purple500);color:var(--white)}.purple_button:hover{background:var(--purple200)}.purple_button_outline{border:2px solid var(--purple500);color:var(--purple500)}.purple_button_outline :hover{border-color:var(--purple200);color:var(--purple200)}.purple_category_button{display:flex;padding:var(--sds-size-space-200) var(--sds-size-space-300);justify-content:center;align-items:center;border-radius:var(--button-radius-corner);border:2px solid var(--purple500);color:var(--purple500);box-shadow:var(--button-shadow)}.purple_category_button:hover{border:2px solid var(--purple200);color:var(--purple200)}.input_style{display:flex;padding:var(--sds-size-space-300) var(--sds-size-space-400);align-items:center;border-radius:var(--button-radius-corner);border:1px solid var(--gray200);background:var(--white);box-shadow:var(--button-shadow);color:var(--purple900)}@media screen and (min-width: 1200px){h1{font-size:var(--font-size-desk-title1);font-weight:700}h2{font-size:var(--font-size-desk-title2);font-weight:700}h3{font-size:var(--font-size-desk-subtitle1);font-weight:600}h4{font-size:var(--font-size-desk-subtitle2);font-weight:500}.body-text{font-size:var(--font-size-desk-body);font-weight:400}.body-bold{font-size:var(--font-size-desk-body);font-weight:600}.button-text{font-size:var(--font-size-desk-button);font-weight:700}.caption-text-light{font-size:var(--font-size-desk-button);font-weight:400}.caption-text{font-size:var(--font-size-desk-caption);font-weight:600}}html,body,#root{min-height:100vh;width:100%;margin:0}body{background:#f4f6fb}#root{display:flex;justify-content:center;align-items:center}.login-page{display:flex;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:32px}.login-shell{width:100%;max-width:1200px;min-height:620px;display:grid;grid-template-columns:1fr 1.1fr;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 24px 60px #0f172a14}.login-shell__left{display:flex;flex-direction:column;justify-content:center;padding:48px 44px;background:#fff}.login-shell__right{position:relative;display:flex;align-items:flex-end;justify-content:center;padding:40px;background:linear-gradient(180deg,#0d3b66,#18598c)}.login-brand{margin-bottom:28px}.login-brand__logo{display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:26px;letter-spacing:.02em;color:#0b1220}.login-card__header{display:flex;flex-direction:column;gap:10px;margin-bottom:22px}.login-card__title{margin:0;font-size:48px;font-weight:800;line-height:1.05;color:#0f172a}.login-card__subtitle{margin:0;font-size:18px;line-height:1.6;color:#64748b}.login-label{font-size:14px;color:#0f172a;font-weight:600}.auth-form input[type=email],.auth-form input[type=password],.auth-form input[type=text]{width:100%;height:44px;border-radius:12px;border:1px solid #e6eaf0;padding:0 14px;outline:none;background:#eef2f7;color:#0b1220;box-shadow:0 2px 10px #1018280a;transition:border-color .2s ease,box-shadow .2s ease}.auth-form input::placeholder{color:#94a3b8}.auth-form input:focus{border-color:#12c0c08c;box-shadow:0 0 0 4px #12c0c024;background:#fff}.pwd-wrap{position:relative;display:flex;align-items:center}.pwd-wrap input{padding-right:44px}.pwd-toggle{position:absolute;right:10px;height:34px;width:34px;border:0;border-radius:10px;background:transparent;cursor:pointer;display:grid;place-items:center;color:#64748b}.auth-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:2px}.check{display:inline-flex;align-items:center;gap:10px;font-size:13px;color:#475569}.check input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:6px;background:#fff;border:1.5px solid #d6dde8;box-shadow:0 2px 10px #1018280f;display:grid;place-items:center;cursor:pointer;padding:0;margin:0}.check input[type=checkbox]:after{content:"";width:10px;height:10px;border-radius:3px;transform:scale(0);transition:transform .12s ease;background:#1fd181}.check input[type=checkbox]:checked{border-color:#1fd1818c;box-shadow:0 0 0 4px #1fd18129}.check input[type=checkbox]:checked:after{transform:scale(1)}.link{font-size:13px;color:#1070a0;text-decoration:none;font-weight:600}.btn-primary{height:46px;border:0;border-radius:12px;background:#1fd181;color:#fff;font-weight:800;letter-spacing:.02em;cursor:pointer;box-shadow:0 10px 24px #1070a038;transition:transform .15s ease,opacity .15s ease}.btn-primary:hover:not(:disabled){transform:translateY(-1px)}.divider{position:relative;text-align:center;margin:8px 0 2px}.divider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#eef2f7}.divider span{position:relative;padding:0 12px;background:#fff;color:#94a3b8;font-size:12px}.btn-secondary{height:46px;border-radius:12px;border:1px solid #e6eaf0;background:#fff;color:#0b1220;font-weight:700;cursor:pointer}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.login-error{padding:12px 14px;border-radius:12px;background:#fff1f2;border:1px solid #fecdd3;color:#be123c;font-size:13px;font-weight:600}.auth-footer{margin:18px 0 0;color:#64748b;font-size:13px;text-align:center}.login-hero{width:100%;max-width:420px;text-align:center;color:#fff}.login-hero__title{margin:0 0 10px;font-size:24px;font-weight:800}.login-hero__text{margin:0;font-size:15px;line-height:1.6;color:#ffffffe0}@media (max-width: 960px){.login-shell{grid-template-columns:1fr}.login-shell__right{min-height:240px;align-items:center}}@media (max-width: 640px){.login-page{padding:16px}.login-shell__left{padding:28px 22px}.login-card__title{font-size:36px}.login-card__subtitle{font-size:16px}.auth-row{flex-direction:column;align-items:flex-start}}:root{--teal:#1AD0B3;--blue:#188FC9;--title:#0F8CA8;--muted:#7A8A9A;--text:#0B1324;--bg:#F5F7FA;--card:#ffffff;--border:#E7EDF2;--shadow:0 10px 25px rgba(2,8,23,.06)}.ep-progress-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin:8px 0 16px}.ep-progress-label{color:#7b8a99}.ep-progress-wrap{width:100%}.ep-track{width:100%;height:8px;background:#e6f2f0;border-radius:999px;overflow:hidden}.ep-fill{height:100%;background:linear-gradient(90deg,var(--teal),var(--blue))}.ep-progress-pct{color:#7b8a99;font-weight:700}.ep-hero{display:flex;align-items:center;flex-direction:column;margin:18px 0 12px}.ep-avatar-ring{width:120px;height:120px;padding:0;background:none;border-radius:999px;display:grid;place-items:center}.ep-avatar{width:120px;height:120px;border-radius:999px;object-fit:cover;border:0;display:block}.ep-displayname{margin-top:10px;color:#0ea5b7;font-weight:800;display:flex;align-items:center;gap:6px}.ep-inline-edit{border:none;background:none;cursor:pointer;color:#64748b}.ep-btn-primary{margin-top:10px;background:linear-gradient(90deg,var(--teal),var(--blue));color:#fff;border:none;border-radius:12px;padding:10px 16px;font-weight:800;cursor:pointer;box-shadow:0 2px #00000014}.ep-card{margin-top:8px;background:transparent;border:none;border-radius:0;padding:14px;box-shadow:none}.ep-card-head{display:flex;align-items:center;justify-content:space-between}.ep-section-title{margin:0;color:#0e7490;font-size:20px}.ep-btn-ghost{border:1px solid #d1dae4;background:#fff;padding:6px 10px;border-radius:999px;cursor:pointer;color:#334155}.ep-form{margin-top:16px;display:grid;grid-template-columns:1fr;column-gap:16px;row-gap:12px;max-width:1200px;margin-left:auto;margin-right:auto}.ep-label{color:#64748b;align-self:auto;text-align:left;padding-right:16px;margin-bottom:6px}.ep-input{width:100%;height:48px;border:1px solid #D9D9D9;border-radius:12px;background:#fff;padding:0 16px;outline:none;color:#0f172a;box-shadow:0 2px 6px #0000000f;box-sizing:border-box}.ep-input:focus{border-color:#43eae7;box-shadow:0 0 0 3px #43eae733}.ep-input::placeholder{color:#9aa0a6}.ep-input-icon{position:relative}.ep-eye-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:999px;border:none;background:#fff;color:#334155;box-shadow:var(--shadow);cursor:pointer}.ep-actions{display:flex;justify-content:flex-end;margin-top:16px;max-width:1200px;margin-left:auto;margin-right:auto}.ep-btn-secondary{background:#fff;color:#334155;border:1px solid #d1dae4;border-radius:10px;padding:10px 14px;cursor:pointer}@media (max-width: 900px){.ep-form{grid-template-columns:1fr}.ep-label{text-align:left;padding-right:0;margin-bottom:6px;align-self:auto}}:root{--teal: #1AD0B3;--blue: #188FC9;--title: #0F8CA8;--muted: #7A8A9A;--text: #0B1324;--bg: #F5F7FA;--card: #ffffff;--border: #E7EDF2;--shadow: 0 10px 25px rgba(2, 8, 23, .06)}.vp-hero{display:flex;align-items:center;flex-direction:column;margin:8px}.vp-avatar-ring{width:120px;height:120px;border-radius:999px;padding:6px;background:linear-gradient(135deg,var(--teal),var(--blue));display:grid;place-items:center;position:relative}.vp-avatar{width:100%;height:100%;border-radius:999px;object-fit:cover;border:3px solid #fff;display:block}.vp-displayname{margin-top:10px;color:#0ea5b7;font-weight:800;display:flex;align-items:center;gap:6px}.vp-inline-edit{border:none;background:none;cursor:pointer;color:#64748b}.vp-card{margin-top:8px;background:transparent;border:none;border-radius:0;padding:0;box-shadow:none}.vp-card-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:8px}.vp-section-title{margin:0;color:#0f8ca8;font-size:28px;font-weight:800}.vp-btn-ghost{background:#fff;color:#334155;border:1px solid #E5E7EB;border-radius:10px;padding:8px 14px;box-shadow:0 2px 6px #0000000f;cursor:pointer}.vp-form{margin-top:16px;display:grid;grid-template-columns:1fr;column-gap:0;row-gap:16px;max-width:1200px;width:100%;margin-left:auto;margin-right:auto}.vp-form{justify-items:start}.vp-label{text-align:left;color:#64748b;align-self:auto;display:block;margin-bottom:6px}.vp-input,.vp-input-icon{justify-self:stretch;width:100%}.vp-input{width:100%;height:48px;border:1px solid #D9D9D9;border-radius:12px;background:#fff;padding:0 16px;outline:none;color:#0f172a;box-sizing:border-box;box-shadow:0 2px 6px #0000000f}.vp-input[disabled]{opacity:.9;cursor:not-allowed}.vp-input-icon{position:relative}.vp-input-icon .vp-eye{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.vp-actions{display:flex;justify-content:flex-end;margin-top:24px;max-width:1200px;margin-left:auto;margin-right:auto}.vp-btn-disabled{background:#e5e7eb;color:#6b7280;border:none;border-radius:10px;padding:10px 14px;cursor:not-allowed}@media (max-width: 900px){.vp-card-head{gap:12px}.vp-form{grid-template-columns:1fr;max-width:100%}.vp-actions{max-width:100%}}.auth-layout-page{min-height:100vh;display:grid;place-items:center;background:#f6f8fb;padding:24px;width:130vh}.auth-layout-shell{width:100%;max-width:1240px;display:flex;justify-content:center}.auth-layout-card{width:100%;display:flex;overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 18px 40px #1018281a;min-height:640px;align-items:stretch}.auth-layout-left{flex:0 0 48%;padding:42px 44px;display:flex;flex-direction:column;justify-content:center;gap:16px}.auth-layout-brand img{width:135px}.auth-layout-title,.auth-layout-subtitle,.auth-layout-left .auth-form{width:100%;max-width:420px}.auth-layout-title{font-size:28px;line-height:1.2;margin:0;color:#0b1220}.auth-layout-subtitle{color:#667085;font-size:14px;line-height:1.5}.auth-layout-right{flex:0 0 52%;display:flex;align-items:flex-end;justify-content:center;padding:34px;background-size:cover;background-position:center;border-radius:0 18px 18px 0}.auth-layout-right--gradient{background:linear-gradient(135deg,#0b2c4d,#1f5f8b)}.auth-layout-right--image{background-size:cover;background-position:center}.auth-layout-right-content{width:100%;max-width:420px;text-align:center;color:#ffffffeb}.auth-layout-right-content h2{margin:0 0 6px;font-size:18px;font-weight:900}.auth-layout-right-content p{margin:0;font-size:12px;color:#ffffffc7;line-height:1.4}@media (max-width: 768px){.auth-layout-page{width:100%;padding:16px}.auth-layout-card{flex-direction:column;min-height:unset}.auth-layout-right{display:none}.auth-layout-left{flex:1;width:100%;padding:28px 20px}.auth-layout-title,.auth-layout-subtitle,.auth-layout-left .auth-form{max-width:100%}}*,*:before,*:after{box-sizing:border-box}html,body{background:#fff;margin:0;padding:0}.auth-form{display:flex;flex-direction:column;gap:14px;margin-top:6px}.field{display:flex;flex-direction:column;gap:8px}.login-label{font-size:13px;color:#0f172a;font-weight:600}.auth-form input,.auth-form select{width:100%;height:44px;border-radius:12px;border:1px solid #e6eaf0;padding:0 14px;outline:none;background:#fff;color:#0b1220;box-shadow:0 2px 10px #1018280a}.auth-form input::placeholder{color:#9aa0a6}.auth-form input:focus,.auth-form select:focus{border-color:#12c0c08c;box-shadow:0 0 0 4px #12c0c024}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}input[type=date]{color-scheme:light;color:#9aa0a6}input[type=date]::-webkit-calendar-picker-indicator{opacity:.6;display:block;cursor:pointer;filter:grayscale(1)}.phone-group{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:center}.select-wrap{position:relative;width:72px}.phone-code{width:100%;height:44px;border-radius:12px;border:1px solid #e6eaf0;padding:0 26px 0 12px;background:#fff;color:#0b1220;font-weight:600;box-shadow:0 2px 10px #1018280a;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none}.select-wrap:after{content:"";position:absolute;right:10px;top:50%;width:10px;height:10px;transform:translateY(-60%) rotate(45deg);border-right:2px solid #6b7280;border-bottom:2px solid #6b7280;pointer-events:none}.phone-number{height:44px;border-radius:12px;border:1px solid #e6eaf0;padding:0 14px;background:#fff;color:#0b1220;box-shadow:0 2px 10px #1018280a;outline:none}.select-wrap:focus-within .phone-code,.phone-number:focus{border-color:#12c0c08c;box-shadow:0 0 0 4px #12c0c024}.btn-primary{height:46px;border:0;border-radius:12px;background:#1fd181;color:#fff;font-weight:800;letter-spacing:.02em;cursor:pointer;box-shadow:0 10px 24px #1070a038}.btn-primary:disabled{opacity:.75;cursor:not-allowed}.auth-footer{margin:6px 0 0;color:#64748b;font-size:13px;text-align:center}.link{color:#1070a0;font-weight:600;text-decoration:none}.link:hover{text-decoration:underline}@media (max-width: 980px){.grid-2{grid-template-columns:1fr}}:root{--cyan500: var(--teal, #1AD0B3);--blue500: var(--title, #0F8CA8);--gray500: #6b7280}header{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:24px}.Header__line{height:.5rem;align-self:stretch;border-radius:.25rem;background:linear-gradient(90deg,#48e49e,#12c0c0,#1070a0)}.Header__content{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:8px}.Header_content_left{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex:1 0 0;padding:6px}.Header_content_right{display:flex;align-items:center;flex-direction:row-reverse;gap:16px}.Header_breadcrumb_div>p{margin:0;color:var(--cyan500);font-weight:600;line-height:1.3;font-size:clamp(1.1rem,1.2vw + .6rem,1.45rem)}.Header_title_div{display:flex;align-items:center;gap:10px;align-self:stretch}.Header_title_div>h1{margin:0;color:var(--blue500);font-size:clamp(1.8rem,2vw + .7rem,2.4rem)}.Header_user_div{display:flex;flex-direction:column;align-items:start;gap:0}.Header_user_div>h3{color:var(--cyan500);margin:0}.Header_edit_div{display:flex;align-items:center;gap:8px}.Header_edit_div>a{color:var(--gray500)}.Header_edit_div>img{width:1.5rem;height:1.5rem}.Header__avatar{width:3.5rem;height:3.5rem;padding:.25rem;border-radius:999px;background:linear-gradient(180deg,#48e49e,#12c0c0,#1070a0)}@media (min-width:1024px){.Header__content{display:flex;justify-content:space-between;flex-direction:row;align-items:flex-start;align-self:stretch}.Header_content_right{flex-direction:row}.Header_user_div{align-items:flex-end}.Header__avatar{width:5.5rem;height:5.5rem}}.vp-hero,.by-hero,.cv-hero,.lc-hero{position:relative;isolation:isolate}.vp-avatar-ring,.by-avatar-ring,.cv-avatar-ring,.lc-avatar-ring{position:relative;z-index:0!important;margin-bottom:24px!important}.vp-displayname,.by-displayname,.cv-displayname,.lc-displayname{position:relative;z-index:5!important;margin-top:0!important}.vp-avatar-ring:before,.vp-avatar-ring:after,.by-avatar-ring:before,.by-avatar-ring:after,.cv-avatar-ring:before,.cv-avatar-ring:after,.lc-avatar-ring:before,.lc-avatar-ring:after{z-index:-1!important;pointer-events:none}.vp-mini-ring .vp-mini-avatar,.by-mini-ring .by-mini-avatar,.cv-mini-ring .cv-mini-avatar,.lc-mini-ring .lc-mini-avatar{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:9999px!important;border:0!important}.vp-avatar-ring,.by-avatar-ring{background:transparent!important;padding:0!important}.vp-avatar,.by-avatar{border:0!important}.vp-mini-ring,.by-mini-ring,.cp-mini-ring,.cv-mini-ring,.pv-mini-ring,.lc-mini-ring{background:transparent!important;padding:0!important;box-shadow:none!important}.vp-mini-ring img,.by-mini-ring img,.cp-mini-ring img,.cv-mini-ring img,.pv-mini-ring img,.lc-mini-ring img{border:0!important}.password-rules{display:flex;flex-direction:column;gap:10px;margin:4px 0 8px}.password-rule{display:flex;align-items:center;gap:10px;color:#64748b;font-size:14px;font-weight:600}.password-rule-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:#64748b;font-size:14px;line-height:1}.password-rule.is-valid,.password-rule.is-valid .password-rule-icon{color:#475569}.new-password-note{margin:8px 0 0;color:#667085;font-size:13px;line-height:1.7}.recovery-confirm{width:100%;max-width:420px;display:flex;flex-direction:column;gap:14px}.recovery-confirm-text{margin:0;color:#667085;font-size:14px;line-height:1.6}.recovery-confirm-email{margin:-6px 0 0;color:#1070a0;font-size:16px;font-weight:800;line-height:1.5}.recovery-confirm-btn{margin-top:10px}.recovery-confirm-resend{margin:0;text-align:center;color:#667085;font-size:13px}.recovery-confirm-link{border:none;background:transparent;padding:0;color:#1070a0;font-weight:600;cursor:pointer;font:inherit}.recovery-confirm-link:hover{text-decoration:underline}.recovery-confirm-note{margin:0;color:#667085;font-size:13px;line-height:1.8}.teacher-dashboard-page{width:100%;padding:36px 0 24px;color:#1c2740;box-sizing:border-box}.teacher-dashboard-page__intro{margin-bottom:32px}.teacher-dashboard-page__intro-copy{max-width:760px}.teacher-dashboard-page__section-title{margin:0 0 8px;color:#156b8a;font-size:clamp(2.1rem,1.8rem + 1vw,2.9rem);line-height:1.08;font-weight:800}.teacher-dashboard-page__section-description{margin:0;max-width:760px;color:#526273;font-size:1.05rem;line-height:1.7}.teacher-dashboard-page__stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-bottom:22px}.teacher-dashboard-page__stat-card,.teacher-dashboard-page__classrooms-section,.teacher-dashboard-page__tip-card{background:#fff;border:1px solid #e5edf4;border-radius:22px;box-shadow:0 8px 24px #0f235f0f}.teacher-dashboard-page__stat-card{padding:28px 26px 24px}.teacher-dashboard-page__stat-header{display:flex;align-items:center;gap:14px;margin-bottom:14px}.teacher-dashboard-page__stat-icon{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;font-size:1.4rem}.teacher-dashboard-page__stat-card--blue .teacher-dashboard-page__stat-icon{background:#e7f0fb;color:#0f5db4}.teacher-dashboard-page__stat-card--mint .teacher-dashboard-page__stat-icon{background:#e8f5f2;color:#1b8a86}.teacher-dashboard-page__stat-card--violet .teacher-dashboard-page__stat-icon{background:#f0eaff;color:#6428f5}.teacher-dashboard-page__stat-card--teal .teacher-dashboard-page__stat-icon{background:#e8f6f2;color:#0b7f7b}.teacher-dashboard-page__stat-title{margin:0;color:#587091;font-size:.98rem;font-weight:500}.teacher-dashboard-page__stat-body{display:flex;flex-direction:column;gap:10px}.teacher-dashboard-page__stat-value{margin:0;color:#14213d;font-size:clamp(2rem,1.85rem + .4vw,2.4rem);line-height:1;font-weight:800}.teacher-dashboard-page__stat-value span{color:#7f94ad;font-size:.78em;font-weight:600}.teacher-dashboard-page__stat-description{margin:0;color:#8a9db2;font-size:.92rem}.teacher-dashboard-page__stat-action,.teacher-dashboard-page__table-link,.teacher-dashboard-page__footer-link{display:inline-flex;align-items:center;gap:6px;color:#0f5db4;font-weight:700;text-decoration:none}.teacher-dashboard-page__stat-action{font-size:.95rem}.teacher-dashboard-page__stat-card--violet .teacher-dashboard-page__stat-action{color:#6428f5}.teacher-dashboard-page__classrooms-section{overflow:hidden;margin-bottom:20px}.teacher-dashboard-page__classrooms-header{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:38px 40px 30px}.teacher-dashboard-page__classrooms-title{margin:0 0 8px;color:#14213d;font-size:2rem;line-height:1.1;font-weight:800}.teacher-dashboard-page__classrooms-description{margin:0;color:#667b99;font-size:1rem;line-height:1.55}.teacher-dashboard-page__primary-action{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 24px;border-radius:16px;background:linear-gradient(180deg,#1d73ce,#125ab3);box-shadow:0 16px 26px #165db333;color:#fff;font-size:1rem;font-weight:700;text-decoration:none;white-space:nowrap}.teacher-dashboard-page__table-scroll{width:100%;overflow-x:auto}.teacher-dashboard-page__table{width:100%;border-collapse:collapse;min-width:920px}.teacher-dashboard-page__table thead th{padding:18px 40px;background:#f7f8fb;color:#45556f;font-size:.95rem;font-weight:800;letter-spacing:.12em;text-align:left;text-transform:uppercase}.teacher-dashboard-page__table tbody td{padding:24px 40px;border-top:1px solid #edf2f6;vertical-align:middle}.teacher-dashboard-page__classroom-cell{display:flex;align-items:center;gap:20px}.teacher-dashboard-page__classroom-badge{width:50px;height:50px;border-radius:14px;display:grid;place-items:center;font-size:1.4rem;font-weight:700;flex-shrink:0}.teacher-dashboard-page__classroom-badge--blue{background:#ddeafe;color:#2e63dd}.teacher-dashboard-page__classroom-badge--mint{background:#caf4ed;color:#148488}.teacher-dashboard-page__classroom-badge--orange{background:#fde7c6;color:#d95f17}.teacher-dashboard-page__classroom-badge--violet{background:#eddcfb;color:#8d42de}.teacher-dashboard-page__classroom-meta{display:flex;flex-direction:column;gap:4px}.teacher-dashboard-page__classroom-title{margin:0;max-width:220px;color:#14213d;font-size:1rem;line-height:1.15;font-weight:700}.teacher-dashboard-page__classroom-code{margin:0;color:#788aa2;font-size:.98rem}.teacher-dashboard-page__cell-value,.teacher-dashboard-page__last-activity{color:#33465f;font-size:1rem}.teacher-dashboard-page__progress-cell{display:flex;align-items:center;gap:12px;min-width:210px}.teacher-dashboard-page__progress-bar{width:174px;height:8px;border:0;border-radius:999px;overflow:hidden;background:#edf3f8}.teacher-dashboard-page__progress-bar::-webkit-progress-bar{background:#edf3f8;border-radius:999px}.teacher-dashboard-page__progress-bar::-webkit-progress-value{background:linear-gradient(90deg,#1ec89f,#22b6a3);border-radius:999px}.teacher-dashboard-page__progress-bar::-moz-progress-bar{background:linear-gradient(90deg,#1ec89f,#22b6a3);border-radius:999px}.teacher-dashboard-page__progress-value{color:#33465f;font-size:.95rem;font-weight:700}.teacher-dashboard-page__pending-badge{min-width:32px;height:34px;padding:0 10px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#fdebd6;color:#d8651f;font-size:1rem;font-weight:700}.teacher-dashboard-page__action-cell{white-space:nowrap}.teacher-dashboard-page__table-link{font-size:1rem}.teacher-dashboard-page__footer-link-wrap{display:flex;justify-content:center;padding:18px 24px 24px;border-top:1px solid #edf2f6}.teacher-dashboard-page__footer-link{font-size:1.05rem}.teacher-dashboard-page__tip-card{display:flex;align-items:flex-start;gap:20px;padding:30px 32px;background:#eaf3ff;border-color:#d7e6fb}.teacher-dashboard-page__tip-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#fff;color:#0f5db4;flex-shrink:0}.teacher-dashboard-page__tip-title{margin:0 0 10px;color:#0f5db4;font-size:1.75rem;line-height:1.1;font-weight:800}.teacher-dashboard-page__tip-text{margin:0;color:#4b607c;font-size:1rem;line-height:1.7}.teacher-dashboard-page__stat-action:hover,.teacher-dashboard-page__table-link:hover,.teacher-dashboard-page__footer-link:hover,.teacher-dashboard-page__primary-action:hover{opacity:.92}@media (max-width: 1200px){.teacher-dashboard-page__stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.teacher-dashboard-page__classrooms-header{padding:32px 28px 24px}.teacher-dashboard-page__table thead th,.teacher-dashboard-page__table tbody td{padding-left:28px;padding-right:28px}}@media (max-width: 900px){.teacher-dashboard-page{padding-top:28px}.teacher-dashboard-page__stats-grid{grid-template-columns:1fr}.teacher-dashboard-page__classrooms-header,.teacher-dashboard-page__tip-card{padding:24px 20px}.teacher-dashboard-page__classrooms-header{flex-direction:column;align-items:flex-start}.teacher-dashboard-page__table{min-width:100%}.teacher-dashboard-page__table thead{display:none}.teacher-dashboard-page__table,.teacher-dashboard-page__table tbody,.teacher-dashboard-page__table tr,.teacher-dashboard-page__table td{display:block;width:100%}.teacher-dashboard-page__table tbody tr{padding:20px;border-top:1px solid #edf2f6}.teacher-dashboard-page__table tbody td{padding:0;border:0}.teacher-dashboard-page__table tbody td+td{margin-top:14px}.teacher-dashboard-page__table tbody td:before{content:attr(data-label);display:block;margin-bottom:6px;color:#5e7290;font-size:.84rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.teacher-dashboard-page__classroom-cell{align-items:flex-start}.teacher-dashboard-page__progress-cell{min-width:0}.teacher-dashboard-page__progress-bar{width:100%}.teacher-dashboard-page__action-cell{padding-top:4px}.teacher-dashboard-page__footer-link-wrap{justify-content:flex-start;padding:18px 20px 24px}}@media (max-width: 560px){.teacher-dashboard-page__section-title{font-size:1.9rem}.teacher-dashboard-page__classrooms-title,.teacher-dashboard-page__tip-title{font-size:1.55rem}.teacher-dashboard-page__stat-card{padding:22px 18px}.teacher-dashboard-page__classroom-cell{gap:14px}.teacher-dashboard-page__classroom-title{max-width:none}}.create-classroom-page{width:100%;padding:28px 0 40px;color:#1c2740;box-sizing:border-box}.create-classroom-page__toolbar{margin-bottom:18px}.create-classroom-page__back-link{display:inline-flex;align-items:center;gap:8px;color:#0f5db4;font-size:.95rem;font-weight:700;text-decoration:none}.create-classroom-page__heading{margin-bottom:28px}.create-classroom-page__title{margin:0 0 8px;color:#156b8a;font-size:clamp(2rem,1.8rem + .8vw,2.7rem);line-height:1.08;font-weight:800}.create-classroom-page__subtitle{margin:0;color:#526273;font-size:1.02rem;line-height:1.6}.create-classroom-page__content{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:26px;align-items:start}.create-classroom-page__sidebar{display:flex;flex-direction:column;gap:18px}.create-classroom-page__form{display:flex;flex-direction:column;gap:22px}.create-classroom-page__card,.create-classroom-page__students-card,.create-classroom-page__tips-card{background:#fff;border:1px solid #e5edf4;border-radius:22px;box-shadow:0 8px 24px #0f235f0f}.create-classroom-page__card,.create-classroom-page__students-card{padding:28px 30px 30px}.create-classroom-page__section-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:22px}.create-classroom-page__step{width:30px;height:30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#eaf8f0;color:#1fd181;font-size:.95rem;font-weight:800;flex-shrink:0}.create-classroom-page__section-title{margin:0;color:#14213d;font-size:1.12rem;line-height:1.3;font-weight:800}.create-classroom-page__section-helper{margin:6px 0 0;color:#667b99;font-size:.94rem;line-height:1.55}.create-classroom-page__form-stack{display:flex;flex-direction:column;gap:18px}.create-classroom-page__field-group{display:flex;flex-direction:column;gap:10px}.create-classroom-page__fields-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}.create-classroom-page__label{color:#445066;font-size:.96rem;font-weight:700}.create-classroom-page__input,.create-classroom-page__textarea,.create-classroom-page__student-input{width:100%;border:1px solid #d7e0ea;border-radius:16px;background:#f8fbff;color:#1c2740;font:inherit;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.create-classroom-page__input,.create-classroom-page__student-input{height:48px;padding:0 16px}.create-classroom-page__textarea{min-height:120px;padding:14px 16px;resize:vertical}.create-classroom-page__input::placeholder,.create-classroom-page__textarea::placeholder,.create-classroom-page__student-input::placeholder{color:#7f94ad}.create-classroom-page__input:focus,.create-classroom-page__textarea:focus,.create-classroom-page__student-input:focus,.create-classroom-page__module-checkbox:focus,.create-classroom-page__switch-input:focus{outline:none}.create-classroom-page__input:focus-visible,.create-classroom-page__textarea:focus-visible,.create-classroom-page__student-input:focus-visible{border-color:#1fd1818c;box-shadow:0 0 0 4px #1fd18129;background:#fff}.create-classroom-page__modules-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.create-classroom-page__module-card{min-height:74px;padding:0 14px;border:1px solid #dbe5ef;border-radius:16px;background:linear-gradient(180deg,#fff,#fbfdff);display:grid;grid-template-columns:18px 38px minmax(0,1fr);align-items:center;gap:10px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;--module-accent: #1FD181;--module-accent-soft: #EAF8F0;--module-selected-bg: #F6FCF9;--module-selected-border: #CBEFDC}.create-classroom-page__module-card:hover{border-color:var(--module-selected-border);box-shadow:0 10px 20px #0f235f0d;transform:translateY(-1px)}.create-classroom-page__module-checkbox{width:16px;height:16px;margin:0;accent-color:var(--module-accent)}.create-classroom-page__module-icon{width:38px;height:38px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:var(--module-accent-soft);color:var(--module-accent)}.create-classroom-page__module-title{color:#232b3d;font-size:.95rem;line-height:1.35;font-weight:700}.create-classroom-page__module-checkbox:checked~.create-classroom-page__module-icon{box-shadow:inset 0 0 0 1px #ffffffb8}.create-classroom-page__module-checkbox:checked~.create-classroom-page__module-title{color:#1f2940}.create-classroom-page__module-card:has(.create-classroom-page__module-checkbox:checked){border-color:var(--module-selected-border);background:linear-gradient(180deg,var(--module-selected-bg) 0%,#ffffff 100%);box-shadow:0 10px 24px #0f235f0f}.create-classroom-page__module-card--purple{--module-accent: #7C5CFA;--module-accent-soft: #F1EDFF;--module-selected-bg: #FAF8FF;--module-selected-border: #DDD3FF}.create-classroom-page__module-card--gold{--module-accent: #D89A24;--module-accent-soft: #FFF4DA;--module-selected-bg: #FFFBF1;--module-selected-border: #F4DEAA}.create-classroom-page__module-card--green{--module-accent: #2F9E68;--module-accent-soft: #E8F7EF;--module-selected-bg: #F5FCF7;--module-selected-border: #C9E9D6}.create-classroom-page__module-card--blue{--module-accent: #2E7BEA;--module-accent-soft: #EAF2FF;--module-selected-bg: #F6FAFF;--module-selected-border: #CFE0FD}.create-classroom-page__module-card--teal{--module-accent: #1C9A97;--module-accent-soft: #E8F7F6;--module-selected-bg: #F4FCFB;--module-selected-border: #C7EAE8}.create-classroom-page__module-card--rose{--module-accent: #D65C7A;--module-accent-soft: #FDECF1;--module-selected-bg: #FFF8FA;--module-selected-border: #F4CAD5}.create-classroom-page__module-card--orange{--module-accent: #D97722;--module-accent-soft: #FFF0E3;--module-selected-bg: #FFF9F4;--module-selected-border: #F4D3B5}.create-classroom-page__module-card--forest{--module-accent: #257256;--module-accent-soft: #E6F4EE;--module-selected-bg: #F3FBF7;--module-selected-border: #C7E4D7}.create-classroom-page__module-card--lime{--module-accent: #72A833;--module-accent-soft: #F0F8E3;--module-selected-bg: #FAFDF4;--module-selected-border: #DBEDBE}.create-classroom-page__module-card--neutral{--module-accent: #6E7C91;--module-accent-soft: #EEF2F6;--module-selected-bg: #FAFBFD;--module-selected-border: #D9E1EA}.create-classroom-page__module-card--emerald{--module-accent: #1D9B73;--module-accent-soft: #E7F8F1;--module-selected-bg: #F5FCF8;--module-selected-border: #C6ECDC}.create-classroom-page__module-card--amber{--module-accent: #CC7A1C;--module-accent-soft: #FFF1E1;--module-selected-bg: #FFF9F2;--module-selected-border: #F1D4AF}.create-classroom-page__students-panel{display:flex;flex-direction:column;gap:16px}.create-classroom-page__students-card-header{margin-bottom:18px}.create-classroom-page__students-title-row{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:#1fd181}.create-classroom-page__students-title{margin:0;color:#14213d;font-size:1.05rem;font-weight:800}.create-classroom-page__students-subtitle{margin:0;color:#526273;font-size:.95rem;line-height:1.55}.create-classroom-page__student-form{display:flex;flex-direction:column;gap:12px;align-items:stretch}.create-classroom-page__student-search{min-height:48px;display:flex;align-items:center;gap:10px;padding:0 16px;border:1px solid #d7e0ea;border-radius:16px;background:#f8fbff;color:#7286a3}.create-classroom-page__student-search:focus-within{border-color:#1fd1818c;box-shadow:0 0 0 4px #1fd18129;background:#fff}.create-classroom-page__student-input{border:0;background:transparent;padding:0;box-shadow:none}.create-classroom-page__student-input:focus-visible{box-shadow:none}.create-classroom-page__student-add-button{width:100%;height:48px;padding:0 18px;border:0;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#1fd181;box-shadow:0 10px 24px #1070a038;color:#fff;font:inherit;font-weight:700;cursor:pointer}.create-classroom-page__student-summary{margin:0;color:#6a7d95;font-size:.93rem;line-height:1.5}.create-classroom-page__student-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:2px}.create-classroom-page__student-chip{min-width:220px;flex:1 1 240px;padding:14px 14px 14px 12px;border:1px solid #e6eaf0;border-radius:18px;background:#fff;display:flex;align-items:center;gap:12px;box-shadow:0 2px 10px #1018280a}.create-classroom-page__student-avatar{width:38px;height:38px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#eaf8f0;color:#1fd181;font-size:.95rem;font-weight:800;flex-shrink:0}.create-classroom-page__student-meta{min-width:0;flex:1}.create-classroom-page__student-name{margin:0 0 3px;color:#1f2940;font-size:.95rem;font-weight:800}.create-classroom-page__student-email{margin:0;color:#667b99;font-size:.88rem;line-height:1.45;overflow:hidden;text-overflow:ellipsis}.create-classroom-page__student-remove{width:34px;height:34px;border:0;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#eaf8f0;color:#1fd181;cursor:pointer;flex-shrink:0}.create-classroom-page__settings-list{display:flex;flex-direction:column;gap:16px}.create-classroom-page__setting-card{padding:16px 18px;border:1px solid #edf2f6;border-radius:18px;background:#f7f8fb;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer}.create-classroom-page__setting-copy{max-width:680px}.create-classroom-page__setting-title{margin:0 0 6px;color:#1f2430;font-size:.98rem;font-weight:800}.create-classroom-page__setting-description{margin:0;color:#5a667b;font-size:.95rem;line-height:1.5}.create-classroom-page__switch{position:relative;width:46px;height:28px;flex-shrink:0}.create-classroom-page__switch-input{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;opacity:0;cursor:pointer}.create-classroom-page__switch-slider{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#cfd4e5;transition:background .2s ease}.create-classroom-page__switch-slider:after{content:"";position:absolute;top:4px;left:4px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 3px 8px #0f235f38;transition:transform .2s ease}.create-classroom-page__switch-input:checked+.create-classroom-page__switch-slider{background:#1fd181}.create-classroom-page__switch-input:checked+.create-classroom-page__switch-slider:after{transform:translate(18px)}.create-classroom-page__switch-input:focus-visible+.create-classroom-page__switch-slider{box-shadow:0 0 0 4px #1fd18129}.create-classroom-page__tips-card{overflow:hidden;position:sticky;top:24px}.create-classroom-page__tips-header{padding:24px 24px 20px;background:#f4fefd}.create-classroom-page__tips-title-row{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:#1fd181}.create-classroom-page__tips-title{margin:0;font-size:1.05rem;font-weight:800}.create-classroom-page__tips-subtitle{margin:0;color:#526273;font-size:.95rem;line-height:1.55}.create-classroom-page__tips-list{padding:22px 24px 24px;display:flex;flex-direction:column;gap:22px}.create-classroom-page__tip-item{display:flex;align-items:flex-start;gap:14px}.create-classroom-page__tip-icon{width:34px;height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#eaf8f0;color:#1fd181;flex-shrink:0}.create-classroom-page__tip-title{margin:0 0 6px;color:#1f2430;font-size:.96rem;font-weight:800}.create-classroom-page__tip-description{margin:0;color:#5d6779;font-size:.92rem;line-height:1.5}.create-classroom-page__form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.create-classroom-page__cancel-button,.create-classroom-page__submit-button{min-height:44px;padding:0 18px;border-radius:14px;border:0;font:inherit;font-weight:700;cursor:pointer}.create-classroom-page__cancel-button{background:#eef3f8;color:#38506a}.create-classroom-page__submit-button{background:linear-gradient(180deg,#1fd181,#18b56f);color:#fff;box-shadow:0 12px 20px #1fd1812e}.create-classroom-page__cancel-button:disabled,.create-classroom-page__submit-button:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 1180px){.create-classroom-page__content{grid-template-columns:minmax(0,1fr)}.create-classroom-page__sidebar{gap:22px}.create-classroom-page__tips-card{position:static}}@media (max-width: 980px){.create-classroom-page__modules-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.create-classroom-page{padding-top:20px}.create-classroom-page__card{padding:22px 18px;border-radius:20px}.create-classroom-page__fields-row,.create-classroom-page__modules-grid,.create-classroom-page__student-form{grid-template-columns:minmax(0,1fr)}.create-classroom-page__student-add-button{width:100%}.create-classroom-page__setting-card{align-items:flex-start}.create-classroom-page__switch{margin-top:4px}}.classroom-detail-page{width:100%;padding:28px 0 40px;color:#1c2740;box-sizing:border-box}.classroom-detail-page__toolbar{margin-bottom:18px}.classroom-detail-page__back-link{display:inline-flex;align-items:center;gap:8px;color:#0f5db4;font-size:.95rem;font-weight:700;text-decoration:none}.classroom-detail-page__hero,.classroom-detail-page__stat-card,.classroom-detail-page__panel{background:#fff;border:1px solid #e5edf4;border-radius:22px;box-shadow:0 8px 24px #0f235f0f}.classroom-detail-page__hero{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;padding:30px 32px}.classroom-detail-page__hero-main{max-width:720px}.classroom-detail-page__status-badge{min-height:34px;padding:0 14px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px;font-size:.85rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.classroom-detail-page__status-badge--active{background:#e9f7ef;color:#2b7d46}.classroom-detail-page__status-badge--progress{background:#eef5ff;color:#145ab2}.classroom-detail-page__title{margin:0 0 10px;color:#156b8a;font-size:clamp(2rem,1.84rem + .8vw,2.85rem);line-height:1.08;font-weight:800}.classroom-detail-page__metadata,.classroom-detail-page__submeta{margin:0;color:#667b99;font-size:1rem;line-height:1.6}.classroom-detail-page__metadata span,.classroom-detail-page__submeta span{margin:0 8px}.classroom-detail-page__submeta{margin-top:10px;color:#33465f;font-size:1.04rem}.classroom-detail-page__submeta strong{color:#0f5db4;font-weight:800}.classroom-detail-page__actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.classroom-detail-page__secondary-button,.classroom-detail-page__primary-button,.classroom-detail-page__text-action,.classroom-detail-page__tab{border:0;font:inherit;cursor:pointer}.classroom-detail-page__secondary-button{min-height:48px;padding:0 18px;border:1px solid #dbe5ef;border-radius:16px;background:#fff;display:inline-flex;align-items:center;gap:10px;color:#1c2740;font-weight:700;box-shadow:0 6px 18px #0f235f0a}.classroom-detail-page__stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-bottom:16px}.classroom-detail-page__stat-card{min-height:152px;padding:24px 24px 22px;display:flex;gap:16px}.classroom-detail-page__stat-card--blue .classroom-detail-page__stat-icon{background:#e7f0fb;color:#0f5db4}.classroom-detail-page__stat-card--coral .classroom-detail-page__stat-icon{background:#fff0ec;color:#cf5a35}.classroom-detail-page__stat-card--mint .classroom-detail-page__stat-icon{background:#e8f5f2;color:#1b8a86}.classroom-detail-page__stat-icon{width:52px;height:52px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.classroom-detail-page__stat-copy{display:flex;flex-direction:column;gap:8px}.classroom-detail-page__stat-title{margin:0;color:#677d96;font-size:1rem}.classroom-detail-page__stat-value{margin:0;color:#14213d;font-size:clamp(1.85rem,1.7rem + .5vw,2.35rem);line-height:1;font-weight:800}.classroom-detail-page__stat-helper{margin:0;display:flex;flex-direction:column;align-items:flex-start;gap:6px;color:#7d91a8;font-size:.92rem}.classroom-detail-page__text-action{padding:0;background:transparent;color:#0f5db4;font-size:.95rem;font-weight:700}.classroom-detail-page__tabs{display:flex;align-items:center;gap:8px;margin-bottom:18px;border-bottom:1px solid #e6edf5}.classroom-detail-page__tab{position:relative;padding:0 6px 16px;background:transparent;color:#5d718c;font-size:1rem;font-weight:700}.classroom-detail-page__tab--active{color:#0f5db4}.classroom-detail-page__tab--active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;border-radius:999px;background:#0f5db4}.classroom-detail-page__content{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;align-items:start}.classroom-detail-page__panel{overflow:hidden}.classroom-detail-page__panel--main{padding:28px 30px 18px}.classroom-detail-page__panel--summary{padding:28px 28px 30px}.classroom-detail-page__panel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px}.classroom-detail-page__panel-title,.classroom-detail-page__summary-title{margin:0 0 8px;color:#14213d;font-size:1.95rem;line-height:1.1;font-weight:800}.classroom-detail-page__panel-description,.classroom-detail-page__summary-description{margin:0;color:#667b99;font-size:.96rem;line-height:1.55}.classroom-detail-page__search{min-width:290px;height:46px;padding:0 14px;border:1px solid #dbe5ef;border-radius:16px;background:#f8fbff;display:inline-flex;align-items:center;gap:10px;color:#7387a0;box-sizing:border-box}.classroom-detail-page__search input{width:100%;height:100%;border:0;background:transparent;color:#1c2740;font:inherit}.classroom-detail-page__search input:focus{outline:none}.classroom-detail-page__table-scroll{width:100%;overflow-x:auto}.classroom-detail-page__table{width:100%;min-width:760px;border-collapse:collapse}.classroom-detail-page__table th{padding:0 0 16px;border-bottom:1px solid #dde7f1;color:#6b7d94;font-size:.9rem;font-weight:800;letter-spacing:.12em;text-align:left;text-transform:uppercase}.classroom-detail-page__table td{padding:22px 0;border-bottom:1px solid #edf2f6;vertical-align:middle}.classroom-detail-page__table tbody tr:last-child td{border-bottom:0}.classroom-detail-page__table--students{width:100%;min-width:980px;table-layout:fixed}.classroom-detail-page__table--students th,.classroom-detail-page__table--students td{vertical-align:middle}.classroom-detail-page__table--students th:nth-child(1),.classroom-detail-page__table--students td:nth-child(1){width:28%;padding-right:16px}.classroom-detail-page__table--students th:nth-child(2),.classroom-detail-page__table--students td:nth-child(2){width:26%;padding-right:18px}.classroom-detail-page__table--students th:nth-child(3),.classroom-detail-page__table--students td:nth-child(3){width:18%;padding-right:16px}.classroom-detail-page__table--students th:nth-child(4),.classroom-detail-page__table--students td:nth-child(4){width:14%;padding-right:16px}.classroom-detail-page__table--students th:nth-child(5),.classroom-detail-page__table--students td:nth-child(5){width:14%}.classroom-detail-page__person{display:flex;align-items:center;gap:14px;min-width:220px}.classroom-detail-page__avatar{width:44px;height:44px;border:1px solid #d4e0ec;border-radius:999px;background:#f2f7fd;display:inline-flex;align-items:center;justify-content:center;color:#0f5db4;font-size:.96rem;font-weight:800;flex-shrink:0}.classroom-detail-page__person-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.classroom-detail-page__person-name{margin:0;color:#14213d;font-size:1rem;font-weight:700}.classroom-detail-page__person-meta{margin:0;color:#71839b;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.classroom-detail-page__module-pill{min-height:30px;padding:0 12px;border-radius:999px;background:#edf3ff;display:inline-flex;align-items:center;justify-content:center;color:#245bbf;font-size:.82rem;font-weight:800;text-transform:uppercase}.classroom-detail-page__cell-text{color:#526273;font-size:.98rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.classroom-detail-page__chip{min-height:30px;padding:0 12px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:800}.classroom-detail-page__chip--warning{background:#fff4e5;color:#b86910}.classroom-detail-page__chip--info{background:#edf3ff;color:#245bbf}.classroom-detail-page__chip--danger{background:#fff0ec;color:#c45a41}.classroom-detail-page__chip--success{background:#e9f7ef;color:#2b7d46}.classroom-detail-page__chip--neutral{background:#eef5ff;color:#426281}.classroom-detail-page__action-cell{text-align:right}.classroom-detail-page__primary-button{min-height:40px;padding:0 18px;border-radius:12px;background:linear-gradient(180deg,#1d73ce,#125ab3);color:#fff;font-size:.95rem;font-weight:700;box-shadow:0 14px 22px #165db32e}.classroom-detail-page__progress-cell{width:100%;min-width:0;display:flex;flex-direction:column;gap:8px}.classroom-detail-page__progress-bar,.classroom-detail-page__module-progress{width:100%;height:8px;border:0;border-radius:999px;overflow:hidden;background:#edf3f8;display:block}.classroom-detail-page__progress-copy{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;column-gap:12px;color:#677d96;font-size:.88rem;min-width:0}.classroom-detail-page__progress-copy strong{color:#1c2740;font-size:.96rem;min-width:52px}.classroom-detail-page__progress-copy span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.classroom-detail-page__progress-bar::-webkit-progress-bar,.classroom-detail-page__module-progress::-webkit-progress-bar{background:#edf3f8;border-radius:999px}.classroom-detail-page__progress-bar::-webkit-progress-value,.classroom-detail-page__module-progress::-webkit-progress-value{background:linear-gradient(90deg,#69dba3,#3cc6aa);border-radius:999px}.classroom-detail-page__progress-bar::-moz-progress-bar,.classroom-detail-page__module-progress::-moz-progress-bar{background:linear-gradient(90deg,#69dba3,#3cc6aa);border-radius:999px}.classroom-detail-page__summary-header{margin-bottom:24px}.classroom-detail-page__donut-wrap{position:relative;width:220px;height:220px;margin:0 auto 28px}.classroom-detail-page__donut{width:100%;height:100%;transform:rotate(-90deg)}.classroom-detail-page__donut-track,.classroom-detail-page__donut-fill{fill:none;stroke-width:16}.classroom-detail-page__donut-track{stroke:#edf2f7}.classroom-detail-page__donut-fill{stroke:#69dba3;stroke-linecap:round;transition:stroke-dashoffset .3s ease;transform-origin:center}.classroom-detail-page__donut-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.classroom-detail-page__donut-center strong{color:#14213d;font-size:3rem;line-height:1;font-weight:800}.classroom-detail-page__donut-center span{color:#6c7f95;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.classroom-detail-page__modules-list{display:flex;flex-direction:column;gap:16px}.classroom-detail-page__module-row{display:flex;flex-direction:column;gap:8px}.classroom-detail-page__module-row-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.classroom-detail-page__module-name{margin:0;color:#223047;font-size:.96rem;font-weight:800}.classroom-detail-page__module-helper{margin:4px 0 0;color:#7a8ea5;font-size:.86rem}.classroom-detail-page__module-percentage{color:#44566d;font-size:.94rem;font-weight:800}.classroom-detail-page__empty-state{margin:8px 0 0;color:#6f8298;font-size:.95rem}.classroom-detail-page__progress-cell{min-width:160px;max-width:180px;gap:6px}.classroom-detail-page__progress-bar{width:100%;max-width:180px}.classroom-detail-page__progress-copy{font-size:.8rem}.classroom-detail-page__progress-copy strong{font-size:.85rem}@media (max-width: 1180px){.classroom-detail-page__stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.classroom-detail-page__content{grid-template-columns:1fr}.classroom-detail-page__panel--summary{max-width:560px}}@media (max-width: 900px){.classroom-detail-page__hero,.classroom-detail-page__panel-header{flex-direction:column}.classroom-detail-page__actions,.classroom-detail-page__search{width:100%}.classroom-detail-page__secondary-button{flex:1 1 220px;justify-content:center}.classroom-detail-page__search{min-width:0}}@media (max-width: 720px){.classroom-detail-page{padding-top:22px}.classroom-detail-page__hero,.classroom-detail-page__panel--main,.classroom-detail-page__panel--summary{padding:22px 20px}.classroom-detail-page__stats-grid{grid-template-columns:1fr}.classroom-detail-page__stat-card{min-height:auto}.classroom-detail-page__panel-title,.classroom-detail-page__summary-title{font-size:1.6rem}.classroom-detail-page__donut-wrap{width:200px;height:200px}}.review-delivery-page{width:100%;padding:28px 0 40px;color:#1c2740;box-sizing:border-box}.review-delivery-page__toolbar{margin-bottom:18px}.review-delivery-page__back-link{display:inline-flex;align-items:center;gap:8px;color:#0f5db4;font-size:.95rem;font-weight:700;text-decoration:none}.review-delivery-page__hero{margin-bottom:22px}.review-delivery-page__eyebrow{display:inline-block;margin-bottom:8px;color:#2db7b0;font-size:.96rem;font-weight:700}.review-delivery-page__title{margin:0;color:#156b8a;font-size:clamp(2rem,1.84rem + .8vw,2.85rem);line-height:1.08;font-weight:800}.review-delivery-page__description{max-width:720px;margin:10px 0 0;color:#596d85;font-size:1.08rem;line-height:1.6}.review-delivery-page__summary-card,.review-delivery-page__panel,.review-delivery-page__feedback-panel,.review-delivery-page__teacher-tip{background:#fff;border:1px solid #e5edf4;border-radius:22px;box-shadow:0 8px 24px #0f235f0f}.review-delivery-page__summary-card{margin-bottom:20px;padding:24px 26px;display:grid;grid-template-columns:minmax(220px,320px) minmax(0,1fr);gap:24px;align-items:center}.review-delivery-page__student{display:flex;align-items:center;gap:16px}.review-delivery-page__avatar{width:58px;height:58px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#f2f7fc;border:1px solid #d6e3f1;color:#2f5f9c;font-size:1.05rem;font-weight:800;flex-shrink:0}.review-delivery-page__student-copy h2{margin:0 0 4px;color:#18243d;font-size:1.5rem;font-weight:800}.review-delivery-page__student-copy p{margin:0;display:inline-flex;align-items:center;gap:8px;color:#62758f;font-size:.98rem}.review-delivery-page__summary-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.review-delivery-page__meta-block{min-width:0}.review-delivery-page__meta-label{display:inline-block;margin-bottom:8px;color:#60758f;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.review-delivery-page__meta-value{margin:0;display:flex;align-items:center;gap:10px;color:#1c2740;font-size:1rem;font-weight:700;line-height:1.5;flex-wrap:wrap}.review-delivery-page__status-chip,.review-delivery-page__module-tag{min-height:32px;padding:0 12px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:800}.review-delivery-page__status-chip--active{background:#e9f7ef;color:#2b7d46}.review-delivery-page__status-chip--followup{background:#eef5ff;color:#145ab2}.review-delivery-page__status-chip--pending{background:#fff2e6;color:#c76b1d}.review-delivery-page__status-chip--reviewing{background:#eef4ff;color:#265fc7}.review-delivery-page__module-tag{background:#e8eefc;color:#375eb4}.review-delivery-page__content{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;align-items:start}.review-delivery-page__main-column{display:flex;flex-direction:column;gap:18px}.review-delivery-page__panel{padding:0;overflow:hidden}.review-delivery-page__panel-header{padding:18px 22px;border-bottom:1px solid #e7eef5;display:flex;align-items:center;justify-content:space-between;gap:16px}.review-delivery-page__panel-header h2,.review-delivery-page__section-title h2,.review-delivery-page__feedback-header h2,.review-delivery-page__teacher-tip h2{margin:0;color:#18243d;font-size:1.15rem;font-weight:800}.review-delivery-page__panel-header p,.review-delivery-page__feedback-header p,.review-delivery-page__teacher-tip p{margin:6px 0 0;color:#62758f;line-height:1.55}.review-delivery-page__file-pill{min-height:36px;padding:0 14px;border:1px solid #dce6f2;border-radius:12px;display:inline-flex;align-items:center;gap:8px;color:#33465f;background:#fff;font-size:.92rem;font-weight:700;flex-shrink:0}.review-delivery-page__canvas-shell{padding:22px;background:#fbfdff}.review-delivery-page__canvas-shell .lc-progress-row,.review-delivery-page__canvas-shell .lc-subheader,.review-delivery-page__canvas-shell .app-paper,.review-delivery-page__canvas-shell .lc-footer,.review-delivery-page__canvas-shell df-messenger{display:none}.review-delivery-page__canvas-shell .lc-panel{margin:0;padding:0;background:transparent;border:0;box-shadow:none}.review-delivery-page__canvas-shell .lc-grid{gap:0;background:#fff;border:1px solid #dce6f2;border-radius:16px;overflow:hidden}.review-delivery-page__canvas-shell .lc-card{min-height:210px;border-color:#dce6f2;border-radius:0;box-shadow:none}.review-delivery-page__canvas-shell .lc-card-title{display:block;color:#2a8aa4;font-size:.84rem;font-weight:800;text-transform:uppercase}.review-delivery-page__canvas-shell .lc-ta{padding:0;color:#40546f;font-size:.95rem;line-height:1.7;pointer-events:none;resize:none}.review-delivery-page__section-title{padding:20px 22px 0;display:flex;align-items:center;gap:10px;color:#355fba}.review-delivery-page__student-notes{margin:16px 22px 22px;padding:18px 20px;border-left:4px solid #2f5fca;border-radius:14px;background:#f6f9ff;color:#40546f;font-size:1rem;line-height:1.75}.review-delivery-page__teacher-tip{padding:24px 26px;display:flex;align-items:flex-start;gap:16px;background:#eef4ff}.review-delivery-page__teacher-tip-icon{width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#2759b8;flex-shrink:0}.review-delivery-page__feedback-panel{padding:24px;position:sticky;top:24px}.review-delivery-page__feedback-header{margin-bottom:24px}.review-delivery-page__rating-block,.review-delivery-page__comment-field{display:block;margin-bottom:22px}.review-delivery-page__feedback-label{display:inline-block;margin-bottom:12px;color:#546980;font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.review-delivery-page__rating-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.review-delivery-page__stars{display:inline-flex;align-items:center;gap:4px}.review-delivery-page__star-button{border:0;padding:0;background:transparent;color:#b7c4d7;font-size:1.85rem;cursor:pointer}.review-delivery-page__star-button--active{color:#2f5fca}.review-delivery-page__rating-row strong{color:#18243d;font-size:1.35rem}.review-delivery-page__rating-helper{margin:8px 0 0;color:#70839a;line-height:1.5}.review-delivery-page__comment-field textarea{width:100%;min-height:190px;padding:16px;border:1px solid #dce6f2;border-radius:16px;background:#fbfdff;color:#24354f;font:inherit;line-height:1.6;box-sizing:border-box;resize:vertical}.review-delivery-page__comment-field textarea:focus{outline:none;border-color:#8fb2e7;box-shadow:0 0 0 4px #2f5fca1f}.review-delivery-page__tips-card{margin-bottom:24px;padding:18px 18px 16px;border:1px solid #c9eef0;border-radius:16px;background:#f1fcfc}.review-delivery-page__tips-header{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:#236d73}.review-delivery-page__tips-header h3{margin:0;font-size:.95rem;font-weight:800;text-transform:uppercase}.review-delivery-page__tips-card ul{margin:0;padding-left:20px;color:#466c73;line-height:1.65}.review-delivery-page__tips-card li+li{margin-top:8px}.review-delivery-page__feedback-actions{display:flex;flex-direction:column;gap:12px}.review-delivery-page__primary-button,.review-delivery-page__secondary-button{min-height:52px;border-radius:16px;border:0;font:inherit;font-weight:800;cursor:pointer}.review-delivery-page__primary-button{background:linear-gradient(135deg,#2759b8,#3566d2);color:#fff;box-shadow:0 12px 24px #2759b833}.review-delivery-page__secondary-button{background:#fff;border:1px solid #dce6f2;color:#33465f}@media (max-width: 1200px){.review-delivery-page__content{grid-template-columns:1fr}.review-delivery-page__feedback-panel{position:static}}@media (max-width: 960px){.review-delivery-page__summary-card{grid-template-columns:1fr}.review-delivery-page__summary-meta{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.review-delivery-page{padding-top:20px}.review-delivery-page__summary-card,.review-delivery-page__feedback-panel,.review-delivery-page__teacher-tip{padding-left:18px;padding-right:18px}.review-delivery-page__panel-header{flex-direction:column;align-items:flex-start}.review-delivery-page__canvas-shell{padding:14px}.review-delivery-page__canvas-shell .lc-grid{grid-template-columns:1fr;grid-auto-rows:auto}.review-delivery-page__canvas-shell .lc-card{min-height:150px}}@media (max-width: 560px){.review-delivery-page__summary-meta{grid-template-columns:1fr}.review-delivery-page__student{align-items:flex-start}}.student-detail-page{width:100%;padding:28px 0 38px;color:#1c2740;box-sizing:border-box}.student-detail-page__toolbar{margin-bottom:18px}.student-detail-page__back-link{display:inline-flex;align-items:center;gap:8px;color:#0f5db4;font-size:.95rem;font-weight:700;text-decoration:none}.student-detail-page__summary-card,.student-detail-page__panel,.student-detail-page__tip-card{background:#fff;border:1px solid #e5edf4;border-radius:22px;box-shadow:0 8px 24px #0f235f0f}.student-detail-page__summary-card{display:flex;align-items:center;justify-content:space-between;gap:26px;margin-bottom:22px;padding:30px 24px}.student-detail-page__student-block{display:flex;align-items:center;gap:18px;min-width:0}.student-detail-page__avatar{width:72px;height:72px;border:1px solid #d4e0ec;border-radius:999px;background:#f1f7fe;display:inline-flex;align-items:center;justify-content:center;color:#0f5db4;font-size:1.8rem;font-weight:800;flex-shrink:0}.student-detail-page__student-copy{min-width:0}.student-detail-page__student-heading{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:6px}.student-detail-page__student-name{margin:0;color:#1f2b3d;font-size:2rem;line-height:1.05;font-weight:800}.student-detail-page__student-email{margin:0;color:#4f627a;font-size:1rem}.student-detail-page__classroom-chip,.student-detail-page__status-badge{min-height:32px;padding:0 12px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.student-detail-page__classroom-chip--active{background:#e9f7ef;color:#2b7d46}.student-detail-page__classroom-chip--followup{background:#eef5ff;color:#145ab2}.student-detail-page__summary-metrics{display:grid;grid-template-columns:minmax(180px,1fr) minmax(240px,1.15fr) 208px;gap:20px;align-items:stretch;width:min(100%,860px)}.student-detail-page__metric{padding:0 22px;border-left:1px solid #edf2f6;display:flex;flex-direction:column;justify-content:center;gap:10px}.student-detail-page__metric:first-child{border-left:0}.student-detail-page__metric-label{color:#6b7d94;font-size:.86rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.student-detail-page__metric-value{color:#0f5db4;font-size:1.12rem;line-height:1.3;font-weight:800}.student-detail-page__metric-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.student-detail-page__metric-heading strong{color:#1c2740;font-size:1.05rem;font-weight:800}.student-detail-page__progress-bar{width:100%;height:8px;border:0;border-radius:999px;overflow:hidden;background:#dbe4f8}.student-detail-page__progress-bar::-webkit-progress-bar{background:#dbe4f8;border-radius:999px}.student-detail-page__progress-bar::-webkit-progress-value{background:linear-gradient(90deg,#42db99,#1483b9);border-radius:999px}.student-detail-page__progress-bar::-moz-progress-bar{background:linear-gradient(90deg,#42db99,#1483b9);border-radius:999px}.student-detail-page__metric-helper{color:#62758d;font-size:.92rem}.student-detail-page__average-card{min-height:112px;padding:20px 24px;border-radius:18px;background:#f7f8fc;display:flex;flex-direction:column;justify-content:center;gap:12px}.student-detail-page__average-value{display:inline-flex;align-items:center;gap:10px;color:#0f5db4;font-size:1.35rem}.student-detail-page__average-value strong{color:#1c2740;font-size:2rem;line-height:1;font-weight:800}.student-detail-page__content{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:22px;align-items:start;margin-bottom:20px}.student-detail-page__panel{padding:28px 28px 30px}.student-detail-page__panel-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.student-detail-page__panel-title{margin:0;color:#14213d;font-size:1.8rem;line-height:1.1;font-weight:800}.student-detail-page__filter{position:relative;display:inline-flex}.student-detail-page__filter select{min-width:188px;height:44px;padding:0 40px 0 16px;border:1px solid #e5edf4;border-radius:14px;background:#f7f8fc;color:#44566d;font:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.student-detail-page__filter:after{content:"";position:absolute;top:50%;right:16px;width:8px;height:8px;border-right:2px solid #5d718c;border-bottom:2px solid #5d718c;transform:translateY(-65%) rotate(45deg);pointer-events:none}.student-detail-page__table-scroll{width:100%;overflow-x:auto}.student-detail-page__table{width:100%;min-width:760px;border-collapse:collapse}.student-detail-page__table th{padding:0 0 16px;border-bottom:1px solid #e4ebf3;color:#7b8ba0;font-size:.86rem;font-weight:800;letter-spacing:.12em;text-align:left;text-transform:uppercase}.student-detail-page__table td{padding:22px 0;border-bottom:1px solid #edf2f6;vertical-align:middle}.student-detail-page__table tbody tr:last-child td{border-bottom:0}.student-detail-page__module-cell{min-width:220px}.student-detail-page__module-name{margin:0 0 4px;color:#1f2b3d;font-size:1rem;font-weight:800}.student-detail-page__module-topic{margin:0;color:#667b99;font-size:.94rem}.student-detail-page__status-badge--reviewed{background:#ddf7d7;color:#2b7d46}.student-detail-page__status-badge--pending{background:#fff4e5;color:#b86910}.student-detail-page__status-badge--missing{background:#eef2f6;color:#64748b}.student-detail-page__cell-text,.student-detail-page__grade-muted{color:#6c7f95;font-size:.98rem}.student-detail-page__grade-cell{color:#1c2740;font-size:1rem;font-weight:700}.student-detail-page__grade-value{display:inline-flex;align-items:center;gap:6px;color:#0f5db4}.student-detail-page__action-cell{text-align:right}.student-detail-page__action-button{min-height:40px;padding:0 18px;border:1px solid transparent;border-radius:12px;font:inherit;font-size:.95rem;font-weight:700;cursor:pointer}.student-detail-page__action-button--primary{background:linear-gradient(180deg,#1d73ce,#125ab3);box-shadow:0 14px 22px #165db32e;color:#fff}.student-detail-page__action-button--secondary{background:#2c6bdc;color:#fff}.student-detail-page__action-button--ghost{border-color:#dbe5ef;background:#fff;color:#7f8da1}.student-detail-page__panel--summary{display:flex;flex-direction:column;gap:22px}.student-detail-page__progress-card{padding:10px 16px;border-radius:16px;background:linear-gradient(180deg,#d7f9e7,#d2f1e8);display:flex;align-items:center;justify-content:space-between;gap:16px}.student-detail-page__radial-progress{width:128px;height:128px;position:relative;flex-shrink:0}.student-detail-page__radial-svg{width:100%;height:100%;transform:rotate(-90deg)}.student-detail-page__radial-track,.student-detail-page__radial-fill{fill:none;stroke-width:14}.student-detail-page__radial-track{stroke:#b6efe0}.student-detail-page__radial-fill{stroke:#3dda9a;stroke-linecap:round}.student-detail-page__radial-inner{position:absolute;top:14px;right:14px;bottom:14px;left:14px;border-radius:999px;background:#d7f9e7;display:grid;place-items:center;color:#14213d}.student-detail-page__radial-inner strong{font-size:2rem;line-height:1;font-weight:800}.student-detail-page__progress-copy{display:flex;flex-direction:column;gap:6px;color:#54657b}.student-detail-page__progress-copy strong{color:#1b2438;font-size:2rem;line-height:1;font-weight:800}.student-detail-page__progress-copy span{font-size:1rem}.student-detail-page__summary-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding-bottom:18px;border-bottom:1px solid #dbe5ef}.student-detail-page__summary-stat{display:flex;align-items:center;gap:10px;color:#657990}.student-detail-page__summary-stat strong{display:block;margin-bottom:4px;color:#14213d;font-size:1.8rem;line-height:1;font-weight:800}.student-detail-page__summary-icon{width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:1.3rem}.student-detail-page__summary-icon--completed{color:#1a7a38}.student-detail-page__summary-icon--pending{color:#f2b31a}.student-detail-page__summary-section h3{margin:0 0 14px;color:#1f2b3d;font-size:1rem;font-weight:800}.student-detail-page__bullet-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:14px}.student-detail-page__bullet-list li,.student-detail-page__next-module{margin:0;display:flex;align-items:center;gap:10px;color:#1f2b3d;font-size:.98rem;font-weight:600}.student-detail-page__bullet{display:inline-flex;align-items:center;justify-content:center;font-size:.7rem}.student-detail-page__bullet--completed{color:#43d88d}.student-detail-page__bullet--pending{color:#f3c44b}.student-detail-page__tip-card{padding:28px 30px;border-color:#c6d8f4;background:#eaf2ff;display:flex;align-items:flex-start;gap:18px}.student-detail-page__tip-icon{width:54px;height:54px;border-radius:14px;background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#0f5db4;font-size:1.4rem;flex-shrink:0}.student-detail-page__tip-copy h2{margin:0 0 8px;color:#0f5db4;font-size:1.9rem;line-height:1.1;font-weight:800}.student-detail-page__tip-copy p{margin:0;color:#44566d;font-size:1rem;line-height:1.75}.student-detail-page__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 1180px){.student-detail-page__summary-card{flex-direction:column;align-items:stretch}.student-detail-page__summary-metrics{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.student-detail-page__average-card{grid-column:1 / -1}.student-detail-page__content{grid-template-columns:1fr}}@media (max-width: 780px){.student-detail-page__summary-card,.student-detail-page__panel,.student-detail-page__tip-card{padding-left:20px;padding-right:20px}.student-detail-page__summary-metrics{grid-template-columns:1fr;gap:18px}.student-detail-page__metric{padding:0;border-left:0}.student-detail-page__panel-header,.student-detail-page__progress-card,.student-detail-page__tip-card{flex-direction:column;align-items:flex-start}.student-detail-page__filter,.student-detail-page__filter select{width:100%}.student-detail-page__summary-stats{grid-template-columns:1fr}}:root{--menu-w: 260px;--content-min: 1040px}:root{--page-bg: #F5F7FA;--page-pad-y: 16px}html,body{background:var(--page-bg)!important}.app-shell{background:var(--page-bg)}.app-page{background:transparent}.app-shell{display:grid;grid-template-columns:var(--menu-w) 1fr;min-height:100vh;min-width:calc(var(--menu-w) + var(--content-min))}.app-main{min-width:var(--content-min);display:flex;flex-direction:column;min-height:100dvh}.app-page{padding:var(--page-pad-y) 18px;flex:1 1 auto;display:block;min-width:var(--content-min)}.app-paper{background:#fff;border:1px solid #d9e2ea;border-radius:10px;box-shadow:0 10px 25px #0208170f;padding:28px 32px;max-width:var(--content-min);width:100%;margin:0 auto;min-height:calc(100dvh - (var(--page-pad-y) * 2))}@media (max-width: 900px){:root{--content-min: 100%}.app-shell{grid-template-columns:68px 1fr;min-width:100%}.app-main,.app-page{min-width:100%}.app-paper{max-width:100%}}
