
/* Custom styles placed here; Tailwind provided via CDN */
:root {
  --bg-1: #0f2748;
  --bg-2: #0b2140;
  --bg-3: #081b33;
  --bg-4: #07172c;
}
body {
  min-height: 100vh;
  background: radial-gradient(1200px 600px at 50% -10%, var(--bg-1) 10%, var(--bg-2) 40%, var(--bg-3) 70%, var(--bg-4) 100%);
}
/* 9 dot icon */
.nine-dot{ width:22px;height:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:3px;}
.nine-dot span{ width:5px;height:5px;border-radius:9999px;background:white;display:block;}
/* Apps panel */
.apps-panel{ transform-origin: top right; }
.bg-official{
  background: #14539a !important;
}
