/* QuantDinger Custom Theme - Subtle refinements over violet base */

/* Sidebar - keep the light menu continuous. */
.ant-layout-sider,
.ant-layout-sider-children,
.ant-pro-sider-menu-sider,
.ant-pro-sider-menu-sider .ant-menu,
.ant-menu,
.ant-menu-inline,
.ant-menu-sub {
  background: #fff !important;
}

/* Header - clean white with subtle bottom border */
.ant-pro-global-header {
  background: #fff !important;
  box-shadow: 0 1px 0 rgba(124, 58, 237, 0.08) !important;
}

/* Cards - softer rounded corners */
.ant-card {
  border-radius: 8px !important;
}

/* Table rows - slightly better hover */
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
  background: #faf8ff !important;
}

/* Login page - full height gradient bg */
.login-container .main,
.login-container {
  background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 50%, #faf8ff 100%) !important;
}

/* Button refinements */
.ant-btn-primary {
  box-shadow: 0 2px 6px rgba(124, 58, 237, 0.25) !important;
}

.ant-btn-primary:hover {
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.35) !important;
}

/* Logo area */
.ant-pro-sider-menu-logo {
  background: #fff !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

.ant-pro-sider-menu-logo h1 {
  color: #111827 !important;
}
