/*
Theme Name: Binance Staking Review
Theme URI: https://coin.hdoc.co.kr
Description: 바이낸스 스테이킹 후기 전용 커스텀 테마
Author: HDOC
Version: 1.0.0
Template: twentytwentyfour
*/

/* Binance Official Colors */
:root {
    --binance-gold: #F0B90B;
    --binance-dark-1: #0B0E11;
    --binance-dark-2: #1E2329;
    --binance-dark-3: #2B3139;
    --binance-gray: #848E9C;
    --binance-light-gray: #EAECEF;
    --success-green: #0ECB81;
    --error-red: #F6465D;
    --warning-orange: #F0B90B;
}

/* Global Styles */
body {
    background-color: var(--binance-dark-1);
    color: var(--binance-light-gray);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    margin: 0;
    padding: 0;
}

a {
    color: var(--binance-gold);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #FFD84D;
}

/* Container */
.site-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Mobile First Responsive */
@media (max-width: 768px) {
    .site-container {
        padding: 0 15px;
    }
}
