.factcheck-view{
  --fc-bg:#fbfaf7;
  --fc-paper:#fff;
  --fc-line:#ded8cc;
  --fc-line-strong:#bfb6a6;
  --fc-ink:#25211d;
  --fc-muted:#625c53;
  --fc-fact:#27734a;
  --fc-partial:#956400;
  --fc-unverified:#596675;
  --fc-false:#ad3732;
  --fc-opinion:#694d83;
  position:relative;
  min-height:620px;
  height:calc(100vh - 142px);
  overflow:auto;
  overflow-x:hidden;
  background:var(--fc-bg);
  border-top:1px solid var(--fc-line);
  color:var(--fc-ink);
}
.factcheck-view[hidden]{display:none!important}
.workspace.factcheck-mode{grid-template-columns:minmax(0,1fr)}
.workspace.factcheck-mode>.issue-sidebar,.workspace.factcheck-mode>.analysis-panel{display:none}
.map-canvas.factcheck-active>.map-stage,.map-canvas.factcheck-active>.map-legend,.map-canvas.factcheck-active>.legend-read{display:none}
.map-canvas.factcheck-active .mc-filters{display:none}

.fc-shell{width:min(100%,1080px);margin:0 auto;padding:34px 30px 96px}
.fc-head{max-width:850px;margin-bottom:26px}
.fc-kicker{display:block;margin-bottom:7px;color:#4e6957;font-size:13px;font-weight:850;letter-spacing:.08em}
.fc-title{margin:0;color:var(--fc-ink);font-size:22px;font-weight:850;line-height:1.4;letter-spacing:-.01em}
.fc-desc{max-width:76ch;margin:8px 0 0;color:var(--fc-muted);font-size:15px;line-height:1.8}
.fc-note{display:flex;align-items:flex-start;gap:8px;max-width:76ch;margin:13px 0 0;color:#655f56;font-size:14px;line-height:1.65}
.fc-note span{display:inline-grid;flex:0 0 20px;place-items:center;width:20px;height:20px;margin-top:1px;border:1px solid #d9cfba;border-radius:50%;background:#fffaf0;color:#785f2d;font-size:12px;font-weight:900}

.fc-primary-tools{display:flex;align-items:end;gap:12px;margin-bottom:26px;padding-bottom:22px;border-bottom:1px solid #e6e0d5}
.fc-primary-select{display:flex;flex:1;align-items:center;gap:12px;min-width:0}
.fc-primary-select>span{flex:0 0 auto;color:#5e584f;font-size:14px;font-weight:850}
.fc-primary-select .fc-select{max-width:360px}
.fc-input,.fc-select{width:100%;height:44px;border:1px solid #cfc8bc;border-radius:9px;background:#fff;padding:0 13px;color:#312d27;font-family:inherit;font-size:14px;font-weight:650;line-height:1;outline:none}

.fc-filter-toggle,.fc-method-toggle,.fc-summary-toggle,.fc-card-toggle,.fc-source-toggle,.fc-map-btn,.fc-more-toggle,.fc-reference-toggle{
  appearance:none;
  border:1px solid #c8c0b3;
  border-radius:9px;
  background:#fff;
  color:#315c40;
  font-family:inherit;
  font-size:14px;
  font-weight:800;
  line-height:1.35;
  cursor:pointer;
  transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.fc-filter-toggle,.fc-summary-toggle,.fc-card-toggle,.fc-source-toggle,.fc-map-btn,.fc-reference-toggle{min-height:44px;padding:10px 14px}
.fc-method-toggle{min-height:40px;padding:8px 12px;font-size:13px}
.fc-filter-toggle:hover,.fc-method-toggle:hover,.fc-summary-toggle:hover,.fc-card-toggle:hover,.fc-source-toggle:hover,.fc-map-btn:hover,.fc-more-toggle:hover,.fc-reference-toggle:hover,.fc-link:hover,.fc-reference-link:hover{border-color:#789080;background:#f6faf7;box-shadow:0 3px 10px rgba(43,76,53,.07)}
.fc-filter-toggle:active,.fc-summary-toggle:active,.fc-card-toggle:active,.fc-more-toggle:active,.fc-reference-toggle:active{transform:translateY(1px)}
.fc-filter-toggle:focus-visible,.fc-method-toggle:focus-visible,.fc-summary-toggle:focus-visible,.fc-card-toggle:focus-visible,.fc-source-toggle:focus-visible,.fc-map-btn:focus-visible,.fc-more-toggle:focus-visible,.fc-reference-toggle:focus-visible,.fc-input:focus,.fc-select:focus,.fc-link:focus-visible,.fc-reference-link:focus-visible{outline:3px solid rgba(51,112,71,.22);outline-offset:2px}

.fc-section-heading{display:flex;align-items:center;gap:11px}
.fc-section-heading .fc-step{display:grid;flex:0 0 32px;place-items:center;width:32px;height:32px;border-radius:50%;background:#304e39;color:#fff;font-size:14px;font-weight:900;box-shadow:0 2px 0 #1d3525}
.fc-section-heading>div>span{display:block;margin-bottom:1px;color:#777066;font-size:12px;font-weight:800;letter-spacing:.04em}
.fc-section-heading h4{margin:0;color:#302c27;font-size:19px;font-weight:850;line-height:1.4}

.fc-issue-summary{margin-bottom:28px;padding:24px;border:1.5px solid #bfcfc2;border-radius:16px;background:linear-gradient(140deg,#f4faf5 0%,#fffdf8 64%);box-shadow:0 6px 22px rgba(39,56,43,.06)}
.fc-issue-summary[hidden]{display:none}
.fc-summary-heading{margin-bottom:13px}
.fc-summary-heading .fc-step{background:#2f7049;box-shadow:0 2px 0 #225237}
.fc-summary-lead{max-width:76ch;margin:0 0 20px;color:#36493a;font-size:16px;font-weight:750;line-height:1.65}
.fc-summary-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.fc-summary-group{min-width:0;padding:18px;border:1px solid #d7ddd7;border-top:4px solid var(--fc-fact);border-radius:12px;background:rgba(255,255,255,.94)}
.fc-summary-group[data-tone="caution"]{border-top-color:var(--fc-partial)}
.fc-summary-group[data-tone="unverified"]{border-top-color:var(--fc-unverified)}
.fc-summary-group h5{display:flex;align-items:center;gap:9px;margin:0 0 9px;color:#353932;font-size:15px;font-weight:850;line-height:1.45}
.fc-summary-group h5 span{display:inline-grid;flex:0 0 26px;place-items:center;width:26px;height:26px;border-radius:50%;background:#e6f2e9;color:var(--fc-fact);font-size:14px;font-weight:950}
.fc-summary-group[data-tone="caution"] h5 span{background:#fff1d2;color:var(--fc-partial)}
.fc-summary-group[data-tone="unverified"] h5 span{background:#e9edf1;color:var(--fc-unverified)}
.fc-summary-group p,.fc-summary-group li{color:#4d4a43;font-size:14.5px;line-height:1.75}
.fc-summary-group p{margin:0}
.fc-summary-group ul{margin:0;padding-left:19px}
.fc-summary-group li+li{margin-top:6px}
.fc-summary-toggle,.fc-reference-toggle{display:inline-flex;align-items:center;gap:7px;margin-top:17px;background:rgba(255,255,255,.65)}
.fc-summary-toggle>span,.fc-reference-toggle>span{font-size:17px;line-height:1}
.fc-summary-supplement{margin-top:17px;padding-top:18px;border-top:1px solid #d7e0d8;animation:fc-reveal .2s ease both}
.fc-summary-supplement>p{max-width:78ch;margin:17px 0 0;color:#555b55;font-size:14px;line-height:1.8}
.fc-summary-detail-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.fc-summary-detail-groups section{padding:15px;border:1px solid #dce1dc;border-radius:10px;background:#fff}
.fc-summary-detail-groups strong,.fc-key-questions>strong{display:block;margin-bottom:8px;color:#4a514b;font-size:14px}
.fc-summary-detail-groups ul{margin:0;padding-left:19px}
.fc-summary-detail-groups li{color:#58564f;font-size:14px;line-height:1.7}
.fc-summary-detail-groups li+li{margin-top:6px}
.fc-key-questions{margin-top:15px;padding:15px 17px;border:1px solid #ddd8ce;border-radius:10px;background:#fff}
.fc-key-questions ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 28px;margin:0;padding-left:20px}
.fc-key-questions li{color:#4d4943;font-size:14px;line-height:1.65}
.fc-scope-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:15px}
.fc-scope-grid>div{padding:14px 16px;border:1px solid #d2ded5;border-radius:10px;background:#fff}
.fc-scope-grid span{display:block;color:#6c665e;font-size:12px;font-weight:850}
.fc-scope-grid strong{display:block;margin-top:4px;color:#2f4636;font-size:15px;line-height:1.55}
.fc-scope-caution{margin-top:13px!important;padding:12px 14px;border-left:4px solid #a96824;background:#fff7e8;color:#704d25!important}

.fc-verdict-summary{margin-bottom:15px}
.fc-verdict-heading{margin-bottom:13px}
.fc-verdict-heading .fc-step{background:#4c5968;box-shadow:0 2px 0 #36404b}
.fc-verdict-strip{display:flex;flex-wrap:wrap;gap:8px}
.fc-verdict-strip>span{display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:7px 11px;border:1px solid var(--fc-line);border-radius:999px;background:#fff;color:#575149;font-size:13px;font-weight:700}
.fc-verdict-strip i{display:inline-grid;place-items:center;width:19px;height:19px;border-radius:50%;background:#eef0f2;color:var(--fc-unverified);font-size:11px;font-style:normal;font-weight:950}
.fc-verdict-strip b{color:#302b26;font-size:16px;font-variant-numeric:tabular-nums}
.fc-verdict-strip [data-v="fact"] i,.fc-verdict-strip [data-v="fact"] b{color:var(--fc-fact)}
.fc-verdict-strip [data-v="partial"] i,.fc-verdict-strip [data-v="partial"] b{color:var(--fc-partial)}
.fc-verdict-strip [data-v="unverified"] i,.fc-verdict-strip [data-v="unverified"] b{color:var(--fc-unverified)}
.fc-verdict-strip [data-v="false"] i,.fc-verdict-strip [data-v="false"] b{color:var(--fc-false)}
.fc-verdict-strip [data-v="opinion"] i,.fc-verdict-strip [data-v="opinion"] b{color:var(--fc-opinion)}

.fc-tools{display:grid;grid-template-columns:minmax(240px,1fr) repeat(3,minmax(160px,.55fr));gap:10px;margin:16px 0;padding:16px;border:1px solid var(--fc-line);border-radius:11px;background:#f3f0ea}
.fc-tools[hidden]{display:none}
.fc-method-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px;color:#69635b;font-size:13px;line-height:1.55}
.fc-legend{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:-8px 0 24px;padding:14px;border:1px solid var(--fc-line);border-radius:11px;background:#fff}
.fc-legend[hidden]{display:none}
.fc-legend span{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:2px 7px;color:#676158;font-size:12px;line-height:1.5}
.fc-legend b{color:#403a34;font-size:13px}
.fc-legend i{grid-row:1/3;display:block;width:10px;height:10px;border-radius:50%;background:var(--fc-unverified)}
.fc-legend i[data-v="fact"]{background:var(--fc-fact)}
.fc-legend i[data-v="partial"]{background:var(--fc-partial)}
.fc-legend i[data-v="false"]{background:var(--fc-false)}
.fc-legend i[data-v="opinion"]{background:var(--fc-opinion)}

.fc-list{display:flex;flex-direction:column;gap:18px}
.fc-claims-heading{margin-top:7px}
.fc-claims-heading .fc-step{background:#7c5736;box-shadow:0 2px 0 #594027}
.fc-claims-intro{max-width:76ch;margin:-8px 0 2px 43px;color:#686159;font-size:14px;line-height:1.7}
.fc-tier-section{min-width:0}
.fc-tier-heading{display:flex;align-items:center;justify-content:space-between;margin:0 0 10px;padding:0 2px}
.fc-tier-heading h4{margin:0;color:#454038;font-size:16px;font-weight:850}
.fc-tier-heading span{color:#777066;font-size:13px;font-weight:800}
.fc-card-list{display:flex;flex-direction:column;gap:14px}
.fc-card{position:relative;min-width:0;padding:21px 22px;border:1px solid var(--fc-line);border-left:5px solid var(--fc-unverified);border-radius:14px;background:#fff;box-shadow:0 2px 7px rgba(30,25,18,.035);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.fc-card[data-verdict="fact"]{border-left-color:var(--fc-fact)}
.fc-card[data-verdict="partial"]{border-left-color:var(--fc-partial)}
.fc-card[data-verdict="false"]{border-left-color:var(--fc-false)}
.fc-card[data-verdict="opinion"]{border-left-color:var(--fc-opinion)}
.fc-card:hover{border-top-color:#c7bfb2;border-right-color:#c7bfb2;border-bottom-color:#c7bfb2;box-shadow:0 5px 17px rgba(30,25,18,.06)}
.fc-card.is-open{border-top-color:#aebfaf;border-right-color:#aebfaf;border-bottom-color:#aebfaf;box-shadow:0 8px 24px rgba(30,45,34,.08)}
.fc-card[data-tier="deep"]{background:#fdfcf9}
.fc-card-top{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:10px}
.fc-verdict{display:inline-flex;align-items:center;gap:7px;padding:5px 9px;border:1px solid currentColor;border-radius:999px;background:#fff;color:var(--fc-unverified);font-size:13px;font-weight:850;white-space:nowrap}
.fc-verdict i{display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:currentColor;color:#fff;font-size:10px;font-style:normal;font-weight:950}
.fc-verdict[data-v="fact"]{color:var(--fc-fact)}
.fc-verdict[data-v="partial"]{color:var(--fc-partial)}
.fc-verdict[data-v="false"]{color:var(--fc-false)}
.fc-verdict[data-v="opinion"]{color:var(--fc-opinion)}
.fc-subtype{color:#725f44;font-size:12px;font-weight:700}
.fc-claim{max-width:74ch;margin:0;color:#27231e;font-size:17px;font-weight:850;line-height:1.62;line-break:strict}
.fc-summary-text{max-width:76ch;margin:8px 0 0;color:#575149;font-size:15px;line-height:1.75}
.fc-card-toggle{display:inline-flex;align-items:center;margin-top:14px}

.fc-card-detail{margin-top:18px;padding-top:19px;border-top:1px solid #e4ded4;animation:fc-reveal .2s ease both}
.fc-detail-verdict{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;margin-bottom:14px;padding:12px 14px;border-radius:10px;background:#f4f2ed}
.fc-detail-verdict>span{color:#6d665d;font-size:12px;font-weight:850}
.fc-detail-verdict strong{display:inline-flex;align-items:center;gap:6px;color:var(--fc-unverified);font-size:14px}
.fc-detail-verdict strong[data-v="fact"]{color:var(--fc-fact)}
.fc-detail-verdict strong[data-v="partial"]{color:var(--fc-partial)}
.fc-detail-verdict strong[data-v="false"]{color:var(--fc-false)}
.fc-detail-verdict strong[data-v="opinion"]{color:var(--fc-opinion)}
.fc-detail-verdict i{font-style:normal}
.fc-detail-verdict p{margin:0;color:#615b53;font-size:13px}
.fc-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:0}
.fc-detail-field{min-width:0;padding:12px 13px;border-radius:9px;background:#f5f2ec}
.fc-detail-field dt{color:#766f65;font-size:12px;font-weight:850}
.fc-detail-field dd{margin:4px 0 0;color:#423d36;font-size:14px;line-height:1.65;overflow-wrap:anywhere}
.fc-reason,.fc-caution-note{max-width:78ch;margin-top:17px}
.fc-reason strong,.fc-caution-note strong{color:#4b453e;font-size:14px}
.fc-reason p,.fc-caution-note p{margin:5px 0 0;color:#504a43;font-size:15px;line-height:1.8}
.fc-caution-note{padding:13px 15px;border-left:4px solid var(--fc-partial);background:#fff8e9}
.fc-assessment-groups,.fc-discussion{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:17px}
.fc-assessment-group,.fc-discussion section{padding:14px 15px;border:1px solid #d6dcd7;border-radius:10px;background:#fafbf9}
.fc-assessment-group>strong,.fc-discussion strong{display:block;margin-bottom:7px;color:#445048;font-size:14px}
.fc-assessment-group ul{list-style:none;margin:0;padding:0}
.fc-assessment-group li{position:relative;padding:3px 0 3px 23px;color:#56514a;font-size:14px;line-height:1.65}
.fc-assessment-group li::before{content:"•";position:absolute;left:5px;top:2px;font-weight:900}
.fc-assessment-group[data-tone="confirmed"]{border-color:#bed8c5;background:#f3faf5}
.fc-assessment-group[data-tone="confirmed"] li::before{content:"✓";color:var(--fc-fact)}
.fc-assessment-group[data-tone="unverified"]{border-color:#cfd5db;background:#f7f9fa}
.fc-assessment-group[data-tone="unverified"] li::before{content:"?";color:var(--fc-unverified)}
.fc-discussion p{margin:0;color:#565149;font-size:14px;line-height:1.7}
.fc-discussion p+p{margin-top:7px}
.fc-question-value{max-width:78ch;margin-top:17px;padding:13px 15px;border:1px dashed #c9b9d6;border-radius:10px;background:#fbf8fd}
.fc-question-value strong{color:#5e4771;font-size:14px}
.fc-question-value p{margin:5px 0 0;color:#5e5863;font-size:14px;line-height:1.7}
.fc-metrics{display:grid;grid-template-columns:1fr;gap:10px;margin-top:17px}
.fc-metrics.is-comparison{grid-template-columns:1fr 1fr}
.fc-metrics>div{padding:14px 15px;border:1px solid #d2ddd4;border-radius:10px;background:#f6faf7}
.fc-metrics span{display:block;color:#647067;font-size:12px;font-weight:850}
.fc-metrics strong{display:block;margin-top:4px;color:#294a34;font-size:16px;line-height:1.5}
.fc-metrics small{display:block;margin-top:4px;color:#756e64;font-size:12px}
.fc-metrics p{margin:5px 0 0;color:#625c54;font-size:14px;line-height:1.6}
.fc-detail-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}
.fc-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 14px;border:1px solid #c8c0b3;border-radius:9px;background:#fff;color:#315c40;font-size:14px;font-weight:800;text-decoration:none}
.fc-evidence{margin-top:12px;padding:15px 16px;border:1px solid #ccd9cf;border-radius:10px;background:#f5faf6;animation:fc-reveal .18s ease both}
.fc-evidence>strong{display:block;margin-bottom:9px;color:#48594d;font-size:14px}
.fc-evidence>div{display:flex;flex-wrap:wrap;gap:8px}
.fc-evidence-empty{margin-top:12px;color:#69635b;font-size:14px}
.fc-more-toggle{align-self:center;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:11px 18px;border-color:#819584;background:#f4faf5;color:#285338;font-size:15px}
.fc-more-toggle>span{font-size:19px;line-height:1}
.fc-more-claims{display:flex;flex-direction:column;gap:22px;padding-top:3px;animation:fc-reveal .22s ease both}
.fc-empty{padding:28px;text-align:center;color:#686158;font-size:15px;line-height:1.7;background:#fff;border:1px dashed var(--fc-line-strong);border-radius:12px}

.fc-reference-library{margin-top:42px;padding-top:27px;border-top:1px solid #ddd7cb}
.fc-reference-library .fc-step{background:#5c6470;box-shadow:0 2px 0 #414850}
.fc-reference-library>p{max-width:74ch;margin:12px 0 0 43px;color:#686159;font-size:14px;line-height:1.7}
.fc-reference-toggle{margin-left:43px}
.fc-reference-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:15px 0 0 43px;animation:fc-reveal .2s ease both}
.fc-reference-link{display:grid;grid-template-columns:1fr auto;gap:2px 12px;min-width:0;padding:13px 14px;border:1px solid #d4cec2;border-radius:10px;background:#fff;color:#31553c;text-decoration:none;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}
.fc-reference-link span{overflow:hidden;font-size:14px;font-weight:800;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}
.fc-reference-link small{grid-column:1;color:#756e65;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.fc-reference-link b{grid-column:2;grid-row:1/3;align-self:center;font-size:15px}

@keyframes fc-reveal{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}

@media(max-width:900px){
  .fc-tools{grid-template-columns:1fr 1fr}
  .fc-legend{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:820px){
  .fc-summary-groups,.fc-summary-detail-groups{grid-template-columns:1fr}
  .fc-detail-grid{grid-template-columns:1fr 1fr}
  .fc-reference-list{grid-template-columns:1fr}
}
@media(max-width:760px){
  .map-canvas.factcheck-active{min-height:calc(100dvh - 104px)}
  .map-canvas.factcheck-active>.mc-head{padding:9px 10px}
  .map-canvas.factcheck-active .mc-head>div:first-child{display:none}
  .map-canvas.factcheck-active .mc-tools{width:100%;margin-left:0}
  .map-canvas.factcheck-active .mc-modes{width:100%;display:grid;grid-template-columns:repeat(4,1fr)}
  .map-canvas.factcheck-active .mc-modes button{min-height:40px;padding:6px 4px;font-size:12px;white-space:normal;line-height:1.3}
  .factcheck-view{height:calc(100dvh - 148px);min-height:500px}
  .fc-shell{width:100%;padding:23px 16px 64px}
  .fc-head{margin-bottom:22px}
  .fc-title{font-size:20px}
  .fc-desc{font-size:14px;line-height:1.75}
  .fc-primary-tools{align-items:stretch;gap:9px;margin-bottom:22px;padding-bottom:18px}
  .fc-primary-select{display:block}
  .fc-primary-select>span{display:block;margin-bottom:6px;font-size:13px}
  .fc-primary-select .fc-select{max-width:none}
  .fc-filter-toggle{align-self:end;white-space:nowrap}
  .fc-issue-summary{padding:19px 17px;border-radius:14px}
  .fc-summary-lead{font-size:15px}
  .fc-summary-group{padding:16px}
  .fc-key-questions ol,.fc-scope-grid,.fc-tools,.fc-detail-grid,.fc-metrics.is-comparison,.fc-assessment-groups,.fc-discussion{grid-template-columns:1fr}
  .fc-method-row{align-items:flex-start}
  .fc-method-row>span{max-width:65%}
  .fc-legend{grid-template-columns:1fr}
  .fc-card{padding:19px 17px}
  .fc-claim{font-size:16px}
  .fc-claim,.fc-summary-text,.fc-reason{max-width:none}
  .fc-detail-actions>*{flex:1 1 auto}
  .fc-more-toggle{width:100%}
  .fc-reference-library>p,.fc-reference-toggle,.fc-reference-list{margin-left:0}
}
@media(max-width:540px){
  .fc-primary-tools{display:grid;grid-template-columns:1fr auto}
  .fc-section-heading h4{font-size:18px}
  .fc-verdict-strip{display:grid;grid-template-columns:1fr 1fr}
  .fc-verdict-strip>span{border-radius:10px}
  .fc-verdict-strip>span:last-child{grid-column:1/-1}
  .fc-method-row{display:block}
  .fc-method-row>span{display:block;max-width:none;margin-bottom:9px}
  .fc-method-toggle{width:100%}
  .fc-claims-intro{margin-left:0}
  .fc-detail-actions{display:grid;grid-template-columns:1fr}
  .fc-reference-toggle{width:100%;justify-content:center}
}
@media(max-width:390px){
  .fc-primary-tools{grid-template-columns:1fr}
  .fc-filter-toggle{width:100%}
  .fc-verdict-strip{grid-template-columns:1fr}
  .fc-verdict-strip>span:last-child{grid-column:auto}
}
@media(prefers-reduced-motion:reduce){
  .fc-filter-toggle,.fc-method-toggle,.fc-summary-toggle,.fc-card-toggle,.fc-source-toggle,.fc-map-btn,.fc-more-toggle,.fc-reference-toggle,.fc-card,.fc-reference-link{transition:none!important}
  .fc-card-detail,.fc-evidence,.fc-summary-supplement,.fc-more-claims,.fc-reference-list{scroll-behavior:auto;animation:none!important}
}
