@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f172a}#root{width:100%}button,input,textarea{font-family:Inter,system-ui,-apple-system,sans-serif}.phone-screen ::-webkit-scrollbar{width:0px;background:transparent}.phone-wrapper{display:flex;flex-direction:column;align-items:center;gap:24px}.phone-label{text-align:center}.phone-label-logo{display:flex;align-items:center;justify-content:center;gap:8px;font-size:28px;font-weight:700;color:#d4775c;font-family:Inter,system-ui,-apple-system,sans-serif}.phone-label p{margin:4px 0 0;font-size:14px;color:#ad978c;font-family:Inter,system-ui,-apple-system,sans-serif}.phone-frame{position:relative;width:375px;height:812px;background:#000;border-radius:50px;padding:12px;box-shadow:0 0 0 2px #1a1a1a,0 0 0 4px #333,0 20px 60px #0000004d,0 0 40px #0000001a}.phone-notch{position:absolute;top:12px;left:50%;transform:translate(-50%);width:150px;height:28px;background:#000;border-radius:0 0 20px 20px;z-index:10;display:flex;align-items:center;justify-content:center}.phone-notch-camera{width:12px;height:12px;background:#1a1a1a;border-radius:50%;border:2px solid #2a2a2a}.phone-screen{width:100%;height:100%;background:#fdf7f0;border-radius:40px;overflow:hidden;position:relative}.phone-home-indicator{position:absolute;bottom:20px;left:50%;transform:translate(-50%);width:134px;height:5px;background:#ffffff4d;border-radius:3px;z-index:10}
