.Footer_container__skiZU{background-color:hsl(var(--foreground)/1);color:hsl(var(--background)/1);padding:2rem;display:flex;gap:1rem;justify-content:space-between;text-transform:uppercase;font-size:.8rem}.Footer_footer--links__VOy9Y{display:flex;gap:1rem}.Footer_footer--links__VOy9Y a{color:hsl(var(--background)/1);text-decoration:none}@media (prefers-color-scheme:dark){.Footer_container__skiZU{background-color:hsl(var(--foreground)/.05);color:hsl(var(--foreground)/1)}}.GhostButton_button__oYZwj{--bgc:transparent;--bgc-hover:transparent;--tc:hsl(var(--foreground)/0.65);background-color:var(--bgc);color:var(--tc);border:1px solid var(--tc);padding:.75rem 1rem;border-radius:.25rem;font-size:.8em;font-family:inherit;display:flex;gap:.5rem;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;opacity:.5;transition:opacity .1s ease-in-out;text-decoration:none;font-weight:700}.GhostButton_button--white__REEzV{--tc:hsl(var(--background)/1);border-color:hsl(var(--background)/1)}@media screen and (min-width:768px){.GhostButton_button__oYZwj:hover{opacity:1}}.SolidButton_button__IqwJu{--bgc:hsl(var(--accent)/1);--bgc-hover:hsla(var(--color-primary-hs),35%,1);--tc:hsla(0,0%,0%,0.85);background-color:var(--bgc);color:var(--tc);text-decoration:none;text-transform:uppercase;font-weight:700;padding:.75rem 1rem;display:flex;gap:.5rem;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;border:0;font-size:.8em;font-family:inherit;border-radius:.25rem}.SolidButton_button__IqwJu:hover{background-color:hsla(var(--accent)/.8)}.SolidButton_button__IqwJu:disabled{opacity:.5}.SolidButton_button__IqwJu:hover:disabled{background-color:var(--bgc);cursor:not-allowed}.SolidButton_button--primary--light__lrLZB,.SolidButton_button--primary__dUfnY{background-color:var(--bgc);color:var(--tc)}.SolidButton_button--primary--light__lrLZB{--bgc:var(--color-primary-light)}.SolidButton_button--secondary__cNvGz{--bgc:var(--color-secondary);--bgc-hover:hsla(var(--color-secondary-hs),35%,1);--tc:var(--color-white);background-color:var(--bgc);color:var(--tc)}.SolidButton_button--white__5GGsF{--bgc:var(--color-white);--tc:var(--color-black)}.SolidButton_button--white__5GGsF:hover{background-color:var(--color-black200)}.SolidButton_button--tc-white__WWrYd{--tc:hsla(0,0%,100%,1)}.SolidButton_button--tc-black600__3LKVh{--tc:var(--color-black600)}.SolidButton_button--tc-black600__3LKVh:hover{--tc:var(--color-black800)}.SolidButton_button--black200__BbrQn{--bgc:var(--color-black200)}.SolidButton_button--black200__BbrQn:hover{--bgc:var(--color-black400);background-color:var(--bgc)}.SolidButton_button--black600___Br_U{--bgc:var(--color-black600);--tc:var(--color-white)}.SolidButton_button--black__kbDls{--bgc:var(--color-black);--tc:var(--color-white)}.SolidButton_button--black__kbDls:hover{--bgc:red;background-color:hsla(0,0%,0%,.85)}.Checkbox_label__Gq7XU{background-color:hsl(var(--foreground)/.05);border:1px solid hsl(var(--foreground)/.25);border-radius:.25rem;padding:.5rem 1rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;position:relative}.Checkbox_label__Gq7XU:before{content:"";display:block;flex-shrink:0;width:1rem;height:1rem;border-radius:.25rem;border:2px solid hsl(var(--accent))}.Checkbox_label__Gq7XU:has(input:checked):before{background-color:hsl(var(--accent));background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:.625rem}.Checkbox_label__Gq7XU:has(input:focus-visible){outline:2px solid hsl(var(--accent));outline-offset:2px}.Checkbox_label__Gq7XU input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.InputGroup_container__5q7jW{width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;gap:.5rem}.Icons_loading__mmTAo{animation:Icons_spinner__LE9sz 1s linear infinite}@keyframes Icons_spinner__LE9sz{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.TextInput_field__A9rvQ{display:flex;flex-direction:column;gap:.25rem}.TextInput_field__A9rvQ label{cursor:pointer;text-transform:uppercase}.TextInput_field__A9rvQ label sup{color:hsl(var(--error)/1);font-weight:700}.TextInput_field__A9rvQ input{background-color:hsl(var(--background)/1);border:1px solid hsl(var(--border)/1);font-family:inherit;font-size:inherit;padding:1.25rem 1rem;box-shadow:inset 2px 2px 4px hsla(0,0%,0%,.1)}.TextInput_error__JhQ8q input{background-color:hsl(var(--error)/.1);background-image:linear-gradient(to bottom,hsl(var(--error)/.1),hsl(var(--error)/.1)),linear-gradient(to bottom,hsl(var(--foreground)/1),hsl(var(--foreground)/1));border-color:hsl(var(--error)/1)}@media (prefers-color-scheme:dark){.TextInput_field__A9rvQ input{background-color:hsl(var(--foreground)/1)}}.Header_container__iNx4q{background-color:hsl(var(--foreground)/1);color:hsl(var(--background)/1);border-bottom:4px solid hsl(var(--accent)/1);padding:2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.Header_container__iNx4q nav{display:flex;justify-content:space-between;align-items:center}.Header_container__iNx4q img{display:block}.Header_powered-by__OTkM2{display:flex;align-items:center;gap:.5rem;text-transform:uppercase;font-weight:600}@media (prefers-color-scheme:dark){.Header_container__iNx4q{background-color:hsl(var(--background)/1);color:hsl(var(--foreground)/1)}}@media (min-width:768px){.Header_container__iNx4q{padding:2rem 4rem}}.page_container__bXEdt{display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(100dvh - 200px);padding:2rem}.CreateLeadForm_form__VPfMr{width:100%}.CreateLeadForm_form-content__EM0V_,.CreateLeadForm_form-inputs__tGx50{width:100%;display:flex;gap:.5rem;flex-direction:column;align-items:center}.CreateLeadForm_form-inputs__tGx50>div{width:100%}.CreateLeadForm_form-inputs__tGx50 input{width:100%;border-radius:.25rem}.CreateLeadForm_submit__ukMYj{padding:1.25rem;width:100%;white-space:nowrap}@media screen and (min-width:800px){.CreateLeadForm_form-content__EM0V_{flex-direction:row;align-items:stretch}.CreateLeadForm_form-inputs__tGx50{width:-moz-fit-content;width:fit-content;flex-direction:row}.CreateLeadForm_form-inputs__tGx50 input{width:-moz-fit-content;width:fit-content;min-width:25ch}.CreateLeadForm_submit__ukMYj{width:-moz-fit-content;width:fit-content}}.FoundingClass_container__3c9lv{padding:2rem;display:flex;flex-direction:column;align-items:center;gap:2rem}.FoundingClass_container__3c9lv>div{flex:1 1}.FoundingClass_eyebrow__II_Uz{color:hsl(var(--accent)/1);text-transform:uppercase;font-size:.8rem;font-weight:500;margin-bottom:.5rem!important}.FoundingClass_header___pAIx{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.FoundingClass_container__3c9lv h2{font-size:clamp(2rem,8vw,4rem);line-height:1}.FoundingClass_content__3of9M p{margin-bottom:1rem}.FoundingClass_content__3of9M p strong{font-weight:900}.FoundingClass_content__3of9M button{text-transform:none}.FoundingClass_sidebar__C9uAw{display:flex;flex-direction:column;gap:2rem}.FoundingClass_sidebar--list__5ymTA h3{text-transform:uppercase;font-size:1rem;font-weight:600;color:hsl(var(--accent)/1)}.FoundingClass_sidebar--list__5ymTA ul{padding:0;margin:.5rem 0 0;border-top:1px solid hsl(var(--border)/1);list-style-type:none}.FoundingClass_sidebar--list__5ymTA ul li{border-bottom:1px solid hsl(var(--border)/1);display:flex;gap:.75rem;padding:.5rem 0;font-size:.9rem}.FoundingClass_sidebar--list__5ymTA ul li:before{content:"\2022";color:hsl(var(--accent)/1);font-size:1.5rem;line-height:1}.FoundingClass_founding-class--form__rowjK{display:flex;flex-direction:column;gap:.5rem}.FoundingClass_founding-class--form__rowjK input{border-radius:.5rem;width:100%}.FoundingClass_founding-class--form__rowjK button{width:100%;padding:1rem}@media (min-width:768px){.FoundingClass_container__3c9lv{padding:4rem;flex-direction:row;gap:6rem;min-height:700px}.FoundingClass_founding-class--form__rowjK{flex-direction:row;gap:0}.FoundingClass_founding-class--form__rowjK input{min-width:35ch;border-top-right-radius:0;border-bottom-right-radius:0}.FoundingClass_founding-class--form__rowjK button{white-space:nowrap;width:-moz-fit-content;width:fit-content;border-top-left-radius:0;border-bottom-left-radius:0}}.Hero_container__ZhPUz{padding:2rem 1rem;background-color:hsl(var(--foreground)/1);background-image:url(/homepage_hero.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;min-height:650px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;color:hsl(var(--background)/1);text-align:center}.Hero_eyebrow__x_Yre{display:flex;gap:.5rem;text-transform:uppercase;font-size:.8rem;font-weight:500;justify-content:center}.Hero_hero--content__dgbrl h1{color:hsl(var(--accent)/1);font-size:clamp(2rem,12vw,4rem);line-height:.9;margin-bottom:1.5rem}.Hero_hero--content__dgbrl h1 span{display:block;color:hsl(var(--background)/1)}.Hero_hero--content__dgbrl h2{font-weight:300;font-size:clamp(1.2rem,4vw,1.8rem)}.Hero_hero--content__dgbrl h2 strong{font-weight:900}.Hero_hero--form__n4oFk{display:flex;flex-direction:column;gap:.5rem;width:100%}.Hero_hero--form__n4oFk input{border-radius:.5rem;width:100%}.Hero_hero--form__n4oFk button{width:100%;padding:1rem}.Hero_container__ZhPUz a,.Hero_container__ZhPUz button{opacity:1}@media (min-width:768px){.Hero_container__ZhPUz{padding:4rem;align-items:flex-start;text-align:left}.Hero_hero--content__dgbrl{max-width:900px}.Hero_hero--content__dgbrl p{justify-content:flex-start}.Hero_hero--content__dgbrl h1{font-size:clamp(2rem,8vw,6rem);white-space:nowrap}.Hero_hero--content__dgbrl h2{max-width:clamp(300px,75vw,950px)}.Hero_hero--form__n4oFk{flex-direction:row;gap:0}.Hero_hero--form__n4oFk input{border-top-right-radius:0;border-bottom-right-radius:0}.Hero_hero--form__n4oFk button{white-space:nowrap;width:-moz-fit-content;width:fit-content;border-top-left-radius:0;border-bottom-left-radius:0}}@media (prefers-color-scheme:dark){.Hero_container__ZhPUz{background-color:hsl(var(--background)/1)}.Hero_container__ZhPUz,.Hero_hero--content__dgbrl h1 span{color:hsl(var(--foreground)/1)}}.HowItWorks_container__DDWAF{--accent:64 39% 17%;padding:2rem;background-color:hsl(var(--foreground)/1);background-image:linear-gradient(to right,hsl(var(--foreground)/1),hsl(var(--foreground)/0)),url(/bg_icon.svg);background-position:100%;background-repeat:no-repeat;background-size:contain;background-position:top;color:hsl(var(--background)/1);display:flex;flex-direction:column}.HowItWorks_eyebrow__OiDL7{color:hsl(var(--background)/.5);text-transform:uppercase;font-size:.8rem;font-weight:500;margin-bottom:1rem}.HowItWorks_header__j8ghq{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.HowItWorks_container__DDWAF h2{font-size:clamp(2rem,8vw,4rem);line-height:1}.HowItWorks_steps__vohwP{display:flex;flex-direction:column;gap:1rem}.HowItWorks_step__mDRhq{width:100%;padding:1.25rem;border:2px solid hsl(61 43% 42%/1);color:hsl(var(--background)/.9);display:flex;flex-direction:column;gap:.75rem}.HowItWorks_step--eyebrow___DKnB{font-family:DM Mono,monospace;font-size:.65rem;font-weight:300;text-transform:uppercase}.HowItWorks_step--icon__x5oL4 svg{width:2rem;height:2rem}@media (min-width:768px){.HowItWorks_container__DDWAF{padding:4rem;background-size:75% 200%;background-position:100%}.HowItWorks_steps__vohwP{flex-direction:row}.HowItWorks_step__mDRhq{max-width:300px}}@media (prefers-color-scheme:dark){.HowItWorks_container__DDWAF{background-color:hsl(var(--background)/1);background-image:linear-gradient(to right,hsl(var(--background)/1),hsl(var(--background)/0)),url(/bg_icon.svg);color:hsl(var(--foreground)/1)}.HowItWorks_eyebrow__OiDL7{color:hsl(var(--foreground)/.5)}.HowItWorks_step__mDRhq{color:hsl(var(--foreground)/.9)}}.ExpertGuides_container__AHBb3{padding:2rem;background-color:hsl(var(--foreground)/.9);color:hsl(var(--background)/1)}.ExpertGuides_inner__z9zWQ{max-width:1220px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;overflow-x:clip}.ExpertGuides_content__J18f2{display:flex;flex-direction:column;gap:1rem;min-width:0}.ExpertGuides_eyebrow__TidJw{color:hsl(var(--accent)/1);text-transform:uppercase;font-size:.8rem;font-weight:500}.ExpertGuides_container__AHBb3 h2{font-size:clamp(2rem,8vw,3.5rem);line-height:1;font-weight:900}.ExpertGuides_description__PTYDs{color:hsl(var(--background)/.65);font-size:clamp(.9rem,2vw,1rem);line-height:1.6}.ExpertGuides_quote__Z5Wyg{margin-top:.5rem;border-left:3px solid hsl(var(--accent)/1);padding-left:1.25rem;display:flex;flex-direction:column;gap:.5rem}.ExpertGuides_quote__Z5Wyg p{color:hsl(var(--accent)/1);font-size:clamp(1rem,2.5vw,1.25rem);font-weight:500;line-height:1.4}.ExpertGuides_quote__Z5Wyg cite{color:hsl(var(--background)/.55);font-size:.85rem;font-style:normal}.ExpertGuides_image__rSxa0{position:relative;flex:1 1;min-width:0;width:100%;aspect-ratio:560/499;overflow:hidden;order:-1;--image-focus:right center}.ExpertGuides_image--asset__CmIUL{object-fit:cover;object-position:var(--image-focus)}@media (min-width:768px){.ExpertGuides_container__AHBb3{padding:6rem 4rem}.ExpertGuides_inner__z9zWQ{flex-direction:row;align-items:stretch;gap:4rem}.ExpertGuides_content__J18f2{flex:1 1;gap:1.25rem}.ExpertGuides_image__rSxa0{flex:1 1;order:1;aspect-ratio:auto;min-height:0}}@media (prefers-color-scheme:dark){.ExpertGuides_container__AHBb3{background-color:hsl(var(--background)/1);color:hsl(var(--foreground)/1)}.ExpertGuides_description__PTYDs{color:hsl(var(--foreground)/.65)}.ExpertGuides_quote__Z5Wyg cite{color:hsl(var(--foreground)/.55)}}.Problem_container__S_DNS{padding:2rem 1rem;overflow-x:clip}.Problem_container__S_DNS header,.Problem_header--content__NPugT{display:flex;flex-direction:column;gap:1rem}.Problem_container__S_DNS .Problem_eyebrow__4M172{text-transform:uppercase;font-size:.8rem;font-weight:500;margin-bottom:1rem}.Problem_container__S_DNS h2{color:hsl(var(--accent)/1);font-weight:300;font-size:clamp(1.25rem,6vw,2.5rem);line-height:1}.Problem_container__S_DNS h2 strong{display:block;color:hsl(var(--foreground)/1);font-weight:900}.Problem_container__S_DNS blockquote{font-size:clamp(.85rem,2.5vw,1.75rem);font-weight:900;border-left:4px solid hsl(var(--accent)/1);padding:1.5rem 2rem 1.5rem 1rem}.Problem_container__S_DNS .Problem_quotes__CPyK7{display:flex;flex-direction:column;gap:1.5rem;border-top:1px solid hsl(var(--border)/1);margin-top:2rem;padding-top:2rem}.Problem_quotes--track__22vCp{-webkit-clip-path:inset(0 -200vw 0 0);clip-path:inset(0 -200vw 0 0)}.Problem_quotes--inner__FixuQ{display:flex;width:calc(100% * 8);will-change:transform}.Problem_quotes--inner__FixuQ blockquote{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 12);box-sizing:border-box}.Problem_quotes--attribution__ZJl9U,.Problem_quotes--inner__FixuQ blockquote span{display:block;font-size:.9rem;font-weight:500;margin-top:1rem;color:hsl(var(--accent)/1)}@media (min-width:768px){.Problem_quotes--inner__FixuQ{width:calc(100% * 4)}.Problem_container__S_DNS{padding:4rem}.Problem_container__S_DNS header{flex-direction:row;align-items:center;justify-content:space-between;gap:7rem}.Problem_header--content__NPugT{display:flex}}@media (prefers-color-scheme:dark){.Problem_container__S_DNS{color:hsl(var(--foreground)/1)}}.page_container--content__XAhO9{gap:2rem;height:100%;text-align:center;max-width:600px;margin:0 auto;padding:3rem 0}.page_container--content__XAhO9,.page_container--content__XAhO9>div{display:flex;flex-direction:column;justify-content:center;align-items:center}.page_icon-container__yeOy8{width:4rem;height:4rem;border:3px solid hsl(var(--accent)/1);border-radius:50%;display:flex;justify-content:center;align-items:center;color:hsl(var(--accent)/1)}.page_icon-container__yeOy8 svg{width:2rem;height:2rem}.page_container--content__XAhO9 h1{font-size:3rem}.page_footer__swMrl{width:100%;border-top:1px solid hsl(var(--border)/1);text-transform:uppercase;font-weight:700;font-size:.8rem;color:hsl(var(--accent)/1);padding-top:1rem}.page_container--videos__4W7K_{padding:3rem 0}.page_container--videos__4W7K_ h3{text-align:center;margin-bottom:1rem;font-size:1.75rem}.page_video-grid__Spj4f{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;width:100%;margin-top:1rem}.page_video-item__EcD97{position:relative;aspect-ratio:16/9;width:100%;background-color:hsl(var(--border)/.2)}.page_video-item__EcD97 iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.page_container__XiKxR{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;text-align:center}.Question_container__mobJ4{border-bottom:1px solid hsl(var(--border)/1);padding-bottom:3rem}.Question_container--error__5Amk4 .Question_question-number__TGd0Y{background-color:hsl(var(--error)/.25);border:1px solid hsl(var(--error)/1);color:hsl(var(--error)/1)}.Question_container__mobJ4 h2{display:flex;align-items:flex-start;gap:.5rem}.Question_question-number__TGd0Y{display:inline-block;padding:.25rem 1.5rem .25rem .5rem;font-size:.875rem;text-transform:uppercase;font-weight:500;color:hsl(var(--accent)/1);background-color:hsl(var(--foreground)/.1)}.Question_question-description__XSwuy{font-size:.875rem;color:hsl(var(--foreground)/.5)}.Question_question-content__lzdvt{margin-top:1rem}.Question_error__b2SRW{margin-top:1rem;color:hsl(var(--error)/1)}.LoadingQuestions_container__xrFBM{min-height:50dvh;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem}.SurveyFooter_footer__J0Sk1{display:flex;justify-content:space-between;align-items:center;gap:1rem}.SurveyFooter_footer-buttons__snA0D{display:flex;flex-wrap:wrap;gap:1rem}.SurveyFooter_footer-buttons__snA0D button{min-width:8rem}.SurveyFooter_step-indicator__ZtL1h{margin:0}.Radio_label__fBYJF{background-color:hsl(var(--foreground)/.05);border:1px solid hsl(var(--foreground)/.25);border-radius:.25rem;padding:.5rem 1rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;position:relative}.Radio_label__fBYJF:before{content:"";display:block;width:1rem;height:1rem;border-radius:50%;border:2px solid hsl(var(--accent))}.Radio_label__fBYJF:has(input:checked):before{background-color:hsl(var(--accent))}.Radio_label__fBYJF:has(input:focus-visible){outline:2px solid hsl(var(--accent));outline-offset:2px}.Radio_label__fBYJF input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.TextArea_textarea__Lhq3W{width:100%;padding:.75rem 1rem;background-color:hsl(var(--foreground)/.05);border:1px solid hsl(var(--foreground)/.25);border-radius:.25rem;color:hsl(var(--foreground)/1);font-family:inherit;font-size:1rem;line-height:1.5;resize:vertical;transition:border-color .15s ease,outline .15s ease}.TextArea_textarea__Lhq3W::placeholder{color:hsl(var(--foreground)/.4)}.TextArea_textarea__Lhq3W:focus-visible{outline:2px solid hsl(var(--accent));outline-offset:2px;border-color:transparent}.StackRank_container__yhKSA{width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;gap:.5rem}.StackRank_item__1_7dj{background-color:hsl(var(--foreground)/.05);border:1px solid hsl(var(--foreground)/.25);border-radius:.25rem;padding:.5rem .75rem .5rem 1rem;display:flex;align-items:center;gap:.75rem;touch-action:none}.StackRank_item--dragging__1eSpk{border-color:hsl(var(--accent)/1);box-shadow:0 4px 12px hsl(var(--foreground)/.12);z-index:1}.StackRank_rank__wMdLu{flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:1.75rem;height:1.75rem;padding:0 .375rem;font-size:.875rem;font-weight:500;color:hsl(var(--accent)/1);background-color:hsl(var(--foreground)/.1);border-radius:.25rem}.StackRank_label__kKLFq{flex:1 1;min-width:0}.StackRank_controls__RliUM{flex-shrink:0;display:flex;align-items:center;gap:.25rem}.StackRank_dragHandle__YrWt6,.StackRank_moveButton__tHWwj{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid hsl(var(--foreground)/.25);border-radius:.25rem;color:hsl(var(--accent)/1);background-color:transparent;cursor:pointer}.StackRank_dragHandle__YrWt6{display:none}.StackRank_dragHandle__YrWt6:hover,.StackRank_moveButton__tHWwj:hover:not(:disabled){border-color:hsl(var(--accent)/.5);color:hsl(var(--background)/1);background-color:hsla(var(--accent)/1)}.StackRank_dragHandle__YrWt6:focus-visible,.StackRank_moveButton__tHWwj:focus-visible{outline:2px solid hsl(var(--accent));outline-offset:2px}.StackRank_moveButton__tHWwj:disabled{opacity:.35;cursor:not-allowed}.StackRank_dragHandle__YrWt6{cursor:-webkit-grab;cursor:grab;touch-action:none}.StackRank_dragHandle__YrWt6:active{cursor:-webkit-grabbing;cursor:grabbing}.StackRank_dragHandle__YrWt6 svg{display:block}@media (min-width:768px){.StackRank_moveButton__tHWwj{display:none}.StackRank_dragHandle__YrWt6{display:flex}}.page_state-buttons__rdOGT{display:grid;grid-template-columns:repeat(auto-fit,minmax(75px,1fr));flex-wrap:wrap;grid-gap:.5rem;gap:.5rem}.page_state-button__VQQxH{background-color:hsl(var(--foreground)/.05);color:hsl(var(--foreground)/1);border:1px solid hsl(var(--foreground)/.25);padding:.5rem 1rem;border-radius:.25rem;cursor:pointer}.page_state-button--active__1REDG{background-color:hsl(var(--accent)/1);color:hsl(var(--foreground)/1);border-color:hsl(var(--accent)/1)}.page_harvested-deer-container__pPtAi{display:flex;flex-direction:row;gap:1rem}.page_harvested-deer-container__pPtAi label{cursor:pointer;text-transform:uppercase;font-size:.875rem;font-weight:600;color:hsl(var(--foreground)/1)}.page_harvested-deer-container__pPtAi input{padding:.5rem 1rem;border-radius:.25rem;border:1px solid hsl(var(--foreground)/.25);background-color:hsl(var(--background)/1);color:hsl(var(--foreground)/1)}