.nrf-admin-scope,
.nrf-admin-scope #wpwrap,
.nrf-admin-scope #wpcontent,
.nrf-admin-scope #wpbody,
.nrf-admin-scope #wpbody-content {
    background: #050816;
    color: #eef4ff;
}
.nrf-admin-scope .wrap {
    margin: 0;
    padding: 0;
}
.nrf-admin-wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 32px 28px 48px;
    min-height: calc(100vh - 32px);
    background:
        radial-gradient(circle at top left, rgba(103, 232, 249, 0.12), transparent 24%),
        radial-gradient(circle at top right, rgba(244, 114, 182, 0.08), transparent 28%),
        #050816;
    border-radius: 28px;
}
.nrf-admin-wrap * {
    box-sizing: border-box;
}
.nrf-admin-wrap h1,
.nrf-admin-wrap h2,
.nrf-admin-wrap h3,
.nrf-admin-wrap strong,
.nrf-admin-wrap p,
.nrf-admin-wrap li,
.nrf-admin-wrap span,
.nrf-admin-wrap label {
    color: inherit;
}
.nrf-admin-hero {
    margin-bottom: 1.4rem;
    padding: 1.35rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(103, 232, 249, 0.11), transparent 28%),
        radial-gradient(circle at top right, rgba(244, 114, 182, 0.08), transparent 26%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(2, 6, 23, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}
.nrf-admin-hero-top {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}
.nrf-admin-eyebrow {
    display: inline-flex;
    padding: .48rem .75rem;
    border-radius: 999px;
    background: rgba(103, 232, 249, .12);
    color: #67e8f9;
    text-transform: uppercase;
    letter-spacing: .22em;
    font-weight: 900;
    font-size: .62rem;
    margin-bottom: .8rem;
}
.nrf-admin-note {
    max-width: 380px;
    padding: .95rem 1rem;
    border-radius: 18px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.8);
    line-height: 1.6;
}
.nrf-admin-note.is-danger {
    background: linear-gradient(180deg, rgba(127,29,29,.34), rgba(15,23,42,.92));
    border-color: rgba(248,113,113,.38);
    color: #fee2e2;
    box-shadow: 0 18px 40px rgba(127,29,29,.12);
}
.nrf-admin-note.is-danger strong {
    color: #fff;
}
.nrf-admin-note.is-success {
    background: linear-gradient(180deg, rgba(20,83,45,.28), rgba(15,23,42,.92));
    border-color: rgba(34,197,94,.26);
    color: #dcfce7;
}
.nrf-admin-note.is-success strong {
    color: #fff;
}
.nrf-admin-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1rem;
}
.nrf-page-shell {
    font-family: Inter, Segoe UI, Roboto, Arial, sans-serif;
}
.nrf-card,
.nrf-admin-panel,
.nrf-mini-stat,
.nrf-number-tile {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(2, 6, 23, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
}
.nrf-public-stat {
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(2, 6, 23, 0.98));
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 16px 36px rgba(0,0,0,.2);
}
.nrf-public-stat span {
    display: block;
    font-size: .62rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .24em;
    color: rgba(255,255,255,.42);
    margin-bottom: .45rem;
}
.nrf-public-stat strong {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 900;
}
.nrf-process-card {
    padding: 1rem 1.05rem;
    border-radius: 18px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
}
.nrf-process-card b {
    display: block;
    margin-bottom: .45rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .72rem;
}
.nrf-process-card p {
    margin: 0;
    color: rgba(255,255,255,.55);
    font-size: .88rem;
    line-height: 1.55;
}
.nrf-public-steps {
    margin: 0;
    padding-left: 1.15rem;
    color: rgba(255,255,255,.78);
    line-height: 1.8;
}
.nrf-public-raffle-media {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    aspect-ratio: 16 / 10;
    background: linear-gradient(180deg, rgba(103,232,249,.12), rgba(2,6,23,.98));
    border: 1px solid rgba(255,255,255,.08);
}
.nrf-public-raffle-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.nrf-public-raffle-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #67e8f9;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.nrf-badge {
    display: inline-flex;
    align-items: center;
    padding: .5rem .75rem;
    border-radius: 999px;
    background: rgba(103,232,249,.1);
    border: 1px solid rgba(103,232,249,.18);
    color: #bff8ff;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
    white-space: nowrap;
}
.nrf-card:hover,
.nrf-number-tile:hover {
    transform: translateY(-2px);
}
.nrf-card,
.nrf-number-tile {
    transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.nrf-card:hover {
    transform: translateY(-4px);
    border-color: rgba(103,232,249,.18);
}
.nrf-public-stat {
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(2, 6, 23, 0.98));
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 16px 36px rgba(0,0,0,.2);
}
.nrf-public-stat span {
    display: block;
    font-size: .62rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .24em;
    color: rgba(255,255,255,.42);
    margin-bottom: .45rem;
}
.nrf-public-stat strong {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 900;
}
.nrf-featured-raffle {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 1rem;
    padding: 1rem;
    border-radius: 30px;
    background:
        radial-gradient(circle at top left, rgba(103, 232, 249, .14), transparent 30%),
        linear-gradient(180deg, rgba(15, 23, 42, .96), rgba(2, 6, 23, .98));
    border: 1px solid rgba(103,232,249,.14);
    box-shadow: 0 28px 70px rgba(0,0,0,.3);
}
.nrf-featured-copy {
    padding: 1rem;
}
.nrf-featured-badge {
    display: inline-flex;
    padding: .5rem .8rem;
    border-radius: 999px;
    background: rgba(244,114,182,.12);
    border: 1px solid rgba(244,114,182,.22);
    color: #ffd3ea;
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .28em;
    text-transform: uppercase;
    margin-bottom: .85rem;
}
.nrf-featured-copy h2 {
    margin: 0 0 .7rem;
    font-size: clamp(1.8rem, 3.6vw, 3.6rem);
    line-height: .95;
    text-transform: uppercase;
    letter-spacing: -.03em;
}
.nrf-featured-copy p {
    max-width: 58ch;
    color: rgba(255,255,255,.6);
    line-height: 1.75;
}
.nrf-featured-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: 1rem;
}
.nrf-featured-meta span {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .55rem .75rem;
    border-radius: 999px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.78);
    font-size: .72rem;
    font-weight: 800;
}
.nrf-featured-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1rem;
}
.nrf-featured-visual {
    min-height: 280px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(180deg, rgba(103,232,249,.1), rgba(2,6,23,.98));
}
.nrf-featured-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.nrf-featured-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #67e8f9;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 900;
}
.nrf-process-card {
    padding: 1rem 1.05rem;
    border-radius: 18px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
}
.nrf-process-card b {
    display: block;
    margin-bottom: .45rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .72rem;
}
.nrf-process-card p {
    margin: 0;
    color: rgba(255,255,255,.55);
    font-size: .88rem;
    line-height: 1.55;
}
.nrf-public-steps {
    margin: 0;
    padding-left: 1.15rem;
    color: rgba(255,255,255,.78);
    line-height: 1.8;
}
.nrf-badge {
    display: inline-flex;
    align-items: center;
    padding: .5rem .75rem;
    border-radius: 999px;
    background: rgba(103,232,249,.1);
    border: 1px solid rgba(103,232,249,.18);
    color: #bff8ff;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
    white-space: nowrap;
}
.nrf-public-raffle-media {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    aspect-ratio: 16 / 10;
    background: linear-gradient(180deg, rgba(103,232,249,.12), rgba(2,6,23,.98));
    border: 1px solid rgba(255,255,255,.08);
}
.nrf-public-raffle-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.nrf-public-raffle-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #67e8f9;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.nrf-primary-btn,
.nrf-secondary-btn,
.nrf-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 16px;
    padding: 0.9rem 1.2rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.68rem;
    transition: all .2s ease;
}
.nrf-primary-btn {
    background: linear-gradient(90deg, #67e8f9, #3b82f6);
    color: #07111f;
}
.nrf-secondary-btn,
.nrf-download-btn {
    background: rgba(8, 145, 178, 0.1);
    color: #bae6fd;
    border: 1px solid rgba(34, 211, 238, 0.18);
}
.nrf-primary-btn,
.nrf-secondary-btn,
.nrf-download-btn {
    text-decoration: none;
}
.nrf-mini-stat {
    padding: 1rem 1.1rem;
}
.nrf-mini-stat span {
    display: block;
    font-size: 0.62rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: rgba(255,255,255,.42);
    margin-bottom: .55rem;
}
.nrf-mini-stat strong {
    display: block;
    color: #fff;
    font-size: 1rem;
    line-height: 1.1;
}
.nrf-commission-stat {
    border-color: rgba(34, 211, 238, 0.22);
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.12), rgba(168, 85, 247, 0.1));
}
.nrf-commission-stat small {
    display: block;
    margin-top: .35rem;
    color: rgba(186, 230, 253, .78);
    font-size: .68rem;
    font-weight: 800;
}
.nrf-legend-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}
.nrf-legend-item {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .7rem .9rem;
    border-radius: 999px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.75);
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .16em;
}
.nrf-legend-item .dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    display: inline-block;
}
.dot.available { background: #22c55e; }
.dot.reserved { background: #f59e0b; }
.dot.sold { background: #38bdf8; }
.dot.winner { background: #f472b6; }
.nrf-number-tile {
    min-height: 92px;
    padding: .8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: .35rem;
    text-align: center;
}
.nrf-number-value {
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: .08em;
}
.nrf-number-status {
    font-size: .58rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .22em;
    color: rgba(255,255,255,.55);
}
.nrf-chip-available { border-color: rgba(34,197,94,.18); }
.nrf-chip-reserved { border-color: rgba(245,158,11,.22); }
.nrf-chip-sold { border-color: rgba(56,189,248,.22); }
.nrf-chip-winner { border-color: rgba(244,114,182,.28); }
.nrf-chip-available, .nrf-available { background: linear-gradient(180deg, rgba(34,197,94,.14), rgba(2,6,23,.98)); }
.nrf-chip-reserved, .nrf-reserved { background: linear-gradient(180deg, rgba(245,158,11,.14), rgba(2,6,23,.98)); }
.nrf-chip-sold, .nrf-sold { background: linear-gradient(180deg, rgba(56,189,248,.14), rgba(2,6,23,.98)); }
.nrf-chip-winner, .nrf-winner { background: linear-gradient(180deg, rgba(244,114,182,.14), rgba(2,6,23,.98)); }
.nrf-draft { background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(2,6,23,.98)); }
.nrf-completed { background: linear-gradient(180deg, rgba(168,85,247,.12), rgba(2,6,23,.98)); }
.nrf-hero-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,.08);
}
.nrf-hero-image {
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.nrf-hero-image-wrap .nrf-download-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.nrf-reveal-stage {
    border-radius: 28px;
    padding: 1rem;
    border: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(180deg, rgba(8, 145, 178, .08), rgba(2, 6, 23, .96));
}
.nrf-reveal-status {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .55rem .85rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.04);
    color: rgba(255,255,255,.85);
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 900;
    font-size: .65rem;
}
.nrf-reveal-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    display: inline-block;
    background: rgba(255,255,255,.35);
}
.nrf-reveal-dot.ready { background: #67e8f9; }
.nrf-reveal-dot.revealing { background: #f472b6; box-shadow: 0 0 18px rgba(244,114,182,.55); }
.nrf-reveal-dot.completed { background: #22c55e; }
.nrf-reveal-list {
    display: grid;
    gap: .75rem;
    margin-top: 1rem;
}
.nrf-reveal-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.15rem;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.04);
    box-shadow: 0 16px 32px rgba(0,0,0,.16);
}
.nrf-reveal-card.is-new {
    transform: translateY(8px) scale(.98);
    opacity: .4;
}
.nrf-reveal-card strong {
    display: block;
    font-size: 1.1rem;
    letter-spacing: .08em;
}
.nrf-reveal-rank {
    display: block;
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255,255,255,.45);
    margin-bottom: .3rem;
}
.nrf-reveal-name {
    display: block;
    font-size: .98rem;
    font-weight: 900;
    color: #fff;
}
.nrf-toast-host {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 99999;
    display: grid;
    gap: .6rem;
    pointer-events: none;
}
.nrf-toast {
    min-width: 220px;
    max-width: 320px;
    padding: .9rem 1rem;
    border-radius: 16px;
    background: rgba(15,23,42,.96);
    border: 1px solid rgba(255,255,255,.08);
    color: #fff;
    box-shadow: 0 18px 40px rgba(0,0,0,.35);
    transform: translateY(10px);
    opacity: 0;
    transition: transform .22s ease, opacity .22s ease;
    font-size: .86rem;
    line-height: 1.35;
}
.nrf-toast.is-visible {
    transform: translateY(0);
    opacity: 1;
}
.nrf-toast.success { border-color: rgba(34,197,94,.35); }
.nrf-toast.error { border-color: rgba(248,113,113,.35); }
.nrf-toast.info { border-color: rgba(103,232,249,.28); }
.nrf-confetti-piece {
    position: fixed;
    width: 10px;
    height: 16px;
    border-radius: 3px;
    pointer-events: none;
    z-index: 99998;
    animation: nrfConfetti 1.2s ease-out forwards;
}
.nrf-admin-wrap {
    color: #e5e7eb;
}
.nrf-admin-title {
    font-size: clamp(2rem, 2.4vw, 2.7rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: .35rem;
    color: #ffffff;
}
.nrf-admin-subtitle,
.nrf-muted {
    color: rgba(255,255,255,.55);
}
.nrf-admin-grid,
.nrf-admin-layout {
    display: grid;
    gap: 1rem;
}
.nrf-admin-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 1.5rem 0;
}
.nrf-admin-grid .nrf-admin-card {
    padding: 1.15rem 1.25rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.95), rgba(2, 6, 23, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}
.nrf-admin-card span {
    display: block;
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .24em;
    color: rgba(255,255,255,.42);
    margin-bottom: .55rem;
    font-weight: 900;
}
.nrf-admin-card strong {
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}
.nrf-admin-layout {
    grid-template-columns: 1fr 1fr;
    margin-top: 1rem;
}
.nrf-admin-panel {
    padding: 1.2rem;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.95), rgba(2, 6, 23, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}
.nrf-admin-panel h2 {
    font-size: 1.1rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-top: 0;
    color: #fff;
}
.nrf-admin-wrap .notice {
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(0,0,0,.2);
    margin: 0 0 1rem;
}
.nrf-admin-wrap .notice-success,
.nrf-admin-wrap .notice-warning,
.nrf-admin-wrap .notice-error {
    background: rgba(15, 23, 42, 0.95);
    border-left-width: 4px;
    border-radius: 18px;
    color: #fff;
}
.nrf-admin-wrap .notice-success { border-left-color: #22c55e; }
.nrf-admin-wrap .notice-warning { border-left-color: #f59e0b; }
.nrf-admin-wrap .notice-error { border-left-color: #ef4444; }

.nrf-buy-shell {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 20px;
    margin-top: 18px;
    padding: 24px;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(180deg, rgba(15,23,42,.88), rgba(15,23,42,.72));
    box-shadow: 0 24px 80px rgba(0,0,0,.28);
    align-items: start;
}

.nrf-buy-summary,
.nrf-buy-form {
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.03);
    padding: 22px;
}

.nrf-buy-summary {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nrf-buy-form {
    display: grid;
    gap: 12px;
}

.nrf-bank-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.nrf-bank-row,
.nrf-buy-card {
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(2,6,23,.55);
}

.nrf-bank-row span,
.nrf-buy-card label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: rgba(255,255,255,.5);
    margin-bottom: 8px;
    font-weight: 800;
}

.nrf-bank-row strong {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    word-break: break-word;
}

.nrf-buy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}

.nrf-buy-card-wide {
    grid-column: 1 / -1;
}

.nrf-buy-input,
.nrf-buy-file {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.10) !important;
    background: rgba(2,6,23,.7) !important;
    color: #fff !important;
    padding: 13px 14px;
    font-size: 14px;
    outline: none;
    display: block;
    box-sizing: border-box;
}

.nrf-buy-input:focus,
.nrf-buy-file:focus {
    border-color: rgba(103,232,249,.45);
    box-shadow: 0 0 0 4px rgba(103,232,249,.08);
}

.nrf-buy-input::placeholder,
.nrf-buy-file::placeholder,
.nrf-buy-form textarea::placeholder {
    color: rgba(255,255,255,.38);
}

.nrf-buy-form textarea.nrf-buy-input {
    min-height: 112px;
    resize: vertical;
}

.nrf-buy-hint {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255,255,255,.56);
}

.nrf-selected-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.nrf-selected-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(103,232,249,.12);
    border: 1px solid rgba(103,232,249,.28);
    color: #a5f3fc;
    font-size: 12px;
    font-weight: 800;
}

.nrf-buy-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 18px;
}

.nrf-buy-status {
    color: rgba(255,255,255,.62);
    font-size: 13px;
    line-height: 1.5;
}

button.nrf-public-number-choice {
    appearance: none;
    text-align: left;
    width: 100%;
    cursor: pointer;
    padding: 18px 14px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.04);
}

button.nrf-public-number-choice:hover {
    transform: translateY(-2px);
    border-color: rgba(103,232,249,.32);
}

button.nrf-public-number-choice.is-selected {
    border-color: rgba(103,232,249,.6);
    box-shadow: 0 0 0 1px rgba(103,232,249,.2), 0 18px 35px rgba(59,130,246,.16);
    background: linear-gradient(180deg, rgba(103,232,249,.18), rgba(59,130,246,.12));
}

button.nrf-public-number-choice.is-selected .nrf-number-status {
    color: #cffafe;
}

@media (max-width: 1024px) {
    .nrf-buy-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .nrf-buy-grid,
    .nrf-bank-box {
        grid-template-columns: 1fr;
    }
}
.nrf-form label {
    display: block;
    margin: 1rem 0 .4rem;
    font-weight: 800;
    color: rgba(255,255,255,.7);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .65rem;
}
.nrf-form input,
.nrf-form select,
.nrf-form textarea,
.nrf-inline-form select {
    width: 100%;
    border-radius: 16px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    color: #fff;
    padding: .9rem 1rem;
}
.nrf-admin-wrap .button,
.nrf-admin-wrap .button-secondary {
    background: rgba(8,145,178,.12) !important;
    border: 1px solid rgba(34,211,238,.18) !important;
    color: #d8fbff !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
.nrf-admin-wrap .button-primary {
    background: linear-gradient(90deg, #67e8f9, #3b82f6) !important;
    color: #04111f !important;
    border: none !important;
}
.nrf-form input::placeholder,
.nrf-form textarea::placeholder,
.nrf-inline-form select,
.nrf-form option {
    color: rgba(255,255,255,.5);
}
.nrf-list {
    display: grid;
    gap: .75rem;
}
.nrf-list-item {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    border-radius: 18px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
}
.nrf-actions {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
}
.nrf-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}
.nrf-steps {
    margin: 0;
    padding-left: 1.2rem;
    line-height: 1.9;
    color: rgba(255,255,255,.8);
}
.nrf-admin-subtitle {
    max-width: 820px;
    margin-bottom: 1.25rem;
}
.nrf-secondary-btn {
    text-decoration: none;
}
.nrf-secondary-btn:hover,
.nrf-primary-btn:hover,
.nrf-download-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 38px rgba(0,0,0,.2);
}
.nrf-inline-form {
    display: flex;
    gap: .75rem;
    align-items: center;
    margin: 1rem 0 1.5rem;
}
.nrf-inline-form select {
    max-width: 360px;
}
.nrf-panel-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
}
.nrf-number-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: .85rem;
}
.nrf-number-form {
    padding: .9rem;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.04);
    display: grid;
    gap: .45rem;
}
.nrf-number-form select,
.nrf-number-form input,
.nrf-number-form textarea {
    width: 100%;
    border-radius: 14px;
    padding: .6rem .8rem;
    font-size: .85rem;
}
.nrf-number-top {
    font-size: 1.2rem;
    font-weight: 900;
    text-align: center;
    letter-spacing: .08em;
}
.nrf-admin-panel-wide {
    grid-column: 1 / -1;
}
.nrf-sales-summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: .85rem;
    margin: 1rem 0 1.25rem;
}
.nrf-sales-balance {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.1rem;
    margin: 0 0 1.1rem;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.09);
    background: rgba(255,255,255,.04);
}
.nrf-sales-balance strong {
    display: block;
    font-size: .95rem;
    color: #fff;
    margin-bottom: .25rem;
}
.nrf-sales-balance p {
    margin: 0;
    color: rgba(255,255,255,.72);
    line-height: 1.55;
    font-size: .9rem;
    max-width: 800px;
}
.nrf-sales-balance.is-negative {
    border-color: rgba(248,113,113,.28);
    background: linear-gradient(180deg, rgba(127,29,29,.26), rgba(15,23,42,.82));
}
.nrf-sales-balance.is-positive {
    border-color: rgba(34,197,94,.22);
    background: linear-gradient(180deg, rgba(20,83,45,.25), rgba(15,23,42,.82));
}
.nrf-sales-balance-percent {
    min-width: 112px;
    text-align: right;
    padding-left: 1rem;
    border-left: 1px solid rgba(255,255,255,.08);
}
.nrf-sales-balance-percent span {
    display: block;
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: rgba(255,255,255,.48);
    font-weight: 900;
    margin-bottom: .2rem;
}
.nrf-sales-balance-percent strong {
    margin: 0;
    font-size: 1.45rem;
}
.nrf-sales-meta-inline {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
}
.nrf-sales-pill {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .65rem .9rem;
    border-radius: 999px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.78);
    font-size: .82rem;
    font-weight: 700;
}
.nrf-sales-list {
    display: grid;
    gap: .85rem;
}
.nrf-sales-card {
    border-radius: 22px;
    padding: 1rem;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
}
.nrf-sales-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .9rem;
}
.nrf-sales-ticket {
    font-size: 1.2rem;
    font-weight: 900;
    color: #fff;
}
.nrf-sales-state {
    margin-top: .35rem;
    display: inline-flex;
    padding: .35rem .75rem;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
    background: rgba(255,255,255,.05);
    color: rgba(255,255,255,.7);
}
.nrf-sales-amount {
    font-size: 1.45rem;
    font-weight: 900;
    color: #67e8f9;
}
.nrf-sales-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: .8rem;
}
.nrf-sales-card-grid span {
    display: block;
    color: rgba(255,255,255,.45);
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-weight: 900;
}
.nrf-sales-card-grid strong {
    display: block;
    margin-top: .3rem;
    color: #fff;
    font-size: .95rem;
    word-break: break-word;
}
.nrf-sales-card-footer {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem 1.2rem;
    margin-top: .9rem;
    padding-top: .9rem;
    border-top: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.45);
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-weight: 900;
    line-height: 1.5;
}
.nrf-empty-state {
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: rgba(255,255,255,.04);
    border: 1px dashed rgba(255,255,255,.12);
    color: rgba(255,255,255,.6);
}
@media (max-width: 1024px) {
    .nrf-admin-grid,
    .nrf-admin-layout {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .nrf-inline-form {
        flex-direction: column;
        align-items: stretch;
    }
    .nrf-panel-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .nrf-hero-image {
        height: 260px;
    }
    .nrf-reveal-card {
        align-items: flex-start;
        flex-direction: column;
    }
    .nrf-toast-host {
        left: 1rem;
        right: 1rem;
    }
    .nrf-admin-wrap {
        padding: 20px 14px 36px;
        border-radius: 18px;
    }
    .nrf-admin-hero-top,
    .nrf-admin-hero-grid {
        grid-template-columns: 1fr;
        flex-direction: column;
    }
    .nrf-featured-raffle {
        grid-template-columns: 1fr;
    }
    .nrf-featured-visual {
        min-height: 220px;
    }
    .nrf-sales-card-top {
        flex-direction: column;
    }
}

@keyframes nrfConfetti {
    0% {
        transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate3d(var(--dx), var(--dy), 0) rotate(var(--rot)) scale(.85);
        opacity: 0;
    }
}

.nrf-raffle-hero {
    min-height: 100vh;
}
.nrf-raffle-title {
    margin: 0;
    color: #ffffff !important;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: clamp(2.8rem, 7vw, 5.8rem);
    line-height: .92;
    letter-spacing: -.04em;
    text-wrap: balance;
    text-shadow: 0 18px 50px rgba(0, 0, 0, .48);
}
.nrf-raffle-description,
.nrf-section-copy {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 1rem;
    line-height: 1.8;
    max-width: 66ch;
}
.nrf-section-title {
    margin: 0;
    color: #ffffff !important;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: clamp(1.8rem, 3.2vw, 3rem);
    line-height: .96;
    letter-spacing: -.03em;
}
.nrf-summary-shell {
    display: grid;
    gap: 1rem;
}
.nrf-summary-visual {
    position: relative;
    min-height: 260px;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,.08);
    background:
        radial-gradient(circle at top left, rgba(34,211,238,.18), transparent 30%),
        linear-gradient(180deg, rgba(15,23,42,.95), rgba(2,6,23,.98));
    box-shadow: 0 28px 70px rgba(0,0,0,.3);
}
.nrf-summary-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1.05) contrast(1.03);
}
.nrf-summary-visual-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 1rem;
    background: linear-gradient(180deg, rgba(2,6,23,.1) 0%, rgba(2,6,23,.72) 100%);
}
.nrf-summary-panel {
    padding: 1.1rem;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(15,23,42,.96), rgba(2,6,23,.98));
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 24px 60px rgba(0,0,0,.24);
}
.nrf-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .7rem 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.nrf-summary-row:last-of-type {
    border-bottom: 0;
}
.nrf-summary-row span {
    color: rgba(255,255,255,.48);
    font-size: .68rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .22em;
}
.nrf-summary-row strong {
    color: #ffffff;
    font-size: .98rem;
    font-weight: 900;
}
.nrf-summary-progress {
    margin-top: .9rem;
    height: 10px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
}
.nrf-summary-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #67e8f9, #3b82f6);
    box-shadow: 0 0 24px rgba(34,211,238,.35);
}
.nrf-summary-copy {
    margin: .9rem 0 0;
    color: rgba(255,255,255,.62);
    line-height: 1.7;
    font-size: .9rem;
}
.nrf-panel-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}
.nrf-board-shell {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 30px;
    background:
        radial-gradient(circle at top left, rgba(34,211,238,.08), transparent 22%),
        linear-gradient(180deg, rgba(15,23,42,.92), rgba(2,6,23,.98));
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 24px 70px rgba(0,0,0,.24);
}
.nrf-number-tile {
    min-height: 104px;
    padding: .95rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.nrf-number-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(140deg, rgba(255,255,255,.06), transparent 40%);
    opacity: .7;
    pointer-events: none;
}
.nrf-number-tile .nrf-number-value,
.nrf-number-tile .nrf-number-status {
    position: relative;
    z-index: 1;
}
.nrf-number-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4.1rem;
    padding: .35rem .7rem;
    border-radius: 999px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: .1em;
}
.nrf-number-status {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .62rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .22em;
    color: rgba(255,255,255,.62);
}
.nrf-number-status::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: currentColor;
    opacity: .8;
}
.nrf-number-tile.nrf-available .nrf-number-status,
.nrf-number-tile.nrf-chip-available .nrf-number-status { color: #22c55e; }
.nrf-number-tile.nrf-reserved .nrf-number-status,
.nrf-number-tile.nrf-chip-reserved .nrf-number-status { color: #f59e0b; }
.nrf-number-tile.nrf-sold .nrf-number-status,
.nrf-number-tile.nrf-chip-sold .nrf-number-status { color: #38bdf8; }
.nrf-number-tile.nrf-winner .nrf-number-status,
.nrf-number-tile.nrf-chip-winner .nrf-number-status { color: #f472b6; }
.nrf-empty-state {
    padding: 1.25rem;
    border-radius: 20px;
    border: 1px dashed rgba(255,255,255,.12);
    background: rgba(255,255,255,.03);
    color: rgba(255,255,255,.6);
    text-align: center;
}
.nrf-hero-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(180deg, rgba(15,23,42,.92), rgba(2,6,23,.98));
    box-shadow: 0 28px 70px rgba(0,0,0,.26);
}
.nrf-hero-image {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}
.nrf-hero-image-overlay {
    position: absolute;
    inset: auto 0 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    background: linear-gradient(180deg, rgba(2,6,23,.1), rgba(2,6,23,.86));
}
@media (max-width: 1024px) {
    .nrf-summary-shell {
        position: static !important;
    }
}
@media (max-width: 768px) {
    .nrf-raffle-title {
        font-size: clamp(2.2rem, 12vw, 3.6rem);
    }
    .nrf-summary-visual {
        min-height: 220px;
    }
    .nrf-hero-image {
        height: 280px;
    }
    .nrf-hero-image-overlay {
        flex-direction: column;
        align-items: flex-start;
    }
    .nrf-panel-header {
        align-items: flex-start;
    }
    .nrf-number-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }
    .nrf-number-tile {
        min-height: 90px;
    }
    .nrf-sales-balance {
        flex-direction: column;
        align-items: flex-start;
    }
    .nrf-sales-balance-percent {
        width: 100%;
        text-align: left;
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.08);
        padding-top: .8rem;
    }
}

.nrf-rifas-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: end;
    margin-bottom: 1rem;
}
.nrf-rifas-filter {
    display: grid;
    gap: .5rem;
    max-width: 560px;
}
.nrf-rifas-filter label {
    font-size: .62rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .24em;
    color: rgba(255,255,255,.45);
}
.nrf-rifas-filter select {
    width: 100%;
    min-height: 56px;
    padding: .8rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.04);
    color: #fff;
    outline: none;
}
.nrf-rifas-subtabs {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    padding: .7rem;
    margin-bottom: 1rem;
    border-radius: 22px;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.08);
}
.nrf-rifas-subtab {
    appearance: none;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.03);
    color: rgba(255,255,255,.72);
    border-radius: 999px;
    padding: .8rem 1rem;
    font-size: .68rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .24em;
    cursor: pointer;
}
.nrf-rifas-subtab.is-active {
    background: linear-gradient(180deg, rgba(103,232,249,.16), rgba(103,232,249,.08));
    color: #fff;
    border-color: rgba(103,232,249,.24);
    box-shadow: 0 12px 30px rgba(103,232,249,.08);
}
.nrf-rifas-panel {
    display: none;
}
.nrf-rifas-panel.is-active {
    display: block;
}
.nrf-rifas-summary-grid,
.nrf-rifas-sale-grid,
.nrf-rifas-list-grid {
    display: grid;
    gap: 1rem;
}
.nrf-rifas-summary-grid {
    grid-template-columns: 1.1fr .9fr;
}
.nrf-rifas-sale-grid {
    grid-template-columns: 1.05fr .95fr;
}
.nrf-rifas-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.nrf-rifas-panel-card {
    padding: 1rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(15,23,42,.92), rgba(2,6,23,.98));
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 18px 50px rgba(0,0,0,.22);
}
.nrf-status-grid {
    display: grid;
    gap: .75rem;
}
.status-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: .9rem 1rem;
    border-radius: 18px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.75);
    font-size: .82rem;
}
.status-row strong {
    color: #fff;
    font-size: .86rem;
}
.nrf-rifas-board-header {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.nrf-rifas-board-title {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}
.nrf-rifas-board-title small {
    color: rgba(255,255,255,.48);
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: .62rem;
    font-weight: 900;
}
.nrf-profile-number-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
    gap: .45rem;
}
.nrf-profile-number-tile {
    min-height: 74px;
    padding: .6rem;
    border-radius: 16px;
    text-align: left;
    justify-content: space-between;
}
.nrf-profile-number-tile .nrf-number-value {
    min-width: 2.75rem;
    padding: .25rem .45rem;
    font-size: .72rem;
    letter-spacing: .08em;
}
.nrf-profile-number-tile .nrf-number-status {
    font-size: .42rem;
    letter-spacing: .16em;
}
.nrf-profile-number-tile .nrf-number-status::before {
    width: 6px;
    height: 6px;
}
.nrf-rifas-card-list {
    display: grid;
    gap: .9rem;
}
.nrf-rifas-card {
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
}
.nrf-rifas-card-top {
    display: flex;
    justify-content: space-between;
    gap: .9rem;
    align-items: flex-start;
    margin-bottom: .85rem;
}
.nrf-rifas-card-top h4 {
    margin: 0;
    color: #fff;
    font-size: 1.05rem;
}
.nrf-rifas-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .6rem;
}
.nrf-rifas-card-meta span {
    display: inline-flex;
    align-items: center;
    padding: .42rem .68rem;
    border-radius: 999px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.74);
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.nrf-commission-pill {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    margin-top: .75rem;
    padding: .65rem .85rem;
    border-radius: 999px;
    background: rgba(34, 211, 238, .12);
    border: 1px solid rgba(34, 211, 238, .24);
    color: #a5f3fc;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.nrf-rifas-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-top: .9rem;
}
@media (max-width: 1024px) {
    .nrf-rifas-toolbar,
    .nrf-rifas-summary-grid,
    .nrf-rifas-sale-grid,
    .nrf-rifas-list-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .nrf-rifas-subtabs {
        padding: .55rem;
    }
    .nrf-rifas-subtab {
        width: 100%;
        justify-content: center;
    }
    .nrf-profile-number-grid {
        grid-template-columns: repeat(auto-fill, minmax(56px, 1fr));
    }
    .nrf-profile-number-tile {
        min-height: 68px;
        padding: .55rem;
    }
}

.nrf-prizes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: .75rem;
}
.nrf-prize-card {
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(15,23,42,.96), rgba(2,6,23,.98));
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 8px 32px rgba(0,0,0,.18);
    transition: transform .2s ease, border-color .2s ease;
}
.nrf-prize-card:hover {
    transform: translateY(-3px);
    border-color: rgba(244,114,182,.2);
}
.nrf-prize-card-inner {
    display: flex;
    align-items: stretch;
    min-height: 100px;
}
.nrf-prize-card-image {
    width: 110px;
    min-width: 110px;
    height: 110px;
    overflow: hidden;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(244,114,182,.12), rgba(2,6,23,.98));
}
.nrf-prize-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.nrf-prize-card-body {
    flex: 1;
    padding: .85rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}
.nrf-prize-place {
    display: inline-flex;
    align-self: flex-start;
    padding: .2rem .55rem;
    border-radius: 999px;
    background: rgba(244,114,182,.12);
    border: 1px solid rgba(244,114,182,.18);
    color: #ffd3ea;
    font-size: .55rem;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: .35rem;
}
.nrf-prize-name {
    margin: 0 0 .25rem;
    color: #fff;
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1.3;
}
.nrf-prize-desc {
    margin: 0;
    color: rgba(255,255,255,.5);
    font-size: .78rem;
    line-height: 1.5;
}

.nrf-prize-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}
.nrf-prize-info {
    display: flex;
    gap: .85rem;
    align-items: flex-start;
    flex: 1;
}
.nrf-prize-thumb {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid rgba(255,255,255,.08);
}
.nrf-media-field {
    display: grid;
    gap: .55rem;
}
.nrf-media-input {
    width: 100%;
    border-radius: 16px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    color: #fff;
    padding: .9rem 1rem;
}
.nrf-media-btn {
    justify-self: start;
}
.nrf-media-preview {
    margin-top: .5rem;
    border-radius: 12px;
    overflow: hidden;
    width: 140px;
    height: 90px;
    flex-shrink: 0;
    border: 1px solid rgba(255,255,255,.08);
}
.nrf-media-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .nrf-prizes-grid {
        grid-template-columns: 1fr;
    }
    .nrf-prize-item {
        flex-direction: column;
    }
    .nrf-prize-info {
        flex-direction: column;
    }
}

.nrf-bank-info {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    overflow: hidden;
    margin-top: 20px;
}
.nrf-bank-info-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    background: rgba(103,232,249,0.07);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #67e8f9;
}
.nrf-bank-info-header i {
    font-size: 16px;
}
.nrf-bank-info-body {
    padding: 14px 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.nrf-bank-row {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.nrf-bank-row span {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255,255,255,0.4);
}
.nrf-bank-row strong {
    font-size: 13px;
    color: #fff;
    word-break: break-all;
}

.nrf-file-input::-webkit-file-upload-button {
    background: rgba(103,232,249,0.15);
    color: #67e8f9;
    border: none;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    margin-right: 12px;
    transition: background 0.2s;
}
.nrf-file-input::-webkit-file-upload-button:hover {
    background: rgba(103,232,249,0.25);
}

.nrf-pending-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}
.nrf-pending-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 16px 18px;
}
.nrf-pending-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.nrf-pending-number {
    font-size: 20px;
    font-weight: 900;
    color: #facc15;
}
.nrf-pending-state {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.nrf-pending-state.reserved {
    background: rgba(250,204,21,0.12);
    color: #facc15;
}
.nrf-pending-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    margin-bottom: 12px;
}
.nrf-pending-card-grid div {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.nrf-pending-card-grid span {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.35);
}
.nrf-pending-card-grid strong {
    font-size: 13px;
    color: #fff;
}
.nrf-pending-voucher {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 11px;
    color: rgba(255,255,255,0.5);
}
.nrf-reject-reason-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
}
.nrf-reject-reason-wrap label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.42);
}
.nrf-reject-reason-wrap textarea {
    min-height: 88px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(3,7,18,0.92);
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    resize: vertical;
}
.nrf-reject-reason-wrap textarea:focus {
    outline: none;
    border-color: rgba(103,232,249,0.35);
    box-shadow: 0 0 0 3px rgba(103,232,249,0.08);
}
.nrf-reject-reason-wrap span {
    font-size: 10px;
    color: rgba(255,255,255,0.32);
}
.nrf-pending-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.nrf-pending-actions .button {
    padding: 6px 16px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.05);
    color: #fff;
    transition: all 0.2s;
}
.nrf-pending-actions .button-primary {
    background: rgba(52,211,153,0.15);
    border-color: rgba(52,211,153,0.3);
    color: #34d399;
}
.nrf-pending-actions .button-primary:hover {
    background: rgba(52,211,153,0.25);
}
.nrf-pending-actions .button:last-of-type {
    background: rgba(239,68,68,0.1);
    border-color: rgba(239,68,68,0.2);
    color: #ef4444;
}
.nrf-pending-actions .button:last-of-type:hover {
    background: rgba(239,68,68,0.2);
}
.nrf-pending-date {
    margin-left: auto;
    font-size: 10px;
    color: rgba(255,255,255,0.3);
}

.nrf-admin-scope .nrf-pending-actions .button,
.nrf-admin-scope .nrf-pending-actions .button-primary {
    background: transparent;
}
.nrf-admin-scope .nrf-pending-actions .button-primary {
    background: rgba(52,211,153,0.15);
}
.nrf-admin-scope .nrf-pending-actions .button:last-of-type {
    background: rgba(239,68,68,0.1);
}
