.ph-panel,.ph-locked-state{max-width:560px;margin:24px auto;padding:24px;background:#12141a;border:1px solid #2a2d33;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.45);color:#fff;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}
.ph-panel h3,.ph-locked-state h2{margin:0 0 14px;font-size:24px;font-weight:800;letter-spacing:.2px;color:#fff}
.ph-panel p,.ph-locked-state p{margin:0 0 12px;color:#bfc6d1;line-height:1.7}
.ph-panel-view{display:none}
.ph-panel-view.is-active{display:block}

/* === Inputs === */
.ph-panel input:not([type=radio]):not([type=checkbox]),.ph-panel input[type=email],.ph-panel input[type=password],.ph-panel input[type=text],.ph-panel input[type=number],.eael-login-registration-wrapper input.eael-lr-form-control,.eael-login-registration-wrapper input.eael-lr-form-control[type=email],.eael-login-registration-wrapper input.eael-lr-form-control[type=password],.eael-login-registration-wrapper input.eael-lr-form-control[type=text]{box-sizing:border-box;width:100%;height:48px;margin:0 0 12px;padding:0 14px;border-radius:14px!important;border:1px solid #2a2d33!important;background:#181c24!important;background-color:#181c24!important;background-image:none!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:16px;outline:none;appearance:none;-webkit-appearance:none;caret-color:#fff;color-scheme:dark;background-clip:padding-box;box-shadow:0 0 0 1000px #181c24 inset,0 1px 0 rgba(255,255,255,.03)!important;-webkit-box-shadow:0 0 0 1000px #181c24 inset,0 1px 0 rgba(255,255,255,.03)!important}
.ph-panel input:not([type=radio]):not([type=checkbox]):focus,.ph-panel input:not([type=radio]):not([type=checkbox]):active,.ph-panel input:not([type=radio]):not([type=checkbox]):focus-visible,.ph-panel input[type=email]:focus,.ph-panel input[type=password]:focus,.ph-panel input[type=text]:focus,.eael-login-registration-wrapper input.eael-lr-form-control:focus,.eael-login-registration-wrapper input.eael-lr-form-control:active,.eael-login-registration-wrapper input.eael-lr-form-control:focus-visible{background:#181c24!important;background-color:#181c24!important;background-image:none!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border-color:rgba(213,242,91,.55)!important;box-shadow:0 0 0 2px rgba(213,242,91,.18),0 0 0 1000px #181c24 inset!important;-webkit-box-shadow:0 0 0 2px rgba(213,242,91,.18),0 0 0 1000px #181c24 inset!important}
.ph-panel input:not([type=radio]):not([type=checkbox]):-webkit-autofill,.ph-panel input:not([type=radio]):not([type=checkbox]):-webkit-autofill:hover,.ph-panel input:not([type=radio]):not([type=checkbox]):-webkit-autofill:focus,.eael-login-registration-wrapper input.eael-lr-form-control:-webkit-autofill,.eael-login-registration-wrapper input.eael-lr-form-control:-webkit-autofill:hover,.eael-login-registration-wrapper input.eael-lr-form-control:-webkit-autofill:focus{-webkit-text-fill-color:#fff!important;border:1px solid rgba(213,242,91,.55)!important;-webkit-box-shadow:0 0 0 1000px #181c24 inset,0 0 0 2px rgba(213,242,91,.18)!important;box-shadow:0 0 0 1000px #181c24 inset,0 0 0 2px rgba(213,242,91,.18)!important;transition:background-color 9999s ease-out 0s}
.ph-panel input::placeholder,.eael-login-registration-wrapper input.eael-lr-form-control::placeholder{color:#d0d3da}

/* === Login header (title + language flags inline) === */
.ph-panel .ph-panel-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 14px;
}
.ph-panel .ph-panel-header h3{margin:0!important}
.ph-panel .ph-panel-lang-flags{
  display:inline-flex;
  align-items:center;
  gap:6px;
  flex:0 0 auto;
}

/* === Form rows (inline fields) === */
.ph-panel .ph-form-row{display:flex!important;gap:10px!important;width:100%!important;margin:0!important;align-items:stretch!important}
.ph-panel .ph-form-row>input{flex:1 1 0!important;min-width:0!important;width:auto!important;height:48px!important}
.ph-panel .ph-form-row>.ph-input-age{flex:0 0 84px!important}
.ph-panel input.ph-input-age::-webkit-outer-spin-button,
.ph-panel input.ph-input-age::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}
.ph-panel input.ph-input-age{-moz-appearance:textfield}
@media (max-width:400px){
  .ph-panel .ph-form-row{gap:8px!important}
  .ph-panel .ph-form-row>.ph-input-age{flex:0 0 68px!important}
  .ph-panel .ph-form-row>input{padding:0 12px!important;font-size:15px!important}
}

/* === Button rows === */
.ph-button-row{display:flex!important;flex-wrap:wrap!important;gap:12px!important;margin-top:14px!important}

/* === Block (full-width) button modifier === */
.ph-panel .ph-button.ph-button-block,
.ph-panel a.ph-button.ph-button-block,
.ph-panel button.ph-button.ph-button-block,
body .ph-panel .ph-button.ph-button-block{
  display:flex!important;
  width:100%!important;
  height:48px!important;
  padding:0 14px!important;
  margin-top:4px!important;
}

/* === Base button === */
.ph-panel .ph-button,.ph-locked-state .ph-button,.ph-panel a.ph-button,.ph-panel button.ph-button,.ph-panel-links button,
body .ph-panel .ph-button,body .ph-locked-state .ph-button{
  appearance:none!important;
  -webkit-appearance:none!important;
  cursor:pointer!important;
  text-decoration:none!important;
  text-transform:none!important;
  transition:background .2s ease,color .2s ease,border-color .2s ease!important;
  box-sizing:border-box!important;
}
.ph-panel .ph-button,.ph-locked-state .ph-button,.ph-panel a.ph-button,.ph-panel button.ph-button,
body .ph-panel .ph-button,body .ph-locked-state .ph-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:12px 18px!important;
  border:none!important;
  border-radius:14px!important;
  font-size:16px!important;
  font-weight:800!important;
  line-height:1.2!important;
  letter-spacing:.3px!important;
  min-height:0!important;
  width:auto!important;
  height:auto!important;
  text-shadow:none!important;
  box-shadow:none!important;
}

/* === Primary button === */
.ph-button-primary,.ph-panel .ph-button-primary,.ph-panel a.ph-button-primary,.ph-panel button.ph-button-primary,.ph-panel .ph-button-primary span,.ph-panel .ph-button-primary *,.ph-panel .ph-ajax-form button.ph-button-primary,.ph-panel .ph-ajax-form button.ph-button-primary[type=submit],.ph-panel .ph-ajax-form button.ph-button-primary[type=submit] span,.ph-panel .ph-ajax-form button.ph-button-primary[type=submit] *,
body .ph-panel .ph-button-primary,body .ph-locked-state .ph-button-primary{
  background:linear-gradient(135deg,#d5f25b,#d5f25b)!important;
  background-color:#d5f25b!important;
  border:none!important;
  color:#000!important;
  -webkit-text-fill-color:#000!important;
}
.ph-button-primary:hover,.ph-panel .ph-button-primary:hover,.ph-panel a.ph-button-primary:hover,.ph-panel button.ph-button-primary:hover,.ph-panel .ph-ajax-form button.ph-button-primary:hover,.ph-panel .ph-ajax-form button.ph-button-primary[type=submit]:hover,
body .ph-panel .ph-button-primary:hover,body .ph-locked-state .ph-button-primary:hover{
  background:#fff!important;
  background-color:#fff!important;
  color:#000!important;
  -webkit-text-fill-color:#000!important;
}
.ph-button-primary:visited,.ph-button-primary:focus,.ph-button-primary:active,.ph-panel .ph-button-primary:visited,.ph-panel .ph-button-primary:focus,.ph-panel .ph-button-primary:active,.ph-panel .ph-button-primary:visited span,.ph-panel .ph-button-primary:focus span,.ph-panel .ph-button-primary:active span,.ph-panel .ph-ajax-form button.ph-button-primary:visited,.ph-panel .ph-ajax-form button.ph-button-primary:focus,.ph-panel .ph-ajax-form button.ph-button-primary:active,.ph-panel .ph-ajax-form button.ph-button-primary:visited *,.ph-panel .ph-ajax-form button.ph-button-primary:focus *,.ph-panel .ph-ajax-form button.ph-button-primary:active *{
  color:#000!important;
  -webkit-text-fill-color:#000!important;
  outline:none!important;
}

/* === Secondary button === */
.ph-button-secondary,.ph-panel .ph-button-secondary,.ph-panel a.ph-button-secondary,.ph-panel button.ph-button-secondary,
body .ph-panel .ph-button-secondary,body .ph-locked-state .ph-button-secondary{
  background:#181c24!important;
  background-color:#181c24!important;
  border:1px solid #2a2d33!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
.ph-button-secondary:hover,.ph-panel .ph-button-secondary:hover,
body .ph-panel .ph-button-secondary:hover{
  border-color:rgba(213,242,91,.55)!important;
  box-shadow:0 0 0 2px rgba(213,242,91,.18) inset!important;
  background:#181c24!important;
  color:#fff!important;
}

/* === Ghost button === */
.ph-button-ghost,.ph-panel .ph-button-ghost,.ph-panel a.ph-button-ghost,.ph-panel button.ph-button-ghost,
body .ph-panel .ph-button-ghost,body .ph-locked-state .ph-button-ghost{
  background:transparent!important;
  background-color:transparent!important;
  border:1px solid #2a2d33!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
.ph-button-ghost:hover,.ph-panel .ph-button-ghost:hover,
body .ph-panel .ph-button-ghost:hover{
  border-color:rgba(255,255,255,.18)!important;
  background:#181c24!important;
  background-color:#181c24!important;
  color:#fff!important;
}

/* === Inline link buttons === */
.ph-panel-links{display:flex!important;gap:16px!important;flex-wrap:wrap!important;margin-top:10px!important}
.ph-panel-links button{
  padding:0!important;
  border:none!important;
  background:none!important;
  background-color:transparent!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-weight:700!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
.ph-panel-links button:hover{
  color:#d5f25b!important;
  -webkit-text-fill-color:#d5f25b!important;
}

/* === Notices and badges === */
.ph-panel-notice{display:none;margin-top:16px;padding:12px 14px;border-radius:12px;background:rgba(213,242,91,.10);border:1px solid rgba(213,242,91,.55);color:#d5f25b;font-weight:600}
.ph-panel-notice.is-visible{display:block}
.ph-panel-notice.is-error{background:#2a1619;border-color:#5c2f35;color:#ffd8df;font-weight:600}
.ph-status-badge{display:inline-flex;align-items:center;margin-bottom:12px;padding:8px 12px;border-radius:999px;background:#181c24;border:1px solid #2a2d33;color:#d5f25b;font-size:12px;letter-spacing:.08em;text-transform:uppercase}

/* === Status row + logout icon === */
.ph-account-card .ph-account-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px}
.ph-account-card .ph-account-row .ph-status-badge{margin-bottom:0}
.ph-account-card .ph-logout-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  padding:0;
  border-radius:8px;
  color:#fff;
  background:transparent;
  border:none;
  text-decoration:none;
  transition:transform .15s ease,opacity .15s ease,background .15s ease;
}
.ph-account-card .ph-logout-icon svg{width:24px;height:24px;display:block}
.ph-account-card .ph-logout-icon:hover{transform:scale(1.06);background:rgba(255,255,255,.06)}
.ph-account-card .ph-logout-icon:focus-visible{outline:2px solid rgba(213,242,91,.55);outline-offset:2px}

/* === Confirmation modal === */
.ph-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:16px}
.ph-modal[hidden]{display:none!important}
.ph-modal .ph-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}
.ph-modal .ph-modal-card{
  position:relative;
  width:100%;
  max-width:420px;
  padding:24px;
  background:#12141a;
  border:1px solid #2a2d33;
  border-radius:16px;
  box-shadow:0 30px 60px rgba(0,0,0,.55);
  color:#fff;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  animation:ph-modal-pop .15s ease-out;
}
.ph-modal .ph-modal-card h3{margin:0 0 8px;font-size:20px;font-weight:800;color:#fff}
.ph-modal .ph-modal-card p{margin:0 0 18px;color:#bfc6d1;line-height:1.6}
.ph-modal .ph-button-row{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:0!important;justify-content:flex-end}
.ph-modal .ph-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:10px 16px!important;
  border-radius:12px!important;
  font-size:15px!important;
  font-weight:800!important;
  letter-spacing:.2px!important;
  text-decoration:none!important;
  cursor:pointer;
  border:none!important;
  transition:background .2s ease,color .2s ease,border-color .2s ease;
  box-shadow:none!important;
}
.ph-modal .ph-button-primary{background:#d5f25b!important;color:#000!important;-webkit-text-fill-color:#000!important}
.ph-modal .ph-button-primary:hover{background:#fff!important;color:#000!important}
.ph-modal .ph-button-secondary{background:#181c24!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border:1px solid #2a2d33!important}
.ph-modal .ph-button-secondary:hover{border-color:rgba(255,255,255,.18)!important}
@keyframes ph-modal-pop{
  from{transform:translateY(6px) scale(.98);opacity:0}
  to{transform:translateY(0) scale(1);opacity:1}
}

/* === Plan picker modal === */
/* All overrides below use !important because host themes (Hello, Astra, Storefront, etc.)
   aggressively style bare <button> elements and will otherwise leak through. */
.ph-plan-modal .ph-modal-card.ph-plan-modal-card{max-width:520px!important;padding:24px 24px 22px!important;text-align:left;position:relative}
.ph-plan-modal-flags{position:absolute;top:16px;right:16px;display:flex;align-items:center;gap:6px;z-index:2}
.ph-plan-modal-flags a,.ph-plan-modal-flags button,.ph-plan-modal-flags img,.ph-plan-modal-flags svg{display:inline-block;line-height:0;vertical-align:middle}
.ph-plan-modal-flags img{max-height:18px;width:auto}
.ph-plan-modal-eyebrow{padding-right:80px}
.ph-plan-modal-eyebrow{color:#d5f25b;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;margin:0 0 6px}
.ph-plan-modal .ph-modal-card h3{margin:0 0 4px!important;font-size:22px!important}
.ph-plan-modal-sub{margin:0 0 16px!important;color:#bfc6d1!important;font-size:14px!important;line-height:1.55!important}
.ph-plan,
body .ph-plan,
.ph-plan-modal button.ph-plan{
  display:block!important;width:100%!important;max-width:100%!important;
  box-sizing:border-box!important;
  text-align:left!important;
  background:#181c24!important;background-image:none!important;background-color:#181c24!important;
  border:1px solid #2a2d33!important;border-radius:14px!important;
  padding:14px 16px!important;margin:0 0 10px!important;
  cursor:pointer!important;
  color:#fff!important;-webkit-text-fill-color:#fff!important;
  font-family:inherit!important;font-size:inherit!important;font-weight:400!important;letter-spacing:0!important;
  text-transform:none!important;text-decoration:none!important;text-shadow:none!important;
  appearance:none!important;-webkit-appearance:none!important;
  box-shadow:none!important;outline:none!important;
  transition:border-color .15s ease,background .15s ease;
}
.ph-plan:hover{border-color:rgba(255,255,255,.25)!important}
.ph-plan:focus,.ph-plan:focus-visible{
  border-color:#d5f25b!important;
  box-shadow:0 0 0 2px rgba(213,242,91,.25)!important;
  outline:none!important;
}
.ph-plan.is-selected,
body .ph-plan.is-selected,
.ph-plan-modal button.ph-plan.is-selected{
  border-color:#d5f25b!important;
  background:#222714!important;
  background-image:linear-gradient(0deg,rgba(213,242,91,.12),rgba(213,242,91,.12))!important;
  background-color:#222714!important;
}
.ph-plan-row{display:flex!important;align-items:center!important;gap:12px!important;width:100%!important;min-width:0!important}
.ph-plan-radio{
  width:20px!important;height:20px!important;min-width:20px!important;
  border-radius:50%!important;border:2px solid #2a2d33!important;
  flex:0 0 auto!important;position:relative!important;
  background:transparent!important;box-sizing:border-box!important;
  transition:border-color .15s ease;
}
.ph-plan.is-selected .ph-plan-radio,
.ph-plan-modal button.ph-plan.is-selected .ph-plan-radio{border-color:#d5f25b!important}
.ph-plan.is-selected .ph-plan-radio::after,
.ph-plan-modal button.ph-plan.is-selected .ph-plan-radio::after{content:""!important;position:absolute!important;inset:3px!important;border-radius:50%!important;background:#d5f25b!important}
.ph-plan-main{flex:1 1 auto!important;min-width:0!important;overflow:hidden!important}
.ph-plan-name{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;font-size:15px!important;font-weight:700!important;color:#fff!important;-webkit-text-fill-color:#fff!important;line-height:1.3!important}
.ph-plan-tag{display:inline-block!important;padding:3px 8px!important;border-radius:999px!important;background:#d5f25b!important;color:#000!important;-webkit-text-fill-color:#000!important;font-size:10px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important;line-height:1.2!important}
.ph-plan-meta{display:block!important;color:#bfc6d1!important;-webkit-text-fill-color:#bfc6d1!important;font-size:13px!important;font-weight:400!important;margin-top:2px!important;line-height:1.4!important}
.ph-plan-price{text-align:right!important;flex:0 0 auto!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important;min-width:0!important}
.ph-plan-price-amount{font-size:17px!important;font-weight:800!important;color:#fff!important;-webkit-text-fill-color:#fff!important;line-height:1.2!important;white-space:nowrap!important}
.ph-plan-price-amount--free{color:#d5f25b!important;-webkit-text-fill-color:#d5f25b!important;letter-spacing:.5px!important;white-space:pre-line!important;line-height:1.05!important;text-align:right!important;display:inline-block}
.ph-plan-price-unit{color:#bfc6d1!important;-webkit-text-fill-color:#bfc6d1!important;font-size:12px!important;font-weight:400!important;margin-top:2px!important;white-space:nowrap!important}
.ph-plan-strike{color:#8a93a3!important;-webkit-text-fill-color:#8a93a3!important;text-decoration:line-through!important;font-size:12px!important;margin-right:6px!important;font-weight:600!important}
.ph-plan-modal-foot{display:flex!important;gap:10px!important;align-items:center!important;margin:6px 0 0!important;justify-content:flex-end!important;flex-wrap:wrap!important}
.ph-plan-modal-foot .ph-button{box-sizing:border-box!important;border-radius:12px!important;font-family:inherit!important;appearance:none!important;-webkit-appearance:none!important;text-transform:none!important}
.ph-plan-modal-foot .ph-button-primary{flex:1 1 auto!important;min-width:140px!important;position:relative!important}
.ph-plan-trial-note{margin:14px 0 0!important;color:#8a93a3!important;-webkit-text-fill-color:#8a93a3!important;font-size:12px!important;text-align:center!important;line-height:1.5!important}

/* Loading state on Continue button + dimmed dismiss controls while request is in flight. */
.ph-plan-continue.is-loading{color:transparent!important;-webkit-text-fill-color:transparent!important;cursor:wait!important;pointer-events:none!important}
.ph-plan-continue.is-loading::before{
  content:""!important;
  position:absolute!important;top:50%!important;left:50%!important;
  width:18px!important;height:18px!important;
  margin:-9px 0 0 -9px!important;
  border:2px solid rgba(0,0,0,.25)!important;
  border-top-color:#000!important;
  border-radius:50%!important;
  animation:ph-plan-spin .8s linear infinite!important;
  box-sizing:border-box!important;
}
@keyframes ph-plan-spin{to{transform:rotate(360deg)}}
.ph-plan-modal.is-loading .ph-plan,
.ph-plan-modal.is-loading [data-ph-modal-close]:not(.ph-modal-backdrop){
  pointer-events:none!important;opacity:.55!important;
}
.ph-plan-modal.is-loading .ph-modal-backdrop{cursor:wait!important}
.ph-plan-error{
  margin:0 0 10px!important;
  padding:10px 12px!important;
  background:rgba(255,107,107,.08)!important;
  border:1px solid rgba(255,107,107,.35)!important;
  border-radius:10px!important;
  color:#ffb4b4!important;-webkit-text-fill-color:#ffb4b4!important;
  font-size:13px!important;line-height:1.5!important;
}
@media (max-width:480px){
  .ph-plan-modal .ph-modal-card.ph-plan-modal-card{padding:20px 16px 18px!important;max-width:100%!important}
  .ph-plan{padding:12px 12px!important}
  .ph-plan-row{gap:10px!important}
  .ph-plan-name{font-size:14px!important}
  .ph-plan-price-amount{font-size:15px!important}
  .ph-plan-meta{font-size:12px!important}
  .ph-plan-tag{font-size:9px!important;padding:2px 6px!important}
  .ph-plan-strike{display:block!important;margin:0 0 2px!important}
}

.ph-account-card{display:block}
.ph-account-card>.ph-button-row:last-of-type{margin-top:8px!important}
.ph-account-card>.ph-button-row:last-of-type .ph-button-ghost{
  padding:6px 11px!important;
  font-size:12px!important;
  font-weight:700!important;
  border-radius:12px!important;
}
.ph-locked-state{padding:0;border:none;background:transparent;box-shadow:none;border-radius:0}
.ph-locked-state h2{display:flex;align-items:center;gap:10px}
.ph-locked-icon{flex:0 0 auto;width:22px;height:22px;display:block}
.ph-locked-preview{margin:32px auto 0;max-width:1200px;width:100%}
.ph-locked-preview[hidden]{display:none!important}
.ph-locked-preview-set .ph-locked-preview{margin:0 auto}
.ph-locked-preview-set{margin:32px auto 0;max-width:1200px;width:100%}
.ph-panel.ph-panel--no-shadow,
body .ph-panel.ph-panel--no-shadow{box-shadow:none!important}

/* === Glass (frosted) panel variant === */
.ph-panel.ph-panel--glass,
body .ph-panel.ph-panel--glass{
  background:rgba(18,20,26,.55)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  -webkit-backdrop-filter:blur(14px) saturate(140%)!important;
  backdrop-filter:blur(14px) saturate(140%)!important;
}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
  .ph-panel.ph-panel--glass,
  body .ph-panel.ph-panel--glass{background:rgba(18,20,26,.85)!important}
}

/* Glass-mode inputs: lightly transparent (~70%) so background hints through */
.ph-panel.ph-panel--glass input,
.ph-panel.ph-panel--glass input[type=email],
.ph-panel.ph-panel--glass input[type=password],
.ph-panel.ph-panel--glass input[type=text]{
  background:rgba(24,28,36,.7)!important;
  background-color:rgba(24,28,36,.7)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:none!important;
  -webkit-box-shadow:none!important;
}
.ph-panel.ph-panel--glass input:focus,
.ph-panel.ph-panel--glass input:focus-visible,
.ph-panel.ph-panel--glass input[type=email]:focus,
.ph-panel.ph-panel--glass input[type=password]:focus,
.ph-panel.ph-panel--glass input[type=text]:focus{
  background:rgba(24,28,36,.82)!important;
  background-color:rgba(24,28,36,.82)!important;
  border-color:rgba(213,242,91,.55)!important;
  box-shadow:0 0 0 2px rgba(213,242,91,.18)!important;
  -webkit-box-shadow:0 0 0 2px rgba(213,242,91,.18)!important;
}
.ph-panel.ph-panel--glass input:-webkit-autofill,
.ph-panel.ph-panel--glass input:-webkit-autofill:hover,
.ph-panel.ph-panel--glass input:-webkit-autofill:focus{
  -webkit-box-shadow:0 0 0 1000px rgba(24,28,36,.95) inset!important;
  box-shadow:0 0 0 1000px rgba(24,28,36,.95) inset!important;
}
.ph-audience{margin:0 0 12px;padding:12px 14px;border:1px solid #2a2d33;border-radius:14px;background:#181c24}
.ph-audience-legend{display:block;padding:0;margin:0 0 8px;font-size:13px;font-weight:700;color:#bfc6d1;letter-spacing:.2px}
.ph-audience-option{display:flex;align-items:center;gap:10px;padding:8px 0;color:#fff;font-size:15px;cursor:pointer;font-weight:500}
.ph-audience-option + .ph-audience-option{border-top:1px solid #2a2d33}
.ph-panel .ph-audience-option input[type=radio],
body .ph-panel .ph-audience-option input[type=radio]{
  appearance:radio!important;
  -webkit-appearance:radio!important;
  -moz-appearance:radio!important;
  flex:0 0 auto!important;
  width:18px!important;
  height:18px!important;
  min-height:18px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  -webkit-box-shadow:none!important;
  accent-color:#d5f25b;
  color-scheme:dark;
  cursor:pointer;
  vertical-align:middle;
  pointer-events:auto!important;
  opacity:1!important;
}
.ph-audience-option-label{display:inline-block;line-height:1.3}

/* === Personal Trainer confirmation modal === */
.ph-trainer-confirm-modal .ph-modal-card.ph-trainer-confirm-card{max-width:480px;padding:26px 26px 24px;text-align:left}
.ph-trainer-confirm-title{margin:0 0 12px!important;font-size:20px!important;font-weight:800!important;color:#fff!important;line-height:1.3}
.ph-trainer-confirm-body{margin:0 0 20px!important;color:#bfc6d1!important;font-size:15px!important;line-height:1.6}
.ph-trainer-confirm-foot{display:flex;justify-content:flex-end;gap:10px}
.ph-trainer-confirm-modal .ph-trainer-confirm-button{min-width:140px}
@media (max-width:480px){
  .ph-trainer-confirm-modal .ph-modal-card.ph-trainer-confirm-card{padding:22px 18px 20px}
  .ph-trainer-confirm-foot{justify-content:stretch}
  .ph-trainer-confirm-modal .ph-trainer-confirm-button{width:100%}
}
.ph-locked-state>h2,.ph-locked-state>p{max-width:560px;margin-left:auto;margin-right:auto;padding:0 4px}
.ph-locked-state>h2{margin-top:0;margin-bottom:6px}
.ph-locked-state>p{margin-bottom:18px}
.ph-locked-state>p.ph-locked-sub{margin-top:0;margin-bottom:18px;font-size:14px;color:#8a8f99;font-weight:400;letter-spacing:.2px}

/* === Responsive === */
@media (max-width:767px){
  .site-content .ast-container>.ph-locked-state,.ph-locked-state{box-sizing:border-box;width:auto!important;max-width:none;margin:20px!important}
  .ph-account-card .ph-button-row:first-of-type{flex-wrap:nowrap!important;gap:8px!important}
  .ph-account-card .ph-button-row:first-of-type .ph-button{
    flex:1 1 0!important;
    min-width:0!important;
    padding:10px 8px!important;
    font-size:12px!important;
    letter-spacing:0!important;
    white-space:nowrap!important;
  }
  .ph-account-card>.ph-button-row:last-of-type .ph-button-ghost{
    padding:6px 10px!important;
    font-size:11px!important;
  }
}
