.Header-module__Af2_WG__header{z-index:10;background:color-mix(in srgb, var(--surface-bg) 80%, transparent);-webkit-backdrop-filter:saturate(180%)blur(12px);backdrop-filter:saturate(180%)blur(12px);border-bottom:1px solid var(--subtle-border);position:sticky;top:0}.Header-module__Af2_WG__inner{justify-content:flex-start;align-items:center;height:56px;padding:0 20px;display:flex}.Header-module__Af2_WG__brand{color:var(--foreground);align-items:center;gap:8px;font-weight:600;display:inline-flex}.Header-module__Af2_WG__brand:hover{text-decoration:none}.Header-module__Af2_WG__nav{align-items:center;gap:20px;margin-left:32px;display:inline-flex}.Header-module__Af2_WG__navLink{color:var(--foreground);opacity:.8;font-size:15px;font-weight:500;transition:opacity .15s}.Header-module__Af2_WG__navLink:hover{opacity:1;text-decoration:none}.Header-module__Af2_WG__logo{width:auto;height:28px;display:block}.Header-module__Af2_WG__authGuestActions{align-items:center;gap:8px;margin-inline-start:8px;display:inline-flex}.Header-module__Af2_WG__authButton{border:1px solid var(--primary);background:var(--primary);height:36px;color:var(--primary-fg);font:inherit;white-space:nowrap;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0 14px;font-size:13px;font-weight:600;transition:opacity .15s;display:inline-flex}.Header-module__Af2_WG__authButtonSecondary{border-color:var(--subtle-border);background:var(--surface-bg);color:var(--foreground)}.Header-module__Af2_WG__authActions{align-items:center;margin-inline-start:8px;display:inline-flex}.Header-module__Af2_WG__accountMenu{position:relative}.Header-module__Af2_WG__avatarButton{border:1px solid var(--subtle-border);background:var(--accent);width:36px;height:36px;color:var(--foreground);font:inherit;cursor:pointer;border-radius:50%;place-items:center;padding:0;transition:background-color .14s,border-color .14s,box-shadow .14s;display:grid;overflow:hidden}.Header-module__Af2_WG__avatarButton:hover{background:var(--muted)}.Header-module__Af2_WG__avatarButton:active{background:var(--active)}.Header-module__Af2_WG__avatarButton[aria-expanded=true]{border-color:var(--border);background:var(--select);box-shadow:var(--shadow-md)}.Header-module__Af2_WG__avatarButton:focus-visible{outline:2px solid var(--function-link);outline-offset:2px}.Header-module__Af2_WG__avatarFallback,.Header-module__Af2_WG__avatarImage{grid-area:1/1}.Header-module__Af2_WG__avatarFallback{place-items:center;width:100%;height:100%;font-size:13px;font-weight:700;display:grid}.Header-module__Af2_WG__avatarImage{object-fit:cover;width:100%;height:100%;display:block}.Header-module__Af2_WG__accountPopover{top:calc(100% + 8px);z-index:30;border:1px solid var(--subtle-border);background:var(--surface-bg);width:min(240px,100vw - 24px);box-shadow:var(--shadow-md);transform-origin:top;border-radius:12px;gap:8px;padding:8px;animation:.14s cubic-bezier(.16,1,.3,1) Header-module__Af2_WG__accountPopoverIn;display:grid;position:absolute;inset-inline-end:0}.Header-module__Af2_WG__accountIdentity{gap:2px;min-width:0;padding:4px 8px 2px;display:grid}.Header-module__Af2_WG__accountIdentity strong,.Header-module__Af2_WG__accountIdentity span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Header-module__Af2_WG__accountIdentity strong{font-size:14px}.Header-module__Af2_WG__accountIdentity span{color:var(--secondary-fg);font-size:12px}.Header-module__Af2_WG__authError{overflow-wrap:anywhere;background:color-mix(in srgb, var(--destructive) 8%, transparent);color:color-mix(in srgb, var(--destructive) 68%, var(--foreground));white-space:normal;border-radius:8px;padding:8px;font-size:12px;line-height:1.45}.Header-module__Af2_WG__accountMenuItems{gap:2px;display:grid}.Header-module__Af2_WG__accountMenuLink,.Header-module__Af2_WG__signOutButton{width:100%;min-height:40px;color:var(--foreground);font:inherit;text-align:start;background:0 0;border:0;border-radius:8px;justify-content:flex-start;align-items:center;gap:10px;padding:8px 12px;font-size:13px;font-weight:600;line-height:1.4;transition:background-color .14s;display:flex}.Header-module__Af2_WG__accountMenuIcon{width:18px;height:18px;color:var(--secondary-fg);stroke-width:1.8px;flex:none}.Header-module__Af2_WG__accountMenuLink{cursor:pointer}.Header-module__Af2_WG__accountMenuLink:hover{background:var(--muted);text-decoration:none}.Header-module__Af2_WG__accountMenuLink:active{background:var(--active)}.Header-module__Af2_WG__accountMenuLink[aria-current=page]{background:var(--select)}.Header-module__Af2_WG__accountMenuLink[aria-current=page] .Header-module__Af2_WG__accountMenuIcon{color:var(--foreground)}.Header-module__Af2_WG__accountMenuLink[aria-current=page]:after{background:var(--function-link);content:"";border-radius:999px;flex:none;width:6px;height:6px;margin-inline-start:auto}.Header-module__Af2_WG__signOutButton{cursor:pointer;color:var(--destructive)}.Header-module__Af2_WG__signOutButton .Header-module__Af2_WG__accountMenuIcon{color:var(--destructive)}.Header-module__Af2_WG__signOutButton:hover{background:color-mix(in srgb, var(--destructive) 8%, transparent)}.Header-module__Af2_WG__signOutButton:active{background:color-mix(in srgb, var(--destructive) 12%, transparent)}.Header-module__Af2_WG__accountMenuLink:focus-visible{outline:2px solid var(--function-link);outline-offset:2px}.Header-module__Af2_WG__signOutButton:focus-visible{outline:2px solid var(--destructive);outline-offset:2px}.Header-module__Af2_WG__signOutButton:disabled{cursor:wait;opacity:.55}.Header-module__Af2_WG__accountMenuDivider{background:var(--divider);height:1px;margin:2px 4px}.Header-module__Af2_WG__accountMenuStatus{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.Header-module__Af2_WG__authButton:hover{opacity:.86}.Header-module__Af2_WG__authButtonSecondary:hover{border-color:var(--border);background:var(--sunken-bg);opacity:1}.Header-module__Af2_WG__authButton:focus-visible{outline:2px solid var(--function-link);outline-offset:2px}.Header-module__Af2_WG__authButton:disabled{cursor:wait;opacity:.58}.Header-module__Af2_WG__authDialog{border:1px solid var(--subtle-border);background:var(--surface-bg);width:min(376px,100vw - 32px);color:var(--foreground);border-radius:16px;margin:auto;padding:0;overflow:hidden;box-shadow:0 20px 60px #0000002e,0 2px 8px #00000014}.Header-module__Af2_WG__authDialog::backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073}.Header-module__Af2_WG__authDialog[open]{animation:.16s cubic-bezier(.16,1,.3,1) Header-module__Af2_WG__authDialogIn}.Header-module__Af2_WG__authDialogInner{gap:16px;padding:24px;display:grid;position:relative}.Header-module__Af2_WG__authDialogClose{top:14px;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:32px;height:32px;padding:0;transition:background-color .12s;display:grid;position:absolute;inset-inline-end:14px}.Header-module__Af2_WG__authDialogClose:hover{background:var(--accent)}.Header-module__Af2_WG__authDialogCloseIcon{opacity:.58;display:block}.Header-module__Af2_WG__authDialogHeading{text-align:center;gap:7px;padding:2px 34px;display:grid}.Header-module__Af2_WG__authDialogHeading h2,.Header-module__Af2_WG__authDialogHeading p,.Header-module__Af2_WG__authDialogError{margin:0}.Header-module__Af2_WG__authDialogHeading h2{font-family:var(--font-sans);letter-spacing:-.015em;font-size:21px;font-weight:650;line-height:1.3}.Header-module__Af2_WG__authDialogHeading h2:focus{outline:none}.Header-module__Af2_WG__authDialogHeading p{color:var(--secondary-fg);font-size:13px;line-height:1.5}.Header-module__Af2_WG__authModeSwitch{border-top:1px solid var(--subtle-border);color:var(--secondary-fg);text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;padding-top:14px;font-size:13px;line-height:1.4;display:flex}.Header-module__Af2_WG__authModeSwitch button{color:var(--foreground);font:inherit;cursor:pointer;background:0 0;border:0;margin:-6px -2px;padding:6px 2px;font-weight:650}.Header-module__Af2_WG__authModeSwitch button:hover{text-underline-offset:2px;text-decoration:underline}.Header-module__Af2_WG__authModeSwitch button:focus-visible{outline:2px solid var(--function-link);outline-offset:2px}.Header-module__Af2_WG__authDialogError{background:color-mix(in srgb, var(--destructive) 8%, transparent);color:var(--destructive);border-radius:8px;padding:9px 11px;font-size:12px;line-height:1.45}.Header-module__Af2_WG__oauthButtonGroup{gap:10px;display:grid}.Header-module__Af2_WG__oauthSignInButton{color:#1f1f1f;height:44px;font:inherit;cursor:pointer;background:#fff;border:1px solid #747775;border-radius:8px;justify-content:center;align-items:center;gap:10px;font-size:14px;font-weight:600;transition:background-color .12s,box-shadow .12s;display:inline-flex}.Header-module__Af2_WG__oauthSignInButton:hover{background:#f8faff;box-shadow:0 1px 2px #0000001a}.Header-module__Af2_WG__oauthSignInButton:active{background:#eef3fe}.Header-module__Af2_WG__oauthSignInLogoSlot{flex:none;place-items:center;width:18px;height:18px;display:grid}.Header-module__Af2_WG__oauthSignInLogo{object-fit:contain;width:18px;height:18px;display:block}.Header-module__Af2_WG__authDialogClose:focus-visible,.Header-module__Af2_WG__oauthSignInButton:focus-visible{outline:2px solid var(--function-link);outline-offset:2px}.Header-module__Af2_WG__menuButton{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;margin-left:auto;padding:0;display:none}.Header-module__Af2_WG__bar{background:var(--foreground);border-radius:999px;width:18px;height:2px;transition:transform .2s,opacity .2s;display:block}.Header-module__Af2_WG__barTop{transform:translateY(7px)rotate(45deg)}.Header-module__Af2_WG__barMid{opacity:0}.Header-module__Af2_WG__barBottom{transform:translateY(-7px)rotate(-45deg)}.Header-module__Af2_WG__mobileMenu{display:none}@media (max-width:960px){.Header-module__Af2_WG__nav{display:none}.Header-module__Af2_WG__menuButton{margin-left:8px;display:inline-flex}.Header-module__Af2_WG__authButton{padding:0 12px}.Header-module__Af2_WG__logo{height:24px}.Header-module__Af2_WG__mobileMenu{border-top:1px solid var(--subtle-border);background:var(--surface-bg);box-shadow:var(--shadow-md);flex-direction:column;padding:8px 20px 12px;animation:.1s ease-in-out Header-module__Af2_WG__fadeAndScaleIn;display:flex;position:absolute;top:100%;left:0;right:0}.Header-module__Af2_WG__mobileLink{color:var(--foreground);opacity:.85;padding:10px 0;font-size:15px;font-weight:500}.Header-module__Af2_WG__mobileLink:hover{opacity:1;text-decoration:none}}@media (max-width:480px){.Header-module__Af2_WG__authGuestActions{gap:4px;margin-inline-start:4px}.Header-module__Af2_WG__authButton{height:34px;padding:0 9px;font-size:12px}.Header-module__Af2_WG__menuButton{margin-left:4px}.Header-module__Af2_WG__authDialogInner{padding:22px 20px}.Header-module__Af2_WG__accountMenuLink,.Header-module__Af2_WG__signOutButton{min-height:44px}}.dark .Header-module__Af2_WG__authDialogCloseIcon{filter:invert()}@keyframes Header-module__Af2_WG__authDialogIn{0%{opacity:0;transform:translateY(6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes Header-module__Af2_WG__accountPopoverIn{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes Header-module__Af2_WG__fadeAndScaleIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.Header-module__Af2_WG__accountPopover{animation:none}.Header-module__Af2_WG__avatarButton,.Header-module__Af2_WG__accountMenuLink,.Header-module__Af2_WG__signOutButton{transition:none}}
.LanguageSwitcher-module__gdGMiG__root{margin-left:auto;position:relative}.LanguageSwitcher-module__gdGMiG__trigger{border:1px solid var(--subtle-border);height:36px;color:var(--foreground);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:6px;padding:0 12px;font-size:14px;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.LanguageSwitcher-module__gdGMiG__trigger:hover{background:color-mix(in srgb, var(--foreground) 6%, transparent)}.LanguageSwitcher-module__gdGMiG__current{white-space:nowrap}.LanguageSwitcher-module__gdGMiG__menu{top:calc(100% + 6px);border:1px solid var(--subtle-border);background:var(--surface-bg);min-width:160px;max-height:320px;box-shadow:var(--shadow-md);z-index:20;border-radius:12px;padding:6px;animation:.12s ease-in-out LanguageSwitcher-module__gdGMiG__switcherIn;position:absolute;inset-inline-end:0;overflow-y:auto}.LanguageSwitcher-module__gdGMiG__option{color:var(--foreground);opacity:.85;cursor:pointer;border-radius:8px;padding:8px 12px;font-size:14px;font-weight:500;display:block}.LanguageSwitcher-module__gdGMiG__option:hover{opacity:1;background:color-mix(in srgb, var(--foreground) 6%, transparent);text-decoration:none}.LanguageSwitcher-module__gdGMiG__active{opacity:1;background:color-mix(in srgb, var(--foreground) 8%, transparent)}@keyframes LanguageSwitcher-module__gdGMiG__switcherIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.LanguageSwitcher-module__gdGMiG__trigger{justify-content:center;width:36px;padding:0}.LanguageSwitcher-module__gdGMiG__current{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}}
.ApiDebugSwitcher-module__UTa1tW__root{z-index:30;position:fixed;inset-block-end:12px;inset-inline-start:64px}.ApiDebugSwitcher-module__UTa1tW__trigger{border:1px solid var(--subtle-border);background:var(--card);min-height:32px;box-shadow:var(--shadow-md);color:var(--secondary-fg);font:inherit;cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding-inline:10px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.ApiDebugSwitcher-module__UTa1tW__trigger:hover{background:var(--muted);color:var(--foreground)}.ApiDebugSwitcher-module__UTa1tW__trigger:focus-visible{outline:2px solid var(--function-link);outline-offset:2px}.ApiDebugSwitcher-module__UTa1tW__trigger[data-target=development]{border-color:color-mix(in srgb, var(--function-link) 35%, var(--subtle-border));color:var(--function-link)}.ApiDebugSwitcher-module__UTa1tW__statusDot{background:currentColor;border-radius:999px;flex:none;width:6px;height:6px}.ApiDebugSwitcher-module__UTa1tW__panel{box-sizing:border-box;border:1px solid var(--subtle-border);background:var(--card);width:min(280px,100vw - 76px);box-shadow:var(--shadow-md);color:var(--foreground);border-radius:12px;gap:8px;padding:12px;display:grid;position:absolute;inset-block-end:calc(100% + 8px);inset-inline-start:0}.ApiDebugSwitcher-module__UTa1tW__heading{align-items:center;gap:8px;display:flex}.ApiDebugSwitcher-module__UTa1tW__badge{background:color-mix(in srgb, var(--function-link) 10%, transparent);color:var(--function-link);letter-spacing:.1em;text-transform:uppercase;border-radius:999px;flex:none;padding:3px 6px;font-size:10px;font-weight:800;line-height:1.3}.ApiDebugSwitcher-module__UTa1tW__label{color:var(--secondary-fg);font-size:13px;font-weight:600;line-height:1.4}.ApiDebugSwitcher-module__UTa1tW__targets{border:1px solid var(--border);border-radius:var(--radius);background:var(--input-background);grid-template-columns:1fr 1fr;gap:3px;width:100%;padding:3px;display:grid}.ApiDebugSwitcher-module__UTa1tW__target{border-radius:calc(var(--radius) - 3px);min-width:0;min-height:32px;color:var(--foreground);font:inherit;cursor:pointer;background:0 0;border:0;padding:6px 8px;font-size:12px;font-weight:600;line-height:1.25}.ApiDebugSwitcher-module__UTa1tW__target:hover{background:color-mix(in srgb, var(--foreground) 5%, transparent)}.ApiDebugSwitcher-module__UTa1tW__target[aria-pressed=true]{background:var(--card);box-shadow:0 1px 3px #0000001a}.ApiDebugSwitcher-module__UTa1tW__target:focus-visible{outline:2px solid var(--function-link);outline-offset:2px}.ApiDebugSwitcher-module__UTa1tW__current{color:var(--secondary-fg);gap:2px;margin:0;font-size:11px;line-height:1.45;display:grid}.ApiDebugSwitcher-module__UTa1tW__current code{color:inherit;font-family:var(--font-mono);font-size:inherit;text-align:start;text-overflow:ellipsis;white-space:nowrap;direction:ltr;unicode-bidi:isolate;overflow:hidden}
.AppShell-module__JCX2KW__skipLink{z-index:100;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow-md);color:var(--foreground);padding:8px 12px;font-size:14px;font-weight:600;line-height:1.5;position:fixed;inset-block-start:8px;inset-inline-start:8px;transform:translateY(calc(-100% - 16px))}.AppShell-module__JCX2KW__skipLink:focus-visible{outline:2px solid var(--function-link);outline-offset:2px;transform:translateY(0)}
.Footer-module__EZoWya__footer{background:var(--surface-bg);border-top:1px solid var(--subtle-border);margin-top:auto}.Footer-module__EZoWya__inner{max-width:1120px;margin:0 auto;padding:40px 20px 28px}.Footer-module__EZoWya__top{border-bottom:1px solid var(--divider);flex-direction:column;gap:8px;padding-bottom:28px;display:flex}.Footer-module__EZoWya__brand{width:fit-content;color:var(--foreground);align-items:center;display:inline-flex}.Footer-module__EZoWya__brand:hover{text-decoration:none}.Footer-module__EZoWya__logo{width:auto;height:26px;display:block}.Footer-module__EZoWya__tagline{max-width:520px;color:var(--secondary-fg);margin:0;font-size:14px;line-height:1.5}.Footer-module__EZoWya__grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:28px 24px;padding:32px 0;display:grid}.Footer-module__EZoWya__group{min-width:0}.Footer-module__EZoWya__groupTitle{letter-spacing:.04em;text-transform:uppercase;color:var(--caption);margin:0 0 14px;font-size:12px;font-weight:600}.Footer-module__EZoWya__linkList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__EZoWya__link{color:var(--secondary-fg);font-size:14px;line-height:1.3;transition:color .15s}.Footer-module__EZoWya__link:hover{color:var(--foreground);text-decoration:none}.Footer-module__EZoWya__viewAll{color:var(--foreground);margin-top:2px;font-size:14px;font-weight:500;display:inline-block}.Footer-module__EZoWya__viewAll:hover{opacity:.7;text-decoration:none}.Footer-module__EZoWya__bottom{border-top:1px solid var(--divider);padding-top:24px}.Footer-module__EZoWya__copyright{color:var(--caption);font-size:13px}
.Hero-module__Z8hQ_W__hero{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:900px;margin:0 auto;padding:40px 20px 48px;display:flex}.Hero-module__Z8hQ_W__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--caption);margin:0;font-size:.8125rem;font-weight:600}.Hero-module__Z8hQ_W__title{font-family:var(--font-serif);letter-spacing:-.01em;color:var(--foreground);margin:0;font-size:clamp(2rem,5vw,3rem);font-weight:400;line-height:1.08}.Hero-module__Z8hQ_W__subtitle{max-width:620px;color:var(--secondary-fg);margin:0;font-size:1.0625rem;font-weight:400;line-height:1.6}@media (max-width:640px){.Hero-module__Z8hQ_W__hero{padding:28px 20px 32px}}
.LandingContent-module__6lW8Ia__landing{box-sizing:border-box;width:100%;max-width:1232px;margin:0 auto;padding:24px 20px 40px}.LandingContent-module__6lW8Ia__section{margin-top:120px}.LandingContent-module__6lW8Ia__section:first-child{margin-top:24px}.LandingContent-module__6lW8Ia__sectionHead{text-align:center;flex-direction:column;align-items:center;gap:14px;margin-bottom:60px;display:flex}.LandingContent-module__6lW8Ia__kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--caption);margin:0;font-size:.8125rem;font-weight:600}.LandingContent-module__6lW8Ia__sectionTitle{font-family:var(--font-serif);letter-spacing:-.01em;color:var(--foreground);margin:0;font-size:clamp(2rem,5vw,3rem);font-weight:400;line-height:1.08}.LandingContent-module__6lW8Ia__sectionSubtitle{max-width:620px;color:var(--secondary-fg);margin:0;font-size:1.0625rem;line-height:1.6}.LandingContent-module__6lW8Ia__featureList{flex-direction:column;gap:24px;display:flex}.LandingContent-module__6lW8Ia__featureCard{background:#fafafa;border-radius:32px;flex-direction:column;align-items:center;gap:24px;padding:16px 16px 28px;display:flex;overflow:hidden}.LandingContent-module__6lW8Ia__featureMedia{justify-content:center;align-items:center;width:100%;height:260px;display:flex;position:relative}.LandingContent-module__6lW8Ia__featureImage{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.LandingContent-module__6lW8Ia__featureBody{text-align:center;flex-direction:column;gap:12px;width:100%;display:flex}.LandingContent-module__6lW8Ia__featureEyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--caption);font-size:.8125rem;font-weight:600}.LandingContent-module__6lW8Ia__featureTitle{letter-spacing:-.01em;color:var(--foreground);margin:0;font-size:1.5rem;font-weight:600;line-height:1.2}.LandingContent-module__6lW8Ia__featureDesc{color:var(--secondary-fg);margin:0;font-size:1rem;line-height:1.65}@media (min-width:900px){.LandingContent-module__6lW8Ia__featureCard{flex-direction:row;gap:60px;padding:0 60px}.LandingContent-module__6lW8Ia__featureReverse{flex-direction:row-reverse}.LandingContent-module__6lW8Ia__featureMedia{flex:1;height:420px;margin:50px 0}.LandingContent-module__6lW8Ia__featureBody{text-align:left;flex:1;align-items:flex-start}.LandingContent-module__6lW8Ia__featureTitle{font-size:2rem}.LandingContent-module__6lW8Ia__featureDesc{font-size:1.0625rem}}.LandingContent-module__6lW8Ia__marquee{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.LandingContent-module__6lW8Ia__marqueeRow{gap:20px;width:max-content;animation:60s linear infinite LandingContent-module__6lW8Ia__marquee;display:flex}.LandingContent-module__6lW8Ia__marquee:hover .LandingContent-module__6lW8Ia__marqueeRow{animation-play-state:paused}@keyframes LandingContent-module__6lW8Ia__marquee{to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.LandingContent-module__6lW8Ia__marqueeRow{flex-wrap:wrap;justify-content:center;width:100%;animation:none}.LandingContent-module__6lW8Ia__marquee{-webkit-mask-image:none;mask-image:none}}.LandingContent-module__6lW8Ia__testimonial{box-sizing:border-box;background:#fafafa;border-radius:20px;flex-direction:column;flex:none;justify-content:space-between;gap:18px;width:340px;margin:0;padding:24px;display:flex}.LandingContent-module__6lW8Ia__quote{color:var(--card-foreground);margin:0;font-size:1rem;line-height:1.55}.LandingContent-module__6lW8Ia__person{align-items:center;gap:12px;display:flex}.LandingContent-module__6lW8Ia__avatar{object-fit:cover;background:#fff;border-radius:999px;flex:none;width:44px;height:44px}.LandingContent-module__6lW8Ia__personMeta{flex-direction:column;line-height:1.3;display:flex}.LandingContent-module__6lW8Ia__personName{color:var(--foreground);font-size:.9375rem;font-weight:600}.LandingContent-module__6lW8Ia__personRole{color:var(--caption);font-size:.8125rem}.LandingContent-module__6lW8Ia__faqList{flex-direction:column;gap:12px;max-width:760px;margin:0 auto;display:flex}.LandingContent-module__6lW8Ia__faqItem{border:1px solid var(--divider);background:var(--surface-bg);border-radius:16px;transition:border-color .2s;overflow:hidden}.LandingContent-module__6lW8Ia__faqItem[open]{border-color:var(--border)}.LandingContent-module__6lW8Ia__faqQuestion{cursor:pointer;color:var(--foreground);justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:1.0625rem;font-weight:500;list-style:none;display:flex}.LandingContent-module__6lW8Ia__faqQuestion::-webkit-details-marker{display:none}.LandingContent-module__6lW8Ia__faqIcon{flex:none;width:18px;height:18px;position:relative}.LandingContent-module__6lW8Ia__faqIcon:before,.LandingContent-module__6lW8Ia__faqIcon:after{content:"";background:var(--secondary-fg);border-radius:2px;width:14px;height:2px;transition:transform .25s,opacity .25s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.LandingContent-module__6lW8Ia__faqIcon:after{transform:translate(-50%,-50%)rotate(90deg)}.LandingContent-module__6lW8Ia__faqItem[open] .LandingContent-module__6lW8Ia__faqIcon:after{opacity:0;transform:translate(-50%,-50%)rotate(0)}.LandingContent-module__6lW8Ia__faqAnswer{color:var(--secondary-fg);margin:0;padding:0 24px 22px;font-size:1rem;line-height:1.65}@media (max-width:640px){.LandingContent-module__6lW8Ia__section{margin-top:88px}.LandingContent-module__6lW8Ia__sectionHead{margin-bottom:40px}.LandingContent-module__6lW8Ia__testimonial{width:280px}}
.PricingPlans-module__p6DMTW__plans{width:100%}.PricingPlans-module__p6DMTW__billingControl{border:1px solid var(--subtle-border);background:var(--sunken-bg);border-radius:999px;align-items:center;gap:4px;width:fit-content;margin:0 auto 54px;padding:4px;display:flex}.PricingPlans-module__p6DMTW__billingControl button{height:44px;color:var(--secondary-fg);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:8px;padding:0 18px;font-size:13px;font-weight:650;display:inline-flex}.PricingPlans-module__p6DMTW__billingControl button span{background:color-mix(in srgb, var(--destructive) 12%, transparent);color:color-mix(in srgb, var(--destructive) 58%, var(--primary));border-radius:999px;padding:2px 6px;font-size:10px;font-weight:800}.PricingPlans-module__p6DMTW__billingControl .PricingPlans-module__p6DMTW__billingActive{background:var(--surface-bg);color:var(--foreground);box-shadow:var(--shadow-md)}.PricingPlans-module__p6DMTW__billingControl button:focus-visible,.PricingPlans-module__p6DMTW__planCta:focus-visible{outline:2px solid var(--function-link);outline-offset:2px}.PricingPlans-module__p6DMTW__planGrid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:18px;display:grid}.PricingPlans-module__p6DMTW__planCard{border:1px solid var(--subtle-border);background:var(--card);border-radius:18px;flex-direction:column;min-width:0;padding:30px;display:flex;position:relative}.PricingPlans-module__p6DMTW__featured{border-color:color-mix(in srgb, var(--function-link) 42%, var(--subtle-border))}.PricingPlans-module__p6DMTW__popular{top:20px;border:1px solid color-mix(in srgb, var(--function-link) 22%, transparent);background:color-mix(in srgb, var(--function-link) 10%, var(--surface-bg));min-height:24px;color:color-mix(in srgb, var(--function-link) 62%, var(--primary));letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;padding:0 9px;font-size:10px;font-weight:800;display:inline-flex;position:absolute;inset-inline-end:20px}.PricingPlans-module__p6DMTW__planHeading h2,.PricingPlans-module__p6DMTW__planHeading h3{font-family:var(--font-serif);margin:0;font-size:30px;font-weight:500}.PricingPlans-module__p6DMTW__planHeading p{min-height:44px;color:var(--secondary-fg);margin:10px 0 0;font-size:13px;line-height:1.6}.PricingPlans-module__p6DMTW__priceRow{align-items:baseline;gap:6px;margin-top:26px;display:flex}.PricingPlans-module__p6DMTW__priceRow strong{letter-spacing:-.04em;font-size:38px;font-weight:650}.PricingPlans-module__p6DMTW__priceRow span,.PricingPlans-module__p6DMTW__billingNote,.PricingPlans-module__p6DMTW__cancelNote{color:var(--secondary-fg);font-size:12px}.PricingPlans-module__p6DMTW__billingNote{min-height:20px;margin:2px 0 0}.PricingPlans-module__p6DMTW__planCta{border:1px solid var(--primary);border-radius:var(--radius);background:var(--primary);width:100%;height:44px;color:var(--primary-fg);font:inherit;cursor:pointer;margin-top:22px;font-size:13px;font-weight:700;transition:opacity .15s,transform .15s}.PricingPlans-module__p6DMTW__featured .PricingPlans-module__p6DMTW__planCta{border-color:color-mix(in srgb, var(--function-link) 84%, var(--primary));background:color-mix(in srgb, var(--function-link) 84%, var(--primary));color:var(--primary-fg)}.PricingPlans-module__p6DMTW__planCta:hover:not(:disabled){opacity:.86;transform:translateY(-1px)}.PricingPlans-module__p6DMTW__planCta:disabled{cursor:default;opacity:.55}.PricingPlans-module__p6DMTW__planCta:disabled[aria-busy=true]{cursor:wait}.PricingPlans-module__p6DMTW__cancelNote{text-align:center;margin:8px 0 0;line-height:1.4}.PricingPlans-module__p6DMTW__featureList{color:var(--secondary-fg);gap:12px;margin:20px 0 0;padding-inline-start:19px;font-size:13px;line-height:1.45;display:grid}.PricingPlans-module__p6DMTW__featureList li::marker{color:var(--secondary-fg)}.PricingPlans-module__p6DMTW__checkoutMessage{color:var(--destructive);text-align:center;margin:16px auto 0;font-size:13px}.PricingPlans-module__p6DMTW__dialog .PricingPlans-module__p6DMTW__billingControl{margin-bottom:22px}.PricingPlans-module__p6DMTW__dialog .PricingPlans-module__p6DMTW__planGrid{gap:14px}.PricingPlans-module__p6DMTW__dialog .PricingPlans-module__p6DMTW__planCard{border-radius:14px;padding:22px}.PricingPlans-module__p6DMTW__dialog .PricingPlans-module__p6DMTW__popular{top:14px;inset-inline-end:14px}.PricingPlans-module__p6DMTW__dialog .PricingPlans-module__p6DMTW__planHeading h2,.PricingPlans-module__p6DMTW__dialog .PricingPlans-module__p6DMTW__planHeading h3{font-size:26px}.PricingPlans-module__p6DMTW__dialog .PricingPlans-module__p6DMTW__planHeading p{min-height:40px}.PricingPlans-module__p6DMTW__dialog .PricingPlans-module__p6DMTW__priceRow{margin-top:18px}.PricingPlans-module__p6DMTW__dialog .PricingPlans-module__p6DMTW__priceRow strong{font-size:32px}.PricingPlans-module__p6DMTW__dialog .PricingPlans-module__p6DMTW__planCta{margin-top:16px}.PricingPlans-module__p6DMTW__dialog .PricingPlans-module__p6DMTW__featureList{gap:8px;margin-top:16px;font-size:12px}[dir=rtl] .PricingPlans-module__p6DMTW__popular{letter-spacing:0;text-transform:none}@media (max-width:900px){.PricingPlans-module__p6DMTW__planGrid{grid-template-columns:1fr;max-width:620px;margin:0 auto}.PricingPlans-module__p6DMTW__planHeading p,.PricingPlans-module__p6DMTW__dialog .PricingPlans-module__p6DMTW__planHeading p{min-height:0}}@media (max-width:640px){.PricingPlans-module__p6DMTW__billingControl{margin-bottom:36px}.PricingPlans-module__p6DMTW__billingControl button{padding:0 14px}.PricingPlans-module__p6DMTW__planCard,.PricingPlans-module__p6DMTW__dialog .PricingPlans-module__p6DMTW__planCard{padding:24px}}@media (prefers-reduced-motion:reduce){.PricingPlans-module__p6DMTW__planCta{transition:none}}
.TextTranslator-module__YcQnjG__panes{grid-template-columns:1fr 1fr;gap:16px;width:100%;display:grid}.TextTranslator-module__YcQnjG__translateBtn{background:var(--function-link);border-radius:var(--radius);color:#fff;cursor:pointer;border:none;flex-shrink:0;height:28px;padding:0 14px;font-family:inherit;font-size:.8125rem;font-weight:600;transition:filter .2s ease-in-out}.TextTranslator-module__YcQnjG__translateBtn:hover:not(:disabled){filter:brightness(.95)}.TextTranslator-module__YcQnjG__translateBtn:disabled{opacity:.5;cursor:default}.TextTranslator-module__YcQnjG__pane{background:var(--card);border:1px solid var(--subtle-border);min-height:0;box-shadow:var(--shadow-md);border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.TextTranslator-module__YcQnjG__paneHeader{border-bottom:1px solid var(--divider);flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;height:44px;padding:0 14px;display:flex}.TextTranslator-module__YcQnjG__paneTitle{min-width:0;color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;flex:auto;font-size:.875rem;font-weight:600;overflow:hidden}.TextTranslator-module__YcQnjG__count{font-variant-numeric:tabular-nums;color:var(--secondary-fg);white-space:nowrap;flex-shrink:0;font-size:.8125rem;font-weight:500;line-height:1.4}.TextTranslator-module__YcQnjG__headerRight{flex:none;align-items:center;gap:8px;display:inline-flex}.TextTranslator-module__YcQnjG__spinner{color:var(--function-link);animation:.8s linear infinite TextTranslator-module__YcQnjG__spin}@keyframes TextTranslator-module__YcQnjG__spin{to{transform:rotate(360deg)}}.TextTranslator-module__YcQnjG__copyBtn{border:1px solid var(--border);border-radius:var(--radius);height:28px;color:var(--secondary-fg);cursor:pointer;background:0 0;align-items:center;gap:4px;padding:0 10px;font-family:inherit;font-size:.8125rem;font-weight:500;transition:background .2s ease-in-out,color .2s ease-in-out;display:inline-flex}.TextTranslator-module__YcQnjG__copyBtn:hover:not(:disabled){background:var(--accent);color:var(--foreground)}.TextTranslator-module__YcQnjG__copyBtn:disabled{opacity:.5;cursor:default}.TextTranslator-module__YcQnjG__area{resize:none;width:100%;min-height:320px;color:var(--foreground);background:0 0;border:none;outline:none;flex:1;padding:16px;font-family:inherit;font-size:.9375rem;line-height:1.6}.TextTranslator-module__YcQnjG__area::placeholder{color:var(--caption)}.TextTranslator-module__YcQnjG__output{min-height:320px;color:var(--foreground);white-space:pre-wrap;word-break:break-word;flex:1;padding:16px;font-size:.9375rem;line-height:1.6;overflow-y:auto}.TextTranslator-module__YcQnjG__outputEmpty{color:var(--caption)}.TextTranslator-module__YcQnjG__errorMsg{color:var(--destructive);margin:0;font-size:.875rem}@media (max-width:640px){.TextTranslator-module__YcQnjG__panes{grid-template-columns:1fr}}
.TranslatorTask-module__b79gTG__task{flex-direction:column;flex:1;gap:16px;width:100%;min-height:0;margin:0;padding:20px 20px 24px;display:flex;overflow:hidden}.TranslatorTask-module__b79gTG__topbar{flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;display:flex}.TranslatorTask-module__b79gTG__fileInfo{flex-direction:column;align-items:flex-start;gap:2px;min-width:0;display:flex}.TranslatorTask-module__b79gTG__fileName{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;overflow:hidden}.TranslatorTask-module__b79gTG__fileDetails{color:var(--caption);white-space:nowrap;align-items:center;gap:5px;font-size:.75rem;font-weight:500;line-height:1.4;display:inline-flex}.TranslatorTask-module__b79gTG__panes{flex:1;grid-template-columns:1fr 1fr;gap:16px;min-height:0;display:grid}.TranslatorTask-module__b79gTG__pane{background:var(--card);border:1px solid var(--subtle-border);border-radius:12px;flex-direction:column;min-height:0;display:flex;overflow:hidden}.TranslatorTask-module__b79gTG__paneHeader{border-bottom:1px solid var(--divider);flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;height:44px;padding:0 14px;display:flex}.TranslatorTask-module__b79gTG__paneTitle{color:var(--foreground);flex-shrink:0;font-size:.875rem;font-weight:600}.TranslatorTask-module__b79gTG__paneHeading{align-items:center;gap:8px;min-width:0;display:inline-flex}.TranslatorTask-module__b79gTG__languageTag{text-overflow:ellipsis;white-space:nowrap;background:var(--muted);min-width:0;max-width:180px;color:var(--secondary-fg);border-radius:999px;padding:3px 8px;font-size:.8125rem;font-weight:500;line-height:1.4;overflow:hidden}.TranslatorTask-module__b79gTG__replaceFile{background:var(--card);border:1px solid var(--input-border);border-radius:var(--radius);min-width:0;max-width:48%;height:28px;color:var(--foreground);white-space:nowrap;cursor:pointer;flex-shrink:1;justify-content:center;align-items:center;gap:6px;padding:0 10px;font-family:inherit;font-size:.75rem;font-weight:600;transition:background .2s ease-in-out,color .2s ease-in-out;display:inline-flex}.TranslatorTask-module__b79gTG__replaceFileIcon{stroke-width:2px;flex:none;width:16px;height:16px}.TranslatorTask-module__b79gTG__replaceFileLabel{text-overflow:ellipsis;min-width:0;overflow:hidden}.TranslatorTask-module__b79gTG__replaceFile:hover{background:var(--accent);color:var(--foreground)}.TranslatorTask-module__b79gTG__replaceFile:focus-visible{outline:2px solid var(--function-link);outline-offset:2px}.TranslatorTask-module__b79gTG__download{background:var(--primary);border-radius:var(--radius);height:28px;color:var(--primary-fg);align-items:center;padding:0 12px;font-size:.8125rem;font-weight:600;display:inline-flex}.TranslatorTask-module__b79gTG__download:hover{filter:brightness(.85);text-decoration:none}.TranslatorTask-module__b79gTG__paneBody{flex:1;min-height:0;display:flex}.TranslatorTask-module__b79gTG__statusBox{text-align:center;background:var(--sunken-bg);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;padding:24px;display:flex}.TranslatorTask-module__b79gTG__statusText{color:var(--foreground);margin:0;font-size:.9375rem;font-weight:500}.TranslatorTask-module__b79gTG__statusMeta{color:var(--caption);margin:0;font-size:.8125rem}.TranslatorTask-module__b79gTG__statusError{max-width:420px;color:var(--destructive);margin:0;font-size:.875rem}.TranslatorTask-module__b79gTG__progress{text-align:center;background:var(--sunken-bg);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;min-height:0;padding:32px;display:flex;overflow:auto}.TranslatorTask-module__b79gTG__progressStatus{color:var(--foreground);align-items:center;gap:10px;font-size:1rem;font-weight:600;line-height:1.4;display:inline-flex}.TranslatorTask-module__b79gTG__progressTrack{background:var(--muted);border-radius:999px;width:100%;max-width:420px;height:8px;display:block;position:relative;overflow:hidden}.TranslatorTask-module__b79gTG__progressBarFill{background:var(--function-link);border-radius:999px;min-width:8px;height:100%;transition:width .3s ease-in-out;display:block;position:relative}.TranslatorTask-module__b79gTG__progressBarIndeterminate{inset-inline-start:0;width:40%;min-width:0;transition:none;animation:1.3s ease-in-out infinite TranslatorTask-module__b79gTG__indeterminate;position:absolute;top:0}[dir=rtl] .TranslatorTask-module__b79gTG__progressBarIndeterminate{animation-name:TranslatorTask-module__b79gTG__indeterminateRtl}.TranslatorTask-module__b79gTG__progressMeta{min-height:1.22em;color:var(--secondary-fg);margin:0;font-size:.8125rem}@keyframes TranslatorTask-module__b79gTG__indeterminate{0%{transform:translate(-110%)}to{transform:translate(360%)}}@keyframes TranslatorTask-module__b79gTG__indeterminateRtl{0%{transform:translate(110%)}to{transform:translate(-360%)}}.TranslatorTask-module__b79gTG__spinner{color:var(--function-link);animation:.8s linear infinite TranslatorTask-module__b79gTG__spin}@keyframes TranslatorTask-module__b79gTG__spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.TranslatorTask-module__b79gTG__spinner,.TranslatorTask-module__b79gTG__progressBarIndeterminate{animation:none}.TranslatorTask-module__b79gTG__progressBarFill{transition:none}.TranslatorTask-module__b79gTG__progressBarIndeterminate{opacity:.65;width:100%}}@media (max-width:760px){.TranslatorTask-module__b79gTG__panes{grid-template-rows:1fr 1fr;grid-template-columns:1fr}}@media (max-width:640px){.TranslatorTask-module__b79gTG__topbar{display:none}.TranslatorTask-module__b79gTG__sourcePaneHeader{flex-wrap:wrap;align-content:center;row-gap:6px;height:70px;padding-block:6px}.TranslatorTask-module__b79gTG__sourcePaneHeader .TranslatorTask-module__b79gTG__paneHeading{flex-basis:100%}.TranslatorTask-module__b79gTG__languageTag{max-width:120px}.TranslatorTask-module__b79gTG__replaceFile{flex:none;max-width:100%;margin-inline-start:auto}}
.languages-module__HAQcRG__wrap{flex-direction:column;flex:1;display:flex}.languages-module__HAQcRG__content{width:100%;max-width:1120px;margin:0 auto;padding:56px 20px 48px}.languages-module__HAQcRG__title{letter-spacing:-.01em;color:var(--foreground);margin:0;font-size:32px;font-weight:600}.languages-module__HAQcRG__subtitle{max-width:640px;color:var(--secondary-fg);margin:12px 0 0;font-size:15px;line-height:1.5}.languages-module__HAQcRG__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:4px 16px;margin-top:32px;display:grid}.languages-module__HAQcRG__item{border-radius:var(--radius);color:var(--secondary-fg);padding:8px 10px;font-size:14px;line-height:1.3;transition:color .15s,background .15s;display:block;position:relative}.languages-module__HAQcRG__item:hover{color:var(--foreground);background:var(--muted);text-decoration:none}
.LegalPage-module__DTgQIG__page{background:radial-gradient(circle at 50% 0, color-mix(in srgb, var(--function-link) 5%, transparent), transparent 30rem), var(--surface-bg);width:100%}.LegalPage-module__DTgQIG__hero{text-align:center;width:min(820px,100% - 40px);margin:0 auto;padding:72px 0 52px}.LegalPage-module__DTgQIG__eyebrow{color:var(--caption);letter-spacing:.16em;text-transform:uppercase;margin:0 0 14px;font-size:12px;font-weight:700}.LegalPage-module__DTgQIG__title{font-family:var(--font-serif);letter-spacing:-.035em;margin:0;font-size:clamp(42px,6vw,64px);font-weight:400;line-height:1.04}.LegalPage-module__DTgQIG__description{max-width:680px;color:var(--secondary-fg);margin:20px auto 0;font-size:17px;line-height:1.7}.LegalPage-module__DTgQIG__updated{color:var(--caption);margin:16px 0 0;font-size:13px}.LegalPage-module__DTgQIG__layout{grid-template-columns:210px minmax(0,1fr);align-items:start;gap:48px;width:min(1060px,100% - 40px);margin:0 auto;padding:0 0 96px;display:grid}.LegalPage-module__DTgQIG__sidebar{min-width:0}.LegalPage-module__DTgQIG__toc{padding:20px 0;position:sticky;top:24px}.LegalPage-module__DTgQIG__tocTitle{color:var(--foreground);letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:700}.LegalPage-module__DTgQIG__tocList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.LegalPage-module__DTgQIG__tocList a{color:var(--secondary-fg);font-size:13px;line-height:1.45;transition:color .15s;display:block}.LegalPage-module__DTgQIG__tocList a:hover{color:var(--foreground);text-decoration:none}.LegalPage-module__DTgQIG__document{border:1px solid var(--divider);background:var(--surface-bg);border-radius:18px;min-width:0;padding:48px 52px}.LegalPage-module__DTgQIG__section{scroll-margin-top:28px}.LegalPage-module__DTgQIG__section+.LegalPage-module__DTgQIG__section{border-top:1px solid var(--divider);margin-top:44px;padding-top:44px}.LegalPage-module__DTgQIG__section h2{color:var(--foreground);letter-spacing:-.018em;margin:0 0 18px;font-size:24px;font-weight:650;line-height:1.25}.LegalPage-module__DTgQIG__sectionBody{color:var(--secondary-fg);font-size:15px;line-height:1.75}.LegalPage-module__DTgQIG__sectionBody p{margin:0}.LegalPage-module__DTgQIG__sectionBody p+p,.LegalPage-module__DTgQIG__sectionBody p+ul,.LegalPage-module__DTgQIG__sectionBody ul+p,.LegalPage-module__DTgQIG__sectionBody ul+ul,.LegalPage-module__DTgQIG__sectionBody .LegalPage-module__DTgQIG__notice+p,.LegalPage-module__DTgQIG__sectionBody p+.LegalPage-module__DTgQIG__notice{margin-top:16px}.LegalPage-module__DTgQIG__sectionBody ul{flex-direction:column;gap:9px;margin:16px 0 0;padding-inline-start:22px;display:flex}.LegalPage-module__DTgQIG__sectionBody strong{color:var(--foreground);font-weight:650}.LegalPage-module__DTgQIG__sectionBody a{overflow-wrap:anywhere}.LegalPage-module__DTgQIG__notice{border:1px solid var(--callout-yellow-border);background:var(--callout-yellow-bg);color:var(--secondary-fg);border-radius:12px;margin:20px 0 0;padding:18px 20px}.LegalPage-module__DTgQIG__notice>strong{color:var(--foreground);margin-bottom:6px;display:block}.LegalPage-module__DTgQIG__notice p{margin:0}@media (max-width:900px){.LegalPage-module__DTgQIG__layout{grid-template-columns:1fr;gap:20px}.LegalPage-module__DTgQIG__toc{border:1px solid var(--divider);background:var(--sunken-bg);border-radius:14px;padding:18px 20px;position:static}.LegalPage-module__DTgQIG__tocList{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}@media (max-width:640px){.LegalPage-module__DTgQIG__hero,.LegalPage-module__DTgQIG__layout{width:min(100% - 28px,1060px)}.LegalPage-module__DTgQIG__hero{text-align:start;padding:52px 0 36px}.LegalPage-module__DTgQIG__description{margin-inline:0}.LegalPage-module__DTgQIG__tocList{grid-template-columns:1fr}.LegalPage-module__DTgQIG__document{border-radius:14px;padding:30px 22px}.LegalPage-module__DTgQIG__section+.LegalPage-module__DTgQIG__section{margin-top:34px;padding-top:34px}.LegalPage-module__DTgQIG__section h2{font-size:21px}}:is([dir=rtl] .LegalPage-module__DTgQIG__eyebrow,[dir=rtl] .LegalPage-module__DTgQIG__tocTitle){letter-spacing:0;text-transform:none}@media (prefers-reduced-motion:reduce){.LegalPage-module__DTgQIG__tocList a{transition:none}}
.MyFilesPage-module__1qVPXW__page{background:var(--background);flex:1;width:100%}.MyFilesPage-module__1qVPXW__container{width:min(1120px,100% - 40px);margin-inline:auto;padding-block:40px 80px}.MyFilesPage-module__1qVPXW__pageHeader{max-width:720px;margin-block-end:24px}.MyFilesPage-module__1qVPXW__eyebrow{color:var(--secondary-fg);letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:650}.MyFilesPage-module__1qVPXW__pageHeader h1{letter-spacing:-.015em;margin:0;font-size:24px;font-weight:650;line-height:1.25}.MyFilesPage-module__1qVPXW__pageHeader>p:last-child{color:var(--secondary-fg);margin:8px 0 0;font-size:14px;line-height:1.6}.MyFilesPage-module__1qVPXW__filesCard,.MyFilesPage-module__1qVPXW__stateCard{border:1px solid var(--subtle-border);background:var(--card);border-radius:12px;overflow:hidden}.MyFilesPage-module__1qVPXW__toolbar{border-block-end:1px solid var(--divider);justify-content:space-between;align-items:center;gap:20px;min-height:68px;padding:12px 16px;display:flex}.MyFilesPage-module__1qVPXW__toolbar>p{color:var(--secondary-fg);white-space:nowrap;margin:0;font-size:13px}.MyFilesPage-module__1qVPXW__filterGroup{background:var(--muted);border-radius:10px;gap:2px;padding:3px;display:inline-flex}.MyFilesPage-module__1qVPXW__filterGroup button{min-height:36px;color:var(--secondary-fg);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding-inline:14px;font-size:13px;font-weight:600}.MyFilesPage-module__1qVPXW__filterGroup button:hover{color:var(--foreground)}.MyFilesPage-module__1qVPXW__filterGroup button:disabled{cursor:wait}.MyFilesPage-module__1qVPXW__filterGroup button[aria-pressed=true]{background:var(--card);color:var(--foreground);box-shadow:var(--shadow-md)}.MyFilesPage-module__1qVPXW__listHeader,.MyFilesPage-module__1qVPXW__fileRow{grid-template-columns:minmax(280px,1fr) 120px 110px 150px 112px;align-items:center;column-gap:16px;display:grid}.MyFilesPage-module__1qVPXW__listHeader{border-block-end:1px solid var(--divider);min-height:44px;color:var(--secondary-fg);letter-spacing:.08em;text-transform:uppercase;padding-inline:20px;font-size:11px;font-weight:650}.MyFilesPage-module__1qVPXW__actionHeading{text-align:end}.MyFilesPage-module__1qVPXW__fileList{margin:0;padding:0;list-style:none}.MyFilesPage-module__1qVPXW__tableViewport{position:relative}.MyFilesPage-module__1qVPXW__refreshOverlay{z-index:2;background:color-mix(in srgb, var(--card) 58%, transparent);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);pointer-events:none;place-items:center;display:grid;position:absolute;inset:0}.MyFilesPage-module__1qVPXW__refreshIndicator{border:1px solid var(--subtle-border);background:var(--card);min-height:40px;box-shadow:var(--shadow-md);color:var(--foreground);border-radius:999px;align-items:center;gap:9px;padding-inline:14px;font-size:13px;font-weight:600;display:inline-flex}.MyFilesPage-module__1qVPXW__refreshIndicator .MyFilesPage-module__1qVPXW__loadingMark{width:16px;height:16px;margin:0}.MyFilesPage-module__1qVPXW__refreshError{z-index:3;border:1px solid color-mix(in srgb, var(--destructive) 24%, transparent);background:var(--card);min-height:44px;box-shadow:var(--shadow-md);color:var(--foreground);border-radius:10px;align-items:center;gap:12px;padding:6px 6px 6px 14px;font-size:13px;display:inline-flex;position:absolute;inset-block-start:12px;inset-inline-start:50%;transform:translate(-50%)}.MyFilesPage-module__1qVPXW__refreshError button{background:var(--muted);min-height:32px;color:var(--foreground);font:inherit;cursor:pointer;border:0;border-radius:7px;padding-inline:10px;font-size:12px;font-weight:600}.MyFilesPage-module__1qVPXW__fileRow{min-height:84px;padding:14px 20px}.MyFilesPage-module__1qVPXW__fileRow+.MyFilesPage-module__1qVPXW__fileRow{border-block-start:1px solid var(--divider)}.MyFilesPage-module__1qVPXW__fileIdentity{align-items:center;gap:12px;min-width:0;display:flex}.MyFilesPage-module__1qVPXW__fileIcon{border:1px solid var(--subtle-border);background:var(--sunken-bg);border-radius:9px;flex:none;place-items:center;width:40px;height:40px;display:grid}.MyFilesPage-module__1qVPXW__fileIcon svg{stroke-width:1.6px;width:20px;height:20px}.MyFilesPage-module__1qVPXW__fileCopy{min-width:0;display:block}.MyFilesPage-module__1qVPXW__fileCopy strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;line-height:1.45;display:block;overflow:hidden}.MyFilesPage-module__1qVPXW__fileCopy>span{color:var(--caption);letter-spacing:.06em;margin-block-start:3px;font-size:11px;font-weight:650;display:block}.MyFilesPage-module__1qVPXW__dataCell{min-width:0;color:var(--secondary-fg);font-size:13px;line-height:1.45}.MyFilesPage-module__1qVPXW__typeLabel{color:var(--foreground);font-weight:550}.MyFilesPage-module__1qVPXW__mobileLabel{display:none}.MyFilesPage-module__1qVPXW__fileAction{justify-content:flex-end;display:flex}.MyFilesPage-module__1qVPXW__fileAction a,.MyFilesPage-module__1qVPXW__inlineState button,.MyFilesPage-module__1qVPXW__inlineState a,.MyFilesPage-module__1qVPXW__stateActions button,.MyFilesPage-module__1qVPXW__stateActions a,.MyFilesPage-module__1qVPXW__pagination button{border:1px solid var(--border);min-height:40px;color:var(--foreground);font:inherit;cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding-inline:14px;font-size:13px;font-weight:600;text-decoration:none;transition:background-color .16s,border-color .16s;display:inline-flex}.MyFilesPage-module__1qVPXW__fileAction a{border-color:var(--primary);background:var(--primary);color:var(--primary-fg)}.MyFilesPage-module__1qVPXW__fileAction a svg{stroke-width:1.8px;width:17px;height:17px}.MyFilesPage-module__1qVPXW__fileAction a:hover{opacity:.9}.MyFilesPage-module__1qVPXW__noAction{min-width:72px;color:var(--caption);justify-content:center;display:inline-flex}.MyFilesPage-module__1qVPXW__stateCard,.MyFilesPage-module__1qVPXW__inlineState{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:36px 24px;display:flex}.MyFilesPage-module__1qVPXW__inlineState{border:0;min-height:340px}.MyFilesPage-module__1qVPXW__inlineState>svg{width:32px;height:32px;color:var(--secondary-fg);stroke-width:1.4px;margin-block-end:14px}.MyFilesPage-module__1qVPXW__stateCard h2,.MyFilesPage-module__1qVPXW__inlineState h3{margin:0;font-size:18px;font-weight:650}.MyFilesPage-module__1qVPXW__stateCard>p,.MyFilesPage-module__1qVPXW__inlineState>p{max-width:480px;color:var(--secondary-fg);margin:8px 0 0;line-height:1.6}.MyFilesPage-module__1qVPXW__stateActions{align-items:center;gap:10px;margin-block-start:22px;display:flex}.MyFilesPage-module__1qVPXW__stateActions button{border-color:var(--primary);background:var(--primary);color:var(--primary-fg)}.MyFilesPage-module__1qVPXW__inlineState button,.MyFilesPage-module__1qVPXW__inlineState a{margin-block-start:20px}.MyFilesPage-module__1qVPXW__inlineState a{border-color:var(--primary);background:var(--primary);color:var(--primary-fg)}.MyFilesPage-module__1qVPXW__loadingMark{border:2px solid var(--divider);border-block-start-color:var(--foreground);border-radius:50%;width:22px;height:22px;margin-block-end:12px;animation:.8s linear infinite MyFilesPage-module__1qVPXW__spin}.MyFilesPage-module__1qVPXW__pagination{border-block-start:1px solid var(--divider);grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;min-height:68px;padding:12px 20px;display:grid}.MyFilesPage-module__1qVPXW__pagination button:first-child{justify-self:start}.MyFilesPage-module__1qVPXW__pagination button:last-child{justify-self:end}.MyFilesPage-module__1qVPXW__pagination button:hover:not(:disabled),.MyFilesPage-module__1qVPXW__inlineState button:hover,.MyFilesPage-module__1qVPXW__stateActions a:hover,.MyFilesPage-module__1qVPXW__pagination button:hover:not(:disabled){background:var(--accent)}.MyFilesPage-module__1qVPXW__pagination button:disabled{cursor:not-allowed;opacity:.45}.MyFilesPage-module__1qVPXW__pagination>span{color:var(--secondary-fg);font-size:13px}.MyFilesPage-module__1qVPXW__visuallyHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@keyframes MyFilesPage-module__1qVPXW__spin{to{transform:rotate(360deg)}}@media (max-width:760px){.MyFilesPage-module__1qVPXW__container{width:min(100% - 28px,560px);padding-block:28px 56px}.MyFilesPage-module__1qVPXW__toolbar{flex-direction:column;align-items:stretch;gap:10px;min-height:0;padding:14px}.MyFilesPage-module__1qVPXW__toolbar>p{padding-inline:2px}.MyFilesPage-module__1qVPXW__filterGroup{width:100%}.MyFilesPage-module__1qVPXW__filterGroup button{flex:1 1 0;min-height:44px;padding-inline:8px}.MyFilesPage-module__1qVPXW__listHeader{display:none}.MyFilesPage-module__1qVPXW__fileRow{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px;min-height:0;padding:18px;display:grid}.MyFilesPage-module__1qVPXW__fileIdentity{grid-column:1/-1}.MyFilesPage-module__1qVPXW__fileCopy strong{white-space:normal}.MyFilesPage-module__1qVPXW__mobileLabel{color:var(--caption);margin-block-end:3px;font-size:11px;font-weight:600;display:block}.MyFilesPage-module__1qVPXW__fileAction{grid-column:1/-1;justify-content:stretch}.MyFilesPage-module__1qVPXW__fileAction a{width:100%;min-height:44px}.MyFilesPage-module__1qVPXW__noAction{display:none}.MyFilesPage-module__1qVPXW__pagination{grid-template-columns:repeat(2,1fr)}.MyFilesPage-module__1qVPXW__pagination>span{text-align:center;grid-area:1/1/auto/-1}.MyFilesPage-module__1qVPXW__pagination button{width:100%;min-height:44px}}@media (prefers-reduced-motion:reduce){.MyFilesPage-module__1qVPXW__loadingMark{animation-duration:1.8s}}
.PricingPage-module__PLLVhW__page{background:radial-gradient(circle at 50% 5%, color-mix(in srgb, var(--function-link) 7%, transparent), transparent 28rem), var(--surface-bg);width:100%}.PricingPage-module__PLLVhW__hero,.PricingPage-module__PLLVhW__planSection,.PricingPage-module__PLLVhW__creditsSection,.PricingPage-module__PLLVhW__faqSection{width:min(1160px,100% - 40px);margin:0 auto}.PricingPage-module__PLLVhW__hero{text-align:center;flex-direction:column;align-items:center;padding:76px 0 30px;display:flex}.PricingPage-module__PLLVhW__eyebrow{color:var(--caption);letter-spacing:.16em;text-transform:uppercase;margin:0 0 14px;font-size:12px;font-weight:700}.PricingPage-module__PLLVhW__title{max-width:760px;font-family:var(--font-serif);letter-spacing:-.035em;margin:0;font-size:clamp(42px,6vw,70px);font-weight:400;line-height:1.02}.PricingPage-module__PLLVhW__subtitle{max-width:650px;color:var(--secondary-fg);margin:22px auto 0;font-size:17px;line-height:1.65}.PricingPage-module__PLLVhW__planSection{padding:4px 0 88px}.PricingPage-module__PLLVhW__creditsSection{border-top:1px solid var(--divider);padding:88px 0}.PricingPage-module__PLLVhW__sectionHeading{text-align:center;max-width:660px;margin:0 auto 36px}.PricingPage-module__PLLVhW__sectionHeading h2{font-family:var(--font-serif);letter-spacing:-.025em;margin:0;font-size:clamp(34px,5vw,48px);font-weight:400;line-height:1.1}.PricingPage-module__PLLVhW__sectionHeading>p:last-child{color:var(--secondary-fg);margin:16px 0 0;font-size:15px;line-height:1.65}.PricingPage-module__PLLVhW__creditTableFrame{border:1px solid var(--divider);background:var(--surface-bg);border-radius:16px;position:relative;overflow:hidden}.PricingPage-module__PLLVhW__creditTableFrame:has(.PricingPage-module__PLLVhW__creditTableWrap:focus-visible){outline:2px solid var(--function-link);outline-offset:2px}.PricingPage-module__PLLVhW__creditTableWrap{overscroll-behavior-inline:contain;border-radius:inherit;overflow-x:auto}.PricingPage-module__PLLVhW__creditTable{border-collapse:collapse;text-align:start;width:100%;min-width:700px}.PricingPage-module__PLLVhW__creditTable th,.PricingPage-module__PLLVhW__creditTable td{border-bottom:1px solid var(--divider);text-align:start;vertical-align:top;padding:18px 20px}.PricingPage-module__PLLVhW__creditTable thead th{background:var(--sunken-bg);color:var(--secondary-fg);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}.PricingPage-module__PLLVhW__creditTable tbody th{width:22%;color:var(--foreground);font-size:14px;font-weight:650}.PricingPage-module__PLLVhW__creditTable tbody td{color:var(--secondary-fg);font-size:13px;line-height:1.6}.PricingPage-module__PLLVhW__creditTable tbody td:nth-child(2){white-space:nowrap;width:24%;color:var(--foreground);font-weight:650}.PricingPage-module__PLLVhW__creditTable tbody tr:last-child th,.PricingPage-module__PLLVhW__creditTable tbody tr:last-child td{border-bottom:0}[dir=rtl] .PricingPage-module__PLLVhW__eyebrow{letter-spacing:0;text-transform:none}[dir=rtl] .PricingPage-module__PLLVhW__creditTable thead th{letter-spacing:0;text-transform:none}.PricingPage-module__PLLVhW__faqSection{border-top:1px solid var(--divider);padding:88px 0 104px}.PricingPage-module__PLLVhW__faqSection .PricingPage-module__PLLVhW__sectionHeading{margin-bottom:60px}.PricingPage-module__PLLVhW__faqList{flex-direction:column;gap:12px;max-width:760px;margin:0 auto;display:flex}.PricingPage-module__PLLVhW__faqItem{border:1px solid var(--divider);background:var(--surface-bg);border-radius:16px;transition:border-color .2s;overflow:hidden}.PricingPage-module__PLLVhW__faqItem:has(.PricingPage-module__PLLVhW__faqQuestion:focus-visible){outline:2px solid var(--function-link);outline-offset:2px}.PricingPage-module__PLLVhW__faqItem[open]{border-color:var(--border)}.PricingPage-module__PLLVhW__faqQuestion{color:var(--foreground);cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:17px;font-weight:500;list-style:none;display:flex}.PricingPage-module__PLLVhW__faqQuestion::-webkit-details-marker{display:none}.PricingPage-module__PLLVhW__faqQuestion:focus-visible{outline:none}.PricingPage-module__PLLVhW__faqIcon{flex:none;width:18px;height:18px;position:relative}.PricingPage-module__PLLVhW__faqIcon:before,.PricingPage-module__PLLVhW__faqIcon:after{background:var(--secondary-fg);content:"";border-radius:2px;width:14px;height:2px;transition:transform .25s,opacity .25s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PricingPage-module__PLLVhW__faqIcon:after{transform:translate(-50%,-50%)rotate(90deg)}.PricingPage-module__PLLVhW__faqItem[open] .PricingPage-module__PLLVhW__faqIcon:after{opacity:0;transform:translate(-50%,-50%)rotate(0)}.PricingPage-module__PLLVhW__faqAnswer{color:var(--secondary-fg);margin:0;padding:0 24px 22px;font-size:16px;line-height:1.65}@media (max-width:640px){.PricingPage-module__PLLVhW__hero,.PricingPage-module__PLLVhW__planSection,.PricingPage-module__PLLVhW__creditsSection,.PricingPage-module__PLLVhW__faqSection{width:min(100% - 28px,1160px)}.PricingPage-module__PLLVhW__hero{padding-top:52px}.PricingPage-module__PLLVhW__title{font-size:42px}.PricingPage-module__PLLVhW__subtitle{font-size:15px}.PricingPage-module__PLLVhW__creditTableFrame:after{background:linear-gradient(to right, transparent, color-mix(in srgb, var(--foreground) 7%, transparent));content:"";pointer-events:none;width:56px;position:absolute;inset-block:1px;inset-inline-end:1px}[dir=rtl] .PricingPage-module__PLLVhW__creditTableFrame:after{background:linear-gradient(to left, transparent, color-mix(in srgb, var(--foreground) 7%, transparent))}.PricingPage-module__PLLVhW__faqSection .PricingPage-module__PLLVhW__sectionHeading{margin-bottom:40px}.PricingPage-module__PLLVhW__faqQuestion{padding:18px 20px;font-size:15px}.PricingPage-module__PLLVhW__faqAnswer{padding:0 20px 20px;font-size:14px}.PricingPage-module__PLLVhW__creditsSection,.PricingPage-module__PLLVhW__faqSection{padding:68px 0}}@media (prefers-reduced-motion:reduce){.PricingPage-module__PLLVhW__faqItem,.PricingPage-module__PLLVhW__faqIcon:before,.PricingPage-module__PLLVhW__faqIcon:after{transition:none}}
.ProfilePage-module___Xnrza__page{background:var(--background);flex:1;width:100%}.ProfilePage-module___Xnrza__container{width:min(960px,100% - 40px);margin-inline:auto;padding-block:40px 80px}.ProfilePage-module___Xnrza__pageHeader{max-width:680px;margin-block-end:24px}.ProfilePage-module___Xnrza__eyebrow{color:var(--secondary-fg);letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:650}.ProfilePage-module___Xnrza__pageHeader h1{font-family:var(--font-sans);letter-spacing:-.015em;margin:0;font-size:24px;font-weight:650;line-height:1.25}.ProfilePage-module___Xnrza__pageHeader>p:last-child{color:var(--secondary-fg);margin:8px 0 0;font-size:14px;line-height:1.6}.ProfilePage-module___Xnrza__identityCard,.ProfilePage-module___Xnrza__detailCard,.ProfilePage-module___Xnrza__stateCard{border:1px solid var(--subtle-border);background:var(--card);border-radius:12px}.ProfilePage-module___Xnrza__identityCard{padding:24px}.ProfilePage-module___Xnrza__identityCard:focus-visible{outline:2px solid var(--function-link);outline-offset:2px}.ProfilePage-module___Xnrza__identityContent{justify-content:space-between;align-items:center;gap:32px;display:flex}.ProfilePage-module___Xnrza__identityMain{align-items:center;gap:16px;min-width:0;display:flex}.ProfilePage-module___Xnrza__profileAvatar{border:1px solid var(--subtle-border);background:var(--sunken-bg);width:64px;height:64px;color:var(--foreground);border-radius:50%;flex:none;place-items:center;font-size:20px;font-weight:700;display:grid;position:relative;overflow:hidden}.ProfilePage-module___Xnrza__profileAvatar span,.ProfilePage-module___Xnrza__profileAvatar img{grid-area:1/1}.ProfilePage-module___Xnrza__profileAvatar img{object-fit:cover;width:100%;height:100%;display:block}.ProfilePage-module___Xnrza__identityCopy{min-width:0}.ProfilePage-module___Xnrza__identityCopy h2{color:var(--secondary-fg);letter-spacing:.08em;text-transform:uppercase;margin:0 0 4px;font-size:12px;font-weight:650}.ProfilePage-module___Xnrza__identityName{letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap;font-size:20px;font-weight:650;line-height:1.3;display:block;overflow:hidden}.ProfilePage-module___Xnrza__identityCopy span{color:var(--secondary-fg);text-overflow:ellipsis;white-space:nowrap;margin-block-start:2px;font-size:14px;line-height:1.5;display:block;overflow:hidden}.ProfilePage-module___Xnrza__profileFacts,.ProfilePage-module___Xnrza__membershipFacts{margin:0}.ProfilePage-module___Xnrza__profileFacts{border-inline-start:1px solid var(--divider);grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:24px;width:min(430px,50%);padding-inline-start:24px;display:grid}.ProfilePage-module___Xnrza__profileFacts>div,.ProfilePage-module___Xnrza__membershipFacts>div{min-width:0}.ProfilePage-module___Xnrza__profileFacts dt,.ProfilePage-module___Xnrza__membershipFacts dt{color:var(--secondary-fg);font-size:12px;font-weight:600;line-height:1.4}.ProfilePage-module___Xnrza__profileFacts dd,.ProfilePage-module___Xnrza__membershipFacts dd{color:var(--foreground);margin:4px 0 0;font-size:14px;line-height:1.5}.ProfilePage-module___Xnrza__accountIdValue{align-items:center;gap:8px;display:flex}.ProfilePage-module___Xnrza__accountIdValue code{min-width:0;font-family:var(--font-mono);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.ProfilePage-module___Xnrza__accountIdValue button,.ProfilePage-module___Xnrza__moduleNotice button,.ProfilePage-module___Xnrza__moduleState button{border:1px solid var(--border);min-height:44px;color:var(--foreground);font:inherit;cursor:pointer;background:0 0;border-radius:8px;flex:none;justify-content:center;align-items:center;padding-inline:12px;font-size:13px;font-weight:600;transition:background-color .16s,border-color .16s;display:inline-flex}.ProfilePage-module___Xnrza__accountIdValue button:hover,.ProfilePage-module___Xnrza__moduleNotice button:hover,.ProfilePage-module___Xnrza__moduleState button:hover{background:var(--accent)}.ProfilePage-module___Xnrza__accountIdValue button:active,.ProfilePage-module___Xnrza__moduleNotice button:active,.ProfilePage-module___Xnrza__moduleState button:active{background:var(--active)}.ProfilePage-module___Xnrza__accountIdValue button:disabled,.ProfilePage-module___Xnrza__moduleNotice button:disabled,.ProfilePage-module___Xnrza__moduleState button:disabled{cursor:wait;opacity:.55}.ProfilePage-module___Xnrza__visuallyHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.ProfilePage-module___Xnrza__moduleNotice{border-block-start:1px solid var(--divider);min-height:44px;color:var(--secondary-fg);justify-content:space-between;align-items:center;gap:16px;margin-block-start:20px;padding-block-start:16px;font-size:13px;line-height:1.5;display:flex}.ProfilePage-module___Xnrza__overviewGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-block-start:16px;display:grid}.ProfilePage-module___Xnrza__detailCard{flex-direction:column;padding:24px;display:flex}.ProfilePage-module___Xnrza__cardHeader{justify-content:space-between;align-items:center;gap:16px;min-height:24px;display:flex}.ProfilePage-module___Xnrza__cardHeader h2{margin:0;font-size:15px;font-weight:650;line-height:1.4}.ProfilePage-module___Xnrza__cardHeader h2:focus-visible{outline:2px solid var(--function-link);outline-offset:2px}.ProfilePage-module___Xnrza__statusPill{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;min-height:24px;padding-inline:9px;font-size:11px;font-weight:700;line-height:1.3;display:inline-flex}.ProfilePage-module___Xnrza__statusActive{background:color-mix(in srgb, var(--function-green) 12%, transparent);color:color-mix(in srgb, var(--function-green) 58%, var(--foreground))}.ProfilePage-module___Xnrza__statusExpired{background:color-mix(in srgb, var(--destructive) 9%, transparent);color:color-mix(in srgb, var(--destructive) 62%, var(--foreground))}.ProfilePage-module___Xnrza__planName,.ProfilePage-module___Xnrza__creditValue{color:var(--foreground);font-family:var(--font-sans);letter-spacing:-.025em;margin-block-start:24px;font-weight:650;line-height:1.1;display:block}.ProfilePage-module___Xnrza__planName{font-size:28px}.ProfilePage-module___Xnrza__creditValue{font-size:36px}.ProfilePage-module___Xnrza__creditLabel{color:var(--foreground);margin:6px 0 0;font-size:13px;font-weight:600}.ProfilePage-module___Xnrza__membershipFacts{border-block-start:1px solid var(--divider);grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-block-start:20px;padding-block-start:16px;display:grid}.ProfilePage-module___Xnrza__membershipFacts dd{color:var(--foreground)}.ProfilePage-module___Xnrza__cardAction{width:fit-content;min-height:44px;font:inherit;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;margin-block-start:24px;padding-inline:16px;font-size:13px;font-weight:650;transition:background-color .16s,border-color .16s,opacity .16s;display:inline-flex}.ProfilePage-module___Xnrza__primaryAction{border:1px solid var(--primary);background:var(--primary);color:var(--primary-fg)}.ProfilePage-module___Xnrza__primaryAction:hover{opacity:.88;text-decoration:none}.ProfilePage-module___Xnrza__secondaryAction{border:1px solid var(--border);color:var(--foreground);background:0 0}.ProfilePage-module___Xnrza__secondaryAction:hover{background:var(--accent)}.ProfilePage-module___Xnrza__cardAction:active{transform:translateY(1px)}.ProfilePage-module___Xnrza__cardAction:disabled{cursor:wait;opacity:.55;transform:none}.ProfilePage-module___Xnrza__actionError{color:var(--destructive);margin:10px 0 0;font-size:13px;line-height:1.5}.ProfilePage-module___Xnrza__moduleState{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;padding-block:20px 8px;display:flex}.ProfilePage-module___Xnrza__moduleState p{max-width:320px;color:var(--secondary-fg);margin:0;font-size:14px;line-height:1.6}.ProfilePage-module___Xnrza__moduleState .ProfilePage-module___Xnrza__loadingMark+p{margin-block-start:12px}.ProfilePage-module___Xnrza__moduleState button{margin-block-start:16px}.ProfilePage-module___Xnrza__stateCard{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:240px;padding:40px;display:flex}.ProfilePage-module___Xnrza__stateCard h2,.ProfilePage-module___Xnrza__stateCard p{margin:0}.ProfilePage-module___Xnrza__stateCard h2{font-size:22px;font-weight:650;line-height:1.3}.ProfilePage-module___Xnrza__stateCard p{max-width:470px;color:var(--secondary-fg);margin-block-start:8px;font-size:14px;line-height:1.6}.ProfilePage-module___Xnrza__loadingMark{border:2px solid var(--divider);border-block-start-color:var(--foreground);border-radius:50%;flex:none;width:24px;height:24px;animation:.8s linear infinite ProfilePage-module___Xnrza__profileSpin}.ProfilePage-module___Xnrza__stateActions{align-items:center;gap:12px;margin-block-start:24px;display:flex}.ProfilePage-module___Xnrza__stateActions button,.ProfilePage-module___Xnrza__stateActions a{min-height:44px;font:inherit;border-radius:8px;justify-content:center;align-items:center;padding-inline:16px;font-size:13px;font-weight:650;transition:background-color .16s,opacity .16s;display:inline-flex}.ProfilePage-module___Xnrza__stateActionIcon{flex:none;width:18px;height:18px;margin-inline-end:8px}.ProfilePage-module___Xnrza__stateActions button{border:1px solid var(--primary);background:var(--primary);color:var(--primary-fg);cursor:pointer}.ProfilePage-module___Xnrza__stateActions button:hover{opacity:.88}.ProfilePage-module___Xnrza__stateActions a{border:1px solid var(--border);color:var(--foreground)}.ProfilePage-module___Xnrza__stateActions a:hover{background:var(--accent);text-decoration:none}.ProfilePage-module___Xnrza__dangerZone{border:1px solid color-mix(in srgb, var(--destructive) 30%, var(--subtle-border));background:var(--card);border-radius:12px;justify-content:space-between;align-items:center;gap:24px;margin-block-start:24px;padding:24px;display:flex}.ProfilePage-module___Xnrza__dangerCopy{min-width:0}.ProfilePage-module___Xnrza__dangerCopy h2,.ProfilePage-module___Xnrza__dangerCopy p{margin:0}.ProfilePage-module___Xnrza__dangerCopy h2{color:var(--destructive);font-size:15px;font-weight:650;line-height:1.4}.ProfilePage-module___Xnrza__dangerCopy p{max-width:620px;color:var(--secondary-fg);margin-block-start:6px;font-size:13px;line-height:1.55}.ProfilePage-module___Xnrza__destructiveAction,.ProfilePage-module___Xnrza__cancelDeleteAction,.ProfilePage-module___Xnrza__confirmDeleteAction{min-height:44px;font:inherit;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding-inline:16px;font-size:13px;font-weight:650;transition:background-color .16s,border-color .16s,opacity .16s;display:inline-flex}.ProfilePage-module___Xnrza__destructiveAction,.ProfilePage-module___Xnrza__confirmDeleteAction{border:1px solid var(--destructive);background:var(--destructive);color:var(--destructive-foreground)}.ProfilePage-module___Xnrza__destructiveAction{flex:none}.ProfilePage-module___Xnrza__destructiveAction:hover,.ProfilePage-module___Xnrza__confirmDeleteAction:hover{opacity:.86}.ProfilePage-module___Xnrza__deleteDialog{border:1px solid var(--subtle-border);background:var(--card);width:min(420px,100vw - 32px);max-width:none;color:var(--foreground);border-radius:16px;padding:0;overflow:hidden;box-shadow:0 24px 64px #00000029,0 4px 16px #0000001f}.ProfilePage-module___Xnrza__deleteDialog::backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073}.ProfilePage-module___Xnrza__deleteDialogContent{gap:20px;padding:24px;display:grid}.ProfilePage-module___Xnrza__deleteDialogHeading h2,.ProfilePage-module___Xnrza__deleteDialogHeading p{margin:0}.ProfilePage-module___Xnrza__deleteDialogHeading h2{letter-spacing:-.015em;font-size:20px;font-weight:650;line-height:1.3}.ProfilePage-module___Xnrza__deleteDialogHeading h2:focus{outline:none}.ProfilePage-module___Xnrza__deleteDialogHeading p{color:var(--secondary-fg);margin-block-start:8px;font-size:14px;line-height:1.6}.ProfilePage-module___Xnrza__deleteDialogError{background:color-mix(in srgb, var(--destructive) 8%, transparent);color:color-mix(in srgb, var(--destructive) 72%, var(--foreground));border-radius:8px;margin:0;padding:12px;font-size:13px;line-height:1.5}.ProfilePage-module___Xnrza__deleteDialogActions{justify-content:flex-end;gap:10px;display:flex}.ProfilePage-module___Xnrza__cancelDeleteAction{border:1px solid var(--border);color:var(--foreground);background:0 0}.ProfilePage-module___Xnrza__cancelDeleteAction:hover{background:var(--accent)}.ProfilePage-module___Xnrza__cancelDeleteAction:disabled,.ProfilePage-module___Xnrza__confirmDeleteAction:disabled{cursor:wait;opacity:.55}.ProfilePage-module___Xnrza__accountIdValue button:focus-visible,.ProfilePage-module___Xnrza__moduleNotice button:focus-visible,.ProfilePage-module___Xnrza__moduleState button:focus-visible,.ProfilePage-module___Xnrza__cardAction:focus-visible,.ProfilePage-module___Xnrza__stateActions button:focus-visible,.ProfilePage-module___Xnrza__stateActions a:focus-visible,.ProfilePage-module___Xnrza__destructiveAction:focus-visible,.ProfilePage-module___Xnrza__cancelDeleteAction:focus-visible,.ProfilePage-module___Xnrza__confirmDeleteAction:focus-visible{outline:2px solid var(--function-link);outline-offset:2px}@media (max-width:640px){.ProfilePage-module___Xnrza__container{padding-block:32px 56px}.ProfilePage-module___Xnrza__pageHeader{margin-block-end:20px}.ProfilePage-module___Xnrza__pageHeader h1{font-size:22px}.ProfilePage-module___Xnrza__identityCard,.ProfilePage-module___Xnrza__detailCard{padding:20px}.ProfilePage-module___Xnrza__identityContent{flex-direction:column;align-items:flex-start;gap:20px}.ProfilePage-module___Xnrza__profileFacts{border-block-start:1px solid var(--divider);border-inline-start:0;grid-template-columns:1fr;gap:16px;width:100%;padding-block-start:20px;padding-inline-start:0}.ProfilePage-module___Xnrza__accountIdValue{flex-direction:column;align-items:flex-start}.ProfilePage-module___Xnrza__accountIdValue code{max-width:100%}.ProfilePage-module___Xnrza__moduleNotice{flex-direction:column;align-items:flex-start}.ProfilePage-module___Xnrza__overviewGrid,.ProfilePage-module___Xnrza__membershipFacts{grid-template-columns:1fr}.ProfilePage-module___Xnrza__cardAction{width:100%}.ProfilePage-module___Xnrza__dangerZone{flex-direction:column;align-items:stretch;gap:16px;padding:20px}.ProfilePage-module___Xnrza__destructiveAction{width:100%}.ProfilePage-module___Xnrza__deleteDialogActions{flex-direction:column-reverse}.ProfilePage-module___Xnrza__cancelDeleteAction,.ProfilePage-module___Xnrza__confirmDeleteAction{width:100%}.ProfilePage-module___Xnrza__stateCard{padding:32px 20px}.ProfilePage-module___Xnrza__stateActions{flex-direction:column;width:100%}.ProfilePage-module___Xnrza__stateActions button,.ProfilePage-module___Xnrza__stateActions a{width:100%}}@media (prefers-reduced-motion:reduce){.ProfilePage-module___Xnrza__loadingMark{animation:none}.ProfilePage-module___Xnrza__accountIdValue button,.ProfilePage-module___Xnrza__moduleNotice button,.ProfilePage-module___Xnrza__moduleState button,.ProfilePage-module___Xnrza__cardAction,.ProfilePage-module___Xnrza__stateActions button,.ProfilePage-module___Xnrza__stateActions a,.ProfilePage-module___Xnrza__destructiveAction,.ProfilePage-module___Xnrza__cancelDeleteAction,.ProfilePage-module___Xnrza__confirmDeleteAction{transition-duration:.01ms}}@keyframes ProfilePage-module___Xnrza__profileSpin{to{transform:rotate(360deg)}}
