/* --------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Styles file 
/* --------------------------------------------------------------------------------------------------------------------------------------------------- */

    body { font-family: Arial, sans-serif; background-color: #f9f9f9; padding: 20px; text-align: center; }

	h1 { font-size: 28px; margin:0 0 30px 0; padding: 0 0 10px 0; color: #222; text-align: center; border-bottom: 1px solid #666; }
	h2 { font-size: 20px; margin-bottom: 30px; color: #666; text-align: center; font-weight: normal; }	

    .qr-container { background: #fff; padding: 30px; margin: 0 auto; border-radius: 12px; max-width: 600px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }

    .qr-form input[type="text"],
    .qr-form input[type="url"]   { width: 80%; padding: 10px; margin-bottom: 10px; border: 1px solid #ddd; border-radius: 8px; }
    .qr-form button              { padding: 10px 20px; background-color: #009688; color: white; border: none; border-radius: 8px; cursor: pointer; }
    .qr-form button:hover        { background-color: #00796b; }

    #qr-result { margin-top: 20px; }

    #download-btn         { display: inline-block; margin-top: 10px; padding: 8px 16px; background-color: #009688; color: white; text-decoration: none; border-radius: 8px; }
    #download-btn:hover   { background-color: #00796b; }

    .hidden              { display: none; }
    .fade-in             { animation: fadeIn 1s ease-in; }
    @keyframes fadeIn    { from { opacity: 0; } to { opacity: 1; } }

	.donate-text         { margin-top: 40px; font-size: 14px; color: #555; text-align: center; border-top: 1px solid #009688; }
	.donate-text a       { color: #009688; font-weight: bold; text-decoration: none; }
	.donate-text a:hover { text-decoration: underline; color: #00796b; }

    .error { color: #e53935; font-weight: bold; margin-top: 20px; }

/* --------------------------------------------------------------------------------------------------------------------------------------------------- */
/* EOF
/* --------------------------------------------------------------------------------------------------------------------------------------------------- */