.gold-tilt-surface{width:100%;height:100%;perspective:1200px}.gold-tilt-surface__tilt{width:100%;height:100%;transform-style:preserve-3d;transform-origin:center center;will-change:transform}.gold-tilt-surface__inner{position:relative;display:flex;flex-direction:column;height:100%;overflow:hidden;border-radius:10px}.gold-tilt-surface__glow{position:absolute;inset:-5px;z-index:0;border-radius:14px;background:linear-gradient(135deg,rgba(235,228,201,.85),rgba(192,174,112,.65));filter:blur(12px);opacity:0;pointer-events:none;transition:opacity .35s ease}.gold-tilt-surface__glow.is-active{opacity:.6}.gold-tilt-surface:focus-within .gold-tilt-surface__inner,.gold-tilt-surface:hover .gold-tilt-surface__inner{box-shadow:0 10px 26px rgba(0,0,0,.38),0 0 22px rgba(235,228,201,.42)}.gold-tilt-surface__shimmer{position:absolute;inset:0;z-index:2;pointer-events:none}.gold-tilt-surface__content{position:relative;z-index:1;display:flex;flex:1;flex-direction:column;min-height:100%}