/* Nyaaya Artha enterprise UI refinements
   Visual-only layer shared by all screens. No API or application logic lives here. */
:root {
  --enterprise-navy: #0b2239;
  --enterprise-navy-2: #123a5a;
  --enterprise-blue: #1769aa;
  --enterprise-gold: #c89a3d;
  --enterprise-canvas: #f4f7fa;
  --enterprise-surface: #ffffff;
  --enterprise-border: #dbe4ec;
  --enterprise-text: #172b3a;
  --enterprise-muted: #617282;
  --enterprise-shadow: 0 8px 28px rgba(11,34,57,.09);
}

html { scroll-behavior: smooth; }
body { letter-spacing: .005em; }
button, input, select, textarea { font: inherit; }
button { min-height: 34px; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(23,105,170,.26) !important;
  outline-offset: 2px;
}

/* Larger, crisp brand assets in every product context. */
.auth-logo-na { width: 164px !important; height: 108px !important; }
.auth-logo-ld { width: 76px !important; max-height: 96px !important; }
.navbar-logo-na { width: 116px !important; height: 76px !important; padding: 7px !important; }
.navbar-logo-ld { width: 52px !important; height: 70px !important; }
.agree-logo { height: 62px !important; min-width: 90px !important; }
.nav-logo-na { width: 112px !important; height: 54px !important; }
.nav-logo-ld { height: 38px !important; }
.hero-logo-na { width: 176px !important; height: 116px !important; }
.hero-logo-ld { height: 82px !important; }
.top-logo-na { width: 112px !important; height: 52px !important; }
.top-logo-ld { width: 34px !important; max-height: 44px !important; }

/* Experienced enterprise-product treatment: restrained depth and explicit hierarchy. */
.auth-card, .panel, .rep-card, .stat-card, .tbl-wrap, .list-col, .card, .module-card {
  border-color: var(--enterprise-border) !important;
  box-shadow: var(--enterprise-shadow) !important;
}
.navbar, .topbar { border-bottom: 1px solid rgba(255,255,255,.12); }
.board-toolbar, .adm-topbar { box-shadow: 0 1px 0 var(--enterprise-border); }
.dtbl thead th { letter-spacing: .055em; text-transform: uppercase; font-size: .7rem !important; }
.dtbl tbody tr { transition: background-color .14s ease; }
.dtbl tbody tr:hover { background: #f3f8fc !important; }
.adm-h2, .panel-title, .rep-title { letter-spacing: -.01em; }
.btn-p, .btn-sv, .chat-send, .sb-upload-btn { box-shadow: 0 3px 10px rgba(23,105,170,.18); }

/* V28: the legacy floating zoom toolbar was removed. Each product keeps
   only its native header zoom control. */
.ui-zoom-toolbar,.na25-zoom,.na24-zoom{display:none!important;visibility:hidden!important;pointer-events:none!important;}

@media (max-width: 720px) {
  .auth-logo-na { width: 136px !important; height: 92px !important; }
  .auth-logo-ld { width: 64px !important; max-height: 82px !important; }
  .navbar-logo-na { width: 96px !important; height: 64px !important; }
  .nav-logo-na, .top-logo-na { width: 92px !important; }
  .hero-logo-na { width: 148px !important; height: 100px !important; }
}
