/* MansionNET - Custom Branding */

/* Remove default logo background */
.index .title {
    background: none !important;
}

/* ASCII Logo Container */
.ascii-logo {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    padding: 1rem 0;
}

.ascii-logo pre {
    font-family: monospace;
    font-size: 10px;
    line-height: 1.1;
    color: #8a8780;
    margin: 0;
    white-space: pre;
}

/* Search Subtitle */
.search-subtitle {
    text-align: center;
    font-family: monospace;
    font-size: 1.2rem;
    letter-spacing: 0.5rem;
    color: #5a5a5a;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

/* Tablet */
@media screen and (max-width: 900px) {
    .ascii-logo pre { font-size: 7px; }
    .search-subtitle { font-size: 1rem; }
}

/* Mobile */
@media screen and (max-width: 600px) {
    .ascii-logo pre { font-size: 4.5px; line-height: 1.0; }
    .search-subtitle { font-size: 0.9rem; letter-spacing: 0.3rem; }
}

/* Very small screens */
@media screen and (max-width: 400px) {
    .ascii-logo pre { font-size: 3.5px; }
    .search-subtitle { font-size: 0.8rem; }
}
