/**
 * ══════════════════════════════════════════════════════════════════════════════
 * GÖKÇEOS PROTOTYPE UI V2 — ENTEGRASYONLAR MERKEZİ (INTEGRATIONS CENTER) STYLES
 * Standard: G-097 Unified Dark Navy Canvas
 * ══════════════════════════════════════════════════════════════════════════════
 */

#integrations-hub-root {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  min-height: 0;
  background: #060a14;
  color: #e2e8f0;
  overflow: hidden;
  user-select: none;
  font-size: 12px;
  position: relative;
}

#gkv2-integrations-sidebar {
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important;
  background: #080e1d;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-shrink: 0;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 6px 4px 12px 4px;
}

#gkv2-integrations-sidebar::-webkit-scrollbar {
  width: 4px;
}
#gkv2-integrations-sidebar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 4px;
}

div.gokceos-os-window#win-gokce-integrations,
div.gokceos-os-window[data-app-id="app-integrations"] {
  top: 38px !important;
  max-height: calc(100vh - 160px) !important;
  height: calc(100vh - 160px) !important;
}
