﻿@import url('veznero-base.css');

/* SnapSummary product branding */
:root {
    --primary: #2563eb;
    --primary-strong: #1d4ed8;
}

.brand-text::after {
    content: " SnapSummary";
    font-weight: 400;
    color: var(--muted);
    font-size: 0.85em;
}

.loading-shell {
    min-height: 100vh;
    display: grid;
    place-content: center;
    gap: 1rem;
    text-align: center;
    color: var(--muted);
}

#blazor-error-ui {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: #450a0a;
    color: #fecaca;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    margin-left: 1rem;
}
