*{box-sizing:border-box}:root{--bg-primary:#fff;--bg-secondary:#f5f5f5;--bg-tertiary:#e0e0e0;--text-primary:#333;--text-secondary:#666;--text-tertiary:#999;--border-color:#ccc;--border-light:#ddd;--scrollbar-track:#f5f5f5;--scrollbar-thumb:#ccc}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg-primary:#1e1e1e;--bg-secondary:#252526;--bg-tertiary:#2d2d2d;--text-primary:#e0e0e0;--text-secondary:#aaa;--text-tertiary:#888;--border-color:#444;--border-light:#555;--scrollbar-track:#2d2d2d;--scrollbar-thumb:#555}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif}#root{width:100%;height:100dvh;min-height:100%}html,body,#root{height:100%;margin:0;padding:0;overflow:hidden}.app-container{width:100%;height:100dvh;position:relative}@media (width>=768px){.stats-panel{border-radius:12px!important;width:450px!important;max-width:600px!important;height:auto!important;max-height:80vh!important;inset:70px auto auto 10px!important;transform:none!important}.toggle-button-stats{bottom:30px!important;left:10px!important;right:auto!important}}@media (width<=767px){.stats-panel{border-radius:12px 12px 0 0!important;width:100%!important;max-width:100%!important;max-height:50vh!important;padding:10px 15px 15px!important;font-size:12px!important;inset:auto 0 0!important}.stats-panel h3{margin:0 0 8px!important;font-size:14px!important}.toggle-button-stats{bottom:30px!important;left:10px!important;right:auto!important}}.toggle-button-stats{cursor:pointer;z-index:100;-webkit-backdrop-filter:blur(8px);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;box-shadow:0 2px 8px #00000026}.toggle-button-stats:not(.active){color:#1a1a1a;background:#fffffffa;border:1px solid #0057b833}.toggle-button-stats.active{color:#fff;background:linear-gradient(135deg,#0057b8 0%,#0071e3 100%);border:1px solid #ffffff4d}.toggle-button-stats:hover{transform:scale(1.08);box-shadow:0 4px 16px #0057b84d}.toggle-button-stats:not(.active):hover{background:#fff;border-color:#0057b866}.toggle-button-stats.active:hover{background:linear-gradient(135deg,#0065d6 0%,#0082ff 100%)}.toggle-button-stats:active{transition:all .1s;transform:scale(.96)}.toggle-button-stats:focus-visible{outline-offset:2px;outline:3px solid #0057b880}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.toggle-button-stats.clicked{animation:.4s cubic-bezier(.4,0,.2,1) bounce}.blue-dot-container{width:20px;height:20px;position:relative}.blue-dot-center{background-color:#4285f4;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 5px #0000004d}.blue-dot-pulse{background-color:#4285f466;border-radius:50%;width:100%;height:100%;animation:2s infinite pulse}@keyframes pulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(3)}}
