.legal-preview-root{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:20px}.legal-preview-backdrop{position:absolute;inset:0;background:#060a129e}.legal-preview-sheet{position:relative;display:flex;flex-direction:column;width:100%;max-width:42rem;max-height:min(80vh,720px);background:#fff;border-radius:16px;box-shadow:0 28px 80px #0006;overflow:hidden}.legal-preview-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 20px;border-bottom:1px solid rgba(11,26,18,.1)}.legal-preview-title{margin:0;font-size:16px;font-weight:700;color:#0b1a12}.legal-preview-version{margin:4px 0 0;font-size:12px;color:#7c8aa0}.legal-preview-x{flex:none;width:36px;height:36px;border:0;background:transparent;color:#7c8aa0;font-size:28px;line-height:1;cursor:pointer}.legal-preview-x:hover{color:#0b1a12}.legal-preview-body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:20px 22px 24px;color:#4a5a52}.legal-preview-footer{display:flex;justify-content:flex-end;padding:12px 20px 16px;border-top:1px solid rgba(11,26,18,.1);background:#f8faf9}.legal-preview-close{height:42px;padding:0 18px;border:0;border-radius:11px;background:#10b981;color:#04231a;font-size:14px;font-weight:700;cursor:pointer}@media(max-width:767px){.legal-preview-root{padding:0;align-items:stretch}.legal-preview-sheet{max-width:none;max-height:none;height:100%;border-radius:0}.legal-preview-body{padding:18px 20px 28px}}.auth-page,.auth-page *,.auth-page *:before,.auth-page *:after{box-sizing:border-box}:root{--auth-bg-page: #060a12;--auth-bg-shell: #f8faf9;--auth-text-hi: #0b1a12;--auth-text-mid: #4a5a52;--auth-text-muted: #7c8aa0;--auth-emerald-500: #10b981;--auth-emerald-400: #34d399;--auth-emerald-600: #059669;--auth-emerald-dark: #04231a;--auth-gold-400: #e6b657;--auth-gold-tint: #f6e3b6;--auth-input-border: rgba(11, 26, 18, .14);--auth-input-prefix-bg: #eef2f0;--auth-panel-ease: cubic-bezier(.16, 1, .3, 1);--auth-shell-w: 1100px;--auth-shell-h: 640px;--auth-form-w: 528px;--auth-panel-w: 572px;--auth-panel-offset: 528px;--auth-duration: .7s}.auth-page{min-height:100dvh;display:flex;flex-direction:column;background:var(--auth-bg-page);color:var(--auth-text-muted);position:relative;overflow-x:hidden}.auth-page-bg{pointer-events:none;position:fixed;inset:0;z-index:0}.auth-page-bg:before{content:"";position:absolute;top:-200px;left:-120px;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(16,185,129,.17),transparent 68%)}.auth-page-bg:after{content:"";position:absolute;bottom:-220px;right:-140px;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(230,182,87,.09),transparent 66%)}.auth-page-noise{position:absolute;inset:0;opacity:.5;background-image:radial-gradient(rgba(255,255,255,.1) 1px,transparent 1px);background-size:26px 26px}.auth-page-main{position:relative;z-index:1;flex:1;display:flex;align-items:center;justify-content:center;padding:24px 16px}.auth-page-footer{position:relative;z-index:1;padding:20px 16px 28px;text-align:center;font-size:13px;color:var(--auth-text-muted)}.auth-step{width:100%;max-width:460px}.auth-step-card{background:var(--auth-bg-shell);border-radius:24px;padding:36px 32px 32px;box-shadow:0 34px 90px #0000008c}.auth-step-intro{margin-top:28px}.auth-step-icon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;background:#10b98124;color:#059669}.auth-step-icon--gold{background:#e6b6572e;color:#b8862a}.auth-step .auth-form-title{font-size:28px}.auth-step .auth-form-subtitle{margin-top:10px}.auth-step .auth-fields{margin-top:26px}.auth-step .auth-submit{margin-top:8px}.auth-flash{margin-top:20px;padding:12px 14px;border-radius:11px;background:#10b9811a;border:1px solid rgba(16,185,129,.22);color:#047857;font-size:13.5px}.auth-otp-row{display:flex;justify-content:space-between;gap:8px}.auth-otp-input{flex:1 1 0;min-width:0;max-width:52px;height:54px;border-radius:11px;border:1px solid var(--auth-input-border);background:#fff;text-align:center;font-size:20px;font-weight:700;color:var(--auth-text-hi);outline:none;transition:border-color .15s,box-shadow .15s}.auth-otp-input:focus{border-color:var(--auth-emerald-500);box-shadow:0 0 0 3px #10b9812e}.auth-otp-input.is-error{border-color:#ef4444}.auth-dialog-root{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:20px}.auth-dialog-backdrop{position:absolute;inset:0;background:#060a129e}.auth-dialog-sheet{position:relative;width:100%;max-width:420px;background:#fff;border-radius:16px;box-shadow:0 28px 80px #0006;overflow:hidden}.auth-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 20px;border-bottom:1px solid rgba(11,26,18,.1)}.auth-dialog-title{margin:0;font-size:16px;font-weight:700;color:#0b1a12}.auth-dialog-x{flex:none;width:36px;height:36px;border:0;background:transparent;color:#7c8aa0;font-size:28px;line-height:1;cursor:pointer}.auth-dialog-body{padding:18px 20px 22px}.auth-gate{width:100%;max-width:var(--auth-shell-w)}.auth-shell{position:relative;width:100%;height:var(--auth-shell-h);max-height:calc(100dvh - 120px);border-radius:24px;overflow:hidden;background:var(--auth-bg-shell);box-shadow:0 34px 90px #0000008c}.auth-forms-stage{position:absolute;inset:0;z-index:1}.auth-form{position:absolute;top:0;height:100%;width:var(--auth-form-w);max-width:48%;padding:44px 48px;display:flex;flex-direction:column;overflow-y:auto;background:var(--auth-bg-shell);z-index:1;transition:opacity .24s ease,transform .24s ease}.auth-form--login{left:0}.auth-form--register{right:0;padding:36px 48px}.auth-form--login{opacity:1;transform:translateY(0);pointer-events:auto}.auth-form--register{opacity:0;transform:translateY(10px);pointer-events:none}.auth-gate--register .auth-form--login{opacity:0;transform:translateY(-10px);pointer-events:none}.auth-gate--register .auth-form--register{opacity:1;transform:translateY(0);pointer-events:auto}.auth-gate--animating .auth-form{transition:opacity .24s ease,transform .32s ease}.auth-gate--animating.auth-gate--register .auth-form--register,.auth-gate--animating.auth-gate--login .auth-form--login{transition-delay:.18s}.auth-brand-panel{position:absolute;top:0;left:0;width:var(--auth-panel-w);max-width:52%;height:100%;z-index:2;border-radius:24px;overflow:hidden;background:linear-gradient(140deg,#047857,#10b981 56%,#34d399);box-shadow:-24px 0 60px #00000047;padding:52px 46px;display:flex;flex-direction:column;transform:translate(var(--auth-panel-offset));transition:transform var(--auth-duration) var(--auth-panel-ease)}.auth-gate--register .auth-brand-panel{transform:translate(0);box-shadow:24px 0 60px #00000047}.auth-panel-glow{position:absolute;top:-110px;right:-90px;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(230,182,87,.46),transparent 66%);pointer-events:none}.auth-gate--register .auth-panel-glow{inset:auto auto -120px -90px}.auth-panel-copy{position:relative;flex:1;display:flex;flex-direction:column;min-height:0}.auth-panel-copy-layer{position:absolute;inset:0;display:flex;flex-direction:column;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .28s ease,visibility .28s ease}.auth-panel-copy-layer.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}.auth-gate--animating.auth-gate--register .auth-panel-copy-layer--register.is-active,.auth-gate--animating.auth-gate--login .auth-panel-copy-layer--login.is-active{transition-delay:315ms}.auth-panel-eyebrow{font-size:11.5px;font-weight:600;color:var(--auth-gold-tint);letter-spacing:1.5px;text-transform:uppercase}.auth-panel-headline{margin:18px 0 0;max-width:420px;font-size:36px;font-weight:800;line-height:1.15;letter-spacing:-1px;color:#fff}.auth-panel-body{margin:16px 0 0;max-width:410px;font-size:15.5px;line-height:1.6;color:#ffffffd6}.auth-panel-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.auth-panel-chip{padding:8px 13px;border-radius:999px;background:#ffffff29;border:1px solid rgba(255,255,255,.22);font-size:12.5px;font-weight:500;color:#fff}.auth-panel-deco{position:relative;margin-top:auto;padding:18px;border-radius:16px;background:#04231a33;border:1px solid rgba(255,255,255,.16)}.auth-panel-cta{position:relative;margin-top:22px;height:54px;width:100%;border:0;border-radius:13px;background:#fff;color:var(--auth-emerald-dark);font-size:15.5px;font-weight:700;cursor:pointer;box-shadow:0 12px 30px #04231a38;transition:background .15s ease}.auth-panel-cta:hover:not(:disabled){background:var(--auth-gold-tint)}.auth-panel-cta:disabled{opacity:.6;cursor:not-allowed}.auth-mark-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0}.auth-mark-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.auth-mark-box{width:34px;height:34px;border-radius:10px;background:#fff;border:1px solid rgba(11,26,18,.09);display:flex;align-items:center;justify-content:center;flex-shrink:0}.auth-mark-box img{width:24px;height:24px;object-fit:contain}.auth-mark-wordmark{font-size:16px;font-weight:700;color:var(--auth-text-hi);letter-spacing:-.2px}.auth-mark-back{font-size:12.5px;font-weight:500;color:var(--auth-text-muted);text-decoration:none;white-space:nowrap}.auth-mark-back:hover{color:var(--auth-emerald-600)}.auth-form-intro{margin-top:44px}.auth-form--register .auth-form-intro{margin-top:26px}.auth-form-title{margin:0;font-size:32px;font-weight:800;line-height:1.15;letter-spacing:-.9px;color:var(--auth-text-hi)}.auth-form--register .auth-form-title{font-size:30px}.auth-form-subtitle{margin:10px 0 0;font-size:15px;line-height:1.55;color:var(--auth-text-mid)}.auth-form--register .auth-form-subtitle{margin-top:9px;font-size:14.5px}.auth-fields{display:grid;gap:20px;margin-top:30px}.auth-form--register .auth-fields{gap:14px;margin-top:22px}.auth-field-label{font-size:13px;font-weight:600;color:var(--auth-text-hi)}.auth-form--register .auth-field-label{font-size:12.5px}.auth-field-label-row{display:flex;align-items:baseline;justify-content:space-between}.auth-field-link{font-size:12.5px;font-weight:500;color:var(--auth-emerald-600);text-decoration:none}.auth-field-link:hover{color:var(--auth-emerald-500)}.auth-input,.auth-input-group input{font-family:inherit;font-size:15px;font-weight:500;color:var(--auth-text-hi)}.auth-form--register .auth-input,.auth-form--register .auth-input-group input{font-size:14.5px}.auth-input{width:100%;min-width:0;height:50px;margin-top:9px;border-radius:11px;border:1px solid var(--auth-input-border);background:#fff;padding:0 15px;outline:none;transition:border-color .15s,box-shadow .15s}.auth-form--register .auth-input{height:48px;margin-top:8px}.auth-input:focus{border-color:var(--auth-emerald-500);box-shadow:0 0 0 3px #10b9812e}.auth-input.is-error{border-color:#ef4444}.auth-input-group{display:flex;gap:8px;margin-top:9px}.auth-form--register .auth-input-group{margin-top:8px}.auth-input-prefix{flex:none;width:78px;height:50px;border-radius:11px;border:1px solid var(--auth-input-border);background:var(--auth-input-prefix-bg);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;color:var(--auth-text-mid)}.auth-form--register .auth-input-prefix{width:74px;height:48px;font-size:14.5px}.auth-input-group input{flex:1 1 0;min-width:0;width:100%;height:50px;border-radius:11px;border:1px solid var(--auth-input-border);background:#fff;padding:0 15px;outline:none;transition:border-color .15s,box-shadow .15s}.auth-form--register .auth-input-group input{height:48px}.auth-input-group input:focus{border-color:var(--auth-emerald-500);box-shadow:0 0 0 3px #10b9812e}.auth-input-group input.is-error{border-color:#ef4444}.auth-field-error{margin-top:6px;font-size:13px;color:#dc2626}.auth-legal-box{margin-top:18px;padding:16px;border-radius:11px;border:1px solid rgba(11,26,18,.1);background:#eef2f099}.auth-legal-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:12.5px;line-height:1.5;color:var(--auth-text-mid)}.auth-legal-label input{margin-top:3px;border-radius:5px;accent-color:var(--auth-emerald-500)}.auth-legal-link{font-weight:600;color:var(--auth-emerald-600);background:none;border:0;padding:0;cursor:pointer;text-decoration:underline}.auth-legal-link:hover{color:var(--auth-emerald-500)}.auth-submit{width:100%;margin-top:28px;height:52px;border:0;border-radius:12px;background:var(--auth-emerald-500);color:var(--auth-emerald-dark);font-size:15.5px;font-weight:700;white-space:nowrap;cursor:pointer;box-shadow:0 10px 26px #10b98142;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .15s ease}.auth-form--register .auth-submit{margin-top:18px}.auth-submit:hover:not(:disabled){background:var(--auth-emerald-400)}.auth-submit:disabled{opacity:.65;cursor:not-allowed}.auth-fallback{margin-top:18px;text-align:center;font-size:13.5px;color:var(--auth-text-mid)}.auth-form--register .auth-fallback{margin-top:14px}.auth-fallback-btn{font-weight:600;color:var(--auth-emerald-600);background:none;border:0;padding:0;cursor:pointer;font-size:inherit;font-family:inherit}.auth-fallback-btn:hover{color:var(--auth-emerald-500)}.auth-rotation-deco{display:flex;align-items:center;gap:18px}.auth-rotation-ring{position:relative;flex:none;width:92px;height:92px;border-radius:50%;background:conic-gradient(var(--auth-gold-400) 0deg 108deg,rgba(255,255,255,.9) 108deg 138deg,rgba(255,255,255,.22) 138deg 360deg)}.auth-rotation-ring-inner{position:absolute;inset:10px;border-radius:50%;background:#0a7a55;display:flex;flex-direction:column;align-items:center;justify-content:center}.auth-rotation-label{font-size:9px;font-weight:500;color:#ffffffb3;letter-spacing:.5px}.auth-rotation-turn{margin-top:3px;font-size:21px;font-weight:800;color:#fff;line-height:1}.auth-rotation-of{font-size:9.5px;font-weight:500;color:var(--auth-gold-tint);line-height:1.4}.auth-rotation-meta-title{font-size:15px;font-weight:700;line-height:1.3;color:#fff}.auth-rotation-meta-sub{margin-top:6px;font-size:13.5px;line-height:1.5;color:#ffffffc7}.auth-pocket-deco-label{font-size:10.5px;font-weight:500;color:#ffffffb8;letter-spacing:.5px}.auth-pocket-deco-amt{margin-top:8px;font-size:26px;font-weight:800;color:#fff;line-height:1}.auth-pocket-deco-amt span{font-size:14px;font-weight:600;color:#fffc}.auth-pocket-deco-stats{display:flex;gap:20px;margin-top:14px;font-size:13px;color:#fffc}@media(max-width:767px){:root{--auth-mobile-strip-login: 150px;--auth-mobile-strip-register: 128px}.auth-page{height:100dvh;overflow:hidden}.auth-page-main{padding:0;align-items:stretch;flex:1;min-height:0}.auth-page-footer{display:none}.auth-gate{max-width:none;flex:1;min-height:0;height:100%;display:flex;flex-direction:column}.auth-mobile-header-slot{flex-shrink:0}.auth-gate--register .auth-mobile-header-slot{display:none}.auth-shell{position:relative;flex:1;min-height:0;overflow:hidden;height:auto;max-height:none;border-radius:0;box-shadow:none;background:transparent}.auth-forms-stage{position:absolute;inset:0;z-index:1}.auth-form{position:absolute;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;background:var(--auth-bg-shell);left:14px!important;width:calc(100% - 28px)!important;max-width:none!important;height:auto;min-width:0;transition:opacity .24s ease,transform .32s ease,visibility .24s ease}.auth-form--login{top:0;right:auto;bottom:var(--auth-mobile-strip-login);padding:26px 22px 24px;border-radius:22px 22px 0 0}.auth-gate--login .auth-form--login>.auth-mark-header{display:none}.auth-form--register{top:calc(var(--auth-mobile-strip-register) + 14px);right:auto;bottom:0;padding:22px 22px 40px;border-radius:22px 22px 0 0}.auth-legal-box{margin-top:4px;padding:12px 14px}.auth-legal-label{font-size:12px}.auth-fields,.auth-fields>*{min-width:0;max-width:100%}.auth-fields{width:100%;gap:18px;margin-top:26px}.auth-form--register .auth-fields{gap:12px;margin-top:18px}.auth-field-label{font-size:12.5px}.auth-form--register .auth-field-label{font-size:12px}.auth-input,.auth-input-group input{font-size:14.5px}.auth-form--register .auth-input,.auth-form--register .auth-input-group input{font-size:14px;height:46px}.auth-input-prefix{flex:0 0 70px;width:70px;height:50px;font-size:14.5px}.auth-form--register .auth-input-prefix{width:66px;height:46px;font-size:14px}.auth-submit{margin-top:24px;height:52px;font-size:15.5px;white-space:nowrap;flex-shrink:0}.auth-form--register .auth-submit{margin-top:14px;height:50px;font-size:15px}.auth-fallback{margin-top:16px;font-size:13px}.auth-form--register .auth-fallback{margin-top:12px;font-size:12.5px}.auth-gate--register .auth-form--register>.auth-mark-header{display:flex;margin-bottom:4px}.auth-gate--register .auth-form--register>.auth-mark-header .auth-mark-box{width:30px;height:30px;border-radius:9px}.auth-gate--register .auth-form--register>.auth-mark-header .auth-mark-box img{width:22px;height:22px}.auth-gate--register .auth-form--register>.auth-mark-header .auth-mark-wordmark{font-size:14px}.auth-gate--register .auth-form--register>.auth-mark-header .auth-mark-back{font-size:11.5px}.auth-gate--login .auth-form--register{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px)}.auth-gate--register .auth-form--login{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px)}.auth-gate--login .auth-form--login,.auth-gate--register .auth-form--register{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.auth-gate--animating.auth-gate--register .auth-form--register,.auth-gate--animating.auth-gate--login .auth-form--login{transition-delay:.18s}.auth-form-intro{margin-top:0}.auth-form--register .auth-form-intro{margin-top:18px}.auth-form-title{font-size:28px;letter-spacing:-.8px}.auth-form-subtitle{margin-top:9px;font-size:14.5px;line-height:1.5}.auth-form--register .auth-form-title{font-size:25px;letter-spacing:-.7px}.auth-form--register .auth-form-subtitle{font-size:13.5px;line-height:1.45}.auth-brand-panel{position:absolute!important;top:0!important;left:0!important;right:0!important;width:100%!important;max-width:none!important;height:100%!important;z-index:10;margin:0!important;padding:0!important;overflow:hidden;will-change:transform;backface-visibility:hidden;transition:transform var(--auth-duration) var(--auth-panel-ease)}.auth-gate--login .auth-brand-panel{transform:translate3d(0,calc(100% - var(--auth-mobile-strip-login)),0)!important;border-radius:22px 22px 0 0;box-shadow:0 -26px 60px #00000073}.auth-gate--register .auth-brand-panel{transform:translate3d(0,calc(var(--auth-mobile-strip-register) - 100%),0)!important;border-radius:0 0 22px 22px;box-shadow:0 26px 60px #00000059}.auth-panel-copy{position:absolute;inset:0;padding:0}.auth-panel-copy-layer{position:absolute;left:0;right:0;display:flex;flex-direction:row;align-items:center;gap:16px;padding:20px 22px}.auth-panel-copy-layer--login{top:0;height:var(--auth-mobile-strip-login);bottom:auto}.auth-panel-copy-layer--register{top:auto;bottom:0;height:var(--auth-mobile-strip-register);padding:18px 20px}.auth-panel-headline{font-size:19px;letter-spacing:-.5px;margin-top:9px;max-width:none}.auth-gate--register .auth-panel-headline{font-size:18px;letter-spacing:-.4px;margin-top:8px}.auth-panel-body{font-size:12px;line-height:1.4;margin-top:7px;max-width:none}.auth-panel-copy-layer--login .auth-panel-body:not(.auth-panel-body--login-mobile){display:none}.auth-panel-copy-layer--register .auth-panel-body,.auth-panel-chips,.auth-panel-deco{display:none}.auth-panel-cta{flex:0 0 auto;margin-top:0;width:auto;max-width:none;font-size:13.5px;font-weight:700;line-height:1.15;text-align:center}.auth-panel-cta--stack{height:46px;padding:6px 16px;white-space:normal}.auth-panel-cta--inline{height:44px;padding:0 18px;white-space:nowrap}.auth-panel-cta-stack-label{display:block;line-height:1.15}.auth-panel-mobile-row{display:flex;align-items:center;gap:16px;width:100%;min-width:0}.auth-panel-mobile-copy{flex:1;min-width:0}.auth-panel-eyebrow{font-size:10px;letter-spacing:1.3px}.auth-mark-header--mobile{padding:12px 20px 8px;color:#f4f7fb}.auth-mark-header--mobile .auth-mark-box{width:32px;height:32px;border-radius:9px}.auth-mark-header--mobile .auth-mark-box img{width:23px;height:23px}.auth-mark-header--mobile .auth-mark-wordmark{color:#f4f7fb;font-size:15px}.auth-mark-header--mobile .auth-mark-back{color:var(--auth-text-muted);font-size:12px}.auth-mark-header--mobile .auth-mark-back:hover{color:var(--auth-emerald-400)}.auth-page:has(.auth-step){height:auto;min-height:100dvh;overflow:auto}.auth-page:has(.auth-step) .auth-page-main{padding:16px 14px 24px;align-items:center}.auth-page:has(.auth-step) .auth-page-footer{display:block}.auth-step-card{padding:24px 22px 28px;border-radius:22px}.auth-step .auth-form-title{font-size:26px}.auth-otp-input{height:48px;font-size:18px}}@media(max-width:400px){.auth-form--login,.auth-form--register{padding-left:22px;padding-right:22px}.auth-form{left:12px!important;width:calc(100% - 24px)!important}.auth-panel-copy-layer--login{padding:18px 18px 20px;gap:12px}.auth-panel-copy-layer--register{padding:16px;gap:12px}.auth-panel-headline{font-size:18px}.auth-panel-cta--stack{min-width:84px;padding:6px 14px}.auth-panel-cta--inline{padding:0 16px}}@media(min-width:768px){.auth-mark-header--mobile,.auth-mobile-header-slot{display:none}.auth-panel-mobile-row{display:contents}.auth-panel-body--login-mobile{display:none!important}}@media(prefers-reduced-motion:reduce){.auth-brand-panel,.auth-form,.auth-panel-copy-layer{transition-duration:.12s!important;transition-delay:0ms!important}.auth-gate--reduced .auth-brand-panel{transition:none}}.auth-gate--reduced.auth-gate--animating .auth-form--login,.auth-gate--reduced.auth-gate--animating .auth-form--register{transition-delay:0ms}@media(min-width:768px){.auth-panel-cta--mobile[data-v-1efd396f],.auth-panel-cta-stack-label[data-v-1efd396f],.auth-panel-cta-inline-label[data-v-1efd396f]{display:none}}@media(max-width:767px){.auth-panel-cta--desktop[data-v-1efd396f],.auth-panel-cta-desktop-label[data-v-1efd396f]{display:none}}.legal-content[data-v-b466ac49]{font-size:1rem;line-height:1.75;color:#374151;overflow-wrap:anywhere}.legal-content[data-v-b466ac49] h1{font-size:1.375rem;font-weight:700;color:#111827;margin:1.75rem 0 .75rem}.legal-content[data-v-b466ac49] h2{font-size:1.125rem;font-weight:600;color:#111827;margin:1.5rem 0 .5rem}.legal-content[data-v-b466ac49] h3{font-size:1rem;font-weight:600;color:#1f2937;margin:1.25rem 0 .5rem}.legal-content[data-v-b466ac49] p{margin:.75rem 0;line-height:1.75;color:#374151}.legal-content[data-v-b466ac49] ul,.legal-content[data-v-b466ac49] ol{margin:.75rem 0 .75rem 1.25rem;padding-left:.5rem;color:#374151}.legal-content[data-v-b466ac49] li{margin:.4rem 0;line-height:1.65}.legal-content[data-v-b466ac49] a{color:#16a34a;text-decoration:underline}.legal-content[data-v-b466ac49] strong{font-weight:600;color:#111827}.mask-dot[data-v-257818a5]{display:inline-block;width:.625rem;height:.625rem;border-radius:2px;background-color:currentColor;opacity:1;transform:scale(1)}.mask-dot--loading[data-v-257818a5]{animation:mask-dot-wave-257818a5 1.1s ease-in-out infinite}@keyframes mask-dot-wave-257818a5{0%,to{opacity:.2;transform:scale(.75)}50%{opacity:1;transform:scale(1)}}.notification-feed-scroll[data-v-82bedca1]{scrollbar-width:thin;scrollbar-color:#9ca3af #f3f4f6}.notification-feed-scroll[data-v-82bedca1]::-webkit-scrollbar{width:6px}.notification-feed-scroll[data-v-82bedca1]::-webkit-scrollbar-thumb{background-color:#9ca3af;border-radius:3px}
