.updates-page {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    color: #e5edf8;
    background: #080a14;
}

.updates-page *,
.updates-page *::before,
.updates-page *::after { box-sizing: border-box; }
.updates-page .rj-public-header { background: rgba(8, 10, 20, 0.9); border-bottom-color: rgba(255, 255, 255, 0.08); }
.updates-page .rj-public-links a { color: #dbeafe; }
.updates-page main { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.updates-hero {
    min-height: 480px;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(290px, 0.7fr);
    gap: 60px;
    align-items: center;
    padding: 76px 0 62px;
}

.updates-hero > div:first-child > span,
.updates-feed-heading span,
.updates-cta span {
    color: #67e8f9;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.updates-hero h1 { margin: 15px 0 0; color: #fff; font-size: clamp(50px, 8vw, 88px); line-height: 0.96; letter-spacing: 0; }
.updates-hero p { max-width: 760px; margin: 24px 0 0; color: #afbdd0; font-size: 19px; line-height: 1.7; }
.updates-hero-status { display: flex; gap: 16px; padding: 24px; border-left: 3px solid #22d3ee; background: #111827; }
.updates-hero-status > i { color: #67e8f9; font-size: 22px; }
.updates-hero-status strong, .updates-hero-status span { display: block; }
.updates-hero-status strong { color: #fff; }
.updates-hero-status span { margin-top: 7px; color: #9faec3; line-height: 1.55; }

.updates-feed { padding: 70px 0; border-top: 1px solid rgba(255, 255, 255, 0.09); }
.updates-feed-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.updates-feed-heading h2 { margin: 10px 0 0; color: #fff; font-size: clamp(34px, 5vw, 54px); letter-spacing: 0; }
.updates-feed-heading > p { margin: 0; color: #92a3b9; font-weight: 800; }
.updates-list { display: grid; gap: 14px; }
.update-entry { padding: 34px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; background: #101725; scroll-margin-top: 110px; }
.update-entry-meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.update-entry-meta time { color: #8fa1b8; font-size: 13px; font-weight: 750; }
.update-category { display: inline-flex; padding: 7px 10px; border-radius: 6px; color: #bfdbfe; background: #1c2940; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.06em; }
.update-category.fix { color: #fef3c7; background: #3a3015; }
.update-category.new { color: #bbf7d0; background: #153524; }
.update-category.maintenance { color: #fecdd3; background: #3a1c29; }
.update-entry h2 { margin: 22px 0 0; color: #fff; font-size: clamp(26px, 4vw, 38px); letter-spacing: 0; }
.update-summary { margin: 14px 0 0; color: #c7d2e2; font-size: 18px; font-weight: 700; line-height: 1.65; }
.update-content { margin-top: 20px; color: #aebcd0; line-height: 1.8; }
.update-anchor { display: inline-flex; align-items: center; gap: 7px; margin-top: 24px; color: #67e8f9; text-decoration: none; font-size: 13px; font-weight: 850; }
.updates-empty { padding: 54px 30px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; background: #101725; text-align: center; }
.updates-empty h3 { margin: 0; color: #fff; font-size: 28px; }
.updates-empty p { margin: 10px 0 0; color: #9faec3; }

.updates-cta { margin: 24px 0 0; padding: 42px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 35px; align-items: center; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; background: linear-gradient(105deg, #142439, #231a3c 58%, #3b1730); }
.updates-cta h2 { margin: 12px 0 0; color: #fff; font-size: clamp(30px, 4vw, 46px); letter-spacing: 0; }
.updates-cta p { margin: 13px 0 0; color: #b5c2d5; line-height: 1.65; }
.updates-cta > div:last-child { display: flex; flex-wrap: wrap; gap: 10px; }
.updates-primary, .updates-secondary { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border-radius: 8px; color: #fff; text-decoration: none; font-weight: 850; }
.updates-primary { background: linear-gradient(135deg, #8b5cf6, #ec4899, #22d3ee); }
.updates-secondary { border: 1px solid rgba(255, 255, 255, 0.15); background: #161d2b; }
.updates-page .rj-public-footer { margin-top: 80px; }

@media (max-width: 820px) {
    .updates-hero, .updates-cta { grid-template-columns: 1fr; }
    .updates-hero { min-height: auto; gap: 32px; }
    .updates-hero-status { max-width: 560px; }
}

@media (max-width: 620px) {
    .updates-page main { width: min(100% - 24px, 1120px); }
    .updates-hero { padding: 48px 0; }
    .updates-hero h1 { font-size: 48px; }
    .updates-hero p { font-size: 16px; }
    .updates-feed { padding: 54px 0; }
    .updates-feed-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
    .update-entry { padding: 24px 20px; }
    .update-entry-meta { align-items: flex-start; flex-direction: column; gap: 10px; }
    .updates-cta { padding: 28px 22px; }
    .updates-cta > div:last-child, .updates-primary, .updates-secondary { width: 100%; }
}
