.Profile-module__DKafxG__identity{flex-direction:column;gap:1rem;display:flex}.Profile-module__DKafxG__identityHead{align-items:center;gap:.875rem;min-width:0;display:flex}.Profile-module__DKafxG__monogram{border-radius:var(--radius-sm);background:var(--media-plate);width:3rem;height:3rem;font-family:var(--font-mono), ui-monospace, monospace;letter-spacing:.06em;color:var(--text-secondary);box-shadow:inset 0 0 0 1px var(--rule);flex:none;place-items:center;font-size:.9375rem;font-weight:600;display:grid}.Profile-module__DKafxG__identityName{letter-spacing:var(--tracking-tight);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1.0625rem;font-weight:600;line-height:1.3;overflow:hidden}.Profile-module__DKafxG__identityEmail{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.8125rem;line-height:1.4;overflow:hidden}.Profile-module__DKafxG__identityMeta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.Profile-module__DKafxG__identityFoot{border-top:1px solid var(--rule);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding-top:.875rem;display:flex}.Profile-module__DKafxG__chip{background:color-mix(in srgb, var(--text-primary) 8%, transparent);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;height:1.5rem;color:var(--text-secondary);border-radius:999px;align-items:center;gap:.4rem;padding:0 .6rem;font-size:.6875rem;font-weight:600;line-height:1;display:inline-flex}.Profile-module__DKafxG__chipDot{background:currentColor;border-radius:999px;width:.375rem;height:.375rem}.Profile-module__DKafxG__chipOk{background:color-mix(in srgb, var(--success) 14%, transparent);color:color-mix(in srgb, var(--success) 82%, #fff)}.Profile-module__DKafxG__chipWarn{background:color-mix(in srgb, var(--warning) 16%, transparent);color:color-mix(in srgb, var(--warning) 78%, #fff)}.Profile-module__DKafxG__chipDanger{background:color-mix(in srgb, var(--error) 14%, transparent);color:color-mix(in srgb, var(--error) 82%, #fff)}.Profile-module__DKafxG__panel{animation:Profile-module__DKafxG__profile-panel-in .3s var(--ease-out-expo) both}@keyframes Profile-module__DKafxG__profile-panel-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.Profile-module__DKafxG__panel{animation:none}}.Profile-module__DKafxG__section{border-top:1px solid var(--rule);gap:1.25rem;padding-block:clamp(1.75rem,3.5vw,2.75rem);display:grid}.Profile-module__DKafxG__section:first-child{border-top:0;padding-top:clamp(1.5rem,3vw,2.25rem)}@media (min-width:62rem){.Profile-module__DKafxG__section{grid-template-columns:minmax(0,17rem) minmax(0,1fr);gap:clamp(2rem,4vw,4rem)}}.Profile-module__DKafxG__sectionAside{flex-direction:column;gap:.5rem;min-width:0;display:flex}.Profile-module__DKafxG__sectionTitle{letter-spacing:var(--tracking-tight);color:var(--text-primary);margin:0;font-size:1.0625rem;font-weight:600;line-height:1.3}.Profile-module__DKafxG__sectionHint{max-width:46ch;color:var(--text-muted);margin:0;font-size:.8125rem;line-height:1.6}.Profile-module__DKafxG__sectionBody{flex-direction:column;gap:1.25rem;min-width:0;display:flex}.Profile-module__DKafxG__sectionDanger .Profile-module__DKafxG__sectionTitle{color:color-mix(in srgb, var(--error) 80%, #fff)}.Profile-module__DKafxG__field{flex-direction:column;gap:.4rem;min-width:0;display:flex}.Profile-module__DKafxG__fieldLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);transition:color .2s var(--ease-out-quart);justify-content:space-between;align-items:baseline;gap:.75rem;font-size:.75rem;font-weight:600;line-height:1;display:flex}.Profile-module__DKafxG__fieldBox{border-bottom:1px solid var(--border);transition:border-color .2s var(--ease-out-quart);align-items:center;gap:.5rem;display:flex;position:relative}.Profile-module__DKafxG__fieldBox:hover{border-bottom-color:var(--border-light)}.Profile-module__DKafxG__fieldBox:after{content:"";inset-inline:0;background:var(--primary);transform-origin:0;height:1px;transition:transform var(--dur-base) var(--ease-out-expo);position:absolute;bottom:-1px;transform:scaleX(0)}.Profile-module__DKafxG__fieldBox:focus-within:after{transform:scaleX(1)}.Profile-module__DKafxG__field[data-invalid=true] .Profile-module__DKafxG__fieldBox{border-bottom-color:color-mix(in srgb, var(--error) 55%, transparent)}.Profile-module__DKafxG__field[data-invalid=true] .Profile-module__DKafxG__fieldBox:after{background:var(--error);transform:scaleX(1)}.Profile-module__DKafxG__field:focus-within .Profile-module__DKafxG__fieldLabel{color:var(--text-primary)}.Profile-module__DKafxG__control{width:100%;min-width:0;color:var(--text-primary);background:0 0;border:0;outline:none;padding:.55rem 0 .7rem;font-family:inherit;font-size:1rem;line-height:1.4}.Profile-module__DKafxG__control::placeholder{color:var(--text-muted)}.Profile-module__DKafxG__control:disabled,.Profile-module__DKafxG__control[readonly]{color:var(--text-secondary);cursor:default}.Profile-module__DKafxG__field[data-locked=true] .Profile-module__DKafxG__fieldBox{border-bottom-style:dashed;border-bottom-color:var(--hairline)}.Profile-module__DKafxG__field[data-locked=true] .Profile-module__DKafxG__fieldBox:after{display:none}.Profile-module__DKafxG__fieldIcon{color:var(--text-muted);flex:none}.Profile-module__DKafxG__fieldToggle{width:2.25rem;height:2.25rem;color:var(--text-muted);cursor:pointer;transition:color .15s var(--ease-out-quart), background-color .15s var(--ease-out-quart);background:0 0;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;margin-right:-.4rem;display:inline-flex}.Profile-module__DKafxG__fieldToggle:hover,.Profile-module__DKafxG__fieldToggle:focus-visible{color:var(--text-primary);background:color-mix(in srgb, var(--text-primary) 8%, transparent)}.Profile-module__DKafxG__fieldToggle:active{transform:scale(.92)}.Profile-module__DKafxG__fieldToggle:disabled{opacity:.4;pointer-events:none}.Profile-module__DKafxG__fieldNote{color:var(--text-muted);margin:0;font-size:.75rem;line-height:1.5}.Profile-module__DKafxG__fieldError{color:var(--error);animation:Profile-module__DKafxG__profile-note-in .22s var(--ease-out-quart) both;align-items:flex-start;gap:.35rem;margin:0;font-size:.75rem;line-height:1.5;display:flex}@keyframes Profile-module__DKafxG__profile-note-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.Profile-module__DKafxG__fieldError,.Profile-module__DKafxG__fieldBox:after{transition:none;animation:none}}.Profile-module__DKafxG__rules{flex-wrap:wrap;gap:.4rem .75rem;margin:0;padding:0;list-style:none;display:flex}.Profile-module__DKafxG__rule{color:var(--text-muted);transition:color .22s var(--ease-out-quart);align-items:center;gap:.35rem;font-size:.75rem;line-height:1.4;display:inline-flex}.Profile-module__DKafxG__rule[data-met=true]{color:color-mix(in srgb, var(--success) 78%, #fff)}.Profile-module__DKafxG__ruleMark{opacity:.5;width:.875rem;height:.875rem;transition:opacity .22s var(--ease-out-quart);border:1px solid;border-radius:999px;flex:none;place-items:center;display:grid;position:relative}.Profile-module__DKafxG__rule[data-met=true] .Profile-module__DKafxG__ruleMark{opacity:1;background:color-mix(in srgb, var(--success) 22%, transparent);border-color:currentColor}.Profile-module__DKafxG__ruleCheck{stroke-dasharray:22;stroke-dashoffset:22px;transition:stroke-dashoffset .3s var(--ease-out-expo)}.Profile-module__DKafxG__rule[data-met=true] .Profile-module__DKafxG__ruleCheck{stroke-dashoffset:0}@media (prefers-reduced-motion:reduce){.Profile-module__DKafxG__ruleCheck{transition:none}}.Profile-module__DKafxG__actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.Profile-module__DKafxG__btn{border-radius:var(--radius-sm);white-space:nowrap;cursor:pointer;height:2.75rem;transition:background-color .18s var(--ease-out-quart), border-color .18s var(--ease-out-quart), color .18s var(--ease-out-quart), opacity .18s var(--ease-out-quart), transform .12s var(--ease-out-quart);border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:0 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:600;line-height:1;display:inline-flex}.Profile-module__DKafxG__btn:active:not(:disabled){transform:scale(.985)}.Profile-module__DKafxG__btn:disabled{cursor:not-allowed;opacity:.45}.Profile-module__DKafxG__btnPrimary{background:var(--primary);color:#fff}.Profile-module__DKafxG__btnPrimary:hover:not(:disabled){background:var(--primary-600)}.Profile-module__DKafxG__btnQuiet{border-color:var(--border);color:var(--text-primary);background:0 0;font-weight:500}.Profile-module__DKafxG__btnQuiet:hover:not(:disabled){border-color:var(--border-light);background:color-mix(in srgb, var(--text-primary) 5%, transparent)}.Profile-module__DKafxG__btnDanger{border-color:color-mix(in srgb, var(--error) 45%, transparent);background:color-mix(in srgb, var(--error) 10%, transparent);color:color-mix(in srgb, var(--error) 85%, #fff)}.Profile-module__DKafxG__btnDanger:hover:not(:disabled){border-color:var(--error);background:var(--error);color:#fff}.Profile-module__DKafxG__btnSmall{border-radius:999px;height:2.25rem;padding:0 .85rem;font-size:.8125rem;font-weight:500}@media (pointer:coarse){.Profile-module__DKafxG__btnSmall{height:2.5rem;padding:0 1rem}}.Profile-module__DKafxG__spin{animation:.7s linear infinite Profile-module__DKafxG__profile-spin}@keyframes Profile-module__DKafxG__profile-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.Profile-module__DKafxG__btn:active:not(:disabled){transform:none}.Profile-module__DKafxG__spin{animation-duration:1.8s}}.Profile-module__DKafxG__notice{border:1px solid var(--rule);border-radius:var(--radius-sm);color:var(--text-secondary);animation:Profile-module__DKafxG__profile-note-in .26s var(--ease-out-quart) both;align-items:flex-start;gap:.6rem;padding:.75rem .9rem;font-size:.8125rem;line-height:1.5;display:flex}.Profile-module__DKafxG__noticeOk{border-color:color-mix(in srgb, var(--success) 35%, transparent);background:color-mix(in srgb, var(--success) 8%, transparent)}.Profile-module__DKafxG__noticeOkIcon{color:var(--success)}.Profile-module__DKafxG__noticeError{border-color:color-mix(in srgb, var(--error) 35%, transparent);background:color-mix(in srgb, var(--error) 8%, transparent);color:var(--text-primary)}.Profile-module__DKafxG__noticeErrorIcon{color:var(--error)}.Profile-module__DKafxG__noticeWarn{border-color:color-mix(in srgb, var(--warning) 32%, transparent);background:color-mix(in srgb, var(--warning) 8%, transparent)}.Profile-module__DKafxG__noticeWarnIcon{color:var(--warning)}.Profile-module__DKafxG__noticeIcon{flex:none;margin-top:.1rem}@media (prefers-reduced-motion:reduce){.Profile-module__DKafxG__notice{animation:none}}.Profile-module__DKafxG__rows{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.Profile-module__DKafxG__row{border-top:1px solid var(--hairline);align-items:center;gap:.875rem;padding:.9rem 0;display:flex;position:relative}.Profile-module__DKafxG__rows>li:first-child .Profile-module__DKafxG__row,.Profile-module__DKafxG__rows>.Profile-module__DKafxG__row:first-child{border-top:0;padding-top:.25rem}.Profile-module__DKafxG__rowIcon{border-radius:var(--radius-sm);background:var(--media-plate);width:2.5rem;height:2.5rem;color:var(--text-secondary);transition:color .2s var(--ease-out-quart);flex:none;place-items:center;display:grid}.Profile-module__DKafxG__rowMain{flex-direction:column;flex:auto;gap:.25rem;min-width:0;display:flex}.Profile-module__DKafxG__rowTitle{color:var(--text-primary);transition:color .2s var(--ease-out-quart);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:500;line-height:1.3;display:flex}.Profile-module__DKafxG__rowTitleText{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.Profile-module__DKafxG__rowMeta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.35rem .75rem;margin:0;font-size:.75rem;line-height:1.4;display:flex}.Profile-module__DKafxG__rowMetaItem{align-items:center;gap:.3rem;min-width:0;margin:0;display:inline-flex}.Profile-module__DKafxG__rowAction{flex:none}.Profile-module__DKafxG__rowCurrent:before{content:"";background:var(--primary);border-radius:1px;width:2px;height:1.5rem;position:absolute;top:50%;left:-.75rem;transform:translateY(-50%)}.Profile-module__DKafxG__rowCurrent .Profile-module__DKafxG__rowIcon{color:var(--primary-200);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--primary) 30%, transparent)}.Profile-module__DKafxG__rowLink{color:inherit;border-radius:var(--radius-sm);outline-offset:4px;text-decoration:none}.Profile-module__DKafxG__rowLink:hover .Profile-module__DKafxG__rowTitle,.Profile-module__DKafxG__rowLink:focus-visible .Profile-module__DKafxG__rowTitle,.Profile-module__DKafxG__rowLink:hover .Profile-module__DKafxG__rowIcon,.Profile-module__DKafxG__rowLink:focus-visible .Profile-module__DKafxG__rowIcon{color:var(--primary)}.Profile-module__DKafxG__rowArrow{color:var(--text-muted);transition:color .2s var(--ease-out-quart), transform .32s var(--ease-out-expo);flex:none}.Profile-module__DKafxG__rowLink:hover .Profile-module__DKafxG__rowArrow,.Profile-module__DKafxG__rowLink:focus-visible .Profile-module__DKafxG__rowArrow{color:var(--primary);transform:translate(3px)}@media (prefers-reduced-motion:reduce){.Profile-module__DKafxG__rowArrow{transition:color .2s linear}.Profile-module__DKafxG__rowLink:hover .Profile-module__DKafxG__rowArrow,.Profile-module__DKafxG__rowLink:focus-visible .Profile-module__DKafxG__rowArrow{transform:none}}.Profile-module__DKafxG__rowLeaving{opacity:.45;pointer-events:none}.Profile-module__DKafxG__rowEnter{animation:Profile-module__DKafxG__profile-row-in .42s var(--ease-out-expo) both;animation-delay:calc(var(--i,0) * 45ms)}@keyframes Profile-module__DKafxG__profile-row-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.Profile-module__DKafxG__rowEnter{animation:none}}.Profile-module__DKafxG__listHead{justify-content:space-between;align-items:center;gap:.75rem;padding-bottom:.5rem;display:flex}.Profile-module__DKafxG__empty{border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2.75rem 1rem;display:flex}.Profile-module__DKafxG__emptyTitle{color:var(--text-primary);margin:0;font-size:.9375rem;font-weight:600}.Profile-module__DKafxG__emptyText{max-width:40ch;color:var(--text-muted);margin:0;font-size:.8125rem;line-height:1.6}.Profile-module__DKafxG__skeletonRow{border-top:1px solid var(--hairline);align-items:center;gap:.875rem;padding:.9rem 0;display:flex}.Profile-module__DKafxG__skeletonPlate{border-radius:var(--radius-sm);background:var(--media-plate);flex:none;width:2.5rem;height:2.5rem}.Profile-module__DKafxG__skeletonLine{background:var(--surface-secondary);border-radius:999px;height:.6rem}.Profile-module__DKafxG__dialog{border-color:var(--rule);background:var(--void);position:relative;overflow:hidden}.Profile-module__DKafxG__dialog:before{content:"";pointer-events:none;background:radial-gradient(120% 100% at 50% 0%, color-mix(in srgb, var(--primary) 8%, transparent) 0%, transparent 72%);height:60%;position:absolute;inset:0 0 auto}.Profile-module__DKafxG__dialogBody{flex-direction:column;gap:1rem;display:flex;position:relative}.Profile-module__DKafxG__dialogText{color:var(--text-secondary);margin:0;font-size:.9375rem;line-height:1.6}.Profile-module__DKafxG__dialogActions{gap:.75rem;width:100%;display:flex}.Profile-module__DKafxG__dialogActions>*{flex:1 1 0}.Profile-module__DKafxG__tail{align-items:center;gap:1rem;margin-top:2.5rem;display:flex}.Profile-module__DKafxG__tailRule{background:var(--rule);flex:auto;height:1px}.Profile-module__DKafxG__check{border:1px solid var(--rule);border-radius:var(--radius-sm);cursor:pointer;transition:border-color .18s var(--ease-out-quart), background-color .18s var(--ease-out-quart);align-items:flex-start;gap:.75rem;padding:.9rem;display:flex}.Profile-module__DKafxG__check:hover{border-color:var(--border-light)}.Profile-module__DKafxG__checkInput{opacity:0;pointer-events:none;width:1px;height:1px;margin:0;padding:0;position:absolute}.Profile-module__DKafxG__checkBox{border:1px solid var(--border-light);width:1.25rem;height:1.25rem;transition:border-color .18s var(--ease-out-quart), background-color .18s var(--ease-out-quart);background:0 0;border-radius:4px;flex:none;place-items:center;margin-top:.1rem;display:grid;position:relative}.Profile-module__DKafxG__checkMark{stroke-dasharray:22;stroke-dashoffset:22px;transition:stroke-dashoffset var(--dur-base) var(--ease-out-expo)}.Profile-module__DKafxG__checkInput:checked~.Profile-module__DKafxG__checkBox{border-color:var(--error);background:var(--error)}.Profile-module__DKafxG__checkInput:checked~.Profile-module__DKafxG__checkBox .Profile-module__DKafxG__checkMark{stroke-dashoffset:0}.Profile-module__DKafxG__checkInput:focus-visible~.Profile-module__DKafxG__checkBox{outline:2px solid var(--accent-400);outline-offset:2px}.Profile-module__DKafxG__checkText{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.Profile-module__DKafxG__check:has(.Profile-module__DKafxG__checkInput:checked){border-color:color-mix(in srgb, var(--error) 45%, transparent);background:color-mix(in srgb, var(--error) 7%, transparent)}@media (prefers-reduced-motion:reduce){.Profile-module__DKafxG__checkMark{transition:none}}.Profile-module__DKafxG__countdown{border:1px solid color-mix(in srgb, var(--warning) 32%, transparent);border-radius:var(--radius-md);background:color-mix(in srgb, var(--warning) 7%, transparent);flex-direction:column;gap:.9rem;padding:1.1rem;display:flex}.Profile-module__DKafxG__countdownValue{font-family:var(--font-mono), ui-monospace, monospace;font-variant-numeric:tabular-nums;letter-spacing:-.01em;color:var(--text-primary);align-items:baseline;gap:.5rem;font-size:clamp(1.5rem,1.1rem + 1.6vw,2.25rem);font-weight:600;line-height:1;display:flex}.Profile-module__DKafxG__countdownUnit{font-family:var(--font-body);letter-spacing:0;color:var(--text-secondary);font-size:.8125rem;font-weight:400}.Profile-module__DKafxG__progress{background:color-mix(in srgb, var(--text-primary) 10%, transparent);border-radius:999px;height:3px;overflow:hidden}.Profile-module__DKafxG__progressBar{background:var(--warning);height:100%;transition:width var(--dur-slow) var(--ease-out-expo);border-radius:999px}@media (prefers-reduced-motion:reduce){.Profile-module__DKafxG__progressBar{transition:none}}.Profile-module__DKafxG__riskList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Profile-module__DKafxG__riskItem{color:var(--text-secondary);gap:.7rem;font-size:.875rem;line-height:1.6;display:flex}.Profile-module__DKafxG__riskIcon{color:color-mix(in srgb, var(--error) 80%, #fff);flex:none;margin-top:.2rem}
@keyframes Spinner-module-scss-module__oXhr2W__spin{0%{opacity:0;animation-timing-function:cubic-bezier(.5,.2,.7,.5);transform:rotate(0)}80%{opacity:1}to{opacity:0;animation-timing-function:cubic-bezier(.5,.2,.7,.5);transform:rotate(360deg)}}.Spinner-module-scss-module__oXhr2W__spinner{border-color:currentColor #0000 #0000;animation:1.5s infinite Spinner-module-scss-module__oXhr2W__spin}.Spinner-module-scss-module__oXhr2W__xs{width:var(--static-space-16);height:var(--static-space-16);padding:2px}.Spinner-module-scss-module__oXhr2W__xs .Spinner-module-scss-module__oXhr2W__size{border-width:2px}.Spinner-module-scss-module__oXhr2W__s{width:var(--static-space-20);height:var(--static-space-20);padding:2px}.Spinner-module-scss-module__oXhr2W__s .Spinner-module-scss-module__oXhr2W__size{border-width:2px}.Spinner-module-scss-module__oXhr2W__m{width:var(--static-space-24);height:var(--static-space-24);padding:3px}.Spinner-module-scss-module__oXhr2W__m .Spinner-module-scss-module__oXhr2W__size{border-width:2px}.Spinner-module-scss-module__oXhr2W__l{width:var(--static-space-32);height:var(--static-space-32);padding:4px}.Spinner-module-scss-module__oXhr2W__l .Spinner-module-scss-module__oXhr2W__size{border-width:3px}.Spinner-module-scss-module__oXhr2W__xl{width:var(--static-space-40);height:var(--static-space-40);padding:8px}.Spinner-module-scss-module__oXhr2W__xl .Spinner-module-scss-module__oXhr2W__size{border-width:3px}
.Button-module-scss-module__oOz8lG__button{-webkit-user-select:none;user-select:none;white-space:nowrap;-webkit-tap-highlight-color:#0000;transition:var(--transition-micro-medium);align-items:center;padding:0;text-decoration:none;display:flex;position:relative}.Button-module-scss-module__oOz8lG__button:focus-visible{z-index:1}.Button-module-scss-module__oOz8lG__primary{box-shadow:inset 0 var(--solid-inset-distance) var(--solid-inset-size) var(--solid-inset-color-brand);background:var(--brand-solid-medium);border-style:solid;border-width:var(--solid-border-width);border-color:var(--solid-border-color-brand);color:var(--brand-on-solid-strong)}.Button-module-scss-module__oOz8lG__primary[data-disabled]{box-shadow:none;background:var(--neutral-background-medium);color:var(--neutral-on-background-weak);border-color:#0000}@media (hover:hover) and (pointer:fine){.Button-module-scss-module__oOz8lG__primary:hover:not([data-disabled]){background:var(--brand-solid-strong)}}.Button-module-scss-module__oOz8lG__secondary{box-shadow:inset 0 var(--solid-inset-distance) var(--solid-inset-size) var(--solid-inset-color-neutral);border-style:solid;border:1px solid var(--neutral-alpha-weak);background:var(--static-transparent);color:var(--neutral-on-background-strong)}.Button-module-scss-module__oOz8lG__secondary[data-disabled]{box-shadow:none;background:var(--neutral-background-medium);color:var(--neutral-on-background-weak);border-color:#0000}@media (hover:hover) and (pointer:fine){.Button-module-scss-module__oOz8lG__secondary:hover:not([data-disabled]){background:var(--neutral-alpha-weak);border-color:var(--neutral-alpha-weak)}}.Button-module-scss-module__oOz8lG__tertiary{background:var(--static-transparent);color:var(--neutral-on-background-strong);border:1px solid var(--static-transparent)}.Button-module-scss-module__oOz8lG__tertiary[data-disabled]{box-shadow:none;background:var(--neutral-background-medium);color:var(--neutral-on-background-weak);border-color:#0000}@media (hover:hover) and (pointer:fine){.Button-module-scss-module__oOz8lG__tertiary:hover:not([data-disabled]){border:1px solid var(--neutral-border-medium)}}.Button-module-scss-module__oOz8lG__ghost{background:var(--static-transparent);color:var(--neutral-on-background-medium);border:none}.Button-module-scss-module__oOz8lG__ghost[data-disabled]{box-shadow:none;background:var(--neutral-background-medium);color:var(--neutral-on-background-weak);border-color:#0000}@media (hover:hover) and (pointer:fine){.Button-module-scss-module__oOz8lG__ghost:hover:not([data-disabled]){color:var(--neutral-on-background-strong)}}.Button-module-scss-module__oOz8lG__danger{box-shadow:inset 0 var(--solid-inset-distance) var(--solid-inset-size) var(--solid-inset-color-danger);background:var(--danger-solid-medium);border-style:solid;border-width:var(--solid-border-width);border-color:var(--solid-border-color-danger);color:var(--danger-on-solid-strong)}.Button-module-scss-module__oOz8lG__danger[data-disabled]{box-shadow:none;background:var(--neutral-background-medium);color:var(--neutral-on-background-weak);border-color:#0000}@media (hover:hover) and (pointer:fine){.Button-module-scss-module__oOz8lG__danger:hover:not([data-disabled]){background:var(--danger-solid-strong)}}.Button-module-scss-module__oOz8lG__xs{padding:var(--static-space-2) var(--static-space-4);min-height:var(--static-space-24);height:var(--static-space-24);gap:var(--static-space-2)}.Button-module-scss-module__oOz8lG__s{padding:var(--static-space-4) var(--static-space-8);min-height:var(--static-space-32);height:var(--static-space-32);gap:var(--static-space-4)}.Button-module-scss-module__oOz8lG__m{padding:var(--static-space-8) var(--static-space-12);min-height:var(--static-space-40);height:var(--static-space-40);gap:var(--static-space-4)}.Button-module-scss-module__oOz8lG__l{padding:var(--static-space-12) var(--static-space-20);min-height:var(--static-space-48);height:var(--static-space-48);gap:var(--static-space-8)}.Button-module-scss-module__oOz8lG__xl{padding:var(--static-space-16) var(--static-space-24);min-height:var(--static-space-56);height:var(--static-space-56);gap:var(--static-space-12)}
.IconButton-module-scss-module__SxD7WG__xs{min-height:var(--static-space-20);min-width:var(--static-space-20);height:var(--static-space-20);width:var(--static-space-20)}.IconButton-module-scss-module__SxD7WG__s{min-height:var(--static-space-24);min-width:var(--static-space-24);height:var(--static-space-24);width:var(--static-space-24)}.IconButton-module-scss-module__SxD7WG__m{min-height:var(--static-space-32);min-width:var(--static-space-32);height:var(--static-space-32);width:var(--static-space-32)}.IconButton-module-scss-module__SxD7WG__l{min-height:var(--static-space-40);min-width:var(--static-space-40);height:var(--static-space-40);width:var(--static-space-40)}.IconButton-module-scss-module__SxD7WG__xl{min-height:var(--static-space-48);min-width:var(--static-space-48);height:var(--static-space-48);width:var(--static-space-48)}
.RevealFx-module-scss-module__ld0r1W__revealFx{transition:all ease-in-out;-webkit-mask-image:linear-gradient(90deg,#000 0% 25%,#0000 50%);mask-image:linear-gradient(90deg,#000 0% 25%,#0000 50%);-webkit-mask-size:400% 100%;mask-size:400% 100%}.RevealFx-module-scss-module__ld0r1W__revealFx.RevealFx-module-scss-module__ld0r1W__hidden{filter:blur(1rem);-webkit-mask-position:100% 0;mask-position:100% 0}.RevealFx-module-scss-module__ld0r1W__revealFx.RevealFx-module-scss-module__ld0r1W__revealed{filter:blur();-webkit-mask-position:0 0;mask-position:0 0}.RevealFx-module-scss-module__ld0r1W__hiddenNoMask{filter:blur(.5rem);opacity:0;transition:all ease-in-out}.RevealFx-module-scss-module__ld0r1W__revealedNoMask{filter:blur();opacity:1;transition:all ease-in-out}
@keyframes MegaMenu-module-scss-module__Dtfiia__fadeInDropdown{0%{opacity:0;transform:translateY(-1rem)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.MegaMenu-module-scss-module__Dtfiia__dropdown{animation:.2s ease-out forwards MegaMenu-module-scss-module__Dtfiia__fadeInDropdown}
