/* PONOŽKOVÁ VOJNA — DEJE SA v2
   Dedicated stylesheet so production browsers cannot reuse the old 3-item-nav cache. */

/* --- HOME: four equal tabs, always one row --- */
.scene-home .home-dock.strip-dock{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  height:68px!important;
  min-height:68px!important;
  padding:6px 0 0!important;
  gap:0!important;
  overflow:visible!important;
}
.scene-home .home-dock.strip-dock .strip-tab{
  min-width:0!important;
  min-height:58px!important;
  padding:4px 2px 8px!important;
  gap:6px!important;
}
.scene-home .home-dock.strip-dock .strip-tab b{
  display:block!important;
  width:100%!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  text-overflow:clip!important;
  text-align:center!important;
  font-size:10.5px!important;
  line-height:1!important;
  letter-spacing:.025em!important;
}
.scene-home .home-dock.strip-dock .strip-icon{font-size:17px!important}
.scene-home .home-dock.strip-dock .strip-face,
.scene-home .home-dock.strip-dock .strip-tab.is-home-active .strip-face{width:27px!important;height:27px!important}
@media(max-width:390px){
  .scene-home .home-dock.strip-dock{height:66px!important;min-height:66px!important}
  .scene-home .home-dock.strip-dock .strip-tab{min-height:56px!important;padding-inline:1px!important;gap:5px!important}
  .scene-home .home-dock.strip-dock .strip-tab b{font-size:9.5px!important;letter-spacing:.015em!important}
  .scene-home .home-dock.strip-dock .strip-icon{font-size:16px!important}
  .scene-home .home-dock.strip-dock .strip-face,
  .scene-home .home-dock.strip-dock .strip-tab.is-home-active .strip-face{width:25px!important;height:25px!important}
}

/* --- FEED SCENE --- */
.scene-feed{
  flex-direction:column!important;
  padding:0!important;
  overflow:hidden!important;
  color:#fffaf5!important;
  background:
    radial-gradient(circle at 88% 4%,rgba(153,92,255,.18),transparent 26%),
    radial-gradient(circle at 2% 36%,rgba(118,70,176,.10),transparent 30%),
    linear-gradient(180deg,#120d18 0%,#0b0910 100%)!important;
}
.scene-feed::before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.2;
  background-image:radial-gradient(rgba(255,255,255,.10) .7px,transparent .8px);
  background-size:22px 22px;
  mask-image:linear-gradient(to bottom,#000,transparent 62%);
}
.feed2-header{
  position:relative;z-index:2;flex:none;
  min-height:84px;padding:calc(var(--safeT) + 12px) 14px 10px;
  display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:10px;
  border-bottom:1px solid rgba(255,255,255,.065);
  background:rgba(11,8,15,.80);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
}
.feed2-back,.feed2-refresh{
  width:40px!important;height:40px!important;border-radius:14px!important;
  display:grid!important;place-items:center!important;
  background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.085)!important;
  color:#f4edf8!important;box-shadow:none!important;
}
.feed2-back{font-size:31px!important;line-height:1!important;padding:0 0 3px!important}
.feed2-refresh{font-size:21px!important;font-weight:850!important;padding:0!important}
.feed2-title{min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:3px}
.feed2-live{display:flex;align-items:center;gap:6px;color:#bca8cb;font-size:7px;font-weight:950;letter-spacing:.18em}
.feed2-live i{width:6px;height:6px;border-radius:50%;background:#83e99d;box-shadow:0 0 12px rgba(131,233,157,.65);animation:feedPulse 1.8s ease-in-out infinite}
.feed2-title h2{margin:0!important;font-size:25px!important;line-height:1!important;letter-spacing:-.035em!important;font-weight:1000!important;color:#fff!important}
.feed2-status{
  position:relative;z-index:1;flex:none;margin:13px 14px 6px;padding:12px 14px;
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  border-radius:17px;border:1px solid rgba(197,147,255,.12);
  background:linear-gradient(135deg,rgba(130,73,191,.13),rgba(255,255,255,.025));
}
.feed2-status span{flex:none;color:#a778e8;font-size:6.5px;font-weight:1000;letter-spacing:.16em}
.feed2-status b{min-width:0;color:#afa3b5;font-size:9px;font-weight:800;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.feed2-list{
  position:relative;z-index:1;flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;
  overscroll-behavior:contain;scrollbar-width:none;padding:4px 14px calc(var(--safeB) + 22px);
}
.feed2-list::-webkit-scrollbar{display:none}
.feed2-event{
  position:relative;display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:11px;align-items:center;
  min-height:72px;padding:11px 2px 11px 0;border-bottom:1px solid rgba(255,255,255,.062);
}
.feed2-event::before{content:"";position:absolute;left:22px;top:58px;bottom:-15px;width:1px;background:linear-gradient(180deg,rgba(179,128,235,.16),transparent)}
.feed2-event:last-child::before{display:none}
.feed2-icon{
  width:44px;height:44px;border-radius:15px;display:grid;place-items:center;font-size:20px;
  border:1px solid rgba(255,255,255,.075);background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
.feed2-copy{min-width:0}.feed2-copy p{margin:0;color:#d9d0de;font-size:12px;line-height:1.34;font-weight:650}
.feed2-copy p b{color:#fff;font-weight:950}.feed2-copy p strong{color:#c6acff;font-weight:1000}.feed2-copy p em{font-style:normal;color:#ffd974;font-weight:950}
.feed2-meta{display:flex;align-items:center;gap:6px;margin-top:5px;color:#776e7d;font-size:7.5px;font-weight:850;letter-spacing:.03em}
.feed2-kind{padding:3px 6px;border-radius:999px;background:rgba(255,255,255,.045);color:#908497;font-size:6px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.feed2-time{align-self:start;padding-top:3px;color:#756b7b;font-size:7.5px;font-weight:850;white-space:nowrap}
.feed2-event.is-record{margin:7px 0;border:1px solid rgba(255,215,116,.18);border-radius:20px;padding:13px 10px;background:linear-gradient(135deg,rgba(97,63,35,.20),rgba(89,51,111,.16));box-shadow:0 12px 34px rgba(0,0,0,.14)}
.feed2-event.is-record::before{display:none}.feed2-event.is-record .feed2-icon{background:linear-gradient(145deg,rgba(255,214,107,.17),rgba(255,255,255,.035));border-color:rgba(255,214,107,.25)}
.feed2-event.is-record .feed2-copy p strong{color:#ffe18a}
.feed2-empty,.feed2-loading{
  min-height:62vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px 24px;color:#7f7487;
}
.feed2-empty span:first-child,.feed2-loading span{font-size:34px;filter:drop-shadow(0 8px 20px rgba(0,0,0,.35))}
.feed2-empty b,.feed2-loading b{margin-top:10px;color:#e8e0eb;font-size:16px;letter-spacing:-.02em}
.feed2-empty small{max-width:260px;margin-top:5px;color:#817688;font-size:10px;line-height:1.45;font-weight:700}
@media(max-width:390px){
  .feed2-header{min-height:80px;padding-inline:11px}.feed2-status{margin-inline:11px}.feed2-list{padding-inline:11px}
  .feed2-event{grid-template-columns:43px minmax(0,1fr) auto;gap:9px;min-height:68px}.feed2-icon{width:41px;height:41px;border-radius:14px;font-size:19px}
  .feed2-copy p{font-size:11.5px}.feed2-time{font-size:7px}
}
@keyframes feedPulse{0%,100%{opacity:.55;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}}
