.__manus__-space-editor-highlight {
	outline: rgb(0, 129, 242) dashed 1px;
	cursor: pointer;
	border-radius: 12px;
}

.__manus__virtual-text-node.__manus__-space-editor-highlight {
	outline: none;
	text-decoration: underline;
	border-radius: unset;
}

.__manus__only-text-node {
	text-decoration: underline;
	border-radius: 12px;
	outline: rgb(0, 129, 242) dashed 1px;
	cursor: pointer !important;
}

.__manus__text-node-active {
	border-radius: 6px;
	outline: rgb(0, 129, 242) solid 1px;
	background: rgba(0, 129, 242, 0.08);
	text-decoration: none;
}

body.__manus__edit-mode-active * {
	cursor: default;
}

body.__manus__edit-mode-active .__manus__virtual-text-node,
body.__manus__edit-mode-active .__manus__-space-editor-highlight {
	cursor: pointer;
}

.__manus__hidden {
	opacity: 0;
}

.clr-picker {
	display: none;
	flex-wrap: wrap;
	position: absolute;
	width: 200px;
	z-index: 1000;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	justify-content: flex-end;
	direction: ltr;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px, rgba(0, 0, 0, 0.1) 0px 5px 20px;
	user-select: none;
}

.clr-picker.clr-open,
.clr-picker[data-inline="true"] {
	display: flex;
}

.clr-picker[data-inline="true"] {
	position: relative;
}

.clr-gradient {
	position: relative;
	width: 100%;
	height: 100px;
	margin-bottom: 15px;
	border-radius: 3px 3px 0px 0px;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0)), linear-gradient(90deg, rgb(255, 255, 255), currentcolor);
	cursor: pointer;
}

.clr-marker {
	position: absolute;
	width: 12px;
	height: 12px;
	margin: -6px 0px 0px -6px;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 50%;
	background-color: currentcolor;
	cursor: pointer;
}

.clr-picker input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 16px;
}

.clr-picker input[type="range"]::-webkit-slider-thumb {
	width: 16px;
	height: 16px;
	appearance: none;
}

.clr-hue {
	background-image: linear-gradient(to right, rgb(255, 0, 0) 0%, rgb(255, 255, 0) 16.66%, rgb(0, 255, 0) 33.33%, rgb(0, 255, 255) 50%, rgb(0, 0, 255) 66.66%, rgb(255, 0, 255) 83.33%, rgb(255, 0, 0) 100%);
}

.clr-hue,
.clr-alpha {
	position: relative;
	width: calc(100% - 40px);
	height: 8px;
	margin: 5px 20px;
	border-radius: 4px;
}

.clr-alpha span {
	display: block;
	height: 100%;
	width: 100%;
	border-radius: inherit;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), currentcolor);
}

.clr-hue input[type="range"],
.clr-alpha input[type="range"] {
	position: absolute;
	width: calc(100% + 32px);
	height: 16px;
	left: -16px;
	top: -4px;
	margin: 0px;
	background-color: transparent;
	opacity: 0;
	cursor: pointer;
	appearance: none;
}

.clr-hue div,
.clr-alpha div {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0px;
	top: 50%;
	margin-left: -8px;
	transform: translateY(-50%);
	border: 2px solid rgb(255, 255, 255);
	border-radius: 50%;
	background-color: currentcolor;
	box-shadow: rgb(136, 136, 136) 0px 0px 1px;
	pointer-events: none;
}

.clr-alpha div::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	border-radius: 50%;
	background-color: currentcolor;
}

.clr-format {
	display: none;
	order: 1;
	width: calc(100% - 40px);
	margin: 0px 20px 20px;
}

.clr-segmented {
	display: flex;
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 1px solid rgb(221, 221, 221);
	border-radius: 15px;
	box-sizing: border-box;
	color: rgb(153, 153, 153);
	font-size: 12px;
}

.clr-segmented input,
.clr-segmented legend {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	left: 0px;
	top: 0px;
	opacity: 0;
	pointer-events: none;
}

.clr-segmented label {
	flex-grow: 1;
	margin: 0px;
	padding: 4px 0px;
	font-size: inherit;
	font-weight: normal;
	line-height: initial;
	text-align: center;
	cursor: pointer;
}

.clr-segmented label:first-of-type {
	border-radius: 10px 0px 0px 10px;
}

.clr-segmented label:last-of-type {
	border-radius: 0px 10px 10px 0px;
}

.clr-segmented input:checked+label {
	color: rgb(255, 255, 255);
	background-color: rgb(102, 102, 102);
}

.clr-swatches {
	order: 2;
	width: calc(100% - 32px);
	margin: 0px 16px;
}

.clr-swatches div {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 12px;
	justify-content: center;
}

.clr-swatches button {
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0px 4px 6px;
	padding: 0px;
	border: 0px;
	border-radius: 50%;
	color: inherit;
	text-indent: -1000px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.clr-swatches button::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	border-radius: inherit;
	background-color: currentcolor;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px inset;
}

input.clr-color {
	order: 1;
	width: calc(100% - 80px);
	height: 32px;
	margin: 15px 20px 20px auto;
	padding: 0px 10px;
	border: 1px solid rgb(221, 221, 221);
	border-radius: 16px;
	color: rgb(68, 68, 68);
	background-color: rgb(255, 255, 255);
	font-family: sans-serif;
	font-size: 14px;
	text-align: center;
	box-shadow: none;
}

input.clr-color:focus {
	outline: none;
	border: 1px solid rgb(30, 144, 255);
}

.clr-close,
.clr-clear {
	display: none;
	order: 2;
	height: 24px;
	margin: 0px 20px 20px;
	padding: 0px 20px;
	border: 0px;
	border-radius: 12px;
	color: rgb(255, 255, 255);
	background-color: rgb(102, 102, 102);
	font-family: inherit;
	font-size: 12px;
	font-weight: 400;
	cursor: pointer;
}

.clr-close {
	display: block;
	margin: 0px 20px 20px auto;
}

.clr-preview {
	position: relative;
	width: 32px;
	height: 32px;
	margin: 15px 0px 20px 20px;
	border-radius: 50%;
	overflow: hidden;
}

.clr-preview::before,
.clr-preview::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 50%;
}

.clr-preview::after {
	border: 0px;
	background-color: currentcolor;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px inset;
}

.clr-preview button {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 50%;
	outline-offset: -2px;
	background-color: transparent;
	text-indent: -9999px;
	cursor: pointer;
	overflow: hidden;
}

.clr-marker,
.clr-hue div,
.clr-alpha div,
.clr-color {
	box-sizing: border-box;
}

.clr-field {
	display: inline-block;
	position: relative;
	color: transparent;
}

.clr-field input {
	margin: 0px;
	direction: ltr;
}

.clr-field.clr-rtl input {
	text-align: right;
}

.clr-field button {
	position: absolute;
	width: 30px;
	height: 100%;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: inherit;
	text-indent: -1000px;
	white-space: nowrap;
	overflow: hidden;
	pointer-events: none;
}

.clr-field.clr-rtl button {
	right: auto;
	left: 0px;
}

.clr-field button::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	border-radius: inherit;
	background-color: currentcolor;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 1px inset;
}

.clr-alpha,
.clr-alpha div,
.clr-swatches button,
.clr-preview::before,
.clr-field button {
	background-image: repeating-linear-gradient(45deg, rgb(170, 170, 170) 25%, transparent 25%, transparent 75%, rgb(170, 170, 170) 75%, rgb(170, 170, 170)), repeating-linear-gradient(45deg, rgb(170, 170, 170) 25%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 75%, rgb(170, 170, 170) 75%, rgb(170, 170, 170));
	background-position: 0px 0px, 4px 4px;
	background-size: 8px 8px;
}

.clr-marker:focus {
	outline: none;
}

.clr-keyboard-nav .clr-marker:focus,
.clr-keyboard-nav .clr-hue input:focus+div,
.clr-keyboard-nav .clr-alpha input:focus+div,
.clr-keyboard-nav .clr-segmented input:focus+label {
	outline: none;
	box-shadow: rgb(30, 144, 255) 0px 0px 0px 2px, rgb(255, 255, 255) 0px 0px 2px 2px;
}

.clr-picker[data-alpha="false"] .clr-alpha {
	display: none;
}

.clr-picker[data-minimal="true"] {
	padding-top: 16px;
}

.clr-picker[data-minimal="true"] .clr-gradient,
.clr-picker[data-minimal="true"] .clr-hue,
.clr-picker[data-minimal="true"] .clr-alpha,
.clr-picker[data-minimal="true"] .clr-color,
.clr-picker[data-minimal="true"] .clr-preview {
	display: none;
}

.clr-dark {
	background-color: rgb(68, 68, 68);
}

.clr-dark .clr-segmented {
	border-color: rgb(119, 119, 119);
}

.clr-dark .clr-swatches button::after {
	box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 0px 1px inset;
}

.clr-dark input.clr-color {
	color: rgb(255, 255, 255);
	border-color: rgb(119, 119, 119);
	background-color: rgb(85, 85, 85);
}

.clr-dark input.clr-color:focus {
	border-color: rgb(30, 144, 255);
}

.clr-dark .clr-preview::after {
	box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 0px 1px inset;
}

.clr-dark .clr-alpha,
.clr-dark .clr-alpha div,
.clr-dark .clr-swatches button,
.clr-dark .clr-preview::before {
	background-image: repeating-linear-gradient(45deg, rgb(102, 102, 102) 25%, transparent 25%, transparent 75%, rgb(136, 136, 136) 75%, rgb(136, 136, 136)), repeating-linear-gradient(45deg, rgb(136, 136, 136) 25%, rgb(68, 68, 68) 25%, rgb(68, 68, 68) 75%, rgb(136, 136, 136) 75%, rgb(136, 136, 136));
}

.clr-picker.clr-polaroid {
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px, rgba(0, 0, 0, 0.2) 0px 5px 30px;
}

.clr-picker.clr-polaroid::before {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 10px;
	left: 20px;
	top: -10px;
	border-style: solid;
	border-color: transparent transparent currentcolor;
	border-image: initial;
	border-width: 0px 8px 10px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px -4px 3px);
	pointer-events: none;
}

.clr-picker.clr-polaroid.clr-dark::before {
	color: rgb(68, 68, 68);
}

.clr-picker.clr-polaroid.clr-left::before {
	left: auto;
	right: 20px;
}

.clr-picker.clr-polaroid.clr-top::before {
	top: auto;
	bottom: -10px;
	transform: rotateZ(180deg);
}

.clr-polaroid .clr-gradient {
	width: calc(100% - 20px);
	height: 120px;
	margin: 10px;
	border-radius: 3px;
}

.clr-polaroid .clr-hue,
.clr-polaroid .clr-alpha {
	width: calc(100% - 30px);
	height: 10px;
	margin: 6px 15px;
	border-radius: 5px;
}

.clr-polaroid .clr-hue div,
.clr-polaroid .clr-alpha div {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
}

.clr-polaroid .clr-format {
	width: calc(100% - 20px);
	margin: 0px 10px 15px;
}

.clr-polaroid .clr-swatches {
	width: calc(100% - 12px);
	margin: 0px 6px;
}

.clr-polaroid .clr-swatches div {
	padding-bottom: 10px;
}

.clr-polaroid .clr-swatches button {
	width: 22px;
	height: 22px;
}

.clr-polaroid input.clr-color {
	width: calc(100% - 60px);
	margin: 10px 10px 15px auto;
}

.clr-polaroid .clr-clear {
	margin: 0px 10px 15px;
}

.clr-polaroid .clr-close {
	margin: 0px 10px 15px auto;
}

.clr-polaroid .clr-preview {
	margin: 10px 0px 15px 10px;
}

.clr-picker.clr-large {
	width: 275px;
}

.clr-large .clr-gradient {
	height: 150px;
}

.clr-large .clr-swatches button {
	width: 22px;
	height: 22px;
}

.clr-picker.clr-pill {
	width: 380px;
	padding-left: 180px;
	box-sizing: border-box;
}

.clr-pill .clr-gradient {
	position: absolute;
	width: 180px;
	height: 100%;
	left: 0px;
	top: 0px;
	margin-bottom: 0px;
	border-radius: 3px 0px 0px 3px;
}

.clr-pill .clr-hue {
	margin-top: 20px;
}

.bg-pink-500 {
	background-color: var(--color-pink-500);
}

.bg-gray-50 {
	background-color: var(--color-gray-50);
}

.bg-blue-50 {
	background-color: var(--color-blue-50);
}

.py-16 {
	padding-block: calc(var(--spacing) * 16);
}

.max-w-7xl {
	max-width: var(--container-7xl);
}

.gap-12 {
	gap: calc(var(--spacing) * 12);
}

.bg-yellow-50 {
	background-color: var(--color-yellow-50);
}

.rounded-r-xl {
	border-top-right-radius: calc(var(--radius) + 4px);
	border-bottom-right-radius: calc(var(--radius) + 4px);
}

.border-yellow-400 {
	border-color: var(--color-yellow-400);
}

.bg-yellow-400 {
	background-color: var(--color-yellow-400);
}

.flex-shrink-0,
.shrink-0 {
	flex-shrink: 0;
}

.text-yellow-800 {
	color: var(--color-yellow-800);
}

.text-yellow-700 {
	color: var(--color-yellow-700);
}

.border-l-4 {
	border-left-style: solid;
	border-left-width: 4px;
}

.to-pink-50 {
	--tw-gradient-to: var(--color-pink-50);
	--tw-gradient-stops: *, initial, #0000 0%, #0000 100%);
}

.to-pink-600 {
	--tw-gradient-to: var(--color-pink-600);
	--tw-gradient-stops: *, initial, #0000 0%, #0000 100%);
}

.from-blue-50 {
	--tw-gradient-from: var(--color-blue-50);
	--tw-gradient-stops: *, initial, #0000 0%, #0000 100%);
}

.to-blue-400 {
	--tw-gradient-to: #60a5fa var(--tw-gradient-to-position);
	--tw-gradient-stops: *, initial, #0000 0%, #0000 100%);
}

.to-blue-600 {
	--tw-gradient-to: var(--color-blue-600);
	--tw-gradient-stops: initial;
}

.from-green-600 {
	--tw-gradient-from: var(--color-green-600);
	--tw-gradient-stops: initial;
}

.bg-yellow-300 {
	background-color: var(--color-yellow-300);
}

.bg-blue-100 {
	background-color: var(--color-blue-100);
}

.bg-green-100 {
	background-color: var(--color-green-100);
}

:root {
	--radius: 0.625rem;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	vertical-align:central;
}

	.video-container iframe, .video-container object, .video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	@layer theme {
		:root,
		:host {
			--radius: 0.625rem;
			/*--font-sans: 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-100: oklch(93.6% 0.032 17.717);
		--color-red-800: oklch(44.4% 0.177 26.899);*/
			--color-yellow-50: oklch(98.7% 0.026 102.212);
			--color-yellow-100: oklch(97.3% 0.071 103.193);
			--color-yellow-300: oklch(90.5% 0.182 98.111);
			--color-yellow-400: oklch(85.2% 0.199 91.936);
			--color-yellow-700: oklch(55.4% 0.135 66.442);
			--color-yellow-800: oklch(47.6% 0.114 61.907);
			/*--color-green-50: oklch(98.2% 0.018 155.826);*/
		--color-green-100: oklch(96.2% 0.044 156.743);
		/*--color-green-200: oklch(92.5% 0.084 155.995);
		--color-green-500: oklch(72.3% 0.219 149.579);
		--color-green-600: oklch(62.7% 0.194 149.214);
		--color-green-800: oklch(44.8% 0.119 151.328);*/
			--color-blue-50: oklch(97% 0.014 254.604);
			--color-blue-100: oklch(93.2% 0.032 255.585);
			--color-blue-200: oklch(88.2% 0.059 254.128);
			--color-blue-300: oklch(80.9% 0.105 251.813);
			--color-blue-500: oklch(62.3% 0.214 259.815);
			--color-blue-600: oklch(54.6% 0.245 262.881);
			--color-blue-800: oklch(42.4% 0.199 265.638);
			--color-pink-50: oklch(97.1% 0.014 343.198);
			--color-pink-500: oklch(65.6% 0.241 354.308);
			--color-pink-600: oklch(59.2% 0.249 0.584);
			--color-slate-50: oklch(98.4% 0.003 247.858);
			--color-gray-50: oklch(98.5% 0.002 247.839);
			--color-gray-100: oklch(96.7% 0.003 264.542);
			--color-gray-200: oklch(92.8% 0.006 264.531);
			--color-gray-400: oklch(70.7% 0.022 261.325);
			--color-gray-500: oklch(55.1% 0.027 264.364);
			--color-gray-600: oklch(44.6% 0.03 256.802);
			--color-gray-800: oklch(27.8% 0.033 256.848);
			--color-black: #000;
			--color-white: #fff;
			--spacing: 0.25rem;
			--container-sm: 24rem;
			--container-lg: 32rem;
			--container-3xl: 48rem;
			--container-7xl: 80rem;
			/*--text-xs: 0.75rem;
		--text-xs--line-height: calc(1 / 0.75);
		--text-sm: 0.875rem;
		--text-sm--line-height: calc(1.25 / 0.875);
		--text-base: 1rem;
		--text-base--line-height: 1.5;
		--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);
		--text-3xl: 1.875rem;
		--text-3xl--line-height: 1.2;
		--text-4xl: 2.25rem;
		--text-4xl--line-height: calc(2.5 / 2.25);
		--text-6xl: 3.75rem;
		--text-6xl--line-height: 1;
		--font-weight-normal: 400;
		--font-weight-medium: 500;
		--font-weight-semibold: 600;
		--font-weight-bold: 700;
		--tracking-tight: -0.025em;
		--tracking-widest: 0.1em;
		--leading-relaxed: 1.625;
		--radius-xs: 0.125rem;
		--radius-2xl: 1rem;
		--ease-in: cubic-bezier(0.4, 0, 1, 1);
		--ease-out: cubic-bezier(0, 0, 0.2, 1);
		--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
		--animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
		--blur-md: 12px;
		--aspect-video: 16/9;
		--default-transition-duration: 0.15s;
		--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		--default-font-family: var(--font-sans);
		--default-mono-font-family: var(--font-mono);
		--color-border: var(--border);*/
		}
	}