:root {
    --bg: #0B0B1A;
    --deep: #080812;
    --content: #12121F;
    --muted-bg: #1A1A2A;
    --text: #E8E8F0;
    --title: #FFFFFF;
    --muted: #A0A0B8;
    --soft: #6B6B80;
    --pink: #FF2D6A;
    --bright-pink: #FF4D8A;
    --rose: #E6005C;
    --purple: #7B2CBF;
    --bright-purple: #9B4DFF;
    --pale-pink: #FFB3C9;
    --border: rgba(255, 45, 106, 0.18);
    --border-strong: rgba(255, 77, 138, 0.45);
    --shadow: 0 16px 48px rgba(0, 0, 0, 0.55);
    --shell: 1220px;
    --header-offset: 126px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-width: 0; color: var(--text); background: radial-gradient(circle at 15% -10%, rgba(123,44,191,.2), transparent 32rem), var(--bg); font: 16px/1.75 -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif; overflow-x: hidden; }
body.ui-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; display: block; }
.shell { width: min(calc(100% - 32px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 2000; background: var(--bright-pink); color: #fff; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { top: 12px; }
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 1000; box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.skin-line { height: 20px; background: #3f176a; color: #fff; }
.skin-line-inner { height: 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 12px; }
.skin-brand { font-weight: 700; letter-spacing: .04em; white-space: nowrap; }
.skin-search { border: 0; background: transparent; color: #fff; padding: 0 4px; min-width: 44px; height: 20px; cursor: pointer; }
.stall-bar { height: 64px; background: rgba(8,8,18,.98); border-bottom: 1px solid var(--border); }
.stall-inner { height: 64px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; }
.brand-lockup { justify-self: start; display: inline-flex; align-items: center; min-width: 0; min-height: 44px; }
.brand-logo { height: 34px; width: auto; max-width: 180px; object-fit: contain; object-position: left center; }
.brand-text { color: #fff; font-size: 20px; font-weight: 850; letter-spacing: .05em; }
.drawer-toggle, .app-link { min-height: 44px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; padding: 0 16px; font-weight: 800; }
.drawer-toggle { justify-self: center; border: 1px solid var(--border-strong); background: #151523; color: #fff; cursor: pointer; }
.app-link { justify-self: end; background: linear-gradient(135deg,#FF4D8A 0%,#FF2D6A 50%,#E6005C 100%); color: #fff; }
.tag-strip { height: 42px; background: #181821; border-bottom: 1px solid var(--border); }
.tag-inner { height: 42px; display: flex; align-items: center; gap: 4px; overflow: hidden; }
.tag-link { min-height: 32px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 8px; color: #d8d8e5; white-space: nowrap; font-size: 14px; }
.tag-link:hover, .tag-link:focus-visible, .tag-link.is-active { background: var(--pink); color: #fff; outline: none; }
.site-main { padding-top: calc(var(--header-offset) + 28px); min-height: 70vh; }
.page-hero, .section-block, .legal-block { width: min(calc(100% - 32px), var(--shell)); margin: 0 auto 26px; }
.page-hero { position: relative; overflow: hidden; background: linear-gradient(145deg, rgba(255,45,106,.11), rgba(123,44,191,.11)), var(--content); border: 1px solid var(--border); border-radius: 16px; padding: clamp(22px, 4vw, 46px); box-shadow: var(--shadow); }
.page-hero.compact { padding-block: 32px; }
.eyebrow { display: inline-block; color: var(--pale-pink); font-weight: 800; font-size: 13px; letter-spacing: .08em; margin-bottom: 8px; }
h1, h2, h3 { color: var(--title); line-height: 1.28; margin-top: 0; }
h1 { font-size: clamp(28px, 4vw, 32px); margin-bottom: 14px; letter-spacing: -.02em; }
h2 { font-size: clamp(21px, 3vw, 26px); margin-bottom: 12px; }
h3 { font-size: 18px; margin-bottom: 8px; }
p { margin: 0 0 14px; }
.lede { max-width: 860px; color: #f0eff7; font-size: 17px; }
.hero-actions, .inline-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; padding: 10px 18px; font-weight: 850; transition: transform .18s ease, border-color .18s ease; }
.btn.primary { background: linear-gradient(135deg,#FF4D8A 0%,#FF2D6A 50%,#E6005C 100%); color: #fff; }
.btn.secondary { background: #10101c; border: 1px solid var(--border-strong); color: #fff; }
.btn:hover, .btn:focus-visible { transform: translateY(-1px); outline: 2px solid rgba(255,179,201,.5); outline-offset: 2px; }
.media-slot { margin: 0 0 24px; background: #0a0a14; border: 1px solid var(--border); border-radius: 16px; min-height: 180px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.media-slot img { width: 100%; height: 100%; max-height: 240px; object-fit: contain; object-position: center; }
.media-slot.banner { min-height: 200px; max-height: 300px; }
.media-slot.banner img { max-height: 300px; }
.media-slot.app-art { min-height: 280px; }
.media-slot.app-art img { max-height: 420px; width: auto; }
.media-placeholder { width: 100%; min-height: inherit; display: flex; align-items: center; justify-content: center; padding: 24px; background: linear-gradient(135deg, rgba(123,44,191,.28), rgba(255,45,106,.12)); color: #fff; text-align: center; font-weight: 850; }
.section-block { padding: clamp(22px, 3.6vw, 36px); background: var(--content); border: 1px solid var(--border); border-radius: 16px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.section-head p { color: var(--muted); max-width: 720px; margin-bottom: 0; }
.grid-2, .grid-3, .grid-4, .status-grid, .feature-grid, .topic-grid { display: grid; gap: 16px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.status-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card, .status-card, .number-card, .strip-card, .fact-card, .faq-item { background: var(--muted-bg); border: 1px solid var(--border); border-radius: 14px; padding: 20px; min-width: 0; }
.card p, .status-card p, .number-card p, .strip-card p, .fact-card p { color: #d7d7e3; }
.card a.more, .strip-card a.more { display: inline-flex; align-items: center; min-height: 44px; color: var(--pale-pink); font-weight: 800; }
.card a.more:hover, .card a.more:focus-visible, .strip-card a.more:hover, .strip-card a.more:focus-visible { color: #fff; outline: none; text-decoration: underline; text-underline-offset: 4px; }
.tint-pink { border-color: rgba(255,77,138,.42); }
.tint-purple { border-color: rgba(155,77,255,.38); }
.pill { display: inline-flex; align-items: center; min-height: 28px; padding: 3px 9px; border-radius: 8px; background: var(--pink); color: #fff; font-size: 12px; font-weight: 900; margin-bottom: 10px; }
.pill.purple { background: var(--purple); }
.number-card { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; }
.big-no { color: var(--bright-pink); font-size: clamp(30px, 5vw, 52px); font-weight: 950; line-height: 1; letter-spacing: -.04em; }
.number-list { display: grid; gap: 12px; }
.index-row { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 14px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.index-row:last-child { border-bottom: 0; }
.index-row .no { color: var(--bright-pink); font-size: 30px; font-weight: 950; }
.index-row p { color: var(--muted); margin: 2px 0 0; }
.index-row a { min-height: 44px; display: inline-flex; align-items: center; color: var(--pale-pink); font-weight: 800; }
.status-card { position: relative; overflow: hidden; }
.status-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(var(--bright-pink), var(--bright-purple)); }
.status-card strong { color: #fff; display: block; margin-bottom: 8px; }
.editor-note { border-left: 4px solid var(--bright-pink); background: rgba(255,45,106,.08); padding: 16px 18px; border-radius: 0 12px 12px 0; color: #f5edf1; }
.source-note { background: #0e0e18; border: 1px solid var(--border); border-radius: 12px; padding: 16px; color: var(--muted); }
.prose { max-width: 920px; }
.prose p { color: #dedee8; }
.prose h2 { margin-top: 28px; }
.prose ul { margin: 0 0 18px; padding-left: 1.2em; }
.prose li { margin-bottom: 8px; }
.app-layout { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); gap: 26px; align-items: center; }
.app-icon { width: 64px; height: 64px; object-fit: contain; border-radius: 14px; background: #0b0b14; border: 1px solid var(--border); }
.faq-list { display: grid; gap: 14px; }
.faq-item h2 { font-size: 18px; }
.faq-item p { color: #d8d8e3; margin-bottom: 0; }
.site-footer { margin-top: 40px; background: #05050A; border-top: 1px solid var(--border); padding: 42px 0 calc(28px + env(safe-area-inset-bottom)); }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; }
.footer-logo { display: flex; align-items: center; min-height: 44px; }
.footer-logo img { height: 32px; width: auto; max-width: 160px; object-fit: contain; }
.footer-brand strong { display: block; color: #fff; }
.footer-brand span { display: block; color: var(--muted); font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.footer-grid h2 { font-size: 15px; color: #fff; margin-bottom: 10px; }
.footer-grid a { display: block; min-height: 34px; color: #c8c8d8; }
.footer-grid a:hover, .footer-grid a:focus-visible { color: var(--pale-pink); outline: none; }
.footer-note { border-top: 1px solid rgba(255,255,255,.08); margin-top: 28px; padding-top: 20px; color: #b8b8c8; font-size: 14px; }
.copyright { color: var(--soft); font-size: 13px; margin-bottom: 0; }
.drawer { position: fixed; z-index: 1300; top: 0; right: 0; width: min(400px, 86vw); height: 100dvh; background: #0b0b15; border-left: 1px solid var(--border-strong); box-shadow: -18px 0 48px rgba(0,0,0,.5); transform: translateX(104%); visibility: hidden; pointer-events: none; transition: transform .25s ease, visibility .25s ease; display: flex; flex-direction: column; }
.drawer-open .drawer { transform: translateX(0); visibility: visible; pointer-events: auto; }
.drawer-head { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 16px; border-bottom: 1px solid var(--border); }
.drawer-brand { display: flex; align-items: center; gap: 10px; color: #fff; }
.drawer-brand img { height: 30px; width: auto; max-width: 150px; object-fit: contain; }
.icon-close { width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--border-strong); background: #151523; color: #fff; cursor: pointer; font-size: 24px; }
.drawer-body { padding: 14px; overflow-y: auto; overscroll-behavior: contain; }
.drawer-card { background: var(--content); border: 1px solid var(--border); border-radius: 14px; padding: 14px; margin-bottom: 12px; }
.drawer-card h2 { font-size: 14px; color: var(--pale-pink); margin-bottom: 8px; }
.drawer-card a { display: block; padding: 11px 8px; border-radius: 10px; }
.drawer-card a:hover, .drawer-card a:focus-visible { background: rgba(255,45,106,.09); outline: 1px solid var(--border-strong); }
.drawer-card strong { display: block; color: #fff; font-size: 14px; }
.drawer-card span { display: block; color: var(--muted); font-size: 12px; margin-top: 3px; line-height: 1.5; }
.search-layer { position: fixed; z-index: 1250; top: 84px; left: 50%; width: min(calc(100% - 32px), 880px); transform: translate(-50%, -12px); background: transparent; visibility: hidden; pointer-events: none; opacity: 0; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.search-open .search-layer { transform: translate(-50%, 0); visibility: visible; pointer-events: auto; opacity: 1; }
.search-panel { background: #0b0b15; border: 1px solid var(--border-strong); border-radius: 16px; box-shadow: var(--shadow); padding: 22px; }
.search-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.search-head h2 { margin-bottom: 0; }
.search-look { min-height: 54px; border: 1px solid var(--border); background: #141421; border-radius: 12px; display: flex; align-items: center; gap: 10px; padding: 0 16px; color: #d8d8e5; margin: 18px 0; }
.preset-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.preset-links a { min-height: 44px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 10px; background: #161625; color: #fff; font-weight: 800; }
.preset-links a:hover, .preset-links a:focus-visible { border-color: var(--border-strong); background: rgba(255,45,106,.13); outline: none; }
.ui-overlay { position: fixed; inset: 0; z-index: 1200; background: rgba(0,0,0,.66); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, visibility .2s ease; }
.ui-overlay.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.mobile-bottom { display: none; }
.two-line-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; color: var(--muted); font-size: 13px; margin-top: 16px; }
.highlight-line { padding: 18px; border-radius: 12px; background: linear-gradient(135deg, rgba(255,45,106,.16), rgba(123,44,191,.16)); border: 1px solid var(--border); }
.link-row { display: flex; gap: 10px; flex-wrap: wrap; }
.link-row a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 10px; background: #191927; border: 1px solid var(--border); color: #fff; font-weight: 800; }
.link-row a:hover, .link-row a:focus-visible { border-color: var(--border-strong); outline: none; }
@media (max-width: 900px) {
    .grid-4, .status-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .grid-3, .feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .app-layout { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 720px) {
    :root { --header-offset: 84px; }
    body { padding-bottom: calc(50px + env(safe-area-inset-bottom)); }
    .tag-strip { display: none; }
    .stall-inner { grid-template-columns: minmax(0,1fr) auto auto; gap: 8px; }
    .brand-logo { max-width: 120px; height: 30px; }
    .brand-text { font-size: 18px; }
    .drawer-toggle, .app-link { min-width: 58px; padding-inline: 10px; font-size: 14px; }
    .site-main { padding-top: calc(var(--header-offset) + 22px); }
    .page-hero, .section-block, .legal-block { width: min(calc(100% - 32px), var(--shell)); }
    .page-hero, .section-block { padding: 20px; }
    .grid-2, .grid-3, .grid-4, .feature-grid, .status-grid, .topic-grid { grid-template-columns: 1fr; }
    .index-row { grid-template-columns: 54px 1fr; }
    .index-row a { grid-column: 2; justify-self: start; }
    .search-layer { top: 0; left: 0; width: 100%; height: 100dvh; transform: none; }
    .search-open .search-layer { transform: none; }
    .search-panel { height: 100%; border: 0; border-radius: 0; padding: 20px 16px; background: #07070d; }
    .preset-links { grid-template-columns: repeat(2, 1fr); }
    .mobile-bottom { position: fixed; z-index: 1100; left: 0; right: 0; bottom: 0; height: calc(50px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); display: grid; grid-template-columns: repeat(5, 1fr); background: rgba(8,8,18,.98); border-top: 1px solid var(--border-strong); }
    .mobile-bottom a { min-width: 0; min-height: 50px; display: flex; align-items: center; justify-content: center; font-size: 12px; color: #d5d5e0; }
    .mobile-bottom a.is-active { background: var(--pink); color: #fff; font-weight: 850; }
    .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
    .site-footer { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
    .media-slot.banner { min-height: 180px; }
}
@media (max-width: 420px) {
    .skin-line-inner { font-size: 11px; }
    .skin-brand { max-width: calc(100% - 58px); overflow: hidden; text-overflow: ellipsis; }
    .brand-lockup { max-width: 118px; }
    .brand-logo { max-width: 104px; }
    .drawer-toggle, .app-link { min-width: 54px; padding-inline: 8px; font-size: 13px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
