:root{color-scheme:dark;--bg-deep: #0b1220;--bg-mid: #0f1729;--surface: #141d2e;--surface-elevated: #1a2638;--border: rgba(100, 130, 180, .22);--border-focus: rgba(56, 189, 248, .55);--text: #e8eef7;--text-muted: #8b9cb8;--text-placeholder: rgba(139, 156, 184, .45);--primary: #38bdf8;--primary-hover: #7dd3fc;--primary-glow: rgba(56, 189, 248, .35);--accent-cyan: #22d3ee;--success: #34d399;--error-soft: rgba(248, 113, 113, .12);--error-text: #fca5a5;--radius-lg: 16px;--radius-xl: 20px;--shadow-card: 0 4px 24px rgba(0, 0, 0, .35);--transition: .2s ease;font-family:IBM Plex Sans KR,system-ui,-apple-system,sans-serif;line-height:1.55;font-weight:400}*{box-sizing:border-box}body{margin:0;min-height:100vh;color:var(--text);background:var(--bg-deep);background-image:radial-gradient(ellipse 120% 80% at 50% -20%,rgba(56,189,248,.08),transparent),radial-gradient(ellipse 80% 50% at 100% 50%,rgba(34,211,238,.05),transparent),linear-gradient(180deg,var(--bg-deep) 0%,var(--bg-mid) 45%,var(--bg-deep) 100%);background-attachment:fixed}#root{min-height:100vh}button,input,select,textarea{font:inherit}::placeholder{color:var(--text-placeholder)}.app{max-width:760px;margin:0 auto;padding:2rem 1.35rem 5rem}.step-wizard{margin-bottom:2rem}.step-wizard__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem .35rem;justify-content:space-between}@media(min-width:560px){.step-wizard__list{flex-wrap:nowrap;gap:.35rem}}.step-wizard__item{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:.4rem;padding:.45rem .5rem;border-radius:10px;border:1px solid var(--border);background:var(--surface-elevated);font-size:.72rem;color:var(--text-muted)}.step-wizard__item--current{border-color:#38bdf873;background:#38bdf814;color:var(--text)}.step-wizard__item--done{border-color:#34d39947;color:#6ee7b7}.step-wizard__num{display:flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:8px;background:#6482b426;font-weight:700;font-size:.7rem;flex-shrink:0}.step-wizard__item--current .step-wizard__num{background:#38bdf840;color:var(--primary)}.step-wizard__label{line-height:1.25;letter-spacing:-.02em}.choice-grid{display:flex;flex-wrap:wrap;gap:.5rem}.choice-grid--dense .choice-btn{font-size:.78rem;padding:.45rem .65rem}.choice-grid--types .choice-btn{flex:1 1 100%}@media(min-width:480px){.choice-grid--types .choice-btn{flex:1 1 calc(50% - .5rem)}}.choice-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:var(--surface-elevated);color:var(--text-muted);padding:.55rem .85rem;border-radius:12px;font-size:.8125rem;font-weight:500;line-height:1.35;cursor:pointer;text-align:left;transition:border-color var(--transition),background var(--transition),color var(--transition),box-shadow var(--transition)}.choice-btn:hover{border-color:#38bdf859;color:var(--text)}.choice-btn--active{border-color:#38bdf88c;background:#38bdf81f;color:var(--text);box-shadow:0 0 0 1px #38bdf81f}.constraint-blocks{display:flex;flex-direction:column;gap:1.25rem}.wizard-nav{display:flex;gap:.75rem;justify-content:space-between;align-items:center;margin-top:.25rem;padding:0 .15rem}.wizard-nav--first{justify-content:flex-end}.btn-wizard-back{flex-shrink:0;white-space:nowrap;min-width:4.5rem}.btn-cta--nav{width:auto;min-width:8rem;padding:.75rem 1.25rem}.btn-cta--secondary{background:#38bdf81f;color:var(--primary);border:1px solid rgba(56,189,248,.35);box-shadow:none}.btn-cta--secondary:hover:not(:disabled){filter:brightness(1.08);background:#38bdf82e}.step4-actions{margin:1rem 0 1.25rem}.step4-actions--bottom{margin-top:1.5rem}.step4-pick-hint{margin:0 0 .75rem;font-size:.8125rem;line-height:1.5;color:var(--text-muted)}.step4-pick-count{margin:0 0 .85rem;font-size:.875rem;color:var(--text-muted)}.step4-pick-count strong{color:var(--primary);font-weight:700}.question-card-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.question-card{border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.1rem;background:var(--surface-elevated);display:flex;flex-direction:column;gap:.75rem;transition:border-color var(--transition),box-shadow var(--transition)}.question-card--selected{border-color:#38bdf880;box-shadow:0 0 0 3px var(--primary-glow)}.question-card__text{margin:0;font-size:.9rem;line-height:1.55;color:var(--text)}.btn-pick{align-self:flex-start;padding:.45rem .85rem;border-radius:10px;border:1px solid var(--border);background:transparent;color:var(--text-muted);font-size:.78rem;font-weight:600;cursor:pointer;transition:border-color var(--transition),background var(--transition),color var(--transition)}.btn-pick:hover{border-color:#38bdf866;color:var(--primary)}.btn-pick--active{border-color:#38bdf88c;background:#38bdf824;color:var(--primary)}.design-result-card{margin-top:.5rem}.design-block-label{margin:0 0 .65rem;font-size:1.05rem;font-weight:700;line-height:1.45;letter-spacing:-.02em;text-transform:none;color:var(--text)}.design-result-title{font-size:.9rem;font-weight:700;margin:0 0 1rem;line-height:1.6;letter-spacing:-.01em;padding-bottom:.85rem;border-bottom:1px solid rgba(100,130,180,.12)}.design-results-stack{display:flex;flex-direction:column;gap:1.75rem}.design-result-card--item{margin-top:0;--design-section-divider: #3e4b5b}.design-result-card--item .design-result-block+.design-result-block{margin-top:0;padding-top:1.15rem;border-top:1px solid var(--design-section-divider)}.design-result-card--item .design-result-title{font-size:.95rem;font-weight:500;line-height:1.65;letter-spacing:-.01em;margin:0 0 1rem;padding:.9rem 1rem;border-radius:var(--radius-lg);border:1px solid rgba(56,189,248,.22);border-left:4px solid rgba(56,189,248,.5);background:#0f172a73;color:#f1f5f9;border-bottom:none;box-shadow:inset 0 1px #ffffff0a}.design-result-card--item .section h3{font-size:1rem;font-weight:700;text-transform:none;letter-spacing:.01em;color:var(--text);margin:0 0 .55rem}.design-sub-label{margin:.75rem 0 .35rem;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--primary)}.design-sub-label--spaced{margin-top:1rem}.design-sub-label--keyterms{margin:0 0 .5rem;color:var(--text);text-transform:none;letter-spacing:.02em;font-size:.85rem}.design-result-card--item .design-key-terms-wrap{margin-top:.5rem;margin-bottom:1.75rem;padding:1rem 1rem 1.15rem;border-radius:12px;border:1px solid rgba(100,130,180,.28);background:#38bdf80f;box-shadow:inset 0 1px #ffffff0a}.design-result-card--item .section--q2{margin-top:0}.design-key-terms{margin-bottom:0}.design-comparison-table-wrap{margin-top:.35rem;max-width:100%;overflow-x:auto;overflow-y:hidden;border-radius:10px;border:1px solid rgba(100,130,180,.22);background:#0f172a73;-webkit-overflow-scrolling:touch}.design-comparison-table{margin:0;padding:.75rem .85rem;font-family:ui-monospace,Cascadia Code,Consolas,Malgun Gothic,monospace;font-size:.75rem;line-height:1.45;white-space:pre;word-wrap:normal;overflow:visible;width:max-content;min-width:100%;box-sizing:border-box;color:var(--text);-moz-tab-size:4;tab-size:4}.design-comparison-table-wrap--md{background:#f8fafc0f}.design-comparison-table-md{width:100%;min-width:520px;border-collapse:collapse;font-size:.82rem;line-height:1.45;color:var(--text)}.design-comparison-table-md th,.design-comparison-table-md td{border:1px solid rgba(100,130,180,.35);padding:.45rem .55rem;text-align:left;vertical-align:top}.design-comparison-table-md thead th{background:#38bdf81a;font-weight:600}.design-comparison-table-md tbody tr:nth-child(2n){background:#0f172a40}.design-list--numbered{margin:0;padding-left:1.25rem}.design-list--numbered li{margin-bottom:.45rem}.design-analysis-frames{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:0;padding:0}@media(max-width:720px){.design-analysis-frames{grid-template-columns:1fr}}.design-analysis-frame{display:flex;flex-direction:column;gap:.45rem;min-height:0;min-width:0;padding:.8rem .9rem;border-radius:var(--radius-lg);border:1px solid rgba(100,130,180,.22);background:#0f172a66;box-shadow:inset 0 1px #ffffff0a}.design-result-card--item .design-analysis-frame{border-color:#38bdf838;background:linear-gradient(165deg,#38bdf814,#0f172a80)}.design-analysis-frame__badge{align-self:flex-start;font-size:.65rem;font-weight:700;letter-spacing:.05em;color:#7dd3fc;padding:.2rem .55rem;border-radius:6px;background:#38bdf81f;border:1px solid rgba(56,189,248,.28)}.design-analysis-frame__text{margin:0;font-size:.88rem;line-height:1.55;color:var(--text)}.design-analysis-example-list{margin:0;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:.85rem}.design-analysis-example-step{margin:0;padding:.9rem 1rem;border-radius:var(--radius-lg);border:1px solid rgba(56,189,248,.22);background:linear-gradient(165deg,#38bdf80f,#0f172a73);box-shadow:inset 0 1px #ffffff0a}.design-analysis-example-phase{display:inline-block;margin-bottom:.65rem;font-size:.78rem;font-weight:700;letter-spacing:.02em;color:#7dd3fc;padding:.2rem .55rem;border-radius:6px;background:#38bdf81f;border:1px solid rgba(56,189,248,.28)}.design-analysis-example-dl{margin:0;display:grid;gap:.5rem 0}.design-analysis-example-dl dt{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.02em;color:var(--text-muted)}.design-analysis-example-dl dd{margin:0 0 .35rem;font-size:.88rem;line-height:1.55;color:var(--text)}.design-analysis-example-dl dd:last-child{margin-bottom:0}.design-result-card--item .design-outline-list{margin:0;padding-left:1.2rem;display:flex;flex-direction:column;gap:.45rem}.design-result-card--item .design-outline-list li{font-size:.9rem;line-height:1.55;color:var(--text)}.design-link-disclaimer{margin:0 0 .75rem;font-size:.78rem;line-height:1.45;color:var(--text-muted)}.design-source-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.design-result-card--item .design-source-list{padding-left:0;margin-left:0}.design-source-item{padding:.85rem 1rem;border-radius:var(--radius-lg);border:1px solid rgba(100,130,180,.18);background:#6482b40a}.design-source-item__head{display:flex;flex-wrap:wrap;align-items:baseline;gap:.45rem .65rem;margin-bottom:.35rem}.design-source-item__type{font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--primary);background:#38bdf81f;padding:.15rem .45rem;border-radius:6px}.design-source-item__title{font-size:.9rem;font-weight:700;line-height:1.35}.design-source-item__rationale{margin:.5rem 0 0;padding:.65rem .75rem;border-radius:10px;border:1px solid rgba(100,130,180,.2);border-left:4px solid rgba(56,189,248,.45);background:#38bdf80f;font-size:.88rem;line-height:1.6;color:var(--text)}.design-dl{margin:0}.design-dl dt{font-size:.72rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-top:.65rem}.design-dl dt:first-child{margin-top:0}.design-dl dd{margin:.25rem 0 0;font-size:.9rem;line-height:1.55;color:var(--text)}.app-topbar{display:flex;align-items:center;gap:1rem;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.app-logo{height:48px;width:auto;object-fit:contain;border-radius:10px;flex-shrink:0}.app-brand{flex:1;min-width:0}.app-brand__title{font-size:1.65rem;font-weight:700;letter-spacing:-.03em;line-height:1.25;margin:0;background:linear-gradient(135deg,#f8fafc,#bae6fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.app-brand__subtitle{margin:.5rem 0 0;font-size:.9rem;color:var(--text-muted);line-height:1.45;max-width:100%;white-space:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.alert:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.results-block:focus{outline:none}.results-block:focus-visible{outline:2px solid var(--border-focus);outline-offset:4px;border-radius:var(--radius-lg)}.alert{padding:.85rem 1.1rem;border-radius:var(--radius-lg);font-size:.9rem;line-height:1.5;margin-bottom:1.5rem;transition:opacity var(--transition)}.alert--success{background:#34d3991a;color:#6ee7b7;border:1px solid rgba(52,211,153,.2)}.alert--error{background:var(--error-soft);color:var(--error-text);border:1px solid rgba(248,113,113,.18);box-shadow:0 0 0 1px #f871710f;scroll-margin-top:1.25rem;scroll-margin-bottom:1rem}.alert--info{background:#38bdf814;color:var(--text-muted);border:1px solid rgba(56,189,248,.22)}.alert--info strong,.info-guide strong{color:var(--text);font-weight:600}.copy-toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:10050;max-width:min(92vw,26rem);padding:.8rem 1.15rem;border-radius:var(--radius-lg);font-size:.9rem;font-weight:600;line-height:1.45;text-align:center;color:#e2e8f0;background:#0f172af5;border:1px solid rgba(34,211,238,.38);box-shadow:0 10px 40px #00000073;pointer-events:none}.info-guide{padding:1.15rem 1.25rem 1.2rem}.info-guide__head{display:flex;align-items:center;gap:.55rem;margin-bottom:.75rem}.info-guide__icon{display:flex;flex-shrink:0;color:var(--primary);opacity:.95}.info-guide__icon svg{width:1.35rem;height:1.35rem}.info-guide__title{margin:0;font-size:.95rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.info-guide__lead{margin:0 0 .85rem;font-size:.875rem;line-height:1.65;color:var(--text-muted)}.info-guide__list{margin:0;padding:0 0 0 .15rem;list-style:none;display:flex;flex-direction:column;gap:.65rem}.info-guide__list li{position:relative;margin:0;padding-left:1.05rem;font-size:.875rem;line-height:1.65;color:var(--text-muted)}.info-guide__list li:before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:var(--primary);opacity:.75}.form-stack-wrap{position:relative}.form-stack{display:flex;flex-direction:column;gap:1.75rem;transition:opacity var(--transition)}.form-stack--loading{pointer-events:none;opacity:.42}.form-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:#0b12208c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:var(--radius-xl);z-index:2}.form-loading-inner{text-align:center;padding:1.5rem 1.75rem;border-radius:var(--radius-lg);border:1px solid rgba(56,189,248,.22);background:#141d2ef2;box-shadow:0 12px 40px #00000059}.form-loading-spinner{display:inline-block;width:2.25rem;height:2.25rem;border:3px solid rgba(56,189,248,.2);border-top-color:var(--primary);border-radius:50%;animation:aicc-spin .75s linear infinite}.form-loading-text{margin:1rem 0 .25rem;font-size:.95rem;font-weight:600;color:var(--text)}.form-loading-hint{margin:0;font-size:.78rem;color:var(--text-muted)}.form-loading-hint--slow{margin-top:.5rem;padding-top:.75rem;border-top:1px solid rgba(56,189,248,.2);font-size:.82rem;line-height:1.45;color:#bae6fd}.form-loading-hint--very-slow{color:#e0f2fe}.form-loading-hint--extra-slow{font-size:.83rem;letter-spacing:-.01em}.form-loading-hint--long-wait{color:#f0f9ff}@keyframes aicc-spin{to{transform:rotate(360deg)}}.form-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.5rem 1.35rem 1.6rem;box-shadow:var(--shadow-card);transition:border-color var(--transition),box-shadow var(--transition)}.form-section:hover{border-color:#6482b452}.section-head{display:flex;align-items:flex-start;gap:.85rem;margin-bottom:1.35rem;padding-bottom:1rem;border-bottom:1px solid rgba(100,130,180,.12)}.section-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:#38bdf81a;color:var(--primary);flex-shrink:0}.section-icon svg{width:22px;height:22px}.section-head h2{margin:0;font-size:1.05rem;font-weight:600;letter-spacing:-.02em;color:var(--text)}.section-desc{margin:.3rem 0 0;font-size:.8rem;color:var(--text-muted);line-height:1.45}.form-grid{display:grid;gap:1.15rem}@media(min-width:600px){.form-grid.cols-2{grid-template-columns:1fr 1fr}}.form-grid.cols-2>.field--full{grid-column:1 / -1}.field{display:flex;flex-direction:column;gap:.45rem}.field-label{font-size:.8125rem;font-weight:600;color:var(--text);display:flex;align-items:center;gap:.4rem}.badge-req{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--accent-cyan);background:#22d3ee1f;padding:.15rem .45rem;border-radius:6px}.badge-opt{font-size:.65rem;font-weight:500;color:var(--text-muted);background:#8b9cb81f;padding:.15rem .45rem;border-radius:6px}.field-hint{font-size:.75rem;color:var(--text-muted);margin-top:-.15rem}.step1-curriculum-recap-wrap{margin:0 0 .55rem;padding:.45rem 0 .35rem .75rem;border-left:2px solid rgba(100,130,180,.35)}.step1-curriculum-recap__kicker{margin:0 0 .3rem;font-size:.65rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.step1-curriculum-recap{margin:0;font-size:.76rem;line-height:1.5}.step1-curriculum-recap__lead{font-weight:600;color:var(--text);opacity:.88}.step1-curriculum-recap__body{color:var(--text-muted)}.input-base,select.text-like,textarea.input-base{width:100%;padding:.7rem .9rem;border-radius:12px;border:1px solid var(--border);background:var(--surface-elevated);color:var(--text);transition:border-color var(--transition),box-shadow var(--transition),background var(--transition)}.input-base:hover,select.text-like:hover,textarea.input-base:hover{border-color:#6482b461}.input-base:focus,select.text-like:focus,textarea.input-base:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px var(--primary-glow);background:#1a2638f2}select.text-like{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238b9cb8' d='M3 4.5L6 7.5L9 4.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;padding-right:2.25rem}textarea.input-base{min-height:5.5rem;max-height:12rem;resize:vertical;line-height:1.5}.keyword-tags{display:grid;gap:.65rem}@media(min-width:600px){.keyword-tags{grid-template-columns:repeat(3,1fr)}}.tag-field{display:flex;align-items:center;gap:0;border-radius:12px;border:1px solid var(--border);background:var(--surface-elevated);overflow:hidden;transition:border-color var(--transition),box-shadow var(--transition)}.tag-field:focus-within{border-color:var(--border-focus);box-shadow:0 0 0 3px var(--primary-glow)}.tag-hash{display:flex;align-items:center;justify-content:center;padding:0 .65rem 0 .85rem;font-size:.95rem;font-weight:600;color:var(--primary);opacity:.85;-webkit-user-select:none;user-select:none}.tag-field input{flex:1;min-width:0;border:none;background:transparent;padding:.7rem .85rem .7rem 0;color:var(--text);font-size:.9rem}.tag-field input:focus{outline:none}.tag-field input::placeholder{color:var(--text-placeholder)}.section-cta{background:linear-gradient(165deg,#1a2638f2,#141d2efa);border:1px solid rgba(56,189,248,.2);box-shadow:var(--shadow-card),0 0 40px #38bdf80f}.section-cta .section-head{border-bottom-color:#38bdf81f}.btn-cta{width:100%;margin-top:.25rem;padding:1rem 1.5rem;font-size:1rem;font-weight:700;letter-spacing:-.02em;color:#0b1220;background:linear-gradient(135deg,#7dd3fc,#38bdf8 45%,#0ea5e9);border:none;border-radius:14px;cursor:pointer;transition:transform var(--transition),box-shadow var(--transition),filter var(--transition)}.btn-cta:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 28px var(--primary-glow),0 0 0 1px #ffffff1f inset;filter:brightness(1.05)}.btn-cta:active:not(:disabled){transform:translateY(0)}.btn-cta:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.results-block{margin-top:2.5rem}.results-title{font-size:1.1rem;font-weight:700;margin:0 0 1rem;color:var(--text)}.copy-all-wrap{margin-bottom:1.5rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.copy-all-wrap--results-footer{margin-top:2rem;margin-bottom:0;padding-top:1.25rem;border-top:1px solid var(--border)}.selected-questions-summary{margin-bottom:1.25rem;padding:1rem 1.1rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface-elevated)}.selected-questions-summary__label{margin:0 0 .75rem;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.selected-questions-list{margin:0;padding-left:1.25rem;font-size:.875rem;line-height:1.55;color:var(--text)}.selected-questions-list li{margin-bottom:.35rem}.selected-questions-list li:last-child{margin-bottom:0}.selected-questions-picked{margin:0;padding:.9rem 1rem .95rem;border-radius:var(--radius-lg);border:1px solid rgba(56,189,248,.2);border-left:4px solid rgba(56,189,248,.55);background:#0f172a73;box-shadow:inset 0 1px #ffffff0a}.selected-questions-picked__text{margin:0;font-size:.95rem;line-height:1.65;color:var(--text);font-weight:400}.selected-questions-picked__quote{font-weight:600;color:#f1f5f9}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem 1rem;font-size:.8125rem;font-weight:600;color:var(--primary);background:#38bdf814;border:1px solid rgba(56,189,248,.25);border-radius:10px;cursor:pointer;transition:background var(--transition),border-color var(--transition)}.btn-secondary:hover{background:#38bdf824;border-color:#38bdf866}.topic-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.5rem 1.35rem;margin-bottom:1.25rem;box-shadow:var(--shadow-card)}.topic-card h2{font-size:1.05rem;font-weight:700;margin:0 0 1rem;line-height:1.45;letter-spacing:-.02em;padding-bottom:.85rem;border-bottom:1px solid rgba(100,130,180,.12)}.section{margin-bottom:1.15rem}.section:last-child{margin-bottom:0}.section h3{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin:0 0 .45rem}.section ul{margin:0;padding-left:1.2rem}.section li{margin-bottom:.35rem;font-size:.9rem;line-height:1.5}.section .text-block{margin:0;font-size:.9rem;line-height:1.6;color:var(--text)}.text-block--muted{color:var(--text-muted);font-size:.875rem}.text-block--small{font-size:.82rem;line-height:1.55;margin-top:.35rem}.section--ethics{padding:.85rem 1rem;border-radius:12px;background:#22d3ee0f;border:1px solid rgba(34,211,238,.14)}.chips{display:flex;flex-wrap:wrap;gap:.4rem}.chips span{font-size:.78rem;padding:.3rem .6rem;border-radius:999px;background:var(--surface-elevated);border:1px solid var(--border);color:var(--text)}.chips--design-subjects{gap:.45rem}.chips--design-subjects .chip-subject{font-size:.78rem;font-weight:600;padding:.35rem .7rem;border-radius:999px;border-width:1px;border-style:solid}.chips--design-subjects .chip-subject--korean{background:#3b82f624;border-color:#3b82f673;color:#93c5fd}.chips--design-subjects .chip-subject--math{background:#a855f724;border-color:#a855f773;color:#d8b4fe}.chips--design-subjects .chip-subject--english{background:#ec48991f;border-color:#ec48996b;color:#f9a8d4}.chips--design-subjects .chip-subject--social{background:#eab3081f;border-color:#eab30866;color:#fde047}.chips--design-subjects .chip-subject--science{background:#22c55e1f;border-color:#22c55e6b;color:#86efac}.chips--design-subjects .chip-subject--info{background:#06b6d424;border-color:#06b6d473;color:#67e8f9}.chips--design-subjects .chip-subject--art{background:#f43f5e1f;border-color:#f43f5e66;color:#fda4af}.chips--design-subjects .chip-subject--music{background:#8b5cf624;border-color:#8b5cf66b;color:#c4b5fd}.chips--design-subjects .chip-subject--pe{background:#f973161f;border-color:#f973166b;color:#fdba74}.chips--design-subjects .chip-subject--home{background:#14b8a61f;border-color:#14b8a66b;color:#5eead4}.chips--design-subjects .chip-subject--alt0{background:#94a3b81f;border-color:#94a3b859;color:#e2e8f0}.chips--design-subjects .chip-subject--alt1{background:#6366f124;border-color:#6366f166;color:#a5b4fc}.chips--design-subjects .chip-subject--alt2{background:#10b9811f;border-color:#10b98161;color:#6ee7b7}.chips--design-subjects .chip-subject--alt3{background:#fbbf241a;border-color:#fbbf2461;color:#fcd34d}.chips--design-subjects .chip-subject--alt4{background:#0ea5e91f;border-color:#0ea5e966;color:#7dd3fc}.chips--design-subjects .chip-subject--alt5{background:#d946ef1a;border-color:#d946ef61;color:#e879f9}.design-related-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.design-related-card{display:flex;gap:.5rem .65rem;align-items:flex-start;margin:0;padding:.75rem .85rem .8rem .75rem;border-radius:10px;border:1px solid rgba(148,163,184,.22);background:#f1f5f90f;border-left:4px solid rgba(59,130,246,.75);box-shadow:0 1px #ffffff08}.design-related-card__num{flex-shrink:0;font-size:.9rem;font-weight:800;color:var(--text);line-height:1.35;min-width:1.5rem}.design-related-card__body{flex:1;min-width:0}.design-related-card__link{display:inline;font-size:.88rem;font-weight:600;line-height:1.45;color:#38bdf8;text-decoration:underline;text-underline-offset:2px;word-break:break-word}.design-related-card__link:hover{color:#7dd3fc}.design-related-card__summary{margin:.45rem 0 0;font-size:.8rem;line-height:1.55;color:var(--text-muted)}.copy-row{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.55rem}.btn-ghost{background:transparent;color:var(--text-muted);border:1px solid var(--border);padding:.4rem .7rem;border-radius:8px;font-size:.75rem;font-weight:500;cursor:pointer;transition:color var(--transition),border-color var(--transition),background var(--transition)}.btn-ghost:hover{color:var(--primary);border-color:#38bdf859;background:#38bdf80f}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
