:root{--apple-blue: #007AFF;--apple-green: #34C759;--apple-red: #FF3B30;--apple-orange: #FF9500;--apple-yellow: #FFCC00;--apple-purple: #AF52DE;--apple-pink: #FF2D92;--apple-gray: #8E8E93;--apple-light-gray: #F2F2F7;--apple-dark-gray: #1C1C1E}.container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(135deg,#f5f5f7 0%,#e5e5e7 100%)}.ball{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--apple-blue) 0%,#0051D5 100%);box-shadow:0 10px 30px #007aff4d,0 2px 10px #0000001a,inset 0 2px #ffffff4d;position:absolute;will-change:transform;position:relative;overflow:hidden}.ball:before{content:"";position:absolute;top:5%;left:15%;width:70%;height:70%;background:linear-gradient(135deg,rgba(255,255,255,.8) 0%,rgba(255,255,255,.2) 50%,transparent 100%);border-radius:50%;filter:blur(2px)}.floor{position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,var(--apple-gray) 20%,var(--apple-gray) 80%,transparent 100%);opacity:.3}.apple-logo{position:absolute;top:40px;right:40px;width:30px;height:30px;opacity:.6}.title{position:absolute;top:40px;left:40px;color:var(--apple-dark-gray);font-size:24px;font-weight:600;letter-spacing:-.02em}.subtitle{position:absolute;top:70px;left:40px;color:var(--apple-gray);font-size:14px;font-weight:400}.shadow{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:10px;background:radial-gradient(ellipse at center,rgba(0,0,0,.15) 0%,transparent 70%);border-radius:50%;filter:blur(4px)}
