/* assets/style.css */
:root{
  --bg:#0b0b0b;
  --panel:#111;
  --yellow:linear-gradient(0deg, #187002 0%, #30db05 100%);
  --yellow2:linear-gradient(to bottom, #2bff00 0%, #10eb22 50%, #009414 100%) !important;
  --text:#f4f4f4;
  --muted:#bdbdbd;
  --blue:#1976ff;
  --cardShadow: 0 10px 30px rgba(0,0,0,.35);
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family: Arial, Helvetica, sans-serif;
  color:var(--text);
  position: relative;

  /* GANTI background lama dengan image */
  background: url('https://veldrive.com/nFzd7KMA/background-captogel.webp') no-repeat center center fixed;
  background-size: cover;
}

.teks-berjaalan, marquee {
    display: block;
    width: 100%;
    padding: 10px 16px;
    margin: 10px 0 16px;
    color: #fff !important;
    font-weight: 900;
    letter-spacing: .4px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .08), rgba(0, 0, 0, .45)), linear-gradient(to bottom, #111 0%, #000 100%);
    border: 1px solid rgba(0, 255, 13, 0.45);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(255, 255, 255, .18);
    overflow: hidden;
    position: relative;
}

.container{
  max-width:1400px;margin:-31px auto;padding:22px;}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px;
    margin-top: 42px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 20% 10%, rgba(0, 253, 13, 0.2) 0%, rgba(0, 0, 0, 0) 45%), radial-gradient(circle at 80% 0%, rgba(9, 255, 0, 0.14) 0%, rgba(0, 0, 0, 0) 40%), linear-gradient(to bottom, #121212 0%, #000000 100%);
    border: 1px solid rgba(21, 255, 0, 0.35);
    border-radius: 16px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .55);
}
.brand{
  display:flex; flex-direction:column; gap:4px;
}
.brand .logo{
  font-weight:900; letter-spacing:1px;
  color:var(--yellow2); font-size:28px; width: 155px;
}
.brand .sub{color:#eaeaea; font-size:12px; opacity:.75}

.searchbox{
  display:flex; align-items:center;
  background:#f2f2f2; border-radius:6px; overflow:hidden;
  width:min(420px, 100%);
}
.searchbox input{
  border:0; outline:0; padding:12px 12px;
  width:100%; font-size:14px;
}
.searchbox button{
  border:0; cursor:pointer;
  background: var(--yellow2);
  padding:11px 14px; font-weight:800;
}

.hero-title {
    text-align: center;
    font-weight: 900;
    letter-spacing: .5px;
    position: relative;
    display: block;
    background: radial-gradient(circle at top, rgba(2, 22, 0, 0.22) 0%, rgba(0, 0, 0, 0) 45%), linear-gradient(to bottom, #016b04 0%, #0bd900 100%);
    padding: 18px 22px;
    border-radius: 18px;
    border: 1px solid rgba(9, 255, 0, 0.35);
    margin: 18px 0 16px;
    overflow: hidden;
}
.hero-title span{
  display:inline-flex; align-items:center; gap:10px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 12px 0 22px;
}

.hero-actions .action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .4px;
    font-size: 13px;
    color: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .10) 0%, rgba(0, 0, 0, .35) 100%), linear-gradient(to bottom, #111 0%, #000 100%);
    border: 1px solid rgba(255, 206, 0, .35);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .45);
    backdrop-filter: blur(6px);
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.hero-actions .action-btn.action-primary {
    color: #111;
    background: linear-gradient(to bottom, #ffd000 0%, #ffd000 50%, #995700 100%) !important;
    border: 1px solid rgba(0, 0, 0, .35);
    box-shadow: 0 12px 26px rgba(0, 0, 0, .55);
}

hr.dots{
  border:0; border-top:1px dashed #00ff00;
  margin:-2px 0 22px;
}

.grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:18px;
}
@media (max-width:1100px){ .grid{grid-template-columns: repeat(3,1fr);} }
@media (max-width:860px){ .grid{grid-template-columns: repeat(2,1fr);} }
@media (max-width:520px){ .grid{grid-template-columns: 1fr;} }

.card {
    background: var(--yellow);
    border-radius: 10px;;
    overflow: hidden;
    box-shadow: var(--cardShadow);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    transform: translateZ(0);
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.card .thumb{
  padding:10px;
}
.card .thumb img{
  width:100%;
  height:224px;
  object-fit:cover;
  border-radius:8px;
  border:2px solid rgba(0,0,0,.35);
}
.card .body{padding:14px 14px 16px;}
.card h3{
  margin:0 0 10px;
  font-size:18px; line-height:1.25;
  text-transform:uppercase;
}
.meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 12px;
    color: #f9ff00;
    opacity: .85;
    margin: 8px 0 10px;
}
.smalltext {
    font-size: 13px;
    line-height: 1.55;
    color: #ffffff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(to bottom, #ffd000 0%, #ffd000 50%, #997000 100%) !important;
    color: #fff;
    text-decoration: none;
    padding: 10px 12px;
    border: 1px solid #ffe600;
    border-radius: 8px;
    font-weight: 800;
    width: 100%;
    margin-top: auto;
    transition: filter .15s ease, transform .15s ease;
}

/* Detail layout */
.detail{
  display:grid;
  grid-template-columns: 1fr 320px;
  gap:18px;
}
@media (max-width:960px){ .detail{grid-template-columns:1fr;} }

.panel{
  background:#ffffff;
  border-radius:10px;
  padding:14px;
  color:#111;
  box-shadow: var(--cardShadow);
}
.panel .bigimg{
  width:100%;
  border-radius:10px;
  border:2px solid rgba(0,0,0,.25);
  object-fit:cover;
}
.detail-title {
    position: relative;
    display: block;
    margin: 12px 0 14px;
    padding: 16px 18px;
    text-align: center;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #fff;
    background: radial-gradient(circle at top, rgba(0, 7, 22, 0.22) 0%, rgba(0, 0, 0, 0) 45%), linear-gradient(to bottom, #056b01 0%, #046b00 100%);
    border: 1px solid rgba(255, 206, 0, .35);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .55);
    overflow: hidden;
}
.backlink{
  display:inline-flex;
  background: var(--yellow2);
  color:#000000;
  padding:8px 10px;
  border: 1px solid rgb(0, 255, 42);
  border-radius:6px;
  text-decoration:none;
  font-weight:800;
  font-size:13px;
}

.sidebar .sidecard{
  background: var(--yellow);
  border-radius:10px;
  overflow:hidden;
  box-shadow: var(--cardShadow);
  margin-bottom:14px;
  color:#111;
}
.sidebar .sidecard img{
  width:100%;
  height:120px;
  object-fit:cover;
}
.sidebar .sidecard .p{padding:10px;}
.sidebar .sidecard .p .t{font-weight:900; font-size:13px; text-transform:uppercase; line-height:1.25;}
.sidebar .sidecard .p .m{font-size:12px; opacity:.85; margin:6px 0;}
.sidebar .sidecard .p a{
  display:inline-flex; width:100%;
  text-decoration:none;
  background: linear-gradient(rgb(127, 192, 43) 0%, rgb(0, 173, 52) 50%, rgb(0, 255, 34) 100%); color:#fff;
  border: 1px solid #00ff0d;
  font-weight:800; padding:9px 10px; border-radius:6px; justify-content:center;
}
