:root {
  --navy-950: #06172e;
  --navy-900: #0a2142;
  --navy-800: #123765;
  --blue-600: #1476d4;
  --blue-500: #238fe9;
  --blue-100: #dcefff;
  --cyan-400: #32c7dc;
  --ink: #0b1f37;
  --muted: #5c6c7f;
  --line: #dce6f0;
  --surface: #ffffff;
  --surface-soft: #f4f7fb;
  --focus: #ffbf47;
  --shadow: 0 14px 36px rgba(11, 31, 55, 0.1);
  --radius: 18px;
  font-family: Montserrat, "Avenir Next", Avenir, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--surface-soft);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--surface-soft); font-size: 16px; line-height: 1.55; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -4rem; background: #fff; color: var(--navy-950); padding: .75rem 1rem; border-radius: .5rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-shell { min-height: 100vh; display: grid; grid-template-columns: 260px 1fr; grid-template-rows: 82px 1fr; }
.topbar { grid-column: 1 / -1; position: sticky; top: 0; z-index: 30; height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; background: var(--navy-950); color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand { display: inline-flex; align-items: center; gap: .8rem; color: #fff; text-decoration: none; letter-spacing: -.02em; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1.1rem; }
.brand small { color: #9cccf7; font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.brand-mark { width: 42px; height: 42px; border-radius: 12px; background: var(--blue-500); display: grid; place-content: center; gap: 3px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.28); }
.brand-mark span { display: block; height: 3px; border-radius: 3px; background: #fff; }
.brand-mark span:nth-child(1) { width: 20px; }.brand-mark span:nth-child(2) { width: 14px; }.brand-mark span:nth-child(3) { width: 8px; }
.topbar-note { font-size: .84rem; font-weight: 700; color: #cce5fb; display: flex; align-items: center; gap: .55rem; }
.unkomplex-mark { padding: .24rem .55rem; border: 1px solid rgba(255,255,255,.24); border-radius: 99px; color: #fff; font-size: .68rem; font-weight: 900; letter-spacing: .06em; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #6ee7b7; box-shadow: 0 0 0 4px rgba(110,231,183,.14); }
.menu-button { display: none; background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 8px; padding: .5rem .75rem; font: inherit; font-weight: 700; gap: .5rem; }

.sidebar { position: sticky; top: 82px; height: calc(100vh - 82px); display: flex; flex-direction: column; justify-content: space-between; padding: 1.5rem 1rem; background: var(--navy-900); color: #cbdcf0; overflow-y: auto; }
.sidebar nav { display: grid; gap: .35rem; }
.nav-link, .teacher-link { min-height: 48px; display: flex; align-items: center; gap: .8rem; padding: .72rem .85rem; border-radius: 11px; text-decoration: none; font-size: .92rem; font-weight: 700; }
.nav-link:hover, .teacher-link:hover { background: rgba(255,255,255,.08); color: #fff; }
.nav-link.active { background: var(--blue-600); color: #fff; box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.nav-icon { min-width: 26px; height: 26px; border-radius: 7px; display: grid; place-content: center; font-size: .72rem; font-weight: 900; background: rgba(255,255,255,.1); }
.active .nav-icon { background: rgba(255,255,255,.18); }
.nav-pill { margin-left: auto; font-size: .7rem; padding: .1rem .42rem; border-radius: 99px; color: #bcd8f1; background: rgba(255,255,255,.08); }
.nav-section { margin: 1.25rem .85rem .25rem; color: #7fa1c2; font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.teacher-link { margin-top: 1.5rem; border: 1px solid rgba(154,203,247,.22); background: rgba(255,255,255,.035); }
.teacher-link strong, .teacher-link small { display: block; }.teacher-link small { font-size: .7rem; color: #83a9cb; }

main { min-width: 0; overflow-x: hidden; padding: 4.5rem clamp(1.5rem, 5vw, 5rem) 5rem; background: radial-gradient(circle at 95% 0%, rgba(35,143,233,.11), transparent 24rem), var(--surface-soft); }
.home-intro { position: relative; max-width: 1180px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; padding-bottom: 4rem; }
.home-copy { position: relative; z-index: 1; }
.home-visual { position: relative; aspect-ratio: 3 / 2; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.5); border-radius: 24px 24px 72px 24px; background: var(--navy-900); box-shadow: 0 28px 60px rgba(6,23,46,.22), 18px 18px 0 var(--blue-100); }
.home-visual::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(145deg, rgba(6,23,46,.08), transparent 50%, rgba(35,143,233,.18)); pointer-events: none; }
.home-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.home-visual figcaption { position: absolute; z-index: 2; left: 1rem; bottom: 1rem; display: flex; gap: .35rem; }
.home-visual figcaption span { padding: .3rem .48rem; border: 1px solid rgba(255,255,255,.24); border-radius: 6px; color: #fff; background: rgba(6,23,46,.72); backdrop-filter: blur(8px); font-size: .58rem; font-weight: 900; letter-spacing: .08em; }
.eyebrow, .kicker { color: var(--blue-600); font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin-bottom: 1.1rem; }
.eyebrow span { width: 34px; height: 3px; background: var(--blue-500); border-radius: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 1.3rem; color: var(--navy-950); font-size: clamp(3rem, 7vw, 5.8rem); line-height: .97; letter-spacing: -.055em; }
h1 em { color: var(--blue-600); font-style: normal; }
.home-copy > p { max-width: 670px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.intro-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 1rem; padding: .75rem 1.15rem; border-radius: 10px; text-decoration: none; font-weight: 800; }
.button.primary { color: #fff; background: var(--blue-600); box-shadow: 0 10px 24px rgba(20,118,212,.25); }.button.primary:hover { background: #0d65b9; }
.button.secondary { color: var(--navy-800); background: #fff; border: 1px solid var(--line); }.button.secondary:hover { border-color: var(--blue-500); }

.dashboard-section { padding-top: 3rem; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.4rem; }
.section-heading h2 { margin: .25rem 0 0; font-size: clamp(1.7rem, 3vw, 2.35rem); letter-spacing: -.035em; }
.section-heading p { max-width: 430px; margin-bottom: .2rem; color: var(--muted); font-size: .92rem; }
.course-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.course-card { min-height: 290px; position: relative; overflow: hidden; display: flex; flex-direction: column; padding: 1.6rem; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); text-decoration: none; box-shadow: 0 4px 12px rgba(11,31,55,.03); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.course-card:hover { transform: translateY(-4px); border-color: #a7cbea; box-shadow: var(--shadow); }
.course-card::before { content: ""; position: absolute; left: 0; top: 0; right: 0; height: 5px; background: var(--blue-600); }.course-card.c2::before { background: #2451a4; }.course-card.c3::before { background: #1691a6; }
.course-top { display: flex; justify-content: space-between; align-items: center; color: var(--blue-600); font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.course-top strong { font-size: 1.5rem; letter-spacing: -.04em; color: var(--navy-800); }
.course-card h3 { margin: 2.2rem 0 .7rem; max-width: 250px; font-size: 1.45rem; line-height: 1.15; letter-spacing: -.025em; }
.course-card p { color: var(--muted); font-size: .9rem; }
.card-action { margin-top: auto; color: var(--blue-600); font-size: .82rem; font-weight: 800; }.card-action b { float: right; font-size: 1.1rem; }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1rem; }
.quick-card { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem; border: 1px solid var(--line); border-radius: 14px; background: #fff; text-decoration: none; }
.quick-card:hover { border-color: var(--blue-500); box-shadow: 0 8px 18px rgba(11,31,55,.06); }.quick-card > b { margin-left: auto; color: var(--blue-600); }
.quick-icon { width: 44px; height: 44px; display: grid; place-content: center; border-radius: 11px; font-weight: 900; }.quick-icon.blue { color: #1365ad; background: #dcedff; }.quick-icon.cyan { color: #0e7887; background: #d9f7fb; }.quick-icon.navy { color: #fff; background: var(--navy-900); }
.quick-card strong, .quick-card small { display: block; }.quick-card small { color: var(--muted); }

.page { display: none; }
.page.active { display: block; animation: page-in .28s ease both; }
@keyframes page-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.page-hero { max-width: 1180px; min-height: 330px; position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; padding: 2rem 0 4rem; overflow: hidden; }
.page-hero.compact { display: block; min-height: auto; padding-bottom: 3rem; }
.page-hero h1 { margin-bottom: 1.1rem; }
.page-hero p { max-width: 710px; margin-bottom: 0; color: var(--muted); font-size: 1.12rem; }
.content-section { max-width: 1180px; padding: 3.4rem 0; border-top: 1px solid var(--line); }
.content-section h2, .placeholder-board h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.1; letter-spacing: -.035em; }
.start-grid .course-card { min-height: 310px; }
.start-grid .course-card strong { font-weight: 850; }
.start-grid .card-action { display: block; text-decoration: none; }

.ao-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.ao-card { position: relative; overflow: hidden; min-height: 240px; padding: 1.4rem; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.ao-card::after { content: ""; position: absolute; right: -22px; bottom: -32px; width: 100px; height: 100px; border: 18px solid var(--blue-100); border-radius: 50%; opacity: .7; }
.ao-card > span { color: var(--blue-600); font-size: .7rem; font-weight: 900; letter-spacing: .08em; }
.ao-card h3 { margin: 1.5rem 0 .6rem; font-size: 1.25rem; }
.ao-card p { color: var(--muted); font-size: .9rem; }
.ao-card small { color: var(--navy-800); font-weight: 800; }
.ao2::after { border-color: #dfe8ff; }.ao3::after { border-color: #d7f4f8; }.ao4::after { border-color: #e8e3ff; }
.split-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; align-items: center; }
.number-steps { list-style: none; padding: 0; counter-reset: steps; display: grid; gap: .9rem; }
.number-steps li { counter-increment: steps; display: grid; grid-template-columns: 44px 1fr; padding: 1rem; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.number-steps li::before { content: counter(steps); grid-row: 1 / 3; width: 30px; height: 30px; display: grid; place-content: center; border-radius: 8px; background: var(--blue-100); color: var(--blue-600); font-weight: 900; }
.number-steps li span { color: var(--muted); font-size: .9rem; }
.callout { display: flex; gap: 1rem; padding: 1.35rem; border-radius: 15px; border: 1px solid var(--line); }
.callout h3 { margin-bottom: .45rem; }.callout p { margin-bottom: 0; font-size: .92rem; }
.callout-icon { flex: 0 0 34px; height: 34px; display: grid; place-content: center; border-radius: 10px; font-weight: 900; }
.safe-callout { background: var(--navy-900); color: #fff; border-color: var(--navy-900); }.safe-callout p { color: #c5d7e9; }.safe-callout .callout-icon { color: #5ee5b9; background: rgba(94,229,185,.12); }
.warning-callout { margin-top: 1rem; color: #573d08; background: #fff8e5; border-color: #f1d68a; }.warning-callout .callout-icon { color: #7b590e; background: #ffe7a8; }
.info-callout { margin: 1rem 0; color: var(--navy-800); background: #eaf5ff; border-color: #bfddf6; }.info-callout .callout-icon { background: #cfe8ff; color: var(--blue-600); }
.stage-finder h2 { max-width: 740px; }
.finder-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: .75rem; margin-top: 1.5rem; }
.finder-grid button { min-height: 135px; padding: 1rem; text-align: left; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: var(--ink); font: inherit; cursor: pointer; }
.finder-grid button:hover, .finder-grid button.active { color: #fff; background: var(--blue-600); border-color: var(--blue-600); box-shadow: 0 9px 22px rgba(20,118,212,.2); }
.finder-grid b, .finder-grid span { display: block; }.finder-grid b { line-height: 1.25; }.finder-grid span { margin-top: .55rem; color: var(--muted); font-size: .8rem; }.finder-grid button:hover span, .finder-grid button.active span { color: #dfefff; }
.finder-result { margin-top: 1rem; padding: 1.1rem 1.25rem; border-left: 4px solid var(--cyan-400); background: #fff; border-radius: 0 12px 12px 0; color: var(--muted); }
.finder-result a { color: var(--blue-600); font-weight: 850; }
.habit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
.habit-grid span { display: flex; align-items: center; gap: .65rem; padding: .9rem 1rem; background: #fff; border: 1px solid var(--line); border-radius: 12px; font-weight: 750; }
.habit-grid span::before { content: "✓"; color: var(--blue-600); font-weight: 900; }
.page-actions { max-width: 1180px; display: flex; justify-content: space-between; gap: 1rem; padding: 2.2rem 0; border-top: 1px solid var(--line); }

.c1-hero { min-height: 360px; }
.c1-side { min-width: 330px; max-width: 390px; display: grid; gap: .7rem; align-self: center; }
.c1-visual { height: 180px; margin: 0; overflow: hidden; border-radius: 16px 44px 16px 16px; background: var(--navy-900); box-shadow: 0 14px 30px rgba(6,23,46,.16); }
.c1-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 70% 42%; }
.assessment-stack { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; }
.assessment-stack span { display: flex; align-items: center; gap: .8rem; padding: .9rem 1rem; background: #fff; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); font-size: .82rem; font-weight: 750; box-shadow: 0 8px 20px rgba(11,31,55,.04); }
.assessment-stack b { width: 38px; height: 30px; display: grid; place-content: center; border-radius: 8px; color: #fff; background: var(--blue-600); font-size: .75rem; }
.c1-side .assessment-stack span { min-width: 0; display: grid; justify-items: center; gap: .35rem; padding: .65rem .35rem; text-align: center; font-size: .61rem; line-height: 1.25; }
.c1-side .assessment-stack b { width: 30px; height: 25px; }
.demo-banner { max-width: 1180px; display: flex; align-items: center; gap: .65rem; padding: .75rem 1rem; margin-bottom: 1rem; border-radius: 10px; background: #e7f5ff; color: #28506f; font-size: .78rem; font-weight: 700; }
.demo-banner > span { padding: .16rem .45rem; border-radius: 5px; background: var(--blue-600); color: #fff; font-size: .65rem; letter-spacing: .08em; }
.demo-banner button { margin-left: auto; padding: 0; border: 0; background: none; color: var(--blue-600); font: inherit; font-weight: 850; text-decoration: underline; cursor: pointer; }
.c1-workspace { max-width: 1180px; display: grid; grid-template-columns: 265px minmax(0, 1fr); gap: 1.2rem; align-items: start; }
.journey-rail { position: sticky; top: 98px; max-height: calc(100vh - 115px); padding: .8rem; overflow-y: auto; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 8px 22px rgba(11,31,55,.05); }
.rail-progress { padding: .45rem .55rem 1rem; color: var(--muted); font-size: .72rem; font-weight: 800; }
.rail-progress b { color: var(--blue-600); font-size: 1rem; }
.rail-progress > div { height: 5px; margin-top: .5rem; overflow: hidden; border-radius: 9px; background: #e6eef6; }.rail-progress i { display: block; width: 6.67%; height: 100%; background: var(--blue-500); transition: width .25s ease; }
.stage-link { width: 100%; min-height: 42px; display: flex; align-items: center; gap: .68rem; padding: .55rem .65rem; border: 0; border-radius: 9px; background: transparent; color: #496176; text-align: left; font: inherit; font-size: .78rem; font-weight: 750; cursor: pointer; }
.stage-link:hover { background: #edf5fc; color: var(--navy-800); }.stage-link.active { background: var(--navy-900); color: #fff; }
.stage-link span { width: 25px; height: 25px; flex: 0 0 25px; display: grid; place-content: center; border-radius: 7px; background: #eaf1f8; color: var(--blue-600); font-size: .62rem; font-weight: 900; }.stage-link.active span { color: #fff; background: var(--blue-600); }
.stage-link.milestone { color: #69531a; }.stage-link.milestone span { color: #72580e; background: #fff0bd; }.stage-link.milestone.active { color: #fff; background: #715516; }
.stage-surface { min-width: 0; padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(11,31,55,.055); }
.stage-panel { display: none; }.stage-panel.active { display: block; animation: page-in .25s ease both; }
.stage-kicker { color: var(--blue-600); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.stage-panel > h2 { margin: .55rem 0 .65rem; font-size: clamp(2rem, 4.5vw, 3.4rem); line-height: 1; letter-spacing: -.045em; }
.stage-lead { max-width: 720px; color: var(--muted); font-size: 1.05rem; }
.deliverable-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin: 1.5rem 0; }
.deliverable-grid article, .method-grid article, .content-card, .portfolio-map article, .performance-lanes article, .evaluation-grid article { padding: 1.15rem; border: 1px solid var(--line); border-radius: 13px; background: var(--surface-soft); }
.deliverable-grid span, .portfolio-map article > span, .performance-lanes span { color: var(--blue-600); font-size: .65rem; font-weight: 900; letter-spacing: .1em; }
.deliverable-grid h3, .portfolio-map h3, .performance-lanes h3 { margin: .6rem 0 .35rem; font-size: 1rem; }.deliverable-grid p, .portfolio-map p, .performance-lanes p { margin: 0; color: var(--muted); font-size: .84rem; }
.checkpoint { display: grid; grid-template-columns: 1fr auto; gap: .3rem 1rem; align-items: center; margin-top: 1.2rem; padding: 1rem 1.1rem; border-radius: 13px; color: #fff; background: var(--navy-900); }
.checkpoint > span { font-size: .65rem; font-weight: 900; letter-spacing: .1em; color: #70d9ff; }.checkpoint p { margin: 0; color: #c6d7e7; font-size: .84rem; }
.checkpoint.light { color: var(--ink); background: #eef6fc; border: 1px solid #cae0f2; }.checkpoint.light p { color: var(--muted); }
.demo-check { grid-column: 2; grid-row: 1 / 3; padding: .6rem .8rem; border: 1px solid rgba(255,255,255,.25); border-radius: 9px; color: #fff; background: rgba(255,255,255,.1); font: inherit; font-size: .73rem; font-weight: 850; cursor: pointer; }.checkpoint.light .demo-check { color: var(--blue-600); background: #fff; border-color: #b9d5ed; }.demo-check.checked { color: var(--navy-950); background: #65e1b7; border-color: #65e1b7; }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; margin: 1.5rem 0; }.method-grid.three { grid-template-columns: repeat(3, 1fr); }
.method-grid b { color: var(--navy-800); }.method-grid p { margin: .5rem 0 0; color: var(--muted); font-size: .82rem; }
.try-panel { margin: 1rem 0; padding: 1.25rem; border-left: 5px solid var(--cyan-400); border-radius: 0 12px 12px 0; background: #ecfbfd; }.try-panel span { color: #0d7584; font-size: .65rem; font-weight: 900; letter-spacing: .1em; }.try-panel h3 { margin: .55rem 0 .35rem; }.try-panel p { margin: 0; color: #45626b; font-size: .9rem; }
.tool-chips { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin-top: 1rem; }.tool-chips > span { margin-right: .2rem; color: var(--muted); font-size: .73rem; font-weight: 850; }.tool-chips a { padding: .42rem .65rem; border-radius: 99px; color: var(--blue-600); background: #e7f3ff; text-decoration: none; font-size: .72rem; font-weight: 800; }.tool-chips a:hover { color: #fff; background: var(--blue-600); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.4rem 0; }
.content-card { background: #fff; }.content-card h3 { margin-bottom: .8rem; }.content-card blockquote { margin: 1rem 0; padding: .9rem; border-left: 4px solid var(--blue-500); background: var(--surface-soft); font-weight: 750; }
.check-list { padding-left: 1.2rem; color: var(--muted); }.check-list li { margin: .45rem 0; padding-left: .3rem; }.check-list li::marker { color: var(--blue-500); }
.check-list.boxed { padding: 1rem 1rem 1rem 2.2rem; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-soft); }
.decision-matrix { display: grid; grid-template-columns: repeat(3, 1fr); gap: .55rem; margin: 1.2rem 0; }.decision-matrix h3 { grid-column: 1 / -1; margin-bottom: .25rem; }.decision-matrix span { padding: .72rem; border-radius: 9px; background: #eef5fb; color: var(--navy-800); font-size: .8rem; font-weight: 750; }
.intention-frame { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: .8rem; align-items: center; margin: 1.5rem 0; padding: 1.2rem; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-soft); }.intention-frame span, .intention-frame b { display: block; }.intention-frame span { color: var(--blue-600); font-size: .62rem; font-weight: 900; letter-spacing: .08em; }.intention-frame b { margin-top: .3rem; font-size: .88rem; }.intention-frame i { color: var(--blue-500); font-style: normal; transform: rotate(-90deg); }
.route-choice { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; margin: 1.5rem 0; }.route-choice article { min-height: 210px; padding: 1.3rem; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-soft); }.route-choice article > span { color: var(--blue-600); font-size: .65rem; font-weight: 900; letter-spacing: .1em; }.route-choice article p { color: var(--muted); font-size: .88rem; }.route-choice a { color: var(--blue-600); font-weight: 850; font-size: .82rem; }.or-badge { width: 44px; height: 44px; display: grid; place-content: center; border-radius: 50%; color: #fff; background: var(--navy-900); font-size: .68rem; font-weight: 900; }
.cycle { display: flex; align-items: center; justify-content: center; gap: .55rem; margin: 1.5rem 0; padding: 1.2rem; border-radius: 14px; background: var(--navy-900); color: #fff; }.cycle span { display: flex; align-items: center; gap: .45rem; font-size: .76rem; font-weight: 750; }.cycle b { width: 25px; height: 25px; display: grid; place-content: center; border-radius: 7px; background: var(--blue-600); }.cycle i { color: #75b8ef; font-style: normal; }
.rescue-strip { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; padding: 1.3rem; border: 1px solid #bbdcf4; border-radius: 14px; background: #edf8ff; }.rescue-strip span { color: var(--blue-600); font-size: .65rem; font-weight: 900; }.rescue-strip h3 { margin: .35rem 0; }.rescue-strip p { margin: 0; color: var(--muted); font-size: .85rem; }
.evidence-lens { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: .7rem; align-items: center; margin: 1.5rem 0; padding: 1.25rem; border-radius: 14px; background: var(--navy-900); color: #fff; }.evidence-lens h3 { grid-column: 1 / -1; margin-bottom: .45rem; }.evidence-lens div { min-height: 80px; padding: .75rem; border-radius: 10px; background: rgba(255,255,255,.08); }.evidence-lens span, .evidence-lens b { display: block; }.evidence-lens span { color: #75c8ff; font-size: .6rem; font-weight: 900; letter-spacing: .08em; }.evidence-lens b { margin-top: .35rem; font-size: .78rem; }.evidence-lens i { color: #78cfff; font-style: normal; }
.portfolio-map { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin: 1.5rem 0; }.portfolio-map label { display: flex; align-items: center; justify-content: space-between; gap: .6rem; margin-top: 1rem; color: var(--muted); font-size: .7rem; font-weight: 800; }.portfolio-map input { width: 75px; padding: .45rem; border: 1px solid #bed1e1; border-radius: 7px; font: inherit; }
.word-meter, .completion-card { margin: 1rem 0; padding: 1.1rem; border: 1px solid var(--line); border-radius: 12px; }.word-meter > div:first-child, .completion-card > span { font-weight: 850; }.word-meter p, .completion-card p { margin: .55rem 0 0; color: var(--muted); font-size: .78rem; }
.meter-track { height: 9px; margin-top: .7rem; overflow: hidden; border-radius: 9px; background: #e5edf5; }.meter-track i { display: block; width: 0; height: 100%; background: var(--blue-500); transition: width .25s ease, background .25s ease; }
.segmented { width: fit-content; display: flex; padding: 4px; margin: 1.4rem 0; border-radius: 10px; background: #e6eef6; }.segmented button { min-width: 130px; padding: .65rem 1rem; border: 0; border-radius: 8px; background: transparent; color: var(--muted); font: inherit; font-weight: 800; cursor: pointer; }.segmented button.active { color: #fff; background: var(--blue-600); box-shadow: 0 5px 14px rgba(20,118,212,.24); }
.pathway-panel { display: none; }.pathway-panel.active { display: block; }
.skill-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }.skill-columns article { min-height: 135px; padding: 1rem; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-soft); }.skill-columns b, .skill-columns span { display: block; }.skill-columns span { margin-top: .5rem; color: var(--muted); font-size: .82rem; }
.performance-lanes { display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; margin: 1.5rem 0; }
.evaluation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin: 1.5rem 0; }.evaluation-grid article { position: relative; padding-top: 2rem; }.evaluation-grid article > span { position: absolute; top: 0; right: .8rem; color: #c7dced; font-size: 2.5rem; font-weight: 900; }.evaluation-grid h3 { position: relative; margin-bottom: .5rem; font-size: 1rem; }.evaluation-grid p { position: relative; margin: 0; color: var(--muted); font-size: .82rem; }
.evaluation-rules { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem; padding: .9rem; border: 1px solid var(--line); border-radius: 12px; }.evaluation-rules b { margin-right: .4rem; }.evaluation-rules span { padding: .3rem .55rem; border-radius: 7px; color: var(--navy-800); background: #edf4fa; font-size: .72rem; font-weight: 800; }
.final-checks { display: grid; gap: .65rem; margin: 1.5rem 0; }.final-checks label { display: flex; align-items: flex-start; gap: .8rem; padding: 1rem; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-soft); cursor: pointer; }.final-checks input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--blue-600); }.final-checks b, .final-checks span { display: block; }.final-checks span { color: var(--muted); font-size: .84rem; }.final-checks b { color: var(--ink); font-size: .9rem; }
.stage-controls { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }.stage-controls > span { color: var(--muted); font-size: .75rem; font-weight: 800; text-align: center; }.stage-controls button[disabled] { opacity: .45; cursor: not-allowed; }

.toolkit-hero { min-height: 390px; max-width: 1180px; display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr); align-items: center; gap: clamp(2rem, 5vw, 4rem); padding-right: 0; background: none; }
.toolkit-visual { position: relative; aspect-ratio: 16 / 9; margin: 0; overflow: hidden; border-radius: 22px 64px 22px 22px; background: var(--navy-900); box-shadow: 0 24px 50px rgba(6,23,46,.2); }
.toolkit-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.toolkit-visual figcaption { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; padding: .55rem .7rem; border-radius: 8px; color: #e5f4ff; background: rgba(6,23,46,.76); backdrop-filter: blur(8px); font-size: .7rem; font-weight: 750; }
.rescue-console { max-width: 1180px; margin-bottom: 3rem; overflow: hidden; border-radius: 18px; color: #fff; background: var(--navy-900); box-shadow: 0 15px 35px rgba(6,23,46,.18); }
.rescue-heading { padding: 1.6rem 1.6rem 1rem; }.rescue-heading .kicker { color: #64cfff; }.rescue-heading h2 { margin: .35rem 0; font-size: 2rem; }
.problem-chips { display: flex; flex-wrap: wrap; gap: .5rem; padding: 0 1.6rem 1.4rem; }.problem-chips button { padding: .55rem .75rem; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; color: #d6e6f5; background: rgba(255,255,255,.06); font: inherit; font-size: .75rem; font-weight: 800; cursor: pointer; }.problem-chips button:hover, .problem-chips button.active { color: var(--navy-950); background: #65d9ec; border-color: #65d9ec; }
.rescue-result { min-height: 135px; padding: 1.4rem 1.6rem; background: rgba(255,255,255,.07); border-top: 1px solid rgba(255,255,255,.1); }.rescue-result > div > span { color: #6edbf0; font-size: .63rem; font-weight: 900; letter-spacing: .1em; }.rescue-result h3 { margin: .45rem 0; }.rescue-result p { max-width: 800px; margin-bottom: 0; color: #bed3e7; font-size: .88rem; }.rescue-tools { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1rem; }.rescue-tools a { padding: .5rem .7rem; border-radius: 8px; color: #fff; background: var(--blue-600); text-decoration: none; font-size: .75rem; font-weight: 850; }
.search-box { min-width: 280px; display: grid; gap: .3rem; color: var(--muted); font-size: .68rem; font-weight: 850; }.search-box input { min-height: 42px; padding: .6rem .75rem; border: 1px solid #bdd0e1; border-radius: 9px; background: #fff; font: inherit; font-size: .8rem; }
.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.tool-card { min-height: 190px; display: flex; flex-direction: column; padding: 1.2rem; border: 1px solid var(--line); border-radius: 14px; background: #fff; text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }.tool-card:hover { transform: translateY(-3px); border-color: #94c8ee; box-shadow: 0 10px 24px rgba(11,31,55,.08); }.tool-card > span { color: var(--blue-600); font-size: .62rem; font-weight: 900; letter-spacing: .1em; }.tool-card h3 { margin: .75rem 0 .45rem; }.tool-card p { color: var(--muted); font-size: .82rem; }.tool-card b { margin-top: auto; color: var(--blue-600); font-size: .74rem; }.tool-card[hidden] { display: none; }.empty-search { padding: 1rem; border-radius: 10px; background: #fff3cf; color: #684e0c; }
.library-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }.library-columns > div { padding: 1.2rem; border: 1px solid var(--line); border-radius: 15px; background: #fff; }.library-columns h3 { margin-bottom: 1rem; }
.library-grid { display: grid; gap: .6rem; }.library-grid a { display: flex; align-items: center; justify-content: space-between; gap: .8rem; padding: .8rem; border-radius: 9px; color: var(--ink); background: var(--surface-soft); text-decoration: none; }.library-grid a:hover { color: #fff; background: var(--blue-600); }.library-grid b, .library-grid span { display: block; }.library-grid b { flex: 0 0 35%; font-size: .85rem; }.library-grid span { color: var(--muted); font-size: .72rem; }.library-grid a:hover span { color: #dbefff; }

.tool-detail-hero { max-width: 1040px; padding: 1rem 0 2.5rem; border-bottom: 1px solid var(--line); }.tool-detail-hero .back-link { color: var(--blue-600); font-size: .8rem; font-weight: 850; text-decoration: none; }.tool-detail-hero .tool-label { display: block; margin-top: 2.8rem; color: var(--blue-600); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }.tool-detail-hero h1 { margin: .5rem 0 .8rem; font-size: clamp(2.8rem, 6vw, 5rem); }.tool-detail-hero p { max-width: 750px; color: var(--muted); font-size: 1.12rem; }
.tool-sections { max-width: 1040px; display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem; padding: 2rem 0; }.tool-section { min-height: 200px; padding: 1.3rem; border: 1px solid var(--line); border-radius: 14px; background: #fff; }.tool-section.wide { grid-column: 1 / -1; min-height: auto; }.tool-section > span { color: var(--blue-600); font-size: .65rem; font-weight: 900; letter-spacing: .1em; }.tool-section h2 { margin: .55rem 0 .65rem; font-size: 1.25rem; }.tool-section p, .tool-section li { color: var(--muted); font-size: .88rem; }.tool-section ol { padding-left: 1.25rem; }.tool-section li { margin: .5rem 0; }.connections { display: flex; flex-wrap: wrap; gap: .55rem; }.connections a { padding: .55rem .7rem; border-radius: 8px; color: var(--blue-600); background: #e6f3ff; text-decoration: none; font-size: .78rem; font-weight: 800; }
.library-profile { max-width: 1040px; }.profile-summary { display: grid; grid-template-columns: .7fr 1.3fr; gap: 1rem; margin: 1.5rem 0; }.profile-summary article { padding: 1.2rem; border: 1px solid var(--line); border-radius: 14px; background: #fff; }.profile-summary h3 { font-size: 1rem; }.profile-summary p, .profile-summary li { color: var(--muted); font-size: .86rem; }.profile-summary ul { padding-left: 1.1rem; }.profile-summary li { margin: .45rem 0; }.profile-warning { padding: 1rem; border-left: 4px solid var(--focus); background: #fff8e7; color: #695015; font-size: .86rem; }

.portfolio-invite { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.5rem; align-items: center; margin-top: 1.4rem; padding: 1.3rem; border: 1px solid #a9d3f2; border-radius: 14px; background: linear-gradient(135deg, #edf8ff, #fff); }
.portfolio-invite span { color: var(--blue-600); font-size: .63rem; font-weight: 900; letter-spacing: .1em; }.portfolio-invite h3 { margin: .38rem 0; }.portfolio-invite p { margin: 0; color: var(--muted); font-size: .84rem; }
.portfolio-hero { align-items: center; }.portfolio-hero-note { flex: 0 0 350px; padding: 1.5rem; border-radius: 18px; color: #fff; background: var(--navy-900); box-shadow: 0 18px 38px rgba(6,23,46,.16); }.portfolio-hero-note span, .portfolio-hero-note b { display: block; }.portfolio-hero-note span { color: #70d9ff; font-size: .63rem; font-weight: 900; letter-spacing: .12em; }.portfolio-hero-note b { margin: .7rem 0; font-size: 1.1rem; line-height: 1.35; }.portfolio-hero-note p { color: #bfd3e6; font-size: .84rem; }
.studio-rules { max-width: 1180px; display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; margin-bottom: 3.4rem; }.studio-rules article { min-height: 150px; padding: 1.15rem; border: 1px solid var(--line); border-radius: 14px; background: #fff; }.studio-rules strong, .studio-rules span, .studio-rules small { display: block; }.studio-rules strong { color: var(--blue-600); font-size: 1.8rem; letter-spacing: -.04em; }.studio-rules span { margin: .2rem 0 .7rem; color: var(--navy-800); font-size: .78rem; font-weight: 850; text-transform: uppercase; }.studio-rules small { color: var(--muted); font-size: .75rem; line-height: 1.45; }
.log-banner { margin-bottom: .8rem; }.log-toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem; margin-bottom: 1rem; }.log-toolbar .button { min-height: 42px; cursor: pointer; font: inherit; font-size: .78rem; }.log-toolbar span { color: #177a5a; font-size: .78rem; font-weight: 850; }
.rehearsal-log { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; padding: clamp(1rem, 3vw, 2rem); border: 1px solid #b8cee0; border-radius: 16px; background: #fff; box-shadow: 0 15px 35px rgba(11,31,55,.06); }.log-heading { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 3px solid var(--navy-900); }.log-heading span { color: var(--blue-600); font-size: .66rem; font-weight: 900; letter-spacing: .12em; }.log-heading b { color: var(--navy-900); font-size: 1.2rem; }.rehearsal-log label { display: grid; gap: .42rem; color: var(--navy-800); font-size: .72rem; font-weight: 850; }.rehearsal-log label.wide { grid-column: 1 / -1; }.rehearsal-log input, .rehearsal-log textarea { width: 100%; padding: .75rem; border: 1px solid #bdd0e1; border-radius: 8px; color: var(--ink); background: #fbfdff; font: inherit; font-size: .82rem; resize: vertical; }.rehearsal-log input:focus, .rehearsal-log textarea:focus { outline: 3px solid rgba(35,143,233,.18); border-color: var(--blue-500); }.log-auth { grid-column: 1 / -1; display: flex; align-items: center; gap: .8rem; padding: .9rem; border-radius: 9px; color: #684e0c; background: #fff5d6; font-size: .76rem; }.log-auth b { flex: 0 0 auto; }
.starter-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }.starter-grid article { min-height: 245px; padding: 1.2rem; border: 1px solid var(--line); border-radius: 14px; background: #fff; }.starter-grid article > span, .structure-grid article > span, .model-card > span { color: var(--blue-600); font-size: .61rem; font-weight: 900; letter-spacing: .1em; }.starter-grid h3 { margin: .75rem 0 .55rem; }.starter-grid ul, .structure-grid ol { padding-left: 1.15rem; color: var(--muted); }.starter-grid li, .structure-grid li { margin: .5rem 0; font-size: .82rem; line-height: 1.45; }
.structure-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; }.structure-grid article { padding: 1.15rem; border-radius: 14px; color: #fff; background: var(--navy-900); }.structure-grid article:last-child { background: var(--blue-600); }.structure-grid article > span { color: #6fdcf0; }.structure-grid h3 { min-height: 48px; margin: .7rem 0; font-size: 1rem; }.structure-grid ol { color: #c9dced; }.structure-grid li::marker { color: #6fdcf0; font-weight: 850; }
.model-warning { display: flex; gap: .8rem; margin-bottom: 1rem; padding: .9rem 1rem; border: 1px solid #f0d27c; border-radius: 10px; color: #684e0c; background: #fff7df; font-size: .8rem; }.model-warning b { flex: 0 0 auto; }.example-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .9rem; }.model-card { display: flex; flex-direction: column; padding: 1.25rem; border: 1px solid var(--line); border-radius: 15px; background: #fff; }.model-card h3 { margin: .75rem 0; font-size: 1.1rem; }.model-card p { color: var(--muted); font-size: .82rem; line-height: 1.62; }.model-anatomy { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: auto; padding-top: .7rem; }.model-anatomy b { padding: .3rem .45rem; border-radius: 6px; color: var(--blue-600); background: #eaf5ff; font-size: .61rem; }.comparison-card { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; align-items: center; margin-top: 1rem; padding: 1.2rem; border-radius: 14px; color: #fff; background: var(--navy-900); }.comparison-card div { padding: 1rem; border-radius: 10px; background: rgba(255,255,255,.08); }.comparison-card span { color: #70d9ff; font-size: .62rem; font-weight: 900; letter-spacing: .1em; }.comparison-card p { margin: .5rem 0 0; color: #d1e1ee; font-size: .83rem; }.comparison-card i { color: #70d9ff; font-style: normal; }
.layout-switcher { max-width: 100%; overflow-x: auto; }.layout-panel { display: none; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: 1.2rem; align-items: center; padding: 1.2rem; border: 1px solid var(--line); border-radius: 16px; background: #fff; }.layout-panel.active { display: grid; }.layout-notes { padding: 1rem; }.layout-notes h3 { margin-bottom: .7rem; }.layout-notes ul { padding-left: 1.1rem; color: var(--muted); }.layout-notes li { margin: .55rem 0; font-size: .83rem; }.paper-preview { padding: 1.5rem; border: 1px solid #c9d6e2; background: #fff; box-shadow: 0 12px 30px rgba(11,31,55,.08); }.paper-title { color: var(--blue-600); font-size: .63rem; font-weight: 900; letter-spacing: .12em; }.paper-question { margin: .5rem 0 1.2rem; padding-bottom: .8rem; border-bottom: 2px solid var(--navy-900); font-weight: 850; }.paper-columns { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1rem; }.paper-columns > div { display: grid; gap: .55rem; align-content: start; }.text-line { width: 82%; height: 7px; border-radius: 8px; background: #dfe8f0; }.text-line.long { width: 100%; }.text-line.medium { width: 70%; }.text-line.short { width: 52%; }.paper-columns figure { min-height: 130px; display: grid; place-content: center; gap: .5rem; margin: 0; padding: .8rem; border-radius: 8px; color: var(--blue-600); background: #eaf5ff; text-align: center; font-size: .74rem; font-weight: 850; }.paper-columns small { color: var(--muted); font-size: .6rem; font-weight: 650; }.blog-preview { display: grid; gap: .7rem; padding: 1rem; border-radius: 12px; background: #eef4fa; }.blog-preview header { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem; border-radius: 9px; color: #fff; background: var(--navy-900); font-size: .72rem; }.blog-preview article { display: grid; grid-template-columns: 38px 1fr; gap: .8rem; padding: .8rem; border-radius: 9px; background: #fff; }.blog-preview i { width: 34px; height: 34px; display: grid; place-content: center; border-radius: 8px; color: #fff; background: var(--blue-600); font-style: normal; font-size: .68rem; font-weight: 900; }.blog-preview article div { display: grid; gap: .4rem; }.blog-preview article span { width: 100%; height: 6px; border-radius: 8px; background: #dfe8f0; }.blog-preview article span:last-child { width: 64%; }.storyboard-preview { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; }.storyboard-preview article { min-height: 175px; display: flex; flex-direction: column; gap: .6rem; padding: .85rem; border-radius: 10px; color: #fff; background: var(--navy-900); }.storyboard-preview span { color: #70d9ff; font-size: .65rem; font-weight: 900; }.storyboard-preview b { font-size: .8rem; }.storyboard-preview i { flex: 1; min-height: 70px; border-radius: 7px; background: linear-gradient(135deg, rgba(35,143,233,.65), rgba(111,220,240,.16)); }
.evidence-menu { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; }.evidence-menu article { min-height: 135px; padding: 1.1rem; border: 1px solid var(--line); border-radius: 13px; background: #fff; }.evidence-menu b { color: var(--navy-800); }.evidence-menu p { margin: .55rem 0 0; color: var(--muted); font-size: .82rem; }.portfolio-checklist .completion-card { background: #fff; }.portfolio-checklist #studio-check-bar { background: #24a878; }

.placeholder-hero { display: block; min-height: 350px; max-width: 100%; }.placeholder-hero::after { content: "NEXT"; position: absolute; right: 0; bottom: 0; color: rgba(20,118,212,.06); font-size: clamp(8rem, 19vw, 16rem); font-weight: 950; line-height: .75; letter-spacing: -.09em; pointer-events: none; }.placeholder-hero.c3-bg::after { content: "03"; }
.placeholder-board { max-width: 1180px; padding: 2rem; border: 1px solid var(--line); border-radius: 18px; background: #fff; }.status-label { display: inline-block; padding: .25rem .5rem; border-radius: 6px; color: #7a5a0d; background: #fff0ba; font-size: .65rem; font-weight: 900; letter-spacing: .08em; }
.placeholder-board h2 { margin: 1rem 0 1.5rem; }.placeholder-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }.placeholder-grid.two { grid-template-columns: repeat(2, 1fr); }.placeholder-grid article { min-height: 180px; padding: 1.15rem; border-radius: 13px; background: var(--surface-soft); }.placeholder-grid article > b { color: var(--blue-600); font-size: .7rem; letter-spacing: .08em; }.placeholder-grid h3 { margin: 1.2rem 0 .5rem; font-size: 1rem; }.placeholder-grid p { color: var(--muted); font-size: .82rem; }.placeholder-grid a { color: var(--blue-600); font-size: .78rem; font-weight: 850; }
.phase-note { margin: 1.2rem 0 0; padding: 1rem; border-left: 4px solid var(--blue-500); background: #edf6ff; color: var(--muted); font-size: .85rem; }
.cycle.large { max-width: 760px; justify-content: space-between; padding: 1.5rem; }.teacher-hero em { color: #8657d2; }.teacher-board { border-color: #d7c7ef; }.teacher-board .status-label { color: #5e3a93; background: #eee4ff; }
.site-footer { max-width: 1180px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding: 1.5rem 0 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; }.site-footer p { max-width: 690px; margin: 0; }.site-footer div { display: flex; gap: 1rem; }.site-footer a { color: var(--blue-600); font-weight: 800; }

@media (max-width: 980px) {
  .site-shell { grid-template-columns: 220px 1fr; }
  .course-grid { grid-template-columns: 1fr; }
  .course-card { min-height: 230px; }
  .ao-grid, .performance-lanes { grid-template-columns: repeat(2, 1fr); }
  .finder-grid { grid-template-columns: repeat(2, 1fr); }
  .finder-grid button:last-child { grid-column: 1 / -1; min-height: 105px; }
  .home-intro { grid-template-columns: minmax(0, 1fr) minmax(300px, .85fr); gap: 2rem; }
  .home-intro h1 { font-size: clamp(3rem, 7vw, 4.8rem); }
  .c1-side { min-width: 300px; }
  .toolkit-hero { grid-template-columns: minmax(0, .8fr) minmax(350px, 1.2fr); gap: 2rem; }
  .c1-workspace { grid-template-columns: 220px minmax(0, 1fr); }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .studio-rules, .structure-grid { grid-template-columns: repeat(2, 1fr); }
  .starter-grid { grid-template-columns: repeat(2, 1fr); }
  .example-grid { grid-template-columns: 1fr; }
  .intention-frame { grid-template-columns: 1fr; }.intention-frame i { transform: none; }
  .tool-grid { grid-template-columns: repeat(2, 1fr); }
  .placeholder-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .site-shell { display: block; }
  .topbar { height: 70px; padding: 0 1rem; }
  .brand-mark { width: 38px; height: 38px; }.brand strong { font-size: .96rem; }.brand small { font-size: .65rem; }
  .topbar-note { display: none; }.menu-button { display: inline-flex; }
  .sidebar { display: none; position: fixed; z-index: 25; top: 70px; left: 0; right: 0; height: calc(100vh - 70px); }
  .sidebar.open { display: flex; }
  main { padding: 2.75rem 1.1rem 4rem; }
  .home-intro { grid-template-columns: 1fr; gap: 2.2rem; padding-bottom: 3rem; }
  .home-visual { border-radius: 18px 18px 48px 18px; box-shadow: 0 20px 38px rgba(6,23,46,.18), 10px 10px 0 var(--blue-100); }
  h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .section-heading { align-items: flex-start; flex-direction: column; gap: .65rem; }
  .quick-grid { grid-template-columns: 1fr; }
  .page-hero { min-height: auto; display: block; padding: 1rem 0 2.8rem; }.page-hero h1 { margin-top: 1.2rem; }.page-hero p { font-size: 1rem; }
  .content-section { padding: 2.5rem 0; }
  .ao-grid, .split-section, .habit-grid, .two-col, .method-grid, .method-grid.three, .decision-matrix, .route-choice, .portfolio-map, .skill-columns, .performance-lanes, .evaluation-grid, .tool-grid, .library-columns, .profile-summary, .placeholder-grid, .placeholder-grid.two, .tool-sections, .studio-rules, .starter-grid, .structure-grid, .evidence-menu { grid-template-columns: 1fr; }
  .decision-matrix h3, .tool-section.wide { grid-column: auto; }
  .finder-grid { grid-template-columns: 1fr; }.finder-grid button:last-child { grid-column: auto; }
  .c1-side { min-width: 0; max-width: none; margin-top: 1.5rem; }
  .portfolio-hero-note { margin-top: 1.5rem; }.portfolio-invite { grid-template-columns: 1fr; }.portfolio-invite .button { width: 100%; }
  .rehearsal-log { grid-template-columns: 1fr; }.rehearsal-log label.wide, .log-heading, .log-auth { grid-column: auto; }.log-heading, .log-auth { align-items: flex-start; flex-direction: column; }
  .layout-switcher { width: 100%; }.layout-switcher button { min-width: 125px; }.layout-panel.active { grid-template-columns: 1fr; }.comparison-card { grid-template-columns: 1fr; }.comparison-card i { justify-self: center; transform: rotate(90deg); }.paper-columns, .storyboard-preview { grid-template-columns: 1fr; }
  .c1-visual { height: auto; aspect-ratio: 16 / 9; border-radius: 14px 38px 14px 14px; }
  .assessment-stack { margin-top: 0; }
  .demo-banner { align-items: flex-start; flex-wrap: wrap; }.demo-banner button { width: 100%; margin: 0; text-align: left; }
  .c1-workspace { display: block; }.journey-rail { position: static; max-height: none; margin-bottom: 1rem; display: flex; gap: .45rem; overflow-x: auto; }.rail-progress { display: none; }.stage-link { width: auto; min-width: max-content; padding-right: .8rem; }
  .stage-surface { padding: 1.2rem; }.deliverable-grid { grid-template-columns: 1fr; }.checkpoint { display: block; }.demo-check { margin-top: .8rem; }.cycle { align-items: stretch; flex-direction: column; }.cycle i { transform: rotate(90deg); align-self: center; }.rescue-strip { align-items: flex-start; flex-direction: column; }.evidence-lens { grid-template-columns: 1fr; }.evidence-lens h3 { grid-column: auto; }.evidence-lens i { justify-self: center; transform: rotate(90deg); }.route-choice .or-badge { justify-self: center; }.stage-controls { flex-wrap: wrap; }.stage-controls > span { order: -1; width: 100%; }
  .toolkit-hero { grid-template-columns: 1fr; gap: 1.5rem; padding-right: 0; background: none; }
  .toolkit-visual { border-radius: 16px 44px 16px 16px; }
  .section-heading .search-box { width: 100%; min-width: 0; }.library-grid a { align-items: flex-start; flex-direction: column; }.library-grid b { flex-basis: auto; }
  .placeholder-hero::after { display: none; }.placeholder-board { padding: 1.2rem; }
  .site-footer { align-items: flex-start; flex-direction: column; }.site-footer div { flex-direction: column; gap: .45rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  body.print-log-mode .topbar, body.print-log-mode .sidebar, body.print-log-mode .page > :not(.log-lab), body.print-log-mode .log-lab > :not(.rehearsal-log) { display: none !important; }
  body.print-log-mode .site-shell, body.print-log-mode main, body.print-log-mode .page, body.print-log-mode .log-lab { display: block !important; padding: 0 !important; margin: 0 !important; background: #fff !important; border: 0 !important; }
  body.print-log-mode .rehearsal-log { display: grid !important; box-shadow: none; border: 1px solid #333; break-inside: avoid; }
  body.print-log-mode .rehearsal-log input, body.print-log-mode .rehearsal-log textarea { border-color: #777; background: #fff; }
}
