 body {
     background-color: #262626;
     color: #e0e0e0;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     margin: 0;
     padding: 0;
 }

 .header {
     background-color: #0a0a0a;
     padding: 30px 0;
     text-align: center;
 }

 .header h1 {
     max-height: 10px;
     margin-top: -15px;
     transition: color 0.3s ease;
     cursor: pointer;
     font-style: italic;
     font-size: 30px;
     text-transform: uppercase;

 }

 .header h1:hover {
     color: #00ff99;
 }


 .heading {
color: white;
font-size: 40px;
font-weight: bold;
font-style: italic;
text-transform: uppercase;
text-align: center;
margin: 20px;
 }

 .button1:hover {
     background: #2a2a2a;
     background-position: right center;
     transform: scale(1.1);
     border: 1px solid #00ff99;
 }

 .container {
     margin-top: 0px;
     margin-bottom: 60px;
     max-width: 800px;
     margin-left: auto;
     margin-right: auto;
     background-color: #0a0a0a;
     border-radius: 5px;
     padding: 30px 25px;
 }

 .notice {
     background-color: #1f1f1f;
     color: white;
     padding: 12px 18px;
     border-radius: 6px;
     margin-bottom: 30px;
     font-size: 16px;
     text-align: start;
     font-weight: 600;
 }


 .stream-box {
     background-color: #1f1f1f;
     border: 1px solid #2c2c2c;
     padding: 18px 20px;
     margin-bottom: 10px;
     border-radius: 5px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     transition: 0.2s ease;
     height: 40px;
 }

 .stream-box:hover {
     background-color: #2a2a2a;
     cursor: pointer;
 }

 .stream-name {
     font-size: 19px;
     font-weight: 600;
 }

 .live-badge {
     color: #00ff99;
     font-size: 15px;
     font-weight: 500;
 }

 .features {
     margin-top: -40px;
     padding-top: 20px;
 }

 .features h3 {
     color: #00ff99;
     font-size: 22px;
     margin-bottom: 12px;
 }

 .features strong {
     color: #00ff99;
     font-size: 16px;
     margin-bottom: 12px;
 }

 .features p {
     color: #cccccc;
     font-size: 16px;
     margin-bottom: 20px;
 }

 a {
     text-decoration: none;
     color: inherit;
 }

.footer {
    background: #0a0a0a;
    color: #d8e3ee;
    padding: 28px 18px;
    font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, Arial;
    font-size: 14px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-about {
    flex: 1 1 320px;
    min-width: 220px;
}

.footer-about h3 {
    margin: 0 0 8px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.footer-about p {
    margin: 0;
    color: #b9c6d6;
    line-height: 1.5;
    max-width: 520px;
}

.footer-social {
    flex: 0 1 220px;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.02);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.footer-info {
    text-align: right;
    font-size: 13px;
    color: #9fb0c6;
}

.footer-info a {
    color: #dff0ff;
    text-decoration: none;
}

.rights {
    font-size: 12px;
    color: #8fa3b7;
    margin-top: 6px;
}
