/*
Theme Name: Rikvip Theme
Theme URI: https://rikvip.com
Author: Rikvip Team
Author URI: https://rikvip.com
Description: Rikvip游戏平台专用WordPress主题，专为游戏娱乐网站设计
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rikvip
Domain Path: /languages
Tags: gaming, casino, entertainment, responsive, custom-menu
*/

/* Theme base styles */
:root {
    --primary-color: #1a1a2e;
    --secondary-color: #16213e;
    --accent-color: #e94560;
    --gold-color: #ffd700;
    --text-light: #ffffff;
    --text-dark: #333333;
    --bg-dark: #0f0f1a;
    --bg-gradient: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--text-light);
    background-color: var(--bg-dark);
}

a {
    text-decoration: none;
    color: inherit;
}

ul, ol {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}
