.surface-page{min-height:100vh;position:relative;background:var(--surface);color:var(--light)}.surface-page--padded{padding:4rem 2rem}.surface-page--centered{display:flex;align-items:center;justify-content:center;padding:2rem}.surface-page__glow{position:absolute;inset:0;pointer-events:none}.surface-page__glow--pricing{background:radial-gradient(ellipse 800px 500px at 50% 20%,var(--gold-glow),transparent 60%)}.surface-page__glow--auth{background:radial-gradient(ellipse 600px 400px at 50% 30%,var(--gold-glow),transparent 60%)}.surface-page__inner{position:relative;width:100%;margin:0 auto}.surface-page__inner--wide{max-width:60rem}.surface-page__inner--medium{max-width:50rem}.surface-page__inner--compact{max-width:36rem}.surface-page__inner--xs{max-width:26.25rem}.surface-page__header{text-align:center;margin-bottom:3rem}.surface-page__header--split{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.surface-eyebrow{font-family:var(--font-mono);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-dim);margin-bottom:1rem}.surface-eyebrow--bright{color:var(--gold)}.surface-kicker{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ash);margin-bottom:.25rem}.surface-title{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3rem);line-height:1.15;color:var(--light);font-weight:700;margin-bottom:1rem}.surface-title--medium{font-size:1.5rem;color:var(--smoke);font-weight:400;margin-bottom:.5rem}.surface-title--small{font-size:1.875rem;font-weight:400;color:var(--smoke);margin-bottom:1rem}.surface-copy{font-family:var(--font-sans);font-size:1rem;line-height:1.7;color:var(--steel)}.surface-copy--smoke{color:var(--smoke)}.surface-copy--small{font-size:.95rem}.surface-copy--xs{font-size:.85rem;line-height:1.6}.surface-copy+.surface-copy{margin-top:1rem}.surface-divider{width:2.5rem;height:2px;background:var(--gold);margin-bottom:2rem}.surface-panel{background:var(--charcoal);border:1px solid var(--gold-border);border-radius:1rem;padding:1.5rem 2rem}.surface-panel--subtle{background:var(--surface);border-color:var(--border-mid)}.surface-panel--raised{background:var(--surface-raised)}.surface-panel--flat{border-radius:0}.surface-banner{padding:1rem 1.5rem;margin-bottom:2rem}.surface-banner--gold{background:var(--gold-subtle);border:1px solid var(--gold-border)}.surface-banner--muted{background:var(--surface);border:1px solid var(--border-mid)}.surface-banner--center{text-align:center}.surface-banner__text{font-family:var(--font-sans);font-size:.95rem;color:var(--steel)}.surface-banner__text--gold{color:var(--gold)}.surface-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.surface-actions--center{justify-content:center}.surface-link{font-family:var(--font-sans);font-size:.85rem;color:var(--ash);text-decoration:underline;text-underline-offset:3px}.surface-link--gold{color:var(--gold)}.surface-button,.surface-link--mono{font-family:var(--font-mono);font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.surface-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease}button.surface-button{cursor:pointer}.surface-button:disabled{cursor:wait;opacity:.5}.surface-button--primary{color:var(--void);background:var(--gold);border:none}.surface-button--primary:hover:not(:disabled){background:var(--light)}.surface-button--secondary{color:var(--smoke);background:transparent;border:1px solid var(--border-mid)}.surface-button--secondary:hover:not(:disabled){border-color:var(--gold);color:var(--gold)}.surface-button--full{width:100%}.surface-button--muted{color:var(--void);background:var(--gold-dim);border:none}.surface-form{display:flex;flex-direction:column}.surface-form__label{display:block;font-family:var(--font-mono);font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ash);margin-bottom:.25rem}.surface-form__input{width:100%;background:var(--void);border:1px solid var(--border-mid);color:var(--light);font-family:var(--font-sans);font-size:1rem;padding:.75rem 1rem;outline:none;margin-bottom:1.5rem}.surface-form__input:focus{border-color:var(--gold)}.surface-form__error{font-family:var(--font-sans);font-size:.85rem;color:var(--destructive);margin-bottom:1rem}.surface-form__checkbox{display:flex;align-items:flex-start;gap:.6rem;margin-bottom:1.25rem;cursor:pointer}.surface-form__checkbox input[type=checkbox]{margin-top:.2rem;accent-color:var(--gold);flex-shrink:0}.surface-form__checkbox span{font-family:var(--font-sans);font-size:.75rem;line-height:1.5;color:var(--ash)}.surface-link--inline{color:var(--gold);text-decoration:underline;text-underline-offset:2px;font-size:inherit}.surface-muted-note{font-family:var(--font-sans);font-size:.8rem;color:var(--ash)}.surface-emphasis{color:var(--gold)}.surface-error-screen,.surface-loading{min-height:100vh;background:var(--surface);display:flex;align-items:center;justify-content:center}.surface-error-screen{padding:2rem}.surface-loading__label{font-family:var(--font-mono);font-size:.875rem;color:var(--ash);letter-spacing:.05em;text-transform:uppercase}.surface-error-screen__message{font-family:var(--font-sans);font-size:1rem;color:var(--destructive);text-align:center;max-width:25rem}.legal-page{min-height:100vh;padding:3rem 2rem;max-width:45rem;margin:0 auto}.legal-page__content{font-family:var(--font-sans);font-size:.95rem;line-height:1.8;color:var(--smoke)}.legal-page__section+.legal-page__section{margin-top:2rem}.legal-page__section-title{font-family:var(--font-serif);font-size:1.2rem;color:var(--light);margin-bottom:.5rem}.legal-page__section-body{margin-bottom:1rem}.legal-page__footer{border-top:1px solid var(--border-faint);padding-top:1.5rem}.returning-entry{padding:0 2rem 3rem;background:var(--surface)}.returning-entry__panel{max-width:72rem;margin:0 auto;background:var(--charcoal);border:1px solid var(--gold-border);border-radius:1rem;padding:2rem;box-shadow:0 0 0 1px var(--gold-subtle)}.returning-entry__title{font-family:var(--font-serif);font-size:1.875rem;color:var(--smoke);font-weight:400;margin-bottom:.5rem}.returning-entry__body{max-width:44rem;margin-bottom:1.5rem}.pricing-page__recommendation{margin-bottom:2rem;text-align:left}.pricing-page__preview{margin-bottom:2.5rem}.pricing-page__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}.pricing-card{position:relative;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border-mid);padding:2rem 1.5rem}.pricing-card--featured{border-color:var(--gold-border)}.pricing-card__flag{position:absolute;top:-1px;left:1.5rem;font-size:.55rem;color:var(--void);background:var(--gold);padding:3px .5rem}.pricing-card__flag,.pricing-card__label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase}.pricing-card__label{font-size:.6rem;color:var(--ash);margin-bottom:.25rem}.pricing-card__name{font-size:1.3rem;margin-bottom:.5rem}.pricing-card__name,.pricing-card__price{font-family:var(--font-serif);font-weight:700;color:var(--light)}.pricing-card__price{font-size:2rem;margin-bottom:.25rem}.pricing-card__note{font-family:var(--font-sans);font-size:.8rem;font-weight:400;color:var(--steel);margin-left:.25rem}.pricing-card__desc{font-family:var(--font-sans);font-size:.88rem;line-height:1.6;color:var(--smoke);margin-bottom:1.5rem;flex:1}.pricing-card__cta{width:100%}.pricing-card__cta--featured{color:var(--void);background:var(--gold);border:none}.pricing-card__cta--standard{color:var(--light);background:transparent;border:1px solid var(--border-mid)}.pricing-card__cta[disabled]{opacity:.5}.dashboard-page__header-actions{display:flex;align-items:center;gap:1rem}.dashboard-page__email{font-family:var(--font-mono);font-size:.75rem;color:var(--ash)}.dashboard-page__credits,.dashboard-page__empty,.dashboard-page__footer,.dashboard-page__full-access,.dashboard-page__panel{border-radius:.75rem;margin-bottom:2rem}.dashboard-page__credits,.dashboard-page__full-access,.dashboard-page__panel{background:var(--charcoal);border:1px solid var(--gold-border)}.dashboard-page__credits{padding:1rem 1.5rem;justify-content:space-between;flex-wrap:wrap;gap:1rem}.dashboard-page__credits,.dashboard-page__credits-count,.dashboard-page__credits-main{display:flex;align-items:center}.dashboard-page__credits-main{gap:1rem}.dashboard-page__credits-count{gap:.5rem;align-items:baseline}.dashboard-badge,.dashboard-page__credits-label,.dashboard-page__credits-meta,.dashboard-page__full-access-text{font-family:var(--font-mono);text-transform:uppercase}.dashboard-page__credits-label,.dashboard-page__credits-meta{color:var(--ash)}.dashboard-page__credits-label,.dashboard-page__full-access-text{font-size:.65rem;letter-spacing:.1em}.dashboard-page__credits-value{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--gold)}.dashboard-page__credits-copy{font-family:var(--font-sans);font-size:.8rem;color:var(--steel)}.dashboard-page__full-access{padding:1rem 1.5rem;text-align:center}.dashboard-page__full-access-text{color:var(--gold)}.dashboard-page__empty{background:var(--charcoal);border:1px solid var(--border-mid);padding:3rem 2rem;text-align:center}.dashboard-page__footer{margin-top:3rem;text-align:center;border-top:1px solid var(--border-faint);padding-top:2rem}.dashboard-page__module-list{display:flex;flex-direction:column;gap:1rem}.dashboard-module-card__parked{font-size:.72rem;letter-spacing:.04em;color:var(--gold-dim);margin-top:.2rem}.dashboard-module-card-link{text-decoration:none;color:inherit}.dashboard-module-card{background:var(--charcoal);border:1px solid var(--border-strong);border-radius:.75rem;padding:1.5rem;display:flex;align-items:center;gap:1.5rem}.dashboard-module-card--locked{border-color:var(--border-mid)}.dashboard-module-card--locked-creditless{opacity:.6}.dashboard-module-card--locked-credited{opacity:.9}.dashboard-module-card--recommended,.dashboard-module-card--requested{border-color:var(--gold-border)}.dashboard-module-card-link:hover .dashboard-module-card{border-color:var(--gold)}.dashboard-module-card__number{font-family:var(--font-mono);font-size:1.875rem;font-weight:700;min-width:3rem;text-align:center;color:var(--ash)}.dashboard-module-card__number--active{color:var(--gold);opacity:.6}.dashboard-module-card__main{flex:1}.dashboard-module-card__title{font-family:var(--font-sans);font-size:1rem;font-weight:600;color:var(--light);margin-bottom:.25rem}.dashboard-module-card__title--locked{color:var(--steel)}.dashboard-module-card__subtitle{font-family:var(--font-sans);font-size:.875rem;color:var(--steel)}.dashboard-module-card__subtitle--locked{color:var(--ash)}.dashboard-module-card__hint{margin-top:.25rem;font-family:var(--font-mono);font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;color:var(--gold)}.dashboard-module-card__progress{width:100%;margin-top:.5rem;display:block;height:2px;border:none;background:var(--border-strong);overflow:hidden}.dashboard-module-card__progress::-webkit-progress-bar{background:var(--border-strong)}.dashboard-module-card__progress::-webkit-progress-value{background:var(--gold)}.dashboard-module-card__progress::-moz-progress-bar{background:var(--gold)}.dashboard-module-card__badges{display:flex;gap:.5rem;align-items:center}.dashboard-module-card__action{white-space:nowrap;padding:.5rem .75rem}.dashboard-badge{display:inline-flex;align-items:center;border:1px solid;border-radius:.25rem;padding:.25rem .5rem;white-space:nowrap;font-size:.75rem;font-weight:600;letter-spacing:.03em}.dashboard-badge--gold{color:var(--gold)}.dashboard-badge--ash{color:var(--ash)}.dashboard-badge--success{color:var(--success)}.dashboard-badge--subordinate{color:var(--subordinate-text)}.dashboard-badge--emergence{color:var(--emergence-text)}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}.auth-shell__inner{position:relative;width:100%;max-width:26.25rem}.auth-shell__footer{margin-top:2rem;text-align:center}.auth-shell__link-button{background:none;border:none;padding:0;font:inherit;color:var(--gold);text-decoration:underline;text-underline-offset:3px;cursor:pointer}.auth-shell__link-button:disabled{opacity:.4;cursor:default}.auth-shell__tabs{display:flex;gap:0;margin-bottom:1.5rem;border-bottom:1px solid var(--border-dim)}.auth-shell__tab{flex:1;background:none;border:none;border-bottom:2px solid transparent;color:var(--text-mid);font-size:.85rem;font-weight:500;padding:.5rem 0 .625rem;cursor:pointer;transition:color .15s,border-color .15s}.auth-shell__tab:hover{color:var(--text-primary)}.auth-shell__tab--active{color:var(--gold);border-bottom-color:var(--gold)}.auth-shell__alt-actions{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:.25rem}.auth-shell__alt-actions .auth-shell__link-button{font-size:.8rem;color:var(--text-mid)}.auth-shell__alt-actions .auth-shell__link-button:hover:not(:disabled){color:var(--gold)}.checkout-card{width:100%;max-width:36rem;background:var(--charcoal);border:1px solid var(--gold-border);border-radius:.75rem;padding:2rem}.checkout-card__actions{display:flex;gap:1rem;flex-wrap:wrap}.surface-module-error{max-width:42rem;margin:8rem auto 0;padding:2.5rem;background:rgba(22,19,17,.75);border:1px solid var(--gold-border);border-radius:1rem;box-shadow:0 24px 60px rgba(0,0,0,.35);color:var(--smoke)}.surface-module-error__eyebrow{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.875rem}.surface-module-error__title{color:var(--smoke-strong);font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.08;margin:0}.surface-module-error__body{margin-top:1rem;font-size:1rem;line-height:1.75;color:var(--ash)}.surface-module-error__actions{display:flex;gap:.875rem;flex-wrap:wrap;margin-top:1.5rem}.surface-module-error__note{margin-top:1rem;font-size:.88rem;line-height:1.6;color:var(--ash)}.surface-module-error__details{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--gold-border)}.surface-module-error__details summary{cursor:pointer;color:var(--gold);font-size:.85rem;letter-spacing:.08em;text-transform:uppercase}.surface-module-error__message,.surface-module-error__stack{white-space:pre-wrap;word-break:break-word;background:var(--border-faint);padding:1rem;border-radius:.75rem;font-size:.8rem;margin-top:.875rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.surface-module-error__stack{max-height:18rem;overflow:auto}.surface-module-sync-warning{position:fixed;left:50%;bottom:5.5rem;transform:translateX(-50%);z-index:45;max-width:min(40rem,calc(100vw - 2rem));padding:.875rem 1rem;border:1px solid var(--gold-border-active);border-radius:999px;background:rgba(22,19,17,.75);color:var(--smoke);font-size:.88rem;line-height:1.5;text-align:center;box-shadow:0 12px 28px rgba(0,0,0,.32)}.surface-module-sync-warning--signin a{color:var(--gold);text-decoration:underline;text-underline-offset:2px}@media (max-width:768px){.legal-page,.surface-page--padded{padding:3rem 1.25rem}.dashboard-module-card,.dashboard-page__credits,.surface-page__header--split{flex-direction:column;align-items:flex-start}.dashboard-module-card__badges{width:100%;flex-wrap:wrap}.returning-entry{padding-left:1.25rem;padding-right:1.25rem}.surface-module-error{margin-top:6rem;padding:1.5rem}.surface-module-sync-warning{bottom:4.75rem;border-radius:1rem}}