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

:root {
    /* Paleta Primária: Emerald & Gold */
    --elo-primary: #047857;
    --elo-primary-hover: #065f46;
    --elo-primary-light: #d1fae5;
    --elo-gold: #d97706;
    --elo-gold-hover: #b45309;
    --elo-gold-light: #fef3c7;
    --elo-accent: #10b981;

    /* Superfícies & Liquid Glass */
    --elo-bg: #0f172a;
    --elo-bg-surface: #1e293b;
    --elo-glass-bg: rgba(30, 41, 59, 0.75);
    --elo-glass-border: rgba(255, 255, 255, 0.12);
    --elo-glass-blur: blur(16px);
    --elo-card-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);

    /* Tipografia & Cores de Texto */
    --elo-font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --elo-text-main: #f8fafc;
    --elo-text-muted: #94a3b8;
    --elo-text-light: #64748b;

    /* Feedback & Status */
    --elo-success: #10b981;
    --elo-danger: #ef4444;
    --elo-warning: #f59e0b;

    /* Bordas & Raio */
    --elo-radius-sm: 8px;
    --elo-radius-md: 14px;
    --elo-radius-lg: 22px;
    --elo-radius-pill: 9999px;

    /* Transições */
    --elo-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reset Completo do Standalone Body */
body.elo-standalone-app {
    background-color: #0f172a !important;
    background-image: radial-gradient(circle at 50% 0%, rgba(16, 185, 129, 0.15) 0%, rgba(15, 23, 42, 1) 70%) !important;
    color: #f8fafc !important;
    font-family: var(--elo-font-family) !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.elo-standalone-app a {
    color: inherit;
    text-decoration: none;
}

/* Reset de Box-Sizing Scoped */
.elo-standalone-container,
.elo-portal-wrap,
.elo-portal-wrap *,
.elo-modal-backdrop,
.elo-modal-backdrop *,
.elo-floating-pill,
.elo-floating-pill * {
    box-sizing: border-box;
    font-family: var(--elo-font-family);
}
