:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.panel-container{display:flex;height:100%}.panel-container.row{flex-direction:row}.panel-container.column{flex-direction:column}.panel-left,.panel-right{padding:2rem;box-sizing:border-box;align-content:center;display:flex;justify-content:center;align-items:center}.panel-left.desktop.has-right{width:50%;height:100%;border-right:1px solid}.panel-left.mobile.has-right{height:30%;width:100%;border-bottom:1px solid}.panel-left.desktop:not(.has-right),.panel-left.mobile:not(.has-right){width:100%;height:100%}.panel-right.desktop{width:50%;height:100%}.panel-right.mobile{height:60%;width:100%}.panel-right{display:flex;align-items:center;justify-content:center}.custom-switch.ant-switch-checked{background-color:#f0f2f5!important;box-shadow:none!important}.custom-switch.ant-switch-checked:hover{background-color:#ffe58f!important;box-shadow:none!important}.custom-switch{background-color:#141414!important;box-shadow:none!important}.custom-switch:hover{background-color:#003a8c!important;box-shadow:none!important}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(100,100,100,.4) transparent}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#64646466;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.ripple-container{position:fixed;top:50%;left:50%;width:500px;height:500px;transform:translate(-50%,-50%);pointer-events:none;z-index:0}.drop{position:absolute;top:0;left:50%;width:10px;height:10px;background:#00bfff;border-radius:50%;animation:fall 2s ease-in infinite;transform:translate(-50%)}.ripple{position:absolute;top:50%;left:50%;width:0px;height:0px;border:2px solid #00bfff;border-radius:50%;transform:translate(-50%,-50%) scale(0);opacity:0;animation:ripple 2s ease-out infinite;animation-fill-mode:forwards}.ripple.delay{animation-delay:2s}@keyframes fall{0%{top:-20px;opacity:0}30%{opacity:1}to{top:50%;transform:translate(-50%,-50%);opacity:0}}@keyframes ripple{0%{width:0px;height:0px;opacity:.5;transform:translate(-50%,-50%) scale(0)}to{width:500px;height:500px;opacity:0;transform:translate(-50%,-50%) scale(1)}}@media (max-width: 768px){@keyframes ripple{0%{width:0px;height:0px;opacity:.5;transform:translate(-50%,-50%) scale(0)}to{width:300px;height:300px;opacity:0;transform:translate(-50%,-50%) scale(1)}}}
