
/* FSP Calculator — v1.1.5 */
.fsp-wrap{max-width:980px;margin:0 auto}
#fsp-app .fsp-header{display:flex;justify-content:space-between;align-items:center}
.fsp-header .brand{display:flex;align-items:center;gap:10px}
.fsp-header .logo{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:#f1f5f9;color:#0f172a;font-weight:700}
/* .lang-toggle{display:flex;gap:8px} */
.lang-pill{padding:8px 12px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;cursor:pointer}
.lang-pill.active{background:#111827;color:#fff;border-color:#111827}
/* .fsp-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;margin-top:16px;box-shadow:0 3px 16px rgba(2,6,23,.05)}
 */.fb-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}
.fb-field{display:flex;flex-direction:column;gap:6px}
.fb-input{padding:12px 10px;border:1px solid #e5e7eb;border-radius:10px}
.fb-hint{font-size:12px;color:#64748b}
.fb-actions{display:flex;gap:10px;margin-top:12px}
.fb-btn,.fb-btn-primary{padding:10px 14px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;cursor:pointer}
.fb-btn-primary{background:#111827;color:#fff;border-color:#111827}
.res-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}
.res-block{border:1px solid #e5e7eb;border-radius:12px;padding:12px}
/* .res-block.highlight{background:#f8fafc} */
/* .res-label{font-size:12px;color:#64748b} */
.res-value{font-weight:700;color:#0b1220;font-size:18px;margin-top:2px}
.chart-wrap{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
/*#fsp_pie{max-width:380px;height:auto}*/
.fsp-legend{display:flex;flex-direction:column;gap:12px;min-width:220px}
.fsp-legend .item{display:flex;align-items:center;gap:12px;cursor:pointer;user-select:none}
.fsp-legend .swatch{width:16px;height:16px;border-radius:50%;box-shadow:0 0 0 1px rgba(15,23,42,.12)}
.fsp-legend .label{font-size:14px;color:#111827}
.fsp-legend .off .label{opacity:.55;text-decoration:line-through}
.fsp-legend .off .swatch{opacity:.35}
.fb-tooltip{position:fixed;pointer-events:none;background:#0f172a;color:#fff;font:12px system-ui;padding:6px 8px;border-radius:6px;box-shadow:0 8px 20px rgba(2,6,23,.25);z-index:9999;transform:translate(-50%,-140%);white-space:nowrap;display:none}
.fb-tooltip .muted{color:#cbd5e1;display:block;margin-top:2px;font-size:11px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.fsp-footer{margin:10px 2px 4px;color:#64748b;font-size:12px;text-align:right}
.mnet-tile{background:#fdff32; border:1px solid #eef2f7;border-radius:10px;padding:10px}