.phone-stage {
    display: flex; align-items: center; justify-content: center;
    min-height: calc(100vh - 40px); padding: 24px;
    background: linear-gradient(145deg, #e6f4ff 0%, #bae0ff 45%, #91caff 100%);
}
.phone-device {
    width: 390px; max-width: 100%; height: 844px; max-height: calc(100vh - 48px);
    background: #1a1a1e; border-radius: 44px; padding: 10px;
    box-shadow: 0 0 0 1px rgba(255,255,255,.12) inset, 0 24px 48px rgba(0,0,0,.35);
    display: flex; flex-direction: column; flex-shrink: 0;
}
.phone-screen { flex: 1; min-height: 0; background: #000; border-radius: 36px; overflow: hidden; display: flex; flex-direction: column; }
.phone-statusbar {
    flex-shrink: 0; height: 44px; padding: 0 20px 0 24px;
    display: flex; align-items: center; justify-content: space-between;
    background: linear-gradient(180deg, #f8f9fb 0%, #eef1f6 100%);
    font-size: 14px; font-weight: 600; color: #1c1c1e;
}
.phone-statusbar .sb-time { font-variant-numeric: tabular-nums; }
.phone-statusbar .sb-right { display: flex; align-items: center; gap: 6px; font-size: 12px; }
.phone-statusbar .sb-battery { width: 24px; height: 12px; border: 1px solid #1c1c1e; border-radius: 3px; padding: 1px; position: relative; }
.phone-statusbar .sb-battery::after { content: ''; position: absolute; right: -3px; top: 3px; width: 2px; height: 6px; background: #1c1c1e; border-radius: 0 1px 1px 0; }
.phone-statusbar .sb-battery-in { height: 100%; width: 72%; background: #1890ff; border-radius: 1px; }
.phone-frame-body { flex: 1; min-height: 0; background: #fff; position: relative; }
.phone-frame-body iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: #f7f7f7; }
.phone-home-indicator { flex-shrink: 0; height: 28px; background: #fff; display: flex; align-items: center; justify-content: center; }
.phone-home-indicator span { width: 134px; height: 5px; background: #1c1c1e; border-radius: 100px; opacity: .35; }
