/* V82 - compact casino popup refinement. Business and eligibility rules are untouched. */
:root{
  --v82-green:#49e88d;
  --v82-green-deep:#117847;
  --v82-blue:#55baff;
  --v82-blue-deep:#135f9a;
  --v82-gold:#ffd45f;
  --v82-gold-deep:#9a6500;
  --v82-orange:#ff963f;
  --v82-orange-deep:#a84409;
  --v82-purple-field:rgba(49,14,69,.78);
  --v82-button-depth:#0c0314;
}

/* Dark matte purple veil and shell: purple, never black or brown. */
html body[data-page="home"] :is(
  #add-score-payment-modal,#add-score-modal,#score-route-modal,#recharge-confirm-modal,
  #recharge-status-modal,#withdrawal-modal,#home-game-picker-modal,#game-hub-modal,
  #game-logins-modal,#customer-auth-modal,#embedded-game-modal,#qr-message-modal,
  #contact-message-modal,#payment-lightbox,#phone-modal,#account-help-modal,
  #create-account-modal,#reset-password-modal,#ai-agent-panel,#promotion-eligibility-modal,
  #guide-popup-modal,#rules-popup-modal,#customer-activity-modal
):not(#ldr-v82-shell-1):not(#ldr-v82-shell-2):not(#ldr-v82-shell-3):not(#ldr-v82-shell-4):not(#ldr-v82-shell-5){
  background:rgba(31,4,55,.86)!important;
  backdrop-filter:blur(8px) saturate(.9)!important;
}
html body[data-page="home"] :is(
  #add-score-payment-modal,#add-score-modal,#score-route-modal,#recharge-confirm-modal,
  #recharge-status-modal,#withdrawal-modal,#home-game-picker-modal,#game-hub-modal,
  #game-logins-modal,#customer-auth-modal,#embedded-game-modal,#qr-message-modal,
  #contact-message-modal,#phone-modal,#account-help-modal,#create-account-modal,
  #reset-password-modal,#promotion-eligibility-modal,#guide-popup-modal,#rules-popup-modal,
  #customer-activity-modal
) :is(.add-score-card,.game-hub-card,.reference-modal-card,.contact-message-card,
  .create-account-request-card,.create-game-account-card,.phone-modal-card,.customer-auth-card,
  .account-help-card,.guide-popup-card,.rules-popup-card,.customer-activity-card,.embedded-game-shell,
  .payment-lightbox-dialog,.ai-agent-card):not(#ldr-v82-card-1):not(#ldr-v82-card-2):not(#ldr-v82-card-3):not(#ldr-v82-card-4):not(#ldr-v82-card-5){
  --ldr-popup-face-1:#301145;
  --ldr-popup-face-2:#1d072d;
  --ldr-popup-face-3:#130320;
  background:
    linear-gradient(160deg,rgba(255,255,255,.055),transparent 30%),
    linear-gradient(145deg,#301145 0%,#1d072d 55%,#130320 100%)!important;
  border-color:rgba(204,119,255,.58)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 7px 0 #0c0214,0 20px 42px rgba(0,0,0,.48),0 0 18px rgba(161,61,221,.22)!important;
}

/* Replace black input faces with a dark purple field face and readable text. */
html body[data-page="home"] :is(
  #add-score-payment-modal,#add-score-modal,#score-route-modal,#recharge-confirm-modal,
  #recharge-status-modal,#withdrawal-modal,#home-game-picker-modal,#game-hub-modal,
  #game-logins-modal,#customer-auth-modal,#qr-message-modal,#contact-message-modal,
  #phone-modal,#account-help-modal,#create-account-modal,#reset-password-modal,
  #promotion-eligibility-modal,#guide-popup-modal,#rules-popup-modal,#customer-activity-modal
) :is(input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]),select,textarea,
  .game-login-value code,.credential-row code):not(#ldr-v82-field-1):not(#ldr-v82-field-2):not(#ldr-v82-field-3):not(#ldr-v82-field-4):not(#ldr-v82-field-5){
  background:var(--v82-purple-field)!important;
  background-image:none!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  caret-color:#fff!important;
}
html body[data-page="home"] :is(input,textarea)::placeholder{color:#d8c4e6!important;opacity:.82!important}
html body[data-page="home"] :is(
  #add-score-payment-modal,#add-score-modal,#score-route-modal,#recharge-confirm-modal,
  #withdrawal-modal,#game-logins-modal,#customer-auth-modal,#create-account-modal,
  #reset-password-modal,#promotion-eligibility-modal
) option:not(#ldr-v82-option-1):not(#ldr-v82-option-2):not(#ldr-v82-option-3):not(#ldr-v82-option-4):not(#ldr-v82-option-5){
  background:#2b0750!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html body[data-page="home"] :is(
  #add-score-payment-modal,#add-score-modal,#score-route-modal,#recharge-confirm-modal,
  #withdrawal-modal,#game-logins-modal,#customer-auth-modal,#create-account-modal,
  #reset-password-modal,#promotion-eligibility-modal
) :is(input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]),select,textarea):focus:not(#ldr-v82-field-focus-1):not(#ldr-v82-field-focus-2):not(#ldr-v82-field-focus-3):not(#ldr-v82-field-focus-4):not(#ldr-v82-field-focus-5){
  outline:2px solid rgba(255,255,255,.86)!important;
  outline-offset:1px!important;
  box-shadow:0 3px 0 #11051b!important;
}

/* Buttons keep their primary colors. Only hard 3D depth remains; no blurred glow. */
html body[data-page="home"] :is(
  #add-score-payment-modal,#add-score-modal,#score-route-modal,#recharge-confirm-modal,
  #recharge-status-modal,#withdrawal-modal,#home-game-picker-modal,#game-hub-modal,
  #game-logins-modal,#customer-auth-modal,#qr-message-modal,#contact-message-modal,
  #phone-modal,#account-help-modal,#create-account-modal,#reset-password-modal,
  #promotion-eligibility-modal,#guide-popup-modal,#rules-popup-modal,#customer-activity-modal
) button:not(.add-score-close):not(.modal-back-button):not(.game-hub-close):not(.reference-modal-close):not(.contact-message-close):not(.payment-lightbox-close):not(.embedded-game-close):not(.phone-modal-close):not(.ai-agent-close):not(#ldr-v82-button-1):not(#ldr-v82-button-2):not(#ldr-v82-button-3):not(#ldr-v82-button-4):not(#ldr-v82-button-5){
  filter:none!important;
  text-shadow:none!important;
  -webkit-text-fill-color:currentColor!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 4px 0 var(--v82-button-depth)!important;
  transform:translateY(0)!important;
  transition:transform .13s ease,box-shadow .13s ease,brightness .13s ease!important;
}
html body[data-page="home"] :is(
  #add-score-payment-modal,#add-score-modal,#score-route-modal,#recharge-confirm-modal,
  #withdrawal-modal,#game-hub-modal,#game-logins-modal,#customer-auth-modal,
  #create-account-modal,#reset-password-modal,#promotion-eligibility-modal
) button:not(.add-score-close):not(.modal-back-button):not(.game-hub-close):not(.reference-modal-close):not(.contact-message-close):not(.payment-lightbox-close):not(.embedded-game-close):not(.phone-modal-close):not(.ai-agent-close):not(:disabled):active:not(#ldr-v82-button-active-1):not(#ldr-v82-button-active-2):not(#ldr-v82-button-active-3):not(#ldr-v82-button-active-4):not(#ldr-v82-button-active-5){
  transform:translateY(3px)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.13),0 1px 0 var(--v82-button-depth)!important;
}
html body[data-page="home"] :is(.add-score-close,.modal-back-button,.game-hub-close,.reference-modal-close,.contact-message-close,.payment-lightbox-close,.embedded-game-close,.phone-modal-close,.ai-agent-close):not(#ldr-v82-close-1):not(#ldr-v82-close-2):not(#ldr-v82-close-3):not(#ldr-v82-close-4):not(#ldr-v82-close-5){
  box-shadow:none!important;
  filter:none!important;
  text-shadow:none!important;
}

/* Every final/continue control uses its real face instead of clipped invisible text. */
html body[data-page="home"] button.ldr-confirm-3d:not(#ldr-v82-confirm-1):not(#ldr-v82-confirm-2):not(#ldr-v82-confirm-3):not(#ldr-v82-confirm-4):not(#ldr-v82-confirm-5){
  overflow:hidden!important;
  border:1px solid var(--ldr-final-edge)!important;
  background:var(--ldr-final-face)!important;
  background-clip:border-box!important;
  -webkit-background-clip:border-box!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-shadow:none!important;
  filter:none!important;
  box-shadow:inset 0 2px 0 rgba(255,255,255,.2),0 5px 0 var(--ldr-final-depth)!important;
}
html body[data-page="home"] button.ldr-confirm-green:not(#ldr-v82-green-text-1):not(#ldr-v82-green-text-2):not(#ldr-v82-green-text-3):not(#ldr-v82-green-text-4):not(#ldr-v82-green-text-5){
  --ldr-final-face:linear-gradient(145deg,#36d978 0%,#178d4c 52%,#0b6436 100%);
  --ldr-final-depth:#064428;
  --ldr-final-edge:#94ffc0;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html body[data-page="home"] button.ldr-confirm-red:not(#ldr-v82-red-text-1):not(#ldr-v82-red-text-2):not(#ldr-v82-red-text-3):not(#ldr-v82-red-text-4):not(#ldr-v82-red-text-5){
  --ldr-final-face:linear-gradient(145deg,#f15d79 0%,#b52c4c 50%,#79172f 100%);
  --ldr-final-depth:#570f24;
  --ldr-final-edge:#ffb0bf;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html body[data-page="home"] button.ldr-confirm-gold:not(#ldr-v82-gold-text-1):not(#ldr-v82-gold-text-2):not(#ldr-v82-gold-text-3):not(#ldr-v82-gold-text-4):not(#ldr-v82-gold-text-5){
  --ldr-final-face:linear-gradient(145deg,#ffd966 0%,#d49a21 52%,#a46808 100%);
  --ldr-final-depth:#714400;
  --ldr-final-edge:#fff0a8;
  color:#2c1600!important;
  -webkit-text-fill-color:#2c1600!important;
}
html body[data-page="home"] button.ldr-confirm-3d:not(#ldr-v82-confirm-before-1):not(#ldr-v82-confirm-before-2):not(#ldr-v82-confirm-before-3):not(#ldr-v82-confirm-before-4):not(#ldr-v82-confirm-before-5)::before{
  display:none!important;
  box-shadow:none!important;
}
html body[data-page="home"] button.ldr-confirm-3d:not(:disabled):is(:hover,:focus-visible):not(#ldr-v82-confirm-hover-1):not(#ldr-v82-confirm-hover-2):not(#ldr-v82-confirm-hover-3):not(#ldr-v82-confirm-hover-4):not(#ldr-v82-confirm-hover-5){
  filter:none!important;
  transform:translateY(0)!important;
}
html body[data-page="home"] button.ldr-confirm-3d:not(:disabled):active:not(#ldr-v82-confirm-active-1):not(#ldr-v82-confirm-active-2):not(#ldr-v82-confirm-active-3):not(#ldr-v82-confirm-active-4):not(#ldr-v82-confirm-active-5){
  transform:translateY(4px)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 1px 0 var(--ldr-final-depth)!important;
}
html body[data-page="home"] :is(#score-payment-continue,#score-submit,#score-route-continue,#recharge-confirm-submit):not(#ldr-v82-green-confirm-1):not(#ldr-v82-green-confirm-2):not(#ldr-v82-green-confirm-3):not(#ldr-v82-green-confirm-4):not(#ldr-v82-green-confirm-5){
  --ldr-final-face:linear-gradient(145deg,#42df7c 0%,#1a9b50 52%,#08703a 100%);
  --ldr-final-depth:#07542d;
  --ldr-final-edge:#a0ffc3;
  margin-top:10px!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

/* STEP 1 - tight green / blue / green framed groups. */
html body[data-page="home"] #add-score-payment-modal .score-unified-panel:not(#ldr-v82-step1-panel-1):not(#ldr-v82-step1-panel-2):not(#ldr-v82-step1-panel-3):not(#ldr-v82-step1-panel-4):not(#ldr-v82-step1-panel-5){
  display:grid!important;
  gap:5px!important;
  background:transparent!important;
}
html body[data-page="home"] #add-score-payment-modal .score-flat-section:not(#ldr-v82-step1-section-1):not(#ldr-v82-step1-section-2):not(#ldr-v82-step1-section-3):not(#ldr-v82-step1-section-4):not(#ldr-v82-step1-section-5){
  position:relative;
  display:grid!important;
  gap:3px!important;
  margin:0!important;
  padding:8px 8px 6px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
}
html body[data-page="home"] #add-score-payment-modal .score-flat-section::before,
html body[data-page="home"] #add-score-payment-modal .score-flat-section::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:1px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,var(--v82-edge) 22%,var(--v82-edge) 78%,transparent);
  box-shadow:0 0 6px var(--v82-frame-glow),0 0 12px rgba(255,255,255,.04);
}
html body[data-page="home"] #add-score-payment-modal .score-flat-section:nth-of-type(1),
html body[data-page="home"] #add-score-payment-modal .score-flat-section:nth-of-type(3){
  --v82-edge:var(--v82-green);
  --v82-frame-glow:rgba(73,232,141,.34);
}
html body[data-page="home"] #add-score-payment-modal .score-flat-section:nth-of-type(2){
  --v82-edge:var(--v82-blue);
  --v82-frame-glow:rgba(85,186,255,.34);
}
html body[data-page="home"] #add-score-payment-modal .score-flat-section :is(h3,label,.score-choice-list,.score-payment-options,.score-payment-selected):not(#ldr-v82-step1-gap-1):not(#ldr-v82-step1-gap-2):not(#ldr-v82-step1-gap-3):not(#ldr-v82-step1-gap-4):not(#ldr-v82-step1-gap-5){
  margin:0!important;
  gap:3px!important;
}
html body[data-page="home"] #add-score-payment-modal :is(.score-conditional-field,.score-payment-select-wrap,.score-payment-selected):not(#ldr-v82-step1-inner-1):not(#ldr-v82-step1-inner-2):not(#ldr-v82-step1-inner-3):not(#ldr-v82-step1-inner-4):not(#ldr-v82-step1-inner-5){
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
html body[data-page="home"] #add-score-payment-modal .score-sender-wrap:not([hidden]){display:grid!important}
html body[data-page="home"] #add-score-payment-modal .score-sender-wrap{margin:0!important}
html body[data-page="home"] #add-score-payment-modal #score-payment-select:not(#ldr-v82-step1-green-field-1):not(#ldr-v82-step1-green-field-2):not(#ldr-v82-step1-green-field-3):not(#ldr-v82-step1-green-field-4):not(#ldr-v82-step1-green-field-5){
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  min-height:42px!important;
  padding:10px 42px 10px 12px!important;
  border:1px solid rgba(109,232,159,.9)!important;
  border-radius:999px!important;
  background:rgba(19,64,39,.28)!important;
  background-image:linear-gradient(45deg,transparent 50%,rgba(255,255,255,.9) 50%),linear-gradient(135deg,rgba(255,255,255,.9) 50%,transparent 50%);
  background-position:calc(100% - 18px) calc(50% - 2px),calc(100% - 12px) calc(50% - 2px);
  background-size:6px 6px,6px 6px;
  background-repeat:no-repeat;
  appearance:none!important;
  -webkit-appearance:none!important;
  -moz-appearance:none!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-overflow:clip!important;
}
html body[data-page="home"] #add-score-payment-modal :is(#score-sender-saved,#score-sender-new):not(#ldr-v82-step1-blue-field-1):not(#ldr-v82-step1-blue-field-2):not(#ldr-v82-step1-blue-field-3):not(#ldr-v82-step1-blue-field-4):not(#ldr-v82-step1-blue-field-5){
  width:100%!important;
  min-height:42px!important;
  padding:10px 42px 10px 12px!important;
  border:1px solid rgba(85,186,255,.9)!important;
  border-radius:999px!important;
  background:rgba(16,50,81,.28)!important;
  background-image:linear-gradient(45deg,transparent 50%,rgba(255,255,255,.9) 50%),linear-gradient(135deg,rgba(255,255,255,.9) 50%,transparent 50%);
  background-position:calc(100% - 18px) calc(50% - 2px),calc(100% - 12px) calc(50% - 2px);
  background-size:6px 6px,6px 6px;
  background-repeat:no-repeat;
  appearance:none!important;
  -webkit-appearance:none!important;
  -moz-appearance:none!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html body[data-page="home"] #add-score-payment-modal .score-sender-choices input+span:not(#ldr-v82-sender-button-1):not(#ldr-v82-sender-button-2):not(#ldr-v82-sender-button-3):not(#ldr-v82-sender-button-4):not(#ldr-v82-sender-button-5){
  min-height:30px!important;
  padding:6px 10px!important;
  border:1px solid rgba(85,186,255,.8)!important;
  border-radius:999px!important;
  background:rgba(21,73,119,.28)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-shadow:none!important;
  filter:none!important;
  box-shadow:none!important;
  font-size:12px!important;
  line-height:1.2!important;
}
html body[data-page="home"] #add-score-payment-modal .score-sender-choices input:checked+span:not(#ldr-v82-sender-checked-1):not(#ldr-v82-sender-checked-2):not(#ldr-v82-sender-checked-3):not(#ldr-v82-sender-checked-4):not(#ldr-v82-sender-checked-5){
  background:linear-gradient(145deg,#2588d2,#145f9f)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.2)!important;
}

/* STEP 2 - one blue-framed upper group, 60px to the orange lower group. */
html body[data-page="home"] #add-score-modal .add-score-amount-side:not(#ldr-v82-step2-layout-1):not(#ldr-v82-step2-layout-2):not(#ldr-v82-step2-layout-3):not(#ldr-v82-step2-layout-4):not(#ldr-v82-step2-layout-5){
  display:grid!important;
  gap:8px!important;
  background:transparent!important;
}
html body[data-page="home"] #add-score-modal .score-route-group:not(#ldr-v82-step2-frame-1):not(#ldr-v82-step2-frame-2):not(#ldr-v82-step2-frame-3):not(#ldr-v82-step2-frame-4):not(#ldr-v82-step2-frame-5){
  position:relative;
  margin:0!important;
  padding:10px 10px 6px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
html body[data-page="home"] #add-score-modal .score-route-group::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:1px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,var(--v82-route-edge) 22%,var(--v82-route-edge) 78%,transparent);
  box-shadow:0 0 6px var(--v82-route-glow),0 0 12px rgba(255,255,255,.04);
}
html body[data-page="home"] #add-score-modal .score-route-group:nth-of-type(1){--v82-route-edge:var(--v82-blue);--v82-route-glow:rgba(85,186,255,.34)}
html body[data-page="home"] #add-score-modal .score-route-group:nth-of-type(2):not(#ldr-v82-step2-gap-1):not(#ldr-v82-step2-gap-2):not(#ldr-v82-step2-gap-3):not(#ldr-v82-step2-gap-4):not(#ldr-v82-step2-gap-5){--v82-route-edge:var(--v82-orange);--v82-route-glow:rgba(255,150,63,.3);margin-top:52px!important}
html body[data-page="home"] #add-score-modal .score-route-group:nth-of-type(1) .score-choice-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
html body[data-page="home"] #add-score-modal .score-route-group:nth-of-type(1) label:nth-child(3){grid-column:1/-1!important}
html body[data-page="home"] #add-score-modal .score-route-group:nth-of-type(2) .score-choice-list{grid-template-columns:1fr!important}
html body[data-page="home"] #add-score-modal .score-destination-options label>span:not(#ldr-v82-route-button-1):not(#ldr-v82-route-button-2):not(#ldr-v82-route-button-3):not(#ldr-v82-route-button-4):not(#ldr-v82-route-button-5){
  min-height:42px!important;
  padding:8px 9px!important;
  border:2px solid var(--v82-choice-edge)!important;
  border-radius:10px!important;
  background:var(--v82-choice-face)!important;
  color:var(--v82-choice-text,#fff)!important;
  -webkit-text-fill-color:var(--v82-choice-text,#fff)!important;
  text-shadow:none!important;
  filter:none!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 4px 0 var(--v82-choice-depth)!important;
}
html body[data-page="home"] #add-score-modal input[name="score-destination"][value="self"]+span,
html body[data-page="home"] #add-score-modal input[name="score-destination"][value="apps"]+span,
html body[data-page="home"] #add-score-modal input[name="score-destination"][value="split"]+span,
html body[data-page="home"] #add-score-modal input[name="score-destination"][value="other"]+span{
  --v82-choice-edge:rgba(255,255,255,.3);
  --v82-choice-face:rgba(18,39,68,.28);
  --v82-choice-depth:transparent;
  --v82-choice-text:#fff;
  background:rgba(18,39,68,.28)!important;
  border:1px solid rgba(255,255,255,.28)!important;
  box-shadow:none!important;
}
html body[data-page="home"] #add-score-modal .score-destination-options input:checked+span:not(#ldr-v82-route-state-1):not(#ldr-v82-route-state-2):not(#ldr-v82-route-state-3):not(#ldr-v82-route-state-4):not(#ldr-v82-route-state-5),
html body[data-page="home"] #add-score-modal .score-destination-options input:focus-visible+span:not(#ldr-v82-route-state-1):not(#ldr-v82-route-state-2):not(#ldr-v82-route-state-3):not(#ldr-v82-route-state-4):not(#ldr-v82-route-state-5){
  outline:2px solid rgba(255,255,255,.7)!important;
  outline-offset:2px!important;
  filter:none!important;
  text-shadow:none!important;
  box-shadow:none!important;
}

/* STEP 2 - show a clear confirmation tick on the selected destination. */
html body[data-page="home"] #add-score-modal .score-destination-options label>span{
  position:relative!important;
  padding-right:44px!important;
}
html body[data-page="home"] #add-score-modal .score-destination-options input:checked+span::after{
  content:"\2713";
  position:absolute;
  top:50%;
  right:14px;
  display:grid;
  width:22px;
  height:22px;
  place-items:center;
  transform:translateY(-50%);
  border:1px solid rgba(83,255,151,.76);
  border-radius:50%;
  background:rgba(18,143,78,.3);
  color:#46f58d;
  font-family:Arial,sans-serif;
  font-size:15px;
  font-weight:900;
  line-height:1;
  text-shadow:0 0 8px rgba(70,245,141,.65);
  box-shadow:0 0 10px rgba(70,245,141,.22),inset 0 0 7px rgba(70,245,141,.12);
  pointer-events:none;
}

/* STEP 3 - route-specific framed sections and color-matched controls. */
html body[data-page="home"] #score-route-modal #score-route-form:not(#ldr-v82-step3-form-1):not(#ldr-v82-step3-form-2):not(#ldr-v82-step3-form-3):not(#ldr-v82-step3-form-4):not(#ldr-v82-step3-form-5){display:grid!important;gap:8px!important}
html body[data-page="home"] #score-route-modal :is(#score-self-route,#score-app-split-options,#score-other-options):not(#ldr-v82-step3-main-1):not(#ldr-v82-step3-main-2):not(#ldr-v82-step3-main-3):not(#ldr-v82-step3-main-4):not(#ldr-v82-step3-main-5){
  position:relative;
  padding:10px 10px 6px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
html body[data-page="home"] #score-route-modal :is(#score-self-route,#score-app-split-options,#score-other-options)::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:1px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,var(--v82-section-edge) 22%,var(--v82-section-edge) 78%,transparent);
  box-shadow:0 0 6px var(--v82-section-glow),0 0 12px rgba(255,255,255,.04);
}
html body[data-page="home"] #score-route-modal #score-self-route,
html body[data-page="home"] #score-route-modal #score-app-split-options{--v82-section-edge:var(--v82-gold);--v82-section-glow:rgba(255,212,95,.3)}
html body[data-page="home"] #score-route-modal #score-other-options{--v82-section-edge:var(--v82-orange);--v82-section-glow:rgba(255,150,63,.3)}
html body[data-page="home"] #score-route-modal #score-self-route #score-game-account-field:not(#ldr-v82-self-inner-1):not(#ldr-v82-self-inner-2):not(#ldr-v82-self-inner-3):not(#ldr-v82-self-inner-4):not(#ldr-v82-self-inner-5){
  padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;
}
html body[data-page="home"] #score-route-modal #score-self-route :is(select,input:not([type="radio"])):not(#ldr-v82-self-field-1):not(#ldr-v82-self-field-2):not(#ldr-v82-self-field-3):not(#ldr-v82-self-field-4):not(#ldr-v82-self-field-5){
  border:1px solid rgba(255,212,95,.85)!important;border-radius:10px!important;background:rgba(56,39,11,.22)!important;box-shadow:none!important;
}
html body[data-page="home"] #score-route-modal #score-self-route .score-account-choices input+span:not(#ldr-v82-account-button-1):not(#ldr-v82-account-button-2):not(#ldr-v82-account-button-3):not(#ldr-v82-account-button-4):not(#ldr-v82-account-button-5){
  min-height:36px!important;border:1px solid rgba(85,186,255,.9)!important;border-radius:999px!important;background:rgba(21,73,119,.28)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:none!important;box-shadow:none!important;
}
html body[data-page="home"] #score-route-modal .score-choice-list input+span:not(#ldr-v82-route-choice-1):not(#ldr-v82-route-choice-2):not(#ldr-v82-route-choice-3):not(#ldr-v82-route-choice-4):not(#ldr-v82-route-choice-5){
  border:1px solid rgba(85,186,255,.9)!important;border-radius:999px!important;background:rgba(21,73,119,.28)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:none!important;filter:none!important;box-shadow:none!important;
}
html body[data-page="home"] #score-route-modal .score-choice-list input:is(:checked,:focus-visible)+span:not(#ldr-v82-route-choice-state-1):not(#ldr-v82-route-choice-state-2):not(#ldr-v82-route-choice-state-3):not(#ldr-v82-route-choice-state-4):not(#ldr-v82-route-choice-state-5){
  outline:2px solid rgba(255,255,255,.7)!important;outline-offset:2px!important;text-shadow:none!important;filter:none!important;box-shadow:none!important;
}
html body[data-page="home"] #score-route-modal #score-app-allocation-rows>.score-app-allocation-row:not(#ldr-v82-app-row-1):not(#ldr-v82-app-row-2):not(#ldr-v82-app-row-3):not(#ldr-v82-app-row-4):not(#ldr-v82-app-row-5){
  padding:7px!important;border:1px solid rgba(255,212,95,.75)!important;border-radius:9px!important;background:transparent!important;box-shadow:none!important;
}
html body[data-page="home"] #score-route-modal :is(.score-app-allocation-game,.score-app-allocation-username):not(#ldr-v82-app-blue-1):not(#ldr-v82-app-blue-2):not(#ldr-v82-app-blue-3):not(#ldr-v82-app-blue-4):not(#ldr-v82-app-blue-5){
  border:1px solid rgba(85,186,255,.8)!important;border-radius:9px!important;background:rgba(12,31,46,.22)!important;box-shadow:none!important;
}
html body[data-page="home"] #score-route-modal .score-app-allocation-amount:not(#ldr-v82-app-green-1):not(#ldr-v82-app-green-2):not(#ldr-v82-app-green-3):not(#ldr-v82-app-green-4):not(#ldr-v82-app-green-5){
  border:1px solid rgba(73,232,141,.8)!important;border-radius:9px!important;background:rgba(13,42,23,.2)!important;box-shadow:none!important;
}
html body[data-page="home"] #score-route-modal :is(#score-app-allocation-total,#score-allocation-total,.score-route-context):not(#ldr-v82-total-1):not(#ldr-v82-total-2):not(#ldr-v82-total-3):not(#ldr-v82-total-4):not(#ldr-v82-total-5){
  min-height:48px!important;padding:10px 12px!important;border:1px solid rgba(73,232,141,.8)!important;border-radius:10px!important;background:transparent!important;color:var(--v82-green)!important;font-size:16px!important;font-weight:900!important;box-shadow:none!important;
}
html body[data-page="home"] #score-route-modal .score-split-parties:not(#ldr-v82-friend-layout-1):not(#ldr-v82-friend-layout-2):not(#ldr-v82-friend-layout-3):not(#ldr-v82-friend-layout-4):not(#ldr-v82-friend-layout-5){display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;align-items:start!important}
html body[data-page="home"] #score-route-modal .score-split-party:not(#ldr-v82-friend-section-1):not(#ldr-v82-friend-section-2):not(#ldr-v82-friend-section-3):not(#ldr-v82-friend-section-4):not(#ldr-v82-friend-section-5){
  position:relative;min-width:0!important;
  display:grid!important;gap:3px!important;padding:5px 6px 3px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;
}
html body[data-page="home"] #score-route-modal .score-split-party :is(label,input,select,button,.score-profile-rows,.single-recipient-row,#score-own-allocation){min-width:0!important;max-width:100%!important}
html body[data-page="home"] #score-route-modal .score-split-party + .score-split-party::before{
  content:"";
  position:absolute;
  left:-1px;
  top:4px;
  bottom:4px;
  width:1px;
  background:linear-gradient(180deg,transparent,var(--v82-party-edge) 18%,var(--v82-party-edge) 82%,transparent);
  box-shadow:0 0 6px var(--v82-party-glow),0 0 12px rgba(255,255,255,.04);
}
html body[data-page="home"] #score-route-modal .score-split-party::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:1px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,var(--v82-party-edge) 22%,var(--v82-party-edge) 78%,transparent);
  box-shadow:0 0 6px var(--v82-party-glow),0 0 12px rgba(255,255,255,.04);
}
html body[data-page="home"] #score-route-modal .score-split-user-one{--v82-party-edge:var(--v82-green);--v82-party-depth:var(--v82-green-deep);--v82-party-glow:rgba(73,232,141,.34)}
html body[data-page="home"] #score-route-modal .score-split-user-two{--v82-party-edge:var(--v82-blue);--v82-party-depth:var(--v82-blue-deep);--v82-party-glow:rgba(85,186,255,.34)}
html body[data-page="home"] #score-route-modal .score-split-user-one :is(input,select):not(#ldr-v82-user1-field-1):not(#ldr-v82-user1-field-2):not(#ldr-v82-user1-field-3):not(#ldr-v82-user1-field-4):not(#ldr-v82-user1-field-5){border:2px solid var(--v82-green)!important;border-bottom-width:1px!important;box-shadow:0 3px 0 var(--v82-green-deep)!important}
html body[data-page="home"] #score-route-modal .score-split-user-two :is(input:not(.score-profile-amount),select):not(#ldr-v82-user2-field-1):not(#ldr-v82-user2-field-2):not(#ldr-v82-user2-field-3):not(#ldr-v82-user2-field-4):not(#ldr-v82-user2-field-5){border:2px solid var(--v82-blue)!important;border-bottom-width:1px!important;box-shadow:0 3px 0 var(--v82-blue-deep)!important}
html body[data-page="home"] #score-route-modal .score-split-user-two .single-recipient-row:not(#ldr-v82-user2-row-1):not(#ldr-v82-user2-row-2):not(#ldr-v82-user2-row-3):not(#ldr-v82-user2-row-4):not(#ldr-v82-user2-row-5){padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
/* Keep Enter New Person compact and force its complete label onto one line. */
html body[data-page="home"] #score-route-modal #score-split-profile-rows button:not(#ldr-v82-new-person-final-1):not(#ldr-v82-new-person-final-2):not(#ldr-v82-new-person-final-3):not(#ldr-v82-new-person-final-4):not(#ldr-v82-new-person-final-5){display:inline-flex!important;align-items:center!important;justify-content:center!important;justify-self:start!important;width:auto!important;min-width:104px!important;max-width:none!important;height:24px!important;min-height:24px!important;padding:2px 8px!important;border-radius:999px!important;font-size:10px!important;line-height:1!important;white-space:nowrap!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows button *{white-space:nowrap!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows>:first-child:not(#ldr-v82-person-row-1):not(#ldr-v82-person-row-2):not(#ldr-v82-person-row-3):not(#ldr-v82-person-row-4):not(#ldr-v82-person-row-5){width:max-content!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows>:first-child :is(button,label,span,b):not(#ldr-v82-person-label-1):not(#ldr-v82-person-label-2):not(#ldr-v82-person-label-3):not(#ldr-v82-person-label-4):not(#ldr-v82-person-label-5){display:inline-flex!important;align-items:center!important;justify-content:center!important;width:max-content!important;min-width:0!important;max-width:none!important;height:24px!important;min-height:24px!important;margin:0!important;padding:2px 8px!important;white-space:nowrap!important;overflow:visible!important;font-size:10px!important;line-height:1!important}
/* Friend split: keep the controls, remove the redundant highlighted captions. */
html body[data-page="home"] #score-route-modal #score-split-profile-rows label:has(input[placeholder*="LDR"]),
html body[data-page="home"] #score-route-modal #score-split-profile-rows label:has(input.score-profile-amount){font-size:0!important;line-height:0!important;margin:0!important;gap:0!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows input[placeholder*="LDR"]::placeholder{color:transparent!important;-webkit-text-fill-color:transparent!important;opacity:0!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows :is(small,.score-profile-help,.score-recipient-help){display:none!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows label:has(input[placeholder*="LDR"])>input,
html body[data-page="home"] #score-route-modal #score-split-profile-rows label:has(input.score-profile-amount)>input{margin:0!important;font-size:12px!important;line-height:1.2!important}

/* Put the Profile ID and friend amount prompts inside their respective boxes. */
html body[data-page="home"] #score-route-modal #score-split-profile-rows label:first-of-type,
html body[data-page="home"] #score-route-modal #score-split-profile-rows label:has(input.score-profile-amount){position:relative!important;display:block!important;width:100%!important;margin:0!important;padding:0!important;font-size:0!important;line-height:0!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows label:first-of-type>:not(input),
html body[data-page="home"] #score-route-modal #score-split-profile-rows label:has(input.score-profile-amount)>:not(input){display:none!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows label:first-of-type::after,
html body[data-page="home"] #score-route-modal #score-split-profile-rows label:has(input.score-profile-amount)::after{position:absolute!important;left:9px!important;top:50%!important;z-index:2!important;transform:translateY(-50%)!important;color:rgba(218,226,242,.62)!important;font-size:10px!important;font-weight:700!important;line-height:1!important;white-space:nowrap!important;pointer-events:none!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows label:first-of-type::after{content:"Profile ID or Game ID"}
html body[data-page="home"] #score-route-modal #score-split-profile-rows label:has(input.score-profile-amount)::after{content:"Amount for your friend"}
html body[data-page="home"] #score-route-modal #score-split-profile-rows label:first-of-type:has(input:focus)::after,
html body[data-page="home"] #score-route-modal #score-split-profile-rows label:first-of-type:not(:has(input:placeholder-shown))::after,
html body[data-page="home"] #score-route-modal #score-split-profile-rows label:has(input.score-profile-amount:focus)::after,
html body[data-page="home"] #score-route-modal #score-split-profile-rows label:has(input.score-profile-amount:valid)::after{display:none!important}
html body[data-page="home"] #score-route-modal .score-profile-amount:not(#ldr-v82-friend-amount-1):not(#ldr-v82-friend-amount-2):not(#ldr-v82-friend-amount-3):not(#ldr-v82-friend-amount-4):not(#ldr-v82-friend-amount-5){border:2px solid var(--v82-green)!important;border-bottom-width:1px!important;box-shadow:0 3px 0 var(--v82-green-deep)!important}
html body[data-page="home"] #score-route-modal #score-own-allocation:not(#ldr-v82-own-total-1):not(#ldr-v82-own-total-2):not(#ldr-v82-own-total-3):not(#ldr-v82-own-total-4):not(#ldr-v82-own-total-5){border:2px solid var(--v82-green)!important;background:transparent!important;color:var(--v82-green)!important;box-shadow:0 3px 0 var(--v82-green-deep)!important}

/* Compact both friend-split columns so every control stays inside the frame. */
html body[data-page="home"] #score-route-modal .score-split-parties .score-split-party :is(input:not([type="radio"]),select):not(#ldr-v82-compact-field-1):not(#ldr-v82-compact-field-2):not(#ldr-v82-compact-field-3):not(#ldr-v82-compact-field-4):not(#ldr-v82-compact-field-5){width:100%!important;height:34px!important;min-height:34px!important;padding:5px 8px!important;font-size:11px!important;line-height:1.15!important}
html body[data-page="home"] #score-route-modal .score-split-parties .score-split-party label:not(#ldr-v82-compact-label-1):not(#ldr-v82-compact-label-2):not(#ldr-v82-compact-label-3):not(#ldr-v82-compact-label-4):not(#ldr-v82-compact-label-5){font-size:11px!important;line-height:1.1!important}
html body[data-page="home"] #score-route-modal .score-split-parties #score-own-allocation:not(#ldr-v82-compact-own-1):not(#ldr-v82-compact-own-2):not(#ldr-v82-compact-own-3):not(#ldr-v82-compact-own-4):not(#ldr-v82-compact-own-5){min-height:42px!important;padding:5px 8px!important;font-size:11px!important}
html body[data-page="home"] #score-route-modal .score-split-user-one :is(input:not([type="radio"]),select):not(#ldr-v82-user1-compact-1):not(#ldr-v82-user1-compact-2):not(#ldr-v82-user1-compact-3):not(#ldr-v82-user1-compact-4):not(#ldr-v82-user1-compact-5){height:30px!important;min-height:30px!important;padding:3px 7px!important;font-size:11px!important}
html body[data-page="home"] #score-route-modal .score-split-user-one #score-own-allocation:not(#ldr-v82-user1-total-compact-1):not(#ldr-v82-user1-total-compact-2):not(#ldr-v82-user1-total-compact-3):not(#ldr-v82-user1-total-compact-4):not(#ldr-v82-user1-total-compact-5){height:38px!important;min-height:38px!important;padding:4px 7px!important}

/* One compact box scale everywhere in the Split With a Friend view. */
html body[data-page="home"] #score-route-modal #score-split-options :is(input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]),select):not(#ldr-v82-all-boxes-1):not(#ldr-v82-all-boxes-2):not(#ldr-v82-all-boxes-3):not(#ldr-v82-all-boxes-4):not(#ldr-v82-all-boxes-5){box-sizing:border-box!important;width:100%!important;height:30px!important;min-height:30px!important;padding:3px 7px!important;font-size:11px!important;line-height:1.1!important}
html body[data-page="home"] #score-route-modal #score-split-options :is(#score-own-allocation,.score-own-allocation):not(#ldr-v82-allocation-box-1):not(#ldr-v82-allocation-box-2):not(#ldr-v82-allocation-box-3):not(#ldr-v82-allocation-box-4):not(#ldr-v82-allocation-box-5){box-sizing:border-box!important;height:38px!important;min-height:38px!important;padding:4px 7px!important;font-size:11px!important}
html body[data-page="home"] #score-route-modal #score-split-options #score-allocation-total:not(#ldr-v82-split-total-box-1):not(#ldr-v82-split-total-box-2):not(#ldr-v82-split-total-box-3):not(#ldr-v82-split-total-box-4):not(#ldr-v82-split-total-box-5){box-sizing:border-box!important;height:40px!important;min-height:40px!important;padding:6px 10px!important;font-size:13px!important}
html body[data-page="home"] #score-route-modal #score-split-options .single-recipient-row:not(#ldr-v82-recipient-box-1):not(#ldr-v82-recipient-box-2):not(#ldr-v82-recipient-box-3):not(#ldr-v82-recipient-box-4):not(#ldr-v82-recipient-box-5){margin:0!important;padding:0!important;gap:3px!important}
html body[data-page="home"] #score-route-modal .score-route-context:not(#ldr-v82-top-total-box-1):not(#ldr-v82-top-total-box-2):not(#ldr-v82-top-total-box-3):not(#ldr-v82-top-total-box-4):not(#ldr-v82-top-total-box-5){box-sizing:border-box!important;height:40px!important;min-height:40px!important;padding:6px 10px!important;font-size:13px!important}

/* STEP 4 - user details blue, all amounts green. */
html body[data-page="home"] #recharge-confirm-modal #recharge-confirm-summary:not(#ldr-v82-final-frame-1):not(#ldr-v82-final-frame-2):not(#ldr-v82-final-frame-3):not(#ldr-v82-final-frame-4):not(#ldr-v82-final-frame-5){
  padding:10px!important;border:2px solid var(--v82-blue)!important;border-bottom-width:1px!important;border-radius:12px!important;background:transparent!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 0 14px rgba(85,186,255,.32)!important;
}
html body[data-page="home"] #recharge-confirm-modal :is(.score-confirm-meta,.score-confirm-profile):not(#ldr-v82-final-detail-1):not(#ldr-v82-final-detail-2):not(#ldr-v82-final-detail-3):not(#ldr-v82-final-detail-4):not(#ldr-v82-final-detail-5){
  border:2px solid var(--v82-blue)!important;border-bottom-width:1px!important;border-radius:9px!important;background:transparent!important;color:#d9efff!important;box-shadow:0 3px 0 var(--v82-blue-deep)!important;
}
html body[data-page="home"] #recharge-confirm-modal :is(.score-confirm-profile-header,.score-confirm-app>span):not(#ldr-v82-final-user-1):not(#ldr-v82-final-user-2):not(#ldr-v82-final-user-3):not(#ldr-v82-final-user-4):not(#ldr-v82-final-user-5){color:var(--v82-blue)!important}
html body[data-page="home"] #recharge-confirm-modal :is(.score-confirm-amount,.score-confirm-app>b,.confirm-total,.confirm-total strong):not(#ldr-v82-final-amount-1):not(#ldr-v82-final-amount-2):not(#ldr-v82-final-amount-3):not(#ldr-v82-final-amount-4):not(#ldr-v82-final-amount-5){color:var(--v82-green)!important;-webkit-text-fill-color:var(--v82-green)!important}
html body[data-page="home"] #recharge-confirm-modal .confirm-total:not(#ldr-v82-final-total-1):not(#ldr-v82-final-total-2):not(#ldr-v82-final-total-3):not(#ldr-v82-final-total-4):not(#ldr-v82-final-total-5){min-height:50px!important;font-size:17px!important;border:2px solid var(--v82-green)!important;border-bottom-width:1px!important;background:transparent!important;box-shadow:0 3px 0 var(--v82-green-deep)!important}

/* Apps popup - restore real primary colors and add neutral 3D depth only. */
html body[data-page="home"] div#game-hub-modal #game-hub-content .final-game-actions button.game-hub-action:not(#ldr-v82-app-action-1):not(#ldr-v82-app-action-2):not(#ldr-v82-app-action-3):not(#ldr-v82-app-action-4){
  filter:none!important;text-shadow:none!important;box-shadow:inset 0 2px 0 rgba(255,255,255,.2),0 5px 0 #10051a!important;transform:translateY(0)!important;transition:transform .13s ease,box-shadow .13s ease!important;
}
html body[data-page="home"] div#game-hub-modal #game-hub-content .final-game-actions button.game-hub-action:not(:disabled):active:not(#ldr-v82-app-action-active-1):not(#ldr-v82-app-action-active-2):not(#ldr-v82-app-action-active-3):not(#ldr-v82-app-action-active-4){transform:translateY(4px)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 1px 0 #10051a!important}
html body[data-page="home"] div#game-hub-modal #game-hub-content .final-game-actions button.game-hub-action:is(.play,.free-score):not(#ldr-v82-app-dark-text-1):not(#ldr-v82-app-dark-text-2):not(#ldr-v82-app-dark-text-3):not(#ldr-v82-app-dark-text-4){color:#211300!important;-webkit-text-fill-color:#211300!important}
html body[data-page="home"] div#game-hub-modal #game-hub-content .final-game-actions button.game-hub-action:is(.score,.withdraw,.create,.reset,.download,.logins):not(#ldr-v82-app-light-text-1):not(#ldr-v82-app-light-text-2):not(#ldr-v82-app-light-text-3):not(#ldr-v82-app-light-text-4){color:#fff!important;-webkit-text-fill-color:#fff!important}
html body[data-page="home"] #game-hub-modal .game-hub-copy:not(#ldr-v82-app-copy-1):not(#ldr-v82-app-copy-2):not(#ldr-v82-app-copy-3):not(#ldr-v82-app-copy-4):not(#ldr-v82-app-copy-5){filter:none!important;text-shadow:none!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 3px 0 #10051a!important}

/* Profile: same dark shell, crisp button labels, no colored button glow. */
html body[data-page="home"] #customer-auth-modal .customer-auth-card button:not(#ldr-v82-profile-button-1):not(#ldr-v82-profile-button-2):not(#ldr-v82-profile-button-3):not(#ldr-v82-profile-button-4):not(#ldr-v82-profile-button-5){filter:none!important;text-shadow:none!important;-webkit-text-fill-color:currentColor!important}
html body[data-page="home"] #customer-auth-modal :is(#customer-install-app,#customer-install-app-guest):not(#ldr-v82-profile-download-1):not(#ldr-v82-profile-download-2):not(#ldr-v82-profile-download-3):not(#ldr-v82-profile-download-4):not(#ldr-v82-profile-download-5){box-shadow:inset 0 2px rgba(255,255,255,.28),0 5px 0 #0d6595!important;filter:none!important;text-shadow:none!important}

/* Conditional UI remains governed by the existing application state. */
html body[data-page="home"] :is(
  #add-score-payment-modal,#add-score-modal,#score-route-modal,#recharge-confirm-modal,
  #withdrawal-modal,#game-hub-modal,#game-logins-modal,#customer-auth-modal,#create-account-modal,
  #reset-password-modal,#promotion-eligibility-modal
) [hidden]:not(#ldr-v82-hidden-1):not(#ldr-v82-hidden-2):not(#ldr-v82-hidden-3):not(#ldr-v82-hidden-4):not(#ldr-v82-hidden-5){display:none!important}

@media(max-width:560px){
  html body[data-page="home"] #add-score-modal .score-route-group:nth-of-type(1) .score-choice-list{grid-template-columns:1fr!important}
  html body[data-page="home"] #add-score-modal .score-route-group:nth-of-type(1) label:nth-child(3){grid-column:auto!important}
  html body[data-page="home"] #score-route-modal .score-split-parties:not(#ldr-v82-friend-layout-1):not(#ldr-v82-friend-layout-2):not(#ldr-v82-friend-layout-3):not(#ldr-v82-friend-layout-4):not(#ldr-v82-friend-layout-5){grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}
  html body[data-page="home"] #score-route-modal .score-split-party:not(#ldr-v82-mobile-party-1):not(#ldr-v82-mobile-party-2):not(#ldr-v82-mobile-party-3):not(#ldr-v82-mobile-party-4):not(#ldr-v82-mobile-party-5){gap:3px!important;padding-inline:4px!important}
  html body[data-page="home"] #score-route-modal .score-split-party :is(h4,label,.score-profile-rows,.single-recipient-row,#score-own-allocation):not(#ldr-v82-mobile-field-1):not(#ldr-v82-mobile-field-2):not(#ldr-v82-mobile-field-3):not(#ldr-v82-mobile-field-4):not(#ldr-v82-mobile-field-5){margin-block:0!important}
  html body[data-page="home"] #score-route-modal .score-split-party :is(label,.score-profile-rows,.single-recipient-row):not(#ldr-v82-mobile-grid-1):not(#ldr-v82-mobile-grid-2):not(#ldr-v82-mobile-grid-3):not(#ldr-v82-mobile-grid-4):not(#ldr-v82-mobile-grid-5){gap:3px!important}
  html body[data-page="home"] #score-route-modal .score-split-party :is(input,select,button):not(#ldr-v82-mobile-control-1):not(#ldr-v82-mobile-control-2):not(#ldr-v82-mobile-control-3):not(#ldr-v82-mobile-control-4):not(#ldr-v82-mobile-control-5){font-size:12px!important;padding-inline:8px!important}
  html body[data-page="home"] #score-route-modal .score-split-user-two .score-profile-rows button:not(#ldr-v82-new-person-1):not(#ldr-v82-new-person-2):not(#ldr-v82-new-person-3):not(#ldr-v82-new-person-4):not(#ldr-v82-new-person-5){
    justify-self:start!important;width:auto!important;min-width:0!important;min-height:28px!important;height:28px!important;padding:3px 10px!important;border-radius:999px!important;font-size:11px!important;line-height:1!important;white-space:nowrap!important;
  }
  html body[data-page="home"] #score-route-modal #score-app-allocation-rows>.score-app-allocation-row:not(#ldr-v82-app-row-1):not(#ldr-v82-app-row-2):not(#ldr-v82-app-row-3):not(#ldr-v82-app-row-4):not(#ldr-v82-app-row-5){grid-template-columns:1fr 1fr!important}
  html body[data-page="home"] #score-route-modal :is(#score-app-allocation-total,#score-allocation-total,.score-route-context):not(#ldr-v82-total-1):not(#ldr-v82-total-2):not(#ldr-v82-total-3):not(#ldr-v82-total-4):not(#ldr-v82-total-5){font-size:14px!important}
}

/* Friend fields: move the external captions into their respective boxes. */
html body[data-page="home"] #score-route-modal #score-split-profile-rows .single-recipient-row label:first-of-type,
html body[data-page="home"] #score-route-modal #score-split-profile-rows .single-recipient-row label:has(input[type="number"]){position:relative!important;display:block!important;grid-template-columns:none!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;font-size:0!important;line-height:0!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows .single-recipient-row label:first-of-type>:not(input):not(select),
html body[data-page="home"] #score-route-modal #score-split-profile-rows .single-recipient-row label:has(input[type="number"])>:not(input):not(select){display:none!important;font-size:0!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows .single-recipient-row label:first-of-type::after,
html body[data-page="home"] #score-route-modal #score-split-profile-rows .single-recipient-row label:has(input[type="number"])::after{position:absolute!important;z-index:3!important;left:8px!important;top:4px!important;transform:none!important;color:rgba(218,226,242,.72)!important;font-family:inherit!important;font-size:8.5px!important;font-weight:700!important;line-height:1!important;white-space:nowrap!important;pointer-events:none!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows .single-recipient-row label:first-of-type::after{content:"Profile ID or Game ID"!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows .single-recipient-row label:has(input[type="number"])::after{content:"Amount for your friend"!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows .single-recipient-row label:first-of-type>input,
html body[data-page="home"] #score-route-modal #score-split-profile-rows .single-recipient-row label:has(input[type="number"])>input{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;height:36px!important;min-height:36px!important;margin:0!important;padding:13px 7px 2px!important;font-size:11px!important;line-height:1.1!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows .single-recipient-row label:first-of-type>input::placeholder{color:transparent!important;-webkit-text-fill-color:transparent!important;opacity:0!important}

/* Generated friend fields: remove the outside label column and use in-box guides. */
html body[data-page="home"] #score-route-modal #score-split-profile-rows .ldr-v82-inline-guide-label{display:none!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows .ldr-v82-inline-guide-wrap{position:relative!important;display:block!important;grid-column:1/-1!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;font-size:0!important;line-height:0!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows .ldr-v82-inline-guide-wrap::before,
html body[data-page="home"] #score-route-modal #score-split-profile-rows .ldr-v82-inline-guide-wrap::after{content:none!important;display:none!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows input.ldr-v82-inline-guide-input{display:block!important;grid-column:1/-1!important;width:100%!important;max-width:100%!important;min-width:0!important;height:32px!important;min-height:32px!important;margin:0!important;padding:4px 8px!important;font-size:11px!important;line-height:1.15!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows input.ldr-v82-inline-guide-input::placeholder{color:rgba(218,226,242,.68)!important;-webkit-text-fill-color:rgba(218,226,242,.68)!important;opacity:1!important;font-size:10px!important;font-weight:700!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows .ldr-v82-inline-guide-row{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;max-width:100%!important;min-width:0!important;gap:3px!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows .ldr-v82-person-switch{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;max-width:100%!important;min-width:0!important;gap:4px!important;margin:0!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows .ldr-v82-person-switch-control{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:100%!important;min-width:0!important;height:24px!important;min-height:24px!important;margin:0!important;padding:2px 4px!important;font-size:8.5px!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
html body[data-page="home"] #score-route-modal .score-split-user-two,
html body[data-page="home"] #score-route-modal .score-split-user-two *,
html body[data-page="home"] #score-route-modal #score-split-profile-rows,
html body[data-page="home"] #score-route-modal #score-split-profile-rows *{box-sizing:border-box!important;min-width:0!important}
html body[data-page="home"] #score-route-modal .score-split-user-two :is(input,select,button),
html body[data-page="home"] #score-route-modal #score-split-profile-rows :is(input,select,button,label){width:100%!important;max-width:100%!important}
html body[data-page="home"] #score-route-modal .score-split-user-two,
html body[data-page="home"] #score-route-modal #score-split-profile-rows{width:100%!important;max-width:100%!important;min-width:0!important;margin-inline:0!important;padding-inline:0!important}
html body[data-page="home"] #score-route-modal :is(#score-split-recipient-app,#score-split-profile-rows input.ldr-v82-inline-guide-input){box-sizing:border-box!important;display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;height:32px!important;min-height:32px!important;margin:0!important;padding:4px 8px!important;border-radius:9px!important;font-size:11px!important;line-height:1.15!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows .ldr-v82-person-switch{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:4px!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows .ldr-v82-person-switch-control,
html body[data-page="home"] #score-route-modal #score-split-profile-rows .ldr-v82-person-switch-control *{box-sizing:border-box!important;min-width:0!important;max-width:100%!important;white-space:nowrap!important}

/* Flat popup system: retain colors, remove all raised/pressed 3D treatment. */
html body[data-page="home"] :is(
  #add-score-payment-modal,#add-score-modal,#score-route-modal,#recharge-confirm-modal,
  #recharge-status-modal,#withdrawal-modal,#game-hub-modal,#game-logins-modal,
  #customer-auth-modal,#create-account-modal,#reset-password-modal,
  #promotion-eligibility-modal,#guide-popup-modal,#rules-popup-modal,
  #contact-message-modal,#qr-message-modal,#phone-modal,#account-help-modal,
  #customer-activity-modal
) :is(
  button,input:not([type="radio"]):not([type="checkbox"]),select,textarea,
  .score-choice-list span,.score-payment-option,.score-selected-game,
  .score-route-context,.score-allocation-total,.score-own-allocation,
  .score-flat-section,.score-route-section,.single-recipient-row,
  .score-app-allocation-row,.request-confirm-summary,.request-status-steps,
  .customer-auth-section,.customer-profile-section,.game-hub-content,
  .account-rule-note,.created-credential,.account-help-action
){box-shadow:none!important;filter:none!important;text-shadow:none!important;transform:none!important;border-bottom-width:1px!important}
html body[data-page="home"] :is(
  #add-score-payment-modal,#add-score-modal,#score-route-modal,#recharge-confirm-modal,
  #recharge-status-modal,#withdrawal-modal,#game-hub-modal,#game-logins-modal,
  #customer-auth-modal,#create-account-modal,#reset-password-modal,
  #promotion-eligibility-modal,#guide-popup-modal,#rules-popup-modal,
  #contact-message-modal,#qr-message-modal,#phone-modal,#account-help-modal,
  #customer-activity-modal
) :is(button,input,select,textarea){transition:background-color .15s ease,border-color .15s ease,color .15s ease!important}

/* Authoritative flat finish for every popup frame and control. */
html body[data-page="home"] :is(
  #add-score-payment-modal,#add-score-modal,#score-route-modal,#recharge-confirm-modal,
  #recharge-status-modal,#withdrawal-modal,#game-hub-modal,#game-logins-modal,
  #customer-auth-modal,#create-account-modal,#reset-password-modal,
  #promotion-eligibility-modal,#guide-popup-modal,#rules-popup-modal,
  #contact-message-modal,#qr-message-modal,#phone-modal,#account-help-modal,
  #customer-activity-modal
) :is(
  .add-score-card,.reference-modal-card,.contact-message-card,.phone-modal-card,
  .create-game-account-card,.create-account-request-card,.embedded-game-shell,
  button,[role="button"],input:not([type="radio"]):not([type="checkbox"]),select,textarea,
  .score-choice-list span,.score-payment-option,.score-selected-game,
  .score-route-context,.score-allocation-total,.score-own-allocation,
  .score-flat-section,.score-route-section,.score-route-group,.score-split-party,
  .single-recipient-row,.score-app-allocation-row,.request-confirm-summary,
  .request-status-steps,.customer-auth-section,.customer-profile-section,
  .game-hub-content,.account-rule-note,.created-credential,.account-help-action
){border-width:1px!important;border-bottom-width:1px!important;box-shadow:none!important;filter:none!important;text-shadow:none!important;transform:none!important;background-image:none!important;outline:none!important}
html body[data-page="home"] :is(
  #add-score-payment-modal,#add-score-modal,#score-route-modal,#recharge-confirm-modal,
  #recharge-status-modal,#withdrawal-modal,#game-hub-modal,#game-logins-modal,
  #customer-auth-modal,#create-account-modal,#reset-password-modal,
  #promotion-eligibility-modal,#guide-popup-modal,#rules-popup-modal,
  #contact-message-modal,#qr-message-modal,#phone-modal,#account-help-modal,
  #customer-activity-modal
) :is(button,[role="button"],input,select,textarea):focus-visible{outline:1px solid rgba(255,255,255,.72)!important;outline-offset:1px!important;box-shadow:none!important;transform:none!important}
html body[data-page="home"] :is(
  #add-score-payment-modal,#add-score-modal,#score-route-modal,#recharge-confirm-modal,
  #recharge-status-modal,#withdrawal-modal,#game-hub-modal,#game-logins-modal,
  #customer-auth-modal,#create-account-modal,#reset-password-modal,
  #promotion-eligibility-modal,#guide-popup-modal,#rules-popup-modal,
  #contact-message-modal,#qr-message-modal,#phone-modal,#account-help-modal,
  #customer-activity-modal
) :is(.score-flat-section,.score-route-section,.score-route-group,.score-split-party,.single-recipient-row,.score-app-allocation-row)::before,
html body[data-page="home"] :is(
  #add-score-payment-modal,#add-score-modal,#score-route-modal,#recharge-confirm-modal,
  #recharge-status-modal,#withdrawal-modal,#game-hub-modal,#game-logins-modal,
  #customer-auth-modal,#create-account-modal,#reset-password-modal,
  #promotion-eligibility-modal,#guide-popup-modal,#rules-popup-modal,
  #contact-message-modal,#qr-message-modal,#phone-modal,#account-help-modal,
  #customer-activity-modal
) :is(.score-flat-section,.score-route-section,.score-route-group,.score-split-party,.single-recipient-row,.score-app-allocation-row)::after{box-shadow:none!important;filter:none!important}

/* Saved/Create: two separate compact flat pills, never touching or nesting borders. */
html body[data-page="home"] #score-route-modal #score-split-profile-rows .ldr-v82-person-switch{display:flex!important;align-items:center!important;justify-content:flex-start!important;grid-template-columns:none!important;gap:6px!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows .ldr-v82-person-switch>.ldr-v82-person-switch-control{box-sizing:border-box!important;display:inline-flex!important;flex:0 0 64px!important;align-items:center!important;justify-content:center!important;width:64px!important;max-width:64px!important;min-width:64px!important;height:24px!important;min-height:24px!important;margin:0!important;padding:2px 6px!important;border:1px solid rgba(85,186,255,.9)!important;border-radius:999px!important;background:rgba(21,73,119,.34)!important;box-shadow:none!important;outline:none!important;transform:none!important;font-size:9px!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows .ldr-v82-person-switch>.ldr-v82-person-switch-control :is(span,b,strong){display:inline!important;width:auto!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;outline:none!important;color:inherit!important;font-size:inherit!important;line-height:inherit!important;white-space:nowrap!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows .ldr-v82-person-switch>.ldr-v82-person-switch-control *,
html body[data-page="home"] #score-route-modal #score-split-profile-rows .ldr-v82-person-switch>.ldr-v82-person-switch-control *:focus,
html body[data-page="home"] #score-route-modal #score-split-profile-rows .ldr-v82-person-switch>.ldr-v82-person-switch-control *:focus-visible{border:0!important;border-width:0!important;outline:0!important;outline-offset:0!important;box-shadow:none!important;text-shadow:none!important;background-image:none!important;transform:none!important;filter:none!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows .ldr-v82-person-switch>.ldr-v82-person-switch-control *::before,
html body[data-page="home"] #score-route-modal #score-split-profile-rows .ldr-v82-person-switch>.ldr-v82-person-switch-control *::after{border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;filter:none!important}
html body[data-page="home"] #score-route-modal #score-split-profile-rows .ldr-v82-person-switch>.ldr-v82-person-switch-control:focus,
html body[data-page="home"] #score-route-modal #score-split-profile-rows .ldr-v82-person-switch>.ldr-v82-person-switch-control:focus-visible{outline:0!important;outline-offset:0!important;box-shadow:none!important}

/* Game actions are the deliberate 3D exception: restore their original colors. */
html body[data-page="home"] #game-hub-modal #game-hub-content .final-game-actions button.game-hub-action{background-image:none!important;filter:none!important;text-shadow:none!important;transform:translateY(0)!important;box-shadow:inset 0 2px 0 rgba(255,255,255,.24),0 5px 0 #10051a!important;transition:transform .13s ease,box-shadow .13s ease,filter .13s ease!important}
html body[data-page="home"] #game-hub-modal #game-hub-content .final-game-actions button.game-hub-action.play{background-color:#f1c232!important;border-color:#f4d061!important;color:#160f00!important;-webkit-text-fill-color:#160f00!important}
html body[data-page="home"] #game-hub-modal #game-hub-content .final-game-actions button.game-hub-action:is(.score,.withdraw,.download,.logins){background-color:#250b37!important;border-color:#5b3b68!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
html body[data-page="home"] #game-hub-modal #game-hub-content .final-game-actions button.game-hub-action.create{background-color:#6f20a8!important;border-color:#f0d05c!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
html body[data-page="home"] #game-hub-modal #game-hub-content .final-game-actions button.game-hub-action.reset{background-color:#120819!important;border-color:#ce38dc!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
html body[data-page="home"] #game-hub-modal #game-hub-content .final-game-actions button.game-hub-action.free-score{background-color:#d8a217!important;border-color:#e4b627!important;color:#160f00!important;-webkit-text-fill-color:#160f00!important}
html body[data-page="home"] #game-hub-modal #game-hub-content .final-game-actions button.game-hub-action:not(:disabled):active{transform:translateY(4px)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 1px 0 #10051a!important}

/* Runtime-tagged game buttons: authoritative colors regardless of generated classes. */
html body[data-page="home"] #game-hub-modal #game-hub-content button[class*="ldr-v82-action-"]{filter:none!important;text-shadow:none!important;transform:translateY(0)!important;box-shadow:inset 0 2px 0 rgba(255,255,255,.24),0 5px 0 #10051a!important;transition:transform .13s ease,box-shadow .13s ease!important}
html body[data-page="home"] #game-hub-modal #game-hub-content button.ldr-v82-action-play{background:#f1c232!important;border-color:#f4d061!important;color:#160f00!important;-webkit-text-fill-color:#160f00!important}
html body[data-page="home"] #game-hub-modal #game-hub-content button:is(.ldr-v82-action-score,.ldr-v82-action-withdraw,.ldr-v82-action-download,.ldr-v82-action-logins){background:#250b37!important;border-color:#5b3b68!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
html body[data-page="home"] #game-hub-modal #game-hub-content button.ldr-v82-action-create{background:#6f20a8!important;border-color:#f0d05c!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
html body[data-page="home"] #game-hub-modal #game-hub-content button.ldr-v82-action-reset{background:#120819!important;border-color:#ce38dc!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
html body[data-page="home"] #game-hub-modal #game-hub-content button.ldr-v82-action-free{background:#d8a217!important;border-color:#e4b627!important;color:#160f00!important;-webkit-text-fill-color:#160f00!important}
html body[data-page="home"] #game-hub-modal #game-hub-content button.ldr-v82-action-score{background:#159447!important;border-color:#48dc80!important;color:#fff!important;-webkit-text-fill-color:#fff!important;box-shadow:inset 0 2px 0 rgba(255,255,255,.24),0 5px 0 #075b2a!important}
html body[data-page="home"] #game-hub-modal #game-hub-content button.ldr-v82-action-withdraw{background:#c92d44!important;border-color:#ff6b7f!important;color:#fff!important;-webkit-text-fill-color:#fff!important;box-shadow:inset 0 2px 0 rgba(255,255,255,.24),0 5px 0 #741526!important}
html body[data-page="home"] #game-hub-modal #game-hub-content button.ldr-v82-action-download{background:#2563c5!important;border-color:#69a9ff!important;color:#fff!important;-webkit-text-fill-color:#fff!important;box-shadow:inset 0 2px 0 rgba(255,255,255,.24),0 5px 0 #123d84!important}
html body[data-page="home"] #game-hub-modal #game-hub-content button.ldr-v82-action-logins{background:#31a9d6!important;border-color:#8be2fa!important;color:#071820!important;-webkit-text-fill-color:#071820!important;box-shadow:inset 0 2px 0 rgba(255,255,255,.3),0 5px 0 #176582!important}
html body[data-page="home"] #game-hub-modal #game-hub-content button[class*="ldr-v82-action-"]:not(:disabled):active{transform:translateY(4px)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 1px 0 #10051a!important}

/* Promotion claim action: gold. */
html body[data-page="home"] #promotion-eligibility-modal button.reference-primary-button{background:#d8a217!important;background-image:none!important;border:1px solid #f1c232!important;color:#160f00!important;-webkit-text-fill-color:#160f00!important;filter:none!important;text-shadow:none!important;transform:translateY(0)!important;box-shadow:inset 0 2px 0 rgba(255,255,255,.3),0 5px 0 #795500!important;transition:transform .13s ease,box-shadow .13s ease!important}
html body[data-page="home"] #promotion-eligibility-modal button.reference-primary-button:not(:disabled):active{transform:translateY(4px)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 0 #795500!important}

/* Exact game-popup action colors only; do not recolor anything elsewhere. */
html body[data-page="home"] #game-hub-modal #game-hub-content .final-game-actions>button.game-hub-action.score[data-hub-action="score"]{background:#008000!important;border-color:#00b800!important;color:#fff!important;-webkit-text-fill-color:#fff!important;box-shadow:inset 0 2px 0 rgba(255,255,255,.25),0 5px 0 #004d00!important}
html body[data-page="home"] #game-hub-modal #game-hub-content .final-game-actions>button:nth-of-type(3){background:#ff0000!important;border-color:#ff6666!important;color:#fff!important;-webkit-text-fill-color:#fff!important;box-shadow:inset 0 2px 0 rgba(255,255,255,.25),0 5px 0 #8b0000!important}
html body[data-page="home"] #game-hub-modal #game-hub-content .final-game-actions>button:nth-of-type(6){background:#0000ff!important;border-color:#6666ff!important;color:#fff!important;-webkit-text-fill-color:#fff!important;box-shadow:inset 0 2px 0 rgba(255,255,255,.25),0 5px 0 #00008b!important}
html body[data-page="home"] #game-hub-modal #game-hub-content .final-game-actions>button:nth-of-type(7){background:#add8e6!important;border-color:#d8f2fa!important;color:#071820!important;-webkit-text-fill-color:#071820!important;box-shadow:inset 0 2px 0 rgba(255,255,255,.35),0 5px 0 #5f9ea0!important}

/* V93 Saved Logins: compact profile vault with distinct account cards. */
html body[data-page="home"] #game-logins-modal .game-logins-card{width:min(720px,calc(100% - 20px))!important;padding:26px!important;border:1px solid rgba(146,213,255,.45)!important;border-radius:24px!important;background:#1d0b2a!important}
html body[data-page="home"] #game-logins-modal .modal-eyebrow{margin:0 0 4px!important;color:#7fdcff!important;font-size:11px!important;font-weight:900!important;letter-spacing:.16em!important}
html body[data-page="home"] #game-logins-modal #game-logins-title{margin:0!important;color:#fff!important;font-size:clamp(23px,5vw,34px)!important;line-height:1.05!important;letter-spacing:-.02em!important}
html body[data-page="home"] #game-logins-modal .game-logins-subtitle{margin:8px 0 0!important;color:#d4c6dc!important;line-height:1.45!important}
html body[data-page="home"] #game-logins-modal .game-logins-overview{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:18px 0 4px!important;padding:11px 13px!important;border:1px solid rgba(104,207,255,.3)!important;border-radius:12px!important;background:rgba(25,116,154,.16)!important;color:#bfeeff!important}
html body[data-page="home"] #game-logins-modal .game-logins-overview span{font-size:12px!important;font-weight:800!important}
html body[data-page="home"] #game-logins-modal .game-logins-overview strong{color:#fff!important;font-size:12px!important;text-align:right!important}
html body[data-page="home"] #game-logins-modal .game-logins-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin:14px 0!important}
html body[data-page="home"] #game-logins-modal .game-login-card{display:grid!important;gap:14px!important;min-width:0!important;padding:15px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:16px!important;background:rgba(57,23,73,.72)!important}
html body[data-page="home"] #game-logins-modal .game-login-card-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important}
html body[data-page="home"] #game-logins-modal .game-login-card-title{display:grid!important;gap:2px!important}
html body[data-page="home"] #game-logins-modal .game-login-card-title small{color:#8bdcff!important;font-size:9px!important;font-weight:900!important;letter-spacing:.14em!important}
html body[data-page="home"] #game-logins-modal .game-login-card-title strong{color:#fff!important;font-size:17px!important}
html body[data-page="home"] #game-logins-modal .game-login-card-head>span{padding:5px 8px!important;border:1px solid rgba(94,235,153,.27)!important;border-radius:999px!important;background:rgba(25,121,70,.28)!important;color:#8bffb9!important;font-size:9px!important;font-weight:900!important;white-space:nowrap!important}
html body[data-page="home"] #game-logins-modal .game-login-fields{display:grid!important;gap:10px!important}
html body[data-page="home"] #game-logins-modal .game-login-fields label{display:grid!important;gap:5px!important;color:#bcaec7!important;font-size:11px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.06em!important}
html body[data-page="home"] #game-logins-modal .game-login-value{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:6px!important}
html body[data-page="home"] #game-logins-modal .game-login-value:has(button+button){grid-template-columns:minmax(0,1fr) auto auto!important}
html body[data-page="home"] #game-logins-modal .game-login-value code{display:flex!important;align-items:center!important;min-height:38px!important;padding:8px 10px!important;border:1px solid rgba(153,204,255,.25)!important;border-radius:9px!important;background:rgba(17,6,26,.38)!important;color:#fff!important;font-size:12px!important;text-transform:none!important;letter-spacing:0!important}
html body[data-page="home"] #game-logins-modal .game-login-value code.credential-missing{color:#d9a9e6!important;font-family:inherit!important;font-size:11px!important}
html body[data-page="home"] #game-logins-modal .game-login-value button{min-height:38px!important;padding:0 9px!important;border:1px solid rgba(130,209,255,.38)!important;border-radius:9px!important;background:#2b6d91!important;color:#fff!important;font-size:10px!important;font-weight:900!important}
html body[data-page="home"] #game-logins-modal .game-login-card footer{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;padding-top:2px!important}
html body[data-page="home"] #game-logins-modal .game-login-card footer small{color:#9f91aa!important;font-size:9px!important;line-height:1.3!important}
html body[data-page="home"] #game-logins-modal button.game-login-reset{min-height:30px!important;padding:0 9px!important;border:1px solid rgba(216,159,255,.32)!important;border-radius:8px!important;background:rgba(106,44,137,.72)!important;color:#fff!important;font-size:9px!important;font-weight:900!important;white-space:nowrap!important}
html body[data-page="home"] #game-logins-modal .game-logins-empty{grid-column:1/-1!important}
html body[data-page="home"] #game-logins-modal #game-logins-refresh{width:100%!important;min-height:44px!important;border:1px solid rgba(124,213,255,.42)!important;border-radius:11px!important;background:#256f96!important;color:#fff!important}
@media(max-width:620px){
  html body[data-page="home"] #game-logins-modal .game-logins-card{padding:22px 13px 16px!important;border-radius:18px!important}
  html body[data-page="home"] #game-logins-modal .game-logins-list{grid-template-columns:1fr!important}
  html body[data-page="home"] #game-logins-modal .game-login-card{padding:13px!important}
  html body[data-page="home"] #game-logins-modal .game-login-value button{padding:0 8px!important}
}

/* V82.33 app popup buttons only: keep every existing color, remove raised/pressed depth. */
html body[data-page="home"] #game-hub-modal#game-hub-modal #game-hub-content .final-game-actions button.game-hub-action,
html body[data-page="home"] #game-hub-modal#game-hub-modal #game-hub-content .final-game-actions button.game-hub-action:is(:hover,:focus-visible,:active),
html body[data-page="home"] #game-hub-modal#game-hub-modal #game-hub-content button[class*="ldr-v82-action-"],
html body[data-page="home"] #game-hub-modal#game-hub-modal #game-hub-content button[class*="ldr-v82-action-"]:is(:hover,:focus-visible,:active){box-shadow:none!important;text-shadow:none!important;transform:none!important;filter:none!important;transition:none!important}
