/* on-arte Marketplace — style frontowe (panel artysty, formularze) */

.onarte-notice {
	border: 1px solid #d8d8d8;
	border-left: 4px solid #555;
	background: #fafafa;
	padding: 14px 18px;
	margin: 16px 0;
	border-radius: 4px;
}
.onarte-notice--ok  { border-left-color: #2e7d32; background: #f1f8f1; }
.onarte-notice--err { border-left-color: #c62828; background: #fdf2f2; }

/* --- Formularze --- */
.onarte-form { max-width: 640px; }
.onarte-form p { margin: 0 0 16px; }
.onarte-form label { font-weight: 600; display: block; }
.onarte-form input[type="text"],
.onarte-form input[type="url"],
.onarte-form input[type="number"],
.onarte-form select,
.onarte-form textarea {
	width: 100%;
	padding: 9px 11px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 15px;
	box-sizing: border-box;
}
.onarte-form__row { display: flex; gap: 16px; }
.onarte-form__row > p { flex: 1; }
.onarte-form__actions { display: flex; gap: 10px; margin-top: 8px; }
.onarte-current-thumb img { border: 1px solid #eee; border-radius: 4px; margin-top: 6px; }

/* Galeria zdjęć dzieła w panelu (dodawanie/usuwanie) */
.onarte-field-label { font-weight: 600; margin-bottom: 6px; }
.onarte-images { display: flex; flex-wrap: wrap; gap: 12px; margin: 8px 0 6px; }
.onarte-image { position: relative; width: 110px; border: 1px solid #e3e3e3; border-radius: 8px; overflow: hidden; background: #f6f6f4; }
.onarte-image img { display: block; width: 100%; height: 110px; object-fit: cover; }
.onarte-image__badge { position: absolute; top: 6px; left: 6px; background: #c6f500; color: #0a0a0a; font-size: 11px; font-weight: 700; padding: 2px 7px; border-radius: 999px; }
.onarte-image__remove { display: flex; align-items: center; gap: 5px; font-size: 12px; padding: 6px 8px; cursor: pointer; }
.onarte-image__remove input { margin: 0; }
.onarte-image:has(.onarte-image__remove input:checked) { outline: 2px solid #c62828; opacity: .6; }

/* --- Panel artysty --- */
.onarte-dashboard__nav { display: flex; gap: 10px; margin-bottom: 22px; }

.onarte-stats { display: flex; gap: 14px; margin-bottom: 26px; flex-wrap: wrap; }
.onarte-stat {
	flex: 1; min-width: 120px;
	background: #f7f7f7; border: 1px solid #eaeaea; border-radius: 8px;
	padding: 16px; text-align: center;
}
.onarte-stat__num { display: block; font-size: 30px; font-weight: 700; line-height: 1.1; }
.onarte-stat span:last-child { color: #777; font-size: 13px; }

/* --- Tabela dzieł --- */
.onarte-table { width: 100%; border-collapse: collapse; }
.onarte-table th, .onarte-table td {
	text-align: left; padding: 12px 10px; border-bottom: 1px solid #eee; vertical-align: middle;
}
.onarte-table th { font-size: 12px; text-transform: uppercase; letter-spacing: .04em; color: #888; }
.onarte-reject-reason { color: #c62828; font-size: 13px; margin-top: 4px; }

.onarte-badge {
	display: inline-block; padding: 3px 10px; border-radius: 999px;
	font-size: 12px; font-weight: 600;
}
.onarte-badge--published { background: #e6f4ea; color: #1e7e34; }
.onarte-badge--pending   { background: #fff4e0; color: #b8730a; }
.onarte-badge--draft     { background: #eef0f2; color: #555; }
.onarte-badge--rejected  { background: #fdecea; color: #c62828; }

/* --- Tabela specyfikacji dzieła (karta produktu) --- */
.onarte-artwork-specs { margin: 18px 0; }
.onarte-specs-table { border-collapse: collapse; }
.onarte-specs-table th, .onarte-specs-table td { padding: 4px 0; border-bottom: 1px solid #f0f0f0; }
.onarte-curatorial h3 { font-size: 16px; }

/* Drobny reset przycisków, gdyby motyw nie stylował .button w treści */
.onarte-dashboard .button { text-decoration: none; }

/* --- Selekcje / kolekcje --- */
.onarte-collections-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 24px;
	margin: 24px 0;
}
.onarte-collection-card {
	display: block; text-decoration: none; color: inherit;
	border: 1px solid #ececec; border-radius: 10px; overflow: hidden;
	transition: box-shadow .15s ease, transform .15s ease;
	background: #fff;
}
.onarte-collection-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.10); transform: translateY(-2px); }
.onarte-collection-card__cover { aspect-ratio: 3 / 2; background: #f2f2f2; overflow: hidden; }
.onarte-collection-card__cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.onarte-collection-card__placeholder {
	display: block; width: 100%; height: 100%;
	background: linear-gradient(135deg, #eaeaea, #f7f7f7);
}
.onarte-collection-card__body { padding: 16px 18px; }
.onarte-collection-card__body h3 { margin: 0 0 4px; font-size: 19px; }
.onarte-collection-card__subtitle { margin: 0 0 8px; color: #777; font-size: 14px; }
.onarte-collection-card__count { font-size: 12px; color: #999; text-transform: uppercase; letter-spacing: .04em; }

.onarte-collection-header { margin: 0 0 28px; }
.onarte-collection-header__cover { margin-bottom: 18px; border-radius: 10px; overflow: hidden; }
.onarte-collection-header__cover img { width: 100%; height: auto; display: block; }
.onarte-collection-header__subtitle { font-size: 18px; color: #555; margin: 0 0 10px; }
.onarte-collection-header__desc { max-width: 760px; line-height: 1.6; }
