/*
    Placeholder styling only. Cross-product responsive CSS and design tokens are owned by
    the shared Breckly UI packages (BRK-FE-030); applications must not invent an
    incompatible breakpoint system.
*/
:root {
    color-scheme: light dark;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.brk-placeholder-main {
    box-sizing: border-box;
    max-width: 70ch;
    margin: 0 auto;
    padding: 1.5rem clamp(1rem, 4vw, 2rem);
    padding-bottom: max(1.5rem, env(safe-area-inset-bottom));
}

.brk-boot {
    padding: 2rem;
    text-align: center;
}

#blazor-error-ui {
    display: none;
    position: fixed;
    inset-inline: 0;
    bottom: 0;
    z-index: 1000;
    padding: 0.75rem 1.25rem;
    background: #ffe8a1;
    color: #1a1a1a;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}

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