.notice-brandbar-inner { gap: 32px; }
.notice-report-brand { min-width: 310px; }
.notice-report-brand > img:first-child { width: auto; height: 44px; }
.notice-report-slogan { width: auto !important; height: 40px; object-fit: contain; }
.notice-catalog-note {
    margin-left: auto;
    color: rgba(255,255,255,.96);
    text-align: right;
    white-space: nowrap;
}
.notice-catalog-note strong { font-size: 15px; }
.notice-shell { align-items: start; }
.notice-filter .rg-filter-heading { margin-top: 2px; }
.notice-filter .rg-filter-body { padding-bottom: 14px; }
.notice-results-label { color: #243a5c; font-size: 14px; font-weight: 650; }

/* Match the compact Chinese-report result row: badge | copy | action. */
.notice-item {
    min-height: 98px;
    padding: 14px 16px;
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #e4e8ef;
    background: #fff;
    transition: background .18s ease, box-shadow .18s ease;
}
.notice-item:last-child { border-bottom: 0; }
.notice-item:hover {
    background: #f9fbfe;
    box-shadow: inset 3px 0 0 var(--rg-primary, #3159ad);
}
.notice-type {
    width: 78px;
    min-width: 78px;
    height: 68px;
    min-height: 68px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #c9d8f2;
    border-radius: 10px;
    background: #edf3ff;
    color: #3159ad;
    text-align: center;
}
.notice-type strong {
    width: 100%;
    max-height: 3.2em;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}
.notice-type span { margin-top: 3px; font-size: 10px; opacity: .76; }
.notice-type.rg-tone-cyan { color: #137c84; border-color: #bee3e4; background: #eefafa; }
.notice-type.rg-tone-orange { color: #a75e13; border-color: #efd0ab; background: #fff7ea; }
.notice-type.rg-tone-red { color: #b13a40; border-color: #edc5c8; background: #fff1f2; }
.notice-item-content { min-width: 0; }
.notice-item-content h2 { margin: 0; font-size: 14px; line-height: 1.4; }
.notice-title-link { color: #1e3a5c; font-weight: 680; }
.notice-title-link:hover { color: var(--rg-primary, #3159ad); }
.notice-company { margin: 5px 0 0; color: #65748a; font-size: 12px; }
.notice-company strong { color: #3d506c; }
.notice-item .event-meta { margin-top: 5px; font-size: 12px; line-height: 1.45; }
.notice-view-button {
    min-height: 34px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    white-space: nowrap;
    border: 1px solid #c2cde0;
    border-radius: 999px;
    background: #fff;
    color: #3159ad;
    cursor: pointer;
    font-size: 12px;
    font-weight: 650;
}
.notice-view-button:hover { color: #fff; border-color: #3159ad; background: #3159ad; }

/* In-site reader mirrors the Chinese-report preview toolbar. */
.notice-detail-page {
    overflow-x: hidden;
    overflow-y: auto;
    background: #eef2f7;
}
.notice-detail-shell { height: auto; min-height: calc(100vh - 58px); padding: 14px; }
.notice-reader-card {
    height: auto;
    min-height: calc(100vh - 86px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #dbe3ef;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 7px 26px rgba(30,55,95,.08);
}
.notice-reader-toolbar {
    min-height: 92px;
    padding: 14px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #fff;
    background: #2e54ad;
}
.notice-reader-heading { min-width: 0; }
.notice-back { display: inline-block; margin-bottom: 5px; color: rgba(255,255,255,.78); font-size: 12px; }
.notice-back:hover { color: #fff; }
.notice-reader-heading h1 {
    max-width: min(820px, 58vw);
    margin: 0;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice-detail-meta { margin-top: 5px; color: rgba(255,255,255,.72); font-size: 12px; }
.notice-detail-meta span + span::before { margin: 0 8px; content: "·"; }
.notice-reader-actions { flex: 0 0 auto; display: flex; align-items: center; gap: 9px; }
.notice-reader-action {
    min-width: 88px;
    height: 38px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #fff;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.48);
    border-radius: 5px;
    font-size: 13px;
    font-weight: 650;
}
.notice-reader-action:hover { background: rgba(255,255,255,.2); border-color: #fff; }
.notice-reader-primary { color: #24478f; background: #fff; border-color: #fff; }
.notice-reader-primary:hover { color: #24478f; background: #eef4ff; }
.notice-reader-action svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}
.notice-reader-action.rg-favorite-active { color: #7f5810 !important; background: #fff4cf; border-color: #ffd46a; }
.notice-reader-action.rg-favorite-active svg { fill: #ffd46a; }
.notice-reader-action:disabled { cursor: wait; opacity: .6; }
.notice-reader-action[hidden] { display: none !important; }
.notice-reader-state {
    min-height: 0;
    flex: 1;
    padding: 50px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #718097;
    text-align: center;
}
.notice-reader-state strong { margin-bottom: 6px; color: #2b405f; font-size: 18px; }
.notice-reader-state button {
    margin-top: 18px;
    padding: 10px 18px;
    color: #fff;
    background: #3159ad;
    border: 0;
    border-radius: 6px;
}
.notice-reader-state.notice-reader-excerpt {
    min-height: auto;
    flex: 0 0 auto;
    align-items: stretch;
    justify-content: flex-start;
    padding: 28px;
    background: #eef2f7;
    scroll-margin-top: 12px;
    text-align: left;
}
.notice-excerpt-card {
    width: min(100%, 1100px);
    margin: 0 auto;
    padding: 30px 34px 28px;
    border: 1px solid #d9e2ef;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(30,55,95,.08);
}
.notice-excerpt-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e9f1;
}
.notice-excerpt-eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #3159ad;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .08em;
}
.notice-excerpt-heading h2 {
    margin: 0;
    color: #203654;
    font-size: 22px;
    line-height: 1.35;
}
.notice-excerpt-badge {
    flex: 0 0 auto;
    padding: 7px 11px;
    border: 1px solid #c9d8f2;
    border-radius: 999px;
    color: #3159ad;
    background: #edf3ff;
    font-size: 12px;
    font-weight: 650;
}
.notice-excerpt-note {
    margin: 20px 0 0;
    padding: 13px 15px;
    border-left: 3px solid #3159ad;
    color: #596a82;
    background: #f5f8fd;
    font-size: 13px;
    line-height: 1.7;
}
.notice-excerpt-body {
    margin-top: 26px;
    color: #25364f;
    font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
    font-size: 16px;
    line-height: 1.95;
    white-space: pre-wrap;
    word-break: break-word;
}
.notice-excerpt-body-wrap {
    position: relative;
    max-height: 220px;
    overflow: hidden;
}
.notice-excerpt-body-wrap::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100px;
    background: linear-gradient(180deg, rgba(255,255,255,0), #fff 86%);
    content: "";
    pointer-events: none;
}
.notice-excerpt-card.is-expanded .notice-excerpt-body-wrap { max-height: none; }
.notice-excerpt-card.is-expanded .notice-excerpt-body-wrap::after { display: none; }
.notice-excerpt-actions {
    position: relative;
    z-index: 1;
    margin-top: 18px;
    padding-top: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid #e8edf4;
}
.notice-reader-state .notice-excerpt-actions button {
    min-height: 40px;
    margin: 0;
    padding: 9px 16px;
    border: 1px solid #b9cae6;
    border-radius: 5px;
    color: #3159ad;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
}
.notice-reader-state .notice-excerpt-actions button:hover { border-color: #3159ad; background: #f3f7ff; }
.notice-reader-state .notice-excerpt-actions .notice-excerpt-continue {
    border-color: #3159ad;
    color: #fff;
    background: #3159ad;
}
.notice-reader-state .notice-excerpt-actions .notice-excerpt-continue:hover { background: #274b98; }
.notice-excerpt-unavailable { padding-bottom: 30px; }
.notice-excerpt-unavailable h2 { margin: 0 0 8px; color: #203654; font-size: 22px; }
.notice-excerpt-unavailable p { margin: 0; color: #596a82; font-size: 14px; line-height: 1.7; }
.notice-pdf-section {
    padding: 0 0 24px;
    border-top: 1px solid #d7e0ec;
    background: #e9edf3;
    scroll-margin-top: 12px;
}
.notice-pdf-heading {
    width: min(100%, 1100px);
    margin: 0 auto;
    padding: 26px 18px 16px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}
.notice-pdf-eyebrow {
    display: block;
    margin-bottom: 6px;
    color: #3159ad;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .11em;
}
.notice-pdf-heading h2 { margin: 0; color: #203654; font-size: 22px; line-height: 1.35; }
.notice-pdf-heading p { margin: 6px 0 0; color: #65758c; font-size: 13px; line-height: 1.6; }
.notice-pdf-file-label {
    flex: 0 0 auto;
    padding-top: 4px;
    color: #6d7c91;
    font-size: 12px;
    font-weight: 650;
}
.notice-pdf-state {
    width: min(calc(100% - 36px), 1064px);
    min-height: 210px;
    margin: 0 auto 18px;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #d6dfeb;
    border-radius: 8px;
    color: #65758c;
    background: #fff;
    text-align: center;
}
.notice-pdf-state strong { margin-bottom: 7px; color: #203654; font-size: 18px; }
.notice-pdf-state button {
    margin-top: 18px;
    padding: 10px 18px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    background: #3159ad;
    cursor: pointer;
    font-weight: 700;
}
.notice-pdf-frame { width: 100%; min-height: 0; flex: 1; border: 0; background: #e9edf3; }
.notice-pdf-container { width: min(100%, 1100px); margin: 0 auto; padding: 18px 18px 0; background: #e9edf3; touch-action: pan-y; }
.notice-pdf-loading { padding: 22px; color: #66758a; background: #e9edf3; text-align: center; cursor: pointer; }
.notice-pdf-container .secure-pdf-page { display: block; margin: 0 auto 16px; background: #fff; box-shadow: 0 3px 16px rgba(28,45,78,.12); }
.notice-detail-page .rg-share-mobile-trigger { display: none; }

@media (max-width: 900px) {
    .notice-catalog-note, .notice-report-brand .event-brand-divider, .notice-report-slogan { display: none; }
    .notice-report-brand { min-width: auto; }
    .notice-item { grid-template-columns: 68px minmax(0, 1fr); }
    .notice-type { width: 68px; min-width: 68px; }
    .notice-view-button { grid-column: 2; justify-self: start; }
    .notice-detail-page { overflow: auto; }
    .notice-detail-shell { height: auto; min-height: calc(100vh - 58px); padding: 8px; }
    .notice-reader-card { min-height: calc(100vh - 74px); }
    .notice-reader-toolbar { align-items: flex-start; flex-direction: column; gap: 12px; }
    .notice-reader-heading h1 { max-width: 100%; white-space: normal; }
    .notice-reader-actions {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }
    .notice-reader-action { width: 100%; min-width: 0; padding: 0 6px; font-size: 12px; white-space: nowrap; }
    #notice-view-button { grid-row: 1; grid-column: 1 / span 2; }
    #notice-download-button { grid-row: 1; grid-column: 3; }
    .notice-reader-action[data-open-pricing] { grid-row: 2; grid-column: 1; }
    #share-button { grid-row: 2; grid-column: 2; }
    #favorite-button { grid-row: 2; grid-column: 3; }
    .notice-reader-state.notice-reader-excerpt { padding: 12px; }
    .notice-excerpt-card { padding: 22px 18px 30px; }
    .notice-excerpt-heading { align-items: stretch; flex-direction: column; gap: 12px; }
    .notice-excerpt-badge { align-self: flex-start; }
    .notice-excerpt-body { margin-top: 20px; font-size: 15px; line-height: 1.85; }
    .notice-excerpt-body-wrap { max-height: 220px; }
    .notice-excerpt-actions { align-items: stretch; flex-direction: column; }
    .notice-reader-state .notice-excerpt-actions button { width: 100%; }
    .notice-pdf-heading { padding: 22px 12px 14px; }
    .notice-pdf-file-label { display: none; }
    .notice-pdf-state { width: calc(100% - 16px); min-height: 180px; padding: 24px 18px; }
    .notice-pdf-frame { min-height: 72vh; }
    .notice-pdf-container { padding: 8px 4px 0; }
}
