html,body,#root{position:fixed;top:0;left:0;width:100%;height:100%}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{width:100dvw;height:100dvh;background:#dedede;display:flex;justify-content:center;align-items:center}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;cursor:pointer;isolation:isolate}.button{isolation:isolate;color:#eee;font-size:20px;line-height:1.5;font-weight:600;border-radius:9999rem;background:#0000006e;color:"#fff";font-family:Poppins;border:1px solid white;border-radius:18px;position:relative;display:flex;justify-content:center;align-items:center;padding:20px 76px;overflow:hidden;transition:.2s ease-out}.button>.backdrop{z-index:1;transition:.15s ease-out}.button>.overlay{width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:inherit;background:#282828;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;transform:translateY(calc(100% + 1px));transition:.2s ease-out}.button:is(:hover,:focus){background:color-mix(in oklab,#181818,black 40%);transition:.25s ease-out}.button:is(:hover,:focus)>.backdrop{scale:.8;opacity:.5}.button:is(:hover,:focus)>.overlay{transform:translateY(0)}#threed-container{z-index:10000;width:100%;height:100%;position:relative}#threed-container button{position:absolute;left:50%;top:80%;transform:translate(-50%,-50%)}header{z-index:10001}
