@import"tailwindcss";@custom-variant dark (&:is(.dark *));@theme inline{ --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --font-sans: "Jost", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; --font-display: "Bodoni Moda", ui-serif, Georgia, serif; --color-gold: var(--gold); --color-rose: var(--rose); --color-jewel: var(--jewel); --color-ivory: var(--ivory); --animate-accordion-down: accordion-down .2s ease-out; --animate-accordion-up: accordion-up .2s ease-out; --animate-caret-blink: caret-blink 1.25s ease-out infinite; }@property --tw-enter-opacity{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-enter-scale{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-enter-rotate{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-enter-translate-x{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-enter-translate-y{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-exit-opacity{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-exit-scale{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-exit-rotate{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-exit-translate-x{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-exit-translate-y{syntax: "*"; inherits: false; initial-value: 0;}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}@keyframes caret-blink{0%,70%,to{opacity:1}20%,50%{opacity:0}}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);translate:var(--tw-enter-translate-x, 0) var(--tw-enter-translate-y, 0);scale:var(--tw-enter-scale, 1);rotate:var(--tw-enter-rotate, 0)}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);translate:var(--tw-exit-translate-x, 0) var(--tw-exit-translate-y, 0);scale:var(--tw-exit-scale, 1);rotate:var(--tw-exit-rotate, 0)}}@utility animate-in{animation-name: enter; animation-duration: var(--tw-duration, .15s); animation-timing-function: var(--tw-ease, ease);}@utility animate-out{animation-name: exit; animation-duration: var(--tw-duration, .15s); animation-timing-function: var(--tw-ease, ease); animation-fill-mode: forwards;}@utility fade-in{ --tw-enter-opacity: 0; }@utility fade-in-*{ --tw-enter-opacity: calc(--value(number)*.01) ; }@utility fade-out{ --tw-exit-opacity: 0; }@utility fade-out-*{ --tw-exit-opacity: calc(--value(number)*.01) ; }@utility zoom-in-*{ --tw-enter-scale: calc(--value(number)*.01) ; }@utility zoom-out-*{ --tw-exit-scale: calc(--value(number)*.01) ; }@utility slide-in-from-top{ --tw-enter-translate-y: -100%; }@utility slide-in-from-top-*{ --tw-enter-translate-y: calc(-1*--spacing(--value(number))) ; --tw-enter-translate-y: calc(-100%*--value(ratio)) ; --tw-enter-translate-y: calc(-1*--value([percentage])) ; }@utility slide-in-from-bottom{ --tw-enter-translate-y: 100%; }@utility slide-in-from-bottom-*{ --tw-enter-translate-y: --spacing(--value(number)); --tw-enter-translate-y: calc(100%*--value(ratio)) ; --tw-enter-translate-y: --value([percentage]); }@utility slide-in-from-left{ --tw-enter-translate-x: -100%; }@utility slide-in-from-left-*{ --tw-enter-translate-x: calc(-1*--spacing(--value(number))) ; --tw-enter-translate-x: calc(-100%*--value(ratio)) ; --tw-enter-translate-x: calc(-1*--value([percentage])) ; }@utility slide-in-from-right{ --tw-enter-translate-x: 100%; }@utility slide-in-from-right-*{ --tw-enter-translate-x: --spacing(--value(number)); --tw-enter-translate-x: calc(100%*--value(ratio)) ; --tw-enter-translate-x: --value([percentage]); }@utility slide-out-to-top{ --tw-exit-translate-y: -100%; }@utility slide-out-to-top-*{ --tw-exit-translate-y: calc(-1*--spacing(--value(number))) ; --tw-exit-translate-y: calc(-100%*--value(ratio)) ; --tw-exit-translate-y: calc(-1*--value([percentage])) ; }@utility slide-out-to-bottom{ --tw-exit-translate-y: 100%; }@utility slide-out-to-bottom-*{ --tw-exit-translate-y: --spacing(--value(number)); --tw-exit-translate-y: calc(100%*--value(ratio)) ; --tw-exit-translate-y: --value([percentage]); }@utility slide-out-to-left{ --tw-exit-translate-x: -100%; }@utility slide-out-to-left-*{ --tw-exit-translate-x: calc(-1*--spacing(--value(number))) ; --tw-exit-translate-x: calc(-100%*--value(ratio)) ; --tw-exit-translate-x: calc(-1*--value([percentage])) ; }@utility slide-out-to-right{ --tw-exit-translate-x: 100%; }@utility slide-out-to-right-*{ --tw-exit-translate-x: --spacing(--value(number)); --tw-exit-translate-x: calc(100%*--value(ratio)) ; --tw-exit-translate-x: --value([percentage]); }:root{--radius: .25rem;--ivory: hsl(40 46% 97%);--gold: hsl(38 50% 54%);--rose: hsl(18 42% 66%);--jewel: hsl(160 38% 22%);--background: hsl(40 46% 97%);--foreground: hsl(30 8% 13%);--card: hsl(0 0% 100%);--card-foreground: hsl(30 8% 13%);--popover: hsl(0 0% 100%);--popover-foreground: hsl(30 8% 13%);--primary: hsl(30 9% 14%);--primary-foreground: hsl(40 46% 97%);--secondary: hsl(36 28% 92%);--secondary-foreground: hsl(30 9% 18%);--muted: hsl(36 24% 93%);--muted-foreground: hsl(30 6% 38%);--accent: hsl(36 30% 90%);--accent-foreground: hsl(30 12% 14%);--destructive: hsl(3 62% 42%);--destructive-foreground: hsl(40 46% 97%);--border: hsl(36 20% 87%);--input: hsl(36 20% 84%);--ring: hsl(38 50% 54%);--sidebar: hsl(40 40% 96%);--sidebar-foreground: hsl(30 8% 22%);--sidebar-primary: hsl(160 38% 22%);--sidebar-primary-foreground: hsl(40 46% 97%);--sidebar-accent: hsl(36 28% 92%);--sidebar-accent-foreground: hsl(30 9% 18%);--sidebar-border: hsl(36 20% 87%);--sidebar-ring: hsl(38 50% 54%)}.dark{--ivory: hsl(30 8% 12%);--gold: hsl(38 56% 62%);--rose: hsl(18 40% 70%);--jewel: hsl(160 32% 40%);--background: hsl(28 8% 9%);--foreground: hsl(38 24% 93%);--card: hsl(28 8% 12%);--card-foreground: hsl(38 24% 93%);--popover: hsl(28 8% 12%);--popover-foreground: hsl(38 24% 93%);--primary: hsl(38 24% 93%);--primary-foreground: hsl(28 8% 10%);--secondary: hsl(28 7% 17%);--secondary-foreground: hsl(38 24% 93%);--muted: hsl(28 7% 17%);--muted-foreground: hsl(36 12% 68%);--accent: hsl(28 7% 19%);--accent-foreground: hsl(38 24% 93%);--destructive: hsl(3 52% 42%);--destructive-foreground: hsl(38 24% 93%);--border: hsl(28 7% 21%);--input: hsl(28 7% 24%);--ring: hsl(38 56% 62%);--sidebar: hsl(28 8% 11%);--sidebar-foreground: hsl(38 20% 90%);--sidebar-primary: hsl(160 32% 40%);--sidebar-primary-foreground: hsl(38 24% 95%);--sidebar-accent: hsl(28 7% 17%);--sidebar-accent-foreground: hsl(38 24% 93%);--sidebar-border: hsl(28 7% 21%);--sidebar-ring: hsl(38 56% 62%)}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}button:not(:disabled),[role=button]:not(:disabled):not([aria-disabled=true]),summary,select:not(:disabled),input:not(:disabled):is([type=checkbox],[type=radio],[type=submit],[type=button],[type=reset]){cursor:pointer}button:disabled,select:disabled,[role=button][aria-disabled=true],input:disabled:is([type=checkbox],[type=radio],[type=submit],[type=button],[type=reset]){cursor:not-allowed}}@utility font-display{font-family: var(--font-display); font-optical-sizing: auto;}@utility tracking-luxe{letter-spacing: .28em;}@utility glass-panel{background-color: color-mix(in srgb,var(--background) 74%,transparent); backdrop-filter: saturate(150%) blur(14px);}@utility gold-rule{background-image: linear-gradient(90deg,transparent,var(--gold),transparent);}@keyframes vgp-rise{0%{opacity:0;translate:0 20px}to{opacity:1;translate:0 0}}@utility animate-rise{animation: vgp-rise .85s cubic-bezier(.22,1,.36,1) both;}
