.background{border-radius:8px;max-width:440px;max-height:360px;padding:20px;position:relative}body{background:radial-gradient(circle at 10% 0,#0b1727 0,#020712 60%,#01030a 100%);justify-content:center;align-items:center;min-height:100vh;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.scene{perspective:1600px;width:100%;height:100%}.card-stack{width:300px;height:180px;transform-style:preserve-3d;transition:all 1s;position:relative;top:30%;left:50%;transform:rotateX(40deg)rotate(15deg)translate(-50%)}.scene:hover .card-stack{transform:rotateX(10deg)rotate(15deg)translate(-50%)}.card{position:absolute;inset:0}.card-back{opacity:.85;filter:drop-shadow(0 30px 70px #000000f2);transition:all .8s;transform:translateZ(-20px)translateY(26px)}.scene:hover .card-back{transform:translateZ(-6px)translateY(6px)}.card-front{color:#fff;filter:drop-shadow(0 30px 70px #000000f2);padding:20px;transition:all .8s;transform:translateZ(0)}.scene:hover .card-front{filter:drop-shadow(0 10px 10px #67a0d070)}.card-header{font-size:18px;font-weight:500}.card-icon{filter:drop-shadow(0 0 40px #00b5ff59);width:auto;height:50px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.card-icon svg{width:100%;height:100%}.card-footer{text-align:right;color:#fff;flex-direction:column;gap:4px;font-size:16px;font-weight:500;display:flex;position:absolute;bottom:15px;right:15px}.card-footer span:last-child{color:#bacbe8cc;font-size:14px;font-weight:400}.delivery-title{font-size:14px;line-height:16px}.delivery-sub-title{text-wrap:nowrap;isolation:isolate;background:#01986b;border-radius:4px;width:100%;max-width:150px;height:20px;padding:4px 6px;font-size:10px;line-height:12px;position:relative}.delivery-sub-title:before{content:"";-webkit-mask-composite:xor;pointer-events:none;z-index:-1;background:linear-gradient(91.83deg,#3bf6a8 -.46%,#239062 53.7%,#3bf6a8 101.7%);border-radius:5px;padding:1px;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}
