    body {
      margin: 0;
      padding: 0 20px;
      font-family: 'Segoe UI', sans-serif;
      background: linear-gradient(135deg, #0a1930, #1e2a47);
      color: white;
    }
    .header-logo {
      text-align: center;
      padding: 30px 0 10px;
    }
    .header-logo img {
      max-width: 220px;
      height: auto;
    }
    .container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
      padding-bottom: 30px;
    }
    .left-column, .right-column {
      background: rgba(255, 255, 255, 0.04);
      padding: 20px;
      border-radius: 15px;
      flex: 1 1 500px;
    }
    .right-column {
      border: 2px solid #00e0ff;
    }
    h2, h3 {
      border-bottom: 1px solid #00e0ff;
      padding-bottom: 8px;
      margin-bottom: 16px;
      font-size: 20px;
      text-transform: uppercase;
    }
    a {
      color: #00e0ff;
      text-decoration: none;
      font-size: 18px;
    }
    .adresler {
      display: flex;
      justify-content: space-between;
      padding: 8px 0;
      border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
      font-size: 18px;
    }
    .durum {
      color: #00ff7f;
    }
	  
	.durum-sirada {
	  color: #FFD700; 
	  font-weight: bold;
	}
	  
    .appbuttonwrapper {
      display: flex;
      justify-content: center;
      margin: 30px 0 0;
    }
	  
    .app-button {
      padding: 14px 30px;
      background: #e4007d;
      color: white;
      border-radius: 30px;
      font-weight: bold;
      font-size: 18px;
      text-decoration: none;
      width: 100%;
      max-width: 320px;
      text-align: center;
    }
    .footer-box {
      background: #0f192d;
      margin: 40px auto 20px;
      text-align: center;
      padding: 20px;
      border-radius: 15px;
      max-width: 1000px;
      border: 2px solid #444;
      font-weight: bold;
      font-size: 18px;
    }
    .tv-container {
      position: relative;
      margin-top: 20px;
    }
    .fullscreen-button {
      position: absolute;
      top: 8px;
      right: 8px;
      background: rgba(0, 0, 0, 0.6);
      color: white;
      border: none;
      border-radius: 5px;
      padding: 5px 10px;
      cursor: pointer;
      font-size: 14px;
    }
    iframe {
      width: 100%;
      height: 260px;
      border-radius: 12px;
      background: black;
    }
    @media (max-width: 768px) {
      .adresler, a {
        font-size: 20px;
      }
      h2, h3 {
        font-size: 22px;
      }
      .app-button {
        font-size: 20px;
      }
      .footer-box {
        font-size: 20px;
      }
    }