/* Dark ChatGPT Theme - Responsive Table */


td:hover {
    background-color: #2a2a2a;   /* Slight highlight on hover */
}

.active-cell {
    outline: 3px solid #00bfff;  /* Bright cyan highlight */
    filter: brightness(1.2) contrast(1.1);
}

a {

font-size: 2.9vw;

    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: inherit;               /* Keeps the light text */
}
