.nc-form,
.nc-status-lookup {
	max-width: 640px;
	margin: 0 auto;
}

.nc-item-preview {
	display: flex;
	gap: 1.5rem;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #e0e0e0;
}

.nc-item-image {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 4px;
	flex-shrink: 0;
}

.nc-item-title {
	margin: 0 0 0.25rem;
	font-size: 1.25rem;
}

.nc-item-category {
	margin: 0 0 0.5rem;
	color: #666;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.nc-item-description {
	margin: 0;
	color: #444;
}

.nc-field {
	margin-bottom: 1.25rem;
}

.nc-field label {
	display: block;
	margin-bottom: 0.35rem;
	font-weight: 600;
}

.nc-field .required {
	color: #c00;
}

.nc-field input[type="text"],
.nc-field input[type="email"],
.nc-field select,
.nc-field textarea {
	width: 100%;
	padding: 0.65rem 0.75rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 1rem;
	box-sizing: border-box;
}

.nc-other-field {
	margin-top: 0.75rem;
}

.nc-field-help {
	margin: 0.35rem 0 0;
	font-size: 0.875rem;
	color: #666;
}

.nc-field input[type="file"] {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.nc-submit-button {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	background: #111;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 1rem;
	cursor: pointer;
	text-decoration: none;
}

.nc-submit-button:hover {
	background: #333;
	color: #fff;
}

.nc-submit-button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.nc-form-messages {
	margin-bottom: 1rem;
}

.nc-form-messages .nc-error {
	color: #c00;
	margin: 0;
}

.nc-form-success {
	padding: 1.5rem;
	background: #f0f9f0;
	border: 1px solid #b8deb8;
	border-radius: 4px;
	color: #1a1a1a;
}

.nc-form-success__title,
.nc-form-success__message,
.nc-form-success__order-id,
.nc-form-success__actions {
	color: #1a1a1a;
	margin: 0 0 0.75rem;
}

.nc-form-success__title {
	margin-top: 0;
	font-size: 1.25rem;
}

.nc-form-success__order-id {
	margin-bottom: 1rem;
}

.nc-form-success__order-id .nc-success-order-id {
	color: #111;
	font-size: 1.1rem;
	letter-spacing: 0.02em;
}

.nc-form-success .nc-status-link {
	color: #111;
	font-weight: 600;
	text-decoration: underline;
}

.nc-form-success .nc-status-link:hover {
	color: #333;
}

.nc-form-error {
	padding: 1rem;
	background: #fff5f5;
	border: 1px solid #f5c6c6;
	border-radius: 4px;
}

.nc-status-details {
	margin: 0;
}

.nc-status-details dt {
	font-weight: 600;
	margin-top: 0.75rem;
}

.nc-status-details dd {
	margin: 0.15rem 0 0;
}

.nc-status-result .nc-status-badge {
	display: inline-block;
	padding: 0.2rem 0.6rem;
	border-radius: 3px;
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
}

.nc-status-ordered .nc-status-badge,
.nc-status-badge-ordered { background: #e8f0fe; color: #1a56db; }
.nc-status-quoted .nc-status-badge,
.nc-status-badge-quoted { background: #fef3c7; color: #92400e; }
.nc-status-paid .nc-status-badge,
.nc-status-badge-paid { background: #d1fae5; color: #065f46; }
.nc-status-complete .nc-status-badge,
.nc-status-badge-complete { background: #e5e7eb; color: #374151; }
.nc-status-declined .nc-status-badge,
.nc-status-badge-declined { background: #fee2e2; color: #991b1b; }

.nc-status-payment {
	margin-top: 1.5rem;
}

@media (max-width: 480px) {
	.nc-item-preview {
		flex-direction: column;
	}
}

/* Commission Item TOC */
.nc-item-toc__title {
	font-weight: 600;
}

.nc-item-toc__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.nc-item-toc--vertical .nc-item-toc__list {
	flex-direction: column;
	align-items: flex-start;
}

.nc-item-toc__item {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.nc-item-toc--vertical .nc-item-toc__item {
	display: block;
	width: 100%;
}

.nc-item-toc__link {
	text-decoration: none;
	display: inline-block;
}

.nc-item-toc__separator {
	display: inline-block;
	margin: 0 0.35em;
	pointer-events: none;
}

html.nc-smooth-scroll {
	scroll-behavior: smooth;
}

.nc-item-toc--empty {
	padding: 1rem;
	border: 1px dashed #ccc;
	color: #666;
}
