/* Promi-Blick — Magazine theme */
:root{
  --bg:#F6F7FB;
  --panel:#FFFFFF;
  --panel2:#FFFFFF;
  --text:#0D1220;
  --muted: rgba(13,18,32,.68);
  --line: rgba(13,18,32,.10);
  --accent:#1D4ED8;   /* news-y blue */
  --accent2:#0EA5E9;
  --warn:#F59E0B;
  --shadow: 0 10px 28px rgba(13,18,32,.10);
  --radius: 16px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  background: var(--bg);
  color:var(--text);
}
a{color:inherit; text-decoration:none}
a:hover{opacity:.92}
.container{max-width:1100px; margin:0 auto; padding:22px}

.nav{
  position:sticky; top:0; z-index:40;
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,.86);
  border-bottom:1px solid var(--line);
}
.nav-inner{display:flex; gap:16px; align-items:center; justify-content:space-between}
.brand{display:flex; align-items:center; gap:10px}
.logo{
  width:34px; height:34px; border-radius:12px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 8px 18px rgba(29,78,216,.18);
}
.brand-title{font-weight:750; letter-spacing:.3px}
.brand-sub{font-size:12px; color:var(--muted)}
.pills{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}
.pill{
  padding:9px 12px;
  border:1px solid var(--line);
  border-radius:999px;
  background: rgba(255,255,255,.03);
  color:var(--muted);
  font-size:13px;
}
.pill.active{color:var(--accent); border-color: rgba(29,78,216,.35); background: rgba(29,78,216,.08)}

/* Mobile hamburger */
.hamburger{
  display:none;
  width:42px; height:42px;
  border-radius:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  color: var(--text);
}
.hamburger:focus{outline:2px solid rgba(124,92,255,.55); outline-offset:2px}
.hamburger .bars{display:grid; gap:6px; justify-items:center}
.hamburger .bars span{width:18px; height:2px; background: rgba(13,18,32,.70); border-radius:999px; display:block}

@media (max-width: 720px){
  .pills{display:none; width:100%; justify-content:flex-start}
  .nav-inner{flex-wrap:wrap}
  .hamburger{display:inline-flex; align-items:center; justify-content:center}
  body.menu-open .pills{display:flex; padding-top:10px}
}

.hero{
  padding:34px 0 8px;
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap:16px;
}
@media (max-width: 920px){.hero{grid-template-columns:1fr;}}

.card{
  background: var(--panel);
  border:1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.card-pad{padding:18px}

.big{
  position:relative;
  min-height:260px;
}
.big .cover{
  position:absolute; inset:0;
  background:
    radial-gradient(700px 380px at 20% 20%, rgba(29,78,216,.18), transparent 60%),
    radial-gradient(650px 360px at 80% 20%, rgba(14,165,233,.14), transparent 60%),
    linear-gradient(135deg, rgba(255,255,255,1), rgba(255,255,255,.92));
}
.big .meta{position:relative; padding:22px}
.kicker{display:inline-flex; gap:8px; align-items:center; font-size:12px; color:var(--muted)}
.k-dot{width:7px; height:7px; border-radius:999px; background: var(--accent); display:inline-block}
.h1{margin:10px 0 10px; font-size:30px; line-height:1.1; letter-spacing:-.6px}
.lede{margin:0; color:var(--muted); font-size:14px; line-height:1.5; max-width:56ch}
.cta-row{display:flex; gap:10px; margin-top:14px; flex-wrap:wrap}
.btn{
  padding:10px 12px; border-radius:12px;
  border:1px solid rgba(29,78,216,.35);
  background: rgba(29,78,216,.10);
  color: var(--accent);
  font-weight:700;
}
.btn.secondary{border-color: var(--line); background: rgba(255,255,255,.70); color:var(--muted); font-weight:650}

.grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:14px; margin-top:12px}
@media (max-width: 980px){.grid{grid-template-columns:repeat(2, 1fr)}}
@media (max-width: 640px){.grid{grid-template-columns:1fr}}

.tile{display:flex; flex-direction:column; gap:10px}
.thumb{
  position:relative;
  height:124px; border-radius:16px;
  border:1px solid var(--line);
  overflow:hidden;
  background:
    radial-gradient(300px 180px at 20% 20%, rgba(124,92,255,.28), transparent 60%),
    radial-gradient(280px 160px at 80% 30%, rgba(39,224,166,.20), transparent 60%),
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
}
.thumb img{
  position:absolute; inset:0;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  display:block;
}
.thumb::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(to top, rgba(13,18,32,.18), rgba(13,18,32,0));
}
.tagrow{display:flex; gap:8px; flex-wrap:wrap; align-items:center}
.tag{font-size:12px; color:var(--muted); border:1px solid var(--line); padding:6px 9px; border-radius:999px; background: rgba(255,255,255,.03)}
.title{font-weight:720; letter-spacing:-.2px}
.excerpt{color:var(--muted); font-size:13px; line-height:1.5}

.sidebar .card{box-shadow:none}
.small-title{margin:0; font-size:14px; color:var(--muted); font-weight:650}
.list{display:flex; flex-direction:column; gap:10px; margin-top:10px}
.item{display:flex; gap:10px; align-items:flex-start; padding:10px; border:1px solid var(--line); border-radius:16px; background: rgba(255,255,255,.03)}
.dot{width:10px; height:10px; border-radius:999px; margin-top:4px}
.dot.food{background:var(--warn)}
.dot.tech{background:var(--accent)}
.dot.pet{background:var(--accent2)}
.dot.travel{background:rgba(255,176,32,.75)}
.item b{display:block}
.footer{padding:32px 0 50px; color:var(--muted); font-size:12px}

.article{
  max-width:820px;
  margin:18px auto 0;
}
.article h1{margin:12px 0 10px; font-size:34px; letter-spacing:-.6px; line-height:1.1}
.article .sub{color:var(--muted); font-size:13px}
.article .heroimg{height:240px; border-radius:18px; border:1px solid var(--line); overflow:hidden; margin:16px 0; background: linear-gradient(135deg, rgba(124,92,255,.26), rgba(39,224,166,.12));}
.article .heroimg img{width:100%; height:100%; object-fit:cover; display:block; max-width:none;}
.article p{color:rgba(234,240,255,.85); line-height:1.7}
.article ul{color:rgba(234,240,255,.85); line-height:1.7}
hr{border:0; border-top:1px solid var(--line); margin:18px 0}
