body {background-color:#181a1b;}
.no-break {  white-space: nowrap;}
#divauto{  border-radius: 15px;border: 0px ;padding: 0px 0px 0px 0px; 
width:98%; height:auto; 
box-shadow: 0px 0px 100px 0px #999; }

		h6    {   text-align: center;
      color: tomato; font-size: 15px;padding: .0rem 0rem 0rem .0rem;
    }
    .editor-card { background: transparent;
         border-radius: 32px;width:95%;
      padding: 3px 8px 8px;margin-bottom:10px;
          box-shadow: 0 12px 40px rgba(0,0,0,0.7), 0 0 0 1px #2f3540;
      transition: box-shadow 0.2s;
    }
   
		h5 {font-size: .8rem; background: linear-gradient(90deg,red,#00c996);
-webkit-background-clip: text;background-clip: text;color: transparent;
letter-spacing: 0px;font-weight:500;padding: .6rem 0rem 0rem .0rem; }

		h4 {font-size: 1rem; background: linear-gradient(90deg,red,#00c996);
-webkit-background-clip: text;background-clip: text;color: transparent;
letter-spacing: 0px;font-weight:600;padding: .6rem 0rem 0rem .0rem;line-height:.9 }

 		h2 {font-size: 1.1rem; background: linear-gradient(90deg,red,#00c996);
-webkit-background-clip: text;background-clip: text;color: transparent;
letter-spacing: 0px;font-weight:600;padding: .6rem 0rem 0rem .0rem;line-height:.9 }
		h3 {font-size: 1rem; background: linear-gradient(90deg,red,#00c996);
-webkit-background-clip: text;background-clip: text;color: transparent;
letter-spacing: 0px;font-weight:600;padding: .6rem 0rem 0rem .0rem;line-height:.9 }
		h1 {font-size: 1rem; background: linear-gradient(90deg,red,#00c996);
-webkit-background-clip: text;background-clip: text;color: transparent;
letter-spacing: 0px;font-weight:600;padding: .6rem 0rem 0rem .0rem;line-height:.9 }

    .privacy {
      text-align: center;
      color: tomato;
      font-size: 12px;
    }
	
 .news-container {background: rgba(18, 25, 45, 0.75);
            border-radius: 2rem;padding: 0px 0px 0px;
            box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(66, 153, 225, 0.2);
            overflow: hidden; transition: all 0.2s ease;
     }


.mynav-btn {color: pink; background: linear-gradient(90deg, #00dbde, #fc00ff); color: white;cursor: pointer;  padding: 2px 3px 4px;  
 border-radius: 8px;font-size: 1rem;font-weight: 600;border:1px;margin-top: 10px;margin-bottom: 10px;
display: flex; align-items: center; margin-botoom:5px;margin-left: 15px;text-decoration: none;}
.mynav-btn:hover {transform: translateY(+2px); box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);}
.mynav-btn a {color: black;display: block;text-decoration:none;
 border-bottom: 1px solid rgba(255, 255, 255, 0.05);transition: all 0.2s ease;border:2px; }
 
.collapsible-horizontal {width: 100%;background: transparent; border-radius: 2rem;
 }
    .buttons-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0.85rem;
      margin-bottom: .4rem;
 }


    /* accessibility focus ring */
    .collapse-btn:focus-visible {
      outline: 3px solid #80b0ff;
      outline-offset: 2px;
 }

.collapse-btn {
     background: #1e2c32;
      border: none;
      border-radius: 3rem;margin-top:.1rem;
      padding: .1rem .3rem .3rem;
      font-weight: 500;
      font-size: .9rem;
      font-family: inherit;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      cursor: pointer;
      transition: 0.2s;margin-left: 10px;
      color: #eef4ff;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.08);
 }

    .collapse-btn:hover {
      transform: translateY(-3px);
      filter: brightness(1.05);
      box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
 }

    .collapse-btn:active {
      transform: translateY(1px);
 }
	    .collapse-btn.two {
      background: linear-gradient(125deg, #1e3b46, #0a2a33);
      border-left: 3px solid #FFD966;margin-left: 10px;
 }

    .collapse-btn.one{
      background: linear-gradient(125deg, #2a1f3a, #1a1028);
      border-left: 3px solid #E63946;margin-left: 10px;
 }

 

.link-bar { 
      display: flex;
      gap: .3rem;
      padding: .0rem 0rem 0rem;
      flex-wrap: wrap;
      justify-content: center;
     }
.link-btn {
     border: none;
	  padding: 0.4rem .7rem .4rem .5rem;
      border-radius: 3rem;
      font-weight: 500;
      font-size: .9rem;
      font-family: inherit;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: .5px;
      cursor: pointer;
      transition: 0.2s;
      color:#2F80ED;
      border-left: 3px solid #E63946;
	  	  a {
  white-space: nowrap;
}

    
	}.link-btn:hover {
            transform: translateY(-3px);
      filter: brightness(1.05);
      box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
     }
.link-btn:active {
      transform: translateY(1px);
 }
.link-btn.two {
      background: linear-gradient(125deg, #1e3b46, #0a2a33);
      border-left: 3px solid #FFD966;margin-top:5px;
	  

 }
.link-btn.one{
      background: linear-gradient(125deg, #2a1f3a, #1a1028);
      border-left: 3px solid #E63946; }


.close-btn { width:100%;background: red;
            color: snow;font-weight: 500;
            border: none;
            padding: 4px 50px;
            border-radius: 5px; text-align: left;
            cursor: pointer;
            transition: background 0.3s ease;
     }

        .close-btn:hover {
            background: #c82333;
     }


.iframe-container {position: relative;width: 100%;height: 0;overflow: hidden;
 padding-bottom: 56.25%; /* 16:9 Aspect Ratio (9/16 = 0.5625) */ }
.iframe-container iframe { position: absolute;top: 60; left: 0;
 width: 100%;height: 100%; border: none;}
.iframe-container.hidden {display: none; display: none;  }
.iframe-header {display: flex;justify-content: space-between;
 align-items: center;color:red;      }
.loading {text-align: center; padding: 20px;color: #666; }


.live-badge {background: #dc2626; font-size: 0.75rem;color:snow;
 font-weight: bold; padding: 0.2rem 0.7rem 0.2rem;
 border-radius: 30px;animation: pulse 1.5s infinite;
 box-shadow: 0 0 6px rgba(220,38,38,0.6);    }
 
@keyframes pulse {0% { opacity: 0.7; background: #b91c1c; }
            100% { opacity: 1; background: #ef4444; }
        }