/* Plugin'in temadan bağımsız çalışmasını sağlayan minik fallback stiller. */
.vma-form { display: grid; gap: 14px; max-width: 640px; }
.vma-field { display: grid; gap: 6px; }
.vma-priv  { display: inline-flex; align-items: center; gap: 6px; font-size: .78rem; opacity: .8; margin-left: 8px; }
.vma-alert { padding: 12px 14px; border-radius: 10px; margin: 12px 0; }
.vma-alert--ok  { background: rgba(34,197,94,.12); border: 1px solid rgba(34,197,94,.3); }
.vma-alert--err { background: rgba(239,68,68,.12); border: 1px solid rgba(239,68,68,.3); }
.vma-alert--info{ background: rgba(99,102,241,.12); border: 1px solid rgba(99,102,241,.3); }

/* Yarışma yönetimi kısa kodları */
.vma-comp-block {
	display: grid;
	gap: 22px;
	margin: 0 0 34px;
}
.vma-comp-head {
	max-width: 840px;
}
.vma-comp-head p {
	margin: 0 0 10px;
	color: rgba(255,255,255,.78);
}
.vma-comp-prose {
	max-width: 820px;
	color: rgba(255,255,255,.82);
}
.vma-comp-form {
	display: grid;
	gap: 16px;
	max-width: 920px;
	padding: 20px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 16px;
	background: rgba(255,255,255,.06);
}
.vma-comp-form--inline {
	max-width: 760px;
}
.vma-comp-form-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
}
.vma-comp-field {
	display: grid;
	gap: 7px;
	color: rgba(255,255,255,.9);
	font-weight: 650;
	font-size: .92rem;
}
.vma-comp-field input,
.vma-comp-field select,
.vma-comp-field textarea,
.vma-comp-member-row input {
	width: 100%;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 10px;
	background: rgba(255,255,255,.09);
	color: #fff;
	padding: 11px 13px;
	font: inherit;
}
.vma-comp-field input::placeholder,
.vma-comp-field textarea::placeholder,
.vma-comp-member-row input::placeholder {
	color: rgba(255,255,255,.52);
}
.vma-comp-field input[type="file"] {
	padding: 10px;
}
.vma-comp-field select option {
	color: #0f172a;
}
.vma-comp-check {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	color: rgba(255,255,255,.82);
	font-size: .92rem;
}
.vma-comp-check input {
	margin-top: 4px;
	accent-color: #fbbf24;
}
.vma-comp-repeat {
	display: grid;
	gap: 12px;
}
.vma-comp-repeat h3,
.vma-comp-list h3 {
	margin: 0;
	color: #fff;
	font-size: 1.05rem;
}
.vma-comp-member-row {
	display: grid;
	grid-template-columns: 94px repeat(5, minmax(0, 1fr));
	gap: 8px;
	align-items: center;
}
.vma-comp-member-row strong {
	color: rgba(255,255,255,.82);
	font-size: .86rem;
}
.vma-comp-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 14px;
}
.vma-comp-cards--compact {
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.vma-comp-card {
	display: grid;
	gap: 8px;
	min-height: 112px;
	padding: 18px;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 16px;
	background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.045));
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: 0 16px 34px rgba(0,0,0,.12);
}
.vma-comp-card:hover {
	transform: translateY(-2px);
	border-color: rgba(255,255,255,.28);
}
.vma-comp-card span {
	color: rgba(255,255,255,.62);
	font-size: .76rem;
	font-weight: 750;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.vma-comp-card h3,
.vma-comp-card strong {
	margin: 0;
	color: #fff;
	font-size: 1.12rem;
	line-height: 1.25;
}
.vma-comp-card p {
	margin: 0;
	color: rgba(255,255,255,.76);
}
.vma-comp-person {
	grid-template-columns: 74px 1fr;
	align-items: center;
	min-height: 132px;
}
.vma-comp-person img {
	width: 74px;
	height: 74px;
	border-radius: 14px;
	object-fit: cover;
}
.vma-comp-list {
	display: grid;
	gap: 12px;
}
.vma-comp-list-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 18px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 14px;
	background: rgba(255,255,255,.055);
}
.vma-comp-list-item strong {
	color: #fff;
}
.vma-comp-list-item p {
	margin: 5px 0 0;
	color: rgba(255,255,255,.7);
}
.vma-comp-file {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 13px;
	border: 1px solid rgba(251,191,36,.45);
	border-radius: 999px;
	background: rgba(251,191,36,.16);
	color: #fff !important;
	font-weight: 750;
	text-decoration: none !important;
	white-space: nowrap;
}
.vma-comp-file:hover {
	background: rgba(251,191,36,.25);
}
.vma-comp-rules {
	display: grid;
	gap: 10px;
}
.vma-comp-rule {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 12px 16px;
	padding: 16px 18px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 14px;
	background: rgba(255,255,255,.05);
}
.vma-comp-rule span {
	grid-row: span 2;
	color: rgba(255,255,255,.58);
	font-weight: 800;
	font-size: .8rem;
	letter-spacing: .08em;
}
.vma-comp-rule h3 {
	margin: 0;
	color: #fff;
	font-size: 1.05rem;
	line-height: 1.25;
}
.vma-comp-rule p {
	margin: 0;
	color: rgba(255,255,255,.76);
}
.vma-comp-score {
	display: grid;
	gap: 12px;
	max-width: 760px;
}
.vma-comp-score h3 {
	margin: 0;
	color: #fff;
}
.vma-comp-score table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 12px;
	background: rgba(255,255,255,.045);
}
.vma-comp-score th,
.vma-comp-score td {
	padding: 12px 14px;
	border-bottom: 1px solid rgba(255,255,255,.12);
	color: rgba(255,255,255,.82);
	text-align: left;
}
.vma-comp-score th:last-child,
.vma-comp-score td:last-child {
	text-align: right;
	font-variant-numeric: tabular-nums;
}
.vma-comp-score tr:last-child th,
.vma-comp-score tr:last-child td {
	border-bottom: 0;
	color: #fff;
}
.vma-comp-schedule {
	display: grid;
	gap: 8px;
}
.vma-comp-schedule-head,
.vma-comp-schedule-row {
	display: grid;
	grid-template-columns: minmax(150px, .9fr) minmax(0, 1.4fr) minmax(110px, .55fr);
	gap: 12px;
	align-items: center;
}
.vma-comp-schedule-head {
	padding: 0 16px 4px;
	color: rgba(255,255,255,.58);
	font-size: .78rem;
	font-weight: 800;
	text-transform: uppercase;
}
.vma-comp-schedule-row {
	padding: 15px 16px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 14px;
	background: rgba(255,255,255,.055);
	color: rgba(255,255,255,.78);
}
.vma-comp-schedule-row strong {
	color: #fff;
}
.vma-comp-schedule-row em {
	justify-self: start;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255,255,255,.1);
	color: #fff;
	font-size: .82rem;
	font-style: normal;
	font-weight: 800;
	white-space: nowrap;
}
.vma-comp-schedule-row em.is-tamamlandi {
	background: rgba(34,197,94,.18);
	color: #bbf7d0;
}
.vma-comp-schedule-row em.is-devam-ediyor {
	background: rgba(251,191,36,.2);
	color: #fde68a;
}
.vma-comp-schedule-row em.is-yaklasan {
	background: rgba(96,165,250,.2);
	color: #bfdbfe;
}
.vma-comp-timeline {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.vma-comp-timeline li {
	position: relative;
	padding: 13px 16px 13px 38px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 12px;
	background: rgba(255,255,255,.055);
	color: rgba(255,255,255,.84);
}
.vma-comp-timeline li::before {
	content: "";
	position: absolute;
	left: 17px;
	top: 20px;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #fbbf24;
}
@media (max-width: 640px) {
	.vma-comp-rule {
		grid-template-columns: 1fr;
	}
	.vma-comp-schedule-head {
		display: none;
	}
	.vma-comp-schedule-row {
		grid-template-columns: 1fr;
		gap: 7px;
	}
	.vma-comp-schedule-row em {
		justify-self: start;
	}
}
.vma-comp-qa {
	display: grid;
	gap: 13px;
}
.vma-comp-qa-item {
	padding: 18px;
	border-left: 3px solid #fbbf24;
	border-radius: 12px;
	background: rgba(255,255,255,.06);
}
.vma-comp-qa-item h3 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 1.05rem;
}
.vma-comp-qa-item p {
	margin: 0;
	color: rgba(255,255,255,.78);
}
.vma-comp-score {
	display: grid;
	gap: 16px;
	padding: 18px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 16px;
	background: rgba(255,255,255,.055);
}
.vma-comp-score > header {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}
.vma-comp-score h3 {
	margin: 0;
	color: #fff;
}
.vma-comp-score header span {
	color: rgba(255,255,255,.65);
	font-weight: 700;
}
.vma-comp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

@media (max-width: 760px) {
	.vma-comp-form {
		padding: 16px;
	}
	.vma-comp-member-row {
		grid-template-columns: 1fr;
		align-items: stretch;
	}
	.vma-comp-list-item {
		align-items: flex-start;
		flex-direction: column;
	}
	.vma-comp-person {
		grid-template-columns: 58px 1fr;
	}
	.vma-comp-person img {
		width: 58px;
		height: 58px;
	}
}
.vma-private-hint { font-size: .82rem; opacity: .85; }
