:root{
  --mo-teal:#00ffcc;
  --mo-green:#00cc88;
  --mo-gold:#ffd166;
  --mo-red:#d62828;
  --glass-dark:rgba(0,0,0,.78);
  --soft-border:rgba(255,255,255,.14);
}

*{box-sizing:border-box}

html,body{
  margin:0;
  padding:0;
  min-height:100%;
  font-family:Arial,Helvetica,sans-serif;
  color:#fff;
}

body{
  background:url("https://mosplaceradio.com/background.jpg") center top / cover fixed no-repeat #050505;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  background:
    radial-gradient(circle at top,rgba(0,255,204,.13),transparent 32%),
    linear-gradient(to bottom,rgba(0,0,0,.12),rgba(0,0,0,.68));
  pointer-events:none;
  z-index:-1;
}

a{color:var(--mo-teal)}

.mo-top-card{
  max-width:1100px;
  margin:14px auto 18px;
  padding:14px 20px 16px;
  border-radius:26px;
  background:linear-gradient(135deg,rgba(0,0,0,.86),rgba(0,72,82,.72));
  border:1px solid rgba(0,255,204,.28);
  box-shadow:0 18px 42px rgba(0,0,0,.52);
  text-align:center;
  backdrop-filter:blur(5px);
}

.mo-logo-row{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

.mo-header-logo{
  height:54px;
  width:auto;
  object-fit:contain;
  filter:drop-shadow(0 4px 10px rgba(0,0,0,.65));
}

.mo-top-card h1,
.brand-title{
  margin:0;
  color:var(--mo-gold);
  font-size:clamp(28px,4vw,42px);
  line-height:1.1;
  text-shadow:0 4px 16px rgba(0,0,0,.8);
}

.brand-title{
  text-decoration:none;
  font-weight:900;
}

.brand-title:hover{filter:brightness(1.08)}

.mo-subtitle{
  margin-top:7px;
  color:#cffff7;
  font-size:15px;
  font-weight:800;
}

.mo-site-nav{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin:14px auto 0;
}

.mo-site-nav a,
.mo-button{
  display:inline-block;
  padding:11px 16px;
  border-radius:999px;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  background:rgba(0,204,136,.92);
  box-shadow:0 8px 18px rgba(0,0,0,.35);
  border:0;
  cursor:pointer;
  font-family:inherit;
  font-size:15px;
  transition:transform .18s ease,filter .18s ease,box-shadow .18s ease;
}

.mo-site-nav a.gold,
.mo-button.gold{background:#f59e0b}

.mo-site-nav a.red,
.mo-button.red{background:var(--mo-red)}

.mo-site-nav a[aria-current="page"]{
  background:#f59e0b;
  box-shadow:0 0 0 2px rgba(255,209,102,.65),0 8px 18px rgba(0,0,0,.35);
}

.mo-site-nav a:hover,
.mo-button:hover{
  transform:translateY(-2px);
  filter:brightness(1.12);
  box-shadow:0 12px 24px rgba(0,0,0,.42);
}

.wrap{
  max-width:1100px;
  margin:0 auto;
  padding:0 16px 40px;
}

.intro,
.story-body,
.more-box,
.empty-state{
  background:linear-gradient(180deg,rgba(0,0,0,.78),rgba(0,0,0,.66));
  border:1px solid var(--soft-border);
  border-radius:20px;
  box-shadow:0 14px 34px rgba(0,0,0,.45);
  backdrop-filter:blur(4px);
  padding:22px 22px 20px;
  margin-bottom:16px;
}

.intro h2,
.story-body h2,
.more-box h2{
  margin:0 0 12px;
  color:var(--mo-teal);
  border-bottom:1px solid rgba(0,255,204,.32);
  padding-bottom:10px;
  font-size:clamp(22px,3vw,28px);
}

.intro p,
.story-body p,
.empty-state p{
  line-height:1.7;
  color:#f4fffd;
  margin:0 0 14px;
}

.intro p:last-child,
.story-body p:last-child{margin-bottom:0}

.filters{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  margin:0 0 18px;
}

.filters button{
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(0,0,0,.55);
  color:#eafffb;
  font-weight:800;
  font-size:13px;
  letter-spacing:.03em;
  cursor:pointer;
  font-family:inherit;
}

.filters button.is-active,
.filters button[aria-pressed="true"]{
  background:#f59e0b;
  color:#111;
  border-color:#ffd166;
}

.filters button:hover{filter:brightness(1.1)}

.story-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(300px,1fr));
  gap:16px;
}

.story-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(0,0,0,.78),rgba(0,0,0,.66));
  border:1px solid var(--soft-border);
  border-radius:20px;
  box-shadow:0 14px 34px rgba(0,0,0,.45);
}

.story-card a.card-link{
  color:inherit;
  text-decoration:none;
  display:flex;
  flex-direction:column;
  height:100%;
}

.story-card img{
  width:100%;
  aspect-ratio:4/3;
  height:auto;
  object-fit:cover;
  display:block;
  background:#0b1c1f;
}

.story-card .card-body{padding:18px 18px 20px}

.badge{
  display:inline-block;
  margin:0 0 8px;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(0,255,204,.16);
  border:1px solid rgba(0,255,204,.35);
  color:#cffff7;
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
}

.story-card h2{
  margin:0 0 8px;
  color:var(--mo-gold);
  font-size:24px;
  line-height:1.2;
  border:0;
  padding:0;
}

.meta{
  margin:0 0 10px;
  color:#cfcfcf;
  font-size:13px;
  font-weight:700;
}

.story-card .excerpt{
  margin:0;
  color:#f4fffd;
  line-height:1.6;
}

.story-card a.card-link:hover h2{color:#fff}

.empty-state{
  text-align:center;
  color:#cffff7;
}

.story-hero{
  margin:0 0 16px;
  border-radius:20px;
  overflow:hidden;
  border:1px solid var(--soft-border);
  box-shadow:0 14px 34px rgba(0,0,0,.45);
}

.story-hero img{
  width:100%;
  aspect-ratio:4/3;
  height:auto;
  object-fit:cover;
  display:block;
  background:#0b1c1f;
}

.story-kicker{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin:0 0 12px;
}

.story-body h1{
  margin:0 0 12px;
  color:var(--mo-gold);
  font-size:clamp(28px,4vw,42px);
  line-height:1.15;
  text-shadow:0 4px 16px rgba(0,0,0,.8);
}

.story-body h3{
  margin:20px 0 10px;
  color:#ffd166;
  font-size:20px;
}

.more-box ul{
  margin:0;
  padding-left:20px;
}

.more-box li{
  margin:8px 0;
  line-height:1.5;
}

.more-box a{font-weight:800}

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

.story-cta .mo-button{
  font-size:18px;
  padding:14px 28px;
}

.comment-box{
  background:linear-gradient(180deg,rgba(0,0,0,.78),rgba(0,0,0,.66));
  border:1px solid var(--soft-border);
  border-radius:20px;
  box-shadow:0 14px 34px rgba(0,0,0,.45);
  backdrop-filter:blur(4px);
  padding:22px 22px 20px;
  margin-bottom:16px;
}

.comment-box h2{
  margin:0 0 12px;
  color:var(--mo-teal);
  border-bottom:1px solid rgba(0,255,204,.32);
  padding-bottom:10px;
  font-size:clamp(22px,3vw,28px);
}

.comment-box p{
  line-height:1.65;
  color:#f4fffd;
  margin:0 0 14px;
}

.comment-box label{
  display:block;
  font-weight:800;
  margin:0 0 6px;
  color:#eafffb;
}

.comment-box input,
.comment-box textarea{
  width:100%;
  box-sizing:border-box;
  margin:0 0 14px;
  padding:11px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(0,0,0,.45);
  color:#fff;
  font:inherit;
}

.comment-box textarea{min-height:120px;resize:vertical}

.comment-box .comment-error{color:#ff8a8a;font-weight:800;display:none;margin:0 0 12px}

.comment-box .comment-lead{margin:0 0 16px}

.comment-box .optional{font-weight:600;color:#b8d9d3}

.comment-box .char-count{margin:-6px 0 14px;color:#b8d9d3;font-size:13px}

.comment-box .char-count.warn{color:#ffd166}

.comment-box .char-count.err{color:#ff8a8a}

.comment-box .hp{
  position:absolute;
  left:-9999px;
  height:0;
  width:0;
  overflow:hidden;
}

.comment-list:empty{display:none}

.comment-list{
  display:grid;
  gap:12px;
  margin:0 0 20px;
}

.comment-item{
  padding:14px 16px 8px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.28);
}

.comment-item p{margin:0 0 10px}

.comment-meta{
  color:#ffd166;
  font-weight:800;
  font-size:15px;
}

.comment-thanks{
  display:none;
  text-align:center;
  padding:18px 8px;
  color:#cffff7;
}

@media(max-width:768px){
  body{background-attachment:scroll}
  .mo-top-card{margin:10px 10px 14px;padding:16px 12px}
  .mo-header-logo{height:42px}
  .mo-site-nav a{width:100%;box-sizing:border-box;text-align:center}
  .wrap{padding:0 10px 32px}
}
