:root {
    --bg: #0F0A0A;
    --bg-deep: #0A0707;
    --panel: #1A1212;
    --panel-soft: #241818;
    --text: #F0E8E8;
    --title: #FFFFFF;
    --muted: #C4B0B0;
    --faint: #8A7070;
    --red: #E63946;
    --red-bright: #FF4D4F;
    --red-deep: #C41E3A;
    --line: rgba(230,57,70,0.18);
    --shadow: 0 16px 40px rgba(0,0,0,0.55);
    --shell: 1220px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg-deep); }
body { margin: 0; min-width: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif; line-height: 1.78; }
body.overlay-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--red-bright); outline-offset: 3px; }
.shell { width: min(calc(100% - 32px), var(--shell)); margin-inline: auto; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 70; box-shadow: 0 8px 30px rgba(0,0,0,.28); }
.red-strip { height: 22px; background: var(--red-deep); color: #fff; }
.red-strip-inner { height: 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 11px; letter-spacing: .04em; }
.micro-brand { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.strip-action { min-height: 44px; margin-block: -11px; border: 0; background: transparent; color: #fff; padding: 0 6px; cursor: pointer; }
.brand-bar { height: 72px; background: rgba(10,7,7,.98); border-bottom: 1px solid var(--line); }
.brand-bar-inner { height: 72px; display: grid; grid-template-columns: minmax(120px,1fr) auto minmax(120px,1fr); align-items: center; gap: 16px; }
.brand-lockup { justify-self: start; display: inline-flex; min-height: 44px; align-items: center; }
.brand-logo { max-height: 38px; width: auto; max-width: 220px; object-fit: contain; }
.brand-text { font-size: 24px; font-weight: 800; color: #fff; letter-spacing: .06em; }
.catalog-trigger { justify-self: center; min-width: 92px; min-height: 44px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); color: #fff; cursor: pointer; font-weight: 700; }
.catalog-trigger:hover { border-color: rgba(255,77,79,.6); }
.app-link { justify-self: end; display: inline-flex; min-height: 44px; align-items: center; padding: 0 16px; border-radius: 10px; color: #fff; background: linear-gradient(135deg,#FF4D4F 0%,#C41E3A 100%); font-weight: 700; }
.sign-strip { height: 44px; background: rgba(15,10,10,.98); border-bottom: 1px solid var(--line); }
.sign-strip-inner { height: 44px; display: flex; align-items: center; gap: 8px; overflow: hidden; }
.sign-link { min-height: 44px; display: inline-flex; align-items: center; padding: 0 11px; border-radius: 8px; color: var(--muted); font-size: 14px; }
.sign-link:hover { color: #fff; background: var(--panel); }
.sign-link.is-active { color: #fff; background: var(--red); }
.site-main { padding-top: 172px; min-height: 65vh; }
.page-hero, .home-hero { padding: 28px 0 18px; }
.eyebrow { margin: 0 0 8px; color: var(--red-bright); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
h1, h2, h3 { color: var(--title); line-height: 1.28; }
h1 { margin: 0; font-size: clamp(28px, 3vw, 32px); letter-spacing: -.02em; }
h2 { font-size: clamp(21px, 2.3vw, 26px); margin: 0 0 14px; }
h3 { font-size: 18px; margin: 0 0 8px; }
p { margin: 0 0 14px; }
.lead { max-width: 900px; margin-top: 14px; color: var(--muted); font-size: 17px; }
.hero-media, .section-media, .media-slot { position: relative; width: 100%; min-height: 180px; border-radius: 16px; overflow: hidden; background: linear-gradient(135deg, rgba(196,30,58,.24), rgba(26,18,18,.98)); border: 1px solid var(--line); box-shadow: var(--shadow); }
.hero-media { max-height: 300px; min-height: 230px; display: flex; align-items: center; justify-content: center; }
.hero-media img { width: 100%; max-height: 300px; object-fit: contain; background: var(--bg-deep); }
.fallback-title { padding: 36px; color: #fff; font-size: clamp(28px, 6vw, 54px); font-weight: 900; letter-spacing: .08em; text-align: center; }
.home-copy { padding: 22px 0 8px; }
.home-kicker { color: var(--muted); font-size: 14px; margin-bottom: 6px; }
.home-statement { font-size: clamp(26px, 4vw, 44px); line-height: 1.22; color: #fff; max-width: 850px; font-weight: 900; margin: 0 0 14px; }
.home-intro { max-width: 900px; color: var(--muted); font-size: 16px; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.button-primary, .button-secondary { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border-radius: 10px; font-weight: 800; }
.button-primary { color: #fff; background: linear-gradient(135deg,#FF4D4F 0%,#C41E3A 100%); }
.button-secondary { color: #fff; border: 1px solid rgba(230,57,70,.55); background: var(--panel); }
.content-section { padding: 38px 0; border-top: 1px solid var(--line); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.section-head p { max-width: 650px; color: var(--muted); margin: 0; }
.grid-4, .grid-3, .grid-2, .grid-6 { display: grid; gap: 16px; }
.grid-4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.grid-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.grid-6 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.card, .ticket-card, .article-card, .theme-tile, .folio-row, .note-panel { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 20px; box-shadow: 0 10px 28px rgba(0,0,0,.18); }
.card p, .ticket-card p, .article-card p, .theme-tile p, .note-panel p { color: var(--muted); }
.ticket-card { position: relative; overflow: hidden; min-height: 178px; }
.ticket-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--red-bright); }
.ticket-card:nth-child(even)::before { background: var(--red-deep); }
.card-link { display: inline-flex; align-items: center; min-height: 44px; color: #fff; font-weight: 800; }
.card-link::after { content: " →"; color: var(--red-bright); margin-left: 4px; }
.media-copy-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 24px; align-items: start; }
.section-media { min-height: 240px; }
.section-media img { width: 100%; max-height: 360px; object-fit: contain; background: var(--bg-deep); }
.number-list { display: grid; gap: 10px; }
.number-item { display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 14px; align-items: start; padding: 16px 0; border-bottom: 1px solid var(--line); }
.number-item:last-child { border-bottom: 0; }
.big-number { color: var(--red-bright); font-size: 32px; line-height: 1; font-weight: 900; letter-spacing: -.05em; }
.number-item p { color: var(--muted); margin: 5px 0 0; }
.directory-list { display: grid; gap: 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.directory-row { display: grid; grid-template-columns: minmax(140px,.45fr) minmax(0,1fr) auto; gap: 16px; align-items: center; padding: 18px 20px; background: var(--panel); border-bottom: 1px solid var(--line); }
.directory-row:last-child { border-bottom: 0; }
.directory-row p { margin: 0; color: var(--muted); }
.directory-row a { min-height: 44px; display: inline-flex; align-items: center; color: #fff; font-weight: 800; }
.timeline { position: relative; margin-left: 12px; padding-left: 26px; border-left: 1px solid rgba(230,57,70,.45); }
.timeline-item { position: relative; padding: 0 0 28px 8px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before { content: ""; position: absolute; left: -34px; top: 6px; width: 14px; height: 14px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(230,57,70,.13); }
.status { display: inline-flex; align-items: center; min-height: 26px; padding: 0 9px; border-radius: 7px; background: rgba(230,57,70,.12); color: #fff; font-size: 12px; font-weight: 800; }
.prose { max-width: 900px; }
.prose p { color: var(--text); }
.prose h2 { margin-top: 30px; }
.prose ul { padding-left: 1.2em; color: var(--muted); }
.prose li { margin-bottom: 9px; }
.editor-note { border-left: 4px solid var(--red); padding: 18px 20px; border-radius: 0 12px 12px 0; background: var(--panel); color: var(--muted); }
.editor-note strong { color: #fff; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 12px; background: var(--panel); padding: 20px; }
.faq-item h2 { font-size: 18px; }
.faq-item p { color: var(--muted); margin-bottom: 0; }
.catalog-panel, .search-layer { position: fixed; z-index: 95; visibility: hidden; pointer-events: none; opacity: 0; transition: opacity .18s ease, visibility .18s ease; }
.catalog-panel { inset: 94px 0 auto; max-height: calc(100vh - 94px); overflow: auto; background: rgba(10,7,7,.98); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
.catalog-panel.is-open, .search-layer.is-open { visibility: visible; pointer-events: auto; opacity: 1; }
.catalog-card { width: min(calc(100% - 32px), var(--shell)); margin: 0 auto; padding: 22px 0 30px; }
.catalog-head, .search-head { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 18px; }
.catalog-brand { display: flex; align-items: center; gap: 12px; }
.catalog-logo { max-height: 34px; width: auto; max-width: 180px; }
.catalog-brand div { display: grid; }
.catalog-brand span { color: var(--faint); font-size: 11px; letter-spacing: .12em; }
.close-button { min-height: 44px; min-width: 64px; padding: 0 14px; border: 1px solid rgba(230,57,70,.5); border-radius: 10px; background: var(--panel); color: #fff; cursor: pointer; }
.catalog-groups { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.catalog-groups section { min-width: 0; }
.catalog-groups h2 { font-size: 16px; color: var(--red-bright); border-bottom: 1px solid var(--line); padding-bottom: 9px; }
.catalog-groups a { display: grid; gap: 3px; padding: 11px 0; border-bottom: 1px solid rgba(230,57,70,.08); min-height: 66px; }
.catalog-groups a:hover strong { color: var(--red-bright); }
.catalog-groups strong { color: #fff; font-size: 15px; }
.catalog-groups span { color: var(--faint); font-size: 12px; line-height: 1.5; }
.search-layer { top: 94px; left: 50%; transform: translateX(-50%); width: min(calc(100% - 32px), 760px); }
.search-card { background: var(--bg-deep); border: 1px solid var(--line); border-radius: 0 0 16px 16px; padding: 24px; box-shadow: var(--shadow); }
.search-head h2 { margin: 0; }
.search-look { display: flex; align-items: center; gap: 14px; min-height: 64px; padding: 0 18px; border: 1px solid rgba(230,57,70,.35); border-radius: 12px; background: var(--panel); }
.search-look span { color: var(--red-bright); font-size: 28px; }
.search-look p { margin: 0; color: var(--muted); }
.search-presets { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 15px; }
.search-presets a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 10px; border: 1px solid var(--line); background: var(--panel); color: #fff; }
.page-backdrop { position: fixed; inset: 0; z-index: 90; background: rgba(0,0,0,.68); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .18s ease, visibility .18s ease; }
.page-backdrop.is-visible { opacity: 1; visibility: visible; pointer-events: auto; }
.site-footer { margin-top: 54px; background: #080505; border-top: 1px solid var(--line); color: var(--muted); }
.footer-main { padding: 38px 0 34px; }
.footer-brand { display: flex; align-items: center; gap: 13px; margin-bottom: 24px; }
.footer-logo-link { display: inline-flex; min-height: 44px; align-items: center; }
.footer-logo { max-height: 36px; width: auto; max-width: 190px; }
.footer-brand div { display: grid; }
.footer-brand strong { color: #fff; }
.footer-brand span { color: var(--faint); font-size: 11px; letter-spacing: .12em; }
.footer-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; padding: 22px 0; border-block: 1px solid var(--line); }
.footer-grid h2 { font-size: 15px; color: #fff; margin-bottom: 9px; }
.footer-grid a { display: flex; align-items: center; min-height: 44px; padding: 5px 0; color: var(--muted); }
.footer-grid a:hover { color: #fff; }
.footer-note { max-width: 800px; margin-top: 22px; color: var(--muted); }
.footer-copy { margin: 10px 0 0; color: var(--faint); font-size: 13px; }
.mobile-nav { display: none; }
.app-mini-icon { width: 58px; min-height: 58px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); overflow: hidden; }
.app-mini-icon img { width: 48px; height: 48px; object-fit: contain; }
.button-primary:hover, .button-secondary:hover, .app-link:hover { filter: brightness(1.08); }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.tag { display: inline-flex; min-height: 30px; align-items: center; padding: 0 10px; border-radius: 8px; background: rgba(230,57,70,.1); border: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.split-note { display: grid; grid-template-columns: 120px minmax(0,1fr); gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.split-note:last-child { border-bottom: 0; }
.split-note strong { color: #fff; }
.split-note p { margin: 0; color: var(--muted); }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.check-list li { position: relative; padding-left: 24px; color: var(--muted); }
.check-list li::before { content: "◆"; position: absolute; left: 0; color: var(--red-bright); font-size: 10px; top: 5px; }
@media (max-width: 900px) {
    .grid-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .grid-3, .grid-6 { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .media-copy-grid { grid-template-columns: 1fr; }
    .catalog-groups { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 680px) {
    .shell { width: min(calc(100% - 32px), var(--shell)); }
    .brand-bar-inner { grid-template-columns: minmax(0,1fr) auto auto; gap: 8px; }
    .brand-logo { max-width: 126px; max-height: 32px; }
    .brand-text { font-size: 20px; }
    .catalog-trigger { min-width: 66px; padding: 0 10px; }
    .app-link { padding: 0 10px; white-space: nowrap; font-size: 14px; }
    .sign-strip { display: none; }
    .site-main { padding-top: 122px; padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
    .home-hero, .page-hero { padding-top: 18px; }
    .hero-media { min-height: 180px; }
    .hero-media img { max-height: 260px; }
    .content-section { padding: 30px 0; }
    .grid-4, .grid-3, .grid-2, .grid-6 { grid-template-columns: 1fr; }
    .section-head { align-items: start; flex-direction: column; }
    .directory-row { grid-template-columns: 1fr; gap: 7px; }
    .number-item { grid-template-columns: 48px minmax(0,1fr); }
    .big-number { font-size: 28px; }
    .catalog-panel { inset: 94px 0 auto; max-height: calc(100vh - 94px); }
    .catalog-card { width: 100%; padding: 18px 16px 90px; }
    .catalog-groups { grid-template-columns: 1fr; }
    .search-layer { inset: 0; transform: none; width: 100%; height: 100vh; background: var(--bg-deep); overflow: auto; }
    .search-card { min-height: 100%; border: 0; border-radius: 0; padding: 22px 16px 90px; box-shadow: none; }
    .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
    .mobile-nav { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(5,1fr); min-height: calc(50px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); background: rgba(10,7,7,.98); border-top: 1px solid var(--line); }
    .mobile-nav a { min-width: 0; min-height: 50px; display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 13px; }
    .mobile-nav a.is-active { color: #fff; background: var(--red); }
    .split-note { grid-template-columns: 1fr; gap: 6px; }
}
@media (prefers-reduced-motion: reduce) {
    * { scroll-behavior: auto !important; transition: none !important; }
}
