﻿:root{--bg:#f3f6fb;--surface:#fff;--ink:#182033;--muted:#657089;--brand:#123b75;--accent:#2b6eea;--line:#dce3ee;--danger:#b42318}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--ink)}a{color:var(--accent);text-decoration:none}.topbar{min-height:68px;background:#0d274e;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;gap:20px}.brand{font-size:1.65rem;font-weight:800;color:#fff}.brand span{font-weight:400}.topbar nav{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.topbar nav a,.link-button{color:#fff}.topbar form{margin:0}.link-button,.danger-link{background:none;border:0;padding:0;cursor:pointer;font:inherit}.welcome{opacity:.75}.container{width:min(1120px,92vw);margin:34px auto 70px}.hero{background:linear-gradient(135deg,#0d274e,#2b6eea);color:#fff;border-radius:24px;padding:64px;box-shadow:0 20px 50px rgba(18,59,117,.2)}.hero h1{font-size:clamp(2.2rem,5vw,4.5rem);max-width:760px;margin:8px 0 18px}.hero p{max-width:740px;font-size:1.16rem;line-height:1.6}.eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.12em}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:36px 0 20px}.post-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.card,.auth-card,.editor-card,.article-page,.table-wrap,.empty{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:0 10px 30px rgba(32,50,80,.06)}.card h3{font-size:1.35rem;margin:12px 0}.card p{color:var(--muted);line-height:1.55}.tag,.status{display:inline-block;background:#e9f0ff;color:#164b9b;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:700}.auth-card{max-width:480px;margin:50px auto}.editor-card{max-width:820px;margin:auto}.form-grid{display:grid;gap:18px}.form-grid label{display:grid;gap:8px;font-weight:700}.form-grid input,.form-grid textarea,.form-grid select{width:100%;padding:13px;border:1px solid var(--line);border-radius:10px;font:inherit}.primary{background:var(--accent);color:#fff;border:0;border-radius:10px;padding:13px 18px;font-weight:800;cursor:pointer}.button{display:inline-block}.form-actions{display:flex;align-items:center;gap:16px}.error,.success,.demo-box{padding:12px 14px;border-radius:10px;margin:16px 0}.error{background:#fee4e2;color:#912018}.success{background:#dcfae6;color:#087443}.demo-box{background:#eef4ff;color:#163e73}.article-page{max-width:860px;margin:auto}.article-page h1{font-size:clamp(2rem,5vw,3.5rem)}.article-meta{color:var(--muted)}.lead{font-size:1.2rem;color:#39445a;line-height:1.6}.article-content{line-height:1.8;font-size:1.05rem}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:14px;border-bottom:1px solid var(--line);vertical-align:top}small{color:var(--muted)}.actions{display:flex;gap:12px}.danger-link{color:var(--danger)}footer{text-align:center;color:var(--muted);padding:30px}@media(max-width:700px){.topbar{padding:16px 4vw;align-items:flex-start;flex-direction:column}.topbar nav{gap:12px}.container{margin-top:20px}.hero{padding:35px 24px}.section-head{align-items:flex-start;flex-direction:column}th:nth-child(4),td:nth-child(4){display:none}}

/* IF Atlas professional editorial layout */
:root{
  --bg:#f5f7fb;
  --surface:#ffffff;
  --ink:#172033;
  --muted:#657089;
  --brand:#123b75;
  --brand-dark:#0d274e;
  --accent:#f97316;
  --accent-soft:#fff3e8;
  --line:#dbe3ef;
  --danger:#b42318;
  --shadow:0 14px 34px rgba(23,32,51,.08);
}
body{background:var(--bg);color:var(--ink);font-family:Inter,Arial,Helvetica,sans-serif;min-height:100vh;display:flex;flex-direction:column}
a{color:var(--brand);font-weight:800}.topbar{background:#fff;color:var(--ink);border-bottom:1px solid var(--line);box-shadow:0 8px 24px rgba(23,32,51,.04);min-height:72px}.brand{display:inline-flex;align-items:center;gap:12px;color:var(--ink);letter-spacing:.02em}.brand:before{content:none}.brand-group,.if-badge{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:8px;background:var(--accent);color:#fff;font-family:Arial Black,Arial,Helvetica,sans-serif;font-size:1.08rem;font-weight:950;line-height:1;margin-left:0;letter-spacing:.02em}.brand-product{color:var(--ink);font-family:Arial Black,Arial,Helvetica,sans-serif;font-size:2.05rem;font-weight:950;line-height:.95;letter-spacing:.04em}.topbar nav a,.topbar .link-button{color:#344054}.topbar nav a:hover,.topbar .link-button:hover{color:var(--accent)}.welcome{color:var(--muted);font-weight:800}.container{width:min(1180px,92vw);margin:34px auto 56px;flex:1}.hero{border-radius:10px;background:linear-gradient(135deg,#112f5e 0%,#174a7c 58%,#f97316 160%);box-shadow:var(--shadow);padding:56px}.hero-editorial h1{font-size:clamp(2.35rem,5vw,4.7rem);line-height:1.02;max-width:850px}.hero-editorial p{max-width:760px;color:#e6edf7}.eyebrow{color:var(--accent);font-size:.76rem;font-weight:950;letter-spacing:.14em}.section-head{margin:34px 0 18px}.section-head h1,.section-head h2{margin:.35rem 0;color:var(--ink)}.section-head p{color:var(--muted);line-height:1.55}.category-nav{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0 28px}.category-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);background:#fff;color:#344054;border-radius:999px;padding:9px 13px;font-size:.9rem;font-weight:900;text-decoration:none}.category-pill span{display:inline-grid;place-items:center;min-width:24px;height:24px;border-radius:999px;background:var(--accent-soft);color:#c2410c;font-size:.75rem}.category-pill.active,.category-pill:hover{border-color:#fdba74;background:var(--accent-soft);color:#c2410c}.content-sections{display:grid;gap:34px}.content-group{display:grid;gap:14px}.group-title{display:flex;align-items:end;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);padding-bottom:10px}.group-title h3{font-size:1.35rem;margin:0}.group-title span{color:var(--muted);font-weight:800}.post-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px}.card,.auth-card,.editor-card,.article-page,.table-wrap,.empty,.category-panel{border-radius:10px;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff}.post-card{display:flex;flex-direction:column;min-height:230px}.post-card h3{font-size:1.28rem;line-height:1.25}.post-card p{flex:1}.tag,.status{background:var(--accent-soft);color:#c2410c;border-radius:999px;font-weight:950}.status.draft{background:#eef2f7;color:#475467}.primary{background:var(--accent);border-radius:8px;box-shadow:0 10px 22px rgba(249,115,22,.18)}.primary:hover{background:#ea580c}.admin-hero{align-items:center;background:#fff;border:1px solid var(--line);border-radius:10px;padding:24px;box-shadow:var(--shadow)}.admin-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0}.admin-kpis article{background:#fff;border:1px solid var(--line);border-radius:10px;padding:18px;box-shadow:var(--shadow)}.admin-kpis span{display:block;color:var(--muted);font-size:.78rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.admin-kpis strong{display:block;font-size:2rem;margin-top:6px;color:var(--ink)}.category-panel{padding:22px;margin-bottom:18px}.category-panel h2{margin:0 0 6px}.category-panel p{margin:0;color:var(--muted)}.admin-categories{margin-bottom:0}.muted-pill{color:var(--muted)}.admin-table table{font-size:.95rem}th{background:#f8fafc;color:#475467;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}td,th{padding:15px}.empty-cell{text-align:center;color:var(--muted);padding:28px!important}.actions{align-items:center}.actions form{margin:0}.danger-link{color:var(--danger);font-weight:800}.editor-pro{max-width:900px}.editor-pro h1{margin:.3rem 0}.editor-intro{color:var(--muted);line-height:1.55;margin-top:0}.form-row.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid input,.form-grid textarea,.form-grid select{border-radius:8px;border-color:#cfd8e5;background:#fff}.form-grid input:focus,.form-grid textarea:focus,.form-grid select:focus{outline:3px solid #fed7aa;border-color:var(--accent)}footer{margin-top:auto;border-top:1px solid var(--line);background:#fff;color:var(--muted);padding:22px;text-align:center}.powered-by{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:900;color:#475467}.powered-by .if-badge{width:34px;height:34px;border-radius:7px;font-size:.95rem}
@media(max-width:760px){.hero{padding:34px 22px}.admin-kpis,.form-row.two-cols{grid-template-columns:1fr}.admin-hero{align-items:flex-start}.group-title{display:block}.category-nav{gap:8px}.post-grid{grid-template-columns:1fr}}

/* IF Atlas media editor and clean home */
.hero-clean{padding:48px;background:linear-gradient(135deg,#0f2f5f 0%,#174a7c 66%,#f97316 150%)}
.hero-clean h1{max-width:780px;font-size:clamp(2.3rem,5vw,4.2rem);line-height:1.02;margin:.35rem 0 1rem}.hero-clean p{max-width:680px;color:#edf4ff}.home-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:28px 0 18px;padding-bottom:18px;border-bottom:1px solid var(--line)}.home-toolbar h2{margin:.25rem 0 0;font-size:1.7rem}.category-nav.compact{justify-content:flex-end;margin:0;max-width:680px}.featured-post{display:grid;grid-template-columns:minmax(320px,.74fr) 1fr;gap:28px;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow);padding:20px;margin:18px 0 30px;border-top:4px solid var(--post-accent)}.featured-post>img{width:100%;height:100%;min-height:320px;object-fit:cover;border-radius:8px;background:#eef2f7}.featured-post>div{display:flex;flex-direction:column;justify-content:center;padding:18px}.featured-post.no-cover{grid-template-columns:1fr}.featured-post.no-cover>div{max-width:820px}.featured-post h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.04;margin:14px 0}.featured-post h2 a{color:var(--post-title)}.featured-post p{font-size:1.08rem;line-height:1.65;color:var(--post-text);max-width:640px}.recent-section{margin-top:12px}.clean-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.compact-card{min-height:0;border-top:3px solid var(--post-accent)}.card-cover{width:100%;height:160px;object-fit:cover;border-radius:8px;margin:-6px 0 12px;background:#eef2f7}.clean-empty{margin-top:18px}.current-cover,.gallery-preview{display:flex;align-items:center;gap:14px;background:#f8fafc;border:1px solid var(--line);border-radius:10px;padding:12px;flex-wrap:wrap}.current-cover img,.gallery-preview img{width:120px;height:72px;object-fit:cover;border-radius:8px}.current-cover label{font-weight:800;color:var(--muted)}.form-row.three-cols{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.color-row input[type=color]{height:48px;padding:5px;cursor:pointer}.professional-article{max-width:940px;border-top:5px solid var(--post-accent)}.article-cover{width:100%;max-height:430px;object-fit:cover;border-radius:8px;margin-bottom:24px;background:#eef2f7}.article-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:24px}.article-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px;background:#eef2f7}.professional-article h1{color:var(--post-title);line-height:1.04}.professional-article .lead,.professional-article .article-content{color:var(--post-text)}.professional-article .tag{background:#fff3e8;color:var(--post-accent)}
@media(max-width:820px){.home-toolbar{display:block}.category-nav.compact{justify-content:flex-start;margin-top:16px}.featured-post{grid-template-columns:1fr}.featured-post>img{min-height:220px}.featured-post>div{padding:4px}.form-row.three-cols{grid-template-columns:1fr}.current-cover,.gallery-preview{align-items:flex-start;flex-direction:column}}






/* RLD premium identity refinements */
body{
  background:
    radial-gradient(circle at 18% 12%, rgba(249,115,22,.08), transparent 24%),
    radial-gradient(circle at 82% 8%, rgba(18,59,117,.08), transparent 26%),
    linear-gradient(135deg, #f8fafc 0%, #eef4ff 48%, #fff7ed 100%);
  position:relative;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.32;
  background-image:
    linear-gradient(115deg, transparent 0 24%, rgba(18,59,117,.11) 24.15%, transparent 24.6% 58%, rgba(249,115,22,.10) 58.15%, transparent 58.55%),
    radial-gradient(circle, rgba(18,59,117,.16) 1px, transparent 1.8px);
  background-size:340px 230px, 54px 54px;
  mask-image:linear-gradient(to bottom, #000 0%, rgba(0,0,0,.55) 42%, transparent 100%);
  z-index:-1;
}
.topbar{
  min-height:92px;
  padding:0 clamp(28px,6vw,86px);
  background:rgba(255,255,255,.86);
  border-bottom:1px solid rgba(219,227,239,.72);
  box-shadow:none;
  backdrop-filter:blur(18px);
}
.brand{gap:16px;text-decoration:none}.brand-group,.if-badge{
  width:52px;
  height:52px;
  border-radius:12px;
  font-size:1.34rem;
  font-weight:1000;
  box-shadow:0 14px 28px rgba(249,115,22,.24);
}
.brand-product{
  font-family:"Trebuchet MS", "Arial Black", Arial, Helvetica, sans-serif;
  font-size:2.45rem;
  font-weight:1000;
  letter-spacing:.24em;
  color:#101828;
  text-transform:uppercase;
}
.topbar nav{gap:28px}.topbar nav a,.topbar .link-button,.welcome{font-size:.92rem;font-weight:800;color:#475467}.topbar nav a:hover,.topbar .link-button:hover{color:#111827}
.auth-card-premium{
  max-width:560px;
  margin:72px auto;
  padding:44px;
  border-radius:18px;
  border:1px solid rgba(219,227,239,.82);
  box-shadow:0 28px 80px rgba(23,32,51,.12);
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(18px);
}
.login-kicker{
  display:inline-block;
  font-family:"Trebuchet MS", "Arial Black", Arial, Helvetica, sans-serif;
  font-size:.86rem;
  font-weight:1000;
  letter-spacing:.34em;
  color:var(--accent);
  margin-bottom:16px;
}
.auth-card-premium h1{
  margin:0 0 12px;
  font-size:clamp(2.2rem,5vw,3.65rem);
  line-height:1;
  letter-spacing:-.01em;
  color:#101828;
}
.auth-card-premium .login-statement{
  margin:0;
  max-width:470px;
  color:#1f2937;
  font-size:1.18rem;
  line-height:1.55;
  font-weight:800;
}
.auth-card-premium .login-support{
  margin:12px 0 28px;
  color:#667085;
  line-height:1.65;
}
.auth-card-premium .primary{
  min-height:48px;
  border-radius:999px;
  background:#101828;
  box-shadow:0 16px 34px rgba(16,24,40,.18);
}
.auth-card-premium .primary:hover{background:#000}
.powered-by{gap:9px;color:#667085;font-size:.9rem;letter-spacing:.01em}.powered-by .if-badge{width:36px;height:36px;border-radius:9px;font-size:.98rem;box-shadow:0 10px 22px rgba(249,115,22,.20)}
@media(max-width:700px){
  .topbar{min-height:84px;padding:18px 5vw}.brand-group{width:46px;height:46px;font-size:1.18rem}.brand-product{font-size:2rem;letter-spacing:.18em}.auth-card-premium{margin:38px auto;padding:30px 24px}
}

/* RLD CEO-grade brand pass */
.topbar{
  min-height:112px;
  padding:0 clamp(34px,7vw,104px);
}
.brand-signature{
  display:inline-flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
  padding:8px 0;
}
.brand-signature .brand-group{
  width:58px;
  height:58px;
  border-radius:14px;
  font-size:1.48rem;
  letter-spacing:.01em;
  box-shadow:0 18px 34px rgba(249,115,22,.28);
}
.brand-signature .brand-product{
  font-family:"Trebuchet MS", "Arial Black", Arial, Helvetica, sans-serif;
  font-size:2.72rem;
  line-height:.9;
  letter-spacing:.30em;
  font-weight:1000;
  color:#0b1220;
  transform:scaleX(1.04);
  transform-origin:left center;
}
.auth-card-premium{
  max-width:590px;
  padding:48px;
}
.auth-card-premium h1{
  letter-spacing:-.025em;
}
.auth-card-premium .login-statement{
  font-size:1.26rem;
  color:#111827;
}
.auth-card-premium .login-support{
  font-size:1rem;
  font-weight:900;
  color:#f97316;
  letter-spacing:.02em;
}
.identity-actions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:26px 0 18px;
}
.identity-actions button{
  min-height:48px;
  border:1px solid #d8e0eb;
  border-radius:999px;
  background:rgba(255,255,255,.84);
  color:#111827;
  font:inherit;
  font-weight:900;
  cursor:default;
  box-shadow:0 8px 20px rgba(23,32,51,.04);
}
.login-divider{
  display:flex;
  align-items:center;
  gap:14px;
  margin:2px 0 18px;
  color:#98a2b3;
  font-size:.82rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.login-divider:before,.login-divider:after{
  content:"";
  height:1px;
  flex:1;
  background:#e4e9f2;
}
.auth-card-premium .form-grid input{
  min-height:50px;
  border-radius:14px;
  background:#fbfcff;
}
.auth-card-premium .primary{
  min-height:58px;
  border-radius:999px;
  font-size:1rem;
  letter-spacing:.01em;
  background:linear-gradient(135deg,#0b1220,#263244);
  box-shadow:0 18px 38px rgba(16,24,40,.24);
}
.powered-by{
  font-weight:950;
  color:#475467;
}
.powered-by .if-badge{
  width:38px;
  height:38px;
  border-radius:10px;
  font-size:1.02rem;
}
@media(max-width:700px){
  .topbar{min-height:104px}.brand-signature .brand-group{width:52px;height:52px;font-size:1.32rem}.brand-signature .brand-product{font-size:2.28rem;letter-spacing:.22em}.identity-actions{grid-template-columns:1fr}.auth-card-premium{padding:32px 24px}
}

/* RLD Sprint 001 entry refinements */
.brand-signature{align-items:flex-start;gap:12px}.brand-signature .brand-group{margin-left:0}.brand-signature .brand-product{margin-left:0;padding-left:0;text-indent:0;letter-spacing:.34em}
.auth-card-premium{padding-top:54px;padding-bottom:54px}.auth-card-premium h1{margin-bottom:20px}.auth-card-premium .login-statement{margin-top:0;margin-bottom:18px}.auth-card-premium .login-support{margin-top:0;margin-bottom:34px}.identity-actions{margin-top:0;margin-bottom:24px}.login-divider{margin:4px 0 24px}.auth-card-premium .form-grid{gap:20px}.auth-card-premium .primary{margin-top:4px}
@media(max-width:700px){.brand-signature .brand-product{letter-spacing:.24em}.auth-card-premium{padding-top:38px;padding-bottom:38px}}

/* RLD onboarding workspace */
.onboarding-shell{
  width:min(1040px,94vw);
  margin:56px auto 72px;
}
.onboarding-hero{
  max-width:760px;
  margin-bottom:30px;
}
.onboarding-hero h1{
  margin:8px 0 14px;
  font-size:clamp(2.6rem,6vw,5rem);
  line-height:.95;
  color:#0b1220;
  letter-spacing:-.035em;
}
.onboarding-hero p{
  margin:0;
  color:#475467;
  font-size:1.18rem;
  line-height:1.65;
  font-weight:800;
}
.interest-form{
  display:grid;
  gap:28px;
}
.interest-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
  gap:14px;
}
.interest-tile{
  position:relative;
  min-height:86px;
  display:flex;
  align-items:flex-end;
  padding:16px;
  border:1px solid rgba(216,224,235,.92);
  border-radius:18px;
  background:rgba(255,255,255,.82);
  box-shadow:0 14px 34px rgba(23,32,51,.06);
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.interest-tile:hover{
  transform:translateY(-2px);
  border-color:#fdba74;
  box-shadow:0 20px 44px rgba(249,115,22,.12);
}
.interest-tile input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.interest-tile span{
  color:#111827;
  font-weight:950;
}
.interest-tile:has(input:checked){
  border-color:#f97316;
  background:#fff7ed;
  box-shadow:0 20px 44px rgba(249,115,22,.16);
}
.interest-tile:has(input:checked):before{
  content:"";
  position:absolute;
  top:14px;
  right:14px;
  width:12px;
  height:12px;
  border-radius:999px;
  background:#f97316;
}
.onboarding-actions{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}
.onboarding-actions .primary{
  min-height:58px;
  border-radius:999px;
  padding:0 28px;
  background:linear-gradient(135deg,#0b1220,#263244);
  box-shadow:0 18px 38px rgba(16,24,40,.24);
}
.onboarding-actions small{
  max-width:360px;
  color:#667085;
  line-height:1.45;
  font-weight:800;
}
@media(max-width:700px){.onboarding-shell{margin-top:34px}.interest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.interest-tile{min-height:76px}.onboarding-actions{align-items:flex-start;flex-direction:column}.onboarding-actions .primary{width:100%}}

/* RLD platform home */
.profile-nav{position:relative}.topbar-action{display:inline-flex;align-items:center;min-height:38px;padding:0 10px;border-radius:999px}.topbar-action:hover{background:#f8fafc}.profile-menu{position:relative}.profile-menu summary{list-style:none;display:inline-flex;align-items:center;gap:10px;cursor:pointer;color:#344054;font-weight:900}.profile-menu summary::-webkit-details-marker{display:none}.profile-avatar{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#101828;color:#fff;font-size:.82rem;font-weight:950}.profile-menu-panel{position:absolute;right:0;top:calc(100% + 14px);min-width:250px;padding:10px;border:1px solid rgba(216,224,235,.9);border-radius:16px;background:rgba(255,255,255,.96);box-shadow:0 24px 70px rgba(23,32,51,.16);backdrop-filter:blur(18px);z-index:20}.profile-menu-panel a,.profile-menu-panel button{width:100%;display:block;padding:11px 12px;border-radius:10px;color:#344054;text-align:left;font-weight:850}.profile-menu-panel a:hover,.profile-menu-panel button:hover{background:#f8fafc;color:#111827}.profile-menu-panel form{margin:0}.profile-menu-panel hr{height:1px;border:0;background:#e4e9f2;margin:8px 4px}
.platform-hero{padding:58px 0 22px;background:transparent;color:#101828;box-shadow:none;border-radius:0}.hero-signal{display:inline-grid;gap:4px;margin-top:18px;padding:12px 16px;border:1px solid rgba(216,224,235,.9);border-radius:18px;background:rgba(255,255,255,.76);box-shadow:0 14px 34px rgba(23,32,51,.06)}.hero-signal span{color:#f97316;font-size:.76rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.hero-signal strong{max-width:min(520px,78vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#101828;font-size:.98rem}.platform-hero h1{max-width:920px;margin:18px 0;font-size:clamp(2.8rem,6vw,5.4rem);line-height:.96;letter-spacing:-.04em}.platform-hero p{max-width:700px;color:#475467;font-size:1.18rem;line-height:1.65;font-weight:800}.global-search-panel{margin:18px 0 34px;padding:16px;border:1px solid rgba(216,224,235,.9);border-radius:28px;background:rgba(255,255,255,.86);box-shadow:0 28px 80px rgba(23,32,51,.10);backdrop-filter:blur(18px)}.global-search-form{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px}.global-search-form>span{display:grid;place-items:center;width:46px;height:46px;border-radius:999px;background:#fff3e8;color:#f97316;font-size:1.4rem;font-weight:950}.global-search-form input{width:100%;min-width:0;min-height:58px;border:0;background:transparent;font-size:1.2rem;font-weight:850;color:#101828;outline:none}.global-search-form input::placeholder{color:#98a2b3}.search-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.global-search-form button{min-height:52px;border:0;border-radius:999px;background:#101828;color:#fff;padding:0 24px;font-weight:950;cursor:pointer}.global-search-form .ask-ai-button{background:#fff3e8;color:#c2410c;border:1px solid #fed7aa}.global-search-panel small{display:block;margin:6px 0 0 60px;color:#667085;font-weight:800}.explore-section,.platform-section{margin:34px 0}.platform-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px}.platform-section-title h2{margin:4px 0 0;font-size:1.65rem;color:#101828}.platform-section-title>a,.platform-section-title>span{color:#667085;font-weight:900}.category-groups{display:grid;gap:18px}.category-group{display:grid;gap:10px}.category-group h3{margin:0;color:#475467;font-size:.86rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.platform-categories{margin:0}.platform-categories .category-pill{border-radius:999px;padding:10px 15px}.platform-empty{border-radius:18px;background:rgba(255,255,255,.86)}.platform-featured{margin-top:0}.platform-grid-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:34px 0}.platform-mini-section{padding:22px;border:1px solid rgba(216,224,235,.9);border-radius:18px;background:rgba(255,255,255,.86);box-shadow:0 18px 44px rgba(23,32,51,.07)}.platform-section-title.compact{margin-bottom:12px}.platform-section-title.compact h2{font-size:1.32rem}.signal-list{display:grid;gap:10px}.signal-list>div{display:grid;gap:4px;padding:14px;border-radius:14px;background:#f8fafc}.signal-list span{color:#f97316;font-size:.74rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.signal-list strong{color:#101828;line-height:1.3}.container{width:min(1200px,92vw)}
@media(max-width:920px){.topbar nav{gap:10px}.topbar-action{padding:0 6px}.global-search-form{grid-template-columns:auto 1fr}.search-actions{grid-column:1/-1}.global-search-form button{flex:1}.global-search-panel small{margin-left:0}.platform-grid-sections{grid-template-columns:1fr}.profile-menu-panel{right:auto;left:0}.platform-hero{padding-top:34px}.platform-hero h1{font-size:clamp(2.35rem,12vw,3.4rem)}}
@media(max-width:620px){.topbar-action{display:none}.search-actions{display:grid;grid-template-columns:1fr}.hero-signal{width:100%}.hero-signal strong{white-space:normal}.global-search-panel{border-radius:22px}.global-search-form input{font-size:1rem}}

.platform-placeholder{padding:24px;border:1px dashed #cfd8e5;border-radius:18px;background:rgba(255,255,255,.72)}.platform-placeholder span{display:inline-block;margin-bottom:8px;color:#f97316;font-size:.76rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.platform-placeholder strong{display:block;color:#101828;font-size:1.18rem;margin-bottom:6px}.platform-placeholder p{margin:0;color:#667085;line-height:1.55;font-weight:750}

/* RLD account pages and publication groups */
.topbar-action{gap:7px}.topbar-action span{display:inline-grid;place-items:center;min-width:22px;height:22px;border-radius:999px;background:#f97316;color:#fff;font-size:.72rem;font-weight:950}.genre-publication-list{display:grid;gap:28px}.genre-publication-group{display:grid;gap:14px}.genre-publication-head{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid rgba(216,224,235,.9);padding-bottom:10px}.genre-publication-head h3{margin:0;color:#101828;font-size:1.28rem}.genre-publication-head a{color:#667085;font-size:.9rem;font-weight:950}.publication-link-card{color:inherit;text-decoration:none}.publication-link-card h3{color:#101828}.publication-link-card:hover{transform:translateY(-2px);border-color:#fdba74;box-shadow:0 22px 52px rgba(23,32,51,.10)}.article-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:18px 0}.secondary-action{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:1px solid #d8e0eb;border-radius:999px;background:#fff;color:#344054;padding:0 16px;font:inherit;font-weight:900;text-decoration:none;cursor:pointer}.secondary-action:hover{border-color:#fdba74;background:#fff7ed;color:#c2410c}.account-shell{display:grid;gap:24px}.account-hero{padding:22px 0 4px}.account-hero.split{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.account-hero h1{max-width:850px;margin:8px 0 12px;color:#101828;font-size:clamp(2.2rem,5vw,4.6rem);line-height:.98;letter-spacing:-.04em}.account-hero p{max-width:720px;margin:0;color:#475467;font-size:1.08rem;line-height:1.6;font-weight:800}.account-card{padding:24px;border:1px solid rgba(216,224,235,.9);border-radius:18px;background:rgba(255,255,255,.88);box-shadow:0 18px 44px rgba(23,32,51,.07)}.account-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.account-stats article{padding:18px;border:1px solid rgba(216,224,235,.9);border-radius:18px;background:rgba(255,255,255,.84);box-shadow:0 14px 34px rgba(23,32,51,.06)}.account-stats span{display:block;color:#667085;font-size:.76rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.account-stats strong{display:block;margin-top:6px;color:#101828;font-size:2rem}.account-list{display:grid;gap:12px}.account-list-item{padding:18px;border:1px solid rgba(216,224,235,.9);border-radius:18px;background:rgba(255,255,255,.84);box-shadow:0 12px 30px rgba(23,32,51,.05)}.account-list-item.unread{border-color:#fdba74;background:#fffaf5}.account-list-item span{display:inline-block;margin-bottom:8px;color:#f97316;font-size:.74rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.account-list-item h3{margin:0 0 8px;color:#101828}.account-list-item p{margin:0 0 10px;color:#475467;line-height:1.55;font-weight:750}.account-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.account-columns h2{margin:0 0 12px;color:#101828}
@media(max-width:820px){.account-hero.split{display:grid}.account-stats,.account-columns{grid-template-columns:1fr}.genre-publication-head{align-items:flex-start;flex-direction:column}.article-actions{align-items:stretch;flex-direction:column}.secondary-action{width:100%}}

.settings-block{display:grid;gap:14px;margin-top:4px;padding-top:20px;border-top:1px solid #e4e9f2}.settings-block h2{margin:0;color:#101828;font-size:1.28rem}.settings-block p{margin:0;color:#667085;line-height:1.55;font-weight:800}.compact-interest-grid{grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:10px}.compact-interest-grid .interest-tile{min-height:72px;border-radius:14px}

/* RLD editorial review workflow */
.status.pending{background:#fff7ed;color:#c2410c}.status.rejected{background:#fee4e2;color:#b42318}.status.published{background:#dcfae6;color:#087443}.actions{flex-wrap:wrap}.admin-action-button{color:#087443!important;font-weight:950}
.review-note{padding:14px 16px;border:1px solid #fed7aa;border-radius:14px;background:#fff7ed}.review-note span{display:block;margin-bottom:6px;color:#c2410c;font-size:.74rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.review-note p{margin:0;color:#7c2d12;line-height:1.5;font-weight:800}.compact-review-note{margin:8px 0 12px;padding:12px}.reject-review{position:relative}.reject-review summary{cursor:pointer;color:var(--danger);font-weight:900;list-style:none}.reject-review summary::-webkit-details-marker{display:none}.reject-review form{display:grid;gap:8px;min-width:220px;margin-top:8px}.reject-review textarea{width:100%;border:1px solid #fda29b;border-radius:10px;padding:10px;font:inherit;resize:vertical}

/* RLD article media and chat */
.professional-article{
  max-width:900px;
}

.article-cover{
  display:block;
  width:100%;
  max-width:900px;
  height:auto;
  max-height:none;
  margin:0 auto 24px;
  object-fit:contain;
  object-position:center;
  border-radius:10px;
  background:#eef2f7;
}

.article-gallery-thumbs{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(110px,1fr));
  gap:10px;
  margin-top:24px;
}

.article-gallery-thumbs a{
  display:block;
  border:1px solid #d8e0eb;
  border-radius:10px;
  overflow:hidden;
  background:#f8fafc;
}

.article-gallery-thumbs img{
  display:block;
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  transition:transform .18s ease;
}

.article-gallery-thumbs a:hover img{
  transform:scale(1.04);
}

.photo-lightbox{
  position:fixed;
  inset:0;
  display:none;
  place-items:center;
  padding:32px;
  background:rgba(15,23,42,.78);
  z-index:80;
}

.photo-lightbox:target{
  display:grid;
}

.photo-lightbox img{
  max-width:min(960px,92vw);
  max-height:82vh;
  width:auto;
  height:auto;
  object-fit:contain;
  border-radius:14px;
  box-shadow:0 30px 90px rgba(0,0,0,.35);
  background:#fff;
}

.photo-lightbox-close{
  position:fixed;
  top:24px;
  right:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  background:#fff;
  color:#111827;
  font-weight:950;
}

.chat-layout{
  display:grid;
  grid-template-columns:minmax(280px,360px) 1fr;
  gap:22px;
  align-items:start;
}

.chat-sidebar{
  display:grid;
  gap:16px;
}

.chat-contact{
  display:block;
  color:inherit;
  text-decoration:none;
}

.chat-contact.active{
  border-color:#fdba74;
  background:#fff7ed;
}

.chat-panel{
  min-height:520px;
  padding:22px;
  border:1px solid rgba(216,224,235,.9);
  border-radius:18px;
  background:rgba(255,255,255,.88);
  box-shadow:0 18px 44px rgba(23,32,51,.07);
}

.chat-head{
  padding-bottom:14px;
  border-bottom:1px solid #e4e9f2;
}

.chat-head h2{
  margin:4px 0;
  color:#101828;
}

.chat-head p{
  margin:0;
  color:#667085;
  font-weight:800;
}

.chat-thread{
  display:grid;
  gap:12px;
  max-height:520px;
  overflow:auto;
  padding:18px 4px;
}

.chat-bubble{
  max-width:78%;
  padding:14px 16px;
  border-radius:18px;
  background:#f8fafc;
  border:1px solid #e4e9f2;
}

.chat-bubble.mine{
  justify-self:end;
  background:#101828;
  color:#fff;
  border-color:#101828;
}

.chat-bubble.theirs{
  justify-self:start;
}

.chat-bubble strong{
  display:block;
  margin-bottom:6px;
  font-size:.82rem;
}

.chat-bubble p{
  margin:0 0 8px;
  line-height:1.5;
}

.chat-bubble.mine small{
  color:#d0d5dd;
}

.chat-reply{
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px;
  padding-top:14px;
  border-top:1px solid #e4e9f2;
}

.chat-reply textarea{
  width:100%;
  border:1px solid #cfd8e5;
  border-radius:14px;
  padding:12px;
  font:inherit;
  resize:vertical;
}

@media(max-width:820px){
  .chat-layout{
    grid-template-columns:1fr;
  }

  .chat-reply{
    grid-template-columns:1fr;
  }

  .chat-bubble{
    max-width:94%;
  }

  .article-cover{
    width:100%;
    max-width:100%;
    height:auto;
    max-height:none;
  }

  .photo-lightbox{
    padding:18px;
  }

  .photo-lightbox img{
    max-width:96vw;
    max-height:86vh;
  }
}

/* RLD cleaner genre navigation */
.genre-strip-section{margin:30px 0 38px}.genre-strip-section .platform-section-title{align-items:center;margin-bottom:12px}.genre-strip-section .platform-section-title h2{font-size:1.42rem}.genre-strip{display:flex;align-items:center;gap:10px;overflow-x:auto;overflow-y:hidden;padding:2px 2px 10px;scrollbar-width:thin}.genre-chip{flex:1 0 max-content;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:132px;min-height:48px;padding:0 14px;border:1px solid rgba(216,224,235,.95);border-radius:999px;background:rgba(255,255,255,.82);box-shadow:0 10px 26px rgba(23,32,51,.05);color:#344054;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease}.genre-chip strong{color:#101828;font-size:.92rem;font-weight:950;white-space:nowrap}.genre-chip span{display:inline-grid;place-items:center;min-width:26px;height:26px;border-radius:999px;background:#f2f4f7;color:#667085;font-size:.76rem;font-weight:950}.genre-chip:hover{transform:translateY(-2px);border-color:#fdba74;background:#fffaf5}.genre-chip.active{border-color:#f97316;background:#fff7ed}.genre-chip.active strong,.genre-chip.active span{color:#c2410c}.genre-chip.active span{background:#ffedd5}
@media(max-width:620px){.genre-strip{gap:8px;padding-bottom:8px}.genre-chip{flex:0 0 auto;min-width:auto;min-height:44px;padding:0 12px}.genre-chip strong{font-size:.86rem}}

.selected-genre-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0 26px;padding:18px 20px;border:1px solid rgba(216,224,235,.95);border-radius:18px;background:rgba(255,255,255,.84);box-shadow:0 14px 34px rgba(23,32,51,.06)}.selected-genre-header h2{margin:4px 0 0;color:#101828;font-size:1.7rem}.selected-genre-header strong{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:.9rem;white-space:nowrap}
@media(max-width:620px){.selected-genre-header{align-items:flex-start;flex-direction:column}.selected-genre-header h2{font-size:1.45rem}}

.pagination-nav{display:flex;align-items:center;justify-content:center;gap:8px;margin:26px 0 4px;flex-wrap:wrap}.pagination-nav a{display:inline-grid;place-items:center;min-width:40px;height:40px;border:1px solid rgba(216,224,235,.95);border-radius:999px;background:rgba(255,255,255,.9);color:#475467;font-weight:950;text-decoration:none}.pagination-nav a:hover{border-color:#fdba74;background:#fff7ed;color:#c2410c}.pagination-nav a.active{border-color:#f97316;background:#f97316;color:#fff}

/* RLD comments, reactions and admin chat monitor */
.post-engagement{display:grid;gap:20px;margin-top:34px;padding-top:24px;border-top:1px solid #e4e9f2}.reaction-panel{display:grid;gap:10px}.reaction-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.reaction-bar form{margin:0}.reaction-button{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 14px;border:1px solid #d8e0eb;border-radius:999px;background:#fff;color:#344054;font:inherit;font-weight:950;cursor:pointer}.reaction-button span{font-size:1.2rem;line-height:1}.reaction-button strong{min-width:18px;text-align:center}.reaction-button:hover,.reaction-button.active{border-color:#f97316;background:#fff7ed;color:#c2410c}.comment-form{display:grid;gap:12px}.comment-form label{display:grid;gap:8px;color:#101828;font-weight:950}.comment-form textarea{width:100%;border:1px solid #cfd8e5;border-radius:14px;padding:12px;font:inherit;resize:vertical}.comment-list{display:grid;gap:12px}.comment-item{display:grid;gap:8px;padding:16px;border:1px solid #e4e9f2;border-radius:14px;background:#f8fafc}.comment-item div{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.comment-item strong{color:#101828}.comment-item p{margin:0;color:#475467;line-height:1.55;font-weight:750;white-space:pre-wrap}.compact-placeholder{padding:18px}.chat-monitor-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding-top:14px;border-top:1px solid #e4e9f2}.chat-monitor-actions p{width:100%;margin:0;color:#667085;font-weight:800;line-height:1.5}

/* RLD moderation sprint */
.admin-kpis{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.status.in_review{background:#e0f2fe;color:#075985}.status.returned,.status.resubmitted{background:#fef3c7;color:#92400e}.status.archived{background:#f2f4f7;color:#475467}.tag-list{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:12px 0}.embedded-link{display:grid;gap:8px;margin:24px 0;padding:16px;border:1px solid #d8e0eb;border-radius:14px;background:#f8fafc}.embedded-link a{overflow-wrap:anywhere}.comment-reply summary,.report-box summary,.publication-history summary{cursor:pointer;color:#344054;font-weight:950;list-style:none}.comment-reply summary::-webkit-details-marker,.report-box summary::-webkit-details-marker,.publication-history summary::-webkit-details-marker{display:none}.comment-reply form,.report-box form{display:grid;gap:10px;margin-top:10px}.comment-reply textarea,.report-box textarea{width:100%;border:1px solid #cfd8e5;border-radius:12px;padding:10px;font:inherit;resize:vertical}.report-box{padding:16px;border:1px solid #fda29b;border-radius:14px;background:#fffafa}.publication-history{margin-top:10px;padding:12px;border:1px solid #e4e9f2;border-radius:12px;background:#f8fafc}.publication-history div{display:grid;gap:4px;padding:10px 0;border-top:1px solid #e4e9f2}.publication-history div:first-of-type{border-top:0}.publication-history p{margin:0;color:#667085;font-size:.92rem}.compact-admin-list{margin-top:14px}
.comment-admin-action{margin:0}.comment-admin-action .danger-link{font-size:.9rem}.report-history-item p{margin:0 0 8px}.report-history-item p strong{color:#101828}
.profile-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.user-admin-table{margin-top:14px}.comment-edit{margin-top:4px}
@media(max-width:820px){.profile-actions{align-items:stretch;flex-direction:column}.profile-actions .secondary-action,.profile-actions .primary{width:100%}}

