:root{--ink:#101826;--muted:#627083;--paper:#f5f2ec;--white:#fff;--line:#dcd7cd;--accent:#f05a3c;--teal:#0c847b;--yellow:#f2c94c;--radius:22px;--shadow:0 22px 70px rgba(16,24,38,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Noto Sans HK,PingFang HK,Microsoft JhengHei,system-ui,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%}.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:20;background:#f5f2ece6;border-bottom:1px solid rgba(16,24,38,.08);backdrop-filter:blur(18px)}.header-inner{height:76px;display:flex;align-items:center;gap:34px}.brand{display:inline-flex;align-items:center;gap:12px;font-size:22px;font-weight:900;letter-spacing:-.05em}.brand em{font-style:normal;color:var(--accent)}.brand-mark{display:flex;align-items:flex-end;gap:3px;width:30px;height:28px;padding:5px;border-radius:8px;background:var(--ink)}.brand-mark i{display:block;width:5px;border-radius:3px;background:var(--white)}.brand-mark i:nth-child(1){height:7px}.brand-mark i:nth-child(2){height:14px;background:var(--yellow)}.brand-mark i:nth-child(3){height:19px;background:var(--accent)}nav{margin-left:auto;display:flex;gap:28px;font-size:14px;font-weight:650}nav a:hover{color:var(--accent)}.header-cta,.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border-radius:999px;background:var(--ink);color:#fff;font-weight:760;font-size:14px}.header-cta:hover,.button:hover{background:var(--accent)}.button.alt{background:transparent;color:var(--ink);border:1px solid var(--ink)}.hero{position:relative;overflow:hidden;padding:clamp(90px,12vw,160px) 0 90px}.hero:before{content:"";position:absolute;width:620px;height:620px;border-radius:50%;right:-180px;top:-210px;background:conic-gradient(from 30deg,var(--yellow),#ffe8ad,var(--accent),var(--teal),var(--yellow));opacity:.28;filter:blur(4px)}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:70px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:850;letter-spacing:.16em;text-transform:uppercase;color:var(--teal)}.eyebrow:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--accent)}h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(52px,7.8vw,104px);letter-spacing:-.075em;line-height:.94;margin:24px 0 30px;max-width:9ch}.hero h1 em{font-style:normal;color:var(--accent)}.hero-lead{font-size:clamp(18px,2.1vw,25px);line-height:1.55;max-width:650px;color:#344155}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.compare-board{position:relative;background:var(--white);border-radius:32px;padding:28px;box-shadow:var(--shadow);transform:rotate(1.5deg)}.board-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:18px}.board-head b{font-size:18px}.board-head span{font-size:11px;font-weight:800;letter-spacing:.12em;color:var(--teal)}.row{display:grid;grid-template-columns:1fr 1.4fr auto;gap:14px;align-items:center;padding:13px 0;border-bottom:1px solid #eee}.row small{color:var(--muted)}.score{width:48px;height:8px;border-radius:9px;background:#e7e4dc;overflow:hidden}.score i{display:block;height:100%;background:var(--accent);border-radius:inherit}.board-note{font-size:12px;color:var(--muted);margin:18px 0 0}.section{padding:90px 0}.section-head{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-bottom:45px;align-items:end}.section h2{font-size:clamp(38px,5.5vw,68px);letter-spacing:-.055em;line-height:1.02;margin:14px 0}.section-head>p{font-size:18px;color:var(--muted);max-width:600px}.guide-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.guide-card{grid-column:span 4;display:flex;flex-direction:column;min-height:330px;padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:#ffffff94;transition:.25s ease}.guide-card:first-child,.guide-card:nth-child(5){grid-column:span 8}.guide-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);background:var(--white);border-color:transparent}.guide-card .category{font-size:11px;font-weight:850;letter-spacing:.12em;color:var(--teal)}.guide-card h3{font-size:clamp(24px,2.5vw,35px);line-height:1.18;letter-spacing:-.035em;margin:22px 0 14px}.guide-card p{color:var(--muted)}.card-meta{margin-top:auto;display:flex;justify-content:space-between;align-items:center;font-size:13px}.card-meta b{color:var(--accent)}.method{background:var(--ink);color:#fff}.method .section-head>p{color:#b8c1ce}.method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#354051;border:1px solid #354051;border-radius:var(--radius);overflow:hidden}.method-step{padding:30px;background:var(--ink);min-height:230px}.method-step span{font-size:12px;font-weight:900;color:var(--yellow);letter-spacing:.15em}.method-step h3{font-size:23px;margin:25px 0 12px}.method-step p{font-size:14px;color:#b8c1ce}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.principle{padding:28px;border-radius:var(--radius);background:var(--white)}.principle strong{display:block;font-size:20px;margin-bottom:10px}.principle p{color:var(--muted);margin:0}.page-hero{padding:100px 0 55px}.page-hero h1{font-size:clamp(48px,7vw,88px);letter-spacing:-.065em;line-height:1;margin:20px 0;max-width:12ch}.page-hero p{font-size:20px;color:var(--muted);max-width:760px}.article-shell{display:grid;grid-template-columns:minmax(0,760px) 260px;gap:70px;align-items:start;padding-bottom:100px}.article{background:var(--white);border-radius:28px;padding:clamp(28px,5vw,64px);box-shadow:var(--shadow)}.article .dek{font-size:20px;color:#3c495c;border-left:4px solid var(--accent);padding-left:20px}.article h2{font-size:32px;letter-spacing:-.035em;margin:52px 0 18px}.article h3{font-size:21px;margin:30px 0 8px}.dimension-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dimension{background:#f5f2ec;border-radius:16px;padding:20px}.dimension b{display:block;margin-bottom:8px}.dimension p{font-size:14px;color:var(--muted);margin:0}.step-list{counter-reset:step}.step{position:relative;padding:0 0 26px 58px;counter-increment:step}.step:before{content:counter(step);position:absolute;left:0;top:0;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-weight:850}.trap-list{padding:0;list-style:none}.trap-list li{position:relative;padding:14px 18px 14px 46px;background:#fff4ef;border-radius:12px;margin:8px 0}.trap-list li:before{content:"!";position:absolute;left:17px;color:var(--accent);font-weight:900}.faq details{border-top:1px solid var(--line);padding:18px 0}.faq summary{cursor:pointer;font-weight:780}.faq p{color:var(--muted);margin:12px 0 0}.source-list a{color:var(--teal);text-decoration:underline;text-underline-offset:3px}.toc{position:sticky;top:105px}.toc b{display:block;margin-bottom:14px}.toc a{display:block;font-size:14px;color:var(--muted);border-left:2px solid var(--line);padding:8px 0 8px 14px}.toc a:hover{color:var(--accent);border-color:var(--accent)}.notice{margin-top:24px;padding:18px;border-radius:14px;background:#ece8df;color:var(--muted);font-size:13px}footer{padding:70px 0 24px;background:#e9e5dc}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px}.footer-grid p{color:var(--muted);max-width:370px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px;font-size:14px}.footer-grid b{margin-bottom:8px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #d3cec3;margin-top:50px;padding-top:22px;font-size:12px;color:var(--muted)}@media(max-width:850px){nav{display:none}.header-cta{margin-left:auto}.hero-grid,.section-head,.article-shell{grid-template-columns:1fr}.hero{padding-top:75px}.compare-board{max-width:560px;transform:none}.guide-card,.guide-card:first-child,.guide-card:nth-child(5){grid-column:span 6}.method-grid,.principles{grid-template-columns:1fr 1fr}.toc{position:static;order:-1}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}@media(max-width:560px){.shell{width:min(100% - 28px,1180px)}.header-inner{height:68px}.brand{font-size:19px}.header-cta{padding:0 14px}.hero h1{font-size:54px}.guide-card,.guide-card:first-child,.guide-card:nth-child(5){grid-column:1/-1}.method-grid,.principles,.dimension-grid{grid-template-columns:1fr}.section{padding:68px 0}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column}.article{padding:26px 20px}.article h2{font-size:27px}.page-hero{padding-top:75px}}
