/* Generated by tools/csp_style_hardening.py. Do not edit by hand. */
/* Page-scoped CSP-safe styles: tokens + utilities + modules + page-style + extracted attrs. */

/* tokens: shared/css/tokens.css */
/* AUTO-GENERATED by scripts/recover_page_styles.py — DO NOT EDIT BY HAND. */
/* SoT for design tokens (colors, typography, spacing, theme variants).  */
/* Source: consolidated :root / body.dark / body:not(.dark) blocks from   */
/* the pre-CSP inline <style> blocks at git rev 4385efae39^. */

:root {
  --accent: var(--color-terracotta);
  --accent-bright: var(--gold-bright, #ffd700);
  --accent-glow: var(--gold-glow, rgba(212, 175, 55, 0.4));
  --accent-gold: var(--color-terracotta, #d4af37);
  --accent-hover: var(--color-terracotta-dark);
  --amber: #f59e0b;
  --bg: #0a0a0c;
  --bg-card: #16161a;
  --bg-elevated: var(--terminal-bg-elevated, #111114);
  --bg-hover: #1e1e24;
  --bg-panel: var(--terminal-bg-card, #16161a);
  --bg-primary: var(--color-bg);
  --bg-secondary: var(--color-bg-card);
  --bg-selected: #1a1a2e;
  --bg-void: var(--color-bg);
  --blue: #3b82f6;
  --border: rgba(212, 175, 55, 0.12);
  --bt-gradient: linear-gradient(135deg, #02D775 0%, #00B4D8 100%);
  --color-badge-active: #22c55e;
  --color-badge-hot: #ef4444;
  --color-badge-inactive: #6b7280;
  --color-badge-quiet: #9ca3af;
  --color-event-announcement: #64748b;
  --color-event-community: #8b5cf6;
  --color-event-governance: #ec4899;
  --color-event-launch: #10b981;
  --color-event-partnership: #06b6d4;
  --color-event-token: #f97316;
  --color-info-blue: #3b82f6;
  --color-rank-bronze: #d97706;
  --color-rank-gold: #f59e0b;
  --color-rank-silver: #9ca3af;
  --color-theme-purple: #8b5cf6;
  --cyan: #22d3ee;
  --error: #dc2626;
  --font-terminal: 'JetBrains Mono',var(--font-mono);
  --gold: #d4af37;
  --green: #10b981;
  --magenta: #c084fc;
  --red: #ef4444;
  --scale-cheap: hsl(142, 71%, 45%);
  --scale-expensive: hsl(25, 80%, 50%);
  --scale-fair: hsl(45, 80%, 50%);
  --scale-speculative: hsl(0, 70%, 50%);
  --scale-value: hsl(80, 60%, 45%);
  --text: #f0f0f0;
  --text-dim: #6b6b72;
  --text-muted: #a0a0a8;
  --text-primary: var(--color-text);
  --text-secondary: var(--color-text-muted);
  --warning: #d97706;
  --yellow: #facc15;
}

body.dark {
  --error: #ef4444;
  --warning: #f59e0b;
}


/* CSP-safe runtime utilities */
[hidden]{display:none!important}
.csp-clickable{cursor:pointer}
.csp-cursor-default{cursor:default}
.csp-cursor-help{cursor:help}
.csp-cursor-not-allowed{cursor:not-allowed}
.csp-display-block{display:block}
.csp-display-flex{display:flex}
.csp-display-inline-flex{display:inline-flex}
.csp-display-grid{display:grid}
.csp-display-inline-block{display:inline-block}
.csp-display-table{display:table}
.csp-display-table-row{display:table-row}
.csp-display-table-cell{display:table-cell}
.csp-h-full{height:100%}
.csp-min-w-touch{min-width:44px}
.csp-min-h-touch{min-height:44px}
.csp-flex-shrink-0{flex-shrink:0}
.csp-user-select-none{user-select:none}
.csp-transition-width{transition:width .3s}
.csp-transition-color{transition:color .15s}
.csp-gap-035{gap:.35rem}
.csp-justify-center{justify-content:center}
.csp-fw-normal{font-weight:400}
.csp-fw-bold{font-weight:700}
.csp-text-2xs{font-size:.6rem}
.csp-text-065{font-size:.65rem}
.csp-text-070{font-size:.7rem}
.csp-text-080{font-size:.8rem}
.csp-text-em-sm{font-size:.6em}
.csp-text-xl{font-size:1.25rem}
.csp-pad-badge-xs{padding:.1rem .3rem}
.csp-pad-badge-sm{padding:.125rem .375rem}
.csp-pad-pill-xs{padding:.2rem .5rem}
.csp-pad-pill-sm{padding:.25rem .5rem}
.csp-pad-button-sm{padding:.4rem .75rem}
.csp-pad-button-md{padding:.4rem 1rem}
.csp-pad-chip{padding:.5rem .75rem}
.csp-pad-sm{padding:.5rem}
.csp-pad-md{padding:.75rem}
.csp-pad-lg{padding:1rem}
.csp-pad-xl{padding:1.25rem}
.csp-ml-em-xs{margin-left:.15em}
.csp-ml-xs{margin-left:.3rem}
.csp-ml-sm{margin-left:.5rem}
.csp-cell-right{text-align:right}
.csp-cell-center{text-align:center}
.csp-flex-wrap{display:flex;flex-wrap:wrap}
.csp-items-center{align-items:center}
.csp-justify-between{justify-content:space-between}
.csp-gap-xs{gap:.25rem}
.csp-gap-sm{gap:.5rem}
.csp-gap-md{gap:.75rem}
.csp-mt-md{margin-top:.75rem}
.csp-mt-lg{margin-top:1rem}
.csp-mb-sm{margin-bottom:.5rem}
.csp-mb-md{margin-bottom:.75rem}
.csp-mb-lg{margin-bottom:1rem}
.csp-text-sm{font-size:.75rem}
.csp-text-md{font-size:.85rem}
.csp-text-lg{font-size:1rem}
.csp-fw-medium{font-weight:500}
.csp-fw-semibold{font-weight:600}
.csp-nowrap{white-space:nowrap}
.csp-dot-positive,.csp-bg-positive{background:var(--positive,var(--color-positive,#22c55e))}
.csp-dot-negative,.csp-bg-negative{background:var(--negative,var(--color-negative,#ef4444))}
.csp-dot-warning,.csp-bg-warning{background:var(--warning,#f59e0b)}
.csp-dot-muted,.csp-bg-muted{background:var(--text-muted,var(--color-text-muted,#94a3b8))}
.csp-dot-accent,.csp-bg-accent{background:var(--accent,var(--color-terracotta,#d4af37))}
.csp-color-positive{color:var(--positive,var(--color-positive,#22c55e))}
.csp-color-negative{color:var(--negative,var(--color-negative,#ef4444))}
.csp-color-warning{color:var(--warning,#f59e0b)}
.csp-color-accent{color:var(--accent,var(--color-terracotta,#d4af37))}
.csp-color-muted{color:var(--text-muted,var(--color-text-muted,#94a3b8))}
.csp-color-secondary-text{color:var(--text-secondary,var(--color-text-secondary,#94a3b8))}
.csp-color-primary-text{color:var(--text-primary,var(--color-text-primary,#f5f5f5))}
.csp-color-black{color:#000}
.csp-color-white{color:#fff}
.csp-color-indigo{color:#6366f1}
.csp-color-violet{color:#8b5cf6}
.csp-color-violet-light{color:#a78bfa}
.csp-color-indigo-light{color:#818cf8}
.csp-color-purple-light{color:#c084fc}
.csp-color-violet-dark{color:#7c3aed}
.csp-color-purple{color:#a855f7}
.csp-color-purple-dark{color:#9333ea}
.csp-color-violet-deep{color:#6d28d9}
.csp-color-violet-deeper{color:#5b21b6}
.csp-color-purple-deep{color:#7e22ce}
.csp-color-indigo-dark{color:#4f46e5}
.csp-color-indigo-deep{color:#4338ca}
.csp-color-indigo-deeper{color:#3730a3}
.csp-color-slate{color:#64748b}
.csp-bg-positive-faint{background:rgba(34,197,94,.08)}
.csp-bg-negative-faint{background:rgba(239,68,68,.08)}
.csp-bg-orange-faint{background:rgba(249,115,22,.05)}
.csp-bg-orange-soft{background:rgba(249,115,22,.15)}
.csp-bg-transparent{background:transparent}
.csp-bg-black{background:#000}
.csp-bg-white{background:#fff}
.csp-bg-indigo{background:#6366f1}
.csp-bg-violet{background:#8b5cf6}
.csp-bg-violet-light{background:#a78bfa}
.csp-bg-indigo-light{background:#818cf8}
.csp-bg-purple-light{background:#c084fc}
.csp-bg-violet-dark{background:#7c3aed}
.csp-bg-purple{background:#a855f7}
.csp-bg-purple-dark{background:#9333ea}
.csp-bg-violet-deep{background:#6d28d9}
.csp-bg-violet-deeper{background:#5b21b6}
.csp-bg-purple-deep{background:#7e22ce}
.csp-bg-indigo-dark{background:#4f46e5}
.csp-bg-indigo-deep{background:#4338ca}
.csp-bg-indigo-deeper{background:#3730a3}
.csp-bg-slate{background:#64748b}
.csp-border-default{border:1px solid var(--border,var(--color-border,#333))}
.csp-border-positive,.csp-border-positive-soft{border-color:rgba(34,197,94,.3)}
.csp-border-negative,.csp-border-negative-soft{border-color:rgba(239,68,68,.3)}
.csp-border-warning,.csp-border-warning-soft{border-color:rgba(245,158,11,.3)}
.csp-border-card{border-color:var(--bg-card,var(--color-bg-card,#16161a))}
.csp-bg-card{background:var(--bg-card,var(--color-bg-card,#16161a))}
.csp-bg-secondary{background:var(--bg-secondary,var(--color-bg,#0a0a0c))}
.csp-bg-positive-soft{background:rgba(34,197,94,.1)}
.csp-bg-negative-soft{background:rgba(239,68,68,.1)}
.csp-bg-warning-soft{background:rgba(245,158,11,.1)}
.csp-bg-accent-soft{background:rgba(212,175,55,.12)}
.agent-row__signal--strong-buy{background:rgba(34,197,94,.18);color:#22c55e}
.agent-row__signal--buy{background:rgba(34,197,94,.1);color:#4ade80}
.agent-row__signal--neutral{background:rgba(148,163,184,.12);color:#94a3b8}
.agent-row__signal--sell{background:rgba(239,68,68,.1);color:#f87171}
.agent-row__signal--strong-sell{background:rgba(239,68,68,.18);color:#ef4444}
.smartflow-tone--buying{color:#22c55e;background:rgba(34,197,94,.16)}
.smartflow-tone--selling{color:#ef4444;background:rgba(239,68,68,.16)}
.smartflow-tone--neutral{color:#94a3b8;background:rgba(148,163,184,.14)}
.smartflow-tone--none{color:#9ca3af;background:rgba(148,163,184,.08)}
.squeeze-tone--squeeze{color:#22c55e;background:rgba(34,197,94,.18)}
.squeeze-tone--release{color:#ef4444;background:rgba(239,68,68,.18)}
.squeeze-tone--neutral{color:#94a3b8;background:rgba(148,163,184,.14)}
.squeeze-tone--warming{color:#9ca3af;background:rgba(148,163,184,.1)}
.wallet-label-pill--lp{color:#7dd3fc;background:rgba(56,189,248,.14)}
.wallet-label-pill--cex{color:#fbbf24;background:rgba(251,191,36,.14)}
.wallet-label-pill--smart{color:#22c55e;background:rgba(34,197,94,.16)}
.wallet-label-pill--whale,.wallet-label-pill--whale-position{color:#a855f7;background:rgba(168,85,247,.14)}
.wallet-label-pill--genesis{color:#f472b6;background:rgba(244,114,182,.14)}
.wallet-label-pill--dev,.wallet-label-pill--treasury,.wallet-label-pill--bankr,.wallet-label-pill--team,.wallet-label-pill--vesting{color:#fb923c;background:rgba(251,146,60,.12)}
.wallet-label-pill--router,.wallet-label-pill--bridge,.wallet-label-pill--bundler{color:#94a3b8;background:rgba(148,163,184,.14)}
.wallet-label-pill--early,.wallet-label-pill--dca{color:#34d399;background:rgba(52,211,153,.14)}
.wallet-label-pill--burn,.wallet-label-pill--swing{color:#cbd5e1;background:rgba(203,213,225,.1)}
.wallet-label-pill--sniper,.wallet-label-pill--cross-portfolio{color:#60a5fa;background:rgba(96,165,250,.16)}
.wallet-label-pill--flipper,.wallet-label-pill--cashed-out,.wallet-label-pill--airdrop-farmer{color:#fbbf24;background:rgba(251,191,36,.14)}
.wallet-label-pill--diamond,.wallet-label-pill--mega-portfolio,.wallet-label-pill--consistent-winner{color:#22c55e;background:rgba(34,197,94,.16)}
.wallet-label-pill--bag-holder,.wallet-label-pill--mint-dumper,.wallet-label-pill--bot-suspect,.wallet-label-pill--mev-suspect{color:#ef4444;background:rgba(239,68,68,.14)}
.wallet-label-pill--custom{color:#cbd5e1;background:rgba(203,213,225,.1)}
.badge-smart-money{display:inline-flex;align-items:center;gap:3px;background:linear-gradient(135deg,#d4af37 0%,#f4d666 100%);color:#1a1a1a;padding:2px 7px;border-radius:4px;font-size:.65rem;font-weight:700;letter-spacing:.02em;margin-left:6px;vertical-align:middle;border:1px solid rgba(0,0,0,.15);box-shadow:0 1px 2px rgba(0,0,0,.1);text-transform:uppercase;cursor:default;user-select:none}
.badge-smart-money::before{content:'◆';font-size:.7em}
.io-chart-tick{font-size:8px;fill:var(--color-text-muted,#a0a0a8);font-family:inherit}
.chart-tick{font-size:9px;fill:var(--color-text-muted,#a0a0a8)}
.csp-border{border:1px solid var(--border,var(--color-border,#333))}
.csp-radius-2{border-radius:2px}
.csp-radius-3{border-radius:3px}
.csp-radius-sm{border-radius:4px}
.csp-radius-6{border-radius:6px}
.csp-radius-md{border-radius:8px}
.csp-radius-lg{border-radius:12px}
.csp-radius-full{border-radius:50%}
.csp-overflow-hidden{overflow:hidden}
.csp-overflow-x{overflow-x:auto}
.is-best-day{background:rgba(16,185,129,.05)}
.source-stale-badge{display:inline-block;margin-left:.4rem;padding:.1rem .45rem;border-radius:4px;font-size:.68rem;font-weight:600;color:#f59e0b;background:rgba(245,158,11,.14);border:1px solid rgba(245,158,11,.25)}
.if-drawer-open{overflow:hidden}
.csp-w-0{width:0%}
.csp-hp-0{height:0%}
.csp-bottom-pct-0{bottom:0%}
.csp-left-pct-0{left:0%}
.csp-top-pct-0{top:0%}
.csp-flex-share-0{flex:0 1 0%}
.csp-opacity-0{opacity:0.00}
.csp-w-1{width:1%}
.csp-hp-1{height:1%}
.csp-bottom-pct-1{bottom:1%}
.csp-left-pct-1{left:1%}
.csp-top-pct-1{top:1%}
.csp-flex-share-1{flex:1 1 0%}
.csp-opacity-1{opacity:0.01}
.csp-w-2{width:2%}
.csp-hp-2{height:2%}
.csp-bottom-pct-2{bottom:2%}
.csp-left-pct-2{left:2%}
.csp-top-pct-2{top:2%}
.csp-flex-share-2{flex:2 1 0%}
.csp-opacity-2{opacity:0.02}
.csp-w-3{width:3%}
.csp-hp-3{height:3%}
.csp-bottom-pct-3{bottom:3%}
.csp-left-pct-3{left:3%}
.csp-top-pct-3{top:3%}
.csp-flex-share-3{flex:3 1 0%}
.csp-opacity-3{opacity:0.03}
.csp-w-4{width:4%}
.csp-hp-4{height:4%}
.csp-bottom-pct-4{bottom:4%}
.csp-left-pct-4{left:4%}
.csp-top-pct-4{top:4%}
.csp-flex-share-4{flex:4 1 0%}
.csp-opacity-4{opacity:0.04}
.csp-w-5{width:5%}
.csp-hp-5{height:5%}
.csp-bottom-pct-5{bottom:5%}
.csp-left-pct-5{left:5%}
.csp-top-pct-5{top:5%}
.csp-flex-share-5{flex:5 1 0%}
.csp-opacity-5{opacity:0.05}
.csp-w-6{width:6%}
.csp-hp-6{height:6%}
.csp-bottom-pct-6{bottom:6%}
.csp-left-pct-6{left:6%}
.csp-top-pct-6{top:6%}
.csp-flex-share-6{flex:6 1 0%}
.csp-opacity-6{opacity:0.06}
.csp-w-7{width:7%}
.csp-hp-7{height:7%}
.csp-bottom-pct-7{bottom:7%}
.csp-left-pct-7{left:7%}
.csp-top-pct-7{top:7%}
.csp-flex-share-7{flex:7 1 0%}
.csp-opacity-7{opacity:0.07}
.csp-w-8{width:8%}
.csp-hp-8{height:8%}
.csp-bottom-pct-8{bottom:8%}
.csp-left-pct-8{left:8%}
.csp-top-pct-8{top:8%}
.csp-flex-share-8{flex:8 1 0%}
.csp-opacity-8{opacity:0.08}
.csp-w-9{width:9%}
.csp-hp-9{height:9%}
.csp-bottom-pct-9{bottom:9%}
.csp-left-pct-9{left:9%}
.csp-top-pct-9{top:9%}
.csp-flex-share-9{flex:9 1 0%}
.csp-opacity-9{opacity:0.09}
.csp-w-10{width:10%}
.csp-hp-10{height:10%}
.csp-bottom-pct-10{bottom:10%}
.csp-left-pct-10{left:10%}
.csp-top-pct-10{top:10%}
.csp-flex-share-10{flex:10 1 0%}
.csp-opacity-10{opacity:0.10}
.csp-w-11{width:11%}
.csp-hp-11{height:11%}
.csp-bottom-pct-11{bottom:11%}
.csp-left-pct-11{left:11%}
.csp-top-pct-11{top:11%}
.csp-flex-share-11{flex:11 1 0%}
.csp-opacity-11{opacity:0.11}
.csp-w-12{width:12%}
.csp-hp-12{height:12%}
.csp-bottom-pct-12{bottom:12%}
.csp-left-pct-12{left:12%}
.csp-top-pct-12{top:12%}
.csp-flex-share-12{flex:12 1 0%}
.csp-opacity-12{opacity:0.12}
.csp-w-13{width:13%}
.csp-hp-13{height:13%}
.csp-bottom-pct-13{bottom:13%}
.csp-left-pct-13{left:13%}
.csp-top-pct-13{top:13%}
.csp-flex-share-13{flex:13 1 0%}
.csp-opacity-13{opacity:0.13}
.csp-w-14{width:14%}
.csp-hp-14{height:14%}
.csp-bottom-pct-14{bottom:14%}
.csp-left-pct-14{left:14%}
.csp-top-pct-14{top:14%}
.csp-flex-share-14{flex:14 1 0%}
.csp-opacity-14{opacity:0.14}
.csp-w-15{width:15%}
.csp-hp-15{height:15%}
.csp-bottom-pct-15{bottom:15%}
.csp-left-pct-15{left:15%}
.csp-top-pct-15{top:15%}
.csp-flex-share-15{flex:15 1 0%}
.csp-opacity-15{opacity:0.15}
.csp-w-16{width:16%}
.csp-hp-16{height:16%}
.csp-bottom-pct-16{bottom:16%}
.csp-left-pct-16{left:16%}
.csp-top-pct-16{top:16%}
.csp-flex-share-16{flex:16 1 0%}
.csp-opacity-16{opacity:0.16}
.csp-w-17{width:17%}
.csp-hp-17{height:17%}
.csp-bottom-pct-17{bottom:17%}
.csp-left-pct-17{left:17%}
.csp-top-pct-17{top:17%}
.csp-flex-share-17{flex:17 1 0%}
.csp-opacity-17{opacity:0.17}
.csp-w-18{width:18%}
.csp-hp-18{height:18%}
.csp-bottom-pct-18{bottom:18%}
.csp-left-pct-18{left:18%}
.csp-top-pct-18{top:18%}
.csp-flex-share-18{flex:18 1 0%}
.csp-opacity-18{opacity:0.18}
.csp-w-19{width:19%}
.csp-hp-19{height:19%}
.csp-bottom-pct-19{bottom:19%}
.csp-left-pct-19{left:19%}
.csp-top-pct-19{top:19%}
.csp-flex-share-19{flex:19 1 0%}
.csp-opacity-19{opacity:0.19}
.csp-w-20{width:20%}
.csp-hp-20{height:20%}
.csp-bottom-pct-20{bottom:20%}
.csp-left-pct-20{left:20%}
.csp-top-pct-20{top:20%}
.csp-flex-share-20{flex:20 1 0%}
.csp-opacity-20{opacity:0.20}
.csp-w-21{width:21%}
.csp-hp-21{height:21%}
.csp-bottom-pct-21{bottom:21%}
.csp-left-pct-21{left:21%}
.csp-top-pct-21{top:21%}
.csp-flex-share-21{flex:21 1 0%}
.csp-opacity-21{opacity:0.21}
.csp-w-22{width:22%}
.csp-hp-22{height:22%}
.csp-bottom-pct-22{bottom:22%}
.csp-left-pct-22{left:22%}
.csp-top-pct-22{top:22%}
.csp-flex-share-22{flex:22 1 0%}
.csp-opacity-22{opacity:0.22}
.csp-w-23{width:23%}
.csp-hp-23{height:23%}
.csp-bottom-pct-23{bottom:23%}
.csp-left-pct-23{left:23%}
.csp-top-pct-23{top:23%}
.csp-flex-share-23{flex:23 1 0%}
.csp-opacity-23{opacity:0.23}
.csp-w-24{width:24%}
.csp-hp-24{height:24%}
.csp-bottom-pct-24{bottom:24%}
.csp-left-pct-24{left:24%}
.csp-top-pct-24{top:24%}
.csp-flex-share-24{flex:24 1 0%}
.csp-opacity-24{opacity:0.24}
.csp-w-25{width:25%}
.csp-hp-25{height:25%}
.csp-bottom-pct-25{bottom:25%}
.csp-left-pct-25{left:25%}
.csp-top-pct-25{top:25%}
.csp-flex-share-25{flex:25 1 0%}
.csp-opacity-25{opacity:0.25}
.csp-w-26{width:26%}
.csp-hp-26{height:26%}
.csp-bottom-pct-26{bottom:26%}
.csp-left-pct-26{left:26%}
.csp-top-pct-26{top:26%}
.csp-flex-share-26{flex:26 1 0%}
.csp-opacity-26{opacity:0.26}
.csp-w-27{width:27%}
.csp-hp-27{height:27%}
.csp-bottom-pct-27{bottom:27%}
.csp-left-pct-27{left:27%}
.csp-top-pct-27{top:27%}
.csp-flex-share-27{flex:27 1 0%}
.csp-opacity-27{opacity:0.27}
.csp-w-28{width:28%}
.csp-hp-28{height:28%}
.csp-bottom-pct-28{bottom:28%}
.csp-left-pct-28{left:28%}
.csp-top-pct-28{top:28%}
.csp-flex-share-28{flex:28 1 0%}
.csp-opacity-28{opacity:0.28}
.csp-w-29{width:29%}
.csp-hp-29{height:29%}
.csp-bottom-pct-29{bottom:29%}
.csp-left-pct-29{left:29%}
.csp-top-pct-29{top:29%}
.csp-flex-share-29{flex:29 1 0%}
.csp-opacity-29{opacity:0.29}
.csp-w-30{width:30%}
.csp-hp-30{height:30%}
.csp-bottom-pct-30{bottom:30%}
.csp-left-pct-30{left:30%}
.csp-top-pct-30{top:30%}
.csp-flex-share-30{flex:30 1 0%}
.csp-opacity-30{opacity:0.30}
.csp-w-31{width:31%}
.csp-hp-31{height:31%}
.csp-bottom-pct-31{bottom:31%}
.csp-left-pct-31{left:31%}
.csp-top-pct-31{top:31%}
.csp-flex-share-31{flex:31 1 0%}
.csp-opacity-31{opacity:0.31}
.csp-w-32{width:32%}
.csp-hp-32{height:32%}
.csp-bottom-pct-32{bottom:32%}
.csp-left-pct-32{left:32%}
.csp-top-pct-32{top:32%}
.csp-flex-share-32{flex:32 1 0%}
.csp-opacity-32{opacity:0.32}
.csp-w-33{width:33%}
.csp-hp-33{height:33%}
.csp-bottom-pct-33{bottom:33%}
.csp-left-pct-33{left:33%}
.csp-top-pct-33{top:33%}
.csp-flex-share-33{flex:33 1 0%}
.csp-opacity-33{opacity:0.33}
.csp-w-34{width:34%}
.csp-hp-34{height:34%}
.csp-bottom-pct-34{bottom:34%}
.csp-left-pct-34{left:34%}
.csp-top-pct-34{top:34%}
.csp-flex-share-34{flex:34 1 0%}
.csp-opacity-34{opacity:0.34}
.csp-w-35{width:35%}
.csp-hp-35{height:35%}
.csp-bottom-pct-35{bottom:35%}
.csp-left-pct-35{left:35%}
.csp-top-pct-35{top:35%}
.csp-flex-share-35{flex:35 1 0%}
.csp-opacity-35{opacity:0.35}
.csp-w-36{width:36%}
.csp-hp-36{height:36%}
.csp-bottom-pct-36{bottom:36%}
.csp-left-pct-36{left:36%}
.csp-top-pct-36{top:36%}
.csp-flex-share-36{flex:36 1 0%}
.csp-opacity-36{opacity:0.36}
.csp-w-37{width:37%}
.csp-hp-37{height:37%}
.csp-bottom-pct-37{bottom:37%}
.csp-left-pct-37{left:37%}
.csp-top-pct-37{top:37%}
.csp-flex-share-37{flex:37 1 0%}
.csp-opacity-37{opacity:0.37}
.csp-w-38{width:38%}
.csp-hp-38{height:38%}
.csp-bottom-pct-38{bottom:38%}
.csp-left-pct-38{left:38%}
.csp-top-pct-38{top:38%}
.csp-flex-share-38{flex:38 1 0%}
.csp-opacity-38{opacity:0.38}
.csp-w-39{width:39%}
.csp-hp-39{height:39%}
.csp-bottom-pct-39{bottom:39%}
.csp-left-pct-39{left:39%}
.csp-top-pct-39{top:39%}
.csp-flex-share-39{flex:39 1 0%}
.csp-opacity-39{opacity:0.39}
.csp-w-40{width:40%}
.csp-hp-40{height:40%}
.csp-bottom-pct-40{bottom:40%}
.csp-left-pct-40{left:40%}
.csp-top-pct-40{top:40%}
.csp-flex-share-40{flex:40 1 0%}
.csp-opacity-40{opacity:0.40}
.csp-w-41{width:41%}
.csp-hp-41{height:41%}
.csp-bottom-pct-41{bottom:41%}
.csp-left-pct-41{left:41%}
.csp-top-pct-41{top:41%}
.csp-flex-share-41{flex:41 1 0%}
.csp-opacity-41{opacity:0.41}
.csp-w-42{width:42%}
.csp-hp-42{height:42%}
.csp-bottom-pct-42{bottom:42%}
.csp-left-pct-42{left:42%}
.csp-top-pct-42{top:42%}
.csp-flex-share-42{flex:42 1 0%}
.csp-opacity-42{opacity:0.42}
.csp-w-43{width:43%}
.csp-hp-43{height:43%}
.csp-bottom-pct-43{bottom:43%}
.csp-left-pct-43{left:43%}
.csp-top-pct-43{top:43%}
.csp-flex-share-43{flex:43 1 0%}
.csp-opacity-43{opacity:0.43}
.csp-w-44{width:44%}
.csp-hp-44{height:44%}
.csp-bottom-pct-44{bottom:44%}
.csp-left-pct-44{left:44%}
.csp-top-pct-44{top:44%}
.csp-flex-share-44{flex:44 1 0%}
.csp-opacity-44{opacity:0.44}
.csp-w-45{width:45%}
.csp-hp-45{height:45%}
.csp-bottom-pct-45{bottom:45%}
.csp-left-pct-45{left:45%}
.csp-top-pct-45{top:45%}
.csp-flex-share-45{flex:45 1 0%}
.csp-opacity-45{opacity:0.45}
.csp-w-46{width:46%}
.csp-hp-46{height:46%}
.csp-bottom-pct-46{bottom:46%}
.csp-left-pct-46{left:46%}
.csp-top-pct-46{top:46%}
.csp-flex-share-46{flex:46 1 0%}
.csp-opacity-46{opacity:0.46}
.csp-w-47{width:47%}
.csp-hp-47{height:47%}
.csp-bottom-pct-47{bottom:47%}
.csp-left-pct-47{left:47%}
.csp-top-pct-47{top:47%}
.csp-flex-share-47{flex:47 1 0%}
.csp-opacity-47{opacity:0.47}
.csp-w-48{width:48%}
.csp-hp-48{height:48%}
.csp-bottom-pct-48{bottom:48%}
.csp-left-pct-48{left:48%}
.csp-top-pct-48{top:48%}
.csp-flex-share-48{flex:48 1 0%}
.csp-opacity-48{opacity:0.48}
.csp-w-49{width:49%}
.csp-hp-49{height:49%}
.csp-bottom-pct-49{bottom:49%}
.csp-left-pct-49{left:49%}
.csp-top-pct-49{top:49%}
.csp-flex-share-49{flex:49 1 0%}
.csp-opacity-49{opacity:0.49}
.csp-w-50{width:50%}
.csp-hp-50{height:50%}
.csp-bottom-pct-50{bottom:50%}
.csp-left-pct-50{left:50%}
.csp-top-pct-50{top:50%}
.csp-flex-share-50{flex:50 1 0%}
.csp-opacity-50{opacity:0.50}
.csp-w-51{width:51%}
.csp-hp-51{height:51%}
.csp-bottom-pct-51{bottom:51%}
.csp-left-pct-51{left:51%}
.csp-top-pct-51{top:51%}
.csp-flex-share-51{flex:51 1 0%}
.csp-opacity-51{opacity:0.51}
.csp-w-52{width:52%}
.csp-hp-52{height:52%}
.csp-bottom-pct-52{bottom:52%}
.csp-left-pct-52{left:52%}
.csp-top-pct-52{top:52%}
.csp-flex-share-52{flex:52 1 0%}
.csp-opacity-52{opacity:0.52}
.csp-w-53{width:53%}
.csp-hp-53{height:53%}
.csp-bottom-pct-53{bottom:53%}
.csp-left-pct-53{left:53%}
.csp-top-pct-53{top:53%}
.csp-flex-share-53{flex:53 1 0%}
.csp-opacity-53{opacity:0.53}
.csp-w-54{width:54%}
.csp-hp-54{height:54%}
.csp-bottom-pct-54{bottom:54%}
.csp-left-pct-54{left:54%}
.csp-top-pct-54{top:54%}
.csp-flex-share-54{flex:54 1 0%}
.csp-opacity-54{opacity:0.54}
.csp-w-55{width:55%}
.csp-hp-55{height:55%}
.csp-bottom-pct-55{bottom:55%}
.csp-left-pct-55{left:55%}
.csp-top-pct-55{top:55%}
.csp-flex-share-55{flex:55 1 0%}
.csp-opacity-55{opacity:0.55}
.csp-w-56{width:56%}
.csp-hp-56{height:56%}
.csp-bottom-pct-56{bottom:56%}
.csp-left-pct-56{left:56%}
.csp-top-pct-56{top:56%}
.csp-flex-share-56{flex:56 1 0%}
.csp-opacity-56{opacity:0.56}
.csp-w-57{width:57%}
.csp-hp-57{height:57%}
.csp-bottom-pct-57{bottom:57%}
.csp-left-pct-57{left:57%}
.csp-top-pct-57{top:57%}
.csp-flex-share-57{flex:57 1 0%}
.csp-opacity-57{opacity:0.57}
.csp-w-58{width:58%}
.csp-hp-58{height:58%}
.csp-bottom-pct-58{bottom:58%}
.csp-left-pct-58{left:58%}
.csp-top-pct-58{top:58%}
.csp-flex-share-58{flex:58 1 0%}
.csp-opacity-58{opacity:0.58}
.csp-w-59{width:59%}
.csp-hp-59{height:59%}
.csp-bottom-pct-59{bottom:59%}
.csp-left-pct-59{left:59%}
.csp-top-pct-59{top:59%}
.csp-flex-share-59{flex:59 1 0%}
.csp-opacity-59{opacity:0.59}
.csp-w-60{width:60%}
.csp-hp-60{height:60%}
.csp-bottom-pct-60{bottom:60%}
.csp-left-pct-60{left:60%}
.csp-top-pct-60{top:60%}
.csp-flex-share-60{flex:60 1 0%}
.csp-opacity-60{opacity:0.60}
.csp-w-61{width:61%}
.csp-hp-61{height:61%}
.csp-bottom-pct-61{bottom:61%}
.csp-left-pct-61{left:61%}
.csp-top-pct-61{top:61%}
.csp-flex-share-61{flex:61 1 0%}
.csp-opacity-61{opacity:0.61}
.csp-w-62{width:62%}
.csp-hp-62{height:62%}
.csp-bottom-pct-62{bottom:62%}
.csp-left-pct-62{left:62%}
.csp-top-pct-62{top:62%}
.csp-flex-share-62{flex:62 1 0%}
.csp-opacity-62{opacity:0.62}
.csp-w-63{width:63%}
.csp-hp-63{height:63%}
.csp-bottom-pct-63{bottom:63%}
.csp-left-pct-63{left:63%}
.csp-top-pct-63{top:63%}
.csp-flex-share-63{flex:63 1 0%}
.csp-opacity-63{opacity:0.63}
.csp-w-64{width:64%}
.csp-hp-64{height:64%}
.csp-bottom-pct-64{bottom:64%}
.csp-left-pct-64{left:64%}
.csp-top-pct-64{top:64%}
.csp-flex-share-64{flex:64 1 0%}
.csp-opacity-64{opacity:0.64}
.csp-w-65{width:65%}
.csp-hp-65{height:65%}
.csp-bottom-pct-65{bottom:65%}
.csp-left-pct-65{left:65%}
.csp-top-pct-65{top:65%}
.csp-flex-share-65{flex:65 1 0%}
.csp-opacity-65{opacity:0.65}
.csp-w-66{width:66%}
.csp-hp-66{height:66%}
.csp-bottom-pct-66{bottom:66%}
.csp-left-pct-66{left:66%}
.csp-top-pct-66{top:66%}
.csp-flex-share-66{flex:66 1 0%}
.csp-opacity-66{opacity:0.66}
.csp-w-67{width:67%}
.csp-hp-67{height:67%}
.csp-bottom-pct-67{bottom:67%}
.csp-left-pct-67{left:67%}
.csp-top-pct-67{top:67%}
.csp-flex-share-67{flex:67 1 0%}
.csp-opacity-67{opacity:0.67}
.csp-w-68{width:68%}
.csp-hp-68{height:68%}
.csp-bottom-pct-68{bottom:68%}
.csp-left-pct-68{left:68%}
.csp-top-pct-68{top:68%}
.csp-flex-share-68{flex:68 1 0%}
.csp-opacity-68{opacity:0.68}
.csp-w-69{width:69%}
.csp-hp-69{height:69%}
.csp-bottom-pct-69{bottom:69%}
.csp-left-pct-69{left:69%}
.csp-top-pct-69{top:69%}
.csp-flex-share-69{flex:69 1 0%}
.csp-opacity-69{opacity:0.69}
.csp-w-70{width:70%}
.csp-hp-70{height:70%}
.csp-bottom-pct-70{bottom:70%}
.csp-left-pct-70{left:70%}
.csp-top-pct-70{top:70%}
.csp-flex-share-70{flex:70 1 0%}
.csp-opacity-70{opacity:0.70}
.csp-w-71{width:71%}
.csp-hp-71{height:71%}
.csp-bottom-pct-71{bottom:71%}
.csp-left-pct-71{left:71%}
.csp-top-pct-71{top:71%}
.csp-flex-share-71{flex:71 1 0%}
.csp-opacity-71{opacity:0.71}
.csp-w-72{width:72%}
.csp-hp-72{height:72%}
.csp-bottom-pct-72{bottom:72%}
.csp-left-pct-72{left:72%}
.csp-top-pct-72{top:72%}
.csp-flex-share-72{flex:72 1 0%}
.csp-opacity-72{opacity:0.72}
.csp-w-73{width:73%}
.csp-hp-73{height:73%}
.csp-bottom-pct-73{bottom:73%}
.csp-left-pct-73{left:73%}
.csp-top-pct-73{top:73%}
.csp-flex-share-73{flex:73 1 0%}
.csp-opacity-73{opacity:0.73}
.csp-w-74{width:74%}
.csp-hp-74{height:74%}
.csp-bottom-pct-74{bottom:74%}
.csp-left-pct-74{left:74%}
.csp-top-pct-74{top:74%}
.csp-flex-share-74{flex:74 1 0%}
.csp-opacity-74{opacity:0.74}
.csp-w-75{width:75%}
.csp-hp-75{height:75%}
.csp-bottom-pct-75{bottom:75%}
.csp-left-pct-75{left:75%}
.csp-top-pct-75{top:75%}
.csp-flex-share-75{flex:75 1 0%}
.csp-opacity-75{opacity:0.75}
.csp-w-76{width:76%}
.csp-hp-76{height:76%}
.csp-bottom-pct-76{bottom:76%}
.csp-left-pct-76{left:76%}
.csp-top-pct-76{top:76%}
.csp-flex-share-76{flex:76 1 0%}
.csp-opacity-76{opacity:0.76}
.csp-w-77{width:77%}
.csp-hp-77{height:77%}
.csp-bottom-pct-77{bottom:77%}
.csp-left-pct-77{left:77%}
.csp-top-pct-77{top:77%}
.csp-flex-share-77{flex:77 1 0%}
.csp-opacity-77{opacity:0.77}
.csp-w-78{width:78%}
.csp-hp-78{height:78%}
.csp-bottom-pct-78{bottom:78%}
.csp-left-pct-78{left:78%}
.csp-top-pct-78{top:78%}
.csp-flex-share-78{flex:78 1 0%}
.csp-opacity-78{opacity:0.78}
.csp-w-79{width:79%}
.csp-hp-79{height:79%}
.csp-bottom-pct-79{bottom:79%}
.csp-left-pct-79{left:79%}
.csp-top-pct-79{top:79%}
.csp-flex-share-79{flex:79 1 0%}
.csp-opacity-79{opacity:0.79}
.csp-w-80{width:80%}
.csp-hp-80{height:80%}
.csp-bottom-pct-80{bottom:80%}
.csp-left-pct-80{left:80%}
.csp-top-pct-80{top:80%}
.csp-flex-share-80{flex:80 1 0%}
.csp-opacity-80{opacity:0.80}
.csp-w-81{width:81%}
.csp-hp-81{height:81%}
.csp-bottom-pct-81{bottom:81%}
.csp-left-pct-81{left:81%}
.csp-top-pct-81{top:81%}
.csp-flex-share-81{flex:81 1 0%}
.csp-opacity-81{opacity:0.81}
.csp-w-82{width:82%}
.csp-hp-82{height:82%}
.csp-bottom-pct-82{bottom:82%}
.csp-left-pct-82{left:82%}
.csp-top-pct-82{top:82%}
.csp-flex-share-82{flex:82 1 0%}
.csp-opacity-82{opacity:0.82}
.csp-w-83{width:83%}
.csp-hp-83{height:83%}
.csp-bottom-pct-83{bottom:83%}
.csp-left-pct-83{left:83%}
.csp-top-pct-83{top:83%}
.csp-flex-share-83{flex:83 1 0%}
.csp-opacity-83{opacity:0.83}
.csp-w-84{width:84%}
.csp-hp-84{height:84%}
.csp-bottom-pct-84{bottom:84%}
.csp-left-pct-84{left:84%}
.csp-top-pct-84{top:84%}
.csp-flex-share-84{flex:84 1 0%}
.csp-opacity-84{opacity:0.84}
.csp-w-85{width:85%}
.csp-hp-85{height:85%}
.csp-bottom-pct-85{bottom:85%}
.csp-left-pct-85{left:85%}
.csp-top-pct-85{top:85%}
.csp-flex-share-85{flex:85 1 0%}
.csp-opacity-85{opacity:0.85}
.csp-w-86{width:86%}
.csp-hp-86{height:86%}
.csp-bottom-pct-86{bottom:86%}
.csp-left-pct-86{left:86%}
.csp-top-pct-86{top:86%}
.csp-flex-share-86{flex:86 1 0%}
.csp-opacity-86{opacity:0.86}
.csp-w-87{width:87%}
.csp-hp-87{height:87%}
.csp-bottom-pct-87{bottom:87%}
.csp-left-pct-87{left:87%}
.csp-top-pct-87{top:87%}
.csp-flex-share-87{flex:87 1 0%}
.csp-opacity-87{opacity:0.87}
.csp-w-88{width:88%}
.csp-hp-88{height:88%}
.csp-bottom-pct-88{bottom:88%}
.csp-left-pct-88{left:88%}
.csp-top-pct-88{top:88%}
.csp-flex-share-88{flex:88 1 0%}
.csp-opacity-88{opacity:0.88}
.csp-w-89{width:89%}
.csp-hp-89{height:89%}
.csp-bottom-pct-89{bottom:89%}
.csp-left-pct-89{left:89%}
.csp-top-pct-89{top:89%}
.csp-flex-share-89{flex:89 1 0%}
.csp-opacity-89{opacity:0.89}
.csp-w-90{width:90%}
.csp-hp-90{height:90%}
.csp-bottom-pct-90{bottom:90%}
.csp-left-pct-90{left:90%}
.csp-top-pct-90{top:90%}
.csp-flex-share-90{flex:90 1 0%}
.csp-opacity-90{opacity:0.90}
.csp-w-91{width:91%}
.csp-hp-91{height:91%}
.csp-bottom-pct-91{bottom:91%}
.csp-left-pct-91{left:91%}
.csp-top-pct-91{top:91%}
.csp-flex-share-91{flex:91 1 0%}
.csp-opacity-91{opacity:0.91}
.csp-w-92{width:92%}
.csp-hp-92{height:92%}
.csp-bottom-pct-92{bottom:92%}
.csp-left-pct-92{left:92%}
.csp-top-pct-92{top:92%}
.csp-flex-share-92{flex:92 1 0%}
.csp-opacity-92{opacity:0.92}
.csp-w-93{width:93%}
.csp-hp-93{height:93%}
.csp-bottom-pct-93{bottom:93%}
.csp-left-pct-93{left:93%}
.csp-top-pct-93{top:93%}
.csp-flex-share-93{flex:93 1 0%}
.csp-opacity-93{opacity:0.93}
.csp-w-94{width:94%}
.csp-hp-94{height:94%}
.csp-bottom-pct-94{bottom:94%}
.csp-left-pct-94{left:94%}
.csp-top-pct-94{top:94%}
.csp-flex-share-94{flex:94 1 0%}
.csp-opacity-94{opacity:0.94}
.csp-w-95{width:95%}
.csp-hp-95{height:95%}
.csp-bottom-pct-95{bottom:95%}
.csp-left-pct-95{left:95%}
.csp-top-pct-95{top:95%}
.csp-flex-share-95{flex:95 1 0%}
.csp-opacity-95{opacity:0.95}
.csp-w-96{width:96%}
.csp-hp-96{height:96%}
.csp-bottom-pct-96{bottom:96%}
.csp-left-pct-96{left:96%}
.csp-top-pct-96{top:96%}
.csp-flex-share-96{flex:96 1 0%}
.csp-opacity-96{opacity:0.96}
.csp-w-97{width:97%}
.csp-hp-97{height:97%}
.csp-bottom-pct-97{bottom:97%}
.csp-left-pct-97{left:97%}
.csp-top-pct-97{top:97%}
.csp-flex-share-97{flex:97 1 0%}
.csp-opacity-97{opacity:0.97}
.csp-w-98{width:98%}
.csp-hp-98{height:98%}
.csp-bottom-pct-98{bottom:98%}
.csp-left-pct-98{left:98%}
.csp-top-pct-98{top:98%}
.csp-flex-share-98{flex:98 1 0%}
.csp-opacity-98{opacity:0.98}
.csp-w-99{width:99%}
.csp-hp-99{height:99%}
.csp-bottom-pct-99{bottom:99%}
.csp-left-pct-99{left:99%}
.csp-top-pct-99{top:99%}
.csp-flex-share-99{flex:99 1 0%}
.csp-opacity-99{opacity:0.99}
.csp-w-100{width:100%}
.csp-hp-100{height:100%}
.csp-bottom-pct-100{bottom:100%}
.csp-left-pct-100{left:100%}
.csp-top-pct-100{top:100%}
.csp-flex-share-100{flex:100 1 0%}
.csp-opacity-100{opacity:1.00}
.csp-wpx-0{width:0px}
.csp-wpx-1{width:1px}
.csp-wpx-2{width:2px}
.csp-wpx-3{width:3px}
.csp-wpx-4{width:4px}
.csp-wpx-5{width:5px}
.csp-wpx-6{width:6px}
.csp-wpx-7{width:7px}
.csp-wpx-8{width:8px}
.csp-wpx-9{width:9px}
.csp-wpx-10{width:10px}
.csp-wpx-11{width:11px}
.csp-wpx-12{width:12px}
.csp-wpx-13{width:13px}
.csp-wpx-14{width:14px}
.csp-wpx-15{width:15px}
.csp-wpx-16{width:16px}
.csp-wpx-17{width:17px}
.csp-wpx-18{width:18px}
.csp-wpx-19{width:19px}
.csp-wpx-20{width:20px}
.csp-wpx-21{width:21px}
.csp-wpx-22{width:22px}
.csp-wpx-23{width:23px}
.csp-wpx-24{width:24px}
.csp-wpx-25{width:25px}
.csp-wpx-26{width:26px}
.csp-wpx-27{width:27px}
.csp-wpx-28{width:28px}
.csp-wpx-29{width:29px}
.csp-wpx-30{width:30px}
.csp-wpx-31{width:31px}
.csp-wpx-32{width:32px}
.csp-wpx-33{width:33px}
.csp-wpx-34{width:34px}
.csp-wpx-35{width:35px}
.csp-wpx-36{width:36px}
.csp-wpx-37{width:37px}
.csp-wpx-38{width:38px}
.csp-wpx-39{width:39px}
.csp-wpx-40{width:40px}
.csp-wpx-41{width:41px}
.csp-wpx-42{width:42px}
.csp-wpx-43{width:43px}
.csp-wpx-44{width:44px}
.csp-wpx-45{width:45px}
.csp-wpx-46{width:46px}
.csp-wpx-47{width:47px}
.csp-wpx-48{width:48px}
.csp-wpx-49{width:49px}
.csp-wpx-50{width:50px}
.csp-wpx-51{width:51px}
.csp-wpx-52{width:52px}
.csp-wpx-53{width:53px}
.csp-wpx-54{width:54px}
.csp-wpx-55{width:55px}
.csp-wpx-56{width:56px}
.csp-wpx-57{width:57px}
.csp-wpx-58{width:58px}
.csp-wpx-59{width:59px}
.csp-wpx-60{width:60px}
.csp-wpx-61{width:61px}
.csp-wpx-62{width:62px}
.csp-wpx-63{width:63px}
.csp-wpx-64{width:64px}
.csp-wpx-65{width:65px}
.csp-wpx-66{width:66px}
.csp-wpx-67{width:67px}
.csp-wpx-68{width:68px}
.csp-wpx-69{width:69px}
.csp-wpx-70{width:70px}
.csp-wpx-71{width:71px}
.csp-wpx-72{width:72px}
.csp-wpx-73{width:73px}
.csp-wpx-74{width:74px}
.csp-wpx-75{width:75px}
.csp-wpx-76{width:76px}
.csp-wpx-77{width:77px}
.csp-wpx-78{width:78px}
.csp-wpx-79{width:79px}
.csp-wpx-80{width:80px}
.csp-wpx-81{width:81px}
.csp-wpx-82{width:82px}
.csp-wpx-83{width:83px}
.csp-wpx-84{width:84px}
.csp-wpx-85{width:85px}
.csp-wpx-86{width:86px}
.csp-wpx-87{width:87px}
.csp-wpx-88{width:88px}
.csp-wpx-89{width:89px}
.csp-wpx-90{width:90px}
.csp-wpx-91{width:91px}
.csp-wpx-92{width:92px}
.csp-wpx-93{width:93px}
.csp-wpx-94{width:94px}
.csp-wpx-95{width:95px}
.csp-wpx-96{width:96px}
.csp-wpx-97{width:97px}
.csp-wpx-98{width:98px}
.csp-wpx-99{width:99px}
.csp-wpx-100{width:100px}
.csp-wpx-101{width:101px}
.csp-wpx-102{width:102px}
.csp-wpx-103{width:103px}
.csp-wpx-104{width:104px}
.csp-wpx-105{width:105px}
.csp-wpx-106{width:106px}
.csp-wpx-107{width:107px}
.csp-wpx-108{width:108px}
.csp-wpx-109{width:109px}
.csp-wpx-110{width:110px}
.csp-wpx-111{width:111px}
.csp-wpx-112{width:112px}
.csp-wpx-113{width:113px}
.csp-wpx-114{width:114px}
.csp-wpx-115{width:115px}
.csp-wpx-116{width:116px}
.csp-wpx-117{width:117px}
.csp-wpx-118{width:118px}
.csp-wpx-119{width:119px}
.csp-wpx-120{width:120px}
.csp-wpx-121{width:121px}
.csp-wpx-122{width:122px}
.csp-wpx-123{width:123px}
.csp-wpx-124{width:124px}
.csp-wpx-125{width:125px}
.csp-wpx-126{width:126px}
.csp-wpx-127{width:127px}
.csp-wpx-128{width:128px}
.csp-wpx-129{width:129px}
.csp-wpx-130{width:130px}
.csp-wpx-131{width:131px}
.csp-wpx-132{width:132px}
.csp-wpx-133{width:133px}
.csp-wpx-134{width:134px}
.csp-wpx-135{width:135px}
.csp-wpx-136{width:136px}
.csp-wpx-137{width:137px}
.csp-wpx-138{width:138px}
.csp-wpx-139{width:139px}
.csp-wpx-140{width:140px}
.csp-wpx-141{width:141px}
.csp-wpx-142{width:142px}
.csp-wpx-143{width:143px}
.csp-wpx-144{width:144px}
.csp-wpx-145{width:145px}
.csp-wpx-146{width:146px}
.csp-wpx-147{width:147px}
.csp-wpx-148{width:148px}
.csp-wpx-149{width:149px}
.csp-wpx-150{width:150px}
.csp-wpx-151{width:151px}
.csp-wpx-152{width:152px}
.csp-wpx-153{width:153px}
.csp-wpx-154{width:154px}
.csp-wpx-155{width:155px}
.csp-wpx-156{width:156px}
.csp-wpx-157{width:157px}
.csp-wpx-158{width:158px}
.csp-wpx-159{width:159px}
.csp-wpx-160{width:160px}
.csp-wpx-161{width:161px}
.csp-wpx-162{width:162px}
.csp-wpx-163{width:163px}
.csp-wpx-164{width:164px}
.csp-wpx-165{width:165px}
.csp-wpx-166{width:166px}
.csp-wpx-167{width:167px}
.csp-wpx-168{width:168px}
.csp-wpx-169{width:169px}
.csp-wpx-170{width:170px}
.csp-wpx-171{width:171px}
.csp-wpx-172{width:172px}
.csp-wpx-173{width:173px}
.csp-wpx-174{width:174px}
.csp-wpx-175{width:175px}
.csp-wpx-176{width:176px}
.csp-wpx-177{width:177px}
.csp-wpx-178{width:178px}
.csp-wpx-179{width:179px}
.csp-wpx-180{width:180px}
.csp-wpx-181{width:181px}
.csp-wpx-182{width:182px}
.csp-wpx-183{width:183px}
.csp-wpx-184{width:184px}
.csp-wpx-185{width:185px}
.csp-wpx-186{width:186px}
.csp-wpx-187{width:187px}
.csp-wpx-188{width:188px}
.csp-wpx-189{width:189px}
.csp-wpx-190{width:190px}
.csp-wpx-191{width:191px}
.csp-wpx-192{width:192px}
.csp-wpx-193{width:193px}
.csp-wpx-194{width:194px}
.csp-wpx-195{width:195px}
.csp-wpx-196{width:196px}
.csp-wpx-197{width:197px}
.csp-wpx-198{width:198px}
.csp-wpx-199{width:199px}
.csp-wpx-200{width:200px}
.csp-wpx-201{width:201px}
.csp-wpx-202{width:202px}
.csp-wpx-203{width:203px}
.csp-wpx-204{width:204px}
.csp-wpx-205{width:205px}
.csp-wpx-206{width:206px}
.csp-wpx-207{width:207px}
.csp-wpx-208{width:208px}
.csp-wpx-209{width:209px}
.csp-wpx-210{width:210px}
.csp-wpx-211{width:211px}
.csp-wpx-212{width:212px}
.csp-wpx-213{width:213px}
.csp-wpx-214{width:214px}
.csp-wpx-215{width:215px}
.csp-wpx-216{width:216px}
.csp-wpx-217{width:217px}
.csp-wpx-218{width:218px}
.csp-wpx-219{width:219px}
.csp-wpx-220{width:220px}
.csp-wpx-221{width:221px}
.csp-wpx-222{width:222px}
.csp-wpx-223{width:223px}
.csp-wpx-224{width:224px}
.csp-wpx-225{width:225px}
.csp-wpx-226{width:226px}
.csp-wpx-227{width:227px}
.csp-wpx-228{width:228px}
.csp-wpx-229{width:229px}
.csp-wpx-230{width:230px}
.csp-wpx-231{width:231px}
.csp-wpx-232{width:232px}
.csp-wpx-233{width:233px}
.csp-wpx-234{width:234px}
.csp-wpx-235{width:235px}
.csp-wpx-236{width:236px}
.csp-wpx-237{width:237px}
.csp-wpx-238{width:238px}
.csp-wpx-239{width:239px}
.csp-wpx-240{width:240px}
.csp-wpx-241{width:241px}
.csp-wpx-242{width:242px}
.csp-wpx-243{width:243px}
.csp-wpx-244{width:244px}
.csp-wpx-245{width:245px}
.csp-wpx-246{width:246px}
.csp-wpx-247{width:247px}
.csp-wpx-248{width:248px}
.csp-wpx-249{width:249px}
.csp-wpx-250{width:250px}
.csp-wpx-251{width:251px}
.csp-wpx-252{width:252px}
.csp-wpx-253{width:253px}
.csp-wpx-254{width:254px}
.csp-wpx-255{width:255px}
.csp-wpx-256{width:256px}
.csp-h-0{height:0px}
.csp-h-1{height:1px}
.csp-h-2{height:2px}
.csp-h-3{height:3px}
.csp-h-4{height:4px}
.csp-h-5{height:5px}
.csp-h-6{height:6px}
.csp-h-7{height:7px}
.csp-h-8{height:8px}
.csp-h-9{height:9px}
.csp-h-10{height:10px}
.csp-h-11{height:11px}
.csp-h-12{height:12px}
.csp-h-13{height:13px}
.csp-h-14{height:14px}
.csp-h-15{height:15px}
.csp-h-16{height:16px}
.csp-h-17{height:17px}
.csp-h-18{height:18px}
.csp-h-19{height:19px}
.csp-h-20{height:20px}
.csp-h-21{height:21px}
.csp-h-22{height:22px}
.csp-h-23{height:23px}
.csp-h-24{height:24px}
.csp-h-25{height:25px}
.csp-h-26{height:26px}
.csp-h-27{height:27px}
.csp-h-28{height:28px}
.csp-h-29{height:29px}
.csp-h-30{height:30px}
.csp-h-31{height:31px}
.csp-h-32{height:32px}
.csp-h-33{height:33px}
.csp-h-34{height:34px}
.csp-h-35{height:35px}
.csp-h-36{height:36px}
.csp-h-37{height:37px}
.csp-h-38{height:38px}
.csp-h-39{height:39px}
.csp-h-40{height:40px}
.csp-h-41{height:41px}
.csp-h-42{height:42px}
.csp-h-43{height:43px}
.csp-h-44{height:44px}
.csp-h-45{height:45px}
.csp-h-46{height:46px}
.csp-h-47{height:47px}
.csp-h-48{height:48px}
.csp-h-49{height:49px}
.csp-h-50{height:50px}
.csp-h-51{height:51px}
.csp-h-52{height:52px}
.csp-h-53{height:53px}
.csp-h-54{height:54px}
.csp-h-55{height:55px}
.csp-h-56{height:56px}
.csp-h-57{height:57px}
.csp-h-58{height:58px}
.csp-h-59{height:59px}
.csp-h-60{height:60px}
.csp-h-61{height:61px}
.csp-h-62{height:62px}
.csp-h-63{height:63px}
.csp-h-64{height:64px}
.csp-h-65{height:65px}
.csp-h-66{height:66px}
.csp-h-67{height:67px}
.csp-h-68{height:68px}
.csp-h-69{height:69px}
.csp-h-70{height:70px}
.csp-h-71{height:71px}
.csp-h-72{height:72px}
.csp-h-73{height:73px}
.csp-h-74{height:74px}
.csp-h-75{height:75px}
.csp-h-76{height:76px}
.csp-h-77{height:77px}
.csp-h-78{height:78px}
.csp-h-79{height:79px}
.csp-h-80{height:80px}
.csp-h-81{height:81px}
.csp-h-82{height:82px}
.csp-h-83{height:83px}
.csp-h-84{height:84px}
.csp-h-85{height:85px}
.csp-h-86{height:86px}
.csp-h-87{height:87px}
.csp-h-88{height:88px}
.csp-h-89{height:89px}
.csp-h-90{height:90px}
.csp-h-91{height:91px}
.csp-h-92{height:92px}
.csp-h-93{height:93px}
.csp-h-94{height:94px}
.csp-h-95{height:95px}
.csp-h-96{height:96px}
.csp-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.csp-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.csp-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.csp-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.csp-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}
.csp-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}
.csp-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}
.csp-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}
.csp-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}
.csp-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}
.csp-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}
.csp-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}
.csp-grid-cols-13{grid-template-columns:repeat(13,minmax(0,1fr))}
.csp-grid-cols-14{grid-template-columns:repeat(14,minmax(0,1fr))}
.csp-grid-cols-15{grid-template-columns:repeat(15,minmax(0,1fr))}
.csp-grid-cols-16{grid-template-columns:repeat(16,minmax(0,1fr))}
.csp-grid-cols-17{grid-template-columns:repeat(17,minmax(0,1fr))}
.csp-grid-cols-18{grid-template-columns:repeat(18,minmax(0,1fr))}
.csp-grid-cols-19{grid-template-columns:repeat(19,minmax(0,1fr))}
.csp-grid-cols-20{grid-template-columns:repeat(20,minmax(0,1fr))}
.csp-grid-cols-21{grid-template-columns:repeat(21,minmax(0,1fr))}
.csp-grid-cols-22{grid-template-columns:repeat(22,minmax(0,1fr))}
.csp-grid-cols-23{grid-template-columns:repeat(23,minmax(0,1fr))}
.csp-grid-cols-24{grid-template-columns:repeat(24,minmax(0,1fr))}
.csp-max-h-0{max-height:0px}
.csp-max-h-40{max-height:40px}
.csp-max-h-44{max-height:44px}
.csp-max-h-64{max-height:64px}
.csp-max-h-96{max-height:96px}
.csp-max-h-160{max-height:160px}
.csp-max-h-240{max-height:240px}
.csp-max-h-320{max-height:320px}
.csp-max-h-500{max-height:500px}
.csp-max-h-600{max-height:600px}
.csp-max-h-800{max-height:800px}
:root{--csp-avatar-bg-1:#3b82f61f;--csp-avatar-fg-1:#3b82f6;--csp-avatar-border-1:#3b82f666;--csp-avatar-bg-2:#22c55e1f;--csp-avatar-fg-2:#22c55e;--csp-avatar-border-2:#22c55e66;--csp-avatar-bg-3:#fbbf241f;--csp-avatar-fg-3:#fbbf24;--csp-avatar-border-3:#fbbf2466;--csp-avatar-bg-4:#ef44441f;--csp-avatar-fg-4:#ef4444;--csp-avatar-border-4:#ef444466;--csp-avatar-bg-5:#a855f71f;--csp-avatar-fg-5:#a855f7;--csp-avatar-border-5:#a855f766;--csp-avatar-bg-6:#06b6d41f;--csp-avatar-fg-6:#06b6d4;--csp-avatar-border-6:#06b6d466;--csp-avatar-bg-7:#f973161f;--csp-avatar-fg-7:#f97316;--csp-avatar-border-7:#f9731666;--csp-avatar-bg-8:#ec48991f;--csp-avatar-fg-8:#ec4899;--csp-avatar-border-8:#ec489966;--csp-avatar-bg-9:#10b9811f;--csp-avatar-fg-9:#10b981;--csp-avatar-border-9:#10b98166;--csp-avatar-bg-10:#6366f11f;--csp-avatar-fg-10:#6366f1;--csp-avatar-border-10:#6366f166}
[data-platform="armic"]{--platform-color:#d4af37}
.lp-evt-avatar-fallback[data-platform="armic"]{background:#d4af37}
.lp-evt-filter-pill[data-filter="armic"]{--pill-color:#d4af37}
[data-platform="bit10sol"]{--platform-color:#d4af37}
.lp-evt-avatar-fallback[data-platform="bit10sol"]{background:#d4af37}
.lp-evt-filter-pill[data-filter="bit10sol"]{--pill-color:#d4af37}
[data-platform="dah"]{--platform-color:#d4af37}
.lp-evt-avatar-fallback[data-platform="dah"]{background:#d4af37}
.lp-evt-filter-pill[data-filter="dah"]{--pill-color:#d4af37}
[data-platform="fit"]{--platform-color:#d4af37}
.lp-evt-avatar-fallback[data-platform="fit"]{background:#d4af37}
.lp-evt-filter-pill[data-filter="fit"]{--pill-color:#d4af37}
[data-platform="hiie"]{--platform-color:#d4af37}
.lp-evt-avatar-fallback[data-platform="hiie"]{background:#d4af37}
.lp-evt-filter-pill[data-filter="hiie"]{--pill-color:#d4af37}
[data-platform="lens"]{--platform-color:#d4af37}
.lp-evt-avatar-fallback[data-platform="lens"]{background:#d4af37}
.lp-evt-filter-pill[data-filter="lens"]{--pill-color:#d4af37}
[data-platform="merg"]{--platform-color:#d4af37}
.lp-evt-avatar-fallback[data-platform="merg"]{background:#d4af37}
.lp-evt-filter-pill[data-filter="merg"]{--pill-color:#d4af37}
[data-platform="billz"]{--platform-color:#d4af37}
.lp-evt-avatar-fallback[data-platform="billz"]{background:#d4af37}
.lp-evt-filter-pill[data-filter="billz"]{--pill-color:#d4af37}
[data-platform="solrouter"]{--platform-color:#d4af37}
.lp-evt-avatar-fallback[data-platform="solrouter"]{background:#d4af37}
.lp-evt-filter-pill[data-filter="solrouter"]{--pill-color:#d4af37}
[data-platform="momus"]{--platform-color:#d4af37}
.lp-evt-avatar-fallback[data-platform="momus"]{background:#d4af37}
.lp-evt-filter-pill[data-filter="momus"]{--pill-color:#d4af37}
[data-platform="cortex_serv"]{--platform-color:#d4af37}
.lp-evt-avatar-fallback[data-platform="cortex_serv"]{background:#d4af37}
.lp-evt-filter-pill[data-filter="cortex_serv"]{--pill-color:#d4af37}
[data-platform="aimbot"]{--platform-color:#d4af37}
.lp-evt-avatar-fallback[data-platform="aimbot"]{background:#d4af37}
.lp-evt-filter-pill[data-filter="aimbot"]{--pill-color:#d4af37}
[data-platform="oasisweb4"]{--platform-color:#d4af37}
.lp-evt-avatar-fallback[data-platform="oasisweb4"]{background:#d4af37}
.lp-evt-filter-pill[data-filter="oasisweb4"]{--pill-color:#d4af37}
[data-platform="graft"]{--platform-color:#d4af37}
.lp-evt-avatar-fallback[data-platform="graft"]{background:#d4af37}
.lp-evt-filter-pill[data-filter="graft"]{--pill-color:#d4af37}
[data-platform="mtf"]{--platform-color:#d4af37}
.lp-evt-avatar-fallback[data-platform="mtf"]{background:#d4af37}
.lp-evt-filter-pill[data-filter="mtf"]{--pill-color:#d4af37}
[data-platform="ocr"]{--platform-color:#d4af37}
.lp-evt-avatar-fallback[data-platform="ocr"]{background:#d4af37}
.lp-evt-filter-pill[data-filter="ocr"]{--pill-color:#d4af37}
[data-platform="prx"]{--platform-color:#d4af37}
.lp-evt-avatar-fallback[data-platform="prx"]{background:#d4af37}
.lp-evt-filter-pill[data-filter="prx"]{--pill-color:#d4af37}
[data-platform="shelleybay"]{--platform-color:#d4af37}
.lp-evt-avatar-fallback[data-platform="shelleybay"]{background:#d4af37}
.lp-evt-filter-pill[data-filter="shelleybay"]{--pill-color:#d4af37}
[data-platform="wun"]{--platform-color:#d4af37}
.lp-evt-avatar-fallback[data-platform="wun"]{background:#d4af37}
.lp-evt-filter-pill[data-filter="wun"]{--pill-color:#d4af37}
[data-platform="pump"]{--platform-color:#a855f7}
.lp-evt-avatar-fallback[data-platform="pump"]{background:#a855f7}
.lp-evt-filter-pill[data-filter="pump"]{--pill-color:#a855f7}
[data-platform="meteora"]{--platform-color:#d97706}
.lp-evt-avatar-fallback[data-platform="meteora"]{background:#d97706}
.lp-evt-filter-pill[data-filter="meteora"]{--pill-color:#d97706}
[data-platform="metadao"]{--platform-color:#ef4444}
.lp-evt-avatar-fallback[data-platform="metadao"]{background:#ef4444}
.lp-evt-filter-pill[data-filter="metadao"]{--pill-color:#ef4444}
[data-platform="street"]{--platform-color:#3b82f6}
.lp-evt-avatar-fallback[data-platform="street"]{background:#3b82f6}
.lp-evt-filter-pill[data-filter="street"]{--pill-color:#3b82f6}
[data-platform="star"]{--platform-color:#ec4899}
.lp-evt-avatar-fallback[data-platform="star"]{background:#ec4899}
.lp-evt-filter-pill[data-filter="star"]{--pill-color:#ec4899}
[data-platform="crafts"]{--platform-color:#84cc16}
.lp-evt-avatar-fallback[data-platform="crafts"]{background:#84cc16}
.lp-evt-filter-pill[data-filter="crafts"]{--pill-color:#84cc16}
[data-platform="openserv"]{--platform-color:#10b981}
.lp-evt-avatar-fallback[data-platform="openserv"]{background:#10b981}
.lp-evt-filter-pill[data-filter="openserv"]{--pill-color:#10b981}
[data-platform="easya"]{--platform-color:#eab308}
.lp-evt-avatar-fallback[data-platform="easya"]{background:#eab308}
.lp-evt-filter-pill[data-filter="easya"]{--pill-color:#eab308}
[data-platform="virtuals"]{--platform-color:#7c3aed}
.lp-evt-avatar-fallback[data-platform="virtuals"]{background:#7c3aed}
.lp-evt-filter-pill[data-filter="virtuals"]{--pill-color:#7c3aed}
.lp-evt-filter-pill[data-filter="all"]{--pill-color:var(--color-terracotta,#d4af37)}

/* page-style: shared/css/page-styles/get-dashboard.css */
/* AUTO-GENERATED by scripts/recover_page_styles.py — DO NOT EDIT BY HAND. */
/* Page-singleton rules for get-dashboard/index.html. Recovered from 4385efae39^. */

.error-message { font-size:.8rem;color:var(--error);margin-top:6px;display:none }
.footer-content { max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px }
.footer-links { display:flex;gap:24px;flex-wrap:wrap;justify-content:center }
.footer-links a { color:var(--color-text-muted);text-decoration:none;font-size:.9rem;transition:color .3s ease }
.footer-links a:hover { color:var(--color-terracotta) }
__at:@keyframes pulse { 0%,100%{opacity:1}50%{opacity:.5} }
.container { max-width:720px;margin:0 auto;padding:40px 20px }
footer { padding:30px 20px;text-align:center;border-top:1px solid var(--color-border);color:var(--color-text-dim);font-size:.9rem;margin-top:60px }
.header { text-align:center;margin-bottom:40px }
.header h1 { font-size:2.5rem;margin-bottom:12px;color:var(--color-text);font-weight:800 }
.header p { color:var(--color-text-muted);font-size:1.1rem }
.form-card { background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:16px;padding:32px }
.section { margin-bottom:32px }
.section:last-child { margin-bottom:0 }
.section-title { font-size:1.1rem;font-weight:600;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--color-border);display:flex;align-items:center;gap:8px;color:var(--color-text) }
.section-title .badge { font-size:.7rem;background:var(--color-terracotta);color:#fff;padding:2px 8px;border-radius:4px;font-weight:500 }
.section-title .badge.optional { background:var(--color-terracotta-pale);color:var(--color-terracotta) }
.form-group { margin-bottom:20px }
.form-group:last-child { margin-bottom:0 }
.form-row { display:grid;grid-template-columns:1fr 1fr;gap:16px }
label { display:block;font-size:.9rem;font-weight:500;margin-bottom:8px;color:var(--text-secondary) }
label .required { color:var(--error) }
input,select,textarea { width:100%;padding:12px 16px;min-height:44px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;color:var(--text-primary);font-size:1rem;transition:border-color .2s,box-shadow .2s }
select { height:44px }
input[type=checkbox],input[type=radio] { min-width:24px;min-height:24px }
input:focus,select:focus,textarea:focus { outline:0;border-color:var(--accent);box-shadow:0 0 0 3px var(--color-terracotta-pale) }
input::placeholder,textarea::placeholder { color:#555 }
input.error,textarea.error { border-color:var(--error) }
.hint { font-size:.8rem;color:var(--text-secondary);margin-top:6px }
.wallet-list { background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;padding:12px;min-height:100px }
.wallet-item { display:flex;align-items:center;gap:12px;padding:8px 12px;background:var(--bg-card);border-radius:6px;margin-bottom:8px;font-family:var(--font-mono);font-size:.85rem }
.wallet-item:last-child { margin-bottom:0 }
.wallet-item .address { flex:1;overflow:hidden;text-overflow:ellipsis }
.wallet-item .label { color:var(--accent);font-family:inherit;font-size:.8rem }
.wallet-item .remove { background:0 0;border:none;color:var(--error);cursor:pointer;padding:4px;font-size:1.2rem;line-height:1 }
.wallet-item .remove:hover { color:#ff6b7a }
.add-wallet-row { display:grid;grid-template-columns:1fr 150px auto;gap:8px;margin-top:12px }
.add-datasource-row { display:grid;grid-template-columns:150px 1fr 140px auto;gap:8px;margin-top:12px }
.datasource-list { background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;padding:12px;min-height:80px }
.datasource-item { display:flex;align-items:center;gap:12px;padding:8px 12px;background:var(--bg-card);border-radius:6px;margin-bottom:8px;font-size:.9rem }
.datasource-item:last-child { margin-bottom:0 }
.datasource-item .name { font-weight:500;min-width:100px }
.datasource-item .url { flex:1;color:var(--text-secondary);font-size:.8rem;overflow:hidden;text-overflow:ellipsis }
.datasource-item .type { color:var(--accent);font-size:.75rem;background:var(--color-terracotta-pale);padding:2px 8px;border-radius:4px }
.datasource-item .remove { background:0 0;border:none;color:var(--error);cursor:pointer;padding:4px;font-size:1.2rem;line-height:1 }
.claims-list { background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;padding:12px;min-height:80px;margin-bottom:12px }
.claim-item { background:var(--bg-card);border-radius:8px;padding:12px;margin-bottom:8px }
.claim-item:last-child { margin-bottom:0 }
.claim-item .claim-text { font-size:.9rem;margin-bottom:8px }
.claim-item .claim-meta { display:flex;align-items:center;gap:12px;font-size:.8rem }
.claim-item .claim-source { color:var(--accent);text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px }
.claim-item .claim-status { padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:500 }
.claim-item .claim-status.unverified { background:rgba(255,165,2,.2);color:var(--warning) }
.claim-item .claim-status.verified { background:rgba(184,111,84,.2);color:var(--accent) }
.claim-item .claim-status.in_progress { background:rgba(100,100,255,.2);color:#88f }
.claim-item .claim-status.disputed { background:rgba(255,71,87,.2);color:var(--error) }
.claim-item .remove { margin-left:auto;background:0 0;border:none;color:var(--error);cursor:pointer;font-size:1.2rem }
.add-claim-row { display:grid;grid-template-columns:1fr 200px 130px auto;gap:8px }
.subsection { margin-bottom:20px }
.subsection-label { display:block;font-size:.9rem;font-weight:500;margin-bottom:12px;color:var(--text-primary) }
.checklist { display:grid;grid-template-columns:repeat(2,1fr);gap:12px }
.check-item { display:flex;align-items:center;gap:10px;padding:12px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease,opacity .2s ease }
.check-item:hover { border-color:var(--accent) }
.check-item input[type=checkbox] { width:24px;height:24px;accent-color:var(--accent) }
.check-item span { font-size:.9rem;color:var(--text-secondary) }
.check-item:has(input:checked) { background:var(--color-terracotta-pale);border-color:var(--color-terracotta) }
.check-item:has(input:checked) span { color:var(--color-text) }
textarea { resize:vertical;min-height:60px }
.add-wallet-row input { padding:10px 12px }
.add-wallet-row select { padding:10px 12px }
.btn { padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease,opacity .2s ease }
.btn-primary { background:var(--accent);color:var(--bg-primary) }
.btn-primary:hover { background:var(--accent-hover);transform:translateY(-1px) }
.btn-primary:disabled { background:var(--border);color:var(--text-secondary);cursor:not-allowed;transform:none }
.btn-secondary { background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border) }
.btn-secondary:hover { border-color:var(--accent) }
.btn-add { padding:10px 16px;font-size:.9rem }
.submit-section { margin-top:32px;text-align:center }
.submit-btn { position:relative;overflow:hidden }
.submit-note { margin-top:16px;font-size:.85rem;color:var(--text-secondary) }
.tier-cards { display:grid;grid-template-columns:repeat(3,1fr);gap:12px }
.tier-card { background:var(--bg-secondary);border:2px solid var(--border);border-radius:12px;padding:16px;cursor:pointer;transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease,opacity .2s ease;text-align:center }
.tier-card:hover { border-color:var(--accent) }
.tier-card.selected { border-color:var(--color-terracotta);background:var(--color-terracotta-pale) }
.tier-card input { display:none }
.tier-card .tier-name { font-weight:600;font-size:1rem;margin-bottom:4px }
.tier-card .tier-price { color:var(--accent);font-size:1.2rem;font-weight:600 }
.tier-card .tier-features { font-size:.75rem;color:var(--text-secondary);margin-top:8px }
.info-box { background:var(--color-terracotta-pale);border:1px solid var(--color-border-hover);border-radius:8px;padding:16px;margin-bottom:20px;font-size:.9rem }
.info-box strong { color:var(--accent) }
.document-list { background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;padding:12px;min-height:80px;margin-bottom:12px }
.document-item { display:flex;align-items:center;gap:12px;padding:10px 12px;background:var(--bg-card);border-radius:6px;margin-bottom:8px;font-size:.9rem }
.document-item:last-child { margin-bottom:0 }
.document-item .doc-icon { width:32px;height:32px;background:var(--color-terracotta-pale);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:var(--accent);font-weight:600 }
.document-item .doc-info { flex:1;min-width:0 }
.document-item .doc-name { font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis }
.document-item .doc-meta { display:flex;gap:8px;font-size:.75rem;color:var(--text-secondary);margin-top:2px }
.document-item .doc-type { color:var(--accent);background:var(--color-terracotta-pale);padding:2px 6px;border-radius:4px }
.document-item .doc-status { padding:2px 6px;border-radius:4px;font-weight:500 }
.document-item .doc-status.reputation,.document-item .doc-status.scanning { background:rgba(255,165,2,.2);color:var(--warning) }
.document-item .doc-status.clean { background:rgba(184,111,84,.2);color:var(--accent) }
.document-item .doc-status.infected { background:rgba(255,71,87,.2);color:var(--error) }
.document-item .remove { background:0 0;border:none;color:var(--error);cursor:pointer;padding:4px;font-size:1.2rem;line-height:1 }
.add-document-row { display:grid;grid-template-columns:180px 1fr;gap:8px }
.document-type-select { padding:10px 12px }
.upload-zone { position:relative }
.upload-zone .btn-add { width:100% }
.upload-zone.dragging { background:var(--color-terracotta-pale);border-color:var(--accent) }
.upload-progress { position:absolute;bottom:0;left:0;height:3px;background:var(--accent);border-radius:2px;transition:width .3s }
.scanning-animation { animation:pulse 1.5s infinite }
.scan-progress { background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:16px }
.scan-header { display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border) }
.scan-filename { font-weight:600;font-family:var(--font-mono);font-size:.9rem }
.scan-status { font-size:.85rem;padding:4px 12px;border-radius:6px;background:rgba(255,165,2,.2);color:var(--warning) }
.scan-status.complete { background:rgba(184,111,84,.2);color:var(--accent);animation:none }
.scan-status.failed { background:rgba(255,71,87,.2);color:var(--error);animation:none }
.scan-stages { display:grid;gap:8px }
.scan-stage { display:flex;align-items:center;gap:12px;padding:10px 12px;background:var(--bg-card);border-radius:8px;font-size:.85rem }
.scan-stage.active { border:1px solid var(--warning);background:rgba(255,165,2,.05) }
.scan-stage.passed { border:1px solid var(--accent);background:rgba(184,111,84,.05) }
.scan-stage.failed { border:1px solid var(--error);background:rgba(255,71,87,.05) }
.stage-icon { width:24px;height:24px;border-radius:50%;background:var(--border);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600 }
.scan-stage.active .stage-icon { background:var(--warning);color:#000 }
.scan-stage.passed .stage-icon { background:var(--accent);color:#000 }
.scan-stage.failed .stage-icon { background:var(--error);color:#fff }
.stage-label { flex:1;color:var(--text-secondary) }
.scan-stage.active .stage-label,.scan-stage.passed .stage-label { color:var(--text-primary) }
.stage-status { font-family:var(--font-mono);font-size:.75rem;color:var(--text-secondary) }
.scan-stage.passed .stage-status { color:var(--accent) }
.scan-stage.failed .stage-status { color:var(--error) }
.scan-engines { margin-top:16px;padding-top:16px;border-top:1px solid var(--border) }
.engines-header { display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:12px;color:var(--text-secondary) }
.engines-grid { display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:6px;max-height:200px;overflow-y:auto }
.engine-result { display:flex;align-items:center;gap:6px;padding:4px 8px;background:var(--bg-card);border-radius:4px;font-size:.7rem }
.engine-result .engine-name { flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap }
.engine-result .engine-status { width:8px;height:8px;border-radius:50% }
.engine-result .engine-status.clean { background:var(--accent) }
.engine-result .engine-status.detected { background:var(--error) }
.engine-result .engine-status.pending { background:var(--warning) }
.upload-tracker { background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:16px }
.tracker-header { display:flex;justify-content:space-between;align-items:center;margin-bottom:12px }
.tracker-title { font-weight:600;font-size:.9rem }
.tracker-count { font-size:.85rem;color:var(--accent);font-family:var(--font-mono) }
.tracker-progress-bar { height:6px;background:var(--border);border-radius:3px;overflow:hidden;margin-bottom:12px }
.tracker-progress-fill { height:100%;background:linear-gradient(90deg,var(--accent),#d97706);border-radius:3px;transition:width .3s ease }
.tracker-files { display:flex;flex-direction:column;gap:6px;max-height:150px;overflow-y:auto }
.tracker-file { display:flex;align-items:center;gap:10px;padding:8px 10px;background:var(--bg-card);border-radius:6px;font-size:.8rem }
.tracker-file.current { border:1px solid var(--warning);background:rgba(255,165,2,.05) }
.tracker-file.completed { border:1px solid var(--accent);background:rgba(184,111,84,.05) }
.tracker-file.failed { border:1px solid var(--error);background:rgba(255,71,87,.05) }
.tracker-file-icon { width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;background:var(--border) }
.tracker-file.current .tracker-file-icon { background:var(--warning);color:#000 }
.tracker-file.completed .tracker-file-icon { background:var(--accent);color:#000 }
.tracker-file.failed .tracker-file-icon { background:var(--error);color:#fff }
.tracker-file-name { flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-secondary) }
.tracker-file.current .tracker-file-name { color:var(--text-primary) }
.tracker-file-status { font-size:.7rem;padding:2px 6px;border-radius:4px;font-weight:500 }
.tracker-file.current .tracker-file-status { background:rgba(255,165,2,.2);color:var(--warning) }
.tracker-file.completed .tracker-file-status { background:rgba(184,111,84,.2);color:var(--accent) }
.tracker-file.pending .tracker-file-status { background:var(--border);color:var(--text-secondary) }
.tracker-file.failed .tracker-file-status { background:rgba(255,71,87,.2);color:var(--error) }
.links-list { background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;padding:12px;min-height:60px;margin-bottom:12px }
.link-item { display:flex;align-items:center;gap:12px;padding:8px 12px;background:var(--bg-card);border-radius:6px;margin-bottom:8px;font-size:.85rem }
.link-item:last-child { margin-bottom:0 }
.link-item .link-icon { font-size:1.2rem }
.link-item .link-info { flex:1;min-width:0 }
.link-item .link-type { color:var(--accent);font-size:.75rem;font-weight:500 }
.link-item .link-url { color:var(--text-secondary);font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap }
.add-link-row { display:grid;grid-template-columns:160px 1fr auto;gap:8px }
.toast-container { position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:10px;max-width:380px }
.toast { background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:14px 18px;display:flex;align-items:flex-start;gap:12px;box-shadow:0 10px 40px rgba(0,0,0,.4);animation:slideIn .3s ease;position:relative;overflow:hidden }
.toast.success { border-color:var(--accent) }
.toast.error { border-color:var(--error) }
.toast.warning { border-color:var(--warning) }
.toast.info { border-color:var(--color-terracotta) }
.toast-icon { font-size:1.2rem;flex-shrink:0 }
.toast.success .toast-icon { color:var(--accent) }
.toast.error .toast-icon { color:var(--error) }
.toast.warning .toast-icon { color:var(--warning) }
.toast.info .toast-icon { color:var(--color-terracotta) }
.toast-content { flex:1;min-width:0 }
.toast-title { font-weight:600;font-size:.9rem;margin-bottom:2px }
.toast-message { font-size:.85rem;color:var(--text-secondary) }
.toast-close { background:0 0;border:none;color:var(--text-secondary);cursor:pointer;padding:0;font-size:1.2rem;line-height:1 }
.toast-close:hover { color:var(--text-primary) }
.toast-progress { position:absolute;bottom:0;left:0;height:3px;background:var(--accent);animation:shrink 4s linear forwards }
.toast.error .toast-progress { background:var(--error) }
.toast.warning .toast-progress { background:var(--warning) }
.toast.info .toast-progress { background:var(--color-terracotta) }
__at:@keyframes slideIn { from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1} }
__at:@keyframes shrink { from{width:100%}to{width:0%} }
.undo-bar { background:var(--bg-card);border:1px solid var(--warning);border-radius:8px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;animation:slideDown .3s ease }
.undo-bar-text { font-size:.9rem;color:var(--text-secondary) }
.undo-bar-text strong { color:var(--text-primary) }
.undo-btn { background:var(--warning);color:#000;border:none;padding:6px 14px;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .2s }
.undo-btn:hover { opacity:.9 }
__at:@keyframes slideDown { from{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1} }
.form-progress { display:flex;justify-content:center;gap:8px;margin-bottom:32px;flex-wrap:wrap }
.progress-step { display:flex;align-items:center;gap:6px;padding:8px 14px;min-width:44px;min-height:44px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:20px;font-size:.8rem;color:var(--text-secondary);transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease,opacity .2s ease;cursor:pointer;appearance:none;font-family:inherit }
.progress-step:hover { border-color:var(--text-secondary) }
.progress-step.active { border-color:var(--accent);color:var(--text-primary);background:var(--color-terracotta-pale) }
.progress-step.completed { border-color:var(--accent);color:var(--accent) }
.progress-step .step-num { width:24px;height:24px;border-radius:50%;background:var(--border);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600 }
.progress-step.active .step-num { background:var(--accent);color:#000 }
.progress-step.completed .step-num { background:var(--accent);color:#000 }
.tooltip-trigger { position:relative;display:inline-flex;align-items:center;gap:4px;cursor:help }
.tooltip-icon { width:14px;height:14px;border-radius:50%;background:var(--border);color:var(--text-secondary);font-size:.65rem;display:inline-flex;align-items:center;justify-content:center;font-weight:600 }
.tooltip-content { position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:10px 14px;font-size:.8rem;color:var(--text-secondary);width:240px;box-shadow:0 10px 30px rgba(0,0,0,.3);opacity:0;visibility:hidden;transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease,opacity .2s ease;z-index:100;text-align:left;font-weight:400 }
.tooltip-trigger:hover .tooltip-content { opacity:1;visibility:visible }
.tooltip-content::after { content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);border:6px solid transparent;border-top-color:var(--border) }
.tier-compare-btn { display:block;text-align:center;color:var(--accent);font-size:.85rem;margin-top:12px;cursor:pointer;text-decoration:underline;text-underline-offset:2px;background:0 0;border:none;padding:0;font-family:inherit }
.tier-compare-btn:hover { color:var(--accent-hover) }
.remember-progress { display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;margin-bottom:24px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:10px }
.remember-toggle { display:flex;align-items:center;gap:10px;margin:0;font-size:.9rem;font-weight:500;color:var(--text-secondary) }
.remember-toggle input { width:18px;height:18px;accent-color:var(--accent) }
.remember-progress .hint { margin:0 }
.tier-modal { position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;opacity:0;visibility:hidden;transition:color .3s ease,background-color .3s ease,border-color .3s ease,box-shadow .3s ease,transform .3s ease,opacity .3s ease }
.tier-modal.show { opacity:1;visibility:visible }
.tier-modal-content { background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:24px;max-width:700px;width:100%;max-height:80vh;overflow-y:auto }
.tier-modal-header { display:flex;justify-content:space-between;align-items:center;margin-bottom:20px }
.tier-modal-header h3 { font-size:1.2rem }
.tier-modal-close { background:0 0;border:none;color:var(--text-secondary);font-size:1.5rem;cursor:pointer }
.tier-table { width:100%;border-collapse:collapse }
.tier-table td,.tier-table th { padding:12px;text-align:center;border-bottom:1px solid var(--border);font-size:.85rem }
.tier-table th { color:var(--text-secondary);font-weight:500 }
.tier-table td:first-child,.tier-table th:first-child { text-align:left }
.tier-table .feature-name { color:var(--text-primary) }
.tier-table .check { color:var(--accent);font-size:1.1rem }
.tier-table .dash { color:var(--text-secondary) }
.submit-btn.loading { color:transparent!important;pointer-events:none }
.submit-btn.loading::after { content:'';position:absolute;width:24px;height:24px;top:50%;left:50%;margin-top:-12px;margin-left:-12px;border:3px solid transparent;border-top-color:var(--bg-primary);border-radius:50%;animation:spin .8s linear infinite }
__at:@keyframes spin { to{transform:rotate(360deg)} }
.input-wrapper { position:relative }
.input-wrapper .validation-icon { position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:1rem;opacity:0;transition:opacity .2s }
.input-wrapper.valid .validation-icon { opacity:1;color:var(--accent) }
.input-wrapper.invalid .validation-icon { opacity:1;color:var(--error) }
.input-wrapper input { padding-right:40px }
.upload-eta { font-size:.8rem;color:var(--text-secondary);text-align:center;margin-top:8px }
.submission-summary { max-width:800px;margin:0 auto;padding:40px 20px }
.summary-header { text-align:center;margin-bottom:40px }
.summary-success-icon { width:80px;height:80px;background:var(--color-terracotta-pale);border:2px solid var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:var(--accent);margin:0 auto 20px }
.summary-section { background:var(--bg-secondary);border:1px solid var(--border);border-radius:16px;padding:24px;margin-bottom:24px }
.summary-section h3 { margin:0 0 16px 0;font-size:1.1rem }
.summary-storage { display:flex;justify-content:space-between;padding:12px 16px;background:var(--bg-card);border-radius:8px;margin-bottom:16px;font-size:.9rem }
.summary-documents { display:flex;flex-direction:column;gap:12px }
.summary-doc { display:flex;align-items:center;gap:12px;padding:12px;background:var(--bg-card);border:1px solid var(--border);border-radius:8px }
.summary-doc-icon { font-size:1.5rem }
.summary-doc-info { flex:1;min-width:0 }
.summary-doc-name { font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis }
.summary-doc-meta { font-size:.8rem;color:var(--text-secondary) }
.summary-doc-status { font-size:.75rem;padding:4px 8px;border-radius:4px }
.summary-doc-status.clean { background:rgba(184,111,84,.2);color:var(--accent) }
.summary-doc-status.flagged { background:rgba(255,165,2,.2);color:var(--warning) }
.summary-doc-status.pending { background:var(--border);color:var(--text-secondary) }
.summary-doc-download { background:rgba(0,168,255,.1);color:#00a8ff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;text-decoration:none;font-size:.85rem }
.summary-doc-download:hover { background:rgba(0,168,255,.2) }
.summary-actions { display:flex;gap:12px;justify-content:center;flex-wrap:wrap }

@media (max-width:600px) {
  .form-row { grid-template-columns:1fr }
  .add-datasource-row,.add-wallet-row { grid-template-columns:1fr }
  .checklist { grid-template-columns:1fr }
  .tier-cards { grid-template-columns:1fr }
  .add-document-row { grid-template-columns:1fr }
  .add-link-row { grid-template-columns:1fr }
  .form-progress { gap:6px }
  .progress-step { padding:6px 10px;font-size:.75rem }
  .progress-step .step-label { display:none }
  .remember-progress { flex-direction:column;align-items:flex-start }
}

@media (max-width:700px) {
  .add-claim-row { grid-template-columns:1fr }
}

@media print {
  .summary-actions { display:none }
  .submission-summary { padding:20px }
  .toast-container { display:none }
}

/* extracted style attributes used by this page */
[data-icm-style="icm-s-03605fd51b36"]{color:#fff;text-decoration:underline;font-weight:600}
[data-icm-style="icm-s-097ae647c22f"]{color:var(--accent)}
[data-icm-style="icm-s-1298ef7c38fd"]{text-transform:uppercase}
[data-icm-style="icm-s-1546b03a54d5"]{position:absolute;left:-9999px}
[data-icm-style="icm-s-39c68df36fcc"]{display:flex;gap:8px;align-items:center}
[data-icm-style="icm-s-3d24dca7009f"]{color:var(--text-secondary)}
[data-icm-style="icm-s-43a97fe4943c"]{margin-top:8px}
[data-icm-style="icm-s-4e46275d54c0"]{display:flex;align-items:center;gap:12px;padding:12px;background:var(--bg-secondary);border-radius:8px;min-height:48px}
[data-icm-style="icm-s-5225e5b7d763"]{width:0%}
[data-icm-style="icm-s-5235b99f4d42"]{color:var(--text-secondary);font-size:0.9rem;text-align:center;padding:20px}
[data-icm-style="icm-s-54309b857476"]{color:var(--text-secondary);font-size:.9rem;margin-top:8px}
[data-icm-style="icm-s-66d8b59122ac"]{margin-top:24px}
[data-icm-style="icm-s-6e8bcfac8d63"]{font-weight:600}
[data-icm-style="icm-s-83725d2c6e00"]{flex:1}
[data-icm-style="icm-s-86a252558884"]{background:var(--color-terracotta-pale);border-color:var(--color-border-hover)}
[data-icm-style="icm-s-8ec7cb2800a9"]{color:var(--text-secondary);font-size:.8rem}
[data-icm-style="icm-s-97bf3e646cae"]{width:50px;height:40px;padding:2px;cursor:pointer}
[data-icm-style="icm-s-9bf4480c246f"]{color:var(--error);font-size:0.7rem}
[data-icm-style="icm-s-a5f60baef90f"]{margin-top:-12px}
[data-icm-style="icm-s-bc095e87dc2e"]{color:var(--text-secondary);text-align:center;padding:20px}
[data-icm-style="icm-s-c0152d5c5f83"]{background:linear-gradient(135deg,#d4af37,#9a7b2c);color:#fff;text-align:center;padding:12px 20px;font-size:14px;font-weight:500;position:relative;z-index:9999}
[data-icm-style="icm-s-c31e5d8c0037"]{color:var(--text-secondary);font-size:.9rem;text-align:center;padding:20px}
[data-icm-style="icm-s-c3240df8651e"]{width:40px;height:40px;background:var(--border);border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}
[data-icm-style="icm-s-d2a8009a98b7"]{color:var(--text-secondary);font-size:0.8rem}
[data-icm-style="icm-s-db6a41df4029"]{color:var(--text-secondary);font-size:.9rem;text-align:center;padding:16px}
[data-icm-style="icm-s-f38f6393b631"]{color:var(--text-secondary);font-size:0.9rem;text-align:center;padding:16px}
