/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties {
	@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {

		*,
		:before,
		:after,
		::backdrop {
			--tw-space-y-reverse: 0;
			--tw-space-x-reverse: 0;
			--tw-border-style: solid;
			--tw-leading: initial;
			--tw-font-weight: initial;
			--tw-duration: initial;
			--tw-shadow: 0 0 #0000;
			--tw-shadow-color: initial;
			--tw-shadow-alpha: 100%;
			--tw-inset-shadow: 0 0 #0000;
			--tw-inset-shadow-color: initial;
			--tw-inset-shadow-alpha: 100%;
			--tw-ring-color: initial;
			--tw-ring-shadow: 0 0 #0000;
			--tw-inset-ring-color: initial;
			--tw-inset-ring-shadow: 0 0 #0000;
			--tw-ring-inset: initial;
			--tw-ring-offset-width: 0px;
			--tw-ring-offset-color: #fff;
			--tw-ring-offset-shadow: 0 0 #0000;
			--tw-animation-delay: 0s;
			--tw-animation-direction: normal;
			--tw-animation-duration: initial;
			--tw-animation-fill-mode: none;
			--tw-animation-iteration-count: 1;
			--tw-enter-blur: 0;
			--tw-enter-opacity: 1;
			--tw-enter-rotate: 0;
			--tw-enter-scale: 1;
			--tw-enter-translate-x: 0;
			--tw-enter-translate-y: 0;
			--tw-exit-blur: 0;
			--tw-exit-opacity: 1;
			--tw-exit-rotate: 0;
			--tw-exit-scale: 1;
			--tw-exit-translate-x: 0;
			--tw-exit-translate-y: 0
		}
	}
}

@layer theme {

	:root,
	:host {
		--font-sans: "Mukta Malar", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
		--color-red-50: oklch(97.1% .013 17.38);
		--color-red-200: oklch(88.5% .062 18.334);
		--color-red-400: oklch(70.4% .191 22.216);
		--color-red-500: oklch(63.7% .237 25.331);
		--color-red-700: oklch(50.5% .213 27.518);
		--color-green-500: oklch(72.3% .219 149.579);
		--color-blue-500: oklch(62.3% .214 259.815);
		--color-blue-600: oklch(54.6% .245 262.881);
		--color-blue-700: oklch(48.8% .243 264.376);
		--color-gray-50: oklch(98.5% .002 247.839);
		--color-gray-100: oklch(96.7% .003 264.542);
		--color-gray-200: oklch(92.8% .006 264.531);
		--color-gray-300: oklch(87.2% .01 258.338);
		--color-gray-400: oklch(70.7% .022 261.325);
		--color-gray-500: oklch(55.1% .027 264.364);
		--color-gray-600: oklch(44.6% .03 256.802);
		--color-gray-700: oklch(37.3% .034 259.733);
		--color-gray-800: oklch(27.8% .033 256.848);
		--color-gray-900: oklch(21% .034 264.665);
		--color-white: #fff;
		--spacing: .25rem;
		--container-2xl: 42rem;
		--text-xs: .75rem;
		--text-xs--line-height: calc(1 / .75);
		--text-sm: .875rem;
		--text-sm--line-height: calc(1.25 / .875);
		--text-base: 1rem;
		--text-base--line-height: calc(1.5 / 1);
		--text-lg: 1.125rem;
		--text-lg--line-height: calc(1.75 / 1.125);
		--text-xl: 1.25rem;
		--text-xl--line-height: calc(1.75 / 1.25);
		--text-2xl: 1.5rem;
		--text-2xl--line-height: calc(2 / 1.5);
		--font-weight-medium: 500;
		--font-weight-semibold: 600;
		--font-weight-bold: 700;
		--leading-normal: 1.5;
		--leading-relaxed: 1.625;
		--radius-sm: .25rem;
		--radius-md: .375rem;
		--radius-lg: .5rem;
		--radius-xl: .75rem;
		--radius-2xl: 1rem;
		--radius-3xl: 1.5rem;
		--radius-4xl: 2rem;
		--shadow-lg: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
		--animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
		--animate-bounce: bounce 1s infinite;
		--default-transition-duration: .15s;
		--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
		--default-font-family: var(--font-sans);
		--default-mono-font-family: var(--font-mono)
	}
}

@layer base {

	*,
	:after,
	:before,
	::backdrop {
		box-sizing: border-box;
		border: 0 solid;
		margin: 0;
		padding: 0
	}

	::file-selector-button {
		box-sizing: border-box;
		border: 0 solid;
		margin: 0;
		padding: 0
	}

	html,
	:host {
		-webkit-text-size-adjust: 100%;
		tab-size: 4;
		line-height: 1.5;
		font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
		font-feature-settings: var(--default-font-feature-settings, normal);
		font-variation-settings: var(--default-font-variation-settings, normal);
		-webkit-tap-highlight-color: transparent
	}

	hr {
		height: 0;
		color: inherit;
		border-top-width: 1px
	}

	abbr:where([title]) {
		-webkit-text-decoration: underline dotted;
		text-decoration: underline dotted
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: inherit;
		font-weight: inherit
	}

	a {
		color: inherit;
		-webkit-text-decoration: inherit;
		-webkit-text-decoration: inherit;
		-webkit-text-decoration: inherit;
		-webkit-text-decoration: inherit;
		text-decoration: inherit
	}

	b,
	strong {
		font-weight: bolder
	}

	code,
	kbd,
	samp,
	pre {
		font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
		font-feature-settings: var(--default-mono-font-feature-settings, normal);
		font-variation-settings: var(--default-mono-font-variation-settings, normal);
		font-size: 1em
	}

	small {
		font-size: 80%
	}

	sub,
	sup {
		vertical-align: baseline;
		font-size: 75%;
		line-height: 0;
		position: relative
	}

	sub {
		bottom: -.25em
	}

	sup {
		top: -.5em
	}

	table {
		text-indent: 0;
		border-color: inherit;
		border-collapse: collapse
	}

	:-moz-focusring {
		outline: auto
	}

	progress {
		vertical-align: baseline
	}

	summary {
		display: list-item
	}

	ol,
	ul,
	menu {
		list-style: none
	}

	img,
	svg,
	video,
	canvas,
	audio,
	iframe,
	embed,
	object {
		vertical-align: middle;
		display: block
	}

	img,
	video {
		max-width: 100%;
		height: auto
	}

	button,
	input,
	select,
	optgroup,
	textarea {
		font: inherit;
		font-feature-settings: inherit;
		font-variation-settings: inherit;
		letter-spacing: inherit;
		color: inherit;
		opacity: 1;
		background-color: #0000;
		border-radius: 0
	}

	::file-selector-button {
		font: inherit;
		font-feature-settings: inherit;
		font-variation-settings: inherit;
		letter-spacing: inherit;
		color: inherit;
		opacity: 1;
		background-color: #0000;
		border-radius: 0
	}

	:where(select:is([multiple], [size])) optgroup {
		font-weight: bolder
	}

	:where(select:is([multiple], [size])) optgroup option {
		padding-inline-start: 20px
	}

	::file-selector-button {
		margin-inline-end: 4px
	}

	::placeholder {
		opacity: 1
	}

	@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
		::placeholder {
			color: currentColor
		}

		@supports (color:color-mix(in lab, red, red)) {
			::placeholder {
				color: color-mix(in oklab, currentcolor 50%, transparent)
			}
		}
	}

	textarea {
		resize: vertical
	}

	::-webkit-search-decoration {
		-webkit-appearance: none
	}

	::-webkit-date-and-time-value {
		min-height: 1lh;
		text-align: inherit
	}

	::-webkit-datetime-edit {
		display: inline-flex
	}

	::-webkit-datetime-edit-fields-wrapper {
		padding: 0
	}

	::-webkit-datetime-edit {
		padding-block: 0
	}

	::-webkit-datetime-edit-year-field {
		padding-block: 0
	}

	::-webkit-datetime-edit-month-field {
		padding-block: 0
	}

	::-webkit-datetime-edit-day-field {
		padding-block: 0
	}

	::-webkit-datetime-edit-hour-field {
		padding-block: 0
	}

	::-webkit-datetime-edit-minute-field {
		padding-block: 0
	}

	::-webkit-datetime-edit-second-field {
		padding-block: 0
	}

	::-webkit-datetime-edit-millisecond-field {
		padding-block: 0
	}

	::-webkit-datetime-edit-meridiem-field {
		padding-block: 0
	}

	::-webkit-calendar-picker-indicator {
		line-height: 1
	}

	:-moz-ui-invalid {
		box-shadow: none
	}

	button,
	input:where([type=button], [type=reset], [type=submit]) {
		appearance: button
	}

	::file-selector-button {
		appearance: button
	}

	::-webkit-inner-spin-button {
		height: auto
	}

	::-webkit-outer-spin-button {
		height: auto
	}

	[hidden]:where(:not([hidden=until-found])) {
		display: none !important
	}
}

@layer components;

@layer utilities {
	.absolute {
		position: absolute
	}

	.fixed {
		position: fixed
	}

	.relative {
		position: relative
	}

	.top-0 {
		top: calc(var(--spacing) * 0)
	}

	.top-2 {
		top: calc(var(--spacing) * 2)
	}

	.right-2 {
		right: calc(var(--spacing) * 2)
	}

	.left-0 {
		left: calc(var(--spacing) * 0)
	}

	.z-10 {
		z-index: 10
	}

	.mx-auto {
		margin-inline: auto
	}

	.my-4 {
		margin-block: calc(var(--spacing) * 4)
	}

	.my-6 {
		margin-block: calc(var(--spacing) * 6)
	}

	.mt-2 {
		margin-top: calc(var(--spacing) * 2)
	}

	.mt-4 {
		margin-top: calc(var(--spacing) * 4)
	}

	.mt-5 {
		margin-top: calc(var(--spacing) * 5)
	}

	.mt-6 {
		margin-top: calc(var(--spacing) * 6)
	}

	.mt-8 {
		margin-top: calc(var(--spacing) * 8)
	}

	.mb-2 {
		margin-bottom: calc(var(--spacing) * 2)
	}

	.mb-3 {
		margin-bottom: calc(var(--spacing) * 3)
	}

	.mb-4 {
		margin-bottom: calc(var(--spacing) * 4)
	}

	.mb-6 {
		margin-bottom: calc(var(--spacing) * 6)
	}

	.mb-8 {
		margin-bottom: calc(var(--spacing) * 8)
	}

	.ml-2 {
		margin-left: calc(var(--spacing) * 2)
	}

	.ml-6 {
		margin-left: calc(var(--spacing) * 6)
	}

	.block {
		display: block
	}

	.flex {
		display: flex
	}

	.grid {
		display: grid
	}

	.hidden {
		display: none
	}

	.inline {
		display: inline
	}

	.table {
		display: table
	}

	.size-4 {
		width: calc(var(--spacing) * 4);
		height: calc(var(--spacing) * 4)
	}

	.h-2 {
		height: calc(var(--spacing) * 2)
	}

	.h-4 {
		height: calc(var(--spacing) * 4)
	}

	.h-auto {
		height: auto
	}

	.h-screen {
		height: 100vh
	}

	.min-h-0 {
		min-height: calc(var(--spacing) * 0)
	}

	.w-0 {
		width: calc(var(--spacing) * 0)
	}

	.w-1\/3 {
		width: 33.3333%
	}

	.w-1\/4 {
		width: 25%
	}

	.w-2 {
		width: calc(var(--spacing) * 2)
	}

	.w-64 {
		width: calc(var(--spacing) * 64)
	}

	.w-\[500px\] {
		width: 500px
	}

	.w-full {
		width: 100%
	}

	.max-w-2xl {
		max-width: var(--container-2xl)
	}

	.max-w-\[80\%\] {
		max-width: 80%
	}

	.max-w-\[100vw\] {
		max-width: 100vw
	}

	.max-w-\[300px\] {
		max-width: 300px
	}

	.max-w-full {
		max-width: 100%
	}

	.min-w-0 {
		min-width: calc(var(--spacing) * 0)
	}

	.min-w-full {
		min-width: 100%
	}

	.flex-1 {
		flex: 1
	}

	.border-collapse {
		border-collapse: collapse
	}

	.animate-bounce {
		animation: var(--animate-bounce)
	}

	.animate-pulse {
		animation: var(--animate-pulse)
	}

	.cursor-pointer {
		cursor: pointer
	}

	.list-outside {
		list-style-position: outside
	}

	.list-decimal {
		list-style-type: decimal
	}

	.list-disc {
		list-style-type: disc
	}

	.flex-col {
		flex-direction: column
	}

	.items-center {
		align-items: center
	}

	.justify-between {
		justify-content: space-between
	}

	.justify-center {
		justify-content: center
	}

	.justify-end {
		justify-content: flex-end
	}

	.justify-start {
		justify-content: flex-start
	}

	.gap-2 {
		gap: calc(var(--spacing) * 2)
	}

	.gap-3 {
		gap: calc(var(--spacing) * 3)
	}

	.gap-9 {
		gap: calc(var(--spacing) * 9)
	}

	.gap-16 {
		gap: calc(var(--spacing) * 16)
	}

	:where(.space-y-0\.5>:not(:last-child)) {
		--tw-space-y-reverse: 0;
		margin-block-start: calc(calc(var(--spacing) * .5) * var(--tw-space-y-reverse));
		margin-block-end: calc(calc(var(--spacing) * .5) * calc(1 - var(--tw-space-y-reverse)))
	}

	:where(.space-y-1>:not(:last-child)) {
		--tw-space-y-reverse: 0;
		margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
		margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)))
	}

	:where(.space-y-2>:not(:last-child)) {
		--tw-space-y-reverse: 0;
		margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
		margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))
	}

	:where(.space-y-4>:not(:last-child)) {
		--tw-space-y-reverse: 0;
		margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
		margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))
	}

	:where(.space-y-6>:not(:last-child)) {
		--tw-space-y-reverse: 0;
		margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
		margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)))
	}

	:where(.space-x-1>:not(:last-child)) {
		--tw-space-x-reverse: 0;
		margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
		margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)))
	}

	.self-stretch {
		align-self: stretch
	}

	.truncate {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden
	}

	.overflow-hidden {
		overflow: hidden
	}

	.overflow-x-auto {
		overflow-x: auto
	}

	.overflow-y-auto {
		overflow-y: auto
	}

	.rounded {
		border-radius: .25rem
	}

	.rounded-3xl {
		border-radius: var(--radius-3xl)
	}

	.rounded-full {
		border-radius: 3.40282e38px
	}

	.rounded-lg {
		border-radius: var(--radius-lg)
	}

	.rounded-md {
		border-radius: var(--radius-md)
	}

	.rounded-tl-lg {
		border-top-left-radius: var(--radius-lg)
	}

	.rounded-br-lg {
		border-bottom-right-radius: var(--radius-lg)
	}

	.border {
		border-style: var(--tw-border-style);
		border-width: 1px
	}

	.border-t {
		border-top-style: var(--tw-border-style);
		border-top-width: 1px
	}

	.border-r {
		border-right-style: var(--tw-border-style);
		border-right-width: 1px
	}

	.border-b {
		border-bottom-style: var(--tw-border-style);
		border-bottom-width: 1px
	}

	.border-l-4 {
		border-left-style: var(--tw-border-style);
		border-left-width: 4px
	}

	.border-gray-200 {
		border-color: var(--color-gray-200)
	}

	.border-gray-300 {
		border-color: var(--color-gray-300)
	}

	.border-gray-700 {
		border-color: var(--color-gray-700)
	}

	.border-red-200 {
		border-color: var(--color-red-200)
	}

	.bg-blue-500 {
		background-color: var(--color-blue-500)
	}

	.bg-blue-600 {
		background-color: var(--color-blue-600)
	}

	.bg-gray-50 {
		background-color: var(--color-gray-50)
	}

	.bg-gray-100 {
		background-color: var(--color-gray-100)
	}

	.bg-gray-200 {
		background-color: var(--color-gray-200)
	}

	.bg-gray-400 {
		background-color: var(--color-gray-400)
	}

	.bg-gray-700 {
		background-color: var(--color-gray-700)
	}

	.bg-gray-900 {
		background-color: var(--color-gray-900)
	}

	.bg-red-50 {
		background-color: var(--color-red-50)
	}

	.bg-white {
		background-color: var(--color-white)
	}

	.stroke-gray-600 {
		stroke: var(--color-gray-600)
	}

	.p-0\.5 {
		padding: calc(var(--spacing) * .5)
	}

	.p-1 {
		padding: calc(var(--spacing) * 1)
	}

	.p-1\.5 {
		padding: calc(var(--spacing) * 1.5)
	}

	.p-3 {
		padding: calc(var(--spacing) * 3)
	}

	.p-4 {
		padding: calc(var(--spacing) * 4)
	}

	.p-6 {
		padding: calc(var(--spacing) * 6)
	}

	.p-8 {
		padding: calc(var(--spacing) * 8)
	}

	.px-1\.5 {
		padding-inline: calc(var(--spacing) * 1.5)
	}

	.px-2 {
		padding-inline: calc(var(--spacing) * 2)
	}

	.px-3 {
		padding-inline: calc(var(--spacing) * 3)
	}

	.px-4 {
		padding-inline: calc(var(--spacing) * 4)
	}

	.py-0\.5 {
		padding-block: calc(var(--spacing) * .5)
	}

	.py-1 {
		padding-block: calc(var(--spacing) * 1)
	}

	.py-2 {
		padding-block: calc(var(--spacing) * 2)
	}

	.py-3 {
		padding-block: calc(var(--spacing) * 3)
	}

	.py-4 {
		padding-block: calc(var(--spacing) * 4)
	}

	.pt-8 {
		padding-top: calc(var(--spacing) * 8)
	}

	.pt-16 {
		padding-top: calc(var(--spacing) * 16)
	}

	.pb-3 {
		padding-bottom: calc(var(--spacing) * 3)
	}

	.pb-4 {
		padding-bottom: calc(var(--spacing) * 4)
	}

	.pl-4 {
		padding-left: calc(var(--spacing) * 4)
	}

	.text-center {
		text-align: center
	}

	.text-left {
		text-align: left
	}

	.font-mono {
		font-family: var(--font-mono)
	}

	.font-sans {
		font-family: var(--font-sans)
	}

	.text-2xl {
		font-size: var(--text-2xl);
		line-height: var(--tw-leading, var(--text-2xl--line-height))
	}

	.text-base {
		font-size: var(--text-base);
		line-height: var(--tw-leading, var(--text-base--line-height))
	}

	.text-lg {
		font-size: var(--text-lg);
		line-height: var(--tw-leading, var(--text-lg--line-height))
	}

	.text-sm {
		font-size: var(--text-sm);
		line-height: var(--tw-leading, var(--text-sm--line-height))
	}

	.text-xl {
		font-size: var(--text-xl);
		line-height: var(--tw-leading, var(--text-xl--line-height))
	}

	.text-xs {
		font-size: var(--text-xs);
		line-height: var(--tw-leading, var(--text-xs--line-height))
	}

	.text-\[0\.875em\] {
		font-size: .875em
	}

	.leading-6 {
		--tw-leading: calc(var(--spacing) * 6);
		line-height: calc(var(--spacing) * 6)
	}

	.leading-normal {
		--tw-leading: var(--leading-normal);
		line-height: var(--leading-normal)
	}

	.leading-relaxed {
		--tw-leading: var(--leading-relaxed);
		line-height: var(--leading-relaxed)
	}

	.font-bold {
		--tw-font-weight: var(--font-weight-bold);
		font-weight: var(--font-weight-bold)
	}

	.font-medium {
		--tw-font-weight: var(--font-weight-medium);
		font-weight: var(--font-weight-medium)
	}

	.font-semibold {
		--tw-font-weight: var(--font-weight-semibold);
		font-weight: var(--font-weight-semibold)
	}

	.whitespace-pre-wrap {
		white-space: pre-wrap
	}

	.text-blue-600 {
		color: var(--color-blue-600)
	}

	.text-blue-700 {
		color: var(--color-blue-700)
	}

	.text-gray-300 {
		color: var(--color-gray-300)
	}

	.text-gray-500 {
		color: var(--color-gray-500)
	}

	.text-gray-600 {
		color: var(--color-gray-600)
	}

	.text-gray-700 {
		color: var(--color-gray-700)
	}

	.text-gray-900 {
		color: var(--color-gray-900)
	}

	.text-green-500 {
		color: var(--color-green-500)
	}

	.text-red-500 {
		color: var(--color-red-500)
	}

	.text-red-700 {
		color: var(--color-red-700)
	}

	.text-white {
		color: var(--color-white)
	}

	.italic {
		font-style: italic
	}

	.line-through {
		text-decoration-line: line-through
	}

	.underline {
		text-decoration-line: underline
	}

	.underline-offset-2 {
		text-underline-offset: 2px
	}

	.opacity-0 {
		opacity: 0
	}

	.transition-all {
		transition-property: all;
		transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
		transition-duration: var(--tw-duration, var(--default-transition-duration))
	}

	.transition-colors {
		transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
		transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
		transition-duration: var(--tw-duration, var(--default-transition-duration))
	}

	.transition-opacity {
		transition-property: opacity;
		transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
		transition-duration: var(--tw-duration, var(--default-transition-duration))
	}

	.duration-200 {
		--tw-duration: .2s;
		transition-duration: .2s
	}

	.\[animation-delay\:0\.1s\] {
		animation-delay: .1s
	}

	.\[animation-delay\:0\.2s\] {
		animation-delay: .2s
	}

	.running {
		animation-play-state: running
	}

	@media (hover:hover) {
		.group-hover\:stroke-current:is(:where(.group):hover *) {
			stroke: currentColor
		}

		.group-hover\:opacity-100:is(:where(.group):hover *),
		.group-hover\/code\:opacity-100:is(:where(.group\/code):hover *) {
			opacity: 1
		}
	}

	.first\:mt-0:first-child {
		margin-top: calc(var(--spacing) * 0)
	}

	.last\:mb-0:last-child {
		margin-bottom: calc(var(--spacing) * 0)
	}

	.last\:border-r-0:last-child {
		border-right-style: var(--tw-border-style);
		border-right-width: 0
	}

	@media (hover:hover) {
		.hover\:bg-blue-700:hover {
			background-color: var(--color-blue-700)
		}

		.hover\:bg-gray-100:hover {
			background-color: var(--color-gray-100)
		}

		.hover\:bg-gray-200:hover {
			background-color: var(--color-gray-200)
		}

		.hover\:bg-gray-800:hover {
			background-color: var(--color-gray-800)
		}

		.hover\:text-gray-700:hover {
			color: var(--color-gray-700)
		}

		.hover\:text-red-400:hover {
			color: var(--color-red-400)
		}

		.hover\:text-red-700:hover {
			color: var(--color-red-700)
		}

		.hover\:text-white:hover {
			color: var(--color-white)
		}

		.hover\:no-underline:hover {
			text-decoration-line: none
		}

		.hover\:underline:hover {
			text-decoration-line: underline
		}
	}

	.focus\:border-transparent:focus {
		border-color: #0000
	}

	.focus\:ring-2:focus {
		--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
		box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
	}

	.focus\:ring-blue-500:focus {
		--tw-ring-color: var(--color-blue-500)
	}

	.focus\:outline-none:focus {
		--tw-outline-style: none;
		outline-style: none
	}

	.disabled\:cursor-not-allowed:disabled {
		cursor: not-allowed
	}

	.disabled\:opacity-50:disabled {
		opacity: .5
	}

	@media (prefers-color-scheme:dark) {
		.dark\:block {
			display: block
		}

		.dark\:hidden {
			display: none
		}

		.dark\:border-gray-700 {
			border-color: var(--color-gray-700)
		}

		.dark\:stroke-gray-300 {
			stroke: var(--color-gray-300)
		}

		.dark\:text-blue-500 {
			color: var(--color-blue-500)
		}

		.dark\:text-gray-200 {
			color: var(--color-gray-200)
		}
	}
}

@property --tw-animation-delay {
	syntax: "*";
	inherits: false;
	initial-value: 0s
}

@property --tw-animation-direction {
	syntax: "*";
	inherits: false;
	initial-value: normal
}

@property --tw-animation-duration {
	syntax: "*";
	inherits: false
}

@property --tw-animation-fill-mode {
	syntax: "*";
	inherits: false;
	initial-value: none
}

@property --tw-animation-iteration-count {
	syntax: "*";
	inherits: false;
	initial-value: 1
}

@property --tw-enter-blur {
	syntax: "*";
	inherits: false;
	initial-value: 0
}

@property --tw-enter-opacity {
	syntax: "*";
	inherits: false;
	initial-value: 1
}

@property --tw-enter-rotate {
	syntax: "*";
	inherits: false;
	initial-value: 0
}

@property --tw-enter-scale {
	syntax: "*";
	inherits: false;
	initial-value: 1
}

@property --tw-enter-translate-x {
	syntax: "*";
	inherits: false;
	initial-value: 0
}

@property --tw-enter-translate-y {
	syntax: "*";
	inherits: false;
	initial-value: 0
}

@property --tw-exit-blur {
	syntax: "*";
	inherits: false;
	initial-value: 0
}

@property --tw-exit-opacity {
	syntax: "*";
	inherits: false;
	initial-value: 1
}

@property --tw-exit-rotate {
	syntax: "*";
	inherits: false;
	initial-value: 0
}

@property --tw-exit-scale {
	syntax: "*";
	inherits: false;
	initial-value: 1
}

@property --tw-exit-translate-x {
	syntax: "*";
	inherits: false;
	initial-value: 0
}

@property --tw-exit-translate-y {
	syntax: "*";
	inherits: false;
	initial-value: 0
}

:root {
	--bg: #f0f4fb;
	--bg2: #e8edf6;
	--surface: #fff;
	--surface2: #f5f7fc;
	--ink: #0f1520;
	--ink2: #374151;
	--muted: #6b7280;
	--line: #dde3f0;
	--line2: #c9d3e6;
	--red: #d92b32;
	--red-light: #fff1f1;
	--red-mid: #fde8e8;
	--gold: #b87000;
	--gold-light: #fff8e6;
	--cyan: #0a7acc;
	--cyan-light: #e8f4ff;
	--green: #16a34a;
	--green-light: #ecfdf5;
	--radius: 18px;
	--shadow: 0 4px 24px #0f152014, 0 1px 4px #0f15200d;
	--shadow-lg: 0 16px 56px #0f152021, 0 2px 8px #0f152012;
	/* Share card / PNG export (schemes index) */
	--share-bg-start: #f7fbff;
	--share-bg-end: #e0f2fe;
	--share-border: #93c5fd
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

html,
body {
	min-height: 100%
}

/* Horizontal clipping on html only — `clip` avoids extra scroll containers that break
   position:sticky / vertical touch scroll on some mobile browsers vs overflow-x:hidden. */
html {
	overflow-x: clip;
}

@supports not (overflow-x: clip) {
	html {
		overflow-x: hidden;
	}
}

body {
	color: var(--ink);
	font-family: "Mukta Malar", sans-serif;
	background-color: #fef3f3;
	/* background-image:
		linear-gradient(360deg, #fff0, #fef3f336 100%),
		url("../assets/flag.webp"); */
	background-position: 0 0, center bottom;
	background-repeat: no-repeat;
	background-size: auto, 100% auto;
	/* Flag stays fixed to the viewport; gradient scrolls with the page */
	background-attachment: scroll, fixed;
}

@media (max-width: 768px) {
	body {
		background-image: linear-gradient(360deg, #fff0, #fef3f336 100%);
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: auto;
		background-attachment: scroll;
		overflow-x: hidden;
	}
}

.manifesto-app,
.wrap {
	--wrap-pad-x: 18px;
	max-width: 1240px;
	margin: 0 auto;
	padding: 20px var(--wrap-pad-x) 52px;
	/* Let the page scroll vertically on narrow devices; min-width:0 avoids flex blowout */
	min-width: 0;
}

.site-topbar-row {
	position: -webkit-sticky;
	position: sticky;
	top: 10px;
	z-index: 5000;
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	flex-wrap: nowrap;
}

.site-topbar-group {
	--topbar-logo-size: 52px;
	flex: 1 1 auto;
	min-width: 0;
	overflow: visible;
	border: 1px solid var(--line);
	/* no backdrop-filter: it creates a containing block and traps theme FAB position:fixed inside the header */
	box-shadow: var(--shadow);
	background: #ffffffe6;
	border-radius: 16px;
	padding: 12px 20px;
	display: block;
}

.topbar {
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	display: flex;
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.topbar__cluster {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 10px;
	overflow: visible;
}

.topbar__cluster .live_video {
	flex-shrink: 0;
	line-height: 0;
	align-self: center;
}

.topbar__cluster .live_video a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 10px;
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.topbar__cluster .live_video a:hover {
	opacity: 0.92;
}

.topbar__cluster .live_video .live_stream {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.brand {
	color: var(--ink);
	align-items: center;
	gap: 10px;
	font-family: "Mukta Malar", sans-serif;
	font-size: 2rem;
	font-weight: 800;
	display: flex
}

.brand-badge {
	/* background: linear-gradient(135deg, var(--red) 0%, #a8181e 100%);
	border-radius: 10px; */
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	width: var(--topbar-logo-size);
	height: var(--topbar-logo-size);
	flex-shrink: 0;
	font-size: 15px;
	display: flex;
	/* box-shadow: 0 4px 14px #d92b3247 */
}

.brand-badge__link {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
	border-radius: 10px;
	transition: opacity 0.18s ease;
}

.brand-badge__link:hover {
	opacity: 0.9;
}

.brand-badge img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain
}

.brand__text-link {
	color: inherit;
	text-decoration: none;
	min-width: 0;
	line-height: 1.25;
	transition: opacity 0.18s ease;
}

.brand__text-link:hover {
	opacity: 0.88;
}

.brand>span,
.brand .brand-text {
	min-width: 0;
	line-height: 1.25
}

.dmkitwing-btn {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: var(--topbar-logo-size);
	height: var(--topbar-logo-size);
	line-height: 0
}

.dmkitwing-btn img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain
}

.dmkitwing-btn img.dmkit_wing_logo {
	width: 24px;
	height: auto;
	max-height: var(--topbar-logo-size);
	object-fit: contain
}

a.dmkitwing-btn {
	text-decoration: none;
	border-radius: 10px;
	padding: 0;
	transition: opacity .18s, background .18s
}

a.dmkitwing-btn:hover {
	opacity: .92;
	/* background: #f8fafc */
}

.top-links {
	flex: 1 1 auto;
	min-width: 0;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	gap: 10px;
	display: flex;
	overflow: visible;
}

/* Mobile drawer only — keep Menu / close row out of desktop horizontal nav */
.topbar-nav-drawer-head {
	display: none;
}

.topbar__cluster .theme-switch {
	align-self: center;
	flex-shrink: 0;
}

.topbar > .dmkitwing-btn {
	flex-shrink: 0;
}

/* சாதனைகள்: dropdown → schemes.php + மாவட்ட வாரியாக */
.nav-dropdown {
	position: relative;
	display: inline-flex;
	align-items: stretch;
	overflow: visible;
	z-index: 2;
}

/* Split: main link → schemes page; caret button → dropdown only */
.nav-dropdown__split {
	display: inline-flex;
	align-items: stretch;
	border: 1px solid var(--line2);
	border-radius: 14px;
	background: var(--surface2);
	overflow: hidden;
	font-size: 0.77rem;
	font-weight: 600;
	font-family: "Mukta Malar", sans-serif;
}

.nav-dropdown__main {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	text-decoration: none;
	color: var(--ink);
	background: transparent;
	border: none;
	white-space: nowrap;
}

.nav-dropdown__main:hover {
	background: var(--red-light);
	color: var(--red);
}

.nav-dropdown__split.pill-active .nav-dropdown__main {
	color: #fff !important;
}

.nav-dropdown__split.pill-active .nav-dropdown__main:hover {
	color: #fff !important;
	background: transparent;
}

.nav-dropdown__toggle.nav-dropdown__toggle--caret {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	min-width: 36px;
	padding: 6px 10px;
	margin: 0;
	cursor: pointer;
	font: inherit;
	font-size: 0.77rem;
	font-weight: 600;
	font-family: "Mukta Malar", sans-serif;
	color: var(--ink);
	background: transparent;
	border: none;
	border-left: 1px solid var(--line2);
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}

.nav-dropdown__toggle.nav-dropdown__toggle--caret:hover {
	background: var(--red-light);
	color: var(--red);
}

.nav-dropdown__split.pill-active .nav-dropdown__toggle--caret {
	color: #fff !important;
	border-left-color: rgba(255, 255, 255, 0.35);
}

.nav-dropdown__split.pill-active .nav-dropdown__toggle--caret:hover {
	color: #fff !important;
	background: rgba(255, 255, 255, 0.12);
}

.nav-dropdown__toggle {
	gap: 6px;
	cursor: pointer;
	font: inherit;
}

.nav-dropdown__caret {
	display: inline-block;
	font-size: 20px;
	color: #000;
	line-height: 1;
	opacity: 0.85;
	transition: transform 0.2s ease;
}

.nav-dropdown--open .nav-dropdown__caret {
	transform: rotate(-180deg);
}

/* Beats Tailwind preflight [hidden]{display:none!important} if attribute lingers; keeps menu visible when open */
.nav-dropdown--open .nav-dropdown__menu {
	display: block !important;
}

.nav-dropdown__menu {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	min-width: 160px;
	margin: 0;
	padding: 6px;
	list-style: none;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: 12px;
	box-shadow: var(--shadow-lg);
	z-index: 10000;
}

.nav-dropdown__link {
	display: block;
	padding: 10px 12px;
	border-radius: 8px;
	text-decoration: none;
	color: var(--ink);
	font-size: 0.85rem;
	font-weight: 600;
	font-family: "Mukta Malar", sans-serif;
}

.nav-dropdown__link:hover {
	background: var(--surface2);
	color: var(--red);
}

.nav-dropdown__link--current {
	background: var(--red-light);
	color: var(--red);
	font-weight: 700;
}

html[data-theme="dark"] .nav-dropdown__link--current {
	background: var(--red-mid);
	color: #fecaca;
}

.pill {
	border: 1px solid var(--line2);
	color: var(--muted);
	background: var(--surface2);
	border-radius: 14px;
	padding: 6px 12px;
	font-size: .77rem;
	font-weight: 600
}

a.pill,
button.pill {
	text-decoration: none;
	color: inherit;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

button.pill {
	appearance: none;
	-webkit-appearance: none;
	border-style: solid;
	border-width: 1px;
	border-color: var(--line2);
	background: var(--surface2);
	border-radius: 14px;
	padding: 6px 12px;
	font-size: 0.77rem;
	font-weight: 600;
	font-family: "Mukta Malar", sans-serif;
}

button.pill:hover {
	border-color: var(--red);
	color: var(--red);
	background: var(--red-light);
}

button.pill.pill-active:hover {
	color: #fff !important;
	background: var(--red);
	border-color: var(--red);
}

a.pill:hover {
	border-color: var(--red);
	color: var(--red);
	background: var(--red-light)
}

.pill-active,
.nav-dropdown__split.pill-active {
	background: var(--red);
	color: #fff !important;
	border-color: var(--red);
}

a.pill.pill-active:hover {
	color: #fff !important;
	background: var(--red);
	border-color: var(--red)
}

.lang-toggle {
	border: 1.5px solid var(--line2);
	background: var(--surface2);
	border-radius: 999px;
	align-items: center;
	align-self: center;
	display: flex;
	overflow: hidden
}

.lang-btn {
	color: var(--muted);
	cursor: pointer;
	background: 0 0;
	border: none;
	padding: 6px 14px;
	font-family: "Mukta Malar", sans-serif;
	font-size: .78rem;
	font-weight: 700;
	transition: all .18s
}

.lang-btn.active {
	background: var(--red);
	color: #fff
}

.lang-btn:hover:not(.active) {
	background: var(--red-mid);
	color: var(--red)
}

.lang-divider {
	background: var(--line2);
	width: 1px;
	height: 18px
}

.topbar__menu-btn {
	display: none;
	flex-shrink: 0;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid var(--line2);
	cursor: pointer;
	background: var(--surface2);
	border-radius: 12px;
	align-items: center;
	transition: border-color .18s, background .18s
}

.topbar__menu-btn:hover {
	border-color: var(--red);
	background: var(--red-light)
}

.topbar__menu-bar {
	display: block;
	width: 15px;
	height: 1px;
	background: var(--ink);
	border-radius: 1px;
	transition: transform .2s ease, opacity .2s ease
}

.topbar--nav-open .topbar__menu-bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg)
}

.topbar--nav-open .topbar__menu-bar:nth-child(2) {
	opacity: 0
}

.topbar--nav-open .topbar__menu-bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg)
}

@media (width<=768px) {
	.site-topbar-row {
		flex-wrap: nowrap;
		align-items: center;
		gap: 8px;
		margin-bottom: 16px;
		/* Pin to viewport top; iOS Safari needs -webkit-sticky (set on base .site-topbar-row too) */
		top: 0;
		/* Stay within .wrap width — negative margins + wider row caused scrollWidth > 100vw on
		   many phones and broke vertical scrolling / hid content below the header */
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		box-sizing: border-box;
	}

	.site-topbar-group {
		background: #fff;
		border-radius: 16px 16px 16px 16px;
	}

	.topbar {
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		gap: 8px;
	}

	.brand {
		min-width: 0;
		flex: 1 1 0;
		overflow: visible;
		align-items: center;
	}

	/* Hashtag: avoid overflow-wrap:anywhere (breaks mid-word like #Vote / ForD / MK) */
	.brand__text-link {
		flex: 1 1 auto;
		min-width: 0;
		overflow: visible;
		white-space: normal;
		overflow-wrap: break-word;
		word-break: normal;
		line-height: 1.2;
	}

	/* Menu open: one line + slightly smaller type (avoids #Vote / ForD / MK style breaks) */
	.topbar--nav-open .brand__text-link {
		white-space: nowrap;
		overflow-wrap: normal;
		word-break: normal;
		font-size: clamp(0.72rem, 3.05vw, 1rem);
	}

	.topbar__menu-btn {
		display: inline-flex
	}

	/* Mobile collapsed: hide nav pills only; LIVE stays in .topbar__cluster (theme = fixed FAB in site-components) */
	.topbar:not(.topbar--nav-open) .topbar__cluster {
		flex: 0 0 auto;
		flex-wrap: nowrap;
		min-width: 0;
		gap: 6px;
		margin-inline-start: 4px;
		touch-action: manipulation;
	}

	.topbar:not(.topbar--nav-open) .top-links {
		display: flex !important;
		flex: 0 0 0;
		flex-wrap: nowrap;
		min-width: 0;
		width: 0;
		overflow: hidden;
		justify-content: flex-end;
		align-items: center;
		position: static;
		padding: 0;
		margin: 0;
		background: transparent;
		border: none;
		box-shadow: none;
		gap: 0;
	}

	.topbar:not(.topbar--nav-open) .top-links > * {
		display: none !important;
	}

	.topbar__cluster .live_video .live_stream {
		width: 32px;
		height: 32px;
	}

	.topbar-nav-backdrop {
		position: fixed;
		inset: 0;
		z-index: 10050;
		background: rgba(15, 21, 32, 0.48);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition:
			opacity 0.28s ease,
			visibility 0.28s ease;
	}

	body.topbar-nav-open .topbar-nav-backdrop {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	@keyframes topbarNavDrawerIn {
		from {
			transform: translate3d(100%, 0, 0);
		}

		to {
			transform: translate3d(0, 0, 0);
		}
	}

	/* Full-height right drawer — no JS top offset (avoids huge gap / mid-scroll bugs) */
	.topbar--nav-open .top-links {
		display: flex !important;
		flex-direction: column;
		align-items: stretch;
		flex-wrap: nowrap;
		justify-content: flex-start;
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: auto;
		width: min(100% - 10px, 360px);
		max-width: 92vw;
		z-index: 10100;
		margin: 0;
		padding: max(12px, env(safe-area-inset-top, 0px)) max(14px, env(safe-area-inset-right, 0px)) max(16px, env(safe-area-inset-bottom, 0px)) 16px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		box-sizing: border-box;
		background: #fff;
		border: 1px solid var(--line);
		border-right: none;
		border-radius: 20px 0 0 20px;
		box-shadow: -8px 0 40px rgba(15, 21, 32, 0.18);
		animation: topbarNavDrawerIn 0.32s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	}

	.topbar-nav-drawer-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		margin: 0 0 8px;
		padding-bottom: 12px;
		border-bottom: 1px solid var(--line);
		flex-shrink: 0;
	}

	.topbar-nav-drawer-title {
		font-family: "Mukta Malar", sans-serif;
		font-weight: 800;
		font-size: 1.12rem;
		color: var(--ink);
		letter-spacing: 0.02em;
	}

	.topbar-nav-close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		margin: 0;
		padding: 0;
		border: 1px solid var(--line2);
		border-radius: 12px;
		background: var(--surface2);
		color: var(--ink);
		cursor: pointer;
		touch-action: manipulation;
		-webkit-tap-highlight-color: transparent;
		transition:
			background 0.18s ease,
			border-color 0.18s ease,
			color 0.18s ease;
	}

	.topbar-nav-close:hover {
		background: var(--red-light);
		border-color: var(--red);
		color: var(--red);
	}

	.topbar-nav-close__icon {
		display: flex;
		line-height: 0;
	}

	.topbar-nav-close__icon svg {
		display: block;
	}

	.topbar-nav-close:focus-visible {
		outline: 2px solid var(--red);
		outline-offset: 2px;
	}

	@media (prefers-reduced-motion: reduce) {
		.topbar--nav-open .top-links {
			animation: none;
			transform: none;
		}

		.topbar-nav-backdrop {
			transition: none;
		}
	}

	.topbar--nav-open .top-links .pill {
		text-align: center;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 14px
	}

	.topbar--nav-open .nav-dropdown {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}

	.topbar--nav-open .nav-dropdown__split {
		width: 100%;
		box-sizing: border-box;
	}

	.topbar--nav-open .nav-dropdown__main {
		flex: 1;
		justify-content: center;
		padding: 10px 14px;
	}

	.topbar--nav-open .nav-dropdown__toggle.nav-dropdown__toggle--caret {
		min-width: 48px;
		padding: 10px 14px;
		justify-content: center;
	}

	.topbar--nav-open .nav-dropdown__toggle {
		width: auto;
		justify-content: center;
	}

	.topbar--nav-open .nav-dropdown__menu {
		position: static;
		margin-top: 8px;
		min-width: 0;
		width: 100%;
		box-shadow: none;
		border: 1px solid var(--line2);
		background: var(--surface2);
	}

	.topbar--nav-open .nav-dropdown__link {
		text-align: center;
	}

	.topbar--nav-open .top-links .lang-toggle {
		align-self: center;
		margin-top: 4px
	}

	body.topbar-nav-open {
		overflow: hidden
	}
}

@media (width<=480px) {
	.manifesto-app,
	.wrap {
		--wrap-pad-x: 12px;
		padding-left: var(--wrap-pad-x);
		padding-right: var(--wrap-pad-x)
	}

	.site-topbar-group {
		--topbar-logo-size: 44px;
		padding: 10px 12px
	}

	.topbar {
		gap: 8px
	}

	.brand {
		font-size: clamp(.82rem, 3.8vw, .95rem);
		gap: 6px
	}

	/* Slightly smaller type so full #VoteForDMK fits on narrow phones when menu closed */
	.brand__text-link {
		font-size: clamp(1rem, 4.6vw, 1.35rem)
	}

	.topbar--nav-open .brand__text-link {
		font-size: clamp(0.68rem, 2.85vw, 0.95rem);
	}
}

.hero {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	background: linear-gradient(135deg, #fff 55%, #fef3f3 100%);
	grid-template-columns: 1.3fr .7fr;
	gap: 30px;
	margin-bottom: 16px;
	padding: 34px clamp(20px, 3vw, 44px);
	display: grid;
	position: relative;
	overflow: hidden
}

.hero-deco {
	background: radial-gradient(circle, #d92b321a 0%, #0000 70%);
	border-radius: 50%;
	width: 220px;
	height: 220px;
	position: absolute;
	top: -40px;
	right: -30px
}

.hero-deco2 {
	background: radial-gradient(circle, #0a7acc12 0%, #0000 70%);
	border-radius: 50%;
	width: 140px;
	height: 140px;
	position: absolute;
	bottom: -30px;
	left: 30%
}

.kicker {
	background: var(--red-light);
	color: var(--red);
	letter-spacing: .12em;
	text-transform: uppercase;
	border-radius: 999px;
	align-items: center;
	gap: 6px;
	margin-bottom: 14px;
	padding: 6px 14px;
	font-family: "Mukta Malar", sans-serif;
	font-size: .7rem;
	font-weight: 800;
	display: inline-flex
}

.hero h1 {
	color: var(--ink);
	max-width: 20ch;
	margin-bottom: 14px;
	font-family: "Mukta Malar", sans-serif;
	font-size: clamp(1.7rem, 3.4vw, 2.8rem);
	font-weight: 800;
	line-height: 1.1
}

.hero h1 span {
	color: var(--red)
}

.hero-desc {
	color: var(--ink2);
	width: 100%;
	font-size: .95rem;
	line-height: 1.7
}

.metric-grid {
	grid-template-columns: repeat(2, 1fr);
	align-content: start;
	gap: 10px;
	display: grid
}

.metric {
	border: 1px solid var(--line);
	background: var(--surface);
	border-radius: 14px;
	padding: 14px;
	box-shadow: 0 1px 4px #0f15200a
}

.metric .label {
	color: var(--muted);
	text-transform: uppercase;
	letter-spacing: .07em;
	margin-bottom: 5px;
	font-size: .7rem;
	font-weight: 700
}

.metric .num {
	letter-spacing: .01em;
	color: var(--ink);
	font-family: "Mukta Malar", sans-serif;
	font-size: 1.25rem;
	font-weight: 800
}

.toolbar {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
	box-shadow: var(--shadow);
	gap: 12px;
	margin-bottom: 16px;
	padding: 16px;
	display: grid
}

.search-wrap {
	position: relative
}

.search-icon {
	color: var(--muted);
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 14px;
	transform: translateY(-50%)
}

.search {
	border: 1.5px solid var(--line2);
	background: var(--bg);
	width: 100%;
	color: var(--ink);
	border-radius: 12px;
	outline: none;
	padding: 11px 14px 11px 40px;
	font-family: inherit;
	font-size: .92rem;
	transition: all .2s
}

.search:focus {
	border-color: var(--red);
	box-shadow: 0 0 0 3px #d92b321a
}

.chips {
	flex-wrap: wrap;
	gap: 8px;
	display: flex
}

.chip {
	border: 1.5px solid var(--line2);
	background: var(--surface2);
	color: var(--ink2);
	cursor: pointer;
	border-radius: 999px;
	align-items: center;
	gap: 5px;
	padding: 7px 14px;
	font-size: .79rem;
	font-weight: 600;
	transition: all .18s;
	display: flex
}

.chip:hover {
	border-color: var(--red);
	color: var(--red);
	background: var(--red-light)
}

.chip.active {
	color: #fff;
	background: var(--red);
	border-color: #0000;
	box-shadow: 0 4px 14px #d92b3242
}

.grid {
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 14px;
	display: grid
}

.card {
	border: 1.5px solid var(--line);
	background: var(--surface);
	cursor: pointer;
	border-radius: 16px;
	padding: 0;
	transition: transform .2s, box-shadow .2s, border-color .2s;
	animation: .35s both fadeUp;
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 4px #0f15200d
}

.card:hover {
	box-shadow: var(--shadow-lg);
	border-color: var(--red);
	transform: translateY(-4px)
}

.card:focus {
	outline: 2px solid var(--red);
	outline-offset: 2px
}

.card-top {
	width: 100%;
	height: 4px
}

.card-body {
	padding: 16px
}

.dept-row {
	align-items: center;
	gap: 7px;
	margin-bottom: 10px;
	display: flex
}

.dept-emoji {
	border-radius: 8px;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	font-size: 1.1rem;
	display: flex
}

.dept-name {
	text-transform: uppercase;
	letter-spacing: .09em;
	color: var(--muted);
	font-size: .68rem;
	font-weight: 700
}

.card-title {
	color: var(--ink);
	margin-bottom: 13px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45
}

.card-preview {
	flex-direction: column;
	gap: 6px;
	display: flex
}

.preview-line {
	color: var(--ink2);
	gap: 6px;
	font-size: .8rem;
	line-height: 1.4;
	display: flex
}

.preview-num {
	color: var(--red);
	flex-shrink: 0;
	min-width: 20px;
	font-weight: 700
}

.preview-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.preview-more {
	color: var(--muted);
	margin-top: 2px;
	font-size: .75rem;
	font-weight: 600
}

.empty {
	border: 2px dashed var(--line2);
	text-align: center;
	color: var(--muted);
	border-radius: 14px;
	grid-column: 1/-1;
	padding: 36px;
	font-size: .9rem
}

.modal {
	z-index: 80;
	display: none;
	position: fixed;
	inset: 0
}

.modal.open {
	justify-content: center;
	align-items: flex-start;
	padding: 4vh 12px 24px;
	display: flex;
	overflow-y: auto
}

.overlay {
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	background: #080e1c7a;
	position: fixed;
	inset: 0
}

.panel {
	z-index: 2;
	border: 1.5px solid var(--line);
	background: var(--surface);
	width: min(560px, 100%);
	box-shadow: var(--shadow-lg);
	border-radius: 22px;
	flex-direction: column;
	max-height: 90vh;
	display: flex;
	position: relative;
	overflow: hidden
}

.panel-head {
	border-bottom: 1px solid var(--line);
	background: var(--surface);
	flex-shrink: 0;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 16px 20px;
	display: flex
}

.panel-head-title {
	align-items: center;
	gap: 9px;
	display: flex
}

.panel-head-emoji {
	font-size: 1.35rem;
	line-height: 1
}

.panel-head h3 {
	color: var(--ink);
	font-family: "Mukta Malar", sans-serif;
	font-size: .98rem;
	font-weight: 700
}

.close-btn {
	border: 1.5px solid var(--line2);
	background: var(--surface2);
	width: 34px;
	height: 34px;
	color: var(--ink2);
	cursor: pointer;
	border-radius: 9px;
	justify-content: center;
	align-items: center;
	font-size: 1.25rem;
	line-height: 1;
	transition: all .18s;
	display: flex
}

.close-btn:hover {
	background: var(--red-light);
	border-color: var(--red);
	color: var(--red)
}

.scheme-count-bar {
	border-bottom: 1px solid var(--line);
	flex-shrink: 0;
	padding: 10px 20px;
	font-size: .82rem
}

.scheme-list {
	flex-direction: column;
	flex: 1;
	gap: 12px;
	padding: 16px 20px;
	display: flex;
	overflow-y: auto
}

.scheme-item {
	align-items: flex-start;
	gap: 12px;
	display: flex
}

.scheme-num {
	border-radius: 8px;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	min-width: 32px;
	height: 32px;
	font-family: "Mukta Malar", sans-serif;
	font-size: .82rem;
	font-weight: 800;
	display: flex
}

.scheme-text {
	color: var(--ink2);
	padding-top: 4px;
	font-size: .9rem;
	line-height: 1.65
}

.footer {
	color: var(--muted);
	text-align: center;
	margin-top: 24px;
	font-size: .8rem
}

/* ── Schemes index (index.php): share card, actions, mini metrics, toast ── */
.schemes-index .panel {
	width: min(475px, 100%)
}

.schemes-index .grid {
	grid-template-columns: repeat(auto-fill, minmax(272px, 1fr))
}

.schemes-index .card-title {
	font-size: .98rem
}

/* Equal-height cards in a row: pin mini metrics to bottom; titles may span 1–3 lines */
.schemes-index .card {
	display: flex;
	flex-direction: column;
	height: 100%;
	box-sizing: border-box;
}

.schemes-index .card-top {
	flex-shrink: 0;
}

.schemes-index .card-body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	box-sizing: border-box;
}

.schemes-index .mini {
	margin-top: auto;
	width: 100%;
	box-sizing: border-box;
}

/* Candidate cards: same bottom-aligned mini strip (single column via .mini--district-only) */
.candidates-page .card {
	display: flex;
	flex-direction: column;
	height: 100%;
	box-sizing: border-box;
}

.candidates-page .card-top {
	flex-shrink: 0;
}

.candidates-page .card-body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	box-sizing: border-box;
}

.candidates-page .mini {
	margin-top: auto;
	width: 100%;
	box-sizing: border-box;
}

.mini {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	align-items: stretch;
}

.mini-box {
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: 9px;
	background: var(--surface2);
	min-width: 0;
	box-sizing: border-box;
}

.mini-box span {
	display: block;
	font-size: .66rem;
	color: var(--muted);
	margin-bottom: 3px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em
}

.mini-box strong {
	font-size: 26px;
	font-weight: 700;
	color: var(--ink);
	line-height: 1.2;
}

@media (max-width: 768px) {
	.mini-box {
		padding: 10px 8px;
	}
	.mini-box span {
		font-size: 0.72rem;
		margin-bottom: 4px;
	}
	.mini-box strong {
		font-size: clamp(22px, 5.8vw, 32px);
		font-weight: 800;
		line-height: 1.2;
		overflow-wrap: anywhere;
		word-break: break-word;
	}
}

.share-block {
	margin: 0;
	overflow: scroll;
}

.share-label {
	font-size: .72rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: #64748b;
	padding: 12px 20px;
	background: linear-gradient(180deg, #f8fafc, #f1f5f9);
	border-bottom: 1px solid var(--line);
	display: flex;
	align-items: center;
	gap: 6px
}

.share-preview {
	width: min(100%, 432px);
	margin: 14px auto 16px;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid var(--share-border);
	background: linear-gradient(165deg, var(--share-bg-start) 0%, var(--share-bg-end) 100%);
	box-shadow: 0 10px 24px #0f172a14;
	display: flex;
	flex-direction: column;
	color: var(--ink)
}

.sp-topline {
	height: 4px;
	background: linear-gradient(90deg, var(--red), #221f20, #ea232c)
}

.sp-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 16px 8px;
	gap: 8px
}

.sp-dept {
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: .11em;
	color: #1d4ed8;
	text-transform: uppercase
}

.sp-brand {
	font-size: .74rem;
	font-weight: 700;
	color: #1e40af;
	background: #ffffff9e;
	padding: 5px 10px;
	border-radius: 999px
}

.sp-title {
	padding: 0 16px;
	margin: 0;
	font-family: "Mukta Malar", sans-serif;
	font-size: 1.25rem;
	line-height: 1.2
}

.sp-vote-row {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 8px 16px 0;
	width: 100%
}

.sp-vote-row img {
	width: 90px;
	height: 90px;
	object-fit: contain;
	border-radius: 8px
}

.sp-vote-row span {
	font-family: "Mukta Malar", sans-serif;
	font-size: .95rem;
	font-weight: 700;
	color: #1e3a8a
}

.sp-image-wrap {
	margin: 12px 16px 0;
	border-radius: 12px;
	background: #ffffff8c;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center
}

.sp-image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain
}

.sp-image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: #64748b
}

.sp-stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	padding: 12px 16px 0
}

.sp-stat {
	background: #ffffffb3;
	border: 1px solid #bfd4ef;
	border-radius: 10px;
	padding: 8px 10px
}

.sp-stats .sp-stat:last-child {
	text-align: right
}

.sp-stat .k {
	display: block;
	font-size: .64rem;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-weight: 800;
	color: #94a3b8;
	margin-bottom: 4px
}

.sp-stat .v {
	font-family: "Mukta Malar", sans-serif;
	font-size: 1.2rem;
	font-weight: 800;
	color: #0f172a
}

.sp-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 16px 14px;
	color: #64748b;
	font-size: .68rem;
	text-align: center;
	position: relative;
	margin-top: -50px;
	z-index: 2
}

.sp-footer-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px 16px;
	width: 100%;
	margin-bottom: 0
}

.sp-footer-url {
	text-align: center;
	max-width: 100%;
	word-break: break-all
}

.action-row {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	padding: 14px 20px;
	border-top: 1px solid var(--line);
	background: linear-gradient(180deg, #f8fafc, #f1f5f9)
}

@media (max-width: 768px) {
	.action-row {
		border: 0;
		background: none;
		box-shadow: none
	}
}

.act-btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 16px;
	border-radius: 11px;
	font-size: .81rem;
	font-weight: 700;
	font-family: "Mukta Malar", sans-serif;
	cursor: pointer;
	transition: all .18s;
	border: 1.5px solid;
	white-space: nowrap;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent
}

.act-btn svg {
	width: 14px;
	height: 14px;
	flex-shrink: 0
}

.act-btn.copy-text {
	border-color: var(--line2);
	background: var(--surface);
	color: var(--ink2)
}

.act-btn.copy-text:hover {
	border-color: var(--cyan);
	color: var(--cyan);
	background: var(--cyan-light)
}

.act-btn.copy-text.done {
	border-color: var(--green);
	color: var(--green);
	background: var(--green-light)
}

.act-btn.share-candidate {
	border-color: var(--line2);
	background: var(--surface);
	color: var(--ink2)
}

.act-btn.share-candidate:hover {
	border-color: #7c3aed;
	color: #7c3aed;
	background: #f5f3ff
}

.act-btn.share-candidate.done {
	border-color: var(--green);
	color: var(--green);
	background: var(--green-light)
}

.act-btn.dl-img {
	border-color: #d92b3266;
	background: var(--red-light);
	color: var(--red)
}

.act-btn.dl-img:hover {
	background: var(--red);
	color: #fff;
	border-color: var(--red)
}

.panel-body {
	padding: 20px
}

.detail-dept-row {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	padding: 7px 14px;
	border-radius: 999px;
	background: var(--surface2);
	border: 1px solid var(--line)
}

.detail-dept-emoji {
	font-size: .95rem
}

.detail-dept-name {
	font-size: .72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .09em;
	color: var(--muted)
}

.schemes-index #detailScheme {
	font-family: "Mukta Malar", sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 16px;
	color: var(--ink)
}

.big-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-bottom: 16px
}

.big {
	border: 1.5px solid var(--line);
	border-radius: 14px;
	padding: 16px;
	background: linear-gradient(145deg, var(--surface2), var(--surface))
}

.big .k {
	display: block;
	color: var(--muted);
	font-size: .7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .09em;
	margin-bottom: 8px
}

.big .v {
	font-size: clamp(1.4rem, 3.5vw, 2rem);
	font-family: "Mukta Malar", sans-serif;
	font-weight: 800;
	color: var(--ink);
	line-height: 1.05;
	word-break: break-word
}

.note-box {
	background: var(--surface2);
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 14px 16px;
	color: var(--ink2);
	font-size: .9rem;
	line-height: 1.68
}

.toast {
	position: fixed;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%) translateY(14px);
	background: var(--ink);
	border-radius: 12px;
	padding: 10px 22px;
	font-size: .84rem;
	font-weight: 700;
	color: #fff;
	z-index: 200;
	opacity: 0;
	pointer-events: none;
	transition: opacity .22s ease, transform .22s ease;
	white-space: nowrap;
	box-shadow: var(--shadow-lg)
}

.toast.show {
	opacity: 1;
	transform: translateX(-50%) translateY(0)
}

.schemes-index .panel-body {
	display: none !important
}

@media (width<=900px) {
	.hero {
		grid-template-columns: 1fr
	}

	.metric-grid:not(.metric-grid--3) {
		grid-template-columns: repeat(4, 1fr)
	}
}

@media (width<=600px) {
	.site-topbar-row {
		flex-wrap: nowrap
	}

	.topbar {
		flex-wrap: nowrap;
		position: relative
	}

	.metric-grid:not(.metric-grid--3) {
		grid-template-columns: repeat(2, 1fr)
	}

	.hero h1 {
		font-size: 1.55rem
	}

	.grid {
		grid-template-columns: 1fr
	}

	.panel {
		max-height: 95vh
	}

	.schemes-index .big-grid {
		grid-template-columns: 1fr
	}

	.schemes-index .action-row {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"copy share"
			"dl dl";
		gap: 10px;
		padding: 12px 16px;
		justify-items: stretch;
		width: 100%;
		max-width: none;
		margin: 0;
		box-sizing: border-box;
		align-self: stretch
	}

	.schemes-index .action-row .act-btn.copy-text {
		grid-area: copy
	}

	.schemes-index .action-row .act-btn.share-candidate {
		grid-area: share
	}

	.schemes-index .action-row .act-btn.dl-img {
		grid-area: dl
	}

	.schemes-index .action-row .act-btn {
		width: 100%;
		min-width: 0;
		justify-content: center;
		box-sizing: border-box
	}

	.schemes-index .sp-footer {
		margin-top: -34px
	}
}

.back-pill {
	cursor: pointer;
	text-decoration: none;
	transition: all .18s
}

.back-pill:hover {
	border-color: var(--red);
	color: var(--red);
	background: var(--red-light)
}

.cat-hero {
	border: 1.5px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	background: linear-gradient(135deg, #fff 55%, #fef3f3 100%);
	margin-bottom: 16px;
	padding: 30px clamp(20px, 3vw, 40px);
	position: relative;
	overflow: hidden
}

.cat-hero-deco {
	border-radius: 50%;
	width: 250px;
	height: 250px;
	position: absolute;
	top: -40px;
	right: -40px
}

.cat-hero-top {
	z-index: 1;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 20px;
	display: flex;
	position: relative
}

.cat-icon-large {
	border-radius: 16px;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	font-size: 2rem;
	display: flex
}

.cat-hero-info {
	flex: 1
}

.cat-hero-num {
	text-transform: uppercase;
	letter-spacing: .12em;
	margin-bottom: 8px;
	font-family: "Mukta Malar", sans-serif;
	font-size: .72rem;
	font-weight: 800
}

.cat-hero-title {
	color: var(--ink);
	margin-bottom: 6px;
	font-family: "Mukta Malar", sans-serif;
	font-size: clamp(1.4rem, 3vw, 2.2rem);
	font-weight: 800;
	line-height: 1.15
}

.cat-hero-subtitle {
	color: var(--muted);
	font-size: 1rem;
	font-weight: 500
}

.cat-hero-stats {
	z-index: 1;
	gap: 12px;
	display: flex;
	position: relative
}

.cat-stat {
	border: 1.5px solid;
	border-radius: 14px;
	flex-direction: column;
	gap: 4px;
	padding: 14px 20px;
	display: flex
}

.cat-stat-num {
	font-family: "Mukta Malar", sans-serif;
	font-size: 1.6rem;
	font-weight: 800
}

.cat-stat-label {
	color: var(--muted);
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: .72rem;
	font-weight: 700
}

.cat-toolbar {
	margin-bottom: 16px
}

.search-results-count {
	color: var(--muted);
	padding-left: 4px;
	font-size: .82rem;
	font-weight: 600
}

.scheme-page-list {
	flex-direction: column;
	gap: 10px;
	margin-bottom: 24px;
	display: flex
}

.scheme-page-item {
	border: 1.5px solid var(--line);
	background: var(--surface);
	border-radius: 14px;
	align-items: flex-start;
	gap: 14px;
	padding: 16px 18px;
	transition: border-color .18s, box-shadow .18s;
	animation: .3s both fadeUp;
	display: flex;
	box-shadow: 0 1px 4px #0f15200a
}

.scheme-page-item:hover {
	border-color: var(--line2);
	box-shadow: var(--shadow)
}

.scheme-page-num {
	border-radius: 10px;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	min-width: 38px;
	height: 38px;
	font-family: "Mukta Malar", sans-serif;
	font-size: .88rem;
	font-weight: 800;
	display: flex
}

.scheme-page-text {
	color: var(--ink2);
	padding-top: 6px;
	font-size: .92rem;
	line-height: 1.7
}

.cat-nav {
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 16px;
	display: flex
}

.cat-nav-btn {
	color: var(--ink);
	border: 1.5px solid var(--line);
	background: var(--surface);
	border-radius: 14px;
	align-items: center;
	gap: 12px;
	max-width: 48%;
	padding: 14px 18px;
	text-decoration: none;
	transition: all .18s;
	display: flex;
	box-shadow: 0 1px 4px #0f15200a
}

.cat-nav-btn:hover {
	border-color: var(--red);
	box-shadow: var(--shadow)
}

.cat-nav-arrow {
	color: var(--red);
	flex-shrink: 0;
	font-size: 1.2rem;
	font-weight: 800
}

.cat-nav-info {
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	display: flex
}

.cat-nav-label {
	color: var(--muted);
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: .68rem;
	font-weight: 700
}

.cat-nav-name {
	color: var(--ink);
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: .85rem;
	font-weight: 700;
	overflow: hidden
}

@media (width<=600px) {
	.cat-hero-top {
		flex-direction: column;
		gap: 12px
	}

	.cat-hero-stats {
		flex-direction: row
	}

	.cat-nav {
		flex-direction: column
	}

	.cat-nav-btn {
		max-width: 100%
	}
}

@keyframes fadeUp {
	0% {
		opacity: 0;
		transform: translateY(10px)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@property --tw-space-y-reverse {
	syntax: "*";
	inherits: false;
	initial-value: 0
}

@property --tw-space-x-reverse {
	syntax: "*";
	inherits: false;
	initial-value: 0
}

@property --tw-border-style {
	syntax: "*";
	inherits: false;
	initial-value: solid
}

@property --tw-leading {
	syntax: "*";
	inherits: false
}

@property --tw-font-weight {
	syntax: "*";
	inherits: false
}

@property --tw-duration {
	syntax: "*";
	inherits: false
}

@property --tw-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 #0000
}

@property --tw-shadow-color {
	syntax: "*";
	inherits: false
}

@property --tw-shadow-alpha {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%
}

@property --tw-inset-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 #0000
}

@property --tw-inset-shadow-color {
	syntax: "*";
	inherits: false
}

@property --tw-inset-shadow-alpha {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%
}

@property --tw-ring-color {
	syntax: "*";
	inherits: false
}

@property --tw-ring-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 #0000
}

@property --tw-inset-ring-color {
	syntax: "*";
	inherits: false
}

@property --tw-inset-ring-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 #0000
}

@property --tw-ring-inset {
	syntax: "*";
	inherits: false
}

@property --tw-ring-offset-width {
	syntax: "<length>";
	inherits: false;
	initial-value: 0
}

@property --tw-ring-offset-color {
	syntax: "*";
	inherits: false;
	initial-value: #fff
}

@property --tw-ring-offset-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 #0000
}

@keyframes pulse {
	50% {
		opacity: .5
	}
}

@keyframes bounce {

	0%,
	to {
		animation-timing-function: cubic-bezier(.8, 0, 1, 1);
		transform: translateY(-25%)
	}

	50% {
		animation-timing-function: cubic-bezier(0, 0, .2, 1);
		transform: none
	}
}