@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@font-face{font-family:Lightdot-8x8;src:url(/fonts/Lightdot-8x8.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;height:100dvh;overflow:hidden;font-family:Inter,system-ui,sans-serif;background:#000;overscroll-behavior:none}#app{width:100%;height:100%;height:100dvh;position:relative;position:fixed;inset:0}canvas{display:block;width:100%;height:100%;cursor:grab;touch-action:none;-webkit-tap-highlight-color:transparent}canvas.ball-hovered{cursor:pointer}.countdown-wrapper{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:100;pointer-events:none}.countdown-value{font-family:Zalando Sans Expanded,sans-serif;font-optical-sizing:auto;font-weight:900;font-style:normal;color:#fff;white-space:nowrap}.happy-new-year{display:block;text-align:center;white-space:normal;font-size:clamp(2rem,12vw,10rem);line-height:.95;animation:rainbow-text 3s linear infinite}@keyframes rainbow-text{0%{color:#ff4d4d}14%{color:#ffa64d}28%{color:#ffff4d}42%{color:#4dff4d}57%{color:#4dffff}71%{color:#4d4dff}85%{color:#ff4dff}to{color:#ff4d4d}}@media(max-width:768px){.happy-new-year{font-size:clamp(2rem,18vw,6rem);line-height:1.05}}.height-label{position:fixed;left:calc(50% + 65px);top:25%;transform:translateY(-50%);z-index:100;pointer-events:none;background:#0003;padding:12px 20px;border-radius:12px;white-space:nowrap;text-align:left;transition:left .1s ease-out}.height-value{font-size:1.4rem;font-weight:700;font-family:SF Mono,Menlo,Monaco,Consolas,monospace;color:#fff}.height-unit{font-size:.7em;font-weight:600;opacity:.8}.height-subtitle{font-size:.6rem;color:#ffffff80;text-transform:uppercase;letter-spacing:1px;margin-top:4px}@media(max-width:768px){.height-label{left:calc(50% + 55px);padding:8px 12px;border-radius:8px}.height-value{font-size:1rem}.height-subtitle{font-size:.5rem;letter-spacing:.5px;margin-top:2px}}.logo-ring-container{position:fixed;top:15px;left:50%;transform:translate(-50%);width:240px;height:168px;z-index:150;pointer-events:none}@media(max-width:768px){.logo-ring-container{top:0}}.logo-ring-canvas{width:240px;height:168px}.debug-panel{position:fixed;top:20px;right:20px;z-index:200;display:none}.debug-panel.visible{display:block}.debug-toggle{padding:8px 16px;background:#000000b3;color:#888;border:1px solid #444;border-radius:6px;cursor:pointer;font-size:12px}.debug-toggle:hover{background:#000000e6;color:#fff}.debug-content{display:none;position:absolute;top:40px;right:0;background:#000000e6;border:1px solid #444;border-radius:8px;padding:16px;min-width:250px}.debug-content h3{color:#fff;margin:0 0 12px;font-size:14px}.debug-presets{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.debug-presets button{padding:6px 12px;background:#333;color:#fff;border:1px solid #555;border-radius:4px;cursor:pointer;font-size:12px}.debug-presets button:hover{background:#444}.debug-custom{display:flex;flex-direction:column;gap:8px}.debug-custom label{color:#aaa;font-size:12px}.debug-datetime,.debug-seconds{padding:6px;background:#222;color:#fff;border:1px solid #444;border-radius:4px;margin-top:4px;width:100%}.debug-seconds{width:120px}.debug-apply,.debug-apply-seconds{padding:8px 16px;background:#2563eb;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px}.debug-apply:hover,.debug-apply-seconds:hover{background:#1d4ed8}.intro-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;opacity:1;transition:opacity .5s ease-out}.intro-modal-overlay.fade-out{opacity:0;pointer-events:none}.intro-modal{background:#141414;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:40px;max-width:500px;margin:20px;text-align:center}.intro-title{font-family:Zalando Sans Expanded,sans-serif;font-weight:900;font-size:2.5rem;color:#fff;margin-bottom:20px;background:linear-gradient(135deg,gold,orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-wrap:balance}.intro-description{color:#fffc;font-size:1rem;line-height:1.6;margin-bottom:16px;text-wrap:pretty}.intro-highlight{color:#fff;font-style:italic}.intro-button{font-family:Inter,system-ui,sans-serif;margin-top:24px;padding:16px 40px;font-size:1.1rem;font-weight:600;color:#fff6;background:transparent;border:2px solid rgba(255,255,255,.2);border-radius:50px;cursor:not-allowed;transition:all .3s ease;text-transform:uppercase}.intro-button.ready{color:#fff;background:transparent;border-color:#fff;cursor:pointer}.intro-button.ready:hover{color:#000;background:#fff}.intro-button.ready:active{opacity:.8}.intro-credits{margin-top:20px;font-size:.8rem;color:#ffffff59}.intro-credits a{color:#ffffff59;text-decoration:underline;transition:color .2s ease}.intro-credits a:hover{color:#fff}.logo-3d-container{width:400px;height:280px;margin:0 auto 10px}.logo-canvas{width:400px;height:280px;image-rendering:high-quality}@media(max-width:768px){.intro-modal{padding:30px 24px;margin:16px}.intro-title{font-size:1.75rem}.intro-description{font-size:.9rem}.intro-button{padding:14px 30px;font-size:.9rem;letter-spacing:1px}.logo-3d-container,.logo-canvas{width:280px;height:196px}}.mute-button{position:fixed;bottom:20px;left:20px;width:48px;height:48px;background:#0009;border:1px solid rgba(255,255,255,.2);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fffc;transition:all .2s ease;z-index:150}.mute-button:hover{background:#000c;border-color:#fff6;color:#fff}.mute-button.muted{color:#ff6464cc}.mute-button.muted:hover{color:#ff6464}.mute-button svg{width:20px;height:20px}@media(max-width:768px){.mute-button{width:40px;height:40px;bottom:16px;left:16px}.mute-button svg{width:18px;height:18px}}.help-button{position:fixed;bottom:20px;right:20px;width:48px;height:48px;background:#0009;border:1px solid rgba(255,255,255,.2);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fffc;transition:all .2s ease;z-index:150}.help-button:hover{background:#000c;border-color:#fff6;color:#fff}.help-button svg{width:20px;height:20px}@media(max-width:768px){.help-button{width:40px;height:40px;bottom:16px;right:16px}.help-button svg{width:18px;height:18px}}
