:root {
    --grantops-bg: linear-gradient(180deg, #f5f1e8 0%, #ebe4d6 100%);
    --grantops-panel: rgba(255, 255, 255, 0.72);
    --grantops-ink: #1d2a2d;
}

html, body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background: var(--grantops-bg);
    color: var(--grantops-ink);
}

body {
    margin: 0;
}

h1:focus {
    outline: none;
}

code {
    background: rgba(15, 118, 110, 0.08);
    border-radius: 4px;
    padding: 0.1rem 0.35rem;
}

.main-shell {
    min-height: 100vh;
    background:
        radial-gradient(circle at top right, rgba(201, 122, 29, 0.16), transparent 24%),
        radial-gradient(circle at bottom left, rgba(15, 118, 110, 0.14), transparent 22%);
}

.body-shell {
    width: 100%;
}

.drawer-shell {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(10px);
}

.hero-panel {
    background: var(--grantops-panel);
    border: 1px solid rgba(15, 118, 110, 0.12);
}

.topbar-shell {
    position: sticky;
    top: 0;
    z-index: 5;
    backdrop-filter: blur(12px);
    background: rgba(245, 241, 232, 0.84);
    border-bottom: 1px solid rgba(29, 42, 45, 0.08);
}

.muted-label {
    opacity: 0.72;
}

#blazor-error-ui {
    background: #fff8db;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
