/* RummyGameList V33 — Editorial index system
   Direction: Indian card-game field guide, not a casino landing page or SaaS card wall. */

:root {
  --rgl-paper: #fbf5e8;
  --rgl-sheet: #fffdf8;
  --rgl-ink: #172231;
  --rgl-ink-soft: #4e5963;
  --rgl-blue: #163f78;
  --rgl-blue-dark: #102f5c;
  --rgl-saffron: #d85608;
  --rgl-saffron-dark: #a83a00;
  --rgl-gold: #edb72c;
  --rgl-green: #176044;
  --rgl-rule: #d8cdbb;
  --rgl-rule-dark: #a99c88;
  --rgl-display: Georgia, "Times New Roman", serif;
  --rgl-sans: "Avenir Next", "Noto Sans", "Segoe UI", Arial, sans-serif;
}

html:has(body.rgl-studio),
html:has(body.research-site),
body.rgl-studio,
body.research-site {
  max-width: 100%;
  overflow-x: clip;
  color: var(--rgl-ink);
  background: var(--rgl-paper);
  font-family: var(--rgl-sans);
}

body:is(.rgl-studio,.research-site) *,
body:is(.rgl-studio,.research-site) *::before,
body:is(.rgl-studio,.research-site) *::after { box-sizing: border-box; }

body:is(.rgl-studio,.research-site) :is(h1,h2,h3) {
  color: var(--rgl-ink);
  font-family: var(--rgl-display);
  letter-spacing: -.025em !important;
  text-wrap: balance;
}

body:is(.rgl-studio,.research-site) :is(a,button) {
  transition: color .15s ease, background-color .15s ease, border-color .15s ease;
}

body:is(.rgl-studio,.research-site) :is(a,button,input,summary):focus-visible {
  outline: 3px solid #0b66d0;
  outline-offset: 3px;
}

/* A quiet masthead: the site should read like a publication, not an offer banner. */
body:is(.rgl-studio,.research-site) .site-responsibility-strip {
  min-height: 32px;
  padding: 6px 18px !important;
  color: #fff !important;
  background: var(--rgl-blue-dark) !important;
  border-bottom: 1px solid rgba(255,255,255,.2) !important;
  font-size: 11px !important;
  letter-spacing: .02em !important;
}

body:is(.rgl-studio,.research-site) .site-responsibility-strip b {
  width: auto;
  height: auto;
  padding: 2px 7px;
  color: #2d2000;
  background: var(--rgl-gold);
  border-radius: 2px;
}

.rgl-studio :is(.market-header,.profile-header,.compact-header),
.research-site .research-header {
  min-height: 72px;
  color: var(--rgl-ink);
  background: rgba(255,253,248,.98) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--rgl-rule) !important;
  box-shadow: none !important;
}

.rgl-studio :is(.market-header,.profile-header,.compact-header) .brand,
.research-site .research-brand { color: var(--rgl-ink) !important; }

.rgl-studio :is(.market-header,.profile-header,.compact-header) nav,
.research-site .research-nav { gap: 2px; flex-wrap: wrap; }

.rgl-studio :is(.market-header,.profile-header,.compact-header) nav a,
.research-site .research-nav a {
  min-height: 42px;
  padding: 12px 13px;
  color: #34404b !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  font-size: 12px;
  font-weight: 750;
}

.rgl-studio :is(.market-header,.profile-header,.compact-header) nav a:hover,
.research-site .research-nav a:hover,
.research-site .research-nav a[aria-current="page"] {
  color: var(--rgl-saffron-dark) !important;
  border-bottom-color: var(--rgl-saffron) !important;
}

.rgl-studio :is(.market-header,.profile-header) .language,
.research-site .research-language {
  min-height: 40px;
  padding: 9px 12px;
  color: var(--rgl-blue) !important;
  background: transparent !important;
  border: 1px solid var(--rgl-blue) !important;
  border-radius: 2px !important;
}

.rgl-studio .mobile-nav-download,
.rgl-studio .market-header > a[href*="download"] {
  min-height: 42px;
  padding: 11px 18px;
  color: #fff !important;
  background: var(--rgl-saffron-dark) !important;
  background-image: none !important;
  border: 1px solid var(--rgl-saffron-dark) !important;
  border-radius: 2px !important;
  box-shadow: none !important;
}

.rgl-studio .market-mobile-nav,
.rgl-studio .compact-mobile-nav {
  color: var(--rgl-ink);
  background: var(--rgl-sheet) !important;
  border-bottom: 1px solid var(--rgl-rule) !important;
  box-shadow: none !important;
}

.rgl-studio .market-mobile-nav a,
.rgl-studio .compact-mobile-nav a {
  color: #35414b !important;
  border-radius: 0 !important;
}

/* Flat action language — no gradients, glow, bounce or pill geometry. */
.rgl-studio :is(.market-primary,.market-secondary,.featured-details,.app-details-cta,.rules-guide-cta,.blog-read-link,.profile-source-link,.campaign-apk-panel a,.article-download-promo>a),
.research-site :is(.hub-answer a,.research-footer a) {
  border-radius: 2px !important;
  background-image: none !important;
  box-shadow: none !important;
  transform: none !important;
  text-decoration: none;
}

.rgl-studio .market-actions { gap: 10px; }
.rgl-studio .market-actions .market-secondary {
  color: #fff !important;
  background: var(--rgl-saffron-dark) !important;
  border: 1px solid var(--rgl-saffron-dark) !important;
  box-shadow: none !important;
}
.rgl-studio .market-actions .market-primary {
  color: var(--rgl-blue) !important;
  background: transparent !important;
  border: 1px solid var(--rgl-blue) !important;
  box-shadow: none !important;
}
.rgl-studio .market-actions :is(.market-primary,.market-secondary):hover {
  color: #fff !important;
  background: var(--rgl-blue-dark) !important;
  border-color: var(--rgl-blue-dark) !important;
}

.rgl-studio .rgl-link-icon {
  width: 22px;
  height: 22px;
  flex-basis: 22px;
  margin-left: 6px;
  border: 0;
  border-radius: 0;
}
.rgl-studio .rgl-link-icon::before { width: 6px; height: 6px; }
.rgl-studio a:hover .rgl-link-icon { transform: none; background: transparent; }

/* Homepage entrance: editorial front page with one vertical color field. */
.rgl-studio .market-hero {
  min-height: 510px;
  padding: 72px clamp(24px,7vw,100px) 64px;
  display: grid;
  grid-template-columns: minmax(0,1.65fr) minmax(280px,.72fr);
  gap: clamp(42px,7vw,104px);
  align-items: center;
  background: var(--rgl-sheet) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--rgl-rule) !important;
}

.rgl-studio .market-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 9px;
  background: var(--rgl-saffron);
}
.rgl-studio .market-hero::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 31%;
  background: var(--rgl-blue);
  pointer-events: none;
}
.rgl-studio .market-hero-slide,
.rgl-studio .hero-slide-controls,
.rgl-studio .hero-motion-deck { display: none !important; }
.rgl-studio .market-hero-copy {
  z-index: 2;
  width: auto;
  max-width: 760px;
  margin: 0;
  padding: 0;
}
.rgl-studio .market-hero-copy::before {
  content: "RUMMY APP RESEARCH · INDIA";
  display: block;
  width: max-content;
  margin: 0 0 18px;
  padding: 0 0 8px;
  color: var(--rgl-saffron-dark);
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--rgl-gold);
  border-radius: 0;
  box-shadow: none;
  font: 800 11px/1.2 var(--rgl-sans);
  letter-spacing: .13em;
}
.rgl-studio .market-label {
  padding: 0;
  color: var(--rgl-blue) !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 11px;
  letter-spacing: .09em;
}
.rgl-studio .market-hero h1 {
  max-width: 720px;
  margin: 14px 0 18px;
  color: var(--rgl-ink);
  font-family: var(--rgl-display);
  font-size: clamp(48px,5.4vw,76px);
  font-weight: 700;
  line-height: .98;
}
.rgl-studio .market-hero h1 em { color: var(--rgl-saffron-dark) !important; font-style: normal; }
.rgl-studio .market-hero-copy > p {
  max-width: 670px;
  color: var(--rgl-ink-soft);
  font-size: 17px;
  line-height: 1.66;
}
.rgl-studio .registration-note { color: #635c52; }
.rgl-studio .hero-badges {
  gap: 0;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--rgl-rule);
}
.rgl-studio .hero-badges span {
  padding: 4px 17px 4px 0;
  margin-right: 17px;
  color: #5d584f;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--rgl-rule);
  border-radius: 0;
}
.rgl-studio .hero-directory-proof {
  z-index: 2;
  width: auto;
  padding: 24px 26px 18px;
  color: var(--rgl-ink);
  background: var(--rgl-sheet);
  border: 0;
  border-top: 5px solid var(--rgl-gold);
  border-radius: 0;
  box-shadow: 14px 14px 0 rgba(8,28,61,.22);
}
.rgl-studio .hero-directory-proof > small { color: var(--rgl-saffron-dark); }
.rgl-studio .hero-directory-proof > b { font-family: var(--rgl-display); font-size: 25px; }
.rgl-studio .hero-directory-proof a { border-top-color: var(--rgl-rule); }
.rgl-studio .hero-directory-proof img { border-radius: 3px; }

/* Trust declaration: a compact editorial note, not another three-card feature block. */
.rgl-studio .site-position-statement {
  max-width: 1180px;
  margin: 38px auto 70px;
  padding: 28px 0 0;
  background: transparent;
  border: 0;
  border-top: 3px solid var(--rgl-blue);
}
.rgl-studio .site-position-statement > div:first-child {
  grid-template-columns: 220px minmax(0,1fr);
  align-items: start;
  border-bottom-color: var(--rgl-rule);
}
.rgl-studio .site-position-statement h2 { color: var(--rgl-blue); font-size: clamp(30px,3.8vw,48px); }
.rgl-studio .site-position-points {
  grid-template-columns: repeat(3,minmax(0,1fr));
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--rgl-rule);
}
.rgl-studio .site-position-points article {
  padding: 10px 26px 24px 0;
  background: transparent;
  border-right: 1px solid var(--rgl-rule);
}
.rgl-studio .site-position-points article + article { padding-left: 26px; }
.rgl-studio .site-position-points article:last-child { border-right: 0; }
.rgl-studio .site-position-statement nav a { color: var(--rgl-saffron-dark) !important; }

/* Section rhythm varies by task: ranking, catalogue, reading and policy each feel different. */
.rgl-studio :is(.popular-row,.directory-section,.rummy-formats-section,.rummy-rules-section,.market-blog-strip,.download-guide,.market-faq,.keyword-intro,.market-about,.simple-trust) {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.rgl-studio :is(.popular-heading,.directory-intro,.rummy-formats-heading,.market-blog-heading,.guide-heading,.market-faq>div:first-child,.about-directory-intro>div:first-child) > small {
  color: var(--rgl-saffron-dark) !important;
  font: 800 10px/1.2 var(--rgl-sans);
  letter-spacing: .12em;
}
.rgl-studio :is(.popular-heading,.directory-intro,.rummy-formats-heading,.market-blog-heading,.guide-heading,.market-faq>div:first-child,.about-directory-intro>div:first-child) h2 {
  color: var(--rgl-blue) !important;
  font-family: var(--rgl-display) !important;
  font-size: clamp(32px,3.8vw,50px) !important;
  font-weight: 700 !important;
}

/* Featured Apps becomes a ranked ledger. */
.rgl-studio .popular-row {
  display: grid;
  grid-template-columns: 270px minmax(0,1fr);
  gap: 0 40px;
  padding: 66px max(24px,calc((100vw - 1180px)/2));
  background: #f4ead9 !important;
}
.rgl-studio .popular-row::before {
  inset: 66px auto auto max(24px,calc((100vw - 1180px)/2));
  width: 54px;
  height: 3px;
  background: var(--rgl-saffron);
}
.rgl-studio .popular-heading {
  grid-row: 1 / span 3;
  padding: 22px 30px 0 0;
}
.rgl-studio .popular-heading p { line-height: 1.68; }
.rgl-studio .popular-row > a {
  display: grid;
  grid-template-columns: 58px 64px minmax(0,1fr) auto;
  gap: 17px;
  min-height: 112px;
  padding: 18px 0;
  color: var(--rgl-ink);
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid var(--rgl-rule-dark) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.rgl-studio .popular-row > a:last-child { border-bottom: 1px solid var(--rgl-rule-dark) !important; }
.rgl-studio .popular-row > a::before { display: none; }
.rgl-studio .popular-row > a:hover { transform: none; background: rgba(255,255,255,.38) !important; }
.rgl-studio .popular-row img { width: 64px; height: 64px; border-radius: 3px; }
.rgl-studio .featured-rank { border: 0; }
.rgl-studio .featured-rank b { color: var(--rgl-blue) !important; font-family: var(--rgl-display); font-size: 24px; }
.rgl-studio .featured-rank small,
.rgl-studio .featured-champion .featured-rank small {
  padding: 0;
  color: var(--rgl-saffron-dark);
  background: transparent;
  border-radius: 0;
  font-size: 9px;
}
.rgl-studio .featured-category,
.rgl-studio .featured-champion .featured-category {
  padding: 0 !important;
  color: var(--rgl-saffron-dark) !important;
  background: transparent !important;
}
.rgl-studio .featured-stars i { color: #735000 !important; }
.rgl-studio .featured-stars small {
  color: #554b44 !important;
  font-size: 10.5px !important;
}
.rgl-studio .featured-details {
  color: var(--rgl-blue) !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--rgl-blue) !important;
}

/* Directory entries resemble a research register, not repeated product cards. */
.rgl-studio .directory-section {
  padding: 74px max(24px,calc((100vw - 1180px)/2));
  background: var(--rgl-sheet) !important;
}
.rgl-studio .directory-intro {
  align-items: end;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--rgl-rule-dark);
}
.rgl-studio .search-box {
  min-height: 48px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--rgl-blue);
  border-radius: 0;
  box-shadow: none;
}
.rgl-studio .search-box input { background: transparent; }
.rgl-studio .category-tabs { gap: 0; margin: 22px 0 0; border-bottom: 1px solid var(--rgl-rule); }
.rgl-studio .category-tabs button {
  min-height: 44px;
  padding: 10px 17px;
  color: #4c5660;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 3px solid transparent !important;
  border-radius: 0 !important;
}
.rgl-studio .category-tabs button.active {
  color: var(--rgl-blue) !important;
  background: transparent !important;
  border-bottom-color: var(--rgl-saffron) !important;
}
.rgl-studio .result-count { color: #625b52; }
.rgl-studio .directory-grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0;
  border-top: 1px solid var(--rgl-rule-dark);
  border-left: 1px solid var(--rgl-rule-dark);
}
.rgl-studio .directory-card {
  min-height: 254px;
  padding: 22px 22px 18px;
  background: transparent !important;
  border: 0 !important;
  border-right: 1px solid var(--rgl-rule-dark) !important;
  border-bottom: 1px solid var(--rgl-rule-dark) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.rgl-studio .directory-card::before { display: none; }
.rgl-studio .directory-card:hover { transform: none; background: #f7efe1 !important; box-shadow: none !important; }
.rgl-studio .directory-card-main { grid-template-columns: 66px minmax(0,1fr); }
.rgl-studio .directory-card-main > img { border-radius: 3px; }
.rgl-studio .directory-card-title h3 { font-family: var(--rgl-display); font-size: 23px; }
.rgl-studio .directory-card-title :is(.reviewed,.listed) {
  padding: 2px 6px;
  color: var(--rgl-green) !important;
  background: transparent !important;
  border: 1px solid currentColor;
  border-radius: 2px;
  font-size: 8px;
}
.rgl-studio .directory-card-title .listed { color: #695f53 !important; }
.rgl-studio .directory-category { border-radius: 0; }
.rgl-studio .directory-information { border-top-color: var(--rgl-rule); }
.rgl-studio .directory-category small,
.rgl-studio .directory-information dt {
  color: #4e5a55 !important;
  font-size: 10.5px !important;
  letter-spacing: .06em;
}
.rgl-studio .directory-listing-summary > small {
  color: #4f5b56 !important;
  font-size: 10.5px !important;
}
.rgl-studio .app-details-cta {
  width: max-content;
  margin-top: auto;
  padding: 6px 0 3px;
  color: var(--rgl-saffron-dark) !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid currentColor !important;
}

.rgl-studio .india-update-note {
  border-radius: 0;
  background: #f1eadf;
  border-left: 4px solid var(--rgl-blue);
}

/* Category and safety sections use rules, not a wall of identical cards. */
.rgl-studio .rummy-formats-section { background: #eee6d8 !important; }
.rgl-studio .rummy-format-grid { gap: 0; border-top: 1px solid var(--rgl-rule-dark); }
.rgl-studio .rummy-format-grid article {
  padding: 22px 24px;
  background: transparent !important;
  border: 0 !important;
  border-right: 1px solid var(--rgl-rule-dark) !important;
  border-bottom: 1px solid var(--rgl-rule-dark) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.rgl-studio .rummy-format-grid article > span {
  color: #174f91 !important;
  font-size: 10.5px !important;
}
.rgl-studio .rummy-rules-section {
  background: var(--rgl-blue-dark) !important;
  border-top: 6px solid var(--rgl-saffron) !important;
}
.rgl-studio .rummy-rules-section > header > small {
  color: #ffda6b !important;
}
body.rgl-studio #teen-patti-rules > header > small {
  color: #ffda6b !important;
}
.rgl-studio .rummy-rules-compact {
  border-radius: 0;
  box-shadow: none;
  border-left: 5px solid var(--rgl-gold);
}
.rgl-studio .rummy-rules-compact li { border-radius: 0; }

.rgl-studio .market-blog-strip { background: var(--rgl-paper) !important; }
.rgl-studio .market-blog-heading { max-width: 760px; }
.rgl-studio .market-blog-cards {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 0;
  border-top: 2px solid var(--rgl-blue);
}
.rgl-studio .market-blog-cards article {
  background: transparent !important;
  border: 0 !important;
  border-right: 1px solid var(--rgl-rule-dark) !important;
  border-bottom: 1px solid var(--rgl-rule-dark) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.rgl-studio .market-blog-cards article:last-child { border-right: 0 !important; }
.rgl-studio .market-blog-cards article > a { min-height: 100%; padding: 24px; }
.rgl-studio .market-blog-number {
  color: var(--rgl-saffron-dark) !important;
  background: transparent !important;
  font: 700 28px/1 var(--rgl-display);
}
.rgl-studio .market-blog-card-copy h3 {
  position: static;
  margin: 11px 0 13px;
  color: var(--rgl-blue) !important;
  font: 700 25px/1.12 var(--rgl-display);
  text-shadow: none;
}
.rgl-studio .market-blog-card-copy { min-height: 0; }
.rgl-studio .market-blog-card-copy > div,
.rgl-studio .market-blog-card-copy time { color: #5c5a55 !important; }

.rgl-studio .download-guide { background: var(--rgl-sheet) !important; }
.rgl-studio .download-steps { gap: 0; border-top: 1px solid var(--rgl-rule-dark); }
.rgl-studio .download-steps article {
  background: transparent !important;
  border: 0 !important;
  border-right: 1px solid var(--rgl-rule-dark) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.rgl-studio .download-steps article b { color: var(--rgl-saffron-dark); background: transparent; }

.rgl-studio .market-faq {
  display: grid;
  grid-template-columns: minmax(240px,.7fr) minmax(0,1.3fr);
  gap: clamp(36px,7vw,90px);
  background: #eee6d8 !important;
}
.rgl-studio .market-faq-list { border-top: 1px solid var(--rgl-rule-dark); }
.rgl-studio .market-faq-list details {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--rgl-rule-dark) !important;
  border-radius: 0 !important;
}
.rgl-studio .market-faq-list summary { padding: 19px 0; color: var(--rgl-blue); }
.rgl-studio .market-faq-list details p { padding: 0 0 20px; }

.rgl-studio .about-directory-intro { background: var(--rgl-sheet) !important; }
.rgl-studio .market-about { background: var(--rgl-blue-dark) !important; }
.rgl-studio .simple-trust {
  color: var(--rgl-ink) !important;
  background: #e9dfd0 !important;
}
.rgl-studio .simple-trust :is(h2,b) { color: var(--rgl-blue-dark) !important; }
.rgl-studio .simple-trust :is(small,span,a) { color: #4c5358 !important; }

/* The privacy note is the one deliberate dark editorial panel. Explicit
   colors avoid the low-contrast translucent text inherited from the old UI. */
.rgl-studio .privacy-brief {
  color: #fff !important;
  background: var(--rgl-blue-dark) !important;
  background-image: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.rgl-studio .privacy-brief :is(h2,p,span) { color: #f8f2e8 !important; }
.rgl-studio .privacy-brief small,
.rgl-studio .privacy-brief b { color: #ffda6b !important; }

/* App dossier pages: remove the one-giant-card treatment. */
.rgl-studio .profile-shell { max-width: 1180px; }
.rgl-studio .profile-breadcrumb { color: #625b52; }
.rgl-studio .profile-breadcrumb a { color: var(--rgl-blue); }
.rgl-studio .profile-hero-v2 {
  grid-template-columns: 130px minmax(0,1fr) minmax(280px,340px);
  align-items: center;
  gap: 28px;
  padding: 48px 0 44px;
  color: var(--rgl-ink);
  background: transparent !important;
  border: 0 !important;
  border-top: 4px solid var(--rgl-saffron) !important;
  border-bottom: 1px solid var(--rgl-rule-dark) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.rgl-studio .profile-app-icon { align-self: center; }
.rgl-studio .profile-app-icon img,
.rgl-studio .profile-hero-v2 > img { border-radius: 4px !important; box-shadow: none !important; }
.rgl-studio .profile-hero-v2 :is(h1,h2) { color: var(--rgl-ink) !important; }
.rgl-studio .profile-hero-v2 h1 { font-family: var(--rgl-display); font-size: clamp(43px,4.6vw,64px); line-height: 1.01; }
.rgl-studio .profile-hero-v2 p { color: var(--rgl-ink-soft) !important; }
.rgl-studio .profile-hero-v2 small { color: var(--rgl-saffron-dark); }
.rgl-studio .profile-hero-v2 .status {
  border-radius: 2px;
  color: #fff !important;
  background: var(--rgl-blue) !important;
}
.rgl-studio .profile-action-card {
  padding: 22px 0 22px 24px;
  background: transparent !important;
  border: 0 !important;
  border-left: 1px solid var(--rgl-rule-dark) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.rgl-studio .profile-action-card .profile-source-link {
  color: #fff !important;
  background: var(--rgl-blue) !important;
  border-color: var(--rgl-blue) !important;
}
.rgl-studio .profile-action-card a[href*="download"] {
  color: #fff !important;
  background: var(--rgl-saffron-dark) !important;
  border-color: var(--rgl-saffron-dark) !important;
}
.rgl-studio .profile-toc {
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--rgl-rule-dark) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.rgl-studio .profile-toc a { padding: 17px 16px; border-bottom: 3px solid transparent; }
.rgl-studio .profile-toc a:hover { border-bottom-color: var(--rgl-saffron); }
.rgl-studio :is(.profile-callout,.profile-evidence-snapshot,.profile-evidence-limit,.profile-editorial-analysis,.v25-depth-module,.v25-editor-note,.editorial-note,.eat-disclosure) {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.rgl-studio .profile-callout { border-left: 5px solid var(--rgl-saffron); }
.rgl-studio .profile-fact-table,
.rgl-studio .profile-steps,
.rgl-studio .safety-check-grid { border-radius: 0 !important; }
.rgl-studio .profile-faq-list details { border-radius: 0 !important; }
.rgl-studio .related-profiles > div > a,
.rgl-studio .profile-related-guides > div > a,
.rgl-studio .article-related-posts > div > a,
.rgl-studio .article-related-apps > div > a {
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Blog becomes a reading publication: typographic covers and ruled stories. */
.rgl-studio .blog-hero {
  padding: 72px max(24px,calc((100vw - 1180px)/2));
  color: var(--rgl-ink);
  background: var(--rgl-sheet) !important;
  border-bottom: 1px solid var(--rgl-rule-dark);
}
.rgl-studio .blog-hero h1 { color: var(--rgl-blue); font-family: var(--rgl-display); }
.rgl-studio .blog-hero > div:first-child > p {
  color: #4f5963 !important;
  opacity: 1 !important;
}
.rgl-studio .blog-hero-card {
  background: transparent !important;
  border: 0 !important;
  border-left: 5px solid var(--rgl-saffron) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.rgl-studio .blog-hero-card h2 {
  color: var(--rgl-blue) !important;
  opacity: 1 !important;
}
.rgl-studio .blog-hero-card p {
  color: #4f5963 !important;
  opacity: 1 !important;
}
.rgl-studio .blog-category-nav { border-radius: 0; border-bottom: 1px solid var(--rgl-rule-dark); }
.rgl-studio .blog-category-nav a { border-radius: 0; }
.rgl-studio .blog-card-grid {
  gap: 0;
  border-top: 2px solid var(--rgl-blue);
  border-left: 1px solid var(--rgl-rule-dark);
}
.rgl-studio .blog-card {
  min-height: 330px;
  background: transparent !important;
  border: 0 !important;
  border-right: 1px solid var(--rgl-rule-dark) !important;
  border-bottom: 1px solid var(--rgl-rule-dark) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.rgl-studio .blog-card-body { min-height: 330px; padding: 27px 24px 24px; }
.rgl-studio .blog-card-body h2 {
  position: static;
  margin: 12px 0;
  color: var(--rgl-blue) !important;
  font: 700 27px/1.12 var(--rgl-display);
  text-shadow: none;
}
.rgl-studio .blog-card-body h2 a { color: inherit; text-shadow: none; }
.rgl-studio .blog-card-body > small,
.rgl-studio .blog-card-body > p {
  color: #555f68 !important;
  opacity: 1 !important;
}
.rgl-studio .blog-text-category {
  padding: 0 0 6px;
  color: var(--rgl-saffron-dark);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--rgl-gold);
  border-radius: 0;
}
.rgl-studio .blog-read-link { color: var(--rgl-saffron-dark) !important; background: transparent !important; }

.rgl-studio .article-shell { max-width: 1180px; }
.rgl-studio .article-hero {
  max-width: 960px;
  padding: 46px 0 42px 44px;
  color: var(--rgl-ink);
  background: transparent !important;
  border: 0 !important;
  border-left: 7px solid var(--rgl-saffron) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.rgl-studio .article-hero h1 {
  max-width: 900px;
  color: var(--rgl-blue) !important;
  font-family: var(--rgl-display);
  font-size: clamp(46px,6vw,78px);
  line-height: .99;
}
.rgl-studio .article-hero > p { max-width: 820px; color: var(--rgl-ink-soft) !important; }
.rgl-studio .article-hero > span { color: var(--rgl-saffron-dark) !important; }
.rgl-studio .article-hero > div,
.rgl-studio .article-hero > div > span { color: #5f5951 !important; }
.rgl-studio .article-hero > div .article-author-link { color: var(--rgl-blue) !important; }
.rgl-studio .article-review-credit {
  width: max-content;
  color: var(--rgl-ink) !important;
  background: #eee5d7;
  border-left: 3px solid var(--rgl-gold);
  border-radius: 0;
}
.rgl-studio .article-review-credit a { color: var(--rgl-blue) !important; }
.rgl-studio .article-layout { border-top: 1px solid var(--rgl-rule-dark); }
.rgl-studio :is(.article-summary,.article-review-cycle,.geo-direct-answer,.geo-source-notes,.geo-hub-method,.article-disclaimer) {
  background: transparent !important;
  border: 0 !important;
  border-left: 4px solid var(--rgl-blue) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.rgl-studio .geo-direct-answer { border-left-color: var(--rgl-saffron) !important; }
.rgl-studio .article-download-promo {
  color: #fff;
  background: var(--rgl-blue) !important;
  background-image: none !important;
  border: 0 !important;
  border-left: 6px solid var(--rgl-gold) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.rgl-studio .article-download-promo > a {
  color: #291c00 !important;
  background: var(--rgl-gold) !important;
  border-color: var(--rgl-gold) !important;
}
.rgl-studio .article-body h2 { color: var(--rgl-blue); font-family: var(--rgl-display); }
.rgl-studio .article-section-number { color: var(--rgl-saffron-dark); background: transparent; border-radius: 0; }
.rgl-studio .article-sidebar > div { border-radius: 0 !important; box-shadow: none !important; }
.rgl-studio .article-author-card img { border-radius: 2px; }
.rgl-studio .eat-disclosure-grid article { background: transparent; border: 0; border-top: 1px solid var(--rgl-rule-dark); border-radius: 0; }

/* Author and policy pages retain hierarchy without making every fact a chip/card. */
.rgl-studio .author-profile-page,
.rgl-studio .author-hub-page { background: var(--rgl-paper); }
.rgl-studio .author-profile-hero img,
.rgl-studio .author-profile-hero figure::before { border-radius: 0; }
.rgl-studio .author-profile-hero dl { background: transparent; border: 0; border-top: 1px solid var(--rgl-rule-dark); }
.rgl-studio .author-profile-hero dl div { background: transparent; border-bottom: 1px solid var(--rgl-rule); }
.rgl-studio .author-profile-content aside ul { display: block; }
.rgl-studio .author-profile-content aside li { padding: 8px 0; background: transparent; border: 0; border-bottom: 1px solid var(--rgl-rule); border-radius: 0; }
.rgl-studio .author-latest > div { gap: 0; border-left: 1px solid var(--rgl-rule-dark); }
.rgl-studio .author-latest article { background: transparent; border: 0; border-top: 3px solid var(--rgl-saffron); border-right: 1px solid var(--rgl-rule-dark); border-bottom: 1px solid var(--rgl-rule-dark); }
.rgl-studio .author-team-grid { gap: 0; border-top: 2px solid var(--rgl-blue); border-left: 1px solid var(--rgl-rule-dark); }
.rgl-studio .author-team-card { background: transparent; border: 0; border-right: 1px solid var(--rgl-rule-dark); border-bottom: 1px solid var(--rgl-rule-dark); }

.research-site .hub-hero {
  padding: 72px max(24px,calc((100vw - 1160px)/2));
  color: var(--rgl-ink);
  background: var(--rgl-sheet) !important;
  border-bottom: 1px solid var(--rgl-rule-dark);
}
.research-site .hub-hero h1 { color: var(--rgl-blue); font-family: var(--rgl-display); }
.research-site .hub-answer {
  background: transparent;
  border: 0;
  border-left: 5px solid var(--rgl-saffron);
  border-radius: 0;
}
.research-site .legal-position-callout {
  color: #fff;
  background: var(--rgl-blue-dark);
  border-left-color: var(--rgl-gold);
  border-radius: 0;
}
.research-site .hub-article :is(table,.source-list li) { border-radius: 0; }
.research-site .hub-sidebar { border-radius: 0; box-shadow: none; border-top: 3px solid var(--rgl-saffron); }

/* Footer is a publication colophon, not one more floating card. */
.rgl-studio .market-footer,
.research-site .research-footer {
  color: #fff;
  background: #111e2b !important;
  border-top: 6px solid var(--rgl-saffron) !important;
}
.rgl-studio .footer-authors-entry,
.research-site .footer-authors-entry {
  max-width: 760px;
  padding: 18px 0;
  color: #fff !important;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(255,255,255,.3);
  border-radius: 0;
  box-shadow: none;
}
.rgl-studio .footer-authors-copy b,
.research-site .footer-authors-copy b { color: #fff; }
.rgl-studio .footer-authors-copy em,
.research-site .footer-authors-copy em { color: #bec8d0; }
.rgl-studio .footer-authors-copy small,
.research-site .footer-authors-copy small { color: #ffc94c !important; }
.rgl-studio .footer-author-portraits img,
.research-site .footer-author-portraits img { border-radius: 2px; border-color: #111e2b; }
.rgl-studio .footer-authors-entry > .rgl-link-icon,
.research-site .footer-authors-entry > .rgl-link-icon { color: #ffc94c !important; background: transparent; border: 0; }

@media (max-width: 1024px) {
  .rgl-studio .market-hero { grid-template-columns: minmax(0,1.45fr) minmax(260px,.65fr); gap: 36px; }
  .rgl-studio .market-hero::after { width: 27%; }
  .rgl-studio .popular-row { grid-template-columns: 220px minmax(0,1fr); gap: 0 26px; }
  .rgl-studio .profile-hero-v2 { grid-template-columns: 110px minmax(0,1fr) minmax(250px,290px); gap: 22px; }
  .rgl-studio .market-blog-card-copy h3 { font-size: 22px; }
}

@media (max-width: 760px) {
  .rgl-studio :is(.market-header,.profile-header,.compact-header),
  .research-site .research-header { min-height: 62px; }
  .rgl-studio :is(.market-header,.profile-header,.compact-header) nav,
  .research-site .research-nav { display: none; }
  .rgl-studio .market-header .brand > span:last-child { font-size: 16px; }
  .rgl-studio .market-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 48px 18px 42px 26px;
  }
  .rgl-studio .market-hero::after { display: none; }
  .rgl-studio .market-hero-copy::before { width: auto; font-size: 9px; }
  .rgl-studio .market-hero h1 { font-size: clamp(39px,11vw,50px) !important; line-height: .98; }
  .rgl-studio .market-hero-copy > p { font-size: 15px; }
  .rgl-studio .hero-directory-proof { width: 100%; box-shadow: 8px 8px 0 #e4d9c6; }
  .rgl-studio .market-actions { display: grid; grid-template-columns: 1fr; }
  .rgl-studio .hero-badges { display: grid; grid-template-columns: 1fr 1fr; }
  .rgl-studio .hero-badges span { margin: 0; border-right: 0; }
  .rgl-studio .site-position-statement { margin-inline: 18px; }
  .rgl-studio .site-position-statement > div:first-child,
  .rgl-studio .site-position-points { grid-template-columns: 1fr; }
  .rgl-studio .site-position-points article,
  .rgl-studio .site-position-points article + article { padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--rgl-rule); }
  .rgl-studio .popular-row { grid-template-columns: 1fr; padding: 52px 18px; }
  .rgl-studio .popular-heading { grid-row: auto; padding: 16px 0 26px; }
  .rgl-studio .popular-row::before { left: 18px; top: 50px; }
  .rgl-studio .popular-row > a { grid-template-columns: 44px 58px minmax(0,1fr); gap: 11px; }
  .rgl-studio .popular-row img { width: 58px; height: 58px; }
  .rgl-studio .featured-details { grid-column: 2 / -1; justify-self: start; }
  .rgl-studio .directory-section { padding: 56px 18px; }
  .rgl-studio .directory-intro { display: grid; grid-template-columns: 1fr; gap: 20px; }
  .rgl-studio .category-tabs { overflow-x: auto; flex-wrap: nowrap; scrollbar-width: thin; }
  .rgl-studio .category-tabs button { flex: 0 0 auto; }
  .rgl-studio .directory-grid { grid-template-columns: 1fr; }
  .rgl-studio .directory-card { min-height: 0; }
  .rgl-studio .rummy-format-grid,
  .rgl-studio .market-blog-cards,
  .rgl-studio .download-steps { grid-template-columns: 1fr; }
  .rgl-studio .market-blog-cards article { border-right: 0 !important; }
  .rgl-studio .market-faq { grid-template-columns: 1fr; gap: 28px; }
  .rgl-studio .profile-hero-v2 {
    grid-template-columns: 78px minmax(0,1fr);
    gap: 18px;
    padding: 32px 0;
  }
  .rgl-studio .profile-app-icon { align-self: start; }
  .rgl-studio .profile-hero-copy { min-width: 0; }
  .rgl-studio .profile-hero-v2 h1 { font-size: clamp(35px,10vw,46px) !important; }
  .rgl-studio .profile-action-card { grid-column: 1 / -1; padding: 22px 0 0; border-left: 0 !important; border-top: 1px solid var(--rgl-rule-dark) !important; }
  .rgl-studio .profile-toc { overflow-x: auto; flex-wrap: nowrap; }
  .rgl-studio .article-hero { padding: 34px 0 34px 22px; }
  .rgl-studio .article-hero h1 { font-size: clamp(39px,11.2vw,52px); }
  .rgl-studio .article-hero > div { display: grid; gap: 3px; }
  .rgl-studio .article-layout { grid-template-columns: 1fr; }
  .rgl-studio .blog-card-grid { grid-template-columns: 1fr; }
  .rgl-studio .blog-card { min-height: 0; }
  .rgl-studio .blog-card-body { min-height: 0; }
  .rgl-studio .author-team-card { grid-template-columns: 112px minmax(0,1fr); }
  .rgl-studio .footer-authors-entry,
  .research-site .footer-authors-entry { padding-inline: 0; }
  .research-site .hub-content { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .rgl-studio .market-header .brand > span:last-child,
  .rgl-studio .profile-header .brand > span:last-child { font-size: 14px; }
  .rgl-studio .mobile-nav-download { padding-inline: 10px; font-size: 10px; }
  .rgl-studio .market-mobile-nav,
  .rgl-studio .compact-mobile-nav { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .rgl-studio .market-mobile-nav a,
  .rgl-studio .compact-mobile-nav a { min-width: 0; padding-inline: 3px; font-size: 8.5px; }
  .rgl-studio .directory-card { padding: 18px 15px; }
  .rgl-studio .directory-card-main { grid-template-columns: 58px minmax(0,1fr); gap: 11px; }
  .rgl-studio .directory-card-main > img { width: 58px; height: 58px; }
  .rgl-studio .profile-hero-v2 { grid-template-columns: 68px minmax(0,1fr); }
  .rgl-studio .author-team-card { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  body:is(.rgl-studio,.research-site) *,
  body:is(.rgl-studio,.research-site) *::before,
  body:is(.rgl-studio,.research-site) *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

/* V33 render guard: the previous theme revealed hero content with a timed
   animation. The editorial layout is intentionally static and must remain
   fully legible before JavaScript and while screenshots are captured. */
.rgl-studio .market-hero,
.rgl-studio .market-hero-copy,
.rgl-studio .market-hero-copy > * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
}

.rgl-studio .market-header .brand > span:last-child,
.rgl-studio .profile-header .brand > span:last-child {
  color: var(--rgl-ink) !important;
}

.rgl-studio :is(.market-primary,.market-secondary,.mobile-nav-download,.mobile-download-bar,.app-details-cta,.profile-source-btn,.profile-promo-btn,.rules-guide-cta) {
  animation: none !important;
}

.rgl-studio .market-mobile-nav .mobile-nav-download,
.rgl-studio .compact-mobile-nav .mobile-nav-download {
  min-height: 44px;
  color: #fff !important;
  background: var(--rgl-saffron-dark) !important;
  border-color: var(--rgl-saffron-dark) !important;
  font-size: 10.5px;
}

/* V40 citation passage: editorial evidence, not a generic answer card. */
.rgl-studio .geo-direct-answer {
  padding: 26px 0 0 24px !important;
  border-top: 1px solid var(--rgl-rule-dark) !important;
  border-bottom: 1px solid var(--rgl-rule-dark) !important;
}
.rgl-studio .geo-answer-support {
  margin: 22px 0 0 -24px;
  padding: 18px 0 0 24px;
  border-top: 1px solid var(--rgl-rule);
}
.rgl-studio .geo-answer-evidence-label {
  display: block;
  margin-bottom: 11px;
  color: var(--rgl-saffron-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
}
.rgl-studio .geo-answer-evidence {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}
.rgl-studio .geo-answer-evidence li {
  min-width: 0;
  padding: 0 18px 20px;
  border-left: 1px solid var(--rgl-rule-dark);
}
.rgl-studio .geo-answer-evidence li:first-child { padding-left: 0; border-left: 0; }
.rgl-studio .geo-answer-evidence b,
.rgl-studio .geo-answer-evidence span { display: block; }
.rgl-studio .geo-answer-evidence b {
  margin-bottom: 5px;
  color: var(--rgl-blue);
  font-family: var(--rgl-display);
  font-size: 18px;
  line-height: 1.12;
}
.rgl-studio .geo-answer-evidence span {
  color: #444c52;
  font-size: 13px;
  line-height: 1.55;
}
@media (max-width:760px) {
  .rgl-studio .geo-answer-evidence { grid-template-columns: 1fr; }
  .rgl-studio .geo-answer-evidence li,
  .rgl-studio .geo-answer-evidence li:first-child {
    padding: 12px 0;
    border-left: 0;
    border-top: 1px solid var(--rgl-rule);
  }
  .rgl-studio .geo-answer-evidence li:first-child { border-top: 0; }
}



/* V41 INDEX-QUALITY CREDITS — named accountability without changing layout. */
.rgl-studio .profile-byline .profile-review-cycle {
  display: block;
  margin-top: 7px;
  color: #4f433d;
  font-size: 12px;
  line-height: 1.5;
}
.rgl-studio .profile-byline a {
  color: #163f78;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
