/* ========================================
   FEZOT - Professional Streaming Platform
   ======================================== */

:root {
    --bg-dark: #0a0a0f;
    --bg-card: #12121a;
    --bg-input: #1a1a25;
    --border: #2a2a3a;
    --primary: #00f0ff;
    --secondary: #a855f7;
    --accent: #f43f5e;
    --success: #22c55e;
    --text: #ffffff;
    --text-muted: #888;
    --youtube: #ff0000;
    --instagram: #e1306c;
    --tiktok: #000000;
    --telegram: #0088cc;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--bg-dark);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    position: relative;
}

main, section {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

/* ============ LOADER ============ */
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loader-wrapper.hidden {
    opacity: 0;
    visibility: hidden;
}

.loader-content {
    text-align: center;
}

.loader-logo {
    font-family: 'Orbitron', sans-serif;
    font-size: 4rem;
    font-weight: 900;
    background: linear-gradient(135deg, var(--primary), var(--secondary), var(--accent));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%;
    animation: gradientShift 2s ease infinite;
    margin-bottom: 2rem;
}

.loader-spinner {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 2rem;
}

.spinner-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid transparent;
}

.spinner-ring:nth-child(1) {
    border-top-color: var(--primary);
    animation: spin 1.2s linear infinite;
}

.spinner-ring:nth-child(2) {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    border-right-color: var(--secondary);
    animation: spin 1.5s linear infinite reverse;
}

.spinner-ring:nth-child(3) {
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    border-bottom-color: var(--accent);
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader-text {
    font-size: 1.2rem;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

.loader-dots::after {
    content: '';
    animation: dots 1.5s infinite;
}

@keyframes dots {
    0%, 20% { content: ''; }
    40% { content: '.'; }
    60% { content: '..'; }
    80%, 100% { content: '...'; }
}

.loader-progress {
    width: 200px;
    height: 4px;
    background: var(--bg-card);
    border-radius: 2px;
    margin: 0 auto;
    overflow: hidden;
}

.loader-progress-bar {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, var(--primary), var(--secondary), var(--accent));
    background-size: 200% 100%;
    border-radius: 2px;
    animation: loadProgress 2s ease forwards, gradientMove 1s linear infinite;
}

@keyframes loadProgress {
    0% { width: 0%; }
    50% { width: 70%; }
    100% { width: 100%; }
}

@keyframes gradientMove {
    0% { background-position: 0% 0%; }
    100% { background-position: 200% 0%; }
}

.container {
    max-width: 1400px;
    width: 95%;
    margin: 0 auto;
    padding: 0 1rem;
    overflow-x: hidden;
}

/* Live Banner */
.live-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, var(--accent), #ff6b6b);
    padding: 0.75rem;
    z-index: 1000;
    animation: slideDown 0.5s ease;
}

@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

.live-banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.live-pulse {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

.live-text {
    font-weight: 700;
}

.live-title {
    opacity: 0.9;
}

.live-watch-btn {
    padding: 0.5rem 1rem;
    background: #fff;
    color: var(--accent);
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(10, 10, 15, 0.9);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    transition: all 0.3s;
}

.header.live-active {
    top: 50px;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: var(--text);
}

.logo-img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    object-fit: cover;
}

.logo span {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: var(--primary);
}

.nav-social {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--bg-input);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    transition: all 0.3s;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Mobile Menu Button */
.mobile-menu-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: rgba(0, 123, 255, 0.1);
    border: 1px solid var(--primary);
    border-radius: 8px;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
    transition: all 0.3s ease;
}

.mobile-menu-btn:hover {
    background: rgba(0, 123, 255, 0.2);
}

.mobile-menu-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background: var(--primary);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile-menu-btn.active {
    background: rgba(0, 123, 255, 0.3);
}

.mobile-menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Menu */
.mobile-menu {
    display: none;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    background: rgba(10, 10, 15, 0.98);
    backdrop-filter: blur(10px);
    border-bottom: 2px solid var(--primary);
    padding: 1.5rem;
    flex-direction: column;
    gap: 0.75rem;
    z-index: 1000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-menu.active {
    display: flex;
}

.mobile-menu a {
    color: var(--text);
    text-decoration: none;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 600;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 1rem;
}

.mobile-menu a:hover,
.mobile-menu a:active {
    background: var(--primary);
    color: #fff;
    transform: scale(1.02);
    border-color: var(--primary);
}

.social-link:hover {
    transform: translateY(-3px);
}

.social-link.youtube:hover {
    background: var(--youtube);
    color: #fff;
}

.social-link.telegram:hover {
    background: var(--telegram);
    color: #fff;
}

.social-link svg {
    width: 20px;
    height: 20px;
}

/* Hero */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 50%, rgba(0, 240, 255, 0.1), transparent 50%),
                radial-gradient(circle at 70% 50%, rgba(168, 85, 247, 0.1), transparent 50%);
}

.particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--primary);
    border-radius: 50%;
    opacity: 0.5;
    animation: float 15s infinite linear;
}

@keyframes float {
    0% { transform: translateY(100vh) rotate(0deg); opacity: 0; }
    10% { opacity: 0.5; }
    90% { opacity: 0.5; }
    100% { transform: translateY(-100vh) rotate(720deg); opacity: 0; }
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(0, 240, 255, 0.1);
    border: 1px solid var(--primary);
    border-radius: 20px;
    font-size: 0.85rem;
    color: var(--primary);
    margin-bottom: 1.5rem;
}

.hero-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 5rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 1.5rem;
}

.gradient-text {
    background: linear-gradient(135deg, var(--primary), var(--secondary), var(--accent));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%;
    animation: gradientShift 5s ease infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.hero-desc {
    font-size: 1.25rem;
    color: var(--text-muted);
    margin-bottom: 2rem;
    max-width: 500px;
}

.hero-stats {
    display: flex;
    gap: 3rem;
    margin-bottom: 2rem;
}

.stat {
    text-align: center;
}

.stat-value {
    display: block;
    font-family: 'Orbitron', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
}

.stat-label {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.hero-buttons {
    display: flex;
    gap: 1rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #000;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 240, 255, 0.3);
}

.btn-secondary {
    background: var(--bg-input);
    color: var(--text);
    border: 1px solid var(--border);
}

.btn-secondary:hover {
    border-color: var(--primary);
    color: var(--primary);
}

/* Avatar */
.hero-right {
    display: flex;
    justify-content: center;
}

.avatar-wrapper {
    position: relative;
    width: 350px;
    height: 350px;
}

.avatar-glow {
    position: absolute;
    inset: -20px;
    background: radial-gradient(circle, var(--primary), transparent 70%);
    opacity: 0.3;
    animation: glow 3s ease-in-out infinite;
}

@keyframes glow {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.05); }
}

.avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--primary);
    position: relative;
    z-index: 1;
}

.avatar-status {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 20px;
    font-size: 0.85rem;
    z-index: 2;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.status-dot.live {
    background: var(--accent);
    animation: pulse 1s infinite;
}

.status-dot.waiting {
    background: #f59e0b;
    animation: pulse 1.5s infinite;
}

.status-dot.offline {
    background: var(--text-muted);
}

/* Sections */
.section {
    padding: 6rem 0;
    width: 100%;
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    overflow-wrap: break-word;
}

.section-desc {
    color: var(--text-muted);
    font-size: 1.1rem;
}

/* Live Section */
.live-section {
    background: linear-gradient(180deg, var(--bg-dark), var(--bg-card));
}

.live-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    width: 100%;
    max-width: 100%;
}

.live-player {
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--border);
    width: 100%;
    max-width: 100%;
}

.live-player video,
.live-player iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: block;
}

/* Live Chat */
.live-chat {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 20px;
    display: flex !important;
    flex-direction: column;
    height: 100%;
    max-height: 500px;
    width: 100%;
}

.chat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--border);
    background: var(--bg-input);
    border-radius: 20px 20px 0 0;
}

.chat-header h4 {
    font-size: 1rem;
    font-weight: 600;
}

.chat-viewers {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* Pinned Message */
.chat-pinned {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: linear-gradient(90deg, rgba(245,158,11,0.15), transparent);
    border-left: 3px solid #f59e0b;
    margin: 0 1rem 0.5rem 1rem;
    border-radius: 0 8px 8px 0;
    font-size: 0.9rem;
    color: #fff;
}

.chat-pinned .pin-icon {
    font-size: 1rem;
}

/* Admin message in chat */
.chat-message.is-admin {
    background: linear-gradient(90deg, rgba(0,240,255,0.1), transparent);
    border-left: 3px solid var(--primary);
}

.chat-message.is-admin .chat-username {
    color: var(--primary);
    font-weight: 700;
}

.chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.chat-welcome {
    text-align: center;
    padding: 2rem 1rem;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.chat-welcome p:first-child {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.chat-message {
    display: flex;
    gap: 0.75rem;
    padding: 0.5rem;
    border-radius: 8px;
    transition: background 0.2s;
}

.chat-message:hover {
    background: var(--bg-input);
}

.chat-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 600;
    flex-shrink: 0;
}

.chat-content {
    flex: 1;
    min-width: 0;
}

.chat-username {
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--primary);
    margin-right: 0.5rem;
}

.chat-text {
    font-size: 0.9rem;
    word-wrap: break-word;
    color: var(--text);
}

.chat-time {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-left: 0.5rem;
}

.chat-input-form {
    display: flex;
    gap: 0.5rem;
    padding: 1rem;
    border-top: 1px solid var(--border);
    background: var(--bg-input);
    border-radius: 0 0 20px 20px;
}

#chat-input {
    flex: 1;
    background: var(--bg-dark);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    color: var(--text);
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.2s;
}

#chat-input:focus {
    border-color: var(--primary);
}

#chat-input::placeholder {
    color: var(--text-muted);
}

.chat-send-btn {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border: none;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s, opacity 0.2s;
}

.chat-send-btn:hover {
    transform: scale(1.05);
}

.chat-send-btn:active {
    transform: scale(0.95);
}

.chat-send-btn svg {
    width: 20px;
    height: 20px;
    fill: white;
}

/* Username Form */
.chat-username-form {
    padding: 1.5rem;
    text-align: center;
    border-top: 1px solid var(--border);
    background: var(--bg-input);
    border-radius: 0 0 20px 20px;
}

.chat-username-form p {
    margin-bottom: 1rem;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.username-input-wrapper {
    display: flex;
    gap: 0.5rem;
}

.username-input-wrapper input {
    flex: 1;
    background: var(--bg-dark);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    color: var(--text);
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.2s;
}

.username-input-wrapper input:focus {
    border-color: var(--primary);
}

.username-submit-btn {
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border: none;
    border-radius: 10px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.username-submit-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(0, 240, 255, 0.3);
}

/* Chat User Badge */
.chat-user-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: var(--bg-dark);
    border-radius: 10px;
    margin-right: 0.5rem;
}

.chat-user-avatar {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 600;
}

.chat-user-name {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--primary);
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat-change-name {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.8rem;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.chat-change-name:hover {
    opacity: 1;
}

.chat-input-form {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    border-top: 1px solid var(--border);
    background: var(--bg-input);
    border-radius: 0 0 20px 20px;
    flex-wrap: wrap;
}

.chat-disabled {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--text-muted);
    text-align: center;
    padding: 2rem;
}

.offline-screen {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--bg-card), var(--bg-dark));
}

.offline-content {
    text-align: center;
}

.offline-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.offline-content h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.offline-content p {
    color: var(--text-muted);
}

#stream-iframe {
    width: 100%;
    height: 100%;
}

.live-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.live-status-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 1.5rem;
}

.status-indicator {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.status-indicator.live {
    background: rgba(244, 63, 94, 0.2);
    color: var(--accent);
}

.status-indicator.offline {
    background: var(--bg-input);
    color: var(--text-muted);
}

.status-indicator .status-dot {
    width: 8px;
    height: 8px;
}

.live-status-card h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.live-status-card p {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.stream-bio {
    color: var(--text-muted);
    font-size: 0.85rem;
    margin-top: 0.5rem;
    line-height: 1.5;
}

.stream-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1rem 0;
}

.stream-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 8px;
    color: var(--text);
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.3s;
}

.stream-link:hover {
    background: var(--primary);
    color: var(--bg-dark);
    border-color: var(--primary);
}

.stream-link.donat {
    border-color: #f59e0b;
}

.stream-link.donat:hover {
    background: #f59e0b;
}

.stream-link.uzcard {
    border-color: #22c55e;
}

.stream-link.uzcard:hover {
    background: #22c55e;
    color: #fff;
}

.stream-link.visa {
    border-color: #3b82f6;
}

.stream-link.visa:hover {
    background: #3b82f6;
    color: #fff;
}

.social-links-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.social-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1.5rem 1rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    text-decoration: none;
    color: var(--text);
    transition: all 0.3s;
}

.social-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
}

.social-card svg {
    width: 28px;
    height: 28px;
}

.social-card.youtube:hover { border-color: var(--youtube); color: var(--youtube); }
.social-card.instagram:hover { border-color: var(--instagram); color: var(--instagram); }
.social-card.tiktok:hover { border-color: #fff; }
.social-card.telegram:hover { border-color: var(--telegram); color: var(--telegram); }

/* Games */
.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.game-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s;
}

.game-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary);
    box-shadow: 0 20px 40px rgba(0, 240, 255, 0.1);
}

.game-image {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
}

.game-info {
    padding: 1.5rem;
}

.game-info h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.game-info p {
    color: var(--text-muted);
    font-size: 0.9rem;
}

/* Schedule */
.schedule-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.schedule-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 1.5rem;
    transition: all 0.3s;
}

.schedule-card:hover {
    border-color: var(--primary);
}

.schedule-card.special {
    border-color: var(--secondary);
    background: linear-gradient(135deg, var(--bg-card), rgba(168, 85, 247, 0.1));
}

.schedule-day {
    font-size: 0.85rem;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.schedule-time {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.schedule-game {
    color: var(--text-muted);
}

.schedule-title {
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

/* About */
.about-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
    align-items: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.about-image {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.about-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    border: 2px solid var(--border);
    display: block;
}

.about-text {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.about-text h2 {
    margin-bottom: 1.5rem;
    word-wrap: break-word;
}

.about-text p {
    color: var(--text-muted);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    word-wrap: break-word;
}

.about-stats {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.about-stat {
    text-align: center;
}

.about-stat-value {
    display: block;
    font-family: 'Orbitron', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
}

.about-stat-label {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* Support */
.support-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.support-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.3s;
}

.support-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary);
}

.support-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.support-card h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.support-card p {
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

/* Footer */
.footer {
    background: var(--bg-card);
    border-top: 1px solid var(--border);
    padding: 4rem 0 2rem;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    margin-bottom: 3rem;
}

.footer-brand p {
    color: var(--text-muted);
    margin-top: 1rem;
}

.footer-links {
    display: flex;
    gap: 4rem;
}

.footer-col h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: var(--primary);
}

.footer-col a {
    display: block;
    color: var(--text-muted);
    text-decoration: none;
    padding: 0.5rem 0;
    transition: color 0.3s;
}

.footer-col a:hover {
    color: var(--text);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
    color: var(--text-muted);
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hero-title {
        font-size: 3.5rem;
    }
    
    .hero-desc {
        margin: 0 auto 2rem;
    }
    
    .hero-stats {
        justify-content: center;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .avatar-wrapper {
        width: 250px;
        height: 250px;
    }
    
    .live-wrapper {
        grid-template-columns: 1fr;
    }
    
    .live-chat {
        max-height: 400px;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .about-image {
        max-width: 400px;
        margin: 0 auto;
    }
    
    .about-stats {
        gap: 2rem;
        justify-content: center;
    }
    
    .support-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    /* Navigation */
    .container {
        width: 100%;
        padding: 0 1rem;
        max-width: 100%;
    }
    
    .nav {
        padding: 0.75rem 0;
        gap: 0.5rem;
    }
    
    .nav-links {
        display: none !important;
    }
    
    .nav-right {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    
    .mobile-menu-btn {
        display: flex !important;
    }
    
    .logo-img {
        width: 35px;
        height: 35px;
    }
    
    .logo span {
        font-size: 1.25rem;
    }
    
    .nav-social {
        gap: 0.5rem;
        display: flex;
    }
    
    .nav-social a {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .nav-social svg {
        width: 14px;
        height: 14px;
    }
    
    /* Hero */
    .hero {
        padding: 100px 1rem 60px;
        min-height: auto;
    }
    
    .hero-bg,
    .particles {
        display: none;
    }
    
    .hero-title {
        font-size: 2rem;
        line-height: 1.2;
    }
    
    .hero-desc {
        font-size: 1rem;
        padding: 0 0.5rem;
    }
    
    .hero-stats {
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    .stat-item {
        min-width: 80px;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 0.75rem;
        width: 100%;
        padding: 0 1rem;
    }
    
    .hero-buttons .btn {
        width: 100%;
        justify-content: center;
    }
    
    .avatar-wrapper {
        width: 180px;
        height: 180px;
        margin-bottom: 1.5rem;
    }
    
    /* Sections */
    .section {
        padding: 3rem 1rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .section-desc {
        font-size: 0.9rem;
    }
    
    /* Live Stream */
    .live-wrapper {
        flex-direction: column;
        gap: 1rem;
    }
    
    .video-wrapper,
    .live-chat {
        width: 100%;
        max-width: 100%;
    }
    
    .video-wrapper {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 240, 255, 0.15);
    }
    
    .live-chat {
        max-height: 400px;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }
    
    .chat-header {
        padding: 0.75rem 1rem;
        background: linear-gradient(135deg, var(--bg-card), rgba(0, 240, 255, 0.1));
    }
    
    .chat-messages {
        padding: 0.75rem;
    }
    
    .chat-input-form {
        padding: 0.75rem;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    
    .chat-user-badge {
        width: 100%;
        justify-content: center;
        margin-bottom: 0.5rem;
    }
    
    #chat-input {
        flex: 1;
        min-width: 0;
    }
    
    .chat-username-form {
        padding: 1rem;
    }
    
    .username-input-wrapper {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .username-input-wrapper input,
    .username-submit-btn {
        width: 100%;
    }
    
    /* Live Info */
    .live-info {
        margin-top: 1rem;
    }
    
    .live-status-card {
        padding: 1rem;
        text-align: center;
    }
    
    .live-status-card h3 {
        font-size: 1rem;
    }
    
    .stream-bio {
        font-size: 0.8rem;
        text-align: center;
    }
    
    .stream-links {
        justify-content: center;
        gap: 0.5rem;
    }
    
    .stream-link {
        padding: 0.5rem 0.75rem;
        font-size: 0.75rem;
    }
    
    .social-links-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }
    
    .social-card {
        padding: 0.75rem;
        font-size: 0.85rem;
    }
    
    /* Schedule */
    .schedule-cards {
        grid-template-columns: 1fr;
    }
    
    /* Footer */
    .footer {
        padding: 2rem 1rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .footer-col {
        text-align: center;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .container {
        padding: 0 0.75rem;
        max-width: 100%;
    }
    
    .nav {
        padding: 0.5rem 0;
    }
    
    .logo-img {
        width: 30px;
        height: 30px;
    }
    
    .logo span {
        font-size: 1.1rem;
    }
    
    .nav-social a {
        width: 28px;
        height: 28px;
    }
    
    .nav-social svg {
        width: 12px;
        height: 12px;
    }
    
    .mobile-menu-btn {
        width: 36px;
        height: 36px;
        padding: 6px;
    }
    
    .hero {
        padding: 80px 0.5rem 40px;
    }
    
    .hero-title {
        font-size: 1.5rem;
        padding: 0 0.5rem;
    }
    
    .hero-desc {
        font-size: 0.9rem;
    }
    
    .loader-logo {
        font-size: 2.5rem;
    }
    
    .loader-spinner {
        width: 70px;
        height: 70px;
    }
    
    .hero-stats {
        gap: 0.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .stat-item {
        min-width: 60px;
    }
    
    .stat-number {
        font-size: 1.1rem;
    }
    
    .stat-label {
        font-size: 0.65rem;
    }
    
    .section {
        padding: 2.5rem 0;
    }
    
    .section-title {
        font-size: 1.35rem;
    }
    
    .about-image {
        max-width: 300px;
    }
    
    .about-text p {
        font-size: 0.95rem;
    }
    
    .about-stats {
        gap: 1.5rem;
    }
    
    .about-stat-value {
        font-size: 1.5rem;
    }
    
    .about-stat-label {
        font-size: 0.75rem;
    }
    
    .social-links-grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    
    .social-card {
        flex-direction: row;
        justify-content: center;
        padding: 0.75rem 1rem;
    }
    
    .social-card svg {
        width: 20px;
        height: 20px;
    }
    
    .stream-links {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }
    
    .stream-link {
        justify-content: center;
        padding: 0.75rem;
        font-size: 0.85rem;
        border-radius: 10px;
    }
    
    .live-status-card {
        padding: 1rem;
        border-radius: 12px;
    }
    
    .live-status-card h3 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
    
    .live-status-card p {
        font-size: 0.85rem;
    }
    
    .stream-bio {
        font-size: 0.8rem;
        margin-top: 0.75rem;
        padding: 0.5rem;
        background: rgba(255,255,255,0.05);
        border-radius: 8px;
    }
    
    .chat-message {
        padding: 0.5rem 0.75rem;
    }
    
    .message-username {
        font-size: 0.8rem;
    }
    
    .message-text {
        font-size: 0.85rem;
    }
}

/* ========================================
   PROFESSIONAL VIDEO PLAYER
   ======================================== */

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}

/* Video Controls */
.video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
    padding: 40px 15px 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-container:hover .video-controls,
.video-container.controls-visible .video-controls {
    opacity: 1;
}

/* Progress Bar */
.video-progress {
    width: 100%;
    margin-bottom: 10px;
}

.progress-bar {
    height: 5px;
    background: rgba(255,255,255,0.2);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    transition: height 0.2s ease;
}

.progress-bar:hover {
    height: 8px;
}

.progress-filled {
    height: 100%;
    background: var(--primary);
    border-radius: 3px;
    width: 0%;
    transition: width 0.1s linear;
}

.progress-buffer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(255,255,255,0.3);
    border-radius: 3px;
    width: 0%;
}

/* Controls Row */
.controls-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.controls-left, .controls-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Control Buttons */
.control-btn {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.2s ease;
}

.control-btn:hover {
    background: rgba(255,255,255,0.1);
}

.control-btn svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

/* LIVE Button */
.live-btn {
    background: var(--accent);
    font-weight: 700;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.live-btn:hover {
    background: #ff2d55;
    transform: scale(1.05);
}

.live-btn .live-dot {
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    animation: livePulse 1s infinite;
}

@keyframes livePulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.live-btn.behind {
    background: #666;
}

.live-btn.behind:hover {
    background: var(--accent);
}

/* Volume Control */
.volume-control {
    display: flex;
    align-items: center;
    gap: 5px;
}

.volume-slider {
    width: 0;
    opacity: 0;
    transition: all 0.3s ease;
    accent-color: var(--primary);
}

.volume-control:hover .volume-slider {
    width: 80px;
    opacity: 1;
}

/* Time Display */
.time-display {
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    font-family: 'Orbitron', monospace;
    min-width: 50px;
}

/* Quality Control */
.quality-control {
    position: relative;
}

.quality-btn {
    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 4px;
}

.quality-btn:hover {
    border-color: var(--primary);
}

.quality-menu {
    position: absolute;
    bottom: 100%;
    right: 0;
    background: rgba(20,20,30,0.95);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 5px 0;
    min-width: 120px;
    display: none;
    backdrop-filter: blur(10px);
    margin-bottom: 10px;
}

.quality-control:hover .quality-menu,
.quality-menu.show {
    display: block;
}

.quality-option {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 13px;
    transition: background 0.2s;
}

.quality-option:hover {
    background: rgba(255,255,255,0.1);
}

.quality-option.active {
    color: var(--primary);
    font-weight: 600;
}

.quality-option.active::before {
    content: '✓ ';
}

/* Buffering Indicator */
.buffering-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.buffering-indicator.show {
    display: block;
}

.buffering-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(255,255,255,0.2);
    border-top-color: var(--primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Stream Stats */
.stream-stats {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0,0,0,0.7);
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 11px;
    display: flex;
    gap: 15px;
    font-family: 'Orbitron', monospace;
}

/* Fullscreen styles */
.video-container:fullscreen {
    border-radius: 0;
}

.video-container:fullscreen .video-controls {
    padding: 60px 30px 30px;
}

.video-container:fullscreen .control-btn svg {
    width: 30px;
    height: 30px;
}

/* ============ NOTIFICATION BUTTON ============ */
.notification-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.5rem;
    background: var(--bg-input);
    border: 1px solid var(--border);
    border-radius: 50px;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 1rem 0;
    font-size: 0.9rem;
}

.notification-btn:hover {
    background: var(--bg-card);
    border-color: var(--primary);
    color: var(--text);
}

.notification-btn.active {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-color: transparent;
    color: white;
    box-shadow: 0 5px 20px rgba(0, 240, 255, 0.3);
}

.notification-btn.active .notif-icon {
    animation: bellRing 0.5s ease;
}

@keyframes bellRing {
    0%, 100% { transform: rotate(0deg); }
    20% { transform: rotate(15deg); }
    40% { transform: rotate(-15deg); }
    60% { transform: rotate(10deg); }
    80% { transform: rotate(-10deg); }
}

.notif-icon {
    font-size: 1.2rem;
}

/* ============ NOTIFICATION TOAST ============ */
.notification-toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    z-index: 10000;
    box-shadow: 0 10px 30px rgba(0, 240, 255, 0.3);
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translate(-50%, 100px);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

.toast-icon {
    font-size: 1.5rem;
}

.toast-text {
    font-size: 0.95rem;
}

/* ============ QUALITY SELECTOR ENHANCED ============ */
.quality-control {
    position: relative;
}

.quality-menu {
    position: absolute;
    bottom: 100%;
    right: 0;
    background: rgba(18, 18, 26, 0.98);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 0.5rem 0;
    min-width: 150px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    z-index: 100;
}

.quality-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(-5px);
}

.quality-option {
    padding: 0.7rem 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease;
    font-size: 0.9rem;
}

.quality-option:hover {
    background: var(--bg-input);
    color: var(--primary);
}

.quality-option.active {
    color: var(--primary);
}

.quality-option.active::after {
    content: '✓';
    color: var(--primary);
}

.quality-btn {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.4rem 0.8rem;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.quality-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.quality-btn span {
    font-size: 0.8rem;
    font-weight: 600;
}

.quality-btn svg {
    transition: transform 0.3s ease;
}

.quality-btn.active svg {
    transform: rotate(180deg);
}

/* ============ SLOW MODE INDICATOR ============ */
.slow-mode-indicator {
    display: none;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: white;
    font-size: 0.85rem;
    text-align: center;
    border-radius: 5px;
    margin: 0.5rem;
}

.slow-mode-indicator.active {
    display: block;
    animation: pulse 2s infinite;
}

/* ============ CHAT SYSTEM MESSAGE ============ */
.chat-system-message {
    padding: 0.5rem 1rem;
    background: rgba(0, 240, 255, 0.1);
    border-left: 3px solid var(--primary);
    margin: 0.5rem;
    border-radius: 5px;
    font-size: 0.85rem;
    color: var(--primary);
}

.chat-announcement {
    padding: 0.8rem 1rem;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.2), rgba(0, 240, 255, 0.2));
    border: 1px solid var(--secondary);
    margin: 0.5rem;
    border-radius: 10px;
    text-align: center;
    animation: announcePulse 2s ease infinite;
}

@keyframes announcePulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(168, 85, 247, 0.3); }
    50% { box-shadow: 0 0 20px 5px rgba(168, 85, 247, 0.2); }
}

.chat-announcement .announce-title {
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 0.3rem;
}

.chat-announcement .announce-text {
    color: var(--text);
}

/* ============ USER BADGES ============ */
.user-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.4rem;
    border-radius: 3px;
    font-size: 0.7rem;
    font-weight: 600;
    margin-left: 0.3rem;
}

.badge-admin {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
}

.badge-mod {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: white;
}

.badge-vip {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: white;
}

/* ============ MUTED USER STYLE ============ */
.chat-message.muted {
    opacity: 0.4;
    font-style: italic;
}

.chat-message.muted::before {
    content: '🔇 ';
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .video-controls {
        padding: 30px 10px 10px;
    }
    
    .controls-row {
        gap: 5px;
    }
    
    .control-btn {
        padding: 6px;
    }
    
    .control-btn svg {
        width: 20px;
        height: 20px;
    }
    
    .volume-control:hover .volume-slider {
        width: 60px;
    }
    
    .live-btn {
        font-size: 10px;
        padding: 5px 8px;
    }
    
    .quality-btn span {
        font-size: 10px;
    }
    
    .notification-btn {
        padding: 0.6rem 1rem;
        font-size: 0.8rem;
    }
    
    .notification-toast {
        padding: 0.7rem 1.2rem;
        border-radius: 30px;
        font-size: 0.85rem;
    }
    
    .quality-menu {
        min-width: 120px;
    }
    
    .quality-option {
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .notification-btn {
        width: 100%;
        justify-content: center;
    }
    
    .notification-toast {
        width: 90%;
        max-width: none;
    }
}
