*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;-webkit-font-smoothing:antialiased;background:#f0f7ff;color:#1a2540}body{overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#3b82f64d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#3b82f68c}.refresh-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:10px;border:1px solid rgba(0,0,0,.1);background:#f9fafb;color:#374151;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s,color .15s;white-space:nowrap}.refresh-btn:hover:not(:disabled){background:#f3f4f6;border-color:#6366f1;color:#6366f1}.refresh-btn:disabled{opacity:.5;cursor:not-allowed}.refresh-btn .refresh-icon{font-size:15px;display:inline-block}.refresh-btn.spinning .refresh-icon,.refresh-btn .refresh-icon.spin{animation:global-spin .75s linear infinite}@keyframes global-spin{to{transform:rotate(360deg)}}.auto-refresh-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:20px;background:#f3f4f6;border:1px solid rgba(0,0,0,.08);font-size:11px;color:#6b7280;font-weight:500;white-space:nowrap}.auto-refresh-badge:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#22c55e;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}
