.table-meta-with-actions{display:flex;align-items:center;gap:14px;min-height:58px}.table-meta-with-actions>.export-list-actions{margin-left:auto}.export-list-actions{position:relative;z-index:20}.export-menu{position:relative}.export-menu>summary{list-style:none}.export-menu>summary::-webkit-details-marker{display:none}.export-trigger{height:36px;border:1px solid var(--line);border-radius:9px;padding:0 11px;display:flex;align-items:center;gap:7px;background:var(--white);color:var(--ink);font-size:11px;font-weight:800;cursor:pointer;white-space:nowrap}.export-trigger>i:first-child{color:var(--teal);font-size:16px}.export-trigger>i:last-child{color:var(--muted);transition:.18s}.export-menu[open] .export-trigger>i:last-child{transform:rotate(180deg)}.export-popover{position:absolute;right:0;top:calc(100% + 8px);width:min(520px,calc(100vw - 48px));padding:16px;background:var(--white);border:1px solid var(--line);border-radius:14px;box-shadow:0 22px 55px rgba(16,42,59,.2)}.export-popover-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.export-popover-head>span:last-child{display:flex;flex-direction:column}.export-popover-head strong{font-size:12px;color:var(--ink)}.export-popover-head small{font-size:10px;color:var(--muted);margin-top:2px}.export-panel-icon{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:#eaf6f4;color:var(--teal);font-size:17px}.export-form{display:grid;grid-template-columns:1fr 1fr;gap:11px}.export-date-grid{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:11px}.export-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:8px;padding-top:2px}.export-button{min-height:38px;border:0;border-radius:9px;padding:8px 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;color:#fff;font-size:11px;font-weight:800;cursor:pointer}.export-button.excel{background:#238466}.export-button.pdf{background:#d85d51}.export-button:hover{filter:brightness(.94)}body.theme-midnight .export-trigger,body.theme-midnight .export-popover{background:#112a36}body.theme-midnight .export-panel-icon{background:#173e43;color:#72d7cb}@media(max-width:620px){.table-meta-with-actions{align-items:flex-start;flex-wrap:wrap}.table-meta-with-actions>.export-list-actions{margin-left:0;width:100%}.export-trigger{width:100%;justify-content:center}.export-popover{position:fixed;left:12px;right:12px;top:auto;bottom:12px;width:auto;max-height:calc(100vh - 24px);overflow:auto}.export-form,.export-date-grid{grid-template-columns:1fr}.export-form>.field{grid-column:1}.export-actions{display:grid;grid-template-columns:1fr 1fr}.export-button{width:100%}}
