*{box-sizing:border-box}

:root{
  --bg:#050505;
  --panel:rgba(255,255,255,.08);
  --panel-2:rgba(255,255,255,.05);
  --line:rgba(255,255,255,.11);
  --text:#f6f6f6;
  --muted:#b7b7b7;
  --gold:#d4af37;
  --green:#5ff2a4;
  --shadow:0 20px 80px rgba(0,0,0,.45);
}

html,body{
  width:100%;
  height:100%;
  margin:0;
  overflow:hidden;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

body{
  position:relative;
}

.bg{
  position:fixed;
  inset:0;
  overflow:hidden;
}

.blob{
  position:absolute;
  border-radius:50%;
  filter:blur(80px);
  opacity:.45;
  animation:float 18s ease-in-out infinite;
}

.blob-1{
  width:35vw;
  height:35vw;
  min-width:320px;
  min-height:320px;
  background:radial-gradient(circle at center, rgba(212,175,55,.85), rgba(212,175,55,.02) 70%);
  top:-8%;
  left:-8%;
}

.blob-2{
  width:32vw;
  height:32vw;
  min-width:300px;
  min-height:300px;
  background:radial-gradient(circle at center, rgba(255,255,255,.18), rgba(255,255,255,.01) 70%);
  bottom:-12%;
  right:-6%;
  animation-delay:-8s;
}

.grid{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size:42px 42px;
  mask-image:radial-gradient(circle at center, black 40%, transparent 88%);
}

.noise{
  position:absolute;
  inset:0;
  background-image:radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size:6px 6px;
  opacity:.06;
  mix-blend-mode:soft-light;
}

.app-shell{
  position:relative;
  z-index:2;
  width:min(1540px, calc(100vw - 36px));
  height:calc(100vh - 36px);
  margin:18px auto;
  padding:14px;
  display:grid;
  grid-template-rows:minmax(0, 58%) minmax(0, 42%);
  gap:14px;
}

.hero,
.board{
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  backdrop-filter:blur(24px);
  -webkit-backdrop-filter:blur(24px);
  border-radius:30px;
  box-shadow:var(--shadow);
}

.hero{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  align-items:stretch;
  min-height:0;
  overflow:hidden;
}

.hero-left{
  padding:26px 34px 18px 34px;
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  letter-spacing:.18em;
  color:#e6e6e6;
  text-transform:uppercase;
  margin-bottom:12px;
}

.dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 18px var(--green);
  animation:pulse 2s ease-in-out infinite;
}

h1{
  font-size:clamp(46px, 5vw, 82px);
  line-height:.92;
  margin:0 0 18px;
  letter-spacing:-.05em;
  font-weight:900;
}

.lead{
  max-width:760px;
  color:var(--muted);
  font-size:clamp(15px, 1.2vw, 18px);
  line-height:1.5;
  margin:0 0 18px;
}

.event-box{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:12px;
  margin-bottom:14px;
}

.event-item{
  display:flex;
  align-items:center;
  gap:14px;
  min-height:82px;
  padding:16px 18px;
  background:var(--panel-2);
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  overflow:hidden;
}

.event-item small{
  display:block;
  color:#a9a9a9;
  font-size:11px;
  margin-bottom:4px;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.event-item strong{
  display:block;
  font-size:clamp(18px, 1.7vw, 30px);
  line-height:1.05;
  font-weight:800;
}

.icon{
  width:48px;
  height:48px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg, rgba(212,175,55,.22), rgba(212,175,55,.08));
  color:var(--gold);
  font-size:18px;
  flex:0 0 auto;
}

.status-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.status-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:42px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.09);
  color:#ededed;
  font-size:13px;
}

.status-pill i{
  color:var(--gold);
}

.hero-right{
  position:relative;
  height:100%;
  display:grid;
  place-items:center;
  padding:12px 24px 12px 12px;
}

.watch-frame{
  position:relative;
  width:min(100%, 510px);
  height:100%;
  display:grid;
  place-items:center;
}

.glow-ring{
  position:absolute;
  inset:14%;
  border-radius:50%;
  background:
    radial-gradient(circle at center, rgba(212,175,55,.18) 0%, rgba(212,175,55,.05) 42%, transparent 68%);
  filter:blur(10px);
  animation:glowPulse 7s ease-in-out infinite;
}

.rolex{
  width:min(84%, 380px);
  max-height:86%;
  object-fit:contain;
  filter:drop-shadow(0 24px 48px rgba(0,0,0,.48));
  animation:spin 38s linear infinite;
  transform-origin:center center;
}

.board{
  padding:16px 18px 16px;
  min-height:0;
  display:flex;
  flex-direction:column;
}

.board-header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:12px;
  padding:0 6px;
}

.mini-title{
  margin:0 0 4px;
  color:var(--gold);
  font-size:12px;
  letter-spacing:.2em;
  text-transform:uppercase;
}

.board-header h2{
  margin:0;
  font-size:clamp(24px, 2.4vw, 38px);
  letter-spacing:-.04em;
}

.legend{
  color:#d9d9d9;
  font-size:13px;
}

.legend i{
  color:var(--green);
}

.table-wrap{
  min-height:0;
  flex:1;
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(0,0,0,.16);
}

table{
  width:100%;
  height:100%;
  border-collapse:collapse;
  table-layout:fixed;
}

thead{
  background:rgba(255,255,255,.05);
}

th,td{
  padding:14px 18px;
  text-align:left;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

th{
  font-size:13px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#cfcfcf;
}

tbody tr{
  border-top:1px solid rgba(255,255,255,.06);
  transition:background .2s ease, transform .2s ease;
}

tbody tr:hover{
  background:rgba(255,255,255,.03);
}

.rank-badge{
  display:inline-grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:12px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.09);
  font-weight:800;
}

.video-title{
  display:flex;
  align-items:center;
  gap:12px;
}

.video-title i{
  color:var(--gold);
}

.subtle{
  color:#b8b8b8;
}

.gain{
  color:var(--green);
  font-weight:800;
}

.link-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
  color:#fff;
  padding:10px 14px;
  border-radius:14px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.09);
}

.link-btn:hover{
  background:rgba(255,255,255,.12);
}

.loading-cell{
  text-align:center;
  color:#bebebe;
  padding:44px 18px;
}

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

@keyframes pulse{
  0%,100%{transform:scale(1);opacity:1}
  50%{transform:scale(1.15);opacity:.75}
}

@keyframes glowPulse{
  0%,100%{transform:scale(1);opacity:.75}
  50%{transform:scale(1.06);opacity:1}
}

@keyframes float{
  0%,100%{transform:translate3d(0,0,0)}
  50%{transform:translate3d(30px,-20px,0)}
}

@media (max-width: 1280px){
  .app-shell{
    width:min(100vw - 24px, 1600px);
    height:calc(100vh - 24px);
    margin:12px auto;
    padding:10px;
    gap:12px;
    grid-template-rows:minmax(0, 60%) minmax(0, 40%);
  }

  .hero-left{
    padding:22px 26px 16px 26px;
  }

  h1{
    font-size:clamp(42px, 4.8vw, 70px);
  }

  .lead{
    margin-bottom:14px;
  }

  .event-box{
    gap:10px;
  }

  .event-item{
    min-height:76px;
    padding:14px 14px;
  }

  .rolex{
    width:min(80%, 330px);
  }
}

@media (max-width: 980px){
  html,body{
    overflow:auto;
  }

  .app-shell{
    height:auto;
    min-height:100vh;
    grid-template-rows:auto auto;
  }

  .hero{
    grid-template-columns:1fr;
  }

  .hero-right{
    min-height:260px;
    padding-top:0;
  }

  .event-box{
    grid-template-columns:1fr;
  }

  .watch-frame{
    height:260px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}