@charset "UTF-8";:root{color-scheme:light dark;--bg: light-dark(#f5f3ef, #0c111c);--surface: light-dark(#fffdf9, #151c29);--surface-2: light-dark(#eeeae3, #1d2737);--text: light-dark(#18202c, #f7f3ed);--muted: light-dark(#454e5c, #b7c0cc);--border: light-dark(#ddd8cf, #303b4d);--navy: light-dark(#111827, #080d17);--navy-2: light-dark(#1b2638, #111827);--accent: light-dark(#176b45, #7ae1ac);--accent-bright: #7ae1ac;--accent-soft: light-dark(#dcf3e5, #153728);--danger: light-dark(#a4312a, #ff9e96);--warning: light-dark(#8a570c, #f4bd65);--warning-soft: light-dark(#fff1df, #402719);--code-bg: #09101b;--code-text: #e8eef7;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--shadow: 0 20px 54px rgba(17, 24, 39, .13);--font-size-min: 16px;font-family:Inter,Pretendard,Noto Sans KR,Noto Sans,system-ui,sans-serif;font-synthesis:none}:root{--paper: var(--surface);--paper-2: var(--surface-2);--ink: var(--text);--green: var(--accent);--green-bright: var(--accent-bright);--green-soft: var(--accent-soft);--amber: var(--warning);--amber-soft: var(--warning-soft);--red: var(--danger);--mint: var(--accent-bright);--mint-dark: var(--accent);--mint-soft: var(--accent-soft);--page-bg: var(--bg);--warn-soft: var(--warning-soft)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--text);background:var(--bg);font-size:var(--font-size-min);line-height:1.65}button,input,select{font:inherit}a{color:inherit}.skip-link{position:fixed;z-index:100;top:-100px;left:20px;padding:12px 16px;color:#fff;background:var(--navy);font-size:16px}.skip-link:focus{top:10px}.app-body{display:grid;min-height:calc(100vh - var(--kd-topbar-height))}.course-app-shell main{min-width:0;padding:clamp(24px,4vw,70px);overflow:hidden}.eyebrow{margin:0;color:var(--green);font-size:16px;font-weight:950;letter-spacing:.08em}.language-switcher{display:grid;gap:2px;color:#d7dfeb;font-size:16px;font-weight:800}.language-switcher span{font-size:16px}.language-switcher select{min-width:130px;min-height:48px;color:#102030;background:#fff;border-radius:7px;font-size:16px}.infra-landing{min-height:690px;padding:clamp(40px,8vw,100px);color:#fff;background:linear-gradient(135deg,#0d1929,#123929);border-radius:24px}.infra-landing .eyebrow{color:var(--mint)}.infra-landing h1{max-width:960px;margin:18px 0;font-size:clamp(48px,8vw,88px);line-height:1.04;letter-spacing:-.055em}.infra-landing>p:not(.eyebrow){max-width:880px;color:#d8e1ea;font-size:21px}.primary-action{display:inline-flex;margin:22px 0 0;padding:15px 20px;color:#07170f;background:var(--mint);border-radius:8px;font-size:17px;font-weight:950;text-decoration:none}.release-notice{display:grid;gap:4px;max-width:880px;margin-top:28px;padding:18px;background:#ffffff12;border:1px solid #ffffff2b;border-radius:12px}.release-notice b{color:var(--mint);font-size:17px}.release-notice span{color:#e1e8ee;font-size:16px}.roadmap-section{padding-top:clamp(70px,9vw,120px)}.section-heading{max-width:900px;margin-bottom:28px}.section-heading h2{margin:7px 0 12px;font-size:clamp(32px,5vw,52px);line-height:1.15}.section-heading p:not(.eyebrow){color:var(--muted);font-size:18px}.course-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:0;list-style:none}.course-grid a{display:flex;flex-direction:column;min-height:320px;padding:28px;background:var(--paper);border:1px solid var(--border);border-radius:16px;text-decoration:none}.course-grid a>span{color:var(--green);font-size:28px;font-weight:950}.course-grid a>small{align-self:flex-start;margin-top:8px;padding:5px 8px;border-radius:5px;font-size:16px;font-weight:850}.status-review{color:#0d5036;background:#d7f6e8}.status-draft{color:#604918;background:#fff1c5}.course-grid h3{margin:18px 0 9px;font-size:25px}.course-grid p{flex:1;color:var(--muted);font-size:17px}.course-grid footer{display:flex;justify-content:space-between;gap:12px;padding-top:15px;border-top:1px solid var(--border)}.course-grid footer b,.course-grid footer em{font-size:16px;font-style:normal}.course-grid footer b{color:var(--green)}.draft-banner{display:grid;gap:5px;padding:18px 20px;color:#4b3710;background:#fff5d8;border:1px solid #d9b85d;border-radius:10px}.draft-banner b,.draft-banner span{font-size:17px}.course-focus-section,.chapter-context,.outcome-section,.lesson-article,.activity-section,.assessment-section,.completion-section{scroll-margin-top:30px}.outcome-section{display:grid;grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr);gap:35px;margin-top:24px;padding:30px}.outcome-section h2{margin:5px 0;font-size:30px}.outcome-section ol{display:grid;gap:9px;margin:0;padding-left:30px}.outcome-section li{padding:8px;font-size:17px}.chapter-unit{display:grid;grid-template-columns:minmax(0,1fr);gap:34px;min-width:0;scroll-margin-top:24px}.chapter-context{padding:30px}.table-scroll{max-width:100%;overflow-x:auto}.environment-table{min-width:720px}.environment-table caption{padding-bottom:12px;font-size:17px;font-weight:850;text-align:left}.environment-table th{width:145px;color:#fff;background:var(--navy)}.environment-table th,.environment-table td{padding:15px;border:1px solid var(--border);font-size:17px;line-height:1.65;text-align:left;vertical-align:top}.lesson-article{min-width:0;max-width:100%;padding:clamp(28px,5vw,56px)}.lesson-article>header,.lesson-prose{width:100%;min-width:0;max-width:840px;margin-inline:auto}.lesson-article>header{padding-bottom:25px;border-bottom:3px double var(--navy)}.lesson-article h2{margin:7px 0 12px;font-size:clamp(32px,5vw,48px);line-height:1.2}.lesson-article header>p:not(.eyebrow){color:#3f4e61;font-size:20px}.lesson-prose{display:grid;gap:22px;padding-top:32px}.lesson-prose>p{margin:0;font-size:18px;line-height:1.9;word-break:keep-all}.lesson-prose h3{margin:24px 0 0;font-size:30px}.lesson-prose h4{margin:18px 0 0;font-size:25px}.lesson-prose pre{max-width:100%;margin:0;padding:22px;overflow-x:auto;color:#e7f4ed;background:#101d2b;border-radius:9px}.lesson-prose code{font-size:16px;line-height:1.7}.manuscript-figure{display:grid;gap:14px;width:100%;min-width:0;max-width:100%;margin:8px 0;padding:clamp(18px,3vw,28px);overflow-x:auto;background:#f4f8f6;border:1px solid #b9cec3;border-radius:10px}.manuscript-figure img{display:block;width:100%;height:auto;background:#fff;border:1px solid #d1ddd7}.manuscript-figure figcaption{display:grid;gap:4px}.manuscript-figure figcaption strong{color:var(--green);font-size:18px}.manuscript-figure figcaption span{color:#34485a;font-size:17px;line-height:1.75}.semantic-block{display:grid;gap:9px;margin:0;padding:22px;background:#f6f8f7;border:1px solid #cbd6d0;border-left:5px solid var(--green);border-radius:8px}.semantic-block>strong{color:var(--green);font-size:18px}.semantic-block p{margin:0;font-size:17px;line-height:1.8}.semantic-warning{background:#fff5ec;border-color:#df9b5a}.semantic-warning>strong{color:#914812}.semantic-success-criteria{background:#eef8f1}.semantic-troubleshooting{background:#f2f5fa;border-left-color:#596c89}.semantic-security{background:#fff0ed;border-left-color:#ad3b2d}.draft-chapter-notice{padding:26px;background:#fff9e9;border:1px dashed #b99a4a}.draft-chapter-notice h3{margin:7px 0;font-size:27px}.draft-chapter-notice p:not(.eyebrow){font-size:18px}.activity-section{margin-top:40px;padding:clamp(28px,5vw,55px);background:#fff5e9;border:2px solid #d58442}.choice-list{display:grid;gap:9px;margin:20px 0;padding:0;border:0}.choice-list label{display:block;padding:16px;background:var(--paper);border:1px solid var(--border);border-radius:9px;cursor:pointer}.choice-list label:has(input:checked){border-color:var(--green);box-shadow:0 0 0 2px #16845d30}.choice-list label.correct{background:#e4f7ed;border-color:var(--green)}.choice-list label.wrong{background:#fff0ed;border-color:#ba4934}.choice-list label>span{display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px;font-size:17px}.choice-list input{position:absolute;opacity:0}.choice-list span b{color:var(--green);font-size:17px}.submit-answer,.completion-section button{min-height:50px;padding:12px 18px;color:#fff;background:var(--green);border:0;border-radius:7px;cursor:pointer;font-size:16px;font-weight:900}.submit-answer:disabled,.completion-section button:disabled{opacity:.55;cursor:not-allowed}.answer-review{margin-top:18px;padding:20px;background:var(--paper);border:1px solid var(--border);border-radius:10px}.answer-review>strong{font-size:18px}.answer-review ol{display:grid;gap:8px;padding:0;list-style:none}.answer-review li{padding:14px;background:var(--paper-2);border-left:4px solid #9ba5b1}.answer-review li.correct{border-left-color:var(--green)}.answer-review li b,.answer-review li p{font-size:16px}.answer-review li p{margin:5px 0 0;color:var(--muted)}.assessment-section{padding-top:55px}.question-card{width:100%;margin:0 0 18px;padding:28px;background:var(--paper);border:1px solid var(--border);border-radius:14px}.question-card header span{color:var(--green);font-size:16px;font-weight:950}.question-card h3{margin:7px 0;font-size:24px}.locked-section{opacity:.82}.completion-section{display:flex;justify-content:space-between;gap:25px;align-items:center;margin-top:40px;padding:30px;color:#fff;background:var(--navy);border-radius:14px}.completion-section h2{margin:5px 0;font-size:30px}.completion-section p:not(.eyebrow){color:#d4dfeb;font-size:17px}.pagination{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:24px}.pagination a{display:grid;gap:5px;padding:20px;background:var(--paper);border:1px solid var(--border);border-radius:10px;text-decoration:none}.pagination a:last-child{text-align:right}.pagination span{color:var(--green);font-size:16px;font-weight:900}.pagination b{font-size:17px}.not-found{min-height:600px;padding:70px;background:var(--paper);border-radius:18px}.not-found h1{font-size:48px}.not-found a{color:var(--green);font-size:18px;font-weight:900}[dir=rtl] .completion-section{direction:rtl}[dir=rtl] .pagination a:last-child{text-align:left}@media(max-width:900px){.app-body{grid-template-columns:1fr}.course-app-shell main{padding:20px 16px 45px}.course-grid,.outcome-section{grid-template-columns:1fr}.manuscript-figure{margin-inline:0;padding:12px;overflow-x:auto}.manuscript-figure img{min-width:720px}}@media(max-width:560px){.infra-landing{min-height:auto;padding:32px 22px}.infra-landing h1{font-size:44px}.language-switcher select{min-width:110px}.course-grid a{min-height:280px;padding:22px}.completion-section{align-items:stretch;flex-direction:column}.pagination{grid-template-columns:1fr}.pagination a:last-child{text-align:left}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--kd-topbar-height: 70px;--kd-sidebar-width: 330px;--kd-shell-navy: #0d1929;--kd-shell-panel: #17263a;--kd-shell-panel-strong: #203249;--kd-shell-border: #42536c;--kd-shell-text: #f8fafc;--kd-shell-muted: #c2cee0;--kd-shell-mint: #72e4af}.topbar{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px 18px;width:100%;height:auto!important;min-width:0;min-height:var(--kd-topbar-height);padding:10px 24px;color:var(--kd-shell-text);background:#152132;border-bottom:1px solid var(--kd-shell-border)}.course-topbar{position:sticky;z-index:20;top:0;align-items:center;gap:10px 22px;background:#152132;border-bottom:3px solid var(--kd-shell-mint)}.topbar .topbar-actions,.topbar .top-actions{display:flex;flex:1 1 0;flex-wrap:wrap;justify-content:flex-end;min-width:0;max-width:100%;align-items:center;gap:10px 14px}.topbar .topbar-actions>*,.topbar .top-actions>*{min-width:0;max-width:100%}.topbar .top-contact,.topbar .header-email{white-space:normal;overflow-wrap:anywhere}main,.page-stack,.learning-hero,.learning-hero>*,.chapter-card,.chapter-card>*,.chapter-card li,.chapter-card li>*,.chapter-card a{min-width:0}.chapter-card h4,.chapter-card p,.chapter-card li,.chapter-card a{overflow-wrap:anywhere}.learning-hero h1,.learning-hero h2,.learning-hero .hero-title-line{min-width:0;overflow-wrap:anywhere;word-break:break-word}.topbar .brand{display:inline-flex;flex:0 0 auto;align-items:center;gap:12px;color:var(--kd-shell-text);text-decoration:none}.topbar .brand img,.topbar .brand-mark{width:44px;height:44px}.topbar .brand>span{display:grid;gap:1px;min-width:max-content;line-height:1.05}.topbar .brand>span>b{color:#fff;font-size:24px;font-weight:950;letter-spacing:-.03em}.topbar .brand>span>small{color:var(--kd-shell-muted);font-size:16px;font-weight:850;letter-spacing:.08em}.course-topbar .site-home-link,.course-topbar .topbar-release,.course-topbar .topbar-contact{box-sizing:border-box;min-height:48px;color:var(--kd-shell-text);background:var(--kd-shell-panel);border:1px solid var(--kd-shell-border);border-radius:9px;font-size:16px;font-weight:850;line-height:1.25;text-decoration:none}.course-topbar .site-home-link,.course-topbar .topbar-release{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;white-space:nowrap}.course-topbar .topbar-contact{display:grid;gap:1px;padding:6px 11px;text-align:left;white-space:nowrap}.course-topbar .topbar-contact span,.course-topbar .topbar-contact b{color:var(--kd-shell-text);font-size:16px;line-height:1.25}.course-topbar .topbar-contact b{color:var(--kd-shell-mint)}.course-topbar .site-home-link:hover,.course-topbar .site-home-link:focus-visible,.course-topbar .topbar-contact:hover,.course-topbar .topbar-contact:focus-visible{color:#07150f;background:var(--kd-shell-mint)}.course-topbar .topbar-contact:hover b,.course-topbar .topbar-contact:focus-visible b{color:#17412d}.course-topbar .language-control{display:grid;gap:2px;min-width:132px;color:var(--kd-shell-muted);font-size:16px;font-weight:800}.course-topbar .language-control span{color:var(--kd-shell-muted);font-size:16px}.course-topbar .language-control select,.course-topbar select.language-switcher,.course-topbar select.language-chip,.course-topbar .search-palette>summary,.course-topbar .progress-summary{box-sizing:border-box;min-height:48px;padding:8px 12px;color:var(--kd-shell-text);background:var(--kd-shell-panel);border:1px solid var(--kd-shell-border);border-radius:9px;font-size:16px;font-weight:850}.course-topbar .progress-summary small,.course-topbar .search-palette small{font-size:var(--font-size-min)}.course-topbar .search-palette>summary,.course-topbar .progress-summary{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.site-body,.layout,.app-body{grid-template-columns:var(--kd-sidebar-width) minmax(0,1fr)}.koreadev-sidebar{box-sizing:border-box;width:var(--kd-sidebar-width);min-width:0;min-height:calc(100vh - var(--kd-topbar-height));padding:30px 16px 44px;color:var(--kd-shell-text);background:var(--kd-shell-navy);border-right:1px solid var(--kd-shell-border)}.knowledge-sidebar-heading,.koreadev-sidebar>.sidebar-kicker+h2{margin-bottom:26px}.knowledge-sidebar-heading p,.koreadev-sidebar>.sidebar-kicker,.koreadev-sidebar>.nav-kicker{margin:0 0 12px;color:var(--kd-shell-mint);font-size:16px;font-weight:950;letter-spacing:.08em}.knowledge-sidebar-heading h2,.koreadev-sidebar>h2{margin:0;color:#fff;font-size:32px;line-height:1.15;letter-spacing:-.04em;min-width:0;overflow-wrap:anywhere}.koreadev-sidebar .knowledge-group,.koreadev-sidebar .category,.koreadev-sidebar .course-switcher{overflow:hidden;margin:0;color:var(--kd-shell-text);background:transparent;border:0;border-bottom:1px solid var(--kd-shell-border);border-radius:4px}.koreadev-sidebar .knowledge-group>summary,.koreadev-sidebar .category>button,.koreadev-sidebar .course-switcher>summary{box-sizing:border-box;display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-template-areas:"title count toggle";align-items:center;gap:10px;width:100%;min-height:44px;padding:10px 14px;color:var(--kd-shell-text);background:var(--kd-shell-panel);border:0;border-radius:0;cursor:pointer;text-align:left}.koreadev-sidebar .knowledge-group>summary>span:first-child,.koreadev-sidebar .category>button>span,.koreadev-sidebar .course-switcher>summary>b,.koreadev-sidebar .course-switcher>summary:not(:has(>b)){color:#fff;font-size:18px;font-weight:950;line-height:1.3;min-width:0;white-space:normal;overflow-wrap:anywhere}.koreadev-sidebar .knowledge-group>summary>span:first-child,.koreadev-sidebar .category>button>span,.koreadev-sidebar .course-switcher>summary>b{grid-area:title}.koreadev-sidebar .knowledge-group>summary small,.koreadev-sidebar .category>button small,.koreadev-sidebar .course-switcher>summary small{display:block;grid-area:count;flex:none;font-size:16px;line-height:1.25}.koreadev-sidebar .knowledge-group>summary small>i,.koreadev-sidebar .category>button small>i,.koreadev-sidebar .course-switcher>summary small>i{display:block;min-width:30px;padding:0 7px;color:var(--kd-shell-muted);font-size:16px;font-style:normal;font-weight:850;font-variant-numeric:tabular-nums;line-height:1.25;text-align:center;border:1px solid var(--kd-shell-border);border-radius:2px}.koreadev-sidebar .kd-count-text{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.koreadev-sidebar .knowledge-group>summary>span:last-child,.koreadev-sidebar .category>button i,.koreadev-sidebar .course-switcher>summary>span:last-child{display:grid;place-items:center;width:25px;height:25px;color:#fff;font-size:22px;font-style:normal;line-height:1;transform:rotate(0);transition:transform .16s ease;grid-area:toggle;align-self:center}.koreadev-sidebar .knowledge-group[open]>summary>span:last-child,.koreadev-sidebar .category.is-open>button i,.koreadev-sidebar .course-switcher[open]>summary>span:last-child{transform:rotate(90deg)}.koreadev-sidebar .knowledge-group>ol,.koreadev-sidebar .category>ol,.koreadev-sidebar .course-switcher>div{display:grid;max-height:min(58vh,560px);margin:0;padding:10px 8px;overflow-y:auto;list-style:none;background:var(--kd-shell-navy);border-top:1px solid var(--kd-shell-border)}.koreadev-sidebar .knowledge-group li,.koreadev-sidebar .category li{margin:0}.koreadev-sidebar .knowledge-group a,.koreadev-sidebar .category a,.koreadev-sidebar .course-switcher>div>a,.koreadev-sidebar .course-switcher>div>span{box-sizing:border-box;display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:9px;min-height:46px;padding:9px 10px;color:var(--kd-shell-text);background:transparent;border:0;border-radius:8px;font-size:16px;font-weight:720;line-height:1.35;text-decoration:none}.koreadev-sidebar .knowledge-group a b,.koreadev-sidebar .category a b,.koreadev-sidebar .course-switcher>div>a b,.koreadev-sidebar .course-switcher>div>span b{color:var(--kd-shell-mint);font-size:17px;font-weight:950}.koreadev-sidebar .knowledge-group a:hover,.koreadev-sidebar .category a:hover,.koreadev-sidebar .course-switcher>div>a:hover{background:var(--kd-shell-panel)}.koreadev-sidebar .knowledge-group a[aria-current],.koreadev-sidebar .category a[aria-current],.koreadev-sidebar .course-switcher>div>a[aria-current=true]{color:#07170f;background:var(--kd-shell-mint)}.koreadev-sidebar .knowledge-group a[aria-current] b,.koreadev-sidebar .category a[aria-current] b,.koreadev-sidebar .course-switcher>div>a[aria-current=true] b{color:#07170f}.koreadev-sidebar .nav-label{margin:24px 10px 8px;color:#8fa0b7;font-size:16px;font-weight:900}.koreadev-sidebar .course-internal-nav{display:grid;gap:4px;margin:8px 8px 10px;padding:10px 0 4px 12px;background:transparent;border:0;border-left:3px solid var(--kd-shell-mint);border-radius:0}.koreadev-sidebar .course-internal-nav .nav-label{margin:0 10px 4px;color:var(--kd-shell-mint);font-size:16px;font-weight:950}.koreadev-sidebar .course-internal-nav a{display:block;min-width:0;min-height:42px;padding:10px 12px;color:var(--kd-shell-muted);background:transparent;border:0;border-radius:7px;font-size:16px;font-weight:780;line-height:1.35;overflow-wrap:anywhere;text-decoration:none}.koreadev-sidebar .course-internal-nav a:hover,.koreadev-sidebar .course-internal-nav a:focus-visible{color:var(--kd-shell-text);background:var(--kd-shell-panel)}.koreadev-sidebar .course-internal-nav a[aria-current]{color:#07170f;background:var(--kd-shell-mint);font-weight:950}.koreadev-sidebar>a{display:block;min-width:0;min-height:46px;padding:12px;color:var(--kd-shell-muted);border-radius:8px;font-size:17px;font-weight:780;line-height:1.3;overflow-wrap:anywhere;text-decoration:none}.course-heading{display:grid;gap:18px;margin-bottom:28px}.course-breadcrumb{display:flex;align-items:center;gap:12px;min-width:0;color:#5d6878;font-size:16px;font-weight:850}.course-breadcrumb span,.course-breadcrumb a{color:#14794e;text-decoration:underline;text-underline-offset:4px}.course-breadcrumb i{font-style:normal}.course-breadcrumb b{min-width:0;overflow-wrap:anywhere}.course-hero{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;padding:clamp(34px,5vw,70px);color:#142030;background:#fffdf9;border:1px solid #d9d2c6;border-radius:22px}.course-hero-main{min-width:0}.course-hero .eyebrow{margin:0 0 22px;color:#14794e;font-size:16px;font-weight:950;letter-spacing:.08em}.course-hero h1{max-width:900px;margin:0;color:#121d2c;font-size:clamp(42px,5.3vw,72px);line-height:1.08;letter-spacing:-.045em;overflow-wrap:anywhere;text-wrap:balance}.course-hero-summary{max-width:900px;margin:30px 0 0;color:#5e6878;font-size:clamp(18px,1.8vw,23px);line-height:1.65}.course-meta{display:flex;flex-wrap:wrap;gap:12px;margin:32px 0 0}.course-meta>div{min-width:190px;padding:16px 18px;background:#eeeae2;border-radius:12px}.course-meta dt{color:#606b7a;font-size:16px}.course-meta dd{margin:8px 0 0;color:#142030;font-size:18px;font-weight:900;overflow-wrap:anywhere}.course-continuity-note{padding:20px 24px;color:#596678;background:#dcf4e7;border-left:5px solid #14794e;border-radius:10px;font-size:17px;line-height:1.7}.course-continuity-note b{color:#152131}.manuscript-type{display:inline-flex;align-items:center;gap:10px;width:fit-content;margin:0 0 14px;padding:8px 12px;color:#172233;background:#fffdf9;border:1px solid #c9c1b5;border-left:5px solid var(--kd-shell-mint);border-radius:8px;font-size:16px;line-height:1.4}.manuscript-type span{color:#556070}.manuscript-type strong{color:#10261c}.course-heading>.manuscript-type{margin-bottom:0}.course-app-shell main>.manuscript-type{margin:20px 28px 0}@media(max-width:720px){.course-app-shell main>.manuscript-type{margin:16px 14px 0}}@media(max-width:900px){.course-breadcrumb{align-items:flex-start;flex-wrap:wrap}.course-hero{grid-template-columns:1fr;padding:28px 22px}.course-hero h1{font-size:clamp(36px,11vw,54px)}.course-meta{display:grid;grid-template-columns:1fr}.course-meta>div{min-width:0}}.course-book,.page-stack:has(>.course-heading){--kd-book-card-inset: clamp(22px, 4vw, 42px);display:grid;width:100%;max-width:none;grid-template-columns:minmax(0,1fr);gap:28px;min-width:0;margin-inline:0}.course-book>section,.course-book>article,.course-book>figure,.course-book .book-section,.page-stack:has(>.course-heading)>section,.page-stack:has(>.course-heading)>article,.page-stack:has(>.course-heading)>figure{width:100%;max-width:none;min-width:0;margin-inline:0;color:#172233;background:#fffdf9;border:1px solid #ddd6ca;border-radius:16px}.course-book .section-heading,.course-book .book-section-heading,.page-stack:has(>.course-heading) .section-heading{max-width:900px}.course-book>.course-focus-section{padding:var(--kd-book-card-inset)}.course-book>.beginner-guide,.page-stack:has(>.course-heading)>.beginner-guide{width:100%;margin-inline:0;padding:var(--kd-book-card-inset)}.course-book>.beginner-guide>.guide-index,.page-stack:has(>.course-heading)>.beginner-guide>.guide-index{overflow:hidden;padding:clamp(22px,2.4vw,30px);text-align:left;border:1px solid var(--border, #ddd6ca);border-top:4px solid var(--accent, var(--kd-shell-mint));border-radius:12px}.course-book>.beginner-guide>.guide-index a,.page-stack:has(>.course-heading)>.beginner-guide>.guide-index a{text-align:left}.course-book .section-heading h2,.course-book .section-heading h3,.course-book .book-section-heading h2,.course-book .book-section-heading h3,.page-stack:has(>.course-heading) .section-heading h2,.page-stack:has(>.course-heading) .section-heading h3{color:#142030;line-height:1.2;letter-spacing:-.035em;text-wrap:balance}.course-book p,.course-book li,.course-book dd,.course-book label,.course-book summary,.page-stack:has(>.course-heading) :where(p,li,dd,label,summary){font-size:max(16px,1em);line-height:1.75}.course-book :where(p,li,dd,h2,h3,h4,a,button,label,summary){min-width:0;overflow-wrap:anywhere}.page-stack:has(>.course-heading) :where(p,li,dd,h2,h3,h4,a,button,label,summary){min-width:0;overflow-wrap:anywhere}.course-book :where(button,a):focus-visible,.course-topbar :where(button,a,select):focus-visible,.education-sidebar :where(summary,a):focus-visible{outline:3px solid var(--kd-shell-mint);outline-offset:3px}.section-summary{display:grid;gap:8px;margin-top:30px;padding-top:22px;border-top:3px double #526176}.figure-source-policy{margin:18px 0 24px;padding:14px 18px;color:#45566b;background:#f4f6f8;border-left:4px solid var(--green, #16845d);font-size:16px;line-height:1.7}.section-summary>strong{color:#173f2e;font-size:17px}.section-summary>p{margin:0;font-size:17px;line-height:1.75}.koreadev-sidebar>a.active,.koreadev-sidebar>a[aria-current=page]{color:#07170f;background:var(--kd-shell-mint)}.sidebar-note,.nav-note{margin-top:20px;padding:16px;color:var(--kd-shell-muted);background:var(--kd-shell-panel);border-radius:12px}.sidebar-note b,.sidebar-note strong,.nav-note b,.nav-note strong{color:var(--kd-shell-mint);font-size:17px}.sidebar-note p,.nav-note p{margin:8px 0 0;font-size:16px;line-height:1.6}@media(max-width:1180px){.topbar .brand>span>small{display:none}}@media(max-width:900px){.site-body,.layout,.app-body{grid-template-columns:1fr}.koreadev-sidebar{position:static;width:100%;min-height:auto;padding:12px 14px;border-right:0;border-bottom:1px solid var(--kd-shell-border)}.course-topbar{position:static}.course-book{gap:20px}.knowledge-sidebar-heading,.koreadev-sidebar>.sidebar-kicker,.koreadev-sidebar>.sidebar-kicker+h2,.koreadev-sidebar>.nav-kicker,.koreadev-sidebar>.nav-kicker+h2,.sidebar-note,.nav-note{display:none}.koreadev-sidebar .knowledge-group,.koreadev-sidebar .category,.koreadev-sidebar .course-switcher{margin-bottom:8px}.koreadev-sidebar .knowledge-group>summary,.koreadev-sidebar .category>button,.koreadev-sidebar .course-switcher>summary{min-height:54px}}@media(max-width:720px){.topbar{padding:9px 14px}.topbar .topbar-actions,.topbar .top-actions{flex:1 1 100%;width:100%;justify-content:stretch}.topbar .brand img,.topbar .brand-mark{width:40px;height:40px}.topbar .brand>span>b{font-size:21px}.course-book>.course-focus-section,.course-book>.beginner-guide,.page-stack:has(>.course-heading)>.beginner-guide{padding:var(--kd-book-card-inset)}}.lesson-table{margin:24px 0}.lesson-table table{width:100%;border-collapse:collapse;font-size:.95rem}.lesson-table th,.lesson-table td{padding:10px 12px;border:1px solid var(--border);text-align:left;vertical-align:top}.lesson-table th{background:var(--surface);font-weight:700}.lesson-table figcaption{margin-top:8px;color:var(--muted);font-size:.9rem}.lesson-output{margin:24px 0}.lesson-output figcaption{margin-bottom:8px;color:var(--muted);font-size:.9rem}.lesson-output pre{margin:0;padding:14px 16px;overflow-x:auto;background:var(--surface);border:1px solid var(--border);border-radius:8px}.lesson-output code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9rem;line-height:1.6;white-space:pre}.lesson-callout{margin:24px 0;padding:16px 18px;border-left:4px solid var(--accent);background:var(--surface);border-radius:0 8px 8px 0}.lesson-callout p{margin:0 0 10px}.lesson-callout p:last-child{margin-bottom:0}.lesson-callout-label{font-weight:700}.lesson-callout-verdict strong{color:var(--accent)}:root{--kd-page: 1180px;--kd-inset: clamp(22px, 4.2vw, 84px);--kd-grid-min: 280px;--kd-r-card: 16px;--kd-r-box: 10px;--kd-r-chip: 6px;--kd-s3:12px;--kd-s4:16px;--kd-s5:24px;--kd-s6:32px;--kd-s7:48px;--kd-s8:72px;--kd-t-eyebrow:16px;--kd-t-body:20px;--kd-t-lead:22px;--kd-t-h3:30px;--kd-t-h2:38px;--kd-t-h1:54px;--kd-lh-body:1.85}.course-heading{width:100%;max-width:var(--kd-page);margin-inline:auto;padding:var(--kd-s7) var(--kd-inset) 0;background:var(--paper);border-radius:var(--kd-r-card) var(--kd-r-card) 0 0;margin-bottom:0}.course-book,.page-stack:has(>.course-heading){width:100%;max-width:var(--kd-page);margin-inline:auto;padding:var(--kd-s7) var(--kd-inset) var(--kd-s8);background:var(--paper);border-radius:0 0 var(--kd-r-card) var(--kd-r-card);gap:var(--kd-s8);margin-top:0}.page-stack:has(>.course-heading){border-radius:var(--kd-r-card)}.page-stack:has(>.course-heading)>.course-heading{max-width:100%;padding:0;background:transparent;border-radius:0}.course-book.course-book>*,.course-book.course-book>.integrated-unit>*:not(.unit-heading),.course-book.course-book .book-section,.page-stack:has(>.course-heading).page-stack>*{background:transparent;border:0;box-shadow:none;border-radius:0;padding-left:0;padding-right:0;max-width:100%;margin-inline:0}.course-book.course-book>.integrated-unit>*:not(.unit-heading){color:var(--text)}.course-book>.beginner-guide,.page-stack:has(>.course-heading)>.beginner-guide,.course-book>.workbench,.course-book>.page-stack{padding-left:0;padding-right:0}:is(main,#main-content,[role=main]):has(>.course-heading),:is(main,#main-content,[role=main]):has(>.course-book),:is(main,#main-content,[role=main]):has(>.page-stack){padding-inline:0}:is(main,#main-content,[role=main]):has(>.course-heading)>*:not(.course-heading,.course-book,.page-stack),:is(main,#main-content,[role=main]):has(>.course-book)>*:not(.course-heading,.course-book,.page-stack),:is(main,#main-content,[role=main]):has(>.page-stack)>*:not(.course-heading,.course-book,.page-stack){width:100%;max-width:none}.course-book .section-heading,.course-book .book-section-heading,.page-stack:has(>.course-heading) .section-heading{max-width:100%;width:auto}.course-book>*>*,.page-stack>*>*{max-width:100%;margin-inline:0}.chapter-lead,.course-hero-summary,.section-summary,.walkthrough-heading,.walkthrough-heading>*{width:auto;max-width:100%}.course-guide>article>*{width:auto;max-width:100%;margin-inline:0}.course-guide>article{padding-block:var(--kd-s8) 0;border-radius:0;border-top:0}.course-book p,.page-stack p,.prose p{font-size:var(--kd-t-body);line-height:var(--kd-lh-body);word-break:keep-all;margin:0 0 var(--kd-s5)}.course-book p:last-child,.prose p:last-child{margin-bottom:0}.course-book h3,.page-stack h3{font-size:var(--kd-t-h3)}.section-heading h2,.book-section-heading h2{font-size:var(--kd-t-h2)}.course-hero{display:block;padding:0;background:transparent;border:0;margin:0 0 var(--kd-s7)}.course-hero .course-hero-main,.course-hero h1,.course-hero .course-hero-summary{width:auto;max-width:100%}.course-hero h1{font-size:var(--kd-t-h1);line-height:1.25;letter-spacing:-.02em;margin:0}.course-hero .eyebrow{font-size:var(--kd-t-eyebrow);font-weight:700;letter-spacing:.12em;line-height:1.4;margin:0 0 var(--kd-s3)}.course-hero .course-hero-summary{font-size:var(--kd-t-lead);line-height:1.7;margin:var(--kd-s4) 0 0}.course-meta{margin-top:var(--kd-s6)}.course-completion p:not(.eyebrow),.community p:not(.eyebrow),.completion-section p:not(.eyebrow){color:var(--muted)}.course-concept-flow .eyebrow,.walkthrough-explanation .eyebrow,.unit-heading{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(240px,.5fr);gap:28px;align-items:end;padding:clamp(26px,5vw,52px);color:#f7f9fb;background:linear-gradient(135deg,var(--navy),#194a38);border-radius:var(--radius-lg)}.unit-heading>*{min-width:0}.unit-heading>div>span{display:block;color:#c5d1de;font-size:var(--font-size-min)}.unit-heading h2{max-width:800px;margin:10px 0 12px;overflow-wrap:anywhere;font-size:clamp(36px,5vw,58px)}.unit-heading>div>p:not(.eyebrow){max-width:780px;margin:0;color:#d4dee8;font-size:19px}.unit-heading dl{display:grid;gap:8px;margin:0}.unit-heading dl div{padding:13px 15px;background:#ffffff10;border:1px solid #ffffff25;border-radius:var(--radius-sm)}.unit-heading dt{color:#bfcbd8;font-size:var(--font-size-min)}.unit-heading dd{margin:4px 0 0;color:var(--accent-bright);font-size:17px;font-weight:900}.unit-heading .eyebrow{color:var(--accent-bright)}@media(max-width:900px){.unit-heading{grid-template-columns:1fr;align-items:start}}.course-book pre,.page-stack:has(>.course-heading) pre,.course-book code,.page-stack:has(>.course-heading) code,.lab-runner pre,.lab-runner code{font-size:var(--font-size-min);line-height:1.7}.learning-takeaway strong,.lesson-takeaway strong,.learning-takeaway span,.lesson-takeaway span{min-width:0;overflow-wrap:anywhere;word-break:normal}.reflection-sheet{display:grid;gap:15px;margin-top:28px;padding:clamp(24px,4vw,40px);background:var(--surface);border:1px solid var(--border);border-radius:13px}.reflection-sheet h3{margin:6px 0 8px;font-size:clamp(25px,3vw,34px)}.reflection-sheet>div>p:last-child{max-width:840px;margin:0;color:var(--muted);font-size:17px}.reflection-sheet>*,.reflection-sheet label,.reflection-sheet textarea{min-width:0;max-width:100%}.reflection-sheet label{display:grid;gap:8px}.reflection-sheet label>span{font-size:17px;font-weight:850;overflow-wrap:anywhere}.reflection-sheet textarea{min-height:135px;padding:12px;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:var(--kd-r-box);font-size:17px;line-height:1.7}.unit-stack{display:grid;gap:var(--kd-s8);margin-block:var(--kd-s7)}.unit-stack>.integrated-unit{min-width:0}.unit-chapter-list{display:grid;gap:var(--kd-s3);margin:var(--kd-s5) 0 0;padding-left:0;list-style:none}.unit-chapter-list>li{display:flex;flex-wrap:wrap;gap:var(--kd-s3);justify-content:space-between;align-items:baseline;padding:var(--kd-s4);background:var(--surface);border:1px solid var(--border);border-radius:var(--kd-r-box)}.unit-chapter-list>li>a{color:var(--text);font-size:var(--kd-t-body);font-weight:800;text-underline-offset:3px}.unit-chapter-list>li>span{color:var(--muted);font-size:var(--kd-t-eyebrow);font-weight:850}.course-meta,.lesson-jump,.walkthrough-steps,.lab-choices,.principle-grid,.comparison-grid,.workflow-grid,.source-grid,.curriculum-grid,.example-grid,.lab-card-grid,.quality-lab-grid,.choice-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(var(--kd-grid-min),1fr));align-items:stretch;gap:var(--kd-s4);margin-block:var(--kd-s7);padding-left:0;list-style:none;width:100%}.course-meta>*,.lesson-jump>*,.walkthrough-steps>li,.lab-choices>li,.principle-grid>li,.comparison-grid>*,.workflow-grid>*,.source-grid>*,.curriculum-grid>*,.example-grid>*,.lab-card-grid>*,.quality-lab-grid>*,.choice-list>li{display:grid;align-content:start;height:100%;margin:0;padding:var(--kd-s4);border-radius:var(--kd-r-chip)}.walkthrough-steps>li,.lab-choices>li,.principle-grid>li,.choice-list>li{padding:0}.walkthrough-steps>li>*,.lab-choices>li>*,.principle-grid>li>*,.choice-list>li>*{height:100%;align-content:start;padding:var(--kd-s4);border-radius:var(--kd-r-chip)}.course-book ol,.course-book ul,.page-stack ol,.page-stack ul{margin-inline:0;padding-left:1.7em}.course-book ol>li,.course-book ul>li,.page-stack ol>li,.page-stack ul>li{width:auto;max-width:100%}.course-book .walkthrough-steps,.course-book .lesson-jump,.course-book .lab-choices,.course-book .course-meta,.course-book .principle-grid,.course-book .choice-list,.course-book .source-grid,.page-stack .curriculum-grid,.page-stack .example-grid,.page-stack .lab-card-grid,.page-stack .quality-lab-grid,.page-stack .guide-index{padding-left:0;list-style:none}.study-note,.learning-takeaway,.lesson-takeaway,.lab-warning,.lab-steps,.chapter-summary,.chapter-boundaries,.chapter-verification,.question-card,.example-card,.chapter-card,.lab-card,.diagnosis-symptom,.attention-sentence,.walkthrough-explanation,.walkthrough-next,.walkthrough-transcript,.section-summary,.source-note,.course-continuity-note,.workbook-question{width:100%;padding:var(--kd-s5);border-radius:var(--kd-r-box);border:0;box-shadow:none}.learning-takeaway,.lesson-takeaway,.lab-warning,.course-continuity-note,.chapter-summary,.source-note{border-left:4px solid currentColor}:is(.study-note,.learning-takeaway,.lesson-takeaway,.lab-warning,.chapter-summary,.question-card,.example-card,.chapter-card,.lab-card)>:last-child{margin-bottom:0}figure{margin:var(--kd-s7) 0}.course-book figure>img,.page-stack figure>img,figure>svg{display:block;width:100%;height:auto;border-radius:var(--kd-r-box)}.course-book figure>figcaption,.page-stack figure>figcaption{padding:var(--kd-s5) 0 0}.guide-visual,.lesson-visual,.diagram,.chapter-mechanism-figure,.reconcile-diagram,.traffic-diagram,.mechanism-flow{width:100%;padding:0;border:0;border-radius:var(--kd-r-box);overflow:hidden}.guide-visual>figcaption,.lesson-visual>figcaption{padding:var(--kd-s5)}.course-book table,.page-stack table{width:100%;border-collapse:collapse;font-size:17px}.course-book th,.course-book td,.page-stack th,.page-stack td{padding:var(--kd-s3) var(--kd-s4);border:0;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.table-scroll,.scrollx{overflow-x:auto;width:100%}.layout{align-items:start}.education-sidebar,.koreadev-sidebar{position:sticky;top:var(--kd-topbar-height, 70px);height:calc(100vh - var(--kd-topbar-height, 70px));height:calc(100dvh - var(--kd-topbar-height, 70px));overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.education-sidebar>:first-child,.koreadev-sidebar>:first-child{position:sticky;top:0;z-index:2;background:var(--kd-shell-navy, #0d1929);padding-block:var(--kd-s3)}@media(max-width:900px){.education-sidebar,.koreadev-sidebar{position:static;height:auto;overflow:visible}}@media print{:root{--kd-inset: 0;--kd-page: 100% }.topbar,.sidebar,.education-sidebar,.koreadev-sidebar,.course-pagination,.pagination,.community,.lesson-jump,.course-quick-nav,.guide-index,.walkthrough-controls,.quality-actions,.submit-answer,.primary-button{display:none!important}.course-heading,.course-book,.page-stack,.course-book>*,.page-stack>*{max-width:none;width:100%;margin:0;padding:0;background:#fff;border:0;box-shadow:none;border-radius:0}figure,table,.study-note,.learning-takeaway,.lesson-takeaway,.chapter-summary,.question-card,.example-card,.course-guide>article,.lesson-section,.chapter{break-inside:avoid;page-break-inside:avoid}h1,h2,h3{break-after:avoid}body{font-size:10.5pt;line-height:1.7;color:#000}@page{size:B5;margin:22mm 18mm 20mm}}
