/**
 * Öğretmenler Odası — Evrak Ajandası
 * Hazır evrak indirme arayüzü (yükleme yok).
 */

body.oe-ajanda-page {
	--oe-ajanda-teal: #0f766e;
	--oe-ajanda-teal-soft: #ccfbf1;
	--oe-ajanda-mint: #f0fdfa;
	--oe-ajanda-line: #e5edf3;
	--oe-ajanda-muted: #64748b;
	--oe-ajanda-ink: #0f172a;
	--oe-ajanda-card-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

body.oe-ajanda-page .oe-tr-menu__item.is-active {
	background: linear-gradient(90deg, #ecfeff 0%, #f0fdfa 100%);
	color: var(--oe-ajanda-teal);
	box-shadow: inset 4px 0 0 #14b8a6;
}

body.oe-ajanda-page .oe-tr-menu__item.is-active .oe-social-icon,
body.oe-ajanda-page .oe-tr-menu__item:hover .oe-social-icon {
	color: var(--oe-ajanda-teal);
}

body.oe-ajanda-page .oe-tr-menu__item:hover {
	background: #f1f5f9;
	color: var(--oe-ajanda-teal);
}

body.oe-ajanda-page .oe-ajanda-layout.oe-tr-layout {
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 22px;
	margin-top: 12px;
}

body.oe-ajanda-page .oe-ajanda-layout {
	align-items: start;
}

body.oe-ajanda-page .oe-ajanda-main {
	min-width: 0;
	width: 100%;
	max-width: none;
	padding: 0 4px 28px;
	color: var(--oe-ajanda-ink);
	grid-column: 2;
}

body.oe-ajanda-page .oe-tr-feed,
body.oe-ajanda-page .oe-ajanda-main > .oe-social-mobile-tabs {
	margin-bottom: 12px;
}

.oe-ajanda-stepIcon svg,
.oe-ajanda-catIcon svg,
.oe-ajanda-btnIcon svg {
	width: 22px;
	height: 22px;
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* Stepper */
.oe-ajanda-stepperCard {
	display: grid;
	grid-template-columns: 168px minmax(0, 1fr);
	gap: 16px 20px;
	align-items: center;
	padding: 20px;
	border-radius: 18px;
	background: #ffffff;
	border: 1px solid var(--oe-ajanda-line);
	box-shadow: var(--oe-ajanda-card-shadow);
	margin-top: 0;
	margin-bottom: 18px;
}

.oe-ajanda-stepperCard .oe-ajanda-breakNotice {
	grid-column: 1 / -1;
}

.oe-ajanda-yearBox {
	border-right: 1px solid var(--oe-ajanda-line);
	padding-right: 18px;
}

.oe-ajanda-yearBox strong {
	display: block;
	font-size: 15px;
	color: var(--oe-ajanda-ink);
	letter-spacing: -0.02em;
}

.oe-ajanda-yearBox span,
.oe-ajanda-yearBox small {
	display: block;
	color: var(--oe-ajanda-muted);
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.4;
}

.oe-ajanda-yearBox b {
	color: var(--oe-ajanda-teal);
	font-weight: 800;
}

.oe-ajanda-periodSub {
	color: #0f766e !important;
	font-weight: 700;
}

.oe-ajanda-monthLabel {
	margin-top: 6px !important;
}

.oe-ajanda-stepper {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	position: relative;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.oe-ajanda-stepper::before {
	content: "";
	position: absolute;
	top: 23px;
	left: 7%;
	right: 7%;
	height: 2px;
	background: #dbe7ee;
	z-index: 0;
}

.oe-ajanda-step {
	position: relative;
	z-index: 1;
	text-align: center;
	color: var(--oe-ajanda-muted);
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	background: transparent;
	padding: 4px 2px 8px;
	margin: 0;
	font: inherit;
	cursor: pointer;
	border-radius: 14px;
	transition: transform 0.16s ease, background 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
	text-decoration: none;
	display: block;
	box-sizing: border-box;
}

a.oe-ajanda-step {
	color: inherit;
}

a.oe-ajanda-step:hover,
a.oe-ajanda-step:focus {
	text-decoration: none;
	color: inherit;
}

.oe-ajanda-step:hover {
	background: #f0fdfa;
	color: var(--oe-ajanda-teal);
	transform: translateY(-2px);
}

.oe-ajanda-step:focus-visible {
	outline: 2px solid #14b8a6;
	outline-offset: 2px;
}

.oe-ajanda-stepNo {
	width: 28px;
	height: 28px;
	margin: 0 auto 8px;
	border-radius: 999px;
	background: #f8fafc;
	border: 1px solid #dbe7ee;
	display: grid;
	place-items: center;
	font-weight: 800;
	font-size: 12px;
}

.oe-ajanda-stepIcon {
	width: 46px;
	height: 46px;
	margin: 0 auto 8px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	background: #ffffff;
	border: 1px solid #dbe7ee;
	color: #0f2a44;
}

.oe-ajanda-step.is-active {
	color: var(--oe-ajanda-teal);
	background: rgba(240, 253, 250, 0.9);
	box-shadow: inset 0 -3px 0 #14b8a6;
}

.oe-ajanda-step.is-active .oe-ajanda-stepNo,
.oe-ajanda-step.is-active .oe-ajanda-stepIcon {
	background: var(--oe-ajanda-teal-soft);
	border-color: #5eead4;
	color: var(--oe-ajanda-teal);
}

.oe-ajanda-step.is-done {
	color: #15803d;
}

.oe-ajanda-step.is-done .oe-ajanda-stepNo,
.oe-ajanda-step.is-done .oe-ajanda-stepIcon {
	background: #dcfce7;
	border-color: #86efac;
	color: #15803d;
}

.oe-ajanda-step.is-done strong {
	color: #166534;
}

.oe-ajanda-step.is-upcoming {
	opacity: 0.72;
	color: #94a3b8;
}

.oe-ajanda-step.is-upcoming .oe-ajanda-stepNo,
.oe-ajanda-step.is-upcoming .oe-ajanda-stepIcon {
	background: #f8fafc;
	border-color: #e2e8f0;
	color: #94a3b8;
}

.oe-ajanda-step.is-upcoming strong {
	color: #64748b;
}

.oe-ajanda-stepper.is-paused .oe-ajanda-step.is-active {
	/* ara dönemde aktif yok */
}

.oe-ajanda-breakNotice {
	grid-column: 1 / -1;
	margin: 4px 0 0;
	padding: 10px 12px;
	border-radius: 12px;
	background: #fff7ed;
	border: 1px solid #fed7aa;
	color: #9a3412;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}

.oe-ajanda-breakNotice.is-prep {
	background: #f0fdfa;
	border-color: rgba(20, 184, 166, 0.28);
	color: #115e59;
}

.oe-ajanda-stepperCard.is-break .oe-ajanda-yearBox b {
	color: #c2410c;
}

.oe-ajanda-emptyTasks {
	display: block !important;
	margin: 0;
	padding: 16px 14px;
	border-radius: 12px;
	background: #f8fafc;
	border: 1px dashed var(--oe-ajanda-line);
	color: var(--oe-ajanda-muted);
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.45;
}

.oe-ajanda-emptyTasks[hidden] {
	display: none !important;
}

.oe-ajanda-step strong {
	display: block;
	font-size: 13px;
	color: var(--oe-ajanda-ink);
	font-weight: 700;
	line-height: 1.25;
}

.oe-ajanda-step.is-active strong {
	color: var(--oe-ajanda-teal);
}

.oe-ajanda-step small {
	display: block;
	font-size: 11px;
	margin-top: 4px;
	color: var(--oe-ajanda-muted);
}

.oe-ajanda-stepPanels > .oe-ajanda-gridTop[hidden] {
	display: none !important;
}

.oe-ajanda-stepPanels > .oe-ajanda-gridTop:not([hidden]) .oe-ajanda-accItem {
	display: block;
	visibility: visible;
	height: auto;
}

/* Üst kartlar */
.oe-ajanda-gridTop {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
	margin-bottom: 18px;
}

.oe-ajanda-card,
.oe-ajanda-categories {
	background: #ffffff;
	border: 1px solid var(--oe-ajanda-line);
	border-radius: 18px;
	box-shadow: var(--oe-ajanda-card-shadow);
	padding: 18px;
}

.oe-ajanda-todo-card.is-full {
	overflow: hidden;
}

.oe-ajanda-monthSummary {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: -6px -6px 16px;
	padding: 12px 14px;
	border-radius: 14px;
	background: linear-gradient(90deg, #ecfeff 0%, #f0fdfa 100%);
	border: 1px solid #ccfbf1;
}

.oe-ajanda-monthSummaryLeft {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.oe-ajanda-monthSummary:not(.oe-ajanda-monthSummary--withTitle) .oe-ajanda-monthSummaryLeft {
	flex: 1 1 auto;
}

.oe-ajanda-monthSummary--withTitle {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 12px;
}

.oe-ajanda-monthSummary--withTitle .oe-ajanda-monthSummaryLeft {
	justify-self: start;
}

.oe-ajanda-monthSummaryCenter {
	justify-self: center;
	text-align: center;
	min-width: 0;
	max-width: 100%;
}

.oe-ajanda-monthSummaryTitle {
	margin: 0;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	color: #0f172a;
}

.oe-ajanda-monthSummaryContext {
	margin: 4px 0 0;
	color: #64748b;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}

.oe-ajanda-monthSummaryIcon {
	width: 36px;
	height: 36px;
	border-radius: 12px;
	background: #ffffff;
	color: #0f766e;
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	border: 1px solid #99f6e4;
}

.oe-ajanda-monthSummaryIcon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.oe-ajanda-monthSummary strong {
	flex: 1 1 auto;
	min-width: 0;
	color: #0f766e;
	font-size: 14px;
	font-weight: 800;
}

.oe-ajanda-monthSummary--withTitle .oe-ajanda-monthSummaryLeft strong {
	flex: 0 1 auto;
}

.oe-ajanda-monthSummaryDate {
	flex: 0 0 auto;
	padding: 6px 10px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid #99f6e4;
	color: #0f766e;
	font-size: 12px;
	font-weight: 800;
}

.oe-ajanda-monthSummary--withTitle .oe-ajanda-monthSummaryDate {
	justify-self: end;
}

.oe-ajanda-accordion {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.oe-ajanda-accItem {
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: #ffffff;
	overflow: hidden;
	transition: border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.oe-ajanda-accItem.is-open {
	background: #f0fdfa;
	border-color: #5eead4;
	box-shadow: 0 0 0 1px rgba(20, 184, 166, 0.12);
}

.oe-ajanda-accItem.is-saving {
	opacity: 0.72;
	pointer-events: none;
}

.oe-ajanda-accHead {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding: 14px 14px 14px 12px;
}

.oe-ajanda-accToggle {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 10px;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: left;
	font: inherit;
	color: inherit;
	cursor: pointer;
}

.oe-ajanda-accMain {
	min-width: 0;
}

.oe-ajanda-accMain strong {
	display: block;
	color: #0f172a;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	transition: color 0.18s ease, text-decoration-color 0.18s ease, opacity 0.18s ease;
}

.oe-ajanda-accItem.is-open .oe-ajanda-accMain strong {
	color: #0f766e;
}

.oe-ajanda-accNum {
	margin-right: 2px;
}

.oe-ajanda-accMain small {
	display: block;
	margin-top: 4px;
	color: #64748b;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}

.oe-ajanda-accMeta {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	max-width: 100%;
}

.oe-ajanda-docCount {
	display: inline-flex;
	align-items: center;
	padding: 5px 9px;
	border-radius: 999px;
	background: #ecfeff;
	color: #0f766e;
	font-size: 11px;
	font-weight: 800;
	white-space: nowrap;
}

.oe-ajanda-timeBadge {
	display: inline-flex;
	align-items: center;
	padding: 5px 9px;
	border-radius: 999px;
	background: #e0f2fe;
	color: #0369a1;
	font-size: 11px;
	font-weight: 800;
	white-space: nowrap;
	line-height: 1.2;
}

.oe-ajanda-accItem:not(.is-open) .oe-ajanda-docCount {
	background: #f1f5f9;
	color: #475569;
}

.oe-ajanda-accItem:not(.is-open) .oe-ajanda-timeBadge {
	background: #f1f5f9;
	color: #64748b;
}

.oe-ajanda-chevron {
	width: 28px;
	height: 28px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	color: #64748b;
	background: #f8fafc;
	transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.oe-ajanda-accItem.is-open .oe-ajanda-chevron {
	transform: rotate(180deg);
	background: #ccfbf1;
	color: #0f766e;
}

.oe-ajanda-chevron svg {
	width: 16px;
	height: 16px;
}

.oe-ajanda-accBody {
	padding: 0 14px 14px 54px;
}

.oe-ajanda-accBody[hidden] {
	display: none;
}

.oe-ajanda-gradeFileSelect__sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.oe-ajanda-gradeFileSelect {
	appearance: none;
	-webkit-appearance: none;
	min-width: 148px;
	max-width: 180px;
	min-height: 38px;
	padding: 0.4rem 2rem 0.4rem 0.7rem;
	border: 1px solid #cbd5e1;
	border-radius: 999px;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230f766e' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.65rem center;
	background-size: 14px 14px;
	color: var(--oe-ajanda-ink, #0f172a);
	font: inherit;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.oe-ajanda-gradeFileSelect:hover {
	border-color: #99f6e4;
}

.oe-ajanda-gradeFileSelect:focus {
	outline: none;
	border-color: var(--oe-ajanda-teal, #0f766e);
	box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.16);
}

@media (max-width: 720px) {
	.oe-ajanda-docRow.has-grade-files .oe-ajanda-actions {
		width: 100%;
		justify-content: stretch;
	}

	.oe-ajanda-gradeFileSelect {
		max-width: none;
		width: 100%;
		flex: 1 1 100%;
	}
}

.oe-ajanda-accItem.is-completed .oe-ajanda-accMain strong {
	color: #475569;
	opacity: 0.78;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
	text-decoration-color: rgba(15, 23, 42, 0.45);
}

.oe-ajanda-accItem.is-completed .oe-ajanda-accMain small {
	opacity: 0.55;
}

.oe-ajanda-todo-card,
.oe-ajanda-docs-card {
	overflow: hidden;
}

.oe-ajanda-cardHead {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 18px;
}

.oe-ajanda-cardTitleWrap {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	min-width: 0;
}

.oe-ajanda-cardIcon {
	width: 52px;
	height: 52px;
	border-radius: 18px;
	background: #ecfeff;
	color: #0f766e;
	display: grid;
	place-items: center;
	flex: 0 0 auto;
}

.oe-ajanda-cardIcon.is-docs {
	background: #eff6ff;
	color: #1d4ed8;
}

.oe-ajanda-cardIcon svg {
	width: 26px;
	height: 26px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.oe-ajanda-cardHead h2,
.oe-ajanda-categories h2 {
	margin: 0;
	font-size: 22px;
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: var(--oe-ajanda-ink);
}

.oe-ajanda-categories h2 {
	margin-bottom: 14px;
	font-size: 18px;
	letter-spacing: -0.025em;
}

.oe-ajanda-cardHead strong {
	display: block;
	margin-top: 4px;
	color: #0f766e;
	font-size: 15px;
	font-weight: 800;
}

.oe-ajanda-cardHead p {
	margin: 8px 0 0;
	color: #64748b;
	font-size: 13px;
	line-height: 1.45;
	font-weight: 600;
}

.oe-ajanda-countBadge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border-radius: 999px;
	background: #dcfce7;
	color: #15803d;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
	flex: 0 0 auto;
}

.oe-ajanda-taskGroup {
	margin-top: 16px;
}

.oe-ajanda-taskGroup:first-child {
	margin-top: 0;
}

.oe-ajanda-taskGroupTitle {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 14px;
	background: linear-gradient(90deg, #ecfeff 0%, #f8fafc 100%);
	color: #0f766e;
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 10px;
}

.oe-ajanda-taskGroupTitle.is-role {
	background: linear-gradient(90deg, #f3e8ff 0%, #f8fafc 100%);
	color: #7e22ce;
}

.oe-ajanda-groupIcon {
	width: 28px;
	height: 28px;
	display: grid;
	place-items: center;
	flex: 0 0 auto;
}

.oe-ajanda-groupIcon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.oe-ajanda-checklist {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-left: 4px;
}

.oe-ajanda-checklist::before {
	content: '';
	position: absolute;
	left: 15px;
	top: 18px;
	bottom: 18px;
	width: 2px;
	background: #e2e8f0;
	border-radius: 999px;
	pointer-events: none;
}

.oe-ajanda-taskItem {
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	padding: 12px 0;
	border: 0;
	border-bottom: 1px solid #edf2f7;
	background: transparent;
	text-align: left;
	font-family: inherit;
	cursor: pointer;
	z-index: 1;
}

.oe-ajanda-taskItem:hover .oe-ajanda-taskCheck {
	border-color: #14b8a6;
	background: #ecfeff;
}

.oe-ajanda-taskItem:last-child {
	border-bottom: 0;
}

.oe-ajanda-taskCheck {
	width: 24px;
	height: 24px;
	margin-top: 2px;
	padding: 0;
	border-radius: 999px;
	border: 2px solid #cbd5e1;
	background: #ffffff;
	color: #ffffff;
	display: grid;
	place-items: center;
	cursor: pointer;
	font: inherit;
	appearance: none;
	-webkit-appearance: none;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
	box-shadow: 0 0 0 3px #ffffff;
	flex: 0 0 auto;
}

.oe-ajanda-taskCheck:hover {
	border-color: #14b8a6;
	background: #ecfeff;
}

.oe-ajanda-taskCheckMark {
	display: grid;
	place-items: center;
}

.oe-ajanda-taskCheck svg,
.oe-ajanda-taskCheckMark svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
	opacity: 0;
	transform: scale(0.8);
	transition: opacity 0.15s ease, transform 0.15s ease;
}

.oe-ajanda-accItem.is-completed .oe-ajanda-taskCheck {
	background: #0f766e;
	border-color: #0f766e;
	color: #ffffff;
}

.oe-ajanda-accItem.is-completed .oe-ajanda-taskCheck svg,
.oe-ajanda-accItem.is-completed .oe-ajanda-taskCheckMark svg {
	opacity: 1;
	transform: scale(1);
}

.oe-ajanda-taskContent {
	min-width: 0;
}

.oe-ajanda-taskContent strong {
	display: block;
	color: #0f172a;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	transition: color 0.18s ease, opacity 0.18s ease, text-decoration-color 0.18s ease;
}

.oe-ajanda-taskContent small {
	display: block;
	margin-top: 4px;
	color: #64748b;
	font-size: 12px;
	font-weight: 600;
	transition: opacity 0.18s ease;
}

.oe-ajanda-taskItem.is-completed .oe-ajanda-taskCheck {
	background: #0f766e;
	border-color: #0f766e;
	color: #ffffff;
}

.oe-ajanda-taskItem.is-completed .oe-ajanda-taskCheck svg {
	opacity: 1;
	transform: scale(1);
}

.oe-ajanda-taskItem.is-completed .oe-ajanda-taskContent strong {
	color: #475569;
	opacity: 0.78;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
	text-decoration-color: rgba(15, 23, 42, 0.45);
}

.oe-ajanda-taskItem.is-completed .oe-ajanda-taskContent small {
	opacity: 0.55;
}

.oe-ajanda-taskItem.is-hidden {
	display: none;
}

.oe-ajanda-status {
	justify-self: end;
	display: inline-flex;
	align-items: center;
	padding: 6px 9px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	white-space: nowrap;
}

.oe-ajanda-status.is-green {
	background: #dcfce7;
	color: #15803d;
}

.oe-ajanda-status.is-blue {
	background: #dbeafe;
	color: #1d4ed8;
}

.oe-ajanda-status.is-orange {
	background: #ffedd5;
	color: #c2410c;
}

.oe-ajanda-status.is-purple {
	background: #f3e8ff;
	color: #7e22ce;
}

.oe-ajanda-showMore {
	width: 100%;
	margin-top: 16px;
	border: 0;
	border-radius: 14px;
	background: #f8fafc;
	color: #0f766e;
	font-weight: 800;
	font-size: 13px;
	font-family: inherit;
	padding: 12px;
	cursor: pointer;
	transition: background 0.15s ease;
}

.oe-ajanda-showMore:hover {
	background: #ecfeff;
}

.oe-ajanda-showMore[hidden] {
	display: none;
}

.oe-ajanda-accBody .oe-ajanda-docRow {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	padding: 12px 0;
	border-top: 1px solid #d9eee9;
}

.oe-ajanda-accBody .oe-ajanda-docRow:first-child {
	border-top: 0;
	padding-top: 2px;
}

.oe-ajanda-task-note {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	width: 100%;
	margin-top: 18px;
	padding: 15px 18px;
	border: 1px solid #f1d99c;
	border-left: 4px solid var(--oe-ajanda-teal);
	border-radius: 12px;
	background: linear-gradient(90deg, #fffaf0 0%, #fffdf8 100%);
	box-sizing: border-box;
}

.oe-ajanda-task-note__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: var(--oe-ajanda-teal);
	background: var(--oe-ajanda-teal-soft);
}

.oe-ajanda-task-note__icon svg {
	display: block;
	width: 24px;
	height: 24px;
}

.oe-ajanda-task-note__content {
	min-width: 0;
	flex: 1;
}

.oe-ajanda-task-note__title {
	margin: 0 0 4px;
	color: var(--oe-ajanda-teal);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.oe-ajanda-task-note__text {
	color: var(--oe-ajanda-ink);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.oe-ajanda-docIcon {
	width: 36px;
	height: 36px;
	border-radius: 12px;
	background: #ecfeff;
	color: #0f766e;
	display: grid;
	place-items: center;
	flex: 0 0 auto;
}

.oe-ajanda-docIcon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.oe-ajanda-docMeta strong {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: var(--oe-ajanda-ink);
	line-height: 1.35;
}

.oe-ajanda-docTag {
	display: inline-block;
	margin-top: 4px;
	padding: 3px 8px;
	border-radius: 999px;
	background: #ecfeff;
	color: var(--oe-ajanda-teal);
	font-size: 11px;
	font-weight: 800;
}

.oe-ajanda-docRow.is-collapsed,
.oe-ajanda-docRow[hidden] {
	display: none;
}

.oe-ajanda-actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.oe-ajanda-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 34px;
	padding: 8px 11px;
	border-radius: 10px;
	border: 1px solid #dbe7ee;
	background: #ffffff;
	color: #0f2a44;
	font-weight: 800;
	font-size: 12px;
	text-decoration: none;
	line-height: 1;
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.oe-ajanda-btn:hover {
	background: #f8fafc;
	border-color: #cbd5e1;
}

.oe-ajanda-btn.is-word {
	color: #1d4ed8;
}

.oe-ajanda-btn.is-pdf {
	color: #dc2626;
}

.oe-ajanda-btn.is-disabled,
.oe-ajanda-btn.is-disabled:hover {
	background: #f1f5f9;
	border-color: #cbd5e1;
	color: #94a3b8;
	cursor: not-allowed;
	pointer-events: none;
	opacity: 1;
	text-decoration: none;
	user-select: none;
}

.oe-ajanda-btn.is-disabled .oe-ajanda-btnIcon {
	color: #94a3b8;
}

.oe-ajanda-btnIcon {
	display: inline-flex;
	width: 16px;
	height: 16px;
	align-items: center;
	justify-content: center;
}

.oe-ajanda-btnIcon svg {
	width: 16px;
	height: 16px;
}

.oe-ajanda-btnBadge {
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.02em;
}

.oe-ajanda-tipCard {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin: 0 0 18px;
	padding: 16px 18px;
	border-radius: 16px;
	border: 1px solid rgba(20, 184, 166, 0.22);
	background: linear-gradient(90deg, #f0fdfa 0%, #ecfeff 100%);
	color: #115e59;
}

.oe-ajanda-tipCard[hidden] {
	display: none;
}

.oe-ajanda-tipIcon {
	width: 40px;
	height: 40px;
	border-radius: 14px;
	background: #ffffff;
	color: #0f766e;
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	box-shadow: 0 4px 12px rgba(15, 118, 110, 0.08);
}

.oe-ajanda-tipIcon svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.oe-ajanda-tipCard strong {
	display: block;
	font-size: 14px;
	font-weight: 800;
	color: #0f766e;
	letter-spacing: -0.02em;
}

.oe-ajanda-tipCard p {
	margin: 4px 0 0;
	font-size: 13px;
	line-height: 1.45;
	font-weight: 600;
	color: #0f766e;
	opacity: 0.88;
}

.oe-ajanda-taskItem.is-saving {
	opacity: 0.72;
	pointer-events: none;
}

.oe-ajanda-shell.is-guest .oe-ajanda-taskCheck {
	border-style: dashed;
}

.oe-ajanda-toast {
	position: fixed;
	left: 50%;
	bottom: 24px;
	z-index: 9999;
	transform: translateX(-50%) translateY(12px);
	max-width: min(420px, calc(100vw - 32px));
	padding: 12px 16px;
	border-radius: 14px;
	background: #0f172a;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.28);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.oe-ajanda-toast.is-visible {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

/* Kategoriler */
.oe-ajanda-categoryGrid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.oe-ajanda-categoryCard {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 168px;
	padding: 16px;
	border-radius: 16px;
	border: 1px solid var(--oe-ajanda-line);
	background: #ffffff;
	color: var(--oe-ajanda-ink);
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.oe-ajanda-categoryCard:hover {
	transform: translateY(-2px);
	border-color: #99f6e4;
	box-shadow: 0 14px 30px rgba(15, 118, 110, 0.12);
}

.oe-ajanda-categoryCard.is-highlighted {
	border-color: #5eead4;
	background: linear-gradient(180deg, #f0fdfa 0%, #ffffff 100%);
	box-shadow: 0 14px 30px rgba(15, 118, 110, 0.14);
}

.oe-ajanda-categoryCard.is-soft-highlighted {
	border-color: #a7f3d0;
	background: linear-gradient(180deg, #f8fffc 0%, #ffffff 100%);
	box-shadow: 0 8px 18px rgba(15, 118, 110, 0.07);
}

.oe-ajanda-catBadge {
	display: inline-flex;
	align-self: flex-start;
	padding: 4px 8px;
	border-radius: 999px;
	background: #ccfbf1;
	color: #0f766e;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: -0.01em;
}

.oe-ajanda-catBadge.is-soft {
	background: #ecfdf5;
	color: #047857;
}

.oe-ajanda-catIcon {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border-radius: 999px;
	background: #ecfeff;
	color: var(--oe-ajanda-teal);
}

.oe-ajanda-categoryCard strong {
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.oe-ajanda-categoryCard p {
	margin: 0;
	color: var(--oe-ajanda-muted);
	font-size: 12px;
	line-height: 1.45;
}

.oe-ajanda-catLink {
	margin-top: auto;
	color: var(--oe-ajanda-teal);
	font-weight: 800;
	font-size: 12px;
}

/* Feed kart gölgesi / arka plan çakışmasını ajanda ana alanında azalt */
body.oe-ajanda-page .oe-ajanda-main {
	background: transparent;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	padding-top: 0;
}

body.oe-ajanda-page .oe-tr-layout > .oe-ajanda-main {
	background: transparent;
	border: 0;
	box-shadow: none;
}

@media (max-width: 1200px) {
	.oe-ajanda-categoryGrid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	body.oe-ajanda-page .oe-ajanda-layout.oe-tr-layout {
		grid-template-columns: 1fr;
		margin-top: 12px;
	}

	body.oe-ajanda-page .oe-ajanda-main {
		grid-column: 1 / -1;
		padding-top: 0;
	}

	.oe-ajanda-stepperCard,
	.oe-ajanda-gridTop {
		grid-template-columns: 1fr;
	}

	.oe-ajanda-yearBox {
		border-right: 0;
		border-bottom: 1px solid var(--oe-ajanda-line);
		padding-right: 0;
		padding-bottom: 14px;
	}

	.oe-ajanda-stepper {
		overflow-x: auto;
		grid-template-columns: repeat(7, 140px);
		padding-bottom: 8px;
		-webkit-overflow-scrolling: touch;
	}

	.oe-ajanda-categoryGrid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	body.oe-ajanda-page .oe-ajanda-main {
		padding: 0 0 20px;
	}

	body.oe-ajanda-page .oe-ajanda-layout.oe-tr-layout {
		margin-top: 8px;
	}

	.oe-ajanda-categoryGrid {
		grid-template-columns: 1fr;
	}

	.oe-ajanda-cardHead {
		flex-direction: column;
	}

	.oe-ajanda-monthSummary {
		flex-wrap: wrap;
	}

	.oe-ajanda-monthSummary--withTitle {
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			"left date"
			"title title";
		row-gap: 8px;
	}

	.oe-ajanda-monthSummary--withTitle .oe-ajanda-monthSummaryLeft {
		grid-area: left;
	}

	.oe-ajanda-monthSummary--withTitle .oe-ajanda-monthSummaryCenter {
		grid-area: title;
		justify-self: stretch;
	}

	.oe-ajanda-monthSummary--withTitle .oe-ajanda-monthSummaryDate {
		grid-area: date;
	}

	.oe-ajanda-monthSummaryTitle {
		font-size: 18px;
	}

	.oe-ajanda-accToggle {
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			"main chevron"
			"meta chevron";
		align-items: start;
	}

	.oe-ajanda-accMain {
		grid-area: main;
	}

	.oe-ajanda-accMeta {
		grid-area: meta;
		justify-content: flex-start;
		margin-top: 4px;
	}

	.oe-ajanda-chevron {
		grid-area: chevron;
		align-self: center;
	}

	.oe-ajanda-accBody {
		padding-left: 14px;
	}

	.oe-ajanda-accBody .oe-ajanda-docRow {
		grid-template-columns: 36px minmax(0, 1fr);
	}

	.oe-ajanda-actions {
		grid-column: 1 / -1;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.oe-ajanda-btn {
		flex: 1 1 auto;
		justify-content: center;
	}

	.oe-ajanda-task-note {
		gap: 11px;
		margin-top: 14px;
		padding: 13px 14px;
		border-radius: 10px;
	}

	.oe-ajanda-task-note__icon {
		flex-basis: 36px;
		width: 36px;
		height: 36px;
	}

	.oe-ajanda-task-note__icon svg {
		width: 21px;
		height: 21px;
	}

	.oe-ajanda-task-note__title {
		font-size: 15px;
	}

	.oe-ajanda-task-note__text {
		font-size: 13px;
		line-height: 1.5;
	}
}

/* -------------------------------------------------------------------------
 * Bu Ay Ne Yapmalıyım? — kompakt month hero
 * ---------------------------------------------------------------------- */
.oe-ajanda-month-hero {
	position: relative;
	overflow: hidden;
	min-height: 142px;
	margin: 14px 0 16px;
	padding: 22px 28px;
	display: grid;
	grid-template-columns: 310px minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
	border: 1px solid #e5eef0;
	border-radius: 22px;
	background: #f7fafa;
	box-shadow:
		0 8px 20px rgba(18, 38, 63, 0.04),
		inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.oe-ajanda-month-hero__art {
	position: relative;
	z-index: 2;
	height: 112px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	pointer-events: none;
}

.oe-ajanda-month-hero__art::before {
	content: "";
	position: absolute;
	left: 8%;
	top: 50%;
	transform: translate(-10%, -50%);
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: radial-gradient(
		circle,
		rgba(167, 232, 214, 0.7) 0%,
		rgba(190, 240, 225, 0.45) 38%,
		rgba(210, 245, 234, 0.18) 62%,
		transparent 74%
	);
	filter: blur(2px);
	z-index: 0;
	pointer-events: none;
}

.oe-ajanda-month-hero__art img {
	position: relative;
	z-index: 1;
	display: block;
	width: auto;
	height: 132px;
	max-width: 100%;
	object-fit: contain;
	object-position: left center;
	filter: drop-shadow(0 10px 16px rgba(15, 143, 130, 0.1));
}

.oe-ajanda-month-hero__content {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	align-items: center;
	gap: 18px;
	min-width: 0;
}

.oe-ajanda-month-hero__icon {
	width: 54px;
	height: 54px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e9fbf7;
	color: #0f8f82;
	box-shadow: 0 8px 18px rgba(15, 143, 130, 0.08);
	flex: 0 0 auto;
}

.oe-ajanda-month-hero__icon svg,
.oe-social-page .oe-ajanda-month-hero__icon svg,
body.oe-ajanda-page .oe-ajanda-month-hero__icon svg {
	width: 25px;
	height: 25px;
	max-width: none;
	max-height: none;
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.oe-ajanda-month-hero h2 {
	margin: 0 0 6px;
	color: #10233e;
	font-size: 24px;
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.oe-ajanda-month-hero p {
	margin: 0;
	color: #52647d;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 500;
}

.oe-ajanda-month-hero__meta {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.oe-ajanda-month-hero__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 9px 18px;
	border-radius: 999px;
	background: #dff8e8;
	color: #087962;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
	box-shadow: 0 8px 16px rgba(21, 166, 124, 0.08);
}

.oe-ajanda-month-hero__decor {
	position: absolute;
	pointer-events: none;
	z-index: 1;
}

.oe-ajanda-month-hero__decor--blob {
	right: -34px;
	bottom: -52px;
	width: 180px;
	height: 130px;
	border-radius: 999px 0 0 0;
	background: rgba(46, 201, 181, 0.08);
}

.oe-ajanda-month-hero__decor--dots {
	right: 250px;
	bottom: 32px;
	width: 74px;
	height: 48px;
	opacity: 0.32;
	background-image: radial-gradient(circle, #2ec9b5 1.6px, transparent 1.8px);
	background-size: 13px 13px;
}

@media (max-width: 1200px) {
	.oe-ajanda-month-hero {
		grid-template-columns: 230px minmax(0, 1fr) auto;
		gap: 22px;
	}

	.oe-ajanda-month-hero__art img {
		height: 112px;
	}

	.oe-ajanda-month-hero h2 {
		font-size: 22px;
	}
}

@media (max-width: 900px) {
	.oe-ajanda-month-hero {
		grid-template-columns: 150px minmax(0, 1fr);
		min-height: 132px;
		padding: 18px 20px;
	}

	.oe-ajanda-month-hero__meta {
		grid-column: 2;
		justify-content: flex-start;
		margin-top: -4px;
	}

	.oe-ajanda-month-hero__art {
		height: 96px;
	}

	.oe-ajanda-month-hero__art img {
		height: 98px;
	}

	.oe-ajanda-month-hero__content {
		grid-template-columns: 46px minmax(0, 1fr);
		gap: 14px;
	}

	.oe-ajanda-month-hero__icon {
		width: 46px;
		height: 46px;
		border-radius: 15px;
	}

	.oe-ajanda-month-hero h2 {
		font-size: 20px;
	}

	.oe-ajanda-month-hero p {
		font-size: 13px;
	}
}

@media (max-width: 640px) {
	.oe-ajanda-month-hero {
		grid-template-columns: 1fr;
		min-height: auto;
		gap: 12px;
	}

	.oe-ajanda-month-hero__art {
		display: none;
	}

	.oe-ajanda-month-hero__content {
		grid-template-columns: 44px minmax(0, 1fr);
	}

	.oe-ajanda-month-hero__meta {
		grid-column: auto;
		justify-content: flex-start;
	}
}

/* -------------------------------------------------------------------------
 * Ajanda İlerlemesi
 * ---------------------------------------------------------------------- */
.oe-ajanda-progress {
	--mint: #2ec9b5;
	--mint-dark: #0f8f82;
	--mint-soft: #eefcf8;
	--mint-border: #bdeee5;
	--text: #10233e;
	--muted: #6d7c93;
	--line: #e8edf3;
	--white: #ffffff;

	background: #fff;
	border: 1px solid #edf1f5;
	border-radius: 24px;
	padding: 20px;
	box-shadow: 0 10px 30px rgba(18, 38, 63, 0.04);
	margin-top: 22px;
}

.oe-ajanda-progress__header {
	margin-bottom: 14px;
}

.oe-ajanda-progress__header h2 {
	margin: 0 0 4px;
	font-size: 22px;
	line-height: 1.2;
	color: var(--text);
	font-weight: 800;
	letter-spacing: -0.02em;
}

.oe-ajanda-progress__header p {
	margin: 0;
	color: var(--muted);
	font-size: 13px;
}

.oe-ajanda-progress__summary {
	display: grid;
	grid-template-columns: 1.7fr 200px;
	gap: 12px;
	align-items: stretch;
	margin-bottom: 14px;
}

.oe-summary-box {
	border: 1px solid var(--line);
	background: #fff;
	border-radius: 18px;
	padding: 16px 18px;
	min-height: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	box-sizing: border-box;
}

.oe-summary-box__title {
	font-size: 15px;
	font-weight: 800;
	color: var(--text);
	margin-bottom: 4px;
	line-height: 1.2;
}

.oe-summary-box__text {
	color: var(--muted);
	font-size: 13px;
	margin-bottom: 12px;
}

.oe-progress-bar {
	position: relative;
	width: 100%;
	height: 8px;
	border-radius: 999px;
	background: #eef2f6;
	overflow: hidden;
}

.oe-progress-bar span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: auto;
	width: var(--oe-progress, 0%);
	max-width: 100%;
	min-width: 0;
	border-radius: inherit;
	background: linear-gradient(90deg, #23bfae 0%, #53dbc8 100%);
	transition: width 0.25s ease;
}

.oe-progress-bar--sm {
	height: 7px;
	margin-top: 0;
}

.oe-ajanda-progress__summary-right {
	border: 1px solid var(--line);
	border-radius: 18px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	padding: 12px;
}

/* .oe-social-page svg { width:1em } override — halka ve % aynı merkezde */
.oe-progress-circle,
.oe-social-page .oe-progress-circle,
body.oe-ajanda-page .oe-progress-circle {
	position: relative;
	width: 96px;
	height: 96px;
	display: grid;
	place-items: center;
	margin: 0 auto;
	flex: 0 0 auto;
}

.oe-progress-circle__svg,
.oe-social-page .oe-progress-circle .oe-progress-circle__svg,
body.oe-ajanda-page .oe-progress-circle .oe-progress-circle__svg {
	position: absolute;
	inset: 0;
	width: 96px;
	height: 96px;
	max-width: none;
	max-height: none;
	display: block;
	transform: rotate(-90deg);
	overflow: visible;
	fill: none;
	stroke: none;
	stroke-width: 0;
}

.oe-progress-circle__bg,
.oe-progress-circle__value,
.oe-social-page .oe-progress-circle .oe-progress-circle__bg,
.oe-social-page .oe-progress-circle .oe-progress-circle__value,
body.oe-ajanda-page .oe-progress-circle .oe-progress-circle__bg,
body.oe-ajanda-page .oe-progress-circle .oe-progress-circle__value {
	fill: none;
	stroke-width: 9;
	stroke-linecap: round;
}

.oe-progress-circle__bg,
.oe-social-page .oe-progress-circle .oe-progress-circle__bg,
body.oe-ajanda-page .oe-progress-circle .oe-progress-circle__bg {
	stroke: #e0f5f1;
}

.oe-progress-circle__value,
.oe-social-page .oe-progress-circle .oe-progress-circle__value,
body.oe-ajanda-page .oe-progress-circle .oe-progress-circle__value {
	stroke: #2ec9b5;
	transition: stroke-dashoffset 0.25s ease;
}

.oe-progress-circle__label,
.oe-social-page .oe-progress-circle .oe-progress-circle__label,
body.oe-ajanda-page .oe-progress-circle .oe-progress-circle__label {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0;
	color: #0f8f82;
	font-size: 22px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: -0.02em;
	text-align: center;
}

.oe-ajanda-progress__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.oe-progress-card {
	position: relative;
	background: #fff;
	border: 1px solid var(--mint-border);
	border-radius: 18px;
	padding: 18px 16px 16px;
	min-height: 132px;
	height: 100%;
	box-sizing: border-box;
	box-shadow: 0 2px 8px rgba(15, 143, 130, 0.03);
	display: flex;
	flex-direction: column;
}

/* Hedef: ikon solda, metin sağda — dengeli yükseklik */
.oe-progress-card:not(.oe-progress-card--weekly-focus) {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	grid-template-areas:
		"icon title"
		"icon status"
		"bar bar";
	column-gap: 12px;
	row-gap: 4px;
	align-items: center;
}

.oe-progress-card:not(.oe-progress-card--weekly-focus) .oe-progress-card__icon {
	grid-area: icon;
	align-self: center;
	margin-bottom: 0;
}

.oe-progress-card:not(.oe-progress-card--weekly-focus) h3 {
	grid-area: title;
	align-self: end;
	margin: 0;
}

.oe-progress-card:not(.oe-progress-card--weekly-focus) p {
	grid-area: status;
	align-self: start;
}

.oe-progress-card:not(.oe-progress-card--weekly-focus) .oe-progress-bar--sm {
	grid-area: bar;
	margin-top: 14px;
	padding-top: 0;
	align-self: end;
}

.oe-progress-card__icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e9fbf7;
	color: #0f8f82;
	margin-bottom: 0;
	flex: 0 0 auto;
}

.oe-progress-card__icon svg {
	width: 21px;
	height: 21px;
	display: block;
	fill: none;
	stroke: currentColor;
}

.oe-progress-card.is-empty .oe-progress-card__icon,
.oe-progress-card[data-progress="0"] .oe-progress-card__icon {
	background: #f2f5f8;
	color: #7f8ca3;
}

.oe-progress-card h3 {
	margin: 0;
	font-size: 14px;
	line-height: 1.25;
	font-weight: 800;
	color: var(--text);
	letter-spacing: -0.02em;
}

.oe-progress-card p {
	margin: 0;
	color: var(--muted);
	font-size: 12.5px;
	line-height: 1.35;
}

.oe-progress-card .oe-progress-bar--sm {
	margin-top: 14px;
	padding-top: 0;
}

/* Ajanda İlerlemesi - 8. kart: Bu Haftanın Odağı */
.oe-progress-card--weekly-focus {
	position: relative;
	overflow: hidden;
	min-height: 132px;
	padding: 16px 16px 14px;
	border: 1px solid #9ee9dc;
	border-radius: 18px;
	background:
		radial-gradient(circle at 18% 20%, rgba(46, 201, 181, 0.11) 0%, rgba(46, 201, 181, 0.045) 34%, transparent 62%),
		linear-gradient(135deg, #fbfffe 0%, #effcf8 100%);
	box-shadow:
		0 6px 16px rgba(15, 143, 130, 0.06),
		inset 0 0 0 1px rgba(255, 255, 255, 0.78);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.oe-weekly-focus__ribbon {
	position: absolute;
	top: -1px;
	right: 17px;
	z-index: 4;
	width: 28px;
	height: 40px;
	padding-top: 7px;
	border-radius: 0 0 9px 9px;
	background: linear-gradient(180deg, #178f84 0%, #0f766f 100%);
	color: #fff;
	display: flex;
	justify-content: center;
	box-shadow: 0 7px 14px rgba(15, 143, 130, 0.16);
}

.oe-weekly-focus__ribbon::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	width: 0;
	height: 0;
	margin: auto;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 9px solid #0f766f;
}

.oe-weekly-focus__ribbon svg {
	position: relative;
	z-index: 2;
	width: 13px;
	height: 13px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.oe-weekly-focus__decor-target {
	position: absolute;
	left: 8px;
	top: 8px;
	width: 56px;
	height: 56px;
	color: rgba(15, 143, 130, 0.07);
	pointer-events: none;
}

.oe-weekly-focus__decor-target svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.oe-weekly-focus__main {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.oe-weekly-focus__icon {
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: #dff8f2;
	color: #0f8f82;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	box-shadow: 0 4px 10px rgba(15, 143, 130, 0.08);
}

.oe-weekly-focus__icon svg,
.oe-weekly-focus__date svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.oe-weekly-focus__icon svg {
	width: 20px;
	height: 20px;
}

.oe-weekly-focus__text {
	width: 100%;
	max-width: 100%;
	text-align: center;
}

.oe-weekly-focus__text h3 {
	margin: 0 0 4px;
	color: #10233e;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: -0.02em;
	text-align: center;
}

.oe-weekly-focus__text p {
	margin: 0;
	color: #52647d;
	font-size: 12px;
	line-height: 1.35;
	font-weight: 500;
	text-align: center;
}

.oe-weekly-focus__divider {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 7px;
	width: 70%;
	max-width: 180px;
	margin: 12px auto 10px;
	color: rgba(15, 143, 130, 0.20);
}

.oe-weekly-focus__divider span {
	height: 1px;
	flex: 1;
	background: currentColor;
}

.oe-weekly-focus__divider i {
	width: 5px;
	height: 5px;
	border-radius: 999px;
	background: currentColor;
}

.oe-weekly-focus__date {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	max-width: 100%;
	margin: 0 auto;
	padding: 6px 10px;
	border-radius: 999px;
	border: 1px solid rgba(158, 233, 220, 0.78);
	background: rgba(255, 255, 255, 0.78);
	color: #0f8f82;
	font-size: 11.5px;
	font-weight: 800;
	line-height: 1;
}

.oe-weekly-focus__date svg {
	width: 14px;
	height: 14px;
	flex: 0 0 auto;
}

.oe-ajanda-progress__grid .oe-progress-card--weekly-focus {
	height: 100%;
}

.oe-progress-card--weekly-focus.is-clickable {
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.oe-progress-card--weekly-focus.is-clickable:hover {
	box-shadow:
		0 10px 22px rgba(15, 143, 130, 0.1),
		inset 0 0 0 1px rgba(255, 255, 255, 0.78);
	transform: translateY(-1px);
}

.oe-progress-card--weekly-focus.is-clickable:focus-visible {
	outline: 2px solid #2ec9b5;
	outline-offset: 2px;
}

@media (max-width: 1200px) {
	.oe-ajanda-progress__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.oe-ajanda-progress__summary {
		grid-template-columns: 1fr;
	}

	.oe-progress-card--weekly-focus {
		min-height: 132px;
	}

	.oe-weekly-focus__divider {
		width: 76%;
	}
}

@media (max-width: 768px) {
	.oe-ajanda-progress {
		padding: 14px;
		border-radius: 18px;
	}

	.oe-ajanda-progress__header h2 {
		font-size: 20px;
	}

	.oe-ajanda-progress__header p {
		font-size: 13px;
	}

	.oe-summary-box__title {
		font-size: 14px;
	}

	.oe-summary-box__text {
		font-size: 12px;
	}

	.oe-progress-circle__label {
		font-size: 20px;
	}

	.oe-progress-card h3,
	.oe-weekly-focus__text h3 {
		font-size: 13px;
	}

	.oe-progress-card p,
	.oe-weekly-focus__text p {
		font-size: 12px;
	}

	.oe-ajanda-progress__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.oe-progress-card--weekly-focus {
		min-height: 132px;
	}

	.oe-weekly-focus__ribbon {
		right: 16px;
	}

	.oe-weekly-focus__divider {
		width: 82%;
	}
}
