/*
Theme Name: FundedChecker
Theme URI: https://fundedchecker.com/
Author: FundedChecker
Description: Custom WordPress theme for FundedChecker — source-backed prop firm directory, comparison, payout tracker, research tools, risk signals and industry news.
Version: 1.6.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: fundedchecker
*/
:root{
  --bg:#f6f8fb; --surface:#ffffff; --surface-2:#eef3f7; --text:#0d1726; --muted:#617085;
  --navy:#0b1526; --navy2:#13233a; --green:#27c66f; --green2:#179b55; --line:#dfe6ee;
  --amber:#e9a23b; --red:#d94d4d; --blue:#2878d8; --shadow:0 16px 45px rgba(18,36,59,.10);
  --radius:18px; --radius-sm:12px; --max:1200px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);line-height:1.55}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block} button,input,select{font:inherit}
.container{width:min(var(--max),calc(100% - 32px));margin:auto}.narrow{width:min(860px,calc(100% - 32px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(223,230,238,.9)}
.nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:11px;font-weight:850;letter-spacing:-.04em;font-size:22px}.brand-mark{width:36px;height:36px;border-radius:11px;background:var(--navy);display:grid;place-items:center;position:relative;overflow:hidden;color:white;font-size:19px;font-weight:900}.brand-mark:after{content:'✓';position:absolute;right:-2px;bottom:-5px;color:white;background:var(--green);width:24px;height:24px;border-radius:12px;display:grid;place-items:center;font-size:14px;border:3px solid white}.brand-word{color:var(--navy)}.brand-accent{color:var(--green2)}
.nav-links{display:flex;align-items:center;gap:21px;font-size:14px;font-weight:650;color:#33445a}.nav-links a:hover,.nav-links a.active{color:var(--navy)}.nav-cta{background:var(--navy);color:white!important;padding:10px 14px;border-radius:11px}.menu-btn{display:none;border:0;background:transparent;font-size:23px}
.hero{padding:74px 0 44px;background:linear-gradient(180deg,#fff 0%,#f6f8fb 100%)}.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:54px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid #dce6df;background:#f4fbf7;color:#176e42;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.dot{width:8px;height:8px;background:var(--green);border-radius:50%}
h1{font-size:clamp(42px,6vw,72px);line-height:1.02;letter-spacing:-.055em;margin:18px 0 18px;max-width:850px}.hero p{font-size:19px;color:var(--muted);max-width:760px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 17px;border-radius:12px;border:1px solid transparent;font-weight:800;cursor:pointer;transition:.2s}.btn-primary{background:var(--navy);color:white}.btn-primary:hover{transform:translateY(-1px);background:#152741}.btn-secondary{background:white;border-color:var(--line);color:var(--navy)}.btn-green{background:var(--green);color:#062414}.btn-small{padding:9px 12px;font-size:13px}
.hero-card{background:white;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:22px}.hero-logo{border-radius:18px;overflow:hidden;background:white}.proof-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.proof{padding:13px;border:1px solid var(--line);background:#fbfcfd;border-radius:13px}.proof strong{display:block;font-size:18px}.proof span{font-size:12px;color:var(--muted)}
.section{padding:68px 0}.section-tight{padding:42px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.section-head h2,h2{font-size:clamp(28px,4vw,42px);line-height:1.1;letter-spacing:-.035em;margin:0}.section-head p{max-width:620px;color:var(--muted);margin:0}.muted{color:var(--muted)}.small{font-size:13px}.tiny{font-size:12px}.caps{text-transform:uppercase;letter-spacing:.09em;font-size:11px;font-weight:850}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:20px;box-shadow:0 8px 28px rgba(18,36,59,.045)}.card:hover{border-color:#cdd8e3}.card h3{margin:0 0 8px;font-size:20px;letter-spacing:-.02em}.firm-top{display:flex;align-items:center;gap:13px;margin-bottom:15px}.firm-avatar{width:45px;height:45px;border-radius:13px;background:var(--navy);color:white;display:grid;place-items:center;font-weight:900}.firm-meta{display:flex;gap:7px;flex-wrap:wrap;margin:12px 0}.chip{display:inline-flex;align-items:center;border:1px solid var(--line);background:#f8fafc;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:750;color:#536176}.chip.green{color:#176e42;background:#f1fbf5;border-color:#caedd8}.chip.red{color:#9f2d2d;background:#fff4f3;border-color:#f0d2cf}.chip.amber{color:#8b5818;background:#fff8eb;border-color:#f4dfb6}.chip.blue{color:#245f9f;background:#f1f7ff;border-color:#cfe0f4}.divider{height:1px;background:var(--line);margin:17px 0}.alert-box{border-left:4px solid var(--amber);background:#fffaf0;padding:13px 14px;border-radius:10px;font-size:13px;color:#5d4a2b}.alert-box.critical{border-left-color:var(--red);background:#fff5f4;color:#6c3431}.success-box{border-left:4px solid var(--green);background:#f2fbf6;padding:13px 14px;border-radius:10px}
.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.kpi{background:var(--navy);color:white;border-radius:17px;padding:20px}.kpi strong{font-size:30px;display:block;letter-spacing:-.04em}.kpi span{color:#aab6c6;font-size:12px}.kpi.greenish{background:#0d2b1e}.kpi.blueish{background:#102742}
.search-panel{background:white;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:var(--shadow)}.search-row{display:grid;grid-template-columns:1.4fr repeat(3,1fr) auto;gap:10px}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--muted)}.field input,.field select,.search-input{width:100%;height:44px;border:1px solid var(--line);border-radius:11px;background:white;padding:0 12px;color:var(--text);outline:none}.field input:focus,.field select:focus,.search-input:focus{border-color:#8acaaa;box-shadow:0 0 0 3px rgba(39,198,111,.09)}
.table-wrap{overflow:auto;background:white;border:1px solid var(--line);border-radius:18px}.data-table{width:100%;border-collapse:collapse;min-width:980px}.data-table th,.data-table td{text-align:left;padding:13px 14px;border-bottom:1px solid var(--line);vertical-align:top;font-size:13px}.data-table th{font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:#647187;background:#f8fafc;position:sticky;top:0;z-index:2}.data-table tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#fbfcfe}.firm-link{font-weight:850}.price{font-weight:900;color:var(--navy)}.nowrap{white-space:nowrap}
.compare-bar{position:sticky;bottom:14px;z-index:30;background:var(--navy);color:white;border-radius:16px;padding:12px 15px;display:flex;justify-content:space-between;align-items:center;gap:14px;box-shadow:0 18px 48px rgba(11,21,38,.28);margin-top:18px}.compare-bar.hidden{display:none}.compare-pills{display:flex;flex-wrap:wrap;gap:7px}.compare-pill{background:#1e3049;border-radius:999px;padding:6px 9px;font-size:12px}
.compare-grid{display:grid;gap:12px}.compare-grid.cols-2{grid-template-columns:180px repeat(2,minmax(220px,1fr))}.compare-grid.cols-3{grid-template-columns:180px repeat(3,minmax(220px,1fr))}.compare-grid.cols-4{grid-template-columns:180px repeat(4,minmax(220px,1fr))}.compare-cell{background:white;border:1px solid var(--line);padding:13px;border-radius:12px;font-size:13px}.compare-cell.label{font-weight:850;background:#eef3f7}.compare-head{background:var(--navy);color:white;border-color:var(--navy)}
.rule-list{display:grid;gap:12px}.rule-card{background:white;border:1px solid var(--line);border-radius:15px;padding:17px}.rule-card-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.severity{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.09em;padding:5px 7px;border-radius:7px}.severity.Critical{background:#fff0ef;color:#a42d2b}.severity.High{background:#fff6e8;color:#8c591c}.rule-card h3{font-size:17px;margin:5px 0 7px}.rule-meta{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:9px}.rule-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:14px;margin-top:11px;font-size:13px}.rule-grid strong{display:block;margin-bottom:4px}
.timeline{position:relative;padding-left:25px}.timeline:before{content:'';position:absolute;left:7px;top:5px;bottom:5px;width:2px;background:#dfe6ee}.timeline-item{position:relative;margin-bottom:23px}.timeline-item:before{content:'';position:absolute;left:-23px;top:6px;width:10px;height:10px;background:var(--green);border-radius:50%;box-shadow:0 0 0 5px #e8f9ef}.timeline-date{font-size:11px;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.source-list{display:grid;gap:10px}.source-item{display:flex;justify-content:space-between;align-items:center;gap:16px;background:white;border:1px solid var(--line);padding:13px 14px;border-radius:12px}.source-item a{color:var(--blue);font-weight:750}.source-item .meta{min-width:0}.source-item .meta strong{display:block}.source-item .meta span{font-size:12px;color:var(--muted)}
.method-step{display:grid;grid-template-columns:54px 1fr;gap:15px;align-items:start}.method-num{width:44px;height:44px;border-radius:14px;background:var(--navy);color:white;display:grid;place-items:center;font-weight:900}.method-step h3{margin:0 0 5px}.method-step p{margin:0;color:var(--muted)}
.footer{background:var(--navy);color:#dce4ee;padding:48px 0 28px;margin-top:65px}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:28px}.footer h4{color:white;margin:0 0 12px}.footer a{display:block;color:#b6c2d0;margin:7px 0;font-size:13px}.footer a:hover{color:white}.footer-note{border-top:1px solid #26364b;margin-top:28px;padding-top:20px;color:#8190a5;font-size:12px}.brand-footer{font-size:24px;color:white;font-weight:850;letter-spacing:-.04em}.brand-footer span{color:var(--green)}
.page-hero{padding:48px 0 24px;background:white;border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(36px,5vw,58px);margin:10px 0 12px}.breadcrumbs{font-size:12px;color:var(--muted)}
.logo-full{width:280px;border:1px solid var(--line);border-radius:18px;background:white}
.notice{font-size:12px;background:#f8fafc;border:1px solid var(--line);padding:11px 13px;border-radius:11px;color:#5f6c7d}.empty{padding:42px;text-align:center;color:var(--muted)}.hidden{display:none!important}
@media(max-width:980px){.hero-grid,.footer-grid{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:1fr 1fr}.kpis{grid-template-columns:repeat(2,1fr)}.search-row{grid-template-columns:1fr 1fr}.search-row .field:first-child{grid-column:1/-1}.nav-links{display:none;position:absolute;top:72px;left:0;right:0;background:white;padding:18px 20px;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.menu-btn{display:block}.rule-grid{grid-template-columns:1fr}}
@media(max-width:640px){.container,.narrow{width:min(100% - 22px,var(--max))}.hero{padding-top:42px}.hero-grid{gap:28px}.grid-3,.grid-4,.kpis{grid-template-columns:1fr}.proof-row{grid-template-columns:1fr}.search-row{grid-template-columns:1fr}.search-row .field:first-child{grid-column:auto}.section{padding:46px 0}.section-head{align-items:flex-start;flex-direction:column}.rule-card-top,.source-item{flex-direction:column;align-items:flex-start}.compare-bar{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
.directory-filters{display:grid;grid-template-columns:1.6fr repeat(6,minmax(130px,1fr));gap:10px;align-items:end}.directory-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:18px 0}.firm-directory-card{display:flex;flex-direction:column}.firm-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.score-pill{min-width:48px;height:48px;border-radius:14px;background:#eefbf3;color:#137343;border:1px solid #c9ead6;display:grid;place-items:center;font-size:20px;font-weight:900}.score-row{display:flex;align-items:center;gap:14px}.score-ring{width:66px;height:66px;border-radius:50%;border:7px solid #d9f2e3;background:#f7fcf9;color:#0d6c3c;display:grid;place-items:center;font-size:22px;font-weight:900}.directory-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:auto;padding-top:12px}.directory-stats>div{background:#f8fafc;border:1px solid var(--line);border-radius:10px;padding:9px}.directory-stats span,.fact-list span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:800}.directory-stats strong{font-size:13px;display:block;margin-top:3px}.profile-hero{display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center}.profile-score{min-width:190px;background:var(--navy);color:white;border-radius:20px;padding:19px;text-align:center}.profile-score span,.profile-score small{display:block;color:#a9b7c8}.profile-score strong{display:block;font-size:48px;line-height:1;margin:8px 0}.profile-kpis strong{font-size:21px;display:block;margin-top:5px}.fact-list{display:grid;gap:11px}.fact-list>div{padding-bottom:10px;border-bottom:1px solid var(--line)}.fact-list>div:last-child{border-bottom:0}.fact-list strong{display:block;font-size:13px;margin-top:4px}.breadcrumbs a{color:var(--blue)}
@media(max-width:1180px){.directory-filters{grid-template-columns:repeat(3,1fr)}.directory-filters .field:first-child{grid-column:1/-1}}
@media(max-width:760px){.directory-filters{grid-template-columns:1fr 1fr}.directory-filters .field:first-child{grid-column:1/-1}.profile-hero{grid-template-columns:1fr}.profile-score{width:100%}.directory-toolbar{align-items:flex-start;flex-direction:column}.directory-stats{grid-template-columns:1fr 1fr}.profile-kpis{grid-template-columns:1fr 1fr!important}}
@media(max-width:480px){.directory-filters,.directory-stats,.profile-kpis{grid-template-columns:1fr!important}}


/* === Directory-home refinement === */
.brand-logo-link{display:flex;align-items:center;min-width:205px}
.header-logo{width:205px;height:auto;display:block}
.directory-home-hero{padding:46px 0 24px;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);border-bottom:1px solid rgba(223,230,238,.72)}
.directory-home-copy{max-width:820px}
.directory-home-hero h1{font-size:clamp(38px,5vw,60px);margin:15px 0 12px}
.directory-home-hero p{margin:0;max-width:760px;font-size:18px;color:var(--muted)}
.directory-main{padding-top:24px}
.directory-search-panel{box-shadow:0 12px 34px rgba(18,36,59,.075)}
.directory-filters{grid-template-columns:1.55fr 1.55fr repeat(3,minmax(135px,1fr));gap:10px}
.directory-filters .field:first-child{grid-column:span 2}
.directory-toolbar-right{display:flex;align-items:center;gap:10px}
.directory-view-toggle{display:inline-flex;background:#eef2f6;border:1px solid var(--line);border-radius:11px;padding:3px}
.view-btn{height:36px;padding:0 11px;border:0;border-radius:8px;background:transparent;color:#58677b;font-weight:800;font-size:12px;display:inline-flex;align-items:center;gap:7px;cursor:pointer}
.view-btn.active{background:white;color:var(--navy);box-shadow:0 2px 7px rgba(18,36,59,.08)}
.view-grid-icon{width:13px;height:13px;display:inline-block;background:
 linear-gradient(currentColor 0 0) 0 0/5px 5px,
 linear-gradient(currentColor 0 0) 8px 0/5px 5px,
 linear-gradient(currentColor 0 0) 0 8px/5px 5px,
 linear-gradient(currentColor 0 0) 8px 8px/5px 5px;
 background-repeat:no-repeat}
.view-list-icon{width:14px;height:12px;display:inline-block;background:
 linear-gradient(currentColor 0 0) 0 0/14px 2px,
 linear-gradient(currentColor 0 0) 0 5px/14px 2px,
 linear-gradient(currentColor 0 0) 0 10px/14px 2px;
 background-repeat:no-repeat}
.firm-list{display:grid;gap:10px}
.firm-list-row{display:grid;grid-template-columns:minmax(250px,1.5fr) minmax(160px,.95fr) minmax(130px,.75fr) 90px auto;gap:16px;align-items:center;background:white;border:1px solid var(--line);border-radius:15px;padding:14px 16px;box-shadow:0 5px 20px rgba(18,36,59,.035)}
.firm-list-row:hover{border-color:#cbd7e2;box-shadow:0 8px 26px rgba(18,36,59,.06)}
.firm-list-main{display:flex;align-items:center;gap:13px;min-width:0}
.firm-list-main h3{margin:0;font-size:18px;letter-spacing:-.02em}
.firm-list-main .firm-meta{margin:5px 0}
.firm-list-cell span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.065em;color:var(--muted);font-weight:800;margin-bottom:3px}
.firm-list-cell strong{font-size:13px;line-height:1.35}
.firm-list-actions{display:flex;gap:7px;justify-content:flex-end}
.directory-method-note{margin-top:20px}
.directory-method-note a{font-weight:800;margin-left:6px;color:#1d5f99}

@media(max-width:1180px){
  .directory-filters{grid-template-columns:repeat(3,1fr)}
  .directory-filters .field:first-child{grid-column:1/-1}
  .firm-list-row{grid-template-columns:minmax(240px,1.35fr) 1fr 1fr 80px}
  .firm-list-actions{grid-column:1/-1;justify-content:flex-start;padding-top:4px}
}
@media(max-width:760px){
  .header-logo{width:178px}
  .brand-logo-link{min-width:178px}
  .directory-home-hero{padding:34px 0 18px}
  .directory-home-hero p{font-size:16px}
  .directory-filters{grid-template-columns:1fr 1fr}
  .directory-filters .field:first-child{grid-column:1/-1}
  .directory-toolbar-right{width:100%;justify-content:space-between}
  .firm-list-row{grid-template-columns:1fr 1fr;gap:12px}
  .firm-list-main{grid-column:1/-1}
  .firm-list-actions{grid-column:1/-1}
}
@media(max-width:480px){
  .directory-filters{grid-template-columns:1fr}
  .directory-filters .field:first-child{grid-column:auto}
  .firm-list-row{grid-template-columns:1fr}
  .firm-list-main,.firm-list-actions{grid-column:auto}
  .firm-list-cell{padding:8px 0;border-top:1px solid #edf1f4}
}

/* FundedChecker v5 UX refinements */
.directory-filters-primary{grid-template-columns:minmax(300px,1.7fr) repeat(3,minmax(150px,.75fr))}
.directory-search-wide{min-width:0}.advanced-filter-box{margin-top:12px;border-top:1px solid var(--line);padding-top:10px}.advanced-filter-box summary{cursor:pointer;display:flex;align-items:center;gap:10px;font-weight:850;color:var(--navy);list-style:none;padding:7px 2px}.advanced-filter-box summary::-webkit-details-marker{display:none}.advanced-filter-box summary:before{content:'＋';width:25px;height:25px;border-radius:8px;background:#edf2f6;display:grid;place-items:center}.advanced-filter-box[open] summary:before{content:'−'}.advanced-filter-box summary small{font-weight:600;color:var(--muted)}.advanced-filter-grid{margin-top:12px;grid-template-columns:repeat(4,minmax(150px,1fr))}.filter-checks{grid-column:1/-1;display:flex;gap:8px;flex-wrap:wrap}.check-pill{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:999px;background:#fff;padding:9px 12px;font-size:12px;font-weight:750;cursor:pointer}.check-pill:has(input:checked){border-color:#9bd9b5;background:#eefbf3;color:#11643a}.check-pill input{accent-color:var(--green2)}
.directory-view-toggle{padding:4px;background:#e8edf3}.view-btn{min-width:88px;height:40px;justify-content:center}.view-btn.active{outline:2px solid rgba(39,198,111,.16)}.view-grid-icon{width:14px;height:14px;background:linear-gradient(90deg,currentColor 45%,transparent 45% 55%,currentColor 55%),linear-gradient(currentColor 45%,transparent 45% 55%,currentColor 55%);opacity:.8}.view-list-icon{width:16px;height:14px;background:linear-gradient(currentColor 0 0) 0 1px/100% 2px no-repeat,linear-gradient(currentColor 0 0) 0 6px/100% 2px no-repeat,linear-gradient(currentColor 0 0) 0 11px/100% 2px no-repeat;opacity:.8}
.directory-list-view{display:block!important}.directory-list-view .firm-list-row{margin-bottom:9px}.directory-grid-view .firm-directory-card{min-height:345px}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.news-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 8px 28px rgba(18,36,59,.045);display:flex;flex-direction:column}.news-card:hover{border-color:#cbd7e2;transform:translateY(-1px)}.news-image{aspect-ratio:16/9;overflow:hidden;background:var(--navy)}.news-image img{width:100%;height:100%;object-fit:cover}.news-body{padding:17px;display:flex;flex-direction:column;flex:1}.news-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:11px;color:var(--muted)}.news-body h3{font-size:19px;line-height:1.3;margin:11px 0 8px;letter-spacing:-.02em}.news-footer{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:auto;padding-top:11px;border-top:1px solid #edf1f4}.news-card.compact .news-body h3{font-size:16px}.news-filter-row{display:grid;grid-template-columns:1.8fr repeat(3,1fr);gap:10px}.home-news-strip{background:#f0f4f8;border-top:1px solid var(--line)}
.risk-list{display:grid;gap:14px}.risk-card{background:white;border:1px solid var(--line);border-radius:18px;padding:20px}.risk-card-top{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.risk-card h3{margin:9px 0 0}.risk-source{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-top:12px}.risk-disclaimer{border-left:4px solid var(--amber)}
@media(max-width:1000px){.directory-filters-primary,.advanced-filter-grid{grid-template-columns:repeat(2,1fr)}.news-grid{grid-template-columns:repeat(2,1fr)}.news-filter-row{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.directory-filters-primary,.advanced-filter-grid,.news-filter-row{grid-template-columns:1fr}.news-grid{grid-template-columns:1fr}.advanced-filter-box summary{align-items:flex-start;flex-wrap:wrap}.advanced-filter-box summary small{width:100%;padding-left:35px}.directory-toolbar{align-items:flex-start}.directory-toolbar-right{width:100%;justify-content:space-between}.view-btn{min-width:105px}.risk-card-top,.risk-source{display:block}.risk-source a{display:inline-block;margin-top:8px}}


/* WordPress integration */
:root{--fc-navy:#0c1829;--fc-green:#28c76f;--fc-border:#dbe3ec;--fc-muted:#66758a;--fc-bg:#f6f8fb}
body.admin-bar .site-header{top:32px}.wp-site-blocks{padding:0}.fc-main{min-height:70vh}.fc-page-title{padding:34px 0 18px}.fc-page-title h1{margin:0 0 8px}.fc-subtle{color:var(--fc-muted)}
.fc-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:18px 0}.fc-toolbar .view-switch{display:flex;gap:8px}.fc-toolbar button{cursor:pointer}
.fc-firm-grid.list-view{display:block}.fc-firm-grid.list-view .firm-card{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:18px;align-items:center;margin-bottom:12px;padding:16px 18px}.fc-firm-grid.list-view .firm-card .firm-card-body{display:contents}.fc-firm-grid.list-view .firm-card .firm-summary,.fc-firm-grid.list-view .firm-card .firm-tags{display:none}
.fc-firm-grid.list-view .firm-card .firm-list-cell{display:block}.firm-list-cell{display:none}.fc-hidden{display:none!important}.fc-source-links{display:flex;flex-direction:column;gap:10px}.fc-offer-table{width:100%;border-collapse:separate;border-spacing:0}.fc-offer-table th,.fc-offer-table td{padding:12px 10px;border-bottom:1px solid #e6ebf1;text-align:left;vertical-align:top}.fc-offer-table th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#64748b;background:#f8fafc;position:sticky;top:0}.fc-table-wrap{overflow:auto;border:1px solid #e2e8f0;border-radius:16px;background:white}.fc-score-ring{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--fc-green) calc(var(--score)*1%),#e8eef5 0);position:relative}.fc-score-ring:after{content:"";position:absolute;inset:7px;background:#fff;border-radius:50%}.fc-score-ring strong{position:relative;z-index:1;font-size:17px}.fc-profile-hero{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:start}.fc-profile-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:22px 0}.fc-stat{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px}.fc-stat small{display:block;color:#64748b;margin-bottom:3px}.fc-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.fc-tabs a{padding:9px 12px;border-radius:999px;background:#f1f5f9;color:#0f172a;text-decoration:none;font-weight:700;font-size:13px}.fc-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.fc-news-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden}.fc-news-card img{width:100%;aspect-ratio:16/9;object-fit:cover;background:#f8fafc}.fc-news-card .body{padding:16px}.fc-risk-card{background:#fff;border:1px solid #e2e8f0;border-left:5px solid #f59e0b;border-radius:14px;padding:18px;margin-bottom:12px}.fc-risk-card.high{border-left-color:#ef4444}.fc-risk-card.medium{border-left-color:#f59e0b}.fc-risk-card.low{border-left-color:#22c55e}.fc-meta-line{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.fc-filter-row{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:12px}.fc-advanced-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}.fc-filter-row label,.fc-advanced-grid label{font-size:12px;font-weight:800;color:#475569;display:block;margin-bottom:6px}.fc-filter-row input,.fc-filter-row select,.fc-advanced-grid select{width:100%;padding:11px 12px;border:1px solid #d8e0e8;border-radius:10px;background:#fff}.fc-compare-drawer{position:fixed;left:50%;transform:translateX(-50%);bottom:18px;z-index:50;width:min(920px,calc(100% - 32px));background:#0c1829;color:#fff;border-radius:16px;padding:14px 16px;box-shadow:0 20px 50px rgba(0,0,0,.25);display:none}.fc-compare-drawer.open{display:flex;align-items:center;justify-content:space-between;gap:14px}.fc-compare-pills{display:flex;gap:8px;flex-wrap:wrap}.fc-compare-pill{background:#1d2c40;padding:7px 9px;border-radius:999px;font-size:12px}.fc-method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.fc-method-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:18px}.fc-footer-nav{display:flex;flex-direction:column;gap:8px}.fc-footer-nav a{color:#9facbc;text-decoration:none}.fc-nav-home{display:none}
@media(max-width:900px){.fc-filter-row,.fc-advanced-grid{grid-template-columns:1fr 1fr}.fc-news-grid{grid-template-columns:1fr 1fr}.fc-profile-stats{grid-template-columns:1fr 1fr}.fc-firm-grid.list-view .firm-card{display:block}.fc-firm-grid.list-view .firm-card .firm-card-body{display:block}.firm-list-cell{display:none!important}}
@media(max-width:640px){.fc-filter-row,.fc-advanced-grid,.fc-news-grid,.fc-profile-stats,.fc-method-grid{grid-template-columns:1fr}.fc-profile-hero{grid-template-columns:1fr}.body.admin-bar .site-header{top:46px}}

/* WP Autoblog editorial integration */
.fc-autoblog-grid .fc-article-card .fc-article-image{display:block;background:#f6f8fb;aspect-ratio:16/9;overflow:hidden}
.fc-autoblog-grid .fc-article-card .fc-article-image img{width:100%;height:100%;object-fit:cover}
.fc-autoblog-grid .fc-article-card h3 a,.fc-news-card h3 a{color:var(--navy);text-decoration:none}
.fc-pagination{display:flex;gap:8px;flex-wrap:wrap}.fc-pagination .page-numbers{display:inline-flex;min-width:38px;height:38px;padding:0 12px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--navy);text-decoration:none;font-weight:800}.fc-pagination .current{background:var(--navy);color:#fff;border-color:var(--navy)}
.fc-article-hero{padding:54px 0 32px;background:linear-gradient(180deg,#fff,#f7fafc);border-bottom:1px solid var(--line)}.fc-article-container{max-width:860px}.fc-article-hero h1{font-size:clamp(38px,5vw,62px);line-height:1.04;letter-spacing:-.045em;margin:13px 0 14px}.fc-featured-image{margin:32px 0 22px;border-radius:20px;overflow:hidden;border:1px solid var(--line);background:#f6f8fb}.fc-featured-image img{display:block;width:100%;height:auto}.fc-article-content{font-size:18px;line-height:1.75;color:#223247}.fc-article-content h2{font-size:30px;margin:42px 0 14px;letter-spacing:-.03em}.fc-article-content h3{font-size:23px;margin:30px 0 10px}.fc-article-content p{margin:0 0 20px}.fc-article-content ul,.fc-article-content ol{margin:0 0 22px;padding-left:24px}.fc-article-content blockquote{margin:28px 0;padding:18px 20px;border-left:4px solid var(--green2);background:#f3fbf6;border-radius:0 14px 14px 0}.fc-article-community-cta{display:flex;justify-content:space-between;align-items:center;gap:24px;margin:46px 0 20px;padding:24px;border:1px solid #dbe3ec;border-radius:18px;background:#f8fafc}.fc-article-community-cta h3{margin:4px 0 5px}.fc-article-community-cta p{margin:0;color:var(--muted)}
@media(max-width:700px){.fc-article-community-cta{display:block}.fc-article-community-cta .btn{margin-top:14px}.fc-article-content{font-size:17px}.fc-article-hero{padding:38px 0 24px}}

/* FundedChecker v1.2 — brand home, visual compare, reputation watch and community */
.nav-links>a{display:inline-flex;align-items:center;gap:5px;position:relative}.nav-mini-badge{font-size:8px;line-height:1;text-transform:uppercase;letter-spacing:.06em;color:#9b6a1f;background:#fff4d9;border:1px solid #ecd59b;border-radius:999px;padding:3px 5px;font-weight:900;white-space:nowrap}
.fc-brand-home{padding:42px 0 28px;background:linear-gradient(180deg,#fff 0%,#f7fafc 100%);border-bottom:1px solid var(--line)}.fc-brand-home-inner{max-width:760px;margin:auto;text-align:center}.fc-home-logo{width:min(390px,78vw);margin:0 auto 10px}.fc-brand-home h1{font-size:clamp(38px,5vw,58px);margin:5px 0 8px;letter-spacing:-.05em}.fc-brand-home p{font-size:17px;color:var(--muted);max-width:650px;margin:0 auto 18px}.fc-reddit-link{display:flex;align-items:center;gap:12px;width:min(520px,100%);margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:15px;padding:12px 14px;box-shadow:0 8px 26px rgba(18,36,59,.05);text-align:left}.fc-reddit-link:hover{border-color:#c3d1dd;transform:translateY(-1px)}.fc-reddit-link>span:nth-child(2){display:flex;flex-direction:column;flex:1}.fc-reddit-link small{color:var(--muted);font-size:11px;margin-top:2px}.fc-reddit-dot{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#ff4500;color:#fff;font-weight:900}.fc-directory-intro{margin-bottom:18px}.fc-directory-intro h2{margin:4px 0 8px}.fc-directory-intro p{color:var(--muted)}

/* make the list view unmistakably different from grid */
.fc-firm-grid.grid-view{display:grid}.fc-firm-grid.list-view{display:block!important}.fc-firm-grid.list-view .firm-card{display:grid!important;grid-template-columns:minmax(260px,2fr) minmax(120px,.7fr) minmax(120px,.7fr) minmax(130px,.8fr) auto;gap:18px;align-items:center;margin-bottom:10px;min-height:0;padding:14px 16px;border-radius:14px}.fc-firm-grid.list-view .firm-card .firm-summary,.fc-firm-grid.list-view .firm-card .firm-tags,.fc-firm-grid.list-view .firm-card .divider,.fc-firm-grid.list-view .firm-card .alert-box{display:none!important}.fc-firm-grid.list-view .firm-card .firm-top{margin:0}.fc-firm-grid.list-view .firm-card .firm-meta{margin:0}.fc-firm-grid.list-view .firm-card .firm-card-body{display:contents}.fc-firm-grid.list-view .firm-card .firm-list-cell{display:block!important}.view-switch .active{background:var(--navy)!important;color:#fff!important;border-color:var(--navy)!important}

.fc-home-compare{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.fc-abc-compare{background:linear-gradient(135deg,#0c1829,#162a45);border-radius:24px;padding:24px;color:#fff;box-shadow:var(--shadow)}.fc-abc-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px}.fc-abc-head h2{color:#fff;margin:2px 0}.fc-abc-head .muted{color:#a9b6c7}.fc-abc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.fc-abc-card{position:relative;background:#fff;color:var(--text);border:1px solid #dce4ed;border-radius:17px;padding:18px}.fc-abc-letter{position:absolute;top:13px;right:14px;width:30px;height:30px;border-radius:10px;background:#eaf9f0;color:#157643;display:grid;place-items:center;font-weight:950}.fc-abc-card label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:850;color:var(--muted);margin-bottom:9px}.fc-abc-card select{width:100%;min-height:46px;padding:10px 40px 10px 11px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--text)}.fc-home-abc-grid .fc-abc-card{box-shadow:0 10px 26px rgba(18,36,59,.05)}.fc-home-compare-action{text-align:center;margin-top:16px}.fc-result-head{display:flex;justify-content:space-between;align-items:end;gap:15px;margin:12px 0 14px}.fc-result-head h2{margin:3px 0 0}.fc-result-table th:first-child{min-width:150px}

.fc-home-news{background:#f3f6f9}.fc-home-risk{background:#fff}.fc-risk-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.fc-risk-strip-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;min-height:170px}.fc-risk-strip-card:hover{border-color:#c3d1dd;box-shadow:0 10px 26px rgba(18,36,59,.06)}.fc-risk-strip-card h3{font-size:17px;margin:11px 0 7px}.fc-risk-strip-card p{font-size:12px;color:var(--muted);margin:0 0 14px}.severity.high{background:#fff0ef;color:#a42d2b}.severity.medium{background:#fff6e8;color:#8c591c}.severity.low{background:#eefbf3;color:#176e42}.severity.community{background:#f1f5ff;color:#3e5f9c}

.fc-home-deals{background:#f3f6f9}.fc-deal-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.fc-deal-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:18px;display:flex;flex-direction:column;gap:9px}.fc-deal-card h3{font-size:16px;margin:0;line-height:1.3}.fc-deal-price{font-size:25px;font-weight:950;letter-spacing:-.04em;color:var(--navy)}.fc-deal-card .btn{margin-top:auto}

.fc-user-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.fc-user-post-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:19px;display:flex;flex-direction:column}.fc-user-post-source{font-size:11px;color:#7856a8;text-transform:uppercase;letter-spacing:.06em;font-weight:850}.fc-user-post-card h3{font-size:18px;line-height:1.35;margin:9px 0}.fc-user-post-card p{color:var(--muted);font-size:14px}.fc-user-post-card>a:last-child{margin-top:auto;color:var(--blue);font-weight:800;font-size:13px}.fc-user-post-take{background:#f6f9fb;border-radius:12px;padding:12px;margin:7px 0 14px}.fc-user-post-take strong,.fc-user-post-take span{display:block}.fc-user-post-take strong{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#536176;margin-bottom:3px}.fc-user-post-take span{font-size:13px}.fc-reddit-wide{margin-top:28px;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:22px;border-radius:18px;background:var(--navy);color:#fff}.fc-reddit-wide h2{font-size:28px;color:#fff;margin:3px 0 6px}.fc-reddit-wide p,.fc-reddit-wide span{color:#aab7c8}.fc-reddit-compact{margin-top:18px;padding:16px 18px}.fc-reddit-compact>div{display:flex;flex-direction:column}.fc-reddit-compact strong{font-size:18px}

.fc-watch-grid{display:grid;gap:14px}.fc-watch-card{background:#fff;border:1px solid var(--line);border-left:5px solid var(--amber);border-radius:18px;overflow:hidden}.fc-watch-card.high{border-left-color:var(--red)}.fc-watch-card.medium{border-left-color:var(--amber)}.fc-watch-card summary{list-style:none;cursor:pointer;padding:18px 20px;display:flex;justify-content:space-between;gap:20px;align-items:center}.fc-watch-card summary::-webkit-details-marker{display:none}.fc-watch-card summary h3{font-size:21px;margin:9px 0 3px}.fc-watch-card summary p{margin:0;color:var(--muted);font-size:13px}.fc-expand-label{font-size:12px;font-weight:850;color:var(--blue);white-space:nowrap}.fc-watch-body{padding:0 20px 20px;border-top:1px solid #edf1f4}.fc-watch-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:17px 0}.fc-watch-kpis>div{background:#f7f9fb;border-radius:12px;padding:12px}.fc-watch-kpis small,.fc-watch-kpis strong{display:block}.fc-watch-kpis small{color:var(--muted);margin-bottom:3px}.fc-watch-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}.fc-watch-columns h4{margin:0 0 6px}.fc-watch-columns p{margin:0;color:#425268}.fc-watch-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}.fc-watch-sources{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}.fc-watch-sources a{font-size:12px;color:var(--blue);font-weight:750}.fc-title-with-status{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.fc-title-with-status h1{margin-right:0}.construction-badge{font-size:10px;text-transform:uppercase;letter-spacing:.08em;background:#fff5dd;color:#8e601e;border:1px solid #ecd9aa;border-radius:999px;padding:6px 8px;font-weight:900}

@media(max-width:1100px){.fc-risk-strip,.fc-deal-grid{grid-template-columns:repeat(3,1fr)}.nav-links{gap:13px;font-size:13px}.nav-mini-badge{display:none}}
@media(max-width:900px){.fc-abc-grid,.fc-user-post-grid{grid-template-columns:1fr}.fc-risk-strip,.fc-deal-grid{grid-template-columns:repeat(2,1fr)}.fc-firm-grid.list-view .firm-card{display:block!important}.fc-watch-columns{grid-template-columns:1fr}}
@media(max-width:640px){.fc-brand-home{padding-top:28px}.fc-brand-home h1{font-size:40px}.fc-abc-head,.fc-result-head,.fc-reddit-wide{display:block}.fc-abc-head .btn,.fc-reddit-wide .btn{margin-top:14px}.fc-risk-strip,.fc-deal-grid{grid-template-columns:1fr}.fc-watch-kpis{grid-template-columns:1fr}.fc-watch-card summary{align-items:flex-start}.fc-expand-label{display:none}}

/* v1.3 compact home hero + reputation watch fixes */
.fc-brand-home{padding:18px 0 18px!important}
.fc-brand-home-inner{max-width:720px}
.fc-home-logo{width:min(330px,72vw)!important;height:auto;display:block;margin:0 auto 2px!important}
.fc-brand-home h1{font-size:clamp(36px,4.4vw,54px)!important;margin:2px 0 5px!important}
.fc-brand-home p{font-size:16px!important;margin:0 auto 12px!important;line-height:1.5}
.fc-reddit-link{margin-top:0!important;padding:10px 13px!important}
.directory-main{padding-top:30px!important}

.fc-watch-toolbar{display:flex;gap:12px;align-items:end;margin:22px 0 16px}
.fc-watch-toolbar>div{flex:1}.fc-watch-toolbar label{display:block;font-size:12px;font-weight:800;margin-bottom:6px}
.fc-watch-toolbar input,.fc-watch-toolbar select{width:100%;border:1px solid var(--line);border-radius:12px;padding:11px 12px;background:#fff}
.fc-reputation-list{display:grid;gap:12px}
.fc-reputation-row{background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden;border-left:5px solid var(--amber)}
.fc-reputation-row.high{border-left-color:var(--red)}
.fc-reputation-row.medium{border-left-color:var(--amber)}
.fc-reputation-row summary{list-style:none;cursor:pointer;padding:16px 18px;display:grid;grid-template-columns:minmax(220px,1.3fr) minmax(180px,1fr) auto;gap:18px;align-items:center}
.fc-reputation-row summary::-webkit-details-marker{display:none}
.fc-reputation-name h3{font-size:20px;margin:6px 0 0}.fc-reputation-name .fc-meta-line{margin:0}
.fc-reputation-assessment strong,.fc-reputation-assessment span{display:block}.fc-reputation-assessment strong{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:3px}.fc-reputation-assessment span{font-size:14px;font-weight:800}
.fc-reputation-stats{display:flex;gap:18px;justify-content:flex-end}.fc-reputation-stats div{text-align:right}.fc-reputation-stats small,.fc-reputation-stats strong{display:block}.fc-reputation-stats small{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.fc-reputation-stats strong{font-size:13px;margin-top:2px}
.fc-reputation-body{padding:17px 18px 19px;border-top:1px solid var(--line);background:#fbfcfd}
.fc-reputation-body-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.fc-reputation-box{background:#fff;border:1px solid var(--line);border-radius:13px;padding:14px}.fc-reputation-box h4{margin:0 0 6px;font-size:14px}.fc-reputation-box p{margin:0;color:#425268;font-size:13px;line-height:1.55}
.fc-reputation-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:14px}
.fc-secondary-signals{margin-top:34px;border:1px solid var(--line);border-radius:16px;background:#fff}.fc-secondary-signals>summary{cursor:pointer;list-style:none;padding:16px 18px;font-weight:850}.fc-secondary-signals>summary::-webkit-details-marker{display:none}.fc-secondary-signals-body{padding:0 18px 18px}
@media(max-width:800px){.fc-reputation-row summary{grid-template-columns:1fr}.fc-reputation-stats{justify-content:flex-start}.fc-reputation-stats div{text-align:left}.fc-reputation-body-grid{grid-template-columns:1fr}.fc-watch-toolbar{display:grid}}
@media(max-width:640px){.fc-brand-home{padding-top:14px!important}.fc-home-logo{width:min(290px,82vw)!important}.directory-main{padding-top:24px!important}}

/* v1.4 tools, compare and profile upgrades */
.fc-home-tools{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.fc-home-tool-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.fc-home-tool{background:#f8fafc;border:1px solid var(--line);border-radius:16px;padding:16px;display:flex;gap:12px;align-items:center;transition:.18s}.fc-home-tool:hover{transform:translateY(-2px);background:#fff;box-shadow:0 12px 30px rgba(18,36,59,.07)}.fc-home-tool>span{width:42px;height:42px;border-radius:13px;background:#eaf9f0;display:grid;place-items:center;font-size:21px}.fc-home-tool strong,.fc-home-tool small{display:block}.fc-home-tool strong{font-size:15px}.fc-home-tool small{color:var(--muted);font-size:11px;margin-top:2px}
.fc-tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:30px}.fc-tool-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;min-height:250px;display:flex;flex-direction:column;box-shadow:0 8px 28px rgba(18,36,59,.04)}.fc-tool-card:hover{border-color:#bed2c6;transform:translateY(-2px)}.fc-tool-card.featured{background:linear-gradient(145deg,#0c1829,#18304f);color:#fff;border-color:#0c1829}.fc-tool-card.featured p,.fc-tool-card.featured .caps{color:#afbdd0}.fc-tool-card h2{font-size:25px;margin:8px 0 10px}.fc-tool-card p{color:var(--muted);font-size:14px}.fc-tool-icon{font-size:28px}.fc-tool-link{margin-top:auto;font-weight:850;color:var(--green2)}.fc-tool-card.featured .fc-tool-link{color:#65e69d}.fc-tool-status{margin-top:auto;display:inline-flex;width:max-content;background:#fff5dd;border:1px solid #ecd9aa;color:#8e601e;border-radius:999px;padding:6px 9px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.muted-tool{background:#fafbfc}.fc-tool-note{margin-top:20px}
.fc-tool-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.fc-tool-heading h1{margin-top:8px}.fc-calc-shell{display:grid;grid-template-columns:1.1fr .9fr;gap:20px;margin-top:30px}.fc-calc-inputs,.fc-calc-results{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:0 10px 30px rgba(18,36,59,.045)}.fc-calc-inputs h2{font-size:25px;margin:0 0 18px}.fc-calc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.fc-calc-grid label{font-size:12px;font-weight:800;color:#536176}.fc-calc-grid input,.fc-calc-grid select{width:100%;margin-top:6px;border:1px solid var(--line);border-radius:11px;background:#fff;padding:11px 12px;color:var(--text)}.fc-calc-inputs>.btn{margin-top:18px}.fc-result-kpis{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:16px 0}.fc-result-kpis>div{background:#f6f9fb;border:1px solid #e8edf2;border-radius:14px;padding:13px}.fc-result-kpis small,.fc-result-kpis strong{display:block}.fc-result-kpis small{color:var(--muted);font-size:11px}.fc-result-kpis strong{font-size:24px;letter-spacing:-.035em;margin-top:3px}.fc-prob-bar,.fc-buffer-meter{height:12px;border-radius:999px;background:#edf1f4;overflow:hidden;margin:8px 0 16px}.fc-prob-bar span,.fc-buffer-meter span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--green2),var(--green));transition:width .4s ease}.fc-spec-table{margin-top:24px}.fc-spec-table h2{font-size:28px;margin-bottom:14px}
.fc-compare-value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:22px 0}.fc-compare-value-grid>div{background:#fff;border:1px solid var(--line);border-radius:15px;padding:15px}.fc-compare-value-grid strong,.fc-compare-value-grid span{display:block}.fc-compare-value-grid strong{font-size:14px}.fc-compare-value-grid span{font-size:12px;color:var(--muted);margin-top:4px}.fc-popular-compares{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:0 0 20px}.fc-popular-compares>div{display:flex;gap:8px;flex-wrap:wrap}.fc-popular-compares a{font-size:12px;font-weight:800;border:1px solid var(--line);background:#fff;padding:7px 10px;border-radius:999px;color:#35506f}.fc-popular-compares a:hover{border-color:#9ec9af;color:#176e42}.fc-compare-filter-row{grid-template-columns:1.4fr 1fr .8fr .8fr .8fr}.fc-compare-advanced{margin-top:12px}
.fc-confidence-box{text-align:center;min-width:150px}.fc-confidence-box>span,.fc-confidence-box>small{display:block}.fc-confidence-box>span{font-weight:900;margin-top:7px}.fc-confidence-box>small{font-size:10px;color:var(--muted);max-width:150px}.fc-profile-anchor-nav{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.fc-profile-anchor-nav a{background:#fff;border:1px solid var(--line);padding:8px 11px;border-radius:999px;font-size:12px;font-weight:800;color:#43556c}.fc-profile-anchor-nav a.external{color:#176e42;background:#f4fbf7;border-color:#d7eadf}.fc-profile-offer-filter{box-shadow:none}.fc-freedom-cell{min-width:220px}.fc-freedom-cell .chip{margin:2px}.fc-profile-overview{background:#f1f5f8}.fc-snapshot-grid .card strong{font-size:17px}.fc-firm-profile-top{padding-bottom:42px}

@media(max-width:1050px){.fc-tools-grid{grid-template-columns:repeat(2,1fr)}.fc-home-tool-grid{grid-template-columns:repeat(2,1fr)}.fc-calc-shell{grid-template-columns:1fr}.fc-compare-value-grid{grid-template-columns:repeat(2,1fr)}.fc-compare-filter-row{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.fc-tools-grid,.fc-home-tool-grid,.fc-compare-value-grid{grid-template-columns:1fr}.fc-calc-grid,.fc-result-kpis{grid-template-columns:1fr}.fc-tool-heading{display:block}.fc-tool-heading>.btn{margin-top:10px}.fc-compare-filter-row{grid-template-columns:1fr}.fc-profile-anchor-nav{overflow:auto;flex-wrap:nowrap;padding-bottom:4px}.fc-profile-anchor-nav a{white-space:nowrap}}

/* v1.5 true-cost calculator */
.fc-true-cost-note{margin-top:18px;border-left:4px solid var(--green2);font-size:13px}
.fc-wide-label{display:block;font-size:12px;font-weight:800;color:#536176;margin-bottom:8px}
.fc-wide-label select{width:100%;margin-top:6px;border:1px solid var(--line);border-radius:11px;background:#fff;padding:11px 12px;color:var(--text)}
.fc-offer-prefill-meta{min-height:18px;margin:4px 0 16px;line-height:1.45}.fc-offer-prefill-meta a{font-weight:800;color:#176e42}
.fc-result-title{font-size:26px;margin:7px 0 3px}
.fc-true-cost-kpis{grid-template-columns:repeat(2,1fr)}
.fc-true-cost-summary{margin-top:20px}.fc-true-cost-summary .card>strong{display:block;font-size:32px;letter-spacing:-.04em;margin:8px 0;color:var(--navy)}
.fc-scenario-card{margin-top:24px}.fc-scenario-card .section-head{margin-bottom:10px}.fc-scenario-card .section-head h2{margin:4px 0}
.fc-true-cost-explain{margin-top:20px}.fc-true-cost-explain h3{margin:7px 0 8px}.fc-true-cost-explain p{font-size:13px;color:var(--muted)}
.fc-tool-card.featured-cost{border-color:#cfe7d8;background:linear-gradient(180deg,#fff,#f5fbf7)}
.fc-tool-card.featured-cost .fc-tool-icon{filter:none}
.tc-monthly-only{display:none}
@media(max-width:700px){.fc-true-cost-kpis{grid-template-columns:1fr}.fc-true-cost-summary{grid-template-columns:1fr}}
.fc-home-tool-grid{grid-template-columns:repeat(5,1fr)}
@media(max-width:1050px){.fc-home-tool-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.fc-home-tool-grid{grid-template-columns:1fr}}


/* v1.6 payout evidence system */
.fc-profile-score-stack{display:flex;gap:14px;align-items:stretch;justify-content:flex-end;flex-wrap:wrap}.fc-profile-score-stack .fc-confidence-box{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;min-width:150px}.fc-score-ring.payout{background:conic-gradient(var(--green) calc(var(--score)*1%),#e8eef2 0)}
.fc-payout-profile{background:linear-gradient(180deg,#f5fbf7,#f7f9fb)}.fc-payout-hero-card{display:flex;justify-content:space-between;gap:20px;align-items:center;background:#fff;border:1px solid #d7eadf;border-radius:20px;padding:20px;box-shadow:0 10px 28px rgba(18,36,59,.04)}.fc-payout-last-big{display:block;font-size:30px;letter-spacing:-.035em;margin:4px 0 10px}.fc-payout-trend-block{text-align:right}.fc-payout-trend-block small,.fc-payout-trend-block strong{display:block}.fc-payout-trend-block small{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.07em}.fc-payout-trend-block strong{font-size:22px}.fc-payout-trend-block .alert-box{margin-top:8px;text-align:left;max-width:430px}
.fc-payout-metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}.fc-payout-metric-grid>div{background:#fff;border:1px solid var(--line);border-radius:15px;padding:15px}.fc-payout-metric-grid small,.fc-payout-metric-grid strong{display:block}.fc-payout-metric-grid small{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.fc-payout-metric-grid strong{font-size:18px;margin-top:4px}.fc-payout-disclaimer{margin-top:14px;border-left-color:#4b8f69}
.fc-card-payout-line{margin-top:13px;padding:11px 12px;background:#f5fbf7;border:1px solid #dcefe3;border-radius:12px;display:flex;justify-content:space-between;gap:10px;align-items:center}.fc-card-payout-line small,.fc-card-payout-line strong{display:block}.fc-card-payout-line small{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:#627469}.fc-card-payout-line strong{font-size:12px;margin-top:2px}
.fc-payout-sourcebar{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:12px;color:var(--muted);margin:12px 0 22px}.fc-payout-sourcebar a{font-weight:800;color:#176e42}.fc-payout-toolbar{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:10px}.fc-payout-toolbar label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:800;color:var(--muted);margin-bottom:6px}.fc-payout-toolbar input,.fc-payout-toolbar select{width:100%;height:44px;border:1px solid var(--line);border-radius:11px;background:#fff;padding:0 12px}.fc-payout-table td,.fc-payout-table th{white-space:nowrap}.fc-payout-table td:first-child,.fc-payout-table th:first-child{position:sticky;left:0;background:#fff;z-index:2}.fc-payout-score-badge{display:inline-flex;align-items:baseline;gap:2px;background:#eef8f2;border:1px solid #d2eadb;color:#176e42;border-radius:999px;padding:5px 9px}.fc-payout-score-badge strong{font-size:14px}.fc-payout-score-badge small{font-size:10px}.fc-payout-warning{color:#8b5818;margin-top:5px;max-width:170px;white-space:normal}.fc-payout-empty{max-width:760px;margin-top:22px}
.fc-reputation-evidence-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:14px}.fc-reputation-evidence-strip>div{background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px}.fc-reputation-evidence-strip small,.fc-reputation-evidence-strip strong{display:block}.fc-reputation-evidence-strip small{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.fc-reputation-evidence-strip strong{font-size:13px;margin-top:3px}
@media(max-width:950px){.fc-payout-metric-grid{grid-template-columns:repeat(2,1fr)}.fc-payout-toolbar{grid-template-columns:repeat(2,1fr)}.fc-reputation-evidence-strip{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.fc-profile-score-stack{justify-content:flex-start}.fc-payout-hero-card{display:block}.fc-payout-trend-block{text-align:left;margin-top:14px}.fc-payout-metric-grid,.fc-payout-toolbar,.fc-reputation-evidence-strip{grid-template-columns:1fr}.fc-card-payout-line{align-items:flex-start;flex-direction:column}}

/* Payout evidence v1.6 */
.fc-payout-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0 4px}.fc-payout-kpis .card{padding:16px;display:flex;flex-direction:column;gap:5px}.fc-payout-kpis small{color:var(--muted);font-weight:700}.fc-payout-kpis strong{font-size:1.45rem;line-height:1.1}.fc-payout-kpis span{font-size:.78rem;color:var(--muted)}
@media(max-width:900px){.fc-payout-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.fc-payout-kpis{grid-template-columns:1fr}}
