*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#4ab2c9,#135867);min-height:100vh;display:flex;align-items:center;justify-content:center}.container{text-align:center;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;max-width:400px;width:90%}.logo{width:80px;height:80px;margin:0 auto 1.5rem;background:#4ab2c9;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:700}h1{color:#333;margin-bottom:1rem;font-size:1.5rem}p{color:#666;margin-bottom:2rem;line-height:1.5}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;margin:2rem auto;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.status{margin-top:1rem;padding:.75rem;border-radius:8px;font-weight:500}.status.checking{background:#e3f2fd;color:#1976d2}.status.not-installed{background:#fff3e0;color:#f57c00}.btn{display:inline-block;padding:12px 24px;background:#135867;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:background .3s ease;margin-top:1rem}.btn:hover{background:#5a67d8}
