/* /Layout/MainLayout.razor.rz.scp.css */
/* MudMainContent normally shrinks to its content. For full-viewport pages
   (live map, fence editor) we still want to anchor the AppBar — the
   actual viewport-filling height is set by each page's own root container
   via the .full-height-page utility in app.css. */

[b-z689xolgdm] .brand-logo {
    height: 32px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    display: block;
}
/* /Pages/Admin/Geofences.razor.rz.scp.css */
.geofence-layout[b-0do4cibmc8] {
    width: 100%;
}

.fence-pane[b-0do4cibmc8] {
    width: 22rem;
    border-right: 1px solid var(--mud-palette-lines-default);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.fence-map-pane[b-0do4cibmc8] { flex: 1 1 auto; display: flex; min-width: 0; min-height: 0; }
.fence-map[b-0do4cibmc8] { flex: 1 1 auto; min-height: 0; }

@media (max-width: 720px) {
    .geofence-layout[b-0do4cibmc8] { flex-direction: column; }
    .fence-pane[b-0do4cibmc8] { width: 100%; max-height: 40vh; border-right: 0; border-bottom: 1px solid var(--mud-palette-lines-default); }
}
/* /Pages/Home.razor.rz.scp.css */
.empty[b-icyru7o1mx] { padding: 2rem; color: var(--mud-palette-text-secondary); }

.home-layout[b-icyru7o1mx] {
    width: 100%;
}

.device-pane[b-icyru7o1mx] {
    width: 22rem;
    border-right: 1px solid var(--mud-palette-lines-default);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.map-pane[b-icyru7o1mx] { flex: 1 1 auto; display: flex; min-width: 0; min-height: 0; }
.map[b-icyru7o1mx] { flex: 1 1 auto; min-height: 0; }

@media (max-width: 720px) {
    .home-layout[b-icyru7o1mx] { flex-direction: column; }
    .device-pane[b-icyru7o1mx] { width: 100%; max-height: 40vh; border-right: 0; border-bottom: 1px solid var(--mud-palette-lines-default); }
}
/* /Pages/Login.razor.rz.scp.css */
.login-bg[b-w8iiomcbqu] {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: radial-gradient(circle at 30% 20%, #2b5fbd 0%, #0e1a2b 60%);
    padding: 1rem;
}

.login-card[b-w8iiomcbqu] {
    width: 100%;
    max-width: 24rem;
}

.brand-mark[b-w8iiomcbqu] {
    max-width: 96px;
    max-height: 96px;
    object-fit: contain;
}
/* /Pages/PublicShare.razor.rz.scp.css */
.share-page[b-r5160bzlwv] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: #f7f8fa;
}

.share-header[b-r5160bzlwv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: #03173d;
    color: white;
}

.share-header h1[b-r5160bzlwv] { margin: 0; font-size: 1.1rem; font-weight: 600; }
.share-header p[b-r5160bzlwv] { margin: 0; font-size: 0.85rem; opacity: 0.8; }
.share-header .brand[b-r5160bzlwv] {
    margin-left: auto;
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    font-size: 0.85rem;
}

.share-map[b-r5160bzlwv] { flex: 1 1 auto; min-height: 50vh; }
.share-empty[b-r5160bzlwv] { padding: 2rem; }
/* /Pages/Welcome.razor.rz.scp.css */
.welcome-bg[b-qtq6qxjscv] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: radial-gradient(circle at 20% 10%, #2b5fbd 0%, #0a1322 65%);
    color: white;
}

.welcome-card[b-qtq6qxjscv] {
    width: 100%;
    max-width: 28rem;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
}

.welcome-header[b-qtq6qxjscv] {
    text-align: center;
    margin-bottom: 2rem;
}

.welcome-header h1[b-qtq6qxjscv] {
    margin: 0.5rem 0 0.25rem 0;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.welcome-logo[b-qtq6qxjscv] {
    max-width: 96px;
    max-height: 96px;
    object-fit: contain;
}

.welcome-header p[b-qtq6qxjscv] {
    margin: 0;
    opacity: 0.85;
}

.welcome-ctas[b-qtq6qxjscv] {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.welcome-features[b-qtq6qxjscv] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.feature[b-qtq6qxjscv] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.feature[b-qtq6qxjscv]  .mud-icon-root {
    color: #5b8def;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.feature strong[b-qtq6qxjscv] { display: block; margin-bottom: 0.15rem; }

.feature span[b-qtq6qxjscv] {
    display: block;
    opacity: 0.8;
    font-size: 0.9rem;
}

.welcome-footer[b-qtq6qxjscv] {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1rem;
    font-size: 0.85rem;
}

.welcome-footer a[b-qtq6qxjscv] {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.welcome-footer a:hover[b-qtq6qxjscv] { color: white; }
