.account-step-fields.is-password-step{min-height:20rem;margin-top:clamp(1rem,2.4vw,1.8rem)}@keyframes accountStepIn{0%{opacity:0;translate:0 .75rem}to{opacity:1;translate:0 0}}.account-glass-field{position:relative;display:flex;min-height:5.1rem;align-items:center;border:1.5px solid rgba(255,255,255,.15);border-radius:1.55rem;background:linear-gradient(135deg,rgba(44,44,46,.3),rgba(44,44,46,.2));box-shadow:inset 0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(80px);transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.account-glass-field:focus-within{border-color:rgba(255,255,255,.15);background:linear-gradient(135deg,rgba(44,44,46,.3),rgba(44,44,46,.2));box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.account-glass-field.is-valid{border-color:var(--GreenColor1)}.account-glass-field.is-warning{border-color:var(--OrangeColor1)}.account-glass-field.is-invalid{border-color:var(--RedColor1)}.account-glass-field>span{position:absolute;z-index:1;top:-.72rem;left:1.35rem;max-width:calc(100% - 2.7rem);overflow:hidden;padding:.32rem .78rem;border:1.5px solid #fff;border-radius:999px;background:#fff;color:#111;font-size:.72rem;font-weight:650;line-height:1;text-overflow:ellipsis;white-space:nowrap;backdrop-filter:none}.account-glass-field.is-valid>span{border-color:var(--GreenColor1);background:var(--GreenColor1);color:#fff}.account-glass-field.is-warning>span{border-color:var(--OrangeColor1);background:var(--OrangeColor1);color:#fff}.account-glass-field.is-invalid>span{border-color:var(--RedColor1);background:var(--RedColor1);color:#fff}.account-glass-field input{width:100%;border:0;outline:0;background:transparent;padding:1.5rem 3.5rem 1.1rem 1.5rem;color:#fff;font-size:clamp(1rem,2vw,1.18rem);letter-spacing:.01em}.account-glass-field input::-moz-placeholder{color:#77787a}.account-glass-field input::placeholder{color:#77787a}.account-password-field input{padding-right:4.35rem}.account-password-field input::-ms-clear,.account-password-field input::-ms-reveal{display:none;width:0;height:0}.account-field-with-prefix input{padding-left:2.7rem}.account-field-with-prefix>b{position:absolute;left:1.45rem;color:#a7a7a8;font-size:1.15rem;font-weight:500}.account-glass-field>i{position:absolute;right:1.25rem;display:grid;width:2.15rem;aspect-ratio:1;place-items:center;border-radius:50%;background:var(--GreenColor1);color:#fff;font-style:normal}.account-field-status{margin:.9rem 0 0;color:#88898a;font-size:.78rem;text-align:center}.account-field-status.is-valid{color:var(--GreenColor1)}.account-field-status.is-invalid{color:var(--RedColor1)}.account-password-field+.account-password-field{margin-top:1.7rem}.account-password-field button{position:absolute;right:1rem;display:grid;width:2.35rem;aspect-ratio:1;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(255,255,255,.1);color:#ddd;backdrop-filter:blur(16px)}.account-password-field button svg{width:1.1rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.account-password-meter{margin-top:.85rem}.account-password-meter>div{display:grid;grid-template-columns:repeat(3,1fr);gap:.45rem}.account-password-meter>div span{height:.26rem;border-radius:999px;background:#393a3b}.account-password-meter.score-1>div span:first-child{background:var(--RedColor1)}.account-password-meter.score-2>div span:nth-child(-n+2){background:var(--OrangeColor1)}.account-password-meter.score-3>div span{background:var(--GreenColor1)}.account-password-meter p{margin-top:.55rem;color:var(--RedColor1);font-size:.8rem;font-weight:650}.account-password-meter.score-2 p{color:var(--OrangeColor1)}.account-password-meter.score-3 p{color:var(--GreenColor1)}.account-password-rules{display:flex;flex-wrap:wrap;gap:.5rem;margin:.7rem 0 1.35rem}.account-password-rules span{padding:.35rem .7rem;border:1px solid #4c4d4e;border-radius:999px;color:#858687;font-size:.7rem}.account-password-rules span.is-valid{border-color:var(--GreenColor1);color:var(--GreenColor1)}.account-registration-error{width:min(100%,39rem);margin:.75rem auto 0;color:#ff9a9a;font-size:.78rem;line-height:1.45;text-align:center}.account-step-navigation{position:relative;display:grid;width:min(100%,31rem);min-height:4.55rem;grid-template-columns:1fr 1fr;margin-top:auto;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(255,255,255,.065);backdrop-filter:blur(20px)}.account-registration-stage.is-password-step .account-step-navigation{margin-top:clamp(1.15rem,2.4vw,1.75rem)}.account-step-navigation.is-forward-only{grid-template-columns:1fr}.account-step-navigation>button{border:0;background:transparent;color:#c9c9c9;font-size:.88rem;transition:color .18s ease}.account-step-navigation>button:first-child{padding-right:2.6rem}.account-step-navigation>button:last-child{padding-left:2.6rem}.account-step-navigation>button:disabled{color:#5e5f60;cursor:not-allowed}.account-step-navigation>button:not(:disabled):hover{color:#fff}.account-step-navigation.is-ready>button:last-child:not(:disabled),.account-step-navigation.is-ready>button:last-child:not(:disabled):hover{color:var(--GreenColor1)}.account-fingerprint{position:absolute;z-index:2;top:50%;left:50%;display:grid;width:5.8rem;aspect-ratio:1;translate:-50% -50%;place-items:center;border:1px solid rgba(255,255,255,.9);border-radius:50%;background:#fff;color:#8a8b8d;box-shadow:0 16px 36px rgba(0,0,0,.3);touch-action:none;cursor:grab;transition:color .18s ease,box-shadow .18s ease,translate .18s ease,border-color .18s ease}.account-fingerprint:active{cursor:grabbing}.account-fingerprint.is-active{color:var(--GreenColor1);border-color:#fff;box-shadow:0 16px 36px rgba(0,0,0,.3),0 0 0 0 rgba(108,194,24,.44),0 0 30px rgba(108,194,24,.34);animation:account-fingerprint-ready-pulse 1.55s ease-in-out infinite}.account-fingerprint svg{width:2.45rem;height:2.45rem}@keyframes account-fingerprint-ready-pulse{0%,to{box-shadow:0 16px 36px rgba(0,0,0,.3),0 0 0 0 rgba(108,194,24,.42),0 0 24px rgba(108,194,24,.28)}52%{box-shadow:0 16px 36px rgba(0,0,0,.3),0 0 0 .55rem rgba(108,194,24,0),0 0 38px rgba(108,194,24,.52)}}.account-registration-success{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem clamp(1.5rem,7vw,6rem);text-align:center}.account-registration-success>:not(.account-floating-dreams){position:relative;z-index:2}.account-legal-consent{display:flex;align-items:flex-start;gap:.65rem;margin-top:1.15rem;color:rgba(255,255,255,.62);font-size:.76rem;line-height:1.45;cursor:pointer}.account-legal-consent input{position:absolute;width:1px;height:1px;opacity:0}.account-legal-checkbox{display:grid;width:1.2rem;height:1.2rem;flex:0 0 auto;place-items:center;border:1px solid rgba(255,255,255,.38);border-radius:.34rem;color:transparent;font-size:.78rem;font-weight:800;line-height:1;transition:background .16s ease,border-color .16s ease,color .16s ease}.account-legal-consent input:checked+.account-legal-checkbox{border-color:var(--BlueColor1);background:var(--BlueColor1);color:#fff}.account-legal-consent input:focus-visible+.account-legal-checkbox{outline:2px solid var(--BlueColor1);outline-offset:3px}.account-legal-consent a{color:var(--BlueColor1);font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.16em}.account-legal-consent a:hover{color:#7dd3fc}.account-dream-confetti{position:absolute;inset:0;z-index:1;overflow:visible;pointer-events:none}.account-dream-confetti-tile{position:absolute;top:.25rem;left:var(--confetti-origin-x);display:block;width:3.35rem;height:1.42rem;border-radius:.4rem;background:linear-gradient(135deg,var(--confetti-from),var(--confetti-to));opacity:0;transform:translate3d(-50%,-50%,0) scale(.3) rotate(0deg);transform-origin:center;will-change:transform,opacity;animation:accountDreamConfettiFall var(--confetti-duration) linear var(--confetti-delay) both}.account-dream-confetti-tile b,.account-dream-confetti-tile i{position:absolute;border-radius:999px;background:rgba(255,255,255,.35)}.account-dream-confetti-tile i{top:.3rem;left:.4rem;width:.56rem;height:.56rem}.account-dream-confetti-tile b{right:.46rem;bottom:.36rem;width:1.18rem;height:.18rem}@keyframes accountDreamConfettiFall{0%{opacity:0;transform:translate3d(-50%,0,0) scale(var(--confetti-scale)) rotate(0deg) rotateY(0deg)}2%{opacity:1;animation-timing-function:cubic-bezier(.12,.58,.28,1)}16%{opacity:1;transform:translate3d(calc(-50% + var(--confetti-launch-x)),var(--confetti-peak-y),0) scale(var(--confetti-scale)) rotate(var(--confetti-rotate-early)) rotateY(48deg);animation-timing-function:cubic-bezier(.22,0,.48,.5)}30%{opacity:1;transform:translate3d(calc(-50% + var(--confetti-hang-x)),var(--confetti-hang-y),0) scale(var(--confetti-scale)) rotate(var(--confetti-rotate-hang)) rotateY(138deg);animation-timing-function:cubic-bezier(.3,.12,.58,.78)}62%{opacity:1;transform:translate3d(calc(-50% + var(--confetti-mid-x)),var(--confetti-mid-y),0) scale(var(--confetti-scale)) rotate(var(--confetti-rotate-late)) rotateY(310deg)}88%{opacity:1;transform:translate3d(calc(-50% + var(--confetti-late-x)),var(--confetti-late-y),0) scale(var(--confetti-scale)) rotate(var(--confetti-rotate)) rotateY(470deg)}to{opacity:1;transform:translate3d(calc(-50% + var(--confetti-rest-x, var(--confetti-final-x))),var(--confetti-rest-y,var(--confetti-fall-y)),0) scale(var(--confetti-scale)) rotate(var(--confetti-rotate)) rotateY(540deg)}}.account-dream-confetti-tile.is-settled{opacity:1;animation:none;transform:translate3d(calc(-50% + var(--confetti-rest-x, var(--confetti-final-x)) + var(--confetti-wind-x, 0px)),calc(var(--confetti-rest-y, var(--confetti-fall-y)) + var(--confetti-wind-y, 0px)),0) scale(var(--confetti-scale)) rotate(calc(var(--confetti-rotate) + var(--confetti-wind-rotate, 0deg))) rotateY(540deg);transition:transform .48s cubic-bezier(.18,.82,.24,1)}.account-registration-success h3{color:#fff;font-size:clamp(2rem,5vw,3.25rem);font-weight:700;letter-spacing:-.04em}.account-registration-success p{max-width:37rem;margin-top:1rem;color:#aaa;font-size:1rem;line-height:1.65}.account-verification-code{display:grid;width:100%;gap:.85rem;text-align:center}.account-verification-code>p{margin:0;color:rgba(255,255,255,.62);font-size:.92rem}.account-verification-code>p strong{color:#fff;font-weight:650}.account-verification-code .account-glass-field input{text-align:center;font-size:clamp(1.45rem,4vw,2rem);font-weight:750;letter-spacing:.35em}.account-resend-code{justify-self:center;border:0;background:transparent;color:var(--brand-green);font-size:.85rem;font-weight:700;text-decoration:underline;text-underline-offset:.2rem}.account-resend-code:disabled{cursor:not-allowed;color:rgba(255,255,255,.38)}.account-success-customize{display:inline-flex;flex-direction:column;align-items:center;gap:.7rem;margin-top:1.65rem;color:#fff;text-decoration:none}.account-success-customize-coin{width:clamp(4.8rem,9vw,5.6rem);transition:filter .18s ease,transform .18s ease}.account-success-customize-label{color:#fff;font-size:.86rem;font-weight:700;line-height:1.2;transition:color .18s ease}.account-success-customize:hover .account-success-customize-coin{filter:drop-shadow(0 16px 24px rgba(0,0,0,.32));transform:translateY(-.18rem)}.account-success-customize:hover .account-success-customize-label{color:var(--GreenColor1)}.account-success-customize:focus-visible{border-radius:1rem;outline:2px solid #fff;outline-offset:.45rem}.account-success-handle{margin-top:1.25rem;padding:.65rem 1rem;border-radius:999px;background:rgba(255,255,255,.09);color:#fff;font-weight:650}@media (max-width:640px){.account-registration-stage{min-height:40rem;border-radius:2rem}.account-registration-stage.is-password-step{min-height:47rem}.account-registration-content{padding-top:2.25rem}.account-step-fields{min-height:14.5rem}.account-step-fields.is-password-step{min-height:21.5rem}.account-step-navigation{min-height:4.1rem}.account-fingerprint{width:5rem}.account-password-rules{justify-content:center}}@media (prefers-reduced-motion:reduce){.account-step-copy,.account-step-fields{animation:none}}.topbar-account{height:2.25rem;align-items:center;gap:.5rem;max-width:12rem;border:0;border-radius:999px;background:rgba(255,255,255,.055);padding:.2rem .7rem .2rem .2rem;color:rgba(255,255,255,.9);font-size:.75rem;font-weight:650;transition:background .18s ease,transform .18s ease}.topbar-account:hover{background:rgba(255,255,255,.1);transform:translateY(-1px)}.topbar-account-avatar{display:grid;width:1.85rem;height:1.85rem;flex:0 0 1.85rem;overflow:hidden;place-items:center;border-radius:50%;background:var(--brand-violet);color:#fff;font-size:.65rem;font-weight:800}.topbar-account-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.topbar-account-avatar.is-coin{background:rgba(255,255,255,.12);color:#fff;box-shadow:none}.topbar-account-avatar.is-coin svg{width:1.05rem;height:1.05rem}.topbar-account-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-account-mobile{display:flex;width:100%;max-width:none;height:auto;margin-bottom:.25rem;padding:.55rem .65rem}.marketing-page-shell-light .topbar-account{background:#fff;color:#171717}.marketing-page-shell-light .topbar-account:hover{background:#f3f1ed}.marketing-page-shell-light .topbar-account-avatar.is-coin{background:#fff;color:#7b7c7e}.account-human-verification{display:grid;width:min(100%,19rem);min-height:4.1rem;margin:.7rem auto 0;place-items:center;color:rgba(255,255,255,.72);font-size:.78rem;text-align:center}.account-turnstile-widget{width:100%;min-width:0}.account-turnstile-widget iframe{max-width:100%}.account-page{width:min(100%,92rem);min-height:calc(100svh - 4rem);padding:clamp(3rem,7vw,6rem) clamp(1rem,4vw,3.5rem) clamp(5rem,9vw,8rem);color:#171717}.account-page-heading{max-width:54rem;margin:0 auto clamp(2rem,5vw,3.75rem);text-align:center}.account-page-heading h1{font-size:clamp(2.5rem,5.5vw,5rem);font-weight:760;letter-spacing:-.055em;line-height:.98}.account-page-heading p{margin-top:1.15rem;color:#6c6964;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.6}.account-login-shell{width:100%}.account-login-page-heading{max-width:48rem;margin-bottom:clamp(2.25rem,5vw,3.75rem)}.account-login-page-heading h1{font-size:clamp(2.5rem,4.7vw,4.25rem);line-height:1}.account-login-page-heading p{max-width:40rem;margin-inline:auto}.account-login-stage{position:relative;isolation:isolate;display:grid;width:min(100%,66rem);min-height:clamp(38rem,68vw,46rem);margin:0 auto;overflow:hidden;place-items:center;border-radius:clamp(2rem,5vw,3.5rem);background:#090909;box-shadow:0 30px 75px rgba(24,23,20,.18)}.account-login-content{position:relative;z-index:2;display:flex;width:min(100% - 2rem,35rem);flex-direction:column;align-items:center;padding:3rem 1rem;color:#fff}.account-login-icon{display:grid;width:5.5rem;height:5.5rem;margin-bottom:clamp(2.5rem,5vw,3.75rem);place-items:center;border:1px solid rgba(255,255,255,.19);border-radius:50%;background:rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.14);backdrop-filter:blur(18px)}.account-login-icon svg{width:2.35rem}.account-login-form{display:grid;width:100%;gap:1.55rem}.account-profile-form{width:100%}.account-profile-form label{display:grid;gap:.5rem}.account-profile-form label>span{font-size:.73rem;font-weight:720;letter-spacing:.01em}.account-login-navigation{width:100%;margin-top:.35rem}.account-primary-button{width:100%;min-height:3.5rem;border:0;border-radius:999px;background:var(--GreenColor1);padding:.9rem 1.4rem;color:#fff;font-size:.9rem;font-weight:760;transition:filter .18s ease,transform .18s ease}.account-primary-button:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.account-primary-button:disabled{cursor:not-allowed;filter:grayscale(.7) brightness(.65)}.account-create-link{margin-top:1.35rem;color:#aaa8a6;font-size:.9rem}.account-create-link a{color:var(--BlueColor1);font-weight:700}.account-create-link a:hover{color:#7dd3fc}.account-form-message{font-size:.78rem;line-height:1.45}.account-form-message.is-error{color:var(--RedColor1)}.account-form-message.is-success{color:var(--GreenColor1)}.account-page--authenticated{width:min(100%,86rem);padding-top:clamp(3rem,7vw,6.5rem);color:#fff}.account-dashboard{display:grid;gap:clamp(2rem,5vw,4rem);width:100%}.account-profile-hero{display:flex;flex-direction:column;align-items:center;text-align:center}.account-profile-avatar{position:relative;display:grid;width:clamp(8.5rem,15vw,11rem);aspect-ratio:1;overflow:hidden;place-items:center;border-radius:50%;color:#fff}.account-profile-avatar.has-image{border:.34rem solid #171719;background:#171719;box-shadow:0 0 0 1px #333336,0 24px 55px rgba(0,0,0,.48)}.account-profile-avatar img{width:100%;height:100%;border-radius:inherit;-o-object-fit:cover;object-fit:cover}.account-profile-avatar-ring{position:absolute;inset:0;width:100%;height:100%;overflow:visible;fill:none;stroke:#fff;stroke-linecap:round;stroke-width:3}.account-profile-avatar-coin{display:grid;width:calc(100% - 2.2rem);aspect-ratio:1;place-items:center;border:1px solid #4a4a4d;border-radius:50%;background:linear-gradient(145deg,#303033,#151517);box-shadow:inset 0 1px 0 #555559,0 18px 38px rgba(0,0,0,.4)}.account-profile-avatar-coin svg{width:38%}.account-profile-identity{margin-top:1.25rem}.account-profile-identity h1{font-size:clamp(2rem,4vw,3.8rem);font-weight:760;letter-spacing:-.055em;line-height:1}.account-profile-identity p{margin-top:.65rem;color:#97979c;font-size:clamp(.9rem,1.4vw,1.05rem)}.account-edit-profile-button{margin-top:1.35rem;border:0;border-radius:999px;background:rgba(255,255,255,.09);padding:.85rem 1.35rem;color:#fff;font-size:.8rem;font-weight:760;backdrop-filter:blur(14px) saturate(118%);transition:background .18s ease,transform .18s ease}.account-edit-profile-button:hover{background:rgba(255,255,255,.15);transform:translateY(-1px)}.account-profile-modal-backdrop{position:fixed;inset:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:rgba(6,6,7,.44);backdrop-filter:blur(22px) saturate(.78)}.account-profile-modal{display:flex;width:min(92vw,82rem);max-height:calc(100svh - 2.5rem);flex-direction:column;align-items:center;overflow-y:auto;border:0;border-radius:clamp(2rem,4vw,3.5rem);background:radial-gradient(58% 50% at 50% 0,rgba(90,4,197,.22),transparent 72%),#101012;padding:clamp(2rem,4vw,4rem);color:#fff;text-align:center;box-shadow:0 28px 90px rgba(0,0,0,.44);animation:accountModalIn .28s cubic-bezier(.22,1,.36,1) both}.account-profile-modal-icon{display:grid;width:4rem;height:4rem;place-items:center;border-radius:1.25rem;background:rgba(255,255,255,.055);color:var(--brand-violet);backdrop-filter:blur(14px) saturate(118%)}.account-profile-modal-icon svg{width:1.7rem;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}.account-profile-modal-heading h2{margin-top:1.1rem;font-size:clamp(2rem,4.5vw,4.25rem);font-weight:760;letter-spacing:-.05em;line-height:1}.account-profile-modal-heading p{max-width:40rem;margin-top:.8rem;color:#a8a8ad;font-size:clamp(.85rem,1.3vw,1rem);line-height:1.55}.account-profile-modal-avatar-row{display:flex;align-items:center;gap:1rem;width:min(100%,48rem);margin-top:1.5rem}.account-profile-modal-avatar{display:grid;width:4.25rem;height:4.25rem;flex:0 0 4.25rem;overflow:hidden;place-items:center;border-radius:50%;background:rgba(255,255,255,.08)}.account-profile-modal-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.account-profile-modal-avatar svg{width:1.65rem;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round}.account-avatar-actions{display:flex;align-items:center;gap:.75rem}.account-avatar-actions button,.account-dashboard-error button,.account-manage-button{border:0;border-radius:999px;background:rgba(255,255,255,.09);padding:.75rem 1rem;color:#fff;font-size:.75rem;font-weight:720}.account-avatar-actions span{color:#85858a;font-size:.7rem}.account-profile-form{display:grid;width:min(100%,48rem);gap:.85rem;margin-top:1.25rem;text-align:left}.account-profile-form-row{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.account-profile-form input,.account-profile-form textarea{width:100%;border:0;border-radius:1.1rem;outline:none;background:rgba(255,255,255,.055);padding:1rem;color:#fff;font:inherit;backdrop-filter:blur(14px) saturate(118%)}.account-profile-form input:focus,.account-profile-form textarea:focus{background:rgba(255,255,255,.085)}.account-profile-form input:-moz-read-only{color:#85837f}.account-profile-form input:read-only{color:#85837f}.account-profile-form textarea{min-height:6.5rem;resize:vertical}.account-profile-modal-actions{display:grid;grid-template-columns:1fr auto;gap:.75rem;margin-top:.4rem}.account-profile-modal-close{border:0;border-radius:999px;background:rgba(255,255,255,.09);padding:.85rem 1.4rem;color:#fff;font-size:.8rem;font-weight:760}.account-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:clamp(.75rem,1.4vw,1.1rem)}.account-status-card{--account-status-accent:var(--brand-violet);position:relative;display:flex;min-height:clamp(14rem,23vw,19rem);flex-direction:column;align-items:center;justify-content:center;overflow:hidden;border:0;border-radius:clamp(1.5rem,2.4vw,2rem);padding:clamp(1.4rem,3vw,2.25rem);text-align:center}.account-status-card:before{position:absolute;inset:0;background:radial-gradient(78% 68% at 50% 0,color-mix(in srgb,var(--account-status-accent) 22%,transparent),transparent 76%);content:"";pointer-events:none}.account-status-card.is-red{--account-status-accent:var(--RedColor1)}.account-status-card.is-orange{--account-status-accent:var(--OrangeColor1)}.account-status-card.is-green{--account-status-accent:var(--GreenColor1)}.account-session-card{--account-status-accent:var(--brand-violet)}.account-status-visual{position:relative;z-index:1;display:grid;width:5rem;height:5rem;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--account-status-accent) 12%,rgba(255,255,255,.045));color:var(--account-status-accent);backdrop-filter:blur(14px) saturate(118%)}.account-status-visual svg{width:2.15rem;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.account-status-orbit{position:absolute;inset:.55rem;border:1px solid color-mix(in srgb,var(--account-status-accent) 58%,transparent);border-radius:50%}.account-status-core{width:1rem;height:1rem;border-radius:50%;background:var(--account-status-accent);box-shadow:0 0 0 .45rem color-mix(in srgb,var(--account-status-accent) 15%,transparent)}.account-status-copy{position:relative;z-index:1;margin-top:1.3rem}.account-status-copy p{color:#7c7c82;font-size:.68rem;font-weight:760;letter-spacing:.12em;text-transform:uppercase}.account-status-copy h2{margin-top:.45rem;font-size:clamp(1.1rem,2vw,1.4rem);letter-spacing:-.03em}.account-status-copy span{display:block;max-width:18rem;margin-top:.65rem;color:#9c9ca2;font-size:.76rem;line-height:1.55}.account-manage-button{position:relative;z-index:1;margin-top:1.1rem;background:rgba(255,255,255,.09);color:#fff;backdrop-filter:blur(14px) saturate(118%);transition:background .18s ease,transform .18s ease}.account-manage-button:hover{background:rgba(255,255,255,.15);transform:translateY(-1px)}.account-manage-modal{width:min(92vw,43rem)}.account-manage-modal-icon{color:var(--brand-violet)}.account-manage-delete-form,.account-manage-options{display:grid;width:min(100%,38rem);gap:.85rem;margin-top:1.8rem;text-align:left}.account-manage-option{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;border-radius:1.25rem;background:rgba(255,255,255,.055);padding:1.1rem 1.2rem}.account-manage-option h3{color:#fff;font-size:1rem;font-weight:760}.account-manage-option p{margin-top:.28rem;color:#97979c;font-size:.78rem;line-height:1.45}.account-delete-confirm-button,.account-manage-option button{flex:0 0 auto;border:0;border-radius:999px;padding:.78rem 1rem;font-size:.76rem;font-weight:760;transition:transform .18s ease,filter .18s ease}.account-delete-confirm-button:hover:not(:disabled),.account-manage-option button:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.account-manage-signout-button{background:rgba(255,255,255,.1);color:#fff}.account-delete-confirm-button,.account-manage-delete-button{background:var(--RedColor1);color:#fff}.account-manage-delete-form label{display:grid;gap:.45rem;color:#a8a8ad;font-size:.76rem;font-weight:700}.account-manage-delete-form input{width:100%;border:0;border-radius:1rem;outline:none;background:rgba(255,255,255,.06);padding:.9rem 1rem;color:#fff;font:inherit}.account-manage-delete-form input:focus{background:rgba(255,255,255,.1)}.account-manage-recovery-note{border-radius:1rem;background:var(--GreenColor1);padding:.85rem 1rem;color:#fff;font-size:.8rem;font-weight:700;line-height:1.5}.account-manage-actions{margin-top:.35rem}.account-delete-confirm-button:disabled{cursor:not-allowed;opacity:.45}.account-manage-close{justify-self:center;margin-top:.2rem}@keyframes accountModalIn{0%{opacity:0;transform:translateY(1rem) scale(.985)}to{opacity:1;transform:translateY(0)}}.account-auth-loading,.account-dashboard-error,.account-dashboard-loading{display:grid;min-height:22rem;place-items:center}.account-auth-loading span,.account-dashboard-loading span{width:.55rem;height:.55rem;border-radius:50%;background:var(--brand-violet);animation:accountLoadingPulse 1.1s ease-in-out infinite alternate}.account-dashboard-loading{grid-auto-flow:column;justify-content:center;gap:.5rem}.account-dashboard-loading span:nth-child(2){animation-delay:.18s}.account-dashboard-loading span:nth-child(3){animation-delay:.36s}.account-dashboard-error{align-content:center;gap:1rem;color:#171717;text-align:center}.account-page--authenticated .account-dashboard-error{color:#fff}@keyframes accountLoadingPulse{to{opacity:.25;transform:translateY(-.25rem)}}input[type=password]::-ms-clear,input[type=password]::-ms-reveal{display:none}@media (max-width:900px){.account-status-grid{grid-template-columns:repeat(2,1fr)}.account-access-card{grid-column:1/-1;min-height:12rem}}@media (max-width:640px){.account-page{padding-inline:.75rem}.account-login-stage{min-height:39rem;border-radius:2rem}.account-login-content{width:min(100% - 1rem,34rem)}.account-page--authenticated{padding-top:2.5rem}.account-profile-avatar{width:8.5rem}.account-profile-modal{padding:1.5rem 1rem;border-radius:2rem}.account-profile-modal-avatar-row{align-items:flex-start;flex-direction:column}.account-profile-modal-actions{grid-template-columns:1fr}.account-manage-option{align-items:flex-start;flex-direction:column}.account-manage-option button{width:100%}.account-status-card{border-radius:1.55rem}.account-profile-form-row,.account-status-grid{grid-template-columns:1fr}.account-access-card{grid-column:auto}.account-avatar-actions{align-items:flex-start;flex-direction:column}}@media (prefers-reduced-motion:reduce){.account-auth-loading span,.account-dashboard-loading span{animation:none}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:rgba(255,255,255,.03)}::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}