body { margin:0; background:#080e1a; color:#c8d8e8; font-family:'DM Sans',sans-serif; }
* { box-sizing:border-box; }
::-webkit-scrollbar { width:6px; background:#080e1a; }
::-webkit-scrollbar-thumb { background:#1a2a40; border-radius:3px; }
.tab-container .tab { background:#0d1525; color:#4a6080; border:1px solid #1a2a40;
                      font-family:'DM Sans'; font-size:12px; letter-spacing:1.5px;
                      text-transform:uppercase; padding:10px 20px; }
.tab-container .tab--selected { background:#080e1a; color:#00e5ff;
                                 border-bottom:2px solid #00e5ff; }
