/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-8kpk5ijsm6] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #1a1a1a;
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

main[b-8kpk5ijsm6] {
    flex: 1;
    background-color: #2a2a2a;
}

.sidebar[b-8kpk5ijsm6] {
    background: linear-gradient(180deg, #0d1117 0%, #161b22 50%, #21262d 100%);
    border-right: 1px solid #30363d;
}

/* An <a> so the wordmark links home; needs block layout or the two lines
   collapse on top of each other. */
.traktor-logo[b-8kpk5ijsm6] {
    display: block;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid #ff6600;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
}

.traktor-logo:hover h4[b-8kpk5ijsm6] {
    color: #ffaa44;
}

.link-button[b-8kpk5ijsm6] {
    background: none;
    border: none;
    padding: 0;
    color: #ff6600;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

.link-button:hover[b-8kpk5ijsm6] {
    color: #ffaa44;
}

.traktor-logo h4[b-8kpk5ijsm6] {
    margin: 0;
    color: #ff6600;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.traktor-logo small[b-8kpk5ijsm6] {
    color: #e6e6e6;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.top-row[b-8kpk5ijsm6] {
    background: linear-gradient(90deg, #1a1a1a 0%, #2a2a2a 100%);
    border-bottom: 2px solid #ff6600;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.top-row-brand[b-8kpk5ijsm6] {
    flex: 1;
}

.brand-text[b-8kpk5ijsm6] {
    color: #e6e6e6;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .top-row[b-8kpk5ijsm6]  a, .top-row[b-8kpk5ijsm6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #ff6600;
        font-weight: 500;
    }

    .top-row[b-8kpk5ijsm6]  a:hover, .top-row[b-8kpk5ijsm6]  .btn-link:hover {
        text-decoration: none;
        color: #ffaa44;
        text-shadow: 0 0 10px rgba(255, 102, 0, 0.5);
    }

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

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

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

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

    .sidebar[b-8kpk5ijsm6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }

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

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

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