/*
 * Arquivo: app.css
 * Versão: 1.0.0
 * Gerado em: 2026-03-28
 */

:root {
    --precifica-dark: #111827;
    --precifica-primary: #1f2937;
    --precifica-accent: #7c3aed;
}

body {
    background:
        radial-gradient(circle at top right, rgba(124, 58, 237, 0.12), transparent 22%),
        radial-gradient(circle at bottom left, rgba(59, 130, 246, 0.10), transparent 20%),
        #f1f5f9;
}

.login-side-panel {
    background:
        linear-gradient(135deg, rgba(17, 24, 39, 0.95), rgba(59, 130, 246, 0.82)),
        url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
    min-height: 640px;
}

.glass-card {
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
}

.login-logo {
    width: 74px;
    height: 74px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #111827, #4f46e5);
    color: #fff;
    font-size: 2rem;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.22);
}

.stat-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.suggestion-card {
    padding: 1rem;
    border-radius: 1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.card {
    border-color: transparent;
}
