:root { color-scheme: light dark; --bg:#f5f4ef; --surface:#fcfbf7; --text:#20231f; --muted:#5c625c; --line:#cdd0c7; --accent:#1459d9; --accent-dark:#0d43ac; --soft:#e7ecf7; --danger:#a52d25; --radius:14px; font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--bg); color:var(--text); line-height:1.65; }
button, input, select, textarea { font:inherit; }
a { color:inherit; }
.site-header { height:68px; max-width:1180px; margin:auto; padding:0 24px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); color:var(--muted); }
.brand { color:var(--text); font-weight:800; font-size:1.22rem; text-decoration:none; letter-spacing:-.04em; }
main { max-width:1180px; margin:auto; padding:0 24px; }
.intro { min-height:calc(100dvh - 68px); display:grid; grid-template-columns:minmax(0,1.6fr) minmax(260px,.7fr); gap:8vw; align-items:center; padding:72px 0; }
.kicker,.result-label { color:var(--accent); font-weight:750; margin:0 0 18px; }
h1 { max-width:820px; font-size:clamp(2.5rem,6vw,5.4rem); line-height:1.06; letter-spacing:-.065em; margin:0; }
.lede { max-width:560px; color:var(--muted); font-size:1.12rem; margin:28px 0 32px; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:0 24px; border:0; border-radius:10px; color:#f8faff; background:var(--accent-dark); font-weight:750; text-decoration:none; cursor:pointer; transition:transform .15s, background .15s; }
.button:hover { background:var(--accent); }.button:active { transform:translateY(1px); }.button:focus-visible,.text-button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible { outline:3px solid #4d80df; outline-offset:3px; }
.button:disabled { opacity:.65; cursor:wait; }
.principle { border-left:4px solid var(--accent); padding:8px 0 8px 24px; }.principle strong { font-size:1.25rem; }.principle p { color:var(--muted); margin:10px 0 0; }
.notice { margin:0 0 72px; padding:28px 32px; background:var(--soft); border-radius:var(--radius); }.notice h2 { margin:0 0 8px; font-size:1.25rem; }.notice p { margin:6px 0; max-width:900px; }
form { max-width:960px; margin:auto; }.form-section { padding:64px 0; border-top:1px solid var(--line); }.section-heading span { display:block; color:var(--accent); font-weight:700; margin-bottom:8px; }.section-heading h2 { font-size:clamp(1.6rem,3.3vw,2.5rem); line-height:1.25; letter-spacing:-.035em; margin:0 0 36px; }
.profile-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px 18px; }.profile-grid label { display:grid; gap:8px; font-weight:700; }.profile-grid .wide { grid-column:1/-1; }
input[type="text"],input:not([type]),select,textarea { width:100%; color:var(--text); background:var(--surface); border:1px solid #9da39b; border-radius:10px; padding:13px 14px; }.profile-grid input { min-height:50px; }.profile-grid textarea { min-height:120px; resize:vertical; }.profile-grid small { color:var(--muted); font-weight:400; }
.question { border:0; padding:0; margin:0 0 46px; }.question:last-child { margin-bottom:0; }.question legend { width:100%; font-weight:750; font-size:1.12rem; margin-bottom:16px; }.question legend span { display:inline-block; width:42px; color:var(--accent); }.options { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-left:42px; }.options label,.risk-list label { display:flex; align-items:flex-start; gap:12px; padding:15px 16px; border:1px solid var(--line); border-radius:10px; background:var(--surface); cursor:pointer; }.options label:has(input:checked),.risk-list label:has(input:checked) { border-color:var(--accent); box-shadow:inset 0 0 0 1px var(--accent); background:var(--soft); }.options input,.risk-list input { width:20px; height:20px; flex:0 0 auto; accent-color:var(--accent); margin-top:2px; }
.helper { color:var(--muted); margin:-20px 0 22px; }.risk-list { border:0; padding:0; display:grid; grid-template-columns:1fr 1fr; gap:10px; }.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.error-summary { padding:18px 20px; color:var(--danger); background:#fff0ed; border-left:4px solid var(--danger); border-radius:8px; font-weight:700; }.submit-row { display:flex; align-items:center; gap:20px; padding:32px 0 96px; }.submit-row p { color:var(--muted); }
.result { max-width:960px; margin:0 auto 96px; padding:clamp(32px,6vw,64px); background:var(--surface); border-top:6px solid var(--accent); border-radius:var(--radius); box-shadow:0 20px 60px rgba(31,42,35,.1); }.result:focus { outline:none; }.score { display:flex; align-items:baseline; gap:7px; }.score strong { font-size:4rem; line-height:1; letter-spacing:-.06em; }.score span { color:var(--muted); }.result h2 { font-size:clamp(2rem,4vw,3.4rem); letter-spacing:-.05em; margin:18px 0; }.result-message { font-size:1.12rem; max-width:720px; }.result-grid { display:grid; grid-template-columns:1fr 1fr; gap:28px; margin:42px 0; }.result-grid>div,.next-actions { padding:24px; background:var(--bg); border-radius:10px; }.result h3 { margin:0 0 12px; }.result ul,.result ol { margin:0; padding-left:22px; }.result li+li { margin-top:8px; }.disclaimer { color:var(--muted); font-size:.92rem; margin-top:28px; }.text-button { border:0; padding:8px 0; color:var(--accent-dark); background:transparent; font-weight:750; text-decoration:underline; cursor:pointer; }
footer { max-width:1180px; margin:auto; padding:42px 24px 64px; border-top:1px solid var(--line); display:flex; justify-content:space-between; gap:24px; color:var(--muted); }footer p { margin:0; max-width:650px; }
@media (prefers-color-scheme:dark) { :root { --bg:#171a17; --surface:#202420; --text:#f0f2ec; --muted:#b7bdb5; --line:#4e554d; --accent:#7aa5ff; --accent-dark:#315fbd; --soft:#252f45; --danger:#ff9b91; }.button{background:#315fbd;color:#fff}.error-summary{background:#3a211f}.result{box-shadow:none} }
@media (max-width:767px) { .site-header,main { padding-left:18px; padding-right:18px; }.site-header span { font-size:.85rem; }.intro { min-height:auto; grid-template-columns:1fr; gap:48px; padding:64px 0 72px; }.intro br { display:none; }h1{font-size:clamp(2.55rem,13vw,4rem)}.notice{margin-bottom:40px;padding:24px}.form-section{padding:48px 0}.profile-grid,.options,.risk-list,.result-grid{grid-template-columns:1fr}.profile-grid{gap:20px}.options{margin-left:0}.question legend span{display:block;width:auto;margin-bottom:4px}.submit-row{align-items:flex-start;flex-direction:column;padding-bottom:72px}.result{margin-bottom:64px}.score strong{font-size:3.2rem}footer{flex-direction:column} }
@media (prefers-reduced-motion:reduce) { html{scroll-behavior:auto}.button{transition:none} }

.policy{max-width:860px;padding-top:72px;padding-bottom:96px}.policy h1{font-size:clamp(2.5rem,6vw,4.8rem)}.policy section{padding:36px 0;border-top:1px solid var(--line)}.policy section h2{margin-top:0}.consultation{margin:28px 0;padding:24px;background:var(--soft);border-radius:10px}.consultation h3{margin-top:0}.consultation small{display:block;margin-top:12px;color:var(--muted)}
