.mobile-container{width:150px;height:300px;transform-style:preserve-3d;background:#121212;border-radius:30px;transition:transform .4s ease-in-out,box-shadow .4s ease-in-out,background .4s ease-in-out;display:grid;transform:rotateX(51deg)rotate(-43deg)scale(1.2);box-shadow:-1px 0 28px #22215103,28px 28px 28px #22215140}.mobile-container.light-theme{background:#e0e0e0;box-shadow:-1px 0 28px #00000003,28px 28px 28px #0000001a}.mobile-container.light-theme .body{background:#f5f5f5}.mobile-container.light-theme .screen{background:#fff}.mobile-container .body{background:#121212;border-radius:30px;width:150px;height:300px;margin:-5px;transition:transform .4s ease-in-out,box-shadow .4s ease-in-out;transform:translate(10px)}.mobile-container .screen{background:#444;border-radius:30px;width:150px;height:300px;transition:transform .4s ease-in-out,box-shadow .4s ease-in-out;transform:translate(10px,-10px)}.mobile-container .screen .screen-img{background:0 0;border-radius:20px;width:130px;height:280px;position:relative;top:10px;left:10px;overflow:hidden}.mobile-container .screen .screen-img img{height:inherit;width:auto}.screen img{object-fit:cover;width:100%;height:100%}@keyframes pulse-out{0%{opacity:0;transform:scale(1)}15%{opacity:.15;box-shadow:0 0 15px rgba(var(--pulse-color),var(--pulse-shadow-opacity))}to{opacity:0;transform:scale(3.5)}}.pulse-ring{--pulse-color:165,137,248;--pulse-shadow-opacity:.15;--pulse-border-opacity:.4;border:1px solid rgba(var(--pulse-color),var(--pulse-border-opacity));pointer-events:none;opacity:0;border-radius:50%;width:200px;height:200px;animation:8s cubic-bezier(.165,.84,.44,1) infinite pulse-out;position:absolute}.dark .pulse-ring{--pulse-color:255,255,255;--pulse-shadow-opacity:.1;--pulse-border-opacity:.1}.pulse-delay-1{animation-delay:2s}.pulse-delay-2{animation-delay:4s}
