.Button-module__8RiFmG__btn{font-family:var(--font-body);border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;font-weight:600;line-height:1;text-decoration:none;transition:opacity .15s,transform .15s,box-shadow .15s,background .15s;display:inline-flex}.Button-module__8RiFmG__btn:active:not(.Button-module__8RiFmG__loading){transform:translateY(1px)}.Button-module__8RiFmG__primary{background:linear-gradient(135deg,var(--color-sky-500),var(--color-sky-600));color:#fff;box-shadow:var(--shadow-button)}.Button-module__8RiFmG__primary:hover:not(.Button-module__8RiFmG__loading){opacity:.92;box-shadow:0 6px 20px #0ea5e980}.Button-module__8RiFmG__secondary{background:var(--color-sky-50);color:var(--color-sky-700);border:1px solid var(--color-sky-200)}.Button-module__8RiFmG__secondary:hover:not(.Button-module__8RiFmG__loading){background:var(--color-sky-100)}.Button-module__8RiFmG__ghost{color:var(--color-sky-600);background:0 0}.Button-module__8RiFmG__ghost:hover:not(.Button-module__8RiFmG__loading){background:var(--color-sky-50)}.Button-module__8RiFmG__outline{border:1.5px solid var(--color-sky-500);color:var(--color-sky-600);background:0 0}.Button-module__8RiFmG__outline:hover:not(.Button-module__8RiFmG__loading){background:var(--color-sky-50)}.Button-module__8RiFmG__danger{background:var(--color-error);color:#fff}.Button-module__8RiFmG__danger:hover:not(.Button-module__8RiFmG__loading){opacity:.88}.Button-module__8RiFmG__premium{color:#fff;background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 4px 14px #7c3aed66}.Button-module__8RiFmG__premium:hover:not(.Button-module__8RiFmG__loading){opacity:.92;box-shadow:0 6px 20px #7c3aed80}.Button-module__8RiFmG__sm{padding:6px 14px;font-size:13px}.Button-module__8RiFmG__md{padding:10px 20px;font-size:14px}.Button-module__8RiFmG__lg{padding:14px 28px;font-size:16px}.Button-module__8RiFmG__loading{opacity:.7;cursor:not-allowed;pointer-events:none}.Button-module__8RiFmG__spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite Button-module__8RiFmG__btnSpin}.Button-module__8RiFmG__spinnerDark{border-color:#0ea5e94d;border-top-color:var(--color-sky-600)}@keyframes Button-module__8RiFmG__btnSpin{to{transform:rotate(360deg)}}
.Card-module__b6YjYG__card{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--color-gray-100);background:#fff;transition:transform .2s,box-shadow .2s}.Card-module__b6YjYG__glass{-webkit-backdrop-filter:blur(12px);background:#ffffffb3;border:1px solid #fff6}.Card-module__b6YjYG__hoverable:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.Card-module__b6YjYG__paddingSm{padding:16px}.Card-module__b6YjYG__paddingMd{padding:24px}.Card-module__b6YjYG__paddingLg{padding:32px}
.Badge-module__H8aylq__badge{border-radius:var(--radius-full);font-size:12px;font-weight:600;font-family:var(--font-body);white-space:nowrap;align-items:center;padding:3px 10px;line-height:1.4;display:inline-flex}.Badge-module__H8aylq__sky{background:var(--color-sky-100);color:var(--color-sky-700)}.Badge-module__H8aylq__teal{color:var(--color-teal-600);background:#14b8a61f}.Badge-module__H8aylq__amber{color:#b45309;background:#f59e0b1f}.Badge-module__H8aylq__red{color:#b91c1c;background:#ef44441a}.Badge-module__H8aylq__gray{background:var(--color-gray-100);color:var(--color-gray-600)}.Badge-module__H8aylq__green{color:#047857;background:#10b9811f}
.Input-module__5jsJuW__wrapper{flex-direction:column;gap:6px;display:flex}.Input-module__5jsJuW__label{font-family:var(--font-body);color:var(--color-gray-700);font-size:14px;font-weight:600}.Input-module__5jsJuW__inputWrapper{align-items:center;display:flex;position:relative}.Input-module__5jsJuW__iconSlot{color:var(--color-gray-400);pointer-events:none;z-index:1;align-items:center;display:flex;position:absolute;left:12px}.Input-module__5jsJuW__input{font-family:var(--font-body);color:var(--color-gray-800);border:1.5px solid var(--color-gray-200);border-radius:var(--radius-md);background:#fff;outline:none;width:100%;padding:10px 14px;font-size:14px;transition:border-color .15s,outline .15s}.Input-module__5jsJuW__input::placeholder{color:var(--color-gray-400)}.Input-module__5jsJuW__input:focus{border-color:var(--color-sky-400);outline:2px solid var(--color-sky-400);outline-offset:1px}.Input-module__5jsJuW__inputWithIcon{padding-left:40px}.Input-module__5jsJuW__inputError{border-color:var(--color-error)}.Input-module__5jsJuW__inputError:focus{border-color:var(--color-error);outline-color:var(--color-error)}.Input-module__5jsJuW__helperText{color:var(--color-gray-500);font-size:12px;line-height:1.4}.Input-module__5jsJuW__errorText{color:var(--color-error);font-size:12px;line-height:1.4}
.Alert-module__IrzyxW__alert{border-radius:var(--radius-md);font-family:var(--font-body);border-left:4px solid #0000;gap:12px;padding:14px 16px;font-size:14px;line-height:1.5;display:flex}.Alert-module__IrzyxW__info{border-left-color:var(--color-info);color:#1d4ed8;background:#3b82f614}.Alert-module__IrzyxW__success{border-left-color:var(--color-success);color:#065f46;background:#10b98114}.Alert-module__IrzyxW__warning{border-left-color:var(--color-warning);color:#92400e;background:#f59e0b1a}.Alert-module__IrzyxW__error{border-left-color:var(--color-error);color:#991b1b;background:#ef444414}.Alert-module__IrzyxW__body{flex:1}.Alert-module__IrzyxW__title{margin-bottom:4px;font-weight:700}.Alert-module__IrzyxW__closeBtn{cursor:pointer;opacity:.6;color:inherit;background:0 0;border:none;flex-shrink:0;align-self:flex-start;padding:0;font-size:18px;line-height:1}.Alert-module__IrzyxW__closeBtn:hover{opacity:1}
.Toggle-module__84Pn4G__toggleWrapper{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;display:inline-flex}.Toggle-module__84Pn4G__toggleWrapper.Toggle-module__84Pn4G__disabled{opacity:.5;cursor:not-allowed}.Toggle-module__84Pn4G__track{border-radius:var(--radius-full);background:var(--color-gray-300);flex-shrink:0;width:44px;height:24px;transition:background .2s;position:relative}.Toggle-module__84Pn4G__track.Toggle-module__84Pn4G__on{background:var(--color-teal-500)}.Toggle-module__84Pn4G__thumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.Toggle-module__84Pn4G__track.Toggle-module__84Pn4G__on .Toggle-module__84Pn4G__thumb{transform:translate(20px)}.Toggle-module__84Pn4G__hiddenInput{opacity:0;width:0;height:0;position:absolute}.Toggle-module__84Pn4G__label{font-family:var(--font-body);color:var(--color-gray-700);font-size:14px}
.Avatar-module__IVwToW__avatar{background:linear-gradient(135deg,var(--color-sky-400),var(--color-sky-600));color:#fff;font-family:var(--font-body);letter-spacing:.03em;-webkit-user-select:none;user-select:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.Avatar-module__IVwToW__sm{width:32px;height:32px;font-size:12px}.Avatar-module__IVwToW__md{width:40px;height:40px;font-size:14px}.Avatar-module__IVwToW__lg{width:48px;height:48px;font-size:16px}
.Table-module__ceAsYa__tableWrapper{border-radius:var(--radius-lg);border:1px solid var(--color-gray-100);width:100%;box-shadow:var(--shadow-sm);background:#fff;overflow-x:auto}.Table-module__ceAsYa__table{border-collapse:collapse;width:100%;font-family:var(--font-body);font-size:14px}.Table-module__ceAsYa__thead{background:var(--color-gray-50)}.Table-module__ceAsYa__th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--color-gray-500);border-bottom:1px solid var(--color-gray-100);white-space:nowrap;padding:12px 16px;font-size:12px;font-weight:600}.Table-module__ceAsYa__tr{border-bottom:1px solid var(--color-gray-100);transition:background .1s}.Table-module__ceAsYa__tr:last-child{border-bottom:none}.Table-module__ceAsYa__tr:hover{background:var(--color-gray-50)}.Table-module__ceAsYa__td{color:var(--color-gray-700);vertical-align:middle;padding:14px 16px}.Table-module__ceAsYa__skeletonRow td{padding:14px 16px}.Table-module__ceAsYa__skeleton{border-radius:var(--radius-sm);background:linear-gradient(90deg,var(--color-gray-100)25%,var(--color-gray-50)50%,var(--color-gray-100)75%);background-size:200% 100%;height:16px;animation:1.4s infinite Table-module__ceAsYa__shimmer}@keyframes Table-module__ceAsYa__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.Table-module__ceAsYa__emptyCell{text-align:center;color:var(--color-gray-400);padding:40px 16px;font-size:14px}
.Modal-module__7LRQSW__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:24px;animation:.15s Modal-module__7LRQSW__fadeIn;display:flex;position:fixed;inset:0}@keyframes Modal-module__7LRQSW__fadeIn{0%{opacity:0}to{opacity:1}}.Modal-module__7LRQSW__modal{border-radius:var(--radius-xl);background:#fff;width:100%;max-height:calc(100vh - 48px);animation:.18s Modal-module__7LRQSW__scaleIn;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000002e}@keyframes Modal-module__7LRQSW__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.Modal-module__7LRQSW__sm{max-width:400px}.Modal-module__7LRQSW__md{max-width:560px}.Modal-module__7LRQSW__lg{max-width:720px}.Modal-module__7LRQSW__header{justify-content:space-between;align-items:center;padding:20px 24px 0;display:flex}.Modal-module__7LRQSW__title{font-family:var(--font-body);color:var(--color-gray-900);font-size:18px;font-weight:700}.Modal-module__7LRQSW__close{cursor:pointer;border-radius:var(--radius-sm);color:var(--color-gray-400);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:22px;line-height:1;transition:color .15s,background .15s;display:flex}.Modal-module__7LRQSW__close:hover{color:var(--color-gray-700);background:var(--color-gray-100)}.Modal-module__7LRQSW__body{padding:20px 24px 24px}
.PaidFeatureLock-module__c6HTQW__wrapper{align-items:center;gap:.375rem;display:inline-flex}.PaidFeatureLock-module__c6HTQW__crown{color:#7c3aed;cursor:help;justify-content:center;align-items:center;display:inline-flex}.PaidFeatureLock-module__c6HTQW__crown.PaidFeatureLock-module__c6HTQW__crownMd .PaidFeatureLock-module__c6HTQW__crownSvg{width:1.25rem;height:1.25rem}.PaidFeatureLock-module__c6HTQW__crownSvg{width:1rem;height:1rem}.PaidFeatureLock-module__c6HTQW__unlockLink{color:var(--color-sky-600);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.8125rem;font-weight:600;text-decoration:underline}.PaidFeatureLock-module__c6HTQW__unlockLink:hover{color:var(--color-sky-700)}
.ScheduleSelector-module__y4eYNq__container{flex-direction:column;gap:1rem;display:flex}.ScheduleSelector-module__y4eYNq__label{color:var(--color-gray-700);font-size:.875rem;font-weight:600}.ScheduleSelector-module__y4eYNq__toggleRow{flex-wrap:wrap;gap:.5rem;display:flex}.ScheduleSelector-module__y4eYNq__radioOption{cursor:pointer;border-radius:var(--radius-full);border:1.5px solid var(--color-gray-200);color:var(--color-gray-600);-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:border-color .15s,background-color .15s,color .15s;display:flex}.ScheduleSelector-module__y4eYNq__radioOption:hover{border-color:var(--color-sky-400);color:var(--color-sky-600)}.ScheduleSelector-module__y4eYNq__radioOptionActive{border-color:var(--color-sky-500);background-color:var(--color-sky-50,#f0f9ff);color:var(--color-sky-700)}.ScheduleSelector-module__y4eYNq__radioOptionDisabled{cursor:not-allowed;opacity:.85}.ScheduleSelector-module__y4eYNq__radioOptionDisabled:hover{border-color:var(--color-gray-200);color:var(--color-gray-600)}.ScheduleSelector-module__y4eYNq__unlockHint{color:var(--color-gray-500);font-size:.75rem;font-weight:400}.ScheduleSelector-module__y4eYNq__unlockLink{color:var(--color-sky-600);text-decoration:underline}.ScheduleSelector-module__y4eYNq__unlockLink:hover{color:var(--color-sky-700)}.ScheduleSelector-module__y4eYNq__radioInput{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.ScheduleSelector-module__y4eYNq__fieldWrap{flex-direction:column;gap:.375rem;animation:.2s both ScheduleSelector-module__y4eYNq__fadeIn;display:flex}.ScheduleSelector-module__y4eYNq__fieldLabel{color:var(--color-gray-600);font-size:.8125rem;font-weight:600}.ScheduleSelector-module__y4eYNq__fieldInput{border:1.5px solid var(--color-gray-200);border-radius:var(--radius-md);width:100%;font-family:var(--font-body);color:var(--color-gray-900);box-shadow:var(--shadow-sm);background:#fff;outline:none;padding:.625rem .875rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.ScheduleSelector-module__y4eYNq__fieldInput:focus{border-color:var(--color-sky-500);box-shadow:0 0 0 3px #0ea5e91f}.ScheduleSelector-module__y4eYNq__fieldHelp{color:var(--color-gray-400);font-size:.8125rem}.ScheduleSelector-module__y4eYNq__upgradeModalBody{color:var(--color-gray-700);margin:0 0 1.5rem;font-size:.9375rem;line-height:1.5}.ScheduleSelector-module__y4eYNq__upgradeModalActions{flex-wrap:wrap;gap:.75rem;display:flex}
.MessageEditor-module__HZ5gRq__editorWrap{border:1.5px solid var(--color-gray-200);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;transition:border-color .15s,box-shadow .15s;overflow:hidden}.MessageEditor-module__HZ5gRq__editorWrap:focus-within{border-color:var(--color-sky-500);box-shadow:0 0 0 3px #0ea5e91f}.MessageEditor-module__HZ5gRq__toolbar{background:var(--color-gray-50);border-bottom:1px solid var(--color-gray-200);flex-wrap:wrap;gap:.125rem;padding:.5rem .625rem;display:flex}.MessageEditor-module__HZ5gRq__toolbarBtn{border-radius:var(--radius-sm);cursor:pointer;width:2rem;height:2rem;font-size:.875rem;font-family:var(--font-body);color:var(--color-gray-600);background:0 0;border:none;justify-content:center;align-items:center;transition:background-color .12s,color .12s;display:inline-flex}.MessageEditor-module__HZ5gRq__toolbarBtn:hover{background:var(--color-gray-200);color:var(--color-gray-900)}.MessageEditor-module__HZ5gRq__toolbarBtnActive{background:var(--color-sky-100);color:var(--color-sky-700)}.MessageEditor-module__HZ5gRq__toolbarDivider{background:var(--color-gray-200);align-self:center;width:1px;height:1.5rem;margin:0 .25rem}.MessageEditor-module__HZ5gRq__editorContent{min-height:240px;font-family:var(--font-body);color:var(--color-gray-900);outline:none;padding:1rem;font-size:.9375rem;line-height:1.7}.MessageEditor-module__HZ5gRq__editorContent .ProseMirror{outline:none;min-height:200px}.MessageEditor-module__HZ5gRq__editorContent .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--color-gray-400);pointer-events:none;float:left;height:0}:is(.MessageEditor-module__HZ5gRq__editorContent h1,.MessageEditor-module__HZ5gRq__editorContent h2,.MessageEditor-module__HZ5gRq__editorContent h3){font-family:var(--font-display);margin:.75em 0 .375em}:is(.MessageEditor-module__HZ5gRq__editorContent ul,.MessageEditor-module__HZ5gRq__editorContent ol){padding-left:1.5rem}.MessageEditor-module__HZ5gRq__editorContent blockquote{border-left:3px solid var(--color-sky-300);color:var(--color-gray-600);margin:0;padding-left:1rem;font-style:italic}.MessageEditor-module__HZ5gRq__editorContent code{font-family:var(--font-mono);background:var(--color-gray-100);border-radius:var(--radius-sm);padding:.125em .375em;font-size:.875em}.MessageEditor-module__HZ5gRq__textarea{resize:vertical;width:100%;min-height:260px;font-family:var(--font-body);color:var(--color-gray-900);background:0 0;border:none;outline:none;padding:1rem;font-size:.9375rem;line-height:1.7}.MessageEditor-module__HZ5gRq__readOnly{cursor:default}.MessageEditor-module__HZ5gRq__readOnlyContent{font-family:var(--font-body);color:var(--color-gray-900);min-height:120px;padding:1rem;font-size:.9375rem;line-height:1.7}
.PaymentHistory-module__4rGPFa__wrapper{flex-direction:column;gap:1rem;display:flex}.PaymentHistory-module__4rGPFa__title{color:var(--color-gray-900);margin:0;font-size:1.0625rem;font-weight:600}
.Navbar-module__cRh5nW__navbar{-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-full);box-sizing:border-box;z-index:100;white-space:nowrap;background:#111827e0;border:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:24px;width:calc(100% - 48px);max-width:1200px;padding:8px 24px;display:flex;position:fixed;top:24px;left:50%;transform:translate(-50%)}@media (max-width:768px){.Navbar-module__cRh5nW__navbar{gap:12px;width:auto;max-width:none;padding:8px 16px;top:12px;left:12px;right:12px;transform:none}}.Navbar-module__cRh5nW__logo{flex-shrink:0;align-items:baseline;gap:2px;text-decoration:none;transition:opacity .2s;display:flex}.Navbar-module__cRh5nW__logo:hover{opacity:.9}.Navbar-module__cRh5nW__logoAfter{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;font-size:1.125rem;font-weight:400}.Navbar-module__cRh5nW__logoMessage{font-family:var(--font-display);color:var(--color-teal-400);letter-spacing:-.02em;font-size:1.125rem;font-weight:400}.Navbar-module__cRh5nW__navLinks{align-items:center;gap:4px;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__cRh5nW__navLink{font-family:var(--font-body);color:#ffffffb3;border-radius:var(--radius-full);padding:6px 12px;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.Navbar-module__cRh5nW__navLink:hover{color:#fff;background:#ffffff14}.Navbar-module__cRh5nW__navLinkActive{color:#fff;background:#ffffff1a}.Navbar-module__cRh5nW__navLinkActive:hover{color:#fff;background:#ffffff24}.Navbar-module__cRh5nW__navRight{align-items:center;gap:12px;margin-left:auto;display:flex}.Navbar-module__cRh5nW__localeSwitcher{border-radius:var(--radius-full);background:#ffffff0f;border:1px solid #ffffff0f;align-items:center;padding:2px;display:flex}.Navbar-module__cRh5nW__localeBtn{font-family:var(--font-body);color:#fff9;border-radius:var(--radius-full);align-items:center;gap:6px;padding:4px 10px;font-size:.8125rem;font-weight:600;text-decoration:none;transition:color .2s,background .2s;display:inline-flex}.Navbar-module__cRh5nW__localeFlag{opacity:.9;font-size:.875rem;line-height:1}.Navbar-module__cRh5nW__localeBtn:hover{color:#ffffffe6;background:#ffffff0f}.Navbar-module__cRh5nW__localeBtnActive{color:#fff;background:#ffffff24}.Navbar-module__cRh5nW__localeBtnActive:hover{color:#fff;background:#ffffff2e}.Navbar-module__cRh5nW__mobileToggle{border-radius:var(--radius-full);color:#fff;cursor:pointer;background:#ffffff1a;border:none;justify-content:center;align-items:center;width:44px;height:44px;margin-left:auto;padding:0;transition:background .2s;display:none}.Navbar-module__cRh5nW__mobileToggle:hover{background:#ffffff2e}@media (max-width:768px){.Navbar-module__cRh5nW__mobileToggle{margin-left:auto;display:flex}.Navbar-module__cRh5nW__navLinks,.Navbar-module__cRh5nW__navRight,.Navbar-module__cRh5nW__localeSwitcher,.Navbar-module__cRh5nW__authButtons{display:none!important}}.Navbar-module__cRh5nW__authButtons{align-items:center;gap:8px;display:flex}.Navbar-module__cRh5nW__loginBtn{font-family:var(--font-body);color:#ffffffd9;border-radius:var(--radius-full);background:0 0;border:none;padding:6px 14px;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s,background .2s}.Navbar-module__cRh5nW__loginBtn:hover{color:#fff;background:#ffffff14}.Navbar-module__cRh5nW__registerBtn{font-family:var(--font-body);color:#fff;background:linear-gradient(135deg,var(--color-sky-500),var(--color-sky-600));border-radius:var(--radius-full);box-shadow:var(--shadow-button);border:none;padding:7px 16px;font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .2s}.Navbar-module__cRh5nW__registerBtn:hover{opacity:.9}.Navbar-module__cRh5nW__mobileOverlay{z-index:98;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;transition:opacity .25s;display:none;position:fixed;inset:0}.Navbar-module__cRh5nW__mobileOverlayOpen{opacity:1;pointer-events:auto}@media (min-width:769px){.Navbar-module__cRh5nW__mobileOverlay,.Navbar-module__cRh5nW__mobileOverlayOpen{display:none!important}}@media (max-width:768px){.Navbar-module__cRh5nW__mobileOverlay{display:block}}.Navbar-module__cRh5nW__mobileMenu{z-index:99;background:#fff;width:min(300px,88vw);padding:72px 20px 24px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:none;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 32px #0000001f}.Navbar-module__cRh5nW__mobileMenuOpen{transform:translate(0)}@media (min-width:769px){.Navbar-module__cRh5nW__mobileMenu,.Navbar-module__cRh5nW__mobileMenuOpen{display:none!important}}@media (max-width:768px){.Navbar-module__cRh5nW__mobileMenu{border-left:1px solid var(--color-gray-200);flex-direction:column;gap:1.5rem;display:flex}}.Navbar-module__cRh5nW__mobileNavLinks{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__cRh5nW__mobileNavLink{font-family:var(--font-body);color:var(--color-gray-800);border-radius:var(--radius-md);padding:14px 16px;font-size:1rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:block}.Navbar-module__cRh5nW__mobileNavLink:hover,.Navbar-module__cRh5nW__mobileNavLink.Navbar-module__cRh5nW__navLinkActive{background:var(--color-gray-100);color:var(--color-teal-600)}.Navbar-module__cRh5nW__mobileLocale{flex-wrap:wrap;gap:8px;display:flex}.Navbar-module__cRh5nW__mobileLocale .Navbar-module__cRh5nW__localeBtn{color:var(--color-gray-600)}.Navbar-module__cRh5nW__mobileLocale .Navbar-module__cRh5nW__localeBtn:hover,.Navbar-module__cRh5nW__mobileLocale .Navbar-module__cRh5nW__localeBtnActive{color:var(--color-gray-900);background:var(--color-gray-200)}.Navbar-module__cRh5nW__mobileAuth{border-top:1px solid var(--color-gray-200);flex-direction:column;gap:10px;margin-top:auto;padding-top:1.5rem;display:flex}.Navbar-module__cRh5nW__mobileUserLinks{flex-direction:column;gap:4px;display:flex}.Navbar-module__cRh5nW__mobileAuthLink{font-family:var(--font-body);color:var(--color-gray-700);cursor:pointer;text-align:left;border-radius:var(--radius-md);background:0 0;border:none;padding:12px 16px;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background .2s;display:block}.Navbar-module__cRh5nW__mobileAuthLink:hover{background:var(--color-gray-100)}.Navbar-module__cRh5nW__mobileAuthDanger{color:var(--color-error)!important}.Navbar-module__cRh5nW__mobileLoginBtn{font-family:var(--font-body);color:var(--color-gray-800);text-align:center;border-radius:var(--radius-md);border:1.5px solid var(--color-gray-300);padding:14px 20px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .2s;display:block}.Navbar-module__cRh5nW__mobileLoginBtn:hover{background:var(--color-gray-50)}.Navbar-module__cRh5nW__mobileRegisterBtn{font-family:var(--font-body);color:#fff;text-align:center;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--color-sky-500),var(--color-teal-500));padding:14px 20px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:block;box-shadow:0 2px 8px #0ea5e94d}.Navbar-module__cRh5nW__mobileRegisterBtn:hover{opacity:.95}.Navbar-module__cRh5nW__dashboardNav .Navbar-module__cRh5nW__logoAfter,.Navbar-module__cRh5nW__dashboardNav .Navbar-module__cRh5nW__logoMessage{color:#fff}.Navbar-module__cRh5nW__dashboardNav .Navbar-module__cRh5nW__logoMessage{color:var(--color-teal-400)}.Navbar-module__cRh5nW__dashboardNav .Navbar-module__cRh5nW__navLink{color:#ffffffbf}.Navbar-module__cRh5nW__dashboardNav .Navbar-module__cRh5nW__navLink:hover{color:#fff;background:#ffffff1a}.Navbar-module__cRh5nW__dashboardNav .Navbar-module__cRh5nW__navLinkActive{color:#fff;background:#ffffff24}.Navbar-module__cRh5nW__dashboardNav .Navbar-module__cRh5nW__localeSwitcher{background:#ffffff1a;border-color:#ffffff1f}.Navbar-module__cRh5nW__dashboardNav .Navbar-module__cRh5nW__localeBtn{color:#ffffffb3}.Navbar-module__cRh5nW__dashboardNav .Navbar-module__cRh5nW__localeBtn:hover{color:#fff;background:#ffffff1a}.Navbar-module__cRh5nW__dashboardNav .Navbar-module__cRh5nW__localeBtnActive{color:#fff;background:#fff3}.Navbar-module__cRh5nW__dashboardNav .Navbar-module__cRh5nW__loginBtn{color:#ffffffe6}.Navbar-module__cRh5nW__dashboardNav .Navbar-module__cRh5nW__loginBtn:hover{color:#fff;background:#ffffff1a}.Navbar-module__cRh5nW__dashboardNav .Navbar-module__cRh5nW__mobileToggle{color:#fff;background:#ffffff1a;border-color:#ffffff26}.Navbar-module__cRh5nW__dashboardNav .Navbar-module__cRh5nW__mobileToggle:hover{background:#ffffff2e}.Navbar-module__cRh5nW__userMenu{align-items:center;display:flex;position:relative}.Navbar-module__cRh5nW__userMenuBtn{border-radius:var(--radius-full);cursor:pointer;color:#fffffff2;font-family:var(--font-body);background:#ffffff1a;border:1px solid #ffffff26;align-items:center;gap:8px;padding:6px 14px 6px 6px;font-size:.875rem;font-weight:500;transition:background .2s;display:flex}.Navbar-module__cRh5nW__userMenuBtn:hover{background:#ffffff29}.Navbar-module__cRh5nW__dashboardNav .Navbar-module__cRh5nW__userMenuBtn{background:#ffffff1a;border-color:#ffffff26}.Navbar-module__cRh5nW__chevron{opacity:.7;font-size:10px;transition:transform .2s}.Navbar-module__cRh5nW__chevronOpen{transform:rotate(180deg)}.Navbar-module__cRh5nW__dropdown{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--color-gray-100);z-index:200;background:#fff;min-width:180px;animation:.2s Navbar-module__cRh5nW__dropdownIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}@keyframes Navbar-module__cRh5nW__dropdownIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__cRh5nW__dropdownItem{text-align:left;width:100%;font-family:var(--font-body);color:var(--color-gray-700);cursor:pointer;background:0 0;border:none;padding:10px 16px;font-size:.9375rem;text-decoration:none;transition:background .15s;display:block}.Navbar-module__cRh5nW__dropdownItem:hover{background:var(--color-gray-50)}.Navbar-module__cRh5nW__dropdownDivider{background:var(--color-gray-100);height:1px;margin:4px 0}.Navbar-module__cRh5nW__dropdownDanger{color:var(--color-error)}
.RecipientList-module__PbbRhW__container{flex-direction:column;gap:1.25rem;display:flex}.RecipientList-module__PbbRhW__sectionTitle{color:var(--color-gray-800);margin:0;font-size:1rem;font-weight:700}.RecipientList-module__PbbRhW__list{border:1px solid var(--color-gray-200);border-radius:var(--radius-md);flex-direction:column;gap:0;display:flex;overflow:hidden}.RecipientList-module__PbbRhW__row{border-bottom:1px solid var(--color-gray-100);background:#fff;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;transition:background-color .12s;display:flex}.RecipientList-module__PbbRhW__row:last-child{border-bottom:none}.RecipientList-module__PbbRhW__row:hover{background:var(--color-gray-50)}.RecipientList-module__PbbRhW__rowInfo{flex-direction:column;gap:.125rem;min-width:0;display:flex}.RecipientList-module__PbbRhW__rowName{color:var(--color-gray-800);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;overflow:hidden}.RecipientList-module__PbbRhW__rowEmail{color:var(--color-gray-500);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;overflow:hidden}.RecipientList-module__PbbRhW__rowActions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.RecipientList-module__PbbRhW__empty{text-align:center;color:var(--color-gray-400);background:var(--color-gray-50);border:1px dashed var(--color-gray-200);border-radius:var(--radius-md);padding:1.5rem;font-size:.875rem}.RecipientList-module__PbbRhW__addForm{flex-wrap:wrap;align-items:flex-end;gap:.75rem;display:flex}.RecipientList-module__PbbRhW__formField{flex-direction:column;flex:1;gap:.25rem;min-width:160px;display:flex}.RecipientList-module__PbbRhW__formLabel{color:var(--color-gray-600);font-size:.8125rem;font-weight:600}.RecipientList-module__PbbRhW__formInput{border:1.5px solid var(--color-gray-200);border-radius:var(--radius-md);font-family:var(--font-body);color:var(--color-gray-900);box-shadow:var(--shadow-sm);background:#fff;outline:none;padding:.5625rem .75rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.RecipientList-module__PbbRhW__formInput:focus{border-color:var(--color-sky-500);box-shadow:0 0 0 3px #0ea5e91f}.RecipientList-module__PbbRhW__error{color:var(--color-error);font-size:.875rem}.RecipientList-module__PbbRhW__skeletonRow{background:linear-gradient(90deg,var(--color-gray-100)25%,var(--color-gray-200)50%,var(--color-gray-100)75%);border-radius:var(--radius-md);background-size:200% 100%;height:56px;animation:1.4s infinite RecipientList-module__PbbRhW__shimmer}
.ProfileForm-module__3MOleW__form{flex-direction:column;gap:1.25rem;max-width:520px;display:flex}.ProfileForm-module__3MOleW__sectionTitle{color:var(--color-gray-900);margin:0 0 .25rem;font-size:1.0625rem;font-weight:600}.ProfileForm-module__3MOleW__field{flex-direction:column;gap:6px;display:flex}.ProfileForm-module__3MOleW__label{color:var(--color-gray-700);font-size:.875rem;font-weight:500}.ProfileForm-module__3MOleW__select{appearance:none;border:1.5px solid var(--color-gray-200);border-radius:var(--radius-md);width:100%;color:var(--color-gray-900);font-size:.9375rem;font-family:var(--font-body);cursor:pointer;box-shadow:var(--shadow-sm);background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right .875rem center;background-repeat:no-repeat;padding:.625rem 2.25rem .625rem .875rem;transition:border-color .15s}.ProfileForm-module__3MOleW__select:focus{border-color:var(--color-sky-400);outline:none;box-shadow:0 0 0 3px #0ea5e91f}.ProfileForm-module__3MOleW__footer{padding-top:.5rem}
.CheckoutForm-module__ezZsYq__form{flex-direction:column;gap:1rem;display:flex}.CheckoutForm-module__ezZsYq__promoInput{margin-top:.5rem}.CheckoutForm-module__ezZsYq__submitBtn{border-radius:var(--radius-xl);width:100%;height:3rem;margin-top:1rem;font-size:1.125rem;font-weight:600}
.HeroRotate-module__v7dxMW__hero{text-align:center;padding:96px 24px 80px;position:relative;overflow:hidden}.HeroRotate-module__v7dxMW__heroBg{z-index:0;pointer-events:none;background:radial-gradient(70% 50% at 50% -10%,#0ea5e926 0%,#0000 70%),radial-gradient(50% 40% at 80% 80%,#14b8a61a 0%,#0000 60%);position:absolute;inset:0}.HeroRotate-module__v7dxMW__heroContent{z-index:1;max-width:760px;margin:0 auto;animation:.7s both HeroRotate-module__v7dxMW__fadeInUp;position:relative}.HeroRotate-module__v7dxMW__heroRotateWrap{justify-content:center;align-items:center;min-height:5.5rem;margin-bottom:24px;display:flex}.HeroRotate-module__v7dxMW__heroRotateLine{font-family:var(--font-display);color:var(--color-gray-900);letter-spacing:-.02em;text-align:center;margin:0;font-size:clamp(2.25rem,5vw,3.75rem);line-height:1.12;animation:.5s both HeroRotate-module__v7dxMW__fadeSwap}.HeroRotate-module__v7dxMW__heroSubtext{color:var(--color-gray-600);text-align:center;max-width:580px;margin:0 auto 40px;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}.HeroRotate-module__v7dxMW__heroSubtextItems{color:var(--color-gray-700)}@keyframes HeroRotate-module__v7dxMW__fadeSwap{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes HeroRotate-module__v7dxMW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.HeroRotate-module__v7dxMW__heroCtas{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}
.Footer-module__3hUVsW__footer{background:var(--color-gray-900);color:#ffffffa6;font-family:var(--font-body);padding:48px 24px 32px}.Footer-module__3hUVsW__inner{max-width:1100px;margin:0 auto}.Footer-module__3hUVsW__top{text-align:center;flex-direction:column;align-items:center;gap:12px;margin-bottom:32px;display:flex}.Footer-module__3hUVsW__logo{align-items:baseline;text-decoration:none;display:inline-flex}.Footer-module__3hUVsW__logoAfter{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;font-size:22px}.Footer-module__3hUVsW__logoMessage{font-family:var(--font-display);color:var(--color-teal-400);letter-spacing:-.02em;font-size:22px}.Footer-module__3hUVsW__tagline{color:#ffffff80;max-width:320px;font-size:14px;line-height:1.6}.Footer-module__3hUVsW__links{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-bottom:28px;display:flex}.Footer-module__3hUVsW__link{color:#ffffff8c;border-radius:var(--radius-sm);padding:4px 8px;font-size:13px;font-weight:500;text-decoration:none;transition:color .15s}.Footer-module__3hUVsW__link:hover{color:#ffffffe6}.Footer-module__3hUVsW__divider{background:#fff3;border-radius:50%;width:3px;height:3px}.Footer-module__3hUVsW__bottom{text-align:center;color:#ffffff4d;border-top:1px solid #ffffff14;padding-top:20px;font-size:12px}
.Sidebar-module__XRNO5a__sidebar{border-right:1px solid var(--color-gray-100);width:240px;height:100vh;box-shadow:var(--shadow-sm);z-index:50;background:#fff;flex-direction:column;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.Sidebar-module__XRNO5a__logoArea{border-bottom:1px solid var(--color-gray-100);flex-shrink:0;padding:24px 20px 20px}.Sidebar-module__XRNO5a__logo{align-items:baseline;text-decoration:none;display:inline-flex}.Sidebar-module__XRNO5a__logoAfter{font-family:var(--font-display);color:var(--color-gray-900);letter-spacing:-.02em;font-size:20px}.Sidebar-module__XRNO5a__logoMessage{font-family:var(--font-display);color:var(--color-teal-500);letter-spacing:-.02em;font-size:20px}.Sidebar-module__XRNO5a__nav{flex-direction:column;flex:1;gap:2px;padding:12px;display:flex}.Sidebar-module__XRNO5a__sectionLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--color-gray-400);padding:8px 8px 4px;font-size:10px;font-weight:700}.Sidebar-module__XRNO5a__navItem{border-radius:var(--radius-md);font-family:var(--font-body);color:var(--color-gray-600);align-items:center;gap:10px;padding:9px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:flex}.Sidebar-module__XRNO5a__navItem:hover{background:var(--color-sky-50);color:var(--color-sky-700)}.Sidebar-module__XRNO5a__navItemActive{background:var(--color-sky-50);color:var(--color-sky-700);font-weight:600}.Sidebar-module__XRNO5a__navIcon{flex-shrink:0;justify-content:center;align-items:center;width:20px;font-size:16px;display:flex}.Sidebar-module__XRNO5a__userArea{border-top:1px solid var(--color-gray-100);flex-shrink:0;padding:10px 12px}.Sidebar-module__XRNO5a__userCard{border-radius:var(--radius-md);align-items:center;gap:8px;padding:4px 0;display:flex}.Sidebar-module__XRNO5a__userInfo{overflow:hidden}.Sidebar-module__XRNO5a__userName{font-family:var(--font-body);color:var(--color-gray-800);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;overflow:hidden}.Sidebar-module__XRNO5a__userEmail{font-family:var(--font-body);color:var(--color-gray-400);white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.Sidebar-module__XRNO5a__logoutBtn{border-radius:var(--radius-md);width:100%;font-family:var(--font-body);color:var(--color-gray-500);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-top:8px;padding:6px 8px;font-size:12px;font-weight:500;transition:background .12s,color .12s;display:flex}.Sidebar-module__XRNO5a__logoutBtn:hover{color:var(--color-error);background:#fef2f2}.Sidebar-module__XRNO5a__logoutBtn svg{width:1em;height:1em;font-size:11px}@media (max-width:768px){.Sidebar-module__XRNO5a__sidebar{z-index:55;transition:transform .25s;transform:translate(-100%)}.Sidebar-module__XRNO5a__sidebar.Sidebar-module__XRNO5a__open{transform:translate(0)}}
.AttachmentList-module__b7BU3G__container{flex-direction:column;gap:1.25rem;display:flex}.AttachmentList-module__b7BU3G__sectionTitle{color:var(--color-gray-800);margin:0;font-size:1rem;font-weight:700}.AttachmentList-module__b7BU3G__list{border:1px solid var(--color-gray-200);border-radius:var(--radius-md);flex-direction:column;gap:0;display:flex;overflow:hidden}.AttachmentList-module__b7BU3G__row{border-bottom:1px solid var(--color-gray-100);background:#fff;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;transition:background-color .12s;display:flex}.AttachmentList-module__b7BU3G__row:last-child{border-bottom:none}.AttachmentList-module__b7BU3G__row:hover{background:var(--color-gray-50)}.AttachmentList-module__b7BU3G__rowInfo{flex-direction:column;gap:.125rem;min-width:0;display:flex}.AttachmentList-module__b7BU3G__rowName{color:var(--color-gray-800);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;overflow:hidden}.AttachmentList-module__b7BU3G__rowSize{color:var(--color-gray-500);font-size:.8125rem}.AttachmentList-module__b7BU3G__locked{background:var(--color-gray-50);border:1px dashed var(--color-gray-300);border-radius:var(--radius-md);flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.AttachmentList-module__b7BU3G__lockedText{color:var(--color-gray-600);margin:0;font-size:.875rem}.AttachmentList-module__b7BU3G__locked .AttachmentList-module__b7BU3G__unlockLink{color:var(--color-sky-600);font-size:.875rem;font-weight:600;text-decoration:underline}.AttachmentList-module__b7BU3G__locked .AttachmentList-module__b7BU3G__unlockLink:hover{color:var(--color-sky-700)}.AttachmentList-module__b7BU3G__empty{text-align:center;color:var(--color-gray-400);background:var(--color-gray-50);border:1px dashed var(--color-gray-200);border-radius:var(--radius-md);padding:1.5rem;font-size:.875rem}.AttachmentList-module__b7BU3G__uploadArea{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.AttachmentList-module__b7BU3G__fileInput{display:none}.AttachmentList-module__b7BU3G__uploadHelp{color:var(--color-gray-400);font-size:.8125rem}.AttachmentList-module__b7BU3G__progressWrap{background:var(--color-gray-100);border-radius:var(--radius-full);width:100%;height:4px;overflow:hidden}.AttachmentList-module__b7BU3G__progressBar{background:var(--color-sky-500);border-radius:var(--radius-full);height:100%;transition:width .2s}.AttachmentList-module__b7BU3G__error{color:var(--color-error);font-size:.875rem}.AttachmentList-module__b7BU3G__skeletonRow{background:linear-gradient(90deg,var(--color-gray-100)25%,var(--color-gray-200)50%,var(--color-gray-100)75%);border-radius:var(--radius-md);background-size:200% 100%;height:56px;animation:1.4s infinite AttachmentList-module__b7BU3G__shimmer}
.PasswordForm-module__y8IBkG__form{flex-direction:column;gap:1.25rem;max-width:520px;display:flex}.PasswordForm-module__y8IBkG__sectionTitle{color:var(--color-gray-900);margin:0 0 .25rem;font-size:1.0625rem;font-weight:600}.PasswordForm-module__y8IBkG__footer{padding-top:.5rem}
.ContactCard-module__6rAkAW__card{flex-direction:column;gap:12px;display:flex}.ContactCard-module__6rAkAW__header{align-items:center;gap:12px;display:flex}.ContactCard-module__6rAkAW__info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ContactCard-module__6rAkAW__name{color:var(--color-gray-900);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;overflow:hidden}.ContactCard-module__6rAkAW__email{color:var(--color-gray-500);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;overflow:hidden}.ContactCard-module__6rAkAW__badge{flex-shrink:0}.ContactCard-module__6rAkAW__notifiedAt{color:var(--color-gray-500);margin:0;font-size:.8125rem}.ContactCard-module__6rAkAW__confirmedBadge{align-self:flex-start}.ContactCard-module__6rAkAW__actions{border-top:1px solid var(--color-gray-100);gap:8px;padding-top:4px;display:flex}
.admin-module__N87C0q__page{max-width:1200px;padding:0;animation:.35s both admin-module__N87C0q__fadeInUp}.admin-module__N87C0q__header{margin-bottom:2rem}.admin-module__N87C0q__title{font-family:var(--font-display);color:var(--color-gray-900);margin:0 0 .25rem;font-size:2rem;font-weight:400}.admin-module__N87C0q__subtitle{color:var(--color-gray-500);margin:0;font-size:.9375rem}.admin-module__N87C0q__statsGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.admin-module__N87C0q__statCard{flex-direction:column;gap:.5rem;display:flex}.admin-module__N87C0q__statLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--color-gray-500);font-size:.8125rem;font-weight:600}.admin-module__N87C0q__statValue{font-family:var(--font-display);color:var(--color-sky-600);font-size:2rem;line-height:1}.admin-module__N87C0q__errorText{color:var(--color-error);font-size:.875rem}
.payments-module__yzYfia__page{max-width:1100px;padding:0;animation:.35s both payments-module__yzYfia__fadeInUp}.payments-module__yzYfia__header{margin-bottom:1.5rem}.payments-module__yzYfia__title{font-family:var(--font-display);color:var(--color-gray-900);margin:0 0 .25rem;font-size:1.75rem;font-weight:400}.payments-module__yzYfia__subtitle{color:var(--color-gray-500);margin:0;font-size:.9375rem}.payments-module__yzYfia__tableWrap{margin-bottom:1rem;overflow-x:auto}.payments-module__yzYfia__pagination{justify-content:space-between;align-items:center;gap:1rem;display:flex}.payments-module__yzYfia__paginationInfo{color:var(--color-gray-500);font-size:.875rem}.payments-module__yzYfia__paginationBtns{gap:.5rem;display:flex}.payments-module__yzYfia__errorText{color:var(--color-error);font-size:.875rem}
.subscriptions-module__aKM1Tq__page{max-width:900px;padding:0;animation:.35s both subscriptions-module__aKM1Tq__fadeInUp}.subscriptions-module__aKM1Tq__header{margin-bottom:1.5rem}.subscriptions-module__aKM1Tq__title{font-family:var(--font-display);color:var(--color-gray-900);margin:0 0 .25rem;font-size:1.75rem;font-weight:400}.subscriptions-module__aKM1Tq__subtitle{color:var(--color-gray-500);margin:0;font-size:.9375rem}.subscriptions-module__aKM1Tq__errorText{color:var(--color-error);font-size:.875rem}
.user-detail-module__--K4gG__page{max-width:900px;padding:0;animation:.35s both user-detail-module__--K4gG__fadeInUp}.user-detail-module__--K4gG__back{margin-bottom:1rem;font-size:.9375rem}.user-detail-module__--K4gG__header{margin-bottom:1.5rem}.user-detail-module__--K4gG__title{font-family:var(--font-display);color:var(--color-gray-900);margin:0 0 .25rem;font-size:1.75rem;font-weight:400}.user-detail-module__--K4gG__section{margin-bottom:2rem}.user-detail-module__--K4gG__sectionTitle{color:var(--color-gray-700);margin:0 0 .75rem;font-size:.9375rem;font-weight:600}.user-detail-module__--K4gG__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem 1.5rem;display:grid}.user-detail-module__--K4gG__field{flex-direction:column;gap:.25rem;display:flex}.user-detail-module__--K4gG__fieldLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--color-gray-500);font-size:.75rem;font-weight:600}.user-detail-module__--K4gG__fieldValue{color:var(--color-gray-900);font-size:.9375rem}.user-detail-module__--K4gG__formRow{flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-top:1rem;display:flex}.user-detail-module__--K4gG__formField{flex:none}.user-detail-module__--K4gG__errorText{color:var(--color-error);margin-bottom:.5rem;font-size:.875rem}
.users-module__fHdvfq__page{max-width:1200px;padding:0;animation:.35s both users-module__fHdvfq__fadeInUp}.users-module__fHdvfq__header{margin-bottom:1.5rem}.users-module__fHdvfq__title{font-family:var(--font-display);color:var(--color-gray-900);margin:0 0 .25rem;font-size:1.75rem;font-weight:400}.users-module__fHdvfq__toolbar{flex-wrap:wrap;gap:1rem;margin-bottom:1rem;display:flex}.users-module__fHdvfq__search{flex:1;min-width:200px}.users-module__fHdvfq__filter{min-width:160px}.users-module__fHdvfq__tableWrap{overflow-x:auto}.users-module__fHdvfq__pagination{justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;display:flex}.users-module__fHdvfq__paginationInfo{color:var(--color-gray-500);font-size:.875rem}.users-module__fHdvfq__paginationBtns{gap:.5rem;display:flex}.users-module__fHdvfq__errorText{color:var(--color-error);margin-bottom:1rem;font-size:.875rem}
.forgot-password-module__APAWpW__title{font-family:var(--font-display);color:var(--color-gray-900);text-align:center;letter-spacing:-.01em;margin:0 0 10px;font-size:1.75rem}.forgot-password-module__APAWpW__description{color:var(--color-gray-500);text-align:center;margin:0 0 28px;font-size:.95rem;line-height:1.6}.forgot-password-module__APAWpW__form{flex-direction:column;gap:20px;display:flex}.forgot-password-module__APAWpW__submitBtn{width:100%}.forgot-password-module__APAWpW__backLink{text-align:center;color:var(--color-sky-600);margin-top:20px;font-size:.9rem;text-decoration:none;display:block}.forgot-password-module__APAWpW__backLink:hover{text-decoration:underline}.forgot-password-module__APAWpW__alertWrap{margin-bottom:20px}.forgot-password-module__APAWpW__successBox{text-align:center;padding:8px 0;animation:.4s both forgot-password-module__APAWpW__scaleIn}.forgot-password-module__APAWpW__successIcon{margin-bottom:20px;font-size:2.75rem;display:block}.forgot-password-module__APAWpW__successText{color:var(--color-gray-600);margin:0 0 24px;font-size:.95rem;line-height:1.6}
.login-module__Ge8Ptq__title{font-family:var(--font-display);color:var(--color-gray-900);text-align:center;letter-spacing:-.01em;margin:0 0 28px;font-size:1.75rem}.login-module__Ge8Ptq__form{flex-direction:column;gap:20px;display:flex}.login-module__Ge8Ptq__passwordGroup{flex-direction:column;gap:6px;display:flex}.login-module__Ge8Ptq__passwordLabelRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.login-module__Ge8Ptq__passwordLabel{font-family:var(--font-body);color:var(--color-gray-700);font-size:14px;font-weight:600}.login-module__Ge8Ptq__forgotLink{color:var(--color-sky-600);white-space:nowrap;font-size:.85rem;text-decoration:none}.login-module__Ge8Ptq__forgotLink:hover{text-decoration:underline}.login-module__Ge8Ptq__submitBtn{width:100%;margin-top:4px}.login-module__Ge8Ptq__footer{text-align:center;color:var(--color-gray-500);margin-top:24px;font-size:.9rem}.login-module__Ge8Ptq__footerLink{color:var(--color-sky-600);margin-left:4px;font-weight:600;text-decoration:none}.login-module__Ge8Ptq__footerLink:hover{text-decoration:underline}.login-module__Ge8Ptq__alertWrap{margin-bottom:20px}
.register-module__jl6QXa__title{font-family:var(--font-display);color:var(--color-gray-900);text-align:center;letter-spacing:-.01em;margin:0 0 28px;font-size:1.75rem}.register-module__jl6QXa__form{flex-direction:column;gap:20px;display:flex}.register-module__jl6QXa__terms{color:var(--color-gray-400);text-align:center;margin-top:-4px;font-size:.8rem;line-height:1.55}.register-module__jl6QXa__submitBtn{width:100%}.register-module__jl6QXa__footer{text-align:center;color:var(--color-gray-500);margin-top:24px;font-size:.9rem}.register-module__jl6QXa__footerLink{color:var(--color-sky-600);margin-left:4px;font-weight:600;text-decoration:none}.register-module__jl6QXa__footerLink:hover{text-decoration:underline}.register-module__jl6QXa__alertWrap{margin-bottom:20px}.register-module__jl6QXa__successBox{text-align:center;padding:8px 0;animation:.4s both register-module__jl6QXa__scaleIn}.register-module__jl6QXa__successIcon{margin-bottom:20px;font-size:3rem;display:block}.register-module__jl6QXa__successTitle{font-family:var(--font-display);color:var(--color-gray-900);margin:0 0 12px;font-size:1.5rem}.register-module__jl6QXa__successText{color:var(--color-gray-500);margin:0;font-size:.95rem;line-height:1.6}
.reset-password-module__CQntTW__title{font-family:var(--font-display);color:var(--color-gray-900);text-align:center;letter-spacing:-.01em;margin:0 0 28px;font-size:1.75rem}.reset-password-module__CQntTW__form{flex-direction:column;gap:20px;display:flex}.reset-password-module__CQntTW__submitBtn{width:100%}.reset-password-module__CQntTW__alertWrap{margin-bottom:20px}.reset-password-module__CQntTW__invalidToken{text-align:center;padding:8px 0}.reset-password-module__CQntTW__invalidTitle{color:var(--color-gray-700);margin:0 0 12px;font-size:1.1rem;font-weight:600}.reset-password-module__CQntTW__invalidText{color:var(--color-gray-500);margin:0 0 20px;font-size:.9rem}.reset-password-module__CQntTW__backLink{text-align:center;color:var(--color-sky-600);margin-top:20px;font-size:.9rem;text-decoration:none;display:block}.reset-password-module__CQntTW__backLink:hover{text-decoration:underline}
.checkin-module__T9dtJq__page{max-width:760px;padding:2rem;animation:.35s both checkin-module__T9dtJq__fadeInUp}.checkin-module__T9dtJq__header{margin-bottom:2rem}.checkin-module__T9dtJq__title{font-family:var(--font-display);color:var(--color-gray-900);margin:0 0 .5rem;font-size:1.875rem;font-weight:400}.checkin-module__T9dtJq__description{color:var(--color-gray-500);margin:0;font-size:.9375rem}.checkin-module__T9dtJq__alert{margin-bottom:1.25rem}.checkin-module__T9dtJq__statusCard{margin-bottom:2rem}.checkin-module__T9dtJq__loadingState{flex-direction:column;align-items:center;gap:1rem;padding:1rem 0;display:flex}.checkin-module__T9dtJq__skeletonBadge{border-radius:var(--radius-full);background:linear-gradient(90deg,var(--color-gray-100)25%,var(--color-gray-200)50%,var(--color-gray-100)75%);background-size:200% 100%;width:100px;height:28px;animation:1.4s infinite checkin-module__T9dtJq__shimmer}.checkin-module__T9dtJq__skeletonText{border-radius:var(--radius-sm);background:linear-gradient(90deg,var(--color-gray-100)25%,var(--color-gray-200)50%,var(--color-gray-100)75%);background-size:200% 100%;width:60%;height:20px;animation:1.4s infinite checkin-module__T9dtJq__shimmer}.checkin-module__T9dtJq__skeletonStat{border-radius:var(--radius-md);background:linear-gradient(90deg,var(--color-gray-100)25%,var(--color-gray-200)50%,var(--color-gray-100)75%);background-size:200% 100%;width:80%;height:72px;animation:1.4s infinite checkin-module__T9dtJq__shimmer}.checkin-module__T9dtJq__phaseRow{justify-content:center;margin-bottom:1rem;display:flex}.checkin-module__T9dtJq__phaseBadge{padding:.375rem 1rem;font-size:.9375rem}.checkin-module__T9dtJq__phaseDescription{text-align:center;color:var(--color-gray-600);margin:0 0 1.75rem;font-size:1rem}.checkin-module__T9dtJq__statsRow{border-top:1px solid var(--color-gray-100);flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:1.5rem;padding-top:1.5rem;display:flex}.checkin-module__T9dtJq__stat{flex-direction:column;align-items:center;gap:4px;display:flex}.checkin-module__T9dtJq__statValue{font-family:var(--font-display);color:var(--color-sky-600);font-size:3rem;line-height:1}.checkin-module__T9dtJq__statLabel{color:var(--color-gray-500);text-align:center;font-size:.8125rem}.checkin-module__T9dtJq__ctaRow{flex-wrap:wrap;justify-content:center;gap:.75rem;padding-top:.5rem;display:flex}.checkin-module__T9dtJq__checkinBtn{min-width:200px}.checkin-module__T9dtJq__testBtn{min-width:120px}.checkin-module__T9dtJq__legend{border-top:1px solid var(--color-gray-100);padding-top:1.75rem}.checkin-module__T9dtJq__legendTitle{color:var(--color-gray-700);margin:0 0 1rem;font-size:.9375rem;font-weight:600}.checkin-module__T9dtJq__legendGrid{flex-direction:column;gap:.75rem;display:flex}.checkin-module__T9dtJq__legendItem{align-items:center;gap:.75rem;display:flex}.checkin-module__T9dtJq__legendText{color:var(--color-gray-600);font-size:.9375rem}
.billing-module__X2lUIW__page{max-width:1000px;margin:0 auto;padding:2rem;animation:.4s ease-out both billing-module__X2lUIW__fadeInUp}.billing-module__X2lUIW__header{margin-bottom:2.5rem}.billing-module__X2lUIW__title{font-family:var(--font-display);color:var(--color-gray-900);margin:0;font-size:2.25rem;font-weight:400}.billing-module__X2lUIW__alert{margin-bottom:1.5rem}.billing-module__X2lUIW__successSection{margin-bottom:3rem;animation:.5s cubic-bezier(.34,1.56,.64,1) both billing-module__X2lUIW__successPop}@keyframes billing-module__X2lUIW__successPop{0%{opacity:0;transform:scale(.95)translateY(-10px)}to{opacity:1;transform:scale(1)translateY(0)}}.billing-module__X2lUIW__successCard{background:linear-gradient(135deg,var(--color-teal-50)0%,var(--color-sky-50)100%);border:2px solid var(--color-teal-200);border-radius:var(--radius-xl);padding:3rem;box-shadow:0 20px 40px -10px #14b8a626,0 0 0 1px #14b8a60d}.billing-module__X2lUIW__successIconWrap{background:var(--color-teal-500);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;margin-bottom:1.5rem;display:flex}.billing-module__X2lUIW__successIcon{font-size:2.5rem}.billing-module__X2lUIW__successHeadline{font-family:var(--font-display);color:var(--color-gray-900);margin:0 0 .75rem;font-size:2.5rem;font-weight:700;line-height:1.2}.billing-module__X2lUIW__successSubline{color:var(--color-gray-600);margin:0 0 2rem;font-size:1.25rem}.billing-module__X2lUIW__successBenefits{flex-direction:column;gap:1rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.billing-module__X2lUIW__successBenefits li{color:var(--color-gray-800);align-items:center;gap:1rem;font-size:1.25rem;font-weight:500;display:flex}.billing-module__X2lUIW__successCheck{width:1.5rem;height:1.5rem;color:var(--color-teal-600);flex-shrink:0;font-size:1rem}.billing-module__X2lUIW__successCta{background:var(--color-teal-600);color:#fff;border-radius:var(--radius-xl);align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.25rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #14b8a666}.billing-module__X2lUIW__successCta:hover{background:var(--color-teal-700);transform:translateY(-2px);box-shadow:0 6px 20px #14b8a673}.billing-module__X2lUIW__statusSection{margin-bottom:3rem}.billing-module__X2lUIW__statusCard{border:1px solid var(--color-gray-200);box-shadow:var(--shadow-sm);background:#fff;justify-content:space-between;align-items:center;gap:2rem;transition:transform .2s;display:flex}.billing-module__X2lUIW__statusCard:hover{transform:translateY(-2px)}.billing-module__X2lUIW__statusInfo{flex-direction:column;gap:.75rem;display:flex}.billing-module__X2lUIW__statusLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--color-gray-500);font-size:.8125rem;font-weight:600}.billing-module__X2lUIW__statusBadgeRow{align-items:center;gap:1rem;display:flex}.billing-module__X2lUIW__planNameText{color:var(--color-gray-800);font-size:1.125rem;font-weight:600}.billing-module__X2lUIW__trialInfo{color:var(--color-amber-700);background:var(--color-amber-50);border-radius:var(--radius-full);align-items:center;gap:.5rem;width:fit-content;padding:.25rem .75rem;font-size:.875rem;display:flex}.billing-module__X2lUIW__trialIcon{font-size:.75rem}.billing-module__X2lUIW__usageBars{border-top:1px solid var(--color-gray-200);flex-direction:column;gap:1rem;min-width:220px;max-width:320px;margin-top:1.25rem;padding-top:1.25rem;display:flex}.billing-module__X2lUIW__usageItem{flex-direction:column;gap:.35rem;display:flex}.billing-module__X2lUIW__usageHeader{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.billing-module__X2lUIW__usageLabel{color:var(--color-gray-600);font-size:.8125rem;font-weight:500}.billing-module__X2lUIW__usageCount{color:var(--color-gray-800);font-size:.8125rem;font-weight:600}.billing-module__X2lUIW__progressTrack{background:var(--color-gray-200);border-radius:var(--radius-full);height:6px;overflow:hidden}.billing-module__X2lUIW__progressFill{border-radius:var(--radius-full);height:100%;transition:width .3s}.billing-module__X2lUIW__manageBtn{align-items:center;gap:.5rem;display:flex}.billing-module__X2lUIW__btnIcon{font-size:.875rem}.billing-module__X2lUIW__subscriberSection{margin-bottom:3rem}.billing-module__X2lUIW__subscriberCard{border:1px solid var(--color-gray-200);box-shadow:var(--shadow-sm);background:#fff}.billing-module__X2lUIW__subscriberTitle{color:var(--color-gray-900);margin:0 0 1.25rem;font-size:1.125rem;font-weight:600}.billing-module__X2lUIW__subscriberBenefits{flex-direction:column;gap:.75rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.billing-module__X2lUIW__subscriberBenefits li{color:var(--color-gray-700);align-items:center;gap:.75rem;font-size:1rem;display:flex}.billing-module__X2lUIW__subscriberIcon{width:1.25rem;color:var(--color-teal-500);font-size:1rem}.billing-module__X2lUIW__subscriberActions{flex-wrap:wrap;gap:.75rem;display:flex}.billing-module__X2lUIW__increaseBtn,.billing-module__X2lUIW__reduceBtn{align-items:center;gap:.5rem;display:inline-flex}.billing-module__X2lUIW__builderSection{margin-bottom:4rem}.billing-module__X2lUIW__builderGrid{grid-template-columns:1fr 1.2fr;align-items:start;gap:3rem;display:grid}@media (max-width:768px){.billing-module__X2lUIW__builderGrid{grid-template-columns:1fr;gap:2.5rem}}.billing-module__X2lUIW__sectionTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--color-gray-400);margin-bottom:1.5rem;font-size:.875rem;font-weight:600}.billing-module__X2lUIW__periodToggle{background:var(--color-gray-100);border-radius:var(--radius-lg);width:fit-content;margin-bottom:2rem;padding:.25rem;display:flex}.billing-module__X2lUIW__periodBtn{border-radius:var(--radius-md);color:var(--color-gray-500);align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex;position:relative}.billing-module__X2lUIW__periodBtnActive{color:var(--color-gray-900);box-shadow:var(--shadow-sm);background:#fff}.billing-module__X2lUIW__baseFeatures{border:1px solid var(--color-gray-100);border-radius:var(--radius-xl);background:#fff;padding:1.5rem}.billing-module__X2lUIW__subTitle{color:var(--color-gray-900);margin:0 0 1.25rem;font-size:1rem;font-weight:600}.billing-module__X2lUIW__featureList{flex-direction:column;gap:.875rem;margin:0;padding:0;list-style:none;display:flex}.billing-module__X2lUIW__featureItem{color:var(--color-gray-600);align-items:center;gap:.75rem;font-size:.9375rem;display:flex}.billing-module__X2lUIW__checkCircle{background:var(--color-teal-50);width:1.25rem;height:1.25rem;color:var(--color-teal-600);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;display:flex}.billing-module__X2lUIW__addonCards{flex-direction:column;gap:1rem;margin-bottom:2.5rem;display:flex}.billing-module__X2lUIW__addonItem{border:1.5px solid var(--color-gray-200);border-radius:var(--radius-lg);background:#fff;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.billing-module__X2lUIW__addonItem:hover{border-color:var(--color-sky-300);background:var(--color-sky-50)}.billing-module__X2lUIW__addonIconBox{background:var(--color-gray-50);width:2.75rem;height:2.75rem;color:var(--color-gray-600);border-radius:var(--radius-md);justify-content:center;align-items:center;font-size:1.25rem;display:flex}.billing-module__X2lUIW__addonText{flex-direction:column;flex:1;display:flex}.billing-module__X2lUIW__addonName{color:var(--color-gray-900);font-size:1rem;font-weight:600}.billing-module__X2lUIW__addonPrice{color:var(--color-gray-500);font-size:.8125rem}.billing-module__X2lUIW__counter{background:var(--color-gray-100);border-radius:var(--radius-lg);align-items:center;padding:.25rem;display:flex}.billing-module__X2lUIW__counterBtn{width:2.25rem;height:2.25rem;color:var(--color-gray-600);border-radius:var(--radius-md);justify-content:center;align-items:center;transition:all .2s;display:flex}.billing-module__X2lUIW__counterBtn:hover:not(:disabled){color:var(--color-sky-600);background:#fff}.billing-module__X2lUIW__counterBtn:disabled{opacity:.3}.billing-module__X2lUIW__counterVal{text-align:center;width:2rem;color:var(--color-gray-900);font-weight:700}.billing-module__X2lUIW__oneTimeItem{cursor:pointer}.billing-module__X2lUIW__oneTimeActive{border-color:var(--color-teal-500);background:var(--color-teal-50)}.billing-module__X2lUIW__oneTimeActive:hover{background:var(--color-teal-100);border-color:var(--color-teal-600)}.billing-module__X2lUIW__checkboxWrapper{padding-right:.5rem}.billing-module__X2lUIW__customCheckbox{border:2px solid var(--color-gray-300);border-radius:var(--radius-sm);color:#fff;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;transition:all .2s;display:flex}.billing-module__X2lUIW__checkboxChecked{background:var(--color-teal-500);border-color:var(--color-teal-500)}.billing-module__X2lUIW__checkoutBox{background:var(--color-gray-900);border-radius:var(--radius-xl);color:#fff;padding:2rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.billing-module__X2lUIW__totalRow{justify-content:space-between;align-items:flex-end;margin-bottom:.5rem;display:flex}.billing-module__X2lUIW__totalLabel{color:var(--color-gray-400);padding-bottom:.5rem;font-size:1rem;font-weight:500}.billing-module__X2lUIW__priceColumn{flex-direction:column;align-items:flex-end;display:flex}.billing-module__X2lUIW__totalPrice{font-size:2.5rem;font-weight:700;line-height:1}.billing-module__X2lUIW__totalPeriod{color:var(--color-gray-400);font-size:1rem}.billing-module__X2lUIW__oneTimeRow{color:var(--color-teal-400);text-align:right;margin-bottom:1.5rem;font-size:.875rem}.billing-module__X2lUIW__checkoutBtn{border-radius:var(--radius-lg);width:100%;height:3.5rem;margin-top:1rem;font-size:1.125rem;font-weight:600}.billing-module__X2lUIW__promoCodeNote{text-align:center;color:var(--color-teal-600);margin-top:.75rem;font-size:.8125rem}.billing-module__X2lUIW__secureNote{text-align:center;color:var(--color-gray-500);margin-top:1rem;font-size:.75rem}.billing-module__X2lUIW__paymentFormWrap{margin-top:1rem}.billing-module__X2lUIW__paymentFormWrap label{color:#fffffff2}.billing-module__X2lUIW__paymentFormWrap .billing-module__X2lUIW__paymentFormLabel,.billing-module__X2lUIW__paymentFormLabel{color:#ffffffd9;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.billing-module__X2lUIW__historySection{border-top:1px solid var(--color-gray-100);padding-top:3rem}.billing-module__X2lUIW__loadingState{justify-content:center;align-items:center;min-height:400px;display:flex}.billing-module__X2lUIW__spinner{border:3px solid var(--color-gray-200);border-top-color:var(--color-sky-500);border-radius:50%;width:2.5rem;height:2.5rem;animation:.8s linear infinite billing-module__X2lUIW__spin}@keyframes billing-module__X2lUIW__spin{to{transform:rotate(360deg)}}@keyframes billing-module__X2lUIW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.dashboard-module__2XtTXq__page{max-width:1100px;padding:2rem;animation:.35s both dashboard-module__2XtTXq__fadeInUp}.dashboard-module__2XtTXq__header{margin-bottom:2rem}.dashboard-module__2XtTXq__welcome{font-family:var(--font-display);color:var(--color-gray-900);margin:0 0 .25rem;font-size:2rem;font-weight:400}.dashboard-module__2XtTXq__subtitle{color:var(--color-gray-500);margin:0;font-size:.9375rem}.dashboard-module__2XtTXq__alertWrap{margin-bottom:1.5rem}.dashboard-module__2XtTXq__alertInner{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.dashboard-module__2XtTXq__statsGrid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.dashboard-module__2XtTXq__statCard{flex-direction:column;gap:.5rem;display:flex}.dashboard-module__2XtTXq__statLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--color-gray-500);font-size:.8125rem;font-weight:600}.dashboard-module__2XtTXq__statValue{font-family:var(--font-display);color:var(--color-sky-600);font-size:2.25rem;line-height:1}.dashboard-module__2XtTXq__statSkeleton{border-radius:var(--radius-sm);background:linear-gradient(90deg,var(--color-gray-100)25%,var(--color-gray-200)50%,var(--color-gray-100)75%);background-size:200% 100%;width:60%;height:2.25rem;animation:1.4s infinite dashboard-module__2XtTXq__shimmer}.dashboard-module__2XtTXq__sectionTitle{color:var(--color-gray-700);margin:0 0 1rem;font-size:.9375rem;font-weight:600}.dashboard-module__2XtTXq__actions{flex-wrap:wrap;gap:.75rem;display:flex}.dashboard-module__2XtTXq__errorText{color:var(--color-error);font-size:.875rem}
.\[id\]-module__dEurmW__page{max-width:860px;padding:2rem;animation:.35s both \[id\]-module__dEurmW__fadeInUp}.\[id\]-module__dEurmW__back{color:var(--color-sky-600);align-items:center;gap:.375rem;margin-bottom:1.25rem;font-size:.875rem;text-decoration:none;transition:color .12s;display:inline-flex}.\[id\]-module__dEurmW__back:hover{color:var(--color-sky-800)}.\[id\]-module__dEurmW__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.\[id\]-module__dEurmW__title{font-family:var(--font-display);color:var(--color-gray-900);margin:0;font-size:2rem;font-weight:400}.\[id\]-module__dEurmW__statusBadge{flex-shrink:0}.\[id\]-module__dEurmW__form{flex-direction:column;gap:1.5rem;display:flex}.\[id\]-module__dEurmW__field{flex-direction:column;gap:.375rem;display:flex}.\[id\]-module__dEurmW__label{color:var(--color-gray-700);font-size:.875rem;font-weight:600}.\[id\]-module__dEurmW__divider{border:none;border-top:1px solid var(--color-gray-200);margin:.5rem 0}.\[id\]-module__dEurmW__actions{flex-wrap:wrap;align-items:center;gap:.75rem;padding-top:.5rem;display:flex}.\[id\]-module__dEurmW__upgradeHint{color:var(--color-sky-600);font-size:.875rem;font-weight:600;text-decoration:underline}.\[id\]-module__dEurmW__upgradeHint:hover{color:var(--color-sky-700)}.\[id\]-module__dEurmW__autosaveHint{color:var(--color-teal-600);font-size:.8125rem;font-weight:500}.\[id\]-module__dEurmW__error{margin-bottom:1rem}.\[id\]-module__dEurmW__loading{color:var(--color-gray-500);align-items:center;gap:.75rem;padding:2rem 0;font-size:.9375rem;display:flex}.\[id\]-module__dEurmW__spinner{border:2px solid var(--color-gray-200);border-top-color:var(--color-sky-500);border-radius:50%;flex-shrink:0;width:24px;height:24px;animation:.7s linear infinite \[id\]-module__dEurmW__spin}.\[id\]-module__dEurmW__deliveryInfo{background:var(--color-gray-50);border-radius:var(--radius-md);border:1px solid var(--color-gray-200);flex-direction:column;gap:.25rem;padding:1rem;display:flex}.\[id\]-module__dEurmW__deliveryRow{gap:.5rem;font-size:.875rem;display:flex}.\[id\]-module__dEurmW__deliveryKey{color:var(--color-gray-600);min-width:120px;font-weight:600}.\[id\]-module__dEurmW__deliveryVal{color:var(--color-gray-800)}
.messages-module__ife-Za__page{max-width:1100px;padding:2rem;animation:.35s both messages-module__ife-Za__fadeInUp}.messages-module__ife-Za__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.messages-module__ife-Za__title{font-family:var(--font-display);color:var(--color-gray-900);margin:0;font-size:2rem;font-weight:400}.messages-module__ife-Za__error{margin-bottom:1rem}.messages-module__ife-Za__tableWrap{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.messages-module__ife-Za__actions{align-items:center;gap:.5rem;display:flex}.messages-module__ife-Za__pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:1.25rem;display:flex}.messages-module__ife-Za__paginationInfo{color:var(--color-gray-500);font-size:.875rem}.messages-module__ife-Za__paginationButtons{gap:.5rem;display:flex}.messages-module__ife-Za__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.messages-module__ife-Za__emptyIcon{opacity:.4;font-size:3rem}.messages-module__ife-Za__emptyTitle{font-family:var(--font-display);color:var(--color-gray-700);margin:0;font-size:1.5rem}.messages-module__ife-Za__emptyDescription{color:var(--color-gray-500);max-width:360px;margin:0;font-size:.9375rem}.messages-module__ife-Za__deleteBody{flex-direction:column;gap:1rem;display:flex}.messages-module__ife-Za__deleteDescription{color:var(--color-gray-600);margin:0;font-size:.9375rem}.messages-module__ife-Za__deleteActions{justify-content:flex-end;gap:.75rem;display:flex}
.new-module__uORI1G__page{max-width:860px;padding:2rem;animation:.35s both new-module__uORI1G__fadeInUp}.new-module__uORI1G__back{color:var(--color-sky-600);align-items:center;gap:.375rem;margin-bottom:1.25rem;font-size:.875rem;text-decoration:none;transition:color .12s;display:inline-flex}.new-module__uORI1G__back:hover{color:var(--color-sky-800)}.new-module__uORI1G__title{font-family:var(--font-display);color:var(--color-gray-900);margin:0 0 2rem;font-size:2rem;font-weight:400}.new-module__uORI1G__form{flex-direction:column;gap:1.5rem;display:flex}.new-module__uORI1G__field{flex-direction:column;gap:.375rem;display:flex}.new-module__uORI1G__label{color:var(--color-gray-700);font-size:.875rem;font-weight:600}.new-module__uORI1G__actions{flex-wrap:wrap;align-items:center;gap:.75rem;padding-top:.5rem;display:flex}.new-module__uORI1G__upgradeHint{color:var(--color-sky-600);font-size:.875rem;font-weight:600;text-decoration:underline}.new-module__uORI1G__upgradeHint:hover{color:var(--color-sky-700)}.new-module__uORI1G__error{margin-top:.5rem}
.settings-module__vk-txa__page{max-width:860px;padding:2rem;animation:.35s both settings-module__vk-txa__fadeInUp}.settings-module__vk-txa__header{margin-bottom:1.75rem}.settings-module__vk-txa__title{font-family:var(--font-display);color:var(--color-gray-900);margin:0;font-size:1.875rem;font-weight:400}.settings-module__vk-txa__tabNav{background-color:var(--color-gray-100);border-radius:var(--radius-full);gap:4px;width:fit-content;margin-bottom:2rem;padding:4px;display:flex}.settings-module__vk-txa__tabBtn{border-radius:var(--radius-full);color:var(--color-gray-600);cursor:pointer;font-size:.875rem;font-weight:500;font-family:var(--font-body);background:0 0;border:none;padding:.5rem 1.25rem;transition:background .15s,color .15s,box-shadow .15s}.settings-module__vk-txa__tabBtn:hover{color:var(--color-gray-900)}.settings-module__vk-txa__tabBtnActive{color:var(--color-gray-900);box-shadow:var(--shadow-sm);background:#fff}.settings-module__vk-txa__tabBtnDanger,.settings-module__vk-txa__tabBtnDanger:hover,.settings-module__vk-txa__tabBtnDanger.settings-module__vk-txa__tabBtnActive{color:var(--color-error)}.settings-module__vk-txa__panel{animation:.2s both settings-module__vk-txa__fadeIn}.settings-module__vk-txa__dangerZone{border-radius:var(--radius-lg);background:#ef444408;border:1.5px solid #ef44444d;max-width:520px;padding:1.5rem}.settings-module__vk-txa__dangerTitle{color:var(--color-error);margin:0 0 .5rem;font-size:1.0625rem;font-weight:600}.settings-module__vk-txa__dangerDescription{color:var(--color-gray-600);margin:0 0 1.25rem;font-size:.9375rem}.settings-module__vk-txa__dangerAlert{margin-bottom:1rem}.settings-module__vk-txa__dangerForm{flex-direction:column;gap:.875rem;display:flex}.settings-module__vk-txa__dangerConfirmText{color:var(--color-gray-700);margin:0;font-size:.875rem;font-weight:500}.settings-module__vk-txa__dangerInput{max-width:280px}
.trusted-contacts-module__b2msza__page{max-width:1100px;padding:2rem;animation:.35s both trusted-contacts-module__b2msza__fadeInUp}.trusted-contacts-module__b2msza__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.trusted-contacts-module__b2msza__title{font-family:var(--font-display);color:var(--color-gray-900);margin:0 0 .375rem;font-size:1.875rem;font-weight:400}.trusted-contacts-module__b2msza__description{color:var(--color-gray-500);max-width:560px;margin:0;font-size:.9375rem}.trusted-contacts-module__b2msza__alert{margin-bottom:1.5rem}.trusted-contacts-module__b2msza__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.trusted-contacts-module__b2msza__skeleton{border-radius:var(--radius-lg);background:linear-gradient(90deg,var(--color-gray-100)25%,var(--color-gray-200)50%,var(--color-gray-100)75%);background-size:200% 100%;height:160px;animation:1.4s infinite trusted-contacts-module__b2msza__shimmer}.trusted-contacts-module__b2msza__empty{text-align:center;border:2px dashed var(--color-gray-200);border-radius:var(--radius-lg);flex-direction:column;align-items:center;gap:.75rem;padding:4rem 2rem;display:flex}.trusted-contacts-module__b2msza__emptyTitle{color:var(--color-gray-700);margin:0;font-size:1.0625rem;font-weight:600}.trusted-contacts-module__b2msza__emptyDescription{color:var(--color-gray-500);max-width:400px;margin:0;font-size:.9375rem}.trusted-contacts-module__b2msza__form{flex-direction:column;gap:1rem;display:flex}.trusted-contacts-module__b2msza__formActions{justify-content:flex-end;gap:.75rem;padding-top:.5rem;display:flex}.trusted-contacts-module__b2msza__deleteText{color:var(--color-gray-700);margin:0;font-size:.9375rem}.trusted-contacts-module__b2msza__deleteTarget{color:var(--color-gray-500);margin:0;font-size:.9375rem}
.layout-module__h7SbSW__wrapper{background:var(--page-bg);flex-direction:column;min-height:100vh;display:flex}.layout-module__h7SbSW__navbarWrap{z-index:50;justify-content:center;padding:16px 24px;display:flex;position:sticky;top:0}@media (max-width:768px){.layout-module__h7SbSW__navbarWrap{padding:12px}}.layout-module__h7SbSW__main{flex:1}
.page-module__srxk1W__hero{text-align:center;padding:96px 24px 80px;position:relative;overflow:hidden}.page-module__srxk1W__heroBg{z-index:0;pointer-events:none;background:radial-gradient(70% 50% at 50% -10%,#0ea5e926 0%,#0000 70%),radial-gradient(50% 40% at 80% 80%,#14b8a61a 0%,#0000 60%);position:absolute;inset:0}.page-module__srxk1W__heroContent{z-index:1;max-width:760px;margin:0 auto;animation:.7s both page-module__srxk1W__fadeInUp;position:relative}.page-module__srxk1W__heroTitle{font-family:var(--font-display);color:var(--color-gray-900);letter-spacing:-.02em;margin:0 0 24px;font-size:clamp(2.25rem,5vw,3.75rem);line-height:1.12}.page-module__srxk1W__heroTitleAccent{color:var(--color-sky-600)}.page-module__srxk1W__heroSubtitle{color:var(--color-gray-600);max-width:580px;margin:0 auto 40px;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}.page-module__srxk1W__heroCtas{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.page-module__srxk1W__features{background:#ffffff80;padding:80px 24px}.page-module__srxk1W__sectionInner{max-width:1100px;margin:0 auto}.page-module__srxk1W__sectionHeader{text-align:center;margin-bottom:56px}.page-module__srxk1W__sectionTitle{font-family:var(--font-display);color:var(--color-gray-900);letter-spacing:-.015em;margin:0 0 16px;font-size:clamp(1.75rem,3.5vw,2.5rem)}.page-module__srxk1W__sectionSubtitle{color:var(--color-gray-500);max-width:560px;margin:0 auto;font-size:1.05rem;line-height:1.6}.page-module__srxk1W__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;display:grid}.page-module__srxk1W__featureCard{border:1px solid var(--color-sky-100);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);background:#fff;padding:32px 28px;transition:transform .2s,box-shadow .2s}.page-module__srxk1W__featureCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.page-module__srxk1W__featureIcon{margin-bottom:20px;font-size:2.25rem;animation:4s ease-in-out infinite page-module__srxk1W__float;display:block}.page-module__srxk1W__featureTitle{color:var(--color-gray-900);margin:0 0 10px;font-size:1.1rem;font-weight:700}.page-module__srxk1W__featureDescription{color:var(--color-gray-500);margin:0;font-size:.95rem;line-height:1.65}.page-module__srxk1W__howItWorks{padding:80px 24px}.page-module__srxk1W__stepsContainer{grid-template-columns:repeat(4,1fr);gap:24px;max-width:900px;margin:0 auto;display:grid;position:relative}.page-module__srxk1W__stepsContainer:before{content:"";background:linear-gradient(90deg,var(--color-sky-300),var(--color-teal-400));z-index:0;height:2px;position:absolute;top:28px;left:calc(12.5% + 20px);right:calc(12.5% + 20px)}.page-module__srxk1W__step{z-index:1;text-align:center;animation:.6s both page-module__srxk1W__fadeInUp;position:relative}.page-module__srxk1W__step:first-child{animation-delay:50ms}.page-module__srxk1W__step:nth-child(2){animation-delay:.15s}.page-module__srxk1W__step:nth-child(3){animation-delay:.25s}.page-module__srxk1W__step:nth-child(4){animation-delay:.35s}.page-module__srxk1W__stepNumber{border-radius:var(--radius-full);background:linear-gradient(135deg,var(--color-sky-500),var(--color-teal-500));color:#fff;width:56px;height:56px;box-shadow:var(--shadow-button);justify-content:center;align-items:center;margin:0 auto 20px;font-size:1.2rem;font-weight:700;display:flex}.page-module__srxk1W__stepTitle{color:var(--color-gray-800);margin:0 0 8px;font-size:1rem;font-weight:700}.page-module__srxk1W__stepDescription{color:var(--color-gray-500);margin:0;font-size:.9rem;line-height:1.6}@media (max-width:680px){.page-module__srxk1W__stepsContainer{grid-template-columns:1fr 1fr}.page-module__srxk1W__stepsContainer:before{display:none}}@media (max-width:440px){.page-module__srxk1W__stepsContainer{grid-template-columns:1fr}}.page-module__srxk1W__pricing{background:#ffffff80;padding:80px 24px}.page-module__srxk1W__pricingCards{flex-wrap:wrap;justify-content:center;gap:24px;max-width:800px;margin:0 auto;display:flex}.page-module__srxk1W__pricingCard{border:2px solid var(--color-sky-200);border-radius:var(--radius-xl);width:100%;max-width:340px;box-shadow:var(--shadow-md);background:#fff;flex-direction:column;gap:0;padding:40px 36px;transition:transform .2s,box-shadow .2s;display:flex;position:relative}.page-module__srxk1W__pricingCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.page-module__srxk1W__pricingCardFeatured{border-color:var(--color-sky-500);box-shadow:var(--shadow-glow)}.page-module__srxk1W__pricingBadge{background:linear-gradient(135deg,var(--color-sky-500),var(--color-teal-500));color:#fff;border-radius:var(--radius-full);white-space:nowrap;padding:4px 16px;font-size:.78rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.page-module__srxk1W__pricingLabel{color:var(--color-sky-600);text-transform:uppercase;letter-spacing:.05em;margin:0 0 8px;font-size:.9rem;font-weight:600}.page-module__srxk1W__pricingPrice{align-items:baseline;gap:4px;margin:0 0 8px;display:flex}.page-module__srxk1W__pricingAmount{font-family:var(--font-display);color:var(--color-gray-900);font-size:3rem;line-height:1}.page-module__srxk1W__pricingPer{color:var(--color-gray-400);font-size:.95rem}.page-module__srxk1W__pricingFeatureLabel{color:var(--color-gray-600);text-transform:uppercase;letter-spacing:.04em;margin:24px 0 12px;font-size:.85rem;font-weight:600}.page-module__srxk1W__pricingFeatures{flex-direction:column;gap:10px;margin:0 0 32px;padding:0;list-style:none;display:flex}.page-module__srxk1W__pricingFeatureItem{color:var(--color-gray-700);align-items:flex-start;gap:10px;font-size:.95rem;display:flex}.page-module__srxk1W__pricingCheckmark{color:var(--color-teal-500);flex-shrink:0;margin-top:1px;font-size:1rem}.page-module__srxk1W__pricingCtaWrapper{margin-top:auto}.page-module__srxk1W__pricingAddons{max-width:800px;margin-top:32px;margin-left:auto;margin-right:auto}.page-module__srxk1W__pricingAddonsTitle{color:var(--color-gray-600);text-transform:uppercase;letter-spacing:.04em;margin:0 0 16px;font-size:.9rem;font-weight:600}.page-module__srxk1W__pricingAddonsList{flex-direction:column;gap:16px;display:flex}.page-module__srxk1W__pricingAddonCard{border:2px solid var(--color-sky-200);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);background:#fff;flex-direction:column;gap:12px;padding:20px 24px;transition:transform .2s,box-shadow .2s;display:flex}.page-module__srxk1W__pricingAddonCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.page-module__srxk1W__pricingAddonHeader{align-items:center;gap:12px;display:flex}.page-module__srxk1W__pricingAddonCheck{color:var(--color-teal-500);flex-shrink:0;font-size:1.25rem}.page-module__srxk1W__pricingAddonTitle{color:var(--color-gray-800);font-size:1rem;font-weight:600;line-height:1.4}.page-module__srxk1W__pricingAddonBody{min-height:1.5em}.page-module__srxk1W__pricingAddonDesc{color:var(--color-gray-600);margin:0;padding-left:2.15rem;font-size:.9rem;line-height:1.5}.page-module__srxk1W__finalCta{background:linear-gradient(135deg,var(--color-sky-800)0%,var(--color-sky-600)50%,var(--color-teal-600)100%);text-align:center;padding:96px 24px;position:relative;overflow:hidden}.page-module__srxk1W__finalCta:before{content:"";pointer-events:none;background:radial-gradient(60% 80%,#ffffff0f 0%,#0000 70%);position:absolute;inset:0}.page-module__srxk1W__finalCtaContent{z-index:1;max-width:600px;margin:0 auto;position:relative}.page-module__srxk1W__finalCtaTitle{font-family:var(--font-display);color:#fff;letter-spacing:-.015em;margin:0 0 16px;font-size:clamp(1.75rem,3.5vw,2.75rem)}.page-module__srxk1W__finalCtaSubtitle{color:#fffc;margin:0 0 40px;font-size:1.05rem;line-height:1.65}
.checkin-module__zGRxLG__wrapper{background:var(--page-bg);justify-content:center;align-items:center;min-height:100vh;padding:24px 16px;display:flex}.checkin-module__zGRxLG__card{border-radius:var(--radius-xl);width:100%;max-width:460px;box-shadow:var(--shadow-lg);text-align:center;background:#fff;padding:48px 40px;animation:.4s both checkin-module__zGRxLG__scaleIn}.checkin-module__zGRxLG__logo{align-items:center;gap:2px;margin-bottom:32px;text-decoration:none;display:inline-flex}.checkin-module__zGRxLG__logoAfter{font-family:var(--font-display);color:var(--color-sky-600);font-size:1.4rem}.checkin-module__zGRxLG__logoMessage{font-family:var(--font-display);color:var(--color-teal-500);font-size:1.4rem}.checkin-module__zGRxLG__icon{margin-bottom:20px;font-size:3rem;animation:3s ease-in-out infinite checkin-module__zGRxLG__float;display:block}.checkin-module__zGRxLG__title{font-family:var(--font-display);color:var(--color-gray-900);letter-spacing:-.01em;margin:0 0 14px;font-size:1.75rem}.checkin-module__zGRxLG__description{color:var(--color-gray-500);margin:0 0 32px;font-size:.95rem;line-height:1.65}.checkin-module__zGRxLG__btn{width:100%}.checkin-module__zGRxLG__alertWrap{margin-bottom:24px}@media (max-width:480px){.checkin-module__zGRxLG__card{padding:32px 20px}}
.trusted-contact-module__XYHohW__wrapper{background:var(--page-bg);justify-content:center;align-items:center;min-height:100vh;padding:24px 16px;display:flex}.trusted-contact-module__XYHohW__card{border-radius:var(--radius-xl);width:100%;max-width:500px;box-shadow:var(--shadow-lg);text-align:center;background:#fff;padding:48px 40px;animation:.4s both trusted-contact-module__XYHohW__scaleIn}.trusted-contact-module__XYHohW__logo{align-items:center;gap:2px;margin-bottom:32px;text-decoration:none;display:inline-flex}.trusted-contact-module__XYHohW__logoAfter{font-family:var(--font-display);color:var(--color-sky-600);font-size:1.4rem}.trusted-contact-module__XYHohW__logoMessage{font-family:var(--font-display);color:var(--color-teal-500);font-size:1.4rem}.trusted-contact-module__XYHohW__icon{margin-bottom:20px;font-size:3rem;display:block}.trusted-contact-module__XYHohW__title{font-family:var(--font-display);color:var(--color-gray-900);letter-spacing:-.01em;margin:0 0 14px;font-size:1.75rem}.trusted-contact-module__XYHohW__description{color:var(--color-gray-600);text-align:left;margin:0 0 32px;font-size:.95rem;line-height:1.7}.trusted-contact-module__XYHohW__warningBox{border-radius:var(--radius-md);text-align:left;background:#f59e0b14;border:1px solid #f59e0b4d;margin-bottom:28px;padding:16px}.trusted-contact-module__XYHohW__warningText{color:var(--color-gray-700);margin:0;font-size:.875rem;line-height:1.55}.trusted-contact-module__XYHohW__btn{width:100%}.trusted-contact-module__XYHohW__alertWrap{margin-bottom:24px}.trusted-contact-module__XYHohW__successResult{padding:8px 0}@media (max-width:480px){.trusted-contact-module__XYHohW__card{padding:32px 20px}}
.DashboardLayout-module__BSeK-q__shell{min-height:100vh;display:flex}.DashboardLayout-module__BSeK-q__main{flex:1;min-width:0;margin-left:240px;padding:32px}.DashboardLayout-module__BSeK-q__overlay{z-index:40;background:#0006;display:none;position:fixed;inset:0}.DashboardLayout-module__BSeK-q__menuToggle{z-index:60;border:1px solid var(--color-gray-200);border-radius:var(--radius-md);cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;padding:8px 10px;font-size:18px;line-height:1;display:none;position:fixed;top:16px;left:16px}@media (max-width:768px){.DashboardLayout-module__BSeK-q__main{margin-left:0;padding:80px 16px 24px}.DashboardLayout-module__BSeK-q__menuToggle{justify-content:center;align-items:center;display:flex}.DashboardLayout-module__BSeK-q__overlay.DashboardLayout-module__BSeK-q__visible{display:block}}
