.auth-page{max-width:1100px;min-height:calc(100svh - 145px);margin:0 auto;padding:48px 40px;display:grid;grid-template-columns:minmax(0,390px) minmax(0,400px);align-items:center;justify-content:center;gap:110px}.auth-entry{min-width:0;display:flex;flex-direction:column;gap:27px;padding:12px 0;animation:account-enter .25s ease-out}.auth-wordmark{display:flex;align-items:center;gap:12px;font-size:30px;font-weight:750;letter-spacing:-.055em;line-height:1.15}.auth-wordmark .brand-mark{width:31px;flex:none}.auth-intro{display:flex;flex-direction:column;gap:12px}.auth-intro h1{font-size:29px;font-weight:600;letter-spacing:-.045em;line-height:1.2}.auth-intro>p{font-size:14px;line-height:1.65;color:var(--color-muted);max-width:300px}.auth-welcome{display:flex;align-items:center;gap:11px}.auth-welcome>.icon{width:23px;height:23px;flex:none;color:var(--color-text)}.auth-welcome strong{display:block;font-size:14px;font-weight:600}.auth-welcome p{font-size:12px;color:var(--color-muted);padding-top:3px}.auth-signin{display:flex;flex-direction:column;gap:12px}.auth-page .auth-google{min-height:49px;font-size:14px;gap:12px;width:100%;border-radius:7px}.auth-google-mark{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:var(--color-bg-start);color:var(--color-text);font-family:Arial,sans-serif;font-size:18px;font-weight:700;flex:none}.auth-legal{font-size:11px;line-height:1.7;color:var(--color-muted);max-width:330px}.auth-legal a{text-decoration:underline;text-underline-offset:3px;color:var(--color-text)}.auth-product{min-width:0;display:flex;flex-direction:column;gap:24px;align-items:center}.auth-preview{width:100%;max-width:320px;display:flex;flex-direction:column;gap:12px}.auth-preview-video{width:100%;height:auto;aspect-ratio:4/5;background:var(--surface-1);border-radius:11px;border:1px solid var(--border-1)}.auth-preview figcaption{font-size:11px;text-align:center;color:var(--color-muted)}.auth-workflow{width:100%;max-width:320px;display:flex;flex-direction:column;gap:14px}.auth-workflow li{display:flex;align-items:flex-start;gap:12px}.auth-step-number{display:grid;place-items:center;min-width:24px;min-height:24px;border-radius:50%;border:1px solid var(--border-1);font-size:10px;color:var(--color-muted);flex:none}.auth-workflow h2{font-size:12px;line-height:1.4;letter-spacing:0;font-weight:600}.auth-workflow p{font-size:11px;line-height:1.5;color:var(--color-muted);padding-top:2px}
.account-panel,.account-credits{display:flex;flex-direction:column;gap:22px;min-width:0}.account-panel .btn,.account-credits .btn{font-size:13px;min-height:44px;border-radius:7px}.account-identity{display:flex;align-items:center;gap:13px;min-width:0}.account-avatar{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;flex:none;background:var(--surface-2);color:var(--color-text);font-size:18px;font-weight:600}.account-identity-text{display:flex;flex-direction:column;gap:4px;min-width:0}.account-name{font-size:17px;line-height:1.4;font-weight:600;overflow-wrap:anywhere}.account-address{font-size:12px;color:var(--color-muted);overflow-wrap:anywhere;line-height:1.5}.account-balances{display:flex;flex-direction:column;gap:10px;min-width:0}.account-balance-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px;min-width:0;font-size:12px}.account-balance-row dt{color:var(--color-muted)}.account-balance-row dd{font-weight:600;font-variant-numeric:tabular-nums;text-align:right;overflow-wrap:anywhere}.account-reserved{font-size:11px}.account-reserved dd{font-weight:400;color:var(--color-muted)}.account-library{display:flex;flex-direction:column;border-block:1px solid var(--border-1);padding:5px 0}.account-library-link{display:flex;align-items:center;gap:11px;min-height:49px;padding:10px 6px;border-radius:6px;font-size:13px;transition:background .15s}.account-library-link:hover{background:var(--surface-hover)}.account-library-link>.icon{width:18px;height:18px;color:var(--color-muted)}.account-library-link>span{flex:1}.account-panel .account-sign-out{align-self:flex-start;width:auto;padding:6px 0;min-height:34px;font-size:12px}.account-credit-offer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:25px 0;border-block:1px solid var(--border-1)}.account-package{display:flex;flex-direction:column;gap:6px;min-width:0}.account-package>strong{font-size:26px;letter-spacing:-.045em;font-weight:650;line-height:1.2}.account-package>p{font-size:12px;color:var(--color-muted)}.account-price{display:flex;flex-direction:column;gap:4px;align-items:flex-end;flex:none}.account-price>strong{font-size:43px;line-height:1;letter-spacing:-.06em;font-weight:650}.account-price>span{font-size:10px;color:var(--color-muted)}.account-credit-facts{display:flex;flex-direction:column;gap:12px}.account-credit-facts li{display:flex;align-items:center;gap:9px;font-size:12px}.account-credit-facts .icon{width:15px;height:15px;flex:none;color:var(--color-muted)}.account-error{font-size:12px;line-height:1.6;color:var(--color-error);overflow-wrap:anywhere}
@keyframes account-enter{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
@media(max-width:900px){.auth-page{grid-template-columns:minmax(0,390px);gap:36px;padding:34px 22px 44px;min-height:calc(100svh - 160px);align-items:start}.auth-entry{gap:23px;padding:0}.auth-wordmark{font-size:29px}.auth-intro h1{font-size:27px}.auth-intro>p{font-size:14px}.auth-product{padding-top:28px;border-top:1px solid var(--border-1);gap:22px}.auth-preview{max-width:240px}.auth-workflow{max-width:320px;gap:12px}.account-panel,.account-credits{gap:19px}.account-credit-offer{padding:22px 0;gap:12px}.account-package>strong{font-size:23px}.account-price>strong{font-size:37px}.account-credit-facts li{font-size:11px}.account-balance-row{font-size:11px;gap:10px}.account-name{font-size:16px}}
@media(prefers-reduced-motion:reduce){.auth-entry{animation:none}.account-library-link{transition:none}}
@media(forced-colors:active){.account-avatar,.auth-google-mark,.auth-step-number{border:1px solid CanvasText}.account-library,.account-credit-offer{border-color:CanvasText}}
.account-page{width:min(100%,720px);margin:0 auto;padding:40px 28px 64px}.account-section{display:flex;flex-direction:column;gap:16px;min-width:0}.account-section+.account-section{border-top:1px solid var(--border-1);padding-top:24px}.account-section h2{font-size:18px;font-weight:600;letter-spacing:-.03em}.account-section h3{font-size:13px;font-weight:600;letter-spacing:0}.account-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.account-section-heading .btn{min-height:38px!important}.account-identity-actions{display:flex;align-items:center;gap:18px}.account-panel .account-library{border-bottom:0;margin-top:-5px;padding-bottom:0}.account-brand-summary{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:12px;color:var(--color-muted);line-height:1.6}.account-brand-summary strong{color:var(--color-text);font-size:14px;font-weight:600}.account-brand-avatar{width:40px;height:40px;object-fit:cover;border-radius:50%}.account-brand-edit{align-self:flex-start}.account-history{display:flex;flex-direction:column;list-style:none;padding:0;margin:0}.account-operation{display:flex;flex-direction:column;gap:6px;padding:14px 0;border-bottom:1px solid var(--border-1);min-width:0}.account-operation:first-child{padding-top:0}.account-operation-main{display:flex;align-items:baseline;justify-content:space-between;gap:16px;font-size:12px}.account-operation-main>strong,.account-operation-link{font-weight:500;overflow-wrap:anywhere}.account-operation-link{text-decoration:underline;text-underline-offset:3px}.account-operation-delta{flex:none;font-variant-numeric:tabular-nums;font-weight:600;font-size:11px}.account-operation-meta{display:flex;gap:7px 14px;flex-wrap:wrap;font-size:10px;color:var(--color-muted)}.account-operation-detail,.account-stripe-note,.account-reference{font-size:11px;line-height:1.5;color:var(--color-muted);overflow-wrap:anywhere}.account-history-feedback{display:flex;flex-direction:column;gap:10px;font-size:12px}.account-history-feedback:empty{display:none}.account-history-feedback .btn{align-self:flex-start}.account-stripe-note{text-align:center}.account-page .account-identity .account-avatar{width:46px;height:46px}
.account-section h1{font-size:26px;font-weight:600;letter-spacing:-.04em}
@media(max-width:900px){.account-page{padding:28px 18px 48px}.account-operation-main{gap:12px}.account-section-heading h2{font-size:17px}.account-section-heading .btn{font-size:11px}.account-operation-delta{font-size:10px}.account-identity-actions{flex-wrap:wrap}}
.auth-preview-video[hidden]{display:none}.auth-preview{min-height:20rem;justify-content:center}.auth-preview-video{object-fit:contain}.auth-product{align-self:center}.auth-entry{animation:none}
.account-brand-accent{display:inline-flex;align-items:center;gap:.5rem;font-variant-numeric:tabular-nums;font-size:.8rem}.account-brand-color{width:24px;height:24px;border:1px solid var(--border-strong);border-radius:50%;flex:none}
.account-package>strong{font-size:28px}.account-package>p{font-size:13px;line-height:1.5}.account-credit-facts li{font-size:13px}.account-credit-offer{align-items:flex-start}
@media(max-width:900px){.auth-preview{min-height:0}.account-package>strong{font-size:25px}.account-credit-facts li{font-size:13px}.account-price>strong{font-size:36px}.account-brand-summary{font-size:13px}}
@media(forced-colors:active){.account-brand-color{forced-color-adjust:none;border:1px solid CanvasText}}
.auth-reference{font-family:Inter,Arial,sans-serif;max-width:1120px;grid-template-columns:minmax(0,420px) minmax(0,450px);gap:85px;min-height:calc(100svh - 110px);padding:80px 30px;align-items:center}
.auth-reference .auth-entry{gap:24px;align-items:stretch;text-align:center;padding:0}
.auth-reference .auth-intro{gap:16px}.auth-reference .auth-intro h1{font-family:inherit;font-size:36px;font-weight:750;line-height:1.15;letter-spacing:-.035em}
.auth-reference .auth-intro>p{font-size:18px;line-height:1.5;max-width:none;color:var(--color-muted)}
.auth-reference .auth-signin{margin-top:15px}.auth-reference .auth-google{min-height:58px;border:1px solid var(--border-strong);border-radius:7px;background:var(--surface-1);color:var(--color-text);font-size:18px;font-weight:550;gap:16px}
.auth-reference .auth-google:hover{background:var(--surface-hover)}.auth-google-logo{width:22px;height:22px;object-fit:contain;flex:none}
.auth-credit-line{font-size:15px;color:var(--color-muted)}.auth-reference .auth-legal{max-width:none;font-size:13px;line-height:1.7;margin-top:8px}
.auth-reference .auth-contact{font-size:14px;text-decoration:underline;text-underline-offset:4px;color:var(--color-text)}
.auth-reference .auth-preview{max-width:450px;min-height:0;gap:0}.auth-reference .auth-preview-video{aspect-ratio:1;border:0;border-radius:16px;width:100%;background:#101010;box-shadow:none}
@media(max-width:900px){.auth-reference{grid-template-columns:minmax(0,420px);gap:48px;padding:60px 24px;min-height:calc(100svh - 100px)}.auth-reference .auth-entry{gap:23px}.auth-reference .auth-intro h1{font-size:34px}.auth-reference .auth-product{border:0;padding:0}.auth-reference .auth-preview{max-width:360px}}
@media(max-width:480px){.auth-reference{padding:45px 20px;gap:40px}.auth-reference .auth-intro h1{font-size:31px}.auth-reference .auth-intro>p{font-size:17px}.auth-reference .auth-google{font-size:17px}.auth-reference .auth-preview{max-width:320px}}

/* Profile and billing match the captured app scale; authentication stays separate. */
.account-page:has(.account-reference){width:100%;max-width:none;margin:0;padding:0;background:#fff}
.account-reference{--color-text:#101012;--color-bg-end:#fff;--surface-2:#f4f4f7;--border-1:#eeeeee;--color-muted:#777777;display:flex;flex-direction:column;gap:0;width:100%;max-width:1100px;margin:0 auto;padding:30px 24px 60px;background:#fff;color:var(--color-text);font-size:14px;line-height:1.4}
.account-reference-tabs{display:flex;align-items:stretch;justify-content:center;gap:40px;width:100%;border:0;min-height:36px;margin-bottom:22px}
.account-reference-tab{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:7px 0;border:0;border-bottom:2px solid transparent;background:transparent;font:inherit;font-size:14px;font-weight:400;line-height:20px;color:#777;cursor:pointer}
.account-reference-tab[aria-selected=true]{color:#000;border-bottom-color:#000}
.account-reference-tab:hover{color:#000}
.account-reference-heading{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;margin:0 0 38px}
.account-reference-heading>h1,.account-reference-heading>h2{font-size:28px;line-height:44px;letter-spacing:-.5px;font-weight:400;margin:0}
.account-reference-heading>p{font-size:16px;line-height:1.4;margin:0;color:inherit}
.account-reference-profile{width:100%;max-width:640px;margin:0 auto}
.account-reference-identity{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;align-items:start}
.account-reference-fields{display:flex;flex-direction:column;gap:22px;min-width:0}
.account-reference-field{display:flex;flex-direction:column;gap:8px;min-width:0;font-size:14px;font-weight:400;line-height:20px}
.account-reference-field>.input{display:block;width:100%;min-height:36px;padding:7px 10px;border:1px solid #eeeeee;border-radius:4px;background:#fafafa;color:#454545;font-size:14px;line-height:20px;font-weight:400;box-shadow:none}
.account-reference-field>.input:focus{outline:2px solid #777;outline-offset:2px}
.account-reference-google{display:flex;align-items:center;gap:8px;margin:0;font-size:12px;color:#777;line-height:1.5}
.account-reference-google>img{width:16px;height:16px;object-fit:contain;flex:none}
.account-reference-avatar{display:flex;align-items:center;justify-content:center;min-width:0;min-height:242px;padding:24px;border:1px solid #eee;border-radius:4px;background:#fff}
.account-reference .account-avatar{width:64px;height:64px;border-radius:50%;font-size:22px;font-weight:500;background:#f1f1f1;color:#555}
.account-reference-brand{display:flex;flex-direction:column;gap:16px;margin:30px 0 0;padding-top:24px;border-top:1px solid #eee}
.account-reference-brand-heading{display:flex;justify-content:space-between;align-items:center;gap:16px}
.account-reference-brand-heading>h2{font-size:18px;font-weight:400;line-height:1.4;letter-spacing:-.1px;margin:0}
.account-reference .account-brand-edit{font-size:13px;min-height:36px;padding:7px 12px;border-color:#eee;border-radius:4px}
.account-reference .account-brand-summary{font-size:13px;line-height:1.5;min-height:40px}
.account-reference .account-brand-summary strong{font-size:14px;font-weight:500}
.account-reference .account-brand-avatar{width:40px;height:40px}
.account-reference-profile-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:24px;padding-top:16px;border-top:1px solid #eee}
.account-reference .account-sign-out{font-size:13px;min-height:36px;padding:7px 0;color:#333}
.account-reference-support{font-size:13px;line-height:1.5;text-decoration:underline;text-underline-offset:3px;color:#777}
.account-reference-billing{width:100%;max-width:760px;margin:auto}
.account-reference-plans{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:24px}
.account-reference-credit-card{display:flex;flex-direction:column;gap:18px;min-width:0;padding:24px;border:1px solid #eee;border-radius:6px;background:#fff}
.account-reference-credit-card>h2{font-size:20px;font-weight:400;line-height:1.4;letter-spacing:-.2px;margin:0}
.account-reference-balance{margin-top:8px}
.account-reference .account-balances{gap:20px}
.account-reference .account-balance-row{flex-direction:column;align-items:flex-start;gap:7px;font-size:14px}
.account-reference .account-balance-row dd{font-size:28px;font-weight:500;line-height:1.25;letter-spacing:-.3px;text-align:left}
.account-reference .account-reserved{font-size:13px}
.account-reference .account-reserved dd{font-size:18px;font-weight:400;letter-spacing:0}
.account-reference-welcome{margin:0;font-size:13px;color:#777;line-height:1.5}
.account-reference-videos{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;min-height:36px;margin-top:auto;padding-top:12px;border-top:1px solid #eee;font-size:14px}
.account-reference-videos>.icon{width:20px;height:20px}
.account-reference-pack{border:1px solid #111}
.account-reference-price{font-size:36px;font-weight:500;line-height:1;letter-spacing:-.5px;margin:0}
.account-reference-package{font-size:14px;color:#777;line-height:1.5;margin:-4px 0 0}
.account-reference .account-credit-facts{gap:12px;margin:4px 0}
.account-reference .account-credit-facts li{align-items:flex-start;gap:8px;font-size:13px;line-height:1.5}
.account-reference .account-credit-facts .icon{width:18px;height:18px;margin-top:1px;color:#111}
.account-reference-pack>.btn-primary{width:100%;margin-top:auto;min-height:36px;padding:7px 12px;border-radius:4px;background:#000;color:#fff;font-size:14px;line-height:20px;font-weight:500}
.account-reference-pack>.account-stripe-note{font-size:11px;margin:-6px 0 0}
.account-reference-activity{display:flex;flex-direction:column;gap:18px;margin-top:36px}
.account-reference-activity>h2{font-size:20px;font-weight:400;line-height:1.4;letter-spacing:-.2px;margin:0}
.account-reference .account-operation{gap:8px;padding:16px 0}
.account-reference .account-operation:first-child{padding-top:0}
.account-reference .account-operation-main{font-size:14px;line-height:1.4}
.account-reference .account-operation-delta{font-size:13px;font-weight:500}
.account-reference .account-operation-meta,.account-reference .account-operation-detail{font-size:12px}
.account-reference .account-history-feedback{font-size:13px}
.account-reference .account-history-feedback .btn,.account-reference [data-action=account-history-more]{align-self:flex-start;font-size:13px;min-height:36px;padding:7px 12px;border-radius:4px}
.account-reference [hidden]{display:none!important}
.account-reference :is(button,a):focus-visible{outline:2px solid #25252a;outline-offset:4px}
@media(max-width:760px){.account-reference{padding:24px 18px 42px}.account-reference-tabs{gap:30px;margin-bottom:20px}.account-reference-heading{margin-bottom:28px}.account-reference-heading>h1,.account-reference-heading>h2{font-size:26px;line-height:1.5}.account-reference-heading>p{font-size:15px}.account-reference-identity{gap:20px}.account-reference-field>.input{font-size:16px;line-height:20px}.account-reference-avatar{min-height:220px;padding:20px}.account-reference-plans{grid-template-columns:1fr;gap:20px}.account-reference-credit-card{padding:24px}.account-reference .account-balances{flex-direction:row;justify-content:space-between;gap:20px;flex-wrap:wrap}.account-reference-activity{margin-top:30px}}
@media(max-width:480px){.account-reference-tabs{gap:24px}.account-reference-tab{font-size:13px}.account-reference-identity{grid-template-columns:minmax(0,1fr) 80px;gap:16px}.account-reference-avatar{min-height:80px;padding:8px;margin-top:28px}.account-reference .account-avatar{width:54px;height:54px;font-size:18px}.account-reference-brand-heading{flex-wrap:wrap;gap:12px}.account-reference-credit-card{padding:22px}.account-reference .account-brand-edit{font-size:12px}}
@media(forced-colors:active){.account-reference,.account-reference-pack>.btn-primary{background:Canvas;color:CanvasText}.account-reference-credit-card,.account-reference-avatar,.account-reference .account-avatar,.account-reference-field>.input{border-color:CanvasText}.account-reference-tab[aria-selected=true]{border-bottom-color:Highlight;color:Highlight}}
