.modal-card p color: #345; margin-bottom: 28px; line-height: 1.5;
.modal-card h3 font-size: 1.6rem; margin-bottom: 12px; color: #0b2b3b; dodocool.setup welcome.html
.btn-start background: #0f2f3c; border: none; padding: 14px 38px; border-radius: 60px; font-size: 1rem; font-weight: 600; color: white; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; transition: 0.2s; box-shadow: 0 6px 12px -6px rgba(0,0,0,0.2); font-family: inherit; .modal-card p color: #345
.wifi-badge letter-spacing: 0.3px;
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>dodocool setup | Welcome to dodocool</title> <!-- Google Fonts + simple reset --> <link href="https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300;14..32,400;14..32,500;14..32,600;14..32,700&display=swap" rel="stylesheet"> <style> * margin: 0; padding: 0; box-sizing: border-box; body background: linear-gradient(145deg, #eef2f7 0%, #d9e0e8 100%); font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, sans-serif; color: #1a2c3e; line-height: 1.4; min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 24px; .modal-card h3 font-size: 1.6rem
.step-indicator background: rgba(255,255,255,0.12); backdrop-filter: blur(2px); padding: 8px 18px; border-radius: 60px; font-weight: 500; font-size: 0.85rem; color: #c7e2ef;