// iOS.jsx — Simplified iOS 26 (Liquid Glass) device frame // Based on the iOS 26 UI Kit + Figma status bar spec. No assets, no deps. // Exports: IOSDevice, IOSStatusBar, IOSNavBar, IOSGlassPill, IOSList, IOSListRow, IOSKeyboard // ───────────────────────────────────────────────────────────── // Status bar // ───────────────────────────────────────────────────────────── function IOSStatusBar({ dark = false, time = '9:41' }) { // Yomee uses dark-content status bar icons across the entire flow // (start → onboarding → upload → dashboard). Keep icons + time at #1a1a1a // regardless of the device frame's dark prop. const c = '#1a1a1a'; return (