:root {
    --amh-bg: #05070b;
    --amh-bg-soft: #0b1018;
    --amh-panel: rgba(12, 18, 29, 0.84);
    --amh-panel-solid: #101723;
    --amh-panel-bright: #162031;
    --amh-line: rgba(148, 163, 184, 0.18);
    --amh-line-strong: rgba(148, 163, 184, 0.32);
    --amh-text: #eef6ff;
    --amh-muted: #94a3b8;
    --amh-dim: #637086;
    --amh-green: #44f5a4;
    --amh-green-soft: rgba(68, 245, 164, 0.12);
    --amh-cyan: #39c7ff;
    --amh-cyan-soft: rgba(57, 199, 255, 0.13);
    --amh-gold: #ffd66b;
    --amh-gold-strong: #ffb703;
    --amh-gold-soft: rgba(255, 214, 107, 0.14);
    --amh-amber: #ffc857;
    --amh-amber-soft: rgba(255, 200, 87, 0.12);
    --amh-red: #ff667a;
    --amh-red-soft: rgba(255, 102, 122, 0.12);
    --amh-blue: #5b7cfa;
    --amh-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
    --amh-radius: 8px;
    --amh-radius-sm: 6px;
    --amh-max: 1640px;
}

* {
    box-sizing: border-box;
}

html {
    background: var(--amh-bg);
}

body.amh-body > header:not(.amh-header),
body.amh-body > .site-header,
body.amh-body > .main-header,
body.amh-body > .header-area,
body.amh-body > .header-wrapper,
body.amh-body > .navbar-area,
body.amh-body > .elementor-location-header,
body.amh-body > .hfe-site-header,
body.amh-body > .rt-header,
body.amh-body > .rt-header-menu,
body.amh-body > .muchwow-header {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

body.amh-body {
    margin: 0;
    background:
        radial-gradient(circle at 74% 15%, rgba(255, 183, 3, 0.16), transparent 24rem),
        radial-gradient(circle at 18% 28%, rgba(68, 245, 164, 0.09), transparent 28rem),
        linear-gradient(180deg, rgba(4, 8, 15, 0.92), rgba(5, 7, 11, 1) 34rem),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 72px),
        #05070b;
    color: var(--amh-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}

a {
    color: inherit;
}

button,
input {
    font: inherit;
}

.amh-site-shell {
    position: relative;
    z-index: 1;
    isolation: isolate;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.amh-main {
    flex: 1;
}

.amh-header {
    position: sticky;
    top: 0;
    z-index: 100000;
    display: grid;
    grid-template-columns: minmax(210px, 280px) minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    width: min(calc(100% - 24px), var(--amh-max));
    margin: 12px auto 0;
    padding: 14px 22px;
    border: 1px solid rgba(255, 214, 107, 0.2);
    border-radius: var(--amh-radius);
    background: rgba(5, 7, 11, 0.9);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body.admin-bar .amh-header {
    top: 32px;
}

.amh-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    color: var(--amh-text);
    text-decoration: none;
}

.amh-brand-glyph {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 214, 107, 0.42);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 214, 107, 0.2), rgba(255, 183, 3, 0.05) 62%, transparent);
    box-shadow: 0 0 26px rgba(255, 183, 3, 0.18);
}

.amh-brand-logo img {
    display: block;
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.amh-brand strong,
.amh-brand em {
    display: block;
    overflow: hidden;
    max-width: 220px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.amh-brand strong {
    color: #fff;
    font-size: 0.98rem;
    font-weight: 850;
    letter-spacing: 0;
}

.amh-brand em {
    color: var(--amh-muted);
    font-size: 0.76rem;
    font-style: normal;
}

.amh-nav {
    min-width: 0;
}

.amh-nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.amh-nav-list li {
    margin: 0 !important;
    padding: 0 !important;
}

.amh-nav-list a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 8px 11px;
    border: 1px solid transparent;
    border-radius: var(--amh-radius-sm);
    color: var(--amh-muted);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 650;
}

.amh-nav-list a:hover,
.amh-nav-list .current-menu-item > a,
.amh-nav-list .is-current > a {
    border-color: rgba(255, 214, 107, 0.36);
    color: var(--amh-text);
    background: rgba(255, 214, 107, 0.09);
}

.amh-wallet-connect,
.amh-button,
.amh-filter-strip button,
.amh-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    border: 1px solid var(--amh-line-strong);
    border-radius: var(--amh-radius-sm);
    color: var(--amh-text);
    background: rgba(255, 255, 255, 0.04);
    text-decoration: none;
    font-weight: 760;
    cursor: pointer;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.amh-wallet-connect {
    padding: 9px 13px;
    white-space: nowrap;
}

.amh-wallet-connect:hover,
.amh-button:hover,
.amh-filter-strip button:hover,
.amh-icon-link:hover {
    transform: translateY(-1px);
    border-color: rgba(68, 245, 164, 0.52);
    background: rgba(68, 245, 164, 0.1);
}

.amh-wallet-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--amh-red);
    box-shadow: 0 0 16px rgba(255, 102, 122, 0.72);
}

.amh-wallet-connect.is-connected .amh-wallet-dot {
    background: var(--amh-green);
    box-shadow: 0 0 16px rgba(68, 245, 164, 0.76);
}

.amh-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(620px, 760px);
    align-items: start;
    gap: 50px;
    width: min(100%, var(--amh-max));
    min-height: 700px;
    margin: 0 auto;
    padding: 34px 22px 42px;
    overflow: hidden;
}

.amh-hero::after {
    content: "";
    position: absolute;
    inset: auto 22px 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(68, 245, 164, 0.42), rgba(57, 199, 255, 0.4), transparent);
}

.amh-hero-content,
.amh-hero-terminal {
    position: relative;
    z-index: 1;
}

.amh-hero-content {
    z-index: 2;
    max-width: 820px;
    align-self: start;
    padding-top: 86px;
}

.amh-hero-visual {
    position: relative;
    z-index: 2;
    display: grid;
    align-content: center;
    gap: 18px;
    min-width: 0;
}

.amh-atom-stage {
    position: relative;
    min-height: 410px;
    border: 1px solid rgba(255, 214, 107, 0.14);
    border-radius: var(--amh-radius);
    background:
        radial-gradient(circle at 49% 50%, rgba(255, 183, 3, 0.18), transparent 16rem),
        radial-gradient(ellipse at 22% 70%, rgba(68, 245, 164, 0.08), transparent 18rem),
        linear-gradient(180deg, rgba(6, 11, 18, 0.16), rgba(6, 11, 18, 0.04));
    overflow: hidden;
}

.amh-network-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: crosshair;
}

.amh-atom-core {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(26%, 170px);
    min-width: 118px;
    aspect-ratio: 1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background:
        radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.46), rgba(255, 214, 107, 0.16) 26%, transparent 45%),
        radial-gradient(circle at 64% 70%, rgba(73, 31, 0, 0.52), transparent 58%),
        #f5b514;
    box-shadow:
        inset -18px -24px 32px rgba(81, 34, 0, 0.48),
        inset 12px 10px 24px rgba(255, 246, 184, 0.24),
        0 0 38px rgba(255, 183, 3, 0.58),
        0 26px 80px rgba(255, 183, 3, 0.16);
    pointer-events: none;
    overflow: hidden;
    animation: amh-planet-float 7s ease-in-out infinite;
}

.amh-atom-core::before,
.amh-atom-core::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
}

.amh-atom-core::before {
    background:
        radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.08) 21%, transparent 40%),
        linear-gradient(115deg, rgba(255, 255, 255, 0.28), transparent 28%, transparent 68%, rgba(65, 24, 0, 0.22));
    mix-blend-mode: screen;
    opacity: 0.72;
    animation: amh-planet-shine 8s ease-in-out infinite;
}

.amh-atom-core::after {
    box-shadow:
        inset -24px -32px 40px rgba(54, 24, 0, 0.62),
        inset 0 0 0 1px rgba(255, 240, 160, 0.36);
}

.amh-atom-core img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    filter: saturate(1.12) contrast(1.04);
    animation: amh-planet-spin 24s linear infinite;
}

@keyframes amh-planet-float {
    0%, 100% { transform: translate(-50%, -50%) rotateX(0deg) rotateY(-4deg); }
    50% { transform: translate(-50%, calc(-50% - 7px)) rotateX(3deg) rotateY(5deg); }
}

@keyframes amh-planet-spin {
    from { transform: rotate(0deg) scale(1.035); }
    to { transform: rotate(360deg) scale(1.035); }
}

@keyframes amh-planet-shine {
    0%, 100% {
        opacity: 0.58;
        transform: translateX(-5%) rotate(-8deg);
    }
    50% {
        opacity: 0.86;
        transform: translateX(7%) rotate(9deg);
    }
}

.amh-kicker {
    margin: 0 0 10px;
    color: var(--amh-gold);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.amh-hero h1,
.amh-page-hero h1,
.amh-site-hero h1 {
    max-width: 780px;
    margin: 0;
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 4rem;
    line-height: 1.02;
    font-weight: 850;
    letter-spacing: 0;
}

.amh-hero-copy,
.amh-page-hero p,
.amh-site-hero p {
    max-width: 720px;
    margin: 20px 0 0;
    color: #c4d3e6;
    font-size: 1.08rem;
}

.amh-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.amh-hero-signals {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 680px;
    margin-top: 26px;
}

.amh-hero-signals a {
    display: grid;
    gap: 4px;
    min-height: 104px;
    align-content: center;
    padding: 14px;
    border: 1px solid rgba(255, 214, 107, 0.16);
    border-radius: var(--amh-radius-sm);
    background:
        linear-gradient(135deg, rgba(255, 214, 107, 0.08), transparent 42%),
        rgba(12, 18, 29, 0.48);
    text-decoration: none;
}

.amh-hero-signals a:hover {
    border-color: rgba(255, 214, 107, 0.38);
    background:
        linear-gradient(135deg, rgba(255, 214, 107, 0.12), transparent 46%),
        rgba(14, 22, 35, 0.72);
}

.amh-hero-signals span,
.amh-hero-signals strong,
.amh-hero-signals em {
    display: block;
}

.amh-hero-signals span {
    color: var(--amh-gold);
    font-size: 0.72rem;
    font-weight: 850;
    text-transform: uppercase;
}

.amh-hero-signals strong {
    color: #fff;
    font-size: 1.34rem;
    line-height: 1;
    font-weight: 900;
}

.amh-hero-signals em {
    color: var(--amh-muted);
    font-size: 0.8rem;
    font-style: normal;
}

.amh-hero-spotlight {
    position: relative;
    display: grid;
    gap: 10px;
    max-width: 680px;
    min-height: 166px;
    margin-top: 16px;
    padding: 18px;
    border: 1px solid rgba(255, 214, 107, 0.22);
    border-radius: var(--amh-radius);
    background:
        radial-gradient(circle at 16% 18%, rgba(255, 214, 107, 0.18), transparent 9rem),
        linear-gradient(135deg, rgba(68, 245, 164, 0.1), rgba(12, 18, 29, 0.64) 44%, rgba(255, 183, 3, 0.08));
    color: #fff;
    text-decoration: none;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.amh-hero-spotlight::after {
    content: "";
    position: absolute;
    inset: auto 18px 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 214, 107, 0.48), rgba(68, 245, 164, 0.34), transparent);
}

.amh-hero-spotlight:hover {
    border-color: rgba(255, 214, 107, 0.48);
    transform: translateY(-1px);
}

.amh-hero-spotlight span,
.amh-hero-spotlight strong,
.amh-hero-spotlight em {
    display: block;
}

.amh-hero-spotlight span {
    color: var(--amh-gold);
    font-size: 0.72rem;
    font-weight: 850;
    text-transform: uppercase;
}

.amh-hero-spotlight strong {
    font-size: 1.55rem;
    line-height: 1.04;
    font-weight: 900;
}

.amh-hero-spotlight em {
    max-width: 600px;
    color: #c4d3e6;
    font-size: 0.92rem;
    font-style: normal;
}

.amh-hero-spotlight dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 4px 0 0;
}

.amh-hero-spotlight div {
    min-width: 0;
    padding: 10px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: var(--amh-radius-sm);
    background: rgba(3, 7, 13, 0.36);
}

.amh-hero-spotlight dt {
    color: var(--amh-muted);
    font-size: 0.68rem;
    font-weight: 850;
    text-transform: uppercase;
}

.amh-hero-spotlight dd {
    margin: 3px 0 0;
    color: var(--amh-green);
    font-size: 1.18rem;
    font-weight: 900;
}

.amh-button {
    padding: 11px 16px;
}

.amh-button-primary {
    border-color: rgba(255, 214, 107, 0.74);
    color: #160f02;
    background: linear-gradient(180deg, var(--amh-gold), var(--amh-gold-strong));
    box-shadow: 0 12px 30px rgba(255, 183, 3, 0.16);
}

.amh-button-primary:hover {
    color: #160f02;
    background: linear-gradient(180deg, #ffe59a, #ffc72d);
}

.amh-button-secondary {
    border-color: rgba(57, 199, 255, 0.36);
    background: rgba(57, 199, 255, 0.1);
}

.amh-hero-terminal,
.amh-info-panel,
.amh-data-panel,
.amh-site-score,
.amh-shortcode-frame,
.amh-empty-state,
.amh-post-excerpt {
    border: 1px solid var(--amh-line);
    border-radius: var(--amh-radius);
    background: var(--amh-panel);
    box-shadow: var(--amh-shadow);
}

.amh-hero-terminal {
    z-index: 3;
    align-self: center;
    width: 100%;
    min-height: 0;
    padding: 16px;
    background:
        linear-gradient(180deg, rgba(18, 23, 34, 0.9), rgba(7, 12, 20, 0.9)),
        rgba(12, 18, 29, 0.84);
}

.amh-terminal-head,
.amh-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--amh-line);
}

.amh-terminal-head span,
.amh-terminal-head em {
    color: #fff;
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 800;
}

.amh-terminal-head em {
    color: var(--amh-gold);
}

.amh-mini-market {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.amh-mini-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 12px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: var(--amh-radius-sm);
    background: rgba(255, 255, 255, 0.035);
    text-decoration: none;
}

.amh-mini-row:hover {
    border-color: rgba(68, 245, 164, 0.42);
}

.amh-mini-row span,
.amh-mini-row strong,
.amh-mini-row em {
    display: block;
    min-width: 0;
}

.amh-mini-row strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff !important;
    font-weight: 850;
}

.amh-mini-row em {
    color: var(--amh-muted);
    font-size: 0.8rem;
    font-style: normal;
}

.amh-mini-row b {
    color: var(--amh-green) !important;
    font-size: 1rem;
}

.amh-ticker {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1px;
    width: min(100%, var(--amh-max));
    margin: 0 auto;
    padding: 0 22px;
}

.amh-ticker-contained {
    margin-top: 24px;
}

.amh-ticker div {
    min-width: 0;
    padding: 18px 16px;
    border: 1px solid rgba(255, 214, 107, 0.16);
    background: linear-gradient(180deg, rgba(18, 24, 35, 0.78), rgba(10, 15, 24, 0.78));
}

.amh-ticker span,
.amh-ticker strong {
    display: block;
}

.amh-ticker span {
    color: var(--amh-muted);
    font-size: 0.75rem;
    font-weight: 760;
    text-transform: uppercase;
}

.amh-ticker strong {
    margin-top: 4px;
    overflow-wrap: anywhere;
    color: #fff !important;
    font-size: 1.32rem;
    line-height: 1.1;
    font-weight: 850;
}

.amh-section {
    width: min(100%, var(--amh-max));
    margin: 0 auto;
    padding: 36px 22px;
}

.amh-section-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 20px;
}

.amh-site-analysis-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding-top: 22px;
    padding-bottom: 16px;
}

.amh-side-stack {
    display: grid;
    align-content: start;
    gap: 20px;
}

.amh-data-panel,
.amh-info-panel {
    overflow: hidden;
}

.amh-data-panel {
    background: rgba(10, 15, 24, 0.84);
}

.amh-info-panel {
    padding: 20px;
}

.amh-info-panel h2,
.amh-panel-head h2 {
    margin: 0;
    color: #fff !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 1.15rem;
    font-weight: 850;
}

.amh-info-panel p {
    margin: 10px 0 0;
}

.amh-panel-head {
    padding: 18px 20px;
}

.amh-panel-head .amh-kicker {
    margin-bottom: 4px;
}

.amh-panel-head-tight {
    padding: 0 0 14px;
}

.amh-panel-head-tight strong {
    color: var(--amh-gold);
}

.amh-table-scroll {
    overflow-x: auto;
}

.amh-yield-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
}

.amh-yield-table th,
.amh-yield-table td {
    padding: 13px 14px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

.amh-yield-table th {
    position: sticky;
    top: 0;
    z-index: 1;
    color: #d9e7f7;
    background: rgba(22, 32, 49, 0.98);
    font-size: 0.72rem;
    font-weight: 850;
    text-transform: uppercase;
}

.amh-yield-table td {
    color: #d8e4f2;
    font-size: 0.9rem;
}

.amh-yield-table tr:hover td {
    background: rgba(57, 199, 255, 0.045);
}

.amh-rank {
    color: var(--amh-dim);
    font-weight: 800;
}

.amh-site-cell {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 10px;
    text-decoration: none;
}

.amh-site-cell strong,
.amh-site-cell em {
    display: block;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.amh-site-cell strong {
    color: #fff;
}

.amh-site-cell em {
    color: var(--amh-muted);
    font-size: 0.78rem;
    font-style: normal;
}

.amh-site-mark {
    display: inline-flex;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(57, 199, 255, 0.34);
    border-radius: var(--amh-radius-sm);
    color: var(--amh-cyan);
    background: rgba(57, 199, 255, 0.08);
    font-size: 0.74rem;
    font-weight: 900;
}

.amh-status {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 9px;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 850;
}

.amh-status-live {
    color: var(--amh-green);
    background: var(--amh-green-soft);
}

.amh-status-warm {
    color: var(--amh-cyan);
    background: var(--amh-cyan-soft);
}

.amh-status-idle {
    color: var(--amh-amber);
    background: var(--amh-amber-soft);
}

.amh-status-paused {
    color: var(--amh-red);
    background: var(--amh-red-soft);
}

.amh-positive {
    color: var(--amh-green) !important;
    font-weight: 850;
}

.amh-action-pair {
    display: flex;
    gap: 7px;
}

.amh-icon-link {
    min-height: 30px;
    padding: 5px 9px;
    font-size: 0.78rem;
}

.amh-muted-link {
    color: var(--amh-muted);
}

.amh-search {
    display: grid;
    gap: 6px;
    min-width: 280px;
}

.amh-search span,
.amh-wallet-form label {
    color: var(--amh-muted);
    font-size: 0.75rem;
    font-weight: 850;
    text-transform: uppercase;
}

.amh-search input,
.amh-wallet-form input {
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--amh-line-strong);
    border-radius: var(--amh-radius-sm);
    color: var(--amh-text);
    background: rgba(255, 255, 255, 0.045);
    padding: 10px 12px;
    outline: none;
}

.amh-search input:focus,
.amh-wallet-form input:focus {
    border-color: rgba(255, 214, 107, 0.66);
    box-shadow: 0 0 0 3px rgba(255, 214, 107, 0.1);
}

.amh-token-facts {
    display: grid;
    gap: 10px;
    margin: 16px 0 0;
}

.amh-token-facts div {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 12px;
    border: 1px solid var(--amh-line);
    border-radius: var(--amh-radius-sm);
    background: rgba(255, 255, 255, 0.035);
}

.amh-token-facts dt,
.amh-token-facts dd {
    margin: 0;
}

.amh-token-facts dt {
    color: var(--amh-muted);
}

.amh-token-facts dd {
    color: var(--amh-text);
    font-weight: 800;
}

.amh-muted {
    color: var(--amh-muted);
}

.amh-bar-chart {
    display: flex;
    align-items: end;
    gap: 5px;
    height: 170px;
    padding-top: 18px;
}

.amh-bar-chart span {
    flex: 1;
    min-width: 7px;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(180deg, var(--amh-gold), var(--amh-green));
}

.amh-meter {
    height: 9px;
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 214, 107, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
}

.amh-meter span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--amh-gold-strong), var(--amh-green));
}

.amh-meter-cyan {
    border-color: rgba(57, 199, 255, 0.24);
}

.amh-meter-cyan span {
    background: linear-gradient(90deg, var(--amh-cyan), var(--amh-green));
}

.amh-command-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding-bottom: 68px;
}

.amh-command {
    display: grid;
    min-height: 190px;
    align-content: space-between;
    gap: 20px;
    padding: 22px;
    border: 1px solid rgba(255, 214, 107, 0.16);
    border-radius: var(--amh-radius);
    background:
        linear-gradient(135deg, rgba(255, 214, 107, 0.08), transparent 42%),
        linear-gradient(180deg, rgba(18, 27, 42, 0.96), rgba(10, 15, 24, 0.96));
    text-decoration: none;
}

.amh-command:hover {
    border-color: rgba(255, 214, 107, 0.46);
}

.amh-command span {
    color: var(--amh-gold);
    font-size: 0.78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.amh-command strong {
    color: #fff !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 1.12rem;
    line-height: 1.35;
}

.amh-command em {
    color: var(--amh-muted);
    font-style: normal;
}

.amh-page-hero,
.amh-site-hero {
    width: min(100%, var(--amh-max));
    margin: 0 auto;
    padding: 78px 22px 32px;
}

.amh-page-hero-compact {
    padding-bottom: 14px;
}

.amh-page-hero h1,
.amh-site-hero h1 {
    font-size: 3.2rem;
    line-height: 1.05;
}

.amh-filter-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

.amh-filter-strip button {
    min-height: 34px;
    padding: 7px 11px;
    color: var(--amh-muted);
}

.amh-filter-strip button.is-active {
    border-color: rgba(255, 214, 107, 0.72);
    color: #160f02;
    background: linear-gradient(180deg, var(--amh-gold), var(--amh-gold-strong));
}

.amh-site-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    align-items: end;
    gap: 22px;
}

.amh-site-score {
    padding: 22px;
    text-align: right;
}

.amh-site-score strong,
.amh-site-score em {
    display: block;
}

.amh-site-score strong {
    margin-top: 34px;
    color: var(--amh-green);
    font-size: 3rem;
    line-height: 1;
}

.amh-site-score em {
    margin-top: 8px;
    color: var(--amh-muted);
    font-style: normal;
}

.amh-slot-list {
    display: grid;
    gap: 9px;
    margin-top: 14px;
}

.amh-slot-list div {
    display: grid;
    gap: 2px;
    padding: 11px;
    border: 1px solid var(--amh-line);
    border-radius: var(--amh-radius-sm);
    background: rgba(255, 255, 255, 0.035);
}

.amh-slot-list strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff !important;
}

.amh-slot-list span {
    color: var(--amh-muted);
    font-size: 0.84rem;
}

.amh-claim-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 580px);
    gap: 24px;
    align-items: end;
}

.amh-wallet-form {
    display: grid;
    gap: 10px;
    padding: 18px;
    border: 1px solid var(--amh-line);
    border-radius: var(--amh-radius);
    background: var(--amh-panel);
}

.amh-wallet-form div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
}

.amh-wallet-form span {
    color: var(--amh-muted);
    font-size: 0.86rem;
}

.amh-empty-state {
    padding: 32px;
    text-align: center;
}

.amh-empty-state h1,
.amh-empty-state h2 {
    margin: 0 0 8px;
    color: #fff !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.amh-empty-state p {
    max-width: 680px;
    margin: 0 auto;
    color: var(--amh-muted);
}

.amh-download-layout {
    display: grid;
    grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.amh-download-notes {
    position: sticky;
    top: 92px;
}

.amh-step-list {
    display: grid;
    gap: 10px;
    margin: 16px 0 0;
    padding-left: 20px;
    color: #d8e4f2;
}

.amh-shortcode-frame {
    padding: 8px;
    background: rgba(10, 15, 24, 0.78);
}

.amh-shortcode-frame .ampa-download-box {
    border-color: rgba(148, 163, 184, 0.2) !important;
    background: #f8fbff !important;
}

.amh-marketplace-shell {
    color: #0f172a;
}

.amh-marketplace-shell > * {
    border-radius: var(--amh-radius);
}

.amh-content-page {
    max-width: 980px;
}

.amh-wordpress-content {
    color: #d8e4f2;
}

.amh-wordpress-content a {
    color: var(--amh-cyan);
}

.amh-post-list {
    display: grid;
    gap: 16px;
}

.amh-post-excerpt {
    padding: 22px;
}

.amh-post-excerpt h2 {
    margin: 0;
}

.amh-post-excerpt h2 a {
    color: #fff;
    text-decoration: none;
}

.amh-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: min(100%, var(--amh-max));
    margin: 0 auto;
    padding: 26px 22px;
    border-top: 1px solid var(--amh-line);
    color: var(--amh-muted);
}

.amh-footer strong,
.amh-footer span {
    display: block;
}

.amh-footer strong {
    color: #fff;
}

.amh-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px;
}

.amh-footer a {
    color: var(--amh-muted);
    text-decoration: none;
}

.amh-footer a:hover {
    color: var(--amh-gold);
}

@media (max-width: 1180px) {
    .amh-header {
        grid-template-columns: 1fr auto;
    }

    .amh-nav {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .amh-hero,
    .amh-section-split,
    .amh-claim-hero,
    .amh-download-layout {
        grid-template-columns: 1fr;
    }

    .amh-hero {
        min-height: 0;
        align-items: center;
        gap: 26px;
        padding-top: 36px;
    }

    .amh-hero-content {
        padding-top: 18px;
    }

    .amh-hero-visual {
        max-width: 760px;
        width: 100%;
        margin: 0 auto;
    }

    .amh-atom-stage {
        min-height: 380px;
    }

    .amh-atom-core {
        width: min(28%, 170px);
        min-width: 118px;
    }

    .amh-download-notes {
        position: static;
    }

    .amh-ticker {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .amh-header {
        position: relative;
        grid-template-columns: 1fr;
        padding: 14px;
        width: calc(100% - 20px);
        margin-top: 10px;
    }

    .amh-wallet-connect {
        width: 100%;
    }

    .amh-nav-list {
        justify-content: flex-start;
    }

    .amh-nav-list a {
        font-size: 0.82rem;
    }

    .amh-hero,
    .amh-page-hero,
    .amh-site-hero,
    .amh-section {
        padding-left: 14px;
        padding-right: 14px;
    }

    .amh-hero {
        min-height: 0;
        padding-top: 36px;
        padding-bottom: 30px;
    }

    .amh-atom-stage {
        min-height: 320px;
    }

    .amh-atom-core {
        width: min(32%, 132px);
        min-width: 92px;
    }

    .amh-hero-signals {
        grid-template-columns: 1fr;
        max-width: none;
    }

    .amh-hero-signals a {
        min-height: 82px;
    }

    .amh-hero-spotlight {
        max-width: none;
        min-height: 0;
        padding: 16px;
    }

    .amh-hero-spotlight dl {
        grid-template-columns: 1fr;
    }

    .amh-hero h1,
    .amh-page-hero h1,
    .amh-site-hero h1 {
        font-size: 2.35rem;
        line-height: 1.06;
    }

    .amh-hero-copy,
    .amh-page-hero p,
    .amh-site-hero p {
        font-size: 1rem;
    }

    .amh-hero-terminal {
        min-height: 0;
    }

    .amh-ticker {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-left: 14px;
        padding-right: 14px;
    }

    .amh-command-grid {
        grid-template-columns: 1fr;
    }

    .amh-site-analysis-grid {
        grid-template-columns: 1fr;
    }

    .amh-panel-head,
    .amh-terminal-head,
    .amh-footer,
    .amh-site-hero {
        display: grid;
        grid-template-columns: 1fr;
    }

    .amh-site-score {
        text-align: left;
    }

    .amh-wallet-form div {
        grid-template-columns: 1fr;
    }

    .amh-search {
        min-width: 0;
        width: 100%;
    }

    .amh-footer-links {
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    .amh-ticker {
        grid-template-columns: 1fr;
    }

    .amh-hero-actions,
    .amh-action-pair {
        display: grid;
        grid-template-columns: 1fr;
    }

    .amh-atom-stage {
        min-height: 280px;
    }

    .amh-button,
    .amh-icon-link {
        width: 100%;
    }
}
