.react-grid-layout{transition:height .2s;position:relative}.react-grid-item{transition:left .2s,top .2s,width .2s,height .2s}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{z-index:1;will-change:width, height;transition:none}.react-grid-item.react-draggable-dragging{z-index:3;will-change:transform;transition:none}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{opacity:.2;z-index:2;-webkit-user-select:none;user-select:none;background:red;transition-duration:.1s}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{opacity:0;width:20px;height:20px;position:absolute}.react-grid-item:hover>.react-resizable-handle{opacity:1}.react-grid-item>.react-resizable-handle:after{content:"";border-bottom:2px solid #0006;border-right:2px solid #0006;width:5px;height:5px;position:absolute;bottom:3px;right:3px}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{cursor:sw-resize;bottom:0;left:0;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{cursor:se-resize;bottom:0;right:0}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{cursor:nw-resize;top:0;left:0;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{cursor:ne-resize;top:0;right:0;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{cursor:ew-resize;margin-top:-10px;top:50%}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{cursor:ns-resize;margin-left:-10px;left:50%}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}
.react-resizable{position:relative}.react-resizable-handle{box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:100% 100%;background-repeat:no-repeat;background-origin:content-box;width:20px;height:20px;padding:0 3px 3px 0;position:absolute}.react-resizable-handle-sw{cursor:sw-resize;bottom:0;left:0;transform:rotate(90deg)}.react-resizable-handle-se{cursor:se-resize;bottom:0;right:0}.react-resizable-handle-nw{cursor:nw-resize;top:0;left:0;transform:rotate(180deg)}.react-resizable-handle-ne{cursor:ne-resize;top:0;right:0;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{cursor:ew-resize;margin-top:-10px;top:50%}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{cursor:ns-resize;margin-left:-10px;left:50%}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}
:root{--background:#f5f6f4;--foreground:#202225;--muted:#69727c;--muted-strong:#48515a;--panel:#fff;--panel-border:#dde2dc;--accent:#087b72;--accent-strong:#064f4b;--accent-soft:#e0f4f0;--accent-soft-border:#abdcd4;--danger:#b42318;--danger-soft:#fff1f0;--table-head:#f0f4f1;--row-hover:#f8fbf9;--shadow:0 18px 44px #1d222614}*{box-sizing:border-box}html,body{min-height:100%;overflow:hidden auto}body{background:linear-gradient(180deg, #e0f4f08c, transparent 310px), var(--background);color:var(--foreground);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.auth-page{place-items:center;min-height:100dvh;padding:24px;display:grid}.auth-panel{width:min(420px,100%);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe0;border:1px solid #dde2dceb;border-radius:8px;padding:28px}.auth-eyebrow{color:var(--accent);letter-spacing:0;text-transform:uppercase;margin:0 0 8px;font-size:.78rem;font-weight:800}.auth-panel h1{margin-bottom:24px;font-size:2.2rem}.auth-form{gap:12px;display:grid}.auth-label{color:var(--muted-strong);font-size:.9rem;font-weight:700}.auth-input{border:1px solid var(--panel-border);width:100%;min-height:44px;color:var(--foreground);background:#fff;border-radius:8px;outline:none;padding:0 12px;transition:border-color .14s,box-shadow .14s}.auth-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #087b7224}.auth-error{color:var(--danger);margin:0;font-size:.9rem;font-weight:700}.auth-button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;min-height:44px;margin-top:4px;font-weight:800;transition:background-color .14s,transform .14s;display:inline-flex}.auth-button:hover{background:var(--accent-strong)}.auth-button:active{transform:translateY(1px)}.page-shell{width:min(1440px,100%);margin:0 auto;padding:16px 28px 42px}.topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f5f6f4c7;border-bottom:1px solid #c9d0c8c2;justify-content:space-between;align-items:center;gap:20px;min-height:48px;margin:-16px -28px 28px;padding:14px 28px;display:flex;box-shadow:0 12px 28px #1d22260f}.brand{color:var(--accent);letter-spacing:0;text-transform:uppercase;font-size:.78rem;font-weight:800}.page-intro{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}h1{letter-spacing:0;margin:0;font-size:clamp(2rem,3vw,3.2rem);font-weight:780}.subtitle{max-width:680px;color:var(--muted);margin:10px 0 0;font-size:1rem;line-height:1.6}.status-pill{border:1px solid var(--panel-border);background:var(--panel);min-height:36px;color:var(--muted);white-space:nowrap;border-radius:999px;align-items:center;padding:0 12px;font-size:.9rem;display:inline-flex;box-shadow:0 8px 22px #232a2e0d}.status-pill strong{color:var(--foreground);font-weight:700}.notice{background:var(--danger-soft);color:var(--danger);border:1px solid #ffd1cc;border-radius:8px;margin-bottom:18px;padding:14px 16px;line-height:1.45}.nav-tabs{border:1px solid var(--panel-border);background:#ffffffb8;border-radius:999px;align-items:center;gap:6px;margin:0;padding:5px;display:inline-flex;box-shadow:0 8px 22px #232a2e0d}.nav-tab{min-height:34px;color:var(--muted-strong);border-radius:999px;justify-content:center;align-items:center;padding:0 14px;font-size:.92rem;font-weight:700;transition:background-color .14s,color .14s;display:inline-flex}.nav-tab:hover{background:var(--accent-soft);color:var(--accent-strong)}.nav-tab.is-active{background:var(--accent);color:#fff}.table-stack{gap:26px;display:grid}.table-section{min-width:0;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc7;border:1px solid #dde2dce6;border-radius:8px;padding:18px}.section-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.section-title{letter-spacing:0;margin:0;font-size:1.12rem;font-weight:760}.section-meta{color:var(--muted);white-space:nowrap;font-size:.9rem}.table-stats{color:var(--muted-strong);white-space:nowrap;align-items:center;gap:8px;font-size:.88rem;display:inline-flex}.table-stats span{border:1px solid var(--panel-border);background:#fafbf9;border-radius:999px;align-items:center;min-height:30px;padding:0 10px;display:inline-flex}.table-toolbar{justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;display:flex}.time-filter-panel{box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc7;border:1px solid #dde2dce6;border-radius:8px;margin-bottom:18px}.time-filter-summary{cursor:pointer;color:var(--muted-strong);align-items:center;gap:10px;padding:14px 16px;font-weight:760;list-style-position:inside;display:flex}.time-filter-summary small{color:var(--muted);font-size:.86rem;font-weight:600}.time-filter-header{justify-content:space-between;align-items:flex-start;gap:16px;padding:0 16px 14px;display:flex}.time-filter-header p{color:var(--muted);margin:0;font-size:.9rem}.time-filter-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;padding:0 16px 16px;display:grid}.dashboard-filter-shell{margin-bottom:0}.topbar-slot{width:100%}.dashboard-filter-header-control{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;width:100%;display:grid}.dashboard-filter-header-control p{min-width:0;color:var(--muted);text-align:center;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.88rem;font-weight:680;overflow:hidden}.filter-menu-button{border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:38px;padding:0 14px;font-weight:800;display:inline-flex}.burger-icon{gap:4px;display:inline-grid}.burger-icon span{background:currentColor;border-radius:999px;width:16px;height:2px;display:block}.dashboard-header-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.filter-drawer-backdrop{z-index:60;cursor:pointer;opacity:0;pointer-events:none;background:#0d12165c;border:0;transition:opacity .16s;position:fixed;inset:0}.filter-drawer-backdrop.is-open{opacity:1;pointer-events:auto}.filter-drawer{z-index:61;width:min(80vw,1120px);max-width:100%;padding:0;transition:transform .18s;position:fixed;top:0;bottom:0;left:0;overflow:auto;transform:translate(-100%)}.filter-drawer.is-open{transform:translate(0)}.sql-widget-drawer{left:auto;right:0;transform:translate(100%)}.sql-widget-drawer-body{padding:0 16px 16px}.filter-panel{box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc7;border:1px solid #dde2dce6;border-radius:8px;margin-bottom:18px}.filter-panel-drawer{background:#fffffff5;flex-direction:column;min-height:100%;margin-bottom:0;display:flex}.filter-summary{cursor:pointer;color:var(--muted-strong);align-items:center;gap:10px;padding:14px 16px;font-weight:760;list-style-position:inside;display:flex}.filter-summary small{color:var(--muted);font-size:.86rem;font-weight:600}.filter-drawer-title{cursor:default;justify-content:space-between;list-style:none}.filter-drawer-title .secondary-button{margin-left:auto}.filter-panel-header{justify-content:space-between;align-items:flex-start;gap:14px;padding:0 16px 14px;display:flex}.filter-panel-header p{color:var(--muted);margin:0;font-size:.9rem}.filter-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:0 16px 16px;display:grid}.filter-drawer-footer{background:#ffffffd1;border-top:1px solid #dde2dce6;gap:8px;margin-top:auto;padding:14px 16px 16px;display:grid}.cache-clear-button{min-height:30px;color:var(--danger);justify-self:start;padding:0 10px;font-size:.84rem;font-weight:720}.filter-drawer-footer-note{color:var(--muted);margin:0;font-size:.86rem;line-height:1.4}.summary-section{margin-bottom:18px}.summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.summary-tile{min-width:0;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc7;border:1px solid #dde2dce6;border-radius:8px;padding:16px}.summary-tile>span,.summary-tile h3{color:var(--muted-strong);margin:0 0 10px;font-size:.9rem;font-weight:760;display:block}.summary-tile>strong{color:var(--foreground);letter-spacing:0;margin-top:10px;font-size:2rem;font-weight:820;display:block}.event-type-tile{min-height:120px}.event-type-tile>span{letter-spacing:.04em;text-transform:uppercase}.event-type-tile>p{color:var(--muted);margin:8px 0 0;font-size:.84rem;font-weight:600}.activity-timeline-tile{grid-column:1/-1}.activity-timeline-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.activity-timeline-header h3{margin-bottom:4px}.activity-timeline-header p{color:var(--muted);margin:0;font-size:.88rem;font-weight:600}.activity-timeline-legend{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.activity-timeline-legend span{border:1px solid var(--panel-border);min-height:30px;color:var(--muted-strong);background:#fff;border-radius:999px;align-items:center;gap:7px;padding:0 10px;font-size:.82rem;font-weight:720;display:inline-flex}.activity-timeline-legend i{border-radius:999px;width:9px;height:9px}.activity-timeline-chart{width:100%;min-width:0;height:320px;position:relative}.activity-timeline-chart svg{width:100%;height:100%;display:block;overflow:visible}.timeline-grid-line{stroke:#dfe6e2;stroke-dasharray:5 7;stroke-width:1px}.timeline-active-line{stroke:#48515a6b;stroke-dasharray:4 5;stroke-width:1.5px}.timeline-hover-zone{cursor:crosshair;outline:none}.timeline-hover-zone:focus{stroke:#087b7247;stroke-width:2px}.timeline-x-label,.timeline-y-label{fill:var(--muted);font-size:13px;font-weight:650}.timeline-x-label-middle{text-anchor:middle}.timeline-x-label-end{text-anchor:end}.activity-tooltip{border:1px solid var(--panel-border);min-width:190px;color:var(--muted-strong);pointer-events:none;background:#fffffff5;border-radius:8px;gap:7px;padding:12px;display:grid;box-shadow:0 16px 36px #1d222629}.activity-tooltip strong{color:var(--foreground);font-size:.9rem;font-weight:800}.activity-tooltip span{grid-template-columns:10px 1fr auto;align-items:center;gap:8px;font-size:.84rem;font-weight:680;display:grid}.activity-tooltip i{border-radius:999px;width:9px;height:9px}.activity-tooltip b{color:var(--foreground);font-weight:820}.summary-tile-wide{min-height:220px}.summary-list{gap:8px;margin:12px 0 0;padding:0;list-style:none;display:grid}.summary-list li{border:1px solid var(--panel-border);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;min-height:34px;padding:0 10px;display:flex}.summary-list span{min-width:0;color:var(--muted-strong);overflow-wrap:anywhere}.summary-list strong{color:var(--foreground);white-space:nowrap;font-weight:800}.summary-empty{color:var(--muted);margin:12px 0 0}.summary-chart-tile{margin-top:14px}.summary-chart-header{justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;display:flex}.summary-chart-header h3{margin-bottom:0}.chart-toggle{border:1px solid var(--panel-border);min-height:34px;color:var(--muted-strong);white-space:nowrap;background:#fff;border-radius:999px;align-items:center;gap:8px;padding:0 11px;font-size:.84rem;font-weight:720;display:inline-flex}.chart-toggle input{accent-color:var(--accent)}.country-chart-list{gap:8px;max-height:520px;margin:0;padding:0 4px 0 0;list-style:none;display:grid;overflow:auto}.country-chart-row{border:1px solid var(--panel-border);background:#fff;border-radius:8px;grid-template-columns:minmax(96px,140px) minmax(140px,1fr) minmax(72px,auto);align-items:center;gap:12px;min-height:40px;padding:0 10px;display:grid}.country-chart-label{min-width:0;color:var(--muted-strong);align-items:center;gap:8px;display:inline-flex}.country-chart-label strong{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:780;overflow:hidden}.country-chart-track{background:#edf2f0;border-radius:999px;height:8px;overflow:hidden}.country-chart-fill{border-radius:inherit;background:linear-gradient(90deg, var(--accent), #35a696);min-width:3px;height:100%}.country-chart-count{color:var(--foreground);text-align:right;white-space:nowrap;font-size:.9rem;font-weight:800}.filter-group{border:1px solid var(--panel-border);background:#fff;border-radius:8px;min-width:0;margin:0;padding:12px}.filter-group-wide{grid-column:1/-1}.filter-group legend{color:var(--muted-strong);padding:0 6px;font-size:.86rem;font-weight:760}.filter-options{flex-wrap:wrap;gap:8px;display:flex}.filter-inline-actions{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.date-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.dashboard-date-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.preset-control{gap:8px;margin-bottom:12px;display:grid}.preset-control>span{color:var(--muted-strong);font-size:.86rem;font-weight:700}.preset-options{flex-wrap:wrap;gap:8px;display:flex}.preset-button{border:1px solid var(--panel-border);min-height:32px;color:var(--muted-strong);background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:0 11px;font-size:.86rem;font-weight:700;transition:background-color .14s,border-color .14s,color .14s;display:inline-flex}.preset-button:hover{border-color:var(--accent-soft-border);background:var(--accent-soft);color:var(--accent-strong)}.date-control{color:var(--muted-strong);gap:7px;font-size:.86rem;font-weight:700;display:grid}.date-control input,.date-control select{border:1px solid var(--panel-border);min-width:0;min-height:38px;color:var(--foreground);background:#fff;border-radius:8px;outline:none;padding:0 10px}.date-control input:focus,.date-control select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #087b7221}.filter-actions{grid-column:1/-1;justify-content:flex-end;align-items:center;display:flex}.table-search-form{border:1px solid var(--panel-border);background:#fafbf9c7;border-radius:8px;grid-template-columns:minmax(150px,210px) minmax(220px,1fr) auto;align-items:end;gap:10px;margin-bottom:12px;padding:12px;display:grid}.table-search-query input{width:100%}.table-search-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.table-search-summary{color:var(--muted-strong);margin:0 0 12px;font-size:.88rem;font-weight:700}.table-search-summary strong{color:var(--foreground);overflow-wrap:anywhere}.table-settings{border:1px solid var(--panel-border);background:#fafbf9c7;border-radius:8px;margin-bottom:14px}.table-settings summary{cursor:pointer;color:var(--muted-strong);padding:12px 14px;font-size:.92rem;font-weight:760;list-style-position:inside}.settings-panel{gap:12px;padding:0 14px 14px;display:grid}.settings-panel-header{color:var(--muted-strong);justify-content:space-between;align-items:center;gap:12px;font-size:.88rem;font-weight:700;display:flex}.checkbox-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;max-height:220px;padding:2px;display:grid;overflow:auto}.checkbox-row{min-width:0;color:var(--muted-strong);border:1px solid #0000;border-radius:8px;align-items:center;gap:8px;padding:7px 8px;font-size:.86rem;display:flex}.checkbox-row:hover{border-color:var(--accent-soft-border);background:var(--accent-soft)}.checkbox-row input{accent-color:var(--accent)}.checkbox-row span{overflow-wrap:anywhere}.country-option{align-items:center;gap:7px;min-width:0;display:inline-flex}.filter-empty{color:var(--muted);margin:4px 0 0;font-size:.9rem}.primary-button,.secondary-button{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;min-height:36px;padding:0 14px;font-weight:750;display:inline-flex}.primary-button{border:1px solid var(--accent);background:var(--accent);color:#fff}.primary-button:disabled{cursor:not-allowed;opacity:.7}.secondary-button{border:1px solid var(--panel-border);color:var(--muted-strong);background:#fff}.secondary-button:disabled{cursor:not-allowed;opacity:.55}.sql-generator{gap:16px;display:grid}.dashboard-create-panel{box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc7;border:1px solid #dde2dce6;border-radius:8px;margin-bottom:18px}.dashboard-create-summary{min-height:58px;color:var(--foreground);cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:0 16px;list-style:none;display:flex}.dashboard-create-summary::-webkit-details-marker{display:none}.dashboard-create-summary:after{content:"";border-bottom:2px solid;border-right:2px solid;width:9px;height:9px;transform:rotate(45deg)translateY(-2px)}.dashboard-create-panel[open] .dashboard-create-summary:after{transform:rotate(225deg)translate(-2px,-1px)}.dashboard-create-summary span{font-size:1rem;font-weight:840}.dashboard-create-summary small{color:var(--muted);margin-left:auto;font-size:.86rem;font-weight:680}.dashboard-create-panel .sql-generator{padding:0 16px 16px}.sql-generator-header h1{color:var(--foreground);letter-spacing:0;margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1}.sql-generator-header p{max-width:680px;color:var(--muted);margin:10px 0 0;font-size:1rem;line-height:1.55}.sql-generator-panel,.sql-result-panel{box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc7;border:1px solid #dde2dce6;border-radius:8px;padding:16px}.sql-generator-panel{width:100%;display:flex}.sql-prompt-control,.sql-mode-control{flex-direction:column;display:flex}.sql-mode-control{justify-content:center;align-items:center;margin-left:20px}.sql-prompt-control{flex:1}.sql-prompt-control>span,.sql-mode-control>span{color:var(--muted-strong);font-size:.88rem;font-weight:760}.sql-prompt-control textarea{resize:vertical;border:1px solid var(--panel-border);min-width:0;min-height:118px;color:var(--foreground);background:#fff;border-radius:8px;outline:none;padding:12px;line-height:1.45}.sql-prompt-control textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #087b7221}.sql-mode-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.sql-mode-option{border:1px solid var(--panel-border);min-height:42px;color:var(--muted-strong);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;padding:0 14px;font-size:.9rem;font-weight:740;display:inline-flex}.sql-mode-option:has(input:checked){border-color:var(--accent);background:var(--accent);color:#fff}.sql-mode-option input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.sql-mode-control small{color:var(--muted);font-size:.84rem;line-height:1.35}.sql-generator-actions{width:100%;margin-top:10px;display:flex}.sql-generator-actions button{width:100%}.generate-button{gap:8px;min-width:128px}.button-spinner{border:2px solid;border-right-color:#0000;border-radius:999px;width:14px;height:14px;animation:.76s linear infinite button-spin}@keyframes button-spin{to{transform:rotate(360deg)}}.sql-result-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.sql-result-header h2{color:var(--foreground);margin:0;font-size:1rem;font-weight:820}.sql-result-actions{align-items:center;gap:14px;display:inline-flex}.run-action{min-height:32px;color:var(--accent);text-transform:uppercase;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;padding:0;font-size:.9rem;font-weight:820;display:inline-flex}.run-action:disabled{cursor:not-allowed;opacity:.55}.play-icon{border-top:6px solid #0000;border-bottom:6px solid #0000;border-left:9px solid;width:0;height:0}.refresh-icon{width:18px;height:18px;display:block}.save-icon{border:2px solid;border-radius:3px;width:12px;height:12px;position:relative}.save-icon:after{content:"";border-top:2px solid;height:3px;position:absolute;bottom:2px;left:2px;right:2px}.danger-action{color:var(--danger)}.delete-icon{width:13px;height:13px;position:relative}.delete-icon:before,.delete-icon:after{content:"";background:currentColor;border-radius:999px;width:11px;height:2px;position:absolute;top:6px;left:1px}.delete-icon:before{transform:rotate(45deg)}.delete-icon:after{transform:rotate(-45deg)}.icon-action{justify-content:center;width:32px;padding:0}.cross-icon{width:16px;height:16px;position:relative}.cross-icon:before,.cross-icon:after{content:"";background:currentColor;border-radius:999px;width:14px;height:2px;position:absolute;top:7px;left:1px}.cross-icon:before{transform:rotate(45deg)}.cross-icon:after{transform:rotate(-45deg)}.collapse-indicator{border-bottom:2px solid;border-right:2px solid;width:9px;height:9px;transition:transform .14s;transform:rotate(45deg)translateY(-2px)}.collapse-indicator.is-open{transform:rotate(225deg)translate(-2px,-1px)}.sql-result-panel pre{border:1px solid var(--panel-border);color:var(--muted-strong);white-space:pre-wrap;background:#fafcfb;border-radius:8px;margin:0;padding:14px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.86rem;line-height:1.55;overflow:auto}.sql-run-message{border:1px solid var(--accent-soft-border);background:var(--accent-soft);color:var(--accent-strong);border-radius:8px;margin-top:12px;padding:10px 12px;font-size:.9rem;font-weight:760}.sql-chart-panel{border:1px solid var(--panel-border);background:#fff;border-radius:8px;margin-top:12px;padding:14px}.sql-chart-header{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:12px;display:flex}.sql-chart-header h3{color:var(--foreground);margin:0;font-size:.96rem;font-weight:820}.sql-number-panel{box-shadow:var(--shadow);background:#fff;border:1px solid #dde2dce6;border-radius:8px;padding:16px}.sql-number-panel span{color:var(--muted-strong);font-size:.9rem;font-weight:780;display:block}.sql-number-panel strong{color:var(--foreground);margin-top:10px;font-size:clamp(2rem,4vw,3rem);font-weight:860;line-height:1;display:block}.chart-container{width:100%;min-width:0;height:360px}.chart-tooltip-content{border:1px solid var(--panel-border);min-width:180px;color:var(--muted-strong);background:#fffffff5;border-radius:8px;gap:7px;padding:12px;display:grid;box-shadow:0 16px 36px #1d222629}.chart-tooltip-content strong{color:var(--foreground);font-size:.9rem;font-weight:800}.chart-tooltip-content span{grid-template-columns:10px 1fr auto;align-items:center;gap:8px;font-size:.84rem;font-weight:680;display:grid}.chart-tooltip-content i{border-radius:999px;width:9px;height:9px}.chart-tooltip-content b{color:var(--foreground);font-weight:820}.sql-error-message{background:var(--danger-soft);color:var(--danger);border:1px solid #b423183d;border-radius:8px;padding:10px 12px;font-size:.9rem;font-weight:760}.sql-result-panel .sql-error-message,.sql-run-result,.sql-expandable-details{margin-top:12px}.sql-expandable-details summary{border:1px solid var(--panel-border);min-height:32px;color:var(--muted-strong);cursor:pointer;background:#fff;border-radius:999px;align-items:center;padding:0 10px;font-size:.84rem;font-weight:780;list-style:none;display:inline-flex}.sql-expandable-details summary::-webkit-details-marker{display:none}.sql-expandable-details summary:before{content:"";border-bottom:2px solid;border-right:2px solid;width:8px;height:8px;margin-right:8px;transform:rotate(45deg)translateY(-2px)}.sql-expandable-details[open] summary:before{transform:rotate(225deg)translate(-1px,-1px)}.saved-sql-list{gap:14px;display:grid}.saved-sql-card,.saved-sql-empty{box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc7;border:1px solid #dde2dce6;border-radius:8px;padding:16px}.saved-sql-card{gap:12px;display:grid}.saved-sql-card-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.saved-sql-card h2{color:var(--foreground);margin:8px 0 0;font-size:1rem;font-weight:820;line-height:1.35}.saved-sql-meta{flex-wrap:wrap;gap:8px;display:flex}.saved-sql-meta span{border:1px solid var(--panel-border);min-height:26px;color:var(--muted-strong);text-transform:uppercase;background:#fff;border-radius:999px;align-items:center;padding:0 9px;font-size:.78rem;font-weight:760;display:inline-flex}.saved-sql-card pre{border:1px solid var(--panel-border);color:var(--muted-strong);white-space:pre-wrap;background:#fafcfb;border-radius:8px;margin:0;padding:14px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.86rem;line-height:1.55;overflow:auto}.saved-sql-empty{color:var(--muted-strong);font-weight:720}.saved-sql-empty-compact{box-shadow:none;margin-top:0;padding:12px}.saved-dashboard{gap:14px;display:grid}.saved-dashboard-header{box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc7;border:1px solid #dde2dce6;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.saved-dashboard-header h2{color:var(--foreground);margin:0;font-size:1.08rem;font-weight:840}.saved-dashboard-header p{color:var(--muted);margin:5px 0 0;font-size:.9rem;font-weight:650}.dashboard-empty{box-shadow:var(--shadow);color:var(--muted-strong);background:#ffffffc7;border:1px solid #dde2dce6;border-radius:8px;padding:16px;font-weight:720}.dashboard-filter-panel{box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc7;border:1px solid #dde2dce6;border-radius:8px;grid-template-columns:repeat(3,minmax(180px,1fr)) auto;align-items:end;gap:12px;padding:16px;display:grid}.dashboard-filter-panel .primary-button{white-space:nowrap;min-height:41px}.dashboard-users-section{gap:14px;display:grid}.dashboard-users-table-wrap{min-height:220px;position:relative}.table-loading-overlay{z-index:3;color:var(--accent-strong);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffb8;border:1px solid #dde2dce6;border-radius:8px;place-content:center;gap:10px;font-weight:760;display:grid;position:absolute;inset:0}.table-loading-overlay span:last-child{color:var(--muted-strong);font-size:.92rem}.dashboard-grid-wrap,.dashboard-grid{width:100%;min-width:0}.dashboard-grid{min-height:280px}.dashboard-shell-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:64px;gap:14px;display:grid}.dashboard-shell-grid .dashboard-widget{min-height:0}.dashboard-shell-grid .dashboard-widget-header{cursor:default}.dashboard-widget{min-height:0;box-shadow:var(--shadow);background:#ffffffe6;border:1px solid #dde2dce6;border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.dashboard-widget-header{border-bottom:1px solid var(--panel-border);cursor:move;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px;display:flex}.dashboard-widget-title{flex:1;min-width:0}.dashboard-widget-header h3{color:var(--foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.95rem;font-weight:820;line-height:1.3;display:-webkit-box;overflow:hidden}.dashboard-widget-actions{flex:none;align-items:center;gap:10px;display:inline-flex}.dashboard-widget-action{flex:none}.dashboard-widget-body{flex:1;min-height:0;padding:12px;overflow:hidden}.dashboard-widget-placeholder{border:1px dashed var(--panel-border);min-height:150px;color:var(--muted);text-align:center;border-radius:8px;place-items:center;gap:10px;font-size:.9rem;font-weight:720;display:grid}.dashboard-widget-placeholder.is-loading{background:var(--accent-soft);color:var(--accent-strong);border-style:solid}.dashboard-widget .sql-chart-panel{border:0;flex-direction:column;height:100%;min-height:0;margin:0;padding:0;display:flex}.dashboard-widget .sql-chart-header{margin-bottom:8px}.dashboard-widget .sql-chart-header:empty{display:none}.dashboard-widget .sql-number-panel{min-height:100%;box-shadow:none;align-content:center;display:grid}.dashboard-widget.is-number-widget .dashboard-widget-body{padding-top:0}.dashboard-widget.is-number-widget .sql-number-panel{background:0 0;border:0;padding:0 0 4px}.dashboard-widget.is-number-widget .sql-number-panel span{display:none}.dashboard-widget.is-number-widget .sql-number-panel strong{margin-top:0;font-size:clamp(2.4rem,5vw,3.5rem)}.dashboard-widget .chart-container{flex:none;height:clamp(240px,100% - 46px,560px);min-height:240px}.dashboard-widget .sql-expandable-details{margin-top:10px}.dashboard-text-result{border:1px solid var(--panel-border);max-height:100%;color:var(--muted-strong);white-space:pre-wrap;background:#fafcfb;border-radius:8px;margin:0;padding:12px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.78rem;line-height:1.45;overflow:auto}.react-grid-item.react-grid-placeholder{background:#087b721f;border-radius:8px}.react-resizable-handle:after{border-right-color:var(--accent);border-bottom-color:var(--accent)}.page-size-control,.pagination,.pagination-controls,.pagination-pages{color:var(--muted);align-items:center;gap:6px;font-size:.88rem;display:inline-flex}.page-size-control{border:1px solid var(--panel-border);background:#fafbf9;border-radius:999px;padding:4px}.page-size-control>span{color:var(--muted-strong);padding:0 8px;font-weight:650}.page-size-option,.pagination-button{min-width:38px;min-height:30px;color:var(--muted-strong);border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-weight:650;transition:background-color .14s,border-color .14s,color .14s;display:inline-flex}button.page-size-option,button.pagination-button{cursor:pointer;font:inherit;background:0 0}.page-size-option:hover,.pagination-button:hover{border-color:var(--accent-soft-border);background:var(--accent-soft);color:var(--accent-strong)}.page-size-option.is-active,.pagination-button.is-active{border-color:var(--accent);background:var(--accent);color:#fff}.pagination-button{border-color:var(--panel-border);background:#fff}.pagination-button.is-disabled{cursor:not-allowed;opacity:.45}.pagination-button.is-active{cursor:default;opacity:1}.pagination-ellipsis{min-width:20px;color:var(--muted);text-align:center;font-weight:700}.pagination-status{min-width:92px;color:var(--muted-strong);text-align:center;font-weight:650}.table-frame{border:1px solid var(--panel-border);background:var(--panel);border-radius:8px;overflow:auto}table{border-collapse:collapse;table-layout:auto;width:100%;min-width:900px}th,td{border-bottom:1px solid var(--panel-border);text-align:left;vertical-align:top;max-width:360px;padding:13px 14px;font-size:.9rem}th{z-index:1;background:var(--table-head);color:var(--muted-strong);letter-spacing:0;text-transform:uppercase;font-size:.78rem;font-weight:800;position:sticky;top:0}tr:last-child td{border-bottom:0}tbody tr{transition:background-color .12s}tbody tr:hover{background:var(--row-hover)}.cell-value{overflow-wrap:anywhere;line-height:1.45;display:block}.table-link{max-width:100%;color:var(--accent);overflow-wrap:anywhere;font-weight:700;display:inline-flex}.table-link:hover{color:var(--accent-strong);text-decoration:underline}.json-value{white-space:pre-wrap;background:#fafcfb;border:1px solid #e6ebe5;border-radius:8px;max-height:230px;margin:0;padding:10px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.78rem;line-height:1.45;overflow:auto}.empty-state{border:1px dashed var(--panel-border);color:var(--muted);background:#ffffffb3;border-radius:8px;padding:28px}.session-page-actions{justify-content:flex-start;margin-bottom:18px;display:flex}.session-detail{gap:18px;display:grid}.session-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.session-summary-card,.session-identity,.session-event-card{box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc7;border:1px solid #dde2dce6;border-radius:8px}.session-summary-card{padding:16px}.session-summary-card span,.session-identity span,.session-event-header span,.session-event-details dt{color:var(--muted);font-size:.82rem;font-weight:700;display:block}.session-summary-card strong{color:var(--foreground);margin-top:8px;font-size:1.45rem;font-weight:820;display:block}.session-identity{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px;display:grid}.session-identity strong{color:var(--muted-strong);overflow-wrap:anywhere;margin-top:5px;display:block}.session-timeline{gap:16px;margin:0;padding:0;list-style:none;display:grid}.session-event{grid-template-columns:86px minmax(0,1fr);align-items:start;gap:14px;display:grid}.session-event-marker{border:1px solid var(--accent-soft-border);background:var(--accent-soft);min-height:34px;color:var(--accent-strong);border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:.78rem;font-weight:800;display:inline-flex}.session-event.is-form_submit .session-event-marker{color:#3445a1;background:#eef1ff;border-color:#cdd5ff}.session-event.is-button_press .session-event-marker{color:#8a4f0f;background:#fff5e8;border-color:#f3d2aa}.session-event-card{padding:16px}.session-event-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.session-event-header strong{color:var(--foreground);overflow-wrap:anywhere;margin-top:5px;font-size:1rem;display:block}.session-event-header time{color:var(--muted-strong);white-space:nowrap;font-size:.86rem;font-weight:750}.session-event-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0 0;display:grid}.session-event-details div{border:1px solid var(--panel-border);background:#fff;border-radius:8px;min-width:0;padding:10px}.session-event-details dd{color:var(--muted-strong);overflow-wrap:anywhere;margin:5px 0 0}.session-payload{border-top:1px solid var(--panel-border);margin-top:12px;padding-top:12px}.session-payload summary{cursor:pointer;color:var(--muted-strong);font-size:.86rem;font-weight:750}.session-payload pre{max-height:260px;color:var(--muted-strong);white-space:pre-wrap;background:#fafcfb;border:1px solid #e6ebe5;border-radius:8px;margin:10px 0 0;padding:12px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.78rem;line-height:1.45;overflow:auto}@media (max-width:760px){.page-shell{padding:18px}.topbar{margin:-18px -18px 24px;padding:14px 18px}.topbar,.page-intro,.dashboard-create-summary,.dashboard-filter-header-control,.saved-dashboard-header,.time-filter-header,.filter-panel-header,.filter-drawer-title,.section-header,.table-toolbar{flex-direction:column;align-items:flex-start}.status-pill,.section-meta,.table-stats{white-space:normal}.table-section{padding:14px}.pagination{justify-content:space-between;width:100%}.dashboard-create-summary small{margin-left:0}.dashboard-filter-header-control{grid-template-columns:1fr}.dashboard-filter-header-control p{text-align:left;white-space:normal}.dashboard-header-actions{flex-direction:column;width:100%}.dashboard-header-actions .filter-menu-button,.add-widget-button{width:100%}.filter-drawer{width:100vw;padding:0}.filter-drawer-title .secondary-button{width:100%;margin-left:0}.saved-dashboard-header .sql-result-actions{justify-content:space-between;width:100%}.sql-generator-panel{flex-direction:column;gap:14px}.sql-mode-control{width:100%;margin-left:0}.filter-form,.time-filter-form,.dashboard-filter-panel,.dashboard-date-filter-grid,.date-filter-grid,.table-search-form,.summary-grid,.country-chart-row,.session-summary-grid,.session-identity,.session-event-details{grid-template-columns:1fr}.table-search-actions{justify-content:stretch}.table-search-actions button{flex:1}.summary-chart-header{flex-direction:column;align-items:flex-start}.activity-timeline-header,.sql-chart-header{flex-direction:column}.activity-timeline-legend{justify-content:flex-start}.activity-timeline-chart{height:260px}.country-chart-count{text-align:left}.session-event{grid-template-columns:1fr}.session-event-header{flex-direction:column}.session-event-header time{white-space:normal}.nav-tabs{width:100%}.nav-tab{flex:1}}.summary-chart-wrapper{width:100%;min-width:0;height:420px;min-height:300px}.summary-tile,.summary-tile-wide{min-width:0}.summary-progress-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.summary-progress-item{background:#fff;border:1px solid #d8dfdc;border-radius:8px;padding:12px 14px;box-shadow:0 1px 2px #14191e0a}.summary-progress-header{justify-content:space-between;align-items:center;gap:14px;margin-bottom:8px;display:flex}.summary-progress-label{text-overflow:ellipsis;white-space:nowrap;color:#1f252b;min-width:0;font-size:14px;font-weight:600;overflow:hidden}.summary-progress-count{color:#343b43;letter-spacing:.01em;flex-shrink:0;font-size:14px;font-weight:700}.summary-progress-track{background:#edf2f0;border-radius:999px;width:100%;height:5px;overflow:hidden}.summary-progress-fill{border-radius:inherit;background:var(--accent);height:100%}.summary-empty{color:#65717c;margin:0;font-size:14px}.dn-storage-page{gap:16px}.dn-storage-metrics{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid}.dn-storage-metric-card{border:1px solid var(--panel-border);background:#ffffffe0;border-radius:8px;gap:6px;padding:14px;display:grid;box-shadow:0 8px 22px #232a2e0d}.dn-storage-metric-card span{color:var(--muted);font-size:.84rem;font-weight:750}.dn-storage-metric-card strong{color:var(--foreground);font-size:1.5rem}.dn-storage-filter-form{grid-template-columns:repeat(10,minmax(80px,1fr))}.dn-storage-search-control{grid-column:span 4}.dn-storage-sort-control,.dn-storage-filter-actions{grid-column:span 3}.dn-storage-table-wrap{border:1px solid var(--panel-border);box-shadow:var(--shadow);background:#ffffffe0;border-radius:8px;overflow:auto}.dn-storage-table{border-collapse:collapse;width:100%;min-width:980px;font-size:.9rem}.dn-storage-table th,.dn-storage-table td{border-bottom:1px solid var(--panel-border);text-align:left;vertical-align:top;padding:12px}.dn-storage-table th{background:var(--table-head);color:var(--muted-strong);letter-spacing:.02em;text-transform:uppercase;font-size:.78rem;font-weight:820}.dn-storage-table tbody tr:hover{background:var(--row-hover)}.dn-storage-user-cell,.dn-storage-count-cell{gap:4px;display:grid}.dn-storage-user-cell strong{overflow-wrap:anywhere}.dn-storage-user-cell span,.dn-storage-count-cell span{color:var(--muted);font-size:.84rem}.dn-storage-details summary{cursor:pointer;color:var(--accent);font-weight:780}.dn-storage-detail-grid{border:1px solid var(--panel-border);background:#fafbf9d1;border-radius:8px;grid-template-columns:minmax(240px,.5fr) minmax(360px,2fr);gap:14px;margin-top:12px;padding:12px;display:grid}.dn-storage-detail-grid h3{color:var(--muted-strong);margin:0 0 10px;font-size:.88rem}.dn-storage-purchase-list,.dn-storage-question-list{gap:8px;display:grid}.dn-storage-purchase-pill{border:1px solid var(--panel-border);background:#fff;border-radius:8px;gap:3px;padding:9px 10px;display:grid}.dn-storage-purchase-pill.is-bonus{border-color:var(--accent-soft-border);background:var(--accent-soft)}.dn-storage-purchase-pill strong,.dn-storage-question-card strong{overflow-wrap:anywhere}.dn-storage-purchase-pill span,.dn-storage-question-card span,.dn-storage-question-card p{color:var(--muted);margin:0;font-size:.82rem}.dn-storage-purchase-pill em{color:var(--accent-strong);font-size:.78rem;font-style:normal;font-weight:800}.dn-storage-question-card{border:1px solid var(--panel-border);background:#fff;border-radius:8px;gap:8px;padding:10px;display:grid}.dn-storage-question-card div{gap:4px;display:grid}.dn-storage-empty{padding:18px}.dn-storage-pagination{flex-wrap:wrap;justify-content:space-between;width:100%;margin-top:14px}.dn-storage-pagination .pagination-status{text-align:left;min-width:120px}.dn-storage-pagination .pagination-controls,.dn-storage-pagination .pagination-pages{flex-wrap:wrap}@media (max-width:980px){.dn-storage-filter-form,.dn-storage-detail-grid{grid-template-columns:1fr}.dn-storage-search-control,.dn-storage-filter-actions{grid-column:auto}}.dn-storage-parent-row{cursor:pointer}.dn-storage-parent-row:focus-visible{outline-offset:-3px;outline:3px solid #087b722e}.dn-storage-parent-row.is-expanded{background:#e0f4f06b}.dn-storage-expanded-row td{background:#e0f4f02e;padding:0 12px 14px}.dn-storage-expanded-panel{background:#ffffffeb;margin:0;padding:0}.dn-storage-expanded-panel .dn-storage-detail-grid{margin-top:0}
