:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;background:linear-gradient(135deg,#ffd6e8,#d6e4ff);color:#2a2a2a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:flex;justify-content:center;align-items:center}.container{width:100%;max-width:500px;background:#fff;padding:3rem 2rem;border-radius:20px;box-shadow:0 20px 40px #00000014;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}h1{margin:0;font-size:2.2rem;font-weight:700}#setup{font-size:28px;font-weight:500;color:#ff8fab}#delivery{font-size:24px;color:#ef4772}button{border:none;padding:.7rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:999px;background:linear-gradient(135deg,#ff8fab,#a0c4ff);color:#fff;cursor:pointer;transition:all .2s ease}button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000001f}button:active{transform:translateY(0);box-shadow:none}#refresh{background:linear-gradient(135deg,#ff8fab,#a0c4ff)}
