html,body,#root{height:100%}:root{color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#f5f7fb;color:#1f2933;line-height:1.5}html[data-theme=dark]{color-scheme:dark;background-color:#0f172a;color:#e2e8f0}*{box-sizing:border-box}body{margin:0;min-height:100%;background-color:inherit;color:inherit;overflow:hidden}button,input,textarea,select{font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.layout-shell{display:grid;grid-template-columns:280px 1fr;height:100vh;background-color:inherit;transition:grid-template-columns .2s ease}.layout-shell.sidebar-collapsed{grid-template-columns:88px 1fr}.layout-main{display:flex;flex-direction:column;height:100vh;min-height:0;background-color:inherit}.layout-content{flex:1;padding:1.5rem 2rem;background:linear-gradient(180deg,rgba(15,23,42,.04),transparent 200px);min-height:0;overflow:auto}.layout-content>.page.reports{margin-left:-2rem;margin-right:-2rem;padding:1.5rem 1.5rem 0}.page{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;min-height:0}.page.reports{max-width:none;width:100%;margin:0;flex:1;min-height:0;height:100%;overflow:hidden}.page-header h2{margin:0;font-size:1.5rem;font-weight:600}.page-subtitle{margin:.25rem 0 0;color:#1f2933b3}html[data-theme=dark] .page-subtitle{color:#e2e8f0b3}.card{background:#ffffffeb;border-radius:1rem;padding:1.5rem;box-shadow:0 18px 40px #0f172a29;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}html[data-theme=dark] .card{background:#0f172abf;box-shadow:0 18px 40px #00000073}.card.muted{text-align:center;color:#1f2933b3}html[data-theme=dark] .card.muted{color:#e2e8f099}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.stat-card{display:flex;flex-direction:column;padding:1.5rem;background:#ffffffd9;border-radius:.75rem;box-shadow:0 12px 32px #0f172a1f}html[data-theme=dark] .stat-card{background:#0f172acc;box-shadow:0 12px 32px #0000008c}.stat-label{font-size:.9rem;color:#1f2933b3}html[data-theme=dark] .stat-label{color:#e2e8f099}.stat-value{font-size:2rem;font-weight:600}.status-list{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:.75rem}.status-list li{display:flex;justify-content:space-between;background:#6366f114;color:inherit;padding:.75rem 1rem;border-radius:.75rem}html[data-theme=dark] .status-list li{background:#818cf833}.sidebar{position:relative;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-right:1px solid rgba(99,110,139,.12);transition:transform .3s ease;z-index:30}html[data-theme=dark] .sidebar{background:#0f172ad9;border-right-color:#47556966}.sidebar.collapsed .sidebar-link-label{display:none}.sidebar.collapsed{align-items:center}.sidebar.collapsed .sidebar-title{display:none}.sidebar.collapsed .sidebar-collapse{align-self:stretch}.sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.sidebar-title{font-size:1.25rem;font-weight:700;letter-spacing:.05em}.sidebar-collapse{border:none;background:#6366f124;color:inherit;border-radius:999px;padding:.4rem .6rem;cursor:pointer}.sidebar-nav{display:flex;flex-direction:column;gap:.5rem}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.65rem .75rem;border-radius:.75rem;text-decoration:none;color:inherit;font-weight:500;transition:background-color .2s ease,color .2s ease}.sidebar-link:hover,.sidebar-link:focus-visible{background:#6366f12e;outline:none}.sidebar-link.active{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.sidebar-link-icon{width:2rem;height:2rem;display:grid;place-items:center;background:#6366f12e;border-radius:.8rem;font-weight:600}.sidebar.collapsed .sidebar-link-icon{margin:0}.sidebar-backdrop{display:none}.topbar{position:sticky;top:0;z-index:25;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(99,110,139,.12)}html[data-theme=dark] .topbar{background:#0f172ad9;border-bottom-color:#47556966}.topbar-left{display:flex;align-items:center;gap:1rem}.topbar-menu{display:none;border:none;background:#6366f12e;color:inherit;border-radius:.75rem;padding:.5rem .75rem;cursor:pointer}.topbar-title{margin:0;font-size:1.25rem}.topbar-right{display:flex;align-items:center;gap:1rem;position:relative}.theme-toggle{display:inline-flex;background:#6366f126;border-radius:999px;padding:.25rem}.theme-toggle-button{border:none;background:transparent;color:inherit;border-radius:999px;padding:.4rem .9rem;cursor:pointer}.theme-toggle-button.active{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 8px 18px #6366f173}.profile-menu{position:relative}.profile-trigger{border:none;background:transparent;cursor:pointer}.avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;display:grid;place-items:center;font-weight:600}.profile-dropdown{position:absolute;right:0;top:calc(100% + .5rem);list-style:none;margin:0;padding:.5rem;background:#fffffffa;border-radius:.75rem;box-shadow:0 18px 40px #0f172a2e;min-width:180px;display:flex;flex-direction:column;gap:.25rem}html[data-theme=dark] .profile-dropdown{background:#0f172aeb;box-shadow:0 18px 40px #0009}.profile-dropdown button{width:100%;border:none;background:transparent;text-align:left;padding:.6rem .75rem;border-radius:.6rem;cursor:pointer}.profile-dropdown button:hover,.profile-dropdown button:focus-visible{background:#6366f126;outline:none}.reports-table{display:flex;flex-direction:column;gap:1rem;flex:1;min-height:0;height:100%}.column-banner{padding:1rem 1.5rem;border-radius:1rem;background:#fde68a40;border:1px solid rgba(250,204,21,.45);color:#92400ef2;display:flex;flex-direction:column;gap:.35rem;align-items:center;text-align:center}html[data-theme=dark] .column-banner{background:#ca8a0433;border-color:#ca8a0480;color:#fde047e6}.filters-toolbar{display:flex;flex-wrap:wrap;gap:1.25rem;align-items:flex-end;padding:1.25rem 1.5rem;border-radius:1.1rem;background:#fffffff0;box-shadow:0 12px 30px #0f172a1f}html[data-theme=dark] .filters-toolbar{background:#0f172ae0;box-shadow:0 12px 30px #0000008c}.filters-group{display:flex;flex-direction:column;gap:.5rem}.filter-label{font-size:.85rem;color:#1f2933a6}html[data-theme=dark] .filter-label{color:#e2e8f0b3}.filters-group input,.filters-group select{padding:.55rem .75rem;border-radius:.75rem;border:1px solid rgba(99,110,139,.24);background:#ffffffeb;color:inherit;min-width:200px}html[data-theme=dark] .filters-group input,html[data-theme=dark] .filters-group select{background:#0f172ad9;border-color:#4755698c}.date-filters{display:inline-flex;gap:.5rem;flex-wrap:wrap}.custom-range{display:flex;gap:.5rem}.custom-range input{min-width:0}.filters-group .pill{padding:.45rem .9rem;min-width:auto}.filters-group .pill.danger{background:#ef444426;color:#dc2626}html[data-theme=dark] .filters-group .pill.danger{background:#f871712e;color:#fca5a5}.selection-bar{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-radius:.9rem;background:#3b82f61f;border:1px solid rgba(59,130,246,.2)}.selection-bar button{border:none;background:transparent;color:inherit;cursor:pointer}.selection-bar .primary{padding:.45rem .95rem;border-radius:999px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-weight:600}.selection-bar .primary:disabled{opacity:.6;cursor:not-allowed}.transcription-cell{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.transcription-cell span{flex:1;white-space:normal;overflow-wrap:anywhere}.transcription-cell .link{border:none;background:transparent;color:#2563eb;cursor:pointer;font-weight:600}html[data-theme=dark] .transcription-cell .link{color:#93c5fd}.checkbox-col{width:52px;text-align:center}.checkbox-col input{width:18px;height:18px}.table-wrapper{flex:1;min-height:0;overflow:auto;border-radius:1rem;box-shadow:inset 0 0 0 1px #636e8b1f;background:#ffffffeb}html[data-theme=dark] .table-wrapper{background:#0f172ad9;box-shadow:inset 0 0 0 1px #47556973}table{width:100%;border-collapse:collapse;min-width:0}th,td{padding:.75rem 1rem;border-bottom:1px solid rgba(99,110,139,.16);text-align:left;vertical-align:top}th{position:sticky;top:0;background:#fafaffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:5}html[data-theme=dark] th{background:#0f172ae6}.column-sort{border:none;background:transparent;color:inherit;font-weight:600;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer}.sort-indicator{font-size:.8rem}tbody tr{cursor:pointer;transition:background-color .2s ease}tbody tr:nth-child(2n){background:#6366f10f}html[data-theme=dark] tbody tr:nth-child(2n){background:#818cf829}tbody tr:hover,tbody tr:focus-visible{background:#6366f11f;outline:none}.table-state{padding:4rem 2rem;text-align:center;border-radius:1rem;background:#ffffffe6;box-shadow:0 12px 32px #0f172a1f}.table-state.error{color:#dc2626}.pagination-bar{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.pagination-controls{display:inline-flex;gap:.5rem;align-items:center}.pagination-controls label{font-size:.85rem;color:#1f293399}html[data-theme=dark] .pagination-controls label{color:#e2e8f0a6}.pagination-controls select{padding:.45rem .75rem;border-radius:.6rem;border:1px solid rgba(99,110,139,.24);background:transparent;color:inherit}.pagination-controls button{border:none;background:#6366f12e;color:inherit;padding:.5rem .8rem;border-radius:.6rem;cursor:pointer}.pagination-controls button:disabled{opacity:.45;cursor:not-allowed}.link{border:none;background:transparent;color:#2563eb;cursor:pointer;font-weight:600}.link:hover,.link:focus-visible{text-decoration:underline;outline:none}html[data-theme=dark] .link{color:#93c5fd}.detail-drawer{position:fixed;top:0;right:-520px;width:min(520px,40vw);height:100vh;background:#fffffffa;box-shadow:-18px 0 48px #0f172a40;transition:right .3s ease;display:flex;flex-direction:column;z-index:40}html[data-theme=dark] .detail-drawer{background:#0f172aeb;box-shadow:-18px 0 48px #0009}.detail-drawer.open{right:0}.detail-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(99,110,139,.15)}.detail-header h3{margin:0}.detail-header button{border:none;background:transparent;font-size:1.25rem;cursor:pointer}.detail-content{padding:1.5rem;overflow-y:auto}.detail-highlight{margin-bottom:1rem;padding:1rem 1.1rem;border-radius:.9rem;background:#6366f11f;box-shadow:inset 0 0 0 1px #636e8b33}html[data-theme=dark] .detail-highlight{background:#818cf838;box-shadow:inset 0 0 0 1px #94a3b84d}.detail-highlight h4{margin:0 0 .5rem;font-size:.95rem;text-transform:capitalize}.detail-highlight p{margin:0;line-height:1.5;white-space:pre-wrap}.detail-content dl{margin:0;display:grid;grid-template-columns:1fr;gap:.75rem}.detail-row{background:#6366f114;padding:.75rem 1rem;border-radius:.75rem}html[data-theme=dark] .detail-row{background:#818cf82e}.detail-row dt{font-weight:600}.detail-row dd{margin:.25rem 0 0;word-break:break-word}.assistant-container{position:fixed;bottom:2rem;left:1.25rem;z-index:45;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.layout-shell.sidebar-collapsed .assistant-container{left:1.25rem}.assistant-toggle{border:none;border-radius:999px;padding:.75rem 1.5rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-weight:600;cursor:pointer;box-shadow:0 18px 40px #6366f173}.assistant-warning{padding:.5rem .75rem;border-radius:.75rem;background:#ef44441f;color:#b91c1c;font-size:.9rem;box-shadow:0 10px 25px #ef444433}html[data-theme=dark] .assistant-warning{background:#f8717133;color:#fecaca;box-shadow:0 10px 25px #ef444440}.assistant-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a59;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:40}.assistant-panel{position:fixed;bottom:2rem;left:1.25rem;transform:translate(-420px);width:min(360px,calc(100% - 2rem));max-height:calc(100vh - 4rem);background:#fffffffa;border-radius:1.2rem;box-shadow:0 24px 70px #0f172a59;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease;z-index:50}.layout-shell.sidebar-collapsed .assistant-panel{left:1.25rem}html[data-theme=dark] .assistant-panel{background:#0f172aeb;box-shadow:0 24px 70px #000000a6}.assistant-panel.open{transform:translate(0)}.assistant-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(99,110,139,.15)}.assistant-header h2{margin:0;font-size:1.1rem}.assistant-status{padding:.5rem 1.25rem;color:#1f2933a6;font-size:.85rem}html[data-theme=dark] .assistant-status{color:#e2e8f099}.assistant-messages{flex:1;overflow-y:auto;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.assistant-message{background:#6366f11f;border-radius:.8rem;padding:.75rem;font-size:.95rem;line-height:1.5}.assistant-message.user{align-self:flex-end;background:#2dd4bf2e}.assistant-meta{font-size:.75rem;color:#475569cc;margin-top:.35rem}html[data-theme=dark] .assistant-meta{color:#94a3b8bf}.assistant-divider{text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;color:#64748bd9;text-align:center;margin:.5rem 0}html[data-theme=dark] .assistant-divider{color:#94a3b8cc}.assistant-input{display:flex;gap:.75rem;padding:.85rem 1.25rem 1.25rem}.assistant-input input{flex:1;border-radius:.75rem;padding:.6rem .9rem;border:1px solid rgba(99,110,139,.24);background:#ffffffe6}html[data-theme=dark] .assistant-input input{background:#0f172ad9;color:inherit;border-color:#47556973}.assistant-input button{border:none;border-radius:.75rem;padding:.6rem 1rem;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.assistant-footer{padding:0 1.25rem 1rem;font-size:.8rem;color:#1f293399}html[data-theme=dark] .assistant-footer{color:#e2e8f08c}.setting-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid rgba(99,110,139,.12)}.setting-row:last-of-type{border-bottom:none}.setting-actions{display:inline-flex;gap:.75rem}.pill{border:none;border-radius:999px;padding:.5rem 1.2rem;background:#6366f11f;color:inherit;cursor:pointer}.pill.active{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 12px 28px #6366f166}.pingate{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2.5rem;background:radial-gradient(circle at top left,rgba(99,102,241,.12),transparent 55%),radial-gradient(circle at bottom right,rgba(14,165,233,.12),transparent 45%)}.pingate-split{display:grid;grid-template-columns:minmax(280px,1.1fr) minmax(280px,.9fr);gap:2rem;width:min(1000px,100%);background:#ffffffe6;border-radius:1.5rem;padding:2.5rem;box-shadow:0 24px 60px #0f172a2e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}html[data-theme=dark] .pingate-split{background:#0f172ad9;box-shadow:0 24px 60px #0009}.pingate-hero{display:flex;flex-direction:column;gap:1rem;justify-content:center}.pingate-brand{font-size:.85rem;letter-spacing:.35em;text-transform:uppercase;color:#6366f1d9;font-weight:700}.pingate-hero h1{margin:0;font-size:2.4rem;line-height:1.1;font-family:Georgia,Times New Roman,serif;color:inherit}.pingate-tagline{font-size:1.05rem;color:#1f2933b3;margin:0}html[data-theme=dark] .pingate-tagline{color:#e2e8f0b3}.pingate-kicker{padding:.75rem 1rem;border-radius:.9rem;background:#6366f11f;color:#374151d9;font-size:.9rem}html[data-theme=dark] .pingate-kicker{background:#6366f133;color:#e2e8f0bf}.pingate-card{background:#ffffffeb;border-radius:1.2rem;padding:2rem;box-shadow:0 18px 40px #0f172a1f;display:flex;flex-direction:column;gap:.75rem}html[data-theme=dark] .pingate-card{background:#1e293bd9;box-shadow:0 18px 40px #00000073}.pingate-card h2{font-size:1.4rem;margin:0}.pingate-card p{margin:0 0 .5rem;color:#1f2933a6}html[data-theme=dark] .pingate-card p{color:#e2e8f0a6}.pingate-form{display:flex;flex-direction:column;gap:.75rem}.pingate input{font-size:1rem;letter-spacing:.02em;text-align:left;padding:.75rem .95rem;border-radius:.85rem;border:1px solid rgba(99,110,139,.24);background:#ffffffe6}html[data-theme=dark] .pingate input{background:#0f172ad9;color:inherit;border-color:#47556980}.pingate button{border:none;padding:.8rem 1rem;border-radius:.85rem;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;font-weight:600;cursor:pointer}.pingate .error{color:#dc2626;font-size:.9rem}@media (max-width: 960px){.pingate{padding:1.5rem}.pingate-split{grid-template-columns:1fr;padding:2rem}.pingate-hero{text-align:center;align-items:center}}@media (max-width: 960px){.layout-shell,.layout-shell.sidebar-collapsed{grid-template-columns:0 1fr}.sidebar{position:fixed;top:0;bottom:0;left:-320px;width:260px;border-right:none;border-radius:0 1.5rem 1.5rem 0;box-shadow:24px 0 60px #0f172a33;transition:transform .3s ease,left .3s ease}.sidebar.open{left:0}.sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:none;z-index:20}.sidebar.collapsed{grid-template-columns:0}.topbar-menu{display:inline-flex}.layout-content{padding:1.25rem}.assistant-container{left:1rem}.assistant-panel{left:1rem;right:1rem;transform:translate(-110%)}.assistant-panel.open{transform:translate(0);width:auto}.layout-content>.page.reports{margin-left:0;margin-right:0;padding:1rem 1rem 0}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
