.iphone-15-pro{--iphone-width:220px;--iphone-height:460px;--iphone-radius:42px;--iphone-bezel:8px;--titanium-color:#3a3a3c;--titanium-highlight:#5a5a5c;--screen-bg:#0a0a0a;width:var(--iphone-width);height:var(--iphone-height);position:relative;flex-shrink:0}.iphone-frame{position:relative;width:100%;height:100%;background:linear-gradient(135deg,var(--titanium-highlight) 0,var(--titanium-color) 50%,#2a2a2c 100%);border-radius:var(--iphone-radius);padding:var(--iphone-bezel);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 25px 50px -12px rgba(0,0,0,.5),0 12px 24px -8px rgba(0,0,0,.3),0 0 0 1px rgba(255,255,255,.05)}.iphone-dynamic-island{position:absolute;top:12px;left:50%;transform:translateX(-50%);width:90px;height:26px;background:#000;border-radius:18px;z-index:20;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05),0 2px 8px rgba(0,0,0,.3)}.iphone-button{position:absolute;background:linear-gradient(180deg,var(--titanium-highlight) 0,var(--titanium-color) 100%);border-radius:2px;box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 2px rgba(0,0,0,.3)}.iphone-button--silent{left:-2px;top:60px;width:2px;height:18px}.iphone-button--volume-up{left:-2px;top:90px;width:2px;height:30px}.iphone-button--volume-down{left:-2px;top:128px;width:2px;height:30px}.iphone-button--power{right:-2px;top:100px;width:2px;height:45px}.iphone-screen{width:100%;height:100%;background:var(--screen-bg);border-radius:calc(var(--iphone-radius) - var(--iphone-bezel));overflow:hidden;display:flex;flex-direction:column;position:relative}.iphone-status-bar{display:flex;justify-content:space-between;align-items:center;padding:10px 14px 4px;font-size:10px;font-weight:600;color:#fff;position:relative;z-index:10}.iphone-time{font-variant-numeric:tabular-nums}.iphone-status-icons{display:flex;align-items:center;gap:3px}.iphone-status-icons svg{width:12px;height:12px}.iphone-battery{width:18px;height:8px;border:1px solid rgba(255,255,255,.5);border-radius:2px;padding:1px;position:relative}.iphone-battery:after{content:"";position:absolute;right:-2px;top:50%;transform:translateY(-50%);width:1px;height:4px;background:rgba(255,255,255,.5);border-radius:0 1px 1px 0}.iphone-battery-level{width:80%;height:100%;background:#30d158;border-radius:1px}.iphone-chat-header{display:flex;align-items:center;gap:8px;padding:6px 12px 8px;border-bottom:1px solid rgba(255,255,255,.08)}.iphone-chat-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(102,126,234,.3)}.iphone-avatar-img{font-size:14px}.iphone-chat-info{display:flex;flex-direction:column;gap:1px}.iphone-chat-name{font-size:12px;font-weight:600;color:#fff}.iphone-chat-status{font-size:9px;color:#30d158}.iphone-chat-messages{flex:1;padding:8px;display:flex;flex-direction:column;gap:6px;overflow-y:auto}.iphone-chat-bubble{max-width:85%;padding:7px 10px;border-radius:14px;font-size:11px;line-height:1.35;animation:bubbleAppear .3s ease-out}.iphone-chat-bubble--assistant{align-self:flex-start;background:#2c2c2e;color:#fff;border-bottom-left-radius:4px}.iphone-chat-bubble--user{align-self:flex-end;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom-right-radius:4px}@keyframes bubbleAppear{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.typing-dots{display:flex;gap:3px;padding:2px 0}.typing-dot{width:5px;height:5px;background:rgba(255,255,255,.5);border-radius:50%;animation:typingBounce 1.4s ease-in-out infinite}@keyframes typingBounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.iphone-chat-input{display:flex;align-items:center;gap:6px;padding:6px 8px;border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.3)}.iphone-input-field{flex:1;background:#2c2c2e;border-radius:16px;padding:6px 10px;min-height:28px;display:flex;align-items:center}.iphone-input-placeholder{font-size:11px;color:rgba(255,255,255,.4)}.iphone-send-btn{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.iphone-send-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(102,126,234,.4)}.iphone-send-btn svg{width:12px;height:12px;color:#fff}.iphone-home-indicator{width:80px;height:3px;background:rgba(255,255,255,.3);border-radius:2px;margin:6px auto 4px}.iphone-15-pro:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,rgba(255,255,255,.08),transparent);border-radius:var(--iphone-radius) var(--iphone-radius) 0 0;pointer-events:none;z-index:1}@media (max-width:768px){.iphone-15-pro{--iphone-width:140px;--iphone-height:300px;--iphone-radius:28px;--iphone-bezel:5px}.iphone-dynamic-island{width:60px;height:16px;top:8px}.iphone-chat-bubble{font-size:10px;padding:6px 8px}.iphone-status-bar{padding:8px 12px 4px;font-size:9px}}