:root{--doo-accent-src: #3ecf8e;--doo-accent: var(--doo-accent-src);--doo-accent-dark: color-mix(in srgb, var(--doo-accent) 80%, #000);--doo-accent-soft: color-mix(in srgb, var(--doo-accent) 14%, transparent);--doo-on-accent: #04140d;--doo-surface-lift: 0%;--doo-bg00: #000000;--doo-bg01: color-mix(in srgb, #0a0a0c, #fff var(--doo-surface-lift));--doo-bg02: color-mix(in srgb, #121215, #fff var(--doo-surface-lift));--doo-bg03: color-mix(in srgb, #1a1a1f, #fff var(--doo-surface-lift));--doo-bg04: color-mix(in srgb, var(--doo-bg03), #fff 5%);--doo-bg05: color-mix(in srgb, var(--doo-bg03), #fff 10%);--doo-bg06: color-mix(in srgb, var(--doo-bg03), #fff 15%);--doo-bg07: color-mix(in srgb, var(--doo-bg03), #fff 20%);--doo-brd01: color-mix(in srgb, #232328, #fff var(--doo-surface-lift));--doo-brd02: color-mix(in srgb, #2c2c33, #fff var(--doo-surface-lift));--doo-toggle-thumb: rgb(255 255 255 / 30%);--doo-txt00: #ffffff;--doo-txt01: #e7e9ee;--doo-txt02: #9aa1ad;--doo-ok: #3ecf8e;--doo-bad: #f85149;--doo-warn: #ffc300;--tok-comment: #8b949e;--tok-string: #7ee787;--tok-number: #ffa657;--tok-keyword: #ff7b72;--tok-literal: #79c0ff;--tok-flag: #79c0ff;--tok-func: #d2a8ff;--doo-radius: 0.5rem;--doo-radius-lg: 0.875rem}:root[data-theme=dark]{--doo-accent-lift: 18%;--doo-accent: color-mix(in oklch, #fff var(--doo-accent-lift), var(--doo-accent-src))}:root:not([data-theme=dark]){--doo-bg00: #ffffff;--doo-bg01: #f6f7f9;--doo-bg02: #ffffff;--doo-bg03: #eceef2;--doo-brd01: #e4e7ec;--doo-brd02: #d4d9e1;--doo-toggle-thumb: #ffffff;--doo-txt00: #0b0d12;--doo-txt01: #353b46;--doo-txt02: #6b7280;--tok-comment: #6b7280;--tok-string: #0a7d33;--tok-number: #b45309;--tok-keyword: #cf222e;--tok-literal: #0550ae;--tok-flag: #0550ae;--tok-func: #6f42c1}*,*::before,*::after{box-sizing:border-box}body{margin:0;background:var(--doo-bg01);color:var(--doo-txt01);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:.875rem;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit}.d-none{display:none}.d-block{display:block}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.d-grid{display:grid}.fx{display:flex}.fx-row{flex-direction:row}.fx-col{flex-direction:column}.fx-row-r{flex-direction:row-reverse}.fx-col-r{flex-direction:column-reverse}.fx-w{flex-wrap:wrap}.fx-nw{flex-wrap:nowrap}.j-fs{justify-content:flex-start}.j-fe{justify-content:flex-end}.j-c{justify-content:center}.j-sb{justify-content:space-between}.j-sa{justify-content:space-around}.j-se{justify-content:space-evenly}.a-fs{align-items:flex-start}.a-fe{align-items:flex-end}.a-c{align-items:center}.a-st{align-items:stretch}.a-b{align-items:baseline}.fx-center{display:flex;justify-content:center;align-items:center}.fx-1{flex:1 1 0}.fx-auto{flex:0 0 auto}.fx-noshr{flex-shrink:0}.g1{flex-grow:1}.g0{flex-grow:0}.as-fs{align-self:flex-start}.as-fe{align-self:flex-end}.as-c{align-self:center}.as-st{align-self:stretch}.as-b{align-self:baseline}.od-1{order:1}.od-2{order:2}.od-3{order:3}.od-4{order:4}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:1rem}.gap-4{gap:1.5rem}.gap-5{gap:2rem}.gap-6{gap:2.5rem}.gap-7{gap:3rem}.gap-8{gap:3.5rem}.gap-9{gap:4rem}.gap-10{gap:5rem}@media(min-width: 576px){.sm-fx{display:flex}.sm-fx-row{flex-direction:row}.sm-fx-col{flex-direction:column}.sm-j-c{justify-content:center}.sm-j-sb{justify-content:space-between}.sm-j-fs{justify-content:flex-start}.sm-j-fe{justify-content:flex-end}.sm-a-c{align-items:center}.sm-a-fs{align-items:flex-start}.sm-a-fe{align-items:flex-end}}@media(min-width: 768px){.md-fx{display:flex}.md-fx-row{flex-direction:row}.md-fx-col{flex-direction:column}.md-j-c{justify-content:center}.md-j-sb{justify-content:space-between}.md-j-fs{justify-content:flex-start}.md-j-fe{justify-content:flex-end}.md-a-c{align-items:center}.md-a-fs{align-items:flex-start}.md-a-fe{align-items:flex-end}}@media(min-width: 1024px){.lg-fx{display:flex}.lg-fx-row{flex-direction:row}.lg-fx-col{flex-direction:column}.lg-j-c{justify-content:center}.lg-j-sb{justify-content:space-between}.lg-j-fs{justify-content:flex-start}.lg-j-fe{justify-content:flex-end}.lg-a-c{align-items:center}.lg-a-fs{align-items:flex-start}.lg-a-fe{align-items:flex-end}}@media(min-width: 1280px){.xl-fx{display:flex}.xl-fx-row{flex-direction:row}.xl-fx-col{flex-direction:column}.xl-j-c{justify-content:center}.xl-j-sb{justify-content:space-between}.xl-j-fs{justify-content:flex-start}.xl-j-fe{justify-content:flex-end}.xl-a-c{align-items:center}.xl-a-fs{align-items:flex-start}.xl-a-fe{align-items:flex-end}}.m-0{margin:0}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.mr-0{margin-right:0}.mx-0{margin-left:0;margin-right:0}.my-0{margin-top:0;margin-bottom:0}.m-1{margin:.25rem}.mt-1{margin-top:.25rem}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.mr-1{margin-right:.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.m-2{margin:.5rem}.mt-2{margin-top:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.m-3{margin:.75rem}.mt-3{margin-top:.75rem}.mb-3{margin-bottom:.75rem}.ml-3{margin-left:.75rem}.mr-3{margin-right:.75rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.m-4{margin:1rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mr-4{margin-right:1rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-4{margin-top:1rem;margin-bottom:1rem}.m-5{margin:1.25rem}.mt-5{margin-top:1.25rem}.mb-5{margin-bottom:1.25rem}.ml-5{margin-left:1.25rem}.mr-5{margin-right:1.25rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.m-6{margin:1.5rem}.mt-6{margin-top:1.5rem}.mb-6{margin-bottom:1.5rem}.ml-6{margin-left:1.5rem}.mr-6{margin-right:1.5rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.m-8{margin:2rem}.mt-8{margin-top:2rem}.mb-8{margin-bottom:2rem}.ml-8{margin-left:2rem}.mr-8{margin-right:2rem}.mx-8{margin-left:2rem;margin-right:2rem}.my-8{margin-top:2rem;margin-bottom:2rem}.m-10{margin:2.5rem}.mt-10{margin-top:2.5rem}.mb-10{margin-bottom:2.5rem}.ml-10{margin-left:2.5rem}.mr-10{margin-right:2.5rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.m-11{margin:2.75rem}.mt-11{margin-top:2.75rem}.mb-11{margin-bottom:2.75rem}.ml-11{margin-left:2.75rem}.mr-11{margin-right:2.75rem}.mx-11{margin-left:2.75rem;margin-right:2.75rem}.my-11{margin-top:2.75rem;margin-bottom:2.75rem}.m-12{margin:3rem}.mt-12{margin-top:3rem}.mb-12{margin-bottom:3rem}.ml-12{margin-left:3rem}.mr-12{margin-right:3rem}.mx-12{margin-left:3rem;margin-right:3rem}.my-12{margin-top:3rem;margin-bottom:3rem}.m-13{margin:3.25rem}.mt-13{margin-top:3.25rem}.mb-13{margin-bottom:3.25rem}.ml-13{margin-left:3.25rem}.mr-13{margin-right:3.25rem}.mx-13{margin-left:3.25rem;margin-right:3.25rem}.my-13{margin-top:3.25rem;margin-bottom:3.25rem}.m-14{margin:3.5rem}.mt-14{margin-top:3.5rem}.mb-14{margin-bottom:3.5rem}.ml-14{margin-left:3.5rem}.mr-14{margin-right:3.5rem}.mx-14{margin-left:3.5rem;margin-right:3.5rem}.my-14{margin-top:3.5rem;margin-bottom:3.5rem}.m-15{margin:3.75rem}.mt-15{margin-top:3.75rem}.mb-15{margin-bottom:3.75rem}.ml-15{margin-left:3.75rem}.mr-15{margin-right:3.75rem}.mx-15{margin-left:3.75rem;margin-right:3.75rem}.my-15{margin-top:3.75rem;margin-bottom:3.75rem}.m-16{margin:4rem}.mt-16{margin-top:4rem}.mb-16{margin-bottom:4rem}.ml-16{margin-left:4rem}.mr-16{margin-right:4rem}.mx-16{margin-left:4rem;margin-right:4rem}.my-16{margin-top:4rem;margin-bottom:4rem}.p-0{padding:0}.pt-0{padding-top:0}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.pr-0{padding-right:0}.px-0{padding-left:0;padding-right:0}.py-0{padding-top:0;padding-bottom:0}.p-1{padding:.25rem}.pt-1{padding-top:.25rem}.pb-1{padding-bottom:.25rem}.pl-1{padding-left:.25rem}.pr-1{padding-right:.25rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.p-2{padding:.5rem}.pt-2{padding-top:.5rem}.pb-2{padding-bottom:.5rem}.pl-2{padding-left:.5rem}.pr-2{padding-right:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.p-3{padding:.75rem}.pt-3{padding-top:.75rem}.pb-3{padding-bottom:.75rem}.pl-3{padding-left:.75rem}.pr-3{padding-right:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.p-4{padding:1rem}.pt-4{padding-top:1rem}.pb-4{padding-bottom:1rem}.pl-4{padding-left:1rem}.pr-4{padding-right:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.p-5{padding:1.25rem}.pt-5{padding-top:1.25rem}.pb-5{padding-bottom:1.25rem}.pl-5{padding-left:1.25rem}.pr-5{padding-right:1.25rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.p-6{padding:1.5rem}.pt-6{padding-top:1.5rem}.pb-6{padding-bottom:1.5rem}.pl-6{padding-left:1.5rem}.pr-6{padding-right:1.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.p-8{padding:2rem}.pt-8{padding-top:2rem}.pb-8{padding-bottom:2rem}.pl-8{padding-left:2rem}.pr-8{padding-right:2rem}.px-8{padding-left:2rem;padding-right:2rem}.py-8{padding-top:2rem;padding-bottom:2rem}.p-10{padding:2.5rem}.pt-10{padding-top:2.5rem}.pb-10{padding-bottom:2.5rem}.pl-10{padding-left:2.5rem}.pr-10{padding-right:2.5rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.p-11{padding:2.75rem}.pt-11{padding-top:2.75rem}.pb-11{padding-bottom:2.75rem}.pl-11{padding-left:2.75rem}.pr-11{padding-right:2.75rem}.px-11{padding-left:2.75rem;padding-right:2.75rem}.py-11{padding-top:2.75rem;padding-bottom:2.75rem}.p-12{padding:3rem}.pt-12{padding-top:3rem}.pb-12{padding-bottom:3rem}.pl-12{padding-left:3rem}.pr-12{padding-right:3rem}.px-12{padding-left:3rem;padding-right:3rem}.py-12{padding-top:3rem;padding-bottom:3rem}.p-13{padding:3.25rem}.pt-13{padding-top:3.25rem}.pb-13{padding-bottom:3.25rem}.pl-13{padding-left:3.25rem}.pr-13{padding-right:3.25rem}.px-13{padding-left:3.25rem;padding-right:3.25rem}.py-13{padding-top:3.25rem;padding-bottom:3.25rem}.p-14{padding:3.5rem}.pt-14{padding-top:3.5rem}.pb-14{padding-bottom:3.5rem}.pl-14{padding-left:3.5rem}.pr-14{padding-right:3.5rem}.px-14{padding-left:3.5rem;padding-right:3.5rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.p-15{padding:3.75rem}.pt-15{padding-top:3.75rem}.pb-15{padding-bottom:3.75rem}.pl-15{padding-left:3.75rem}.pr-15{padding-right:3.75rem}.px-15{padding-left:3.75rem;padding-right:3.75rem}.py-15{padding-top:3.75rem;padding-bottom:3.75rem}.p-16{padding:4rem}.pt-16{padding-top:4rem}.pb-16{padding-bottom:4rem}.pl-16{padding-left:4rem}.pr-16{padding-right:4rem}.px-16{padding-left:4rem;padding-right:4rem}.py-16{padding-top:4rem;padding-bottom:4rem}@media(min-width: 640px){.sm\:m-0{margin:0}.sm\:mt-0{margin-top:0}.sm\:mb-0{margin-bottom:0}.sm\:ml-0{margin-left:0}.sm\:mr-0{margin-right:0}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:my-0{margin-top:0;margin-bottom:0}.sm\:m-1{margin:.25rem}.sm\:mt-1{margin-top:.25rem}.sm\:mb-1{margin-bottom:.25rem}.sm\:ml-1{margin-left:.25rem}.sm\:mr-1{margin-right:.25rem}.sm\:mx-1{margin-left:.25rem;margin-right:.25rem}.sm\:my-1{margin-top:.25rem;margin-bottom:.25rem}.sm\:m-2{margin:.5rem}.sm\:mt-2{margin-top:.5rem}.sm\:mb-2{margin-bottom:.5rem}.sm\:ml-2{margin-left:.5rem}.sm\:mr-2{margin-right:.5rem}.sm\:mx-2{margin-left:.5rem;margin-right:.5rem}.sm\:my-2{margin-top:.5rem;margin-bottom:.5rem}.sm\:m-3{margin:.75rem}.sm\:mt-3{margin-top:.75rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:ml-3{margin-left:.75rem}.sm\:mr-3{margin-right:.75rem}.sm\:mx-3{margin-left:.75rem;margin-right:.75rem}.sm\:my-3{margin-top:.75rem;margin-bottom:.75rem}.sm\:m-4{margin:1rem}.sm\:mt-4{margin-top:1rem}.sm\:mb-4{margin-bottom:1rem}.sm\:ml-4{margin-left:1rem}.sm\:mr-4{margin-right:1rem}.sm\:mx-4{margin-left:1rem;margin-right:1rem}.sm\:my-4{margin-top:1rem;margin-bottom:1rem}.sm\:m-5{margin:1.25rem}.sm\:mt-5{margin-top:1.25rem}.sm\:mb-5{margin-bottom:1.25rem}.sm\:ml-5{margin-left:1.25rem}.sm\:mr-5{margin-right:1.25rem}.sm\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.sm\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.sm\:m-6{margin:1.5rem}.sm\:mt-6{margin-top:1.5rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:ml-6{margin-left:1.5rem}.sm\:mr-6{margin-right:1.5rem}.sm\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.sm\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.sm\:m-8{margin:2rem}.sm\:mt-8{margin-top:2rem}.sm\:mb-8{margin-bottom:2rem}.sm\:ml-8{margin-left:2rem}.sm\:mr-8{margin-right:2rem}.sm\:mx-8{margin-left:2rem;margin-right:2rem}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:m-10{margin:2.5rem}.sm\:mt-10{margin-top:2.5rem}.sm\:mb-10{margin-bottom:2.5rem}.sm\:ml-10{margin-left:2.5rem}.sm\:mr-10{margin-right:2.5rem}.sm\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.sm\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.sm\:m-11{margin:2.75rem}.sm\:mt-11{margin-top:2.75rem}.sm\:mb-11{margin-bottom:2.75rem}.sm\:ml-11{margin-left:2.75rem}.sm\:mr-11{margin-right:2.75rem}.sm\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.sm\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.sm\:m-12{margin:3rem}.sm\:mt-12{margin-top:3rem}.sm\:mb-12{margin-bottom:3rem}.sm\:ml-12{margin-left:3rem}.sm\:mr-12{margin-right:3rem}.sm\:mx-12{margin-left:3rem;margin-right:3rem}.sm\:my-12{margin-top:3rem;margin-bottom:3rem}.sm\:m-13{margin:3.25rem}.sm\:mt-13{margin-top:3.25rem}.sm\:mb-13{margin-bottom:3.25rem}.sm\:ml-13{margin-left:3.25rem}.sm\:mr-13{margin-right:3.25rem}.sm\:mx-13{margin-left:3.25rem;margin-right:3.25rem}.sm\:my-13{margin-top:3.25rem;margin-bottom:3.25rem}.sm\:m-14{margin:3.5rem}.sm\:mt-14{margin-top:3.5rem}.sm\:mb-14{margin-bottom:3.5rem}.sm\:ml-14{margin-left:3.5rem}.sm\:mr-14{margin-right:3.5rem}.sm\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.sm\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.sm\:m-15{margin:3.75rem}.sm\:mt-15{margin-top:3.75rem}.sm\:mb-15{margin-bottom:3.75rem}.sm\:ml-15{margin-left:3.75rem}.sm\:mr-15{margin-right:3.75rem}.sm\:mx-15{margin-left:3.75rem;margin-right:3.75rem}.sm\:my-15{margin-top:3.75rem;margin-bottom:3.75rem}.sm\:m-16{margin:4rem}.sm\:mt-16{margin-top:4rem}.sm\:mb-16{margin-bottom:4rem}.sm\:ml-16{margin-left:4rem}.sm\:mr-16{margin-right:4rem}.sm\:mx-16{margin-left:4rem;margin-right:4rem}.sm\:my-16{margin-top:4rem;margin-bottom:4rem}}@media(min-width: 768px){.md\:m-0{margin:0}.md\:mt-0{margin-top:0}.md\:mb-0{margin-bottom:0}.md\:ml-0{margin-left:0}.md\:mr-0{margin-right:0}.md\:mx-0{margin-left:0;margin-right:0}.md\:my-0{margin-top:0;margin-bottom:0}.md\:m-1{margin:.25rem}.md\:mt-1{margin-top:.25rem}.md\:mb-1{margin-bottom:.25rem}.md\:ml-1{margin-left:.25rem}.md\:mr-1{margin-right:.25rem}.md\:mx-1{margin-left:.25rem;margin-right:.25rem}.md\:my-1{margin-top:.25rem;margin-bottom:.25rem}.md\:m-2{margin:.5rem}.md\:mt-2{margin-top:.5rem}.md\:mb-2{margin-bottom:.5rem}.md\:ml-2{margin-left:.5rem}.md\:mr-2{margin-right:.5rem}.md\:mx-2{margin-left:.5rem;margin-right:.5rem}.md\:my-2{margin-top:.5rem;margin-bottom:.5rem}.md\:m-3{margin:.75rem}.md\:mt-3{margin-top:.75rem}.md\:mb-3{margin-bottom:.75rem}.md\:ml-3{margin-left:.75rem}.md\:mr-3{margin-right:.75rem}.md\:mx-3{margin-left:.75rem;margin-right:.75rem}.md\:my-3{margin-top:.75rem;margin-bottom:.75rem}.md\:m-4{margin:1rem}.md\:mt-4{margin-top:1rem}.md\:mb-4{margin-bottom:1rem}.md\:ml-4{margin-left:1rem}.md\:mr-4{margin-right:1rem}.md\:mx-4{margin-left:1rem;margin-right:1rem}.md\:my-4{margin-top:1rem;margin-bottom:1rem}.md\:m-5{margin:1.25rem}.md\:mt-5{margin-top:1.25rem}.md\:mb-5{margin-bottom:1.25rem}.md\:ml-5{margin-left:1.25rem}.md\:mr-5{margin-right:1.25rem}.md\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.md\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.md\:m-6{margin:1.5rem}.md\:mt-6{margin-top:1.5rem}.md\:mb-6{margin-bottom:1.5rem}.md\:ml-6{margin-left:1.5rem}.md\:mr-6{margin-right:1.5rem}.md\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.md\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.md\:m-8{margin:2rem}.md\:mt-8{margin-top:2rem}.md\:mb-8{margin-bottom:2rem}.md\:ml-8{margin-left:2rem}.md\:mr-8{margin-right:2rem}.md\:mx-8{margin-left:2rem;margin-right:2rem}.md\:my-8{margin-top:2rem;margin-bottom:2rem}.md\:m-10{margin:2.5rem}.md\:mt-10{margin-top:2.5rem}.md\:mb-10{margin-bottom:2.5rem}.md\:ml-10{margin-left:2.5rem}.md\:mr-10{margin-right:2.5rem}.md\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.md\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.md\:m-11{margin:2.75rem}.md\:mt-11{margin-top:2.75rem}.md\:mb-11{margin-bottom:2.75rem}.md\:ml-11{margin-left:2.75rem}.md\:mr-11{margin-right:2.75rem}.md\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.md\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.md\:m-12{margin:3rem}.md\:mt-12{margin-top:3rem}.md\:mb-12{margin-bottom:3rem}.md\:ml-12{margin-left:3rem}.md\:mr-12{margin-right:3rem}.md\:mx-12{margin-left:3rem;margin-right:3rem}.md\:my-12{margin-top:3rem;margin-bottom:3rem}.md\:m-13{margin:3.25rem}.md\:mt-13{margin-top:3.25rem}.md\:mb-13{margin-bottom:3.25rem}.md\:ml-13{margin-left:3.25rem}.md\:mr-13{margin-right:3.25rem}.md\:mx-13{margin-left:3.25rem;margin-right:3.25rem}.md\:my-13{margin-top:3.25rem;margin-bottom:3.25rem}.md\:m-14{margin:3.5rem}.md\:mt-14{margin-top:3.5rem}.md\:mb-14{margin-bottom:3.5rem}.md\:ml-14{margin-left:3.5rem}.md\:mr-14{margin-right:3.5rem}.md\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.md\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.md\:m-15{margin:3.75rem}.md\:mt-15{margin-top:3.75rem}.md\:mb-15{margin-bottom:3.75rem}.md\:ml-15{margin-left:3.75rem}.md\:mr-15{margin-right:3.75rem}.md\:mx-15{margin-left:3.75rem;margin-right:3.75rem}.md\:my-15{margin-top:3.75rem;margin-bottom:3.75rem}.md\:m-16{margin:4rem}.md\:mt-16{margin-top:4rem}.md\:mb-16{margin-bottom:4rem}.md\:ml-16{margin-left:4rem}.md\:mr-16{margin-right:4rem}.md\:mx-16{margin-left:4rem;margin-right:4rem}.md\:my-16{margin-top:4rem;margin-bottom:4rem}}@media(min-width: 1024px){.lg\:m-0{margin:0}.lg\:mt-0{margin-top:0}.lg\:mb-0{margin-bottom:0}.lg\:ml-0{margin-left:0}.lg\:mr-0{margin-right:0}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:my-0{margin-top:0;margin-bottom:0}.lg\:m-1{margin:.25rem}.lg\:mt-1{margin-top:.25rem}.lg\:mb-1{margin-bottom:.25rem}.lg\:ml-1{margin-left:.25rem}.lg\:mr-1{margin-right:.25rem}.lg\:mx-1{margin-left:.25rem;margin-right:.25rem}.lg\:my-1{margin-top:.25rem;margin-bottom:.25rem}.lg\:m-2{margin:.5rem}.lg\:mt-2{margin-top:.5rem}.lg\:mb-2{margin-bottom:.5rem}.lg\:ml-2{margin-left:.5rem}.lg\:mr-2{margin-right:.5rem}.lg\:mx-2{margin-left:.5rem;margin-right:.5rem}.lg\:my-2{margin-top:.5rem;margin-bottom:.5rem}.lg\:m-3{margin:.75rem}.lg\:mt-3{margin-top:.75rem}.lg\:mb-3{margin-bottom:.75rem}.lg\:ml-3{margin-left:.75rem}.lg\:mr-3{margin-right:.75rem}.lg\:mx-3{margin-left:.75rem;margin-right:.75rem}.lg\:my-3{margin-top:.75rem;margin-bottom:.75rem}.lg\:m-4{margin:1rem}.lg\:mt-4{margin-top:1rem}.lg\:mb-4{margin-bottom:1rem}.lg\:ml-4{margin-left:1rem}.lg\:mr-4{margin-right:1rem}.lg\:mx-4{margin-left:1rem;margin-right:1rem}.lg\:my-4{margin-top:1rem;margin-bottom:1rem}.lg\:m-5{margin:1.25rem}.lg\:mt-5{margin-top:1.25rem}.lg\:mb-5{margin-bottom:1.25rem}.lg\:ml-5{margin-left:1.25rem}.lg\:mr-5{margin-right:1.25rem}.lg\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.lg\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.lg\:m-6{margin:1.5rem}.lg\:mt-6{margin-top:1.5rem}.lg\:mb-6{margin-bottom:1.5rem}.lg\:ml-6{margin-left:1.5rem}.lg\:mr-6{margin-right:1.5rem}.lg\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.lg\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.lg\:m-8{margin:2rem}.lg\:mt-8{margin-top:2rem}.lg\:mb-8{margin-bottom:2rem}.lg\:ml-8{margin-left:2rem}.lg\:mr-8{margin-right:2rem}.lg\:mx-8{margin-left:2rem;margin-right:2rem}.lg\:my-8{margin-top:2rem;margin-bottom:2rem}.lg\:m-10{margin:2.5rem}.lg\:mt-10{margin-top:2.5rem}.lg\:mb-10{margin-bottom:2.5rem}.lg\:ml-10{margin-left:2.5rem}.lg\:mr-10{margin-right:2.5rem}.lg\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.lg\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.lg\:m-11{margin:2.75rem}.lg\:mt-11{margin-top:2.75rem}.lg\:mb-11{margin-bottom:2.75rem}.lg\:ml-11{margin-left:2.75rem}.lg\:mr-11{margin-right:2.75rem}.lg\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.lg\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.lg\:m-12{margin:3rem}.lg\:mt-12{margin-top:3rem}.lg\:mb-12{margin-bottom:3rem}.lg\:ml-12{margin-left:3rem}.lg\:mr-12{margin-right:3rem}.lg\:mx-12{margin-left:3rem;margin-right:3rem}.lg\:my-12{margin-top:3rem;margin-bottom:3rem}.lg\:m-13{margin:3.25rem}.lg\:mt-13{margin-top:3.25rem}.lg\:mb-13{margin-bottom:3.25rem}.lg\:ml-13{margin-left:3.25rem}.lg\:mr-13{margin-right:3.25rem}.lg\:mx-13{margin-left:3.25rem;margin-right:3.25rem}.lg\:my-13{margin-top:3.25rem;margin-bottom:3.25rem}.lg\:m-14{margin:3.5rem}.lg\:mt-14{margin-top:3.5rem}.lg\:mb-14{margin-bottom:3.5rem}.lg\:ml-14{margin-left:3.5rem}.lg\:mr-14{margin-right:3.5rem}.lg\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.lg\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.lg\:m-15{margin:3.75rem}.lg\:mt-15{margin-top:3.75rem}.lg\:mb-15{margin-bottom:3.75rem}.lg\:ml-15{margin-left:3.75rem}.lg\:mr-15{margin-right:3.75rem}.lg\:mx-15{margin-left:3.75rem;margin-right:3.75rem}.lg\:my-15{margin-top:3.75rem;margin-bottom:3.75rem}.lg\:m-16{margin:4rem}.lg\:mt-16{margin-top:4rem}.lg\:mb-16{margin-bottom:4rem}.lg\:ml-16{margin-left:4rem}.lg\:mr-16{margin-right:4rem}.lg\:mx-16{margin-left:4rem;margin-right:4rem}.lg\:my-16{margin-top:4rem;margin-bottom:4rem}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5625rem 1rem;border:1px solid rgba(0,0,0,0);border-radius:var(--doo-radius);font-size:.875rem;font-weight:600;cursor:pointer;background:var(--doo-accent);color:var(--doo-on-accent)}.btn:hover{background:var(--doo-accent-dark)}.btn--block{width:100%}.btn:disabled,.btn.is-disabled{opacity:.6;cursor:default;pointer-events:none}.btn--ghost{background:rgba(0,0,0,0);border-color:var(--doo-brd01);color:var(--doo-txt02);font-weight:500}.btn--ghost:hover{background:var(--doo-bg03);color:var(--doo-txt01);border-color:var(--doo-brd02)}.btn--dark{background:var(--doo-bg03);border-color:rgba(0,0,0,0);color:var(--doo-txt01)}.btn--dark:hover{background:color-mix(in srgb, var(--doo-bg03) 88%, #fff)}.btn--danger{background:var(--doo-bad);color:#fff}.btn--danger:hover{background:color-mix(in srgb, var(--doo-bad) 86%, #000)}.btn--link{padding:0;border:0;background:rgba(0,0,0,0);color:var(--doo-txt02);font-weight:500}.btn--link:hover{background:rgba(0,0,0,0);color:var(--doo-txt01);text-decoration:underline;text-underline-offset:.125rem}.btn--danger-ghost{background:rgba(0,0,0,0);border-color:var(--doo-brd01);color:var(--doo-bad);font-weight:500}.btn--danger-ghost:hover{border-color:color-mix(in srgb, var(--doo-bad) 50%, transparent);background:color-mix(in srgb, var(--doo-bad) 10%, transparent)}.btn.is-loading{position:relative;pointer-events:none;color:rgba(0,0,0,0) !important}.btn.is-loading::after{content:"";position:absolute;top:50%;left:50%;width:1.125rem;height:1.125rem;margin:-0.5625rem 0 0 -0.5625rem;border:2px solid color-mix(in srgb, var(--doo-on-accent) 35%, transparent);border-top-color:var(--doo-on-accent);border-radius:50%;animation:btn-spin .6s linear infinite}.btn--ghost.is-loading::after,.btn--dark.is-loading::after,.btn--link.is-loading::after{border-color:color-mix(in srgb, var(--doo-txt01) 30%, transparent);border-top-color:var(--doo-txt01)}@keyframes btn-spin{to{transform:rotate(360deg)}}.btn__ic{flex:none;width:1rem;height:1rem}.btn__count{flex:none;min-width:1.25rem;padding:.0625rem .3125rem;border-radius:.25rem;background:color-mix(in srgb, currentColor 15%, transparent);font-size:.75rem;font-weight:600;line-height:1.4;text-align:center;font-variant-numeric:tabular-nums}.field{display:block;margin-bottom:18px}.field-link{flex:none;padding:.375rem .75rem;font-size:.8125rem}.field-avatar{flex:none;width:2rem;height:2rem;border-radius:var(--doo-radius);-o-object-fit:cover;object-fit:cover;background:var(--doo-bg03)}.field-verified{flex:none;width:.875rem;height:.875rem;color:#0095f6}.form-group__title{margin:0 0 14px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--doo-txt02)}.form-note{margin:20px 0 16px;padding-top:18px;border-top:1px solid var(--doo-brd01);font-size:12px;line-height:1.5;color:var(--doo-txt02);text-align:center}.form-note a{color:var(--doo-txt01);text-decoration:underline;text-underline-offset:2px}.form-note a:hover{color:var(--doo-accent)}.field-separator{border-bottom:1px solid var(--doo-brd01);padding-bottom:18px}.field-row{display:flex;gap:20px;margin-bottom:18px}.field-row>.field{flex:1;min-width:0}.field-row>.field,.fx-col>.field,.fx-col>.field-row{margin-bottom:0}.tabs__panel.fx-col>.form-group>:last-child{margin-bottom:0}.field__label{display:block;margin-bottom:6px;font-size:13px;font-weight:500;color:var(--doo-txt02)}.field__labelrow{margin-bottom:6px}.field__labelrow .field__label{margin-bottom:0}.field__action{padding:0;border:0;background:rgba(0,0,0,0);color:var(--doo-txt02);font-size:12px;font-weight:600;cursor:pointer;transition:color .15s ease}.field__action:hover{color:var(--doo-txt01);text-decoration:underline;text-underline-offset:2px}.input{width:100%;padding:12px 14px;background:var(--doo-bg01);border:1px solid var(--doo-brd01);border-radius:var(--doo-radius);color:var(--doo-txt01);font-size:14px;transition:border-color .15s ease,box-shadow .15s ease}.input::-moz-placeholder{color:var(--doo-txt02)}.input::placeholder{color:var(--doo-txt02)}.input:focus{outline:none;border-color:var(--doo-accent);box-shadow:0 0 0 3px var(--doo-accent-soft)}.input[readonly]{background:var(--doo-bg03);color:var(--doo-txt02);cursor:default}.input[readonly]:focus{border-color:var(--doo-brd01);box-shadow:none}.input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.input[type=number]::-webkit-outer-spin-button,.input[type=number]::-webkit-inner-spin-button{appearance:none;-webkit-appearance:none;margin:0}.input::-webkit-calendar-picker-indicator{filter:invert(0.7);opacity:.7;cursor:pointer;-webkit-transition:opacity .12s ease;transition:opacity .12s ease}.input::-webkit-calendar-picker-indicator:hover{opacity:1}.input:disabled{cursor:not-allowed}.field.is-disabled{opacity:.5}select.input{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:38px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%23808080' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4.5 6 7.5 9 4.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}select.input option{background:var(--doo-bg02);color:var(--doo-txt01)}textarea.input{min-height:5rem;line-height:1.5;resize:vertical}textarea.input[data-autogrow]{overflow-y:hidden;resize:none}.toggle-field{margin-bottom:18px;cursor:pointer}.toggle-field__text{min-width:0}.toggle-field__text .field__label{margin-bottom:2px}.toggle{position:relative;flex:none;width:2.5rem;height:1.5rem}.toggle__input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.toggle__track{display:block;width:100%;height:100%;border-radius:.5rem;background:var(--doo-bg03);border:1px solid var(--doo-brd02);transition:background .15s ease,border-color .15s ease}.toggle__track::after{content:"";position:absolute;top:50%;left:.1875rem;width:1.125rem;height:1.125rem;border-radius:.375rem;background:var(--doo-toggle-thumb);box-shadow:0 1px 2px rgba(0,0,0,.1);transform:translateY(-50%);transition:transform .15s ease,background .15s ease}.toggle__input:checked+.toggle__track{background:var(--doo-accent-dark);border-color:var(--doo-accent-dark)}.toggle__input:checked+.toggle__track::after{background:#fff;transform:translateY(-50%) translateX(1rem)}.toggle__input:focus-visible+.toggle__track{box-shadow:0 0 0 3px var(--doo-accent-soft)}.field__static{padding:12px 14px;background:var(--doo-bg02);border:1px solid var(--doo-brd01);border-radius:var(--doo-radius);color:var(--doo-txt02);font-size:14px;word-break:break-word}.input-wrap{position:relative}.input-wrap .input{padding-right:62px}.input-wrap--copy .input{padding-right:2.5rem;cursor:pointer}.input-wrap--copy .copy-btn{position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.input-badge{position:absolute;top:50%;right:10px;transform:translateY(-50%);pointer-events:none}.input-toggle{position:absolute;top:1px;right:1px;bottom:1px;padding:0 12px;border:0;border-radius:0 var(--doo-radius) var(--doo-radius) 0;background:rgba(0,0,0,0);color:var(--doo-txt02);font-size:12px;font-weight:600;cursor:pointer;transition:color .15s ease}.input-toggle:hover{color:var(--doo-txt01)}.field__hint{display:block;margin-top:6px;font-size:12px;line-height:1.45;color:var(--doo-txt02)}.field__hint strong{font-weight:600;color:var(--doo-txt01)}.field__hint--warn{color:var(--doo-warn)}.field__error{display:none;margin-top:6px;font-size:12px;color:var(--doo-bad)}.form-error{margin-bottom:14px;padding:10px 12px;border-radius:var(--doo-radius);background:color-mix(in srgb, var(--doo-bad) 12%, transparent);color:var(--doo-bad);font-size:13px;line-height:1.45}.field.is-invalid .input{border-color:var(--doo-bad)}.field.is-invalid .input:focus{box-shadow:0 0 0 3px color-mix(in srgb, var(--doo-bad) 18%, transparent)}.field.is-invalid .field__error{display:block}.radio-group{display:flex;flex-direction:column;gap:.5rem}.radio-group--inline{flex-flow:row wrap;gap:.5rem 1.25rem}.radio{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--doo-txt01);cursor:pointer}.radio input{flex:none;margin:0;accent-color:var(--doo-accent);cursor:pointer}.phone-field__cc{flex:0 1 11rem;min-width:0}.phone-field__cc .dropdown__menu{min-width:17rem}.phone-field__num{flex:1 1 12rem;min-width:0}.dropdown__opt:has(.cc-opt__dial){display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.cc-opt__name{min-width:0;overflow:hidden;text-overflow:ellipsis}.cc-opt__dial{flex:none;color:var(--doo-txt02);font-variant-numeric:tabular-nums}.pills{display:inline-flex;gap:.25rem;padding:.25rem;background:var(--doo-bg01);border:1px solid var(--doo-brd01);border-radius:var(--doo-radius)}.pill-opt{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.375rem .875rem;border:0;border-radius:calc(var(--doo-radius) - .1875rem);background:rgba(0,0,0,0);color:var(--doo-txt02);font:inherit;font-size:.8125rem;font-weight:500;line-height:1.4;cursor:pointer;transition:color .15s ease,background .15s ease}.pill-opt:hover{color:var(--doo-txt00)}.pill-opt.is-on{background:var(--doo-bg03);color:var(--doo-txt00);box-shadow:0 1px 2px rgba(0,0,0,.06)}@property --doo-sweep-ang{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes doo-sweep{to{--doo-sweep-ang: 360deg}}.otp{display:flex;gap:8px}@media(min-width: 576px){.otp{gap:10px}}.otp__box{flex:1;min-width:0;height:50px}@media(min-width: 576px){.otp__box{height:54px}}.otp__box{padding:0;text-align:center;font-size:20px;font-weight:600;font-variant-numeric:tabular-nums;background:var(--doo-bg01);border:1px solid var(--doo-brd01);border-radius:var(--doo-radius);color:var(--doo-txt00);transition:border-color .15s ease,box-shadow .15s ease}.otp__box:focus{outline:none;border-color:var(--doo-accent);box-shadow:0 0 0 3px var(--doo-accent-soft)}.field.is-invalid .otp__box{border-color:var(--doo-bad)}.pwmeter{margin:-4px 0 18px}.pwmeter__rules{margin-bottom:12px;padding:12px 14px;background:var(--doo-bg01);border:1px solid var(--doo-brd01);border-radius:var(--doo-radius)}.pwmeter__title{margin:0 0 8px;font-size:12px;font-weight:600;color:var(--doo-txt02)}.pwmeter__list{margin:0;padding:0;list-style:none}.pwmeter__rule{display:flex;align-items:center;gap:8px;padding:3px 0;font-size:13px;color:var(--doo-txt02)}.pwmeter__ico{flex:none;opacity:.45;color:var(--doo-txt02);transition:color .15s ease,opacity .15s ease}.pwmeter__rule.is-ok{color:var(--doo-txt01)}.pwmeter__rule.is-ok .pwmeter__ico{opacity:1;color:var(--doo-ok)}.pwmeter__foot{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px;color:var(--doo-txt02)}.pwmeter__label{font-weight:600}.pwmeter__label.is-weak{color:var(--doo-bad)}.pwmeter__label.is-fair{color:var(--doo-warn)}.pwmeter__label.is-good{color:color-mix(in srgb, var(--doo-warn), var(--doo-ok))}.pwmeter__label.is-strong{color:var(--doo-ok)}.pwmeter__bar{display:flex;gap:6px}.pwmeter__seg{flex:1;height:4px;border-radius:2px;background:var(--doo-brd01);transition:background .2s ease}.pwmeter__seg.is-weak{background:var(--doo-bad)}.pwmeter__seg.is-fair{background:var(--doo-warn)}.pwmeter__seg.is-good{background:color-mix(in srgb, var(--doo-warn), var(--doo-ok))}.pwmeter__seg.is-strong{background:var(--doo-ok)}.card{background:var(--doo-bg02);border:1px solid var(--doo-brd01);border-radius:var(--doo-radius-lg)}.card__head{padding:20px 24px;border-bottom:1px solid var(--doo-brd01)}.card__title{margin:0;font-size:16px;font-weight:600;color:var(--doo-txt00)}.card__sub{margin:4px 0 0;font-size:13px;color:var(--doo-txt02)}.card__body{padding:20px}@media(min-width: 576px){.card__body{padding:24px}}.card__foot{padding:16px 24px;border-top:1px solid var(--doo-brd01)}.alert{display:flex;align-items:flex-start;gap:8px;margin-bottom:14px;padding:10px 12px;border:1px solid var(--doo-brd01);border-radius:var(--doo-radius);background:var(--doo-bg03);color:var(--doo-txt01);font-size:13px;line-height:1.45}.alert__icon{flex:none;margin-top:1px}.alert--error .alert__icon{color:var(--doo-bad)}.alert--ok .alert__icon{color:var(--doo-ok)}.alert--info .alert__icon{color:var(--doo-txt02)}.st-cookie{position:fixed;bottom:1.25rem;left:1.25rem;right:1.25rem;z-index:90;display:flex;flex-direction:column;gap:1rem;padding:1.125rem 1.25rem;background:var(--doo-bg02);border:1px solid var(--doo-brd01);border-radius:var(--doo-radius-lg);box-shadow:0 .5rem 1.5rem -0.5rem rgba(0,0,0,.18);animation:st-cookie-in 260ms cubic-bezier(0.23, 1, 0.32, 1) 120ms both}.st-cookie__msg{margin:0;font-size:.8125rem;line-height:1.5;color:var(--doo-txt01)}.st-cookie__link{color:var(--doo-txt00);text-decoration:underline;text-underline-offset:.125rem;transition:color .15s ease}.st-cookie__link:hover{color:var(--doo-accent)}.st-cookie__actions{display:flex;justify-content:flex-end;gap:.5rem}.st-cookie__btn{flex:1 1 0;padding:.5rem .875rem;border:1px solid rgba(0,0,0,0);border-radius:var(--doo-radius);background:var(--doo-accent);color:var(--doo-on-accent);font-size:.8125rem;font-weight:600;line-height:1;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .12s ease}.st-cookie__btn:hover{background:var(--doo-accent-dark)}.st-cookie__btn:active{transform:scale(0.97)}.st-cookie__btn--ghost{background:rgba(0,0,0,0);border-color:var(--doo-brd02);color:var(--doo-txt02);font-weight:500}.st-cookie__btn--ghost:hover{background:var(--doo-bg03);color:var(--doo-txt01)}@keyframes st-cookie-in{from{opacity:0;transform:translateY(0.5rem)}to{opacity:1;transform:translateY(0)}}@media(min-width: 768px){.st-cookie{right:auto;width:24rem;max-width:calc(100vw - 2.5rem)}.st-cookie__btn{flex:0 0 auto}}@media(prefers-reduced-motion: reduce){.st-cookie{animation:st-cookie-fade 200ms ease both}.st-cookie__btn:active{transform:none}}@keyframes st-cookie-fade{from{opacity:0}to{opacity:1}}.st-theme-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.4375rem;border:0;background:none;border-radius:999px;color:var(--doo-txt02);cursor:pointer;transition:background .15s ease,color .15s ease}.st-theme-toggle:hover{background:var(--doo-bg03);color:var(--doo-txt00)}.st-theme-toggle__ic{display:block;transition:transform .25s ease}[data-theme=dark] .st-theme-toggle__ic{transform:rotate(180deg)}.modal-backdrop{position:fixed;inset:0;z-index:100;padding:1rem;background:color-mix(in srgb, var(--doo-bg00) 70%, transparent);opacity:0;transition:opacity .15s ease}.modal-backdrop.is-open{opacity:1}.modal{position:relative;width:100%;max-width:27rem;background:var(--doo-bg02);border:1px solid var(--doo-brd01);border-radius:var(--doo-radius-lg);box-shadow:0 24px 60px -20px rgba(0,0,0,.7);transform:translateY(0.5rem) scale(0.98);transition:transform .15s ease}.modal-backdrop.is-open .modal{transform:none}.modal [hidden]{display:none}.modal.is-busy::after{content:"";position:absolute;inset:0;border-radius:inherit;background:color-mix(in srgb, var(--doo-bg02) 72%, transparent);z-index:2}.modal.is-busy::before{content:"";position:absolute;top:50%;left:50%;width:2rem;height:2rem;margin:-1rem 0 0 -1rem;border:3px solid color-mix(in srgb, var(--doo-accent) 30%, transparent);border-top-color:var(--doo-accent);border-radius:50%;z-index:3;animation:btn-spin .6s linear infinite}.modal__head{padding:1.25rem 1.25rem 0}.modal__title{margin:0;font-size:1rem;font-weight:600;color:var(--doo-txt00)}.modal__body{padding:.5rem 1.25rem 0}.modal__message{margin:0;font-size:.875rem;line-height:1.5;color:var(--doo-txt02)}.modal__foot{padding:1.25rem}.modal.crop{max-width:22rem}.crop__body{display:flex;flex-direction:column;align-items:center;gap:.875rem}.crop__stage{position:relative;isolation:isolate;width:min(16rem,78vw);aspect-ratio:1;overflow:hidden;border-radius:var(--doo-radius);background:var(--doo-bg01);cursor:grab;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.crop__stage.is-grabbing{cursor:grabbing}.crop__img{position:absolute;top:0;left:0;z-index:1;display:block;transform-origin:0 0;pointer-events:none;-webkit-user-drag:none}.crop__ring{position:absolute;inset:0;z-index:2;pointer-events:none;background:radial-gradient(circle closest-side, transparent 0 98%, color-mix(in srgb, #fff 35%, transparent) 99%, color-mix(in srgb, var(--doo-bg00) 60%, transparent) 100%)}.crop__hint{margin:0;font-size:.75rem;color:var(--doo-txt02);text-align:center}.crop__zoom{width:100%;max-width:16rem}.crop__zoom-ic{flex:none;width:1rem;text-align:center;line-height:1;font-size:.875rem;color:var(--doo-txt02)}.crop__range{min-width:0;height:1.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0);cursor:pointer}.crop__range::-webkit-slider-runnable-track{height:.375rem;border-radius:999px;background:linear-gradient(to right, var(--doo-accent) var(--range-fill, 0%), var(--doo-bg04) var(--range-fill, 0%))}.crop__range::-moz-range-track{height:.375rem;border-radius:999px;background:var(--doo-bg04)}.crop__range::-moz-range-progress{height:.375rem;border-radius:999px;background:var(--doo-accent)}.crop__range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;margin-top:-0.3125rem;width:1rem;height:1rem;border-radius:50%;background:var(--doo-accent);border:2px solid var(--doo-bg02);box-shadow:0 1px 3px rgba(0,0,0,.4)}.crop__range::-moz-range-thumb{width:1rem;height:1rem;border-radius:50%;background:var(--doo-accent);border:2px solid var(--doo-bg02);box-shadow:0 1px 3px rgba(0,0,0,.4)}.crop__range:focus-visible{outline:none}.crop__range:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 3px var(--doo-accent-soft)}.crop__range:focus-visible::-moz-range-thumb{box-shadow:0 0 0 3px var(--doo-accent-soft)}body{background:var(--doo-bg02)}@media(min-width: 576px){body{background:var(--doo-bg01)}}.auth{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:40px 16px 16px}@media(min-width: 576px){.auth{justify-content:center;padding:24px}}.auth .card{border:0}@media(min-width: 576px){.auth .card{position:relative;border:1px solid var(--doo-brd01);box-shadow:0 1px 3px rgba(0,0,0,.06),0 16px 40px -16px rgba(0,0,0,.18)}.auth .card::before{content:"";position:absolute;inset:-50px;z-index:-1;border-radius:var(--doo-radius-lg);background:radial-gradient(closest-side, color-mix(in srgb, var(--doo-accent) 22%, transparent), transparent);filter:blur(50px);animation:auth-glow-drift 12s ease-in-out infinite alternate;will-change:transform}}@keyframes auth-glow-drift{from{transform:translate3d(-30px, -18px, 0) scale(1)}to{transform:translate3d(30px, 18px, 0) scale(1.08)}}@media(prefers-reduced-motion: reduce){.auth .card::before{animation:none}}.auth__inner{width:100%;max-width:475px}.auth__brand{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:22px}@media(min-width: 576px){.auth__brand{flex-direction:row;justify-content:center;gap:12px;margin-bottom:24px}}.auth__logo{flex:none;display:inline-flex;color:var(--doo-txt00)}.auth__logo svg{display:block;height:24px;width:auto}.auth__brand-sep{display:none}@media(min-width: 576px){.auth__brand-sep{display:block;flex:none;width:1px;height:20px;background:var(--doo-brd02)}}.auth__sub{margin:0;font-size:14px;color:var(--doo-txt02);text-align:center}.auth__foot{margin:18px 0 0;text-align:center;font-size:13px;color:var(--doo-txt02)}.auth__foot a{color:var(--doo-txt01)}.auth__foot a:hover{color:var(--doo-accent)}.auth__sep{margin:0 8px;opacity:.45}.auth__tools{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:14px}.auth__tools>.auth__sep{margin:0}.auth__lang{text-align:center;font-size:12px;letter-spacing:.03em;color:var(--doo-txt02)}.auth__lang-link{color:var(--doo-txt02)}.auth__lang-link:hover{color:var(--doo-txt01)}.auth__lang-link.is-active{color:var(--doo-txt00);font-weight:600}
/*# sourceMappingURL=auth.min.css.map */