*,*:before,*:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overflow-x:hidden}body{margin:0;font-family:SF Pro Text,Noto Sans SC,PingFang SC,Microsoft YaHei,system-ui,-apple-system,sans-serif;background-color:var(--bg-base-default);color:var(--text-default);line-height:1.65;overflow-x:hidden}::selection{background:#e7a2304d;color:var(--text-default)}a{color:var(--text-brand);text-decoration:none;transition:color .2s}a:hover{color:var(--text-brand-hover)}:root{--radius-2: 2px;--radius-4: 4px;--radius-6: 6px;--radius-8: 8px;--radius-10: 10px;--spacer-4: 4px;--spacer-6: 6px;--spacer-8: 8px;--spacer-12: 12px;--spacer-16: 16px;--spacer-24: 24px;--spacer-32: 32px;--spacer-40: 40px;--font-family-default: "SF Pro Text", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;--font-family-heading: "SF Pro", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;--font-family-mono: "JetBrains Mono", monospace;--font-weight-default: 400;--font-weight-medium: 500;--font-weight-strong: 600;--font-family-base: var(--font-family-default);--bg-base-default: #1A1B1D;--bg-base-secondary: #222427;--bg-base-tertiary: #2A2D31;--bg-overlay-l1: rgba(224, 226, 242, .04);--bg-overlay-l2: rgba(224, 226, 242, .06);--bg-overlay-l3: rgba(224, 226, 242, .08);--bg-overlay-l4: rgba(224, 226, 242, .12);--bg-menu: #202123;--bg-tooltip: #1A1B1D;--bg-brand: #E7A230;--bg-brand-hover: #D4922A;--bg-brand-disabled: rgba(231, 162, 48, .2);--bg-brand-popup: rgba(231, 162, 48, .12);--text-default: #D1D3DB;--text-default-hover: #F5F9FE;--text-secondary: #9599A6;--text-secondary-hover: #D1D3DB;--text-tertiary: #666B75;--text-disabled: #666B75;--text-onbrand: #0C0C0D;--text-brand: #E7A230;--text-brand-hover: #D4922A;--border-neutral-l1: rgba(224, 226, 242, .1);--border-neutral-l2: rgba(224, 226, 242, .16);--border-neutral-l3: rgba(224, 226, 242, .2);--border-brand: #E7A230;--status-success-default: #33C192;--status-warning-default: #D27E24;--status-error-default: #F65A5A;--status-success-surface-l1: rgba(0, 165, 110, .18);--status-error-surface-l1: rgba(246, 70, 70, .18);--color-primary: var(--bg-brand);--color-primary-hover: var(--bg-brand-hover);--color-bg: var(--bg-base-default);--color-surface: var(--bg-base-secondary);--color-surface-muted: var(--bg-base-tertiary);--color-text: var(--text-default);--color-text-secondary: var(--text-secondary);--color-text-muted: var(--text-tertiary);--color-border: var(--border-neutral-l1);--color-gold: var(--bg-brand);--color-ivory: #F7F4EC;--font-sans: var(--font-family-default);--radius-sm: var(--radius-6);--radius-md: var(--radius-10);--radius-lg: var(--radius-full);--radius-full: 9999px}.theme-panel{position:fixed;left:0;top:52px;bottom:0;width:140px;background:var(--bg-base-secondary);border-right:1px solid var(--bg-base-tertiary);padding:12px;z-index:60;display:flex;flex-direction:column;gap:8px;overflow-y:auto}.theme-panel__title{font-size:12px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.theme-panel__list{display:flex;flex-direction:column;gap:24px}.theme-card{cursor:pointer;transition:transform .15s ease}.theme-card:hover{transform:translateY(-2px)}.theme-card--active .theme-card__preview{border-color:var(--bg-brand);box-shadow:0 0 0 2px #e7a23033}.theme-card__preview{width:100%;aspect-ratio:5 / 4;border-radius:6px;border:2px solid var(--border-neutral-l1);overflow:hidden;position:relative;transition:border-color .15s ease,box-shadow .15s ease}.theme-card__label{text-align:center;font-size:11px;color:var(--text-secondary);font-weight:500}.theme-card--active .theme-card__label{color:var(--bg-brand)}[class*=theme-preview-]{padding:8px 5px;display:flex;flex-direction:column;align-items:center;gap:4px;height:100%;box-sizing:border-box}[class*=theme-preview-] .tp-avatar{width:16px;height:16px;border-radius:50%;margin-top:2px;flex-shrink:0}[class*=theme-preview-] .tp-name{width:24px;height:4px;border-radius:2px;flex-shrink:0}[class*=theme-preview-] .tp-tagline{width:36px;height:3px;border-radius:2px;flex-shrink:0}[class*=theme-preview-] .tp-stats{display:flex;gap:6px;margin-top:1px;flex-shrink:0}[class*=theme-preview-] .tp-stat{width:10px;height:2px;border-radius:1px;position:relative}[class*=theme-preview-] .tp-stat:not(:last-child):after{content:"";position:absolute;right:-5px;top:50%;transform:translateY(-50%);width:2px;height:2px;border-radius:50%}[class*=theme-preview-] .tp-cards{display:flex;flex-direction:row;gap:3px;margin-top:4px;width:100%;padding:0 4px;flex:1;align-items:flex-start;box-sizing:border-box}[class*=theme-preview-] .tp-card{flex:1;padding:5px 4px;display:flex;flex-direction:column;gap:2px;min-width:0}[class*=theme-preview-] .tp-card-tag{width:12px;height:2px;border-radius:1px;opacity:.7}[class*=theme-preview-] .tp-card-title{width:22px;height:3px;border-radius:1px}[class*=theme-preview-] .tp-card-desc{width:100%;height:2px;border-radius:1px}[class*=theme-preview-] .tp-card-footer{display:flex;justify-content:space-between;margin-top:1px;padding-top:3px}[class*=theme-preview-] .tp-price{width:10px;height:2px;border-radius:1px}[class*=theme-preview-] .tp-delivery{width:12px;height:2px;border-radius:1px}.theme-panel-enter-active,.theme-panel-leave-active{transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .2s ease}.theme-panel-enter-from,.theme-panel-leave-to{transform:translate(-100%);opacity:0}@media (max-width: 900px){.theme-panel{width:120px}}@media (max-width: 768px){.theme-panel{display:none}}
