/*
SocialSkyRocket centralized design system.
All new UI work should use these classes/variables instead of page-level <style> blocks or inline style attributes.
*/
*,*::before,*::after{box-sizing:border-box;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
html{scroll-behavior:smooth;background:var(--ssr-bg)}
body{margin:0;background:radial-gradient(circle at top left,var(--ssr-bg-tint),transparent 34rem),var(--ssr-bg)!important;color:var(--ssr-text)!important;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-width:320px}
[x-cloak]{display:none!important}
::selection{background:color-mix(in srgb,var(--ssr-primary) 22%,transparent);color:var(--ssr-heading)}
::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(17,24,39,.18);border-radius:999px}
a{color:inherit}.text-brand,.hover\:text-brand:hover{color:var(--ssr-primary)!important}.bg-brand{background:var(--ssr-primary)!important}.border-brand{border-color:var(--ssr-primary)!important}
.text-gradient{background:var(--ssr-gradient)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important}
.btn-brand,.btn-sv,.btn-primary,button[type="submit"]:not(.plain):not(.tox-tbtn){background:var(--ssr-gradient)!important;color:#fff!important;border:0!important;border-radius:999px!important;font-weight:800!important;box-shadow:var(--ssr-glow)!important;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease!important;text-decoration:none!important;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}
.btn-brand:hover,.btn-sv:hover,.btn-primary:hover,button[type="submit"]:not(.plain):not(.tox-tbtn):hover{transform:translateY(-1px);opacity:.96}.btn-brand:active,.btn-sv:active,.btn-primary:active{transform:translateY(0)}
.btn-outline{background:#fff!important;color:var(--ssr-heading)!important;border:1px solid var(--ssr-border)!important;border-radius:999px!important;box-shadow:var(--ssr-shadow-soft);font-weight:800;text-decoration:none;transition:all .18s ease}.btn-outline:hover{border-color:color-mix(in srgb,var(--ssr-primary) 35%,var(--ssr-border))!important;color:var(--ssr-primary)!important;transform:translateY(-1px)}
.card-dark,.card-section,.fu,.sec,.panel-card,.rounded-2xl.bg-white\/\[0\.02\],.rounded-xl.bg-white\/\[0\.02\]{background:var(--ssr-card)!important;border:1px solid var(--ssr-border-soft)!important;border-radius:var(--ssr-radius)!important;box-shadow:var(--ssr-shadow)!important;color:var(--ssr-text)!important}
.input-dark,.inp,input[type="text"],input[type="email"],input[type="password"],input[type="number"],input[type="url"],input[type="tel"],input[type="search"],input[type="date"],input[type="datetime-local"],input[type="file"],textarea,select{background:#fff!important;border:1px solid var(--ssr-border)!important;color:var(--ssr-heading)!important;border-radius:16px!important;box-shadow:0 1px 0 rgba(17,24,39,.02)!important;outline:none!important;transition:border-color .18s ease,box-shadow .18s ease!important}
input:focus,textarea:focus,select:focus,.input-dark:focus,.inp:focus{border-color:color-mix(in srgb,var(--ssr-primary) 55%,var(--ssr-border))!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--ssr-primary) 14%,transparent)!important}input::placeholder,textarea::placeholder{color:#9CA3AF!important}select option{background:#fff;color:var(--ssr-heading)}input[type="checkbox"],input[type="radio"]{accent-color:var(--ssr-primary)}
table{width:100%;border-collapse:separate;border-spacing:0;color:var(--ssr-text)!important}thead tr{background:var(--ssr-bg-soft)!important}th{color:var(--ssr-muted)!important;font-size:11px!important;text-transform:uppercase;letter-spacing:.08em;font-weight:800!important}td{color:var(--ssr-text)!important}tbody tr{border-bottom:1px solid var(--ssr-border-soft)!important;transition:background .15s ease}tbody tr:hover{background:var(--ssr-bg-soft)!important}
/* Tailwind legacy color detox */
.bg-navy-950,.bg-navy-900,.bg-navy-800,.bg-navy-700,.bg-\[\#111B32\],.bg-\[\#0f172a\],.bg-\[\#0a0a0f\]{background:var(--ssr-card)!important;color:var(--ssr-text)!important}.bg-\[\#0a0a0f\]\/80{background:rgba(255,255,255,.88)!important}.bg-white\/5,.bg-white\/\[0\.02\],.bg-white\/\[0\.03\],.bg-white\/\[0\.04\],.bg-white\/\[0\.05\],.bg-slate-50,.bg-slate-100{background:var(--ssr-bg-soft)!important}.border-white\/5,.border-white\/10,.border-white\/\[0\.03\],.border-white\/\[0\.04\],.border-white\/\[0\.05\],.border-white\/\[0\.06\],.border-white\/\[0\.07\],.border-white\/\[0\.08\],.border-white\/\[0\.1\],.border-slate-100,.border-slate-200{border-color:var(--ssr-border)!important}
.text-white,.text-slate-900{color:var(--ssr-heading)!important}.text-slate-800,.text-slate-700{color:var(--ssr-text)!important}.text-slate-600,.text-slate-500,.text-slate-400,.text-slate-300{color:var(--ssr-muted)!important}.opacity-30,.opacity-40,.opacity-50{opacity:.75}.hover\:text-white:hover{color:var(--ssr-heading)!important}.hover\:bg-white\/5:hover,.hover\:bg-white\/\[0\.03\]:hover,.hover\:bg-slate-50:hover{background:var(--ssr-bg-soft)!important}
/* Logged-in/admin shell */
aside{background:#fff!important;border-color:var(--ssr-border)!important;box-shadow:8px 0 30px rgba(17,24,39,.05)!important}aside a,aside button{color:var(--ssr-text)!important}aside .bg-brand\/10,aside .text-brand,aside [class*="bg-brand"]{background:var(--ssr-gradient-soft)!important;color:var(--ssr-primary)!important}header{background:rgba(255,255,255,.86)!important;border-color:var(--ssr-border)!important;backdrop-filter:blur(18px);box-shadow:0 8px 22px rgba(17,24,39,.04)}main{width:100%;max-width:1280px;margin-inline:auto}.lg\:pl-\[260px\]{background:transparent!important}
/* Public navigation/footer */
nav.fixed{background:rgba(255,255,255,.88)!important;border-bottom:1px solid var(--ssr-border)!important;backdrop-filter:blur(18px);box-shadow:0 8px 22px rgba(17,24,39,.04)}nav.fixed a,nav.fixed button,nav.fixed span{color:var(--ssr-heading)}footer{background:#fff!important;border-color:var(--ssr-border)!important;color:var(--ssr-text)!important}
/* Page sections */
.ssr-page,.ssr-section{background:transparent;color:var(--ssr-text)}.ssr-shell{max-width:1180px;margin:0 auto;padding:0 20px}.ssr-card{background:var(--ssr-card);border:1px solid var(--ssr-border-soft);border-radius:var(--ssr-radius);box-shadow:var(--ssr-shadow);color:var(--ssr-text)}.ssr-card-soft{background:var(--ssr-card-soft);border:1px solid var(--ssr-border-soft);border-radius:var(--ssr-radius-sm);box-shadow:var(--ssr-shadow-soft)}.section-title,.sec-h{color:var(--ssr-heading)!important;font-weight:900}.fl,.field label,label{color:var(--ssr-muted);font-weight:800}.pill,.badge,.badge-you{border-radius:999px;border:1px solid color-mix(in srgb,var(--ssr-primary) 24%,var(--ssr-border));background:var(--ssr-gradient-soft);color:var(--ssr-primary);font-weight:900}
/* Public landing normalization */
.hero-glow{filter:blur(60px);opacity:.9}.stat-card{background:#fff!important;border:1px solid var(--ssr-border-soft)!important;border-radius:22px!important;box-shadow:var(--ssr-shadow-soft)!important}.mask-lr{mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)}
.prose-dark,.prose-dark p,.prose-dark li{color:var(--ssr-text)!important}.prose-dark h1,.prose-dark h2,.prose-dark h3,.prose-dark strong{color:var(--ssr-heading)!important}.prose-dark a{color:var(--ssr-primary)!important}
/* Mobile */
@media (max-width:768px){body{font-size:15px}.p-4{padding:18px!important}.card-dark,.card-section,.fu,.sec{border-radius:22px!important}.max-w-3xl,.max-w-4xl,.max-w-5xl,.max-w-6xl,.max-w-7xl{max-width:100%!important}.grid{min-width:0}table{font-size:13px}.overflow-x-auto{-webkit-overflow-scrolling:touch}.btn-brand,.btn-outline,.btn-sv{min-height:46px}.fixed.bottom-0,.bottom-nav{background:rgba(255,255,255,.94)!important;border-color:var(--ssr-border)!important;box-shadow:0 -10px 30px rgba(17,24,39,.08)!important}}
.ssr-standalone-home{background:var(--ssr-bg)!important;color:var(--ssr-text)!important}.ssr-public-nav{background:rgba(255,255,255,.88)!important}.ssr-modal-panel{background:var(--ssr-card)!important;color:var(--ssr-text)!important;border:1px solid var(--ssr-border)!important;border-radius:24px!important;box-shadow:var(--ssr-shadow)!important}

/* =======================================================================
   Public subscription plans page — centralized compact layout
   Source view: application/views/public/plans.php
   ======================================================================= */
.ssr-public-page{
  width:100%;
  min-height:calc(100vh - 64px);
  background:
    radial-gradient(circle at 8% 0%, color-mix(in srgb,var(--ssr-primary) 9%, transparent), transparent 28rem),
    radial-gradient(circle at 92% 10%, color-mix(in srgb,var(--ssr-primary-2) 7%, transparent), transparent 24rem),
    var(--ssr-bg);
  color:var(--ssr-text);
}
.ssr-public-container{
  width:min(1120px, calc(100% - 32px));
  margin-inline:auto;
  padding:42px 0 56px;
}
.ssr-public-plans-container{max-width:1120px}
.ssr-public-hero{
  text-align:center;
  max-width:760px;
  margin:0 auto 28px;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
.ssr-public-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:8px 16px;
  border-radius:999px;
  background:var(--ssr-gradient-soft);
  border:1px solid color-mix(in srgb,var(--ssr-primary) 24%, var(--ssr-border));
  color:var(--ssr-primary);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:14px;
  box-shadow:var(--ssr-shadow-soft);
}
.ssr-public-hero h1{
  margin:0;
  color:var(--ssr-heading);
  font-size:clamp(32px, 4.8vw, 52px);
  line-height:1.04;
  letter-spacing:-.052em;
  font-weight:950;
}
.ssr-public-hero p{
  max-width:660px;
  margin:14px auto 0;
  color:var(--ssr-muted);
  font-size:clamp(15px, 1.8vw, 18px);
  line-height:1.65;
}
.ssr-public-pricing-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(min(100%, 270px), 1fr));
  gap:18px;
  align-items:stretch;
  margin:0 0 34px;
}
.ssr-public-pricing-card{
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:24px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--ssr-border-soft);
  box-shadow:var(--ssr-shadow);
  color:var(--ssr-text);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.ssr-public-pricing-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:5px;
  background:var(--ssr-gradient);
  opacity:.9;
}
.ssr-public-pricing-card::after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  right:-78px;
  top:-82px;
  border-radius:999px;
  background:var(--ssr-gradient-soft);
  pointer-events:none;
}
.ssr-public-pricing-card:hover{
  transform:translateY(-3px);
  border-color:color-mix(in srgb,var(--ssr-primary) 30%, var(--ssr-border));
  box-shadow:0 22px 55px rgba(17,24,39,.11);
}
.ssr-public-pricing-card.is-featured{
  border-color:color-mix(in srgb,var(--ssr-primary) 40%, var(--ssr-border));
  box-shadow:0 22px 58px color-mix(in srgb,var(--ssr-primary) 16%, transparent);
}
.ssr-public-pricing-badge{
  position:absolute;
  top:15px;
  right:15px;
  z-index:2;
  padding:6px 11px;
  border-radius:999px;
  background:var(--ssr-gradient-soft);
  border:1px solid color-mix(in srgb,var(--ssr-primary) 24%, var(--ssr-border));
  color:var(--ssr-primary);
  font-size:10px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.07em;
}
.ssr-public-pricing-topline{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:14px;
  padding-right:72px;
  margin-bottom:18px;
}
.ssr-public-pricing-icon{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:54px;
  height:54px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--ssr-border-soft);
  box-shadow:var(--ssr-shadow-soft);
  font-size:28px;
}
.ssr-public-pricing-card h2{
  margin:0;
  color:var(--ssr-heading);
  font-size:22px;
  line-height:1.15;
  font-weight:950;
  letter-spacing:-.03em;
}
.ssr-public-pricing-description{
  margin:5px 0 0;
  color:var(--ssr-muted);
  font-size:13px;
  line-height:1.45;
}
.ssr-public-pricing-pricebox{
  position:relative;
  z-index:1;
  margin:0 0 14px;
  padding:16px;
  border-radius:20px;
  background:var(--ssr-gradient-soft);
  border:1px solid color-mix(in srgb,var(--ssr-primary) 16%, var(--ssr-border));
  text-align:center;
}
.ssr-public-pricing-price{
  color:var(--ssr-primary);
  font-size:32px;
  line-height:1;
  letter-spacing:-.045em;
  font-weight:950;
}
.ssr-public-pricing-period{
  margin-top:6px;
  color:var(--ssr-muted);
  font-size:12px;
  font-weight:800;
}
.ssr-public-pricing-stats{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:8px;
  margin-bottom:14px;
}
.ssr-public-pricing-stat{
  padding:10px 8px;
  border-radius:16px;
  background:#fff;
  border:1px solid var(--ssr-border-soft);
  box-shadow:0 8px 22px rgba(17,24,39,.04);
  text-align:center;
}
.ssr-public-pricing-stat strong{
  display:block;
  color:var(--ssr-primary);
  font-size:17px;
  font-weight:950;
  letter-spacing:-.02em;
}
.ssr-public-pricing-stat span{
  display:block;
  margin-top:2px;
  color:var(--ssr-muted);
  font-size:11px;
  font-weight:850;
}
.ssr-public-pricing-features{
  position:relative;
  z-index:1;
  display:grid;
  gap:8px;
  margin:0 0 18px;
}
.ssr-public-pricing-feature{
  display:flex;
  align-items:flex-start;
  gap:9px;
  padding:10px 11px;
  border-radius:15px;
  background:var(--ssr-bg-soft);
  border:1px solid var(--ssr-border-soft);
  color:var(--ssr-text);
  font-size:13px;
  line-height:1.42;
  font-weight:650;
}
.ssr-public-pricing-feature span:first-child{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:19px;
  height:19px;
  border-radius:999px;
  background:var(--ssr-gradient-soft);
  color:var(--ssr-primary);
  font-size:12px;
  font-weight:950;
}
.ssr-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  padding:12px 20px;
  border-radius:999px;
  border:0;
  text-decoration:none;
  font-weight:900;
  line-height:1;
  transition:transform .18s ease, box-shadow .18s ease, color .18s ease, background .18s ease, border-color .18s ease;
}
.ssr-btn:hover{transform:translateY(-1px)}
.ssr-btn-primary{
  background:var(--ssr-gradient);
  color:#fff!important;
  box-shadow:var(--ssr-glow);
}
.ssr-btn-soft{
  background:#fff;
  color:var(--ssr-primary)!important;
  border:1px solid color-mix(in srgb,var(--ssr-primary) 24%, var(--ssr-border));
  box-shadow:var(--ssr-shadow-soft);
}
.ssr-public-pricing-cta{
  position:relative;
  z-index:1;
  width:100%;
  margin-top:auto;
}
.ssr-public-faq-card,
.ssr-public-bottom-cta,
.ssr-empty-state{
  border-radius:28px;
  background:#fff;
  border:1px solid var(--ssr-border-soft);
  box-shadow:var(--ssr-shadow);
  color:var(--ssr-text);
}
.ssr-public-faq-card{padding:28px;margin-top:0}
.ssr-public-section-heading{text-align:center;margin-bottom:20px}
.ssr-public-section-heading span{
  display:inline-flex;
  margin-bottom:8px;
  color:var(--ssr-primary);
  font-size:12px;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.ssr-public-section-heading h2,
.ssr-public-bottom-cta h2,
.ssr-empty-state h2{
  margin:0;
  color:var(--ssr-heading);
  font-size:clamp(24px, 3.6vw, 32px);
  font-weight:950;
  letter-spacing:-.04em;
}
.ssr-public-faq-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:12px;
}
.ssr-public-faq-item{
  padding:18px;
  border-radius:20px;
  background:var(--ssr-bg-soft);
  border:1px solid var(--ssr-border-soft);
}
.ssr-public-faq-item h3{
  margin:0 0 7px;
  color:var(--ssr-heading);
  font-size:15px;
  font-weight:950;
}
.ssr-public-faq-item p{
  margin:0;
  color:var(--ssr-muted);
  font-size:14px;
  line-height:1.58;
}
.ssr-public-bottom-cta,
.ssr-empty-state{
  margin-top:22px;
  padding:30px;
  text-align:center;
}
.ssr-public-bottom-cta p,
.ssr-empty-state p{
  max-width:560px;
  margin:9px auto 20px;
  color:var(--ssr-muted);
  font-size:15px;
  line-height:1.6;
}
.ssr-empty-icon{
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  margin:0 auto 14px;
  border-radius:22px;
  background:var(--ssr-gradient-soft);
  font-size:30px;
}
@media (max-width: 900px){
  .ssr-public-container{width:min(100% - 24px, 720px);padding:34px 0 50px}
  .ssr-public-pricing-grid{grid-template-columns:1fr;gap:16px;margin-bottom:28px}
  .ssr-public-faq-grid{grid-template-columns:1fr}
}
@media (max-width: 560px){
  .ssr-public-container{width:min(100% - 22px, 460px);padding:28px 0 44px}
  .ssr-public-hero{margin-bottom:22px;text-align:left}
  .ssr-public-kicker{font-size:10px;padding:7px 12px;margin-bottom:12px}
  .ssr-public-hero h1{font-size:34px;letter-spacing:-.055em}
  .ssr-public-hero p{font-size:15px;margin-top:11px;line-height:1.58}
  .ssr-public-pricing-card{padding:20px;border-radius:24px}
  .ssr-public-pricing-card::after{width:120px;height:120px;right:-62px;top:-66px}
  .ssr-public-pricing-topline{gap:12px;padding-right:0;margin-bottom:14px}
  .ssr-public-pricing-badge{position:static;align-self:flex-start;margin:0 0 12px;order:-1}
  .ssr-public-pricing-icon{width:50px;height:50px;border-radius:18px;font-size:26px}
  .ssr-public-pricing-card h2{font-size:21px}
  .ssr-public-pricing-pricebox{padding:14px;margin-bottom:12px}
  .ssr-public-pricing-price{font-size:29px}
  .ssr-public-pricing-stats{grid-template-columns:1fr 1fr;gap:8px}
  .ssr-public-faq-card,.ssr-public-bottom-cta,.ssr-empty-state{border-radius:24px;padding:22px}
  .ssr-public-section-heading{text-align:left}
}


/* ================================================================
   Public Loyalty Tiers page (/tiers)
   Centralized page styling. The view only supplies dynamic CSS variables
   such as --tier-color from database/user-group data.
   ================================================================ */
.ssr-public-tiers-page{
  background:
    radial-gradient(circle at top left, color-mix(in srgb,var(--ssr-primary) 11%, transparent), transparent 31rem),
    linear-gradient(180deg, var(--ssr-bg) 0%, #fff 56%, var(--ssr-bg) 100%);
}
.ssr-public-tiers-container{width:min(100% - 32px, 1100px);padding:50px 0 64px}
.ssr-public-tiers-hero{margin-bottom:28px}
.ssr-public-hero-actions{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}
.ssr-public-tier-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:16px;
  margin-bottom:26px;
}
.ssr-public-tier-card{
  --tier-color:var(--ssr-primary);
  --tier-delay:0s;
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:22px;
  border-radius:28px;
  background:#fff;
  border:1px solid color-mix(in srgb,var(--tier-color) 24%, var(--ssr-border));
  box-shadow:var(--ssr-shadow-soft);
  color:var(--ssr-text);
  isolation:isolate;
  animation:ssr-tier-card-in .34s ease both;
  animation-delay:var(--tier-delay);
}
@keyframes ssr-tier-card-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.ssr-public-tier-card::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:5px;
  background:linear-gradient(90deg, var(--tier-color), color-mix(in srgb,var(--tier-color) 58%, #fff));
  z-index:1;
}
.ssr-public-tier-card::after{
  content:"";
  position:absolute;
  right:-58px;
  top:-62px;
  width:130px;
  height:130px;
  border-radius:999px;
  background:color-mix(in srgb,var(--tier-color) 14%, transparent);
  z-index:-1;
}
.ssr-public-tier-card:hover{transform:translateY(-2px);box-shadow:var(--ssr-shadow)}
.ssr-public-tier-glow{
  position:absolute;
  right:-28px;
  top:-28px;
  width:118px;
  height:118px;
  border-radius:999px;
  background:color-mix(in srgb,var(--tier-color) 15%, transparent);
  filter:blur(24px);
  pointer-events:none;
  z-index:-1;
}
.ssr-public-tier-icon{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  margin-bottom:16px;
  border-radius:20px;
  background:linear-gradient(145deg,#fff, color-mix(in srgb,var(--tier-color) 10%, #fff));
  border:1px solid color-mix(in srgb,var(--tier-color) 18%, var(--ssr-border));
  box-shadow:0 10px 24px color-mix(in srgb,var(--tier-color) 10%, transparent);
  font-size:29px;
}
.ssr-public-tier-card h2{
  margin:0 0 6px;
  color:var(--ssr-heading);
  font-size:23px;
  line-height:1.1;
  font-weight:950;
  letter-spacing:-.04em;
}
.ssr-public-tier-description{
  min-height:40px;
  margin:0 0 17px;
  color:var(--ssr-muted);
  font-size:13.5px;
  line-height:1.48;
}
.ssr-public-tier-requirement{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:13px 14px;
  margin-bottom:15px;
  border-radius:18px;
  background:color-mix(in srgb,var(--tier-color) 8%, #fff);
  border:1px solid color-mix(in srgb,var(--tier-color) 16%, var(--ssr-border));
}
.ssr-public-tier-requirement span{
  color:var(--ssr-muted);
  font-size:10px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.09em;
}
.ssr-public-tier-requirement strong{
  color:var(--tier-color);
  font-size:20px;
  line-height:1;
  font-weight:950;
  white-space:nowrap;
}
.ssr-public-tier-benefits{
  display:flex;
  flex-direction:column;
  gap:9px;
  margin-top:auto;
}
.ssr-public-tier-benefit{
  display:flex;
  align-items:center;
  gap:9px;
  padding:10px 11px;
  border-radius:15px;
  background:var(--ssr-bg-soft);
  border:1px solid var(--ssr-border-soft);
  color:var(--ssr-text);
  font-size:13px;
  line-height:1.35;
  font-weight:750;
}
.ssr-public-tier-benefit span{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:20px;
  height:20px;
  border-radius:999px;
  background:color-mix(in srgb,var(--tier-color) 12%, #fff);
  color:var(--tier-color);
  font-size:12px;
}
.ssr-public-tier-benefit.is-muted{color:var(--ssr-muted)}
.ssr-public-compare-card,
.ssr-public-info-card{
  margin-top:22px;
  padding:26px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--ssr-border-soft);
  box-shadow:var(--ssr-shadow);
  color:var(--ssr-text);
}
.ssr-public-compare-scroll{
  overflow-x:auto;
  border-radius:22px;
  border:1px solid var(--ssr-border-soft);
  -webkit-overflow-scrolling:touch;
}
.ssr-public-compare-table{
  min-width:720px;
  width:100%;
  border-collapse:separate;
  border-spacing:0;
}
.ssr-public-compare-table th,
.ssr-public-compare-table td{
  padding:15px 16px;
  text-align:center;
  border-bottom:1px solid var(--ssr-border-soft);
}
.ssr-public-compare-table th:first-child,
.ssr-public-compare-table td:first-child{
  text-align:left;
  color:var(--ssr-heading);
  font-weight:900;
}
.ssr-public-compare-table th{
  background:var(--ssr-bg-soft)!important;
  color:var(--ssr-muted)!important;
  font-size:11px!important;
  font-weight:950!important;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.ssr-public-compare-table th:not(:first-child){color:var(--tier-color)!important}
.ssr-public-compare-table th span{display:block;margin-bottom:4px;font-size:18px}
.ssr-public-compare-table td{
  color:var(--ssr-text)!important;
  font-size:14px;
  font-weight:800;
  background:#fff;
}
.ssr-public-compare-table tbody tr:nth-child(even) td{background:var(--ssr-bg-soft)}
.ssr-public-compare-table td.is-active{color:var(--ssr-primary)!important}
.ssr-public-compare-table td.is-empty{color:#cbd5e1!important}
.ssr-public-compare-table tr:last-child td{border-bottom:0}
.ssr-public-info-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:14px;
}
.ssr-public-info-item{
  padding:18px;
  border-radius:22px;
  background:var(--ssr-bg-soft);
  border:1px solid var(--ssr-border-soft);
}
.ssr-public-info-icon{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  margin-bottom:12px;
  border-radius:17px;
  background:var(--ssr-gradient-soft);
  font-size:24px;
}
.ssr-public-info-item h3{
  margin:0 0 7px;
  color:var(--ssr-heading);
  font-size:15px;
  font-weight:950;
}
.ssr-public-info-item p{
  margin:0;
  color:var(--ssr-muted);
  font-size:13.5px;
  line-height:1.55;
}
@media (max-width: 1020px){
  .ssr-public-tier-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
}
@media (max-width: 760px){
  .ssr-public-tiers-container{width:min(100% - 24px, 680px);padding:34px 0 50px}
  .ssr-public-tier-grid{grid-template-columns:1fr;gap:14px;margin-bottom:20px}
  .ssr-public-info-grid{grid-template-columns:1fr;gap:12px}
  .ssr-public-compare-card,.ssr-public-info-card{padding:20px;border-radius:24px}
  .ssr-public-hero-actions{justify-content:flex-start}
}
@media (max-width: 560px){
  .ssr-public-tiers-container{width:min(100% - 22px, 460px);padding:28px 0 44px}
  .ssr-public-tiers-hero{text-align:left;margin-bottom:22px}
  .ssr-public-tier-card{padding:20px;border-radius:24px}
  .ssr-public-tier-icon{width:52px;height:52px;border-radius:18px;font-size:27px;margin-bottom:13px}
  .ssr-public-tier-card h2{font-size:22px}
  .ssr-public-tier-description{min-height:auto;margin-bottom:14px}
  .ssr-public-tier-requirement{padding:12px;margin-bottom:13px}
  .ssr-public-compare-table{min-width:640px}
  .ssr-public-compare-table th,.ssr-public-compare-table td{padding:13px 12px}
}

/* Public FAQ page: centralized accordion styling */
.ssr-faq-page{
  background:
    radial-gradient(circle at 10% 0%, color-mix(in srgb,var(--ssr-primary) 8%, transparent), transparent 25rem),
    radial-gradient(circle at 92% 8%, color-mix(in srgb,var(--ssr-primary-2) 8%, transparent), transparent 25rem),
    var(--ssr-bg)!important;
}
.ssr-faq-container{
  width:min(100% - 32px, 980px);
  padding-top:38px;
  padding-bottom:60px;
}
.ssr-faq-hero{
  margin-bottom:24px;
}
.ssr-faq-list{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.ssr-faq-accordion-item{
  overflow:hidden;
  border-radius:26px;
  background:#fff;
  border:1px solid var(--ssr-border-soft);
  box-shadow:var(--ssr-shadow-soft);
  color:var(--ssr-text);
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.ssr-faq-accordion-item:hover{
  transform:translateY(-1px);
  border-color:color-mix(in srgb,var(--ssr-primary) 18%, var(--ssr-border));
  box-shadow:var(--ssr-shadow);
}
.ssr-faq-accordion-item.is-open{
  border-color:color-mix(in srgb,var(--ssr-primary) 28%, var(--ssr-border));
  box-shadow:var(--ssr-shadow);
}
.ssr-faq-question{
  width:100%;
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:20px 24px;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:var(--ssr-heading)!important;
  text-align:left;
  box-shadow:none!important;
  cursor:pointer;
}
.ssr-faq-question:hover,
.ssr-faq-question:focus{
  background:var(--ssr-gradient-soft)!important;
  transform:none!important;
  box-shadow:none!important;
}
.ssr-faq-question-text{
  color:var(--ssr-heading)!important;
  font-size:16px;
  font-weight:900;
  line-height:1.35;
}
.ssr-faq-accordion-item.is-open .ssr-faq-question-text{
  color:var(--ssr-primary)!important;
}
.ssr-faq-toggle{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:999px;
  background:var(--ssr-gradient-soft);
  border:1px solid color-mix(in srgb,var(--ssr-primary) 18%, var(--ssr-border));
  color:var(--ssr-primary);
  transition:transform .18s ease, background .18s ease, color .18s ease;
}
.ssr-faq-toggle svg{
  width:18px;
  height:18px;
}
.ssr-faq-accordion-item.is-open .ssr-faq-toggle{
  transform:rotate(180deg);
  background:var(--ssr-gradient);
  color:#fff;
  border-color:transparent;
}
.ssr-faq-answer-wrap{
  border-top:1px solid var(--ssr-border-soft);
}
.ssr-faq-answer{
  padding:18px 24px 22px;
  color:var(--ssr-text)!important;
  font-size:15.5px;
  line-height:1.72;
  background:#fff;
}
@media (max-width:760px){
  .ssr-faq-container{width:min(100% - 24px, 680px);padding-top:30px;padding-bottom:48px}
  .ssr-faq-list{gap:12px}
  .ssr-faq-accordion-item{border-radius:22px}
  .ssr-faq-question{min-height:64px;padding:17px 18px;gap:14px}
  .ssr-faq-question-text{font-size:15px}
  .ssr-faq-toggle{width:34px;height:34px}
  .ssr-faq-answer{padding:15px 18px 18px;font-size:14.5px;line-height:1.65}
}

/* =======================================================================
   Public static/legal pages — centralized layout
   Source view: application/views/public/static_page.php
   Used by: /terms, /privacy, and CMS static pages
   ======================================================================= */
.ssr-public-legal-page{
  background:
    radial-gradient(circle at 12% 0%, color-mix(in srgb,var(--ssr-primary) 8%, transparent), transparent 26rem),
    radial-gradient(circle at 88% 12%, color-mix(in srgb,var(--ssr-primary-2) 7%, transparent), transparent 24rem),
    var(--ssr-bg);
}
.ssr-public-legal-container{
  max-width:980px;
  padding-top:38px;
}
.ssr-public-legal-hero{
  margin-bottom:24px;
}
.ssr-public-legal-card{
  width:100%;
  padding:clamp(22px, 4vw, 42px);
  border-radius:30px;
  background:#fff;
  border:1px solid var(--ssr-border-soft);
  box-shadow:var(--ssr-shadow);
  color:var(--ssr-text);
  overflow:hidden;
}
.ssr-public-content{
  color:var(--ssr-text);
  font-size:16px;
  line-height:1.82;
  overflow-wrap:anywhere;
}
.ssr-public-content > :first-child{margin-top:0!important}
.ssr-public-content > :last-child{margin-bottom:0!important}
.ssr-public-content h1,
.ssr-public-content h2,
.ssr-public-content h3,
.ssr-public-content h4{
  color:var(--ssr-heading)!important;
  font-weight:950;
  letter-spacing:-.035em;
  line-height:1.18;
  margin:1.55em 0 .65em;
}
.ssr-public-content h1{font-size:clamp(28px, 4vw, 42px)}
.ssr-public-content h2{font-size:clamp(23px, 3vw, 32px)}
.ssr-public-content h3{font-size:clamp(19px, 2.4vw, 24px)}
.ssr-public-content h4{font-size:18px;letter-spacing:-.02em}
.ssr-public-content p{
  margin:0 0 1.05em;
  color:var(--ssr-text)!important;
}
.ssr-public-content strong,
.ssr-public-content b{
  color:var(--ssr-heading)!important;
  font-weight:900;
}
.ssr-public-content a{
  color:var(--ssr-primary)!important;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid color-mix(in srgb,var(--ssr-primary) 30%, transparent);
}
.ssr-public-content a:hover{
  color:var(--ssr-secondary)!important;
  border-bottom-color:var(--ssr-secondary);
}
.ssr-public-content ul,
.ssr-public-content ol{
  margin:1em 0 1.25em;
  padding-left:1.35rem;
  color:var(--ssr-text)!important;
}
.ssr-public-content li{
  margin:.45em 0;
  padding-left:.25rem;
  color:var(--ssr-text)!important;
}
.ssr-public-content li::marker{color:var(--ssr-primary);font-weight:900}
.ssr-public-content blockquote{
  margin:1.4em 0;
  padding:18px 20px;
  border-left:4px solid var(--ssr-primary);
  border-radius:18px;
  background:var(--ssr-gradient-soft);
  color:var(--ssr-heading)!important;
  font-weight:700;
}
.ssr-public-content table{
  margin:1.35em 0;
  width:100%;
  overflow:hidden;
  border-radius:18px;
  border:1px solid var(--ssr-border-soft);
  background:#fff;
  box-shadow:var(--ssr-shadow-soft);
}
.ssr-public-content th,
.ssr-public-content td{
  padding:13px 14px;
  border-bottom:1px solid var(--ssr-border-soft);
  vertical-align:top;
}
.ssr-public-content img,
.ssr-public-content video,
.ssr-public-content iframe{
  max-width:100%;
  height:auto;
  border-radius:22px;
}
.ssr-public-legal-links{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px;
}
.ssr-btn{
  min-height:46px;
  padding:0 20px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  font-weight:900;
  text-decoration:none!important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease, background .18s ease;
}
.ssr-btn:hover{transform:translateY(-1px)}
.ssr-btn-primary{
  background:var(--ssr-gradient)!important;
  color:#fff!important;
  border:0!important;
  box-shadow:var(--ssr-glow)!important;
}
.ssr-btn-soft{
  background:#fff!important;
  color:var(--ssr-heading)!important;
  border:1px solid var(--ssr-border)!important;
  box-shadow:var(--ssr-shadow-soft)!important;
}
.ssr-btn-soft:hover{
  color:var(--ssr-primary)!important;
  border-color:color-mix(in srgb,var(--ssr-primary) 34%, var(--ssr-border))!important;
}
@media (max-width:768px){
  .ssr-public-legal-container{width:min(100% - 28px, 980px);padding-top:28px;padding-bottom:42px}
  .ssr-public-legal-hero{margin-bottom:18px}
  .ssr-public-legal-card{border-radius:24px;padding:22px}
  .ssr-public-content{font-size:15px;line-height:1.74}
  .ssr-public-content h1{font-size:28px}
  .ssr-public-content h2{font-size:23px}
  .ssr-public-legal-links{justify-content:stretch}
  .ssr-public-legal-links .ssr-btn{flex:1 1 130px}
}

/* =======================================================================
   Public SEO hub + single SEO pages — centralized light premium layout
   Source views:
   - application/views/public/seo_hub.php
   - application/views/public/seo_page.php
   ======================================================================= */
.ssr-seo-page{
  background:
    radial-gradient(circle at 12% 0%, color-mix(in srgb,var(--ssr-primary) 8%, transparent), transparent 30rem),
    radial-gradient(circle at 88% 18%, color-mix(in srgb,var(--ssr-primary-2) 6%, transparent), transparent 28rem),
    var(--ssr-bg)!important;
  color:var(--ssr-text)!important;
  overflow-x:hidden;
}
.ssr-seo-container{
  width:min(1120px, calc(100% - 32px));
  margin-inline:auto;
  padding-inline:0;
}
.ssr-seo-hero{
  position:relative;
  z-index:1;
  margin:0 auto;
  padding:46px 0 38px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.ssr-seo-hero-center{
  text-align:center;
  max-width:820px;
}
.ssr-seo-hero-left{
  text-align:left;
  max-width:900px;
  margin-left:0;
}
.ssr-seo-hero h1{
  margin:0;
  color:var(--ssr-heading)!important;
  font-size:clamp(34px, 6vw, 68px);
  line-height:1.02;
  letter-spacing:-.06em;
  font-weight:950;
  text-wrap:balance;
}
.ssr-seo-hero p{
  max-width:760px;
  margin:18px 0 0;
  color:var(--ssr-text)!important;
  font-size:clamp(16px, 2.2vw, 22px);
  line-height:1.58;
}
.ssr-seo-hero-center p{margin-inline:auto}
.ssr-seo-title-accent{
  display:inline-block;
  color:var(--ssr-primary)!important;
  background:none!important;
  -webkit-text-fill-color:currentColor!important;
  text-shadow:none!important;
}
.ssr-seo-kicker{
  margin-bottom:16px;
}
.ssr-dot{
  width:7px;
  height:7px;
  border-radius:999px;
  display:inline-block;
  background:var(--ssr-primary);
  box-shadow:0 0 0 5px color-mix(in srgb,var(--ssr-primary) 13%, transparent);
}
.ssr-public-actions,
.ssr-seo-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}
.ssr-actions-center{justify-content:center}
.ssr-seo-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:9px;
  padding-top:34px;
  margin-bottom:10px;
  color:var(--ssr-muted)!important;
  font-size:13px;
  line-height:1.5;
}
.ssr-seo-breadcrumb a{
  color:var(--ssr-text)!important;
  text-decoration:none!important;
  font-weight:700;
}
.ssr-seo-breadcrumb a:hover{color:var(--ssr-primary)!important}
.ssr-seo-breadcrumb span{color:var(--ssr-muted-light)!important}
.ssr-seo-breadcrumb strong{
  color:var(--ssr-muted)!important;
  font-weight:800;
  min-width:0;
}
.ssr-seo-single-hero-wrap{padding-top:0!important}
.ssr-seo-trust-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px 16px;
  margin-top:22px;
  color:var(--ssr-text)!important;
  font-size:13px;
  font-weight:700;
}
.ssr-seo-group-list{
  display:flex;
  flex-direction:column;
  gap:34px;
  margin-top:8px;
}
.ssr-seo-group{min-width:0}
.ssr-seo-divider{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:14px;
  margin:0 0 18px;
}
.ssr-seo-divider span{
  height:1px;
  background:linear-gradient(90deg, transparent, var(--ssr-border), transparent);
}
.ssr-seo-divider strong{
  color:var(--ssr-muted)!important;
  font-size:12px;
  line-height:1.2;
  font-weight:950;
  letter-spacing:.13em;
  text-transform:uppercase;
  text-align:center;
}
.ssr-seo-card-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
}
.ssr-seo-card{
  position:relative;
  overflow:hidden;
  min-height:188px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:16px;
  padding:22px;
  border-radius:26px;
  background:#fff!important;
  border:1px solid var(--ssr-border-soft)!important;
  color:var(--ssr-text)!important;
  box-shadow:var(--ssr-shadow-soft)!important;
  text-decoration:none!important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.ssr-seo-card::before{
  content:'';
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 100% 0%, color-mix(in srgb,var(--ssr-primary) 10%, transparent), transparent 38%);
  opacity:.9;
  pointer-events:none;
}
.ssr-seo-card > *{position:relative;z-index:1}
.ssr-seo-card:hover{
  transform:translateY(-3px);
  border-color:color-mix(in srgb,var(--ssr-primary) 30%, var(--ssr-border))!important;
  box-shadow:var(--ssr-shadow)!important;
}
.ssr-seo-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}
.ssr-seo-card h2{
  margin:0!important;
  color:var(--ssr-heading)!important;
  font-size:20px;
  line-height:1.15;
  font-weight:950;
  letter-spacing:-.035em;
  text-transform:capitalize;
}
.ssr-seo-card-head p{
  margin:7px 0 0!important;
  color:var(--ssr-muted)!important;
  font-size:13px;
  line-height:1.35;
  font-weight:700;
}
.ssr-seo-card-arrow{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:16px;
  background:var(--ssr-gradient-soft);
  border:1px solid color-mix(in srgb,var(--ssr-primary) 18%, var(--ssr-border));
  color:var(--ssr-primary)!important;
  font-size:18px;
  font-weight:950;
}
.ssr-seo-card-desc{
  margin:0!important;
  color:var(--ssr-text)!important;
  font-size:14px;
  line-height:1.62;
}
.ssr-seo-read-more{
  color:var(--ssr-primary)!important;
  font-size:13px;
  font-weight:950;
}
.ssr-seo-empty-card,
.ssr-seo-body-card,
.ssr-seo-siblings-card,
.ssr-seo-bottom-card{
  background:#fff!important;
  border:1px solid var(--ssr-border-soft)!important;
  border-radius:30px;
  box-shadow:var(--ssr-shadow)!important;
  color:var(--ssr-text)!important;
}
.ssr-seo-empty-card{
  max-width:680px;
  margin:10px auto 34px;
  padding:34px;
  text-align:center;
}
.ssr-seo-empty-icon{font-size:42px;margin-bottom:10px}
.ssr-seo-empty-card h2{
  margin:0 0 8px;
  color:var(--ssr-heading)!important;
  font-size:26px;
  font-weight:950;
  letter-spacing:-.04em;
}
.ssr-seo-empty-card p{
  margin:0 auto 20px;
  max-width:460px;
  color:var(--ssr-text)!important;
  line-height:1.65;
}
.ssr-seo-content-wrap{
  padding-top:0!important;
  padding-bottom:28px!important;
}
.ssr-seo-body-card{
  padding:clamp(24px, 4vw, 42px);
  max-width:900px;
  margin:0 auto;
  overflow:hidden;
}
.ssr-seo-body{
  color:var(--ssr-text)!important;
  font-size:16px;
  line-height:1.82;
  overflow-wrap:anywhere;
}
.ssr-seo-body > :first-child{margin-top:0!important}
.ssr-seo-body > :last-child{margin-bottom:0!important}
.ssr-seo-body h1,
.ssr-seo-body h2,
.ssr-seo-body h3,
.ssr-seo-body h4{
  color:var(--ssr-heading)!important;
  font-weight:950;
  letter-spacing:-.035em;
  line-height:1.2;
  margin:1.65em 0 .65em;
}
.ssr-seo-body h1{font-size:clamp(28px, 4vw, 42px)}
.ssr-seo-body h2{font-size:clamp(24px, 3vw, 34px)}
.ssr-seo-body h3{font-size:clamp(20px, 2.4vw, 25px)}
.ssr-seo-body h4{font-size:18px;letter-spacing:-.02em}
.ssr-seo-body p{
  margin:0 0 1.05em;
  color:var(--ssr-text)!important;
}
.ssr-seo-body strong,
.ssr-seo-body b{
  color:var(--ssr-heading)!important;
  font-weight:900;
}
.ssr-seo-body a{
  color:var(--ssr-primary)!important;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid color-mix(in srgb,var(--ssr-primary) 30%, transparent);
}
.ssr-seo-body a:hover{color:var(--ssr-secondary)!important}
.ssr-seo-body ul,
.ssr-seo-body ol{
  margin:1em 0 1.25em;
  padding-left:1.35rem;
  color:var(--ssr-text)!important;
}
.ssr-seo-body li{
  margin:.45em 0;
  color:var(--ssr-text)!important;
}
.ssr-seo-body li::marker{color:var(--ssr-primary);font-weight:900}
.ssr-seo-body blockquote{
  margin:1.35em 0;
  padding:18px 20px;
  border-left:4px solid var(--ssr-primary);
  border-radius:18px;
  background:var(--ssr-gradient-soft);
  color:var(--ssr-heading)!important;
  font-weight:700;
}
.ssr-seo-body img,
.ssr-seo-body video,
.ssr-seo-body iframe{
  max-width:100%;
  height:auto;
  border-radius:22px;
}
.ssr-seo-body table{
  width:100%;
  margin:1.35em 0;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border-radius:18px;
  border:1px solid var(--ssr-border-soft);
  background:#fff;
}
.ssr-seo-body th,
.ssr-seo-body td{
  padding:13px 14px;
  border-bottom:1px solid var(--ssr-border-soft);
  color:var(--ssr-text)!important;
}
.ssr-seo-body th{
  color:var(--ssr-heading)!important;
  font-weight:900;
  background:var(--ssr-gradient-soft);
}
.ssr-seo-siblings-wrap{
  padding-top:0!important;
  padding-bottom:24px!important;
}
.ssr-seo-siblings-card{
  max-width:900px;
  margin:0 auto;
  padding:24px;
}
.ssr-seo-small-label{
  color:var(--ssr-muted)!important;
  font-size:12px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:14px;
}
.ssr-seo-chip-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.ssr-seo-city-chip{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:8px 14px;
  border-radius:999px;
  background:var(--ssr-gradient-soft)!important;
  border:1px solid color-mix(in srgb,var(--ssr-primary) 18%, var(--ssr-border))!important;
  color:var(--ssr-heading)!important;
  font-size:13px;
  font-weight:850;
  text-decoration:none!important;
  transition:transform .18s ease, border-color .18s ease, color .18s ease;
}
.ssr-seo-city-chip:hover{
  transform:translateY(-1px);
  color:var(--ssr-primary)!important;
  border-color:color-mix(in srgb,var(--ssr-primary) 35%, var(--ssr-border))!important;
}
.ssr-seo-bottom-cta{
  width:min(1120px, calc(100% - 32px));
  margin:0 auto;
  padding:8px 0 58px;
}
.ssr-seo-bottom-card{
  padding:clamp(26px, 4vw, 42px);
  text-align:center;
  background:
    radial-gradient(circle at 0% 0%, color-mix(in srgb,var(--ssr-primary) 10%, transparent), transparent 26rem),
    #fff!important;
}
.ssr-seo-bottom-card h2{
  margin:0 0 10px;
  color:var(--ssr-heading)!important;
  font-size:clamp(26px, 4vw, 42px);
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:950;
}
.ssr-seo-bottom-card p{
  max-width:660px;
  margin:0 auto 22px;
  color:var(--ssr-text)!important;
  line-height:1.65;
}
.ssr-seo-link-row{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px 16px;
  margin-top:20px;
  color:var(--ssr-muted)!important;
  font-size:13px;
  font-weight:800;
}
.ssr-seo-link-row a{
  color:var(--ssr-muted)!important;
  text-decoration:none!important;
}
.ssr-seo-link-row a:hover{color:var(--ssr-primary)!important}
.ssr-seo-draft-wrap{
  padding-top:22px!important;
  padding-bottom:0!important;
}
.ssr-seo-draft-banner{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:16px;
  background:#fff7ed;
  border:1px solid #fed7aa;
  color:#9a3412;
  font-size:13px;
  font-weight:800;
}
.ssr-seo-draft-banner a{
  margin-left:auto;
  color:#9a3412!important;
  font-weight:950;
}
@media (max-width:980px){
  .ssr-seo-card-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
}
@media (max-width:768px){
  .ssr-seo-container,
  .ssr-seo-bottom-cta{width:min(100% - 28px, 1120px)}
  .ssr-seo-hero{padding:34px 0 28px!important}
  .ssr-seo-hero h1{font-size:clamp(34px, 11vw, 46px);letter-spacing:-.055em}
  .ssr-seo-hero p{font-size:16px;line-height:1.6}
  .ssr-seo-hero-left{text-align:left}
  .ssr-seo-card-grid{grid-template-columns:1fr;gap:13px}
  .ssr-seo-card{min-height:0;padding:20px;border-radius:24px}
  .ssr-seo-card h2{font-size:19px}
  .ssr-seo-divider{gap:10px}
  .ssr-seo-divider strong{font-size:11px;letter-spacing:.1em}
  .ssr-seo-body-card,
  .ssr-seo-siblings-card,
  .ssr-seo-bottom-card{border-radius:24px}
  .ssr-seo-body-card{padding:22px}
  .ssr-seo-body{font-size:15px;line-height:1.74}
  .ssr-seo-actions .ssr-btn,
  .ssr-public-actions .ssr-btn{flex:1 1 150px}
  .ssr-actions-center .ssr-btn{flex:0 1 auto}
  .ssr-seo-trust-list{font-size:12.5px;gap:8px 12px}
  .ssr-seo-breadcrumb{padding-top:24px;font-size:12px;margin-bottom:0}
  .ssr-seo-bottom-cta{padding-bottom:42px}
  .ssr-seo-link-row{gap:9px 12px;font-size:12px}
}
@media (max-width:520px){
  .ssr-seo-hero-left{text-align:left}
  .ssr-seo-hero-center{text-align:center}
  .ssr-seo-hero h1{font-size:36px;line-height:1.06}
  .ssr-seo-title-accent{display:inline}
  .ssr-seo-card-head{gap:10px}
  .ssr-seo-card-arrow{width:36px;height:36px;border-radius:14px}
}

/* ================================================================
   PUBLIC BLOG SINGLE PAGE — CENTRALIZED CSS v11
   Controls /blog/{slug} article pages without page-level styles.
   ================================================================ */
.ssr-blog-single-page{
  background:
    radial-gradient(circle at 16% 5%, color-mix(in srgb,var(--ssr-primary) 9%, transparent), transparent 28rem),
    radial-gradient(circle at 86% 9%, color-mix(in srgb,var(--ssr-secondary) 9%, transparent), transparent 30rem),
    var(--ssr-bg)!important;
  color:var(--ssr-text)!important;
  min-height:100vh;
}
.ssr-blog-container{
  width:min(100% - 40px, 920px);
  margin:0 auto;
}
.ssr-blog-container-wide{
  width:min(100% - 40px, 1120px);
}
.ssr-blog-single-hero{
  padding:clamp(54px, 7vw, 88px) 0 26px!important;
}
.ssr-blog-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 22px;
  color:var(--ssr-muted)!important;
  font-size:13px;
  font-weight:700;
}
.ssr-blog-breadcrumb a,
.ssr-blog-breadcrumb strong{
  color:inherit!important;
  text-decoration:none!important;
  max-width:260px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.ssr-blog-breadcrumb a:hover{color:var(--ssr-primary)!important}
.ssr-blog-breadcrumb span{color:color-mix(in srgb,var(--ssr-muted) 55%, transparent)!important}
.ssr-blog-meta-row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:16px;
  color:var(--ssr-muted)!important;
  font-size:13px;
  font-weight:800;
}
.ssr-blog-category-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 14px;
  border-radius:999px;
  color:var(--ssr-primary)!important;
  background:color-mix(in srgb,var(--ssr-primary) 10%, #fff)!important;
  border:1px solid color-mix(in srgb,var(--ssr-primary) 22%, var(--ssr-border))!important;
  font-size:12px;
  font-weight:950;
  text-decoration:none!important;
}
.ssr-blog-single-hero h1{
  margin:0;
  color:var(--ssr-heading)!important;
  font-size:clamp(34px, 5.8vw, 62px);
  line-height:1.04;
  letter-spacing:-.06em;
  font-weight:950;
  max-width:980px;
}
.ssr-blog-author-card{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:26px;
  padding:16px 0 0;
}
.ssr-blog-author-avatar{
  width:48px;
  height:48px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--ssr-primary),var(--ssr-secondary));
  color:#fff!important;
  font-weight:950;
  box-shadow:0 14px 34px color-mix(in srgb,var(--ssr-primary) 28%, transparent);
}
.ssr-blog-author-card strong{
  display:block;
  color:var(--ssr-heading)!important;
  font-weight:950;
  line-height:1.25;
}
.ssr-blog-author-card span{
  display:block;
  margin-top:2px;
  color:var(--ssr-muted)!important;
  font-size:13px;
  font-weight:700;
}
.ssr-blog-article-section{
  padding:14px 0 30px!important;
}
.ssr-blog-content-card{
  background:#fff!important;
  border:1px solid var(--ssr-border)!important;
  border-radius:32px;
  padding:clamp(24px, 4vw, 46px);
  box-shadow:0 22px 70px rgba(15,23,42,.08);
  overflow:hidden;
}
.ssr-blog-content{
  color:var(--ssr-text)!important;
  font-size:17px;
  line-height:1.82;
  font-weight:500;
  overflow-wrap:anywhere;
}
.ssr-blog-content > *:first-child{margin-top:0!important}
.ssr-blog-content > *:last-child{margin-bottom:0!important}
.ssr-blog-content h1,
.ssr-blog-content h2,
.ssr-blog-content h3,
.ssr-blog-content h4{
  color:var(--ssr-heading)!important;
  font-weight:950;
  letter-spacing:-.035em;
  line-height:1.16;
  margin:1.45em 0 .65em;
}
.ssr-blog-content h1{font-size:clamp(28px, 4vw, 42px)}
.ssr-blog-content h2{font-size:clamp(24px, 3.2vw, 34px)}
.ssr-blog-content h3{font-size:clamp(20px, 2.4vw, 26px)}
.ssr-blog-content h4{font-size:18px}
.ssr-blog-content p{
  margin:0 0 1.05em;
  color:var(--ssr-text)!important;
}
.ssr-blog-content a{
  color:var(--ssr-primary)!important;
  font-weight:900;
  text-decoration:none!important;
  border-bottom:1px solid color-mix(in srgb,var(--ssr-primary) 35%, transparent);
}
.ssr-blog-content a:hover{border-bottom-color:var(--ssr-primary)}
.ssr-blog-content strong,
.ssr-blog-content b{color:var(--ssr-heading)!important;font-weight:950}
.ssr-blog-content ul,
.ssr-blog-content ol{
  margin:0 0 1.15em 1.25em;
  padding:0;
}
.ssr-blog-content li{margin:.42em 0;padding-left:.2em}
.ssr-blog-content blockquote{
  margin:1.4em 0;
  padding:18px 22px;
  border-radius:22px;
  background:linear-gradient(135deg, color-mix(in srgb,var(--ssr-primary) 9%, #fff), #fff);
  border:1px solid color-mix(in srgb,var(--ssr-primary) 18%, var(--ssr-border));
  color:var(--ssr-heading)!important;
  font-weight:800;
}
.ssr-blog-content img{
  max-width:100%;
  height:auto;
  border-radius:24px;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
}
.ssr-blog-content table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  margin:1.4em 0;
  overflow:hidden;
  border-radius:20px;
  border:1px solid var(--ssr-border);
  font-size:14px;
}
.ssr-blog-content th,
.ssr-blog-content td{
  padding:13px 15px;
  border-bottom:1px solid var(--ssr-border);
  text-align:left;
}
.ssr-blog-content th{
  color:var(--ssr-heading)!important;
  background:var(--ssr-soft)!important;
  font-weight:950;
}
.ssr-blog-content tr:last-child td{border-bottom:0}
.ssr-blog-content pre,
.ssr-blog-content code{
  background:#0f172a!important;
  color:#e2e8f0!important;
  border-radius:14px;
}
.ssr-blog-content pre{
  padding:18px;
  overflow:auto;
  margin:1.25em 0;
}
.ssr-blog-content code{padding:.16em .38em;font-size:.9em}
.ssr-blog-content pre code{padding:0;background:transparent!important}
.ssr-blog-share-card{
  margin-top:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:16px 18px;
  border-radius:24px;
  background:#fff!important;
  border:1px solid var(--ssr-border)!important;
  box-shadow:0 14px 40px rgba(15,23,42,.06);
}
.ssr-blog-share-card strong{
  color:var(--ssr-heading)!important;
  font-weight:950;
}
.ssr-blog-share-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
}
.ssr-blog-share-actions a{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 14px;
  border-radius:999px;
  background:var(--ssr-soft)!important;
  border:1px solid var(--ssr-border)!important;
  color:var(--ssr-text)!important;
  font-size:13px;
  font-weight:900;
  text-decoration:none!important;
}
.ssr-blog-share-actions a:hover{
  color:#fff!important;
  background:linear-gradient(135deg,var(--ssr-primary),var(--ssr-secondary))!important;
  border-color:transparent!important;
  transform:translateY(-1px);
}
.ssr-blog-related-section{
  padding:22px 0 60px!important;
}
.ssr-section-heading-row{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}
.ssr-eyebrow{
  display:block;
  color:var(--ssr-primary)!important;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.14em;
  margin-bottom:6px;
}
.ssr-section-heading-row h2{
  margin:0;
  color:var(--ssr-heading)!important;
  font-size:clamp(24px, 3vw, 34px);
  font-weight:950;
  letter-spacing:-.045em;
}
.ssr-blog-related-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
}
.ssr-blog-related-card{
  display:block;
  overflow:hidden;
  border-radius:28px;
  background:#fff!important;
  border:1px solid var(--ssr-border)!important;
  text-decoration:none!important;
  box-shadow:0 18px 55px rgba(15,23,42,.07);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.ssr-blog-related-card:hover{
  transform:translateY(-3px);
  border-color:color-mix(in srgb,var(--ssr-primary) 25%, var(--ssr-border))!important;
  box-shadow:0 24px 70px rgba(15,23,42,.1);
}
.ssr-blog-related-media{
  height:150px;
  background:linear-gradient(135deg, color-mix(in srgb,var(--ssr-primary) 12%, #fff), color-mix(in srgb,var(--ssr-secondary) 10%, #fff));
  display:grid;
  place-items:center;
  color:var(--ssr-primary);
  font-size:32px;
}
.ssr-blog-related-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.ssr-blog-related-body{padding:16px}
.ssr-blog-related-body small{
  display:block;
  margin-bottom:8px;
  color:var(--ssr-muted)!important;
  font-size:12px;
  font-weight:800;
}
.ssr-blog-related-body h3{
  margin:0;
  color:var(--ssr-heading)!important;
  font-size:15px;
  line-height:1.35;
  font-weight:950;
}
.ssr-blog-related-card:hover h3{color:var(--ssr-primary)!important}
@media (max-width:900px){
  .ssr-blog-related-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:680px){
  .ssr-blog-container,
  .ssr-blog-container-wide{width:min(100% - 28px, 1120px)}
  .ssr-blog-single-hero{padding:36px 0 18px!important}
  .ssr-blog-single-hero h1{font-size:clamp(32px, 10vw, 42px);letter-spacing:-.055em}
  .ssr-blog-content-card{border-radius:24px;padding:22px}
  .ssr-blog-content{font-size:15.5px;line-height:1.75}
  .ssr-blog-share-card{align-items:flex-start;flex-direction:column;border-radius:22px}
  .ssr-blog-share-actions a{flex:1 1 auto}
  .ssr-section-heading-row{align-items:flex-start;flex-direction:column}
  .ssr-blog-related-grid{grid-template-columns:1fr}
  .ssr-blog-related-media{height:140px}
}

/* =======================================================================
   Public services page — centralized catalog layout
   Source view: application/views/public/services.php
   ======================================================================= */
.ssr-public-services-page{
  background:
    radial-gradient(circle at 7% 0%, color-mix(in srgb,var(--ssr-primary) 8%, transparent), transparent 24rem),
    radial-gradient(circle at 92% 14%, color-mix(in srgb,var(--ssr-secondary) 6%, transparent), transparent 26rem),
    var(--ssr-bg)!important;
}
.ssr-public-services-container{
  width:min(1140px, calc(100% - 32px));
  padding-top:34px;
}
.ssr-public-services-hero{
  max-width:740px;
  margin-bottom:24px;
}
.ssr-services-toolbar{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(220px, 300px);
  gap:14px;
  align-items:center;
  margin-bottom:18px;
}
.ssr-services-search-wrap{
  position:relative;
  min-width:0;
}
.ssr-services-search-input{
  width:100%!important;
  min-height:56px!important;
  padding:0 54px 0 20px!important;
  border-radius:24px!important;
  background:#fff!important;
  border:1px solid var(--ssr-border)!important;
  color:var(--ssr-heading)!important;
  font-size:16px!important;
  font-weight:700!important;
  box-shadow:var(--ssr-shadow-soft)!important;
}
.ssr-services-search-input::placeholder{
  color:#9ca3af!important;
  font-weight:600!important;
}
.ssr-services-search-icon{
  position:absolute;
  right:20px;
  top:50%;
  width:22px!important;
  height:22px!important;
  transform:translateY(-50%);
  color:var(--ssr-muted);
  pointer-events:none;
}
.ssr-services-filter-select{
  width:100%!important;
  min-height:56px!important;
  padding:0 44px 0 18px!important;
  border-radius:24px!important;
  background:#fff!important;
  border:1px solid var(--ssr-border)!important;
  color:var(--ssr-heading)!important;
  font-size:15px!important;
  font-weight:800!important;
  box-shadow:var(--ssr-shadow-soft)!important;
}
.ssr-services-result-count{
  margin:0 0 14px;
  text-align:center;
  color:var(--ssr-muted)!important;
  font-size:14px;
  font-weight:800;
}
.ssr-services-result-count strong{color:var(--ssr-primary)!important;font-weight:950}
.ssr-services-category-list{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.ssr-services-category-card{
  overflow:hidden;
  border-radius:28px;
  background:#fff!important;
  border:1px solid var(--ssr-border-soft)!important;
  box-shadow:var(--ssr-shadow-soft)!important;
  transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.ssr-services-category-card:hover{
  border-color:color-mix(in srgb,var(--ssr-primary) 24%, var(--ssr-border))!important;
  box-shadow:0 18px 50px rgba(15,23,42,.08)!important;
}
.ssr-services-category-button{
  width:100%;
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 24px;
  border:0!important;
  background:#fff!important;
  color:var(--ssr-heading)!important;
  cursor:pointer;
  text-align:left;
  box-shadow:none!important;
  border-radius:0!important;
}
.ssr-services-category-button.is-open{
  background:linear-gradient(135deg, color-mix(in srgb,var(--ssr-primary) 7%, #fff), #fff)!important;
  border-bottom:1px solid var(--ssr-border-soft)!important;
}
.ssr-services-category-left,
.ssr-services-category-right{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:0;
}
.ssr-services-category-name{
  display:block;
  min-width:0;
  color:var(--ssr-heading)!important;
  font-size:17px;
  line-height:1.25;
  font-weight:950;
  letter-spacing:-.018em;
}
.ssr-services-category-dot{
  width:11px;
  height:11px;
  flex:0 0 auto;
  border-radius:999px;
  background:color-mix(in srgb,var(--ssr-primary) 55%, #e5e7eb);
  box-shadow:0 0 0 7px color-mix(in srgb,var(--ssr-primary) 11%, transparent);
}
.ssr-services-category-dot.is-open{
  background:var(--ssr-primary);
  box-shadow:0 0 0 7px color-mix(in srgb,var(--ssr-primary) 16%, transparent), 0 0 18px color-mix(in srgb,var(--ssr-primary) 42%, transparent);
}
.ssr-services-new-badge,
.ssr-services-count-badge,
.ssr-services-badge,
.ssr-service-modal-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
  border-radius:999px;
  font-weight:950;
  line-height:1;
}
.ssr-services-new-badge{
  padding:6px 9px;
  color:#fff!important;
  background:var(--ssr-gradient)!important;
  font-size:10px;
  letter-spacing:.06em;
}
.ssr-services-count-badge{
  min-height:34px;
  padding:0 14px;
  color:var(--ssr-primary)!important;
  background:var(--ssr-gradient-soft)!important;
  border:1px solid color-mix(in srgb,var(--ssr-primary) 20%, var(--ssr-border));
  font-size:13px;
}
.ssr-services-count-badge.is-open{
  color:#fff!important;
  background:var(--ssr-gradient)!important;
  border-color:transparent!important;
  box-shadow:var(--ssr-glow)!important;
}
.ssr-services-chevron{
  width:24px!important;
  height:24px!important;
  flex:0 0 auto;
  color:var(--ssr-heading)!important;
  transition:transform .2s ease, color .2s ease;
}
.ssr-services-chevron.is-open{
  transform:rotate(180deg);
  color:var(--ssr-primary)!important;
}
.ssr-services-category-body{
  background:#fff!important;
}
.ssr-services-table-scroll{
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
.ssr-services-table{
  width:100%;
  min-width:900px;
  border-collapse:separate;
  border-spacing:0;
  background:#fff!important;
}
.ssr-services-table thead tr{
  background:var(--ssr-soft)!important;
}
.ssr-services-table th{
  padding:13px 16px!important;
  color:var(--ssr-muted)!important;
  font-size:11px!important;
  font-weight:950!important;
  text-transform:uppercase;
  letter-spacing:.09em;
  border-bottom:1px solid var(--ssr-border-soft)!important;
  text-align:left;
  white-space:nowrap;
}
.ssr-services-table th:nth-child(1),
.ssr-services-table th:nth-child(3),
.ssr-services-table th:nth-child(4),
.ssr-services-table th:nth-child(5),
.ssr-services-table th:nth-child(6),
.ssr-services-table th:nth-child(7),
.ssr-services-table th:nth-child(8){text-align:center}
.ssr-services-table td{
  padding:15px 16px!important;
  color:var(--ssr-text)!important;
  font-size:14px!important;
  font-weight:700;
  border-bottom:1px solid var(--ssr-border-soft)!important;
  vertical-align:middle;
}
.ssr-services-table tbody tr:last-child td{border-bottom:0!important}
.ssr-services-table tbody tr:hover{background:color-mix(in srgb,var(--ssr-primary) 5%, #fff)!important}
.ssr-services-table td:nth-child(1),
.ssr-services-table td:nth-child(3),
.ssr-services-table td:nth-child(4),
.ssr-services-table td:nth-child(5),
.ssr-services-table td:nth-child(6),
.ssr-services-table td:nth-child(7),
.ssr-services-table td:nth-child(8){text-align:center}
.ssr-services-name{
  color:var(--ssr-heading)!important;
  font-weight:900!important;
  line-height:1.35;
}
.ssr-services-price{
  color:var(--ssr-primary)!important;
  font-weight:950!important;
}
.ssr-services-id{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  min-height:28px;
  padding:0 9px;
  border-radius:999px;
  background:var(--ssr-soft)!important;
  border:1px solid var(--ssr-border)!important;
  color:var(--ssr-heading)!important;
  font-size:12px;
  font-weight:950;
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}
.ssr-services-badge{
  min-height:28px;
  padding:0 10px;
  font-size:11px;
  border:1px solid transparent;
}
.ssr-services-badge.is-refill{
  color:var(--ssr-primary)!important;
  background:var(--ssr-gradient-soft)!important;
  border-color:color-mix(in srgb,var(--ssr-primary) 20%, var(--ssr-border));
}
.ssr-services-badge.is-no-refill{
  color:#64748b!important;
  background:#f8fafc!important;
  border-color:#e5e7eb!important;
}
.ssr-services-info-button{
  width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px!important;
  border:1px solid var(--ssr-border)!important;
  background:#fff!important;
  color:var(--ssr-primary)!important;
  box-shadow:0 8px 20px rgba(15,23,42,.05)!important;
  cursor:pointer;
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}
.ssr-services-info-button:hover{
  transform:translateY(-1px);
  background:var(--ssr-gradient-soft)!important;
  border-color:color-mix(in srgb,var(--ssr-primary) 25%, var(--ssr-border))!important;
}
.ssr-services-info-button svg{
  width:17px!important;
  height:17px!important;
}
.ssr-services-empty,
.ssr-service-muted{color:var(--ssr-muted)!important}
.ssr-services-empty-state{
  margin-top:18px;
  padding:34px 22px;
  text-align:center;
  border-radius:28px;
  background:#fff!important;
  border:1px solid var(--ssr-border-soft)!important;
  color:var(--ssr-muted)!important;
  box-shadow:var(--ssr-shadow-soft)!important;
  font-weight:800;
}
.ssr-public-gate-card{
  max-width:560px;
  margin:28px auto;
  padding:34px 28px;
  border-radius:32px;
  background:#fff!important;
  border:1px solid var(--ssr-border-soft)!important;
  box-shadow:var(--ssr-shadow)!important;
  text-align:center;
}
.ssr-public-gate-icon{
  width:74px;
  height:74px;
  display:grid;
  place-items:center;
  margin:0 auto 18px;
  border-radius:26px;
  background:var(--ssr-gradient-soft)!important;
  color:var(--ssr-primary)!important;
}
.ssr-public-gate-icon svg{width:34px!important;height:34px!important}
.ssr-public-gate-card h1{
  margin:0 0 10px;
  color:var(--ssr-heading)!important;
  font-size:clamp(28px, 4vw, 42px);
  line-height:1.08;
  font-weight:950;
  letter-spacing:-.045em;
}
.ssr-public-gate-card p{
  margin:0 auto 22px;
  color:var(--ssr-muted)!important;
  max-width:420px;
  line-height:1.7;
  font-weight:650;
}
.ssr-public-gate-actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
}
.ssr-public-gate-actions svg,
.ssr-service-modal-footer svg{width:18px!important;height:18px!important}
.ssr-service-modal-overlay{
  position:fixed;
  inset:0;
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.ssr-service-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(15,23,42,.42)!important;
  backdrop-filter:blur(10px);
}
.ssr-service-modal-box{
  position:relative;
  width:min(94vw, 620px);
  max-height:min(90vh, 760px);
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:30px;
  background:#fff!important;
  border:1px solid var(--ssr-border-soft)!important;
  box-shadow:0 30px 90px rgba(15,23,42,.22)!important;
}
.ssr-service-modal-header{
  position:relative;
  padding:22px 64px 18px 24px;
  background:linear-gradient(135deg, color-mix(in srgb,var(--ssr-primary) 8%, #fff), #fff)!important;
  border-bottom:1px solid var(--ssr-border-soft)!important;
}
.ssr-service-modal-label,
.ssr-service-modal-desc-heading{
  color:var(--ssr-primary)!important;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.ssr-service-modal-title{
  margin-top:6px;
  color:var(--ssr-heading)!important;
  font-size:18px;
  line-height:1.35;
  font-weight:950;
}
.ssr-service-modal-meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}
.ssr-service-modal-pill{
  min-height:28px;
  padding:0 10px;
  color:var(--ssr-primary)!important;
  background:var(--ssr-gradient-soft)!important;
  border:1px solid color-mix(in srgb,var(--ssr-primary) 20%, var(--ssr-border));
  font-size:11px;
}
.ssr-service-modal-close{
  position:absolute;
  top:18px;
  right:18px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--ssr-heading)!important;
  border:1px solid var(--ssr-border)!important;
  cursor:pointer;
  box-shadow:var(--ssr-shadow-soft)!important;
}
.ssr-service-modal-close:hover{color:var(--ssr-primary)!important;border-color:color-mix(in srgb,var(--ssr-primary) 25%, var(--ssr-border))!important}
.ssr-service-modal-close svg{width:18px!important;height:18px!important}
.ssr-service-modal-stats{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:10px;
  padding:16px 18px;
  background:#fff!important;
  border-bottom:1px solid var(--ssr-border-soft)!important;
}
.ssr-service-modal-stat{
  padding:13px 12px;
  border-radius:18px;
  background:var(--ssr-soft)!important;
  border:1px solid var(--ssr-border-soft)!important;
  text-align:center;
}
.ssr-service-modal-stat span{
  display:block;
  margin-bottom:4px;
  color:var(--ssr-muted)!important;
  font-size:10px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.ssr-service-modal-stat strong{
  display:block;
  color:var(--ssr-heading)!important;
  font-size:14px;
  font-weight:950;
}
.ssr-service-modal-desc-wrap{
  padding:20px 24px;
  overflow:auto;
}
.ssr-service-modal-desc-heading{margin-bottom:10px}
.ssr-service-modal-desc-body{
  color:var(--ssr-text)!important;
  line-height:1.78;
  font-size:14px;
  font-weight:650;
  word-break:break-word;
}
.ssr-service-modal-desc-body p{margin:0 0 1em;color:var(--ssr-text)!important}
.ssr-service-modal-desc-body strong{color:var(--ssr-heading)!important}
.ssr-service-modal-footer{
  display:flex;
  align-items:center;
  gap:10px;
  padding:16px 18px;
  border-top:1px solid var(--ssr-border-soft)!important;
  background:#fff!important;
}
@media (max-width:760px){
  .ssr-public-services-container{width:min(100% - 28px, 1140px);padding-top:28px}
  .ssr-public-services-hero{margin-bottom:20px}
  .ssr-public-services-hero h1{font-size:clamp(32px, 9vw, 44px)}
  .ssr-services-toolbar{grid-template-columns:1fr;gap:10px;margin-bottom:14px}
  .ssr-services-search-input,
  .ssr-services-filter-select{min-height:54px!important;border-radius:22px!important;font-size:15px!important}
  .ssr-services-category-list{gap:12px}
  .ssr-services-category-card{border-radius:24px}
  .ssr-services-category-button{min-height:72px;padding:16px 18px;gap:12px}
  .ssr-services-category-name{font-size:16px}
  .ssr-services-count-badge{min-height:30px;padding:0 10px;font-size:12px}
  .ssr-services-chevron{width:22px!important;height:22px!important}
  .ssr-services-table{min-width:820px}
  .ssr-services-table th{padding:11px 13px!important;font-size:10px!important}
  .ssr-services-table td{padding:13px!important;font-size:13px!important}
  .ssr-service-modal-box{border-radius:26px;width:94vw}
  .ssr-service-modal-stats{grid-template-columns:1fr;gap:8px}
  .ssr-service-modal-footer{flex-direction:column;align-items:stretch}
  .ssr-service-modal-footer .ssr-btn{width:100%}
}
@media (max-width:520px){
  .ssr-public-services-container{width:min(100% - 24px, 1140px);padding-bottom:42px}
  .ssr-public-services-hero p{font-size:14px;line-height:1.6}
  .ssr-services-category-button{align-items:flex-start;flex-direction:column}
  .ssr-services-category-left,
  .ssr-services-category-right{width:100%;justify-content:space-between}
  .ssr-services-category-left{justify-content:flex-start}
  .ssr-services-category-name{white-space:normal;overflow-wrap:anywhere}
  .ssr-services-count-badge{margin-left:auto}
}

/* =======================================================================
   Public auth pages — centralized layout
   Source views:
   application/views/auth/login.php
   application/views/auth/register.php
   application/views/auth/forgot_password.php
   application/views/auth/reset_password.php
   ======================================================================= */
.ssr-auth-page{
  width:100%;
  min-height:calc(100vh - 64px);
  padding:clamp(34px, 6vw, 66px) 16px clamp(46px, 7vw, 80px);
  background:
    radial-gradient(circle at 8% 0%, color-mix(in srgb,var(--ssr-primary) 8%, transparent), transparent 24rem),
    radial-gradient(circle at 92% 10%, color-mix(in srgb,var(--ssr-primary-2) 7%, transparent), transparent 24rem),
    var(--ssr-bg);
  color:var(--ssr-text);
}
.ssr-auth-wrap{
  width:min(100%, 480px);
  margin-inline:auto;
}
.ssr-auth-wrap-wide{
  width:min(100%, 560px);
}
.ssr-auth-header{
  text-align:center;
  margin:0 0 24px;
}
.ssr-auth-header h1{
  margin:0;
  color:var(--ssr-heading)!important;
  font-size:clamp(31px, 5.5vw, 43px);
  line-height:1.08;
  letter-spacing:-.05em;
  font-weight:950;
}
.ssr-auth-header p{
  margin:10px auto 0;
  color:var(--ssr-muted)!important;
  font-size:clamp(15px, 2.4vw, 18px);
  line-height:1.55;
  font-weight:650;
}
.ssr-auth-card{
  width:100%;
  padding:clamp(22px, 4vw, 34px);
  background:#fff!important;
  color:var(--ssr-text)!important;
  border:1px solid var(--ssr-border-soft)!important;
  border-radius:30px!important;
  box-shadow:var(--ssr-shadow)!important;
  overflow:hidden;
}
.ssr-auth-alert{
  width:100%;
  margin:0 0 14px;
  padding:13px 15px;
  border-radius:18px;
  font-size:14px;
  line-height:1.55;
  font-weight:750;
  border:1px solid transparent;
}
.ssr-auth-alert-success{
  background:color-mix(in srgb,var(--ssr-primary) 10%, #fff)!important;
  border-color:color-mix(in srgb,var(--ssr-primary) 22%, var(--ssr-border))!important;
  color:color-mix(in srgb,var(--ssr-primary) 74%, #0f172a)!important;
}
.ssr-auth-alert-error{
  background:#FFF1F2!important;
  border-color:#FFE4E6!important;
  color:#BE123C!important;
}
.ssr-auth-google-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:56px;
  gap:12px;
  padding:0 18px;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid var(--ssr-border)!important;
  color:var(--ssr-heading)!important;
  box-shadow:var(--ssr-shadow-soft)!important;
  text-decoration:none!important;
  font-size:15px;
  font-weight:900;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.ssr-auth-google-btn:hover{
  transform:translateY(-1px);
  border-color:color-mix(in srgb,var(--ssr-primary) 28%, var(--ssr-border))!important;
  box-shadow:0 14px 34px rgba(17,24,39,.08)!important;
}
.ssr-auth-google-icon{
  width:22px;
  height:22px;
  flex:0 0 auto;
}
.ssr-auth-divider{
  display:flex;
  align-items:center;
  gap:14px;
  margin:22px 0;
  color:var(--ssr-muted)!important;
  font-size:13px;
  font-weight:750;
  white-space:nowrap;
}
.ssr-auth-divider::before,
.ssr-auth-divider::after{
  content:"";
  flex:1 1 auto;
  height:1px;
  background:var(--ssr-border);
}
.ssr-auth-form{
  display:grid;
  gap:16px;
  margin:0;
}
.ssr-auth-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
}
.ssr-auth-field{
  display:grid;
  gap:8px;
  min-width:0;
}
.ssr-auth-field label,
.ssr-auth-check{
  color:var(--ssr-muted)!important;
  font-size:13px;
  line-height:1.35;
  font-weight:850;
}
.ssr-auth-input,
.ssr-auth-card input[type="text"],
.ssr-auth-card input[type="email"],
.ssr-auth-card input[type="password"]{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-height:54px!important;
  padding:0 17px!important;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid var(--ssr-border)!important;
  color:var(--ssr-heading)!important;
  box-shadow:0 1px 0 rgba(17,24,39,.02)!important;
  font-size:16px!important;
  font-weight:650!important;
  line-height:1.25!important;
}
.ssr-auth-input:focus,
.ssr-auth-card input[type="text"]:focus,
.ssr-auth-card input[type="email"]:focus,
.ssr-auth-card input[type="password"]:focus{
  border-color:color-mix(in srgb,var(--ssr-primary) 55%, var(--ssr-border))!important;
  box-shadow:0 0 0 4px color-mix(in srgb,var(--ssr-primary) 13%, transparent)!important;
}
.ssr-auth-options{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-width:0;
}
.ssr-auth-check{
  display:inline-flex!important;
  align-items:center;
  gap:10px;
  margin:0;
}
.ssr-auth-check input[type="checkbox"]{
  width:22px!important;
  height:22px!important;
  min-width:22px!important;
  padding:0!important;
  border-radius:7px!important;
  border:1px solid color-mix(in srgb,var(--ssr-muted) 40%, var(--ssr-border))!important;
  background:#fff!important;
  accent-color:var(--ssr-primary)!important;
  box-shadow:none!important;
}
.ssr-auth-link,
.ssr-auth-terms a,
.ssr-auth-footer a{
  color:var(--ssr-primary)!important;
  font-weight:900!important;
  text-decoration:none!important;
}
.ssr-auth-link:hover,
.ssr-auth-terms a:hover,
.ssr-auth-footer a:hover{
  text-decoration:underline!important;
}
.ssr-auth-terms{
  align-items:flex-start!important;
}
.ssr-auth-submit{
  width:100%;
  min-height:58px;
  margin-top:2px;
  border-radius:999px!important;
  font-size:15px;
  font-weight:950!important;
}
.ssr-auth-recaptcha{
  width:100%;
  overflow-x:auto;
  padding:2px 0;
  -webkit-overflow-scrolling:touch;
}
.ssr-auth-footer{
  margin:24px 0 0;
  text-align:center;
  color:var(--ssr-muted)!important;
  font-size:15px;
  line-height:1.5;
  font-weight:650;
}
@media (max-width:640px){
  .ssr-auth-page{
    padding:30px 26px 54px;
    min-height:auto;
  }
  .ssr-auth-wrap,
  .ssr-auth-wrap-wide{
    width:100%;
  }
  .ssr-auth-header{
    margin-bottom:20px;
  }
  .ssr-auth-card{
    padding:22px;
    border-radius:28px!important;
  }
  .ssr-auth-google-btn,
  .ssr-auth-input,
  .ssr-auth-card input[type="text"],
  .ssr-auth-card input[type="email"],
  .ssr-auth-card input[type="password"]{
    min-height:52px!important;
  }
  .ssr-auth-grid{
    grid-template-columns:1fr;
    gap:16px;
  }
  .ssr-auth-options{
    align-items:flex-start;
    flex-direction:column;
    gap:12px;
  }
  .ssr-auth-link{
    align-self:flex-end;
  }
}
@media (max-width:390px){
  .ssr-auth-page{padding-left:18px;padding-right:18px}
  .ssr-auth-card{padding:20px}
  .ssr-auth-divider{font-size:12px;gap:10px}
}

/* =======================================================================
   Logged-in user shell + dashboard — centralized UI fix v14
   Views: layouts/header.php, layouts/footer.php, user/dashboard.php
   ======================================================================= */
.ssr-hidden{display:none!important}
.ssr-app-topbar{background:rgba(255,255,255,.94)!important;border-bottom:1px solid var(--ssr-border)!important;box-shadow:0 8px 24px rgba(17,24,39,.05)!important;color:var(--ssr-heading)!important;overflow:visible!important}
.ssr-app-topbar svg{stroke:currentColor}.ssr-app-topbar .text-slate-400,.ssr-app-topbar .text-slate-500,.ssr-app-topbar .text-slate-300{color:var(--ssr-muted)!important}
.ssr-top-pill{min-height:38px;padding:0 14px!important;border-radius:999px!important;background:#fff!important;border:1px solid var(--ssr-border)!important;color:var(--ssr-heading)!important;box-shadow:var(--ssr-shadow-soft)!important;white-space:nowrap}
.ssr-balance-pill{color:var(--ssr-primary)!important;background:var(--ssr-gradient-soft)!important;border-color:color-mix(in srgb,var(--ssr-primary) 22%,var(--ssr-border))!important}
.ssr-currency-control{position:relative!important}.ssr-currency-btn{gap:8px!important}.ssr-currency-btn[aria-expanded="true"]{color:var(--ssr-primary)!important}
.ssr-currency-menu{position:absolute!important;right:0!important;top:calc(100% + 10px)!important;z-index:9999!important;width:260px!important;max-height:min(420px,58vh)!important;overflow-y:auto!important;background:rgba(255,255,255,.98)!important;border:1px solid var(--ssr-border)!important;border-radius:22px!important;box-shadow:0 24px 70px rgba(17,24,39,.16)!important;color:var(--ssr-text)!important;backdrop-filter:blur(18px)!important}
.ssr-currency-menu > div:first-child{background:var(--ssr-bg-soft)!important;border-color:var(--ssr-border)!important;color:var(--ssr-heading)!important;position:sticky;top:0;z-index:1}.ssr-currency-menu p,.ssr-currency-menu span{color:inherit}.ssr-currency-option{min-height:42px!important;color:var(--ssr-text)!important;background:transparent!important;border-radius:0!important;border:0!important;box-shadow:none!important;text-align:left!important}.ssr-currency-option:hover{background:var(--ssr-bg-soft)!important;color:var(--ssr-heading)!important}.ssr-currency-option.text-brand,.ssr-currency-option.bg-brand\/5{background:var(--ssr-gradient-soft)!important;color:var(--ssr-primary)!important}.ssr-currency-menu > div:last-child{border-color:var(--ssr-border)!important;background:#fff!important}.ssr-currency-menu > div:last-child p{color:var(--ssr-muted)!important}
.ssr-notif-btn{width:42px!important;height:42px!important;border-radius:18px!important;background:#fff!important;border:1px solid var(--ssr-border)!important;color:var(--ssr-muted)!important;box-shadow:var(--ssr-shadow-soft)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.ssr-notif-btn:hover{color:var(--ssr-primary)!important;border-color:color-mix(in srgb,var(--ssr-primary) 28%,var(--ssr-border))!important;background:var(--ssr-gradient-soft)!important}.notif-count{position:absolute!important;top:4px!important;right:4px!important;min-width:18px!important;height:18px!important;padding:0 4px!important;border-radius:999px!important;background:var(--ssr-gradient)!important;color:#fff!important;font-size:10px!important;font-weight:900!important;display:flex!important;align-items:center!important;justify-content:center!important;border:2px solid #fff!important;box-shadow:0 6px 16px color-mix(in srgb,var(--ssr-primary) 25%,transparent)!important}
.ssr-notif-menu{position:absolute!important;right:0!important;top:calc(100% + 10px)!important;z-index:9999!important;width:360px!important;max-width:calc(100vw - 24px)!important;overflow:hidden!important;background:rgba(255,255,255,.985)!important;border:1px solid var(--ssr-border)!important;border-radius:24px!important;box-shadow:0 24px 70px rgba(17,24,39,.16)!important;color:var(--ssr-text)!important;backdrop-filter:blur(18px)!important}.ssr-notif-menu > div:first-child{background:var(--ssr-bg-soft)!important;border-color:var(--ssr-border)!important}.ssr-notif-menu > div:first-child span{color:var(--ssr-heading)!important;font-weight:900!important}.ssr-notif-menu button{background:transparent!important;border:0!important;box-shadow:none!important;color:var(--ssr-primary)!important;border-radius:0!important}.ssr-notif-menu .max-h-72{max-height:min(360px,54vh)!important}.ssr-notif-item{background:#fff!important;border-color:var(--ssr-border-soft)!important;color:var(--ssr-text)!important;text-decoration:none!important}.ssr-notif-item:hover{background:var(--ssr-bg-soft)!important}.ssr-notif-item p:first-child{color:var(--ssr-heading)!important}.ssr-notif-item p:nth-child(2){color:var(--ssr-muted)!important;opacity:1!important}.ssr-notif-item p:nth-child(3){color:#9CA3AF!important;opacity:1!important}.ssr-notif-menu > div:last-child{background:#fff!important;border-color:var(--ssr-border)!important}

.ssr-user-dashboard{display:flex;flex-direction:column;gap:22px;width:100%;max-width:1180px;margin-inline:auto;color:var(--ssr-text)}.ssr-dash-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;flex-wrap:wrap}.ssr-dash-title-block h1{margin:0;color:var(--ssr-heading);font-size:clamp(28px,4vw,42px);line-height:1.08;letter-spacing:-.045em;font-weight:950}.ssr-dash-title-block p{margin:8px 0 0;color:var(--ssr-muted);font-size:15px}.ssr-dash-badges{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ssr-rank-badge,.ssr-soft-pill{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:34px;padding:7px 13px;border-radius:999px;border:1px solid var(--ssr-border);background:#fff;color:var(--ssr-heading);font-size:12px;font-weight:900;box-shadow:var(--ssr-shadow-soft);white-space:nowrap}.ssr-rank-new{background:linear-gradient(135deg,rgba(16,185,129,.12),rgba(34,197,94,.07));color:var(--ssr-primary);border-color:color-mix(in srgb,var(--ssr-primary) 24%,var(--ssr-border))}.ssr-rank-junior{background:linear-gradient(135deg,rgba(59,130,246,.12),rgba(37,99,235,.07));color:#2563eb;border-color:rgba(37,99,235,.18)}.ssr-rank-senior{background:linear-gradient(135deg,rgba(139,92,246,.12),rgba(124,58,237,.07));color:#7c3aed;border-color:rgba(124,58,237,.18)}.ssr-rank-premium{background:linear-gradient(135deg,rgba(245,158,11,.14),rgba(251,191,36,.08));color:#b45309;border-color:rgba(245,158,11,.2)}.ssr-rank-vip{background:var(--ssr-gradient-soft);color:var(--ssr-primary);border-color:color-mix(in srgb,var(--ssr-primary) 24%,var(--ssr-border))}.ssr-dyn-pill{--ssr-pill-color:var(--ssr-primary);color:var(--ssr-pill-color);border-color:color-mix(in srgb,var(--ssr-pill-color) 28%,var(--ssr-border));background:color-mix(in srgb,var(--ssr-pill-color) 10%,#fff)}
.ssr-dash-announcements{overflow:hidden;border:1px solid var(--ssr-border-soft);border-radius:28px;background:#fff;box-shadow:var(--ssr-shadow)}.ssr-dash-ann-head{display:flex;align-items:center;gap:10px;padding:14px 18px;border-bottom:1px solid var(--ssr-border-soft);background:var(--ssr-bg-soft);color:var(--ssr-heading);font-size:14px;font-weight:950}.ssr-dash-ann-head-icon{width:18px;height:18px;color:var(--ssr-primary)}.ssr-dash-count{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:24px;border-radius:999px;background:var(--ssr-gradient-soft);border:1px solid color-mix(in srgb,var(--ssr-primary) 22%,var(--ssr-border));color:var(--ssr-primary);font-size:11px;font-weight:950}.ssr-dash-ann-list{display:grid}.ssr-dash-ann-item{display:flex;gap:12px;align-items:flex-start;padding:16px 18px;border-bottom:1px solid var(--ssr-border-soft);background:#fff}.ssr-dash-ann-item:last-child{border-bottom:0}.ssr-dash-ann-icon{flex:0 0 auto;font-size:19px;line-height:1}.ssr-dash-ann-body{min-width:0;flex:1}.ssr-dash-ann-body h3{margin:0;color:var(--ssr-heading);font-size:14px;line-height:1.35;font-weight:900}.ssr-dash-ann-content{margin-top:5px;color:var(--ssr-text);font-size:13px;line-height:1.55}.ssr-dash-ann-content p{margin:.35em 0}.ssr-dash-ann-expiry{display:flex;align-items:center;gap:5px;margin-top:7px;color:#9CA3AF;font-size:11px;font-weight:700}.ssr-dash-ann-expiry svg{width:13px;height:13px}.ssr-dash-ann-type{flex:0 0 auto;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.06em;border:1px solid var(--ssr-border);background:var(--ssr-bg-soft);color:var(--ssr-muted)}.ssr-dash-ann-item.is-info{background:linear-gradient(135deg,rgba(59,130,246,.07),#fff)}.ssr-dash-ann-item.is-info .ssr-dash-ann-type,.ssr-dash-ann-item.is-info h3{color:#2563eb}.ssr-dash-ann-item.is-success{background:linear-gradient(135deg,rgba(16,185,129,.08),#fff)}.ssr-dash-ann-item.is-success .ssr-dash-ann-type,.ssr-dash-ann-item.is-success h3{color:#059669}.ssr-dash-ann-item.is-warning{background:linear-gradient(135deg,rgba(245,158,11,.09),#fff)}.ssr-dash-ann-item.is-warning .ssr-dash-ann-type,.ssr-dash-ann-item.is-warning h3{color:#b45309}.ssr-dash-ann-item.is-danger{background:linear-gradient(135deg,rgba(239,68,68,.08),#fff)}.ssr-dash-ann-item.is-danger .ssr-dash-ann-type,.ssr-dash-ann-item.is-danger h3{color:#dc2626}
.ssr-dash-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.ssr-dash-stat-card{position:relative;overflow:hidden;min-height:128px;padding:22px;border-radius:26px;border:1px solid var(--ssr-border-soft);background:#fff;box-shadow:var(--ssr-shadow-soft);transition:transform .18s ease,box-shadow .18s ease}.ssr-dash-stat-card:hover{transform:translateY(-2px);box-shadow:var(--ssr-shadow)}.ssr-dash-stat-card::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--stat-tint,rgba(16,185,129,.08)),transparent 70%);pointer-events:none}.ssr-dash-stat-card>*{position:relative}.ssr-dash-stat-card.is-blue{--stat-tint:rgba(59,130,246,.11)}.ssr-dash-stat-card.is-violet{--stat-tint:rgba(139,92,246,.11)}.ssr-dash-stat-card.is-green{--stat-tint:rgba(16,185,129,.12)}.ssr-dash-stat-card.is-amber,.ssr-dash-stat-card.is-points{--stat-tint:rgba(245,158,11,.12)}.ssr-dash-stat-label{color:var(--ssr-muted);font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.11em;margin-bottom:14px}.ssr-dash-stat-value{color:var(--ssr-heading);font-size:clamp(26px,3vw,34px);line-height:1;font-weight:950;letter-spacing:-.04em}.ssr-dash-stat-note{margin-top:10px;color:var(--ssr-muted);font-size:13px;font-weight:700}.ssr-dash-stat-note.is-green{color:var(--ssr-primary)}.ssr-dash-stat-note.is-warning{color:#b45309}.ssr-dash-stat-small{margin-top:7px;color:#9CA3AF;font-size:12px;font-weight:800}.ssr-dash-stat-small.is-warning,.ssr-dash-stat-value.is-points-value{color:#f59e0b}.ssr-dash-stat-bg-icon{position:absolute!important;right:18px;top:16px;font-size:30px;opacity:.16}
.ssr-dash-perks{display:flex;align-items:center;flex-wrap:wrap;gap:14px;padding:18px 20px;border:1px solid var(--ssr-border-soft);border-radius:26px;background:#fff;box-shadow:var(--ssr-shadow-soft)}.ssr-dash-perks-label{color:var(--ssr-muted);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}.ssr-dash-perk{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:850}.ssr-dash-perk span{width:28px;height:28px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:var(--ssr-bg-soft)}.ssr-dash-perk.is-green{color:var(--ssr-primary)}.ssr-dash-perk.is-amber{color:#d97706}.ssr-dash-perk.is-orange{color:#ea580c}.ssr-dash-perks-link{margin-left:auto;color:var(--ssr-primary);font-size:13px;font-weight:900;text-decoration:none}.ssr-dash-perks-link:hover{text-decoration:underline}
.ssr-dash-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ssr-dash-action-card{display:flex;align-items:center;gap:16px;min-height:96px;padding:20px;border-radius:26px;border:1px solid var(--ssr-border-soft);background:#fff;box-shadow:var(--ssr-shadow-soft);text-decoration:none;color:var(--ssr-text);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.ssr-dash-action-card:hover{transform:translateY(-2px);box-shadow:var(--ssr-shadow);border-color:color-mix(in srgb,var(--ssr-primary) 28%,var(--ssr-border))}.ssr-dash-action-card.is-order{background:linear-gradient(135deg,rgba(59,130,246,.08),rgba(139,92,246,.06)),#fff}.ssr-dash-action-card.is-funds{background:linear-gradient(135deg,rgba(16,185,129,.09),rgba(20,184,166,.06)),#fff}.ssr-dash-action-icon{width:58px;height:58px;border-radius:20px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;background:var(--ssr-gradient-soft);color:var(--ssr-primary)}.ssr-dash-action-icon svg{width:28px;height:28px}.ssr-dash-action-title{color:var(--ssr-heading);font-size:18px;font-weight:950}.ssr-dash-action-text{margin-top:4px;color:var(--ssr-muted);font-size:13px;line-height:1.4}
.ssr-dash-push-card{display:none;overflow:hidden;border:1px solid var(--ssr-border-soft);border-radius:26px;background:#fff;box-shadow:var(--ssr-shadow-soft)}.ssr-dash-push-state{display:flex;align-items:center;gap:16px;padding:18px 20px}.ssr-dash-push-unsub{background:linear-gradient(135deg,rgba(139,92,246,.11),rgba(59,130,246,.07))}.ssr-dash-push-sub{background:linear-gradient(135deg,rgba(16,185,129,.12),rgba(20,184,166,.07))}.ssr-dash-push-blocked{background:linear-gradient(135deg,rgba(239,68,68,.11),rgba(245,158,11,.07))}.ssr-dash-push-icon{width:52px;height:52px;border-radius:18px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;background:#fff;color:var(--ssr-primary);box-shadow:var(--ssr-shadow-soft);font-size:22px}.ssr-dash-push-icon svg{width:24px;height:24px}.ssr-dash-push-body{flex:1;min-width:0}.ssr-dash-push-title{color:var(--ssr-heading);font-size:16px;font-weight:950}.ssr-dash-push-text{margin-top:3px;color:var(--ssr-muted);font-size:13px;line-height:1.45}.ssr-dash-push-btn,.ssr-dash-push-disable{flex:0 0 auto;min-height:40px;padding:0 16px;border-radius:999px;font-size:12px;font-weight:950;border:0;cursor:pointer}.ssr-dash-push-btn{background:var(--ssr-gradient);color:#fff;box-shadow:var(--ssr-glow)}.ssr-dash-push-disable{background:#fff;color:var(--ssr-text);border:1px solid var(--ssr-border);box-shadow:var(--ssr-shadow-soft)}.ssr-dash-push-on{display:inline-flex;padding:3px 7px;margin-left:6px;border-radius:999px;background:rgba(16,185,129,.12);color:var(--ssr-primary);border:1px solid rgba(16,185,129,.2);font-size:10px;font-weight:950}
.ssr-dash-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.ssr-dash-section-head h2{margin:0;color:var(--ssr-heading);font-size:22px;font-weight:950;letter-spacing:-.03em}.ssr-dash-section-head a{color:var(--ssr-primary);font-size:14px;font-weight:900;text-decoration:none}.ssr-dash-section-head a:hover{text-decoration:underline}.ssr-dash-table-card{overflow:hidden;border:1px solid var(--ssr-border-soft);border-radius:26px;background:#fff;box-shadow:var(--ssr-shadow-soft)}.ssr-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.ssr-table{min-width:720px;width:100%;border-collapse:separate;border-spacing:0}.ssr-table th{padding:15px 18px!important;background:var(--ssr-bg-soft)!important;color:var(--ssr-muted)!important;font-size:11px!important;font-weight:950!important;text-align:left!important;text-transform:uppercase!important;letter-spacing:.09em!important}.ssr-table td{padding:15px 18px!important;color:var(--ssr-text)!important;border-top:1px solid var(--ssr-border-soft)!important;font-size:13px}.ssr-table tbody tr:hover{background:var(--ssr-bg-soft)!important}.ssr-table-empty{padding:46px 18px!important;text-align:center!important;color:#9CA3AF!important;font-size:15px!important}.ssr-order-id{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--ssr-heading)!important;font-weight:850}.ssr-order-service{max-width:240px;color:var(--ssr-heading)!important;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ssr-order-charge{color:var(--ssr-heading)!important;font-weight:950}.ssr-order-date{color:var(--ssr-muted)!important;font-size:12px!important}.ssr-status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:4px 10px;border-radius:999px;border:1px solid var(--ssr-border);background:var(--ssr-bg-soft);color:var(--ssr-muted);font-size:11px;font-weight:950;white-space:nowrap}.ssr-status-completed{background:rgba(16,185,129,.1);color:#059669;border-color:rgba(16,185,129,.22)}.ssr-status-in_progress,.ssr-status-processing{background:rgba(59,130,246,.1);color:#2563eb;border-color:rgba(59,130,246,.22)}.ssr-status-pending{background:rgba(107,114,128,.1);color:#4b5563;border-color:rgba(107,114,128,.18)}.ssr-status-partial{background:rgba(245,158,11,.12);color:#b45309;border-color:rgba(245,158,11,.22)}.ssr-status-cancelled,.ssr-status-canceled{background:rgba(239,68,68,.1);color:#dc2626;border-color:rgba(239,68,68,.22)}
#push-modal.ssr-push-modal{display:none;position:fixed;inset:0;z-index:10000;background:rgba(15,23,42,.48);backdrop-filter:blur(10px);align-items:center;justify-content:center;padding:18px;color:var(--ssr-text)}.ssr-push-card{width:min(100%,430px);overflow:hidden;border-radius:28px;background:#fff;border:1px solid var(--ssr-border-soft);box-shadow:0 28px 80px rgba(17,24,39,.22)}.ssr-push-head{display:flex;align-items:center;gap:13px;padding:18px 20px;border-bottom:1px solid var(--ssr-border-soft);background:var(--ssr-bg-soft)}.ssr-push-head-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:17px;background:var(--ssr-gradient-soft);color:var(--ssr-primary);font-size:23px}.ssr-push-title{color:var(--ssr-heading);font-size:16px;font-weight:950}.ssr-push-subtitle{margin-top:2px;color:var(--ssr-muted);font-size:13px;font-weight:650}.ssr-push-close{margin-left:auto;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#fff!important;border:1px solid var(--ssr-border)!important;color:var(--ssr-muted)!important;font-size:22px;line-height:1;box-shadow:var(--ssr-shadow-soft)!important}.ssr-push-preview{padding:18px 20px;border-bottom:1px solid var(--ssr-border-soft);background:#fff}.ssr-push-preview-row{display:flex;gap:14px;align-items:center;padding:14px;border-radius:22px;background:linear-gradient(135deg,rgba(239,68,68,.08),rgba(245,158,11,.06));border:1px solid var(--ssr-border-soft)}.ssr-push-preview-img{width:64px;height:64px;object-fit:contain;flex:0 0 auto}.ssr-push-preview-title{color:var(--ssr-heading);font-size:15px;font-weight:950}.ssr-push-preview-text{margin-top:3px;color:var(--ssr-muted);font-size:13px;line-height:1.4}.ssr-push-preview-note{margin-top:10px;color:#9CA3AF;font-size:11px;text-align:center;font-weight:700}.ssr-push-content{padding:18px 20px 20px}.ssr-push-copy{margin:0;color:var(--ssr-text);font-size:14px;line-height:1.58}.ssr-push-copy-strong{color:var(--ssr-heading)}.ssr-push-safe{margin:10px 0 16px;color:var(--ssr-muted);font-size:13px;line-height:1.45}.ssr-push-enable{width:100%;min-height:48px;border:0;border-radius:999px;background:var(--ssr-gradient)!important;color:#fff!important;font-weight:950;box-shadow:var(--ssr-glow)!important}.ssr-push-unsub-area{display:none;margin-top:12px;padding:12px;border-radius:18px;background:rgba(16,185,129,.08);border:1px solid rgba(16,185,129,.18);text-align:center}.ssr-push-subscribed{color:#059669;font-size:13px;font-weight:900;margin-bottom:10px}.ssr-push-unsubscribe{min-height:38px;padding:0 16px;border-radius:999px;border:1px solid var(--ssr-border)!important;background:#fff!important;color:var(--ssr-text)!important;font-weight:850}.ssr-push-later{width:100%;margin-top:10px;min-height:42px;border:0!important;background:transparent!important;color:var(--ssr-muted)!important;font-weight:850;box-shadow:none!important}
@media (max-width:1024px){.ssr-dash-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.ssr-dash-stat-card{min-height:150px}.ssr-app-topbar{padding-left:18px!important;padding-right:18px!important}.ssr-currency-menu{right:0!important}}
@media (max-width:640px){.ssr-user-dashboard{gap:20px}.ssr-dash-hero{display:block}.ssr-dash-title-block h1{font-size:32px}.ssr-dash-title-block p{font-size:14px}.ssr-dash-badges{margin-top:14px}.ssr-dash-stats{gap:14px}.ssr-dash-stat-card{padding:18px;min-height:150px;border-radius:24px}.ssr-dash-stat-label{font-size:10px}.ssr-dash-stat-value{font-size:30px}.ssr-dash-actions{grid-template-columns:1fr}.ssr-dash-action-card{padding:18px}.ssr-dash-ann-head{padding:13px 16px}.ssr-dash-ann-item{padding:15px 16px;position:relative}.ssr-dash-ann-type{position:absolute;right:14px;top:14px}.ssr-dash-ann-body{padding-right:70px}.ssr-dash-perks{display:grid;grid-template-columns:1fr;padding:18px}.ssr-dash-perks-link{margin-left:0}.ssr-dash-push-state{align-items:flex-start;flex-wrap:wrap;padding:18px}.ssr-dash-push-btn,.ssr-dash-push-disable{width:100%;margin-left:68px}.ssr-currency-menu{position:fixed!important;top:72px!important;left:auto!important;right:12px!important;width:min(300px,calc(100vw - 24px))!important;max-height:52vh!important}.ssr-notif-menu{position:fixed!important;top:72px!important;right:12px!important;width:calc(100vw - 24px)!important;max-height:70vh!important}.ssr-notif-menu .max-h-72{max-height:52vh!important}.ssr-top-pill{min-height:38px;padding-left:12px!important;padding-right:12px!important}.ssr-balance-pill{max-width:136px;overflow:hidden;text-overflow:ellipsis}.ssr-app-topbar .flex.items-center.gap-2\.5{gap:8px!important}.ssr-push-card{border-radius:24px}.ssr-push-head,.ssr-push-preview,.ssr-push-content{padding-left:16px;padding-right:16px}.ssr-push-preview-row{align-items:flex-start}.ssr-push-preview-img{width:58px;height:58px}}
@media (max-width:420px){.ssr-dash-stats{grid-template-columns:1fr}.ssr-dash-stat-card{min-height:118px}.ssr-dash-push-btn,.ssr-dash-push-disable{margin-left:0}.ssr-dash-ann-body{padding-right:0}.ssr-dash-ann-type{position:static;margin-top:2px}.ssr-dash-ann-item{flex-wrap:wrap}.ssr-table{min-width:650px}.ssr-top-pill span{font-size:11px}}

/* =======================================================================
   User New Order page — centralized CSS fix v15
   View: application/views/user/new_order.php
   ======================================================================= */
input,textarea,select{width:100%;max-width:100%}
.ssr-user-new-order{width:100%;max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:20px;color:var(--ssr-text);overflow:visible}.ssr-order-discount-card,.ssr-order-plan-note{border-radius:24px;border:1px solid color-mix(in srgb,var(--ssr-primary) 18%,var(--ssr-border));background:linear-gradient(135deg,color-mix(in srgb,var(--ssr-primary) 10%,#fff),rgba(255,255,255,.86));box-shadow:var(--ssr-shadow-soft);padding:16px 18px}.ssr-order-discount-head{display:flex;align-items:center;gap:12px;min-width:0}.ssr-order-discount-icon{font-size:20px;line-height:1}.ssr-order-discount-title{color:var(--ssr-primary);font-size:14px;font-weight:950;line-height:1.3}.ssr-order-discount-link{margin-left:auto;color:var(--ssr-muted);font-size:12px;font-weight:900;text-decoration:none;white-space:nowrap}.ssr-order-discount-link:hover{color:var(--ssr-primary)}.ssr-order-discount-lines{display:flex;flex-wrap:wrap;gap:7px 16px;margin-top:10px;padding-left:32px;color:var(--ssr-primary);font-size:13px;font-weight:850}.ssr-order-cashback{color:#b45309!important}.ssr-order-plan-note{padding:13px 16px;color:var(--ssr-muted);font-size:13px;font-weight:750}.ssr-order-plan-note a{color:var(--ssr-primary);font-weight:900;text-decoration:underline;text-underline-offset:3px}.ssr-order-title-row{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.ssr-order-title-row h1{margin:0;color:var(--ssr-heading);font-size:clamp(25px,3.4vw,34px);line-height:1.08;letter-spacing:-.04em;font-weight:950}.ssr-order-title-row p{margin:6px 0 0;color:var(--ssr-muted);font-size:14px;line-height:1.45}.ssr-order-fav-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid rgba(245,158,11,.22);background:linear-gradient(135deg,rgba(245,158,11,.12),rgba(255,255,255,.92));color:#b45309;text-decoration:none;font-size:13px;font-weight:950;box-shadow:var(--ssr-shadow-soft);white-space:nowrap}.ssr-order-fav-link svg{width:15px;height:15px}.ssr-order-alert{display:flex;align-items:center;gap:10px;padding:13px 15px;border-radius:20px;border:1px solid var(--ssr-border);background:#fff;box-shadow:var(--ssr-shadow-soft);font-size:14px;font-weight:800}.ssr-order-alert svg{width:18px;height:18px;flex:0 0 auto}.ssr-order-alert a{margin-left:auto;font-size:12px;font-weight:950;text-decoration:underline;text-underline-offset:3px}.ssr-order-alert-success{border-color:rgba(16,185,129,.22);background:linear-gradient(135deg,rgba(16,185,129,.10),#fff);color:#059669}.ssr-order-alert-error{border-color:rgba(239,68,68,.22);background:linear-gradient(135deg,rgba(239,68,68,.10),#fff);color:#dc2626}.ssr-order-form{display:flex;flex-direction:column;gap:18px;width:100%;padding:28px;border-radius:30px;background:#fff;border:1px solid var(--ssr-border-soft);box-shadow:var(--ssr-shadow);overflow:visible}.ssr-order-field{display:flex;flex-direction:column;gap:8px;min-width:0}.ssr-order-label{display:block;margin:0;color:var(--ssr-muted);font-size:13px;font-weight:900;line-height:1.35}.ssr-order-label span{color:#9CA3AF;font-weight:700}.ssr-order-label-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.ssr-order-label-row em{font-style:normal;color:var(--ssr-primary);font-size:12px;font-weight:950}.ssr-order-control{width:100%!important;min-width:0!important;max-width:100%!important;min-height:48px;padding:0 15px!important;border-radius:16px!important;border:1px solid var(--ssr-border)!important;background:#fff!important;color:var(--ssr-heading)!important;font-size:15px!important;line-height:1.3;box-shadow:0 1px 0 rgba(17,24,39,.02)!important;outline:none!important;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important}.ssr-order-control:focus{border-color:color-mix(in srgb,var(--ssr-primary) 55%,var(--ssr-border))!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--ssr-primary) 13%,transparent)!important}.ssr-order-control::placeholder{color:#9CA3AF!important}.ssr-order-textarea{min-height:120px;padding-top:13px!important;padding-bottom:13px!important;resize:vertical}.ssr-order-input-icon-wrap{position:relative;min-width:0}.ssr-order-control-with-icon{padding-left:43px!important;padding-right:44px!important}.ssr-order-input-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#9CA3AF;pointer-events:none}.ssr-order-input-spinner{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#9CA3AF}.ssr-spin{width:18px;height:18px;animation:ssrSpin .8s linear infinite}.ssr-spin circle{opacity:.25}.ssr-spin path{opacity:.75}@keyframes ssrSpin{to{transform:rotate(360deg)}}.ssr-order-search-field{position:relative}.ssr-order-search-menu{position:absolute;z-index:80;top:calc(100% + 8px);left:0;right:0;max-height:min(410px,58vh);overflow-y:auto;border-radius:22px;border:1px solid var(--ssr-border);background:rgba(255,255,255,.985);box-shadow:0 24px 65px rgba(17,24,39,.14);backdrop-filter:blur(16px)}.ssr-order-search-result{width:100%;display:flex;align-items:flex-start;gap:12px;padding:13px 14px;border:0;border-bottom:1px solid var(--ssr-border-soft);border-radius:0;background:transparent!important;color:var(--ssr-text)!important;text-align:left;box-shadow:none!important;cursor:pointer}.ssr-order-search-result:hover{background:var(--ssr-bg-soft)!important}.ssr-order-search-result:last-child{border-bottom:0}.ssr-order-result-id{flex:0 0 auto;min-width:34px;padding:4px 7px;border-radius:999px;background:var(--ssr-gradient-soft);border:1px solid color-mix(in srgb,var(--ssr-primary) 20%,var(--ssr-border));color:var(--ssr-primary);font-size:11px;font-weight:950;text-align:center}.ssr-order-result-body{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.ssr-order-result-name{display:block;color:var(--ssr-heading);font-size:13px;font-weight:850;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ssr-order-result-meta{display:flex;flex-wrap:wrap;gap:7px 12px;color:var(--ssr-muted);font-size:11px;font-weight:700}.ssr-order-result-badges{flex:0 0 auto}.ssr-order-empty-search{padding:26px 16px;text-align:center;color:var(--ssr-muted);font-size:13px;font-weight:800}.ssr-order-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px}.ssr-order-divider span{height:1px;background:var(--ssr-border-soft)}.ssr-order-divider strong{color:#9CA3AF;font-size:11px;font-weight:950;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap}.ssr-order-service-box{display:flex;flex-direction:column;gap:14px;padding:18px;border-radius:24px;border:1px solid color-mix(in srgb,var(--ssr-primary) 18%,var(--ssr-border));background:linear-gradient(135deg,color-mix(in srgb,var(--ssr-primary) 7%,#fff),#fff);box-shadow:var(--ssr-shadow-soft)}.ssr-order-service-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.ssr-order-service-name{flex:1;min-width:0;color:var(--ssr-primary);font-size:15px;font-weight:950;line-height:1.35}.ssr-order-service-fav{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--ssr-border)!important;background:#fff!important;color:#9CA3AF!important;box-shadow:var(--ssr-shadow-soft)!important;padding:0!important;flex:0 0 auto}.ssr-order-service-fav svg{width:17px;height:17px}.ssr-order-service-fav.is-active{background:rgba(245,158,11,.14)!important;border-color:rgba(245,158,11,.24)!important;color:#b45309!important}.ssr-order-service-desc{color:var(--ssr-text);font-size:13px;line-height:1.65}.ssr-order-service-desc p{margin:.4em 0}.ssr-order-service-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.ssr-order-service-stats div{min-width:0;padding:11px 9px;text-align:center;border-radius:16px;border:1px solid var(--ssr-border-soft);background:var(--ssr-bg-soft)}.ssr-order-service-stats span{display:block;margin-bottom:4px;color:#9CA3AF;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.ssr-order-service-stats strong{display:block;color:var(--ssr-heading);font-size:12px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ssr-order-feature-badges{display:flex;flex-wrap:wrap;gap:7px}.ssr-mini-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:4px 9px;border-radius:999px;border:1px solid var(--ssr-border);background:var(--ssr-bg-soft);color:var(--ssr-muted);font-size:11px;font-weight:950;line-height:1}.ssr-mini-badge-success{border-color:rgba(16,185,129,.22);background:rgba(16,185,129,.1);color:#059669}.ssr-mini-badge-warning{border-color:rgba(245,158,11,.24);background:rgba(245,158,11,.12);color:#b45309}.ssr-mini-badge-purple{border-color:rgba(139,92,246,.24);background:rgba(139,92,246,.1);color:#7c3aed}.ssr-mini-badge-danger{border-color:rgba(239,68,68,.2);background:rgba(239,68,68,.09);color:#dc2626}.ssr-order-quick-qty{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}.ssr-order-quick-qty button{min-height:34px;padding:0 12px;border-radius:999px;border:1px solid var(--ssr-border)!important;background:#fff!important;color:var(--ssr-muted)!important;font-size:12px;font-weight:900;box-shadow:var(--ssr-shadow-soft)!important}.ssr-order-quick-qty button:hover{color:var(--ssr-primary)!important;border-color:color-mix(in srgb,var(--ssr-primary) 25%,var(--ssr-border))!important;background:var(--ssr-gradient-soft)!important}.ssr-order-price-card{display:flex;flex-direction:column;gap:13px;padding:18px;border-radius:24px;border:1px solid var(--ssr-border-soft);background:linear-gradient(135deg,var(--ssr-bg-soft),#fff);box-shadow:var(--ssr-shadow-soft)}.ssr-order-price-breakdown{display:flex;flex-direction:column;gap:7px;padding-bottom:12px;border-bottom:1px solid var(--ssr-border-soft);font-size:13px;font-weight:800}.ssr-order-price-breakdown div{display:flex;justify-content:space-between;gap:14px;color:var(--ssr-muted)}.ssr-order-price-breakdown .is-saving{color:#059669}.ssr-order-price-main{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:flex-start}.ssr-order-price-main>div:last-child{text-align:right}.ssr-order-price-main span{display:block;margin-bottom:6px;color:var(--ssr-muted);font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.ssr-order-price-main strong{display:inline-block;color:var(--ssr-heading);font-size:23px;font-weight:950;letter-spacing:-.03em}.ssr-order-price-main>div:first-child strong{color:var(--ssr-primary);font-size:30px}.ssr-order-price-main del{margin-left:7px;color:#9CA3AF;font-size:13px;font-weight:800}.ssr-order-price-main small{display:block;margin-top:5px;color:#9CA3AF;font-size:11px;font-weight:750}.ssr-order-price-main .is-danger{color:#dc2626!important}.ssr-order-submit{width:100%;min-height:54px;font-size:15px!important}.ssr-order-submit[disabled]{opacity:.45;cursor:not-allowed;transform:none!important;box-shadow:none!important}.ssr-order-loading{display:inline-flex;align-items:center;justify-content:center;gap:8px}.ssr-order-loading .ssr-spin{width:17px;height:17px}.ssr-user-new-order select.ssr-order-control{appearance:auto;white-space:normal}.ssr-user-new-order option,.ssr-user-new-order optgroup{font-size:14px;color:var(--ssr-heading);background:#fff;max-width:100%}
@media (max-width:768px){.ssr-user-new-order{max-width:100%;gap:18px}.ssr-order-form{padding:22px;border-radius:28px}.ssr-order-discount-card,.ssr-order-plan-note{border-radius:22px}.ssr-order-discount-lines{padding-left:0}.ssr-order-title-row{align-items:flex-start}.ssr-order-fav-link{min-height:40px;padding:0 14px}.ssr-order-service-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.ssr-order-price-main{grid-template-columns:1fr}.ssr-order-price-main>div:last-child{text-align:left}.ssr-order-control{font-size:16px!important}.ssr-order-search-menu{position:fixed;left:16px;right:16px;top:auto;bottom:18px;max-height:62vh}.ssr-order-result-name{white-space:normal}.ssr-order-result-badges{display:none}}
@media (max-width:430px){.ssr-order-form{padding:18px;border-radius:24px}.ssr-order-title-row h1{font-size:26px}.ssr-order-discount-head{align-items:flex-start}.ssr-order-discount-link{margin-left:0}.ssr-order-discount-head{flex-wrap:wrap}.ssr-order-price-main>div:first-child strong{font-size:27px}.ssr-order-service-stats{gap:8px}.ssr-order-divider{gap:9px}.ssr-order-divider strong{font-size:10px}.ssr-order-search-result{padding:12px}.ssr-order-result-id{min-width:30px}.ssr-order-feature-badges{gap:6px}}

/* =========================================================
   User New Order: advanced responsive service search
   Centralized UI only. PHP flow / form names / AJAX route unchanged.
   ========================================================= */
.ssr-user-new-order .ssr-order-search-field{
    position:relative;
    isolation:isolate;
}
.ssr-user-new-order .ssr-order-smart-search{
    position:relative;
    z-index:30;
}
.ssr-user-new-order .ssr-order-search-input{
    min-height:62px!important;
    padding-left:58px!important;
    padding-right:58px!important;
    border-radius:24px!important;
    font-size:18px!important;
    font-weight:750!important;
    letter-spacing:-.01em;
    background:linear-gradient(180deg,#fff,#fffafc)!important;
    border:1px solid color-mix(in srgb,var(--ssr-primary) 22%,var(--ssr-border))!important;
    box-shadow:0 10px 30px rgba(17,24,39,.06), inset 0 1px 0 rgba(255,255,255,.86)!important;
}
.ssr-user-new-order .ssr-order-smart-search.is-open .ssr-order-search-input,
.ssr-user-new-order .ssr-order-search-input:focus{
    border-color:color-mix(in srgb,var(--ssr-primary) 55%,var(--ssr-border))!important;
    box-shadow:0 0 0 5px color-mix(in srgb,var(--ssr-primary) 12%,transparent),0 16px 42px color-mix(in srgb,var(--ssr-primary) 12%,transparent)!important;
}
.ssr-user-new-order .ssr-order-input-icon{
    left:22px;
    width:23px;
    height:23px;
    color:var(--ssr-muted);
}
.ssr-user-new-order .ssr-order-input-spinner{
    right:22px;
}
.ssr-user-new-order .ssr-order-search-clear{
    position:absolute;
    right:13px;
    top:50%;
    transform:translateY(-50%);
    width:36px;
    height:36px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid var(--ssr-border)!important;
    border-radius:999px!important;
    background:#fff!important;
    color:var(--ssr-muted)!important;
    font-size:24px!important;
    font-weight:800!important;
    line-height:1!important;
    padding:0!important;
    box-shadow:var(--ssr-shadow-soft)!important;
}
.ssr-user-new-order .ssr-order-search-clear:hover{
    color:var(--ssr-primary)!important;
    border-color:color-mix(in srgb,var(--ssr-primary) 30%,var(--ssr-border))!important;
    background:var(--ssr-gradient-soft)!important;
}
.ssr-user-new-order .ssr-order-search-menu{
    position:absolute;
    top:calc(100% + 12px);
    left:0;
    right:0;
    z-index:90;
    max-height:min(540px,58vh);
    overflow:hidden;
    display:flex;
    flex-direction:column;
    border:1px solid color-mix(in srgb,var(--ssr-primary) 18%,var(--ssr-border));
    border-radius:28px;
    background:rgba(255,255,255,.98);
    box-shadow:0 30px 80px rgba(17,24,39,.16),0 12px 32px color-mix(in srgb,var(--ssr-primary) 10%,transparent);
    backdrop-filter:blur(18px);
}
.ssr-user-new-order .ssr-order-search-panel-head{
    flex:0 0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:14px 16px;
    border-bottom:1px solid var(--ssr-border-soft);
    background:linear-gradient(135deg,var(--ssr-bg-soft),#fff);
}
.ssr-user-new-order .ssr-order-search-panel-head strong{
    display:block;
    color:var(--ssr-heading);
    font-size:14px;
    font-weight:950;
    letter-spacing:-.01em;
}
.ssr-user-new-order .ssr-order-search-panel-head span{
    display:block;
    margin-top:2px;
    color:var(--ssr-muted);
    font-size:12px;
    font-weight:800;
}
.ssr-user-new-order .ssr-order-search-panel-head button{
    width:36px;
    height:36px;
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid var(--ssr-border)!important;
    border-radius:999px!important;
    background:#fff!important;
    color:var(--ssr-muted)!important;
    font-size:22px!important;
    font-weight:800!important;
    padding:0!important;
    box-shadow:var(--ssr-shadow-soft)!important;
}
.ssr-user-new-order .ssr-order-search-list{
    flex:1 1 auto;
    overflow:auto;
    overscroll-behavior:contain;
    padding:8px;
}
.ssr-user-new-order .ssr-order-search-list::-webkit-scrollbar,
.ssr-user-new-order .ssr-order-search-menu::-webkit-scrollbar{
    width:8px;
}
.ssr-user-new-order .ssr-order-search-list::-webkit-scrollbar-thumb,
.ssr-user-new-order .ssr-order-search-menu::-webkit-scrollbar-thumb{
    background:color-mix(in srgb,var(--ssr-primary) 28%,#d1d5db);
    border-radius:999px;
}
.ssr-user-new-order .ssr-order-search-result{
    width:100%;
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto;
    align-items:center;
    gap:12px;
    padding:14px;
    border:1px solid transparent!important;
    border-radius:20px!important;
    background:transparent!important;
    color:var(--ssr-text)!important;
    text-align:left;
    box-shadow:none!important;
    cursor:pointer;
    transition:background .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease;
}
.ssr-user-new-order .ssr-order-search-result:hover,
.ssr-user-new-order .ssr-order-search-result:focus-visible{
    background:linear-gradient(135deg,color-mix(in srgb,var(--ssr-primary) 8%,#fff),#fff)!important;
    border-color:color-mix(in srgb,var(--ssr-primary) 18%,var(--ssr-border))!important;
    box-shadow:var(--ssr-shadow-soft)!important;
    transform:translateY(-1px);
    outline:none!important;
}
.ssr-user-new-order .ssr-order-result-id{
    min-width:62px;
    height:40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 10px;
    border-radius:999px;
    background:var(--ssr-gradient-soft);
    border:1px solid color-mix(in srgb,var(--ssr-primary) 24%,var(--ssr-border));
    color:var(--ssr-primary);
    font-size:13px;
    font-weight:950;
    line-height:1;
}
.ssr-user-new-order .ssr-order-result-body{
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:8px;
}
.ssr-user-new-order .ssr-order-result-name{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    color:var(--ssr-heading);
    font-size:15px;
    font-weight:900;
    line-height:1.28;
    letter-spacing:-.012em;
    white-space:normal;
}
.ssr-user-new-order .ssr-order-result-meta{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:7px;
}
.ssr-user-new-order .ssr-order-result-meta span{
    display:inline-flex;
    align-items:center;
    min-height:25px;
    padding:4px 9px;
    border-radius:999px;
    background:var(--ssr-bg-soft);
    border:1px solid var(--ssr-border-soft);
    color:var(--ssr-muted);
    font-size:11px;
    font-weight:850;
    line-height:1;
}
.ssr-user-new-order .ssr-order-result-badges{
    align-self:center;
    justify-self:end;
}
.ssr-user-new-order .ssr-order-search-loading,
.ssr-user-new-order .ssr-order-empty-search{
    min-height:160px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:28px 18px;
    text-align:center;
    color:var(--ssr-muted);
    font-size:14px;
    font-weight:850;
}
.ssr-user-new-order .ssr-order-search-loading .ssr-spin{
    width:28px;
    height:28px;
    color:var(--ssr-primary);
}
.ssr-user-new-order .ssr-order-search-backdrop{
    display:none;
}

@media (min-width:900px){
    .ssr-user-new-order .ssr-order-search-menu{
        width:min(820px,calc(100vw - 64px));
        left:50%;
        right:auto;
        transform:translateX(-50%);
    }
}

@media (max-width:768px){
    .ssr-user-new-order .ssr-order-search-input{
        min-height:60px!important;
        padding-left:54px!important;
        padding-right:54px!important;
        border-radius:24px!important;
        font-size:18px!important;
    }
    .ssr-user-new-order .ssr-order-search-backdrop{
        display:block;
        position:fixed;
        inset:0;
        z-index:78;
        background:rgba(15,23,42,.24);
        backdrop-filter:blur(4px);
    }
    .ssr-user-new-order .ssr-order-search-menu{
        position:fixed!important;
        left:12px!important;
        right:12px!important;
        top:auto!important;
        bottom:12px!important;
        z-index:90!important;
        max-height:min(72vh,620px)!important;
        border-radius:28px!important;
        transform:none!important;
    }
    .ssr-user-new-order .ssr-order-search-panel-head{
        position:sticky;
        top:0;
        z-index:2;
        padding:14px 16px;
    }
    .ssr-user-new-order .ssr-order-search-list{
        padding:8px;
    }
    .ssr-user-new-order .ssr-order-search-result{
        grid-template-columns:auto minmax(0,1fr);
        gap:11px;
        padding:13px 12px;
        border-radius:18px!important;
    }
    .ssr-user-new-order .ssr-order-result-id{
        min-width:54px;
        height:36px;
        font-size:12px;
    }
    .ssr-user-new-order .ssr-order-result-name{
        font-size:14px;
        -webkit-line-clamp:2;
    }
    .ssr-user-new-order .ssr-order-result-badges{
        display:none;
    }
    .ssr-user-new-order .ssr-order-result-meta span{
        min-height:23px;
        padding:4px 8px;
        font-size:10.5px;
    }
}

@media (max-width:420px){
    .ssr-user-new-order .ssr-order-search-input{
        font-size:16px!important;
        min-height:56px!important;
        padding-left:50px!important;
        padding-right:50px!important;
    }
    .ssr-user-new-order .ssr-order-input-icon{
        left:18px;
        width:21px;
        height:21px;
    }
    .ssr-user-new-order .ssr-order-search-clear{
        right:10px;
        width:34px;
        height:34px;
    }
    .ssr-user-new-order .ssr-order-search-menu{
        left:8px!important;
        right:8px!important;
        bottom:8px!important;
        max-height:76vh!important;
        border-radius:24px!important;
    }
    .ssr-user-new-order .ssr-order-search-panel-head strong{
        font-size:13px;
    }
    .ssr-user-new-order .ssr-order-search-panel-head span{
        font-size:11px;
    }
    .ssr-user-new-order .ssr-order-search-result{
        grid-template-columns:1fr;
        gap:8px;
    }
    .ssr-user-new-order .ssr-order-result-id{
        justify-self:start;
    }
}


/* =======================================================================
   User New Order — inline service search v3
   Results stay inside the form, the input remains editable, and there is
   no mobile popup/bottom sheet. All services returned by the endpoint are
   displayed in a scrollable inline list.
   ======================================================================= */
.ssr-user-new-order .ssr-order-search-field{
    isolation:auto;
    z-index:auto;
}
.ssr-user-new-order .ssr-order-smart-search{
    position:relative;
    z-index:auto;
}
.ssr-user-new-order .ssr-order-search-menu{
    position:static!important;
    inset:auto!important;
    transform:none!important;
    width:100%!important;
    max-width:100%!important;
    max-height:none!important;
    margin-top:12px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    border-radius:24px!important;
    border:1px solid color-mix(in srgb,var(--ssr-primary) 18%,var(--ssr-border))!important;
    background:#fff!important;
    box-shadow:0 14px 38px rgba(17,24,39,.08)!important;
    backdrop-filter:none!important;
}
.ssr-user-new-order .ssr-order-search-backdrop{
    display:none!important;
}
.ssr-user-new-order .ssr-order-search-panel-head{
    position:sticky;
    top:0;
    z-index:2;
    padding:12px 14px;
    background:linear-gradient(135deg,var(--ssr-bg-soft),#fff)!important;
    border-bottom:1px solid var(--ssr-border-soft)!important;
}
.ssr-user-new-order .ssr-order-search-panel-head button{
    display:none!important;
}
.ssr-user-new-order .ssr-order-search-list{
    max-height:min(520px,56vh);
    overflow:auto;
    padding:8px;
    overscroll-behavior:contain;
}
.ssr-user-new-order .ssr-order-search-result{
    grid-template-columns:auto minmax(0,1fr) auto;
    align-items:start;
}
.ssr-user-new-order .ssr-order-result-name{
    -webkit-line-clamp:3;
}
.ssr-user-new-order .ssr-order-empty-search,
.ssr-user-new-order .ssr-order-search-loading{
    min-height:120px;
}
@media (min-width:900px){
    .ssr-user-new-order .ssr-order-search-menu{
        width:100%!important;
        left:auto!important;
        right:auto!important;
        transform:none!important;
    }
    .ssr-user-new-order .ssr-order-search-list{
        max-height:min(560px,58vh);
    }
}
@media (max-width:768px){
    .ssr-user-new-order .ssr-order-search-menu{
        position:static!important;
        left:auto!important;
        right:auto!important;
        top:auto!important;
        bottom:auto!important;
        z-index:auto!important;
        transform:none!important;
        max-height:none!important;
        border-radius:22px!important;
        box-shadow:0 12px 32px rgba(17,24,39,.08)!important;
    }
    .ssr-user-new-order .ssr-order-search-list{
        max-height:60vh;
        padding:7px;
    }
    .ssr-user-new-order .ssr-order-search-result{
        grid-template-columns:auto minmax(0,1fr);
        align-items:start;
    }
    .ssr-user-new-order .ssr-order-result-badges{
        display:none;
    }
}
@media (max-width:420px){
    .ssr-user-new-order .ssr-order-search-menu{
        left:auto!important;
        right:auto!important;
        bottom:auto!important;
        max-height:none!important;
        border-radius:20px!important;
    }
    .ssr-user-new-order .ssr-order-search-result{
        grid-template-columns:auto minmax(0,1fr);
    }
    .ssr-user-new-order .ssr-order-result-id{
        justify-self:start;
    }
}

/* =========================================================
   User Favourites page — centralized UI
   Source view: application/views/user/favourites.php
   ========================================================= */
.ssr-fav-page{
  width:100%;
  max-width:1100px;
  margin:0 auto;
  padding:8px 0 28px;
  display:flex;
  flex-direction:column;
  gap:22px;
  color:var(--ssr-text);
}
.ssr-fav-header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}
.ssr-fav-heading-block{min-width:0;display:flex;flex-direction:column;gap:7px}
.ssr-fav-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  max-width:100%;
  padding:7px 11px;
  border-radius:999px;
  border:1px solid color-mix(in srgb,var(--ssr-primary) 22%,var(--ssr-border));
  background:var(--ssr-gradient-soft);
  color:var(--ssr-primary);
  font-size:12px;
  font-weight:950;
  letter-spacing:.06em;
  text-transform:uppercase;
  box-shadow:var(--ssr-shadow-soft);
}
.ssr-fav-kicker-icon{font-size:16px;line-height:1;filter:drop-shadow(0 4px 8px rgba(245,158,11,.18))}
.ssr-fav-header h1{
  margin:0;
  color:var(--ssr-heading);
  font-size:clamp(28px,4vw,42px);
  line-height:1.04;
  letter-spacing:-.045em;
  font-weight:950;
}
.ssr-fav-header p{
  margin:0;
  color:var(--ssr-muted);
  font-size:15px;
  line-height:1.45;
  font-weight:650;
}
.ssr-fav-header p strong{color:var(--ssr-heading);font-weight:950}
.ssr-fav-actions,.ssr-fav-empty-actions,.ssr-fav-row-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.ssr-fav-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:44px;
  padding:0 17px;
  border-radius:999px;
  border:1px solid var(--ssr-border);
  text-decoration:none;
  font-size:14px;
  font-weight:950;
  line-height:1;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,color .18s ease,background .18s ease;
  white-space:nowrap;
}
.ssr-fav-link svg{width:16px;height:16px;flex:0 0 auto}
.ssr-fav-link:hover{transform:translateY(-1px)}
.ssr-fav-link-soft{
  background:#fff;
  color:var(--ssr-text);
  box-shadow:var(--ssr-shadow-soft);
}
.ssr-fav-link-soft:hover{
  color:var(--ssr-primary);
  border-color:color-mix(in srgb,var(--ssr-primary) 30%,var(--ssr-border));
  background:var(--ssr-gradient-soft);
}
.ssr-fav-link-primary{
  border-color:transparent;
  background:var(--ssr-gradient);
  color:#fff!important;
  box-shadow:0 14px 28px color-mix(in srgb,var(--ssr-primary) 22%,transparent);
}
.ssr-fav-link-primary:hover{box-shadow:0 18px 34px color-mix(in srgb,var(--ssr-primary) 28%,transparent)}
.ssr-fav-empty,
.ssr-fav-desktop-card,
.ssr-fav-card,
.ssr-fav-bottom-bar{
  background:#fff;
  border:1px solid var(--ssr-border-soft);
  box-shadow:var(--ssr-shadow);
  color:var(--ssr-text);
}
.ssr-fav-empty{
  border-radius:30px;
  padding:54px 28px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:14px;
}
.ssr-fav-empty-icon{font-size:60px;line-height:1;opacity:.35;filter:drop-shadow(0 10px 20px rgba(245,158,11,.16))}
.ssr-fav-empty h2{margin:0;color:var(--ssr-heading);font-size:22px;font-weight:950;letter-spacing:-.025em}
.ssr-fav-empty p{margin:0;max-width:460px;color:var(--ssr-muted);font-size:14px;line-height:1.65;font-weight:650}
.ssr-fav-desktop-card{border-radius:28px;overflow:hidden}
.ssr-fav-table-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:16px 20px;
  border-bottom:1px solid var(--ssr-border-soft);
  background:linear-gradient(135deg,color-mix(in srgb,var(--ssr-primary) 8%,#fff),#fff);
}
.ssr-fav-table-head h2{margin:0;color:var(--ssr-heading);font-size:15px;font-weight:950;letter-spacing:-.015em}
.ssr-fav-table-head span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:0 11px;
  border-radius:999px;
  border:1px solid color-mix(in srgb,var(--ssr-primary) 20%,var(--ssr-border));
  background:var(--ssr-gradient-soft);
  color:var(--ssr-primary);
  font-size:12px;
  font-weight:950;
}
.ssr-fav-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
.ssr-fav-table{width:100%;min-width:920px;border-collapse:separate;border-spacing:0;background:#fff}
.ssr-fav-table th{
  padding:14px 16px;
  background:var(--ssr-bg-soft)!important;
  color:#8b95a5!important;
  font-size:11px!important;
  font-weight:950!important;
  text-transform:uppercase;
  letter-spacing:.08em;
  text-align:left;
  border-bottom:1px solid var(--ssr-border-soft);
  white-space:nowrap;
}
.ssr-fav-table th:nth-child(n+4),.ssr-fav-table td:nth-child(n+4){text-align:center}
.ssr-fav-table td{
  padding:16px;
  border-bottom:1px solid var(--ssr-border-soft);
  color:var(--ssr-text)!important;
  vertical-align:middle;
}
.ssr-fav-table tbody tr{transition:background .15s ease,opacity .2s ease,transform .2s ease}
.ssr-fav-table tbody tr:hover{background:var(--ssr-bg-soft)!important}
.ssr-fav-id{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:0 11px;
  border-radius:999px;
  border:1px solid color-mix(in srgb,var(--ssr-primary) 24%,var(--ssr-border));
  background:var(--ssr-gradient-soft);
  color:var(--ssr-primary);
  font-size:12px;
  font-weight:950;
  line-height:1;
  white-space:nowrap;
}
.ssr-fav-service-name{
  max-width:330px;
  color:var(--ssr-heading);
  font-size:14px;
  font-weight:900;
  line-height:1.38;
}
.ssr-fav-category,.ssr-fav-time,.ssr-fav-muted-number{color:var(--ssr-muted);font-size:13px;font-weight:750}
.ssr-fav-number{color:var(--ssr-heading)!important;font-size:14px;font-weight:950;white-space:nowrap}
.ssr-fav-badges{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}
.ssr-fav-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:24px;
  padding:4px 9px;
  border-radius:999px;
  font-size:11px;
  font-weight:950;
  line-height:1;
  white-space:nowrap;
}
.ssr-fav-badge-success{border:1px solid rgba(16,185,129,.22);background:rgba(16,185,129,.1);color:#059669}
.ssr-fav-badge-purple{border:1px solid rgba(168,85,247,.22);background:rgba(168,85,247,.1);color:#8b5cf6}
.ssr-fav-none{color:#cbd5e1;font-size:13px;font-weight:900}
.ssr-fav-mini-order,.ssr-fav-order-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:0;
  text-decoration:none;
  background:var(--ssr-gradient);
  color:#fff!important;
  font-weight:950;
  transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;
}
.ssr-fav-mini-order{min-height:34px;padding:0 13px;border-radius:999px;font-size:12px;box-shadow:0 10px 22px color-mix(in srgb,var(--ssr-primary) 18%,transparent)}
.ssr-fav-mini-order svg{width:14px;height:14px}
.ssr-fav-mini-order:hover,.ssr-fav-order-button:hover{transform:translateY(-1px);box-shadow:0 16px 28px color-mix(in srgb,var(--ssr-primary) 23%,transparent)}
.ssr-fav-remove{
  width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border-radius:999px;
  border:1px solid var(--ssr-border)!important;
  background:#fff!important;
  color:#8b95a5!important;
  box-shadow:var(--ssr-shadow-soft)!important;
  cursor:pointer;
  transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease,opacity .18s ease;
}
.ssr-fav-remove svg{width:16px;height:16px}
.ssr-fav-remove:hover{color:#ef4444!important;background:rgba(239,68,68,.08)!important;border-color:rgba(239,68,68,.2)!important;transform:translateY(-1px)}
.ssr-fav-remove.is-busy{opacity:.55;pointer-events:none}
.ssr-fav-mobile-list{display:none;flex-direction:column;gap:16px}
.ssr-fav-card{
  border-radius:28px;
  padding:20px;
  overflow:hidden;
  transition:opacity .22s ease,transform .22s ease,border-color .18s ease,box-shadow .18s ease;
}
.ssr-fav-card:hover{border-color:color-mix(in srgb,var(--ssr-primary) 22%,var(--ssr-border));box-shadow:0 22px 50px rgba(17,24,39,.11)}
.ssr-fav-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}
.ssr-fav-card-main{min-width:0;display:flex;flex-direction:column;gap:8px}
.ssr-fav-card-main h2{
  margin:0;
  color:var(--ssr-heading);
  font-size:17px;
  line-height:1.35;
  letter-spacing:-.018em;
  font-weight:950;
  overflow-wrap:anywhere;
  word-break:break-word;
}
.ssr-fav-card-main p{margin:0;color:var(--ssr-muted);font-size:13px;font-weight:700;line-height:1.4;overflow-wrap:anywhere}
.ssr-fav-remove-large{width:42px;height:42px;flex:0 0 auto}
.ssr-fav-remove-large svg{width:19px;height:19px}
.ssr-fav-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-bottom:14px;
}
.ssr-fav-stats div{
  min-width:0;
  padding:12px 8px;
  border-radius:18px;
  border:1px solid var(--ssr-border-soft);
  background:var(--ssr-bg-soft);
  text-align:center;
}
.ssr-fav-stats span{
  display:block;
  margin-bottom:5px;
  color:#8b95a5;
  font-size:11px;
  font-weight:900;
}
.ssr-fav-stats strong{
  display:block;
  color:var(--ssr-heading);
  font-size:15px;
  font-weight:950;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.ssr-fav-card-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:16px}
.ssr-fav-order-button{
  width:100%;
  min-height:50px;
  border-radius:18px;
  font-size:15px;
  box-shadow:0 14px 28px color-mix(in srgb,var(--ssr-primary) 20%,transparent);
}
.ssr-fav-order-button svg{width:18px;height:18px}
.ssr-fav-bottom-bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  border-radius:22px;
  padding:15px 17px;
  font-size:13px;
  font-weight:800;
  box-shadow:var(--ssr-shadow-soft);
}
.ssr-fav-bottom-bar span{color:var(--ssr-muted)}
.ssr-fav-bottom-bar a{color:var(--ssr-primary);font-weight:950;text-decoration:none}
.ssr-fav-bottom-bar a:hover{text-decoration:underline;text-underline-offset:3px}
.ssr-fav-toast{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:100;
  pointer-events:none;
  opacity:0;
  transform:translateY(18px);
  transition:opacity .22s ease,transform .22s ease;
}
.ssr-fav-toast.is-visible{opacity:1;transform:translateY(0)}
.ssr-fav-toast-inner{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:46px;
  padding:0 16px;
  border-radius:16px;
  border:1px solid rgba(16,185,129,.22);
  background:rgba(255,255,255,.96);
  color:var(--ssr-heading);
  box-shadow:0 22px 50px rgba(17,24,39,.16);
  backdrop-filter:blur(16px);
  font-size:14px;
  font-weight:900;
}
.ssr-fav-toast.is-error .ssr-fav-toast-inner{border-color:rgba(239,68,68,.24)}
.ssr-fav-table tr.is-removing,.ssr-fav-card.is-removing{opacity:0;transform:scale(.98) translateY(4px);pointer-events:none}
@media (max-width:768px){
  .ssr-fav-page{padding:4px 0 24px;gap:18px}
  .ssr-fav-header{align-items:flex-start;gap:14px}
  .ssr-fav-header h1{font-size:31px}
  .ssr-fav-header p{font-size:14px}
  .ssr-fav-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .ssr-fav-link{width:100%;min-height:48px;padding:0 12px;font-size:14px}
  .ssr-fav-desktop-card{display:none}
  .ssr-fav-mobile-list{display:flex}
  .ssr-fav-card{padding:18px;border-radius:26px}
  .ssr-fav-card-main h2{font-size:16px;line-height:1.38}
  .ssr-fav-stats{gap:8px}
  .ssr-fav-stats div{padding:11px 7px;border-radius:16px}
  .ssr-fav-stats strong{font-size:14px}
  .ssr-fav-empty{padding:42px 20px;border-radius:26px}
  .ssr-fav-empty-actions{width:100%;display:grid;grid-template-columns:1fr;gap:10px}
  .ssr-fav-bottom-bar{align-items:flex-start;flex-direction:column}
  .ssr-fav-toast{left:16px;right:16px;bottom:18px}
  .ssr-fav-toast-inner{justify-content:center}
}
@media (min-width:769px){
  .ssr-fav-desktop-card{display:block}
  .ssr-fav-mobile-list{display:none}
}

/* === User Orders page: centralized layout v1 === */
.ssr-user-orders-page{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:18px;
  color:var(--ssr-text);
}
.ssr-orders-header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}
.ssr-orders-header h1{
  margin:0;
  color:var(--ssr-heading);
  font-size:clamp(30px,4vw,42px);
  line-height:1.08;
  letter-spacing:-.05em;
  font-weight:950;
}
.ssr-orders-header p{
  margin:8px 0 0;
  color:var(--ssr-muted);
  font-size:15px;
  line-height:1.45;
  font-weight:650;
}
.ssr-orders-new-btn{min-height:44px;padding-inline:18px;white-space:nowrap}
.ssr-orders-tabs{
  display:flex;
  align-items:center;
  gap:10px;
  overflow-x:auto;
  padding:4px 0 10px;
  scrollbar-width:thin;
  scrollbar-color:color-mix(in srgb,var(--ssr-primary) 35%,#d1d5db) transparent;
}
.ssr-orders-tabs::-webkit-scrollbar{height:6px}
.ssr-orders-tabs::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--ssr-primary) 35%,#d1d5db);border-radius:999px}
.ssr-orders-tab{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid var(--ssr-border);
  background:rgba(255,255,255,.82);
  color:var(--ssr-muted);
  text-decoration:none;
  font-size:13px;
  font-weight:950;
  box-shadow:var(--ssr-shadow-soft);
  transition:transform .18s ease,box-shadow .18s ease,color .18s ease,border-color .18s ease,background .18s ease;
}
.ssr-orders-tab:hover{transform:translateY(-1px);color:var(--ssr-primary);border-color:color-mix(in srgb,var(--ssr-primary) 24%,var(--ssr-border))}
.ssr-orders-tab em{
  min-width:20px;
  height:20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:var(--ssr-bg-soft);
  color:inherit;
  font-size:11px;
  font-style:normal;
  font-weight:950;
}
.ssr-orders-tab.is-active{
  border-color:transparent;
  background:var(--ssr-gradient);
  color:#fff;
  box-shadow:0 16px 34px color-mix(in srgb,var(--ssr-primary) 28%,transparent);
}
.ssr-orders-tab.is-active em{background:rgba(255,255,255,.18);color:#fff}
.ssr-orders-search-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  align-items:center;
  gap:10px;
}
.ssr-orders-search-wrap{
  position:relative;
  display:block;
  min-width:0;
}
.ssr-orders-search-wrap svg{
  position:absolute;
  left:18px;
  top:50%;
  transform:translateY(-50%);
  width:20px;
  height:20px;
  color:#9ca3af;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  pointer-events:none;
}
.ssr-orders-search-wrap input{
  width:100%;
  min-height:54px;
  border-radius:20px;
  border:1px solid var(--ssr-border);
  background:#fff;
  color:var(--ssr-heading);
  padding:0 18px 0 50px;
  font-size:15px;
  font-weight:700;
  outline:none;
  box-shadow:var(--ssr-shadow-soft);
  transition:border-color .18s ease,box-shadow .18s ease;
}
.ssr-orders-search-wrap input::placeholder{color:#9ca3af;font-weight:650}
.ssr-orders-search-wrap input:focus{
  border-color:color-mix(in srgb,var(--ssr-primary) 56%,var(--ssr-border));
  box-shadow:0 0 0 5px color-mix(in srgb,var(--ssr-primary) 12%,transparent),var(--ssr-shadow-soft);
}
.ssr-orders-search-btn,.ssr-orders-reset-btn{min-height:54px;padding-inline:18px;white-space:nowrap}
.ssr-orders-card{
  overflow:hidden;
  border-radius:30px;
  border:1px solid var(--ssr-border-soft);
  background:rgba(255,255,255,.94);
  box-shadow:var(--ssr-shadow);
}
.ssr-orders-card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:18px 22px;
  border-bottom:1px solid var(--ssr-border-soft);
  background:linear-gradient(135deg,#fff,var(--ssr-bg-soft));
}
.ssr-orders-card-head h2{margin:0;color:var(--ssr-heading);font-size:18px;font-weight:950;letter-spacing:-.025em}
.ssr-orders-card-head p{margin:4px 0 0;color:var(--ssr-muted);font-size:12px;font-weight:800}
.ssr-orders-empty{
  padding:62px 24px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
}
.ssr-orders-empty div{font-size:48px;opacity:.8}
.ssr-orders-empty h3{margin:0;color:var(--ssr-heading);font-size:23px;font-weight:950;letter-spacing:-.03em}
.ssr-orders-empty p{margin:0 0 8px;color:var(--ssr-muted);font-weight:700}
.ssr-orders-table-wrap{
  width:100%;
  overflow-x:auto;
  scrollbar-width:thin;
  scrollbar-color:color-mix(in srgb,var(--ssr-primary) 35%,#d1d5db) transparent;
}
.ssr-orders-table-wrap::-webkit-scrollbar{height:8px}
.ssr-orders-table-wrap::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--ssr-primary) 35%,#d1d5db);border-radius:999px}
.ssr-orders-table{
  width:100%;
  min-width:1120px;
  border-collapse:separate;
  border-spacing:0;
  color:var(--ssr-text);
  font-size:13px;
}
.ssr-orders-table th{
  padding:14px 12px;
  background:color-mix(in srgb,var(--ssr-primary) 7%,#fff);
  color:#7b8494;
  font-size:11px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-align:left;
  border-bottom:1px solid var(--ssr-border-soft);
  white-space:nowrap;
}
.ssr-orders-table th:not(.ssr-orders-service-col),.ssr-orders-table td:not(:nth-child(6)){text-align:center}
.ssr-orders-table td{
  padding:18px 12px;
  vertical-align:middle;
  border-bottom:1px solid var(--ssr-border-soft);
  color:var(--ssr-text);
  font-weight:700;
}
.ssr-orders-table tbody tr:hover{background:color-mix(in srgb,var(--ssr-primary) 4%,#fff)}
.ssr-orders-table td strong{color:var(--ssr-heading);font-weight:950}
.ssr-order-table-id,.ssr-order-id-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid color-mix(in srgb,var(--ssr-primary) 25%,var(--ssr-border));
  background:var(--ssr-gradient-soft);
  color:var(--ssr-primary);
  font-size:12px;
  font-weight:950;
  white-space:nowrap;
}
.ssr-order-date{display:block;color:var(--ssr-heading);font-size:12px;font-weight:850;white-space:nowrap}
.ssr-order-date+small,.ssr-orders-table td small{display:block;margin-top:4px;color:#9ca3af;font-size:11px;font-weight:750}
.ssr-order-link{
  display:inline-block;
  max-width:210px;
  color:var(--ssr-primary);
  text-decoration:none;
  font-size:13px;
  font-weight:850;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  vertical-align:middle;
}
.ssr-order-link:hover{text-decoration:underline;text-underline-offset:3px}
.ssr-orders-service-col{width:340px;min-width:340px}
.ssr-order-service-box{
  display:flex;
  align-items:flex-start;
  gap:10px;
  min-width:0;
}
.ssr-order-service-box.is-table{max-width:360px}
.ssr-order-service-id{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:44px;
  min-height:26px;
  padding:0 8px;
  border-radius:999px;
  background:var(--ssr-gradient);
  color:#fff;
  font-size:11px;
  font-weight:950;
  box-shadow:0 8px 18px color-mix(in srgb,var(--ssr-primary) 22%,transparent);
}
.ssr-order-service-name{
  margin:0;
  color:var(--ssr-heading);
  font-size:13px;
  font-weight:900;
  line-height:1.38;
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  overflow:hidden;
  overflow-wrap:anywhere;
  word-break:normal;
}
.ssr-order-progress-wrap{margin-top:12px}
.ssr-order-progress-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px;color:var(--ssr-muted);font-size:11px;font-weight:900}
.ssr-order-progress-head strong{color:var(--ssr-primary)}
.ssr-order-progress{
  width:100%;
  height:7px;
  border-radius:999px;
  overflow:hidden;
  background:#eef2f7;
}
.ssr-order-progress.is-mini{height:5px;margin-top:8px}
.ssr-order-progress span{
  display:block;
  width:var(--ssr-order-progress,0%);
  height:100%;
  border-radius:inherit;
  background:var(--ssr-gradient);
}
.ssr-order-note-table{
  display:block;
  max-width:160px;
  color:var(--ssr-muted);
  font-size:12px;
  font-weight:750;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.ssr-order-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  font-size:10px;
  font-weight:950;
  letter-spacing:.04em;
  text-transform:uppercase;
  white-space:nowrap;
  border:1px solid transparent;
}
.ssr-status-pending{background:#fff7ed;color:#c2410c;border-color:#fed7aa}
.ssr-status-processing,.ssr-status-in-progress{background:#eff6ff;color:#2563eb;border-color:#bfdbfe}
.ssr-status-cancel-requested{background:#fff7ed;color:#ea580c;border-color:#fed7aa}
.ssr-status-completed{background:#ecfdf5;color:#059669;border-color:#a7f3d0}
.ssr-status-partial{background:#f5f3ff;color:#7c3aed;border-color:#ddd6fe}
.ssr-status-cancelled{background:#fef2f2;color:#dc2626;border-color:#fecaca}
.ssr-status-refunded{background:#f5f3ff;color:#6d28d9;border-color:#ddd6fe}
.ssr-order-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
}
.ssr-order-actions.is-table{justify-content:center;flex-direction:column;align-items:stretch;min-width:96px}
.ssr-order-actions form{display:contents}
.ssr-order-action{
  border:0;
  min-height:34px;
  padding:0 12px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  text-decoration:none;
  font-size:11px;
  font-weight:950;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,opacity .18s ease;
}
.ssr-order-action:hover{transform:translateY(-1px)}
.ssr-order-action:disabled{opacity:.55;cursor:not-allowed;transform:none!important}
.ssr-order-action.is-primary{background:var(--ssr-gradient);color:#fff;box-shadow:0 10px 20px color-mix(in srgb,var(--ssr-primary) 18%,transparent)}
.ssr-order-action.is-view{background:#f3f4f6;color:var(--ssr-heading)}
.ssr-order-action.is-refill{background:#f5f3ff;color:#7c3aed}
.ssr-order-action.is-cancel{background:#fef2f2;color:#dc2626}
.ssr-order-action.is-pending{background:#fff7ed;color:#ea580c;cursor:default}
.ssr-order-action.is-cancelled{background:#fef2f2;color:#dc2626;cursor:default}
.ssr-orders-mobile-list{display:none;flex-direction:column;gap:14px;padding:14px}
.ssr-order-mobile-card{
  display:flex;
  flex-direction:column;
  gap:13px;
  padding:18px;
  border-radius:24px;
  border:1px solid var(--ssr-border-soft);
  background:#fff;
  box-shadow:var(--ssr-shadow-soft);
}
.ssr-order-mobile-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.ssr-order-mobile-top>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.ssr-order-view-link{color:var(--ssr-primary);font-size:12px;font-weight:950;text-decoration:none}
.ssr-order-view-link:hover{text-decoration:underline;text-underline-offset:3px}
.ssr-order-mobile-card .ssr-order-link{max-width:100%;white-space:normal;overflow-wrap:anywhere}
.ssr-order-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.ssr-order-mini-grid div{
  min-width:0;
  padding:12px;
  border-radius:16px;
  border:1px solid var(--ssr-border-soft);
  background:var(--ssr-bg-soft);
}
.ssr-order-mini-grid span{display:block;margin-bottom:5px;color:#8b95a5;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}
.ssr-order-mini-grid strong{display:block;color:var(--ssr-heading);font-size:13px;font-weight:950;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ssr-order-mini-grid small{display:block;margin-top:3px;color:#9ca3af;font-size:11px;font-weight:750}
.ssr-order-note{
  margin:0;
  padding:11px 13px;
  border-radius:14px;
  background:#fffbeb;
  color:#92400e;
  font-size:12px;
  font-weight:750;
  line-height:1.45;
}
.ssr-orders-pagination{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  color:var(--ssr-muted);
  font-size:13px;
  font-weight:800;
}
.ssr-orders-pagination>div:last-child{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.ssr-orders-pagination a{
  min-width:36px;
  min-height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  border:1px solid var(--ssr-border);
  background:#fff;
  color:var(--ssr-muted);
  text-decoration:none;
  font-size:13px;
  font-weight:950;
}
.ssr-orders-pagination a.is-active{background:var(--ssr-gradient);border-color:transparent;color:#fff}
.ssr-reorder-modal{
  position:fixed;
  inset:0;
  z-index:100;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.ssr-reorder-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.52);backdrop-filter:blur(9px)}
.ssr-reorder-panel{
  position:relative;
  width:min(100%,480px);
  max-height:calc(100vh - 36px);
  overflow:auto;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--ssr-border-soft);
  box-shadow:0 28px 90px rgba(15,23,42,.28);
}
.ssr-reorder-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:18px 20px;
  background:var(--ssr-gradient);
  color:#fff;
}
.ssr-reorder-head span{display:block;font-size:16px;font-weight:950}
.ssr-reorder-head small{display:block;margin-top:3px;color:rgba(255,255,255,.75);font-size:12px;font-weight:750}
.ssr-reorder-head button{
  width:38px;
  height:38px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.14);
  color:#fff;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.ssr-reorder-body{padding:20px}
.ssr-reorder-summary{display:flex;flex-direction:column;gap:14px}
.ssr-reorder-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--ssr-border-soft)}
.ssr-reorder-row.is-stacked{align-items:flex-start;flex-direction:column;gap:5px}
.ssr-reorder-row span,.ssr-reorder-mini-grid span{color:#8b95a5;font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.ssr-reorder-row strong{color:var(--ssr-heading);font-size:14px;font-weight:950;line-height:1.35}
.ssr-reorder-row a{color:var(--ssr-primary);font-size:13px;font-weight:850;overflow-wrap:anywhere}
.ssr-reorder-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.ssr-reorder-mini-grid div{padding:14px;border-radius:18px;background:var(--ssr-bg-soft);border:1px solid var(--ssr-border-soft)}
.ssr-reorder-mini-grid strong{display:block;margin-top:5px;color:var(--ssr-heading);font-size:17px;font-weight:950}
.ssr-reorder-warning,.ssr-reorder-error{margin:0;text-align:center;font-size:12px;font-weight:900}
.ssr-reorder-warning{color:#b45309}.ssr-reorder-error{color:#dc2626}
.ssr-reorder-danger{padding:12px;border-radius:16px;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;font-size:13px;font-weight:850}.ssr-reorder-danger a{color:#dc2626;text-decoration:underline;text-underline-offset:3px}
.ssr-reorder-note{margin:0;color:#8b95a5;text-align:center;font-size:12px;font-weight:700;line-height:1.45}
.ssr-reorder-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ssr-reorder-actions .ssr-btn{min-height:46px}
.ssr-reorder-success{text-align:center;padding:22px 10px}.ssr-reorder-success div{font-size:42px}.ssr-reorder-success strong{display:block;color:#059669;font-size:17px;font-weight:950}.ssr-reorder-success p{margin:6px 0 0;color:var(--ssr-muted);font-size:13px;font-weight:750}
.ssr-reorder-toast{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:110;
  pointer-events:none;
  opacity:0;
  transform:translateY(18px);
  min-height:46px;
  display:flex;
  align-items:center;
  padding:0 16px;
  border-radius:16px;
  background:rgba(255,255,255,.96);
  color:var(--ssr-heading);
  border:1px solid var(--ssr-border);
  box-shadow:0 22px 50px rgba(17,24,39,.16);
  backdrop-filter:blur(16px);
  font-size:14px;
  font-weight:900;
  transition:opacity .22s ease,transform .22s ease;
}
.ssr-reorder-toast.is-visible{opacity:1;transform:translateY(0)}
.ssr-reorder-toast.is-error{border-color:#fecaca;color:#dc2626}.ssr-reorder-toast.is-success{border-color:#a7f3d0;color:#059669}
.ssr-btn-spinner{width:16px;height:16px;border-radius:999px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;animation:ssrSpin .8s linear infinite;display:inline-block}
@media (max-width:900px){
  .ssr-orders-table-wrap{display:none}
  .ssr-orders-mobile-list{display:flex}
  .ssr-orders-card-head{padding:16px 18px}
}
@media (max-width:640px){
  .ssr-user-orders-page{gap:16px;padding:2px 0 24px}
  .ssr-orders-header{align-items:flex-start}.ssr-orders-header h1{font-size:32px}.ssr-orders-header p{font-size:14px}
  .ssr-orders-new-btn{width:100%}
  .ssr-orders-tab{min-height:42px;padding:0 15px;font-size:12px}
  .ssr-orders-search-form{grid-template-columns:1fr;gap:9px}.ssr-orders-search-btn,.ssr-orders-reset-btn{width:100%}
  .ssr-orders-card{border-radius:26px}.ssr-orders-mobile-list{padding:12px}.ssr-order-mobile-card{padding:16px;border-radius:22px}
  .ssr-order-service-name{font-size:15px;-webkit-line-clamp:4}
  .ssr-order-mini-grid{grid-template-columns:1fr 1fr;gap:8px}
  .ssr-order-actions{display:grid;grid-template-columns:1fr;gap:8px}.ssr-order-action{width:100%;min-height:42px;font-size:12px}
  .ssr-orders-pagination{align-items:flex-start;flex-direction:column}.ssr-orders-pagination>div:last-child{width:100%}
  .ssr-reorder-modal{padding:12px;align-items:flex-end}.ssr-reorder-panel{width:100%;border-radius:26px 26px 20px 20px;max-height:86vh}.ssr-reorder-actions{grid-template-columns:1fr}.ssr-reorder-toast{left:16px;right:16px;bottom:18px;justify-content:center}
}

/* === User My Orders service-name-only central fix v2 ===
   Keeps the original tabular orders layout. Only controls the service-name column
   so long provider service titles display cleanly in 3–4 lines instead of tall rows. */
.ssr-orders-legacy-table{
  table-layout:auto;
}
.ssr-orders-legacy-table .ssr-order-service-col,
.ssr-orders-legacy-table .ssr-order-service-cell{
  width:clamp(300px,32vw,420px);
  min-width:300px;
  max-width:420px;
}
.ssr-orders-legacy-table .ssr-order-service-cell{
  vertical-align:top;
}
.ssr-orders-legacy-table .ssr-order-service-wrap{
  display:flex;
  align-items:flex-start;
  gap:8px;
  width:100%;
  max-width:100%;
}
.ssr-orders-legacy-table .ssr-order-service-id{
  flex:0 0 auto;
}
.ssr-orders-legacy-table .ssr-order-service-name{
  flex:1 1 auto;
  min-width:0;
  max-width:360px;
  color:var(--ssr-heading)!important;
  font-size:13px!important;
  font-weight:850!important;
  line-height:1.38!important;
  display:-webkit-box!important;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  overflow:hidden!important;
  text-overflow:ellipsis;
  white-space:normal!important;
  overflow-wrap:break-word;
  word-break:normal;
}
@media (max-width:768px){
  .ssr-orders-legacy-table{
    min-width:1100px;
  }
  .ssr-orders-legacy-table .ssr-order-service-col,
  .ssr-orders-legacy-table .ssr-order-service-cell{
    width:340px;
    min-width:340px;
    max-width:340px;
  }
  .ssr-orders-legacy-table .ssr-order-service-name{
    max-width:285px;
  }
}

/* === User Order Detail + Reorder modal hotfix v22 ===
   Central CSS only. Keeps the order/detail layout structure and fixes the modal
   visibility problem caused by CSS display rules fighting Alpine x-show. */
[x-cloak], .ssr-reorder-modal[x-cloak]{display:none!important}
.ssr-reorder-modal[style*="display: none"]{display:none!important}
.ssr-reorder-modal[style*="display:none"]{display:none!important}

.ssr-order-detail-page{width:100%;max-width:760px;margin:0 auto;padding:2px 0 30px;display:flex;flex-direction:column;gap:18px;color:var(--ssr-text)}
.ssr-order-detail-nav{display:flex;align-items:center;justify-content:space-between;gap:12px}
.ssr-order-detail-back{display:inline-flex;align-items:center;gap:6px;color:var(--ssr-muted)!important;text-decoration:none!important;font-size:13px!important;font-weight:800!important}
.ssr-order-detail-back:hover{color:var(--ssr-primary)!important}.ssr-order-detail-back svg{width:15px;height:15px}
.ssr-order-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap}
.ssr-order-detail-head h1{margin:0;color:var(--ssr-heading);font-size:clamp(30px,4.8vw,42px);line-height:1.05;letter-spacing:-.05em;font-weight:950}
.ssr-order-detail-head p{margin:8px 0 0;color:var(--ssr-muted);font-size:15px;font-weight:750}
.ssr-order-detail-card{overflow:hidden;border-radius:28px;background:#fff;border:1px solid var(--ssr-border-soft);box-shadow:var(--ssr-shadow-soft)}
.ssr-order-detail-info{display:flex;flex-direction:column}
.ssr-order-detail-row{display:grid;grid-template-columns:minmax(120px,180px) minmax(0,1fr);gap:18px;align-items:start;padding:17px 20px;border-bottom:1px solid var(--ssr-border-soft)}
.ssr-order-detail-row:last-child{border-bottom:0}.ssr-order-detail-label{color:var(--ssr-muted);font-size:13px;font-weight:850;line-height:1.4}
.ssr-order-detail-value{min-width:0;color:var(--ssr-heading);font-size:14px;font-weight:850;line-height:1.45;text-align:right;overflow-wrap:anywhere}
.ssr-order-detail-value.is-service{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}
.ssr-order-detail-value.is-link,.ssr-order-detail-value.is-id,.ssr-order-detail-value.is-price{color:var(--ssr-primary)!important;text-decoration:none!important;font-weight:950}
.ssr-order-detail-value.is-link:hover{text-decoration:underline!important;text-underline-offset:3px!important}.ssr-order-detail-value.is-error{color:#dc2626!important}
.ssr-order-detail-badge{justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 10px;border-radius:999px;background:var(--ssr-bg-soft);border:1px solid var(--ssr-border-soft);color:var(--ssr-muted);font-size:11px;font-weight:950;letter-spacing:.04em}
.ssr-order-detail-progress-card{padding:18px 20px}.ssr-order-progress-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:7px;color:#8b95a5;font-size:11px;font-weight:750}
.ssr-order-alert{display:flex;align-items:center;gap:10px;padding:13px 15px;border-radius:20px;border:1px solid var(--ssr-border);background:#fff;box-shadow:var(--ssr-shadow-soft);font-size:14px;font-weight:850;line-height:1.45}
.ssr-order-alert.is-split{justify-content:space-between}.ssr-order-alert a{color:inherit;font-weight:950;text-decoration:underline;text-underline-offset:3px}.ssr-order-alert.is-success{border-color:#a7f3d0;background:#ecfdf5;color:#059669}.ssr-order-alert.is-error{border-color:#fecaca;background:#fef2f2;color:#dc2626}.ssr-order-alert.is-warning{border-color:#fde68a;background:#fffbeb;color:#b45309}
.ssr-order-note-card{padding:20px}.ssr-order-note-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.ssr-order-note-head>div{color:var(--ssr-muted);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.ssr-order-note-head button{min-height:32px;padding:0 12px;border-radius:999px;border:1px solid color-mix(in srgb,var(--ssr-primary) 20%,var(--ssr-border));background:var(--ssr-gradient-soft);color:var(--ssr-primary);font-size:12px;font-weight:950;cursor:pointer}.ssr-order-note-head button.is-danger{border-color:#fecaca;background:#fef2f2;color:#dc2626}
.ssr-order-note-text{margin:0;color:var(--ssr-heading);font-size:14px;line-height:1.65;font-weight:750}.ssr-order-note-empty{margin:0;color:#9ca3af;font-size:13px;font-style:italic;font-weight:700}.ssr-order-note-input{min-height:110px;resize:vertical}.ssr-order-note-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px}.ssr-order-note-actions span{color:#9ca3af;font-size:11px;font-weight:800}.ssr-order-note-actions button{min-height:36px;padding:0 16px;border:0;border-radius:12px;background:var(--ssr-gradient);color:#fff;font-size:12px;font-weight:950;cursor:pointer;box-shadow:0 10px 24px color-mix(in srgb,var(--ssr-primary) 17%,transparent)}.ssr-order-note-saved{margin-top:10px;color:#059669;font-size:13px;font-weight:850}
.ssr-order-detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ssr-order-detail-actions .ssr-btn{min-height:52px;width:100%;font-size:14px}.ssr-order-detail-full{grid-column:1/-1}.ssr-order-action-error{margin:8px 0 0;color:#dc2626;text-align:center;font-size:12px;font-weight:850}

.ssr-reorder-panel{color:var(--ssr-text)}
.ssr-reorder-service-name{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:100%;overflow-wrap:break-word}
.ssr-reorder-title{min-width:0}.ssr-reorder-kicker{margin-bottom:4px;color:rgba(255,255,255,.78);font-size:10px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.ssr-reorder-head button{display:inline-flex;align-items:center;justify-content:center}
.ssr-reorder-actions-pad{padding:0 20px 20px}.ssr-reorder-mini-grid div.is-insufficient{background:#fef2f2;border-color:#fecaca}.ssr-reorder-danger.is-warning{background:#fffbeb;border-color:#fde68a;color:#b45309}

@media (max-width:640px){
  .ssr-order-detail-page{gap:16px;padding-bottom:24px}.ssr-order-detail-head h1{font-size:32px}.ssr-order-detail-head p{font-size:14px}.ssr-order-detail-card{border-radius:26px}.ssr-order-detail-row{grid-template-columns:1fr;gap:8px;padding:16px 18px}.ssr-order-detail-value{text-align:left;font-size:15px}.ssr-order-detail-badge{justify-self:start}.ssr-order-detail-actions{grid-template-columns:1fr}.ssr-order-detail-actions .ssr-btn{min-height:50px}.ssr-order-note-card,.ssr-order-detail-progress-card{padding:18px}.ssr-order-note-actions{align-items:flex-start;flex-direction:column}.ssr-order-note-actions button{width:100%}
  .ssr-reorder-modal{padding:12px;align-items:flex-end}.ssr-reorder-panel{width:100%;border-radius:26px 26px 20px 20px;max-height:86vh}.ssr-reorder-actions,.ssr-reorder-mini-grid{grid-template-columns:1fr}.ssr-reorder-actions-pad{padding:0 16px 16px}
}

/* === User Order Detail Action Button Icon Fix v23 ===
   Central CSS only. Prevents SVG icons inside shared buttons from rendering at
   browser default SVG size (300x150), which made Order Again / New Order huge. */
.ssr-btn > svg,
.ssr-btn svg.ssr-btn-icon,
.ssr-order-detail-actions .ssr-btn > svg,
.ssr-reorder-actions .ssr-btn > svg{
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  max-width:18px!important;
  min-height:18px!important;
  max-height:18px!important;
  flex:0 0 18px!important;
  display:block!important;
}
.ssr-order-detail-actions .ssr-btn{
  min-height:54px!important;
  padding:0 18px!important;
  border-radius:20px!important;
  gap:9px!important;
  font-size:15px!important;
  line-height:1.1!important;
  white-space:normal!important;
}
.ssr-order-detail-actions .ssr-btn span,
.ssr-order-detail-actions .ssr-btn{
  overflow-wrap:anywhere;
}
.ssr-order-detail-actions .ssr-btn-primary,
.ssr-order-detail-actions .ssr-btn-soft,
.ssr-order-detail-actions .ssr-btn-purple,
.ssr-order-detail-actions .ssr-btn-danger{
  box-shadow:var(--ssr-shadow-soft)!important;
}
@media (max-width:640px){
  .ssr-order-detail-actions .ssr-btn{
    min-height:52px!important;
    padding:0 16px!important;
    border-radius:18px!important;
  }
  .ssr-order-detail-actions .ssr-btn > svg{
    width:17px!important;
    height:17px!important;
    min-width:17px!important;
    max-width:17px!important;
    min-height:17px!important;
    max-height:17px!important;
    flex-basis:17px!important;
  }
}


/* === User Orders + Order Detail Reorder Modal Center Fix v24 ===
   One shared central modal system for My Orders and Order Details. Fixes
   transparent/dark text on My Orders reorder popup and keeps the popup centered
   on mobile instead of sliding to the bottom. */
#reorder-modal.hidden,
.ssr-reorder-modal.hidden,
#ro-form.hidden,
#ro-success.hidden,
#ro-balance-warn.hidden{
  display:none!important;
}
.ssr-reorder-modal{
  position:fixed!important;
  inset:0!important;
  z-index:1000!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:18px!important;
}
.ssr-reorder-backdrop{
  position:absolute!important;
  inset:0!important;
  background:rgba(15,23,42,.58)!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
}
.ssr-reorder-panel{
  position:relative!important;
  width:min(100%,520px)!important;
  max-height:calc(100vh - 42px)!important;
  overflow:auto!important;
  border-radius:28px!important;
  background:#fff!important;
  color:var(--ssr-text)!important;
  border:1px solid rgba(255,255,255,.7)!important;
  box-shadow:0 30px 90px rgba(15,23,42,.32)!important;
}
.ssr-reorder-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  padding:18px 20px!important;
  background:var(--ssr-gradient)!important;
  color:#fff!important;
}
.ssr-reorder-title{min-width:0!important}
.ssr-reorder-kicker{
  margin-bottom:4px!important;
  color:rgba(255,255,255,.78)!important;
  font-size:10px!important;
  font-weight:950!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}
.ssr-reorder-title span,
.ssr-reorder-head span{
  display:block!important;
  color:#fff!important;
  font-size:20px!important;
  line-height:1.1!important;
  font-weight:950!important;
}
.ssr-reorder-order-meta{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  flex:0 0 auto!important;
}
.ssr-reorder-order-meta small{
  display:inline-flex!important;
  align-items:center!important;
  min-height:30px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.14)!important;
  color:rgba(255,255,255,.84)!important;
  font-size:12px!important;
  font-weight:850!important;
}
.ssr-reorder-order-meta small strong{color:#fff!important;font-weight:950!important}
.ssr-reorder-head button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:40px!important;
  height:40px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.28)!important;
  background:rgba(255,255,255,.15)!important;
  color:#fff!important;
  font-size:28px!important;
  line-height:1!important;
  font-weight:500!important;
  cursor:pointer!important;
}
.ssr-reorder-body{
  padding:20px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
}
.ssr-reorder-row{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:14px!important;
  padding-bottom:13px!important;
  border-bottom:1px solid var(--ssr-border-soft)!important;
}
.ssr-reorder-row.is-stacked{
  flex-direction:column!important;
  gap:6px!important;
}
.ssr-reorder-row span,
.ssr-reorder-mini-grid span{
  color:#8b95a5!important;
  font-size:11px!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
.ssr-reorder-row strong,
.ssr-reorder-mini-grid strong{
  color:var(--ssr-heading)!important;
  font-size:15px!important;
  line-height:1.35!important;
  font-weight:950!important;
}
.ssr-reorder-row a{
  color:var(--ssr-primary)!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:850!important;
  overflow-wrap:anywhere!important;
  text-decoration:none!important;
}
.ssr-reorder-row a:hover{text-decoration:underline!important;text-underline-offset:3px!important}
.ssr-reorder-service-name{
  display:-webkit-box!important;
  -webkit-line-clamp:4!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  max-width:100%!important;
  overflow-wrap:break-word!important;
}
.ssr-reorder-mini-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
}
.ssr-reorder-mini-grid div{
  padding:15px!important;
  border-radius:18px!important;
  background:var(--ssr-bg-soft)!important;
  border:1px solid var(--ssr-border-soft)!important;
}
.ssr-reorder-mini-grid strong{
  display:block!important;
  margin-top:5px!important;
  font-size:18px!important;
}
.ssr-reorder-mini-grid strong.is-price,
.ssr-reorder-row strong.is-price,
.ssr-reorder-mini-grid .is-price{
  color:var(--ssr-primary)!important;
}
.ssr-reorder-warning,
.ssr-reorder-error{
  margin:0!important;
  text-align:center!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1.45!important;
}
.ssr-reorder-warning{color:#b45309!important}.ssr-reorder-error{color:#dc2626!important}
.ssr-reorder-danger{
  padding:12px 14px!important;
  border-radius:16px!important;
  background:#fef2f2!important;
  border:1px solid #fecaca!important;
  color:#dc2626!important;
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:850!important;
}
.ssr-reorder-danger a{color:#dc2626!important;text-decoration:underline!important;text-underline-offset:3px!important}
.ssr-reorder-note{
  margin:0!important;
  color:#8b95a5!important;
  text-align:center!important;
  font-size:12px!important;
  line-height:1.45!important;
  font-weight:750!important;
}
.ssr-reorder-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
}
.ssr-reorder-actions-pad{padding:0 20px 20px!important}
.ssr-reorder-actions .ssr-btn{
  min-height:48px!important;
  width:100%!important;
  border-radius:17px!important;
  font-size:14px!important;
}
.ssr-reorder-actions .ssr-btn > svg,
.ssr-reorder-actions .ssr-btn svg{
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  max-width:18px!important;
  min-height:18px!important;
  max-height:18px!important;
  flex:0 0 18px!important;
}
.ssr-reorder-success{
  text-align:center!important;
  padding:22px 20px 24px!important;
}
.ssr-reorder-success div{font-size:42px!important;line-height:1!important;margin-bottom:10px!important}
.ssr-reorder-success strong{display:block!important;color:#059669!important;font-size:17px!important;font-weight:950!important}
.ssr-reorder-success p{margin:6px 0 0!important;color:var(--ssr-muted)!important;font-size:13px!important;font-weight:750!important}
.ssr-reorder-toast{
  position:fixed!important;
  right:22px!important;
  bottom:22px!important;
  z-index:1100!important;
  pointer-events:none!important;
  opacity:0!important;
  transform:translateY(18px)!important;
  min-height:46px!important;
  display:flex!important;
  align-items:center!important;
  padding:0 16px!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.96)!important;
  color:var(--ssr-heading)!important;
  border:1px solid var(--ssr-border)!important;
  box-shadow:0 22px 50px rgba(17,24,39,.16)!important;
  backdrop-filter:blur(16px)!important;
  font-size:14px!important;
  font-weight:900!important;
  transition:opacity .22s ease,transform .22s ease!important;
}
.ssr-reorder-toast.is-visible{opacity:1!important;transform:translateY(0)!important}
.ssr-reorder-toast.is-error{border-color:#fecaca!important;color:#dc2626!important}.ssr-reorder-toast.is-success{border-color:#a7f3d0!important;color:#059669!important}
@media (max-width:640px){
  .ssr-reorder-modal{align-items:center!important;padding:14px!important}
  .ssr-reorder-panel{width:100%!important;max-height:calc(100vh - 48px)!important;border-radius:26px!important}
  .ssr-reorder-head{padding:17px 18px!important}
  .ssr-reorder-title span,.ssr-reorder-head span{font-size:19px!important}
  .ssr-reorder-order-meta small{display:none!important}
  .ssr-reorder-body{padding:18px!important}
  .ssr-reorder-mini-grid{grid-template-columns:1fr!important}
  .ssr-reorder-actions{grid-template-columns:1fr!important}
  .ssr-reorder-actions-pad{padding:0 18px 18px!important}
  .ssr-reorder-toast{left:16px!important;right:16px!important;bottom:18px!important;justify-content:center!important}
}


/* === User Orders Reorder Modal CSS-only Compatibility Fix v25 ===
   Analysis: My Orders can still render the older id="reorder-modal" Tailwind-style markup,
   while Order Details uses the newer .ssr-reorder-modal markup. This block styles both from
   central CSS only, keeps the existing table/detail layouts, and forces both popups to center. */
body #reorder-modal.hidden,
body #ro-form.hidden,
body #ro-success.hidden,
body #ro-balance-warn.hidden{
  display:none!important;
}
body #reorder-modal:not(.hidden){
  position:fixed!important;
  inset:0!important;
  z-index:10000!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100vw!important;
  min-height:100vh!important;
  padding:18px!important;
  background:transparent!important;
  overflow:auto!important;
}
body #reorder-modal:not(.hidden) > div:first-child{
  position:fixed!important;
  inset:0!important;
  width:100vw!important;
  min-height:100vh!important;
  background:rgba(15,23,42,.48)!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
  z-index:0!important;
}
body #reorder-modal:not(.hidden) > div:nth-child(2){
  position:relative!important;
  z-index:1!important;
  width:min(100%,520px)!important;
  max-height:calc(100vh - 42px)!important;
  overflow:auto!important;
  border-radius:28px!important;
  background:#fff!important;
  color:var(--ssr-heading)!important;
  border:1px solid rgba(255,255,255,.75)!important;
  box-shadow:0 30px 90px rgba(15,23,42,.32)!important;
  margin:auto!important;
  transform:none!important;
}
body #reorder-modal:not(.hidden) > div:nth-child(2) > div:first-child{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  padding:18px 20px!important;
  background:var(--ssr-gradient)!important;
  border:0!important;
  color:#fff!important;
}
body #reorder-modal:not(.hidden) > div:nth-child(2) > div:first-child,
body #reorder-modal:not(.hidden) > div:nth-child(2) > div:first-child *{
  color:#fff!important;
}
body #reorder-modal:not(.hidden) > div:nth-child(2) > div:first-child svg{
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  max-width:18px!important;
}
body #reorder-modal:not(.hidden) > div:nth-child(2) > div:first-child span{
  font-size:19px!important;
  line-height:1.1!important;
  font-weight:950!important;
}
body #reorder-modal:not(.hidden) > div:nth-child(2) > div:first-child span.text-xs,
body #reorder-modal:not(.hidden) > div:nth-child(2) > div:first-child .text-xs{
  font-size:12px!important;
  font-weight:850!important;
  opacity:.9!important;
}
body #reorder-modal:not(.hidden) > div:nth-child(2) > div:first-child button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.28)!important;
  background:rgba(255,255,255,.15)!important;
  padding:0!important;
  cursor:pointer!important;
}
body #reorder-modal:not(.hidden) > div:nth-child(2) > div:first-child button svg{
  width:20px!important;
  height:20px!important;
}
body #reorder-modal:not(.hidden) > div:nth-child(2) > div:nth-child(2){
  padding:20px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
  color:var(--ssr-heading)!important;
}
body #reorder-modal:not(.hidden) .ssr-u-22b6e237,
body #reorder-modal:not(.hidden) > div:nth-child(2) > div:nth-child(2) > div:first-child{
  background:#fff!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
  box-shadow:none!important;
}
body #reorder-modal:not(.hidden) #ro-service,
body #reorder-modal:not(.hidden) .ssr-reorder-service-name{
  display:-webkit-box!important;
  -webkit-line-clamp:4!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  color:var(--ssr-heading)!important;
  font-size:15px!important;
  line-height:1.35!important;
  font-weight:950!important;
  max-width:100%!important;
  overflow-wrap:break-word!important;
}
body #reorder-modal:not(.hidden) #ro-link{
  color:var(--ssr-primary)!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:850!important;
  overflow-wrap:anywhere!important;
  text-decoration:none!important;
}
body #reorder-modal:not(.hidden) #ro-link:hover{text-decoration:underline!important;text-underline-offset:3px!important}
body #reorder-modal:not(.hidden) > div:nth-child(2) > div:nth-child(2) span[class*="text-slate"],
body #reorder-modal:not(.hidden) > div:nth-child(2) > div:nth-child(2) div[class*="text-slate"],
body #reorder-modal:not(.hidden) > div:nth-child(2) > div:nth-child(2) p[class*="text-slate"]{
  color:#8b95a5!important;
}
body #reorder-modal:not(.hidden) > div:nth-child(2) > div:nth-child(2) [class*="uppercase"]{
  color:#8b95a5!important;
  font-size:11px!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
body #reorder-modal:not(.hidden) > div:nth-child(2) > div:nth-child(2) [class*="text-white"]{
  color:var(--ssr-heading)!important;
}
body #reorder-modal:not(.hidden) #ro-qty,
body #reorder-modal:not(.hidden) #ro-balance{
  color:var(--ssr-heading)!important;
  font-size:18px!important;
  font-weight:950!important;
}
body #reorder-modal:not(.hidden) #ro-charge{
  color:var(--ssr-primary)!important;
  font-size:18px!important;
  font-weight:950!important;
}
body #reorder-modal:not(.hidden) .grid,
body #reorder-modal:not(.hidden) [class*="grid-cols-2"]{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
}
body #reorder-modal:not(.hidden) [class*="grid-cols-2"] > div{
  padding:15px!important;
  border-radius:18px!important;
  background:var(--ssr-bg-soft)!important;
  border:1px solid var(--ssr-border-soft)!important;
  text-align:left!important;
}
body #reorder-modal:not(.hidden) [class*="border-t"]{
  border-top:1px solid var(--ssr-border-soft)!important;
}
body #reorder-modal:not(.hidden) #ro-qty-warning{
  margin:0!important;
  color:#b45309!important;
  text-align:center!important;
  font-size:12px!important;
  line-height:1.45!important;
  font-weight:900!important;
}
body #reorder-modal:not(.hidden) #ro-error{
  margin:0!important;
  color:#dc2626!important;
  text-align:center!important;
  font-size:12px!important;
  line-height:1.45!important;
  font-weight:900!important;
}
body #reorder-modal:not(.hidden) #ro-balance-warn:not(.hidden){
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:12px 14px!important;
  border-radius:16px!important;
  background:#fef2f2!important;
  border:1px solid #fecaca!important;
  color:#dc2626!important;
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:850!important;
}
body #reorder-modal:not(.hidden) #ro-balance-warn a{color:#dc2626!important;text-decoration:underline!important;text-underline-offset:3px!important}
body #reorder-modal:not(.hidden) > div:nth-child(2) > div:nth-child(2) > p:not(#ro-qty-warning):not(#ro-error){
  margin:0!important;
  color:#8b95a5!important;
  text-align:center!important;
  font-size:12px!important;
  line-height:1.45!important;
  font-weight:750!important;
}
body #reorder-modal:not(.hidden) #ro-form:not(.hidden){
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
  padding:0!important;
}
body #reorder-modal:not(.hidden) #ro-form button{
  min-height:48px!important;
  width:100%!important;
  border-radius:17px!important;
  font-size:14px!important;
  font-weight:950!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  border:1px solid var(--ssr-border-soft)!important;
  background:#fff!important;
  color:var(--ssr-heading)!important;
  box-shadow:var(--ssr-shadow-soft)!important;
}
body #reorder-modal:not(.hidden) #ro-confirm-btn{
  background:var(--ssr-gradient)!important;
  border-color:transparent!important;
  color:#fff!important;
  box-shadow:0 18px 42px color-mix(in srgb,var(--ssr-primary) 25%,transparent)!important;
}
body #reorder-modal:not(.hidden) #ro-confirm-btn,
body #reorder-modal:not(.hidden) #ro-confirm-btn *{color:#fff!important}
body #reorder-modal:not(.hidden) #ro-confirm-btn svg,
body #reorder-modal:not(.hidden) #ro-form button svg{
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  max-width:18px!important;
}
body #reorder-modal:not(.hidden) #ro-success:not(.hidden){
  display:block!important;
  text-align:center!important;
  padding:22px 20px 24px!important;
}
body #reorder-modal:not(.hidden) #ro-success div{font-size:42px!important;line-height:1!important;margin-bottom:10px!important;color:inherit!important}
body #reorder-modal:not(.hidden) #ro-success [class*="text-emerald"],
body #reorder-modal:not(.hidden) #ro-success span{color:#059669!important;font-weight:950!important}

/* Keep Order Details reorder popup centered too; it uses the newer .ssr-reorder-modal markup. */
body .ssr-reorder-modal{
  align-items:center!important;
  justify-content:center!important;
  padding:18px!important;
}
body .ssr-reorder-panel{
  margin:auto!important;
  transform:none!important;
}
@media (max-width:640px){
  body #reorder-modal:not(.hidden),
  body .ssr-reorder-modal{
    align-items:center!important;
    justify-content:center!important;
    padding:14px!important;
  }
  body #reorder-modal:not(.hidden) > div:nth-child(2),
  body .ssr-reorder-panel{
    width:100%!important;
    max-height:calc(100vh - 48px)!important;
    border-radius:26px!important;
  }
  body #reorder-modal:not(.hidden) > div:nth-child(2) > div:first-child{
    padding:17px 18px!important;
  }
  body #reorder-modal:not(.hidden) > div:nth-child(2) > div:first-child .text-xs,
  body #reorder-modal:not(.hidden) > div:nth-child(2) > div:first-child span.text-xs{
    display:none!important;
  }
  body #reorder-modal:not(.hidden) > div:nth-child(2) > div:nth-child(2){
    padding:18px!important;
  }
  body #reorder-modal:not(.hidden) .grid,
  body #reorder-modal:not(.hidden) [class*="grid-cols-2"],
  body #reorder-modal:not(.hidden) #ro-form:not(.hidden){
    grid-template-columns:1fr!important;
  }
}

/* =======================================================================
   User Services page — central CSS only
   Source view: application/views/user/services.php
   Notes: keeps the existing accordion + tabular layout; only cleans styling.
   ======================================================================= */
.ssr-user-services-page{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:18px;
}
.ssr-user-services-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.ssr-user-services-heading h1{
  margin:0;
  color:var(--ssr-heading)!important;
  font-size:clamp(24px, 4vw, 34px);
  line-height:1.1;
  font-weight:950;
  letter-spacing:-.045em;
}
.ssr-user-services-toolbar{
  display:grid;
  grid-template-columns:minmax(280px,1fr) minmax(180px,240px) minmax(160px,220px);
  gap:12px;
  align-items:center;
}
.ssr-user-services-search-input{
  box-shadow:var(--ssr-shadow-soft)!important;
}
.ssr-user-services-category-list{
  gap:14px;
}
.ssr-user-services-category-card{
  background:#fff!important;
  border:1px solid var(--ssr-border-soft)!important;
  box-shadow:var(--ssr-shadow-soft)!important;
}
.ssr-user-services-page .ssr-services-category-button{
  background:#fff!important;
  color:var(--ssr-heading)!important;
}
.ssr-user-services-page .ssr-services-category-button.is-open{
  background:linear-gradient(135deg, color-mix(in srgb,var(--ssr-primary) 7%, #fff), #fff)!important;
}
.ssr-user-services-table-scroll{
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  background:#fff!important;
  scrollbar-color:color-mix(in srgb,var(--ssr-primary) 28%, #cbd5e1) #f8fafc;
}
.ssr-user-services-table-scroll::-webkit-scrollbar{height:10px}
.ssr-user-services-table-scroll::-webkit-scrollbar-track{background:#f8fafc;border-radius:999px}
.ssr-user-services-table-scroll::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--ssr-primary) 30%, #cbd5e1);border-radius:999px}
.ssr-user-services-table{
  min-width:1020px;
  table-layout:fixed;
  background:#fff!important;
}
.ssr-user-services-table,
.ssr-user-services-table thead,
.ssr-user-services-table tbody,
.ssr-user-services-table tr,
.ssr-user-services-table th,
.ssr-user-services-table td{
  background-color:transparent;
}
.ssr-user-services-table thead tr{
  background:var(--ssr-soft)!important;
}
.ssr-user-services-table tbody tr{
  background:#fff!important;
}
.ssr-user-services-table tbody tr:hover{
  background:color-mix(in srgb,var(--ssr-primary) 5%, #fff)!important;
}
.ssr-user-services-table th,
.ssr-user-services-table td{
  color:var(--ssr-text)!important;
  vertical-align:middle;
}
.ssr-user-services-table th:nth-child(1),
.ssr-user-services-table td:nth-child(1){width:68px;text-align:center!important}
.ssr-user-services-table th:nth-child(2),
.ssr-user-services-table td:nth-child(2){width:92px;text-align:center!important}
.ssr-user-services-table th:nth-child(3),
.ssr-user-services-table td:nth-child(3){width:330px;text-align:left!important}
.ssr-user-services-table th:nth-child(4),
.ssr-user-services-table td:nth-child(4){width:118px;text-align:center!important}
.ssr-user-services-table th:nth-child(5),
.ssr-user-services-table td:nth-child(5){width:100px;text-align:center!important}
.ssr-user-services-table th:nth-child(6),
.ssr-user-services-table td:nth-child(6){width:112px;text-align:center!important}
.ssr-user-services-table th:nth-child(7),
.ssr-user-services-table td:nth-child(7){width:118px;text-align:center!important}
.ssr-user-services-table th:nth-child(8),
.ssr-user-services-table td:nth-child(8){width:140px;text-align:center!important}
.ssr-user-services-table th:nth-child(9),
.ssr-user-services-table td:nth-child(9){width:78px;text-align:center!important}
.ssr-user-services-name-cell .ssr-services-name{
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  overflow:hidden;
  color:var(--ssr-heading)!important;
  line-height:1.38;
  max-height:5.52em;
  text-align:left!important;
  word-break:normal;
  overflow-wrap:anywhere;
}
.ssr-user-services-time{
  color:var(--ssr-muted)!important;
  font-weight:800!important;
  line-height:1.35;
}
.ssr-services-star-button{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px!important;
  border:1px solid var(--ssr-border)!important;
  background:#fff!important;
  color:#cbd5e1!important;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(15,23,42,.05)!important;
  transition:transform .18s ease, color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.ssr-services-star-button:hover{
  transform:translateY(-1px);
  color:#f59e0b!important;
  border-color:color-mix(in srgb,#f59e0b 32%, var(--ssr-border))!important;
  background:#fffbeb!important;
}
.ssr-services-star-button.is-saved{
  color:#f59e0b!important;
  border-color:color-mix(in srgb,#f59e0b 35%, var(--ssr-border))!important;
  background:#fffbeb!important;
  box-shadow:0 12px 26px rgba(245,158,11,.16)!important;
}
.ssr-services-star-button svg{
  width:19px!important;
  height:19px!important;
  min-width:19px!important;
  max-width:19px!important;
}
.ssr-user-services-page .ssr-services-id{
  color:var(--ssr-primary)!important;
  background:var(--ssr-gradient-soft)!important;
  border-color:color-mix(in srgb,var(--ssr-primary) 20%, var(--ssr-border))!important;
}
.ssr-user-services-page .ssr-services-price{
  color:var(--ssr-heading)!important;
}
.ssr-user-services-page .ssr-services-info-button svg{
  width:17px!important;
  height:17px!important;
}
.ssr-service-toast{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:99999;
  opacity:0;
  transform:translateY(12px);
  pointer-events:none;
  transition:opacity .22s ease, transform .22s ease;
}
.ssr-service-toast.is-visible{
  opacity:1;
  transform:translateY(0);
}
.ssr-service-toast-card{
  padding:12px 16px;
  border-radius:18px;
  background:#fff!important;
  border:1px solid var(--ssr-border-soft)!important;
  color:var(--ssr-heading)!important;
  box-shadow:0 18px 42px rgba(15,23,42,.16)!important;
  font-size:14px;
  font-weight:900;
}
.ssr-service-toast-card.is-error{
  color:#dc2626!important;
  background:#fff7f7!important;
  border-color:#fecaca!important;
}
@media (max-width:980px){
  .ssr-user-services-toolbar{
    grid-template-columns:1fr 1fr;
  }
  .ssr-user-services-toolbar .ssr-services-search-wrap{
    grid-column:1 / -1;
  }
}
@media (max-width:760px){
  .ssr-user-services-page{
    gap:16px;
  }
  .ssr-user-services-toolbar{
    grid-template-columns:1fr;
    gap:10px;
  }
  .ssr-user-services-page .ssr-services-category-card{
    border-radius:24px;
  }
  .ssr-user-services-page .ssr-services-category-button{
    min-height:74px;
    padding:16px 18px;
  }
  .ssr-user-services-table{
    min-width:960px;
  }
  .ssr-user-services-table th,
  .ssr-user-services-table td{
    padding:12px 13px!important;
  }
  .ssr-user-services-table th:nth-child(3),
  .ssr-user-services-table td:nth-child(3){width:300px}
  .ssr-service-toast{
    right:14px;
    bottom:18px;
    left:14px;
  }
  .ssr-service-toast-card{
    width:100%;
    text-align:center;
  }
}
@media (max-width:520px){
  .ssr-user-services-heading h1{
    font-size:26px;
  }
  .ssr-user-services-page .ssr-services-category-button{
    align-items:flex-start;
    flex-direction:column;
  }
  .ssr-user-services-page .ssr-services-category-left,
  .ssr-user-services-page .ssr-services-category-right{
    width:100%;
    justify-content:space-between;
  }
  .ssr-user-services-page .ssr-services-category-left{
    justify-content:flex-start;
  }
  .ssr-user-services-table{
    min-width:920px;
  }
  .ssr-user-services-table th:nth-child(3),
  .ssr-user-services-table td:nth-child(3){width:280px}
  .ssr-user-services-name-cell .ssr-services-name{
    -webkit-line-clamp:4;
  }
}

/* =======================================================================
   Logged-in user typography alignment
   Goal: match the lighter, readable style already used by Add Funds,
   History/API, Announcements and Referrals pages.
   ======================================================================= */
.ssr-user-dashboard,
.ssr-user-new-order,
.ssr-user-favourites-page,
.ssr-user-services-page,
.ssr-user-orders-page,
.ssr-user-order-detail,
.ssr-user-level-page{
  --ssr-user-title-size:clamp(24px,3.2vw,30px);
  --ssr-user-section-size:20px;
  --ssr-user-body-size:14px;
  --ssr-user-small-size:12px;
  --ssr-user-title-weight:800;
  --ssr-user-label-weight:700;
}
.ssr-user-dashboard h1,
.ssr-user-new-order h1,
.ssr-user-favourites-page h1,
.ssr-user-services-page h1,
.ssr-user-orders-page h1,
.ssr-user-order-detail h1,
.ssr-user-level-page h1{
  color:var(--ssr-heading)!important;
  font-size:var(--ssr-user-title-size)!important;
  line-height:1.15!important;
  font-weight:var(--ssr-user-title-weight)!important;
  letter-spacing:-.035em!important;
}
.ssr-user-dashboard h2,
.ssr-user-new-order h2,
.ssr-user-favourites-page h2,
.ssr-user-services-page h2,
.ssr-user-orders-page h2,
.ssr-user-order-detail h2,
.ssr-user-level-page h2{
  color:var(--ssr-heading)!important;
  font-weight:800!important;
  letter-spacing:-.025em!important;
}
.ssr-user-dashboard p,
.ssr-user-new-order p,
.ssr-user-favourites-page p,
.ssr-user-services-page p,
.ssr-user-orders-page p,
.ssr-user-order-detail p,
.ssr-user-level-page p{
  color:var(--ssr-muted);
  font-size:var(--ssr-user-body-size);
  line-height:1.55;
}

/* =======================================================================
   User My Level page — centralized CSS
   Source view: application/views/user/my_level.php
   ======================================================================= */
.ssr-user-level-page{
  width:min(100%, 980px);
  display:grid;
  gap:22px;
  padding:2px 0 34px;
  color:var(--ssr-text);
}
.ssr-user-level-page *{box-sizing:border-box}
.ssr-level-hero{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}
.ssr-level-hero h1{margin:0 0 5px}
.ssr-level-hero p{margin:0;color:var(--ssr-muted)!important;font-size:14px!important;font-weight:500!important}
.ssr-level-current-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-width:0;
  padding:9px 13px;
  border-radius:18px;
  background:var(--tier-bg, var(--ssr-gradient-soft));
  border:1px solid var(--tier-ring, var(--ssr-border));
  color:var(--ssr-text);
  box-shadow:var(--ssr-shadow-soft);
}
.ssr-level-pill-icon{
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  border-radius:12px;
  background:#fff;
  border:1px solid color-mix(in srgb,var(--tier-color, var(--ssr-primary)) 18%, var(--ssr-border));
  font-size:18px;
  flex:0 0 auto;
}
.ssr-level-current-pill strong{
  display:block;
  color:var(--tier-color, var(--ssr-primary));
  font-size:12px;
  line-height:1.15;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ssr-level-current-pill small{
  display:block;
  margin-top:2px;
  color:var(--ssr-muted);
  font-size:11px;
  line-height:1.2;
  font-weight:600;
  white-space:nowrap;
}
.ssr-level-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:18px;
}
.ssr-level-card,
.ssr-level-section,
.ssr-level-compare-card,
.ssr-level-step-card{
  background:#fff;
  border:1px solid var(--ssr-border-soft);
  border-radius:26px;
  box-shadow:var(--ssr-shadow-soft);
  color:var(--ssr-text);
}
.ssr-level-card{position:relative;overflow:hidden;padding:22px}
.ssr-level-card-current{
  border-color:var(--tier-ring, var(--ssr-border-soft));
  background:linear-gradient(135deg, var(--tier-bg, #fff), #fff 62%);
}
.ssr-level-card-glow{
  position:absolute;
  right:-60px;
  top:-60px;
  width:150px;
  height:150px;
  border-radius:999px;
  background:var(--tier-bg, var(--ssr-gradient-soft));
  filter:blur(3px);
  opacity:.72;
  pointer-events:none;
}
.ssr-level-tier-head{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:13px;
  margin-bottom:16px;
}
.ssr-level-tier-icon,
.ssr-level-tier-card-icon{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:48px;
  height:48px;
  border-radius:16px;
  background:#fff;
  border:1px solid var(--tier-ring, var(--ssr-border));
  color:var(--tier-color, var(--ssr-primary));
  box-shadow:var(--ssr-shadow-soft);
  font-size:22px;
}
.ssr-level-tier-head span,
.ssr-level-card-label,
.ssr-level-section-head h2,
.ssr-level-compare-head,
.ssr-level-benefit-row span,
.ssr-level-progress-stats span,
.ssr-level-tier-metrics span{
  color:var(--ssr-muted);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ssr-level-tier-head h2{
  margin:2px 0 0;
  color:var(--tier-color, var(--ssr-heading))!important;
  font-size:23px!important;
  line-height:1.1!important;
  font-weight:800!important;
}
.ssr-level-benefit-list{display:grid;border-top:1px solid var(--ssr-border-soft)}
.ssr-level-benefit-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px 0;
  border-bottom:1px solid var(--ssr-border-soft);
}
.ssr-level-benefit-row strong,
.ssr-level-chip,
.ssr-level-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:26px;
  padding:5px 10px;
  border-radius:999px;
  font-size:12px;
  line-height:1.1;
  font-weight:800;
  white-space:nowrap;
}
.ssr-level-benefit-row strong.is-success,
.ssr-level-chip.is-success,
.ssr-level-tag.is-tier{background:rgba(16,185,129,.12);border:1px solid rgba(16,185,129,.22);color:#10b981}
.ssr-level-benefit-row strong.is-warning,
.ssr-level-chip.is-warning,
.ssr-level-tag.is-sub{background:rgba(245,158,11,.12);border:1px solid rgba(245,158,11,.22);color:#d69b09}
.ssr-level-benefit-row strong.is-purple,
.ssr-level-chip.is-purple{background:rgba(168,85,247,.11);border:1px solid rgba(168,85,247,.20);color:#a855f7}
.ssr-level-benefit-row strong.is-muted{background:var(--ssr-bg-soft);border:1px solid var(--ssr-border);color:var(--ssr-muted)}
.ssr-level-plan-note{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin-top:16px;
  padding:10px 12px;
  border-radius:16px;
  background:rgba(245,158,11,.08);
  border:1px solid rgba(245,158,11,.16);
  color:var(--ssr-muted);
  font-size:13px;
}
.ssr-level-plan-note strong{color:#d69b09;font-weight:800}
.ssr-level-plan-note em{font-style:normal;color:var(--ssr-muted)}
.ssr-level-progress-card{display:flex;flex-direction:column;gap:15px;background:#fff}
.ssr-level-card-label{margin-bottom:0;color:var(--ssr-muted)}
.ssr-level-progress-head{display:flex;align-items:center;gap:12px}
.ssr-level-mini-tier{display:inline-flex;align-items:center;gap:6px;color:var(--tier-color, var(--ssr-primary));font-size:13px;font-weight:800;white-space:nowrap}
.ssr-level-mini-tier span{font-size:18px}.ssr-level-mini-tier.is-next{opacity:.75}
.ssr-level-dash-line{flex:1;border-top:1px dashed var(--ssr-border)}
.ssr-level-progress-bar{height:12px;overflow:hidden;border-radius:999px;background:var(--ssr-bg-soft);border:1px solid var(--ssr-border-soft)}
.ssr-level-progress-bar span{display:block;width:var(--progress-width,0%);height:100%;border-radius:999px;background:var(--progress-gradient,var(--ssr-gradient));box-shadow:0 10px 24px color-mix(in srgb,var(--ssr-primary) 18%, transparent)}
.ssr-level-progress-meta{display:flex;align-items:center;justify-content:space-between;color:var(--ssr-muted);font-size:11px;font-weight:700}.ssr-level-progress-meta strong{color:var(--ssr-heading)}
.ssr-level-progress-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.ssr-level-progress-stats div{padding:12px 10px;text-align:center;border-radius:16px;background:var(--ssr-bg-soft);border:1px solid var(--ssr-border-soft)}
.ssr-level-progress-stats strong{display:block;color:var(--tier-color, var(--ssr-heading));font-size:15px;font-weight:800;line-height:1.2}.ssr-level-progress-stats strong.is-warning{color:#d69b09}.ssr-level-progress-stats span{display:block;margin-top:4px;font-size:10px}
.ssr-level-unlock-card{padding:15px;border-radius:18px;background:var(--tier-bg, var(--ssr-bg-soft));border:1px solid var(--tier-ring, var(--ssr-border))}
.ssr-level-unlock-card h3{margin:0 0 10px;color:var(--tier-color, var(--ssr-primary));font-size:13px;font-weight:800}.ssr-level-unlock-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;text-align:center}.ssr-level-unlock-grid span{display:block;color:var(--ssr-muted);font-size:12px;line-height:1.35}.ssr-level-unlock-grid strong{display:block;color:var(--tier-color, var(--ssr-primary));font-weight:800}.ssr-level-unlock-card a{display:flex;align-items:center;justify-content:center;margin-top:12px;min-height:38px;border-radius:14px;background:#fff;border:1px solid var(--tier-ring, var(--ssr-border));color:var(--tier-color, var(--ssr-primary));font-size:12px;font-weight:800;text-decoration:none}.ssr-level-unlock-card a:hover{transform:translateY(-1px);box-shadow:var(--ssr-shadow-soft)}
.ssr-level-top-tier{display:grid;place-items:center;text-align:center;gap:10px;min-height:260px}.ssr-level-top-tier div{font-size:50px}.ssr-level-top-tier h3{margin:0;color:#a855f7;font-size:22px;font-weight:800}.ssr-level-top-tier p{max-width:330px;margin:0;color:var(--ssr-muted)!important}.ssr-level-top-tier span{padding:7px 13px;border-radius:999px;background:rgba(168,85,247,.1);border:1px solid rgba(168,85,247,.2);color:#a855f7;font-size:12px;font-weight:800}
.ssr-level-section{padding:20px}.ssr-level-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.ssr-level-section-head h2{margin:0;font-size:14px!important;letter-spacing:.1em!important;text-transform:uppercase;color:var(--ssr-muted)!important;font-weight:800!important}.ssr-level-section-head span{color:var(--ssr-muted);font-size:12px;font-weight:500}.ssr-level-tier-mobile-list{display:none}.ssr-level-tier-card{padding:15px;border-radius:20px;border:1px solid var(--ssr-border-soft);background:#fff}.ssr-level-tier-card.is-current{background:linear-gradient(135deg,var(--tier-bg),#fff);border-color:var(--tier-ring)}.ssr-level-tier-card.is-future{opacity:.62}.ssr-level-tier-card-head{display:flex;align-items:center;gap:11px}.ssr-level-tier-card-head > span:nth-child(2){min-width:0;flex:1}.ssr-level-tier-card-head strong,.ssr-level-tier-name-cell strong{display:block;color:var(--ssr-heading);font-size:14px;font-weight:800;line-height:1.25}.ssr-level-tier-card-head small,.ssr-level-tier-name-cell small{display:block;margin-top:3px;color:var(--ssr-muted);font-size:11px;line-height:1.3}.ssr-level-tier-card-head em,.ssr-level-tier-name-cell em{font-style:normal;padding:3px 7px;border-radius:999px;background:var(--tier-bg);border:1px solid var(--tier-ring);color:var(--tier-color);font-size:10px;font-weight:900}.ssr-level-tier-card-head em.is-done,.ssr-level-tier-name-cell em.is-done{background:rgba(16,185,129,.11);border-color:rgba(16,185,129,.22);color:#10b981}.ssr-level-tier-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:12px}.ssr-level-tier-metrics div{padding:9px 6px;text-align:center;border-radius:13px;background:var(--ssr-bg-soft);border:1px solid var(--ssr-border-soft)}.ssr-level-tier-metrics strong{display:block;margin-top:4px;font-size:13px;font-weight:800}.ssr-level-tier-table-card{overflow:hidden;border-radius:22px;border:1px solid var(--ssr-border-soft);background:#fff}.ssr-level-tier-table-head,.ssr-level-tier-table-row{display:grid;grid-template-columns:minmax(260px,1.5fr) minmax(150px,.8fr) repeat(3,minmax(110px,.6fr));align-items:center;gap:12px}.ssr-level-tier-table-head{padding:13px 16px;background:var(--ssr-bg-soft);color:var(--ssr-muted);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.ssr-level-tier-table-head div:nth-child(n+3){text-align:center}.ssr-level-tier-table-row{padding:14px 16px;border-top:1px solid var(--ssr-border-soft);color:var(--ssr-text);font-size:13px}.ssr-level-tier-table-row:hover{background:var(--ssr-bg-soft)}.ssr-level-tier-table-row.is-current{background:linear-gradient(90deg,var(--tier-bg),#fff);box-shadow:inset 3px 0 0 var(--tier-color)}.ssr-level-tier-table-row.is-future{opacity:.55}.ssr-level-tier-table-row > div:nth-child(n+3){text-align:center}.ssr-level-tier-name-cell{display:flex;align-items:center;gap:11px;min-width:0}.ssr-level-tier-name-cell > span:nth-child(2){min-width:0;flex:1}.ssr-level-chip{font-size:11px;min-height:24px;padding:4px 8px}
.ssr-level-compare-card{overflow:hidden}.ssr-level-compare-card h2{margin:0;padding:17px 20px;border-bottom:1px solid var(--ssr-border-soft);font-size:18px!important;font-weight:800!important}.ssr-level-compare-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;padding:14px 18px}.ssr-level-compare-head{padding:8px 10px;color:var(--ssr-muted);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.ssr-level-compare-head.is-tier{color:#10b981;text-align:center}.ssr-level-compare-head.is-sub{color:#d69b09;text-align:center}.ssr-level-compare-label,.ssr-level-compare-value{padding:11px 10px;border-top:1px solid var(--ssr-border-soft);font-size:13px}.ssr-level-compare-label{color:var(--ssr-text);font-weight:700}.ssr-level-compare-value{text-align:center;color:var(--ssr-muted)}.ssr-level-tag.is-none{background:var(--ssr-bg-soft);border:1px solid var(--ssr-border);color:var(--ssr-muted)}.ssr-level-note-text{color:var(--ssr-muted);font-size:12px}.ssr-level-compare-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 18px 18px}.ssr-level-compare-actions a{display:flex;align-items:center;justify-content:center;min-height:42px;border-radius:16px;font-size:13px;font-weight:800;text-decoration:none}.ssr-level-compare-actions a.is-tier{background:rgba(16,185,129,.08);border:1px solid rgba(16,185,129,.20);color:#10b981}.ssr-level-compare-actions a.is-sub{background:rgba(245,158,11,.08);border:1px solid rgba(245,158,11,.20);color:#d69b09}.ssr-level-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ssr-level-step-card{display:flex;align-items:flex-start;gap:12px;padding:18px}.ssr-level-step-card > span{display:grid;place-items:center;flex:0 0 auto;width:40px;height:40px;border-radius:14px;background:var(--ssr-bg-soft);border:1px solid var(--ssr-border-soft);font-size:20px}.ssr-level-step-card strong{display:block;color:var(--ssr-heading);font-size:14px;font-weight:800}.ssr-level-step-card p{margin:5px 0 0;color:var(--ssr-muted)!important;font-size:12px!important;line-height:1.55!important}
@media (max-width:900px){.ssr-level-grid{grid-template-columns:1fr}.ssr-level-tier-table-card{display:none}.ssr-level-tier-mobile-list{display:grid;gap:12px}.ssr-level-steps{grid-template-columns:1fr}.ssr-level-section{padding:0;background:transparent;border:0;box-shadow:none}.ssr-level-section-head{padding:0 2px}.ssr-level-tier-card{box-shadow:var(--ssr-shadow-soft)}}
@media (max-width:640px){.ssr-user-level-page{width:100%;gap:20px;padding:0 0 28px}.ssr-level-hero{display:block}.ssr-level-hero p{font-size:14px!important}.ssr-level-current-pill{margin-top:14px;width:100%;justify-content:flex-start}.ssr-level-card{padding:18px;border-radius:24px}.ssr-level-tier-head h2{font-size:22px!important}.ssr-level-progress-head{gap:8px}.ssr-level-mini-tier strong{font-size:12px}.ssr-level-progress-stats{gap:8px}.ssr-level-progress-stats div{padding:10px 6px}.ssr-level-unlock-grid{grid-template-columns:1fr;gap:6px;text-align:left}.ssr-level-section-head{display:flex}.ssr-level-compare-card{border-radius:24px}.ssr-level-compare-card h2{font-size:17px!important;padding:16px 18px}.ssr-level-compare-grid{grid-template-columns:1fr;padding:8px 18px 14px}.ssr-level-compare-head{display:none}.ssr-level-compare-label{padding:14px 0 7px;border-top:1px solid var(--ssr-border-soft)}.ssr-level-compare-value{padding:6px 0;text-align:left;border-top:0}.ssr-level-compare-actions{grid-template-columns:1fr;padding:0 18px 18px}.ssr-level-benefit-row{align-items:flex-start;flex-direction:column;gap:7px}.ssr-level-benefit-row strong{white-space:normal}.ssr-level-tier-card-head{align-items:flex-start}.ssr-level-tier-metrics{gap:7px}.ssr-level-tier-metrics div{padding:8px 5px}.ssr-level-step-card{border-radius:22px;padding:16px}}

/* =======================================================================
   SSR global typography and UI consistency pass v28
   Reference style: Add Funds / History / API / Announcements / Referrals.
   Purpose: normalize already-refactored pages without changing layouts or logic.
   ======================================================================= */
:root{
  --ssr-type-title:clamp(22px,2.3vw,28px);
  --ssr-type-public-title:clamp(30px,4.4vw,46px);
  --ssr-type-section:clamp(17px,1.8vw,21px);
  --ssr-type-body:14px;
  --ssr-type-small:12px;
  --ssr-weight-title:700;
  --ssr-weight-section:700;
  --ssr-weight-body:400;
  --ssr-weight-medium:500;
  --ssr-weight-strong:700;
  --ssr-weight-label:700;
}

.ssr-user-dashboard,
.ssr-user-services-page,
.ssr-user-orders-page,
.ssr-order-detail-page,
.ssr-user-new-order,
.ssr-fav-page,
.ssr-user-level-page,
.ssr-auth-page,
.ssr-public-page,
.ssr-blog-single-page,
.ssr-seo-page,
.ssr-faq-page,
.ssr-standalone-home{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:var(--ssr-type-body)!important;
  line-height:1.55!important;
  font-weight:var(--ssr-weight-body)!important;
  color:var(--ssr-text)!important;
}

/* Logged-in pages: use the same calm title style as Add Funds / Referrals. */
.ssr-user-dashboard h1,
.ssr-user-services-page h1,
.ssr-user-orders-page h1,
.ssr-order-detail-page h1,
.ssr-user-new-order h1,
.ssr-fav-page h1,
.ssr-user-level-page h1,
.ssr-dash-title-block h1,
.ssr-user-services-heading h1,
.ssr-fav-heading-block h1,
.ssr-order-title-row h1,
.ssr-order-detail-head h1{
  color:var(--ssr-heading)!important;
  font-size:var(--ssr-type-title)!important;
  line-height:1.18!important;
  letter-spacing:-.025em!important;
  font-weight:var(--ssr-weight-title)!important;
}

.ssr-user-dashboard h2,
.ssr-user-services-page h2,
.ssr-user-orders-page h2,
.ssr-order-detail-page h2,
.ssr-user-new-order h2,
.ssr-fav-page h2,
.ssr-user-level-page h2,
.ssr-dash-section-head h2,
.ssr-order-detail-card h2,
.ssr-level-compare-card h2{
  color:var(--ssr-heading)!important;
  font-size:var(--ssr-type-section)!important;
  line-height:1.25!important;
  letter-spacing:-.018em!important;
  font-weight:var(--ssr-weight-section)!important;
}

.ssr-user-dashboard p,
.ssr-user-services-page p,
.ssr-user-orders-page p,
.ssr-order-detail-page p,
.ssr-user-new-order p,
.ssr-fav-page p,
.ssr-user-level-page p,
.ssr-auth-page p,
.ssr-public-page p{
  font-weight:var(--ssr-weight-medium)!important;
  color:var(--ssr-muted)!important;
}

/* Reduce heavy 900/950 look in the pages already converted. */
.ssr-user-dashboard .font-extrabold,
.ssr-user-dashboard .font-black,
.ssr-user-services-page .font-extrabold,
.ssr-user-services-page .font-black,
.ssr-user-orders-page .font-extrabold,
.ssr-user-orders-page .font-black,
.ssr-order-detail-page .font-extrabold,
.ssr-order-detail-page .font-black,
.ssr-user-new-order .font-extrabold,
.ssr-user-new-order .font-black,
.ssr-fav-page .font-extrabold,
.ssr-fav-page .font-black,
.ssr-auth-page .font-extrabold,
.ssr-auth-page .font-black,
.ssr-public-page .font-extrabold,
.ssr-public-page .font-black{
  font-weight:700!important;
}

.ssr-user-dashboard strong,
.ssr-user-services-page strong,
.ssr-user-orders-page strong,
.ssr-order-detail-page strong,
.ssr-user-new-order strong,
.ssr-fav-page strong,
.ssr-user-level-page strong{
  font-weight:var(--ssr-weight-strong)!important;
}

.ssr-dash-stat-label,
.ssr-dash-perks-label,
.ssr-order-label,
.ssr-order-detail-label,
.ssr-auth-field label,
.ssr-fav-kicker,
.ssr-level-card-label,
.ssr-services-result-count,
.ssr-services-category-name,
.ssr-services-new-badge,
.ssr-services-count-badge,
.ssr-services-badge,
.ssr-service-modal-label,
.ssr-service-modal-desc-heading,
.ssr-reorder-kicker,
.ssr-reorder-row span,
.ssr-reorder-mini-grid span,
.ssr-public-kicker,
.ssr-blog-category-chip,
.ssr-seo-kicker{
  font-weight:var(--ssr-weight-label)!important;
}

/* Dashboard normalization: good spacing, less extra-heavy text. */
.ssr-dash-title-block p{font-size:14px!important;font-weight:500!important;line-height:1.55!important}
.ssr-rank-badge,.ssr-soft-pill{font-weight:700!important;font-size:12px!important}
.ssr-dash-ann-head{font-weight:700!important;font-size:14px!important}
.ssr-dash-ann-body h3{font-weight:700!important;font-size:14px!important}
.ssr-dash-ann-content{font-size:13px!important;font-weight:500!important;color:var(--ssr-text)!important}
.ssr-dash-stat-label{font-size:11px!important;letter-spacing:.08em!important}
.ssr-dash-stat-value{font-size:clamp(23px,2.4vw,30px)!important;font-weight:700!important;letter-spacing:-.03em!important}
.ssr-dash-stat-note,.ssr-dash-stat-small{font-weight:500!important}
.ssr-dash-action-title,.ssr-dash-push-title{font-weight:700!important;font-size:16px!important}
.ssr-dash-action-text,.ssr-dash-push-text{font-size:13px!important;font-weight:500!important}

/* New Order normalization. */
.ssr-user-new-order .ssr-order-title-row h1{font-size:var(--ssr-type-title)!important;font-weight:700!important}
.ssr-order-label{font-size:12px!important;letter-spacing:.05em!important;color:var(--ssr-muted)!important}
.ssr-order-control,
.ssr-order-form input,
.ssr-order-form select,
.ssr-order-form textarea{font-size:14px!important;font-weight:500!important;color:var(--ssr-heading)!important}
.ssr-order-service-title,
.ssr-order-search-result-title,
.ssr-order-selected-service-name{font-weight:700!important;line-height:1.35!important}
.ssr-order-price-value,.ssr-order-balance-value{font-weight:700!important}
.ssr-order-search-results{position:relative!important;z-index:20!important}

/* User Services: keep current font size, fix contrast/background and reduce thick weights. */
.ssr-user-services-page{max-width:1180px;margin-inline:auto}
.ssr-user-services-heading p{font-size:14px!important;font-weight:500!important;color:var(--ssr-muted)!important}
.ssr-user-services-page .ssr-services-search-input,
.ssr-user-services-page .ssr-services-filter-select{font-size:14px!important;font-weight:500!important;min-height:50px!important;border-radius:18px!important}
.ssr-user-services-page .ssr-services-category-button{min-height:66px!important}
.ssr-user-services-page .ssr-services-category-name{font-size:15px!important;font-weight:700!important;line-height:1.35!important}
.ssr-user-services-page .ssr-services-count-badge{font-size:12px!important;font-weight:700!important;min-height:28px!important}
.ssr-user-services-table,
.ssr-user-services-table tbody,
.ssr-user-services-table tr,
.ssr-user-services-table td{background:#fff!important;color:var(--ssr-text)!important}
.ssr-user-services-table th{font-size:10.5px!important;font-weight:700!important;color:var(--ssr-muted)!important;background:var(--ssr-soft)!important}
.ssr-user-services-table td{font-size:13px!important;font-weight:500!important;background:#fff!important}
.ssr-user-services-name-cell .ssr-services-name{font-size:13px!important;font-weight:700!important;line-height:1.35!important;color:var(--ssr-heading)!important;-webkit-line-clamp:4;max-height:5.4em}
.ssr-user-services-time{font-weight:500!important}
.ssr-services-id,.ssr-services-price,.ssr-services-badge{font-weight:700!important}
.ssr-services-info-button,.ssr-services-star-button{box-shadow:0 8px 18px rgba(15,23,42,.05)!important}

/* My Orders: keep table layout, normalize text and service name only. */
.ssr-user-orders-page > h1{font-size:24px!important;font-weight:700!important;line-height:1.2!important;color:var(--ssr-heading)!important}
.ssr-user-orders-page .ssr-orders-legacy-card{background:#fff!important;border:1px solid var(--ssr-border-soft)!important;border-radius:24px!important;box-shadow:var(--ssr-shadow-soft)!important;color:var(--ssr-text)!important}
.ssr-user-orders-page .ssr-orders-legacy-table{background:#fff!important;color:var(--ssr-text)!important}
.ssr-user-orders-page .ssr-orders-legacy-table thead tr{background:var(--ssr-soft)!important;border-color:var(--ssr-border)!important}
.ssr-user-orders-page .ssr-orders-legacy-table tbody tr{background:#fff!important;border-color:var(--ssr-border-soft)!important}
.ssr-user-orders-page .ssr-orders-legacy-table tbody tr:hover{background:color-mix(in srgb,var(--ssr-primary) 5%, #fff)!important}
.ssr-user-orders-page .ssr-orders-legacy-table th{color:var(--ssr-muted)!important;font-weight:700!important;font-size:10.5px!important;background:var(--ssr-soft)!important}
.ssr-user-orders-page .ssr-orders-legacy-table td,
.ssr-user-orders-page .ssr-orders-legacy-table td *:not(.bg-brand):not([class*="bg-"]):not([class*="text-emerald"]):not([class*="text-red"]):not([class*="text-amber"]):not([class*="text-blue"]):not([class*="text-purple"]):not([class*="text-violet"]){color:var(--ssr-text)!important}
.ssr-user-orders-page .ssr-order-service-name{display:-webkit-box!important;-webkit-line-clamp:4!important;-webkit-box-orient:vertical!important;overflow:hidden!important;max-height:5.4em!important;font-size:12.5px!important;font-weight:500!important;line-height:1.35!important;color:var(--ssr-text)!important;word-break:normal!important;overflow-wrap:anywhere!important}
.ssr-user-orders-page .ssr-order-service-id{font-weight:700!important;color:#fff!important}
.ssr-user-orders-page .input-dark{font-size:13px!important;font-weight:500!important;color:var(--ssr-heading)!important}
.ssr-user-orders-page [class*="text-slate-600"],
.ssr-user-orders-page [class*="text-slate-500"],
.ssr-user-orders-page [class*="text-slate-400"],
.ssr-user-orders-page [class*="text-slate-300"]{color:var(--ssr-muted)!important}

/* Order Details: keep layout, calm weights, compact actions. */
.ssr-order-detail-page{max-width:980px;margin-inline:auto}
.ssr-order-detail-head p{font-size:14px!important;font-weight:500!important;color:var(--ssr-muted)!important}
.ssr-order-detail-card{background:#fff!important;color:var(--ssr-text)!important}
.ssr-order-detail-label{font-size:11px!important;letter-spacing:.07em!important;color:var(--ssr-muted)!important}
.ssr-order-detail-value{font-size:14px!important;font-weight:500!important;color:var(--ssr-heading)!important}
.ssr-order-detail-value.is-price{font-size:17px!important;font-weight:700!important}
.ssr-order-detail-actions .ssr-btn{min-height:44px!important;padding:0 17px!important;border-radius:16px!important;font-size:13px!important;font-weight:700!important;line-height:1!important}
.ssr-order-detail-actions .ssr-btn svg{width:17px!important;height:17px!important;min-width:17px!important;max-width:17px!important}

/* Favourites: same lighter typography as referrals/add funds. */
.ssr-fav-heading-block h1{font-size:var(--ssr-type-title)!important;font-weight:700!important}
.ssr-fav-heading-block p{font-size:14px!important;font-weight:500!important;color:var(--ssr-muted)!important}
.ssr-fav-table th{font-size:10.5px!important;font-weight:700!important;color:var(--ssr-muted)!important}
.ssr-fav-table td{font-size:13px!important;font-weight:500!important;color:var(--ssr-text)!important}
.ssr-fav-service-name strong,
.ssr-fav-card-main h2{font-size:13.5px!important;font-weight:700!important;line-height:1.35!important;color:var(--ssr-heading)!important}
.ssr-fav-order-button,.ssr-fav-link,.ssr-fav-remove{font-weight:700!important}

/* Auth pages: fix oversized/thick headings while keeping same layout/workflow. */
.ssr-auth-header h1{font-size:clamp(26px,4.8vw,36px)!important;font-weight:700!important;letter-spacing:-.028em!important;line-height:1.16!important}
.ssr-auth-header p{font-size:15px!important;font-weight:500!important;line-height:1.55!important}
.ssr-auth-field label,.ssr-auth-check{font-size:13px!important;font-weight:700!important;color:var(--ssr-muted)!important}
.ssr-auth-input,.ssr-auth-card input[type="text"],.ssr-auth-card input[type="email"],.ssr-auth-card input[type="password"]{font-size:15px!important;font-weight:500!important;min-height:50px!important;border-radius:16px!important}
.ssr-auth-google-btn,.ssr-auth-submit,.ssr-auth-link,.ssr-auth-terms a,.ssr-auth-footer a{font-weight:700!important}
.ssr-auth-submit{min-height:52px!important;font-size:14px!important}

/* Public visible pages: keep premium hero but reduce ultra-heavy font weight. */
.ssr-public-hero h1,
.ssr-seo-hero h1,
.ssr-blog-single-hero h1,
.ssr-public-gate-card h1,
.ssr-public-legal-hero h1{font-weight:800!important;letter-spacing:-.04em!important;line-height:1.08!important}
.ssr-public-hero p,
.ssr-seo-hero p,
.ssr-public-legal-hero p,
.ssr-public-pricing-description,
.ssr-public-tier-description,
.ssr-faq-answer,
.ssr-public-content,
.ssr-blog-content,
.ssr-seo-body{font-weight:500!important;color:var(--ssr-text)!important}
.ssr-public-pricing-card h2,
.ssr-public-tier-card h2,
.ssr-public-section-heading h2,
.ssr-public-bottom-cta h2,
.ssr-faq-question-text,
.ssr-seo-card-title,
.ssr-blog-related-title{font-weight:700!important}
.ssr-public-pricing-price,
.ssr-public-tier-requirement strong{font-weight:800!important}
.ssr-public-pricing-stat strong,
.ssr-public-tier-benefit strong,
.ssr-public-compare-table strong{font-weight:700!important}
.ssr-btn,.ssr-btn-primary,.ssr-btn-soft,.btn-brand,.btn-sv,.btn-primary,.btn-outline{font-weight:700!important}

/* Reorder modal: old My Orders markup and new Order Details markup both central, white and centered. */
body #reorder-modal:not(.hidden),
body .ssr-reorder-modal{position:fixed!important;inset:0!important;z-index:9999!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:16px!important;background:rgba(15,23,42,.42)!important;backdrop-filter:blur(10px)!important}
body #reorder-modal.hidden{display:none!important}
body #reorder-modal:not(.hidden) > div:first-child{position:absolute!important;inset:0!important;background:transparent!important;backdrop-filter:none!important}
body #reorder-modal:not(.hidden) .ssr-legacy-reorder-panel,
body #reorder-modal:not(.hidden) > div:nth-child(2),
body .ssr-reorder-panel{position:relative!important;width:min(94vw,480px)!important;max-width:480px!important;max-height:calc(100vh - 40px)!important;overflow:hidden auto!important;background:#fff!important;border:1px solid var(--ssr-border-soft)!important;border-radius:24px!important;box-shadow:0 28px 80px rgba(15,23,42,.22)!important;color:var(--ssr-text)!important}
body #reorder-modal:not(.hidden) .ssr-legacy-reorder-head,
body #reorder-modal:not(.hidden) > div:nth-child(2) > div:first-child,
body .ssr-reorder-head{background:linear-gradient(135deg,color-mix(in srgb,var(--ssr-primary) 8%,#fff),#fff)!important;border-bottom:1px solid var(--ssr-border-soft)!important;color:var(--ssr-heading)!important}
body #reorder-modal:not(.hidden) .ssr-legacy-reorder-head *,
body #reorder-modal:not(.hidden) > div:nth-child(2) > div:first-child *,
body .ssr-reorder-head *{color:var(--ssr-heading)!important}
body #reorder-modal:not(.hidden) .ssr-legacy-reorder-body,
body #reorder-modal:not(.hidden) > div:nth-child(2) > div:nth-child(2){background:#fff!important;color:var(--ssr-text)!important}
body #reorder-modal:not(.hidden) .ssr-legacy-reorder-summary,
body #reorder-modal:not(.hidden) .ssr-u-22b6e237,
body #reorder-modal:not(.hidden) > div:nth-child(2) > div:nth-child(2) > div:first-child{background:var(--ssr-soft)!important;border:1px solid var(--ssr-border-soft)!important;border-radius:18px!important;color:var(--ssr-text)!important}
body #reorder-modal:not(.hidden) #ro-service,
body #reorder-modal:not(.hidden) #ro-qty,
body #reorder-modal:not(.hidden) #ro-balance,
body #reorder-modal:not(.hidden) #ro-link,
body #reorder-modal:not(.hidden) .text-white,
body #reorder-modal:not(.hidden) .text-slate-200,
body #reorder-modal:not(.hidden) .text-slate-300{color:var(--ssr-heading)!important}
body #reorder-modal:not(.hidden) [class*="text-slate-5"],
body #reorder-modal:not(.hidden) [class*="text-slate-6"]{color:var(--ssr-muted)!important}
body #reorder-modal:not(.hidden) #ro-charge{color:var(--ssr-primary)!important;font-weight:700!important}
body #reorder-modal:not(.hidden) #ro-form button,
body #reorder-modal:not(.hidden) .ssr-legacy-reorder-actions button{min-height:42px!important;border-radius:15px!important;font-size:13px!important;font-weight:700!important}
body #reorder-modal:not(.hidden) #ro-form button:first-child{background:#fff!important;color:var(--ssr-heading)!important;border:1px solid var(--ssr-border)!important}
body #reorder-modal:not(.hidden) #ro-confirm-btn{background:var(--ssr-gradient)!important;color:#fff!important;border:0!important;box-shadow:var(--ssr-glow)!important}
body #reorder-modal:not(.hidden) #ro-confirm-btn *{color:#fff!important}
body #reorder-modal:not(.hidden) svg,
body .ssr-reorder-panel svg{width:17px!important;height:17px!important;min-width:17px!important;max-width:17px!important}
body .ssr-reorder-title span,body .ssr-reorder-head span{font-weight:700!important;color:var(--ssr-heading)!important}
body .ssr-reorder-row strong,body .ssr-reorder-mini-grid strong{font-weight:700!important;color:var(--ssr-heading)!important}

@media (max-width:640px){
  :root{--ssr-type-title:23px;--ssr-type-public-title:32px;--ssr-type-section:18px;--ssr-type-body:14px}
  .ssr-public-hero h1,.ssr-seo-hero h1,.ssr-blog-single-hero h1{font-size:var(--ssr-type-public-title)!important;line-height:1.12!important}
  .ssr-user-dashboard h1,.ssr-user-services-page h1,.ssr-user-orders-page h1,.ssr-order-detail-page h1,.ssr-user-new-order h1,.ssr-fav-page h1,.ssr-user-level-page h1{font-size:var(--ssr-type-title)!important}
  .ssr-dash-stat-value{font-size:24px!important}
  .ssr-user-services-page .ssr-services-category-name{font-size:14.5px!important}
  body #reorder-modal:not(.hidden) > div:nth-child(2),body .ssr-reorder-panel{width:100%!important;border-radius:22px!important;max-height:calc(100vh - 32px)!important}
}


/* =====================================================================
   User My Rewards page — central CSS normalization v29
   Reference style: Referral / Add Funds / History / API / Announcements
   Scope is limited to the rewards Alpine page. No page layout or data changed.
   ===================================================================== */
[x-data^="rewardsPage"]{
  --ssr-rewards-card-radius: 24px;
  max-width: 980px;
  margin-inline: auto;
  color: var(--ssr-text)!important;
  font-size: 14px;
  line-height: 1.55;
}

/* The rewards view uses .fu only for fade-up animation. Keep animation, remove
   the global card skin that was making wrappers look like oversized blank cards. */
[x-data^="rewardsPage"] .fu{
  background: transparent!important;
  border: 0!important;
  box-shadow: none!important;
  border-radius: 0!important;
  color: var(--ssr-text)!important;
}

/* Page title block: match the lighter user pages. */
[x-data^="rewardsPage"] > .fu:first-child{
  margin-bottom: 4px!important;
}
[x-data^="rewardsPage"] > .fu:first-child h1{
  color: var(--ssr-heading)!important;
  font-size: clamp(25px, 3vw, 31px)!important;
  line-height: 1.15!important;
  letter-spacing: -.03em!important;
  font-weight: 700!important;
}
[x-data^="rewardsPage"] > .fu:first-child p{
  margin-top: 5px!important;
  color: var(--ssr-muted)!important;
  opacity: 1!important;
  font-size: 14px!important;
  line-height: 1.55!important;
  font-weight: 500!important;
}
[x-data^="rewardsPage"] .coin{
  filter: drop-shadow(0 7px 12px rgba(245,158,11,.14));
}

/* Shared rewards cards. This targets the existing view classes, but the design
   lives centrally here instead of inside the PHP page. */
[x-data^="rewardsPage"] .grid > .rounded-2xl,
[x-data^="rewardsPage"] .fu3.rounded-2xl,
[x-data^="rewardsPage"] .fu4.rounded-2xl,
[x-data^="rewardsPage"] .rounded-2xl.border{
  background: #fff!important;
  border: 1px solid var(--ssr-border-soft)!important;
  border-radius: var(--ssr-rewards-card-radius)!important;
  box-shadow: var(--ssr-shadow-soft)!important;
  color: var(--ssr-text)!important;
}
[x-data^="rewardsPage"] .grid > .rounded-2xl{
  padding: 20px!important;
  min-height: 128px;
}
[x-data^="rewardsPage"] .fu2.grid{
  gap: 16px!important;
}
[x-data^="rewardsPage"] .fu3.grid{
  gap: 14px!important;
}

/* Stats cards: soft tints like the good existing user pages. */
[x-data^="rewardsPage"] .fu2.grid > div:nth-child(1){
  background: linear-gradient(135deg, rgba(250,204,21,.12), rgba(255,255,255,.96))!important;
  border-color: rgba(245,158,11,.22)!important;
}
[x-data^="rewardsPage"] .fu2.grid > div:nth-child(2){
  background: linear-gradient(135deg, rgba(168,85,247,.10), rgba(255,255,255,.98))!important;
  border-color: rgba(168,85,247,.16)!important;
}
[x-data^="rewardsPage"] .fu2.grid > div:nth-child(3){
  background: linear-gradient(135deg, rgba(59,130,246,.10), rgba(255,255,255,.98))!important;
  border-color: rgba(59,130,246,.18)!important;
}
[x-data^="rewardsPage"] .fu2.grid > div:nth-child(4){
  background: linear-gradient(135deg, rgba(139,92,246,.10), rgba(255,255,255,.98))!important;
  border-color: rgba(139,92,246,.16)!important;
}
[x-data^="rewardsPage"] .fu2 [class*="uppercase"],
[x-data^="rewardsPage"] .fu3 [class*="uppercase"],
[x-data^="rewardsPage"] .fu4 [class*="uppercase"]{
  color: var(--ssr-muted)!important;
  opacity: 1!important;
  font-size: 11px!important;
  line-height: 1.3!important;
  letter-spacing: .09em!important;
  font-weight: 700!important;
}
[x-data^="rewardsPage"] .fu2 .text-3xl{
  color: var(--ssr-heading)!important;
  font-size: clamp(27px, 4.5vw, 34px)!important;
  line-height: 1!important;
  letter-spacing: -.035em!important;
  font-weight: 700!important;
}
[x-data^="rewardsPage"] .fu2 .text-amber-400{color:#f5b800!important}
[x-data^="rewardsPage"] .fu2 .text-blue-400{color:#60a5fa!important}
[x-data^="rewardsPage"] .fu2 .text-violet-400{color:#a78bfa!important}
[x-data^="rewardsPage"] .fu2 .text-emerald-400{color:var(--ssr-primary)!important}
[x-data^="rewardsPage"] .fu2 .text-xs,
[x-data^="rewardsPage"] .fu3 .text-xs{
  opacity: 1!important;
  color: var(--ssr-muted)!important;
  font-size: 12px!important;
  font-weight: 500!important;
}
[x-data^="rewardsPage"] .fu2 .text-emerald-400.mt-1,
[x-data^="rewardsPage"] .fu2 .text-violet-400\/70{
  color: var(--ssr-primary)!important;
  font-weight: 600!important;
}
[x-data^="rewardsPage"] .absolute.text-5xl{
  opacity: .09!important;
}

/* Redemption progress card. */
[x-data^="rewardsPage"] .fu3.rounded-2xl:not(.grid){
  padding: 22px!important;
  background: #fff!important;
}
[x-data^="rewardsPage"] .fu3.rounded-2xl:not(.grid) .text-sm{
  color: var(--ssr-heading)!important;
  opacity: 1!important;
  font-size: 14px!important;
  font-weight: 700!important;
}
[x-data^="rewardsPage"] .fu3.rounded-2xl:not(.grid) .text-xs{
  color: var(--ssr-muted)!important;
  opacity: 1!important;
  font-weight: 500!important;
}
[x-data^="rewardsPage"] .ssr-u-975dcb43{
  height: 10px!important;
  background: var(--ssr-bg-soft)!important;
  border: 1px solid var(--ssr-border-soft)!important;
}
[x-data^="rewardsPage"] .bar-anim,
[x-data^="rewardsPage"] .ssr-dyn-2a16fa13{
  width: var(--ssr-dyn-2a16fa13-w)!important;
  background: var(--ssr-gradient)!important;
  box-shadow: none!important;
}

/* How-to-earn cards: compact, readable, no washed-out text. */
[x-data^="rewardsPage"] .fu3.grid > div{
  min-height: 136px!important;
  padding: 20px!important;
  background: #fff!important;
}
[x-data^="rewardsPage"] .fu3.grid > div:nth-child(2){
  background: linear-gradient(135deg, rgba(168,85,247,.08), #fff)!important;
  border-color: rgba(168,85,247,.16)!important;
}
[x-data^="rewardsPage"] .fu3.grid > div:nth-child(3){
  background: linear-gradient(135deg, rgba(236,72,153,.06), #fff)!important;
  border-color: rgba(236,72,153,.14)!important;
}
[x-data^="rewardsPage"] .fu3.grid .text-2xl{
  font-size: 28px!important;
  line-height: 1!important;
  margin-bottom: 14px!important;
}
[x-data^="rewardsPage"] .fu3.grid .font-bold.text-sm{
  color: var(--ssr-heading)!important;
  font-size: 16px!important;
  line-height: 1.25!important;
  font-weight: 700!important;
  margin-bottom: 6px!important;
}
[x-data^="rewardsPage"] .fu3.grid .text-xs{
  color: var(--ssr-muted)!important;
  opacity: 1!important;
  font-size: 13px!important;
  line-height: 1.6!important;
  font-weight: 500!important;
}

/* Points history card/table. */
[x-data^="rewardsPage"] .fu4.rounded-2xl{
  background:#fff!important;
  border-color:var(--ssr-border-soft)!important;
  overflow:hidden!important;
}
[x-data^="rewardsPage"] .fu4 > div:first-child{
  background:#fff!important;
  border-bottom:1px solid var(--ssr-border-soft)!important;
  padding:16px 20px!important;
  color:var(--ssr-heading)!important;
}
[x-data^="rewardsPage"] .fu4 > div:first-child span.text-sm,
[x-data^="rewardsPage"] .fu4 > div:first-child .font-bold{
  color:var(--ssr-heading)!important;
  font-size:18px!important;
  font-weight:700!important;
  letter-spacing:-.015em!important;
}
[x-data^="rewardsPage"] .fu4 .bg-amber-500\/20,
[x-data^="rewardsPage"] .fu4 [class*="bg-amber-500"]{
  background:rgba(245,158,11,.12)!important;
  border-color:rgba(245,158,11,.22)!important;
  color:#eab308!important;
  font-weight:700!important;
}
[x-data^="rewardsPage"] table{
  width:100%!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  background:#fff!important;
  color:var(--ssr-text)!important;
  font-size:14px!important;
}
[x-data^="rewardsPage"] thead tr{
  background:var(--ssr-soft)!important;
  border-bottom:1px solid var(--ssr-border-soft)!important;
}
[x-data^="rewardsPage"] th{
  color:var(--ssr-muted)!important;
  opacity:1!important;
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:700!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
[x-data^="rewardsPage"] tbody tr{
  background:#fff!important;
  border-color:var(--ssr-border-soft)!important;
}
[x-data^="rewardsPage"] tbody tr:hover{
  background:color-mix(in srgb,var(--ssr-primary) 4%, #fff)!important;
}
[x-data^="rewardsPage"] td{
  color:var(--ssr-text)!important;
  border-color:var(--ssr-border-soft)!important;
  font-size:14px!important;
  font-weight:500!important;
  vertical-align:middle!important;
}
[x-data^="rewardsPage"] td .font-extrabold,
[x-data^="rewardsPage"] td.font-extrabold{
  font-weight:700!important;
}
[x-data^="rewardsPage"] tbody .text-emerald-400{color:var(--ssr-primary)!important}
[x-data^="rewardsPage"] tbody .text-red-400{color:#ef4444!important}
[x-data^="rewardsPage"] tbody .text-blue-400{color:#3b82f6!important}
[x-data^="rewardsPage"] tbody .text-slate-400,
[x-data^="rewardsPage"] tbody .text-slate-600,
[x-data^="rewardsPage"] tbody [class*="opacity-"]{
  color:var(--ssr-muted)!important;
  opacity:1!important;
}
[x-data^="rewardsPage"] tbody span.rounded-full{
  min-height:30px!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:700!important;
}
[x-data^="rewardsPage"] .overflow-x-auto{
  scrollbar-width:thin;
  scrollbar-color:rgba(148,163,184,.45) transparent;
}
[x-data^="rewardsPage"] .overflow-x-auto::-webkit-scrollbar{height:7px}
[x-data^="rewardsPage"] .overflow-x-auto::-webkit-scrollbar-thumb{background:rgba(148,163,184,.45);border-radius:999px}

/* Redeem modal: white central style. Only visible when Alpine opens it. */
[x-data^="rewardsPage"] [x-show="openRedeem"]{
  background:rgba(15,23,42,.42)!important;
  backdrop-filter:blur(10px)!important;
}
[x-data^="rewardsPage"] [x-show="openRedeem"] > div{
  background:#fff!important;
  color:var(--ssr-text)!important;
  border:1px solid var(--ssr-border-soft)!important;
  border-radius:24px!important;
  box-shadow:0 28px 80px rgba(15,23,42,.22)!important;
}
[x-data^="rewardsPage"] [x-show="openRedeem"] h3{
  color:var(--ssr-heading)!important;
  font-weight:700!important;
}
[x-data^="rewardsPage"] [x-show="openRedeem"] p,
[x-data^="rewardsPage"] [x-show="openRedeem"] label{
  color:var(--ssr-muted)!important;
  font-weight:500!important;
}
[x-data^="rewardsPage"] [x-show="openRedeem"] input{
  background:#fff!important;
  border:1px solid var(--ssr-border)!important;
  color:var(--ssr-heading)!important;
  font-size:14px!important;
  border-radius:16px!important;
}
[x-data^="rewardsPage"] [x-show="openRedeem"] button{
  min-height:44px!important;
  border-radius:16px!important;
  font-size:14px!important;
  font-weight:700!important;
}
[x-data^="rewardsPage"] [x-show="openRedeem"] button:first-child{
  background:#fff!important;
  color:var(--ssr-heading)!important;
  border:1px solid var(--ssr-border)!important;
}
[x-data^="rewardsPage"] [x-show="openRedeem"] button:last-child,
[x-data^="rewardsPage"] .ssr-u-c31d56f1{
  background:var(--ssr-gradient)!important;
  color:#fff!important;
  border:0!important;
  box-shadow:var(--ssr-glow)!important;
}

@media (max-width:640px){
  [x-data^="rewardsPage"]{
    max-width:100%;
    font-size:14px;
  }
  [x-data^="rewardsPage"] > .fu:first-child h1{
    font-size:26px!important;
  }
  [x-data^="rewardsPage"] .fu2.grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
  }
  [x-data^="rewardsPage"] .fu2.grid > div{
    min-height:124px!important;
    padding:18px 16px!important;
  }
  [x-data^="rewardsPage"] .fu2 .text-3xl{
    font-size:30px!important;
  }
  [x-data^="rewardsPage"] .fu3.grid > div{
    min-height:120px!important;
    padding:18px!important;
  }
  [x-data^="rewardsPage"] .fu4 > div:first-child{
    padding:15px 18px!important;
  }
  [x-data^="rewardsPage"] th,
  [x-data^="rewardsPage"] td{
    padding:13px 16px!important;
    font-size:13.5px!important;
  }
  [x-data^="rewardsPage"] tbody span.rounded-full{
    min-width:78px!important;
  }
}

/* --------------------------------------------------------------------------
   User Subscription Plans / Subscriptions central UI refresh v30
   Purpose: match the calmer typography and premium light-card style used by
   My Rewards, Referrals, Add Funds and History pages. Layout and PHP data are
   left untouched; these are route-scoped central CSS rules only.
   -------------------------------------------------------------------------- */
body.ssr-route-subscription-plans,
body.ssr-route-subscriptions{
  color:var(--ssr-text);
  font-size:14px;
  line-height:1.55;
}
body.ssr-route-subscription-plans main,
body.ssr-route-subscriptions main{
  max-width:1100px!important;
  padding-top:26px!important;
}
body.ssr-route-subscription-plans main > .space-y-6,
body.ssr-route-subscriptions main > .space-y-6{
  max-width:100%!important;
  margin:0 auto!important;
}
body.ssr-route-subscription-plans h1,
body.ssr-route-subscriptions h1{
  color:var(--ssr-heading)!important;
  font-size:clamp(26px,4.5vw,34px)!important;
  line-height:1.08!important;
  font-weight:720!important;
  letter-spacing:-.035em!important;
  margin:0!important;
}
body.ssr-route-subscription-plans h1 + p,
body.ssr-route-subscriptions h1 + p{
  color:var(--ssr-muted)!important;
  opacity:1!important;
  font-size:clamp(15px,3.7vw,18px)!important;
  line-height:1.55!important;
  font-weight:500!important;
  max-width:760px!important;
  margin-top:8px!important;
}

/* Flash messages on this page should follow the same soft cards. */
body.ssr-route-subscription-plans main > .space-y-6 > .px-4.py-3,
body.ssr-route-subscriptions main > .space-y-6 > .px-4.py-3{
  border-radius:18px!important;
  padding:13px 16px!important;
  font-size:14px!important;
  font-weight:650!important;
  opacity:1!important;
}

/* Active subscription banner. */
body.ssr-route-subscription-plans .ssr-dyn-1fadbba3,
body.ssr-route-subscriptions main > .space-y-6 > .space-y-3 > div,
body.ssr-route-subscriptions main > .space-y-6 > .rounded-2xl{
  background:rgba(255,255,255,.88)!important;
  border:1px solid var(--ssr-border-soft)!important;
  border-radius:24px!important;
  box-shadow:0 20px 55px rgba(15,23,42,.06)!important;
  color:var(--ssr-text)!important;
}
body.ssr-route-subscription-plans .ssr-dyn-1fadbba3{
  padding:18px 20px!important;
  align-items:center!important;
}
body.ssr-route-subscription-plans .ssr-dyn-1fadbba3 .text-3xl,
body.ssr-route-subscriptions .text-3xl{
  font-size:34px!important;
  line-height:1!important;
}
body.ssr-route-subscription-plans .ssr-dyn-1fadbba3 .font-bold,
body.ssr-route-subscriptions .font-semibold,
body.ssr-route-subscriptions .font-bold{
  color:var(--ssr-heading)!important;
  font-weight:700!important;
  letter-spacing:-.02em!important;
}
body.ssr-route-subscription-plans .ssr-dyn-1fadbba3 .text-xs,
body.ssr-route-subscription-plans .ssr-dyn-1fadbba3 [class*="opacity-"],
body.ssr-route-subscriptions .text-xs,
body.ssr-route-subscriptions [class*="opacity-"]{
  color:var(--ssr-muted)!important;
  opacity:1!important;
  font-weight:500!important;
}
body.ssr-route-subscription-plans .ssr-dyn-1fadbba3 a,
body.ssr-route-subscriptions a.rounded-xl,
body.ssr-route-subscriptions button.rounded-xl{
  background:#fff!important;
  border:1px solid var(--ssr-border)!important;
  color:var(--ssr-heading)!important;
  box-shadow:0 10px 25px rgba(15,23,42,.05)!important;
  border-radius:16px!important;
  min-height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}

/* Upgrade path dots/tabs. */
body.ssr-route-subscription-plans .ssr-u-6d398c42{
  background:transparent!important;
  padding:6px 0 2px!important;
  gap:14px!important;
}
body.ssr-route-subscription-plans .ssr-u-6d398c42 .w-8.h-8{
  width:42px!important;
  height:42px!important;
  background:#fff!important;
  border:1px solid var(--ssr-border-soft)!important;
  box-shadow:0 10px 25px rgba(15,23,42,.05)!important;
  color:var(--ssr-muted)!important;
}
body.ssr-route-subscription-plans .ssr-u-6d398c42 .ssr-plan-step-current{
  background:color-mix(in srgb,var(--ssr-primary) 12%, #fff)!important;
  border-color:color-mix(in srgb,var(--ssr-primary) 28%, #fff)!important;
  color:var(--ssr-heading)!important;
  box-shadow:0 14px 32px color-mix(in srgb,var(--ssr-primary) 14%, transparent)!important;
}
body.ssr-route-subscription-plans .ssr-u-6d398c42 span.text-\[10px\]{
  color:var(--ssr-text)!important;
  opacity:1!important;
  font-size:12px!important;
  font-weight:650!important;
}
body.ssr-route-subscription-plans .ssr-u-6d398c42 .w-8.h-px{
  background:var(--ssr-border-soft)!important;
}

/* Plan cards. */
body.ssr-route-subscription-plans .ssr-u2-35eb0409{
  background:rgba(255,255,255,.92)!important;
  border:1px solid var(--ssr-border-soft)!important;
  border-radius:26px!important;
  box-shadow:0 24px 70px rgba(15,23,42,.055)!important;
  color:var(--ssr-text)!important;
  overflow:hidden!important;
}
body.ssr-route-subscription-plans .ssr-u2-35eb0409:hover{
  transform:translateY(-2px);
  box-shadow:0 28px 85px rgba(15,23,42,.085)!important;
}
body.ssr-route-subscription-plans .ssr-u2-35eb0409.opacity-50{
  opacity:.76!important;
  filter:none!important;
}
body.ssr-route-subscription-plans .ssr-u2-35eb0409 .ssr-dyn-662c0405{
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.72))!important;
  padding:28px 22px 24px!important;
}
body.ssr-route-subscription-plans .ssr-u2-35eb0409 .text-3xl.mb-2{
  font-size:38px!important;
  line-height:1!important;
  margin-bottom:10px!important;
}
body.ssr-route-subscription-plans .ssr-u2-35eb0409 .font-black.text-xl{
  color:var(--ssr-heading)!important;
  font-size:24px!important;
  line-height:1.15!important;
  font-weight:720!important;
  letter-spacing:-.025em!important;
}
body.ssr-route-subscription-plans .ssr-u2-35eb0409 .ssr-dyn-662c0405 .text-xs,
body.ssr-route-subscription-plans .ssr-u2-35eb0409 .ssr-dyn-662c0405 [class*="opacity-"]{
  color:var(--ssr-muted)!important;
  opacity:1!important;
  font-size:14px!important;
  line-height:1.45!important;
  font-weight:500!important;
}
body.ssr-route-subscription-plans .ssr-u2-35eb0409 .ssr-dyn-662c0405 .text-3xl.font-black,
body.ssr-route-subscription-plans .ssr-u2-35eb0409 .ssr-dyn-662c0405 span.text-3xl,
body.ssr-route-subscription-plans .ssr-u2-35eb0409 .ssr-dyn-662c0405 .text-2xl.font-black{
  color:var(--ssr-heading)!important;
  font-size:clamp(34px,8vw,48px)!important;
  line-height:1!important;
  font-weight:740!important;
  letter-spacing:-.05em!important;
}
body.ssr-route-subscription-plans .ssr-u2-35eb0409 .line-through{
  color:var(--ssr-muted)!important;
  opacity:.78!important;
  font-size:14px!important;
  font-weight:650!important;
}
body.ssr-route-subscription-plans .ssr-u2-35eb0409 .text-\[10px\]{
  font-size:12px!important;
  line-height:1.25!important;
}
body.ssr-route-subscription-plans .ssr-u2-35eb0409 .text-\[11px\],
body.ssr-route-subscription-plans .ssr-u2-35eb0409 .text-sm.opacity-60{
  color:var(--ssr-muted)!important;
  opacity:1!important;
  font-size:14px!important;
  font-weight:500!important;
}
body.ssr-route-subscription-plans .ssr-u2-35eb0409 ul{
  border-top:1px solid var(--ssr-border-soft)!important;
  padding:22px 24px!important;
  gap:10px!important;
  color:var(--ssr-text)!important;
}
body.ssr-route-subscription-plans .ssr-u2-35eb0409 li{
  color:var(--ssr-text)!important;
  opacity:1!important;
  font-size:15px!important;
  line-height:1.55!important;
  font-weight:500!important;
  gap:10px!important;
  align-items:flex-start!important;
}
body.ssr-route-subscription-plans .ssr-u2-35eb0409 li span:first-child{
  font-size:16px!important;
  line-height:1.45!important;
}
body.ssr-route-subscription-plans .ssr-u2-35eb0409 li strong{
  font-weight:720!important;
}
body.ssr-route-subscription-plans .ssr-u2-35eb0409 .px-6.pb-6{
  padding:0 24px 24px!important;
}
body.ssr-route-subscription-plans .ssr-u2-35eb0409 .ssr-dyn2-1139d381,
body.ssr-route-subscription-plans .ssr-u2-35eb0409 .ssr-dyn-13b6b20e,
body.ssr-route-subscription-plans .ssr-u2-35eb0409 .bg-slate-500\/5{
  border-radius:18px!important;
  min-height:48px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:15px!important;
  font-weight:720!important;
  letter-spacing:-.01em!important;
}
body.ssr-route-subscription-plans .ssr-u2-35eb0409 .ssr-dyn2-1139d381{
  background:var(--ssr-gradient)!important;
  box-shadow:var(--ssr-glow)!important;
  color:#fff!important;
}
body.ssr-route-subscription-plans .ssr-u2-35eb0409 .ssr-dyn-13b6b20e{
  background:#fff!important;
  color:var(--ssr-heading)!important;
  border:1px solid var(--ssr-border)!important;
}
body.ssr-route-subscription-plans .ssr-u2-35eb0409 .bg-slate-500\/5{
  background:var(--ssr-soft)!important;
  color:var(--ssr-muted)!important;
  border:1px solid var(--ssr-border-soft)!important;
}
body.ssr-route-subscription-plans .ssr-u2-35eb0409 .absolute span{
  background:#fff!important;
  color:var(--ssr-heading)!important;
  border:1px solid var(--ssr-border)!important;
  border-radius:999px!important;
  font-size:11px!important;
  line-height:1!important;
  padding:7px 10px!important;
  box-shadow:0 10px 24px rgba(15,23,42,.05)!important;
}
body.ssr-route-subscription-plans .ssr-u2-35eb0409 .text-slate-600,
body.ssr-route-subscription-plans .ssr-u2-35eb0409 .text-slate-500,
body.ssr-route-subscription-plans .ssr-u2-35eb0409 .text-slate-400,
body.ssr-route-subscription-plans .ssr-u2-35eb0409 [class*="opacity-"]{
  opacity:1!important;
}

/* Bottom explainer cards. */
body.ssr-route-subscription-plans main > .space-y-6 > .grid.grid-cols-1.sm\:grid-cols-2 > div{
  background:#fff!important;
  border:1px solid var(--ssr-border-soft)!important;
  border-radius:24px!important;
  box-shadow:0 18px 50px rgba(15,23,42,.045)!important;
  color:var(--ssr-text)!important;
  padding:22px 24px!important;
}
body.ssr-route-subscription-plans main > .space-y-6 > .grid.grid-cols-1.sm\:grid-cols-2 p{
  color:var(--ssr-heading)!important;
  font-size:18px!important;
  font-weight:700!important;
  margin-bottom:10px!important;
}
body.ssr-route-subscription-plans main > .space-y-6 > .grid.grid-cols-1.sm\:grid-cols-2 li{
  color:var(--ssr-text)!important;
  opacity:1!important;
  font-size:14px!important;
  line-height:1.65!important;
  font-weight:500!important;
}

/* Manage subscriptions list page. */
body.ssr-route-subscriptions main > .space-y-6 > .flex.items-center.justify-between{
  gap:14px!important;
  align-items:flex-start!important;
}
body.ssr-route-subscriptions main > .space-y-6 > .flex.items-center.justify-between a{
  background:var(--ssr-gradient)!important;
  color:#fff!important;
  border:0!important;
  border-radius:16px!important;
  min-height:44px!important;
  padding:0 16px!important;
  box-shadow:var(--ssr-glow)!important;
  font-weight:700!important;
}
body.ssr-route-subscriptions .space-y-3 > div{
  padding:18px 20px!important;
}
body.ssr-route-subscriptions .space-y-3 p.font-semibold{
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  color:var(--ssr-heading)!important;
  font-size:15px!important;
  line-height:1.4!important;
  font-weight:700!important;
}
body.ssr-route-subscriptions .space-y-3 .font-mono{
  color:var(--ssr-muted)!important;
  font-size:12.5px!important;
  opacity:1!important;
}
body.ssr-route-subscriptions .space-y-3 span.rounded-full{
  background:color-mix(in srgb,var(--ssr-primary) 12%, #fff)!important;
  border-color:color-mix(in srgb,var(--ssr-primary) 24%, #fff)!important;
  color:var(--ssr-primary)!important;
  font-size:11px!important;
  font-weight:700!important;
  padding:6px 10px!important;
  border-radius:999px!important;
}
body.ssr-route-subscriptions .space-y-3 form button{
  min-height:40px!important;
  padding:0 14px!important;
  border-radius:14px!important;
  font-size:12.5px!important;
  font-weight:700!important;
  background:#fff!important;
  border:1px solid var(--ssr-border)!important;
  color:var(--ssr-heading)!important;
}
body.ssr-route-subscriptions .space-y-3 form button[class*="red"]{
  background:rgba(239,68,68,.08)!important;
  border-color:rgba(239,68,68,.18)!important;
  color:#ef4444!important;
}
body.ssr-route-subscriptions .space-y-3 form button[class*="emerald"]{
  background:rgba(16,185,129,.10)!important;
  border-color:rgba(16,185,129,.22)!important;
  color:var(--ssr-primary)!important;
}

@media (max-width:640px){
  body.ssr-route-subscription-plans main,
  body.ssr-route-subscriptions main{
    padding:24px 18px!important;
  }
  body.ssr-route-subscription-plans h1,
  body.ssr-route-subscriptions h1{
    font-size:28px!important;
  }
  body.ssr-route-subscription-plans h1 + p,
  body.ssr-route-subscriptions h1 + p{
    font-size:16px!important;
  }
  body.ssr-route-subscription-plans .ssr-dyn-1fadbba3{
    padding:18px!important;
    gap:14px!important;
    border-radius:24px!important;
  }
  body.ssr-route-subscription-plans .ssr-dyn-1fadbba3 a{
    width:100%!important;
    margin-top:4px!important;
  }
  body.ssr-route-subscription-plans .ssr-u-6d398c42{
    gap:18px!important;
    padding-bottom:6px!important;
  }
  body.ssr-route-subscription-plans main > .space-y-6 > .grid.grid-cols-1.md\:grid-cols-3{
    gap:18px!important;
  }
  body.ssr-route-subscription-plans .ssr-u2-35eb0409{
    border-radius:24px!important;
  }
  body.ssr-route-subscription-plans .ssr-u2-35eb0409 .ssr-dyn-662c0405{
    padding:26px 20px 22px!important;
  }
  body.ssr-route-subscription-plans .ssr-u2-35eb0409 ul{
    padding:20px!important;
  }
  body.ssr-route-subscription-plans .ssr-u2-35eb0409 li{
    font-size:14.5px!important;
  }
  body.ssr-route-subscription-plans .ssr-u2-35eb0409 .px-6.pb-6{
    padding:0 20px 22px!important;
  }
  body.ssr-route-subscriptions main > .space-y-6 > .flex.items-center.justify-between{
    flex-direction:column!important;
  }
  body.ssr-route-subscriptions main > .space-y-6 > .flex.items-center.justify-between a{
    width:100%!important;
  }
  body.ssr-route-subscriptions .space-y-3 > div{
    padding:18px!important;
  }
  body.ssr-route-subscriptions .space-y-3 .flex.gap-2{
    width:100%!important;
    flex-wrap:wrap!important;
  }
  body.ssr-route-subscriptions .space-y-3 form,
  body.ssr-route-subscriptions .space-y-3 form button{
    flex:1 1 120px!important;
  }
}


/* --------------------------------------------------------------------------
   Subscription Plans: active-plan Manage button overflow fix (v31)
   CSS-only. Keeps the current card layout but prevents the Manage action from
   escaping the active subscription card on mobile.
   -------------------------------------------------------------------------- */
body.ssr-route-subscription-plans .ssr-dyn-1fadbba3{
  overflow:hidden!important;
  flex-wrap:wrap!important;
}
body.ssr-route-subscription-plans .ssr-dyn-1fadbba3 > *{
  min-width:0!important;
}
body.ssr-route-subscription-plans .ssr-dyn-1fadbba3 > a{
  flex:0 0 auto!important;
  width:auto!important;
  max-width:100%!important;
  margin-left:auto!important;
  white-space:nowrap!important;
  padding-left:18px!important;
  padding-right:18px!important;
}

@media (max-width:640px){
  body.ssr-route-subscription-plans .ssr-dyn-1fadbba3{
    align-items:center!important;
    gap:12px 14px!important;
  }
  body.ssr-route-subscription-plans .ssr-dyn-1fadbba3 > a{
    flex:1 1 100%!important;
    width:100%!important;
    margin-left:0!important;
    margin-top:6px!important;
    min-height:46px!important;
    border-radius:18px!important;
  }
}

/* --------------------------------------------------------------------------
   User Support Tickets central UI (v32)
   Views: user/support.php, user/new_ticket.php, user/view_ticket.php
   Keeps support workflow untouched while removing old Tailwind/dark styling.
   -------------------------------------------------------------------------- */
body[class*="ssr-route-support"] .ssr-support-page{
  width:min(100%, 980px);
  margin:0;
  display:flex;
  flex-direction:column;
  gap:20px;
  color:var(--ssr-text);
}
body[class*="ssr-route-support"] .ssr-support-form-page,
body[class*="ssr-route-support"] .ssr-support-detail-page{
  max-width:880px;
}
body[class*="ssr-route-support"] .ssr-page-title{
  margin:0;
  color:var(--ssr-heading);
  font-size:clamp(26px, 4vw, 34px);
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:800;
}
body[class*="ssr-route-support"] .ssr-support-header,
body[class*="ssr-route-support"] .ssr-support-detail-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
body[class*="ssr-route-support"] .ssr-support-new-btn{
  min-height:44px;
  padding-inline:18px;
  font-size:14px;
  font-weight:750;
  white-space:nowrap;
}
body[class*="ssr-route-support"] .ssr-back-link{
  display:inline-flex;
  align-items:center;
  width:max-content;
  color:var(--ssr-muted)!important;
  font-size:14px;
  font-weight:650;
  text-decoration:none!important;
  transition:color .18s ease;
}
body[class*="ssr-route-support"] .ssr-back-link:hover{color:var(--ssr-primary)!important}
body[class*="ssr-route-support"] .ssr-support-card{
  background:#fff;
  border:1px solid var(--ssr-border-soft);
  border-radius:28px;
  box-shadow:var(--ssr-shadow-soft);
  color:var(--ssr-text);
}
body[class*="ssr-route-support"] .ssr-support-table-card{
  overflow:hidden;
}
body[class*="ssr-route-support"] .ssr-table-scroll{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
body[class*="ssr-route-support"] .ssr-support-table{
  min-width:720px;
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  background:#fff;
}
body[class*="ssr-route-support"] .ssr-support-table thead tr{
  background:color-mix(in srgb,var(--ssr-primary) 6%, #fff)!important;
}
body[class*="ssr-route-support"] .ssr-support-table th{
  padding:15px 18px!important;
  color:var(--ssr-muted)!important;
  font-size:12px!important;
  letter-spacing:.075em;
  text-transform:uppercase;
  font-weight:750!important;
  text-align:left;
  white-space:nowrap;
}
body[class*="ssr-route-support"] .ssr-support-table td{
  padding:16px 18px!important;
  color:var(--ssr-text)!important;
  font-size:14px;
  font-weight:500;
  vertical-align:middle;
  border-top:1px solid var(--ssr-border-soft);
}
body[class*="ssr-route-support"] .ssr-support-table tbody tr:hover{
  background:color-mix(in srgb,var(--ssr-primary) 4%, #fff)!important;
}
body[class*="ssr-route-support"] .ssr-support-ticket-id a{
  color:var(--ssr-primary)!important;
  font-weight:800;
  text-decoration:none;
}
body[class*="ssr-route-support"] .ssr-support-subject a{
  color:var(--ssr-heading)!important;
  font-weight:650;
  text-decoration:none;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
body[class*="ssr-route-support"] .ssr-support-subject a:hover{color:var(--ssr-primary)!important}
body[class*="ssr-route-support"] .ssr-support-date{
  color:var(--ssr-muted)!important;
  font-size:13px!important;
  white-space:nowrap;
}
body[class*="ssr-route-support"] .ssr-support-empty{
  height:160px;
  text-align:center!important;
  color:var(--ssr-muted)!important;
  font-size:15px!important;
}
body[class*="ssr-route-support"] .ssr-support-priority,
body[class*="ssr-route-support"] .ssr-support-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:6px 11px;
  border-radius:999px;
  border:1px solid transparent;
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.04em;
  white-space:nowrap;
}
body[class*="ssr-route-support"] .ssr-support-priority-low{background:#f8fafc;color:#64748b;border-color:#e2e8f0}
body[class*="ssr-route-support"] .ssr-support-priority-medium{background:#eff6ff;color:#2563eb;border-color:#bfdbfe}
body[class*="ssr-route-support"] .ssr-support-priority-high{background:#fffbeb;color:#d97706;border-color:#fde68a}
body[class*="ssr-route-support"] .ssr-support-priority-urgent{background:#fef2f2;color:#dc2626;border-color:#fecaca}
body[class*="ssr-route-support"] .ssr-support-status-open{background:#eff6ff;color:#2563eb;border-color:#bfdbfe}
body[class*="ssr-route-support"] .ssr-support-status-answered{background:#ecfdf5;color:#059669;border-color:#a7f3d0}
body[class*="ssr-route-support"] .ssr-support-status-closed{background:#f8fafc;color:#64748b;border-color:#e2e8f0}
body[class*="ssr-route-support"] .ssr-support-form{
  width:100%;
  padding:24px;
  display:flex;
  flex-direction:column;
  gap:18px;
}
body[class*="ssr-route-support"] .ssr-form-group{
  display:flex;
  flex-direction:column;
  gap:9px;
}
body[class*="ssr-route-support"] .ssr-form-group label{
  margin:0;
  color:var(--ssr-muted)!important;
  font-size:12px;
  font-weight:750;
  letter-spacing:.075em;
  text-transform:uppercase;
}
body[class*="ssr-route-support"] .ssr-form-control{
  width:100%!important;
  min-height:48px;
  padding:13px 15px!important;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid var(--ssr-border)!important;
  color:var(--ssr-heading)!important;
  font-size:15px!important;
  font-weight:500!important;
  box-shadow:0 1px 0 rgba(17,24,39,.02)!important;
}
body[class*="ssr-route-support"] .ssr-form-textarea{
  min-height:132px;
  resize:vertical;
  line-height:1.6;
}
body[class*="ssr-route-support"] .ssr-support-submit-btn{
  width:100%;
  min-height:50px;
  font-size:15px;
  font-weight:750;
}
body[class*="ssr-route-support"] .ssr-support-ticket-meta{
  margin:7px 0 0;
  color:var(--ssr-muted);
  font-size:13px;
  line-height:1.5;
  font-weight:500;
}
body[class*="ssr-route-support"] .ssr-support-thread{
  display:flex;
  flex-direction:column;
  gap:14px;
}
body[class*="ssr-route-support"] .ssr-support-message{
  padding:18px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--ssr-border-soft);
  box-shadow:var(--ssr-shadow-soft);
  color:var(--ssr-text);
}
body[class*="ssr-route-support"] .ssr-support-message-admin{
  border-color:color-mix(in srgb,var(--ssr-primary) 24%, var(--ssr-border-soft));
  background:linear-gradient(135deg, color-mix(in srgb,var(--ssr-primary) 7%, #fff), #fff 72%);
}
body[class*="ssr-route-support"] .ssr-support-message-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}
body[class*="ssr-route-support"] .ssr-support-avatar{
  width:38px;
  height:38px;
  border-radius:15px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  color:#fff;
  font-size:13px;
  font-weight:800;
  box-shadow:var(--ssr-shadow-soft);
}
body[class*="ssr-route-support"] .ssr-support-avatar-user{background:var(--ssr-gradient)}
body[class*="ssr-route-support"] .ssr-support-avatar-admin{background:linear-gradient(135deg,#10b981,#06b6d4)}
body[class*="ssr-route-support"] .ssr-support-message-name{
  color:var(--ssr-heading);
  font-size:14px;
  font-weight:700;
  line-height:1.25;
}
body[class*="ssr-route-support"] .ssr-support-message-time{
  color:var(--ssr-muted);
  font-size:12px;
  font-weight:500;
  margin-top:2px;
}
body[class*="ssr-route-support"] .ssr-support-message-body{
  color:var(--ssr-text);
  font-size:15px;
  line-height:1.72;
  font-weight:450;
  white-space:pre-line;
  overflow-wrap:anywhere;
}
body[class*="ssr-route-support"] .ssr-support-reply-card{
  padding:22px;
  display:flex;
  flex-direction:column;
  gap:14px;
}
body[class*="ssr-route-support"] .ssr-support-reply-form{
  display:flex;
  flex-direction:column;
  gap:14px;
}
body[class*="ssr-route-support"] .ssr-support-reply-form h3{
  margin:0;
  color:var(--ssr-heading);
  font-size:17px;
  line-height:1.25;
  font-weight:750;
}
body[class*="ssr-route-support"] .ssr-support-actions,
body[class*="ssr-route-support"] .ssr-support-close-form{
  display:flex;
  gap:12px;
}
body[class*="ssr-route-support"] .ssr-support-actions .ssr-btn,
body[class*="ssr-route-support"] .ssr-support-close-form .ssr-btn{
  min-height:46px;
  padding-inline:20px;
  font-size:14px;
  font-weight:750;
}
body[class*="ssr-route-support"] .ssr-support-close-form{
  margin-top:0;
}
body[class*="ssr-route-support"] .ssr-support-close-form .ssr-support-close-btn{
  background:#fff!important;
  color:var(--ssr-text)!important;
  border:1px solid var(--ssr-border)!important;
  box-shadow:var(--ssr-shadow-soft)!important;
}
body[class*="ssr-route-support"] .ssr-support-close-form .ssr-support-close-btn:hover{
  color:#dc2626!important;
  border-color:#fecaca!important;
  background:#fff5f5!important;
}
body[class*="ssr-route-support"] .ssr-support-closed-note{
  padding:22px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--ssr-border-soft);
  box-shadow:var(--ssr-shadow-soft);
  color:var(--ssr-muted);
  text-align:center;
  font-size:14px;
  font-weight:600;
}
@media (max-width:768px){
  body[class*="ssr-route-support"] .ssr-support-page{
    width:100%;
    gap:17px;
  }
  body[class*="ssr-route-support"] .ssr-support-header,
  body[class*="ssr-route-support"] .ssr-support-detail-header{
    align-items:flex-start;
    flex-direction:column;
  }
  body[class*="ssr-route-support"] .ssr-support-header .ssr-support-new-btn{
    width:100%;
  }
  body[class*="ssr-route-support"] .ssr-support-card{
    border-radius:24px;
  }
  body[class*="ssr-route-support"] .ssr-support-form,
  body[class*="ssr-route-support"] .ssr-support-reply-card{
    padding:18px;
  }
  body[class*="ssr-route-support"] .ssr-support-table{
    min-width:650px;
  }
  body[class*="ssr-route-support"] .ssr-support-table th,
  body[class*="ssr-route-support"] .ssr-support-table td{
    padding:14px 15px!important;
  }
  body[class*="ssr-route-support"] .ssr-support-message{
    padding:16px;
    border-radius:22px;
  }
  body[class*="ssr-route-support"] .ssr-support-actions,
  body[class*="ssr-route-support"] .ssr-support-close-form{
    display:flex;
    width:100%;
  }
  body[class*="ssr-route-support"] .ssr-support-actions .ssr-btn,
  body[class*="ssr-route-support"] .ssr-support-close-form .ssr-btn{
    width:100%;
  }
  body[class*="ssr-route-support"] .ssr-support-close-form{
    margin:0;
  }
}

/* =====================================================================
   User notifications page — central CSS v33
   Matches the lighter logged-in pages: Rewards, Referrals, Add Funds.
   ===================================================================== */
body.ssr-route-notifications .ssr-notifications-page{
  width:100%;
  max-width:900px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:18px;
}
body.ssr-route-notifications .ssr-notifications-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}
body.ssr-route-notifications .ssr-notifications-header h1{
  margin:0;
  color:var(--ssr-heading);
  font-size:clamp(28px,4vw,38px);
  line-height:1.05;
  letter-spacing:-.045em;
  font-weight:760;
}
body.ssr-route-notifications .ssr-notifications-header p{
  margin:8px 0 0;
  color:var(--ssr-muted);
  font-size:15px;
  line-height:1.55;
  font-weight:500;
}
body.ssr-route-notifications .ssr-notifications-header p strong{
  color:var(--ssr-primary);
  font-weight:650;
}
body.ssr-route-notifications .ssr-notifications-read-all{
  flex:0 0 auto;
  min-height:48px;
  padding:0 20px;
  border-radius:18px!important;
  font-size:14px!important;
  font-weight:650!important;
  color:var(--ssr-primary)!important;
}
body.ssr-route-notifications .ssr-notifications-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
body.ssr-route-notifications .ssr-notifications-tab{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:16px;
  background:#fff;
  border:1px solid var(--ssr-border-soft);
  color:var(--ssr-muted);
  box-shadow:0 10px 25px rgba(15,23,42,.035);
  font-size:14px;
  line-height:1;
  font-weight:650;
  text-decoration:none;
  transition:transform .18s ease, box-shadow .18s ease, color .18s ease, border-color .18s ease, background .18s ease;
}
body.ssr-route-notifications .ssr-notifications-tab:hover{
  transform:translateY(-1px);
  color:var(--ssr-heading);
  border-color:color-mix(in srgb,var(--ssr-primary) 22%, var(--ssr-border-soft));
}
body.ssr-route-notifications .ssr-notifications-tab.is-active{
  color:var(--ssr-primary);
  border-color:color-mix(in srgb,var(--ssr-primary) 24%, #fff);
  background:color-mix(in srgb,var(--ssr-primary) 8%, #fff);
  box-shadow:0 14px 34px color-mix(in srgb,var(--ssr-primary) 10%, transparent);
}
body.ssr-route-notifications .ssr-notifications-list{
  display:flex;
  flex-direction:column;
  gap:14px;
}
body.ssr-route-notifications .ssr-notification-card{
  position:relative;
  display:flex;
  align-items:flex-start;
  gap:16px;
  padding:20px 22px;
  border-radius:26px;
  background:#fff;
  border:1px solid var(--ssr-border-soft);
  box-shadow:var(--ssr-shadow-soft);
  color:var(--ssr-text);
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
body.ssr-route-notifications .ssr-notification-card:hover{
  transform:translateY(-1px);
  border-color:color-mix(in srgb,var(--ssr-primary) 18%, var(--ssr-border-soft));
  box-shadow:0 18px 42px rgba(15,23,42,.09);
}
body.ssr-route-notifications .ssr-notification-card.is-unread{
  border-color:color-mix(in srgb,var(--ssr-primary) 24%, var(--ssr-border-soft));
  background:linear-gradient(135deg, color-mix(in srgb,var(--ssr-primary) 5%, #fff), #fff 72%);
}
body.ssr-route-notifications .ssr-notification-card.is-read{
  opacity:.78;
}
body.ssr-route-notifications .ssr-notification-icon,
body.ssr-route-notifications .ssr-notification-modal-icon{
  width:50px;
  height:50px;
  border-radius:19px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  color:#2563eb;
  background:#eff6ff;
  border:1px solid #bfdbfe;
}
body.ssr-route-notifications .ssr-notification-icon svg,
body.ssr-route-notifications .ssr-notification-modal-icon svg{
  width:22px;
  height:22px;
}
body.ssr-route-notifications .ssr-notification-success .ssr-notification-icon,
body.ssr-route-notifications .ssr-notification-modal-icon.ssr-notification-success{
  color:#10b981;
  background:#ecfdf5;
  border-color:#a7f3d0;
}
body.ssr-route-notifications .ssr-notification-error .ssr-notification-icon,
body.ssr-route-notifications .ssr-notification-modal-icon.ssr-notification-error{
  color:#ef4444;
  background:#fef2f2;
  border-color:#fecaca;
}
body.ssr-route-notifications .ssr-notification-warning .ssr-notification-icon,
body.ssr-route-notifications .ssr-notification-modal-icon.ssr-notification-warning{
  color:#d97706;
  background:#fffbeb;
  border-color:#fde68a;
}
body.ssr-route-notifications .ssr-notification-info .ssr-notification-icon,
body.ssr-route-notifications .ssr-notification-modal-icon.ssr-notification-info{
  color:#3b82f6;
  background:#eff6ff;
  border-color:#bfdbfe;
}
body.ssr-route-notifications .ssr-notification-body{
  min-width:0;
  flex:1;
}
body.ssr-route-notifications .ssr-notification-topline{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}
body.ssr-route-notifications .ssr-notification-topline h2{
  margin:0;
  color:var(--ssr-heading);
  font-size:16px;
  line-height:1.28;
  font-weight:720;
  letter-spacing:-.015em;
}
body.ssr-route-notifications .ssr-notification-time-wrap{
  display:flex;
  align-items:center;
  gap:9px;
  flex:0 0 auto;
}
body.ssr-route-notifications .ssr-notification-dot{
  width:9px;
  height:9px;
  border-radius:999px;
  background:var(--ssr-primary);
  box-shadow:0 0 0 4px color-mix(in srgb,var(--ssr-primary) 10%, transparent);
}
body.ssr-route-notifications .ssr-notification-time-wrap time{
  color:var(--ssr-muted);
  font-size:12px;
  line-height:1.2;
  font-weight:500;
  white-space:nowrap;
}
body.ssr-route-notifications .ssr-notification-body p{
  margin:5px 0 0;
  color:var(--ssr-muted);
  font-size:14px;
  line-height:1.45;
  font-weight:450;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
body.ssr-route-notifications .ssr-notification-link-hint{
  display:inline-flex;
  margin-top:7px;
  color:var(--ssr-primary);
  font-size:13px;
  font-weight:600;
}
body.ssr-route-notifications .ssr-notifications-empty{
  padding:54px 22px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--ssr-border-soft);
  box-shadow:var(--ssr-shadow-soft);
  text-align:center;
}
body.ssr-route-notifications .ssr-notifications-empty-icon{
  font-size:38px;
  line-height:1;
  margin-bottom:14px;
}
body.ssr-route-notifications .ssr-notifications-empty p{
  margin:0;
  color:var(--ssr-heading);
  font-size:16px;
  font-weight:700;
}
body.ssr-route-notifications .ssr-notifications-empty span{
  display:block;
  margin-top:6px;
  color:var(--ssr-muted);
  font-size:14px;
  font-weight:500;
}
body.ssr-route-notifications .ssr-notifications-pagination{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  padding-top:8px;
  color:var(--ssr-muted);
  font-size:13px;
  font-weight:600;
}
body.ssr-route-notifications .ssr-notifications-page-btn{
  min-height:40px;
  padding:0 16px;
  display:inline-flex;
  align-items:center;
  border-radius:14px;
  background:#fff;
  border:1px solid var(--ssr-border-soft);
  color:var(--ssr-text);
  text-decoration:none;
  box-shadow:var(--ssr-shadow-soft);
}
body.ssr-route-notifications .ssr-notification-modal{
  position:fixed;
  inset:0;
  z-index:90;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:rgba(15,23,42,.52);
  backdrop-filter:blur(14px);
}
body.ssr-route-notifications .ssr-notification-modal-panel{
  width:100%;
  max-width:520px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(255,255,255,.75);
  box-shadow:0 28px 80px rgba(15,23,42,.24);
  overflow:hidden;
  color:var(--ssr-text);
}
body.ssr-route-notifications .ssr-notification-modal-head{
  display:flex;
  align-items:center;
  gap:14px;
  padding:20px 22px;
  border-bottom:1px solid var(--ssr-border-soft);
  background:linear-gradient(135deg, color-mix(in srgb,var(--ssr-primary) 5%, #fff), #fff);
}
body.ssr-route-notifications .ssr-notification-modal-title{
  min-width:0;
  flex:1;
}
body.ssr-route-notifications .ssr-notification-modal-title h3{
  margin:0;
  color:var(--ssr-heading);
  font-size:17px;
  line-height:1.25;
  font-weight:740;
  letter-spacing:-.015em;
}
body.ssr-route-notifications .ssr-notification-modal-title time{
  display:block;
  margin-top:4px;
  color:var(--ssr-muted);
  font-size:12px;
  font-weight:500;
}
body.ssr-route-notifications .ssr-notification-modal-close{
  width:42px;
  height:42px;
  border-radius:16px;
  display:grid;
  place-items:center;
  border:1px solid var(--ssr-border);
  background:#fff;
  color:var(--ssr-muted);
  transition:.18s ease;
}
body.ssr-route-notifications .ssr-notification-modal-close:hover{
  color:var(--ssr-heading);
  transform:translateY(-1px);
  box-shadow:var(--ssr-shadow-soft);
}
body.ssr-route-notifications .ssr-notification-modal-close svg{
  width:20px;
  height:20px;
}
body.ssr-route-notifications .ssr-notification-modal-body{
  padding:22px;
}
body.ssr-route-notifications .ssr-notification-modal-body p{
  margin:0;
  color:var(--ssr-text);
  font-size:15px;
  line-height:1.72;
  font-weight:450;
  white-space:pre-line;
}
body.ssr-route-notifications .ssr-notification-modal-actions{
  display:flex;
  gap:12px;
  padding:0 22px 22px;
}
body.ssr-route-notifications .ssr-notification-modal-actions .ssr-btn{
  flex:1;
  min-height:48px;
  font-size:14px;
  font-weight:700;
}
@media (max-width:640px){
  body.ssr-route-notifications .ssr-notifications-page{
    max-width:none;
    gap:16px;
  }
  body.ssr-route-notifications .ssr-notifications-header{
    align-items:flex-start;
    flex-direction:column;
    gap:14px;
  }
  body.ssr-route-notifications .ssr-notifications-read-all{
    align-self:flex-start;
  }
  body.ssr-route-notifications .ssr-notifications-tab{
    min-height:40px;
    padding:0 16px;
    font-size:13px;
    border-radius:15px;
  }
  body.ssr-route-notifications .ssr-notification-card{
    padding:17px;
    gap:13px;
    border-radius:24px;
  }
  body.ssr-route-notifications .ssr-notification-icon{
    width:44px;
    height:44px;
    border-radius:17px;
  }
  body.ssr-route-notifications .ssr-notification-icon svg{
    width:19px;
    height:19px;
  }
  body.ssr-route-notifications .ssr-notification-topline{
    align-items:flex-start;
    gap:10px;
  }
  body.ssr-route-notifications .ssr-notification-topline h2{
    font-size:15px;
  }
  body.ssr-route-notifications .ssr-notification-time-wrap{
    gap:7px;
  }
  body.ssr-route-notifications .ssr-notification-time-wrap time{
    font-size:11px;
  }
  body.ssr-route-notifications .ssr-notification-body p{
    font-size:13.5px;
  }
  body.ssr-route-notifications .ssr-notification-modal{
    align-items:flex-end;
    padding:12px;
  }
  body.ssr-route-notifications .ssr-notification-modal-panel{
    border-radius:26px;
  }
  body.ssr-route-notifications .ssr-notification-modal-head,
  body.ssr-route-notifications .ssr-notification-modal-body{
    padding:18px;
  }
  body.ssr-route-notifications .ssr-notification-modal-actions{
    padding:0 18px 18px;
    flex-direction:column;
  }
}

/* =====================================================================
   Service Updates page — central CSS v34
   Route: /service-updates
   ===================================================================== */
body.ssr-route-service-updates .ssr-service-updates-page{
  width:min(100%, 980px);
  margin:0 auto;
  padding:clamp(1.15rem, 3vw, 2rem);
  color:var(--ssr-text);
}

body.ssr-route-service-updates .ssr-service-updates-header{
  margin-bottom:1.15rem;
}

body.ssr-route-service-updates .ssr-service-updates-header h1{
  margin:0;
  color:var(--ssr-heading);
  font-size:clamp(1.55rem, 4vw, 2.15rem);
  line-height:1.12;
  letter-spacing:-.035em;
  font-weight:760;
}

body.ssr-route-service-updates .ssr-service-updates-header p{
  margin:.42rem 0 0;
  max-width:700px;
  color:var(--ssr-muted);
  font-size:clamp(.95rem, 2.5vw, 1.05rem);
  line-height:1.48;
  font-weight:480;
}

body.ssr-route-service-updates .ssr-service-update-filters{
  display:flex;
  flex-wrap:wrap;
  gap:.65rem;
  margin:0 0 1.2rem;
}

body.ssr-route-service-updates .ssr-service-update-filter{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:2.35rem;
  padding:.58rem 1.05rem;
  border-radius:999px;
  border:1px solid var(--ssr-border);
  background:rgba(255,255,255,.72);
  box-shadow:var(--ssr-shadow-sm);
  color:var(--ssr-text-soft);
  font-size:.86rem;
  line-height:1;
  font-weight:680;
  text-decoration:none;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

body.ssr-route-service-updates .ssr-service-update-filter:hover{
  transform:translateY(-1px);
  border-color:rgba(var(--ssr-primary-rgb), .24);
  color:var(--ssr-heading);
  box-shadow:var(--ssr-shadow-md);
}

body.ssr-route-service-updates .ssr-service-update-filter.is-active,
body.ssr-route-service-updates .ssr-service-update-filter--all.is-active{
  background:var(--ssr-gradient);
  border-color:transparent;
  color:#fff;
  box-shadow:var(--ssr-glow);
}

body.ssr-route-service-updates .ssr-service-update-filter--new:not(.is-active),
body.ssr-route-service-updates .ssr-service-update-filter--down:not(.is-active),
body.ssr-route-service-updates .ssr-service-update-filter--enabled:not(.is-active){
  background:rgba(16,185,129,.09);
  border-color:rgba(16,185,129,.18);
  color:#0F9F75;
}

body.ssr-route-service-updates .ssr-service-update-filter--up:not(.is-active){
  background:rgba(248,113,113,.10);
  border-color:rgba(248,113,113,.18);
  color:#DC5B63;
}

body.ssr-route-service-updates .ssr-service-update-filter--disabled:not(.is-active){
  background:rgba(100,116,139,.10);
  border-color:rgba(100,116,139,.18);
  color:#64748B;
}

body.ssr-route-service-updates .ssr-service-update-stats{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:.9rem;
  margin-bottom:1.2rem;
}

body.ssr-route-service-updates .ssr-service-update-stat{
  min-height:7rem;
  padding:1.05rem;
  border:1px solid var(--ssr-border);
  border-radius:var(--ssr-radius-lg);
  background:rgba(255,255,255,.78);
  box-shadow:var(--ssr-shadow-sm);
}

body.ssr-route-service-updates .ssr-service-update-stat-label{
  display:block;
  color:var(--ssr-muted);
  font-size:.78rem;
  font-weight:710;
  line-height:1.25;
  letter-spacing:.065em;
  text-transform:uppercase;
}

body.ssr-route-service-updates .ssr-service-update-stat strong{
  display:block;
  margin-top:.55rem;
  color:var(--ssr-heading);
  font-size:clamp(1.35rem, 4vw, 1.9rem);
  line-height:1;
  font-weight:760;
  letter-spacing:-.035em;
}

body.ssr-route-service-updates .ssr-service-update-stat small{
  display:block;
  margin-top:.42rem;
  color:var(--ssr-faint);
  font-size:.84rem;
  font-weight:520;
}

body.ssr-route-service-updates .ssr-service-update-stat--new,
body.ssr-route-service-updates .ssr-service-update-stat--down{
  background:linear-gradient(135deg, rgba(16,185,129,.11), rgba(255,255,255,.80));
  border-color:rgba(16,185,129,.18);
}
body.ssr-route-service-updates .ssr-service-update-stat--up{
  background:linear-gradient(135deg, rgba(248,113,113,.11), rgba(255,255,255,.80));
  border-color:rgba(248,113,113,.18);
}
body.ssr-route-service-updates .ssr-service-update-stat--status{
  background:linear-gradient(135deg, rgba(96,165,250,.12), rgba(255,255,255,.80));
  border-color:rgba(96,165,250,.20);
}

body.ssr-route-service-updates .ssr-service-updates-card{
  overflow:hidden;
  border:1px solid var(--ssr-border);
  border-radius:var(--ssr-radius-xl);
  background:rgba(255,255,255,.84);
  box-shadow:var(--ssr-shadow-sm);
}

body.ssr-route-service-updates .ssr-service-updates-empty{
  padding:4rem 1.25rem;
  text-align:center;
  color:var(--ssr-faint);
}
body.ssr-route-service-updates .ssr-service-updates-empty svg{
  width:3rem;
  height:3rem;
  margin:0 auto .75rem;
  opacity:.35;
}
body.ssr-route-service-updates .ssr-service-updates-empty p{
  margin:0;
  font-size:.95rem;
  font-weight:560;
}

body.ssr-route-service-updates .ssr-service-update-mobile-list{
  display:none;
}

body.ssr-route-service-updates .ssr-service-updates-table-wrap{
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}

body.ssr-route-service-updates .ssr-service-updates-table{
  width:100%;
  min-width:820px;
  border-collapse:separate;
  border-spacing:0;
  color:var(--ssr-text);
  font-size:.9rem;
}

body.ssr-route-service-updates .ssr-service-updates-table thead th{
  padding:.95rem 1rem;
  background:var(--ssr-bg-tint);
  border-bottom:1px solid var(--ssr-border);
  color:var(--ssr-muted);
  font-size:.72rem;
  line-height:1.2;
  font-weight:760;
  letter-spacing:.075em;
  text-transform:uppercase;
  text-align:left;
  white-space:nowrap;
}

body.ssr-route-service-updates .ssr-service-updates-table tbody td{
  padding:1rem;
  border-bottom:1px solid var(--ssr-border-soft);
  vertical-align:middle;
  color:var(--ssr-text);
  font-weight:520;
}

body.ssr-route-service-updates .ssr-service-updates-table tbody tr:hover{
  background:rgba(var(--ssr-primary-rgb), .025);
}

body.ssr-route-service-updates .ssr-service-update-id{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--ssr-primary);
  font-weight:720;
  letter-spacing:.01em;
}

body.ssr-route-service-updates .ssr-service-update-service-name{
  display:-webkit-box;
  max-width:320px;
  overflow:hidden;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  color:var(--ssr-heading);
  font-size:.92rem;
  line-height:1.35;
  font-weight:650;
}

body.ssr-route-service-updates .ssr-service-update-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.32rem;
  min-height:2rem;
  padding:.42rem .72rem;
  border-radius:999px;
  border:1px solid var(--ssr-border);
  white-space:nowrap;
  font-size:.76rem;
  line-height:1;
  font-weight:760;
}

body.ssr-route-service-updates .ssr-service-update-badge--new,
body.ssr-route-service-updates .ssr-service-update-badge--down,
body.ssr-route-service-updates .ssr-service-update-badge--enabled{
  color:#0F9F75;
  border-color:rgba(16,185,129,.22);
  background:rgba(16,185,129,.10);
}
body.ssr-route-service-updates .ssr-service-update-badge--up{
  color:#DC5B63;
  border-color:rgba(248,113,113,.24);
  background:rgba(248,113,113,.10);
}
body.ssr-route-service-updates .ssr-service-update-badge--disabled{
  color:#64748B;
  border-color:rgba(100,116,139,.22);
  background:rgba(100,116,139,.10);
}

body.ssr-route-service-updates .ssr-service-updates-table td strong,
body.ssr-route-service-updates .ssr-service-update-change{
  color:var(--ssr-heading);
  font-weight:720;
}
body.ssr-route-service-updates .ssr-service-updates-table time{
  display:inline-flex;
  flex-direction:column;
  gap:.15rem;
  color:var(--ssr-muted);
  font-size:.82rem;
  font-weight:560;
}
body.ssr-route-service-updates .ssr-service-updates-table time span{
  color:var(--ssr-faint);
  font-size:.78rem;
}

body.ssr-route-service-updates .ssr-service-updates-pagination{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding:.95rem 1rem;
  border-top:1px solid var(--ssr-border);
  background:rgba(255,255,255,.58);
}
body.ssr-route-service-updates .ssr-service-updates-pagination span{
  color:var(--ssr-muted);
  font-size:.84rem;
  font-weight:560;
}
body.ssr-route-service-updates .ssr-service-updates-pagination div{
  display:flex;
  gap:.5rem;
}
body.ssr-route-service-updates .ssr-service-updates-pagination a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:2.15rem;
  padding:.45rem .85rem;
  border:1px solid var(--ssr-border);
  border-radius:999px;
  background:#fff;
  color:var(--ssr-heading);
  font-size:.82rem;
  font-weight:680;
  text-decoration:none;
}
body.ssr-route-service-updates .ssr-service-updates-pagination a:hover{
  border-color:rgba(var(--ssr-primary-rgb), .24);
  color:var(--ssr-primary);
}

@media (max-width: 760px){
  body.ssr-route-service-updates .ssr-service-updates-page{
    padding:1.2rem 1rem 2rem;
  }
  body.ssr-route-service-updates .ssr-service-update-filters{
    gap:.55rem;
    margin-bottom:1rem;
  }
  body.ssr-route-service-updates .ssr-service-update-filter{
    min-height:2.18rem;
    padding:.52rem .9rem;
    font-size:.8rem;
    box-shadow:none;
  }
  body.ssr-route-service-updates .ssr-service-update-stats{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:.72rem;
  }
  body.ssr-route-service-updates .ssr-service-update-stat{
    min-height:5.9rem;
    padding:.9rem;
    border-radius:1.25rem;
  }
  body.ssr-route-service-updates .ssr-service-update-stat strong{
    font-size:1.45rem;
  }
  body.ssr-route-service-updates .ssr-service-updates-card{
    border-radius:1.35rem;
    background:transparent;
    border:0;
    box-shadow:none;
    overflow:visible;
  }
  body.ssr-route-service-updates .ssr-service-updates-table-wrap{
    display:none;
  }
  body.ssr-route-service-updates .ssr-service-update-mobile-list{
    display:grid;
    gap:.85rem;
  }
  body.ssr-route-service-updates .ssr-service-update-mobile-card{
    padding:1rem;
    border:1px solid var(--ssr-border);
    border-radius:1.35rem;
    background:rgba(255,255,255,.84);
    box-shadow:var(--ssr-shadow-sm);
  }
  body.ssr-route-service-updates .ssr-service-update-mobile-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:.8rem;
  }
  body.ssr-route-service-updates .ssr-service-update-mobile-service{
    min-width:0;
    flex:1;
  }
  body.ssr-route-service-updates .ssr-service-update-mobile-service h2{
    display:-webkit-box;
    margin:.2rem 0 0;
    overflow:hidden;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    color:var(--ssr-heading);
    font-size:.98rem;
    line-height:1.35;
    font-weight:650;
    letter-spacing:-.01em;
  }
  body.ssr-route-service-updates .ssr-service-update-mobile-card .ssr-service-update-badge{
    flex:0 0 auto;
    max-width:46%;
    min-height:1.95rem;
    padding:.4rem .62rem;
    font-size:.73rem;
  }
  body.ssr-route-service-updates .ssr-service-update-price-row{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:.45rem;
    margin-top:.75rem;
    color:var(--ssr-muted);
    font-size:.86rem;
    font-weight:560;
  }
  body.ssr-route-service-updates .ssr-service-update-price-row strong{
    color:var(--ssr-heading);
    font-weight:730;
  }
  body.ssr-route-service-updates .ssr-service-update-price-row em{
    color:var(--ssr-primary);
    font-style:normal;
    font-weight:720;
  }
  body.ssr-route-service-updates .ssr-service-update-mobile-card time{
    display:block;
    margin-top:.45rem;
    color:var(--ssr-faint);
    font-size:.78rem;
    font-weight:520;
  }
  body.ssr-route-service-updates .ssr-service-updates-pagination{
    margin-top:.85rem;
    border:1px solid var(--ssr-border);
    border-radius:1.25rem;
    background:#fff;
  }
}

/* =======================================================================
   User Profile page — centralized light premium UI
   Source view: application/views/user/profile.php
   ======================================================================= */
body.ssr-route-profile .ssr-profile-page{
  width:min(920px, 100%);
  display:flex;
  flex-direction:column;
  gap:18px;
  color:var(--ssr-text);
}
body.ssr-route-profile .ssr-profile-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:2px;
}
body.ssr-route-profile .ssr-profile-header h1{
  margin:0;
  color:var(--ssr-heading);
  font-size:clamp(27px, 3.2vw, 34px);
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:760;
}
body.ssr-route-profile .ssr-profile-header p{
  margin:8px 0 0;
  max-width:620px;
  color:var(--ssr-muted);
  font-size:15px;
  line-height:1.55;
  font-weight:450;
}
body.ssr-route-profile .ssr-profile-alert{
  width:100%;
  display:flex;
  align-items:center;
  gap:10px;
  padding:13px 16px;
  border-radius:18px;
  border:1px solid var(--ssr-border-soft);
  background:#fff;
  box-shadow:var(--ssr-shadow-soft);
  font-size:14px;
  font-weight:650;
}
body.ssr-route-profile .ssr-profile-alert-success{
  color:var(--ssr-success);
  background:color-mix(in srgb,var(--ssr-success) 7%,#fff);
  border-color:color-mix(in srgb,var(--ssr-success) 22%,var(--ssr-border));
}
body.ssr-route-profile .ssr-profile-alert-error{
  color:#dc2626;
  background:color-mix(in srgb,#ef4444 7%,#fff);
  border-color:color-mix(in srgb,#ef4444 22%,var(--ssr-border));
}
body.ssr-route-profile .ssr-profile-card{
  width:100%;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--ssr-border-soft);
  box-shadow:var(--ssr-shadow-soft);
  padding:24px;
  color:var(--ssr-text);
}
body.ssr-route-profile .ssr-profile-section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:16px;
}
body.ssr-route-profile .ssr-profile-section-head h2,
body.ssr-route-profile .ssr-profile-push-card h2{
  margin:0;
  color:var(--ssr-heading);
  font-size:18px;
  line-height:1.25;
  letter-spacing:-.018em;
  font-weight:720;
}
body.ssr-route-profile .ssr-profile-status-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:12px;
}
body.ssr-route-profile .ssr-profile-status-card{
  --ssr-profile-accent:var(--ssr-primary);
  display:flex;
  flex-direction:column;
  min-height:98px;
  gap:4px;
  padding:16px;
  border-radius:22px;
  background:color-mix(in srgb,var(--ssr-profile-accent) 7%,#fff);
  border:1px solid color-mix(in srgb,var(--ssr-profile-accent) 22%,var(--ssr-border));
  color:var(--ssr-text);
  text-decoration:none;
  box-shadow:0 10px 26px rgba(17,24,39,.04);
}
body.ssr-route-profile .ssr-profile-status-card:hover{
  text-decoration:none;
  transform:translateY(-1px);
  border-color:color-mix(in srgb,var(--ssr-profile-accent) 34%,var(--ssr-border));
}
body.ssr-route-profile .ssr-profile-status-label{
  color:color-mix(in srgb,var(--ssr-profile-accent) 76%,var(--ssr-muted));
  font-size:11px;
  letter-spacing:.09em;
  text-transform:uppercase;
  font-weight:760;
}
body.ssr-route-profile .ssr-profile-status-title{
  color:var(--ssr-heading);
  font-size:16px;
  line-height:1.25;
  letter-spacing:-.016em;
  font-weight:720;
}
body.ssr-route-profile .ssr-profile-status-meta{
  color:var(--ssr-muted);
  font-size:12.5px;
  line-height:1.45;
  font-weight:500;
}
body.ssr-route-profile .ssr-profile-rank-new{--ssr-profile-accent:#94A3B8;}
body.ssr-route-profile .ssr-profile-rank-junior{--ssr-profile-accent:#60A5FA;}
body.ssr-route-profile .ssr-profile-rank-senior{--ssr-profile-accent:#A78BFA;}
body.ssr-route-profile .ssr-profile-rank-premium{--ssr-profile-accent:#FBBF24;}
body.ssr-route-profile .ssr-profile-rank-vip{--ssr-profile-accent:#34D399;}
body.ssr-route-profile .ssr-profile-upgrade-card{
  border-style:dashed;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:var(--ssr-gradient-soft);
}
body.ssr-route-profile .ssr-profile-rank-progress{
  --ssr-profile-accent:var(--ssr-primary);
  margin-top:16px;
  padding:16px;
  border-radius:22px;
  background:var(--ssr-bg-soft);
  border:1px solid var(--ssr-border-soft);
}
body.ssr-route-profile .ssr-profile-progress-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:var(--ssr-muted);
  font-size:12.5px;
  line-height:1.35;
  font-weight:620;
}
body.ssr-route-profile .ssr-profile-progress-top strong{
  color:var(--ssr-heading);
  font-weight:720;
}
body.ssr-route-profile .ssr-profile-progress-track{
  width:100%;
  height:9px;
  margin-top:9px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--ssr-border-soft);
  overflow:hidden;
}
body.ssr-route-profile .ssr-profile-progress-fill{
  width:var(--ssr-profile-progress,0%);
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--ssr-profile-accent),color-mix(in srgb,var(--ssr-profile-accent) 72%,#fff));
  transition:width .35s ease;
}
body.ssr-route-profile .ssr-profile-progress-note{
  margin-top:7px;
  color:var(--ssr-muted);
  font-size:12px;
  line-height:1.45;
  font-weight:500;
}
body.ssr-route-profile .ssr-profile-summary-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:16px;
}
body.ssr-route-profile .ssr-profile-summary-card{
  min-height:78px;
  padding:14px;
  border-radius:20px;
  background:var(--ssr-bg-soft);
  border:1px solid var(--ssr-border-soft);
}
body.ssr-route-profile .ssr-profile-summary-card span{
  display:block;
  margin-bottom:6px;
  color:var(--ssr-muted);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:760;
}
body.ssr-route-profile .ssr-profile-summary-card strong{
  color:var(--ssr-heading);
  font-size:17px;
  line-height:1.2;
  font-weight:750;
}
body.ssr-route-profile .ssr-profile-summary-card.is-positive strong{color:var(--ssr-success);}
body.ssr-route-profile .ssr-profile-summary-card.is-warning strong{color:#f59e0b;}
body.ssr-route-profile .ssr-profile-summary-card.is-purple strong{color:#a855f7;}
body.ssr-route-profile .ssr-profile-form-card{
  display:flex;
  flex-direction:column;
  gap:15px;
}
body.ssr-route-profile .ssr-profile-form-grid{
  display:grid;
  gap:14px;
}
body.ssr-route-profile .ssr-profile-form-grid.two-cols{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
body.ssr-route-profile .ssr-profile-field{
  display:flex;
  flex-direction:column;
  gap:7px;
}
body.ssr-route-profile .ssr-profile-field label{
  color:var(--ssr-muted)!important;
  font-size:12px;
  line-height:1.2;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-weight:720;
}
body.ssr-route-profile .ssr-profile-field input,
body.ssr-route-profile .ssr-profile-field select{
  width:100%!important;
  min-height:48px!important;
  padding:0 15px!important;
  border-radius:17px!important;
  border:1px solid var(--ssr-border)!important;
  background:#fff!important;
  color:var(--ssr-heading)!important;
  font-size:14px!important;
  font-weight:520!important;
  box-shadow:0 1px 0 rgba(17,24,39,.02)!important;
}
body.ssr-route-profile .ssr-profile-field input:disabled{
  color:var(--ssr-muted)!important;
  background:var(--ssr-bg-soft)!important;
  cursor:not-allowed;
  opacity:1!important;
}
body.ssr-route-profile .ssr-profile-btn{
  width:max-content;
  min-height:46px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border-radius:999px;
  border:1px solid transparent;
  font-size:14px;
  font-weight:760;
  letter-spacing:-.01em;
  transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease, border-color .18s ease;
}
body.ssr-route-profile .ssr-profile-btn:hover{transform:translateY(-1px);}
body.ssr-route-profile .ssr-profile-btn-primary{
  color:#fff;
  background:var(--ssr-gradient);
  box-shadow:var(--ssr-glow);
}
body.ssr-route-profile .ssr-profile-btn-danger{
  color:#dc2626;
  background:color-mix(in srgb,#ef4444 8%,#fff);
  border-color:color-mix(in srgb,#ef4444 20%,var(--ssr-border));
}
body.ssr-route-profile .ssr-profile-info-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
body.ssr-route-profile .ssr-profile-info-grid div{
  min-height:54px;
  padding:13px 14px;
  border-radius:18px;
  background:var(--ssr-bg-soft);
  border:1px solid var(--ssr-border-soft);
  color:var(--ssr-muted);
  font-size:13px;
  line-height:1.35;
}
body.ssr-route-profile .ssr-profile-info-grid span{
  color:var(--ssr-muted);
  font-weight:560;
}
body.ssr-route-profile .ssr-profile-info-grid strong{
  color:var(--ssr-heading);
  font-weight:700;
}
body.ssr-route-profile .ssr-profile-info-grid strong.is-warning{color:#f59e0b;}
body.ssr-route-profile .ssr-profile-card-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}
body.ssr-route-profile .ssr-profile-push-card p{
  margin:7px 0 0;
  color:var(--ssr-muted);
  font-size:13px;
  line-height:1.55;
  font-weight:450;
}
body.ssr-route-profile .ssr-profile-push-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:26px;
  padding:0 11px;
  border-radius:999px;
  background:var(--ssr-bg-soft);
  border:1px solid var(--ssr-border-soft);
  color:var(--ssr-muted);
  font-size:11px;
  font-weight:760;
  white-space:nowrap;
}
body.ssr-route-profile .ssr-profile-push-widget{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  padding:14px;
  border-radius:20px;
  background:var(--ssr-bg-soft);
  border:1px solid var(--ssr-border-soft);
}
body.ssr-route-profile .ssr-profile-push-loading,
body.ssr-route-profile #push-profile-widget .ssr-u-561e8018,
body.ssr-route-profile #push-profile-widget .ssr-u-71b0157a{
  color:var(--ssr-muted)!important;
  font-size:13px!important;
  font-weight:620!important;
}
body.ssr-route-profile #push-profile-widget .ssr-u-c367548a{
  display:flex!important;
  align-items:center!important;
  gap:11px!important;
  color:var(--ssr-text)!important;
}
body.ssr-route-profile #push-profile-widget .ssr-u-e5e6f834{
  width:38px!important;
  height:38px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:15px!important;
  background:var(--ssr-gradient-soft)!important;
  color:var(--ssr-primary)!important;
}
body.ssr-route-profile #push-profile-widget .ssr-u-3587201c,
body.ssr-route-profile #push-profile-widget .ssr-u-83d6794f{
  color:var(--ssr-heading)!important;
  font-size:14px!important;
  font-weight:720!important;
  line-height:1.25!important;
}
body.ssr-route-profile #push-profile-widget .ssr-u-c1e05aec{
  color:var(--ssr-muted)!important;
  font-size:12.5px!important;
  font-weight:500!important;
  line-height:1.35!important;
  margin-top:2px!important;
}
body.ssr-route-profile #push-profile-widget .ssr-u-ebdef3c8,
body.ssr-route-profile #push-profile-widget .ssr-u-7aaa38a7{
  min-height:40px!important;
  padding:0 16px!important;
  border-radius:999px!important;
  border:1px solid var(--ssr-border)!important;
  background:#fff!important;
  color:var(--ssr-heading)!important;
  font-size:13px!important;
  font-weight:720!important;
  box-shadow:var(--ssr-shadow-soft)!important;
}
body.ssr-route-profile #push-profile-widget .ssr-u-7aaa38a7{
  color:#fff!important;
  border-color:transparent!important;
  background:var(--ssr-gradient)!important;
  box-shadow:var(--ssr-glow)!important;
}
body.ssr-route-profile .ssr-profile-push-note{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:12px;
  color:var(--ssr-muted);
  font-size:12px;
  line-height:1.45;
  font-weight:520;
}
body.ssr-route-profile .ssr-profile-push-note svg{
  width:15px;
  height:15px;
  flex:0 0 auto;
}
@media (max-width:760px){
  body.ssr-route-profile .ssr-profile-page{
    gap:16px;
  }
  body.ssr-route-profile .ssr-profile-header h1{
    font-size:30px;
  }
  body.ssr-route-profile .ssr-profile-header p{
    font-size:14.5px;
  }
  body.ssr-route-profile .ssr-profile-card{
    padding:18px;
    border-radius:26px;
  }
  body.ssr-route-profile .ssr-profile-status-grid,
  body.ssr-route-profile .ssr-profile-summary-grid,
  body.ssr-route-profile .ssr-profile-form-grid.two-cols,
  body.ssr-route-profile .ssr-profile-info-grid{
    grid-template-columns:1fr;
  }
  body.ssr-route-profile .ssr-profile-status-card{
    min-height:auto;
    padding:15px;
  }
  body.ssr-route-profile .ssr-profile-progress-top{
    align-items:flex-start;
    flex-direction:column;
    gap:4px;
  }
  body.ssr-route-profile .ssr-profile-card-row{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }
  body.ssr-route-profile .ssr-profile-btn,
  body.ssr-route-profile .ssr-profile-push-widget button{
    width:100%!important;
  }
}
body.ssr-route-profile .ssr-profile-capitalize{text-transform:capitalize;}

/* =======================================================================
   User remaining pages batch cleanup v36
   Scope: Mass Order, Add Funds, Fund History, API, Announcements, Referral
   Goal: keep existing layouts/data/workflows, normalize UI from central CSS.
   ======================================================================= */
body.ssr-route-mass-order,
body.ssr-route-add-funds,
body.ssr-route-transactions,
body.ssr-route-api,
body.ssr-route-announcements,
body.ssr-route-referral{
  --ssr-user-page-max: 1040px;
  color:var(--ssr-text)!important;
}
body.ssr-route-mass-order main,
body.ssr-route-add-funds main,
body.ssr-route-transactions main,
body.ssr-route-api main,
body.ssr-route-announcements main,
body.ssr-route-referral main{
  font-size:15px;
  line-height:1.55;
  letter-spacing:-.01em;
}
body.ssr-route-mass-order main > div,
body.ssr-route-add-funds main > div,
body.ssr-route-transactions main > div,
body.ssr-route-api main > div,
body.ssr-route-announcements main > div,
body.ssr-route-referral main > div{
  width:100%;
  max-width:var(--ssr-user-page-max);
  margin-inline:auto;
}
body.ssr-route-mass-order h1,
body.ssr-route-add-funds h1,
body.ssr-route-transactions h1,
body.ssr-route-api h1,
body.ssr-route-announcements h1,
body.ssr-route-referral h1{
  color:var(--ssr-heading)!important;
  font-size:clamp(28px, 3.1vw, 38px)!important;
  line-height:1.08!important;
  letter-spacing:-.045em!important;
  font-weight:760!important;
}
body.ssr-route-mass-order h2,
body.ssr-route-add-funds h2,
body.ssr-route-transactions h2,
body.ssr-route-api h2,
body.ssr-route-announcements h2,
body.ssr-route-referral h2,
body.ssr-route-mass-order h3,
body.ssr-route-add-funds h3,
body.ssr-route-transactions h3,
body.ssr-route-api h3,
body.ssr-route-announcements h3,
body.ssr-route-referral h3{
  color:var(--ssr-heading)!important;
  font-weight:700!important;
  letter-spacing:-.025em!important;
}
body.ssr-route-mass-order .font-extrabold,
body.ssr-route-add-funds .font-extrabold,
body.ssr-route-transactions .font-extrabold,
body.ssr-route-api .font-extrabold,
body.ssr-route-announcements .font-extrabold,
body.ssr-route-referral .font-extrabold{
  font-weight:740!important;
}
body.ssr-route-mass-order .font-bold,
body.ssr-route-add-funds .font-bold,
body.ssr-route-transactions .font-bold,
body.ssr-route-api .font-bold,
body.ssr-route-announcements .font-bold,
body.ssr-route-referral .font-bold{
  font-weight:690!important;
}
body.ssr-route-mass-order p,
body.ssr-route-add-funds p,
body.ssr-route-transactions p,
body.ssr-route-api p,
body.ssr-route-announcements p,
body.ssr-route-referral p,
body.ssr-route-mass-order .text-sm,
body.ssr-route-add-funds .text-sm,
body.ssr-route-transactions .text-sm,
body.ssr-route-api .text-sm,
body.ssr-route-announcements .text-sm,
body.ssr-route-referral .text-sm{
  color:var(--ssr-muted)!important;
}
body.ssr-route-mass-order a,
body.ssr-route-add-funds a,
body.ssr-route-transactions a,
body.ssr-route-api a,
body.ssr-route-announcements a,
body.ssr-route-referral a{
  text-decoration:none;
}
body.ssr-route-mass-order .text-brand,
body.ssr-route-add-funds .text-brand,
body.ssr-route-transactions .text-brand,
body.ssr-route-api .text-brand,
body.ssr-route-announcements .text-brand,
body.ssr-route-referral .text-brand{
  color:var(--ssr-primary)!important;
}
body.ssr-route-mass-order .card-dark,
body.ssr-route-add-funds .card-dark,
body.ssr-route-transactions .card-dark,
body.ssr-route-api .card-dark,
body.ssr-route-announcements .card-dark,
body.ssr-route-referral .card-dark,
body.ssr-route-add-funds .rounded-2xl.bg-white\/\[0\.02\],
body.ssr-route-transactions .rounded-2xl.bg-white\/\[0\.02\],
body.ssr-route-api .rounded-2xl,
body.ssr-route-announcements .rounded-2xl,
body.ssr-route-referral .rounded-2xl{
  background:var(--ssr-card)!important;
  border:1px solid var(--ssr-border-soft)!important;
  border-radius:28px!important;
  box-shadow:var(--ssr-shadow)!important;
  color:var(--ssr-text)!important;
}
body.ssr-route-mass-order .bg-white\/\[0\.02\],
body.ssr-route-mass-order .bg-white\/\[0\.03\],
body.ssr-route-add-funds .bg-white\/\[0\.02\],
body.ssr-route-add-funds .bg-white\/\[0\.03\],
body.ssr-route-transactions .bg-white\/\[0\.02\],
body.ssr-route-api .bg-slate-50,
body.ssr-route-api .dark\:bg-white\/5,
body.ssr-route-referral .bg-white\/5,
body.ssr-route-announcements .bg-white\/5{
  background:var(--ssr-bg-soft)!important;
}
body.ssr-route-mass-order .border-white\/5,
body.ssr-route-mass-order .border-white\/10,
body.ssr-route-add-funds .border-white\/5,
body.ssr-route-add-funds .border-white\/10,
body.ssr-route-transactions .border-white\/5,
body.ssr-route-transactions .border-white\/10,
body.ssr-route-api .border-slate-200,
body.ssr-route-referral .border-white\/5,
body.ssr-route-referral .border-white\/10,
body.ssr-route-announcements .border-white\/5,
body.ssr-route-announcements .border-white\/10{
  border-color:var(--ssr-border-soft)!important;
}
body.ssr-route-mass-order input,
body.ssr-route-mass-order textarea,
body.ssr-route-mass-order select,
body.ssr-route-add-funds input,
body.ssr-route-add-funds textarea,
body.ssr-route-add-funds select,
body.ssr-route-transactions input,
body.ssr-route-transactions textarea,
body.ssr-route-transactions select,
body.ssr-route-api input,
body.ssr-route-api textarea,
body.ssr-route-api select,
body.ssr-route-referral input,
body.ssr-route-referral textarea,
body.ssr-route-referral select{
  min-height:46px;
  border-radius:16px!important;
  border-color:var(--ssr-border)!important;
  background:#fff!important;
  color:var(--ssr-heading)!important;
  font-size:14px!important;
  font-weight:520!important;
}
body.ssr-route-mass-order textarea{
  min-height:260px;
  padding:16px!important;
  font-size:12.5px!important;
  line-height:1.65!important;
  font-weight:500!important;
  resize:vertical;
}
body.ssr-route-mass-order .font-mono,
body.ssr-route-add-funds .font-mono,
body.ssr-route-api .font-mono,
body.ssr-route-referral .font-mono{
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace!important;
  letter-spacing:-.015em;
}
body.ssr-route-mass-order label,
body.ssr-route-add-funds label,
body.ssr-route-transactions label,
body.ssr-route-api label,
body.ssr-route-referral label{
  color:var(--ssr-text-soft)!important;
  font-size:12.5px!important;
  font-weight:680!important;
}
body.ssr-route-mass-order table,
body.ssr-route-add-funds table,
body.ssr-route-transactions table,
body.ssr-route-api table,
body.ssr-route-referral table{
  background:#fff!important;
  color:var(--ssr-text)!important;
}
body.ssr-route-mass-order th,
body.ssr-route-add-funds th,
body.ssr-route-transactions th,
body.ssr-route-api th,
body.ssr-route-referral th{
  background:var(--ssr-bg-tint)!important;
  color:var(--ssr-muted)!important;
  font-size:11px!important;
  font-weight:760!important;
  letter-spacing:.08em!important;
}
body.ssr-route-mass-order td,
body.ssr-route-add-funds td,
body.ssr-route-transactions td,
body.ssr-route-api td,
body.ssr-route-referral td{
  color:var(--ssr-text)!important;
  font-size:13.5px!important;
  font-weight:520!important;
}
body.ssr-route-mass-order .btn-brand,
body.ssr-route-add-funds .btn-brand,
body.ssr-route-transactions .btn-brand,
body.ssr-route-api .btn-brand,
body.ssr-route-referral .btn-brand,
body.ssr-route-mass-order button[type="button"],
body.ssr-route-add-funds button[type="button"],
body.ssr-route-transactions button[type="button"],
body.ssr-route-api button[type="submit"],
body.ssr-route-referral button{
  border-radius:999px!important;
  font-weight:720!important;
}

/* Mass Order page specific cleanup */
body.ssr-route-mass-order .max-w-4xl{max-width:1040px!important;}
body.ssr-route-mass-order .grid.lg\:grid-cols-2{align-items:start;}
body.ssr-route-mass-order .bg-navy-950{
  background:#0f172a!important;
  color:#d1fae5!important;
  border:1px solid rgba(255,255,255,.08)!important;
}
body.ssr-route-mass-order .bg-navy-950 .text-slate-600,
body.ssr-route-mass-order .bg-navy-950 span{
  color:rgba(209,250,229,.58)!important;
}
body.ssr-route-mass-order [x-show="preview.length > 0"] .card-dark,
body.ssr-route-mass-order [x-show="preview.length === 0"].card-dark{
  border-radius:24px!important;
}
body.ssr-route-mass-order .ssr-u-2363a72e{
  max-height:520px;
  overflow:auto;
  background:#fff!important;
}
body.ssr-route-mass-order .ssr-u-40888317,
body.ssr-route-mass-order .ssr-u-393d9dd0{
  background:var(--ssr-bg-tint)!important;
  color:var(--ssr-heading)!important;
  border-color:var(--ssr-border-soft)!important;
}
body.ssr-route-mass-order [x-text="row.price_fmt"]{
  color:var(--ssr-primary)!important;
}

/* Add Funds and Fund History remaining-page polish */
body.ssr-route-add-funds .grid.grid-cols-2 > div,
body.ssr-route-transactions .grid.grid-cols-2 > div,
body.ssr-route-transactions .grid.lg\:grid-cols-5 > div{
  background:var(--ssr-card)!important;
  border:1px solid var(--ssr-border-soft)!important;
  box-shadow:var(--ssr-shadow-soft)!important;
  color:var(--ssr-text)!important;
}
body.ssr-route-add-funds .ssr-u-eb52ab48,
body.ssr-route-add-funds .ssr-u-eab6f330,
body.ssr-route-add-funds .ssr-u-ce5ee87a,
body.ssr-route-transactions .card-dark.overflow-hidden{
  background:#fff!important;
  border-color:var(--ssr-border-soft)!important;
  color:var(--ssr-text)!important;
}
body.ssr-route-add-funds .bg-black\/30{
  background:var(--ssr-bg-soft)!important;
  color:var(--ssr-heading)!important;
  border:1px solid var(--ssr-border-soft)!important;
}
body.ssr-route-transactions .ssr-u-2278244f{
  background:var(--ssr-gradient)!important;
  color:#fff!important;
}
body.ssr-route-transactions .ssr-u-2278244f *{
  color:#fff!important;
}
body.ssr-route-transactions .ssr-u-000cd96a{
  min-width:760px;
}
body.ssr-route-transactions .overflow-x-auto{
  border-radius:0 0 24px 24px;
}
body.ssr-route-transactions .pagination a,
body.ssr-route-transactions .pagination strong,
body.ssr-route-transactions [href*="page="]{
  border-radius:999px;
}

/* API page cleanup */
body.ssr-route-api .max-w-4xl{max-width:960px!important;}
body.ssr-route-api pre{
  background:#0f172a!important;
  color:#a7f3d0!important;
  border-radius:18px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  font-size:12px!important;
  line-height:1.65!important;
}
body.ssr-route-api code:not(pre code){
  background:var(--ssr-bg-soft)!important;
  color:var(--ssr-primary)!important;
  border:1px solid var(--ssr-border-soft);
}
body.ssr-route-api .bg-blue-500\/15{
  color:#2563eb!important;
  background:rgba(59,130,246,.10)!important;
  border:1px solid rgba(59,130,246,.16)!important;
}

/* Announcements page cleanup */
body.ssr-route-announcements .space-y-6{max-width:980px!important;}
body.ssr-route-announcements .announcement-content,
body.ssr-route-announcements .announcement-content *{
  color:var(--ssr-text)!important;
}
body.ssr-route-announcements .announcement-content h1,
body.ssr-route-announcements .announcement-content h2,
body.ssr-route-announcements .announcement-content h3,
body.ssr-route-announcements .announcement-content strong{
  color:var(--ssr-heading)!important;
}
body.ssr-route-announcements button svg,
body.ssr-route-mass-order button svg,
body.ssr-route-api button svg{
  width:16px!important;
  height:16px!important;
}
body.ssr-route-announcements .line-clamp-2{
  color:var(--ssr-muted)!important;
  font-size:14px!important;
  line-height:1.6!important;
}

/* Referral page: preserve liked design, centralize light card/table readability */
body.ssr-route-referral .max-w-3xl{max-width:920px!important;}
body.ssr-route-referral .grid.sm\:grid-cols-3 > div{
  background:var(--ssr-card)!important;
  border:1px solid var(--ssr-border-soft)!important;
  box-shadow:var(--ssr-shadow-soft)!important;
}
body.ssr-route-referral table{min-width:720px;}
body.ssr-route-referral .overflow-x-auto{
  border-radius:0 0 26px 26px;
}
body.ssr-route-referral #ref-link{
  min-width:0;
  font-size:14px!important;
}
body.ssr-route-referral #copy-btn{
  min-height:46px;
  padding-inline:18px!important;
  background:#fff!important;
  color:var(--ssr-heading)!important;
  border-color:var(--ssr-border)!important;
}
body.ssr-route-referral #copy-btn:hover{
  color:var(--ssr-primary)!important;
  border-color:color-mix(in srgb,var(--ssr-primary) 30%,var(--ssr-border))!important;
}

@media (max-width:760px){
  body.ssr-route-mass-order main,
  body.ssr-route-add-funds main,
  body.ssr-route-transactions main,
  body.ssr-route-api main,
  body.ssr-route-announcements main,
  body.ssr-route-referral main{
    font-size:14.5px;
  }
  body.ssr-route-mass-order h1,
  body.ssr-route-add-funds h1,
  body.ssr-route-transactions h1,
  body.ssr-route-api h1,
  body.ssr-route-announcements h1,
  body.ssr-route-referral h1{
    font-size:30px!important;
    line-height:1.1!important;
  }
  body.ssr-route-mass-order .flex.items-center.justify-between,
  body.ssr-route-add-funds .flex.items-center.justify-between,
  body.ssr-route-transactions .flex.items-end.justify-between,
  body.ssr-route-api .flex.items-center.justify-between,
  body.ssr-route-referral .flex.items-center.justify-between{
    align-items:flex-start!important;
    gap:12px!important;
  }
  body.ssr-route-mass-order .grid,
  body.ssr-route-add-funds .grid,
  body.ssr-route-transactions .grid,
  body.ssr-route-api .grid,
  body.ssr-route-referral .grid{
    gap:14px!important;
  }
  body.ssr-route-mass-order .card-dark,
  body.ssr-route-add-funds .card-dark,
  body.ssr-route-transactions .card-dark,
  body.ssr-route-api .rounded-2xl,
  body.ssr-route-announcements .rounded-2xl,
  body.ssr-route-referral .rounded-2xl{
    border-radius:24px!important;
  }
  body.ssr-route-mass-order textarea{
    min-height:230px;
  }
  body.ssr-route-referral .flex.gap-2:has(#ref-link){
    flex-direction:column;
  }
  body.ssr-route-referral #copy-btn{
    width:100%;
  }
  body.ssr-route-transactions .ssr-u-000cd96a,
  body.ssr-route-referral table{
    min-width:700px;
  }
}


/* =======================================================================
   Logged-in topbar vertical alignment fix v37
   Purpose: keep balance, currency, notification, avatar and menu icons
   perfectly centered inside the mobile/desktop top navigation bar.
   Layout, links, dropdowns and logic are unchanged.
   ======================================================================= */
.ssr-app-topbar{
  height:64px!important;
  min-height:64px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  padding-top:0!important;
  padding-bottom:0!important;
  line-height:1!important;
}
.ssr-app-topbar > div{
  display:flex!important;
  align-items:center!important;
  min-height:100%!important;
}
.ssr-app-topbar > div:first-child,
.ssr-app-topbar > div:last-child{
  align-self:stretch!important;
  align-items:center!important;
}
.ssr-app-topbar button,
.ssr-app-topbar a,
.ssr-app-topbar .ssr-top-pill,
.ssr-app-topbar .ssr-currency-btn,
.ssr-app-topbar .ssr-notif-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  vertical-align:middle!important;
  margin-top:0!important;
  margin-bottom:0!important;
  line-height:1!important;
}
.ssr-app-topbar .ssr-top-pill,
.ssr-app-topbar .ssr-currency-btn{
  height:42px!important;
  min-height:42px!important;
}
.ssr-app-topbar .ssr-notif-btn{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
}
.ssr-app-topbar svg{
  flex:0 0 auto!important;
  vertical-align:middle!important;
}
.ssr-app-topbar > div:first-child button{
  width:42px!important;
  height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.ssr-app-topbar > div:last-child > div:last-child{
  height:42px!important;
  min-height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
}
.ssr-app-topbar .ssr-currency-menu,
.ssr-app-topbar .ssr-notif-menu{
  top:calc(100% + 10px)!important;
}

@media (max-width:768px){
  .ssr-app-topbar{
    height:72px!important;
    min-height:72px!important;
    padding-left:28px!important;
    padding-right:28px!important;
  }
  .ssr-app-topbar > div:last-child{
    gap:10px!important;
  }
  .ssr-app-topbar .ssr-top-pill,
  .ssr-app-topbar .ssr-currency-btn{
    height:46px!important;
    min-height:46px!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }
  .ssr-app-topbar .ssr-notif-btn{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    min-height:46px!important;
  }
  .ssr-app-topbar > div:first-child button{
    width:44px!important;
    height:44px!important;
  }
  .ssr-app-topbar > div:last-child > div:last-child{
    height:46px!important;
    min-height:46px!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }
  .ssr-app-topbar > div:last-child > div:last-child .w-7.h-7,
  .ssr-app-topbar > div:last-child > div:last-child [class*="w-7"][class*="h-7"]{
    width:36px!important;
    height:36px!important;
  }
}

@media (max-width:390px){
  .ssr-app-topbar{
    padding-left:18px!important;
    padding-right:18px!important;
  }
  .ssr-app-topbar > div:last-child{
    gap:7px!important;
  }
  .ssr-app-topbar .ssr-top-pill,
  .ssr-app-topbar .ssr-currency-btn{
    height:42px!important;
    min-height:42px!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }
  .ssr-app-topbar .ssr-notif-btn{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
  }
}


/* =======================================================================
   Logged-in topbar compact icon-size restore v38
   v37 centered the controls but made the mobile topbar/icons larger than
   the original UI. This keeps the centering but restores the compact
   original pixel size for balance, currency, notification and avatar.
   ======================================================================= */
.ssr-app-topbar{
  height:56px!important;
  min-height:56px!important;
  padding-top:0!important;
  padding-bottom:0!important;
}
.ssr-app-topbar > div{
  height:56px!important;
  min-height:56px!important;
  align-items:center!important;
}
.ssr-app-topbar .ssr-top-pill,
.ssr-app-topbar .ssr-currency-btn{
  height:38px!important;
  min-height:38px!important;
  padding-top:0!important;
  padding-bottom:0!important;
  padding-left:14px!important;
  padding-right:14px!important;
  border-radius:999px!important;
  font-size:12px!important;
}
.ssr-app-topbar .ssr-currency-btn{
  gap:6px!important;
}
.ssr-app-topbar .ssr-currency-btn svg{
  width:12px!important;
  height:12px!important;
}
.ssr-app-topbar .ssr-notif-btn,
.ssr-app-topbar > div:last-child > a.relative{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  min-height:40px!important;
  padding:0!important;
  border-radius:16px!important;
}
.ssr-app-topbar .ssr-notif-btn svg,
.ssr-app-topbar > div:last-child > a.relative svg,
.ssr-app-topbar > div:first-child button svg{
  width:20px!important;
  height:20px!important;
}
.ssr-app-topbar > div:first-child button{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  min-height:40px!important;
  padding:0!important;
}
.ssr-app-topbar > div:last-child > div:last-child{
  height:38px!important;
  min-height:38px!important;
  padding:0 10px!important;
  border-radius:999px!important;
}
.ssr-app-topbar > div:last-child > div:last-child .w-7.h-7,
.ssr-app-topbar > div:last-child > div:last-child [class*="w-7"][class*="h-7"]{
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  min-height:28px!important;
}
.ssr-app-topbar > div:last-child > div:last-child span{
  font-size:12px!important;
}
.ssr-app-topbar .notif-count{
  top:2px!important;
  right:2px!important;
  min-width:18px!important;
  height:18px!important;
  font-size:10px!important;
}

@media (max-width:768px){
  .ssr-app-topbar{
    height:56px!important;
    min-height:56px!important;
    padding-left:16px!important;
    padding-right:16px!important;
  }
  .ssr-app-topbar > div{
    height:56px!important;
    min-height:56px!important;
  }
  .ssr-app-topbar > div:last-child{
    gap:8px!important;
  }
  .ssr-app-topbar .ssr-top-pill,
  .ssr-app-topbar .ssr-currency-btn{
    height:38px!important;
    min-height:38px!important;
    padding-left:12px!important;
    padding-right:12px!important;
    font-size:12px!important;
  }
  .ssr-app-topbar .ssr-notif-btn,
  .ssr-app-topbar > div:last-child > a.relative{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    min-height:40px!important;
  }
  .ssr-app-topbar > div:first-child button{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    min-height:40px!important;
  }
  .ssr-app-topbar > div:last-child > div:last-child{
    height:38px!important;
    min-height:38px!important;
    padding-left:10px!important;
    padding-right:10px!important;
  }
  .ssr-app-topbar > div:last-child > div:last-child .w-7.h-7,
  .ssr-app-topbar > div:last-child > div:last-child [class*="w-7"][class*="h-7"]{
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
    min-height:28px!important;
  }
}

@media (max-width:390px){
  .ssr-app-topbar{
    padding-left:12px!important;
    padding-right:12px!important;
  }
  .ssr-app-topbar > div:last-child{
    gap:6px!important;
  }
  .ssr-app-topbar .ssr-top-pill,
  .ssr-app-topbar .ssr-currency-btn{
    height:36px!important;
    min-height:36px!important;
    padding-left:10px!important;
    padding-right:10px!important;
    font-size:11px!important;
  }
  .ssr-app-topbar .ssr-notif-btn,
  .ssr-app-topbar > div:last-child > a.relative,
  .ssr-app-topbar > div:first-child button{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    min-height:38px!important;
  }
  .ssr-app-topbar .ssr-notif-btn svg,
  .ssr-app-topbar > div:last-child > a.relative svg,
  .ssr-app-topbar > div:first-child button svg{
    width:19px!important;
    height:19px!important;
  }
  .ssr-app-topbar > div:last-child > div:last-child{
    height:36px!important;
    min-height:36px!important;
    padding-left:8px!important;
    padding-right:8px!important;
  }
  .ssr-app-topbar > div:last-child > div:last-child .w-7.h-7,
  .ssr-app-topbar > div:last-child > div:last-child [class*="w-7"][class*="h-7"]{
    width:26px!important;
    height:26px!important;
    min-width:26px!important;
    min-height:26px!important;
  }
}
