/* Sunney.io — Shared Base Styles v1.0 */
/* Canonical design tokens for all pages */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    --gw: #21E490;
    --gw-dim: rgba(33, 228, 144, 0.15);
    --gw-border: rgba(33, 228, 144, 0.2);
    --gw-glow: rgba(33, 228, 144, 0.4);
    --gold: #D4AF37;
    --gold-dim: rgba(212, 175, 55, 0.15);
    --gold-border: rgba(212, 175, 55, 0.3);
    --neg: #ff6b6b;
    --warn: #FFA500;
    --bg-base: #000000;
    --bg-card: rgba(0, 0, 0, 0.5);
    --bg-card-hover: rgba(33, 228, 144, 0.05);
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.85);
    --text-muted: rgba(255, 255, 255, 0.6);
    --border-subtle: rgba(255, 255, 255, 0.12);
    --border-light: rgba(255, 255, 255, 0.1);
    --nav-height: 56px;
}
