@media(any-pointer:fine)and (hover:hover){body.use-custom-cursor #face-image{cursor:none!important}}.logo-cursor{position:fixed;pointer-events:none;z-index:10000;transform:translate(-50%,-50%);will-change:left,top}.page-shell{width:100%;max-width:100vw;min-width:0;min-height:100vh;height:100%;display:flex;align-items:center;justify-content:center}.face-stage{position:relative;display:flex;align-items:center;justify-content:center;transform-style:preserve-3d;will-change:transform;min-width:0;max-width:100%}#face-image{display:block;max-width:calc(100vw - 2 * var(--page-gap));max-height:calc(100vh - 2 * var(--page-gap));width:auto;height:auto;border-radius:10px;transition:filter .12s ease,transform .12s ease;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}#face-image.wobble{animation:wobble .5s ease-in-out}.logo-trail,.logo-particle{position:fixed;width:18px;height:18px;pointer-events:none;z-index:9999;opacity:.95;will-change:transform,opacity}.logo-trail{transition:transform .6s ease-out,opacity .6s ease-out}.logo-particle{transition:transform .7s cubic-bezier(.16,1,.3,1),opacity .7s ease-out}.music-note{position:fixed;top:-2rem;font-size:1.35rem;pointer-events:none;z-index:9998;animation:note-fall linear forwards;text-shadow:0 0 12px rgb(255 255 255 / .5)}body.disco{animation:disco-bg 2.5s linear infinite}@keyframes wobble{0%{transform:rotate(0) scale(1)}15%{transform:rotate(-3deg) scale(1.01)}30%{transform:rotate(3deg) scale(1.02)}45%{transform:rotate(-2deg) scale(1.01)}60%{transform:rotate(2deg) scale(1.01)}to{transform:rotate(0) scale(1)}}@keyframes disco-bg{0%{filter:hue-rotate(0deg) saturate(1)}50%{filter:hue-rotate(160deg) saturate(1.4)}to{filter:hue-rotate(360deg) saturate(1)}}@keyframes note-fall{0%{transform:translateY(-2rem) rotate(0);opacity:0}10%{opacity:1}85%{opacity:1}to{transform:translateY(110vh) rotate(320deg);opacity:0}}:root{--bg: #0a0a0f;--text: #f4f4f7;--page-gap: 2vmin}*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden}body{display:flex;align-items:center;justify-content:center;padding:var(--page-gap);background:radial-gradient(circle at 20% 20%,#22253b,var(--bg) 40%);color:var(--text);overflow:hidden}body [data-mode-panel]{display:none}body[data-active-page=standard] [data-mode-panel=face],body[data-active-page=pro] [data-mode-panel=face],body[data-active-page=pro-g2] [data-mode-panel=pro-g2]{display:flex}.bounce-container{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;max-width:calc(100vw - 2 * var(--page-gap));max-height:calc(100vh - 2 * var(--page-gap));border-radius:10px;overflow:hidden}#bounce-bg{display:block;width:auto;height:auto;max-width:calc(100vw - 2 * var(--page-gap));max-height:calc(100vh - 2 * var(--page-gap));object-fit:contain;object-position:center;pointer-events:auto;border-radius:10px}.bounce-face{position:absolute;width:30vmin;height:auto;will-change:transform;pointer-events:auto;cursor:pointer;-webkit-user-select:none;user-select:none;z-index:1;transform-origin:center;border-radius:10px}
