body{overflow:hidden;margin:0;padding:0;background:#000}#app{width:100vw;height:100vh}#music-toggle{position:fixed;top:20px;right:20px;z-index:100;font-family:Arial,sans-serif}.toggle-switch{display:inline-block}.toggle-switch input[type=checkbox]{display:none}.toggle-label{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;gap:12px}.toggle-text{color:#fff;font-size:12px;font-weight:600;letter-spacing:.5px;text-shadow:0 1px 2px rgba(0,0,0,.5);transition:all .3s ease}.toggle-slider{position:relative;width:48px;height:24px;background:#f44336;background:linear-gradient(135deg,#ef5350,#f44336);border-radius:24px;transition:all .3s ease;box-shadow:inset 0 2px 4px #0003,0 2px 8px #0000004d}.toggle-knob{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:all .3s ease;box-shadow:0 2px 4px #0003,0 1px 2px #0000001a}.toggle-switch input[type=checkbox]:checked+.toggle-label .toggle-slider{background:#4caf50;background:linear-gradient(135deg,#66bb6a,#4caf50)}.toggle-switch input[type=checkbox]:checked+.toggle-label .toggle-knob{transform:translate(24px)}.toggle-label:hover .toggle-slider{box-shadow:inset 0 2px 4px #0003,0 2px 12px #0006}.toggle-label:hover .toggle-knob{box-shadow:0 3px 6px #0000004d,0 2px 4px #0003}.toggle-switch input[type=checkbox]:not(:checked)+.toggle-label .toggle-text{opacity:.8}.toggle-label:active .toggle-knob{transform:scale(.95)}.toggle-switch input[type=checkbox]:checked+.toggle-label:active .toggle-knob{transform:translate(24px) scale(.95)}.svg-container,#title-svg-container{position:absolute;bottom:60px;left:60px;max-width:90%}.svg-container svg,#title-svg-container svg{width:120%;height:auto;max-width:1040px}@media screen and (max-width: 768px){#enchanted-wheel{display:none!important}.svg-container,#title-svg-container{bottom:40px!important;left:50%!important;transform:translate(-50%)!important;text-align:center!important;max-width:100%!important}.svg-container svg,#title-svg-container svg{width:90vw!important;max-width:none!important;height:auto!important}#music-toggle{top:15px;right:15px}.toggle-text{font-size:10px}.toggle-slider{width:40px;height:20px}.toggle-knob{width:16px;height:16px}.toggle-switch input[type=checkbox]:checked+.toggle-label .toggle-knob{transform:translate(20px)}.toggle-switch input[type=checkbox]:checked+.toggle-label:active .toggle-knob{transform:translate(20px) scale(.95)}}@media screen and (max-width: 480px){#music-toggle{top:10px;right:10px}.svg-container,#title-svg-container{bottom:20px!important;max-width:100%!important}.svg-container svg,#title-svg-container svg{width:90vw!important;max-width:none!important}.toggle-text{font-size:9px}.toggle-slider{width:36px;height:18px}.toggle-knob{width:14px;height:14px}.toggle-switch input[type=checkbox]:checked+.toggle-label .toggle-knob{transform:translate(18px)}.toggle-switch input[type=checkbox]:checked+.toggle-label:active .toggle-knob{transform:translate(18px) scale(.95)}}
