:root {
    --background-color: #F9FAFB;
    --font-color: #0A0A0A;
    --header-bg: #fff;
    --header-font: #0A0A0A;
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-red-100: oklch(.936 .032 17.717);
    --color-red-300: oklch(.808 .114 19.571);
    --color-red-600: oklch(.577 .245 27.325);
    --color-red-800: oklch(.444 .177 26.899);
    --color-yellow-50: oklch(.987 .026 102.212);
    --color-yellow-100: oklch(.973 .071 103.193);
    --color-yellow-300: oklch(.905 .182 98.111);
    --color-yellow-800: oklch(.476 .114 61.907);
    --color-green-50: oklch(.982 .018 155.826);
    --color-green-100: oklch(.962 .044 156.743);
    --color-green-200: oklch(.925 .084 155.995);
    --color-green-300: oklch(.871 .15 154.449);
    --color-green-600: oklch(.627 .194 149.214);
    --color-green-800: oklch(.448 .119 151.328);
    --color-blue-600: oklch(.546 .245 262.881);
    --color-purple-600: oklch(.558 .288 302.321);
    --color-gray-50: oklch(.985 .002 247.839);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-400: oklch(.707 .022 261.325);
    --color-gray-500: oklch(.551 .027 264.364);
    --color-gray-600: oklch(.446 .03 256.802);
    --color-gray-700: oklch(.373 .034 259.733);
    --color-gray-800: oklch(.278 .033 256.848);
    --color-gray-900: oklch(.21 .034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --container-7xl: 80rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --leading-relaxed: 1.625;
    --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);
    --font-size: 16px;
    --background: #fff;
    --foreground: oklch(.145 0 0);
    --card: #fff;
    --card-foreground: oklch(.145 0 0);
    --popover: oklch(1 0 0);
    --popover-foreground: oklch(.145 0 0);
    --primary: #030213;
    --primary-foreground: oklch(1 0 0);
    --secondary: oklch(.95 .0058 264.53);
    --secondary-foreground: #030213;
    --muted: #ececf0;
    --muted-foreground: #717182;
    --accent: #e9ebef;
    --accent-foreground: #030213;
    --destructive: #d4183d;
    --destructive-foreground: #fff;
    --border: #0000001a;
    --input: transparent;
    --input-background: #ECFDF5;
    --switch-background: #cbced4;
    --font-weight-medium: 500;
    --font-weight-normal: 400;
    --ring: oklch(.708 0 0);
    --chart-1: oklch(.646 .222 41.116);
    --chart-2: oklch(.6 .118 184.704);
    --chart-3: oklch(.398 .07 227.392);
    --chart-4: oklch(.828 .189 84.429);
    --chart-5: oklch(.769 .188 70.08);
    --radius: 8px;
    --sidebar: oklch(.985 0 0);
    --sidebar-foreground: oklch(.145 0 0);
    --sidebar-primary: #030213;
    --sidebar-primary-foreground: oklch(.985 0 0);
    --sidebar-accent: oklch(.97 0 0);
    --sidebar-accent-foreground: oklch(.205 0 0);
    --sidebar-border: oklch(.922 0 0);
    --sidebar-ring: oklch(.708 0 0);
    --color-grey-96:#ECFDF5;
}

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;
}


.text-gray-400 {
    color: var(--color-gray-400);
}

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

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

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

.text-gray-800 {
    color: var(--color-gray-800);
}

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

.text-green-600 {
    color: var(--color-green-600);
}

.text-green-800 {
    color: var(--color-green-800);
}

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

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

.input-base {
    color: var(--foreground);
    background-color: var(--input-background);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    height: 2.25rem;
    width: 100%;
    min-width: 0;
    padding: 0.25rem 0.75rem;
    font-size: var(--text-base);
    line-height: 1.5;
    display: flex;
    align-items: center;
    transition: color 0.15s, box-shadow 0.15s;
    outline: none;
}

.input-base::placeholder {
    color: var(--muted-foreground);
}

.input-base:focus-visible {
    border-color: var(--ring);
    box-shadow: 0 0 0 3px var(--ring);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.input-base:disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.input-base[aria-invalid="true"] {
    border-color: var(--destructive);
    box-shadow: 0 0 0 3px rgba(212, 24, 61, 0.2);
}

@media (min-width: 768px) {
    .input-base {
        font-size: var(--text-sm);
    }
}

.checkbox-base {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    color: var(--foreground);
    background-color: var(--input-background);
    appearance: none;
    width: 16px;
    height: 16px;
    position: relative;
}

.checkbox-base::before {
    content: '✓';
    font-weight: 800;
    position: absolute;
    top: 20%;
    left: 55%;
    transform: translate(-50%, -50%) scale(0);
    width: 10px;
    height: 10px;
    transition: transform 0.2s ease-in-out;
}

.checkbox-base:checked::before {
    transform: translate(-50%, -50%) scale(1);
  }

.button-base {
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    border-radius: var(--radius);
    font-size: var(--text-sm);
    font-weight: var(--font-weight-medium);
    transition: all var(--default-transition-duration) var(--default-transition-timing-function);
    pointer-events: auto;
    opacity: 1;
    outline: none;
    height: 2.25rem;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
}

.button-base:disabled {
    pointer-events: none;
    opacity: 0.5;
}

.button-base svg {
    pointer-events: none;
    flex-shrink: 0;
}

.button-base svg:not([class*='size-']) {
    width: 1rem;
    height: 1rem;
}

.button-base:has(> svg) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.bg-primary {
    background-color: var(--primary);
}
.text-primary-foreground {
    color: var(--primary-foreground);
}

.bg-input-background {
    background-color: var(--input-background);
}

.bg-destructive {
    background-color: var(--destructive);
}


@media (hover: hover) {
    .hover\:text-accent-foreground:hover {
      color: var(--accent-foreground);
    }
}
@media (hover: hover) {
    .hover\:bg-accent:hover {
      background-color: var(--accent);
    }
}

.item-box {
    border-radius: 14px;
    border: 1px solid  rgba(0, 0, 0, 0.10);
    background: #fff;
}
