:root {
    --page: #F3F6FB;
    --surface: #FFFFFF;
    --surface-alt: #E6EEF6;
    --title: #0B1F3A;
    --text: #1C3348;
    --muted: #4A6276;
    --soft: #7A8FA0;
    --navy: #0B3A6E;
    --blue: #1E6FBF;
    --cyan: #1396B3;
    --amber: #D97706;
    --coral: #E25B4C;
    --deep: #071428;
    --border: rgba(11,58,110,0.16);
    --shadow: 0 14px 34px rgba(7,20,40,0.08);
    --radius: 18px;
    --site: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--page);
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    overflow-x: hidden;
}
body.menu-open,
body.search-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }

.skip-link {
    position: fixed;
    left: 16px;
    top: -60px;
    z-index: 1000;
    background: #fff;
    color: var(--navy);
    padding: 10px 16px;
    border-radius: 999px;
    box-shadow: var(--shadow);
}
.skip-link:focus { top: 12px; }

.site-width,
.header-width { width: min(calc(100% - 32px), var(--site)); margin: 0 auto; }
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; }
.telegraph-bar { height: 30px; background: var(--navy); color: #fff; }
.telegraph-inner { height: 30px; display: flex; align-items: center; justify-content: space-between; font-size: 13px; }
.telegraph-brand { font-weight: 700; letter-spacing: .05em; }
.text-button { min-height: 30px; border: 0; background: transparent; color: #fff; padding: 0 2px 0 14px; }
.text-button:focus-visible, .text-button:hover { text-decoration: underline; text-underline-offset: 4px; }

.beacon-bar { height: 62px; background: #fff; border-bottom: 1px solid var(--border); }
.beacon-inner { height: 62px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.menu-trigger { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--border); background: #fff; display: grid; place-content: center; gap: 4px; padding: 0; }
.menu-trigger span { width: 16px; height: 2px; border-radius: 2px; background: var(--navy); display: block; }
.menu-trigger:hover, .menu-trigger:focus-visible { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(30,111,191,.10); }
.beacon-brand { justify-self: center; min-width: 90px; min-height: 44px; display: flex; align-items: center; justify-content: center; }
.beacon-logo { max-height: 34px; width: auto; }
.brand-logo-text { color: var(--navy); font-weight: 900; font-size: 24px; letter-spacing: .08em; }
.app-link { justify-self: end; min-height: 44px; display: inline-flex; align-items: center; color: var(--navy); font-weight: 800; }
.app-link:hover, .app-link:focus-visible { color: var(--blue); text-decoration: underline; text-underline-offset: 5px; }

.channel-bar { height: 44px; background: #fff; border-bottom: 1px solid var(--border); }
.channel-inner { height: 44px; display: flex; align-items: stretch; justify-content: center; gap: 42px; }
.channel-inner a { min-height: 44px; display: inline-flex; align-items: center; position: relative; color: var(--muted); font-size: 15px; font-weight: 700; }
.channel-inner a:hover, .channel-inner a:focus-visible, .channel-inner a.is-current { color: var(--navy); }
.channel-inner a.is-current::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--navy); border-radius: 3px 3px 0 0; }

.site-main { padding-top: 136px; min-height: 70vh; }
.page-hero { padding: 56px 0 28px; }
.page-hero .hero-card { background: #fff; border: 1px solid var(--border); border-radius: 20px; box-shadow: var(--shadow); padding: clamp(24px, 4vw, 46px); }
.page-hero h1, .home-copy h1 { color: var(--title); font-size: clamp(28px, 4vw, 32px); line-height: 1.25; margin: 8px 0 14px; letter-spacing: -.02em; }
.page-hero p, .home-copy p { max-width: 780px; margin: 0; color: var(--muted); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-weight: 900; font-size: 13px; letter-spacing: .08em; }
.eyebrow::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); box-shadow: 14px 0 0 var(--amber), 28px 0 0 var(--coral); margin-right: 30px; }

.home-hero { padding: 54px 0 28px; }
.beacon-card { background: #fff; border: 1px solid var(--border); border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); }
.home-copy { padding: clamp(28px, 5vw, 54px); }
.home-copy h1 { max-width: 690px; font-size: clamp(28px, 4vw, 32px); }
.home-copy p { font-size: 17px; }
.action-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.btn { min-height: 46px; padding: 0 20px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; border: 1px solid transparent; }
.btn-primary { color: #fff; background: linear-gradient(135deg,#1E6FBF 0%,#0B3A6E 55%,#071428 100%); }
.btn-secondary { background: #fff; color: var(--navy); border-color: var(--border); }
.btn:hover, .btn:focus-visible { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(7,20,40,.10); outline: none; }
.hero-media { background: var(--surface-alt); border-top: 1px solid var(--border); max-height: 340px; overflow: hidden; }
.hero-media img { width: 100%; max-height: 340px; object-fit: cover; }
.hero-media .image-placeholder { min-height: 240px; }

.section { padding: 32px 0; }
.section:last-child { padding-bottom: 70px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.section-head h2 { margin: 0; color: var(--title); font-size: clamp(23px, 3vw, 28px); line-height: 1.3; }
.section-head p { margin: 0; color: var(--muted); max-width: 600px; }
.section-kicker { color: var(--navy); font-size: 13px; font-weight: 900; letter-spacing: .08em; margin-bottom: 7px; display: block; }
.section-link { color: var(--navy); font-weight: 800; white-space: nowrap; }
.section-link:hover, .section-link:focus-visible { text-decoration: underline; text-underline-offset: 5px; }

.card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.card-pad { padding: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.grid-6 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.stack { display: grid; gap: 16px; }

.signal-tag { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 20px; display: flex; flex-direction: column; min-height: 180px; }
.signal-tag .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--navy); margin-bottom: 20px; }
.signal-tag:nth-child(3n+2) .dot { background: var(--cyan); }
.signal-tag:nth-child(3n+3) .dot { background: var(--amber); }
.signal-tag h3 { margin: 0 0 8px; color: var(--title); font-size: 18px; }
.signal-tag p { margin: 0 0 16px; color: var(--muted); font-size: 14px; }
.signal-tag a { margin-top: auto; color: var(--navy); font-weight: 800; }

.split-feature { display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px; align-items: stretch; }
.feature-copy { padding: clamp(24px, 4vw, 40px); }
.feature-copy h2, .feature-copy h3 { color: var(--title); margin: 0 0 14px; }
.feature-copy p { color: var(--muted); margin: 0 0 14px; }
.feature-media { overflow: hidden; min-height: 280px; background: var(--surface-alt); }
.feature-media img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.image-placeholder { width: 100%; min-height: 220px; background: linear-gradient(135deg, #e7edf5, #f7f9fc 58%, #dfe9f4); position: relative; }
.image-placeholder::after { content: ""; position: absolute; width: 82px; height: 82px; border-radius: 50%; border: 14px solid rgba(11,58,110,.08); left: 50%; top: 50%; transform: translate(-50%,-50%); }
.content-picture { width: 100%; border-radius: 16px; }

.number-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.number-list li { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 14px 0; border-top: 1px solid var(--border); }
.number-list strong { color: var(--navy); font-size: 20px; letter-spacing: .05em; }
.number-list span { color: var(--text); }

.media-card { overflow: hidden; }
.media-card .media-slot { background: var(--surface-alt); min-height: 180px; }
.media-card .media-slot img { width: 100%; height: 190px; object-fit: cover; }
.media-card .image-placeholder { min-height: 190px; }
.media-card .copy { padding: 22px; }
.media-card h3 { margin: 0 0 8px; color: var(--title); }
.media-card p { margin: 0 0 14px; color: var(--muted); }
.media-card a { color: var(--navy); font-weight: 800; }

.directory-list { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.directory-item { display: grid; grid-template-columns: 56px 1fr auto; gap: 18px; align-items: start; padding: 20px 22px; border-bottom: 1px solid var(--border); }
.directory-item:last-child { border-bottom: 0; }
.directory-index { color: var(--navy); font-weight: 900; font-size: 20px; }
.directory-item h3 { margin: 0 0 5px; color: var(--title); }
.directory-item p { margin: 0; color: var(--muted); }
.directory-item a { color: var(--navy); font-weight: 800; white-space: nowrap; }

.topic-card { padding: 22px; }
.topic-card small { color: var(--amber); font-weight: 900; }
.topic-card h3 { color: var(--title); margin: 8px 0; }
.topic-card p { color: var(--muted); margin: 0 0 14px; }
.topic-card a { color: var(--navy); font-weight: 800; }

.pack-list { display: grid; gap: 14px; }
.pack-item { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 20px; display: grid; grid-template-columns: 54px 1fr auto; gap: 16px; align-items: start; }
.pack-icon { width: 46px; height: 38px; border-radius: 8px; background: var(--surface-alt); position: relative; }
.pack-icon::before { content: ""; position: absolute; width: 20px; height: 6px; border-radius: 4px 4px 0 0; left: 6px; top: -5px; background: var(--cyan); }
.pack-item h3 { margin: 0 0 5px; color: var(--title); }
.pack-item p { margin: 0; color: var(--muted); }
.pack-item a { color: var(--navy); font-weight: 800; white-space: nowrap; }

.big-number-list { display: grid; gap: 12px; }
.big-number-item { display: grid; grid-template-columns: 92px 1fr; gap: 20px; background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 24px; }
.big-number-item .big-no { color: var(--navy); font-weight: 950; font-size: 42px; line-height: 1; }
.big-number-item h3 { margin: 0 0 7px; color: var(--title); }
.big-number-item p { margin: 0; color: var(--muted); }

.timeline { position: relative; display: grid; gap: 0; }
.timeline::before { content: ""; position: absolute; left: 17px; top: 18px; bottom: 18px; width: 2px; background: var(--border); }
.timeline-item { position: relative; padding: 0 0 28px 54px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-dot { position: absolute; left: 6px; top: 4px; width: 24px; height: 24px; border-radius: 50%; background: #fff; border: 6px solid var(--navy); }
.timeline-item:nth-child(2) .timeline-dot { border-color: var(--cyan); }
.timeline-item:nth-child(3) .timeline-dot { border-color: var(--amber); }
.timeline-item h3 { color: var(--title); margin: 0 0 4px; }
.timeline-item p { margin: 0; color: var(--muted); }
.status { display: inline-flex; min-height: 28px; align-items: center; padding: 0 10px; border-radius: 999px; background: var(--surface-alt); color: var(--navy); font-size: 13px; font-weight: 900; margin-bottom: 6px; }

.article-shell { padding: 52px 0 70px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 24px; align-items: start; }
.article-main { background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: clamp(24px, 4vw, 42px); box-shadow: var(--shadow); }
.article-main h1 { margin: 7px 0 12px; color: var(--title); font-size: clamp(28px, 4vw, 32px); line-height: 1.25; }
.article-main .lead { color: var(--muted); font-size: 17px; margin: 0 0 28px; }
.article-main h2 { color: var(--title); font-size: 23px; margin: 34px 0 12px; }
.article-main h3 { color: var(--title); font-size: 19px; margin: 24px 0 8px; }
.article-main p { margin: 0 0 16px; }
.article-main ul, .article-main ol { padding-left: 1.3em; }
.article-main li { margin: 8px 0; }
.article-main .content-picture { margin: 18px 0 24px; max-height: 340px; object-fit: cover; }
.article-main > .image-placeholder { margin: 18px 0 24px; min-height: 260px; border-radius: 16px; }
.article-note { border-left: 4px solid var(--cyan); background: #F7FAFD; padding: 16px 18px; border-radius: 0 12px 12px 0; color: var(--muted); margin: 22px 0; }
.article-aside { position: sticky; top: 158px; display: grid; gap: 14px; }
.aside-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 18px; }
.aside-card h2 { font-size: 16px; margin: 0 0 10px; color: var(--title); }
.aside-card a { display: block; padding: 8px 0; color: var(--navy); font-weight: 700; border-top: 1px solid rgba(11,58,110,.09); }
.aside-card a:first-of-type { border-top: 0; }

.index-box { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin: 20px 0; }
.index-box a { min-height: 84px; background: var(--surface-alt); border-radius: 14px; padding: 16px; color: var(--title); font-weight: 800; }
.index-box span { display: block; color: var(--muted); font-size: 14px; font-weight: 500; margin-top: 4px; }

.faq-list { display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 22px; }
.faq-item h2, .faq-item h3 { margin: 0 0 9px; color: var(--title); font-size: 19px; }
.faq-item p { margin: 0; color: var(--text); }

.frequency-menu {
    position: fixed;
    z-index: 210;
    top: 36px;
    left: 50%;
    width: min(700px, 94%);
    max-height: calc(100vh - 72px);
    overflow: auto;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 20px;
    box-shadow: 0 28px 70px rgba(7,20,40,.24);
    transform: translate(-50%, -18px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.frequency-menu.is-open { transform: translate(-50%, 0); opacity: 1; visibility: visible; pointer-events: auto; }
.frequency-head { position: sticky; top: 0; z-index: 2; background: #fff; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; border-bottom: 1px solid var(--border); }
.frequency-brand { display: flex; align-items: center; gap: 10px; color: var(--navy); font-weight: 900; }
.menu-logo, .footer-logo { max-height: 30px; width: auto; }
.close-button { min-height: 44px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--border); color: var(--navy); background: #fff; font-weight: 800; }
.close-button:hover, .close-button:focus-visible { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(30,111,191,.10); outline: 0; }
.frequency-groups { padding: 16px 20px 22px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.frequency-groups section { border-top: 3px solid var(--navy); padding-top: 10px; }
.frequency-groups section:nth-child(2) { border-color: var(--cyan); }
.frequency-groups section:nth-child(3) { border-color: var(--amber); }
.frequency-groups section:nth-child(4) { border-color: var(--coral); }
.frequency-groups h2 { margin: 0 0 5px; color: var(--title); font-size: 17px; }
.frequency-groups a { display: block; padding: 9px 0; border-top: 1px solid rgba(11,58,110,.09); }
.frequency-groups strong { display: block; color: var(--navy); }
.frequency-groups span { display: block; color: var(--muted); font-size: 13px; line-height: 1.55; margin-top: 2px; }

.site-mask { position: fixed; z-index: 190; inset: 0; background: rgba(7,20,40,.48); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .18s ease, visibility .18s ease; }
.site-mask.is-visible { opacity: 1; visibility: visible; pointer-events: auto; }

.search-layer { position: fixed; z-index: 205; top: 104px; left: 50%; width: min(760px, calc(100% - 32px)); transform: translate(-50%, -12px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.search-layer.is-open { transform: translate(-50%, 0); opacity: 1; visibility: visible; pointer-events: auto; }
.search-card { background: #F7FAFD; border: 1px solid var(--border); border-radius: 20px; box-shadow: 0 28px 70px rgba(7,20,40,.24); padding: 22px; }
.search-head { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.search-head h2 { margin: 5px 0 0; color: var(--title); font-size: 22px; }
.search-field { display: block; margin-top: 18px; }
.search-field input { width: 100%; min-height: 50px; border-radius: 14px; border: 1px solid var(--border); background: #fff; color: var(--title); padding: 0 16px; outline: none; }
.search-field input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(30,111,191,.10); }
.search-note { color: var(--muted); font-size: 14px; margin: 10px 0 14px; }
.search-presets { display: flex; flex-wrap: wrap; gap: 9px; }
.search-presets a { min-height: 42px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 999px; background: #fff; border: 1px solid var(--border); color: var(--navy); font-weight: 800; }
.search-presets a:hover, .search-presets a:focus-visible { border-color: var(--blue); }

.site-footer { background: var(--deep); color: #D5E4F4; padding: 48px 0 18px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1.9fr; gap: 48px; }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; }
.footer-brand span { display: grid; line-height: 1.2; }
.footer-brand strong { font-size: 20px; }
.footer-brand small { font-size: 11px; letter-spacing: .18em; opacity: .8; }
.footer-brand-block p { max-width: 440px; color: #AFC4DA; margin: 18px 0 0; }
.footer-links { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.footer-links h2 { color: #fff; margin: 0 0 10px; font-size: 15px; }
.footer-links a { display: block; color: #D5E4F4; padding: 4px 0; font-size: 14px; }
.footer-links a:hover, .footer-links a:focus-visible { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { border-top: 1px solid rgba(213,228,244,.14); margin-top: 34px; padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; color: #93AAC2; font-size: 13px; }
.footer-bottom a { color: #D5E4F4; }

.mobile-bottom-nav { display: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 900px) {
    .channel-inner { gap: 24px; }
    .grid-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .grid-3, .grid-6 { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .split-feature { grid-template-columns: 1fr; }
    .feature-media { min-height: 230px; }
    .article-layout { grid-template-columns: 1fr; }
    .article-aside { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
    .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
    body { line-height: 1.7; padding-bottom: calc(50px + env(safe-area-inset-bottom)); }
    .site-width, .header-width { width: min(calc(100% - 32px), var(--site)); }
    .channel-bar { display: none; }
    .site-main { padding-top: 92px; }
    .telegraph-bar, .telegraph-inner { height: 30px; }
    .beacon-inner { grid-template-columns: 64px minmax(0,1fr) 72px; }
    .beacon-brand { min-width: 0; }
    .beacon-logo { max-width: 150px; }
    .brand-logo-text { font-size: 22px; }
    .app-link { font-size: 14px; }
    .home-hero { padding-top: 30px; }
    .page-hero { padding-top: 30px; }
    .section { padding: 24px 0; }
    .section-head { align-items: start; flex-direction: column; gap: 8px; }
    .grid-2, .grid-3, .grid-4, .grid-6 { grid-template-columns: 1fr; }
    .signal-tag { min-height: 0; }
    .directory-item { grid-template-columns: 42px 1fr; gap: 12px; }
    .directory-item a { grid-column: 2; }
    .pack-item { grid-template-columns: 44px 1fr; }
    .pack-item a { grid-column: 2; }
    .big-number-item { grid-template-columns: 64px 1fr; padding: 20px; }
    .big-number-item .big-no { font-size: 34px; }
    .article-shell { padding: 30px 0 50px; }
    .article-main { border-radius: 16px; padding: 22px 18px; }
    .article-aside { grid-template-columns: 1fr; }
    .index-box { grid-template-columns: 1fr; }
    .frequency-menu { top: 14px; max-height: calc(100vh - 28px); }
    .frequency-groups { grid-template-columns: 1fr; }
    .search-layer { inset: 0; width: 100%; height: 100vh; transform: none; background: #F3F6FB; }
    .search-layer.is-open { transform: none; }
    .search-card { min-height: 100%; border: 0; border-radius: 0; box-shadow: none; padding: calc(18px + env(safe-area-inset-top)) 16px 24px; }
    .footer-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .footer-bottom { flex-direction: column; }
    .mobile-bottom-nav {
        position: fixed;
        z-index: 150;
        left: 0;
        right: 0;
        bottom: 0;
        height: calc(50px + env(safe-area-inset-bottom));
        padding-bottom: env(safe-area-inset-bottom);
        background: rgba(255,255,255,.96);
        border-top: 1px solid var(--border);
        display: grid;
        grid-template-columns: repeat(5,minmax(0,1fr));
        backdrop-filter: blur(10px);
    }
    .mobile-bottom-nav a { min-height: 50px; display: flex; align-items: center; justify-content: center; color: var(--soft); font-size: 12px; font-weight: 800; }
    .mobile-bottom-nav a.is-current { color: var(--navy); }
    .menu-open .mobile-bottom-nav, .search-open .mobile-bottom-nav { z-index: 120; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

.icon-art {
    width: min(132px, 42vw);
    border-radius: 24px;
    margin: 18px 0 26px;
}
.icon-placeholder {
    width: min(132px, 42vw);
    min-height: 132px;
    border-radius: 24px;
    margin: 18px 0 26px;
}

.app-mini-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
}
.app-icon-image,
.app-icon-placeholder {
    width: 58px;
    height: 58px;
    border-radius: 14px;
}
.app-icon-image { object-fit: cover; }
.app-icon-placeholder { background: var(--surface-alt); border: 1px solid var(--border); }


.topic-visual {
    overflow: hidden;
    margin-bottom: 16px;
}
.topic-visual img {
    width: 100%;
    max-height: 280px;
    object-fit: cover;
}
.topic-visual .image-placeholder { min-height: 220px; }
