:root{--bg: #f8fafc;--surface: #ffffff;--surface-strong: #f1f5f9;--ink: #111827;--muted: #64748b;--line: #d9e2ec;--line-strong: #b8c4d2;--teal: #0f766e;--teal-strong: #115e59;--amber: #b45309;--shadow: 0 22px 60px rgba(15, 23, 42, .1);--radius: 8px;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Avenir Next,Noto Sans TC,PingFang TC,Microsoft JhengHei,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}a:hover{color:var(--teal)}button,input,textarea{font:inherit}button{cursor:pointer}svg{display:block}.container{width:min(1120px,calc(100% - 32px));margin-inline:auto}.skip-link{position:fixed;top:12px;left:12px;z-index:20;transform:translateY(-160%);padding:8px 12px;border-radius:var(--radius);background:var(--ink);color:#fff}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(217,226,236,.85);background:#f8fafceb;backdrop-filter:blur(12px)}.nav{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:24px}.brand,.footer-brand{display:inline-flex;align-items:center;gap:12px}.brand-mark{display:grid;width:38px;height:38px;align-content:center;gap:4px;padding:8px;border-radius:var(--radius);background:#101820}.brand-mark span{height:3px;border-radius:2px;background:#fff}.brand-mark span:nth-child(2){width:70%;background:#14b8a6}.brand-mark span:nth-child(3){width:85%;background:#f59e0b}.brand strong{display:block;font-size:1rem;line-height:1.2}.brand small{display:block;color:var(--muted);font-size:.78rem;line-height:1.2}.nav-links{display:flex;align-items:center;gap:6px}.nav-links a,.button-link{min-height:40px;padding:8px 12px;border-radius:var(--radius);color:var(--muted);font-size:.92rem;font-weight:700}.button-link{display:inline-flex;align-items:center;border:1px solid var(--line-strong);background:#fff;color:var(--ink)}.nav-links a:hover,.button-link:hover{background:var(--surface-strong);color:var(--ink)}.hero{padding:56px 0 20px}.hero-copy{max-width:760px}.hero h1{margin:0;font-size:3.4rem;line-height:1.08}.hero p{margin:18px 0 0;color:var(--muted);font-size:1.12rem}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.primary-link{background:var(--teal);border-color:var(--teal);color:#fff}.primary-link:hover{background:var(--teal-strong);border-color:var(--teal-strong);color:#fff}.tool-shell{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.85fr);gap:18px;align-items:stretch;padding:20px 0 44px}.editor-panel,.stats-panel,.info-grid article,.faq-section,.prose-page{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.editor-panel{display:grid;grid-template-rows:auto minmax(390px,1fr) auto;min-height:560px}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px;border-bottom:1px solid var(--line)}.panel-heading h2{margin:0;font-size:1.2rem}.panel-heading p{margin:4px 0 0;color:var(--muted);font-size:.92rem}.toolbar{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:440px}.icon-button,.copy-button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line-strong);border-radius:var(--radius);background:#fff;color:var(--ink);font-weight:800}.icon-button{min-width:82px;padding:8px 10px}.icon-button[hidden]{display:none}.icon-button svg,.copy-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.icon-button:hover,.copy-button:hover{border-color:var(--teal);color:var(--teal)}textarea{width:100%;min-height:100%;resize:vertical;border:0;border-radius:0;outline:none;padding:22px;background:linear-gradient(rgba(15,118,110,.035) 1px,transparent 1px),#fff;background-size:100% 32px;color:var(--ink);font-family:SFMono-Regular,Cascadia Code,Noto Sans Mono CJK TC,monospace;font-size:1rem;line-height:2}.editor-footer{display:flex;min-height:48px;align-items:center;gap:8px 18px;padding:10px 18px;border-top:1px solid var(--line);color:var(--muted);font-size:.9rem;font-weight:800}.editor-footer strong{color:var(--ink)}textarea:focus-visible,input:focus-visible,button:focus-visible,a:focus-visible{outline:3px solid rgba(20,184,166,.35);outline-offset:2px}.stats-panel{padding:18px}.speed-control,.target-control{display:grid;gap:8px;margin-bottom:16px}.speed-control label,.control-label,.target-inputs label{color:var(--muted);font-size:.86rem;font-weight:800}.control-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.text-button{min-height:30px;border:0;border-radius:var(--radius);padding:4px 8px;background:transparent;color:var(--muted);font-size:.8rem;font-weight:900}.text-button:hover,.text-button:focus-visible{background:var(--surface-strong);color:var(--teal)}.speed-control div{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px}.speed-control input{min-width:0;min-height:44px;border:1px solid var(--line-strong);border-radius:var(--radius);padding:8px 10px;background:#fff}.speed-control span{color:var(--muted);font-size:.9rem}.target-inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.target-inputs label{display:grid;gap:6px}.target-inputs input{min-width:0;min-height:42px;border:1px solid var(--line-strong);border-radius:var(--radius);padding:8px 10px;background:#fff;color:var(--ink)}.target-presets{display:flex;flex-wrap:wrap;gap:8px}.preset-button{min-height:34px;border:1px solid var(--line);border-radius:var(--radius);padding:6px 9px;background:var(--surface-strong);color:var(--muted);font-size:.82rem;font-weight:900}.preset-button:hover,.preset-button:focus-visible{border-color:var(--teal);color:var(--teal)}.primary-stat{padding:18px;border-radius:var(--radius);background:#101820;color:#fff}.primary-stat span,.stat-grid span,.reading-card span{display:block;color:var(--muted);font-size:.78rem;font-weight:900}.primary-stat span{color:#a7f3d0}.primary-stat strong{display:block;margin-top:4px;font-size:3rem;line-height:1}.stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.stat-grid article,.reading-card,.target-card,.terms-card,.rhythm-card{min-height:94px;padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-strong)}.stat-grid strong,.reading-card strong,.target-card strong{display:block;margin-top:8px;color:var(--ink);font-size:1.55rem;line-height:1.1;overflow-wrap:anywhere}.reading-card{margin-top:12px;border-color:#b4530947;background:#fff7ed}.reading-card span{color:var(--amber)}.target-card{margin-top:12px;background:#ecfeff;border-color:#0f766e38}.target-card span{display:block;color:var(--teal);font-size:.78rem;font-weight:900}.target-card p{margin:8px 0 0;color:var(--muted);font-size:.9rem;line-height:1.55}.target-progress{height:8px;margin-top:12px;overflow:hidden;border-radius:999px;background:#0f172a17}.target-progress span{display:block;width:0%;height:100%;border-radius:inherit;background:var(--teal);transition:width .16s ease}.target-card small{display:block;margin-top:7px;color:var(--muted);font-size:.78rem;font-weight:900}.target-card[data-state=ok]{background:#ecfdf5;border-color:#0f766e4d}.target-card[data-state=warning]{background:#fffbeb;border-color:#b453094d}.target-card[data-state=warning] span{color:var(--amber)}.target-card[data-state=warning] .target-progress span{background:var(--amber)}.target-card[data-state=danger]{background:#fff1f2;border-color:#be123c47}.target-card[data-state=danger] span{color:#be123c}.target-card[data-state=danger] .target-progress span{background:#be123c}.terms-card{display:grid;gap:12px;margin-top:12px;background:#f8fafc}.terms-card span{display:block;color:var(--teal);font-size:.78rem;font-weight:900}.terms-card p{margin:4px 0 0;color:var(--muted);font-size:.9rem;line-height:1.55}.term-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.term-list li{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;align-items:center;min-height:34px;padding:7px 9px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.term-list span{min-width:0;color:var(--ink);font-size:.92rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.term-list strong,.term-list small{color:var(--muted);font-size:.82rem;font-weight:900;white-space:nowrap}.term-empty{margin:0}.term-empty[hidden]{display:none}.rhythm-card{margin-top:12px;background:#f8fafc}.rhythm-card span{display:block;color:var(--muted);font-size:.78rem;font-weight:900}.rhythm-card strong{display:block;margin-top:6px;color:var(--ink);font-size:1.35rem;line-height:1.15}.rhythm-card p{margin:8px 0 0;color:var(--muted);font-size:.9rem;line-height:1.55}.rhythm-card[data-state=ok]{background:#ecfdf5;border-color:#0f766e47}.rhythm-card[data-state=ok] span{color:var(--teal)}.rhythm-card[data-state=notice]{background:#eff6ff;border-color:#2563eb38}.rhythm-card[data-state=notice] span{color:#1d4ed8}.rhythm-card[data-state=warning]{background:#fffbeb;border-color:#b453094d}.rhythm-card[data-state=warning] span{color:var(--amber)}.copy-button{width:100%;margin-top:12px;padding:10px 12px;background:var(--teal);color:#fff}.secondary-copy-button{display:inline-flex;width:100%;min-height:40px;align-items:center;justify-content:center;gap:8px;margin-top:10px;border:1px solid var(--line-strong);border-radius:var(--radius);background:#fff;color:var(--ink);font-weight:800}.secondary-copy-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.copy-button:hover{border-color:var(--teal-strong);background:var(--teal-strong);color:#fff}.secondary-copy-button:hover{border-color:var(--teal);color:var(--teal)}.status-text{min-height:24px;margin:8px 0 0;color:var(--muted);font-size:.9rem}.use-case-section,.report-section,.guide-section{padding-bottom:36px}.section-heading{max-width:760px;margin-bottom:16px}.section-heading h2{margin:0;font-size:1.8rem;line-height:1.2}.section-heading p{margin:8px 0 0;color:var(--muted)}.use-case-grid,.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.use-case-grid article,.guide-grid article{padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.use-case-grid h3,.guide-grid h3{margin:0;font-size:1.05rem;line-height:1.25}.use-case-grid p,.guide-grid p{margin:10px 0 0;color:var(--muted);font-size:.95rem}.report-shell{display:grid;grid-template-columns:minmax(180px,.32fr) minmax(0,1fr);gap:14px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);padding:18px}.report-score-card{min-height:220px;padding:18px;border-radius:var(--radius);background:#101820;color:#fff}.report-score-card span{display:block;color:#a7f3d0;font-size:.82rem;font-weight:900}.report-score-card strong{display:block;margin-top:10px;font-size:4rem;line-height:1}.report-score-card p{margin:10px 0 0;color:#d1fae5;font-weight:900}.report-body{display:grid;align-content:start;gap:14px}.report-summary{margin:0;color:var(--muted);font-weight:800}.report-advice-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.report-advice-list li{padding:13px 14px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-strong);color:var(--ink);font-weight:800;line-height:1.55}.report-copy-button{margin-top:0}.info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding-bottom:40px}.info-grid article,.faq-section,.prose-page{padding:22px}.info-grid h2,.faq-section h2,.prose-page h1,.prose-page h2{margin:0;line-height:1.2}.info-grid p,.faq-section p,.prose-page p{color:var(--muted)}.faq-section{margin-bottom:52px}.faq-list{display:grid;gap:10px;margin-top:18px}details{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-strong)}summary{cursor:pointer;padding:14px 16px;font-weight:900}details p{margin:0;padding:0 16px 16px}.prose-page{max-width:820px;margin-top:52px;margin-bottom:64px}.prose-page h1{font-size:2rem}.prose-page h2{margin-top:26px;font-size:1.25rem}.prose-page a{color:var(--teal);font-weight:800}.prose-page .button-link{display:inline-flex;align-items:center;margin-top:10px;background:var(--surface-strong)}.footer{border-top:1px solid var(--line);background:#fff}.footer-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:28px 0}.footer p{max-width:520px;margin:10px 0 0;color:var(--muted)}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 14px;color:var(--muted);font-weight:800}@media(max-width:900px){.hero h1{font-size:2.55rem}.tool-shell,.use-case-grid,.guide-grid,.info-grid,.report-shell,.footer-grid{grid-template-columns:1fr}.footer-links{justify-content:flex-start}}@media(max-width:640px){.container{width:min(100% - 22px,1120px)}.nav{min-height:auto;flex-direction:column;align-items:flex-start;padding:14px 0}.nav-links{width:100%;overflow-x:auto;padding-bottom:2px}.hero{padding-top:34px}.hero h1{font-size:2.15rem}.hero p{font-size:1rem}.panel-heading{flex-direction:column}.toolbar{width:100%;justify-content:flex-start}.icon-button{flex:1 1 calc(50% - 8px);min-width:0}.editor-panel{min-height:480px}.editor-footer{flex-direction:column;align-items:flex-start;gap:2px}textarea{padding:16px;font-size:.95rem}.primary-stat strong{font-size:2.35rem}.stat-grid{grid-template-columns:1fr}}
