*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#fafaf9;color:#1f2937}html,body,#root{height:100%;width:100%}.install-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem}.install-container{width:100%;max-width:420px}.install-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;border:1px solid #e5e7eb;padding:2rem}.install-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2rem}.install-icon{width:64px;height:64px;background-color:#f3f4f6;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.install-icon svg{width:32px;height:32px;color:#374151}.install-title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:.5rem}.install-description{color:#4b5563;font-size:.875rem;line-height:1.6}.install-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;color:#111827;transition:all .2s ease;font-family:inherit}.form-input::placeholder{color:#9ca3af}.form-input:focus{outline:none;box-shadow:0 0 0 2px #3b82f61a,0 0 0 3px #3b82f680;border-color:transparent}.install-button{width:100%;padding:.75rem 1rem;background-color:#2563eb;color:#fff;font-weight:500;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease;font-family:inherit}.install-button:hover:not(:disabled){background-color:#1d4ed8}.install-button:disabled{background-color:#bfdbfe;cursor:not-allowed}.security-notice{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#6b7280;text-align:center;justify-content:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #f3f4f6}.security-notice svg{width:14px;height:14px;flex-shrink:0}.redirect-notice{font-size:.75rem;color:#6b7280;text-align:center}.alpha-notice{font-size:.75rem;color:#9ca3af;text-align:center}@media (max-width: 480px){.install-card{padding:1.5rem}.install-title{font-size:1.375rem}}
