.zoom-control{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1ecc;border-radius:12px;box-shadow:0 4px 20px #0009;display:flex;display:none;flex-direction:column;gap:12px;left:20px;padding:8px;position:fixed;top:20px;z-index:50}@media (max-width:768px){.zoom-control{display:flex}}.zoom-control button{background:#1f1f1f;border:2px solid #0fc;border-radius:50%;box-shadow:0 4px 10px #00000080;color:#0fc;cursor:pointer;font-size:28px;font-weight:700;height:50px;transition:all .2s ease;width:50px}.zoom-control button:last-child{border-color:#ff4d6d;color:#ff4d6d}#root,.app,body,html{font-family:sans-serif;height:100%;margin:0;padding:0;width:100%}.theme-dark{background-color:#121212;color:#eee}.theme-light{background-color:#f5f5f5;color:#121212}#topBar{align-items:center;background:#222;color:#fff;display:flex;gap:10px;height:50px;justify-content:center;left:0;padding:0 10px;position:fixed;right:0;top:0;z-index:10}#topBar button{background:#444;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:5px 10px}#topBar button:hover{background:#666}.fab{align-items:center;background:#ff9800;border:none;border-radius:50%;bottom:20px;cursor:pointer;display:flex;font-size:24px;height:48px;justify-content:center;width:48px}.fab,.settings-popup{color:#fff;position:fixed;right:20px;z-index:20}.settings-popup{background:#333;border-radius:8px;bottom:80px;padding:10px;width:200px}.settings-popup .row{display:flex;justify-content:space-between;margin-top:10px}.settings-popup button{background:#555;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:5px}.settings-popup button:hover{background:#777}.bounce-in{animation:bounceIn .3s ease}.card{animation:bounce-in .4s ease;background-color:#222;border-radius:8px;box-shadow:0 4px 12px #00000080;color:#eee;min-width:280px;padding:16px}@keyframes bounceIn{0%{opacity:0;transform:scale(.5)}60%{opacity:1;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}
/*# sourceMappingURL=main.2ec0e6fa.css.map*/