:root{font-family:Pretendard,Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#14213a;background:#f6f8fc;font-synthesis:none;--ink:#14213a;--blue:#315ee7;--blue-dark:#2348bd;--blue-soft:#eaf0ff;--muted:#66738a;--subtle:#8b96a9;--line:#dfe5ee;--paper:#fff;--canvas:#f6f8fc;--success:#247a52;--warning:#9a6500;--danger:#b53c31;--shadow:0 18px 55px rgba(26,44,80,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--canvas)}button,input,textarea{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid rgba(49,94,231,.22);outline-offset:2px}.app-shell{min-height:100vh}.site-header{height:68px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(223,229,238,.9);background:#ffffffe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:sticky;top:0;z-index:20}.brand{border:0;background:none;display:flex;align-items:center;gap:11px;color:var(--ink);padding:0;text-align:left}.brand-copy{display:flex;flex-direction:column;gap:2px;line-height:1}.brand-copy b{font-size:20px;font-weight:850;letter-spacing:.015em}.brand-copy small{color:var(--muted);font-size:10px;font-weight:600;letter-spacing:-.01em;white-space:nowrap}.brand-mark{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:var(--blue);color:#fff;font-size:17px;font-weight:850}.site-header nav{display:flex;gap:8px;align-items:center}.site-header nav button{border:0;background:none;padding:10px 14px;color:var(--muted);font-size:14px}.site-header nav .active{color:var(--ink);font-weight:700}.site-header .header-cta{background:var(--ink);color:#fff;border-radius:10px;display:flex;gap:7px;align-items:center}.eyebrow{display:inline-block;color:var(--blue);font-size:13px;font-weight:800}.section-grid{display:grid;grid-template-columns:1fr .92fr;gap:clamp(44px,7vw,100px);padding:clamp(70px,8vw,110px) clamp(24px,7vw,110px)}.hero{min-height:650px;align-items:center;max-width:1500px;margin:auto}.hero h1,.tool-aside h1,.result-header h1{font-size:clamp(42px,5vw,70px);line-height:1.14;letter-spacing:-.055em;margin:18px 0 24px}.hero h1 em,.result-header h1 em{color:var(--blue);font-style:normal}.hero-copy>p{max-width:620px;margin:0;font-size:19px;line-height:1.75;color:var(--muted)}.hero-actions{display:flex;align-items:center;gap:18px;margin-top:34px}.hero-actions>span{display:flex;gap:7px;align-items:center;color:var(--muted);font-size:13px}.hero-copy h1,.why-section h2,.how-heading h2,.examples-section h2,.method-section h2,.faq-section h2{word-break:keep-all;overflow-wrap:break-word;text-wrap:balance}.hero-copy p,.section-heading p,.how-heading p,.problem-list p,.gain-card li,.method-cards p,.faq-list p{word-break:keep-all;overflow-wrap:break-word;text-wrap:pretty}.button{border:0;border-radius:10px;min-height:48px;padding:13px 19px;font-weight:750;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .18s,background .18s,box-shadow .18s}.button:hover:not(:disabled){transform:translateY(-1px)}.button.primary{background:var(--blue);color:#fff;box-shadow:0 10px 24px #315ee733}.button.primary:hover:not(:disabled){background:var(--blue-dark)}.button.primary:disabled{opacity:.38;cursor:not-allowed;box-shadow:none}.button.secondary{background:#edf1f7;color:var(--ink)}.button.lime{background:var(--blue);color:#fff}.button.dark-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.hero-demo{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:var(--shadow)}.demo-head{display:flex;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--line);font-size:13px;font-weight:700}.live-dot{color:var(--blue)}.demo-before,.demo-after{padding:23px 0}.demo-before small,.demo-after small{color:var(--subtle);font-weight:700}.demo-before p{margin:10px 0 0;color:#738096;font-size:18px;line-height:1.65;text-decoration:line-through;text-decoration-color:#c5ccd8}.diagnosis-note{display:grid;grid-template-columns:48px 1fr;gap:12px;padding:14px 16px;background:#f3f5f9;border-radius:10px;color:var(--muted);font-size:13px;line-height:1.6}.diagnosis-note strong{color:var(--ink)}.demo-after{margin-top:10px;border-top:1px solid var(--line)}.demo-after p{margin:10px 0 18px;font-size:22px;line-height:1.6;font-weight:750;letter-spacing:-.02em}.status{display:inline-flex;align-items:center;padding:5px 9px;border-radius:7px;font-size:11px;font-weight:750;white-space:nowrap}.status-supported{background:#e6f5ed;color:var(--success)}.status-needs_evidence{background:#fff3d8;color:var(--warning)}.status-risky{background:#fde8e5;color:var(--danger)}.proof-section{padding:42px 0 46px;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.proof-heading{max-width:1280px;margin:0 auto 22px;padding:0 24px}.proof-heading h2{margin:8px 0 0;font-size:clamp(24px,2.2vw,32px);line-height:1.4;letter-spacing:-.025em;word-break:keep-all}.proof-strip{max-width:1280px;margin:auto;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.proof-strip div{padding:20px 22px;background:#f6f8fc;border:1px solid var(--line);border-radius:12px;display:flex;gap:12px;align-items:center;color:var(--muted);font-size:14px}.proof-strip svg{color:var(--blue);flex:0 0 auto}.proof-strip strong{color:var(--ink)}.examples-section{max-width:1400px;margin:auto;padding:110px clamp(24px,7vw,110px);display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.section-heading h2,.method-section h2,.faq-section h2{font-size:clamp(30px,3.2vw,44px);line-height:1.32;letter-spacing:-.035em;margin:16px 0}.section-heading>p{color:var(--muted);font-size:16px;line-height:1.8;max-width:440px}.example-list{background:#fff;border:1px solid var(--line);border-radius:18px;padding:0 28px}.example-row{display:grid;grid-template-columns:42px 1fr;padding:30px 0;border-bottom:1px solid var(--line)}.example-row:last-child{border-bottom:0}.example-number{color:#a0aabb;font-size:12px;font-weight:700;padding-top:5px}.tag{display:inline-block;font-size:12px;padding:5px 8px;background:var(--blue-soft);color:var(--blue-dark);border-radius:6px;font-weight:700}.example-row p{margin:15px 0 0;font-size:16px;line-height:1.7}.example-row .before{color:var(--subtle)}.example-row .after{color:var(--ink);font-size:19px;line-height:1.72;font-weight:750}.method-section{margin:0 clamp(18px,4vw,58px);border-radius:28px;background:#eaf0ff;padding:88px clamp(24px,6vw,90px);color:var(--ink)}.method-section>div:first-child{max-width:650px}.method-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:46px 0 30px}.method-cards article{padding:28px;background:#ffffffdb;border:1px solid rgba(255,255,255,.9);border-radius:15px}.method-cards article>span{width:30px;height:30px;display:grid;place-items:center;background:var(--blue);color:#fff;border-radius:8px;font-size:13px;font-weight:800}.method-cards h3{font-size:19px;margin:24px 0 10px}.method-cards p{color:var(--muted);line-height:1.7;margin-bottom:0;font-size:14px}.faq-section{max-width:1300px;margin:auto;padding:110px clamp(24px,7vw,110px);display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(40px,8vw,110px)}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{list-style:none;cursor:pointer;padding:23px 40px 23px 0;font-weight:750;font-size:16px;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:4px;color:var(--blue);font-size:22px}.faq-list details[open] summary:after{content:"−"}.faq-list p{color:var(--muted);line-height:1.75;margin:0;padding:0 42px 24px 0}footer{display:flex;justify-content:space-between;gap:30px;padding:34px clamp(24px,7vw,110px);align-items:center;border-top:1px solid var(--line);background:#fff}footer>div{display:flex;align-items:center;justify-content:flex-end;gap:9px}footer button{border:0;background:none;padding:8px;color:var(--muted);font-size:13px;text-decoration:underline;text-underline-offset:3px}footer small{color:var(--subtle)}.tool-layout{min-height:calc(100vh - 68px);display:grid;grid-template-columns:minmax(300px,.72fr) minmax(520px,1.28fr);background:#fff}.tool-aside{background:#f2f5fb;border-right:1px solid var(--line);padding:62px clamp(32px,4vw,64px)}.tool-aside h1{font-size:clamp(38px,4vw,58px)}.tool-aside>p{color:var(--muted);line-height:1.75;max-width:430px}.tool-aside ol{list-style:none;padding:0;margin:58px 0 0;display:flex;flex-direction:column;gap:20px}.tool-aside li{display:flex;align-items:center;gap:13px;color:#8b96a8;font-size:14px}.tool-aside li span{width:30px;height:30px;border:1px solid #cdd5e1;border-radius:9px;display:grid;place-items:center;font-size:12px;font-weight:750;background:#fff}.tool-aside li.current{color:var(--ink);font-weight:750}.tool-aside li.current span{background:var(--blue);border-color:var(--blue);color:#fff}.tool-aside li.done{color:var(--success)}.aside-note{display:flex;gap:10px;align-items:flex-start;margin-top:55px;padding-top:22px;border-top:1px solid var(--line);color:var(--muted);font-size:13px;line-height:1.55}.form-panel{padding:50px clamp(30px,7vw,100px) 70px;max-width:940px;width:100%}.form-top{color:var(--subtle);font-size:12px;font-weight:800}.progress{height:4px;background:#e6eaf1;margin-top:12px;border-radius:99px;overflow:hidden}.progress i{display:block;height:100%;background:var(--blue);transition:width .3s}.form-panel h2{font-size:clamp(30px,3.3vw,44px);letter-spacing:-.04em;line-height:1.25;margin:48px 0 10px}.field-intro{color:var(--muted);line-height:1.7;margin:0 0 35px}.field{display:block;margin:26px 0}.field>span,.choice legend{font-weight:750;font-size:14px;margin-bottom:10px;display:flex;justify-content:space-between}.field small{color:var(--subtle);font-weight:500}.field input,.field textarea,.admin-login input{display:block;width:100%;padding:14px 15px;border:1px solid #cfd7e3;border-radius:10px;background:#fff;outline:none;resize:vertical;line-height:1.65;color:var(--ink)}.field input::placeholder,.field textarea::placeholder{color:#a2abba}.field input+input{margin-top:9px}.field input:focus,.field textarea:focus,.admin-login input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #315ee71c}.text-button{border:0;background:none;padding:12px 0;color:var(--blue);font-weight:750}.safety-note{background:#fff8e7;border:1px solid #f0dfad;padding:16px;border-radius:10px;display:flex;gap:11px;align-items:flex-start;color:#70571a}.safety-note p{margin:0;font-size:13px;line-height:1.65}.choice{border:0;padding:0;margin:30px 0}.choice>div{display:flex;flex-wrap:wrap;gap:8px}.choice button{background:#fff;border:1px solid #cfd7e3;border-radius:9px;padding:11px 16px;color:var(--ink)}.choice button.selected{background:var(--blue);color:#fff;border-color:var(--blue)}.consents{border-top:1px solid var(--line);padding-top:22px;margin-top:34px}.consents label{display:flex;gap:9px;align-items:center;margin:13px 0;font-size:14px}.consents input{accent-color:var(--blue);width:18px;height:18px}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:42px}.form-error{color:var(--danger);background:#fff0ee;border:1px solid #f1ccc7;border-radius:9px;padding:12px 14px}.single-input-points{display:grid;gap:13px;margin-top:38px}.single-input-points span{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:700;color:#334155}.single-input-points svg{color:var(--blue)}.input-kind{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:5px;margin:26px 0 8px;background:#f1f4f9;border-radius:12px}.input-kind button{border:0;border-radius:9px;padding:12px 15px;background:transparent;color:var(--muted);font-weight:750}.input-kind button.selected{background:#fff;color:var(--blue);box-shadow:0 2px 8px #1a263d1a}.example-input{padding:17px 18px;background:#f5f7fb;border:1px solid var(--line);border-radius:12px}.example-input>div{display:flex;align-items:center;justify-content:space-between;gap:15px}.example-input strong{font-size:13px}.example-input button{border:0;background:none;color:var(--blue);font-weight:750;font-size:13px}.example-input p{margin:12px 0 0;color:var(--muted);font-size:13px;line-height:1.7}.single-consents{margin-top:24px}.single-consents~.form-actions .button{min-width:210px}.loading-state{min-height:calc(100vh - 68px);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:40px 20px}.loading-state h1{max-width:760px;font-size:clamp(32px,4vw,52px);letter-spacing:-.04em;line-height:1.3;margin:18px 0 26px}.loading-state>p{color:var(--muted)}.loader-orbit{width:64px;height:64px;border-radius:18px;display:grid;place-items:center;background:var(--blue-soft);color:var(--blue);margin-bottom:26px}.loader-orbit svg{animation:spin 1.2s linear infinite}.loading-checks{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.loading-checks span{padding:9px 12px;background:#fff;border:1px solid var(--line);border-radius:9px;color:var(--muted);font-size:13px}@keyframes spin{to{transform:rotate(360deg)}}.result-page{max-width:1280px;margin:auto;padding:68px 32px 100px}.result-header{display:flex;justify-content:space-between;align-items:center;gap:60px;min-height:370px}.result-header h1{font-size:clamp(43px,5vw,68px)}.result-header>div:first-child{max-width:760px}.result-header p{color:var(--muted);font-size:17px;line-height:1.75}.score-ring{width:190px;height:190px;border-radius:50%;padding:12px;background:conic-gradient(var(--blue) var(--score),#e3e8f0 0);box-shadow:0 18px 50px #27448521;flex:0 0 auto}.score-ring>div{width:100%;height:100%;border-radius:50%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.score-ring strong{font-size:58px;letter-spacing:-.05em}.score-ring span{color:var(--muted)}.result-section{border-top:1px solid var(--line);padding:64px 0}.result-title{display:grid;grid-template-columns:72px 1fr;margin-bottom:34px}.result-title>span{color:var(--blue);font-size:13px;font-weight:800}.result-title h2{font-size:32px;letter-spacing:-.035em;margin:0}.result-title p{color:var(--muted);margin-bottom:0}.supplier-grid,.copy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.supplier-grid article,.copy-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px}.supplier-grid article>small{color:var(--subtle);font-weight:750}.supplier-grid p{font-size:17px;font-weight:750;line-height:1.6}.supplier-grid span,.supplier-grid strong{display:block;font-size:13px;line-height:1.7;padding-top:16px;margin-top:16px;border-top:1px solid var(--line)}.supplier-grid span{color:var(--muted)}.supplier-grid b{display:block;color:var(--ink);margin-bottom:6px}.ladder-table{border:1px solid var(--line);border-radius:14px;overflow:hidden}.ladder-head,.ladder-row{display:grid;grid-template-columns:1fr 1fr 1.2fr .55fr}.ladder-head{background:#eef2f8;color:#243451;font-size:12px;font-weight:800}.ladder-head span,.ladder-row>span{padding:16px;border-right:1px solid var(--line)}.ladder-head span:last-child,.ladder-row>span:last-child{border-right:0}.ladder-row{background:#fff;border-top:1px solid var(--line);font-size:14px;line-height:1.65}.copy-card{display:flex;flex-direction:column}.copy-card-top{display:flex;justify-content:space-between;align-items:center;gap:10px;color:var(--blue);font-size:12px;font-weight:800}.copy-text{font-size:19px;line-height:1.65;font-weight:750;min-height:125px}.rationale{font-size:13px;color:var(--muted);line-height:1.65;min-height:62px}.copy-button{margin-top:auto;border:0;border-top:1px solid var(--line);background:none;padding:17px 0 0;display:flex;justify-content:center;gap:8px;color:var(--blue);font-weight:750}.feedback-bar{margin:8px 0 64px;padding:22px 24px;border:1px solid var(--line);border-radius:13px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:22px}.feedback-bar strong,.feedback-bar span{display:block}.feedback-bar span{color:var(--muted);font-size:13px;margin-top:5px}.feedback-bar>div:last-child{display:flex;gap:8px}.feedback-bar button{border:1px solid var(--line);background:#fff;border-radius:9px;padding:10px 13px;display:flex;gap:7px;align-items:center;font-weight:700}.feedback-bar>p{display:flex;gap:8px;align-items:center;margin:0;color:var(--success)}.result-cta{background:var(--ink);color:#fff;border-radius:20px;padding:46px;display:flex;justify-content:space-between;gap:40px;align-items:flex-end}.result-cta .eyebrow{color:#98b1ff}.result-cta h2{font-size:36px;line-height:1.3;margin:15px 0}.result-cta p{color:#b5bfd1;max-width:650px;line-height:1.7}.result-cta>div:last-child{display:flex;flex-direction:column;gap:10px;min-width:250px}.admin-login{min-height:calc(100vh - 68px);max-width:410px;margin:auto;display:flex;flex-direction:column;justify-content:center;text-align:center;padding:40px 20px}.admin-lock{width:58px;height:58px;border-radius:16px;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center;margin:0 auto 22px}.admin-login h1{font-size:38px;letter-spacing:-.04em;margin:13px}.admin-login>p{color:var(--muted)}.admin-login label{text-align:left;margin:23px 0 11px}.admin-login label span{display:block;font-size:13px;font-weight:750;margin-bottom:8px}.admin-page{max-width:1280px;margin:auto;padding:64px 32px 100px}.admin-heading{display:flex;justify-content:space-between;align-items:flex-end}.admin-heading h1{font-size:48px;letter-spacing:-.05em;margin:12px 0}.admin-heading p{color:var(--muted);margin-bottom:0}.admin-actions{display:flex;gap:8px}.period-button{border:1px solid var(--line);background:#fff;border-radius:9px;padding:10px 13px;display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px}.metric-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:40px 0 14px}.metric-cards article,.funnel-card,.error-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:23px}.metric-cards article>div{display:flex;justify-content:space-between;color:var(--muted);font-size:13px}.metric-cards strong{display:block;font-size:38px;margin:18px 0 5px;letter-spacing:-.04em}.metric-cards small{color:var(--subtle)}.admin-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:14px}.card-heading{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:20px}.card-heading h2{margin:7px 0 0;font-size:21px}.card-heading>span{color:var(--subtle);font-size:12px}.funnel-row{margin:26px 0}.funnel-row>div:first-child{display:flex;justify-content:space-between;gap:20px;font-size:14px}.funnel-row strong small{color:var(--subtle);font-weight:500}.funnel-track{height:8px;background:#e8edf4;border-radius:99px;margin-top:11px;position:relative}.funnel-track i{display:block;height:100%;background:var(--blue);border-radius:99px}.funnel-track b{position:absolute;width:2px;height:16px;background:var(--ink);top:-4px}.empty-errors{display:grid;place-items:center;min-height:210px;color:var(--muted);text-align:center}.empty-errors span{width:36px;height:36px;border-radius:50%;background:#e7f5ed;color:var(--success);display:grid;place-items:center}.error-row{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line);font-size:13px}.ai-usage-card{margin-top:14px;background:var(--ink);color:#fff;border-radius:14px;padding:26px;display:grid;grid-template-columns:.65fr 1.35fr;gap:30px}.ai-usage-card .eyebrow{color:#98b1ff}.ai-usage-card h2{margin:7px 0}.ai-usage-card dl{display:grid;grid-template-columns:repeat(5,1fr);margin:0}.ai-usage-card dl div{padding:4px 16px;border-left:1px solid #3b4963}.ai-usage-card dt{font-size:12px;color:#aeb9cc}.ai-usage-card dd{margin:12px 0 0;font-size:20px;font-weight:750}.admin-note{font-size:12px;color:var(--subtle);margin-top:18px}.policy-page{max-width:1060px;margin:auto;padding:65px 30px 110px}.policy-back{border:0;background:none;padding:8px 0;color:var(--muted);font-weight:750;display:flex;gap:7px;align-items:center}.policy-page>header{padding:55px 0 48px;max-width:780px}.policy-page h1{font-size:clamp(40px,5vw,64px);letter-spacing:-.055em;line-height:1.12;margin:16px 0 22px}.policy-page>header p{color:var(--muted);font-size:17px;line-height:1.75}.policy-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:65px}.policy-summary article{border:1px solid var(--line);background:#fff;border-radius:14px;padding:23px}.policy-summary svg{color:var(--blue)}.policy-summary strong{display:block;margin:15px 0 9px}.policy-summary span{display:block;color:var(--muted);line-height:1.7;font-size:14px}.policy-content{border-top:1px solid var(--line);padding-top:50px}.policy-content section{border-bottom:1px solid var(--line);padding:0 0 34px;margin-bottom:34px}.policy-content h2{font-size:24px;margin:0 0 15px}.policy-content p{color:var(--muted);line-height:1.8}.policy-updated{color:var(--subtle);font-size:12px}@media(max-width:900px){.section-grid,.examples-section,.tool-layout,.admin-grid,.ai-usage-card{grid-template-columns:1fr}.hero{min-height:auto}.proof-strip{grid-template-columns:1fr}.examples-section{gap:34px}.tool-aside{padding:38px 28px;border-right:0;border-bottom:1px solid var(--line)}.tool-aside h1{margin-bottom:12px}.tool-aside ol{flex-direction:row;margin-top:28px}.aside-note{margin-top:26px}.form-panel{padding:38px 26px 60px}.supplier-grid,.copy-grid,.metric-cards{grid-template-columns:1fr 1fr}.result-cta{align-items:flex-start;flex-direction:column}.method-cards{grid-template-columns:1fr}.ladder-head{display:none}.ladder-row{grid-template-columns:1fr 1fr}.ladder-row>span:nth-child(3){border-top:1px solid var(--line)}.ai-usage-card dl{grid-template-columns:repeat(3,1fr)}.faq-section{grid-template-columns:1fr}}@media(max-width:600px){.site-header{padding:0 16px}.site-header nav>button:first-child{display:none}.brand-copy b{font-size:17px}.brand-copy small{font-size:9px}.site-header .header-cta{padding-inline:12px}.hero{padding-top:55px}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .button{width:100%}.hero-demo{padding:20px}.proof-strip{padding:0 18px}.examples-section,.faq-section{padding-top:72px;padding-bottom:72px}.example-list{padding:0 18px}.example-row{grid-template-columns:32px 1fr}.method-section{margin:0 10px;padding:58px 20px;border-radius:20px}footer{flex-direction:column;text-align:center}footer>div{justify-content:center;flex-wrap:wrap}.tool-aside h1{font-size:36px}.tool-aside ol{gap:8px;justify-content:space-between}.tool-aside li{font-size:0}.result-page,.admin-page{padding:48px 18px 80px}.result-header{align-items:flex-start;flex-direction:column;gap:18px;padding-bottom:52px}.score-ring{width:145px;height:145px}.score-ring strong{font-size:44px}.result-title{grid-template-columns:55px 1fr}.result-title h2{font-size:27px}.supplier-grid,.copy-grid,.metric-cards,.ladder-row{grid-template-columns:1fr}.ladder-row>span{border-right:0;border-bottom:1px solid var(--line)}.result-cta{padding:28px 22px}.result-cta h2{font-size:29px}.result-cta>div:last-child{min-width:0;width:100%}.feedback-bar{align-items:stretch;flex-direction:column}.feedback-bar>div:last-child{display:grid;grid-template-columns:1fr 1fr}.admin-heading{align-items:flex-start;flex-direction:column;gap:24px}.admin-heading h1{font-size:40px}.metric-cards,.ai-usage-card dl{grid-template-columns:1fr 1fr}.policy-page{padding:45px 18px 80px}.policy-summary{grid-template-columns:1fr}}.interest-confirmation{display:flex;align-items:flex-start;gap:8px;margin:0;padding:12px 14px;border-radius:10px;background:#ffffff1a;color:#dbe5ff!important;font-size:13px;line-height:1.55}@media(max-width:600px){.hero h1{font-size:38px}}.site-header nav a{padding:10px 12px;color:var(--muted);font-size:14px;text-decoration:none}.site-header nav a:hover{color:var(--ink)}.why-section{max-width:1400px;margin:auto;padding:120px clamp(24px,7vw,110px);scroll-margin-top:80px}.why-section>.section-heading{max-width:760px;margin-bottom:54px}.why-content{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;align-items:stretch}.problem-list{background:#fff;border:1px solid var(--line);border-radius:18px;padding:0 30px}.problem-list article{display:grid;grid-template-columns:48px 1fr;gap:12px;padding:28px 0;border-bottom:1px solid var(--line)}.problem-list article:last-child{border-bottom:0}.problem-list article>span{color:var(--blue);font-size:12px;font-weight:800;padding-top:5px}.problem-list h3{font-size:18px;margin:0 0 9px}.problem-list p{color:var(--muted);font-size:14px;line-height:1.72;margin:0}.gain-card{background:var(--ink);color:#fff;border-radius:18px;padding:34px}.gain-card .eyebrow{color:#9cb4ff}.gain-card h3{font-size:28px;line-height:1.4;letter-spacing:-.035em;margin:19px 0 28px}.gain-card ul{list-style:none;padding:0;margin:0}.gain-card li{display:flex;gap:10px;padding:15px 0;border-top:1px solid rgba(255,255,255,.13);color:#c5cede;font-size:14px;line-height:1.6}.gain-card li svg{color:#9cb4ff;flex:0 0 auto;margin-top:3px}.how-section{margin:0 clamp(18px,4vw,58px);padding:95px clamp(24px,6vw,90px);background:#fff;border:1px solid var(--line);border-radius:28px;scroll-margin-top:80px}.how-heading{max-width:760px}.how-heading h2{font-size:clamp(30px,3.2vw,44px);line-height:1.32;letter-spacing:-.035em;margin:16px 0}.how-heading p{color:var(--muted);font-size:16px;line-height:1.8;max-width:690px}.benefit-ladder{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:12px;align-items:center;margin:50px 0 24px}.benefit-ladder article{min-height:138px;padding:23px;background:#f5f7fb;border:1px solid var(--line);border-radius:13px;display:flex;flex-direction:column;justify-content:space-between}.benefit-ladder small{color:var(--blue);font-weight:800}.benefit-ladder strong{font-size:16px;line-height:1.55}.benefit-ladder>span{color:#9ba6b8;font-size:20px}.how-copy-example{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:14px;overflow:hidden}.how-copy-example>div{padding:24px}.how-copy-example>div:first-child{background:#f3f5f8}.how-copy-example>div:last-child{background:var(--blue-soft);border-left:1px solid #d8e1fb}.how-copy-example small{color:var(--subtle);font-weight:750}.how-copy-example>div:last-child small{color:var(--blue)}.how-copy-example p{font-size:18px;line-height:1.7;font-weight:700;margin:10px 0 0}.how-copy-example>div:first-child p{color:#7d8899}@media(max-width:900px){.why-content,.benefit-ladder{grid-template-columns:1fr}.benefit-ladder>span{transform:rotate(90deg);justify-self:center}.how-copy-example{grid-template-columns:1fr}.how-copy-example>div:last-child{border-left:0;border-top:1px solid #d8e1fb}}@media(max-width:720px){.site-header nav a{display:none}.why-section{padding-top:78px;padding-bottom:78px}.why-section>.section-heading{margin-bottom:32px}.problem-list{padding:0 20px}.problem-list article{grid-template-columns:36px 1fr}.gain-card{padding:26px}.gain-card h3{font-size:24px}.how-section{margin:0 10px;padding:62px 20px;border-radius:20px}.benefit-ladder{margin-top:34px}.how-copy-example p{font-size:16px}}.priority-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.priority-grid article{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px}.priority-grid article>span{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:var(--blue);color:#fff;font-size:12px;font-weight:800}.priority-grid h3{font-size:18px;margin:20px 0 10px}.priority-grid p{color:var(--muted);font-size:13px;line-height:1.7;min-height:66px}.priority-grid strong{display:block;border-top:1px solid var(--line);padding-top:15px;font-size:14px;line-height:1.65}.before-after-list{display:grid;gap:14px}.before-after-list article{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.before-after-list article>div{padding:24px}.before-after-list article>div:first-child{background:#f3f5f8}.before-after-list article>div+div{border-left:1px solid var(--line)}.before-after-list small{color:var(--subtle);font-weight:800}.before-after-list article>div:last-child small{color:var(--blue)}.before-after-list p{font-size:17px;font-weight:700;line-height:1.65}.before-after-list span:not(.status){display:block;color:var(--muted);font-size:13px;line-height:1.65;padding-top:13px;border-top:1px solid var(--line)}.strategy-layout{display:grid;grid-template-columns:1fr 1fr;gap:14px}.strategy-layout>.copy-card:first-child{grid-column:1/-1;border-color:#aabdf6;background:var(--blue-soft)}.strategy-layout>.copy-card:first-child .copy-text{font-size:24px;min-height:0}.supporting-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;grid-column:1/-1}.supporting-list .copy-text{font-size:16px;min-height:100px}.evidence-list{background:#fff8e7;border:1px solid #f0dfad;border-radius:14px;padding:24px}.evidence-list strong{color:#70571a}.evidence-list ul{margin:17px 0 0;padding-left:20px;color:#70571a}.evidence-list li{margin:9px 0;line-height:1.55}.evidence-list p{color:#70571a;line-height:1.65;margin-bottom:0}.hero-copy-card{background:var(--ink);color:#fff;border-radius:20px;padding:clamp(28px,5vw,58px);box-shadow:var(--shadow)}.hero-copy-card .copy-card-top{color:#9cb4ff}.hero-copy-card h3{max-width:880px;font-size:clamp(34px,5vw,60px);line-height:1.18;letter-spacing:-.05em;margin:42px 0 20px}.hero-copy-card>p{max-width:760px;color:#c2ccdc;font-size:18px;line-height:1.75}.hero-copy-card ul{list-style:none;padding:0;margin:30px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.hero-copy-card li{display:flex;gap:8px;align-items:flex-start;padding:14px;border:1px solid rgba(255,255,255,.13);border-radius:10px;color:#d6ddea;font-size:13px;line-height:1.55}.hero-copy-card li svg{color:#9cb4ff;flex:0 0 auto}.hero-copy-card>button{border:0;border-radius:9px;background:#fff;color:var(--ink);padding:13px 18px;font-weight:800}.hero-copy-card>small{display:block;color:#929fb3;line-height:1.65;margin-top:25px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12)}@media(max-width:900px){.priority-grid{grid-template-columns:1fr}.priority-grid p{min-height:0}.supporting-list,.hero-copy-card ul{grid-template-columns:1fr}}@media(max-width:600px){.before-after-list article,.strategy-layout{grid-template-columns:1fr}.before-after-list article>div+div{border-left:0;border-top:1px solid var(--line)}.strategy-layout>.copy-card:first-child{grid-column:auto}.supporting-list{grid-column:auto}.hero-copy-card{padding:28px 22px}.hero-copy-card h3{margin-top:32px}}.optional-fields{margin:28px 0;border:1px solid var(--line);border-radius:12px;background:#f8fafc}.optional-fields summary{list-style:none;cursor:pointer;padding:17px 48px 17px 18px;font-weight:750;position:relative}.optional-fields summary::-webkit-details-marker{display:none}.optional-fields summary:after{content:"+";position:absolute;right:18px;color:var(--blue);font-size:21px;top:12px}.optional-fields[open] summary:after{content:"−"}.optional-fields>p{color:var(--muted);font-size:13px;line-height:1.65;margin:0;padding:0 18px 4px}.optional-fields>.field,.optional-fields>.safety-note{margin-left:18px;margin-right:18px}.optional-fields>.field:last-child,.optional-fields>.safety-note:last-child{margin-bottom:20px}.compact-settings{display:grid;grid-template-columns:1fr 1fr;gap:24px}.compact-settings .choice{margin:25px 0 8px}.compact-settings .choice button{padding:9px 12px;font-size:13px}@media(max-width:600px){.compact-settings{grid-template-columns:1fr;gap:0}}@media(max-width:600px){.site-header nav>button:first-child{display:flex}.tool-aside li{font-size:14px}}@media(max-width:600px){.input-kind{grid-template-columns:1fr}.form-panel h2{margin-top:30px}.field textarea{min-height:230px}.single-input-points{margin-top:25px}.form-actions .button{width:100%}}.menu-toggle{display:none;border:0;background:transparent;color:var(--ink);padding:8px}.site-header .nav-link{padding:10px 11px;font-weight:700}.site-header .nav-link.active{color:var(--blue)}.content-hero{max-width:1280px;margin:auto;padding:105px clamp(24px,7vw,90px) 70px}.content-hero h1{max-width:900px;margin:18px 0 24px;font-size:clamp(42px,5.5vw,72px);line-height:1.13;letter-spacing:-.055em;word-break:keep-all;text-wrap:balance}.content-hero>p{max-width:700px;color:var(--muted);font-size:18px;line-height:1.8;word-break:keep-all}.guide-grid,.cases-grid,.about-principles{max-width:1280px;margin:auto;padding:10px clamp(24px,7vw,90px) 100px;display:grid;gap:16px}.guide-grid{grid-template-columns:repeat(3,1fr)}.guide-card,.case-card,.about-principles article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px}.guide-card{display:flex;flex-direction:column}.guide-card-head,.case-meta{display:flex;align-items:center;justify-content:space-between;color:var(--blue);font-weight:800}.guide-card-head small,.case-meta small{padding:5px 8px;border-radius:6px;background:var(--blue-soft)}.guide-card h2{min-height:68px;margin:25px 0 12px;font-size:25px;line-height:1.35;letter-spacing:-.03em}.guide-card>p{min-height:78px;color:var(--muted);line-height:1.7}.guide-card>strong{display:flex;gap:8px;align-items:flex-start;min-height:90px;padding:16px;background:#f5f7fb;border-radius:10px;font-size:14px;line-height:1.65}.guide-card>strong svg{color:var(--blue);flex:0 0 auto;margin-top:3px}.mini-before-after{margin-top:20px;display:grid;grid-template-columns:1fr;gap:10px}.mini-before-after>svg{transform:rotate(90deg);color:var(--subtle);justify-self:center}.mini-before-after>div{padding:15px;border:1px solid var(--line);border-radius:10px}.mini-before-after>div:last-child{background:var(--blue-soft)}.mini-before-after small,.case-copy small{color:var(--subtle);font-weight:800}.mini-before-after>div:last-child small,.case-copy.after small{color:var(--blue)}.mini-before-after p{margin:8px 0 0;font-size:14px;line-height:1.65}.guide-card>button{margin-top:22px;border:0;background:none;color:var(--blue);font-weight:800;padding:10px 0;display:flex;gap:7px;align-items:center}.cases-grid{grid-template-columns:repeat(2,1fr)}.case-card{padding:0;overflow:hidden}.case-meta{padding:20px 24px;border-bottom:1px solid var(--line)}.case-copy{padding:24px}.case-copy.before{background:#f6f7f9}.case-copy.after{background:var(--blue-soft);border-top:1px solid var(--line)}.case-copy p{margin:10px 0 0;font-size:19px;line-height:1.65;font-weight:750}.case-copy.before p{color:#7e899a;text-decoration:line-through;text-decoration-color:#c5ccd8}.case-why{padding:22px 24px}.case-why strong{font-size:13px}.case-why p{color:var(--muted);line-height:1.7;margin:8px 0 0;font-size:14px}.about-principles{grid-template-columns:repeat(3,1fr)}.about-principles article>svg{color:var(--blue);width:28px;height:28px}.about-principles article>span{display:block;color:var(--subtle);font-size:12px;font-weight:800;margin-top:35px}.about-principles h2{font-size:23px;margin:12px 0}.about-principles p{color:var(--muted);line-height:1.75}.about-story{max-width:1120px;margin:0 auto 100px;padding:70px clamp(28px,7vw,90px);background:var(--ink);color:#fff;border-radius:24px}.about-story .eyebrow{color:#9cb4ff}.about-story blockquote{margin:25px 0;font-size:clamp(28px,4vw,48px);line-height:1.4;letter-spacing:-.04em;font-weight:800;word-break:keep-all}.about-story>p{max-width:760px;color:#bec8d8;line-height:1.8}.about-story ol{list-style:none;padding:0;margin:45px 0 0;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.about-story li{display:flex;gap:12px;align-items:center;padding:16px;border:1px solid rgba(255,255,255,.14);border-radius:10px;color:#d9e0eb}.about-story li span{width:27px;height:27px;display:grid;place-items:center;background:var(--blue);border-radius:7px;font-size:12px;font-weight:800;flex:0 0 auto}.content-cta{max-width:1120px;margin:0 auto 110px;padding:48px clamp(28px,6vw,70px);background:#fff;border:1px solid var(--line);border-radius:20px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.content-cta h2{max-width:650px;margin:12px 0;font-size:clamp(28px,3.5vw,44px);line-height:1.3;letter-spacing:-.04em;word-break:keep-all}.content-cta p{color:var(--muted);line-height:1.7;margin-bottom:0}.content-cta .button{flex:0 0 auto}@media(max-width:1050px){.site-header{position:sticky}.menu-toggle{display:grid;place-items:center}.site-header nav{display:none;position:absolute;top:68px;left:16px;right:16px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.site-header nav.open{display:flex}.site-header nav button{justify-content:center}.guide-grid{grid-template-columns:1fr}.guide-card h2,.guide-card>p,.guide-card>strong{min-height:0}.cases-grid,.about-principles{grid-template-columns:1fr}.content-cta{margin-left:20px;margin-right:20px}}@media(max-width:600px){.content-hero{padding-top:70px}.content-hero h1{font-size:39px}.content-hero>p{font-size:16px}.guide-grid,.cases-grid,.about-principles{padding-left:18px;padding-right:18px;padding-bottom:72px}.guide-card,.about-principles article{padding:22px}.about-story{margin:0 10px 72px;padding:50px 22px;border-radius:20px}.about-story ol{grid-template-columns:1fr}.content-cta{margin:0 10px 72px;padding:34px 22px;align-items:stretch;flex-direction:column}.content-cta .button{width:100%}}.guide-index{max-width:1100px;margin:0 auto 65px;padding:18px 22px;display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:14px}.guide-index>span{font-size:12px;font-weight:800;color:var(--subtle);margin-right:auto}.guide-index a{padding:10px 12px;color:var(--ink);text-decoration:none;border-radius:8px;font-size:13px;font-weight:700}.guide-index a:hover{background:var(--blue-soft);color:var(--blue)}.guide-index b{color:var(--blue);margin-right:5px}.guide-articles{max-width:1100px;margin:auto;padding:0 24px}.guide-article{scroll-margin-top:95px;margin-bottom:90px;background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden}.guide-article>header{padding:clamp(32px,6vw,70px);background:linear-gradient(135deg,#edf2ff,#f9fbff);border-bottom:1px solid var(--line)}.guide-article>header>span{color:var(--blue);font-size:13px;font-weight:850}.guide-article>header h2{max-width:800px;margin:16px 0;font-size:clamp(32px,4.2vw,52px);line-height:1.22;letter-spacing:-.045em;word-break:keep-all}.guide-article>header p{max-width:780px;color:var(--muted);font-size:17px;line-height:1.8;margin-bottom:0}.guide-body{padding:clamp(28px,6vw,70px)}.guide-body>section{padding:0 0 54px;margin-bottom:54px;border-bottom:1px solid var(--line)}.guide-body>section:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}.guide-body h3{font-size:25px;letter-spacing:-.025em;margin:0 0 18px}.guide-body>section>p{color:var(--muted);font-size:16px;line-height:1.85}.guide-note{display:flex;gap:13px;margin-top:24px;padding:20px;background:#fff7dc;border:1px solid #eedb9c;border-radius:12px}.guide-note svg{color:#9a6500;flex:0 0 auto}.guide-note p{margin:0;color:#695422;line-height:1.7}.guide-note b,.example-explanation b{display:block;margin-bottom:5px}.guide-steps{list-style:none;padding:0;margin:25px 0 0;display:grid;gap:10px}.guide-steps li{display:grid;grid-template-columns:34px 1fr;gap:14px;padding:18px;background:#f7f9fc;border:1px solid var(--line);border-radius:12px}.guide-steps li>span,.question-list>div>span{width:30px;height:30px;display:grid;place-items:center;background:var(--blue);color:#fff;border-radius:8px;font-size:12px;font-weight:850}.guide-steps b{font-size:16px}.guide-steps p{color:var(--muted);line-height:1.7;margin:7px 0 0}.detailed-example{display:grid;grid-template-columns:1fr auto 1fr;gap:14px;align-items:center;margin-top:22px}.detailed-example>div{min-height:150px;padding:24px;border:1px solid var(--line);border-radius:13px}.detailed-example>div:first-child{background:#f5f6f8}.detailed-example>div:last-child{background:var(--blue-soft)}.detailed-example>svg{color:var(--subtle)}.detailed-example small{color:var(--subtle);font-weight:850}.detailed-example>div:last-child small{color:var(--blue)}.detailed-example p{font-size:18px;line-height:1.7;font-weight:750}.detailed-example>div:first-child p{color:#7e8999;text-decoration:line-through;text-decoration-color:#c3cad5}.example-explanation{padding:18px 20px;background:#f7f9fc;border-radius:10px;color:var(--muted);line-height:1.75}.example-explanation b{color:var(--ink)}.formula{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.formula span{padding:13px 16px;background:var(--blue-soft);border-radius:9px;color:var(--blue-dark);font-weight:800}.formula b{color:var(--subtle)}.formula-example{margin-top:20px!important;padding-left:16px;border-left:3px solid var(--blue)}.definition-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.definition-grid>div{padding:20px;background:#f7f9fc;border:1px solid var(--line);border-radius:12px}.definition-grid small,.definition-grid b{display:block}.definition-grid small{color:var(--blue);font-weight:850}.definition-grid b{margin:18px 0 8px}.definition-grid p{color:var(--muted);font-size:14px;line-height:1.65;margin:0}.mistake-list{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px}.mistake-list li{display:flex;gap:10px;align-items:flex-start;padding:16px;background:#f7f9fc;border-radius:10px;line-height:1.65}.mistake-list svg{color:var(--blue);flex:0 0 auto;margin-top:3px}.question-list{display:grid!important;grid-template-columns:1fr 1fr;gap:10px}.question-list>div{display:grid;grid-template-columns:34px 1fr;gap:13px;padding:20px;border:1px solid var(--line);border-radius:12px}.question-list>div:last-child{grid-column:1/-1}.question-list h3{font-size:17px;margin:3px 0 7px}.question-list p{color:var(--muted);line-height:1.7;margin:0;font-size:14px}.guide-action{margin-top:20px;border:0;border-radius:10px;padding:14px 18px;background:var(--blue);color:#fff;display:inline-flex;align-items:center;gap:8px;font-weight:800}@media(max-width:900px){.guide-index{margin-left:18px;margin-right:18px;align-items:stretch;flex-direction:column}.guide-index>span{margin:0 0 4px}.definition-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.guide-articles{padding:0 10px}.guide-article{margin-bottom:60px;border-radius:18px}.guide-article>header{padding:34px 24px}.guide-article>header h2{font-size:32px}.guide-article>header p{font-size:15px}.guide-body{padding:30px 22px}.guide-body>section{padding-bottom:40px;margin-bottom:40px}.guide-body h3{font-size:22px}.detailed-example{grid-template-columns:1fr}.detailed-example>svg{transform:rotate(90deg);justify-self:center}.definition-grid,.mistake-list,.question-list{grid-template-columns:1fr}.question-list>div:last-child{grid-column:auto}.formula{align-items:stretch;flex-direction:column}.formula b{text-align:center}.guide-action{width:100%;justify-content:center}}.insights-list{max-width:1180px;margin:0 auto 105px;padding:0 24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.insight-card{display:flex;min-width:0;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.insight-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px #1c325a17}.insight-card>img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.insight-card>div{padding:22px 22px 20px;display:flex;flex:1;flex-direction:column}.insight-meta{display:flex;align-items:center;gap:9px;color:var(--subtle);font-size:11px;font-weight:700}.insight-meta span{padding:4px 7px;background:var(--blue-soft);color:var(--blue);border-radius:6px}.insight-card h2{font-size:23px;line-height:1.42;letter-spacing:-.035em;margin:16px 0 10px;word-break:keep-all}.insight-card p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:var(--muted);font-size:14px;line-height:1.7;margin:0}.insight-card button{align-self:flex-start;border:0;background:none;color:var(--blue);padding:16px 0 0;margin-top:auto;display:flex;align-items:center;gap:7px;font-weight:800}.insight-post{max-width:940px;margin:auto;padding:58px 28px 95px}.post-back{border:0;background:none;color:var(--muted);padding:8px 0;display:flex;gap:7px;align-items:center;font-weight:750}.insight-post>header{padding:70px 0 45px}.insight-post>header h1{font-size:clamp(42px,6vw,70px);line-height:1.16;letter-spacing:-.055em;margin:22px 0;word-break:keep-all;text-wrap:balance}.insight-post>header>p{max-width:740px;color:var(--muted);font-size:19px;line-height:1.8}.post-hero-image{display:block;width:100%;border-radius:20px;aspect-ratio:3/2;object-fit:cover}.answer-first{margin:35px 0 65px;padding:27px 30px;background:var(--blue-soft);border-left:4px solid var(--blue);border-radius:0 12px 12px 0}.answer-first strong{color:var(--blue);font-size:13px}.answer-first p{font-size:18px;line-height:1.8;margin:10px 0 0;font-weight:700}.post-body{max-width:760px;margin:auto}.post-body h2{font-size:30px;line-height:1.4;letter-spacing:-.035em;margin:70px 0 18px;word-break:keep-all}.post-body h3{font-size:21px;margin:38px 0 12px}.post-body>p,.post-body li{color:#4d5a70;font-size:17px;line-height:1.95}.post-body figure{margin:55px -70px}.post-body figure img{display:block;width:100%;border-radius:18px}.post-body figcaption{color:var(--subtle);font-size:13px;text-align:center;line-height:1.6;margin-top:12px}.post-example{margin:45px 0;padding:28px;background:#f7f9fc;border:1px solid var(--line);border-radius:14px;display:grid;grid-template-columns:80px 1fr;gap:11px 18px;align-items:center}.post-example small{color:var(--subtle);font-weight:850}.post-example small:nth-of-type(2){color:var(--blue)}.post-example p{font-size:17px;line-height:1.7;margin:0}.post-example>svg{grid-column:1/-1;justify-self:center;transform:rotate(90deg);color:var(--subtle)}.post-body>ul{padding-left:23px}.post-faq{border-top:1px solid var(--line)}.post-faq details{border-bottom:1px solid var(--line)}.post-faq summary{padding:20px 36px 20px 0;cursor:pointer;font-weight:800;line-height:1.6}.post-faq p{color:var(--muted);line-height:1.8;margin:0;padding:0 0 22px}.post-faq summary::marker{color:var(--blue)}@media(max-width:960px){.insights-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:800px){.post-body figure{margin:45px 0}}@media(max-width:600px){.insights-list{padding:0 18px;margin-bottom:72px;grid-template-columns:1fr;gap:18px}.insight-card>div{padding:20px}.insight-card h2{font-size:22px}.insight-post{padding:40px 18px 72px}.insight-post>header{padding:50px 0 30px}.insight-post>header h1{font-size:39px}.insight-post>header>p{font-size:16px}.answer-first{margin:25px 0 50px;padding:22px 20px}.answer-first p{font-size:16px}.post-body h2{font-size:26px;margin-top:55px}.post-body>p,.post-body li{font-size:16px;line-height:1.9}.post-example{grid-template-columns:1fr}.post-example>svg{grid-column:auto}.post-meta{flex-wrap:wrap}}.insights-list:has(+.insights-pagination){margin-bottom:34px}.insights-pagination{max-width:1180px;margin:0 auto 90px;padding:0 24px;display:flex;align-items:center;justify-content:center;gap:18px}.insights-pagination button{display:flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);padding:10px 14px;font-weight:750}.insights-pagination button:disabled{opacity:.4;cursor:not-allowed}.insights-pagination span{color:var(--muted);font-size:13px;font-weight:750}@media(max-width:600px){.insights-pagination{margin-bottom:65px}}.diagnosis-note{display:flex;align-items:center;gap:12px;white-space:nowrap}.diagnosis-note strong{flex:0 0 auto}.diagnosis-note span{min-width:0}@media(max-width:600px){.diagnosis-note{gap:8px;padding:12px;font-size:clamp(10px,3vw,12px);letter-spacing:-.025em}}
