:root{color:#0f172a;background:#f8fafc;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}.app-shell{display:grid;grid-template-columns:320px 1fr;min-height:100vh}.sidebar{background:#111827;color:#e5e7eb;border-right:1px solid #1f2937}.sidebar-inner{padding:1rem;display:flex;flex-direction:column;gap:1.5rem}.sidebar-section h2,.topbar h1,.chart-card h3{margin:0;font-size:1rem}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.main-panel{display:flex;flex-direction:column;min-width:0}.topbar{padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #e2e8f0}.topbar-content,.topbar-actions,.filter-actions,.modal-actions,.pagination,.table-meta{display:flex;align-items:center;gap:.75rem}.topbar-content{justify-content:space-between}.content{padding:1rem 1.5rem 2rem;display:flex;flex-direction:column;gap:1rem}.filter-panel,.filter-chips,.chart-card,.data-table-wrapper,.banner{background:#fff;border:1px solid #e2e8f0;border-radius:12px}.filter-panel{padding:.75rem;display:flex;flex-direction:column;gap:.75rem}.field,.checkbox-field{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem}.field input,.field select{width:100%;padding:.5rem .65rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a}.field select[multiple]{min-height:88px}.dynamic-filters{display:flex;flex-direction:column;gap:.65rem;padding-top:.25rem;border-top:1px solid #374151}.dynamic-filters-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.875rem;color:#e5e7eb}.dynamic-filter-row{display:flex;flex-direction:column;gap:.35rem;padding:.5rem;border:1px solid #374151;border-radius:8px;background:#0f172a}.dynamic-filter-row select{width:100%;padding:.5rem .65rem;border:1px solid #374151;border-radius:8px;background:#111827;color:#e5e7eb}.dynamic-filter-row select[multiple]{min-height:72px}.button{border:none;border-radius:8px;padding:.55rem .9rem;cursor:pointer}.button-primary{background:#2563eb;color:#fff}.button-secondary{background:#e2e8f0;color:#0f172a}.button-link{background:transparent;color:#2563eb;padding:0}.button-small{font-size:.75rem}.button:disabled{opacity:.6;cursor:not-allowed}.export-button-wrapper{display:inline-flex;cursor:not-allowed}.saved-filter-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.saved-filter-list li{background:#1f2937;border-radius:10px;padding:.5rem}.saved-filter-list li.active{outline:1px solid #60a5fa}.saved-filter-button{width:100%;text-align:left;background:transparent;border:none;color:inherit;cursor:pointer;display:flex;gap:.35rem}.saved-filter-actions{display:flex;gap:.5rem;margin-top:.35rem}.star{color:#fbbf24}.filter-chips{padding:.75rem 1rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.chip{background:#eff6ff;color:#1d4ed8;padding:.25rem .6rem;border-radius:999px;font-size:.875rem}.chip-removable{display:inline-flex;align-items:center;gap:.35rem;padding-right:.35rem}.chip-remove{border:none;background:transparent;color:#1d4ed8;cursor:pointer;font-size:1rem;line-height:1;padding:0 .15rem}.sidebar-help{margin:0 0 .75rem;font-size:.8rem}.sync-apps-panel{display:flex;flex-direction:column;gap:.5rem}.sync-apps-list{display:flex;flex-direction:column;gap:.35rem;max-height:220px;overflow:auto}.sync-app-option{flex-direction:row;align-items:center;gap:.5rem;font-size:.85rem;color:#e5e7eb}.sync-app-option input{width:auto}.sync-apps-error{margin:0;font-size:.8rem;color:#fca5a5}.column-selector{display:flex;flex-direction:column;gap:.75rem}.column-selector input{width:100%;padding:.5rem .65rem;border:1px solid #374151;border-radius:8px;background:#111827;color:#e5e7eb}.column-list{max-height:240px;overflow:auto;display:flex;flex-direction:column;gap:.35rem}.column-option{flex-direction:row;align-items:center;gap:.5rem;font-size:.8rem;color:#e5e7eb}.column-option input{width:auto}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}.chart-card{padding:1rem}.retention-chart{grid-column:1 / -1}.retention-chart-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.retention-chart-subtitle{margin:.35rem 0 0}.retention-max-days{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem}.retention-max-days select{min-width:5rem}.retention-tooltip{background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;padding:.5rem .75rem;font-size:.875rem}.retention-tooltip-note{color:#b45309;margin-top:.25rem}.data-table-wrapper{padding:1rem}.table-scroll{overflow:auto}.data-table{width:100%;border-collapse:collapse;font-size:.875rem}.data-table th,.data-table td{padding:.65rem .75rem;border-bottom:1px solid #e2e8f0;text-align:left;white-space:nowrap}.data-table th{background:#f8fafc;position:sticky;top:0}.empty-cell{text-align:center;padding:2rem;color:#64748b}.banner{padding:.75rem 1rem}.banner.error,.error-text{color:#b91c1c}.user-badge,.muted-text{color:#64748b;font-size:.875rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:grid;place-items:center;z-index:20}.modal{width:min(420px,calc(100vw - 2rem));background:#fff;border-radius:12px;padding:1rem}.modal-checkbox-field{display:flex;flex-direction:row;align-items:center;gap:.5rem;margin-top:.75rem;font-size:.875rem;cursor:pointer;-webkit-user-select:none;user-select:none}.modal-checkbox-field input{width:1rem;height:1rem;margin:0;flex-shrink:0}.modal-actions{justify-content:flex-end;margin-top:1rem}.danger{color:#dc2626}@media(max-width:960px){.app-shell{grid-template-columns:1fr}}.admin-page{min-height:100vh;background:#f8fafc;padding:1.5rem}.admin-login-card{max-width:420px;margin:4rem auto;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.admin-login-form{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.admin-back-link{display:inline-block;margin-top:1rem;color:#2563eb;font-size:.875rem}.admin-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.admin-header-actions{display:flex;gap:.75rem}.admin-tabs{display:flex;flex-direction:column;gap:1rem}.admin-tabs-nav{display:flex;flex-wrap:wrap;gap:.5rem;padding-bottom:.25rem;border-bottom:1px solid #e2e8f0}.admin-tab{border:1px solid transparent;border-radius:999px;padding:.45rem .9rem;background:transparent;color:#475569;font-size:.875rem;font-weight:500;cursor:pointer}.admin-tab:hover{background:#f1f5f9;color:#0f172a}.admin-tab-active{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.admin-tab-panels{min-height:200px}.admin-tab-panel .admin-section{margin-bottom:0}.admin-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;margin-bottom:1rem}.admin-section h2{margin:0;font-size:1rem}.admin-sync-apps-list{max-height:280px}.admin-sync-app-option{color:#0f172a}.admin-user-filter{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem}.admin-user-filter select,.admin-user-filter input{padding:.45rem .65rem;border:1px solid #cbd5e1;border-radius:8px}.admin-log-filters{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.admin-table-wrapper{overflow:auto}.admin-logs-table code.audit-details{display:block;max-width:420px;overflow:auto;white-space:pre-wrap;word-break:break-word;font-size:.75rem}.column-exclusions-toolbar{display:grid;grid-template-columns:1fr minmax(180px,240px);gap:1rem;margin-bottom:1rem}.column-purge-status{margin-bottom:1rem;padding:.75rem 1rem;border-radius:8px;background:#eff6ff;border:1px solid #bfdbfe}.column-purge-status p{margin:.15rem 0}.column-exclusions-search input,.column-exclusions-scope select{width:100%}.column-exclusions-list{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.column-exclusions-list-header,.column-exclusion-row{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center;padding:.75rem 1rem}.column-exclusions-list-header{background:#f8fafc;font-size:.875rem;font-weight:600;color:#475569}.column-exclusion-row{border-top:1px solid #e2e8f0;cursor:pointer}.column-exclusion-row:hover{background:#fafafa}.column-exclusion-name{display:flex;flex-direction:column;gap:.15rem}.column-exclusion-name code{font-size:.75rem;color:#64748b}.column-exclusion-badge{display:inline-block;width:fit-content;margin-top:.15rem;padding:.1rem .45rem;border-radius:999px;background:#e2e8f0;color:#334155;font-size:.75rem}.column-exclusion-badge.muted{background:#f1f5f9;color:#64748b}.column-exclusion-row input{width:auto;justify-self:end}@media(max-width:720px){.column-exclusions-toolbar{grid-template-columns:1fr}}
