.fct-wrap{--fct-primary:#2563eb;--fct-accent:#16a34a;--fct-ink:#0f172a;--fct-muted:#64748b;--fct-line:#dbe5f0;--fct-soft:#f8fafc;--fct-card:#fff;--fct-radius:28px;box-sizing:border-box;width:100%;max-width:1180px;margin:0 auto;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--fct-ink)}
.fct-wrap *{box-sizing:border-box}.fct-wrap button,.fct-wrap input{font:inherit}.fct-hero{display:flex;justify-content:space-between;gap:28px;align-items:center;margin:0 0 22px;padding:34px 36px;border-radius:30px;background:radial-gradient(circle at 85% 18%,rgba(22,163,74,.16),transparent 32%),linear-gradient(135deg,rgba(37,99,235,.11),rgba(15,23,42,.03));border:1px solid rgba(148,163,184,.24);box-shadow:0 24px 60px rgba(15,23,42,.08)}
.fct-eyebrow{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#fff;color:var(--fct-primary);font-size:12px;font-weight:850;letter-spacing:.01em;box-shadow:0 8px 20px rgba(15,23,42,.06)}.fct-hero h2{margin:14px 0 8px;font-size:clamp(32px,4vw,48px);line-height:1.04;font-weight:900;letter-spacing:-.04em;color:var(--fct-ink)}.fct-hero p{margin:0;max-width:780px;color:var(--fct-muted);font-size:16px;line-height:1.7}.fct-hero-badge{min-width:122px;min-height:122px;border-radius:28px;background:rgba(255,255,255,.92);display:grid;place-items:center;text-align:center;box-shadow:0 24px 45px rgba(15,23,42,.10);border:1px solid rgba(148,163,184,.20)}.fct-hero-badge strong{display:block;font-size:34px;line-height:1;color:var(--fct-primary)}.fct-hero-badge span{display:block;margin-top:4px;color:#475569;font-size:13px;font-weight:800}.fct-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) auto;align-items:center;gap:12px;margin:16px 0 18px}.fct-search{width:100%;height:52px;border:1px solid var(--fct-line);border-radius:18px;padding:0 18px;background:#fff;color:var(--fct-ink);outline:none;box-shadow:0 10px 30px rgba(15,23,42,.04)}.fct-search:focus{border-color:var(--fct-primary);box-shadow:0 0 0 4px rgba(37,99,235,.12)}.fct-count{color:var(--fct-muted);font-size:13px;font-weight:850;background:var(--fct-soft);border:1px solid var(--fct-line);border-radius:999px;padding:11px 15px}.fct-tool-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 22px}.fct-tab{position:relative;border:1px solid rgba(148,163,184,.22);border-radius:20px;background:#fff;color:var(--fct-ink);min-height:68px;padding:14px 16px;text-align:left;cursor:pointer;transition:.18s ease;box-shadow:0 10px 26px rgba(15,23,42,.055);overflow:hidden}.fct-tab:before{content:"";position:absolute;inset:auto 14px 12px 14px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--fct-primary),var(--fct-accent));opacity:.0;transition:.18s ease}.fct-tab span{display:block;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em}.fct-tab small{display:block;font-size:11px;margin-top:5px;color:var(--fct-muted);font-weight:750}.fct-tab:hover{transform:translateY(-2px);border-color:rgba(37,99,235,.35);box-shadow:0 14px 30px rgba(15,23,42,.08)}.fct-tab.is-active{background:#061f35;color:#fff;border-color:rgba(37,99,235,.7);box-shadow:0 18px 36px rgba(6,31,53,.18)}.fct-tab.is-active:before{opacity:1}.fct-tab.is-active small{color:rgba(255,255,255,.76)}.fct-empty{padding:18px;border:1px dashed var(--fct-line);border-radius:18px;background:var(--fct-soft);color:var(--fct-muted);font-weight:750}.fct-panel{display:none}.fct-panel.is-active{display:block}.fct-calculator{padding:28px;border:1px solid var(--fct-line);border-radius:var(--fct-radius);background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 26px 70px rgba(15,23,42,.09)}.fct-calc-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:24px}.fct-calc-head h3{margin:0 0 8px;font-size:30px;line-height:1.15;color:var(--fct-ink);letter-spacing:-.035em}.fct-calc-head p{margin:0;color:var(--fct-muted);line-height:1.6}.fct-form{display:grid;grid-template-columns:minmax(270px,.36fr) minmax(0,.64fr);gap:16px 22px;align-items:start}.fct-form label{display:block;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid var(--fct-line);border-radius:20px;padding:15px;box-shadow:0 12px 28px rgba(15,23,42,.035)}.fct-form label span{display:block;margin-bottom:9px;font-weight:900;font-size:14px;color:var(--fct-ink)}.fct-input-shell{position:relative}.fct-input-shell:before,.fct-input-shell:after{position:absolute;top:50%;transform:translateY(-50%);color:#64748b;font-weight:850;font-size:13px;pointer-events:none}.fct-input-shell:before{content:attr(data-prefix);left:14px}.fct-input-shell:after{content:attr(data-suffix);right:14px}.fct-form input[type=number]{width:100%;height:48px;border:1px solid #dbe4ef;border-radius:15px;background:#fff;padding:0 14px;color:var(--fct-ink);font-weight:850;outline:none}.fct-input-shell[data-prefix] input[type=number]{padding-left:30px}.fct-input-shell[data-suffix] input[type=number]{padding-right:48px}.fct-form input:focus{border-color:var(--fct-primary);box-shadow:0 0 0 4px rgba(37,99,235,.12)}.fct-range{appearance:none;-webkit-appearance:none;width:100%;height:6px;border-radius:999px;background:linear-gradient(90deg,var(--fct-primary),var(--fct-accent));outline:none;margin:14px 0 7px;padding:0}.fct-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#fff;border:4px solid var(--fct-primary);box-shadow:0 5px 15px rgba(37,99,235,.25);cursor:pointer}.fct-range::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#fff;border:4px solid var(--fct-primary);box-shadow:0 5px 15px rgba(37,99,235,.25);cursor:pointer}.fct-range-meta{display:flex;justify-content:space-between;gap:10px;color:var(--fct-muted);font-weight:750;font-size:11px}.fct-submit{grid-column:1/2;height:52px;border:0;border-radius:999px;background:linear-gradient(90deg,var(--fct-primary),var(--fct-accent));color:#fff;font-weight:950;cursor:pointer;box-shadow:0 14px 28px rgba(37,99,235,.18);transition:.18s ease}.fct-submit.is-live{background:#ecfdf5;color:#047857;border:1px solid rgba(22,163,74,.20);box-shadow:none}.fct-submit:hover{transform:translateY(-1px)}.fct-result{grid-column:2/3;grid-row:1/span 12;padding:22px;border:1px solid var(--fct-line);border-radius:24px;background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.05)}.fct-result-title-row{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:16px}.fct-result h4{margin:0;font-size:19px;letter-spacing:-.015em}.fct-actions{display:flex;gap:8px}.fct-actions button{border:1px solid var(--fct-line);background:#fff;color:var(--fct-ink);border-radius:999px;padding:9px 13px;font-size:12px;font-weight:900;cursor:pointer}.fct-result-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.fct-result-grid div{min-height:88px;padding:16px;border:1px solid var(--fct-line);border-radius:18px;background:linear-gradient(180deg,#fff,#fbfdff)}.fct-result-grid span{display:block;margin-bottom:9px;color:var(--fct-muted);font-size:12px;line-height:1.3}.fct-result-grid strong{display:block;color:var(--fct-ink);font-size:24px;line-height:1.2;letter-spacing:-.035em;word-break:break-word}.fct-progress{height:10px;border-radius:999px;background:#e5e7eb;overflow:hidden;margin:18px 0 14px}.fct-progress span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--fct-primary),var(--fct-accent));transition:width .25s ease}.fct-visual-row{display:grid;grid-template-columns:270px minmax(0,1fr);gap:14px;margin:16px 0}.fct-chart-card,.fct-insight{border:1px solid var(--fct-line);border-radius:20px;background:#f8fafc;padding:16px}.fct-chart-card{display:grid;grid-template-columns:106px 1fr;align-items:center;gap:14px}.fct-donut{--fct-chart-a:50%;width:104px;height:104px;border-radius:50%;background:conic-gradient(var(--fct-primary) 0 var(--fct-chart-a),var(--fct-accent) var(--fct-chart-a) 100%);display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(15,23,42,.05)}.fct-donut span{width:62px;height:62px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:14px;font-weight:950;color:var(--fct-ink)}.fct-legend{display:grid;gap:9px}.fct-legend div{display:flex;align-items:center;gap:8px;color:var(--fct-muted);font-size:12px;font-weight:800;line-height:1.35}.fct-legend i{width:10px;height:10px;border-radius:50%;background:var(--fct-primary);flex:0 0 auto}.fct-legend div:nth-child(2) i{background:var(--fct-accent)}.fct-insight strong{display:block;margin-bottom:6px;font-size:13px}.fct-insight p{margin:0;color:var(--fct-muted);font-size:13px;line-height:1.6}.fct-report{margin:16px 0}.fct-report details{border:1px solid var(--fct-line);border-radius:18px;background:#fff;overflow:hidden}.fct-report summary{cursor:pointer;padding:14px 16px;font-weight:950;background:#f8fafc}.fct-report-scroll{max-height:280px;overflow:auto}.fct-report table{width:100%;border-collapse:collapse;font-size:13px}.fct-report th,.fct-report td{padding:11px 14px;border-top:1px solid var(--fct-line);text-align:left;vertical-align:top}.fct-report th{font-size:12px;color:var(--fct-muted);background:#fbfdff}.fct-report .is-num{text-align:right;font-weight:800}.fct-note{margin:12px 0 0;color:var(--fct-muted);font-size:13px;line-height:1.6}.fct-cta{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-top:16px;padding:14px;border-radius:16px;background:#eff6ff;border:1px solid rgba(37,99,235,.14)}.fct-cta span{font-weight:850;color:#1e3a8a}.fct-cta a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;background:var(--fct-primary);color:#fff!important;text-decoration:none;font-weight:950}.fct-single-wrap .fct-calculator{margin-top:0}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}
@media (max-width:1050px){.fct-tool-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.fct-form{grid-template-columns:1fr}.fct-result{grid-column:auto;grid-row:auto}.fct-submit{grid-column:auto}.fct-result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:760px){.fct-wrap{padding:0 10px}.fct-hero{padding:24px;align-items:flex-start}.fct-hero-badge{display:none}.fct-toolbar{grid-template-columns:1fr}.fct-count{justify-self:start}.fct-tool-tabs{display:flex;gap:10px;overflow-x:auto;padding:2px 0 10px;scroll-snap-type:x mandatory}.fct-tab{min-width:190px;border-radius:18px;scroll-snap-align:start}.fct-calculator{padding:18px;border-radius:22px}.fct-calc-head h3{font-size:25px}.fct-result-grid{grid-template-columns:1fr}.fct-visual-row{grid-template-columns:1fr}.fct-chart-card{grid-template-columns:96px 1fr}.fct-donut{width:96px;height:96px}.fct-cta{align-items:stretch;flex-direction:column}.fct-cta a{width:100%}}
@media print{body *{visibility:hidden}.fct-result,.fct-result *{visibility:visible}.fct-result{position:absolute;left:0;top:0;width:100%;box-shadow:none}.fct-actions,.fct-cta{display:none!important}.fct-report-scroll{max-height:none;overflow:visible}}


/* v1.3.1 product UI polish */
.fct-discovery{display:grid;grid-template-columns:1fr;gap:12px;margin:18px 0 22px;padding:14px;border:1px solid var(--fct-line);border-radius:24px;background:linear-gradient(180deg,#ffffff,#f8fbff);box-shadow:0 18px 42px rgba(15,23,42,.055)}
.fct-search-shell{position:relative;display:flex;align-items:center}.fct-search-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:12px;display:grid;place-items:center;background:#eff6ff;color:var(--fct-primary);font-weight:950;z-index:1}.fct-search{height:58px;border-radius:18px;padding-left:62px;font-weight:750}.fct-filter-row{display:flex;gap:8px;flex-wrap:wrap}.fct-filter{border:1px solid var(--fct-line);background:#fff;border-radius:999px;padding:9px 13px;color:#475569;font-size:12px;font-weight:900;cursor:pointer;transition:.16s ease}.fct-filter span{margin-left:5px;padding:2px 7px;border-radius:999px;background:#eef2ff;color:var(--fct-primary)}.fct-filter:hover,.fct-filter.is-active{border-color:rgba(37,99,235,.28);background:#eff6ff;color:#1d4ed8;box-shadow:0 8px 20px rgba(37,99,235,.08)}
.fct-tool-tabs{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.fct-tab{border-radius:24px;min-height:82px;padding:18px 18px;background:linear-gradient(180deg,#fff,#fbfdff)}.fct-tab span{font-size:15px}.fct-tab small{color:#64748b}.fct-tab.is-active{background:linear-gradient(135deg,#061f35,#0b3153)}
.fct-form{grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);gap:18px 22px}.fct-form label{min-height:120px}.fct-submit{display:none!important}.fct-result{grid-row:1/span 9}.fct-result-grid div{background:#fff}.fct-visual-row{grid-template-columns:260px minmax(0,1fr);align-items:stretch}.fct-insight{background:linear-gradient(180deg,#fff,#f8fafc)}.fct-insight-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.fct-insight-head strong{margin:0;font-size:14px}.fct-insight-head span{font-size:12px;font-weight:950;color:var(--fct-primary);background:#eff6ff;border:1px solid rgba(37,99,235,.13);border-radius:999px;padding:6px 9px}.fct-mini-bars{display:grid;gap:10px;margin-bottom:12px}.fct-mini-bars div{display:grid;grid-template-columns:160px 1fr;gap:10px;align-items:center}.fct-mini-bars span{font-size:12px;font-weight:900;color:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fct-mini-bars b{display:block;height:11px;border-radius:999px;background:#e5e7eb;overflow:hidden}.fct-mini-bars i{display:block;height:100%;width:0%;border-radius:999px;background:linear-gradient(90deg,var(--fct-primary),#60a5fa);transition:width .25s ease}.fct-mini-bars div:nth-child(2) i{background:linear-gradient(90deg,var(--fct-accent),#86efac)}
.fct-report{margin:18px 0}.fct-report details{border-radius:22px}.fct-report summary{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px}.fct-report summary small{font-size:12px;color:#64748b;background:#fff;border:1px solid var(--fct-line);padding:5px 8px;border-radius:999px}.fct-report-scroll{max-height:none!important;overflow:visible!important}.fct-report table{font-size:13px;border-collapse:separate;border-spacing:0}.fct-report th{position:sticky;top:0;z-index:1;background:#f8fafc;color:#334155;font-weight:950;text-transform:none}.fct-report th,.fct-report td{padding:13px 16px}.fct-report tbody tr:nth-child(even) td{background:#fbfdff}.fct-report tbody tr:hover td{background:#f1f5f9}.fct-mobile-report{display:none}.fct-note{margin-top:16px}.fct-cta{background:linear-gradient(135deg,#eff6ff,#ecfdf5)}
@media (max-width:1050px){.fct-form{grid-template-columns:1fr}.fct-result{grid-column:auto;grid-row:auto}.fct-form label{min-height:auto}.fct-tool-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:760px){.fct-discovery{padding:12px;border-radius:20px}.fct-search{height:54px}.fct-filter-row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px}.fct-filter{white-space:nowrap}.fct-tool-tabs{display:grid;grid-template-columns:1fr 1fr;overflow:visible;gap:10px}.fct-tab{min-width:0;min-height:74px;border-radius:19px;padding:14px}.fct-tab span{font-size:13px}.fct-tab small{font-size:10px}.fct-result-title-row{align-items:flex-start}.fct-result-grid{grid-template-columns:1fr}.fct-visual-row{grid-template-columns:1fr}.fct-chart-card{grid-template-columns:86px 1fr}.fct-donut{width:86px;height:86px}.fct-donut span{width:52px;height:52px;font-size:12px}.fct-mini-bars div{grid-template-columns:1fr;gap:5px}.fct-report table{display:none}.fct-mobile-report{display:grid;gap:10px;padding:12px;background:#f8fafc}.fct-mobile-report article{background:#fff;border:1px solid var(--fct-line);border-radius:16px;padding:12px;box-shadow:0 8px 18px rgba(15,23,42,.04)}.fct-mobile-report article div{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px dashed #e2e8f0}.fct-mobile-report article div:last-child{border-bottom:0}.fct-mobile-report span{font-size:11px;color:#64748b;font-weight:850}.fct-mobile-report strong{font-size:12px;color:var(--fct-ink);text-align:right}.fct-report summary{padding:14px}.fct-report summary small{display:none}}


/* v1.3.2 audit polish: cleaner discovery, compact tools, bar chart, PDF-ready report */
.fct-wrap{max-width:1180px}.fct-hero{margin-bottom:18px}.fct-discovery{display:block;margin:14px 0 18px;padding:0;border:0;background:transparent;box-shadow:none}.fct-search-shell{margin:0 0 12px}.fct-search-icon{display:none}.fct-search{height:52px;border-radius:16px;padding:0 18px;font-weight:600;border:1px solid #d8e2ee;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.035)}.fct-search:focus{border-color:var(--fct-primary);box-shadow:0 0 0 4px rgba(37,99,235,.10)}.fct-filter-row{gap:8px;margin-top:10px}.fct-filter{background:#fff;color:#334155;border:1px solid #dbe5f0;border-radius:999px;padding:8px 12px;font-size:12px;box-shadow:none}.fct-filter:hover,.fct-filter.is-active{background:#eff6ff;color:var(--fct-primary);border-color:#bcd2ff;box-shadow:none}.fct-filter span{background:#dbeafe;color:var(--fct-primary)}
.fct-tool-tabs{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:22px}.fct-tab{min-height:62px;border-radius:17px;padding:13px 14px;background:#fff;color:var(--fct-ink)!important;box-shadow:0 10px 24px rgba(15,23,42,.04);border:1px solid #dbe5f0}.fct-tab span{display:block!important;visibility:visible!important;opacity:1!important;color:var(--fct-ink)!important;font-size:14px;font-weight:900;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fct-tab small{display:block!important;color:#64748b!important;font-size:11px;font-weight:800}.fct-tab.is-active{background:linear-gradient(135deg,#06233d,#0b355d);color:#fff!important}.fct-tab.is-active span{color:#fff!important}.fct-tab.is-active small{color:rgba(255,255,255,.78)!important}.fct-tab:before{left:14px;right:14px;bottom:9px;height:3px}.fct-tab:hover{transform:none}
.fct-calculator{padding:26px;border-radius:26px}.fct-form{grid-template-columns:minmax(280px,.42fr) minmax(0,.58fr);gap:16px 18px}.fct-form label{min-height:108px;padding:14px}.fct-form input[type=number]{height:46px}.fct-submit{display:none!important}.fct-result{grid-row:1 / span 12;padding:20px;border-radius:22px}.fct-result-title-row{margin-bottom:14px}.fct-actions{gap:8px;flex-wrap:wrap}.fct-actions button{min-height:36px;padding:8px 12px;border-radius:999px}.fct-pdf{background:var(--fct-primary)!important;color:#fff!important;border-color:var(--fct-primary)!important}.fct-result-grid{gap:10px}.fct-result-grid div{min-height:78px;padding:14px}.fct-result-grid strong{font-size:22px}.fct-progress{height:8px;margin:15px 0}.fct-visual-row{grid-template-columns:230px minmax(0,1fr);gap:12px}.fct-chart-card,.fct-column-card{border:1px solid var(--fct-line);border-radius:18px;background:#f8fafc;padding:14px}.fct-chart-card{grid-template-columns:96px 1fr}.fct-donut{width:92px;height:92px}.fct-donut span{width:56px;height:56px;font-size:13px}.fct-column-card{display:flex;flex-direction:column;gap:10px}.fct-column-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.fct-column-head strong{font-size:14px}.fct-column-head span{font-size:12px;font-weight:900;color:var(--fct-primary);background:#eff6ff;border:1px solid #cfe0ff;border-radius:999px;padding:6px 9px}.fct-column-chart{height:150px;display:flex;align-items:end;gap:9px;padding:10px 4px 0;border-bottom:1px solid #dbe5f0}.fct-col{height:100%;flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:7px;min-width:18px}.fct-col b{display:block;width:100%;max-width:22px;min-height:8px;border-radius:7px 7px 0 0;background:linear-gradient(180deg,var(--fct-primary),var(--fct-accent));transition:height .25s ease}.fct-col span{font-size:10px;color:#64748b;font-weight:800}.fct-column-card p{margin:0;color:#64748b;font-size:13px;line-height:1.5}.fct-insight,.fct-mini-bars{display:none!important}
.fct-report details{border-radius:20px}.fct-report summary{padding:15px 16px;background:#f8fafc}.fct-report table{border-collapse:separate;border-spacing:0;width:100%;font-size:13px}.fct-report th,.fct-report td{padding:12px 14px;border-top:1px solid #dbe5f0}.fct-report th{background:#f8fafc;color:#334155;font-weight:950}.fct-report tbody tr:nth-child(even) td{background:#fbfdff}.fct-mobile-report{display:none}.fct-note{font-size:12.5px}.fct-cta{margin-top:14px}
@media (max-width:1050px){.fct-tool-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.fct-form{grid-template-columns:1fr}.fct-result{grid-column:auto;grid-row:auto}.fct-visual-row{grid-template-columns:1fr 1.4fr}.fct-form label{min-height:auto}}
@media (max-width:760px){.fct-wrap{padding:0 10px}.fct-hero{padding:22px;border-radius:24px}.fct-hero h2{font-size:32px}.fct-search{height:48px;border-radius:14px}.fct-filter-row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.fct-tool-tabs{display:grid;grid-template-columns:1fr 1fr;gap:9px;overflow:visible}.fct-tab{min-width:0;min-height:58px;border-radius:16px;padding:12px}.fct-tab span{font-size:12.5px}.fct-tab small{font-size:10px}.fct-calculator{padding:18px;border-radius:22px}.fct-calc-head{margin-bottom:18px}.fct-calc-head h3{font-size:26px}.fct-result{padding:14px}.fct-result-title-row{display:block}.fct-actions{margin-top:10px}.fct-result-grid{grid-template-columns:1fr}.fct-visual-row{grid-template-columns:1fr}.fct-chart-card{grid-template-columns:86px 1fr}.fct-donut{width:82px;height:82px}.fct-donut span{width:50px;height:50px}.fct-column-chart{height:132px;gap:6px}.fct-report table{display:none}.fct-report-scroll{overflow:visible}.fct-mobile-report{display:grid;gap:10px;padding:12px;background:#f8fafc}.fct-mobile-report article{background:#fff;border:1px solid var(--fct-line);border-radius:16px;padding:12px}.fct-mobile-report article div{display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px dashed #e2e8f0}.fct-mobile-report article div:last-child{border-bottom:0}.fct-mobile-report span{font-size:11px;color:#64748b;font-weight:850}.fct-mobile-report strong{font-size:12px;color:var(--fct-ink);text-align:right}.fct-cta{flex-direction:column;align-items:stretch}.fct-cta a{width:100%}}
@media print{body *{visibility:hidden!important}.fct-result,.fct-result *{visibility:visible!important}.fct-result{position:absolute!important;left:0!important;top:0!important;width:100%!important;box-shadow:none!important;border:0!important}.fct-actions,.fct-cta{display:none!important}.fct-report table{display:table!important}.fct-mobile-report{display:none!important}.fct-report-scroll{max-height:none!important;overflow:visible!important}.fct-column-chart{break-inside:avoid}}


/* v1.3.3 product direction: category icon grid, cleaner spacing, direct PDF, premium reports */
.fct-discovery,.fct-search-shell,.fct-filter-row,.fct-empty{display:none!important}.fct-wrap{max-width:1180px;margin-inline:auto}.fct-hero{margin-bottom:28px}.fct-directory{display:grid;gap:28px;margin:20px 0 30px}.fct-directory-section{padding:0}.fct-section-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 14px}.fct-section-head h3{margin:0;font-size:24px;line-height:1.2;color:var(--fct-ink);font-weight:950;letter-spacing:-.03em}.fct-section-head span{font-size:12px;font-weight:900;color:var(--fct-primary);background:#eff6ff;border:1px solid #cfe0ff;border-radius:999px;padding:7px 10px}.fct-icon-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;margin:0!important}.fct-icon-tab{min-height:72px!important;border-radius:10px!important;background:linear-gradient(135deg,var(--fct-primary),#1677ef)!important;color:#fff!important;border:0!important;box-shadow:0 12px 24px rgba(37,99,235,.16)!important;padding:16px 18px!important;display:flex!important;align-items:center!important;gap:14px!important;text-align:left!important}.fct-icon-tab:before{display:none!important}.fct-icon-tab:hover{transform:translateY(-1px)!important;box-shadow:0 16px 30px rgba(37,99,235,.22)!important}.fct-icon-tab.is-active{background:linear-gradient(135deg,#06233d,#0b355d)!important;box-shadow:0 18px 34px rgba(2,6,23,.24)!important}.fct-tool-icon{width:42px;height:42px;min-width:42px;border-radius:12px;border:1px solid rgba(255,255,255,.34);background:rgba(255,255,255,.12);display:flex!important;align-items:center;justify-content:center;color:#fff!important;font-size:13px;font-weight:950;letter-spacing:-.03em}.fct-tool-text{display:grid!important;gap:3px;min-width:0}.fct-tool-text strong{font-size:15px;font-weight:950;color:#fff!important;line-height:1.2;white-space:normal}.fct-tool-text small{font-size:11px;font-weight:850;color:rgba(255,255,255,.78)!important}.fct-calculator{padding:30px!important;border-radius:28px!important;margin-top:10px!important}.fct-calc-head{margin-bottom:22px!important}.fct-form{align-items:start!important;gap:20px!important}.fct-form label{box-shadow:0 12px 28px rgba(15,23,42,.035);background:#fbfdff}.fct-result{margin-top:14px!important;align-self:start!important;padding:22px!important;border-radius:24px!important;box-shadow:0 18px 42px rgba(15,23,42,.045)}.fct-result-title-row{margin-bottom:18px!important;padding-bottom:0}.fct-result-title-row h4{font-weight:900}.fct-actions button{font-weight:900}.fct-pdf{background:linear-gradient(135deg,var(--fct-primary),#1677ef)!important;color:#fff!important;border:0!important;box-shadow:0 10px 22px rgba(37,99,235,.18)}.fct-result-grid{gap:14px!important}.fct-result-grid div{border-radius:18px!important;background:#fff!important}.fct-visual-row{margin-top:16px!important;grid-template-columns:240px minmax(0,1fr)!important;gap:16px!important}.fct-chart-card,.fct-column-card{border-radius:20px!important;background:#f8fbff!important;border:1px solid #dbe8f7!important}.fct-column-card{padding:18px!important}.fct-column-head{margin-bottom:12px}.fct-column-head strong{font-size:16px!important;color:var(--fct-ink)}.fct-column-head span{background:#eaf2ff!important;color:#135de5!important;border:1px solid #cfe0ff!important}.fct-column-chart{height:210px!important;align-items:end!important;gap:12px!important;padding:24px 12px 0!important;background:linear-gradient(to top,rgba(148,163,184,.16) 1px,transparent 1px);background-size:100% 42px;border-bottom:1px solid #cbd5e1!important}.fct-col{position:relative;justify-content:flex-end!important}.fct-col b{max-width:30px!important;width:72%!important;background:linear-gradient(180deg,#2f6df6 0%,#1fb46a 100%)!important;border-radius:8px 8px 0 0!important;box-shadow:0 6px 12px rgba(37,99,235,.12)}.fct-col em{font-style:normal;font-size:10px;color:#475569;font-weight:900;line-height:1;min-height:13px;opacity:0;transition:opacity .15s ease;white-space:nowrap}.fct-col:hover em{opacity:1}.fct-col span{font-size:11px!important;color:#475569!important;font-weight:900!important}.fct-column-card p{font-size:13px!important;margin-top:8px!important;color:#475569!important}.fct-progress{margin:18px 0!important}.fct-report{margin-top:18px!important}.fct-report details{border:1px solid #dbe8f7!important;border-radius:22px!important;overflow:hidden;background:#fff}.fct-report summary{background:linear-gradient(180deg,#f8fbff,#f3f7fb)!important;border-bottom:1px solid #dbe8f7!important;padding:16px 18px!important;font-weight:950!important}.fct-report table{border-collapse:separate!important;border-spacing:0!important}.fct-report th{background:#f8fbff!important;color:#334155!important;text-transform:none!important;font-size:12px!important;border-top:0!important}.fct-report td{background:#fff!important;border-color:#e2e8f0!important}.fct-report tbody tr:nth-child(even) td{background:#f8fafc!important}.fct-report tbody tr:hover td{background:#eef6ff!important}.fct-report td.is-profit{color:#0f8a4a!important;font-weight:950!important;background:#f0fdf4!important}.fct-report td.is-final-row{font-weight:950!important}.fct-report tr:last-child td{border-bottom:0!important}.fct-note{margin-top:18px!important}.fct-cta{border-radius:20px!important}
@media (max-width:1050px){.fct-icon-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.fct-visual-row{grid-template-columns:1fr!important}.fct-column-chart{height:180px!important}.fct-result{margin-top:8px!important}}
@media (max-width:760px){.fct-hero{margin-bottom:22px}.fct-directory{gap:24px;margin-bottom:24px}.fct-section-head h3{font-size:20px}.fct-icon-grid{grid-template-columns:1fr!important;gap:10px!important}.fct-icon-tab{min-height:64px!important;border-radius:12px!important;padding:13px 14px!important}.fct-tool-icon{width:38px;height:38px;min-width:38px}.fct-tool-text strong{font-size:14px}.fct-calculator{padding:18px!important}.fct-form{gap:12px!important}.fct-result{padding:16px!important;margin-top:10px!important}.fct-result-title-row{display:flex!important;align-items:flex-start!important;gap:12px!important}.fct-actions{margin-top:0!important}.fct-result-grid{grid-template-columns:1fr!important}.fct-visual-row{gap:12px!important}.fct-column-chart{height:168px!important;gap:7px!important;padding:22px 6px 0!important;overflow:hidden}.fct-col b{max-width:22px!important}.fct-col em{display:none}.fct-report table{display:none!important}.fct-mobile-report{display:grid!important;gap:10px;padding:12px;background:#f8fbff}.fct-mobile-report article{border:1px solid #dbe8f7!important;border-radius:16px!important;background:#fff!important;box-shadow:0 8px 18px rgba(15,23,42,.035)}.fct-mobile-report article div:last-child strong{color:#0f8a4a!important}.fct-pdf{width:auto!important}}


/* v1.3.4 clean product UI: settings colors, no icon boxes, softer title */
.fct-wrap{max-width:1180px!important}
.fct-hero{padding:30px 34px!important;border-radius:28px!important;margin-bottom:26px!important;background:radial-gradient(circle at 88% 18%,color-mix(in srgb,var(--fct-accent) 14%,transparent),transparent 34%),linear-gradient(135deg,color-mix(in srgb,var(--fct-primary) 10%,#fff),#ffffff)!important}
.fct-hero h2{font-size:clamp(30px,3.2vw,42px)!important;font-weight:800!important;letter-spacing:-.035em!important;margin:12px 0 8px!important}
.fct-hero p{font-size:15.5px!important;line-height:1.55!important}.fct-eyebrow{color:var(--fct-primary)!important}.fct-hero-badge strong{color:var(--fct-primary)!important}.fct-hero-badge{min-width:112px!important;min-height:112px!important;border-radius:24px!important}
.fct-directory{gap:24px!important;margin:18px 0 28px!important}.fct-section-head{margin-bottom:12px!important}.fct-section-head h3{font-size:22px!important;font-weight:850!important;letter-spacing:-.025em!important}.fct-section-head span{color:var(--fct-primary)!important;background:color-mix(in srgb,var(--fct-primary) 8%,#fff)!important;border-color:color-mix(in srgb,var(--fct-primary) 22%,#e2e8f0)!important}
.fct-icon-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.fct-icon-tab{min-height:64px!important;border-radius:16px!important;background:linear-gradient(135deg,var(--fct-primary),color-mix(in srgb,var(--fct-primary) 78%,var(--fct-accent)))!important;color:#fff!important;padding:14px 18px!important;display:block!important;box-shadow:0 10px 24px color-mix(in srgb,var(--fct-primary) 18%,transparent)!important}
.fct-icon-tab.is-active{background:linear-gradient(135deg,color-mix(in srgb,var(--fct-primary) 82%,#071827),var(--fct-accent))!important;box-shadow:0 14px 30px color-mix(in srgb,var(--fct-primary) 24%,transparent)!important}.fct-icon-tab:after{content:"";position:absolute;left:18px;right:18px;bottom:11px;height:3px;border-radius:999px;background:rgba(255,255,255,.35);opacity:.55}.fct-icon-tab.is-active:after{background:#fff;opacity:.85}
.fct-tool-icon{display:none!important}.fct-tool-text{display:block!important}.fct-tool-text strong{font-size:15px!important;font-weight:850!important;line-height:1.18!important;color:#fff!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.fct-tool-text small{font-size:11px!important;font-weight:750!important;color:rgba(255,255,255,.78)!important;margin-top:5px!important}.fct-tab small{color:rgba(255,255,255,.78)!important}
.fct-calculator{margin-top:8px!important;padding:28px!important}.fct-calc-head h3{font-size:28px!important;font-weight:750!important;letter-spacing:-.03em!important}.fct-calc-head p{font-size:15.5px!important}.fct-result{margin-top:18px!important}.fct-submit{background:linear-gradient(90deg,var(--fct-primary),var(--fct-accent))!important}.fct-pdf{background:linear-gradient(135deg,var(--fct-primary),var(--fct-accent))!important}.fct-column-head span{color:var(--fct-primary)!important;background:color-mix(in srgb,var(--fct-primary) 9%,#fff)!important;border-color:color-mix(in srgb,var(--fct-primary) 22%,#e2e8f0)!important}.fct-column-chart{background-size:100% 42px!important}.fct-col b{background:linear-gradient(180deg,var(--fct-primary),var(--fct-accent))!important}.fct-report td.is-profit{color:color-mix(in srgb,var(--fct-accent) 78%,#064e3b)!important;background:color-mix(in srgb,var(--fct-accent) 12%,#fff)!important}
@media (max-width:1050px){.fct-icon-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:760px){.fct-hero{padding:20px!important}.fct-hero h2{font-size:30px!important}.fct-hero-badge{display:none!important}.fct-section-head h3{font-size:19px!important}.fct-icon-grid{grid-template-columns:1fr!important}.fct-icon-tab{min-height:58px!important;border-radius:14px!important;padding:13px 16px!important}.fct-tool-text strong{font-size:14px!important}.fct-calc-head h3{font-size:25px!important}.fct-calculator{padding:18px!important}}

/* v1.3.5 final UI tune: simpler hero, setting-based cards, stronger report/PDF polish */
.fct-wrap{max-width:1120px!important}
.fct-hero{padding:24px 28px!important;border-radius:24px!important;margin:0 0 24px!important;background:linear-gradient(135deg,color-mix(in srgb,var(--fct-primary) 7%,#fff) 0%,#fff 55%,color-mix(in srgb,var(--fct-accent) 8%,#fff) 100%)!important;box-shadow:0 18px 45px rgba(15,23,42,.055)!important;border:1px solid #dbe8f7!important}
.fct-eyebrow{padding:7px 11px!important;font-size:11px!important;font-weight:800!important;box-shadow:none!important;border:1px solid #e5edf7!important;background:#fff!important;color:var(--fct-primary)!important}
.fct-hero h2{font-size:clamp(28px,3vw,38px)!important;line-height:1.08!important;font-weight:760!important;letter-spacing:-.035em!important;margin:12px 0 8px!important;color:#101828!important}
.fct-hero p{font-size:15px!important;line-height:1.55!important;max-width:760px!important;color:#667085!important}
.fct-hero-badge{min-width:92px!important;min-height:92px!important;border-radius:22px!important;box-shadow:0 14px 28px rgba(15,23,42,.075)!important;background:#fff!important}
.fct-hero-badge strong{font-size:28px!important;color:var(--fct-primary)!important}.fct-hero-badge span{font-size:12px!important;color:#475467!important}
.fct-directory{gap:24px!important;margin:18px 0 28px!important}.fct-section-head{margin-bottom:10px!important}.fct-section-head h3{font-size:21px!important;line-height:1.25!important;font-weight:820!important;color:#101828!important;letter-spacing:-.02em!important}.fct-section-head span{font-size:11px!important;padding:6px 9px!important;color:var(--fct-primary)!important;background:color-mix(in srgb,var(--fct-primary) 7%,#fff)!important;border-color:color-mix(in srgb,var(--fct-primary) 20%,#e2e8f0)!important}
.fct-icon-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:11px!important}.fct-icon-tab{min-height:58px!important;border-radius:16px!important;padding:13px 16px!important;background:linear-gradient(135deg,var(--fct-primary),color-mix(in srgb,var(--fct-primary) 72%,var(--fct-accent)))!important;color:#fff!important;border:0!important;box-shadow:0 10px 22px color-mix(in srgb,var(--fct-primary) 15%,transparent)!important;display:block!important}.fct-icon-tab:hover{transform:translateY(-1px)!important;box-shadow:0 14px 26px color-mix(in srgb,var(--fct-primary) 20%,transparent)!important}.fct-icon-tab.is-active{background:linear-gradient(135deg,#061f35,color-mix(in srgb,var(--fct-primary) 65%,#061f35))!important}.fct-icon-tab:after{left:16px!important;right:16px!important;bottom:9px!important;height:2px!important;background:rgba(255,255,255,.65)!important}.fct-tool-icon{display:none!important}.fct-tool-text strong{font-size:14px!important;font-weight:820!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.fct-tool-text small{font-size:10.5px!important;font-weight:750!important;color:rgba(255,255,255,.78)!important;margin-top:4px!important}
.fct-calculator{margin-top:6px!important;padding:26px!important;border-radius:26px!important}.fct-calc-head{margin-bottom:24px!important}.fct-calc-head h3{font-size:27px!important;font-weight:720!important;letter-spacing:-.025em!important}.fct-calc-head p{font-size:15px!important;color:#667085!important}.fct-form{gap:22px!important;align-items:start!important}.fct-form label{min-height:108px!important;border-radius:18px!important}.fct-result{margin-top:24px!important;padding:22px!important;border-radius:22px!important;border-color:#dbe8f7!important;box-shadow:0 14px 36px rgba(15,23,42,.045)!important}.fct-result-grid div{min-height:82px!important;border-color:#dbe8f7!important}.fct-result-grid strong{font-size:22px!important}.fct-actions button{border-color:#dbe8f7!important}.fct-pdf{background:linear-gradient(135deg,var(--fct-primary),var(--fct-accent))!important;color:#fff!important;border:0!important;box-shadow:0 10px 20px color-mix(in srgb,var(--fct-primary) 18%,transparent)!important}.fct-pdf:before{content:'↓ ';font-weight:900}.fct-visual-row{grid-template-columns:240px minmax(0,1fr)!important;gap:16px!important;margin:18px 0!important}.fct-chart-card,.fct-column-card{background:#fff!important;border:1px solid #dbe8f7!important;border-radius:20px!important;box-shadow:0 10px 24px rgba(15,23,42,.035)!important}.fct-column-card{padding:18px 18px 14px!important}.fct-column-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-bottom:10px!important}.fct-column-head strong{font-size:15px!important;font-weight:900!important;color:#101828!important}.fct-column-head span{font-size:11px!important;color:var(--fct-primary)!important;background:color-mix(in srgb,var(--fct-primary) 8%,#fff)!important;border:1px solid color-mix(in srgb,var(--fct-primary) 22%,#dbe8f7)!important;border-radius:999px!important;padding:6px 10px!important}.fct-column-chart{position:relative;height:214px!important;display:flex!important;align-items:end!important;gap:12px!important;padding:28px 14px 0!important;border-bottom:1px solid #cbd5e1!important;background:repeating-linear-gradient(to top,transparent 0,transparent 41px,rgba(148,163,184,.18) 42px)!important}.fct-column-chart:before{content:'';position:absolute;left:14px;right:14px;bottom:0;height:1px;background:#cbd5e1}.fct-col{position:relative;height:100%!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;align-items:center!important;gap:7px!important}.fct-col b{width:70%!important;max-width:32px!important;min-height:8px!important;border-radius:8px 8px 0 0!important;background:linear-gradient(180deg,var(--fct-primary),var(--fct-accent))!important;box-shadow:0 7px 14px color-mix(in srgb,var(--fct-primary) 16%,transparent)!important}.fct-col span{font-size:11px!important;color:#475467!important;font-weight:850!important}.fct-col em{font-style:normal!important;font-size:10px!important;color:#475467!important;font-weight:850!important;line-height:1!important;white-space:nowrap!important;opacity:0!important;transition:.15s ease!important}.fct-col:hover em{opacity:1!important}.fct-column-card p{font-size:13px!important;line-height:1.55!important;color:#667085!important;margin:10px 0 0!important}.fct-report{margin-top:20px!important}.fct-report details{border-color:#dbe8f7!important;border-radius:20px!important;box-shadow:0 8px 20px rgba(15,23,42,.025)!important}.fct-report summary{background:#f8fbff!important;border-bottom:1px solid #dbe8f7!important;padding:15px 18px!important;color:#101828!important}.fct-report summary small{background:#fff!important;color:var(--fct-primary)!important;border-color:#dbe8f7!important}.fct-report-scroll{max-height:none!important;overflow:visible!important}.fct-report table{border-collapse:separate!important;border-spacing:0!important;font-size:13px!important}.fct-report th{background:#f8fbff!important;color:#344054!important;font-weight:900!important;border-top:0!important;padding:13px 16px!important}.fct-report td{padding:13px 16px!important;border-color:#e4edf7!important;background:#fff!important}.fct-report tbody tr:nth-child(even) td{background:#fbfdff!important}.fct-report tbody tr:hover td{background:#f2f7ff!important}.fct-report td.is-profit{color:#087443!important;background:#ecfdf3!important;font-weight:950!important}.fct-report td.is-final-row{font-weight:950!important;background:#f8fbff!important}.fct-note{margin-top:18px!important;color:#667085!important}.fct-cta{border-radius:18px!important;background:linear-gradient(135deg,color-mix(in srgb,var(--fct-primary) 8%,#fff),color-mix(in srgb,var(--fct-accent) 9%,#fff))!important;border-color:#dbe8f7!important}
@media (max-width:1050px){.fct-icon-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.fct-visual-row{grid-template-columns:1fr!important}.fct-column-chart{height:190px!important}}
@media (max-width:760px){.fct-wrap{padding:0 10px!important}.fct-hero{padding:19px 20px!important;border-radius:22px!important}.fct-hero h2{font-size:27px!important;font-weight:730!important}.fct-hero p{font-size:14px!important}.fct-hero-badge{display:none!important}.fct-section-head h3{font-size:18px!important}.fct-icon-grid{grid-template-columns:1fr!important;gap:9px!important}.fct-icon-tab{min-height:54px!important;border-radius:14px!important;padding:12px 14px!important}.fct-calculator{padding:17px!important}.fct-calc-head h3{font-size:24px!important}.fct-result{margin-top:14px!important;padding:14px!important}.fct-result-title-row{display:block!important}.fct-actions{margin-top:10px!important}.fct-visual-row{grid-template-columns:1fr!important}.fct-column-chart{height:160px!important;gap:7px!important;padding:22px 6px 0!important}.fct-col em{display:none!important}.fct-report table{display:none!important}.fct-mobile-report{display:grid!important;gap:10px;padding:12px;background:#f8fbff}.fct-mobile-report article{border:1px solid #dbe8f7!important;border-radius:16px!important;background:#fff!important;padding:12px!important}.fct-mobile-report article div:last-child strong{color:#087443!important}}

/* v1.3.7 final UX corrections: darker default palette, cleaner headings, spacing, centered hero badge */
.fct-wrap{--fct-primary:var(--fct-primary,#102a56);--fct-accent:var(--fct-accent,#16a34a)}
.fct-hero{padding:26px 30px!important;margin-bottom:30px!important;align-items:center!important;gap:22px!important}
.fct-hero h2{font-size:clamp(27px,2.7vw,36px)!important;font-weight:700!important;letter-spacing:-.025em!important;line-height:1.12!important;margin:10px 0 7px!important}
.fct-hero p{font-size:15px!important;line-height:1.55!important;white-space:normal!important;max-width:780px!important}
.fct-hero-badge{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:7px!important;margin:auto 0!important;padding:0!important;line-height:1!important}
.fct-hero-badge strong{display:block!important;line-height:1!important;margin:0!important}.fct-hero-badge span{display:block!important;line-height:1.15!important;margin:0!important}
.fct-directory{gap:34px!important;margin:22px 0 36px!important}.fct-tool-section{margin:0!important}.fct-section-head{margin:0 0 14px!important;align-items:center!important}.fct-section-head h3{font-family:inherit!important;font-size:clamp(21px,2.2vw,26px)!important;font-weight:700!important;line-height:1.2!important;letter-spacing:-.025em!important;color:#101828!important;margin:0!important}.fct-section-head span{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:58px!important;height:30px!important;font-size:12px!important;font-weight:700!important;border-radius:999px!important}
.fct-icon-grid{gap:14px!important}.fct-icon-tab{min-height:60px!important;border-radius:15px!important;padding:14px 18px!important;background:linear-gradient(135deg,var(--fct-primary),color-mix(in srgb,var(--fct-primary) 74%,var(--fct-accent)))!important;box-shadow:0 12px 24px rgba(16,42,86,.12)!important}.fct-icon-tab.is-active{background:linear-gradient(135deg,#081c38,color-mix(in srgb,var(--fct-primary) 65%,var(--fct-accent)))!important}.fct-tool-text strong{font-size:14.5px!important;font-weight:750!important;line-height:1.15!important}.fct-tool-text small{font-size:11px!important;font-weight:650!important;color:rgba(255,255,255,.76)!important}
.fct-icon-tab:after{background:linear-gradient(90deg,rgba(255,255,255,.75),rgba(255,255,255,.45))!important;bottom:10px!important}.fct-calculator{margin-top:10px!important}.fct-calc-head h3{font-family:inherit!important;font-weight:700!important}.fct-result{margin-top:28px!important}.fct-form{margin-bottom:10px!important}.fct-result-title-row{margin-bottom:18px!important}.fct-report th{font-weight:800!important}.fct-report td.is-profit{border-left:3px solid var(--fct-accent)!important}.fct-column-card{margin-top:2px!important}.fct-column-chart{background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)!important;border-radius:14px!important;border-bottom:1px solid #d6e0ee!important}.fct-col b{background:linear-gradient(180deg,var(--fct-primary) 0%,color-mix(in srgb,var(--fct-primary) 48%,var(--fct-accent)) 54%,var(--fct-accent) 100%)!important}
@media (max-width:760px){.fct-hero{padding:18px!important;margin-bottom:24px!important}.fct-hero h2{font-size:25px!important;font-weight:700!important}.fct-directory{gap:28px!important}.fct-section-head h3{font-size:20px!important}.fct-section-head span{height:28px!important;min-width:54px!important}.fct-icon-tab{min-height:56px!important;padding:13px 15px!important}.fct-result{margin-top:18px!important}.fct-report td.is-profit{border-left:0!important}}

/* v1.3.8 formula-audit UI refinements */
.fct-hero{background:linear-gradient(135deg,#fff 0%,color-mix(in srgb,var(--fct-primary) 5%,#fff) 55%,color-mix(in srgb,var(--fct-accent) 7%,#fff) 100%)!important}
.fct-hero h2{font-weight:680!important;font-size:clamp(26px,2.45vw,34px)!important}.fct-hero-badge{align-self:center!important;justify-self:center!important}.fct-hero-badge strong,.fct-hero-badge span{text-align:center!important}
.fct-directory{display:grid!important;gap:34px!important;margin:24px 0 36px!important}.fct-directory-section{margin:0!important}.fct-section-head{margin-bottom:14px!important}.fct-section-head h3{font-family:inherit!important;font-size:clamp(21px,2vw,26px)!important;font-weight:680!important;letter-spacing:-.02em!important;color:#101828!important}.fct-section-head span{display:inline-flex!important;align-items:center!important;justify-content:center!important}
.fct-icon-grid{gap:16px 18px!important}.fct-icon-tab{background:linear-gradient(135deg,var(--fct-accent),color-mix(in srgb,var(--fct-accent) 78%,var(--fct-primary)))!important;color:#fff!important;border:0!important;min-height:62px!important;border-radius:17px!important;padding:14px 18px!important;box-shadow:0 12px 24px color-mix(in srgb,var(--fct-accent) 18%,transparent)!important}.fct-icon-tab small,.fct-icon-tab .fct-tool-text small{color:rgba(255,255,255,.82)!important}.fct-icon-tab.is-active{background:linear-gradient(135deg,var(--fct-primary),color-mix(in srgb,var(--fct-primary) 78%,#061f35))!important;box-shadow:0 18px 34px color-mix(in srgb,var(--fct-primary) 24%,transparent)!important;outline:3px solid color-mix(in srgb,var(--fct-accent) 34%,transparent)!important;outline-offset:2px!important}.fct-icon-tab.is-active:after{opacity:1!important;background:linear-gradient(90deg,#fff,color-mix(in srgb,var(--fct-accent) 80%,#fff))!important;height:3px!important}.fct-icon-tab:hover{transform:translateY(-2px)!important;filter:saturate(1.04)!important}.fct-tool-text strong{font-weight:850!important;letter-spacing:-.01em!important}
.fct-result{margin-top:34px!important}.fct-form{gap:20px 24px!important}.fct-submit{display:none!important}.fct-result-title-row{padding-top:2px!important}.fct-pdf{background:linear-gradient(135deg,var(--fct-primary),var(--fct-accent))!important;color:#fff!important}.fct-report th{background:color-mix(in srgb,var(--fct-primary) 7%,#fff)!important;color:#1f2937!important}.fct-report td.is-profit{background:color-mix(in srgb,var(--fct-accent) 11%,#fff)!important;color:#047857!important}.fct-report td.is-final-row{background:color-mix(in srgb,var(--fct-primary) 5%,#fff)!important}.fct-column-card{border-color:color-mix(in srgb,var(--fct-primary) 16%,#dbe8f7)!important}.fct-col b{background:linear-gradient(180deg,var(--fct-primary),var(--fct-accent))!important}
@media (max-width:760px){.fct-directory{gap:30px!important}.fct-section-head{align-items:center!important}.fct-section-head h3{font-size:20px!important}.fct-icon-grid{gap:10px!important}.fct-icon-tab{min-height:60px!important}.fct-result{margin-top:22px!important}.fct-hero h2{font-size:25px!important}}
