:root{--background:45 14% 98.25%;--foreground:45 10% 9.5%;--card:0 0% 100%;--card-foreground:45 12% 10%;--popover:0 0% 100%;--popover-foreground:45 12% 10%;--primary:152 77% 27%;--dc-brand-pop:155 60% 53%;--dc-brand-pop-ink:150 62% 10%;--primary-foreground:0 0% 100%;--secondary:45 11% 92.75%;--secondary-foreground:45 12% 14%;--muted:45 11% 92.75%;--muted-foreground:42 7% 40%;--accent:45 12% 90.75%;--accent-foreground:45 12% 12%;--border:45 12% 90%;--input:45 10% 85.5%;--ring:152 77% 30%;--radius:0.75rem;--dc-live:28 72% 51%;--dc-rail:160 42% 7%;--dc-rail-foreground:148 25% 92%;--dc-rail-muted:150 10% 52%;--dc-rail-border:156 24% 15%}.font-display{font-family:var(--font-display),var(--font-sans),ui-sans-serif,system-ui,sans-serif;letter-spacing:-.01em}.dc-page{background:radial-gradient(70rem 34rem at 50% -10rem,hsl(45 20% 95%),transparent 68%),hsl(var(--background))}.dc-sketch-draw{stroke-dasharray:1;stroke-dashoffset:0;animation:dc-sketch-draw 9s cubic-bezier(.3,0,.3,1)}@keyframes dc-sketch-draw{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}.dc-sketch-in{animation:dc-sketch-in 5s ease-out}@keyframes dc-sketch-in{0%{opacity:0}}@media (prefers-reduced-motion:reduce){.dc-sketch-draw,.dc-sketch-in{animation:none}}.dc-float{box-shadow:0 1px 2px hsl(160 30% 10%/.04),0 24px 64px -28px hsl(160 30% 10%/.18)!important}:is(.dc-step-panel,.dc-page) input:where(:not([type]),[type=text],[type=email],[type=password],[type=search],[type=url],[type=number]){height:2.75rem;background-color:hsl(0 0% 100%);font-size:.9375rem;border-radius:9999px;box-shadow:none}:is(.dc-step-panel,.dc-page) input:where(:not([type]),[type=text],[type=email],[type=url],[type=number]){padding-inline:1.125rem}:is(.dc-step-panel,.dc-page) :where(button,a).h-9{height:2.75rem}:is(.dc-step-panel,.dc-page) :where(button,a).inline-flex{border-radius:9999px}:is(.dc-step-panel,.dc-page) :where(button,a).bg-primary{background-color:hsl(var(--dc-rail))}:is(.dc-step-panel,.dc-page) :where(button,a).bg-primary:hover{background-color:hsl(160 38% 12%)}:is(.dc-step-panel,.dc-page) :where(button,a).inline-flex{transition-property:color,background-color,border-color,box-shadow,transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}:is(.dc-step-panel,.dc-page) :where(button,a).inline-flex:active{transform:scale(.96)}@media (prefers-reduced-motion:reduce){:is(.dc-step-panel,.dc-page) :where(button,a).inline-flex:active{transform:none}}.dc-lift{position:relative;transition-property:transform,border-color;transition-duration:.2s;transition-timing-function:cubic-bezier(.2,0,0,1)}.dc-lift:before{content:"";position:absolute;inset:0 0 -4px}.dc-lift:after{content:"";position:absolute;inset:-1px;border-radius:inherit;box-shadow:0 6px 16px -8px hsl(152 77% 27%/.25);opacity:0;transition:opacity .2s cubic-bezier(.2,0,0,1);pointer-events:none}.dc-lift:hover{transform:translateY(-2px)}.dc-lift.dc-lift-selected:after,.dc-lift:hover:after{opacity:1}.dc-lift:active{transform:translateY(0)}@media (prefers-reduced-motion:reduce){.dc-lift,.dc-lift:after{transition:none}.dc-lift:active,.dc-lift:hover{transform:none}}:is(.dc-step-panel,.dc-page) .bg-card>div:first-child:not(.dc-pad-self),:is(.dc-step-panel,.dc-page) .bg-card>form>div:first-child:not(.dc-pad-self){padding:2rem 2rem .25rem}:is(.dc-step-panel,.dc-page) .bg-card>div+div:not(.dc-pad-self),:is(.dc-step-panel,.dc-page) .bg-card>form>div+div:not(.dc-pad-self){padding:1.25rem 2rem 2rem}.dc-activity-bar{position:relative;height:2px;overflow:hidden;border-radius:9999px;background:hsl(var(--border)/.6)}.dc-activity-bar:after{content:"";position:absolute;inset:0;width:40%;border-radius:9999px;background:linear-gradient(90deg,transparent,hsl(var(--dc-live)) 40%,hsl(var(--primary)) 60%,transparent);animation:dc-sweep 1.8s cubic-bezier(.4,0,.2,1) infinite}@keyframes dc-sweep{0%{transform:translateX(-110%)}to{transform:translateX(360%)}}@keyframes dc-count-pop-kf{0%{transform:scale(1);background-color:transparent}30%{transform:scale(1.18);background-color:hsl(var(--primary)/.1)}to{transform:scale(1);background-color:transparent}}.dc-count-pop{animation:dc-count-pop-kf .6s cubic-bezier(.16,1,.3,1)}@keyframes dc-ready-ring-kf{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.dc-ready-ring{animation:dc-ready-ring-kf .38s cubic-bezier(.16,1,.3,1) backwards}@keyframes dc-check-draw-kf{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}.dc-check-draw{stroke-dasharray:1;stroke-dashoffset:0;animation:dc-check-draw-kf .45s cubic-bezier(.16,1,.3,1) .26s backwards}@media (prefers-reduced-motion:reduce){.dc-check-draw,.dc-ready-ring{animation:none}}@keyframes dc-ping-kf{0%{transform:scale(1);opacity:.7}80%,to{transform:scale(2.6);opacity:0}}.dc-ping{animation:dc-ping-kf 1.6s cubic-bezier(0,0,.2,1) infinite}@media (prefers-reduced-motion:reduce){.dc-activity-bar:after,.dc-count-pop,.dc-ping{animation:none}}@keyframes dc-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.dc-step-enter>*{animation:dc-enter .24s cubic-bezier(.16,1,.3,1) backwards}.dc-step-enter>:nth-child(2){animation-delay:70ms}.dc-step-enter>:nth-child(n+3){animation-delay:.14s}@media (prefers-reduced-motion:reduce){.dc-step-enter>*{animation:none}}@keyframes dc-icon-in{0%{opacity:0;transform:scale(.25);filter:blur(4px)}to{opacity:1;transform:scale(1);filter:blur(0)}}.dc-icon-in{animation:dc-icon-in .3s cubic-bezier(.2,0,0,1)}@media (prefers-reduced-motion:reduce){.dc-icon-in{animation:none}}@keyframes dc-feed-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.dc-feed-in{animation:dc-feed-in .32s cubic-bezier(.16,1,.3,1) backwards}@keyframes dc-count-flash{0%{background-color:hsl(var(--primary)/.14)}to{background-color:transparent}}.dc-count-flash{animation:dc-count-flash 1.2s ease-out}@media (prefers-reduced-motion:reduce){.dc-count-flash,.dc-feed-in{animation:none}}.dc-step-panel h3{font-family:var(--font-display),var(--font-sans),ui-sans-serif,system-ui,sans-serif;font-size:1.375rem;font-weight:500;line-height:1.25;letter-spacing:-.01em;text-wrap:balance}.dc-step-panel .bg-card p{text-wrap:pretty}::-moz-selection{background:hsl(152 77% 27%/.16)}::selection{background:hsl(152 77% 27%/.16)}.dc-step-panel label,button,img{-moz-user-select:none;user-select:none;-webkit-user-select:none}img{-webkit-user-drag:none}@keyframes dc-breathe{0%,to{opacity:1}50%{opacity:.35}}.dc-breathe{animation:dc-breathe 2.4s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.dc-breathe{animation:none}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-sans:"Inter","Inter Fallback"}@font-face{font-family:clashDisplay;src:url(/_next/static/media/d60c2bc883099b54-s.p.otf) format("opentype");font-display:swap;font-weight:400}@font-face{font-family:clashDisplay;src:url(/_next/static/media/e95bbbbadb877b3c-s.p.otf) format("opentype");font-display:swap;font-weight:500}@font-face{font-family:clashDisplay;src:url(/_next/static/media/a69f8631362c5b65-s.p.otf) format("opentype");font-display:swap;font-weight:600}@font-face{font-family:clashDisplay;src:url(/_next/static/media/7152a0cfc14ee062-s.p.otf) format("opentype");font-display:swap;font-weight:700}@font-face{font-family:clashDisplay Fallback;src:local("Arial");ascent-override:83.42%;descent-override:23.43%;line-gap-override:8.44%;size-adjust:106.69%}.__className_1e0aa1{font-family:clashDisplay,clashDisplay Fallback}.__variable_1e0aa1{--font-display:"clashDisplay","clashDisplay Fallback"}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/58f386aa6b1a2a92-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/011e180705008d6f-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ba5fb2a8c88521c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/92eeb95d069020cc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d3ebbfd689654d3a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ef4d5661765d0e49-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d29838c109ef09b4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e40af3453d7c920a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/99dcf268bda04fe5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/98e207f02528a563-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Mono Fallback;src:local("Arial");ascent-override:76.16%;descent-override:20.43%;line-gap-override:0.00%;size-adjust:134.59%}.__className_46fe82{font-family:IBM Plex Mono,IBM Plex Mono Fallback;font-style:normal}.__variable_46fe82{--font-mono:"IBM Plex Mono","IBM Plex Mono Fallback"}