:root{--ink:#17221d;--muted:#6f7b74;--line:#dde5df;--paper:#fff;--soft:#f5f7f3;--green:#173b30;--lime:#d9ff6c;--mint:#e6f5ed;--blue:#eaf2ff;--amber:#fff4dc;--red:#fff0ed;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f4f6f2;color:var(--ink);font-family:Inter,"PingFang SC","Microsoft YaHei",system-ui,sans-serif;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}.topbar{height:66px;padding:0 max(20px,calc((100% - var(--max))/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:9px;color:var(--ink);font-size:18px;font-weight:850;text-decoration:none}.brand span{color:#77a92d}.topbar>div{display:flex;align-items:center;gap:23px}.topbar a{color:#66736c;font-size:13px;text-decoration:none}#lang-toggle{min-width:50px;padding:7px 11px;border:1px solid #ccd6ce;border-radius:999px;background:#fff;color:#35443c;font-size:12px;font-weight:800;cursor:pointer}.hero{min-height:520px;padding:74px max(20px,calc((100% - var(--max))/2)) 108px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:84px;background:#fff;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;width:500px;height:500px;right:-280px;top:-250px;border:80px solid #f3f8ea;border-radius:50%}.hero-copy,.sample-report{position:relative;z-index:1}.breadcrumb{display:flex;gap:8px;margin-bottom:28px;color:#8a958f;font-size:11px}.breadcrumb a{color:#6f7d75;text-decoration:none}.breadcrumb b{color:#405149}.eyebrow{color:#658b28;font-size:11px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.hero h1{max-width:730px;margin:15px 0 20px;font-size:52px;line-height:1.08;letter-spacing:-.055em}.hero h1 em{color:#63952d;font-style:normal}.hero-copy>p{max-width:690px;margin:0;color:#68766e;font-size:16px;line-height:1.8}.hero-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:27px}.hero-points span{padding:8px 11px;border:1px solid #dbe5dc;border-radius:999px;background:#f9fbf7;color:#536259;font-size:11px}.hero-points span:before{content:"✓";margin-right:6px;color:#6d9e2d;font-weight:900}.sample-report{padding:22px;border:1px solid #dce5dd;border-radius:17px;background:#fff;box-shadow:0 28px 80px rgba(25,55,42,.13);transform:rotate(1deg)}.sample-head,.sample-company{display:flex;align-items:center;justify-content:space-between}.sample-head{padding-bottom:15px;border-bottom:1px solid #e4e9e4;color:#8c9891;font:800 9px ui-monospace,monospace}.sample-head b{padding:5px 7px;border-radius:5px;background:#f0f5e8;color:#64872d}.sample-company{padding:18px 0}.sample-company small,.sample-company strong{display:block}.sample-company small{color:#8a958f;font-size:9px}.sample-company strong{margin-top:4px;font-size:21px}.sample-company>span{padding:7px 9px;border-radius:7px;background:#eef5e8;color:#5e7f2d;font-size:9px}.sample-summary{padding:14px;border-radius:9px;background:#173b30;color:#fff;font-size:13px;font-weight:750}.sample-checks{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:13px}.sample-checks div{padding:11px;display:grid;grid-template-columns:8px 1fr;align-items:center;gap:5px 8px;border:1px solid #e2e8e3;border-radius:8px}.sample-checks i{width:7px;height:7px;border-radius:50%}.sample-checks i.good{background:#63ad73}.sample-checks i.watch{background:#e3aa45}.sample-checks i.risk{background:#dc6d62}.sample-checks span{color:#849089;font-size:9px}.sample-checks b{grid-column:2;font-size:11px}.sample-foot{margin-top:13px;padding:11px;border-radius:8px;background:#f6f8f4;color:#6f7c74;font-size:9px}.analyzer{width:min(var(--max),calc(100% - 28px));margin:-62px auto 86px;padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 24px 70px rgba(25,50,39,.1);position:relative;z-index:2}.analyzer-head{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:23px;border-bottom:1px solid var(--line)}.analyzer-head>div{display:flex;align-items:center;gap:12px}.step,.card-title>span{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:#eef4e6;color:#63852d;font-size:10px;font-weight:850}.analyzer-head h2{margin:0 0 4px;font-size:27px;letter-spacing:-.035em}.analyzer-head p,.card-title p{margin:0;color:#89958e;font-size:11px}.analyzer-head button{padding:9px 12px;border:1px solid #cfd8d0;border-radius:8px;background:#fff;color:#506057;font-size:11px;font-weight:800;cursor:pointer}.input-layout{display:grid;grid-template-columns:minmax(0,1fr) 295px;gap:18px;margin-top:20px;align-items:start}.input-main{min-width:0;display:grid;gap:13px}.input-card{padding:20px;border:1px solid var(--line);border-radius:12px}.card-title{display:flex;align-items:center;gap:10px;margin-bottom:18px}.card-title h3{margin:0 0 3px;font-size:15px}.fields{display:grid;gap:13px}.fields.four{grid-template-columns:repeat(4,minmax(0,1fr))}label>span,.textarea-label>span{display:block;margin-bottom:7px;color:#536159;font-size:11px;font-weight:750}input,select,textarea{width:100%;border:1px solid #d4ddd5;border-radius:8px;background:#fff;color:#233129;outline:0}input,select{height:43px;padding:0 10px;font-size:13px}textarea{padding:11px;resize:vertical;font-size:12px;line-height:1.6}input:focus,select:focus,textarea:focus{border-color:#80a74c;box-shadow:0 0 0 3px rgba(128,167,76,.12)}.goal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.goal-grid label{position:relative}.goal-grid input{position:absolute;opacity:0;pointer-events:none}.goal-grid label>span{height:100%;margin:0;padding:13px;border:1px solid #dce4dd;border-radius:9px;cursor:pointer}.goal-grid b,.goal-grid small{display:block}.goal-grid b{font-size:12px}.goal-grid small{margin-top:5px;color:#8c9791;font-size:9px;line-height:1.4}.goal-grid input:checked+span{border-color:#7da441;background:#f3f8e9;box-shadow:inset 0 0 0 1px #7da441}.upload-zone{min-height:145px;padding:24px;display:flex;align-items:center;justify-content:center;flex-direction:column;border:1.5px dashed #bfcac1;border-radius:11px;background:#f9fbf8;text-align:center;cursor:pointer}.upload-zone.drag{border-color:#6d9c34;background:#f0f7e6}.upload-zone input{display:none}.upload-icon{width:38px;height:38px;margin-bottom:10px;display:grid!important;place-items:center;border-radius:10px;background:#eaf2de;color:#638832;font-size:18px}.upload-zone b{font-size:13px}.upload-zone small{margin-top:5px;color:#8d9892;font-size:10px}.file-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:9px}.file-chip{padding:7px 9px;border:1px solid #dce3dd;border-radius:7px;background:#fff;color:#647169;font-size:9px}.file-chip button{margin-left:7px;border:0;background:transparent;color:#9a625b;cursor:pointer}.or{display:flex;align-items:center;gap:10px;margin:14px 0;color:#9ca59f;font-size:9px}.or:before,.or:after{content:"";height:1px;flex:1;background:#e3e8e4}.textarea-label{position:relative}.textarea-label>small{position:absolute;right:9px;bottom:8px;color:#9da6a0;font-size:8px}.report-preview{position:sticky;top:16px;padding:22px;background:#173b30;color:#fff;border-radius:13px}.preview-label{color:#8eaaa0;font-size:9px;font-weight:800;letter-spacing:.08em}.report-preview h3{margin:8px 0 17px;color:#d9ff6c;font-size:24px}.report-preview ul{margin:0;padding:0;list-style:none}.report-preview li{display:flex;gap:9px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.1)}.report-preview li>i{color:#718c81;font:800 8px ui-monospace,monospace}.report-preview li b,.report-preview li small{display:block}.report-preview li b{font-size:10px}.report-preview li small{margin-top:3px;color:#789187;font-size:8px;line-height:1.4}.data-rule{margin:17px 0;padding:12px;border-radius:8px;background:rgba(255,255,255,.06)}.data-rule b{color:#bdcfb2;font-size:9px}.data-rule p{margin:5px 0 0;color:#789087;font-size:8px;line-height:1.55}#analyze-button{width:100%;height:45px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:8px;background:var(--lime);color:#18352b;font-size:11px;font-weight:850;cursor:pointer}#analyze-button:disabled{opacity:.6;cursor:wait}.form-error{margin-top:10px;padding:9px;border-radius:7px;background:#5a2f2a;color:#ffe1db;font-size:10px}.disclaimer{display:block;margin-top:10px;color:#718a80;font-size:8px;line-height:1.5}.results{padding:82px 20px;background:#eef1ec}.results-wrap{width:min(var(--max),100%);margin:auto}.results-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:23px}.results-head h2{margin:9px 0 4px;font-size:31px;letter-spacing:-.04em}.results-head p{margin:0;color:#7d8982;font-size:11px}.results-head>div:last-child{display:flex;gap:7px}.results-head button{padding:9px 11px;border:1px solid #cfd8d0;border-radius:7px;background:#fff;color:#526159;font-size:10px;font-weight:800;cursor:pointer}.results-head button:last-child{border-color:#173b30;background:#173b30;color:#fff}.minute-card{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:20px;padding:24px;border-radius:14px;background:#173b30;color:#fff}.minute-main>small,.data-quality small{color:#92aaa1;font-size:9px;font-weight:800}.minute-main h3{margin:8px 0;color:#d9ff6c;font-size:24px}.minute-main>p{max-width:820px;margin:0;color:#b0c2bb;font-size:12px;line-height:1.7}.business-line{margin-top:15px;padding-top:14px;border-top:1px solid rgba(255,255,255,.12)}.business-line b,.business-line span{display:block}.business-line b{color:#7f9a90;font-size:8px}.business-line span{margin-top:5px;font-size:11px}.data-quality{padding-left:20px;border-left:1px solid rgba(255,255,255,.12)}.data-quality strong,.data-quality span{display:block}.data-quality strong{margin:8px 0;color:#d9ff6c;font:850 31px ui-monospace,monospace}.data-quality span{color:#8ca59b;font-size:9px}.section-label{display:flex;align-items:center;gap:10px;margin:25px 0 13px}.section-label>span,.report-card-head>span{color:#99a39d;font:800 9px ui-monospace,monospace}.section-label h3{margin:0;font-size:16px}.section-label p{margin:3px 0 0;color:#87928c;font-size:9px}.health-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.health-card,.report-card,.source-card{border:1px solid #dce3dd;border-radius:12px;background:#fff}.health-card{padding:17px}.health-top{display:flex;justify-content:space-between;align-items:center}.health-top span{font-size:10px;font-weight:800}.health-status{padding:5px 7px;border-radius:5px;font-size:8px;font-weight:800}.health-status.good{background:var(--mint);color:#34714e}.health-status.watch{background:var(--amber);color:#946a26}.health-status.risk{background:var(--red);color:#a94f46}.health-card strong{display:block;margin:12px 0 4px;font-size:18px}.health-card p{margin:0;color:#6e7b73;font-size:10px;line-height:1.6}.health-card small{display:block;margin-top:10px;padding-top:9px;border-top:1px solid #e8ece8;color:#929c96;font-size:8px;line-height:1.45}.report-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:11px}.report-card{padding:20px}.report-card-head{display:flex;align-items:center;gap:8px;margin-bottom:16px}.report-card-head h3{margin:0;font-size:14px}.business-list{display:grid;gap:10px}.business-list div{padding:12px;border-radius:8px;background:#f6f8f5}.business-list b,.business-list span{display:block}.business-list b{color:#839088;font-size:8px}.business-list span{margin-top:5px;font-size:11px;line-height:1.55}.trend-list{display:grid;gap:9px}.trend-item{display:grid;grid-template-columns:100px 62px 1fr;align-items:center;gap:9px;padding-bottom:9px;border-bottom:1px solid #e9ede9}.trend-item>b{font-size:10px}.trend-direction{padding:5px 6px;border-radius:5px;text-align:center;font-size:8px;font-weight:800}.trend-direction.up{background:#e9f5ed;color:#367451}.trend-direction.flat{background:#fff3dc;color:#8e6728}.trend-direction.down{background:#fff0ed;color:#a85148}.trend-item span{color:#69766f;font-size:9px;line-height:1.5}.metric-card{margin-top:11px}.metric-translations{display:grid;grid-template-columns:1fr 1fr;gap:9px}.metric-translation{padding:14px;border:1px solid #e1e7e1;border-radius:9px}.metric-translation-head{display:flex;justify-content:space-between;gap:10px}.metric-translation-head b{font-size:11px}.metric-translation-head strong{font:800 12px ui-monospace,monospace}.metric-translation p{margin:9px 0 0;color:#65736b;font-size:10px;line-height:1.6}.metric-translation small{display:block;margin-top:8px;color:#8a958f;font-size:8px}.expectation-callout{padding:14px;border-radius:9px;background:#f1f6e9}.expectation-callout b{font-size:13px}.expectation-callout p{margin:7px 0 0;color:#607056;font-size:10px;line-height:1.6}.expectation-columns{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.expectation-columns div{padding:11px;border:1px solid #e1e6e1;border-radius:8px}.expectation-columns b{font-size:9px}.expectation-columns p{margin:5px 0 0;color:#6e7b73;font-size:9px;line-height:1.5}.two-sides{display:grid;grid-template-columns:1fr 1fr;gap:15px}.two-sides>div>b{font-size:10px}.two-sides ul{margin:9px 0 0;padding:0;list-style:none}.two-sides li{padding:8px 0 8px 16px;border-bottom:1px solid #e8ece8;color:#647169;font-size:9px;line-height:1.5;position:relative}.two-sides li:before{content:"+";position:absolute;left:0;color:#5a923f;font-weight:900}.two-sides>div:last-child li:before{content:"!";color:#c26a52}.watch-card{margin-top:11px}.watch-list{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.watch-item{padding:13px;border:1px solid #e0e6e0;border-radius:9px}.watch-item>span{color:#91a098;font:800 8px ui-monospace,monospace}.watch-item h4{margin:7px 0;font-size:11px}.watch-item>p{margin:0;color:#6d7972;font-size:9px;line-height:1.5}.signal-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:10px}.signal-grid div{padding:7px;border-radius:6px;background:#f0f7f1;color:#52705d;font-size:8px;line-height:1.4}.signal-grid div:last-child{background:#fff1ee;color:#8e5a52}.source-card{margin-top:11px;padding:18px;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px}.source-card h3{margin:0 0 7px;font-size:13px}.source-card p{margin:0;color:#6f7b74;font-size:9px;line-height:1.55}.source-card b{font-size:9px}.source-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}.source-tags span{padding:5px 6px;border-radius:5px;background:#f0f3ef;color:#6f7b74;font-size:8px}.how{padding:84px max(20px,calc((100% - var(--max))/2));background:#fff;text-align:center}.how h2{max-width:750px;margin:10px auto 31px;font-size:30px;letter-spacing:-.04em}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;text-align:left}.how-grid article{padding:21px;border:1px solid var(--line);border-radius:11px}.how-grid span{color:#98a39d;font:800 9px ui-monospace,monospace}.how-grid h3{margin:13px 0 7px;font-size:14px}.how-grid p{margin:0;color:#758179;font-size:10px;line-height:1.65}footer{padding:35px max(20px,calc((100% - var(--max))/2));display:flex;justify-content:space-between;background:#17362d;color:#87a098;font-size:10px}footer b{color:#fff;font-size:14px}@media(max-width:950px){.hero{grid-template-columns:1fr}.sample-report{display:none}.input-layout{grid-template-columns:1fr}.report-preview{position:relative;top:auto}.fields.four,.goal-grid{grid-template-columns:1fr 1fr}.health-grid{grid-template-columns:1fr 1fr}.source-card{grid-template-columns:1fr}.watch-list{grid-template-columns:1fr 1fr}}@media(max-width:620px){.topbar{height:60px}.topbar>div>a{display:none}.hero{min-height:440px;padding:48px 16px 92px}.hero h1{font-size:37px}.hero-copy>p{font-size:14px}.analyzer{width:calc(100% - 14px);margin-top:-48px;padding:17px 11px}.analyzer-head{align-items:flex-start}.analyzer-head h2{font-size:22px}.analyzer-head p{max-width:210px;line-height:1.45}.analyzer-head button{font-size:9px}.fields.four,.goal-grid,.health-grid,.report-grid,.metric-translations,.watch-list{grid-template-columns:1fr}.minute-card{grid-template-columns:1fr}.data-quality{padding:15px 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.12)}.results{padding:62px 8px}.results-head{align-items:flex-start;flex-direction:column;gap:13px}.results-head>div:last-child{width:100%;display:grid;grid-template-columns:1fr 1fr}.results-head button:first-child{grid-column:1/-1}.two-sides{grid-template-columns:1fr}.trend-item{grid-template-columns:90px 58px 1fr}.watch-item{padding:12px}.how{padding:65px 16px}.how-grid{grid-template-columns:1fr}footer{flex-direction:column;gap:10px}}
/* Readability floor for a beginner-facing report. */
.breadcrumb,.eyebrow,.hero-points span,.analyzer-head p,.card-title p,.analyzer-head button,label>span,.textarea-label>span,.goal-grid b,.upload-zone small,.file-chip,.preview-label,.report-preview li b,.data-rule b,#analyze-button,.results-head p,.results-head button,.minute-main>small,.data-quality small,.business-line b,.business-line span,.data-quality span,.section-label p,.health-top span,.health-status,.health-card p,.health-card small,.report-card-head h3,.business-list b,.business-list span,.trend-item>b,.trend-direction,.trend-item span,.metric-translation-head b,.metric-translation p,.metric-translation small,.expectation-callout p,.expectation-columns b,.expectation-columns p,.two-sides>div>b,.two-sides li,.watch-item h4,.watch-item>p,.signal-grid div,.source-card p,.source-card b,.source-tags span,.how-grid p{font-size:12px}
.goal-grid small,.report-preview li small,.data-rule p,.disclaimer,.textarea-label>small{font-size:11px}.report-preview li b,.business-line span,.health-top span,.report-card-head h3,.metric-translation-head b,.watch-item h4{font-size:13px}.health-card strong{font-size:19px}.minute-main>p{font-size:14px}.source-card h3{font-size:15px}input,select,textarea{font-size:14px}
@media(max-width:620px){body{font-size:14px}.input-card,.report-card{padding:17px}.hero-points span{font-size:12px}}
@media print{@page{size:A4;margin:12mm}.topbar,.hero,.analyzer,.how,footer,.results-head button{display:none!important}.results{padding:0;background:#fff}.results[hidden]{display:none}.results-wrap{width:100%}.minute-card,.health-card,.report-card,.watch-item,.source-card{break-inside:avoid}.health-grid,.report-grid{gap:7px}.report-card{padding:13px}.results-head{margin-bottom:12px}.results-head h2{font-size:22px}}

/* Light report-outline card: keeps the input area visually dominant. */
.report-preview{padding:20px;border:1px solid #d9e3da;background:linear-gradient(180deg,#f8fbf5 0,#fff 45%);color:var(--ink);box-shadow:0 16px 38px rgba(29,61,47,.08);overflow:hidden}
.report-preview:before{content:"";position:absolute;width:150px;height:150px;right:-82px;top:-92px;border:28px solid #eaf3dd;border-radius:50%;pointer-events:none}
.preview-label{position:relative;color:#6d8f3c;font-size:11px;letter-spacing:.1em}
.report-preview h3{position:relative;margin:9px 0 18px;color:#173b30;font-size:24px;line-height:1.2;letter-spacing:-.03em}
.report-preview ul{display:grid;gap:7px}
.report-preview li{padding:10px 11px;gap:10px;align-items:flex-start;border:1px solid #e1e8e1;border-radius:9px;background:#fff;box-shadow:0 3px 10px rgba(30,55,44,.025)}
.report-preview li>i{display:grid;place-items:center;min-width:25px;height:25px;border-radius:7px;background:#edf4e5;color:#648a32;font-size:9px;font-style:normal}
.report-preview li b{color:#22332b;font-size:12px;line-height:1.35}
.report-preview li small{margin-top:3px;color:#849087;font-size:10px;line-height:1.4}
.data-rule{margin:13px 0;padding:12px;border:1px solid #e0e8df;background:#f2f6ef}
.data-rule b{color:#4d6c3e;font-size:11px}
.data-rule p{color:#76837a;font-size:10px;line-height:1.55}
#analyze-button{height:48px;padding:0 15px;background:#173b30;color:#fff;font-size:12px;box-shadow:0 8px 20px rgba(23,59,48,.16);transition:transform .2s,box-shadow .2s,background .2s}
#analyze-button:hover:not(:disabled){transform:translateY(-1px);background:#214c3e;box-shadow:0 11px 24px rgba(23,59,48,.2)}
.disclaimer{color:#869188;font-size:10px;text-align:center}
@media(max-width:950px){.report-preview{position:relative;display:grid;grid-template-columns:1fr 1.5fr;gap:8px 18px}.report-preview .preview-label,.report-preview h3{grid-column:1}.report-preview ul{grid-column:2;grid-row:1/5}.report-preview .data-rule,.report-preview #analyze-button,.report-preview .form-error,.report-preview .disclaimer{grid-column:1}.report-preview h3{align-self:start}.report-preview .data-rule{align-self:end}}
@media(max-width:620px){.report-preview{display:block;padding:18px 15px}.report-preview ul{margin-top:15px}.report-preview li{padding:11px}.report-preview li b{font-size:13px}.report-preview li small{font-size:11px}}
