@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");@import "tailwindcss";@import "tw-animate-css";.random-container{align-items:center;background-image:linear-gradient(45deg,#ddd,#ccc);border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,.1);display:flex;justify-content:center;overflow:hidden;position:relative}.random-shape{background:#fff;box-shadow:0 0 10px rgba(0,0,0,.2);height:300px;left:50%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);transition:all .5s ease;width:200px}@custom-variant dark (&:is(.dark *));:root{--background:oklch(1 0 0);--foreground:oklch(0.208 0.04 265.755);--muted:oklch(0.968 0.007 247.896);--muted-foreground:oklch(0.554 0.041 257.417);--popover:oklch(1 0 0);--popover-foreground:oklch(0.208 0.04 265.755);--border:oklch(0.929 0.013 255.508);--input:oklch(0.929 0.013 255.508);--card:oklch(1 0 0);--card-foreground:oklch(0.208 0.04 265.755);--primary:oklch(0.208 0.04 265.755);--primary-foreground:oklch(0.984 0.003 247.858);--secondary:oklch(0.209 0 89.876);--secondary-foreground:oklch(0.979 0 89.876);--accent:oklch(0.968 0.007 247.896);--accent-foreground:oklch(0.208 0.04 265.755);--destructive:oklch(0.628 0.258 29.234);--destructive-foreground:oklch(0.984 0.003 247.858);--ring:oklch(0.715 0.071 270);--radius:10px;--sidebar:#fafafa;--sidebar-foreground:#3f3f46;--sidebar-primary:#18181b;--sidebar-primary-foreground:#fafafa;--sidebar-accent:#f4f4f5;--sidebar-accent-foreground:#18181b;--sidebar-border:#e5e7eb;--sidebar-ring:#3b82f6}.dark{--background:224 71% 4%;--foreground:213 31% 91%;--muted:223 47% 11%;--muted-foreground:215.4 16.3% 56.9%;--accent:216 34% 17%;--accent-foreground:210 40% 98%;--popover:224 71% 4%;--popover-foreground:215 20.2% 65.1%;--border:216 34% 17%;--input:216 34% 17%;--card:224 71% 4%;--card-foreground:213 31% 91%;--primary:210 40% 98%;--primary-foreground:222.2 47.4% 1.2%;--secondary:222.2 47.4% 11.2%;--secondary-foreground:210 40% 98%;--destructive:0 63% 31%;--destructive-foreground:210 40% 98%;--ring:216 34% 17%;--radius:10px;--sidebar:#18181b;--sidebar-foreground:#f4f4f5;--sidebar-primary:#1d4ed8;--sidebar-primary-foreground:#fff;--sidebar-accent:#27272a;--sidebar-accent-foreground:#f4f4f5;--sidebar-border:#27272a;--sidebar-ring:#3b82f6}@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);--radius-sm:calc(var(--radius) - 4px);--radius-md:calc(var(--radius) - 2px);--radius-lg:var(--radius);--radius-xl:calc(var(--radius) + 4px);--color-sidebar-ring:var(--sidebar-ring);--color-sidebar-border:var(--sidebar-border);--color-sidebar-accent-foreground:var(--sidebar-accent-foreground);--color-sidebar-accent:var(--sidebar-accent);--color-sidebar-primary-foreground:var(--sidebar-primary-foreground);--color-sidebar-primary:var(--sidebar-primary);--color-sidebar-foreground:var(--sidebar-foreground);--color-sidebar:var(--sidebar)}@layer base{body{@apply bg-white text-slate-950;font-feature-settings:"rlig" 1,"calt" 1;font-family:Manrope,sans-serif}.no-scrollbar::-webkit-scrollbar{display:none}.fixed-full-width-alignment{left:0;right:0}body[data-scroll-locked] .fixed-full-width-alignment{@media (min-width:1024px){right:17px!important}}.max-lines-1{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.match-anchor-width{width:var(--radix-popover-trigger-width)}.background-image{@apply bg-center bg-cover bg-no-repeat}.terms-page{margin:8px;padding:80px;*{font-family:Arial}a{color:-webkit-link;cursor:pointer;text-decoration:underline}p{display:block;line-height:1.15;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;unicode-bidi:isolate}ol,ul{counter-reset:item;margin:0}ol,ol ol,ul{padding:0}li{display:block;padding:20px 0;position:relative}li:before{content:counters(item,".") " ";counter-increment:item;font-weight:700;margin:0 15px 0 0}}.sticky-search{position:sticky;top:69px;transition:top .3s ease;z-index:1000}*,body{@apply bg-background text-foreground}}