:root {
  --ink: #0c1b33;
  --ink-soft: #40506a;
  --muted: #718096;
  --paper: #f6f8fb;
  --white: #ffffff;
  --navy: #071a33;
  --blue: #246bfd;
  --cyan: #19c6c2;
  --line: #dfe6ef;
  --shadow: 0 18px 50px rgba(21, 39, 73, .10);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section-space { padding-top: 110px; padding-bottom: 110px; }

.site-header {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(32px, calc((100vw - 1180px) / 2));
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 249, 252, .88);
  border-bottom: 1px solid rgba(220, 228, 239, .8);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand strong { display: block; font-size: 18px; letter-spacing: .08em; }
.brand small { display: block; margin-top: 2px; color: #708199; font-size: 9px; letter-spacing: .18em; }
.brand-mark { width: 40px; height: 40px; border-radius: 13px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; padding: 9px; background: var(--navy); transform: rotate(45deg); box-shadow: 0 8px 18px rgba(11, 34, 63, .24); }
.brand-mark span { border-radius: 2px; background: var(--cyan); }
.brand-mark span:nth-child(2), .brand-mark span:nth-child(3) { background: #5796ff; }
.brand-mark span:nth-child(4) { background: #fff; }
.header-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; color: #506079; }
.header-nav a:not(.button):hover { color: var(--blue); }
.header-nav a.nav-current { position: relative; color: #174f9f; font-weight: 800; }
.header-nav a.nav-current::after { content: ""; position: absolute; right: 0; bottom: -11px; left: 0; height: 3px; border-radius: 99px; background: linear-gradient(90deg,#246bfd,#18bcb5); }
.header-nav form { margin: 0; }
.link-button { border: 0; background: none; color: #607089; padding: 0; }
.user-chip { padding: 8px 12px; background: #eaf0f8; border-radius: 999px; color: #32425c; font-weight: 700; }
#teacher-overview,#class-profile,#ai-operations,#student-evidence { scroll-margin-top: 96px; }

.button { border: 1px solid transparent; min-height: 48px; padding: 0 24px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; font-weight: 700; transition: .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #1f69f4, #1651d5); box-shadow: 0 12px 25px rgba(36, 107, 253, .24); }
.button-primary:hover { box-shadow: 0 15px 30px rgba(36, 107, 253, .34); }
.button-ghost { background: rgba(255,255,255,.72); border-color: #d9e1eb; color: #32425b; }
.button-small { min-height: 38px; padding: 0 18px; border-radius: 10px; background: var(--navy); color: #fff; }
.button-wide { width: 100%; }
.button:disabled { opacity: .5; cursor: not-allowed; transform: none; box-shadow: none; }

.hero { min-height: 700px; display: grid; grid-template-columns: 1.03fr .97fr; gap: 54px; align-items: center; position: relative; }
.hero::before { content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%; background: rgba(64, 145, 255, .10); filter: blur(80px); left: -250px; top: 30px; pointer-events: none; }
.eyebrow, .section-kicker { color: #2c70e9; font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 26px; height: 2px; background: var(--cyan); }
.hero h1 { margin: 24px 0 24px; font-size: clamp(46px, 5vw, 72px); line-height: 1.1; letter-spacing: -.055em; font-weight: 850; }
.hero h1 em { font-style: normal; color: transparent; background: linear-gradient(90deg, #246bfd 0%, #10a9c4 78%); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 610px; color: #5d6b82; line-height: 1.9; font-size: 17px; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.trust-row { display: flex; gap: 32px; margin-top: 48px; }
.trust-row div { display: flex; align-items: baseline; gap: 8px; padding-right: 30px; border-right: 1px solid #dce3ed; }
.trust-row div:last-child { border-right: 0; }
.trust-row strong { font-size: 24px; color: var(--navy); }
.trust-row span { color: #77859b; font-size: 12px; }
.hero-visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ""; width: 400px; height: 400px; position: absolute; border-radius: 50%; background: radial-gradient(circle, rgba(39, 119, 253, .18), rgba(25, 198, 194, .04) 65%, transparent 67%); }
.orbit { position: absolute; border: 1px dashed rgba(66, 119, 181, .25); border-radius: 50%; }
.orbit-one { width: 465px; height: 465px; animation: spin 45s linear infinite; }
.orbit-two { width: 530px; height: 340px; transform: rotate(-20deg); animation: spin-reverse 60s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spin-reverse { to { transform: rotate(-380deg); } }
.glass-card { background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.85); box-shadow: 0 30px 70px rgba(22, 48, 91, .16); backdrop-filter: blur(16px); }
.radar-card { width: 400px; border-radius: 28px; padding: 22px; position: relative; z-index: 3; }
.card-topline { display: flex; align-items: center; justify-content: space-between; color: #33435d; font-size: 13px; font-weight: 800; }
.live-dot { color: #119d91; background: #e3f8f3; padding: 5px 9px; border-radius: 999px; font-size: 10px; font-weight: 800; }
.live-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; display: inline-block; margin-right: 6px; background: #15b8a8; box-shadow: 0 0 0 3px rgba(21,184,168,.14); }
.radar-wrap { display: grid; place-items: center; padding: 16px 0; }
.radar { width: 100%; overflow: visible; }
.radar-grid polygon, .radar-grid line { fill: none; stroke: #d7e0ec; stroke-width: 1; }
.radar-data { fill: rgba(37, 107, 253, .19); stroke: #246bfd; stroke-width: 2.5; filter: drop-shadow(0 6px 10px rgba(36,107,253,.15)); }
.radar-points circle { fill: white; stroke: #246bfd; stroke-width: 3; }
.radar-labels { fill: #596a82; font-size: 11px; font-weight: 700; }
.insight-strip { display: flex; gap: 12px; align-items: center; background: #f0f5fc; border-radius: 14px; padding: 12px 14px; }
.insight-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--navy); color: #fff; }
.insight-strip small, .insight-strip strong { display: block; }
.insight-strip small { color: #8390a3; font-size: 10px; margin-bottom: 3px; }
.insight-strip strong { font-size: 12px; }
.hero-capabilities { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.hero-capability { min-width: 0; display: flex; align-items: center; gap: 9px; padding: 9px 10px; border: 1px solid #e4eaf3; border-radius: 12px; background: rgba(248,250,253,.92); }
.hero-capability b { flex: 0 0 28px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: #eaf1ff; color: #246bfd; font-size: 10px; }
.hero-capability span,.hero-capability strong,.hero-capability small { min-width: 0; display: block; }
.hero-capability strong { color: #30415c; font-size: 11px; line-height: 1.25; }
.hero-capability small { margin-top: 2px; color: #8390a3; font-size: 9px; line-height: 1.25; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 42px; }
.section-heading h2 { margin: 9px 0 0; font-size: 38px; letter-spacing: -.04em; }
.section-heading > p { max-width: 500px; margin: 0; color: #6a7890; line-height: 1.85; }
.dimension-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.dimension-card { min-height: 290px; padding: 25px; background: #fff; border: 1px solid #e2e8f1; border-radius: 20px; position: relative; overflow: hidden; transition: .25s ease; }
.dimension-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: transparent; }
.dimension-index { position: absolute; right: 20px; top: 18px; color: #d8e0eb; font-weight: 800; font-size: 12px; }
.dimension-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: #edf3ff; color: #246bfd; font-size: 28px; }
.dimension-skills .dimension-icon { background: #e6faf7; color: #0ea89d; }.dimension-application .dimension-icon { background: #fff6df; color: #d88c00; }.dimension-ethics .dimension-icon { background: #f2eefe; color: #805ad5; }
.dimension-card h3 { margin: 26px 0 12px; font-size: 21px; }
.dimension-card p { color: #6d7b91; line-height: 1.8; font-size: 14px; }
.dimension-line { width: 42px; height: 3px; position: absolute; bottom: 26px; border-radius: 3px; background: #246bfd; }.dimension-skills .dimension-line { background: #14b8a6; }.dimension-application .dimension-line { background: #f59e0b; }.dimension-ethics .dimension-line { background: #8b5cf6; }
.workflow { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.workflow::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; right: -170px; top: -120px; box-shadow: 0 0 0 70px rgba(255,255,255,.02), 0 0 0 140px rgba(255,255,255,.015); }
.section-heading.light p { color: #a8b7ca; }.section-heading.light h2 { color: #fff; }.section-heading.light .section-kicker { color: #46d2ce; }
.workflow-steps { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; z-index: 2; }
.workflow-steps article { padding: 28px 30px 10px; border-left: 1px solid rgba(255,255,255,.12); min-height: 190px; }
.workflow-steps article:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.workflow-steps span { color: #48d5cf; font-size: 12px; font-weight: 800; }
.workflow-steps h3 { margin: 34px 0 12px; }.workflow-steps p { color: #9fb0c5; font-size: 13px; line-height: 1.8; }
.site-footer { min-height: 74px; padding: 0 max(28px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; background: #05152a; color: #7f90a7; font-size: 11px; }

.auth-page { background: #071a33; }
.auth-page .site-header { background: rgba(7, 26, 51, .9); border-color: rgba(255,255,255,.08); }.auth-page .brand strong { color: #fff; }.auth-page .brand small { color: #71859d; }.auth-page .header-nav { color: #aec0d5; }
.auth-shell { width: min(1050px, calc(100% - 48px)); margin: 0 auto; min-height: calc(100vh - 152px); display: grid; grid-template-columns: 1fr 440px; align-items: center; gap: 90px; padding: 60px 0; }
.auth-intro { color: #fff; }.auth-intro h1 { font-size: 48px; line-height: 1.2; margin: 16px 0 20px; letter-spacing: -.04em; }.auth-intro > p { color: #9eb0c5; line-height: 1.8; max-width: 500px; }
.auth-feature { display: flex; gap: 16px; align-items: center; margin-top: 22px; }.auth-feature > span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(71,212,207,.35); border-radius: 50%; color: #47d4cf; font-size: 11px; }.auth-feature b,.auth-feature small { display: block; }.auth-feature small { margin-top: 4px; color: #7f93ac; }
.auth-card { background: #fff; border-radius: 26px; padding: 32px; box-shadow: 0 30px 80px rgba(0,0,0,.25); }.auth-card-heading { display: flex; gap: 14px; align-items: center; }.auth-card-heading h2 { margin: 0 0 5px; font-size: 22px; }.auth-card-heading p { margin: 0; color: #8390a2; font-size: 12px; }.mini-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: var(--navy); color: #49d4cf; font-weight: 800; }
.demo-switch { display: grid; grid-template-columns: 1fr 1fr; padding: 4px; margin: 26px 0 22px; background: #eef2f7; border-radius: 12px; }.demo-option { border: 0; padding: 11px; background: transparent; color: #718096; border-radius: 9px; font-weight: 700; }.demo-option.active { background: #fff; color: #1f5fd0; box-shadow: 0 4px 10px rgba(35,60,100,.09); }
.auth-form { display: grid; gap: 16px; }.auth-form label { color: #44536a; font-size: 12px; font-weight: 800; }.auth-form input { width: 100%; height: 46px; margin-top: 7px; border: 1px solid #dce4ee; border-radius: 10px; padding: 0 13px; color: #23334c; outline: none; }.auth-form input:focus { border-color: #6795ef; box-shadow: 0 0 0 3px rgba(36,107,253,.1); }
.alert { padding: 11px 13px; border-radius: 9px; margin-bottom: 16px; font-size: 12px; }.alert.error { color: #a52828; background: #fff0f0; border: 1px solid #f4c8c8; }.demo-note { border-top: 1px solid #e6ebf2; margin-top: 22px; padding-top: 16px; }.demo-note span { font-size: 10px; font-weight: 800; color: #2b6ee7; letter-spacing: .12em; }.demo-note p { margin: 6px 0 0; color: #8793a4; font-size: 11px; line-height: 1.6; }

.dashboard-shell,.diagnostic-shell,.profile-shell,.training-shell,.growth-shell,.course-shell,.teacher-shell,.studio-shell { padding-top: 54px; padding-bottom: 90px; }
.dashboard-hero,.diagnostic-header,.profile-header,.teacher-header { display: flex; justify-content: space-between; align-items: center; gap: 36px; margin-bottom: 34px; }.dashboard-hero h1,.diagnostic-header h1,.profile-header h1,.teacher-header h1 { margin: 9px 0 10px; font-size: 34px; letter-spacing: -.035em; }.dashboard-hero p,.diagnostic-header p,.profile-header p,.teacher-header p { margin: 0; color: #6d7b90; line-height: 1.7; }
.journey-badge { width: 126px; height: 126px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: #fff; border: 9px solid #e6eef9; box-shadow: var(--shadow); }.journey-badge span { color: #168c80; font-size: 10px; font-weight: 800; }.journey-badge strong { font-size: 30px; margin: 2px 0; }.journey-badge small { color: #8592a5; }
.journey-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.journey-card { min-height: 245px; padding: 26px; border: 1px solid #e0e7f0; border-radius: 20px; background: #fff; position: relative; }.journey-card.primary-card { background: linear-gradient(145deg, #0d284b, #09203c); color: #fff; border: 0; box-shadow: 0 20px 45px rgba(10,35,67,.18); }.card-number { position: absolute; right: 24px; top: 18px; font-size: 40px; font-weight: 900; color: #e7ecf3; }.primary-card .card-number { color: rgba(255,255,255,.1); }.status-tag { display: inline-flex; padding: 5px 9px; color: #61728b; background: #eef2f7; border-radius: 999px; font-size: 9px; font-weight: 800; }.primary-card .status-tag { background: rgba(74,213,207,.12); color: #50dad4; }.status-tag.done { background: #e5f7ef; color: #17815f; }.journey-card h2 { margin: 42px 0 10px; font-size: 21px; }.journey-card p { min-height: 48px; color: #78869a; line-height: 1.75; font-size: 13px; }.primary-card p { color: #aebed1; }.journey-card .button { margin-top: 13px; }.journey-card.locked { background: #f9fafc; color: #778499; }.text-link { display: inline-block; margin-top: 14px; color: #2369e8; font-size: 13px; font-weight: 800; }
.principle-banner { display: flex; gap: 20px; align-items: center; margin-top: 20px; padding: 18px 22px; background: #eaf3ff; border-left: 3px solid #2b70e9; border-radius: 0 14px 14px 0; }.principle-banner span { white-space: nowrap; color: #2365d8; font-weight: 800; font-size: 11px; }.principle-banner p { margin: 0; color: #546985; font-size: 12px; }
.journey-badge.complete { border-color: #d8f3ed; background: #f8fffd; }.journey-card.stage-done { background: #fbfefd; border-color: #dcece8; }.journey-card.stage-done .card-number { color: #dcefe9; }.journey-roadmap { display: flex; align-items: center; margin: -5px 0 25px; padding: 14px 20px; border: 1px solid #e0e7f0; border-radius: 15px; background: #fff; }.journey-roadmap > div { display: flex; align-items: center; gap: 8px; color: #8b97a8; font-size: 10px; }.journey-roadmap > div span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: #edf1f6; font-weight: 900; }.journey-roadmap > div.active { color: #225fc5; }.journey-roadmap > div.active span { color: #fff; background: #286de4; }.journey-roadmap > div.done { color: #148276; }.journey-roadmap > div.done span { color: #fff; background: #1aa397; }.journey-roadmap > i { flex: 1; height: 2px; margin: 0 13px; background: #e7ebf1; }.journey-roadmap > i.done { background: #64c7bd; }.next-step-banner { display: flex; gap: 17px; align-items: center; margin-top: 20px; padding: 18px 22px; color: #fff; border-radius: 14px; background: linear-gradient(100deg,#12365f,#174a79); }.next-step-banner span { padding: 5px 9px; white-space: nowrap; color: #082644; background: #49d2cc; border-radius: 999px; font-size: 9px; font-weight: 900; }.next-step-banner p { margin: 0; color: #c0d0e2; font-size: 12px; line-height: 1.65; }

.progress-panel { min-width: 230px; }.progress-panel > div:first-child { display: flex; justify-content: space-between; color: #738198; font-size: 11px; }.progress-panel #progress-text { color: #2369e8; font-weight: 800; }.progress-track { width: 100%; height: 8px; background: #dfe6ef; border-radius: 999px; margin-top: 10px; overflow: hidden; }.progress-track span { display: block; width: 0; height: 100%; background: linear-gradient(90deg,#246bfd,#18bdb5); transition: width .25s ease; }
.question-card { padding: 32px; margin: 0 0 20px; border: 1px solid #e0e7f0; border-radius: 22px; background: #fff; box-shadow: 0 8px 24px rgba(26,47,84,.045); }.question-card.answered { border-color: #a9c5f3; box-shadow: 0 8px 24px rgba(36,107,253,.07); }.question-meta { display: flex; align-items: center; gap: 9px; }.question-number { color: #a6b1c1; font-size: 11px; font-weight: 900; letter-spacing: .12em; }.dimension-pill { display: inline-flex; width: fit-content; padding: 5px 9px; border-radius: 999px; background: #eaf1ff; color: #2566d4; font-size: 9px; font-weight: 800; }.dimension-pill.dimension-skills { background: #e2f8f4; color: #0d8c81; }.dimension-pill.dimension-application { background: #fff3d6; color: #b87600; }.dimension-pill.dimension-ethics { background: #f1ebfe; color: #7248c5; }.question-type { margin-left: auto; color: #9aa5b5; font-size: 10px; }.question-card h2 { margin: 16px 0 18px; font-size: 21px; }.question-card > h3 { margin: 22px 0 14px; font-size: 15px; }.scenario-box { padding: 17px 18px; display: grid; grid-template-columns: 46px 1fr; align-items: start; gap: 12px; border-radius: 12px; background: #f4f7fb; }.scenario-box span { color: #2c6cd7; font-size: 10px; font-weight: 900; letter-spacing: .12em; }.scenario-box p { margin: 0; color: #52627a; line-height: 1.75; font-size: 13px; }
.choice-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.choice-option { min-height: 58px; display: flex; align-items: center; gap: 12px; padding: 11px 14px; border: 1px solid #dce4ef; border-radius: 12px; color: #4e5f77; font-size: 12px; line-height: 1.55; cursor: pointer; transition: .18s ease; }.choice-option:hover { border-color: #87aceb; background: #f7faff; }.choice-option:has(input:checked) { border-color: #2b70e9; background: #edf4ff; color: #203e6d; }.choice-option input { position: absolute; opacity: 0; }.option-letter { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; border-radius: 8px; background: #edf1f6; color: #77869b; font-weight: 800; }.choice-option:has(input:checked) .option-letter { background: #276de5; color: #fff; }
.open-answer { position: relative; display: block; }.open-answer textarea { width: 100%; resize: vertical; border: 1px solid #dce4ef; border-radius: 12px; padding: 15px 16px 28px; outline: none; color: #34445c; line-height: 1.7; }.open-answer textarea:focus { border-color: #74a0ed; box-shadow: 0 0 0 3px rgba(36,107,253,.09); }.open-answer > span { position: absolute; right: 12px; bottom: 10px; color: #9ba6b5; font-size: 9px; }.submit-panel { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 24px 28px; border-radius: 18px; background: var(--navy); color: #fff; }.submit-panel strong { font-size: 15px; }.submit-panel p { margin: 5px 0 0; color: #92a5bb; font-size: 11px; }

.profile-header { padding: 28px 32px; color: #fff; background: linear-gradient(130deg,#0b2748,#102f57); border-radius: 22px; box-shadow: 0 18px 40px rgba(9,34,64,.14); }.profile-header p { color: #acc0d5; }.profile-header .section-kicker { color: #45d2cd; }.overall-score { min-width: 170px; padding-left: 30px; border-left: 1px solid rgba(255,255,255,.16); }.overall-score span,.overall-score small { display: block; color: #a8bad0; font-size: 10px; }.overall-score strong { font-size: 54px; line-height: 1; margin: 7px 0; display: block; color: #fff; }
.panel { background: #fff; border: 1px solid #e0e7f0; border-radius: var(--radius); padding: 26px; }.panel-heading { display: flex; justify-content: space-between; align-items: start; gap: 20px; }.panel-heading span { color: #2c6edf; font-size: 9px; letter-spacing: .13em; font-weight: 900; }.panel-heading h2 { margin: 5px 0 0; font-size: 20px; }.panel-heading > p { max-width: 470px; margin: 0; color: #7d899b; line-height: 1.65; font-size: 11px; }
.profile-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }.profile-radar-wrap { max-width: 460px; margin: 0 auto; }.priority-card { margin-top: 22px; padding: 18px; border-radius: 14px; background: #edf4ff; position: relative; }.priority-card > span { color: #316ed1; font-size: 9px; font-weight: 900; }.priority-card h3 { margin: 8px 0 5px; }.priority-card p { margin: 0; color: #687a93; font-size: 11px; line-height: 1.6; max-width: 270px; }.priority-card > strong { position: absolute; right: 17px; top: 18px; font-size: 28px; }.priority-card > strong small { color: #8e9aad; font-size: 9px; }.strength-row { display: flex; align-items: center; gap: 10px; margin: 16px 0; padding: 13px 0; border-top: 1px solid #e5eaf1; border-bottom: 1px solid #e5eaf1; font-size: 11px; }.strength-row span { color: #8490a2; }.strength-row b { margin-right: auto; }.strength-row em { color: #168b80; font-style: normal; font-weight: 800; }.recommend-box > span { color: #8a96a7; font-size: 9px; font-weight: 900; }.recommend-box h3 { margin: 7px 0 4px; font-size: 17px; }.recommend-box p { margin: 0 0 14px; color: #7a8799; font-size: 11px; }
.score-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 18px 0; }.score-card { padding: 17px; background: #fff; border: 1px solid #e0e7f0; border-radius: 15px; }.score-card > div:first-child { display: flex; align-items: center; gap: 7px; }.score-card b { font-size: 12px; }.score-card strong { margin-left: auto; }.dimension-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--dot); }.score-track { height: 6px; border-radius: 999px; background: #edf1f5; overflow: hidden; margin: 12px 0 9px; }.score-track span,.score-track i { display: block; height: 100%; border-radius: inherit; background: var(--bar); }.score-card p { margin: 0; color: #8692a3; line-height: 1.55; font-size: 9px; }.evidence-panel { margin-top: 18px; }.evidence-list { margin-top: 20px; }.evidence-list details { border-top: 1px solid #e7ecf2; }.evidence-list details:last-child { border-bottom: 1px solid #e7ecf2; }.evidence-list summary { min-height: 54px; display: flex; align-items: center; gap: 10px; cursor: pointer; list-style: none; }.evidence-list summary::after { content: "+"; margin-left: 8px; color: #8290a3; font-size: 18px; }.evidence-list details[open] summary::after { content: "−"; }.evidence-list summary b { flex: 1; font-size: 12px; }.evidence-list summary strong { font-size: 11px; color: #596a81; }.evidence-list details > div { padding: 0 0 15px 50px; color: #6f7f94; font-size: 11px; line-height: 1.65; }.evidence-list details > div p { margin: 4px 0; }

.training-hero { padding: 34px; display: flex; justify-content: space-between; align-items: center; color: #fff; background: linear-gradient(135deg,#0c284a,#153c69); border-radius: 22px; }.training-hero h1 { font-size: 34px; margin: 14px 0 7px; }.training-hero p { margin: 0; color: #afc1d5; }.module-meta { display: flex; gap: 18px; margin-top: 22px; color: #8fa6c0; font-size: 10px; }.module-meta span + span::before { content: "·"; margin-right: 18px; }.path-visual { display: flex; align-items: center; gap: 8px; color: #7e94ae; font-size: 9px; }.path-visual span { min-width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }.path-visual span:first-child,.path-visual span:last-child { border: 0; }.path-visual span.active { color: #09203d; background: #48d4cf; border-color: #48d4cf; font-weight: 900; }.path-visual i { width: 25px; height: 1px; background: rgba(255,255,255,.18); }
.training-layout { display: grid; grid-template-columns: 1fr 300px; gap: 18px; margin-top: 18px; }.training-step-heading > span,.aside-label { color: #2b6edf; font-size: 9px; font-weight: 900; letter-spacing: .13em; }.training-step-heading h2 { margin: 8px 0; }.training-step-heading p { color: #7a8799; font-size: 11px; }.conversation-demo { margin: 28px 0 20px; display: grid; gap: 20px; }.ai-message,.student-message { display: flex; gap: 12px; align-items: flex-start; }.student-message { justify-content: flex-end; }.avatar { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 12px; background: #0d2a4d; color: #43d2cc; font-weight: 900; }.student-message .avatar { background: #edf2f8; color: #52657d; }.ai-message > div,.student-message > div { max-width: 80%; padding: 15px 17px; border-radius: 4px 15px 15px 15px; background: #f0f5fc; }.student-message > div { width: 76%; background: #f7f8fa; border-radius: 15px 4px 15px 15px; }.ai-message b,.student-message b { font-size: 10px; color: #43617f; }.ai-message p { margin: 7px 0 0; color: #44566e; line-height: 1.8; font-size: 12px; }.student-message textarea { width: 100%; margin-top: 8px; border: 0; outline: 0; background: transparent; resize: vertical; color: #43556e; line-height: 1.7; }.prototype-note { display: inline-block; margin: 12px 0 0 14px; color: #97a2b1; font-size: 9px; }.training-aside { display: grid; gap: 14px; align-content: start; }.training-aside ul { margin: 16px 0 0; padding: 0; list-style: none; }.training-aside li { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-top: 1px solid #e8edf3; font-size: 11px; }.training-aside li span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px; background: #edf3fc; color: #2b6ddd; font-size: 9px; font-weight: 800; }.principle-card { background: #0b2647; color: #fff; border: 0; }.principle-card .aside-label { color: #42d0cb; }.principle-card p { color: #a8b9cd; line-height: 1.8; font-size: 11px; }.mini-score { display: flex; gap: 13px; align-items: center; margin-top: 15px; }.mini-score > strong { font-size: 31px; color: #236ae8; }.mini-score b,.mini-score small { display: block; }.mini-score b { font-size: 11px; }.mini-score small { color: #8c98a9; margin-top: 4px; font-size: 9px; }
.training-scenario { margin-top: 22px; padding: 17px 18px; border-radius: 14px; background: #f4f7fb; border-left: 3px solid #2c70e9; }.training-scenario span { color: #2c6dd8; font-size: 9px; font-weight: 900; letter-spacing: .12em; }.training-scenario p { margin: 7px 0 0; color: #52647c; font-size: 12px; line-height: 1.75; }.student-message p { margin: 7px 0 0; color: #44566e; line-height: 1.75; font-size: 12px; white-space: pre-wrap; }.feedback-message > div { background: #edf8f7; border: 1px solid #c9ebe7; }.feedback-message strong { display: block; margin-top: 10px; color: #0d756d; font-size: 11px; line-height: 1.7; }.evidence-feedback { display: grid; grid-template-columns: .8fr 1.1fr 1.1fr; gap: 10px; margin: 20px 0; }.evidence-feedback > div { min-height: 118px; padding: 15px; border-radius: 13px; border: 1px solid #e2e8f0; background: #fafbfd; }.evidence-feedback span { display: block; color: #8a96a8; font-size: 9px; font-weight: 800; }.evidence-feedback strong { display: inline-block; margin: 8px 8px 0 0; color: #236ae8; font-size: 28px; }.evidence-feedback strong small { font-size: 10px; }.evidence-feedback em { color: #5f7087; font-size: 9px; font-style: normal; }.evidence-feedback ul { padding: 0; margin: 9px 0 0; list-style: none; }.evidence-feedback li { margin: 5px 0; color: #a16a0c; font-size: 10px; }.evidence-feedback li.matched { color: #0c8479; }.training-answer-form { margin-top: 22px; }.training-answer-form > label { display: block; margin-bottom: 9px; color: #3e536d; font-size: 11px; font-weight: 800; }.training-answer-form textarea { width: 100%; resize: vertical; padding: 15px 16px; border: 1px solid #dbe4ef; border-radius: 13px; outline: 0; color: #34465e; line-height: 1.7; }.training-answer-form textarea:focus { border-color: #6e9dea; box-shadow: 0 0 0 3px rgba(36,107,253,.09); }.training-answer-form > div { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-top: 12px; }.training-answer-form small { color: #929dac; font-size: 9px; }.engine-card p { margin: 9px 0 0; color: #7b899c; font-size: 10px; line-height: 1.65; }.engine-status { display: flex; align-items: center; gap: 8px; margin-top: 13px; color: #566a83; font-size: 11px; }.engine-status i { width: 8px; height: 8px; border-radius: 50%; background: #f0a829; box-shadow: 0 0 0 4px #fff3da; }.engine-status.connected i { background: #18a895; box-shadow: 0 0 0 4px #dff7f2; }
.quest-main { min-height: 540px; }.quest-path b { margin-left: 8px; color: #5c7694; font-size: 10px; }.quest-path span { font-weight: 800; }.quest-path span.done { color: #fff; background: #168e83; border-color: #168e83; }.quest-path i.done { background: #29afa5; }.quest-heading > div { display: flex; align-items: center; gap: 12px; }.quest-heading > div > span { color: #2b6edf; font-size: 10px; font-weight: 900; letter-spacing: .11em; }.quest-heading > div > em { padding: 4px 8px; border-radius: 999px; color: #14837a; background: #e2f7f3; font-size: 9px; font-style: normal; font-weight: 800; }.quest-heading h2 { margin-top: 12px; font-size: 26px; }.quest-heading p { font-size: 12px; }.quest-prompt { display: flex; gap: 12px; align-items: flex-start; margin-top: 18px; }.quest-prompt > div { padding: 15px 17px; border-radius: 4px 15px 15px 15px; background: #edf4ff; }.quest-prompt b { color: #426180; font-size: 10px; }.quest-prompt p { margin: 6px 0 0; color: #334b68; font-size: 13px; font-weight: 700; line-height: 1.7; }.quest-form { margin-top: 22px; }.quest-options { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; padding: 0; border: 0; }.quest-options legend { grid-column: 1 / -1; margin-bottom: 2px; color: #7d8999; font-size: 9px; font-weight: 800; letter-spacing: .1em; }.quest-options label { min-height: 68px; display: flex; align-items: center; gap: 11px; padding: 12px 14px; border: 1px solid #dce4ef; border-radius: 13px; color: #475a72; font-size: 11px; line-height: 1.55; cursor: pointer; transition: .18s ease; }.quest-options label:hover { border-color: #80a7eb; transform: translateY(-1px); background: #f8fbff; }.quest-options input { position: absolute; opacity: 0; }.quest-options label:has(input:checked) { border-color: #256be4; background: #edf4ff; color: #203f6f; box-shadow: 0 0 0 3px rgba(36,107,253,.07); }.option-key { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; border-radius: 8px; color: #718096; background: #edf1f6; font-weight: 900; }.quest-options label:has(input:checked) .option-key { color: #fff; background: #286ce2; }.quest-options label > i { display: none; margin-left: auto; color: #1b9085; font-style: normal; }.quest-options label:has(input:checked) > i { display: block; }.round-result { min-height: 480px; display: flex; flex-direction: column; }.result-topline { display: flex; justify-content: space-between; align-items: center; padding-bottom: 15px; border-bottom: 1px solid #e7ecf2; }.result-topline span { color: #2b6edf; font-size: 10px; font-weight: 900; letter-spacing: .1em; }.result-topline em { padding: 6px 10px; border-radius: 999px; color: #a56a00; background: #fff2d4; font-size: 10px; font-style: normal; font-weight: 900; }.is-passed .result-topline em { color: #0d8075; background: #e3f7f3; }.result-score { display: flex; align-items: center; gap: 22px; margin: 26px 0 20px; }.result-score > strong { width: 104px; height: 104px; flex: 0 0 104px; display: grid; place-items: center; border-radius: 50%; color: #256be2; background: conic-gradient(#2870e8 var(--score, 70%), #e9eef5 0); border: 10px solid #eef4ff; box-shadow: inset 0 0 0 3px #fff; font-size: 29px; }.result-score strong small { font-size: 10px; }.result-score h2 { margin: 0 0 7px; font-size: 24px; }.result-score p { margin: 0; color: #69798f; font-size: 12px; line-height: 1.75; }.takeaway-card { padding: 18px 20px; border-radius: 14px; border-left: 3px solid #1aa99f; background: #eaf8f6; }.takeaway-card span { color: #0d8177; font-size: 9px; font-weight: 900; letter-spacing: .1em; }.takeaway-card p { margin: 7px 0 0; color: #365d60; font-size: 12px; line-height: 1.8; }.evidence-feedback.compact { grid-template-columns: 1fr 1fr; }.evidence-feedback.compact > div { min-height: 92px; }.round-exit { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 24px; }.round-exit small { color: #8491a3; font-size: 10px; }.quest-progress-head { display: flex; align-items: center; justify-content: space-between; }.quest-progress-head strong { color: #236ae8; font-size: 22px; }.quest-progress-track { height: 7px; margin: 12px 0 9px; overflow: hidden; border-radius: 999px; background: #e9eef5; }.quest-progress-track i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#246bfd,#19b5aa); transition: width .3s ease; }.xp-line { display: flex; justify-content: space-between; color: #8794a6; font-size: 9px; }.xp-line span { color: #a76d00; font-weight: 900; }.quest-progress-card ol { margin: 15px 0 0; padding: 0; list-style: none; }.quest-progress-card li { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-top: 1px solid #e8edf3; }.quest-progress-card li > span { width: 26px; height: 26px; flex: 0 0 26px; display: grid; place-items: center; border-radius: 8px; color: #8795a8; background: #edf1f5; font-size: 9px; font-weight: 900; }.quest-progress-card li b,.quest-progress-card li small { display: block; }.quest-progress-card li b { color: #5f6f84; font-size: 10px; }.quest-progress-card li small { margin-top: 3px; color: #9aa5b3; font-size: 8px; }.quest-progress-card li.active > span { color: #fff; background: #286de4; }.quest-progress-card li.active b { color: #245fbf; }.quest-progress-card li.done > span { color: #fff; background: #19998d; }.quest-progress-card li.done b { color: #178076; }.quest-complete { min-height: 510px; display: flex; flex-direction: column; align-items: center; text-align: center; }.completion-burst { width: 86px; height: 86px; display: grid; place-items: center; margin-bottom: 15px; border-radius: 50%; background: radial-gradient(circle,#31c6b8 0 47%,#e0f8f5 48% 65%,transparent 66%); }.completion-burst span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #178f84; font-size: 22px; }.quest-complete h2 { margin: 9px 0; font-size: 27px; }.quest-complete > p { max-width: 590px; margin: 0; color: #718096; font-size: 12px; line-height: 1.75; }.completion-stats { width: 100%; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 23px 0 14px; }.completion-stats > div { padding: 15px; border-radius: 13px; background: #f4f7fb; }.completion-stats strong,.completion-stats span { display: block; }.completion-stats strong { color: #205fcf; font-size: 20px; }.completion-stats span { margin-top: 4px; color: #8b97a8; font-size: 8px; }.result-strip { width: 100%; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }.result-strip > div { display: grid; grid-template-columns: 25px 1fr; gap: 2px 8px; align-items: center; padding: 10px; text-align: left; border: 1px solid #e2e8f0; border-radius: 11px; }.result-strip span { grid-row: 1 / 3; color: #168c81; font-size: 18px; }.result-strip b { font-size: 10px; }.result-strip em { color: #8c98a8; font-size: 8px; font-style: normal; }.completion-actions { display: flex; gap: 10px; margin-top: auto; padding-top: 22px; }.completion-actions form { margin: 0; }

.teacher-header .button { min-width: 150px; }.metric-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-bottom: 18px; }.metric-grid article { padding: 18px; background: #fff; border: 1px solid #e0e7f0; border-radius: 16px; }.metric-grid span,.metric-grid em { display: block; color: #8995a6; font-size: 9px; font-style: normal; }.metric-grid strong { display: block; margin: 9px 0; font-size: 29px; }.metric-grid strong small { font-size: 10px; margin-left: 3px; }.metric-grid .metric-text { font-size: 21px; color: #e39200; }.teacher-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }.class-bars { display: grid; gap: 18px; margin-top: 26px; }.class-bars > div { display: grid; grid-template-columns: 70px 1fr 35px; gap: 12px; align-items: center; font-size: 11px; }.class-bars .score-track { margin: 0; }.ai-teaching-tip { margin-top: 28px; padding: 15px 17px; border-radius: 12px; background: #eef5ff; border-left: 3px solid #2d70df; }.ai-teaching-tip span { color: #2868d2; font-size: 9px; font-weight: 900; }.ai-teaching-tip p { margin: 6px 0 0; color: #546a85; font-size: 11px; line-height: 1.7; }.misconception-panel ol { list-style: none; padding: 0; margin: 18px 0 0; }.misconception-panel li { display: flex; gap: 13px; align-items: center; padding: 14px 0; border-top: 1px solid #e7ecf2; }.misconception-panel li > span { color: #b1bcc9; font-size: 11px; font-weight: 900; }.misconception-panel b,.misconception-panel small { display: block; }.misconception-panel b { font-size: 12px; }.misconception-panel small { color: #909bad; margin-top: 5px; font-size: 9px; }.student-table-panel { margin-top: 18px; }.table-filter { display: flex; gap: 4px; padding: 3px; background: #eef2f6; border-radius: 9px; }.table-filter button { border: 0; background: none; padding: 6px 10px; border-radius: 7px; color: #78869a; font-size: 9px; }.table-filter button.active { background: #fff; color: #2567d7; box-shadow: 0 2px 7px rgba(36,58,94,.08); }.table-wrap { margin-top: 20px; overflow-x: auto; }table { width: 100%; border-collapse: collapse; text-align: left; font-size: 10px; }th { padding: 10px; color: #8d98a8; border-bottom: 1px solid #dfe6ef; font-weight: 800; }td { padding: 12px 10px; border-bottom: 1px solid #edf0f4; color: #4f6078; }.student-avatar { width: 26px; height: 26px; display: inline-grid; place-items: center; margin-right: 7px; border-radius: 8px; background: #e9f1ff; color: #296bd8; }.table-score { display: inline-grid; place-items: center; width: 28px; height: 24px; border-radius: 7px; background: #edf2f7; }.table-score.low { color: #b86c00; background: #fff1d5; }.table-score.high { color: #0c887d; background: #e1f7f2; }.review-status { padding: 5px 8px; color: #16816e; background: #e5f7f1; border-radius: 999px; }.review-status.warning { color: #a96b00; background: #fff2d8; }

/* Print-ready teaching brief generated from the current dashboard data. */
.brief-page main { padding: 34px 0 80px; }.brief-shell { width: min(1040px,calc(100% - 48px)); margin: 0 auto; }.brief-actions { display: flex; justify-content: flex-end; gap: 10px; margin-bottom: 18px; }.brief-actions .button { min-height: 42px; padding: 0 18px; font-size: 11px; }.brief-cover { display: grid; grid-template-columns: 1.45fr .55fr; gap: 38px; padding: 42px; overflow: hidden; color: #fff; border-radius: 24px; background: linear-gradient(135deg,#071f3c,#124f75); box-shadow: 0 18px 44px rgba(7,31,60,.16); }.brief-cover > div > span { color: #54ddd5; font-size: 9px; font-weight: 900; letter-spacing: .17em; }.brief-cover h1 { margin: 18px 0 14px; font-size: 38px; line-height: 1.25; }.brief-cover p { max-width: 590px; margin: 0; color: #b7c9da; font-size: 12px; line-height: 1.85; }.brief-cover aside { display: grid; align-content: center; gap: 5px; padding: 21px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.07); }.brief-cover aside span { margin-top: 9px; color: #81a1bd; font-size: 8px; }.brief-cover aside strong { font-size: 11px; line-height: 1.55; }.brief-section { margin-top: 18px; padding: 28px; border: 1px solid #dfe6ef; border-radius: 20px; background: #fff; box-shadow: 0 8px 24px rgba(25,46,78,.035); }.brief-heading { display: flex; align-items: center; gap: 13px; }.brief-heading > span { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; color: #fff; background: #246bdd; border-radius: 11px; font-size: 10px; font-weight: 900; }.brief-heading small { color: #2a69d3; font-size: 8px; font-weight: 900; letter-spacing: .12em; }.brief-heading h2 { margin: 4px 0 0; font-size: 20px; }.brief-heading.compact > span { color: #155c7a; background: #dff6f3; }.brief-metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; margin-top: 20px; }.brief-metrics article { min-height: 96px; padding: 16px; border-radius: 13px; background: #f4f7fb; }.brief-metrics span,.brief-metrics strong,.brief-metrics small { display: block; }.brief-metrics span { color: #7e8b9d; font-size: 8px; }.brief-metrics strong { margin-top: 10px; font-size: 25px; }.brief-metrics strong.text { color: #e18c00; font-size: 19px; }.brief-metrics small { display: inline; margin-left: 2px; font-size: 8px; }.brief-conclusion { display: grid; grid-template-columns: 105px 1fr; gap: 14px; align-items: start; margin-top: 12px; padding: 15px 17px; color: #315c86; border-left: 3px solid #2a6de0; border-radius: 10px; background: #edf5ff; }.brief-conclusion span { color: #2166d3; font-size: 9px; font-weight: 900; }.brief-conclusion p { margin: 0; font-size: 11px; line-height: 1.75; }.brief-dimension-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 20px; }.brief-dimension-grid article { padding: 16px; border: 1px solid #e2e8f0; border-radius: 13px; }.brief-dimension-grid article > div:first-child { display: flex; justify-content: space-between; align-items: center; }.brief-dimension-grid article > div span { font-size: 11px; font-weight: 900; }.brief-dimension-grid article > div strong { font-size: 20px; }.brief-track { height: 6px; margin: 12px 0 9px; overflow: hidden; border-radius: 99px; background: #edf1f5; }.brief-track i { display: block; height: 100%; border-radius: inherit; background: var(--brief-color); }.brief-dimension-grid small { color: #7d8b9e; font-size: 8px; line-height: 1.6; }.brief-two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }.brief-misconceptions,.brief-action-list { margin: 18px 0 0; padding: 0; list-style: none; }.brief-misconceptions li,.brief-action-list li { display: flex; gap: 11px; align-items: flex-start; padding: 12px 0; border-top: 1px solid #e6ebf1; }.brief-misconceptions li > span { color: #a4b1c1; font-size: 9px; font-weight: 900; }.brief-misconceptions p,.brief-action-list p { margin: 0; color: #566980; font-size: 9px; line-height: 1.65; }.brief-misconceptions strong,.brief-misconceptions small { display: block; }.brief-misconceptions strong { color: #1c2d43; font-size: 10px; }.brief-misconceptions small { margin-top: 4px; color: #8b98a8; font-size: 8px; }.brief-action-list li > span { min-width: 40px; padding: 5px 7px; color: #116e66; background: #e0f6f1; border-radius: 7px; font-size: 8px; font-weight: 900; text-align: center; }.brief-ops { display: grid; grid-template-columns: 1.2fr repeat(4,1fr); gap: 9px; margin-top: 20px; }.brief-ops article { min-height: 96px; padding: 15px; color: #fff; border-radius: 13px; background: #0c2c50; }.brief-ops article:not(:first-child) { color: #152a43; background: #f3f6fa; }.brief-ops span,.brief-ops strong,.brief-ops small { display: block; }.brief-ops span { color: #7f99b1; font-size: 8px; }.brief-ops strong { margin: 10px 0 5px; color: #51d9d2; font-size: 18px; }.brief-ops article:not(:first-child) strong { color: #183a67; }.brief-ops small { color: #8898a9; font-size: 7px; line-height: 1.45; }.brief-table-wrap { margin-top: 18px; overflow-x: auto; }.brief-table-wrap table { font-size: 9px; }.brief-table-wrap th { color: #52667e; background: #f3f6fa; }.brief-note { margin: 14px 0 0; color: #8c98a7; font-size: 8px; line-height: 1.7; }

.growth-hero { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 32px 35px; color: #fff; border-radius: 22px; background: linear-gradient(135deg,#0b294d,#164773); box-shadow: 0 18px 40px rgba(9,34,64,.13); }.growth-hero h1 { margin: 13px 0 7px; font-size: 34px; }.growth-hero p { margin: 0; color: #b2c4d7; }.cycle-mark { width: 105px; height: 105px; flex: 0 0 105px; display: grid; place-items: center; align-content: center; border-radius: 50%; border: 8px solid rgba(73,210,204,.22); background: rgba(255,255,255,.06); }.cycle-mark span,.cycle-mark small { display: block; }.cycle-mark span { font-size: 26px; font-weight: 900; }.cycle-mark small { margin-top: 3px; color: #8fe0dc; font-size: 9px; }.growth-form-grid,.growth-report-grid { display: grid; grid-template-columns: 1fr 300px; gap: 18px; margin-top: 18px; }.growth-intro > span,.report-heading > span { color: #286bdc; font-size: 9px; font-weight: 900; letter-spacing: .12em; }.growth-intro h2,.report-heading h2 { margin: 8px 0; font-size: 25px; }.growth-intro p,.report-heading p { margin: 0; color: #7b8798; font-size: 11px; line-height: 1.7; }.growth-choice-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 22px 0; padding: 0; border: 0; }.growth-choice-list legend { grid-column: 1/-1; margin-bottom: 4px; color: #30445f; font-size: 13px; font-weight: 800; }.growth-choice-list label { min-height: 66px; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid #dce4ef; border-radius: 12px; color: #4c5e76; font-size: 11px; line-height: 1.55; cursor: pointer; }.growth-choice-list input { position: absolute; opacity: 0; }.growth-choice-list label:has(input:checked) { border-color: #286de4; background: #edf4ff; }.growth-choice-list label:has(input:checked) .option-key { color: #fff; background: #286de4; }.growth-open-label { display: block; margin: 5px 0 9px; color: #30445f; font-size: 12px; font-weight: 800; }.growth-form textarea { width: 100%; padding: 14px 16px; resize: vertical; border: 1px solid #dce4ef; border-radius: 12px; outline: 0; line-height: 1.7; }.growth-form textarea:focus { border-color: #6f9cea; box-shadow: 0 0 0 3px rgba(36,107,253,.09); }.growth-submit { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-top: 14px; }.growth-submit small { color: #8b97a7; font-size: 9px; }.growth-side { align-self: start; background: #0b294b; color: #fff; border: 0; }.growth-side .aside-label { color: #49d2cc; }.growth-side h3 { margin: 12px 0 8px; font-size: 20px; }.growth-side > p { color: #aebfd1; font-size: 11px; line-height: 1.75; }.growth-side > div { margin-top: 23px; padding: 17px; border-radius: 13px; background: rgba(255,255,255,.07); }.growth-side > div span,.growth-side > div small { display: block; color: #90a6bc; font-size: 9px; }.growth-side > div strong { display: block; margin: 5px 0; color: #54d7d1; font-size: 33px; }.growth-result-main { min-height: 560px; }.score-comparison { display: grid; grid-template-columns: 1fr 36px 1fr 1fr; align-items: center; gap: 10px; margin: 25px 0 18px; }.score-comparison > div { padding: 16px; border-radius: 14px; background: #f4f7fb; }.score-comparison > div.current { background: #eaf3ff; }.score-comparison > div.delta { background: #fff3dc; }.score-comparison > div.delta.positive { background: #e7f8f3; }.score-comparison > i { color: #8fa0b4; text-align: center; font-style: normal; }.score-comparison span,.score-comparison small,.score-comparison strong { display: block; }.score-comparison span { color: #7e8b9d; font-size: 9px; }.score-comparison strong { margin: 5px 0; color: #1f61d0; font-size: 28px; }.score-comparison small { color: #97a2b2; font-size: 8px; }.report-evidence { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }.report-evidence > div { padding: 15px; border: 1px solid #e2e8f0; border-radius: 13px; background: #fafbfd; }.report-evidence span { color: #7f8b9c; font-size: 9px; font-weight: 900; }.report-evidence ul { margin: 9px 0 0; padding: 0; list-style: none; }.report-evidence li { margin: 6px 0; color: #a06b11; font-size: 10px; }.report-evidence li.matched { color: #108579; }.measurement-note { margin: 13px 0 0; color: #919cac; font-size: 9px; line-height: 1.65; }.next-cycle-card { align-self: start; }.next-cycle-card > strong { display: block; margin: 12px 0; font-size: 19px; line-height: 1.45; }.next-cycle-card ol { margin: 18px 0 7px; padding: 0; list-style: none; }.next-cycle-card li { display: flex; gap: 10px; align-items: center; padding: 11px 0; border-top: 1px solid #e7ecf2; color: #66768b; font-size: 10px; }.next-cycle-card li span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; color: #2266d6; background: #eaf2ff; font-weight: 900; }

.course-recommendations { margin-top: 36px; }.course-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 25px; margin-bottom: 18px; }.course-section-heading h2 { margin: 7px 0 0; font-size: 27px; }.course-section-heading > p { max-width: 520px; margin: 0; color: #718096; font-size: 11px; line-height: 1.75; }.course-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }.course-card { min-height: 260px; display: flex; flex-direction: column; padding: 22px; border: 1px solid #dfe6ef; border-radius: 17px; background: #fff; }.course-card.completed { border-color: #bfe5dc; background: #fbfffd; }.course-card > div:first-child { display: flex; align-items: center; justify-content: space-between; }.course-card > div:first-child span { color: #dce4ef; font-size: 28px; font-weight: 900; }.course-card > div:first-child em { color: #2470df; font-size: 9px; font-style: normal; font-weight: 800; }.course-card h3 { margin: 17px 0 8px; font-size: 18px; }.course-card > p { margin: 0; color: #728096; font-size: 11px; line-height: 1.7; }.course-outcome { display: grid; gap: 4px; margin-top: 17px; padding: 11px 12px; border-radius: 10px; background: #f3f7fc; }.course-outcome b { color: #2466cc; font-size: 8px; }.course-outcome span { color: #5c6e85; font-size: 10px; }.course-card .text-link { margin-top: auto; padding-top: 15px; }.multi-select-options label:has(input:checked) { border-color: #7251c9; background: #f3efff; }.multi-select-options label:has(input:checked) .option-key { background: #7856cf; }.course-hero { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 34px; color: #fff; border-radius: 22px; background: linear-gradient(135deg,#0b294d,#174d78); }.course-hero h1 { margin: 13px 0 8px; font-size: 34px; }.course-hero p { margin: 0; color: #b4c5d7; }.course-state { min-width: 110px; display: grid; justify-items: center; gap: 8px; color: #9cb1c6; font-size: 10px; }.course-state span { width: 74px; height: 74px; display: grid; place-items: center; border: 7px solid rgba(73,210,204,.22); border-radius: 50%; color: #4bd3cc; font-size: 24px; font-weight: 900; }.course-state.done span { color: #fff; background: #1aa397; }.course-detail-grid { display: grid; grid-template-columns: 1fr 300px; gap: 18px; margin-top: 18px; }.course-content > section { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 21px 0; border-bottom: 1px solid #e6ebf1; }.lesson-index { width: 42px; height: 42px; display: grid; place-items: center; color: #2b6ede; background: #eaf2ff; border-radius: 12px; font-size: 11px; font-weight: 900; }.course-content h2 { margin: 0 0 7px; font-size: 19px; }.course-content section p { margin: 0; color: #65758c; font-size: 12px; line-height: 1.9; }.course-finish-box { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 22px; padding: 18px; color: #fff; background: #0d2d52; border-radius: 14px; }.course-finish-box span,.course-finish-box strong,.course-finish-box small { display: block; }.course-finish-box span { color: #4bd3cc; font-size: 8px; font-weight: 900; }.course-finish-box strong { margin: 6px 0; font-size: 12px; }.course-finish-box small { color: #91a7bd; font-size: 8px; }.course-finish-box form { margin: 0; }.course-objectives { align-self: start; }.course-objectives ol { margin: 16px 0 0; padding: 0; list-style: none; }.course-objectives li { display: flex; gap: 10px; align-items: center; padding: 12px 0; border-top: 1px solid #e7ecf2; color: #5e6f85; font-size: 10px; }.course-objectives li span { width: 25px; height: 25px; display: grid; place-items: center; color: #2468d8; background: #eaf2ff; border-radius: 8px; font-weight: 900; }.course-next { margin-top: 19px; padding: 15px; background: #edf7f5; border-radius: 12px; }.course-next b { color: #148479; font-size: 9px; }.course-next p { margin: 6px 0 0; color: #597471; font-size: 10px; line-height: 1.7; }

.multi-select-hint { grid-column: 1/-1; margin: 1px 0 0; color: #8a96a7; font-size: 9px; }.multi-select-options.ready .multi-select-hint { color: #14857a; }

/* Complete learning package: lesson, practice, case, tool and verified checkpoint. */
.course-opening { margin-bottom: 6px; padding: 16px 18px; border-radius: 13px; background: #eef5ff; border-left: 3px solid #2b70e9; }.course-opening span,.content-label { color: #2769d8; font-size: 9px; font-weight: 900; letter-spacing: .12em; }.course-opening p { margin: 6px 0 0; color: #536982; font-size: 11px; line-height: 1.75; }
.course-content > .course-lesson { display: grid; }.lesson-practice { display: block; margin-top: 13px; color: #506681; background: #f6f8fb; border: 1px solid #e5eaf1; border-radius: 11px; overflow: hidden; font-size: 10px; line-height: 1.7; }.lesson-practice > summary { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; min-height: 48px; padding: 10px 13px; cursor: pointer; list-style: none; }.lesson-practice > summary::-webkit-details-marker { display: none; }.lesson-practice > summary > span { color: #118176; font-weight: 900; }.lesson-practice > summary > b { color: #506681; font-weight: 500; }.lesson-practice > summary > em { padding: 4px 7px; color: #246bda; background: #e8f1ff; border-radius: 999px; font-size: 8px; font-style: normal; font-weight: 900; white-space: nowrap; }.lesson-practice.saved { border-color: #bfe5dc; background: #f7fcfb; }.lesson-practice.saved > summary > em { color: #11776d; background: #ddf5ef; }.lesson-practice[open] > summary { border-bottom: 1px solid #e1e8ef; }.practice-body { padding: 15px; background: #fff; }.practice-body form > label { display: block; margin-bottom: 7px; color: #344860; font-size: 10px; font-weight: 900; }.practice-body textarea { width: 100%; padding: 12px 13px; resize: vertical; color: #3e5169; border: 1px solid #dbe3ed; border-radius: 10px; outline: 0; line-height: 1.7; }.practice-body textarea:focus { border-color: #6f9de9; box-shadow: 0 0 0 3px rgba(36,107,253,.08); }.practice-body form > div { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-top: 9px; }.practice-body form small { color: #8b97a6; font-size: 8px; }.practice-reference { margin-top: 13px; padding: 12px 13px; color: #53716d; background: #ebf8f5; border-radius: 10px; }.practice-reference > summary { color: #117b70; cursor: pointer; font-size: 9px; font-weight: 900; }.practice-reference p { margin: 8px 0 4px !important; color: #4e6d69 !important; font-size: 10px !important; }.practice-reference small { color: #7e9894; font-size: 8px; }
.course-content > .course-case,.course-content > .course-tool,.course-content > .course-checkpoint { display: block; padding: 27px 0; }.course-case h2,.course-tool h2,.course-checkpoint h2 { margin: 9px 0 16px; }.case-scenario,.case-analysis { padding: 15px 17px; border-radius: 12px; }.case-scenario { background: #f5f7fa; }.case-analysis { margin-top: 9px; background: #eef8f6; }.case-scenario b,.case-analysis b { color: #2769d8; font-size: 9px; }.case-analysis b { color: #128075; }.case-scenario p,.case-analysis p { margin-top: 6px !important; }
.course-tool ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }.course-tool li { display: flex; align-items: center; gap: 11px; min-height: 44px; padding: 9px 12px; color: #506279; background: #fafbfd; border: 1px solid #e5eaf1; border-radius: 10px; font-size: 11px; }.course-tool li span { width: 25px; height: 25px; flex: 0 0 25px; display: grid; place-items: center; color: #fff; background: #1aa397; border-radius: 8px; font-size: 9px; font-weight: 900; }
.checkpoint-options { display: grid; gap: 9px; margin: 0; padding: 0; border: 0; }.checkpoint-options label { display: flex; align-items: center; gap: 11px; min-height: 56px; padding: 11px 13px; color: #4f6078; border: 1px solid #dfe6ef; border-radius: 12px; cursor: pointer; font-size: 11px; line-height: 1.6; }.checkpoint-options input { position: absolute; opacity: 0; }.checkpoint-options label:has(input:checked) { color: #204675; border-color: #2c70e9; background: #edf4ff; }.checkpoint-options label:has(input:checked) .option-key { color: #fff; background: #286de4; }.checkpoint-passed { display: flex; gap: 13px; align-items: center; margin-bottom: 16px; padding: 16px; color: #155f57; background: #e8f8f4; border-radius: 12px; }.checkpoint-passed > span { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: #1aa397; border-radius: 50%; font-weight: 900; }.checkpoint-passed b,.checkpoint-passed p { display: block; }.checkpoint-passed p { margin: 5px 0 0 !important; color: #52756f !important; font-size: 10px !important; }
.checkpoint-requirement { display: flex; align-items: center; gap: 12px; margin: 0 0 14px; padding: 13px 15px; color: #85611c; background: #fff5df; border-radius: 11px; }.checkpoint-requirement > span { min-width: 40px; height: 40px; display: grid; place-items: center; color: #a16900; background: #ffe7b4; border-radius: 10px; font-weight: 900; }.checkpoint-requirement b,.checkpoint-requirement p { display: block; }.checkpoint-requirement p { margin: 4px 0 0 !important; color: #927849 !important; font-size: 9px !important; }.checkpoint-requirement.ready { color: #136f65; background: #e9f8f5; }.checkpoint-requirement.ready > span { color: #fff; background: #1aa397; }.course-finish-box button:disabled { cursor: not-allowed; opacity: .42; }
.course-side-stack { display: grid; gap: 14px; align-content: start; }.course-resources > p { margin: 10px 0 15px; color: #7d899a; font-size: 10px; line-height: 1.7; }.course-resources a { position: relative; display: grid; gap: 4px; padding: 13px 22px 13px 0; color: inherit; border-top: 1px solid #e5eaf1; text-decoration: none; }.course-resources a span { color: #2470df; font-size: 8px; font-weight: 900; }.course-resources a b { color: #33465e; font-size: 11px; line-height: 1.5; }.course-resources a small { color: #8d99a9; font-size: 8px; }.course-resources a i { position: absolute; right: 2px; top: 22px; color: #2a6ddc; font-style: normal; }
.mooc-heading { display: flex; justify-content: space-between; align-items: end; gap: 25px; margin: 42px 0 18px; padding-top: 34px; border-top: 1px solid #dfe6ef; }.mooc-heading h2 { margin: 7px 0 0; font-size: 25px; }.mooc-heading > p { max-width: 480px; margin: 0; color: #718096; font-size: 10px; line-height: 1.75; }.mooc-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }.mooc-card { position: relative; min-height: 300px; display: flex; flex-direction: column; padding: 22px; overflow: hidden; color: #fff; border: 1px solid rgba(255,220,126,.28); border-radius: 17px; background: linear-gradient(150deg,#0b294b,#123c67); box-shadow: 0 15px 30px rgba(10,38,71,.1); }.mooc-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg,#f0bd49,#ffe7a2,#dba52b); }.mooc-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.mooc-card-top span { padding: 4px 8px; color: #71ebe5; background: rgba(67,211,204,.1); border-radius: 999px; font-size: 9px; font-weight: 900; }.mooc-card-top em { display: inline-flex; align-items: center; padding: 7px 10px; color: #3b2a00; background: linear-gradient(135deg,#fff1ba,#edc45b); border: 1px solid #ffebb0; border-radius: 999px; box-shadow: 0 4px 12px rgba(238,188,67,.28), inset 0 1px rgba(255,255,255,.75); font-size: 9px; font-style: normal; font-weight: 900; letter-spacing: .02em; white-space: nowrap; }.mooc-card-top em::before { content: "★"; margin-right: 5px; color: #9b6800; font-size: 9px; }.mooc-card h3 { margin: 24px 0 6px; font-size: 19px; line-height: 1.45; }.mooc-card > p { margin: 11px 0 0; color: #aec0d3; font-size: 10px; line-height: 1.7; }.mooc-card > .mooc-teacher { margin: 0; color: #fff; font-size: 11px; font-weight: 800; }.mooc-fit { display: grid; gap: 4px; margin-top: 16px; padding: 11px 12px; background: rgba(255,255,255,.07); border-radius: 10px; }.mooc-fit b { color: #4bd4ce; font-size: 8px; }.mooc-fit span { color: #c0cfdf; font-size: 9px; }.mooc-card .text-link { margin-top: auto; color: #57ddd7; }

/* Four-dimension adaptive prescription: every low-scoring dimension becomes visible and actionable. */
.training-prescription { margin-top: 18px; padding: 22px; border: 1px solid #dce5ef; border-radius: 18px; background: linear-gradient(135deg,#fff,#f7faff); box-shadow: 0 9px 25px rgba(29,56,94,.045); }.prescription-heading { display: grid; grid-template-columns: 1fr 1.35fr auto; gap: 24px; align-items: center; }.prescription-heading h2 { margin: 6px 0 0; font-size: 23px; }.prescription-heading > p { margin: 0; color: #667990; font-size: 11px; line-height: 1.75; }.prescription-heading > p strong { color: #1f63d1; }.prescription-total { min-width: 102px; padding-left: 20px; border-left: 1px solid #dce5ef; }.prescription-total strong,.prescription-total span,.prescription-total small { display: block; }.prescription-total strong { color: #176cdf; font-size: 25px; }.prescription-total span { color: #344a64; font-size: 10px; font-weight: 900; }.prescription-total small { margin-top: 3px; color: #8b98a8; font-size: 8px; }.prescription-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 18px; }.prescription-card { --track-color: #2b6fe4; min-height: 142px; padding: 15px; color: inherit; border: 1px solid #e0e6ee; border-radius: 14px; background: #fff; text-decoration: none; transition: .18s ease; }.prescription-card.dimension-skills { --track-color: #14a99e; }.prescription-card.dimension-application { --track-color: #e69a13; }.prescription-card.dimension-ethics { --track-color: #8058d2; }.prescription-card:hover { transform: translateY(-2px); border-color: #98b8e8; box-shadow: 0 8px 18px rgba(30,65,110,.08); }.prescription-card.active { border-color: var(--track-color); box-shadow: 0 0 0 3px color-mix(in srgb,var(--track-color) 12%,transparent); }.prescription-card.complete { background: #f9fffd; }.prescription-card.optional { opacity: .68; }.prescription-card > div:first-child { display: flex; justify-content: space-between; align-items: center; }.prescription-card > div:first-child span { padding: 4px 7px; color: var(--track-color); background: color-mix(in srgb,var(--track-color) 10%,white); border-radius: 999px; font-size: 8px; font-weight: 900; }.prescription-card > div:first-child em { color: #6f7e91; font-size: 9px; font-style: normal; font-weight: 900; }.prescription-card h3 { margin: 14px 0 5px; font-size: 16px; }.prescription-card p { margin: 0; color: #8793a3; font-size: 8px; }.prescription-progress { height: 5px; margin: 14px 0 7px; overflow: hidden; border-radius: 99px; background: #e9eef4; }.prescription-progress i { display: block; height: 100%; border-radius: inherit; background: var(--track-color); }.prescription-card > small { color: #6e7d90; font-size: 8px; }.prescription-card.complete > small { color: #158177; font-weight: 900; }

/* Integrated learning studios and AI operations. */
.studio-launcher { display: grid; grid-template-columns: 54px 1fr auto; gap: 18px; align-items: center; margin-top: 18px; padding: 19px 22px; color: #fff; border-radius: 16px; background: linear-gradient(110deg,#0b294b,#154c78); box-shadow: 0 12px 28px rgba(11,41,75,.12); }.studio-launcher.complete { background: linear-gradient(110deg,#0b3c49,#12675f); }.studio-launch-icon { width: 48px; height: 48px; display: grid; place-items: center; color: #062b41; background: #52d7d0; border-radius: 14px; font-weight: 900; }.studio-launcher h2 { margin: 5px 0; font-size: 18px; }.studio-launcher p { max-width: 660px; margin: 0; color: #b9cada; font-size: 10px; line-height: 1.65; }.studio-launcher > div > span { color: #55d9d2; font-size: 8px; font-weight: 900; letter-spacing: .1em; }.studio-launch-status { min-width: 210px; display: grid; justify-items: end; }.studio-launch-status strong,.studio-launch-status small { display: block; }.studio-launch-status strong { font-size: 10px; }.studio-launch-status small { margin: 4px 0 10px; color: #9fb5c9; font-size: 8px; }.studio-launch-status .button { min-height: 40px; padding: 0 16px; font-size: 10px; }
.studio-hero { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 34px; color: #fff; border-radius: 22px; background: linear-gradient(135deg,#092a4f,#18577f); box-shadow: 0 18px 42px rgba(9,38,72,.13); }.studio-hero h1 { margin: 13px 0 7px; font-size: 34px; }.studio-hero p { margin: 0; color: #b8c9da; }.studio-state { min-width: 115px; display: grid; justify-items: center; gap: 5px; color: #adc0d3; }.studio-state > span { width: 72px; height: 72px; display: grid; place-items: center; color: #50d8d1; border: 7px solid rgba(80,216,209,.2); border-radius: 50%; font-size: 22px; font-weight: 900; }.studio-state.done > span { color: #fff; background: #1aa397; }.studio-state b { font-size: 10px; }.studio-state small { color: #829bb4; font-size: 8px; }.studio-cycle { display: flex; align-items: center; margin: 18px 0; padding: 13px 18px; border: 1px solid #dfe6ef; border-radius: 14px; background: #fff; }.studio-cycle > div { display: flex; align-items: center; gap: 8px; color: #8290a3; font-size: 9px; }.studio-cycle > div span { width: 28px; height: 28px; display: grid; place-items: center; color: #2368d9; background: #eaf2ff; border-radius: 9px; font-weight: 900; }.studio-cycle > div.active { color: #174b83; }.studio-cycle > i { flex: 1; height: 1px; margin: 0 13px; background: #dfe6ef; }.studio-section { margin-top: 18px; padding: 25px; border: 1px solid #dfe6ef; border-radius: 18px; background: #fff; }.studio-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; }.studio-heading h2 { margin: 6px 0 0; font-size: 23px; }.studio-heading > p { max-width: 470px; margin: 0; color: #78879a; font-size: 10px; line-height: 1.7; }.learning-feed-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; margin-top: 18px; }.learning-feed-grid article { position: relative; min-height: 160px; padding: 18px; overflow: hidden; border-radius: 14px; background: #f4f8fd; border-top: 3px solid #2b70e7; }.learning-feed-grid article:nth-child(2) { border-color: #19a99e; }.learning-feed-grid article:nth-child(3) { border-color: #e4a027; }.learning-feed-grid span { display: inline-flex; padding: 4px 7px; color: #2165d0; background: #e5efff; border-radius: 99px; font-size: 8px; font-weight: 900; }.learning-feed-grid strong { display: block; margin: 15px 0 8px; font-size: 16px; }.learning-feed-grid p { margin: 0; color: #65768c; font-size: 10px; line-height: 1.8; }.case-lab { margin-top: 18px; padding: 18px; color: #fff; border-radius: 15px; background: #0b294b; }.case-brief { display: grid; grid-template-columns: 70px 1fr; gap: 15px; }.case-brief span { color: #4bd4ce; font-size: 9px; font-weight: 900; }.case-brief p { margin: 0; color: #c0cede; font-size: 11px; line-height: 1.75; }.case-materials { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-top: 16px; }.case-materials article { padding: 14px; border: 1px solid rgba(255,255,255,.09); border-radius: 11px; background: rgba(255,255,255,.06); }.case-materials span,.case-materials strong,.case-materials small { display: block; }.case-materials span { color: #56ddd7; font-size: 8px; font-weight: 900; }.case-materials strong { margin: 7px 0; font-size: 10px; line-height: 1.55; }.case-materials small { color: #93a9be; font-size: 8px; }.studio-work-grid { display: grid; grid-template-columns: 1fr 330px; gap: 18px; }.artifact-intro { margin: 10px 0 20px; color: #69798e; font-size: 11px; line-height: 1.7; }.artifact-form > label { display: flex; justify-content: space-between; gap: 20px; margin: 17px 0 7px; }.artifact-form > label span { color: #344960; font-size: 11px; font-weight: 900; }.artifact-form > label small { color: #8995a5; font-size: 8px; }.artifact-form textarea { width: 100%; padding: 13px 15px; resize: vertical; color: #34475f; border: 1px solid #dbe3ed; border-radius: 11px; outline: 0; line-height: 1.7; }.artifact-form textarea:focus { border-color: #6f9eea; box-shadow: 0 0 0 3px rgba(36,107,253,.08); }.artifact-submit { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 18px; }.artifact-submit > small { max-width: 430px; color: #8c98a8; font-size: 8px; line-height: 1.6; }.form-error { padding: 11px 13px; color: #9b4d15; background: #fff1df; border-radius: 10px; font-size: 10px; }.studio-side { display: grid; gap: 14px; align-content: start; margin-top: 18px; }.ai-role-card { color: #fff; background: #0b294b; border: 0; }.ai-role-card .aside-label { color: #4bd4ce; }.ai-role-card h3 { margin: 12px 0 7px; font-size: 19px; }.ai-role-card > p { color: #aebfd0; font-size: 10px; line-height: 1.7; }.ai-role-card ol,.personal-path { margin: 15px 0 0; padding: 0; list-style: none; }.ai-role-card li,.personal-path li { display: flex; gap: 9px; align-items: center; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.1); color: #c4d1de; font-size: 9px; }.ai-role-card li span,.personal-path li span { width: 24px; height: 24px; flex: 0 0 24px; display: grid; place-items: center; color: #082745; background: #4bd4ce; border-radius: 8px; font-weight: 900; }.governance-card { background: #fff8e7; }.governance-card .aside-label { color: #a46a00; }.governance-card p { margin: 9px 0 0; color: #806b45; font-size: 10px; line-height: 1.75; }.studio-next strong { display: block; margin: 12px 0 15px; font-size: 13px; line-height: 1.55; }.review-score { display: flex; gap: 14px; align-items: center; margin: 14px 0; }.review-score > strong { width: 76px; height: 76px; display: grid; place-items: center; color: #fff; background: #1a9d91; border: 7px solid #dff5f1; border-radius: 50%; font-size: 23px; }.review-score > strong small { font-size: 8px; }.review-score b,.review-score span { display: block; }.review-score b { font-size: 12px; }.review-score span { margin-top: 4px; color: #75869a; font-size: 8px; }.artifact-review > p { color: #617389; font-size: 10px; line-height: 1.7; }.review-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.review-columns > div { padding: 11px; border-radius: 10px; background: #f5f8fb; }.review-columns span { color: #6d7d91; font-size: 8px; font-weight: 900; }.review-columns ul { margin: 7px 0 0; padding: 0; list-style: none; }.review-columns li { margin: 5px 0; color: #a26810; font-size: 8px; }.review-columns li.matched { color: #128075; }.revision-callout { margin-top: 11px; padding: 12px; color: #245989; background: #eaf3ff; border-radius: 10px; }.revision-callout span { font-size: 8px; font-weight: 900; }.revision-callout p { margin: 6px 0 0; font-size: 9px; line-height: 1.65; }.artifact-review .personal-path li { color: #5a6c82; border-color: #e6ebf1; }.artifact-review .personal-path li span { color: #fff; background: #2770df; }.resource-strip > div:last-child { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 17px; }.resource-strip a { display: grid; gap: 5px; padding: 14px; border: 1px solid #e1e7ef; border-radius: 11px; }.resource-strip a span { color: #1c70d9; font-size: 8px; font-weight: 900; }.resource-strip a strong { font-size: 11px; }.resource-strip a small { color: #7c899a; font-size: 8px; }
.ai-operations-panel { margin-top: 18px; }.model-state { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; color: #9a6810; background: #fff2d8; border-radius: 99px; font-size: 8px; font-weight: 900; }.model-state i { width: 7px; height: 7px; background: #e3a52a; border-radius: 50%; }.model-state.connected { color: #11786e; background: #e2f7f2; }.model-state.connected i { background: #19a696; }.ai-ops-grid { display: grid; grid-template-columns: 1.45fr repeat(4,1fr); gap: 9px; margin-top: 18px; }.ai-ops-grid > div { min-height: 105px; padding: 14px; border-radius: 12px; background: #f5f8fb; }.ai-ops-grid span,.ai-ops-grid strong,.ai-ops-grid small { display: block; }.ai-ops-grid span { color: #78869a; font-size: 8px; }.ai-ops-grid strong { margin: 8px 0 4px; font-size: 23px; }.ai-ops-grid strong small { display: inline; font-size: 8px; }.ai-ops-grid small { color: #929dac; font-size: 8px; }.ai-ops-grid .ai-service-card { color: #fff; background: #0b294b; }.ai-service-card span,.ai-service-card small { color: #8fa7bd; }.ai-service-card strong { color: #4bd4ce; font-size: 16px; }.ai-service-card p { margin: 8px 0 0; color: #a8bacb; font-size: 8px; line-height: 1.55; }.ai-role-flow { display: flex; align-items: center; margin-top: 14px; padding: 14px; border: 1px solid #e2e8f0; border-radius: 12px; }.ai-role-flow > div { flex: 1; display: grid; grid-template-columns: 26px 1fr; gap: 2px 9px; }.ai-role-flow > div span { grid-row: 1/3; width: 26px; height: 26px; display: grid; place-items: center; color: #2468d7; background: #eaf2ff; border-radius: 8px; font-size: 8px; font-weight: 900; }.ai-role-flow b { font-size: 10px; }.ai-role-flow small { color: #8794a6; font-size: 8px; }.ai-role-flow > i { margin: 0 10px; color: #9aa7b7; font-style: normal; }.ai-ops-recent { margin-top: 14px; }.ai-ops-recent > span { color: #2a68ce; font-size: 8px; font-weight: 900; }.ai-ops-recent > div { display: grid; grid-template-columns: 1fr 1fr auto; gap: 12px; padding: 9px 0; border-top: 1px solid #e6ebf1; font-size: 9px; }.ai-ops-recent small { color: #8794a6; }.ai-ops-recent em { color: #a16b0c; font-style: normal; }.ai-ops-recent em.success { color: #138176; }

/* Floating GLM learning assistant: bounded guidance, not answer generation for assessments. */
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
[hidden] { display: none !important; }
.ai-assistant { position: fixed; right: 24px; bottom: 96px; z-index: 80; display: grid; justify-items: end; }
.ai-assistant-toggle { min-width: 178px; display: flex; align-items: center; gap: 10px; padding: 10px 15px 10px 10px; color: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: linear-gradient(135deg,#0a2b50,#145a76); box-shadow: 0 14px 36px rgba(5,34,66,.25); cursor: grab; touch-action: none; user-select: none; }
.ai-assistant-toggle:active,.ai-assistant.dragging .ai-assistant-toggle { cursor: grabbing; }
.ai-assistant-toggle > span:last-child,.ai-assistant-panel header > div > span:last-child { display: grid; gap: 2px; text-align: left; }
.ai-assistant-toggle strong,.ai-assistant-panel header strong { font-size: 12px; }
.ai-assistant-toggle small,.ai-assistant-panel header small { color: #9fc4d2; font-size: 8px; }
.ai-assistant-orb { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; color: #062844; background: linear-gradient(135deg,#53ddd4,#7eb7ff); border-radius: 13px; box-shadow: inset 0 1px rgba(255,255,255,.8); font-size: 11px; font-weight: 900; }
.ai-assistant-panel { position: absolute; right: 0; bottom: 68px; width: min(390px,calc(100vw - 32px)); overflow: hidden; border: 1px solid #d9e4ef; border-radius: 20px; background: #fff; box-shadow: 0 24px 70px rgba(8,34,65,.25); transform-origin: bottom right; }
.ai-assistant-panel header { display: flex; align-items: center; justify-content: space-between; padding: 15px 16px; color: #fff; background: linear-gradient(135deg,#092a4e,#134f72); cursor: grab; touch-action: none; user-select: none; }
.ai-assistant.dragging .ai-assistant-panel header { cursor: grabbing; }
.ai-assistant-panel header > div { display: flex; align-items: center; gap: 10px; }
.ai-assistant-close { width: 32px; height: 32px; display: grid; place-items: center; color: #c9d7e4; border: 0; border-radius: 9px; background: rgba(255,255,255,.08); font-size: 20px; cursor: pointer; }
.ai-assistant-boundary { padding: 9px 15px; color: #586c82; background: #eef6ff; border-bottom: 1px solid #deebf7; font-size: 9px; line-height: 1.55; }
.ai-assistant-boundary span { margin-right: 7px; padding: 3px 6px; color: #1c65c8; background: #dbeaff; border-radius: 99px; font-weight: 900; }
.ai-assistant-messages { max-height: 285px; min-height: 180px; display: grid; align-content: start; gap: 12px; padding: 15px; overflow-y: auto; background: #f8fafc; }
.assistant-message { display: flex; align-items: flex-start; gap: 8px; }
.assistant-message > span { width: 27px; height: 27px; flex: 0 0 27px; display: grid; place-items: center; color: #fff; background: #126c91; border-radius: 9px; font-size: 9px; font-weight: 900; }
.assistant-message > div,.assistant-message > p { max-width: 82%; margin: 0; padding: 10px 12px; color: #40536a; background: #fff; border: 1px solid #e0e7ef; border-radius: 4px 13px 13px 13px; font-size: 10px; line-height: 1.75; }
.assistant-message > div > p { margin: 0; white-space: pre-wrap; }
.assistant-message-user { flex-direction: row-reverse; }
.assistant-message-user > span { background: #2d70df; }
.assistant-message-user > div,.assistant-message-user > p { color: #fff; background: #286bdc; border-color: #286bdc; border-radius: 13px 4px 13px 13px; }
.assistant-message-pending > div,.assistant-message-pending > p { color: #698095; background: #edf6f5; border-color: #d5ebe8; }
.assistant-message-actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 8px; }
.assistant-message-actions a { padding: 5px 8px; color: #1767d1; background: #eaf2ff; border-radius: 8px; font-size: 8px; font-weight: 900; text-decoration: none; }
.ai-assistant-prompts { display: flex; gap: 6px; padding: 10px 13px 0; overflow-x: auto; background: #fff; }
.ai-assistant-prompts button { flex: 0 0 auto; padding: 6px 8px; color: #45617c; border: 1px solid #dce5ee; border-radius: 99px; background: #fff; font-size: 8px; cursor: pointer; }
.ai-assistant-form { padding: 10px 13px 13px; background: #fff; }
.ai-assistant-form textarea { width: 100%; min-height: 58px; padding: 10px 11px; resize: none; color: #354a62; border: 1px solid #d7e1eb; border-radius: 11px; outline: 0; font-size: 10px; line-height: 1.6; }
.ai-assistant-form textarea:focus { border-color: #6d9ce7; box-shadow: 0 0 0 3px rgba(38,108,225,.09); }
.ai-assistant-form > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 8px; }
.ai-assistant-form small { color: #8b98a8; font-size: 8px; }
.ai-assistant-form button[type="submit"] { padding: 8px 14px; color: #fff; border: 0; border-radius: 9px; background: #246be0; font-size: 9px; font-weight: 900; cursor: pointer; }
.ai-assistant-form button:disabled { opacity: .55; cursor: wait; }

/* Visible progress for slower AI review requests. */
.ai-progress-overlay { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 20px; background: rgba(5,24,46,.62); backdrop-filter: blur(5px); }
.ai-progress-card { width: min(520px,100%); display: grid; grid-template-columns: 58px 1fr; gap: 14px 17px; padding: 25px; color: #fff; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: linear-gradient(145deg,#0a2b50,#124f72); box-shadow: 0 28px 80px rgba(2,19,39,.35); }
.ai-progress-mark { width: 58px; height: 58px; display: grid; place-items: center; color: #082744; background: #4bd5ce; border-radius: 17px; font-size: 18px; font-weight: 900; }
.ai-progress-card > div small,.ai-progress-card > div strong,.ai-progress-card > div p { display: block; }
.ai-progress-card > div small { color: #5bddda; font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.ai-progress-card > div strong { margin: 6px 0; font-size: 18px; }
.ai-progress-card > div p,.ai-progress-card > p { margin: 0; color: #afc1d1; font-size: 9px; line-height: 1.7; }
.ai-progress-card > ol { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 7px 0 0; padding: 0; list-style: none; }
.ai-progress-card > ol li { padding: 9px; color: #819bb1; border: 1px solid rgba(255,255,255,.09); border-radius: 9px; background: rgba(255,255,255,.04); font-size: 9px; text-align: center; }
.ai-progress-card > ol li.active { color: #fff; border-color: #42c9c4; background: rgba(66,201,196,.15); }
.ai-progress-card > p { grid-column: 1/-1; text-align: center; }
.ai-progress-active { overflow: hidden; }

.artifact-review .score-note { padding: 9px 11px; color: #6e5c34; background: #fff7e6; border-left: 3px solid #e9ab35; border-radius: 8px; }
.score-comparison > div.evidence-level { background: #eef8f5; }
.score-comparison > div.evidence-level strong { color: #178176; font-size: 20px; line-height: 1.25; }

/* Keep custom choice cards keyboard- and automation-accessible. */
.quest-options label,.growth-choice-list label { position: relative; }
.quest-options input,.growth-choice-list input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.quest-options label:has(input:focus-visible),.growth-choice-list label:has(input:focus-visible) { outline: 3px solid rgba(36,107,225,.28); outline-offset: 2px; }

@media (max-width: 980px) {
  .header-nav > a:not(.button), .header-nav .user-chip { display: none; }
  .hero { grid-template-columns: 1fr; padding: 80px 0; }.hero-visual { margin-top: 10px; }.dimension-grid { grid-template-columns: repeat(2,1fr); }.workflow-steps { grid-template-columns: repeat(2,1fr); }.auth-shell { grid-template-columns: 1fr; gap: 40px; }.auth-intro { text-align: center; }.auth-intro > p { margin-inline: auto; }.auth-feature { display: none; }.profile-grid,.training-layout,.growth-form-grid,.growth-report-grid,.course-detail-grid,.teacher-grid,.studio-work-grid { grid-template-columns: 1fr; }.course-card-grid,.mooc-card-grid,.prescription-grid { grid-template-columns: repeat(2,1fr); }.prescription-heading { grid-template-columns: 1fr 1.4fr; }.prescription-total { grid-column: 1/-1; padding: 12px 0 0; border-left: 0; border-top: 1px solid #dce5ef; }.score-grid,.metric-grid { grid-template-columns: repeat(2,1fr); }.path-visual { display: none; }.evidence-feedback { grid-template-columns: 1fr; }.ai-ops-grid { grid-template-columns: repeat(2,1fr); }.ai-service-card { grid-column: 1/-1; }.brief-cover,.brief-two-column { grid-template-columns: 1fr; }.brief-ops { grid-template-columns: repeat(2,1fr); }.brief-ops article:first-child { grid-column: 1/-1; }
}
@media (max-width: 640px) {
  .section-shell { width: min(100% - 28px, 1180px); }.site-header { height: 66px; padding: 0 16px; }.brand-mark { width: 34px; height: 34px; }.brand strong { font-size: 15px; }.header-nav { gap: 12px; }.site-footer { flex-direction: column; justify-content: center; gap: 5px; text-align: center; }
  .hero { min-height: 0; padding: 60px 0; }.hero h1 { font-size: 42px; }.hero-lead { font-size: 15px; }.hero-actions { flex-direction: column; }.trust-row { gap: 12px; flex-wrap: wrap; }.trust-row div { padding-right: 12px; }.radar-card { width: min(100%, 370px); }.orbit { display: none; }.hero-capabilities { grid-template-columns: 1fr; }
  .section-space { padding-top: 72px; padding-bottom: 72px; }.section-heading { display: block; }.section-heading h2 { font-size: 30px; }.section-heading > p { margin-top: 18px; }.dimension-grid,.workflow-steps,.journey-grid,.score-grid,.metric-grid,.prescription-grid,.prescription-heading,.learning-feed-grid,.case-materials,.resource-strip > div:last-child,.ai-ops-grid { grid-template-columns: 1fr; }.workflow-steps article { border-right: 1px solid rgba(255,255,255,.12); }.auth-shell { width: min(100% - 28px, 1050px); }.auth-intro h1 { font-size: 36px; }.auth-card { padding: 24px; }.training-prescription { padding: 18px; }.studio-launcher { grid-template-columns: 1fr; }.studio-launch-status { justify-items: start; }.studio-hero,.studio-heading,.artifact-submit { align-items: flex-start; flex-direction: column; }.studio-cycle { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.studio-cycle > i { display: none; }.artifact-form > label { display: grid; gap: 4px; }.ai-role-flow { display: grid; gap: 9px; }.ai-role-flow > i { display: none; }.brief-shell { width: min(100% - 28px,1040px); }.brief-cover,.brief-section { padding: 22px; }.brief-cover h1 { font-size: 30px; }.brief-metrics,.brief-dimension-grid,.brief-ops { grid-template-columns: 1fr; }.brief-ops article:first-child { grid-column: auto; }.brief-conclusion { grid-template-columns: 1fr; }.brief-actions { flex-direction: column; }.brief-actions .button { width: 100%; }
  .dashboard-hero,.diagnostic-header,.profile-header,.growth-hero,.course-hero,.teacher-header { align-items: flex-start; flex-direction: column; }.journey-badge { width: 96px; height: 96px; }.journey-roadmap { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.journey-roadmap > i { display: none; }.choice-list,.quest-options,.growth-choice-list,.course-card-grid,.mooc-card-grid { grid-template-columns: 1fr; }.course-section-heading,.mooc-heading,.course-finish-box { align-items: flex-start; flex-direction: column; }.question-card { padding: 22px 18px; }.submit-panel,.growth-submit { align-items: stretch; flex-direction: column; }.profile-header,.growth-hero,.course-hero { padding: 24px; }.overall-score { padding: 18px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }.training-hero { padding: 26px 22px; }.module-meta { flex-wrap: wrap; }.student-message > div { width: 85%; }.panel { padding: 20px; }.training-answer-form > div,.round-exit { align-items: stretch; flex-direction: column; }.training-answer-form .button,.round-exit .button,.growth-submit .button { width: 100%; }.result-score { align-items: flex-start; flex-direction: column; }.evidence-feedback.compact,.completion-stats,.result-strip,.report-evidence,.score-comparison { grid-template-columns: 1fr; }.score-comparison > i { transform: rotate(90deg); }.completion-actions { width: 100%; flex-direction: column; }.completion-actions .button { width: 100%; }.quest-complete h2 { font-size: 23px; }
  .ai-assistant { right: 14px !important; bottom: 74px !important; }.ai-assistant-toggle,.ai-assistant-panel header { cursor: pointer; touch-action: auto; }.ai-assistant-panel { width: calc(100vw - 28px); }
}

@media print {
  @page { size: A4; margin: 12mm; }
  .brief-page { color: #111; background: #fff; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .brief-page .site-header,.brief-page .site-footer,.brief-actions { display: none !important; }
  .brief-page main { padding: 0; }.brief-shell { width: 100%; margin: 0; }
  .brief-cover { padding: 24px; border-radius: 0; box-shadow: none; }
  .brief-cover h1 { font-size: 28px; }.brief-cover p { font-size: 9px; }
  .brief-section { margin-top: 10px; padding: 16px; border-radius: 0; box-shadow: none; break-inside: avoid; }
  .brief-metrics article,.brief-ops article { min-height: 72px; }
  .brief-note { margin-bottom: 0; }
}
