@import"https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600;700&family=Noto+Sans+SC:wght@300;400;500;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg: #070C18;--bg-card: #0E1525;--bg-card2: #131D30;--bg-modal: #0A1220;--gold: #C9A84C;--gold-light: #E8C96A;--gold-dim: rgba(201,168,76,.15);--gold-border: rgba(201,168,76,.25);--teal: #00C49A;--red: #FF4D6A;--text: #EEF2FF;--text2: #8899BB;--text3: #4A5F80;--border: rgba(255,255,255,.06);--border2: rgba(255,255,255,.1);--font-display: "Noto Serif SC", serif;--font-body: "Noto Sans SC", sans-serif;--font-mono: "JetBrains Mono", monospace}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:15px;line-height:1.7;overflow-x:hidden}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--gold-border);border-radius:2px}a{color:inherit;text-decoration:none}.gold-line{width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--gold-border),transparent);margin:0}.section-label{font-size:11px;letter-spacing:.1em;color:var(--gold);text-transform:uppercase;margin-bottom:10px}.section-title{font-family:var(--font-display);font-size:32px;font-weight:600;line-height:1.3}.page-container{max-width:1200px;margin:0 auto;padding:24px 48px}.n-config-provider{--n-color: var(--bg-card);--n-text-color: var(--text)}.n-data-table{width:100%}.n-data-table table{width:100%!important;table-layout:auto!important}
