.QuoteInput-module__CfFeZW__quoteInputContainer{animation:.4s ease-out QuoteInput-module__CfFeZW__slideIn}@keyframes QuoteInput-module__CfFeZW__slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.QuoteInput-module__CfFeZW__stepTitle{color:var(--theme-txt);margin-bottom:2rem;padding-bottom:1rem;font-size:1.875rem;font-weight:700;position:relative}.QuoteInput-module__CfFeZW__stepTitle:after{content:"";background:linear-gradient(90deg,var(--theme-CTA1),var(--theme-CTA2));border-radius:2px;width:60px;height:4px;position:absolute;bottom:0;left:0}.QuoteInput-module__CfFeZW__fieldsGrid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem;display:grid}@media (min-width:768px){.QuoteInput-module__CfFeZW__fieldsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.QuoteInput-module__CfFeZW__fieldsGrid{grid-template-columns:repeat(3,1fr)}}.QuoteInput-module__CfFeZW__inputGroup{flex-direction:column;gap:.5rem;display:flex}.QuoteInput-module__CfFeZW__inputLabel{color:var(--theme-txt);align-items:center;gap:.25rem;font-size:.9375rem;font-weight:600;display:flex}.QuoteInput-module__CfFeZW__required{color:var(--theme-danger);font-size:1.25rem}.QuoteInput-module__CfFeZW__textInput{width:100%;color:var(--theme-txt);border:2px solid var(--theme-bg1);background:#fff;border-radius:8px;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.QuoteInput-module__CfFeZW__textInput::placeholder{color:var(--theme-text-muted)}.QuoteInput-module__CfFeZW__textInput:focus{border-color:var(--theme-CTA1);outline:none;box-shadow:0 0 0 4px #3437751a}.QuoteInput-module__CfFeZW__textInput:hover{border-color:var(--theme-CTA2)}.QuoteInput-module__CfFeZW__buttonChoice{width:100%;color:var(--theme-txt);border:2px solid var(--theme-bg1);cursor:pointer;text-align:left;background:#fff;border-radius:10px;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.QuoteInput-module__CfFeZW__buttonChoice:before{content:"";background:var(--theme-CTA1);width:4px;height:100%;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleY(0)}.QuoteInput-module__CfFeZW__buttonChoice:hover{border-color:var(--theme-CTA1);background:var(--theme-bg2);transform:translate(4px)}.QuoteInput-module__CfFeZW__buttonChoice:hover:before{transform:scaleY(1)}.QuoteInput-module__CfFeZW__buttonChoice.QuoteInput-module__CfFeZW__selected{background:linear-gradient(135deg,var(--theme-CTA1),var(--theme-pannel));color:#fff;border-color:var(--theme-CTA1);box-shadow:0 4px 12px #3437754d}.QuoteInput-module__CfFeZW__buttonChoice.QuoteInput-module__CfFeZW__selected:before{background:#fff;transform:scaleY(1)}.QuoteInput-module__CfFeZW__checkboxCard{cursor:pointer;display:block}.QuoteInput-module__CfFeZW__checkboxInput{display:none}.QuoteInput-module__CfFeZW__checkboxLabel{border:2px solid var(--theme-bg1);background:#fff;border-radius:10px;flex-direction:column;gap:.75rem;min-height:140px;padding:1.25rem;transition:all .3s;display:flex;position:relative}.QuoteInput-module__CfFeZW__checkboxLabel:after{content:"";border:2px solid var(--theme-bg1);border-radius:6px;width:24px;height:24px;transition:all .3s;position:absolute;top:1rem;right:1rem}.QuoteInput-module__CfFeZW__checkboxInput:checked+.QuoteInput-module__CfFeZW__checkboxLabel{border-color:var(--theme-CTA1);background:var(--theme-info-bg)}.QuoteInput-module__CfFeZW__checkboxInput:checked+.QuoteInput-module__CfFeZW__checkboxLabel:after{background:var(--theme-CTA1);border-color:var(--theme-CTA1);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'%3E%3C/path%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:16px}.QuoteInput-module__CfFeZW__checkboxLabel:hover{border-color:var(--theme-CTA2);background:var(--theme-bg2)}.QuoteInput-module__CfFeZW__checkboxTitle{color:var(--theme-txt);padding-right:2rem;font-size:1rem;font-weight:600}.QuoteInput-module__CfFeZW__checkboxDescription{color:var(--theme-text-secondary);font-size:.875rem;line-height:1.5}.QuoteInput-module__CfFeZW__navigationBar{border-top:2px solid var(--theme-bg1);justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.QuoteInput-module__CfFeZW__navButton{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.QuoteInput-module__CfFeZW__navButtonPrev{color:var(--theme-CTA1);border:2px solid var(--theme-CTA1);background:#fff}.QuoteInput-module__CfFeZW__navButtonPrev:hover{background:var(--theme-CTA1);color:#fff;transform:translate(-4px)}.QuoteInput-module__CfFeZW__navButtonNext{background:var(--theme-CTA1);color:#fff;margin-left:auto;box-shadow:0 4px 12px #34377533}.QuoteInput-module__CfFeZW__navButtonReset{color:var(--theme-danger);border:2px solid var(--theme-danger);background:0 0;margin-left:auto;margin-right:auto;box-shadow:0 2px 8px #e74c3c26}.QuoteInput-module__CfFeZW__navButtonReset:hover{background:var(--theme-danger);color:#fff;transform:scale(1.02);box-shadow:0 4px 12px #e74c3c4d}.QuoteInput-module__CfFeZW__navButtonNext:hover{background:var(--theme-pannel);transform:translate(4px);box-shadow:0 6px 16px #3437754d}@media (max-width:767px){.QuoteInput-module__CfFeZW__stepTitle{font-size:1.5rem}.QuoteInput-module__CfFeZW__navigationBar{flex-direction:column}.QuoteInput-module__CfFeZW__navButton{justify-content:center;width:100%}.QuoteInput-module__CfFeZW__navButtonNext{margin-left:0}}
.QuoteEstimation-module__VXPS6G__estimationCard{border:2px solid var(--theme-bg1);background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000014}.QuoteEstimation-module__VXPS6G__estimationCard[style*="position: sticky"],.QuoteEstimation-module__VXPS6G__estimationCard.QuoteEstimation-module__VXPS6G__sticky{max-width:420px;max-height:calc(100vh - 4rem);padding:1.25rem;position:sticky;top:2rem;overflow-y:auto}.QuoteEstimation-module__VXPS6G__estimationTitle{color:var(--theme-CTA1);border-bottom:3px solid var(--theme-CTA1);align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.5rem;font-weight:700;display:flex}.estimationSection .QuoteEstimation-module__VXPS6G__estimationTitle{gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;font-size:1.25rem}.QuoteEstimation-module__VXPS6G__estimationTitle:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23343775' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3Cpolyline points='10 9 9 9 8 9'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;width:1.5rem;height:1.5rem;display:inline-block}.QuoteEstimation-module__VXPS6G__summarySection{border-bottom:1px solid var(--theme-bg1);margin-bottom:1.5rem;padding-bottom:1.5rem}.estimationSection .QuoteEstimation-module__VXPS6G__summarySection{margin-bottom:1rem;padding-bottom:.875rem}.QuoteEstimation-module__VXPS6G__summarySection:last-of-type{border-bottom:none}.QuoteEstimation-module__VXPS6G__sectionTitle{color:var(--theme-txt);align-items:center;gap:.5rem;margin-bottom:.875rem;font-size:1.125rem;font-weight:600;display:flex}.estimationSection .QuoteEstimation-module__VXPS6G__sectionTitle{margin-bottom:.625rem;font-size:1rem}.QuoteEstimation-module__VXPS6G__sectionTitle:before{content:"▸";color:var(--theme-CTA1);font-weight:700}.QuoteEstimation-module__VXPS6G__sectionContent{color:var(--theme-text-secondary);font-size:.9375rem;line-height:1.6}.estimationSection .QuoteEstimation-module__VXPS6G__sectionContent{font-size:.875rem;line-height:1.5}.QuoteEstimation-module__VXPS6G__itemsList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.estimationSection .QuoteEstimation-module__VXPS6G__itemsList{gap:.375rem}.QuoteEstimation-module__VXPS6G__itemRow{background:var(--theme-bg2);border-radius:6px;justify-content:space-between;align-items:center;padding:.625rem .875rem;transition:all .2s;display:flex}.estimationSection .QuoteEstimation-module__VXPS6G__itemRow{padding:.5rem .75rem}.QuoteEstimation-module__VXPS6G__itemRow:hover{background:var(--theme-bg1);transform:translate(4px)}.QuoteEstimation-module__VXPS6G__itemName{color:var(--theme-txt);font-weight:500}.estimationSection .QuoteEstimation-module__VXPS6G__itemName{font-size:.875rem;line-height:1.4}.QuoteEstimation-module__VXPS6G__itemPrice{color:var(--theme-CTA1);font-size:.9375rem;font-weight:600}.estimationSection .QuoteEstimation-module__VXPS6G__itemPrice{font-size:.875rem}.QuoteEstimation-module__VXPS6G__optionBadge{background:var(--theme-success-bg);color:var(--theme-success);border-radius:20px;margin-left:.5rem;padding:.25rem .75rem;font-size:.8125rem;font-weight:600;display:inline-block}.estimationSection .QuoteEstimation-module__VXPS6G__optionBadge{margin-left:.375rem;padding:.2rem .625rem;font-size:.75rem}.QuoteEstimation-module__VXPS6G__optionBadge.QuoteEstimation-module__VXPS6G__warning{background:var(--theme-warning-bg);color:var(--theme-warning)}.QuoteEstimation-module__VXPS6G__optionBadge.QuoteEstimation-module__VXPS6G__info{background:var(--theme-info-bg);color:var(--theme-info)}.QuoteEstimation-module__VXPS6G__totalSection{background:linear-gradient(135deg,var(--theme-CTA1),var(--theme-pannel));border-radius:10px;margin-top:2rem;padding:1.5rem;box-shadow:0 8px 24px #34377540}.estimationSection .QuoteEstimation-module__VXPS6G__totalSection{margin-top:1.25rem;padding:1.125rem}.QuoteEstimation-module__VXPS6G__totalRow{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.estimationSection .QuoteEstimation-module__VXPS6G__totalRow{margin-bottom:.5rem}.QuoteEstimation-module__VXPS6G__totalLabel{color:#fff;font-size:1.125rem;font-weight:600}.estimationSection .QuoteEstimation-module__VXPS6G__totalLabel{font-size:1rem}.QuoteEstimation-module__VXPS6G__totalPrice{color:#fff;letter-spacing:-.5px;font-size:2.25rem;font-weight:700}.estimationSection .QuoteEstimation-module__VXPS6G__totalPrice{font-size:1.875rem}.QuoteEstimation-module__VXPS6G__tvaNotice{color:#ffffffd9;text-align:right;margin:0;font-size:.8125rem;font-style:italic}.estimationSection .QuoteEstimation-module__VXPS6G__tvaNotice{font-size:.75rem;line-height:1.3}.QuoteEstimation-module__VXPS6G__sendButton{width:100%;color:var(--theme-CTA1);cursor:pointer;background:#fff;border:2px solid #fff;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.QuoteEstimation-module__VXPS6G__sendButton:hover{background:var(--theme-bg2);color:var(--theme-pannel);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.QuoteEstimation-module__VXPS6G__emptyState{text-align:center;color:var(--theme-text-muted);padding:3rem 1rem}.QuoteEstimation-module__VXPS6G__emptyState:before{content:"";opacity:.5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3Cpolyline points='10 9 9 9 8 9'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;width:4rem;height:4rem;margin:0 auto 1rem;display:block}.QuoteEstimation-module__VXPS6G__emptyStateText{color:var(--theme-text-secondary);font-size:1rem}.QuoteEstimation-module__VXPS6G__estimationCard::-webkit-scrollbar{width:6px}.QuoteEstimation-module__VXPS6G__estimationCard::-webkit-scrollbar-track{background:var(--theme-bg2);border-radius:3px}.QuoteEstimation-module__VXPS6G__estimationCard::-webkit-scrollbar-thumb{background:var(--theme-CTA2);border-radius:3px}.QuoteEstimation-module__VXPS6G__estimationCard::-webkit-scrollbar-thumb:hover{background:var(--theme-CTA1)}@media (max-width:1023px){.QuoteEstimation-module__VXPS6G__estimationCard{max-height:none;margin-top:2rem;position:static}}@media (max-width:767px){.QuoteEstimation-module__VXPS6G__estimationCard{padding:1.5rem}.QuoteEstimation-module__VXPS6G__estimationTitle{font-size:1.25rem}.QuoteEstimation-module__VXPS6G__totalPrice{font-size:1.875rem}}
.AuthModal-module__jrbLjq__tabs{border-bottom:2px solid var(--theme-bg1);background-color:var(--theme-bg2);display:flex}.AuthModal-module__jrbLjq__tab{color:var(--theme-txt);cursor:pointer;opacity:.6;background:0 0;border:none;flex:1;padding:1.25rem;font-size:1rem;font-weight:600;transition:all .3s;position:relative}.AuthModal-module__jrbLjq__tab:hover:not(:disabled){opacity:1;background-color:var(--theme-bg1)}.AuthModal-module__jrbLjq__tab:disabled{cursor:not-allowed;opacity:.5}.AuthModal-module__jrbLjq__tabActive{opacity:1;color:var(--theme-CTA1)}.AuthModal-module__jrbLjq__tabActive:after{content:"";background-color:var(--theme-CTA1);height:2px;position:absolute;bottom:-2px;left:0;right:0}.AuthModal-module__jrbLjq__content{padding:2.5rem;animation:.3s ease-out AuthModal-module__jrbLjq__fadeInContent}.AuthModal-module__jrbLjq__contentFading{opacity:0;animation:.15s ease-out AuthModal-module__jrbLjq__fadeOutContent}@keyframes AuthModal-module__jrbLjq__fadeInContent{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes AuthModal-module__jrbLjq__fadeOutContent{0%{opacity:1}to{opacity:0}}.AuthModal-module__jrbLjq__title{color:var(--theme-CTA1);margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.AuthModal-module__jrbLjq__subtitle{color:var(--theme-txt);opacity:.7;margin-bottom:2rem;font-size:.95rem}.AuthModal-module__jrbLjq__form{flex-direction:column;gap:1.5rem;display:flex}.AuthModal-module__jrbLjq__field{flex-direction:column;gap:.5rem;display:flex}.AuthModal-module__jrbLjq__error{color:#e74c3c;font-size:.813rem;font-weight:500}.AuthModal-module__jrbLjq__loader{align-items:center;gap:.5rem;display:inline-flex}.AuthModal-module__jrbLjq__loader:after{content:"";border:2px solid var(--theme-footer-txt);border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite AuthModal-module__jrbLjq__spin}@media (max-width:768px){.AuthModal-module__jrbLjq__content{padding:2rem 1.5rem}.AuthModal-module__jrbLjq__title{font-size:1.5rem}.AuthModal-module__jrbLjq__tab{padding:1rem;font-size:.938rem}}
:root{--btw-header-height:72px}.Navbar-module__dVeNwG__header{z-index:50;width:100%;transition:background .35s,box-shadow .35s,border-color .35s}@media (min-width:769px){.Navbar-module__dVeNwG__headerHome{background:0 0;border-bottom:1px solid #0000;position:absolute;bottom:0;left:0;right:0}}.Navbar-module__dVeNwG__headerRegular{background:#fffffff2;border-bottom:1px solid #3437751a;position:fixed;top:0;left:0;right:0;box-shadow:0 18px 35px #0f172a14}.Navbar-module__dVeNwG__headerPinned{-webkit-backdrop-filter:blur(18px);background:#ffffffe6;border-bottom:1px solid #3437751f;position:fixed;inset:0 0 auto;box-shadow:0 20px 45px #0f172a26}@media (max-width:768px){.Navbar-module__dVeNwG__headerHome,.Navbar-module__dVeNwG__headerRegular,.Navbar-module__dVeNwG__headerPinned{-webkit-backdrop-filter:blur(18px);left:0;right:0;background:#fffffff2!important;border-bottom:1px solid #3437751a!important;position:fixed!important;top:0!important;bottom:auto!important;box-shadow:0 18px 35px #0f172a14!important}}.Navbar-module__dVeNwG__inner{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:.4rem clamp(1rem,2vw,2rem);display:flex;position:relative}.Navbar-module__dVeNwG__logo{color:var(--theme-CTA1);letter-spacing:.04em;text-transform:uppercase;flex-shrink:0;font-size:1.25rem;font-weight:700;text-decoration:none}.Navbar-module__dVeNwG__logoImage{object-fit:contain;width:auto;height:clamp(60px,8vw,95px)}@media (max-width:768px){.Navbar-module__dVeNwG__logoImage{object-fit:contain!important;width:auto!important;height:88px!important}}.Navbar-module__dVeNwG__nav{border:1px solid var(--theme-footer);-webkit-backdrop-filter:blur(16px);white-space:nowrap;background:#fffc;border-radius:999px;align-items:center;gap:clamp(.75rem,1.5vw,1.25rem);padding:.35rem clamp(.75rem,1.5vw,1.5rem);display:flex;box-shadow:0 12px 32px #0f172a1f}.Navbar-module__dVeNwG__navItem{align-items:center;display:inline-flex;position:relative}.Navbar-module__dVeNwG__navLink{color:var(--theme-txt);padding:.35rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.Navbar-module__dVeNwG__navLink:after{content:"";background:linear-gradient(90deg,var(--theme-CTA2),var(--theme-CTA1));transform-origin:50%;border-radius:999px;height:2px;transition:transform .2s;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.Navbar-module__dVeNwG__navLink:hover,.Navbar-module__dVeNwG__navLink:focus-visible{color:var(--theme-CTA1)}.Navbar-module__dVeNwG__navLink:hover:after,.Navbar-module__dVeNwG__navLinkActive:after,.Navbar-module__dVeNwG__navLink:focus-visible:after{transform:scaleX(1)}.Navbar-module__dVeNwG__navLinkActive{color:var(--theme-CTA1);font-weight:600}.Navbar-module__dVeNwG__navButton{color:inherit;font:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:0;display:inline-flex}.Navbar-module__dVeNwG__caret{opacity:.7;font-size:.65rem;transition:transform .2s}.Navbar-module__dVeNwG__submenu{opacity:0;pointer-events:none;z-index:1000;background:#f8f8fff7;border:1px solid #3437751f;border-radius:1rem;flex-direction:column;gap:.4rem;min-width:220px;padding:.85rem;transition:opacity .2s,transform .2s;display:flex;position:absolute;top:120%;left:50%;transform:translate(-50%)translateY(8px)scale(.98);box-shadow:0 18px 40px #0f172a33}@media (min-width:769px){.Navbar-module__dVeNwG__headerHome .Navbar-module__dVeNwG__submenu{top:auto;bottom:120%;transform:translate(-50%)translateY(-8px)scale(.98)}.Navbar-module__dVeNwG__headerRegular .Navbar-module__dVeNwG__submenu,.Navbar-module__dVeNwG__headerPinned .Navbar-module__dVeNwG__submenu{top:120%;bottom:auto;transform:translate(-50%)translateY(8px)scale(.98)}}@media (max-width:768px){.Navbar-module__dVeNwG__headerHome .Navbar-module__dVeNwG__submenu,.Navbar-module__dVeNwG__headerRegular .Navbar-module__dVeNwG__submenu,.Navbar-module__dVeNwG__headerPinned .Navbar-module__dVeNwG__submenu{transform:translate(-50%)translateY(8px)scale(.98);top:120%!important;bottom:auto!important}}.Navbar-module__dVeNwG__submenuOpen{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)scale(1)}@media (min-width:769px){.Navbar-module__dVeNwG__headerHome .Navbar-module__dVeNwG__submenuOpen,.Navbar-module__dVeNwG__headerRegular .Navbar-module__dVeNwG__submenuOpen,.Navbar-module__dVeNwG__headerPinned .Navbar-module__dVeNwG__submenuOpen{transform:translate(-50%)translateY(0)scale(1)}}@media (max-width:768px){.Navbar-module__dVeNwG__headerHome .Navbar-module__dVeNwG__submenuOpen,.Navbar-module__dVeNwG__headerRegular .Navbar-module__dVeNwG__submenuOpen,.Navbar-module__dVeNwG__headerPinned .Navbar-module__dVeNwG__submenuOpen{transform:translate(-50%)translateY(0)scale(1)!important}}.Navbar-module__dVeNwG__submenuLink{color:var(--theme-text-secondary);border-radius:.65rem;padding:.5rem .65rem;font-size:.9rem;text-decoration:none;transition:background .2s,color .2s}.Navbar-module__dVeNwG__submenuLink:hover,.Navbar-module__dVeNwG__submenuLink:focus-visible{color:var(--theme-CTA1);background:#a2b3e833}.Navbar-module__dVeNwG__actions{flex-shrink:0;align-items:center;gap:clamp(.5rem,1vw,.75rem);display:flex}.Navbar-module__dVeNwG__btnGhost,.Navbar-module__dVeNwG__btnSolid{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:.5rem;justify-content:center;align-items:center;width:170px;height:44px;padding:.625rem 1.5rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.Navbar-module__dVeNwG__btnGhost{background:var(--theme-CTA2);color:var(--theme-footer-txt);box-shadow:0 4px 12px #a2b3e840}.Navbar-module__dVeNwG__btnGhost:hover{color:var(--theme-CTA1);background:#fff;transform:translateY(-1px);box-shadow:0 6px 16px #a2b3e859}.Navbar-module__dVeNwG__btnSolid{background:var(--theme-CTA1);color:var(--theme-footer-txt);box-shadow:0 6px 18px #3437754d}.Navbar-module__dVeNwG__btnSolid:hover{background:var(--theme-pannel);transform:translateY(-1px);box-shadow:0 8px 22px #34377566}.Navbar-module__dVeNwG__accountWrapper{position:relative}.Navbar-module__dVeNwG__userMenu{z-index:1000;background:#fffffffa;border:1px solid #3437751f;border-radius:.9rem;flex-direction:column;gap:.4rem;min-width:220px;padding:.85rem;display:flex;position:absolute;top:calc(100% + .6rem);right:0;box-shadow:0 18px 42px #0f172a33}.Navbar-module__dVeNwG__userMenuLink,.Navbar-module__dVeNwG__userMenuButton{color:var(--theme-txt);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:.65rem;padding:.6rem .7rem;font-size:.9rem;text-decoration:none;transition:background .2s,color .2s}.Navbar-module__dVeNwG__userMenuLink:hover,.Navbar-module__dVeNwG__userMenuButton:hover{color:var(--theme-CTA1);background:#a2b3e833}.Navbar-module__dVeNwG__userMenuButton{color:var(--theme-danger)}.Navbar-module__dVeNwG__userSummary{border-bottom:1px solid #3437751f;flex-direction:column;gap:.2rem;margin-bottom:.4rem;padding:.35rem .4rem;display:flex}.Navbar-module__dVeNwG__userName{color:var(--theme-CTA1);font-weight:600}.Navbar-module__dVeNwG__userEmail{color:var(--theme-text-secondary);font-size:.85rem}.Navbar-module__dVeNwG__adminBadge{color:var(--theme-CTA1);background:#a2b3e840;border-radius:999px;align-self:flex-start;padding:.15rem .45rem;font-size:.75rem;font-weight:600}.Navbar-module__dVeNwG__compactCaret{transform:rotate(-180deg)}@media (max-width:1200px){.Navbar-module__dVeNwG__inner{flex-wrap:wrap}.Navbar-module__dVeNwG__nav{flex-wrap:wrap;order:3;justify-content:center;width:100%}.Navbar-module__dVeNwG__actions{order:2;margin-left:0}}.Navbar-module__dVeNwG__burgerButton{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:24px;height:24px;margin-left:auto;padding:0;display:none}.Navbar-module__dVeNwG__burgerLine{background:var(--theme-footer);transform-origin:50%;border-radius:2px;width:100%;height:2px;transition:all .3s}.Navbar-module__dVeNwG__burgerLineActive:first-child{background:var(--theme-footer-txt);transform:rotate(45deg)translate(5px,5px)}.Navbar-module__dVeNwG__burgerLineActive:nth-child(2){opacity:0}.Navbar-module__dVeNwG__burgerLineActive:nth-child(3){background:var(--theme-footer-txt);transform:rotate(-45deg)translate(7px,-6px)}.Navbar-module__dVeNwG__mobileMenu{background:var(--theme-footer);-webkit-backdrop-filter:blur(20px);z-index:1000;padding-top:70px;transition:transform .3s;position:fixed;inset:0;overflow-y:auto;transform:translate(-100%)}.Navbar-module__dVeNwG__mobileMenuOpen{transform:translate(0)}.Navbar-module__dVeNwG__mobileHeader{background:var(--theme-footer);z-index:1001;border-bottom:1px solid #f9f9f91a;justify-content:center;align-items:center;height:70px;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__dVeNwG__mobileLogo{align-items:center;display:flex}.Navbar-module__dVeNwG__mobileLogoImage{object-fit:contain;width:auto;max-width:none;height:50px;max-height:none}.Navbar-module__dVeNwG__mobileNav{flex-direction:column;gap:.5rem;padding:2rem 1.5rem;display:flex}.Navbar-module__dVeNwG__mobileNavItem{flex-direction:column;display:flex}.Navbar-module__dVeNwG__mobileNavLink{color:var(--theme-footer-txt);border-bottom:1px solid #f9f9f91a;justify-content:space-between;align-items:center;padding:1rem 0;font-size:18px;font-weight:400;text-decoration:none;transition:color .2s;display:flex}.Navbar-module__dVeNwG__mobileNavLink:hover{color:var(--theme-footer-txt);background:#f9f9f90d;border-radius:8px;padding-left:1rem;padding-right:1rem}.Navbar-module__dVeNwG__mobileNavLinkActive{color:var(--theme-footer-txt);background:#f9f9f91a;border-radius:8px;padding-left:1rem;padding-right:1rem;font-weight:600}.Navbar-module__dVeNwG__mobileNavButton{cursor:pointer;font:inherit;text-align:left;background:0 0;border:none;width:100%}.Navbar-module__dVeNwG__mobileCaret{font-size:14px;transition:transform .2s}.Navbar-module__dVeNwG__mobileCaretOpen{transform:rotate(180deg)}.Navbar-module__dVeNwG__mobileSubmenu{border-left:2px solid #f9f9f94d;flex-direction:column;margin-left:1rem;padding-left:1rem;display:flex}.Navbar-module__dVeNwG__mobileSubmenuLink{color:#f9f9f9cc;padding:.75rem 0;font-size:16px;font-weight:400;text-decoration:none;transition:color .2s}.Navbar-module__dVeNwG__mobileSubmenuLink:hover{color:var(--theme-footer-txt);background:#f9f9f90d;border-radius:6px;padding-left:.5rem;padding-right:.5rem}.Navbar-module__dVeNwG__mobileActions{border-top:1px solid #f9f9f91a;flex-direction:column;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.Navbar-module__dVeNwG__mobileBtnGhost,.Navbar-module__dVeNwG__mobileBtnSolid{width:100%;height:48px;font-size:16px;font-weight:500}@media (max-width:1024px) and (min-width:769px){.Navbar-module__dVeNwG__nav{gap:clamp(.5rem,1vw,.75rem);padding:.35rem clamp(.5rem,1vw,1rem)}.Navbar-module__dVeNwG__navLink{font-size:.85rem}.Navbar-module__dVeNwG__actions{gap:.5rem}.Navbar-module__dVeNwG__btnGhost,.Navbar-module__dVeNwG__btnSolid{width:140px;height:40px;padding:.5rem 1rem;font-size:.85rem}}@media (max-width:768px){.Navbar-module__dVeNwG__inner{justify-content:space-between;gap:1rem;display:flex}.Navbar-module__dVeNwG__logo{justify-self:auto}.Navbar-module__dVeNwG__nav{display:none}.Navbar-module__dVeNwG__actions{justify-self:auto;display:none}.Navbar-module__dVeNwG__burgerButton{display:flex}}
.Footer-module__rnk_JG__footer{background-color:var(--theme-footer);color:var(--theme-footer-txt);z-index:1;margin-top:0;padding:3rem 0 1.5rem;position:relative}.Footer-module__rnk_JG__footer:before{content:"";background:var(--theme-bg1);z-index:-1;height:0;display:block;position:absolute;top:-4rem;left:0;right:0}.Footer-module__rnk_JG__container{max-width:1400px;margin:0 auto;padding:0 2rem}.Footer-module__rnk_JG__content{border-bottom:1px solid #f9f9f933;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;padding-bottom:2rem;display:flex}.Footer-module__rnk_JG__brand{flex:1;min-width:250px}.Footer-module__rnk_JG__brandName{color:var(--theme-footer-txt);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Footer-module__rnk_JG__brandDescription{color:var(--theme-footer-txt);opacity:.8;font-size:.95rem}.Footer-module__rnk_JG__links{flex-wrap:wrap;gap:2rem;display:flex}.Footer-module__rnk_JG__link{color:var(--theme-footer-txt);opacity:.9;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s}.Footer-module__rnk_JG__link:hover{opacity:1;color:var(--theme-CTA2)}.Footer-module__rnk_JG__bottom{text-align:center;padding-top:1.5rem}.Footer-module__rnk_JG__copyright{color:var(--theme-footer-txt);opacity:.7;font-size:.875rem}@media (max-width:768px){.Footer-module__rnk_JG__footer{padding:2rem 0 1rem}.Footer-module__rnk_JG__container{padding:0 1rem}.Footer-module__rnk_JG__content{flex-direction:column;align-items:flex-start;gap:1.5rem}.Footer-module__rnk_JG__links{flex-direction:column;gap:1rem;width:100%}.Footer-module__rnk_JG__link{padding:.5rem 0;display:block}}
.LoginButton-module__Q9_CiG__buttons{align-items:center;gap:.75rem;display:flex}.LoginButton-module__Q9_CiG__loginButton,.LoginButton-module__Q9_CiG__registerButton{cursor:pointer;border:none;border-radius:.5rem;padding:.625rem 1.25rem;font-size:.938rem;font-weight:600;transition:all .3s}.LoginButton-module__Q9_CiG__loginButton{color:var(--theme-CTA1);border:2px solid var(--theme-CTA1);background-color:#0000}.LoginButton-module__Q9_CiG__loginButton:hover{background-color:var(--theme-CTA1);color:var(--theme-footer-txt);transform:translateY(-2px)}.LoginButton-module__Q9_CiG__registerButton{background-color:var(--theme-CTA1);color:var(--theme-footer-txt)}.LoginButton-module__Q9_CiG__registerButton:hover{background-color:var(--theme-pannel);transform:translateY(-2px);box-shadow:0 4px 12px #3437754d}.LoginButton-module__Q9_CiG__userMenu{align-items:center;gap:1rem;display:flex}.LoginButton-module__Q9_CiG__userName{color:var(--theme-txt);align-items:center;gap:.5rem;font-size:.938rem;font-weight:600;display:flex}.LoginButton-module__Q9_CiG__badge{background-color:var(--theme-CTA2);color:var(--theme-txt);border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.LoginButton-module__Q9_CiG__logoutButton{color:var(--theme-CTA1);border:2px solid var(--theme-CTA1);cursor:pointer;background-color:#0000;border-radius:.5rem;padding:.625rem 1.25rem;font-size:.938rem;font-weight:600;transition:all .3s}.LoginButton-module__Q9_CiG__logoutButton:hover{background-color:var(--theme-CTA1);color:var(--theme-footer-txt);transform:translateY(-2px)}@media (max-width:768px){.LoginButton-module__Q9_CiG__buttons{flex-direction:column;gap:.5rem;width:100%}.LoginButton-module__Q9_CiG__loginButton,.LoginButton-module__Q9_CiG__registerButton{text-align:center;width:100%}.LoginButton-module__Q9_CiG__userMenu{flex-direction:column;gap:.5rem;width:100%}.LoginButton-module__Q9_CiG__logoutButton{width:100%}}
.DeleteDataModal-module__ccNyWG__title{color:var(--theme-CTA1);margin-bottom:1rem;font-size:1.75rem;font-weight:700}.DeleteDataModal-module__ccNyWG__description{color:var(--theme-txt);margin-bottom:2rem;font-size:.95rem;line-height:1.6}.DeleteDataModal-module__ccNyWG__form{flex-direction:column;gap:1.5rem;display:flex}.DeleteDataModal-module__ccNyWG__formGroup{flex-direction:column;gap:.5rem;display:flex}@media (max-width:768px){.DeleteDataModal-module__ccNyWG__title{font-size:1.5rem}}
.TestAuth-module__DGmGhG__container{background-color:var(--theme-bg1);min-height:100vh;padding:2rem}.TestAuth-module__DGmGhG__content{max-width:900px;margin:0 auto}.TestAuth-module__DGmGhG__title{color:var(--theme-CTA1);text-align:center;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.TestAuth-module__DGmGhG__section{background-color:var(--theme-bg2);border-radius:.75rem;margin-bottom:2rem;padding:2rem;box-shadow:0 2px 8px #0000000d}.TestAuth-module__DGmGhG__subtitle{color:var(--theme-CTA1);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.TestAuth-module__DGmGhG__infoBox{background-color:var(--theme-bg1);border-left:4px solid var(--theme-CTA2);border-radius:.5rem;padding:1.5rem}.TestAuth-module__DGmGhG__infoBox p{color:var(--theme-txt);margin:.75rem 0;font-size:1rem}.TestAuth-module__DGmGhG__infoBox p:first-child{margin-top:0}.TestAuth-module__DGmGhG__infoBox p:last-child{margin-bottom:0}.TestAuth-module__DGmGhG__success{color:#27ae60;font-weight:600}.TestAuth-module__DGmGhG__info{color:var(--theme-txt);opacity:.7}.TestAuth-module__DGmGhG__admin{background-color:var(--theme-CTA2);color:var(--theme-txt);border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:700}.TestAuth-module__DGmGhG__client{background-color:var(--theme-CTA1);color:var(--theme-footer-txt);border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:700}.TestAuth-module__DGmGhG__buttonDemo{background-color:var(--theme-bg1);border-radius:.5rem;justify-content:center;padding:2rem;display:flex}.TestAuth-module__DGmGhG__instructions{color:var(--theme-txt);line-height:1.8}.TestAuth-module__DGmGhG__instructions h3{color:var(--theme-CTA1);margin-top:1.5rem;margin-bottom:.75rem;font-size:1.125rem;font-weight:700}.TestAuth-module__DGmGhG__instructions h3:first-child{margin-top:0}.TestAuth-module__DGmGhG__instructions ol{margin-bottom:1.5rem;margin-left:1.5rem}.TestAuth-module__DGmGhG__instructions li{margin:.5rem 0}.TestAuth-module__DGmGhG__instructions ul{margin-top:.5rem;margin-left:1.5rem}.TestAuth-module__DGmGhG__instructions code{background-color:var(--theme-bg1);color:var(--theme-CTA1);border-radius:.25rem;padding:.25rem .5rem;font-family:Courier New,monospace;font-size:.875rem}.TestAuth-module__DGmGhG__codeBlock{background-color:var(--theme-pannel);border-radius:.5rem;padding:1.5rem;overflow-x:auto}.TestAuth-module__DGmGhG__codeBlock pre{color:var(--theme-footer-txt);margin:0;font-family:Courier New,monospace;font-size:.938rem;line-height:1.6}@media (max-width:768px){.TestAuth-module__DGmGhG__container{padding:1rem}.TestAuth-module__DGmGhG__title{font-size:2rem}.TestAuth-module__DGmGhG__section{padding:1.5rem}.TestAuth-module__DGmGhG__subtitle{font-size:1.25rem}.TestAuth-module__DGmGhG__buttonDemo{padding:1.5rem}}
