.pick-hero,
.member-hero,
.admin-hero {
    background:
        radial-gradient(circle at 82% 20%, rgba(34, 211, 238, .12), transparent 30%),
        radial-gradient(circle at 62% 95%, rgba(37, 99, 235, .24), transparent 42%),
        #071120;
    color: #fff;
}

.pick-hero-grid {
    display: grid;
    min-height: 530px;
    align-items: center;
    gap: 64px;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    padding: 76px 0;
}

.pick-hero h1,
.member-hero h1,
.admin-hero h1 {
    margin: 12px 0 18px;
    font-size: clamp(2.7rem, 6vw, 5.4rem);
    font-weight: 950;
    letter-spacing: -.065em;
    line-height: .94;
}

.pick-hero h1 span { color: #60a5fa; }

.pick-hero p,
.member-hero p,
.admin-hero p {
    max-width: 690px;
    color: #b8c5d8;
    font-size: 1.08rem;
}

.section-kicker-light { color: #7dd3fc; }

.record-board {
    overflow: hidden;
    border: 1px solid rgba(125, 211, 252, .24);
    border-radius: 24px;
    background: rgba(11, 23, 42, .8);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .3);
}

.record-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(148, 163, 184, .15);
    padding: 22px 24px;
}

.record-top span {
    color: #7dd3fc;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.record-top strong { font-size: 2rem; }

.record-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.record-grid div {
    padding: 24px;
    text-align: center;
}

.record-grid div + div { border-left: 1px solid rgba(148, 163, 184, .15); }
.record-grid strong { display: block; font-size: 1.8rem; }
.record-grid span { color: #94a3b8; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.record-board > p { margin: 0; border-top: 1px solid rgba(148, 163, 184, .15); font-size: .76rem; padding: 18px 24px; }

.flash-wrap { padding-top: 20px; }
.flash { border-radius: 12px; font-weight: 700; margin-bottom: 10px; padding: 13px 16px; }
.flash-success { border: 1px solid #86efac; background: #f0fdf4; color: #166534; }
.flash-error { border: 1px solid #fca5a5; background: #fef2f2; color: #991b1b; }
.flash-info { border: 1px solid #93c5fd; background: #eff6ff; color: #1e40af; }

.verified-badge,
.access-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #e0f2fe;
    color: #075985;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .06em;
    padding: 8px 12px;
    text-transform: uppercase;
}

.featured-pick {
    position: relative;
    max-width: 850px;
    overflow: hidden;
    border: 1px solid #bfdbfe;
    border-radius: 22px;
    background: linear-gradient(145deg, #fff, #eff6ff);
    box-shadow: 0 18px 45px rgba(37, 99, 235, .12);
    padding: 30px;
}

.featured-pick::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(#22d3ee, #2563eb);
    content: "";
}

.pick-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #64748b;
    font-size: .72rem;
    font-weight: 850;
    text-transform: uppercase;
}

.pick-league { color: #2563eb; letter-spacing: .08em; }
.pick-status { border-radius: 999px; background: #dbeafe; color: #1d4ed8; padding: 5px 9px; }

.pick-matchup {
    margin: 24px 0 8px;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-weight: 900;
    letter-spacing: -.035em;
}

.pick-matchup span { color: #94a3b8; font-size: .7em; font-weight: 700; }

.pick-selection {
    display: grid;
    gap: 4px;
    margin: 22px 0;
}

.pick-selection span { color: #64748b; font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.pick-selection strong { color: #0f172a; font-size: clamp(1.6rem, 4vw, 2.5rem); letter-spacing: -.04em; }
.featured-pick > p, .member-pick > p { max-width: 680px; color: #475569; }
.dashboard-free-pick { margin-bottom: 42px; }
.free-pick-lock { max-width: 850px; }

.game-title-card {
    display: grid;
    max-width: 850px;
    gap: 7px;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    background: #fff;
    margin-bottom: 16px;
    padding: 18px 22px;
}

.game-title-card > span,
.vip-game-board-head span {
    color: #2563eb;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.game-title-card strong {
    color: #0f172a;
    font-size: clamp(1.15rem, 2.5vw, 1.55rem);
    letter-spacing: -.025em;
}

.game-title-card em,
.vip-game-board li em {
    color: #94a3b8;
    font-size: .72em;
    font-style: normal;
    font-weight: 750;
}

.game-title-card time {
    color: #64748b;
    font-size: .76rem;
    font-weight: 750;
}

.pick-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    border-top: 1px solid #dbeafe;
    color: #64748b;
    font-size: .75rem;
    font-weight: 750;
    margin-top: 24px;
    padding-top: 17px;
}

.package-grid {
    display: grid;
    align-items: stretch;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vip-game-board {
    overflow: hidden;
    border: 1px solid #bfdbfe;
    border-radius: 20px;
    background: linear-gradient(145deg, #fff, #eff6ff);
    box-shadow: 0 12px 34px rgba(37, 99, 235, .08);
    margin-bottom: 34px;
}

.vip-game-board-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid #dbeafe;
    padding: 20px 24px;
}

.vip-game-board-head > div {
    display: grid;
    gap: 3px;
}

.vip-game-board-head strong {
    color: #0f172a;
    font-size: 1.25rem;
}

.vip-game-board-head small {
    color: #64748b;
    font-size: .74rem;
    font-weight: 750;
}

.vip-game-board ol {
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vip-game-board li {
    display: grid;
    align-items: center;
    gap: 15px;
    grid-template-columns: 82px minmax(0, 1fr) auto;
    padding: 16px 24px;
}

.vip-game-board li + li { border-top: 1px solid #e2e8f0; }
.vip-game-board li strong { color: #0f172a; }
.vip-game-board li time { color: #475569; font-size: .78rem; font-weight: 750; }
.vip-game-board > p { color: #64748b; margin: 0; padding: 20px 24px; }

.game-number {
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: .68rem;
    font-weight: 900;
    padding: 6px 9px;
    text-align: center;
    text-transform: uppercase;
}

.package-card {
    position: relative;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
    padding: 28px;
}

.package-featured {
    border-color: #60a5fa;
    box-shadow: 0 20px 45px rgba(37, 99, 235, .15);
    transform: translateY(-8px);
}

.package-ribbon {
    position: absolute;
    top: 16px;
    right: 16px;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    font-size: .67rem;
    font-weight: 900;
    padding: 6px 9px;
    text-transform: uppercase;
}

.package-duration { color: #2563eb; font-size: .73rem; font-weight: 900; text-transform: uppercase; }
.package-card h3 { margin: 9px 0 5px; font-size: 1.2rem; }
.package-price { font-size: 2rem; font-weight: 950; letter-spacing: -.04em; }
.package-card ul { display: grid; gap: 9px; list-style: none; margin: 23px 0; padding: 0; }
.package-card li { color: #475569; font-size: .82rem; }
.package-card li::before { color: #22c55e; content: "✓"; font-weight: 900; margin-right: 9px; }
.button-wide { width: 100%; }
.button-disabled { background: #e2e8f0; color: #64748b; cursor: not-allowed; }
.button-outline { border-color: #cbd5e1; background: #fff; color: #334155; }

.history-table-wrap { overflow-x: auto; border: 1px solid #e2e8f0; border-radius: 17px; background: #fff; }
.history-table { width: 100%; border-collapse: collapse; }
.history-table th, .history-table td { border-bottom: 1px solid #f1f5f9; padding: 14px 16px; text-align: left; white-space: nowrap; }
.history-table th { color: #64748b; font-size: .68rem; letter-spacing: .07em; text-transform: uppercase; }
.history-table td { color: #475569; font-size: .78rem; }
.history-table td small { display: block; color: #94a3b8; margin-top: 3px; }
.result { border-radius: 999px; font-size: .66rem; font-weight: 900; padding: 5px 8px; }
.result-win { background: #dcfce7; color: #166534; }
.result-loss { background: #fee2e2; color: #991b1b; }
.result-push, .result-void { background: #f1f5f9; color: #475569; }
.legal-note { color: #64748b; font-size: .72rem; margin-top: 18px; }

.member-hero { padding: 58px 0; }
.member-hero h1 { font-size: clamp(2.5rem, 5vw, 4.4rem); }
.auth-grid { display: grid; gap: 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.panel { border: 1px solid #e2e8f0; border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(15, 23, 42, .08); padding: 28px; }
.panel h2 { margin: 6px 0 23px; font-size: 1.7rem; }
.panel-dark { border-color: #1e3a5f; background: #0b172a; color: #fff; }
.panel-dark label { color: #cbd5e1; }
.form-stack { display: grid; gap: 15px; }
.form-stack label, .compact-label { display: grid; gap: 6px; color: #475569; font-size: .75rem; font-weight: 800; }
.dashboard-grid { display: grid; align-items: start; gap: 28px; grid-template-columns: 280px minmax(0, 1fr); }
.account-sidebar { position: sticky; top: 94px; }
.account-sidebar .panel { display: grid; gap: 14px; }
.account-label { color: #64748b; font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.access-pill { justify-self: start; background: #f1f5f9; color: #475569; }
.access-active { background: #dcfce7; color: #166534; }
.account-sidebar p { color: #64748b; font-size: .78rem; margin: 0; }
.compact-head { margin-bottom: 20px; }
.member-pick-grid { display: grid; gap: 15px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.member-pick { border: 1px solid #dbeafe; border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(15, 23, 42, .06); padding: 22px; }
.member-pick .pick-selection strong { font-size: 1.35rem; }
.locked-panel { display: flex; align-items: center; gap: 20px; border: 1px dashed #93c5fd; border-radius: 18px; background: #eff6ff; padding: 25px; }
.locked-panel > div { flex: 1; }
.locked-panel p { color: #64748b; margin: 4px 0 0; }
.lock-icon { display: grid; width: 55px; height: 55px; place-items: center; border-radius: 16px; background: #2563eb; color: #fff; font-size: .75rem; font-weight: 950; }
.top-gap { margin-top: 42px; }
.access-list { display: grid; gap: 10px; }
.access-list div, .customer-list div { display: flex; justify-content: space-between; gap: 18px; border: 1px solid #e2e8f0; border-radius: 11px; background: #fff; padding: 13px 15px; }
.access-list span, .customer-list span { color: #64748b; font-size: .75rem; }
.muted-copy { color: #64748b; }
.password-panel { border: 1px solid #e2e8f0; border-radius: 14px; background: #fff; margin-top: 28px; padding: 16px; }
.password-panel summary { cursor: pointer; font-weight: 850; }
.password-panel .form-stack { max-width: 500px; margin-top: 18px; }

.admin-hero { padding: 48px 0; }
.admin-hero h1 { font-size: clamp(2.8rem, 5vw, 4.5rem); }
.admin-hero-grid { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.admin-section { padding-top: 30px; }
.admin-stats { display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); }
.admin-stats div { border: 1px solid #e2e8f0; border-radius: 15px; background: #fff; padding: 19px; }
.admin-stats span { display: block; color: #64748b; font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.admin-stats strong { display: block; font-size: 1.35rem; margin-top: 4px; }
.admin-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin: 24px 0; }
.date-form { display: flex; align-items: end; gap: 10px; }
.date-form label { display: grid; gap: 5px; color: #475569; font-size: .72rem; font-weight: 800; }
.admin-block { border: 1px solid #e2e8f0; border-radius: 20px; background: #fff; box-shadow: 0 10px 28px rgba(15, 23, 42, .05); margin-bottom: 24px; padding: 26px; }
.admin-published-pick { border-left: 4px solid #22c55e; border-radius: 10px; background: #f0fdf4; padding: 16px; }
.admin-published-pick strong { display: block; font-size: 1.25rem; }
.admin-published-pick span { color: #166534; font-size: .74rem; font-weight: 800; }
.admin-published-pick p { color: #475569; margin-bottom: 0; }
.notice { border: 1px dashed #cbd5e1; border-radius: 12px; color: #64748b; padding: 16px; }
.admin-game-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.admin-game { border: 1px solid #e2e8f0; border-radius: 15px; padding: 17px; }
.admin-game-picked { background: #f8fafc; }
.admin-game h3 { margin: 14px 0; font-size: 1rem; }
.admin-game h3 span { color: #94a3b8; font-size: .72rem; }
.winner-options { display: grid; gap: 8px; }
.winner-options label { cursor: pointer; }
.winner-options input { position: absolute; opacity: 0; }
.winner-options label span { display: block; border: 1px solid #e2e8f0; border-radius: 10px; font-size: .8rem; font-weight: 800; padding: 10px; }
.winner-options label span small { display: block; color: #64748b; font-size: .67rem; margin-top: 2px; }
.winner-options input:checked + span { border-color: #2563eb; background: #eff6ff; color: #1d4ed8; box-shadow: 0 0 0 2px rgba(37, 99, 235, .12); }
.market-options { display: grid; gap: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.market-options label { cursor: pointer; min-width: 0; }
.market-options input { position: absolute; opacity: 0; }
.market-options label span {
    display: grid;
    min-height: 74px;
    align-content: center;
    gap: 2px;
    border: 1px solid #e2e8f0;
    border-radius: 11px;
    background: #fff;
    padding: 10px 12px;
}
.market-options small { color: #64748b; font-size: .62rem; font-style: normal; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.market-options strong { overflow: hidden; font-size: .76rem; text-overflow: ellipsis; white-space: nowrap; }
.market-options em { color: #2563eb; font-size: .75rem; font-style: normal; font-weight: 950; }
.market-options input:checked + span { border-color: #2563eb; background: #eff6ff; box-shadow: 0 0 0 2px rgba(37, 99, 235, .12); }
.odds-source { color: #64748b; font-size: .66rem; font-weight: 750; }
.published-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0; }
.published-tags span { border-radius: 999px; background: #dcfce7; color: #166534; font-size: .62rem; font-weight: 900; padding: 5px 8px; text-transform: uppercase; }
.textarea { width: 100%; resize: vertical; border: 1px solid #cbd5e1; border-radius: 10px; font: inherit; padding: 9px; }
.pick-form { display: grid; gap: 12px; }
.published-check { border-radius: 10px; background: #dcfce7; color: #166534; font-size: .76rem; font-weight: 850; padding: 11px; text-align: center; }
.admin-two-column { display: grid; align-items: start; gap: 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.package-setting { display: grid; gap: 10px; border-bottom: 1px solid #e2e8f0; grid-template-columns: 1fr 125px 1fr 1fr; padding-bottom: 15px; }
.package-setting strong { align-self: end; padding-bottom: 12px; }
.admin-help { color: #64748b; font-size: .72rem; }
.customer-list { display: grid; gap: 8px; margin-top: 20px; }
.registered-user-search { display: flex; align-items: end; gap: 10px; margin-bottom: 18px; }
.registered-user-search label { flex: 1; }
.registered-user-list { display: grid; gap: 8px; }
.registered-user-row {
    display: grid;
    align-items: center;
    gap: 16px;
    grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(130px, 1fr));
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    padding: 14px 16px;
}
.registered-user-row > div { display: grid; gap: 3px; min-width: 0; }
.registered-user-row strong,
.registered-user-row span { overflow-wrap: anywhere; }
.registered-user-row small { color: #64748b; font-size: .64rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.registered-user-row span { color: #334155; font-size: .76rem; }
.registered-user-identity strong { font-size: .9rem; }
.registered-user-identity span { color: #64748b; }
.registered-user-row .access-pill { justify-self: start; font-size: .62rem; padding: 6px 8px; }
.admin-pagination { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 18px; }
.admin-pagination span { color: #64748b; font-size: .75rem; font-weight: 800; }
.admin-user-form { display: grid; align-items: end; gap: 12px; grid-template-columns: 1fr 1fr 1fr auto; }
.admin-user-form label { display: grid; gap: 6px; color: #475569; font-size: .75rem; font-weight: 800; }

@media (max-width: 980px) {
    .pick-hero-grid, .dashboard-grid { grid-template-columns: 1fr; }
    .record-board { max-width: 650px; }
    .package-grid, .admin-game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .account-sidebar { position: static; }
    .admin-stats { grid-template-columns: repeat(2, 1fr); }
    .admin-two-column { grid-template-columns: 1fr; }
    .admin-user-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .registered-user-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
    .pick-hero-grid { min-height: auto; gap: 36px; padding: 58px 0; }
    .auth-grid, .package-grid, .member-pick-grid, .admin-game-grid { grid-template-columns: 1fr; }
    .market-options { grid-template-columns: 1fr; }
    .package-featured { transform: none; }
    .locked-panel, .admin-hero-grid, .admin-toolbar, .date-form { align-items: stretch; flex-direction: column; }
    .admin-stats { grid-template-columns: 1fr 1fr; }
    .admin-block { padding: 18px; }
    .package-setting { grid-template-columns: 1fr; }
    .admin-user-form { grid-template-columns: 1fr; }
    .registered-user-search { align-items: stretch; flex-direction: column; }
    .registered-user-search .button { width: 100%; }
    .registered-user-row { align-items: start; grid-template-columns: 1fr; }
    .admin-pagination { flex-wrap: wrap; }
    .package-setting strong { padding: 0; }
    .access-list div, .customer-list div { align-items: flex-start; flex-direction: column; gap: 4px; }
    .vip-game-board-head { align-items: flex-start; flex-direction: column; gap: 8px; }
    .vip-game-board li { align-items: start; grid-template-columns: 72px minmax(0, 1fr); }
    .vip-game-board li time { grid-column: 2; }
}
