@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*! tailwindcss v4.1.3 | 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-rotate-x: rotateX(0);
 --tw-rotate-y: rotateY(0);
 --tw-rotate-z: rotateZ(0);
 --tw-skew-x: skewX(0);
 --tw-skew-y: skewY(0);
 --tw-space-y-reverse: 0;
 --tw-space-x-reverse: 0;
 --tw-border-style: solid;
 --tw-gradient-position: initial;
 --tw-gradient-from: #0000;
 --tw-gradient-via: #0000;
 --tw-gradient-to: #0000;
 --tw-gradient-stops: initial;
 --tw-gradient-via-stops: initial;
 --tw-gradient-from-position: 0%;
 --tw-gradient-via-position: 50%;
 --tw-gradient-to-position: 100%;
 --tw-leading: initial;
 --tw-font-weight: initial;
 --tw-tracking: 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-blur: initial;
 --tw-brightness: initial;
 --tw-contrast: initial;
 --tw-grayscale: initial;
 --tw-hue-rotate: initial;
 --tw-invert: initial;
 --tw-opacity: initial;
 --tw-saturate: initial;
 --tw-sepia: initial;
 --tw-drop-shadow: initial;
 --tw-drop-shadow-color: initial;
 --tw-drop-shadow-alpha: 100%;
 --tw-drop-shadow-size: initial;
 --tw-backdrop-blur: initial;
 --tw-backdrop-brightness: initial;
 --tw-backdrop-contrast: initial;
 --tw-backdrop-grayscale: initial;
 --tw-backdrop-hue-rotate: initial;
 --tw-backdrop-invert: initial;
 --tw-backdrop-opacity: initial;
 --tw-backdrop-saturate: initial;
 --tw-backdrop-sepia: initial;
 --tw-duration: initial;
 --tw-scale-x: 1;
 --tw-scale-y: 1;
 --tw-scale-z: 1;
 }
 }
}

@layer theme {
 :root, :host {
 --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-gray-50: oklch(.985 .002 247.839);
 --color-gray-100: oklch(.967 .003 264.542);
 --color-gray-200: oklch(.928 .006 264.531);
 --color-white: #fff;
 --spacing: .25rem;
 --container-3xl: 48rem;
 --container-4xl: 56rem;
 --container-6xl: 72rem;
 --text-sm: .875rem;
 --text-sm--line-height: calc(1.25 / .875);
 --text-base: 1rem;
 --text-lg: 1.125rem;
 --text-xl: 1.25rem;
 --text-2xl: 1.5rem;
 --text-4xl: 2.25rem;
 --text-6xl: 3.75rem;
 --font-weight-normal: 400;
 --font-weight-medium: 500;
 --font-weight-semibold: 600;
 --font-weight-bold: 700;
 --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
 --blur-md: 12px;
 --default-transition-duration: .15s;
 --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
 --default-font-family: var(--font-sans);
 --default-font-feature-settings: var(--font-sans--font-feature-settings);
 --default-font-variation-settings: var(--font-sans--font-variation-settings);
 --default-mono-font-family: var(--font-mono);
 --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
 --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
 }
}

@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;
 }

 body {
 line-height: inherit;
 }

 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;
 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;
 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;
 }

 :-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;
 }

 * {
 border-color: var(--border);
 outline-color: var(--ring);
 }

 @supports (color: color-mix(in lab, red, red)) {
 * {
 outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
 }
 }

 body {
 background-color: var(--background);
 color: var(--foreground);
 }

 * {
 border-color: var(--border);
 outline-color: var(--ring);
 font-family: Inter, sans-serif !important;
 }

 @supports (color: color-mix(in lab, red, red)) {
 * {
 outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
 }
 }

 body {
 background-color: var(--background);
 color: var(--foreground);
 font-family: Inter, sans-serif !important;
 }

 h1, h2, h3, h4, h5, h6, p, div, span, button, input, textarea, label, a {
 font-family: Inter, sans-serif !important;
 }

 :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
 font-size: var(--text-6xl);
 letter-spacing: -.025em;
 font-weight: 700;
 line-height: 1.1;
 font-family: Inter, sans-serif !important;
 }

 :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
 font-size: var(--text-4xl);
 letter-spacing: -.02em;
 font-weight: 700;
 line-height: 1.2;
 font-family: Inter, sans-serif !important;
 }

 :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
 font-size: var(--text-2xl);
 letter-spacing: -.015em;
 font-weight: 600;
 line-height: 1.3;
 font-family: Inter, sans-serif !important;
 }

 :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
 font-size: var(--text-xl);
 font-weight: 600;
 line-height: 1.4;
 font-family: Inter, sans-serif !important;
 }

 :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
 font-size: var(--text-lg);
 font-weight: 400;
 line-height: 1.7;
 font-family: Inter, sans-serif !important;
 }

 :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
 font-size: var(--text-base);
 font-weight: 500;
 line-height: 1.4;
 font-family: Inter, sans-serif !important;
 }

 :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
 font-size: var(--text-base);
 font-weight: 400;
 line-height: 1.4;
 font-family: Inter, sans-serif !important;
 }
}

@layer utilities {
 .pointer-events-none {
 pointer-events: none;
 }

 .absolute {
 position: absolute;
 }

 .relative {
 position: relative;
 }

 .sticky {
 position: sticky;
 }

 .inset-0 {
 inset: calc(var(--spacing) * 0);
 }

 .inset-\[-0\.5px\] {
 inset: -.5px;
 }

 .inset-\[-3\.85\%\] {
 inset: -3.85%;
 }

 .inset-\[-11\.76\%_43\.44\%_54\.98\%_-11\.11\%\] {
 inset: -11.76% 43.44% 54.98% -11.11%;
 }

 .inset-\[-115\.3\%_-45\.25\%\] {
 inset: -115.3% -45.25%;
 }

 .inset-\[20\%\] {
 inset: 20%;
 }

 .inset-\[25\%\] {
 inset: 25%;
 }

 .inset-\[27\.75\%_30\.94\%_23\.59\%_30\.94\%\] {
 inset: 27.75% 30.94% 23.59%;
 }

 .top-0 {
 top: calc(var(--spacing) * 0);
 }

 .top-\[-23\.84\%\] {
 top: -23.84%;
 }

 .top-\[10px\] {
 top: 10px;
 }

 .top-full {
 top: 100%;
 }

 .right-0 {
 right: calc(var(--spacing) * 0);
 }

 .right-\[22\.92\%\] {
 right: 22.92%;
 }

 .left-\[-3\.73\%\] {
 left: -3.73%;
 }

 .left-\[22\.92\%\] {
 left: 22.92%;
 }

 .z-10 {
 z-index: 10;
 }

 .z-50 {
 z-index: 50;
 }

 .z-\[1\] {
 z-index: 1;
 }

 .z-\[2\] {
 z-index: 2;
 }

 .order-1 {
 order: 1;
 }

 .order-2 {
 order: 2;
 }

 .mx-auto {
 margin-inline: auto;
 }

 .mt-2 {
 margin-top: calc(var(--spacing) * 2);
 }

 .mb-0 {
 margin-bottom: calc(var(--spacing) * 0);
 }

 .mb-3 {
 margin-bottom: calc(var(--spacing) * 3);
 }

 .mb-4 {
 margin-bottom: calc(var(--spacing) * 4);
 }

 .mb-10 {
 margin-bottom: calc(var(--spacing) * 10);
 }

 .mb-12 {
 margin-bottom: calc(var(--spacing) * 12);
 }

 .ml-1 {
 margin-left: calc(var(--spacing) * 1);
 }

 .box-border {
 box-sizing: border-box;
 }

 .line-clamp-2 {
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 display: -webkit-box;
 overflow: hidden;
 }

 .line-clamp-3 {
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 display: -webkit-box;
 overflow: hidden;
 }

 .block {
 display: block;
 }

 .flex {
 display: flex;
 }

 .grid {
 display: grid;
 }

 .hidden {
 display: none;
 }

 .inline-block {
 display: inline-block;
 }

 .inline-flex {
 display: inline-flex;
 }

 .aspect-\[24\/24\] {
 aspect-ratio: 24 / 24;
 }

 .aspect-\[1907\/1021\] {
 aspect-ratio: 1907 / 1021;
 }

 .size-\[16px\] {
 width: 16px;
 height: 16px;
 }

 .size-\[18px\] {
 width: 18px;
 height: 18px;
 }

 .size-\[32px\] {
 width: 32px;
 height: 32px;
 }

 .size-\[40px\] {
 width: 40px;
 height: 40px;
 }

 .size-full {
 width: 100%;
 height: 100%;
 }

 .h-5 {
 height: calc(var(--spacing) * 5);
 }

 .h-8 {
 height: calc(var(--spacing) * 8);
 }

 .h-9 {
 height: calc(var(--spacing) * 9);
 }

 .h-10 {
 height: calc(var(--spacing) * 10);
 }

 .h-12 {
 height: calc(var(--spacing) * 12);
 }

 .h-16 {
 height: calc(var(--spacing) * 16);
 }

 .h-\[10\.118px\] {
 height: 10.118px;
 }

 .h-\[14px\] {
 height: 14px;
 }

 .h-\[18px\] {
 height: 18px;
 }

 .h-\[36px\] {
 height: 36px;
 }

 .h-\[64px\] {
 height: 64px;
 }

 .h-\[120px\] {
 height: 120px;
 }

 .h-\[126\.68\%\] {
 height: 126.68%;
 }

 .h-\[480px\] {
 height: 480px;
 }

 .h-\[500px\] {
 height: 500px;
 }

 .h-\[560px\] {
 height: 560px;
 }

 .h-full {
 height: 100%;
 }

 .max-h-0 {
 max-height: calc(var(--spacing) * 0);
 }

 .max-h-96 {
 max-height: calc(var(--spacing) * 96);
 }

 .min-h-\[54px\] {
 min-height: 54px;
 }

 .min-h-px {
 min-height: 1px;
 }

 .min-h-screen {
 min-height: 100vh;
 }

 .w-5 {
 width: calc(var(--spacing) * 5);
 }

 .w-8 {
 width: calc(var(--spacing) * 8);
 }

 .w-10 {
 width: calc(var(--spacing) * 10);
 }

 .w-12 {
 width: calc(var(--spacing) * 12);
 }

 .w-16 {
 width: calc(var(--spacing) * 16);
 }

 .w-32 {
 width: calc(var(--spacing) * 32);
 }

 .w-\[2px\] {
 width: 2px;
 }

 .w-\[25\.783px\] {
 width: 25.783px;
 }

 .w-\[60px\] {
 width: 60px;
 }

 .w-\[103\.73\%\] {
 width: 103.73%;
 }

 .w-\[300px\] {
 width: 300px;
 }

 .w-\[308px\] {
 width: 308px;
 }

 .w-\[456px\] {
 width: 456px;
 }

 .w-\[min-content\] {
 width: min-content;
 }

 .w-auto {
 width: auto;
 }

 .w-fit {
 width: fit-content;
 }

.w-full {
 width: 100%;
 } 

 .max-w-3xl {
 max-width: var(--container-3xl);
 }

 .max-w-4xl {
 max-width: var(--container-4xl);
 }

 .max-w-6xl {
 max-width: var(--container-6xl);
 }

 .max-w-\[320px\] {
 max-width: 320px;
 }

 .max-w-\[350px\] {
 max-width: 350px;
 }

 .max-w-\[580px\] {
 max-width: 580px;
 }

 .max-w-none {
 max-width: none;
 }

 .min-w-\[250px\] {
 min-width: 250px;
 }

 .min-w-full {
 min-width: 100%;
 }

 .min-w-px {
 min-width: 1px;
 }

 .flex-1 {
 flex: 1;
 }

 .flex-none {
 flex: none;
 }

 .flex-shrink-0, .shrink-0 {
 flex-shrink: 0;
 }

 .grow {
 flex-grow: 1;
 }

 .basis-0 {
 flex-basis: calc(var(--spacing) * 0);
 }

 .rotate-180 {
 rotate: 180deg;
 }

 .rotate-\[326\.338deg\] {
 rotate: 326.338deg;
 }

 .transform {
 transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
 }

 .animate-pulse {
 animation: var(--animate-pulse);
 }

 .cursor-pointer {
 cursor: pointer;
 }

 .flex-col {
 flex-direction: column;
 }

 .flex-row {
 flex-direction: row;
 }

 .content-stretch {
 align-content: stretch;
 }

 .items-center {
 align-items: center;
 }

 .items-end {
 align-items: flex-end;
 }

 .items-start {
 align-items: flex-start;
 }

 .items-stretch {
 align-items: stretch;
 }

 .justify-between {
 justify-content: space-between;
 }

 .justify-center {
 justify-content: center;
 }

 .justify-end {
 justify-content: flex-end;
 }

 .gap-3 {
 gap: calc(var(--spacing) * 3);
 }

 .gap-6 {
 gap: calc(var(--spacing) * 6);
 }

 .gap-8 {
 gap: calc(var(--spacing) * 8);
 }

 .gap-\[4px\] {
 gap: 4px;
 }

 .gap-\[5px\] {
 gap: 5px;
 }

 .gap-\[6px\] {
 gap: 6px;
 }

 .gap-\[8px\] {
 gap: 8px;
 }

 .gap-\[10px\] {
 gap: 10px;
 }

 .gap-\[12px\] {
 gap: 12px;
 }

 .gap-\[16px\] {
 gap: 16px;
 }

 .gap-\[24px\] {
 gap: 24px;
 }

 :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-3 > :not(:last-child)) {
 --tw-space-y-reverse: 0;
 margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
 margin-block-end: calc(calc(var(--spacing) * 3) * 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-y-8 > :not(:last-child)) {
 --tw-space-y-reverse: 0;
 margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
 margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
 }

 :where(.space-y-12 > :not(:last-child)) {
 --tw-space-y-reverse: 0;
 margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
 margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
 }

 :where(.space-x-4 > :not(:last-child)) {
 --tw-space-x-reverse: 0;
 margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
 margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
 }

 .overflow-clip {
 overflow: clip;
 }

 .overflow-hidden {
 overflow: hidden;
 }

 .overflow-x-auto {
 overflow-x: auto;
 }

 .rounded-\[4px\] {
 border-radius: 4px;
 }

 .rounded-\[6px\] {
 border-radius: 6px;
 }

 .rounded-\[8px\] {
 border-radius: 8px;
 }

 .rounded-\[10px\] {
 border-radius: 10px;
 }

 .rounded-\[12px\] {
 border-radius: 12px;
 }

 .rounded-\[16\.5px\] {
 border-radius: 16.5px;
 }

 .rounded-\[16px\] {
 border-radius: 16px;
 }

 .rounded-\[20px\] {
 border-radius: 20px;
 }

 .rounded-\[24px\] {
 border-radius: 24px;
 }

 .rounded-\[28px\] {
 border-radius: 28px;
 }

 .rounded-\[70px\] {
 border-radius: 70px;
 }

 .rounded-\[158\.333px\] {
 border-radius: 158.333px;
 }

 .rounded-\[inherit\] {
 border-radius: inherit;
 }

 .rounded-full {
 border-radius: 3.40282e38px;
 }

 .border {
 border-style: var(--tw-border-style);
 border-width: 1px;
 }

 .border-\[0px_0px_1px\] {
 border-style: var(--tw-border-style);
 border-width: 0 0 1px;
 }

 .border-\[1\.5px\] {
 border-style: var(--tw-border-style);
 border-width: 1.5px;
 }

 .border-t {
 border-top-style: var(--tw-border-style);
 border-top-width: 1px;
 }

 .border-solid {
 --tw-border-style: solid;
 border-style: solid;
 }

 .border-\[\#354256\] {
 border-color: #354256;
 }

 .border-\[\#b975ff\] {
 border-color: #b975ff;
 }

 .border-\[\#eeeeee\] {
 border-color: #eee;
 }

 .border-\[rgba\(255\,255\,255\,0\.1\)\] {
 border-color: #ffffff1a;
 }

 .border-\[rgba\(255\,255\,255\,0\.3\)\] {
 border-color: #ffffff4d;
 }

 .border-gray-200 {
 border-color: var(--color-gray-200);
 }

 .border-white {
 border-color: var(--color-white);
 }

 .border-white\/10 {
 border-color: #ffffff1a;
 }

 @supports (color: color-mix(in lab, red, red)) {
 .border-white\/10 {
 border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
 }
 }

 .bg-\[\#1e375f\] {
 background-color: #1e375f;
 }

 .bg-\[\#1f2d43\] {
 background-color: #1f2d43;
 }

 .bg-\[\#498BFA\] {
 background-color: #498bfa;
 }

 .bg-\[\#132239\] {
 background-color: #132239;
 }

 .bg-\[\#FBD83D\] {
 background-color: #fbd83d;
 }

 .bg-\[\#f6f6f6\] {
 background-color: #f6f6f6;
 }

 .bg-\[rgba\(4\,4\,5\,0\.6\)\] {
 background-color: #04040599;
 }

 .bg-\[rgba\(255\,255\,255\,0\.3\)\] {
 background-color: #ffffff4d;
 }

 .bg-gray-50 {
 background-color: var(--color-gray-50);
 }

 .bg-gray-100 {
 background-color: var(--color-gray-100);
 }

 .bg-white {
 background-color: var(--color-white);
 }

 .bg-white\/5 {
 background-color: #ffffff0d;
 }

 @supports (color: color-mix(in lab, red, red)) {
 .bg-white\/5 {
 background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
 }
 }

 .bg-white\/10 {
 background-color: #ffffff1a;
 }

 @supports (color: color-mix(in lab, red, red)) {
 .bg-white\/10 {
 background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
 }
 }

 .bg-gradient-to-r {
 --tw-gradient-position: to right in oklab;
 background-image: linear-gradient(var(--tw-gradient-stops));
 }

 .from-\[\#00FFF2\] {
 --tw-gradient-from: #00fff2;
 --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
 }

 .from-\[\#498BFA\] {
 --tw-gradient-from: #498bfa;
 --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
 }

 .from-\[\#C635FF\] {
 --tw-gradient-from: #c635ff;
 --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
 }

 .via-\[\#6A44E8\] {
 --tw-gradient-via: #6a44e8;
 --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
 --tw-gradient-stops: var(--tw-gradient-via-stops);
 }

 .to-\[\#6A44E8\] {
 --tw-gradient-to: #6a44e8;
 --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
 }

 .to-\[\#498BFA\] {
 --tw-gradient-to: #498bfa;
 --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
 }

 .to-\[\#4288FF\] {
 --tw-gradient-to: #4288ff;
 --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
 }

 .object-contain {
 object-fit: contain;
 }

 .object-cover {
 object-fit: cover;
 }

 .p-2 {
 padding: calc(var(--spacing) * 2);
 }

 .p-4 {
 padding: calc(var(--spacing) * 4);
 }

 .p-6 {
 padding: calc(var(--spacing) * 6);
 }

 .p-\[6px\] {
 padding: 6px;
 }

 .p-\[7px\] {
 padding: 7px;
 }

 .p-\[8px\] {
 padding: 8px;
 }

 .p-\[16px\] {
 padding: 16px;
 }

 .px-0 {
 padding-inline: calc(var(--spacing) * 0);
 }

 .px-3 {
 padding-inline: calc(var(--spacing) * 3);
 }

 .px-4 {
 padding-inline: calc(var(--spacing) * 4);
 }

 .px-6 {
 padding-inline: calc(var(--spacing) * 6);
 }

 .px-8 {
 padding-inline: calc(var(--spacing) * 8);
 }

 .px-\[8px\] {
 padding-inline: 8px;
 }

 .px-\[12px\] {
 padding-inline: 12px;
 }

 .px-\[16px\] {
 padding-inline: 16px;
 }

 .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);
 }

 .py-8 {
 padding-block: calc(var(--spacing) * 8);
 }

 .py-12 {
 padding-block: calc(var(--spacing) * 12);
 }

 .py-16 {
 padding-block: calc(var(--spacing) * 16);
 }

 .py-\[6px\] {
 padding-block: 6px;
 }

 .py-\[7px\] {
 padding-block: 7px;
 }

 .py-\[8px\] {
 padding-block: 8px;
 }

 .py-\[10px\] {
 padding-block: 10px;
 }

 .py-\[24px\] {
 padding-block: 24px;
 }

 .py-\[60px\] {
 padding-block: 60px;
 }

 .pt-4 {
 padding-top: calc(var(--spacing) * 4);
 }

 .pt-20 {
 padding-top: calc(var(--spacing) * 20);
 }

 .pr-4 {
 padding-right: calc(var(--spacing) * 4);
 }

 .pr-\[6px\] {
 padding-right: 6px;
 }

 .pb-4 {
 padding-bottom: calc(var(--spacing) * 4);
 }

 .pb-8 {
 padding-bottom: calc(var(--spacing) * 8);
 }

 .pl-\[16px\] {
 padding-left: 16px;
 }

 .text-center {
 text-align: center;
 }

 .text-left {
 text-align: left;
 }

 .align-middle {
 vertical-align: middle;
 }

 .font-\[\'Inter\:Regular\'\,_sans-serif\] {
 font-family: Inter\:Regular, sans-serif;
 }

 .font-\[\'Inter\:Semi_Bold\'\,_sans-serif\] {
 font-family: Inter\:Semi Bold, sans-serif;
 }

 .font-\[\'Inter_Tight\:Medium\'\,_sans-serif\] {
 font-family: Inter Tight\:Medium, sans-serif;
 }

 .font-\[\'Inter_Tight\:Regular\'\,_sans-serif\] {
 font-family: Inter Tight\:Regular, sans-serif;
 }

 .font-\[\'Inter_Tight\:SemiBold\'\,_sans-serif\] {
 font-family: Inter Tight\:SemiBold, sans-serif;
 }

 .text-sm {
 font-size: var(--text-sm);
 line-height: var(--tw-leading, var(--text-sm--line-height));
 }

 .text-\[11px\] {
 font-size: 11px;
 }

 .text-\[13px\] {
 font-size: 13px;
 }

 .text-\[14px\] {
 font-size: 14px;
 }

 .text-\[16px\] {
 font-size: 16px;
 }

 .text-\[18px\] {
 font-size: 18px;
 }

 .text-\[19px\] {
 font-size: 19px;
 }

 .text-\[21px\] {
 font-size: 21px;
 }

 .text-\[28px\] {
 font-size: 28px;
 }

 .text-\[32px\] {
 font-size: 32px;
 }

 .leading-\[0\] {
 --tw-leading: 0;
 line-height: 0;
 }

 .leading-\[1\.5\] {
 --tw-leading: 1.5;
 line-height: 1.5;
 }

 .leading-\[16px\] {
 --tw-leading: 16px;
 line-height: 16px;
 }

 .leading-\[18px\] {
 --tw-leading: 18px;
 line-height: 18px;
 padding: 10px;
 }

 .leading-\[20px\] {
 --tw-leading: 20px;
 line-height: 20px;
 }

 .leading-\[21px\] {
 --tw-leading: 21px;
 line-height: 21px;
 }

 .leading-\[22px\] {
 --tw-leading: 22px;
 line-height: 22px;
 }

 .leading-\[24px\] {
 --tw-leading: 24px;
 line-height: 24px;
 }

 .leading-\[34px\] {
 --tw-leading: 34px;
 line-height: 34px;
 }

 .leading-\[38px\] {
 --tw-leading: 38px;
 line-height: 38px;
 }

 .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-normal {
 --tw-font-weight: var(--font-weight-normal);
 font-weight: var(--font-weight-normal);
 }

 .font-semibold {
 --tw-font-weight: var(--font-weight-semibold);
 font-weight: var(--font-weight-semibold);
 }

 .tracking-\[-0\.16px\] {
 --tw-tracking: -.16px;
 letter-spacing: -.16px;
 }

 .tracking-\[-0\.18px\] {
 --tw-tracking: -.18px;
 letter-spacing: -.18px;
 }

 .tracking-\[-0\.21px\] {
 --tw-tracking: -.21px;
 letter-spacing: -.21px;
 }

 .tracking-\[-0\.28px\] {
 --tw-tracking: -.28px;
 letter-spacing: -.28px;
 }

 .tracking-\[-0\.32px\] {
 --tw-tracking: -.32px;
 letter-spacing: -.32px;
 }

 .text-nowrap {
 text-wrap: nowrap;
 }

 .whitespace-pre {
 white-space: pre;
 }

 .text-\[\#1D1E33\] {
 color: #1d1e33;
 }

 .text-\[\#2B2B2B\], .text-\[\#2b2b2b\] {
 color: #2b2b2b;
 }

 .text-\[\#595959\] {
 color: #595959;
 }

 .text-white {
 color: var(--color-white);
 }

 .text-white\/70 {
 color: #ffffffb3;
 }

 @supports (color: color-mix(in lab, red, red)) {
 .text-white\/70 {
 color: color-mix(in oklab, var(--color-white) 70%, transparent);
 }
 }

 .text-white\/80 {
 color: #fffc;
 }

 @supports (color: color-mix(in lab, red, red)) {
 .text-white\/80 {
 color: color-mix(in oklab, var(--color-white) 80%, transparent);
 }
 }

 .text-white\/90 {
 color: #ffffffe6;
 }

 @supports (color: color-mix(in lab, red, red)) {
 .text-white\/90 {
 color: color-mix(in oklab, var(--color-white) 90%, transparent);
 }
 }

 .not-italic {
 font-style: normal;
 }

 .opacity-5 {
 opacity: .05;
 }

 .opacity-80 {
 opacity: .8;
 }

 .shadow-\[0px_0px_5px_0px_rgba\(10\,22\,65\,0\.04\)\,0px_4px_16px_0px_rgba\(16\,33\,84\,0\.1\)\] {
 --tw-shadow: 0px 0px 5px 0px var(--tw-shadow-color, #0a16410a), 0px 4px 16px 0px var(--tw-shadow-color, #1021541a);
 box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
 }

 .shadow-\[0px_8px_16px_0px_rgba\(0\,0\,0\,0\.08\)\,0px_0px_4px_0px_rgba\(0\,0\,0\,0\.04\)\] {
 --tw-shadow: 0px 8px 16px 0px var(--tw-shadow-color, #00000014), 0px 0px 4px 0px var(--tw-shadow-color, #0000000a);
 box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
 }

 .shadow-lg {
 --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
 box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
 }

 .shadow-sm {
 --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
 box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
 }

 .shadow-xl {
 --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
 box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
 }

 .filter {
 filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
 }

 .backdrop-blur-\[9px\] {
 --tw-backdrop-blur: blur(9px);
 -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
 backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
 }

 .backdrop-blur-\[11\.5px\] {
 --tw-backdrop-blur: blur(11.5px);
 -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
 backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
 }

 .backdrop-blur-md {
 --tw-backdrop-blur: blur(var(--blur-md));
 -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
 backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
 }

 .backdrop-filter {
 -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
 backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
 }

 .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));
 }

 .transition-transform {
 transition-property: transform, translate, scale, rotate;
 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;
 }

 .duration-300 {
 --tw-duration: .3s;
 transition-duration: .3s;
 }

 .duration-500 {
 --tw-duration: .5s;
 transition-duration: .5s;
 }

 @media (hover: hover) {
 .group-hover\:scale-110:is(:where(.group):hover *) {
 --tw-scale-x: 110%;
 --tw-scale-y: 110%;
 --tw-scale-z: 110%;
 scale: var(--tw-scale-x) var(--tw-scale-y);
 }
 }

 @media (hover: hover) {
 .hover\:scale-105:hover {
 --tw-scale-x: 105%;
 --tw-scale-y: 105%;
 --tw-scale-z: 105%;
 scale: var(--tw-scale-x) var(--tw-scale-y);
 }
 }

 @media (hover: hover) {
 .hover\:bg-\[\#1e375f\]:hover {
 background-color: #1e375f;
 }
 }

 @media (hover: hover) {
 .hover\:bg-\[\#E8C435\]:hover {
 background-color: #e8c435;
 }
 }

 @media (hover: hover) {
 .hover\:bg-gray-100:hover {
 background-color: var(--color-gray-100);
 }
 }

 @media (hover: hover) {
 .hover\:bg-white:hover {
 background-color: var(--color-white);
 }
 }

 @media (hover: hover) {
 .hover\:bg-white\/10:hover {
 background-color: #ffffff1a;
 }

 @supports (color: color-mix(in lab, red, red)) {
 .hover\:bg-white\/10:hover {
 background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
 }
 }
 }

 @media (hover: hover) {
 .hover\:bg-white\/20:hover {
 background-color: #fff3;
 }

 @supports (color: color-mix(in lab, red, red)) {
 .hover\:bg-white\/20:hover {
 background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
 }
 }
 }

 @media (hover: hover) {
 .hover\:from-\[\#B530E6\]:hover {
 --tw-gradient-from: #b530e6;
 --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
 }
 }

 @media (hover: hover) {
 .hover\:to-\[\#5D3DD1\]:hover {
 --tw-gradient-to: #5d3dd1;
 --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
 }
 }

 @media (hover: hover) {
 .hover\:text-\[\#7e30f7\]:hover {
 color: var(--color-white);
 }
 }

 @media (hover: hover) {
 .hover\:text-\[\#132239\]:hover {
 color: #132239;
 }
 }

 @media (hover: hover) {
 .hover\:text-white:hover {
 color: var(--color-white);
 }
 }

 @media (hover: hover) {
 .hover\:opacity-90:hover {
 opacity: .9;
 }
 }

 @media (hover: hover) {
 .hover\:shadow-lg:hover {
 --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
 box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
 }
 }

 @media (hover: hover) {
 .hover\:shadow-md:hover {
 --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
 box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
 }
 }

 @media (width >= 40rem) {
 .sm\:mb-16 {
 margin-bottom: calc(var(--spacing) * 16);
 }
 }

 @media (width >= 40rem) {
 .sm\:block {
 display: block;
 }
 }

 @media (width >= 40rem) {
 .sm\:hidden {
 display: none;
 }
 }

 @media (width >= 40rem) {
 .sm\:inline {
 display: inline;
 }
 }

 @media (width >= 40rem) {
 .sm\:size-\[18px\] {
 width: 18px;
 height: 18px;
 }
 }

 @media (width >= 40rem) {
 .sm\:size-\[40px\] {
 width: 40px;
 height: 40px;
 }
 }

 @media (width >= 40rem) {
 .sm\:h-\[16\.94px\] {
 height: 16.94px;
 }
 }

 @media (width >= 40rem) {
 .sm\:h-\[40px\] {
 height: 40px;
 }
 }

 @media (width >= 40rem) {
 .sm\:h-\[520px\] {
 height: 520px;
 }
 }

 @media (width >= 40rem) {
 .sm\:h-\[608px\] {
 height: 608px;
 }
 }

 @media (width >= 40rem) {
 .sm\:h-auto {
 height: auto;
 }
 }

 @media (width >= 40rem) {
 .sm\:w-\[74\.391px\] {
 width: 74.391px;
 }
 }

 @media (width >= 40rem) {
 .sm\:max-w-\[380px\] {
 max-width: 380px;
 }
 }

 @media (width >= 40rem) {
 .sm\:max-w-\[400px\] {
 max-width: 400px;
 }
 }

 @media (width >= 40rem) {
 .sm\:grid-cols-2 {
 grid-template-columns: repeat(2, minmax(0, 1fr));
 }
 }

 @media (width >= 40rem) {
 .sm\:flex-row {
 flex-direction: row;
 }
 }

 @media (width >= 40rem) {
 .sm\:gap-6 {
 gap: calc(var(--spacing) * 6);
 }
 }

 @media (width >= 40rem) {
 .sm\:gap-\[6px\] {
 gap: 6px;
 }
 }

 @media (width >= 40rem) {
 .sm\:gap-\[8px\] {
 gap: 8px;
 }
 }

 @media (width >= 40rem) {
 .sm\:gap-\[12px\] {
 gap: 12px;
 }
 }

 @media (width >= 40rem) {
 .sm\:gap-\[16px\] {
 gap: 16px;
 }
 }

 @media (width >= 40rem) {
 :where(.sm\:space-y-0 > :not(:last-child)) {
 --tw-space-y-reverse: 0;
 margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
 margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
 }
 }

 @media (width >= 40rem) {
 :where(.sm\:space-x-6 > :not(:last-child)) {
 --tw-space-x-reverse: 0;
 margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
 margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
 }
 }

 @media (width >= 40rem) {
 .sm\:rounded-\[8px\] {
 border-radius: 8px;
 }
 }

 @media (width >= 40rem) {
 .sm\:rounded-\[20px\] {
 border-radius: 20px;
 }
 }

 @media (width >= 40rem) {
 .sm\:p-\[7px\] {
 padding: 7px;
 }
 }

 @media (width >= 40rem) {
 .sm\:px-6 {
 padding-inline: calc(var(--spacing) * 6);
 }
 }

 @media (width >= 40rem) {
 .sm\:px-12 {
 padding-inline: calc(var(--spacing) * 12);
 }
 }

 @media (width >= 40rem) {
 .sm\:px-\[12px\] {
 padding-inline: 12px;
 }
 }

 @media (width >= 40rem) {
 .sm\:px-\[16px\] {
 padding-inline: 16px;
 }
 }

 @media (width >= 40rem) {
 .sm\:py-3 {
 padding-block: calc(var(--spacing) * 3);
 }
 }

 @media (width >= 40rem) {
 .sm\:py-6 {
 padding-block: calc(var(--spacing) * 6);
 }
 }

 @media (width >= 40rem) {
 .sm\:py-16 {
 padding-block: calc(var(--spacing) * 16);
 }
 }

 @media (width >= 40rem) {
 .sm\:py-20 {
 padding-block: calc(var(--spacing) * 20);
 }
 }

 @media (width >= 40rem) {
 .sm\:py-\[7px\] {
 padding-block: 7px;
 }
 }

 @media (width >= 40rem) {
 .sm\:pt-24 {
 padding-top: calc(var(--spacing) * 24);
 }
 }

 @media (width >= 40rem) {
 .sm\:text-sm {
 font-size: var(--text-sm);
 line-height: var(--tw-leading, var(--text-sm--line-height));
 }
 }

 @media (width >= 40rem) {
 .sm\:text-\[13px\] {
 font-size: 13px;
 }
 }

 @media (width >= 40rem) {
 .sm\:text-\[16px\] {
 font-size: 16px;
 }
 }

 @media (width >= 40rem) {
 .sm\:text-\[17px\] {
 font-size: 17px;
 }
 }

 @media (width >= 40rem) {
 .sm\:text-\[36px\] {
 font-size: 36px;
 }
 }

 @media (width >= 40rem) {
 .sm\:text-\[40px\] {
 font-size: 40px;
 }
 }

 @media (width >= 40rem) {
 .sm\:leading-\[18px\] {
 --tw-leading: 18px;
 line-height: 18px;
 }
 }

 @media (width >= 40rem) {
 .sm\:leading-\[25\.5px\] {
 --tw-leading: 25.5px;
 line-height: 25.5px;
 }
 }

 @media (width >= 40rem) {
 .sm\:leading-\[44px\] {
 --tw-leading: 44px;
 line-height: 44px;
 }
 }

 @media (width >= 40rem) {
 .sm\:leading-\[48px\] {
 --tw-leading: 48px;
 line-height: 48px;
 }
 }

 @media (width >= 40rem) {
 .sm\:tracking-\[-0\.4px\] {
 --tw-tracking: -.4px;
 letter-spacing: -.4px;
 }
 }

 @media (width >= 40rem) {
 .sm\:tracking-\[-0\.36px\] {
 --tw-tracking: -.36px;
 letter-spacing: -.36px;
 }
 }

 @media (width >= 48rem) {
 .md\:flex-row {
 flex-direction: row;
 }
 }

 @media (width >= 48rem) {
 :where(.md\:space-y-0 > :not(:last-child)) {
 --tw-space-y-reverse: 0;
 margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
 margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
 }
 }

 @media (width >= 64rem) {
 .lg\:order-1 {
 order: 1;
 }
 }

 @media (width >= 64rem) {
 .lg\:order-2 {
 order: 2;
 }
 }

 @media (width >= 64rem) {
 .lg\:mx-0 {
 margin-inline: calc(var(--spacing) * 0);
 }
 }

 @media (width >= 64rem) {
 .lg\:mb-6 {
 margin-bottom: calc(var(--spacing) * 6);
 }
 }

 @media (width >= 64rem) {
 .lg\:mb-24 {
 margin-bottom: calc(var(--spacing) * 16);
 }
 }

 @media (width >= 64rem) {
 .lg\:flex {
 display: flex;
 }
 }

 @media (width >= 64rem) {
 .lg\:h-6 {
 height: calc(var(--spacing) * 6);
 }
 }

 @media (width >= 64rem) {
 .lg\:h-16 {
 height: calc(var(--spacing) * 16);
 }
 }

 @media (width >= 64rem) {
 .lg\:h-20 {
 height: calc(var(--spacing) * 20);
 }
 }

 @media (width >= 64rem) {
 .lg\:h-\[560px\] {
 height: 560px;
 }
 }

 @media (width >= 64rem) {
 .lg\:w-6 {
 width: calc(var(--spacing) * 6);
 }
 }

 @media (width >= 64rem) {
 .lg\:w-16 {
 width: calc(var(--spacing) * 16);
 }
 }

 @media (width >= 64rem) {
 .lg\:w-20 {
 width: calc(var(--spacing) * 20);
 }
 }

 @media (width >= 64rem) {
 .lg\:w-\[420px\] {
 width: 420px;
 }
 }

 @media (width >= 64rem) {
 .lg\:w-\[471px\] {
 width: 471px;
 }
 }

 @media (width >= 64rem) {
 .lg\:w-auto {
 width: auto;
 }
 }

 @media (width >= 64rem) {
 .lg\:max-w-\[456px\] {
 max-width: 456px;
 }
 }

 @media (width >= 64rem) {
 .lg\:max-w-none {
 max-width: none;
 }
 }

 @media (width >= 64rem) {
 .lg\:grid-cols-3 {
 grid-template-columns: repeat(3, minmax(0, 1fr));
 }
 }

 @media (width >= 64rem) {
 .lg\:flex-row {
 flex-direction: row;
 }
 }

 @media (width >= 64rem) {
 .lg\:gap-8 {
 gap: calc(var(--spacing) * 8);
 }
 }

 @media (width >= 64rem) {
 .lg\:gap-\[120px\] {
 gap: 120px;
 }
 }

 @media (width >= 64rem) {
 :where(.lg\: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)));
 }
 }

 @media (width >= 64rem) {
 :where(.lg\:space-y-8 > :not(:last-child)) {
 --tw-space-y-reverse: 0;
 margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
 margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
 }
 }

 @media (width >= 64rem) {
 :where(.lg\:space-y-10 > :not(:last-child)) {
 --tw-space-y-reverse: 0;
 margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
 margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
 }
 }

 @media (width >= 64rem) {
 :where(.lg\:space-y-16 > :not(:last-child)) {
 --tw-space-y-reverse: 0;
 margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
 margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
 }
 }

 @media (width >= 64rem) {
 :where(.lg\:space-x-6 > :not(:last-child)) {
 --tw-space-x-reverse: 0;
 margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
 margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
 }
 }

 @media (width >= 64rem) {
 .lg\:p-6 {
 padding: calc(var(--spacing) * 6);
 }
 }

 @media (width >= 64rem) {
 .lg\:p-8 {
 padding: calc(var(--spacing) * 8);
 }
 }

 @media (width >= 64rem) {
 .lg\:px-6 {
 padding-inline: calc(var(--spacing) * 6);
 }
 }

 @media (width >= 64rem) {
 .lg\:px-8 {
 padding-inline: calc(var(--spacing) * 8);
 }
 }

 @media (width >= 64rem) {
 .lg\:px-16 {
 padding-inline: calc(var(--spacing) * 16);
 }
 }

 @media (width >= 64rem) {
 .lg\:py-12 {
 padding-block: calc(var(--spacing) * 12);
 }
 }

 @media (width >= 64rem) {
 .lg\:py-20 {
 padding-block: calc(var(--spacing) * 20);
 }
 }

 @media (width >= 64rem) {
 .lg\:py-24 {
 padding-block: calc(var(--spacing) * 24);
 }
 }

 @media (width >= 64rem) {
 .lg\:pt-32 {
 padding-top: calc(var(--spacing) * 32);
 }
 }

 @media (width >= 64rem) {
 .lg\:pb-6 {
 padding-bottom: calc(var(--spacing) * 6);
 }
 }

 @media (width >= 64rem) {
 .lg\:text-left {
 text-align: left;
 }
 }

 @media (width >= 64rem) {
 .lg\:text-\[16px\] {
 font-size: 16px;
 }
 }

 @media (width >= 64rem) {
 .lg\:text-\[18px\] {
 font-size: 18px;
 }
 }

 @media (width >= 64rem) {
 .lg\:text-\[20px\] {
 font-size: 20px;
 }
 }

 @media (width >= 64rem) {
 .lg\:text-\[42px\] {
 font-size: 42px;
 }
 }

 @media (width >= 64rem) {
 .lg\:text-\[48px\] {
 font-size: 48px;
 }
 }

 @media (width >= 64rem) {
 .lg\:leading-\[24px\] {
 --tw-leading: 24px;
 line-height: 24px;
 }
 }

 @media (width >= 64rem) {
 .lg\:leading-\[27px\] {
 --tw-leading: 27px;
 line-height: 27px;
 }
 }

 @media (width >= 64rem) {
 .lg\:leading-\[50px\] {
 --tw-leading: 50px;
 line-height: 50px;
 }
 }

 @media (width >= 64rem) {
 .lg\:leading-\[56px\] {
 --tw-leading: 56px;
 line-height: 56px;
 }
 }

 @media (width >= 64rem) {
 .lg\:tracking-\[-0\.2px\] {
 --tw-tracking: -.2px;
 letter-spacing: -.2px;
 }
 }

 @media (width >= 64rem) {
 .lg\:tracking-\[-0\.42px\] {
 --tw-tracking: -.42px;
 letter-spacing: -.42px;
 }
 }

 @media (width >= 64rem) {
 .lg\:tracking-\[-0\.48px\] {
 --tw-tracking: -.48px;
 letter-spacing: -.48px;
 }
 }

 @media (width >= 80rem) {
 .xl\:py-24 {
 padding-block: calc(var(--spacing) * 24);
 }
 }

 @media (width >= 80rem) {
 .xl\:pt-40 {
 padding-top: calc(var(--spacing) * 40);
 }
 }

 @media (width >= 80rem) {
 .xl\:text-\[48px\] {
 font-size: 48px;
 }
 }

 @media (width >= 80rem) {
 .xl\:text-\[56px\] {
 font-size: 56px;
 }
 }

 @media (width >= 80rem) {
 .xl\:leading-\[58px\] {
 --tw-leading: 58px;
 line-height: 58px;
 }
 }

 @media (width >= 80rem) {
 .xl\:leading-\[64px\] {
 --tw-leading: 64px;
 line-height: 64px;
 }
 }

 @media (width >= 80rem) {
 .xl\:tracking-\[-0\.48px\] {
 --tw-tracking: -.48px;
 letter-spacing: -.48px;
 }
 }

 @media (width >= 80rem) {
 .xl\:tracking-\[-0\.56px\] {
 --tw-tracking: -.56px;
 letter-spacing: -.56px;
 }
 }
}


:root {
 --font-size: 16px;
 --background: #132239;
 --foreground: #fff;
 --card: #fff;
 --card-foreground: #010813;
 --popover: #fff;
 --popover-foreground: #010813;
 --primary: #fbd83d;
 --primary-foreground: #1d1e33;
 --secondary: #f6f6f6;
 --secondary-foreground: #2b2b2b;
 --muted: #f9f9f9;
 --muted-foreground: #7f7f7f;
 --accent: #fbd83d;
 --accent-foreground: #1d1e33;
 --destructive: #ef4444;
 --destructive-foreground: #fff;
 --border: #25144533;
 --input: transparent;
 --input-background: #eee;
 --switch-background: #e5e7eb;
 --font-weight-medium: 500;
 --font-weight-normal: 400;
 --ring: #fbd83d4d;
 --chart-1: #498bfa;
 --chart-2: #c635ff;
 --chart-3: #6a44e8;
 --chart-4: #4288ff;
 --chart-5: #00fff2;
 --radius: 2rem;
 --sidebar: #fff;
 --sidebar-foreground: #010813;
 --sidebar-primary: #fbd83d;
 --sidebar-primary-foreground: #1d1e33;
 --sidebar-accent: #f6f6f6;
 --sidebar-accent-foreground: #2b2b2b;
 --sidebar-border: #eee;
 --sidebar-ring: #fbd83d4d;
 --ai-code-dark: #132239;
 --ai-code-primary: #fbd83d;
 --ai-code-purple: #c635ff;
 --ai-code-violet: #6a44e8;
 --ai-code-blue: #4288ff;
 --ai-code-cyan: #00fff2;
 --ai-code-text: #fff;
 --ai-code-text-muted: #fffc;
 --ai-code-text-light: #ffffffb3;
 --ai-code-text-lighter: #fff9;
 --ai-code-bg: #132239;
 --ai-code-bg-muted: #ffffff0d;
 --ai-code-bg-light: #ffffff1a;
 --ai-code-border: #ffffff1a;
 --ai-code-shadow: 0px 8px 32px #0000004d;
 --ai-code-shadow-lg: 0px 16px 64px #0006;
 --gradient-primary: linear-gradient(135deg, #c635ff 0%, #6a44e8 100%);
 --gradient-secondary: linear-gradient(135deg, #498bfa 0%, #4288ff 100%);
 --gradient-accent: linear-gradient(135deg, #00fff2 0%, #498bfa 100%);
 --gradient-hero: linear-gradient(#9637e000 0%, #9637e04d 100%), linear-gradient(90deg, #010813 0%, #010813 100%);
 --section-padding-y: 7rem;
 --section-padding-x: 1.5rem;
 --content-max-width: 75rem;
 --card-radius: 1.5rem;
 --button-radius: 1rem;
 --shadow-subtle: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
 --shadow-moderate: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
 --shadow-large: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
 --text-xs: .75rem;
 --text-sm: .875rem;
 --text-base: 1rem;
 --text-lg: 1.125rem;
 --text-xl: 1.25rem;
 --text-2xl: 1.5rem;
 --text-3xl: 1.875rem;
 --text-4xl: 2.25rem;
 --text-5xl: 3rem;
 --text-6xl: 3.75rem;
 --text-7xl: 4.5rem;
}

.dark {
 --background: oklch(.145 0 0);
 --foreground: oklch(.985 0 0);
 --card: oklch(.145 0 0);
 --card-foreground: oklch(.985 0 0);
 --popover: oklch(.145 0 0);
 --popover-foreground: oklch(.985 0 0);
 --primary: oklch(.985 0 0);
 --primary-foreground: oklch(.205 0 0);
 --secondary: oklch(.269 0 0);
 --secondary-foreground: oklch(.985 0 0);
 --muted: oklch(.269 0 0);
 --muted-foreground: oklch(.708 0 0);
 --accent: oklch(.269 0 0);
 --accent-foreground: oklch(.985 0 0);
 --destructive: oklch(.396 .141 25.723);
 --destructive-foreground: oklch(.637 .237 25.331);
 --border: oklch(.269 0 0);
 --input: oklch(.269 0 0);
 --ring: oklch(.439 0 0);
 --font-weight-medium: 500;
 --font-weight-normal: 400;
 --chart-1: oklch(.488 .243 264.376);
 --chart-2: oklch(.696 .17 162.48);
 --chart-3: oklch(.769 .188 70.08);
 --chart-4: oklch(.627 .265 303.9);
 --chart-5: oklch(.645 .246 16.439);
 --sidebar: oklch(.205 0 0);
 --sidebar-foreground: oklch(.985 0 0);
 --sidebar-primary: oklch(.488 .243 264.376);
 --sidebar-primary-foreground: oklch(.985 0 0);
 --sidebar-accent: oklch(.269 0 0);
 --sidebar-accent-foreground: oklch(.985 0 0);
 --sidebar-border: oklch(.269 0 0);
 --sidebar-ring: oklch(.439 0 0);
}

html {
 font-size: var(--font-size);
}

@property --tw-rotate-x {
 syntax: "*";
 inherits: false;
 initial-value: rotateX(0);
}

@property --tw-rotate-y {
 syntax: "*";
 inherits: false;
 initial-value: rotateY(0);
}

@property --tw-rotate-z {
 syntax: "*";
 inherits: false;
 initial-value: rotateZ(0);
}

@property --tw-skew-x {
 syntax: "*";
 inherits: false;
 initial-value: skewX(0);
}

@property --tw-skew-y {
 syntax: "*";
 inherits: false;
 initial-value: skewY(0);
}

@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-gradient-position {
 syntax: "*";
 inherits: false
}

@property --tw-gradient-from {
 syntax: "<color>";
 inherits: false;
 initial-value: #0000;
}

@property --tw-gradient-via {
 syntax: "<color>";
 inherits: false;
 initial-value: #0000;
}

@property --tw-gradient-to {
 syntax: "<color>";
 inherits: false;
 initial-value: #0000;
}

@property --tw-gradient-stops {
 syntax: "*";
 inherits: false
}

@property --tw-gradient-via-stops {
 syntax: "*";
 inherits: false
}

@property --tw-gradient-from-position {
 syntax: "<length-percentage>";
 inherits: false;
 initial-value: 0%;
}

@property --tw-gradient-via-position {
 syntax: "<length-percentage>";
 inherits: false;
 initial-value: 50%;
}

@property --tw-gradient-to-position {
 syntax: "<length-percentage>";
 inherits: false;
 initial-value: 100%;
}

@property --tw-leading {
 syntax: "*";
 inherits: false
}

@property --tw-font-weight {
 syntax: "*";
 inherits: false
}

@property --tw-tracking {
 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;
}

@property --tw-blur {
 syntax: "*";
 inherits: false
}

@property --tw-brightness {
 syntax: "*";
 inherits: false
}

@property --tw-contrast {
 syntax: "*";
 inherits: false
}

@property --tw-grayscale {
 syntax: "*";
 inherits: false
}

@property --tw-hue-rotate {
 syntax: "*";
 inherits: false
}

@property --tw-invert {
 syntax: "*";
 inherits: false
}

@property --tw-opacity {
 syntax: "*";
 inherits: false
}

@property --tw-saturate {
 syntax: "*";
 inherits: false
}

@property --tw-sepia {
 syntax: "*";
 inherits: false
}

@property --tw-drop-shadow {
 syntax: "*";
 inherits: false
}

@property --tw-drop-shadow-color {
 syntax: "*";
 inherits: false
}

@property --tw-drop-shadow-alpha {
 syntax: "<percentage>";
 inherits: false;
 initial-value: 100%;
}

@property --tw-drop-shadow-size {
 syntax: "*";
 inherits: false
}

@property --tw-backdrop-blur {
 syntax: "*";
 inherits: false
}

@property --tw-backdrop-brightness {
 syntax: "*";
 inherits: false
}

@property --tw-backdrop-contrast {
 syntax: "*";
 inherits: false
}

@property --tw-backdrop-grayscale {
 syntax: "*";
 inherits: false
}

@property --tw-backdrop-hue-rotate {
 syntax: "*";
 inherits: false
}

@property --tw-backdrop-invert {
 syntax: "*";
 inherits: false
}

@property --tw-backdrop-opacity {
 syntax: "*";
 inherits: false
}

@property --tw-backdrop-saturate {
 syntax: "*";
 inherits: false
}

@property --tw-backdrop-sepia {
 syntax: "*";
 inherits: false
}

@property --tw-duration {
 syntax: "*";
 inherits: false
}

@property --tw-scale-x {
 syntax: "*";
 inherits: false;
 initial-value: 1;
}

@property --tw-scale-y {
 syntax: "*";
 inherits: false;
 initial-value: 1;
}

@property --tw-scale-z {
 syntax: "*";
 inherits: false;
 initial-value: 1;
}

@keyframes pulse {
 50% {
 opacity: .5;
 }
}

/* U-РёРєРѕРЅРєР° Рё AI Code Р±РµР№РґР¶ вЂ” РіР°СЂР°РЅС‚РёСЂСѓРµРј, С‡С‚Рѕ SVG СЂР°СЃС‚СЏРіРёРІР°РµС‚СЃСЏ РєРѕСЂСЂРµРєС‚РЅРѕ */


/* Telegram-РёРєРѕРЅРєР°: Р»РµРіРєРёР№ hover-СЌС„С„РµРєС‚ */
.header-tg {
 transition: transform .2s ease, opacity .2s ease;
}
.header-tg:hover {
 transform: scale(1.05);
 opacity: 0.9;
}

/* РЎРµР»РµРєС‚РѕСЂ СЏР·С‹РєР° */
.language-selector { position: relative; }

/* РљРЅРѕРїРєР°-РіР»РѕР±СѓСЃ СѓР¶Рµ СЃС‚РёР»РёР·РѕРІР°РЅР° СѓС‚РёР»РёС‚Р°РјРё; РґРѕР±Р°РІРёРј вЂњС„РѕРєСѓСЃвЂќ Р±Р»РёРє */
.language-selector .language-trigger {
 outline: none;
 transition: background-color .2s ease, box-shadow .2s ease;
}
.language-selector .language-trigger:focus-visible {
 box-shadow: 0 0 0 3px rgba(251, 216, 61, 0.3);
}

/* Р’С‹РїР°РґР°СЋС‰РµРµ РјРµРЅСЋ СЏР·С‹РєРѕРІ */
.language-selector .language-menu {
 position: absolute;
 top: calc(100% + 8px);
 right: 0;
 width: 160px;
 background: #fff;
 border: 1px solid #eee;
 border-radius: 12px;
 overflow: hidden;
 box-shadow: 0 12px 24px rgba(0,0,0,.12), 0 2px 6px rgba(0,0,0,.06);
 z-index: 50;
 display: none; /* РїРѕРєР°Р·Р°С‚СЊ вЂ” РґРѕР±Р°РІСЊС‚Рµ .open РЅР° .language-selector */
}

/* РџРѕРєР°Р·Р°С‚СЊ РјРµРЅСЋ, РµСЃР»Рё СЂРѕРґРёС‚РµР»СЋ РґРѕР±Р°РІР»РµРЅ РєР»Р°СЃСЃ .open */
.language-selector.open .language-menu { display: block; }

/* РџСѓРЅРєС‚С‹ РјРµРЅСЋ */
.language-selector .language-menu button {
 display: block;
 width: 100%;
 padding: 12px 16px;
 text-align: left;
 background: #fff;
 color: #2b2b2b;
 font: inherit;
 font-weight: 500;
 cursor: pointer;
 transition: background-color .15s ease;
}
.language-selector .language-menu button:hover {
 background: #f5f5f5;
}
.language-selector .language-menu button.active {
 background: #f9fafb;
}

/* РњРёРєСЂРѕРІС‹СЂР°РІРЅРёРІР°РЅРёРµ СЃС‚РµРєР° Р»РѕРіРѕ СЃР»РµРІР° (РµСЃР»Рё РЅСѓР¶РµРЅ РїР»РѕС‚РЅРµРµ Р·Р°Р·РѕСЂ) */
.header-left { gap: 8px; }
.header-left .brand-pair { gap: 10px; }

/* HOW: С‡Р°С‚-РєР°СЂС‚РѕС‡РєР° */
.how-chat {
 border-radius: 20px;
 box-shadow: 0 0 5px rgba(10,22,65,.04), 0 4px 16px rgba(16,33,84,.1);
 overflow: hidden;
 background: #fff;
}

/* Р—Р°РіРѕР»РѕРІРѕРє С‡Р°С‚Р° (СЂР°Р·РґРµР»РёС‚РµР»СЊРЅР°СЏ Р»РёРЅРёСЏ СЃРЅРёР·Сѓ) */
.how-chat-header {
 position: relative;
}
.how-chat-header::after {
 content: "";
 position: absolute;
 inset: 0;
 border-bottom: 1px solid #eee;
 pointer-events: none;
}

/* РљРѕРЅС‚РµРЅС‚ С‡Р°С‚Р° (РІРЅСѓС‚СЂРµРЅРЅРёРµ РѕС‚СЃС‚СѓРїС‹) */
.how-chat-body {
 padding: 24px 16px;
}

/* РџРѕР»Рµ РІРІРѕРґР° (СѓРІРµР»РёС‡РµРЅ РїСЂР°РІС‹Р№ РѕС‚СЃС‚СѓРї РїРѕРґ РєРЅРѕРїРєСѓ) */
.how-chat-input {
 position: relative;
 border: 1px solid #b975ff;
 border-radius: 16px;
 padding: 10px 56px 10px 16px; /* СЃРїСЂР°РІР° РјРµСЃС‚Рѕ РїРѕРґ РєРЅРѕРїРєСѓ */
 box-shadow: 0 8px 16px rgba(0,0,0,.08), 0 0 4px rgba(0,0,0,.04);
}

/* РљРЅРѕРїРєР° РѕС‚РїСЂР°РІРєРё (РІРЅСѓС‚СЂРё РїРѕР»СЏ РІРІРѕРґР°) */
.how-send {
 position: absolute;
 right: 8px;
 top: 50%;
 transform: translateY(-50%);
 width: 40px; height: 40px;
 border-radius: 10px;
 background: linear-gradient(90deg,#C635FF,#6A44E8,#4288FF);
 display: inline-flex; align-items: center; justify-content: center;
 transition: opacity .2s ease;
}
.how-send:hover { opacity: .9; }

/* РњРёРєСЂРѕРІС‹СЂР°РІРЅРёРІР°РЅРёРµ РёРєРѕРЅРѕРє */
.how-icon-18 { width: 18px; height: 18px; display: block; }
.how-logo-40 { width: 40px; height: 40px; display: block; overflow: hidden; border-radius: 999px; }

#examples-tabs {

 -webkit-overflow-scrolling: touch;
 scroll-behavior: smooth;
}

#examples-tabs > button > div[aria-hidden="true"] {
 inset: 0; /* РІРјРµСЃС‚Рѕ inset: -0.5px */
 border-radius: 16px;
}

#examples-tabs::-webkit-scrollbar {
 display: none;
}

/* РїРѕ СѓРјРѕР»С‡Р°РЅРёСЋ вЂ” РЅРµ СЂР°СЃС‚СЏРіРёРІР°С‚СЊ (РґР»СЏ РјРѕР±РёР»РєРё) */
#examples-tabs > button {
 flex: 0 0 auto;
 white-space: normal; /* СЂР°Р·СЂРµС€РёС‚СЊ РїРµСЂРµРЅРѕСЃ СЃС‚СЂРѕРє */
 flex-shrink: 1; 
}

/* РЅР° РґРµСЃРєС‚РѕРїРµ вЂ” РґРµР»РёС‚СЊ РїСЂРѕСЃС‚СЂР°РЅСЃС‚РІРѕ РїРѕСЂРѕРІРЅСѓ */
@media (min-width: 1024px) {
 #examples-tabs {
 overflow-x: visible; /* СЃРєСЂРѕР»Р» РЅРµ РЅСѓР¶РµРЅ */
 overflow-y: hidden; 
 }
 #examples-tabs > button {
 flex: 0 1 auto; /* СЂР°РІРЅРѕРјРµСЂРЅРѕРµ СЂР°СЃРїСЂРµРґРµР»РµРЅРёРµ */
 white-space: normal; /* СЂР°Р·СЂРµС€РёС‚СЊ РїРµСЂРµРЅРѕСЃ СЃС‚СЂРѕРє */
 flex-shrink: 1; 
 
 }
}

/* Р”Р»СЏ РёРєРѕРЅРєРё СѓРІРµР»РёС‡РµРЅРёСЏ РІРёРґРµРѕ */
#examples .ulightbox {
 position: absolute;
 bottom: 1rem; /* 16px */
 right: 1rem;
 z-index: 10;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 48px;
 height: 48px;
 border-radius: 50%;
 background: rgba(0, 0, 0, 0.5);
 color: #fff;

 transition: all 0.3s ease;
}
#examples .ulightbox:hover {
 background: rgba(0, 0, 0, 0.7);
}
#examples .aspect-video:hover .ulightbox,
#examples .aspect-\[1907\/1021\]:hover .ulightbox {
 opacity: 1;
}

/* Р—Р°С‚РµРјРЅРµРЅРёРµ С„РѕРЅР° РїРѕРґ РІРёРґРµРѕ */
#examples .video-overlay {
 position: absolute;
 inset: 0;
 background: rgba(0, 0, 0, 0.2);
}

/* Р¤РѕРЅ СЃРµРєС†РёРё Рё РІРёРґРµРѕ-РєРѕРЅС‚РµР№РЅРµСЂР° */
#examples .video-wrapper {
 position: relative;
 background-color: #0b1728;
 border-radius: 16px;
 overflow: hidden;
}

/* рџ”№ Р”Р»СЏ С‚РµР»РµС„РѕРЅРѕРІ вЂ” РґРµР»Р°РµРј РєРЅРѕРїРєСѓ РјРµРЅСЊС€Рµ */
@media (max-width: 640px) {
 #examples .ulightbox {
 width: 38px;
 height: 38px;
 bottom: 0.75rem; /* РЅРµРјРЅРѕРіРѕ РІС‹С€Рµ РѕС‚СЃС‚СѓРї */
 right: 0.75rem;
 }
 #examples .ulightbox svg {
 width: 18px;
 height: 18px;
 }
}

@media (max-width: 639px) {
 .help-left {
 align-items: center;
 text-align: center;
 }
 .pr-4 {
 padding-right: 0 !important;
 }
}

@media (max-width: 1024px) {
 footer .flex {
 flex-direction: column;
 margin-left: 20px;
 }

 footer .flex > div {
 width: 100% !important;
 max-width: 420px; /* РѕРіСЂР°РЅРёС‡РёРј С€РёСЂРёРЅСѓ, С‡С‚РѕР±С‹ С‚РµРєСЃС‚ РЅРµ СЂР°СЃС‚СЏРіРёРІР°Р»СЃСЏ */
 margin-bottom: 32px;
 }

 footer .flex > div:last-child {
 margin-bottom: 0;
 }
}

@media (max-width: 1024px) {
 footer .payments {
flex-direction: row;
justify-content: left;
}
 
 .logo { width: 140px !important; }
}

/* ===== AI CONTENT LOCAL STYLES (merged) ===== */

@import url("https://ai-code-new.ucoz.net/css/styles.css");

/* Custom layer aligned with ai-code-new styles */

.container {
    width: 100%;
    max-width: 72rem;
    margin-inline: auto;
    padding-inline: 1rem;
}

@media (min-width: 640px) {
    .container {
        padding-inline: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container {
        padding-inline: 2rem;
    }
}

.landing-switcher-wrap {
    padding: 24px 0 0;
}

.landing-switcher {
    width: 100%;
    display: flex;
    gap: 6px;
    padding: 6px;
    border-radius: 20px;
    background: #0a1b32;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.landing-switcher a {
    flex: 1 1 0;
    min-width: 180px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 14px;
    border-radius: 16px;
    transition: all .2s ease;
}

.landing-switcher a.active {
    background: #1e375f;
    color: #fff;
}

.hero {
    padding: 48px 0 36px;
    background: #132239;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

.hero-copy .pill {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 500;
    padding: 7px 12px;
    margin-bottom: 14px;
}

.hero-copy h1 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.hero-copy p {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(16px, 1.9vw, 18px);
    max-width: 620px;
    line-height: 1.6;
}

.hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.hero-actions .btn-primary {
    min-height: 48px;
    padding-inline: 24px;
    font-size: 16px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    min-height: 40px;
    padding: 0 22px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s ease;
}

.btn-primary {
    background: #fbd83d;
    color: #1d1e33;
}

.btn-primary:hover {
    background: #e8c435;
}

.btn-ghost {
    border: 1.5px solid #fff;
    color: #fff;
}

.btn-ghost:hover {
    background: #fff;
    color: #132239;
}

.hero-card {
    padding-inline: 12px;
}

.chat-frame {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 28px;
    padding: 8px;
    width: fit-content;
    margin-inline: auto;
}

.mock-window {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(10, 22, 65, 0.04), 0 4px 16px rgba(16, 33, 84, 0.1);
    width: 100%;
    max-width: 610px;
    margin-inline: auto;
}

.mock-head {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    border-bottom: 1px solid #eee;
}

.modal-head h3 {
    margin: 0;
    color: #2b2b2b;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
}

.modal-head button {
    border: 0;
    background: transparent;
    color: #9ca3af;
    font-size: 36px;
    line-height: 1;
}

.mock-body {
    padding: 20px 22px 22px;
}

.modal-desc {
    margin: 0;
    color: #2b2b2b;
    font-size: 16px;
    line-height: 1.5;
}

.prompt-box {
    margin-top: 14px;
    min-height: 230px;
    border: 1px solid #d1d5db;
    border-radius: 16px;
    background: #fff;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.prompt-placeholder {
    margin: 0;
    color: #2b2b2b;
    font-size: 16px;
    line-height: 1.55;
    min-height: 92px;
}

.prompt-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tune-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
}

.credits {
    color: #6b7280;
    font-size: 20px;
}

.fields-title {
    margin: 18px 0 0;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 500;
}

.field-checks {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
}

.field-checks label {
    color: #2b2b2b;
    font-size: 16px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.field-checks input {
    accent-color: #498bfa;
}

.gen-btn {
    width: 100%;
    margin-top: 18px;
    min-height: 48px;
    border: 0;
    border-radius: 14px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(90deg, #c635ff 0%, #6a44e8 55%, #4288ff 100%);
    cursor: pointer;
    box-shadow: 0 8px 16px rgba(16, 33, 84, 0.2);
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.gen-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 20px rgba(16, 33, 84, 0.28);
}

.gen-btn:active {
    transform: translateY(0);
    box-shadow: 0 6px 12px rgba(16, 33, 84, 0.22);
}

.section {
    padding: 64px 0;
    background: #132239;
}

.section-alt {
    background: linear-gradient(180deg, #132239 0%, #152743 100%);
}

.section-head {
    text-align: center;
    margin-bottom: 32px;
}

.section-head h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.section-head p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    line-height: 1.6;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 26px;
}

.feature-icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.feature-icon svg {
    width: 40px;
    height: 40px;
    filter: drop-shadow(0 4px 10px rgba(116, 76, 255, 0.35));
}

.feature-card h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.feature-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.6;
}

.seo-block {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 24px;
    padding: 30px;
}

.seo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(251, 216, 61, 0.18);
    color: #fbd83d;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 12px;
    margin-bottom: 14px;
}

.seo-block h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.2;
    max-width: 820px;
}

.seo-block > p {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.65;
    max-width: 900px;
}

.seo-points {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.seo-point {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 18px;
}

.seo-point h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
}

.seo-point p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.55;
}

.timeline {
    display: grid;
    gap: 16px;
}

.step {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 20px;
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 16px;
}

.step span {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.step h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 20px;
}

.step p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
}

.video-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 18px;
}

.video-box video {
    width: 100%;
    border-radius: 16px;
}

.cta-box {
    background: #498bfa;
    border-radius: 28px;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cta-box h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 3vw, 42px);
}

.cta-box p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.9);
}

.cta-box-centered {
    background: #498bfa;
    border: 0;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 18px;
    width: auto;
    max-width: 100%;
    margin-inline: auto;
    padding: 56px 28px;
}

.cta-box-centered h2 {
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.cta-box-centered p {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}

.cta-box-centered .btn {
    min-height: 48px;
    padding-inline: 24px;
}

.faq-list {
    display: grid;
    gap: 14px;
    max-width: 56rem;
    margin-inline: auto;
}

.faq-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    transition: box-shadow .25s ease, background-color .25s ease;
}

.faq-item:hover {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

.faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    padding: 18px 56px 18px 20px;
    cursor: pointer;
    position: relative;
    transition: background-color .2s ease;
}

.faq-question::before {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(255, 255, 255, 0.7);
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    transform: translateY(-60%) rotate(45deg);
    transition: transform .25s ease, border-color .25s ease;
}

.faq-question:hover {
    background: rgba(255, 255, 255, 0.06);
}

.faq-item.open .faq-question::before {
    transform: translateY(-40%) rotate(225deg);
    border-color: rgba(255, 255, 255, 0.9);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease, padding .3s ease;
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
}

.faq-item.open .faq-answer {
    max-height: 220px;
    padding: 0 20px 20px;
}

@media (min-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1fr 1fr;
        gap: 64px;
        align-items: center;
    }

    .hero-card {
        padding-inline: 0;
    }
}

@media (max-width: 1023px) {
    .main-nav {
        display: none;
    }

    .landing-switcher a {
        min-width: max-content;
    }

    .cards-grid {
        grid-template-columns: 1fr;
    }

    .seo-points {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 52px 0;
    }
}

@media (max-width: 639px) {
    .hero-copy h1 {
        font-size: 34px;
    }

    .modal-head h3 {
        font-size: 28px;
    }

    .field-checks {
        grid-template-columns: 1fr;
    }

    .hero-card {
        padding-inline: 0;
    }

    .mock-head {
        padding: 0 16px;
    }

    .mock-body {
        padding: 16px;
    }

    .cta-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ===== MCP LOCAL STYLES (merged) ===== */

/**
 * MCP landing вЂ” РґРѕРїРѕР»РЅРёС‚РµР»СЊРЅС‹Рµ СЃС‚РёР»Рё (РїРѕРІРµСЂС… Tailwind CDN).
 * РЎРµРєС†РёСЏ В«РљР°Рє РїРѕРґРєР»СЋС‡РёС‚СЊ MCPВ»: РѕРґРЅР° РєРѕР»РѕРЅРєР° СЃР»РµРІР°, РєР°СЂС‚РѕС‡РєРё С€Р°РіРѕРІ.
 */

/* --- РљР°Рє РїРѕРґРєР»СЋС‡РёС‚СЊ MCP (#how-it-works) --- */

.mcp-how-header {
  text-align: left;
}

.mcp-steps {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(1rem, 3vw, 2rem);
  row-gap: clamp(1.25rem, 4vw, 2rem);
  width: 100%;
}

.mcp-step-card {
  margin: 0;
  grid-column: 1 / -1;
}

.mcp-step-card__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* Р—Р°Р·РѕСЂ РјРµР¶РґСѓ Р±Р»РѕРєРѕРј С‚РµРєСЃС‚Р° Рё РєРЅРѕРїРєРѕР№ */
  gap: clamp(1.75rem, 4vw, 2.75rem);
  min-height: 100%;
  background: rgba(10, 27, 50, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: clamp(1.5rem, 4vw, 2.25rem) clamp(1.5rem, 4vw, 2.5rem);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.mcp-step-card:hover .mcp-step-card__inner {
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.mcp-step-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background: #fff;
  color: #1d1e33;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
}

/* РљРѕРґ РІ С‚РµРєСЃС‚Рµ С€Р°РіРѕРІ */
#how-it-works code {
  word-break: break-word;
}

/* --- Р’РёРґРµРѕРёРЅСЃС‚СЂСѓРєС†РёСЏ (#video-guide), РєР°Рє РЅР° Р»РµРЅРґРёРЅРіРµ AI-РєРѕРЅС‚РµРЅС‚Р° --- */

.mcp-section-head {
  text-align: center;
  margin-bottom: 32px;
}

.mcp-section-head h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.mcp-section-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.6;
}

.mcp-video-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 18px;
}

.mcp-video-box video {
  width: 100%;
  border-radius: 16px;
  display: block;
}

/* --- РџРµСЂРІС‹Р№ СЌРєСЂР°РЅ: РєР°Рє РЅР° Р»РµРЅРґРёРЅРіРµ AI-РіРµРЅРµСЂР°С†РёРё РєРѕРЅС‚РµРЅС‚Р° (styles.css: .hero, .hero-grid, .hero-card) --- */

.mcp-landing-switcher-wrap {
  padding: 24px 0 0;
}

.mcp-hero {
  padding: 48px 0 36px;
  background: #132239;
}

.mcp-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

.mcp-hero-copy {
  min-width: 0;
}

.mcp-hero-card {
  padding-inline: 12px;
}

@media (min-width: 1024px) {
  .mcp-hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
  }

  .mcp-hero-card {
    padding-inline: 0;
  }
}

@media (max-width: 639px) {
  .mcp-hero-card {
    padding-inline: 0;
  }
}

/* --- Hero: РјР°РєРµС‚ С‡Р°С‚Р° Cursor + MCP (РІРЅРµС€РЅСЏСЏ СЂР°РјРєР° РєР°Рє .chat-frame РЅР° Р»РµРЅРґРёРЅРіРµ AI-РєРѕРЅС‚РµРЅС‚Р°) --- */

/* РЎР»РѕС‚ С„РёРєСЃРёСЂРѕРІР°РЅРЅРѕР№ С€РёСЂРёРЅС‹ СЃСЂР°Р·Сѓ РїСЂРё РїРµСЂРІРѕР№ РѕС‚СЂРёСЃРѕРІРєРµ (Р±РµР· Tailwind min() Рё Р±РµР· В«СЃС…Р»РѕРїС‹РІР°РЅРёСЏВ» РїРѕ РєРѕРЅС‚РµРЅС‚Сѓ) */
.mcp-hero-chat-slot {
  width: min(610px, 100%);
  max-width: 610px;
  min-width: 0;
  margin-inline: auto;
  flex-shrink: 0;
  flex-grow: 0;
}

@media (min-width: 1024px) {
  .mcp-hero-chat-slot {
    margin-inline: 0;
  }
}

.mcp-chat-frame {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 28px;
  padding: 8px;
  width: 100%;
  max-width: 610px;
  margin-inline: auto;
  box-sizing: border-box;
  flex: 0 0 auto;
}

/* Р’С‹СЃРѕС‚Р° РєР°Рє Сѓ Р±Р»РѕРєР° .mock-window РЅР° AI-РєРѕРЅС‚РµРЅС‚Рµ (mock-body + prompt-box min 230px Рё С„РѕСЂРјР°) */
.mcp-chat-window {
  width: 100%;
  height: 552px;
  min-height: 552px;
  max-height: 552px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(10, 22, 65, 0.04), 0 4px 16px rgba(16, 33, 84, 0.1);
  margin-inline: auto;
  box-sizing: border-box;
  flex: none;
  contain: layout style;
}

.hero-cursor-chat {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 552px;
  min-height: 552px;
  max-height: 552px;
  box-sizing: border-box;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #1e1e2e;
  box-shadow: none;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  line-height: 1.45;
  color: #c8c9d1;
}

.hero-cursor-chat__header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 11px;
}

.hero-cursor-chat__header-title {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-cursor-chat__header-actions {
  color: rgba(255, 255, 255, 0.35);
  font-size: 10px;
  letter-spacing: 0.08em;
  flex-shrink: 0;
}

.hero-cursor-chat__scroll {
  flex: 1 1 0;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  -webkit-overflow-scrolling: touch;
}

.hero-cursor-chat__bubble {
  border-radius: 10px;
  padding: 8px 10px;
}

.hero-cursor-chat__bubble--user {
  align-self: flex-end;
  max-width: 100%;
  background: #2b2d3a;
  color: #ececf1;
  border-radius: 12px 12px 4px 12px;
}

.hero-cursor-chat__bubble--assistant {
  align-self: stretch;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #c5c6d0;
}

.hero-cursor-chat__line {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}

.hero-cursor-chat__tools {
  list-style: none;
  margin: 0;
  padding: 4px 0 4px 10px;
  border-left: 2px solid rgba(73, 139, 250, 0.55);
  color: #8b8c9a;
  font-size: 11px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.hero-cursor-chat__tools li {
  padding: 2px 0;
  opacity: 0;
  animation: hero-tool-in 0.2s ease forwards;
}

@keyframes hero-tool-in {
  to {
    opacity: 1;
  }
}

.hero-cursor-chat__caret {
  display: inline-block;
  width: 2px;
  height: 1em;
  margin-left: 2px;
  vertical-align: text-bottom;
  background: #fbd83d;
  animation: hero-caret-blink 1s step-end infinite;
}

.hero-cursor-chat__bubble--assistant .hero-cursor-chat__caret {
  background: rgba(73, 139, 250, 0.9);
}

@keyframes hero-caret-blink {
  50% {
    opacity: 0;
  }
}

.hero-cursor-chat__footer {
  flex-shrink: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 8px 10px 10px;
}

.hero-cursor-chat__input-fake {
  background: #252630;
  border-radius: 8px;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.32);
  font-size: 11px;
}

.hero-cursor-chat__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
}

.hero-cursor-chat__chip-dim {
  opacity: 0.55;
}

@media (prefers-reduced-motion: reduce) {
  .hero-cursor-chat__tools li {
    animation: none;
    opacity: 1;
  }

  .hero-cursor-chat__caret {
    animation: none;
    opacity: 1;
  }
}

/* MCP Section badge */
.mcp-section-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(73, 139, 250, 0.12);
  border: 1px solid rgba(73, 139, 250, 0.2);
  margin-bottom: 16px;
}

/* MCP Free banner — блок "Бесплатно" */
.mcp-free-section {
  padding: 48px 0;
  background: #132239;
}

.mcp-free-banner {
  background: linear-gradient(135deg, rgba(251, 216, 61, 0.1) 0%, rgba(73, 139, 250, 0.08) 100%);
  border: 1px solid rgba(251, 216, 61, 0.2);
  border-radius: 20px;
  padding: 40px 32px;
}

.mcp-free-banner__head {
  text-align: center;
  margin-bottom: 36px;
}

.mcp-free-badge {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  color: #1D1E33;
  background: #FBD83D;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

.mcp-free-banner__title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.mcp-free-banner__desc {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  max-width: 540px;
  margin: 0 auto;
}

.mcp-free-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.mcp-free-stat {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 24px 16px;
  text-align: center;
}

.mcp-free-stat__value {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #FBD83D;
  margin-bottom: 8px;
}


.mcp-free-stat__label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 640px) {
  .mcp-free-section {
    padding: 64px 0;
  }

  .mcp-free-banner {
    padding: 48px 40px;
  }

  .mcp-free-banner__title {
    font-size: 30px;
  }

  .mcp-free-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (min-width: 1024px) {
  .mcp-free-section {
    padding: 80px 0;
  }

  .mcp-free-banner {
    padding: 56px 56px;
  }

  .mcp-free-banner__title {
    font-size: 36px;
  }

  .mcp-free-stat__value {
    font-size: 40px;
  }

  .mcp-free-stat__label {
    font-size: 15px;
  }
}

/* MCP Features cards */
.mcp-feature-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 32px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.mcp-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(73, 139, 250, 0.2);
  border-color: rgba(73, 139, 250, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.mcp-feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* centered variant — для блока Возможности */
.mcp-feature-card .mcp-feature-icon {
  margin: 0 auto 20px;
}


.mcp-feature-icon svg {
  width: 26px;
  height: 26px;
  display: block;
}

.mcp-feature-card:hover .mcp-feature-icon {
  transform: scale(1.1);
}

.mcp-feature-icon--purple {
  background: rgba(139, 92, 246, 0.18);
  color: #a78bfa;
}
.mcp-feature-icon--indigo {
  background: rgba(99, 102, 241, 0.18);
  color: #818cf8;
}
.mcp-feature-icon--blue {
  background: rgba(59, 130, 246, 0.18);
  color: #60a5fa;
}
.mcp-feature-icon--amber {
  background: rgba(245, 158, 11, 0.18);
  color: #fbbf24;
}
.mcp-feature-icon--rose {
  background: rgba(244, 63, 94, 0.18);
  color: #fb7185;
}
.mcp-feature-icon--emerald {
  background: rgba(16, 185, 129, 0.18);
  color: #34d399;
}

@media (min-width: 1024px) {
  .mcp-feature-card {
    padding: 36px;
  }

  .mcp-feature-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 24px;
  }

  .mcp-feature-icon svg {
    width: 28px;
    height: 28px;
  }
}
