@import url("/common/css/ad-slot-layout.css");

:root {
    --bst-bg: #0B0B0D;
    --bst-bg-surface: #15151A;
    --bst-bg-card: #15151A;
    --bst-bg-card-hover: #1F1F26;
    --bst-bg-input: #15151A;
    --bst-bg-nav: #0B0B0D;
    --bst-bg-footer: #0B0B0D;

    --bst-text: #EDEDF0;
    --bst-text-secondary: #A9A9B0;
    --bst-text-muted: #6E6E78;

    --bst-accent: #E0A96D;
    --bst-accent-hover: #F1BC80;
    --bst-accent-ink: #0B0B0D;
    --bst-accent-gradient: none;

    --bst-accent2: #E0A96D;
    --bst-accent2-hover: #F1BC80;

    --bst-danger: #D05A5A;

    --bst-neon-glow: none;
    --bst-neon-glow2: none;

    --bst-border: #2A2A30;
    --bst-border-strong: #3A3A42;
    --bst-border-hover: #E0A96D;

    --bst-shadow: none;
    --bst-shadow-accent: none;

    --bst-radius: 0;
    --bst-radius-sm: 0;
    --bst-radius-lg: 0;

    --bst-font: "Helvetica Neue", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    --bst-font-mono: "SFMono-Regular", Menlo, Monaco, "Roboto Mono", Consolas, monospace;

    --bst-grid-cols-mobile: 2;
    --bst-grid-cols-tablet: 3;
    --bst-grid-cols-desktop: 6;
    --bst-grid-cols-wide: 6;

    --bst-gap: 12px;
    --bst-section-gap: 40px;

    --bst-transition: 120ms linear;

    --bst-theme-color: #0B0B0D;

    --bst-content-max: 1280px;
    --bst-nav-h: 56px;
    --bst-sidebar-w: 320px;
}
