@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes pointLeft{0%,to{transform:translate(0)}50%{transform:translate(-10px)}}.glow-box{z-index:20;transition:all .3s;animation:2s infinite glow-pulse;position:relative;box-shadow:0 0 0 4px #3b82f680,0 0 20px #3b82f64d;border-radius:var(--radius-md)!important}@keyframes glow-pulse{0%{box-shadow:0 0 #3b82f680}50%{box-shadow:0 0 0 6px #3b82f64d,0 0 20px #3b82f680}to{box-shadow:0 0 #3b82f680}}.rotate-device-overlay{z-index:99999;text-align:center;background:linear-gradient(135deg,#18181b 0%,#27272a 100%);flex-direction:column;justify-content:center;align-items:center;gap:24px;padding:32px;display:none;position:fixed;inset:0}.rotate-device-icon{width:80px;height:80px;animation:2s ease-in-out infinite rotate-hint}@keyframes rotate-hint{0%,to{transform:rotate(0)}25%{transform:rotate(-15deg)}75%{transform:rotate(15deg)}}.rotate-device-title{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.rotate-device-subtitle{color:#a1a1aa;max-width:280px;margin:0;font-size:1rem;line-height:1.5}@media screen and (max-width:768px) and (orientation:portrait){.rotate-device-overlay{display:flex}.demo-content{display:none!important}}@media screen and (max-width:768px) and (orientation:landscape){.rotate-device-overlay{display:none}.demo-content{display:flex!important}.demo-content .sidebar{width:200px}.demo-content .main-content{margin-left:200px}}
