@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);:root{--font-sans:'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--leading-tight:1.25;--leading-normal:1.5;--leading-relaxed:1.625;--tracking-tight:-0.025em;--tracking-normal:0;--color-background:hsl(222, 24%, 8%);--color-surface:hsl(222, 24%, 12%);--color-surface-raised:hsl(222, 24%, 15%);--color-overlay:hsla(222, 24%, 8%, 0.75);--color-border:hsl(222, 20%, 22%);--color-border-subtle:hsl(222, 20%, 16%);--color-text-primary:hsl(210, 20%, 95%);--color-text-secondary:hsl(215, 15%, 65%);--color-text-tertiary:hsl(215, 15%, 45%);--color-primary:hsl(260, 75%, 70%);--color-primary-hover:hsl(260, 75%, 75%);--color-primary-focus-ring:hsla(260, 75%, 70%, 0.4);--color-danger:hsl(0, 72%, 51%);--color-success:hsl(158, 64%, 52%);--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-24:6rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-full:9999px;--border-width:1px;--focus-ring-width:3px;--shadow-sm:0 1px 2px 0 hsla(0, 0%, 0%, 0.1);--shadow-md:0 4px 6px -1px hsla(0, 0%, 0%, 0.15),0 2px 4px -2px hsla(0, 0%, 0%, 0.1);--shadow-lg:0 10px 15px -3px hsla(0, 0%, 0%, 0.2),0 4px 6px -4px hsla(0, 0%, 0%, 0.15);--shadow-xl:0 20px 25px -5px hsla(0, 0%, 0%, 0.25),0 8px 10px -6px hsla(0, 0%, 0%, 0.2);--z-base:0;--z-content:1;--z-sticky:10;--z-header:20;--z-overlay:30;--z-modal:40;--z-toast:50;--transition-fast:150ms cubic-bezier(0.4, 0, 0.2, 1);--transition-normal:250ms cubic-bezier(0.4, 0, 0.2, 1);--header-height:64px;--shell-max-width:1440px;--shell-gutter:var(--space-4)}@media (min-width:768px){:root{--shell-gutter:var(--space-8)}}html[data-theme=light]{--color-background:hsl(210, 20%, 98%);--color-surface:hsl(0, 0%, 100%);--color-surface-raised:hsl(210, 20%, 96%);--color-overlay:hsla(0, 0%, 100%, 0.75);--color-border:hsl(210, 15%, 90%);--color-border-subtle:hsl(210, 15%, 94%);--color-text-primary:hsl(222, 24%, 12%);--color-text-secondary:hsl(215, 15%, 35%);--color-text-tertiary:hsl(215, 15%, 55%);--color-primary:hsl(255, 55%, 50%);--color-primary-hover:hsl(255, 55%, 45%);--color-primary-focus-ring:hsla(255, 55%, 50%, 0.4);--shadow-sm:0 1px 2px 0 hsla(210, 20%, 50%, 0.05);--shadow-md:0 4px 6px -1px hsla(210, 20%, 50%, 0.06),0 2px 4px -2px hsla(210, 20%, 50%, 0.05);--shadow-lg:0 10px 15px -3px hsla(210, 20%, 50%, 0.07),0 4px 6px -4px hsla(210, 20%, 50%, 0.06);--shadow-xl:0 20px 25px -5px hsla(210, 20%, 50%, 0.08),0 8px 10px -6px hsla(210, 20%, 50%, 0.07)}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text-secondary);background-color:var(--color-background);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img,svg,video{max-width:100%;height:auto;display:block}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-primary-hover)}h1,h2,h3,h4,h5,h6{font-weight:600;color:var(--color-text-primary);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight)}h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}h5{font-size:var(--text-lg)}p{margin-bottom:var(--space-4)}.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}:focus-visible{outline:var(--focus-ring-width) solid var(--color-primary-focus-ring);outline-offset:2px;border-radius:var(--radius-sm)}