/**
 * Arsatar hesap, auth ve ilan formu stilleri
 */

.arsatar-page--listing,
.arsatar-page {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.arsatar-page--narrow {
	max-width: 520px;
	margin: 0 auto;
	padding: 32px 20px 56px;
}

.arsatar-page__header {
	margin-bottom: 24px;
}

.arsatar-page__header--row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.arsatar-page__header-text {
	min-width: 0;
}

.arsatar-page__header-proje-btn {
	flex-shrink: 0;
	white-space: nowrap;
}

.arsatar-page__title {
	margin: 0 0 8px;
	font-size: clamp(1.18rem, 1.8vw, 1.45rem);
	font-weight: 700;
	color: #0f172a;
}

.arsatar-page__title--center {
	text-align: center;
}

.arsatar-page__sub {
	margin: 0;
	color: #64748b;
	font-size: 0.92rem;
	line-height: 1.6;
}

.arsatar-page__sub--center {
	text-align: center;
}

.arsatar-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	padding: 24px;
	box-shadow: none !important;
	margin-bottom: 20px;
}

.arsatar-card--center {
	text-align: center;
}

.arsatar-card--auth {
	padding: 28px;
}

.arsatar-card--warn {
	background: #fffbeb;
	border-color: #fcd34d;
}

.arsatar-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
}

.arsatar-card__head .arsatar-page__title {
	margin: 0;
}

/* Alerts */
.arsatar-alert {
	padding: 14px 16px;
	border-radius: 12px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.6;
}

.arsatar-alert--success {
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	color: #065f46;
}

.arsatar-alert--error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
}

.arsatar-alert--warn {
	background: #fffbeb;
	border: 1px solid #fde68a;
	color: #92400e;
}

.arsatar-inline-form {
	display: inline;
}

/* Buttons — WoodMart override korumalı */
.arsatar-page--listing .arsatar-listing-form .arsatar-btn,
.arsatar-page--listing .arsatar-listing-form button.arsatar-btn,
.arsatar-page--listing .arsatar-listing-form a.arsatar-btn,
.arsatar-listing-form .arsatar-btn,
.arsatar-listing-form button.arsatar-btn,
.arsatar-listing-form a.arsatar-btn,
body.arsatar-account-page .arsatar-btn,
body.arsatar-account-page button.arsatar-btn,
body.arsatar-account-page a.arsatar-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 0 22px !important;
	border-radius: 12px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	border: 1px solid transparent !important;
	cursor: pointer;
	box-sizing: border-box;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease, filter 0.18s ease;
	margin: 0 !important;
	font-family: inherit !important;
	letter-spacing: 0.01em;
	text-transform: none !important;
	line-height: 1.2 !important;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	width: auto;
}

.arsatar-page--listing .arsatar-listing-form .arsatar-btn--primary,
.arsatar-listing-form .arsatar-btn--primary,
body.arsatar-account-page .arsatar-listing-form .arsatar-btn--primary,
body.arsatar-account-page .arsatar-btn--primary,
body.arsatar-site .arsatar-btn--primary {
	background: #15803d !important;
	color: #ffffff !important;
	border: 1px solid #15803d !important;
	box-shadow: none !important;
}

.arsatar-page--listing .arsatar-listing-form .arsatar-btn--primary:hover,
.arsatar-page--listing .arsatar-listing-form .arsatar-btn--primary:focus,
.arsatar-listing-form .arsatar-btn--primary:hover,
.arsatar-listing-form .arsatar-btn--primary:focus,
body.arsatar-account-page .arsatar-listing-form .arsatar-btn--primary:hover,
body.arsatar-account-page .arsatar-listing-form .arsatar-btn--primary:focus,
body.arsatar-account-page .arsatar-btn--primary:hover,
body.arsatar-account-page .arsatar-btn--primary:focus,
body.arsatar-site .arsatar-btn--primary:hover {
	transform: none !important;
	background: #166534 !important;
	color: #ffffff !important;
	border-color: #166534 !important;
	box-shadow: none !important;
}

.arsatar-page--listing .arsatar-listing-form .arsatar-btn--ghost,
.arsatar-listing-form .arsatar-btn--ghost,
body.arsatar-account-page .arsatar-listing-form .arsatar-btn--ghost,
body.arsatar-account-page .arsatar-btn--ghost,
body.arsatar-site .arsatar-btn--ghost {
	background: #ffffff !important;
	color: #334155 !important;
	border: 1px solid #cbd5e1 !important;
	box-shadow: none !important;
}

.arsatar-page--listing .arsatar-listing-form .arsatar-btn--ghost:hover,
.arsatar-page--listing .arsatar-listing-form .arsatar-btn--ghost:focus,
.arsatar-listing-form .arsatar-btn--ghost:hover,
.arsatar-listing-form .arsatar-btn--ghost:focus,
body.arsatar-account-page .arsatar-listing-form .arsatar-btn--ghost:hover,
body.arsatar-account-page .arsatar-listing-form .arsatar-btn--ghost:focus,
body.arsatar-account-page .arsatar-btn--ghost:hover,
body.arsatar-account-page .arsatar-btn--ghost:focus,
body.arsatar-site .arsatar-btn--ghost:hover {
	background: #f8fafc !important;
	border-color: #94a3b8 !important;
	color: #0f172a !important;
	transform: none !important;
	box-shadow: none !important;
}

.arsatar-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 650;
	text-decoration: none;
	border: 1px solid transparent;
	cursor: pointer;
	transition: all 0.2s ease;
	box-sizing: border-box;
}

.arsatar-btn--primary {
	background: #15803d !important;
	color: #ffffff !important;
	border-color: #15803d !important;
}

.arsatar-btn--primary:hover {
	background: #166534 !important;
	color: #ffffff !important;
	border-color: #166534 !important;
}

.arsatar-btn--ghost {
	background: #ffffff !important;
	color: #334155 !important;
	border: 1px solid #cbd5e1 !important;
}

.arsatar-btn--danger {
	background: #fef2f2 !important;
	color: #dc2626 !important;
	border: 1px solid #fecaca !important;
}

.arsatar-btn--danger:hover {
	background: #dc2626 !important;
	color: #ffffff !important;
	border-color: #dc2626 !important;
}

.arsatar-btn--block {
	width: 100%;
}

.arsatar-btn--sm {
	min-height: 36px !important;
	padding: 6px 14px !important;
	font-size: 13px !important;
	border-radius: 8px !important;
}

.arsatar-btn--cta {
	min-height: 48px !important;
	padding: 12px 24px !important;
	font-size: 14.5px !important;
	font-weight: 700 !important;
	border-radius: 12px !important;
}

/* Form fields */
.arsatar-page--listing .arsatar-card {
	padding: 0;
	overflow: hidden;
}

.arsatar-listing-form {
	padding: 0;
}

.arsatar-wizard__steps {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	border-bottom: 1px solid #eef2f6;
	background: #f8faf9;
}

.arsatar-wizard__step {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 16px 12px;
	border: 0 !important;
	border-right: 1px solid #eef2f6 !important;
	background: transparent !important;
	cursor: pointer;
	text-align: left;
	font-family: inherit !important;
	color: #94a3b8 !important;
	text-transform: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	min-height: 0 !important;
	transition: background 0.15s ease, color 0.15s ease;
}

.arsatar-wizard__step:last-child {
	border-right: 0;
}

.arsatar-wizard__step:hover {
	background: #f1f5f4 !important;
	color: #475569 !important;
}

.arsatar-wizard__step.is-active,
.arsatar-wizard__step.is-done {
	color: #145c3f !important;
	background: #fff !important;
}

.arsatar-wizard__step.is-active {
	box-shadow: inset 0 -3px 0 #1b6b4a !important;
}

.arsatar-wizard__step-num {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 800;
	background: #e2e8f0;
	color: #64748b;
}

.arsatar-wizard__step.is-active .arsatar-wizard__step-num,
.arsatar-wizard__step.is-done .arsatar-wizard__step-num {
	background: #1b6b4a;
	color: #fff;
}

.arsatar-wizard__step-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.arsatar-wizard__step-text strong {
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: none !important;
	letter-spacing: 0;
}

.arsatar-wizard__step-text small {
	font-size: 11px;
	color: #94a3b8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.arsatar-wizard__step.is-active .arsatar-wizard__step-text small,
.arsatar-wizard__step.is-done .arsatar-wizard__step-text small {
	color: #64748b;
}

.arsatar-wizard__panel {
	display: none;
	padding: 28px 24px 0 24px;
}

.arsatar-wizard__panel.is-active {
	display: block;
}

.arsatar-wizard__panel-head {
	margin-bottom: 20px;
}

.arsatar-wizard__panel-title {
	margin: 0 0 6px;
	font-size: 1.2rem;
	font-weight: 800;
	color: #111827;
}

.arsatar-wizard__panel-sub {
	margin: 0;
	font-size: 14px;
	color: #64748b;
	line-height: 1.5;
}

.arsatar-wizard__uploads {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 18px;
}

.arsatar-upload {
	position: relative;
}

.arsatar-upload__label {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 140px;
	padding: 20px;
	border: 1.5px dashed #cbd5e1;
	border-radius: 14px;
	background: #f8fafc;
	cursor: pointer;
	text-align: center;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.arsatar-upload__label:hover {
	border-color: #1b6b4a;
	background: #f0faf5;
}

.arsatar-upload__icon {
	font-size: 22px;
	color: #1b6b4a;
}

.arsatar-upload__title {
	font-size: 14px;
	font-weight: 800;
	color: #1f2937;
}

.arsatar-upload__hint {
	font-size: 12px;
	color: #94a3b8;
}

.arsatar-upload__chosen {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	font-weight: 600;
	color: #145a3d;
	word-break: break-all;
}

.arsatar-upload__chosen[hidden] {
	display: none !important;
}

.arsatar-upload__input {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.arsatar-field__readonly {
	display: flex;
	align-items: center;
	min-height: 46px;
	padding: 0 14px;
	border-radius: 10px;
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	font-size: 14px;
	font-weight: 800;
	color: #1b6b4a;
	box-sizing: border-box;
}

.arsatar-wizard__advanced {
	margin-top: 18px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 0 14px;
	background: #fafafa;
}

.arsatar-wizard__advanced summary {
	cursor: pointer;
	padding: 14px 0;
	font-size: 13px;
	font-weight: 700;
	color: #64748b;
	list-style: none;
}

.arsatar-wizard__advanced summary::-webkit-details-marker {
	display: none;
}

.arsatar-wizard__advanced[open] summary {
	border-bottom: 1px solid #e5e7eb;
	margin-bottom: 14px;
	color: #1f2937;
}

.arsatar-wizard__advanced .arsatar-form-grid {
	padding-bottom: 14px;
}

.arsatar-location-block {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 16px;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: #f8fafc;
}

.arsatar-location-block .arsatar-form-grid {
	margin: 0;
	padding: 0;
}

.arsatar-location-block__note {
	margin: 0;
}

.arsatar-map-picker {
	margin-top: 0;
}

.arsatar-map-picker--inline {
	margin: 0;
	padding: 0;
}

.arsatar-map-picker__hint {
	margin: 0 0 10px;
	font-size: 13px;
	color: #64748b;
	line-height: 1.45;
}

.arsatar-map-picker__canvas {
	width: 100%;
	height: min(380px, 58vw);
	min-height: 280px;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid #dbe3ea;
	background: #e8eef3;
	z-index: 1;
}

.arsatar-map-picker__coords {
	margin: 8px 0 0;
	font-size: 12px;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	color: #475569;
}

.arsatar-map-picker .leaflet-container {
	font: inherit;
}

.arsatar-location-cascade select:disabled {
	opacity: 0.65;
	cursor: not-allowed;
}

.arsatar-page--listing .arsatar-feature-tabs__nav,
.arsatar-feature-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 4px;
	margin-bottom: 18px;
	padding: 6px;
	border-radius: 14px;
	background: linear-gradient(180deg, #eef1f4 0%, #f3f4f6 100%);
	border: 1px solid #e2e8f0;
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.arsatar-page--listing .arsatar-feature-tabs__btn,
.arsatar-feature-tabs__btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex: 1 1 auto;
	min-width: 0;
	min-height: 42px;
	padding: 8px 16px !important;
	border-radius: 10px !important;
	border: 1px solid transparent !important;
	background: transparent !important;
	color: #6b7280 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	font-family: inherit !important;
	cursor: pointer;
	text-transform: none !important;
	box-shadow: none !important;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
	margin: 0 !important;
	line-height: 1.2 !important;
	letter-spacing: 0;
}

.arsatar-feature-tabs__btn i {
	font-size: 14px;
	color: inherit;
}

.arsatar-feature-tabs__btn:hover {
	background: rgba(255, 255, 255, 0.7) !important;
	color: #374151 !important;
}

.arsatar-page--listing .arsatar-feature-tabs__btn.is-active,
.arsatar-feature-tabs__btn.is-active {
	border-color: #1b6b4a !important;
	color: #145c3f !important;
	background: linear-gradient(180deg, #ffffff 0%, #f0faf5 100%) !important;
	box-shadow: 0 2px 10px rgba(20, 92, 63, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

.arsatar-feature-tabs__btn.is-active i {
	color: #1b6b4a;
}

.arsatar-feature-tabs__panel {
	display: none;
}

.arsatar-feature-tabs__panel.is-active {
	display: block;
}

.arsatar-chip-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.arsatar-chip {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 48px;
	padding: 10px 14px;
	border: 1.5px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	color: #374151;
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
	box-sizing: border-box;
}

.arsatar-chip:hover {
	border-color: #cbd5e1;
	background: #f9fafb;
}

.arsatar-chip input {
	accent-color: #1b6b4a;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.arsatar-chip:has(input:checked) {
	border-color: #1b6b4a;
	background: linear-gradient(135deg, #f0faf5 0%, #e8f5ef 100%);
	color: #145c3f;
	box-shadow: 0 4px 14px rgba(20, 92, 63, 0.1);
}

.arsatar-wizard__footer {
	padding: 18px 24px 24px;
	border-top: 1px solid #eef2f6;
	background: linear-gradient(180deg, #fafbfc 0%, #fff 100%);
}

.arsatar-wizard__error {
	margin: 0 0 12px;
	padding: 10px 12px;
	border-radius: 10px;
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
	font-size: 13px;
	font-weight: 600;
}

.arsatar-wizard__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.arsatar-wizard__actions-left,
.arsatar-wizard__actions-right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.arsatar-wizard__actions-right {
	margin-left: auto;
}

.arsatar-wizard__actions .arsatar-btn--primary {
	min-width: 140px;
}

/* WoodMart / btn display:!important, [hidden] attribute'unu eziyordu */
.arsatar-page--listing .arsatar-listing-form .arsatar-btn[hidden],
.arsatar-page--listing .arsatar-listing-form .arsatar-btn.is-hidden,
.arsatar-listing-form .arsatar-btn[hidden],
.arsatar-listing-form .arsatar-btn.is-hidden,
.arsatar-wizard__actions .arsatar-btn[hidden],
.arsatar-wizard__actions .arsatar-btn.is-hidden,
.arsatar-wizard__actions [hidden] {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.arsatar-form-section {
	margin-bottom: 28px;
	padding-bottom: 24px;
	border-bottom: 1px solid #f0f1f3;
}

.arsatar-form-section:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.arsatar-form-section__title {
	margin: 0 0 16px;
	font-size: 1.05rem;
	font-weight: 800;
	color: #111827;
}

.arsatar-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.arsatar-form-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.arsatar-field--full {
	grid-column: 1 / -1;
}

.arsatar-field__head-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 6px;
}

.arsatar-field__head-row .arsatar-field__label {
	margin-bottom: 0;
}

.arsatar-field__hint-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 600;
	color: var(--arsatar-green, #15803d);
	background: #f0fdf4;
	border: 1px solid #dcfce7;
	padding: 3px 8px;
	border-radius: 6px;
}

.arsatar-field__label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 700;
	color: #374151;
}

.arsatar-field__label .required {
	color: #dc2626;
}

.arsatar-field__input,
.arsatar-field__textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.5;
	box-sizing: border-box;
	background: #fff;
}

.arsatar-field__textarea {
	min-height: 160px;
	resize: vertical;
}

.arsatar-field__textarea--hidden {
	display: none !important;
}

/* ——— Quill Rich Text Editor (İlan Açıklaması) ——— */
.arsatar-quill-wrapper {
	width: 100%;
	box-sizing: border-box;
	border-radius: 12px;
	transition: border-color 0.18s ease;
}

.arsatar-quill-wrapper .ql-toolbar.ql-snow {
	border: 1.5px solid #cbd5e1;
	border-bottom: 1px solid #e2e8f0;
	border-radius: 12px 12px 0 0;
	background: #f8fafc;
	padding: 8px 10px;
	box-sizing: border-box;
}

.arsatar-quill-wrapper .ql-toolbar.ql-snow button {
	border-radius: 6px;
	transition: background 0.15s ease, color 0.15s ease;
}

.arsatar-quill-wrapper .ql-toolbar.ql-snow button:hover,
.arsatar-quill-wrapper .ql-toolbar.ql-snow button:focus {
	background: #e2e8f0;
}

.arsatar-quill-wrapper .ql-toolbar.ql-snow button.ql-active,
.arsatar-quill-wrapper .ql-toolbar.ql-snow .ql-picker-label.ql-active,
.arsatar-quill-wrapper .ql-toolbar.ql-snow .ql-picker-item.ql-selected {
	color: var(--arsatar-green, #15803d) !important;
}

.arsatar-quill-wrapper .ql-toolbar.ql-snow button.ql-active .ql-stroke,
.arsatar-quill-wrapper .ql-toolbar.ql-snow .ql-picker-label.ql-active .ql-stroke {
	stroke: var(--arsatar-green, #15803d) !important;
}

.arsatar-quill-wrapper .ql-toolbar.ql-snow button.ql-active .ql-fill,
.arsatar-quill-wrapper .ql-toolbar.ql-snow .ql-picker-label.ql-active .ql-fill {
	fill: var(--arsatar-green, #15803d) !important;
}

.arsatar-quill-wrapper .ql-container.ql-snow {
	border: 1.5px solid #cbd5e1;
	border-top: none;
	border-radius: 0 0 12px 12px;
	background: #ffffff;
	font-family: inherit;
	font-size: 14.5px;
	box-sizing: border-box;
}

.arsatar-quill-wrapper:focus-within .ql-toolbar.ql-snow,
.arsatar-quill-wrapper:focus-within .ql-container.ql-snow {
	border-color: var(--arsatar-green, #15803d);
}

.arsatar-quill-wrapper .ql-editor {
	min-height: 180px;
	max-height: 480px;
	overflow-y: auto;
	font-family: inherit;
	font-size: 14.5px;
	line-height: 1.65;
	color: #1e293b;
	padding: 14px 16px;
}

.arsatar-quill-wrapper .ql-editor.ql-blank::before {
	font-style: normal;
	color: #94a3b8;
	font-size: 14.5px;
	left: 16px;
}

.arsatar-quill-wrapper .ql-editor h2,
.arsatar-quill-wrapper .ql-editor h3,
.arsatar-quill-wrapper .ql-editor h4 {
	margin: 12px 0 6px;
	font-weight: 700;
	color: #0f172a;
}

.arsatar-quill-wrapper .ql-editor p {
	margin: 0 0 8px;
}

.arsatar-quill-wrapper .ql-editor ul,
.arsatar-quill-wrapper .ql-editor ol {
	padding-left: 20px;
	margin: 0 0 10px;
}

.arsatar-field__input:focus,
.arsatar-field__textarea:focus {
	outline: none;
	border-color: var(--arsatar-green, #1b6b4a);
	box-shadow: none !important;
}

.arsatar-field__hint {
	margin: 0;
	font-size: 13px;
	color: #6b7280;
}

.arsatar-field__preview {
	margin-top: 10px;
}

.arsatar-field__preview img {
	border-radius: 10px;
	max-width: 200px;
	height: auto;
}

.arsatar-field__preview--gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.arsatar-field__preview--gallery img {
	max-width: 72px;
}

.arsatar-gallery-keep-item {
	position: relative;
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
	line-height: 0;
	background: #f1f5f9;
}

.arsatar-gallery-keep-item img {
	display: block;
	width: 72px;
	height: 72px;
	object-fit: cover;
	max-width: none;
}

.arsatar-field__preview[hidden] {
	display: none !important;
}

.arsatar-gallery-new-item {
	position: relative;
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
	line-height: 0;
	background: #f1f5f9;
	border: 2px solid #86efac;
}

.arsatar-gallery-new-item img {
	display: block;
	width: 72px;
	height: 72px;
	object-fit: cover;
	max-width: none;
}

.arsatar-gallery-keep-item__remove {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 22px;
	height: 22px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.78);
	color: #fff;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.arsatar-gallery-keep-item__remove:hover,
.arsatar-gallery-keep-item__remove:focus {
	background: #b91c1c;
}

.arsatar-form-checkboxes {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-top: 12px;
}

.arsatar-form-section__hint {
	margin: -4px 0 12px;
	font-size: 13px;
	color: #64748b;
	line-height: 1.45;
}

.arsatar-form-feature-group__title {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 700;
	color: #64748b;
}

.arsatar-form-feature-group .arsatar-form-checkboxes {
	margin-top: 0;
}

.arsatar-form-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #374151;
}

.arsatar-form-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.arsatar-checkbox {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	font-size: 14px;
	color: #374151;
}

.arsatar-auth-form .arsatar-field {
	margin-bottom: 16px;
}

.arsatar-auth-switch {
	margin: 20px 0 0;
	text-align: center;
	font-size: 14px;
	color: #6b7280;
}

.arsatar-auth-switch a {
	color: var(--arsatar-green, #1b6b4a);
	font-weight: 700;
	text-decoration: none;
}

/* =========================================================
   Account Layout & Dashboard Redesign (Lüks & Modern)
   ========================================================= */
.arsatar-account-wrapper {
	width: 100%;
	background: #f8fafc;
	min-height: calc(100vh - 200px);
}

.arsatar-account {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: clamp(24px, 3.5vw, 36px);
	max-width: var(--arsatar-page-rail, 1240px);
	margin: 0 auto;
	padding: clamp(32px, 4vw, 48px) var(--arsatar-page-gutter, 20px) 72px;
	box-sizing: border-box;
	align-items: start;
}

/* Sidebar Profile Card */
.arsatar-account__sidebar {
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: sticky;
	top: 90px;
}

.arsatar-account__profile-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 24px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	box-shadow: none !important;
}

.arsatar-account__avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #15803d;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 750;
	margin-bottom: 14px;
	box-shadow: none !important;
}

.arsatar-account__user-name {
	margin: 0 0 4px;
	font-size: 1.05rem;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.3;
}

.arsatar-account__user-email {
	margin: 0 0 10px;
	font-size: 13px;
	color: #64748b;
	word-break: break-all;
}

.arsatar-account__user-badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #f0fdf4;
	color: #15803d;
	font-size: 11.5px;
	font-weight: 600;
	border: 1px solid #dcfce7;
}

/* Sidebar Navigation */
.arsatar-account__nav {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	box-shadow: none !important;
}

.arsatar-account__nav-item {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	padding: 11px 14px !important;
	border-radius: 10px !important;
	text-decoration: none !important;
	color: #334155 !important;
	font-size: 13.5px !important;
	font-weight: 600 !important;
	transition: all 0.18s ease !important;
	background: transparent !important;
	border: none !important;
	box-sizing: border-box !important;
}

.arsatar-account__nav-item i {
	font-size: 16px;
	width: 20px;
	text-align: center;
	color: #64748b;
	transition: color 0.18s ease;
}

.arsatar-account__nav-item:hover {
	background: #f8fafc !important;
	color: #15803d !important;
	transform: translateX(3px) !important;
}

.arsatar-account__nav-item:hover i {
	color: #15803d !important;
}

.arsatar-account__nav-item.is-active {
	background: #f0fdf4 !important;
	color: #15803d !important;
	font-weight: 650 !important;
	box-shadow: inset 3px 0 0 #15803d !important;
}

.arsatar-account__nav-item.is-active i {
	color: #15803d !important;
}

.arsatar-account__nav-item--highlight {
	background: #f0fdf4 !important;
	color: #15803d !important;
	border: 1px dashed #86efac !important;
}

.arsatar-account__nav-item--highlight i {
	color: #15803d !important;
}

.arsatar-account__nav-item--highlight:hover {
	background: #dcfce7 !important;
}

.arsatar-account__nav-item--logout {
	margin-top: 6px !important;
	border-top: 1px solid #f1f5f9 !important;
	padding-top: 12px !important;
	color: #64748b !important;
}

.arsatar-account__nav-item--logout:hover {
	background: #fef2f2 !important;
	color: #dc2626 !important;
}

.arsatar-account__nav-item--logout:hover i {
	color: #dc2626 !important;
}

.arsatar-account__nav-count {
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	border-radius: 999px;
	background: #e2e8f0;
	color: #475569;
	font-size: 11px;
	font-weight: 700;
}

.arsatar-account__nav-item.is-active .arsatar-account__nav-count {
	background: #dcfce7;
	color: #15803d;
}

/* Content Area */
.arsatar-account__content {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

/* Alert Boxes */
.arsatar-account-alert {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 18px 20px;
	border-radius: 14px;
	background: #fffbeb;
	border: 1px solid #fde68a;
}

.arsatar-account-alert__icon {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #fef3c7;
	color: #d97706;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex-shrink: 0;
}

.arsatar-account-alert__body {
	flex: 1;
	min-width: 0;
}

.arsatar-account-alert__body strong {
	display: block;
	font-size: 15px;
	color: #92400e;
	margin-bottom: 4px;
}

.arsatar-account-alert__body p {
	margin: 0 0 12px;
	font-size: 13.5px;
	color: #78350f;
	line-height: 1.5;
}

/* Dashboard Tab: Welcome Card */
.arsatar-account-welcome {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: clamp(24px, 3.5vw, 36px);
	box-shadow: none !important;
}

.arsatar-account-welcome__badge {
	display: inline-block;
	font-size: 12px;
	font-weight: 650;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #15803d;
	background: #f0fdf4;
	padding: 4px 10px;
	border-radius: 6px;
	margin-bottom: 12px;
}

.arsatar-account-welcome__title {
	margin: 0 0 8px;
	font-size: clamp(1.4rem, 2.5vw, 1.85rem);
	font-weight: 700;
	color: #0f172a;
	line-height: 1.25;
}

.arsatar-account-welcome__title span {
	color: #15803d;
}

.arsatar-account-welcome__desc {
	margin: 0;
	font-size: 14.5px;
	color: #64748b;
	line-height: 1.6;
	max-width: 680px;
}

/* Stats Cards Grid */
.arsatar-account-stats-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 28px 0;
}

.arsatar-stat-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 16px;
	box-shadow: none !important;
	transition: border-color 0.18s ease;
}

.arsatar-stat-card:hover {
	border-color: #cbd5e1;
	transform: none;
	box-shadow: none !important;
}

.arsatar-stat-card__icon {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	flex-shrink: 0;
}

.arsatar-stat-card__icon--green {
	background: #f0fdf4;
	color: #15803d;
}

.arsatar-stat-card__icon--emerald {
	background: #ecfdf5;
	color: #059669;
}

.arsatar-stat-card__icon--blue {
	background: #eff6ff;
	color: #2563eb;
}

.arsatar-stat-card__icon--amber {
	background: #fffbeb;
	color: #d97706;
}

.arsatar-stat-card__content {
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.arsatar-stat-card__num {
	font-size: 1.6rem;
	font-weight: 750;
	color: #0f172a;
	line-height: 1.1;
}

.arsatar-stat-card__num--success {
	color: #15803d;
	font-size: 1.15rem;
}

.arsatar-stat-card__num--warn {
	color: #d97706;
	font-size: 1.15rem;
}

.arsatar-stat-card__label {
	font-size: 13px;
	font-weight: 650;
	color: #475569;
	margin-top: 2px;
}

.arsatar-stat-card__hint {
	font-size: 11.5px;
	color: #94a3b8;
	margin-top: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Action Cards Grid */
.arsatar-account-actions-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 8px;
}

.arsatar-action-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 24px 22px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: none !important;
}

.arsatar-action-card--primary {
	background: #f8fafc;
	border-color: #86efac;
}

.arsatar-action-card__title {
	margin: 0 0 8px;
	font-size: 1.1rem;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.35;
}

.arsatar-action-card__desc {
	margin: 0 0 18px;
	font-size: 13.5px;
	color: #64748b;
	line-height: 1.55;
}

/* My Listings Tab */
.arsatar-my-listings__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 24px;
	padding-bottom: 18px;
	border-bottom: 1px solid #f1f5f9;
}

.arsatar-my-listings {
	display: grid;
	gap: 16px;
}

.arsatar-my-listing {
	display: grid;
	grid-template-columns: 140px minmax(0, 1fr);
	gap: 20px;
	padding: 18px;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: none !important;
	transition: border-color 0.18s ease;
	align-items: center;
}

.arsatar-my-listing:hover {
	border-color: #cbd5e1;
	box-shadow: none !important;
}

.arsatar-my-listing__thumb {
	position: relative;
	width: 140px;
	height: 105px;
	border-radius: 10px;
	overflow: hidden;
	background: #f1f5f9;
	flex-shrink: 0;
}

.arsatar-my-listing__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.arsatar-my-listing__noimg {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	width: 100%;
	height: 100%;
	background: #f1f5f9;
	color: #94a3b8;
	font-size: 20px;
}

.arsatar-my-listing__noimg small {
	font-size: 11px;
}

.arsatar-my-listing__status-badge {
	position: absolute;
	top: 6px;
	left: 6px;
	font-size: 10.5px;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 6px;
	box-shadow: none !important;
}

.arsatar-my-listing__body {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.arsatar-my-listing__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.arsatar-my-listing__title {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
}

.arsatar-my-listing__title a {
	color: #0f172a !important;
	text-decoration: none !important;
	transition: color 0.15s ease;
}

.arsatar-my-listing__title a:hover {
	color: #15803d !important;
}

.arsatar-my-listing__price {
	font-size: 1.1rem;
	font-weight: 750;
	color: #15803d;
	white-space: nowrap;
}

.arsatar-my-listing__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0;
	font-size: 13px;
	color: #64748b;
}

.arsatar-my-listing__meta span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.arsatar-my-listing__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-top: 4px;
}

/* Empty State */
.arsatar-account-empty {
	text-align: center;
	padding: 48px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.arsatar-account-empty__icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #f1f5f9;
	color: #94a3b8;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	margin-bottom: 16px;
}

.arsatar-account-empty h3 {
	margin: 0 0 8px;
	font-size: 1.25rem;
	font-weight: 700;
	color: #0f172a;
}

.arsatar-account-empty p {
	margin: 0 0 20px;
	font-size: 14px;
	color: #64748b;
	max-width: 440px;
	line-height: 1.55;
}

/* Badges */
.arsatar-badge--publish {
	background: #15803d !important;
	color: #ffffff !important;
}

.arsatar-badge--pending {
	background: #d97706 !important;
	color: #ffffff !important;
}

.arsatar-badge--draft {
	background: #64748b !important;
	color: #ffffff !important;
}

.arsatar-badge--removed {
	background: #dc2626 !important;
	color: #ffffff !important;
}

.arsatar-badge--sold {
	background: #b91c1c !important;
	color: #ffffff !important;
}

.arsatar-my-listing.is-sold .arsatar-my-listing__thumb img {
	filter: grayscale(0.35);
	opacity: 0.88;
}

.arsatar-field__input--readonly {
	background: #f8fafc !important;
	color: #64748b !important;
	cursor: not-allowed !important;
	border-color: #e2e8f0 !important;
}

.arsatar-required {
	color: #dc2626;
}

body.arsatar-account-page .wd-content-area.site-content {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
}

/* =========================================================
   Responsive Breakpoints
   ========================================================= */
@media (max-width: 991px) {
	.arsatar-account {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.arsatar-account__sidebar {
		position: static;
	}

	.arsatar-account__nav {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		gap: 6px;
		padding: 8px;
	}

	/* Çıkış Yap tam genişlik — her zaman en altta tek başına */
	.arsatar-account__nav-item--logout {
		grid-column: 1 / -1 !important;
		margin-top: 2px !important;
		justify-content: center !important;
	}

	.arsatar-account-stats-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.arsatar-account-actions-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.arsatar-my-listing {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.arsatar-my-listing__thumb {
		width: 100%;
		height: 180px;
	}

	.arsatar-my-listings__head {
		flex-direction: column;
		align-items: flex-start;
	}

	.arsatar-account__nav-item {
		justify-content: flex-start !important;
		padding: 10px 12px !important;
		font-size: 13px !important;
		gap: 8px !important;
	}

	.arsatar-account__nav-item i {
		font-size: 15px;
		width: 18px;
	}

	/* Count badge sağa it */
	.arsatar-account__nav-count {
		margin-left: auto;
	}
}

.arsatar-front-parcel-manager__toolbar {
	margin-bottom: 12px;
}

.arsatar-front-parcel-table-wrap {
	overflow-x: auto;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	background: #fff;
}

.arsatar-front-parcel-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
}

.arsatar-front-parcel-table th,
.arsatar-front-parcel-table td {
	padding: 8px 10px;
	border-bottom: 1px solid #eef2f7;
	vertical-align: middle;
}

.arsatar-front-parcel-table th {
	background: #f8fafc;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #64748b;
}

.arsatar-front-parcel-remove {
	border: 0;
	background: transparent;
	color: #b91c1c;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}

.arsatar-front-parcel-empty {
	margin: 0;
	padding: 16px;
	text-align: center;
	color: #64748b;
	font-size: 13px;
}

.arsatar-front-parcel-empty.is-hidden {
	display: none;
}

.arsatar-project-live-summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 16px 0 8px;
	padding: 14px;
	border-radius: 12px;
	background: #f0fdf4;
	border: 1px solid #bbf7d0;
}

.arsatar-project-live-summary[hidden] {
	display: none !important;
}

.arsatar-project-live-summary__item {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.arsatar-project-live-summary__item span {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #64748b;
}

.arsatar-project-live-summary__item strong {
	font-size: 15px;
	font-weight: 700;
	color: #145a3d;
	line-height: 1.25;
	word-break: break-word;
}

.arsatar-project-manual-note {
	margin: 0 0 4px !important;
	font-size: 13px;
	color: #64748b;
	line-height: 1.45;
}

@media (max-width: 640px) {
	.arsatar-project-live-summary {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	/* Panel içi eşit iç boşluk */
	.arsatar-wizard__panel {
		padding: 20px 16px 0 16px;
	}

	/* Footer ve aksiyon butonları */
	.arsatar-wizard__footer {
		padding: 14px 16px 20px;
	}

	/* Devam butonu tam genişlik, sağa değil — tam */
	.arsatar-wizard__actions {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
	}

	.arsatar-wizard__actions-left,
	.arsatar-wizard__actions-right {
		width: 100%;
	}

	/* Geri butonu solda, Devam sağda — row içinde */
	.arsatar-wizard__actions-left {
		order: 2; /* Geri butonu alta */
	}

	.arsatar-wizard__actions-right {
		order: 1; /* Devam üstte */
		margin-left: 0;
	}

	.arsatar-wizard__actions .arsatar-btn {
		width: 100%;
		justify-content: center;
	}

	.arsatar-wizard__actions .arsatar-btn--primary {
		min-width: unset;
	}
}
