html, body {
    font-family: 'Space Grotesk', 'Segoe UI', sans-serif;
    background: radial-gradient(circle at top right, #f7f6f2 0%, #eef2f5 45%, #e9eef2 100%);
    color: #1c1e21;
}

a {
    color: inherit;
    text-decoration: none;
}

.tracking-tight {
    letter-spacing: -0.02em;
}

.sidebar {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.brand {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    padding: 1.5rem 1.25rem 0.5rem 1.25rem;
}

.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-weight: 600;
    background: linear-gradient(135deg, #e4572e, #f3c677);
    color: #1d1e22;
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    background: #ffffff;
}

.hero {
    background: linear-gradient(135deg, rgba(228, 87, 46, 0.08), rgba(243, 198, 119, 0.2));
    border: 1px solid rgba(228, 87, 46, 0.2);
}

.station-header {
    background: #ffffff;
    border: 1px solid rgba(29, 30, 34, 0.08);
}

.search-field {
    min-width: 280px;
}

.btn-compact .mud-button-root {
    padding: 4px 10px;
    font-size: 0.75rem;
}

.toolbar-actions .mud-button-root {
    min-height: 28px;
    padding: 2px 8px;
    font-size: 0.72rem;
    line-height: 1.1;
}

.toolbar-actions .mud-button-label {
    gap: 0.35rem;
}

.app-card {
    border: 1px solid rgba(29, 30, 34, 0.08);
    background: #ffffff;
}

.app-badge {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-weight: 600;
    background: linear-gradient(135deg, rgba(228, 87, 46, 0.85), rgba(243, 198, 119, 0.9));
    color: #1d1e22;
}

.app-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
    background: #ffffff;
}

#blazor-error-ui {
    color-scheme: light only;
    background: #fef3c7;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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;
}
