body { background: #f7fafc; font-family: sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; }
		       .faucet-box { background: #fff; padding: 2em 2.5em; border-radius: 12px; box-shadow: 0 2px 16px #0001; min-width: 320px; }
		       h1 { color: #3b5998; margin-bottom: 0.5em; }
		       label { display: block; margin-bottom: 0.5em; font-weight: bold; }
		       input[type="text"] { width: 100%; padding: 0.5em; border: 1px solid #ccc; border-radius: 6px; margin-bottom: 1em; font-size: 1em; }
		       button { background: #3b5998; color: #fff; border: none; padding: 0.7em 1.5em; border-radius: 6px; font-size: 1em; cursor: pointer; transition: background 0.2s; }
		       button:hover { background: #29487d; }
		       .footer { margin-top: 1.5em; color: #888; font-size: 0.9em; text-align: center; }
		       .footer a { color: #3b5998; text-decoration: none; }
		       .footer a:hover { text-decoration: underline; }