:root{color-scheme:light;--bg:#fff;--bg-soft:#f7f5f2;--text:#1f1b16;--text-muted:#5a544c;--border:#e3ddd3;--accent-positive:#c2410c;--accent-alert:#0072b2;--max-width:720px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,PingFang TC,Noto Sans TC,Microsoft JhengHei,system-ui,sans-serif;line-height:1.6;overflow-x:hidden}main{max-width:var(--max-width);margin:0 auto;padding:1.25rem 1rem 3rem}h1{margin:.25rem 0 1rem;font-size:1.4rem;line-height:1.4}h2{margin:2rem 0 .75rem;font-size:1.1rem}a{color:var(--accent-alert)}.site-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;max-width:100%;padding:.9rem 1rem;display:flex}.site-header a{color:var(--text);font-size:1.05rem;font-weight:700;text-decoration:none}.site-header .brand{flex-shrink:1;min-width:0}.site-nav{flex-wrap:wrap;gap:1.25rem;min-width:0;display:flex}.site-nav a{color:var(--text-muted);white-space:nowrap;font-size:.9rem;font-weight:500}.site-nav a:hover{color:var(--accent-alert)}@media (width<=420px){.site-nav{gap:.75rem}.site-nav a{font-size:.82rem}}.tagline{color:var(--text-muted);margin:0 0 1.5rem}.tool-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.tool-card{border:1px solid var(--border);color:var(--text);border-radius:10px;padding:1rem;text-decoration:none;display:block}.tool-card:hover{border-color:var(--accent-alert)}.tool-card .tool-name{margin-bottom:.25rem;font-weight:700}.tool-card .tool-desc{color:var(--text-muted);font-size:.9rem}.summary-cards{grid-template-columns:1fr;gap:.75rem;margin:1rem 0 1.75rem;display:grid}@media (width>=560px){.summary-cards{grid-template-columns:repeat(3,1fr)}}.summary-card{background:var(--bg-soft);border:1px solid var(--border);border-radius:10px;padding:.85rem 1rem}.summary-card .label{color:var(--text-muted);margin-bottom:.35rem;font-size:.8rem}.summary-card .value{font-size:1rem;font-weight:600}.status-announced{color:var(--accent-positive)}.status-estimated{color:var(--accent-alert)}.status-none{color:var(--text-muted)}.status-basis{color:var(--text-muted);margin-top:.35rem;font-size:.8rem;font-weight:400;display:block}.table-scroll{border:1px solid var(--border);border-radius:10px;margin:1rem 0 2rem;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:720px;font-size:.85rem}th,td{text-align:left;white-space:nowrap;border-bottom:1px solid var(--border);padding:.55rem .7rem}thead th{background:var(--bg-soft);font-weight:600}tbody tr:last-child td{border-bottom:none}.faq-item{margin-bottom:1rem}.faq-item dt{margin-bottom:.25rem;font-weight:600}.faq-item dd{color:var(--text-muted);margin:0}.source-note{color:var(--text-muted);border-top:1px solid var(--border);margin-top:2rem;padding-top:1rem;font-size:.85rem}.back-link{margin-bottom:1rem;font-size:.9rem;display:inline-block}.table-scroll{-webkit-overflow-scrolling:touch;position:relative}@media (width<=640px){.table-scroll:after{content:"← 左右滑動查看更多欄位 →";text-align:center;color:var(--text-muted);border-top:1px solid var(--border);padding:.45rem 0;font-size:.75rem;display:block}table th:first-child,table td:first-child{background:var(--bg);z-index:1;box-shadow:2px 0 0 var(--border);position:sticky;left:0}table thead th:first-child{background:var(--bg-soft)}}.breadcrumb{color:var(--text-muted);margin:0 0 1rem;font-size:.85rem}.breadcrumb a{color:var(--text-muted)}.breadcrumb .current{color:var(--text)}.calc-box{background:var(--bg-soft);border:1px solid var(--border);font-variant-numeric:tabular-nums;border-radius:10px;margin:1rem 0 1.75rem;padding:1rem 1.1rem}.calc-box .calc-line{justify-content:space-between;gap:1rem;padding:.3rem 0;font-size:.95rem;display:flex}.calc-box .calc-line+.calc-line{border-top:1px dashed var(--border)}.calc-box .calc-line.total{color:var(--accent-positive);font-weight:700}.calc-box .calc-num{font-family:SF Mono,Menlo,Consolas,monospace}.guide-list{margin:0 0 1rem;padding-left:1.2rem}.guide-list li{margin-bottom:.4rem}.pitfall-list{margin:0 0 1rem;padding-left:1.2rem}.pitfall-list li{margin-bottom:.5rem}.faq-more{color:var(--text-muted);margin:.5rem 0 1.5rem;font-size:.85rem}.site-header .brand{align-items:center;gap:.5rem;display:inline-flex}.site-header .brand img{width:28px;height:28px;display:block}.lead{color:var(--text-muted);margin:0 0 1.5rem}.stock-search{margin:0 0 2rem;position:relative}.stock-search-label{color:var(--text-muted);margin-bottom:.4rem;font-size:.85rem;display:block}.stock-search-input{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);border-radius:10px;padding:.7rem .9rem;font-family:inherit;font-size:1rem}.stock-search-input:focus{border-color:var(--accent-alert);outline:none;box-shadow:0 0 0 3px #0072b233}.stock-search-dropdown{z-index:10;background:var(--bg);border:1px solid var(--border);border-radius:10px;max-height:320px;margin:0;padding:.3rem;list-style:none;position:absolute;top:calc(100% + .35rem);left:0;right:0;overflow-y:auto;box-shadow:0 6px 18px #1f1b161f}.stock-search-option{cursor:pointer;border-radius:6px;padding:.55rem .7rem;font-size:.95rem}.stock-search-option:hover,.stock-search-option.active{background:var(--bg-soft);color:var(--accent-alert)}.stock-search-empty{color:var(--text-muted);padding:.55rem .7rem;font-size:.9rem}.tool-grid{grid-template-columns:1fr;gap:1rem;margin:1rem 0 2rem;display:grid}@media (width>=768px){.tool-grid{grid-template-columns:repeat(2,1fr)}}.tool-grid-card{border:1px solid var(--border);background:var(--bg);border-radius:12px;padding:1.1rem 1.2rem}.tool-grid-name{margin-bottom:.4rem;font-size:1.05rem;font-weight:700}.tool-grid-desc{color:var(--text-muted);margin-bottom:.6rem;font-size:.9rem}.tool-grid-count{color:var(--accent-positive);margin-bottom:.7rem;font-size:.85rem;font-weight:600}.chip-list{flex-wrap:wrap;gap:.5rem;display:flex}.chip{border:1px solid var(--border);color:var(--text);background:var(--bg-soft);border-radius:999px;padding:.3rem .65rem;font-size:.82rem;text-decoration:none;display:inline-block}.chip:hover{border-color:var(--accent-alert);color:var(--accent-alert)}.guide-link-list{margin:0;padding-left:1.2rem}.guide-link-list li{margin-bottom:.4rem}.tool-grid-card-placeholder{background:var(--bg-soft);color:var(--text-muted);pointer-events:none;opacity:.75}.tool-grid-card-placeholder .tool-grid-name{color:var(--text-muted)}.home-hero{background:#fbf4ea;width:100vw;margin-bottom:2.5rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:2rem 1rem 1.75rem}.home-hero-inner{max-width:var(--max-width);margin:0 auto}.home-title{color:var(--text);margin:0 0 .5rem;font-family:Chocolate Classical Sans,Noto Sans TC,sans-serif;font-size:2.1rem;line-height:1.3}.home-slogan{color:var(--accent-positive);margin:0 0 .4rem;font-family:Chocolate Classical Sans,Noto Sans TC,sans-serif;font-size:1.15rem}.home-desc{color:var(--text-muted);margin:0 0 1.5rem;font-size:1rem}.home-hero .stock-search-input{padding:.95rem 1.1rem;font-size:1.1rem}.home-section{margin:2.5rem 0}.home-footer{border-top:1px solid var(--border);color:var(--text-muted);margin-top:3rem;padding-top:1.5rem;font-size:.82rem}.home-footer-links{gap:1.25rem;margin-bottom:.75rem;display:flex}.home-footer-links a{color:var(--text);font-weight:600;text-decoration:none}.home-footer-note{margin:.25rem 0}.home-footer-copyright{color:var(--text-muted);margin:.75rem 0 0}@media (width<=640px){.home-title{font-size:1.75rem}}
