/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-container-layout[b-blm4sm1ip4] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f4f7f9; /* Mueve el fondo aquí */
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-yo84x01e02] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yo84x01e02] {
    flex: 1;
}

.sidebar[b-yo84x01e02] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-yo84x01e02] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yo84x01e02]  a, .top-row[b-yo84x01e02]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-yo84x01e02]  a:hover, .top-row[b-yo84x01e02]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-yo84x01e02]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 768.98px) {
    .top-row[b-yo84x01e02] {
        justify-content: space-between;
    }

    .top-row[b-yo84x01e02]  a, .top-row[b-yo84x01e02]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .page[b-yo84x01e02] {
        flex-direction: row;
    }

    .sidebar[b-yo84x01e02] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yo84x01e02] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-yo84x01e02]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-yo84x01e02], article[b-yo84x01e02] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-yo84x01e02] {
    color-scheme: light only;
    background: lightyellow;
    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[b-yo84x01e02] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fy4omu2zna] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-fy4omu2zna] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-fy4omu2zna] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-fy4omu2zna] {
    font-size: 1.1rem;
}

.bi[b-fy4omu2zna] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-fy4omu2zna] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-fy4omu2zna] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-person-circle-nav-menu[b-fy4omu2zna] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-circle' viewBox='0 0 16 16'%3E%3Cpath d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill-rule='evenodd' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
}

.bi-train-nav-menu[b-fy4omu2zna] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-train-front-fill' viewBox='0 0 16 16'%3E%3Cpath d='M10.621.515C8.647.02 7.353.02 5.38.515c-.924.23-1.982.766-2.78 1.22C1.566 2.322 1 3.432 1 4.582V13.5A2.5 2.5 0 0 0 3.5 16h9a2.5 2.5 0 0 0 2.5-2.5V4.583c0-1.15-.565-2.26-1.6-2.849-.797-.453-1.855-.988-2.779-1.22ZM6.5 2h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1m-2 2h7A1.5 1.5 0 0 1 13 5.5v2A1.5 1.5 0 0 1 11.5 9h-7A1.5 1.5 0 0 1 3 7.5v-2A1.5 1.5 0 0 1 4.5 4m.5 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0m0 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0m8 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-3-1a1 1 0 1 1 0 2 1 1 0 0 1 0-2M4 5.5a.5.5 0 0 1 .5-.5h3v3h-3a.5.5 0 0 1-.5-.5zM8.5 8V5h3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-fy4omu2zna] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-list-map-fill-nav-menu[b-fy4omu2zna] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-map-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.598-.49L10.5.99 5.598.01a.5.5 0 0 0-.196 0l-5 1A.5.5 0 0 0 0 1.5v14a.5.5 0 0 0 .598.49l4.902-.98 4.902.98a.5.5 0 0 0 .196 0l5-1A.5.5 0 0 0 16 14.5zM5 14.09V1.11l.5-.1.5.1v12.98l-.402-.08a.5.5 0 0 0-.196 0zm5 .8V1.91l.402.08a.5.5 0 0 0 .196 0L11 1.91v12.98l-.5.1z'/%3E%3C/svg%3E");
}

.bi-list-device-fill-nav-menu[b-fy4omu2zna] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-motherboard-fill' viewBox='0 0 16 16'%3E%3Cpath d='M5 7h3V4H5z'/%3E%3Cpath d='M1 2a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-2H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 9H1V8H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 6H1V5H.5a.5.5 0 0 1-.5-.5v-2A.5.5 0 0 1 .5 2zm11 .5a.5.5 0 0 0-1 0v7a.5.5 0 0 0 1 0zm2 0a.5.5 0 0 0-1 0v7a.5.5 0 0 0 1 0zM3.5 10a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1zm0 2a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1zM4 4h-.5a.5.5 0 0 0 0 1H4v1h-.5a.5.5 0 0 0 0 1H4a1 1 0 0 0 1 1v.5a.5.5 0 0 0 1 0V8h1v.5a.5.5 0 0 0 1 0V8a1 1 0 0 0 1-1h.5a.5.5 0 0 0 0-1H9V5h.5a.5.5 0 0 0 0-1H9a1 1 0 0 0-1-1v-.5a.5.5 0 0 0-1 0V3H6v-.5a.5.5 0 0 0-1 0V3a1 1 0 0 0-1 1m7 7.5v1a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5'/%3E%3C/svg%3E");
}

.nav-item[b-fy4omu2zna] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fy4omu2zna] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fy4omu2zna] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fy4omu2zna]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-fy4omu2zna]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-fy4omu2zna]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-fy4omu2zna] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-fy4omu2zna] {
    display: block;
}


@media (min-width: 768px) {
    .navbar-toggler[b-fy4omu2zna] {
        display: none;
    }

    .nav-scrollable[b-fy4omu2zna] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Estaciones.razor.rz.scp.css */
.map-container[b-yi1hfjhwnv] {
    position: relative;
    display: inline-block; /* Ajusta el contenedor al tamaño de la imagen */
    width: 100%;
}

.map-container img[b-yi1hfjhwnv] {
    display: block;
    width: 100%;
    height: auto;
}

.punto-estacion[b-yi1hfjhwnv] {
    position: absolute; /* OBLIGATORIO: flota sobre el padre relativo */
    width: 16px;
    height: 16px;
    border: 2px solid white;
    border-radius: 50%;
    transform: translate(-50%, -50%); /* Centra el punto en la coordenada exacta */
    z-index: 100;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.punto-label[b-yi1hfjhwnv] {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.map-viewport[b-9wgt120raz] {
        overflow: auto;
        max-height: 80vh;
        background: #f0f0f0;
    }

.punto-funcional[b-9wgt120raz] {
    position: absolute !important;
    /* Mantenemos un tamaño para el área de contacto (invisible) */
    width: 20px; 
    height: 20px;
    
    /* HACEMOS EL PUNTO INVISIBLE */
    background-color: transparent !important; /* Sin color de fondo */
    border: none !important; /* Sin borde */
    
    /* Centrado perfecto sobre la coordenada % */
    transform: translate(-50%, -50%);
    z-index: 10;
    
    /* Cursor para indicar interactividad */
    cursor: pointer;
}

/* Área de hover para que el tooltip aparezca */
.punto-funcional:hover[b-9wgt120raz] {
    z-index: 100; /* Asegura que el tooltip flote sobre otros elementos */
    /* OPCIONAL: Puedes añadir un ligero cambio de fondo para depuración */
    /* background-color: rgba(255,255,255,0.1) !important; */
}

/* Estilo para el Tooltip (el nombre de la estación) */
.punto-tooltip[b-9wgt120raz] {
    position: absolute;
    bottom: 25px; /* Flota un poco más arriba para no tapar el dibujo */
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.85);
    color: white;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    display: none; /* Oculto por defecto */
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

/* Mostrar tooltip al pasar el mouse por el área invisible */
.punto-funcional:hover .punto-tooltip[b-9wgt120raz] {
    display: block;
}

    @media (max-width: 767px) {
    .punto-blanco[b-9wgt120raz] {
        width: 5px;  /* Reducimos a la mitad */
        height: 5px;
        border: 1px solid #333; /* Borde más fino para que no se vea tosco */
    }
    
    .punto-tooltip[b-9wgt120raz] {
        font-size: 8px; /* Texto más pequeño para el nombre */
        bottom: 10px;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* Contenedor principal: ocupa toda la pantalla */
.auth-bg[b-r2tp2gd550] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1; /* Esto hace que rellene todo el espacio del Layout */
    padding: 20px;
}

.auth-card[b-r2tp2gd550] {
    background: #ffffff;
    width: 100%;
    max-width: 400px;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* Alerta de error */
.auth-alert[b-r2tp2gd550] {
    background-color: #fff5f5;
    color: #e53e3e;
    padding: 12px;
    border-radius: 8px;
    font-size: 0.9rem;
    margin-bottom: 20px;
    border: 1px solid #feb2b2;
    text-align: center;
}

/* Campos del formulario */
.auth-field[b-r2tp2gd550] {
    margin-bottom: 20px;
}

.auth-label[b-r2tp2gd550] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 8px;
}

.auth-input[b-r2tp2gd550] {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s ease;
    outline: none;
    box-sizing: border-box;
}

.auth-input:focus[b-r2tp2gd550] {
    border-color: #4299e1;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.15);
}

/* Fila de opciones (Check y Volver) */
.auth-row[b-r2tp2gd550] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    font-size: 0.85rem;
}

.auth-check[b-r2tp2gd550] {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #718096;
}

.auth-check input[b-r2tp2gd550] {
    margin-right: 8px;
}

.auth-link[b-r2tp2gd550] {
    color: #4299e1;
    text-decoration: none;
    font-weight: 500;
}

.auth-link:hover[b-r2tp2gd550] {
    text-decoration: underline;
}

/* Botones */
.auth-btn[b-r2tp2gd550] {
    width: 100%;
    padding: 12px;
    background-color: #3182ce;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.auth-btn:hover[b-r2tp2gd550] {
    background-color: #2b6cb0;
}

/* Divisor "o" */
.auth-divider[b-r2tp2gd550] {
    text-align: center;
    margin: 25px 0;
    position: relative;
}

.auth-divider[b-r2tp2gd550]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e2e8f0;
    z-index: 1;
}

.auth-divider span[b-r2tp2gd550] {
    background: #ffffff;
    padding: 0 15px;
    color: #a0aec0;
    font-size: 0.85rem;
    position: relative;
    z-index: 2;
}

/* Botón de Microsoft */
.auth-btn-outline[b-r2tp2gd550] {
    width: 100%;
    padding: 11px;
    background-color: white;
    color: #2d3748;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: all 0.2s;
}

.auth-btn-outline:hover[b-r2tp2gd550] {
    background-color: #f7fafc;
    border-color: #cbd5e0;
}

.ms[b-r2tp2gd550] {
    font-size: 1.2rem;
}

/* Footer */
.auth-footer[b-r2tp2gd550] {
    text-align: center;
    margin-top: 30px;
    font-size: 0.75rem;
    color: #a0aec0;
}

/* /Components/Pages/Register.razor.rz.scp.css */
/* Contenedor y Tarjeta (Base) */
.auth-bg[b-81mmsr9lzx] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #f4f7f9;
    font-family: 'Segoe UI', system-ui, sans-serif;
    padding: 20px;
}

.auth-card[b-81mmsr9lzx] {
    background: #ffffff;
    width: 100%;
    max-width: 420px;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* Encabezado Específico de Registro */
.auth-header[b-81mmsr9lzx] {
    text-align: center;
    margin-bottom: 25px;
}

.auth-logo[b-81mmsr9lzx] {
    font-size: 1.8rem;
    font-weight: 800;
    color: #3182ce;
    letter-spacing: -1px;
}

.auth-title[b-81mmsr9lzx] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2d3748;
    margin-top: 5px;
}

.auth-subtitle[b-81mmsr9lzx] {
    font-size: 0.85rem;
    color: #718096;
}

/* Alertas y Validación de Blazor */
.auth-alert[b-81mmsr9lzx], .auth-validation[b-81mmsr9lzx] {
    background-color: #fff5f5;
    color: #c53030;
    padding: 12px;
    border-radius: 8px;
    font-size: 0.85rem;
    margin-bottom: 20px;
    border: 1px solid #feb2b2;
}

/* Quitar puntos de la lista de ValidationSummary */
.auth-validation ul[b-81mmsr9lzx] {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Formulario e Inputs */
.auth-field[b-81mmsr9lzx] {
    margin-bottom: 18px;
}

.auth-label[b-81mmsr9lzx] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 6px;
}

/* Estilo para <InputText> */
.auth-input[b-81mmsr9lzx] {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.95rem;
    outline: none;
    transition: all 0.2s;
    box-sizing: border-box;
}

.auth-input:focus[b-81mmsr9lzx] {
    border-color: #3182ce;
    box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1);
}

/* Estado de error automático de Blazor */
.auth-input.invalid[b-81mmsr9lzx] {
    border-color: #fc8181;
}

/* Botón y Footer */
.auth-btn[b-81mmsr9lzx] {
    width: 100%;
    padding: 12px;
    background-color: #3182ce;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.2s;
}

.auth-btn:hover:not(:disabled)[b-81mmsr9lzx] {
    background-color: #2b6cb0;
}

.auth-btn:disabled[b-81mmsr9lzx] {
    opacity: 0.6;
    cursor: not-allowed;
}

.auth-row.center[b-81mmsr9lzx] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.auth-link[b-81mmsr9lzx] {
    color: #3182ce;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
}

.auth-footer[b-81mmsr9lzx] {
    text-align: center;
    margin-top: 25px;
    font-size: 0.75rem;
    color: #a0aec0;
}
