/* ============================================================
   COP31 FİKİR MARATONU — FORM BİLEŞENLERİ
   Izgara, alanlar, maskeli girdiler, aramalı seçim (combobox),
   üye kartları ve tamamlanma halkası.
   ============================================================ */

/* ---------- IZGARA ---------- */
.ide-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 18px 16px;
}

/* Combobox'lar bir sarmalayıcıya basılır; sarmalayıcı grid item olmamalı,
   yoksa içindeki .ide-col-* sütun genişliği yok sayılır. */
[data-cb-slot] {
	display: contents;
}

.ide-col-3 { grid-column: span 3; }
.ide-col-4 { grid-column: span 4; }
.ide-col-6 { grid-column: span 6; }
.ide-col-8 { grid-column: span 8; }
.ide-col-12 { grid-column: span 12; }

/* ---------- ALAN ---------- */
.ide-field {
	display: flex;
	flex-direction: column;
	gap: 7px;
	min-width: 0;
}

.ide-label {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	color: var(--ide-text-dim);
	transition: color 0.25s var(--ide-ease-soft);
}

.ide-req {
	color: var(--ide-accent);
	font-size: 13px;
	line-height: 1;
}

.ide-field:focus-within .ide-label {
	color: var(--ide-accent);
}

.ide-hint {
	margin-top: -3px;
	font-size: 0.8rem;
	line-height: 1.55;
	color: var(--ide-text-dim);
}

.ide-control {
	position: relative;
}

/* ---------- GİRDİ ---------- */
.ide-input {
	width: 100%;
	padding: 13px 40px 13px 15px;
	font-family: inherit;
	font-size: 0.92rem;
	font-weight: 500;
	color: var(--ide-text);
	background: var(--ide-surface-2);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--ide-r-sm);
	outline: none;
	transition: border-color 0.25s var(--ide-ease-soft), background 0.25s var(--ide-ease-soft),
		box-shadow 0.3s var(--ide-ease), transform 0.3s var(--ide-ease);
}

.ide-input::placeholder {
	color: #7f93aa;
	font-weight: 400;
}

.ide-input-mono {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	letter-spacing: 0.6px;
	font-variant-numeric: tabular-nums;
}

.ide-input:hover:not(:disabled) {
	border-color: rgba(255, 255, 255, 0.28);
	background: var(--ide-surface-3);
}

.ide-input:focus {
	border-color: var(--ide-accent);
	background: var(--ide-surface-4);
	box-shadow: 0 0 0 3px rgba(255, 162, 51, 0.18), 0 8px 22px rgba(0, 0, 0, 0.35);
	transform: translateY(-1px);
}

.ide-input:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	background: var(--ide-surface);
}

/* Tarih girdisi: koyu tema uyumlu takvim ikonu */
.ide-input[type="date"] {
	padding-right: 15px;
}

.ide-input[type="date"]::-webkit-calendar-picker-indicator {
	filter: invert(76%) sepia(38%) saturate(1200%) hue-rotate(340deg) brightness(102%);
	cursor: pointer;
	opacity: 0.85;
	transition: opacity 0.2s, transform 0.2s;
}

.ide-input[type="date"]::-webkit-calendar-picker-indicator:hover {
	opacity: 1;
	transform: scale(1.12);
}

/* ---------- ÇOK SATIRLI ALAN ---------- */
.ide-textarea {
	padding: 14px 15px;
	min-height: 108px;
	line-height: 1.65;
	resize: vertical;
	font-weight: 400;
}

.ide-field-block .ide-label {
	font-size: 12px;
}

/* ---------- ALT SATIR: HATA + SAYAÇ ---------- */
.ide-field-foot {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	min-height: 0;
}

.ide-counter {
	flex: 0 0 auto;
	margin-left: auto;
	font-size: 11px;
	font-weight: 700;
	color: var(--ide-text-dim);
	font-variant-numeric: tabular-nums;
	transition: color 0.25s var(--ide-ease-soft);
}

.ide-counter.is-short {
	color: var(--ide-accent);
}

.ide-counter.is-full {
	color: var(--ide-err);
}

/* ---------- SEÇİM (native select) ---------- */
.ide-select-wrap {
	position: relative;
}

.ide-select {
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	padding-right: 40px;
}

.ide-select option {
	background: var(--ide-surface-2);
	color: var(--ide-text);
}

.ide-select-caret {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	color: var(--ide-text-dim);
	transition: transform 0.3s var(--ide-ease), color 0.25s;
}

.ide-select:focus ~ .ide-select-caret {
	color: var(--ide-accent);
	transform: translateY(-50%) rotate(180deg);
}

/* ---------- DOĞRULAMA DURUMLARI ---------- */
.ide-field-ok {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%) scale(0.4);
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: rgba(61, 220, 151, 0.16);
	color: var(--ide-ok);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s var(--ide-ease), transform 0.4s var(--ide-ease);
}

.ide-field.is-valid .ide-field-ok {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

/* Seçim okuyla ve tarih takvim simgesiyle çakışmasın. */
.ide-select-wrap + .ide-field-ok,
.ide-input[type="date"] + .ide-field-ok {
	display: none;
}

.ide-field.is-valid .ide-input {
	border-color: rgba(61, 220, 151, 0.4);
}

.ide-field.is-invalid .ide-input {
	border-color: var(--ide-err);
	background: rgba(255, 122, 122, 0.06);
}

.ide-field.is-invalid .ide-input:focus {
	box-shadow: 0 0 0 3px rgba(255, 122, 122, 0.18);
}

.ide-field.is-invalid .ide-label {
	color: var(--ide-err);
}

.ide-error {
	min-height: 0;
	font-size: 11.5px;
	font-weight: 600;
	line-height: 1.4;
	color: var(--ide-err);
	opacity: 0;
	max-height: 0;
	transform: translateY(-4px);
	transition: opacity 0.25s var(--ide-ease-soft), max-height 0.3s var(--ide-ease),
		transform 0.3s var(--ide-ease);
}

.ide-field.is-invalid .ide-error {
	opacity: 1;
	max-height: 48px;
	transform: translateY(0);
}

/* ---------- ARAMALI SEÇİM ---------- */
.ide-cb .ide-cb-input {
	padding-right: 62px;
	cursor: pointer;
}

.ide-cb.is-disabled .ide-label {
	opacity: 0.55;
}

.ide-cb-icons {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	gap: 6px;
}

.ide-cb-caret {
	color: var(--ide-text-dim);
	transition: transform 0.32s var(--ide-ease), color 0.25s;
	pointer-events: none;
}

.ide-cb.is-open .ide-cb-caret {
	transform: rotate(180deg);
	color: var(--ide-accent);
}

.ide-cb-clear {
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	padding: 0;
	background: rgba(255, 255, 255, 0.1);
	border: 0;
	border-radius: 50%;
	color: var(--ide-text-soft);
	cursor: pointer;
	transition: background 0.2s, color 0.2s, transform 0.25s var(--ide-ease);
}

.ide-cb-clear:hover {
	background: rgba(255, 122, 122, 0.25);
	color: #fff;
	transform: scale(1.12);
}

.ide-cb-spinner {
	width: 14px;
	height: 14px;
	border: 2px solid rgba(255, 255, 255, 0.18);
	border-top-color: var(--ide-accent);
	border-radius: 50%;
	animation: ide-spin 0.7s linear infinite;
}

@keyframes ide-spin {
	to { transform: rotate(360deg); }
}

.ide-cb-panel {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	z-index: 60;
	background: var(--ide-surface-2);
	border: 1px solid var(--ide-line-strong);
	border-radius: var(--ide-r-md);
	box-shadow: 0 22px 52px rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px) scale(0.98);
	transform-origin: top center;
	transition: opacity 0.22s var(--ide-ease-soft), transform 0.32s var(--ide-ease), visibility 0.22s;
}

.ide-cb.is-open .ide-cb-panel {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
}

.ide-cb-list {
	max-height: 250px;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 6px;
	margin: 0;
	list-style: none;
}

.ide-cb-item {
	padding: 10px 12px;
	font-size: 0.88rem;
	color: var(--ide-text-soft);
	border-radius: 8px;
	cursor: pointer;
	transition: background 0.16s, color 0.16s, padding-left 0.24s var(--ide-ease);
}

.ide-cb-item:hover,
.ide-cb-item.is-active {
	background: var(--ide-accent-soft);
	color: var(--ide-text);
	padding-left: 16px;
}

.ide-cb-empty {
	padding: 16px 12px;
	font-size: 0.84rem;
	color: var(--ide-text-dim);
	text-align: center;
}

.ide-cb-list::-webkit-scrollbar {
	width: 7px;
}

.ide-cb-list::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.16);
	border-radius: 7px;
}

.ide-cb.is-valid .ide-input {
	border-color: rgba(61, 220, 151, 0.4);
}

.ide-cb.is-invalid .ide-input {
	border-color: var(--ide-err);
}

/* ---------- OKUL BİLGİ ŞERİDİ (salt okunur) ---------- */
.ide-readout {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
	animation: ide-rise 0.4s var(--ide-ease) both;
}

.ide-readout-item {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 10px 16px;
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid var(--ide-line);
	border-radius: var(--ide-r-sm);
}

.ide-readout-item span {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: var(--ide-text-dim);
}

.ide-readout-item strong {
	font-size: 0.86rem;
	font-weight: 700;
	color: var(--ide-text);
	font-variant-numeric: tabular-nums;
}

/* ---------- TEMA SEÇİMİ (Adım 3) ---------- */
.ide-themes {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 10px;
}

.ide-theme {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 15px;
	background: rgba(255, 255, 255, 0.028);
	border: 1px solid var(--ide-line);
	border-radius: var(--ide-r-md);
	cursor: pointer;
	transition: border-color 0.26s var(--ide-ease-soft), background 0.26s var(--ide-ease-soft),
		transform 0.3s var(--ide-ease);
}

.ide-theme:hover {
	border-color: rgba(255, 162, 51, 0.34);
	background: rgba(255, 255, 255, 0.05);
}

.ide-theme:active {
	transform: scale(0.99);
}

.ide-theme.is-on {
	border-color: var(--ide-accent-line);
	background: var(--ide-accent-soft);
}

.ide-theme input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.ide-theme input:focus-visible ~ .ide-theme-no {
	outline: 2px solid var(--ide-accent);
	outline-offset: 3px;
}

.ide-theme-no {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 800;
	color: var(--ide-text-dim);
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid var(--ide-line);
	transition: color 0.25s, background 0.25s, border-color 0.25s;
}

.ide-theme.is-on .ide-theme-no {
	color: #06121f;
	background: linear-gradient(140deg, var(--ide-accent), var(--ide-accent-deep));
	border-color: transparent;
}

.ide-theme-text {
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex: 1;
	min-width: 0;
}

.ide-theme-text strong {
	font-size: 0.85rem;
	font-weight: 700;
	line-height: 1.4;
	color: var(--ide-text);
}

.ide-theme-text em {
	font-style: normal;
	font-size: 0.76rem;
	line-height: 1.55;
	color: var(--ide-text-dim);
}

.ide-theme-tick {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	margin-top: 3px;
	border-radius: 50%;
	color: var(--ide-ok);
	background: rgba(61, 220, 151, 0.16);
	opacity: 0;
	transform: scale(0.4);
	transition: opacity 0.24s var(--ide-ease), transform 0.36s var(--ide-ease);
}

.ide-theme-tick svg {
	width: 11px;
	height: 11px;
}

.ide-theme.is-on .ide-theme-tick {
	opacity: 1;
	transform: scale(1);
}

.ide-captain-error {
	margin-top: 12px;
	font-size: 12px;
	font-weight: 700;
	color: var(--ide-err);
}

/* ---------- TAKIM KAPTANI ---------- */
.ide-captain {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	font-size: 11.5px;
	font-weight: 700;
	color: var(--ide-text-dim);
	background: transparent;
	border: 1px solid var(--ide-line);
	border-radius: 100px;
	cursor: pointer;
	white-space: nowrap;
	transition: color 0.24s, background 0.24s, border-color 0.24s, transform 0.3s var(--ide-ease);
}

.ide-captain input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.ide-captain:hover {
	color: var(--ide-accent);
	border-color: var(--ide-accent-line);
}

.ide-captain.is-on {
	color: #06121f;
	background: linear-gradient(140deg, var(--ide-accent), var(--ide-accent-deep));
	border-color: transparent;
}

.ide-captain input:focus-visible ~ svg {
	outline: 2px solid var(--ide-accent);
	outline-offset: 3px;
	border-radius: 3px;
}

.ide-member.is-captain {
	border-color: var(--ide-accent-line);
	background: rgba(255, 162, 51, 0.05);
}

.ide-member.is-captain .ide-member-badge {
	background: linear-gradient(140deg, var(--ide-accent), var(--ide-accent-deep));
}

/* ---------- DOSYA YÜKLEME ---------- */
.ide-file-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ide-file-field .ide-label {
	display: flex;
	gap: 4px;
}

.ide-file {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.025);
	border: 1px dashed var(--ide-line-strong);
	border-radius: var(--ide-r-md);
	cursor: pointer;
	transition: border-color 0.26s var(--ide-ease-soft), background 0.26s var(--ide-ease-soft),
		transform 0.3s var(--ide-ease);
}

label.ide-file:hover,
.ide-file.is-drag {
	border-color: var(--ide-accent);
	background: var(--ide-accent-soft);
}

.ide-file.is-drag {
	transform: scale(1.008);
}

.ide-file.is-invalid {
	border-color: var(--ide-err);
	background: rgba(255, 122, 122, 0.06);
}

.ide-file.is-filled {
	cursor: default;
	border-style: solid;
	border-color: rgba(61, 220, 151, 0.34);
	background: rgba(61, 220, 151, 0.06);
}

.ide-file-icon {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	color: var(--ide-accent);
	background: var(--ide-accent-soft);
	border: 1px solid rgba(255, 162, 51, 0.24);
	transition: transform 0.4s var(--ide-ease);
}

.ide-file-icon svg {
	width: 19px;
	height: 19px;
}

label.ide-file:hover .ide-file-icon {
	transform: translateY(-3px);
}

.ide-file.is-filled .ide-file-icon {
	color: var(--ide-ok);
	background: rgba(61, 220, 151, 0.12);
	border-color: rgba(61, 220, 151, 0.28);
}

.ide-file-text {
	display: flex;
	flex-direction: column;
	gap: 3px;
	flex: 1;
	min-width: 0;
}

.ide-file-text strong {
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--ide-text);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ide-file-text em {
	font-style: normal;
	font-size: 0.78rem;
	color: var(--ide-text-dim);
}

.ide-file-remove {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 13px;
	font-family: inherit;
	font-size: 11.5px;
	font-weight: 700;
	color: var(--ide-text-dim);
	background: transparent;
	border: 1px solid var(--ide-line);
	border-radius: 100px;
	cursor: pointer;
	transition: color 0.22s, background 0.22s, border-color 0.22s, transform 0.28s var(--ide-ease);
}

.ide-file-remove:hover {
	color: var(--ide-err);
	background: rgba(255, 122, 122, 0.1);
	border-color: rgba(255, 122, 122, 0.4);
}

.ide-file-remove:active {
	transform: scale(0.94);
}

.ide-media-grid {
	margin-top: 20px;
}

.ide-file-field .ide-error {
	opacity: 1;
	max-height: 40px;
	transform: none;
}

/* ---------- ÜYE KARTLARI ---------- */
.ide-member-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.ide-member {
	position: relative;
	padding: 18px 20px 20px;
	background: rgba(255, 255, 255, 0.028);
	border: 1px solid var(--ide-line);
	border-radius: var(--ide-r-md);
	max-height: 900px;
	overflow: visible;
	transition: border-color 0.3s var(--ide-ease-soft), background 0.3s var(--ide-ease-soft);
}

.ide-member:focus-within {
	border-color: rgba(255, 162, 51, 0.3);
	background: rgba(255, 255, 255, 0.045);
}

.ide-member.is-removing {
	overflow: hidden;
	animation: ide-collapse 0.24s var(--ide-ease-soft) forwards;
}

@keyframes ide-collapse {
	to {
		opacity: 0;
		max-height: 0;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: -14px;
		transform: scale(0.97);
	}
}

.ide-member-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.ide-member-badge {
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	display: grid;
	place-items: center;
	border-radius: 9px;
	font-size: 12.5px;
	font-weight: 800;
	color: #06121f;
	background: linear-gradient(140deg, #7dd3fc, #38bdf8);
}

.ide-member-badge.is-advisor {
	background: linear-gradient(140deg, var(--ide-accent), var(--ide-accent-deep));
}

.ide-member-title {
	flex: 1;
	font-size: 0.94rem;
	font-weight: 700;
	letter-spacing: -0.2px;
	color: var(--ide-text);
}

.ide-member-remove {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 12px;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	color: var(--ide-text-dim);
	background: transparent;
	border: 1px solid var(--ide-line);
	border-radius: 100px;
	cursor: pointer;
	transition: color 0.22s, background 0.22s, border-color 0.22s, transform 0.28s var(--ide-ease);
}

.ide-member-remove:hover {
	color: var(--ide-err);
	background: rgba(255, 122, 122, 0.1);
	border-color: rgba(255, 122, 122, 0.4);
}

.ide-member-remove:active {
	transform: scale(0.94);
}

/* ---------- ÜYE EKLE ---------- */
.ide-add {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 100%;
	margin-top: 14px;
	padding: 14px;
	font-family: inherit;
	font-size: 0.87rem;
	font-weight: 700;
	color: var(--ide-text-soft);
	background: transparent;
	border: 1px dashed var(--ide-line-strong);
	border-radius: var(--ide-r-md);
	cursor: pointer;
	transition: color 0.25s, border-color 0.25s, background 0.25s, transform 0.3s var(--ide-ease);
}

.ide-add svg {
	transition: transform 0.4s var(--ide-ease);
}

.ide-add:hover:not(:disabled) {
	color: var(--ide-accent);
	border-color: var(--ide-accent-line);
	background: var(--ide-accent-soft);
}

.ide-add:hover:not(:disabled) svg {
	transform: rotate(90deg) scale(1.15);
}

.ide-add:active:not(:disabled) {
	transform: scale(0.985);
}

.ide-add:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

/* ---------- ONAY KUTULARI ---------- */
.ide-checks {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ide-check-group-title {
	font-size: 12.5px;
	font-weight: 700;
	color: var(--ide-accent);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-top: 14px;
	margin-bottom: 2px;
	padding-left: 2px;
}

.ide-check-group-title:first-child {
	margin-top: 0;
}

.ide-check {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 13px;
	padding: 15px 17px;
	background: rgba(255, 255, 255, 0.028);
	border: 1px solid var(--ide-line);
	border-radius: var(--ide-r-md);
	cursor: pointer;
	transition: border-color 0.26s var(--ide-ease-soft), background 0.26s var(--ide-ease-soft),
		transform 0.3s var(--ide-ease);
}

.ide-check:hover:not(.is-locked) {
	border-color: rgba(255, 162, 51, 0.32);
	background: rgba(255, 255, 255, 0.05);
}

.ide-check:active:not(.is-locked) {
	transform: scale(0.995);
}

.ide-check.is-locked {
	opacity: 0.5;
	cursor: not-allowed;
}

.ide-check.is-invalid {
	border-color: var(--ide-err);
	background: rgba(255, 122, 122, 0.06);
}

.ide-check input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.ide-check-box {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	margin-top: 1px;
	display: grid;
	place-items: center;
	border: 2px solid rgba(255, 255, 255, 0.28);
	border-radius: 7px;
	color: #06121f;
	transition: background 0.24s var(--ide-ease-soft), border-color 0.24s var(--ide-ease-soft),
		transform 0.32s var(--ide-ease);
}

.ide-check-box svg {
	width: 12px;
	height: 12px;
	opacity: 0;
	transform: scale(0.4);
	transition: opacity 0.22s var(--ide-ease), transform 0.36s var(--ide-ease);
}

.ide-check input:checked ~ .ide-check-box {
	background: linear-gradient(140deg, var(--ide-accent), var(--ide-accent-deep));
	border-color: transparent;
	transform: scale(1.06);
}

.ide-check input:checked ~ .ide-check-box svg {
	opacity: 1;
	transform: scale(1);
}

.ide-check input:focus-visible ~ .ide-check-box {
	outline: 2px solid var(--ide-accent);
	outline-offset: 3px;
}

.ide-check-text {
	display: flex;
	flex-direction: column;
	gap: 3px;
	flex: 1;
	min-width: 0;
}

.ide-check-text strong {
	font-size: 0.89rem;
	font-weight: 700;
	line-height: 1.45;
	color: var(--ide-text);
}

.ide-check-text em {
	font-style: normal;
	font-size: 0.78rem;
	line-height: 1.5;
	color: var(--ide-text-dim);
}

.ide-check-link {
	flex: 0 0 auto;
	align-self: center;
	padding: 6px 12px;
	font-family: inherit;
	font-size: 11.5px;
	font-weight: 700;
	color: var(--ide-accent);
	background: var(--ide-accent-soft);
	border: 1px solid var(--ide-accent-line);
	border-radius: 100px;
	cursor: pointer;
	transition: background 0.22s, color 0.22s;
}

.ide-check-link:hover {
	background: var(--ide-accent);
	color: #06121f;
}

/* ---------- TAMAMLANMA HALKASI ---------- */
.ide-progress {
	position: relative;
	width: 44px;
	height: 44px;
	flex: 0 0 auto;
}

.ide-progress svg {
	width: 44px;
	height: 44px;
	transform: rotate(-90deg);
}

.ide-progress circle {
	fill: none;
	stroke-width: 3.4;
	stroke-linecap: round;
}

.ide-progress-bg {
	stroke: rgba(255, 255, 255, 0.12);
}

.ide-progress-bar {
	stroke: var(--ide-accent);
	transition: stroke-dashoffset 0.55s var(--ide-ease), stroke 0.4s var(--ide-ease-soft);
}

.ide-progress.is-complete .ide-progress-bar {
	stroke: var(--ide-ok);
}

.ide-progress.is-complete .ide-progress-val {
	color: var(--ide-ok);
}

.ide-progress-val {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	font-size: 11px;
	font-weight: 800;
	color: var(--ide-text-soft);
	font-variant-numeric: tabular-nums;
	transition: color 0.4s var(--ide-ease-soft);
}

/* ---------- DUYARLI ---------- */
@media (max-width: 900px) {
	.ide-col-3,
	.ide-col-4 { grid-column: span 6; }
}

@media (max-width: 620px) {
	.ide-col-3,
	.ide-col-4,
	.ide-col-6,
	.ide-col-8 {
		grid-column: span 12;
	}

	.ide-member {
		padding: 16px 14px 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ide-input,
	.ide-cb-panel,
	.ide-member,
	.ide-add {
		transition: none !important;
	}
}
