

#screen-dashboard.dashboard-final.dashboard-v32 .rwdb-club-card > #rw-news-center-nav.rwdb-news-center-entry {
  appearance: none;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 53%;
  width: 198px;
  height: 50px;
  transform: translate(-50%,-50%);
  display: grid;
  grid-template-columns: 34px minmax(0,1fr);
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0 13px;
  border: 1px solid rgba(89,197,214,.25);
  border-radius: 11px;
  background:
    radial-gradient(110% 150% at 0 0,rgba(90,206,223,.14),transparent 58%),
    linear-gradient(105deg,rgba(12,34,44,.94),rgba(19,20,39,.94));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04),0 16px 34px -27px rgba(74,207,225,.9);
  color: #dff8fb;
  text-align: left;
  cursor: pointer;
}
#screen-dashboard.dashboard-final.dashboard-v32 .rwdb-club-card > #rw-news-center-nav:hover,
#screen-dashboard.dashboard-final.dashboard-v32 .rwdb-club-card > #rw-news-center-nav.active,
#screen-dashboard.dashboard-final.dashboard-v32 .rwdb-club-card > #rw-news-center-nav.on {
  border-color: rgba(94,220,234,.58);
  background: linear-gradient(105deg,rgba(17,55,67,.98),rgba(31,29,62,.97));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06),0 0 30px -18px rgba(94,220,234,.78);
}
.rwdb-news-center-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(101,223,235,.22);
  border-radius: 9px;
  background: rgba(101,223,235,.07);
  color: #65dfeb;
  font-size: 16px;
  filter: drop-shadow(0 0 8px rgba(101,223,235,.26));
}
.rwdb-news-center-copy { min-width:0; display:flex; flex-direction:column; gap:4px; }
.rwdb-news-center-copy small { color:#648896; font:800 7.5px/1 Inter,sans-serif; letter-spacing:.14em; }
#rw-news-center-nav-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
  font: 800 11px/1.08 Inter,sans-serif;
}
.rw-news-center-badge {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: #e66245;
  color: #fff;
  box-shadow: 0 0 15px rgba(230,98,69,.36);
  font: 900 9px/1 Inter, sans-serif;
}
.rw-news-center-badge[hidden] { display: none !important; }

#screen-dashboard.dashboard-final.dashboard-v32 .rw-nav-group-items > .nav-item {
  flex: 0 0 35px !important;
  min-width: 0 !important;
  font-size: 12.8px !important;
}
#screen-dashboard.dashboard-final.dashboard-v32 .rw-nav-group-items,
#screen-dashboard.dashboard-final.dashboard-v32 .dashv2-nav button.rw-nav-group-toggle {
  flex-shrink: 0 !important;
}
#screen-dashboard.dashboard-final.dashboard-v32 #rw-manager-career-nav-label {
  min-width: 0;
  white-space: nowrap;
  font-size: 12.2px;
  letter-spacing: -.015em;
}

@media (max-width:1550px) {
  #screen-dashboard.dashboard-final.dashboard-v32 .rwdb-club-card > #rw-news-center-nav.rwdb-news-center-entry {
    left: 58%;
    width: 144px;
    height: 44px;
    grid-template-columns: 28px minmax(0,1fr);
    gap: 7px;
    padding: 0 9px;
  }
  .rwdb-news-center-icon { width:27px; height:27px; font-size:14px; }
  .rwdb-news-center-copy small { display:none; }
  #rw-news-center-nav-label { font-size:9.6px; white-space:normal; line-height:1.05; }
}

@media (max-width:1050px) {
  #screen-dashboard.dashboard-final.dashboard-v32 .rwdb-club-card > #rw-news-center-nav.rwdb-news-center-entry {
    left:auto;
    right:94px;
    width:40px;
    height:40px;
    grid-template-columns:1fr;
    padding:5px;
    transform:translateY(-50%);
  }
  .rwdb-news-center-icon { width:28px; height:28px; }
  .rwdb-news-center-copy { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); }
}

#panel-news.rw-news-center-modal { z-index: 21000; }
#panel-news.rw-news-center-modal .full-modal-overlay {
  background: rgba(1, 5, 10, .84) !important;
  backdrop-filter: blur(8px) saturate(.78);
}
#panel-news .rw-news-center-shell {
  width: min(1220px, 95vw) !important;
  height: min(830px, 92vh) !important;
  max-width: 95vw !important;
  max-height: 92vh !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(98, 193, 213, .28) !important;
  border-radius: 20px !important;
  background:
    radial-gradient(75% 80% at 92% 0, rgba(102, 63, 190, .15), transparent 62%),
    radial-gradient(60% 80% at 0 12%, rgba(40, 152, 174, .12), transparent 58%),
    #071019 !important;
  box-shadow: 0 36px 100px rgba(0,0,0,.58), inset 0 1px 0 rgba(255,255,255,.035) !important;
}
#panel-news .rw-news-center-shell > .full-modal-body,
#panel-news #panel-news-content {
  width: 100%; height: 100%; min-height: 0; padding: 0 !important; overflow: hidden !important;
}
.rw-news-center {
  --nc-cyan: #58d9e8;
  --nc-gold: #d8ad50;
  --nc-violet: #9a72ff;
  width: 100%; height: 100%; min-height: 0;
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr);
  color: #eaf4f8;
  font-family: Inter, system-ui, sans-serif;
}
.rw-news-center-head {
  position: relative;
  min-height: 112px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 42px;
  align-items: center;
  gap: 28px;
  padding: 22px 26px 18px;
  border-bottom: 1px solid rgba(108, 176, 199, .12);
}
.rw-news-center-brand { display: flex; align-items: center; gap: 16px; min-width: 0; }
.rw-news-center-brand > span {
  width: 52px; height: 52px; flex: 0 0 52px; display: grid; place-items: center;
  border: 1px solid rgba(88,217,232,.34); border-radius: 15px;
  background: linear-gradient(145deg, rgba(73,203,221,.16), rgba(117,76,211,.12));
  color: var(--nc-cyan); font: 800 25px/1 Rajdhani, sans-serif;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 0 28px rgba(63,188,207,.09);
}
.rw-news-center-brand div { min-width: 0; }
.rw-news-center-brand small { color: var(--nc-cyan); font: 800 10.5px/1 Inter,sans-serif; letter-spacing: .24em; }
.rw-news-center-brand h1 { margin: 5px 0 2px; color: #f3f8fa; font: 800 34px/1 Rajdhani,sans-serif; letter-spacing: .02em; }
.rw-news-center-brand p { margin: 0; color: #8da2b2; font-size: 13.5px; line-height: 1.35; }
.rw-news-center-pulse { display: flex; align-items: center; }
.rw-news-center-pulse > span { min-width: 78px; padding: 2px 18px; border-left: 1px solid rgba(255,255,255,.08); text-align: center; }
.rw-news-center-pulse b { display: block; color: #eff8fa; font: 800 24px/1 Rajdhani,sans-serif; }
.rw-news-center-pulse small { display: block; margin-top: 4px; color: #748a9c; font-size: 9.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.rw-news-center-close {
  width: 40px; height: 40px; display: grid; place-items: center; padding: 0;
  border: 1px solid rgba(132,161,184,.22); border-radius: 11px;
  background: rgba(255,255,255,.025); color: #9eb0bf; font: 400 25px/1 Inter,sans-serif; cursor: pointer;
}
.rw-news-center-close:hover,.rw-news-center-close:focus-visible { color: #fff; border-color: rgba(98,216,229,.52); background: rgba(88,217,232,.08); }

.rw-news-center-filters {
  min-height: 54px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 8px 26px;
  border-bottom: 1px solid rgba(108,176,199,.1);
  background: rgba(4,11,18,.35);
}
.rw-news-center-filters > div { display: flex; align-items: center; gap: 5px; min-width: 0; }
.rw-news-center-filters button {
  min-height: 35px; display: inline-flex; align-items: center; gap: 7px; padding: 0 12px;
  border: 1px solid transparent; border-radius: 8px; background: transparent; color: #7f94a4;
  font: 800 12px/1 Inter,sans-serif; cursor: pointer;
}
.rw-news-center-filters button b { color: #536c7c; font-size: 9.5px; }
.rw-news-center-filters button:hover { color: #d9eef2; background: rgba(255,255,255,.035); }
.rw-news-center-filters button.is-active { color: #eafcff; border-color: rgba(86,213,228,.32); background: rgba(67,183,200,.11); }
.rw-news-center-filters button.is-active b { color: var(--nc-cyan); }
.rw-news-center-filters label { display: flex; align-items: center; gap: 8px; color: #6f8494; font-size: 9.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.rw-news-center-filters select {
  height: 35px; min-width: 172px; padding: 0 30px 0 11px; border: 1px solid rgba(108,176,199,.18); border-radius: 8px;
  background: #0a151f; color: #c9d9e2; font: 700 12px/1 Inter,sans-serif; outline: 0;
}

.rw-news-center-lead {
  position: relative;
  min-height: 195px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  align-items: stretch;
  border-bottom: 1px solid rgba(108,176,199,.12);
  overflow: hidden;
}
.rw-news-center-lead::after { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(100deg,transparent 42%,rgba(255,255,255,.015)); }
.rw-news-center-lead-art {
  position: relative; display: grid; place-items: center;
  background: radial-gradient(circle at 50% 45%, rgba(85,214,229,.13), transparent 56%), linear-gradient(135deg,rgba(15,42,54,.65),rgba(12,17,31,.3));
  overflow: hidden;
}
.rw-news-center-lead.is-market .rw-news-center-lead-art { background:radial-gradient(circle,rgba(216,173,80,.16),transparent 58%),rgba(35,27,13,.3); }
.rw-news-center-lead.is-world .rw-news-center-lead-art { background:radial-gradient(circle,rgba(154,114,255,.17),transparent 58%),rgba(31,19,49,.3); }
.rw-news-center-lead.is-social .rw-news-center-lead-art { background:radial-gradient(circle,rgba(90,210,223,.14),transparent 58%),rgba(11,31,39,.3); }
.rw-news-center-lead-art > span:last-child { position:absolute; left:16px; bottom:13px; color:#8fa8b7; font-size:10px; font-weight:900; letter-spacing:.16em; }
.rw-news-center-lead-visual {
  position: relative; width: 96px; height: 96px; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.11); border-radius: 26px; background: rgba(6,12,19,.65);
  box-shadow: 0 24px 60px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.06); overflow: hidden;
}
.rw-news-center-lead-visual i { color: var(--rw-news-accent,var(--nc-cyan)); font: 700 37px/1 Rajdhani,sans-serif; font-style:normal; }
.rw-news-center-lead-visual img { position:absolute; inset:10px; width:calc(100% - 20px); height:calc(100% - 20px); object-fit:contain; }
.rw-news-center-lead-copy { align-self: center; min-width:0; padding:20px 28px; }
.rw-news-center-lead-copy > small { color:var(--nc-cyan); font-size:10px; font-weight:900; letter-spacing:.14em; }
.rw-news-center-lead-copy h2 { max-width:760px; margin:8px 0 8px; color:#f4f8fa; font:800 29px/1.08 Rajdhani,sans-serif; }
.rw-news-center-lead-copy p { max-width:790px; margin:0; color:#a8bac6; font-size:14px; line-height:1.48; }
.rw-news-center-lead-copy strong { display:block; margin-top:12px; color:#d2ae61; font-size:12px; font-weight:700; }
.rw-news-center-lead > button {
  align-self:center; z-index:1; min-width:112px; height:42px; margin-right:28px;
  border:1px solid rgba(216,173,80,.34); border-radius:9px; background:rgba(216,173,80,.09); color:#ebca7f;
  font:800 11.5px/1 Inter,sans-serif; cursor:pointer;
}
.rw-news-center-lead > button:hover { background:rgba(216,173,80,.17); border-color:rgba(226,190,105,.62); color:#fff1c8; }
.rw-news-center-lead > button span { margin-left:10px; }

.rw-news-center-empty { min-height:160px; display:flex; flex-direction:column; align-items:center; justify-content:center; border-bottom:1px solid rgba(108,176,199,.12); color:#8196a6; }
.rw-news-center-empty b { color:#c7d8e0; font:800 22px/1.2 Rajdhani,sans-serif; }
.rw-news-center-empty p { margin:7px 0 0; font-size:13px; }
.rw-news-center-timeline { min-height:0; overflow-y:auto; padding:0 26px 20px; scrollbar-width:thin; scrollbar-color:rgba(87,178,196,.28) transparent; }
.rw-news-center-timeline-title { position:sticky; top:0; z-index:4; min-height:42px; display:flex; align-items:center; gap:9px; background:rgba(7,16,25,.97); border-bottom:1px solid rgba(108,176,199,.1); }
.rw-news-center-timeline-title small { color:#78909f; font-size:9.5px; font-weight:900; letter-spacing:.18em; }
.rw-news-center-timeline-title span { color:#4e6878; font-size:9.5px; font-weight:800; }
.rw-news-center-row {
  position:relative; min-height:108px; display:grid; grid-template-columns:118px 18px 48px minmax(0,1fr) 96px; align-items:center; gap:13px;
  border-bottom:1px solid rgba(127,164,186,.09); transition:background .16s ease;
}
.rw-news-center-row:hover { background:linear-gradient(90deg,rgba(72,177,195,.04),transparent 78%); }
.rw-news-center-row > time { color:#5f7585; font-size:10px; font-weight:700; line-height:1.45; }
.rw-news-center-rail { position:relative; align-self:stretch; }
.rw-news-center-rail::before { content:""; position:absolute; left:8px; top:0; bottom:0; width:1px; background:rgba(104,160,178,.13); }
.rw-news-center-rail::after { content:""; position:absolute; left:5px; top:50%; width:7px; height:7px; border:2px solid #4e8794; border-radius:50%; background:#071019; transform:translateY(-50%); }
.rw-news-center-row.is-world .rw-news-center-rail::after { border-color:#9272e9; }
.rw-news-center-row.is-market .rw-news-center-rail::after { border-color:#c69d48; }
.rw-news-center-row.is-unread .rw-news-center-rail::after { border-color:#65dce9; box-shadow:0 0 10px rgba(101,220,233,.38); }
.rw-news-center-row-visual { position:relative; width:48px; height:48px; display:grid; place-items:center; border-radius:13px; background:rgba(255,255,255,.035); overflow:hidden; }
.rw-news-center-row-visual i { color:var(--rw-news-accent,#62cad8); font:800 22px/1 Rajdhani,sans-serif; font-style:normal; }
.rw-news-center-row-visual img { position:absolute; inset:5px; width:calc(100% - 10px); height:calc(100% - 10px); object-fit:contain; border-radius:8px; }
.rw-news-center-row-copy { min-width:0; padding:13px 0; }
.rw-news-center-row-copy > div { display:flex; align-items:center; gap:8px; }
.rw-news-center-row-copy small { color:#5998a5; font-size:9px; font-weight:900; letter-spacing:.14em; }
.rw-news-center-row-copy em { padding:3px 6px; border-radius:999px; background:#cf5b42; color:#fff; font-size:8px; font-weight:900; font-style:normal; letter-spacing:.06em; }
.rw-news-center-row-copy h3 { margin:5px 0 4px; color:#e8f0f4; font:800 18px/1.08 Rajdhani,sans-serif; }
.rw-news-center-row-copy p { max-width:820px; margin:0; color:#8fa3b1; font-size:12.5px; line-height:1.42; }
.rw-news-center-row > button { height:34px; border:1px solid rgba(103,184,199,.2); border-radius:8px; background:transparent; color:#7fc9d4; font:800 10.5px/1 Inter,sans-serif; cursor:pointer; }
.rw-news-center-row > button:hover { color:#fff; background:rgba(83,191,207,.08); border-color:rgba(103,206,222,.45); }
.rw-news-center-timeline-empty { min-height:80px; display:grid; place-items:center; color:#607786; font-size:12px; }

@media (max-width: 900px) {
  .rw-news-center-head { grid-template-columns:minmax(0,1fr) 42px; gap:12px; }
  .rw-news-center-pulse { display:none; }
  .rw-news-center-filters { align-items:flex-start; overflow-x:auto; }
  .rw-news-center-filters > div { min-width:max-content; }
  .rw-news-center-filters label { display:none; }
  .rw-news-center-lead { grid-template-columns:130px minmax(0,1fr); }
  .rw-news-center-lead > button { display:none; }
  .rw-news-center-row { grid-template-columns:72px 16px 38px minmax(0,1fr); }
  .rw-news-center-row > button { display:none; }
}
@media (max-width: 620px) {
  #panel-news .rw-news-center-shell { width:100vw!important; height:100vh!important; max-width:100vw!important; max-height:100vh!important; border-radius:0!important; }
  .rw-news-center-head { min-height:86px; padding:15px; }
  .rw-news-center-brand > span { width:42px; height:42px; flex-basis:42px; border-radius:12px; }
  .rw-news-center-brand h1 { font-size:26px; }
  .rw-news-center-brand p { display:none; }
  .rw-news-center-filters { padding:7px 14px; }
  .rw-news-center-lead { min-height:145px; grid-template-columns:92px minmax(0,1fr); }
  .rw-news-center-lead-visual { width:65px; height:65px; border-radius:18px; }
  .rw-news-center-lead-copy { padding:15px; }
  .rw-news-center-lead-copy h2 { font-size:22px; }
  .rw-news-center-lead-copy strong { display:none; }
  .rw-news-center-timeline { padding:0 14px 14px; }
  .rw-news-center-row { grid-template-columns:14px 36px minmax(0,1fr); gap:9px; }
  .rw-news-center-row > time { display:none; }
  .rw-news-center-row-copy h3 { font-size:16px; }
  .rw-news-center-row-copy p { font-size:10.5px; }
}
@media (prefers-reduced-motion: reduce) {
  #panel-news.rw-news-center-modal .full-modal-overlay { backdrop-filter:none; }
  .rw-news-center-row { transition:none; }
}
