/* Quima Suite Bar */
.qsuite-bar{position:fixed;top:0;left:0;right:0;z-index:1100;background:#07091a;border-bottom:1px solid #1c2240;font-family:'Inter',sans-serif}
.qsuite-inner{max-width:1240px;margin:0 auto;padding:0 24px;height:38px;display:flex;align-items:center;justify-content:space-between;font-size:12.5px}
.qsuite-home{display:flex;align-items:center;gap:8px;color:#e6ebff !important;text-decoration:none;font-weight:700;letter-spacing:-.01em}
.qsuite-home img{width:18px;height:18px;filter:brightness(0) invert(1)}
.qsuite-home em{font-style:normal;background:linear-gradient(135deg,#4a9eff,#7c5cff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600}
.qsuite-nav{display:flex;gap:4px}
.qsuite-nav a{padding:5px 12px;border-radius:6px;color:#a8b0d4 !important;text-decoration:none;font-weight:500;transition:.2s}
.qsuite-nav a:hover{background:rgba(74,158,255,.1);color:#fff !important}
.qsuite-nav a.active{background:linear-gradient(135deg,rgba(74,158,255,.18),rgba(124,92,255,.18));color:#fff !important}
body{padding-top:38px !important}
.navbar{top:38px !important}
@media(max-width:640px){
  .qsuite-nav a{padding:5px 8px;font-size:11.5px}
  .qsuite-nav a:not(.active):not([href*="index.html"]){display:none}
}
