* { box-sizing: border-box; }
html { background: var(--top2-bg); color: var(--top2-text); font-family: var(--top2-font); scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 18% 0%, rgba(229, 9, 20, .20), transparent 28rem), var(--top2-bg); color: var(--top2-text); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
textarea { resize: vertical; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--top2-accent); outline-offset: 3px; }

.top2-page { min-height: 100vh; padding-top: 72px; padding-bottom: 0; overflow-x: hidden; }
.top2-reference-home { min-height: 70vh; margin-top: -72px; }
.top2-container { width: min(100% - 128px, 2420px); margin: 0 auto; }
.top2-h5-only { display: none; }
.top2-ready .top2-card, .top2-ready .top2-rank-card, .top2-ready .top2-hero-card { animation: top2-rise .28s ease both; }

.top2-header { position: fixed; left: 0; right: 0; top: 0; z-index: 80; background: linear-gradient(180deg, rgba(3,3,3,.78), rgba(3,3,3,.45)); border-bottom: 1px solid rgba(255,255,255,.05); backdrop-filter: blur(10px); }
.top2-header .top2-container { width: 100%; max-width: none; margin: 0; padding: 0 32px; }
.top2-header-inner { position: relative; display: flex; align-items: center; gap: 24px; min-height: 72px; }
.top2-logo { display: inline-flex; align-items: center; flex: 0 0 auto; min-width: 84px; }
.top2-wordmark-logo { height: 50px; width: auto; object-fit: contain; filter: drop-shadow(0 8px 24px rgba(229, 9, 20, .18)); }
.top2-nav { display: flex; align-items: center; gap: 24px; min-width: 0; color: rgba(255,255,255,.84); font-size: 15px; font-weight: 700; white-space: nowrap; }
.top2-nav a, .top2-nav button { border: 0; padding: 0; background: transparent; color: inherit; }
.top2-nav a:hover, .top2-nav button:hover { color: #fff; }
.top2-nav-home { color: #fff !important; font-weight: 700; }
.top2-header-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.top2-mobile-actions { margin-left: auto; align-items: center; gap: 10px; }
.top2-mobile-more { align-items: center; justify-content: center; min-height: 32px; border: 0; background: transparent; color: rgba(255,255,255,.92); font-size: 14px; font-weight: 900; }
.top2-mobile-action { width: 34px; height: 34px; border: 0; border-radius: 999px; display: inline-grid; place-items: center; background: transparent; color: rgba(255,255,255,.92); font-size: 14px; font-weight: 800; }
.top2-menu-trigger, .top2-nav-more { min-height: 38px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; padding: 0 16px; background: rgba(255,255,255,.08); color: #fff; }
.top2-header-icon { width: 38px; height: 38px; border: 0; border-radius: 999px; display: inline-grid; place-items: center; background: transparent; color: rgba(255,255,255,.90); font-size: 14px; font-weight: 900; }
.top2-header-icon:hover { background: rgba(255,255,255,.10); color: #fff; }
.top2-search-trigger { min-width: 38px; text-align: center; color: rgba(255,255,255,.90); padding: 0; }
.top2-client-cta { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 0 20px; background: var(--top2-accent); color: #fff; font-size: 14px; font-weight: 900; box-shadow: 0 14px 28px rgba(229,9,20,.28); }
.top2-client-cta:hover { background: #f21b24; transform: translateY(-1px); }
.top2-more-menu { position: absolute; right: 0; top: calc(100% - 4px); display: grid; min-width: 190px; padding: 10px; border: 1px solid rgba(255,255,255,.10); border-radius: 18px; background: rgba(12,12,12,.98); box-shadow: 0 24px 70px rgba(0,0,0,.42); }
.top2-more-menu a { padding: 12px 14px; border-radius: 12px; color: rgba(255,255,255,.78); }
.top2-more-menu a:hover { background: rgba(255,255,255,.08); color: #fff; }

.top2-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; border: 0; border-radius: 8px; padding: 0 18px; background: var(--top2-accent); color: #fff; font-weight: 750; letter-spacing: .02em; box-shadow: 0 14px 28px rgba(229,9,20,.22); }
.top2-btn:hover { background: #f21b24; transform: translateY(-1px); }
.top2-btn-secondary { background: rgba(255,255,255,.14); color: #fff; box-shadow: none; }
.top2-btn-secondary:hover { background: rgba(255,255,255,.22); }
.top2-text-link { color: rgba(255,255,255,.62); font-size: 14px; font-weight: 500; }
.top2-text-link:hover { color: #fff; }
.top2-inline-button { display: inline-flex; align-items: center; min-height: 36px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 0 14px; background: rgba(255,255,255,.08); color: #fff; }

.top2-hero { padding: 28px 0 18px; }
.top2-hero-slider { --top2-hero-peek: 112px; display: grid; grid-auto-flow: column; grid-auto-columns: clamp(980px, calc(100vw - var(--top2-hero-peek)), 1180px); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.top2-hero-slider::-webkit-scrollbar { display: none; }
.top2-hero-card { scroll-snap-align: start; min-height: 520px; display: grid; align-items: end; border-radius: 28px; overflow: hidden; background-size: cover; background-position: center right; box-shadow: inset 0 -160px 130px rgba(0,0,0,.82), 0 28px 90px rgba(0,0,0,.42); }
.top2-hero-copy { width: min(720px, 62%); padding: 56px; }
.top2-home-spotlight { padding: 0 0 20px; }
.top2-home-spotlight .top2-container { width: 100%; max-width: none; margin: 0; }
.top2-home-spotlight .top2-hero-slider { --top2-hero-peek: 0px; grid-auto-columns: 100%; gap: 0; }
.top2-home-spotlight .top2-hero-card { min-height: calc(100vh - 0px); border-radius: 0; background-position: center; box-shadow: inset 0 100px 90px rgba(0,0,0,.46), inset 0 -240px 170px rgba(0,0,0,.92); }
.top2-home-spotlight .top2-hero-copy { width: min(740px, 45vw); margin-left: clamp(320px, 18vw, 640px); padding: 0 0 82px; }
.top2-kicker { display: inline-flex; align-items: center; min-height: 28px; border-radius: 999px; padding: 0 10px; background: var(--top2-accent-soft); color: #ff5f67; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.top2-hero h1 { margin: 16px 0 12px; max-width: 760px; font-size: clamp(42px, 4.6vw, 78px); line-height: .98; letter-spacing: -.06em; }
.top2-hero p { display: -webkit-box; max-width: 650px; min-height: 54px; margin: 0 0 28px; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; color: rgba(255,255,255,.76); line-height: 1.75; }
.top2-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.top2-section { padding: 30px 0; }
.top2-section-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 0 18px; color: #fff; font-size: 24px; letter-spacing: -.02em; }
.top2-page-title { margin: 28px 0 18px; }
.top2-page-title h1 { margin: 12px 0 0; font-size: clamp(32px, 4vw, 56px); letter-spacing: -.04em; }
.top2-shelf { position: relative; }
.top2-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 18px; }
.top2-poster-row { grid-template-columns: repeat(auto-fill, minmax(176px, 1fr)); }
.top2-shelf .top2-poster-row[data-top2-carousel] { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(176px, 188px); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 6px; }
.top2-shelf .top2-poster-row[data-top2-carousel]::-webkit-scrollbar { display: none; }
.top2-shelf .top2-poster-row[data-top2-carousel] .top2-card { scroll-snap-align: start; }

.top2-card { position: relative; border-radius: 16px; overflow: hidden; background: #151515; border: 1px solid rgba(255,255,255,.06); box-shadow: 0 16px 42px rgba(0,0,0,.24); }
.top2-card-link { position: relative; display: block; min-height: 100%; }
.top2-card:hover { border-color: rgba(255,255,255,.20); transform: translateY(-4px) scale(1.01); }
.top2-poster { aspect-ratio: 2 / 3; width: 100%; object-fit: cover; background: #242424; }
.top2-card-play { position: absolute; left: 12px; top: 12px; display: inline-flex; align-items: center; justify-content: center; min-height: 30px; border-radius: 999px; padding: 0 10px; background: rgba(229,9,20,.92); color: #fff; font-size: 13px; font-weight: 800; opacity: 0; transform: translateY(-6px); }
.top2-card:hover .top2-card-play { opacity: 1; transform: translateY(0); }
.top2-card-badge { position: absolute; right: 10px; bottom: 58px; max-width: calc(100% - 20px); border-radius: 999px; padding: 4px 8px; background: rgba(0,0,0,.68); color: #fff; font-size: 12px; }
.top2-card-body { min-height: 62px; padding: 11px 12px 13px; }
.top2-card-title { margin: 0; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.top2-meta { color: var(--top2-muted); font-size: 13px; margin: 6px 0 0; line-height: 1.65; }

.top2-announcement-list { display: grid; gap: 10px; }
.top2-announcement-item { border: 1px solid rgba(49, 119, 160, .28); border-radius: 8px; background: rgba(9, 22, 38, .42); overflow: hidden; }
.top2-announcement-toggle { width: 100%; min-height: 46px; border: 0; padding: 0 16px; background: transparent; color: #56caff; text-align: center; font-weight: 800; line-height: 1.35; }
.top2-announcement-toggle.is-alert { color: #ff3151; }
.top2-announcement-toggle span { color: #69cfff; margin-left: 6px; }
.top2-announcement-panel { padding: 0 16px 14px; color: rgba(255,255,255,.68); text-align: center; line-height: 1.65; }
.top2-announcement-rich { max-width: 980px; margin: 0 auto; padding: 6px 20px 18px; text-align: left; }
.top2-announcement-rich h2 { margin: 10px 0 12px; color: #fff; font-size: 22px; line-height: 1.28; }
.top2-announcement-rich p { margin: 8px 0; color: rgba(255,255,255,.72); line-height: 1.76; }
.top2-announcement-rich strong { color: rgba(255,255,255,.92); }
.top2-announcement-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.top2-announcement-links a { border-radius: 999px; padding: 8px 12px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.86); }
.top2-announcement-links a:hover { background: rgba(255,255,255,.15); color: #fff; }
.top2-announcement-card { margin-top: 12px; border: 1px solid rgba(255,255,255,.08); border-radius: 20px; padding: 20px; background: linear-gradient(135deg, rgba(229,9,20,.12), rgba(255,255,255,.06)); }
.top2-announcement-card h2 { margin: 0 0 10px; }
.top2-announcement-card p { margin: 6px 0; color: rgba(255,255,255,.72); line-height: 1.7; }

.top2-rank-layout { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.top2-hot-carousel { overflow: hidden; }
.top2-hot-carousel .top2-section-title { justify-content: flex-start; }
.top2-carousel-next { width: 38px; height: 38px; border: 0; border-radius: 999px; background: rgba(255,255,255,.10); color: #fff; font-size: 26px; line-height: 1; }
.top2-hot-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(390px, 31vw); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 4px; }
.top2-hot-track::-webkit-scrollbar { display: none; }
.top2-hot-slide { scroll-snap-align: start; display: grid; grid-template-columns: 142px minmax(0, 1fr); gap: 14px; min-height: 202px; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; padding: 10px; background: rgba(255,255,255,.045); }
.top2-hot-cover { position: relative; display: block; overflow: hidden; border-radius: 14px; background: #171717; }
.top2-hot-cover img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 2 / 3; }
.top2-hot-cover span { position: absolute; right: 8px; bottom: 8px; border-radius: 999px; padding: 4px 8px; background: rgba(0,0,0,.72); color: #fff; font-size: 12px; }
.top2-hot-copy { padding: 8px 4px 4px 0; min-width: 0; }
.top2-hot-copy strong { display: block; color: #fff; font-size: 18px; margin-bottom: 8px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.top2-hot-copy p { display: -webkit-box; margin: 0; overflow: hidden; -webkit-line-clamp: 5; -webkit-box-orient: vertical; color: rgba(255,255,255,.62); line-height: 1.72; font-size: 13px; }
.top2-rank-card { border: 1px solid rgba(255,255,255,.08); border-radius: 22px; padding: 18px; background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035)); }
.top2-rank-card h2 { margin: 0 0 14px; font-size: 22px; }
.top2-rank-item { display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 10px; min-height: 42px; border-radius: 12px; padding: 0 10px; color: rgba(255,255,255,.78); }
.top2-rank-item:hover { background: rgba(255,255,255,.08); color: #fff; }
.top2-rank-item span { color: #ff515b; font-size: 12px; font-weight: 900; }
.top2-rank-item strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.top2-rank-item em { color: rgba(255,255,255,.42); font-style: normal; font-size: 12px; }

.top2-topic-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.top2-topic-card { min-height: 150px; border-radius: 18px; overflow: hidden; position: relative; background: #161616; }
.top2-topic-card img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.78); }
.top2-topic-card strong { position: absolute; left: 14px; right: 14px; bottom: 14px; color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.8); }
.top2-news-board { border-top: 1px solid rgba(255,255,255,.08); }
.top2-news-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; }
.top2-news-list a { color: rgba(255,255,255,.72); line-height: 1.6; }
.top2-news-list a:hover { color: #fff; }

.top2-filter, .top2-source-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin: 18px 0; }
.top2-chip, .top2-source-tab, .top2-episode { min-height: 40px; border: 1px solid rgba(255,255,255,.10); border-radius: 999px; padding: 9px 15px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.82); }
.top2-chip:hover, .top2-source-tab:hover, .top2-episode:hover { background: rgba(255,255,255,.13); color: #fff; }
.is-active { background: var(--top2-accent) !important; border-color: var(--top2-accent) !important; color: #fff !important; }
.top2-episode-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: 10px; }
.top2-episode { display: inline-flex; align-items: center; justify-content: center; text-align: center; border-radius: 12px; }
.top2-episode-grid.is-reversed { direction: rtl; }
.top2-episode-grid.is-reversed .top2-episode { direction: ltr; }
.top2-episode-grid.is-single-column { grid-template-columns: 1fr; }

.top2-detail { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 34px; padding: 44px 0 24px; }
.top2-detail-poster-wrap { display: grid; gap: 14px; align-content: start; }
.top2-detail-poster-wrap .top2-poster { border-radius: 20px; box-shadow: 0 22px 70px rgba(0,0,0,.42); }
.top2-detail-play { width: 100%; }
.top2-detail-main h1 { margin: 14px 0 10px; font-size: clamp(34px, 4vw, 64px); line-height: 1; letter-spacing: -.05em; }
.top2-score-row { display: flex; align-items: baseline; gap: 12px; margin: 18px 0 6px; }
.top2-score-row strong { color: #ffdf72; font-size: 38px; line-height: 1; }
.top2-score-row span { color: rgba(255,255,255,.52); }
.top2-rating-row { display: flex; gap: 8px; flex-wrap: wrap; list-style: none; margin: 10px 0 18px; padding: 0; }
.top2-rating-row li { border-radius: 999px; padding: 6px 10px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.70); font-size: 13px; }
.top2-detail-tabs { display: flex; gap: 10px; margin: 18px 0 12px; }
.top2-detail-tabs button { border: 1px solid rgba(255,255,255,.10); border-radius: 999px; padding: 8px 14px; background: rgba(255,255,255,.06); color: #fff; }
.top2-synopsis { max-width: 880px; color: rgba(255,255,255,.74); line-height: 1.85; }
.top2-synopsis.is-collapsed { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.top2-resource-panel, .top2-fact-list, .top2-status { border: 1px solid rgba(255,255,255,.08); border-radius: 22px; padding: 20px; background: rgba(255,255,255,.045); }
.top2-fact-list ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 28px; margin: 0; padding-left: 18px; color: rgba(255,255,255,.68); line-height: 1.65; }

.top2-play-head { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.top2-play-head h1 { margin: 0; font-size: clamp(24px, 3vw, 42px); }
.top2-player-shell { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 18px; align-items: stretch; }
.top2-player { aspect-ratio: 16 / 9; width: 100%; background: #000; border-radius: 18px; overflow: hidden; box-shadow: 0 24px 80px rgba(0,0,0,.46); }
.top2-player iframe, .top2-player video, .top2-player embed, .top2-player object { width: 100%; height: 100%; border: 0; }
.top2-now-playing { border: 1px solid rgba(255,255,255,.08); border-radius: 18px; padding: 14px; background: rgba(255,255,255,.045); overflow: hidden; }
.top2-now-playing img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 12px; }
.top2-now-playing h2 { margin: 14px 0 6px; }
.top2-now-playing p { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 4; -webkit-box-orient: vertical; color: rgba(255,255,255,.62); line-height: 1.65; }
.top2-play-tools { display: flex; gap: 10px; flex-wrap: wrap; margin: 16px 0 20px; }
.top2-play-tools button { min-height: 38px; border: 1px solid rgba(255,255,255,.11); border-radius: 999px; padding: 0 15px; background: rgba(255,255,255,.07); color: #fff; }
.top2-play-tools button:hover { background: rgba(255,255,255,.14); }
.top2-tool-note { margin: 0 0 18px; border: 1px solid rgba(255,255,255,.10); border-radius: 14px; padding: 12px 14px; background: rgba(229,9,20,.12); color: #fff; }
.top2-comment-panel { border-top: 1px solid rgba(255,255,255,.08); }
.top2-comment-form { display: grid; gap: 10px; max-width: 640px; }
.top2-comment-form textarea, .top2-comment-form input, .top2-inline-search input, .top2-drawer-search input { border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.07); color: #fff; padding: 12px 14px; }
.top2-comment-form textarea { min-height: 96px; }

.top2-empty, .top2-status { color: var(--top2-muted); }
.top2-status h2 { margin-top: 0; color: #fff; }
.top2-footer { border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.50); padding: 28px 0 92px; margin-top: 46px; font-size: 13px; }
.top2-footer p { margin: 6px 0; line-height: 1.65; }
.top2-footer a { color: rgba(255,255,255,.75); margin-right: 10px; }

.top2-search-drawer { position: fixed; inset: 0; z-index: 120; display: flex; justify-content: flex-end; background: rgba(0,0,0,.55); backdrop-filter: blur(8px); }
.top2-drawer-card { width: min(100%, 480px); height: 100%; overflow-y: auto; padding: 22px; background: #090909; border-left: 1px solid rgba(255,255,255,.10); box-shadow: -22px 0 70px rgba(0,0,0,.50); }
.top2-drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.top2-drawer-head strong { font-size: 22px; }
.top2-drawer-head button, .top2-mini-section button { border: 0; background: transparent; color: rgba(255,255,255,.58); }
.top2-drawer-search { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.top2-search-tabs { display: flex; gap: 8px; margin: 14px 0; }
.top2-search-tabs button { flex: 1; min-height: 38px; border: 1px solid rgba(255,255,255,.10); border-radius: 999px; background: rgba(255,255,255,.06); color: #fff; }
.top2-tab-note { color: rgba(255,255,255,.52); font-size: 13px; line-height: 1.6; }
.top2-mini-section { margin-top: 22px; border-top: 1px solid rgba(255,255,255,.08); padding-top: 16px; }
.top2-mini-section h3 { display: flex; align-items: center; justify-content: space-between; margin: 0 0 12px; }
.top2-tag-row { display: flex; gap: 8px; flex-wrap: wrap; color: rgba(255,255,255,.54); }
.top2-tag-row a, .top2-local-records a { border-radius: 999px; padding: 8px 10px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.82); }
.top2-hot-list { display: grid; gap: 8px; margin: 0; padding-left: 20px; }
.top2-hot-list a { color: rgba(255,255,255,.74); }
.top2-local-records { display: grid; gap: 8px; color: rgba(255,255,255,.54); }
.top2-drawer-tools { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; }
.top2-drawer-tools a { color: rgba(255,255,255,.70); font-size: 13px; }
.top2-drawer-tools a:hover { color: #fff; }
.top2-checkin-panel { margin-top: 22px; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; padding: 16px; background: rgba(255,255,255,.045); }
.top2-checkin-panel h3, .top2-checkin-panel h4 { margin: 0 0 12px; }
.top2-calendar-row { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; margin: 10px 0; color: rgba(255,255,255,.70); text-align: center; }
.top2-calendar-row span { border-radius: 10px; padding: 8px 0; background: rgba(255,255,255,.06); }
.top2-reward-rules { width: 100%; border-collapse: collapse; color: rgba(255,255,255,.68); font-size: 13px; }
.top2-reward-rules th, .top2-reward-rules td { border-bottom: 1px solid rgba(255,255,255,.08); padding: 8px; text-align: left; }

.top2-notice-modal { position: fixed; inset: 0; z-index: 130; display: grid; place-items: center; padding: 20px; background: rgba(0,0,0,.62); backdrop-filter: blur(8px); }
.top2-notice-card { width: min(100%, 560px); border: 1px solid rgba(255,255,255,.10); border-radius: 24px; padding: 24px; background: linear-gradient(180deg, #171717, #0b0b0b); box-shadow: 0 28px 90px rgba(0,0,0,.54); }
.top2-notice-card h3 { margin: 0 0 12px; font-size: 24px; }
.top2-notice-card p { color: rgba(255,255,255,.68); line-height: 1.75; }
.top2-notice-list { display: grid; gap: 10px; margin: 0; padding-left: 20px; color: rgba(255,255,255,.76); line-height: 1.72; }
.top2-notice-service { margin: 16px 0 10px; color: #fff !important; font-weight: 800; }
.top2-notice-links { display: flex; flex-wrap: wrap; gap: 10px; margin: 12px 0 18px; }
.top2-notice-links a { border-radius: 999px; padding: 8px 12px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.86); }
.top2-notice-links a:hover { background: rgba(255,255,255,.16); color: #fff; }
.top2-notice-ok { width: 100%; }
.top2-float-actions { position: fixed; right: 18px; bottom: 110px; z-index: 86; display: grid; gap: 10px; }
.top2-float-actions button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(10,10,10,.82); color: #fff; box-shadow: 0 12px 34px rgba(0,0,0,.35); backdrop-filter: blur(12px); }

@media (prefers-reduced-motion: no-preference) {
  .top2-card, .top2-btn, .top2-card-play, .top2-rank-item, .top2-topic-card { transition: transform .18s ease, border-color .18s ease, background .18s ease, opacity .18s ease; }
}

@keyframes top2-rise {
  from { opacity: .88; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
