:root {
    --bg-dark: #121214;
    --kuber-gold: #FFD700;
    --text-main: #ffffff;
    --text-muted: #a0a0a5;
    --success: #32D74B;
    --danger: #FF453A;
    --info: #0A84FF;
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
    --glass-blur: 16px;

    --telegram-color: #2eaadc;
    --whatsapp-color: #22c55e;
    --instagram-color: #E1306C;
    --youtube-color: #FF0000;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, sans-serif;
    -webkit-tap-highlight-color: transparent;
    scrollbar-width: none;
}

body {
    background-color: #000;
    display: flex;
    justify-content: center;
    height: 100vh;
}

header{
    border-top: none !important;
    /* background: red !important */
}