.flex{display:flex}.inline-flex{display:inline-flex}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.grid{display:grid}.hidden{display:none}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{right:0;left:0}.inset-y-0{top:0;bottom:0}.top-0{top:0}.top-1{top:1rem}.top-2{top:2rem}.top-3{top:3rem}.right-0{right:0}.right-1{right:1rem}.right-2{right:2rem}.right-3{right:3rem}.bottom-0{bottom:0}.bottom-1{bottom:1rem}.bottom-2{bottom:2rem}.bottom-3{bottom:3rem}.left-0{left:0}.left-1{left:1rem}.left-2{left:2rem}.left-3{left:3rem}.left-4{left:4rem}@media (min-width: 640px){.sm\:flex{display:flex}.sm\:inline-flex{display:inline-flex}.sm\:block{display:block}.sm\:inline-block{display:inline-block}.sm\:inline{display:inline}.sm\:grid{display:grid}.sm\:hidden{display:none}}@media (min-width: 768px){.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:inline{display:inline}.md\:grid{display:grid}.md\:hidden{display:none}}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-none{grid-template-columns:none}.grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.grid-rows-none{grid-template-rows:none}.col-1{grid-column:1}.col-2{grid-column:2}.col-3{grid-column:3}.col-4{grid-column:4}.col-5{grid-column:5}.col-6{grid-column:6}.col-none{grid-column:none}.row-1{grid-row:1}.row-2{grid-row:2}.row-3{grid-row:3}.row-4{grid-row:4}.row-5{grid-row:5}.row-6{grid-row:6}.row-none{grid-row:none}@media (min-width: 768px){.md\:row-1{grid-row:1}.md\:row-2{grid-row:2}.md\:row-3{grid-row:3}.md\:row-4{grid-row:4}.md\:row-5{grid-row:5}.md\:row-6{grid-row:6}.md\:row-none{grid-row:none}}.col-auto{grid-column:auto}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-5{grid-column:span 5/span 5}.col-span-6{grid-column:span 6/span 6}.col-span-full{grid-column:1/-1}@media (min-width: 640px){.sm\:col-auto{grid-column:auto}.sm\:col-span-1{grid-column:span 1/span 1}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:col-span-3{grid-column:span 3/span 3}.sm\:col-span-4{grid-column:span 4/span 4}}@media (min-width: 768px){.md\:col-auto{grid-column:auto}.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-4{grid-column:span 4/span 4}.md\:col-span-5{grid-column:span 5/span 5}.md\:col-span-6{grid-column:span 6/span 6}}.row-auto{grid-row:auto}.row-span-1{grid-row:span 1/span 1}.row-span-2{grid-row:span 2/span 2}.row-span-3{grid-row:span 3/span 3}.row-span-4{grid-row:span 4/span 4}.row-span-full{grid-row:1/-1}@media (min-width: 640px){.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:grid-cols\:2-thirds{grid-template-columns:minmax(0,2fr) minmax(0,1fr)}}@media (min-width: 768px){.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-col-reverse{flex-direction:column-reverse}.flex-row-reverse{flex-direction:row-reverse}@media (min-width: 640px){.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:flex-wrap{flex-wrap:wrap}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:flex-col-reverse{flex-direction:column-reverse}.sm\:flex-row-reverse{flex-direction:row-reverse}}@media (min-width: 768px){.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:flex-wrap{flex-wrap:wrap}.md\:flex-nowrap{flex-wrap:nowrap}.md\:flex-col-reverse{flex-direction:column-reverse}.md\:flex-row-reverse{flex-direction:row-reverse}}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.self-align-start{align-self:flex-start}.self-align-center{align-self:center}.self-align-end{align-self:flex-end}.self-align-stretch{align-self:stretch}.self-align-baseline{align-self:baseline}.self-justify-start{justify-self:flex-start}.self-justify-center{justify-self:center}.self-justify-end{justify-self:flex-end}.self-justify-stretch{justify-self:stretch}.self-justify-baseline{justify-self:baseline}@media (min-width: 640px){.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:items-end{align-items:flex-end}.sm\:items-stretch{align-items:stretch}.sm\:items-baseline{align-items:baseline}.sm\:justify-start{justify-content:flex-start}.sm\:justify-center{justify-content:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:justify-around{justify-content:space-around}.sm\:justify-evenly{justify-content:space-evenly}.sm\:self-align-start{align-self:flex-start}.sm\:self-align-center{align-self:center}.sm\:self-align-end{align-self:flex-end}.sm\:self-align-stretch{align-self:stretch}.sm\:self-align-baseline{align-self:baseline}.sm\:self-justify-start{justify-self:flex-start}.sm\:self-justify-center{justify-self:center}.sm\:self-justify-end{justify-self:flex-end}.sm\:self-justify-stretch{justify-self:stretch}.sm\:self-justify-baseline{justify-self:baseline}}@media (min-width: 768px){.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:items-end{align-items:flex-end}.md\:items-stretch{align-items:stretch}.md\:items-baseline{align-items:baseline}.md\:justify-start{justify-content:flex-start}.md\:justify-center{justify-content:center}.md\:justify-end{justify-content:flex-end}.md\:justify-between{justify-content:space-between}.md\:justify-around{justify-content:space-around}.md\:justify-evenly{justify-content:space-evenly}.md\:self-align-start{align-self:flex-start}.md\:self-align-center{align-self:center}.md\:self-align-end{align-self:flex-end}.md\:self-align-stretch{align-self:stretch}.md\:self-align-baseline{align-self:baseline}.md\:self-justify-start{justify-self:flex-start}.md\:self-justify-center{justify-self:center}.md\:self-justify-end{justify-self:flex-end}.md\:self-justify-stretch{justify-self:stretch}.md\:self-justify-baseline{justify-self:baseline}}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.flex-grow{flex-grow:1}.flex-shrink{flex-shrink:1}@media (min-width: 640px){.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:flex-wrap{flex-wrap:wrap}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:items-end{align-items:flex-end}.sm\:items-stretch{align-items:stretch}.sm\:items-baseline{align-items:baseline}.sm\:justify-start{justify-content:flex-start}.sm\:justify-center{justify-content:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:justify-around{justify-content:space-around}.sm\:justify-evenly{justify-content:space-evenly}.sm\:flex-1{flex:1 1 0%}}.gap-1{gap:0}.gap-2{gap:.25rem}.gap-3{gap:.5rem}.gap-4{gap:.75rem}.gap-5{gap:1rem}.gap-6{gap:1.25rem}.gap-8{gap:1.5rem}.gap-10{gap:2rem}.gap-12{gap:2.5rem}.gap-16{gap:3rem}.gap-20{gap:4rem}.col-gap-1{column-gap:0}.col-gap-2{column-gap:.25rem}.col-gap-3{column-gap:.5rem}.col-gap-4{column-gap:.75rem}.col-gap-5{column-gap:1rem}.col-gap-6{column-gap:1.25rem}.col-gap-8{column-gap:1.5rem}.col-gap-10{column-gap:2rem}.col-gap-12{column-gap:2.5rem}.col-gap-16{column-gap:3rem}.col-gap-20{column-gap:4rem}.space-y-0>:not([hidden])~:not([hidden]){margin-top:0}.space-y-1>:not([hidden])~:not([hidden]){margin-top:.25rem}.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}.space-y-3>:not([hidden])~:not([hidden]){margin-top:.75rem}.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}.space-y-5>:not([hidden])~:not([hidden]){margin-top:1.25rem}.space-y-6>:not([hidden])~:not([hidden]){margin-top:1.5rem}.space-y-8>:not([hidden])~:not([hidden]){margin-top:2rem}.space-x-0>:not([hidden])~:not([hidden]){margin-left:0}.space-x-1>:not([hidden])~:not([hidden]){margin-left:.25rem}.space-x-2>:not([hidden])~:not([hidden]){margin-left:.5rem}.space-x-3>:not([hidden])~:not([hidden]){margin-left:.75rem}.space-x-4>:not([hidden])~:not([hidden]){margin-left:1rem}.space-x-5>:not([hidden])~:not([hidden]){margin-left:1.25rem}.space-x-6>:not([hidden])~:not([hidden]){margin-left:1.5rem}.space-x-8>:not([hidden])~:not([hidden]){margin-left:2rem}@media (min-width: 640px){.sm\:gap-1{gap:0}.sm\:gap-2{gap:.25rem}.sm\:gap-3{gap:.5rem}.sm\:gap-4{gap:.75rem}.sm\:gap-5{gap:1rem}.sm\:gap-6{gap:1.25rem}.sm\:gap-8{gap:1.5rem}.sm\:gap-10{gap:2rem}.sm\:gap-12{gap:2.5rem}.sm\:gap-16{gap:3rem}.sm\:gap-20{gap:4rem}}.m-0{margin:0}.m-px{margin:1px}.m-0-5{margin:.125rem}.m-1{margin:.25rem}.m-1-5{margin:.375rem}.m-2{margin:.5rem}.m-2-5{margin:.625rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-6{margin:1.5rem}.m-8{margin:2rem}.m-10{margin:2.5rem}.m-12{margin:3rem}.m-16{margin:4rem}.m-20{margin:5rem}.m-24{margin:6rem}.m-32{margin:8rem}.m-auto{margin:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-8{margin-left:2rem}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-6{margin-right:1.5rem}.mr-8{margin-right:2rem}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}@media (min-width: 640px){.sm\:m-0{margin:0}.sm\:mx-1{margin-left:.25rem;margin-right:.25rem}.sm\:mx-2{margin-left:.5rem;margin-right:.5rem}.sm\:mx-3{margin-left:.75rem;margin-right:.75rem}.sm\:mx-4{margin-left:1rem;margin-right:1rem}.sm\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.sm\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.sm\:mx-8{margin-left:2rem;margin-right:2rem}.sm\:my-1{margin-top:.25rem;margin-bottom:.25rem}.sm\:my-2{margin-top:.5rem;margin-bottom:.5rem}.sm\:my-3{margin-top:.75rem;margin-bottom:.75rem}.sm\:my-4{margin-top:1rem;margin-bottom:1rem}.sm\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.sm\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:mt-0{margin-top:0}.sm\:mt-1{margin-top:.25rem}.sm\:mt-2{margin-top:.5rem}.sm\:mt-3{margin-top:.75rem}.sm\:mt-4{margin-top:1rem}.sm\:mt-5{margin-top:1.25rem}.sm\:mt-6{margin-top:1.5rem}.sm\:mt-8{margin-top:2rem}.sm\:mb-0{margin-bottom:0}.sm\:mb-1{margin-bottom:.25rem}.sm\:mb-2{margin-bottom:.5rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-5{margin-bottom:1.25rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-8{margin-bottom:2rem}.sm\:ml-0{margin-left:0}.sm\:ml-1{margin-left:.25rem}.sm\:ml-2{margin-left:.5rem}.sm\:ml-3{margin-left:.75rem}.sm\:ml-4{margin-left:1rem}.sm\:ml-5{margin-left:1.25rem}.sm\:ml-6{margin-left:1.5rem}.sm\:ml-8{margin-left:2rem}.sm\:mr-0{margin-right:0}.sm\:mr-1{margin-right:.25rem}.sm\:mr-2{margin-right:.5rem}.sm\:mr-3{margin-right:.75rem}.sm\:mr-4{margin-right:1rem}.sm\:mr-5{margin-right:1.25rem}.sm\:mr-6{margin-right:1.5rem}.sm\:mr-8{margin-right:2rem}}@media (min-width: 768px){.md\:mx-1{margin-left:.25rem;margin-right:.25rem}.md\:mx-2{margin-left:.5rem;margin-right:.5rem}.md\:mx-3{margin-left:.75rem;margin-right:.75rem}.md\:mx-4{margin-left:1rem;margin-right:1rem}.md\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.md\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.md\:mx-8{margin-left:2rem;margin-right:2rem}}@media (min-width: 1024px){.lg\:mx-1{margin-left:.25rem;margin-right:.25rem}.lg\:mx-2{margin-left:.5rem;margin-right:.5rem}.lg\:mx-3{margin-left:.75rem;margin-right:.75rem}.lg\:mx-4{margin-left:1rem;margin-right:1rem}.lg\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.lg\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.lg\:mx-8{margin-left:2rem;margin-right:2rem}}.p-0{padding:0}.p-px{padding:1px}.p-0-5{padding:.125rem}.p-1{padding:.25rem}.p-1-5{padding:.375rem}.p-2{padding:.5rem}.p-2-5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-16{padding:4rem}.p-20{padding:5rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pr-0{padding-right:0}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}@media (min-width: 640px){.sm\:p-0{padding:0}.sm\:p-1{padding:.25rem}.sm\:p-2{padding:.5rem}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}}.w-auto{width:auto}.w-full{width:100%}.w-screen{width:100vw}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-2\/3{width:66.666667%}.w-1\/4{width:25%}.w-3\/4{width:75%}.w-16{width:4rem}.w-32{width:8rem}.w-48{width:12rem}.w-64{width:16rem}@media (min-width: 640px){.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:w-screen{width:100vw}.sm\:w-1\/2{width:50%}.sm\:w-1\/3{width:33.333333%}.sm\:w-2\/3{width:66.666667%}.sm\:w-1\/4{width:25%}.sm\:w-3\/4{width:75%}.sm\:w-16{width:4rem}.sm\:w-32{width:8rem}.sm\:w-48{width:12rem}.sm\:w-64{width:16rem}.sm\:w-80{width:20rem}}@media (min-width: 768px){.md\:w-auto{width:auto}.md\:w-full{width:100%}.md\:w-screen{width:100vw}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-2\/3{width:66.666667%}.md\:w-1\/4{width:25%}.md\:w-3\/4{width:75%}.md\:w-16{width:4rem}.md\:w-32{width:8rem}.md\:w-48{width:12rem}.md\:w-64{width:16rem}.md\:w-80{width:20rem}}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.h-4{height:1rem}.h-8{height:2rem}.h-16{height:4rem}.h-32{height:8rem}.h-48{height:12rem}.max-w-none{max-width:none}.max-w-4{max-width:1rem}.max-w-8{max-width:2rem}.max-w-16{max-width:4rem}.max-w-24{max-width:6rem}.max-w-full{max-width:100%}.max-w-screen-sm{max-width:640px}.max-w-screen-md{max-width:768px}.max-w-screen-lg{max-width:1024px}.max-w-screen-xl{max-width:1280px}.max-w-screen-2xl{max-width:1536px}.min-w-none{min-width:none}.min-w-16{min-width:4rem}.min-w-24{min-width:6rem}.min-w-28{min-width:7rem}.min-w-32{min-width:8rem}.min-w-48{min-width:12rem}.min-w-xs{min-width:20rem}.min-w-sm{min-width:24rem}.min-w-md{min-width:28rem}.min-w-lg{min-width:32rem}.min-w-xl{min-width:36rem}.min-w-2xl{min-width:42rem}.min-w-3xl{min-width:48rem}.min-w-4xl{min-width:56rem}.min-w-5xl{min-width:64rem}.min-w-6xl{min-width:72rem}.min-w-7xl{min-width:80rem}.max-h-4{max-height:1rem}.max-h-8{max-height:2rem}.max-h-16{max-height:4rem}.max-w-32{max-width:8rem}.max-w-48{max-width:12rem}.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.min-h-0{min-height:0}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}@media (min-width: 640px){.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:w-screen{width:100vw}.sm\:w-1\/2{width:50%}.sm\:w-1\/3{width:33.333333%}.sm\:w-2\/3{width:66.666667%}.sm\:w-1\/4{width:25%}.sm\:w-3\/4{width:75%}.sm\:h-auto{height:auto}.sm\:h-full{height:100%}.sm\:h-screen{height:100vh}.sm\:max-w-none{max-width:none}.sm\:max-w-16{max-width:4rem}.sm\:max-w-32{max-width:8rem}.sm\:max-w-48{max-width:12rem}.sm\:max-w-xs{max-width:20rem}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-xl{max-width:36rem}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-3xl{max-width:48rem}.sm\:max-w-4xl{max-width:56rem}.sm\:max-w-5xl{max-width:64rem}}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-fill{object-fit:fill}.object-none{object-fit:none}.object-scale-down{object-fit:scale-down}.cursor-auto{cursor:auto}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.cursor-text{cursor:text}.cursor-move{cursor:move}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-x-visible{overflow-x:visible}.overflow-x-scroll{overflow-x:scroll}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.overflow-y-visible{overflow-y:visible}.overflow-y-scroll{overflow-y:scroll}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.text-7xl{font-size:4.5rem}.font-thin{font-weight:100}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.text-primary{color:#f8fafc}.text-secondary{color:#cbd5e1}.text-tertiary{color:#94a3b8}.text-quaternary{color:#64748b}.text-disabled{color:#475569}.text-placeholder{color:#64748b}.text-inverse{color:#0f172a}.text-brand-primary{color:#1b7e84}.text-brand-secondary{color:#64748b}.text-success{color:#22c55e}.text-warning{color:#eab308}.text-error{color:#f43f5e}.text-info{color:#0ea5e9}.text-white{color:#fff}.text-black{color:#000}.text-surface-thin{color:var(--color-surface-thin)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}@media (min-width: 640px){.sm\:text-center{text-align:center}.sm\:text-right{text-align:right}.sm\:text-justify{text-align:justify}.sm\:text-left{text-align:left}.sm\:text-xs{font-size:.75rem}.sm\:text-sm{font-size:.875rem}.sm\:text-base{font-size:1rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-xl{font-size:1.25rem}.sm\:text-2xl{font-size:1.5rem}.sm\:text-3xl{font-size:1.875rem}.sm\:text-4xl{font-size:2.25rem}.sm\:text-5xl{font-size:3rem}}.underline{text-decoration:underline}.line-through{text-decoration:line-through}.no-underline{text-decoration:none}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-loose{line-height:2}.tracking-tighter{letter-spacing:-.05em}.tracking-tight{letter-spacing:-.025em}.tracking-normal{letter-spacing:0em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.bg-transparent{background-color:transparent}.bg-primary{background-color:#1b7e84}.bg-primary-light{background-color:#2dd4bf}.bg-primary-dark{background-color:#0f766e}.bg-secondary{background-color:#64748b}.bg-secondary-light{background-color:#94a3b8}.bg-secondary-dark{background-color:#475569}.bg-surface{background-color:#0f0f0f}.bg-surface-full{background-color:#000}.bg-surface-medium{background-color:#0f0f0f}.bg-surface-light{background-color:#1f2937}.bg-surface-dark{background-color:#000}.bg-surface-thin{background-color:#374151}.bg-surface-hover{background-color:#475569}.bg-surface-active{background-color:#64748b}.bg-surface-50{background-color:#f8fafc}.bg-surface-100{background-color:#f1f5f9}.bg-surface-200{background-color:#e2e8f0}.bg-surface-300{background-color:#cbd5e1}.bg-surface-400{background-color:#94a3b8}.bg-surface-500{background-color:#64748b}.bg-surface-600{background-color:#475569}.bg-surface-700{background-color:#374151}.bg-surface-800{background-color:#1f2937}.bg-surface-900{background-color:#0f0f0f}.bg-brand-primary{background-color:#1b7e84}.bg-brand-primary-light{background-color:#5eead4}.bg-brand-primary-medium{background-color:#2dd4bf}.bg-brand-primary-dark{background-color:#0d5e66}.bg-success{background-color:#22c55e}.bg-success-light{background-color:#d1fae5}.bg-warning{background-color:#eab308}.bg-warning-light{background-color:#fef3c7}.bg-error{background-color:var(--color-error)}.bg-error-light{background-color:#fee2e2}.bg-info{background-color:#0ea5e9}.bg-info-light{background-color:#e0f2fe}.bg-gradient-primary{background:linear-gradient(135deg,#2dd4bf,#1b7e84)}.bg-gradient-surface{background:linear-gradient(135deg,#0f0f0f,#1f2937)}.bg-gradient-success{background:linear-gradient(135deg,#22c55e,#16a34a)}.bg-gradient-warning{background:linear-gradient(135deg,#eab308,#ca8a04)}.bg-gradient-error{background:linear-gradient(135deg,#f43f5e,#e11d48)}.bg-gradient-info{background:linear-gradient(135deg,#0ea5e9,#0284c7)}.bg-primary-0{background-color:#1b7e8400}.bg-primary-5{background-color:#1b7e840d}.bg-primary-10{background-color:#1b7e841a}.bg-primary-20{background-color:#1b7e8433}.bg-primary-30{background-color:#1b7e844d}.bg-primary-40{background-color:#1b7e8466}.bg-primary-50{background-color:#1b7e8480}.bg-primary-light-5{background-color:#2dd4bf0d}.bg-primary-light-10{background-color:#2dd4bf1a}.bg-primary-light-20{background-color:#2dd4bf33}.bg-primary-light-30{background-color:#2dd4bf4d}.bg-primary-light-40{background-color:#2dd4bf66}.bg-primary-light-50{background-color:#2dd4bf80}.bg-secondary-5{background-color:#64748b0d}.bg-secondary-10{background-color:#64748b1a}.bg-secondary-20{background-color:#64748b33}.bg-secondary-30{background-color:#64748b4d}.bg-secondary-40{background-color:#64748b66}.bg-secondary-50{background-color:#64748b80}.bg-success-5{background-color:#22c55e0d}.bg-success-10{background-color:#22c55e1a}.bg-success-20{background-color:#22c55e33}.bg-success-30{background-color:#22c55e4d}.bg-success-40{background-color:#22c55e66}.bg-success-50{background-color:#22c55e80}.bg-warning-5{background-color:#eab3080d}.bg-warning-10{background-color:#eab3081a}.bg-warning-20{background-color:#eab30833}.bg-warning-30{background-color:#eab3084d}.bg-warning-40{background-color:#eab30866}.bg-warning-50{background-color:#eab30880}.bg-error-5{background-color:#f43f5e0d}.bg-error-10{background-color:#f43f5e1a}.bg-error-20{background-color:#f43f5e33}.bg-error-30{background-color:#f43f5e4d}.bg-error-40{background-color:#f43f5e66}.bg-error-50{background-color:#f43f5e80}.bg-info-5{background-color:#0ea5e90d}.bg-info-10{background-color:#0ea5e91a}.bg-info-20{background-color:#0ea5e933}.bg-info-30{background-color:#0ea5e94d}.bg-info-40{background-color:#0ea5e966}.bg-info-50{background-color:#0ea5e980}.border-transparent{border-color:transparent}.border-primary{border-color:#1b7e84}.border-primary-light{border-color:#2dd4bf}.border-primary-dark{border-color:#0f766e}.border-secondary{border-color:#64748b}.border-surface{border-color:#374151}.border-surface-light{border-color:#1f2937}.border-success{border-color:#22c55e}.border-warning{border-color:#eab308}.border-error{border-color:#f43f5e}.border-info{border-color:#0ea5e9}.border-0{border-width:0}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-8{border-width:8px}.border-t-0{border-top-width:0}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-t-4{border-top-width:4px}.border-r-0{border-right-width:0}.border-r{border-right-width:1px}.border-r-2{border-right-width:2px}.border-r-4{border-right-width:4px}.border-b-0{border-bottom-width:0}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-4{border-bottom-width:4px}.border-l-0{border-left-width:0}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-b-solid{border-bottom-style:solid}.border-b-dashed{border-bottom-style:dashed}.border-b-dotted{border-bottom-style:dotted}.border-b-none{border-bottom-style:none}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.border-none{border-style:none}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-b-none{border-bottom-left-radius:0;border-bottom-right-radius:0}.rounded-b-sm{border-bottom-left-radius:.125rem;border-bottom-right-radius:.125rem}.rounded-b{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-b-md{border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-b-lg{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-b-xl{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.shadow-none{box-shadow:0 0 #0000}.shadow-xs{box-shadow:0 1px 2px #0000000d}.shadow-sm{box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.shadow{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.shadow-md{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.shadow-lg{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.shadow-xl{box-shadow:0 25px 50px -12px #00000040}.shadow-2xl{box-shadow:0 50px 100px -20px #00000040}.shadow-inner{box-shadow:inset 0 2px 4px #0000000d}.shadow-dark-xs{box-shadow:0 1px 2px #0000004d}.shadow-dark-sm{box-shadow:0 1px 3px #0006,0 1px 2px -1px #0006}.shadow-dark{box-shadow:0 4px 6px -1px #0006,0 2px 4px -2px #0006}.shadow-dark-md{box-shadow:0 10px 15px -3px #0006,0 4px 6px -4px #0006}.shadow-dark-lg{box-shadow:0 20px 25px -5px #00000080,0 8px 10px -6px #00000080}.shadow-dark-xl{box-shadow:0 25px 50px -12px #0009}.shadow-dark-2xl{box-shadow:0 50px 100px -20px #000000b3}.shadow-primary{box-shadow:0 4px 14px #1b7e8463}.shadow-success{box-shadow:0 4px 14px #22c55e63}.shadow-warning{box-shadow:0 4px 14px #eab30863}.shadow-error{box-shadow:0 4px 14px #f43f5e63}.shadow-info{box-shadow:0 4px 14px #0ea5e963}.elevation-0{box-shadow:0}.elevation-1{box-shadow:0 1px 2px #0000000d}.elevation-2{box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.elevation-3{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.elevation-4{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.elevation-5{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.elevation-6{box-shadow:0 25px 50px -12px #00000040}.opacity-0{opacity:0}.opacity-5{opacity:.05}.opacity-10{opacity:.1}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-95{opacity:.95}.opacity-100{opacity:1}.z-hide{z-index:-1}.z-base{z-index:0}.z-docked{z-index:10}.z-dropdown{z-index:1000}.z-sticky{z-index:1020}.z-banner{z-index:1030}.z-overlay{z-index:1040}.z-modal{z-index:9999}.z-popover{z-index:1060}.z-skiplink{z-index:1070}.z-toast{z-index:1080}.z-tooltip{z-index:1090}.scale-95{transform:scale(.95)}.scale-100{transform:scale(1)}.scale-105{transform:scale(1.05)}.scale-110{transform:scale(1.1)}.scale-125{transform:scale(1.25)}.rotate-0{transform:rotate(0)}.rotate-45{transform:rotate(45deg)}.rotate-90{transform:rotate(90deg)}.rotate-180{transform:rotate(180deg)}.rotate-270{transform:rotate(270deg)}.transition-none{transition:none}.transition-fast{transition:all .15s cubic-bezier(0,0,.2,1)}.transition{transition:all .2s cubic-bezier(0,0,.2,1)}.transition-slow{transition:all .3s cubic-bezier(0,0,.2,1)}.transition-colors{transition:color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1)}.transition-shadow{transition:box-shadow .15s cubic-bezier(.4,0,.2,1)}.transition-transform{transition:transform .15s cubic-bezier(.4,0,.2,1)}.duration-75{transition-duration:75ms}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.duration-1000{transition-duration:1s}.ease-linear{transition-timing-function:linear}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-spring{transition-timing-function:cubic-bezier(.34,1.56,.64,1)}.ease-bounce{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.animate-pulse{animation:pulse 1s cubic-bezier(.4,0,.2,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-bounce{animation:bounce .5s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.animate-shake{animation:shake .5s}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.animate-fade-in{animation:fadeIn .2s ease-out}.animate-fade-out{animation:fadeOut .2s ease-out}.animate-slide-in{animation:slideIn .3s ease-out}.animate-slide-out{animation:slideOut .3s ease-out}.bg-backdrop{background-color:#00000080}.backdrop-blur-none{backdrop-filter:none;-webkit-backdrop-filter:none}.backdrop-blur-xs{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.backdrop-blur-sm{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.backdrop-blur{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.backdrop-blur-md{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.backdrop-blur-lg{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.backdrop-blur-xl{backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-20px) scale(.95)}}.glass-morphism{background:#ffffff1a;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.2)}.glass-morphism-light{background:#ffffff26;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2)}.glass-morphism-heavy{background:#ffffff40;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.2)}.neumorphism{background:#0f0f0f;box-shadow:4px 4px 8px #0000004d,-4px -4px 8px #ffffff0d}.neumorphism-shallow{background:#0f0f0f;box-shadow:2px 2px 4px #0000004d,-2px -2px 4px #ffffff0d}.neumorphism-deep{background:#0f0f0f;box-shadow:8px 8px 16px #0000004d,-8px -8px 16px #ffffff0d}.skeleton-loading{background:linear-gradient(90deg,#1f2937 25%,#374151,#1f2937 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.hover-scale:hover{transform:scale(1.05)}.hover-scale-sm:hover{transform:scale(1.02)}.hover-scale-lg:hover{transform:scale(1.1)}.hover-lift:hover{transform:translateY(-2px)}.hover-lift-sm:hover{transform:translateY(-1px)}.hover-lift-lg:hover{transform:translateY(-4px)}.hover-shadow:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.hover-shadow-xl:hover{box-shadow:0 25px 50px -12px #00000040}.focus-ring:focus-visible{outline:2px solid #2dd4bf;outline-offset:2px}.focus-ring-primary:focus-visible{outline:2px solid #2dd4bf;outline-offset:2px}.focus-ring-error:focus-visible{outline:2px solid #f43f5e;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.scrollbar-thin{scrollbar-width:thin}.scrollbar-thin::-webkit-scrollbar{width:4px}.scrollbar-thin::-webkit-scrollbar-track{background:#1f2937;border-radius:2px}.scrollbar-thin::-webkit-scrollbar-thumb{background:#1b7e84;border-radius:2px}.max-h-300px{max-height:300px}.bg-success\/20{background-color:#22c55e33}.bg-error\/20{background-color:#ef444433}.grid-cols-dashboard{grid-template-columns:2fr 1.5fr 1fr}.h-1{height:.25rem}.h-4px{height:4px}.w-5{width:1.25rem}@media (max-width: 768px){.md\:grid-cols-dashboard-md{grid-template-columns:1.8fr 1.2fr 1fr}}@media (max-width: 480px){.sm\:grid-cols-dashboard-sm{grid-template-columns:2fr 1fr 1fr}}.hover\:bg-surface-hover:hover{background-color:#475569}.hover\:bg-surface-medium:hover{background-color:#0f0f0f}.hover\:bg-primary:hover{background-color:#1b7e841a}.option-row{transition:all .2s ease;cursor:default}.usage-bar{width:100%;height:4px;background-color:#0f0f0f;border-radius:2px;overflow:hidden}.usage-bar-fill{height:100%;background-color:#1b7e84;border-radius:2px;transition:width .3s ease}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.min-h-200px{min-height:200px}.max-w-100{max-width:100%}.max-w-300{max-width:300px}.bg-opacity-30{background-color:rgba(var(--bg-color-values),.3)}.bg-opacity-80{background-color:rgba(var(--bg-color-values),.8)}.bg-opacity-95{background-color:rgba(var(--bg-color-values),.95)}.bg-opacity-5{opacity:.05}.bg-opacity-10{opacity:.1}.bg-opacity-20{opacity:.2}.bg-opacity-50{opacity:.5}.gap-0{gap:0}.line-clamp-1{display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.min-h-6{min-height:1.5rem}.min-h-8{min-height:2rem}.min-h-10{min-height:2.5rem}.min-h-12{min-height:3rem}.min-h-14{min-height:3.5rem}.avatar-placeholder-compact{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;background-color:rgba(var(--color-primary-full-rgb),.1);border:1px solid rgba(var(--color-primary-full-rgb),.2);color:var(--color-primary);font-weight:var(--font-weight-semibold);font-size:1.25rem;transition:all .2s ease}.avatar-placeholder-compact:hover{background-color:rgba(var(--color-primary-full-rgb),.15);border-color:rgba(var(--color-primary-full-rgb),.3)}.account-type-compact{display:inline-flex;align-items:center;padding:.25rem .75rem;background-color:rgba(var(--color-primary-full-rgb),.1);border:1px solid rgba(var(--color-primary-full-rgb),.2);border-radius:9999px;color:var(--color-primary);font-size:.75rem;font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:.05em}:root{--font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;--font-family-mono: JetBrains Mono, Fira Code, Monaco, Cascadia Code, Roboto Mono, monospace;--nav-collapsed-width: 45px;--nav-expanded-width: 280px;--border-radius: 1rem;--border-radius-base: .25rem;--border-radius-sm: .125rem;--border-radius-md: .375rem;--border-radius-lg: .5rem;--border-radius-xl: .75rem;--border-radius-2xl: 1rem;--border-radius-3xl: 1.5rem;--border-radius-full: 9999px;--base-gap: 1rem;--font-weight-thin: 100;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semi-bold: 600;--font-weight-bold: 700;--min-app-height: 100dvh;--max-app-width: min(1500px, 97dvw);--color-primary-full: #1b7e84;--color-primary-medium: #2dd4bf;--color-primary-light: #5eead4;--color-primary-full-rgb: 27, 126, 132;--color-primary-medium-rgb: 45, 212, 191;--color-primary-light-rgb: 94, 234, 212;--color-surface-full: #000000;--color-surface-medium: #0f0f0f;--color-surface-light: #1f2937;--color-surface-thin: #374151;--color-surface-full-rgb: 0, 0, 0;--color-surface-medium-rgb: 15, 15, 15;--color-surface-light-rgb: 31, 41, 55;--color-surface-thin-rgb: 55, 65, 81;--color-surface-dark-rgb: 0, 0, 0;--color-disabled: #475569;--color-border: #374151;--success-color: #22c55e;--warning-color: #eab308;--info-color: #0ea5e9;--danger-color: #f43f5e;--edit-color: #16a34a;--color-success-rgb: 34, 197, 94;--color-warning-rgb: 234, 179, 8;--color-error-rgb: 244, 63, 94;--color-info-rgb: 14, 165, 233;--danger-color-rgb: 244, 63, 94;--color-error: #f43f5e;--color-warning: #eab308;--primary-text: #f8fafc;--primary-font: #f8fafc;--secondary-text: #0f172a;--secondary-font: #cbd5e1;--color-text-primary: #f8fafc;--color-text-secondary: #cbd5e1;--color-text-tertiary: #94a3b8;--color-text-full: #f8fafc;--color-text-medium: #cbd5e1;--color-text-light: #94a3b8;--placeholder-text: #64748b;--input-background: #1e293b;--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);--shadow-base: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);--shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--shadow-2xl: 0 50px 100px -20px rgba(0, 0, 0, .25);--box-shadow-default: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -2px rgba(0, 0, 0, .4);--box-shadow-hover: 0 20px 25px -5px rgba(0, 0, 0, .5), 0 8px 10px -6px rgba(0, 0, 0, .5);--transition-fast: all .15s cubic-bezier(0, 0, .2, 1);--transition-base: all .2s cubic-bezier(0, 0, .2, 1);--transition-slow: all .3s cubic-bezier(0, 0, .2, 1);--transition-colors: color .15s cubic-bezier(.4, 0, .2, 1), background-color .15s cubic-bezier(.4, 0, .2, 1), border-color .15s cubic-bezier(.4, 0, .2, 1);--spinner-size-button: 1.2rem;--spinner-size-page: 180px;--avatar-size-sm: 2rem;--avatar-size-md: 2.5rem;--avatar-size-lg: 3rem;--avatar-size-xl: 4rem;--divider-color: #334155;--active-background: #0f0f0f}@media (max-width: 767px){:root.hide-nav{--min-app-height: 100dvh}}@media (max-width: 768px){:root{--max-app-width: 100dvw;height:100%}}.noClick{pointer-events:none}*,p{touch-action:manipulation;font-family:var(--font-family);box-sizing:border-box;padding:0;margin:0;outline:none;border:none}body{color:var(--primary-text)}html{overflow-x:hidden;overflow-y:auto;font-display:swap;background:#000;scrollbar-width:thin;scrollbar-color:#2dd4bf transparent;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}html::-webkit-scrollbar{width:8px;height:8px;background-color:transparent;-webkit-appearance:none}html::-webkit-scrollbar-thumb{background-color:#2dd4bf;border-radius:1rem;border:1px solid rgba(255,255,255,.1);transition:background-color .2s ease}html::-webkit-scrollbar-track{background-color:transparent;border-radius:1rem;-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,.1)}html::-webkit-scrollbar-corner{background-color:transparent}#app{background:#000;min-height:100dvh}.box-shadow{box-shadow:0 4px 6px -1px #0006,0 2px 4px -2px #0006}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}img{width:auto;display:block;max-width:100%;height:auto;font-style:italic;background-repeat:no-repeat;background-size:cover;shape-margin:1rem}main{display:flex;align-content:center;justify-content:center;width:100%;height:100%}dialog{animation:fade-out .2s ease-out;z-index:9999}dialog[open]{animation:fade-in .2s ease-out}dialog[open]::backdrop{animation:backdrop-fade-in .2s ease-out forwards;background-color:var(--color-surface-full)}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.circular-square{border-radius:50%}.scrollable{overflow-y:auto;scrollbar-width:thin;scrollbar-color:#2dd4bf transparent;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.scrollable::-webkit-scrollbar{width:8px;height:8px;background-color:transparent;-webkit-appearance:none}.scrollable::-webkit-scrollbar-thumb{background-color:#2dd4bf;border-radius:1rem;border:1px solid rgba(255,255,255,.1);transition:background-color .2s ease}.scrollable::-webkit-scrollbar-track{background-color:transparent;border-radius:1rem;-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,.1)}.scrollable::-webkit-scrollbar-corner{background-color:transparent}.cropper-view-box,.cropper-face{border-radius:50%}.Toastify__toast-theme--dark{--toastify-toast-background: var(--color-surface-medium);--toastify-color-dark: var(--color-surface-light);--toastify-text-color-dark: var(--primary-text);--toastify-color-info: var(--info-color);--toastify-color-success: var(--success-color);--toastify-color-warning: var(--warning-color);--toastify-color-error: var(--danger-color);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-font-family: var(--font-family);--font-weight: var(--font-weight-medium)}@keyframes fade-in{0%{opacity:0;transform:scaleY(0);display:none}to{opacity:1;transform:scaleY(1);display:block}}@keyframes fade-out{0%{opacity:1;transform:scaleY(1);display:block}to{opacity:0;transform:scaleY(0);display:none}}@keyframes backdrop-fade-in{0%{background-color:#0000}to{background-color:#00000040}}@keyframes fadeIn-92829db4{0%{opacity:0}to{opacity:1}}.application-layout[data-v-92829db4]{padding-top:1rem}.application-layout .application-container[data-v-92829db4]{width:100%;max-width:var(--max-app-width)}@media (max-width: 767px){.application-layout .application-container[data-v-92829db4]{padding:0 .75rem;gap:1rem}}.application-layout .application-container .application-header[data-v-92829db4]{width:100%;box-shadow:0 8px 32px #0003,0 2px 8px #0000001a}@media (max-width: 767px){.application-layout .application-container .application-header[data-v-92829db4]{margin-bottom:1rem}}.application-layout .application-content[data-v-92829db4]{flex:1;width:100%}@keyframes fadeIn-f07a65cd{0%{opacity:0}to{opacity:1}}.default-layout[data-v-f07a65cd]{width:100%;position:relative;background-color:#000}.default-layout .layout-content[data-v-f07a65cd]{width:100%;overflow-x:hidden}.material-icon[data-v-c0454b00]{display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-detail-card[data-v-a8ae4aa5]{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1.5rem;color:#fff}.product-header[data-v-a8ae4aa5]{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}.product-header .product-icon-wrapper[data-v-a8ae4aa5]{background:#fff3;border-radius:10px;padding:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-header .product-icon-wrapper .product-icon[data-v-a8ae4aa5]{font-size:1.75rem;color:#fff}.product-header .product-info[data-v-a8ae4aa5]{flex:1}.product-header .product-info .product-name[data-v-a8ae4aa5]{font-size:1.25rem;font-weight:700;margin:0 0 .5rem;line-height:1.3;color:#fff}.product-header .product-info .product-description[data-v-a8ae4aa5]{font-size:.875rem;margin:0;color:#ffffffe6;line-height:1.5}.product-pricing .pricing-details[data-v-a8ae4aa5]{background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:1rem;margin-bottom:1rem}.product-pricing .pricing-details .price-row[data-v-a8ae4aa5]{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.product-pricing .pricing-details .price-row[data-v-a8ae4aa5]:not(:last-child){border-bottom:1px solid rgba(255,255,255,.1)}.product-pricing .pricing-details .price-row.has-discount .price-value[data-v-a8ae4aa5]{font-size:.875rem}.product-pricing .pricing-details .price-row .pricing-note[data-v-a8ae4aa5]{display:flex;flex-direction:column;align-items:flex-start}.product-pricing .pricing-details .price-row .pricing-note .discount-note[data-v-a8ae4aa5]{font-size:.75rem;color:#fff9;margin:.25rem 0 0;font-style:italic}.product-pricing .pricing-details .price-row .price-label[data-v-a8ae4aa5]{font-size:.875rem;color:#fffc;display:flex;align-items:center;gap:.375rem}.product-pricing .pricing-details .price-row .price-label .discount-icon[data-v-a8ae4aa5]{font-size:1rem}.product-pricing .pricing-details .price-row .price-value[data-v-a8ae4aa5]{font-size:1rem;font-weight:600;color:#fff}.product-pricing .pricing-details .price-row .price-value.price-strikethrough[data-v-a8ae4aa5]{text-decoration:line-through;opacity:.6;font-weight:400}.product-pricing .pricing-details .price-row .price-value.price-discount[data-v-a8ae4aa5]{color:#fbbf24;font-weight:700}.product-pricing .pricing-details .price-row .price-value.price-total[data-v-a8ae4aa5]{font-size:1.75rem;font-weight:800;color:#fff}.product-pricing .pricing-details .price-row.discount-row[data-v-a8ae4aa5]{background:#fbbf241f;border:1px solid rgba(251,191,36,.45);border-radius:6px;padding:.625rem .75rem;margin:.5rem 0}.product-pricing .pricing-details .price-row.total-row[data-v-a8ae4aa5]{padding-top:1rem;margin-top:.5rem;border-top:2px solid rgba(255,255,255,.2)!important;border-bottom:none}.product-pricing .pricing-details .price-row.total-row .price-total-label[data-v-a8ae4aa5]{font-size:1rem;font-weight:600;color:#fff}.product-pricing .pricing-details .price-row.total-row .price-total-wrapper[data-v-a8ae4aa5]{display:flex;flex-direction:column;align-items:flex-end}.product-pricing .pricing-details .price-row.total-row .price-total-wrapper .price-interval[data-v-a8ae4aa5]{font-size:.75rem;color:#fffc;font-weight:400;margin-top:.125rem}.product-pricing .savings-badge[data-v-a8ae4aa5]{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#78350f;border-radius:8px;padding:.75rem 1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;font-weight:700;box-shadow:0 4px 12px #fbbf244d}.product-pricing .savings-badge .savings-icon[data-v-a8ae4aa5]{font-size:1.125rem}.footnote[data-v-a8ae4aa5]{font-size:.75rem;color:#cbd5e1;margin-top:.5rem;white-space:pre-wrap}.product-detail-card--flat[data-v-a8ae4aa5]{background:none;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;border-radius:0;padding:0}.product-detail-card--flat .product-header[data-v-a8ae4aa5]{margin-bottom:2rem}.product-detail-card--flat .product-icon-wrapper[data-v-a8ae4aa5]{padding:.875rem}.product-detail-card--flat .product-icon-wrapper .product-icon[data-v-a8ae4aa5]{font-size:2.25rem}.product-detail-card--flat .product-name[data-v-a8ae4aa5]{font-size:1.625rem}.product-detail-card--flat .pricing-details[data-v-a8ae4aa5]{background:none;border:none;border-radius:0;padding:0}.product-detail-card--flat .pricing-details .price-row[data-v-a8ae4aa5]:not(:last-child){border-bottom-color:#ffffff26}.product-detail-card--flat .pricing-details .price-row.discount-row[data-v-a8ae4aa5]{background:none;border:none;border-bottom:1px solid rgba(255,255,255,.15);border-radius:0;padding-left:0;padding-right:0;margin:0}.product-detail-card--flat .pricing-details .price-value.price-total[data-v-a8ae4aa5]{font-size:2.5rem}@keyframes fadeIn-a19143a3{0%{opacity:0}to{opacity:1}}.addon-card[data-v-a19143a3]{position:relative;display:flex;flex-direction:column;gap:1.5rem;padding:2rem;background:#1f2937;border:1px solid rgba(255,255,255,.08);border-radius:1rem;transition:border-color .2s ease}.addon-card--active[data-v-a19143a3]{border-color:#1b7e84;background:linear-gradient(160deg,#1f2937,#1b7e840f)}.active-badge[data-v-a19143a3]{position:absolute;top:-.875rem;left:50%;transform:translate(-50%);background:#16a34a;color:#fff;font-size:.6875rem;font-weight:600;padding:.3rem .875rem;border-radius:1rem;white-space:nowrap;letter-spacing:.06em;text-transform:uppercase}.addon-top[data-v-a19143a3]{display:flex;flex-direction:column;gap:.375rem}.addon-name[data-v-a19143a3]{font-size:1.25rem;font-weight:600;color:#f8fafc;margin:0}.addon-desc[data-v-a19143a3]{font-size:.875rem;color:#cbd5e1;margin:0;line-height:1.5}.addon-price[data-v-a19143a3]{display:flex;flex-direction:column;gap:.25rem}.price-main[data-v-a19143a3]{display:flex;align-items:flex-start;gap:.125rem}.price-currency[data-v-a19143a3]{font-size:1.25rem;font-weight:600;color:#f8fafc;margin-top:.5rem}.price-amount[data-v-a19143a3]{font-size:3rem;font-weight:700;color:#f8fafc;letter-spacing:-.025em;line-height:1}.price-period[data-v-a19143a3]{font-size:.875rem;color:#cbd5e1}.addon-features[data-v-a19143a3]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem;flex:1}.addon-feature[data-v-a19143a3]{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;color:#cbd5e1;line-height:1.4}.feature-check[data-v-a19143a3]{color:#5eead4;font-size:1rem;flex-shrink:0;margin-top:.0625rem}.quantity-stepper[data-v-a19143a3]{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.625rem .875rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;margin-top:auto}.stepper-btn[data-v-a19143a3]{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:transparent;border:1px solid rgba(255,255,255,.12);border-radius:.5rem;color:#f8fafc;cursor:pointer;flex-shrink:0;transition:background .15s ease,border-color .15s ease,color .15s ease}.stepper-btn[data-v-a19143a3]:hover:not(:disabled){background:#1b7e84;border-color:#1b7e84;color:#fff}.stepper-btn[data-v-a19143a3]:disabled{opacity:.3;cursor:not-allowed}.stepper-display[data-v-a19143a3]{display:flex;flex-direction:column;align-items:center;gap:.125rem;flex:1}.stepper-count[data-v-a19143a3]{font-size:1.5rem;font-weight:700;color:#f8fafc;line-height:1}.stepper-label[data-v-a19143a3]{font-size:.6875rem;color:#cbd5e1;text-transform:uppercase;letter-spacing:.05em}.quantity-hint[data-v-a19143a3]{font-size:.8125rem;color:#cbd5e1;text-align:center;font-style:italic}@keyframes fadeIn-9563380a{0%{opacity:0}to{opacity:1}}.pricing-hero[data-v-9563380a]{padding:4rem 1.5rem 2.5rem;text-align:center;max-width:560px;margin:0 auto}.pricing-eyebrow[data-v-9563380a]{font-size:.6875rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#5eead4;margin:0 0 .875rem}.pricing-title[data-v-9563380a]{font-size:2.75rem;font-weight:700;color:#f8fafc;margin:0 0 1rem;line-height:1.15;letter-spacing:-.025em}@media (max-width: 767px){.pricing-title[data-v-9563380a]{font-size:2rem}}.pricing-tagline[data-v-9563380a]{font-size:.9375rem;color:#cbd5e1;margin:0 0 2rem;line-height:1.6}@keyframes fadeIn-153db566{0%{opacity:0}to{opacity:1}}.pricing-card[data-v-153db566]{position:relative;display:flex;flex-direction:column;gap:1.5rem;padding:2rem;background:#1f2937;border:1px solid rgba(255,255,255,.08);border-radius:1rem;transition:border-color .2s ease,box-shadow .2s ease}.pricing-card--featured[data-v-153db566]{border-color:#1b7e84;background:linear-gradient(160deg,#1f2937,#1b7e840f)}.pricing-card--current[data-v-153db566]{border-color:#16a34a;background:linear-gradient(160deg,#1f2937,#16a34a0d)}.pricing-card--selected[data-v-153db566]{border-color:#1b7e84;background:linear-gradient(160deg,#1f2937,#1b7e841a);box-shadow:0 0 0 3px #1b7e8426}.featured-badge[data-v-153db566]{position:absolute;top:-.875rem;left:50%;transform:translate(-50%);background:#1b7e84;color:#fff;font-size:.6875rem;font-weight:600;padding:.3rem .875rem;border-radius:1rem;white-space:nowrap;letter-spacing:.06em;text-transform:uppercase}.state-badge[data-v-153db566]{position:absolute;top:-.875rem;left:50%;transform:translate(-50%);font-size:.6875rem;font-weight:600;padding:.3rem .875rem;border-radius:1rem;white-space:nowrap;letter-spacing:.06em;text-transform:uppercase}.state-badge--current[data-v-153db566]{background:#16a34a;color:#fff}.state-badge--selected[data-v-153db566]{background:#1b7e84;color:#fff}.plan-top[data-v-153db566]{display:flex;flex-direction:column;gap:.375rem}.plan-name[data-v-153db566]{font-size:1.25rem;font-weight:600;color:#f8fafc;margin:0}.plan-desc[data-v-153db566]{font-size:.875rem;color:#cbd5e1;margin:0;line-height:1.5}.plan-price[data-v-153db566]{display:flex;flex-direction:column;gap:.25rem}.price-main[data-v-153db566]{display:flex;align-items:flex-start;gap:.125rem}.price-currency[data-v-153db566]{font-size:1.25rem;font-weight:600;color:#f8fafc;margin-top:.5rem}.price-amount[data-v-153db566]{font-size:3rem;font-weight:700;color:#f8fafc;letter-spacing:-.025em;line-height:1}.price-period[data-v-153db566]{font-size:.875rem;color:#cbd5e1}.price-discount[data-v-153db566]{font-size:.8125rem;color:#cbd5e1;margin-top:.125rem}.plan-features[data-v-153db566]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem;flex:1}.plan-feature[data-v-153db566]{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;color:#cbd5e1;line-height:1.4}.feature-check[data-v-153db566]{color:#5eead4;font-size:1rem;flex-shrink:0;margin-top:.0625rem}.plan-btn[data-v-153db566]{margin-top:auto;width:100%}@keyframes fadeIn-5ede4e0e{0%{opacity:0}to{opacity:1}}.modification-bar[data-v-5ede4e0e]{position:fixed;bottom:0;left:0;right:0;z-index:200;background:#1f2937;border-top:2px solid #1b7e84;box-shadow:0 -4px 32px #00000059}.bar-inner[data-v-5ede4e0e]{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.875rem 2rem;max-width:1280px;margin:0 auto}@media (max-width: 767px){.bar-inner[data-v-5ede4e0e]{padding:.75rem 1rem;gap:.75rem;flex-wrap:wrap}}.bar-left[data-v-5ede4e0e]{display:flex;align-items:center;gap:.625rem;flex-shrink:0}.changes-count[data-v-5ede4e0e]{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding:0 .375rem;background:#1b7e84;color:#fff;font-size:.75rem;font-weight:600;border-radius:1rem}.changes-label[data-v-5ede4e0e]{font-size:.9375rem;font-weight:500;color:#f8fafc}.bar-right[data-v-5ede4e0e]{display:flex;align-items:center;gap:.875rem}@media (max-width: 767px){.bar-right[data-v-5ede4e0e]{flex:1;justify-content:flex-end;flex-wrap:wrap;gap:.5rem}}.new-total[data-v-5ede4e0e]{display:flex;flex-direction:column;align-items:flex-end;margin-right:.25rem}@media (max-width: 767px){.new-total[data-v-5ede4e0e]{display:none}}.new-total-label[data-v-5ede4e0e]{font-size:.625rem;color:#cbd5e1;text-transform:uppercase;letter-spacing:.06em;line-height:1}.new-total-amount[data-v-5ede4e0e]{font-size:1.125rem;font-weight:700;color:#f8fafc;line-height:1.3}.new-total-period[data-v-5ede4e0e]{font-size:.8125rem;font-weight:500;color:#cbd5e1}.expand-btn[data-v-5ede4e0e]{display:inline-flex;align-items:center;gap:.3rem;padding:.5rem .875rem;background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;color:#cbd5e1;font-size:.875rem;font-weight:500;cursor:pointer;transition:border-color .15s ease,color .15s ease;white-space:nowrap}.expand-btn[data-v-5ede4e0e]:hover{border-color:#ffffff4d;color:#f8fafc}.modification-panel[data-v-5ede4e0e]{border-top:1px solid rgba(255,255,255,.07);overflow:hidden}.panel-scroll[data-v-5ede4e0e]{max-height:55vh;overflow-y:auto;padding:1.25rem 2rem;display:flex;flex-direction:column;gap:.75rem;max-width:1280px;margin:0 auto}@media (max-width: 767px){.panel-scroll[data-v-5ede4e0e]{padding:1rem;max-height:65vh}}.change-item[data-v-5ede4e0e]{display:flex;align-items:center;gap:.875rem;padding:.875rem 1rem;background:#1b7e840d;border:1px solid rgba(255,255,255,.06);border-radius:.75rem}.change-icon[data-v-5ede4e0e]{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:#1b7e84;color:#fff;border-radius:50%;flex-shrink:0}.change-details[data-v-5ede4e0e]{flex:1;min-width:0}.change-title[data-v-5ede4e0e]{font-size:.875rem;font-weight:600;color:#f8fafc}.change-description[data-v-5ede4e0e]{font-size:.8125rem;color:#cbd5e1;margin-top:.125rem}.change-price[data-v-5ede4e0e]{font-size:.9375rem;font-weight:600;color:#f8fafc;white-space:nowrap;flex-shrink:0}.change-price.price-increase[data-v-5ede4e0e]{color:#eab308}.change-price.price-decrease[data-v-5ede4e0e]{color:#22c55e}.panel-totals[data-v-5ede4e0e]{padding:1rem 1.125rem;background:#1b7e840a;border:1px solid rgba(255,255,255,.06);border-radius:.75rem;display:flex;flex-direction:column}.total-row[data-v-5ede4e0e]{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0;font-size:.875rem;color:#cbd5e1;border-bottom:1px solid rgba(255,255,255,.04)}.total-row[data-v-5ede4e0e]:last-child{border-bottom:none}.total-row--new[data-v-5ede4e0e]{font-weight:500;color:#f8fafc}.total-row--diff[data-v-5ede4e0e]{font-weight:600;font-size:.9375rem;color:#f8fafc;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1);margin-top:.25rem}.total-row--diff.positive[data-v-5ede4e0e]{color:#eab308}.total-row--diff.negative[data-v-5ede4e0e]{color:#22c55e}.total-row--prorated[data-v-5ede4e0e]{font-style:italic;font-size:.8125rem}.prorated-notice[data-v-5ede4e0e]{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#eab308;opacity:.85}.bar-slide-enter-active[data-v-5ede4e0e],.bar-slide-leave-active[data-v-5ede4e0e]{transition:transform .3s cubic-bezier(.4,0,.2,1)}.bar-slide-enter-from[data-v-5ede4e0e],.bar-slide-leave-to[data-v-5ede4e0e]{transform:translateY(100%)}.panel-expand-enter-active[data-v-5ede4e0e],.panel-expand-leave-active[data-v-5ede4e0e]{transition:max-height .3s cubic-bezier(.4,0,.2,1),opacity .25s ease;max-height:65vh}.panel-expand-enter-from[data-v-5ede4e0e],.panel-expand-leave-to[data-v-5ede4e0e]{max-height:0;opacity:0}.payment-element-wrapper[data-v-fde5fb62]{display:flex;flex-direction:column;gap:2rem;width:100%}.payment-element-header[data-v-fde5fb62]{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding-bottom:1.5rem;border-bottom:1px solid #374151}.payment-element-header .payment-icon[data-v-fde5fb62]{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#1b7e84,#2dd4bf);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #1b7e8433}.payment-element-header .payment-icon .material-symbols-outlined[data-v-fde5fb62]{font-size:24px;color:#fff}.payment-element-header .payment-element-title[data-v-fde5fb62]{font-size:1.25rem;font-weight:600;color:#f8fafc;margin:0}.payment-element-header .payment-element-description[data-v-fde5fb62]{font-size:.875rem;color:#94a3b8;margin:0}.subscription-error-message[data-v-fde5fb62]{color:#f43f5e;font-size:.875rem;font-weight:500;text-align:center;padding:.75rem 1rem;border-radius:8px;background:#f43f5e1a;border:1px solid rgba(244,63,94,.2);margin:0;animation:slideIn-fde5fb62 .3s ease-out}.subscription-error-message[data-v-fde5fb62]:empty{display:none}.payment-stripe-wrapper[data-v-fde5fb62]{display:flex;flex-direction:column;width:100%}.payment-stripe-form[data-v-fde5fb62]{display:flex;flex-direction:column;gap:1.5rem;width:100%}.payment-card-element[data-v-fde5fb62]{width:100%;min-height:40px}.payment-submit-button[data-v-fde5fb62]{width:100%;margin-top:.5rem}@keyframes slideIn-fde5fb62{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn-20d27496{0%{opacity:0}to{opacity:1}}.pricing-section[data-v-20d27496]{padding:0 1.5rem 5rem}.pricing-grid[data-v-20d27496]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1080px;margin:0 auto 2rem}@media (max-width: 767px){.pricing-grid[data-v-20d27496]{grid-template-columns:1fr;max-width:440px}}.pricing-card[data-v-20d27496]{position:relative;display:flex;flex-direction:column;gap:1.5rem;padding:2rem;background:#1f2937;border:1px solid rgba(255,255,255,.08);border-radius:1rem;transition:border-color .2s ease}.pricing-card[data-v-20d27496]:hover{border-color:#ffffff29}.pricing-card--featured[data-v-20d27496]{border-color:#1b7e84;background:linear-gradient(160deg,#1f2937,#1b7e840f)}.pricing-card--featured[data-v-20d27496]:hover{border-color:#5eead4}.featured-badge[data-v-20d27496]{position:absolute;top:-.875rem;left:50%;transform:translate(-50%);background:#1b7e84;color:#fff;font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.3rem .875rem;border-radius:2rem;white-space:nowrap}.plan-name[data-v-20d27496]{font-size:1.125rem;font-weight:600;color:#f8fafc;margin:0 0 .375rem}.plan-desc[data-v-20d27496]{font-size:.875rem;color:#cbd5e1;margin:0;line-height:1.5}.plan-price[data-v-20d27496]{padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.07)}.price-main[data-v-20d27496]{display:flex;align-items:baseline;gap:.125rem;line-height:1;margin-bottom:.25rem}.price-currency[data-v-20d27496]{font-size:1.25rem;font-weight:600;color:#5eead4;align-self:flex-start;padding-top:.375rem}.price-amount[data-v-20d27496]{font-size:3rem;font-weight:700;color:#f8fafc;letter-spacing:-.025em}.price-period[data-v-20d27496]{display:block;font-size:.8125rem;color:#cbd5e1;margin-bottom:.625rem}.price-discount[data-v-20d27496]{display:flex;align-items:center;gap:.75rem;font-size:.8125rem}.price-was[data-v-20d27496]{color:#cbd5e1;text-decoration:line-through;opacity:.55}.price-save[data-v-20d27496]{color:#5eead4;font-weight:600}.plan-features[data-v-20d27496]{flex:1;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.plan-feature[data-v-20d27496]{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:#cbd5e1}.feature-check[data-v-20d27496]{font-size:1rem;color:#5eead4;flex-shrink:0}.plan-btn[data-v-20d27496]{width:100%}.pricing-trust[data-v-20d27496]{display:flex;align-items:center;justify-content:center;gap:.875rem;font-size:.8125rem;color:#cbd5e1;opacity:.6;max-width:1080px;margin:0 auto;flex-wrap:wrap;padding:0 1rem}.trust-dot[data-v-20d27496]{opacity:.4}.logo[data-v-c9a3aff9]{width:150px;max-width:100%;display:block;margin-bottom:1rem;border-radius:50%;outline:2px solid var(--color-primary-full)}@media (max-width: 900px){.logo[data-v-c9a3aff9]{width:100px;height:100px}}@keyframes fadeIn-dbf7ccde{0%{opacity:0}to{opacity:1}}.auth-page[data-v-dbf7ccde]{min-height:100dvh;background:#0f0f0f}.auth-container[data-v-dbf7ccde]{display:grid;grid-template-columns:2fr 1.4fr;grid-template-areas:"form brand";min-height:100dvh;width:100%}@media (max-width: 767px){.auth-container[data-v-dbf7ccde]{grid-template-columns:1fr;grid-template-areas:"form"}}.auth-brand-panel[data-v-dbf7ccde]{grid-area:brand;background:linear-gradient(135deg,#1b7e84,#1a7e84,#0f5d61);padding:2.5rem;display:flex;flex-direction:column;justify-content:center;color:#fff;position:sticky;top:0;height:100dvh;overflow:hidden}.auth-brand-panel[data-v-dbf7ccde]:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,rgba(255,255,255,.04) 40%,transparent 70%);transform:rotate(45deg);animation:float-dbf7ccde 6s ease-in-out infinite}.auth-brand-panel[data-v-dbf7ccde]:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.05) 50%,transparent 100%);animation:shimmer-dbf7ccde 8s ease-in-out infinite;pointer-events:none}@media (max-width: 767px){.auth-brand-panel[data-v-dbf7ccde]{display:none}}.auth-brand-content[data-v-dbf7ccde]{position:relative;z-index:1;animation:fadeInUp-dbf7ccde .8s ease-out}.auth-logo-section[data-v-dbf7ccde]{transition:transform .3s ease}@media (max-width: 767px){.auth-logo-section[data-v-dbf7ccde]{justify-content:center}}.auth-brand-logo[data-v-dbf7ccde]{width:60px;height:60px;flex-shrink:0;filter:brightness(0) invert(1);transition:transform .3s ease}@media (max-width: 767px){.auth-brand-logo[data-v-dbf7ccde]{width:50px;height:50px}}.auth-brand-text .auth-brand-title[data-v-dbf7ccde]{font-size:2rem;font-weight:500;margin:0;letter-spacing:-.02em}.auth-brand-text .auth-brand-subtitle[data-v-dbf7ccde]{font-size:.875rem;margin:0;opacity:.9;font-weight:300}.auth-welcome-section[data-v-dbf7ccde]{margin-bottom:2rem;animation:fadeInUp-dbf7ccde .8s ease-out .3s both}.auth-welcome-section .auth-welcome-title[data-v-dbf7ccde]{font-size:1.75rem;font-weight:500;margin:0 0 .75rem;line-height:1.2;transition:color .3s ease}.auth-welcome-section .auth-welcome-title[data-v-dbf7ccde]:hover{color:#fffffff2}.auth-welcome-section .auth-welcome-message[data-v-dbf7ccde]{font-size:1rem;line-height:1.5;margin:0;opacity:.9;font-weight:300;transition:opacity .3s ease}.auth-welcome-section .auth-welcome-message[data-v-dbf7ccde]:hover{opacity:1}.auth-features-highlight[data-v-dbf7ccde]{display:flex;flex-direction:column;gap:.625rem}@media (max-width: 767px){.auth-features-highlight[data-v-dbf7ccde]{display:none}}.auth-features-highlight .auth-feature-item[data-v-dbf7ccde]{animation:fadeInLeft-dbf7ccde .6s ease-out forwards;opacity:0}.auth-features-highlight .auth-feature-item[data-v-dbf7ccde]:nth-child(1){animation-delay:.2s}.auth-features-highlight .auth-feature-item[data-v-dbf7ccde]:nth-child(2){animation-delay:.4s}.auth-features-highlight .auth-feature-item[data-v-dbf7ccde]:nth-child(3){animation-delay:.6s}.auth-features-highlight .auth-feature-item[data-v-dbf7ccde]:nth-child(4){animation-delay:.8s}.auth-feature-item[data-v-dbf7ccde]{display:flex;align-items:flex-start;gap:.875rem;padding:.75rem 1rem;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:.625rem;transition:transform .2s ease,background .2s ease}.auth-feature-item[data-v-dbf7ccde]:hover{transform:translate(4px);background:#ffffff1c}.auth-feature-item .auth-feature-icon[data-v-dbf7ccde]{font-size:1.25rem;opacity:.9;flex-shrink:0;margin-top:.1rem;transition:transform .2s ease}.auth-feature-item:hover .auth-feature-icon[data-v-dbf7ccde]{transform:scale(1.1)}.auth-feature-body[data-v-dbf7ccde]{display:flex;flex-direction:column;gap:.2rem}.auth-feature-title[data-v-dbf7ccde]{font-size:.875rem;font-weight:400;opacity:.95}.auth-feature-desc[data-v-dbf7ccde]{font-size:.75rem;font-weight:300;opacity:.7;line-height:1.45}@keyframes float-dbf7ccde{0%,to{transform:rotate(45deg) translateY(0)}50%{transform:rotate(45deg) translateY(-10px)}}@keyframes shimmer-dbf7ccde{0%{left:-100%}50%,to{left:100%}}@keyframes fadeInUp-dbf7ccde{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft-dbf7ccde{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.form-fade-enter-active[data-v-dbf7ccde]{transition:all .4s ease-out}.form-fade-enter-from[data-v-dbf7ccde]{opacity:0;transform:translateY(10px) scale(.98)}.form-fade-enter-to[data-v-dbf7ccde]{opacity:1;transform:translateY(0) scale(1)}.auth-form-panel[data-v-dbf7ccde]{grid-area:form;padding:2.5rem;display:flex;flex-direction:column;justify-content:center}@media (max-width: 767px){.auth-form-panel[data-v-dbf7ccde]{padding:1.5rem 1.25rem;justify-content:flex-start}}.auth-form-container[data-v-dbf7ccde]{max-width:400px;width:100%}@media (max-width: 767px){.auth-form-container[data-v-dbf7ccde]{max-width:none;width:100%;padding:0 1rem}}.auth-form-header[data-v-dbf7ccde]{margin-bottom:2rem;text-align:left}@media (max-width: 767px){.auth-form-header[data-v-dbf7ccde]{text-align:center;margin-bottom:1.5rem}}.auth-form-header .auth-form-title[data-v-dbf7ccde]{font-size:1.75rem;font-weight:500;color:#f8fafc;line-height:1.2}.auth-form-header .auth-form-subtitle[data-v-dbf7ccde]{font-size:.875rem;color:#cbd5e1;margin:0;line-height:1.4}.auth-form[data-v-dbf7ccde]{gap:1.5rem}.auth-form-group[data-v-dbf7ccde]{gap:.25rem}.auth-form-input[data-v-dbf7ccde]{transition:all .2s ease-out}.auth-form-input[data-v-dbf7ccde] .field-wrapper,.auth-form-input[data-v-dbf7ccde] .text-field,.auth-form-input[data-v-dbf7ccde] .combo-field,.auth-form-input[data-v-dbf7ccde] .number-field,.auth-form-input[data-v-dbf7ccde] .date-field,.auth-form-input[data-v-dbf7ccde] .select-field{width:100%}.auth-form-input[data-v-dbf7ccde] .text-field:focus-within input,.auth-form-input[data-v-dbf7ccde] .text-field:focus-within select,.auth-form-input[data-v-dbf7ccde] .combo-field:focus-within input,.auth-form-input[data-v-dbf7ccde] .combo-field:focus-within select,.auth-form-input[data-v-dbf7ccde] .number-field:focus-within input,.auth-form-input[data-v-dbf7ccde] .number-field:focus-within select,.auth-form-input[data-v-dbf7ccde] .date-field:focus-within input,.auth-form-input[data-v-dbf7ccde] .date-field:focus-within select,.auth-form-input[data-v-dbf7ccde] .select-field:focus-within input,.auth-form-input[data-v-dbf7ccde] .select-field:focus-within select{border-color:#5eead4;box-shadow:0 0 0 3px #1b7e841a}.auth-form-link[data-v-dbf7ccde]{transition:all .2s ease-out;background:none;border:none;color:#1b7e84;font-size:.875rem;font-weight:500;cursor:pointer;text-decoration:none;padding:0}.auth-form-link[data-v-dbf7ccde]:hover{color:#5eead4;text-decoration:underline}.auth-form-link[data-v-dbf7ccde]:focus{outline:2px solid #5eead4;outline-offset:2px;border-radius:2px}.auth-submit-button[data-v-dbf7ccde]{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;font-family:inherit;font-size:1rem;line-height:1;transition:all .2s ease-out;width:100%;background:linear-gradient(135deg,#1b7e84,color-mix(in srgb,#1b7e84 90%,black))!important;color:#fff!important;font-size:.875rem;font-weight:600;padding:1rem 1.5rem;border-radius:1rem;border:none;text-transform:none;letter-spacing:.02em;min-height:48px;box-shadow:0 2px 8px #1b7e8433}.auth-submit-button[data-v-dbf7ccde]:disabled{cursor:not-allowed;opacity:.5}.auth-submit-button[data-v-dbf7ccde]:focus{outline:none}.auth-submit-button[data-v-dbf7ccde]:hover:not(:disabled){background:linear-gradient(135deg,color-mix(in srgb,#1b7e84 95%,white),#1b7e84)!important;transform:translateY(-2px);box-shadow:0 6px 20px #1b7e844d}.auth-submit-button[data-v-dbf7ccde]:active:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #1b7e8440}.auth-submit-button[data-v-dbf7ccde]:focus-visible{outline:2px solid #5eead4;outline-offset:2px}.auth-submit-button[data-v-dbf7ccde]:disabled{background:#1f2937!important;color:#cbd5e1!important;opacity:.7;transform:none!important;box-shadow:none!important}.auth-form-footer[data-v-dbf7ccde]{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #1f2937}.auth-footer-links[data-v-dbf7ccde]{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.auth-footer-text[data-v-dbf7ccde]{font-size:.875rem;color:#cbd5e1}.auth-footer-link[data-v-dbf7ccde]{transition:all .2s ease-out;color:#1b7e84;font-size:.875rem;font-weight:500;text-decoration:none;background:none;border:none;cursor:pointer;padding:0}.auth-footer-link[data-v-dbf7ccde]:hover{color:#5eead4;text-decoration:underline}.auth-footer-link[data-v-dbf7ccde]:focus{outline:2px solid #5eead4;outline-offset:2px;border-radius:2px}.auth-checkbox[data-v-dbf7ccde]{margin:.75rem 0}.auth-checkbox[data-v-dbf7ccde] .checkbox-container{display:flex;align-items:center;gap:.5rem}.auth-checkbox[data-v-dbf7ccde] .checkbox-container input[type=checkbox]{accent-color:#1b7e84;margin:0}.auth-checkbox[data-v-dbf7ccde] .checkbox-container label{font-size:.875rem;color:#f8fafc;margin:0}.auth-checkbox[data-v-dbf7ccde] .checkbox-container label a{color:#1b7e84;text-decoration:none}.auth-checkbox[data-v-dbf7ccde] .checkbox-container label a:hover{text-decoration:underline}.auth-form-step[data-v-dbf7ccde]{display:none}.auth-form-step.active[data-v-dbf7ccde]{display:block}.auth-form-steps[data-v-dbf7ccde]{display:flex;justify-content:space-between;margin-bottom:2rem}.auth-form-steps .auth-step[data-v-dbf7ccde]{flex:1;padding:.5rem 1rem;text-align:center;font-size:.875rem;background:#1f2937;color:#cbd5e1;border-radius:1rem}.auth-form-steps .auth-step.active[data-v-dbf7ccde]{background:#1b7e84;color:#fff}.auth-form-steps .auth-step.completed[data-v-dbf7ccde]{background:#22c55e;color:#fff}.auth-form-steps .auth-step[data-v-dbf7ccde]:not(:last-child){margin-right:.5rem}.auth-form-container.large[data-v-dbf7ccde]{max-width:450px}@media (max-width: 767px){.auth-form-container.large[data-v-dbf7ccde]{max-width:none}}.auth-form-row[data-v-dbf7ccde]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 767px){.auth-form-row[data-v-dbf7ccde]{grid-template-columns:1fr}}.auth-file-upload[data-v-dbf7ccde]{transition:all .2s ease-out;border:2px dashed #1f2937;border-radius:1rem;padding:2rem;text-align:center;cursor:pointer}.auth-file-upload[data-v-dbf7ccde]:hover{border-color:#5eead4;background:#1b7e840d}.auth-file-upload .upload-icon[data-v-dbf7ccde]{font-size:2rem;color:#1b7e84;margin-bottom:1rem}.auth-file-upload .upload-text[data-v-dbf7ccde]{font-size:.875rem;color:#cbd5e1}.auth-file-upload .upload-text strong[data-v-dbf7ccde]{color:#1b7e84}.auth-progress[data-v-dbf7ccde]{width:100%;height:4px;background:#1f2937;border-radius:2px;margin-bottom:2rem;overflow:hidden}.auth-progress .auth-progress-bar[data-v-dbf7ccde]{height:100%;background:#1b7e84;border-radius:2px;transition:width .3s ease}@media (max-width: 767px){.auth-brand-panel[data-v-dbf7ccde]{order:2;background:#1f2937;color:#f8fafc;padding:1.5rem}.auth-brand-panel[data-v-dbf7ccde]:before{display:none}.auth-brand-panel .auth-brand-logo[data-v-dbf7ccde]{filter:none}.auth-brand-panel .auth-logo-section[data-v-dbf7ccde]{display:flex;justify-content:center;margin-bottom:0}.auth-brand-panel .auth-brand-text .auth-brand-title[data-v-dbf7ccde]{font-size:1.5rem;color:#1b7e84}.auth-brand-panel .auth-welcome-section[data-v-dbf7ccde]{display:none}.auth-form-panel[data-v-dbf7ccde]{order:1}}@media (prefers-reduced-motion: reduce){[data-v-dbf7ccde]{transition:none!important;animation:none!important}}.auth-form[data-v-dbf7ccde] input:focus{outline:2px solid #5eead4;outline-offset:2px}.auth-divider[data-v-dbf7ccde]{position:relative;margin:1.5rem 0;text-align:center}.auth-divider[data-v-dbf7ccde]:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#1f2937}.auth-divider span[data-v-dbf7ccde]{background:#0f0f0f;padding:0 1rem;font-size:.875rem;color:#cbd5e1}.auth-error-message[data-v-dbf7ccde]{font-size:.875rem;color:#f43f5e;margin-top:.5rem;line-height:1.4}.auth-success-message[data-v-dbf7ccde]{font-size:.875rem;color:#22c55e;margin-top:.5rem;line-height:1.4}.auth-secondary-button[data-v-dbf7ccde]{display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;text-decoration:none;font-family:inherit;font-size:1rem;line-height:1;transition:all .2s ease-out;width:100%;background:transparent!important;color:#1b7e84!important;border:2px solid #1b7e84!important;font-size:.875rem;font-weight:600;padding:.875rem 1.5rem;border-radius:1rem;text-transform:none;letter-spacing:.02em;min-height:48px;box-shadow:none}.auth-secondary-button[data-v-dbf7ccde]:disabled{cursor:not-allowed;opacity:.5}.auth-secondary-button[data-v-dbf7ccde]:focus{outline:none}.auth-secondary-button[data-v-dbf7ccde]:hover:not(:disabled){background:#1b7e84!important;color:#fff!important;border-color:#1b7e84!important;transform:translateY(-2px);box-shadow:0 6px 20px #1b7e844d}.auth-secondary-button[data-v-dbf7ccde]:active:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #1b7e8440}.auth-secondary-button[data-v-dbf7ccde]:focus-visible{outline:2px solid #5eead4;outline-offset:2px}.auth-secondary-button[data-v-dbf7ccde]:disabled{background:transparent!important;color:#cbd5e1!important;border-color:#1f2937!important;opacity:.7;transform:none!important;box-shadow:none!important}@keyframes fadeIn-95a33549{0%{opacity:0}to{opacity:1}}.auth-page[data-v-95a33549]{min-height:100dvh;background:#0f0f0f}.auth-container[data-v-95a33549]{display:grid;grid-template-columns:2fr 1.4fr;grid-template-areas:"form brand";min-height:100dvh;width:100%}@media (max-width: 767px){.auth-container[data-v-95a33549]{grid-template-columns:1fr;grid-template-areas:"form"}}.auth-brand-panel[data-v-95a33549]{grid-area:brand;background:linear-gradient(135deg,#1b7e84,#1a7e84,#0f5d61);padding:2.5rem;display:flex;flex-direction:column;justify-content:center;color:#fff;position:sticky;top:0;height:100dvh;overflow:hidden}.auth-brand-panel[data-v-95a33549]:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,rgba(255,255,255,.04) 40%,transparent 70%);transform:rotate(45deg);animation:float-95a33549 6s ease-in-out infinite}.auth-brand-panel[data-v-95a33549]:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.05) 50%,transparent 100%);animation:shimmer-95a33549 8s ease-in-out infinite;pointer-events:none}@media (max-width: 767px){.auth-brand-panel[data-v-95a33549]{display:none}}.auth-brand-content[data-v-95a33549]{position:relative;z-index:1;animation:fadeInUp-95a33549 .8s ease-out}.auth-logo-section[data-v-95a33549]{transition:transform .3s ease}@media (max-width: 767px){.auth-logo-section[data-v-95a33549]{justify-content:center}}.auth-brand-logo[data-v-95a33549]{width:60px;height:60px;flex-shrink:0;filter:brightness(0) invert(1);transition:transform .3s ease}@media (max-width: 767px){.auth-brand-logo[data-v-95a33549]{width:50px;height:50px}}.auth-brand-text .auth-brand-title[data-v-95a33549]{font-size:2rem;font-weight:500;margin:0;letter-spacing:-.02em}.auth-brand-text .auth-brand-subtitle[data-v-95a33549]{font-size:.875rem;margin:0;opacity:.9;font-weight:300}.auth-welcome-section[data-v-95a33549]{margin-bottom:2rem;animation:fadeInUp-95a33549 .8s ease-out .3s both}.auth-welcome-section .auth-welcome-title[data-v-95a33549]{font-size:1.75rem;font-weight:500;margin:0 0 .75rem;line-height:1.2;transition:color .3s ease}.auth-welcome-section .auth-welcome-title[data-v-95a33549]:hover{color:#fffffff2}.auth-welcome-section .auth-welcome-message[data-v-95a33549]{font-size:1rem;line-height:1.5;margin:0;opacity:.9;font-weight:300;transition:opacity .3s ease}.auth-welcome-section .auth-welcome-message[data-v-95a33549]:hover{opacity:1}.auth-features-highlight[data-v-95a33549]{display:flex;flex-direction:column;gap:.625rem}@media (max-width: 767px){.auth-features-highlight[data-v-95a33549]{display:none}}.auth-features-highlight .auth-feature-item[data-v-95a33549]{animation:fadeInLeft-95a33549 .6s ease-out forwards;opacity:0}.auth-features-highlight .auth-feature-item[data-v-95a33549]:nth-child(1){animation-delay:.2s}.auth-features-highlight .auth-feature-item[data-v-95a33549]:nth-child(2){animation-delay:.4s}.auth-features-highlight .auth-feature-item[data-v-95a33549]:nth-child(3){animation-delay:.6s}.auth-features-highlight .auth-feature-item[data-v-95a33549]:nth-child(4){animation-delay:.8s}.auth-feature-item[data-v-95a33549]{display:flex;align-items:flex-start;gap:.875rem;padding:.75rem 1rem;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:.625rem;transition:transform .2s ease,background .2s ease}.auth-feature-item[data-v-95a33549]:hover{transform:translate(4px);background:#ffffff1c}.auth-feature-item .auth-feature-icon[data-v-95a33549]{font-size:1.25rem;opacity:.9;flex-shrink:0;margin-top:.1rem;transition:transform .2s ease}.auth-feature-item:hover .auth-feature-icon[data-v-95a33549]{transform:scale(1.1)}.auth-feature-body[data-v-95a33549]{display:flex;flex-direction:column;gap:.2rem}.auth-feature-title[data-v-95a33549]{font-size:.875rem;font-weight:400;opacity:.95}.auth-feature-desc[data-v-95a33549]{font-size:.75rem;font-weight:300;opacity:.7;line-height:1.45}@keyframes float-95a33549{0%,to{transform:rotate(45deg) translateY(0)}50%{transform:rotate(45deg) translateY(-10px)}}@keyframes shimmer-95a33549{0%{left:-100%}50%,to{left:100%}}@keyframes fadeInUp-95a33549{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft-95a33549{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.form-fade-enter-active[data-v-95a33549]{transition:all .4s ease-out}.form-fade-enter-from[data-v-95a33549]{opacity:0;transform:translateY(10px) scale(.98)}.form-fade-enter-to[data-v-95a33549]{opacity:1;transform:translateY(0) scale(1)}.auth-form-panel[data-v-95a33549]{grid-area:form;padding:2.5rem;display:flex;flex-direction:column;justify-content:center}@media (max-width: 767px){.auth-form-panel[data-v-95a33549]{padding:1.5rem 1.25rem;justify-content:flex-start}}.auth-form-container[data-v-95a33549]{max-width:400px;width:100%}@media (max-width: 767px){.auth-form-container[data-v-95a33549]{max-width:none;width:100%;padding:0 1rem}}.auth-form-header[data-v-95a33549]{margin-bottom:2rem;text-align:left}@media (max-width: 767px){.auth-form-header[data-v-95a33549]{text-align:center;margin-bottom:1.5rem}}.auth-form-header .auth-form-title[data-v-95a33549]{font-size:1.75rem;font-weight:500;color:#f8fafc;line-height:1.2}.auth-form-header .auth-form-subtitle[data-v-95a33549]{font-size:.875rem;color:#cbd5e1;margin:0;line-height:1.4}.auth-form[data-v-95a33549]{gap:1.5rem}.auth-form-group[data-v-95a33549]{gap:.25rem}.auth-form-input[data-v-95a33549]{transition:all .2s ease-out}.auth-form-input[data-v-95a33549] .field-wrapper,.auth-form-input[data-v-95a33549] .text-field,.auth-form-input[data-v-95a33549] .combo-field,.auth-form-input[data-v-95a33549] .number-field,.auth-form-input[data-v-95a33549] .date-field,.auth-form-input[data-v-95a33549] .select-field{width:100%}.auth-form-input[data-v-95a33549] .text-field:focus-within input,.auth-form-input[data-v-95a33549] .text-field:focus-within select,.auth-form-input[data-v-95a33549] .combo-field:focus-within input,.auth-form-input[data-v-95a33549] .combo-field:focus-within select,.auth-form-input[data-v-95a33549] .number-field:focus-within input,.auth-form-input[data-v-95a33549] .number-field:focus-within select,.auth-form-input[data-v-95a33549] .date-field:focus-within input,.auth-form-input[data-v-95a33549] .date-field:focus-within select,.auth-form-input[data-v-95a33549] .select-field:focus-within input,.auth-form-input[data-v-95a33549] .select-field:focus-within select{border-color:#5eead4;box-shadow:0 0 0 3px #1b7e841a}.auth-form-link[data-v-95a33549]{transition:all .2s ease-out;background:none;border:none;color:#1b7e84;font-size:.875rem;font-weight:500;cursor:pointer;text-decoration:none;padding:0}.auth-form-link[data-v-95a33549]:hover{color:#5eead4;text-decoration:underline}.auth-form-link[data-v-95a33549]:focus{outline:2px solid #5eead4;outline-offset:2px;border-radius:2px}.auth-submit-button[data-v-95a33549]{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;font-family:inherit;font-size:1rem;line-height:1;transition:all .2s ease-out;width:100%;background:linear-gradient(135deg,#1b7e84,color-mix(in srgb,#1b7e84 90%,black))!important;color:#fff!important;font-size:.875rem;font-weight:600;padding:1rem 1.5rem;border-radius:1rem;border:none;text-transform:none;letter-spacing:.02em;min-height:48px;box-shadow:0 2px 8px #1b7e8433}.auth-submit-button[data-v-95a33549]:disabled{cursor:not-allowed;opacity:.5}.auth-submit-button[data-v-95a33549]:focus{outline:none}.auth-submit-button[data-v-95a33549]:hover:not(:disabled){background:linear-gradient(135deg,color-mix(in srgb,#1b7e84 95%,white),#1b7e84)!important;transform:translateY(-2px);box-shadow:0 6px 20px #1b7e844d}.auth-submit-button[data-v-95a33549]:active:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #1b7e8440}.auth-submit-button[data-v-95a33549]:focus-visible{outline:2px solid #5eead4;outline-offset:2px}.auth-submit-button[data-v-95a33549]:disabled{background:#1f2937!important;color:#cbd5e1!important;opacity:.7;transform:none!important;box-shadow:none!important}.auth-form-footer[data-v-95a33549]{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #1f2937}.auth-footer-links[data-v-95a33549]{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.auth-footer-text[data-v-95a33549]{font-size:.875rem;color:#cbd5e1}.auth-footer-link[data-v-95a33549]{transition:all .2s ease-out;color:#1b7e84;font-size:.875rem;font-weight:500;text-decoration:none;background:none;border:none;cursor:pointer;padding:0}.auth-footer-link[data-v-95a33549]:hover{color:#5eead4;text-decoration:underline}.auth-footer-link[data-v-95a33549]:focus{outline:2px solid #5eead4;outline-offset:2px;border-radius:2px}.auth-checkbox[data-v-95a33549]{margin:.75rem 0}.auth-checkbox[data-v-95a33549] .checkbox-container{display:flex;align-items:center;gap:.5rem}.auth-checkbox[data-v-95a33549] .checkbox-container input[type=checkbox]{accent-color:#1b7e84;margin:0}.auth-checkbox[data-v-95a33549] .checkbox-container label{font-size:.875rem;color:#f8fafc;margin:0}.auth-checkbox[data-v-95a33549] .checkbox-container label a{color:#1b7e84;text-decoration:none}.auth-checkbox[data-v-95a33549] .checkbox-container label a:hover{text-decoration:underline}.auth-form-step[data-v-95a33549]{display:none}.auth-form-step.active[data-v-95a33549]{display:block}.auth-form-steps[data-v-95a33549]{display:flex;justify-content:space-between;margin-bottom:2rem}.auth-form-steps .auth-step[data-v-95a33549]{flex:1;padding:.5rem 1rem;text-align:center;font-size:.875rem;background:#1f2937;color:#cbd5e1;border-radius:1rem}.auth-form-steps .auth-step.active[data-v-95a33549]{background:#1b7e84;color:#fff}.auth-form-steps .auth-step.completed[data-v-95a33549]{background:#22c55e;color:#fff}.auth-form-steps .auth-step[data-v-95a33549]:not(:last-child){margin-right:.5rem}.auth-form-container.large[data-v-95a33549]{max-width:450px}@media (max-width: 767px){.auth-form-container.large[data-v-95a33549]{max-width:none}}.auth-form-row[data-v-95a33549]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 767px){.auth-form-row[data-v-95a33549]{grid-template-columns:1fr}}.auth-file-upload[data-v-95a33549]{transition:all .2s ease-out;border:2px dashed #1f2937;border-radius:1rem;padding:2rem;text-align:center;cursor:pointer}.auth-file-upload[data-v-95a33549]:hover{border-color:#5eead4;background:#1b7e840d}.auth-file-upload .upload-icon[data-v-95a33549]{font-size:2rem;color:#1b7e84;margin-bottom:1rem}.auth-file-upload .upload-text[data-v-95a33549]{font-size:.875rem;color:#cbd5e1}.auth-file-upload .upload-text strong[data-v-95a33549]{color:#1b7e84}.auth-progress[data-v-95a33549]{width:100%;height:4px;background:#1f2937;border-radius:2px;margin-bottom:2rem;overflow:hidden}.auth-progress .auth-progress-bar[data-v-95a33549]{height:100%;background:#1b7e84;border-radius:2px;transition:width .3s ease}@media (max-width: 767px){.auth-brand-panel[data-v-95a33549]{order:2;background:#1f2937;color:#f8fafc;padding:1.5rem}.auth-brand-panel[data-v-95a33549]:before{display:none}.auth-brand-panel .auth-brand-logo[data-v-95a33549]{filter:none}.auth-brand-panel .auth-logo-section[data-v-95a33549]{display:flex;justify-content:center;margin-bottom:0}.auth-brand-panel .auth-brand-text .auth-brand-title[data-v-95a33549]{font-size:1.5rem;color:#1b7e84}.auth-brand-panel .auth-welcome-section[data-v-95a33549]{display:none}.auth-form-panel[data-v-95a33549]{order:1}}@media (prefers-reduced-motion: reduce){[data-v-95a33549]{transition:none!important;animation:none!important}}.auth-form[data-v-95a33549] input:focus{outline:2px solid #5eead4;outline-offset:2px}.auth-divider[data-v-95a33549]{position:relative;margin:1.5rem 0;text-align:center}.auth-divider[data-v-95a33549]:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#1f2937}.auth-divider span[data-v-95a33549]{background:#0f0f0f;padding:0 1rem;font-size:.875rem;color:#cbd5e1}.auth-error-message[data-v-95a33549]{font-size:.875rem;color:#f43f5e;margin-top:.5rem;line-height:1.4}.auth-success-message[data-v-95a33549]{font-size:.875rem;color:#22c55e;margin-top:.5rem;line-height:1.4}.auth-secondary-button[data-v-95a33549]{display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;text-decoration:none;font-family:inherit;font-size:1rem;line-height:1;transition:all .2s ease-out;width:100%;background:transparent!important;color:#1b7e84!important;border:2px solid #1b7e84!important;font-size:.875rem;font-weight:600;padding:.875rem 1.5rem;border-radius:1rem;text-transform:none;letter-spacing:.02em;min-height:48px;box-shadow:none}.auth-secondary-button[data-v-95a33549]:disabled{cursor:not-allowed;opacity:.5}.auth-secondary-button[data-v-95a33549]:focus{outline:none}.auth-secondary-button[data-v-95a33549]:hover:not(:disabled){background:#1b7e84!important;color:#fff!important;border-color:#1b7e84!important;transform:translateY(-2px);box-shadow:0 6px 20px #1b7e844d}.auth-secondary-button[data-v-95a33549]:active:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #1b7e8440}.auth-secondary-button[data-v-95a33549]:focus-visible{outline:2px solid #5eead4;outline-offset:2px}.auth-secondary-button[data-v-95a33549]:disabled{background:transparent!important;color:#cbd5e1!important;border-color:#1f2937!important;opacity:.7;transform:none!important;box-shadow:none!important}.verification-status-container[data-v-95a33549]{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;min-height:400px}.verification-success[data-v-95a33549]{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:500px;width:100%}.status-icon[data-v-95a33549]{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;margin-bottom:.5rem}.status-icon.success[data-v-95a33549]{background:#4caf501a;color:var(--color-success)}.status-title[data-v-95a33549]{font-size:1.75rem;font-weight:var(--font-weight-medium);margin:0;color:var(--color-success)}.status-message[data-v-95a33549]{font-size:1rem;line-height:1.5;color:var(--secondary-font);margin:0;text-align:center;max-width:400px}.status-actions[data-v-95a33549]{margin-top:1rem;display:flex;flex-direction:column;gap:1rem;width:100%;max-width:300px}@keyframes fadeIn-b1cfb835{0%{opacity:0}to{opacity:1}}.billing-toggle[data-v-b1cfb835]{display:inline-flex;align-items:center;gap:1rem}.billing-label[data-v-b1cfb835]{font-size:.9375rem;font-weight:500;color:#cbd5e1;transition:color .2s ease}.billing-label.active[data-v-b1cfb835]{color:#f8fafc;font-weight:600}.billing-switch[data-v-b1cfb835]{position:relative;width:2.75rem;height:1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);border-radius:2rem;cursor:pointer;transition:background .2s ease,border-color .2s ease}.billing-switch.active[data-v-b1cfb835]{background:#1b7e84;border-color:#1b7e84}.billing-slider[data-v-b1cfb835]{position:absolute;top:.1875rem;left:.1875rem;width:1.0625rem;height:1.0625rem;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 1px 3px #00000040}.billing-switch.active .billing-slider[data-v-b1cfb835]{transform:translate(1.25rem)}.savings-badge[data-v-b1cfb835]{position:absolute;top:-1.625rem;left:50%;transform:translate(-50%);background:#5eead4;color:#0f0f0f;font-size:.625rem;font-weight:600;padding:.2rem .5rem;border-radius:1rem;white-space:nowrap;letter-spacing:.04em}@keyframes fadeIn-1737339b{0%{opacity:0}to{opacity:1}}
