/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}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;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.fixed{position:fixed}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.block{display:block}.table{display:table}.resize{resize:both}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.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,)}}:root{--blue:#2e72f6;--blue-dark:#1654cb;--blue-soft:#edf4ff;--navy:#10213f;--text:#14213d;--muted:#738098;--line:#e3e9f2;--surface:#fff;--bg:#f5f8fc;--green:#1daf78;--violet:#7c5ce5;--orange:#ef8b45;--red:#e55b61;--shadow:0 8px 28px #27447114}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,PingFang SC,Microsoft YaHei,Arial,sans-serif}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.52}a{color:inherit;text-decoration:none}.button-primary,.button-secondary,.button-quiet,.button-link,.button-danger{border:0;border-radius:9px;padding:11px 18px}.button-primary{background:var(--blue);color:#fff;font-weight:700;box-shadow:0 5px 14px #2e72f62e}.button-primary:hover{background:var(--blue-dark)}.button-secondary{color:#42516b;background:#fff;border:1px solid #d3deed}.button-secondary:hover{color:var(--blue);border-color:#8eb4fb}.button-quiet{color:#41506a;background:0 0}.button-link{color:var(--blue);background:0 0}.button-danger{color:#d94952;background:#fff0f1}.button-block{width:100%;margin-top:12px}.button-large{padding:14px 24px}.pill,.eyebrow,.section-eyebrow{color:var(--blue);font-size:12px;font-weight:700;display:inline-block}.pill{background:var(--blue-soft);border:1px solid #d5e5ff;border-radius:20px;padding:8px 13px}.card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px;padding:20px}.card-head{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:16px;display:flex}.card-head h3,.card-head p{margin:0}.card-head p{color:var(--muted);margin-top:6px;font-size:12px}.card-head button{color:var(--blue);background:0 0;border:0;font-size:12px}.text-input{width:100%;height:46px;color:var(--text);background:#fff;border:1px solid #d8e0eb;border-radius:8px;outline:0;padding:0 12px}.text-input:focus,.input-combo:focus-within{border-color:#79a5f8;box-shadow:0 0 0 3px #edf4ff}.field{margin:15px 0;display:block}.field>span{margin-bottom:8px;font-size:12px;font-weight:700;display:block}.input-combo{background:#fff;border:1px solid #d8e0eb;border-radius:8px;align-items:center;height:46px;display:flex}.input-combo>span{border-right:1px solid var(--line);color:#6e7a8e;padding:0 13px}.input-combo input{border:0;outline:0;flex:1;min-width:0;padding:0 12px}.input-combo button{color:var(--blue);background:0 0;border:0;padding:0 13px}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.meta-row{color:#6d7a90;align-items:center;gap:18px;font-size:12px;display:flex}.brand{align-items:center;gap:10px;display:flex}.brand img{object-fit:contain;background:#fff;border-radius:10px;width:40px;height:40px}.brand b{font-size:20px}.brand small{color:var(--blue);background:var(--blue-soft);border-radius:5px;margin-left:7px;padding:3px 6px;font-size:10px;display:inline-block}.brand-compact b{font-size:20px}.marketing{background:#fff;min-height:100vh}.marketing-nav{justify-content:space-between;align-items:center;max-width:1300px;height:76px;margin:auto;padding:0 25px;display:flex}.marketing-nav nav{color:#526079;gap:32px;font-size:14px;display:flex}.marketing-nav nav a:hover{color:var(--blue)}.nav-actions{gap:8px;display:flex}.marketing-hero{background:radial-gradient(circle at 75% 38%,#e7f1ff 0,#0000 34%),linear-gradient(#f7faff,#fff);grid-template-columns:.9fr 1.1fr;align-items:center;gap:52px;min-height:650px;padding:65px max(28px,50vw - 620px);display:grid;overflow:hidden}.hero-copy{max-width:570px}.hero-copy h1{letter-spacing:-1.2px;margin:24px 0 20px;font-size:50px;line-height:1.23}.hero-copy h1 strong{color:var(--blue)}.hero-copy>p{color:#68758c;font-size:17px;line-height:1.8}.hero-actions{gap:12px;margin:29px 0 18px;display:flex}.trust-row{color:#7e8a9d;gap:18px;font-size:12px;display:flex}.product-preview{position:relative}.preview-window{background:#fff;border:1px solid #dce5f1;border-radius:17px;overflow:hidden;transform:perspective(1000px)rotateY(-2deg);box-shadow:0 30px 70px #2b4e8429}.preview-bar{background:#f8fafc;border-bottom:1px solid #e7ecf3;align-items:center;gap:6px;height:44px;padding:0 15px;display:flex}.preview-bar i{background:#ff8a84;border-radius:50%;width:8px;height:8px}.preview-bar i:nth-child(2){background:#ffd168}.preview-bar i:nth-child(3){background:#65d39a}.preview-bar span{color:#758198;margin-left:10px;font-size:11px}.preview-layout{grid-template-columns:165px 1fr;min-height:380px;display:grid}.preview-layout aside{background:#fbfcfe;border-right:1px solid #e8edf4;flex-direction:column;gap:10px;padding:16px 12px;display:flex}.preview-layout aside .brand{transform-origin:0;margin-bottom:13px;transform:scale(.8)}.preview-layout aside>span{color:#778398;border-radius:7px;padding:9px 11px;font-size:11px}.preview-layout aside .preview-active{color:var(--blue);background:#eaf2ff;font-weight:700}.preview-layout section{padding:28px}.preview-layout section>small{color:#758199}.preview-layout section>h3{margin:7px 0 20px;font-size:22px}.preview-hero{color:#fff;background:linear-gradient(130deg,#266ef0,#6a98f7);border-radius:12px;padding:24px}.preview-hero p{color:#dbe8ff;font-size:12px}.preview-hero>i{background:#7aa4f6;border-radius:4px;height:6px;display:block}.preview-hero>i em{background:#fff;border-radius:4px;width:60%;height:100%;display:block}.preview-cards{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:15px;display:grid}.preview-cards span{color:#7c879a;border:1px solid #e3e9f1;border-radius:9px;padding:13px;font-size:10px}.preview-cards b{color:var(--text);margin-top:5px;font-size:17px;display:block}.float-stat{background:#fff;border:1px solid #dde6f2;border-radius:11px;padding:12px 15px;position:absolute;box-shadow:0 12px 30px #2a497726}.stat-a{bottom:-18px;left:-25px}.stat-a b,.stat-a span{display:block}.stat-a b{color:var(--green);font-size:22px}.stat-a span{color:#7d899c;font-size:10px}.stat-b{font-size:12px;font-weight:700;top:-20px;right:-18px}.metric-strip{border:1px solid var(--line);max-width:1160px;box-shadow:var(--shadow);background:#fff;border-radius:14px;grid-template-columns:repeat(4,1fr);margin:-14px auto 0;padding:24px;display:grid;position:relative}.metric-strip>div{text-align:center;border-right:1px solid var(--line)}.metric-strip>div:last-child{border:0}.metric-strip b,.metric-strip span{display:block}.metric-strip b{color:var(--blue);font-size:25px}.metric-strip span{color:var(--muted);margin-top:5px;font-size:12px}.marketing-section{max-width:1220px;margin:auto;padding:105px 24px}.section-title{text-align:center;max-width:690px;margin:0 auto 43px}.section-title h2{margin:13px 0;font-size:36px}.section-title p{color:var(--muted);line-height:1.7}.feature-grid{grid-template-columns:repeat(4,1fr);gap:17px;display:grid}.feature-grid article{border:1px solid var(--line);border-radius:14px;padding:24px;transition:all .2s}.feature-grid article:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.feature-grid article>span{background:var(--blue-soft);width:48px;height:48px;color:var(--blue);border-radius:12px;place-items:center;font-weight:800;display:grid}.feature-grid h3{margin:18px 0 9px;font-size:17px}.feature-grid p{color:var(--muted);min-height:84px;font-size:13px;line-height:1.7}.feature-grid a{color:var(--blue);font-size:12px}.path-section{background:#f6f9fd;grid-template-columns:.82fr 1.18fr;align-items:center;gap:80px;padding:90px max(28px,50vw - 580px);display:grid}.path-section h2{margin:13px 0;font-size:39px}.path-section>div:first-child p{color:var(--muted);line-height:1.75}.path-section>div:first-child button{margin-top:18px}.stage-list{gap:11px;display:grid}.stage-list article{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:42px 1fr;gap:12px;padding:16px 20px;display:grid}.stage-list article>span{color:#a0aabb;font-size:11px}.stage-list h3,.stage-list p{margin:3px 0}.stage-list small{color:#778397}.stage-list p{color:var(--muted);font-size:12px}.stage-highlight{box-shadow:0 6px 18px #2e72f614;border-color:#7faafa!important}.safety-section{color:#fff;background:linear-gradient(130deg,#153e79,#286bcd);border-radius:20px;grid-template-columns:1fr 1fr;gap:50px;max-width:1160px;margin:95px auto;padding:44px;display:grid}.safety-icon{font-size:36px}.safety-section h2{margin:12px 0;font-size:29px}.safety-section p{color:#d9e7fb;line-height:1.7}.safety-grid{grid-template-columns:1fr 1fr;align-content:center;gap:13px;display:grid}.safety-grid span{background:#ffffff1a;border:1px solid #ffffff26;border-radius:9px;padding:13px;font-size:12px}.safety-grid span:before{content:"✓";color:#86e2bd;margin-right:7px}.final-cta{text-align:center;background:linear-gradient(#f5f9ff,#fff);padding:80px 20px}.final-cta>span{color:var(--blue);font-weight:700}.final-cta h2{margin:13px;font-size:37px}.final-cta p{color:var(--muted)}.final-cta button{background:var(--blue);color:#fff;border:0;border-radius:9px;margin-top:18px;padding:14px 24px;font-weight:700}.marketing-footer{border-top:1px solid var(--line);max-width:1160px;color:var(--muted);align-items:center;gap:25px;margin:auto;padding:28px 0;font-size:12px;display:flex}.marketing-footer p{margin-right:auto}.marketing-footer>div:last-child{gap:18px;display:flex}.auth-page{background:radial-gradient(circle at 18%,#dbeaff 0,#0000 30%),linear-gradient(135deg,#eef5ff,#f9fbfe 58%,#edf3fb);grid-template-columns:1fr 520px;align-items:center;gap:70px;min-height:100vh;padding:100px max(35px,50vw - 580px) 55px;display:grid}.auth-top{justify-content:space-between;align-items:center;max-width:1220px;height:76px;margin:auto;padding:0 28px;display:flex;position:absolute;top:0;left:0;right:0}.auth-top>button{color:#536179;background:0 0;border:0}.auth-aside{max-width:500px}.auth-aside h1{margin:22px 0;font-size:43px;line-height:1.35}.auth-aside>p{color:#64738c;font-size:16px;line-height:1.75}.auth-benefits{gap:12px;margin-top:28px;display:grid}.auth-benefits span{color:#53637b;background:#ffffffa3;border:1px solid #cbdbf1cc;border-radius:9px;padding:12px 15px;font-size:13px}.auth-card{background:#fff;border:1px solid #dce5f1;border-radius:18px;width:100%;padding:30px 34px;box-shadow:0 25px 70px #26457426}.auth-heading{text-align:center;margin-bottom:20px}.auth-heading.compact{text-align:left}.auth-heading img{object-fit:contain;border-radius:13px;width:54px;height:54px}.auth-heading h2{margin:11px 0 5px}.auth-heading p{color:var(--muted);margin:0;font-size:13px}.identity-row{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.identity-row button{border:1px solid var(--line);background:#fafbfd;border-radius:9px;padding:10px 6px}.identity-row button span,.identity-row button b,.identity-row button small{display:block}.identity-row button span{font-size:20px}.identity-row button b{margin:4px}.identity-row button small{color:var(--muted);font-size:9px}.identity-row .identity-selected{background:var(--blue-soft);color:var(--blue);border-color:#77a6fb}.auth-tabs{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;margin:20px 0 5px;display:grid}.auth-tabs button{color:#7c879a;background:0 0;border:0;padding:11px}.auth-tabs button.active{color:var(--blue);border-bottom:2px solid var(--blue);font-weight:700}.auth-options{color:#758198;justify-content:space-between;align-items:center;margin:12px 0;font-size:11px;display:flex}.auth-options button{color:var(--blue);background:0 0;border:0}.divider{border-bottom:1px solid var(--line);text-align:center;height:20px;margin:3px 0 18px}.divider span{color:#9aa4b3;background:#fff;padding:0 10px;font-size:11px;position:relative;top:12px}.auth-switch{text-align:center;color:#8490a2;font-size:12px}.auth-switch button{color:var(--blue);background:0 0;border:0}.mini-steps{justify-content:center;align-items:center;gap:10px;margin:20px;display:flex}.mini-steps span{color:#9aa4b3;font-size:11px}.mini-steps span.active{color:var(--blue);font-weight:700}.mini-steps i{background:var(--line);width:50px;height:1px}.register-progress>span{color:var(--muted);font-size:11px}.register-progress>div{background:#edf1f6;border-radius:5px;height:5px;margin:8px 0 20px;overflow:hidden}.register-progress i{background:var(--blue);border-radius:5px;height:100%;display:block}.role-card{background:#f1f6ff;border:1px solid #80aafa;border-radius:10px;grid-template-columns:45px 1fr auto;align-items:center;padding:12px;display:grid}.role-card>span{font-size:25px}.role-card p,.role-card b{margin:0}.role-card p{color:var(--muted);margin-top:4px;font-size:11px}.role-card em{color:var(--blue);font-size:11px;font-style:normal}.check-line{color:#768398;align-items:flex-start;gap:7px;margin:13px 0;font-size:11px;line-height:1.55;display:flex}.password-rules{color:#8b96a6;gap:12px;font-size:10px;display:flex}.field-tip{color:#7f8b9d;background:#f5f8fc;border-radius:7px;padding:10px;font-size:11px}.guardian-box{background:#f1f6ff;border-radius:10px;grid-template-columns:45px 1fr;gap:9px;padding:13px;display:grid}.guardian-box>span{font-size:26px}.guardian-box b,.guardian-box p{margin:0}.guardian-box p{color:#6d7b91;margin-top:4px;font-size:11px;line-height:1.55}.privacy-summary{color:#6f7d91;background:#f7f9fc;border-radius:9px;gap:7px;padding:12px;font-size:11px;display:grid}.privacy-summary b{color:var(--text)}.privacy-summary span:before{content:"✓";color:var(--green);margin-right:6px}.form-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.form-actions .button-primary{flex:1}.onboarding-page{background:linear-gradient(#f3f7fd,#fff);min-height:100vh;padding-bottom:60px}.onboarding-page>header{border-bottom:1px solid var(--line);background:#fff;align-items:center;gap:18px;max-width:none;height:74px;padding:0 max(28px,50vw - 550px);display:flex}.onboarding-page>header>span{color:var(--muted);border-left:1px solid var(--line);padding-left:18px;font-size:12px}.onboarding-page>header>button{color:#6e7b90;background:0 0;border:0;margin-left:auto;font-size:12px}.onboarding-progress{justify-content:space-between;max-width:760px;margin:35px auto 25px;display:flex;position:relative}.onboarding-progress:before{content:"";background:#dfe6f1;height:2px;position:absolute;top:17px;left:8%;right:8%}.onboarding-progress>span{z-index:1;color:#9aa4b3;place-items:center;gap:6px;display:grid;position:relative}.onboarding-progress i{background:#e6ebf2;border-radius:50%;place-items:center;width:35px;height:35px;font-size:12px;font-style:normal;display:grid}.onboarding-progress em{font-size:10px;font-style:normal}.onboarding-progress span.active{color:var(--blue)}.onboarding-progress span.active i{background:var(--blue);color:#fff}.onboarding-card{border:1px solid var(--line);max-width:760px;box-shadow:var(--shadow);background:#fff;border-radius:18px;margin:auto;padding:34px 40px}.onboarding-heading{text-align:center;margin-bottom:26px}.onboarding-heading>span{font-size:38px}.onboarding-heading h1{margin:9px 0 7px}.onboarding-heading p{color:var(--muted);margin:0}.profile-confirm{background:#f6f9fd;border-radius:12px;grid-template-columns:80px repeat(3,1fr);align-items:center;gap:18px;padding:18px;display:grid}.profile-avatar{background:var(--blue-soft);width:62px;height:62px;color:var(--blue);border-radius:50%;place-items:center;font-size:24px;font-weight:800;display:grid}.profile-confirm small,.profile-confirm b{display:block}.profile-confirm small{color:var(--muted);margin-bottom:6px;font-size:10px}.choice-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.choice-grid button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:14px}.choice-grid button span{margin-bottom:7px;font-size:23px;display:block}.choice-grid button.selected{background:var(--blue-soft);color:var(--blue);border-color:#75a4fa;font-weight:700}.selection-count{text-align:center;color:var(--muted);font-size:11px}.segmented{background:#f2f5f9;border-radius:9px;grid-template-columns:repeat(3,1fr);padding:4px;display:grid}.segmented button{color:#66748a;background:0 0;border:0;border-radius:7px;padding:10px}.segmented button.active{color:var(--blue);background:#fff;box-shadow:0 2px 8px #2b416214}.choice-list{grid-template-columns:1fr 1fr;gap:9px;display:grid}.choice-list button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:8px;padding:11px}.choice-list button.selected{background:var(--blue-soft);color:var(--blue);border-color:#7aa7fa}.diagnostic{grid-template-columns:1fr 1fr;gap:8px;display:grid}.diagnostic p{grid-column:1/-1;margin:12px 0 3px}.diagnostic button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:8px;padding:11px}.diagnostic button.selected{background:var(--blue-soft);color:var(--blue);border-color:#79a7fa}.setup-result{text-align:center}.setup-check{width:70px;height:70px;color:var(--green);background:#e7f8f1;border-radius:50%;place-items:center;margin:auto;font-size:35px;display:grid}.setup-result h2{margin:14px}.setup-items{text-align:left;grid-template-columns:1fr 1fr;gap:10px;display:grid}.setup-items span{color:#65738a;background:#f6f9fd;border-radius:9px;padding:13px;font-size:12px}.setup-items b{color:var(--text);margin-bottom:5px;display:block}.setup-result>p{color:var(--muted);font-size:11px}.onboarding-actions{justify-content:flex-end;gap:10px;margin-top:28px;display:flex}.onboarding-actions .button-primary{min-width:150px}.app-shell{grid-template-columns:244px 1fr;min-height:100vh;display:grid}.sidebar{z-index:5;border-right:1px solid var(--line);background:#fff;flex-direction:column;width:244px;padding:18px 14px;display:flex;position:fixed;inset:0 auto 0 0;box-shadow:5px 0 18px #213e6c09}.sidebar>.brand{border-bottom:1px solid var(--line);height:52px;margin-bottom:15px;padding:0 7px 14px}.sidebar-label{color:#a1aaba;letter-spacing:.12em;padding:0 12px 8px;font-size:10px}.sidebar nav{gap:4px;display:grid}.sidebar nav>button,.sidebar-bottom button{text-align:left;color:#4d5a70;background:0 0;border:0;border-radius:9px;align-items:center;gap:10px;height:46px;padding:0 10px;display:flex;position:relative}.sidebar nav>button:before{content:"";background:0 0;border-radius:0 3px 3px 0;width:3px;height:21px;position:absolute;left:-14px}.sidebar nav>button.active,.sidebar nav>button:hover{color:var(--blue);background:#f0f5ff;font-weight:700}.sidebar nav>button.active:before{background:var(--blue)}.nav-icon{color:#647188;background:#f0f4f9;border-radius:7px;place-items:center;width:28px;height:28px;font-size:14px;font-weight:800;display:grid}.sidebar nav>button.active .nav-icon{background:var(--blue);color:#fff}.sidebar nav em{color:#8190a7;background:#edf1f6;border-radius:8px;margin-left:auto;padding:2px 6px;font-size:9px;font-style:normal}.sidebar-bottom{border-top:1px solid var(--line);margin-top:14px;padding-top:12px;display:grid}.sidebar-bottom button{color:#7a879a;height:38px}.sidebar-bottom .nav-icon{background:0 0}.buddy-card{background:linear-gradient(145deg,#fff,#f0f6ff);border:1px solid #dbe5f2;border-radius:13px;margin-top:auto;padding:14px;position:relative}.buddy-face{float:right;color:#7ee6ff;background:#123e80;border:6px solid #dfebff;border-radius:17px;place-items:center;width:48px;height:42px;font-size:10px;display:grid}.buddy-card b,.buddy-card p{margin:0;display:block}.buddy-card p{color:var(--muted);margin:5px 0 11px;font-size:10px;line-height:1.45}.buddy-card button{background:var(--blue);color:#fff;border:0;border-radius:7px;padding:7px 10px;font-size:10px}.workspace{grid-column:2;min-width:0}.topbar{border-bottom:1px solid var(--line);z-index:4;background:#fff;justify-content:space-between;align-items:center;height:72px;padding:0 28px;display:flex;position:sticky;top:0}.topbar>div:first-child{gap:11px;font-size:13px;display:flex}.topbar>div:first-child span,.topbar>div:first-child i{color:#8a96a7;font-style:normal}.topbar-actions{align-items:center;gap:10px;display:flex}.streak-button{color:#b36b18;background:#fff7ea;border:0;border-radius:18px;padding:8px 13px;font-size:11px}.icon-button{background:0 0;border:0;width:38px;height:38px;font-size:19px;position:relative}.icon-button em{color:#fff;background:#ef5359;border-radius:8px;padding:1px 5px;font-size:9px;font-style:normal;position:absolute;top:0;right:1px}.account-button{text-align:left;background:0 0;border:0;align-items:center;gap:9px;display:flex}.account-button>span{background:var(--blue-soft);width:39px;height:39px;color:var(--blue);border-radius:50%;place-items:center;font-weight:800;display:grid}.account-button b,.account-button small{display:block}.account-button small{color:var(--muted);margin-top:3px;font-size:10px}.account-button i{color:#8c97a7;font-style:normal}.page{max-width:1580px;margin:auto;padding:27px 30px 45px}.page-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.page-heading h1{margin:7px 0 5px;font-size:28px}.page-heading p{color:var(--muted);margin:0}.initial-status{border:1px solid var(--line);background:#fff;border-radius:11px;align-items:center;gap:10px;padding:11px 17px;display:flex}.initial-status>span{font-size:26px}.initial-status b,.initial-status small{display:block}.initial-status small{color:var(--muted);margin-top:4px;font-size:10px}.initial-status.demo{background:#fff9ed}.popover{z-index:10;border:1px solid var(--line);background:#fff;border-radius:13px;position:fixed;top:64px;right:25px;box-shadow:0 18px 50px #1f365a2e}.notifications{width:350px;padding:10px 0}.popover-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:9px 16px;display:flex}.popover-head h3{margin:0}.popover-head button{background:0 0;border:0;font-size:21px}.notifications article{border-bottom:1px solid #eef1f5;grid-template-columns:8px 1fr;gap:11px;padding:13px 16px;display:grid}.notifications article>i{background:var(--blue);border-radius:50%;width:7px;height:7px;margin-top:6px}.notifications b,.notifications p,.notifications small{margin:0;display:block}.notifications p{color:#66748a;margin:4px 0;font-size:11px}.notifications small{color:#9aa4b3;font-size:9px}.popover-footer{width:100%;color:var(--blue);background:0 0;border:0;padding:10px}.account-menu{width:190px;padding:7px}.account-menu button{text-align:left;color:#536078;background:0 0;border:0;border-radius:7px;width:100%;padding:10px}.account-menu button:hover{background:#f2f6fc}.account-menu hr{border:0;border-top:1px solid var(--line)}.account-menu .danger{color:var(--red)}.welcome-banner{color:#fff;background:linear-gradient(120deg,#2167e9,#5c91f6);border-radius:16px;min-height:250px;padding:28px;position:relative;overflow:hidden}.welcome-banner>div:first-child{z-index:1;max-width:620px;position:relative}.banner-tag{background:#ffffff26;border-radius:5px;padding:5px 8px;font-size:11px}.welcome-banner h2{margin:18px 0 8px;font-size:27px}.welcome-banner p{color:#dce9ff}.welcome-banner .meta-row{color:#dbe7fb;margin:20px 0}.welcome-banner button{color:#2767d8;background:#fff;border:0;border-radius:8px;padding:11px 21px;font-weight:700}.island-art{background:#ffffff1a;border-radius:50%;place-items:center;width:210px;height:210px;display:grid;position:absolute;top:27px;right:55px}.island-art:before,.island-art:after{content:"";border:1px solid #ffffff47;border-radius:50%;position:absolute;inset:-20px}.island-art:after{inset:25px}.island-art img{object-fit:contain;z-index:1;border-radius:35px;width:150px;height:150px;position:relative}.initial-metrics{grid-template-columns:repeat(4,1fr);gap:16px;margin:18px 0;display:grid}.initial-metrics section>span{color:var(--muted);font-size:12px}.initial-metrics p{margin:12px 0 5px}.initial-metrics p b{margin-right:4px;font-size:27px}.initial-metrics small{color:#8b96a7}.home-grid{grid-template-columns:1.2fr .8fr;gap:18px;display:grid}.checklist .card-head>b{color:var(--blue);font-size:20px}.checklist>button{text-align:left;background:0 0;border:0;border-top:1px solid #edf0f5;grid-template-columns:30px 1fr auto;align-items:center;width:100%;padding:13px 4px;display:grid}.checklist>button>i{color:#7c899a;background:#eef2f7;border-radius:50%;place-items:center;width:24px;height:24px;font-style:normal;display:grid}.checklist>button.done>i{color:var(--green);background:#e2f7ee}.checklist>button b,.checklist>button small{display:block}.checklist>button small{color:var(--muted);margin-top:4px;font-size:10px}.checklist>button>em{color:var(--blue);font-size:11px;font-style:normal}.checklist>button.done>span{color:#758196;text-decoration:none}.checklist>button.done>em{color:var(--green)}.initialized-row{border-top:1px solid #edf0f5;grid-template-columns:26px 1fr;gap:8px;padding:12px 0;display:grid}.initialized-row>i{width:22px;height:22px;color:var(--green);background:#e5f7ef;border-radius:50%;place-items:center;font-style:normal;display:grid}.initialized-row b,.initialized-row small{display:block}.initialized-row small{color:var(--muted);margin-top:4px;font-size:10px}.quick-entry{margin-top:18px}.quick-entry>div:last-child{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.quick-entry>div:last-child>button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:10px;grid-template-columns:38px 1fr 20px;align-items:center;gap:10px;padding:14px;display:grid}.quick-entry>div:last-child>button>span{background:var(--blue-soft);width:37px;height:37px;color:var(--blue);border-radius:9px;place-items:center;font-weight:800;display:grid}.quick-entry b,.quick-entry small{display:block}.quick-entry small{color:var(--muted);margin-top:5px;font-size:10px}.quick-entry>div:last-child>button>i{color:#9ca6b4;font-style:normal}.demo-hero-grid{grid-template-columns:1.08fr .92fr;gap:18px;display:grid}.continue-card{color:#fff;background:linear-gradient(120deg,#2369eb,#5e91f5);border-radius:15px;padding:27px}.continue-card>span{background:#ffffff26;border-radius:5px;padding:5px 8px;font-size:11px}.continue-card h2{margin:20px 0 8px;font-size:25px}.continue-card p{color:#dce8fd}.course-progress{background:#dce6f5;border-radius:7px;height:7px;overflow:hidden}.course-progress i{background:var(--blue);height:100%;display:block}.continue-card .course-progress{background:#75a2f6;max-width:360px;margin:23px 0 9px}.continue-card .course-progress i{background:#fff}.continue-card .meta-row{color:#dce8fc}.continue-card button{color:#2264d8;background:#fff;border:0;border-radius:8px;margin-top:18px;padding:10px 21px;font-weight:700}.today-plan>.card-head button{color:var(--blue);background:0 0;border:0}.today-plan>div:not(.card-head){border-top:1px solid #edf0f5;grid-template-columns:32px 1fr auto;align-items:center;padding:14px 0;display:grid}.today-plan>div>span{background:var(--blue-soft);width:26px;height:26px;color:var(--blue);border-radius:50%;place-items:center;display:grid}.today-plan>div>em{color:#7d899b;background:#f1f4f8;border-radius:5px;padding:4px 7px;font-size:10px;font-style:normal}.mastery-layout{grid-template-columns:130px 1fr;align-items:center;gap:15px;display:grid}.score-circle{border:11px solid #dce9ff;border-top-color:var(--blue);border-right-color:var(--blue);border-radius:50%;place-items:center;width:115px;height:115px;display:grid}.score-circle b{font-size:28px}.score-circle span{color:var(--muted);margin-top:-35px;font-size:9px}.mastery-layout>div:last-child p{grid-template-columns:75px 1fr 38px;align-items:center;gap:8px;font-size:11px;display:grid}.mastery-layout p>i{background:#edf1f5;height:5px}.mastery-layout p>i em{background:var(--blue);height:100%;display:block}.weak-list>div:not(.card-head){border-top:1px solid #edf0f5;grid-template-columns:1fr 55px 1fr 35px;align-items:center;gap:8px;padding:12px 0;font-size:11px;display:grid}.weak-list>div>em{color:var(--orange);background:#fff3e9;padding:3px 6px;font-style:normal}.weak-list>div>i{background:#edf1f5;height:5px}.weak-list>div>i span{background:var(--orange);height:100%;display:block}.plan-summary{grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:18px;display:grid}.plan-summary section span,.plan-summary section b{display:block}.plan-summary section span{color:var(--muted);font-size:11px}.plan-summary section b{margin-top:8px;font-size:26px}.plan-page-grid{grid-template-columns:1fr 320px;gap:18px;display:grid}.task-board>article{border-top:1px solid #edf0f5;grid-template-columns:35px 1fr 70px 60px;align-items:center;gap:10px;padding:14px 0;display:grid}.task-board>article>button:first-child{width:27px;height:27px;color:var(--blue);background:#fff;border:1px solid #cfd9e7;border-radius:50%}.task-board>article.done>button:first-child{background:var(--green);color:#fff;border-color:var(--green)}.task-board article b,.task-board article span{display:block}.task-board article span{color:var(--muted);margin-top:4px;font-size:10px}.task-board article em{color:#768398;font-size:11px;font-style:normal}.task-board article>button:last-child{background:var(--blue-soft);color:var(--blue);border:0;border-radius:6px;padding:7px}.task-board article.done{opacity:.65}.weekly-rhythm>div{grid-template-columns:repeat(7,1fr);gap:5px;margin:18px 0;display:grid}.weekly-rhythm>div span{color:#778498;background:#eef2f6;border-radius:50%;place-items:center;width:30px;height:30px;font-size:10px;display:grid}.weekly-rhythm>div span.active{background:var(--blue);color:#fff}.weekly-rhythm p{color:var(--muted);font-size:11px;line-height:1.6}.weekly-rhythm button{color:#8a96a7;background:#f0f3f7;border:0;border-radius:7px;width:100%;padding:9px}.course-count{border:1px solid var(--line);text-align:center;background:#fff;border-radius:10px;padding:10px 18px}.course-count b,.course-count span{display:block}.course-count b{color:var(--blue);font-size:23px}.course-count span{color:var(--muted);font-size:10px}.filter-row{gap:8px;margin-bottom:18px;display:flex}.filter-row button{border:1px solid var(--line);color:#65738a;background:#fff;border-radius:18px;padding:8px 16px}.filter-row button.active{background:var(--blue);color:#fff;border-color:var(--blue)}.course-grid{grid-template-columns:repeat(3,1fr);gap:17px;display:grid}.course-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:14px;overflow:hidden}.course-cover{height:135px;color:var(--blue);background:linear-gradient(130deg,#dceaff,#a7c7ff);place-items:center;display:grid;position:relative}.course-cover.violet{color:var(--violet);background:linear-gradient(130deg,#eee8ff,#cbbdff)}.course-cover.cyan{color:#0b9d94;background:linear-gradient(130deg,#e0f8f6,#ace9e4)}.course-cover.green{color:var(--green);background:linear-gradient(130deg,#e1f7ec,#b2e8d1)}.course-cover.orange{color:var(--orange);background:linear-gradient(130deg,#fff1e6,#ffd2b5)}.course-cover.pink{color:#b14fb8;background:linear-gradient(130deg,#faeafb,#edc5f0)}.course-cover>span{font-size:49px;font-weight:800}.course-cover>em{background:#fffc;border-radius:10px;padding:4px 8px;font-size:10px;font-style:normal;position:absolute;top:12px;right:12px}.course-cover>b{color:var(--green);background:#fff;border-radius:10px;padding:4px 8px;font-size:10px;position:absolute;top:12px;left:12px}.course-body{padding:17px}.course-body>small{color:var(--muted);font-size:10px}.course-body h3{margin:8px 0}.course-body>p{color:var(--muted);min-height:38px;font-size:12px;line-height:1.55}.course-body .course-progress{margin:13px 0}.course-body>div:last-child{gap:8px;display:flex}.course-body>div:last-child .button-primary{flex:1;padding:8px}.favorite{color:#7f8b9c;background:#fff;border:1px solid #d9e1ed;border-radius:8px;width:38px}.favorite.active{color:#f0a32f;background:#fff8e9;border-color:#f4ca7c}.lab-page>.page-heading>select{border:1px solid var(--line);background:#fff;border-radius:8px;padding:9px}.lab-grid{grid-template-columns:230px minmax(500px,1fr) 315px;gap:15px;display:grid}.lab-steps>div{border-left:2px solid #e1e7f0;grid-template-columns:30px 1fr;margin-left:12px;padding:13px 4px;display:grid}.lab-steps>div>span{color:#7e8998;background:#e4e9f0;border-radius:50%;place-items:center;width:28px;height:28px;margin-left:-19px;font-size:11px;display:grid}.lab-steps>div b,.lab-steps>div small{grid-column:2;display:block}.lab-steps>div small{color:var(--muted);margin-top:4px;font-size:9px}.lab-steps>div.active{background:var(--blue-soft);border:1px solid #b6d0fb;border-radius:8px;margin:5px 0}.lab-steps>div.active>span{background:var(--blue);color:#fff;margin-left:0}.lab-steps>div.done>span{color:var(--green);background:#e2f7ed}.editor{background:#082743;border-radius:11px;overflow:hidden}.editor-tab{color:#47556a;background:#fff;height:41px;padding:12px 15px;font-size:12px}.editor-tab span{float:right;color:var(--green)}.editor pre{color:#deebfa;height:460px;margin:0;padding:18px;font:12px Consolas,monospace;overflow:auto}.editor-buttons{background:#fff;gap:8px;padding:10px;display:flex}.editor-buttons button{padding:8px 12px}.console{border:1px solid var(--line);min-height:120px;color:var(--muted);background:#fff;border-radius:10px;margin-top:12px;padding:14px;font-size:11px}.console>b{color:var(--text)}.console-success{line-height:1.6}.console-success strong{color:var(--green);font-size:17px}.lab-side{gap:12px;height:max-content;display:grid}.lab-side h3{margin-top:0}.lab-side table{border-collapse:collapse;text-align:center;width:100%;font-size:10px}.lab-side th,.lab-side td{border:1px solid var(--line);padding:7px}.scatter-card>div{background-color:#0000;background-image:linear-gradient(#edf1f6 1px,#0000 1px),linear-gradient(90deg,#edf1f6 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:28px 28px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;height:155px;position:relative}.scatter-card i{border-radius:50%;width:7px;height:7px;position:absolute}.locked-card{text-align:center}.locked-card>span{color:var(--blue);font-size:28px}.locked-card b{margin:8px;display:block}.locked-card p{color:var(--muted);font-size:11px}.locked-card em{color:#8490a2;background:#f0f3f7;border-radius:6px;padding:5px 8px;font-size:10px;font-style:normal}.quiz-categories{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.quiz-categories article>span{background:var(--blue-soft);width:48px;height:48px;color:var(--blue);border-radius:11px;place-items:center;font-size:22px;display:grid}.quiz-categories article p{color:var(--muted);font-size:12px}.quiz-categories article em{color:#7b8799;margin:15px 0;font-size:10px;font-style:normal;display:block}.quiz-categories article button{width:100%}.empty-history,.empty-state{text-align:center;margin-top:18px;padding:50px}.empty-history>span,.empty-state>span{color:#aeb8c6;font-size:42px;display:block}.empty-history p,.empty-state p{color:var(--muted)}.quiz-top{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.quiz-top button{background:0 0;border:0}.quiz-top em{color:var(--muted);font-style:normal}.quiz-question{max-width:820px;margin:auto;padding:30px}.quiz-question h2{margin-top:20px;font-size:23px}.quiz-question>p{color:var(--muted)}.quiz-question>button{text-align:left;border:1px solid var(--line);background:#fff;border-radius:9px;width:100%;margin:9px 0;padding:13px;display:block}.quiz-question>button>i{background:#eef2f7;border-radius:50%;place-items:center;width:28px;height:28px;margin-right:12px;font-style:normal;display:inline-grid}.quiz-question>button.selected{background:var(--blue-soft);color:var(--blue);border-color:#78a6fa}.answer-feedback{border-radius:9px;margin-top:13px;padding:13px}.answer-feedback.correct{color:#237a59;background:#e9f8f1}.answer-feedback.wrong{color:#a95f2f;background:#fff2e9}.answer-feedback p{margin:5px 0;font-size:11px}.quiz-actions{justify-content:space-between;margin-top:22px;display:flex}.favorite-list{gap:12px;display:grid}.favorite-list article{grid-template-columns:55px 1fr auto;align-items:center;display:grid}.favorite-list article>span{color:var(--blue);font-size:30px}.favorite-list small,.favorite-list p{color:var(--muted);font-size:10px}.favorite-list h3{margin:5px 0}.growth-empty-grid,.growth-demo-grid{grid-template-columns:1.15fr .85fr;gap:18px;display:grid}.empty-chart .card-head em,.evidence-list .card-head em{color:#97a1b1;font-style:normal}.empty-radar{color:#9aa5b5;background:radial-gradient(circle,#f0f4f9 0 2px,#0000 3px);place-items:center;height:300px;display:grid;position:relative}.empty-radar>span{font-size:10px;position:absolute}.empty-radar>span:first-child{top:25px}.empty-radar>span:nth-child(2){right:35px}.empty-radar>span:nth-child(3){bottom:25px}.empty-radar>span:nth-child(4){left:35px}.empty-radar>i{border:1px dashed #cdd7e5;border-radius:50%;padding:35px;font-size:11px;font-style:normal}.evidence-list>div:not(.card-head){border-top:1px solid #edf0f5;grid-template-columns:28px 1fr auto;padding:14px 0;display:grid}.evidence-list small{color:var(--muted)}.growth-tip{gap:15px;margin-top:18px;display:flex}.growth-tip>span{font-size:30px}.growth-tip p{color:var(--muted);font-size:12px}.knowledge-map{height:320px;position:relative}.knowledge-map>span{text-align:center;background:#e9f2ff;border:7px solid #ccddf8;border-radius:50%;place-items:center;width:92px;height:92px;font-size:10px;display:grid;position:absolute}.knowledge-map .map-center{background:var(--blue);color:#fff;border-color:#8bb3fc;font-size:12px;top:105px;left:42%}.map-node.a{top:25px;left:8%}.map-node.b{top:25px;right:8%}.map-node.c{bottom:10px;left:8%}.map-node.d{bottom:10px;right:8%}.bar-chart{border-bottom:1px solid var(--line);justify-content:space-around;align-items:end;height:300px;padding:20px;display:flex}.bar-chart div{align-items:end;width:32px;height:100%;display:flex;position:relative}.bar-chart i{background:linear-gradient(#568cf2,#bed3fb);border-radius:7px 7px 0 0;width:100%;display:block}.bar-chart span{color:var(--muted);font-size:10px;position:absolute;bottom:-23px;left:11px}.settings-layout{grid-template-columns:210px 1fr;gap:18px;display:grid}.settings-nav{border:1px solid var(--line);background:#fff;border-radius:13px;height:max-content;padding:10px}.settings-nav button{text-align:left;color:#647188;background:0 0;border:0;border-radius:7px;width:100%;padding:11px}.settings-nav button.active{background:var(--blue-soft);color:var(--blue);font-weight:700}.settings-content{max-width:800px}.settings-content>h2{margin-top:0}.settings-content>p{color:var(--muted);font-size:12px}.profile-avatar-large{background:var(--blue-soft);width:80px;height:80px;color:var(--blue);border-radius:50%;place-items:center;margin:20px 0;font-size:28px;font-weight:800;display:grid;position:relative}.profile-avatar-large button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:4px;font-size:9px;position:absolute;bottom:-5px}.chip-wrap{flex-wrap:wrap;gap:8px;display:flex}.chip-wrap button{border:1px solid var(--line);background:#fff;border-radius:17px;padding:7px 12px}.chip-wrap button.selected{background:var(--blue-soft);color:var(--blue);border-color:#78a6fa}.setting-row{border-top:1px solid #edf0f5;justify-content:space-between;align-items:center;padding:16px 0;display:flex}.setting-row b,.setting-row span{display:block}.setting-row span{color:var(--muted);margin-top:5px;font-size:11px}.setting-row>button{border:1px solid var(--line);color:var(--blue);background:#fff;border-radius:7px;padding:7px 12px}.switch-row{border-top:1px solid #edf0f5;justify-content:space-between;align-items:center;padding:16px 0;display:flex}.switch-row b,.switch-row small{display:block}.switch-row small{color:var(--muted);margin-top:5px}.switch-row input{width:38px;height:20px}.modal-backdrop{z-index:30;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#07162e7a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.unavailable-modal{text-align:center;background:#fff;border-radius:17px;width:420px;padding:30px;position:relative;box-shadow:0 25px 70px #0f234640}.unavailable-modal>button:first-child{color:#8994a4;background:0 0;border:0;font-size:24px;position:absolute;top:10px;right:14px}.unavailable-modal>span{font-size:42px}.unavailable-modal h2{margin:12px}.unavailable-modal p{color:var(--muted);font-size:12px;line-height:1.7}.unavailable-modal>div{background:#f4f7fb;border-radius:8px;justify-content:space-between;margin:17px 0;padding:11px;font-size:11px;display:flex}.unavailable-modal>div span{color:var(--blue)}.toast{z-index:40;color:#fff;box-shadow:var(--shadow);background:#143d33;border-radius:9px;padding:12px 18px;position:fixed;bottom:25px;right:25px}.delete-account-modal{text-align:left}.delete-account-modal>span{color:#c33b2d;background:#fff0ed;border-radius:50%;place-items:center;width:48px;height:48px;margin:0 auto;font-weight:900;display:grid}.delete-account-modal h2,.delete-account-modal>p{text-align:center}.delete-password-field{gap:8px;margin-top:18px;display:grid}.delete-password-field b{font-size:12px}.delete-account-modal>.delete-account-actions{background:0 0;justify-content:flex-end;gap:9px;margin:20px 0 0;padding:0;display:flex}.delete-account-actions button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:9px 14px}.delete-account-actions .button-danger{color:#fff;background:#c33b2d;border-color:#c33b2d}@media (width<=1200px){.feature-grid,.course-grid{grid-template-columns:1fr 1fr}.lab-grid{grid-template-columns:210px 1fr}.lab-side{grid-column:1/-1;grid-template-columns:repeat(3,1fr)}.quick-entry>div:last-child{grid-template-columns:1fr 1fr}}@media (width<=900px){.marketing-nav nav{display:none}.marketing-hero{grid-template-columns:1fr}.hero-copy{text-align:center;margin:auto}.hero-actions,.trust-row{justify-content:center}.product-preview{max-width:650px;margin:auto}.path-section,.safety-section{grid-template-columns:1fr}.safety-section{margin:60px 20px}.auth-page{grid-template-columns:1fr;padding-top:100px}.auth-aside{display:none}.auth-card{max-width:520px;margin:auto}.home-grid,.demo-hero-grid,.plan-page-grid,.growth-empty-grid,.growth-demo-grid{grid-template-columns:1fr}.initial-metrics{grid-template-columns:1fr 1fr}.quiz-categories,.settings-layout{grid-template-columns:1fr}.settings-nav{display:flex;overflow:auto}.settings-nav button{white-space:nowrap}}@media (width<=720px){.app-shell{display:block}.sidebar{display:none}.workspace{grid-column:1}.topbar{padding:0 14px}.streak-button,.account-button>div{display:none}.page{padding:20px 14px}.page-heading{align-items:flex-start}.page-heading h1{font-size:24px}.island-art{display:none}.quick-entry>div:last-child,.course-grid,.lab-grid,.lab-side,.feature-grid{grid-template-columns:1fr}.plan-summary,.initial-metrics{grid-template-columns:1fr 1fr}.marketing-nav{padding:0 15px}.nav-actions .button-quiet{display:none}.marketing-hero{padding:40px 18px}.hero-copy h1{font-size:34px}.product-preview{display:none}.metric-strip{grid-template-columns:1fr 1fr;gap:18px;margin:0 15px}.metric-strip>div{border:0}.marketing-section{padding:70px 18px}.path-section{padding:65px 18px}.safety-section{padding:28px}.safety-grid{grid-template-columns:1fr}.marketing-footer{flex-wrap:wrap;margin:0 18px}.marketing-footer p{width:100%}.auth-page{padding:88px 14px 30px}.auth-card{padding:25px 20px}.identity-row,.form-grid,.choice-list,.setup-items{grid-template-columns:1fr}.onboarding-card{margin:0 14px;padding:28px 20px}.onboarding-progress{margin:25px 20px}.onboarding-progress em{display:none}.choice-grid{grid-template-columns:1fr 1fr}.profile-confirm{grid-template-columns:70px 1fr}.profile-confirm>div:nth-child(n+3){grid-column:2}.diagnostic{grid-template-columns:1fr}.popover{max-width:calc(100vw - 20px);right:10px}.quiz-question{padding:22px}.favorite-list article{grid-template-columns:45px 1fr}.favorite-list article>button{grid-column:2}.initial-status{display:none}}.marketing{background:#fff;overflow:clip}.marketing-nav{z-index:20;-webkit-backdrop-filter:saturate(150%)blur(18px);background:#f7fbffb8;border-bottom:1px solid #d2e2f694;max-width:none;height:72px;padding:0 max(24px,50vw - 660px);transition:background .35s,box-shadow .35s;position:fixed;top:0;left:0;right:0}.marketing-nav nav{gap:5px;display:flex}.marketing-nav nav button{color:#475774;background:0 0;border:0;border-radius:18px;padding:8px 13px;font-size:13px;transition:background .25s,color .25s}.marketing-nav nav button:hover{color:var(--blue);background:#ffffffd6}.marketing-cover{background:radial-gradient(circle at 50% 42%,#fffffffa 0 22%,#ecf6ffc7 48%,#d7ebffeb 100%),linear-gradient(145deg,#fff,#dceeff);place-items:center;height:100svh;min-height:720px;padding:104px 24px 84px;display:grid;position:relative;overflow:hidden}.marketing-cover:before{content:"";background:linear-gradient(#ffffff2e,#fdfefe 60%);border-radius:50% 50% 0 0/35% 35% 0 0;height:66%;position:absolute;inset:auto -15% -42%;box-shadow:0 -45px 130px #438eea1f}.cover-atmosphere{pointer-events:none;position:absolute;inset:0}.cover-atmosphere i{filter:blur(1px);background:#ffffffbd;border-radius:50%;position:absolute;box-shadow:0 18px 70px #3a7ed61f}.cover-atmosphere i:first-child{width:260px;height:260px;top:18%;left:-70px}.cover-atmosphere i:nth-child(2){width:420px;height:420px;top:8%;right:-180px}.cover-atmosphere i:nth-child(3){background:linear-gradient(145deg,#fffc,#77bfff2e);width:130px;height:130px;bottom:14%;right:13%}.cover-atmosphere span{background:#36bfe8;border-radius:50%;width:8px;height:8px;position:absolute;box-shadow:0 0 0 9px #36bfe81a}.cover-atmosphere span:first-of-type{animation:5.8s ease-in-out infinite cover-drift;top:34%;left:16%}.cover-atmosphere span:nth-of-type(2){background:#2e72f6;animation:7s ease-in-out -1.8s infinite cover-drift;top:31%;right:18%}.cover-content{z-index:2;text-align:center;max-width:920px;margin:auto;animation:1s cubic-bezier(.2,.8,.2,1) both cover-enter;position:relative}.cover-mark{place-items:center;width:150px;height:150px;margin:0 auto 18px;display:grid;position:relative}.cover-mark>span{background:#ffffffb8;border:1px solid #ffffffe6;border-radius:50%;animation:4.5s ease-in-out infinite mark-breathe;position:absolute;inset:-15px;box-shadow:0 25px 80px #155ebe33,inset 0 0 38px #70bdff2e}.cover-mark img{object-fit:contain;filter:drop-shadow(0 14px 20px #10458f24);border-radius:26px;width:132px;height:132px;position:relative}.cover-mark i{color:#00bddb;font-size:30px;font-style:normal;animation:3.2s ease-in-out infinite sparkle;position:absolute;top:3px;right:-15px}.cover-kicker{color:#2366c9;letter-spacing:.18em;margin-bottom:18px;font-size:13px;font-weight:750;display:block}.cover-content h1{letter-spacing:-.055em;color:#11284b;margin:0;font-size:clamp(48px,6vw,82px);line-height:1.08}.cover-content h1 strong{color:#0000;background:linear-gradient(100deg,#0f3e87 5%,#247af2 54%,#00aeca 96%);-webkit-background-clip:text;background-clip:text;font-weight:800}.cover-content>p{color:#5c6f8d;max-width:700px;margin:24px auto 0;font-size:17px;line-height:1.8}.cover-actions{justify-content:center;align-items:center;gap:24px;margin-top:31px;display:flex}.cover-actions button{border:0;font-weight:700}.cover-primary{color:#fff;background:#1671ee;border-radius:24px;padding:13px 26px;transition:transform .25s,box-shadow .25s;box-shadow:0 9px 24px #1671ee40}.cover-primary:hover{transform:translateY(-2px);box-shadow:0 14px 32px #1671ee4d}.cover-link{color:#1f63c6;background:0 0;padding:12px 0}.cover-link span{margin-left:5px;transition:transform .25s;display:inline-block}.cover-link:hover span{transform:translate(3px,3px)}.cover-values{color:#76859c;justify-content:center;align-items:center;gap:13px;margin-top:29px;font-size:11px;display:flex}.cover-values i{background:#9eb2ce;border-radius:50%;width:3px;height:3px}.cover-explore{z-index:3;color:#667b99;letter-spacing:.08em;background:0 0;border:0;place-items:center;gap:7px;font-size:11px;display:grid;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.cover-explore i{background:#ffffff7a;border:1px solid #577cad4d;border-radius:50%;place-items:center;width:34px;height:34px;font-size:18px;font-style:normal;animation:2.2s ease-in-out infinite scroll-pulse;display:grid}.cover-explore.open i{animation:none;transform:rotate(180deg)}.marketing-more{z-index:4;opacity:.08;filter:blur(10px);transform-origin:top;pointer-events:none;background:#fff;margin-top:-1px;transition:opacity .9s cubic-bezier(.2,.8,.2,1),transform .9s cubic-bezier(.2,.8,.2,1),filter .8s;position:relative;transform:translateY(72px)scale(.985)}.marketing-more:before{content:"";background:#fff;border-radius:52% 52% 0 0/100% 100% 0 0;height:56px;position:absolute;top:-54px;left:0;right:0}.marketing-more.expanded{opacity:1;filter:none;pointer-events:auto;transform:none}.journey-section{background:linear-gradient(#fff 0,#f8fbff 100%);grid-template-columns:.82fr 1.18fr;align-items:center;gap:72px;min-height:88svh;padding:110px max(28px,50vw - 620px);display:grid;overflow:hidden}.journey-copy h2{letter-spacing:-.04em;color:#132746;margin:16px 0 22px;font-size:clamp(38px,4vw,58px);line-height:1.18}.journey-copy p{color:#6c7b91;max-width:520px;font-size:16px;line-height:1.85}.journey-copy button{color:#176bea;background:0 0;border:0;padding:12px 0;font-weight:700}.journey-preview{transition:transform .7s cubic-bezier(.2,.8,.2,1);transform:perspective(1100px)rotateY(-3deg)rotateX(1deg)}.journey-preview:hover{transform:perspective(1100px)rotateY(0)rotateX(0)translateY(-6px)}.marketing-more .metric-strip{margin:-38px auto 0}.marketing-more .marketing-section,.marketing-more .path-section,.marketing-more .safety-section,.marketing-more .final-cta{scroll-margin-top:86px}@keyframes cover-enter{0%{opacity:0;transform:translateY(26px)scale(.985)}to{opacity:1;transform:none}}@keyframes cover-drift{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}@keyframes mark-breathe{0%,to{transform:scale(.98);box-shadow:0 25px 80px #155ebe2e,inset 0 0 38px #70bdff24}50%{transform:scale(1.04);box-shadow:0 30px 95px #155ebe3d,inset 0 0 48px #70bdff38}}@keyframes sparkle{0%,to{opacity:.72;transform:scale(.9)rotate(0)}50%{opacity:1;transform:scale(1.16)rotate(12deg)}}@keyframes scroll-pulse{0%,to{transform:translateY(0)}50%{transform:translateY(7px)}}@keyframes section-rise{0%{opacity:.15;transform:translateY(70px)scale(.985)}to{opacity:1;transform:none}}@supports (animation-timeline:view()){.marketing-more.expanded .marketing-section,.marketing-more.expanded .path-section,.marketing-more.expanded .safety-section,.marketing-more.expanded .final-cta{animation:linear both section-rise;animation-timeline:view();animation-range:entry 2% cover 30%}}@media (width<=900px){.marketing-nav{padding:0 20px}.journey-section{grid-template-columns:1fr;padding-top:92px}.journey-copy{text-align:center}.journey-copy p{margin-left:auto;margin-right:auto}.journey-preview{max-width:720px;margin:auto}.marketing-more .metric-strip{margin:-24px 20px 0}}@media (width<=720px){.marketing-nav{height:66px;padding:0 14px}.marketing-cover{min-height:680px;padding:86px 18px 82px}.cover-mark{width:112px;height:112px}.cover-mark img{border-radius:22px;width:100px;height:100px}.cover-content h1{letter-spacing:-.045em;font-size:41px}.cover-content>p{font-size:14px;line-height:1.75}.cover-kicker{letter-spacing:.12em;font-size:10px}.cover-actions{gap:18px;margin-top:25px}.cover-values{gap:8px;font-size:9px}.cover-explore{bottom:15px}.journey-section{min-height:auto;padding:82px 18px 100px}.journey-copy h2{font-size:36px}.journey-copy p{font-size:14px}.journey-preview{display:none}.marketing-more .metric-strip{margin:-20px 14px 0}.marketing-more:before{height:34px;top:-32px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.cover-content,.cover-mark>span,.cover-mark i,.cover-atmosphere span,.cover-explore i{animation:none!important}.marketing-more,.journey-preview{transition:none}.marketing-more.expanded .marketing-section,.marketing-more.expanded .path-section,.marketing-more.expanded .safety-section,.marketing-more.expanded .final-cta{animation:none!important}}.marketing-nav{background:#ffffffe6;border-bottom-color:#c9daefb8;height:74px;padding-inline:max(28px,50vw - 660px);box-shadow:0 7px 24px #234e870f}.marketing-nav .brand{color:#11284b}.marketing-nav .brand img{width:38px;height:38px}.marketing-cover{height:min(920px,100svh);min-height:720px;padding:118px 24px 112px}.cover-content{width:min(100%,1040px);transform:translateY(-7px)}.cover-mark{width:128px;height:128px;margin-bottom:22px}.cover-mark>span{inset:-12px}.cover-mark img{border-radius:24px;width:112px;height:112px}.cover-mark i{top:0;right:-12px}.cover-kicker{margin-bottom:22px}.cover-content h1{letter-spacing:-.045em;font-size:clamp(46px,5.35vw,78px);line-height:1.14}.cover-content>p{max-width:660px;margin-top:25px;font-size:16px;line-height:1.78}.cover-actions{margin-top:27px}.cover-values{margin-top:23px}.cover-explore{bottom:19px}@media (width<=720px){.marketing-nav{height:66px;padding-inline:14px}.marketing-nav .brand img{width:34px;height:34px}.marketing-cover{height:max(680px,100svh);min-height:680px;padding:92px 18px 88px}.cover-content{transform:none}.cover-mark{width:108px;height:108px;margin-bottom:18px}.cover-mark img{border-radius:21px;width:96px;height:96px}.cover-kicker{margin-bottom:17px;font-size:10px}.cover-content h1{letter-spacing:-.04em;font-size:clamp(36px,10vw,47px);line-height:1.16}.cover-content>p{max-width:340px;margin-top:20px;font-size:14px;line-height:1.72}.cover-actions{gap:16px;margin-top:23px}.cover-values{gap:8px;margin-top:20px;font-size:9px}.cover-explore{bottom:13px}}.cover-layout{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);align-items:center;gap:72px;width:min(1180px,100%);display:grid}.cover-content{text-align:left;width:auto;max-width:680px;margin:0;transform:none}.cover-content h1{white-space:nowrap;gap:2px;display:grid}.cover-content h1>span{display:block}.cover-content>p{max-width:620px;margin:25px 0 0}.cover-actions,.cover-values{justify-content:flex-start}.cover-visual{align-content:center;place-items:center;gap:28px;min-height:420px;display:grid;position:relative}.cover-visual:before,.cover-visual:after{content:"";pointer-events:none;border-radius:50%;position:absolute}.cover-visual:before{border:1px solid #71aaef47;width:360px;height:360px;box-shadow:0 0 0 34px #ffffff61,0 0 0 68px #8ec6ff21,0 28px 90px #3174d324}.cover-visual:after{background:radial-gradient(circle at 35% 28%,#fffffffa,#d5edff94 55%,#76baff33);width:245px;height:245px;box-shadow:inset 0 0 42px #ffffffa6}.cover-visual .cover-mark,.cover-visual-note{z-index:1}.cover-visual .cover-mark{margin:0}.cover-visual-note{text-align:center;color:#476488;gap:8px;display:grid}.cover-visual-note b{font-size:14px}.cover-visual-note span{color:#8293aa;letter-spacing:.08em;font-size:11px}@media (width<=900px){.cover-layout{grid-template-columns:1fr;gap:24px;max-width:720px}.cover-content{text-align:center;max-width:680px;margin:0 auto}.cover-content h1{white-space:normal}.cover-content>p{margin-left:auto;margin-right:auto}.cover-actions,.cover-values{justify-content:center}.cover-visual{order:-1;gap:16px;min-height:270px}.cover-visual:before{width:230px;height:230px;box-shadow:0 0 0 22px #ffffff61,0 0 0 44px #8ec6ff21,0 18px 55px #3174d321}.cover-visual:after{width:160px;height:160px}.cover-visual .cover-mark{width:108px;height:108px}.cover-visual .cover-mark img{width:96px;height:96px}}@media (width<=520px){.cover-layout{gap:12px}.cover-visual{min-height:220px}.cover-visual-note b{font-size:12px}.cover-visual-note span{font-size:9px}.cover-content h1{font-size:clamp(34px,10vw,44px)}.cover-content>p br{display:none}}.marketing-cover .cover-content{transform:translateY(var(--cover-shift-y,0px)) scale(var(--cover-scale,1));opacity:var(--cover-opacity,1);will-change:transform,opacity;transition:transform .12s linear,opacity .12s linear}.marketing-cover .cover-visual{transform:translateY(var(--visual-shift-y,0px)) scale(var(--cover-scale,1));opacity:var(--cover-opacity,1);will-change:transform,opacity;transition:transform .12s linear,opacity .12s linear}.marketing-cover .cover-explore{opacity:var(--cover-opacity,1);transition:opacity .18s,transform .25s}.marketing-more.expanded{opacity:var(--reveal-opacity,1);filter:blur(var(--reveal-blur,0px));transform:translateY(var(--reveal-y,0px)) scale(1);transition:opacity .16s linear,transform .16s linear,filter .16s linear}.marketing-more.expanded .journey-copy,.marketing-more.expanded .journey-preview{will-change:transform,opacity;animation:.85s cubic-bezier(.2,.75,.25,1) both apple-section-rise}.marketing-more.expanded .journey-preview{animation-delay:.1s}@keyframes apple-section-rise{0%{opacity:0;transform:translateY(42px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.marketing-cover .cover-content,.marketing-cover .cover-visual,.marketing-more.expanded{transition:none!important}.marketing-more.expanded .journey-copy,.marketing-more.expanded .journey-preview{animation:none!important}}.cover-atmosphere i:first-child{animation:15s ease-in-out infinite atmosphere-drift-a}.cover-atmosphere i:nth-child(2){animation:18s ease-in-out -3s infinite atmosphere-drift-b}.cover-atmosphere i:nth-child(3){animation:11s ease-in-out -1s infinite atmosphere-drift-c}.cover-visual .cover-mark{animation:6s ease-in-out infinite cover-float}.cover-visual-note{animation:1.1s cubic-bezier(.2,.8,.25,1) .35s both note-rise}.cover-primary{position:relative;overflow:hidden}.cover-primary:after{content:"";background:linear-gradient(105deg,#0000 30%,#ffffff47,#0000 70%);animation:4.8s ease-in-out 1.4s infinite button-shimmer;position:absolute;inset:0;transform:translate(-110%)}.cover-explore i{animation:2.2s ease-in-out infinite scroll-pulse,2.8s ease-out infinite explore-ring;box-shadow:0 0 #2e72f62e}.marketing-more.expanded .metric-strip{animation:.8s cubic-bezier(.2,.75,.25,1) 60ms both apple-section-rise}.marketing-more.expanded .feature-grid article{animation:.7s cubic-bezier(.2,.75,.25,1) both feature-rise}.marketing-more.expanded .feature-grid article:nth-child(2){animation-delay:80ms}.marketing-more.expanded .feature-grid article:nth-child(3){animation-delay:.16s}.marketing-more.expanded .feature-grid article:nth-child(4){animation-delay:.24s}.marketing-more.expanded .stage-list article{animation:.7s cubic-bezier(.2,.75,.25,1) both feature-rise}.marketing-more.expanded .stage-list article:nth-child(2){animation-delay:.1s}.marketing-more.expanded .stage-list article:nth-child(3){animation-delay:.2s}@keyframes atmosphere-drift-a{0%,to{transform:translate(0)scale(1)}50%{transform:translate(26px,-18px)scale(1.05)}}@keyframes atmosphere-drift-b{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-30px,22px)scale(.96)}}@keyframes atmosphere-drift-c{0%,to{transform:translate(0)}50%{transform:translate(-10px,-16px)}}@keyframes cover-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes note-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes button-shimmer{0%,58%,to{transform:translate(-110%)}72%{transform:translate(110%)}}@keyframes explore-ring{0%{box-shadow:0 0 #2e72f633}70%,to{box-shadow:0 0 0 12px #2e72f600}}@keyframes feature-rise{0%{opacity:0;transform:translateY(24px)scale(.98)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.cover-atmosphere i,.cover-visual .cover-mark,.cover-visual-note,.cover-primary:after,.cover-explore i,.marketing-more.expanded .metric-strip,.marketing-more.expanded .feature-grid article,.marketing-more.expanded .stage-list article{animation:none!important}}.home-learning-path-primary{background:linear-gradient(120deg,#f4f9ff 0%,#fff 48%,#f1f7ff 100%);border:1px solid #bcd7ff;border-top:4px solid #3d83ef;margin:0 0 22px;padding:26px 28px 22px;box-shadow:0 16px 38px #2869d021}.home-plan-primary-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.home-plan-primary-head h2{color:#173b70;margin:6px 0 7px;font-size:24px}.home-plan-primary-head p{color:#627895;max-width:720px;margin:0;font-size:13px;line-height:1.65}.home-plan-primary-actions{flex:none;gap:9px;display:flex}.home-plan-primary-actions button{white-space:nowrap}.home-plan-primary-meta{flex-wrap:wrap;gap:8px;margin:19px 0 15px;display:flex}.home-plan-primary-meta span{color:#3c6495;background:#eaf3ff;border-radius:9px;padding:7px 11px;font-size:11px;font-weight:700}.home-learning-path-primary .home-path-sequence{grid-template-columns:repeat(5,minmax(0,1fr))}.home-learning-path-primary .home-path-sequence article{border-color:#d5e4f7;min-height:102px;box-shadow:0 4px 12px #2e5c9d0d}.home-learning-path-primary .home-path-sequence article:first-child{background:#f8fbff;border-color:#82b2fb}.home-learning-path-primary .home-path-sequence.expanded{grid-template-columns:repeat(4,minmax(0,1fr))}.home-path-full-tips{background:#ffffffc7;border:1px solid #d9e6f6;border-radius:12px;grid-template-columns:135px minmax(0,1fr);gap:16px;margin-top:16px;padding:17px 18px;animation:.24s ease-out both home-path-reveal;display:grid}.home-path-full-tips>b{color:#345c8d;font-size:12px}.home-path-full-tips>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.home-path-full-tips p{color:#5e718a;grid-template-columns:22px 1fr;align-items:start;gap:8px;margin:0;font-size:11px;line-height:1.6;display:grid}.home-path-full-tips p span{color:#3374d4;background:#e9f2ff;border-radius:7px;place-items:center;width:21px;height:21px;font-size:9px;font-weight:800;display:grid}.home-path-expand{color:#326bb8;background:#ffffffb3;border:1px solid #ccdef6;border-radius:11px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:17px;padding:12px 16px;font-size:12px;font-weight:750;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.home-path-expand:hover{background:#fff;border-color:#8eb7ee;box-shadow:0 7px 18px #2a65b917}.home-path-expand i{transform-origin:50%;border-bottom:2px solid;border-right:2px solid;flex:none;width:8px;height:8px;margin-top:-2px;transition:transform .24s,margin .24s;display:block;transform:rotate(45deg)}.home-path-expand.expanded i{margin-top:2px;transform:rotate(225deg)}@keyframes home-path-reveal{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.home-plan-empty{border-color:#bcd7ff;margin:0 0 22px;box-shadow:0 12px 30px #2768d71c}.home-plan-empty h3{font-size:18px}@media (width<=900px){.home-plan-primary-head{flex-direction:column}.home-plan-primary-actions{width:100%}.home-plan-primary-actions button{flex:1}.home-learning-path-primary .home-path-sequence,.home-learning-path-primary .home-path-sequence.expanded{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=720px){.home-learning-path-primary{padding:21px 17px 18px}.home-plan-primary-head h2{font-size:21px}.home-plan-primary-actions{flex-direction:column}.home-plan-primary-actions button{width:100%}.home-learning-path-primary .home-path-sequence{grid-template-columns:1fr 1fr}.home-learning-path-primary .home-path-sequence.expanded,.home-path-full-tips,.home-path-full-tips>div{grid-template-columns:1fr}.home-plan-empty{flex-wrap:wrap;align-items:flex-start}.home-plan-empty .button-primary{width:100%;margin-left:0}}.platform-auth-card{background:#f5f9ff;border:1px solid #cfe0fb;border-radius:11px;align-items:flex-start;gap:12px;margin:18px 0 8px;padding:14px;display:flex}.platform-auth-card>span{width:34px;height:34px;color:var(--blue);background:#e6f0ff;border-radius:10px;flex:none;place-items:center;display:grid}.platform-auth-card b,.platform-auth-card p{margin:0;display:block}.platform-auth-card p{color:#687790;margin-top:5px;font-size:11px;line-height:1.6}.security-explainer{background:#f8fbff;border:1px solid #d7e4f6;border-radius:12px;padding:18px}.security-explainer>span{font-size:28px}.security-explainer h3{margin:8px 0}.security-explainer>p{color:var(--muted);font-size:12px;line-height:1.6}.security-explainer>div{border-top:1px solid #e4ebf5;gap:4px;padding:11px 0;display:grid}.security-explainer small{color:#6e7b8f;line-height:1.5}.form-error{color:#bd3f49;background:#fff3f4;border:1px solid #f1c8cb;border-radius:8px;padding:10px 12px;font-size:12px;line-height:1.55}.save-status{color:#6e7b8d;white-space:nowrap;align-items:center;gap:6px;font-size:10px;display:inline-flex}.save-status:before{content:"";background:#a9b2bf;border-radius:50%;width:7px;height:7px}.save-status.saving:before{background:#f0a53a;box-shadow:0 0 0 4px #fff1d8}.save-status.saved:before{background:var(--green);box-shadow:0 0 0 4px #e5f7ef}.save-status.error{color:#c94851}.save-status.error:before{background:#dc4e57;box-shadow:0 0 0 4px #fde9eb}.status-safe{color:#16835b;background:#e8f7f0;border-radius:14px;padding:5px 9px;font-size:10px;font-style:normal}.button-danger:disabled{opacity:.65}.setting-row>div{min-width:0;padding-right:18px}.setting-row>div span{overflow-wrap:anywhere}.account-page{background:radial-gradient(circle at 10% 12%,#4789ff2e,#0000 32%),radial-gradient(circle at 72% 88%,#56cfb521,#0000 28%),linear-gradient(145deg,#f4f8ff 0%,#fbfdff 55%,#f3f8ff 100%);grid-template-columns:minmax(360px,1fr) minmax(420px,520px);align-items:center;gap:80px;min-height:100vh;padding:112px max(32px,50vw - 590px) 56px;display:grid;position:relative}.account-top{border-bottom:1px solid #cfdcefb3;justify-content:space-between;align-items:center;max-width:1240px;height:78px;margin:auto;padding:0 30px;display:flex;position:absolute;inset:0 0 auto}.account-top>a:last-child{color:#52627a;font-size:13px}.auth-brand{color:#15233b;align-items:center;gap:11px;display:flex}.auth-brand img{object-fit:contain;border-radius:11px;width:42px;height:42px}.auth-brand span{display:grid}.auth-brand b{font-size:20px}.auth-brand small{letter-spacing:.09em;color:#8793a6;font-size:9px}.account-aside{max-width:540px}.account-aside h1{color:#102342;letter-spacing:-.035em;margin:18px 0;font-size:45px;line-height:1.22}.account-aside>p{color:#60708a;max-width:500px;font-size:15px;line-height:1.9}.account-points{gap:11px;margin-top:30px;display:grid}.account-points span{color:#52647f;background:#ffffffb8;border:1px solid #c0d2ebcc;border-radius:12px;width:max-content;max-width:100%;padding:10px 14px;font-size:13px;box-shadow:0 8px 30px #3557890a}.account-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border:1px solid #dae5f4;border-radius:24px;padding:31px 36px;box-shadow:0 28px 80px #26487826}.account-card-head{text-align:center;margin-bottom:21px}.account-card-head h2{margin:0 0 7px;font-size:25px}.account-card-head p{color:#8491a4;margin:0;font-size:12px}.account-tabs{background:#f1f5fa;border-radius:11px;grid-template-columns:1fr 1fr;margin-bottom:20px;padding:4px;display:grid}.account-tabs button{color:#748197;background:0 0;border:0;border-radius:8px;padding:10px}.account-tabs button.active{color:#2871ed;background:#fff;font-weight:700;box-shadow:0 2px 8px #1f4a8417}.account-form{gap:14px;display:grid}.auth-field{color:#34445b;gap:7px;font-size:12px;font-weight:650;display:grid}.auth-field>input,.auth-field>select,.phone-input,.code-input,.password-input{background:#fff;border:1px solid #d6e0ed;border-radius:10px;width:100%;height:46px;transition:all .18s}.auth-field>select{color:#26374e;padding:0 12px}.phone-input,.code-input,.password-input{align-items:center;display:flex;overflow:hidden}.phone-input:focus-within,.code-input:focus-within,.password-input:focus-within,.auth-field>select:focus{border-color:#4a86ef;outline:0;box-shadow:0 0 0 3px #3077ef1a}.phone-input b{color:#51627a;border-right:1px solid #e1e7ef;padding:0 12px;font-weight:600}.phone-input input,.code-input input,.password-input input{background:0 0;border:0;outline:0;flex:1;min-width:0;height:100%;padding:0 12px;font-size:14px}.code-input button,.password-input button{color:#2871ed;white-space:nowrap;background:#eef5ff;border:0;border-radius:7px;height:30px;margin-right:7px;padding:0 10px;font-size:11px}.code-input button:disabled{color:#8b98aa;background:#f1f3f6}.field-error,.field-success{font-weight:500;line-height:1.5}.field-error{color:#c63f49}.field-success{color:#13845a}.password-hint{color:#8491a4;margin-top:-7px;line-height:1.55}.account-options{justify-content:space-between;min-height:14px;font-size:11px;display:flex}.account-options a,.account-switch a,.terms-check a{color:#2871ed}.terms-check{color:#66758b;align-items:flex-start;gap:8px;font-size:11px;line-height:1.6;display:flex}.terms-check input{accent-color:#2871ed;margin-top:2px}.account-error{color:#bd3f49;background:#fff3f4;border:1px solid #f2c8cc;border-radius:9px;margin:0;padding:10px 12px;font-size:12px;line-height:1.5}.account-submit{color:#fff;text-align:center;background:linear-gradient(135deg,#2f7bf0,#4d8fff);border:0;border-radius:10px;justify-content:center;align-items:center;width:100%;min-height:47px;font-weight:750;display:flex;box-shadow:0 10px 24px #2f7bf038}.account-submit:disabled{opacity:.62;box-shadow:none}.account-switch{text-align:center;color:#8190a4;margin:17px 0 0;font-size:12px}.test-channel{color:#785d31;background:#fffaf0;border:1px dashed #f0bf70;border-radius:10px;grid-template-columns:1fr 1fr;gap:5px 12px;margin-top:19px;padding:12px 14px;font-size:10px;display:grid}.test-channel b,.test-channel small{grid-column:1/-1}.test-channel b{font-size:11px}.test-channel small{color:#9a7f54;line-height:1.5}.reset-success{text-align:center;padding:18px 0 2px}.reset-success>span{color:#159665;background:#e9f8f1;border-radius:50%;place-items:center;width:56px;height:56px;margin:auto;font-size:26px;display:grid}.reset-success h3{margin:14px 0 7px}.reset-success p{color:#748197;margin-bottom:20px;font-size:12px}@media (width<=900px){.account-page{grid-template-columns:1fr;padding:105px 18px 40px}.account-aside{display:none}.account-card{width:min(100%,520px);margin:auto}.account-top{padding:0 20px}}@media (width<=520px){.account-card{border-radius:18px;padding:25px 20px}.account-top{height:70px}.auth-brand small{display:none}.account-top>a:last-child{font-size:12px}.test-channel{grid-template-columns:1fr}.test-channel b,.test-channel small{grid-column:auto}}.app-loading{text-align:center;color:#1c2c45;background:#f5f8fd;place-content:center;justify-items:center;min-height:100vh;padding:24px;display:grid}.app-loading img{object-fit:contain;width:68px;height:68px}.app-loading h1{margin:18px 0 7px;font-size:25px}.app-loading p{color:#7c899c;margin:0 0 18px}.password-change-box{background:#f9fbfe;border:1px solid #dce5f0;border-radius:12px;margin:18px 0;padding:18px}.password-change-box h3{margin:0 0 14px}.password-change-box .button-primary{margin-top:12px}.legal-page{background:#f5f8fc;min-height:100vh;padding:28px}.legal-page>.auth-brand{width:max-content;margin:0 auto 28px}.legal-page article{background:#fff;border:1px solid #dfe7f1;border-radius:18px;max-width:780px;margin:auto;padding:42px 50px;box-shadow:0 20px 60px #2a456a14}.legal-page article>a{color:#2871ed;font-size:12px}.legal-page h1{margin:26px 0 7px}.legal-page h2{margin:28px 0 8px;font-size:17px}.legal-page p{color:#637188;font-size:13px;line-height:1.8}@media (width<=600px){.legal-page{padding:18px}.legal-page article{padding:28px 22px}}.mobile-nav{display:none}@media (width<=720px){.workspace>.page{padding-bottom:92px}.mobile-nav{z-index:35;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fffffff0;border:1px solid #dce5f0;border-radius:17px;grid-template-columns:repeat(4,1fr);height:62px;padding:5px;display:grid;position:fixed;bottom:10px;left:10px;right:10px;box-shadow:0 12px 38px #1f395e2e}.mobile-nav button{color:#77859a;background:0 0;border:0;border-radius:12px;place-items:center;display:grid}.mobile-nav button span{font-size:17px;line-height:1}.mobile-nav button small{font-size:9px}.mobile-nav button.active{color:#2871ed;background:#edf4ff;font-weight:750}}.required-note{color:#78859a;margin:-7px 0 13px;font-size:11px}.required-note b,.field>span{color:inherit}:is(.required-note b,.field>span:has(+input[required]),.field>span:has(+select[required])){font-weight:700}.required-note b{color:#d94952}.text-input:invalid:not(:focus):not(:placeholder-shown){border-color:#e2a4a8}@media (width<=900px){.save-status{display:none}}.ai-nav-badge{color:#2871ed!important;background:#e9f2ff!important;border-radius:8px!important;padding:3px 6px!important;font-size:9px!important}.ai-plan-spotlight{background:linear-gradient(105deg,#f1f7ff,#fbfdff);border:1px solid #cfe0ff;border-radius:15px;align-items:center;gap:16px;margin-top:18px;padding:20px 22px;display:flex;box-shadow:0 10px 28px #2768d714}.ai-plan-spotlight-icon{color:#fff;background:linear-gradient(135deg,#2c75ed,#67c5ff);border-radius:14px;place-items:center;width:46px;height:46px;font-size:24px;display:grid;box-shadow:0 7px 18px #2b73ec38}.ai-plan-spotlight h3{margin:5px 0 4px}.ai-plan-spotlight p{color:var(--muted);margin:0;font-size:12px;line-height:1.6}.ai-plan-spotlight .button-primary{white-space:nowrap;margin-left:auto}.ai-plan-card{background:linear-gradient(120deg,#fbfdff,#f4f8ff);border-color:#cfe0ff;margin-bottom:18px}.ai-plan-card .card-head>b{color:var(--blue);font-size:13px}.ai-plan-sequence{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.ai-plan-sequence article{background:#fff;border:1px solid #e2ebf8;border-radius:11px;gap:10px;padding:13px;display:flex}.ai-plan-sequence article>span{background:var(--blue-soft);width:25px;height:25px;color:var(--blue);border-radius:50%;place-items:center;font-size:12px;font-weight:800;display:grid}.ai-plan-sequence b,.ai-plan-sequence small{display:block}.ai-plan-sequence small{color:var(--muted);margin-top:5px;font-size:10px;line-height:1.5}.ai-plan-week{border-top:1px solid #e6edf7;flex-wrap:wrap;gap:8px;margin-top:14px;padding-top:14px;display:flex}.ai-plan-week b{width:100%;font-size:12px}.ai-plan-week span{color:#4d6d94;background:#eef6ff;border-radius:8px;padding:6px 9px;font-size:10px}.assessment-backdrop{z-index:60}.assessment-modal{background:#fff;border-radius:22px;width:min(620px,100%);max-height:calc(100vh - 40px);padding:32px;position:relative;overflow:auto;box-shadow:0 30px 90px #102d5b42}.assessment-close{color:#8a98ad;background:0 0;border:0;font-size:26px;line-height:1;position:absolute;top:15px;right:18px}.assessment-kicker{color:#2c75ed;letter-spacing:.04em;font-size:12px;font-weight:800}.assessment-modal h2{color:#152d50;margin:12px 0 7px;font-size:24px}.assessment-intro{color:var(--muted);margin:0;font-size:13px;line-height:1.7}.assessment-steps{color:#a2adbd;align-items:center;gap:8px;margin:22px 0 26px;font-size:11px;display:flex}.assessment-steps span.active{color:var(--blue);font-weight:800}.assessment-steps i{background:#dde6f2;flex:1;height:1px}.assessment-fields{gap:20px;display:grid}.assessment-fields label{color:#2c3e59;gap:9px;font-size:13px;font-weight:700;display:grid}.assessment-fields label small{color:var(--muted);font-size:10px;font-weight:400}.assessment-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.assessment-option{color:#62748d;text-align:left;background:#fff;border:1px solid #dce5f0;border-radius:10px;padding:11px 12px;font-size:12px;transition:all .2s}.assessment-option:hover{border-color:#8eb4f4}.assessment-option.selected{color:#2169d4;background:#eff6ff;border-color:#347df0;box-shadow:0 0 0 2px #347df014}.interest-grid{grid-template-columns:repeat(3,1fr)}.assessment-actions{justify-content:space-between;gap:10px;margin-top:28px;display:flex}.assessment-actions button{min-width:110px}.planning-progress{text-align:center;place-items:center;padding:40px 15px 24px;display:grid}.planning-orbit{background:radial-gradient(circle,#eaf4ff 0 45%,#fff 46%);border:1px solid #b9d3ff;border-radius:50%;place-items:center;width:92px;height:92px;animation:1.8s ease-in-out infinite planning-pulse;display:grid;box-shadow:0 0 0 12px #f2f7ff,0 0 0 24px #f8fbff}.planning-orbit span{color:var(--blue);font-size:35px}.planning-progress>b{color:#244772;margin-top:28px;font-size:16px}.planning-progress>p{color:var(--muted);margin:10px 0 0;font-size:12px}.planning-dots{gap:5px;margin-top:22px;display:flex}.planning-dots i{background:#4b8af4;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite planning-dot}.planning-dots i:nth-child(2){animation-delay:.18s}.planning-dots i:nth-child(3){animation-delay:.36s}@keyframes planning-pulse{0%,to{opacity:.82;transform:scale(.96)}50%{opacity:1;transform:scale(1.04)}}@keyframes planning-dot{0%,80%,to{opacity:.45;transform:scale(.65)}40%{opacity:1;transform:scale(1)}}@media (width<=720px){.ai-plan-spotlight{flex-wrap:wrap;align-items:flex-start;padding:16px}.ai-plan-spotlight .button-primary{width:100%;margin-left:0}.ai-plan-sequence{grid-template-columns:1fr}.assessment-modal{border-radius:18px;padding:25px 20px}.interest-grid,.assessment-grid{grid-template-columns:1fr 1fr}}.home-learning-path{background:linear-gradient(125deg,#fafdff,#f2f7ff);border-color:#cfe0ff;margin-top:18px}.home-learning-path .card-head{align-items:flex-start}.home-learning-path .card-head>div{max-width:720px}.home-learning-path .card-head h3{margin:5px 0}.home-learning-path .card-head p{color:var(--muted);margin:0;font-size:12px;line-height:1.6}.home-learning-path .card-head>button{color:var(--blue);white-space:nowrap;background:0 0;border:0;font-size:12px;font-weight:700}.home-path-sequence{grid-template-columns:repeat(5,1fr);gap:9px;display:grid}.home-path-sequence article{background:#fff;border:1px solid #dee8f5;border-radius:10px;min-height:92px;padding:12px}.home-path-sequence article>span{width:24px;height:24px;color:var(--blue);background:#eaf3ff;border-radius:50%;place-items:center;font-size:11px;font-weight:800;display:grid}.home-path-sequence b,.home-path-sequence small{display:block}.home-path-sequence b{margin-top:9px;font-size:11px}.home-path-sequence small{color:var(--muted);margin-top:5px;font-size:9px;line-height:1.45}.home-path-tasks{border-top:1px solid #e5edf7;flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px;padding-top:13px;display:flex}.home-path-tasks b{font-size:11px}.home-path-tasks span{color:#358463;background:#edf7f2;border-radius:8px;padding:6px 9px;font-size:10px}@media (width<=720px){.home-path-sequence{grid-template-columns:1fr 1fr}.home-learning-path .card-head>button{margin-top:4px}.home-path-sequence article{min-height:80px}}.filter-row{flex-wrap:wrap}.course-actions{flex-wrap:wrap;gap:8px;display:flex}.course-actions .course-detail-button{color:#2e72f6;text-align:left;background:#f7faff;border:1px solid #d8e4f2;border-radius:8px;width:100%;padding:8px 10px;font-size:11px}.course-actions .course-detail-button:hover{background:#eef6ff;border-color:#8eb4f4}.course-detail-backdrop{z-index:70}.course-detail-modal{background:#fff;border-radius:20px;width:min(780px,100% - 28px);max-height:calc(100vh - 40px);padding:26px;position:relative;overflow:auto;box-shadow:0 30px 90px #102d5b42}.course-detail-cover{height:135px;color:var(--blue);background:linear-gradient(135deg,#e8f2ff,#d8e9ff);border-radius:14px;justify-content:space-between;align-items:flex-end;padding:20px;display:flex}.course-detail-cover.violet{color:#7441d8;background:linear-gradient(135deg,#f1ebff,#e3d8ff)}.course-detail-cover.green{color:#16885f;background:linear-gradient(135deg,#e8fbf2,#d7f2e5)}.course-detail-cover.pink{color:#c34386;background:linear-gradient(135deg,#fff0f7,#f9dcec)}.course-detail-cover.cyan{color:#178da6;background:linear-gradient(135deg,#e4fbff,#d6f0f8)}.course-detail-cover.orange{color:#cb7c20;background:linear-gradient(135deg,#fff4e7,#ffe6c5)}.course-detail-cover>span{font-size:54px}.course-detail-cover>em{background:#ffffffd1;border-radius:12px;padding:5px 9px;font-size:11px;font-style:normal}.course-detail-modal>small{color:var(--muted);margin-top:16px;font-size:11px;display:block}.course-detail-modal>h2{margin:8px 0}.course-detail-modal>p{color:#60728b;margin:0;font-size:13px;line-height:1.7}.course-detail-grid{grid-template-columns:1.1fr .9fr;gap:16px;margin:20px 0;display:grid}.course-detail-grid>div{background:#f9fbfe;border:1px solid #e3ebf5;border-radius:12px;padding:16px}.course-detail-grid h3{margin:0 0 12px;font-size:14px}.course-detail-grid ol,.course-detail-grid ul{color:#62738a;margin:0;padding-left:20px;font-size:12px;line-height:1.9}.course-detail-modal>.button-primary{width:100%}@media (width<=720px){.course-detail-modal{padding:18px}.course-detail-grid{grid-template-columns:1fr}.course-detail-cover{height:112px}}.course-learning-page{max-width:1480px}.course-learning-topbar{color:#6f7e92;align-items:center;gap:16px;margin-bottom:16px;font-size:12px;display:flex}.course-learning-topbar .button-quiet{color:var(--blue);padding:7px 0}.course-learning-topbar>span{color:#233b5e;font-weight:750}.course-learning-topbar>small{color:var(--muted);margin-left:auto;font-size:10px}.course-learning-layout{grid-template-columns:270px minmax(0,1fr) 235px;align-items:start;gap:18px;display:grid}.course-outline-panel,.course-lesson-panel,.course-companion-panel{border-radius:16px}.course-outline-panel{max-height:calc(100vh - 36px);padding:15px;position:sticky;top:18px;overflow:auto}.course-outline-cover{height:88px;color:var(--blue);background:linear-gradient(135deg,#e8f2ff,#d8e9ff);border-radius:12px;justify-content:space-between;align-items:flex-end;padding:13px;display:flex}.course-outline-cover.violet{color:#7441d8;background:linear-gradient(135deg,#f1ebff,#e3d8ff)}.course-outline-cover.green{color:#16885f;background:linear-gradient(135deg,#e8fbf2,#d7f2e5)}.course-outline-cover.pink{color:#c34386;background:linear-gradient(135deg,#fff0f7,#f9dcec)}.course-outline-cover.cyan{color:#178da6;background:linear-gradient(135deg,#e4fbff,#d6f0f8)}.course-outline-cover.orange{color:#cb7c20;background:linear-gradient(135deg,#fff4e7,#ffe6c5)}.course-outline-cover>span{font-size:34px}.course-outline-cover>em{background:#ffffffd1;border-radius:10px;padding:4px 7px;font-size:9px;font-style:normal}.course-outline-panel>h2{margin:14px 2px 4px;font-size:16px;line-height:1.35}.course-outline-panel>p{color:var(--muted);margin:0 2px;font-size:11px;line-height:1.55}.course-progress-summary{grid-template-columns:auto 1fr;align-items:center;gap:3px 8px;margin:16px 2px;display:grid}.course-progress-summary>b{color:var(--blue);grid-row:span 2;font-size:24px}.course-progress-summary>span{color:var(--muted);font-size:10px}.course-progress-summary>i{background:#edf1f6;border-radius:8px;height:5px;overflow:hidden}.course-progress-summary>i>em{background:linear-gradient(90deg,#2d78ef,#6cc7ff);border-radius:8px;height:100%;display:block}.course-outline-list{gap:4px;margin-top:15px;display:grid}.course-outline-list button{color:#64748a;text-align:left;background:0 0;border:0;border-radius:8px;grid-template-columns:24px 1fr;align-items:center;gap:8px;width:100%;padding:8px 7px;font-size:11px;display:grid}.course-outline-list button:hover{background:#f3f7fc}.course-outline-list button.active{color:var(--blue);background:#edf4ff;font-weight:700}.course-outline-list button.done{color:#2f8c68}.course-outline-list button>span{color:#8b98aa;background:#f1f4f8;border-radius:50%;place-items:center;width:22px;height:22px;font-size:10px;display:grid}.course-outline-list button.active>span{background:var(--blue);color:#fff}.course-outline-list button.done>span{color:#25825d;background:#e6f7ef}.course-outline-list button>b{font-weight:600;line-height:1.35}.course-lesson-panel{min-height:680px;padding:34px 40px}.lesson-kicker{color:var(--blue);letter-spacing:.04em;font-size:11px;font-weight:750}.course-lesson-panel h1{color:#182f52;letter-spacing:-.02em;margin:12px 0 9px;font-size:30px}.lesson-lead{color:#6d7d92;margin:0;font-size:13px;line-height:1.7}.course-prerequisite{background:#f8fbff;border:1px solid #e5edf7;border-radius:10px;gap:4px;margin:17px 0 18px;padding:10px 12px;display:grid}.course-prerequisite span{color:#8191a6;font-size:10px}.course-prerequisite b{color:#49617c;font-size:11px;font-weight:600;line-height:1.5}.lesson-content-block,.lesson-knowledge-card,.lesson-task-card{border-radius:13px;margin-top:26px;padding:19px 20px}.lesson-content-block{background:#fbfdff;border:1px solid #e3ebf5}.lesson-knowledge-card{background:linear-gradient(125deg,#f0f7ff,#fbfdff);border:1px solid #cee1ff}.lesson-task-card{background:#f5fcf8;border:1px solid #d8eee4}.lesson-content-block h3,.lesson-knowledge-card h3,.lesson-task-card h3{color:#274361;margin:0 0 11px;font-size:15px}.lesson-content-block ul{color:#64758b;margin:10px 0 0;padding-left:21px;font-size:12px;line-height:2}.lesson-module-content{color:#526a84;margin:0;font-size:12px;line-height:1.75}.lesson-knowledge-card>span{color:var(--blue);font-size:10px;font-weight:750}.lesson-knowledge-card h3{margin-top:7px}.lesson-knowledge-card p,.lesson-task-card p{color:#66778e;margin:0;font-size:12px;line-height:1.75}.lesson-task-card .button-secondary{margin-top:14px;padding:8px 12px}.lesson-actions{border-top:1px solid #e7edf5;justify-content:space-between;gap:12px;margin-top:28px;padding-top:20px;display:flex}.lesson-actions button{min-width:125px}.course-companion-panel{padding:22px 18px;position:sticky;top:18px}.companion-orb{color:#fff;background:linear-gradient(135deg,#2c75ed,#68c8ff);border-radius:15px;place-items:center;width:48px;height:48px;margin-bottom:15px;font-size:25px;display:grid;box-shadow:0 8px 20px #2c75ed33}.course-companion-panel h3{margin:8px 0}.course-companion-panel>p{color:var(--muted);margin:0;font-size:11px;line-height:1.7}.companion-divider{border-top:1px solid #e7edf5;height:1px;margin:18px 0}.course-companion-panel>b{font-size:11px}.course-companion-panel ul{color:#65758a;gap:8px;margin:10px 0 0;padding-left:17px;font-size:11px;line-height:1.45;display:grid}.course-project-card{background:#f8fbff;border:1px solid #e4ecf6;border-radius:10px;margin-top:17px;padding:12px}.course-project-card span{color:#3577d6;font-size:10px;font-weight:750}.course-project-card p{color:#65758a;margin:6px 0 0;font-size:11px;line-height:1.6}.research-badge{color:#b87522;text-align:center;background:#fff6e8;border-radius:8px;margin-top:17px;padding:8px 10px;font-size:10px}.empty-course-page{place-items:center;min-height:480px;display:grid}.empty-state{text-align:center;padding:40px}.empty-state p{color:var(--muted);font-size:12px}.empty-state .button-primary{margin-top:12px}.lesson-section-list{gap:18px;margin-top:12px;display:grid}.lesson-section-list article+article{border-top:1px solid #4276b71f;padding-top:17px}.lesson-section-list article h3{color:#274361;margin:0 0 8px}.lesson-section-list article p{margin:0}.lesson-key-points{background:#fff;border:1px solid #e1e9f3;border-radius:12px;grid-template-columns:90px 1fr;gap:16px;margin-top:18px;padding:15px 18px;display:grid}.lesson-key-points>span{color:#356eae;padding-top:6px;font-size:11px;font-weight:750}.lesson-key-points>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.lesson-key-points p{color:#5c6f87;background:#f6f9fd;border-radius:9px;align-items:flex-start;gap:8px;margin:0;padding:9px;font-size:11px;line-height:1.45;display:flex}.lesson-key-points p b{color:#2e73d4;background:#e4efff;border-radius:50%;flex:none;place-items:center;width:18px;height:18px;font-size:9px;display:grid}.lesson-deliverable{background:#fff;border:1px solid #deeee5;border-radius:9px;align-items:flex-start;gap:10px;margin-top:14px;padding:11px 12px;display:flex}.lesson-deliverable span{color:#32815f;flex:none;font-size:10px;font-weight:750}.lesson-deliverable b{color:#536b61;font-size:11px;line-height:1.55}.lesson-check-card{background:#fffaf2;border:1px solid #eadfca;border-radius:13px;margin-top:18px;padding:18px 20px}.lesson-check-card>div{align-items:center;gap:9px;display:flex}.lesson-check-card>div span{color:#b86c18;background:#ffedd0;border-radius:50%;place-items:center;width:24px;height:24px;font-size:11px;display:grid}.lesson-check-card h3{color:#76552d;margin:0;font-size:14px}.lesson-check-card ol{color:#776a59;gap:6px;margin:12px 0 0;padding-left:21px;font-size:11px;line-height:1.55;display:grid}.lesson-materials{background:#f7fafe;border-radius:10px;margin-top:16px;padding:12px}.lesson-materials>b{color:#405a78;font-size:10px}.lesson-materials ul{margin-top:8px}.research-hint{color:#9c681f;background:#fff7ea;border-radius:9px;margin-top:14px;padding:10px 11px;font-size:10px;line-height:1.55}@media (width<=1120px){.course-learning-layout{grid-template-columns:240px minmax(0,1fr)}.course-companion-panel{grid-column:1/-1;grid-template-columns:auto 1fr;align-items:center;gap:0 14px;display:grid;position:static}.course-companion-panel .companion-orb{grid-row:span 3}.course-companion-panel .companion-divider,.course-companion-panel>b,.course-companion-panel>ul,.course-companion-panel .lesson-materials,.course-companion-panel .research-hint,.course-project-card,.research-badge{grid-column:2}.course-companion-panel .companion-divider{width:100%}}@media (width<=720px){.course-learning-topbar{flex-wrap:wrap;gap:7px}.course-learning-topbar>small{width:100%;margin-left:0}.course-learning-layout{grid-template-columns:1fr}.course-outline-panel{max-height:none;position:static}.course-outline-list{max-height:250px;overflow:auto}.course-lesson-panel{min-height:0;padding:24px 18px}.course-lesson-panel h1{font-size:24px}.course-companion-panel{display:block}.course-companion-panel .companion-orb{margin-bottom:12px}.course-companion-panel .companion-divider,.course-companion-panel>b,.course-companion-panel>ul,.research-badge{display:block}.lesson-key-points,.lesson-key-points>div{grid-template-columns:1fr}.lesson-deliverable{display:grid}.course-companion-panel .lesson-materials,.course-companion-panel .research-hint,.course-project-card{display:block}}.lesson-heading-row{justify-content:space-between;align-items:flex-start;gap:22px;display:flex}.lesson-heading-row>div{min-width:0}.ai-lecture-button{color:#285fba;text-align:left;background:linear-gradient(135deg,#edf5ff,#f9fbff);border:1px solid #bdd6ff;border-radius:13px;flex:0 0 205px;grid-template-rows:auto auto;grid-template-columns:38px 1fr;align-items:center;column-gap:10px;padding:11px 13px;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid;box-shadow:0 8px 22px #2e6fda1a}.ai-lecture-button:hover{border-color:#7fb0ff;transform:translateY(-2px);box-shadow:0 12px 28px #2e6fda2b}.ai-lecture-button>span{color:#fff;background:linear-gradient(135deg,#2d75ef,#63baf7);border-radius:11px;grid-row:1/3;place-items:center;width:38px;height:38px;font-size:19px;display:grid}.ai-lecture-button>b{font-size:12px}.ai-lecture-button>small{color:#7185a3;font-size:9px}.lecture-modal-overlay{z-index:220;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#12213694;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.lecture-modal{background:#f6f8fb;border:1px solid #fffc;border-radius:22px;width:min(1040px,100vw - 40px);height:min(900px,100vh - 40px);overflow:hidden;box-shadow:0 30px 90px #0c1f3a59}.lecture-modal-header{background:#fffffff5;border-bottom:1px solid #e3e9f1;align-items:center;gap:12px;height:72px;padding:0 20px;display:flex}.lecture-agent-mark{color:#fff;background:linear-gradient(135deg,#2c74eb,#61c0f6);border-radius:12px;place-items:center;width:40px;height:40px;font-size:20px;display:grid}.lecture-modal-header>div:nth-child(2){gap:3px;min-width:0;display:grid}.lecture-modal-header small{color:#3a78d6;letter-spacing:.08em;font-size:9px;font-weight:750}.lecture-modal-header b{color:#203a5d;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.lecture-close{color:#62748c;background:#f0f3f7;border:0;border-radius:50%;width:36px;height:36px;margin-left:auto;font-size:24px;line-height:1}.lecture-close:hover{color:#223b5b;background:#e4eaf2}.lecture-loading,.lecture-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:calc(100% - 72px);padding:40px;display:flex}.lecture-loading-orb{color:#fff;background:linear-gradient(135deg,#2c74ed,#64c5f7);border-radius:24px;place-items:center;width:76px;height:76px;font-size:30px;display:grid;position:relative;box-shadow:0 18px 45px #2d74ed40}.lecture-loading-orb i{border:1px solid #377eee47;border-radius:30px;animation:1.6s ease-in-out infinite lecturePulse;position:absolute;inset:-10px}.lecture-loading h2,.lecture-error h2{color:#213b5d;margin:26px 0 8px;font-size:22px}.lecture-loading>p,.lecture-error>p{color:#72839a;margin:0;font-size:12px;line-height:1.7}.lecture-loading-lines{gap:9px;width:min(430px,85%);margin-top:30px;display:grid}.lecture-loading-lines i{background:linear-gradient(90deg,#e2ebf8 20%,#f8fbff 50%,#e2ebf8 80%) 0 0/200% 100%;border-radius:8px;height:9px;animation:1.35s linear infinite lectureShimmer}.lecture-loading-lines i:nth-child(2){width:86%}.lecture-loading-lines i:nth-child(3){width:94%}.lecture-loading-lines i:nth-child(4){width:66%}.lecture-error>span{color:#cf6e2d;background:#fff0e6;border-radius:18px;place-items:center;width:58px;height:58px;font-size:26px;font-weight:800;display:grid}.lecture-error .button-primary{margin-top:22px}.lecture-document{background:#fff;height:calc(100% - 72px);padding:0 0 32px;overflow-y:auto}.lecture-document-cover{background:radial-gradient(circle at 85% 10%,#68c4f833,#0000 32%),linear-gradient(135deg,#edf5ff,#f9fcff);border-bottom:1px solid #dce8f7;padding:54px 68px}.lecture-document-cover>span{color:#2c72d8;letter-spacing:.12em;font-size:10px;font-weight:800}.lecture-document-cover h1{color:#183458;letter-spacing:-.025em;max-width:760px;margin:14px 0 10px;font-size:34px;line-height:1.25}.lecture-document-cover>p{color:#6e819b;margin:0;font-size:13px}.lecture-document-cover>div{flex-wrap:wrap;gap:8px;margin-top:28px;display:flex}.lecture-document-cover>div b{color:#48709d;background:#ffffffb8;border:1px solid #d2e2f8;border-radius:16px;padding:7px 10px;font-size:10px}.lecture-introduction,.lecture-document-section,.lecture-practice,.lecture-review,.lecture-next-step{max-width:820px;margin:0 auto;padding:38px 10px}.lecture-introduction{border-bottom:1px solid #e8edf4;grid-template-columns:60px 1fr;gap:20px;padding-top:42px;padding-bottom:24px;display:grid}.lecture-introduction>span{color:#2e73d7;background:#e8f2ff;border-radius:15px;align-self:start;place-items:center;height:30px;font-size:10px;font-weight:800;display:grid}.lecture-introduction p{color:#53677f;margin:0;font-size:14px;line-height:2}.lecture-document-section{padding-top:34px;padding-bottom:10px}.lecture-document-section h2,.lecture-practice h2,.lecture-review h2{color:#1d395c;margin:0 0 22px;font-size:22px}.lecture-document-section>p{color:#4e6279;text-align:justify;margin:0 0 16px;font-size:14px;line-height:2}.lecture-example{background:#f6faff;border:1px solid #d7e6f9;border-radius:14px;margin-top:24px;padding:22px 24px}.lecture-example>span{color:#2b72d6;letter-spacing:.1em;font-size:9px;font-weight:800}.lecture-example h3{color:#294763;margin:7px 0 13px;font-size:15px}.lecture-example ol{color:#566c84;gap:8px;margin:0;padding-left:22px;font-size:12px;line-height:1.65;display:grid}.lecture-example>p{color:#496480;border-top:1px solid #deebf9;margin:16px 0 0;padding-top:14px;font-size:12px;line-height:1.7}.lecture-term-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.lecture-term-grid>div{background:#fafcff;border:1px solid #e2e9f1;border-radius:12px;padding:17px 18px}.lecture-term-grid b{color:#2e68b4;font-size:12px}.lecture-term-grid p{color:#5c6f84;margin:7px 0 0;font-size:11px;line-height:1.7}.lecture-misconceptions{gap:12px;display:grid}.lecture-misconceptions>div{border:1px solid #e6eaf0;border-radius:12px;padding:15px 18px}.lecture-misconceptions p{color:#5b6d82;grid-template-columns:25px 1fr;align-items:start;gap:9px;margin:0;font-size:12px;line-height:1.65;display:grid}.lecture-misconceptions p+p{border-top:1px solid #edf0f4;margin-top:9px;padding-top:9px}.lecture-misconceptions p span{color:#c45d48;background:#fff0ec;border-radius:50%;place-items:center;width:22px;height:22px;font-size:9px;font-weight:800;display:grid}.lecture-misconceptions p+p span{color:#27845f;background:#e9f7ef}.lecture-practice{background:#f4fbf7;border:1px solid #d7ebe1;border-radius:17px;margin-top:28px;padding:30px 34px}.lecture-practice>span{color:#25805b;letter-spacing:.1em;font-size:9px;font-weight:800}.lecture-practice h2{margin-top:8px}.lecture-practice ol{color:#4e6c5d;gap:10px;margin:0;padding-left:22px;font-size:12px;line-height:1.65;display:grid}.lecture-practice>div{color:#526b60;background:#fff;border-radius:10px;margin-top:20px;padding:13px;font-size:11px}.lecture-review{padding-bottom:20px}.lecture-review p{color:#52667e;border:1px solid #e4eaf2;border-radius:11px;grid-template-columns:30px 1fr;align-items:center;gap:12px;margin:9px 0;padding:12px 14px;font-size:12px;display:grid}.lecture-review p span{color:#3272d1;background:#edf4ff;border-radius:50%;place-items:center;width:27px;height:27px;font-size:10px;font-weight:800;display:grid}.lecture-next-step{background:#fff8ec;border-radius:14px;grid-template-columns:70px 1fr;gap:14px;margin-top:16px;padding:20px 24px;display:grid}.lecture-next-step span{color:#ac6c1b;font-size:10px;font-weight:800}.lecture-next-step p{color:#755d3d;margin:0;font-size:12px;line-height:1.7}.lecture-document-footer{color:#668099;border-top:1px solid #e6ebf2;justify-content:space-between;align-items:center;gap:15px;max-width:820px;margin:34px auto 0;padding:24px 10px 0;font-size:11px;display:flex}.lecture-document-footer .button-secondary{padding:8px 12px}@keyframes lecturePulse{0%,to{opacity:.35;transform:scale(.94)}50%{opacity:.8;transform:scale(1.06)}}@keyframes lectureShimmer{to{background-position:-200% 0}}@media (width<=720px){.lesson-heading-row{display:grid}.ai-lecture-button{flex-basis:auto;grid-template-columns:38px 1fr;width:100%}.lecture-modal-overlay{padding:0}.lecture-modal{border:0;border-radius:0;width:100vw;height:100vh}.lecture-document-cover{padding:38px 22px}.lecture-document-cover h1{font-size:27px}.lecture-introduction,.lecture-document-section,.lecture-practice,.lecture-review,.lecture-next-step,.lecture-document-footer{margin-left:18px;margin-right:18px}.lecture-introduction{grid-template-columns:1fr;gap:12px}.lecture-introduction>span{width:58px}.lecture-term-grid{grid-template-columns:1fr}.lecture-practice{padding:24px 20px}.lecture-next-step{grid-template-columns:1fr}.lecture-document-footer{flex-direction:column;align-items:flex-start}.lecture-document-footer .button-secondary{width:100%}}.formal-course-page{max-width:1520px;padding-bottom:54px}.formal-course-breadcrumb{color:#8b98aa;align-items:center;gap:8px;margin:0 0 14px;font-size:10px;display:flex}.formal-course-breadcrumb .button-quiet{color:#4c78af;padding:4px 0}.formal-course-breadcrumb b{color:#52667e}.formal-course-breadcrumb em{font-style:normal}.formal-course-hero{background:radial-gradient(circle at 90% 20%,#59b5f826,#0000 35%),linear-gradient(135deg,#f8fbff,#edf5ff);border-radius:20px;grid-template-columns:82px minmax(0,1fr) 260px;align-items:center;gap:22px;padding:26px 30px;display:grid;position:relative;overflow:hidden}.formal-course-hero:after{content:"";border:1px solid #3d7fdf1f;border-radius:50%;width:210px;height:210px;position:absolute;bottom:-74px;right:-42px}.formal-course-hero.violet{background:radial-gradient(circle at 90% 20%,#9769ed1f,#0000 35%),linear-gradient(135deg,#fbf9ff,#f3efff)}.formal-course-hero.green{background:radial-gradient(circle at 90% 20%,#2db1771f,#0000 35%),linear-gradient(135deg,#f8fdfa,#edf9f3)}.formal-course-hero.orange{background:radial-gradient(circle at 90% 20%,#ec973e24,#0000 35%),linear-gradient(135deg,#fffdfa,#fff5e9)}.formal-course-hero.cyan{background:radial-gradient(circle at 90% 20%,#33accd21,#0000 35%),linear-gradient(135deg,#f7fdff,#edf9fc)}.formal-course-hero.pink{background:radial-gradient(circle at 90% 20%,#dc5b9d1a,#0000 35%),linear-gradient(135deg,#fffafd,#fff1f8)}.formal-course-icon{width:76px;height:76px;color:var(--blue);background:#ffffffd1;border-radius:22px;place-items:center;font-size:35px;display:grid;box-shadow:0 14px 34px #295ea21f}.formal-course-identity{min-width:0}.formal-course-identity>div{flex-wrap:wrap;gap:7px;display:flex}.formal-course-identity>div span{color:#657e9d;background:#ffffff94;border:1px solid #507bb229;border-radius:12px;padding:5px 8px;font-size:9px}.formal-course-identity h1{color:#173455;letter-spacing:-.02em;margin:11px 0 5px;font-size:27px}.formal-course-identity p{color:#617791;max-width:720px;margin:0;font-size:12px;line-height:1.65}.formal-course-progress{z-index:1;background:#ffffffb8;border:1px solid #ffffffd9;border-radius:15px;padding:17px 18px;position:relative;box-shadow:0 12px 30px #275b9914}.formal-course-progress>div{justify-content:space-between;align-items:baseline;display:flex}.formal-course-progress>div b{color:#286fd3;font-size:24px}.formal-course-progress>div span,.formal-course-progress small{color:#7c8da2;font-size:9px}.formal-course-progress>i,.formal-current-card>i{background:#e8edf3;border-radius:8px;height:6px;margin:8px 0 6px;display:block;overflow:hidden}.formal-course-progress>i em,.formal-current-card>i em{background:linear-gradient(90deg,#2c76ec,#61c2f7);border-radius:8px;height:100%;display:block}.formal-course-progress .button-primary{width:100%;margin-top:12px;padding:9px}.formal-course-tabs{border-radius:14px;grid-template-columns:repeat(4,minmax(0,1fr));margin:14px 0 18px;padding:6px;display:grid}.formal-course-tabs button{color:#64768c;text-align:left;background:0 0;border:0;border-radius:10px;grid-template-rows:auto auto;grid-template-columns:30px 1fr;align-items:center;gap:1px 8px;padding:11px 13px;display:grid}.formal-course-tabs button:hover{background:#f5f8fc}.formal-course-tabs button.active{color:#276ed3;background:#edf4ff;box-shadow:inset 0 0 0 1px #d3e3fb}.formal-course-tabs button>span{background:#f0f3f7;border-radius:9px;grid-row:1/3;place-items:center;width:29px;height:29px;font-size:13px;display:grid}.formal-course-tabs button.active>span{color:#fff;background:#3479df}.formal-course-tabs button>small{color:#9aa6b6;font-size:8px}.formal-course-layout{grid-template-columns:260px minmax(0,1fr) 250px;align-items:start;gap:16px;display:grid}.formal-module-panel{border-radius:16px;max-height:calc(100vh - 32px);padding:0;position:sticky;top:16px;overflow:auto}.formal-module-panel>header{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;border-bottom:1px solid #e7edf4;justify-content:space-between;align-items:center;padding:17px 16px;display:flex;position:sticky;top:0}.formal-module-panel>header>div{gap:2px;display:grid}.formal-module-panel>header span{color:#8a98aa;font-size:9px}.formal-module-panel>header b{color:#283f5c;font-size:12px}.formal-module-panel>header small{color:#9ba7b6;font-size:8px}.formal-module-list{gap:7px;padding:10px;display:grid}.formal-module-list>section{border:1px solid #0000;border-radius:11px;overflow:hidden}.formal-module-list>section.active{background:#f8fbff;border-color:#d9e6f8}.formal-module-heading{grid-template-columns:26px 1fr;align-items:center;gap:8px;padding:10px;display:grid}.formal-module-heading>span{color:#9babbd;font-size:9px;font-weight:800}.formal-module-heading>div{gap:2px;display:grid}.formal-module-heading b{color:#415671;font-size:10px;line-height:1.35}.formal-module-heading small{color:#9aa7b7;font-size:8px}.formal-module-lessons{gap:2px;padding:0 6px 7px;display:grid}.formal-module-lessons button{text-align:left;background:0 0;border:0;border-radius:8px;grid-template-columns:23px 1fr;align-items:center;gap:7px;width:100%;padding:7px;display:grid}.formal-module-lessons button:hover{background:#eef4fb}.formal-module-lessons button.active{background:#e7f0ff}.formal-module-lessons button.done{color:#27845f}.formal-module-lessons button>span{color:#8090a4;background:#eef2f6;border-radius:50%;place-items:center;width:21px;height:21px;font-size:8px;display:grid}.formal-module-lessons button.active>span{color:#fff;background:#3278df}.formal-module-lessons button.done>span{color:#24825d;background:#e5f6ed}.formal-module-lessons button>div{justify-content:space-between;align-items:center;gap:5px;min-width:0;display:flex}.formal-module-lessons b{color:#52677f;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.formal-module-lessons small{color:#a0aaba;flex:none;font-size:7px}.formal-workspace-main{min-width:0}.formal-workspace-panel{border-radius:17px;padding:0;overflow:hidden}.formal-workspace-header{background:#fbfcfe;border-bottom:1px solid #e6ebf2;justify-content:space-between;align-items:center;gap:16px;padding:15px 20px;display:flex}.formal-workspace-header>div{align-items:center;gap:9px;display:flex}.formal-workspace-header small{color:#8c99aa;font-size:8px}.formal-workspace-header em{color:#718198;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-style:normal;overflow:hidden}.formal-source-badge{letter-spacing:.04em;border-radius:12px;padding:5px 8px;font-size:8px;font-weight:800}.formal-source-badge.fixed{color:#2c6fcf;background:#e8f1ff}.formal-source-badge.ai{color:#7351ce;background:#efeaff}.formal-source-badge.practice{color:#23805a;background:#e7f7ef}.formal-source-badge.project{color:#b16b18;background:#fff0dd}.formal-lesson-title{grid-template-columns:48px 1fr;gap:18px;padding:32px 34px 26px;display:grid}.formal-lesson-title>span{color:#2b72d7;background:#edf4ff;border-radius:13px;place-items:center;width:44px;height:44px;font-size:14px;font-weight:800;display:grid}.formal-lesson-title h1{color:#193757;margin:0;font-size:28px;line-height:1.3}.formal-lesson-title p{color:#687c94;margin:8px 0 0;font-size:12px;line-height:1.75}.formal-goals{background:#f9fbfe;border:1px solid #dbe6f4;border-radius:13px;margin:0 34px;padding:20px 22px}.formal-goals h2,.formal-knowledge-sections h2,.formal-key-points h2,.formal-self-check h2,.practice-process h2,.practice-deliverable h2,.practice-rubric h2,.project-milestones h2,.project-output-grid h2,.project-checklist h2{color:#29435f;margin:0;font-size:15px}.formal-goals>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:15px;display:grid}.formal-goals p{color:#5d7087;align-items:flex-start;gap:8px;margin:0;font-size:10px;line-height:1.55;display:flex}.formal-goals p span{color:#2d70cf;background:#e5effd;border-radius:50%;flex:none;place-items:center;width:19px;height:19px;font-size:8px;font-weight:800;display:grid}.formal-knowledge-sections,.formal-key-points,.formal-self-check{padding:30px 34px 0}.formal-section-heading{align-items:center;gap:12px;margin-bottom:18px;display:flex}.formal-section-heading>span{color:#a5b1bf;font-size:10px;font-weight:800}.formal-section-heading>div{gap:2px;display:grid}.formal-section-heading small{color:#9ba8b7;letter-spacing:.1em;font-size:7px}.formal-knowledge-sections>article{border-top:1px solid #e9edf3;grid-template-columns:34px 1fr;gap:13px;padding:20px 0;display:grid}.formal-knowledge-sections>article>span{color:#8293a8;background:#f1f5fa;border-radius:9px;place-items:center;width:29px;height:29px;font-size:8px;font-weight:800;display:grid}.formal-knowledge-sections h3{color:#2d4763;margin:2px 0 8px;font-size:14px}.formal-knowledge-sections p{color:#52677e;margin:0;font-size:12px;line-height:1.9}.formal-key-points>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.formal-key-points p{background:#fafcff;border:1px solid #e1e8f1;border-radius:11px;grid-template-columns:25px 1fr;align-items:start;gap:8px;margin:0;padding:14px;display:grid}.formal-key-points p b{color:#2e70cf;background:#eaf2ff;border-radius:8px;place-items:center;width:23px;height:23px;font-size:9px;display:grid}.formal-key-points p span{color:#566a82;font-size:10px;line-height:1.55}.formal-self-check{background:#fffaf2;border:1px solid #eadfc8;border-radius:13px;margin:30px 34px;padding:20px 22px}.formal-self-check>div{align-items:center;gap:11px;display:flex}.formal-self-check>div>span{color:#b46b18;background:#ffecd0;border-radius:9px;place-items:center;width:29px;height:29px;font-size:11px;display:grid}.formal-self-check>div>div{gap:1px;display:grid}.formal-self-check small{color:#b39168;font-size:7px}.formal-self-check ol{color:#73634e;gap:7px;margin:14px 0 0;padding-left:20px;font-size:10px;line-height:1.55;display:grid}.formal-lesson-actions{border-top:1px solid #e7ecf2;justify-content:flex-end;align-items:center;gap:9px;padding:22px 34px;display:flex}.formal-lesson-actions button:first-child{margin-right:auto}.formal-course-aside{gap:12px;display:grid;position:sticky;top:16px}.formal-xiaozhi-card,.formal-current-card,.formal-material-card,.formal-course-info-card{border-radius:15px;padding:17px}.formal-xiaozhi-card{background:linear-gradient(145deg,#fbf9ff,#f4f1ff);border-color:#d8d0f6}.formal-xiaozhi-head{grid-template-columns:38px 1fr;align-items:center;gap:10px;display:grid}.formal-xiaozhi-head>span{color:#fff;background:linear-gradient(135deg,#6a52d5,#a277ee);border-radius:12px;place-items:center;width:38px;height:38px;font-size:18px;display:grid}.formal-xiaozhi-head>div{gap:2px;display:grid}.formal-xiaozhi-head small{color:#806ac2;font-size:8px}.formal-xiaozhi-head b{color:#44386c;font-size:10px;line-height:1.4}.formal-xiaozhi-card>p{color:#6b6285;margin:13px 0;font-size:9px;line-height:1.65}.formal-xiaozhi-card>button{color:#fff;background:#6952cf;border:0;border-radius:9px;justify-content:space-between;align-items:center;width:100%;padding:9px 11px;font-size:9px;display:flex}.formal-current-card header,.formal-material-card header{color:#8493a6;justify-content:space-between;align-items:center;font-size:9px;display:flex}.formal-current-card header b{color:#3474d1;font-size:11px}.formal-current-card h3{color:#304a66;margin:15px 0 5px;font-size:13px}.formal-current-card>p{color:#8a98a9;margin:0;font-size:9px}.formal-current-card>i{margin:14px 0}.formal-current-card .button-primary{width:100%;padding:9px}.formal-material-card header small{font-size:8px}.formal-material-card>div{gap:7px;margin-top:13px;display:grid}.formal-material-card p{background:#f7f9fc;border-radius:8px;grid-template-columns:27px 1fr;align-items:center;gap:8px;margin:0;padding:8px;display:grid}.formal-material-card p span{color:#4977ae;background:#edf3fa;border-radius:8px;place-items:center;width:26px;height:26px;font-size:10px;display:grid}.formal-material-card p b{color:#5b6e84;font-size:9px}.formal-course-info-card>span{color:#8191a4;font-size:8px}.formal-course-info-card>p{color:#53677e;margin:7px 0 0;font-size:10px;line-height:1.6}.formal-course-info-card>em{color:#a56b25;background:#fff5e7;border-radius:8px;margin-top:11px;padding:8px;font-size:8px;font-style:normal;line-height:1.5;display:block}.ai-document-workspace>.formal-workspace-header{z-index:2;position:sticky;top:0}.ai-content-boundary{background:#faf8ff;border:1px solid #ded7f6;border-radius:12px;grid-template-columns:38px 1fr;align-items:center;gap:12px;margin:20px 24px;padding:15px 17px;display:grid}.ai-content-boundary>span{color:#fff;background:#7359d5;border-radius:11px;place-items:center;width:36px;height:36px;font-size:17px;display:grid}.ai-content-boundary b{color:#4d4075;font-size:11px}.ai-content-boundary p{color:#756c8b;margin:4px 0 0;font-size:9px;line-height:1.55}.ai-document-workspace .lecture-loading,.ai-document-workspace .lecture-error,.ai-document-workspace .lecture-empty{height:auto;min-height:510px}.lecture-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 30px;display:flex}.lecture-empty h2{color:#263f5d;margin:25px 0 8px;font-size:20px}.lecture-empty>p{color:#718198;max-width:440px;margin:0;font-size:11px;line-height:1.65}.lecture-empty .button-primary{margin-top:21px}.ai-document-workspace .lecture-document{border-top:1px solid #e7eaf1;height:auto;overflow:visible}.ai-document-workspace .lecture-document-cover{padding:42px 50px}.ai-document-workspace .lecture-introduction,.ai-document-workspace .lecture-document-section,.ai-document-workspace .lecture-practice,.ai-document-workspace .lecture-review,.ai-document-workspace .lecture-next-step,.ai-document-workspace .lecture-document-footer{max-width:none;margin-left:42px;margin-right:42px}.practice-brief,.project-cover{background:linear-gradient(135deg,#f1fbf6,#fbfefd);grid-template-columns:1fr 74px;align-items:center;gap:22px;padding:34px;display:grid}.practice-brief small,.project-cover small{color:#4a9a74;letter-spacing:.1em;font-size:8px;font-weight:800}.practice-brief h1,.project-cover h1{color:#254c3a;margin:8px 0;font-size:25px;line-height:1.35}.practice-brief p,.project-cover p{color:#617a6e;margin:0;font-size:12px;line-height:1.75}.practice-brief>span,.project-cover>span{color:#31845f;background:#daf2e5;border-radius:20px;place-items:center;width:68px;height:68px;font-size:15px;font-weight:800;display:grid}.practice-process,.practice-deliverable,.practice-rubric,.practice-submit,.project-milestones,.project-output-grid,.project-checklist{margin:28px 34px}.practice-process>div{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:16px;display:grid}.practice-process p{border:1px solid #e0e8e3;border-radius:11px;gap:6px;margin:0;padding:14px;display:grid}.practice-process p>span{color:#2b805c;background:#e5f5ec;border-radius:8px;place-items:center;width:23px;height:23px;font-size:9px;font-weight:800;display:grid}.practice-process p b{color:#405c4e;font-size:10px;line-height:1.45}.practice-process p small{color:#86978e;font-size:8px;line-height:1.45}.practice-deliverable{background:#f7fcf9;border:1px solid #d8e9df;border-radius:13px;grid-template-columns:160px 1fr;align-items:center;gap:20px;padding:19px 21px;display:grid}.practice-deliverable small{color:#5b987a;font-size:7px}.practice-deliverable p{color:#4f6e5e;margin:0;font-size:11px;line-height:1.65}.practice-rubric>div{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:15px;display:grid}.practice-rubric article{border:1px solid #e2e8e4;border-radius:11px;gap:5px;padding:14px;display:grid}.practice-rubric article span{color:#2f8762;font-size:15px;font-weight:800}.practice-rubric article b{color:#405a4d;font-size:10px}.practice-rubric article p{color:#7a8d83;margin:0;font-size:8px;line-height:1.5}.practice-submit{border-top:1px solid #e7ece9;justify-content:space-between;align-items:center;gap:20px;padding:18px 20px;display:flex}.practice-submit>div{grid-template-columns:28px 1fr;align-items:center;gap:10px;display:grid}.practice-submit>div>span{color:#27815d;background:#e7f6ee;border-radius:9px;place-items:center;width:27px;height:27px;display:grid}.practice-submit p{color:#6a7e73;margin:0;font-size:9px;line-height:1.5}.practice-submit p b{color:#3e5b4d;font-size:10px;display:block}.project-cover{background:linear-gradient(135deg,#fff8ed,#fffcf8)}.project-cover small{color:#bd7b29}.project-cover h1{color:#5c431f}.project-cover p{color:#7a6b56}.project-cover>span{color:#bd751f;background:#ffead0;font-size:30px}.project-milestones>div{gap:10px;margin-top:16px;display:grid}.project-milestones article{border:1px solid #e5e8ed;border-radius:12px;grid-template-columns:35px 1fr;gap:13px;padding:16px;display:grid}.project-milestones article>span{color:#8290a2;background:#f0f3f7;border-radius:10px;place-items:center;width:31px;height:31px;font-size:10px;font-weight:800;display:grid}.project-milestones article.active{background:#fffaf1;border-color:#f0c98d}.project-milestones article.active>span{color:#fff;background:#f6bd66}.project-milestones article.done{background:#f6fcf8;border-color:#cde7d9}.project-milestones article.done>span{color:#fff;background:#54a97e}.project-milestones article small{color:#9a8b77;font-size:7px}.project-milestones article h3{color:#544734;margin:4px 0 5px;font-size:12px}.project-milestones article p{color:#807465;margin:0;font-size:9px;line-height:1.55}.project-output-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.project-output-grid>div{border:1px solid #e7e5e1;border-radius:12px;padding:18px}.project-output-grid small{color:#9e8c72;font-size:8px}.project-output-grid h2{margin-top:7px}.project-output-grid p{color:#746b5e;margin:8px 0 0;font-size:10px;line-height:1.6}.project-output-grid ul{color:#6f675d;gap:7px;margin:10px 0 0;padding-left:17px;font-size:9px;display:grid}.project-checklist{background:#fffaf3;border:1px solid #ebdfcd;border-radius:13px;padding:20px}.project-checklist>div{grid-template-columns:1fr 1fr;gap:8px;margin-top:14px;display:grid}.project-checklist p{color:#6f604d;align-items:center;gap:8px;margin:0;font-size:9px;display:flex}.project-checklist p span{color:#ba7a27;font-size:13px}@media (width<=1280px){.formal-course-layout{grid-template-columns:235px minmax(0,1fr)}.formal-course-aside{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));position:static}.formal-xiaozhi-card,.formal-current-card,.formal-material-card,.formal-course-info-card{min-height:150px}}@media (width<=900px){.formal-course-hero{grid-template-columns:70px 1fr}.formal-course-progress{grid-column:1/-1}.formal-course-layout{grid-template-columns:1fr}.formal-module-panel{max-height:none;position:static}.formal-module-list,.formal-course-aside{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.formal-course-page{padding-left:10px;padding-right:10px}.formal-course-hero{grid-template-columns:56px 1fr;padding:20px 18px}.formal-course-icon{border-radius:16px;width:52px;height:52px;font-size:25px}.formal-course-identity h1{font-size:21px}.formal-course-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.formal-course-layout{display:block}.formal-module-panel{margin-bottom:14px}.formal-module-list{display:block}.formal-workspace-header,.formal-workspace-header>div{flex-direction:column;align-items:flex-start}.formal-lesson-title{grid-template-columns:36px 1fr;padding:24px 18px}.formal-lesson-title>span{width:34px;height:34px}.formal-lesson-title h1{font-size:22px}.formal-goals,.formal-self-check{margin-left:18px;margin-right:18px}.formal-goals>div,.formal-key-points>div,.practice-process>div,.practice-rubric>div{grid-template-columns:1fr}.formal-knowledge-sections,.formal-key-points{padding-left:18px;padding-right:18px}.formal-lesson-actions{flex-direction:column;align-items:stretch;padding:18px}.formal-lesson-actions button,.formal-lesson-actions button:first-child{width:100%;margin:0}.formal-course-aside{grid-template-columns:1fr;margin-top:14px;display:grid}.ai-content-boundary{margin:14px}.ai-document-workspace .lecture-document-cover{padding:30px 20px}.ai-document-workspace .lecture-introduction,.ai-document-workspace .lecture-document-section,.ai-document-workspace .lecture-practice,.ai-document-workspace .lecture-review,.ai-document-workspace .lecture-next-step,.ai-document-workspace .lecture-document-footer{margin-left:16px;margin-right:16px}.practice-brief,.project-cover{grid-template-columns:1fr;padding:24px 20px}.practice-brief>span,.project-cover>span{display:none}.practice-process,.practice-deliverable,.practice-rubric,.practice-submit,.project-milestones,.project-output-grid,.project-checklist{margin-left:18px;margin-right:18px}.practice-deliverable,.project-output-grid{grid-template-columns:1fr}.practice-submit{flex-direction:column;align-items:stretch}.project-checklist>div{grid-template-columns:1fr}}.sidebar nav.sidebar-nav{gap:15px;display:grid}.sidebar-nav-group{gap:3px;display:grid}.sidebar-group-label{color:#a0aaba;letter-spacing:.08em;padding:0 11px 5px;font-size:10px;font-weight:650}.sidebar nav .sidebar-nav-item{border-radius:9px;gap:10px;width:100%;height:42px;padding:0 10px}.sidebar nav .sidebar-nav-item:before{height:20px;left:-14px}.sidebar nav .sidebar-nav-item.active,.sidebar nav .sidebar-nav-item:hover{color:var(--blue);background:#f0f5ff;font-weight:700}.sidebar nav .sidebar-nav-item.active:before{background:var(--blue)}.sidebar nav .sidebar-nav-item.active .nav-icon{background:var(--blue);color:#fff}.sidebar,.sidebar>.brand,.sidebar-label,.sidebar-nav,.sidebar-bottom,.buddy-card{box-sizing:border-box}.sidebar{overflow:hidden auto}.sidebar>.brand,.sidebar-label,.sidebar-nav,.sidebar-bottom,.buddy-card{width:100%}.sidebar-group-label{white-space:nowrap;line-height:16px;display:block}.sidebar nav .sidebar-nav-item{box-sizing:border-box;align-items:center;min-width:0}.sidebar nav .sidebar-nav-item .nav-icon{flex:0 0 28px}.sidebar nav .sidebar-nav-item>span:not(.nav-icon){white-space:nowrap;min-width:0;line-height:1.2}.sidebar nav .sidebar-nav-item>em{flex:none}@media (width<=900px){.sidebar{width:224px}.app-shell{grid-template-columns:224px 1fr}}.course-heading-actions{align-items:center;gap:12px;display:flex}.course-heading-actions .button-secondary{white-space:nowrap}@media (width<=720px){.course-heading-actions{justify-content:space-between;width:100%}.course-heading-actions .button-secondary{flex:1}.course-heading-actions .course-count{min-width:92px}.mobile-nav{grid-template-columns:repeat(3,1fr)}}.formal-course-breadcrumb{font-size:12px}.formal-course-identity>div span{font-size:11px}.formal-course-identity p{font-size:14px}.formal-course-progress>div span,.formal-course-progress small{font-size:11px}.formal-course-tabs button>b{font-size:13px}.formal-course-tabs button>small{font-size:10px}.formal-module-panel>header span,.formal-module-heading>span{font-size:11px}.formal-module-panel>header b{font-size:14px}.formal-module-panel>header small,.formal-module-heading small{font-size:10px}.formal-module-heading b{font-size:12px}.formal-module-lessons button{padding:9px 8px}.formal-module-lessons b{font-size:11px}.formal-module-lessons small{font-size:9px}.formal-workspace-header small,.formal-workspace-header em{font-size:11px}.formal-source-badge{font-size:10px}.formal-lesson-title p{font-size:14px}.formal-goals h2,.formal-knowledge-sections h2,.formal-key-points h2,.formal-self-check h2,.practice-process h2,.practice-deliverable h2,.practice-rubric h2,.project-milestones h2,.project-output-grid h2,.project-checklist h2{font-size:17px}.formal-goals p{font-size:13px}.formal-section-heading small,.formal-self-check small{font-size:10px}.formal-knowledge-sections h3{font-size:16px}.formal-knowledge-sections p{font-size:14px;line-height:1.85}.formal-key-points p span,.formal-self-check ol{font-size:12px}.formal-xiaozhi-head small,.formal-course-info-card>span{font-size:10px}.formal-xiaozhi-head b,.formal-xiaozhi-card>p,.formal-xiaozhi-card>button,.formal-current-card header,.formal-material-card header,.formal-current-card>p,.formal-material-card p b,.formal-course-info-card>p{font-size:11px}.formal-course-info-card>em{font-size:10px}.ai-content-boundary b{font-size:13px}.ai-content-boundary p,.lecture-empty>p{font-size:11px}.practice-brief small,.project-cover small,.practice-deliverable small{font-size:10px}.practice-brief p,.project-cover p{font-size:14px}.practice-process p b,.practice-deliverable p,.practice-rubric article b,.practice-submit p b{font-size:12px}.practice-process p small,.practice-rubric article p,.practice-submit p{font-size:10px}.project-milestones article small,.project-output-grid small{font-size:9px}.project-milestones article h3{font-size:14px}.project-milestones article p,.project-output-grid p,.project-output-grid ul,.project-checklist p{font-size:11px}.lesson-tutor-checkpoint{background:linear-gradient(135deg,#faf8ff,#f5f7ff);border:1px solid #d9d3f6;border-radius:14px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:15px;margin:30px 34px 0;padding:18px 20px;display:grid}.lesson-tutor-checkpoint-mark{color:#fff;background:linear-gradient(135deg,#6552d4,#8c72e9);border-radius:13px;place-items:center;width:42px;height:42px;font-size:19px;display:grid;box-shadow:0 10px 22px #6552d42e}.lesson-tutor-checkpoint small{color:#7967bd;font-size:10px;font-weight:750}.lesson-tutor-checkpoint h2{color:#433866;margin:3px 0 4px;font-size:15px}.lesson-tutor-checkpoint p{color:#756e88;margin:0;font-size:11px;line-height:1.55}.lesson-tutor-checkpoint-actions{gap:7px;display:flex}.lesson-tutor-checkpoint-actions button{color:#66569d;white-space:nowrap;background:#fff;border:1px solid #d8d1f2;border-radius:9px;padding:9px 11px;font-size:10px}.lesson-tutor-checkpoint-actions button:hover{background:#fdfcff;border-color:#9a87de}.lesson-tutor-checkpoint-actions button.primary{color:#fff;background:#6e58d6;border-color:#6e58d6}.tutor-workspace{background:#f7f9fc;min-height:760px}.tutor-workspace-header{background:#fff;border-bottom:1px solid #e2e7ef;justify-content:space-between;align-items:center;gap:18px;padding:17px 20px;display:flex}.tutor-title{grid-template-columns:40px 1fr;align-items:center;gap:11px;min-width:0;display:grid}.tutor-title>span{color:#fff;background:linear-gradient(135deg,#6552d4,#9a7af0);border-radius:13px;place-items:center;width:40px;height:40px;font-size:19px;display:grid;box-shadow:0 9px 20px #644fcb2b}.tutor-title>div{gap:2px;min-width:0;display:grid}.tutor-title small{color:#7a68bd;font-size:9px;font-weight:750}.tutor-title h2{color:#2e3f5a;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;overflow:hidden}.tutor-head-actions{flex:none;align-items:center;gap:7px;display:flex}.tutor-head-actions>span{color:#8b98a9;margin-right:3px;font-size:9px}.tutor-head-actions button{color:#607086;background:#fff;border:1px solid #dce3ed;border-radius:8px;padding:8px 10px;font-size:9px}.tutor-head-actions button:first-of-type{color:#6651b0;background:#f8f5ff;border-color:#d7cef5}.tutor-head-actions button:disabled{opacity:.45}.tutor-context-strip{background:#fbfcfe;border-bottom:1px solid #e5eaf1;grid-template-columns:minmax(200px,1fr) minmax(260px,1.4fr);align-items:center;gap:20px;padding:13px 20px;display:grid}.tutor-context-strip>div{gap:3px;min-width:0;display:grid}.tutor-context-strip span{color:#8c99aa;font-size:9px}.tutor-context-strip b{color:#43566f;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.tutor-context-strip p{color:#8290a3;text-align:right;margin:0;font-size:10px;line-height:1.5}.tutor-quick-actions{background:#fff;border-bottom:1px solid #e3e8ef;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:14px 20px;display:grid}.tutor-quick-actions button{text-align:left;background:#fbfcfe;border:1px solid #e0e6ee;border-radius:10px;grid-template-columns:30px 1fr;align-items:center;gap:9px;padding:10px;transition:border-color .18s,transform .18s,box-shadow .18s;display:grid}.tutor-quick-actions button:hover{border-color:#b7a8e8;transform:translateY(-1px);box-shadow:0 7px 16px #42536f12}.tutor-quick-actions button:disabled{opacity:.55;transform:none}.tutor-quick-actions button>span{color:#6955bc;background:#eeeafd;border-radius:9px;place-items:center;width:29px;height:29px;font-size:10px;font-weight:800;display:grid}.tutor-quick-actions button>div{gap:2px;display:grid}.tutor-quick-actions b{color:#45566d;font-size:10px}.tutor-quick-actions small{color:#9aa5b4;font-size:8px}.tutor-conversation{scroll-behavior:smooth;background:radial-gradient(circle at 90% 8%,#6f56d50e,#0000 28%),linear-gradient(#f8fafc,#f5f7fa);height:590px;padding:24px 24px 40px;overflow-y:auto}.tutor-message{align-items:flex-start;gap:10px;margin:0 0 18px;animation:.22s ease-out both tutor-message-in;display:flex}.tutor-message.user{justify-content:flex-end;margin-left:auto}.tutor-avatar,.tutor-user-avatar{border-radius:11px;flex:none;place-items:center;width:34px;height:34px;display:grid}.tutor-avatar{color:#fff;background:linear-gradient(135deg,#6552d4,#9073e8);font-size:15px;box-shadow:0 7px 16px #6552d426}.tutor-user-avatar{color:#3a6ea9;background:#dce9fb;font-size:10px;font-weight:800}.tutor-bubble{background:#fff;border:1px solid #dfe5ed;border-radius:4px 14px 14px;width:min(690px,82%);padding:14px 16px;box-shadow:0 5px 15px #2d3e560b}.tutor-message.user .tutor-bubble{background:#eaf3ff;border-color:#c9daf5;border-radius:14px 4px 14px 14px;width:auto;max-width:72%}.tutor-bubble>small{color:#8370c4;margin-bottom:6px;font-size:8px;font-weight:750;display:block}.tutor-message.user .tutor-bubble>small{color:#6680a2;text-align:right}.tutor-bubble>p{color:#465a72;white-space:pre-wrap;margin:0;font-size:12px;line-height:1.8}.tutor-focus{border-top:1px solid #e9edf3;flex-wrap:wrap;align-items:center;gap:6px;margin-top:12px;padding-top:11px;display:flex}.tutor-focus b{color:#60738c;margin-right:3px;font-size:9px}.tutor-focus span,.tutor-key-points span{color:#55708f;background:#f0f5fb;border-radius:7px;padding:5px 7px;font-size:9px}.tutor-key-points{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.tutor-key-points span{color:#367d60;background:#edf7f2}.tutor-question{background:#f8fbff;border:1px solid #d5e2f4;border-radius:11px;margin-top:14px;padding:14px}.tutor-question>b{color:#3871bc;font-size:9px}.tutor-question>p{color:#344f70;margin:6px 0 0;font-size:12px;font-weight:650;line-height:1.6}.tutor-question>div{gap:7px;margin-top:12px;display:grid}.tutor-question button{color:#51677f;text-align:left;background:#fff;border:1px solid #d9e4f3;border-radius:8px;grid-template-columns:25px 1fr;align-items:center;gap:8px;width:100%;padding:8px 10px;font-size:10px;display:grid}.tutor-question button:hover{background:#f7fbff;border-color:#76a5e7}.tutor-question button>span{color:#3771bd;background:#eaf2fd;border-radius:7px;place-items:center;width:23px;height:23px;font-size:9px;font-weight:800;display:grid}.tutor-next-actions{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.tutor-next-actions button{color:#6857a2;background:#faf8ff;border:1px solid #ddd6f4;border-radius:15px;padding:7px 9px;font-size:9px}.tutor-thinking{width:120px}.tutor-thinking>div{align-items:center;gap:4px;height:15px;display:flex}.tutor-thinking i{background:#8a76d4;border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite tutor-thinking;display:block}.tutor-thinking i:nth-child(2){animation-delay:.14s}.tutor-thinking i:nth-child(3){animation-delay:.28s}.tutor-loading-history,.tutor-inline-error{border-radius:9px;width:max-content;max-width:90%;margin:12px auto;padding:8px 11px;font-size:9px}.tutor-loading-history{color:#8290a2;background:#eef2f7}.tutor-inline-error{color:#b64b55;background:#fff3f4;border:1px solid #efc9cd}.tutor-composer{background:#fff;border-top:1px solid #dde4ee;grid-template-columns:minmax(0,1fr) 42px;align-items:end;gap:11px;padding:14px 18px;display:grid;box-shadow:0 -8px 24px #2a3d570a}.tutor-composer>div{background:#fff;border:1px solid #cedaf0;border-radius:11px;gap:3px;padding:9px 12px 6px;display:grid;box-shadow:0 0 0 3px #3d78d70a}.tutor-composer textarea{resize:vertical;color:#34495f;width:100%;min-height:40px;max-height:110px;font:inherit;background:0 0;border:0;outline:0;font-size:11px;line-height:1.55}.tutor-composer small{color:#a0aab8;text-align:right;font-size:8px}.tutor-composer>button{color:#fff;background:linear-gradient(135deg,#5f4fd0,#846be3);border:0;border-radius:50%;place-items:center;width:42px;height:42px;font-size:19px;display:grid;box-shadow:0 9px 20px #5f4fd038}.tutor-composer>button:disabled{opacity:.4;box-shadow:none}.ai-document-head-actions{min-width:0;flex-direction:row!important;align-items:center!important;gap:10px!important;display:flex!important}.ai-document-head-actions em{max-width:250px}.ai-document-head-actions .button-secondary{flex:none;padding:7px 9px;font-size:9px}@keyframes tutor-message-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes tutor-thinking{0%,60%,to{opacity:.45;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@media (width<=900px){.lesson-tutor-checkpoint{grid-template-columns:44px 1fr}.lesson-tutor-checkpoint-actions{grid-column:1/-1}.tutor-workspace-header{flex-direction:column;align-items:flex-start}.tutor-head-actions{flex-wrap:wrap;width:100%}.tutor-head-actions>span{margin-right:auto}.tutor-context-strip{grid-template-columns:1fr}.tutor-context-strip p{text-align:left}.tutor-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.lesson-tutor-checkpoint{grid-template-columns:36px 1fr;margin:24px 18px 0;padding:15px}.lesson-tutor-checkpoint-mark{width:34px;height:34px}.lesson-tutor-checkpoint-actions{grid-template-columns:1fr 1fr;display:grid}.lesson-tutor-checkpoint-actions .primary{grid-column:1/-1}.tutor-title{grid-template-columns:36px 1fr}.tutor-title>span{width:36px;height:36px}.tutor-head-actions>span{width:100%}.tutor-head-actions button{flex:1}.tutor-quick-actions{padding:12px}.tutor-quick-actions button{grid-template-columns:26px 1fr;padding:8px}.tutor-quick-actions button>span{width:26px;height:26px}.tutor-conversation{height:520px;padding:18px 12px 30px}.tutor-bubble{width:calc(100% - 44px);padding:12px}.tutor-message.user .tutor-bubble{max-width:82%}.tutor-focus{display:grid}.tutor-composer{padding:11px}.ai-document-head-actions{flex-direction:column!important;align-items:flex-start!important}.ai-document-head-actions em{max-width:100%}}.practice-submit-panel{background:linear-gradient(135deg,#fbfffd,#f4fbf7);border:1px solid #d7e8df;border-radius:14px;grid-template-columns:minmax(0,1fr) 210px;align-items:end;gap:14px 18px;padding:20px;display:grid}.practice-submit-panel>.practice-submit-copy{grid-column:1/-1;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:12px;display:grid}.practice-submit-panel>.practice-submit-copy>span{border-radius:10px;width:31px;height:31px;font-size:10px;font-weight:800}.practice-submit-panel>.practice-submit-copy p{font-size:11px}.practice-submit-panel>.practice-submit-copy p b{font-size:12px}.practice-evidence-field{gap:8px;min-width:0;display:grid}.practice-evidence-field>span{color:#557465;font-size:10px;font-weight:750}.practice-evidence-field textarea{resize:vertical;color:#334b3f;width:100%;min-height:86px;font:inherit;background:#fff;border:1px solid #cfe1d7;border-radius:11px;outline:0;padding:11px 12px;font-size:12px;line-height:1.65}.practice-evidence-field textarea:focus{border-color:#66af8a;box-shadow:0 0 0 3px #409a691a}.practice-confirm-check{color:#65796e;align-items:center;gap:8px;font-size:11px;line-height:1.5;display:flex}.practice-confirm-check input{accent-color:#2f8b64;width:15px;height:15px}.practice-confirm-check.checked{color:#2f7958;font-weight:700}.practice-submit-status,.practice-submit-error{grid-column:1/-1;font-size:10px;line-height:1.5}.practice-submit-status{color:#2d7f5d}.practice-submit-error{color:#c64750}.practice-submit-panel>.button-primary{min-height:42px}@media (width<=720px){.practice-submit-panel{grid-template-columns:1fr}.practice-submit-panel>.button-primary{width:100%}}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
