.gw-flap-row{perspective:600px;gap:6px;display:inline-flex}.gw-flap-tile{color:#fff;width:clamp(34px,8.5vw,74px);height:clamp(48px,12vw,100px);font-family:var(--font-sans);background:linear-gradient(#2c313a 0%,#1b1e26 100%);border-radius:9px;justify-content:center;align-items:center;font-size:clamp(26px,6.6vw,58px);font-weight:800;line-height:1;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 -2px #00000080,inset 0 1px #ffffff0f,0 5px 12px #1b1e2633}.gw-flap-tile:after{content:"";z-index:3;background:#0000008c;height:2px;position:absolute;top:50%;left:0;right:0;transform:translateY(-1px)}.gw-flap-tile.accent{color:var(--brand)}.gw-flap-row.compact{perspective:500px;justify-content:center;gap:4px;width:100%;display:flex}.gw-flap-row.compact .gw-flap-tile{width:var(--tile,30px);height:calc(var(--tile,30px) * 1.4);font-size:calc(var(--tile,30px) * .6);border-radius:6px}.gw-flap-tile.flip{animation:.14s gw-flip}@keyframes gw-flip{0%{transform:rotateX(0)}45%,55%{filter:brightness(.65);transform:rotateX(-82deg)}to{transform:rotateX(0)}}