/* Narodni AI Urnebes - real transparent circular logo v8 */
*{box-sizing:border-box}
html,body{min-height:100%;margin:0}
body{
  font-family:Arial,Helvetica,sans-serif;
  color:#fff;
  background:
    linear-gradient(rgba(0,0,0,.68),rgba(0,0,0,.78)),
    url('../dan0.jpg') center/cover fixed no-repeat,
    #08090b;
}
.hero{
  min-height:100vh;
  min-height:100svh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
}
.panel{
  position:relative;
  width:min(780px,100%);
  border:1px solid rgba(255,255,255,.15);
  border-radius:24px;
  background:rgba(18,19,22,.76);
  box-shadow:0 18px 60px rgba(0,0,0,.5);
  backdrop-filter:blur(14px);
  padding:18px;
  text-align:center;
}
.admin-key-link{
  position:absolute;
  top:14px;
  right:14px;
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(0,0,0,.24);
  color:#fff;
  text-decoration:none;
  font-size:16px;
  line-height:1;
  opacity:.58;
  transition:opacity .18s ease, transform .18s ease, background .18s ease;
  z-index:5;
}
.admin-key-link:hover{opacity:1;transform:translateY(-1px);background:rgba(255,255,255,.12)}
.panel-top{min-height:34px;display:flex;align-items:center;justify-content:center}
.brand-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:7px 11px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.35);
  font-weight:900;
  font-size:11px;
  letter-spacing:.9px;
  color:#ddd;
  white-space:nowrap;
}
.brand-badge span{width:7px;height:7px;border-radius:99px;background:#34f5ff;box-shadow:0 0 14px #34f5ff}
.logo-wrap.centered{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:8px auto 5px;
  background:transparent!important;
}
.hero-logo{
  width:190px;
  height:190px;
  object-fit:contain;
  display:block;
  background:transparent!important;
  border:0!important;
  clip-path:circle(50% at 50% 50%);
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.55));
}
.slogan{font-size:16px;margin:8px 0 14px;color:#fff}
.status{
  margin:12px auto;
  max-width:640px;
  padding:12px 14px;
  border-radius:15px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:14px;
}
.news-line{
  margin:14px auto 12px;
  max-width:720px;
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:13px 15px;
  border-radius:15px;
  background:rgba(0,0,0,.45);
  color:#ffdf5d;
  font-weight:900;
  line-height:1.25;
  font-size:14px;
  transition:opacity .28s ease, transform .28s ease;
}
.news-line.is-changing{opacity:.25;transform:translateY(2px)}
.public-links{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:12px;
}
.public-links a{
  text-decoration:none;
  color:#fff;
  border:1px solid rgba(255,255,255,.16);
  border-radius:15px;
  background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.05));
  padding:12px 10px;
  font-weight:900;
  font-size:14px;
}
.public-links a small{display:block;color:#bbb;font-size:10px;margin-top:3px}
.note{font-size:12px;color:#c9c9c9;margin:12px 0 0}

@media(min-width:900px){
  .panel{padding:22px}
  .hero-logo{width:218px;height:218px}
  .slogan{font-size:18px}
  .brand-badge{font-size:12px}
}
@media(max-width:760px){
  .hero{align-items:flex-start;padding:10px}
  .panel{border-radius:20px;padding:14px}
  .hero-logo{width:155px;height:155px}
  .public-links{grid-template-columns:1fr}
  .admin-key-link{top:10px;right:10px;width:31px;height:31px;font-size:15px}
}
@media(max-width:430px){
  body{background-attachment:scroll}
  .hero{padding:8px}
  .panel{padding:12px;border-radius:18px}
  .hero-logo{width:122px;height:122px}
  .brand-badge{font-size:9px;letter-spacing:.5px;padding:5px 8px}
  .slogan{font-size:14px;line-height:1.25;margin:7px 0 10px}
  .status,.news-line{font-size:13px;padding:10px 12px}
  .admin-key-link{top:8px;right:8px;width:29px;height:29px;font-size:14px;opacity:.5}
}
