*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,Pretendard,Apple SD Gothic Neo,sans-serif;background:#fafaf8;color:#1a1a1a;line-height:1.6;-webkit-text-size-adjust:100%;overflow-x:hidden}.screen,body{min-height:100dvh}.screen{display:none}.screen.active{display:flex;flex-direction:column;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes countUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.landing{justify-content:center;align-items:center;padding:2rem 1.5rem;text-align:center}.landing-inner{max-width:420px;width:100%}.landing-emoji{font-size:64px;margin-bottom:1.5rem;animation:popIn .5s ease}.landing h1{font-size:28px;font-weight:800;line-height:1.3;margin-bottom:.75rem;letter-spacing:-.02em}.landing .sub{font-size:15px;color:#777;margin-bottom:2.5rem}.landing .sub span{display:inline-block;background:#f0f0ee;padding:2px 10px;border-radius:12px;font-size:13px;margin:0 2px}.btn-start{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:320px;padding:16px 32px;background:#1a1a1a;color:#fff;border:none;border-radius:14px;font-size:17px;font-weight:700;cursor:pointer;transition:transform .15s,background .15s}.btn-start:active{transform:scale(.97);background:#333}.quiz{background:#fff}.progress-bar-wrap{position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid #f0f0ee;padding:12px 60px 10px}.progress-text{font-size:13px;font-weight:600;color:#999;margin-bottom:8px;text-align:center}.progress-text strong{color:#1a1a1a}.progress-track{height:6px;background:#f0f0ee;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:#1a1a1a;border-radius:3px;transition:width .35s cubic-bezier(.4,0,.2,1)}.quiz-body{flex:1;display:flex;flex-direction:column;padding:1.75rem 1.25rem 2rem;max-width:560px;margin:0 auto;width:100%}.quiz-body.animating{animation:slideIn .25s ease}.q-context{font-size:18px;font-weight:500;line-height:1.7;margin-bottom:.5rem;padding:1.25rem;background:#fafaf8;border-radius:12px;word-break:keep-all}.q-context u{text-decoration-color:#3b82f6;text-underline-offset:3px;text-decoration-thickness:2px;font-weight:700}.q-context.killer{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1.5px solid #fbbf24;font-weight:700;font-size:15px;text-align:center}.q-text{font-size:15px;color:#666;margin-bottom:1.5rem}.choices{list-style:none;display:flex;flex-direction:column;gap:10px}.choice-btn{display:flex;align-items:center;gap:12px;width:100%;padding:15px 18px;background:#fff;border:1.5px solid #e5e5e3;border-radius:12px;font-size:16px;font-weight:500;color:#333;cursor:pointer;transition:all .15s;text-align:left;line-height:1.4}.choice-btn:active{transform:scale(.98)}@media (hover:hover){.choice-btn:hover{border-color:#bbb;background:#fafaf8}}.choice-btn .num{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#f5f5f3;font-size:13px;font-weight:700;color:#999}.choice-btn.selected{border-color:#1a1a1a;background:#1a1a1a;color:#fff}.choice-btn.selected .num{background:rgba(255,255,255,.2);color:#fff}.choice-btn.correct{border-color:#16a34a;background:#f0fdf4;color:#15803d;font-weight:700}.choice-btn.correct .num{background:#16a34a;color:#fff}.choice-btn.wrong{border-color:#ef4444;background:#fef2f2;color:#dc2626}.choice-btn.wrong .num{background:#ef4444;color:#fff}.choice-btn.dimmed{opacity:.4}.answer-feedback{margin-top:12px;padding:12px 16px;border-radius:10px;font-size:14px;line-height:1.6;animation:countUp .25s ease;word-break:keep-all}.answer-feedback.is-correct{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.answer-feedback.is-wrong{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.answer-feedback .fb-icon{font-size:18px;margin-right:6px}.answer-feedback .fb-explain{display:block;margin-top:6px;font-size:13px;color:#666;line-height:1.5}.result{align-items:center;padding:0 0 3rem;background:#fff}.result-inner{max-width:440px;width:100%;text-align:center}.result-nav{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;font-size:14px;font-weight:600;color:#666}.result-nav button{background:none;border:none;font-size:22px;cursor:pointer;color:#333;padding:4px}.result-type-label{font-size:14px;color:#999;margin-top:.5rem;animation:countUp .4s ease .1s both}.result-type-name{font-size:26px;font-weight:800;line-height:1.3;margin:4px 0 8px;animation:countUp .4s ease .15s both}.result-rarity{display:inline-block;padding:4px 14px;border-radius:20px;font-size:13px;font-weight:700;color:#fff;animation:popIn .4s cubic-bezier(.34,1.56,.64,1) .2s both}.result-character{margin:1.5rem auto;animation:popIn .5s cubic-bezier(.34,1.56,.64,1) .3s both}.result-character img{width:200px;height:200px;object-fit:contain;filter:drop-shadow(0 8px 24px rgba(0,0,0,.1))}.result-character .emoji-large{font-size:140px;line-height:1;display:block}.result-quote{font-size:16px;color:#666;padding:12px 24px;background:#f5f5f3;border-radius:20px;display:inline-block;margin:0 1.25rem 1.5rem;line-height:1.5;animation:countUp .4s ease .4s both}.result-traits{text-align:left;padding:0 1.5rem;margin-bottom:1.5rem;animation:countUp .4s ease .5s both}.result-traits h3{font-size:17px;font-weight:800;margin-bottom:10px}.result-traits ul{list-style:none;padding:0}.result-traits li{font-size:15px;color:#555;line-height:1.6;padding:6px 0 6px 20px;position:relative}.result-traits li:before{content:"•";position:absolute;left:0;color:#bbb}.result-score-bar{padding:0 1.5rem;margin-bottom:2rem;animation:countUp .4s ease .55s both}.score-bar-label{display:flex;justify-content:space-between;font-size:13px;color:#999;margin-bottom:6px}.score-bar-label strong{color:#1a1a1a;font-size:15px}.score-bar-track{height:10px;background:#f0f0ee;border-radius:5px;overflow:hidden}.score-bar-fill{height:100%;border-radius:5px;transition:width 1s cubic-bezier(.4,0,.2,1) .6s}.share-main-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:calc(100% - 2.5rem);max-width:400px;margin:0 auto 12px;padding:16px;background:#1a1a1a;color:#fff;border:none;border-radius:14px;font-size:17px;font-weight:700;cursor:pointer;transition:all .15s;animation:countUp .4s ease .6s both}.share-main-btn:active{transform:scale(.97);background:#333}.share-row{display:flex;gap:8px;padding:0 1.25rem;margin-bottom:1.5rem;animation:countUp .4s ease .65s both}.share-row .share-btn{flex:1;padding:11px 8px;border:1.5px solid #e5e5e3;border-radius:12px;background:#fff;font-size:12px;font-weight:600;color:#333;cursor:pointer;transition:all .15s;text-align:center;white-space:nowrap}.share-row .share-btn:active{transform:scale(.97)}.share-row .share-btn.twitter{background:#0f1419;color:#fff;border-color:#0f1419}.share-row .share-btn.kakao{background:#fee500;color:#391b1b;border-color:#fee500}.share-row .share-btn.insta{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff;border-color:transparent}.result-actions{display:flex;flex-direction:column;gap:10px;padding:0 1.25rem;margin-bottom:1.5rem;animation:countUp .4s ease .7s both}.action-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:14px;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .15s;border:none}.action-btn:active{transform:scale(.97)}.action-btn--green{background:#16a34a;color:#fff}.action-btn--green:active{background:#15803d}.action-btn--outline{background:#fff;border:1.5px solid #e5e5e3;color:#666}.action-btn--outline:active{background:#fafafa}.action-btn--ghost{background:none;color:#999;font-size:14px;padding:10px}.action-btn--ghost:active{color:#666}.interstitial-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:50;display:flex;align-items:center;justify-content:center;animation:fadeIn .25s ease}.interstitial-card{background:#fff;border-radius:20px;padding:2rem 1.5rem;margin:0 1rem;max-width:360px;width:100%;text-align:center;animation:popIn .3s cubic-bezier(.34,1.56,.64,1)}.interstitial-card .inter-emoji{font-size:48px;margin-bottom:12px}.interstitial-card h3{font-size:20px;font-weight:800;margin-bottom:6px}.interstitial-card p{font-size:14px;color:#666;margin-bottom:1.5rem;line-height:1.5}.interstitial-card .inter-score{font-size:32px;font-weight:900;margin-bottom:4px}.interstitial-card .inter-sub{font-size:13px;color:#999;margin-bottom:1.5rem}.inter-btn-primary{display:block;width:100%;padding:14px;background:#16a34a;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;margin-bottom:8px;transition:all .15s}.inter-btn-primary:active{background:#15803d}.inter-btn-skip{display:block;width:100%;padding:12px;background:none;border:none;font-size:14px;font-weight:600;color:#999;cursor:pointer}.wrong-list{margin-top:4px}.wrong-item{padding:14px 16px;background:#fff;border:1px solid #f0f0ee;border-radius:10px;margin-bottom:8px}.wrong-item .wi-q{font-size:14px;color:#999;margin-bottom:4px}.wrong-item .wi-context{font-size:15px;font-weight:600;margin-bottom:6px}.wrong-item .wi-yours{font-size:13px;color:#ef4444}.wrong-item .wi-answer{font-size:13px;color:#16a34a;font-weight:600}.wrong-item .wi-explain{font-size:13px;color:#888;margin-top:6px;line-height:1.5;white-space:pre-line;word-break:keep-all}.scroll-top-btn{position:fixed;bottom:max(20px,env(safe-area-inset-bottom,20px));right:16px;z-index:100;width:44px;height:44px;border-radius:50%;border:1.5px solid #e5e5e3;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#666;font-size:14px;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .2s;display:flex;align-items:center;justify-content:center}.scroll-top-btn:active{transform:scale(.9)}.btn-save-img{display:inline-flex;align-items:center;gap:6px;padding:12px 24px;background:#fff;border:1.5px solid #e5e5e3;border-radius:12px;font-size:14px;font-weight:600;color:#666;cursor:pointer;margin-top:.5rem;animation:countUp .4s ease .85s both}.btn-save-img:active{transform:scale(.97)}#resultCanvas{display:none}.toast{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%) translateY(20px);background:#1a1a1a;color:#fff;padding:10px 20px;border-radius:10px;font-size:14px;font-weight:600;opacity:0;transition:all .3s;z-index:100;pointer-events:none;white-space:nowrap}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.back-btn{position:fixed;top:max(8px,env(safe-area-inset-top,8px));left:8px;z-index:9999;width:44px;height:44px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;touch-action:manipulation;-webkit-tap-highlight-color:transparent;filter:drop-shadow(0 0 3px rgba(255,255,255,.9)) drop-shadow(0 0 1px rgba(255,255,255,1))}.back-btn svg path{fill:#222222}