/* =========================================================
   W‑BAUS NEWS — Clean Newspaper Style
   ========================================================= */

:root{
  --paper:#f7f2e8;
  --paper2:#fffdf7;
  --ink:#0f0f10;
  --muted:#444a52;
  --line:rgba(15,15,16,.14);
  --line2:rgba(15,15,16,.08);
  --accent:#0b57d0;
  --radius:14px;
  --shadow:0 10px 24px rgba(0,0,0,.08);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  background: radial-gradient(900px 600px at 10% 0%, rgba(11,87,208,.10), transparent 55%),
              radial-gradient(900px 600px at 90% 20%, rgba(255,120,80,.08), transparent 55%),
              radial-gradient(900px 600px at 50% 110%, rgba(30,200,140,.07), transparent 55%),
              var(--paper);
  color:var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}
a{color:inherit;text-decoration:none}
.container{max-width:1160px;margin:0 auto;padding:0 18px}
.muted{color:var(--muted)}
.tiny{font-size:12px}

.site-header{
  position:sticky;top:0;z-index:20;
  background: rgba(247,242,232,.92);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}
.topbar{
  background: rgba(255,255,255,.55);
  border-bottom:1px solid var(--line2);
}
.topbar__inner{
  display:flex;justify-content:space-between;align-items:center;
  padding:10px 0;gap:12px;flex-wrap:wrap;
}
.topbar__left{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.topbar__label{font-weight:1000;letter-spacing:.2px}
.topbar__sep{color:var(--muted)}
.topbar__date{color:var(--muted);font-weight:900}
.topbar__right{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.topbar__link, .linklike{
  color:var(--muted);
  font-weight:900;
  font-size:13px;
}
.topbar__link:hover, .linklike:hover{color:var(--ink)}
.linklike{background:none;border:0;padding:0;cursor:pointer}

.header__inner{
  display:flex;justify-content:space-between;align-items:flex-end;
  padding:14px 0 10px;gap:14px;flex-wrap:wrap;
}
.brand__name{
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-weight:1000;
  letter-spacing:.6px;
  font-size:30px;
  line-height:1;
}
.badge{
  font-size:12px;
  padding:3px 8px;
  border-radius:999px;
  border:1px solid var(--line);
  background: var(--paper2);
  color:var(--muted);
  font-weight:900;
}

.nav{display:flex;gap:16px;align-items:center;flex-wrap:wrap}
.nav a{
  color:var(--muted);
  font-weight:900;
  font-size:14px;
  padding:6px 0;
  border-bottom:2px solid transparent;
}
.nav a:hover{color:var(--ink);border-bottom-color:var(--line)}
.nav__pill{
  padding:8px 12px;border-radius:999px;
  border:1px solid var(--line);
  background: var(--paper2);
}

.categories{
  border-top:1px solid var(--line2);
  background: rgba(255,255,255,.40);
}
.categories__inner{
  display:flex;gap:14px;flex-wrap:wrap;
  padding:10px 0;
}
.categories a{
  font-weight:900;
  font-size:12px;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:1px;
}
.categories a:hover{color:var(--ink)}

main.container{padding:18px 18px 46px}

input{
  width:100%;
  padding:12px 12px;
  border-radius:12px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.75);
  outline:none;
}
input:focus{border-color:rgba(11,87,208,.35);box-shadow:0 0 0 4px rgba(11,87,208,.12)}
.btn{
  border:1px solid var(--ink);
  background: var(--ink);
  color:#fff;
  font-weight:900;
  padding:12px 14px;
  border-radius:12px;
  cursor:pointer;
}
.btn:hover{filter:brightness(1.05)}
.btn--ghost{background:transparent;color:var(--ink);border:1px solid var(--line)}
.searchbar{display:flex;gap:10px;margin-top:12px}
.searchbar--wide{max-width:760px}

.section{margin-top:22px}
.section__head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:10px}
.section__head h2{
  margin:0;
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-weight:1000;
  font-size:20px;
}
.kicker{
  font-size:12px;
  font-weight:1000;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:1px;
}

.paper{
  border:1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.84);
  box-shadow: var(--shadow);
  padding:16px;
}
.paper--tight{padding:14px}

hr.rule{border:0;border-top:1px solid var(--line);margin:14px 0}

.front{
  display:grid;
  grid-template-columns: 1.35fr .65fr;
  gap:14px;
  align-items:start;
}
@media(max-width:980px){.front{grid-template-columns:1fr}}

.lead{
  border:1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.88);
  box-shadow: var(--shadow);
  padding:18px;
}
.lead__meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap;color:var(--muted);font-weight:900;font-size:12px}
.pill{
  font-size:12px;
  font-weight:1000;
  padding:4px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  background: var(--paper2);
}
.lead__title{
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-weight:1000;
  font-size:42px;
  line-height:1.05;
  margin:10px 0 8px;
}
@media(max-width:650px){.lead__title{font-size:32px}}
.lead__preview{margin:0;color:var(--muted);line-height:1.65;font-size:16px}
.lead__actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}

.column{display:flex;flex-direction:column;gap:12px}
.sidebarbox h3{margin:0 0 8px;font-family: ui-serif, Georgia, "Times New Roman", Times, serif;font-weight:1000}

.teasers{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
@media(max-width:1000px){.teasers{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.teasers{grid-template-columns:1fr}}

.teaser{
  border:1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.86);
  box-shadow: var(--shadow);
  padding:14px;
  transition: transform .12s ease;
}
.teaser:hover{transform: translateY(-2px)}
.teaser__kicker{font-size:12px;font-weight:1000;text-transform:uppercase;letter-spacing:1px;color:var(--muted)}
.teaser__title{
  margin:8px 0 6px;
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-weight:1000;
  font-size:18px;line-height:1.15;
}
.teaser__preview{margin:0;color:var(--muted);line-height:1.6}
.teaser__meta{margin-top:10px;color:var(--muted);font-size:12px;font-weight:900}

.list{display:flex;flex-direction:column;gap:10px}
.list__item{
  border:1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.84);
  box-shadow: var(--shadow);
  padding:14px;
}
.list__title{font-family: ui-serif, Georgia, "Times New Roman", Times, serif;font-weight:1000;margin-bottom:6px}
.list__meta{font-size:12px;color:var(--muted);font-weight:900;margin-bottom:6px}
.list__preview{color:var(--muted);line-height:1.6}

.pager{display:flex;gap:10px;justify-content:flex-end;margin-top:14px}

.article-grid{
  display:grid;
  grid-template-columns: 1.3fr .7fr;
  gap:14px;
  align-items:start;
}
@media(max-width:980px){.article-grid{grid-template-columns:1fr}}

.article{
  border:1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.90);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.article__head{
  padding:18px;
  border-bottom:1px solid var(--line2);
  background: rgba(255,255,255,.92);
}
.article__meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap;color:var(--muted);font-weight:900;font-size:12px}
.article h1{
  margin:10px 0 0;
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-weight:1000;
  font-size:44px;
  line-height:1.05;
}
@media(max-width:650px){.article h1{font-size:32px}}
.leadline{margin:12px 0 0;color:var(--muted);font-size:16px;line-height:1.75}

.article__body{padding:18px;line-height:1.9;font-size:16px}
.article__body p{margin:0 0 14px}
.article__body h2{margin:18px 0 10px;font-family: ui-serif, Georgia, "Times New Roman", Times, serif;font-weight:1000;font-size:18px}
.article__body blockquote{
  margin:0 0 14px;
  padding:12px 14px;
  border-left: 3px solid var(--ink);
  background: rgba(0,0,0,.03);
  border-radius: 12px;
}
.article__body p:first-of-type::first-letter{
  float:left;
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-weight:1000;
  font-size:56px;
  line-height:.9;
  padding:6px 8px 0 0;
}
@media(min-width: 1100px){
  .article__body{column-count:2;column-gap:28px}
  .article__body h2, .article__body blockquote{column-span:all}
  .article__body p{break-inside:avoid}
}

.article__foot{
  padding:14px 18px;
  border-top:1px solid var(--line2);
  display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;
  background: rgba(255,255,255,.88);
}

.aside__list{display:flex;flex-direction:column;gap:10px;margin-top:10px}
.aside__item{
  padding:10px 12px;
  border:1px solid var(--line);
  border-radius:12px;
  background: rgba(255,255,255,.78);
  font-weight:1000;
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
}
.ticker{margin:10px 0 0;padding-left:18px;color:var(--muted);line-height:1.6}

.site-footer{
  border-top:1px solid var(--line);
  background: rgba(255,255,255,.40);
}
.footer__inner{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:18px 0}
.footer__links{display:flex;gap:14px;align-items:center;flex-wrap:wrap}

.cookie{position:fixed;left:14px;right:14px;bottom:14px;z-index:70}
.cookie__inner{
  max-width:1160px;margin:0 auto;
  border:1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow);
  padding:14px;
  display:flex;gap:14px;align-items:center;justify-content:space-between;
}
.cookie__text p{margin:6px 0 0;color:var(--muted);line-height:1.6}
.cookie__actions{display:flex;gap:10px;flex-wrap:wrap}

.modal{
  border:1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.98);
  color: var(--ink);
  padding:0;
  max-width:560px;
}
.modal::backdrop{background:rgba(0,0,0,.55)}
.modal__inner{padding:16px}
.modal__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}
.toggle{display:flex;gap:10px;align-items:center;margin-top:10px}

.alert{
  padding:10px 12px;border-radius:12px;
  border:1px solid rgba(180,0,0,.25);
  background: rgba(180,0,0,.06);
  color:#6b0000;
  font-weight:900;
}
.success{
  padding:10px 12px;border-radius:12px;
  border:1px solid rgba(0,120,70,.25);
  background: rgba(0,120,70,.06);
  color:#064b2c;
  font-weight:900;
}

.form{display:flex;flex-direction:column;gap:10px;margin-top:10px}
.label{font-weight:1000;font-size:13px;color:var(--muted)}
.row{display:flex;gap:12px;align-items:center}
.row--between{justify-content:space-between}
.bullets{color:var(--muted);line-height:1.7}
code{background:rgba(0,0,0,.04);padding:2px 6px;border-radius:10px;border:1px solid var(--line)}


.lead__titlelink{display:block}
.lead__titlelink:hover .lead__title{ text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }


/* Moving ticker for breaking news */
.tickerbar{
  display:flex;
  align-items:center;
  gap:12px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.86);
  border-radius: 12px;
  padding:10px 12px;
  overflow:hidden;
  box-shadow: var(--shadow);
  margin: 4px 0 14px;
}
.tickerbar__label{
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:12px;
  padding:6px 10px;
  border:1px solid var(--line);
  border-radius: 999px;
  background: var(--paper2);
  white-space:nowrap;
}
.tickerbar__track{position:relative;flex:1;overflow:hidden}
.tickerbar__marquee{
  display:inline-flex;
  gap:14px;
  white-space:nowrap;
  will-change: transform;
  animation: marquee 26s linear infinite;
}
.tickerbar__item{
  font-weight:900;
  color: var(--ink);
}
.tickerbar__item:hover{ text-decoration: underline; text-underline-offset: 4px; }
.tickerbar__sep{ color: var(--muted); }
@keyframes marquee{
  0%{transform: translateX(0);}
  100%{transform: translateX(-50%);}
}

/* Pagination */
.pager--numbers{margin-top:14px;align-items:center}
.pager__nums{display:flex;gap:8px;align-items:center}
.pager__num{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:36px;height:36px;padding:0 10px;
  border-radius:10px;border:1px solid var(--line);
  background: rgba(255,255,255,.78);
  font-weight:1000;
}
.pager__num:hover{background: rgba(0,0,0,.03)}
.pager__num.is-active{background: var(--ink);color:#fff;border-color: var(--ink)}
.pager__dots{color:var(--muted);font-weight:900;padding:0 2px}
.btn.is-disabled{opacity:.5;pointer-events:none}

/* Feature boxes */
.feature{display:flex;gap:12px;align-items:center}
.feature__big{
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-weight:1000;
  font-size:28px;
  line-height:1;
  padding:10px 12px;
  border:1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.78);
  white-space:nowrap;
}

/* Disclaimer modal */
.modal--disclaimer .modal__inner{max-width:560px}
