.angie-auth-form-container-b085c021 {
	max-width: 600px;
	margin: 0 auto;
	padding: 30px;
	background-color: #1e1e1e;
	color: #e0e0e0;
	border-radius: 8px;
	border: 1px solid #333;
	font-family: inherit;
}

.angie-auth-form-container-b085c021 .auth-prompt {
	font-size: 1.1rem;
	margin-bottom: 24px;
	text-align: center;
	color: #bb86fc;
	line-height: 1.6;
}

.angie-auth-form-container-b085c021 .form-group {
	margin-bottom: 20px;
}

/* Hidden native file input */
.angie-auth-form-container-b085c021 input[type="file"] {
	display: none;
}

/* Custom styled file label */
.angie-auth-form-container-b085c021 .auth-file-label {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 30px 20px;
	background: #121212;
	border: 2px dashed #555;
	border-radius: 8px;
	cursor: pointer;
	transition: border-color 0.3s, background 0.3s;
	text-align: center;
}

.angie-auth-form-container-b085c021 .auth-file-label:hover {
	border-color: #bb86fc;
	background: #1a1a2e;
}

.angie-auth-form-container-b085c021 .auth-file-icon {
	font-size: 2.5rem;
}

.angie-auth-form-container-b085c021 .auth-file-text {
	color: #aaa;
	font-size: 0.95rem;
}

/* Image preview */
.angie-auth-form-container-b085c021 .auth-preview-wrapper {
	display: none;
	margin-top: 16px;
	text-align: center;
}

.angie-auth-form-container-b085c021 .auth-preview-wrapper img {
	max-width: 100%;
	max-height: 300px;
	border-radius: 8px;
	border: 2px solid #bb86fc;
	object-fit: contain;
	background: #121212;
}

.angie-auth-form-container-b085c021 .auth-preview-name {
	margin-top: 8px;
	color: #aaa;
	font-size: 0.85rem;
	word-break: break-all;
}

.angie-auth-form-container-b085c021 .auth-submit-btn {
	background-color: #bb86fc;
	color: #121212;
	border: none;
	padding: 14px 25px;
	border-radius: 6px;
	font-weight: bold;
	cursor: pointer;
	width: 100%;
	font-size: 1rem;
	transition: background-color 0.3s;
	margin-top: 10px;
}

.angie-auth-form-container-b085c021 .auth-submit-btn:hover {
	background-color: #a35bfa;
}

.angie-auth-form-container-b085c021 .auth-submit-btn:disabled {
	background-color: #555;
	cursor: not-allowed;
}

.angie-auth-form-container-b085c021 .auth-message {
	margin-top: 15px;
	padding: 10px;
	border-radius: 4px;
	display: none;
	text-align: center;
}

.angie-auth-form-container-b085c021 .auth-message.success {
	display: block;
	background: rgba(76, 175, 80, 0.2);
	color: #4caf50;
	border: 1px solid #4caf50;
}

.angie-auth-form-container-b085c021 .auth-message.error {
	display: block;
	background: rgba(244, 67, 54, 0.2);
	color: #f44336;
	border: 1px solid #f44336;
}
