*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,PingFang TC,Microsoft JhengHei,system-ui,sans-serif;background:#f7f7f5;color:#1a1a1a}.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 28px;border-bottom:1px solid #e5e5e0;background:#fff}.nav-logo{font-size:15px;font-weight:600}.nav-links{display:flex;gap:20px}.nav-links a{font-size:13px;color:#555;text-decoration:none}.hero{padding:60px 28px 44px;text-align:center;background:#fafaf8;border-bottom:1px solid #e5e5e0}.hero-badge{display:inline-flex;font-size:12px;color:#1d6fd8;background:#e6f1fb;border:1px solid #b5d4f4;padding:4px 12px;border-radius:20px;margin-bottom:20px}.hero h1{font-size:34px;font-weight:600;line-height:1.3;margin-bottom:14px}.hero-sub{font-size:15px;color:#555;max-width:480px;margin:0 auto;line-height:1.6}.calc-section{padding:40px 28px;background:#fff}.calc-section h2{font-size:20px;font-weight:600;margin-bottom:6px}.calc-desc{font-size:13px;color:#666;margin-bottom:24px}.calc-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}@media (max-width:700px){.calc-grid{grid-template-columns:1fr}}.calc-inputs{display:flex;flex-direction:column;gap:18px}.input-group label{font-size:13px;color:#555;display:flex;justify-content:space-between;margin-bottom:6px}.input-group label span{font-weight:600;color:#1a1a1a}.input-group input[type=range]{width:100%}.calc-result{background:#fafaf8;border:1px solid #e5e5e0;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:14px}.result-main{text-align:center;padding-bottom:14px;border-bottom:1px solid #e5e5e0}.result-main .label{font-size:12px;color:#888;margin-bottom:6px}.result-main .amount{font-size:30px;font-weight:700;color:#1d6fd8}.result-main .sub{font-size:12px;color:#666;margin-top:4px}.result-row{display:flex;justify-content:space-between;font-size:13px}.result-row span:first-child{color:#666}.result-row span:last-child{font-weight:600}.result-row .warn{color:#b07a0b}.result-row .good{color:#2a7d2a}.mini-chart-label{color:#888}.bar-row,.mini-chart-label{font-size:11px;margin-bottom:6px}.bar-row{display:flex;align-items:center;gap:8px}.bar-row .bar-label{width:56px;color:#666;text-align:right;flex-shrink:0}.bar-track{flex:1 1;height:8px;background:#eee;border-radius:4px;overflow:hidden}.bar-fill{height:100%;border-radius:4px}.bar-fill.self{background:#1d6fd8}.bar-fill.labor{background:#2a9d5c}.bar-fill.invest{background:#8a4fd8}.bar-row .bar-val{width:40px;color:#666}.ai-tip{background:#e6f1fb;border:1px solid #b5d4f4;border-radius:8px;padding:12px 14px;font-size:13px;color:#1d6fd8;line-height:1.5}.books{padding:40px 28px;background:#fafaf8;border-top:1px solid #e5e5e0}.books h2{font-size:20px;font-weight:600;margin-bottom:6px}.books-sub{font-size:13px;color:#666;margin-bottom:20px}.book-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:14px;gap:14px}.book-card{background:#fff;border:1px solid #e5e5e0;border-radius:12px;padding:14px}.book-cover{height:60px;border-radius:8px;margin-bottom:10px;display:flex;align-items:center;justify-content:center;font-size:24px;background:#e6f1fb}.book-title{font-size:13px;font-weight:600;margin-bottom:4px}.book-author{font-size:11px;color:#888;margin-bottom:10px}.book-btn{display:block;text-align:center;width:100%;font-size:12px;padding:7px;border-radius:6px;background:transparent;border:1px solid #ccc;color:#444;text-decoration:none}.affiliate-note{font-size:11px;color:#999;margin-top:14px;text-align:center}.site-footer{padding:24px 28px;text-align:center;border-top:1px solid #e5e5e0;background:#fff}.site-footer a{font-size:12px;color:#888;text-decoration:none;margin:0 12px}.site-footer a:hover{color:#1d6fd8}