@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";html,body{margin:0;padding:0;overflow:hidden;height:100vh;height:100dvh;width:100vw;position:fixed;top:0;left:0;touch-action:none;-webkit-overflow-scrolling:touch;background:linear-gradient(135deg,#ff9a9e,#fecfef 50% 100%);font-family:Montserrat,sans-serif}#root{width:100vw;height:100vh;margin:0;padding:0;overflow:hidden;position:fixed;top:0;left:0}.center-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;text-align:center;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);padding:40px;border-radius:50%;backdrop-filter:blur(2px)}.center-title h1{margin:0;font-size:2.5rem;color:#fff;text-align:center;font-weight:700;letter-spacing:2px;text-shadow:0 2px 4px rgba(0,0,0,.7)}.center-title h2{margin:5px 0 0;font-size:1.8rem;color:#fff;text-align:center;font-weight:500;letter-spacing:1px;text-shadow:0 2px 4px rgba(0,0,0,.7)}.center-title h3{margin:10px 0 0;font-size:1.4rem;color:#fffffff2;text-align:center;font-weight:300;letter-spacing:1px;text-shadow:0 1px 2px rgba(0,0,0,.6)}.dart-arrow{position:absolute;animation-duration:calc(var(--duration, 10s) * 2);animation-timing-function:linear;animation-iteration-count:infinite;will-change:transform;transform:translateZ(0)}.path-1{animation-name:fly1}.path-2{animation-name:fly2}.path-3{animation-name:fly3}.path-4{animation-name:fly4}.path-5{animation-name:fly5}.path-6{animation-name:fly6}.path-7{animation-name:fly7}.path-8{animation-name:fly8}.path-9{animation-name:fly9}.path-10{animation-name:fly10}.path-11{animation-name:fly11}.path-12{animation-name:fly12}.path-13{animation-name:fly13}.path-14{animation-name:fly14}.path-15{animation-name:fly15}.spinning-dart.spin{animation:spin var(--spin-duration, 3s) linear infinite;will-change:transform;transform:translateZ(0)}.spinning-dart.spin-reverse{animation:spin-reverse var(--spin-duration, 3s) linear infinite;will-change:transform;transform:translateZ(0)}.arrow{width:40px;height:40px;object-fit:contain}.name-label{position:absolute;top:-35px;left:50%;transform:translate(-50%);background:linear-gradient(145deg,#2c3e50,#34495e);color:#fff;padding:6px 12px;border-radius:20px;font-weight:700;font-size:12px;white-space:nowrap;box-shadow:0 4px 15px #2c3e5066;border:2px solid rgba(255,255,255,.3);text-shadow:0 1px 2px rgba(0,0,0,.3)}.name-label.highlighted{background:linear-gradient(145deg,#ff6b9d,#c44569);box-shadow:0 4px 15px #ff6b9d99;border:2px solid rgba(255,255,255,.5);animation:pulse 2s ease-in-out infinite alternate}@keyframes pulse{0%{box-shadow:0 4px 15px #ff6b9d99}to{box-shadow:0 6px 20px #ff6b9dcc,0 0 15px #ff6b9d66}}.form-simple{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:10;text-align:center}.form-simple form{display:flex;align-items:center;justify-content:center;gap:10px}.form-simple input{padding:12px 16px;border:2px solid rgba(255,255,255,.3);border-radius:25px;background:#ffffffe6;font-size:16px;outline:none;box-shadow:0 2px 8px #0003}.form-simple input:focus{border-color:#ff6b9d;box-shadow:0 0 0 3px #ff6b9d33}.form-simple button{padding:12px 20px;background:linear-gradient(145deg,#2c3e50,#34495e);color:#fff;border:none;border-radius:25px;font-weight:700;cursor:pointer;box-shadow:0 4px 15px #2c3e5066;transition:transform .2s;white-space:nowrap;height:46px;display:flex;align-items:center}.form-simple button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2c3e5099}.form-simple p{margin:10px 0 0;color:#fff;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.6)}.exit-button{position:fixed;bottom:20px;right:20px;padding:12px 20px;background:linear-gradient(145deg,#2c3e50,#34495e);color:#fff;border:none;border-radius:25px;font-weight:700;cursor:pointer;box-shadow:0 4px 15px #2c3e5066;transition:transform .2s;white-space:nowrap;z-index:1000}.exit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2c3e5099}@media(min-width:768px){.dart-arrow{animation-duration:calc(var(--duration, 10s) * 2)}}@media(max-width:767px){.center-title{padding:20px;width:90vw;max-width:300px}.center-title h1{font-size:1.8rem}.center-title h2{font-size:1.2rem}.center-title h3{font-size:1rem}.dart-arrow{animation-duration:var(--duration, 10s)}.exit-button{right:10px;bottom:10px;padding:10px 15px;font-size:12px}.form-simple input{width:150px;padding:10px 12px}}@keyframes fly1{0%{left:0%;top:20%}25%{left:100%;top:20%}50%{left:100%;top:80%}75%{left:0%;top:80%}to{left:0%;top:20%}}@keyframes fly2{0%{left:100%;top:30%}25%{left:0%;top:30%}50%{left:0%;top:70%}75%{left:100%;top:70%}to{left:100%;top:30%}}@keyframes fly3{0%{left:30%;top:0%}25%{left:30%;top:100%}50%{left:70%;top:100%}75%{left:70%;top:0%}to{left:30%;top:0%}}@keyframes fly4{0%{left:40%;top:100%}25%{left:40%;top:0%}50%{left:60%;top:0%}75%{left:60%;top:100%}to{left:40%;top:100%}}@keyframes fly5{0%{left:0%;top:10%}25%{left:100%;top:90%}50%{left:0%;top:90%}75%{left:100%;top:10%}to{left:0%;top:10%}}@keyframes fly6{0%{left:100%;top:15%}25%{left:0%;top:85%}50%{left:100%;top:85%}75%{left:0%;top:15%}to{left:100%;top:15%}}@keyframes fly7{0%{left:25%;top:0%}25%{left:75%;top:100%}50%{left:25%;top:100%}75%{left:75%;top:0%}to{left:25%;top:0%}}@keyframes fly8{0%{left:80%;top:100%}25%{left:20%;top:0%}50%{left:80%;top:0%}75%{left:20%;top:100%}to{left:80%;top:100%}}@keyframes fly9{0%{left:0%;top:40%}25%{left:100%;top:40%}50%{left:100%;top:60%}75%{left:0%;top:60%}to{left:0%;top:40%}}@keyframes fly10{0%{left:50%;top:0%}25%{left:50%;top:100%}50%{left:50%;top:100%}75%{left:50%;top:0%}to{left:50%;top:0%}}@keyframes fly11{0%{left:100%;top:25%}25%{left:0%;top:75%}50%{left:100%;top:75%}75%{left:0%;top:25%}to{left:100%;top:25%}}@keyframes fly12{0%{left:35%;top:100%}25%{left:65%;top:0%}50%{left:35%;top:0%}75%{left:65%;top:100%}to{left:35%;top:100%}}@keyframes fly13{0%{left:0%;top:50%}25%{left:100%;top:50%}50%{left:100%;top:50%}75%{left:0%;top:50%}to{left:0%;top:50%}}@keyframes fly14{0%{left:45%;top:0%}25%{left:55%;top:100%}50%{left:45%;top:100%}75%{left:55%;top:0%}to{left:45%;top:0%}}@keyframes fly15{0%{left:100%;top:35%}25%{left:0%;top:65%}50%{left:100%;top:65%}75%{left:0%;top:35%}to{left:100%;top:35%}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin-reverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}
