/* RX Pink + White — Layre × Arkos inspired SellAuth skin */
html { background:#050505; }
body {
  background:
    radial-gradient(circle at 50% -10%, rgba(255,26,184,.10), transparent 28rem),
    linear-gradient(180deg,#050505 0%,#070707 45%,#050505 100%) !important;
  color:#f5f5f5;
  letter-spacing:-.01em;
}
#particles-js { display:none !important; }
#app { position:relative; z-index:1; }
#app > div.flex.flex-col { max-width:92rem !important; padding-top:1rem !important; }

/* subtle page grid */
body:before {
  content:""; position:fixed; inset:0; pointer-events:none; z-index:0;
  background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 80%);
}

/* announcement */
[data-component-id="announcement"] { border-radius:12px; overflow:hidden; }
[data-component-id="announcement"] > div { background:rgba(255,255,255,.035) !important; border-color:rgba(255,255,255,.08) !important; }

/* navbar */
[data-component-id="navbar"] { position:sticky; top:16px; z-index:40; margin-bottom:1.5rem; }
[data-component-id="navbar"] > div {
  background:rgba(10,10,10,.78) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  border-radius:16px !important;
  box-shadow:0 16px 50px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.025);
  backdrop-filter:blur(18px);
}
[data-component-id="navbar"] h1 { font-size:1.1rem !important; letter-spacing:.12em; text-transform:uppercase; font-weight:800 !important; }
[data-component-id="navbar"] img { max-height:34px !important; }
[data-component-id="navbar"] a,
[data-component-id="navbar"] button { border-radius:10px !important; }
[data-component-id="navbar"] .bg-card,
[data-component-id="navbar"] .bg-card\/75 { background:transparent !important; }
[data-component-id="navbar"] .border-white\/5 { border-color:rgba(255,255,255,.09) !important; }

/* hero */
[data-component-id="hero"] { overflow:hidden; position:relative; }
[data-component-id="hero"] > div { min-height:62vh !important; padding-top:6.5rem !important; padding-bottom:6.5rem !important; }
[data-component-id="hero"] > div:before {
  content:""; position:absolute; width:42rem; height:42rem; left:50%; top:44%; transform:translate(-50%,-50%);
  background:radial-gradient(circle,rgba(255,26,184,.16),rgba(255,26,184,.035) 34%,transparent 68%);
  filter:blur(6px); pointer-events:none;
}
[data-component-id="hero"] .container { justify-content:center !important; }
[data-component-id="hero"] h1 {
  max-width:950px; margin-left:auto; margin-right:auto;
  font-size:clamp(3.2rem,8vw,7.2rem) !important;
  line-height:.92 !important;
  letter-spacing:-.065em !important;
  font-weight:800 !important;
  text-transform:none;
  text-wrap:balance;
  background:linear-gradient(180deg,#fff 18%,#b9b9b9 100%);
  -webkit-background-clip:text; background-clip:text; color:transparent !important;
  text-shadow:0 0 42px rgba(255,26,184,.08);
}
[data-component-id="hero"] p {
  max-width:680px; margin-left:auto; margin-right:auto;
  color:#929292 !important; font-size:clamp(1rem,2vw,1.2rem) !important; line-height:1.7 !important;
}
[data-component-id="hero"] a {
  min-height:48px; padding:0 1.35rem !important; border-radius:10px !important;
  border:1px solid rgba(255,255,255,.14) !important;
  background:#FF1AB8 !important; color:#FFFFFF !important;
  box-shadow:0 8px 30px rgba(255,26,184,.18);
}
[data-component-id="hero"] a:hover { background:#ff45c5 !important; border-color:#ff45c5 !important; transform:translateY(-1px); }
[data-component-id="hero"] input { border-radius:12px !important; }

/* section headings */
.component h1, .component h2, .component h3, .component h4 { letter-spacing:-.03em; }
[data-component-id="products"] > div,
[data-component-id="features"] > div { padding-top:3rem !important; padding-bottom:3rem !important; }
[data-component-id="products"] hr,
[data-component-id="features"] hr { display:none !important; }

/* product cards */
[data-component-id="products"] .group,
[data-component-id="products-page"] .group {
  background:linear-gradient(180deg,rgba(17,17,17,.96),rgba(9,9,9,.96)) !important;
  border:1px solid rgba(255,255,255,.09) !important;
  border-radius:16px !important; overflow:hidden;
  box-shadow:0 12px 35px rgba(0,0,0,.20);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
[data-component-id="products"] .group:hover,
[data-component-id="products-page"] .group:hover {
  transform:translateY(-4px); border-color:rgba(255,255,255,.18) !important;
  box-shadow:0 18px 55px rgba(0,0,0,.34);
}
[data-component-id="products"] .group > div,
[data-component-id="products-page"] .group > div { background:transparent !important; }
[data-component-id="products"] img,
[data-component-id="products-page"] img { border-radius:11px !important; transition:transform .35s ease,opacity .35s ease; }
[data-component-id="products"] .group:hover img,
[data-component-id="products-page"] .group:hover img { transform:scale(1.025); }
[data-component-id="products"] .text-accent-500,
[data-component-id="products-page"] .text-accent-500 { color:#FF1AB8 !important; }
[data-component-id="products"] .border-accent-500,
[data-component-id="products-page"] .border-accent-500 { border-color:rgba(255,26,184,.38) !important; }
[data-component-id="products"] .group .text-center.font-semibold,
[data-component-id="products-page"] .group .text-center.font-semibold {
  border-radius:9px !important; min-height:42px; background:#FF1AB8 !important; color:#FFFFFF !important; border-color:#FF1AB8 !important;
}
[data-component-id="products"] .group .text-center.font-semibold:hover,
[data-component-id="products-page"] .group .text-center.font-semibold:hover { background:#ff45c5 !important; border-color:#ff45c5 !important; }

/* badges */
.badges > div { border-radius:999px !important; padding:.3rem .6rem !important; background:#FF1AB8 !important; color:#FFFFFF !important; }

/* features */
[data-component-id="features"] .bg-card\/75 {
  background:linear-gradient(180deg,rgba(18,18,18,.8),rgba(10,10,10,.85)) !important;
  border:1px solid rgba(255,255,255,.08) !important; border-radius:16px !important;
  min-height:180px; display:flex; flex-direction:column; align-items:center; justify-content:center;
}
[data-component-id="features"] i { color:#FF1AB8 !important; }
[data-component-id="features"] p { color:#888 !important; }

/* generic panels/forms */
.bg-card\/75,.bg-card\/90,.bg-card { background-color:rgba(12,12,12,.88) !important; }
.border-white\/5 { border-color:rgba(255,255,255,.08) !important; }
input,textarea,select,.choices__inner { border-radius:10px !important; }
button,a { transition:all .18s ease; }

/* footer */
footer {
  margin-top:5rem !important; border-radius:16px 16px 0 0 !important; overflow:hidden;
  background:rgba(9,9,9,.82) !important; border:1px solid rgba(255,255,255,.08) !important;
}
footer p, footer a { color:#8d8d8d !important; }
footer a:hover { color:#FF1AB8 !important; }

/* scrollbar */
::-webkit-scrollbar { width:10px; }
::-webkit-scrollbar-track { background:#050505; }
::-webkit-scrollbar-thumb { background:#242424; border:2px solid #050505; border-radius:999px; }
::-webkit-scrollbar-thumb:hover { background:#333; }

@media (max-width:767px){
  #app > div.flex.flex-col { padding:.75rem !important; }
  [data-component-id="navbar"] { top:10px; }
  [data-component-id="hero"] > div { min-height:55vh !important; padding-top:4.5rem !important; padding-bottom:4.5rem !important; }
  [data-component-id="hero"] h1 { font-size:clamp(2.8rem,14vw,4.4rem) !important; }
}

/* =========================================================
   RX Status & Stock — Arkos-inspired layout
   ========================================================= */
[data-component-id="status-page"] { width:100%; }
[data-component-id="status-page"] > .rx-status-wrap {
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
  padding:48px 0 72px;
}
.rx-status-hero { max-width:760px; margin-bottom:30px; }
.rx-status-eyebrow {
  display:inline-flex; align-items:center; gap:9px;
  margin-bottom:14px; color:#8d8d8d; font-size:11px; font-weight:800;
  letter-spacing:.16em;
}
.rx-live-dot { width:7px; height:7px; border-radius:999px; background:#68d391; box-shadow:0 0 14px rgba(104,211,145,.55); }
.rx-status-hero h1 {
  margin:0; color:#fff; font-size:clamp(2.7rem,6vw,4.8rem); line-height:.98;
  letter-spacing:-.055em; font-weight:780;
}
.rx-status-hero h1 span { color:#818181; }
.rx-status-hero p { max-width:680px; margin:18px 0 0; color:#7d7d7d; font-size:15px; line-height:1.7; }

.rx-live-banner {
  display:flex; align-items:center; justify-content:space-between; gap:20px;
  padding:18px 20px; margin-bottom:58px;
  background:linear-gradient(180deg,rgba(18,18,18,.92),rgba(10,10,10,.94));
  border:1px solid rgba(255,255,255,.09); border-radius:14px;
  box-shadow:0 14px 45px rgba(0,0,0,.2);
}
.rx-live-banner-left { display:flex; align-items:center; gap:13px; }
.rx-live-ring { width:34px; height:34px; border-radius:999px; display:grid; place-items:center; background:rgba(104,211,145,.07); border:1px solid rgba(104,211,145,.18); }
.rx-live-ring span { width:8px; height:8px; border-radius:999px; background:#68d391; box-shadow:0 0 16px rgba(104,211,145,.55); }
.rx-live-banner-left strong { display:block; color:#ededed; font-size:13px; }
.rx-live-banner-left small { display:block; margin-top:2px; color:#696969; font-size:12px; }
.rx-live-banner-meta { display:flex; align-items:center; gap:10px; color:#6f6f6f; font-size:12px; }
.rx-live-separator { width:3px; height:3px; border-radius:50%; background:#3b3b3b; }

.rx-status-section { margin-top:52px; }
.rx-section-heading { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom:18px; }
.rx-section-kicker { display:block; margin-bottom:5px; color:#666; font-size:10px; font-weight:800; letter-spacing:.17em; }
.rx-section-heading h2 { margin:0; color:#f5f5f5; font-size:27px; font-weight:740; letter-spacing:-.035em; }
.rx-section-heading p { margin:0 0 4px; color:#666; font-size:12px; }

.rx-stock-groups { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.rx-stock-group {
  overflow:hidden; background:rgba(10,10,10,.78); border:1px solid rgba(255,255,255,.085); border-radius:14px;
}
.rx-stock-group-head { display:flex; justify-content:space-between; gap:16px; padding:17px 18px; border-bottom:1px solid rgba(255,255,255,.07); }
.rx-stock-group-head h3 { margin:0; color:#eee; font-size:14px; font-weight:700; letter-spacing:-.015em; }
.rx-stock-group-head > div > span { display:block; margin-top:3px; color:#5f5f5f; font-size:11px; }
.rx-stock-live { align-self:center; display:inline-flex; align-items:center; gap:6px; color:#8b8b8b; font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; }
.rx-stock-live i { width:6px; height:6px; border-radius:50%; background:#68d391; box-shadow:0 0 10px rgba(104,211,145,.45); }
.rx-stock-items { display:flex; flex-direction:column; }
.rx-stock-item {
  display:flex; align-items:center; justify-content:space-between; gap:18px;
  min-height:70px; padding:11px 14px; color:inherit; border-bottom:1px solid rgba(255,255,255,.055);
  transition:background .18s ease;
}
.rx-stock-item:last-child { border-bottom:0; }
.rx-stock-item:hover { background:rgba(255,255,255,.025); }
.rx-stock-product { min-width:0; display:flex; align-items:center; gap:11px; }
.rx-stock-product img,.rx-stock-placeholder { width:42px; height:42px; flex:0 0 42px; object-fit:cover; border-radius:9px; border:1px solid rgba(255,255,255,.08); background:#0d0d0d; }
.rx-stock-placeholder { display:grid; place-items:center; color:#777; font-size:10px; font-weight:900; letter-spacing:.08em; }
.rx-stock-product > div { min-width:0; }
.rx-stock-product strong { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#e7e7e7; font-size:12px; font-weight:680; }
.rx-stock-product span { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-top:3px; color:#5f5f5f; font-size:10px; }
.rx-stock-count { flex:0 0 auto; min-width:54px; text-align:right; }
.rx-stock-count strong { display:block; color:#f0f0f0; font-size:14px; line-height:1; }
.rx-stock-count span { display:block; margin-top:4px; color:#5b5b5b; font-size:9px; text-transform:uppercase; letter-spacing:.06em; }
.rx-stock-ungrouped { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin-top:10px; }
.rx-stock-item-standalone { background:rgba(10,10,10,.72); border:1px solid rgba(255,255,255,.075); border-radius:12px; }

.rx-product-status-section { margin-top:64px; }
.rx-status-groups { display:flex; flex-direction:column; gap:28px; }
.rx-status-group { display:flex; flex-direction:column; gap:10px; }
.rx-status-group-title { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:0 2px; }
.rx-status-group-title h3 { margin:0; color:#8a8a8a; font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.12em; }
.rx-status-group-title span { color:#505050; font-size:10px; }
.rx-status-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.rx-status-grid-ungrouped:empty { display:none; }
.rx-status-card {
  display:flex; align-items:center; justify-content:space-between; gap:18px;
  min-height:84px; padding:13px 15px;
  background:linear-gradient(180deg,rgba(15,15,15,.9),rgba(9,9,9,.92));
  border:1px solid rgba(255,255,255,.08); border-radius:13px; color:inherit;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.rx-status-card:hover { transform:translateY(-2px); border-color:rgba(255,255,255,.15); background:linear-gradient(180deg,rgba(19,19,19,.94),rgba(11,11,11,.96)); }
.rx-status-card-main { min-width:0; display:flex; align-items:center; gap:12px; }
.rx-status-card-main img,.rx-status-card-placeholder { width:52px; height:52px; flex:0 0 52px; object-fit:cover; border-radius:10px; border:1px solid rgba(255,255,255,.08); background:#0c0c0c; }
.rx-status-card-placeholder { display:grid; place-items:center; color:#737373; font-size:11px; font-weight:900; letter-spacing:.1em; }
.rx-status-card-copy { min-width:0; }
.rx-status-card-copy h4 { margin:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#ececec; font-size:13px; font-weight:680; letter-spacing:-.015em; }
.rx-status-card-copy span { display:block; margin-top:5px; color:#555; font-size:10px; }
.rx-status-state { flex:0 0 auto; display:flex; align-items:center; gap:9px; min-width:108px; justify-content:flex-end; }
.rx-status-dot { width:7px; height:7px; flex:0 0 7px; border-radius:999px; }
.rx-status-state div { text-align:right; }
.rx-status-state strong { display:block; font-size:11px; font-weight:760; }
.rx-status-state small { display:block; margin-top:3px; color:#4e4e4e; font-size:9px; text-transform:uppercase; letter-spacing:.06em; }
.rx-status-legend { display:flex; flex-wrap:wrap; gap:18px; margin-top:26px; padding-top:18px; border-top:1px solid rgba(255,255,255,.06); color:#5e5e5e; font-size:10px; }
.rx-status-legend span { display:inline-flex; align-items:center; gap:7px; }
.rx-legend-dot { width:6px; height:6px; border-radius:50%; }
.rx-legend-green { background:#68d391; }.rx-legend-yellow { background:#f6c85f; }.rx-legend-red { background:#ef6a6a; }

@media (max-width:900px){
  .rx-stock-groups,.rx-status-grid,.rx-stock-ungrouped { grid-template-columns:1fr; }
}
@media (max-width:640px){
  [data-component-id="status-page"] > .rx-status-wrap { width:min(100% - 22px,1180px); padding-top:30px; }
  .rx-status-hero { margin-bottom:22px; }
  .rx-status-hero h1 { font-size:2.8rem; }
  .rx-live-banner { align-items:flex-start; flex-direction:column; margin-bottom:42px; padding:15px; }
  .rx-live-banner-meta { padding-left:47px; }
  .rx-section-heading { align-items:flex-start; flex-direction:column; gap:6px; }
  .rx-section-heading p { margin:0; }
  .rx-status-card { min-height:78px; padding:11px; }
  .rx-status-card-main img,.rx-status-card-placeholder { width:46px; height:46px; flex-basis:46px; }
  .rx-status-state { min-width:auto; }
  .rx-status-state small { display:none; }
}


/* RX brand palette — Pink #FF1AB8 + White #FFFFFF */
:root {
  --rx-pink: 255, 26, 184;
  --rx-white: 255, 255, 255;
}
.text-accent-500 { color:rgb(var(--rx-pink)) !important; }
.border-accent-500 { border-color:rgb(var(--rx-pink)) !important; }
.bg-accent-500 { background-color:rgb(var(--rx-pink)) !important; }
.fill-accent-500 { fill:rgb(var(--rx-pink)) !important; }
.ring-accent-500 { --tw-ring-color:rgb(var(--rx-pink)) !important; }
.hover\:text-accent-500:hover { color:#FF1AB8 !important; }
.hover\:bg-accent-500:hover { background-color:#ff45c5 !important; }
.focus\:border-accent-500:focus { border-color:#FF1AB8 !important; }
.focus\:ring-accent-500:focus { --tw-ring-color:#FF1AB8 !important; }

/* Pink glow on interactive cards without flooding the dark theme */
[data-component-id="products"] .group:hover,
[data-component-id="products-page"] .group:hover {
  border-color:rgba(255,26,184,.34) !important;
  box-shadow:0 18px 55px rgba(0,0,0,.34),0 0 24px rgba(255,26,184,.06);
}

/* =========================================================
   RX Discord Vouches — live Reviews page
   ========================================================= */
.rx-discord-reviews-component { width:100%; }
.rx-reviews-wrap {
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
  padding:48px 0 80px;
}
.rx-reviews-hero { max-width:770px; margin-bottom:28px; }
.rx-reviews-eyebrow {
  display:inline-flex; align-items:center; gap:9px;
  margin-bottom:14px; color:#777; font-size:10px; font-weight:850;
  letter-spacing:.18em;
}
.rx-reviews-live-dot {
  width:7px; height:7px; border-radius:999px; background:#FF1AB8;
  box-shadow:0 0 15px rgba(255,26,184,.52);
}
.rx-reviews-hero h1 {
  margin:0; color:#fff; font-size:clamp(2.8rem,6vw,4.9rem); line-height:.98;
  letter-spacing:-.055em; font-weight:780;
}
.rx-reviews-hero h1 span { color:#737373; }
.rx-reviews-hero p {
  max-width:680px; margin:17px 0 0; color:#777; font-size:15px; line-height:1.7;
}

.rx-reviews-summary {
  display:flex; align-items:center; justify-content:space-between; gap:22px;
  margin-bottom:28px; padding:19px 20px;
  background:linear-gradient(180deg,rgba(17,17,17,.94),rgba(9,9,9,.96));
  border:1px solid rgba(255,255,255,.085); border-radius:14px;
}
.rx-reviews-summary-rating { display:flex; align-items:center; gap:16px; }
.rx-reviews-summary-rating > strong {
  color:#fff; font-size:30px; line-height:1; letter-spacing:-.05em;
}
.rx-reviews-summary-stars { color:#FF1AB8; font-size:13px; letter-spacing:2px; line-height:1; }
.rx-reviews-summary-rating span { display:block; margin-top:6px; color:#6b6b6b; font-size:11px; }
.rx-reviews-summary-live {
  display:inline-flex; align-items:center; gap:8px; color:#777; font-size:10px;
  font-weight:750; text-transform:uppercase; letter-spacing:.11em;
}
.rx-reviews-summary-live > span {
  width:7px; height:7px; border-radius:999px; background:#65d68b;
  box-shadow:0 0 12px rgba(101,214,139,.42);
}

.rx-reviews-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.rx-review-card {
  min-width:0; display:flex; flex-direction:column; padding:17px;
  background:linear-gradient(180deg,rgba(14,14,14,.96),rgba(8,8,8,.97));
  border:1px solid rgba(255,255,255,.075); border-radius:14px;
  box-shadow:0 16px 44px rgba(0,0,0,.16);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.rx-review-card:hover {
  transform:translateY(-2px); border-color:rgba(255,26,184,.25);
  box-shadow:0 18px 50px rgba(0,0,0,.24),0 0 25px rgba(255,26,184,.035);
}
.rx-review-top { display:flex; align-items:flex-start; justify-content:space-between; gap:12px; }
.rx-review-identity { min-width:0; display:flex; align-items:center; gap:10px; }
.rx-review-avatar {
  width:39px; height:39px; flex:0 0 39px; border-radius:50%; object-fit:cover;
  background:#111; border:1px solid rgba(255,255,255,.09);
}
.rx-review-user-copy { min-width:0; }
.rx-review-user-copy strong {
  display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
  color:#f2f2f2; font-size:12px; font-weight:720;
}
.rx-review-user-copy span { display:block; margin-top:3px; color:#555; font-size:9px; }
.rx-review-stars { flex:0 0 auto; color:#FF1AB8; font-size:10px; letter-spacing:1px; line-height:1.2; }
.rx-review-message {
  flex:1; margin:15px 0 0; color:#b8b8b8; font-size:12px; line-height:1.65;
  overflow-wrap:anywhere;
}
.rx-review-message-muted { color:#666; font-style:italic; }

.rx-review-images { display:grid; gap:6px; margin-top:14px; }
.rx-review-images-1 { grid-template-columns:1fr; }
.rx-review-images-2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
.rx-review-images-3 { grid-template-columns:repeat(3,minmax(0,1fr)); }
.rx-review-image-link {
  display:block; overflow:hidden; height:112px; border-radius:9px;
  border:1px solid rgba(255,255,255,.07); background:#0c0c0c;
}
.rx-review-image { width:100%; height:100%; object-fit:cover; transition:transform .2s ease,opacity .2s ease; }
.rx-review-image-link:hover .rx-review-image { transform:scale(1.025); opacity:.9; }

.rx-review-footer {
  display:flex; align-items:center; justify-content:space-between; gap:10px;
  margin-top:16px; padding-top:12px; border-top:1px solid rgba(255,255,255,.055);
  color:#555; font-size:9px;
}
.rx-review-source { display:inline-flex; align-items:center; gap:6px; }
.rx-review-source i { width:5px; height:5px; border-radius:999px; background:#FF1AB8; }

.rx-review-skeleton {
  min-height:164px; padding:17px; background:rgba(12,12,12,.8);
  border:1px solid rgba(255,255,255,.06); border-radius:14px; overflow:hidden;
}
.rx-review-skeleton-head { display:flex; gap:10px; align-items:center; margin-bottom:20px; }
.rx-review-skeleton-avatar { width:39px; height:39px; border-radius:50%; background:#171717; }
.rx-review-skeleton-head > div { flex:1; }
.rx-review-skeleton-head i,.rx-review-skeleton-line {
  display:block; height:8px; margin:5px 0; border-radius:999px;
  background:linear-gradient(90deg,#131313,#1d1d1d,#131313); background-size:200% 100%;
  animation:rxReviewShimmer 1.35s linear infinite;
}
.rx-review-skeleton-head i:first-child { width:48%; }
.rx-review-skeleton-head i:last-child { width:31%; }
.rx-review-skeleton-line { width:100%; height:9px; margin-top:9px; }
.rx-review-skeleton-line.short { width:72%; }
@keyframes rxReviewShimmer { to { background-position:-200% 0; } }

.rx-reviews-empty {
  padding:64px 24px; text-align:center; background:rgba(9,9,9,.7);
  border:1px solid rgba(255,255,255,.07); border-radius:14px;
}
.rx-reviews-empty-icon {
  width:42px; height:42px; margin:0 auto 13px; display:grid; place-items:center;
  border-radius:50%; color:#FF1AB8; background:rgba(255,26,184,.07);
  border:1px solid rgba(255,26,184,.18); font-weight:800;
}
.rx-reviews-empty h2 { margin:0; color:#ededed; font-size:18px; letter-spacing:-.025em; }
.rx-reviews-empty p { margin:8px 0 0; color:#666; font-size:12px; }
.rx-reviews-retry {
  margin-top:16px; padding:9px 15px; border-radius:8px; color:#080808; background:#fff;
  border:0; font-size:11px; font-weight:750; cursor:pointer; transition:transform .15s ease,background .15s ease;
}
.rx-reviews-retry:hover { transform:translateY(-1px); background:#FF1AB8; }

@media (max-width:980px){ .rx-reviews-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:640px){
  .rx-reviews-wrap { width:min(100% - 22px,1180px); padding:30px 0 58px; }
  .rx-reviews-hero h1 { font-size:2.8rem; }
  .rx-reviews-summary { align-items:flex-start; flex-direction:column; padding:15px; }
  .rx-reviews-grid { grid-template-columns:1fr; }
  .rx-review-image-link { height:124px; }
}

/* RX firmware detection status cards */
.rx-detection-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.rx-detection-card {
  min-height:128px;
  padding:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  background:linear-gradient(180deg,rgba(15,15,15,.93),rgba(8,8,8,.96));
  border:1px solid rgba(255,255,255,.085);
  border-radius:14px;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.rx-detection-card:hover {
  transform:translateY(-2px);
  border-color:rgba(255,26,184,.28);
  background:linear-gradient(180deg,rgba(19,19,19,.96),rgba(10,10,10,.98));
}
.rx-detection-card-copy { min-width:0; }
.rx-detection-product-type {
  display:block;
  margin-bottom:7px;
  color:rgb(var(--rx-pink));
  font-size:9px;
  font-weight:850;
  letter-spacing:.16em;
}
.rx-detection-card-copy h3 {
  margin:0;
  color:#f3f3f3;
  font-size:15px;
  font-weight:720;
  letter-spacing:-.02em;
}
.rx-detection-card-copy p {
  margin:7px 0 0;
  color:#666;
  font-size:10px;
}
.rx-detection-card-copy p strong { color:#a1a1a1; font-weight:650; }
.rx-detection-status {
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:9px;
  text-align:right;
}
.rx-detection-dot {
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:999px;
  background:#68d391;
  box-shadow:0 0 0 4px rgba(104,211,145,.10),0 0 18px rgba(104,211,145,.35);
}
.rx-detection-status strong {
  display:block;
  color:#68d391;
  font-size:11px;
  font-weight:780;
}
.rx-detection-status small {
  display:block;
  margin-top:3px;
  color:#505050;
  font-size:8px;
  text-transform:uppercase;
  letter-spacing:.07em;
}
@media (max-width:900px){
  .rx-detection-grid { grid-template-columns:1fr; }
}
@media (max-width:640px){
  .rx-detection-card { min-height:104px; padding:14px; }
}
