.szo-phone{position:relative;width:260px;height:540px;border-radius:42px;background:#17122b;padding:12px;box-shadow:0 40px 80px -30px rgba(60,40,120,.45);flex:none}.szo-phone-screen{position:relative;width:100%;height:100%;border-radius:32px;background:#fafaf7;overflow:hidden;display:flex;flex-direction:column;padding:44px 14px 16px;box-sizing:border-box}.szo-phone-notch{position:absolute;top:14px;left:50%;transform:translateX(-50%);width:84px;height:22px;border-radius:999px;background:#050308;z-index:2}.szo-phone-topbar{font-size:12px;font-weight:800;color:#17122b;margin-bottom:14px}.szo-phone-thread{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.szo-phone-msg{display:flex;align-items:flex-start;gap:5px;animation:szo-phone-msg-in .35s ease both}.szo-phone-msg-user{justify-content:flex-end}@keyframes szo-phone-msg-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.szo-phone-avatar{flex:none;display:grid;place-items:center;width:16px;height:16px;border-radius:999px;background:#7c5cff;color:#fafaf7;font-weight:800;font-size:8px}.szo-phone-bubble{max-width:78%;background:#f2eeff;border-radius:10px;padding:6px 9px;font-size:9.5px;line-height:1.4;color:#17122b}.szo-phone-bubble-user{background:#c6f432;border-radius:10px 10px 3px 10px}.szo-phone-typing{display:inline-flex;gap:2px;align-items:center;background:#f2eeff;border-radius:10px;padding:6px 8px}.szo-phone-typing-user{background:rgba(198,244,50,.4)}.szo-phone-typing span{width:3px;height:3px;border-radius:999px;background:rgba(23,18,43,.4);animation:szo-phone-typing-bounce .9s ease-in-out infinite}.szo-phone-typing span:nth-child(2){animation-delay:.12s}.szo-phone-typing span:nth-child(3){animation-delay:.24s}@keyframes szo-phone-typing-bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-2px);opacity:1}}.szo-phone-frame{flex:1;min-height:0;border-radius:20px;background:linear-gradient(160deg,#17122b,#3a2f66 55%,#7c5cff);display:flex;align-items:flex-end;justify-content:center;padding-bottom:12px;opacity:0;transform:translateY(10px) scale(.97);transition:opacity .5s ease,transform .5s ease}.szo-phone-frame-visible{opacity:1;transform:translateY(0) scale(1)}.szo-phone-frame-pill{background:#17122b;color:#c6f432;font-size:9px;font-weight:800;padding:6px 14px;border-radius:999px}.szo-phone-home{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);width:90px;height:4px;border-radius:999px;background:hsla(0,0%,100%,.5)}@media (max-width:900px){.szo-phone{width:200px;height:415px;border-radius:34px}.szo-phone-screen{border-radius:25px}}