:root{--rect-width:500px;--rect-height:160px;--rect-depth:120px}.scene{perspective:1500px;width:var(--rect-width);height:var(--rect-height);display:flex;justify-content:center;align-items:center}.cuboid{width:100%;height:100%;position:relative;transform-style:preserve-3d}.cuboid-face{position:absolute;background:linear-gradient(135deg,#1c1810d1,#12100ce0);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(41,67%,64%,.4);box-shadow:0 0 30px #e1ba662e,inset 0 1px #e1ba6626;display:flex;align-items:center;justify-content:center;text-align:center;font-size:44px;font-weight:600;color:#f5e6c4;text-shadow:0 0 18px hsla(41,67%,64%,.55);font-family:Space Grotesk,sans-serif;letter-spacing:.02em;text-transform:uppercase;padding:10px}.back,.front{width:var(--rect-width);height:var(--rect-height)}.front{transform:translateZ(calc(var(--rect-depth)/2))}.back{transform:rotateY(180deg) translateZ(calc(var(--rect-depth)/2)) rotate(180deg)}.bottom,.top{width:var(--rect-width);height:var(--rect-depth);top:calc(50% - var(--rect-depth)/2)}.top{transform:rotateX(90deg) translateZ(calc(var(--rect-height)/2))}.bottom{transform:rotateX(-90deg) translateZ(calc(var(--rect-height)/2))}.left,.right{width:var(--rect-depth);height:var(--rect-height);left:calc(50% - var(--rect-depth)/2)}.right{transform:rotateY(90deg) translateZ(calc(var(--rect-width)/2))}.left{transform:rotateY(-90deg) translateZ(calc(var(--rect-width)/2))}@media(max-width:768px){:root{--rect-width:450px;--rect-height:130px;--rect-depth:90px}.cuboid-face{font-size:32px}}@media(max-width:480px){:root{--rect-width:280px;--rect-height:100px;--rect-depth:70px}.cuboid-face{font-size:22px}}.reveal[data-v-fceaee91]{opacity:0;transform:translateY(18px);animation:hero-in-fceaee91 .75s cubic-bezier(.22,.61,.36,1) forwards}.reveal-1[data-v-fceaee91]{animation-delay:.05s}.reveal-2[data-v-fceaee91]{animation-delay:.16s}.reveal-3[data-v-fceaee91]{animation-delay:.27s}.reveal-4[data-v-fceaee91]{animation-delay:.4s}@keyframes hero-in-fceaee91{to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.reveal[data-v-fceaee91]{animation:none;opacity:1;transform:none}}#__nuxt,body,html{height:100%}
