.compv2-quantity-slider {
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    margin: 0 0 18px;
    padding: 16px;
}
.compv2-native-competition .fdl-instant-wins-block {
    display: none !important;
}
.compv2-instant-wins {
    --compv2-iw-accent: #f0a23b;
    --compv2-iw-accent-text: #000;
    --compv2-iw-bg: #141414;
    --compv2-iw-border: #383838;
    --compv2-iw-divider: #353535;
    --compv2-iw-panel: #1d1d1d;
    --compv2-iw-panel-hover: #222;
    --compv2-iw-subtle: #202020;
    --compv2-iw-chip: #242424;
    --compv2-iw-detail: #171717;
    --compv2-iw-placeholder: #292929;
    --compv2-iw-progress: #313131;
    --compv2-iw-text: #fff;
    --compv2-iw-soft-text: #d2d4d8;
    --compv2-iw-muted: #aaaeb5;
    --compv2-iw-meta: #9da1a8;
    --compv2-iw-strong-meta: #d2d4d8;
    --compv2-iw-neutral-bg: rgba(255,255,255,.06);
    --compv2-iw-neutral-border: #484848;
    --compv2-iw-neutral-text: #b7bbc1;
    --compv2-iw-live-bg: rgba(37,174,96,.12);
    --compv2-iw-live-border: rgba(64,207,125,.35);
    --compv2-iw-live-text: #52d78b;
    --compv2-iw-ticket-bg: rgba(52,194,113,.12);
    --compv2-iw-ticket-border: rgba(82,215,139,.3);
    --compv2-iw-ticket-text: #65df99;
    background: var(--compv2-iw-bg);
    border: 1px solid var(--compv2-iw-border);
    border-radius: 18px;
    color: var(--compv2-iw-text);
    display: none;
    margin: 0 0 22px;
    padding: clamp(20px, 3vw, 34px);
    width: 100%;
}
.compv2-instant-wins.theme-light {
    --compv2-iw-bg: #fff;
    --compv2-iw-border: #dfe3e8;
    --compv2-iw-divider: #e5e7eb;
    --compv2-iw-panel: #fff;
    --compv2-iw-panel-hover: #f8fafc;
    --compv2-iw-subtle: #f3f5f7;
    --compv2-iw-chip: #f7f8fa;
    --compv2-iw-detail: #f8fafc;
    --compv2-iw-placeholder: #f1f5f9;
    --compv2-iw-progress: #e5e7eb;
    --compv2-iw-text: #111827;
    --compv2-iw-soft-text: #344054;
    --compv2-iw-muted: #667085;
    --compv2-iw-meta: #667085;
    --compv2-iw-strong-meta: #344054;
    --compv2-iw-neutral-bg: #f2f4f7;
    --compv2-iw-neutral-border: #d0d5dd;
    --compv2-iw-neutral-text: #667085;
    --compv2-iw-live-bg: #ecfdf3;
    --compv2-iw-live-border: #abefc6;
    --compv2-iw-live-text: #067647;
    --compv2-iw-ticket-bg: #ecfdf3;
    --compv2-iw-ticket-border: #abefc6;
    --compv2-iw-ticket-text: #067647;
}
.compv2-instant-wins.is-mounted {
    display: block;
}
.compv2-instant-wins-heading {
    align-items: end;
    border-bottom: 1px solid var(--compv2-iw-divider);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 20px;
}
.compv2-instant-wins-heading > div > span {
    color: var(--compv2-iw-accent);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.compv2-instant-wins-heading h2 {
    color: var(--compv2-iw-text);
    font-size: clamp(22px, 3vw, 30px);
    margin: 0 0 5px;
}
.compv2-instant-wins-heading p {
    color: var(--compv2-iw-muted);
    margin: 0;
}
.compv2-instant-search {
    flex: 0 1 280px;
}
.compv2-instant-search input {
    background: var(--compv2-iw-subtle);
    border: 1px solid var(--compv2-iw-border);
    border-radius: 9px;
    color: var(--compv2-iw-text);
    min-height: 46px;
    padding: 10px 14px;
    width: 100%;
}
.compv2-instant-search input::placeholder {
    color: var(--compv2-iw-meta);
}
.compv2-instant-search input:focus {
    border-color: var(--compv2-iw-accent);
    box-shadow: 0 0 0 2px var(--compv2-iw-accent);
    outline: 0;
}
.compv2-instant-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}
.compv2-instant-summary span {
    background: var(--compv2-iw-chip);
    border: 1px solid var(--compv2-iw-border);
    border-radius: 999px;
    color: var(--compv2-iw-soft-text);
    font-size: 13px;
    font-weight: 700;
    padding: 7px 11px;
}
.compv2-instant-view-switch {
    background: var(--compv2-iw-subtle);
    border: 1px solid var(--compv2-iw-border);
    border-radius: 10px;
    display: inline-flex;
    gap: 3px;
    margin: 0 0 14px;
    padding: 3px;
}
.compv2-instant-view-switch button {
    background: transparent;
    border: 0;
    border-radius: 7px;
    color: var(--compv2-iw-muted);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    min-width: 82px;
    padding: 8px 13px;
}
.compv2-instant-view-switch button[aria-pressed="true"] {
    background: var(--compv2-iw-accent);
    color: var(--compv2-iw-accent-text);
}
.compv2-instant-view[hidden] {
    display: none !important;
}
.compv2-instant-prize-list {
    display: grid;
    gap: 10px;
}
.compv2-instant-list-wrap{border:1px solid var(--compv2-iw-border);border-radius:12px;overflow-x:auto}
.compv2-instant-list{border-collapse:collapse;min-width:560px;width:100%}
.compv2-instant-list th{background:var(--compv2-iw-subtle);color:var(--compv2-iw-meta);font-size:11px;letter-spacing:.055em;padding:11px 14px;text-align:left;text-transform:uppercase}
.compv2-instant-list th:nth-child(2),.compv2-instant-list td:nth-child(2){width:170px}
.compv2-instant-list th:last-child,.compv2-instant-list td:last-child{text-align:right;width:120px}
.compv2-instant-list-row{background:var(--compv2-iw-panel);border-top:1px solid var(--compv2-iw-border)}.compv2-instant-list-row:first-child{border-top:0}.compv2-instant-list-row:hover{background:var(--compv2-iw-panel-hover)}.compv2-instant-list-row[hidden]{display:none!important}
.compv2-instant-list-row td{color:var(--compv2-iw-soft-text);padding:11px 14px;vertical-align:middle}
.compv2-instant-list-prize{align-items:center;display:flex;gap:11px}.compv2-instant-list-prize img{border:1px solid var(--compv2-iw-border);border-radius:7px;flex:0 0 42px;height:42px;object-fit:cover;width:42px}
.compv2-instant-list-prize strong,.compv2-instant-list-prize small,.compv2-instant-list-winner{display:block}.compv2-instant-list-prize strong{color:var(--compv2-iw-text)}
.compv2-instant-list-prize small,.compv2-instant-list-winner{color:var(--compv2-iw-meta);font-size:11px;margin-top:2px}.compv2-instant-list-ticket{color:var(--compv2-iw-text);white-space:nowrap}
.compv2-instant-prize {
    background: var(--compv2-iw-panel);
    border: 1px solid var(--compv2-iw-border);
    border-radius: 12px;
    overflow: hidden;
}
.compv2-instant-prize[hidden] {
    display: none !important;
}
.compv2-instant-prize-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--compv2-iw-text);
    cursor: pointer;
    display: grid;
    font: inherit;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    padding: 14px 16px;
    text-align: left;
    width: 100%;
}
.compv2-instant-prize-toggle:hover {
    background: var(--compv2-iw-panel-hover);
}
.compv2-instant-prize-toggle:focus-visible {
    box-shadow: inset 0 0 0 2px var(--compv2-iw-accent);
    outline: 0;
}
.compv2-instant-prize-main {
    align-items: center;
    display: flex;
    gap: 14px;
    min-width: 0;
}
.compv2-instant-prize-main img,
.compv2-instant-prize-placeholder {
    align-items: center;
    border: 2px solid var(--compv2-iw-accent);
    border-radius: 9px;
    display: inline-flex;
    flex: 0 0 58px;
    height: 58px;
    justify-content: center;
    object-fit: cover;
    width: 58px;
}
.compv2-instant-prize-placeholder {
    background: var(--compv2-iw-placeholder);
    color: var(--compv2-iw-accent);
    font-size: 22px;
}
.compv2-instant-prize-name strong,
.compv2-instant-prize-name small {
    display: block;
}
.compv2-instant-prize-name strong {
    color: var(--compv2-iw-text);
    font-size: 16px;
}
.compv2-instant-prize-name small {
    color: var(--compv2-iw-muted);
    margin-top: 3px;
}
.compv2-instant-prize-meta {
    color: var(--compv2-iw-meta);
    display: flex !important;
    flex-wrap: wrap;
    font-size: 11px;
    gap: 7px;
    letter-spacing: .025em;
    margin-top: 6px;
    text-transform: uppercase;
}
.compv2-instant-prize-meta b {
    color: var(--compv2-iw-strong-meta);
}
.compv2-instant-prize-meta i {
    color: var(--compv2-iw-border);
    font-style: normal;
}
.compv2-instant-prize-state {
    border: 1px solid;
    border-radius: 999px;
    font-weight: 800;
    padding: 6px 10px;
    text-transform: uppercase;
    white-space: nowrap;
}
.compv2-instant-prize-state.is-live {
    background: var(--compv2-iw-live-bg);
    border-color: var(--compv2-iw-live-border);
    color: var(--compv2-iw-live-text);
}
.compv2-instant-prize-state.is-finished {
    background: var(--compv2-iw-neutral-bg);
    border-color: var(--compv2-iw-neutral-border);
    color: var(--compv2-iw-neutral-text);
}
.compv2-instant-chevron {
    color: var(--compv2-iw-accent);
    font-size: 23px;
    line-height: 1;
    transition: transform .2s ease;
}
.compv2-instant-prize-toggle[aria-expanded="true"] .compv2-instant-chevron {
    transform: rotate(180deg);
}
.compv2-instant-prize-detail {
    background: var(--compv2-iw-detail);
    border-top: 1px solid var(--compv2-iw-border);
    color: var(--compv2-iw-muted);
    padding: 16px;
}
.compv2-instant-prize-detail[hidden] {
    display: none !important;
}
.compv2-instant-prize-detail p {
    margin: 10px 0 0;
}
.compv2-instant-ticket-group {
    margin-top: 16px;
}
.compv2-instant-ticket-group > strong {
    color: var(--compv2-iw-text);
    display: block;
    font-size: 12px;
    letter-spacing: .04em;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.compv2-instant-ticket-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-height: 190px;
    overflow: auto;
    padding: 1px;
}
.compv2-instant-ticket-numbers span,
.compv2-instant-ticket-empty {
    background: var(--compv2-iw-ticket-bg);
    border: 1px solid var(--compv2-iw-ticket-border);
    border-radius: 7px;
    color: var(--compv2-iw-ticket-text);
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 8px;
}
.compv2-instant-ticket-numbers small {
    color: inherit;
    display: block;
    font-size: 10px;
    font-weight: 600;
    margin-top: 2px;
}
.compv2-instant-ticket-group.is-won .compv2-instant-ticket-numbers span,
.compv2-instant-ticket-group.is-won .compv2-instant-ticket-empty {
    background: var(--compv2-iw-neutral-bg);
    border-color: var(--compv2-iw-neutral-border);
    color: var(--compv2-iw-neutral-text);
}
.compv2-instant-progress {
    background: var(--compv2-iw-progress);
    border-radius: 999px;
    height: 8px;
    overflow: hidden;
}
.compv2-instant-progress span {
    background: var(--compv2-iw-accent);
    border-radius: inherit;
    display: block;
    height: 100%;
}
.compv2-instant-no-results {
    color: var(--compv2-iw-muted);
    margin: 8px 0 0;
    padding: 18px 4px;
}
.compv2-instant-pagination {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 18px;
}
.compv2-instant-pagination[hidden] {
    display: none !important;
}
.compv2-instant-pagination button {
    background: var(--compv2-iw-accent);
    border: 1px solid var(--compv2-iw-accent);
    border-radius: 8px;
    color: var(--compv2-iw-accent-text);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    min-height: 38px;
    padding: 8px 14px;
}
.compv2-instant-pagination button:disabled {
    cursor: default;
    opacity: .42;
}
.compv2-instant-pagination span {
    color: var(--compv2-iw-soft-text);
    font-size: 13px;
    font-weight: 700;
    min-width: 90px;
    text-align: center;
}
.compv2-quantity-slider input[type="range"] {
    --compv2-brand: #f0a23b;
    --compv2-range-progress: 0%;
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(
        to right,
        var(--compv2-brand) 0,
        var(--compv2-brand) var(--compv2-range-progress),
        #dfe3e8 var(--compv2-range-progress),
        #dfe3e8 100%
    );
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    height: 8px;
    display: block;
    margin-top: 12px;
    outline: none;
    width: 100%;
}
.compv2-quantity-slider input[type="range"]::-webkit-slider-runnable-track {
    background: transparent;
    border: 0;
    height: 8px;
}
.compv2-quantity-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #171717;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
    height: 24px;
    margin-top: -8px;
    width: 24px;
}
.compv2-quantity-slider input[type="range"]::-moz-range-track {
    background: transparent;
    border: 0;
    height: 8px;
}
.compv2-quantity-slider input[type="range"]::-moz-range-thumb {
    background: #171717;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
    height: 18px;
    width: 18px;
}
.compv2-quantity-slider input[type="range"]:focus-visible::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px rgba(240, 162, 59, .35);
}
.compv2-quantity-stepper {
    align-items: stretch;
    display: inline-flex !important;
    float: none !important;
    justify-content: center;
    margin-right: 12px !important;
}
.compv2-quantity-stepper .qty {
    -moz-appearance: textfield;
    border-left: 0 !important;
    border-radius: 0 !important;
    border-right: 0 !important;
    margin: 0 !important;
    min-height: 44px;
    text-align: center;
    width: 64px !important;
}
.compv2-quantity-stepper .qty::-webkit-inner-spin-button,
.compv2-quantity-stepper .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.compv2-quantity-button {
    align-items: center;
    background: #171717;
    border: 1px solid #171717;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 21px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-height: 44px;
    padding: 0;
    width: 44px;
}
.compv2-quantity-button:hover,
.compv2-quantity-button:focus-visible {
    background: #f0a23b;
    border-color: #f0a23b;
    color: #171717;
}
.compv2-quantity-minus {
    border-radius: 8px 0 0 8px;
}
.compv2-quantity-plus {
    border-radius: 0 8px 8px 0;
}
.compv2-free-entry {
    font-weight: 700;
}
.compv2-account-header {
    background: #171717;
    border-radius: 16px;
    color: #fff;
    margin-bottom: 12px;
    padding: 24px;
}
.compv2-account-header > span,
.compv2-account-win-kicker {
    color: #f0a23b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.compv2-account-header h2 {
    color: #fff;
    margin: 4px 0 6px;
}
.compv2-account-header p {
    color: #b7bbc1;
    margin: 0;
}
.compv2-account-shortcuts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
}
.compv2-account-shortcuts a {
    background: #f3f4f6;
    border: 1px solid #e0e2e6;
    border-radius: 999px;
    color: #27292d;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 12px;
    text-decoration: none;
}
.compv2-account-summary {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 18px;
}
.compv2-account-summary > div {
    background: #fff;
    border: 1px solid #e4e6ea;
    border-radius: 12px;
    padding: 16px;
}
.compv2-account-summary span,
.compv2-account-summary strong {
    display: block;
}
.compv2-account-summary span {
    color: #6f7379;
    font-size: 12px;
}
.compv2-account-summary strong {
    color: #171717;
    font-size: 26px;
    margin-top: 4px;
}
.compv2-account-entry-list {
    display: grid;
    gap: 14px;
}
.compv2-account-entry {
    background: #fff;
    border: 1px solid #e1e3e7;
    border-radius: 15px;
    display: grid;
    gap: 18px;
    grid-template-columns: 130px minmax(0, 1fr);
    overflow: hidden;
    padding: 16px;
}
.compv2-communications {
    display: grid;
    gap: 14px;
}
.compv2-account-entry.is-content-only {
    background: var(--fdl-surface, #fff);
    border-color: var(--fdl-line, #e1e3e7);
    color: var(--fdl-text, #171717);
    display: block;
    grid-template-columns: 1fr;
    padding: clamp(20px, 3vw, 28px);
}
.compv2-account-entry.is-content-only .compv2-account-entry-body {
    min-width: 0;
    width: 100%;
}
.compv2-account-entry.is-content-only h3 {
    color: var(--fdl-text, #171717);
    font-size: 20px;
    margin: 0 0 8px;
}
.compv2-account-entry.is-content-only p {
    color: var(--fdl-muted, #656a72);
    margin: 0;
    max-width: 780px;
}
.compv2-service-communications {
    border-left: 4px solid #f0a23b;
}
.compv2-account-entry-media {
    align-items: center;
    background: #f2f3f5;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    min-height: 130px;
    overflow: hidden;
}
.compv2-account-entry-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.compv2-account-entry-media span {
    color: #f0a23b;
    font-size: 34px;
}
.compv2-account-entry-heading {
    align-items: start;
    display: flex;
    gap: 14px;
    justify-content: space-between;
}
.compv2-account-entry-heading h3 {
    font-size: 19px;
    margin: 4px 0 0;
}
.compv2-account-entry-heading h3 a {
    color: #171717;
}
.compv2-account-entry-heading > div > span {
    color: #258251;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.compv2-account-entry-heading > div > span.is-ended {
    color: #a23b3b;
}
.compv2-account-entry-heading > div > span.is-scheduled {
    color: #946400;
}
.compv2-account-entry-meta {
    color: #72767d;
    font-size: 13px;
    margin: 9px 0 12px;
}
.compv2-account-ticket-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-height: 220px;
    overflow: auto;
}
.compv2-account-ticket-grid > span {
    background: #f4f5f7;
    border: 1px solid #dfe2e6;
    border-radius: 8px;
    color: #31343a;
    font-size: 12px;
    font-weight: 800;
    padding: 7px 9px;
}
.compv2-account-ticket-grid > span.is-winner {
    background: #e9f8ef;
    border-color: #9cd9b3;
    color: #126a38;
}
.compv2-account-ticket-grid small {
    display: block;
    font-size: 10px;
    font-weight: 600;
    margin-top: 2px;
    max-width: 150px;
}
.compv2-account-win-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.compv2-account-win-card {
    background: #fff;
    border: 1px solid #e1e3e7;
    border-radius: 15px;
    padding: 20px;
}
.compv2-account-win-card h3 {
    color: #171717;
    font-size: 21px;
    margin: 5px 0 8px;
}
.compv2-account-win-card dl {
    border-bottom: 1px solid #eceef1;
    border-top: 1px solid #eceef1;
    display: grid;
    gap: 8px;
    margin: 14px 0;
    padding: 12px 0;
}
.compv2-account-win-card dl > div {
    display: flex;
    gap: 12px;
    justify-content: space-between;
}
.compv2-account-win-card dt {
    color: #73777d;
}
.compv2-account-win-card dd {
    color: #222;
    font-weight: 700;
    margin: 0;
    text-align: right;
}
.compv2-account-empty {
    align-items: center;
    background: #f5f6f8;
    border: 1px solid #e0e3e7;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 34px 20px;
    text-align: center;
}
@media (max-width: 700px) {
    .compv2-instant-wins {
        padding: 16px;
    }
    .compv2-instant-wins-heading {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
    }
    .compv2-instant-search {
        flex-basis: auto;
    }
    .compv2-instant-prize-toggle {
        gap: 10px;
        grid-template-columns: minmax(0, 1fr) auto;
        padding: 12px;
    }
    .compv2-instant-prize-main img,
    .compv2-instant-prize-placeholder {
        flex-basis: 48px;
        height: 48px;
        width: 48px;
    }
    .compv2-instant-prize-name strong {
        font-size: 14px;
    }
    .compv2-instant-prize-state {
        grid-column: 1;
        justify-self: start;
        margin-left: 62px;
    }
    .compv2-instant-chevron {
        grid-column: 2;
        grid-row: 1 / span 2;
    }
    .compv2-account-summary {
        grid-template-columns: 1fr 1fr;
    }
    .compv2-account-entry {
        grid-template-columns: 1fr;
    }
    .compv2-account-entry-media {
        max-height: 220px;
    }
    .compv2-account-entry-heading {
        flex-direction: column;
    }
    .compv2-account-win-grid {
        grid-template-columns: 1fr;
    }
}
.compv2-bonus-offer{box-sizing:border-box;margin:0 0 24px;width:100%}.compv2-bonus-offer-prominent{align-items:center;display:grid;gap:16px;grid-template-columns:auto minmax(0,1fr) auto;padding:16px 18px;border:1px solid color-mix(in srgb,var(--fdl-brand,#ff6a00) 42%,var(--fdl-line,#dce2e8));border-radius:16px;background:linear-gradient(110deg,color-mix(in srgb,var(--fdl-brand,#ff6a00) 14%,var(--fdl-surface,#fff)),color-mix(in srgb,var(--fdl-brand,#ff6a00) 5%,var(--fdl-surface,#fff)));box-shadow:0 12px 32px color-mix(in srgb,var(--fdl-brand,#ff6a00) 12%,transparent);color:var(--fdl-text,#18212f)}.compv2-bonus-offer-icon{align-items:center;background:var(--fdl-brand,#ff6a00);border-radius:12px;color:var(--fdl-brand-text,#fff);display:flex;font-size:24px;font-weight:900;height:46px;justify-content:center;width:46px}.compv2-bonus-offer-copy{display:flex;flex-direction:column;gap:3px;line-height:1.45}.compv2-bonus-offer-copy strong{color:var(--fdl-text,#18212f);font-size:15px}.compv2-bonus-offer-copy>span{color:var(--fdl-muted,#5f6876);font-size:14px}.compv2-bonus-offer-saving{background:var(--fdl-brand,#ff6a00);border-radius:999px;color:var(--fdl-brand-text,#fff);font-size:13px;font-weight:900;letter-spacing:.025em;padding:9px 13px;white-space:nowrap}.compv2-memberships{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.compv2-membership-card{padding:28px;border:1px solid #e1e6ec;border-radius:20px;background:#fff;box-shadow:0 14px 35px rgba(15,23,42,.08)}.compv2-membership-card h3{margin:0 0 14px}.compv2-membership-price{font-size:30px;font-weight:900}.compv2-membership-price small{margin-left:4px;font-size:14px;font-weight:600}.compv2-membership-card .button{display:inline-flex;padding:12px 20px;border-radius:999px;background:var(--fdl-brand,#ff6a00);color:var(--fdl-brand-text,#fff);text-decoration:none}@media(max-width:760px){.compv2-bonus-offer-prominent{align-items:start;grid-template-columns:auto minmax(0,1fr)}.compv2-bonus-offer-saving{grid-column:2;justify-self:start}.compv2-memberships{grid-template-columns:1fr}}

body.compv2-allocation-active {
    overflow: hidden;
}

.compv2-pot-builder {
    --compv2-pot-accent: var(--fdl-brand, #ff6a00);
    align-items: center;
    background:
        radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--compv2-pot-accent) 32%, transparent), transparent 38%),
        linear-gradient(135deg, #071b3d 0%, #0d2852 58%, #102f5c 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(7, 27, 61, 0.24);
    box-sizing: border-box;
    color: #fff;
    display: grid;
    gap: 20px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    margin: 18px 0 24px;
    overflow: hidden;
    padding: clamp(20px, 3vw, 28px);
    position: relative;
    width: 100%;
}
.woocommerce-product-gallery .compv2-pot-builder {
    clear: both;
}
.compv2-pot-orbit {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    display: flex;
    flex: 0 0 74px;
    height: 74px;
    justify-content: center;
    position: relative;
    width: 74px;
}
.compv2-pot-orbit::before,
.compv2-pot-orbit::after {
    border: 1px solid color-mix(in srgb, var(--compv2-pot-accent) 65%, transparent);
    border-radius: 50%;
    content: "";
    inset: 8px;
    position: absolute;
}
.compv2-pot-orbit::after {
    animation: compv2-pot-orbit 4s linear infinite;
    border-color: transparent;
    border-top-color: var(--compv2-pot-accent);
    inset: -6px;
}
.compv2-pot-orbit strong {
    color: var(--compv2-pot-accent);
    font-size: 31px;
    line-height: 1;
}
.compv2-pot-orbit > span {
    background: var(--compv2-pot-accent);
    border-radius: 50%;
    height: 5px;
    position: absolute;
    width: 5px;
}
.compv2-pot-orbit > span:first-child { right: 5px; top: 17px; }
.compv2-pot-orbit > span:nth-child(2) { bottom: 7px; left: 13px; opacity: .55; }
.compv2-pot-copy {
    min-width: 0;
}
.compv2-pot-copy > span {
    color: var(--compv2-pot-accent);
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .11em;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.compv2-pot-copy h2 {
    color: #fff;
    font-size: clamp(18px, 2.3vw, 24px);
    line-height: 1.2;
    margin: 0 0 7px;
}
.compv2-pot-value {
    color: #fff;
    display: block;
    font-size: clamp(31px, 5vw, 48px);
    font-variant-numeric: tabular-nums;
    font-weight: 950;
    letter-spacing: -.035em;
    line-height: 1.05;
    text-shadow: 0 3px 24px rgba(0, 0, 0, 0.28);
}
.compv2-pot-value .woocommerce-Price-currencySymbol {
    color: var(--compv2-pot-accent);
    font-size: .68em;
    margin-right: 3px;
    vertical-align: .12em;
}
.compv2-pot-copy p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    margin: 8px 0 0;
}
.compv2-pot-copy p strong { color: #fff; }
.compv2-pot-pulse {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
}
.compv2-pot-pulse span {
    animation: compv2-pot-pulse 1.8s ease-out infinite;
    background: var(--compv2-pot-accent);
    border: 5px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--compv2-pot-accent) 42%, transparent);
    height: 12px;
    width: 12px;
}
.compv2-pot-ticker {
    align-items: center;
    background: color-mix(in srgb, var(--fdl-brand, #ff6a00) 7%, #fff);
    border: 1px solid color-mix(in srgb, var(--fdl-brand, #ff6a00) 24%, #e4e7ec);
    border-radius: 10px;
    color: #344054;
    display: grid;
    font-size: 12px;
    gap: 7px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    margin: 11px 0;
    padding: 9px 11px;
}
.compv2-pot-ticker-dot {
    animation: compv2-pot-ticker-pulse 2.2s ease-out infinite;
    background: var(--fdl-brand, #ff6a00);
    border-radius: 50%;
    height: 7px;
    width: 7px;
}
.compv2-pot-ticker-label {
    font-weight: 750;
}
.compv2-pot-ticker strong {
    color: #101828;
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    font-weight: 900;
    white-space: nowrap;
}
@keyframes compv2-pot-orbit {
    to { transform: rotate(360deg); }
}
@keyframes compv2-pot-pulse {
    70% { box-shadow: 0 0 0 15px transparent; }
    100% { box-shadow: 0 0 0 0 transparent; }
}
@keyframes compv2-pot-ticker-pulse {
    60% { box-shadow: 0 0 0 6px transparent; }
    100% { box-shadow: 0 0 0 0 transparent; }
}
@media (max-width: 580px) {
    .compv2-pot-builder {
        gap: 14px;
        grid-template-columns: auto minmax(0, 1fr);
        padding: 20px;
    }
    .compv2-pot-orbit {
        height: 58px;
        width: 58px;
    }
    .compv2-pot-orbit strong { font-size: 25px; }
    .compv2-pot-pulse { display: none; }
    .compv2-pot-value { font-size: 34px; }
}
@media (prefers-reduced-motion: reduce) {
    .compv2-pot-orbit::after,
    .compv2-pot-pulse span,
    .compv2-pot-ticker-dot {
        animation: none;
    }
}
.compv2-allocation-overlay {
    align-items: center;
    background: rgba(11, 18, 27, 0.78);
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: fixed;
    transition: opacity 180ms ease;
    visibility: hidden;
    z-index: 1000001;
}
.compv2-allocation-overlay.is-visible {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
.compv2-allocation-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    color: #18212f;
    max-width: 520px;
    padding: 34px 36px 30px;
    text-align: center;
    width: 100%;
}
.compv2-allocation-card h2 {
    color: #18212f;
    font-size: clamp(24px, 4vw, 31px);
    line-height: 1.2;
    margin: 16px 0 10px;
}
.compv2-allocation-spinner {
    animation: compv2-allocation-spin 850ms linear infinite;
    border: 5px solid #edf0f3;
    border-radius: 50%;
    border-top-color: var(--fdl-brand, #ff6a00);
    height: 48px;
    margin: 0 auto;
    width: 48px;
}
.compv2-allocation-copy {
    color: #536070;
    font-size: 16px;
    line-height: 1.55;
    margin: 0 auto 22px;
    max-width: 430px;
}
.compv2-allocation-progress {
    background: #edf0f3;
    border-radius: 999px;
    height: 8px;
    margin: 0 0 14px;
    overflow: hidden;
}
.compv2-allocation-progress span {
    animation: compv2-allocation-progress 1.45s ease-in-out infinite;
    background: var(--fdl-brand, #ff6a00);
    border-radius: inherit;
    display: block;
    height: 100%;
    width: 38%;
}
.compv2-allocation-stage {
    color: #18212f;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 8px;
    min-height: 24px;
}
.compv2-allocation-note {
    color: #737d89;
    font-size: 13px;
    margin: 0;
}
@keyframes compv2-allocation-spin {
    to { transform: rotate(360deg); }
}
@keyframes compv2-allocation-progress {
    0% { transform: translateX(-110%); }
    100% { transform: translateX(275%); }
}
@media (max-width: 560px) {
    .compv2-allocation-card {
        border-radius: 16px;
        padding: 28px 22px 24px;
    }
    .compv2-allocation-copy {
        font-size: 15px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .compv2-allocation-overlay {
        transition: none;
    }
    .compv2-allocation-spinner,
    .compv2-allocation-progress span {
        animation-duration: 3s;
    }
}
