.workspace>header {
  height: auto;
  min-height: 92px;
  gap: 24px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.editor-languages {
  display: flex;
  border: 1px solid #cfd9df;
  border-radius: 4px;
  overflow: hidden;
}

.editor-languages button {
  border: 0;
  border-right: 1px solid #cfd9df;
  background: #fff;
  color: #647381;
  padding: 11px 14px;
  cursor: pointer;
  font-size: 12px;
}

.editor-languages button:last-child { border-right: 0; }
.editor-languages button.active { background: #142237; color: #fff; }

@media (max-width: 800px) {
  .workspace>header { align-items: flex-start; gap: 12px; flex-direction: column; }
  .header-actions { width: 100%; justify-content: space-between; }
  .editor-languages button { padding: 9px 10px; }
}

@media (max-width: 480px) {
  .header-actions { align-items: stretch; flex-direction: column; }
  .editor-languages button { flex: 1; }
}

.login-screen[hidden],.admin-app[hidden]{display:none!important}
