/* Telegram Template */
/* Auto-generated static template */

:root, :root[data-theme="dark"] {
    /* Brand Colors */
    --color-primary: #2aabee;
    --color-secondary: #229ed9;
    --color-accent: #64b5f6;

    /* Text Colors */
    --text-primary: #ffffff;
    --text-secondary: #b0b0b0;
    --text-tertiary: #8a8a8a;

    /* Background Colors */
    --bg-primary: #0f1621;
    --bg-secondary: #17212b;
    --bg-card: rgba(255, 255, 255, 0.05);
    --bg-hover: rgba(255, 255, 255, 0.08);

    /* Border Colors */
    --border-color: rgba(255, 255, 255, 0.08);
    --border-hover: rgba(255, 255, 255, 0.15);

    /* Shadows */
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.2);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.4);
    --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.5);

    /* Typography */
    --font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-heading: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-size-base: 16px;

    /* Spacing & Layout */
    --border-radius: 0.75rem;
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    --radius-2xl: 1.5rem;

    /* Background */
    --background: #0f1621;
}

:root[data-theme="light"] {
    --color-primary: #2aabee;
    --color-secondary: #229ed9;
    --color-accent: #64b5f6;
    --text-primary: #000000;
    --text-secondary: #707579;
    --text-tertiary: #aaaaaa;
    --bg-primary: #ffffff;
    --bg-secondary: #f4f4f5;
    --bg-card: #ffffff;
    --bg-hover: rgba(0, 0, 0, 0.04);
    --border-color: #dfe1e5;
    --border-hover: #c8c8c8;
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.15);
    --background: #ffffff;
}
