*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:#fff}#root{width:100%}:root{--purple-900: #2e1065;--purple-800: #3b0764;--purple-700: #4c1d95;--purple-600: #6d28d9;--purple-500: #7c3aed;--purple-400: #8b5cf6;--purple-100: #ede9fe;--purple-50: #f5f3ff;--green-600: #059669;--green-500: #10b981;--blue-700: #1d4ed8;--blue-500: #3b82f6;--yellow-700: #b45309;--yellow-500: #f59e0b;--orange-700: #c2410c;--orange-500: #f97316;--red-800: #991b1b;--red-500: #ef4444;--gray-900: #111827;--gray-700: #374151;--gray-500: #6b7280;--gray-300: #d1d5db;--gray-100: #f3f4f6;--white: #ffffff;--font: "Apple SD Gothic Neo", "Noto Sans KR", -apple-system, BlinkMacSystemFont, sans-serif;--radius: 16px;--radius-sm: 10px;--shadow: 0 4px 24px rgba(109, 40, 217, .12);--shadow-lg: 0 8px 40px rgba(109, 40, 217, .18)}.app{font-family:var(--font);color:var(--gray-900);background:var(--white);min-height:100vh;line-height:1.7}.container{max-width:760px;margin:0 auto;padding:0 20px}.site-header{position:sticky;top:0;z-index:100;background:#ffffffeb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-300)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:52px}.header-logo{background:none;border:none;font-size:.95rem;font-weight:700;color:var(--purple-700);cursor:pointer;padding:0;font-family:var(--font);letter-spacing:-.01em;transition:opacity .15s}.header-logo:hover{opacity:.7}.header-right{display:flex;align-items:center;gap:8px}.lang-toggle{background:none;border:1.5px solid var(--gray-300);border-radius:999px;padding:5px 12px;font-size:.78rem;font-weight:600;color:var(--gray-700);cursor:pointer;font-family:var(--font);transition:border-color .15s,color .15s;white-space:nowrap}.lang-toggle:hover{border-color:var(--purple-400);color:var(--purple-600)}.header-cta{background:var(--purple-600);color:var(--white);border:none;border-radius:999px;padding:7px 18px;font-size:.82rem;font-weight:600;cursor:pointer;font-family:var(--font);transition:background .15s}.header-cta:hover{background:var(--purple-700)}.privacy-page{padding:48px 0 80px;min-height:70vh}.privacy-back{background:none;border:none;color:var(--purple-600);font-size:.88rem;font-weight:600;cursor:pointer;padding:0;margin-bottom:32px;font-family:var(--font);display:block;transition:opacity .15s}.privacy-back:hover{opacity:.7}.privacy-page h1{font-size:clamp(1.5rem,4vw,2.2rem);font-weight:800;margin-bottom:4px;letter-spacing:-.02em}.privacy-updated{font-size:.82rem;color:var(--gray-500);margin-bottom:40px}.privacy-page section{margin-bottom:36px}.privacy-page h2{font-size:1.05rem;font-weight:700;margin-bottom:12px;color:var(--gray-900)}.privacy-page p{font-size:.9rem;color:var(--gray-700);line-height:1.8;margin-bottom:10px}.privacy-page p:last-child{margin-bottom:0}.privacy-page ul{padding-left:20px;margin-bottom:10px}.privacy-page li{font-size:.9rem;color:var(--gray-700);line-height:1.8;margin-bottom:4px}.privacy-page a{color:var(--purple-600);text-decoration:underline;text-underline-offset:2px}.hero{background:linear-gradient(135deg,var(--purple-900) 0%,var(--purple-600) 100%);color:var(--white);padding:72px 0 64px;text-align:center}.hero-badge{display:inline-block;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:6px 16px;font-size:.85rem;font-weight:600;letter-spacing:.02em;margin-bottom:28px}.hero-title{font-size:clamp(1.9rem,5vw,3rem);font-weight:800;line-height:1.25;margin-bottom:28px;letter-spacing:-.02em}.hero-highlight{background:linear-gradient(90deg,#c4b5fd,#f9a8d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-stat-box{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:20px 24px;margin:0 auto 36px;max-width:560px;text-align:left}.hero-stat{font-size:.9rem;font-weight:700;margin-bottom:6px;opacity:.9}.hero-stat-detail{font-size:.88rem;opacity:.8;line-height:1.6}.cta-btn{display:inline-block;background:var(--white);color:var(--purple-700);font-size:1.05rem;font-weight:700;padding:16px 40px;border-radius:999px;border:none;cursor:pointer;box-shadow:0 4px 20px #00000040;transition:transform .15s,box-shadow .15s;letter-spacing:-.01em;font-family:var(--font)}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 28px #0000004d}.cta-btn:active{transform:translateY(0)}.cta-btn-outline{display:inline-block;background:transparent;color:var(--white);font-size:.95rem;font-weight:600;padding:12px 28px;border-radius:999px;border:2px solid rgba(255,255,255,.6);cursor:pointer;transition:background .15s;margin-top:12px;font-family:var(--font)}.cta-btn-outline:hover{background:#ffffff1a}.hero-meta{margin-top:16px;font-size:.82rem;opacity:.65}.ad-wrap{margin:20px auto}.ad-container{margin:24px 0;text-align:center}.ad-label{font-size:.7rem;color:var(--gray-500);text-align:center;margin-bottom:4px;text-transform:uppercase;letter-spacing:.08em}.ad-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:var(--gray-100);border:2px dashed var(--gray-300);border-radius:var(--radius-sm);padding:28px;color:var(--gray-500);font-size:.85rem;min-height:90px}.ad-placeholder small{font-size:.75rem;color:var(--gray-500)}.quiz-section{background:var(--purple-50);padding:48px 0 64px;min-height:60vh}.quiz-header{margin-bottom:32px}.progress-wrap{display:flex;align-items:center;gap:14px}.progress-bar{flex:1;height:8px;background:var(--purple-100);border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--purple-500),var(--purple-400));border-radius:999px;transition:width .4s ease}.progress-label{font-size:.85rem;font-weight:600;color:var(--purple-600);white-space:nowrap}.quiz-card{background:var(--white);border-radius:var(--radius);padding:40px 36px;box-shadow:var(--shadow)}.quiz-num{font-size:.8rem;font-weight:700;color:var(--purple-500);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;display:block}.quiz-question{font-size:clamp(1.1rem,3vw,1.4rem);font-weight:700;margin-bottom:28px;line-height:1.4;letter-spacing:-.01em}.options{display:flex;flex-direction:column;gap:12px}.option-btn{width:100%;text-align:left;background:var(--white);border:2px solid var(--gray-300);border-radius:var(--radius-sm);padding:16px 20px;font-size:.95rem;font-weight:500;color:var(--gray-700);cursor:pointer;transition:border-color .15s,background .15s,color .15s;line-height:1.4;font-family:var(--font)}.option-btn:hover:not(:disabled){border-color:var(--purple-400);background:var(--purple-50);color:var(--purple-700)}.option-btn.selected{border-color:var(--purple-500);background:var(--purple-100);color:var(--purple-700)}.option-btn:disabled{cursor:default}.result-section{padding:48px 0 64px;background:var(--purple-50)}.result-card{border-radius:var(--radius);padding:40px 36px;text-align:center;box-shadow:var(--shadow-lg);margin-bottom:28px;color:var(--white)}.result-green{background:linear-gradient(135deg,var(--green-600),var(--green-500))}.result-blue{background:linear-gradient(135deg,var(--blue-700),var(--blue-500))}.result-yellow{background:linear-gradient(135deg,var(--yellow-700),var(--yellow-500))}.result-orange{background:linear-gradient(135deg,var(--orange-700),var(--orange-500))}.result-red{background:linear-gradient(135deg,var(--red-800),var(--red-500))}.result-label{font-size:.85rem;font-weight:600;opacity:.85;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.result-score{font-size:clamp(3rem,8vw,5rem);font-weight:900;line-height:1;letter-spacing:-.03em;margin-bottom:4px}.result-emoji{font-size:2.5rem;margin-bottom:12px}.result-title{font-size:clamp(1.3rem,4vw,1.9rem);font-weight:800;margin-bottom:24px;letter-spacing:-.02em}.score-meter{margin:0 auto 24px;max-width:400px}.score-meter-bar{position:relative;height:10px;background:#ffffff4d;border-radius:999px;overflow:visible;margin-bottom:8px}.score-meter-fill{height:100%;background:#ffffffe6;border-radius:999px;transition:width 1s cubic-bezier(.4,0,.2,1)}.score-meter-marker{position:absolute;top:50%;transform:translate(-50%,-50%);width:18px;height:18px;background:var(--white);border:3px solid rgba(255,255,255,.5);border-radius:50%;box-shadow:0 2px 8px #0003;transition:left 1s cubic-bezier(.4,0,.2,1)}.score-meter-labels{display:flex;justify-content:space-between;font-size:.75rem;opacity:.75}.result-desc{font-size:.95rem;line-height:1.7;opacity:.92;margin-bottom:28px;max-width:480px;margin-left:auto;margin-right:auto}.share-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn-share{background:var(--white);color:var(--gray-900);border:none;border-radius:999px;padding:12px 28px;font-size:.95rem;font-weight:700;cursor:pointer;transition:opacity .15s,transform .15s;font-family:var(--font)}.btn-share:hover{opacity:.9;transform:translateY(-1px)}.btn-retry{background:#fff3;color:var(--white);border:2px solid rgba(255,255,255,.5);border-radius:999px;padding:12px 28px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .15s;font-family:var(--font)}.btn-retry:hover{background:#ffffff4d}.tips-section{margin-top:8px}.tips-title{font-size:1.2rem;font-weight:700;margin-bottom:16px;color:var(--gray-900)}.tip-card{background:var(--white);border-left:4px solid var(--purple-500);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:16px 20px;margin-bottom:12px;box-shadow:0 2px 8px #0000000f}.tip-text{font-size:.93rem;color:var(--gray-700);margin-bottom:6px;line-height:1.6}.tip-source{font-size:.75rem;color:var(--purple-500);font-weight:600}.research-section{background:var(--white);padding:72px 0}.section-title{font-size:clamp(1.4rem,4vw,2rem);font-weight:800;text-align:center;margin-bottom:8px;letter-spacing:-.02em}.section-sub{text-align:center;color:var(--gray-500);font-size:.95rem;margin-bottom:40px}.research-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:40px}.research-card{background:var(--purple-50);border-radius:var(--radius);padding:28px 24px;transition:transform .15s,box-shadow .15s}.research-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.research-svg{width:32px;height:32px;color:var(--purple-500);margin-bottom:14px;display:block}.research-source{display:inline-block;font-size:.72rem;font-weight:700;color:var(--purple-600);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.research-card h3{font-size:1rem;font-weight:700;margin-bottom:10px;line-height:1.35}.research-card p{font-size:.875rem;color:var(--gray-700);line-height:1.7}.explainer{background:var(--purple-50);border-radius:var(--radius);padding:36px 32px;margin:40px 0}.explainer h3{font-size:1.2rem;font-weight:700;margin-bottom:16px}.explainer p{font-size:.93rem;color:var(--gray-700);line-height:1.8;margin-bottom:12px}.explainer p:last-child{margin-bottom:0}.warning-section{margin:40px 0}.warning-section h3{font-size:1.2rem;font-weight:700;margin-bottom:10px}.warning-intro{font-size:.9rem;color:var(--gray-500);margin-bottom:20px}.warning-list{list-style:none;display:flex;flex-direction:column;gap:12px}.warning-list li{display:flex;align-items:flex-start;gap:12px;font-size:.93rem;color:var(--gray-700);line-height:1.5}.warning-dot{flex-shrink:0;width:8px;height:8px;border-radius:50%;background:var(--orange-500);margin-top:7px}.principles-section{margin:48px 0}.principles-section h3{font-size:1.2rem;font-weight:700;margin-bottom:20px}.principles-grid{display:flex;flex-direction:column;gap:16px}.principle-card{background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius);padding:24px 28px;display:flex;flex-direction:column;gap:8px}.principle-num{font-size:.75rem;font-weight:800;color:var(--purple-500);letter-spacing:.1em}.principle-card h4{font-size:1rem;font-weight:700;line-height:1.35;color:var(--gray-900)}.principle-card p{font-size:.875rem;color:var(--gray-700);line-height:1.75}.faq-section{margin-bottom:40px}.faq-section h3{font-size:1.2rem;font-weight:700;margin-bottom:16px}.faq-list{display:flex;flex-direction:column;gap:10px}.faq-item{background:var(--gray-100);border-radius:var(--radius-sm);overflow:hidden}.faq-item summary{padding:16px 20px;font-size:.93rem;font-weight:600;cursor:pointer;list-style:none;display:flex;align-items:center;gap:8px;color:var(--gray-900);-webkit-user-select:none;user-select:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:before{content:"+";font-size:1.1rem;font-weight:700;color:var(--purple-500);flex-shrink:0}.faq-item[open] summary:before{content:"–"}.faq-item p{padding:0 20px 16px;font-size:.875rem;color:var(--gray-700);line-height:1.7;margin:0}.stats-section{margin:40px 0}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.stat-card{background:linear-gradient(135deg,#faf5ff,#ede9fe);border-radius:12px;padding:24px 20px;text-align:center}.stat-number{font-size:2.2rem;font-weight:900;color:var(--purple-700);letter-spacing:-.03em;line-height:1;margin-bottom:8px}.stat-label{font-size:.85rem;font-weight:600;color:var(--gray-900);margin-bottom:4px;line-height:1.4}.stat-sub{font-size:.72rem;color:var(--gray-500)}.professions-section{margin:48px 0}.professions-section h3{font-size:1.2rem;font-weight:700;margin-bottom:8px}.professions-sub{font-size:.9rem;color:var(--gray-500);margin-bottom:20px}.professions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.profession-card{background:var(--white);border:1px solid var(--gray-300);border-radius:10px;padding:16px 18px;display:flex;flex-direction:column;gap:6px}.risk-badge{display:inline-block;font-size:.7rem;font-weight:700;padding:3px 9px;border-radius:999px;width:fit-content;letter-spacing:.02em}.risk-badge.high{background:#fef2f2;color:#dc2626}.risk-badge.medium{background:#fffbeb;color:#d97706}.risk-badge.low{background:#f0fdf4;color:#16a34a}.profession-name{font-size:.9rem;font-weight:700;color:var(--gray-900)}.profession-reason{font-size:.78rem;color:var(--gray-500);line-height:1.55}.routine-section{margin:48px 0}.routine-section h3{font-size:1.2rem;font-weight:700;margin-bottom:8px}.routine-sub{font-size:.9rem;color:var(--gray-500);margin-bottom:20px}.routine-groups{display:flex;flex-direction:column;gap:12px}.routine-group{background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius);padding:20px 24px}.routine-freq{display:inline-block;font-size:.72rem;font-weight:800;padding:3px 10px;border-radius:999px;margin-bottom:14px;letter-spacing:.03em}.routine-freq.purple{background:#ede9fe;color:var(--purple-700)}.routine-freq.blue{background:#dbeafe;color:#1d4ed8}.routine-freq.green{background:#dcfce7;color:#15803d}.routine-items{list-style:none;display:flex;flex-direction:column;gap:10px}.routine-item{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:var(--gray-700);line-height:1.5}.routine-check{flex-shrink:0;width:17px;height:17px;border-radius:50%;border:2px solid var(--gray-300);margin-top:2px}@media(max-width:640px){.professions-grid{grid-template-columns:1fr}}.newsletter-section{background:linear-gradient(135deg,var(--purple-900) 0%,var(--purple-700) 100%);padding:64px 0;text-align:center;color:var(--white)}.newsletter-title{font-size:clamp(1.3rem,4vw,1.9rem);font-weight:800;margin-bottom:12px;letter-spacing:-.02em}.newsletter-sub{font-size:.93rem;opacity:.8;margin-bottom:32px;line-height:1.7}.newsletter-form{display:flex;gap:10px;max-width:480px;margin:0 auto 16px}.email-input{flex:1;padding:14px 20px;border-radius:999px;border:none;font-size:.95rem;font-family:var(--font);outline:none;color:var(--gray-900)}.email-input::placeholder{color:var(--gray-500)}.email-btn{padding:14px 28px;background:var(--purple-400);color:var(--white);border:none;border-radius:999px;font-size:.95rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .15s;font-family:var(--font)}.email-btn:hover:not(:disabled){background:var(--purple-500)}.email-btn:disabled{opacity:.6;cursor:not-allowed}.email-input:disabled{opacity:.6}.email-error{margin-top:10px;font-size:.85rem;color:#fca5a5;text-align:center}.email-success{background:#ffffff26;border-radius:var(--radius-sm);padding:16px 24px;display:inline-block;font-weight:600;margin-bottom:16px}.newsletter-meta{font-size:.78rem;opacity:.55}.footer{background:var(--gray-900);color:var(--white);padding:48px 0;text-align:center}.footer-brand{font-size:1.1rem;font-weight:700;margin-bottom:12px}.footer-desc{font-size:.8rem;opacity:.5;max-width:500px;margin:0 auto 16px;line-height:1.7}.footer-links{display:flex;gap:8px;justify-content:center;align-items:center;margin-bottom:12px}.footer-links a,.footer-link-btn{font-size:.8rem;color:#ffffff80;text-decoration:none;transition:color .15s;background:none;border:none;cursor:pointer;font-family:var(--font);padding:0}.footer-links a:hover,.footer-link-btn:hover{color:#fffc}.footer-links span{color:#ffffff4d;font-size:.8rem}.footer-copy{font-size:.75rem;opacity:.3}@media(max-width:640px){.hero{padding:56px 0 48px}.research-grid{grid-template-columns:1fr}.quiz-card{padding:28px 20px}.result-card{padding:32px 20px}.explainer{padding:28px 20px}.newsletter-form{flex-direction:column;padding:0 4px}.email-input,.email-btn{width:100%}.share-row{flex-direction:column;align-items:center}.btn-share,.btn-retry{width:100%;max-width:280px}}
