.material-symbols-outlined {
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.hero-gradient {
	background: #f4f7fa;
}

.clawsy-logo {
	display: block;
	width: auto;
	height: 28px;
	max-width: 90px;
	object-fit: contain;
}

.clawsy-logo-link {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	line-height: 0;
}

.clawsy-nav {
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	box-shadow: 0 20px 40px rgba(0, 102, 104, 0.08);
}

.clawsy-story-nav-link {
	padding-bottom: 0.25rem;
	color: #64748b;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	transition: color 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.clawsy-story-nav-link:hover {
	color: #006668;
	transform: scale(1.05);
}

.clawsy-story-nav-link.is-active {
	border-bottom: 2px solid #22c7d8;
	color: #006668;
}

.clawsy-story-shop-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 2rem;
	border-radius: 9999px;
	background: #2eb5e5;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	line-height: 1.5;
	box-shadow: 0 10px 15px -3px rgba(46, 181, 229, 0.26), 0 4px 6px -4px rgba(46, 181, 229, 0.26);
	transition: transform 180ms ease;
	white-space: nowrap;
}

.clawsy-story-shop-button:hover {
	transform: translateY(-0.25rem);
}

.clawsy-section-soft {
	background: #f4f7fa;
}

.clawsy-card-dinos {
	background: #b8f4f2;
}

.clawsy-card-dragons {
	background: #e7ddfb;
}

.clawsy-card-creatures {
	background: #dfe4e8;
}

.clawsy-card-ocean {
	background: #ffecd2;
}

.clawsy-hero-art {
	background: #52bdb3;
	box-shadow: 0 28px 36px rgba(44, 47, 50, 0.18);
}

.admin-bar .clawsy-nav {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .clawsy-nav {
		top: 46px;
	}
}

@media (max-width: 640px) {
	.clawsy-logo {
		height: 26px;
		max-width: 84px;
	}

	.clawsy-story-shop-button {
		padding: 0.45rem 1.2rem;
		font-size: 14px;
	}
}
