@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400&display=swap";:root{--color-primary: #1B4FD8;--color-primary-hover: #1740b0;--color-bg: #F2F4FA;--color-surface: #fff;--color-text: #111318;--color-muted: #6b7280;--color-border: #e5e7eb;--color-success: #00D48A;--color-warning: #F5A523;--color-error: #E8334A;--radius: 6px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;color:var(--color-text);background:var(--color-bg)}.explorer-layout{display:flex;min-height:calc(100vh - 57px)}.explorer-sidebar{width:180px;flex-shrink:0;padding:1.5rem 1rem;border-right:1px solid #e5e7eb;background:#fff}.explorer-sidebar h3{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.75rem}.filter-btn{display:block;width:100%;text-align:left;background:none;border:none;padding:.4rem .5rem;border-radius:6px;cursor:pointer;font-size:.875rem;color:#374151;margin-bottom:.25rem}.filter-btn:hover{background:#f3f4f6}.filter-btn.active{background:#eff6ff;color:var(--color-primary);font-weight:600}.explorer-main{flex:1;padding:2rem}.explorer-main h1{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.event-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.event-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem;transition:opacity .2s}.card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.event-name{font-weight:600;font-size:.95rem;flex:1}.freshness-badge{font-size:.7rem;font-weight:700;color:#fff;padding:.2rem .55rem;border-radius:999px;white-space:nowrap;flex-shrink:0}.card-meta{font-size:.8rem;color:#6b7280;margin-bottom:.75rem}.card-footer{display:flex;justify-content:space-between;font-size:.75rem;color:#9ca3af}.source-name{font-weight:500;color:#374151}.dashboard-page h1{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.dashboard-page h2{font-size:1rem;font-weight:600;margin-bottom:.75rem}.dashboard-page section{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1.25rem;margin-bottom:1.25rem}.key-row{display:flex;align-items:center;gap:.75rem}.key-row code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#f3f4f6;padding:.4rem .6rem;border-radius:6px;font-size:.85rem}.key-help{font-size:.8rem;color:#6b7280;margin-top:.5rem}.usage-bar-track{width:100%;height:10px;background:#f3f4f6;border-radius:999px;overflow:hidden;margin-bottom:.6rem}.usage-bar-fill{height:100%;transition:width .3s ease}.usage-text{font-size:.9rem;font-weight:500}.usage-resets{font-size:.8rem;color:#6b7280;margin-top:.25rem}.usage-warning,.usage-at-limit p{font-size:.85rem;margin-top:.75rem}.upgrade-cta{display:inline-block;margin-top:.5rem;background:var(--color-primary);color:#fff;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.875rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#111827a6;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.modal-content{background:#fff;border-radius:12px;padding:1.75rem;max-width:560px;width:100%}.modal-content h2{font-size:1.15rem;font-weight:700;margin-bottom:.75rem}.modal-warning{background:#fef3c7;color:#92400e;padding:.6rem .8rem;border-radius:6px;font-size:.85rem;margin-bottom:1rem}.key-box{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:.9rem;font-size:.85rem;word-break:break-all;white-space:pre-wrap;margin-bottom:1rem}.modal-actions{display:flex;gap:.5rem}.modal-actions button{padding:.5rem 1rem;border-radius:6px;border:1px solid #d1d5db;background:#fff;cursor:pointer;font-size:.875rem;font-weight:500}.modal-actions button:first-child{background:var(--color-primary);color:#fff;border-color:var(--color-primary);font-family:Inter,system-ui,sans-serif}.copy-error{color:#b91c1c;font-size:.8rem;margin-top:.6rem}
