/*

(c) 2025 Copyright by Kudodzzz
GitHub: https://github.com/kudodzzz/watch

*/

html,body{
  font-family:'Baloo 2','Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
  background:#020617
}

.glass{
  background:rgba(2,6,23,.75);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px)
}

.glow{
  text-shadow:0 0 10px rgba(56,189,248,.8),0 0 25px rgba(56,189,248,.5)
}

.cardfx{
  transition:transform .35s ease,box-shadow .35s ease
}

.cardfx:hover{
  transform:translateY(-6px) scale(1.04);
  box-shadow:0 25px 60px rgba(56,189,248,.25)
}

.loader{
  width:52px;
  height:52px;
  border-radius:50%;
  border:4px solid rgba(255,255,255,.15);
  border-top-color:#38bdf8;
  animation:spin 1s linear infinite
}

@keyframes spin{
  to{transform:rotate(360deg)}
}

#loading{
  transition:opacity .6s ease,visibility .6s ease
}

#loading.hide{
  opacity:0;
  visibility:hidden
}

iframe{
  border-radius:1.25rem;
  box-shadow:0 30px 80px rgba(0,0,0,.6)
}

footer{
  user-select:none
}

body,
button,
input,
select,
textarea,
.title,
.subtitle,
.navbar,
.navbar-item,
.button,
.card,
.footer,
.section,
.label,
p,
span,
a {
  font-family:'Baloo 2','Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important;
}

.line-center{
  display:inline-flex;
  align-items:center;
  margin:0 22px;
  margin-top:28px;
  margin-bottom:28px;
  gap:10px;
  padding:10px 18px;
  border-radius:999px;
  background:linear-gradient(135deg,#2a0000,#120000);
  box-shadow:
    0 0 0 1px rgba(255,0,0,.35),
    0 8px 25px rgba(0,0,0,.6),
    inset 0 0 15px rgba(255,0,0,.25);
  color:#fff;
  font-weight:700;
  font-size:14px;
  letter-spacing:.3px;
  user-select:none;
}

.line-center span{
  white-space:nowrap;
}

.inc-icon{
  width:22px;
  height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#b30000;
  box-shadow:0 0 10px rgba(255,0,0,.6);
}

.inc-icon img{
  width:14px;
  height:14px;
  display:block;
}
