/**
 * Diceffect 디자인 시스템 - Ethereal Alchemy (v2.0)
 * 2026 프리미엄 글로벌 트렌드 반영
 */

:root {
    /* ── Base Colors (Deep Void & Obsidian) ── */
    --bg-void: #070709;
    --bg-obsidian: #0D0D14;
    --bg-tray: #101015; /* 기존의 갈색 값을 완전히 대체하는 어두운 흑단색 */
    
    /* ── Smoked Glass (Glassmorphism) ── */
    --glass-bg: rgba(20, 20, 28, 0.45);
    --glass-deep: rgba(13, 13, 18, 0.75);
    --glass-border: rgba(255, 255, 255, 0.05);
    --glass-shine: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    --blur-intensity: blur(32px);
    --blur-heavy: blur(16px);
    --blur-light: blur(8px);
    
    /* ── Ethereal Accents ── */
    --accent-gold: #D4AF37;   /* 샴페인 골드 (Legendary/강조) */
    --accent-teal: #2DE2E6;   /* 바이오루미네선스 틸 (Magic/Shield) */
    --accent-orchid: #9D72FF; /* 에테리얼 오키드 (Ghost/Void) */
    --accent-ember: #E03E52;  /* 크림슨 엠버 (Fire/Damage) */
    --accent-frost: #A5F3FC;  /* 서리 화이트 (Ice) */
    
    /* ── Rarity Colors ── */
    --tier-common: #4a4a6a;
    --tier-rare: #0088ff;
    --tier-legendary: #ffaa00;
    
    /* ── Layout Constants ── */
    --top-view-ratio: 60%;
    --bottom-view-ratio: 40%;
    
    /* ── Legacy Compat ── */
    --boss-glow-color: #ff69b4;
}
