:root{--background:#fff;--foreground:#09090b;--card:#fff;--card-foreground:#09090b;--primary:#9de500;--primary-foreground:#35530e;--secondary:#f4f4f5;--muted:#f4f4f5;--muted-foreground:#71717b;--accent:#f4f4f5;--destructive:#e40014;--border:#e4e4e7;--input:#e4e4e7;--ring:#9f9fa9;--radius:.875rem;--radius-sm:calc(var(--radius) * .6);--radius-md:calc(var(--radius) * .8);--radius-lg:var(--radius);--radius-xl:calc(var(--radius) * 1.4)}@supports (color:lab(0% 0 0)){:root{--background:lab(100% 0 0);--foreground:lab(2.51107% .242703 -.886115);--card:lab(100% 0 0);--card-foreground:lab(2.51107% .242703 -.886115);--primary:lab(83.7876% -45.0447 88.4738);--primary-foreground:lab(31.9931% -20.7654 33.7379);--secondary:lab(96.1634% .0993311 -.364041);--muted:lab(96.1634% .0993311 -.364041);--muted-foreground:lab(47.8878% 1.65477 -5.77283);--accent:lab(96.1634% .0993311 -.364041);--destructive:lab(48.4493% 77.4328 61.5452);--border:lab(90.6853% .399232 -1.45452);--input:lab(90.6853% .399232 -1.45452);--ring:lab(65.6464% 1.53497 -5.42429)}}.dashboard-main{width:100%;max-width:1200px;margin:0 auto;padding:32px 40px 80px}.top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:28px;display:flex}.top>div:first-child{flex:320px;min-width:0}h1.hello{font-family:var(--font-heading);letter-spacing:-.015em;text-wrap:balance;margin:0 0 6px;font-size:38px;font-weight:400;line-height:1.2}h1.hello em{color:color-mix(in oklch, var(--primary) 75%, var(--foreground));font-style:italic}.lede{color:var(--muted-foreground);margin:0;font-size:14.5px}.top-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.search{width:280px;max-width:100%;position:relative}@media (max-width:1100px){.search{width:220px}}.search input{border-radius:var(--radius-md);border:1px solid var(--input);background:var(--card);width:100%;height:36px;font:inherit;color:var(--foreground);outline:none;padding:0 12px 0 34px;font-size:13.5px;transition:border-color .16s,box-shadow .16s}.search input:focus-visible{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in oklch, var(--ring) 35%, transparent)}.search svg{width:14px;height:14px;color:var(--muted-foreground);position:absolute;top:50%;left:11px;transform:translateY(-50%)}.icon-btn{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--card);width:36px;height:36px;color:var(--muted-foreground);cursor:pointer;place-items:center;display:grid;position:relative}.icon-btn:hover{background:var(--muted);color:var(--foreground)}.icon-btn svg{width:14px;height:14px}.icon-btn .dot{background:var(--primary);width:7px;height:7px;box-shadow:0 0 0 2px var(--card);border-radius:50%;position:absolute;top:8px;right:9px}.sec-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;margin:36px 0 14px;display:flex}.sec-head h2{font-family:var(--font-heading);letter-spacing:-.01em;margin:0;font-size:26px;font-weight:400}.sec-head .sub{color:var(--muted-foreground);margin-left:10px;font-size:13px}.sec-head .right{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.btn{border-radius:var(--radius-md);background:var(--primary);height:34px;color:var(--primary-foreground);font:inherit;cursor:pointer;white-space:nowrap;border:1px solid #0000;flex-shrink:0;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:600;text-decoration:none;transition:background .16s,transform 80ms;display:inline-flex}.btn:hover{background:color-mix(in oklch, var(--primary) 88%, black)}.btn:active{transform:translateY(1px)}.btn svg{width:13px;height:13px}.btn-ghost{background:var(--card);color:var(--foreground);border-color:var(--border);box-shadow:0 1px #00000005}.btn-ghost:hover{background:var(--muted)}.btn-link{color:var(--muted-foreground);background:0 0;border:0;height:auto;padding:0 4px;font-weight:500}.btn-link:hover{color:color-mix(in oklch, var(--primary) 30%, var(--foreground));background:0 0}.reports{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}@media (max-width:980px){.reports{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.reports{grid-template-columns:1fr}}.report{border:1px solid var(--border);background:var(--card);border-radius:var(--radius-lg);color:inherit;flex-direction:column;text-decoration:none;transition:border-color .16s,transform .16s;display:flex;position:relative;overflow:hidden}.report:hover{border-color:color-mix(in oklch, var(--primary) 35%, var(--border));transform:translateY(-2px)}.report-cover{aspect-ratio:16/9;position:relative;overflow:hidden}.report-cover .grain{background-image:radial-gradient(circle at 20% 30%,#ffffff2e 0,#0000 40%),radial-gradient(circle at 80% 70%,#0000001a 0,#0000 40%);position:absolute;inset:0}.report-cover svg{width:100%;height:100%;position:absolute;inset:0}.cover-label{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:#15151a;color:lab(7.13916% 1.0189 -3.52374);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd9;border-radius:999px;padding:3px 8px;font-size:10.5px;position:absolute;top:10px;left:10px}.cover-trend{background:var(--primary);color:var(--primary-foreground);border-radius:999px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex;position:absolute;bottom:10px;right:10px}.cover-trend svg{width:11px;height:11px;position:static}.report-body{flex-direction:column;flex:1;gap:10px;padding:14px 16px 16px;display:flex}.report-title{font-family:var(--font-heading);letter-spacing:-.005em;color:var(--foreground);font-size:19px;font-weight:400;line-height:1.25}.report-summary{color:var(--muted-foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.tags{flex-wrap:wrap;gap:5px;margin-top:auto;display:flex}.tag{color:var(--muted-foreground);background:var(--muted);border:1px solid var(--border);border-radius:999px;padding:2px 8px;font-size:11px;font-weight:500}.tag.primary{background:color-mix(in oklch, var(--primary) 18%, transparent);border-color:color-mix(in oklch, var(--primary) 35%, var(--border));color:color-mix(in oklch, var(--primary) 30%, var(--foreground))}.report-meta{color:var(--muted-foreground);border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:10px;font-size:11.5px;display:flex}.author{align-items:center;gap:6px;display:flex}.author .av{background:var(--muted);border:1px solid var(--border);width:18px;height:18px;color:var(--foreground);border-radius:50%;place-items:center;font-size:9px;font-weight:600;display:grid}.grid-2{grid-template-columns:1.1fr 1fr;gap:24px;display:grid}@media (max-width:980px){.grid-2{grid-template-columns:1fr}}.survey-list{flex-direction:column;gap:10px;display:flex}.survey{border:1px solid var(--border);background:var(--card);border-radius:var(--radius-md);grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:14px 16px;transition:border-color .16s;display:grid}.survey:hover{border-color:color-mix(in oklch, var(--primary) 35%, var(--border))}.survey-status{background:var(--primary);width:8px;height:8px;box-shadow:0 0 0 3px color-mix(in oklch, var(--primary) 22%, transparent);border-radius:50%;align-self:center}.survey-status[data-state=closing]{background:#f2a618;background:lab(74.3059% 21.7583 74.0995);box-shadow:0 0 0 3px #ffeac2;box-shadow:0 0 0 3px lab(94.2465% 8.57592 31.0676)}.survey-status[data-state=paused]{background:var(--muted-foreground);box-shadow:0 0 0 3px var(--muted)}.survey-main{min-width:0}.survey-title{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-size:14px;font-weight:500;overflow:hidden}.survey-meta{color:var(--muted-foreground);align-items:center;gap:12px;font-size:12px;display:flex}.survey-meta .sep{background:var(--border);border-radius:50%;width:3px;height:3px}.survey-progress{background:var(--muted);border-radius:4px;height:4px;margin-top:8px;position:relative;overflow:hidden}.survey-progress span{background:var(--primary);border-radius:4px;position:absolute;top:0;bottom:0;left:0}.survey-cta{color:var(--muted-foreground);align-items:center;gap:8px;font-size:12px;display:flex}.survey-cta .pct{font-family:var(--font-heading);color:var(--foreground);letter-spacing:-.01em;font-size:22px;line-height:1}.chev-btn{border:1px solid var(--border);background:var(--card);width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;border-radius:50%;place-items:center;display:grid}.chev-btn:hover{border-color:color-mix(in oklch, var(--primary) 40%, var(--border));color:color-mix(in oklch, var(--primary) 30%, var(--foreground))}.chev-btn svg{width:12px;height:12px}.dataset-list{flex-direction:column;gap:8px;display:flex}.dataset{border:1px solid var(--border);background:var(--card);border-radius:var(--radius-md);color:inherit;grid-template-columns:36px 1fr auto;align-items:center;gap:12px;padding:12px 14px;text-decoration:none;transition:border-color .16s;display:grid}.dataset:hover{border-color:color-mix(in oklch, var(--primary) 35%, var(--border))}.ds-ico{border-radius:var(--radius-sm);width:36px;height:36px;font-family:var(--font-mono);letter-spacing:.04em;place-items:center;font-size:10px;font-weight:600;display:grid}.ds-ico[data-ext=csv]{color:#365900;color:lab(34.136% -30.1966 65.1125);background:#e1f7cd;background:lab(94.8901% -12.8976 17.7772)}.ds-ico[data-ext=parquet]{color:#004f8c;color:lab(31.8049% .186846 -46.6779);background:#e2f0ff;background:lab(94.1255% -4.83441 -17.5526)}.ds-ico[data-ext=json]{color:#753c00;color:lab(31.9648% 32.0812 67.8249);background:#ffe9d6;background:lab(94.0827% 8.92592 17.0212)}.ds-ico[data-ext=geo]{color:#005b60;color:lab(34.0264% -42.9731 -17.5269);background:#c0fbfe;background:lab(94.7921% -18.9301 -7.87228)}.ds-name{font-size:13.5px;font-weight:500}.ds-meta{color:var(--muted-foreground);gap:10px;margin-top:2px;font-size:11.5px;display:flex}.ds-meta .sep{background:var(--border);border-radius:50%;align-self:center;width:3px;height:3px}.ds-bars{align-items:flex-end;gap:2px;height:24px;display:flex}.ds-bars span{background:color-mix(in oklch, var(--primary) 60%, var(--border));border-radius:1.5px;width:3px}.activity{border:1px solid var(--border);background:var(--card);border-radius:var(--radius-md);padding:14px 16px}.activity h3{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground);margin:0 0 10px;font-size:12.5px;font-weight:600}.activity-item{border-top:1px solid var(--border);align-items:flex-start;gap:10px;padding:8px 0;font-size:13px;display:flex}.activity-item:first-of-type{border-top:0;padding-top:0}.activity-item .av{background:var(--muted);border:1px solid var(--border);border-radius:50%;flex-shrink:0;place-items:center;width:22px;height:22px;font-size:10px;font-weight:600;display:grid}.activity-item .body{flex:1}.activity-item .body b{font-weight:600}.activity-item time{color:var(--muted-foreground);font-size:11.5px}
