@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary:#4f46e5;--primary-hover:#4338ca;--bg-color:#f3f4f6;--card-bg:#fff;--text-main:#111827;--text-muted:#6b7280;--border:#e5e7eb}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,sans-serif}.dashboard-container{max-width:1200px;margin:0 auto;padding:40px 20px}.dashboard-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:24px;display:flex}.dashboard-header h1{color:var(--text-main);letter-spacing:-.02em;font-size:28px;font-weight:700}.filter-group{align-items:center;gap:12px;display:flex}.filter-group label{color:var(--text-muted);font-size:14px;font-weight:500}.filter-select{border:1px solid var(--border);cursor:pointer;background-color:#fff;border-radius:8px;outline:none;min-width:160px;padding:8px 12px;font-family:inherit;font-size:14px;transition:border-color .2s}.filter-select:focus{border-color:var(--primary)}.reports-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px;display:grid}.empty-state{text-align:center;color:var(--text-muted);background:#fff;border:1px dashed #cbd5e1;border-radius:16px;padding:64px 20px}.report-card{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.report-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.video-container{aspect-ratio:16/9;background:#000;width:100%;position:relative}.video-container video{object-fit:contain;width:100%;height:100%}.card-content{flex-direction:column;flex:1;padding:20px;display:flex}.card-top{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.app-badge{color:var(--primary);background:#eef2ff;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}.timestamp{color:var(--text-muted);font-size:12px}.report-title{margin-bottom:8px;font-size:18px;font-weight:600;line-height:1.4}.report-url{color:var(--primary);align-items:center;gap:4px;margin-bottom:16px;font-size:13px;text-decoration:none;display:flex}.report-url:hover{text-decoration:underline}.report-notes{color:var(--text-muted);white-space:pre-wrap;background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;margin-top:auto;padding:12px;font-size:14px;line-height:1.5}.loader{border:3px solid #f3f3f3;border-top:3px solid var(--primary);border-radius:50%;width:32px;height:32px;margin:40px auto;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
