:root {
      --bg: #0e1220;
      /* starry dark bg */
      --card: #121833;
      /* panel */
      --accent: #7a3cff;
      /* purple */
      --accent-2: #6a2ef6;
      /* darker purple */
      --chip: #17394a;
      /* time chip */
    }

    body {
      font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
      background: var(--bg) url('sky2.png?q=80&w=1600&auto=format&fit=crop') center/cover fixed;
      color: #e9ecff;
    }

    .glass {
      background: rgba(255, 255, 255, .06);
      backdrop-filter: blur(6px);
      border: 1px solid rgba(255, 255, 255, .12)
    }

    /* placeholder */
    .ticker {
      white-space: nowrap;
      overflow: hidden;
      background: var(--card);
      box-shadow: 0px 0px 0.3px slateblue;
      position: sticky;
      top: 0;
      z-index: 9999;
    }

    .ticker span {
      display: inline-block;
      padding: 10px 16px;
      font-weight: 700;
      color: #fff;
      text-shadow: 0 1px 0 #000;
      /* animation: slide 15s linear infinite; */
    }

    .ticker strong {
      color: #ff3030
    }

    @keyframes slide {
      0% {
        transform: translateX(100%);
      }

      100% {
        transform: translateX(-100%);
      }
    }

    .banner {
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      border-radius: 4rem;
      padding: 1.25rem 2rem;
      text-align: center;
      font-weight: 700;
      box-shadow: 0 6px 30px rgba(122, 60, 255, .35)
    }

    .time-chip {
      background: #17394a;
      color: #bde3ff;
      border-radius: 1rem;
      padding: .45rem .75rem;
      font-weight: 600;
      font-size: .95rem
    }

    .time-ribbon .chip-wrap {
      display: flex;
      gap: .75rem;
      flex-wrap: wrap
    }

    .ball {
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      font-weight: 700;
      font-size: 1.25rem;
      box-shadow: inset 0 2px 0 rgba(0, 0, 0, .1), 0 3px 12px rgba(0, 0, 0, .3);
    }

    .ball.red {
      background: #ffffff;
      color: #e21d2e;
    }

    .ball.black {
      background: #ffffff;
      color: #161616;
    }

    .ball.sm {
      width: 52px;
      height: 52px;
      font-size: 1.1rem
    }

    .mini-pill {
      background: #1e8d4e;
      color: #eafff2;
      font-size: .7rem;
      padding: .25rem .45rem;
      border-radius: 999px;
      font-weight: 700
    }

    .divider {
      height: 6px;
      border-radius: 10px;
      background: linear-gradient(90deg, #b1bdfc 0%, #7a3cff 50%, #b1bdfc 100%);
      opacity: .6
    }

    .side-widget {
      background: rgb(0 27 57);
      border: 1px solid rgba(255, 255, 255, .12);
      color: whitesmoke;
    }

    .side-label {
      color: #ffffff;
      letter-spacing: .5px;
      font-size: 2.5rem;
      font-weight:bold;
    }

    @media (max-width: 992px) {
      .banner {
        border-radius: 2rem;
        padding: 1rem
      }

      .ball {
        width: 48px;
        height: 48px;
        font-size: 1rem
      }
    }

    .board-wrap {
      background: #c40000;
      /*background: rgb(196 0 0 / 70%);*/
      padding: 22px;
      border-radius: 22px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, .25) inset;
    }

    .board-title {
      background: #0b2a6b;
      color: #ffe600;
      border: 4px solid #fff;
      font-weight: 900;
      letter-spacing: .5px;
      border-radius: 14px;
      padding: 8px 16px;
      display: inline-block;
      margin-bottom: 14px;
      text-transform: uppercase;
      font-size: 20px;
    }

    .table.board {
      --bs-table-bg: transparent;
      --bs-table-color: #fff;
      border-color: #ffe600;
    }
    .board thead th {
      background: #0b2a6b;
      color: #ffe600;
      border: 11px solid #fff !important;
      border-radius: 10px;
      text-align: center;
      font-weight: 900;
      line-height: 1.5;
      padding: 6px 8px;
      min-width: 87px;
      font-size: 45px;
    }

    .first-col {
      background: #ffe600;
      color: #0b2a6b;
      font-weight: 700;
      text-align: center;
      border: 1px solid #fff !important;
      border-radius: 16px;
      width: 110px;
      background: #0b2a6b !important;
      position: sticky;
      left: 0;
      z-index: 999;
      border-radius: unset !important;
      font-size: 42px;
    }

    /* round “chips” like the screenshot */
    .pills {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 50% 50%;
      background: #0b2a6b;
      color: #ffe600;
      border: 2px solid #fff;
      font-weight: 500;
      font-size: 19px;
      line-height: 1;
      margin: 1px auto;
    }

    .board tbody td {
      text-align: center;
      padding: 10px 6px;
      font-size: 50px;
    font-weight: 700;
    }

    .title {
      text-transform: capitalize;
    }
   
   .fs-5 {
    font-size: 2.25rem !important;
}

    /* Analog Clock with numbers */
    .analog-clock {
      position: relative;
      width: 180px;
      aspect-ratio: 1;
      margin: auto;
      border: 6px solid #fff;
      border-radius: 50%;
      background: #fff;
      box-shadow: 0 8px 25px rgba(0, 0, 0, .35), inset 0 2px 8px rgba(0, 0, 0, .1);
    }

    .analog-clock .hand {
      position: absolute;
      bottom: 50%;
      left: 50%;
      transform-origin: bottom center;
      transform: translateX(-50%) rotate(0deg);
      border-radius: 6px
    }

    .analog-clock .hand.hour {
      width: 6px;
      height: 27%;
      background: #000
    }

    .analog-clock .hand.minute {
      width: 4px;
      height: 36%;
      background: #000
    }

    .analog-clock .hand.second {
      width: 2px;
      height: 40%;
      background: #e11111
    }

    .analog-clock .center-dot {
      position: absolute;
      width: 12px;
      height: 12px;
      background: #000;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      box-shadow: 0 0 0 4px #fff, 0 0 0 6px rgba(0, 0, 0, .2)
    }

    .analog-clock .number {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      color: #000;
    }

    .analog-clock .number span {
      position: absolute;
      transform: translate(-50%, -50%);
    }

    .enquiry-info {
      font-family: sans-serif, system-ui;
      padding: 13px;
    }

    @media (max-width: 992px) {
      .analog-clock {
        width: 150px
      }
    }
    .video-wrap{
      position:relative;
       width:100%; 
       height:70%;
       overflow:hidden;
        background:#000;
      }
    video{
      width: 100%;
        height: 630px;
        object-fit: cover;
        border-radius: 10px;
        
    }
    /* Pre-play overlay (click to allow sound) */
    .play-overlay{
      position:absolute; inset:0; display:flex; flex-direction:column; gap:12px;
      align-items:center; justify-content:center; text-align:center;
     background:linear-gradient(deg, rgba(0,0,0,.45), rgba(0,0,0,.65));
      padding:24px;
    }
    .play-overlay h1{font-weight:700;}
    .btn-play{font-size:1.125rem; padding:10px 22px; border-radius:999px;}

    /* HUD overlay shown during playback */
    .hud{position:absolute; inset:0; pointer-events:none;}
    .hud-inner{position:relative; height:100%; padding:16px;}
    .badge-live{
      display:flex; align-items:center; gap:8px; font-weight:700;
      background:rgba(239, 68, 68, .18); border:1px solid rgba(239,68,68,.5);
      color:#fff; padding:6px 12px; border-radius:999px; backdrop-filter: blur(6px);
      box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
      animation:btnGlow 1.2s ease-out infinite;
    }
    @keyframes btnGlow{
    0%,100%{ box-shadow:0 0 0 0 rgba(255,59,48,0), 0 0 12px rgba(255,59,48,.35) inset; }
    50%{    box-shadow:0 0 0 10px rgba(255,59,48,.12), 0 0 18px rgba(255,59,48,.7) inset; }
  }
    @keyframes blink {
      50% {
        opacity: 0;
      }
    }
    .dot{width:9px; height:9px; border-radius:999px; background:var(--live); position:relative;}
    .dot::after{content:""; position:absolute; inset:-6px; border-radius:999px; border:2px solid var(--live); opacity:.6; animation:pulse 1.5s infinite;}
    @keyframes pulse{0%{transform:scale(.6); opacity:.7} 80%{transform:scale(1.25); opacity:0} 100%{opacity:0}}

    .glass{
      background:var(--glass); backdrop-filter: blur(6px);
      border:1px solid rgba(255,255,255,.14); box-shadow: 0 10px 30px rgba(0,0,0,.25);
    }
    .top-bar{display:flex; align-items:center; justify-content:space-between; gap:12px;}
    .pill{border-radius:999px; padding:1px 0px;}

    .watermark{
      position:absolute; right:16px; bottom:90px; font-weight:700; letter-spacing:.5px;
      opacity:.9; padding:6px 10px; border-radius:8px;
    }

    /* Lower-third title */
    .lower-third{
      position:absolute; left:16px; bottom:90px; display:flex; flex-direction:column; gap:6px;
      max-width:min(680px, 92vw);
    }
    .title{font-size:1.075rem; font-weight:700; padding:8px 12px; border-radius:10px;}
    .subtitle{font-size:.95rem; color:#e5e7eb; padding:6px 10px; border-radius:10px;}

    @keyframes pop{from{transform:scale(.96); opacity:0} to{transform:scale(1); opacity:1}}

    /* Utility */
    .shadow-smooth{box-shadow:0 8px 40px rgba(0,0,0,.35)}

    /* Section 1: Lucky Draw Results */
      .results-container {
        background-color: #7b00a5;
        padding: 20px;
        margin-bottom: 8px;
        border-radius: 4px;
        margin-top: 30px;
      }
      .results-container .result-wrap{
        background-color: #ff5733;
        border: 4px solid red;
        padding: 16px;
      }
      .badge-lucky {
        background-color: #ff00ff;
        color: yellow;
        border: 2px solid white;
        padding: 3px;
        font-weight: bold;
        border-radius: 8px;
        font-size: 73px;
      }
      .badge-whatsapp {
        background-color: #00ff00;
        color: red;
        border: 2px solid white;
        padding: 17px;
        font-weight: bold;
        font-size: 40px;
        border-radius: 8px;
      }

      .draw-table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 10px;
      }
      .draw-table td {
        border: 2px solid yellow;
        text-align: center;
        padding: 0px 0px 1px 0px;
        min-width: 340px;
      }
      .line-time,
      .line-name {
        color: #000080;
        font-size: 42px;
        font-weight: 900;
        display: block;
        line-height: 1.2;
      }
      .line-digit {
        color: #fff;
        font-size: 81px;
        font-weight: 900;
        display: block;
      }

      /* Section 2: Prize Money Table */
      .prize-container {
        background-color: #00ff00;
        padding: 20px;
        border: 2px solid #000;
        border-radius: 4px;
        margin-top:35px;
      }
      .header-box {
        background-color: #000080;
        color: white;
        padding: 15px;
        text-align: center;
         font-size: 34px;
        font-weight: bold;
        border: 1px solid #000;
        margin-bottom: 10px;
      }
      .ticket-box {
        background-color: #0d2b1d;
        color: white;
        border: 1px solid #7fff00;
        padding: 15px;
        text-align: center;
        margin-bottom: 5px;
        font-size: 40px;
        font-weight: 700;
      }
      .money-box {
        background-color: #0000ff;
        color: yellow;
        border: 1px solid white;
        padding: 15px;
        text-align: center;
        margin-bottom: 5px;
        font-size: 40px;
        font-weight: 700;
      }
      .highlight-box {
            background-color: #dee2e6;
            border-left: 4px solid red;
            padding: 35px;
            border-radius: 4px;
            color:blue;
        }