/* EVM Incinerator premium visual refinement — presentation only */
@keyframes evm-grid-drift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 52px 52px, 52px 52px; }
}

@keyframes evm-page-enter {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes evm-hero-enter {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes evm-glow-breathe {
  0%, 100% { opacity: .46; }
  50% { opacity: .72; }
}

@keyframes evm-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes evm-menu-enter {
  from { opacity: 0; transform: translate(-50%, -7px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}

:root {
  --panel: #07162db8;
  --panel-strong: #06142aee;
  --border: #82beff29;
  --border2: #67d0ff52;
  --radius: 18px;
  --shadow: 0 28px 78px #0000005c;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 16% -10%, #2456c438, transparent 31rem),
    radial-gradient(circle at 88% 7%, #06b6d419, transparent 27rem),
    linear-gradient(180deg, #030712 0%, #040a16 48%, #020610 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body::before {
  background-image:
    linear-gradient(#78c7ff0a 1px, transparent 1px),
    linear-gradient(90deg, #78c7ff0a 1px, transparent 1px);
  background-size: 52px 52px;
  animation: evm-grid-drift 24s linear infinite;
  opacity: .72;
}

#root {
  animation: evm-page-enter 480ms var(--ease) both;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--ice);
  outline-offset: 3px;
}

.section {
  padding-block: 96px;
}

.section-head {
  margin-bottom: 42px;
}

.section-head h2,
.cta h2 {
  letter-spacing: -.045em;
  font-size: clamp(2.15rem, 3.8vw, 3.35rem);
  line-height: 1.06;
}

.section-head > p,
.cta p {
  margin-top: 15px;
  line-height: 1.7;
}

.site-header {
  height: 74px;
  border-bottom-color: #82beff12;
}

.site-header::before {
  background: #030712bd;
  -webkit-backdrop-filter: blur(24px) saturate(145%);
  backdrop-filter: blur(24px) saturate(145%);
  opacity: .9;
}

.site-header--compact {
  height: 64px;
}

.header-inner {
  gap: 26px;
}

.brand {
  min-width: 0;
  gap: 9px;
}

.brand > svg {
  width: 39px;
  height: 39px;
  filter:
    drop-shadow(0 0 10px #22d3ee2e)
    drop-shadow(0 8px 18px #2563eb3d);
}

.brand__text {
  min-width: 0;
}

.brand__text strong {
  letter-spacing: -.025em;
  font-weight: 650;
  white-space: nowrap;
}

.nav {
  gap: 2px;
}

.nav a {
  border: 1px solid transparent;
  border-radius: 8px;
  transition:
    color 180ms var(--ease),
    border-color 180ms var(--ease),
    background 180ms var(--ease),
    transform 180ms var(--ease);
}

.nav a:hover,
.nav a.active {
  border-color: var(--border);
  background: #ffffff0a;
  transform: translateY(-1px);
}

.header-actions {
  gap: 8px;
}

.network-pill,
.wallet-trigger {
  min-height: 38px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, #ffffff08, transparent 48%),
    #07172dbd;
  box-shadow: inset 0 1px #ffffff0a;
  transition:
    color 180ms var(--ease),
    border-color 180ms var(--ease),
    background 180ms var(--ease),
    box-shadow 180ms var(--ease),
    transform 180ms var(--ease);
}

.wallet-trigger:hover {
  border-color: var(--border2);
  background:
    linear-gradient(135deg, #3b82f632, transparent 52%),
    #0a1d38db;
  box-shadow:
    0 0 24px #2563eb26,
    inset 0 1px #ffffff14;
  transform: translateY(-2px);
}

.wallet-trigger:active,
.button:active:not(:disabled),
.menu-button:active {
  transform: translateY(0) scale(.985);
}

.menu-button,
.icon-button {
  border-radius: 10px;
  background:
    linear-gradient(145deg, #ffffff08, transparent),
    #07162dcc;
  transition:
    color 180ms var(--ease),
    border-color 180ms var(--ease),
    background 180ms var(--ease),
    transform 180ms var(--ease);
}

.menu-button:hover,
.icon-button:hover {
  color: #fff;
  border-color: var(--border2);
  background: #0a1c35e6;
}

.mobile-nav {
  border-color: var(--border2);
  border-radius: 14px;
  padding: 9px;
  background:
    linear-gradient(145deg, #ffffff08, transparent 42%),
    #040d1df5;
  -webkit-backdrop-filter: blur(28px) saturate(145%);
  backdrop-filter: blur(28px) saturate(145%);
  box-shadow:
    0 24px 70px #0000008a,
    inset 0 1px #ffffff0d;
  animation: evm-menu-enter 190ms var(--ease) both;
}

.mobile-nav a {
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 8px;
  transition:
    color 160ms var(--ease),
    border-color 160ms var(--ease),
    background 160ms var(--ease);
}

.mobile-nav a:hover,
.mobile-nav a.active {
  border-color: var(--border);
  background: #2563eb24;
}

.hero {
  padding-top: 30px;
}

.hero-grid {
  min-height: 560px;
  grid-template-columns: .94fr 1.06fr;
  gap: 42px;
}

.hero-copy {
  animation: evm-hero-enter 520ms 80ms var(--ease) both;
}

.hero-art {
  animation: evm-hero-enter 580ms 150ms var(--ease) both;
}

.hero-kicker {
  min-height: 29px;
  border-color: #67d0ff3d;
  border-radius: 8px;
  padding-inline: 10px;
  letter-spacing: .085em;
  font-family: var(--font-geist-mono);
  font-size: .64rem;
  box-shadow:
    0 0 24px #2563eb14,
    inset 0 1px #ffffff0a;
}

.hero-copy h1 {
  margin-top: 22px;
  letter-spacing: -.062em;
  font-size: clamp(3.25rem, 5.5vw, 5.25rem);
  font-weight: 590;
  line-height: .98;
}

.hero-copy h1 span {
  margin-top: 7px;
}

.hero-copy > p {
  margin-top: 23px;
  font-size: 1.03rem;
  line-height: 1.7;
}

.hero-actions {
  margin-top: 28px;
}

.trust-list {
  margin-top: 22px;
  gap: 10px 17px;
}

.hero-how-link {
  margin-top: 18px;
  transition:
    color 160ms var(--ease),
    gap 160ms var(--ease);
}

.hero-how-link:hover {
  gap: 10px;
}

.glow {
  filter: blur(105px);
  animation: evm-glow-breathe 6s ease-in-out infinite;
}

.hero-visual {
  border-color: #67d0ff3d;
  border-radius: 24px;
  background:
    radial-gradient(circle at 51% 47%, #1b6fef42, transparent 31%),
    linear-gradient(145deg, #102544bf, #020814ed);
  box-shadow:
    0 30px 90px #00000070,
    0 0 72px #2563eb20,
    inset 0 1px #ffffff14,
    inset 0 0 55px #2563eb0c;
}

.visual-label,
.visual-flow > span {
  border-radius: 8px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  font-family: var(--font-geist-mono);
  letter-spacing: .035em;
}

.visual-label {
  top: 16px;
  left: 16px;
  background: #040e1fdb;
}

.float-card {
  border-color: #82beff33;
  border-radius: 12px;
  background:
    linear-gradient(145deg, #ffffff0a, transparent 44%),
    #040f21d9;
  -webkit-backdrop-filter: blur(20px) saturate(135%);
  backdrop-filter: blur(20px) saturate(135%);
  box-shadow:
    0 18px 44px #00000052,
    inset 0 1px #ffffff0d;
}

.float-card > span,
.step > div span,
.benefit > span {
  border-radius: 10px;
}

.network-strip {
  border-color: #82beff21;
  background: #040d1db8;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.network-strip .container {
  min-height: 54px;
}

.network-strip div div {
  gap: 22px;
}

.button {
  border-radius: 10px;
  transition:
    color 180ms var(--ease),
    border-color 180ms var(--ease),
    background 180ms var(--ease),
    box-shadow 180ms var(--ease),
    transform 180ms var(--ease);
}

.button--primary {
  background:
    linear-gradient(110deg, #ffffff1c 0%, transparent 28%, #ffffff12 50%, transparent 72%),
    linear-gradient(135deg, var(--blue2), #1d4ed8);
  background-size: 220% 100%, 100% 100%;
  background-position: 100% 0, 0 0;
  box-shadow:
    0 12px 32px #2563eb3d,
    inset 0 1px #ffffff2b;
}

.button--primary:hover:not(:disabled) {
  background-position: 0 0, 0 0;
  border-color: #8fe7ff6b;
  box-shadow:
    0 16px 40px #2563eb52,
    0 0 22px #22d3ee1c,
    inset 0 1px #ffffff38;
}

.button--secondary,
.hero-actions .wallet-trigger {
  background:
    linear-gradient(145deg, #ffffff08, transparent 48%),
    #081a33c9;
  box-shadow: inset 0 1px #ffffff0d;
}

.scope-grid,
.steps,
.benefit-grid,
.activity-summary {
  gap: 14px;
}

.scope-card,
.step,
.benefit,
.panel,
.security-panel,
.app-preview,
.cta,
.connect-gate {
  border-color: #82beff2e;
  background:
    linear-gradient(145deg, #ffffff09, transparent 44%),
    linear-gradient(180deg, #081a32b8, #061329b0);
  -webkit-backdrop-filter: blur(18px) saturate(128%);
  backdrop-filter: blur(18px) saturate(128%);
  box-shadow:
    0 18px 52px #0000002e,
    inset 0 1px #ffffff0d;
}

.scope-card,
.step,
.benefit,
.security-item,
.security-principles article {
  transition:
    border-color 200ms var(--ease),
    background 200ms var(--ease),
    box-shadow 200ms var(--ease),
    transform 200ms var(--ease);
}

.scope-card:hover,
.step:hover,
.benefit:hover,
.security-item:hover,
.security-principles article:hover {
  border-color: var(--border2);
  background:
    linear-gradient(145deg, #ffffff0d, transparent 46%),
    linear-gradient(180deg, #0a1e3ac4, #06142bbd);
  box-shadow:
    0 22px 58px #0000003d,
    0 0 28px #2563eb16,
    inset 0 1px #ffffff12;
  transform: translateY(-3px);
}

.scope-card {
  min-height: 160px;
  padding: 22px;
}

.scope-card h3 {
  margin-top: 22px;
}

.step,
.benefit {
  min-height: 225px;
  padding: 22px;
}

.benefit {
  min-height: 205px;
}

.step h3,
.benefit h3 {
  margin-top: 27px;
}

.benefit h3 {
  margin-top: 20px;
}

.step p,
.benefit p {
  line-height: 1.65;
}

.app-preview {
  border-color: #67d0ff4f;
  border-radius: 20px;
  background:
    linear-gradient(145deg, #ffffff07, transparent 40%),
    #030c1bdc;
  box-shadow:
    0 30px 86px #00000066,
    0 0 52px #2563eb18,
    inset 0 1px #ffffff10;
}

.app-preview__bar {
  min-height: 50px;
  background: #061226b0;
}

.app-preview__body {
  min-height: 490px;
}

.preview-search,
.preview-row,
.preview-action {
  border-radius: 10px;
}

.preview-row {
  min-height: 68px;
  background:
    linear-gradient(145deg, #ffffff05, transparent),
    #07182fa3;
  transition:
    border-color 180ms var(--ease),
    background 180ms var(--ease),
    transform 180ms var(--ease);
}

.preview-row:hover {
  border-color: #67d0ff3d;
  background:
    linear-gradient(145deg, #ffffff08, transparent),
    #0a1d38b0;
  transform: translateX(2px);
}

.preview-action {
  background:
    linear-gradient(120deg, #2563eb24, transparent 58%),
    #0a213fd6;
}

.security-grid,
.faq-grid {
  gap: 60px;
}

.security-panel {
  border-color: #67d0ff48;
  border-radius: 18px;
  padding: 17px;
  box-shadow:
    0 26px 72px #00000052,
    0 0 35px #2563eb14,
    inset 0 1px #ffffff0f;
}

.faq-card {
  border-color: #82beff2e;
  border-radius: 18px;
  padding-inline: 23px;
  background:
    linear-gradient(145deg, #ffffff07, transparent),
    #07162daf;
  box-shadow:
    0 20px 60px #00000030,
    inset 0 1px #ffffff0c;
}

.faq-item button {
  min-height: 66px;
  border-radius: 7px;
  transition:
    color 180ms var(--ease),
    background 180ms var(--ease),
    padding 180ms var(--ease);
}

.faq-item button:hover {
  color: #fff;
  background: #2563eb12;
  padding-inline: 9px;
}

.faq-item button svg {
  transition:
    color 180ms var(--ease),
    transform 180ms var(--ease);
}

.cta-section {
  padding-top: 22px;
}

.cta {
  min-height: 235px;
  border-color: #67d0ff4a;
  border-radius: 20px;
  gap: 26px;
  padding: 38px 40px;
  background:
    radial-gradient(circle at 88% 20%, #22d3ee1c, transparent 23rem),
    linear-gradient(135deg, #2563eb24, #06162ecf);
  box-shadow:
    0 28px 78px #00000059,
    inset 0 1px #ffffff12;
}

.cta-mark {
  width: 74px;
  height: 74px;
  border-radius: 16px;
}

.footer {
  margin-top: 80px;
  padding: 50px 0 25px;
  background:
    linear-gradient(180deg, #020813b8, #01040bdb);
}

.footer-grid {
  gap: 44px;
}

.footer-grid a {
  transition:
    color 160ms var(--ease),
    transform 160ms var(--ease);
}

.footer-grid a:hover {
  transform: translateX(2px);
}

.app-main {
  padding-top: 58px;
}

.page-intro {
  margin-bottom: 34px;
}

.page-intro h1 {
  letter-spacing: -.052em;
  font-size: clamp(2.55rem, 4.8vw, 4.2rem);
  line-height: 1.02;
}

.page-badge {
  border-radius: 8px;
  background:
    linear-gradient(145deg, #ffffff07, transparent),
    #07172dc4;
  font-family: var(--font-geist-mono);
}

.connect-gate {
  min-height: 400px;
  gap: 48px;
  border-color: #67d0ff48;
  border-radius: 20px;
  padding: 42px;
  background:
    radial-gradient(circle at 18%, #2563eb26, transparent 20rem),
    linear-gradient(145deg, #ffffff07, transparent 45%),
    #051123c7;
}

.connect-gate__visual {
  min-height: 250px;
  border-radius: 16px;
  background:
    radial-gradient(circle, #2563eb3b, transparent 54%),
    #040f21a6;
}

.connect-gate__visual > span {
  width: 72px;
  height: 72px;
  border-radius: 17px;
  box-shadow:
    0 0 40px #2563eb42,
    inset 0 1px #ffffff12;
}

.asset-tabs button,
.asset-toolbar select,
.search-field,
.panel-head select,
.lab-form input,
.lab-form select,
.confirm-phrase input,
.pagination button,
.stepper {
  border-radius: 8px;
}

.asset-tabs button,
.view-toggle button,
.pagination button {
  transition:
    color 160ms var(--ease),
    border-color 160ms var(--ease),
    background 160ms var(--ease),
    transform 160ms var(--ease);
}

.asset-tabs button:hover,
.pagination button:hover:not(:disabled) {
  color: #fff;
  border-color: var(--border2);
  background: #2563eb1f;
}

.activity-summary article {
  min-height: 124px;
}

.prose-panel,
.legal-copy {
  padding: 26px;
}

.prose-panel > p,
.legal-copy p {
  line-height: 1.72;
}

@media (min-width: 601px) {
  .float-card--top {
    animation: evm-float 5.4s ease-in-out infinite;
  }

  .float-card--bottom {
    animation: evm-float 5.4s 1.2s ease-in-out infinite;
  }
}

@media (max-width: 1050px) {
  .header-inner {
    gap: 20px;
  }
}

@media (max-width: 820px) {
  .section {
    padding-block: 74px;
  }

  .hero {
    padding-top: 25px;
  }

  .hero-grid {
    gap: 34px;
  }

  .hero-copy h1 {
    font-size: clamp(3.1rem, 11.5vw, 4.9rem);
  }

  .hero-art {
    max-width: 620px;
  }

  .hero-visual {
    border-radius: 22px;
  }

  .network-strip {
    margin-top: 38px;
  }

  .scope-grid,
  .steps,
  .benefit-grid {
    gap: 12px;
  }

  .security-grid,
  .faq-grid {
    gap: 40px;
  }

  .connect-gate {
    gap: 26px;
    padding: 28px;
  }

  .footer-grid {
    gap: 38px 30px;
  }
}

@media (max-width: 600px) {
  :root {
    --radius: 14px;
  }

  body::before {
    background-size: 44px 44px;
  }

  .container,
  .header-inner {
    width: min(calc(100% - 24px), var(--container));
  }

  .site-header {
    height: 64px;
  }

  .site-header--compact {
    height: 60px;
  }

  .header-inner {
    gap: 10px;
  }

  .header-actions {
    gap: 6px;
  }

  .brand {
    gap: 7px;
  }

  .brand > svg {
    width: 34px;
    height: 34px;
  }

  .brand__text strong {
    font-size: .82rem;
  }

  .wallet-trigger,
  .menu-button {
    width: 42px;
    height: 42px;
    min-height: 42px;
    border-radius: 9px;
  }

  .mobile-nav {
    width: calc(100% - 20px);
    border-radius: 12px;
    padding: 8px;
  }

  .mobile-nav a {
    min-height: 48px;
  }

  .section {
    padding-block: 58px;
  }

  .section-head {
    margin-bottom: 32px;
  }

  .section-head h2,
  .cta h2 {
    font-size: clamp(1.95rem, 10vw, 2.65rem);
  }

  .section-head > p,
  .cta p {
    font-size: .92rem;
    line-height: 1.68;
  }

  .hero {
    padding-top: 21px;
  }

  .hero-grid {
    gap: 30px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-kicker {
    margin-inline: auto;
    font-size: .57rem;
  }

  .hero-copy h1 {
    margin-top: 19px;
    font-size: clamp(2.55rem, 13.4vw, 3.55rem);
    line-height: 1;
  }

  .hero-copy > p {
    margin-top: 19px;
    font-size: .9rem;
    line-height: 1.65;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .trust-list {
    justify-content: center;
    margin-top: 20px;
  }

  .hero-how-link {
    margin-top: 17px;
  }

  .hero-visual {
    aspect-ratio: 1;
    border-radius: 18px;
  }

  .visual-label {
    top: 12px;
    left: 12px;
  }

  .float-card {
    border-radius: 10px;
    transform: scale(.74);
  }

  .network-strip {
    margin-top: 32px;
  }

  .network-strip .container {
    min-height: 52px;
  }

  .scope-grid,
  .steps,
  .benefit-grid {
    gap: 10px;
  }

  .scope-card,
  .step,
  .benefit {
    min-height: 0;
    padding: 20px;
  }

  .step h3,
  .benefit h3 {
    margin-top: 21px;
  }

  .app-preview {
    margin-inline: 0;
    border-radius: 14px;
  }

  .app-preview__bar {
    min-height: 48px;
  }

  .preview-main {
    padding: 11px;
  }

  .preview-row {
    min-height: 66px;
    margin-top: 7px;
  }

  .preview-action {
    gap: 12px;
    margin-top: 11px;
  }

  .security-panel,
  .faq-card,
  .cta,
  .connect-gate {
    border-radius: 14px;
  }

  .faq-card {
    padding-inline: 18px;
  }

  .faq-item button {
    min-height: 62px;
  }

  .cta {
    min-height: 0;
    gap: 22px;
    padding: 27px 21px;
  }

  .cta-mark {
    width: 68px;
    height: 68px;
    border-radius: 14px;
  }

  .footer {
    margin-top: 64px;
    padding-top: 40px;
  }

  .footer-grid {
    gap: 30px 20px;
  }

  .app-main {
    padding-top: 32px;
  }

  .page-intro {
    margin-bottom: 30px;
  }

  .page-intro h1 {
    font-size: clamp(2.35rem, 12vw, 2.8rem);
  }

  .page-badge {
    border-radius: 7px;
  }

  .connect-gate {
    gap: 23px;
    padding: 20px;
  }

  .connect-gate__visual {
    min-height: 195px;
    border-radius: 12px;
  }

  .dashboard-assets,
  .dashboard-activity,
  .activity-panel,
  .asset-workspace,
  .testnet-lab {
    padding: 14px;
  }

  .prose-panel,
  .legal-copy {
    padding: 22px 20px;
  }
}

@media (max-width: 360px) {
  .container,
  .header-inner {
    width: calc(100% - 20px);
  }

  .header-inner {
    gap: 8px;
  }

  .header-actions,
  .brand {
    gap: 5px;
  }

  .brand > svg {
    width: 32px;
    height: 32px;
  }

  .brand__text strong {
    font-size: .76rem;
  }

  .wallet-trigger,
  .menu-button {
    width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .hero-copy h1 {
    font-size: 2.42rem;
  }

  .hero-kicker {
    padding-inline: 8px;
    letter-spacing: .055em;
  }

  .hero-visual {
    border-radius: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
