 /* Base */
 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

    
:root {
  /* Theme */
  --primary: #6cddd7;
  --primary-strong: #2fc5bf;
  --primary-soft: rgba(108, 221, 215, 0.18);

  /* Surfaces */
  --bg: #070a0b;
  --panel: rgba(20, 24, 26, 0.86);
  --panel-solid: #101416;
  --line: rgba(255, 255, 255, 0.08);

  /* Text */
  --text: #e8f0f1;
  --muted: rgba(232, 240, 241, 0.72);
}
* { box-sizing: border-box; }
html, body { margin:0; padding:0; }
body {
  background:
    radial-gradient(1000px 600px at 15% -10%, rgba(108, 221, 215, 0.22) 0%, rgba(108, 221, 215, 0) 60%),
    radial-gradient(900px 520px at 90% 10%, rgba(108, 221, 215, 0.14) 0%, rgba(108, 221, 215, 0) 55%),
    linear-gradient(180deg, #050708, var(--bg));
  color: var(--text);
  font-family: "Poppins", sans-serif;
}

html { scroll-behavior: smooth; }
::selection { background: rgba(108, 221, 215, 0.28); color: #fff; }

/* Header */
header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--primary);
    font-weight: 800;
    letter-spacing: .5px;
    padding: 18px 24px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 2px 16px rgba(0, 0, 0, .35);
    text-align: center;
    font-size: xx-large;
    text-transform: uppercase;
}

.brand {
  color: var(--primary);
  text-decoration: none;
  border-bottom: 0;
  letter-spacing: .6px;
}
.brand:hover { color: #ffffff; }

/* Layout */
article {
  max-width: 980px;
  margin: 40px auto;
  padding: 26px 20px;
  background: rgba(0, 0, 0, 0.20);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .35);
}
footer { border-top:1px solid var(--line); background:#0a0a0a; color:var(--muted); padding:28px 20px; }
footer p {
    text-align: center;
    font-size: small;
}
/* Typography */
h1,h2,h3 { line-height:1.2; margin: 24px 0 12px; }
h1 { font-size: clamp(28px, 4vw, 40px); font-weight:800; letter-spacing:.2px; text-align: center;}
h2 { font-size: clamp(20px, 3vw, 26px); margin-top:32px; }
h3 { font-size: clamp(18px, 2.5vw, 20px); color:#f0f0f0; }
p, li { color:#d8d8d8; line-height: 1.75; }
em, strong { color:#fff; }
a { color:#fff; text-decoration: none; border-bottom:1px solid transparent; transition:.2s ease; }
a:hover { color:#fff; border-bottom-color: var(--primary); }

.lead {
  text-align: center;
  color: var(--muted);
  margin: 10px auto 0;
  max-width: 70ch;
}

.hero { padding-top: 6px;  text-align: center;}
.section-title {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(108, 221, 215, 0.10);
  border: 1px solid rgba(108, 221, 215, 0.22);
  color: #ffffff;
  margin: 24px 0 14px;
}

/* Images */
article img { max-width:100%; height:auto; border-radius:10px; box-shadow:0 10px 30px rgba(0,0,0,.35); }

/* Button */
.btn-hover.color-9 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 18px auto;
  padding: 12px 22px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-strong) 45%, #1c8d89 100%);
  color: #041011;
  font-weight: 800;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  cursor: pointer;
  box-shadow: 0 16px 40px rgba(108, 221, 215, .20);
  transform: translateY(0);
  transition: transform .15s ease, box-shadow .15s ease, opacity .2s ease;
  max-width: 320px;
  width: fit-content;
}
.btn-hover.color-9:hover { transform: translateY(-1px); box-shadow:0 18px 48px rgba(108, 221, 215, .26); opacity:.98; }
.btn-hover.color-9:focus-visible {
  outline: 3px solid rgba(108, 221, 215, 0.40);
  outline-offset: 3px;
}

.cta-bottom { display: flex; justify-content: center; margin: 18px 0 8px; }

/* Tables */
.table-responsive { width:100%; overflow-x:auto; background: transparent; border-radius:12px; }
table { width:100%; border-collapse: collapse; background: var(--panel); border:1px solid var(--line); border-radius:12px; overflow:hidden; }
thead th {
  background: linear-gradient(180deg, #181818, #121212);
  color:#fff; font-weight:700; text-align:left; white-space:nowrap;
}
th, td { padding:12px 14px; border-bottom:1px solid var(--line); }
tbody tr:hover { background:#171717; }

/* Blockquotes */
blockquote {
  margin:18px 0; padding:14px 16px; background:#101010; color:#eaeaea;
  border-left:4px solid var(--primary); border-radius:10px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.02);
}

/* Lists */
ul { padding-left:20px; }
ul li { margin:6px 0; }

/* Footer links layout */
.wrap.list-footer { max-width:980px; margin:0 auto; }
.wrap.list-footer ul { list-style:none; padding:10px 0 0; margin:12px 0 0; display:flex; flex-wrap:wrap; gap:10px 16px; }
.wrap.list-footer li a { color:#fff; border-bottom-color: var(--primary); }

/* Meta polish */
meta, title { color:inherit; } /* harmless no-op for consistency */
hr { border:0; height:1px; background: var(--line); }

/* Small screens */
@media (max-width: 600px) {
  header { padding:14px 16px; }
  article { margin:28px auto; }
  th, td { padding:10px 12px; }
  .btn-hover.color-9 { width:100%; text-align:center; }
}



#grid{
  display:grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill,minmax(172px,1fr));
  }
  .card{background:var(--panel-solid);border-radius:14px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.25);padding: 0;border: 1px solid var(--line); transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;}
  .poster{width:100%;aspect-ratio:2/3;object-fit:cover;background:#0a0d12;border-radius: 0;}
  .meta{padding:10px 12px;display:grid;gap:6px}
  .title{color: #fff;font-weight: 700;display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
  .badges{font-size:.9rem;opacity:.9;display:flex;gap:6px;align-items:center;justify-content: space-between;color: var(--muted);}
  .overview{font-size:.9rem;opacity:.85;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
  .err{max-width:780px;margin:16px auto;padding:12px 14px;background:#3b1d1d;border:1px solid #7d2f2f;border-radius:10px}
span.star {
    color: #eab308;
    margin-right: 4px;
}

.card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 50px rgba(0,0,0,.32);
  border-color: rgba(108, 221, 215, 0.25);
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto; }
  .btn-hover.color-9, .card { transition: none; }
}