*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-left-\[99999px\] {
  left: -99999px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-9 {
  height: 2.25rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-\[75vh\] {
  max-height: 75vh;
}
.min-h-20 {
  min-height: 5rem;
}
.min-h-24 {
  min-height: 6rem;
}
.min-h-28 {
  min-height: 7rem;
}
.min-h-32 {
  min-height: 8rem;
}
.min-h-40 {
  min-height: 10rem;
}
.min-h-\[360px\] {
  min-height: 360px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-16 {
  width: 4rem;
}
.w-5 {
  width: 1.25rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[794px\] {
  width: 794px;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-none {
  max-width: none;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.border-collapse {
  border-collapse: collapse;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.\!rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-snug {
  line-height: 1.375;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.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 {
  --tw-backdrop-blur: blur(8px);
  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 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root{
  --accent:#1f6feb;
  --bg:#f8fbff;
  --text:#152033;
  --muted:#5c6b82;
  --card:#ffffff;
  --border:#dce6f4;
  --header-bg: rgba(255,255,255,0.94);
  --header-shadow: 0 10px 24px rgba(55, 96, 162, 0.12);
  --nav-link-text:#324968;
  --nav-link-bg-hover:#eaf2ff;
  --nav-active-bg:#1f6feb;
  --nav-active-text:#f7fbff;
  --control-bg:#ffffff;
  --control-text:#152033;
  /* Document surface (template preview/export) */
  --doc-font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  --doc-font-size: 14.5px;
  --doc-line-height: 1.45;
  --doc-section-gap: 16px;
  --doc-accent:#0F172A;
  color-scheme: light;
}
[data-theme="dark"]{
  --bg:#0f1829;
  --text:#e9f0fb;
  --muted:#b3c0d8;
  --card:#162238;
  --border:#253652;
  --header-bg: rgba(22,34,56,0.9);
  --header-shadow: 0 12px 26px rgba(9, 15, 30, 0.35);
  --nav-link-text:#d6e4fb;
  --nav-link-bg-hover:#223753;
  --nav-active-bg:#5da8ff;
  --nav-active-text:#0b1628;
  --control-bg:#1a2a44;
  --control-text:#e9f0fb;
  color-scheme: dark;
}
body{
  background: var(--bg);
  color: var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

#root{
  min-height: 100vh;
}

.site-shell{
  background:
    radial-gradient(1200px 400px at 10% -20%, rgba(169, 224, 255, 0.24), transparent 60%),
    radial-gradient(1000px 400px at 100% -10%, rgba(182, 246, 225, 0.2), transparent 60%),
    linear-gradient(180deg, color-mix(in srgb, var(--bg) 98%, #ffffff 2%) 0%, var(--bg) 100%);
}

.site-header{
  border-color: var(--border);
  background: var(--header-bg);
  box-shadow: var(--header-shadow);
}

.brand-logo{
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: -moz-max-content;
  min-width: max-content;
}

.brand-mark{
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  display: grid;
  place-items: center;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 78%, #7ee0c3 22%), #2265ce);
  box-shadow: 0 8px 18px rgba(31, 111, 235, 0.32);
}

.brand-mark-sheet{
  width: 1.12rem;
  height: 1.24rem;
  border-radius: 0.2rem;
  background: #fff;
}

.brand-mark-line{
  position: absolute;
  left: 0.56rem;
  height: 1px;
  background: #0f5bd8;
  opacity: 0.8;
}

.brand-mark-line-a{ top: 0.67rem; width: 0.66rem; }
.brand-mark-line-b{ top: 0.87rem; width: 0.58rem; }
.brand-mark-line-c{ top: 1.08rem; width: 0.43rem; }

.brand-wordmark{
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-name{
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
}

.brand-tagline{
  margin-top: 0.18rem;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.site-menu-toggle{
  border-color: var(--border);
  background: var(--control-bg);
  color: var(--control-text);
}

.site-nav-wrap{
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
}

.site-nav-pill{
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.5rem 0.88rem;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text);
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.site-nav-pill:hover{
  background: color-mix(in srgb, var(--card) 75%, var(--border) 25%);
}

.site-nav-pill.is-active{
  background: color-mix(in srgb, var(--card) 86%, var(--border) 14%);
  color: var(--text);
  border-color: var(--border);
}

.site-utility-link{
  border: 1px solid var(--border);
  border-radius: 0.7rem;
  padding: 0.52rem 0.75rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--text);
  background: color-mix(in srgb, var(--card) 96%, #ffffff 4%);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.site-utility-link:hover{
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.14);
}

.site-utility-link.is-active{
  color: var(--text);
  background: color-mix(in srgb, var(--card) 86%, var(--border) 14%);
  border-color: var(--border);
}

.site-nav-group-label{
  margin: 0 0 0.55rem 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.theme-control{
  border-color: var(--border);
  background: var(--control-bg);
  color: var(--control-text);
}

.theme-control option{
  color: var(--text);
  background: var(--card);
}

.ui-panel{
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: var(--card);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.hero-platform{
  background:
    radial-gradient(1200px 260px at 0% 0%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 60%),
    linear-gradient(165deg, color-mix(in srgb, var(--card) 95%, #ffffff 5%), var(--card));
}

.hero-side-panel{
  border: 1px solid var(--border);
  border-radius: 0.9rem;
  padding: 1rem;
  background: color-mix(in srgb, var(--card) 85%, var(--accent) 15%);
}

.hero-metric{
  border: 1px solid color-mix(in srgb, var(--border) 82%, var(--accent) 18%);
  border-radius: 0.7rem;
  padding: 0.55rem 0.65rem;
  background: color-mix(in srgb, var(--card) 92%, var(--accent) 8%);
}

.hero-metric dt{
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.hero-metric dd{
  margin-top: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
}

.platform-tile{
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.platform-tile:hover{
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--accent) 32%, var(--border) 68%);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.ui-title{
  letter-spacing: -0.02em;
}

.ui-kicker{
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.ui-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border: 1px solid var(--border);
  padding: 0.65rem 1rem;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.1;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, color 160ms ease;
}

.ui-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.12);
}

.ui-btn-primary{
  border-color: color-mix(in srgb, var(--accent) 70%, #000 30%);
  background: var(--accent);
  color: #fff;
}

.ui-btn-ghost{
  background: transparent;
  color: var(--text);
}

.ui-btn-sm{
  min-height: 36px;
  padding: 0.46rem 0.72rem;
  font-size: 0.82rem;
  border-radius: 0.66rem;
}

.ui-chip{
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  font-size: 0.72rem;
  color: var(--muted);
  background: color-mix(in srgb, var(--card) 92%, var(--accent) 8%);
}

.ui-link{
  text-underline-offset: 3px;
  color: var(--accent);
}

.ui-input{
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid var(--border);
  padding: 0.58rem 0.75rem;
  background: transparent;
  color: var(--text);
}

@media (max-width: 768px){
  .site-header .mx-auto{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  main.mx-auto{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .site-nav-pill,
  .site-utility-link{
    font-size: 0.9rem;
    padding: 0.56rem 0.78rem;
  }

  .site-menu-toggle{
    min-height: 42px;
    min-width: 70px;
  }

  .brand-name{
    font-size: 1rem;
  }

  .brand-tagline{
    font-size: 0.6rem;
  }

  .builder-page .mobile-switch{
    position: sticky;
    top: 72px;
    z-index: 25;
    background: color-mix(in srgb, var(--bg) 92%, #ffffff 8%);
    padding: 0.4rem;
    border: 1px solid var(--border);
    border-radius: 0.8rem;
  }

  .builder-page button{
    min-height: 44px;
  }

  .builder-page .builder-actions{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }

  .builder-page .builder-actions .ui-btn{
    min-height: 42px;
  }

  .builder-page .builder-actions button{
    width: 100%;
  }

  .builder-page input,
  .builder-page select,
  .builder-page textarea{
    font-size: 16px !important;
    min-height: 46px;
    border-radius: 0.8rem;
  }

  .builder-page textarea{
    min-height: 120px;
    line-height: 1.45;
  }

  .builder-page .rounded-2xl.border.p-6,
  .builder-page .rounded-2xl.border.p-5,
  .builder-page .rounded-2xl.border.p-4{
    padding: 0.9rem;
  }

  .builder-page .text-3xl{
    font-size: 1.6rem;
    line-height: 1.25;
  }

  .builder-page .text-2xl{
    font-size: 1.35rem;
    line-height: 1.3;
  }

  .builder-page .rounded-2xl.bg-white.p-8,
  .builder-page .invoice-print-surface{
    padding: 1rem !important;
  }

  .builder-page table{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .builder-page table th,
  .builder-page table td{
    white-space: nowrap;
  }

  .hero-platform .text-4xl{
    font-size: 2rem;
    line-height: 1.2;
  }

  .hero-platform .text-lg{
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (max-width: 420px){
  .site-header .mx-auto{
    gap: 0.45rem;
  }

  .brand-wordmark .brand-tagline{
    display: none;
  }

  .theme-control{
    min-height: 40px;
    font-size: 0.82rem;
    padding: 0.45rem 0.66rem;
  }

  .hero-platform{
    padding: 1rem !important;
  }

  .hero-platform .text-4xl{
    font-size: 1.65rem;
  }

  .hero-platform .ui-btn{
    width: 100%;
  }

  .platform-tile.p-5{
    padding: 0.9rem !important;
  }

  .platform-tile .text-xl{
    font-size: 1rem;
  }

  .builder-page .builder-actions{
    grid-template-columns: 1fr;
  }

  .mobile-switch{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }

  .mobile-switch button{
    width: 100%;
  }

  .ui-btn{
    width: 100%;
  }

  .builder-page .rounded-2xl.bg-white.p-8,
  .builder-page .invoice-print-surface{
    padding: 0.8rem !important;
  }

  .builder-page .text-3xl{
    font-size: 1.4rem;
  }

  .builder-page .text-2xl{
    font-size: 1.2rem;
  }
}

@media (max-width: 360px){
  .site-nav-pill{
    font-size: 0.84rem;
    padding: 0.5rem 0.68rem;
  }

  .site-menu-toggle{
    min-width: 62px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .builder-page .mobile-switch{
    top: 64px;
    padding: 0.32rem;
  }

  .builder-page .mobile-switch button{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.82rem;
  }
}

.ui-seg{
  border: 1px solid var(--border);
  border-radius: 0.7rem;
  padding: 0.45rem 0.68rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted);
  background: color-mix(in srgb, var(--card) 94%, var(--accent) 6%);
}

.ui-seg.is-active{
  color: #fff;
  background: var(--accent);
  border-color: color-mix(in srgb, var(--accent) 74%, #000 26%);
}

/* Builder focus helper (scroll + highlight after ATS fixes) */
.field-highlight{
  outline: 3px solid rgba(15, 23, 42, 0.35);
  box-shadow: 0 0 0 6px rgba(15, 23, 42, 0.08);
  transition: box-shadow 200ms ease, outline-color 200ms ease;
}

.doc-surface{
  font-family: var(--doc-font);
  font-size: var(--doc-font-size);
  line-height: var(--doc-line-height);
}

/* Layout presets (applied via data-doc-layout on <html>) */
html[data-doc-layout="modern"] .doc-surface{
  letter-spacing: -0.01em;
}
html[data-doc-layout="modern2"] .doc-surface{
  letter-spacing: -0.01em;
}
html[data-doc-layout="classic"] .doc-surface{
  letter-spacing: 0;
}
html[data-doc-layout="minimal"] .doc-surface{
  letter-spacing: -0.005em;
}
html[data-doc-layout="ats"] .doc-surface{
  letter-spacing: 0;
}
html[data-doc-layout="ats2"] .doc-surface{
  letter-spacing: 0;
}

/* Common heading accent */
.doc-surface .doc-accent{ color: var(--doc-accent); }

/* Section title styles */
html[data-doc-layout="modern"] .doc-surface .doc-section-title{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.08em;
}

html[data-doc-layout="modern2"] .doc-surface .doc-section-title{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.08em;
}

html[data-doc-layout="classic"] .doc-surface .doc-section-title{
  font-weight: 700;
  text-transform: none;
  font-size: 12px;
  letter-spacing: 0.02em;
}

html[data-doc-layout="minimal"] .doc-surface .doc-section-title{
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10.5px;
  letter-spacing: 0.12em;
}

html[data-doc-layout="ats"] .doc-surface .doc-section-title{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.06em;
}

html[data-doc-layout="ats2"] .doc-surface .doc-section-title{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.06em;
}

/* Divider behavior */
html[data-doc-layout="minimal"] .doc-surface .doc-divider{ display:none; }
html[data-doc-layout="modern2"] .doc-surface .doc-divider{ background: var(--border); opacity: 1; }
html[data-doc-layout="ats"] .doc-surface .doc-divider{ background: #111111; opacity: 0.35; }
html[data-doc-layout="ats2"] .doc-surface .doc-divider{ background: #111111; opacity: 0.35; }

/* Two-column resume layout (ATS 2-column) */
.doc-two-col{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 18px;
}

html[data-doc-layout="modern2"] .doc-two-col{
  grid-template-columns: 3fr 1.3fr;
  gap: 20px;
}

@media (max-width: 640px){
  .doc-two-col{ grid-template-columns: 1fr; }
}

.doc-side{
  padding-left: 14px;
  border-left: 1px solid var(--border);
}

.doc-surface .doc-section + .doc-section{
  margin-top: var(--doc-section-gap);
}

/* Version Compare / Diff */
.compare-modal{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 70;
  padding: 16px;
}
.compare-panel{
  width: min(980px, 100%);
  max-height: 90vh;
  overflow: auto;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,.28);
}
.compare-header{
  padding: 14px 16px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
}
.compare-body{ padding: 16px; }
.compare-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom: 10px;
}
.compare-tab{
  border:1px solid var(--border);
  padding:8px 10px;
  border-radius: 999px;
  font-size: 13px;
  cursor:pointer;
  background: transparent;
}
.compare-tab.active{
  background: var(--card);
}
.compare-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 860px){
  .compare-grid{ grid-template-columns: 1fr; }
}
.compare-box{
  border:1px solid var(--border);
  border-radius: 14px;
  overflow:hidden;
}
.compare-box h4{
  margin:0;
  padding:10px 12px;
  font-size: 13px;
  border-bottom:1px solid var(--border);
  background: var(--card);
}
.compare-pre{
  padding: 12px;
  font-size: 13px;
  white-space: pre-wrap;
  word-break: break-word;
  line-height: 1.45;
}
.diff-box{
  border:1px solid var(--border);
  border-radius: 14px;
  overflow:hidden;
  margin-top: 10px;
}
.diff-legend{
  padding: 10px 12px;
  border-bottom:1px solid var(--border);
  display:flex;
  gap:8px;
  align-items:center;
  background: var(--card);
}
.diff-pill{
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 999px;
  border:1px solid var(--border);
}
.diff-pill.diff-add{ background: rgba(34,197,94,.10); }
.diff-pill.diff-del{ background: rgba(239,68,68,.10); }
.diff-pill.diff-eq{ background: rgba(148,163,184,.10); }
.diff-lines{ padding: 8px 0; }
.diff-line{
  display:flex;
  gap:10px;
  padding: 3px 12px;
  font-size: 13px;
  line-height: 1.45;
}
.diff-line-add{ background: rgba(34,197,94,.08); }
.diff-line-del{ background: rgba(239,68,68,.08); }
.diff-line-eq{ background: transparent; opacity: .92; }
.diff-mark{
  width: 14px;
  opacity: .65;
}
.diff-text{ flex:1; white-space: pre-wrap; word-break: break-word; }


@media print {
  header, footer, .no-print { display: none !important; }
  body { background: #fff !important; }
  main { max-width: none !important; padding: 0 !important; }
  .invoice-print-surface { border: none !important; box-shadow: none !important; margin: 0 !important; }
}


.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}


.hover\:bg-neutral-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}


.hover\:opacity-90:hover {
  opacity: 0.9;
}


.disabled\:opacity-60:disabled {
  opacity: 0.6;
}


@media (min-width: 640px) {

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }
}


@media (min-width: 768px) {

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-\[360px\] {
    width: 360px;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-\[1\.05fr_0\.95fr\] {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .md\:grid-cols-\[1\.6fr_0\.4fr_0\.6fr_auto\] {
    grid-template-columns: 1.6fr 0.4fr 0.6fr auto;
  }

  .md\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}


@media (min-width: 1024px) {

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


@media (min-width: 1280px) {

  .xl\:grid-cols-\[1\.1fr_0\.9fr\] {
    grid-template-columns: 1.1fr 0.9fr;
  }
}
