:root { --ink:#243029; --muted:#656d66; --paper:#f8f6ef; --green:#315e4d; --blue:#536f84; --gold:#a97824; --coral:#a95b46; --line:rgba(36,48,41,.16); }
*{box-sizing:border-box} body{min-height:100vh;margin:0;color:var(--ink);font-family:"Noto Sans KR",sans-serif;background:linear-gradient(145deg,#fbfaf6,var(--paper))} button{font:inherit}
header,main{width:min(900px,calc(100% - 36px));margin:auto} header{height:76px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)} header p{color:var(--muted);font-size:9px;letter-spacing:.2em}.brand{display:flex;align-items:center;gap:9px;color:var(--ink);font-family:"Gowun Dodum";font-size:19px;font-weight:700;text-decoration:none}.brand span{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;color:white;background:var(--green)}
.view{display:none}.view.active{display:flex;animation:rise .4s ease both}.intro{min-height:calc(100vh - 76px);align-items:center;justify-content:space-between;gap:60px;padding:65px 6%}.intro-copy{max-width:570px}.eyebrow{margin:0 0 18px;color:var(--blue);font-size:10px;font-weight:800;letter-spacing:.18em}h1,h2,h3,p{word-break:keep-all}h1{margin:0;font-family:"Gowun Dodum";font-size:clamp(51px,7vw,78px);font-weight:400;line-height:1.13;letter-spacing:-.06em}h1 em{color:var(--blue);font-style:normal}.intro-copy>p:not(.eyebrow){margin:28px 0;color:var(--muted);font-size:15px;line-height:1.9}.primary{min-height:53px;border:0;border-radius:3px;padding:0 24px;color:white;font-weight:700;cursor:pointer;background:var(--blue)}.primary span{margin-left:20px}.primary:disabled{opacity:.35;cursor:not-allowed}.intro small{display:block;margin-top:13px;color:#999;font-size:10px}
.receipt{position:relative;flex:0 0 250px;min-height:370px;padding:34px 28px;text-align:center;background:#f0eadc;box-shadow:0 25px 60px rgba(36,48,41,.14);transform:rotate(3deg)}.receipt:after{content:"";position:absolute;bottom:-9px;left:0;width:100%;height:18px;background:linear-gradient(135deg,transparent 7px,#f0eadc 0) 0 0/18px 18px repeat-x}.receipt p{margin:0;font-weight:800;letter-spacing:.12em}.receipt>span{font-size:8px;letter-spacing:.17em}.receipt-lines{margin:38px 0}.receipt-lines i{display:block;margin:12px 0;border-top:1px dashed #afa999}.receipt b{font-size:10px;letter-spacing:.1em}.receipt strong{display:block;margin:22px;font-family:"Gowun Dodum";font-size:65px}.barcode{font-weight:900;letter-spacing:-2px}
.quiz{min-height:calc(100vh - 76px);flex-direction:column;padding:45px 0 90px}.progress{display:flex;align-items:center;gap:18px;color:var(--muted);font-size:10px}.progress i{flex:1;height:3px;background:#e5e0d4}.progress b{display:block;height:100%;background:var(--green);transition:width .3s}.back{align-self:flex-start;border:0;margin:30px 0 15px;padding:0;color:var(--muted);cursor:pointer;background:none}.question-box{border:1px solid var(--line);padding:46px 52px;background:rgba(255,255,255,.55);box-shadow:0 22px 60px rgba(36,48,41,.08)}.question-box h2,.result h2{margin:0;font-family:"Gowun Dodum";font-size:clamp(32px,5vw,45px);font-weight:400;letter-spacing:-.04em}.question-box>p:not(.eyebrow){color:var(--muted);font-size:13px}.options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:28px 0}.option{min-height:68px;border:1px solid var(--line);padding:15px 17px;color:var(--ink);text-align:left;cursor:pointer;background:transparent}.option strong{display:block;font-size:13px}.option small{display:block;margin-top:4px;color:var(--muted);font-size:10px}.option.selected{border-color:var(--green);background:rgba(49,94,77,.08)}.next{display:block;margin-left:auto}
.result{--result-color:var(--blue);flex-direction:column;padding:60px 0 100px}.result-head{text-align:center}.result-head>span{display:inline-block;margin:0 0 20px;border-radius:999px;padding:7px 12px;color:var(--result-color);font-size:10px;font-weight:700;background:#f0eee7}.result-head>p:last-child{color:var(--muted);line-height:1.8}.score-board{margin:38px 0 15px;border:1px solid var(--line);padding:25px 30px;background:white}.score-board>div:first-child{display:flex;justify-content:space-between;align-items:flex-end}.score-board small,.result-grid article>small{color:var(--coral);font-size:9px;font-weight:800;letter-spacing:.12em}.score-board strong{font-family:"Gowun Dodum";font-size:35px}.meter{height:6px;margin-top:13px;background:#e7e3d9}.meter i{display:block;height:100%;background:var(--result-color);transition:width .6s ease}.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.result-grid article{min-height:220px;border:1px solid var(--line);padding:28px;background:rgba(255,255,255,.7)}.result-grid .decision{color:white;background:var(--result-color)}.decision small,.decision p{color:rgba(255,255,255,.78)!important}.result-grid h3{margin:20px 0 10px;font-family:"Gowun Dodum";font-size:26px;font-weight:400}.result-grid p,.result-grid li{color:var(--muted);font-size:12px;line-height:1.75}.result-grid ul{margin:18px 0 0;padding-left:18px}.result-grid blockquote{margin:25px 0;font-family:"Gowun Dodum";font-size:22px;line-height:1.6}.actions{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:30px}.actions a{color:var(--ink);font-size:12px}.disclaimer{color:#777!important;font-size:9px!important;text-align:center}.result-head h2 br{display:block}
@keyframes rise{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@media(max-width:650px){header p{display:none}.intro{min-height:auto;flex-direction:column;align-items:flex-start;padding:65px 0}.receipt{align-self:center}.question-box{padding:34px 19px}.options{grid-template-columns:1fr}.result-grid{grid-template-columns:1fr}.actions{flex-direction:column}.actions button{width:100%}}
.seo-footer{width:min(900px,calc(100% - 36px));margin:0 auto;padding:24px 0 36px;border-top:1px solid var(--line)}.seo-footer nav{display:flex;justify-content:center;gap:18px;flex-wrap:wrap}.seo-footer a{color:var(--muted);font-size:12px;text-decoration:none}.seo-footer a:hover{color:var(--ink);text-decoration:underline}
