:root{color:#2a1a23;background:#fff5f7;font-family:Wanted Sans Variable,Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,sans-serif;letter-spacing:-.01em}*{box-sizing:border-box}html{min-width:320px;background:#fff5f7}body{margin:0;min-width:320px;min-height:100vh;background:#fff5f7;letter-spacing:-.01em}button{font:inherit;letter-spacing:-.01em}#root{position:relative;min-height:100vh}.bgScene{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.bgBlob,.bgHeart{position:absolute;will-change:transform}.bgBlob{border-radius:50%;filter:blur(40px);opacity:.65}.bgHeart{width:18px;height:18px;color:#ec5a8a8c;opacity:.8}.screen{position:relative;z-index:1;width:min(100%,480px);min-height:100vh;margin:0 auto;padding:24px 20px 120px;background:#ffffffc7;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.startScreen{display:flex;flex-direction:column;justify-content:center;gap:24px}.intro,.questionBlock,.resultHero,.panel,.shareCard{width:100%}.eyebrow{margin:0 0 10px;color:#ec5a8a;font-size:14px;font-weight:700;line-height:1.4}h1{margin:0;color:#2a1a23;font-size:28px;font-weight:700;line-height:1.4;letter-spacing:-.02em;overflow-wrap:anywhere}h2{margin:0 0 14px;color:#2a1a23;font-size:18px;font-weight:700;line-height:1.35;letter-spacing:-.015em}p{margin:10px 0 0;color:#5a4452;font-size:16px;line-height:1.55;overflow-wrap:anywhere}ul{margin:0;padding-left:20px;color:#5a4452;font-size:16px;line-height:1.55}li{overflow-wrap:anywhere}li+li{margin-top:8px}.actions{display:flex;flex-wrap:wrap;gap:10px}.actions>*{flex:1 1 0;min-width:0}.bottomBar{display:grid;gap:10px}.bottomBar{position:fixed;right:0;bottom:0;left:0;width:min(100%,480px);margin:0 auto;padding:16px 20px 24px;background:linear-gradient(180deg,#fff5f700,#fff5f7f5 24%);z-index:2}.primaryButton,.secondaryButton,.answerButton{width:100%;min-height:52px;border-radius:14px;padding:14px 16px;cursor:pointer;white-space:normal;overflow-wrap:anywhere;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .25s ease}.primaryButton,.secondaryButton{border:0;text-align:center;font-weight:700}.primaryButton{background:linear-gradient(135deg,#f47aa3,#ec5a8a);color:#fff;box-shadow:0 8px 20px #ec5a8a52}.primaryButton:disabled{background:#f1d6df;color:#fff;cursor:not-allowed;box-shadow:none}.secondaryButton{background:#ffe4ee;color:#b8366b}.textButton{min-height:44px;border:0;background:transparent;color:#8b6675;padding:8px 0;font-weight:700;cursor:pointer}.testHeader{display:flex;align-items:center;justify-content:space-between;min-height:44px;color:#a07d8c;font-size:14px}.progressTrack,.meterTrack{overflow:hidden;height:8px;border-radius:999px;background:#fce4ec}.progressFill,.meterFill{height:100%;border-radius:inherit}.progressFill,.anxietyFill{background:linear-gradient(90deg,#ec5a8a,#f8a5c2)}.avoidanceFill{background:linear-gradient(90deg,#b889d9,#d4a8f0)}.questionBlock{padding:36px 0 24px}.answerList{display:grid;gap:10px}.answerButton{display:grid;grid-template-columns:22px 1fr;align-items:center;gap:12px;border:1px solid #f3d9e2;background:#fff;color:#4a3340;text-align:left}.answerButton.selected{border-color:#ec5a8a;background:#fff0f5;color:#b8366b;font-weight:700;box-shadow:inset 0 0 0 1px #ec5a8a,0 4px 14px #ec5a8a2e}.answerMark{position:relative;width:22px;height:22px;border:2px solid #d8b8c4;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease}.answerButton.selected .answerMark{border-color:#ec5a8a}.answerMarkDot{width:10px;height:10px;border-radius:50%;background:#ec5a8a;display:block}.answerText{min-width:0}.resultHero{padding:12px 0 20px}.panel{margin-top:16px;border:1px solid #fbe4ec;border-radius:18px;padding:18px;background:#fff;box-shadow:0 4px 18px #ec5a8a14;display:flex;flex-direction:column;justify-content:center}.panel>*{margin-block:6px}.panel>*:first-child{margin-top:0}.panel>*:last-child{margin-bottom:0}.meter+.meter{margin-top:14px}.meterHeader{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px;color:#4a3340}.notice{border-radius:10px;padding:12px 14px;background:#fff4e1;color:#8a5a00;font-size:14px}.disclaimer{font-size:13px;color:#a07d8c}.disclaimer+.actions,.feedbackWrap+.actions{margin-top:24px}.shareCard{margin-top:16px;border-radius:18px;padding:22px;background:linear-gradient(135deg,#ffe4ee,#fbd0e0);box-shadow:0 8px 24px #ec5a8a2e}.shareCard span{display:block;margin-top:18px;color:#b8366b;font-weight:700}.shareText{white-space:pre-wrap;margin:16px 0 0;border-radius:10px;padding:14px;background:#fff5f8;color:#4a3340;font-family:inherit;font-size:15px;line-height:1.5;overflow-wrap:anywhere}@media(min-width:768px){html,body{background:#ffeef4}#root{display:flex;justify-content:center;align-items:flex-start;padding:48px 24px}.screen{width:min(100%,560px);min-height:auto;padding:40px;border-radius:24px;box-shadow:0 24px 60px #ec5a8a2e;background:#ffffffdb}.startScreen{min-height:480px}.bottomBar{position:static;width:100%;margin-top:24px;padding:0;background:transparent}.screen:has(.bottomBar){padding-bottom:40px}h1{font-size:30px}}.coupangWidget{margin:20px 0 0;padding:14px;border-radius:14px;background:#fff8fb;border:1px solid #fbe4ec}.coupangDisclosure{margin:0 0 10px;font-size:12px;line-height:1.45;color:#8b6675}.coupangFrameWrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.coupangFrameWrap iframe{display:block;border:0;max-width:none}.resultCounter{margin-top:10px;font-size:13px;color:#b8366b;font-weight:600;min-height:1.55em;transition:opacity .35s cubic-bezier(.22,1,.36,1)}.resultCounter[data-loading]{color:transparent;-webkit-user-select:none;user-select:none;position:relative}.resultCounter[data-loading]:before{content:"";position:absolute;top:50%;left:0;width:180px;max-width:60%;height:.95em;border-radius:6px;transform:translateY(-50%);background:linear-gradient(90deg,#fbe4ecb3,#fff0f5f2,#fbe4ecb3);background-size:200% 100%;animation:counterShimmer 1.4s ease-in-out infinite}@keyframes counterShimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media(prefers-reduced-motion:reduce){.resultCounter[data-loading]:before{animation:none}}.feedbackWidget{margin-top:28px;padding:20px 18px;border-radius:18px;background:linear-gradient(135deg,#ffe9f0,#fde2ed);border:1px solid #fbe4ec;display:flex;flex-direction:column;gap:12px}.feedbackTitle{margin:0;font-size:15px;font-weight:700;color:#2a1a23}.feedbackStars{display:flex;gap:6px}.feedbackStar{background:transparent;border:0;padding:4px;cursor:pointer;line-height:0;border-radius:8px;transition:transform .15s ease}.feedbackStar:hover{transform:scale(1.08)}.feedbackStar:active{transform:scale(.94)}.feedbackStar svg{width:30px;height:30px;fill:#f4c8d6;transition:fill .15s ease}.feedbackStar.active svg{fill:#ec5a8a}.feedbackStar:focus-visible{outline:2px solid #ec5a8a;outline-offset:2px}.feedbackComment{width:100%;resize:vertical;min-height:56px;padding:10px 12px;border-radius:12px;border:1px solid #f3d9e2;background:#fff;font:inherit;letter-spacing:-.01em;color:#4a3340}.feedbackComment:focus{outline:2px solid #ec5a8a;outline-offset:1px;border-color:transparent}.feedbackSubmit{align-self:flex-end;width:auto;min-width:120px;min-height:44px;padding:10px 22px}.feedbackThanks{margin:4px 0;font-size:14px;color:#b8366b;font-weight:600}
