*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:Arial,sans-serif;background-color:#e5e7e6}.redirect-container{text-align:center;font-weight:700;color:#333}.redirect-text{font-size:1.5rem;margin-bottom:10px}.dots{display:flex;justify-content:center;gap:4px;font-size:1.5rem;color:#eab83b}.dots:before{content:"• • • • • • • • • •";animation:dots-blink 1.5s infinite linear}@keyframes dots-blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.top-image{width:50%;max-width:250px}.baloon-button{position:relative;display:inline-block;background-color:#4caf50;color:#fff;font-size:20px;font-family:Arial,sans-serif;padding:10px 20px;border:none;border-radius:20px;box-shadow:0 4px 6px #0003;cursor:pointer;outline:none;text-align:center;transition:transform .2s,box-shadow .2s}#log-box{position:fixed;bottom:10px;right:10px;width:300px;height:200px;background-color:#000;color:#0f0;font-family:Courier New,Courier,monospace;font-size:14px;border:1px solid #00ff00;border-radius:5px;box-shadow:0 4px 8px #000000b3;overflow:hidden;z-index:1000;resize:both;overflow:auto}#log-header{background-color:#1a1a1a;color:#0f0;padding:5px 10px;cursor:move;font-weight:700;text-align:center;border-bottom:1px solid #00ff00}#log-content{padding:10px;height:calc(100% - 30px);overflow-y:auto;white-space:pre-wrap;word-wrap:break-word}.baloon-button:hover{transform:translateY(-3px);box-shadow:0 6px 8px #0000004d}.baloon-button:active{transform:translateY(2px);box-shadow:0 3px 5px #0003}
