.frost-overlay.frost-active{animation:frostGrow var(--frost-duration) cubic-bezier(.4,0,.2,1) forwards}@keyframes frostGrow{0%{transform:translate(-100%) skew(-15deg) scale(1.2);opacity:0}60%{transform:translate(0) skew(-5deg) scale(1.05);opacity:var(--frost-opacity)}to{transform:translate(0) skew(0) scale(1);opacity:calc(var(--frost-opacity)*.7)}}.ice-texture.ice-active{animation:iceFadeIn calc(var(--frost-duration)*.8) ease-out forwards;animation-delay:calc(var(--frost-duration)*.3)}@keyframes iceFadeIn{0%{transform:scale(1.1);opacity:0}to{transform:scale(1);opacity:.4}}.shimmer-layer{animation:shimmer 8s ease-in-out infinite;animation-delay:var(--frost-duration)}@keyframes shimmer{0%,to{transform:translate(-100%);opacity:0}10%{opacity:.3}50%{transform:translate(100%);opacity:0}}.glass-panel{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(148,163,184,.1);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f,inset 0 1px #ffffff0d;background:#0f172a66}.glass-panel:hover{border-color:#06b6d44d;box-shadow:0 10px 15px -3px #06b6d41a,0 4px 6px -2px #06b6d40d,inset 0 1px #ffffff1a}