
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Open+Sans:wght@400;600;700;800&family=JetBrains+Mono:wght@400;600&display=swap');
*{font-family:'Open Sans', sans-serif; box-sizing:border-box; margin:0; padding:0}
.font-anton{font-family:'Anton', sans-serif !important;}
.mono{font-family:'JetBrains Mono', monospace !important;}
.glass-header{
  background: rgba(10,10,10,0.75) !important;
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  border-bottom:1px solid rgba(255,255,255,0.06);
  position:sticky; top:0; z-index:40;
}
.glass-panel{
  background: rgba(18,18,18,0.75);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  border:1px solid rgba(255,255,255,0.06);
}
.pc-nav-btn{
  font-family:'Anton',sans-serif;
  text-transform:uppercase;
  letter-spacing:0.05em;
  color:#6b5a4a;
  font-size:12px;
  opacity:0.7;
  transition: all 0.25s cubic-bezier(0.2,0,0,1);
  padding:6px 18px;
  border-radius:9999px;
  border:1px solid transparent;
  background:transparent;
  cursor:pointer;
}
.pc-nav-btn:hover{transform: translateY(-2px) scale(1.08); color:#ffdaaf; opacity:1;}
.pc-nav-btn.active{
  font-size:16px;
  color:white;
  opacity:1;
  transform:scale(1.05);
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.1);
}
.avatar-btn{
  width:36px;height:36px;
  border-radius:9999px;
  overflow:hidden;
  border:2px solid rgba(255,255,255,0.12);
  position:relative;
  transition: all 0.3s cubic-bezier(0.2,0,0,1);
  flex-shrink:0;
  background:#111;
  display:flex;align-items:center;justify-content:center;
  font-weight:800; font-size:12px; color:white;
  cursor:pointer;
}
.avatar-btn:hover{ border-color: rgba(255,106,42,0.45); transform: scale(1.05); }
.avatar-btn.active{
  border-color:#ff6a2a;
  box-shadow:0 0 0 2px rgba(255,106,42,0.35), 0 0 18px rgba(255,106,42,0.35);
  transform:scale(1.1);
}
.btn-icon{
  width:36px;height:36px; display:grid; place-items:center;
  border-radius:9999px; border:1px solid rgba(255,255,255,0.1);
  background:rgba(255,255,255,0.06); color:white; cursor:pointer; transition:.2s;
}
.btn-icon:hover{background:rgba(255,255,255,0.1)}
