/*! 
 * Nighthawk Partners - Complete Compiled CSS
 * Version: 1.0.0
 * 
 * This is a standalone CSS file containing:
 * - Tailwind CSS Preflight (normalize/reset)
 * - All Tailwind utility classes
 * - Nighthawk Partners design system
 * 
 * Usage: Add this single file to your HTML:
 * <link rel="stylesheet" href="nighthawk-complete.css">
 * <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
 */

/* ============================================
   CSS Custom Properties (Design Tokens)
   ============================================ */

:root {
    --background: 0 0% 100%;
    --foreground: 240 10% 10%;
    --card: 0 0% 100%;
    --card-foreground: 240 10% 10%;
    --popover: 0 0% 100%;
    --popover-foreground: 240 10% 10%;
    --primary: 246 54% 68%;
    --primary-foreground: 0 0% 100%;
    --secondary: 240 5% 96%;
    --secondary-foreground: 240 10% 10%;
    --muted: 240 5% 96%;
    --muted-foreground: 240 5% 46%;
    --accent: 246 54% 68%;
    --accent-foreground: 0 0% 100%;
    --destructive: 0 84% 60%;
    --destructive-foreground: 0 0% 100%;
    --border: 240 6% 90%;
    --input: 240 6% 90%;
    --ring: 246 54% 68%;
    --radius: 0.5rem;
    --success: 142 71% 45%;
    --success-foreground: 0 0% 100%;
    --warning: 38 92% 50%;
    --warning-foreground: 0 0% 100%;
    --sidebar-background: 240 10% 4%;
    --sidebar-foreground: 0 0% 95%;
    --sidebar-primary: 246 54% 68%;
    --sidebar-primary-foreground: 0 0% 100%;
    --sidebar-accent: 240 5% 15%;
    --sidebar-accent-foreground: 0 0% 95%;
    --sidebar-border: 240 5% 20%;
    --sidebar-ring: 246 54% 68%;
    --gradient-primary: linear-gradient(135deg, hsl(246 54% 68%) 0%, hsl(280 50% 55%) 100%);
    --gradient-subtle: linear-gradient(180deg, hsl(240 5% 98%) 0%, hsl(0 0% 100%) 100%);
}

.dark {
    --background: 240 10% 4%;
    --foreground: 0 0% 95%;
    --card: 240 10% 8%;
    --card-foreground: 0 0% 95%;
    --popover: 240 10% 8%;
    --popover-foreground: 0 0% 95%;
    --primary: 246 54% 68%;
    --primary-foreground: 0 0% 100%;
    --secondary: 240 5% 15%;
    --secondary-foreground: 0 0% 95%;
    --muted: 240 5% 15%;
    --muted-foreground: 240 5% 65%;
    --accent: 246 54% 68%;
    --accent-foreground: 0 0% 100%;
    --destructive: 0 62% 30%;
    --destructive-foreground: 0 0% 95%;
    --border: 240 5% 20%;
    --input: 240 5% 20%;
    --ring: 246 54% 68%;
    --sidebar-background: 240 10% 4%;
    --sidebar-foreground: 0 0% 95%;
    --sidebar-primary: 246 54% 68%;
    --sidebar-primary-foreground: 0 0% 100%;
    --sidebar-accent: 240 5% 15%;
    --sidebar-accent-foreground: 0 0% 95%;
    --sidebar-border: 240 5% 20%;
    --sidebar-ring: 246 54% 68%;
}

/* ============================================
   Tailwind CSS Preflight (Reset/Normalize)
   ============================================ */

*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: hsl(var(--border));
}

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

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
}

body {
    margin: 0;
    line-height: inherit;
    background-color: hsl(var(--background));
    color: hsl(var(--foreground));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    letter-spacing: -0.025em;
}

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

b, strong {
    font-weight: bolder;
}

code, kbd, samp, pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button, select {
    text-transform: none;
}

button, [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

:-moz-focusring {
    outline: auto;
}

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

progress {
    vertical-align: baseline;
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

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

dialog {
    padding: 0;
}

textarea {
    resize: vertical;
}

    input::placeholder, textarea::placeholder {
        opacity: 1;
        color: hsl(var(--muted-foreground));
    }

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

:disabled {
    cursor: default;
}

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

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

[hidden] {
    display: none;
}

/* ============================================
   Layout Utilities
   ============================================ */

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}

/* Display */
.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.inline-table {
    display: inline-table;
}

.table-caption {
    display: table-caption;
}

.table-cell {
    display: table-cell;
}

.table-column {
    display: table-column;
}

.table-column-group {
    display: table-column-group;
}

.table-footer-group {
    display: table-footer-group;
}

.table-header-group {
    display: table-header-group;
}

.table-row-group {
    display: table-row-group;
}

.table-row {
    display: table-row;
}

.flow-root {
    display: flow-root;
}

.grid {
    display: grid;
}

.inline-grid {
    display: inline-grid;
}

.contents {
    display: contents;
}

.list-item {
    display: list-item;
}

.hidden {
    display: none;
}

/* Position */
.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

/* Inset */
.inset-0 {
    inset: 0px;
}

.inset-x-0 {
    left: 0px;
    right: 0px;
}

.inset-y-0 {
    top: 0px;
    bottom: 0px;
}

.-inset-1 {
    inset: -0.25rem;
}

.inset-1 {
    inset: 0.25rem;
}

.inset-2 {
    inset: 0.5rem;
}

.inset-4 {
    inset: 1rem;
}

.inset-auto {
    inset: auto;
}

.top-0 {
    top: 0px;
}

.top-1 {
    top: 0.25rem;
}

.top-2 {
    top: 0.5rem;
}

.top-3 {
    top: 0.75rem;
}

.top-4 {
    top: 1rem;
}

.top-5 {
    top: 1.25rem;
}

.top-6 {
    top: 1.5rem;
}

.top-8 {
    top: 2rem;
}

.top-10 {
    top: 2.5rem;
}

.top-12 {
    top: 3rem;
}

.top-16 {
    top: 4rem;
}

.top-20 {
    top: 5rem;
}

.top-auto {
    top: auto;
}

.top-1\/2 {
    top: 50%;
}

.top-full {
    top: 100%;
}

.-top-1 {
    top: -0.25rem;
}

.-top-2 {
    top: -0.5rem;
}

.-top-4 {
    top: -1rem;
}

.right-0 {
    right: 0px;
}

.right-1 {
    right: 0.25rem;
}

.right-2 {
    right: 0.5rem;
}

.right-3 {
    right: 0.75rem;
}

.right-4 {
    right: 1rem;
}

.right-5 {
    right: 1.25rem;
}

.right-6 {
    right: 1.5rem;
}

.right-8 {
    right: 2rem;
}

.right-auto {
    right: auto;
}

.-right-1 {
    right: -0.25rem;
}

.-right-2 {
    right: -0.5rem;
}

.bottom-0 {
    bottom: 0px;
}

.bottom-1 {
    bottom: 0.25rem;
}

.bottom-2 {
    bottom: 0.5rem;
}

.bottom-4 {
    bottom: 1rem;
}

.bottom-6 {
    bottom: 1.5rem;
}

.bottom-8 {
    bottom: 2rem;
}

.bottom-auto {
    bottom: auto;
}

.left-0 {
    left: 0px;
}

.left-1 {
    left: 0.25rem;
}

.left-2 {
    left: 0.5rem;
}

.left-4 {
    left: 1rem;
}

.left-1\/2 {
    left: 50%;
}

.left-auto {
    left: auto;
}

/* Z-Index */
.z-0 {
    z-index: 0;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}

.z-40 {
    z-index: 40;
}

.z-50 {
    z-index: 50;
}

.z-auto {
    z-index: auto;
}

/* ============================================
   Flexbox & Grid
   ============================================ */

/* Flex Direction */
.flex-row {
    flex-direction: row;
}

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

.flex-col {
    flex-direction: column;
}

.flex-col-reverse {
    flex-direction: column-reverse;
}

/* Flex Wrap */
.flex-wrap {
    flex-wrap: wrap;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

/* Flex */
.flex-1 {
    flex: 1 1 0%;
}

.flex-auto {
    flex: 1 1 auto;
}

.flex-initial {
    flex: 0 1 auto;
}

.flex-none {
    flex: none;
}

/* Flex Grow */
.grow {
    flex-grow: 1;
}

.grow-0 {
    flex-grow: 0;
}

/* Flex Shrink */
.shrink {
    flex-shrink: 1;
}

.shrink-0 {
    flex-shrink: 0;
}

/* Order */
.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-first {
    order: -9999;
}

.order-last {
    order: 9999;
}

.order-none {
    order: 0;
}

/* Grid Template Columns */
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

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

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

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

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

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

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

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

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

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

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

.grid-cols-none {
    grid-template-columns: none;
}

.grid-cols-subgrid {
    grid-template-columns: subgrid;
}

/* Grid Template Rows */
.grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-none {
    grid-template-rows: none;
}

.grid-rows-subgrid {
    grid-template-rows: subgrid;
}

/* Grid Column Span */
.col-auto {
    grid-column: auto;
}

.col-span-1 {
    grid-column: span 1 / span 1;
}

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

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

.col-span-4 {
    grid-column: span 4 / span 4;
}

.col-span-5 {
    grid-column: span 5 / span 5;
}

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

.col-span-7 {
    grid-column: span 7 / span 7;
}

.col-span-8 {
    grid-column: span 8 / span 8;
}

.col-span-9 {
    grid-column: span 9 / span 9;
}

.col-span-10 {
    grid-column: span 10 / span 10;
}

.col-span-11 {
    grid-column: span 11 / span 11;
}

.col-span-12 {
    grid-column: span 12 / span 12;
}

.col-span-full {
    grid-column: 1 / -1;
}

/* Grid Row Span */
.row-auto {
    grid-row: auto;
}

.row-span-1 {
    grid-row: span 1 / span 1;
}

.row-span-2 {
    grid-row: span 2 / span 2;
}

.row-span-3 {
    grid-row: span 3 / span 3;
}

.row-span-4 {
    grid-row: span 4 / span 4;
}

.row-span-5 {
    grid-row: span 5 / span 5;
}

.row-span-6 {
    grid-row: span 6 / span 6;
}

.row-span-full {
    grid-row: 1 / -1;
}

/* Gap */
.gap-0 {
    gap: 0px;
}

.gap-0\.5 {
    gap: 0.125rem;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-1\.5 {
    gap: 0.375rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-2\.5 {
    gap: 0.625rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-3\.5 {
    gap: 0.875rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-7 {
    gap: 1.75rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-9 {
    gap: 2.25rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-11 {
    gap: 2.75rem;
}

.gap-12 {
    gap: 3rem;
}

.gap-14 {
    gap: 3.5rem;
}

.gap-16 {
    gap: 4rem;
}

.gap-20 {
    gap: 5rem;
}

.gap-24 {
    gap: 6rem;
}

.gap-28 {
    gap: 7rem;
}

.gap-32 {
    gap: 8rem;
}

.gap-x-0 {
    column-gap: 0px;
}

.gap-x-1 {
    column-gap: 0.25rem;
}

.gap-x-2 {
    column-gap: 0.5rem;
}

.gap-x-3 {
    column-gap: 0.75rem;
}

.gap-x-4 {
    column-gap: 1rem;
}

.gap-x-5 {
    column-gap: 1.25rem;
}

.gap-x-6 {
    column-gap: 1.5rem;
}

.gap-x-8 {
    column-gap: 2rem;
}

.gap-x-10 {
    column-gap: 2.5rem;
}

.gap-x-12 {
    column-gap: 3rem;
}

.gap-y-0 {
    row-gap: 0px;
}

.gap-y-1 {
    row-gap: 0.25rem;
}

.gap-y-2 {
    row-gap: 0.5rem;
}

.gap-y-3 {
    row-gap: 0.75rem;
}

.gap-y-4 {
    row-gap: 1rem;
}

.gap-y-5 {
    row-gap: 1.25rem;
}

.gap-y-6 {
    row-gap: 1.5rem;
}

.gap-y-8 {
    row-gap: 2rem;
}

.gap-y-10 {
    row-gap: 2.5rem;
}

.gap-y-12 {
    row-gap: 3rem;
}

/* Justify Content */
.justify-normal {
    justify-content: normal;
}

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

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

.justify-center {
    justify-content: center;
}

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

.justify-around {
    justify-content: space-around;
}

.justify-evenly {
    justify-content: space-evenly;
}

.justify-stretch {
    justify-content: stretch;
}

/* Justify Items */
.justify-items-start {
    justify-items: start;
}

.justify-items-end {
    justify-items: end;
}

.justify-items-center {
    justify-items: center;
}

.justify-items-stretch {
    justify-items: stretch;
}

/* Justify Self */
.justify-self-auto {
    justify-self: auto;
}

.justify-self-start {
    justify-self: start;
}

.justify-self-end {
    justify-self: end;
}

.justify-self-center {
    justify-self: center;
}

.justify-self-stretch {
    justify-self: stretch;
}

/* Align Content */
.content-normal {
    align-content: normal;
}

.content-center {
    align-content: center;
}

.content-start {
    align-content: flex-start;
}

.content-end {
    align-content: flex-end;
}

.content-between {
    align-content: space-between;
}

.content-around {
    align-content: space-around;
}

.content-evenly {
    align-content: space-evenly;
}

.content-baseline {
    align-content: baseline;
}

.content-stretch {
    align-content: stretch;
}

/* Align Items */
.items-start {
    align-items: flex-start;
}

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

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

.items-baseline {
    align-items: baseline;
}

.items-stretch {
    align-items: stretch;
}

/* Align Self */
.self-auto {
    align-self: auto;
}

.self-start {
    align-self: flex-start;
}

.self-end {
    align-self: flex-end;
}

.self-center {
    align-self: center;
}

.self-stretch {
    align-self: stretch;
}

.self-baseline {
    align-self: baseline;
}

/* Place Content */
.place-content-center {
    place-content: center;
}

.place-content-start {
    place-content: start;
}

.place-content-end {
    place-content: end;
}

.place-content-between {
    place-content: space-between;
}

.place-content-around {
    place-content: space-around;
}

.place-content-evenly {
    place-content: space-evenly;
}

.place-content-baseline {
    place-content: baseline;
}

.place-content-stretch {
    place-content: stretch;
}

/* Place Items */
.place-items-start {
    place-items: start;
}

.place-items-end {
    place-items: end;
}

.place-items-center {
    place-items: center;
}

.place-items-baseline {
    place-items: baseline;
}

.place-items-stretch {
    place-items: stretch;
}

/* Place Self */
.place-self-auto {
    place-self: auto;
}

.place-self-start {
    place-self: start;
}

.place-self-end {
    place-self: end;
}

.place-self-center {
    place-self: center;
}

.place-self-stretch {
    place-self: stretch;
}

/* ============================================
   Spacing (Padding & Margin)
   ============================================ */

/* Padding */
.p-0 {
    padding: 0px;
}

.p-0\.5 {
    padding: 0.125rem;
}

.p-1 {
    padding: 0.25rem;
}

.p-1\.5 {
    padding: 0.375rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-2\.5 {
    padding: 0.625rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-3\.5 {
    padding: 0.875rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-7 {
    padding: 1.75rem;
}

.p-8 {
    padding: 2rem;
}

.p-9 {
    padding: 2.25rem;
}

.p-10 {
    padding: 2.5rem;
}

.p-11 {
    padding: 2.75rem;
}

.p-12 {
    padding: 3rem;
}

.p-14 {
    padding: 3.5rem;
}

.p-16 {
    padding: 4rem;
}

.p-20 {
    padding: 5rem;
}

.p-24 {
    padding: 6rem;
}

.p-28 {
    padding: 7rem;
}

.p-32 {
    padding: 8rem;
}

.p-36 {
    padding: 9rem;
}

.p-40 {
    padding: 10rem;
}

.p-44 {
    padding: 11rem;
}

.p-48 {
    padding: 12rem;
}

.p-52 {
    padding: 13rem;
}

.p-56 {
    padding: 14rem;
}

.p-60 {
    padding: 15rem;
}

.p-64 {
    padding: 16rem;
}

.p-72 {
    padding: 18rem;
}

.p-80 {
    padding: 20rem;
}

.p-96 {
    padding: 24rem;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
}

.px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
}

.px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
}

.px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
}

.px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
}

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.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-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.pt-0 {
    padding-top: 0px;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-7 {
    padding-top: 1.75rem;
}

.pt-8 {
    padding-top: 2rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pt-12 {
    padding-top: 3rem;
}

.pt-14 {
    padding-top: 3.5rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pt-20 {
    padding-top: 5rem;
}

.pt-24 {
    padding-top: 6rem;
}

.pt-32 {
    padding-top: 8rem;
}

.pr-0 {
    padding-right: 0px;
}

.pr-1 {
    padding-right: 0.25rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-3 {
    padding-right: 0.75rem;
}

.pr-4 {
    padding-right: 1rem;
}

.pr-5 {
    padding-right: 1.25rem;
}

.pr-6 {
    padding-right: 1.5rem;
}

.pr-8 {
    padding-right: 2rem;
}

.pr-10 {
    padding-right: 2.5rem;
}

.pr-12 {
    padding-right: 3rem;
}

.pr-16 {
    padding-right: 4rem;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pb-12 {
    padding-bottom: 3rem;
}

.pb-16 {
    padding-bottom: 4rem;
}

.pb-20 {
    padding-bottom: 5rem;
}

.pb-24 {
    padding-bottom: 6rem;
}

.pb-32 {
    padding-bottom: 8rem;
}

.pl-0 {
    padding-left: 0px;
}

.pl-1 {
    padding-left: 0.25rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pl-3 {
    padding-left: 0.75rem;
}

.pl-4 {
    padding-left: 1rem;
}

.pl-5 {
    padding-left: 1.25rem;
}

.pl-6 {
    padding-left: 1.5rem;
}

.pl-8 {
    padding-left: 2rem;
}

.pl-10 {
    padding-left: 2.5rem;
}

.pl-12 {
    padding-left: 3rem;
}

.pl-16 {
    padding-left: 4rem;
}

/* Margin */
.m-0 {
    margin: 0px;
}

.m-0\.5 {
    margin: 0.125rem;
}

.m-1 {
    margin: 0.25rem;
}

.m-1\.5 {
    margin: 0.375rem;
}

.m-2 {
    margin: 0.5rem;
}

.m-2\.5 {
    margin: 0.625rem;
}

.m-3 {
    margin: 0.75rem;
}

.m-3\.5 {
    margin: 0.875rem;
}

.m-4 {
    margin: 1rem;
}

.m-5 {
    margin: 1.25rem;
}

.m-6 {
    margin: 1.5rem;
}

.m-7 {
    margin: 1.75rem;
}

.m-8 {
    margin: 2rem;
}

.m-9 {
    margin: 2.25rem;
}

.m-10 {
    margin: 2.5rem;
}

.m-11 {
    margin: 2.75rem;
}

.m-12 {
    margin: 3rem;
}

.m-14 {
    margin: 3.5rem;
}

.m-16 {
    margin: 4rem;
}

.m-20 {
    margin: 5rem;
}

.m-24 {
    margin: 6rem;
}

.m-28 {
    margin: 7rem;
}

.m-32 {
    margin: 8rem;
}

.m-auto {
    margin: auto;
}

.mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
}

.mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
}

.mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.mt-0 {
    margin-top: 0px;
}

.mt-1 {
    margin-top: 0.25rem;
}

.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-7 {
    margin-top: 1.75rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-14 {
    margin-top: 3.5rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mt-20 {
    margin-top: 5rem;
}

.mt-24 {
    margin-top: 6rem;
}

.mt-32 {
    margin-top: 8rem;
}

.mt-auto {
    margin-top: auto;
}

.-mt-1 {
    margin-top: -0.25rem;
}

.-mt-2 {
    margin-top: -0.5rem;
}

.-mt-4 {
    margin-top: -1rem;
}

.-mt-8 {
    margin-top: -2rem;
}

.-mt-16 {
    margin-top: -4rem;
}

.mr-0 {
    margin-right: 0px;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mr-5 {
    margin-right: 1.25rem;
}

.mr-6 {
    margin-right: 1.5rem;
}

.mr-8 {
    margin-right: 2rem;
}

.mr-10 {
    margin-right: 2.5rem;
}

.mr-12 {
    margin-right: 3rem;
}

.mr-auto {
    margin-right: auto;
}

.-mr-1 {
    margin-right: -0.25rem;
}

.-mr-2 {
    margin-right: -0.5rem;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-7 {
    margin-bottom: 1.75rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-14 {
    margin-bottom: 3.5rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mb-20 {
    margin-bottom: 5rem;
}

.mb-24 {
    margin-bottom: 6rem;
}

.mb-32 {
    margin-bottom: 8rem;
}

.-mb-1 {
    margin-bottom: -0.25rem;
}

.-mb-2 {
    margin-bottom: -0.5rem;
}

.ml-0 {
    margin-left: 0px;
}

.ml-1 {
    margin-left: 0.25rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.ml-4 {
    margin-left: 1rem;
}

.ml-5 {
    margin-left: 1.25rem;
}

.ml-6 {
    margin-left: 1.5rem;
}

.ml-8 {
    margin-left: 2rem;
}

.ml-10 {
    margin-left: 2.5rem;
}

.ml-12 {
    margin-left: 3rem;
}

.ml-auto {
    margin-left: auto;
}

.-ml-1 {
    margin-left: -0.25rem;
}

.-ml-2 {
    margin-left: -0.5rem;
}

.-ml-4 {
    margin-left: -1rem;
}

/* Space Between */
.space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

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

/* ============================================
   Sizing
   ============================================ */

/* Width */
.w-0 {
    width: 0px;
}

.w-0\.5 {
    width: 0.125rem;
}

.w-1 {
    width: 0.25rem;
}

.w-1\.5 {
    width: 0.375rem;
}

.w-2 {
    width: 0.5rem;
}

.w-2\.5 {
    width: 0.625rem;
}

.w-3 {
    width: 0.75rem;
}

.w-3\.5 {
    width: 0.875rem;
}

.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-7 {
    width: 1.75rem;
}

.w-8 {
    width: 2rem;
}

.w-9 {
    width: 2.25rem;
}

.w-10 {
    width: 2.5rem;
}

.w-11 {
    width: 2.75rem;
}

.w-12 {
    width: 3rem;
}

.w-14 {
    width: 3.5rem;
}

.w-16 {
    width: 4rem;
}

.w-20 {
    width: 5rem;
}

.w-24 {
    width: 6rem;
}

.w-28 {
    width: 7rem;
}

.w-32 {
    width: 8rem;
}

.w-36 {
    width: 9rem;
}

.w-40 {
    width: 10rem;
}

.w-44 {
    width: 11rem;
}

.w-48 {
    width: 12rem;
}

.w-52 {
    width: 13rem;
}

.w-56 {
    width: 14rem;
}

.w-60 {
    width: 15rem;
}

.w-64 {
    width: 16rem;
}

.w-72 {
    width: 18rem;
}

.w-80 {
    width: 20rem;
}

.w-96 {
    width: 24rem;
}

.w-auto {
    width: auto;
}

.w-px {
    width: 1px;
}

.w-1\/2 {
    width: 50%;
}

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

.w-2\/3 {
    width: 66.666667%;
}

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

.w-2\/4 {
    width: 50%;
}

.w-3\/4 {
    width: 75%;
}

.w-1\/5 {
    width: 20%;
}

.w-2\/5 {
    width: 40%;
}

.w-3\/5 {
    width: 60%;
}

.w-4\/5 {
    width: 80%;
}

.w-1\/6 {
    width: 16.666667%;
}

.w-2\/6 {
    width: 33.333333%;
}

.w-3\/6 {
    width: 50%;
}

.w-4\/6 {
    width: 66.666667%;
}

.w-5\/6 {
    width: 83.333333%;
}

.w-1\/12 {
    width: 8.333333%;
}

.w-2\/12 {
    width: 16.666667%;
}

.w-3\/12 {
    width: 25%;
}

.w-4\/12 {
    width: 33.333333%;
}

.w-5\/12 {
    width: 41.666667%;
}

.w-6\/12 {
    width: 50%;
}

.w-7\/12 {
    width: 58.333333%;
}

.w-8\/12 {
    width: 66.666667%;
}

.w-9\/12 {
    width: 75%;
}

.w-10\/12 {
    width: 83.333333%;
}

.w-11\/12 {
    width: 91.666667%;
}

.w-full {
    width: 100%;
}

.w-screen {
    width: 100vw;
}

.w-svw {
    width: 100svw;
}

.w-lvw {
    width: 100lvw;
}

.w-dvw {
    width: 100dvw;
}

.w-min {
    width: min-content;
}

.w-max {
    width: max-content;
}

.w-fit {
    width: fit-content;
}

/* Min Width */
.min-w-0 {
    min-width: 0px;
}

.min-w-1 {
    min-width: 0.25rem;
}

.min-w-2 {
    min-width: 0.5rem;
}

.min-w-3 {
    min-width: 0.75rem;
}

.min-w-4 {
    min-width: 1rem;
}

.min-w-5 {
    min-width: 1.25rem;
}

.min-w-6 {
    min-width: 1.5rem;
}

.min-w-8 {
    min-width: 2rem;
}

.min-w-10 {
    min-width: 2.5rem;
}

.min-w-12 {
    min-width: 3rem;
}

.min-w-14 {
    min-width: 3.5rem;
}

.min-w-16 {
    min-width: 4rem;
}

.min-w-20 {
    min-width: 5rem;
}

.min-w-24 {
    min-width: 6rem;
}

.min-w-28 {
    min-width: 7rem;
}

.min-w-32 {
    min-width: 8rem;
}

.min-w-36 {
    min-width: 9rem;
}

.min-w-40 {
    min-width: 10rem;
}

.min-w-44 {
    min-width: 11rem;
}

.min-w-48 {
    min-width: 12rem;
}

.min-w-52 {
    min-width: 13rem;
}

.min-w-56 {
    min-width: 14rem;
}

.min-w-60 {
    min-width: 15rem;
}

.min-w-64 {
    min-width: 16rem;
}

.min-w-72 {
    min-width: 18rem;
}

.min-w-80 {
    min-width: 20rem;
}

.min-w-96 {
    min-width: 24rem;
}

.min-w-px {
    min-width: 1px;
}

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

.min-w-min {
    min-width: min-content;
}

.min-w-max {
    min-width: max-content;
}

.min-w-fit {
    min-width: fit-content;
}

/* Max Width */
.max-w-0 {
    max-width: 0rem;
}

.max-w-none {
    max-width: none;
}

.max-w-xs {
    max-width: 20rem;
}

.max-w-sm {
    max-width: 24rem;
}

.max-w-md {
    max-width: 28rem;
}

.max-w-lg {
    max-width: 32rem;
}

.max-w-xl {
    max-width: 36rem;
}

.max-w-2xl {
    max-width: 42rem;
}

.max-w-3xl {
    max-width: 48rem;
}

.max-w-4xl {
    max-width: 56rem;
}

.max-w-5xl {
    max-width: 64rem;
}

.max-w-6xl {
    max-width: 72rem;
}

.max-w-7xl {
    max-width: 80rem;
}

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

.max-w-min {
    max-width: min-content;
}

.max-w-max {
    max-width: max-content;
}

.max-w-fit {
    max-width: fit-content;
}

.max-w-prose {
    max-width: 65ch;
}

.max-w-screen-sm {
    max-width: 640px;
}

.max-w-screen-md {
    max-width: 768px;
}

.max-w-screen-lg {
    max-width: 1024px;
}

.max-w-screen-xl {
    max-width: 1280px;
}

.max-w-screen-2xl {
    max-width: 1536px;
}

/* Height */
.h-0 {
    height: 0px;
}

.h-0\.5 {
    height: 0.125rem;
}

.h-1 {
    height: 0.25rem;
}

.h-1\.5 {
    height: 0.375rem;
}

.h-2 {
    height: 0.5rem;
}

.h-2\.5 {
    height: 0.625rem;
}

.h-3 {
    height: 0.75rem;
}

.h-3\.5 {
    height: 0.875rem;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-7 {
    height: 1.75rem;
}

.h-8 {
    height: 2rem;
}

.h-9 {
    height: 2.25rem;
}

.h-10 {
    height: 2.5rem;
}

.h-11 {
    height: 2.75rem;
}

.h-12 {
    height: 3rem;
}

.h-14 {
    height: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.h-20 {
    height: 5rem;
}

.h-24 {
    height: 6rem;
}

.h-28 {
    height: 7rem;
}

.h-32 {
    height: 8rem;
}

.h-36 {
    height: 9rem;
}

.h-40 {
    height: 10rem;
}

.h-44 {
    height: 11rem;
}

.h-48 {
    height: 12rem;
}

.h-52 {
    height: 13rem;
}

.h-56 {
    height: 14rem;
}

.h-60 {
    height: 15rem;
}

.h-64 {
    height: 16rem;
}

.h-72 {
    height: 18rem;
}

.h-80 {
    height: 20rem;
}

.h-96 {
    height: 24rem;
}

.h-auto {
    height: auto;
}

.h-px {
    height: 1px;
}

.h-1\/2 {
    height: 50%;
}

.h-1\/3 {
    height: 33.333333%;
}

.h-2\/3 {
    height: 66.666667%;
}

.h-1\/4 {
    height: 25%;
}

.h-2\/4 {
    height: 50%;
}

.h-3\/4 {
    height: 75%;
}

.h-1\/5 {
    height: 20%;
}

.h-2\/5 {
    height: 40%;
}

.h-3\/5 {
    height: 60%;
}

.h-4\/5 {
    height: 80%;
}

.h-1\/6 {
    height: 16.666667%;
}

.h-2\/6 {
    height: 33.333333%;
}

.h-3\/6 {
    height: 50%;
}

.h-4\/6 {
    height: 66.666667%;
}

.h-5\/6 {
    height: 83.333333%;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.h-svh {
    height: 100svh;
}

.h-lvh {
    height: 100lvh;
}

.h-dvh {
    height: 100dvh;
}

.h-min {
    height: min-content;
}

.h-max {
    height: max-content;
}

.h-fit {
    height: fit-content;
}

/* Min Height */
.min-h-0 {
    min-height: 0px;
}

.min-h-1 {
    min-height: 0.25rem;
}

.min-h-2 {
    min-height: 0.5rem;
}

.min-h-4 {
    min-height: 1rem;
}

.min-h-8 {
    min-height: 2rem;
}

.min-h-12 {
    min-height: 3rem;
}

.min-h-16 {
    min-height: 4rem;
}

.min-h-20 {
    min-height: 5rem;
}

.min-h-24 {
    min-height: 6rem;
}

.min-h-32 {
    min-height: 8rem;
}

.min-h-40 {
    min-height: 10rem;
}

.min-h-48 {
    min-height: 12rem;
}

.min-h-full {
    min-height: 100%;
}

.min-h-screen {
    min-height: 100vh;
}

.min-h-svh {
    min-height: 100svh;
}

.min-h-lvh {
    min-height: 100lvh;
}

.min-h-dvh {
    min-height: 100dvh;
}

.min-h-min {
    min-height: min-content;
}

.min-h-max {
    min-height: max-content;
}

.min-h-fit {
    min-height: fit-content;
}

/* Max Height */
.max-h-0 {
    max-height: 0rem;
}

.max-h-1 {
    max-height: 0.25rem;
}

.max-h-2 {
    max-height: 0.5rem;
}

.max-h-4 {
    max-height: 1rem;
}

.max-h-8 {
    max-height: 2rem;
}

.max-h-12 {
    max-height: 3rem;
}

.max-h-16 {
    max-height: 4rem;
}

.max-h-20 {
    max-height: 5rem;
}

.max-h-24 {
    max-height: 6rem;
}

.max-h-32 {
    max-height: 8rem;
}

.max-h-40 {
    max-height: 10rem;
}

.max-h-48 {
    max-height: 12rem;
}

.max-h-56 {
    max-height: 14rem;
}

.max-h-64 {
    max-height: 16rem;
}

.max-h-72 {
    max-height: 18rem;
}

.max-h-80 {
    max-height: 20rem;
}

.max-h-96 {
    max-height: 24rem;
}

.max-h-none {
    max-height: none;
}

.max-h-full {
    max-height: 100%;
}

.max-h-screen {
    max-height: 100vh;
}

.max-h-svh {
    max-height: 100svh;
}

.max-h-lvh {
    max-height: 100lvh;
}

.max-h-dvh {
    max-height: 100dvh;
}

.max-h-min {
    max-height: min-content;
}

.max-h-max {
    max-height: max-content;
}

.max-h-fit {
    max-height: fit-content;
}

/* Size (width and height) */
.size-0 {
    width: 0px;
    height: 0px;
}

.size-1 {
    width: 0.25rem;
    height: 0.25rem;
}

.size-2 {
    width: 0.5rem;
    height: 0.5rem;
}

.size-3 {
    width: 0.75rem;
    height: 0.75rem;
}

.size-4 {
    width: 1rem;
    height: 1rem;
}

.size-5 {
    width: 1.25rem;
    height: 1.25rem;
}

.size-6 {
    width: 1.5rem;
    height: 1.5rem;
}

.size-7 {
    width: 1.75rem;
    height: 1.75rem;
}

.size-8 {
    width: 2rem;
    height: 2rem;
}

.size-9 {
    width: 2.25rem;
    height: 2.25rem;
}

.size-10 {
    width: 2.5rem;
    height: 2.5rem;
}

.size-11 {
    width: 2.75rem;
    height: 2.75rem;
}

.size-12 {
    width: 3rem;
    height: 3rem;
}

.size-14 {
    width: 3.5rem;
    height: 3.5rem;
}

.size-16 {
    width: 4rem;
    height: 4rem;
}

.size-20 {
    width: 5rem;
    height: 5rem;
}

.size-24 {
    width: 6rem;
    height: 6rem;
}

.size-28 {
    width: 7rem;
    height: 7rem;
}

.size-32 {
    width: 8rem;
    height: 8rem;
}

.size-36 {
    width: 9rem;
    height: 9rem;
}

.size-40 {
    width: 10rem;
    height: 10rem;
}

.size-44 {
    width: 11rem;
    height: 11rem;
}

.size-48 {
    width: 12rem;
    height: 12rem;
}

.size-52 {
    width: 13rem;
    height: 13rem;
}

.size-56 {
    width: 14rem;
    height: 14rem;
}

.size-60 {
    width: 15rem;
    height: 15rem;
}

.size-64 {
    width: 16rem;
    height: 16rem;
}

.size-72 {
    width: 18rem;
    height: 18rem;
}

.size-80 {
    width: 20rem;
    height: 20rem;
}

.size-96 {
    width: 24rem;
    height: 24rem;
}

.size-auto {
    width: auto;
    height: auto;
}

.size-px {
    width: 1px;
    height: 1px;
}

.size-full {
    width: 100%;
    height: 100%;
}

.size-min {
    width: min-content;
    height: min-content;
}

.size-max {
    width: max-content;
    height: max-content;
}

.size-fit {
    width: fit-content;
    height: fit-content;
}

/* ============================================
   Typography
   ============================================ */

/* Font Family */
.font-sans {
    font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-display {
    font-family: 'Cormorant Garamond', serif;
}

.font-body {
    font-family: 'Inter', sans-serif;
}

/* Font Size */
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.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-5xl {
    font-size: 3rem;
    line-height: 1;
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

.text-7xl {
    font-size: 4.5rem;
    line-height: 1;
}

.text-8xl {
    font-size: 6rem;
    line-height: 1;
}

.text-9xl {
    font-size: 8rem;
    line-height: 1;
}

/* Font Style */
.italic {
    font-style: italic;
}

.not-italic {
    font-style: normal;
}

/* Font Weight */
.font-thin {
    font-weight: 100;
}

.font-extralight {
    font-weight: 200;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.font-black {
    font-weight: 900;
}

/* Letter Spacing */
.tracking-tighter {
    letter-spacing: -0.05em;
}

.tracking-tight {
    letter-spacing: -0.025em;
}

.tracking-normal {
    letter-spacing: 0em;
}

.tracking-wide {
    letter-spacing: 0.025em;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

.tracking-widest {
    letter-spacing: 0.1em;
}

/* Line Height */
.leading-3 {
    line-height: 0.75rem;
}

.leading-4 {
    line-height: 1rem;
}

.leading-5 {
    line-height: 1.25rem;
}

.leading-6 {
    line-height: 1.5rem;
}

.leading-7 {
    line-height: 1.75rem;
}

.leading-8 {
    line-height: 2rem;
}

.leading-9 {
    line-height: 2.25rem;
}

.leading-10 {
    line-height: 2.5rem;
}

.leading-none {
    line-height: 1;
}

.leading-tight {
    line-height: 1.25;
}

.leading-snug {
    line-height: 1.375;
}

.leading-normal {
    line-height: 1.5;
}

.leading-relaxed {
    line-height: 1.625;
}

.leading-loose {
    line-height: 2;
}

/* Text Alignment */
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-start {
    text-align: start;
}

.text-end {
    text-align: end;
}

/* Text Decoration */
.underline {
    text-decoration-line: underline;
}

.overline {
    text-decoration-line: overline;
}

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

.no-underline {
    text-decoration-line: none;
}

/* Text Transform */
.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.normal-case {
    text-transform: none;
}

/* Text Overflow */
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-ellipsis {
    text-overflow: ellipsis;
}

.text-clip {
    text-overflow: clip;
}

/* Text Wrap */
.text-wrap {
    text-wrap: wrap;
}

.text-nowrap {
    text-wrap: nowrap;
}

.text-balance {
    text-wrap: balance;
}

.text-pretty {
    text-wrap: pretty;
}

/* Whitespace */
.whitespace-normal {
    white-space: normal;
}

.whitespace-nowrap {
    white-space: nowrap;
}

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

.whitespace-pre-line {
    white-space: pre-line;
}

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

.whitespace-break-spaces {
    white-space: break-spaces;
}

/* Word Break */
.break-normal {
    overflow-wrap: normal;
    word-break: normal;
}

.break-words {
    overflow-wrap: break-word;
}

.break-all {
    word-break: break-all;
}

.break-keep {
    word-break: keep-all;
}

/* ============================================
   Colors (Nighthawk Design System)
   ============================================ */

/* Text Colors */
.text-inherit {
    color: inherit;
}

.text-current {
    color: currentColor;
}

.text-transparent {
    color: transparent;
}

.text-black {
    color: #000;
}

.text-white {
    color: #fff;
}

.text-background {
    color: hsl(var(--background));
}

.text-foreground {
    color: hsl(var(--foreground));
}

.text-card {
    color: hsl(var(--card));
}

.text-card-foreground {
    color: hsl(var(--card-foreground));
}

.text-popover {
    color: hsl(var(--popover));
}

.text-popover-foreground {
    color: hsl(var(--popover-foreground));
}

.text-primary {
    color: hsl(var(--primary));
}

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

.text-secondary {
    color: hsl(var(--secondary));
}

.text-secondary-foreground {
    color: hsl(var(--secondary-foreground));
}

.text-muted {
    color: hsl(var(--muted));
}

.text-muted-foreground {
    color: hsl(var(--muted-foreground));
}

.text-accent {
    color: hsl(var(--accent));
}

.text-accent-foreground {
    color: hsl(var(--accent-foreground));
}

.text-destructive {
    color: hsl(var(--destructive));
}

.text-destructive-foreground {
    color: hsl(var(--destructive-foreground));
}

.text-success {
    color: hsl(var(--success));
}

.text-success-foreground {
    color: hsl(var(--success-foreground));
}

.text-warning {
    color: hsl(var(--warning));
}

.text-warning-foreground {
    color: hsl(var(--warning-foreground));
}

.text-border {
    color: hsl(var(--border));
}

.text-input {
    color: hsl(var(--input));
}

.text-ring {
    color: hsl(var(--ring));
}

.text-sidebar {
    color: hsl(var(--sidebar-background));
}

.text-sidebar-foreground {
    color: hsl(var(--sidebar-foreground));
}

.text-sidebar-primary {
    color: hsl(var(--sidebar-primary));
}

.text-sidebar-primary-foreground {
    color: hsl(var(--sidebar-primary-foreground));
}

.text-sidebar-accent {
    color: hsl(var(--sidebar-accent));
}

.text-sidebar-accent-foreground {
    color: hsl(var(--sidebar-accent-foreground));
}

.text-sidebar-border {
    color: hsl(var(--sidebar-border));
}

.text-sidebar-ring {
    color: hsl(var(--sidebar-ring));
}

/* Standard colors */
.text-slate-50 {
    color: #f8fafc;
}

.text-slate-100 {
    color: #f1f5f9;
}

.text-slate-200 {
    color: #e2e8f0;
}

.text-slate-300 {
    color: #cbd5e1;
}

.text-slate-400 {
    color: #94a3b8;
}

.text-slate-500 {
    color: #64748b;
}

.text-slate-600 {
    color: #475569;
}

.text-slate-700 {
    color: #334155;
}

.text-slate-800 {
    color: #1e293b;
}

.text-slate-900 {
    color: #0f172a;
}

.text-slate-950 {
    color: #020617;
}

.text-gray-50 {
    color: #f9fafb;
}

.text-gray-100 {
    color: #f3f4f6;
}

.text-gray-200 {
    color: #e5e7eb;
}

.text-gray-300 {
    color: #d1d5db;
}

.text-gray-400 {
    color: #9ca3af;
}

.text-gray-500 {
    color: #6b7280;
}

.text-gray-600 {
    color: #4b5563;
}

.text-gray-700 {
    color: #374151;
}

.text-gray-800 {
    color: #1f2937;
}

.text-gray-900 {
    color: #111827;
}

.text-gray-950 {
    color: #030712;
}

.text-zinc-50 {
    color: #fafafa;
}

.text-zinc-100 {
    color: #f4f4f5;
}

.text-zinc-200 {
    color: #e4e4e7;
}

.text-zinc-300 {
    color: #d4d4d8;
}

.text-zinc-400 {
    color: #a1a1aa;
}

.text-zinc-500 {
    color: #71717a;
}

.text-zinc-600 {
    color: #52525b;
}

.text-zinc-700 {
    color: #3f3f46;
}

.text-zinc-800 {
    color: #27272a;
}

.text-zinc-900 {
    color: #18181b;
}

.text-zinc-950 {
    color: #09090b;
}

.text-red-50 {
    color: #fef2f2;
}

.text-red-100 {
    color: #fee2e2;
}

.text-red-200 {
    color: #fecaca;
}

.text-red-300 {
    color: #fca5a5;
}

.text-red-400 {
    color: #f87171;
}

.text-red-500 {
    color: #ef4444;
}

.text-red-600 {
    color: #dc2626;
}

.text-red-700 {
    color: #b91c1c;
}

.text-red-800 {
    color: #991b1b;
}

.text-red-900 {
    color: #7f1d1d;
}

.text-red-950 {
    color: #450a0a;
}

.text-orange-50 {
    color: #fff7ed;
}

.text-orange-100 {
    color: #ffedd5;
}

.text-orange-200 {
    color: #fed7aa;
}

.text-orange-300 {
    color: #fdba74;
}

.text-orange-400 {
    color: #fb923c;
}

.text-orange-500 {
    color: #f97316;
}

.text-orange-600 {
    color: #ea580c;
}

.text-orange-700 {
    color: #c2410c;
}

.text-orange-800 {
    color: #9a3412;
}

.text-orange-900 {
    color: #7c2d12;
}

.text-orange-950 {
    color: #431407;
}

.text-amber-50 {
    color: #fffbeb;
}

.text-amber-100 {
    color: #fef3c7;
}

.text-amber-200 {
    color: #fde68a;
}

.text-amber-300 {
    color: #fcd34d;
}

.text-amber-400 {
    color: #fbbf24;
}

.text-amber-500 {
    color: #f59e0b;
}

.text-amber-600 {
    color: #d97706;
}

.text-amber-700 {
    color: #b45309;
}

.text-amber-800 {
    color: #92400e;
}

.text-amber-900 {
    color: #78350f;
}

.text-amber-950 {
    color: #451a03;
}

.text-yellow-50 {
    color: #fefce8;
}

.text-yellow-100 {
    color: #fef9c3;
}

.text-yellow-200 {
    color: #fef08a;
}

.text-yellow-300 {
    color: #fde047;
}

.text-yellow-400 {
    color: #facc15;
}

.text-yellow-500 {
    color: #eab308;
}

.text-yellow-600 {
    color: #ca8a04;
}

.text-yellow-700 {
    color: #a16207;
}

.text-yellow-800 {
    color: #854d0e;
}

.text-yellow-900 {
    color: #713f12;
}

.text-yellow-950 {
    color: #422006;
}

.text-lime-50 {
    color: #f7fee7;
}

.text-lime-100 {
    color: #ecfccb;
}

.text-lime-200 {
    color: #d9f99d;
}

.text-lime-300 {
    color: #bef264;
}

.text-lime-400 {
    color: #a3e635;
}

.text-lime-500 {
    color: #84cc16;
}

.text-lime-600 {
    color: #65a30d;
}

.text-lime-700 {
    color: #4d7c0f;
}

.text-lime-800 {
    color: #3f6212;
}

.text-lime-900 {
    color: #365314;
}

.text-lime-950 {
    color: #1a2e05;
}

.text-green-50 {
    color: #f0fdf4;
}

.text-green-100 {
    color: #dcfce7;
}

.text-green-200 {
    color: #bbf7d0;
}

.text-green-300 {
    color: #86efac;
}

.text-green-400 {
    color: #4ade80;
}

.text-green-500 {
    color: #22c55e;
}

.text-green-600 {
    color: #16a34a;
}

.text-green-700 {
    color: #15803d;
}

.text-green-800 {
    color: #166534;
}

.text-green-900 {
    color: #14532d;
}

.text-green-950 {
    color: #052e16;
}

.text-emerald-50 {
    color: #ecfdf5;
}

.text-emerald-100 {
    color: #d1fae5;
}

.text-emerald-200 {
    color: #a7f3d0;
}

.text-emerald-300 {
    color: #6ee7b7;
}

.text-emerald-400 {
    color: #34d399;
}

.text-emerald-500 {
    color: #10b981;
}

.text-emerald-600 {
    color: #059669;
}

.text-emerald-700 {
    color: #047857;
}

.text-emerald-800 {
    color: #065f46;
}

.text-emerald-900 {
    color: #064e3b;
}

.text-emerald-950 {
    color: #022c22;
}

.text-teal-50 {
    color: #f0fdfa;
}

.text-teal-100 {
    color: #ccfbf1;
}

.text-teal-200 {
    color: #99f6e4;
}

.text-teal-300 {
    color: #5eead4;
}

.text-teal-400 {
    color: #2dd4bf;
}

.text-teal-500 {
    color: #14b8a6;
}

.text-teal-600 {
    color: #0d9488;
}

.text-teal-700 {
    color: #0f766e;
}

.text-teal-800 {
    color: #115e59;
}

.text-teal-900 {
    color: #134e4a;
}

.text-teal-950 {
    color: #042f2e;
}

.text-cyan-50 {
    color: #ecfeff;
}

.text-cyan-100 {
    color: #cffafe;
}

.text-cyan-200 {
    color: #a5f3fc;
}

.text-cyan-300 {
    color: #67e8f9;
}

.text-cyan-400 {
    color: #22d3ee;
}

.text-cyan-500 {
    color: #06b6d4;
}

.text-cyan-600 {
    color: #0891b2;
}

.text-cyan-700 {
    color: #0e7490;
}

.text-cyan-800 {
    color: #155e75;
}

.text-cyan-900 {
    color: #164e63;
}

.text-cyan-950 {
    color: #083344;
}

.text-sky-50 {
    color: #f0f9ff;
}

.text-sky-100 {
    color: #e0f2fe;
}

.text-sky-200 {
    color: #bae6fd;
}

.text-sky-300 {
    color: #7dd3fc;
}

.text-sky-400 {
    color: #38bdf8;
}

.text-sky-500 {
    color: #0ea5e9;
}

.text-sky-600 {
    color: #0284c7;
}

.text-sky-700 {
    color: #0369a1;
}

.text-sky-800 {
    color: #075985;
}

.text-sky-900 {
    color: #0c4a6e;
}

.text-sky-950 {
    color: #082f49;
}

.text-blue-50 {
    color: #eff6ff;
}

.text-blue-100 {
    color: #dbeafe;
}

.text-blue-200 {
    color: #bfdbfe;
}

.text-blue-300 {
    color: #93c5fd;
}

.text-blue-400 {
    color: #60a5fa;
}

.text-blue-500 {
    color: #3b82f6;
}

.text-blue-600 {
    color: #2563eb;
}

.text-blue-700 {
    color: #1d4ed8;
}

.text-blue-800 {
    color: #1e40af;
}

.text-blue-900 {
    color: #1e3a8a;
}

.text-blue-950 {
    color: #172554;
}

.text-indigo-50 {
    color: #eef2ff;
}

.text-indigo-100 {
    color: #e0e7ff;
}

.text-indigo-200 {
    color: #c7d2fe;
}

.text-indigo-300 {
    color: #a5b4fc;
}

.text-indigo-400 {
    color: #818cf8;
}

.text-indigo-500 {
    color: #6366f1;
}

.text-indigo-600 {
    color: #4f46e5;
}

.text-indigo-700 {
    color: #4338ca;
}

.text-indigo-800 {
    color: #3730a3;
}

.text-indigo-900 {
    color: #312e81;
}

.text-indigo-950 {
    color: #1e1b4b;
}

.text-violet-50 {
    color: #f5f3ff;
}

.text-violet-100 {
    color: #ede9fe;
}

.text-violet-200 {
    color: #ddd6fe;
}

.text-violet-300 {
    color: #c4b5fd;
}

.text-violet-400 {
    color: #a78bfa;
}

.text-violet-500 {
    color: #8b5cf6;
}

.text-violet-600 {
    color: #7c3aed;
}

.text-violet-700 {
    color: #6d28d9;
}

.text-violet-800 {
    color: #5b21b6;
}

.text-violet-900 {
    color: #4c1d95;
}

.text-violet-950 {
    color: #2e1065;
}

.text-purple-50 {
    color: #faf5ff;
}

.text-purple-100 {
    color: #f3e8ff;
}

.text-purple-200 {
    color: #e9d5ff;
}

.text-purple-300 {
    color: #d8b4fe;
}

.text-purple-400 {
    color: #c084fc;
}

.text-purple-500 {
    color: #a855f7;
}

.text-purple-600 {
    color: #9333ea;
}

.text-purple-700 {
    color: #7e22ce;
}

.text-purple-800 {
    color: #6b21a8;
}

.text-purple-900 {
    color: #581c87;
}

.text-purple-950 {
    color: #3b0764;
}

.text-fuchsia-50 {
    color: #fdf4ff;
}

.text-fuchsia-100 {
    color: #fae8ff;
}

.text-fuchsia-200 {
    color: #f5d0fe;
}

.text-fuchsia-300 {
    color: #f0abfc;
}

.text-fuchsia-400 {
    color: #e879f9;
}

.text-fuchsia-500 {
    color: #d946ef;
}

.text-fuchsia-600 {
    color: #c026d3;
}

.text-fuchsia-700 {
    color: #a21caf;
}

.text-fuchsia-800 {
    color: #86198f;
}

.text-fuchsia-900 {
    color: #701a75;
}

.text-fuchsia-950 {
    color: #4a044e;
}

.text-pink-50 {
    color: #fdf2f8;
}

.text-pink-100 {
    color: #fce7f3;
}

.text-pink-200 {
    color: #fbcfe8;
}

.text-pink-300 {
    color: #f9a8d4;
}

.text-pink-400 {
    color: #f472b6;
}

.text-pink-500 {
    color: #ec4899;
}

.text-pink-600 {
    color: #db2777;
}

.text-pink-700 {
    color: #be185d;
}

.text-pink-800 {
    color: #9d174d;
}

.text-pink-900 {
    color: #831843;
}

.text-pink-950 {
    color: #500724;
}

.text-rose-50 {
    color: #fff1f2;
}

.text-rose-100 {
    color: #ffe4e6;
}

.text-rose-200 {
    color: #fecdd3;
}

.text-rose-300 {
    color: #fda4af;
}

.text-rose-400 {
    color: #fb7185;
}

.text-rose-500 {
    color: #f43f5e;
}

.text-rose-600 {
    color: #e11d48;
}

.text-rose-700 {
    color: #be123c;
}

.text-rose-800 {
    color: #9f1239;
}

.text-rose-900 {
    color: #881337;
}

.text-rose-950 {
    color: #4c0519;
}

/* Background Colors */
.bg-inherit {
    background-color: inherit;
}

.bg-current {
    background-color: currentColor;
}

.bg-transparent {
    background-color: transparent;
}

.bg-black {
    background-color: #000;
}

.bg-white {
    background-color: #fff;
}

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

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

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

.bg-card-foreground {
    background-color: hsl(var(--card-foreground));
}

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

.bg-popover-foreground {
    background-color: hsl(var(--popover-foreground));
}

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

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

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

.bg-secondary-foreground {
    background-color: hsl(var(--secondary-foreground));
}

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

.bg-muted-foreground {
    background-color: hsl(var(--muted-foreground));
}

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

.bg-accent-foreground {
    background-color: hsl(var(--accent-foreground));
}

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

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

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

.bg-success-foreground {
    background-color: hsl(var(--success-foreground));
}

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

.bg-warning-foreground {
    background-color: hsl(var(--warning-foreground));
}

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

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

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

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

.bg-sidebar-foreground {
    background-color: hsl(var(--sidebar-foreground));
}

.bg-sidebar-primary {
    background-color: hsl(var(--sidebar-primary));
}

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

.bg-sidebar-accent {
    background-color: hsl(var(--sidebar-accent));
}

.bg-sidebar-accent-foreground {
    background-color: hsl(var(--sidebar-accent-foreground));
}

.bg-sidebar-border {
    background-color: hsl(var(--sidebar-border));
}

.bg-sidebar-ring {
    background-color: hsl(var(--sidebar-ring));
}

/* Background Colors with Opacity Modifiers */
.bg-primary\/5 {
    background-color: hsl(var(--primary) / 0.05);
}

.bg-primary\/10 {
    background-color: hsl(var(--primary) / 0.1);
}

.bg-primary\/15 {
    background-color: hsl(var(--primary) / 0.15);
}

.bg-primary\/20 {
    background-color: hsl(var(--primary) / 0.2);
}

.bg-primary\/25 {
    background-color: hsl(var(--primary) / 0.25);
}

.bg-primary\/30 {
    background-color: hsl(var(--primary) / 0.3);
}

.bg-primary\/40 {
    background-color: hsl(var(--primary) / 0.4);
}

.bg-primary\/50 {
    background-color: hsl(var(--primary) / 0.5);
}

.bg-primary\/60 {
    background-color: hsl(var(--primary) / 0.6);
}

.bg-primary\/70 {
    background-color: hsl(var(--primary) / 0.7);
}

.bg-primary\/75 {
    background-color: hsl(var(--primary) / 0.75);
}

.bg-primary\/80 {
    background-color: hsl(var(--primary) / 0.8);
}

.bg-primary\/90 {
    background-color: hsl(var(--primary) / 0.9);
}

.bg-primary\/95 {
    background-color: hsl(var(--primary) / 0.95);
}

.bg-secondary\/5 {
    background-color: hsl(var(--secondary) / 0.05);
}

.bg-secondary\/10 {
    background-color: hsl(var(--secondary) / 0.1);
}

.bg-secondary\/15 {
    background-color: hsl(var(--secondary) / 0.15);
}

.bg-secondary\/20 {
    background-color: hsl(var(--secondary) / 0.2);
}

.bg-secondary\/25 {
    background-color: hsl(var(--secondary) / 0.25);
}

.bg-secondary\/30 {
    background-color: hsl(var(--secondary) / 0.3);
}

.bg-secondary\/40 {
    background-color: hsl(var(--secondary) / 0.4);
}

.bg-secondary\/50 {
    background-color: hsl(var(--secondary) / 0.5);
}

.bg-secondary\/60 {
    background-color: hsl(var(--secondary) / 0.6);
}

.bg-secondary\/70 {
    background-color: hsl(var(--secondary) / 0.7);
}

.bg-secondary\/75 {
    background-color: hsl(var(--secondary) / 0.75);
}

.bg-secondary\/80 {
    background-color: hsl(var(--secondary) / 0.8);
}

.bg-secondary\/90 {
    background-color: hsl(var(--secondary) / 0.9);
}

.bg-secondary\/95 {
    background-color: hsl(var(--secondary) / 0.95);
}

.bg-muted\/5 {
    background-color: hsl(var(--muted) / 0.05);
}

.bg-muted\/10 {
    background-color: hsl(var(--muted) / 0.1);
}

.bg-muted\/15 {
    background-color: hsl(var(--muted) / 0.15);
}

.bg-muted\/20 {
    background-color: hsl(var(--muted) / 0.2);
}

.bg-muted\/25 {
    background-color: hsl(var(--muted) / 0.25);
}

.bg-muted\/30 {
    background-color: hsl(var(--muted) / 0.3);
}

.bg-muted\/40 {
    background-color: hsl(var(--muted) / 0.4);
}

.bg-muted\/50 {
    background-color: hsl(var(--muted) / 0.5);
}

.bg-muted\/60 {
    background-color: hsl(var(--muted) / 0.6);
}

.bg-muted\/70 {
    background-color: hsl(var(--muted) / 0.7);
}

.bg-muted\/75 {
    background-color: hsl(var(--muted) / 0.75);
}

.bg-muted\/80 {
    background-color: hsl(var(--muted) / 0.8);
}

.bg-muted\/90 {
    background-color: hsl(var(--muted) / 0.9);
}

.bg-muted\/95 {
    background-color: hsl(var(--muted) / 0.95);
}

.bg-accent\/5 {
    background-color: hsl(var(--accent) / 0.05);
}

.bg-accent\/10 {
    background-color: hsl(var(--accent) / 0.1);
}

.bg-accent\/15 {
    background-color: hsl(var(--accent) / 0.15);
}

.bg-accent\/20 {
    background-color: hsl(var(--accent) / 0.2);
}

.bg-accent\/25 {
    background-color: hsl(var(--accent) / 0.25);
}

.bg-accent\/30 {
    background-color: hsl(var(--accent) / 0.3);
}

.bg-accent\/40 {
    background-color: hsl(var(--accent) / 0.4);
}

.bg-accent\/50 {
    background-color: hsl(var(--accent) / 0.5);
}

.bg-accent\/60 {
    background-color: hsl(var(--accent) / 0.6);
}

.bg-accent\/70 {
    background-color: hsl(var(--accent) / 0.7);
}

.bg-accent\/75 {
    background-color: hsl(var(--accent) / 0.75);
}

.bg-accent\/80 {
    background-color: hsl(var(--accent) / 0.8);
}

.bg-accent\/90 {
    background-color: hsl(var(--accent) / 0.9);
}

.bg-accent\/95 {
    background-color: hsl(var(--accent) / 0.95);
}

.bg-destructive\/5 {
    background-color: hsl(var(--destructive) / 0.05);
}

.bg-destructive\/10 {
    background-color: hsl(var(--destructive) / 0.1);
}

.bg-destructive\/15 {
    background-color: hsl(var(--destructive) / 0.15);
}

.bg-destructive\/20 {
    background-color: hsl(var(--destructive) / 0.2);
}

.bg-destructive\/25 {
    background-color: hsl(var(--destructive) / 0.25);
}

.bg-destructive\/30 {
    background-color: hsl(var(--destructive) / 0.3);
}

.bg-destructive\/40 {
    background-color: hsl(var(--destructive) / 0.4);
}

.bg-destructive\/50 {
    background-color: hsl(var(--destructive) / 0.5);
}

.bg-destructive\/60 {
    background-color: hsl(var(--destructive) / 0.6);
}

.bg-destructive\/70 {
    background-color: hsl(var(--destructive) / 0.7);
}

.bg-destructive\/75 {
    background-color: hsl(var(--destructive) / 0.75);
}

.bg-destructive\/80 {
    background-color: hsl(var(--destructive) / 0.8);
}

.bg-destructive\/90 {
    background-color: hsl(var(--destructive) / 0.9);
}

.bg-destructive\/95 {
    background-color: hsl(var(--destructive) / 0.95);
}

.bg-success\/5 {
    background-color: hsl(var(--success) / 0.05);
}

.bg-success\/10 {
    background-color: hsl(var(--success) / 0.1);
}

.bg-success\/15 {
    background-color: hsl(var(--success) / 0.15);
}

.bg-success\/20 {
    background-color: hsl(var(--success) / 0.2);
}

.bg-success\/25 {
    background-color: hsl(var(--success) / 0.25);
}

.bg-success\/30 {
    background-color: hsl(var(--success) / 0.3);
}

.bg-success\/40 {
    background-color: hsl(var(--success) / 0.4);
}

.bg-success\/50 {
    background-color: hsl(var(--success) / 0.5);
}

.bg-success\/60 {
    background-color: hsl(var(--success) / 0.6);
}

.bg-success\/70 {
    background-color: hsl(var(--success) / 0.7);
}

.bg-success\/75 {
    background-color: hsl(var(--success) / 0.75);
}

.bg-success\/80 {
    background-color: hsl(var(--success) / 0.8);
}

.bg-success\/90 {
    background-color: hsl(var(--success) / 0.9);
}

.bg-success\/95 {
    background-color: hsl(var(--success) / 0.95);
}

.bg-warning\/5 {
    background-color: hsl(var(--warning) / 0.05);
}

.bg-warning\/10 {
    background-color: hsl(var(--warning) / 0.1);
}

.bg-warning\/15 {
    background-color: hsl(var(--warning) / 0.15);
}

.bg-warning\/20 {
    background-color: hsl(var(--warning) / 0.2);
}

.bg-warning\/25 {
    background-color: hsl(var(--warning) / 0.25);
}

.bg-warning\/30 {
    background-color: hsl(var(--warning) / 0.3);
}

.bg-warning\/40 {
    background-color: hsl(var(--warning) / 0.4);
}

.bg-warning\/50 {
    background-color: hsl(var(--warning) / 0.5);
}

.bg-warning\/60 {
    background-color: hsl(var(--warning) / 0.6);
}

.bg-warning\/70 {
    background-color: hsl(var(--warning) / 0.7);
}

.bg-warning\/75 {
    background-color: hsl(var(--warning) / 0.75);
}

.bg-warning\/80 {
    background-color: hsl(var(--warning) / 0.8);
}

.bg-warning\/90 {
    background-color: hsl(var(--warning) / 0.9);
}

.bg-warning\/95 {
    background-color: hsl(var(--warning) / 0.95);
}

.bg-background\/5 {
    background-color: hsl(var(--background) / 0.05);
}

.bg-background\/10 {
    background-color: hsl(var(--background) / 0.1);
}

.bg-background\/20 {
    background-color: hsl(var(--background) / 0.2);
}

.bg-background\/30 {
    background-color: hsl(var(--background) / 0.3);
}

.bg-background\/40 {
    background-color: hsl(var(--background) / 0.4);
}

.bg-background\/50 {
    background-color: hsl(var(--background) / 0.5);
}

.bg-background\/60 {
    background-color: hsl(var(--background) / 0.6);
}

.bg-background\/70 {
    background-color: hsl(var(--background) / 0.7);
}

.bg-background\/75 {
    background-color: hsl(var(--background) / 0.75);
}

.bg-background\/80 {
    background-color: hsl(var(--background) / 0.8);
}

.bg-background\/90 {
    background-color: hsl(var(--background) / 0.9);
}

.bg-background\/95 {
    background-color: hsl(var(--background) / 0.95);
}

.bg-foreground\/5 {
    background-color: hsl(var(--foreground) / 0.05);
}

.bg-foreground\/10 {
    background-color: hsl(var(--foreground) / 0.1);
}

.bg-foreground\/20 {
    background-color: hsl(var(--foreground) / 0.2);
}

.bg-foreground\/30 {
    background-color: hsl(var(--foreground) / 0.3);
}

.bg-foreground\/40 {
    background-color: hsl(var(--foreground) / 0.4);
}

.bg-foreground\/50 {
    background-color: hsl(var(--foreground) / 0.5);
}

.bg-foreground\/60 {
    background-color: hsl(var(--foreground) / 0.6);
}

.bg-foreground\/70 {
    background-color: hsl(var(--foreground) / 0.7);
}

.bg-foreground\/80 {
    background-color: hsl(var(--foreground) / 0.8);
}

.bg-foreground\/90 {
    background-color: hsl(var(--foreground) / 0.9);
}

.bg-card\/50 {
    background-color: hsl(var(--card) / 0.5);
}

.bg-card\/80 {
    background-color: hsl(var(--card) / 0.8);
}

.bg-card\/90 {
    background-color: hsl(var(--card) / 0.9);
}

.bg-card\/95 {
    background-color: hsl(var(--card) / 0.95);
}

.bg-popover\/50 {
    background-color: hsl(var(--popover) / 0.5);
}

.bg-popover\/80 {
    background-color: hsl(var(--popover) / 0.8);
}

.bg-popover\/90 {
    background-color: hsl(var(--popover) / 0.9);
}

.bg-popover\/95 {
    background-color: hsl(var(--popover) / 0.95);
}

.bg-border\/50 {
    background-color: hsl(var(--border) / 0.5);
}

.bg-border\/80 {
    background-color: hsl(var(--border) / 0.8);
}

/* Black/White with opacity */
.bg-black\/5 {
    background-color: rgb(0 0 0 / 0.05);
}

.bg-black\/10 {
    background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/15 {
    background-color: rgb(0 0 0 / 0.15);
}

.bg-black\/20 {
    background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/25 {
    background-color: rgb(0 0 0 / 0.25);
}

.bg-black\/30 {
    background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/40 {
    background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/50 {
    background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/60 {
    background-color: rgb(0 0 0 / 0.6);
}

.bg-black\/70 {
    background-color: rgb(0 0 0 / 0.7);
}

.bg-black\/75 {
    background-color: rgb(0 0 0 / 0.75);
}

.bg-black\/80 {
    background-color: rgb(0 0 0 / 0.8);
}

.bg-black\/90 {
    background-color: rgb(0 0 0 / 0.9);
}

.bg-black\/95 {
    background-color: rgb(0 0 0 / 0.95);
}

.bg-white\/5 {
    background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/15 {
    background-color: rgb(255 255 255 / 0.15);
}

.bg-white\/20 {
    background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/25 {
    background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/30 {
    background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/40 {
    background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/50 {
    background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/60 {
    background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/70 {
    background-color: rgb(255 255 255 / 0.7);
}

.bg-white\/75 {
    background-color: rgb(255 255 255 / 0.75);
}

.bg-white\/80 {
    background-color: rgb(255 255 255 / 0.8);
}

.bg-white\/90 {
    background-color: rgb(255 255 255 / 0.9);
}

.bg-white\/95 {
    background-color: rgb(255 255 255 / 0.95);
}

/* Text Colors with Opacity Modifiers */
.text-primary\/50 {
    color: hsl(var(--primary) / 0.5);
}

.text-primary\/60 {
    color: hsl(var(--primary) / 0.6);
}

.text-primary\/70 {
    color: hsl(var(--primary) / 0.7);
}

.text-primary\/80 {
    color: hsl(var(--primary) / 0.8);
}

.text-primary\/90 {
    color: hsl(var(--primary) / 0.9);
}

.text-foreground\/50 {
    color: hsl(var(--foreground) / 0.5);
}

.text-foreground\/60 {
    color: hsl(var(--foreground) / 0.6);
}

.text-foreground\/70 {
    color: hsl(var(--foreground) / 0.7);
}

.text-foreground\/80 {
    color: hsl(var(--foreground) / 0.8);
}

.text-foreground\/90 {
    color: hsl(var(--foreground) / 0.9);
}

.text-muted-foreground\/50 {
    color: hsl(var(--muted-foreground) / 0.5);
}

.text-muted-foreground\/60 {
    color: hsl(var(--muted-foreground) / 0.6);
}

.text-muted-foreground\/70 {
    color: hsl(var(--muted-foreground) / 0.7);
}

.text-muted-foreground\/80 {
    color: hsl(var(--muted-foreground) / 0.8);
}

.text-muted-foreground\/90 {
    color: hsl(var(--muted-foreground) / 0.9);
}

.text-success\/80 {
    color: hsl(var(--success) / 0.8);
}

.text-warning\/80 {
    color: hsl(var(--warning) / 0.8);
}

.text-destructive\/80 {
    color: hsl(var(--destructive) / 0.8);
}

/* Border Colors with Opacity Modifiers */
.border-primary\/20 {
    border-color: hsl(var(--primary) / 0.2);
}

.border-primary\/30 {
    border-color: hsl(var(--primary) / 0.3);
}

.border-primary\/40 {
    border-color: hsl(var(--primary) / 0.4);
}

.border-primary\/50 {
    border-color: hsl(var(--primary) / 0.5);
}

.border-secondary\/20 {
    border-color: hsl(var(--secondary) / 0.2);
}

.border-secondary\/50 {
    border-color: hsl(var(--secondary) / 0.5);
}

.border-muted\/50 {
    border-color: hsl(var(--muted) / 0.5);
}

.border-border\/50 {
    border-color: hsl(var(--border) / 0.5);
}

.border-border\/80 {
    border-color: hsl(var(--border) / 0.8);
}

.border-success\/20 {
    border-color: hsl(var(--success) / 0.2);
}

.border-success\/30 {
    border-color: hsl(var(--success) / 0.3);
}

.border-success\/50 {
    border-color: hsl(var(--success) / 0.5);
}

.border-warning\/20 {
    border-color: hsl(var(--warning) / 0.2);
}

.border-warning\/30 {
    border-color: hsl(var(--warning) / 0.3);
}

.border-warning\/50 {
    border-color: hsl(var(--warning) / 0.5);
}

.border-destructive\/20 {
    border-color: hsl(var(--destructive) / 0.2);
}

.border-destructive\/30 {
    border-color: hsl(var(--destructive) / 0.3);
}

.border-destructive\/50 {
    border-color: hsl(var(--destructive) / 0.5);
}

.border-black\/10 {
    border-color: rgb(0 0 0 / 0.1);
}

.border-black\/20 {
    border-color: rgb(0 0 0 / 0.2);
}

.border-black\/50 {
    border-color: rgb(0 0 0 / 0.5);
}

.border-white\/10 {
    border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
    border-color: rgb(255 255 255 / 0.2);
}

.border-white\/50 {
    border-color: rgb(255 255 255 / 0.5);
}

/* Standard background colors */
.bg-slate-50 {
    background-color: #f8fafc;
}

.bg-slate-100 {
    background-color: #f1f5f9;
}

.bg-slate-200 {
    background-color: #e2e8f0;
}

.bg-slate-300 {
    background-color: #cbd5e1;
}

.bg-slate-400 {
    background-color: #94a3b8;
}

.bg-slate-500 {
    background-color: #64748b;
}

.bg-slate-600 {
    background-color: #475569;
}

.bg-slate-700 {
    background-color: #334155;
}

.bg-slate-800 {
    background-color: #1e293b;
}

.bg-slate-900 {
    background-color: #0f172a;
}

.bg-slate-950 {
    background-color: #020617;
}

.bg-gray-50 {
    background-color: #f9fafb;
}

.bg-gray-100 {
    background-color: #f3f4f6;
}

.bg-gray-200 {
    background-color: #e5e7eb;
}

.bg-gray-300 {
    background-color: #d1d5db;
}

.bg-gray-400 {
    background-color: #9ca3af;
}

.bg-gray-500 {
    background-color: #6b7280;
}

.bg-gray-600 {
    background-color: #4b5563;
}

.bg-gray-700 {
    background-color: #374151;
}

.bg-gray-800 {
    background-color: #1f2937;
}

.bg-gray-900 {
    background-color: #111827;
}

.bg-gray-950 {
    background-color: #030712;
}

.bg-zinc-50 {
    background-color: #fafafa;
}

.bg-zinc-100 {
    background-color: #f4f4f5;
}

.bg-zinc-200 {
    background-color: #e4e4e7;
}

.bg-zinc-300 {
    background-color: #d4d4d8;
}

.bg-zinc-400 {
    background-color: #a1a1aa;
}

.bg-zinc-500 {
    background-color: #71717a;
}

.bg-zinc-600 {
    background-color: #52525b;
}

.bg-zinc-700 {
    background-color: #3f3f46;
}

.bg-zinc-800 {
    background-color: #27272a;
}

.bg-zinc-900 {
    background-color: #18181b;
}

.bg-zinc-950 {
    background-color: #09090b;
}

.bg-red-50 {
    background-color: #fef2f2;
}

.bg-red-100 {
    background-color: #fee2e2;
}

.bg-red-200 {
    background-color: #fecaca;
}

.bg-red-300 {
    background-color: #fca5a5;
}

.bg-red-400 {
    background-color: #f87171;
}

.bg-red-500 {
    background-color: #ef4444;
}

.bg-red-600 {
    background-color: #dc2626;
}

.bg-red-700 {
    background-color: #b91c1c;
}

.bg-red-800 {
    background-color: #991b1b;
}

.bg-red-900 {
    background-color: #7f1d1d;
}

.bg-red-950 {
    background-color: #450a0a;
}

.bg-orange-50 {
    background-color: #fff7ed;
}

.bg-orange-100 {
    background-color: #ffedd5;
}

.bg-orange-200 {
    background-color: #fed7aa;
}

.bg-orange-300 {
    background-color: #fdba74;
}

.bg-orange-400 {
    background-color: #fb923c;
}

.bg-orange-500 {
    background-color: #f97316;
}

.bg-orange-600 {
    background-color: #ea580c;
}

.bg-orange-700 {
    background-color: #c2410c;
}

.bg-orange-800 {
    background-color: #9a3412;
}

.bg-orange-900 {
    background-color: #7c2d12;
}

.bg-orange-950 {
    background-color: #431407;
}

.bg-amber-50 {
    background-color: #fffbeb;
}

.bg-amber-100 {
    background-color: #fef3c7;
}

.bg-amber-200 {
    background-color: #fde68a;
}

.bg-amber-300 {
    background-color: #fcd34d;
}

.bg-amber-400 {
    background-color: #fbbf24;
}

.bg-amber-500 {
    background-color: #f59e0b;
}

.bg-amber-600 {
    background-color: #d97706;
}

.bg-amber-700 {
    background-color: #b45309;
}

.bg-amber-800 {
    background-color: #92400e;
}

.bg-amber-900 {
    background-color: #78350f;
}

.bg-amber-950 {
    background-color: #451a03;
}

.bg-yellow-50 {
    background-color: #fefce8;
}

.bg-yellow-100 {
    background-color: #fef9c3;
}

.bg-yellow-200 {
    background-color: #fef08a;
}

.bg-yellow-300 {
    background-color: #fde047;
}

.bg-yellow-400 {
    background-color: #facc15;
}

.bg-yellow-500 {
    background-color: #eab308;
}

.bg-yellow-600 {
    background-color: #ca8a04;
}

.bg-yellow-700 {
    background-color: #a16207;
}

.bg-yellow-800 {
    background-color: #854d0e;
}

.bg-yellow-900 {
    background-color: #713f12;
}

.bg-yellow-950 {
    background-color: #422006;
}

.bg-lime-50 {
    background-color: #f7fee7;
}

.bg-lime-100 {
    background-color: #ecfccb;
}

.bg-lime-200 {
    background-color: #d9f99d;
}

.bg-lime-300 {
    background-color: #bef264;
}

.bg-lime-400 {
    background-color: #a3e635;
}

.bg-lime-500 {
    background-color: #84cc16;
}

.bg-lime-600 {
    background-color: #65a30d;
}

.bg-lime-700 {
    background-color: #4d7c0f;
}

.bg-lime-800 {
    background-color: #3f6212;
}

.bg-lime-900 {
    background-color: #365314;
}

.bg-lime-950 {
    background-color: #1a2e05;
}

.bg-green-50 {
    background-color: #f0fdf4;
}

.bg-green-100 {
    background-color: #dcfce7;
}

.bg-green-200 {
    background-color: #bbf7d0;
}

.bg-green-300 {
    background-color: #86efac;
}

.bg-green-400 {
    background-color: #4ade80;
}

.bg-green-500 {
    background-color: #22c55e;
}

.bg-green-600 {
    background-color: #16a34a;
}

.bg-green-700 {
    background-color: #15803d;
}

.bg-green-800 {
    background-color: #166534;
}

.bg-green-900 {
    background-color: #14532d;
}

.bg-green-950 {
    background-color: #052e16;
}

.bg-emerald-50 {
    background-color: #ecfdf5;
}

.bg-emerald-100 {
    background-color: #d1fae5;
}

.bg-emerald-200 {
    background-color: #a7f3d0;
}

.bg-emerald-300 {
    background-color: #6ee7b7;
}

.bg-emerald-400 {
    background-color: #34d399;
}

.bg-emerald-500 {
    background-color: #10b981;
}

.bg-emerald-600 {
    background-color: #059669;
}

.bg-emerald-700 {
    background-color: #047857;
}

.bg-emerald-800 {
    background-color: #065f46;
}

.bg-emerald-900 {
    background-color: #064e3b;
}

.bg-emerald-950 {
    background-color: #022c22;
}

.bg-teal-50 {
    background-color: #f0fdfa;
}

.bg-teal-100 {
    background-color: #ccfbf1;
}

.bg-teal-200 {
    background-color: #99f6e4;
}

.bg-teal-300 {
    background-color: #5eead4;
}

.bg-teal-400 {
    background-color: #2dd4bf;
}

.bg-teal-500 {
    background-color: #14b8a6;
}

.bg-teal-600 {
    background-color: #0d9488;
}

.bg-teal-700 {
    background-color: #0f766e;
}

.bg-teal-800 {
    background-color: #115e59;
}

.bg-teal-900 {
    background-color: #134e4a;
}

.bg-teal-950 {
    background-color: #042f2e;
}

.bg-cyan-50 {
    background-color: #ecfeff;
}

.bg-cyan-100 {
    background-color: #cffafe;
}

.bg-cyan-200 {
    background-color: #a5f3fc;
}

.bg-cyan-300 {
    background-color: #67e8f9;
}

.bg-cyan-400 {
    background-color: #22d3ee;
}

.bg-cyan-500 {
    background-color: #06b6d4;
}

.bg-cyan-600 {
    background-color: #0891b2;
}

.bg-cyan-700 {
    background-color: #0e7490;
}

.bg-cyan-800 {
    background-color: #155e75;
}

.bg-cyan-900 {
    background-color: #164e63;
}

.bg-cyan-950 {
    background-color: #083344;
}

.bg-sky-50 {
    background-color: #f0f9ff;
}

.bg-sky-100 {
    background-color: #e0f2fe;
}

.bg-sky-200 {
    background-color: #bae6fd;
}

.bg-sky-300 {
    background-color: #7dd3fc;
}

.bg-sky-400 {
    background-color: #38bdf8;
}

.bg-sky-500 {
    background-color: #0ea5e9;
}

.bg-sky-600 {
    background-color: #0284c7;
}

.bg-sky-700 {
    background-color: #0369a1;
}

.bg-sky-800 {
    background-color: #075985;
}

.bg-sky-900 {
    background-color: #0c4a6e;
}

.bg-sky-950 {
    background-color: #082f49;
}

.bg-blue-50 {
    background-color: #eff6ff;
}

.bg-blue-100 {
    background-color: #dbeafe;
}

.bg-blue-200 {
    background-color: #bfdbfe;
}

.bg-blue-300 {
    background-color: #93c5fd;
}

.bg-blue-400 {
    background-color: #60a5fa;
}

.bg-blue-500 {
    background-color: #3b82f6;
}

.bg-blue-600 {
    background-color: #2563eb;
}

.bg-blue-700 {
    background-color: #1d4ed8;
}

.bg-blue-800 {
    background-color: #1e40af;
}

.bg-blue-900 {
    background-color: #1e3a8a;
}

.bg-blue-950 {
    background-color: #172554;
}

.bg-indigo-50 {
    background-color: #eef2ff;
}

.bg-indigo-100 {
    background-color: #e0e7ff;
}

.bg-indigo-200 {
    background-color: #c7d2fe;
}

.bg-indigo-300 {
    background-color: #a5b4fc;
}

.bg-indigo-400 {
    background-color: #818cf8;
}

.bg-indigo-500 {
    background-color: #6366f1;
}

.bg-indigo-600 {
    background-color: #4f46e5;
}

.bg-indigo-700 {
    background-color: #4338ca;
}

.bg-indigo-800 {
    background-color: #3730a3;
}

.bg-indigo-900 {
    background-color: #312e81;
}

.bg-indigo-950 {
    background-color: #1e1b4b;
}

.bg-violet-50 {
    background-color: #f5f3ff;
}

.bg-violet-100 {
    background-color: #ede9fe;
}

.bg-violet-200 {
    background-color: #ddd6fe;
}

.bg-violet-300 {
    background-color: #c4b5fd;
}

.bg-violet-400 {
    background-color: #a78bfa;
}

.bg-violet-500 {
    background-color: #8b5cf6;
}

.bg-violet-600 {
    background-color: #7c3aed;
}

.bg-violet-700 {
    background-color: #6d28d9;
}

.bg-violet-800 {
    background-color: #5b21b6;
}

.bg-violet-900 {
    background-color: #4c1d95;
}

.bg-violet-950 {
    background-color: #2e1065;
}

.bg-purple-50 {
    background-color: #faf5ff;
}

.bg-purple-100 {
    background-color: #f3e8ff;
}

.bg-purple-200 {
    background-color: #e9d5ff;
}

.bg-purple-300 {
    background-color: #d8b4fe;
}

.bg-purple-400 {
    background-color: #c084fc;
}

.bg-purple-500 {
    background-color: #a855f7;
}

.bg-purple-600 {
    background-color: #9333ea;
}

.bg-purple-700 {
    background-color: #7e22ce;
}

.bg-purple-800 {
    background-color: #6b21a8;
}

.bg-purple-900 {
    background-color: #581c87;
}

.bg-purple-950 {
    background-color: #3b0764;
}

.bg-fuchsia-50 {
    background-color: #fdf4ff;
}

.bg-fuchsia-100 {
    background-color: #fae8ff;
}

.bg-fuchsia-200 {
    background-color: #f5d0fe;
}

.bg-fuchsia-300 {
    background-color: #f0abfc;
}

.bg-fuchsia-400 {
    background-color: #e879f9;
}

.bg-fuchsia-500 {
    background-color: #d946ef;
}

.bg-fuchsia-600 {
    background-color: #c026d3;
}

.bg-fuchsia-700 {
    background-color: #a21caf;
}

.bg-fuchsia-800 {
    background-color: #86198f;
}

.bg-fuchsia-900 {
    background-color: #701a75;
}

.bg-fuchsia-950 {
    background-color: #4a044e;
}

.bg-pink-50 {
    background-color: #fdf2f8;
}

.bg-pink-100 {
    background-color: #fce7f3;
}

.bg-pink-200 {
    background-color: #fbcfe8;
}

.bg-pink-300 {
    background-color: #f9a8d4;
}

.bg-pink-400 {
    background-color: #f472b6;
}

.bg-pink-500 {
    background-color: #ec4899;
}

.bg-pink-600 {
    background-color: #db2777;
}

.bg-pink-700 {
    background-color: #be185d;
}

.bg-pink-800 {
    background-color: #9d174d;
}

.bg-pink-900 {
    background-color: #831843;
}

.bg-pink-950 {
    background-color: #500724;
}

.bg-rose-50 {
    background-color: #fff1f2;
}

.bg-rose-100 {
    background-color: #ffe4e6;
}

.bg-rose-200 {
    background-color: #fecdd3;
}

.bg-rose-300 {
    background-color: #fda4af;
}

.bg-rose-400 {
    background-color: #fb7185;
}

.bg-rose-500 {
    background-color: #f43f5e;
}

.bg-rose-600 {
    background-color: #e11d48;
}

.bg-rose-700 {
    background-color: #be123c;
}

.bg-rose-800 {
    background-color: #9f1239;
}

.bg-rose-900 {
    background-color: #881337;
}

.bg-rose-950 {
    background-color: #4c0519;
}

/* Gradient backgrounds */
.gradient-primary {
    background: var(--gradient-primary);
}

.gradient-subtle {
    background: var(--gradient-subtle);
}

/* Background Gradient */
.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

/* Border Colors */
.border-inherit {
    border-color: inherit;
}

.border-current {
    border-color: currentColor;
}

.border-transparent {
    border-color: transparent;
}

.border-black {
    border-color: #000;
}

.border-white {
    border-color: #fff;
}

.border-background {
    border-color: hsl(var(--background));
}

.border-foreground {
    border-color: hsl(var(--foreground));
}

.border-border {
    border-color: hsl(var(--border));
}

.border-input {
    border-color: hsl(var(--input));
}

.border-ring {
    border-color: hsl(var(--ring));
}

.border-primary {
    border-color: hsl(var(--primary));
}

.border-primary-foreground {
    border-color: hsl(var(--primary-foreground));
}

.border-secondary {
    border-color: hsl(var(--secondary));
}

.border-secondary-foreground {
    border-color: hsl(var(--secondary-foreground));
}

.border-muted {
    border-color: hsl(var(--muted));
}

.border-muted-foreground {
    border-color: hsl(var(--muted-foreground));
}

.border-accent {
    border-color: hsl(var(--accent));
}

.border-accent-foreground {
    border-color: hsl(var(--accent-foreground));
}

.border-destructive {
    border-color: hsl(var(--destructive));
}

.border-destructive-foreground {
    border-color: hsl(var(--destructive-foreground));
}

.border-success {
    border-color: hsl(var(--success));
}

.border-warning {
    border-color: hsl(var(--warning));
}

.border-card {
    border-color: hsl(var(--card));
}

.border-popover {
    border-color: hsl(var(--popover));
}

.border-sidebar {
    border-color: hsl(var(--sidebar-background));
}

.border-sidebar-border {
    border-color: hsl(var(--sidebar-border));
}

.border-sidebar-ring {
    border-color: hsl(var(--sidebar-ring));
}

.border-gray-100 {
    border-color: #f3f4f6;
}

.border-gray-200 {
    border-color: #e5e7eb;
}

.border-gray-300 {
    border-color: #d1d5db;
}

.border-gray-400 {
    border-color: #9ca3af;
}

.border-gray-500 {
    border-color: #6b7280;
}

.border-slate-100 {
    border-color: #f1f5f9;
}

.border-slate-200 {
    border-color: #e2e8f0;
}

.border-slate-300 {
    border-color: #cbd5e1;
}

.border-zinc-100 {
    border-color: #f4f4f5;
}

.border-zinc-200 {
    border-color: #e4e4e7;
}

.border-zinc-300 {
    border-color: #d4d4d8;
}

.border-zinc-700 {
    border-color: #3f3f46;
}

.border-zinc-800 {
    border-color: #27272a;
}

/* ============================================
   Borders
   ============================================ */

/* Border Width */
.border-0 {
    border-width: 0px;
}

.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-4 {
    border-width: 4px;
}

.border-8 {
    border-width: 8px;
}

.border-x-0 {
    border-left-width: 0px;
    border-right-width: 0px;
}

.border-x {
    border-left-width: 1px;
    border-right-width: 1px;
}

.border-x-2 {
    border-left-width: 2px;
    border-right-width: 2px;
}

.border-x-4 {
    border-left-width: 4px;
    border-right-width: 4px;
}

.border-y-0 {
    border-top-width: 0px;
    border-bottom-width: 0px;
}

.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.border-y-2 {
    border-top-width: 2px;
    border-bottom-width: 2px;
}

.border-y-4 {
    border-top-width: 4px;
    border-bottom-width: 4px;
}

.border-t-0 {
    border-top-width: 0px;
}

.border-t {
    border-top-width: 1px;
}

.border-t-2 {
    border-top-width: 2px;
}

.border-t-4 {
    border-top-width: 4px;
}

.border-r-0 {
    border-right-width: 0px;
}

.border-r {
    border-right-width: 1px;
}

.border-r-2 {
    border-right-width: 2px;
}

.border-r-4 {
    border-right-width: 4px;
}

.border-b-0 {
    border-bottom-width: 0px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-b-4 {
    border-bottom-width: 4px;
}

.border-l-0 {
    border-left-width: 0px;
}

.border-l {
    border-left-width: 1px;
}

.border-l-2 {
    border-left-width: 2px;
}

.border-l-4 {
    border-left-width: 4px;
}

/* Border Style */
.border-solid {
    border-style: solid;
}

.border-dashed {
    border-style: dashed;
}

.border-dotted {
    border-style: dotted;
}

.border-double {
    border-style: double;
}

.border-hidden {
    border-style: hidden;
}

.border-none {
    border-style: none;
}

/* Border Radius */
.rounded-none {
    border-radius: 0px;
}

.rounded-sm {
    border-radius: calc(var(--radius) - 4px);
}

.rounded {
    border-radius: calc(var(--radius) - 2px);
}

.rounded-md {
    border-radius: calc(var(--radius) - 2px);
}

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

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.rounded-t-sm {
    border-top-left-radius: calc(var(--radius) - 4px);
    border-top-right-radius: calc(var(--radius) - 4px);
}

.rounded-t {
    border-top-left-radius: calc(var(--radius) - 2px);
    border-top-right-radius: calc(var(--radius) - 2px);
}

.rounded-t-md {
    border-top-left-radius: calc(var(--radius) - 2px);
    border-top-right-radius: calc(var(--radius) - 2px);
}

.rounded-t-lg {
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
}

.rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

.rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
}

.rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.rounded-r-sm {
    border-top-right-radius: calc(var(--radius) - 4px);
    border-bottom-right-radius: calc(var(--radius) - 4px);
}

.rounded-r {
    border-top-right-radius: calc(var(--radius) - 2px);
    border-bottom-right-radius: calc(var(--radius) - 2px);
}

.rounded-r-md {
    border-top-right-radius: calc(var(--radius) - 2px);
    border-bottom-right-radius: calc(var(--radius) - 2px);
}

.rounded-r-lg {
    border-top-right-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
}

.rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}

.rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}

.rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.rounded-b-sm {
    border-bottom-right-radius: calc(var(--radius) - 4px);
    border-bottom-left-radius: calc(var(--radius) - 4px);
}

.rounded-b {
    border-bottom-right-radius: calc(var(--radius) - 2px);
    border-bottom-left-radius: calc(var(--radius) - 2px);
}

.rounded-b-md {
    border-bottom-right-radius: calc(var(--radius) - 2px);
    border-bottom-left-radius: calc(var(--radius) - 2px);
}

.rounded-b-lg {
    border-bottom-right-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
}

.rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}

.rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
}

.rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.rounded-l-sm {
    border-top-left-radius: calc(var(--radius) - 4px);
    border-bottom-left-radius: calc(var(--radius) - 4px);
}

.rounded-l {
    border-top-left-radius: calc(var(--radius) - 2px);
    border-bottom-left-radius: calc(var(--radius) - 2px);
}

.rounded-l-md {
    border-top-left-radius: calc(var(--radius) - 2px);
    border-bottom-left-radius: calc(var(--radius) - 2px);
}

.rounded-l-lg {
    border-top-left-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
}

.rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}

.rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}

/* Divide */
.divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

/* Outline */
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.outline {
    outline-style: solid;
}

.outline-dashed {
    outline-style: dashed;
}

.outline-dotted {
    outline-style: dotted;
}

.outline-double {
    outline-style: double;
}

.outline-0 {
    outline-width: 0px;
}

.outline-1 {
    outline-width: 1px;
}

.outline-2 {
    outline-width: 2px;
}

.outline-4 {
    outline-width: 4px;
}

.outline-8 {
    outline-width: 8px;
}

.outline-offset-0 {
    outline-offset: 0px;
}

.outline-offset-1 {
    outline-offset: 1px;
}

.outline-offset-2 {
    outline-offset: 2px;
}

.outline-offset-4 {
    outline-offset: 4px;
}

.outline-offset-8 {
    outline-offset: 8px;
}

/* Ring */
.ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

.ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
    --tw-ring-inset: inset;
}

.ring-ring {
    --tw-ring-color: hsl(var(--ring));
}

.ring-offset-0 {
    --tw-ring-offset-width: 0px;
}

.ring-offset-1 {
    --tw-ring-offset-width: 1px;
}

.ring-offset-2 {
    --tw-ring-offset-width: 2px;
}

.ring-offset-4 {
    --tw-ring-offset-width: 4px;
}

.ring-offset-8 {
    --tw-ring-offset-width: 8px;
}

.ring-offset-background {
    --tw-ring-offset-color: hsl(var(--background));
}

/* ============================================
   Effects
   ============================================ */

/* Box Shadow */
.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);
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: inset 0 2px 4px 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);
}

.shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Opacity */
.opacity-0 {
    opacity: 0;
}

.opacity-5 {
    opacity: 0.05;
}

.opacity-10 {
    opacity: 0.1;
}

.opacity-15 {
    opacity: 0.15;
}

.opacity-20 {
    opacity: 0.2;
}

.opacity-25 {
    opacity: 0.25;
}

.opacity-30 {
    opacity: 0.3;
}

.opacity-35 {
    opacity: 0.35;
}

.opacity-40 {
    opacity: 0.4;
}

.opacity-45 {
    opacity: 0.45;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-55 {
    opacity: 0.55;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-65 {
    opacity: 0.65;
}

.opacity-70 {
    opacity: 0.7;
}

.opacity-75 {
    opacity: 0.75;
}

.opacity-80 {
    opacity: 0.8;
}

.opacity-85 {
    opacity: 0.85;
}

.opacity-90 {
    opacity: 0.9;
}

.opacity-95 {
    opacity: 0.95;
}

.opacity-100 {
    opacity: 1;
}

/* Mix Blend Mode */
.mix-blend-normal {
    mix-blend-mode: normal;
}

.mix-blend-multiply {
    mix-blend-mode: multiply;
}

.mix-blend-screen {
    mix-blend-mode: screen;
}

.mix-blend-overlay {
    mix-blend-mode: overlay;
}

.mix-blend-darken {
    mix-blend-mode: darken;
}

.mix-blend-lighten {
    mix-blend-mode: lighten;
}

.mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
}

.mix-blend-color-burn {
    mix-blend-mode: color-burn;
}

.mix-blend-hard-light {
    mix-blend-mode: hard-light;
}

.mix-blend-soft-light {
    mix-blend-mode: soft-light;
}

.mix-blend-difference {
    mix-blend-mode: difference;
}

.mix-blend-exclusion {
    mix-blend-mode: exclusion;
}

.mix-blend-hue {
    mix-blend-mode: hue;
}

.mix-blend-saturation {
    mix-blend-mode: saturation;
}

.mix-blend-color {
    mix-blend-mode: color;
}

.mix-blend-luminosity {
    mix-blend-mode: luminosity;
}

/* ============================================
   Filters
   ============================================ */

.blur-none {
    filter: blur(0);
}

.blur-sm {
    filter: blur(4px);
}

.blur {
    filter: blur(8px);
}

.blur-md {
    filter: blur(12px);
}

.blur-lg {
    filter: blur(16px);
}

.blur-xl {
    filter: blur(24px);
}

.blur-2xl {
    filter: blur(40px);
}

.blur-3xl {
    filter: blur(64px);
}

.brightness-0 {
    filter: brightness(0);
}

.brightness-50 {
    filter: brightness(.5);
}

.brightness-75 {
    filter: brightness(.75);
}

.brightness-90 {
    filter: brightness(.9);
}

.brightness-95 {
    filter: brightness(.95);
}

.brightness-100 {
    filter: brightness(1);
}

.brightness-105 {
    filter: brightness(1.05);
}

.brightness-110 {
    filter: brightness(1.1);
}

.brightness-125 {
    filter: brightness(1.25);
}

.brightness-150 {
    filter: brightness(1.5);
}

.brightness-200 {
    filter: brightness(2);
}

.contrast-0 {
    filter: contrast(0);
}

.contrast-50 {
    filter: contrast(.5);
}

.contrast-75 {
    filter: contrast(.75);
}

.contrast-100 {
    filter: contrast(1);
}

.contrast-125 {
    filter: contrast(1.25);
}

.contrast-150 {
    filter: contrast(1.5);
}

.contrast-200 {
    filter: contrast(2);
}

.grayscale-0 {
    filter: grayscale(0);
}

.grayscale {
    filter: grayscale(100%);
}

.invert-0 {
    filter: invert(0);
}

.invert {
    filter: invert(100%);
}

.saturate-0 {
    filter: saturate(0);
}

.saturate-50 {
    filter: saturate(.5);
}

.saturate-100 {
    filter: saturate(1);
}

.saturate-150 {
    filter: saturate(1.5);
}

.saturate-200 {
    filter: saturate(2);
}

.sepia-0 {
    filter: sepia(0);
}

.sepia {
    filter: sepia(100%);
}

.backdrop-blur-none {
    backdrop-filter: blur(0);
}

.backdrop-blur-sm {
    backdrop-filter: blur(4px);
}

.backdrop-blur {
    backdrop-filter: blur(8px);
}

.backdrop-blur-md {
    backdrop-filter: blur(12px);
}

.backdrop-blur-lg {
    backdrop-filter: blur(16px);
}

.backdrop-blur-xl {
    backdrop-filter: blur(24px);
}

.backdrop-blur-2xl {
    backdrop-filter: blur(40px);
}

.backdrop-blur-3xl {
    backdrop-filter: blur(64px);
}

/* ============================================
   Tables
   ============================================ */

.border-collapse {
    border-collapse: collapse;
}

.border-separate {
    border-collapse: separate;
}

.border-spacing-0 {
    border-spacing: 0px 0px;
}

.border-spacing-1 {
    border-spacing: 0.25rem 0.25rem;
}

.border-spacing-2 {
    border-spacing: 0.5rem 0.5rem;
}

.border-spacing-3 {
    border-spacing: 0.75rem 0.75rem;
}

.border-spacing-4 {
    border-spacing: 1rem 1rem;
}

.border-spacing-5 {
    border-spacing: 1.25rem 1.25rem;
}

.border-spacing-6 {
    border-spacing: 1.5rem 1.5rem;
}

.border-spacing-8 {
    border-spacing: 2rem 2rem;
}

.table-auto {
    table-layout: auto;
}

.table-fixed {
    table-layout: fixed;
}

.caption-top {
    caption-side: top;
}

.caption-bottom {
    caption-side: bottom;
}

/* ============================================
   Transitions & Animation
   ============================================ */

/* Transition Property */
.transition-none {
    transition-property: none;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

/* Transition Duration */
.duration-0 {
    transition-duration: 0s;
}

.duration-75 {
    transition-duration: 75ms;
}

.duration-100 {
    transition-duration: 100ms;
}

.duration-150 {
    transition-duration: 150ms;
}

.duration-200 {
    transition-duration: 200ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-500 {
    transition-duration: 500ms;
}

.duration-700 {
    transition-duration: 700ms;
}

.duration-1000 {
    transition-duration: 1000ms;
}

/* Transition Timing */
.ease-linear {
    transition-timing-function: linear;
}

.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Transition Delay */
.delay-0 {
    transition-delay: 0s;
}

.delay-75 {
    transition-delay: 75ms;
}

.delay-100 {
    transition-delay: 100ms;
}

.delay-150 {
    transition-delay: 150ms;
}

.delay-200 {
    transition-delay: 200ms;
}

.delay-300 {
    transition-delay: 300ms;
}

.delay-500 {
    transition-delay: 500ms;
}

.delay-700 {
    transition-delay: 700ms;
}

.delay-1000 {
    transition-delay: 1000ms;
}

/* Animation */
.animate-none {
    animation: none;
}

.animate-spin {
    animation: spin 1s linear infinite;
}

.animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce {
    animation: bounce 1s infinite;
}

.animate-accordion-down {
    animation: accordion-down 0.2s ease-out;
}

.animate-accordion-up {
    animation: accordion-up 0.2s ease-out;
}

.animate-fade-in {
    animation: fade-in 0.4s ease-out;
}

.animate-slide-in {
    animation: slide-in 0.3s ease-out;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes ping {
    75%, 100% {
        transform: scale(2);
        opacity: 0;
    }
}

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

@keyframes bounce {
    0%, 100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8,0,1,1);
    }

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

@keyframes accordion-down {
    from {
        height: 0;
    }

    to {
        height: var(--radix-accordion-content-height);
    }
}

@keyframes accordion-up {
    from {
        height: var(--radix-accordion-content-height);
    }

    to {
        height: 0;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slide-in {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ============================================
   Transforms
   ============================================ */

.scale-0 {
    transform: scale(0);
}

.scale-50 {
    transform: scale(.5);
}

.scale-75 {
    transform: scale(.75);
}

.scale-90 {
    transform: scale(.9);
}

.scale-95 {
    transform: scale(.95);
}

.scale-100 {
    transform: scale(1);
}

.scale-105 {
    transform: scale(1.05);
}

.scale-110 {
    transform: scale(1.1);
}

.scale-125 {
    transform: scale(1.25);
}

.scale-150 {
    transform: scale(1.5);
}

.scale-x-0 {
    transform: scaleX(0);
}

.scale-x-50 {
    transform: scaleX(.5);
}

.scale-x-75 {
    transform: scaleX(.75);
}

.scale-x-90 {
    transform: scaleX(.9);
}

.scale-x-95 {
    transform: scaleX(.95);
}

.scale-x-100 {
    transform: scaleX(1);
}

.scale-x-105 {
    transform: scaleX(1.05);
}

.scale-x-110 {
    transform: scaleX(1.1);
}

.scale-x-125 {
    transform: scaleX(1.25);
}

.scale-x-150 {
    transform: scaleX(1.5);
}

.scale-y-0 {
    transform: scaleY(0);
}

.scale-y-50 {
    transform: scaleY(.5);
}

.scale-y-75 {
    transform: scaleY(.75);
}

.scale-y-90 {
    transform: scaleY(.9);
}

.scale-y-95 {
    transform: scaleY(.95);
}

.scale-y-100 {
    transform: scaleY(1);
}

.scale-y-105 {
    transform: scaleY(1.05);
}

.scale-y-110 {
    transform: scaleY(1.1);
}

.scale-y-125 {
    transform: scaleY(1.25);
}

.scale-y-150 {
    transform: scaleY(1.5);
}

.rotate-0 {
    transform: rotate(0deg);
}

.rotate-1 {
    transform: rotate(1deg);
}

.rotate-2 {
    transform: rotate(2deg);
}

.rotate-3 {
    transform: rotate(3deg);
}

.rotate-6 {
    transform: rotate(6deg);
}

.rotate-12 {
    transform: rotate(12deg);
}

.rotate-45 {
    transform: rotate(45deg);
}

.rotate-90 {
    transform: rotate(90deg);
}

.rotate-180 {
    transform: rotate(180deg);
}

.-rotate-1 {
    transform: rotate(-1deg);
}

.-rotate-2 {
    transform: rotate(-2deg);
}

.-rotate-3 {
    transform: rotate(-3deg);
}

.-rotate-6 {
    transform: rotate(-6deg);
}

.-rotate-12 {
    transform: rotate(-12deg);
}

.-rotate-45 {
    transform: rotate(-45deg);
}

.-rotate-90 {
    transform: rotate(-90deg);
}

.-rotate-180 {
    transform: rotate(-180deg);
}

.translate-x-0 {
    transform: translateX(0px);
}

.translate-x-1 {
    transform: translateX(0.25rem);
}

.translate-x-2 {
    transform: translateX(0.5rem);
}

.translate-x-3 {
    transform: translateX(0.75rem);
}

.translate-x-4 {
    transform: translateX(1rem);
}

.translate-x-5 {
    transform: translateX(1.25rem);
}

.translate-x-6 {
    transform: translateX(1.5rem);
}

.translate-x-8 {
    transform: translateX(2rem);
}

.translate-x-10 {
    transform: translateX(2.5rem);
}

.translate-x-12 {
    transform: translateX(3rem);
}

.translate-x-16 {
    transform: translateX(4rem);
}

.translate-x-20 {
    transform: translateX(5rem);
}

.translate-x-24 {
    transform: translateX(6rem);
}

.translate-x-1\/2 {
    transform: translateX(50%);
}

.translate-x-1\/3 {
    transform: translateX(33.333333%);
}

.translate-x-2\/3 {
    transform: translateX(66.666667%);
}

.translate-x-1\/4 {
    transform: translateX(25%);
}

.translate-x-2\/4 {
    transform: translateX(50%);
}

.translate-x-3\/4 {
    transform: translateX(75%);
}

.translate-x-full {
    transform: translateX(100%);
}

.-translate-x-1 {
    transform: translateX(-0.25rem);
}

.-translate-x-2 {
    transform: translateX(-0.5rem);
}

.-translate-x-3 {
    transform: translateX(-0.75rem);
}

.-translate-x-4 {
    transform: translateX(-1rem);
}

.-translate-x-5 {
    transform: translateX(-1.25rem);
}

.-translate-x-6 {
    transform: translateX(-1.5rem);
}

.-translate-x-8 {
    transform: translateX(-2rem);
}

.-translate-x-10 {
    transform: translateX(-2.5rem);
}

.-translate-x-12 {
    transform: translateX(-3rem);
}

.-translate-x-1\/2 {
    transform: translateX(-50%);
}

.-translate-x-1\/3 {
    transform: translateX(-33.333333%);
}

.-translate-x-2\/3 {
    transform: translateX(-66.666667%);
}

.-translate-x-1\/4 {
    transform: translateX(-25%);
}

.-translate-x-full {
    transform: translateX(-100%);
}

.translate-y-0 {
    transform: translateY(0px);
}

.translate-y-1 {
    transform: translateY(0.25rem);
}

.translate-y-2 {
    transform: translateY(0.5rem);
}

.translate-y-3 {
    transform: translateY(0.75rem);
}

.translate-y-4 {
    transform: translateY(1rem);
}

.translate-y-5 {
    transform: translateY(1.25rem);
}

.translate-y-6 {
    transform: translateY(1.5rem);
}

.translate-y-8 {
    transform: translateY(2rem);
}

.translate-y-10 {
    transform: translateY(2.5rem);
}

.translate-y-12 {
    transform: translateY(3rem);
}

.translate-y-16 {
    transform: translateY(4rem);
}

.translate-y-20 {
    transform: translateY(5rem);
}

.translate-y-1\/2 {
    transform: translateY(50%);
}

.translate-y-1\/3 {
    transform: translateY(33.333333%);
}

.translate-y-2\/3 {
    transform: translateY(66.666667%);
}

.translate-y-1\/4 {
    transform: translateY(25%);
}

.translate-y-full {
    transform: translateY(100%);
}

.-translate-y-1 {
    transform: translateY(-0.25rem);
}

.-translate-y-2 {
    transform: translateY(-0.5rem);
}

.-translate-y-3 {
    transform: translateY(-0.75rem);
}

.-translate-y-4 {
    transform: translateY(-1rem);
}

.-translate-y-5 {
    transform: translateY(-1.25rem);
}

.-translate-y-6 {
    transform: translateY(-1.5rem);
}

.-translate-y-8 {
    transform: translateY(-2rem);
}

.-translate-y-10 {
    transform: translateY(-2.5rem);
}

.-translate-y-12 {
    transform: translateY(-3rem);
}

.-translate-y-1\/2 {
    transform: translateY(-50%);
}

.-translate-y-1\/4 {
    transform: translateY(-25%);
}

.-translate-y-full {
    transform: translateY(-100%);
}

.skew-x-0 {
    transform: skewX(0deg);
}

.skew-x-1 {
    transform: skewX(1deg);
}

.skew-x-2 {
    transform: skewX(2deg);
}

.skew-x-3 {
    transform: skewX(3deg);
}

.skew-x-6 {
    transform: skewX(6deg);
}

.skew-x-12 {
    transform: skewX(12deg);
}

.-skew-x-1 {
    transform: skewX(-1deg);
}

.-skew-x-2 {
    transform: skewX(-2deg);
}

.-skew-x-3 {
    transform: skewX(-3deg);
}

.-skew-x-6 {
    transform: skewX(-6deg);
}

.-skew-x-12 {
    transform: skewX(-12deg);
}

.skew-y-0 {
    transform: skewY(0deg);
}

.skew-y-1 {
    transform: skewY(1deg);
}

.skew-y-2 {
    transform: skewY(2deg);
}

.skew-y-3 {
    transform: skewY(3deg);
}

.skew-y-6 {
    transform: skewY(6deg);
}

.skew-y-12 {
    transform: skewY(12deg);
}

.-skew-y-1 {
    transform: skewY(-1deg);
}

.-skew-y-2 {
    transform: skewY(-2deg);
}

.-skew-y-3 {
    transform: skewY(-3deg);
}

.-skew-y-6 {
    transform: skewY(-6deg);
}

.-skew-y-12 {
    transform: skewY(-12deg);
}

.origin-center {
    transform-origin: center;
}

.origin-top {
    transform-origin: top;
}

.origin-top-right {
    transform-origin: top right;
}

.origin-right {
    transform-origin: right;
}

.origin-bottom-right {
    transform-origin: bottom right;
}

.origin-bottom {
    transform-origin: bottom;
}

.origin-bottom-left {
    transform-origin: bottom left;
}

.origin-left {
    transform-origin: left;
}

.origin-top-left {
    transform-origin: top left;
}

/* ============================================
   Interactivity
   ============================================ */

/* Cursor */
.cursor-auto {
    cursor: auto;
}

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-wait {
    cursor: wait;
}

.cursor-text {
    cursor: text;
}

.cursor-move {
    cursor: move;
}

.cursor-help {
    cursor: help;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.cursor-none {
    cursor: none;
}

.cursor-context-menu {
    cursor: context-menu;
}

.cursor-progress {
    cursor: progress;
}

.cursor-cell {
    cursor: cell;
}

.cursor-crosshair {
    cursor: crosshair;
}

.cursor-vertical-text {
    cursor: vertical-text;
}

.cursor-alias {
    cursor: alias;
}

.cursor-copy {
    cursor: copy;
}

.cursor-no-drop {
    cursor: no-drop;
}

.cursor-grab {
    cursor: grab;
}

.cursor-grabbing {
    cursor: grabbing;
}

.cursor-all-scroll {
    cursor: all-scroll;
}

.cursor-col-resize {
    cursor: col-resize;
}

.cursor-row-resize {
    cursor: row-resize;
}

.cursor-n-resize {
    cursor: n-resize;
}

.cursor-e-resize {
    cursor: e-resize;
}

.cursor-s-resize {
    cursor: s-resize;
}

.cursor-w-resize {
    cursor: w-resize;
}

.cursor-ne-resize {
    cursor: ne-resize;
}

.cursor-nw-resize {
    cursor: nw-resize;
}

.cursor-se-resize {
    cursor: se-resize;
}

.cursor-sw-resize {
    cursor: sw-resize;
}

.cursor-ew-resize {
    cursor: ew-resize;
}

.cursor-ns-resize {
    cursor: ns-resize;
}

.cursor-nesw-resize {
    cursor: nesw-resize;
}

.cursor-nwse-resize {
    cursor: nwse-resize;
}

.cursor-zoom-in {
    cursor: zoom-in;
}

.cursor-zoom-out {
    cursor: zoom-out;
}

/* Resize */
.resize-none {
    resize: none;
}

.resize-y {
    resize: vertical;
}

.resize-x {
    resize: horizontal;
}

.resize {
    resize: both;
}

/* Scroll Behavior */
.scroll-auto {
    scroll-behavior: auto;
}

.scroll-smooth {
    scroll-behavior: smooth;
}

/* User Select */
.select-none {
    user-select: none;
}

.select-text {
    user-select: text;
}

.select-all {
    user-select: all;
}

.select-auto {
    user-select: auto;
}

/* Touch Action */
.touch-auto {
    touch-action: auto;
}

.touch-none {
    touch-action: none;
}

.touch-pan-x {
    touch-action: pan-x;
}

.touch-pan-left {
    touch-action: pan-left;
}

.touch-pan-right {
    touch-action: pan-right;
}

.touch-pan-y {
    touch-action: pan-y;
}

.touch-pan-up {
    touch-action: pan-up;
}

.touch-pan-down {
    touch-action: pan-down;
}

.touch-pinch-zoom {
    touch-action: pinch-zoom;
}

.touch-manipulation {
    touch-action: manipulation;
}

/* Pointer Events */
.pointer-events-none {
    pointer-events: none;
}

.pointer-events-auto {
    pointer-events: auto;
}

/* Will Change */
.will-change-auto {
    will-change: auto;
}

.will-change-scroll {
    will-change: scroll-position;
}

.will-change-contents {
    will-change: contents;
}

.will-change-transform {
    will-change: transform;
}

/* Appearance */
.appearance-none {
    appearance: none;
}

.appearance-auto {
    appearance: auto;
}

/* ============================================
   Overflow
   ============================================ */

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-clip {
    overflow: clip;
}

.overflow-visible {
    overflow: visible;
}

.overflow-scroll {
    overflow: scroll;
}

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

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

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-x-clip {
    overflow-x: clip;
}

.overflow-y-clip {
    overflow-y: clip;
}

.overflow-x-visible {
    overflow-x: visible;
}

.overflow-y-visible {
    overflow-y: visible;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

/* ============================================
   SVG
   ============================================ */

.fill-current {
    fill: currentColor;
}

.fill-none {
    fill: none;
}

.fill-inherit {
    fill: inherit;
}

.fill-primary {
    fill: hsl(var(--primary));
}

.fill-foreground {
    fill: hsl(var(--foreground));
}

.fill-muted-foreground {
    fill: hsl(var(--muted-foreground));
}

.stroke-current {
    stroke: currentColor;
}

.stroke-none {
    stroke: none;
}

.stroke-inherit {
    stroke: inherit;
}

.stroke-primary {
    stroke: hsl(var(--primary));
}

.stroke-foreground {
    stroke: hsl(var(--foreground));
}

.stroke-muted-foreground {
    stroke: hsl(var(--muted-foreground));
}

.stroke-0 {
    stroke-width: 0;
}

.stroke-1 {
    stroke-width: 1;
}

.stroke-2 {
    stroke-width: 2;
}

/* ============================================
   Accessibility
   ============================================ */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.forced-color-adjust-auto {
    forced-color-adjust: auto;
}

.forced-color-adjust-none {
    forced-color-adjust: none;
}

/* ============================================
   Responsive Breakpoints
   ============================================ */

@media (min-width: 640px) {
    .sm\:block {
        display: block;
    }

    .sm\:inline-block {
        display: inline-block;
    }

    .sm\:inline {
        display: inline;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:inline-flex {
        display: inline-flex;
    }

    .sm\:grid {
        display: grid;
    }

    .sm\:hidden {
        display: none;
    }

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

    .sm\:flex-col {
        flex-direction: column;
    }

    .sm\:items-start {
        align-items: flex-start;
    }

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

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

    .sm\:justify-start {
        justify-content: flex-start;
    }

    .sm\:justify-center {
        justify-content: center;
    }

    .sm\:justify-end {
        justify-content: flex-end;
    }

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

    .sm\:gap-2 {
        gap: 0.5rem;
    }

    .sm\:gap-4 {
        gap: 1rem;
    }

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

    .sm\:gap-8 {
        gap: 2rem;
    }

    .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .sm\:p-4 {
        padding: 1rem;
    }

    .sm\:p-6 {
        padding: 1.5rem;
    }

    .sm\:p-8 {
        padding: 2rem;
    }

    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .sm\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .sm\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .sm\:text-left {
        text-align: left;
    }

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

    .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .sm\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .sm\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .sm\:w-auto {
        width: auto;
    }

    .sm\:w-1\/2 {
        width: 50%;
    }

    .sm\:w-1\/3 {
        width: 33.333333%;
    }

    .sm\:w-2\/3 {
        width: 66.666667%;
    }

    .sm\:max-w-sm {
        max-width: 24rem;
    }

    .sm\:max-w-md {
        max-width: 28rem;
    }

    .sm\:max-w-lg {
        max-width: 32rem;
    }

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

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

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

@media (min-width: 768px) {
    .md\:block {
        display: block;
    }

    .md\:inline-block {
        display: inline-block;
    }

    .md\:inline {
        display: inline;
    }

    .md\:flex {
        display: flex;
    }

    .md\:inline-flex {
        display: inline-flex;
    }

    .md\:grid {
        display: grid;
    }

    .md\:hidden {
        display: none;
    }

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

    .md\:flex-col {
        flex-direction: column;
    }

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

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

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

    .md\:justify-start {
        justify-content: flex-start;
    }

    .md\:justify-center {
        justify-content: center;
    }

    .md\:justify-end {
        justify-content: flex-end;
    }

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

    .md\:gap-4 {
        gap: 1rem;
    }

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

    .md\:gap-8 {
        gap: 2rem;
    }

    .md\:gap-10 {
        gap: 2.5rem;
    }

    .md\:gap-12 {
        gap: 3rem;
    }

    .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .md\:p-6 {
        padding: 1.5rem;
    }

    .md\:p-8 {
        padding: 2rem;
    }

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

    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .md\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .md\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .md\:text-left {
        text-align: left;
    }

    .md\:text-center {
        text-align: center;
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

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

    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

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

    .md\:w-auto {
        width: auto;
    }

    .md\:w-1\/2 {
        width: 50%;
    }

    .md\:w-1\/3 {
        width: 33.333333%;
    }

    .md\:w-2\/3 {
        width: 66.666667%;
    }

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

    .md\:w-3\/4 {
        width: 75%;
    }

    .md\:max-w-md {
        max-width: 28rem;
    }

    .md\:max-w-lg {
        max-width: 32rem;
    }

    .md\:max-w-xl {
        max-width: 36rem;
    }

    .md\:max-w-2xl {
        max-width: 42rem;
    }

    .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-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

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

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

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

    .md\:rounded-xl {
        border-radius: 0.75rem;
    }
}

@media (min-width: 1024px) {
    .lg\:block {
        display: block;
    }

    .lg\:inline-block {
        display: inline-block;
    }

    .lg\:inline {
        display: inline;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:inline-flex {
        display: inline-flex;
    }

    .lg\:grid {
        display: grid;
    }

    .lg\:hidden {
        display: none;
    }

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

    .lg\:flex-col {
        flex-direction: column;
    }

    .lg\:items-start {
        align-items: flex-start;
    }

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

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

    .lg\:justify-start {
        justify-content: flex-start;
    }

    .lg\:justify-center {
        justify-content: center;
    }

    .lg\:justify-end {
        justify-content: flex-end;
    }

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

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

    .lg\:gap-8 {
        gap: 2rem;
    }

    .lg\:gap-10 {
        gap: 2.5rem;
    }

    .lg\:gap-12 {
        gap: 3rem;
    }

    .lg\:gap-16 {
        gap: 4rem;
    }

    .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:p-8 {
        padding: 2rem;
    }

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

    .lg\:p-12 {
        padding: 3rem;
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .lg\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .lg\:text-left {
        text-align: left;
    }

    .lg\:text-center {
        text-align: center;
    }

    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

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

    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .lg\:w-auto {
        width: auto;
    }

    .lg\:w-1\/2 {
        width: 50%;
    }

    .lg\:w-1\/3 {
        width: 33.333333%;
    }

    .lg\:w-2\/3 {
        width: 66.666667%;
    }

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

    .lg\:w-3\/4 {
        width: 75%;
    }

    .lg\:w-1\/5 {
        width: 20%;
    }

    .lg\:w-2\/5 {
        width: 40%;
    }

    .lg\:w-3\/5 {
        width: 60%;
    }

    .lg\:max-w-lg {
        max-width: 32rem;
    }

    .lg\:max-w-xl {
        max-width: 36rem;
    }

    .lg\:max-w-2xl {
        max-width: 42rem;
    }

    .lg\:max-w-3xl {
        max-width: 48rem;
    }

    .lg\:max-w-4xl {
        max-width: 56rem;
    }

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

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

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

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

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

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

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

    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }
}

@media (min-width: 1280px) {
    .xl\:block {
        display: block;
    }

    .xl\:inline-block {
        display: inline-block;
    }

    .xl\:flex {
        display: flex;
    }

    .xl\:inline-flex {
        display: inline-flex;
    }

    .xl\:grid {
        display: grid;
    }

    .xl\:hidden {
        display: none;
    }

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

    .xl\:flex-col {
        flex-direction: column;
    }

    .xl\:gap-8 {
        gap: 2rem;
    }

    .xl\:gap-10 {
        gap: 2.5rem;
    }

    .xl\:gap-12 {
        gap: 3rem;
    }

    .xl\:gap-16 {
        gap: 4rem;
    }

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

    .xl\:p-12 {
        padding: 3rem;
    }

    .xl\:p-16 {
        padding: 4rem;
    }

    .xl\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .xl\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .xl\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .xl\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .xl\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .xl\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .xl\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .xl\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

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

    .xl\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .xl\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }

    .xl\:max-w-xl {
        max-width: 36rem;
    }

    .xl\:max-w-2xl {
        max-width: 42rem;
    }

    .xl\:max-w-3xl {
        max-width: 48rem;
    }

    .xl\:max-w-4xl {
        max-width: 56rem;
    }

    .xl\:max-w-5xl {
        max-width: 64rem;
    }

    .xl\:max-w-6xl {
        max-width: 72rem;
    }

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

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

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

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

@media (min-width: 1536px) {
    .\32xl\:block {
        display: block;
    }

    .\32xl\:flex {
        display: flex;
    }

    .\32xl\:grid {
        display: grid;
    }

    .\32xl\:hidden {
        display: none;
    }

    .\32xl\:gap-12 {
        gap: 3rem;
    }

    .\32xl\:gap-16 {
        gap: 4rem;
    }

    .\32xl\:p-12 {
        padding: 3rem;
    }

    .\32xl\:p-16 {
        padding: 4rem;
    }

    .\32xl\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .\32xl\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .\32xl\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .\32xl\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .\32xl\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

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

    .\32xl\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .\32xl\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }

    .\32xl\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }

    .\32xl\:max-w-7xl {
        max-width: 80rem;
    }

    .\32xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .\32xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .\32xl\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

/* ============================================
   State Variants (Hover, Focus, Active, etc.)
   ============================================ */

.hover\:bg-primary\/90:hover {
    background-color: hsl(var(--primary) / 0.9);
}

.hover\:bg-secondary\/80:hover {
    background-color: hsl(var(--secondary) / 0.8);
}

.hover\:bg-destructive\/90:hover {
    background-color: hsl(var(--destructive) / 0.9);
}

.hover\:bg-accent:hover {
    background-color: hsl(var(--accent));
}

.hover\:bg-muted:hover {
    background-color: hsl(var(--muted));
}

.hover\:bg-muted\/50:hover {
    background-color: hsl(var(--muted) / 0.5);
}

.hover\:bg-gray-50:hover {
    background-color: #f9fafb;
}

.hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
}

.hover\:bg-slate-50:hover {
    background-color: #f8fafc;
}

.hover\:bg-slate-100:hover {
    background-color: #f1f5f9;
}

.hover\:bg-zinc-50:hover {
    background-color: #fafafa;
}

.hover\:bg-zinc-100:hover {
    background-color: #f4f4f5;
}

.hover\:bg-zinc-800:hover {
    background-color: #27272a;
}

.hover\:text-primary:hover {
    color: hsl(var(--primary));
}

.hover\:text-accent-foreground:hover {
    color: hsl(var(--accent-foreground));
}

.hover\:text-foreground:hover {
    color: hsl(var(--foreground));
}

.hover\:text-muted-foreground:hover {
    color: hsl(var(--muted-foreground));
}

.hover\:border-primary:hover {
    border-color: hsl(var(--primary));
}

.hover\:border-input:hover {
    border-color: hsl(var(--input));
}

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

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

.hover\:opacity-80:hover {
    opacity: 0.8;
}

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

.hover\:opacity-100:hover {
    opacity: 1;
}

.hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:scale-105:hover {
    transform: scale(1.05);
}

.hover\:scale-110:hover {
    transform: scale(1.1);
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

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

.focus\:ring-ring:focus {
    --tw-ring-color: hsl(var(--ring));
}

.focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-background:focus {
    --tw-ring-offset-color: hsl(var(--background));
}

.focus-visible\:outline-none:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

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

.focus-visible\:ring-ring:focus-visible {
    --tw-ring-color: hsl(var(--ring));
}

.focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 2px;
}

.focus-visible\:ring-offset-background:focus-visible {
    --tw-ring-offset-color: hsl(var(--background));
}

.active\:scale-95:active {
    transform: scale(0.95);
}

.active\:opacity-80:active {
    opacity: 0.8;
}

.disabled\:pointer-events-none:disabled {
    pointer-events: none;
}

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

.disabled\:opacity-50:disabled {
    opacity: 0.5;
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}

.group:hover .group-hover\:visible {
    visibility: visible;
}

.group:hover .group-hover\:translate-y-0 {
    transform: translateY(0px);
}

.peer:checked ~ .peer-checked\:bg-primary {
    background-color: hsl(var(--primary));
}

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

/* Data State Variants (for Radix UI components) */
[data-state="open"] .data-\[state\=open\]\:animate-in {
    animation-name: enter;
    animation-duration: 150ms;
}

[data-state="closed"] .data-\[state\=closed\]\:animate-out {
    animation-name: exit;
    animation-duration: 150ms;
}

[data-state="open"] .data-\[state\=open\]\:fade-in-0 {
    --tw-enter-opacity: 0;
}

[data-state="closed"] .data-\[state\=closed\]\:fade-out-0 {
    --tw-exit-opacity: 0;
}

[data-state="open"] .data-\[state\=open\]\:zoom-in-95 {
    --tw-enter-scale: .95;
}

[data-state="closed"] .data-\[state\=closed\]\:zoom-out-95 {
    --tw-exit-scale: .95;
}

[data-state="active"] .data-\[state\=active\]\:bg-background {
    background-color: hsl(var(--background));
}

[data-state="active"] .data-\[state\=active\]\:text-foreground {
    color: hsl(var(--foreground));
}

[data-state="active"] .data-\[state\=active\]\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Dark Mode Variants */
.dark .dark\:bg-background {
    background-color: hsl(var(--background));
}

.dark .dark\:bg-card {
    background-color: hsl(var(--card));
}

.dark .dark\:bg-muted {
    background-color: hsl(var(--muted));
}

.dark .dark\:bg-secondary {
    background-color: hsl(var(--secondary));
}

.dark .dark\:bg-zinc-800 {
    background-color: #27272a;
}

.dark .dark\:bg-zinc-900 {
    background-color: #18181b;
}

.dark .dark\:bg-slate-800 {
    background-color: #1e293b;
}

.dark .dark\:bg-slate-900 {
    background-color: #0f172a;
}

.dark .dark\:bg-gray-800 {
    background-color: #1f2937;
}

.dark .dark\:bg-gray-900 {
    background-color: #111827;
}

.dark .dark\:text-foreground {
    color: hsl(var(--foreground));
}

.dark .dark\:text-muted-foreground {
    color: hsl(var(--muted-foreground));
}

.dark .dark\:text-primary {
    color: hsl(var(--primary));
}

.dark .dark\:text-white {
    color: #fff;
}

.dark .dark\:text-gray-100 {
    color: #f3f4f6;
}

.dark .dark\:text-gray-200 {
    color: #e5e7eb;
}

.dark .dark\:text-gray-300 {
    color: #d1d5db;
}

.dark .dark\:text-gray-400 {
    color: #9ca3af;
}

.dark .dark\:border-border {
    border-color: hsl(var(--border));
}

.dark .dark\:border-input {
    border-color: hsl(var(--input));
}

.dark .dark\:border-zinc-700 {
    border-color: #3f3f46;
}

.dark .dark\:border-zinc-800 {
    border-color: #27272a;
}

.dark .dark\:border-slate-700 {
    border-color: #334155;
}

.dark .dark\:border-gray-700 {
    border-color: #374151;
}

.dark .dark\:hover\:bg-muted\/50:hover {
    background-color: hsl(var(--muted) / 0.5);
}

.dark .dark\:hover\:bg-zinc-700:hover {
    background-color: #3f3f46;
}

.dark .dark\:hover\:bg-zinc-800:hover {
    background-color: #27272a;
}

.dark .dark\:ring-offset-background {
    --tw-ring-offset-color: hsl(var(--background));
}

/* Print Styles */
@media print {
    .print\:hidden {
        display: none;
    }

    .print\:block {
        display: block;
    }

    .print\:break-before-page {
        break-before: page;
    }

    .print\:break-after-page {
        break-after: page;
    }
}

/* ============================================
   Component Defaults
   ============================================ */

/* Button Base */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: calc(var(--radius) - 2px);
    font-size: 0.875rem;
    font-weight: 500;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    .btn:focus-visible {
        outline: 2px solid transparent;
        outline-offset: 2px;
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        --tw-ring-color: hsl(var(--ring));
        --tw-ring-offset-width: 2px;
    }

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

.btn-primary {
    background-color: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
}

    .btn-primary:hover {
        background-color: hsl(var(--primary) / 0.9);
    }

.btn-secondary {
    background-color: hsl(var(--secondary));
    color: hsl(var(--secondary-foreground));
}

    .btn-secondary:hover {
        background-color: hsl(var(--secondary) / 0.8);
    }

.btn-destructive {
    background-color: hsl(var(--destructive));
    color: hsl(var(--destructive-foreground));
}

    .btn-destructive:hover {
        background-color: hsl(var(--destructive) / 0.9);
    }

.btn-outline {
    border: 1px solid hsl(var(--input));
    background-color: hsl(var(--background));
}

    .btn-outline:hover {
        background-color: hsl(var(--accent));
        color: hsl(var(--accent-foreground));
    }

.btn-ghost:hover {
    background-color: hsl(var(--accent));
    color: hsl(var(--accent-foreground));
}

.btn-link {
    color: hsl(var(--primary));
    text-decoration-line: underline;
    text-underline-offset: 4px;
}

    .btn-link:hover {
        text-decoration-line: underline;
    }

.btn-sm {
    height: 2.25rem;
    border-radius: calc(var(--radius) - 2px);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.btn-lg {
    height: 2.75rem;
    border-radius: calc(var(--radius) - 2px);
    padding-left: 2rem;
    padding-right: 2rem;
}

.btn-icon {
    height: 2.5rem;
    width: 2.5rem;
}

/* Card Base */
.card {
    border-radius: var(--radius);
    border: 1px solid hsl(var(--border));
    background-color: hsl(var(--card));
    color: hsl(var(--card-foreground));
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.card-header {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    padding: 1.5rem;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.025em;
}

.card-description {
    font-size: 0.875rem;
    color: hsl(var(--muted-foreground));
}

.card-content {
    padding: 1.5rem;
    padding-top: 0;
}

.card-footer {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    padding-top: 0;
}

/* Input Base */
.input {
    display: flex;
    height: 2.5rem;
    width: 100%;
    border-radius: calc(var(--radius) - 2px);
    border: 1px solid hsl(var(--input));
    background-color: hsl(var(--background));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    transition-property: color, background-color, border-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

    .input:focus-visible {
        outline: 2px solid transparent;
        outline-offset: 2px;
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        --tw-ring-color: hsl(var(--ring));
        --tw-ring-offset-width: 2px;
    }

    .input:disabled {
        cursor: not-allowed;
        opacity: 0.5;
    }

/* Badge Base */
.badge {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    border: 1px solid transparent;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-size: 0.75rem;
    font-weight: 600;
    transition-property: color, background-color, border-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.badge-default {
    background-color: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
}

.badge-secondary {
    background-color: hsl(var(--secondary));
    color: hsl(var(--secondary-foreground));
}

.badge-destructive {
    background-color: hsl(var(--destructive));
    color: hsl(var(--destructive-foreground));
}

.badge-outline {
    border-color: hsl(var(--border));
    color: hsl(var(--foreground));
}

.badge-success {
    background-color: hsl(var(--success));
    color: hsl(var(--success-foreground));
}

.badge-warning {
    background-color: hsl(var(--warning));
    color: hsl(var(--warning-foreground));
}

/* Label */
.label {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
}

    .label.peer-disabled {
        cursor: not-allowed;
        opacity: 0.7;
    }

/* Separator */
.separator {
    flex-shrink: 0;
    background-color: hsl(var(--border));
}

.separator-horizontal {
    height: 1px;
    width: 100%;
}

.separator-vertical {
    height: 100%;
    width: 1px;
}

/* ============================================
   Additional Utility Classes
   ============================================ */

/* Ring Colors */
.ring-primary {
    --tw-ring-color: hsl(var(--primary));
}

.ring-primary\/20 {
    --tw-ring-color: hsl(var(--primary) / 0.2);
}

.ring-primary\/50 {
    --tw-ring-color: hsl(var(--primary) / 0.5);
}

.ring-secondary {
    --tw-ring-color: hsl(var(--secondary));
}

.ring-destructive {
    --tw-ring-color: hsl(var(--destructive));
}

.ring-success {
    --tw-ring-color: hsl(var(--success));
}

.ring-warning {
    --tw-ring-color: hsl(var(--warning));
}

.ring-border {
    --tw-ring-color: hsl(var(--border));
}

.ring-white {
    --tw-ring-color: #fff;
}

.ring-black {
    --tw-ring-color: #000;
}

.ring-transparent {
    --tw-ring-color: transparent;
}

/* Border Width */
.border-2 {
    border-width: 2px;
}

.border-3 {
    border-width: 3px;
}

.border-4 {
    border-width: 4px;
}

.border-8 {
    border-width: 8px;
}

.border-t-2 {
    border-top-width: 2px;
}

.border-r-2 {
    border-right-width: 2px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-l-2 {
    border-left-width: 2px;
}

/* Antialiasing */
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}

/* Text Balance */
.text-balance {
    text-wrap: balance;
}

.text-pretty {
    text-wrap: pretty;
}

/* File Input Styling */
.file\:border-0::file-selector-button {
    border-width: 0;
}

.file\:bg-transparent::file-selector-button {
    background-color: transparent;
}

.file\:text-sm::file-selector-button {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.file\:font-medium::file-selector-button {
    font-weight: 500;
}

.file\:text-foreground::file-selector-button {
    color: hsl(var(--foreground));
}

/* Placeholder Styling */
.placeholder\:text-muted-foreground::placeholder {
    color: hsl(var(--muted-foreground));
}

/* Radix UI Data State Animations */
[data-state="open"].data-\[state\=open\]\:animate-in,
.data-\[state\=open\]\:animate-in[data-state="open"] {
    animation-name: enter;
    animation-duration: 150ms;
    --tw-enter-opacity: 1;
    --tw-enter-scale: 1;
    --tw-enter-translate-x: 0;
    --tw-enter-translate-y: 0;
}

[data-state="closed"].data-\[state\=closed\]\:animate-out,
.data-\[state\=closed\]\:animate-out[data-state="closed"] {
    animation-name: exit;
    animation-duration: 150ms;
    --tw-exit-opacity: 1;
    --tw-exit-scale: 1;
    --tw-exit-translate-x: 0;
    --tw-exit-translate-y: 0;
}

.data-\[state\=open\]\:fade-in-0[data-state="open"] {
    --tw-enter-opacity: 0;
}

.data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
    --tw-exit-opacity: 0;
}

.data-\[state\=open\]\:zoom-in-90[data-state="open"] {
    --tw-enter-scale: .9;
}

.data-\[state\=open\]\:zoom-in-95[data-state="open"] {
    --tw-enter-scale: .95;
}

.data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
    --tw-exit-scale: .95;
}

.data-\[state\=checked\]\:bg-primary[data-state="checked"] {
    background-color: hsl(var(--primary));
}

.data-\[state\=checked\]\:text-primary-foreground[data-state="checked"] {
    color: hsl(var(--primary-foreground));
}

.data-\[state\=unchecked\]\:bg-input[data-state="unchecked"] {
    background-color: hsl(var(--input));
}

.data-\[state\=checked\]\:translate-x-5[data-state="checked"] {
    transform: translateX(1.25rem);
}

.data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
    transform: translateX(0);
}

.data-\[state\=active\]\:bg-background[data-state="active"] {
    background-color: hsl(var(--background));
}

.data-\[state\=active\]\:text-foreground[data-state="active"] {
    color: hsl(var(--foreground));
}

.data-\[state\=active\]\:shadow-sm[data-state="active"] {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.data-\[state\=open\]\:bg-accent[data-state="open"] {
    background-color: hsl(var(--accent));
}

.data-\[state\=open\]\:text-accent-foreground[data-state="open"] {
    color: hsl(var(--accent-foreground));
}

.data-\[state\=open\]\:bg-accent\/50[data-state="open"] {
    background-color: hsl(var(--accent) / 0.5);
}

.data-\[active\]\:bg-accent\/50[data-active] {
    background-color: hsl(var(--accent) / 0.5);
}

/* Slide Animations for Dialogs */
.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"] {
    --tw-exit-translate-x: -50%;
}

.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"] {
    --tw-exit-translate-y: -48%;
}

.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"] {
    --tw-enter-translate-x: -50%;
}

.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"] {
    --tw-enter-translate-y: -48%;
}

/* Navigation Menu Animations */
.data-\[motion\^\=from-\]\:animate-in[data-motion^="from-"] {
    animation-name: enter;
    animation-duration: 150ms;
}

.data-\[motion\^\=to-\]\:animate-out[data-motion^="to-"] {
    animation-name: exit;
    animation-duration: 150ms;
}

.data-\[motion\^\=from-\]\:fade-in[data-motion^="from-"] {
    --tw-enter-opacity: 0;
}

.data-\[motion\^\=to-\]\:fade-out[data-motion^="to-"] {
    --tw-exit-opacity: 0;
}

.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion="from-end"] {
    --tw-enter-translate-x: 13rem;
}

.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion="from-start"] {
    --tw-enter-translate-x: -13rem;
}

.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion="to-end"] {
    --tw-exit-translate-x: 13rem;
}

.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion="to-start"] {
    --tw-exit-translate-x: -13rem;
}

.data-\[state\=visible\]\:animate-in[data-state="visible"] {
    animation-name: enter;
    animation-duration: 150ms;
}

.data-\[state\=hidden\]\:animate-out[data-state="hidden"] {
    animation-name: exit;
    animation-duration: 150ms;
}

.data-\[state\=hidden\]\:fade-out[data-state="hidden"] {
    --tw-exit-opacity: 0;
}

.data-\[state\=visible\]\:fade-in[data-state="visible"] {
    --tw-enter-opacity: 0;
}

/* Group Data State */
.group-data-\[state\=open\]\:rotate-180 {
    transform: rotate(180deg);
}

/* Enter/Exit Animations */
@keyframes enter {
    from {
        opacity: var(--tw-enter-opacity, 1);
        transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
    }
}

@keyframes exit {
    to {
        opacity: var(--tw-exit-opacity, 1);
        transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
    }
}

/* Progress Bar Child Styling */
.\[\&\>div\]\:bg-primary > div {
    background-color: hsl(var(--primary));
}

.\[\&\>div\]\:bg-success > div {
    background-color: hsl(var(--success));
}

.\[\&\>div\]\:bg-warning > div {
    background-color: hsl(var(--warning));
}

.\[\&\>div\]\:bg-destructive > div {
    background-color: hsl(var(--destructive));
}

/* Group Destructive Styling */
.group-\[\.destructive\]\:border-muted\/40 {
    border-color: hsl(var(--muted) / 0.4);
}

.group-\[\.destructive\]\:hover\:border-destructive\/30:hover {
    border-color: hsl(var(--destructive) / 0.3);
}

.group-\[\.destructive\]\:hover\:bg-destructive:hover {
    background-color: hsl(var(--destructive));
}

.group-\[\.destructive\]\:hover\:text-destructive-foreground:hover {
    color: hsl(var(--destructive-foreground));
}

.group-\[\.destructive\]\:focus\:ring-destructive:focus {
    --tw-ring-color: hsl(var(--destructive));
}

/* Amber Colors (for ClientPortal badge) */
.bg-amber-500 {
    background-color: #f59e0b;
}

.text-amber-500 {
    color: #f59e0b;
}

.border-amber-500 {
    border-color: #f59e0b;
}

/* Green utility for RequiredDocuments */
.text-green-600 {
    color: #16a34a;
}

.text-blue-500 {
    color: #3b82f6;
}

/* Min Height */
.min-h-0 {
    min-height: 0px;
}

.min-h-full {
    min-height: 100%;
}

.min-h-screen {
    min-height: 100vh;
}

.min-h-svh {
    min-height: 100svh;
}

.min-h-lvh {
    min-height: 100lvh;
}

.min-h-dvh {
    min-height: 100dvh;
}

.min-h-min {
    min-height: min-content;
}

.min-h-max {
    min-height: max-content;
}

.min-h-fit {
    min-height: fit-content;
}

/* Min Width */
.min-w-0 {
    min-width: 0px;
}

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

.min-w-min {
    min-width: min-content;
}

.min-w-max {
    min-width: max-content;
}

.min-w-fit {
    min-width: fit-content;
}

.min-w-\[80px\] {
    min-width: 80px;
}

.min-w-\[8rem\] {
    min-width: 8rem;
}

.min-w-\[12rem\] {
    min-width: 12rem;
}

/* Max Width Specific Values */
.max-w-lg {
    max-width: 32rem;
}

.max-w-xl {
    max-width: 36rem;
}

.max-w-2xl {
    max-width: 42rem;
}

.max-w-3xl {
    max-width: 48rem;
}

.max-w-4xl {
    max-width: 56rem;
}

.max-w-5xl {
    max-width: 64rem;
}

.max-w-6xl {
    max-width: 72rem;
}

.max-w-7xl {
    max-width: 80rem;
}

.max-w-prose {
    max-width: 65ch;
}

.max-w-screen-sm {
    max-width: 640px;
}

.max-w-screen-md {
    max-width: 768px;
}

.max-w-screen-lg {
    max-width: 1024px;
}

.max-w-screen-xl {
    max-width: 1280px;
}

.max-w-screen-2xl {
    max-width: 1536px;
}

.max-w-none {
    max-width: none;
}

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

.max-w-min {
    max-width: min-content;
}

.max-w-max {
    max-width: max-content;
}

.max-w-fit {
    max-width: fit-content;
}

/* Additional Height Values */
.h-0 {
    height: 0px;
}

.h-0\.5 {
    height: 0.125rem;
}

.h-1 {
    height: 0.25rem;
}

.h-1\.5 {
    height: 0.375rem;
}

.h-7 {
    height: 1.75rem;
}

.h-9 {
    height: 2.25rem;
}

.h-11 {
    height: 2.75rem;
}

.h-auto {
    height: auto;
}

.h-1\/2 {
    height: 50%;
}

.h-1\/3 {
    height: 33.333333%;
}

.h-2\/3 {
    height: 66.666667%;
}

.h-1\/4 {
    height: 25%;
}

.h-3\/4 {
    height: 75%;
}

/* Additional Width Values */
.w-0 {
    width: 0px;
}

.w-0\.5 {
    width: 0.125rem;
}

.w-1 {
    width: 0.25rem;
}

.w-1\.5 {
    width: 0.375rem;
}

.w-7 {
    width: 1.75rem;
}

.w-9 {
    width: 2.25rem;
}

.w-11 {
    width: 2.75rem;
}

.w-auto {
    width: auto;
}

.w-1\/2 {
    width: 50%;
}

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

.w-2\/3 {
    width: 66.666667%;
}

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

.w-3\/4 {
    width: 75%;
}

.w-1\/5 {
    width: 20%;
}

.w-2\/5 {
    width: 40%;
}

.w-3\/5 {
    width: 60%;
}

.w-4\/5 {
    width: 80%;
}

.w-max {
    width: max-content;
}

.w-min {
    width: min-content;
}

.w-fit {
    width: fit-content;
}

/* Aspect Ratio */
.aspect-auto {
    aspect-ratio: auto;
}

.aspect-square {
    aspect-ratio: 1 / 1;
}

.aspect-video {
    aspect-ratio: 16 / 9;
}

/* Object Fit */
.object-contain {
    object-fit: contain;
}

.object-cover {
    object-fit: cover;
}

.object-fill {
    object-fit: fill;
}

.object-none {
    object-fit: none;
}

.object-scale-down {
    object-fit: scale-down;
}

/* Object Position */
.object-bottom {
    object-position: bottom;
}

.object-center {
    object-position: center;
}

.object-left {
    object-position: left;
}

.object-left-bottom {
    object-position: left bottom;
}

.object-left-top {
    object-position: left top;
}

.object-right {
    object-position: right;
}

.object-right-bottom {
    object-position: right bottom;
}

.object-right-top {
    object-position: right top;
}

.object-top {
    object-position: top;
}

/* Origin */
.origin-center {
    transform-origin: center;
}

.origin-top {
    transform-origin: top;
}

.origin-top-right {
    transform-origin: top right;
}

.origin-right {
    transform-origin: right;
}

.origin-bottom-right {
    transform-origin: bottom right;
}

.origin-bottom {
    transform-origin: bottom;
}

.origin-bottom-left {
    transform-origin: bottom left;
}

.origin-left {
    transform-origin: left;
}

.origin-top-left {
    transform-origin: top left;
}

.origin-top-center {
    transform-origin: top center;
}

/* Visibility */
.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.collapse {
    visibility: collapse;
}

/* Pointer Events */
.pointer-events-none {
    pointer-events: none;
}

.pointer-events-auto {
    pointer-events: auto;
}

/* Resize */
.resize-none {
    resize: none;
}

.resize-y {
    resize: vertical;
}

.resize-x {
    resize: horizontal;
}

.resize {
    resize: both;
}

/* Select */
.select-none {
    user-select: none;
}

.select-text {
    user-select: text;
}

.select-all {
    user-select: all;
}

.select-auto {
    user-select: auto;
}

/* Touch Action */
.touch-auto {
    touch-action: auto;
}

.touch-none {
    touch-action: none;
}

.touch-pan-x {
    touch-action: pan-x;
}

.touch-pan-left {
    touch-action: pan-left;
}

.touch-pan-right {
    touch-action: pan-right;
}

.touch-pan-y {
    touch-action: pan-y;
}

.touch-pan-up {
    touch-action: pan-up;
}

.touch-pan-down {
    touch-action: pan-down;
}

.touch-pinch-zoom {
    touch-action: pinch-zoom;
}

.touch-manipulation {
    touch-action: manipulation;
}

/* Scroll Behavior */
.scroll-auto {
    scroll-behavior: auto;
}

.scroll-smooth {
    scroll-behavior: smooth;
}

/* Snap Type */
.snap-none {
    scroll-snap-type: none;
}

.snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-y {
    scroll-snap-type: y var(--tw-scroll-snap-strictness);
}

.snap-both {
    scroll-snap-type: both var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
}

.snap-proximity {
    --tw-scroll-snap-strictness: proximity;
}

/* Snap Align */
.snap-start {
    scroll-snap-align: start;
}

.snap-end {
    scroll-snap-align: end;
}

.snap-center {
    scroll-snap-align: center;
}

.snap-align-none {
    scroll-snap-align: none;
}

/* Will Change */
.will-change-auto {
    will-change: auto;
}

.will-change-scroll {
    will-change: scroll-position;
}

.will-change-contents {
    will-change: contents;
}

.will-change-transform {
    will-change: transform;
}

/* Appearance */
.appearance-none {
    appearance: none;
}

.appearance-auto {
    appearance: auto;
}

/* List Style */
.list-inside {
    list-style-position: inside;
}

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

.list-none {
    list-style-type: none;
}

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

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

/* Float */
.float-start {
    float: inline-start;
}

.float-end {
    float: inline-end;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.float-none {
    float: none;
}

/* Clear */
.clear-start {
    clear: inline-start;
}

.clear-end {
    clear: inline-end;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.clear-both {
    clear: both;
}

.clear-none {
    clear: none;
}

/* Isolation */
.isolate {
    isolation: isolate;
}

.isolation-auto {
    isolation: auto;
}

/* Box Decoration */
.box-decoration-clone {
    box-decoration-break: clone;
}

.box-decoration-slice {
    box-decoration-break: slice;
}

/* Box Sizing */
.box-border {
    box-sizing: border-box;
}

.box-content {
    box-sizing: content-box;
}

/* Break */
.break-before-auto {
    break-before: auto;
}

.break-before-avoid {
    break-before: avoid;
}

.break-before-all {
    break-before: all;
}

.break-before-avoid-page {
    break-before: avoid-page;
}

.break-before-page {
    break-before: page;
}

.break-before-left {
    break-before: left;
}

.break-before-right {
    break-before: right;
}

.break-before-column {
    break-before: column;
}

.break-inside-auto {
    break-inside: auto;
}

.break-inside-avoid {
    break-inside: avoid;
}

.break-inside-avoid-page {
    break-inside: avoid-page;
}

.break-inside-avoid-column {
    break-inside: avoid-column;
}

.break-after-auto {
    break-after: auto;
}

.break-after-avoid {
    break-after: avoid;
}

.break-after-all {
    break-after: all;
}

.break-after-avoid-page {
    break-after: avoid-page;
}

.break-after-page {
    break-after: page;
}

.break-after-left {
    break-after: left;
}

.break-after-right {
    break-after: right;
}

.break-after-column {
    break-after: column;
}

/* Radix CSS Variables (for dynamic sizing) */
.h-\[var\(--radix-accordion-content-height\)\] {
    height: var(--radix-accordion-content-height);
}

.h-\[var\(--radix-navigation-menu-viewport-height\)\] {
    height: var(--radix-navigation-menu-viewport-height);
}

.w-\[var\(--radix-navigation-menu-viewport-width\)\] {
    width: var(--radix-navigation-menu-viewport-width);
}

/* ============================================
   End of Nighthawk Partners Complete CSS
   ============================================ */
