.QuickBookDrawer-module__M_tx1W__overlay{background:var(--bg-overlay);z-index:200;opacity:0;pointer-events:none;transition:opacity .2s;position:fixed;inset:0}.QuickBookDrawer-module__M_tx1W__overlayOpen{opacity:1;pointer-events:all}.QuickBookDrawer-module__M_tx1W__drawer{background:var(--bg-sidebar);border-left:1px solid var(--border-main);z-index:201;visibility:hidden;width:400px;box-shadow:var(--shadow-main);flex-direction:column;transition:transform .25s cubic-bezier(.4,0,.2,1),visibility 0s .25s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.QuickBookDrawer-module__M_tx1W__drawerOpen{visibility:visible;transition:transform .25s cubic-bezier(.4,0,.2,1),visibility;transform:translate(0)}.QuickBookDrawer-module__M_tx1W__header{border-bottom:1px solid var(--border-main);background:var(--bg-card);flex-shrink:0;align-items:center;gap:12px;padding:18px 18px 12px;display:flex}.QuickBookDrawer-module__M_tx1W__title{color:var(--text-main);letter-spacing:-.01em;align-items:center;gap:8px;margin-bottom:8px;font-size:15px;font-weight:700;display:flex}.QuickBookDrawer-module__M_tx1W__subtitle{color:var(--text-placeholder);margin-top:2px;font-size:11px}.QuickBookDrawer-module__M_tx1W__closeBtn{background:var(--bg-hover);border:1px solid var(--border-main);border-radius:var(--radius-sm);cursor:pointer;width:28px;height:28px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;font-size:14px;transition:all .15s;display:flex}.QuickBookDrawer-module__M_tx1W__closeBtn:hover{background:var(--accent-red);color:var(--white);border-color:var(--accent-red)}.QuickBookDrawer-module__M_tx1W__body{flex-direction:column;flex:1;gap:14px;padding:18px;display:flex;overflow-y:auto}.QuickBookDrawer-module__M_tx1W__footer{border-top:1px solid var(--border-main);background:var(--bg-card);flex-shrink:0;gap:8px;padding:14px 18px;display:flex}.QuickBookDrawer-module__M_tx1W__infoBanner{background:var(--bk-paid-bg);border:1px solid var(--bk-paid-border);border-radius:var(--radius-sm);color:var(--text-muted);padding:9px 12px;font-size:12px}.QuickBookDrawer-module__M_tx1W__formRow{grid-template-columns:1fr 1fr;gap:10px;display:grid}.QuickBookDrawer-module__M_tx1W__formGroup{flex-direction:column;gap:5px;display:flex}.QuickBookDrawer-module__M_tx1W__formLabel{color:var(--text-placeholder);text-transform:uppercase;letter-spacing:.07em;font-size:11px;font-weight:600}.QuickBookDrawer-module__M_tx1W__formInput,.QuickBookDrawer-module__M_tx1W__formSelect,.QuickBookDrawer-module__M_tx1W__formTextarea{background:var(--bg-card);border:1px solid var(--border-main);border-radius:var(--radius-sm);color:var(--text-main);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;outline:none;width:100%;padding:8px 11px;font-family:inherit;font-size:13px;transition:border-color .15s,box-shadow .15s}.QuickBookDrawer-module__M_tx1W__formInput::placeholder,.QuickBookDrawer-module__M_tx1W__formTextarea::placeholder{color:var(--text-placeholder)}.QuickBookDrawer-module__M_tx1W__formInput:focus,.QuickBookDrawer-module__M_tx1W__formSelect:focus,.QuickBookDrawer-module__M_tx1W__formTextarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #3de84a1a}[data-theme=light] .QuickBookDrawer-module__M_tx1W__formInput{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.QuickBookDrawer-module__M_tx1W__formInput[type=date]::-webkit-calendar-picker indicator{cursor:pointer}.QuickBookDrawer-module__M_tx1W__formSelect{cursor:pointer}.QuickBookDrawer-module__M_tx1W__formTextarea{resize:vertical;min-height:72px}.QuickBookDrawer-module__M_tx1W__btnPrimary{background:var(--green-light);color:var(--text-dark);border-radius:var(--radius-sm);cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;gap:5px;padding:9px 16px;font-family:inherit;font-size:13px;font-weight:700;transition:all .15s;display:flex}.QuickBookDrawer-module__M_tx1W__btnPrimary:hover{transform:translateY(-1px);box-shadow:0 0 18px #3de84a59}.QuickBookDrawer-module__M_tx1W__btnSecondary{background:var(--bg-card);color:var(--text-muted);border:1px solid var(--border-main);border-radius:var(--radius-sm);cursor:pointer;padding:9px 16px;font-family:inherit;font-size:13px;transition:all .15s}.QuickBookDrawer-module__M_tx1W__btnSecondary:hover{background:var(--bg-hover);color:var(--text-main);border-color:var(--border-light)}.QuickBookDrawer-module__M_tx1W__syncingBadge{background:var(--bg-sidebar);border:1px solid var(--border-main);color:var(--text-main);z-index:210;-webkit-user-select:none;user-select:none;border-radius:14px;align-items:center;gap:12px;padding:12px 24px;font-size:14px;font-weight:600;animation:.3s cubic-bezier(.175,.885,.32,1.275) QuickBookDrawer-module__M_tx1W__badgeIn;display:flex;box-shadow:0 10px 25px #00000026}.QuickBookDrawer-module__M_tx1W__syncingBadgeAbsolute{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.QuickBookDrawer-module__M_tx1W__spin{color:var(--green);font-size:20px;animation:1s linear infinite QuickBookDrawer-module__M_tx1W__spin}@keyframes QuickBookDrawer-module__M_tx1W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes QuickBookDrawer-module__M_tx1W__badgeIn{0%{opacity:0;transform:translate(-50%,-40%)scale(.9)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.QuickBookDrawer-module__M_tx1W__drawerLoading:after{content:"";background:var(--bg-overlay);-webkit-backdrop-filter:none;backdrop-filter:none;z-index:205;border-radius:inherit;pointer-events:all;animation:.2s ease-out QuickBookDrawer-module__M_tx1W__fadeIn;position:absolute;inset:0}@keyframes QuickBookDrawer-module__M_tx1W__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:640px){.QuickBookDrawer-module__M_tx1W__drawer{border-left:none;border-top:1px solid var(--border-main);visibility:hidden;border-radius:16px 16px 0 0;width:100%;height:96dvh;transition:transform .3s cubic-bezier(.4,0,.2,1),visibility 0s .3s;top:auto;transform:translateY(100%)}.QuickBookDrawer-module__M_tx1W__drawerOpen{visibility:visible;transition:transform .3s cubic-bezier(.4,0,.2,1),visibility;transform:translateY(0)}.QuickBookDrawer-module__M_tx1W__header:before{content:"";background:var(--border-light);border-radius:2px;width:36px;height:4px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.QuickBookDrawer-module__M_tx1W__header{padding-top:20px;position:relative}.QuickBookDrawer-module__M_tx1W__formRow{grid-template-columns:1fr;gap:12px}.QuickBookDrawer-module__M_tx1W__footer{padding:12px 16px;padding-bottom:max(12px, env(safe-area-inset-bottom))}.QuickBookDrawer-module__M_tx1W__btnPrimary,.QuickBookDrawer-module__M_tx1W__btnSecondary{padding:12px 16px;font-size:14px}.QuickBookDrawer-module__M_tx1W__syncingBadgeAbsolute{top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes QuickBookDrawer-module__M_tx1W__badgeIn{0%{opacity:0;transform:translate(-50%,-40%)scale(.9)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}}
.NotificationDropdown-module__JDV2qa__container{position:relative}.NotificationDropdown-module__JDV2qa__trigger{background:var(--bg-card);border:1px solid var(--border-main);cursor:pointer;width:32px;height:32px;color:var(--text-main);border-radius:6px;justify-content:center;align-items:center;font-size:14px;transition:all .15s;display:flex}.NotificationDropdown-module__JDV2qa__trigger:hover{background:var(--bg-hover);border-color:var(--text-placeholder)}.NotificationDropdown-module__JDV2qa__badge{color:#fff;border:1.5px solid var(--bg-topbar);pointer-events:none;z-index:2;background:linear-gradient(135deg,#ff4c5d 0%,#f04444 100%);border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;margin:0;padding:0;font-weight:700;animation:.4s cubic-bezier(.34,1.56,.64,1) both NotificationDropdown-module__JDV2qa__badgePop;display:flex;position:absolute;top:-7px;right:-7px;box-shadow:0 2px 6px #f0444466;font-family:sans-serif!important;font-size:11px!important}@keyframes NotificationDropdown-module__JDV2qa__badgePop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}.NotificationDropdown-module__JDV2qa__dropdown{background:var(--bg-card);border:1px solid var(--border-main);z-index:1000;border-radius:12px;width:360px;max-width:calc(100vw - 32px);animation:.2s NotificationDropdown-module__JDV2qa__slideIn;position:absolute;top:calc(100% + 12px);right:-10px;overflow:hidden;box-shadow:0 12px 40px #00000080}@keyframes NotificationDropdown-module__JDV2qa__slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.NotificationDropdown-module__JDV2qa__header{border-bottom:1px solid var(--border-main);justify-content:space-between;align-items:center;padding:16px;display:flex}.NotificationDropdown-module__JDV2qa__header h3{color:var(--text-main);margin:0;font-size:15px;font-weight:600}.NotificationDropdown-module__JDV2qa__markAllBtn{color:var(--green);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:600;transition:background .2s}.NotificationDropdown-module__JDV2qa__markAllBtn:hover{background:#3de84a1a}.NotificationDropdown-module__JDV2qa__list{max-height:400px;overflow-y:auto}.NotificationDropdown-module__JDV2qa__list::-webkit-scrollbar{width:6px}.NotificationDropdown-module__JDV2qa__list::-webkit-scrollbar-track{background:0 0}.NotificationDropdown-module__JDV2qa__list::-webkit-scrollbar-thumb{background:var(--border-main);border-radius:10px}.NotificationDropdown-module__JDV2qa__emptyState{text-align:center;color:var(--text-muted);padding:40px 20px}.NotificationDropdown-module__JDV2qa__emptyIcon{opacity:.5;margin-bottom:12px;font-size:32px}.NotificationDropdown-module__JDV2qa__item{border-bottom:1px solid var(--border-muted);cursor:pointer;gap:12px;padding:14px 16px;transition:background .2s;display:flex;position:relative}.NotificationDropdown-module__JDV2qa__item:hover{background:var(--bg-hover)}.NotificationDropdown-module__JDV2qa__itemUnread{background:#3de84a0a}.NotificationDropdown-module__JDV2qa__itemUnread:hover{background:#3de84a1a}.NotificationDropdown-module__JDV2qa__itemUnread:after{content:"";background:var(--green);border-radius:50%;width:8px;height:8px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.NotificationDropdown-module__JDV2qa__iconWrapper{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:35px;height:35px;font-size:18px;display:flex}.NotificationDropdown-module__JDV2qa__iconBooking{color:var(--green);background:#3de84a26}.NotificationDropdown-module__JDV2qa__iconCancel{color:#f04444;background:#f0444426}.NotificationDropdown-module__JDV2qa__iconMatch{color:var(--accent-blue);background:#3ecff026}.NotificationDropdown-module__JDV2qa__iconDefault{background:var(--bg-main);color:var(--text-muted)}.NotificationDropdown-module__JDV2qa__content{flex:1;min-width:0}.NotificationDropdown-module__JDV2qa__title{color:var(--text-main);margin-bottom:2px;font-size:13px;font-weight:600;line-height:1.4}.NotificationDropdown-module__JDV2qa__body{color:var(--text-muted);margin-bottom:4px;font-size:12px;line-height:1.4}.NotificationDropdown-module__JDV2qa__time{color:var(--text-placeholder);font-family:JetBrains Mono,monospace;font-size:10px}.NotificationDropdown-module__JDV2qa__footer{text-align:center;border-top:1px solid var(--border-main);background:var(--bg-sidebar);padding:10px}.NotificationDropdown-module__JDV2qa__viewAll{color:var(--text-muted);cursor:pointer;font-size:12px;font-weight:500;text-decoration:none;transition:color .2s}.NotificationDropdown-module__JDV2qa__viewAll:hover{color:var(--green)}
.LoadingSpinner-module__DKcTUq__loadingOverlay{background:var(--bg-overlay);z-index:10000;justify-content:center;align-items:center;animation:.25s ease-out forwards LoadingSpinner-module__DKcTUq__fadeInOverlay;display:flex;position:fixed;inset:0}.LoadingSpinner-module__DKcTUq__loaderContainer{background:var(--bg-card);box-shadow:var(--shadow-main);color:var(--text-main);text-align:center;border:1px solid var(--border-main);border-radius:20px;flex-direction:column;align-items:center;gap:1.5rem;min-width:320px;padding:40px 60px;animation:.3s cubic-bezier(.34,1.56,.64,1) LoadingSpinner-module__DKcTUq__modalPop;display:flex}.LoadingSpinner-module__DKcTUq__spinner{border:4px solid var(--bg-hover);border-left-color:var(--green);border-radius:50%;width:54px;height:54px;animation:.8s linear infinite LoadingSpinner-module__DKcTUq__spin}.LoadingSpinner-module__DKcTUq__loaderContainer p{color:var(--text-main);margin:0;font-family:inherit;font-size:1.4rem;font-weight:800}.LoadingSpinner-module__DKcTUq__loaderContainer span{color:var(--text-muted);font-size:.95rem;font-weight:500}@keyframes LoadingSpinner-module__DKcTUq__spin{to{transform:rotate(360deg)}}@keyframes LoadingSpinner-module__DKcTUq__fadeInOverlay{0%{opacity:0}to{opacity:1}}@keyframes LoadingSpinner-module__DKcTUq__modalPop{0%{opacity:0;transform:translateY(10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:480px){.LoadingSpinner-module__DKcTUq__loaderContainer{width:90%;min-width:280px;padding:30px 40px}}
.LandingFooter-module__5obi9a__footer{color:#8e9baa;background:#0d0f0e;padding:40px 48px}.LandingFooter-module__5obi9a__footerInner{justify-content:space-between;align-items:center;max-width:1000px;margin:0 auto;display:flex}.LandingFooter-module__5obi9a__footerLinks{gap:28px;list-style:none;display:flex}.LandingFooter-module__5obi9a__footerLinks a{color:#8e9baa;font-size:.85rem;text-decoration:none;transition:color .2s}.LandingFooter-module__5obi9a__footerLinks a:hover{color:#3de84a}.LandingFooter-module__5obi9a__footerCopy{text-align:center;color:#8fa49280;border-top:1px solid #ffffff0d;max-width:1000px;margin-top:24px;margin-left:auto;margin-right:auto;padding-top:24px;font-size:.78rem}@media (max-width:768px){.LandingFooter-module__5obi9a__footerInner{text-align:center;flex-direction:column;gap:24px}.LandingFooter-module__5obi9a__footerLinks{flex-wrap:wrap;justify-content:center;gap:16px}}
.login-module__7FZSoa__pageBg{z-index:-1;background:linear-gradient(#dce4deeb 0%,#c8d4cae0 100%),url(/bg1.jpg) 50%/cover no-repeat;position:fixed;inset:0}.login-module__7FZSoa__main{z-index:1;flex:1;justify-content:center;align-items:center;min-height:100vh;padding:100px 20px 80px;display:flex;position:relative}.login-module__7FZSoa__authCard{background:#fff;border-radius:14px;width:100%;max-width:480px;padding:48px 44px;animation:.4s both login-module__7FZSoa__fadeIn;box-shadow:0 8px 48px #0000001a,0 2px 8px #0000000f}.login-module__7FZSoa__authCard h1{font-family:var(--font-barlow), sans-serif;letter-spacing:.01em;color:#0a120b;text-align:center;margin-bottom:8px;font-size:2rem;font-weight:800}.login-module__7FZSoa__authSubtitle{text-align:center;color:#1a7a20;margin-bottom:20px;font-size:.95rem;font-weight:500}.login-module__7FZSoa__field{margin-bottom:18px}.login-module__7FZSoa__field label{color:#0a120b;margin-bottom:8px;font-size:.82rem;font-weight:600;display:block}.login-module__7FZSoa__labelRow{justify-content:space-between;align-items:center;display:flex}.login-module__7FZSoa__forgotBtn{color:#1a7a20;cursor:pointer;background:0 0;border:none;padding:0;font-size:.78rem;font-weight:500;transition:color .15s}.login-module__7FZSoa__forgotBtn:hover{color:#22c92e;text-decoration:underline}.login-module__7FZSoa__inputWrap{align-items:center;display:flex;position:relative}.login-module__7FZSoa__icon{color:#aab8ac;pointer-events:none;font-size:16px;line-height:1;position:absolute;left:14px}.login-module__7FZSoa__inputWrap input{width:100%;font-family:var(--font-inter), sans-serif;color:#0a120b;background:#fff;border:1.5px solid #e0e6e1;border-radius:8px;outline:none;padding:12px 42px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.login-module__7FZSoa__inputWrap input::placeholder{color:#b0bcb2}.login-module__7FZSoa__inputWrap input:focus{border-color:#3de84a;box-shadow:0 0 0 3px #3de84a1f}.login-module__7FZSoa__inputWrap input:-webkit-autofill{-webkit-text-fill-color:#0a120b!important;-webkit-box-shadow:inset 0 0 0 40px #fff!important}.login-module__7FZSoa__inputWrap input:-webkit-autofill:hover{-webkit-text-fill-color:#0a120b!important;-webkit-box-shadow:inset 0 0 0 40px #fff!important}.login-module__7FZSoa__inputWrap input:-webkit-autofill:focus{-webkit-text-fill-color:#0a120b!important;-webkit-box-shadow:inset 0 0 0 40px #fff!important}.login-module__7FZSoa__inputWrap input:-webkit-autofill:active{-webkit-text-fill-color:#0a120b!important;-webkit-box-shadow:inset 0 0 0 40px #fff!important}.login-module__7FZSoa__checkbox{appearance:none;cursor:pointer;background-color:#fff;border:2px solid #e0e6e1;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin:0 7px 10px 0;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative}.login-module__7FZSoa__checkbox:checked{background-color:#3de84a;border-color:#3de84a;box-shadow:0 2px 8px #3de84a66}.login-module__7FZSoa__checkbox:checked:after{content:"";border:2.5px solid #0d0f0e;border-width:0 2.5px 2.5px 0;width:5px;height:10px;margin-top:-2px;transform:rotate(45deg)}.login-module__7FZSoa__checkbox:focus{border-color:#3de84a;outline:none;box-shadow:0 0 0 4px #3de84a26}.login-module__7FZSoa__checkbox:hover:not(:checked){background-color:#f7faf8;border-color:#3de84a}.login-module__7FZSoa__eyeBtn{cursor:pointer;color:#aab8ac;background:0 0;border:none;padding:0;font-size:17px;line-height:1;transition:color .2s;display:flex;position:absolute;right:14px}.login-module__7FZSoa__eyeBtn:hover{color:#8e9baa}.login-module__7FZSoa__btnSubmit{color:#0d0f0e;width:100%;font-family:var(--font-barlow), sans-serif;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:#3de84a;border:none;border-radius:8px;justify-content:center;align-items:center;gap:9px;margin-top:8px;padding:13px 20px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .25s;display:flex;box-shadow:0 4px 15px #3de84a33}.login-module__7FZSoa__btnSubmit:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 6px 22px #3de84a59}.login-module__7FZSoa__divider{color:#aab8ac;letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:14px;margin:24px 0 20px;font-size:.72rem;font-weight:600;display:flex}.login-module__7FZSoa__divider:before,.login-module__7FZSoa__divider:after{content:"";background:#e0e6e1;flex:1;height:1px}.login-module__7FZSoa__btnGoogle{color:#3c4043;letter-spacing:.02em;cursor:pointer;background:0 0;border:1.5px solid #e0e6e1;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;padding:13px 20px;font-family:Google Sans,Product Sans,Roboto,Helvetica Neue,sans-serif;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.login-module__7FZSoa__btnGoogle:hover{color:#0d0f0e;background:#f6faf6;border-color:#b0bcb2}.login-module__7FZSoa__googleLogo{flex-shrink:0;width:18px;height:18px}.login-module__7FZSoa__authFooter{text-align:center;color:#6b7a6d;margin-top:24px;font-size:.88rem}.login-module__7FZSoa__authFooter button{cursor:pointer;color:#1a7a20;font-weight:600;font-family:var(--font-inter), sans-serif;background:0 0;border:none;font-size:.88rem;text-decoration:none;transition:color .2s}.login-module__7FZSoa__authFooter button:hover{color:#22c92e}.login-module__7FZSoa__authTerms{text-align:center;color:#9aaa9c;margin-top:18px;font-size:.78rem;line-height:1.6}.login-module__7FZSoa__authTerms a{color:#7a9a7d;text-underline-offset:2px;text-decoration:underline}.login-module__7FZSoa__errorMsg{color:#e53e3e;margin-bottom:.75rem;font-size:.85rem}.login-module__7FZSoa__verifiedIconWrap{justify-content:center;margin-bottom:20px;animation:.5s cubic-bezier(.175,.885,.32,1.275) both login-module__7FZSoa__popIn;display:flex}.login-module__7FZSoa__verifiedIcon{color:#3de84a;filter:drop-shadow(0 4px 16px #3de84a66);font-size:4rem}.login-module__7FZSoa__verifiedTitle{font-family:var(--font-barlow), sans-serif;letter-spacing:.01em;color:#0a120b;text-align:center;margin-bottom:8px;font-size:2rem;font-weight:800}.login-module__7FZSoa__errorIcon{color:#e53e3e;filter:drop-shadow(0 4px 16px #e53e3e4d);font-size:4rem}@keyframes login-module__7FZSoa__popIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes login-module__7FZSoa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.login-module__7FZSoa__authCard{padding:36px 24px}.login-module__7FZSoa__authCard h1{font-size:1.7rem}}
.complex-module__l6Fx4q__pageBg{z-index:-1;background:linear-gradient(#dce4deeb 0%,#c8d4cae0 100%),url(/bg1.jpg) 50%/cover no-repeat;position:fixed;inset:0}.complex-module__l6Fx4q__main{z-index:1;flex:1;justify-content:center;align-items:flex-start;min-height:100vh;padding:90px 20px 80px;display:flex;position:relative}.complex-module__l6Fx4q__container{flex-direction:column;gap:25px;width:100%;max-width:1000px;display:flex}.complex-module__l6Fx4q__stepper{justify-content:center;align-items:center;gap:0;margin-bottom:35px;display:flex}.complex-module__l6Fx4q__stepperItem{cursor:pointer;align-items:center;gap:12px;transition:opacity .2s;display:flex}.complex-module__l6Fx4q__stepperItem:hover .complex-module__l6Fx4q__stepCircle:not(.complex-module__l6Fx4q__stepActive):not(.complex-module__l6Fx4q__stepDone){color:#1aac26;background:#f0fdf4;border-color:#3de84a}.complex-module__l6Fx4q__stepperItem:hover .complex-module__l6Fx4q__stepLabel:not(.complex-module__l6Fx4q__stepLabelActive){color:#1a7a20}.complex-module__l6Fx4q__stepCircle{color:#94a3b8;width:33px;height:33px;font-family:var(--font-barlow), sans-serif;background:#fff;border:1.5px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.complex-module__l6Fx4q__stepCircle span{margin-top:-2px}.complex-module__l6Fx4q__stepActive{color:#0a120b;background:#5dec69;border-color:#fff;transform:scale(1.1)}.complex-module__l6Fx4q__stepActive span{margin-top:-3px}.complex-module__l6Fx4q__stepDone{color:#1a7a20;background:#e7f9e8;border-color:#3de84a}.complex-module__l6Fx4q__stepLabel{font-family:var(--font-barlow), sans-serif;color:#94a3b8;white-space:nowrap;font-size:1rem;font-weight:600;transition:all .3s}.complex-module__l6Fx4q__stepLabelActive{color:#0a120b;font-weight:800;transform:translateY(-1px)}.complex-module__l6Fx4q__stepLine{background:#e2e8f0;flex-shrink:0;width:60px;height:2px;margin:0 16px;position:relative;overflow:hidden}.complex-module__l6Fx4q__stepLineDone:after{content:"";background:#3de84a;animation:.4s ease-out forwards complex-module__l6Fx4q__slideRight;position:absolute;inset:0}@keyframes complex-module__l6Fx4q__slideRight{0%{transform:translate(-100%)}to{transform:translate(0)}}.complex-module__l6Fx4q__card{background:#fff;border-radius:14px;animation:.4s cubic-bezier(.16,1,.3,1) both complex-module__l6Fx4q__fadeIn;overflow:hidden;box-shadow:0 8px 48px #0000001a,0 2px 8px #0000000f}.complex-module__l6Fx4q__stepContent{padding:48px 52px;animation:.4s cubic-bezier(.16,1,.3,1) both complex-module__l6Fx4q__contentSlide}@keyframes complex-module__l6Fx4q__contentSlide{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.complex-module__l6Fx4q__cardTitle{font-family:var(--font-barlow), sans-serif;color:#0a120b;letter-spacing:.01em;margin:0 0 8px;font-size:1.7rem;font-weight:800}.complex-module__l6Fx4q__cardSubtitle{color:#1a7a20;margin:0 0 32px;font-size:.95rem;line-height:1.6}.complex-module__l6Fx4q__userCard{background:#f6faf6;border:1.5px solid #e0e6e1;border-radius:6px;align-items:center;gap:16px;margin-bottom:20px;padding:18px 20px;display:flex}.complex-module__l6Fx4q__userAvatar{color:#fff;width:48px;height:48px;font-family:var(--font-barlow), sans-serif;background:linear-gradient(135deg,#2bc436,#1a6e22);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:800;display:flex;overflow:hidden}.complex-module__l6Fx4q__avatarImg{object-fit:cover;width:100%;height:100%}.complex-module__l6Fx4q__userName{color:#0a120b;margin:0 0 2px;font-size:.97rem;font-weight:700}.complex-module__l6Fx4q__userEmail{color:#6b7a6d;margin:0;font-size:.85rem}.complex-module__l6Fx4q__infoBox{color:#4a5e4c;background:#f6faf6;border-left:3px solid #3de84a;border-radius:4px;margin-bottom:32px;padding:14px 18px;font-size:.9rem;line-height:1.6}.complex-module__l6Fx4q__infoBox p{margin:0}.complex-module__l6Fx4q__plansHeader{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:32px;display:flex}.complex-module__l6Fx4q__plansHeaderTitle{flex-direction:column;width:60%;display:flex}.complex-module__l6Fx4q__plansHeaderTitle .complex-module__l6Fx4q__cardSubtitle{margin:0}.complex-module__l6Fx4q__billingToggle{background:#f0f4f1;border:1.5px solid #e0e6e1;border-radius:12px;flex-shrink:0;align-items:center;gap:12px;padding:6px 12px;display:flex}.complex-module__l6Fx4q__toggleLabel{color:#9aaa9c;white-space:nowrap;align-items:flex-start;gap:2px;font-size:.85rem;font-weight:600;transition:color .2s;display:flex}.complex-module__l6Fx4q__toggleLabelActive{color:#1a1c1a}.complex-module__l6Fx4q__toggleBtn{cursor:pointer;background:#d4e0d6;border:none;border-radius:20px;width:40px;height:20px;padding:0;transition:background .2s;position:relative}.complex-module__l6Fx4q__toggleBtnActive{background:#3de84a}.complex-module__l6Fx4q__toggleThumb{background:#fff;border-radius:50%;width:14px;height:14px;transition:left .2s;position:absolute;top:3px;left:3px}.complex-module__l6Fx4q__toggleThumbActive{left:23px}.complex-module__l6Fx4q__discountBadge{color:#000;background:#3de84b94;border-radius:4px;margin-left:5px;padding:2px 4px;font-size:.6rem;transition:opacity .2s}.complex-module__l6Fx4q__discountBadgeInactive{opacity:.5}.complex-module__l6Fx4q__loadingWrapper{color:#6b7a6d;min-height:200px;font-family:var(--font-barlow), sans-serif;grid-column:1/-1;justify-content:center;align-items:center;font-weight:600;display:flex}.complex-module__l6Fx4q__plansGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:32px;display:grid}.complex-module__l6Fx4q__planCard{cursor:pointer;background:#fff;border:1.5px solid #e0e6e1;border-radius:6px;flex-direction:column;padding:24px 20px;transition:border-color .2s,box-shadow .2s,transform .15s;display:flex;position:relative}.complex-module__l6Fx4q__planCard:hover{border-color:#a5d5aa;transform:translateY(-2px);box-shadow:0 5px 20px #3de84a1a}.complex-module__l6Fx4q__planSelected{border-color:#3de84a!important;box-shadow:0 0 0 3px #3de84a26!important}.complex-module__l6Fx4q__planHighlighted{border-color:#b6d5b9c1}.complex-module__l6Fx4q__planBadge{color:#0d0f0e;font-family:var(--font-barlow), sans-serif;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;background:#3de84a;border-radius:20px;padding:3px 12px;font-size:.7rem;font-weight:700;position:absolute;top:-11px;left:50%;transform:translate(-50%)}.complex-module__l6Fx4q__planName{font-family:var(--font-barlow), sans-serif;color:#0a120b;margin:0 0 8px;font-size:1.1rem;font-weight:800}.complex-module__l6Fx4q__planPrice{font-family:var(--font-barlow), sans-serif;color:#0a120b;margin:0 0 6px;font-size:1.5rem;font-weight:800}.complex-module__l6Fx4q__planPeriod{color:#7a9a7d;font-size:.85rem;font-weight:500}.complex-module__l6Fx4q__planDesc{color:#6b7a6d;margin:0 0 16px;font-size:.82rem;line-height:1.5}.complex-module__l6Fx4q__planFeatures{flex-direction:column;gap:7px;margin:0 0 20px;padding:0;list-style:none;display:flex}.complex-module__l6Fx4q__planFeatures li{color:#4a5e4c;align-items:center;gap:8px;font-size:.82rem;display:flex}.complex-module__l6Fx4q__planCheck{color:#3de84a;flex-shrink:0;font-size:.75rem}.complex-module__l6Fx4q__planSelector{text-align:center;color:#7a9a7d;width:100%;font-family:var(--font-barlow), sans-serif;text-transform:uppercase;letter-spacing:.06em;background:#f0f4f1;border-radius:6px;margin-top:auto;padding:9px;font-size:.82rem;font-weight:700;transition:background .2s,color .2s}.complex-module__l6Fx4q__planSelectorActive{color:#0d0f0e;background:#3de84a}.complex-module__l6Fx4q__form{flex-direction:column;gap:0;display:flex}.complex-module__l6Fx4q__formGrid{grid-template-columns:1fr 1fr;gap:18px 24px;margin-bottom:32px;display:grid}.complex-module__l6Fx4q__field{flex-direction:column;gap:7px;display:flex}.complex-module__l6Fx4q__fieldFull{grid-column:1/-1}.complex-module__l6Fx4q__field label{color:#0a120b;margin-bottom:8px;font-size:.82rem;font-weight:600;display:block}.complex-module__l6Fx4q__fieldHint{color:#9aaa9c;font-weight:400}.complex-module__l6Fx4q__inputWrap{align-items:center;display:flex;position:relative}.complex-module__l6Fx4q__inputIcon{color:#aab8ac;pointer-events:none;font-size:14px;position:absolute;left:14px}.complex-module__l6Fx4q__input{width:100%;font-family:var(--font-inter), sans-serif;color:#0a120b;box-sizing:border-box;background:#fff;border:1.5px solid #e0e6e1;border-radius:8px;outline:none;padding:11px 14px 11px 40px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.complex-module__l6Fx4q__input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.complex-module__l6Fx4q__input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.complex-module__l6Fx4q__input[type=number]{appearance:textfield}.complex-module__l6Fx4q__inputWrap input::placeholder{color:#b0bcb2}.complex-module__l6Fx4q__inputWrap input:focus,.complex-module__l6Fx4q__textarea:focus,.complex-module__l6Fx4q__select:focus{border-color:#3de84a;box-shadow:0 0 0 3px #3de84a1f}.complex-module__l6Fx4q__textarea{width:100%;font-family:var(--font-inter), sans-serif;color:#0a120b;box-sizing:border-box;resize:vertical;background:#fff;border:1.5px solid #e0e6e1;border-radius:8px;outline:none;min-height:100px;padding:12px 14px;font-size:.95rem;transition:border-color .2s,box-shadow .2s;overflow-y:auto}.complex-module__l6Fx4q__textarea::-webkit-scrollbar{width:8px}.complex-module__l6Fx4q__textarea::-webkit-scrollbar-track{border-radius:10px;background:#f0f4f1!important}.complex-module__l6Fx4q__textarea::-webkit-scrollbar-thumb{border-radius:10px;background:#bcc4be!important;border:1px solid #f0f4f1!important}.complex-module__l6Fx4q__textarea::-webkit-scrollbar-thumb:hover{background:#aab8ac!important}.complex-module__l6Fx4q__select{width:100%;font-family:var(--font-inter), sans-serif;color:#0a120b;cursor:pointer;appearance:none;background:#fff;border:1.5px solid #e0e6e1;border-radius:8px;outline:none;padding:11px 40px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.complex-module__l6Fx4q__selectIcon{color:#aab8ac;pointer-events:none;font-size:12px;position:absolute;right:14px}.complex-module__l6Fx4q__select:focus{border-color:#3de84a;box-shadow:0 0 0 3px #3de84a1f}.complex-module__l6Fx4q__input:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#0a120b!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}.complex-module__l6Fx4q__input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#0a120b!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}.complex-module__l6Fx4q__input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#0a120b!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}.complex-module__l6Fx4q__input:-webkit-autofill:active{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#0a120b!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}.complex-module__l6Fx4q__actions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.complex-module__l6Fx4q__btnPrimary{color:#0d0f0e;font-family:var(--font-barlow), sans-serif;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:#3de84a;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:13px 24px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 15px #3de84a33}.complex-module__l6Fx4q__btnPrimary:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 6px 22px #3de84a59}.complex-module__l6Fx4q__btnPrimary:disabled{opacity:.45;cursor:not-allowed}.complex-module__l6Fx4q__btnSecondary{color:#6b7a6d;font-family:var(--font-barlow), sans-serif;cursor:pointer;background:#ffffff80;border:1.5px solid #e0e6e1;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:13px 22px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.complex-module__l6Fx4q__btnSecondary:hover{color:#0a120b;background:#f6faf6;border-color:#b0bcb2}@keyframes complex-module__l6Fx4q__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:700px){.complex-module__l6Fx4q__plansHeaderTitle{width:100%}.complex-module__l6Fx4q__stepContent{padding:32px 24px}.complex-module__l6Fx4q__plansGrid,.complex-module__l6Fx4q__formGrid{grid-template-columns:1fr}.complex-module__l6Fx4q__fieldFull{grid-column:1}.complex-module__l6Fx4q__stepLine{width:32px}.complex-module__l6Fx4q__stepLabel{display:none}.complex-module__l6Fx4q__plansHeader{flex-direction:column;align-items:flex-start}.complex-module__l6Fx4q__billingToggle{align-self:flex-start}}.complex-module__l6Fx4q__modalOverlay{z-index:9999;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.complex-module__l6Fx4q__modalContent{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;max-width:520px;padding:48px;animation:.35s ease-out complex-module__l6Fx4q__fadeIn;box-shadow:0 20px 60px #00000026}.complex-module__l6Fx4q__modalIcon{color:#10b918;background:#f6faf6;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 24px;display:flex}.complex-module__l6Fx4q__modalContent h3{font-family:var(--font-barlow), sans-serif;color:#0a120b;letter-spacing:.01em;margin:0 0 12px;font-size:1.7rem;font-weight:800}.complex-module__l6Fx4q__modalContent p{color:#1a7a20;margin:0 0 32px;font-size:.95rem;line-height:1.6}.complex-module__l6Fx4q__modalActions{grid-template-columns:1fr 1fr;gap:12px;display:grid}.complex-module__l6Fx4q__modalBtnPrimary{color:#0d0f0e;width:100%;font-family:var(--font-barlow), sans-serif;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:#3de84a;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:13px 24px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 15px #3de84a33}.complex-module__l6Fx4q__modalBtnPrimary:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 6px 22px #3de84a59}.complex-module__l6Fx4q__modalBtnSecondary{color:#6b7a6d;width:100%;font-family:var(--font-barlow), sans-serif;cursor:pointer;background:#ffffff80;border:1.5px solid #e0e6e1;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:13px 22px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.complex-module__l6Fx4q__modalBtnSecondary:hover{color:#0a120b;background:#f6faf6;border-color:#b0bcb2}
.landing-module__twqhza__hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:120px 24px 80px;display:flex;position:relative;overflow:hidden}.landing-module__twqhza__heroBg{z-index:0;background:linear-gradient(#00000080 0%,#000000a6 50%,#000000e6 100%),url(/bg1.jpg) 50%/cover no-repeat;animation:2s cubic-bezier(.2,.8,.2,1) both landing-module__twqhza__heroBgZoom;position:absolute;inset:0}.landing-module__twqhza__heroBg:after{content:"";background:radial-gradient(60% 40% at 20% 0,#3de84a1f 0%,#0000 60%),radial-gradient(60% 40% at 80% 0,#3de84a1a 0%,#0000 60%);position:absolute;inset:0}.landing-module__twqhza__heroContent{z-index:1;max-width:760px;position:relative}.landing-module__twqhza__hero h1{font-family:var(--font-bebas), sans-serif;letter-spacing:.01em;color:#fff;margin-bottom:8px;font-size:clamp(2.8rem,7vw,5.5rem);line-height:.95;animation:1s cubic-bezier(.2,.8,.2,1) .2s both landing-module__twqhza__contentFadeUp}.landing-module__twqhza__hero h1 span{color:#bef125;text-shadow:0 0 40px #fff98058;display:block}.landing-module__twqhza__hero p{color:#ffffffb8;max-width:520px;margin:20px auto 40px;font-size:1.05rem;line-height:1.65;animation:1s cubic-bezier(.2,.8,.2,1) .4s both landing-module__twqhza__contentFadeUp}.landing-module__twqhza__heroButtons{flex-direction:column;align-items:center;gap:14px;animation:.8s cubic-bezier(.175,.885,.32,1.275) .6s both landing-module__twqhza__buttonPop;display:flex}.landing-module__twqhza__heroButtonsRow{align-items:stretch;gap:12px;display:flex}.landing-module__twqhza__btnPrimary{color:#0d0f0e;font-family:var(--font-barlow), sans-serif;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;white-space:nowrap;background:#3de84a;border:none;border-radius:8px;justify-content:center;align-items:center;gap:9px;padding:16px 40px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 24px #3de84a66}.landing-module__twqhza__btnPrimary:hover{filter:brightness(1.12);transform:translateY(-2px);box-shadow:0 8px 32px #3de84a8c}.landing-module__twqhza__btnDashboard{color:#fff;font-family:var(--font-barlow), sans-serif;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;-webkit-backdrop-filter:blur(8px);white-space:nowrap;background:#ffffff1f;border:1.5px solid #ffffff40;border-radius:8px;justify-content:center;align-items:center;gap:9px;padding:16px 32px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.landing-module__twqhza__btnDashboard:hover{background:#fff3;border-color:#ffffff73;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.landing-module__twqhza__btnGhost{color:#ffffffa6;font-family:var(--font-barlow), sans-serif;letter-spacing:.1em;cursor:pointer;text-transform:uppercase;background:0 0;border:1px solid #ffffff26;border-radius:6px;justify-content:center;align-items:center;gap:9px;padding:10px 24px;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.landing-module__twqhza__btnGhost:hover{color:#3de84a;background:#3de84a0f;border-color:#3de84a66;transform:translateY(-1px)}.landing-module__twqhza__sectionBenefits{text-align:center;background:#eceeed;padding:100px 48px}.landing-module__twqhza__sectionLabel{letter-spacing:.14em;text-transform:uppercase;color:#22c92e;margin-bottom:5px;font-size:.75rem;font-weight:600}.landing-module__twqhza__sectionTitle{font-family:var(--font-barlow), sans-serif;letter-spacing:.02em;color:#0a120b;margin-bottom:10px;font-size:clamp(2rem,4.5vw,3.2rem);font-weight:700;line-height:1.1}.landing-module__twqhza__sectionSub{color:#8e9baa;margin-bottom:40px;font-size:.95rem}.landing-module__twqhza__cardsGrid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:0 auto;display:grid}.landing-module__twqhza__card{text-align:center;cursor:default;background:#f9faf9;border:1px solid #dde3de;border-radius:14px;padding:40px 32px;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 12px #0000000a}.landing-module__twqhza__card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000017}.landing-module__twqhza__cardIcon{background:#00ff131f;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 20px;font-size:22px;display:flex}.landing-module__twqhza__card h3{font-family:var(--font-barlow), sans-serif;letter-spacing:.03em;color:#0a120b;margin-bottom:10px;font-size:1.2rem;font-weight:700}.landing-module__twqhza__card p{color:#8e9baa;font-size:.88rem;line-height:1.6}.landing-module__twqhza__sectionOwners{color:#e8ede9;background:#0d0f0e;padding:120px 48px}.landing-module__twqhza__ownersInner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;max-width:1000px;margin:0 auto;display:grid}.landing-module__twqhza__ownersText .landing-module__twqhza__sectionLabel{color:#3de84a}.landing-module__twqhza__ownersText .landing-module__twqhza__sectionTitle{color:#fff;margin-bottom:16px}.landing-module__twqhza__ownersText p{color:#fff9;margin-bottom:20px;font-size:.95rem;line-height:1.7}.landing-module__twqhza__featuresList{grid-template-columns:1fr 1fr;gap:14px 24px;margin-bottom:40px;display:grid}.landing-module__twqhza__featureItem{color:#fffc;align-items:center;gap:10px;font-size:.88rem;display:flex}.landing-module__twqhza__featureDot{color:#0d0f0e;background:#3de84a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;display:flex}.landing-module__twqhza__ownersStats{grid-template-columns:1fr 1fr;gap:16px;display:grid}.landing-module__twqhza__statCard{text-align:center;cursor:default;background:#1e2328;border:1px solid #3de84a1f;border-radius:14px;padding:28px 24px;transition:border-color .2s,transform .2s}.landing-module__twqhza__statCard:hover{border-color:#3de84a59;transform:translateY(-3px)}.landing-module__twqhza__statIcon{margin-bottom:14px;font-size:28px}.landing-module__twqhza__statCard h4{font-family:var(--font-barlow), sans-serif;letter-spacing:.03em;color:#fff;margin-bottom:8px;font-size:1.1rem;font-weight:700}.landing-module__twqhza__statCard p{color:#8e9baa;font-size:.82rem;line-height:1.5}.landing-module__twqhza__sectionContact{text-align:center;background:#eceeed;padding:100px 48px}.landing-module__twqhza__contactFormWrap{background:#fff;border:1px solid #e4e9e5;border-radius:14px;max-width:560px;margin:0 auto;padding:48px 40px;box-shadow:0 4px 40px #00000012}.landing-module__twqhza__formRow{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.landing-module__twqhza__formGroup{text-align:left;flex-direction:column;margin-bottom:16px;display:flex}.landing-module__twqhza__formGroup:last-of-type{margin-bottom:24px}.landing-module__twqhza__formGroup label{color:#0a120b;margin-bottom:8px;font-size:.82rem;font-weight:600;display:block}.landing-module__twqhza__formGroup input,.landing-module__twqhza__formGroup textarea{width:100%;font-family:var(--font-inter), sans-serif;color:#0a120b;background:#fff;border:1.5px solid #e0e6e1;border-radius:8px;outline:none;padding:11px 14px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.landing-module__twqhza__formGroup input:focus,.landing-module__twqhza__formGroup textarea:focus{border-color:#3de84a;box-shadow:0 0 0 3px #3de84a1f}.landing-module__twqhza__formGroup textarea{resize:vertical;min-height:100px;max-height:300px}.landing-module__twqhza__selectWrapper{width:100%;position:relative}.landing-module__twqhza__selectWrapper:after{content:"";pointer-events:none;border-top:6px solid #8e9baa;border-left:5px solid #0000;border-right:5px solid #0000;width:0;height:0;transition:border-top-color .2s;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.landing-module__twqhza__selectWrapper:focus-within:after{border-top-color:#22c92e}.landing-module__twqhza__selectWrapper select{appearance:none;font-family:var(--font-inter), sans-serif;color:#0a120b;cursor:pointer;background:#fff;border:1.5px solid #e0e6e1;border-radius:8px;outline:none;width:100%;padding:11px 40px 11px 14px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.landing-module__twqhza__selectWrapper select:focus{border-color:#3de84a;box-shadow:0 0 0 3px #3de84a1f}.landing-module__twqhza__btnSubmit{color:#0d0f0e;width:100%;font-family:var(--font-barlow), sans-serif;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:#3de84a;border:none;border-radius:8px;justify-content:center;align-items:center;gap:9px;padding:13px 24px;font-size:.95rem;font-weight:700;transition:all .25s;display:flex;box-shadow:0 4px 15px #3de84a33}.landing-module__twqhza__btnSubmit:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 6px 22px #3de84a59}@media (max-width:768px){.landing-module__twqhza__sectionBenefits,.landing-module__twqhza__sectionOwners,.landing-module__twqhza__sectionContact{padding:70px 20px}.landing-module__twqhza__heroButtonsRow{flex-direction:column;width:100%;max-width:280px}.landing-module__twqhza__btnPrimary,.landing-module__twqhza__btnDashboard{width:100%}.landing-module__twqhza__cardsGrid{grid-template-columns:1fr}.landing-module__twqhza__card{padding:20px 15px}.landing-module__twqhza__ownersInner{grid-template-columns:1fr;gap:48px}.landing-module__twqhza__ownersStats{grid-template-columns:1fr 1fr}.landing-module__twqhza__formRow{grid-template-columns:1fr}}@keyframes landing-module__twqhza__heroBgZoom{0%{opacity:0;transform:scale(1.08)translateY(15px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes landing-module__twqhza__contentFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-module__twqhza__buttonPop{0%{opacity:0;transform:scale(.9)translateY(15px)}to{opacity:1;transform:scale(1)translateY(0)}}
.privacity-module__0BOXoa__pageBg{z-index:-1;background:#f5f5f3;position:fixed;inset:0}.privacity-module__0BOXoa__main{z-index:1;justify-content:center;min-height:100vh;padding:120px 20px 80px;display:flex;position:relative}.privacity-module__0BOXoa__contentCard{background:#fff;border:1px solid #e8e8e6;border-radius:4px;width:100%;max-width:860px;padding:72px 80px;animation:.4s both privacity-module__0BOXoa__fadeIn}.privacity-module__0BOXoa__header{border-bottom:1px solid #e8e8e6;margin-bottom:64px;padding-bottom:48px}.privacity-module__0BOXoa__headerEyebrow{letter-spacing:.12em;text-transform:uppercase;color:#00a60e;margin-bottom:20px;font-size:.7rem;font-weight:700;display:block}.privacity-module__0BOXoa__header h1{font-family:var(--font-barlow), "Arial Black", sans-serif;letter-spacing:-.01em;color:#0a0a0a;text-transform:uppercase;margin-bottom:8px;font-size:2rem;font-weight:800;line-height:1.15}.privacity-module__0BOXoa__headerSubtitle{color:#666;letter-spacing:0;margin-bottom:32px;font-size:.95rem;font-weight:400}.privacity-module__0BOXoa__lastUpdated{color:#aaa;letter-spacing:.03em;font-size:.75rem;font-weight:500}.privacity-module__0BOXoa__section{border-bottom:1px solid #f0f0ee;margin-bottom:48px;padding-bottom:48px}.privacity-module__0BOXoa__section:last-of-type{border-bottom:none}.privacity-module__0BOXoa__sectionNumber{letter-spacing:.12em;text-transform:uppercase;color:#bbb;margin-bottom:8px;font-size:.65rem;font-weight:700;display:block}.privacity-module__0BOXoa__section h2{font-family:var(--font-barlow), sans-serif;letter-spacing:.01em;color:#0a0a0a;text-transform:none;margin-bottom:16px;font-size:1.05rem;font-weight:700}.privacity-module__0BOXoa__section p{color:#444;font-size:.95rem;line-height:1.75}.privacity-module__0BOXoa__section p+p{margin-top:12px}.privacity-module__0BOXoa__itemList{flex-direction:column;gap:8px;margin-top:16px;display:flex}.privacity-module__0BOXoa__itemRow{color:#444;align-items:flex-start;gap:12px;font-size:.9rem;line-height:1.6;display:flex}.privacity-module__0BOXoa__itemRowDark{color:#ffffffd1}.privacity-module__0BOXoa__itemDot{background:#00a60e;border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:8px}.privacity-module__0BOXoa__itemX{color:#999;font-size:.75rem;font-weight:700;font-family:var(--font-mono), monospace;flex-shrink:0;margin-top:3px}.privacity-module__0BOXoa__callout{background:#fafaf9;border:1px solid #e8e8e6;border-left:3px solid #00a60e;border-radius:0 6px 6px 0;margin-top:20px;padding:20px 24px}.privacity-module__0BOXoa__callout p{color:#333;font-size:.9rem;line-height:1.65}.privacity-module__0BOXoa__darkBlock{background:#0d0f0e;border-radius:6px;margin-top:20px;padding:40px 48px}.privacity-module__0BOXoa__darkBlock h3{font-family:var(--font-barlow), sans-serif;color:#fff;letter-spacing:.01em;margin-bottom:20px;font-size:1rem;font-weight:700}.privacity-module__0BOXoa__darkBlock p{color:#ffffffbf;font-size:.9rem;line-height:1.75}.privacity-module__0BOXoa__darkBlock p+p{margin-top:10px}.privacity-module__0BOXoa__darkBlock .privacity-module__0BOXoa__itemRow{color:#ffffffd1}.privacity-module__0BOXoa__benefitGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-top:20px;display:grid}.privacity-module__0BOXoa__benefitItem{color:#222;background:#fafaf9;border:1px solid #e8e8e6;border-radius:6px;align-items:center;gap:10px;padding:14px 16px;font-size:.875rem;font-weight:500;display:flex}.privacity-module__0BOXoa__statBox{background:#0d0f0e;border-radius:6px;align-items:baseline;gap:16px;margin-top:20px;padding:28px 32px;display:flex}.privacity-module__0BOXoa__statLabel{letter-spacing:.1em;text-transform:uppercase;color:#00a60e;flex-shrink:0;font-size:.7rem;font-weight:700}.privacity-module__0BOXoa__statValue{font-family:var(--font-barlow), sans-serif;color:#fff;font-size:1rem;font-weight:600;line-height:1.4}.privacity-module__0BOXoa__footer{text-align:center;border-top:1px solid #f0f0ee;margin-top:64px;padding-top:32px}.privacity-module__0BOXoa__footer p{color:#bbb;letter-spacing:.05em;font-size:.75rem}@keyframes privacity-module__0BOXoa__fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.privacity-module__0BOXoa__contentCard{padding:40px 24px}.privacity-module__0BOXoa__header h1{font-size:1.5rem}.privacity-module__0BOXoa__main{padding:100px 16px 60px}.privacity-module__0BOXoa__darkBlock{padding:28px 24px}}
.terms-module__tcrvpq__pageBg{z-index:-1;background:#f5f5f3;position:fixed;inset:0}.terms-module__tcrvpq__main{z-index:1;justify-content:center;min-height:100vh;padding:120px 20px 80px;display:flex;position:relative}.terms-module__tcrvpq__contentCard{background:#fff;border:1px solid #e8e8e6;border-radius:4px;width:100%;max-width:860px;padding:72px 80px;animation:.4s both terms-module__tcrvpq__fadeIn}.terms-module__tcrvpq__header{border-bottom:1px solid #e8e8e6;margin-bottom:64px;padding-bottom:48px}.terms-module__tcrvpq__headerEyebrow{letter-spacing:.12em;text-transform:uppercase;color:#00a60e;margin-bottom:20px;font-size:.7rem;font-weight:700;display:block}.terms-module__tcrvpq__header h1{font-family:var(--font-barlow), "Arial Black", sans-serif;letter-spacing:-.01em;color:#0a0a0a;text-transform:uppercase;margin-bottom:8px;font-size:2rem;font-weight:800;line-height:1.15}.terms-module__tcrvpq__headerSubtitle{color:#666;letter-spacing:0;margin-bottom:32px;font-size:.95rem;font-weight:400}.terms-module__tcrvpq__lastUpdated{color:#aaa;letter-spacing:.03em;font-size:.75rem;font-weight:500}.terms-module__tcrvpq__section{border-bottom:1px solid #f0f0ee;margin-bottom:48px;padding-bottom:48px}.terms-module__tcrvpq__section:last-of-type{border-bottom:none}.terms-module__tcrvpq__sectionNumber{letter-spacing:.12em;text-transform:uppercase;color:#bbb;margin-bottom:8px;font-size:.65rem;font-weight:700;display:block}.terms-module__tcrvpq__section h2{font-family:var(--font-barlow), sans-serif;letter-spacing:.01em;color:#0a0a0a;text-transform:none;margin-bottom:16px;font-size:1.05rem;font-weight:700}.terms-module__tcrvpq__section p{color:#444;font-size:.95rem;line-height:1.75}.terms-module__tcrvpq__section p+p{margin-top:12px}.terms-module__tcrvpq__itemList{flex-direction:column;gap:8px;margin-top:16px;display:flex}.terms-module__tcrvpq__itemRow{color:#444;align-items:flex-start;gap:12px;font-size:.9rem;line-height:1.6;display:flex}.terms-module__tcrvpq__itemRowDark{color:#ffffffd1}.terms-module__tcrvpq__itemDot{background:#00a60e;border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:8px}.terms-module__tcrvpq__itemX{color:#999;font-size:.75rem;font-weight:700;font-family:var(--font-mono), monospace;flex-shrink:0;margin-top:3px}.terms-module__tcrvpq__callout{background:#fafaf9;border:1px solid #e8e8e6;border-left:3px solid #00a60e;border-radius:0 6px 6px 0;margin-top:20px;padding:20px 24px}.terms-module__tcrvpq__callout p{color:#333;font-size:.9rem;line-height:1.65}.terms-module__tcrvpq__darkBlock{background:#0d0f0e;border-radius:6px;margin-top:20px;padding:40px 48px}.terms-module__tcrvpq__darkBlock h3{font-family:var(--font-barlow), sans-serif;color:#fff;letter-spacing:.01em;margin-bottom:20px;font-size:1rem;font-weight:700}.terms-module__tcrvpq__darkBlock p{color:#ffffffbf;font-size:.9rem;line-height:1.75}.terms-module__tcrvpq__darkBlock p+p{margin-top:10px}.terms-module__tcrvpq__darkBlock .terms-module__tcrvpq__itemRow{color:#ffffffd1}.terms-module__tcrvpq__benefitGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-top:20px;display:grid}.terms-module__tcrvpq__benefitItem{color:#222;background:#fafaf9;border:1px solid #e8e8e6;border-radius:6px;align-items:center;gap:10px;padding:14px 16px;font-size:.875rem;font-weight:500;display:flex}.terms-module__tcrvpq__statBox{background:#0d0f0e;border-radius:6px;align-items:baseline;gap:16px;margin-top:20px;padding:28px 32px;display:flex}.terms-module__tcrvpq__statLabel{letter-spacing:.1em;text-transform:uppercase;color:#00a60e;flex-shrink:0;font-size:.7rem;font-weight:700}.terms-module__tcrvpq__statValue{font-family:var(--font-barlow), sans-serif;color:#fff;font-size:1rem;font-weight:600;line-height:1.4}.terms-module__tcrvpq__footer{text-align:center;border-top:1px solid #f0f0ee;margin-top:64px;padding-top:32px}.terms-module__tcrvpq__footer p{color:#bbb;letter-spacing:.05em;font-size:.75rem}@keyframes terms-module__tcrvpq__fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.terms-module__tcrvpq__contentCard{padding:40px 24px}.terms-module__tcrvpq__header h1{font-size:1.5rem}.terms-module__tcrvpq__main{padding:100px 16px 60px}.terms-module__tcrvpq__darkBlock{padding:28px 24px}}
.perfil-module__kad7Tq__page{background:linear-gradient(#000 64px,#eceeed 64px);flex-direction:column;width:100%;min-height:100vh;padding-top:64px;display:flex;overflow-x:hidden}[data-theme=dark] .perfil-module__kad7Tq__page{color:#e8ede9;background:#0d0f0e}.perfil-module__kad7Tq__heroBanner{width:100%;height:200px;position:relative;overflow:hidden}.perfil-module__kad7Tq__heroBannerBg{background:linear-gradient(#00000073 0%,#000000b3 100%),url(/bg1.jpg) 50%/cover no-repeat;position:absolute;inset:0}.perfil-module__kad7Tq__heroBannerBg:after{content:"";background:radial-gradient(60% 40% at 20% 0,#3de84a1a 0%,#0000 60%);position:absolute;inset:0}.perfil-module__kad7Tq__avatarFloatRow{z-index:2;justify-content:center;width:100%;margin-top:-54px;margin-bottom:8px;display:flex;position:relative}.perfil-module__kad7Tq__avatarImg{object-fit:cover;border:4px solid #eceeed;border-radius:50%;width:108px;height:108px;display:block}[data-theme=dark] .perfil-module__kad7Tq__page .perfil-module__kad7Tq__avatarImg{border-color:#0d0f0e}.perfil-module__kad7Tq__avatarInitials{width:108px;height:108px;font-family:var(--font-barlow), sans-serif;color:#fff;background:linear-gradient(135deg,#2bc436,#0d5e14);border:4px solid #eceeed;border-radius:50%;justify-content:center;align-items:center;font-size:2.4rem;font-weight:700;display:flex}[data-theme=dark] .perfil-module__kad7Tq__page .perfil-module__kad7Tq__avatarInitials{border-color:#0d0f0e}.perfil-module__kad7Tq__body{width:100%;max-width:760px;margin:0 auto;padding:0 24px 80px}.perfil-module__kad7Tq__headerInfo{text-align:center;margin-bottom:32px}.perfil-module__kad7Tq__nameRow{flex-direction:column;align-items:center;gap:10px;margin-bottom:12px;display:flex}.perfil-module__kad7Tq__badgesRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.perfil-module__kad7Tq__fullName{font-family:var(--font-barlow), sans-serif;letter-spacing:.02em;color:#0a120b;margin:0;font-size:clamp(1.6rem,5vw,2.2rem);font-weight:700}[data-theme=dark] .perfil-module__kad7Tq__page .perfil-module__kad7Tq__fullName{color:#fff}.perfil-module__kad7Tq__verifiedBadge{color:#167a1e;letter-spacing:.08em;text-transform:uppercase;background:#d1fad4;border:1px solid #a3f0a8;border-radius:20px;align-items:center;gap:4px;padding:3px 8px;font-size:.72rem;font-weight:700;display:inline-flex}.perfil-module__kad7Tq__unverifiedBadge{color:#92400e;letter-spacing:.08em;text-transform:uppercase;background:#fef3c7;border:1px solid #fcd34d;border-radius:20px;align-items:center;gap:4px;padding:3px 8px;font-size:.72rem;font-weight:700;display:inline-flex}.perfil-module__kad7Tq__btnResend{color:#008b09;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;background:0 0;border:1px solid #22c92e;border-radius:20px;align-items:center;gap:4px;height:21px;padding:3px 8px;font-size:.72rem;font-weight:700;transition:background .2s,color .2s;display:inline-flex}.perfil-module__kad7Tq__btnResend:hover:not(:disabled){color:#006c07;background:#cfffd1}.perfil-module__kad7Tq__btnResend:disabled{opacity:.5;cursor:not-allowed;animation:1.5s infinite perfil-module__kad7Tq__pulse}@keyframes perfil-module__kad7Tq__pulse{0%{opacity:.5}50%{opacity:.2}to{opacity:.5}}[data-theme=dark] .perfil-module__kad7Tq__page .perfil-module__kad7Tq__btnResend{color:#3de84a;border-color:#3de84a}[data-theme=dark] .perfil-module__kad7Tq__page .perfil-module__kad7Tq__btnResend:hover:not(:disabled){color:#77ff82;background:#0c2e0f}.perfil-module__kad7Tq__adminBadge{color:#0c4a6e;letter-spacing:.08em;text-transform:uppercase;background:#e0f2fe;border:1px solid #7dd3fc;border-radius:20px;align-items:center;gap:4px;padding:3px 10px;font-size:.72rem;font-weight:700;display:inline-flex}[data-theme=dark] .perfil-module__kad7Tq__page .perfil-module__kad7Tq__adminBadge{color:#3ecff0;background:#3ecff01a;border-color:#3ecff059}.perfil-module__kad7Tq__email{color:#8e9baa;margin:2px 0 12px;font-size:.9rem}.perfil-module__kad7Tq__metaRow{color:#8e9baa;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-bottom:16px;font-size:.82rem;display:flex}.perfil-module__kad7Tq__metaItem{align-items:center;gap:5px;display:flex}.perfil-module__kad7Tq__actionRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-bottom:40px;display:flex}.perfil-module__kad7Tq__btnEdit{position:relative;overflow:hidden}.perfil-module__kad7Tq__btnEdit:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 8px 25px #3de84a80}.perfil-module__kad7Tq__btnEdit:active{transform:translateY(0)}[data-theme=dark] .perfil-module__kad7Tq__page .perfil-module__kad7Tq__btnSecondary{color:#e8ede9;background:#ffffff08;border-color:#ffffff1a}[data-theme=dark] .perfil-module__kad7Tq__page .perfil-module__kad7Tq__btnSecondary:hover{color:#3de84a;background:#3de84a14;border-color:#3de84a;box-shadow:0 4px 15px #0000004d}.perfil-module__kad7Tq__card{background:#fff;border:1px solid #e4e9e5;border-radius:14px;margin-bottom:20px;padding:28px 32px;box-shadow:0 2px 14px #0000000a}[data-theme=dark] .perfil-module__kad7Tq__page .perfil-module__kad7Tq__card{background:#1e2328;border-color:#3de84a1a;box-shadow:0 2px 14px #0003}.perfil-module__kad7Tq__cardHeader{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.perfil-module__kad7Tq__cardTitle{font-family:var(--font-barlow), sans-serif;letter-spacing:.06em;text-transform:uppercase;color:#0a120b;margin:0;font-size:.95rem;font-weight:700;transition:color .3s}[data-theme=dark] .perfil-module__kad7Tq__page .perfil-module__kad7Tq__cardTitle{color:#e8ede9}.perfil-module__kad7Tq__deportesGrid{flex-wrap:wrap;gap:10px;display:flex}.perfil-module__kad7Tq__deporteChip{color:#167a1e;cursor:default;background:#f0faf1;border:1px solid #a3f0a8;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:.82rem;font-weight:600;display:inline-flex}[data-theme=dark] .perfil-module__kad7Tq__page .perfil-module__kad7Tq__deporteChip{color:#3de84a;background:#3de84a14;border-color:#3de84a40}.perfil-module__kad7Tq__skillBadge{color:#0d5e14;letter-spacing:.04em;background:#3de84a26;border-radius:10px;padding:2px 7px;font-size:.7rem;font-weight:700}[data-theme=dark] .perfil-module__kad7Tq__page .perfil-module__kad7Tq__skillBadge{color:#3de84a;background:#3de84a33}.perfil-module__kad7Tq__emptyState{color:#8e9baa;font-size:.88rem;font-style:italic}.perfil-module__kad7Tq__reservaItem{cursor:default;background:#f9faf9;border:1px solid #e4e9e5;border-radius:10px;align-items:center;gap:14px;margin-bottom:10px;padding:14px 16px;transition:background .3s,border-color .3s;display:flex}[data-theme=dark] .perfil-module__kad7Tq__page .perfil-module__kad7Tq__reservaItem{background:#262d2e;border-color:#ffffff0f}.perfil-module__kad7Tq__reservaIcon{color:#22c92e;background:#3de84a1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;display:flex}.perfil-module__kad7Tq__reservaInfo{flex:1;min-width:0}.perfil-module__kad7Tq__reservaName{color:#0a120b;white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:700;transition:color .3s;overflow:hidden}[data-theme=dark] .perfil-module__kad7Tq__page .perfil-module__kad7Tq__reservaName{color:#e8ede9}.perfil-module__kad7Tq__reservaMeta{color:#8e9baa;flex-wrap:wrap;gap:10px;margin-top:3px;font-size:.78rem;display:flex}.perfil-module__kad7Tq__reservaMetaItem{align-items:center;gap:4px;display:flex}.perfil-module__kad7Tq__statusBadge{letter-spacing:.08em;text-transform:uppercase;border-radius:12px;flex-shrink:0;padding:3px 9px;font-size:.72rem;font-weight:700}.perfil-module__kad7Tq__statusPaid{color:#167a1e;background:#d1fad4;border:1px solid #a3f0a8}.perfil-module__kad7Tq__statusCancelled{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5}.perfil-module__kad7Tq__statusPending{color:#3730a3;background:#e0e7ff;border:1px solid #a5b4fc}.perfil-module__kad7Tq__verTodasBtn{color:#22c92e;cursor:pointer;background:0 0;border:none;padding:0;font-size:.82rem;font-weight:600;text-decoration:none;transition:color .2s}.perfil-module__kad7Tq__verTodasBtn:hover{color:#3de84a}[data-theme=dark] .perfil-module__kad7Tq__page .perfil-module__kad7Tq__btnLogout{color:#fc8181;border-color:#fc81814d}[data-theme=dark] .perfil-module__kad7Tq__page .perfil-module__kad7Tq__btnLogout:hover{color:#fc8181;background:#fc81811a;border-color:#fc8181}.perfil-module__kad7Tq__overlay{z-index:200;background:#0000008c;justify-content:center;align-items:center;padding:24px;animation:.2s both perfil-module__kad7Tq__fadeIn;display:flex;position:fixed;inset:0}@keyframes perfil-module__kad7Tq__fadeIn{0%{opacity:0}to{opacity:1}}.perfil-module__kad7Tq__modal{background:#fff;border-radius:18px;width:100%;max-width:520px;max-height:90vh;padding:36px 32px;animation:.25s cubic-bezier(.2,.8,.2,1) both perfil-module__kad7Tq__slideUp;overflow-y:auto;box-shadow:0 20px 60px #00000040}[data-theme=dark] .perfil-module__kad7Tq__modal{color:#e8ede9;background:#1e2328}@keyframes perfil-module__kad7Tq__slideUp{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.perfil-module__kad7Tq__modalHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.perfil-module__kad7Tq__modalTitle{font-family:var(--font-barlow), sans-serif;letter-spacing:.02em;color:#0a120b;margin:0;font-size:1.25rem;font-weight:700}[data-theme=dark] .perfil-module__kad7Tq__modal .perfil-module__kad7Tq__modalTitle{color:#e8ede9}.perfil-module__kad7Tq__modalCloseBtn{color:#8e9baa;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px;font-size:1.4rem;line-height:1;transition:color .2s,background .2s}.perfil-module__kad7Tq__modalCloseBtn:hover{color:#0a120b;background:#f0f4f1}.perfil-module__kad7Tq__tabRow{background:#f0f4f1;border-radius:10px;gap:4px;margin-bottom:24px;padding:4px;display:flex}.perfil-module__kad7Tq__tab{color:#8e9baa;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:8px 12px;font-size:.82rem;font-weight:600;transition:background .2s,color .2s}.perfil-module__kad7Tq__tab.perfil-module__kad7Tq__activeTab{color:#0a120b;background:#fff;box-shadow:0 1px 6px #0000001a}.perfil-module__kad7Tq__modalInfoBox{color:#b7791f;background:#ecbe1f14;border:1px solid #ecbe1f33;border-radius:10px;align-items:flex-start;gap:12px;margin-bottom:24px;padding:12px 14px;font-size:.85rem;line-height:1.4;display:flex}.perfil-module__kad7Tq__modalInfoBox svg{flex-shrink:0;margin-top:1px;font-size:1.1rem}[data-theme=dark] .perfil-module__kad7Tq__modal .perfil-module__kad7Tq__modalInfoBox{color:#ecc94b;background:#ecbe1f0d;border-color:#ecbe1f26}.perfil-module__kad7Tq__formGroup{flex-direction:column;margin-bottom:16px;display:flex}.perfil-module__kad7Tq__formLabel{letter-spacing:.1em;text-transform:uppercase;color:#5a6676;margin-bottom:7px;font-size:.72rem;font-weight:600}.perfil-module__kad7Tq__formInput{font-family:var(--font-inter), sans-serif;color:#0a120b;background:#eceeed;border:1.5px solid #e0e6e1;border-radius:8px;outline:none;width:100%;padding:11px 14px;font-size:.92rem;transition:border-color .2s,box-shadow .2s}.perfil-module__kad7Tq__formInput::placeholder{color:#b0bcb2;opacity:.6}.perfil-module__kad7Tq__formInput:focus{border-color:#3de84a;box-shadow:0 0 0 3px #3de84a1f}[data-theme=dark] .perfil-module__kad7Tq__modal .perfil-module__kad7Tq__formInput{color:#e8ede9;background:#262d2e;border-color:#ffffff1a}[data-theme=dark] .perfil-module__kad7Tq__modal .perfil-module__kad7Tq__formInput:focus{border-color:#3de84a;box-shadow:0 0 0 3px #3de84a1f}.perfil-module__kad7Tq__formInput:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#0a120b!important;-webkit-box-shadow:inset 0 0 0 30px #eceeed!important}.perfil-module__kad7Tq__formInput:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#0a120b!important;-webkit-box-shadow:inset 0 0 0 30px #eceeed!important}.perfil-module__kad7Tq__formInput:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#0a120b!important;-webkit-box-shadow:inset 0 0 0 30px #eceeed!important}.perfil-module__kad7Tq__formInput:-webkit-autofill:active{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#0a120b!important;-webkit-box-shadow:inset 0 0 0 30px #eceeed!important}[data-theme=dark] .perfil-module__kad7Tq__modal .perfil-module__kad7Tq__formInput:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#e8ede9!important;-webkit-box-shadow:inset 0 0 0 30px #262d2e!important}[data-theme=dark] .perfil-module__kad7Tq__modal .perfil-module__kad7Tq__formInput:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#e8ede9!important;-webkit-box-shadow:inset 0 0 0 30px #262d2e!important}[data-theme=dark] .perfil-module__kad7Tq__modal .perfil-module__kad7Tq__formInput:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#e8ede9!important;-webkit-box-shadow:inset 0 0 0 30px #262d2e!important}[data-theme=dark] .perfil-module__kad7Tq__modal .perfil-module__kad7Tq__formInput:-webkit-autofill:active{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#e8ede9!important;-webkit-box-shadow:inset 0 0 0 30px #262d2e!important}[data-theme=dark] .perfil-module__kad7Tq__modal .perfil-module__kad7Tq__formLabel{color:#8e9baa}.perfil-module__kad7Tq__formActions{gap:10px;margin-top:8px;display:flex}.perfil-module__kad7Tq__btnSave{flex:1}.perfil-module__kad7Tq__btnSave:disabled{opacity:.6;cursor:not-allowed}.perfil-module__kad7Tq__btnCancel{flex:1}.perfil-module__kad7Tq__btnCancel:hover{color:#0a120b;border-color:#8e9baa}.perfil-module__kad7Tq__modalWide{max-width:680px}.perfil-module__kad7Tq__reservasModalList{flex-direction:column;gap:10px;max-height:480px;padding-right:4px;display:flex;overflow-y:auto}.perfil-module__kad7Tq__reservasModalList::-webkit-scrollbar{width:5px}.perfil-module__kad7Tq__reservasModalList::-webkit-scrollbar-track{background:0 0}.perfil-module__kad7Tq__reservasModalList::-webkit-scrollbar-thumb{background:#dde3de;border-radius:10px}[data-theme=dark] .perfil-module__kad7Tq__modal .perfil-module__kad7Tq__modalCloseBtn:hover{color:#e8ede9;background:#262d2e}[data-theme=dark] .perfil-module__kad7Tq__modal .perfil-module__kad7Tq__tabRow{background:#262d2e}[data-theme=dark] .perfil-module__kad7Tq__modal .perfil-module__kad7Tq__tab.perfil-module__kad7Tq__activeTab{color:#e8ede9;background:#1e2328}[data-theme=dark] .perfil-module__kad7Tq__modal .perfil-module__kad7Tq__tab{color:#8e9baa}[data-theme=dark] .perfil-module__kad7Tq__modal .perfil-module__kad7Tq__btnCancel{color:#8e9baa;border-color:#ffffff1a}[data-theme=dark] .perfil-module__kad7Tq__modal .perfil-module__kad7Tq__btnCancel:hover{color:#e8ede9;border-color:#8e9baa}[data-theme=dark] .perfil-module__kad7Tq__modal .perfil-module__kad7Tq__reservaItem{background:#262d2e;border-color:#ffffff0f}[data-theme=dark] .perfil-module__kad7Tq__modal .perfil-module__kad7Tq__reservaName{color:#e8ede9}@keyframes perfil-module__kad7Tq__shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.perfil-module__kad7Tq__skeletonRow{flex-wrap:wrap;gap:10px;display:flex}.perfil-module__kad7Tq__skeletonChip{background:linear-gradient(90deg,#e8ede9 25%,#f5f8f5 50%,#e8ede9 75%) 0 0/800px 100%;border-radius:20px;height:34px;animation:1.4s linear infinite perfil-module__kad7Tq__shimmer}.perfil-module__kad7Tq__skeletonChip:first-child{width:100px}.perfil-module__kad7Tq__skeletonChip:nth-child(2){width:80px}.perfil-module__kad7Tq__skeletonChip:nth-child(3){width:110px}.perfil-module__kad7Tq__skeletonList{flex-direction:column;gap:10px;display:flex}.perfil-module__kad7Tq__skeletonReserva{background:linear-gradient(90deg,#e8ede9 25%,#f5f8f5 50%,#e8ede9 75%) 0 0/800px 100%;border-radius:10px;height:70px;animation:1.4s linear infinite perfil-module__kad7Tq__shimmer}:is([data-theme=dark] .perfil-module__kad7Tq__page .perfil-module__kad7Tq__skeletonChip,[data-theme=dark] .perfil-module__kad7Tq__page .perfil-module__kad7Tq__skeletonReserva){background:linear-gradient(90deg,#1e2328 25%,#262d2e 50%,#1e2328 75%) 0 0/800px 100%;animation:1.4s linear infinite perfil-module__kad7Tq__shimmer}@media (max-width:600px){.perfil-module__kad7Tq__page{background:linear-gradient(#000 64px,#eceeed 64px)}[data-theme=dark] .perfil-module__kad7Tq__page{background:#0d0f0e}.perfil-module__kad7Tq__body{padding:12px 16px 60px}.perfil-module__kad7Tq__card{padding:22px 18px}.perfil-module__kad7Tq__modal{padding:24px 18px}.perfil-module__kad7Tq__formActions{flex-direction:column}.perfil-module__kad7Tq__actionRow{grid-template-columns:1fr 1fr;gap:12px;width:100%;max-width:400px;margin:0 auto 32px;display:grid}.perfil-module__kad7Tq__btnEdit{grid-column:span 2;justify-content:center;width:100%;padding:14px;font-size:1rem}.perfil-module__kad7Tq__btnSecondary{justify-content:center;width:100%;padding:12px 10px;font-size:.85rem}.perfil-module__kad7Tq__btnLogout{grid-column:span 2;justify-content:center;width:100%;margin-top:4px;padding:14px;font-size:.95rem}.perfil-module__kad7Tq__nameRow{flex-direction:column;gap:8px}}.perfil-module__kad7Tq__fullPageLoader{color:#8e9baa;min-height:400px;font-family:var(--font-barlow), sans-serif;letter-spacing:.02em;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:20px;font-weight:500;display:flex}.perfil-module__kad7Tq__spinner{border:4px solid var(--text-placeholder);border-top-color:#3de84a;border-radius:50%;width:44px;height:44px;animation:1s linear infinite perfil-module__kad7Tq__spin}@keyframes perfil-module__kad7Tq__spin{to{transform:rotate(360deg)}}.perfil-module__kad7Tq__page.perfil-module__kad7Tq__dark .perfil-module__kad7Tq__spinner{border-color:#3de84a #ffffff1a #ffffff1a}.perfil-module__kad7Tq__passwordAlert{color:#166534;cursor:pointer;background:#22c55e14;border:1px solid #22c55e33;border-radius:12px;align-items:center;gap:14px;width:70%;margin:0 auto 16px;padding:16px 20px;font-size:.95rem;line-height:1.4;transition:all .2s;display:flex}@media (max-width:600px){.perfil-module__kad7Tq__passwordAlert{width:100%}}.perfil-module__kad7Tq__passwordAlert:hover{background:#22c55e1f;border-color:#22c55e4d;transform:translateY(-1px)}.perfil-module__kad7Tq__passwordAlert svg{flex-shrink:0;font-size:1.3rem}[data-theme=dark] .perfil-module__kad7Tq__page .perfil-module__kad7Tq__passwordAlert{color:#4ade80;background:#22c55e0d;border-color:#22c55e33}.perfil-module__kad7Tq__passwordWrapper{width:100%;position:relative}.perfil-module__kad7Tq__eyeBtn{color:#8e9baa;cursor:pointer;z-index:5;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;font-size:1.1rem;transition:all .2s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.perfil-module__kad7Tq__eyeBtn:hover{color:#3de84a;transform:translateY(-50%)scale(1.1)}[data-theme=dark] .perfil-module__kad7Tq__modal .perfil-module__kad7Tq__eyeBtn:hover{color:#3de84a}
.dashboard-module__XABe8G__shell{background-color:var(--bg-main);height:100%;color:var(--text-main);font-family:var(--font-outfit,"Outfit", sans-serif);flex-direction:column;display:flex;overflow:hidden}.dashboard-module__XABe8G__topbar{background:var(--bg-topbar);border-bottom:1px solid var(--border-main);z-index:100;flex-shrink:0;align-items:center;height:52px;padding:0 16px 0 0;display:flex}.dashboard-module__XABe8G__topbarLogo{border-right:1px solid var(--border-main);flex-shrink:0;justify-content:center;align-items:center;width:56px;height:52px;display:flex;position:relative}.dashboard-module__XABe8G__topbarLogo[data-tooltip]:hover:after{content:attr(data-tooltip);background:var(--bg-hover);color:var(--text-main);white-space:nowrap;border:1px solid var(--border-main);z-index:500;pointer-events:none;box-shadow:var(--shadow-main);border-radius:6px;padding:5px 10px;font-size:12px;font-weight:500;position:absolute;top:50%;left:calc(100% + 8px);transform:translateY(-50%)}.dashboard-module__XABe8G__logoIcon{background:var(--green-light);border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:2px;display:flex;box-shadow:0 0 16px #3de84a59}.dashboard-module__XABe8G__topbarCenter{flex:1;align-items:center;padding:0 20px;display:flex}.dashboard-module__XABe8G__topbarTitleGroup{flex-direction:column;gap:2px;display:flex}.dashboard-module__XABe8G__complejoName{color:var(--green);letter-spacing:.03em;margin:0;font-size:14px;font-weight:600}.dashboard-module__XABe8G__switcherWrapper{position:relative}.dashboard-module__XABe8G__switcherTrigger{cursor:pointer;background:0 0;border:none;border-radius:5px;align-items:center;gap:4px;font-family:inherit;transition:background .15s;display:flex}.dashboard-module__XABe8G__switcherTrigger:hover{background:var(--bg-hover)}.dashboard-module__XABe8G__switcherChevron{color:var(--green);flex-shrink:0;margin-top:4px;font-size:13px;transition:transform .2s}.dashboard-module__XABe8G__switcherChevronOpen{transform:rotate(180deg)}.dashboard-module__XABe8G__switcherDropdown{background:var(--bg-card);border:1px solid var(--border-main);z-index:600;border-radius:10px;min-width:240px;animation:.15s dashboard-module__XABe8G__dropdownIn;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 8px 32px #00000073}@keyframes dashboard-module__XABe8G__dropdownIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__XABe8G__switcherDropdownTitle{letter-spacing:.08em;text-transform:uppercase;color:var(--text-placeholder);padding:10px 14px 6px;font-size:10px;font-weight:700}.dashboard-module__XABe8G__switcherOption{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:9px 14px;font-family:inherit;transition:background .12s;display:flex}.dashboard-module__XABe8G__switcherOption:hover{background:var(--bg-hover)}.dashboard-module__XABe8G__switcherOptionActive{background:#3de84a12!important}.dashboard-module__XABe8G__switcherOptionAvatar{color:#fff;background:linear-gradient(135deg,#2bc436,#1a6e22);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:flex;overflow:hidden}.dashboard-module__XABe8G__switcherOptionAvatarImg{object-fit:cover;width:100%;height:100%}.dashboard-module__XABe8G__switcherOptionInfo{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.dashboard-module__XABe8G__switcherOptionName{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.dashboard-module__XABe8G__switcherOptionLocation{color:var(--text-placeholder);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:.8rem!important;font-family:var(--font-inter), sans-serif!important}.dashboard-module__XABe8G__switcherOptionCheck{color:var(--green);flex-shrink:0;font-size:15px}.dashboard-module__XABe8G__topbarDate{color:var(--text-placeholder);letter-spacing:.02em;text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:11px}.dashboard-module__XABe8G__topbarActions{align-items:center;gap:8px;display:flex}.dashboard-module__XABe8G__btnQuickbook{background:var(--green-light);color:var(--text-dark);cursor:pointer;letter-spacing:.05em;text-transform:uppercase;border:none;border-radius:6px;align-items:center;gap:6px;height:32px;padding:0 16px;font-family:inherit;font-size:12px;font-weight:700;transition:all .15s;display:flex;box-shadow:0 0 20px #3de84a40}.dashboard-module__XABe8G__btnQuickbook:hover{transform:translateY(-1px);box-shadow:0 0 28px #3de84a73}.dashboard-module__XABe8G__btnIcon{background:var(--bg-card);border:1px solid var(--border-main);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:all .15s;display:flex}.dashboard-module__XABe8G__btnIcon:hover{background:var(--bg-hover);border-color:var(--text-placeholder)}.dashboard-module__XABe8G__notifBadge{position:relative}.dashboard-module__XABe8G__notifBadge:after{content:"3";background:var(--accent-red);color:#fff;border:2px solid var(--bg-topbar);border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;font-size:9px;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.dashboard-module__XABe8G__avatar{border:1px solid var(--border-main);cursor:pointer;width:30px;height:30px;color:var(--white);background:linear-gradient(135deg,#2bc436,#1a6e22);border-radius:50%;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex;overflow:hidden}.dashboard-module__XABe8G__avatarImg{object-fit:cover;width:100%;height:100%}.dashboard-module__XABe8G__body{flex:1;display:flex;overflow:hidden}.dashboard-module__XABe8G__sidebar{background:var(--bg-sidebar);border-right:1px solid var(--border-main);flex-direction:column;flex-shrink:0;align-items:center;width:56px;padding:8px 0;display:flex;overflow:visible}.dashboard-module__XABe8G__navList{flex-direction:column;align-items:center;gap:2px;width:100%;margin:0;padding:0;list-style:none;display:flex}.dashboard-module__XABe8G__navItem{width:40px;height:40px;color:var(--text-placeholder);border-radius:6px;justify-content:center;align-items:center;text-decoration:none;transition:all .15s;display:flex;position:relative}.dashboard-module__XABe8G__navItem:hover{background:var(--bg-card);color:var(--text-muted)}.dashboard-module__XABe8G__navItemActive{color:var(--green)!important;background:#3de84a14!important}.dashboard-module__XABe8G__navItemActive:before{content:"";background:var(--green);width:3px;height:20px;box-shadow:0 0 8px var(--green);border-radius:0 2px 2px 0;position:absolute;top:50%;left:-8px;transform:translateY(-50%)}.dashboard-module__XABe8G__navItem[data-tooltip]:hover:after{content:attr(data-tooltip);background:var(--bg-hover);color:var(--text-main);white-space:nowrap;border:1px solid var(--border-main);z-index:500;pointer-events:none;box-shadow:var(--shadow-main);border-radius:6px;padding:5px 10px;font-size:12px;font-weight:500;position:absolute;top:50%;left:48px;transform:translateY(-50%)}.dashboard-module__XABe8G__navIcon{font-size:17px;line-height:1}.dashboard-module__XABe8G__navBadge{background:var(--accent-red);border:1.5px solid var(--bg-sidebar);z-index:10;border-radius:50%;width:7px;height:7px;animation:.3s cubic-bezier(.175,.885,.32,1.275) forwards dashboard-module__XABe8G__popIn,2s infinite dashboard-module__XABe8G__pulseBadge;position:absolute;top:6px;right:6px}@keyframes dashboard-module__XABe8G__popIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes dashboard-module__XABe8G__pulseBadge{0%{box-shadow:0 0 #f04444b3}70%{box-shadow:0 0 0 4px #f0444400}to{box-shadow:0 0 #f0444400}}.dashboard-module__XABe8G__navBadgeGreen{background:var(--green-dark);color:var(--text-dark)}.dashboard-module__XABe8G__content{background:var(--bg-main);flex-direction:column;flex:1;display:flex;overflow:hidden}@media (max-width:640px){.dashboard-module__XABe8G__topbar{height:52px;padding:0 10px 0 0;overflow:hidden}.dashboard-module__XABe8G__topbarLogo{flex-shrink:0;width:48px;height:52px}.dashboard-module__XABe8G__topbarCenter{flex:1;min-width:0;padding:0 10px}.dashboard-module__XABe8G__topbarTitleGroup{gap:0;min-width:0}.dashboard-module__XABe8G__complejoName{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.dashboard-module__XABe8G__topbarDate{display:none}.dashboard-module__XABe8G__topbarActions{flex-shrink:0;gap:6px}.dashboard-module__XABe8G__btnQuickbook{gap:4px;padding:0 10px;font-size:11px}.dashboard-module__XABe8G__btnQuickbookIcon{display:none}.dashboard-module__XABe8G__body{flex-direction:column-reverse}.dashboard-module__XABe8G__sidebar{border-right:none;border-top:1px solid var(--border-main);flex-direction:row;flex-shrink:0;justify-content:center;width:100%;height:52px;padding:0 8px;overflow:visible}.dashboard-module__XABe8G__navList{flex-direction:row;justify-content:center;gap:4px;width:auto}.dashboard-module__XABe8G__navItem{width:44px;height:44px}.dashboard-module__XABe8G__navItemActive:before{border-radius:0 0 2px 2px;width:20px;height:3px;top:-8px;left:50%;transform:translate(-50%)}.dashboard-module__XABe8G__navItem[data-tooltip]:hover:after{top:auto;bottom:52px;left:50%;transform:translate(-50%)}}.dashboard-module__XABe8G__pickerOverlay{-webkit-backdrop-filter:blur(6px);z-index:1000;background:#000000bf;justify-content:center;align-items:center;padding:24px;animation:.2s dashboard-module__XABe8G__fadeIn;display:flex;position:fixed;inset:0}@keyframes dashboard-module__XABe8G__fadeIn{0%{opacity:0}to{opacity:1}}.dashboard-module__XABe8G__pickerModal{background:var(--bg-card);border:1px solid var(--border-main);border-radius:16px;width:100%;max-width:420px;animation:.2s dashboard-module__XABe8G__slideUp;overflow:hidden;box-shadow:0 24px 80px #0009}@keyframes dashboard-module__XABe8G__slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__XABe8G__pickerHeader{text-align:center;border-bottom:1px solid var(--border-main);background:linear-gradient(#3de84a0f 0%,#0000 100%);padding:28px 28px 20px}.dashboard-module__XABe8G__pickerLogo{justify-content:center;margin-bottom:14px;display:flex}.dashboard-module__XABe8G__pickerLogoImg{background:var(--green-light);border-radius:50%;width:44px;height:44px;padding:4px;box-shadow:0 0 24px #3de84a66}.dashboard-module__XABe8G__pickerTitle{color:var(--text-main);letter-spacing:-.01em;margin:0 0 6px;font-size:18px;font-weight:700}.dashboard-module__XABe8G__pickerSubtitle{color:var(--text-placeholder);margin:0;font-size:13px;line-height:1.5}.dashboard-module__XABe8G__pickerList{flex-direction:column;gap:6px;padding:12px;display:flex}.dashboard-module__XABe8G__pickerItem{background:var(--bg-main);border:1px solid var(--border-main);cursor:pointer;text-align:left;border-radius:10px;align-items:center;gap:12px;width:100%;padding:12px 14px;font-family:inherit;transition:all .15s;display:flex}.dashboard-module__XABe8G__pickerItem:hover{border-color:var(--green);background:#3de84a0f;transform:translateY(-1px);box-shadow:0 4px 16px #3de84a26}.dashboard-module__XABe8G__pickerItemAvatar{color:#fff;background:linear-gradient(135deg,#2bc436,#1a6e22);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:800;display:flex;overflow:hidden}.dashboard-module__XABe8G__pickerItemAvatarImg{object-fit:cover;width:100%;height:100%}.dashboard-module__XABe8G__pickerItemAvatarInitial{color:#fff;font-size:16px;font-weight:800}.dashboard-module__XABe8G__pickerItemInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.dashboard-module__XABe8G__pickerItemName{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.dashboard-module__XABe8G__pickerItemLocation{color:var(--text-placeholder);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.dashboard-module__XABe8G__pickerItemArrow{color:var(--text-placeholder);flex-shrink:0;font-size:16px;transition:transform .15s,color .15s}.dashboard-module__XABe8G__pickerItem:hover .dashboard-module__XABe8G__pickerItemArrow{color:var(--green);transform:translate(3px)}
