* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #09090b;
    color: #f8fafc;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hm-instant {
    display: grid;
    gap: 18px;
}

.hm-instant-form {
    display: grid;
    gap: 18px;
}

.hm-instant-launchbar {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(12, 12, 16, .82);
    box-shadow: 0 20px 70px rgba(0, 0, 0, .24);
    display: grid;
    gap: 14px;
    padding: 22px;
}

.hm-instant-template {
    display: grid;
    gap: 10px;
}

.hm-instant-template-button {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 4px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .08), transparent 42%),
        rgba(255, 255, 255, .045);
    cursor: pointer;
    display: block;
}

.hm-instant-template-button input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.hm-instant-template-button span {
    align-items: center;
    color: #b8b8c1;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 800;
    gap: 10px;
    line-height: 1.35;
    min-height: 52px;
    padding: 12px 14px;
}

.hm-instant-template-button strong {
    color: #f8fafc;
    font-size: 16px;
    font-weight: 950;
}

.hm-instant-template-button em {
    border: 1px solid rgba(241, 229, 7, .44);
    border-radius: 4px;
    color: #f1e507;
    font-size: 10px;
    font-style: normal;
    font-weight: 950;
    letter-spacing: .06em;
    padding: 4px 7px;
    text-transform: uppercase;
}

.hm-instant-template-button input:checked + span {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16);
}

.hm-instant-template-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}

.hm-instant-template-card {
    border: 1px solid rgba(241, 229, 7, .32);
    border-radius: 4px;
    background:
        linear-gradient(135deg, rgba(241, 229, 7, .13), transparent 42%),
        rgba(255, 255, 255, .045);
    cursor: pointer;
    display: grid;
    gap: 8px;
    min-height: 122px;
    padding: 18px;
}

.hm-instant-template-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.hm-instant-template-card span,
.hm-instant-launchbar {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.hm-instant-template-card span {
    align-items: start;
    display: grid;
    gap: 8px;
    justify-content: start;
}

.hm-instant-template-card strong,
.hm-instant-launchbar strong {
    color: #f8fafc;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.hm-instant-template-card em {
    border: 1px solid rgba(241, 229, 7, .44);
    border-radius: 4px;
    color: #f1e507;
    font-size: 10px;
    font-style: normal;
    font-weight: 950;
    letter-spacing: .06em;
    padding: 4px 7px;
    text-transform: uppercase;
}

.hm-instant-template-card small,
.hm-instant-launchbar span {
    color: #b8b8c1;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
}

.hm-instant-grid {
    align-items: start;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(460px, 1fr) minmax(280px, 340px);
}

.hm-instant-middle {
    display: grid;
    gap: 18px;
    min-width: 0;
}

.hm-instant-core,
.hm-instant-options {
    display: grid;
    gap: 18px;
}

.hm-instant-preview {
    position: sticky;
    top: 18px;
}

.hm-instant-start {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
}

.hm-instant-start-main,
.hm-instant-start-steps article {
    background: rgba(13, 13, 16, .94);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    padding: clamp(18px, 3vw, 34px);
}

.hm-instant-start-main h1 {
    color: #f8fafc;
    font-size: clamp(32px, 5vw, 62px);
    line-height: .95;
    margin: 8px 0 14px;
    max-width: 760px;
}

.hm-instant-start-main p:not(.hm-kicker),
.hm-instant-start-steps span {
    color: #b8b8c1;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.6;
    margin: 0;
}

.hm-instant-start-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.hm-instant-start-steps {
    display: grid;
    gap: 10px;
}

.hm-instant-start-steps article {
    display: grid;
    gap: 8px;
}

.hm-instant-start-steps svg {
    color: #f1e507;
    fill: none;
    height: 24px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
    width: 24px;
}

.hm-instant-start-steps strong {
    color: #f8fafc;
    font-size: 15px;
    font-weight: 950;
}

.hm-instant-word-input {
    font-size: 24px;
    font-weight: 950;
}

.hm-instant-price.is-hidden {
    display: none;
}

.hm-instant-price-note {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .035);
    display: grid;
    gap: 8px;
    margin-top: -4px;
    padding: 12px;
}

.hm-instant-price-note div {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.hm-instant-price-note span,
.hm-instant-fee-copy {
    color: #a1a1aa;
    font-size: 12px;
    font-weight: 800;
}

.hm-instant-price-note strong {
    color: #f8fafc;
    font-size: 13px;
    font-weight: 950;
    text-align: right;
}

.hm-instant-fee-copy {
    margin: -4px 0 0;
}

.hm-instant-color-panel.is-hidden {
    display: none;
}

[data-hoodmint-template-panel].is-hidden {
    display: none !important;
}

.hm-pixel-builder {
    display: grid;
    gap: 16px;
}

.hm-pixel-workbench {
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr);
}

.hm-pixel-navigation {
    display: grid;
    gap: 8px;
}

.hm-pixel-navigation-buttons {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hm-pixel-navigation-button {
    align-items: center;
    background: #080808;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 4px;
    color: #f8fafc;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    min-height: 54px;
    padding: 10px 14px;
}

.hm-pixel-navigation-button span {
    font-size: 14px;
    font-weight: 950;
}

.hm-pixel-navigation-button small {
    color: #737373;
    font-size: 10px;
    font-weight: 850;
}

.hm-pixel-navigation-button:hover,
.hm-pixel-navigation-button:focus-visible,
.hm-pixel-navigation-button.is-active {
    border-color: #f1e507;
}

.hm-pixel-navigation-button.is-active {
    background: rgba(241, 229, 7, .07);
    box-shadow: inset 0 0 0 1px rgba(241, 229, 7, .18);
}

.hm-pixel-navigation-button.is-active span,
.hm-pixel-navigation-button.is-active small {
    color: #f1e507;
}

.hm-pixel-navigation-status {
    align-items: center;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    color: #737373;
    display: flex;
    flex-wrap: wrap;
    font: 800 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
    gap: 8px;
    min-height: 34px;
    padding: 7px 10px;
    text-transform: uppercase;
}

.hm-pixel-navigation-status strong {
    color: #d4d4d8;
    font-weight: 900;
    margin-left: 3px;
    text-transform: none;
}

.hm-pixel-navigation-status i {
    background: rgba(241, 229, 7, .55);
    height: 3px;
    width: 3px;
}

.hm-pixel-navigation-modal {
    max-width: min(680px, calc(100vw - 24px));
    width: 100%;
}

.hm-pixel-navigation-modal::backdrop {
    backdrop-filter: blur(3px);
    background: rgba(0, 0, 0, .82);
}

.hm-pixel-navigation-dialog {
    display: grid;
    gap: 16px;
}

.hm-pixel-navigation-dialog .hm-pixel-menu {
    background: #080808;
    max-height: min(68vh, 680px);
    overflow-y: auto;
}

.hm-pixel-navigation-modal-actions {
    display: flex;
    justify-content: flex-end;
}

.hm-pixel-menu,
.hm-pixel-stage {
    align-content: start;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .035);
    display: grid;
    gap: 12px;
    padding: 12px;
}

.hm-pixel-menu {
    align-self: start;
    grid-auto-rows: max-content;
}

.hm-pixel-menu .hm-field,
.hm-pixel-stage .hm-field {
    align-self: start;
}

.hm-pixel-menu .hm-input,
.hm-pixel-menu .hm-btn,
.hm-pixel-stage .hm-input {
    min-height: 40px;
}

.hm-pixel-menu .hm-btn {
    justify-self: stretch;
}

[data-hoodmint-pixel-property-fields][hidden],
[data-hoodmint-pixel-layer-fields][hidden] {
    display: none !important;
}

.hm-pixel-list {
    border-left: 2px solid transparent;
    display: grid;
    gap: 6px;
    max-height: 190px;
    overflow: auto;
    padding-left: 8px;
}

.hm-pixel-empty-layer {
    border: 1px dashed rgba(255, 255, 255, .16);
    border-radius: 4px;
    color: #a1a1aa;
    font-size: 11px;
    padding: 12px;
}

.hm-pixel-item {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(5, 5, 5, .35);
    color: #d4d4d8;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 900;
    justify-content: space-between;
    min-height: 34px;
    padding: 8px 10px;
    text-align: left;
}

.hm-pixel-item small {
    color: #a1a1aa;
    font-size: 9px;
    margin-left: 8px;
    text-transform: uppercase;
}

.hm-pixel-combinations {
    border: 1px solid rgba(241, 229, 7, .35);
    border-radius: 4px;
    display: grid;
    gap: 6px;
    padding: 12px;
}

.hm-pixel-combinations > div {
    align-items: baseline;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.hm-pixel-combinations span {
    color: #d4d4d8;
    font-size: 12px;
    font-weight: 800;
}

.hm-pixel-combinations strong {
    color: #f1e507;
    font: 900 clamp(20px, 4vw, 30px)/1 ui-monospace, monospace;
}

.hm-pixel-combinations p {
    color: #a1a1aa;
    font-size: 11px;
    margin: 0;
}

.hm-pixel-combinations p.is-healthy {
    color: #f1e507;
}

.hm-pixel-item-row {
    display: grid;
    gap: 6px;
    grid-template-columns: minmax(0, 1fr) auto auto;
}

.hm-pixel-shift-controls {
    display: grid;
    gap: 6px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hm-pixel-shift-controls[hidden] {
    display: none !important;
}

.hm-pixel-shift-button {
    align-items: center;
    background: rgba(241, 229, 7, .04);
    border: 1px solid rgba(241, 229, 7, .24);
    border-radius: 4px;
    color: #f1e507;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    min-height: 32px;
}

.hm-pixel-shift-button svg {
    fill: none;
    height: 16px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 16px;
}

.hm-pixel-shift-button:hover,
.hm-pixel-shift-button:focus-visible {
    background: #f1e507;
    color: #050505;
}

.hm-pixel-json-button {
    border: 1px solid rgba(241, 229, 7, .45);
    border-radius: 4px;
    background: transparent;
    color: #f1e507;
    cursor: pointer;
    font: inherit;
    font-size: 10px;
    font-weight: 900;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-width: 34px;
    padding: 0 7px;
}

.hm-pixel-json-button svg {
    fill: none;
    height: 17px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 17px;
}

.hm-pixel-json-button:hover,
.hm-pixel-json-button:focus-visible {
    background: #f1e507;
    color: #050505;
}

.hm-pixel-menu.is-base-mode .hm-pixel-item.is-active {
    background: #f1e507;
    border-color: #f1e507;
    color: #050505;
    box-shadow: 0 0 18px rgba(241, 229, 7, .12);
}

.hm-pixel-menu.is-base-mode .hm-pixel-item.is-active small {
    color: rgba(5, 5, 5, .68);
}

.hm-pixel-menu.is-properties-mode .hm-pixel-item.is-active {
    background: rgba(241, 229, 7, .06);
    border-color: #f1e507;
    color: #f8fafc;
    box-shadow: inset 0 0 0 1px rgba(241, 229, 7, .18);
}

.hm-pixel-menu.is-properties-mode .hm-pixel-item.is-active small {
    color: #f1e507;
}

.hm-pixel-menu.is-base-mode .hm-pixel-list {
    border-left-color: rgba(241, 229, 7, .55);
}

.hm-pixel-menu.is-properties-mode .hm-pixel-list {
    border-left-color: rgba(241, 229, 7, .55);
}

.hm-pixel-menu.is-properties-mode [data-hoodmint-pixel-property-fields] {
    border-bottom: 1px solid rgba(241, 229, 7, .3);
    padding-bottom: 10px;
}

.hm-pixel-property-layer-row {
    align-items: center;
    border-left: 2px solid rgba(255, 255, 255, .16);
    display: grid;
    gap: 6px;
    grid-template-columns: minmax(64px, 1fr) repeat(2, 40px);
    padding-left: 8px;
}

.hm-pixel-property-layer-row .hm-pixel-action-icon {
    color: #d4d4d8;
    width: 40px;
}

.hm-pixel-action-icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 40px;
    padding: 0;
    width: 40px;
}

.hm-pixel-add-actions {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hm-pixel-add-actions.is-properties-mode [data-hoodmint-pixel-add] {
    grid-column: 1 / -1;
}

.hm-pixel-add-actions [hidden] {
    display: none !important;
}

.hm-pixel-add-actions .hm-btn {
    align-items: center;
    display: inline-flex;
    gap: 7px;
    justify-content: center;
}

.hm-pixel-add-actions [data-hoodmint-pixel-add] {
    order: 1;
}

.hm-pixel-add-actions [data-hoodmint-pixel-layer-add-bottom] {
    order: 2;
}

.hm-pixel-add-actions svg {
    fill: none;
    height: 16px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 16px;
}

.hm-pixel-section-label {
    color: #a1a1aa;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hm-pixel-layer-management {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding-bottom: 10px;
}

.hm-pixel-property-selectors {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hm-pixel-property-selectors label {
    display: grid;
    gap: 5px;
}

.hm-pixel-property-selectors label > span {
    color: #a1a1aa;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.hm-pixel-action-icon svg {
    fill: none;
    height: 20px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 20px;
}

.hm-pixel-menu.is-properties-mode .hm-pixel-json-button,
.hm-pixel-menu.is-properties-mode .hm-pixel-shift-button {
    border-color: rgba(241, 229, 7, .45);
    color: #f1e507;
}

.hm-pixel-menu.is-properties-mode .hm-pixel-json-button:hover,
.hm-pixel-menu.is-properties-mode .hm-pixel-json-button:focus-visible,
.hm-pixel-menu.is-properties-mode .hm-pixel-shift-button:hover,
.hm-pixel-menu.is-properties-mode .hm-pixel-shift-button:focus-visible {
    background: #f1e507;
    color: #050505;
}

.hm-pixel-layers-modal {
    color: #f8fafc;
    margin: auto;
}

.hm-pixel-add-layer-modal {
    color: #f8fafc;
    margin: auto;
}

.hm-pixel-add-layer-modal::backdrop {
    background: rgba(0, 0, 0, .82);
    backdrop-filter: blur(3px);
}

.hm-pixel-autosave-status {
    color: #a1a1aa;
    display: block;
    font-size: 11px;
    margin-top: 10px;
}

.hm-pixel-background-control {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hm-pixel-background-swatches {
    display: flex;
    min-width: 40px;
}

.hm-pixel-background-swatches span {
    background: var(--hm-pixel-background);
    border: 2px solid #111113;
    border-radius: 50%;
    height: 30px;
    margin-left: -7px;
    width: 30px;
}

.hm-pixel-background-swatches span:first-child {
    margin-left: 0;
}

.hm-pixel-background-modal {
    color: #f8fafc;
    margin: auto;
}

.hm-pixel-background-modal::backdrop {
    background: rgba(0, 0, 0, .82);
    backdrop-filter: blur(3px);
}

.hm-pixel-background-list {
    display: grid;
    gap: 8px;
}

.hm-pixel-background-row {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 4px;
    display: grid;
    gap: 10px;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    padding: 8px;
}

.hm-pixel-background-row input[type="color"] {
    border: 0;
    cursor: pointer;
    height: 40px;
    padding: 0;
    width: 52px;
}

.hm-pixel-background-row .hm-pixel-background-hex {
    color: #f1e507;
    font: 800 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    min-height: 38px;
    padding: 0 9px;
    text-transform: lowercase;
}

.hm-pixel-layers-modal::backdrop {
    background: rgba(0, 0, 0, .82);
    backdrop-filter: blur(3px);
}

.hm-pixel-layer-sort-list {
    display: grid;
    gap: 8px;
}

.hm-pixel-sort-layer {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 4px;
    display: grid;
    gap: 8px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 8px;
}

.hm-pixel-sort-layer.is-dragging {
    border-color: #f1e507;
    opacity: .55;
}

.hm-pixel-sort-layer.is-drop-target {
    border-color: #f1e507;
    box-shadow: inset 0 0 0 1px #f1e507;
}

.hm-pixel-drag-handle {
    color: #f1e507;
    cursor: grab;
    font-size: 22px;
    line-height: 1;
    touch-action: none;
    user-select: none;
}

.hm-pixel-layer-position {
    color: #a1a1aa;
    font: 800 11px/1 ui-monospace, monospace;
}

@media (max-width: 520px) {
    .hm-pixel-navigation-button {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .hm-pixel-navigation-status i {
        display: none;
    }

    .hm-pixel-navigation-status span {
        flex: 1 1 100%;
    }

    .hm-pixel-sort-layer {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .hm-pixel-layer-position {
        display: none;
    }
}

.hm-pixel-json-modal {
    color: #f8fafc;
    margin: auto;
    max-height: calc(100dvh - 32px);
    overflow: auto;
}

.hm-pixel-json-modal::backdrop {
    background: rgba(0, 0, 0, .82);
    backdrop-filter: blur(3px);
}

.hm-pixel-json-dialog {
    display: grid;
    gap: 16px;
}

.hm-pixel-json-dialog h3 {
    font-size: clamp(20px, 4vw, 28px);
    margin: 2px 0 0;
}

.hm-pixel-json-dialog code {
    color: #f1e507;
}

.hm-pixel-json-textarea {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 12px;
    min-height: 280px;
    resize: vertical;
    white-space: pre;
}

.hm-pixel-json-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.hm-pixel-color-field {
    align-items: end;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(300px, 1fr) auto minmax(90px, .65fr);
}

.hm-pixel-color-field > label {
    grid-column: 1 / -1;
}

.hm-pixel-color-control {
    align-items: stretch;
    display: grid;
    gap: 8px;
    grid-template-columns: 52px minmax(0, 1fr);
}

.hm-pixel-color-control > input[type="color"] {
    background: #050505;
    border: 1px solid rgba(241, 229, 7, .52);
    cursor: pointer;
    height: 42px;
    min-height: 42px;
    padding: 4px;
    width: 52px;
}

.hm-pixel-color-control > input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}

.hm-pixel-color-control > input[type="color"]::-webkit-color-swatch {
    border: 0;
}

.hm-pixel-color-values {
    align-items: center;
    background: #050505;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 4px;
    display: flex;
    gap: 10px;
    min-height: 42px;
    padding: 4px 5px 4px 10px;
}

.hm-pixel-color-values > code {
    color: #a3a3a3;
    white-space: nowrap;
}

.hm-pixel-color-values label {
    align-items: center;
    display: flex;
    gap: 5px;
    margin-left: auto;
}

.hm-pixel-color-values label > span {
    color: #f1e507;
    font: 900 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .08em;
}

.hm-pixel-color-values .hm-input {
    color: #f1e507;
    font: 800 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    min-height: 30px;
    padding: 0 7px;
    text-transform: lowercase;
    width: 82px;
}

.hm-pixel-color-values .hm-input[aria-invalid="true"],
.hm-pixel-background-hex[aria-invalid="true"] {
    border-color: #ff8070;
    box-shadow: 0 0 0 1px rgba(255, 128, 112, .22);
}

.hm-pixel-color-field code {
    align-self: center;
    color: #a1a1aa;
    font-size: 12px;
    overflow-wrap: anywhere;
}

.hm-pixel-used-colors-open {
    min-height: 42px;
    white-space: nowrap;
}

.hm-pixel-used-colors {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(74px, 1fr));
    max-height: min(55vh, 440px);
    overflow-y: auto;
}

.hm-pixel-used-colors-filters {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hm-pixel-used-colors-filter {
    background: #080808;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 4px;
    color: #d4d4d8;
    cursor: pointer;
    font: 800 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    min-height: 38px;
    padding: 0 10px;
}

.hm-pixel-used-colors-filter:hover,
.hm-pixel-used-colors-filter:focus-visible,
.hm-pixel-used-colors-filter.is-active {
    border-color: #f1e507;
    color: #f1e507;
}

.hm-pixel-used-colors-filter.is-active {
    background: rgba(241, 229, 7, .06);
    box-shadow: inset 0 0 0 1px rgba(241, 229, 7, .18);
}

.hm-pixel-used-color {
    align-items: center;
    background: #080808;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 4px;
    color: #f8fafc;
    cursor: pointer;
    display: grid;
    gap: 7px;
    justify-items: center;
    padding: 8px 5px;
}

.hm-pixel-used-color:hover,
.hm-pixel-used-color:focus-visible,
.hm-pixel-used-color.is-active {
    border-color: #f1e507;
    box-shadow: inset 0 0 0 1px rgba(241, 229, 7, .2);
}

.hm-pixel-used-color-swatch {
    background: var(--hm-used-color);
    border: 1px solid rgba(255, 255, 255, .3);
    height: 44px;
    width: 44px;
}

.hm-pixel-used-color code {
    color: #d4d4d8;
    font-size: 9px;
}

.hm-pixel-used-color small {
    color: #737373;
    font-size: 9px;
}

.hm-pixel-used-colors-empty {
    color: #a1a1aa;
    font-size: 12px;
    grid-column: 1 / -1;
    margin: 0;
}

@media (max-width: 520px) {
    .hm-pixel-color-field {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .hm-pixel-color-field > code {
        grid-column: 1 / -1;
    }

    .hm-pixel-color-control {
        grid-column: 1 / -1;
    }

    .hm-pixel-color-values {
        flex-wrap: wrap;
    }
}

.hm-pixel-canvas {
    aspect-ratio: 1 / 1;
    background: #111;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 4px;
    cursor: crosshair;
    display: block;
    height: auto;
    image-rendering: pixelated;
    max-width: 100%;
    touch-action: none;
    width: 100%;
}

.hm-pixel-fits {
    border-left: 2px solid rgba(241, 229, 7, .65);
    display: grid;
    gap: 8px;
    padding-left: 8px;
}

.hm-pixel-fits[hidden] {
    display: none;
}

.hm-pixel-fits-options {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.hm-pixel-fits-count {
    color: #f1e507;
    font: 850 10px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
    margin-left: auto;
}

.hm-pixel-fits > small {
    color: #8b8b95;
    font-size: 10px;
    line-height: 1.4;
}

.hm-field-label-row {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.hm-small-link-btn {
    font-size: 11px;
    min-height: 32px;
    padding: 7px 10px;
    white-space: nowrap;
}

.hm-field-note {
    color: #8b8b95;
    display: block;
    font-size: 11px;
    font-weight: 800;
    margin-top: -8px;
}

.hm-segment {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(2, 1fr);
    padding: 4px;
}

.hm-segment label {
    cursor: pointer;
    min-width: 0;
}

.hm-segment input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.hm-segment span {
    border-radius: 4px;
    color: #a1a1aa;
    display: grid;
    font-size: 13px;
    font-weight: 950;
    min-height: 40px;
    place-items: center;
}

.hm-segment input:checked + span {
    background: #f1e507;
    color: #050505;
}

.hm-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-height: 280px;
    overflow: auto;
    padding-right: 4px;
}

.hm-choice-chip {
    cursor: pointer;
}

.hm-choice-chip input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.hm-choice-chip span {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 4px;
    color: #d4d4d8;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    gap: 7px;
    min-height: 34px;
    padding: 8px 10px;
}

.hm-choice-chip input:checked + span {
    border-color: #f1e507;
    color: #f8fafc;
    box-shadow: inset 0 0 0 1px rgba(241, 229, 7, .35);
}

.hm-pixel-fits .hm-choice-chip input:checked + span {
    background: #f1e507;
    color: #050505;
    box-shadow: 0 0 0 1px rgba(241, 229, 7, .35), 0 0 18px rgba(241, 229, 7, .12);
}

.hm-pixel-fit-button {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 4px;
    color: #d4d4d8;
    font-family: inherit;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    min-height: 34px;
    padding: 8px 10px;
}

.hm-pixel-fit-button:hover,
.hm-pixel-fit-button:focus-visible {
    border-color: rgba(241, 229, 7, .7);
}

.hm-pixel-fit-button[aria-pressed="true"] {
    background: #f1e507;
    border-color: #f1e507;
    box-shadow: 0 0 0 1px rgba(241, 229, 7, .35), 0 0 18px rgba(241, 229, 7, .12);
    color: #050505;
}

.hm-choice-chip i {
    background: var(--hm-chip-color, #f1e507);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    width: 14px;
}

.hm-instant-launchbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
}

.hm-instant-preview {
    display: grid;
    gap: 18px;
}

.hm-instant-preview h2 {
    color: #f8fafc;
    font-size: 22px;
    line-height: 1.05;
    margin: 0;
    overflow-wrap: anywhere;
}

.hm-instant-preview-art {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: rgba(5, 5, 5, .72);
    background: var(--hm-preview-base, rgba(5, 5, 5, .72));
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .18);
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 24px;
    position: relative;
}

.hm-instant-preview-art canvas {
    display: block;
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.hm-instant-preview-art[data-pattern="stripes"] {
    background-image:
        repeating-linear-gradient(45deg, var(--hm-preview-pattern-color), var(--hm-preview-pattern-color) 2px, transparent 2px, transparent 34px),
        var(--hm-preview-base, none);
}

.hm-instant-preview-art[data-pattern="lines"] {
    background-image:
        repeating-linear-gradient(0deg, transparent, transparent 44px, var(--hm-preview-pattern-color) 44px, var(--hm-preview-pattern-color) 47px),
        var(--hm-preview-base, none);
    background-position: center;
}

.hm-instant-preview-art[data-pattern="squares"] {
    background-image:
        linear-gradient(var(--hm-preview-pattern-color) 12px, transparent 12px),
        linear-gradient(90deg, var(--hm-preview-pattern-color) 12px, transparent 12px),
        var(--hm-preview-base, none);
    background-position: center;
    background-size: 76px 76px, 76px 76px, auto;
}

.hm-instant-preview-art[data-pattern="grid-tight"],
.hm-instant-preview-art[data-pattern="grid"],
.hm-instant-preview-art[data-pattern="grid-wide"],
.hm-instant-preview-art[data-pattern="grid-cross"] {
    background-image:
        linear-gradient(var(--hm-preview-pattern-color) 1px, transparent 1px),
        linear-gradient(90deg, var(--hm-preview-pattern-color) 1px, transparent 1px),
        var(--hm-preview-base, none);
    background-position: center, center, center;
    background-size: 36px 36px, 36px 36px, auto;
}

.hm-instant-preview-art[data-pattern="grid"] {
    background-size: 52px 52px, 52px 52px, auto;
}

.hm-instant-preview-art[data-pattern="grid-wide"] {
    background-size: 82px 82px, 82px 82px, auto;
}

.hm-instant-preview-art[data-pattern="grid-cross"] {
    background-image:
        linear-gradient(var(--hm-preview-pattern-color) 1px, transparent 1px),
        linear-gradient(90deg, var(--hm-preview-pattern-color) 1px, transparent 1px),
        repeating-linear-gradient(45deg, var(--hm-preview-pattern-color), var(--hm-preview-pattern-color) 1px, transparent 1px, transparent 52px),
        repeating-linear-gradient(-45deg, var(--hm-preview-pattern-color), var(--hm-preview-pattern-color) 1px, transparent 1px, transparent 52px),
        var(--hm-preview-base, none);
    background-position: center, center, center, center, center;
    background-size: 52px 52px, 52px 52px, auto, auto, auto;
}

.hm-instant-preview-art[data-pattern="dots"] {
    background-image:
        radial-gradient(circle at 13% 21%, var(--hm-preview-pattern-color) 2px, transparent 3px),
        radial-gradient(circle at 31% 74%, var(--hm-preview-pattern-color) 3px, transparent 4px),
        radial-gradient(circle at 48% 36%, var(--hm-preview-pattern-color) 2px, transparent 3px),
        radial-gradient(circle at 67% 58%, var(--hm-preview-pattern-color) 4px, transparent 5px),
        radial-gradient(circle at 82% 18%, var(--hm-preview-pattern-color) 2px, transparent 3px),
        radial-gradient(circle at 88% 82%, var(--hm-preview-pattern-color) 3px, transparent 4px),
        radial-gradient(circle at 19% 91%, var(--hm-preview-pattern-color) 2px, transparent 3px),
        var(--hm-preview-base, none);
    background-size: auto;
}

.hm-instant-preview-art[data-texture="soft-grain"] {
    filter: contrast(1.04);
}

.hm-instant-preview-art[data-texture="soft-grain"]::before,
.hm-instant-preview-art[data-texture="print-grain"]::before {
    background-image: radial-gradient(circle, rgba(255, 255, 255, .18) 1px, transparent 1px);
    background-size: 14px 14px;
    content: "";
    inset: 0;
    opacity: .24;
    pointer-events: none;
    position: absolute;
}

.hm-instant-preview-art[data-texture="print-grain"]::before {
    background-size: 9px 9px;
    opacity: .34;
}

.hm-instant-preview-art span {
    color: rgba(5, 5, 5, .68);
    display: block;
    font-size: 46px;
    font-weight: 950;
    line-height: 1;
    max-width: 100%;
    position: relative;
    text-align: center;
    transform: rotate(-2deg);
    white-space: nowrap;
}

.hm-instant-preview-facts {
    display: grid;
    gap: 8px;
    margin: 0;
}

.hm-instant-preview-facts div {
    align-items: start;
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: grid;
    gap: 10px;
    grid-template-columns: 74px minmax(0, 1fr);
    padding-top: 8px;
}

.hm-instant-preview-facts dt {
    color: #71717a;
    font-size: 11px;
    font-weight: 900;
}

.hm-instant-preview-facts dd {
    color: #e4e4e7;
    font-size: 12px;
    font-weight: 900;
    margin: 0;
    overflow-wrap: anywhere;
}

.hm-font-gallery {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}

.hm-font-card {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(12, 12, 16, .82);
    display: grid;
    gap: 18px;
    min-height: 250px;
    overflow: hidden;
    padding: 18px;
}

.hm-font-card-head {
    align-items: start;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.hm-font-card-head div {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.hm-font-card-head span,
.hm-font-card-head code {
    color: #a1a1aa;
    font-size: 11px;
    font-weight: 900;
}

.hm-font-card-head strong {
    color: #f8fafc;
    font-size: 15px;
    font-weight: 950;
}

.hm-font-card-head code {
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 4px;
    max-width: 118px;
    overflow: hidden;
    padding: 4px 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hm-font-card p {
    align-self: center;
    color: #f1e507;
    font-size: 38px;
    line-height: .98;
    margin: 0;
    overflow-wrap: anywhere;
}

.hm-generator-template-card {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .07), transparent 42%),
        rgba(255, 255, 255, .035);
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 18px;
    padding: 18px;
}

.hm-generator-template-card h2 {
    font-size: 22px;
    line-height: 1.1;
    margin: 0 0 6px;
}

@media (max-width: 1120px) {
    .hm-instant-grid {
        grid-template-columns: 1fr;
    }

    .hm-instant-preview {
        position: static;
    }
}

@media (max-width: 860px) {
    .hm-instant-launchbar,
    .hm-generator-template-card {
        grid-template-columns: 1fr;
    }

    .hm-field-label-row {
        align-items: start;
        flex-direction: column;
    }

    .hm-pixel-workbench {
        grid-template-columns: 1fr;
    }

    .hm-font-card p {
        font-size: 28px;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

.hm-shell {
    min-height: 100vh;
    background:
        linear-gradient(135deg, rgba(241, 229, 7, .16), transparent 34%),
        linear-gradient(315deg, rgba(241, 229, 7, .14), transparent 38%),
        #09090b;
}

.hm-error-shell {
    align-items: center;
    background:
        radial-gradient(circle at 50% 0, rgba(241, 229, 7, .18), transparent 34%),
        linear-gradient(145deg, rgba(241, 229, 7, .12), transparent 36%),
        #09090b;
    color: #f8fafc;
    display: grid;
    min-height: 100vh;
    padding: 24px;
    place-items: center;
}

.hm-error-card {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 4px;
    background: rgba(15, 15, 18, .86);
    box-shadow: 0 24px 80px rgba(0, 0, 0, .32);
    display: grid;
    gap: 14px;
    justify-items: center;
    max-width: 520px;
    padding: 32px;
    text-align: center;
    width: 100%;
}

.hm-error-code {
    color: #f1e507;
    font-size: clamp(58px, 12vw, 120px);
    font-weight: 950;
    line-height: .9;
}

.hm-error-card h1 {
    font-size: clamp(28px, 5vw, 46px);
    line-height: 1;
}

.hm-error-card p {
    color: #d4d4d8;
    line-height: 1.55;
    margin: 0;
}

.hm-mint-shell {
    min-height: 100vh;
    background:
        radial-gradient(circle at 50% -12%, rgba(241, 229, 7, .2), transparent 32%),
        radial-gradient(circle at 88% 24%, rgba(241, 229, 7, .12), transparent 26%),
        linear-gradient(145deg, rgba(241, 229, 7, .08), transparent 34%),
        #09090b;
    color: #f8fafc;
    padding: 24px 16px 32px;
}

.hm-nav,
.hm-wrap {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}

.hm-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 0;
}

.hm-page-bar {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    min-height: 82px;
    margin-bottom: 18px;
    padding: 14px 0;
}

.hm-page-bar h1 {
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1;
    margin: 0;
}

.hm-page-bar-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.hm-overview-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.hm-overview-meta p {
    margin: 0;
}

.hm-footer {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background:
        linear-gradient(135deg, rgba(241, 229, 7, .075), transparent 34%),
        linear-gradient(315deg, rgba(241, 229, 7, .06), transparent 38%),
        rgba(10, 10, 13, .86);
    box-shadow: 0 24px 80px rgba(0, 0, 0, .24);
    color: #a1a1aa;
    display: grid;
    gap: 30px;
    margin: 72px auto 0;
    padding: 38px;
    width: min(1120px, calc(100% - 32px));
}

.hm-footer-main {
    align-items: start;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(260px, 1fr) minmax(420px, .95fr);
    justify-content: space-between;
}

.hm-footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: #81818b;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding-top: 22px;
}

.hm-footer-mint {
    margin-top: 52px;
    width: min(980px, calc(100% - 16px));
}

.hm-footer-brand {
    color: #f8fafc;
    display: inline-flex;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 16px;
}

.hm-footer p,
.hm-footer small,
.hm-footer-bottom span {
    font-size: 12px;
    font-weight: 800;
    margin: 0;
}

.hm-footer p {
    color: #b8b8c1;
    line-height: 1.7;
    max-width: 430px;
}

.hm-footer-links {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    justify-content: stretch;
}

.hm-footer-links div {
    border-left: 1px solid rgba(255, 255, 255, .1);
    display: grid;
    gap: 10px;
    min-width: 0;
    padding-left: 18px;
}

.hm-footer-links strong {
    color: #f8fafc;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hm-footer-links a {
    color: #a1a1aa;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.35;
    text-decoration: none;
}

.hm-footer-links a:hover {
    color: #f1e507;
}

.hm-footer-seo {
    border-top: 1px solid rgba(255, 255, 255, .08);
    display: grid;
    gap: 12px;
    justify-items: center;
    padding-top: 26px;
    text-align: center;
}

.hm-footer-seo h2 {
    color: #f8fafc;
    font-size: clamp(19px, 1.7vw, 26px);
    line-height: 1.08;
    margin: 0;
}

.hm-footer-seo p:not(.hm-kicker) {
    color: #b8b8c1;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    max-width: 760px;
}

.hm-footer-seo nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.hm-footer-seo nav a {
    border: 1px solid rgba(241, 229, 7, .26);
    border-radius: 4px;
    color: #f1e507;
    font-size: 11px;
    font-weight: 950;
    padding: 8px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.hm-footer-seo nav a:hover {
    background: #f1e507;
    color: #09090b;
}

.hm-brand {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 44px;
    letter-spacing: 0;
    line-height: 1;
}

.hm-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.hm-inline-form {
    margin: 0;
}

.hm-btn,
.hm-link-btn {
    border: 1px solid rgba(255, 255, 255, .16);
    color: #09090b;
    background: #f1e507;
    min-height: 44px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 800;
    cursor: pointer;
    border-radius: 4px;
}

.hm-btn.secondary,
.hm-link-btn.secondary {
    background: rgba(255, 255, 255, .08);
    color: #f8fafc;
}

.hm-link-btn.is-active {
    border-color: rgba(241, 229, 7, .7);
    background: #f1e507;
    color: #09090b;
}

.hm-drop-nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.hm-drop-nav .hm-link-btn {
    gap: 8px;
}

.hm-drop-nav svg,
.hm-drop-nav img {
    display: none;
    height: 17px;
    width: 17px;
}

.hm-drop-nav svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.hm-link-btn svg,
.hm-link-btn img {
    flex: 0 0 auto;
}

.hm-btn.pink,
.hm-link-btn.pink {
    background: #f1e507;
}

.hm-nav-instant-btn {
    background: #f1e507;
    border-color: rgba(241, 229, 7, .82);
    color: #050505;
}

.hm-nav-create-instant svg {
    fill: none;
    height: 17px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.4;
    width: 17px;
}

.hm-nav-create-instant {
    white-space: nowrap;
}

@media (max-width: 420px) {
    .hm-nav-create-instant span {
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    .hm-nav-create-instant {
        padding: 0;
        width: 40px;
    }
}

.hm-btn.danger {
    background: #ff3030;
    color: #050505;
}

.hm-link-btn.danger {
    background: rgba(255, 48, 48, .14);
    border-color: rgba(255, 48, 48, .38);
    color: #ff8c8c;
}

.hm-btn:disabled,
.hm-link-btn:disabled {
    cursor: not-allowed;
    opacity: .55;
}

.hm-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    gap: 32px;
    align-items: center;
    padding: 56px 0 40px;
}

.hm-home-section-head {
    align-items: end;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 16px;
}

.hm-home-market-layout {
    align-items: start;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}

.hm-home-market-main {
    min-width: 0;
}

.hm-home-leaderboards {
    display: grid;
    gap: 14px;
    min-width: 0;
    overflow: hidden;
    padding-top: 4px;
}

.hm-home-seo-intro {
    align-items: end;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background:
        linear-gradient(135deg, rgba(241, 229, 7, .12), transparent 34%),
        rgba(12, 12, 15, .78);
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 18px;
    padding: 18px;
}

.hm-home-seo-intro h1 {
    color: #f8fafc;
    font-size: clamp(24px, 3.6vw, 42px);
    line-height: .95;
    margin: 0;
}

.hm-home-seo-intro p:not(.hm-kicker) {
    color: #d4d4d8;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.55;
    margin: 10px 0 0;
    max-width: 760px;
}

.hm-home-seo-intro nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    max-width: 420px;
}

.hm-home-seo-intro nav a {
    border: 1px solid rgba(241, 229, 7, .26);
    border-radius: 4px;
    color: #f1e507;
    font-size: 11px;
    font-weight: 950;
    padding: 8px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.hm-home-seo-intro nav a:hover {
    background: #f1e507;
    color: #09090b;
}

.hm-comment-ticker {
    border: 1px solid rgba(241, 229, 7, .72);
    border-radius: 4px;
    background: #f1e507;
    box-shadow: 0 18px 54px rgba(241, 229, 7, .14);
    color: #09090b;
    margin: 0 0 18px;
    overflow: hidden;
    padding: 8px 0;
}

.hm-comment-ticker-track {
    display: flex;
    width: max-content;
    animation: hmCommentTicker 22s linear infinite;
}

.hm-comment-ticker-row {
    display: flex;
    gap: 10px;
    padding-right: 10px;
}

.hm-comment-ticker-item {
    align-items: center;
    border: 1px solid rgba(9, 9, 11, .18);
    border-radius: 4px;
    color: #09090b;
    display: inline-flex;
    gap: 8px;
    max-width: 360px;
    min-width: 240px;
    overflow: hidden;
    padding: 8px 10px;
    text-decoration: none;
    white-space: nowrap;
}

.hm-comment-ticker-item strong {
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.hm-comment-ticker-item span {
    font-size: 12px;
    font-weight: 850;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

@keyframes hmCommentTicker {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.hm-leaderboard-card {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background:
        linear-gradient(135deg, rgba(241, 229, 7, .08), transparent 36%),
        rgba(12, 12, 15, .78);
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 14px;
}

.hm-leaderboard-head {
    align-items: end;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 8px;
}

.hm-leaderboard-head span {
    color: #f1e507;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.hm-leaderboard-head strong {
    color: #f8fafc;
    font-size: 13px;
    font-weight: 950;
    text-align: right;
}

.hm-leaderboard-head a {
    color: #a1a1aa;
    font-size: 10px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.hm-leaderboard-head a:hover {
    color: #f8fafc;
}

.hm-mini-table-wrap {
    margin-inline: 0;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.hm-leaderboard-card .hm-mini-table-wrap {
    overflow-x: visible;
}

.hm-mini-table {
    min-width: 0 !important;
    table-layout: fixed;
    width: 100%;
}

.hm-mini-table th,
.hm-mini-table td {
    font-size: 11px;
    min-width: 0;
    overflow: hidden;
    padding: 9px 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hm-mini-table th:first-child,
.hm-mini-table td:first-child {
    width: auto;
}

.hm-mini-table td {
    color: #f4f4f5;
    font-weight: 850;
}

.hm-mini-table a {
    color: #f8fafc;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hm-mini-table a:hover {
    color: #f1e507;
}

.hm-mini-table small {
    color: #a1a1aa;
    display: block;
    font-size: 10px;
    font-weight: 850;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hm-mini-table th:last-child,
.hm-mini-table td:last-child {
    padding-right: 10px;
    text-align: right;
    width: 64px;
}

.hm-momentum-tabs {
    display: grid;
    gap: 10px;
}

.hm-momentum-tablist {
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hm-momentum-tab {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .06);
    color: #d4d4d8;
    cursor: pointer;
    font-size: 10px;
    font-weight: 950;
    min-height: 30px;
    overflow: hidden;
    padding: 0 2px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.hm-momentum-tab.is-active {
    border-color: rgba(241, 229, 7, .68);
    background: #f1e507;
    color: #09090b;
}

.hm-momentum-panel {
    display: none;
}

.hm-momentum-panel.is-active {
    display: block;
}

.hm-momentum-table {
    table-layout: fixed;
}

.hm-momentum-table th:last-child,
.hm-momentum-table td:last-child {
    padding-right: 10px;
    text-align: right;
    width: 64px;
}

.hm-home-drops {
    padding: 18px 0;
}

.hm-home-drops.is-first {
    padding-top: 4px;
}

.hm-home-section-head h2 {
    font-size: clamp(22px, 2.6vw, 32px);
    line-height: .95;
    margin-top: 8px;
}

.hm-home-section-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.hm-home-section-actions > span {
    color: #a1a1aa;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.hm-count-badge {
    border: 1px solid rgba(241, 229, 7, .28);
    border-radius: 4px;
    background: rgba(241, 229, 7, .08);
    color: #f1e507 !important;
    padding: 7px 10px;
}

.hm-home-drop-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hm-home-see-more {
    display: flex;
    justify-content: flex-start;
    margin-top: 14px;
}

.hm-home-see-more-mobile {
    display: none;
}

.hm-home-market-main .hm-home-drop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hm-home-market-main .hm-home-mobile-extra {
    display: none;
}

.hm-drops-index .hm-home-drop-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hm-drops-intro {
    border: 1px solid rgba(241, 229, 7, .2);
    border-radius: 4px;
    background:
        linear-gradient(135deg, rgba(241, 229, 7, .1), transparent 44%),
        rgba(12, 12, 15, .82);
    display: grid;
    gap: 8px;
    padding: 16px;
}

.hm-drops-intro h2 {
    color: #f8fafc;
    font-size: clamp(18px, 1.55vw, 24px);
    line-height: 1.08;
    margin: 0;
}

.hm-drops-intro p:not(.hm-kicker) {
    color: #d4d4d8;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    max-width: 68ch;
}

.hm-home-drop-card {
    box-shadow: 0 18px 56px rgba(0, 0, 0, .24);
    min-width: 0;
    position: relative;
}

.hm-home-drop-card .hm-drop-media {
    aspect-ratio: 1;
    font-size: 30px;
}

.hm-home-drop-card .hm-drop-body {
    gap: 10px;
    padding: 12px;
}

.hm-home-drop-card .hm-drop-head {
    display: grid;
    gap: 8px;
}

.hm-home-drop-card .hm-drop-head h3 {
    color: #f8fafc;
    font-size: 16px;
    line-height: 1.08;
    margin: 0;
    overflow-wrap: anywhere;
}

.hm-home-drop-card .hm-drop-head h3 a {
    color: inherit;
    text-decoration: none;
}

.hm-home-drop-card .hm-drop-head h3 a:hover {
    color: #f1e507;
}

.hm-home-drop-card .hm-drop-head p {
    font-size: 11px;
    margin-top: 5px;
}

.hm-home-drop-card .hm-badge {
    justify-self: start;
}

.hm-drop-card-link {
    color: inherit;
    display: block;
    height: 100%;
    min-width: 0;
    text-decoration: none;
}

.hm-drop-status-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.hm-drop-card-opensea {
    height: 28px;
    min-height: 28px;
    width: 28px;
}

.hm-home-drop-card .hm-drop-progress-row strong,
.hm-home-drop-card .hm-drop-progress-row span {
    font-size: 11px;
}

.hm-home-drop-card .hm-drop-meta {
    display: grid;
    gap: 4px;
    font-size: 11px;
}

.hm-home-start {
    color: #f1e507;
    font-size: 11px;
    font-weight: 900;
}

.hm-home-empty-card {
    min-height: 100%;
}

.hm-section.hm-home-walkthrough {
    align-items: center;
    border: 1px solid rgba(241, 229, 7, .22);
    border-radius: 4px;
    background:
        linear-gradient(90deg, rgba(241, 229, 7, .14), rgba(241, 229, 7, .08)),
        rgba(12, 12, 15, .82);
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 16px 0;
    padding: 32px 40px;
}

.hm-home-info-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 14px 0;
}

.hm-home-info-card {
    align-content: start;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background:
        linear-gradient(135deg, rgba(241, 229, 7, .1), transparent 42%),
        linear-gradient(315deg, rgba(241, 229, 7, .08), transparent 48%),
        rgba(12, 12, 15, .82);
    display: grid;
    gap: 12px;
    min-height: 100%;
    padding: 18px;
    text-align: center;
}

.hm-home-info-card h2 {
    color: #f8fafc;
    font-size: clamp(18px, 1.5vw, 23px);
    line-height: 1.08;
    margin: 0;
}

.hm-home-info-card p:not(.hm-kicker) {
    color: #d4d4d8;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.55;
    margin: 0;
}

.hm-home-info-card .hm-link-btn {
    justify-self: center;
    margin-top: 2px;
}

.hm-section.hm-home-affiliate,
.hm-section.hm-home-marketplace {
    align-items: center;
    border: 1px solid rgba(241, 229, 7, .22);
    border-radius: 4px;
    background:
        linear-gradient(90deg, rgba(241, 229, 7, .1), rgba(241, 229, 7, .1)),
        rgba(12, 12, 15, .78);
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 16px 0;
    padding: 28px 40px;
}

.hm-home-affiliate h2,
.hm-home-marketplace h2 {
    font-size: clamp(22px, 3vw, 32px);
    line-height: 1;
    margin: 0;
}

.hm-home-affiliate p:not(.hm-kicker),
.hm-home-marketplace p:not(.hm-kicker) {
    color: #d4d4d8;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.6;
    margin: 10px 0 0;
    max-width: 720px;
}

.hm-home-walkthrough h2 {
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1;
    margin: 0;
}

.hm-home-walkthrough p:not(.hm-kicker) {
    color: #d4d4d8;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.6;
    margin: 10px 0 0;
    max-width: 720px;
}

.hm-section.hm-home-powered {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background:
        linear-gradient(135deg, rgba(241, 229, 7, .12), transparent 36%),
        linear-gradient(315deg, rgba(241, 229, 7, .08), transparent 34%),
        rgba(12, 12, 15, .72);
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(150px, .34fr) minmax(0, 1fr);
    margin: 16px 0;
    padding: 30px 40px;
}

.hm-home-powered-copy {
    display: grid;
}

.hm-home-powered-copy h2 {
    font-size: clamp(18px, 2.2vw, 28px);
    line-height: 1;
    margin: 0;
}

.hm-home-powered-logos {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hm-powered-logo-card {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 4px;
    background: rgba(255, 255, 255, .055);
    display: grid;
    gap: 10px;
    justify-items: center;
    min-height: 112px;
    padding: 14px;
}

.hm-powered-logo-card img {
    height: 54px;
    max-width: 92px;
    object-fit: contain;
    width: 100%;
}

.hm-powered-logo-card span {
    color: #f8fafc;
    font-size: 14px;
    font-weight: 950;
    text-align: center;
}

.hm-home-faq {
    padding-bottom: 10px;
}

.hm-home-faq-head {
    align-items: end;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 16px;
}

.hm-home-faq-head h2 {
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1;
    margin-top: 6px;
}

.hm-home-faq-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hm-faq-page {
    display: grid;
    gap: 24px;
    margin: 0 auto;
    max-width: 960px;
}

.hm-faq-hero {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    display: grid;
    gap: 14px;
    padding-bottom: 28px;
}

.hm-faq-hero h1 {
    font-size: clamp(34px, 5vw, 62px);
    line-height: .98;
    max-width: 820px;
}

.hm-faq-hero p {
    font-size: 18px;
    line-height: 1.65;
    max-width: 720px;
}

.hm-faq-list {
    display: grid;
    gap: 12px;
}

.hm-faq-item {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(12, 12, 15, .72);
    overflow: hidden;
}

.hm-faq-item summary {
    align-items: center;
    color: #f8fafc;
    cursor: pointer;
    display: flex;
    gap: 12px;
    font-size: 15px;
    font-weight: 950;
    line-height: 1.35;
    list-style: none;
    padding: 16px;
}

.hm-faq-item summary::-webkit-details-marker {
    display: none;
}

.hm-faq-item summary::after {
    color: #f1e507;
    content: "+";
    font-size: 20px;
    font-weight: 950;
    margin-left: auto;
}

.hm-faq-item[open] summary::after {
    content: "-";
}

.hm-faq-item summary span {
    color: #f1e507;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 950;
}

.hm-faq-deep-link {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 4px;
    color: #f1e507;
    display: inline-grid;
    flex: 0 0 30px;
    height: 30px;
    margin-left: auto;
    place-items: center;
    width: 30px;
}

.hm-faq-deep-link + * {
    margin-left: 0;
}

.hm-faq-deep-link svg {
    fill: none;
    height: 15px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 15px;
}

.hm-faq-item summary:has(.hm-faq-deep-link)::after {
    margin-left: 0;
}

.hm-faq-item p {
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: #d4d4d8;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    padding: 0 16px 16px;
}

.hm-faq-show {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background:
        linear-gradient(135deg, rgba(241, 229, 7, .1), transparent 34%),
        rgba(12, 12, 15, .76);
    display: grid;
    gap: 18px;
    margin: 0 auto;
    max-width: 920px;
    padding: 34px;
}

.hm-faq-show h1 {
    font-size: clamp(34px, 5vw, 60px);
    line-height: .98;
}

.hm-faq-show p:not(.hm-kicker),
.hm-faq-related-card span {
    color: #d4d4d8;
    font-size: 17px;
    line-height: 1.75;
    margin: 0;
}

.hm-faq-show-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.hm-faq-related {
    margin-top: 34px;
}

.hm-faq-related-card {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(12, 12, 15, .72);
    display: grid;
    gap: 10px;
    padding: 18px;
}

.hm-faq-related-card strong {
    color: #f8fafc;
    line-height: 1.25;
}

.hm-faq-related-card span {
    font-size: 14px;
    line-height: 1.6;
}

.hm-kicker {
    color: #f1e507;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    letter-spacing: 0;
    margin: 0;
}

.hm-hero h1 {
    font-size: clamp(44px, 7vw, 88px);
    line-height: .92;
    margin-top: 16px;
}

.hm-lede {
    color: #d4d4d8;
    font-size: 19px;
    line-height: 1.6;
    max-width: 660px;
}

.hm-panel,
.hm-card {
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(15, 15, 18, .82);
    border-radius: 4px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
}

.hm-panel {
    padding: 24px;
}

.hm-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.hm-split,
.hm-launch-topline,
.hm-collection-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.hm-collection-hero {
    justify-content: flex-start;
}

.hm-collection-thumb {
    width: 112px;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 4px;
    background: rgba(255, 255, 255, .06);
    display: grid;
    place-items: center;
    color: #f1e507;
    font-weight: 900;
    overflow: hidden;
}

.hm-collection-thumb.large {
    width: min(260px, 100%);
}

.hm-collection-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hm-ready-pill {
    border: 1px solid rgba(255, 43, 89, .45);
    border-radius: 4px;
    background: rgba(255, 43, 89, .12);
    color: #ff6b8b;
    font-size: 13px;
    font-weight: 900;
    padding: 8px 10px;
}

.hm-ready-pill.is-ready {
    border-color: rgba(241, 229, 7, .45);
    background: rgba(241, 229, 7, .1);
    color: #f1e507;
}

.hm-step-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.hm-step {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .04);
    display: grid;
    gap: 8px;
    padding: 14px;
}

.hm-step.is-current {
    border-color: rgba(241, 229, 7, .42);
    background: rgba(241, 229, 7, .08);
}

.hm-step.is-done {
    border-color: rgba(241, 229, 7, .35);
    background: rgba(241, 229, 7, .06);
}

.hm-step-number {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .08);
    display: inline-grid;
    place-items: center;
    color: #f8fafc;
    font-weight: 900;
}

.hm-step.is-done .hm-step-number {
    background: #f1e507;
    color: #09090b;
}

.hm-step p {
    color: #a1a1aa;
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
    overflow-wrap: anywhere;
}

.hm-contract-box,
.hm-manual-contract {
    margin-top: 18px;
}

.hm-manual-contract summary {
    color: #d4d4d8;
    cursor: pointer;
    font-weight: 800;
    margin-top: 14px;
}

.hm-asset-meter {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.hm-asset-meter div {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .04);
    display: grid;
    gap: 4px;
    padding: 14px;
}

.hm-asset-meter strong {
    color: #f1e507;
    font-size: 24px;
}

.hm-asset-meter span {
    color: #a1a1aa;
    font-size: 13px;
    font-weight: 800;
}

.hm-mint-breakdown {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.hm-mint-breakdown div {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    background: rgba(255, 255, 255, .05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 42px;
    padding: 10px;
}

.hm-mint-breakdown span {
    color: #a1a1aa;
    font-size: 13px;
    font-weight: 900;
}

.hm-mint-breakdown strong {
    color: #f8fafc;
}

.hm-phase-price-note {
    border: 1px solid rgba(241, 229, 7, .24);
    border-radius: 4px;
    background: rgba(241, 229, 7, .07);
    font-size: 13px;
    font-weight: 900;
    padding: 10px;
}

.hm-phase-price-note div {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.hm-phase-price-note div + div {
    margin-top: 6px;
}

.hm-phase-price-note span {
    color: #a1a1aa;
}

.hm-phase-price-note strong {
    color: #f1e507;
}

.hm-assets-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.hm-assets-upload-head {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    justify-content: space-between;
}

.hm-assets-upload-head h2 {
    margin-top: 0;
}

.hm-assets-upload-steps {
    align-items: center;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.hm-assets-upload-steps span {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 4px;
    background: rgba(255, 255, 255, .05);
    color: #f8fafc;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    gap: 8px;
    padding: 9px 11px;
}

.hm-assets-upload-steps strong {
    align-items: center;
    background: #f1e507;
    border-radius: 999px;
    color: #050704;
    display: inline-flex;
    height: 22px;
    justify-content: center;
    width: 22px;
}

.hm-content-mode-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hm-content-mode-card {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 4px;
    background: rgba(15, 15, 18, .82);
    display: grid;
    gap: 14px;
    padding: 22px;
}

.hm-content-mode-grid-compact {
    margin-top: 18px;
}

.hm-content-mode-grid-compact .hm-content-mode-card {
    padding: 16px;
}

.hm-content-mode-card.is-active {
    border-color: rgba(241, 229, 7, .44);
    box-shadow: inset 0 0 0 1px rgba(241, 229, 7, .12);
}

.hm-content-mode-card > span {
    color: #f1e507;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hm-content-mode-card h2 {
    margin: 0;
}

.hm-content-mode-card p {
    color: #d4d4d8;
    line-height: 1.65;
    margin: 0;
}

.hm-generator-grid {
    align-items: start;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
}

.hm-generator-grid.is-compact {
    grid-template-columns: 1fr;
}

.hm-generator-preview-grid {
    align-items: start;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(280px, .42fr) minmax(0, 1fr);
    margin-top: 18px;
}

.hm-generator-actions {
    align-items: end;
}

.hm-copy-source {
    height: 1px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 1px;
}

.hm-generator-code {
    min-height: 520px;
}

.hm-generator-schema {
    min-height: 220px;
}

.hm-generator-spec {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(0, 0, 0, .24);
    display: grid;
    gap: 14px;
    padding: 16px;
}

.hm-generator-spec h3 {
    margin: 0;
}

.hm-generator-spec pre {
    border-radius: 4px;
    background: rgba(255, 255, 255, .06);
    color: #f8fafc;
    font: 800 12px/1.5 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    margin: 0;
    overflow-x: auto;
    padding: 12px;
}

.hm-generator-spec p {
    color: #d4d4d8;
    line-height: 1.55;
    margin: 0;
}

.hm-playground-shell {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr);
}

.hm-playground-editor,
.hm-playground-result,
.hm-playground-metadata,
.hm-playground-image-card {
    min-width: 0;
}

.hm-playground-editor,
.hm-playground-metadata {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(15, 15, 18, .82);
    padding: 18px;
}

.hm-playground-head {
    align-items: flex-start;
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.hm-playground-head h1,
.hm-playground-head h2 {
    margin: 0;
}

.hm-playground-code {
    margin-top: 16px;
    min-height: 620px;
}

.hm-playground-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.hm-playground-actions .hm-muted.is-error {
    color: #fb7185;
}

.hm-playground-help {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 16px;
    padding-top: 16px;
}

.hm-playground-help h2 {
    color: #f8fafc;
    font-size: .9rem;
    margin: 0 0 10px;
}

.hm-playground-help ul {
    color: #d4d4d8;
    display: grid;
    gap: 8px;
    line-height: 1.55;
    margin: 0;
    padding-left: 18px;
}

.hm-playground-help a {
    color: #f1e507;
    font-weight: 900;
}

.hm-chatgpt-prompt-card {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.hm-chatgpt-prompt-card > .hm-link-btn {
    justify-self: start;
}

.hm-chatgpt-prompt {
    background: rgba(0, 0, 0, .36);
    border: 1px solid rgba(241, 229, 7, .22);
    border-radius: 4px;
    color: #f8fafc;
    display: block;
    font: 800 13px/1.6 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    margin: 0;
    min-height: 170px;
    overflow-x: auto;
    padding: 16px;
    resize: vertical;
    white-space: pre-wrap;
    width: 100%;
}

.hm-article-code {
    background: rgba(0, 0, 0, .36);
    border: 1px solid rgba(241, 229, 7, .22);
    border-radius: 4px;
    color: #f8fafc;
    font: 800 12px/1.55 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    margin: 16px 0 0;
    overflow-x: auto;
    padding: 14px;
    white-space: pre;
}

.frent-protocol-article {
    margin: 0 auto;
    max-width: 820px;
    padding: clamp(12px, 3vw, 40px) 0 64px;
}

.frent-drop-api-article {
    box-sizing: border-box;
    max-width: 884px;
    padding-inline: clamp(16px, 4vw, 32px);
}

.frent-protocol-nav {
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    display: flex;
    gap: 20px;
    margin-bottom: 48px;
    padding-bottom: 12px;
}

.frent-protocol-nav a {
    color: #a1a1aa;
    font-weight: 800;
    text-decoration: none;
}

.frent-protocol-nav a.is-active,
.frent-protocol-nav a:hover {
    color: #f1e507;
}

.frent-protocol-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.5rem;
}

.frent-protocol-link-grid > a {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.4rem;
    color: #f8fafc;
    text-decoration: none;
    border: 1px solid var(--hm-line);
    background: linear-gradient(145deg, rgba(203, 255, 0, .08), rgba(255, 255, 255, .015) 48%);
    transition: border-color 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.frent-protocol-link-grid > a:hover {
    transform: translateY(-3px);
    border-color: #f1e507;
}

.frent-protocol-link-grid span {
    color: #f1e507;
    font: 700 .72rem/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    letter-spacing: .12em;
}

.frent-protocol-link-grid strong {
    margin-top: auto;
    font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.frent-protocol-link-grid small {
    margin-top: .45rem;
    color: #a1a1aa;
    line-height: 1.5;
}

.frent-protocol-link-grid em {
    margin-top: .85rem;
    color: #f1e507;
    font: normal 700 .72rem/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    text-transform: uppercase;
}

@media (max-width: 680px) {
    .frent-protocol-link-grid {
        grid-template-columns: 1fr;
    }

    .frent-protocol-link-grid > a {
        min-height: 160px;
    }
}

.frent-protocol-article h1 {
    font-size: clamp(36px, 6vw, 64px);
    line-height: 1;
    margin: 0 0 28px;
}

.frent-protocol-article h2 {
    border-top: 1px solid rgba(255, 255, 255, .18);
    font-size: clamp(24px, 3vw, 34px);
    margin: 54px 0 18px;
    padding-top: 30px;
}

.frent-protocol-article h3 {
    font-size: 20px;
    margin: 34px 0 12px;
}

.frent-protocol-article p {
    color: #d4d4d8;
    font-size: 17px;
    line-height: 1.75;
    margin: 0 0 20px;
}

.frent-protocol-article p code {
    color: #f1e507;
}

.frent-protocol-article pre {
    background: #050505;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 0;
    color: #f4f4f5;
    font: 600 13px/1.65 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    margin: 22px 0 30px;
    overflow-x: auto;
    padding: 18px;
    white-space: pre;
}

.frent-protocol-article pre code {
    color: inherit;
}

@media (max-width: 640px) {
    .frent-protocol-nav {
        gap: 16px;
        margin-bottom: 32px;
    }

    .frent-protocol-article p {
        font-size: 16px;
    }

    .frent-protocol-article pre {
        margin-inline: calc(var(--hm-page-gutter, 12px) * -1);
        padding-inline: var(--hm-page-gutter, 12px);
    }

    .frent-drop-api-article pre {
        margin-inline: 0;
        padding-inline: 14px;
    }
}

.hm-method-reference {
    display: grid;
    gap: 18px;
    margin-top: 18px;
}

.hm-method-reference section {
    border-left: 2px solid rgba(241, 229, 7, .55);
    padding-left: 14px;
}

.hm-method-reference h3 {
    color: #f8fafc;
    font-size: .95rem;
    margin: 0 0 10px;
}

.hm-method-reference ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hm-method-reference li {
    min-width: 0;
}

.hm-method-reference code {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    color: #f8fafc;
    display: inline-block;
    font: 800 12px/1.45 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    max-width: 100%;
    overflow-wrap: anywhere;
    padding: 7px 9px;
}

.hm-playground-result {
    display: grid;
    gap: 18px;
}

.hm-playground-image-card {
    border: 1px solid rgba(241, 229, 7, .24);
    border-radius: 4px;
    background:
        linear-gradient(135deg, rgba(241, 229, 7, .1), rgba(241, 229, 7, .06)),
        rgba(0, 0, 0, .28);
    padding: 14px;
}

.hm-playground-image-card canvas {
    aspect-ratio: 1;
    background: #050505;
    border-radius: 4px;
    display: block;
    height: auto;
    width: 100%;
}

.hm-playground-metadata {
    display: grid;
    gap: 14px;
}

.hm-playground-metadata pre {
    background: rgba(0, 0, 0, .28);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    color: #f8fafc;
    font: 800 12px/1.55 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    margin: 0;
    max-height: 420px;
    overflow: auto;
    padding: 14px;
    white-space: pre-wrap;
    word-break: break-word;
}

.hm-file-drop {
    align-items: center;
    border: 1px dashed rgba(241, 229, 7, .42);
    border-radius: 4px;
    background: linear-gradient(135deg, rgba(241, 229, 7, .08), rgba(241, 229, 7, .06));
    cursor: pointer;
    display: grid;
    gap: 8px;
    justify-items: center;
    min-height: 150px;
    padding: 24px;
    text-align: center;
    transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

.hm-file-drop:hover {
    border-color: rgba(241, 229, 7, .78);
    background: linear-gradient(135deg, rgba(241, 229, 7, .13), rgba(241, 229, 7, .09));
    transform: translateY(-1px);
}

.hm-file-drop input {
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.hm-file-drop-title {
    border-radius: 4px;
    background: #f1e507;
    color: #050704;
    font-size: 14px;
    font-weight: 950;
    padding: 11px 16px;
}

.hm-file-drop-note {
    color: #d4d4d8;
    font-size: 14px;
    max-width: 520px;
}

.hm-file-drop-compact {
    min-height: 92px;
    padding: 16px;
}

.hm-file-drop-compact .hm-file-drop-title {
    font-size: 12px;
    padding: 9px 13px;
}

.hm-file-drop-compact .hm-file-drop-note {
    font-size: 12px;
    overflow-wrap: anywhere;
}

.hm-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.hm-filter-pills a {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 4px;
    background: rgba(255, 255, 255, .06);
    color: #d4d4d8;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 900;
}

.hm-filter-pills a.is-active {
    border-color: rgba(241, 229, 7, .48);
    background: rgba(241, 229, 7, .1);
    color: #f1e507;
}

.hm-filter-pills span {
    border-radius: 4px;
    background: rgba(255, 255, 255, .12);
    color: #f8fafc;
    padding: 2px 6px;
}

.hm-config-page {
    display: grid;
    gap: 18px;
    padding: 0 0 32px;
}

.hm-config-head {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.hm-config-head h1 {
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1;
}

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

.hm-config-aside {
    display: grid;
    gap: 14px;
    position: sticky;
    top: 24px;
}

.hm-config-logo {
    aspect-ratio: 1;
    border: 1px dashed rgba(241, 229, 7, .42);
    border-radius: 4px;
    background: rgba(241, 229, 7, .07);
    color: #f1e507;
    cursor: pointer;
    display: grid;
    font-size: 46px;
    font-weight: 950;
    overflow: hidden;
    place-items: center;
    position: relative;
}

.hm-config-logo img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hm-config-logo input {
    inset: 0;
    opacity: 0;
    position: absolute;
}

.hm-config-logo.is-loading::after {
    align-items: center;
    background: rgba(9, 9, 11, .72);
    color: #f1e507;
    content: "Uploading";
    display: flex;
    font-size: 13px;
    font-weight: 950;
    inset: 0;
    justify-content: center;
    position: absolute;
}

.hm-config-logo-action {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 4px;
    background: rgba(255, 255, 255, .065);
    color: #f8fafc;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    justify-content: center;
    min-height: 42px;
    padding: 0 12px;
}

.hm-config-logo-action:hover {
    border-color: rgba(241, 229, 7, .42);
    color: #f1e507;
}

.hm-config-image-status {
    color: #f1e507;
    font-size: 12px;
    font-weight: 900;
    min-height: 18px;
}

.hm-config-stat {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .045);
    display: grid;
    gap: 4px;
    padding: 12px;
}

.hm-config-stat span {
    color: #a1a1aa;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.hm-config-stat strong {
    color: #f8fafc;
    overflow-wrap: anywhere;
}

.hm-config-main,
.hm-config-section {
    display: grid;
    gap: 14px;
}

.hm-config-section {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 4px;
    background: rgba(15, 15, 18, .82);
    padding: 18px;
}

.hm-config-section-head {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.hm-config-section-head h2 {
    font-size: 22px;
    line-height: 1.1;
}

.hm-config-section-head p {
    margin: 6px 0 0;
}

.hm-config-three {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hm-config-four {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hm-read-field {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .045);
    display: grid;
    gap: 6px;
    min-height: 74px;
    padding: 12px;
}

.hm-read-field span {
    color: #a1a1aa;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.hm-read-field strong {
    color: #f8fafc;
    font-size: 18px;
    overflow-wrap: anywhere;
}

.hm-config-save {
    display: flex;
    justify-content: flex-end;
}

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

.hm-profile-card {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 4px;
    background:
        linear-gradient(135deg, rgba(241, 229, 7, .12), rgba(241, 229, 7, .06)),
        rgba(15, 15, 18, .82);
    display: grid;
    gap: 14px;
    padding: 18px;
    position: sticky;
    top: 24px;
}

.hm-profile-avatar {
    aspect-ratio: 1;
    border: 1px solid rgba(241, 229, 7, .28);
    border-radius: 4px;
    background: rgba(241, 229, 7, .08);
    display: grid;
    overflow: hidden;
    place-items: center;
}

.hm-profile-avatar img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hm-profile-avatar span {
    color: #f1e507;
    font-size: 54px;
    font-weight: 950;
}

.hm-profile-card strong {
    color: #f8fafc;
    display: block;
    font-size: 22px;
    overflow-wrap: anywhere;
}

.hm-profile-card code {
    color: #a1a1aa;
    display: block;
    margin-top: 4px;
}

.hm-profile-card p {
    color: #d4d4d8;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.45;
    margin: 0;
}

.hm-profile-main {
    display: grid;
    gap: 14px;
}

.hm-profile-two {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hm-profile-token-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}

.hm-profile-selected-nft {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .045);
    display: grid;
    gap: 14px;
    grid-template-columns: 84px minmax(0, 1fr) auto;
    padding: 12px;
}

.hm-profile-selected-nft img,
.hm-profile-selected-nft > span {
    aspect-ratio: 1;
    border-radius: 4px;
    background: rgba(241, 229, 7, .08);
    display: grid;
    object-fit: cover;
    place-items: center;
    width: 84px;
}

.hm-profile-selected-nft > span {
    color: #f1e507;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
}

.hm-profile-selected-nft strong {
    color: #f8fafc;
    display: block;
    font-size: 18px;
    overflow-wrap: anywhere;
}

.hm-profile-nft-dialog {
    max-width: 920px;
    width: min(920px, calc(100% - 32px));
}

.hm-profile-nft-search {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.hm-profile-nft-status {
    min-height: 18px;
}

.hm-profile-token-grid-modal {
    max-height: min(62vh, 620px);
    overflow: auto;
    padding-right: 4px;
}

.hm-profile-token {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .045);
    cursor: pointer;
    display: grid;
    gap: 8px;
    min-height: 118px;
    padding: 10px;
    text-align: left;
}

.hm-profile-token.is-selected,
.hm-profile-token:has(input:checked) {
    border-color: rgba(241, 229, 7, .72);
    box-shadow: 0 0 0 1px rgba(241, 229, 7, .18);
}

.hm-profile-token input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.hm-profile-token img {
    aspect-ratio: 1;
    border-radius: 4px;
    object-fit: cover;
    width: 100%;
}

.hm-profile-token span {
    color: #f8fafc;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.hm-public-profile {
    align-items: start;
    display: grid;
    gap: 22px;
    grid-template-columns: 300px minmax(0, 1fr);
}

.hm-public-profile .hm-profile-card {
    background:
        linear-gradient(180deg, rgba(241, 229, 7, .10), rgba(255, 255, 255, .035)),
        rgba(15, 15, 18, .92);
    gap: 9px;
    padding: 14px;
    align-self: start;
    position: static;
}

.hm-public-profile .hm-profile-avatar {
    border-color: rgba(241, 229, 7, .36);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .28);
}

.hm-public-profile .hm-profile-card strong {
    font-size: 22px;
    line-height: 1.05;
}

.hm-public-profile .hm-profile-card code {
    color: #d4d4d8;
    font-size: 12px;
    margin-top: 2px;
    overflow-wrap: anywhere;
}

.hm-public-profile .hm-profile-card p {
    border-top: 0;
    line-height: 1.35;
    padding-top: 0;
}

.hm-profile-socials,
.hm-profile-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.hm-profile-socials a,
.hm-profile-socials span,
.hm-profile-tags span {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .055);
    color: #f8fafc;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    padding: 5px 7px;
    text-decoration: none;
}

.hm-profile-socials a:hover {
    border-color: rgba(241, 229, 7, .42);
    color: #f1e507;
}

.hm-profile-stats {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hm-profile-stats div {
    border: 1px solid rgba(241, 229, 7, .18);
    border-radius: 4px;
    background: rgba(241, 229, 7, .06);
    display: grid;
    gap: 6px;
    padding: 14px;
}

.hm-profile-stats span {
    color: #a1a1aa;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.hm-profile-stats strong {
    color: #f1e507;
    font-size: 26px;
    line-height: 1;
}

.hm-profile-held-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
}

.hm-profile-held-token {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .045);
    display: grid;
    gap: 8px;
    padding: 10px;
    text-decoration: none;
}

.hm-profile-held-token:hover {
    border-color: rgba(241, 229, 7, .42);
}

.hm-profile-held-token img {
    aspect-ratio: 1;
    border-radius: 4px;
    object-fit: cover;
    width: 100%;
}

.hm-profile-held-token span {
    color: #f8fafc;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
}

.hm-inline-link {
    color: #f1e507;
    font-weight: 900;
}

.hm-card {
    padding: 18px;
}

.hm-card strong {
    display: block;
    color: #f1e507;
    margin-bottom: 8px;
}

.hm-muted {
    color: #a1a1aa;
}

.hm-error {
    color: #ff6b8b;
    font-size: 14px;
    font-weight: 800;
}

.hm-section {
    padding: 40px 0;
}

.hm-section.hm-panel {
    margin: 40px 0;
    padding: 24px;
}

.hm-drop-first-panel {
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 4px;
    background:
        linear-gradient(135deg, rgba(241, 229, 7, .055), rgba(241, 229, 7, .035)),
        rgba(15, 15, 18, .82);
    margin-top: 0;
}

.hm-section.hm-drop-first-panel,
.hm-section.hm-panel.hm-drop-first-panel,
.hm-alert.hm-drop-first-panel {
    margin-top: 0;
    padding: 18px;
}

.hm-form {
    display: grid;
    gap: 16px;
}

.hm-filterbar {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(160px, .65fr) minmax(160px, .65fr) auto;
    gap: 14px;
    align-items: end;
}

.hm-filter-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.hm-field {
    display: grid;
    gap: 8px;
}

.hm-field label {
    color: #d4d4d8;
    font-weight: 800;
}

.hm-input,
.hm-textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .06);
    color: #fff;
    border-radius: 4px;
    min-height: 46px;
    padding: 11px 12px;
}

.hm-textarea {
    min-height: 120px;
    resize: vertical;
}

.hm-token-editor {
    padding-top: 0;
}

.hm-token-editor-grid {
    display: grid;
    grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
    gap: 18px;
    align-items: start;
}

.hm-token-image-panel,
.hm-token-metadata-panel,
.hm-editor-block,
.hm-repeater {
    display: grid;
    gap: 16px;
}

.hm-token-image-panel {
    position: sticky;
    top: 18px;
}

.hm-token-large-image {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .05);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #a1a1aa;
    font-weight: 900;
}

.hm-token-large-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hm-editor-block {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 16px;
}

.hm-editor-block-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.hm-editor-block h3 {
    font-size: 17px;
}

.hm-repeater-head {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr) 36px;
    gap: 12px;
    color: #a1a1aa;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.hm-repeater-row {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr) 36px;
    align-items: end;
    gap: 12px;
}

.hm-repeater-actions {
    display: flex;
    justify-content: flex-start;
}

.hm-icon-btn {
    width: 36px;
    height: 36px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 4px;
    background: #f1e507;
    color: #101010;
    cursor: pointer;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

.hm-icon-btn.secondary {
    background: rgba(255, 255, 255, .06);
    color: #f4f4f5;
}

.hm-nav-icon-btn {
    height: 44px;
    min-height: 44px;
    padding: 0;
    width: 44px;
}

.hm-icon-btn:hover {
    transform: translateY(-1px);
}

.hm-icon-btn.is-active {
    border-color: rgba(241, 229, 7, .55);
    background: rgba(241, 229, 7, .16);
    color: #f1e507;
}

.hm-icon-btn svg {
    display: block;
    fill: none;
    height: 18px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 18px;
}

.hm-icon-btn img {
    display: block;
    height: 18px;
    object-fit: contain;
    width: 18px;
}

.hm-codearea {
    min-height: 260px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 13px;
    line-height: 1.5;
}

.hm-table {
    min-width: 760px;
    width: 100%;
    border-collapse: collapse;
}

.hm-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-gutter: stable;
    -webkit-overflow-scrolling: touch;
}

.hm-table th,
.hm-table td {
    text-align: left;
    padding: 14px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    vertical-align: top;
    overflow-wrap: normal;
    word-break: normal;
}

.hm-table th {
    color: #a1a1aa;
    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.hm-table .hm-cell-nowrap,
.hm-dashboard-table .hm-cell-nowrap {
    white-space: nowrap;
}

.hm-table .hm-cell-compact,
.hm-dashboard-table .hm-cell-compact {
    text-align: right;
    white-space: nowrap;
    width: 1%;
}

.hm-mints-head {
    align-items: end;
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.hm-mints-head h1 {
    margin: 0 0 8px;
}

.hm-mints-panel {
    margin-top: 0;
    min-width: 0;
}

.hm-mints-table-wrap {
    display: block;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-gutter: stable;
    touch-action: pan-x;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.hm-mints-table {
    min-width: 1080px;
}

.hm-mints-table th,
.hm-mints-table td,
.hm-mints-table a,
.hm-mints-table code,
.hm-mints-table time {
    white-space: nowrap;
}

.hm-mints-table tr.is-new-mint {
    animation: hmNewMintGlow 2.4s ease-out forwards;
}

.hm-flywheel-wallets-panel {
    margin-top: 0;
}

.hm-flywheel-wallets-table-wrap {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
}

.hm-flywheel-wallets-table {
    min-width: 980px;
}

.hm-flywheel-wallets-table th,
.hm-flywheel-wallets-table td,
.hm-flywheel-wallets-table a,
.hm-flywheel-wallets-table code,
.hm-flywheel-wallets-table time {
    white-space: nowrap;
}

@keyframes hmNewMintGlow {
    0% {
        background: rgba(241, 229, 7, .26);
        box-shadow: inset 4px 0 0 #f1e507;
    }

    100% {
        background: transparent;
        box-shadow: inset 0 0 0 rgba(241, 229, 7, 0);
    }
}

.hm-holder-score {
    align-items: stretch;
    border: 1px solid rgba(241, 229, 7, .18);
    border-radius: 4px;
    background:
        linear-gradient(135deg, rgba(241, 229, 7, .12), rgba(241, 229, 7, .055)),
        rgba(255, 255, 255, .035);
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(220px, .8fr) 1.2fr;
    margin: 18px 0 20px;
    padding: 18px;
}

.hm-holder-score-main {
    display: grid;
    gap: 6px;
}

.hm-holder-score-main span,
.hm-holder-score-grid span {
    color: #a1a1aa;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.hm-holder-score-main strong {
    color: #f1e507;
    font-size: clamp(32px, 7vw, 58px);
    letter-spacing: 0;
    line-height: .95;
}

.hm-holder-score-main p {
    color: #f4f4f5;
    font-size: 14px;
    font-weight: 850;
    margin: 0;
}

.hm-holder-score-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hm-holder-score-grid span {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    background: rgba(0, 0, 0, .22);
    display: grid;
    gap: 4px;
    padding: 12px;
}

.hm-holder-score-grid strong {
    color: #fff;
    display: block;
    font-size: 22px;
    letter-spacing: 0;
    text-transform: none;
}

.hm-holder-explainer {
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    margin-top: 22px;
    padding-top: 18px;
}

.hm-holder-explainer strong {
    color: #f1e507;
    display: block;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.hm-holder-explainer p {
    color: #a1a1aa;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.45;
    margin: 6px 0 0;
}

.hm-mints-table code {
    color: #f8fafc;
    font-size: 13px;
    white-space: nowrap;
}

.hm-mint-wallet-line {
    align-items: center;
    display: inline-flex;
    gap: 7px;
    max-width: 260px;
    white-space: nowrap;
}

.hm-mint-profile-link {
    display: inline-block;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.hm-direct-mint-badge {
    align-items: center;
    border: 1px solid rgba(241, 229, 7, .34);
    border-radius: 4px;
    background: rgba(241, 229, 7, .1);
    color: #f1e507;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.hm-direct-mint-badge::before {
    background: currentColor;
    content: "";
    display: block;
    height: 15px;
    mask: url("/hoodmint/robot-face.svg") center / contain no-repeat;
    -webkit-mask: url("/hoodmint/robot-face.svg") center / contain no-repeat;
    width: 15px;
}

.hm-holder-profile-badge {
    border: 1px solid rgba(241, 229, 7, .34);
    border-radius: 4px;
    background: rgba(241, 229, 7, .11);
    color: #f1e507;
    display: inline-flex;
    font-size: 11px;
    font-weight: 950;
    margin-top: 7px;
    padding: 4px 7px;
    text-decoration: none;
}

.hm-holder-profile-badge.is-muted {
    border-color: rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .055);
    color: #a1a1aa;
}

.hm-doc-hero {
    max-width: 920px;
}

.hm-doc-hero h1 {
    margin: 0 0 12px;
}

.hm-doc-hero > p {
    font-size: 18px;
    line-height: 1.6;
}

.hm-doc-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.hm-doc-meta span {
    border: 1px solid rgba(241, 229, 7, .22);
    border-radius: 4px;
    background: rgba(241, 229, 7, .08);
    color: #eaff9a;
    font-size: 13px;
    font-weight: 900;
    padding: 9px 11px;
}

.hm-doc-layout {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: 220px minmax(0, 1fr);
}

.hm-doc-nav {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .04);
    display: grid;
    gap: 4px;
    padding: 10px;
    position: sticky;
    top: 18px;
}

.hm-doc-nav a {
    border-radius: 4px;
    color: #d4d4d8;
    font-size: 13px;
    font-weight: 900;
    padding: 10px;
    text-decoration: none;
}

.hm-doc-nav a:hover {
    background: rgba(241, 229, 7, .1);
    color: #f1e507;
}

.hm-doc-content {
    display: grid;
    gap: 18px;
}

.hm-doc-story {
    display: grid;
    gap: 18px;
    max-width: 900px;
}

.hm-doc-story-card {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .045);
    display: grid;
    gap: 13px;
    padding: 26px;
    position: relative;
}

.hm-doc-story-card > span {
    align-items: center;
    background: #f1e507;
    border-radius: 999px;
    color: #050704;
    display: inline-flex;
    font-size: 13px;
    font-weight: 950;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.hm-doc-story-card h2 {
    margin: 0;
}

.hm-doc-story-card p {
    color: #d4d4d8;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

.hm-doc-card {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .045);
    padding: 24px;
}

.hm-doc-card h2 {
    margin: 0 0 12px;
}

.hm-doc-card p,
.hm-doc-card li {
    color: #d4d4d8;
    line-height: 1.65;
}

.hm-doc-card ul {
    margin: 14px 0 0;
    padding-left: 20px;
}

.hm-doc-card li + li {
    margin-top: 7px;
}

.hm-doc-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 16px 0;
}

.hm-doc-grid div,
.hm-doc-code {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(0, 0, 0, .22);
    padding: 14px;
}

.hm-doc-grid strong {
    color: #f1e507;
    display: block;
    margin-bottom: 6px;
}

.hm-doc-grid span {
    color: #d4d4d8;
    line-height: 1.5;
}

.hm-doc-code {
    color: #f8fafc;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 13px;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.hm-guide-steps {
    counter-reset: guide-step;
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hm-guide-steps li {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .045);
    color: #d4d4d8;
    counter-increment: guide-step;
    display: grid;
    font-size: 15px;
    font-weight: 850;
    gap: 12px;
    grid-template-columns: 34px minmax(0, 1fr);
    line-height: 1.45;
    padding: 12px;
}

.hm-guide-steps li::before {
    align-items: center;
    background: #f1e507;
    border-radius: 4px;
    color: #09090b;
    content: counter(guide-step);
    display: inline-grid;
    font-size: 13px;
    font-weight: 950;
    height: 34px;
    place-items: center;
    width: 34px;
}

.hm-seo-article {
    display: grid;
    gap: 30px;
    margin: 0 auto;
    max-width: 980px;
}

.hm-seo-hero {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    display: grid;
    gap: 18px;
    padding: 18px 0 34px;
}

.hm-seo-hero h1 {
    font-size: clamp(34px, 5vw, 62px);
    line-height: .98;
    max-width: 900px;
}

.hm-seo-hero p,
.hm-seo-section p,
.hm-seo-grid p,
.hm-seo-comparison p,
.hm-seo-cta p {
    color: #d4d4d8;
    font-size: 17px;
    line-height: 1.78;
    margin: 0;
}

.hm-seo-hero > p {
    font-size: 19px;
    max-width: 820px;
}

.hm-seo-section,
.hm-seo-grid,
.hm-seo-comparison,
.hm-seo-cta {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(12, 12, 15, .68);
    box-shadow: 0 20px 70px rgba(0, 0, 0, .22);
}

.hm-seo-section {
    display: grid;
    gap: 16px;
    padding: 28px;
}

.hm-seo-section h2,
.hm-seo-grid h2,
.hm-seo-comparison h2,
.hm-seo-cta h2 {
    color: #f8fafc;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.05;
}

.hm-seo-grid {
    align-items: stretch;
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1fr) 280px;
    overflow: hidden;
}

.hm-seo-grid > div {
    display: grid;
    gap: 16px;
    padding: 28px;
}

.hm-seo-aside {
    background:
        linear-gradient(145deg, rgba(241, 229, 7, .14), rgba(241, 229, 7, .08)),
        rgba(255, 255, 255, .04);
    border-left: 1px solid rgba(255, 255, 255, .12);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px;
}

.hm-seo-aside strong {
    color: #f1e507;
    display: block;
    font-size: 18px;
    font-weight: 950;
    margin-bottom: 10px;
}

.hm-seo-aside p {
    font-size: 15px;
    line-height: 1.65;
}

.hm-seo-comparison {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
}

.hm-seo-comparison div {
    display: grid;
    gap: 13px;
    padding: 24px;
}

.hm-seo-comparison div + div {
    border-left: 1px solid rgba(255, 255, 255, .12);
}

.hm-seo-comparison h2 {
    font-size: 24px;
}

.hm-seo-cta {
    align-items: center;
    background:
        linear-gradient(120deg, rgba(241, 229, 7, .16), rgba(241, 229, 7, .1)),
        rgba(12, 12, 15, .8);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 28px;
}

.hm-seo-cta div {
    display: grid;
    gap: 12px;
    max-width: 690px;
}

.hm-seo-longform {
    max-width: 880px;
}

.hm-seo-longform .hm-seo-hero,
.hm-seo-longform .hm-seo-section {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.hm-seo-longform .hm-seo-section {
    padding-top: 8px;
    padding-bottom: 8px;
}

.hm-seo-longform .hm-seo-section + .hm-seo-section {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 28px;
}

.hm-seo-longform a {
    color: #f1e507;
    font-weight: 900;
}

.hm-pixel-onchain-page {
    max-width: 1180px;
}

.hm-pixel-onchain-hero {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .12);
    background:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
        radial-gradient(circle at 76% 40%, rgba(241, 229, 7, .12), transparent 28%),
        #080808;
    background-size: 24px 24px, 24px 24px, auto, auto;
    display: grid;
    gap: clamp(34px, 6vw, 82px);
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
    min-height: 600px;
    overflow: hidden;
    padding: clamp(28px, 6vw, 78px);
    position: relative;
}

.hm-pixel-onchain-hero::before {
    background: #f1e507;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 34%;
}

.hm-pixel-onchain-copy {
    display: grid;
    gap: 22px;
    position: relative;
    z-index: 1;
}

.hm-pixel-onchain-copy h1 {
    font-size: clamp(43px, 7vw, 86px);
    letter-spacing: -.055em;
    line-height: .9;
    max-width: 820px;
}

.hm-pixel-onchain-copy h1 span {
    color: #f1e507;
}

.hm-pixel-onchain-copy > p:not(.hm-kicker) {
    color: #c8c8ce;
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.7;
    margin: 0;
    max-width: 720px;
}

.hm-pixel-onchain-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hm-pixel-onchain-art {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(180px, 1fr) 42px minmax(112px, .58fr);
    isolation: isolate;
    position: relative;
}

.hm-pixel-onchain-canvas {
    aspect-ratio: 1;
    background: #030303;
    border: 8px solid #151515;
    box-shadow:
        12px 12px 0 #f1e507,
        0 0 0 1px rgba(255, 255, 255, .18);
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    image-rendering: pixelated;
    transform: rotate(-2deg);
}

.hm-pixel-onchain-canvas i {
    background: #080808;
    display: block;
}

.hm-pixel-onchain-canvas .tone-1 {
    background: #f1e507;
}

.hm-pixel-onchain-canvas .tone-2 {
    background: #fff;
}

.hm-pixel-onchain-canvas .tone-3 {
    background: #ff8070;
}

.hm-pixel-onchain-transfer {
    display: grid;
    gap: 8px;
}

.hm-pixel-onchain-transfer span {
    animation: hm-pixel-transfer 1.8s steps(3, end) infinite;
    background: #f1e507;
    display: block;
    height: 6px;
}

.hm-pixel-onchain-transfer span:nth-child(2) {
    animation-delay: .2s;
    margin-left: 10px;
}

.hm-pixel-onchain-transfer span:nth-child(3) {
    animation-delay: .4s;
    margin-left: 20px;
}

.hm-pixel-onchain-block {
    background: #f1e507;
    border: 3px solid #050505;
    box-shadow: 8px 8px 0 rgba(255, 255, 255, .16);
    color: #050505;
    display: grid;
    gap: 7px;
    padding: 18px 14px;
    transform: rotate(2deg);
}

.hm-pixel-onchain-block small,
.hm-pixel-onchain-block code {
    font: 900 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .09em;
}

.hm-pixel-onchain-block strong {
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 950;
}

.hm-pixel-onchain-manifesto {
    border-left: 4px solid #f1e507;
    display: grid;
    gap: 18px;
    margin: 24px 0;
    padding: clamp(26px, 5vw, 58px);
}

.hm-pixel-onchain-manifesto h2,
.hm-pixel-onchain-section-head h2,
.hm-pixel-onchain-split h2,
.hm-pixel-onchain-detail h2,
.hm-pixel-onchain-cta h2 {
    font-size: clamp(29px, 4vw, 48px);
    letter-spacing: -.035em;
    line-height: 1;
}

.hm-pixel-onchain-manifesto > p:not(.hm-kicker),
.hm-pixel-onchain-detail p,
.hm-pixel-onchain-cta p {
    color: #c8c8ce;
    font-size: 17px;
    line-height: 1.78;
    margin: 0;
    max-width: 920px;
}

.hm-pixel-onchain-process,
.hm-pixel-onchain-faq {
    display: grid;
    gap: 24px;
}

.hm-pixel-onchain-section-head {
    display: grid;
    gap: 12px;
}

.hm-pixel-onchain-process ol {
    border-top: 1px solid rgba(255, 255, 255, .14);
    list-style: none;
    margin: 0;
    padding: 0;
}

.hm-pixel-onchain-process li {
    align-items: start;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    display: grid;
    gap: 22px;
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 24px 4px;
}

.hm-pixel-onchain-process li > span {
    color: #f1e507;
    font: 950 13px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    padding-top: 5px;
}

.hm-pixel-onchain-process li div {
    display: grid;
    gap: 7px;
}

.hm-pixel-onchain-process h3 {
    font-size: 22px;
}

.hm-pixel-onchain-process p,
.hm-pixel-onchain-faq p {
    color: #a9a9b0;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

.hm-pixel-onchain-split {
    border: 1px solid rgba(255, 255, 255, .14);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hm-pixel-onchain-split > div {
    display: grid;
    gap: 16px;
    padding: clamp(24px, 4vw, 46px);
}

.hm-pixel-onchain-split > div:last-child {
    background: #f1e507;
    color: #050505;
}

.hm-pixel-onchain-split > div:last-child .hm-kicker {
    color: #050505;
}

.hm-pixel-onchain-split ul {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hm-pixel-onchain-split li {
    font-size: 15px;
    font-weight: 850;
    line-height: 1.5;
    padding-left: 22px;
    position: relative;
}

.hm-pixel-onchain-split li::before {
    background: currentColor;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: .45em;
    width: 8px;
}

.hm-pixel-onchain-detail {
    align-items: start;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    border-top: 1px solid rgba(255, 255, 255, .14);
    display: grid;
    gap: clamp(28px, 6vw, 80px);
    grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
    padding: clamp(30px, 6vw, 68px) 0;
}

.hm-pixel-onchain-detail > div {
    display: grid;
    gap: 16px;
}

.hm-pixel-onchain-faq details {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    padding: 0 4px 20px;
}

.hm-pixel-onchain-faq summary {
    color: #f8fafc;
    cursor: pointer;
    font-size: 18px;
    font-weight: 900;
    list-style: none;
    padding: 18px 42px 0 0;
    position: relative;
}

.hm-pixel-onchain-faq summary::-webkit-details-marker {
    display: none;
}

.hm-pixel-onchain-faq summary::after {
    color: #f1e507;
    content: "+";
    font: 950 24px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    position: absolute;
    right: 4px;
    top: 15px;
}

.hm-pixel-onchain-faq details[open] summary::after {
    content: "−";
}

.hm-pixel-onchain-faq details p {
    max-width: 820px;
    padding-top: 14px;
}

.hm-pixel-onchain-cta {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(241, 229, 7, .12) 1px, transparent 1px),
        linear-gradient(rgba(241, 229, 7, .12) 1px, transparent 1px),
        #080808;
    background-size: 18px 18px;
    border: 1px solid rgba(241, 229, 7, .42);
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding: clamp(28px, 5vw, 58px);
}

.hm-pixel-onchain-cta > div {
    display: grid;
    gap: 13px;
}

@keyframes hm-pixel-transfer {
    0%, 100% { opacity: .22; transform: translateX(-4px); }
    50% { opacity: 1; transform: translateX(4px); }
}

@media (max-width: 820px) {
    .hm-pixel-onchain-hero {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .hm-pixel-onchain-art {
        margin: 10px auto;
        max-width: 520px;
        width: 100%;
    }

    .hm-pixel-onchain-split,
    .hm-pixel-onchain-detail {
        grid-template-columns: 1fr;
    }

    .hm-pixel-onchain-detail {
        gap: 24px;
    }
}

@media (max-width: 560px) {
    .hm-pixel-onchain-art {
        gap: 8px;
        grid-template-columns: minmax(140px, 1fr) 24px minmax(90px, .55fr);
    }

    .hm-pixel-onchain-canvas {
        border-width: 5px;
        box-shadow: 7px 7px 0 #f1e507;
    }

    .hm-pixel-onchain-block {
        padding: 12px 9px;
    }

    .hm-pixel-onchain-cta {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hm-pixel-onchain-transfer span {
        animation: none;
    }
}

/* FRENT journal */
.frent-blog-index,
.frent-blog-post {
    margin: clamp(36px, 7vw, 104px) auto;
    max-width: 980px;
}

.frent-blog-index-header,
.frent-blog-header {
    border-bottom: 1px solid rgba(241, 229, 7, .42);
    padding: 0 0 clamp(28px, 5vw, 64px);
}

.frent-blog-label {
    color: #f1e507;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    margin: 0 0 22px;
    text-transform: uppercase;
}

.frent-blog-index h1,
.frent-blog-header h1 {
    font-size: clamp(22px, 4vw, 47px);
    letter-spacing: -.065em;
    line-height: .96;
    margin: 0;
    max-width: 920px;
}

.frent-blog-index-header > p:last-child,
.frent-blog-subtitle {
    color: #b8b8c1;
    font-size: clamp(18px, 2vw, 25px);
    line-height: 1.55;
    margin: 30px 0 0;
    max-width: 760px;
}

.frent-blog-list {
    display: grid;
}

.frent-blog-list article {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding: clamp(32px, 5vw, 58px) 0;
}

.frent-blog-list-meta,
.frent-blog-byline {
    color: #8f8f99;
    display: flex;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 12px;
    gap: 20px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.frent-blog-list h2 {
    font-size: clamp(18px, 2vw, 24px);
    letter-spacing: -.035em;
    line-height: 1.05;
    margin: 18px 0;
}

.frent-blog-list h2 a,
.frent-blog-read,
.frent-blog-back {
    color: inherit;
    text-decoration: none;
}

.frent-blog-list h2 a:hover,
.frent-blog-read:hover,
.frent-blog-back:hover {
    color: #f1e507;
}

.frent-blog-list article > p {
    color: #b8b8c1;
    font-size: 18px;
    line-height: 1.65;
    max-width: 720px;
}

.frent-blog-read,
.frent-blog-back {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
}

.frent-blog-back {
    display: inline-block;
    margin-bottom: 34px;
}

.frent-blog-byline {
    margin-top: 30px;
}

.frent-blog-copy {
    font-family: inherit;
    font-size: clamp(19px, 2vw, 22px);
    line-height: 1.78;
    margin: clamp(36px, 6vw, 76px) auto 0;
    max-width: 760px;
}

.frent-blog-copy p {
    margin: 0 0 1.5em;
}

.frent-blog-copy > p:first-child {
    color: #f1e507;
    font-size: 1.14em;
}

.frent-blog-copy h2 {
    font-family: inherit;
    font-size: clamp(18px, 2vw, 22px);
    letter-spacing: -.04em;
    line-height: 1.08;
    margin: 1.8em 0 .65em;
}

@media (max-width: 620px) {
    .frent-blog-index,
    .frent-blog-post {
        margin-top: 30px;
    }

    .frent-blog-index h1,
    .frent-blog-header h1 {
        font-size: clamp(20px, 6.5vw, 31px);
    }

    .frent-blog-list-meta,
    .frent-blog-byline {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }
}

/* Pixel art onchain: editorial long-form */
.hm-pixel-onchain-article {
    margin: clamp(38px, 7vw, 96px) auto;
    max-width: 780px;
}

.hm-pixel-onchain-article > header {
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    padding-bottom: clamp(32px, 5vw, 58px);
}

.hm-pixel-onchain-eyebrow {
    color: #f1e507;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.hm-pixel-onchain-article h1 {
    font-size: clamp(30px, 5vw, 52px);
    letter-spacing: -.045em;
    line-height: 1.04;
    margin: 0;
}

.hm-pixel-onchain-intro {
    color: #c7c7cf;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.65;
    margin: 26px 0 0;
}

.hm-pixel-onchain-article > section,
.hm-pixel-onchain-article > footer {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding: clamp(34px, 5vw, 60px) 0;
}

.hm-pixel-onchain-article h2 {
    font-size: clamp(23px, 3vw, 34px);
    letter-spacing: -.03em;
    line-height: 1.15;
    margin: 0 0 22px;
}

.hm-pixel-onchain-article h3 {
    font-size: 18px;
    line-height: 1.35;
    margin: 32px 0 8px;
}

.hm-pixel-onchain-article section > p:not(.hm-pixel-onchain-eyebrow),
.hm-pixel-onchain-article footer > p {
    color: #b8b8c1;
    font-size: 17px;
    line-height: 1.78;
    margin: 0 0 18px;
}

.hm-pixel-onchain-article > footer {
    border-bottom: 0;
}

.hm-pixel-onchain-article footer .hm-btn {
    margin-top: 10px;
}

.hm-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.hm-dashboard-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-gutter: stable;
    -webkit-overflow-scrolling: touch;
}

.hm-dashboard-table {
    border-collapse: collapse;
    min-width: 860px;
    width: 100%;
}

.hm-dashboard-table th,
.hm-dashboard-table td {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 14px 12px;
    text-align: left;
    vertical-align: top;
    overflow-wrap: normal;
    word-break: normal;
}

.hm-dashboard-table th {
    color: #a1a1aa;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.hm-dashboard-table tbody tr {
    background: rgba(15, 15, 18, .42);
}

.hm-dashboard-table tbody tr:hover {
    background: rgba(241, 229, 7, .045);
}

.hm-dashboard-table .is-actions {
    text-align: right;
}

.hm-affiliate-hero {
    align-items: stretch;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) 420px;
}

.hm-affiliate-hero h2 {
    color: #f8fafc;
    font-size: 34px;
    line-height: 1.02;
    max-width: 720px;
}

.hm-affiliate-hero p {
    color: #d4d4d8;
    font-weight: 750;
    line-height: 1.55;
    margin: 12px 0 0;
    max-width: 820px;
}

.hm-affiliate-link-card {
    border: 1px solid rgba(241, 229, 7, .24);
    border-radius: 4px;
    background: rgba(241, 229, 7, .07);
    display: grid;
    gap: 10px;
    padding: 14px;
}

.hm-affiliate-link-card span {
    color: #f1e507;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.hm-affiliate-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 14px;
}

.hm-affiliate-grid h3 {
    color: #f8fafc;
    font-size: 22px;
    margin: 6px 0 8px;
}

.hm-affiliate-grid p {
    color: #d4d4d8;
    font-size: 14px;
    font-weight: 720;
    line-height: 1.5;
    margin: 0;
}

.hm-affiliate-wallets {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.hm-affiliate-wallets code {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .06);
    color: #f8fafc;
    padding: 7px 9px;
}

.hm-affiliate-table-wrap {
    margin-top: 14px;
}

.hm-affiliate-project-list {
    display: grid;
    gap: 8px;
    min-width: 320px;
}

.hm-affiliate-project-list a {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    background: rgba(255, 255, 255, .045);
    color: #f8fafc;
    display: grid;
    gap: 3px;
    padding: 9px 10px;
}

.hm-affiliate-project-list a:hover {
    border-color: rgba(241, 229, 7, .34);
}

.hm-affiliate-project-list span {
    color: #a1a1aa;
    font-size: 12px;
    font-weight: 800;
}

.hm-dashboard-drop {
    align-items: center;
    color: #f8fafc;
    display: flex;
    gap: 12px;
    min-width: 230px;
}

.hm-dashboard-thumb {
    align-items: center;
    background: linear-gradient(135deg, rgba(241, 229, 7, .18), rgba(241, 229, 7, .1));
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 4px;
    color: #f1e507;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 950;
    height: 48px;
    justify-content: center;
    overflow: hidden;
    width: 48px;
}

.hm-dashboard-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hm-dashboard-drop strong {
    display: block;
    font-size: 15px;
    line-height: 1.2;
}

.hm-dashboard-drop small,
.hm-dashboard-progress span,
.hm-dashboard-contract,
.hm-dashboard-phases span {
    color: #a1a1aa;
    font-size: 12px;
    font-weight: 850;
}

.hm-dashboard-contract {
    white-space: nowrap;
}

.hm-dashboard-progress {
    display: grid;
    gap: 8px;
    min-width: 140px;
}

.hm-dashboard-progress-compact {
    min-width: 120px;
}

.hm-dashboard-progress strong {
    color: #f8fafc;
    font-size: 14px;
    font-weight: 950;
}

.hm-dashboard-phases {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-width: 320px;
}

.hm-dashboard-phases span {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .045);
    padding: 6px 8px;
}

.hm-dashboard-phases .is-muted,
.hm-dashboard-contract.is-muted {
    color: #71717a;
}

.hm-dashboard-actions {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.hm-admin-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.hm-admin-card {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 132px;
    padding: 22px;
    border: 1px solid rgba(183, 250, 10, .2);
    border-radius: 4px;
    background: linear-gradient(135deg, rgba(183, 250, 10, .08), rgba(255, 255, 255, .035));
    color: var(--hm-text);
    text-decoration: none;
}

.hm-admin-card:hover {
    border-color: rgba(183, 250, 10, .45);
}

.hm-admin-card strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1.05rem;
}

.hm-admin-card small {
    display: block;
    max-width: 42ch;
    color: var(--hm-muted);
    line-height: 1.5;
}

.hm-admin-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(183, 250, 10, .32);
    border-radius: 4px;
    background: rgba(183, 250, 10, .1);
}

.hm-admin-card-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hm-table-sort {
    color: inherit;
    text-decoration: none;
}

.hm-admin-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.hm-admin-socials span {
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    background: rgba(255, 255, 255, .04);
    color: var(--hm-muted);
    font-size: .78rem;
}

.hm-wallet-code {
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    color: #d4d4d8;
    display: inline-flex;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 8px;
    white-space: nowrap;
}

.hm-wallet-actions-wrap {
    max-width: 1180px;
}

.hm-wallet-actions-table {
    min-width: 760px;
}

.hm-wallet-actions-wallet-table {
    min-width: 920px;
}

.hm-wallet-actions-detail-table {
    min-width: 840px;
}

.hm-clickable-row {
    cursor: pointer;
}

.hm-clickable-row:hover td {
    background: rgba(241, 229, 7, .045);
}

.hm-wallet-actions-table th,
.hm-wallet-actions-table td {
    padding: 10px 9px;
}

.hm-wallet-actions-table th:nth-child(5),
.hm-wallet-actions-table td:nth-child(5) {
    max-width: 420px;
    width: 38%;
}

.hm-wallet-action-group-row td {
    background: rgba(241, 229, 7, .025);
}

.hm-wallet-action-user,
.hm-wallet-action-method,
.hm-wallet-action-page {
    display: block;
}

.hm-wallet-action-profile-link {
    display: grid;
    gap: 4px;
    text-decoration: none;
}

.hm-wallet-action-profile-link strong {
    color: var(--hm-text);
    font-size: 13px;
    font-weight: 950;
    line-height: 1.1;
}

.hm-wallet-action-profile-link small {
    color: var(--hm-muted);
    font-size: 11px;
    font-weight: 850;
}

.hm-wallet-action-profile-link:hover strong {
    color: #f1e507;
}

.hm-wallet-action-user {
    color: var(--hm-muted);
    font-size: 11px;
    font-weight: 850;
    margin-top: 6px;
}

.hm-wallet-action-method {
    color: var(--hm-text);
    font-size: 12px;
    line-height: 1.25;
}

.hm-wallet-action-response {
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    color: #d4d4d8;
    display: block;
    font-size: 11px;
    line-height: 1.45;
    max-height: 72px;
    overflow: auto;
    padding: 7px 8px;
    white-space: normal;
    word-break: break-word;
}

.hm-wallet-action-page {
    color: #f1e507;
    font-size: 12px;
    font-weight: 850;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hm-wallet-action-wallet-head {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.hm-wallet-action-wallet-head h2 {
    color: var(--hm-text);
    font-size: clamp(20px, 2vw, 30px);
    line-height: 1;
    margin: 6px 0 10px;
}

.hm-wallet-action-details {
    display: block;
}

.hm-wallet-action-details summary {
    align-items: center;
    background: rgba(241, 229, 7, .08);
    border: 1px solid rgba(241, 229, 7, .24);
    border-radius: 4px;
    color: #f1e507;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 900;
    justify-content: space-between;
    list-style: none;
    padding: 8px 10px;
}

.hm-wallet-action-details summary::-webkit-details-marker {
    display: none;
}

.hm-wallet-action-details summary::after {
    content: "+";
    font-size: 15px;
    font-weight: 950;
    line-height: 1;
}

.hm-wallet-action-details[open] summary::after {
    content: "-";
}

.hm-wallet-action-detail-list {
    border: 1px solid rgba(255, 255, 255, .1);
    border-top: 0;
    display: grid;
    gap: 0;
    max-height: 420px;
    overflow: auto;
}

.hm-wallet-action-detail {
    display: grid;
    gap: 8px;
    padding: 10px;
}

.hm-wallet-action-detail + .hm-wallet-action-detail {
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.hm-wallet-action-detail > div {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
}

.hm-wallet-action-detail strong {
    color: var(--hm-text);
    font-size: 12px;
}

.hm-wallet-action-detail time {
    color: var(--hm-muted);
    font-size: 11px;
    font-weight: 800;
}

.hm-wallet-action-detail .hm-wallet-action-response {
    max-height: 92px;
}

.hm-admin-stats-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 16px;
}

.hm-admin-stat-panel {
    padding: 16px;
}

.hm-admin-stat-list {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 12px;
}

.hm-admin-stat-list span {
    align-items: baseline;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    color: var(--hm-muted);
    display: flex;
    font-size: 12px;
    font-weight: 850;
    gap: 7px;
    padding: 9px 10px;
}

.hm-admin-stat-list strong {
    color: #f1e507;
    font-size: 16px;
    font-weight: 950;
}

.hm-admin-copy-section {
    margin: 16px 0;
}

.hm-admin-section-head {
    align-items: end;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin-bottom: 10px;
}

.hm-admin-section-head h2 {
    color: var(--hm-text);
    font-size: 20px;
    line-height: 1.1;
    margin: 4px 0 0;
}

.hm-admin-tweet-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hm-admin-tweet-card {
    background: rgba(15, 15, 18, .72);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    padding: 12px;
}

.hm-admin-tweet-head {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 9px;
}

.hm-admin-tweet-head strong {
    color: var(--hm-text);
    font-size: 13px;
}

.hm-admin-tweet-actions {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: flex-end;
}

.hm-admin-tweet-actions .hm-link-btn {
    min-height: 34px;
    padding: 0 10px;
}

.hm-admin-copy-box {
    background: rgba(0, 0, 0, .28);
    border: 1px solid rgba(241, 229, 7, .18);
    border-radius: 4px;
    color: #e4e4e7;
    font: 800 12px/1.55 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    min-height: 112px;
    padding: 10px;
    resize: vertical;
    width: 100%;
}

.hm-admin-stats-table,
.hm-admin-rates-table {
    min-width: 420px;
}

.hm-drop-card {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 4px;
    background: rgba(15, 15, 18, .82);
    box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
    overflow: hidden;
}

.hm-drop-media {
    aspect-ratio: 16 / 10;
    background: radial-gradient(circle at 22% 20%, rgba(241, 229, 7, .26), transparent 34%),
        linear-gradient(135deg, rgba(241, 229, 7, .18), rgba(255, 255, 255, .04));
    color: #f1e507;
    display: grid;
    font-size: 44px;
    font-weight: 950;
    place-items: center;
    text-decoration: none;
}

.hm-drop-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hm-drop-body {
    display: grid;
    gap: 14px;
    padding: 16px;
}

.hm-drop-head {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.hm-drop-head h2 {
    font-size: 22px;
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.hm-drop-head p {
    color: #a1a1aa;
    font-size: 13px;
    font-weight: 800;
    margin: 6px 0 0;
}

.hm-drop-progress-row,
.hm-drop-meta,
.hm-drop-actions {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.hm-drop-progress-row strong,
.hm-drop-progress-row span {
    color: #f8fafc;
    font-size: 13px;
    font-weight: 900;
}

.hm-drop-progress-row span,
.hm-drop-meta {
    color: #a1a1aa;
}

.hm-drop-meta {
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 800;
}

.hm-drop-price-chain {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: #f8fafc;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 12px;
}

.hm-drop-price-chain strong {
    color: #f1e507;
    font-size: 13px;
    font-weight: 950;
}

.hm-drop-price-chain span {
    color: #71717a;
    font-size: 12px;
    font-weight: 900;
}

.hm-drop-phases {
    display: grid;
    gap: 8px;
}

.hm-drop-phases a,
.hm-drop-phases div {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .045);
    color: #f8fafc;
    display: grid;
    gap: 8px;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    padding: 9px 10px;
}

.hm-drop-phases a.is-on,
.hm-drop-phases div.is-on {
    border-color: rgba(241, 229, 7, .3);
}

.hm-drop-phases a.is-off,
.hm-drop-phases div.is-off {
    color: #a1a1aa;
}

.hm-phase-check {
    border: 1px solid rgba(241, 229, 7, .32);
    border-radius: 4px;
    color: #f1e507;
    display: grid;
    font-size: 13px;
    font-weight: 950;
    height: 24px;
    place-items: center;
    width: 24px;
}

.hm-drop-phases strong {
    font-size: 13px;
    overflow-wrap: anywhere;
}

.hm-drop-phases small {
    color: #a1a1aa;
    font-size: 11px;
    font-weight: 900;
    text-align: right;
}

.hm-mint-phases {
    margin: 14px 0;
}

.hm-mint-drop {
    align-items: stretch;
    display: grid;
    gap: 18px;
    justify-items: stretch;
    margin: 0 auto;
    max-width: 1120px;
    text-align: left;
}

.hm-mint-head {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 4px;
    background:
        linear-gradient(135deg, rgba(241, 229, 7, .055), rgba(241, 229, 7, .035)),
        rgba(15, 15, 18, .82);
    display: grid;
    gap: 14px;
    grid-template-columns: auto minmax(0, 1fr);
    justify-content: center;
    padding: 12px;
    text-align: left;
    width: 100%;
}

.hm-mint-cover {
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 4px;
    background: rgba(255, 255, 255, .055);
    display: grid;
    font-size: 22px;
    font-weight: 950;
    height: auto;
    overflow: hidden;
    place-items: center;
    width: clamp(68px, 8vw, 92px);
}

.hm-mint-cover img {
    display: block;
    height: 100%;
    object-fit: contain;
    padding: 6px;
    width: 100%;
}

.hm-mint-cover span {
    color: #f1e507;
}

.hm-mint-drop h1 {
    font-size: clamp(22px, 2.6vw, 32px);
    line-height: 1;
    margin: 0;
    max-width: 760px;
}

.hm-mint-lede {
    color: #d4d4d8;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.55;
    margin: 0;
    max-width: 760px;
}

.hm-mint-social-links {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.hm-mint-social-links .hm-icon-btn {
    height: 36px;
    width: 36px;
}

.hm-mint-social-links svg {
    height: 19px;
    width: 19px;
}

.hm-coded-mint-note {
    align-items: center;
    background: rgba(241, 229, 7, .06);
    border: 1px solid rgba(241, 229, 7, .18);
    border-radius: 4px;
    display: flex;
    gap: 10px;
    margin-top: 14px;
    padding: 12px;
}

.hm-coded-mint-note p {
    color: #d4d4d8;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.45;
    margin: 0;
}

.hm-coded-drop-page {
    display: grid;
    gap: 18px;
}

.hm-coded-drop-intro {
    background:
        linear-gradient(135deg, rgba(241, 229, 7, .08), rgba(241, 229, 7, .05)),
        rgba(15, 15, 18, .82);
    border: 1px solid rgba(241, 229, 7, .18);
    border-radius: 4px;
    display: grid;
    gap: 14px;
    padding: clamp(18px, 3vw, 28px);
}

.hm-coded-drop-title {
    align-items: center;
    display: flex;
    gap: 12px;
}

.hm-coded-drop-title h1 {
    color: #f8fafc;
    font-size: clamp(1.7rem, 4vw, 3rem);
    line-height: .95;
    margin: 0;
}

.hm-coded-drop-intro p {
    color: #d4d4d8;
    font-weight: 720;
    line-height: 1.65;
    margin: 0;
    max-width: 880px;
}

.hm-coded-drop-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hm-coded-drop-actions .hm-muted.is-error {
    color: #fb7185;
}

.hm-coded-example-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hm-coded-example-card {
    background: rgba(15, 15, 18, .82);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    display: grid;
    gap: 12px;
    min-width: 0;
    padding: 12px;
}

.hm-coded-example-card.is-loading .hm-coded-example-image {
    animation: hm-pulse 1.2s ease-in-out infinite;
    background: linear-gradient(135deg, rgba(241, 229, 7, .14), rgba(255, 255, 255, .04));
}

.hm-coded-example-image {
    aspect-ratio: 1;
    background: #050505;
    border-radius: 4px;
    overflow: hidden;
}

.hm-coded-example-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hm-coded-example-meta {
    display: grid;
    gap: 8px;
}

.hm-coded-example-meta strong {
    color: #f8fafc;
    font-size: 1rem;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.hm-coded-example-meta > span {
    color: #a1a1aa;
    font-size: .82rem;
    font-weight: 800;
}

.hm-coded-example-traits {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.hm-coded-example-traits span {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    color: #d4d4d8;
    font-size: .72rem;
    font-weight: 850;
    line-height: 1.2;
    max-width: 100%;
    overflow-wrap: anywhere;
    padding: 6px 7px;
}

@keyframes hm-pulse {
    0%,
    100% {
        opacity: .65;
    }

    50% {
        opacity: 1;
    }
}

@media (max-width: 860px) {
    .hm-coded-example-grid {
        grid-template-columns: 1fr;
    }
}

.hm-mint-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.hm-mint-links a {
    border-bottom: 1px solid rgba(241, 229, 7, .45);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background: transparent;
    color: #f1e507;
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
    padding-bottom: 2px;
    text-transform: uppercase;
}

.hm-mint-disconnect {
    display: flex;
    justify-content: center;
    margin: -4px 0 0;
}

.hm-mint-progress-block {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .045);
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 16px;
    width: 100%;
}

.hm-mint-progress-inline {
    margin-top: 14px;
    padding: 12px;
}

.hm-mint-progress-head {
    align-items: baseline;
    display: flex;
    gap: 8px;
    justify-content: space-between;
}

.hm-mint-progress-head span,
.hm-mint-progress-block p {
    color: #f8fafc;
    font-size: 14px;
    font-weight: 900;
    margin: 0;
}

.hm-mint-progress {
    height: 16px;
}

.hm-mint-phase-grid {
    display: grid;
    align-items: stretch;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
    margin-top: 0;
    width: 100%;
}

.hm-mint-phase-grid.phases-1 {
    grid-template-columns: minmax(0, 320px);
    justify-content: center;
    width: 100%;
}

.hm-mint-phase-grid.phases-2 {
    grid-template-columns: repeat(2, minmax(0, 320px));
    justify-content: center;
    width: 100%;
}

.hm-mint-phase-card {
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 4px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .045), transparent),
        rgba(15, 15, 18, .82);
    display: grid;
    gap: 9px;
    grid-template-rows: auto auto auto auto;
    min-height: 176px;
    padding: 16px;
    text-align: center;
}

.hm-mint-phase-card.is-live {
    border-color: rgba(241, 229, 7, .44);
    background:
        linear-gradient(180deg, rgba(241, 229, 7, .105), rgba(15, 15, 18, .82) 42%),
        rgba(15, 15, 18, .82);
    box-shadow: 0 0 0 1px rgba(241, 229, 7, .08);
    min-height: 0;
    padding: 20px;
}

.hm-mint-phase-card.is-past {
    align-content: center;
    background: rgba(255, 255, 255, .035);
    border-color: rgba(255, 255, 255, .08);
    box-shadow: none;
    filter: grayscale(.35);
    min-height: 110px;
    opacity: .62;
}

.hm-mint-phase-main {
    display: grid;
    gap: 6px;
    justify-items: center;
}

.hm-mint-phase-main > span {
    color: #a1a1aa;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hm-mint-phase-card.is-live .hm-mint-phase-main > span {
    color: #f1e507;
}

.hm-mint-phase-main strong {
    color: #f8fafc;
    font-size: 24px;
    font-weight: 950;
    line-height: 1;
}

.hm-mint-phase-card.is-past .hm-mint-phase-main strong {
    color: #d4d4d8;
    font-size: 18px;
}

.hm-mint-phase-meta,
.hm-mint-phase-counter {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.hm-mint-phase-counter {
    justify-content: center;
}

.hm-mint-phase-meta span {
    color: #a1a1aa;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.hm-mint-phase-meta strong {
    color: #f1e507;
    font-size: 13px;
    font-style: normal;
    font-weight: 950;
}

.hm-mint-phase-card h2 {
    color: #f8fafc;
    font-size: 18px;
    line-height: 1.08;
    margin: 0;
    overflow-wrap: anywhere;
}

.hm-mint-phase-time {
    color: #d4d4d8;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.45;
    margin: 0;
}

.hm-mint-phase-time time {
    color: #f8fafc;
}

.hm-mint-countdown {
    border: 1px solid rgba(241, 229, 7, .24);
    border-radius: 4px;
    background: rgba(241, 229, 7, .06);
    color: #f1e507;
    font-size: 12px;
    font-weight: 950;
    padding: 6px 8px;
    text-align: center;
}

.hm-mint-countdown.is-ended {
    border-color: rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .055);
    color: #a1a1aa;
}

.hm-mint-phase-counter strong {
    color: #f8fafc;
    font-size: 22px;
    font-weight: 950;
    line-height: 1;
}

.hm-mint-phase-counter span {
    color: #d4d4d8;
    font-size: 13px;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
}

.hm-mint-phase-progress {
    height: 7px;
}

.hm-mint-phase-action {
    align-self: end;
    border-top: 1px solid rgba(255, 255, 255, .12);
    display: grid;
    gap: 12px;
    margin-top: 8px;
    padding-top: 14px;
}

.hm-mint-phase-card.is-live .hm-mint-phase-action {
    border-top-color: rgba(241, 229, 7, .2);
}

.hm-mint-current-status {
    color: #d4d4d8;
    font-size: 14px;
    font-weight: 900;
    margin: 0;
    text-align: center;
}

.hm-drop-chat {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(12, 12, 15, .78);
    display: grid;
    gap: 8px;
    margin-top: 16px;
    padding: 10px;
}

.hm-drop-chat-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 4px 4px 8px;
}

.hm-drop-chat-head strong {
    color: #f8fafc;
    font-size: 16px;
    font-weight: 950;
}

.hm-drop-chat-head span {
    color: #a1a1aa;
    font-size: 11px;
    font-weight: 850;
}

.hm-drop-chat-table {
    max-height: 260px;
    overflow-y: auto;
}

.hm-drop-chat-table table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.hm-drop-chat-table td {
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: #e4e4e7;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 6px;
    vertical-align: top;
}

.hm-drop-chat-table td:first-child {
    width: 28%;
}

.hm-drop-chat-table td:nth-child(2) {
    overflow-wrap: anywhere;
}

.hm-drop-chat-table td:last-child {
    color: #71717a;
    font-size: 11px;
    text-align: right;
    width: 132px;
}

.hm-drop-chat-table a {
    color: #f8fafc;
    display: block;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hm-drop-chat-empty {
    color: #a1a1aa !important;
    text-align: center;
}

.hm-chat-badge {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    color: #f8fafc;
    display: inline-flex;
    font-size: 10px;
    font-weight: 950;
    max-width: 100%;
    overflow: hidden;
    padding: 3px 5px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 4px;
}

.hm-chat-badge.is-dev {
    border-color: rgba(241, 229, 7, .7);
    color: #f1e507;
}

.hm-chat-badge.is-creator {
    border-color: rgba(241, 229, 7, .65);
    color: #f1e507;
}

.hm-chat-badge.is-holder {
    border-color: rgba(241, 229, 7, .32);
}

.hm-chat-badge.is-lurker {
    color: #71717a;
}

.hm-drop-chat-form {
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.hm-drop-chat-form .hm-input,
.hm-drop-chat-form .hm-btn,
.hm-drop-chat-login .hm-link-btn {
    min-height: 40px;
}

.hm-drop-chat-login {
    display: flex;
    justify-content: center;
}

.hm-mint-action-panel {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .045);
    display: grid;
    gap: 16px;
    justify-items: center;
    padding: 18px;
    width: 100%;
}

.hm-mint-action {
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 4px;
    background: rgba(15, 15, 18, .82);
    display: grid;
    gap: 10px;
    justify-items: center;
    margin-top: 2px;
    padding: 12px;
    width: min(560px, 100%);
}

.hm-mint-price {
    display: grid;
    gap: 3px;
    justify-items: center;
}

.hm-mint-price span,
.hm-mint-price small,
.hm-mint-controls label span {
    color: #a1a1aa;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.hm-mint-price strong {
    color: #f8fafc;
    font-size: 30px;
    line-height: 1;
}

.hm-mint-controls {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.hm-mint-controls label {
    display: grid;
    gap: 6px;
    text-align: left;
    width: 132px;
}

.hm-mint-feedback {
    color: #f1e507;
    font-size: 13px;
    font-weight: 900;
    min-height: 18px;
    text-align: center;
    width: min(100%, 460px);
    overflow-wrap: anywhere;
}

.hm-mint-feedback.is-error {
    border: 1px solid rgba(255, 84, 84, .5);
    border-radius: 4px;
    background: rgba(255, 84, 84, .12);
    color: #ff8a8a;
    padding: 8px 10px;
}

.hm-mint-sold-out {
    align-items: center;
    color: #f8fafc;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    text-align: center;
}

.hm-mint-sold-out strong {
    color: #f1e507;
}

.hm-mint-feedback a {
    color: #f1e507;
    font-weight: 950;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hm-mint-status {
    margin: 0 auto 12px;
    max-width: 780px;
    text-align: center;
}

.hm-mint-success {
    align-items: center;
    display: grid;
    gap: 22px;
    justify-items: center;
    margin: 0 auto;
    max-width: 960px;
    min-height: calc(100vh - 72px);
    overflow: hidden;
    position: relative;
    text-align: center;
}

.hm-mint-success > :not(.hm-fireworks-canvas):not(audio) {
    position: relative;
    z-index: 1;
}

.hm-mint-success > audio {
    display: none;
}

.hm-success-hero {
    display: grid;
    gap: 10px;
    justify-items: center;
    position: relative;
    z-index: 1;
}

.hm-success-hero h1 {
    color: #f1e507;
    font-size: clamp(42px, 7vw, 82px);
    line-height: .9;
}

.hm-success-hero code,
.hm-success-tx {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 4px;
    background: rgba(255, 255, 255, .06);
    color: #d4d4d8;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 13px;
    font-weight: 850;
    max-width: min(720px, 100%);
    overflow-wrap: anywhere;
    padding: 9px 11px;
}

.hm-success-tx {
    color: #f1e507;
}

.hm-success-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 190px));
    justify-content: center;
    position: relative;
    width: min(680px, 100%);
    z-index: 1;
}

.hm-success-token {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 4px;
    background: rgba(15, 15, 18, .82);
    display: grid;
    padding: 10px;
    transform: translateY(0);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.hm-success-token.is-ready {
    border-color: rgba(241, 229, 7, .42);
    box-shadow: 0 0 30px rgba(241, 229, 7, .12);
    transform: translateY(-2px);
}

.hm-success-token img,
.hm-success-token div {
    aspect-ratio: 1;
    border-radius: 4px;
    background: rgba(255, 255, 255, .06);
    display: grid;
    font-weight: 950;
    object-fit: cover;
    place-items: center;
    width: 100%;
}

.hm-success-token div {
    gap: 10px;
}

.hm-token-spinner {
    animation: hm-spin .8s linear infinite;
    border: 2px solid rgba(255, 255, 255, .18);
    border-top-color: #f1e507;
    border-radius: 999px;
    display: block;
    height: 28px;
    width: 28px;
}

@keyframes hm-spin {
    to {
        transform: rotate(360deg);
    }
}

.hm-fireworks-canvas {
    inset: 0;
    pointer-events: none;
    position: fixed;
    z-index: 0;
}

.hm-preview-phases {
    display: grid;
    gap: 10px;
    margin: 14px 0;
}

.hm-preview-phases > strong {
    color: #f8fafc;
    font-size: 13px;
}

.hm-preview-phase-grid {
    display: grid;
    gap: 10px;
}

.hm-preview-phase-card {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .045);
    display: grid;
    gap: 8px;
    padding: 12px;
}

.hm-preview-phase-card.is-eligible {
    border-color: rgba(241, 229, 7, .32);
}

.hm-preview-phase-card.is-not-eligible {
    border-color: rgba(241, 229, 7, .28);
}

.hm-preview-phase-card span,
.hm-preview-phase-card small,
.hm-preview-phase-card p {
    color: #a1a1aa;
    font-size: 12px;
    font-weight: 900;
    margin: 0;
}

.hm-preview-phase-card .hm-preview-phase-time {
    color: #d4d4d8;
    line-height: 1.45;
}

.hm-preview-phase-time time {
    color: #f8fafc;
}

.hm-preview-phase-card span,
.hm-preview-phase-card small {
    text-transform: uppercase;
}

.hm-preview-phase-card strong {
    color: #f8fafc;
    display: block;
    margin-top: 3px;
    overflow-wrap: anywhere;
}

.hm-preview-phase-card em {
    color: #f1e507;
    font-size: 13px;
    font-style: normal;
    font-weight: 950;
}

.hm-preview-phase-card.is-not-eligible em {
    color: #f1e507;
}

.hm-drop-actions {
    justify-content: flex-end;
}

.hm-empty-dashboard {
    align-items: center;
    display: flex;
    gap: 16px;
    grid-column: 1 / -1;
    justify-content: space-between;
}

@media (max-width: 1120px) {
    .hm-dashboard-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-home-market-layout {
        grid-template-columns: 1fr;
    }

    .hm-home-drop-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hm-home-market-main .hm-home-drop-grid,
    .hm-drops-index .hm-home-drop-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.hm-gallery-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    color: #d4d4d8;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 16px;
}

.hm-gallery-meta span {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .05);
    padding: 8px 10px;
}

.hm-gallery-header {
    padding: 22px 0 10px;
}

.hm-gallery-results {
    padding-top: 14px;
}

.hm-gallery-contextbar {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin: -2px 0 18px;
    padding: 0 0 14px;
}

.hm-gallery-contextbar > div:first-child {
    display: grid;
    gap: 3px;
}

.hm-gallery-contextbar strong {
    color: #f8fafc;
    font-size: 16px;
    line-height: 1;
}

.hm-gallery-contextbar span {
    color: #a1a1aa;
    font-size: 12px;
    font-weight: 800;
}

.hm-gallery-topline {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hm-gallery-topline h1 {
    font-size: clamp(26px, 4vw, 40px);
    line-height: 1;
    margin: 0 6px 0 0;
}

.hm-gallery-pill {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .05);
    color: #d4d4d8;
    font-size: 13px;
    font-weight: 900;
    padding: 9px 11px;
}

.hm-gallery-icon-actions {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-left: auto;
}

.hm-gallery-filter-dialog {
    max-width: 620px;
    width: min(620px, calc(100% - 32px));
}

.hm-modal-head {
    align-items: flex-start;
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.hm-gallery-filter-dialog .hm-filterbar {
    grid-template-columns: 1fr;
}

.hm-gallery-filter-dialog .hm-filter-actions {
    justify-content: flex-end;
}

.hm-gallery-search-form,
.hm-gallery-trait-form {
    display: grid;
    gap: 14px;
}

.hm-gallery-trait-list {
    display: grid;
    gap: 10px;
    max-height: min(62vh, 560px);
    overflow: auto;
    padding-right: 4px;
}

.hm-gallery-trait-row {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
}

.hm-gallery-trait-row span {
    color: #d4d4d8;
    font-size: 13px;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hm-token-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 14px;
}

.hm-gallery-empty {
    align-items: center;
    border-style: dashed;
    display: grid;
    gap: 8px;
    grid-column: 1 / -1;
    justify-items: center;
    min-height: 190px;
    text-align: center;
}

.hm-gallery-empty strong {
    color: #f1e507;
    font-size: 18px;
    font-weight: 950;
}

.hm-gallery-empty p {
    color: #a1a1aa;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.45;
    margin: 0;
    max-width: 460px;
}

.hm-token-card {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 4px;
    background: rgba(15, 15, 18, .82);
    color: inherit;
    cursor: pointer;
    font: inherit;
    overflow: hidden;
    padding: 0;
    text-align: left;
}

.hm-token-card:hover {
    border-color: rgba(241, 229, 7, .38);
    transform: translateY(-1px);
}

.hm-token-image {
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .06);
    color: #71717a;
}

.hm-token-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hm-token-body {
    display: grid;
    gap: 6px;
    padding: 12px;
}

.hm-token-traits {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.hm-token-traits a {
    border: 1px solid rgba(241, 229, 7, .25);
    border-radius: 4px;
    color: #f1e507;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 6px;
}

.hm-token-dialog {
    max-width: 980px;
    width: min(980px, calc(100% - 32px));
}

.hm-token-dialog-grid {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(280px, 420px) minmax(360px, 1fr);
}

.hm-token-dialog-image {
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .06);
    display: grid;
    overflow: hidden;
    place-items: center;
}

.hm-token-dialog-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hm-token-dialog-info {
    display: grid;
    gap: 14px;
}

.hm-token-dialog-traits {
    display: grid;
    gap: 8px;
}

.hm-token-dialog-traits div {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .045);
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(110px, .8fr) minmax(0, 1.2fr);
    padding: 9px 10px;
}

.hm-token-dialog-traits span {
    color: #a1a1aa;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.hm-token-dialog-traits strong {
    color: #f8fafc;
    overflow-wrap: anywhere;
}

.hm-badge {
    display: inline-flex;
    border: 1px solid rgba(241, 229, 7, .4);
    color: #f1e507;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 900;
}

.hm-badge.muted {
    border-color: rgba(255, 255, 255, .16);
    color: #d4d4d8;
}

.hm-badge.danger {
    border-color: rgba(248, 113, 113, .45);
    color: #f87171;
}

.hm-badge-generative {
    align-items: center;
    background: rgba(241, 229, 7, .1);
    border-color: rgba(241, 229, 7, .55);
    color: #f8fafc;
    height: 26px;
    justify-content: center;
    padding: 0;
    width: 26px;
}

.hm-badge-generative img {
    filter: invert(92%) sepia(94%) saturate(780%) hue-rotate(18deg) brightness(105%);
    height: 13px;
    width: 13px;
}

.hm-badge-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.hm-phase-page {
    display: grid;
    gap: 18px;
    padding: 32px 0;
}

.hm-phase-head,
.hm-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.hm-phase-head h1 {
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1;
}

.hm-phase-tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
}

.hm-phase-tab {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .05);
    display: grid;
    gap: 4px;
    padding: 12px;
}

.hm-phase-tab.is-active {
    border-color: rgba(241, 229, 7, .5);
    background: rgba(241, 229, 7, .09);
}

.hm-phase-tab.is-disabled {
    cursor: not-allowed;
    opacity: .55;
}

.hm-phase-tab span,
.hm-phase-tab em {
    color: #a1a1aa;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.hm-phase-tab strong {
    color: #f8fafc;
    overflow-wrap: anywhere;
}

.hm-phase-layout {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
    gap: 18px;
    align-items: start;
}

.hm-phase-layout.is-settings-only {
    grid-template-columns: minmax(0, 720px);
}

.hm-phase-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.hm-phase-choice-card {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 4px;
    background: rgba(15, 15, 18, .82);
    display: grid;
    gap: 16px;
    min-height: 300px;
    padding: 18px;
}

.hm-phase-choice-card.is-needed {
    border-color: rgba(241, 229, 7, .34);
}

.hm-phase-choice-card.is-decided {
    border-color: rgba(241, 229, 7, .28);
}

.hm-phase-choice-card span {
    color: #a1a1aa;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.hm-phase-choice-card h2 {
    font-size: 26px;
    line-height: 1.05;
    margin-top: 8px;
}

.hm-phase-choice-meta {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .045);
    display: grid;
    gap: 4px;
    padding: 12px;
}

.hm-phase-choice-meta strong {
    color: #f8fafc;
}

.hm-phase-choice-meta small {
    color: #a1a1aa;
    font-weight: 800;
}

.hm-phase-settings,
.hm-phase-wallets {
    display: grid;
    gap: 18px;
    margin: 0;
}

.hm-toggle-grid,
.hm-phase-fields,
.hm-phase-wallet-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: end;
}

.hm-toggle-grid.is-single {
    grid-template-columns: 1fr;
}

.hm-toggle-row {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .04);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 76px;
    padding: 12px;
}

.hm-toggle-row span {
    display: grid;
    gap: 4px;
}

.hm-toggle-row strong {
    color: #f8fafc;
}

.hm-toggle-row em {
    color: #a1a1aa;
    font-size: 12px;
    font-style: normal;
}

.hm-toggle-row input[type="checkbox"] {
    accent-color: #f1e507;
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
}

.hm-callout,
.hm-empty {
    border: 1px solid rgba(241, 229, 7, .32);
    border-radius: 4px;
    background: rgba(241, 229, 7, .08);
    color: #f8fafc;
    font-weight: 800;
    padding: 14px;
}

.hm-wallet-list {
    display: grid;
    gap: 8px;
    max-height: 520px;
    overflow: auto;
}

.hm-wallet-row {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    background: rgba(255, 255, 255, .04);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto auto auto;
    gap: 10px;
    align-items: center;
    padding: 10px;
}

.hm-wallet-row code {
    color: #f1e507;
    overflow-wrap: anywhere;
}

.hm-wallet-row span,
.hm-wallet-row small {
    color: #a1a1aa;
    font-size: 12px;
    font-weight: 900;
}

.hm-wallet-row .is-active {
    color: #f1e507;
}

.hm-wallet-row .is-muted {
    color: #71717a;
}

.hm-wl-field-list,
.hm-wl-answer-list,
.hm-wl-review-actions {
    display: grid;
    gap: 10px;
}

.hm-wl-field-row {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(180px, 1fr) minmax(150px, .45fr) auto minmax(180px, .7fr);
}

.hm-checkline {
    align-items: center;
    color: #d4d4d8;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    gap: 8px;
    white-space: nowrap;
}

.hm-wl-answer-list div {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    background: rgba(255, 255, 255, .035);
    display: grid;
    gap: 5px;
    padding: 9px;
}

.hm-wl-answer-list strong {
    color: #f1e507;
    font-size: 11px;
    text-transform: uppercase;
}

.hm-wl-answer-list a {
    color: #f8fafc;
    overflow-wrap: anywhere;
    text-decoration: underline;
}

.hm-wl-review-actions form {
    align-items: center;
    display: flex;
    gap: 8px;
}

.hm-wl-review-actions .hm-input {
    max-width: 110px;
}

.hm-wl-public h1 {
    font-size: clamp(24px, 3vw, 42px);
    margin: 0;
}

.hm-panel.hm-wl-public {
    margin-inline: auto;
    max-width: 760px;
    width: 100%;
}

.hm-wallet-line {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .045);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 12px;
}

.hm-wallet-line span {
    color: #a1a1aa;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.hm-owner-context {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    background: rgba(255, 255, 255, .04);
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 16px;
    padding: 12px;
}

.hm-owner-context div {
    display: grid;
    gap: 4px;
}

.hm-owner-context span {
    color: #a1a1aa;
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase;
}

.hm-owner-context strong {
    color: #f8fafc;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hm-mint-phase-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.hm-mint-phase-links a {
    border: 1px solid rgba(241, 229, 7, .28);
    border-radius: 4px;
    color: #f1e507;
    font-size: 11px;
    font-weight: 950;
    padding: 6px 8px;
    text-transform: uppercase;
}

.hm-overview,
.hm-contract-page {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    padding: 32px 0;
}

.hm-collection-workspace {
    align-items: start;
    display: grid;
    gap: 18px;
    grid-template-columns: 250px minmax(0, 1fr);
    padding: 14px 0 32px;
}

.hm-collection-sidebar {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(12, 12, 15, .82);
    display: grid;
    gap: 14px;
    padding: 12px;
    position: sticky;
    top: 18px;
}

.hm-collection-workspace.is-sidebar-collapsed {
    grid-template-columns: 70px minmax(0, 1fr);
}

.hm-collection-sidebar-toggle {
    align-items: center;
    border: 1px solid rgba(241, 229, 7, .3);
    border-radius: 4px;
    background: rgba(241, 229, 7, .08);
    color: #f1e507;
    cursor: pointer;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    justify-self: end;
    width: 34px;
}

.hm-collection-sidebar-toggle:hover,
.hm-collection-sidebar-toggle:focus-visible {
    background: #f1e507;
    color: #050505;
}

.hm-collection-sidebar-toggle svg {
    fill: none;
    height: 18px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    transition: transform .18s ease;
    width: 18px;
}

.hm-collection-sidebar.is-collapsed {
    padding: 12px;
}

.hm-collection-sidebar.is-collapsed .hm-collection-sidebar-head {
    border-bottom: 0;
    grid-template-columns: 44px;
    padding-bottom: 0;
}

.hm-collection-sidebar.is-collapsed .hm-collection-sidebar-head > div:last-child,
.hm-collection-sidebar.is-collapsed [data-hoodmint-collection-sidebar-links] {
    display: none;
}

.hm-collection-sidebar.is-collapsed .hm-collection-sidebar-toggle {
    justify-self: center;
}

.hm-collection-sidebar.is-collapsed .hm-collection-sidebar-toggle svg {
    transform: rotate(180deg);
}

.hm-collection-mobile-menu {
    display: none;
}

.hm-collection-sidebar-head {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: grid;
    gap: 10px;
    grid-template-columns: 44px minmax(0, 1fr);
    padding-bottom: 12px;
}

.hm-collection-mobile-toggle {
    align-items: center;
    border: 1px solid rgba(241, 229, 7, .32);
    border-radius: 4px;
    background: rgba(241, 229, 7, .1);
    color: #f1e507;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 950;
    justify-content: center;
    min-height: 34px;
    padding: 0 11px;
}

.hm-collection-sidebar-head strong,
.hm-collection-sidebar-head span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hm-collection-sidebar-head strong {
    color: #f8fafc;
    font-size: 14px;
    font-weight: 950;
}

.hm-collection-sidebar-head span {
    color: #a1a1aa;
    font-size: 11px;
    font-weight: 850;
}

.hm-collection-sidebar-logo {
    border: 1px solid rgba(241, 229, 7, .24);
    border-radius: 4px;
    background: rgba(241, 229, 7, .08);
    display: grid;
    height: 44px;
    overflow: hidden;
    place-items: center;
    width: 44px;
}

.hm-collection-sidebar-logo img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hm-collection-sidebar-logo span {
    color: #f1e507;
    font-size: 11px;
    font-weight: 950;
}

.hm-collection-menu,
.hm-collection-menu-group,
.hm-collection-menu-nested {
    display: grid;
    gap: 4px;
}

.hm-collection-menu a,
.hm-collection-menu > .hm-collection-menu-group > span {
    border: 1px solid transparent;
    border-radius: 4px;
    color: #d4d4d8;
    display: block;
    font-size: 13px;
    font-weight: 900;
    padding: 9px 10px;
}

.hm-collection-menu a:hover,
.hm-collection-menu a.is-active {
    border-color: rgba(241, 229, 7, .32);
    background: rgba(241, 229, 7, .1);
    color: #f1e507;
}

.hm-collection-menu-external {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
}

.hm-collection-menu-external svg {
    fill: none;
    flex: 0 0 auto;
    height: 14px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
    width: 14px;
}

.hm-collection-menu-sub {
    margin-left: 10px;
}

.hm-collection-menu-sub span {
    color: #71717a;
    display: block;
    font-size: 10px;
    font-weight: 800;
    margin-top: 2px;
}

.hm-collection-menu-sub.is-muted {
    opacity: .56;
}

.hm-collection-menu-nested {
    border-left: 1px solid rgba(241, 229, 7, .24);
    margin: 2px 0 4px 22px;
    padding-left: 8px;
}

.hm-collection-menu-nested a {
    font-size: 12px;
    padding: 7px 8px;
}

.hm-collection-menu-with-count {
    align-items: center;
    display: flex !important;
    gap: 8px;
    justify-content: space-between;
}

.hm-collection-menu-count {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    color: #a1a1aa;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 10px;
    font-weight: 950;
    justify-content: center;
    line-height: 1;
    min-width: 22px;
    padding: 5px 7px;
}

.hm-collection-menu-count.is-hot {
    background: #f1e507;
    border-color: #f1e507;
    color: #050505;
}

.hm-create-deploy {
    padding: 32px 0 24px;
}

.hm-create-deploy-grid {
    display: grid;
    grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
    gap: 24px;
    align-items: start;
    width: 100%;
}

.hm-create-image,
.hm-create-fields {
    display: grid;
    gap: 16px;
    padding: 22px;
}

.hm-create-image h1 {
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1;
}

.hm-create-fields .hm-input,
.hm-create-fields input.hm-input {
    min-height: 40px;
    height: 40px;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 1.2;
}

.hm-create-fields .hm-field {
    gap: 4px;
}

.hm-create-fields .hm-field label {
    color: #a1a1aa;
    font-size: 13px;
    line-height: 1.2;
}

.hm-logo-drop {
    border: 1px dashed rgba(241, 229, 7, .42);
    border-radius: 4px;
    background: rgba(241, 229, 7, .07);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    cursor: pointer;
    text-align: center;
    min-height: 300px;
    padding: 16px;
    position: relative;
    overflow: hidden;
}

.hm-logo-drop strong {
    color: #f1e507;
    font-size: 18px;
    position: relative;
    z-index: 2;
}

.hm-logo-drop input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.hm-logo-drop img {
    width: 100%;
    height: 100%;
    display: none;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.hm-logo-drop.has-preview {
    border-style: solid;
    background: rgba(255, 255, 255, .05);
}

.hm-logo-drop.has-preview img {
    display: block;
}

.hm-logo-drop.has-preview strong {
    background: rgba(9, 9, 11, .76);
    border-radius: 4px;
    padding: 7px 9px;
}

.hm-logo-spinner {
    width: 30px;
    height: 30px;
    border: 3px solid rgba(255, 255, 255, .18);
    border-top-color: #f1e507;
    border-radius: 999px;
    display: none;
    position: relative;
    z-index: 3;
    animation: hm-spin .8s linear infinite;
}

.hm-logo-drop.is-loading .hm-logo-spinner {
    display: block;
}

.hm-logo-drop.is-loading strong {
    display: none;
}

@keyframes hm-spin {
    to {
        transform: rotate(360deg);
    }
}

.hm-create-two {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px;
}

.hm-lock-note {
    border: 1px solid rgba(241, 229, 7, .28);
    border-radius: 4px;
    background: rgba(241, 229, 7, .08);
    color: #f8fafc;
    font-weight: 800;
    padding: 8px 9px;
    font-size: 13px;
    line-height: 1.35;
}

.hm-create-fields .hm-btn {
    min-height: 42px;
    padding: 0 14px;
}

.hm-overview-side {
    position: sticky;
    top: 24px;
}

.hm-overview-main,
.hm-contract-main {
    display: grid;
    gap: 16px;
}

.hm-context-strip,
.hm-contract-note {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .045);
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    justify-content: space-between;
    padding: 11px 12px;
}

.hm-context-strip > div:first-child {
    display: grid;
    gap: 3px;
}

.hm-context-strip-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.hm-context-strip span,
.hm-contract-note span {
    color: #a1a1aa;
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase;
}

.hm-context-strip strong,
.hm-contract-note strong {
    color: #f8fafc;
    font-size: 13px;
    font-weight: 900;
}

.hm-overview-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.hm-overview-head h1 {
    font-size: clamp(32px, 4vw, 58px);
    line-height: 1;
}

.hm-overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.hm-task-card,
.hm-lock-field {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 4px;
    background: rgba(15, 15, 18, .82);
    display: grid;
    gap: 6px;
    min-height: 126px;
    padding: 16px;
}

.hm-task-card span,
.hm-lock-field span {
    color: #a1a1aa;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.hm-task-card strong,
.hm-lock-field strong {
    color: #f8fafc;
    font-size: 19px;
    overflow-wrap: anywhere;
}

.hm-task-card small,
.hm-lock-field small {
    color: #a1a1aa;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.hm-task-card.is-done {
    border-color: rgba(241, 229, 7, .34);
}

.hm-task-card.is-needed {
    border-color: rgba(241, 229, 7, .28);
}

.hm-overview-actions {
    justify-content: flex-end;
}

.hm-publish-strip {
    border: 1px solid rgba(241, 229, 7, .24);
    border-radius: 4px;
    background: linear-gradient(135deg, rgba(241, 229, 7, .08), rgba(241, 229, 7, .05));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px;
}

.hm-publish-strip strong {
    color: #f8fafc;
    display: block;
    font-size: 18px;
    margin-top: 4px;
}

.hm-publish-eyebrow {
    color: #f1e507;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hm-preview-strip {
    align-items: center;
    border: 1px solid rgba(241, 229, 7, .34);
    border-radius: 4px;
    background: rgba(241, 229, 7, .08);
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin: 18px 0 0;
    padding: 12px 14px;
}

.hm-mint-preview-strip {
    margin: 0 auto 22px;
    width: min(980px, 100%);
}

.hm-preview-strip strong {
    color: #f1e507;
}

.hm-preview-strip span {
    color: #d4d4d8;
    font-weight: 800;
}

.hm-publish-strip p {
    margin: 4px 0 0;
}

.hm-launch-dialog {
    max-width: 620px;
    width: min(620px, calc(100% - 32px));
}

.hm-dialog-body {
    display: grid;
    gap: 18px;
    padding: 22px;
}

.hm-dialog-head {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.hm-dialog-head h2 {
    margin: 4px 0 0;
}

.hm-launch-lock-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hm-launch-lock-list span {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .05);
    color: #f8fafc;
    font-size: 13px;
    font-weight: 900;
    padding: 10px 12px;
}

.hm-launch-lock-list span::before {
    color: #f1e507;
    content: "✓";
    margin-right: 8px;
}

.hm-launch-sync-note {
    border: 1px solid rgba(241, 229, 7, .24);
    border-radius: 4px;
    background: rgba(241, 229, 7, .08);
    color: #eaff9a;
    font-size: 14px;
    font-weight: 900;
    padding: 11px 12px;
}

.hm-launch-sync-note.is-quiet {
    border-color: rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .05);
    color: #d4d4d8;
}

.hm-launch-modal-actions {
    justify-content: flex-end;
}

.hm-lock-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.hm-deploy-feedback {
    color: #f1e507;
    font-size: 14px;
    font-weight: 800;
    margin-top: 12px;
    min-height: 20px;
    overflow-wrap: anywhere;
}

.hm-deploy-feedback.is-error {
    border: 1px solid rgba(255, 84, 84, .58);
    border-radius: 4px;
    background: rgba(255, 84, 84, .12);
    color: #ff8a8a;
    padding: 10px 12px;
    text-align: center;
}

.hm-progress {
    height: 14px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .12);
    overflow: hidden;
}

.hm-progress span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #f1e507, #f1e507);
    transition: width .35s ease, box-shadow .35s ease;
}

.hm-progress span.is-live-updated {
    box-shadow: 0 0 16px rgba(241, 229, 7, .55);
}

.hm-pagination {
    margin-top: 18px;
}

.hm-pager {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .04);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px;
    color: #d4d4d8;
}

.hm-pager-summary {
    font-size: 13px;
}

.hm-pager-summary strong {
    color: #f8fafc;
}

.hm-pager-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.hm-pager-btn {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 4px;
    background: rgba(255, 255, 255, .06);
    color: #f8fafc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    min-height: 36px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}

.hm-pager-btn.is-active {
    border-color: rgba(241, 229, 7, .6);
    background: #f1e507;
    color: #09090b;
}

.hm-pager-btn.is-disabled {
    color: #71717a;
    cursor: default;
}

.hm-pager svg {
    width: 18px;
    height: 18px;
}

.hm-alert {
    border: 1px solid rgba(241, 229, 7, .4);
    background: rgba(241, 229, 7, .08);
    padding: 12px;
    border-radius: 4px;
}

.hm-connect-status {
    display: none;
    border: 1px solid rgba(241, 229, 7, .38);
    background: rgba(241, 229, 7, .09);
    color: #f6ffd1;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.45;
    margin-bottom: 18px;
    padding: 12px 14px;
    text-align: center;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.hm-connect-status:not(:empty) {
    display: block;
}

.hm-connect-status.is-error {
    border-color: rgba(255, 43, 89, .6);
    background: rgba(255, 43, 89, .13);
    color: #ffe6ec;
}

.hm-connect-status a {
    color: #f1e507;
    font-weight: 950;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hm-alert.danger {
    border-color: rgba(255, 43, 89, .55);
    background: rgba(255, 43, 89, .13);
    color: #fff;
    display: grid;
    gap: 4px;
    margin-bottom: 18px;
}

.hm-alert.danger strong {
    color: #ff6b8b;
}

.hm-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(0, 0, 0, .72);
}

.hm-modal-backdrop.is-open {
    display: flex;
}

.hm-modal {
    width: min(560px, 100%);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 4px;
    background: #111113;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .5);
    padding: 22px;
}

.hm-modal h2 {
    font-size: 24px;
}

.hm-modal-list {
    display: grid;
    gap: 10px;
    margin: 18px 0;
}

.hm-modal.hm-metamask-qr-modal {
    overflow: hidden;
    position: relative;
    width: min(440px, 100%);
}

.hm-modal.hm-metamask-qr-modal::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, #f1e507, #8fbd00, #f1e507);
}

.hm-metamask-qr-modal {
    display: grid;
    gap: 14px;
    text-align: center;
}

.hm-metamask-qr-modal h2 {
    font-size: 22px;
    line-height: 1.05;
}

.hm-metamask-qr {
    border: 1px solid rgba(241, 229, 7, .42);
    border-radius: 4px;
    background: linear-gradient(135deg, rgba(241, 229, 7, .2), rgba(255, 255, 255, .03));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06), 0 16px 42px rgba(0, 0, 0, .28);
    display: inline-grid;
    margin: 0 auto;
    padding: 14px;
}

.hm-metamask-qr svg {
    border-radius: 3px;
    display: block;
    height: 220px;
    width: 220px;
}

.hm-metamask-qr-modal .hm-actions {
    justify-content: center;
}

.hm-metamask-qr-modal .hm-link-btn,
.hm-metamask-qr-modal .hm-btn {
    min-height: 38px;
    padding: 0 14px;
}

.hm-provider-choice-modal {
    max-width: 460px;
}

.hm-provider-choice-list {
    display: grid;
    gap: 8px;
    margin: 16px 0;
}

.hm-provider-choice-option {
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(241, 229, 7, .28);
    border-radius: 4px;
    color: var(--hm-text);
    cursor: pointer;
    display: grid;
    gap: 4px;
    padding: 12px 14px;
    text-align: left;
}

.hm-provider-choice-option:hover {
    border-color: rgba(241, 229, 7, .58);
}

.hm-provider-choice-option.is-disabled {
    border-color: rgba(255, 255, 255, .1);
    color: #71717a;
    cursor: not-allowed;
    opacity: .72;
}

.hm-provider-choice-option strong {
    font-size: 14px;
    font-weight: 950;
}

.hm-provider-choice-option span {
    color: var(--hm-muted);
    font-size: 12px;
    font-weight: 850;
}

.hm-modal-row {
    display: grid;
    gap: 4px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    padding: 10px;
    background: rgba(255, 255, 255, .05);
}

.hm-modal-row span {
    color: #a1a1aa;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.hm-modal-row code {
    color: #f1e507;
    overflow-wrap: anywhere;
}

.hm-dialog {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 4px;
    background: rgba(15, 15, 18, .98);
    color: #f8fafc;
    max-width: 520px;
    width: min(520px, calc(100% - 32px));
}

.hm-dialog.hm-token-dialog {
    max-height: min(860px, calc(100vh - 32px));
    max-width: min(1120px, calc(100vw - 32px));
    overflow: auto;
    width: min(1120px, calc(100vw - 32px));
}

.hm-sync-dialog {
    padding: 18px;
}

.hm-dialog::backdrop {
    background: rgba(0, 0, 0, .72);
}

.hm-modal-card {
    display: grid;
    gap: 18px;
    padding: 18px;
}

@media (max-width: 820px) {
    .hm-home-info-grid {
        grid-template-columns: 1fr;
    }

    .hm-home-seo-intro {
        align-items: start;
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .hm-home-seo-intro nav {
        justify-content: flex-start;
        max-width: 100%;
    }

    .hm-home-seo-intro nav a {
        flex: 1 1 calc(50% - 8px);
        text-align: center;
    }

    .hm-home-market-main .hm-home-mobile-extra {
        display: block;
    }

    .hm-home-see-more-desktop {
        display: none;
    }

    .hm-home-see-more-mobile {
        display: flex;
    }

    .hm-hero,
    .hm-grid,
    .hm-dashboard-grid,
    .hm-filterbar,
    .hm-step-grid,
    .hm-asset-meter,
    .hm-overview,
    .hm-collection-workspace,
    .hm-contract-page,
    .hm-overview-grid,
    .hm-lock-grid,
    .hm-phase-overview-grid,
    .hm-phase-layout,
    .hm-config-layout,
    .hm-config-three,
    .hm-config-four,
    .hm-profile-layout,
    .hm-profile-two,
    .hm-public-profile,
    .hm-profile-stats,
    .hm-toggle-grid,
    .hm-phase-fields,
    .hm-phase-wallet-form,
    .hm-wallet-row,
    .hm-wl-field-row,
    .hm-owner-context,
    .hm-token-editor-grid,
    .hm-repeater-row,
    .hm-create-deploy-grid,
    .hm-create-two,
    .hm-affiliate-hero,
    .hm-affiliate-grid,
    .hm-mint-head,
    .hm-mint-phase-grid,
    .hm-gallery-trait-row,
    .hm-token-dialog-grid,
    .hm-token-dialog-traits div {
        grid-template-columns: 1fr;
    }

    .hm-profile-card {
        position: static;
    }

    .hm-collection-sidebar {
        position: static;
    }

    .hm-profile-selected-nft,
    .hm-profile-nft-search {
        grid-template-columns: 1fr;
    }

    .hm-profile-selected-nft img,
    .hm-profile-selected-nft > span {
        width: min(140px, 100%);
    }

    .hm-nav {
        align-items: center;
        flex-direction: row;
        gap: 10px;
        justify-content: space-between;
        width: min(1120px, calc(100% - 48px));
    }

    .hm-brand {
        font-size: clamp(32px, 9.5vw, 42px);
        flex: 0 1 auto;
        min-width: 0;
    }

    .hm-nav .hm-actions {
        flex: 0 0 auto;
        gap: 8px;
        justify-content: flex-end;
    }

    .hm-nav .hm-btn {
        min-height: 40px;
        padding: 0 12px;
        white-space: nowrap;
    }

    .hm-nav-create-instant {
        min-height: 40px;
        padding: 0 12px;
    }

    .hm-nav-icon-btn {
        height: 40px;
        min-height: 40px;
        width: 40px;
    }

    .hm-page-bar {
        align-items: center;
        flex-direction: row;
        gap: 10px;
        min-height: 66px;
    }

    .hm-page-bar h1 {
        flex: 1 1 auto;
        font-size: clamp(16px, 5vw, 22px);
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hm-page-bar-actions {
        flex: 0 0 auto;
        justify-content: flex-end;
        min-width: 0;
    }

    .hm-footer {
        gap: 24px;
        margin-top: 42px;
        padding: 24px;
        text-align: left;
    }

    .hm-footer-main {
        gap: 28px;
        grid-template-columns: 1fr;
    }

    .hm-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .hm-footer-brand {
        font-size: 30px;
        justify-content: flex-start;
        margin-bottom: 10px;
        width: 100%;
    }

    .hm-footer p {
        max-width: 100%;
    }

    .hm-footer-links {
        gap: 18px;
        grid-template-columns: 1fr;
        justify-content: stretch;
        width: 100%;
    }

    .hm-footer-links div {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .1);
        min-width: 0;
        padding-left: 0;
        padding-top: 16px;
    }

    .hm-footer small {
        max-width: 100%;
    }

    .hm-split,
    .hm-home-section-head,
    .hm-home-faq-head,
    .hm-mints-head,
    .hm-launch-topline,
    .hm-collection-hero,
    .hm-overview-head,
    .hm-publish-strip,
    .hm-preview-strip,
    .hm-phase-head,
    .hm-panel-head,
    .hm-assets-head,
    .hm-assets-upload-head,
    .hm-config-head,
    .hm-config-section-head,
    .hm-drop-head,
    .hm-empty-dashboard {
        align-items: flex-start;
        flex-direction: column;
    }

    .hm-mint-preview-strip,
    .hm-mint-controls,
    .hm-mint-progress-head {
        align-items: center;
        flex-direction: column;
    }

    .hm-mint-controls label {
        width: min(220px, 100%);
    }

    .hm-mint-action-panel {
        padding: 14px;
        width: 100%;
    }

    .hm-doc-layout {
        grid-template-columns: 1fr;
    }

    .hm-doc-nav {
        position: static;
    }

    .hm-doc-grid {
        grid-template-columns: 1fr;
    }

    .hm-seo-grid,
    .hm-seo-comparison {
        grid-template-columns: 1fr;
    }

    .hm-seo-aside,
    .hm-seo-comparison div + div {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .12);
    }

    .hm-seo-section,
    .hm-seo-grid > div,
    .hm-seo-aside,
    .hm-seo-comparison div,
    .hm-seo-cta {
        padding: 20px;
    }

    .hm-seo-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .hm-section.hm-home-powered {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 24px;
    }

    .hm-admin-grid {
        grid-template-columns: 1fr;
    }

    .hm-section.hm-home-walkthrough,
    .hm-section.hm-home-affiliate,
    .hm-section.hm-home-marketplace {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .hm-home-walkthrough .hm-link-btn,
    .hm-home-affiliate .hm-link-btn,
    .hm-home-marketplace .hm-link-btn {
        width: 100%;
    }

    .hm-home-powered-copy {
        justify-items: center;
        text-align: center;
    }

    .hm-drop-nav {
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(auto-fit, 42px);
        justify-content: stretch;
        width: auto;
    }

    .hm-drop-nav .hm-link-btn {
        background: rgba(255, 255, 255, .08);
        color: #fff;
        min-height: 42px;
        padding: 0;
        width: 100%;
    }

    .hm-drop-nav .hm-link-btn.is-active {
        border-color: rgba(241, 229, 7, .74);
        background: rgba(241, 229, 7, .14);
        color: #fff;
    }

    .hm-drop-nav .hm-link-btn span {
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    .hm-drop-nav svg,
    .hm-drop-nav img {
        display: block;
        height: 18px;
        width: 18px;
    }

    .hm-home-faq-grid {
        grid-template-columns: 1fr;
    }

    .hm-mint-head {
        justify-items: center;
        text-align: center;
    }

    .hm-mint-social-links {
        justify-content: center;
    }

    .hm-mint-phase-card {
        justify-items: center;
        text-align: center;
    }

    .hm-mint-phase-meta,
    .hm-mint-phase-counter {
        justify-content: center;
    }

    .hm-mint-feedback {
        margin-inline: auto;
        max-width: 100%;
        text-align: center;
        width: 100%;
        word-break: break-word;
    }

    .hm-overview-side {
        position: static;
    }

    .hm-pager {
        align-items: flex-start;
        flex-direction: column;
    }

    .hm-dashboard-drop {
        min-width: 0;
    }

    .hm-dashboard-actions {
        justify-content: flex-start;
    }

    .hm-holder-score {
        grid-template-columns: 1fr;
    }

    .hm-holder-score-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-holder-explainer {
        grid-template-columns: 1fr;
    }

    .hm-wallet-list {
        max-height: none;
    }

    .hm-filter-pills {
        justify-content: flex-start;
    }

    .hm-token-image-panel {
        position: static;
    }

    .hm-config-aside {
        position: static;
    }

    .hm-config-save {
        justify-content: flex-start;
    }

    .hm-drop-phases a,
    .hm-drop-phases div {
        grid-template-columns: 24px minmax(0, 1fr);
    }

    .hm-drop-phases small {
        grid-column: 2;
        text-align: left;
    }

    .hm-logo-drop {
        min-height: 220px;
    }

    .hm-home-drop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-home-market-main .hm-home-drop-grid,
    .hm-drops-index .hm-home-drop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .hm-home-drop-grid {
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-home-market-main .hm-home-drop-grid,
    .hm-drops-index .hm-home-drop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-leaderboard-card {
        padding: 12px;
    }

    .hm-leaderboard-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .hm-leaderboard-head strong {
        text-align: left;
    }

    .hm-home-drop-card .hm-drop-body {
        gap: 10px;
        padding: 10px;
    }

    .hm-home-drop-card .hm-drop-head {
        display: grid;
        gap: 8px;
    }

    .hm-home-drop-card .hm-drop-head h3 {
        font-size: 14px;
        line-height: 1.1;
    }

    .hm-home-drop-card .hm-drop-head p,
    .hm-home-drop-card .hm-drop-progress-row strong,
    .hm-home-drop-card .hm-drop-progress-row span,
    .hm-home-drop-card .hm-drop-meta,
    .hm-drop-price-chain strong,
    .hm-drop-price-chain span {
        font-size: 10px;
    }

    .hm-home-drop-card .hm-badge {
        justify-self: start;
        padding: 5px 7px;
    }

    .hm-drop-price-chain {
        gap: 5px;
        padding-top: 8px;
    }

    .hm-launch-lock-list {
        grid-template-columns: 1fr;
    }

    .hm-dialog-body {
        padding: 18px;
    }

    .hm-launch-modal-actions {
        align-items: stretch;
        flex-direction: column;
    }
}

/* HoodMint readability pass */
:root {
    --hm-page-gutter: clamp(22px, 2.6vw, 48px);
    --hm-page-max: 1680px;
}

.hm-home-market-layout {
    gap: 18px;
    grid-template-columns: minmax(0, 2.55fr) minmax(340px, .95fr);
}

.hm-home-drop-grid,
.hm-home-market-main .hm-home-drop-grid {
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.hm-home-drop-card .hm-drop-media {
    aspect-ratio: 1 / 1;
}

.hm-home-drop-card .hm-drop-body,
.hm-leaderboard-card,
.hm-mint-phase-card,
.hm-drop-chat,
.hm-section.hm-panel,
.hm-panel,
.hm-card {
    padding: 16px;
}

.hm-section.hm-home-walkthrough,
.hm-section.hm-home-affiliate,
.hm-section.hm-home-marketplace,
.hm-section.hm-home-powered,
.hm-home-faq,
.hm-home-seo-intro {
    padding: 22px 26px;
}

.hm-home-seo-intro h1,
.hm-page-bar h1,
.hm-seo-hero h1,
.hm-error-card h1 {
    font-size: clamp(20px, 2vw, 32px);
}

.hm-home-affiliate h2,
.hm-home-marketplace h2,
.hm-home-walkthrough h2,
.hm-home-powered-copy h2,
.hm-home-faq-head h2,
.hm-seo-section h2,
.hm-seo-grid h2,
.hm-seo-comparison h2,
.hm-seo-cta h2,
.hm-phase-head h1,
.hm-panel-head h1,
.hm-assets-head h1,
.hm-config-head h1,
.hm-gallery-topline h1,
.hm-mints-head h1,
.hm-drop-head h2,
.hm-mint-phase-card h2 {
    font-size: clamp(17px, 1.55vw, 24px);
}

.hm-home-drop-card .hm-drop-head h3 {
    font-size: 15px;
}

.hm-seo-hero p,
.hm-seo-section p,
.hm-seo-grid p,
.hm-seo-comparison p,
.hm-seo-cta p,
.hm-home-seo-intro p:not(.hm-kicker),
.hm-home-affiliate p:not(.hm-kicker),
.hm-home-marketplace p:not(.hm-kicker),
.hm-home-walkthrough p:not(.hm-kicker) {
    font-size: 14px;
    line-height: 1.55;
}

.hm-mint-head {
    grid-template-columns: 150px minmax(0, 1fr);
    padding: 18px;
}

.hm-mint-cover {
    width: 150px;
}

.hm-mint-phase-grid {
    gap: 14px;
}

.hm-mint-phase-card {
    min-height: 184px;
}

.hm-gallery-grid,
.hm-profile-held-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.hm-drops-index .hm-home-drop-grid {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}

@media (min-width: 1480px) {
    .hm-home-drop-grid,
    .hm-home-market-main .hm-home-drop-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1180px) {
    .hm-home-market-layout {
        grid-template-columns: 1fr;
    }

    .hm-home-drop-grid,
    .hm-home-market-main .hm-home-drop-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    :root {
        --hm-page-gutter: 14px;
    }

    .hm-admin-stats-grid,
    .hm-admin-tweet-grid {
        grid-template-columns: 1fr;
    }

    .hm-admin-stat-list {
        grid-template-columns: 1fr;
    }

    .hm-admin-section-head {
        align-items: start;
        flex-direction: column;
    }

    .hm-home-drop-grid,
    .hm-home-market-main .hm-home-drop-grid,
    .hm-drops-index .hm-home-drop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-home-drop-card .hm-drop-body,
    .hm-leaderboard-card,
    .hm-mint-phase-card,
    .hm-drop-chat,
    .hm-section.hm-panel,
    .hm-panel,
    .hm-card {
        padding: 14px;
    }

    .hm-mint-head {
        grid-template-columns: 1fr;
    }
}

/* HoodMint dense full-width redesign */
:root {
    --hm-page-gutter: clamp(12px, 1.6vw, 28px);
    --hm-page-max: 1760px;
    --hm-line: rgba(255, 255, 255, .1);
    --hm-panel: rgba(12, 12, 15, .82);
}

body {
    font-size: 14px;
}

.hm-shell {
    background:
        radial-gradient(circle at 14% 0, rgba(241, 229, 7, .13), transparent 28%),
        radial-gradient(circle at 84% 8%, rgba(241, 229, 7, .11), transparent 28%),
        #09090b;
}

.hm-nav,
.hm-wrap,
.hm-footer {
    width: min(var(--hm-page-max), calc(100% - (var(--hm-page-gutter) * 2)));
}

.hm-nav {
    border-bottom: 1px solid var(--hm-line);
    min-height: 62px;
    padding: 10px 0;
}

.hm-brand {
    font-size: clamp(34px, 3vw, 50px);
}

.hm-actions,
.hm-page-bar-actions,
.hm-drop-nav {
    gap: 6px;
}

.hm-btn,
.hm-link-btn {
    font-size: 12px;
    font-weight: 950;
    min-height: 36px;
    padding: 0 12px;
}

.hm-icon-btn,
.hm-nav-icon-btn {
    height: 36px;
    min-height: 36px;
    width: 36px;
}

.hm-page-bar {
    background: rgba(9, 9, 11, .64);
    border-color: var(--hm-line);
    margin-bottom: 14px;
    min-height: 56px;
    padding: 8px 0;
}

.hm-page-bar h1 {
    font-size: clamp(18px, 2vw, 28px);
}

.hm-section {
    padding: 20px 0;
}

.hm-section.hm-panel,
.hm-panel,
.hm-card {
    background: var(--hm-panel);
    border-color: var(--hm-line);
    margin: 16px 0;
    padding: 16px;
}

.hm-home-seo-intro {
    align-items: center;
    gap: 14px;
    grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr);
    margin-bottom: 14px;
    padding: 14px 16px;
}

.hm-home-live-strip {
    align-items: stretch;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(120px, .18fr)) minmax(0, 1fr);
    margin-bottom: 14px;
}

.hm-home-live-stat,
.hm-home-fresh-mints {
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 4px;
    background:
        linear-gradient(135deg, rgba(241, 229, 7, .1), transparent 52%),
        rgba(12, 12, 15, .82);
    min-width: 0;
    padding: 12px 14px;
}

.hm-home-live-stat {
    display: grid;
    gap: 4px;
}

.hm-home-live-stat span,
.hm-home-fresh-mints > span {
    color: #a1a1aa;
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase;
}

.hm-home-live-stat strong {
    color: #f1e507;
    font-size: 28px;
    line-height: 1;
}

.hm-home-fresh-mints {
    display: grid;
    gap: 8px;
}

.hm-home-fresh-mints div {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.hm-home-fresh-mints a,
.hm-home-fresh-mints em {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    background: rgba(255, 255, 255, .05);
    color: #f8fafc;
    font-size: 11px;
    font-style: normal;
    font-weight: 850;
    padding: 6px 8px;
}

.hm-home-fresh-mints a strong {
    color: #f1e507;
}

.hm-home-fresh-mints a.is-new-mint {
    animation: hmNewMintGlow 2.4s ease-out forwards;
}

.hm-home-seo-intro h1 {
    font-size: clamp(22px, 2.4vw, 34px);
}

.hm-home-seo-intro p:not(.hm-kicker) {
    font-size: 13px;
    line-height: 1.45;
    margin-top: 6px;
    max-width: 920px;
}

.hm-home-seo-intro nav a {
    font-size: 10px;
    padding: 7px 9px;
}

.hm-comment-ticker {
    margin-bottom: 12px;
    padding: 5px 0;
}

.hm-comment-ticker-track {
    animation-duration: 18s;
}

.hm-comment-ticker-item {
    max-width: 330px;
    min-width: 220px;
    padding: 6px 9px;
}

.hm-home-market-layout {
    gap: 14px;
    grid-template-columns: minmax(0, 3.1fr) minmax(320px, .9fr);
}

.hm-home-drops {
    padding: 10px 0;
}

.hm-home-drops.is-first {
    padding-top: 0;
}

.hm-home-section-head {
    margin-bottom: 8px;
}

.hm-count-badge {
    font-size: 11px;
    padding: 5px 8px;
}

.hm-home-drop-grid,
.hm-home-market-main .hm-home-drop-grid {
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hm-home-market-main .hm-home-mobile-extra {
    display: block;
}

.hm-home-drop-card {
    box-shadow: none;
}

.hm-home-drop-card .hm-drop-media {
    aspect-ratio: 1 / 1;
    font-size: 24px;
}

.hm-home-drop-card .hm-drop-body {
    gap: 8px;
    padding: 10px;
}

.hm-home-drop-card .hm-drop-head h3 {
    font-size: 14px;
    line-height: 1.05;
}

.hm-home-drop-card .hm-drop-head p,
.hm-home-drop-card .hm-drop-meta,
.hm-home-drop-card .hm-drop-progress-row strong,
.hm-home-drop-card .hm-drop-progress-row span,
.hm-drop-price-chain strong,
.hm-drop-price-chain span {
    font-size: 10px;
}

.hm-drop-price-chain {
    gap: 5px;
    padding-top: 7px;
}

.hm-home-see-more {
    margin-top: 8px;
}

.hm-leaderboard-card {
    padding: 10px;
}

.hm-leaderboard-head {
    margin-bottom: 6px;
}

.hm-leaderboard-head span,
.hm-leaderboard-head strong {
    font-size: 11px;
}

.hm-mini-table th,
.hm-mini-table td {
    font-size: 10px;
    padding: 7px 5px;
}

.hm-momentum-tabs {
    gap: 7px;
}

.hm-momentum-tab {
    min-height: 26px;
}

.hm-section.hm-home-walkthrough,
.hm-section.hm-home-affiliate,
.hm-section.hm-home-marketplace,
.hm-section.hm-home-powered,
.hm-home-faq {
    margin: 12px 0;
    padding: 18px 22px;
}

.hm-home-affiliate h2,
.hm-home-marketplace h2,
.hm-home-walkthrough h2,
.hm-home-powered-copy h2,
.hm-home-faq-head h2 {
    font-size: clamp(20px, 2.3vw, 30px);
}

.hm-footer {
    border-radius: 0;
    margin-top: 36px;
    padding: 24px;
}

.hm-footer-main {
    gap: 28px;
    grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
}

.hm-footer-links {
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
}

.hm-footer-links a {
    font-size: 12px;
}

.hm-table-wrap,
.hm-dashboard-table-wrap {
    max-width: 100%;
    overflow-x: auto;
}

.hm-table,
.hm-dashboard-table {
    font-size: 12px;
}

.hm-table th,
.hm-table td,
.hm-dashboard-table th,
.hm-dashboard-table td {
    padding: 9px 10px;
}

.hm-dashboard-table {
    min-width: 780px;
}

.hm-dashboard-drop {
    gap: 8px;
}

.hm-dashboard-thumb {
    height: 44px;
    width: 44px;
}

.hm-dashboard-actions .hm-link-btn {
    padding: 0 8px;
}

.hm-drops-index .hm-home-drop-grid {
    gap: 12px;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}

.hm-mint-drop {
    display: grid;
    gap: 12px;
}

.hm-mint-head {
    gap: 16px;
    grid-template-columns: 132px minmax(0, 1fr);
    min-height: 0;
    padding: 14px;
}

.hm-mint-cover {
    width: 132px;
}

.hm-mint-title {
    align-content: center;
    display: grid;
    gap: 10px;
}

.hm-mint-lede {
    font-size: 14px;
    line-height: 1.45;
    max-width: 980px;
}

.hm-mint-social-links .hm-icon-btn {
    height: 34px;
    width: 34px;
}

.hm-mint-progress-block {
    gap: 7px;
}

.hm-mint-phase-grid {
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
}

.hm-mint-phase-grid.phases-1,
.hm-mint-phase-grid.phases-2 {
    max-width: none;
}

.hm-mint-phase-card {
    gap: 10px;
    min-height: 168px;
    padding: 14px;
}

.hm-mint-phase-card h2 {
    font-size: 18px;
}

.hm-mint-phase-main strong {
    font-size: 18px;
}

.hm-mint-controls {
    gap: 8px;
}

.hm-mint-controls label {
    min-width: 112px;
}

.hm-mint-current-status {
    margin: 0;
    padding: 10px 12px;
}

.hm-drop-chat {
    margin-top: 0;
    padding: 8px;
}

.hm-drop-chat-table {
    max-height: 220px;
}

.hm-drop-teaser {
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 4px;
    background:
        linear-gradient(135deg, rgba(241, 229, 7, .1), transparent 44%),
        linear-gradient(315deg, rgba(241, 229, 7, .08), transparent 38%),
        rgba(12, 12, 15, .86);
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
    padding: 18px;
}

.hm-drop-teaser-copy {
    align-content: center;
    display: grid;
    gap: 12px;
}

.hm-drop-teaser-copy h1 {
    color: #f8fafc;
    font-size: clamp(28px, 4vw, 58px);
    line-height: .95;
    margin: 0;
}

.hm-drop-teaser-copy p {
    color: #d4d4d8;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    max-width: 620px;
}

.hm-drop-teaser-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hm-drop-teaser-meta span {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .055);
    color: #f1e507;
    font-size: 11px;
    font-weight: 950;
    padding: 7px 9px;
    text-transform: uppercase;
}

.hm-drop-teaser-art {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hm-drop-teaser-art figure {
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: rgba(255, 255, 255, .055);
    margin: 0;
    overflow: hidden;
}

.hm-drop-teaser-art figure:nth-child(2) {
    transform: translateY(18px);
}

.hm-drop-teaser-art img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hm-drop-teaser-art .is-empty {
    display: grid;
    place-items: center;
}

.hm-drop-teaser-art .is-empty span {
    color: #f1e507;
    font-size: clamp(28px, 5vw, 64px);
    font-weight: 950;
}

.hm-gallery-contextbar,
.hm-gallery-results,
.hm-mints-panel,
.hm-phase-page,
.hm-assets-upload,
.hm-assets-list,
.hm-config-layout,
.hm-profile-layout,
.hm-public-profile,
.hm-seo-article {
    max-width: none;
}

.hm-gallery-results {
    margin-top: 12px;
}

.hm-gallery-grid,
.hm-profile-held-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.hm-seo-article {
    display: grid;
    gap: 14px;
}

.hm-seo-hero,
.hm-seo-section,
.hm-seo-grid > div,
.hm-seo-aside,
.hm-seo-comparison div,
.hm-seo-cta {
    padding: 22px;
}

.hm-seo-hero h1 {
    font-size: clamp(30px, 4vw, 58px);
}

.hm-seo-hero p,
.hm-seo-section p,
.hm-seo-grid p,
.hm-seo-comparison p,
.hm-seo-cta p {
    font-size: 15px;
    line-height: 1.62;
}

@media (min-width: 1600px) {
    .hm-home-market-layout {
        grid-template-columns: minmax(0, 3.35fr) minmax(360px, .85fr);
    }

    .hm-home-drop-grid,
    .hm-home-market-main .hm-home-drop-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1180px) {
    .hm-home-market-layout {
        grid-template-columns: 1fr;
    }

    .hm-home-leaderboards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    :root {
        --hm-page-gutter: 12px;
    }

    .hm-home-seo-intro,
    .hm-footer-main,
    .hm-instant-start,
    .hm-mint-head {
        grid-template-columns: 1fr;
    }

    .hm-home-seo-intro nav {
        justify-content: flex-start;
        max-width: 100%;
    }

    .hm-home-drop-grid,
    .hm-home-market-main .hm-home-drop-grid,
    .hm-drops-index .hm-home-drop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-home-leaderboards {
        grid-template-columns: 1fr;
    }

    .hm-mint-cover {
        width: 104px;
    }

    .hm-mint-phase-grid {
        grid-template-columns: 1fr;
    }

    .hm-drop-teaser {
        grid-template-columns: 1fr;
    }

    .hm-drop-teaser-art figure:nth-child(2) {
        transform: none;
    }
}

@media (max-width: 560px) {
    .hm-nav {
        min-height: 56px;
        width: min(var(--hm-page-max), calc(100% - (var(--hm-page-gutter) * 2)));
    }

    .hm-brand {
        font-size: clamp(34px, 10vw, 44px);
    }

    .hm-btn,
    .hm-link-btn {
        min-height: 34px;
        padding: 0 10px;
    }

    .hm-home-seo-intro,
    .hm-section.hm-home-walkthrough,
    .hm-section.hm-home-affiliate,
    .hm-section.hm-home-marketplace,
    .hm-section.hm-home-powered,
    .hm-home-faq,
    .hm-footer {
        padding: 14px;
    }

    .hm-home-seo-intro nav a {
        flex: 1 1 100%;
    }

    .hm-comment-ticker-item {
        min-width: 210px;
    }

    .hm-mint-head {
        justify-items: start;
        text-align: left;
    }

    .hm-mint-social-links,
    .hm-mint-phase-meta,
    .hm-mint-phase-counter {
        justify-content: flex-start;
    }

    .hm-drop-chat-table td:first-child {
        width: 34%;
    }

    .hm-drop-chat-table td:last-child {
        width: 82px;
    }
}

/* HoodMint dense redesign corrections */
:root {
    --hm-page-gutter: clamp(18px, 2.2vw, 40px);
}

.hm-nav {
    align-items: center;
    min-height: 70px;
}

.hm-brand,
.hm-footer-brand {
    align-items: center;
    display: inline-flex;
    line-height: .82;
    min-height: 46px;
    padding-top: 8px;
}

.hm-brand {
    font-size: clamp(42px, 3.2vw, 56px);
    transform: translateY(3px);
}

.hm-wrap {
    padding-top: 14px;
}

.hm-page-bar,
.hm-home-seo-intro,
.hm-home-live-stat,
.hm-home-fresh-mints,
.hm-comment-ticker,
.hm-leaderboard-card,
.hm-drop-card,
.hm-section.hm-home-walkthrough,
.hm-section.hm-home-affiliate,
.hm-section.hm-home-marketplace,
.hm-section.hm-home-powered,
.hm-home-faq,
.hm-panel,
.hm-card,
.hm-mint-head,
.hm-mint-phase-card,
.hm-drop-chat,
.hm-footer {
    border-color: rgba(255, 255, 255, .13);
}

.hm-page-bar {
    min-height: 64px;
    padding: 14px 16px;
}

.hm-home-seo-intro,
.hm-section.hm-home-walkthrough,
.hm-section.hm-home-affiliate,
.hm-section.hm-home-marketplace,
.hm-section.hm-home-powered,
.hm-home-faq {
    padding: 20px 24px;
}

.hm-leaderboard-card,
.hm-home-drop-card .hm-drop-body,
.hm-mint-phase-card,
.hm-drop-chat,
.hm-section.hm-panel,
.hm-panel,
.hm-card {
    padding: 14px;
}

.hm-home-seo-intro h1,
.hm-seo-hero h1,
.hm-error-card h1 {
    font-size: clamp(22px, 2.4vw, 38px);
}

.hm-page-bar h1 {
    font-size: clamp(17px, 1.45vw, 22px);
    line-height: 1.1;
}

.hm-home-affiliate h2,
.hm-home-marketplace h2,
.hm-home-walkthrough h2,
.hm-home-powered-copy h2,
.hm-home-faq-head h2,
.hm-seo-section h2,
.hm-seo-grid h2,
.hm-seo-comparison h2,
.hm-seo-cta h2,
.hm-phase-head h1,
.hm-panel-head h1,
.hm-assets-head h1,
.hm-config-head h1,
.hm-gallery-topline h1,
.hm-mints-head h1,
.hm-drop-head h2,
.hm-mint-phase-card h2 {
    font-size: clamp(18px, 1.9vw, 30px);
    line-height: 1.02;
}

.hm-mint-phase-main strong,
.hm-profile-stats strong {
    font-size: clamp(18px, 1.8vw, 28px);
}

@media (max-width: 920px) {
    :root {
        --hm-page-gutter: 14px;
    }

    .hm-wrap {
        padding-top: 10px;
    }

    .hm-home-live-strip {
        gap: 8px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hm-home-live-stat {
        justify-items: center;
        padding: 10px 8px;
        text-align: center;
    }

    .hm-home-live-stat span {
        font-size: 9px;
        line-height: 1.15;
    }

    .hm-home-live-stat strong {
        font-size: 24px;
    }

    .hm-home-fresh-mints {
        grid-column: 1 / -1;
    }

    .hm-home-fresh-mints div {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .hm-home-fresh-mints a,
    .hm-home-fresh-mints em {
        flex: 0 0 auto;
    }
}

@media (max-width: 560px) {
    :root {
        --hm-page-gutter: 12px;
    }

    .hm-nav {
        min-height: 62px;
    }

    .hm-brand {
        font-size: clamp(40px, 11vw, 48px);
        min-height: 42px;
        padding-top: 9px;
        transform: translateY(3px);
    }

    .hm-home-seo-intro,
    .hm-section.hm-home-walkthrough,
    .hm-section.hm-home-affiliate,
    .hm-section.hm-home-marketplace,
    .hm-section.hm-home-powered,
    .hm-home-faq,
    .hm-footer {
        padding: 16px;
    }
}

/* HoodMint alignment pass */
:root {
    --hm-page-gutter: clamp(18px, 2vw, 36px);
    --hm-page-max: 1760px;
    --hm-block-gap: 14px;
    --hm-block-pad: 14px;
}

.hm-nav,
.hm-wrap,
.hm-footer {
    width: min(var(--hm-page-max), calc(100% - (var(--hm-page-gutter) * 2)));
}

.hm-wrap {
    display: grid;
    gap: var(--hm-block-gap);
    padding-top: 12px;
}

.hm-page-bar {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 4px;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin: 0;
    min-height: 58px;
    padding: 12px var(--hm-block-pad);
}

.hm-page-bar h1 {
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.05;
}

.hm-page-bar-actions {
    align-items: center;
    gap: 8px;
}

.hm-section,
.hm-collection-workspace,
.hm-create-deploy,
.hm-phase-page,
.hm-config-page {
    padding-top: 0;
}

.hm-section {
    padding-bottom: 0;
}

.hm-panel,
.hm-card,
.hm-section.hm-panel,
.hm-section.hm-drops-intro,
.hm-mint-head,
.hm-mint-phase-card,
.hm-drop-chat,
.hm-affiliate-hero,
.hm-public-profile,
.hm-home-seo-intro,
.hm-section.hm-home-walkthrough,
.hm-section.hm-home-affiliate,
.hm-section.hm-home-marketplace,
.hm-section.hm-home-powered,
.hm-home-faq {
    border-radius: 4px;
    margin: 0;
    padding: var(--hm-block-pad);
}

.hm-section.hm-drops-intro {
    padding-inline: clamp(16px, 1.8vw, 24px);
}

.hm-collection-workspace {
    gap: var(--hm-block-gap);
    grid-template-columns: 250px minmax(0, 1fr);
    padding-bottom: 28px;
}

.hm-collection-sidebar {
    top: 14px;
}

.hm-collection-workspace > main,
.hm-collection-workspace > div,
.hm-overview-main,
.hm-contract-main,
.hm-phase-page,
.hm-config-page,
.hm-token-editor,
.hm-profile-main,
.hm-seo-article,
.hm-mint-drop {
    display: grid;
    gap: var(--hm-block-gap);
}

.hm-collection-workspace > main.hm-panel,
.hm-collection-workspace > main.hm-section,
.hm-overview-main > :first-child,
.hm-contract-main > :first-child,
.hm-phase-page > :first-child,
.hm-config-page > :first-child,
.hm-token-editor > :first-child,
.hm-profile-main > :first-child,
.hm-mint-drop > :first-child {
    margin-top: 0;
}

.hm-overview-meta {
    margin: 0;
    min-height: 0;
}

.hm-overview-grid,
.hm-lock-grid,
.hm-phase-overview-grid,
.hm-config-layout,
.hm-token-editor-grid,
.hm-public-profile,
.hm-profile-layout,
.hm-affiliate-grid {
    gap: var(--hm-block-gap);
}

.hm-panel-head,
.hm-assets-head,
.hm-section-head,
.hm-config-section-head {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.hm-panel-head h1,
.hm-panel-head h2,
.hm-assets-head h1,
.hm-assets-head h2,
.hm-section-head h1,
.hm-section-head h2,
.hm-config-section-head h1,
.hm-config-section-head h2 {
    font-size: clamp(17px, 1.45vw, 22px);
    line-height: 1.08;
    margin: 0;
}

.hm-muted,
.hm-panel-head p,
.hm-config-section-head p {
    line-height: 1.45;
}

.hm-table-wrap,
.hm-dashboard-table-wrap {
    margin-top: 0;
}

.hm-pagination {
    margin-top: 0;
}

/* HoodMint home rhythm */
.hm-home-market-main {
    display: grid;
    gap: clamp(24px, 2.4vw, 38px);
}

.hm-home-drops,
.hm-home-drops.is-first {
    padding: 0;
}

.hm-home-drops + .hm-home-drops {
    margin-top: 0;
}

.hm-home-section-head {
    margin-bottom: 10px;
}

.hm-home-section-actions {
    justify-content: flex-start;
}

.hm-home-see-more {
    gap: 8px;
    margin-top: 16px;
}

.hm-home-drop-grid + .hm-home-see-more,
.hm-home-see-more + .hm-home-see-more {
    margin-top: 16px;
}

@media (max-width: 920px) {
    :root {
        --hm-page-gutter: 12px;
        --hm-block-gap: 10px;
        --hm-block-pad: 12px;
    }

    .hm-page-bar {
        min-height: 52px;
    }

    .hm-home-market-main {
        gap: 22px;
    }

    .hm-home-section-head {
        margin-bottom: 8px;
    }

    .hm-home-see-more {
        margin-top: 14px;
    }

    .hm-context-strip {
        align-items: flex-start;
        flex-direction: column;
    }

    .hm-context-strip-actions {
        justify-content: flex-start;
    }

    .hm-collection-workspace {
        grid-template-columns: 1fr;
    }

    .hm-collection-workspace.is-sidebar-collapsed {
        grid-template-columns: 1fr;
    }

    .hm-collection-sidebar {
        position: static;
    }

    .hm-collection-sidebar-desktop {
        display: none;
    }

    .hm-collection-mobile-menu {
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 4px;
        background: rgba(12, 12, 15, .88);
        display: grid;
        gap: 0;
        padding: 10px;
    }

    .hm-collection-mobile-menu summary {
        align-items: center;
        cursor: pointer;
        display: grid;
        gap: 10px;
        grid-template-columns: minmax(0, 1fr) auto;
        list-style: none;
    }

    .hm-collection-mobile-menu summary::-webkit-details-marker {
        display: none;
    }

    .hm-collection-mobile-menu .hm-collection-sidebar-head {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .hm-collection-mobile-menu .hm-collection-menu {
        border-top: 1px solid rgba(255, 255, 255, .1);
        margin-top: 10px;
        padding-top: 10px;
    }
}

/* Text page readability */
.hm-seo-article,
.hm-doc-story,
.hm-faq-show {
    margin-inline: auto;
    width: min(1120px, 100%);
}

.hm-seo-article {
    max-width: 1120px;
}

.hm-seo-article.hm-seo-longform {
    max-width: 880px;
}

.hm-doc-story,
.hm-faq-show {
    max-width: 1040px;
}

.hm-seo-hero,
.hm-seo-section,
.hm-seo-grid > div,
.hm-seo-aside,
.hm-seo-comparison div,
.hm-seo-cta,
.hm-doc-story-card,
.hm-faq-show {
    padding: clamp(18px, 2.2vw, 34px);
}

.hm-seo-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
}

.hm-seo-hero > p,
.hm-seo-section > p,
.hm-seo-grid p,
.hm-seo-comparison p,
.hm-seo-cta p,
.hm-doc-story-card p,
.hm-faq-show p:not(.hm-kicker) {
    max-width: 78ch;
}

@media (max-width: 920px) {
    .hm-seo-article,
    .hm-doc-story,
    .hm-faq-show {
        max-width: none;
        width: 100%;
    }

    .hm-seo-grid {
        grid-template-columns: 1fr;
    }

    .hm-content-mode-grid,
    .hm-generator-grid,
    .hm-generator-preview-grid,
    .hm-playground-shell {
        grid-template-columns: 1fr;
    }
}

/* HoodMint logo refresh */
.hm-brand,
.hm-footer-brand {
    align-items: center;
    color: #f8fafc;
    display: inline-flex;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    gap: 10px;
    letter-spacing: 0;
    line-height: 1;
    min-height: 0;
    padding: 0;
    text-decoration: none;
    transform: none;
}

.hm-brand img,
.hm-footer-brand img {
    aspect-ratio: 1;
    display: block;
    flex: 0 0 auto;
    height: 46px;
    object-fit: contain;
    width: 46px;
}

.hm-brand-copy,
.hm-footer-brand > span {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.hm-brand strong,
.hm-footer-brand strong {
    color: #f8fafc;
    display: block;
    font-size: clamp(20px, 1.6vw, 28px);
    font-weight: 950;
    letter-spacing: -.02em;
    line-height: .95;
}

.hm-brand small,
.hm-footer-brand small {
    color: #f1e507;
    display: block;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .01em;
    line-height: 1.15;
    max-width: 260px;
}

.hm-footer-brand {
    margin-bottom: 16px;
}

.hm-footer-brand img {
    height: 56px;
    width: 56px;
}

.hm-footer-brand strong {
    font-size: 26px;
}

.hm-footer-brand small {
    max-width: 310px;
}

@media (max-width: 720px) {
    .hm-nav {
        gap: 10px;
    }

    .hm-brand {
        gap: 8px;
        max-width: min(58vw, 270px);
    }

    .hm-brand img {
        height: 40px;
        width: 40px;
    }

    .hm-brand strong {
        font-size: 20px;
    }

    .hm-brand small {
        font-size: 8px;
        max-width: 190px;
    }
}

.frent-site [data-hoodmint-template-panel="typography"] {
    display: none !important;
}

@media (max-width: 460px) {
    .hm-brand small {
        display: none;
    }
}

/* Home cleanup */
.hm-home-drops.is-first {
    display: grid;
    gap: clamp(26px, 3vw, 46px);
}

.hm-home-drop-flow .hm-home-drop-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hm-home-drop-flow + .hm-home-see-more {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    margin-top: 0;
}

.hm-footer-seo {
    align-items: stretch;
    display: grid;
    gap: 20px;
    text-align: left;
}

.hm-footer-seo-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hm-footer-seo article {
    background: rgba(255, 255, 255, .025);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 4px;
    padding: 18px;
}

.hm-footer-seo article h2 {
    font-size: .92rem;
    line-height: 1.25;
    margin: 7px 0 8px;
}

.hm-footer-seo article p:not(.hm-kicker) {
    color: rgba(248, 250, 252, .62);
    font-size: .76rem;
    line-height: 1.65;
    margin: 0 0 12px;
    max-width: none;
}

.hm-footer-seo article a {
    color: #f1e507;
    font-size: .72rem;
    font-weight: 900;
    text-decoration: none;
}

.hm-footer-powered {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    justify-content: center;
    padding-top: 16px;
}

.hm-footer-powered span {
    color: rgba(248, 250, 252, .5);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.hm-footer-powered a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    color: rgba(248, 250, 252, .78);
    display: inline-flex;
    font-size: .72rem;
    font-weight: 900;
    gap: 7px;
    padding: 8px 10px;
    text-decoration: none;
}

.hm-footer-powered img {
    height: 18px;
    object-fit: contain;
    width: 18px;
}

@media (max-width: 980px) {
    .hm-home-drop-flow .hm-home-drop-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hm-footer-seo-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .hm-home-drop-flow .hm-home-drop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-home-drop-flow + .hm-home-see-more {
        align-items: stretch;
        flex-direction: column;
    }

    .hm-footer-seo article {
        padding: 14px;
    }
}

/* Global site width */
@media (min-width: 921px) {
    .hm-nav,
    .hm-wrap,
    .hm-footer {
        width: 80vw;
    }
}

@media (max-width: 920px) {
    .hm-nav,
    .hm-wrap,
    .hm-footer {
        width: calc(100% - 24px);
    }
}

.hm-momentum-tabs {
    gap: 18px;
}

.hm-momentum-tablist {
    gap: 6px;
    margin-top: 8px;
}

.hm-momentum-tab {
    min-height: 36px;
}

.hm-momentum-table th,
.hm-momentum-table td {
    padding-bottom: 12px;
    padding-top: 12px;
}

.hm-momentum-table th:last-child,
.hm-momentum-table td:last-child {
    padding-right: 14px;
    width: 86px;
}

/* Global polish */
:where(
    .hm-section,
    .hm-footer,
    .hm-footer-seo article,
    .hm-footer-powered a,
    .hm-page-bar,
    .hm-drop-nav,
    .hm-link-btn,
    .hm-btn,
    .hm-icon-btn,
    .hm-alert,
    .hm-input,
    .hm-modal,
    .hm-dialog,
    .hm-home-drop-card,
    .hm-drop-card,
    .hm-mint-head,
    .hm-mint-cover,
    .hm-mint-phase-card,
    .hm-mint-progress,
    .hm-mint-action-panel,
    .hm-drop-chat,
    .hm-leaderboard-card,
    .hm-badge,
    .hm-count-badge,
    .hm-momentum-tab,
    .hm-drop-teaser,
    .hm-drop-teaser-art figure,
    .hm-mints-panel,
    .hm-public-profile,
    .hm-profile-card,
    .hm-table-wrap
) {
    border-radius: 3px !important;
}

.hm-footer {
    margin-bottom: 50px;
}

.hm-wrap > .hm-page-bar,
.hm-wrap > .hm-preview-strip,
.hm-wrap > .hm-mint-drop,
.hm-mint-drop,
.hm-mint-drop > .hm-drop-first-panel,
.hm-mint-drop > .hm-mint-progress-block,
.hm-mint-drop > .hm-mint-phase-grid,
.hm-mint-drop > .hm-mint-action-panel,
.hm-mint-drop > .hm-drop-chat {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    width: 100%;
}

@media (min-width: 921px) {
    .hm-footer-mint,
    .hm-mint-shell > .hm-mint-success,
    .hm-mint-shell > .hm-mint-links {
        width: 80vw;
    }
}

@media (max-width: 920px) {
    .hm-footer-mint,
    .hm-mint-shell > .hm-mint-success,
    .hm-mint-shell > .hm-mint-links {
        width: calc(100% - 24px);
    }
}

/* Space below navbar line */
.hm-wrap {
    align-content: start;
    min-height: max(420px, calc(100vh - 190px));
    padding-top: 28px;
}

@media (max-width: 920px) {
    .hm-wrap {
        min-height: max(360px, calc(100svh - 170px));
        padding-top: 24px;
    }

    .hm-mints-table-wrap {
        display: block;
        max-width: 100%;
        min-width: 0;
        overflow-x: scroll;
        overflow-y: hidden;
        touch-action: pan-x;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

    .hm-mints-table {
        border-collapse: collapse;
        display: table;
        min-width: 1080px;
        width: 1080px;
    }

    .hm-mints-table thead {
        display: table-header-group;
    }

    .hm-mints-table tbody {
        display: table-row-group;
    }

    .hm-mints-table tr {
        display: table-row;
    }

    .hm-mints-table th,
    .hm-mints-table td {
        display: table-cell;
    }
}

.hm-home-leaderboards {
    padding-top: 0;
}

.hm-home-market-main,
.hm-home-leaderboards {
    align-self: start;
}

.hm-home-drops.is-first,
.hm-leaderboard-card {
    min-height: 0;
}

@media (max-width: 820px) {
    .hm-page-bar-drop-menu {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        padding-bottom: 12px;
    }

    .hm-page-bar-drop-menu h1 {
        width: 100%;
    }

    .hm-page-bar-drop-menu .hm-page-bar-actions {
        flex: 0 0 auto;
        justify-content: stretch;
        width: 100%;
    }

    .hm-page-bar-drop-menu .hm-drop-nav {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .045)),
            rgba(5, 5, 7, .84);
        border: 1px solid rgba(255, 255, 255, .13);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
        display: flex;
        flex-wrap: nowrap;
        gap: 4px;
        justify-content: flex-start;
        overflow-x: auto;
        padding: 4px;
        scrollbar-width: none;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

    .hm-page-bar-drop-menu .hm-drop-nav::-webkit-scrollbar {
        display: none;
    }

    .hm-page-bar-drop-menu .hm-drop-nav .hm-link-btn {
        background: transparent;
        border-color: transparent;
        color: #d8d8de;
        flex: 0 0 auto;
        font-size: 12px;
        gap: 7px;
        min-height: 40px;
        padding: 0 12px;
        white-space: nowrap;
        width: auto;
    }

    .hm-page-bar-drop-menu .hm-drop-nav .hm-link-btn.is-active {
        background: #f1e507;
        border-color: rgba(241, 229, 7, .86);
        box-shadow: 0 0 0 1px rgba(241, 229, 7, .18);
        color: #070707;
    }

    .hm-page-bar-drop-menu .hm-drop-nav .hm-link-btn span {
        clip: auto;
        clip-path: none;
        height: auto;
        overflow: visible;
        position: static;
        white-space: nowrap;
        width: auto;
    }

    .hm-page-bar-drop-menu .hm-drop-nav svg,
    .hm-page-bar-drop-menu .hm-drop-nav img {
        display: block;
        height: 16px;
        width: 16px;
    }
}

@media (max-width: 420px) {
    .hm-page-bar-drop-menu .hm-drop-nav .hm-link-btn {
        min-height: 38px;
        padding: 0 10px;
    }
}

.hm-drop-nav-menu {
    display: contents;
}

.hm-drop-nav-toggle,
.hm-drop-nav-summary {
    display: none;
}

@media (max-width: 820px) {
    .hm-page-bar-drop-menu {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
        min-height: 0;
    }

    .hm-page-bar-drop-menu h1 {
        font-size: clamp(18px, 6vw, 24px);
        line-height: 1.08;
        overflow: visible;
        overflow-wrap: anywhere;
        text-overflow: clip;
        white-space: normal;
        width: 100%;
    }

    .hm-page-bar-drop-menu .hm-page-bar-actions {
        width: 100%;
    }

    .hm-page-bar-drop-menu .hm-drop-nav-menu {
        display: block;
        position: relative;
        width: 100%;
    }

    .hm-page-bar-drop-menu .hm-drop-nav-summary {
        align-items: center;
        background: rgba(255, 255, 255, .08);
        border: 1px solid rgba(255, 255, 255, .14);
        border-radius: 4px;
        color: #f8fafc;
        cursor: pointer;
        display: flex;
        font-size: 13px;
        font-weight: 950;
        justify-content: space-between;
        min-height: 42px;
        padding: 0 12px;
        width: 100%;
    }

    .hm-page-bar-drop-menu .hm-drop-nav-summary svg {
        fill: none;
        height: 18px;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 2.2;
        transition: transform .16s ease;
        width: 18px;
    }

    .hm-page-bar-drop-menu .hm-drop-nav-toggle:checked + .hm-drop-nav-summary svg {
        transform: rotate(180deg);
    }

    .hm-page-bar-drop-menu .hm-drop-nav {
        background: rgba(5, 5, 7, .96);
        border: 1px solid rgba(255, 255, 255, .13);
        border-radius: 4px;
        box-shadow: 0 18px 50px rgba(0, 0, 0, .35);
        display: none;
        gap: 6px;
        grid-template-columns: 1fr;
        margin-top: 6px;
        overflow: visible;
        padding: 6px;
        position: absolute;
        width: 100%;
        z-index: 20;
    }

    .hm-page-bar-drop-menu .hm-drop-nav-toggle:checked ~ .hm-drop-nav {
        display: grid;
    }

    .hm-page-bar-drop-menu .hm-drop-nav .hm-link-btn {
        background: rgba(255, 255, 255, .065);
        border-color: rgba(255, 255, 255, .1);
        color: #f8fafc;
        justify-content: flex-start;
        min-height: 40px;
        padding: 0 12px;
        width: 100%;
    }

    .hm-page-bar-drop-menu .hm-drop-nav .hm-link-btn.is-active {
        background: #f1e507;
        border-color: rgba(241, 229, 7, .86);
        color: #050505;
    }

    .hm-page-bar-drop-menu .hm-drop-nav .hm-link-btn span {
        clip: auto;
        clip-path: none;
        height: auto;
        overflow: visible;
        position: static;
        white-space: normal;
        width: auto;
    }

    .hm-page-bar-drop-menu .hm-drop-nav svg,
    .hm-page-bar-drop-menu .hm-drop-nav img {
        display: block;
        height: 17px;
        width: 17px;
    }

    .hm-mint-drop {
        gap: 10px;
        width: 100%;
    }

    .hm-mint-head {
        gap: 12px;
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 12px;
        text-align: center;
        width: 100%;
    }

    .hm-mint-cover {
        max-width: 180px;
        width: min(52vw, 180px);
    }

    .hm-mint-title,
    .hm-mint-lede,
    .hm-coded-mint-note,
    .hm-mint-progress-block {
        min-width: 0;
        width: 100%;
    }

    .hm-mint-lede,
    .hm-coded-mint-note p,
    .hm-mint-current-status {
        overflow-wrap: anywhere;
    }

    .hm-mint-social-links {
        justify-content: center;
    }

    .hm-mint-phase-grid,
    .hm-mint-phase-grid.phases-1,
    .hm-mint-phase-grid.phases-2 {
        grid-template-columns: 1fr;
        max-width: none;
        width: 100%;
    }

    .hm-mint-phase-card {
        min-height: 0;
        padding: 14px;
        width: 100%;
    }

    .hm-mint-controls {
        align-items: stretch;
        width: 100%;
    }

    .hm-mint-controls label,
    .hm-mint-controls .hm-btn {
        width: 100%;
    }
}

.hm-home-drop-card {
    background: rgba(13, 13, 16, .94);
    box-shadow: none;
}

.hm-home-drop-card .hm-drop-card-link {
    display: grid;
    gap: 0;
}

.hm-home-drop-card .hm-drop-media {
    aspect-ratio: 1 / 1;
    background: rgba(255, 255, 255, .045);
}

.hm-home-drop-card .hm-drop-body {
    gap: 9px;
    padding: 12px;
}

.hm-home-drop-card .hm-drop-head {
    align-items: start;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.hm-home-drop-card .hm-drop-head h3 {
    font-size: 15px;
    line-height: 1.08;
}

.hm-drop-chain {
    align-items: center;
    color: #aaa;
    display: inline-flex;
    font: 800 9px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
    gap: 6px;
    letter-spacing: .07em;
    margin-top: 7px;
    text-transform: uppercase;
}

.hm-drop-chain i {
    background: var(--frent-yellow, #f1e507);
    box-shadow: 0 0 8px rgba(241, 229, 7, .55);
    display: block;
    height: 6px;
    width: 6px;
}

.hm-drop-chain.is-testnet {
    color: var(--frent-yellow, #f1e507);
}

.hm-drop-chain.is-testnet i {
    background: transparent;
    border: 1px solid currentColor;
    box-shadow: none;
}

.hm-drop-type-icons {
    align-items: center;
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 5px;
}

.hm-drop-type-icon {
    align-items: center;
    background: rgba(255, 255, 255, .075);
    border: 1px solid rgba(255, 255, 255, .14);
    color: #f1e507;
    display: inline-flex;
    height: 25px;
    justify-content: center;
    width: 25px;
}

.hm-drop-type-icon img,
.hm-drop-type-icon svg {
    display: block;
    height: 15px;
    width: 15px;
}

.hm-drop-type-icon svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
}

.hm-drop-type-icon-typography {
    color: #f8fafc;
}

.hm-drop-type-filter {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.hm-drop-type-filter a {
    align-items: center;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .13);
    color: #d4d4d8;
    display: inline-flex;
    font-size: 12px;
    font-weight: 950;
    gap: 8px;
    min-height: 36px;
    padding: 8px 11px;
    text-decoration: none;
}

.hm-drop-type-filter a:hover,
.hm-drop-type-filter a.is-active {
    border-color: rgba(241, 229, 7, .48);
    color: #f8fafc;
    box-shadow: inset 0 0 0 1px rgba(241, 229, 7, .18);
}

.hm-drop-type-filter a.is-active {
    background: rgba(241, 229, 7, .13);
}

.hm-drop-type-filter svg {
    fill: none;
    height: 16px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.1;
    width: 16px;
}

.hm-drop-card-facts {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
}

.hm-drop-card-facts span,
.hm-drop-card-facts strong {
    font-size: 11px;
    font-weight: 950;
    line-height: 1;
}

.hm-drop-card-facts span {
    color: #8d8d98;
}

.hm-drop-card-facts strong {
    background: rgba(241, 229, 7, .12);
    border: 1px solid rgba(241, 229, 7, .28);
    color: #f1e507;
    padding: 7px 8px;
}
/* FRENT uses the retired CryptMeUp visual system: black canvas, warm amber
   accents, Ubuntu headings, and layered neutral surfaces. HoodMint class names
   stay in place because they are application hooks, not public branding. */
@font-face {
    font-family: 'Ubuntu';
    src: url('/fonts/Ubuntu-Regular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/fonts/Ubuntu-Bold.woff') format('woff');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('/fonts/custom/figtree-latin-400-normal.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('/fonts/custom/figtree-latin-700-normal.woff2') format('woff2');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

.frent-site {
    --frent-amber: #f1e507;
    --frent-orange: #f1e507;
    --frent-ink: #000;
    --frent-panel: rgba(10, 10, 10, .9);
    --frent-panel-soft: rgba(23, 23, 23, .82);
    --frent-border: rgba(255, 255, 255, .1);
    background: var(--frent-ink);
    color: #f5f5f5;
    font-family: Figtree, ui-sans-serif, system-ui, sans-serif;
}

.frent-site .hm-shell,
.frent-site .hm-mint-shell,
.frent-site .hm-error-shell {
    background:
        radial-gradient(circle at 8% 2%, rgba(250, 204, 20, .1), transparent 34rem),
        radial-gradient(circle at 92% 18%, rgba(241, 229, 7, .07), transparent 30rem),
        #000;
}

.frent-site h1,
.frent-site h2,
.frent-site h3,
.frent-site .hm-brand-copy strong,
.frent-site .hm-footer-brand strong {
    font-family: Ubuntu, Figtree, ui-sans-serif, sans-serif;
}

.frent-site .hm-nav {
    min-height: 112px;
    padding: 28px 0;
}

.frent-site .hm-nav::after {
    background: linear-gradient(90deg, transparent, rgba(250, 204, 20, .55), transparent);
}

.frent-site .hm-brand img,
.frent-site .hm-footer-brand img {
    filter: drop-shadow(0 0 18px rgba(250, 204, 20, .2));
}

.frent-site .hm-brand-copy strong,
.frent-site .hm-footer-brand strong {
    color: #fff;
    letter-spacing: -.035em;
}

.frent-site .hm-brand-copy small,
.frent-site .hm-footer-brand small {
    color: #d4d4d4;
}

.frent-site .hm-btn,
.frent-site .hm-link-btn,
.frent-site .hm-icon-btn {
    border-color: rgba(250, 204, 20, .72);
    border-radius: 12px;
    background: linear-gradient(135deg, var(--frent-amber), var(--frent-orange));
    color: #0a0a0a;
    box-shadow: 0 14px 32px -22px rgba(250, 204, 20, .95);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.frent-site .hm-btn:hover,
.frent-site .hm-link-btn:hover,
.frent-site .hm-icon-btn:hover {
    box-shadow: 0 18px 36px -20px rgba(250, 204, 20, .9);
    transform: translateY(-2px);
}

.frent-site .hm-btn.secondary,
.frent-site .hm-link-btn.secondary,
.frent-site .hm-icon-btn.secondary {
    border-color: #404040;
    background: rgba(23, 23, 23, .88);
    color: #f5f5f5;
    box-shadow: none;
}

.frent-site .hm-btn.secondary:hover,
.frent-site .hm-link-btn.secondary:hover,
.frent-site .hm-icon-btn.secondary:hover {
    border-color: rgba(250, 204, 20, .7);
}

.frent-site .hm-btn.pink,
.frent-site .hm-link-btn.pink,
.frent-site .hm-nav-instant-btn,
.frent-site .hm-link-btn.is-active {
    border-color: rgba(250, 204, 20, .76);
    background: linear-gradient(135deg, var(--frent-amber), var(--frent-orange));
    color: #0a0a0a;
}

.frent-site .hm-kicker,
.frent-site .hm-footer-links strong,
.frent-site .hm-error-code {
    color: var(--frent-amber);
}

.frent-site .hm-panel,
.frent-site .hm-card,
.frent-site .hm-section.hm-panel,
.frent-site .hm-home-drop-card,
.frent-site .hm-instant-launchbar,
.frent-site .hm-instant-start-main,
.frent-site .hm-instant-start-steps article {
    border-color: var(--frent-border);
    border-radius: 12px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .035), transparent 45%),
        var(--frent-panel);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.frent-site .hm-input,
.frent-site .hm-select,
.frent-site .hm-textarea {
    border-color: #404040;
    border-radius: 12px;
    background: #171717;
    color: #e5e5e5;
}

.frent-site .hm-input:focus,
.frent-site .hm-select:focus,
.frent-site .hm-textarea:focus {
    border-color: var(--frent-amber);
    box-shadow: 0 0 0 3px rgba(250, 204, 20, .16);
}

.frent-site .hm-badge,
.frent-site .hm-instant-template-card em,
.frent-site .hm-instant-template-button em {
    border-color: rgba(250, 204, 20, .45);
    color: var(--frent-amber);
}

.frent-site .hm-footer {
    border-color: var(--frent-border);
    border-radius: 12px 12px 0 0;
    background:
        radial-gradient(circle at 10% 10%, rgba(250, 204, 20, .08), transparent 48%),
        #040404;
    box-shadow: none;
}

.frent-site .hm-footer-links a:hover {
    color: var(--frent-amber);
}

.frent-site .hm-footer-powered a {
    border-color: #404040;
    background: #0a0a0a;
}

@media (max-width: 720px) {
    .frent-site .hm-nav {
        min-height: 0;
        padding: 18px 0;
    }
}

/* FRENT identity: high-contrast signal yellow, square link mark, technical
   display type. Deliberately distinct from CryptMeUp's warm amber system. */
@font-face {
    font-family: 'Gugi';
    src: url('/fonts/Gugi-Regular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

.frent-site {
    --frent-yellow: #f1e507;
    --frent-yellow-soft: #f6ef5b;
    --frent-grid: rgba(241, 229, 7, .055);
    background: #000;
    font-family: Figtree, ui-sans-serif, system-ui, sans-serif;
}

.frent-site .hm-shell,
.frent-site .hm-mint-shell,
.frent-site .hm-error-shell {
    background:
        linear-gradient(var(--frent-grid) 1px, transparent 1px),
        linear-gradient(90deg, var(--frent-grid) 1px, transparent 1px),
        radial-gradient(circle at 50% -10%, rgba(241, 229, 7, .12), transparent 34rem),
        #000;
    background-size: 64px 64px, 64px 64px, auto, auto;
}

.frent-site h1,
.frent-site h2,
.frent-site h3,
.frent-site .hm-brand-copy strong,
.frent-site .hm-footer-brand strong {
    font-family: Gugi, Ubuntu, sans-serif;
    font-weight: 400;
}

.frent-site .hm-nav {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    min-height: 118px;
}

.frent-site .hm-brand,
.frent-site .hm-footer-brand {
    gap: 14px;
}

.frent-site .hm-brand img,
.frent-site .hm-footer-brand img {
    aspect-ratio: 1;
    border: 1px solid rgba(241, 229, 7, .22);
    border-radius: 10px;
    filter: none;
    object-fit: cover;
}

.frent-site .hm-brand img {
    height: 66px;
    width: 66px;
}

.frent-site .hm-brand-copy strong,
.frent-site .hm-footer-brand strong {
    color: var(--frent-yellow);
    letter-spacing: .08em;
}

.frent-site .frent-nav-note {
    color: #737373;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 11px;
    letter-spacing: .08em;
    margin: 0;
    text-align: right;
    text-transform: uppercase;
}

.frent-nav-actions {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-left: auto;
}

.frent-account-links {
    display: flex;
    gap: 8px;
}

.frent-my-drops-button {
    align-items: center;
    border: 1px solid #4d4d4d;
    border-radius: 2px;
    color: #fff;
    display: inline-flex;
    font: 800 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    gap: 8px;
    min-height: 38px;
    padding: 0 12px;
    text-decoration: none;
    text-transform: uppercase;
}

.frent-my-drops-button:hover,
.frent-my-drops-button:focus-visible {
    border-color: var(--frent-yellow);
    color: var(--frent-yellow);
}

.frent-my-drops-button svg {
    fill: none;
    height: 16px;
    stroke: currentColor;
    stroke-width: 1.8;
    width: 16px;
}

.frent-account-links .frent-my-drops-button {
    height: 38px;
    justify-content: center;
    min-height: 38px;
    padding: 0;
    width: 38px;
}

.frent-dashboard-hub {
    align-items: stretch;
    border-block: 1px solid rgba(255, 255, 255, .14);
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(220px, .85fr) minmax(360px, 1.35fr) minmax(220px, .7fr);
    margin-bottom: 28px;
    padding: 26px 0;
}

.frent-dashboard-hub-copy {
    display: grid;
    gap: 8px;
}

.frent-dashboard-hub-copy h1 {
    color: #fff;
    font-size: clamp(30px, 4vw, 48px);
    line-height: .96;
    margin: 0;
}

.frent-dashboard-hub-copy > p:last-child,
.frent-dashboard-network small {
    color: #8d8d95;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.5;
    margin: 0;
}

.frent-dashboard-hub-actions {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.frent-dashboard-hub-link {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
    display: flex;
    gap: 12px;
    padding: 15px;
    text-decoration: none;
}

.frent-dashboard-hub-link:hover,
.frent-dashboard-hub-link:focus-visible {
    border-color: #f1e507;
}

.frent-dashboard-hub-link svg {
    fill: none;
    flex: 0 0 23px;
    height: 23px;
    stroke: #f1e507;
    stroke-width: 1.8;
    width: 23px;
}

.frent-dashboard-hub-link span,
.frent-dashboard-network {
    display: grid;
    gap: 5px;
}

.frent-dashboard-hub-link strong,
.frent-dashboard-network > span {
    font: 850 12px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
    text-transform: uppercase;
}

.frent-dashboard-hub-link small {
    color: #8d8d95;
    font-size: 11px;
    line-height: 1.35;
}

.frent-dashboard-network {
    align-content: center;
}

.frent-dashboard-network select {
    appearance: none;
    background: #080808;
    border: 1px solid #f1e507;
    border-radius: 2px;
    color: #fff;
    font: 800 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    height: 42px;
    max-width: 100%;
    padding: 0 12px;
}

.frent-dashboard-network select:disabled {
    cursor: wait;
    opacity: .55;
}

.frent-dashboard-admin {
    align-items: center;
    border-bottom: 1px solid rgba(241, 229, 7, .28);
    display: flex;
    gap: 22px;
    justify-content: space-between;
    margin: -6px 0 28px;
    padding: 0 0 22px;
}

.frent-dashboard-admin h2 {
    color: #fff;
    font-size: 20px;
    margin: 4px 0 0;
}

.frent-dashboard-admin nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.frent-dashboard-admin a {
    border: 1px solid rgba(255, 255, 255, .22);
    color: #fff;
    font: 800 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    padding: 10px 12px;
    text-decoration: none;
    text-transform: uppercase;
}

.frent-dashboard-admin a:hover,
.frent-dashboard-admin a:focus-visible {
    border-color: #f1e507;
    color: #f1e507;
}

.frent-home-hero {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: clamp(390px, 58vh, 650px);
    padding: clamp(72px, 12vw, 150px) 20px 90px;
    position: relative;
    text-align: center;
}

.frent-home-eyebrow {
    color: var(--frent-yellow);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    margin-bottom: 24px;
}

.frent-home-hero h1 {
    color: #fff;
    font-size: clamp(42px, 7.2vw, 92px);
    letter-spacing: -.045em;
    line-height: .98;
    margin: 0;
    max-width: 980px;
    text-wrap: balance;
}

.frent-home-hero h2 {
    color: #a3a3a3;
    font-size: clamp(16px, 1.8vw, 21px);
    font-family: Figtree, ui-sans-serif, system-ui, sans-serif;
    font-weight: 400;
    line-height: 1.65;
    margin: 28px auto 0;
    max-width: 680px;
    text-wrap: balance;
}

.frent-home-scroll {
    align-items: center;
    color: #777;
    display: flex;
    flex-direction: column;
    font: 800 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    gap: 12px;
    letter-spacing: .18em;
    margin-top: 42px;
    text-decoration: none;
    text-transform: uppercase;
}

.frent-home-scroll i {
    background: linear-gradient(var(--frent-yellow), transparent);
    height: 64px;
    position: relative;
    width: 1px;
}

.frent-home-scroll i::after {
    animation: frent-signal 2s ease-in-out infinite;
    background: var(--frent-yellow);
    box-shadow: 0 0 18px rgba(241, 229, 7, .9);
    content: '';
    height: 8px;
    left: -3px;
    position: absolute;
    top: 0;
    width: 7px;
}

.frent-home-scroll:hover,
.frent-home-scroll:focus-visible {
    color: var(--frent-yellow);
}

.frent-home-scroll:focus-visible {
    outline: 1px solid var(--frent-yellow);
    outline-offset: 8px;
}

.frent-home-paths {
    border-top: 1px solid rgba(241, 229, 7, .3);
    padding: clamp(64px, 9vw, 118px) 0 clamp(88px, 12vw, 150px);
    scroll-margin-top: 24px;
}

.frent-home-paths-head {
    align-items: end;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(160px, .5fr) 1.5fr;
    margin-bottom: clamp(42px, 6vw, 72px);
}

.frent-home-paths-head > span,
.frent-home-path-number,
.frent-home-path-status {
    color: var(--frent-yellow);
    font: 800 10px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.frent-home-paths-head h2 {
    color: #fff;
    font-size: clamp(34px, 5.3vw, 68px);
    letter-spacing: -.045em;
    line-height: .98;
    margin: 0;
}

.frent-home-path-grid {
    display: grid;
    gap: 1px;
    grid-template-columns: 1fr 1fr;
}

.frent-home-path {
    background:
        linear-gradient(135deg, rgba(241, 229, 7, .055), transparent 42%),
        #080808;
    border: 1px solid rgba(255, 255, 255, .13);
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: clamp(330px, 39vw, 500px);
    overflow: hidden;
    padding: clamp(24px, 4vw, 48px);
    position: relative;
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease;
}

.frent-home-path::after {
    border: 1px solid rgba(241, 229, 7, .18);
    content: '';
    height: 170px;
    position: absolute;
    right: -86px;
    top: -86px;
    transform: rotate(45deg);
    width: 170px;
}

.frent-home-path:hover,
.frent-home-path:focus-visible {
    border-color: var(--frent-yellow);
    transform: translateY(-4px);
}

.frent-home-path:focus-visible {
    outline: 2px solid var(--frent-yellow);
    outline-offset: 4px;
}

.frent-home-path-builder {
    background:
        linear-gradient(315deg, rgba(241, 229, 7, .075), transparent 45%),
        #0c0c0c;
}

.frent-home-path h3 {
    color: #fff;
    font-size: clamp(42px, 6vw, 78px);
    letter-spacing: -.055em;
    line-height: .92;
    margin: 0 0 20px;
}

.frent-home-path p {
    color: #a3a3a3;
    font-size: clamp(16px, 1.7vw, 21px);
    line-height: 1.5;
    margin: 0;
    max-width: 360px;
}

.frent-home-path-footer {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .14);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding-top: 18px;
}

.frent-home-path-status {
    color: #777;
}

.frent-home-path-cta {
    color: #fff;
    flex: none;
    font: 800 11px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: color .2s ease;
}

.frent-home-path-cta i {
    color: var(--frent-yellow);
    display: inline-block;
    font-style: normal;
    margin-left: 4px;
    transition: transform .2s ease;
}

.frent-home-path:hover .frent-home-path-cta,
.frent-home-path:focus-visible .frent-home-path-cta {
    color: var(--frent-yellow);
}

.frent-home-path:hover .frent-home-path-cta i,
.frent-home-path:focus-visible .frent-home-path-cta i {
    transform: translate(3px, -3px);
}

.frent-home-launchpad {
    border-top: 1px solid rgba(241, 229, 7, .32);
    display: grid;
    gap: clamp(28px, 5vw, 72px);
    grid-template-columns: minmax(160px, .5fr) minmax(0, 1.5fr);
    margin-top: clamp(72px, 10vw, 132px);
    padding-top: clamp(56px, 8vw, 96px);
}

.frent-home-launchpad-kicker {
    color: var(--frent-yellow);
    font: 800 10px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.frent-home-launchpad h2 {
    color: #fff;
    font-size: clamp(44px, 7vw, 94px);
    letter-spacing: -.06em;
    line-height: .88;
    margin: 0;
    max-width: 900px;
}

.frent-home-launchpad p {
    color: #9d9d98;
    font-size: clamp(17px, 1.8vw, 22px);
    line-height: 1.55;
    margin: clamp(28px, 4vw, 46px) 0;
    max-width: 720px;
}

.frent-home-launchpad-cta {
    align-items: center;
    background: var(--frent-yellow);
    color: #000;
    display: inline-flex;
    font: 900 12px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
    gap: 12px;
    letter-spacing: .08em;
    padding: 18px 20px;
    text-transform: uppercase;
    transition: background-color .2s ease, transform .2s ease;
}

.frent-home-launchpad-cta:hover,
.frent-home-launchpad-cta:focus-visible {
    background: #fff82e;
    transform: translateY(-3px);
}

.frent-home-launchpad-cta:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
}

.frent-product-page {
    padding: clamp(34px, 6vw, 72px) 0 clamp(88px, 11vw, 144px);
}

.frent-product-hero {
    display: grid;
    gap: clamp(28px, 5vw, 58px);
    grid-template-columns: minmax(150px, .42fr) minmax(0, 1.58fr);
    min-height: min(780px, 82vh);
    padding-bottom: clamp(72px, 10vw, 130px);
}

.frent-product-back,
.frent-product-eyebrow,
.frent-product-statement > span,
.frent-product-grid > div > span {
    color: var(--frent-yellow);
    font: 800 10px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.frent-product-back {
    align-self: start;
    text-decoration: none;
}

.frent-product-back:hover,
.frent-product-back:focus-visible {
    color: #fff;
}

.frent-product-eyebrow {
    align-self: start;
}

.frent-product-hero h1 {
    color: #fff;
    font-size: clamp(64px, 10vw, 148px);
    grid-column: 1 / -1;
    letter-spacing: -.07em;
    line-height: .78;
    margin: 0;
    max-width: 1200px;
}

.frent-product-hero > p {
    color: #b6b6ae;
    font-size: clamp(18px, 2.2vw, 28px);
    grid-column: 2;
    line-height: 1.42;
    margin: 0;
    max-width: 830px;
}

.frent-product-statement {
    border-block: 1px solid rgba(241, 229, 7, .32);
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(150px, .42fr) minmax(0, 1.1fr) minmax(250px, .48fr);
    padding: clamp(48px, 7vw, 88px) 0;
}

.frent-product-statement h2 {
    color: #fff;
    font-size: clamp(34px, 4.7vw, 68px);
    letter-spacing: -.05em;
    line-height: .98;
    margin: 0;
}

.frent-product-statement p {
    align-self: end;
    color: #999;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.frent-product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: clamp(64px, 9vw, 120px);
}

.frent-product-grid > div {
    border: 1px solid rgba(255, 255, 255, .13);
    min-height: 280px;
    padding: clamp(24px, 4vw, 48px);
}

.frent-product-grid > div:nth-child(even) {
    border-left: 0;
}

.frent-product-grid > div:nth-child(n + 3) {
    border-top: 0;
}

.frent-product-grid h3 {
    color: #fff;
    font-size: clamp(29px, 3vw, 44px);
    letter-spacing: -.04em;
    margin: 64px 0 16px;
}

.frent-product-grid p {
    color: #929292;
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
    max-width: 470px;
}

.frent-product-footer {
    align-items: center;
    background: var(--frent-yellow);
    color: #000;
    display: flex;
    font-weight: 800;
    gap: 24px;
    justify-content: space-between;
    margin-top: clamp(48px, 7vw, 88px);
    padding: clamp(22px, 3vw, 34px);
}

.frent-product-footer a {
    color: #000;
    font: 900 12px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.frent-product-footer a:hover,
.frent-product-footer a:focus-visible {
    text-decoration-thickness: 3px;
}

.frent-site .hm-btn,
.frent-site .hm-link-btn,
.frent-site .hm-icon-btn,
.frent-site .hm-btn.pink,
.frent-site .hm-link-btn.pink,
.frent-site .hm-nav-instant-btn,
.frent-site .hm-link-btn.is-active {
    border-color: var(--frent-yellow);
    background: var(--frent-yellow);
    color: #000;
}

.frent-site .hm-kicker,
.frent-site .hm-footer-links strong,
.frent-site .hm-error-code {
    color: var(--frent-yellow);
}

.frent-site .hm-panel,
.frent-site .hm-card,
.frent-site .hm-section.hm-panel,
.frent-site .hm-home-drop-card {
    background: rgba(8, 8, 8, .94);
}

.frent-wallet-control {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    margin-left: auto;
}

.frent-network-control {
    align-items: center;
    display: flex;
    gap: 8px;
}

.frent-network-control select {
    appearance: none;
    background: #080808;
    border: 1px solid #4d4d4d;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font: 700 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    height: 38px;
    padding: 0 28px 0 10px;
}

.frent-network-control select:focus-visible {
    border-color: var(--frent-yellow);
    outline: 1px solid var(--frent-yellow);
}

.frent-wallet-button {
    background: var(--frent-yellow);
    border: 1px solid var(--frent-yellow);
    border-radius: 2px;
    color: #000;
    cursor: pointer;
    font: 800 12px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .04em;
    min-height: 38px;
    padding: 0 15px;
    text-transform: uppercase;
}

.frent-wallet-button:hover {
    background: #fff;
    border-color: #fff;
}

.frent-wallet-button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.frent-wallet-button:disabled {
    cursor: wait;
    opacity: .6;
}

.frent-wallet-button.is-connected {
    background: transparent;
    color: var(--frent-yellow);
}

.frent-wallet-button.is-warning {
    background: #ff5d45;
    border-color: #ff5d45;
}

/* FRENT actions use one unmistakable brand signal throughout the product. */
.frent-site .hm-btn,
.frent-site .hm-link-btn,
.frent-site .hm-icon-btn,
.frent-site .hm-btn.secondary,
.frent-site .hm-link-btn.secondary,
.frent-site .hm-icon-btn.secondary,
.frent-site .hm-pager-btn:not(.is-disabled),
.frent-site .frent-my-drops-button,
.frent-site .frent-wallet-button:not(.is-warning) {
    background: #f1e507;
    border-color: #f1e507;
    color: #000;
}

.frent-site .hm-btn:hover,
.frent-site .hm-link-btn:hover,
.frent-site .hm-icon-btn:hover,
.frent-site .hm-pager-btn:not(.is-disabled):hover,
.frent-site .frent-my-drops-button:hover,
.frent-site .frent-wallet-button:not(.is-warning):hover {
    background: #fff82e;
    border-color: #fff82e;
    color: #000;
}

.frent-site .frent-my-drops-button {
    background: #000;
    border-color: #fff;
    color: #fff;
}

.frent-site .frent-my-drops-button:hover,
.frent-site .frent-my-drops-button:focus-visible {
    background: #fff;
    border-color: #fff;
    color: #000;
}

.frent-site .frent-wallet-button:not(.is-warning),
.frent-site .frent-wallet-button:not(.is-warning):hover,
.frent-site .frent-wallet-button:not(.is-warning):focus-visible {
    background: transparent;
    border-color: #f1e507;
    color: #f1e507;
}

.frent-site .frent-wallet-button:not(.is-warning):hover {
    box-shadow: inset 0 0 0 1px rgba(241, 229, 7, .25);
}

/* Pixel editor hierarchy: signal yellow only where selection or creation matters. */
.frent-site .hm-pixel-builder .hm-pixel-menu,
.frent-site .hm-pixel-builder .hm-pixel-stage {
    background: #080808;
    border-color: rgba(255, 255, 255, .12);
}

.frent-site .hm-pixel-builder .hm-btn.secondary,
.frent-site .hm-pixel-builder .hm-icon-btn,
.frent-site .hm-pixel-builder .hm-pixel-json-button,
.frent-site .hm-pixel-builder .hm-pixel-shift-button {
    background: transparent;
    border-color: rgba(255, 255, 255, .22);
    color: #a3a3a3;
    box-shadow: none;
}

.frent-site .hm-pixel-builder .hm-btn.secondary:hover,
.frent-site .hm-pixel-builder .hm-icon-btn:hover,
.frent-site .hm-pixel-builder .hm-pixel-json-button:hover,
.frent-site .hm-pixel-builder .hm-pixel-shift-button:hover {
    background: rgba(255, 255, 255, .05);
    border-color: rgba(255, 255, 255, .48);
    color: #fff;
    box-shadow: none;
    transform: none;
}

.frent-site .hm-pixel-builder .hm-pixel-add-actions .hm-btn.secondary {
    background: #f1e507;
    border-color: #f1e507;
    color: #000;
}

.frent-site .hm-pixel-builder .hm-pixel-add-actions .hm-btn.secondary:hover {
    background: #fff82e;
    border-color: #fff82e;
    color: #000;
}

.frent-site .hm-pixel-builder .hm-pixel-item,
.frent-site .hm-pixel-builder .hm-pixel-menu.is-base-mode .hm-pixel-item.is-active,
.frent-site .hm-pixel-builder .hm-pixel-menu.is-properties-mode .hm-pixel-item.is-active {
    background: #050505;
    color: #d4d4d8;
    box-shadow: none;
}

.frent-site .hm-pixel-builder .hm-pixel-item {
    border-color: rgba(255, 255, 255, .14);
}

.frent-site .hm-pixel-builder .hm-pixel-menu.is-base-mode .hm-pixel-item.is-active,
.frent-site .hm-pixel-builder .hm-pixel-menu.is-properties-mode .hm-pixel-item.is-active {
    background: rgba(241, 229, 7, .045);
    border-color: #f1e507;
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(241, 229, 7, .16);
}

.frent-site .hm-pixel-builder .hm-pixel-menu .hm-pixel-item.is-active small {
    color: #f1e507;
}

.frent-site .hm-pixel-builder .hm-pixel-list,
.frent-site .hm-pixel-builder .hm-pixel-menu.is-base-mode .hm-pixel-list,
.frent-site .hm-pixel-builder .hm-pixel-menu.is-properties-mode .hm-pixel-list {
    border-left-color: rgba(255, 255, 255, .14);
}

.frent-site .hm-pixel-builder .hm-pixel-layer-management,
.frent-site .hm-pixel-builder .hm-pixel-menu.is-properties-mode [data-hoodmint-pixel-property-fields] {
    border-color: rgba(255, 255, 255, .12);
}

.frent-site .hm-pixel-builder .hm-pixel-property-layer-row {
    border-left-color: rgba(255, 255, 255, .16);
}

.frent-site .hm-pixel-builder .hm-pixel-property-layer-row .hm-pixel-action-icon {
    color: #a3a3a3;
}

.frent-site .hm-pixel-builder .hm-pixel-combinations {
    border-color: rgba(255, 255, 255, .14);
}

.frent-site .hm-pixel-builder .hm-pixel-combinations p {
    color: #a1a1aa;
}

.frent-site .hm-pixel-builder .hm-pixel-combinations p.is-healthy,
.frent-site .hm-pixel-builder .hm-pixel-combinations strong {
    color: #f1e507;
}

.frent-wallet-error,
.frent-wallet-note {
    color: #ff8070;
    font: 600 10px/1.35 ui-monospace, SFMono-Regular, Menlo, monospace;
    max-width: 260px;
    text-align: right;
}

.frent-wallet-error,
.frent-wallet-note {
    flex-basis: 100%;
}

.frent-wallet-note {
    color: #888;
}

@keyframes frent-signal {
    0%, 100% { opacity: 0; transform: translateY(0); }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { transform: translateY(56px); }
}

@media (prefers-reduced-motion: reduce) {
    .frent-home-scroll i::after {
        animation: none;
        top: 28px;
    }
}

@media (max-width: 720px) {
    .frent-site .hm-nav {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .frent-site .frent-nav-note {
        text-align: left;
    }

    .frent-wallet-control {
        align-items: stretch;
        flex-wrap: wrap;
        margin-left: 0;
        width: 100%;
    }

    .frent-nav-actions {
        align-items: stretch;
        flex-wrap: wrap;
        margin-left: 0;
        width: 100%;
    }

    .frent-my-drops-button {
        flex: 1 1 0;
        justify-content: center;
        min-width: 0;
    }

    .frent-account-links {
        display: flex;
        width: auto;
    }

    .frent-wallet-button {
        flex: 1 1 calc(50% - 4px);
        min-width: 0;
        width: auto;
    }

    .frent-network-control {
        flex: 1 1 calc(50% - 4px);
        min-width: 0;
        width: auto;
    }

    .frent-network-control select {
        width: 100%;
    }

    .frent-wallet-error,
    .frent-wallet-note {
        max-width: none;
        text-align: left;
    }

    .frent-home-hero {
        min-height: 420px;
        padding-inline: 0;
    }

    .frent-home-paths-head,
    .frent-home-path-grid {
        grid-template-columns: 1fr;
    }

    .frent-home-paths-head {
        align-items: start;
    }

    .frent-home-path {
        min-height: 320px;
    }

    .frent-home-launchpad {
        grid-template-columns: 1fr;
    }

    .frent-product-hero,
    .frent-product-statement {
        grid-template-columns: 1fr;
    }

    .frent-product-hero {
        min-height: auto;
    }

    .frent-product-hero h1,
    .frent-product-hero > p {
        grid-column: 1;
    }

    .frent-product-hero h1 {
        font-size: clamp(56px, 18vw, 96px);
    }

    .frent-product-grid {
        grid-template-columns: 1fr;
    }

    .frent-product-grid > div:nth-child(even) {
        border-left: 1px solid rgba(255, 255, 255, .13);
    }

    .frent-product-grid > div:nth-child(n + 2) {
        border-top: 0;
    }

    .frent-product-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .frent-dashboard-hub {
        grid-template-columns: 1fr;
    }

    .frent-dashboard-hub-actions {
        grid-template-columns: 1fr 1fr;
    }

    .frent-dashboard-admin {
        align-items: flex-start;
        flex-direction: column;
    }

    .frent-dashboard-admin nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: stretch;
        width: 100%;
    }

    .frent-dashboard-admin a {
        text-align: center;
    }
}

@media (max-width: 440px) {
    .frent-dashboard-hub-actions {
        grid-template-columns: 1fr;
    }
}

/* FRENT mint console */
.frent-mint-page {
    margin-top: 28px;
}

.frent-mint-layout {
    align-items: start;
    display: grid;
    gap: clamp(22px, 4vw, 58px);
    grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
}

.frent-mint-visual {
    background:
        linear-gradient(145deg, rgba(241, 229, 7, .08), transparent 42%),
        #101011;
    border: 1px solid rgba(241, 229, 7, .3);
    border-radius: 4px;
    box-shadow: 18px 18px 0 rgba(241, 229, 7, .055);
    overflow: hidden;
    padding: clamp(12px, 1.6vw, 20px);
    position: sticky;
    top: 24px;
}

.frent-mint-visual::before {
    color: #f1e507;
    content: "LIVE / ONCHAIN";
    font-family: "RC", monospace;
    font-size: 10px;
    font-weight: 950;
    left: 22px;
    letter-spacing: .14em;
    position: absolute;
    top: 24px;
    z-index: 2;
}

.frent-mint-visual .hm-mint-cover {
    aspect-ratio: 1;
    background:
        linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .04)),
        repeating-linear-gradient(0deg, transparent 0 23px, rgba(241, 229, 7, .045) 24px),
        repeating-linear-gradient(90deg, transparent 0 23px, rgba(241, 229, 7, .045) 24px);
    border: 0;
    border-radius: 2px;
    height: auto;
    max-width: none;
    overflow: hidden;
    width: 100%;
}

.frent-mint-visual .hm-mint-cover img {
    height: 100%;
    image-rendering: pixelated;
    object-fit: cover;
    width: 100%;
}

.frent-mint-progress {
    background: #090909;
    border-top: 1px solid rgba(241, 229, 7, .25);
    display: grid;
    gap: 12px;
    padding: 18px 6px 5px;
}

.frent-mint-progress-copy {
    align-items: end;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.frent-mint-progress-copy > span,
.frent-mint-progress small {
    color: #a1a1aa;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.frent-mint-progress-copy strong {
    color: #fff;
    font-family: "RC", monospace;
    font-size: clamp(18px, 2vw, 28px);
    line-height: 1;
}

.frent-mint-progress-copy i {
    color: #71717a;
    font-style: normal;
}

.frent-mint-progress .hm-progress {
    background: rgba(255, 255, 255, .12);
    height: 8px;
}

.frent-mint-progress .hm-progress > span {
    background: #f1e507;
    box-shadow: 0 0 18px rgba(241, 229, 7, .55);
}

.frent-mint-console {
    min-width: 0;
}

.frent-mint-intro {
    align-items: start;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 24px;
    padding: 4px 0 24px;
}

.frent-mint-intro h2 {
    color: #fff;
    font-family: "RC", monospace;
    font-size: clamp(34px, 5vw, 68px);
    line-height: .9;
    margin: 8px 0 14px;
    overflow-wrap: anywhere;
}

.frent-mint-intro .hm-mint-lede {
    color: #c7c7cc;
    font-size: clamp(14px, 1.4vw, 17px);
    line-height: 1.6;
    margin: 0;
    max-width: 58ch;
}

.frent-mint-intro .hm-mint-social-links {
    justify-content: end;
    margin: 0;
}

.frent-mint-intro .hm-coded-mint-note {
    align-items: center;
    display: flex;
    gap: 9px;
    grid-column: 1 / -1;
    margin: -4px 0 0;
    padding: 0;
}

.frent-mint-intro .hm-coded-mint-note > span:not(.hm-badge),
.frent-mint-intro .hm-coded-mint-note p {
    color: #d9f99d;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .08em;
    margin: 0;
    text-transform: uppercase;
}

.frent-mint-console .hm-mint-phase-grid,
.frent-mint-console .hm-mint-phase-grid.phases-1,
.frent-mint-console .hm-mint-phase-grid.phases-2 {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    width: 100%;
}

.frent-mint-console .hm-mint-phase-card {
    background: rgba(255, 255, 255, .025);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 3px;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-width: 0;
    padding: clamp(16px, 2.2vw, 24px);
    width: 100%;
}

.frent-mint-console .hm-mint-phase-card.is-live {
    background:
        linear-gradient(100deg, rgba(241, 229, 7, .09), transparent 58%),
        #12130e;
    border-color: #f1e507;
    box-shadow: inset 4px 0 0 #f1e507;
}

.frent-mint-console .hm-mint-phase-card.is-past {
    filter: none;
    opacity: .46;
}

.frent-mint-console .hm-mint-phase-main {
    align-items: baseline;
    display: grid;
    gap: 5px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.frent-mint-console .hm-mint-phase-main > span {
    grid-column: 1 / -1;
}

.frent-mint-console .hm-mint-phase-card h2 {
    font-size: clamp(20px, 2.2vw, 28px);
    margin: 0;
}

.frent-mint-console .hm-mint-phase-main strong {
    color: #f1e507;
    font-size: clamp(17px, 2vw, 24px);
    white-space: nowrap;
}

.frent-mint-console .hm-mint-phase-action {
    border: 0;
    grid-column: 1 / -1;
    margin: 2px 0 0;
    padding: 0;
}

.frent-mint-console .hm-mint-controls {
    align-items: end;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(110px, .34fr) minmax(180px, 1fr);
    width: 100%;
}

.frent-mint-console .hm-mint-controls > .hm-btn:only-child,
.frent-mint-console .hm-mint-controls > .hm-muted:only-child {
    grid-column: 1 / -1;
}

.frent-mint-console .hm-mint-controls .hm-btn {
    font-size: 17px;
    min-height: 52px;
    width: 100%;
}

.frent-mint-console .hm-mint-current-status {
    border-left: 2px solid #f1e507;
    color: #d4d4d8;
    margin: 14px 0 0;
    padding: 2px 0 2px 12px;
    text-align: left;
}

.frent-mint-console .hm-mint-action-panel {
    margin-top: 14px;
}

.frent-mint-page > .hm-drop-chat {
    margin-top: clamp(38px, 7vw, 78px);
}

@media (max-width: 920px) {
    .frent-mint-page {
        margin-top: 18px;
    }

    .frent-mint-layout {
        gap: 28px;
        grid-template-columns: minmax(0, 1fr);
    }

    .frent-mint-visual {
        display: grid;
        gap: 0;
        grid-template-columns: minmax(0, .9fr) minmax(220px, 1.1fr);
        position: relative;
        top: auto;
    }

    .frent-mint-progress {
        align-content: end;
        border-left: 1px solid rgba(241, 229, 7, .25);
        border-top: 0;
        padding: 20px;
    }
}

@media (max-width: 620px) {
    .frent-mint-layout {
        gap: 22px;
    }

    .frent-mint-visual {
        display: block;
        padding: 10px;
    }

    .frent-mint-progress {
        border-left: 0;
        border-top: 1px solid rgba(241, 229, 7, .25);
        padding: 16px 4px 4px;
    }

    .frent-mint-intro {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding-bottom: 20px;
    }

    .frent-mint-intro h2 {
        font-size: clamp(34px, 14vw, 54px);
    }

    .frent-mint-intro .hm-mint-social-links {
        justify-content: start;
    }

    .frent-mint-intro .hm-coded-mint-note {
        flex-wrap: wrap;
    }

    .frent-mint-console .hm-mint-phase-card {
        display: block;
        padding: 16px;
    }

    .frent-mint-console .hm-mint-phase-action {
        margin-top: 16px;
    }

    .frent-mint-console .hm-mint-controls {
        grid-template-columns: 1fr;
    }

    .frent-mint-console .hm-mint-phase-main {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .frent-mint-console .hm-mint-phase-main strong {
        white-space: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hm-fireworks-canvas {
        display: none;
    }
}
