/*
 * Premium Enterprise UI v3
 * Visual-only presentation layer for the WhatsApp SaaS workspace.
 */
:root {
  --px-bg: #f3f7f5;
  --px-bg-deep: #eaf2ee;
  --px-surface: rgba(255,255,255,.94);
  --px-surface-solid: #ffffff;
  --px-surface-soft: #f7faf8;
  --px-text: #10251c;
  --px-text-2: #4f675c;
  --px-text-3: #84968e;
  --px-line: #dfe8e3;
  --px-line-soft: #ebf1ee;
  --px-green: var(--brand-primary, #16a34a);
  --px-green-2: var(--brand-secondary, #0f766e);
  --px-green-dark: #086a3a;
  --px-navy: #071c14;
  --px-navy-2: #0a281d;
  --px-shadow-xs: 0 1px 2px rgba(7,28,20,.04);
  --px-shadow-sm: 0 8px 22px rgba(7,28,20,.06), 0 1px 2px rgba(7,28,20,.03);
  --px-shadow-md: 0 18px 45px rgba(7,28,20,.10), 0 2px 8px rgba(7,28,20,.04);
  --px-shadow-lg: 0 35px 80px rgba(3,24,16,.18);
  --px-radius-sm: 12px;
  --px-radius: 18px;
  --px-radius-lg: 26px;
}

/* Global application shell */
html { background: var(--px-bg); }
body.pro-wa-ui {
  color: var(--px-text);
  background:
    radial-gradient(circle at 22% -10%, rgba(25,195,106,.09), transparent 28%),
    radial-gradient(circle at 100% 10%, rgba(15,118,110,.07), transparent 24%),
    linear-gradient(180deg, #f7faf8 0%, var(--px-bg) 100%) !important;
}
body.pro-wa-ui::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: .38;
  background-image: linear-gradient(rgba(15,72,49,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(15,72,49,.025) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}

body.pro-wa-ui .pro-sidebar {
  width: 276px;
  background:
    radial-gradient(circle at 10% 0%, rgba(36,211,102,.16), transparent 26%),
    radial-gradient(circle at 100% 55%, rgba(15,118,110,.13), transparent 36%),
    linear-gradient(180deg, #071d15 0%, #06170f 100%) !important;
  border-right: 1px solid rgba(153,255,198,.08) !important;
  box-shadow: 18px 0 48px rgba(6,23,15,.08) !important;
}
body.pro-wa-ui .pro-main { margin-left: 276px !important; background: transparent !important; }
.pro-brand {
  min-height: 92px;
  gap: 13px;
  padding: 20px 20px 18px;
  border-bottom-color: rgba(255,255,255,.07);
}
.pro-brand-logo {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
  border-radius: 15px;
  background: linear-gradient(145deg, #2ee079, var(--px-green-2));
  box-shadow: 0 10px 24px rgba(23,196,103,.24), inset 0 0 0 1px rgba(255,255,255,.22);
}
.pro-brand-copy strong { font-size: 16px; font-weight: 780; letter-spacing: -.02em; }
.pro-brand-copy small { color: #78988a; font-size: 10px; }
.pro-workspace-chip {
  margin: 14px 14px 7px;
  padding: 11px 12px;
  background: linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-color: rgba(255,255,255,.09);
  border-radius: 13px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.pro-workspace-chip small { color: #6f9483; font-size: 8.5px; }
.pro-workspace-chip strong { color: #e4f6ed; font-size: 11.5px; }
.pro-live-dot { background: #3ce37f; box-shadow: 0 0 0 5px rgba(60,227,127,.10), 0 0 18px rgba(60,227,127,.42); }
.pro-primary-action {
  min-height: 46px;
  margin: 9px 14px 11px;
  border-radius: 13px !important;
  background: linear-gradient(135deg, #28cf70 0%, var(--px-green) 52%, var(--px-green-2) 120%) !important;
  box-shadow: 0 14px 30px rgba(19,169,83,.25), inset 0 1px 0 rgba(255,255,255,.25) !important;
}
.pro-primary-action:hover { filter: brightness(1.05); transform: translateY(-2px); }
.pro-nav { gap: 4px; padding: 8px 12px 20px !important; }
.pro-nav-section-label { margin: 16px 11px 6px; color: #537565; font-size: 8.5px; letter-spacing: .15em; }
.pro-nav-link,
.pro-nav-parent {
  min-height: 43px;
  gap: 11px;
  padding: 9px 11px !important;
  color: #96b0a4 !important;
  border-radius: 12px !important;
  font-size: 11.8px !important;
  transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.pro-nav-link:hover,
.pro-nav-parent:hover {
  color: #f2fff8 !important;
  background: rgba(255,255,255,.065) !important;
  transform: translateX(2px);
}
.pro-nav-link.active {
  color: #fff !important;
  background: linear-gradient(90deg, rgba(34,207,112,.22), rgba(14,118,75,.12)) !important;
  border: 1px solid rgba(71,225,137,.15) !important;
  box-shadow: inset 3px 0 0 #39dc80, 0 8px 20px rgba(0,0,0,.08) !important;
}
.pro-nav-icon {
  width: 23px;
  height: 23px;
  flex-basis: 23px;
  border-radius: 7px;
}
.pro-nav-link.active .pro-nav-icon { color: #60ef9c; }
.pro-nav-icon svg { width: 17px !important; height: 17px !important; }
.pro-nav-sub { padding-left: 18px; }
.pro-nav-sub::before { left: 24px; background: rgba(96,239,156,.10); }
.pro-nav-sub .pro-nav-link { min-height: 37px; }
.pro-sidebar-footer {
  padding: 14px;
  background: rgba(0,0,0,.08);
  border-top-color: rgba(255,255,255,.07);
}
.pro-avatar {
  width: 37px;
  height: 37px;
  flex-basis: 37px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(53,222,126,.28), rgba(15,118,110,.25));
  border-color: rgba(93,235,153,.19);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.pro-user-card strong { font-size: 11.5px; }
.pro-user-card small { color: #658b79; }
.pro-logout { border: 1px solid rgba(255,255,255,.05); }

body.pro-wa-ui .pro-topbar {
  min-height: 78px !important;
  padding: 0 32px !important;
  background: rgba(248,251,249,.82) !important;
  border-bottom: 1px solid rgba(213,226,219,.82) !important;
  box-shadow: 0 8px 30px rgba(7,28,20,.035) !important;
  backdrop-filter: blur(22px) saturate(135%);
}
.pro-page-title strong { font-size: 15.5px; font-weight: 780; letter-spacing: -.02em; }
.pro-page-title span { margin-top: 2px; color: #7b9086; }
.pro-menu-search input {
  width: 230px;
  height: 42px;
  background: rgba(255,255,255,.82) !important;
  border-color: #dbe6e0 !important;
  border-radius: 13px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7) !important;
}
.pro-menu-search input:focus { width: 270px; box-shadow: 0 0 0 4px rgba(22,163,74,.08) !important; }
.pro-business-switch select {
  height: 42px !important;
  border-radius: 13px !important;
  background-color: rgba(255,255,255,.88) !important;
}
.pro-wallet {
  height: 42px;
  padding: 0 14px;
  background: linear-gradient(135deg, #ecfbf2, #f7fffa);
  border-color: #cfe9d9;
  border-radius: 13px;
  box-shadow: 0 6px 16px rgba(11,100,55,.06);
}
body.pro-wa-ui .pro-content { max-width: 1600px; padding: 30px 34px 52px !important; }

/* Premium controls across modules */
body.pro-wa-ui .btn {
  min-height: 42px !important;
  padding: 10px 16px !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #22c96a, var(--px-green-2)) !important;
  border-color: transparent !important;
  box-shadow: 0 10px 22px rgba(18,163,80,.16), inset 0 1px 0 rgba(255,255,255,.18) !important;
}
body.pro-wa-ui .btn:hover { filter: brightness(1.04); transform: translateY(-2px); }
body.pro-wa-ui .btn.secondary,
body.pro-wa-ui .btn.ghost {
  color: var(--px-text) !important;
  background: rgba(255,255,255,.92) !important;
  border: 1px solid var(--px-line) !important;
  box-shadow: var(--px-shadow-xs) !important;
}
body.pro-wa-ui .btn.bad,
body.pro-wa-ui .btn.danger { background: linear-gradient(135deg, #ef5350, #c62828) !important; }
body.pro-wa-ui .card,
body.pro-wa-ui .suite-card,
body.pro-wa-ui .project-card,
body.pro-wa-ui .event-box,
body.pro-wa-ui .note-box,
body.pro-wa-ui .compact-card {
  background: rgba(255,255,255,.92) !important;
  border: 1px solid rgba(219,231,225,.92) !important;
  border-radius: var(--px-radius) !important;
  box-shadow: var(--px-shadow-sm) !important;
  backdrop-filter: blur(12px);
}
body.pro-wa-ui .card { padding: 22px !important; }
body.pro-wa-ui .grid { gap: 18px !important; }
body.pro-wa-ui input[type="text"],
body.pro-wa-ui input[type="email"],
body.pro-wa-ui input[type="number"],
body.pro-wa-ui input[type="password"],
body.pro-wa-ui input[type="url"],
body.pro-wa-ui input[type="tel"],
body.pro-wa-ui input[type="search"],
body.pro-wa-ui input[type="date"],
body.pro-wa-ui input[type="datetime-local"],
body.pro-wa-ui select,
body.pro-wa-ui textarea,
body.pro-wa-ui .input,
body.pro-wa-ui .suite-input {
  min-height: 45px;
  padding: 11px 13px !important;
  background: rgba(255,255,255,.95) !important;
  border-color: #d9e5df !important;
  border-radius: 12px !important;
  box-shadow: inset 0 1px 0 rgba(16,37,28,.015) !important;
}
body.pro-wa-ui input:focus,
body.pro-wa-ui select:focus,
body.pro-wa-ui textarea:focus,
body.pro-wa-ui .input:focus { border-color: rgba(20,184,92,.64) !important; box-shadow: 0 0 0 4px rgba(20,184,92,.09) !important; }
body.pro-wa-ui label { color: #405a4e; font-size: 11px; font-weight: 750; }
body.pro-wa-ui .table-wrap,
body.pro-wa-ui .table-responsive {
  border-radius: 16px !important;
  border-color: #dde8e2 !important;
  box-shadow: var(--px-shadow-xs);
}
body.pro-wa-ui th {
  padding: 13px 15px !important;
  color: #72877d !important;
  background: #f5f9f7 !important;
  font-size: 8.8px !important;
  letter-spacing: .09em;
}
body.pro-wa-ui td { padding: 14px 15px !important; font-size: 11.2px !important; }
body.pro-wa-ui tbody tr:hover td { background: #f9fcfa !important; }
body.pro-wa-ui .alert { border-radius: 13px !important; box-shadow: var(--px-shadow-xs) !important; }
body.pro-wa-ui .page-head,
body.pro-wa-ui .suite-page-head,
body.pro-wa-ui .ee-page-head { margin-bottom: 24px !important; }
body.pro-wa-ui .page-head h1,
body.pro-wa-ui .suite-page-head h1,
body.pro-wa-ui .ee-page-head h1 { font-size: 28px !important; font-weight: 790 !important; }
body.pro-wa-ui .tabs,
body.pro-wa-ui .suite-tabs { padding: 5px !important; background: #eaf1ed !important; border-radius: 13px !important; }
body.pro-wa-ui .tabs a,
body.pro-wa-ui .suite-tabs a { padding: 9px 13px !important; border-radius: 10px !important; }

/* Premium dashboard hero */
.premium-dashboard-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-bottom: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 15% 0%, rgba(76,233,146,.25), transparent 32%),
    radial-gradient(circle at 92% 100%, rgba(20,148,123,.25), transparent 40%),
    linear-gradient(125deg, #09271b 0%, #0b3a28 50%, #0a5136 100%);
  border: 1px solid rgba(51,183,114,.25);
  border-radius: 26px;
  box-shadow: 0 26px 60px rgba(6,43,28,.18), inset 0 1px 0 rgba(255,255,255,.08);
}
.premium-dashboard-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}
.premium-hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); }
.premium-hero-orb-one { top: -120px; right: 20%; width: 270px; height: 270px; background: rgba(52,224,124,.10); box-shadow: 0 0 0 45px rgba(52,224,124,.035), 0 0 0 90px rgba(52,224,124,.02); }
.premium-hero-orb-two { right: -90px; bottom: -130px; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.08); box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.015); }
.premium-hero-content { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(360px,.72fr); align-items: stretch; gap: 34px; padding: 32px 34px; }
.premium-hero-copy { align-self: center; }
.premium-hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 15px; }
.premium-live-badge,
.premium-workspace-badge { display: inline-flex; align-items: center; gap: 7px; min-height: 27px; padding: 5px 10px; color: #d9ffea; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.1); border-radius: 999px; font-size: 9px; font-weight: 720; backdrop-filter: blur(8px); }
.premium-live-badge i { width: 7px; height: 7px; background: #45ec91; border-radius: 50%; box-shadow: 0 0 0 4px rgba(69,236,145,.12), 0 0 14px rgba(69,236,145,.6); }
.premium-workspace-badge { color: #a9cbb9; }
.premium-hero-copy h1 { margin: 0; color: #fff; font-size: clamp(31px,3vw,44px); font-weight: 790; letter-spacing: -.045em; line-height: 1.05; }
.premium-hero-copy p { max-width: 650px; margin: 12px 0 21px; color: #a8c8b8; font-size: 12.5px; line-height: 1.65; }
.premium-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.premium-btn { display: inline-flex; min-height: 43px; align-items: center; justify-content: center; gap: 8px; padding: 10px 15px; border-radius: 12px; font-size: 11px; font-weight: 760; text-decoration: none; transition: transform .18s ease, filter .18s ease, box-shadow .18s ease; }
.premium-btn:hover { transform: translateY(-2px); filter: brightness(1.04); }
.premium-btn svg { width: 16px; height: 16px; fill: currentColor; }
.premium-btn-light { color: #133126 !important; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.88); box-shadow: 0 12px 25px rgba(0,0,0,.12); }
.premium-btn-glow { color: #fff !important; background: linear-gradient(135deg, #34dc7c, #13a858); border: 1px solid rgba(104,244,166,.5); box-shadow: 0 13px 30px rgba(24,211,106,.25), inset 0 1px 0 rgba(255,255,255,.2); }
.premium-btn-solid { color: #fff !important; background: linear-gradient(135deg, #21ca69, #0d8f4a); }
.premium-hero-insight { align-self: center; padding: 19px; background: rgba(2,19,12,.24); border: 1px solid rgba(255,255,255,.11); border-radius: 19px; box-shadow: inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(16px); }
.premium-insight-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.premium-insight-head span { color: #aac9ba; font-size: 9.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.premium-insight-head strong { color: #fff; font-size: 25px; font-weight: 800; letter-spacing: -.04em; }
.premium-insight-track { height: 8px; overflow: hidden; margin: 11px 0 18px; background: rgba(255,255,255,.09); border-radius: 99px; }
.premium-insight-track span { display: block; height: 100%; background: linear-gradient(90deg, #38e682, #8cf0b6); border-radius: inherit; box-shadow: 0 0 16px rgba(56,230,130,.36); }
.premium-insight-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.premium-insight-grid div { padding: 10px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.055); border-radius: 11px; }
.premium-insight-grid span { display: block; color: #7fa18f; font-size: 8.5px; }
.premium-insight-grid strong { display: block; margin-top: 3px; color: #edfdf5; font-size: 13px; }

/* KPI cards */
.premium-kpi-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; margin-bottom: 18px; }
.premium-kpi-card {
  --kpi-accent: #1abf65;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-width: 0;
  padding: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(249,252,250,.92));
  border: 1px solid rgba(216,229,222,.95);
  border-radius: 20px;
  box-shadow: var(--px-shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.premium-kpi-card::after { position: absolute; top: -70px; right: -55px; z-index: -1; width: 150px; height: 150px; content: ""; background: radial-gradient(circle, color-mix(in srgb, var(--kpi-accent) 16%, transparent), transparent 68%); border-radius: 50%; }
.premium-kpi-card:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--kpi-accent) 24%, #d8e5de); box-shadow: var(--px-shadow-md); }
.premium-kpi-emerald { --kpi-accent:#17b861; }
.premium-kpi-teal { --kpi-accent:#0f9f8e; }
.premium-kpi-blue { --kpi-accent:#3b82f6; }
.premium-kpi-violet { --kpi-accent:#8b5cf6; }
.premium-kpi-amber { --kpi-accent:#e49a22; }
.premium-kpi-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.premium-kpi-icon { display: grid; width: 42px; height: 42px; place-items: center; color: var(--kpi-accent); background: color-mix(in srgb, var(--kpi-accent) 10%, #fff); border: 1px solid color-mix(in srgb, var(--kpi-accent) 17%, #e6eee9); border-radius: 13px; box-shadow: inset 0 1px 0 rgba(255,255,255,.8); }
.premium-kpi-icon svg { width: 19px; height: 19px; fill: currentColor; }
.premium-kpi-icon img { width: 19px; height: 19px; object-fit: contain; }
.premium-kpi-chip { max-width: 92px; overflow: hidden; padding: 5px 8px; color: #70837a; background: #f3f7f5; border: 1px solid #e6ece9; border-radius: 999px; font-size: 8px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.premium-kpi-value { margin-top: 17px; color: #10261c; font-size: 31px; font-weight: 800; letter-spacing: -.05em; line-height: 1; }
.premium-kpi-card h3 { margin: 8px 0 3px; color: #253d32; font-size: 11.5px; font-weight: 760; }
.premium-kpi-card p { min-height: 31px; margin: 0; color: #81938b; font-size: 9.2px; line-height: 1.55; }
.premium-kpi-footer { position: relative; display: flex; overflow: hidden; align-items: center; margin-top: 13px; padding-top: 11px; color: #8b9c94; border-top: 1px solid #edf2ef; font-size: 8.2px; }
.premium-kpi-footer::after { position: absolute; right: 0; bottom: 2px; width: 72px; height: 4px; content: ""; background: #edf2ef; border-radius: 99px; }
.premium-kpi-footer i { position: absolute; right: 0; bottom: 2px; z-index: 1; width: 58%; max-width: 72px; height: 4px; background: linear-gradient(90deg, color-mix(in srgb, var(--kpi-accent) 58%, #fff), var(--kpi-accent)); border-radius: 99px; }

/* Main dashboard panels */
.premium-dashboard-layout { display: grid; grid-template-columns: minmax(0,1.78fr) minmax(300px,.68fr); gap: 18px; align-items: start; }
.premium-dashboard-primary,
.premium-dashboard-secondary { display: grid; gap: 18px; min-width: 0; }
.premium-panel {
  min-width: 0;
  overflow: hidden;
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(216,229,222,.96);
  border-radius: 21px;
  box-shadow: var(--px-shadow-sm);
  backdrop-filter: blur(12px);
}
.premium-panel-head { display: flex; min-height: 80px; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; border-bottom: 1px solid #e8efeb; }
.premium-panel-head.compact { min-height: auto; padding-bottom: 12px; border-bottom: 0; }
.premium-panel-kicker { display: block; margin-bottom: 3px; color: #149250; font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.premium-panel-head h2 { margin: 0; color: #142b20; font-size: 15px; font-weight: 780; letter-spacing: -.025em; }
.premium-panel-head p { margin: 3px 0 0; color: #81938b; font-size: 9.5px; }
.premium-text-link { display: inline-flex; align-items: center; gap: 8px; color: #087743 !important; font-size: 9.5px; font-weight: 760; text-decoration: none; }
.premium-text-link span { display: grid; width: 26px; height: 26px; place-items: center; background: #ecf8f1; border-radius: 8px; transition: transform .18s ease; }
.premium-text-link:hover span { transform: translateX(2px); }
.premium-performance-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.premium-performance-grid article { display: flex; min-width: 0; align-items: center; gap: 16px; padding: 22px 19px; border-right: 1px solid #eaf0ed; }
.premium-performance-grid article:last-child { border-right: 0; }
.premium-ring { position: relative; display: grid; width: 76px; height: 76px; flex: 0 0 76px; place-items: center; border-radius: 50%; background: conic-gradient(var(--ring) calc(var(--value)*1%), #edf2ef 0); box-shadow: 0 8px 22px color-mix(in srgb, var(--ring) 12%, transparent); }
.premium-ring::after { position: absolute; inset: 7px; content: ""; background: #fff; border-radius: 50%; box-shadow: inset 0 0 0 1px #eef3f0; }
.premium-ring > span { position: relative; z-index: 1; text-align: center; }
.premium-ring strong { display: block; color: #172e23; font-size: 15px; font-weight: 820; letter-spacing: -.035em; }
.premium-ring small { display: block; margin-top: 1px; color: #8a9b93; font-size: 7px; font-weight: 700; text-transform: uppercase; }
.premium-performance-copy { min-width: 0; }
.premium-performance-copy h3 { margin: 0; color: #20372c; font-size: 11px; font-weight: 760; }
.premium-performance-copy p { min-height: 28px; margin: 4px 0 9px; color: #83958c; font-size: 8.8px; line-height: 1.5; }
.premium-mini-line { height: 5px; overflow: hidden; background: #edf2ef; border-radius: 99px; }
.premium-mini-line span { display: block; height: 100%; background: linear-gradient(90deg, #31d578, #15a958); border-radius: inherit; }
.premium-performance-grid article:nth-child(2) .premium-mini-line span { background: linear-gradient(90deg, #64a5ff, #3178e8); }
.premium-mini-line-danger span { background: linear-gradient(90deg, #ff8985, #e75050) !important; }

.premium-table-wrap { overflow-x: auto; }
.premium-table { width: 100%; border-collapse: collapse; }
body.pro-wa-ui .premium-table th { padding: 11px 17px !important; color: #7e9188 !important; background: #f6f9f7 !important; border-bottom: 1px solid #e8efeb !important; font-size: 8px !important; font-weight: 820 !important; letter-spacing: .09em; }
body.pro-wa-ui .premium-table td { padding: 13px 17px !important; color: #61766c !important; background: #fff !important; border-bottom: 1px solid #edf2ef !important; font-size: 9.8px !important; }
body.pro-wa-ui .premium-table tbody tr:hover td { background: #fbfdfc !important; }
.premium-campaign-name { display: flex; min-width: 210px; align-items: center; gap: 10px; color: inherit; text-decoration: none; }
.premium-campaign-icon { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; color: #159957; background: #ecf9f1; border: 1px solid #d8eee1; border-radius: 10px; }
.premium-campaign-icon svg { width: 15px; height: 15px; fill: currentColor; }
.premium-campaign-name > span:last-child { display: flex; min-width: 0; flex-direction: column; }
.premium-campaign-name strong { max-width: 220px; overflow: hidden; color: #1a3126; font-size: 10.2px; font-weight: 760; text-overflow: ellipsis; white-space: nowrap; }
.premium-campaign-name small { margin-top: 2px; color: #93a29b; font-size: 8px; }
.premium-status { display: inline-flex; align-items: center; gap: 6px; padding: 5px 8px; color: #667970; background: #f0f4f2; border: 1px solid #e8eeeb; border-radius: 999px; font-size: 8px; font-weight: 750; }
.premium-status i { width: 5px; height: 5px; background: #92a29a; border-radius: 50%; }
.premium-status.success { color: #08713b; background: #eaf9f0; border-color: #d6efdf; }
.premium-status.success i { background: #1eb862; box-shadow: 0 0 0 3px rgba(30,184,98,.1); }
.premium-status.warning { color: #966008; background: #fff8e9; border-color: #f5e7c5; }
.premium-status.warning i { background: #e5a72b; }
.premium-status.danger { color: #af3535; background: #fff0f0; border-color: #f5dcdc; }
.premium-status.danger i { background: #e75a5a; }
.premium-cell-metric { display: flex; min-width: 76px; flex-direction: column; gap: 4px; }
.premium-cell-metric b { color: #40584d; font-weight: 700; }
.premium-cell-metric > i { display: block; width: 66px; height: 3px; overflow: hidden; background: #edf2ef; border-radius: 99px; }
.premium-cell-metric em { display: block; height: 100%; background: linear-gradient(90deg, #45d987, #17a958); border-radius: inherit; }
.premium-empty-state { display: flex; min-height: 250px; align-items: center; justify-content: center; flex-direction: column; padding: 30px; text-align: center; }
.premium-empty-state > span { display: grid; width: 52px; height: 52px; place-items: center; color: #169754; background: linear-gradient(145deg,#e9f9ef,#f8fffb); border: 1px solid #d5ecde; border-radius: 16px; box-shadow: 0 10px 25px rgba(16,129,68,.08); }
.premium-empty-state > span svg { width: 21px; height: 21px; fill: currentColor; }
.premium-empty-state strong { margin-top: 13px; color: #193227; font-size: 12px; }
.premium-empty-state p { max-width: 330px; margin: 5px 0 14px; color: #879991; font-size: 9.5px; }

/* Right-side premium cards */
.premium-side-card { position: relative; isolation: isolate; overflow: hidden; padding: 20px; color: #fff; background: linear-gradient(145deg,#09281c,#0a432d); border: 1px solid rgba(39,188,103,.28); border-radius: 21px; box-shadow: 0 20px 45px rgba(6,43,28,.16); }
.premium-side-card::before { position: absolute; inset: 0; z-index: -1; content: ""; background: radial-gradient(circle at 100% 0%,rgba(62,228,135,.22),transparent 37%); }
.premium-side-card-glow { position: absolute; right: -80px; bottom: -110px; z-index: -1; width: 240px; height: 240px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.02),0 0 0 84px rgba(255,255,255,.013); }
.premium-side-card-head { display: flex; align-items: center; justify-content: space-between; color: #a6c7b7; font-size: 8.5px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.premium-side-card-head > i { width: 8px; height: 8px; background: #40e588; border-radius: 50%; box-shadow: 0 0 0 4px rgba(64,229,136,.11),0 0 15px rgba(64,229,136,.4); }
.premium-channel-card.is-disconnected .premium-side-card-head > i { background: #efb84e; box-shadow: 0 0 0 4px rgba(239,184,78,.11); }
.premium-channel-brand { display: flex; align-items: center; gap: 12px; margin: 21px 0 17px; }
.premium-whatsapp-logo { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; color: #fff; background: linear-gradient(145deg,#39e27f,#10a453); border: 1px solid rgba(255,255,255,.23); border-radius: 16px; box-shadow: 0 13px 28px rgba(25,205,105,.25), inset 0 1px 0 rgba(255,255,255,.2); }
.premium-whatsapp-logo svg { width: 23px; height: 23px; fill: currentColor; }
.premium-channel-brand > div { display: flex; min-width: 0; flex-direction: column; }
.premium-channel-brand strong { color: #f1fff7; font-size: 12px; }
.premium-channel-brand small { margin-top: 3px; color: #84ad98; font-size: 8.8px; line-height: 1.45; }
.premium-channel-meta { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; color: #7ea791; border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); font-size: 8px; }
.premium-channel-meta span:first-child { display: flex; align-items: center; gap: 6px; color: #b9d8c8; }
.premium-channel-meta span:first-child i { width: 5px; height: 5px; background: #42e589; border-radius: 50%; }
.premium-channel-card > a { display: flex; align-items: center; justify-content: space-between; margin-top: 15px; color: #e5fff1 !important; font-size: 9.5px; font-weight: 750; text-decoration: none; }
.premium-channel-card > a span { display: grid; width: 27px; height: 27px; place-items: center; background: rgba(255,255,255,.08); border-radius: 9px; }
.premium-usage-card { padding-bottom: 17px; }
.premium-plan-pill { padding: 5px 8px; color: #087640; background: #eaf9f0; border: 1px solid #d6eddf; border-radius: 999px; font-size: 8px; font-weight: 760; }
.premium-usage-donut { position: relative; display: grid; width: 145px; height: 145px; place-items: center; margin: 6px auto 15px; border-radius: 50%; background: conic-gradient(#1cc469 calc(var(--value)*1%),#edf2ef 0); box-shadow: 0 15px 35px rgba(14,142,73,.10); }
.premium-usage-donut::before { position: absolute; inset: 13px; content: ""; background: #fff; border: 1px solid #e9efec; border-radius: 50%; box-shadow: inset 0 0 20px rgba(6,65,35,.025); }
.premium-usage-donut > div { position: relative; z-index: 1; text-align: center; }
.premium-usage-donut strong { display: block; color: #162f23; font-size: 20px; font-weight: 800; letter-spacing: -.04em; }
.premium-usage-donut small { display: block; margin-top: 2px; color: #899b92; font-size: 7.8px; }
.premium-usage-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 17px; }
.premium-usage-detail span { padding: 9px; color: #85978e; background: #f6f9f7; border: 1px solid #e9efec; border-radius: 10px; font-size: 8px; text-align: center; }
.premium-usage-detail b { display: block; margin-bottom: 2px; color: #294136; font-size: 10px; }
.premium-card-action { display: flex; align-items: center; justify-content: space-between; margin: 14px 17px 0; padding-top: 12px; color: #087743 !important; border-top: 1px solid #edf2ef; font-size: 9px; font-weight: 760; text-decoration: none; }
.premium-quick-card { padding-bottom: 12px; }
.premium-quick-links { display: grid; gap: 7px; padding: 0 12px 4px; }
.premium-quick-links a { display: flex; align-items: center; gap: 10px; padding: 10px; color: inherit; background: #f7faf8; border: 1px solid #edf2ef; border-radius: 12px; text-decoration: none; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.premium-quick-links a:hover { transform: translateX(3px); background: #fff; border-color: #d7e5de; }
.premium-quick-links a > span { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; color: #159654; background: #eaf8f0; border-radius: 10px; }
.premium-quick-links a > span svg { width: 15px; height: 15px; fill: currentColor; }
.premium-quick-links a > div { display: flex; min-width: 0; flex: 1; flex-direction: column; }
.premium-quick-links strong { color: #243b30; font-size: 9.5px; }
.premium-quick-links small { overflow: hidden; margin-top: 2px; color: #8c9d95; font-size: 7.8px; text-overflow: ellipsis; white-space: nowrap; }
.premium-quick-links a > b { color: #8ca097; font-size: 11px; }

/* Inbox and operational modules */
body.pro-wa-ui .chat-suite,
body.pro-wa-ui .chat-shell { border-color: #dce8e1 !important; border-radius: 20px !important; box-shadow: var(--px-shadow-md) !important; }
body.pro-wa-ui .chat-left-panel,
body.pro-wa-ui .chat-sidebar { background: #f7faf8 !important; }
body.pro-wa-ui .chat-message,
body.pro-wa-ui .message-bubble { border-radius: 14px !important; }

/* Premium login */
body.premium-login { min-height: 100vh; overflow-x: hidden; background: #f7faf8; }
.premium-login-shell { display: grid; min-height: 100vh; grid-template-columns: minmax(580px,1.17fr) minmax(470px,.83fr); }
.premium-login-showcase { position: relative; isolation: isolate; display: flex; overflow: hidden; flex-direction: column; min-height: 100vh; padding: 31px clamp(38px,4vw,72px) 28px; color: #fff; background: linear-gradient(145deg,#061a12 0%,#08291c 48%,#0a412c 100%); }
.premium-login-grid { position: absolute; inset: 0; z-index: -3; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(130deg,#000,transparent 82%); }
.premium-login-showcase::after { position: absolute; inset: 0; z-index: -2; content: ""; background: radial-gradient(circle at 12% 12%,rgba(45,226,125,.20),transparent 30%),radial-gradient(circle at 92% 82%,rgba(17,148,123,.24),transparent 36%); }
.premium-login-orb { position: absolute; z-index: -1; border-radius: 50%; }
.premium-login-orb-one { top: -210px; right: -100px; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.07); box-shadow: 0 0 0 70px rgba(255,255,255,.02),0 0 0 140px rgba(255,255,255,.012); }
.premium-login-orb-two { left: -190px; bottom: -240px; width: 480px; height: 480px; background: rgba(34,218,116,.06); filter: blur(4px); }
.premium-login-brand { display: flex; align-items: center; gap: 12px; }
.premium-login-logo { display: grid; width: 46px; height: 46px; flex: 0 0 46px; place-items: center; overflow: hidden; color: #fff; background: linear-gradient(145deg,#35df7d,#0fa45a); border: 1px solid rgba(255,255,255,.21); border-radius: 15px; box-shadow: 0 13px 30px rgba(26,205,105,.24),inset 0 1px 0 rgba(255,255,255,.22); }
.premium-login-logo img { width: 100%; height: 100%; padding: 3px; object-fit: contain; background: #fff; }
.premium-login-logo b { font-size: 18px; font-weight: 820; }
.premium-login-brand > span:last-child,
.premium-mobile-brand > span:last-child { display: flex; flex-direction: column; }
.premium-login-brand strong { color: #fff; font-size: 15px; font-weight: 780; }
.premium-login-brand small { margin-top: 1px; color: #7ea391; font-size: 9px; }
.premium-showcase-copy { max-width: 690px; margin: 65px 0 28px; }
.premium-showcase-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; color: #9cc5b0; font-size: 8.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.premium-showcase-kicker i { width: 7px; height: 7px; background: #45ed91; border-radius: 50%; box-shadow: 0 0 0 5px rgba(69,237,145,.11),0 0 16px rgba(69,237,145,.45); }
.premium-showcase-copy h1 { max-width: 690px; margin: 0; color: #fff; font-size: clamp(39px,4.4vw,64px); font-weight: 760; letter-spacing: -.055em; line-height: .99; }
.premium-showcase-copy p { max-width: 610px; margin: 20px 0 0; color: #93b2a3; font-size: 12.5px; line-height: 1.72; }
.premium-product-preview { position: relative; display: flex; width: min(720px,92%); height: clamp(285px,34vh,390px); margin-top: auto; overflow: visible; background: rgba(248,253,250,.96); border: 1px solid rgba(255,255,255,.23); border-radius: 22px; box-shadow: 0 34px 80px rgba(0,0,0,.33),0 0 0 1px rgba(255,255,255,.06); transform: perspective(1200px) rotateY(3deg) rotateX(1deg); transform-origin: bottom left; }
.premium-preview-sidebar { display: flex; width: 58px; flex: 0 0 58px; align-items: center; flex-direction: column; gap: 18px; padding-top: 15px; background: #08251a; border-radius: 21px 0 0 21px; }
.premium-preview-brand { display: grid; width: 31px; height: 31px; place-items: center; margin-bottom: 10px; color: #fff; background: #23c96c; border-radius: 10px; font-size: 10px; font-weight: 800; }
.premium-preview-sidebar i { width: 17px; height: 17px; background: rgba(255,255,255,.12); border-radius: 5px; }
.premium-preview-sidebar i.active { background: #2fd579; box-shadow: 0 0 0 7px rgba(47,213,121,.10); }
.premium-preview-main { min-width: 0; flex: 1; overflow: hidden; border-radius: 0 21px 21px 0; }
.premium-preview-topbar { display: flex; height: 46px; align-items: center; justify-content: space-between; padding: 0 17px; background: #fff; border-bottom: 1px solid #e7eeea; }
.premium-preview-topbar > span { width: 82px; height: 7px; background: #dce7e1; border-radius: 99px; }
.premium-preview-topbar > div { display: flex; align-items: center; gap: 8px; }
.premium-preview-topbar i { width: 17px; height: 17px; background: #edf2ef; border-radius: 6px; }
.premium-preview-topbar b { width: 25px; height: 25px; background: #dff4e7; border-radius: 8px; }
.premium-preview-content { padding: 17px; }
.premium-preview-title { display: flex; align-items: center; justify-content: space-between; }
.premium-preview-title > span { display: flex; flex-direction: column; gap: 6px; }
.premium-preview-title i:first-child { width: 105px; height: 9px; background: #c9d9d1; border-radius: 99px; }
.premium-preview-title i:last-child { width: 150px; height: 5px; background: #e4ece8; border-radius: 99px; }
.premium-preview-title b { width: 70px; height: 24px; background: #21c668; border-radius: 8px; }
.premium-preview-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-top: 15px; }
.premium-preview-cards article { display: grid; min-height: 68px; grid-template-columns: 25px 1fr; grid-template-rows: 1fr 1fr; align-items: center; column-gap: 8px; padding: 10px; background: #fff; border: 1px solid #e3ebe7; border-radius: 11px; box-shadow: 0 5px 12px rgba(12,62,39,.04); }
.premium-preview-cards i { grid-row: 1/3; width: 25px; height: 25px; background: #ddf5e7; border-radius: 8px; }
.premium-preview-cards span { width: 58%; height: 5px; background: #dce7e1; border-radius: 99px; }
.premium-preview-cards b { width: 75%; height: 8px; background: #9eb4a9; border-radius: 99px; }
.premium-preview-lower { display: grid; grid-template-columns: 1.55fr .85fr; gap: 9px; margin-top: 9px; }
.premium-preview-chart,
.premium-preview-inbox { min-height: 122px; padding: 11px; background: #fff; border: 1px solid #e3ebe7; border-radius: 11px; }
.premium-preview-chart > span,
.premium-preview-inbox > span { display: block; width: 62px; height: 6px; background: #d9e5df; border-radius: 99px; }
.premium-preview-chart svg { width: 100%; height: 82px; margin-top: 7px; color: #23c96c; }
.premium-preview-inbox { display: flex; flex-direction: column; gap: 8px; }
.premium-preview-inbox article { display: flex; align-items: center; gap: 7px; }
.premium-preview-inbox article i { width: 20px; height: 20px; flex: 0 0 20px; background: #e1f4e8; border-radius: 7px; }
.premium-preview-inbox article b { width: 68%; height: 5px; background: #e2eae6; border-radius: 99px; }
.premium-preview-float { position: absolute; display: flex; align-items: center; gap: 8px; padding: 9px 11px; color: #1b3729; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.9); border-radius: 12px; box-shadow: 0 16px 35px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.premium-preview-float > span { display: grid; width: 28px; height: 28px; place-items: center; color: #fff; background: #22c86a; border-radius: 9px; font-size: 10px; }
.premium-preview-float > div { display: flex; flex-direction: column; }
.premium-preview-float strong { font-size: 8.5px; }
.premium-preview-float small { margin-top: 1px; color: #81958b; font-size: 7px; }
.premium-preview-float-one { top: 42px; right: -32px; }
.premium-preview-float-two { left: 23%; bottom: -18px; }
.premium-login-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 27px; color: #7fa18f; font-size: 8.5px; }
.premium-login-trust span { display: flex; align-items: center; gap: 6px; }
.premium-login-trust i { display: grid; width: 16px; height: 16px; place-items: center; color: #43e58a; background: rgba(67,229,138,.09); border-radius: 50%; font-size: 7px; font-style: normal; }

.premium-login-form-side { position: relative; display: grid; min-height: 100vh; place-items: center; padding: 55px clamp(45px,6vw,98px); background: radial-gradient(circle at 100% 0%,rgba(34,203,106,.07),transparent 25%),linear-gradient(180deg,#fff,#f9fbfa); }
.premium-login-form-side::before { position: absolute; top: 0; right: 0; left: 0; height: 4px; content: ""; background: linear-gradient(90deg,var(--px-green),var(--px-green-2)); }
.premium-mobile-brand { display: none; }
.premium-login-card { width: 100%; max-width: 430px; padding: 38px; background: rgba(255,255,255,.94); border: 1px solid #e2ebe6; border-radius: 24px; box-shadow: 0 28px 65px rgba(8,55,33,.10),0 2px 8px rgba(8,55,33,.04); backdrop-filter: blur(14px); }
.premium-login-heading { margin-bottom: 27px; }
.premium-login-kicker { display: inline-flex; align-items: center; min-height: 25px; margin-bottom: 12px; padding: 5px 9px; color: #0b7c43; background: #eaf9f0; border: 1px solid #d7efdf; border-radius: 999px; font-size: 7.8px; font-weight: 820; letter-spacing: .09em; text-transform: uppercase; }
.premium-login-heading h2 { margin: 0; color: #10261c; font-size: 34px; font-weight: 800; letter-spacing: -.045em; line-height: 1.1; }
.premium-login-heading p { margin: 9px 0 0; color: #71857b; font-size: 11px; line-height: 1.55; }
.premium-login .alert { margin: 0 0 14px; padding: 11px 13px; color: #a22b2b; background: #fff4f4; border: 1px solid #f6d7d7; border-radius: 12px; font-size: 9.5px; }
.premium-login .alert.success { color: #126735; background: #effbf3; border-color: #cdeed8; }
.premium-signin-form { display: flex; flex-direction: column; }
.premium-signin-form > label { margin: 0 0 7px; color: #3f584c; font-size: 9.5px; font-weight: 760; }
.premium-field { position: relative; display: flex; align-items: center; margin-bottom: 17px; }
.premium-field-icon { position: absolute; left: 14px; z-index: 1; display: grid; width: 22px; place-items: center; color: #82968c; font-size: 10px; font-weight: 800; pointer-events: none; }
.premium-field input { width: 100%; height: 52px; padding: 0 52px 0 43px; color: #142b20; background: #fbfdfc; border: 1px solid #d9e5df; border-radius: 13px; outline: none; box-shadow: inset 0 1px 0 rgba(16,37,28,.015); transition: background .16s ease,border-color .16s ease,box-shadow .16s ease; }
.premium-field input::placeholder { color: #a1afa8; }
.premium-field input:focus { background: #fff; border-color: rgba(20,184,92,.65); box-shadow: 0 0 0 4px rgba(20,184,92,.09); }
.premium-password-toggle { position: absolute; right: 9px; z-index: 1; padding: 8px 9px; color: #087743; background: #edf8f2; border: 0; border-radius: 8px; font-size: 8.5px; font-weight: 780; cursor: pointer; }
.premium-signin-button { display: flex; width: 100%; height: 52px; align-items: center; justify-content: space-between; margin-top: 3px; padding: 0 15px 0 18px; color: #fff; background: linear-gradient(135deg,#25cf6f 0%,#13a455 55%,#0b7e46 100%); border: 1px solid rgba(15,134,71,.2); border-radius: 13px; font-size: 10.5px; font-weight: 780; box-shadow: 0 15px 30px rgba(18,166,82,.22),inset 0 1px 0 rgba(255,255,255,.22); cursor: pointer; transition: transform .17s ease,filter .17s ease,box-shadow .17s ease; }
.premium-signin-button:hover { transform: translateY(-2px); filter: brightness(1.04); box-shadow: 0 18px 35px rgba(18,166,82,.27); }
.premium-signin-button b { display: grid; width: 30px; height: 30px; place-items: center; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.12); border-radius: 9px; }
.premium-signin-button:disabled { opacity: .7; cursor: wait; transform: none; }
.premium-login-security { display: flex; align-items: flex-start; gap: 10px; margin-top: 22px; padding: 12px; background: #f6f9f7; border: 1px solid #e8efeb; border-radius: 12px; }
.premium-security-icon { display: grid; width: 29px; height: 29px; flex: 0 0 29px; place-items: center; color: #159655; background: #e5f6ec; border-radius: 9px; font-size: 8px; }
.premium-login-security > div { display: flex; flex-direction: column; }
.premium-login-security strong { color: #3b5347; font-size: 8.7px; }
.premium-login-security small { margin-top: 2px; color: #8a9b93; font-size: 7.7px; line-height: 1.45; }
.premium-login-footer { position: absolute; right: 0; bottom: 22px; left: 0; color: #a0afa8; font-size: 7.8px; text-align: center; }

/* Responsive */
@media (max-width: 1320px) {
  .premium-kpi-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .premium-dashboard-layout { grid-template-columns: minmax(0,1.5fr) minmax(285px,.72fr); }
  .premium-performance-grid article { align-items: flex-start; flex-direction: column; }
  .premium-performance-copy p { min-height: 0; }
  .premium-login-shell { grid-template-columns: minmax(530px,1.05fr) minmax(450px,.95fr); }
  .premium-product-preview { width: 96%; }
}
@media (max-width: 1080px) {
  body.pro-wa-ui .pro-sidebar { transform: translateX(-102%); transition: transform .22s ease; }
  body.pro-wa-ui.sidebar-open .pro-sidebar { transform: translateX(0); }
  body.pro-wa-ui .pro-main { margin-left: 0 !important; }
  body.pro-wa-ui .pro-menu-btn { display: grid !important; }
  body.pro-wa-ui.sidebar-open .mobile-shade { position: fixed; inset: 0; z-index: 45; display: block; background: rgba(3,17,11,.56); backdrop-filter: blur(3px); }
  .premium-hero-content { grid-template-columns: 1fr; }
  .premium-hero-insight { max-width: 520px; }
  .premium-dashboard-layout { grid-template-columns: 1fr; }
  .premium-dashboard-secondary { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .premium-login-shell { grid-template-columns: minmax(480px,.9fr) minmax(430px,1.1fr); }
  .premium-showcase-copy h1 { font-size: 44px; }
  .premium-product-preview { height: 300px; }
}
@media (max-width: 840px) {
  body.pro-wa-ui .pro-topbar { min-height: 68px !important; padding: 0 16px !important; }
  body.pro-wa-ui .pro-content { padding: 21px 15px 38px !important; }
  .pro-business-switch,.pro-wallet,.pro-menu-search { display: none; }
  .premium-dashboard-hero { border-radius: 21px; }
  .premium-hero-content { padding: 25px 22px; }
  .premium-hero-copy h1 { font-size: 32px; }
  .premium-kpi-grid { gap: 11px; }
  .premium-dashboard-secondary { grid-template-columns: 1fr; }
  .premium-performance-grid { grid-template-columns: 1fr; }
  .premium-performance-grid article { align-items: center; flex-direction: row; border-right: 0; border-bottom: 1px solid #eaf0ed; }
  .premium-performance-grid article:last-child { border-bottom: 0; }
  .premium-login-shell { display: block; }
  .premium-login-showcase { display: none; }
  .premium-login-form-side { min-height: 100vh; padding: 90px 24px 55px; }
  .premium-mobile-brand { position: absolute; top: 24px; left: 24px; display: flex; align-items: center; gap: 10px; }
  .premium-mobile-brand .premium-login-logo { width: 39px; height: 39px; flex-basis: 39px; border-radius: 12px; }
  .premium-mobile-brand strong { color: #1c3328; font-size: 12px; }
  .premium-mobile-brand small { color: #8b9c94; font-size: 7.5px; }
  .premium-login-card { max-width: 470px; }
}
@media (max-width: 560px) {
  .premium-hero-content { padding: 22px 18px; }
  .premium-hero-actions { display: grid; grid-template-columns: 1fr; }
  .premium-hero-insight { padding: 15px; }
  .premium-insight-grid div { padding: 8px; }
  .premium-kpi-grid { grid-template-columns: 1fr; }
  .premium-panel-head { align-items: flex-start; flex-direction: column; min-height: auto; padding: 16px; }
  .premium-performance-grid article { align-items: flex-start; flex-direction: column; padding: 18px 16px; }
  .premium-login-form-side { padding-right: 17px; padding-left: 17px; }
  .premium-login-card { padding: 28px 22px; border-radius: 20px; }
  .premium-login-heading h2 { font-size: 29px; }
}
