@layer theme,base,components;@layer screens{.layout-module__CUj6aG__html{font-family:var(--font-sans)}.layout-module__CUj6aG__footer{padding-block:16px;padding-inline:16px;padding-left:calc(16px + var(--sidebar-width,0px));text-align:center;font-size:var(--text-xs);line-height:var(--text-xs--line-height);color:var(--muted-foreground);border-top-style:solid;border-top-width:1px;transition:padding-left .18s}@media (max-width:767px){.layout-module__CUj6aG__footer{padding-left:16px}}.layout-module__CUj6aG__footerNav{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.layout-module__CUj6aG__link{border-radius:calc(var(--radius) * .6);text-underline-offset:4px;text-decoration-line:underline}@media (hover:hover){.layout-module__CUj6aG__link:hover{color:var(--foreground)}}.layout-module__CUj6aG__link:focus-visible{outline-offset:4px;outline-width:2px;outline-style:none;outline-color:var(--ring)}}
:root{--background:#f7f8fa;--foreground:#252b36;--card:#fff;--card-foreground:var(--foreground);--popover:#fff;--popover-foreground:var(--foreground);--primary:#a51e58;--primary-foreground:#fff;--secondary:#eff1f4;--secondary-foreground:#414956;--muted:#f0f2f5;--muted-foreground:#657080;--accent:#f8eaf0;--accent-foreground:#8b1849;--destructive:#bf3d38;--border:#e0e4e9;--input:#cbd1d9;--ring:#a51e58;--navigation-ink:color-mix(in oklab, var(--primary) 65%, var(--foreground));--navigation-soft:color-mix(in oklab, var(--primary) 10%, var(--card));--radius:.5rem;--sidebar:#f3f4f7;--sidebar-foreground:#414956;--sidebar-primary:var(--primary);--sidebar-primary-foreground:var(--primary-foreground);--sidebar-accent:#f1dfe8;--sidebar-accent-foreground:#8b1849;--sidebar-border:#e0e4e9;--sidebar-ring:var(--ring);--chart-1:#a51e58;--chart-2:#467b91;--chart-3:#ba7c35;--chart-4:#728b62;--chart-5:#8476a8;--premium-from:var(--primary);--premium-via:var(--primary);--premium-to:var(--primary);--premium-soft:var(--accent);--premium-soft-strong:var(--accent);--success:#267052;--success-soft:#edf6f1;--warning:#93621e;--warning-soft:#fcf5e7;--danger-soft:#fbeeed;--info:#386888;--info-soft:#edf3f9;--surface-hover:#f5f6f8;--shadow-menu:0 8px 28px #252b3614, 0 2px 6px #252b360a;--shadow-dialog:0 24px 80px #10182833;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px}.dark{--background:#191c22;--foreground:#e6e9ef;--card:#22262e;--popover:#272c35;--primary:#e782b0;--primary-foreground:#27121c;--secondary:#2d333d;--secondary-foreground:#d9dee6;--muted:#292e37;--muted-foreground:#a4adbb;--accent:#382733;--accent-foreground:#f1a8c8;--destructive:#f28d86;--border:#353b46;--input:#49515f;--ring:#e782b0;--sidebar:#1e2229;--sidebar-foreground:#c0c7d2;--sidebar-accent:#3d2936;--sidebar-accent-foreground:#f1a8c8;--sidebar-border:#353b46;--success:#86c6a5;--success-soft:#243a31;--warning:#e1bd7c;--warning-soft:#3b3224;--danger-soft:#3b292c;--info:#93bcdf;--info-soft:#263543;--surface-hover:#292f39;--shadow-menu:0 8px 28px #00000035;--shadow-dialog:0 24px 80px #0006}
@layer theme{:root,:host{--font-sans:"Segoe UI", Arial, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--container-xs:20rem;--container-sm:24rem;--container-md:28rem;--container-lg:32rem;--container-xl:36rem;--container-2xl:42rem;--container-3xl:48rem;--container-4xl:56rem;--container-5xl:64rem;--container-6xl:72rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height:calc(1.5 / 1);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--text-3xl:1.875rem;--text-3xl--line-height:calc(2.25 / 1.875);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5 / 2.25);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--tracking-wide:.025em;--tracking-wider:.05em;--tracking-widest:.1em;--leading-tight:1.25;--leading-snug:1.375;--leading-relaxed:1.625;--radius-md:calc(var(--radius) * .8);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--animate-spin:spin 1s linear infinite;--animate-pulse:pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;--blur-xs:4px;--blur-sm:8px;--blur-xl:24px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, monospace);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;letter-spacing:inherit;color:inherit;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;letter-spacing:inherit;color:inherit;background-color:#0000;border-radius:0}textarea{resize:vertical}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--border);outline-color:var(--ring)}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;min-width:320px;font-size:14px;line-height:1.5}html{font-family:var(--font-sans);scroll-behavior:smooth;font-size:16px}h1,h2,h3{text-wrap:balance}h1{letter-spacing:-.035em}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button:not(:disabled),[role=button]:not([aria-disabled=true]){cursor:pointer}:focus-visible{outline:2px solid var(--ring);outline-offset:3px}::selection{background:var(--accent);color:var(--accent-foreground)}input[type=checkbox],input[type=radio]{accent-color:var(--primary)}textarea{border:1px solid var(--input);background:var(--card);border-radius:6px;padding:10px 12px}svg.lucide{stroke-width:1.7px}}@layer components,screens;@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.5}}@keyframes enter{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes exit{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.96)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/fef07dbb0973bf53-s.12tyk43_3sh9u.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.0jzbimsg8vl84.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/53b9e256198e5412-s.0-wfv7uh4i7h9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.0nx0ww8fni_q3.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_da832ead-module__aN_Ytq__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_da832ead-module__aN_Ytq__variable{--font-sans:"Geist", "Geist Fallback"}
