*{box-sizing:border-box}:root{--bg-primary: #ffffff;--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{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{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100vh;height:100dvh;min-height:100%}html,body,#root{height:100%;margin:0;padding:0;overflow:hidden}.app-container{height:100vh;height:100dvh;width:100%;position:relative}@media(min-width:768px){.stats-panel{inset:70px auto auto 10px!important;transform:none!important;width:450px!important;max-width:600px!important;height:auto!important;max-height:80vh!important;border-radius:12px!important}.toggle-button-stats{bottom:30px!important;left:10px!important;right:auto!important}}@media(max-width:767px){.stats-panel{inset:auto 0 0!important;width:100%!important;max-width:100%!important;border-radius:12px 12px 0 0!important;max-height:50vh!important;font-size:12px!important;padding:10px 15px 15px!important}.stats-panel h3{font-size:14px!important;margin:0 0 8px!important}.toggle-button-stats{bottom:30px!important;left:10px!important;right:auto!important}}.toggle-button-stats{position:absolute;width:44px;height:44px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:100;font-size:20px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #00000026;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.toggle-button-stats:not(.active){background:#fffffffa;color:#1a1a1a;border:1px solid rgba(0,87,184,.2)}.toggle-button-stats.active{background:linear-gradient(135deg,#0057b8,#0071e3);color:#fff;border:1px solid rgba(255,255,255,.3)}.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,#0082ff)}.toggle-button-stats:active{transform:scale(.96);transition:all .1s ease}.toggle-button-stats:focus-visible{outline:3px solid rgba(0,87,184,.5);outline-offset:2px}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.toggle-button-stats.clicked{animation:bounce .4s cubic-bezier(.4,0,.2,1)}.blue-dot-container{position:relative;width:20px;height:20px}.blue-dot-center{background-color:#4285f4;width:12px;height:12px;border-radius:50%;border:2px solid white;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 5px #0000004d}.blue-dot-pulse{background-color:#4285f466;width:100%;height:100%;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}to{transform:scale(3);opacity:0}}
