:root{--bg:#fff;--bg-soft:#f6f8f7;--text:#1a2b22;--text-muted:#5b6e63;--accent:#1f7a4d;--accent-soft:#e3f2ea;--border:#dde5e0;--radius:10px;--max-width:880px}@media (prefers-color-scheme:dark){:root{--bg:#101613;--bg-soft:#18211c;--text:#e4ece7;--text-muted:#9baba1;--accent:#4cc38a;--accent-soft:#1b2f25;--border:#2a3830}}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Noto Sans JP,sans-serif;line-height:1.7}main{max-width:var(--max-width);margin:0 auto;padding:1.5rem 1rem 3rem}a{color:var(--accent)}h1{font-size:1.6rem;line-height:1.4}h2{border-bottom:2px solid var(--accent-soft);margin-top:2.5rem;padding-bottom:.3rem;font-size:1.25rem}.site-header{border-bottom:1px solid var(--border);background:var(--bg)}.site-header .inner{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:.8rem 1rem;display:flex}.site-header .brand{color:var(--text);font-size:1.1rem;font-weight:700;text-decoration:none}.site-header nav{align-items:center;gap:1rem;font-size:.92rem;display:flex}.lang-switch{border:1px solid var(--border);color:var(--text-muted);border-radius:999px;padding:.2rem .6rem;font-size:.85rem;text-decoration:none}.site-footer{border-top:1px solid var(--border);background:var(--bg-soft);margin-top:3rem}.site-footer .inner{max-width:var(--max-width);color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;gap:1rem;margin:0 auto;padding:1.5rem 1rem;font-size:.85rem;display:flex}.site-footer nav{flex-wrap:wrap;gap:1rem;display:flex}.tool-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;padding:0;list-style:none;display:grid}.tool-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);padding:1rem;transition:border-color .15s;position:relative}.tool-card:hover{border-color:var(--accent)}.tool-card a{font-weight:600;text-decoration:none}.tool-card a:after{content:"";border-radius:var(--radius);position:absolute;inset:0}.tool-card p{color:var(--text-muted);margin:.4rem 0 0;font-size:.88rem}.ad-slot{text-align:center;border:1px dashed var(--border);border-radius:var(--radius);min-height:90px;color:var(--text-muted);background:var(--bg-soft);justify-content:center;align-items:center;margin:2rem auto;font-size:.75rem;display:flex}.tool-panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-soft);margin:1.5rem 0;padding:1.25rem}.tool-panel label{margin-bottom:.3rem;font-size:.9rem;font-weight:600;display:block}.tool-panel input,.tool-panel select,.tool-panel textarea{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);border-radius:8px;padding:.55rem .7rem;font-size:1rem}.tool-panel button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.4rem;font-size:1rem;font-weight:600}.tool-panel .result{background:var(--accent-soft);word-break:break-all;border-radius:8px;margin-top:1rem;padding:.9rem;font-size:1.05rem}.prose{font-size:.97rem}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=640px){.form-grid{grid-template-columns:1fr}h1{font-size:1.35rem}main{padding:1rem .9rem 2.5rem}.site-header .inner{flex-wrap:wrap;row-gap:.4rem}.site-header nav{gap:.8rem;font-size:.88rem}.tool-panel{padding:1rem}.fund-table th,.fund-table td{padding:.45rem .5rem;font-size:.85rem}}:root{--chart-line:#1f7a4d;--chart-in:#2a78d6;--chart-out:#e34948;--chart-grid:#e1e0d9;--chart-axis:#c3c2b7;--chart-tick:#898781}@media (prefers-color-scheme:dark){:root{--chart-line:#35a06e;--chart-in:#3987e5;--chart-out:#e66767;--chart-grid:#2c2c2a;--chart-axis:#383835;--chart-tick:#898781}}.fund-chart{width:100%;height:auto;display:block}.fund-chart .grid{stroke:var(--chart-grid);stroke-width:1px}.fund-chart .axis{stroke:var(--chart-axis);stroke-width:1px}.fund-chart .tick{fill:var(--chart-tick);font-size:11px}.fund-chart .series-line{stroke:var(--chart-line);stroke-width:2px;stroke-linejoin:round}.fund-chart .bar-in{fill:var(--chart-in)}.fund-chart .bar-out{fill:var(--chart-out)}.fund-chart .bar-in:hover,.fund-chart .bar-out:hover{opacity:.8}.fund-chart .crosshair-line{stroke:var(--chart-tick);stroke-width:1px;stroke-dasharray:3 3}.fund-chart .crosshair-dot{fill:var(--chart-line)}.chart-tooltip{pointer-events:none;z-index:10;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.4rem .7rem;font-size:.85rem;position:fixed;box-shadow:0 2px 8px #00000026}.fund-table{border-collapse:collapse;width:100%;font-size:.92rem}.fund-table th,.fund-table td{border-bottom:1px solid var(--border);text-align:right;white-space:nowrap;padding:.5rem .6rem}.fund-table th:first-child,.fund-table td:first-child{text-align:left;white-space:normal}.fund-table td.num{font-variant-numeric:tabular-nums}.flow-plus{color:var(--chart-in);font-weight:600}.flow-minus{color:var(--chart-out);font-weight:600}.table-scroll{overflow-x:auto}
