@tailwind base;@tailwind components;@tailwind utilities;@source "../src";@custom-variant dark (&:is(.dark *));@theme inline{ --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --radius-2xl: calc(var(--radius) + 8px); --radius-3xl: calc(var(--radius) + 12px); --radius-4xl: calc(var(--radius) + 16px); --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-ring-offset-background: var(--background); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --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); }:root{--radius: .75rem;--background: oklch(.995 .004 320);--foreground: oklch(.21 .045 315);--card: oklch(1 0 0);--card-foreground: oklch(.21 .045 315);--popover: oklch(1 0 0);--popover-foreground: oklch(.21 .045 315);--primary: oklch(.5 .2 315);--primary-foreground: oklch(.99 .005 320);--secondary: oklch(.96 .015 320);--secondary-foreground: oklch(.3 .08 315);--muted: oklch(.965 .012 320);--muted-foreground: oklch(.52 .035 315);--accent: oklch(.94 .03 320);--accent-foreground: oklch(.3 .09 315);--destructive: oklch(.577 .245 27.325);--destructive-foreground: oklch(.984 .003 247.858);--border: oklch(.915 .015 320);--input: oklch(.915 .015 320);--ring: oklch(.5 .2 315);--chart-1: oklch(.5 .2 315);--chart-2: oklch(.6 .118 184.704);--chart-3: oklch(.398 .07 227.392);--chart-4: oklch(.828 .189 84.429);--chart-5: oklch(.769 .188 70.08);--sidebar: oklch(.984 .008 320);--sidebar-foreground: oklch(.21 .045 315);--sidebar-primary: oklch(.5 .2 315);--sidebar-primary-foreground: oklch(.99 .005 320);--sidebar-accent: oklch(.94 .03 320);--sidebar-accent-foreground: oklch(.3 .09 315);--sidebar-border: oklch(.915 .015 320);--sidebar-ring: oklch(.5 .2 315)}.dark{--background: oklch(.129 .042 264.695);--foreground: oklch(.984 .003 247.858);--card: oklch(.208 .042 265.755);--card-foreground: oklch(.984 .003 247.858);--popover: oklch(.208 .042 265.755);--popover-foreground: oklch(.984 .003 247.858);--primary: oklch(.929 .013 255.508);--primary-foreground: oklch(.208 .042 265.755);--secondary: oklch(.279 .041 260.031);--secondary-foreground: oklch(.984 .003 247.858);--muted: oklch(.279 .041 260.031);--muted-foreground: oklch(.704 .04 256.788);--accent: oklch(.279 .041 260.031);--accent-foreground: oklch(.984 .003 247.858);--destructive: oklch(.704 .191 22.216);--destructive-foreground: oklch(.984 .003 247.858);--border: oklch(1 0 0 / 10%);--input: oklch(1 0 0 / 15%);--ring: oklch(.551 .027 264.364);--chart-1: oklch(.488 .243 264.376);--chart-2: oklch(.696 .17 162.48);--chart-3: oklch(.769 .188 70.08);--chart-4: oklch(.627 .265 303.9);--chart-5: oklch(.645 .246 16.439);--sidebar: oklch(.208 .042 265.755);--sidebar-foreground: oklch(.984 .003 247.858);--sidebar-primary: oklch(.488 .243 264.376);--sidebar-primary-foreground: oklch(.984 .003 247.858);--sidebar-accent: oklch(.279 .041 260.031);--sidebar-accent-foreground: oklch(.984 .003 247.858);--sidebar-border: oklch(1 0 0 / 10%);--sidebar-ring: oklch(.551 .027 264.364)}@layer base{*{border-color:var(--color-border)}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{background-color:var(--color-background);color:var(--color-foreground);-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;overscroll-behavior-y:none;text-rendering:optimizeLegibility}button,a,[role=button]{touch-action:manipulation}}@utility pt-safe{padding-top: env(safe-area-inset-top,0px);}@utility pb-safe{padding-bottom: env(safe-area-inset-bottom,0px);}@utility px-safe{padding-left: env(safe-area-inset-left,0px); padding-right: env(safe-area-inset-right,0px);}@utility mt-safe{margin-top: env(safe-area-inset-top,0px);}@utility mb-safe{margin-bottom: env(safe-area-inset-bottom,0px);}@utility min-h-screen-safe{min-height: 100svh;}@utility touch-scroll{-webkit-overflow-scrolling: touch; overscroll-behavior: contain;}.agent-md{font-size:.875rem;line-height:1.6}.agent-md>*+*{margin-top:.6rem}.agent-md ul,.agent-md ol{padding-left:1.15rem;list-style:disc}.agent-md ol{list-style:decimal}.agent-md li+li{margin-top:.25rem}.agent-md strong{font-weight:600;color:var(--color-foreground)}.agent-md h1,.agent-md h2,.agent-md h3{font-weight:600;font-size:.95rem}.agent-md a{color:var(--color-primary);text-decoration:underline}.prose-legal h2{margin-top:1.5rem;font-size:1rem;font-weight:600;color:var(--color-foreground)}.prose-legal a{color:var(--color-primary);text-decoration:underline}.prose-legal ul{padding-left:1.15rem;list-style:disc}.prose-legal li+li{margin-top:.25rem}.prose-legal strong{font-weight:600}
