/* licv3.css — compact overlay theme for License v3 admin pages. Loaded after style.css. */
.dx-table{ width:100%; border-collapse:collapse; font-size:12.5px; }
.dx-table th{ text-align:left; color:var(--t2,#9aa); font-weight:600; padding:7px 9px; border-bottom:1px solid var(--bd,#2a2a2e); white-space:nowrap; }
.dx-table td{ padding:8px 9px; border-bottom:1px solid var(--bd,#2a2a2e); vertical-align:middle; }
.dx-table tr:hover td{ background:rgba(255,255,255,.02); }
.lic-key{ font-family:ui-monospace,Menlo,Consolas,monospace; font-weight:700; letter-spacing:.6px; }
.lic-key-box{ display:inline-flex; align-items:center; gap:10px; background:rgba(255,255,255,.03); border:1px dashed var(--bd,#3a3a40); border-radius:8px; padding:8px 12px; }
.btn-copy{ cursor:pointer; border:0; background:var(--accent,#2563eb); color:#fff; border-radius:6px; padding:4px 9px; font-size:11px; font-weight:600; }
/* compact polish */
.card{ padding:14px 16px; }
.page-header h1{ font-size:18px; }
.sub{ font-size:12px; }
.btn{ font-size:12.5px; }
