/* footer */ .footer-note background: #f1f6fa; text-align: center; padding: 14px; font-size: 0.7rem; color: #6d8eaa; border-top: 1px solid #e2edf5;
.logo-text h1 font-size: 1.8rem; font-weight: 600; letter-spacing: -0.3px; color: white; line-height: 1.2; dodocool.setup welcome.html
// Open modal simulation: actual setup redirection context startBtn.addEventListener('click', (e) => e.preventDefault(); // For better UX: we show modal that explains the setup flow. // In real device, this would redirect to internal web config like http://dodocool.local or 192.168.10.1 modal.style.display = 'flex'; ); /* footer */
// If user clicks outside modal, also close window.addEventListener('click', (e) => if (e.target === modal) modal.style.display = 'none'; showMessageToast('Setup wizard closed — click "Start Setup" anytime', false); ); /* footer */ .footer-note background: #f1f6fa