*,
*::before,
*::after {
	box-sizing: border-box;
}
html,
body {
	margin: 0;
	padding: 0;
}
body {
	font-family:
		'DM Sans',
		-apple-system,
		BlinkMacSystemFont,
		sans-serif;
	background: #ecebe7;
	color: #1a1a1a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-height: 100vh;
}
a {
	color: inherit;
	text-decoration: none;
}

.oc-wrap {
	font-family: 'DM Sans', sans-serif;
	background: #f5f3f0;
	margin: 0 auto;
	overflow: hidden;
}

/* ——— Nav ——— */
.oc-nav {
	background: #fff;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	gap: 12px;
	border-bottom: 0.5px solid #e0ddd8;
}
.oc-logo {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 14px;
	font-weight: 600;
	color: #1a1a1a;
	flex-shrink: 0;
}
.oc-logo-icon {
	width: 28px;
	height: 28px;
	border: 2px solid #5a4fcf;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.oc-search-bar {
	flex: 1;
	height: 32px;
	border: 0.5px solid #d8d4ce;
	border-radius: 20px;
	background: #f9f8f6;
	display: flex;
	align-items: center;
	padding: 0 12px;
	gap: 6px;
	font-size: 12px;
	color: #999;
}
.oc-search-bar input {
	border: 0;
	background: transparent;
	outline: none;
	width: 100%;
	font: inherit;
	color: #1a1a1a;
}
.oc-search-bar input::placeholder {
	color: #999;
}
.oc-nav-links {
	display: flex;
	gap: 16px;
	font-size: 12.5px;
	color: #555;
}
.oc-nav-cta {
	background: #5a4fcf;
	color: #fff;
	border-radius: 20px;
	padding: 6px 14px;
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap;
	transition: background 120ms ease;
}
.oc-nav-cta:hover {
	background: #4a3fb8;
}
.oc-nav-avatar {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #c8c0e8;
	flex-shrink: 0;
	display: inline-block;
	object-fit: cover;
}

/* ——— Mini hero band ——— */
.oc-hero {
	background: linear-gradient(160deg, #b8aed4 0%, #a89ec6 40%, #9d94bc 100%);
	padding: 36px 40px 32px;
}
.oc-hero-label {
	display: inline-block;
	background: rgba(255, 255, 255, 0.18);
	border: 0.5px solid rgba(255, 255, 255, 0.35);
	color: rgba(255, 255, 255, 0.92);
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	border-radius: 20px;
	padding: 4px 12px;
	margin-bottom: 16px;
}
.oc-hero-headline {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	margin: 0 0 12px;
	max-width: 520px;
	letter-spacing: -0.02em;
}
.oc-hero-sub {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.55;
	max-width: 460px;
	margin: 0 0 24px;
	font-weight: 400;
}
.oc-hero-actions {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.oc-btn-primary-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}
.oc-btn-primary {
	background: #fff;
	color: #3d34a0;
	border-radius: 24px;
	padding: 10px 22px;
	font-size: 13px;
	font-weight: 600;
	border: none;
	font-family: 'DM Sans', sans-serif;
	transition:
		transform 120ms ease,
		box-shadow 120ms ease;
	display: inline-block;
}
.oc-btn-primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(61, 52, 160, 0.18);
}
.oc-btn-micro {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.62);
	padding-left: 4px;
	letter-spacing: 0.01em;
}
.oc-btn-ghost {
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
	border: 0.5px solid rgba(255, 255, 255, 0.45);
	border-radius: 24px;
	padding: 10px 20px;
	font-size: 13px;
	font-weight: 400;
	font-family: 'DM Sans', sans-serif;
	transition: background 120ms ease;
	display: inline-block;
}
.oc-btn-ghost:hover {
	background: rgba(255, 255, 255, 0.25);
}
.oc-proof-strip {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 11.5px;
	color: rgba(255, 255, 255, 0.72);
	flex-wrap: wrap;
}
.oc-proof-sep {
	color: rgba(255, 255, 255, 0.32);
}

/* ——— Directory hero ——— */
.oc-dir-hero {
	background: #f0edf8;
	padding: 32px 40px 28px;
	text-align: center;
	border-bottom: 0.5px solid #e4dff0;
}
.oc-dir-hero h2 {
	font-size: 28px;
	font-weight: 600;
	color: #1a1830;
	margin: 0 0 10px;
	letter-spacing: -0.01em;
	font-family: 'DM Sans', sans-serif;
}
.oc-dir-trending {
	font-size: 12px;
	color: #888;
	margin-bottom: 14px;
}
.oc-dir-search {
	background: #f9f8f6;
	border: 0.5px solid #e0ddd8;
	border-radius: 28px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	gap: 8px;
	max-width: 50%;
	margin: 0 auto;
	font-size: 13px;
	color: #aaa;
}
.oc-dir-search input {
	border: 0;
	background: transparent;
	outline: none;
	flex: 1;
	font: inherit;
	color: #1a1a1a;
}
.oc-dir-search input::placeholder {
	color: #aaa;
}
.oc-dir-search-tags {
	margin-left: auto;
	display: flex;
	gap: 6px;
}
.oc-dir-search-tags span,
.oc-dir-search-tags button {
	border: none;
	cursor: pointer;
	font-size: 11px;
	color: #888;
	padding: 2px 8px;
	background: #f5f3f0;
	border-radius: 12px;
}

/* ——— Creator Directory ——— */
.oc-creator-section {
	background: #fff;
	padding: 24px 40px 24px;
	border-bottom: 0.5px solid #ebe8e2;
}
.oc-creator-header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 4px;
}
.oc-creator-title {
	font-size: 20px;
	font-weight: 600;
	color: #1a1830;
	letter-spacing: -0.01em;
	margin: 0;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: color 120ms ease;
}
.oc-creator-title:hover {
	color: #3d34a0;
}
.oc-creator-title .arrow {
	font-size: 18px;
	font-weight: 400;
	transition: transform 160ms ease;
}
.oc-creator-title:hover .arrow {
	transform: translateX(3px);
}
.oc-creator-count {
	font-size: 11.5px;
	color: #888;
	font-variant-numeric: tabular-nums;
}
.oc-creator-sub {
	font-size: 13px;
	color: #555;
	margin: 0 0 6px;
	line-height: 1.45;
}
.oc-creator-micro {
	font-size: 11px;
	font-weight: 500;
	color: #666;
	letter-spacing: 0.01em;
	margin-bottom: 16px;
}
.oc-creator-micro strong {
	color: #3d34a0;
	font-weight: 600;
}
.oc-creator-sublabel {
	font-size: 11px;
	font-weight: 700;
	color: #1a1830;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	margin-bottom: 10px;
}
.oc-creator-scroller {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
}
.oc-creator-scroll-btn {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #f5f3f0;
	border: 0.5px solid #e0ddd8;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #1a1830;
	font-size: 14px;
	transition:
		background 120ms ease,
		transform 120ms ease,
		border-color 120ms ease;
	padding: 0;
}
.oc-creator-scroll-btn:hover {
	background: #fff;
	border-color: #c8c0e8;
	transform: scale(1.05);
}
.oc-creator-scroll-btn:disabled {
	opacity: 0.35;
	cursor: default;
	transform: none;
}
.oc-creator-strip {
	flex: 1;
	display: flex;
	gap: 10px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding: 2px 0;
}
.oc-creator-strip::-webkit-scrollbar {
	display: none;
}
.oc-creator-card {
	display: flex;
	align-items: center;
	gap: 10px;
	background:
		radial-gradient(
			circle at 15% 35%,
			rgba(200, 185, 230, 0.55) 0,
			rgba(200, 185, 230, 0) 38%
		),
		radial-gradient(
			circle at 72% 70%,
			rgba(175, 150, 215, 0.48) 0,
			rgba(175, 150, 215, 0) 42%
		),
		radial-gradient(
			circle at 90% 20%,
			rgba(230, 210, 245, 0.35) 0,
			rgba(230, 210, 245, 0) 35%
		),
		radial-gradient(
			circle at 40% 85%,
			rgba(140, 115, 185, 0.38) 0,
			rgba(140, 115, 185, 0) 45%
		),
		linear-gradient(135deg, #4a3d72 0%, #3d3260 55%, #2e2650 100%);
	border: 0.5px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	padding: 10px 14px 10px 10px;
	min-width: 178px;
	flex-shrink: 0;
	transition:
		transform 140ms ease,
		box-shadow 140ms ease;
}
.oc-creator-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(61, 50, 96, 0.22);
}
.oc-creator-avatar {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 600;
	color: #fff;
	border: 0.5px solid rgba(255, 255, 255, 0.15);
	background-size: cover;
}
.oc-creator-meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.oc-creator-name {
	font-size: 10.5px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	line-height: 1.2;
}
.oc-creator-role {
	font-size: 9.5px;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.oc-creator-empty {
	color: #999;
	font-size: 12px;
	padding: 10px 0;
}

/* ——— Works grid ——— */
.oc-grid-wrap {
	background: #fff;
}
.oc-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px;
	padding: 16px 0 24px;
}
.oc-work-thumb {
	width: 100%;
	aspect-ratio: 1;
	border-radius: 6px;
	margin-bottom: 7px;
	position: relative;
}
.oc-work-count {
	position: absolute;
	bottom: 5px;
	right: 5px;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	font-size: 10px;
	border-radius: 4px;
	padding: 1px 5px;
}
.oc-work-cat {
	font-size: 10px;
	color: #5a4fcf;
	margin-bottom: 2px;
}
.oc-work-title {
	font-size: 11.5px;
	font-weight: 500;
	color: #1a1a1a;
	margin-bottom: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.oc-work-date {
	font-size: 10px;
	color: #999;
}

@media (max-width: 640px) {
	.oc-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.oc-nav-links {
		display: none;
	}
	.oc-hero-headline {
		font-size: 24px;
	}
}
