body {
    background-color: #121212;
    color: #e0e0e0;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    touch-action: manipulation;
}

.tiktok-logo-container {
    display: flex;
    justify-content: center;
    padding: 8px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(18, 18, 18, 0.9);
}

.tiktok-logo {
    height: 36px;
    width: auto;
}

@media (max-width: 480px) {
    .tiktok-logo {
        height: 32px;
    }
}

/* Prevent text size adjustment after orientation changes in iOS */
html {
    -webkit-text-size-adjust: 100%;
}

/* Force black background on bottom navigation */
.bottom-nav {
    background-color: #000000 !important;
}

.bottom-nav * {
    color: #ffffff !important;
}