/* 主题相关样式 */
.theme-dark {
    --bg-gradient-from: #1a1b26;
    --bg-gradient-via: #24283b;
    --bg-gradient-to: #2a2e3a;
    --text-primary: #ffffff;
    --glass-bg: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --item-gradient-from: #7aa2f7;
    --item-gradient-to: #bb9af7;
    --sand-color-from: #f5c242;
    --sand-color-to: #f5a623;
    --stats-bg: rgba(255, 255, 255, 0.05);
    --input-bg: rgba(255, 255, 255, 0.1);
    --input-text: #ffffff;
    --input-border: rgba(255, 255, 255, 0.2);
}

.theme-dream {
    --bg-gradient-from: #4a5568;
    --bg-gradient-via: #667eea;
    --bg-gradient-to: #764ba2;
    --text-primary: #ffffff;
    --glass-bg: rgba(255, 255, 255, 0.2);
    --glass-border: rgba(255, 255, 255, 0.3);
    --item-gradient-from: #fbc2eb;
    --item-gradient-to: #a6c1ee;
    --sand-color-from: #ffd966;
    --sand-color-to: #f6e05e;
    --stats-bg: rgba(255, 255, 255, 0.1);
    --input-bg: rgba(255, 255, 255, 0.15);
    --input-text: #ffffff;
    --input-border: rgba(255, 255, 255, 0.3);
}

.theme-ocean {
    --bg-gradient-from: #1f5dec;
    --bg-gradient-via: #5288df;
    --bg-gradient-to: #a9c8f3;
    --text-primary: #ffffff;
    --glass-bg: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --item-gradient-from: #38bdf8;
    --item-gradient-to: #60a5fa;
    --sand-color-from: #38bdf8;
    --sand-color-to: #60a5fa;
    --stats-bg: rgba(255, 255, 255, 0.05);
    --input-bg: rgba(255, 255, 255, 0.1);
    --input-text: #ffffff;
    --input-border: rgba(255, 255, 255, 0.2);
}

.theme-sunset {
    --bg-gradient-from: #1e1b4b;
    --bg-gradient-via: #7e22ce;
    --bg-gradient-to: #be185d;
    --text-primary: #ffffff;
    --glass-bg: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --item-gradient-from: #f472b6;
    --item-gradient-to: #f59e0b;
    --sand-color-from: #f472b6;
    --sand-color-to: #f59e0b;
    --stats-bg: rgba(255, 255, 255, 0.05);
    --input-bg: rgba(255, 255, 255, 0.1);
    --input-text: #ffffff;
    --input-border: rgba(255, 255, 255, 0.2);
}

.theme-forest {
    --bg-gradient-from: #064e3b;
    --bg-gradient-via: #047857;
    --bg-gradient-to: #065f46;
    --text-primary: #ffffff;
    --glass-bg: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --item-gradient-from: #34d399;
    --item-gradient-to: #10b981;
    --sand-color-from: #34d399;
    --sand-color-to: #10b981;
    --stats-bg: rgba(255, 255, 255, 0.05);
    --input-bg: rgba(255, 255, 255, 0.1);
    --input-text: #ffffff;
    --input-border: rgba(255, 255, 255, 0.2);
}

.theme-starry {
    --bg-gradient-from: #051937;
    --bg-gradient-via: #004d7a;
    --bg-gradient-to: #008793;
    --text-primary: #ffffff;
    --glass-bg: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --item-gradient-from: #00f2fe;
    --item-gradient-to: #4facfe;
    --sand-color-from: #00f2fe;
    --sand-color-to: #4facfe;
    --stats-bg: rgba(255, 255, 255, 0.05);
    --input-bg: rgba(255, 255, 255, 0.1);
    --input-text: #ffffff;
    --input-border: rgba(255, 255, 255, 0.2);
}
