/* Live, Loud and Unfiltered — SecondLife.music */
/* llu.css v1.4.1 */

:root{
  --bg0:#0b0f1a;
  --bg1:#070a12;
  --ink:#f3f4fa;
  --muted:#b8bacb;
  --muted2:#8d90a6;
  --panel:rgba(255,255,255,.08);
  --panel2:rgba(255,255,255,.12);
  --stroke:rgba(255,255,255,.14);
  --stroke2:rgba(255,255,255,.20);
  --chip:rgba(255,255,255,.10);
  --shadow:rgba(0,0,0,.35);
  --accentA:rgba(124,77,255,.75);
  --accentB:rgba(0,229,255,.65);
  --radius:18px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--ink);
  background:
    radial-gradient(900px 540px at 20% 0%, rgba(124,77,255,.18), transparent 60%),
    radial-gradient(880px 520px at 80% 10%, rgba(0,229,255,.14), transparent 60%),
    linear-gradient(180deg,var(--bg0),var(--bg1));
}

a{color:inherit; text-decoration:none}
a:hover{opacity:.95}
img{max-width:100%; display:block}

code{background:rgba(255,255,255,.08); padding:2px 6px; border-radius:8px}

.llu-wrap{
  max-width:1200px;
  margin:0 auto;
  padding:26px 18px 60px;
}

/* Top bar */
.llu-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px 14px;
  border:1px solid var(--stroke);
  background:var(--panel);
  border-radius:var(--radius);
  backdrop-filter: blur(10px);
}

.llu-brand{display:flex; align-items:center; gap:12px; min-width:240px}
.llu-logo{
  width:44px; height:44px;
  border-radius:12px;
  border:1px solid var(--stroke);
  background:rgba(255,255,255,.06);
  display:flex; align-items:center; justify-content:center;
  padding:6px;
}
.llu-logo img{width:100%; height:100%; object-fit:contain}
.llu-brandtext{line-height:1.05}
.llu-site{font-size:12px; color:var(--muted)}
.llu-show{font-size:14px; font-weight:700; letter-spacing:.2px}

.llu-nav{display:flex; align-items:center; gap:12px; flex-wrap:wrap}
.llu-link{color:var(--muted); font-size:14px}
.llu-link:hover{color:var(--ink)}

/* Buttons */
.llu-btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(135deg, rgba(124,77,255,.25), rgba(0,229,255,.18));
  color:var(--ink);
  font-weight:700;
  font-size:14px;
  box-shadow:0 10px 20px var(--shadow);
}
.llu-btn:hover{transform:translateY(-1px)}
.llu-btn:active{transform:translateY(0)}
.llu-btn-ghost{
  background:rgba(255,255,255,.06);
  box-shadow:none;
}

/* Hero */
.llu-hero{margin-top:18px}
.llu-hero-inner{
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap:18px;
  align-items:stretch;
}

.llu-hero-copy{
  padding:22px 18px;
  border-radius:var(--radius);
  border:1px solid var(--stroke);
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.05));
}

.llu-hero-copy h1{margin:0 0 8px; font-size:34px; letter-spacing:.2px}
.llu-tagline{margin:0 0 14px; color:var(--muted); max-width:62ch}

.llu-hero-meta{display:flex; gap:8px; flex-wrap:wrap; margin:12px 0 14px}
.llu-pill{
  display:inline-flex; align-items:center;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid var(--stroke);
  background:rgba(0,0,0,.25);
  color:var(--muted);
  font-size:13px;
}

.llu-hero-actions{display:flex; gap:10px; flex-wrap:wrap; margin:10px 0 14px}

/* Share bar */
.llu-sharebar{display:flex; gap:10px; align-items:center; flex-wrap:wrap; margin-top:10px}
.llu-share-btn{
  appearance:none;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  color:var(--ink);
  border-radius:12px;
  padding:10px 12px;
  font-weight:700;
  font-size:13px;
  cursor:pointer;
}
.llu-share-btn:hover{background:rgba(255,255,255,.10)}
.llu-share-fb{font-weight:800}

.llu-notes{
  margin-top:14px;
  padding:12px 12px;
  border-radius:14px;
  border:1px dashed rgba(255,255,255,.20);
  background:rgba(0,0,0,.18);
  color:var(--muted);
  line-height:1.45;
}

/* Hero card */
.llu-hero-card{
  padding:18px 16px;
  border-radius:var(--radius);
  border:1px solid var(--stroke);
  background:
    radial-gradient(420px 220px at 20% 10%, rgba(124,77,255,.18), transparent 60%),
    radial-gradient(420px 220px at 90% 0%, rgba(0,229,255,.14), transparent 60%),
    rgba(255,255,255,.05);
  backdrop-filter: blur(10px);
}

.llu-hero-card-top{margin-bottom:12px}
.llu-hero-card-title{font-size:16px; font-weight:900; letter-spacing:.2px}
.llu-hero-card-sub{font-size:13px; color:var(--muted); margin-top:2px}

/* NEW: Stations row */
.llu-stations{
  display:flex;
  align-items:stretch;
  justify-content:space-between;
  gap:12px;
  padding:12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(0,0,0,.22);
}

.llu-station{
  flex:1;
  min-width:0;
  display:grid;
  grid-template-columns: 56px 1fr;
  grid-template-rows: auto auto;
  column-gap:10px;
  row-gap:2px;
  align-items:center;
  padding:10px 10px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
}
.llu-station:hover{
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.20);
}

.llu-station-logo{
  grid-row:1 / span 2;
  width:56px;
  height:56px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:6px;
}
.llu-station-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  filter: drop-shadow(0 10px 14px rgba(0,0,0,.35));
}

.llu-station-name{
  font-weight:900;
  font-size:13px;
  letter-spacing:.2px;
  line-height:1.1;
}
.llu-station-url{
  color:var(--muted2);
  font-size:12px;
  line-height:1.1;
}

.llu-sep{
  width:1px;
  align-self:stretch;
  background:linear-gradient(180deg, transparent, rgba(255,255,255,.25), transparent);
  margin:0 2px;
}

.llu-hero-note{
  margin-top:10px;
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
}

.llu-hero-minirow{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:12px;
  color:var(--muted);
  font-size:13px;
}
.llu-mini{color:var(--muted); font-weight:800}
.llu-mini:hover{color:var(--ink)}
.llu-dot{opacity:.55}

/* Sections */
.llu-section{margin-top:26px}
.llu-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.llu-h2{margin:0; font-size:22px; letter-spacing:.2px}
.llu-sub{color:var(--muted); font-size:13px}

/* Highlight */
.llu-highlight{
  margin-top:18px;
  border-radius:var(--radius);
  border:1px solid var(--stroke);
  background:rgba(255,255,255,.05);
  overflow:hidden;
}
.llu-highlight-inner{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:0;
}
.llu-highlight-left{
  padding:18px 18px;
}
.llu-highlight-right{
  border-left:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.18);
  display:flex;
  align-items:stretch;
}
.llu-cover{width:100%; height:100%; object-fit:cover}

.llu-kicker{
  display:inline-block;
  font-size:12px;
  letter-spacing:.18em;
  color:var(--muted);
  text-transform:uppercase;
  margin-bottom:8px;
}
.llu-date{color:var(--muted); font-size:13px; margin:6px 0 10px}
.llu-summary{color:var(--ink); opacity:.92; margin:10px 0 12px; line-height:1.55}

.llu-audio{width:100%; margin-top:8px}
.llu-coming{
  margin-top:10px;
  padding:10px 12px;
  border-radius:14px;
  border:1px dashed rgba(255,255,255,.20);
  background:rgba(0,0,0,.18);
  color:var(--muted);
}

.llu-row{display:flex; gap:10px; flex-wrap:wrap; margin-top:12px}

/* Latest */
.llu-latest{
  display:grid;
  grid-template-columns: 280px 1fr;
  gap:14px;
  border-radius:var(--radius);
  border:1px solid var(--stroke);
  background:rgba(255,255,255,.05);
  overflow:hidden;
}
.llu-latest-cover{background:rgba(0,0,0,.18)}
.llu-latest-cover img{width:100%; height:100%; object-fit:cover}
.llu-latest-body{padding:16px 16px}

/* Grid cards */
.llu-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:14px;
}
.llu-card{
  border-radius:var(--radius);
  border:1px solid var(--stroke);
  background:rgba(255,255,255,.05);
  overflow:hidden;
}
.llu-card-cover{position:relative; display:block; background:rgba(0,0,0,.18)}
.llu-card-cover img{width:100%; height:190px; object-fit:cover}
.llu-status{
  position:absolute;
  top:10px; left:10px;
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.35);
  color:var(--ink);
  font-weight:800;
}
.llu-card-body{padding:14px 14px}
.llu-card-title{margin:0 0 6px; font-size:16px; font-weight:900}
.llu-h3{margin:0 0 6px; font-size:18px; font-weight:900}

/* Footer */
.llu-footer{
  margin-top:28px;
  padding:14px 14px;
  border-radius:var(--radius);
  border:1px solid var(--stroke);
  background:var(--panel);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.llu-foot-title{font-weight:900}
.llu-foot-sub{color:var(--muted); font-size:13px; margin-top:2px}
.llu-foot-right{display:flex; align-items:center; gap:10px; flex-wrap:wrap}

/* Toast */
.llu-toast{
  position:fixed;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.55);
  color:var(--ink);
  font-weight:800;
  font-size:13px;
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease;
}
.llu-toast.is-on{opacity:1}

/* Responsive */
@media (max-width: 980px){
  .llu-hero-inner{grid-template-columns:1fr}
  .llu-highlight-inner{grid-template-columns:1fr}
  .llu-highlight-right{border-left:none; border-top:1px solid rgba(255,255,255,.12)}
  .llu-latest{grid-template-columns:1fr}
  .llu-grid{grid-template-columns: repeat(2, minmax(0, 1fr))}
}

@media (max-width: 620px){
  .llu-top{flex-direction:column; align-items:flex-start}
  .llu-nav{width:100%; justify-content:flex-start}
  .llu-grid{grid-template-columns:1fr}
  .llu-stations{flex-direction:column}
  .llu-sep{display:none}
}