.credit-history-overlay{position:fixed;inset:0;z-index:150;background:oklch(20% .01 45/.42);animation:credit-overlay-in .16s ease-out}.credit-history-dialog{--credit-ink:oklch(27% .009 45);--credit-muted:oklch(49% .01 45);--credit-line:oklch(91% .006 45);position:fixed;top:50%;left:50%;z-index:151;transform:translate(-50%,-50%);display:flex;flex-direction:column;width:min(560px,calc(100vw - 40px));max-height:min(720px,calc(100dvh - 64px));overflow:hidden;border:1px solid oklch(95% .005 45);border-radius:22px;background:oklch(99% .003 45);color:var(--credit-ink);box-shadow:0 24px 80px oklch(20% .01 45/.2),0 4px 16px oklch(20% .01 45/.06);font-family:var(--font-inter),system-ui,sans-serif;animation:credit-dialog-in .18s cubic-bezier(.16,1,.3,1)}.credit-history-dialog *{box-sizing:border-box}.credit-history-dialog button{font:inherit;cursor:pointer}.credit-history-dialog button:focus-visible{outline:2px solid oklch(50% .15 38);outline-offset:4px}.credit-history-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:25px 28px 20px;flex-shrink:0}.credit-history-heading{display:flex;align-items:center;gap:10px;min-width:0}.credit-history-heading h2{margin:0;font-size:20px;line-height:1.3;font-weight:650;letter-spacing:-.025em}.credit-history-close{display:grid;place-items:center;flex-shrink:0;width:36px;height:36px;border:0;border-radius:50%;background:transparent;color:var(--credit-muted);transition:background .15s}.credit-history-close:hover{background:oklch(94% .005 45)}.credit-history-summary{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 28px;padding:2px 0 25px;border-bottom:1px solid var(--credit-line);flex-shrink:0}.credit-history-balance{display:flex;align-items:baseline;flex-wrap:wrap;gap:12px;min-width:0}.credit-history-balance>span{font-size:13px;color:var(--credit-muted)}.credit-history-balance strong{font-size:30px;line-height:1.2;letter-spacing:-.04em;font-weight:600;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.credit-history-buy{display:flex;justify-content:center;align-items:center;gap:9px;flex-shrink:0;max-width:60%;padding:11px 16px;border:1px solid transparent;border-radius:10px;background:oklch(36% .06 38);color:oklch(99% .003 45);font-size:13px!important;line-height:1.4;font-weight:600!important;transition:background .15s}.credit-history-buy:hover{background:oklch(29% .06 38)}.credit-history-buy:active{background:oklch(25% .06 38)}.credit-history-buy svg{flex-shrink:0}.credit-history-section-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:22px 28px 10px;flex-shrink:0}.credit-history-section-heading h3{margin:0;font-size:13px;font-weight:600}.credit-history-info{border:0;background:none;padding:5px 0;color:var(--credit-muted);font-size:12px!important;text-align:right}.credit-history-info:hover{color:var(--credit-ink);text-decoration:underline;text-underline-offset:3px}.credit-history-ledger{min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;padding:0 28px 20px;scrollbar-gutter:stable}.credit-history-ledger ul{margin:0;padding:0;list-style:none}.credit-history-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:13px;align-items:start;padding:18px 0;border-bottom:1px solid var(--credit-line)}.credit-history-row:last-child{border-bottom:0}.credit-history-direction{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:oklch(95% .006 45);color:var(--credit-muted)}.credit-history-direction[data-positive=true]{background:oklch(95% .018 160);color:oklch(41% .09 160)}.credit-history-description{display:flex;flex-direction:column;gap:4px;min-width:0;overflow-wrap:anywhere}.credit-history-type{font-size:14px;line-height:1.4;font-weight:550}.credit-history-detail{font-size:12px;line-height:1.5;color:var(--credit-muted)}.credit-history-description time{font-size:11px;line-height:1.5;color:var(--credit-muted);font-variant-numeric:tabular-nums}.credit-history-amount{padding-top:4px;font-size:15px;line-height:1.4;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.credit-history-amount[data-positive=true]{color:oklch(41% .09 160)}.credit-history-state{display:flex;min-height:220px;align-items:center;justify-content:center;flex-direction:column;gap:14px;text-align:center;color:var(--credit-muted);font-size:14px}.credit-history-state p{margin:0}.credit-history-retry{border:1px solid var(--credit-line);border-radius:8px;padding:8px 14px;background:transparent;color:var(--credit-ink)}.credit-history-retry:hover{background:oklch(95% .006 45)}.credit-history-skeleton{display:flex;align-items:center;justify-content:space-between;height:82px;border-bottom:1px solid var(--credit-line)}.credit-history-skeleton span{width:45%;height:28px;border-radius:5px;background:oklch(94% .006 45)}.credit-history-skeleton span+span{width:40px;height:16px}@keyframes credit-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes credit-dialog-in{0%{opacity:0;transform:translate(-50%,calc(-50% + 8px))}to{opacity:1;transform:translate(-50%,-50%)}}@media(max-width:700px){.credit-history-dialog{width:calc(100vw - 24px);max-height:calc(100dvh - 32px);border-radius:18px}.credit-history-header{padding:20px}.credit-history-summary{margin:0 20px;gap:12px}.credit-history-section-heading{padding:18px 20px 10px}.credit-history-ledger{padding:0 20px 16px}.credit-history-row{grid-template-columns:28px minmax(0,1fr) auto;gap:10px}.credit-history-direction{width:28px;height:28px}}@media(prefers-reduced-motion:reduce){.credit-history-dialog,.credit-history-overlay{animation:none}.credit-history-dialog button{transition:none}}.discovery-workspace{--discovery-toolbar-height:56px;--discovery-nav-text:oklch(0.73 0.006 260);--discovery-nav-active:oklch(0.96 0.004 260);--discovery-nav-accent:oklch(0.72784 0.17228 38.05)}.discovery-workspace>main{min-width:0}.discovery-workspace>aside{padding-top:var(--discovery-toolbar-height)}.discovery-workspace-content{margin-top:var(--discovery-toolbar-height)}.discovery-workspace-toolbar{position:fixed;inset:0 0 auto;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:24px;height:var(--discovery-toolbar-height);padding:0 24px;border-bottom:1px solid oklch(.31 .006 260/.5);background:oklch(.16 .005 260)}.discovery-toolbar-identity{display:flex;align-items:center;gap:32px;min-width:0}.discovery-brand{display:inline-flex;align-items:center;flex-shrink:0;gap:9px;color:var(--discovery-nav-active);font-size:18px;font-weight:750;line-height:1;letter-spacing:-.025em}.discovery-brand>svg{flex-shrink:0;color:var(--discovery-nav-accent)}.discovery-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:2px;min-width:0;padding:3px;border-radius:6px;background:oklch(.245 .007 260)}.discovery-product{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:0;min-height:30px;padding:0 16px;border:0;border-radius:4px;background:transparent;color:oklch(.85 .005 260);font-size:13px;font-weight:500;white-space:nowrap;cursor:pointer;transition:color .16s ease-out,background-color .16s ease-out}.discovery-product:hover{color:oklch(.82 .115 38);background:oklch(.31 .025 38)}.discovery-product:active{background:oklch(.28 .025 38)}.discovery-product-active{color:oklch(.19 .015 38);background:var(--discovery-nav-accent);font-weight:600}.discovery-product-active:hover{color:oklch(.19 .015 38);background:oklch(.77 .15 38)}.discovery-product-active:active{background:oklch(.69 .16 38)}.discovery-product-arrow{flex-shrink:0;transition:transform .16s ease-out}.discovery-product:hover .discovery-product-arrow{transform:translate(1px,-1px)}.discovery-product-label{line-height:1.4;letter-spacing:.025em}.discovery-account-actions,.discovery-toolbar-actions{display:flex;align-items:center;flex-shrink:0}.discovery-toolbar-actions{gap:18px;margin-left:auto}.discovery-account-actions{gap:8px}.discovery-view-switcher{display:flex;align-items:center;gap:4px}.discovery-view-button{min-height:34px;padding:0 11px;border-radius:6px;color:var(--discovery-nav-text);font-size:13px;font-weight:500;white-space:nowrap;transition:color .16s ease-out,background-color .16s ease-out}.discovery-view-active,.discovery-view-button:hover{color:var(--discovery-nav-active)}.discovery-view-active{font-weight:600}.discovery-account-button,.discovery-credit-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:34px;padding:0 9px;border-radius:6px;font-size:13px;font-weight:500;transition:background-color .16s ease-out}.discovery-credit-button{color:var(--discovery-nav-accent);font-variant-numeric:tabular-nums}.discovery-account-button{color:var(--discovery-nav-text)}.discovery-account-button>span{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.discovery-account-button:hover,.discovery-account-button[aria-expanded=true],.discovery-credit-button:hover{background:oklch(.24 .006 260)}.discovery-workspace-toolbar button[aria-label="Select language"]{min-height:34px}.discovery-workspace-toolbar :is(button,a):focus-visible{outline:2px solid oklch(.82 .008 260);outline-offset:3px}@media (max-width:1400px){.discovery-workspace{--discovery-toolbar-height:104px}.discovery-workspace-toolbar{flex-wrap:wrap;align-content:center;gap:4px;padding:6px 20px}.discovery-toolbar-identity{width:100%;gap:24px}.discovery-products{gap:2px}.discovery-product{min-height:38px}.discovery-toolbar-actions{width:100%;gap:12px}.discovery-view-switcher{margin-right:auto}.discovery-account-button,.discovery-credit-button,.discovery-view-button,.discovery-workspace-toolbar button[aria-label="Select language"]{min-height:40px}}@media (max-width:767px){.discovery-workspace>main{z-index:30}.discovery-workspace[data-view=create] .discovery-workspace-content{margin-top:0}.discovery-workspace-toolbar{padding-inline:12px}.discovery-toolbar-identity{gap:16px}.discovery-brand>span{display:none}.discovery-products{flex:1;gap:2px}.discovery-product{padding-inline:6px;gap:4px;white-space:normal;text-align:center;font-size:12px}.discovery-product-label{overflow-wrap:anywhere}.discovery-toolbar-actions{gap:4px}.discovery-view-switcher{flex:1;min-width:0}.discovery-view-button{flex:1;min-width:0;padding-inline:6px;font-size:12px;line-height:1.35;white-space:normal;overflow-wrap:anywhere}.discovery-account-actions{gap:2px}.discovery-account-button,.discovery-credit-button{padding-inline:6px}.discovery-account-button,.discovery-credit-button,.discovery-view-button,.discovery-workspace-toolbar button[aria-label="Select language"]{min-height:44px}}@media (prefers-reduced-motion:reduce){.discovery-account-button,.discovery-credit-button,.discovery-product,.discovery-product-arrow,.discovery-view-button{transition:none}}.headshots-invitation{position:relative;isolation:isolate;display:flex;align-items:center;min-height:290px;aspect-ratio:3/1;margin-bottom:40px;border:1px solid #ffffffb3;border-radius:20px;background:#f5f5f7;color:#1d1d1f;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.headshots-banner-art{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:fill;object-fit:fill;z-index:-1}.headshots-invitation-copy{width:38%;padding:28px 0 28px 28px}.headshots-eyebrow{display:block;color:#62646b;font-size:10px;font-weight:600;letter-spacing:.2em}.headshots-invitation h2{font-size:clamp(24px,2.05vw,36px);line-height:1.08;font-weight:650;letter-spacing:-.045em;margin-top:15px}.headshots-invitation p{color:#62646b;font-size:13px;line-height:1.5;margin-top:15px}.headshots-invitation-copy>a{display:inline-flex;align-items:center;justify-content:center;background:#0071e3;color:#fff;border-radius:999px;padding:16px 28px;font-size:16px;font-weight:600;margin-top:22px;min-height:56px;transition:background-color .16s}.headshots-invitation-copy>a:hover{background:#0077ed}.headshots-invitation-copy{min-width:0}.headshots-invitation h2{overflow-wrap:anywhere}.headshots-eyebrow{text-transform:uppercase}.headshots-invitation-copy>a{max-width:100%;text-align:center;overflow-wrap:anywhere}.headshots-banner-link:after{content:"";position:absolute;inset:0;z-index:1;cursor:pointer;border-radius:0}.headshots-invitation:focus-within{outline:3px solid #2997ff;outline-offset:4px}.headshots-invitation:hover .headshots-banner-link{background:#0077ed}.headshots-invitation-copy>a:focus-visible{outline:3px solid #0071e3;outline-offset:4px}@media (max-width:1200px){.headshots-invitation{display:block;width:100%;aspect-ratio:auto}.headshots-invitation-copy{width:100%;padding:28px 24px max(205px,53%)}.headshots-banner-art{top:auto;bottom:0;left:-56.25%;height:auto;width:156.25%;max-width:none;-o-object-fit:contain;object-fit:contain}}@media (max-width:767px){.headshots-invitation{min-height:455px;padding:0;margin-bottom:28px}.headshots-invitation h2{font-size:30px}.headshots-invitation-copy>a{margin-top:18px}}[data-appearance=headshots][role=dialog]{max-height:calc(100dvh - 32px);overflow-y:auto;border:1px solid #dce3ed;background:#fff;color:#303b48}[data-appearance=headshots] h2{color:#263446}[data-appearance=headshots] .account-info-close{background:#f2f5f9;color:#677283}[data-appearance=headshots] .account-info-close:hover{background:#e9f2ff;color:#06c}[data-appearance=headshots] .account-info-balance{background:#f2f7ff}[data-appearance=headshots] .account-info-balance-value{color:#06c}[data-appearance=headshots] .account-info-plan{border-color:#dce3ed}[data-appearance=headshots] .account-info-plan>span{color:#414e60}[data-appearance=headshots] .account-info-cancel{color:#06c}[data-appearance=headshots] .account-info-cancel:hover{color:#004b99;text-decoration:underline}[data-appearance=headshots] button:focus-visible{outline:2px solid #0071e3;outline-offset:3px}