:root {
  --icz-accent: #b8ff2c;
  --icz-accent-soft: rgba(184, 255, 44, 0.13);
  --icz-border: rgba(184, 255, 44, 0.34);
  --icz-glitch: #7cff00;
}

html.icz-static {
  --bg: #030603;
  --fg: #efffd8;
  --border: rgba(184, 255, 44, 0.14);
  --border-strong: rgba(184, 255, 44, 0.34);
  --surface: #071007;
  --surface-hover: #0d1c0b;
  --muted: rgba(239, 255, 216, 0.42);
  --muted-fg: rgba(239, 255, 216, 0.68);
  --code-bg: #081107;
  color-scheme: dark;
}

/* Static export: never leave the mount wrapper invisible */
html.icz-static [style*="blur(8px)"] {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

html.icz-static .relative.min-h-dvh {
  background: radial-gradient(circle at 80% 0%, rgba(184, 255, 44, 0.13), transparent 34%), #030603 !important;
  color: #efffd8 !important;
}

html.icz-static.icz-ready .page-enter {
  animation: page-fade-up 0.5s var(--ease, cubic-bezier(0.22, 1, 0.36, 1)) both;
}

html.icz-static .icz-mount-reveal {
  transition: opacity 0.65s ease, filter 0.65s ease, transform 0.65s ease;
  opacity: 1 !important;
  filter: blur(0) !important;
  transform: translateY(0) !important;
}

::selection {
  background: var(--icz-accent);
  color: #030603;
}

body {
  accent-color: var(--icz-accent);
}

a:focus-visible,
button:focus-visible {
  outline: 1px solid var(--icz-accent);
  outline-offset: 3px;
}

html.icz-static body {
  background: #030603;
  color: #efffd8;
}

html.icz-static canvas[aria-hidden="true"] {
  opacity: 0.18 !important;
  mix-blend-mode: screen !important;
}

html.icz-static .status-dot {
  background: var(--icz-accent) !important;
}

html.icz-static .bg-\[rgba\(255\,255\,255\,0\.07\)\] {
  background: rgba(184, 255, 44, 0.08) !important;
}

html.icz-static .shimmer-band {
  background: linear-gradient(90deg, #071007 0%, rgba(184, 255, 44, 0.12) 50%, #071007 100%) !important;
}

html.icz-static .panel-bar {
  background: var(--icz-accent) !important;
  color: #030603 !important;
}

html.icz-static .panel-bar .status-dot {
  background: #030603 !important;
}

img[src*="icz-logo"],
img[src*="irg-logo"],
img[src*="cz.png"],
.icz-mark {
  border-radius: 24%;
}

.icz-cashcat-card {
  min-height: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(184, 255, 44, 0.18);
  background: radial-gradient(circle at 18% 18%, rgba(184, 255, 44, 0.18), transparent 34%), #050a05;
  padding: 1rem;
  overflow: hidden;
}

.icz-cashcat-logo {
  width: clamp(92px, 18vw, 150px);
  height: clamp(92px, 18vw, 150px);
  object-fit: cover;
  border: 1px solid rgba(184, 255, 44, 0.32);
  background: #030603;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.36);
}

.icz-ca-line {
  width: min(100%, 28rem);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.75rem;
  border: 1px solid rgba(184, 255, 44, 0.16);
  background: rgba(3, 6, 3, 0.54);
  padding: 0.45rem 0.55rem;
  font-family: var(--font-mono), ui-monospace, monospace;
  font-size: 10.5px;
  line-height: 1.25;
}

.icz-ca-line span {
  color: rgba(184, 255, 44, 0.7);
  letter-spacing: 0.12em;
}

.icz-ca-line code {
  min-width: 0;
  overflow: hidden;
  color: var(--fg);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.icz-wallet-button {
  border: 1px solid var(--icz-border);
  background: var(--icz-accent);
  color: #030603;
  font-family: var(--font-mono), ui-monospace, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.8rem 1rem;
}

.icz-eth-badge {
  width: 13px;
  height: 13px;
  display: inline-grid;
  place-items: center;
  vertical-align: -0.14em;
  border-radius: 50%;
  background: var(--icz-accent);
  color: #030603;
  font-family: var(--font-mono), ui-monospace, monospace;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
}

.icz-accent,
.icz-runtime [data-accent] {
  color: var(--icz-accent);
}

.icz-runtime {
  color: inherit;
}

.icz-panel {
  border: 1px solid rgba(184, 255, 44, 0.16);
  background: linear-gradient(180deg, rgba(184, 255, 44, 0.08), rgba(3, 6, 3, 0.94));
}

.icz-panel-hot {
  border-color: var(--icz-border);
  box-shadow: inset 0 0 0 1px rgba(184, 255, 44, 0.07), 0 22px 80px rgba(0, 0, 0, 0.42);
}

.icz-grid {
  display: grid;
  gap: 1px;
  background: rgba(184, 255, 44, 0.14);
  border: 1px solid rgba(184, 255, 44, 0.16);
}

.icz-grid > * {
  background: #050a05;
}

.icz-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid var(--icz-border);
  background: var(--icz-accent-soft);
  color: var(--icz-accent);
  font-family: var(--font-mono), ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.35rem 0.55rem;
}

.icz-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-mono), ui-monospace, monospace;
  font-size: 11px;
}

.icz-table th,
.icz-table td {
  border-bottom: 1px solid rgba(184, 255, 44, 0.12);
  padding: 0.7rem 0.65rem;
  text-align: left;
  vertical-align: top;
}

.icz-table th {
  color: rgba(239, 255, 216, 0.48);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.icz-table td:last-child,
.icz-table th:last-child {
  text-align: right;
}

.icz-card-title {
  font-family: var(--font-mono), ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(184, 255, 44, 0.72);
}

.icz-card-value {
  margin-top: 0.4rem;
  font-size: clamp(1.8rem, 4vw, 4rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.icz-vote-button {
  border: 1px solid rgba(184, 255, 44, 0.18);
  background: rgba(184, 255, 44, 0.045);
  color: #efffd8;
  padding: 0.8rem;
  text-align: left;
}

.icz-vote-button[data-leading="true"] {
  border-color: var(--icz-border);
  background: var(--icz-accent-soft);
}

.icz-runtime .text-white,
.icz-runtime [class*="text-white"] {
  color: #efffd8 !important;
}

.icz-runtime [class*="text-white/"] {
  color: rgba(239, 255, 216, 0.52) !important;
}

@media (max-width: 720px) {
  .icz-table {
    font-size: 10px;
  }

  .icz-table th,
  .icz-table td {
    padding: 0.55rem 0.4rem;
  }
}
