.navbar{position:fixed;left:50%;transform:translate(-50%);display:flex;justify-content:space-between;align-items:center;width:100%;padding:.4rem 2rem;z-index:9999;background-color:#00000080;backdrop-filter:blur(.1rem);-webkit-backdrop-filter:blur(1rem)}.navbar-left{display:flex;align-items:center;font-size:2rem}.navbar-right{display:flex;font-size:1.2rem;gap:2rem}.nav-button{color:#fff;text-decoration:none;font-weight:200;padding:10px 15px;min-height:44px;display:inline-flex;align-items:center}.nav-button-company-name{font-weight:300;color:#fff;text-decoration:none;letter-spacing:.4rem}.nav-button:hover{color:#0ff}.hamburger{display:none;font-size:1.8rem;color:#fff;cursor:pointer;padding:10px;min-height:44px;min-width:44px;align-items:center;justify-content:center}@media (max-width: 768px){.navbar{width:100%;padding:1rem}.navbar-right{display:none;position:absolute;top:60px;right:10px;background:#000000e6;flex-direction:column;gap:1rem;padding:1rem;border-radius:8px}.navbar-right.open,.hamburger{display:flex}}.footer{text-align:center;padding:1.5rem;margin-top:3rem;border-top:1px solid #333;font-size:.9rem;color:#aaa;background-color:#000}.footer a{color:#aaa;text-decoration:none;margin:0 1rem}.footer a:hover{color:#fff}.hero-section{padding:5rem 1.5rem;background:radial-gradient(circle at top right,#1e1b4b,#0f172a,#020617);min-height:80vh;display:flex;align-items:center;font-family:Inter,system-ui,sans-serif;color:#f8fafc;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:-20%;left:-10%;width:50%;height:60%;background:radial-gradient(circle,rgba(99,102,241,.15) 0%,transparent 60%);pointer-events:none}.hero-section:after{content:"";position:absolute;bottom:-20%;right:-10%;width:40%;height:50%;background:radial-gradient(circle,rgba(236,72,153,.15) 0%,transparent 60%);pointer-events:none}.hero-container{max-width:1250px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-text-content{display:flex;flex-direction:column;gap:1.75rem;animation:fadeUp .8s ease-out forwards;min-width:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-headline{font-size:3.5rem;font-weight:900;color:#fff;line-height:1.15;margin:0;letter-spacing:-.02em;background:linear-gradient(90deg,#f8fafc,#cbd5e1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-subtext{font-size:1.25rem;color:#94a3b8;line-height:1.6;margin:0}.hero-reviews-marquee-wrapper{overflow:hidden;position:relative;width:100%;margin-top:2rem;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.hero-reviews-marquee{display:flex;gap:1.25rem;width:max-content;animation:scroll-left 35s linear infinite}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(calc(-50% - .625rem))}}.hero-review-card{background:#0f172a66;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.25rem;width:300px;flex-shrink:0;display:flex;flex-direction:column;gap:.75rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .2s,background .2s;will-change:transform}.hero-review-card:hover{background:#1e293b99;transform:translateY(-2px)}.hero-review-header{display:flex;justify-content:space-between;align-items:center}.hero-review-name{font-size:.85rem;font-weight:800;color:#f8fafc;letter-spacing:.5px}.hero-review-stars{color:#fbbf24;font-size:.85rem;letter-spacing:2px}.hero-review-text{font-size:.85rem;color:#cbd5e1;line-height:1.6;margin:0;font-style:italic}.hero-cta-area{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.hero-cta-button{background:linear-gradient(90deg,#ec4899,#8b5cf6,#3b82f6);background-size:200% auto;color:#fff;border:none;padding:1.15rem 2.75rem;border-radius:999px;font-size:1.15rem;font-weight:800;cursor:pointer;box-shadow:0 10px 30px #8b5cf64d;transition:all .3s cubic-bezier(.25,.8,.25,1);align-self:flex-start;position:relative;overflow:hidden;animation:shine 4s infinite linear}@keyframes shine{to{background-position:200% center}}.hero-cta-button:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 15px 35px #ec489966,0 0 15px #8b5cf64d}.hero-secondary-hint{font-size:.95rem;color:#94a3b8;margin:0;padding-left:1.25rem;font-weight:500}.hero-visual-content{display:flex;justify-content:center;align-items:center;position:relative;perspective:1000px;min-width:0;width:100%}.hero-visual-content>div{animation:float 6s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@media (max-width: 992px){.hero-section{padding:3rem 1.5rem 5rem;min-height:auto}.hero-container{grid-template-columns:1fr;gap:4rem;text-align:center}.hero-text-content{align-items:center}.hero-headline{font-size:2.75rem}.hero-cta-button{align-self:center;width:100%;max-width:320px}.hero-secondary-hint,.hero-micro-hint{padding-left:0}}@media (max-width: 480px){.hero-headline{font-size:2.25rem}}.info-page{background-image:url(./About/Background.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:scroll;color:#fff;font-family:Orbitron,sans-serif;scroll-behavior:smooth;padding:0;margin:0}.info-section{min-height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;padding:0;margin:0;text-align:center;opacity:0;transform:translateY(60px);transition:opacity .8s ease-out,transform .8s ease-out}.info-section.visible{opacity:1;transform:translateY(0)}.info-section.why{text-shadow:0 2px 8px rgba(0,0,0,.4)}.info-section.how,.info-section.what{background:#00000080;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:20px;max-width:1400px;padding:10vh 8vw;margin:4vh auto;background-blend-mode:darken}.how-lead-text{font-size:1.6vw;line-height:1.8;margin-bottom:3rem}.how-steps{display:flex;justify-content:center;align-items:stretch;gap:2rem;flex-wrap:wrap;margin-bottom:3rem;width:100%;max-width:1200px}.how-card{flex:1 1 250px;background:#ffffff0d;padding:2.5rem 2rem;border-radius:12px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-align:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.2);min-height:350px}.how-card:hover{transform:translateY(-5px);background:#ffffff1a}.how-card h2{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#fff}.how-card p{font-size:1.05rem;line-height:1.8;color:#ddd;text-align:left}.how-icon{margin-bottom:1.5rem;max-width:60px}.how-icon.large{max-width:80px}.left-align{text-align:left}.how-footer-text{font-size:1.4vw;line-height:1.8;max-width:800px}.what-columns{display:flex;flex-direction:row;justify-content:space-between;gap:2vw;margin-top:2rem;flex-wrap:wrap;width:100%}.what-card{flex:1;min-width:200px;background:#ffffff0d;padding:2rem;border-radius:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:transform .3s ease,background .3s ease;text-align:left}.what-card:hover{transform:translateY(-8px);background:#ffffff1a}h1{font-size:4vw;margin-bottom:1rem}h2{font-size:2.2vw;margin-bottom:.5rem}p{font-size:1.3vw;line-height:1.6;max-width:800px}@media (max-width: 768px){h1{font-size:7vw}h2{font-size:5vw}p{font-size:4vw;padding:0 1rem}.how-steps,.what-columns{flex-direction:column;gap:1.5rem}}.chat-analysis-wrapper{font-family:Inter,Pretendard,sans-serif;display:flex;justify-content:center;align-items:center;min-height:60vh}.intro-screen{text-align:center}.start-chat-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;font-size:1.2rem;font-weight:600;border-radius:50px;cursor:pointer;box-shadow:0 4px 15px #764ba266;transition:transform .2s,box-shadow .2s}.start-chat-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #764ba299}.login-form{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px #0000001a;display:flex;flex-direction:column;gap:1rem;align-items:center;width:100%;max-width:320px}.login-form h3{margin:0;color:#2d3748}.pwd-input{padding:.8rem;width:100%;border:1px solid #e2e8f0;border-radius:.5rem;font-size:1rem}.pwd-submit{width:100%;padding:.8rem;background:#4c51bf;color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer}.chat-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#f7fafc;z-index:9999;display:flex;flex-direction:column}.chat-header{background:#fff;padding:.8rem 1.5rem;box-shadow:0 2px 4px #0000000d;display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:10}.timer-container{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:700;color:#2d3748}.timer-icon{font-size:1.2rem}.progress-bar-container{width:100%;max-width:400px;height:6px;background:#edf2f7;border-radius:3px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#48bb78,#38a169);transition:width 1s linear}.messages-container{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;background-image:radial-gradient(#e2e8f0 1px,transparent 1px);background-size:20px 20px}.message-bubble{max-width:75%;padding:.8rem 1.2rem;border-radius:1.2rem;font-size:1rem;line-height:1.5;position:relative;box-shadow:0 2px 5px #0000000d;animation:popIn .3s cubic-bezier(.175,.885,.32,1.275)}@keyframes popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.message-bubble.user{align-self:flex-end;background:#4c51bf;color:#fff;border-bottom-right-radius:.2rem}.message-bubble.assistant{align-self:flex-start;background:#fff;color:#1a202c;border-bottom-left-radius:.2rem;border:1px solid #e2e8f0}.input-section{background:#fff;padding:1rem 1.5rem;border-top:1px solid #e2e8f0;display:flex;gap:.8rem;align-items:flex-end}.input-section textarea{flex:1;padding:.8rem;border:1px solid #cbd5e0;border-radius:.8rem;resize:none;font-family:inherit;font-size:1rem;outline:none;transition:border-color .2s;max-height:100px}.input-section textarea:focus{border-color:#4c51bf}.send-btn{background:#4c51bf;color:#fff;border:none;padding:.8rem 1.2rem;border-radius:.8rem;font-weight:600;cursor:pointer;transition:background .2s;height:46px}.send-btn:hover{background:#434190}.send-btn:disabled{background:#cbd5e0;cursor:not-allowed}.analysis-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;justify-content:center;align-items:center;padding:1rem}.analysis-modal{background:#fff;width:100%;max-width:800px;max-height:90vh;border-radius:1.5rem;box-shadow:0 20px 50px #00000040;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{padding:1.5rem;background:#f7fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;font-size:1.4rem;color:#2d3748}.close-btn{background:transparent;border:1px solid #cbd5e0;padding:.4rem .8rem;border-radius:.4rem;cursor:pointer;color:#718096}.close-btn:hover{background:#edf2f7;color:#2d3748}.modal-content{padding:2rem;overflow-y:auto}.analysis-section{margin-bottom:2rem}.analysis-section h3{font-size:1.2rem;color:#4a5568;margin-bottom:1rem;border-bottom:2px solid #edf2f7;padding-bottom:.5rem}.highlight{color:#4c51bf;font-weight:800}.stat-row{display:flex;align-items:center;gap:1rem;margin-bottom:.8rem}.stat-label{width:140px;font-weight:500;color:#4a5568;font-size:.95rem}.stat-value{width:40px;text-align:right;font-weight:600;color:#2d3748;font-size:.9rem}.stat-bar-bg{flex:1;height:12px;background:#edf2f7;border-radius:6px;overflow:hidden}.stat-bar-fill{height:100%;border-radius:6px;transition:width 1s ease-out}.big5-grid{display:grid;grid-template-columns:1fr;gap:.5rem}@media (min-width: 600px){.big5-grid{grid-template-columns:1fr 1fr;gap:1.5rem}}.keywords-container{display:flex;flex-wrap:wrap;gap:.6rem}.keyword-tag{background:#ebf4ff;color:#4c51bf;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.rec-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 600px){.rec-grid{grid-template-columns:1fr 1fr}}.rec-group h4{margin:0 0 .8rem;color:#2d3748;font-size:1.05rem}.list{margin:0;padding-left:1.2rem;color:#4a5568;line-height:1.6}.error-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:#e53e3e;color:#fff;padding:1rem 2rem;border-radius:50px;font-weight:600;box-shadow:0 4px 15px #e53e3e66;z-index:11000;animation:slideUp .3s ease-out}.analysis-screen-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#f7fafc;z-index:10000;overflow-y:auto;display:flex;justify-content:center;padding:2rem 1rem}.analysis-container{background:#fff;width:100%;max-width:800px;border-radius:1.5rem;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;animation:slideUp .6s ease-out;margin-bottom:2rem}.result-header{padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;display:flex;justify-content:space-between;align-items:center}.result-header h2{margin:0;font-size:1.6rem}.restart-btn{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.4);padding:.6rem 1.2rem;border-radius:2rem;cursor:pointer;font-weight:600;transition:background .2s}.restart-btn:hover{background:#ffffff4d}.result-content{padding:2.5rem}.main-wrapper{background-color:#f6f1eb;min-height:100vh;width:100vw;padding:8rem 1rem 3rem;box-sizing:border-box;overflow-x:hidden;display:flex;flex-direction:column;align-items:center;font-family:sans-serif}.main-title{color:#7e6e4f;font-weight:700;font-size:2.5rem;margin-bottom:3rem;text-align:center}.main-card{background-color:#fefaf6;border-radius:1.5rem;padding:2rem;width:90%;max-width:500px;box-shadow:0 6px 12px #0000001a;text-align:center}.main-subtitle{color:#7e6e4f;margin-top:2rem;font-size:1.8rem}.main-description{color:#5e5143;font-size:1rem;line-height:1.6;margin-top:1rem}.main-button{margin-top:2rem;background-color:#e5d8c1;border:none;padding:.75rem 1.5rem;border-radius:.75rem;color:#333;font-size:1rem;cursor:pointer;width:100%;max-width:240px}.bg-beige{background:linear-gradient(135deg,#0f172a,#1e1b4b);color:#fff;min-height:100vh;width:100vw;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,sans-serif}.info-container{max-width:800px;margin:0 auto;padding:4rem 2rem;text-align:center;color:#f1f5f9}.info-container h2{font-size:2rem;font-weight:800;margin-bottom:2rem;background:linear-gradient(90deg,#fce7f3,#e0f2fe);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.notice-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.8rem;margin-bottom:3rem;box-shadow:0 10px 25px #0000004d;text-align:left;color:#cbd5e1}.notice-header{display:flex;align-items:center;font-weight:800;color:#f472b6;font-size:1.3rem;margin-bottom:1rem}.warning-icon{margin-right:10px;font-size:1.5rem}.notice-list{padding-left:1.5rem;font-size:1rem;color:#e2e8f0;line-height:1.7}.notice-list li{margin-bottom:12px}.label-title{font-weight:700;display:block;margin-bottom:1rem;font-size:1.2rem;color:#f8fafc}.radio-group{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2.5rem}.radio-button{background:#ffffff0d;border:1px solid rgba(255,255,255,.2);padding:1rem 2rem;border-radius:100px;cursor:pointer;font-size:1.1rem;font-weight:600;transition:all .2s ease;color:#cbd5e1}.radio-button.active{background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-color:transparent;color:#fff;box-shadow:0 4px 15px #3b82f666}.preview-container{margin-top:1.5rem;display:flex;justify-content:center}.image-preview{width:280px;height:auto;border-radius:20px;object-fit:cover;box-shadow:0 10px 25px #0006;border:2px solid rgba(255,255,255,.1)}.image-placeholder{width:280px;height:360px;border:2px dashed rgba(255,255,255,.2);border-radius:20px;background-color:#ffffff05}.submit-button{margin-top:2.5rem;padding:1.2rem 3.5rem;background:linear-gradient(90deg,#ec4899,#8b5cf6);border:none;border-radius:100px;font-weight:800;font-size:1.3rem;color:#fff;cursor:pointer;box-shadow:0 10px 20px #ec48994d;transition:all .3s ease}.submit-button:hover{transform:translateY(-2px);box-shadow:0 12px 25px #ec489980}.test-intro{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0f172a;padding:1.5rem}.intro-card{width:100%;max-width:600px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:32px;padding:3rem;text-align:center;box-shadow:0 20px 40px #0000004d}.badge{display:inline-block;background:#3b82f633;color:#60a5fa;padding:.5rem 1rem;border-radius:100px;font-size:.85rem;font-weight:700;margin-bottom:1.5rem}.title{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(to right,#fff,#94a3b8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.description{color:#94a3b8;font-size:1.1rem;line-height:1.7;margin-bottom:2.5rem}.features{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2.5rem;text-align:left}.feature-item{display:flex;gap:1rem;background:#ffffff08;padding:1.2rem;border-radius:16px;border:1px solid rgba(255,255,255,.05)}.icon{font-size:1.5rem}.text h4{color:#fff;margin-bottom:.2rem;font-size:1rem}.text p{color:#64748b;font-size:.85rem;margin:0}.info-box{background:#0003;padding:1rem;border-radius:12px;margin-bottom:2.5rem}.info-box p{color:#64748b;font-size:.85rem;margin:.3rem 0}.start-btn{width:100%;padding:1.2rem;background:#3b82f6;color:#fff;border:none;border-radius:16px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #3b82f64d}.start-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.fade-in{animation:fadeIn .8s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.intro-card{padding:2rem 1.5rem}.title{font-size:2rem}}.question-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0f172a;padding:1.5rem}.progress-bar{position:fixed;top:0;left:0;width:100%;height:6px;background:#ffffff1a;z-index:100}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6);transition:width .3s ease}.question-card{width:100%;max-width:600px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:2.5rem;box-shadow:0 20px 40px #0000004d}.q-number{color:#64748b;font-size:.9rem;font-weight:600;display:block;margin-bottom:1rem}.question-text{color:#fff;font-size:1.5rem;line-height:1.6;margin-bottom:2.5rem;word-break:keep-all}.options-grid{display:flex;flex-direction:column;gap:1rem}.option-btn{width:100%;padding:1.2rem 1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;color:#cbd5e1;font-size:1rem;text-align:left;cursor:pointer;transition:all .2s;line-height:1.5}.option-btn:hover{background:#3b82f61a;border-color:#3b82f6;color:#fff;transform:translate(4px)}@media (max-width: 480px){.question-card{padding:1.5rem}.question-text{font-size:1.25rem}}.loading-container{min-height:100vh;background:#0f172a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;color:#94a3b8}.loader-box{text-align:center}.dual-spinner{width:60px;height:60px;border:4px solid rgba(59,130,246,.1);border-left-color:#3b82f6;border-right-color:#8b5cf6;border-radius:50%;animation:spin 1.5s linear infinite;margin:0 auto 2rem}.loader-box h2{font-size:1.8rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(90deg,#3b82f6,#a78bfa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.loader-box p{color:#94a3b8;font-size:1rem}.progress-dots{display:flex;justify-content:center;gap:8px;margin-top:2rem}.progress-dots span{width:8px;height:8px;background:#3b82f6;border-radius:50%;animation:dotPulse 1.2s infinite ease-in-out}.progress-dots span:nth-child(2){animation-delay:.2s;background:#6366f1}.progress-dots span:nth-child(3){animation-delay:.4s;background:#8b5cf6}@keyframes spin{to{transform:rotate(360deg)}}@keyframes dotPulse{0%,80%,to{transform:scale(0);opacity:.3}40%{transform:scale(1);opacity:1}}.result-container{min-height:100vh;background:radial-gradient(circle at top right,#1e293b,#0f172a);color:#fff;padding:4rem 1rem;display:flex;justify-content:center;font-family:Inter,system-ui,sans-serif}.content-wrapper{max-width:800px;margin:0 auto;padding:0 1.5rem}.result-header{text-align:center;padding:3rem 0}.header-badge{display:inline-block;background:#3b82f633;color:#60a5fa;padding:.5rem 1rem;border-radius:100px;font-size:.8rem;font-weight:800;margin-bottom:1.5rem;letter-spacing:.05em}.main-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.02em}.sub-description{color:#94a3b8;font-size:1.1rem;font-weight:400}.premium-card{background:#ffffff08;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:2.5rem;box-shadow:0 10px 30px -10px #00000080}.tab-navigation{display:flex;position:relative;background:#ffffff08;padding:.6rem;border-radius:20px;border:1px solid rgba(255,255,255,.05)}.tab-navigation button{flex:1;padding:1.2rem;border:none;background:transparent;color:#94a3b8;font-weight:600;font-size:1rem;border-radius:14px;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.8rem;z-index:2}.tab-navigation button.active{color:#fff}.tab-indicator{position:absolute;top:.6rem;bottom:.6rem;left:.6rem;width:calc(50% - .6rem);background:#3b82f6;border-radius:14px;transition:transform .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #3b82f666;z-index:1}.tab-indicator.behavior{transform:translate(100%);background:#8b5cf6;box-shadow:0 4px 20px #8b5cf666}.type-name{font-size:2.5rem;font-weight:900;text-align:center;margin-bottom:.5rem}.summary-text{color:#60a5fa;text-align:center;font-size:1.2rem;font-weight:500;margin-bottom:2.5rem}.score-item{margin-bottom:2rem}.score-info{display:flex;justify-content:space-between;margin-bottom:.8rem;font-weight:600;font-size:.95rem}.progress-bg{height:10px;background:#ffffff0d;border-radius:100px;overflow:hidden}.progress-bg.mini{height:6px;margin-top:.5rem}.progress-fill{height:100%;border-radius:100px}.score-axis-desc{margin:.45rem 0 0;color:#94a3b8;font-size:.84rem;line-height:1.45}.s-bar{background:linear-gradient(90deg,#2563eb,#60a5fa)}.e-bar{background:linear-gradient(90deg,#dc2626,#f87171)}.f-bar{background:linear-gradient(90deg,#059669,#34d399)}.info-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.info-card p{line-height:1.8;color:#cbd5e1;font-size:1.05rem}.highlight{border-left:4px solid #3b82f6;background:linear-gradient(90deg,rgba(59,130,246,.05) 0%,transparent 100%)}.advice{border-left:4px solid #f59e0b;background:linear-gradient(90deg,rgba(245,158,11,.05) 0%,transparent 100%)}.traits-grid{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.5rem 0;justify-content:center}.trait-tag{padding:.5rem 1.2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:100px;color:#94a3b8;font-size:.9rem;font-weight:600}.behavior-summary{margin-bottom:2.5rem}.summary-title{font-size:1.1rem;font-weight:700;color:#94a3b8;margin-bottom:1.5rem;text-align:center}.summary-graphs{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.glass-stat-card{background:#ffffff05;border:1px solid rgba(255,255,255,.05);padding:1.5rem;border-radius:20px;display:flex;gap:1.2rem;align-items:center}.stat-icon{font-size:2rem;background:#ffffff0d;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:12px;flex-shrink:0}.stat-label{font-size:.85rem;color:#94a3b8;font-weight:600}.stat-value{font-size:1.5rem;font-weight:800;margin:.2rem 0}.stat-desc-group{margin-top:1rem;display:flex;flex-direction:column;gap:.4rem}.stat-desc{font-size:.75rem;line-height:1.4;color:#94a3b8;display:flex;align-items:baseline}.stat-desc strong{color:#fff;font-weight:700;margin-left:.2rem}.high-label{color:#3b82f6;font-weight:800;min-width:55px;font-size:.7rem}.low-label{color:#94a3b8;font-weight:800;min-width:55px;font-size:.7rem}.group-a{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.group-b{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.axis-explanations{margin-top:1rem}.section-header{margin-bottom:2rem}.section-header h3{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.section-header p{color:#94a3b8}.explanation-grid{display:grid;gap:1.5rem}.explanation-card{padding:2rem;position:relative;overflow:hidden;transition:all .3s ease}.explanation-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;opacity:.4}.style-high:before{background:#3b82f6}.style-low:before{background:#8b5cf6}.exp-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.exp-title-group{display:flex;align-items:center;gap:.8rem}.exp-icon{font-size:1.4rem}.exp-title{font-size:1.2rem;font-weight:700;color:#e2e8f0}.exp-score-badge{padding:.4rem .8rem;border-radius:8px;font-weight:800;font-size:.9rem}.exp-score-badge.high{background:#3b82f626;color:#60a5fa}.exp-score-badge.low{background:#8b5cf626;color:#a78bfa}.active-desc{background:#ffffff08;padding:1.2rem;border-radius:16px;margin-bottom:1rem;border:1px solid rgba(255,255,255,.05)}.desc-badge{display:inline-block;font-size:.7rem;text-transform:uppercase;font-weight:800;margin-bottom:.5rem;opacity:.6;letter-spacing:.05em}.active-desc p{font-size:1.05rem;line-height:1.6;font-weight:500}.inactive-desc{opacity:.3;padding:0 1rem}.inactive-desc p{font-size:.9rem;line-height:1.5}.main-actions{display:flex;gap:1.2rem;margin-top:2rem}.home-btn,.restart-btn{flex:1;padding:1.4rem;border-radius:18px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.home-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#94a3b8}.home-btn:hover{background:#ffffff14;color:#fff;transform:translateY(-2px)}.restart-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;color:#fff;box-shadow:0 10px 20px -5px #3b82f666}.restart-btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 15px 30px -5px #3b82f680}.academic-toggle-container{display:flex;justify-content:center;margin-top:1rem}.academic-toggle-btn{padding:1rem 2rem;border-radius:100px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#94a3b8;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:.8rem}.academic-toggle-btn:hover{background:#3b82f61a;border-color:#3b82f64d;color:#60a5fa}.academic-toggle-btn.active{background:#3b82f626;border-color:#3b82f6;color:#fff}.academic-report-wrapper{overflow:hidden;margin-top:1.5rem}.academic-card{background:linear-gradient(135deg,#1e293bb3,#0f172ae6);border:1px solid rgba(59,130,246,.2);padding:2rem}.academic-header-inner{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1.5rem;margin-bottom:2rem}.academic-badge-main{display:inline-block;padding:.4rem .8rem;background:#3b82f6;color:#fff;border-radius:4px;font-size:.7rem;font-weight:900;letter-spacing:.1em;margin-bottom:.8rem}.academic-header-inner h3{font-size:1.35rem;font-weight:800;color:#f8fafc}.academic-core{margin-bottom:1.4rem}.academic-core h4,.academic-mini-card h4{font-size:.98rem;font-weight:800;color:#bfdbfe;margin-bottom:.55rem;display:flex;align-items:center;gap:.6rem}.eng-sub{font-size:.75rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.05em}.academic-core p,.academic-mini-card p{line-height:1.58;color:#e2e8f0;font-size:.93rem}.academic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.academic-mini-card{background:#0f172ab8;border:1px solid rgba(96,165,250,.22);border-radius:12px;padding:.95rem 1rem}.driver-text{color:#fff!important;background:#3b82f62e;padding:.95rem 1rem;border-radius:12px;border-left:4px solid #3b82f6;display:grid;gap:.35rem}.driver-term{display:block;font-size:1.02rem;font-weight:800;line-height:1.42}.driver-desc{display:block;font-size:.92rem;font-weight:600;color:#dbeafe;line-height:1.55}.academic-lead{margin:0;color:#f8fafc;font-size:.94rem;line-height:1.62}.academic-points{margin:.5rem 0 0;padding-left:1rem;color:#cbd5e1;display:grid;gap:.3rem}.academic-points li{font-size:.86rem;line-height:1.5}.academic-footer-text{margin-top:1.4rem;padding-top:.9rem;border-top:1px solid rgba(255,255,255,.05);font-size:.8rem;color:#94a3b8;line-height:1.5}.loading-spinner{width:50px;height:50px;border:4px solid rgba(59,130,246,.1);border-top-color:#3b82f6;border-radius:50%}@media (max-width: 640px){.summary-graphs{grid-template-columns:1fr}.main-actions{flex-direction:column}.tab-navigation button span{display:none}.academic-grid{grid-template-columns:1fr}}.unified-report-flow{margin-top:3rem;display:flex;flex-direction:column;gap:4rem}.report-section{width:100%}.section-label{font-size:.85rem;font-weight:800;color:#60a5fa;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.2rem;padding-left:.5rem;border-left:3px solid #3b82f6}.highlight-card{background:linear-gradient(135deg,#3b82f61a,#8b5cf60d);border:1px solid rgba(59,130,246,.2);text-align:center}.summary-quote{font-size:1.3rem;font-weight:600;color:#e2e8f0;margin:1.5rem 0;font-style:italic;line-height:1.6}.core-insight-box{background:#0003;padding:1.5rem;border-radius:20px;margin-top:1rem;color:#94a3b8;line-height:1.8}.axis-detail-card{position:relative;overflow:hidden}.axis-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.axis-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;border-radius:18px;box-shadow:0 8px 16px #0003}.axis-status-box{display:flex;flex-direction:column;gap:.3rem}.status-label{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase}.status-name{font-size:1.6rem;font-weight:800;color:#fff;margin:0}.axis-description{font-size:1.1rem;line-height:1.8;color:#cbd5e1}.behavior-list-card{padding:2rem}.behavior-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.behavior-grid{grid-template-columns:1fr 1fr}}.behavior-item-box{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:all .3s ease}.behavior-item-box:hover{background:#ffffff0a;transform:translateY(-4px)}.beh-header{display:flex;align-items:center;gap:.8rem}.beh-icon{font-size:1.2rem}.beh-title{font-size:1.05rem;font-weight:700;color:#e2e8f0;flex:1}.beh-tag{font-size:.7rem;font-weight:800;padding:.3rem .6rem;border-radius:6px;text-transform:uppercase}.beh-tag.high{background:#3b82f626;color:#60a5fa}.beh-tag.low{background:#8b5cf626;color:#a78bfa}.beh-copy{font-size:.95rem;line-height:1.6;color:#94a3b8}.actions-footer{display:flex;gap:1rem;padding:2rem 0}.primary-btn,.secondary-btn{flex:1;padding:1.2rem;border-radius:16px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s}.primary-btn{background:#3b82f6;color:#fff;border:none}.primary-btn:hover{background:#2563eb;transform:translateY(-2px)}.secondary-btn{background:#ffffff0d;color:#94a3b8;border:1px solid rgba(255,255,255,.1)}.secondary-btn:hover{background:#ffffff14;color:#fff}.result-outline-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin-bottom:1.2rem}.result-outline-nav button{background:#ffffff08;color:#cbd5e1;border:1px solid rgba(148,163,184,.22);border-radius:12px;padding:.7rem .8rem;font-size:.86rem;font-weight:700;cursor:pointer;transition:all .2s ease}.result-outline-nav button:hover{border-color:#60a5fa99;background:#3b82f61f;color:#fff}.quick-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin-top:1rem}.quick-summary-card{text-align:left;background:#0f172a73;border:1px solid rgba(148,163,184,.2);border-radius:14px;padding:.9rem}.quick-summary-card h4{margin:0 0 .4rem;font-size:.88rem;color:#93c5fd}.quick-summary-card p{margin:0;font-size:.9rem;color:#e2e8f0;line-height:1.45}.risk-prediction-section{margin-top:1.2rem;margin-bottom:1.4rem}.risk-grid{display:grid;gap:.9rem}.risk-card{background:#ffffff08;border:1px solid rgba(148,163,184,.2);border-radius:14px;padding:.95rem}.risk-head{display:grid;grid-template-columns:auto 1fr auto;gap:.6rem;align-items:center;margin-bottom:.5rem}.risk-head strong{font-size:.95rem;color:#f8fafc}.risk-head b{font-size:.86rem;color:#60a5fa}.risk-card p{margin:.26rem 0;color:#cbd5e1;line-height:1.45;font-size:.88rem}.module-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-top:.8rem}.module-section-card{background:#0f172a8c;border:1px solid rgba(148,163,184,.2);border-radius:14px;padding:.9rem}.module-section-card h4{margin:0 0 .4rem;font-size:.9rem;color:#93c5fd;font-weight:800}.module-section-card p{margin:0;font-size:.87rem;line-height:1.5;color:#e2e8f0;white-space:pre-line}.axis-guide-card{background:#0f172a8c;border:1px solid rgba(148,163,184,.26);border-radius:16px;padding:1rem;margin-bottom:1rem}.axis-guide-intro{margin:0 0 .8rem;color:#e2e8f0;line-height:1.55;font-size:.9rem}.axis-guide-grid{display:grid;gap:.65rem}.axis-guide-item{background:#ffffff08;border:1px solid rgba(148,163,184,.2);border-radius:12px;padding:.75rem .8rem}.axis-guide-item h4{margin:0 0 .35rem;color:#93c5fd;font-size:.87rem;font-weight:800}.axis-guide-item p{margin:0;color:#cbd5e1;font-size:.84rem;line-height:1.5}.axis-guide-note{margin-top:.75rem;padding-top:.7rem;border-top:1px dashed rgba(148,163,184,.35);color:#94a3b8;font-size:.82rem;line-height:1.5}@media (max-width: 640px){.result-outline-nav,.quick-summary-grid,.module-section-grid{grid-template-columns:1fr}}.tab-switcher{display:flex;justify-content:center;gap:1.5rem;margin:2rem 0}.tab-btn{padding:1rem 2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:100px;color:#94a3b8;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s}.tab-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6;box-shadow:0 4px 15px #3b82f666}.radar-wrapper{background:#0f172a66;border-radius:20px;padding:1rem;display:flex;justify-content:center;align-items:center}.behavior-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.2rem;font-weight:800;margin-bottom:.8rem;background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.section-desc{color:#94a3b8;font-size:1.1rem}.behavior-summary{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}.beh-group{text-align:center;padding:1.5rem;background:#ffffff08;border-radius:20px;border:1px solid rgba(255,255,255,.05)}.beh-group h3{font-size:1.1rem;color:#93c5fd;margin-bottom:1.2rem}.beh-score-display{margin-bottom:1.2rem}.beh-val{font-size:3rem;font-weight:900;color:#fff;line-height:1}.beh-label{font-size:.8rem;color:#64748b;text-transform:uppercase;letter-spacing:1px;margin-top:.2rem}.beh-group p{font-size:.9rem;color:#94a3b8;line-height:1.5}.beh-card{display:flex;flex-direction:column;gap:.8rem}.beh-mini-bar{height:8px;background:#ffffff0d;border-radius:100px;overflow:hidden}.beh-fill{height:100%;background:linear-gradient(90deg,#8b5cf6,#c084fc);border-radius:100px}.beh-percent{font-size:1.1rem;font-weight:800;color:#a78bfa;text-align:right}@media (max-width: 768px){.premium-card.score-card{grid-template-columns:1fr!important}.behavior-summary{grid-template-columns:1fr}.tab-btn{padding:.8rem 1.2rem;font-size:.95rem}}.chemistry-container{padding:40px 20px;max-width:800px;margin:0 auto;text-align:center;font-family:Inter,-apple-system,sans-serif;color:#1a1a1a;box-sizing:border-box}.chem-title,.chem-hero-title{font-size:2.2rem;font-weight:700;margin-bottom:10px;background:linear-gradient(90deg,#1f4037,#99f2c8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.chem-subtitle,.chem-hero-subtitle{font-size:1.1rem;color:#666;margin-bottom:40px}.chem-benefits{display:flex;gap:20px;margin-bottom:50px}.benefit-card{flex:1;background:#f8f9fa;padding:20px;border-radius:12px;text-align:left;border:1px solid #eee}.benefit-card h3{font-size:1.1rem;margin-bottom:10px;color:#333}.benefit-card p{font-size:.95rem;color:#777;line-height:1.5}.chem-start-btn,.chem-submit-btn,.chem-share-btn,.chem-home-btn{background:#111;color:#fff;border:none;padding:16px 32px;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin:10px}.chem-start-btn:hover,.chem-submit-btn:hover,.chem-share-btn:hover{background:#333;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.chem-submit-btn:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.chem-upload-grid{display:flex;justify-content:center;gap:30px;margin-bottom:40px;flex-wrap:wrap}.chem-upload-box{background:#fff;padding:30px;border-radius:16px;border:1px solid #eaebec;box-shadow:0 4px 12px #0000000d;flex:1;min-width:250px;max-width:320px}.chem-upload-box h3{margin-bottom:20px;font-size:1.2rem;color:#444}.chem-input{width:100%;padding:12px;margin-bottom:20px;border:1px solid #eaebec;border-radius:8px;font-size:1rem;box-sizing:border-box}.chem-file-label{display:flex;align-items:center;justify-content:center;background:#f8f9fa;border:2px dashed #ccc;border-radius:12px;height:180px;cursor:pointer;overflow:hidden;color:#888;font-weight:500;transition:all .3s ease}.chem-file-label:hover{border-color:#999;background:#f1f3f5}.chem-file-label input[type=file]{display:none}.chem-preview{width:100%;height:100%;object-fit:cover}.chem-error{background:#ffe5e5;color:#d00;padding:12px 20px;border-radius:8px;margin-bottom:20px;font-size:.95rem}.ritual-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px}.geom-symbol{width:200px;height:200px;margin-bottom:30px}.ritual-svg{width:100%;height:100%}.orbit{animation:rotate 10s linear infinite;transform-origin:50% 50%}.tri1{animation:pulse 2s ease-in-out infinite alternate}.tri2{animation:rotateLeft 15s linear infinite;transform-origin:50% 50%}.node{animation:glow 1.5s ease-in-out infinite alternate}.n1{animation-delay:0s}.n2{animation-delay:.3s}.n3{animation-delay:.6s}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotateLeft{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes pulse{0%{stroke-width:.5;opacity:.6}to{stroke-width:1.5;opacity:1}}@keyframes glow{0%{r:2;opacity:.7}to{r:4;opacity:1}}.ritual-text{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:10px;animation:fadeInOut 2s infinite}.ritual-subtext{font-size:.95rem;color:#888}@keyframes fadeInOut{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.share-confidence{text-align:right;font-size:.8rem;color:#777;margin-bottom:10px;font-weight:500}.share-card{background:#fff;border-radius:20px;padding:40px;box-shadow:0 10px 40px #0000001a;margin-bottom:30px;text-align:center;box-sizing:border-box}.card-header h4{font-size:1.1rem;color:#999;text-transform:uppercase;letter-spacing:2px;margin-bottom:5px}.card-header p{font-size:1.4rem;font-weight:600;color:#222;margin-bottom:30px}.rank-title{font-size:2rem;font-weight:800;color:#111;margin-bottom:15px}.rank-desc{font-size:1rem;color:#555;line-height:1.6;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.scores-grid{display:flex;justify-content:center;gap:30px;margin-bottom:40px}.score-box{background:#fafafa;padding:20px 30px;border-radius:12px;border:1px solid #eee;min-width:150px}.score-box .box-label{display:block;font-size:.85rem;color:#777;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px}.score-box h2{font-size:2.5rem;font-weight:700;color:#222;margin:0}.goldilocks-box,.radar-box{background:#fff;border:1px solid #eaebec;border-radius:16px;padding:30px;margin-bottom:30px}.goldilocks-box h4,.radar-box h4{font-size:1.1rem;color:#333;margin-bottom:20px;text-align:left}.card-footer{font-size:1rem;font-weight:600;color:#ff5a5f;margin-top:40px;padding-top:20px;border-top:1px solid #eee}@media (max-width: 768px){.chem-upload-grid{flex-direction:column}.scores-grid{flex-direction:column;gap:15px}}.scanning-ritual{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh}.scanner-animation{width:250px;height:250px;border:2px solid rgba(255,90,95,.2);border-radius:50%;position:relative;overflow:hidden;margin-bottom:2rem;box-shadow:0 0 30px #ff5a5f1a}.scanner-grid{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(255,90,95,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,90,95,.1) 1px,transparent 1px);background-size:20px 20px;opacity:.5}.scanner-line{position:absolute;top:-50%;left:0;right:0;height:50%;background:linear-gradient(180deg,transparent 0%,rgba(255,90,95,.4) 100%);border-bottom:2px solid #FF5A5F;animation:scanLine 2.5s linear infinite}@keyframes scanLine{0%{top:-50%}to{top:100%}}.scanner-text{font-size:1.2rem;font-weight:500;color:#444;letter-spacing:1px;animation:pulseText 1.5s ease-in-out infinite alternate}@keyframes pulseText{0%{opacity:.6}to{opacity:1}}.confidence-banner{background:#fff3cd;color:#856404;padding:12px 20px;border-radius:8px;margin-bottom:20px;font-size:.95rem;font-weight:500;text-align:center}.start-us-watermark{font-size:.8rem;color:#ccc;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-top:-20px;margin-bottom:20px}.goldilocks-desc{font-size:.95rem;color:#666;margin-bottom:20px;line-height:1.5}.confidence-badge{text-align:right;font-size:.85rem;color:#888;margin-top:15px;font-weight:500}.accordion-box .accordion-header{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s}.accordion-box .accordion-header:hover{color:#ff5a5f}.accordion-box .accordion-header h4{margin-bottom:0}.accordion-box canvas{margin-top:20px}.narrative-section{margin-top:40px;display:flex;flex-direction:column;gap:20px;text-align:left}.narrative-card{background:#fff;border:1px solid #eaebec;border-radius:16px;padding:30px;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000008}.narrative-card-title{font-size:1.3rem;font-weight:700;color:#222;margin-bottom:20px;display:flex;align-items:center;gap:8px}.narrative-text{font-size:1rem;color:#444;line-height:1.7}.translation-box{margin-top:20px;background:#f8f9fa;padding:15px 20px;border-left:4px solid #FF5A5F;border-radius:4px;font-size:.95rem;color:#333}.long-text p{margin-bottom:12px}.long-text ul{padding-left:20px;margin-bottom:15px}.long-text li{margin-bottom:8px;color:#555;line-height:1.5}.notice-tip{font-weight:500;color:#1f4037;background:#e9f5f0;padding:10px 15px;border-radius:8px;font-size:.9rem}.visual-attraction-report{display:flex;flex-direction:column;gap:30px}.disclaimer-banner{background:#f8f9fa;border:1px solid #e0e0e0;padding:15px 20px;border-radius:12px;font-size:.9rem;color:#666;line-height:1.5;display:flex;align-items:flex-start;gap:10px;box-shadow:inset 0 2px 4px #00000005}.section-type{text-align:center;padding:20px 0}.type-title{font-size:2.2rem;font-weight:800;color:#1a1a1a;margin-bottom:10px}.type-summary{font-size:1.1rem;color:#555;line-height:1.6}.section-heading{font-size:1.4rem;font-weight:700;color:#222;margin-bottom:5px;border-bottom:2px solid #eaebec;padding-bottom:15px}.axis-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.attraction-card{background:#fff;border:1px solid #eaebec;border-radius:16px;padding:25px;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000008;display:flex;flex-direction:column;gap:10px;transition:transform .2s ease,box-shadow .2s ease}.attraction-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000000f}.attraction-card.locked>*:not(.lock-overlay){filter:blur(4px);opacity:.6;-webkit-user-select:none;user-select:none}.card-top{display:flex;align-items:center;gap:8px;margin-bottom:5px}.card-icon{font-size:1.3rem}.card-title{font-size:1.1rem;font-weight:600;color:#444;margin:0}.card-value{font-size:1.5rem;font-weight:800;color:#111}.card-desc{font-size:.95rem;color:#666;line-height:1.6}.lock-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff4d;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background .2s}.lock-overlay:hover{background:#ffffff1a}.lock-badge{background:#111;color:#fff;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:600;box-shadow:0 4px 10px #00000026}.narrative-block{background:#fafafa;border-radius:16px;padding:30px;border:1px solid #eaebec}.narrative-content{font-size:1.05rem;line-height:1.8;color:#333;padding:10px 0}.narrative-content strong{color:#ff5a5f}.premium-scenarios{margin-top:25px;padding-top:25px;border-top:1px dashed #ccc;position:relative}.premium-scenarios h4{font-size:1.1rem;color:#333;margin-bottom:15px}.premium-scenarios.locked>*:not(.lock-overlay){filter:blur(5px);opacity:.5;-webkit-user-select:none;user-select:none}.scenario-item{margin-bottom:20px;background:#fff;padding:15px 20px;border-left:3px solid #FF5A5F;border-radius:4px 8px 8px 4px;box-shadow:0 2px 8px #00000005}.scenario-item strong{display:block;font-size:1rem;color:#222;margin-bottom:8px}.scenario-item p{font-size:.95rem;color:#555;line-height:1.5;margin:0}.evidence-container{display:flex;flex-direction:column;gap:20px}.evidence-box{margin-bottom:0}.guide-box{margin-top:15px;padding:15px;background:#fafafa;border-radius:10px;border:1px solid #eee}.guide-box h4{font-size:1.05rem;color:#333;margin-bottom:8px}.guide-box p{font-size:.95rem;color:#666;margin:0}.warning-box{background:#fffcfc;border-color:#ffe0e0}.warning-box h4{color:#d32f2f}.narrative-card.locked .narrative-card-content{filter:blur(6px);opacity:.5;pointer-events:none;-webkit-user-select:none;user-select:none}.narrative-card-lock-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#fff6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10}.lock-content{text-align:center;background:#ffffffe6;padding:30px;border-radius:12px;box-shadow:0 10px 30px #0000001a;max-width:80%}.lock-icon{font-size:2rem;display:block;margin-bottom:15px}.lock-content p{font-size:.95rem;color:#333;font-weight:500;margin-bottom:20px;line-height:1.5}.chem-unlock-btn{background:linear-gradient(135deg,#ff5a5f,#d83a3f);color:#fff;border:none;padding:12px 24px;border-radius:30px;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px #ff5a5f4d}.chem-unlock-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff5a5f66}.va-report-container{background:#fff;border-radius:24px;padding:32px 16px;display:flex;flex-direction:column;gap:40px;max-width:800px;margin:0 auto 40px;box-sizing:border-box;font-family:Inter,-apple-system,sans-serif;color:#1a1a1a}.va-disclaimer{font-size:13px;color:#888;text-align:center;margin:0 auto;opacity:.8}.va-type-section{text-align:center;padding-top:8px}.va-type-title{font-size:28px;font-weight:800;color:#1a1a1a;margin:0 0 8px;line-height:1.3;word-break:keep-all}.va-type-desc{font-size:15px;color:#555;line-height:1.75;margin:0}.va-section-wrapper{width:100%}.va-section-heading{font-size:20px;font-weight:700;color:#222;margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid #eaebec}.va-col-layout{display:flex;flex-direction:column;gap:24px;width:100%}.attraction-card-v2{background:#fff;border:1px solid #eaebec;border-radius:20px;padding:22px;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000008;display:flex;flex-direction:column;gap:10px}.attraction-card-v2.locked{filter:blur(4px);opacity:.6;-webkit-user-select:none;user-select:none}.card-top-v2{display:flex;align-items:center;gap:8px;margin-bottom:4px}.card-icon-v2{font-size:1.3rem}.card-title-v2{font-size:18px;font-weight:600;color:#444;margin:0}.card-value-v2{font-size:1.5rem;font-weight:800;color:#111}.card-desc-v2{font-size:15px;color:#666;line-height:1.75}.direction-content{display:flex;flex-direction:column}.direction-summary{margin-top:16px;font-size:14px;color:#888;line-height:1.75;margin-bottom:0}.direction-chunk{margin-top:12px}.direction-chunk-divider{border-top:1px solid #f0f0f0;padding-top:12px}.direction-label{font-size:15px;font-weight:600;color:#333}.direction-text{margin:4px 0 0;font-size:15px;color:#666;line-height:1.75}.narrative-block-v2{background:#fafafa;border-radius:16px;padding:24px;border:1px solid #eaebec}.narrative-title{font-size:18px;font-weight:700;color:#222;margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid #eaebec}.narrative-chunk-label{font-size:14px;font-weight:600;color:#888;margin-bottom:4px}.narrative-chunk-text{margin:0;font-size:15px;color:#444;line-height:1.75}.narrative-chunks,.scenarios-container{display:flex;flex-direction:column;gap:16px}.scenario-card-v2{background:#fff;padding:20px;margin-bottom:16px;border-left:4px solid #FF5A5F;border-radius:8px;box-shadow:0 2px 8px #0000000a;cursor:pointer;position:relative;overflow:hidden}.scenario-card-v2.locked-scenario{cursor:default;border-left:4px solid #aaa}.scenario-header-v2{display:flex;align-items:center;gap:8px;margin-bottom:8px}.scenario-icon-v2{font-size:16px}.scenario-title-v2{font-size:16px;font-weight:600;color:#222;margin:0}.scenario-toggle-v2{margin-left:auto;font-size:12px;color:#aaa}.scenario-summary-v2{font-size:15px;color:#666;line-height:1.75;margin:0}.scenario-details-v2{padding-top:12px;margin-top:12px;border-top:1px solid #f0f0f0;font-size:15px;color:#555;line-height:1.75}.blur-text{filter:blur(4px);opacity:.5;-webkit-user-select:none;user-select:none}.scenario-details-wrapper{overflow:hidden}.lock-overlay-v2{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff4d;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background .2s}.lock-overlay-v2:hover{background:#ffffff1a}.lock-badge-v2{background:#111;color:#fff;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:600;box-shadow:0 4px 10px #00000026}.bg-white{background-color:#fff!important}.text-gray-900{color:#111827!important}.text-gray-800{color:#1f2937!important}.text-gray-700{color:#374151!important}.text-gray-600{color:#4b5563!important}.text-gray-500{color:#6b7280!important}.text-gray-400{color:#9ca3af!important}.text-white{color:#fff!important}.bg-gray-900{background-color:#111827!important}.border-gray-200{border-color:#e5e7eb!important}.border-gray-100{border-color:#f3f4f6!important}.bg-\[\#fafafa\]{background-color:#fafafa!important}.border-\[\#eaebec\]{border-color:#eaebec!important}.ritual-ad-wrap{width:100%;max-width:360px;margin-top:24px;padding:16px;border-radius:16px;background:#ffffffb8;border:1px solid rgba(0,0,0,.06);box-shadow:0 8px 24px #0f172a14;box-sizing:border-box}.ritual-ad{min-height:100px}@media (max-width: 480px){.ritual-ad-wrap{max-width:100%;margin-top:20px;padding:14px}}.chemistry-result-screen{padding-bottom:var(--mobile-shell-padding-bottom)}.chemistry-result-hero{display:flex;flex-direction:column;gap:16px}.chemistry-result-heading{display:flex;flex-direction:column;gap:10px;min-width:0}.chemistry-result-pairline{display:inline-flex;align-items:center;gap:10px;align-self:flex-start;padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#ffffffd1;font-size:13px;font-weight:700;white-space:normal;word-break:keep-all;overflow-wrap:break-word}.chemistry-result-cross{color:#ffffff61}.chemistry-result-title{color:#f8fafc}.chemistry-result-desc{max-width:640px;white-space:normal;word-break:keep-all;overflow-wrap:break-word}.chemistry-top-highlight{display:flex;flex-direction:column;gap:6px;padding:var(--mobile-card-padding);border-radius:var(--mobile-card-radius-sm);background:linear-gradient(135deg,#ff6b8a24,#818cf81f);border:1px solid rgba(255,255,255,.1);color:#ffffffc7}.chemistry-top-highlight strong{color:#fff;font-size:16px;line-height:1.45;white-space:normal;word-break:keep-all;overflow-wrap:break-word}.chemistry-top-highlight span{font-size:14px;line-height:1.6;white-space:normal;word-break:keep-all;overflow-wrap:break-word}.chemistry-share-card{background:linear-gradient(135deg,#13111f,#1a162e);border:1px solid rgba(255,255,255,.08);border-radius:var(--mobile-card-radius);padding:var(--mobile-card-padding);text-align:center;box-sizing:border-box}.chemistry-share-card-top{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px;font-size:11px;letter-spacing:.06em;text-transform:uppercase}.chemistry-share-label{color:#ffffff59;font-weight:700}.chemistry-share-confidence{color:#ffffff7a;font-weight:600}.chemistry-share-names{display:inline-flex;align-items:center;gap:10px;margin-bottom:8px;font-size:17px;font-weight:700;color:#ffffffe0}.chemistry-share-title{display:block;margin-bottom:8px;font-size:22px;line-height:1.35;color:#fff;white-space:normal;word-break:keep-all;overflow-wrap:break-word}.chemistry-share-desc{margin:0 auto 14px;max-width:34rem;color:#cbd5e1;line-height:1.65;font-size:14px;white-space:normal;word-break:keep-all;overflow-wrap:break-word}.chemistry-result-chip-row{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.chemistry-result-chip{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 12px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:#ffffffbd;font-size:12px;font-weight:600}.chemistry-result-actions{background:#0c0c14b8}.chemistry-result-actions-stack,.chem-bottom-action-grid{gap:10px}.chem-premium-cta{background:linear-gradient(135deg,#fb7185,#a855f7 52%,#60a5fa);color:#fff;box-shadow:0 14px 32px #a855f747}.chem-report-shell{display:flex;flex-direction:column;gap:var(--mobile-section-gap);min-width:0}.chem-report-hero,.chem-report-section{background:linear-gradient(160deg,#11111ceb,#121020f5);border:1px solid rgba(255,255,255,.08);border-radius:var(--mobile-card-radius);padding:var(--mobile-card-padding-lg);color:#fff;box-shadow:var(--mobile-surface-shadow-strong)}.chem-pair-row{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}.chem-pair-avatar{display:flex;flex-direction:column;align-items:center;gap:8px}.chem-pair-avatar img,.chem-pair-avatar-fallback{width:72px;height:72px;border-radius:50%;border:2px solid rgba(255,255,255,.2);object-fit:cover}.chem-pair-avatar span{font-size:13px;font-weight:700;color:#ffffffd1}.chem-pair-divider{color:#ffffff57;font-size:20px;font-weight:700}.chem-report-copy{display:flex;flex-direction:column;gap:10px;text-align:center;margin-top:18px;min-width:0}.chem-report-kicker,.chem-report-eyebrow{display:inline-flex;align-items:center;align-self:flex-start;width:fit-content;padding:6px 10px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);font-size:11px;letter-spacing:1.2px;text-transform:uppercase;color:#ffffff9e;font-weight:700}.chem-report-copy .chem-report-kicker{align-self:center}.chem-report-copy h1{margin:0;font-size:clamp(26px,7vw,34px);line-height:1.28}.chem-report-copy p{margin:0;color:#ffffffb8;font-size:15px;line-height:1.7;white-space:normal;word-break:keep-all;overflow-wrap:break-word}.chem-attraction-headline{font-size:20px!important;line-height:1.5!important;color:#fff!important;font-weight:700}.chem-highlight-strip{display:flex;flex-direction:column;gap:6px;padding:calc(var(--mobile-card-padding) - 2px) var(--mobile-card-padding);border-radius:var(--mobile-card-radius-sm);background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.chem-highlight-strip strong{font-size:16px;line-height:1.45;white-space:normal;word-break:keep-all;overflow-wrap:break-word}.chem-highlight-strip span{color:#ffffffa8;font-size:14px;line-height:1.55;white-space:normal;word-break:keep-all;overflow-wrap:break-word}.chem-metric-grid,.chem-direction-grid,.chem-reason-grid,.chem-deep-grid{display:grid;grid-template-columns:1fr;gap:var(--mobile-card-gap)}.chem-metric-card{display:flex;flex-direction:column;gap:8px;padding:var(--mobile-card-padding);border-radius:var(--mobile-card-radius-sm);border:1px solid rgba(255,255,255,.08);background:#ffffff0a}.chem-metric-card strong{font-size:26px;line-height:1;color:#fff}.chem-metric-label{font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#ffffff8f}.chem-metric-card p{margin:0;color:#ffffffa3;font-size:14px;line-height:1.55}.chem-metric-card-pink strong{color:#ff8db0}.chem-metric-card-blue strong{color:#9ab6ff}.chem-metric-card-mint strong{color:#6ee7c9}.chem-report-heading{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.chem-report-heading h2{margin:0;font-size:22px;line-height:1.35}.chem-report-heading p{margin:0;color:#ffffffa8;font-size:14px;line-height:1.65;white-space:normal;word-break:keep-all;overflow-wrap:break-word}.chem-flow-summary{display:flex;flex-direction:column;gap:8px;padding:var(--mobile-card-padding);border-radius:var(--mobile-card-radius-sm);border:1px solid rgba(255,255,255,.08);background:#ffffff0a;margin-bottom:12px}.chem-flow-summary strong{font-size:18px;color:#fff;line-height:1.4}.chem-flow-summary p{margin:0;color:#ffffffad;font-size:14px;line-height:1.65;white-space:normal;word-break:keep-all;overflow-wrap:break-word}.chem-flow-label{display:inline-block;margin-bottom:6px;font-size:11px;font-weight:700;letter-spacing:1.1px;text-transform:uppercase;color:#ffffff80}.chem-flow-summary-pink{background:linear-gradient(135deg,#ff6b8a24,#ffffff0a)}.chem-flow-summary-blue{background:linear-gradient(135deg,#818cf829,#ffffff0a)}.chem-flow-summary-balanced{background:linear-gradient(135deg,#3b82f624,#10b9811f)}.chem-direction-card{display:flex;flex-direction:column;gap:8px;padding:var(--mobile-card-padding);border-radius:var(--mobile-card-radius-sm);border:1px solid rgba(255,255,255,.08);background:#ffffff0a;min-width:0}.chem-direction-card.is-lead{box-shadow:0 12px 28px #0707122e}.chem-direction-card-pink{background:linear-gradient(135deg,#ff6b8a1f,#ffffff08)}.chem-direction-card-blue{background:linear-gradient(135deg,#818cf81f,#ffffff08)}.chem-direction-top{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.chem-direction-top span{font-size:13px;font-weight:700;color:#ffffffb8;min-width:0;flex:1 1 auto;white-space:normal;word-break:keep-all;overflow-wrap:break-word}.chem-direction-top strong{font-size:22px;line-height:1;color:#fff}.chem-direction-card p{margin:0;color:#ffffffa8;font-size:14px;line-height:1.6;white-space:normal;word-break:keep-all;overflow-wrap:break-word}.chem-reason-card{display:flex;flex-direction:column;gap:14px;padding:var(--mobile-card-padding);border-radius:var(--mobile-card-radius);border:1px solid rgba(255,255,255,.08);background:#ffffff0a}.chem-reason-person{display:flex;align-items:center;gap:12px}.chem-reason-person img,.chem-reason-person-fallback{width:58px;height:58px;border-radius:50%;border:2px solid rgba(255,255,255,.18);object-fit:cover}.chem-reason-caption{display:block;margin-bottom:4px;color:#ffffff80;font-size:12px}.chem-reason-person strong{font-size:16px;line-height:1.35;color:#fff}.chem-reason-card p{margin:0;font-size:14px;line-height:1.65;color:#ffffffb3;white-space:normal;word-break:keep-all;overflow-wrap:break-word}.chem-reason-card-pink{background:linear-gradient(135deg,#ff6b8a1a,#ffffff0a)}.chem-reason-card-blue{background:linear-gradient(135deg,#818cf81a,#ffffff0a)}.chem-reason-card-mint{background:linear-gradient(135deg,#34d3991a,#ffffff0a)}.chem-inline-note{margin:14px 0 0;color:#ffffff85;font-size:13px;line-height:1.6}.chem-premium-lock-card{position:relative;overflow:hidden;background:radial-gradient(circle at top right,rgba(251,113,133,.18),transparent 38%),radial-gradient(circle at bottom left,rgba(96,165,250,.16),transparent 34%),linear-gradient(160deg,#11111cf5,#141224fa)}.chem-premium-lock-header{position:relative;z-index:1;display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.chem-premium-lock-header h2{margin:0;font-size:24px;line-height:1.35}.chem-premium-lock-header p,.chem-premium-lock-actions p{margin:0;color:#ffffffad;font-size:14px;line-height:1.6}.chem-premium-badge{display:inline-flex;align-items:center;align-self:flex-start;padding:6px 10px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fbcfe8;font-size:11px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.chem-premium-lock-preview{position:relative;min-height:88px;margin-bottom:16px;border-radius:var(--mobile-card-radius-sm);border:1px solid rgba(255,255,255,.08);background:#ffffff0a;overflow:hidden}.chem-premium-lock-blur,.chem-premium-lock-glow{position:absolute;top:0;right:0;bottom:0;left:0}.chem-premium-lock-blur{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(135deg,#ffffff14,#ffffff05),repeating-linear-gradient(-24deg,#ffffff14,#ffffff14 16px,#ffffff05 16px,#ffffff05 32px)}.chem-premium-lock-glow{background:radial-gradient(circle at 22% 28%,rgba(251,113,133,.22),transparent 26%),radial-gradient(circle at 78% 68%,rgba(96,165,250,.18),transparent 24%)}.chem-premium-lock-list{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:10px;padding:0;margin:0 0 18px;list-style:none}.chem-premium-lock-list li{display:flex;align-items:flex-start;gap:10px;padding:13px 14px;border-radius:var(--mobile-card-radius-sm);background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#ffffffd1;font-size:14px;line-height:1.55}.chem-premium-lock-list li:before{content:"LOCK";flex-shrink:0;margin-top:1px;color:#f9a8d4;font-size:10px;font-weight:800;letter-spacing:.8px}.chem-premium-lock-actions{position:relative;z-index:1;display:flex;flex-direction:column;gap:10px}.chem-scenario-list{display:flex;flex-direction:column;gap:var(--mobile-card-gap)}.chem-scenario-card{width:100%;padding:var(--mobile-card-padding);border:1px solid rgba(255,255,255,.08);border-radius:var(--mobile-card-radius-sm);background:#ffffff0a;color:inherit;text-align:left;cursor:pointer}.chem-scenario-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.chem-scenario-top strong{font-size:15px;line-height:1.45;color:#fff}.chem-scenario-top span{flex-shrink:0;color:#ffffff75;font-size:12px;font-weight:700}.chem-scenario-card p{margin:0;color:#ffffffad;font-size:14px;line-height:1.6;white-space:normal;word-break:keep-all;overflow-wrap:break-word}.chem-scenario-details{overflow:hidden}.chem-scenario-details>div{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08);color:#ffffffb8;font-size:14px;line-height:1.65;white-space:normal;word-break:keep-all;overflow-wrap:break-word}.chem-deep-card{padding:var(--mobile-card-padding);border-radius:var(--mobile-card-radius);border:1px solid rgba(255,255,255,.08);background:#ffffff0a}.chem-deep-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.chem-deep-card-top strong{font-size:16px;color:#fff}.chem-deep-card p{margin:0 0 14px;font-size:14px;color:#ffffffa8;line-height:1.6;white-space:normal;word-break:keep-all;overflow-wrap:break-word}.chem-level-pill{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:5px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.6px}.chem-level-pill-mint{color:#99f6e4;background:#34d3991f;border:1px solid rgba(52,211,153,.24)}.chem-level-pill-pink{color:#ffc2d2;background:#ff6b8a1f;border:1px solid rgba(255,107,138,.24)}.chem-deep-card-toggle{cursor:pointer}.chem-toggle-caret{color:#ffffff73;font-size:18px;transition:transform .2s ease}.chem-toggle-caret.is-open{transform:rotate(180deg)}.chem-dna-panel{overflow:hidden}@media (min-width: 720px){.chem-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.chem-direction-grid,.chem-reason-grid,.chem-deep-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.chem-bottom-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 640px){.chemistry-result-screen{padding-top:var(--mobile-shell-padding-top-compact)}.chemistry-share-card,.chem-report-hero,.chem-report-section{padding:var(--mobile-card-padding);border-radius:var(--mobile-card-radius)}.chemistry-share-card-top{flex-direction:column;align-items:flex-start;margin-bottom:10px}.chemistry-share-title{font-size:20px}.chemistry-result-actions{z-index:6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.chem-report-copy{text-align:left}.chem-report-copy .chem-report-kicker{align-self:flex-start}}.chem-package-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:flex-end;justify-content:center;padding:1rem;background:#020617b8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.chem-package-modal{width:min(100%,460px);max-height:min(88vh,820px);overflow-y:auto;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:radial-gradient(circle at top left,rgba(236,72,153,.22),transparent 36%),radial-gradient(circle at top right,rgba(124,58,237,.24),transparent 42%),#0f172ae0;box-shadow:0 28px 90px #00000080;padding:1.1rem;color:#f8fafc}.chem-package-modal-header{position:relative;display:flex;flex-direction:column;gap:.55rem;padding:.25rem .25rem .75rem}.chem-package-modal-header h2{margin:0;font-size:1.35rem;letter-spacing:0}.chem-package-modal-header p{margin:0;color:#cbd5e1;font-size:.92rem;line-height:1.55}.chem-package-close{position:absolute;top:0;right:0;width:34px;height:34px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#0f172ab3;color:#e2e8f0;cursor:pointer;font-weight:800}.chem-package-stack,.chem-package-card,.chem-package-card-top div{display:flex;flex-direction:column}.chem-package-stack{gap:.9rem}.chem-package-card{gap:.85rem;padding:1rem;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#ffffff12;box-shadow:inset 0 1px #ffffff14}.chem-package-card.is-recommended{border-color:#ec4899c7;background:linear-gradient(135deg,#ec489929,#7c3aed21),#ffffff14;box-shadow:0 18px 44px #ec48992e}.chem-package-card-top{display:flex;justify-content:space-between;gap:.85rem;align-items:flex-start}.chem-package-card-top div{gap:.28rem;min-width:0}.chem-package-card-top strong{font-size:1rem;color:#fff}.chem-package-card-top span{color:#cbd5e1;font-size:.9rem;line-height:1.4}.chem-package-card-top em{flex:0 0 auto;border-radius:999px;padding:.35rem .62rem;background:#ec489938;color:#fbcfe8;border:1px solid rgba(244,114,182,.4);font-size:.72rem;font-style:normal;font-weight:900}.chem-package-price-row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.chem-package-price-row span{color:#fff;font-size:1.45rem;font-weight:900}.chem-package-price-row small{color:#a5b4fc;font-size:.88rem;font-weight:800}.chem-package-card p{margin:0;color:#cbd5e1;font-size:.9rem;line-height:1.5}.chem-package-pay-btn{width:100%;border:none;border-radius:14px;padding:.92rem 1rem;background:#ffffff1f;color:#fff;font-size:.96rem;font-weight:900;cursor:pointer}.chem-package-pay-btn.is-recommended{background:linear-gradient(90deg,#7c3aed,#9333ea,#ec4899);box-shadow:0 12px 28px #ec489942}@media (min-width: 720px){.chem-package-modal-backdrop{align-items:center}}.insights-container{max-width:1200px;margin:0 auto;padding:4rem 2rem;min-height:80vh}.insights-header{text-align:center;margin-bottom:4rem}.insights-title{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#f9fafb,#d1d5db);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem;letter-spacing:-.02em}.insights-subtitle{font-size:1.2rem;color:#9ca3af;max-width:600px;margin:0 auto;line-height:1.6}.category-filter{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.category-btn{padding:.6rem 1.2rem;border-radius:50px;border:1px solid #374151;background:#1f2937;color:#d1d5db;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.category-btn:hover{border-color:#6b7280;color:#f9fafb;background:#374151}.category-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.insights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2.5rem}.insight-card{background:#1f2937;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0003;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;display:flex;flex-direction:column;height:100%;border:1px solid #374151}.insight-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0006}.card-thumb-wrapper{position:relative;padding-top:60%;overflow:hidden;background:#f5f5f5}.card-thumb{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.insight-card:hover .card-thumb{transform:scale(1.05)}.card-content{padding:1.8rem;display:flex;flex-direction:column;flex-grow:1}.card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.85rem}.card-category{color:#3b82f6;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.card-date{color:#6b7280}.card-title{font-size:1.4rem;font-weight:700;color:#f3f4f6;margin-bottom:.8rem;line-height:1.4}.card-summary{font-size:1rem;color:#9ca3af;line-height:1.6;margin-bottom:1.5rem;flex-grow:1;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-footer{margin-top:auto;padding-top:1rem;border-top:1px solid #374151;color:#3b82f6;font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:.5rem}.insight-detail-container{max-width:800px;margin:0 auto;padding:4rem 2rem}.detail-header{text-align:center;margin-bottom:3rem}.detail-category{display:inline-block;padding:.4rem 1rem;background:#3b82f61a;color:#3b82f6;border-radius:50px;font-weight:600;font-size:.9rem;margin-bottom:1.5rem}.detail-title{font-size:2.8rem;font-weight:800;color:#f3f4f6!important;line-height:1.3;margin-bottom:1.5rem;word-break:keep-all}.detail-meta{color:#9ca3af!important;font-size:1rem}.detail-thumb{width:100%;height:auto;border-radius:20px;margin-bottom:4rem;box-shadow:0 10px 30px #00000014}.markdown-content{font-size:1.15rem;line-height:1.8;color:#e5e7eb!important}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4,.markdown-content h5,.markdown-content h6{color:#f9fafb!important;margin-top:3rem;margin-bottom:1.5rem;font-weight:700}.markdown-content h1{font-size:2.2rem}.markdown-content h2{font-size:1.8rem;border-bottom:2px solid #374151;padding-bottom:.5rem}.markdown-content h3{font-size:1.4rem}.markdown-content p{margin-bottom:1.5rem;color:#e5e7eb!important}.markdown-content strong{color:#f9fafb!important;font-weight:700}.markdown-content ul,.markdown-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.markdown-content li{margin-bottom:.5rem;color:#e5e7eb!important}.markdown-content blockquote{border-left:4px solid #60a5fa;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#e5e7eb!important;background:#1f2937;padding:1.5rem;border-radius:0 12px 12px 0}@media (max-width: 768px){.insights-title{font-size:2.2rem}.detail-title{font-size:2rem}.insights-grid{grid-template-columns:1fr}.markdown-content{font-size:1.05rem}}body{margin:0;padding:0;background:#000;color:#fff;min-height:100dvh}@keyframes pulse{0%{transform:scale(1);opacity:.9}to{transform:scale(1.15);opacity:.6}}:root{--safe-area-top: env(safe-area-inset-top, 0px);--safe-area-right: env(safe-area-inset-right, 0px);--safe-area-bottom: env(safe-area-inset-bottom, 0px);--safe-area-left: env(safe-area-inset-left, 0px);--bg-dark: #0b0f14;--bg-card: #151a21;--bg-card-hover: #1c222b;--primary: #3b82f6;--primary-glow: rgba(59, 130, 246, .5);--text-main: #ffffff;--text-muted: #9ca3af;--border-color: #2d3748;--container-max: 1200px;--header-height: 64px;--mobile-shell-max: 420px;--mobile-shell-padding-x: clamp(16px, 4vw, 22px);--mobile-shell-padding-top: calc(var(--safe-area-top) + 20px);--mobile-shell-padding-top-compact: calc(var(--safe-area-top) + 12px);--mobile-shell-padding-bottom: calc(var(--safe-area-bottom) + 24px);--mobile-sticky-bottom: max(12px, calc(var(--safe-area-bottom) + 8px));--mobile-card-radius: 22px;--mobile-card-radius-sm: 18px;--mobile-card-padding: 1rem;--mobile-card-padding-lg: 1.125rem;--mobile-card-gap: 14px;--mobile-section-gap: 20px;--mobile-button-height: 54px;--mobile-button-radius: 18px;--mobile-button-padding-x: 1.1rem;--mobile-button-shadow: 0 12px 26px rgba(139, 92, 246, .28);--mobile-button-shadow-strong: 0 14px 30px rgba(139, 92, 246, .32);--mobile-surface-shadow: 0 16px 40px rgba(2, 6, 23, .24);--mobile-surface-shadow-strong: 0 18px 50px rgba(6, 6, 16, .24);--mobile-title-xl: clamp(2rem, 7vw, 3.3rem);--mobile-title-lg: clamp(1.6rem, 5.4vw, 2.25rem);--mobile-title-md: clamp(1.2rem, 4.4vw, 1.5rem);--mobile-title-sm: 1rem;--mobile-body-lg: clamp(1rem, 3.8vw, 1.1rem);--mobile-body-md: .95rem;--mobile-body-sm: .84rem;--mobile-body-xs: .78rem}body{margin:0;padding:0;background:var(--bg-dark);color:var(--text-main);min-height:100dvh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;overscroll-behavior-y:none}html,body,#root{min-height:100%}#root{min-height:100dvh}.app-shell{min-height:100dvh;padding-top:var(--safe-area-top);padding-right:var(--safe-area-right);padding-bottom:var(--safe-area-bottom);padding-left:var(--safe-area-left)}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2}button{font-family:inherit}.spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.1);border-left-color:#3b82f6;border-radius:50%;animation:spinner-spin 1s linear infinite;margin:0 auto}@keyframes spinner-spin{to{transform:rotate(360deg)}}@media (max-width: 1024px){.side-index-nav{display:none!important}}.funnel-screen{min-height:100dvh;padding:var(--mobile-shell-padding-top) var(--mobile-shell-padding-x) var(--mobile-shell-padding-bottom)}.funnel-shell{width:min(100%,var(--mobile-shell-max));margin:0 auto}.funnel-stack{display:flex;flex-direction:column;gap:var(--mobile-section-gap)}.funnel-card{background:#0f172a8c;border:1px solid rgba(255,255,255,.09);border-radius:var(--mobile-card-radius);padding:var(--mobile-card-padding);box-shadow:var(--mobile-surface-shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.funnel-card-tight{padding:.85rem .9rem}.funnel-kicker{display:inline-flex;align-items:center;width:fit-content;padding:.45rem .78rem;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#cbd5e1;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.funnel-title{font-size:var(--mobile-title-lg);line-height:1.12;letter-spacing:-.03em;margin:0}.funnel-title-xl{font-size:var(--mobile-title-xl)}.funnel-body{margin:0;color:#cbd5e1;font-size:var(--mobile-body-md);line-height:1.68}.funnel-body-lg{font-size:var(--mobile-body-lg)}.funnel-chip-row{display:flex;flex-wrap:wrap;gap:.55rem}.funnel-chip{display:inline-flex;align-items:center;min-height:34px;padding:.45rem .75rem;border-radius:999px;background:#94a3b824;color:#e2e8f0;font-size:.82rem;font-weight:700}.funnel-progress-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.funnel-progress-step{border-radius:16px;padding:.75rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.funnel-progress-step strong{display:block;margin-bottom:.25rem;font-size:.82rem;color:#f8fafc}.funnel-progress-step span{display:block;font-size:.78rem;line-height:1.45;color:#94a3b8}.funnel-cta-primary,.funnel-cta-secondary{width:100%;min-height:var(--mobile-button-height);border-radius:var(--mobile-button-radius);font-size:1rem;font-weight:800;padding:.95rem var(--mobile-button-padding-x)}.funnel-cta-primary{border:none;color:#fff;background:linear-gradient(90deg,#ec4899,#8b5cf6,#3b82f6);box-shadow:var(--mobile-button-shadow)}.funnel-cta-secondary{border:1px solid rgba(255,255,255,.12);color:#e2e8f0;background:#ffffff0d}.funnel-cta-stack{display:flex;flex-direction:column;gap:.75rem}.funnel-note{font-size:var(--mobile-body-sm);line-height:1.55;color:#94a3b8;margin:0}.funnel-grid{display:grid;gap:var(--mobile-card-gap)}.funnel-sticky-actions{position:sticky;bottom:var(--mobile-sticky-bottom);z-index:10}.app-mobile-screen{min-height:100dvh;padding:var(--mobile-shell-padding-top) var(--mobile-shell-padding-x) var(--mobile-shell-padding-bottom)}.app-mobile-screen-compact{padding-top:var(--mobile-shell-padding-top-compact)}.app-mobile-shell{width:min(100%,var(--mobile-shell-max));margin:0 auto}.app-mobile-surface{border-radius:var(--mobile-card-radius);padding:var(--mobile-card-padding);box-shadow:var(--mobile-surface-shadow)}.app-mobile-surface-tight{border-radius:var(--mobile-card-radius-sm);padding:calc(var(--mobile-card-padding) - 2px)}.app-mobile-title-xl{font-size:var(--mobile-title-xl);line-height:1.12;letter-spacing:-.03em}.app-mobile-title-lg{font-size:var(--mobile-title-lg);line-height:1.16;letter-spacing:-.03em}.app-mobile-title-md{font-size:var(--mobile-title-md);line-height:1.28}.app-mobile-body-lg{font-size:var(--mobile-body-lg);line-height:1.65}.app-mobile-body-md{font-size:var(--mobile-body-md);line-height:1.65}.app-mobile-body-sm{font-size:var(--mobile-body-sm);line-height:1.55}.app-mobile-sticky-cta{position:sticky;bottom:var(--mobile-sticky-bottom);z-index:10}:is(.info-container,.analyze-container,.chemistry-result-screen){padding-top:var(--mobile-shell-padding-top);padding-right:var(--mobile-shell-padding-x);padding-bottom:var(--mobile-shell-padding-bottom);padding-left:var(--mobile-shell-padding-x)}:is(.input-card,.notice-card,.result-hero-card,.analysis-spotlight-card,.next-step-card,.visual-dna-card,.chem-report-hero,.chem-report-section,.chemistry-share-card){border-radius:var(--mobile-card-radius);padding:var(--mobile-card-padding);box-shadow:var(--mobile-surface-shadow)}:is(.hero-cta-button,.submit-button,.next-step-button,.upload-action-button){min-height:var(--mobile-button-height);border-radius:var(--mobile-button-radius);padding-left:var(--mobile-button-padding-x);padding-right:var(--mobile-button-padding-x)}:is(.hero-cta-button,.submit-button,.next-step-button){box-shadow:var(--mobile-button-shadow)}:is(.info-container h2,.result-hero-title,.chem-report-heading h2){font-size:var(--mobile-title-lg);line-height:1.16;letter-spacing:-.03em}:is(.info-lead,.result-hero-copy,.chem-report-heading p,.chem-report-copy p){font-size:var(--mobile-body-md);line-height:1.65}:is(.info-sticky-cta,.result-sticky-next,.chemistry-result-actions){position:sticky;bottom:var(--mobile-sticky-bottom)}@media (min-width: 768px){.funnel-shell{width:min(100%,720px)}.funnel-grid.funnel-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 480px){.funnel-progress-row{grid-template-columns:1fr}}
