.data-explorer-layer{align-items:flex-start;padding:18px;overflow:auto}.data-explorer-modal{width:min(1500px,98vw);max-width:none;max-height:none}.data-explorer-filter{display:grid;gap:12px;padding:15px;border:1px solid var(--line);border-radius:12px;background:#f7f9f6}.data-explorer-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.data-explorer-actions{margin-top:0}.data-explorer-summary{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr)) auto;gap:10px;align-items:center;margin:18px 0 10px}.data-explorer-summary>div{display:grid;padding:10px 12px;border:1px solid var(--line);border-radius:9px;background:#fff}.data-explorer-summary strong{font-size:20px}.data-explorer-summary small{color:var(--muted)}.data-explorer-table-wrap{overflow:auto;max-height:54vh;border:1px solid var(--line);border-radius:10px;background:#fff}.data-explorer-table{border-collapse:separate;border-spacing:0;min-width:100%;width:max-content;font-size:12px}.data-explorer-table th,.data-explorer-table td{padding:8px 10px;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.data-explorer-table th{position:sticky;top:0;z-index:2;background:#eaf2e6;text-align:left}.data-explorer-table th:first-child,.data-explorer-table td:first-child{position:sticky;left:0;z-index:1;background:#f7f9f6;color:var(--muted)}.data-explorer-table th:first-child{z-index:3;background:#eaf2e6}.data-explorer-pagination{display:flex;justify-content:center;align-items:center;gap:14px;padding:14px}.data-explorer-pagination span{font-size:12px;font-weight:750}.data-explorer-profiles{border-top:1px solid var(--line);padding-top:18px}.data-explorer-profiles>div:last-child{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:10px}.data-profile-card{padding:12px;border:1px solid var(--line);border-radius:10px;background:#fbfcf9;display:grid;gap:6px}.data-profile-card>div:first-child{display:flex;justify-content:space-between;gap:8px}.data-profile-card>div:first-child span{font-size:10px;font-weight:800;text-transform:uppercase;color:var(--muted)}.data-profile-card small{color:var(--muted)}.data-profile-bar{height:5px;border-radius:99px;background:#e4e8e2;overflow:hidden}.data-profile-bar i{display:block;height:100%;background:#13c7d5}.data-profile-card p{display:flex;gap:5px;flex-wrap:wrap;margin:2px 0 0}.data-profile-card p span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:3px 6px;border-radius:99px;background:#eef1ec;font-size:10px}.data-profile-card p b{color:#007d8b}.data-explorer-materialize{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:start;margin-top:18px;padding:16px;border:1px solid var(--line);border-radius:12px;background:#f4f7f1}.data-explorer-materialize h3,.data-explorer-materialize p{margin:3px 0}.data-explorer-materialize>form{grid-column:1/-1;display:grid;gap:10px;padding-top:12px;border-top:1px solid var(--line)}.explorer-empty{text-align:center;padding:35px;border:1px dashed var(--line);border-radius:10px;background:#fafbf9}.explorer-empty p{color:var(--muted)}@media(max-width:800px){.data-explorer-filter-grid,.data-explorer-summary{grid-template-columns:1fr}.data-explorer-materialize{grid-template-columns:1fr}.data-explorer-layer{padding:4px}.data-explorer-modal{width:100%}}
