
    * { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; background: #09090b; color: #e4e4e7; line-height: 1.5; }
    .lab-ticker { background: #18181b; border-bottom: 1px solid #27272a; padding: 6px 24px; font-size: 11px; color: #a1a1aa; display: flex; justify-content: space-between; }
    .pulse-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #e11d48; margin-right: 6px; box-shadow: 0 0 8px #e11d48; }
    header { background: #121215; border-bottom: 1px solid #27272a; padding: 18px 32px; display: flex; justify-content: space-between; align-items: center; }
    .brand-wrap { display: flex; align-items: center; gap: 14px; }
    .terminal-box { background: #e11d48; color: #fff; font-weight: 800; font-size: 18px; padding: 8px 14px; border-radius: 4px; letter-spacing: 1px; }
    .brand-names h1 { font-size: 20px; font-weight: 700; color: #fafafa; letter-spacing: -0.5px; }
    .brand-names p { font-size: 11px; color: #71717a; }
    nav { display: flex; gap: 8px; }
    nav a { text-decoration: none; padding: 8px 18px; border-radius: 4px; font-size: 13px; font-weight: 600; color: #a1a1aa; border: 1px solid #27272a; background: #18181b; }
    nav a:hover, nav a.active { background: #e11d48; color: #fff; border-color: #e11d48; }
    .lab-banner { background: linear-gradient(180deg, #121215 0%, #09090b 100%); border-bottom: 1px solid #27272a; padding: 40px 32px 32px; }
    .lab-banner-inner { max-width: 1280px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px; }
    .lab-title h2 { font-size: 30px; font-weight: 800; color: #fafafa; margin-bottom: 10px; }
    .lab-title p { font-size: 14px; color: #a1a1aa; max-width: 680px; }
    .status-capsules { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 14px; }
    .cap-item { background: #18181b; border: 1px solid #3f3f46; padding: 6px 14px; border-radius: 4px; font-size: 12px; color: #e4e4e7; }
    .cap-item b { color: #f43f5e; }
    .kpi-matrix { max-width: 1280px; margin: 24px auto; padding: 0 32px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
    .matrix-box { background: #121215; border: 1px solid #27272a; border-radius: 6px; padding: 18px; border-left: 3px solid #e11d48; }
    .matrix-box .val { font-size: 24px; font-weight: 800; color: #fafafa; }
    .matrix-box .lbl { font-size: 11px; color: #71717a; text-transform: uppercase; margin-top: 4px; }
    .main-terminal { max-width: 1280px; margin: 0 auto; padding: 0 32px 64px; }
    .term-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 12px; border-bottom: 1px solid #27272a; margin-bottom: 20px; }
    .term-head h3 { font-size: 18px; font-weight: 700; color: #fafafa; }
    .spec-table { width: 100%; border-collapse: collapse; background: #121215; border: 1px solid #27272a; border-radius: 6px; overflow: hidden; }
    .spec-table th { background: #18181b; padding: 12px 16px; text-align: left; font-size: 11px; color: #71717a; text-transform: uppercase; border-bottom: 1px solid #27272a; font-weight: 700; }
    .spec-table td { padding: 12px 16px; font-size: 12px; border-bottom: 1px solid #1f1f23; vertical-align: middle; color: #d4d4d8; }
    .spec-table tr:hover { background: #1c1c21; }
    .spec-img { width: 48px; height: 66px; object-fit: cover; border-radius: 4px; border: 1px solid #3f3f46; display: block; }
    .grade-chip { display: inline-block; padding: 3px 8px; border-radius: 3px; font-weight: 700; font-size: 11px; }
    .chip-psa { background: #4c0519; color: #fecdd3; border: 1px solid #be123c; }
    .chip-bgs { background: #451a03; color: #fef08a; border: 1px solid #b45309; }
    .chip-cgc { background: #082f49; color: #bae6fd; border: 1px solid #0284c7; }
    .chip-ace { background: #172554; color: #fde047; border: 1px solid #eab308; }
    .chip-sgc { background: #000; color: #e4e4e7; border: 1px solid #52525b; }
    .price-terminal { font-size: 14px; font-weight: 800; color: #38bdf8; }
    .lab-tag { font-size: 11px; color: #10b981; font-weight: 600; }
    .buyer-audit-table { width: 100%; border-collapse: collapse; background: #121215; border: 1px solid #27272a; border-radius: 6px; overflow: hidden; margin-top: 16px; }
    .buyer-audit-table th { background: #18181b; padding: 12px 16px; text-align: left; font-size: 11px; color: #71717a; text-transform: uppercase; border-bottom: 1px solid #27272a; }
    .buyer-audit-table td { padding: 14px 16px; font-size: 12px; border-bottom: 1px solid #1f1f23; vertical-align: top; }
    footer { background: #121215; border-top: 1px solid #27272a; padding: 40px 32px; font-size: 12px; color: #71717a; }
    .footer-terminal { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; }
    .footer-terminal h4 { color: #fafafa; font-size: 14px; margin-bottom: 12px; }
    