/* ../../node_modules/antd/dist/reset.css */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
}
[tabindex="-1"]:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type=text],
input[type=password],
input[type=number],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family:
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    Menlo,
    Courier,
    monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}

/* src/styles.css */
:root {
  --hv-shell-bg: #0f172a;
  --hv-sidebar-bg: #0d1526;
  --hv-header-bg: rgba(15, 23, 42, 0.92);
  --hv-surface: #111827;
  --hv-surface-elevated: #131d31;
  --hv-surface-soft: #162235;
  --hv-border: #22314a;
  --hv-border-strong: #334155;
  --hv-text: #e5e7eb;
  --hv-text-secondary: #94a3b8;
  --hv-text-muted: #64748b;
  --hv-primary: #3b82f6;
  --hv-primary-soft: rgba(59, 130, 246, 0.18);
  --hv-violet: #8b5cf6;
  --hv-violet-soft: rgba(139, 92, 246, 0.18);
  --hv-teal: #14b8a6;
  --hv-teal-soft: rgba(20, 184, 166, 0.18);
  --hv-slate-soft: rgba(100, 116, 139, 0.18);
  --hv-shadow: 0 24px 80px rgba(2, 6, 23, 0.34);
  color-scheme: dark;
  font-family:
    Inter,
    "Segoe UI",
    system-ui,
    sans-serif;
}
html,
body,
#proAppRoot {
  min-height: 100%;
}
body {
  margin: 0;
  background:
    radial-gradient(
      circle at top left,
      rgba(59, 130, 246, 0.12),
      transparent 28%),
    radial-gradient(
      circle at bottom right,
      rgba(20, 184, 166, 0.08),
      transparent 22%),
    var(--hv-shell-bg);
  color: var(--hv-text);
}
#proAppRoot {
  min-height: 100vh;
}
.boot-screen,
.public-shell {
  min-height: 100vh;
  background:
    radial-gradient(
      circle at top left,
      rgba(59, 130, 246, 0.18),
      transparent 32%),
    radial-gradient(
      circle at bottom right,
      rgba(20, 184, 166, 0.14),
      transparent 24%),
    var(--hv-shell-bg);
}
.boot-screen {
  display: grid;
  gap: 16px;
  place-content: center;
}
.public-shell-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 24px 48px;
}
.auth-entry-shell {
  width: 100%;
}
.marketing-card,
.auth-card {
  min-height: 100%;
  border: 1px solid var(--hv-border-strong);
  background:
    linear-gradient(
      180deg,
      rgba(17, 24, 39, 0.96),
      rgba(15, 23, 42, 0.98));
  box-shadow: var(--hv-shadow);
}
.marketing-card .ant-card-body,
.auth-card .ant-card-body {
  padding: 28px;
}
.marketing-copy {
  color: #cbd5e1;
  font-size: 15px;
}
.marketing-metric {
  border: 1px solid var(--hv-border);
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.65);
}
.auth-card-header {
  display: grid;
  gap: 4px;
}
.auth-card-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}
.auth-card-brand-mark {
  width: 24px;
  height: 24px;
  display: block;
}
.auth-tab-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.auth-view-area {
  min-height: 420px;
}
.auth-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-start;
}
.runtime-descriptions,
.usage-meter-list {
  margin-bottom: 8px;
}
.structured-data-view,
.structured-data-card {
  width: 100%;
}
.cabinet-shell-root .ant-pro-layout,
.cabinet-shell-root .ant-layout {
  min-height: 100vh;
  background: transparent;
}
.operator-backoffice-shell,
.operator-backoffice-layout {
  min-height: 100vh;
  background:
    radial-gradient(
      circle at top left,
      rgba(6, 182, 212, 0.1),
      transparent 24%),
    radial-gradient(
      circle at bottom right,
      rgba(59, 130, 246, 0.08),
      transparent 28%),
    var(--hv-shell-bg);
}
.operator-backoffice-sider {
  background:
    linear-gradient(
      180deg,
      rgba(9, 16, 28, 0.98),
      rgba(15, 23, 42, 0.98)) !important;
  border-inline-end: 1px solid rgba(51, 65, 85, 0.55);
  padding: 24px 18px;
}
.operator-backoffice-brand {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 28px;
}
.operator-backoffice-brand-mark {
  width: 28px;
  height: 28px;
  display: block;
  margin-top: 4px;
}
.operator-backoffice-brand .ant-typography {
  margin: 0;
}
.operator-backoffice-nav .ant-list-items {
  display: grid;
  gap: 8px;
}
.operator-backoffice-nav-item {
  padding: 12px 14px !important;
  border: 1px solid rgba(34, 49, 74, 0.9);
  border-radius: 16px;
  background: rgba(17, 24, 39, 0.78);
  color: var(--hv-text-secondary);
}
.operator-backoffice-nav-item .anticon {
  color: #93c5fd;
}
.operator-backoffice-help {
  margin-top: 20px;
  border-color: rgba(34, 49, 74, 0.9);
  background: rgba(17, 24, 39, 0.7);
}
.operator-backoffice-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: auto;
  padding: 20px 28px !important;
  border-bottom: 1px solid rgba(51, 65, 85, 0.55);
  background: rgba(17, 24, 39, 0.88) !important;
  backdrop-filter: blur(16px);
}
.operator-backoffice-header .ant-typography {
  margin: 0;
}
.operator-backoffice-content {
  padding: 24px 28px 32px;
}
.operator-auth-shell .public-shell-content {
  padding-top: 72px;
}
.operator-auth-entry-shell {
  max-width: 760px;
  margin: 0 auto;
}
.cabinet-shell-frame {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  background: transparent;
}
.cabinet-shell-main,
.cabinet-main-content {
  min-width: 0;
  background: transparent;
}
.cabinet-shell-main {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.cabinet-sidebar {
  width: 248px;
  flex: 0 0 248px;
  position: sticky !important;
  top: 0;
  height: 100vh;
  background:
    linear-gradient(
      180deg,
      rgba(13, 21, 38, 0.98),
      rgba(10, 17, 30, 0.98)) !important;
  border-inline-end: 1px solid var(--hv-border) !important;
  box-shadow: inset -1px 0 0 rgba(51, 65, 85, 0.65);
  overflow: hidden;
  transition: width 0.18s ease, flex-basis 0.18s ease;
}
.cabinet-sidebar-brand {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(51, 65, 85, 0.55);
}
.cabinet-sidebar-brand-link {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #f8fafc;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.cabinet-sidebar-brand-mark {
  width: 22px;
  height: 22px;
  display: block;
  flex: 0 0 auto;
}
.cabinet-sidebar-brand-text,
.cabinet-menu-label {
  min-width: 0;
  white-space: nowrap;
  transition:
    opacity 0.18s ease,
    width 0.18s ease,
    margin 0.18s ease;
}
.cabinet-sidebar-toggle {
  width: 36px;
  height: 36px;
  margin: 16px 16px 8px auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(51, 65, 85, 0.72);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.96);
  box-shadow: 0 12px 32px rgba(2, 6, 23, 0.24);
  color: var(--hv-text-secondary);
  cursor: pointer;
}
.cabinet-sidebar-toggle:hover,
.cabinet-sidebar-toggle:focus {
  color: #eff6ff;
  border-color: rgba(59, 130, 246, 0.62);
  background: rgba(17, 24, 39, 0.98);
}
.cabinet-sidebar-nav,
.cabinet-sidebar-nav.ant-menu-dark,
.cabinet-sidebar-nav.ant-menu-inline {
  flex: 1;
  padding: 12px;
  background: transparent !important;
  border-inline-end: 0 !important;
}
.cabinet-sidebar-nav .ant-menu-item,
.cabinet-sidebar-nav .ant-menu-submenu-title {
  height: 42px;
  display: flex;
  align-items: center;
  margin-block: 4px !important;
  border-radius: 14px !important;
  color: var(--hv-text-secondary) !important;
  font-weight: 500;
}
.cabinet-sidebar-nav .ant-menu-item .anticon,
.cabinet-sidebar-nav .ant-menu-submenu-title .anticon {
  color: var(--hv-text-muted);
  transition: color 0.2s ease;
}
.cabinet-sidebar-nav .ant-menu-item-active,
.cabinet-sidebar-nav .ant-menu-submenu-active > .ant-menu-submenu-title {
  background: rgba(22, 34, 53, 0.9) !important;
  color: #dbeafe !important;
}
.cabinet-sidebar-nav .ant-menu-item-selected {
  background:
    linear-gradient(
      90deg,
      rgba(29, 78, 216, 0.42),
      rgba(30, 64, 175, 0.2)) !important;
  color: #eff6ff !important;
  box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.28);
}
.cabinet-sidebar-nav .ant-menu-item-selected .anticon,
.cabinet-sidebar-nav .ant-menu-item-active .anticon {
  color: #93c5fd;
}
.cabinet-shell-root--sider-collapsed .cabinet-shell-frame {
  grid-template-columns: 88px minmax(0, 1fr);
}
.cabinet-shell-root--sider-collapsed .cabinet-sidebar {
  width: 88px;
  flex-basis: 88px;
}
.cabinet-shell-root--sider-collapsed .cabinet-sidebar-brand {
  padding-inline: 0;
  justify-content: center;
}
.cabinet-shell-root--sider-collapsed .cabinet-sidebar-brand-link {
  justify-content: center;
}
.cabinet-shell-root--sider-collapsed .cabinet-sidebar-brand-text {
  opacity: 0;
  width: 0;
  overflow: hidden;
}
.cabinet-shell-root--sider-collapsed .cabinet-menu-label {
  opacity: 0;
  width: 0;
  overflow: hidden;
}
.cabinet-shell-root--sider-collapsed .cabinet-sidebar-toggle {
  margin-inline: auto;
}
.cabinet-shell-root--sider-collapsed .cabinet-sidebar-nav {
  padding-inline: 8px;
}
.cabinet-shell-root--sider-collapsed .cabinet-sidebar-nav .ant-menu-title-content,
.cabinet-shell-root--sider-collapsed .cabinet-sidebar-nav .ant-menu-item .ant-menu-title-content {
  opacity: 0;
  width: 0;
  overflow: hidden;
}
.cabinet-shell-root--sider-collapsed .cabinet-sidebar-nav .ant-menu-item,
.cabinet-shell-root--sider-collapsed .cabinet-sidebar-nav .ant-menu-submenu-title {
  justify-content: center;
  padding-inline: 0 !important;
}
.cabinet-shell-root--sider-collapsed .cabinet-sidebar-nav .ant-menu-item .anticon,
.cabinet-shell-root--sider-collapsed .cabinet-sidebar-nav .ant-menu-submenu-title .anticon {
  margin-inline-end: 0 !important;
}
.cabinet-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 64px;
  padding: 0 !important;
  border-bottom: 1px solid rgba(51, 65, 85, 0.55);
  background: var(--hv-header-bg) !important;
  backdrop-filter: blur(14px);
}
.cabinet-topbar-inner {
  height: 100%;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.cabinet-topbar-spacer {
  flex: 1 1 auto;
}
.cabinet-topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cabinet-topbar-profile {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--hv-text-secondary);
}
.cabinet-shell-root .ant-btn-default {
  border-color: var(--hv-border-strong);
  background: rgba(17, 24, 39, 0.72);
}
.cabinet-shell-root .ant-btn-default:hover,
.cabinet-shell-root .ant-btn-default:focus {
  border-color: rgba(59, 130, 246, 0.55);
  background: rgba(17, 24, 39, 0.96);
  color: #eff6ff;
}
.cabinet-content-shell {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 24px 24px 32px;
}
.cabinet-content-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.cabinet-content-heading {
  min-width: 0;
}
.cabinet-content-heading .ant-typography {
  margin: 0;
}
.cabinet-content-heading .ant-typography.ant-typography-secondary,
.cabinet-content-heading .ant-typography + .ant-typography {
  display: block;
  margin-top: 4px;
}
.cabinet-content-heading h2.ant-typography {
  color: #f8fafc;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.cabinet-content-heading .ant-typography-secondary {
  color: var(--hv-text-secondary);
  font-size: 14px;
}
.cabinet-shell-root .ant-card,
.cabinet-shell-root .ant-pro-card {
  border: 1px solid var(--hv-border);
  background:
    linear-gradient(
      180deg,
      rgba(17, 24, 39, 0.98),
      rgba(15, 23, 42, 0.96));
  box-shadow: var(--hv-shadow);
}
.cabinet-shell-root .ant-card-head,
.cabinet-shell-root .ant-pro-card-header {
  border-bottom-color: rgba(34, 49, 74, 0.7) !important;
}
.cabinet-shell-root .ant-card-head-title,
.cabinet-shell-root .ant-pro-card-title {
  color: #f8fafc;
  font-size: 14px;
  font-weight: 700;
}
.cabinet-shell-root .ant-card-extra,
.cabinet-shell-root .ant-pro-card-extra {
  color: var(--hv-primary);
}
.dashboard-stat .ant-statistic-title {
  color: var(--hv-text-secondary);
  font-size: 14px;
  font-weight: 500;
}
.dashboard-stat .ant-statistic-content {
  color: #f8fafc;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.overview-page,
.overview-page > .ant-space-item {
  width: 100%;
}
.overview-stat-grid .ant-col > .ant-card {
  overflow: hidden;
  min-height: 116px;
  border-radius: 18px;
}
.overview-stat-grid .ant-card-body {
  padding: 22px 24px !important;
}
.overview-stat-grid .ant-col:nth-child(1) > .ant-card,
.overview-stat-card--blue {
  background:
    linear-gradient(
      180deg,
      rgba(22, 37, 74, 0.96),
      rgba(17, 24, 39, 0.96));
  border-color: rgba(59, 130, 246, 0.35);
}
.overview-stat-grid .ant-col:nth-child(2) > .ant-card,
.overview-stat-card--violet {
  background:
    linear-gradient(
      180deg,
      rgba(41, 26, 77, 0.96),
      rgba(17, 24, 39, 0.96));
  border-color: rgba(139, 92, 246, 0.32);
}
.overview-stat-grid .ant-col:nth-child(3) > .ant-card,
.overview-stat-card--teal {
  background:
    linear-gradient(
      180deg,
      rgba(13, 55, 65, 0.96),
      rgba(17, 24, 39, 0.96));
  border-color: rgba(20, 184, 166, 0.3);
}
.overview-stat-grid .ant-col:nth-child(4) > .ant-card,
.overview-stat-card--slate {
  background:
    linear-gradient(
      180deg,
      rgba(25, 34, 49, 0.96),
      rgba(17, 24, 39, 0.96));
  border-color: rgba(100, 116, 139, 0.3);
}
.overview-stat-card-content {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 70px;
}
.overview-stat-card-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  font-size: 20px;
  color: #e5e7eb;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}
.overview-stat-card-copy {
  min-width: 0;
}
.overview-stat-card-title {
  color: var(--hv-text-secondary);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}
.overview-stat-card-value {
  color: #f8fafc;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.overview-stat-card-description {
  color: var(--hv-text-secondary);
  font-size: 13px;
  margin-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overview-stat-card--blue .overview-stat-card-icon {
  background:
    radial-gradient(
      circle at 32% 28%,
      rgba(96, 165, 250, 0.48),
      transparent 68%),
    rgba(29, 78, 216, 0.26);
  color: #93c5fd;
}
.overview-stat-card--violet .overview-stat-card-icon {
  background:
    radial-gradient(
      circle at 32% 28%,
      rgba(196, 181, 253, 0.42),
      transparent 68%),
    rgba(124, 58, 237, 0.24);
  color: #c4b5fd;
}
.overview-stat-card--teal .overview-stat-card-icon {
  background:
    radial-gradient(
      circle at 32% 28%,
      rgba(94, 234, 212, 0.42),
      transparent 68%),
    rgba(13, 148, 136, 0.22);
  color: #99f6e4;
}
.overview-stat-card--slate .overview-stat-card-icon {
  background:
    radial-gradient(
      circle at 32% 28%,
      rgba(203, 213, 225, 0.24),
      transparent 68%),
    rgba(71, 85, 105, 0.24);
  color: #cbd5e1;
}
.overview-main-grid .ant-col > .ant-card,
.overview-main-grid .ant-col > .ant-pro-card {
  height: 100%;
}
.overview-main-grid .ant-pro-card {
  overflow: hidden;
  min-height: 194px;
}
.overview-main-grid .ant-pro-card-col,
.overview-main-grid .ant-pro-card-split-vertical > .ant-pro-card-col {
  border-inline-end-color: rgba(34, 49, 74, 0.7) !important;
}
.workspace-status-descriptions .ant-descriptions-item-label {
  color: var(--hv-text-secondary);
  font-weight: 500;
}
.workspace-status-descriptions .ant-descriptions-item-content {
  color: #f8fafc;
  font-weight: 600;
}
.workspace-progress-panel {
  display: grid;
  align-content: center;
  gap: 12px;
  min-height: 100%;
}
.workspace-progress-panel .ant-progress {
  margin-block: 4px;
}
.workspace-progress-panel .ant-progress-bg {
  box-shadow: 0 0 18px rgba(20, 184, 166, 0.24);
}
.attention-list .ant-list-item {
  padding-inline: 0;
  border-block-end-color: rgba(34, 49, 74, 0.7) !important;
}
.overview-main-grid .ant-col:last-child > .ant-card {
  min-height: 194px;
}
.overview-main-grid .ant-col:last-child > .ant-card .ant-card-body {
  min-height: 138px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.onboarding-steps-list .ant-list-item {
  padding: 16px 0;
  border-block-end-color: rgba(34, 49, 74, 0.7) !important;
  min-height: 74px;
}
.onboarding-steps-list .ant-list-item-meta-title,
.attention-list .ant-list-item-meta-title {
  color: #f8fafc !important;
  font-weight: 600;
}
.onboarding-steps-list .ant-list-item-meta-description,
.attention-list .ant-list-item-meta-description {
  color: var(--hv-text-secondary) !important;
}
.cabinet-shell-root .ant-tag {
  padding-inline: 10px;
  padding-block: 2px;
  border-radius: 999px;
  font-weight: 600;
  text-transform: lowercase;
}
.cabinet-shell-root .ant-tag-processing {
  background: rgba(59, 130, 246, 0.14);
  border-color: rgba(59, 130, 246, 0.32);
  color: #93c5fd;
}
.cabinet-shell-root .ant-tag-success,
.cabinet-shell-root .ant-tag-green {
  background: rgba(34, 197, 94, 0.14);
  border-color: rgba(34, 197, 94, 0.32);
  color: #4ade80;
}
.cabinet-shell-root .ant-tag-warning,
.cabinet-shell-root .ant-tag-gold {
  background: rgba(245, 158, 11, 0.14);
  border-color: rgba(245, 158, 11, 0.32);
  color: #fbbf24;
}
.cabinet-shell-root .ant-tag-error,
.cabinet-shell-root .ant-tag-red {
  background: rgba(239, 68, 68, 0.14);
  border-color: rgba(239, 68, 68, 0.32);
  color: #f87171;
}
.cabinet-shell-root .ant-empty {
  color: var(--hv-text-secondary);
}
.cabinet-shell-root .ant-form-item-label > label,
.cabinet-shell-root .ant-radio-wrapper,
.cabinet-shell-root .ant-checkbox-wrapper {
  color: var(--hv-text-secondary);
}
.cabinet-shell-root .ant-input,
.cabinet-shell-root .ant-input-affix-wrapper,
.cabinet-shell-root .ant-input-number,
.cabinet-shell-root .ant-select-selector,
.cabinet-shell-root .ant-picker,
.cabinet-shell-root .ant-input-textarea,
.cabinet-shell-root .ant-input-outlined,
.cabinet-shell-root .ant-input-number-outlined {
  border-color: var(--hv-border-strong) !important;
  background: rgba(15, 23, 42, 0.82) !important;
  box-shadow: none !important;
}
.cabinet-shell-root .ant-input:hover,
.cabinet-shell-root .ant-input-affix-wrapper:hover,
.cabinet-shell-root .ant-select:hover .ant-select-selector,
.cabinet-shell-root .ant-picker:hover,
.cabinet-shell-root .ant-input-number:hover {
  border-color: rgba(59, 130, 246, 0.48) !important;
}
.cabinet-shell-root .ant-input:focus,
.cabinet-shell-root .ant-input-focused,
.cabinet-shell-root .ant-input-affix-wrapper-focused,
.cabinet-shell-root .ant-select-focused .ant-select-selector,
.cabinet-shell-root .ant-picker-focused,
.cabinet-shell-root .ant-input-number-focused {
  border-color: rgba(59, 130, 246, 0.78) !important;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.14) !important;
}
.cabinet-shell-root .ant-table-wrapper .ant-table {
  background: transparent;
}
.cabinet-shell-root .ant-table-wrapper .ant-table-thead > tr > th {
  background: #101a2d !important;
  color: var(--hv-text-secondary) !important;
  border-bottom-color: rgba(34, 49, 74, 0.7) !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.cabinet-shell-root .ant-table-wrapper .ant-table-tbody > tr > td {
  border-bottom-color: rgba(34, 49, 74, 0.7) !important;
  color: var(--hv-text);
}
.cabinet-shell-root .ant-table-wrapper .ant-table-tbody > tr:hover > td {
  background: rgba(22, 34, 53, 0.55) !important;
}
.cabinet-shell-root .ant-tabs-tab {
  color: var(--hv-text-secondary);
}
.cabinet-shell-root .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #eff6ff;
}
.cabinet-shell-root .ant-tabs-ink-bar {
  background:
    linear-gradient(
      90deg,
      var(--hv-primary),
      #06b6d4);
}
.cabinet-shell-root .ant-alert {
  border-radius: 16px;
}
.cabinet-shell-root .ant-descriptions {
  padding: 4px 0;
}
.page-loading-state {
  min-height: 360px;
  display: grid;
  gap: 16px;
  place-content: center;
}
.form-actions-column {
  display: flex;
  align-items: end;
}
@media (max-width: 991px) {
  .public-shell-content {
    padding: 20px 16px 32px;
  }
  .marketing-card .ant-card-body,
  .auth-card .ant-card-body {
    padding: 20px;
  }
  .auth-view-area {
    min-height: auto;
  }
  .cabinet-topbar-inner {
    padding-inline: 16px;
  }
  .cabinet-content-shell {
    padding: 20px 16px 24px;
  }
  .cabinet-content-header {
    gap: 12px;
  }
  .cabinet-topbar-actions {
    gap: 8px;
  }
}
