:root{--navy:#1b2a4a;--navy-light:#243658;--gold:#c5a55a;--gold-dark:#a88b3d;--bg-page:#f7f9fc;--bg-card:#ffffff;--bg-alt-row:#f0f3f8;--text-primary:#2d2d2d;--text-secondary:#6b7280;--text-muted:#9ca3af;--border:#d1d5db;--border-light:#e5e7eb;--danger:#c0392b;--success:#1e7e34}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;background:var(--bg-page);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--navy);text-decoration:none}.brand-name{font-size:17px;font-weight:600;letter-spacing:-.02em}.brand-divider{width:1px;height:20px;background:var(--border)}.brand-surface{color:var(--text-secondary);font-size:12px;letter-spacing:.08em}.brand-surface,.eyebrow{font-weight:600;text-transform:uppercase}.eyebrow{margin:0;color:var(--gold-dark);font-size:10px;letter-spacing:.18em}.auth-page{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(430px,1.1fr);min-height:100vh}.auth-context,.auth-form-region{padding:clamp(32px,6vw,80px)}.auth-context{display:flex;flex-direction:column;border-right:1px solid var(--border-light);background:var(--bg-card)}.auth-context-copy{max-width:520px;margin-top:clamp(72px,15vh,144px)}.auth-context-copy h1{max-width:470px;margin:14px 0 18px;color:var(--navy);font-size:clamp(34px,4.6vw,56px);font-weight:600;letter-spacing:-.04em;line-height:1.04}.auth-context-copy>p:last-child,.auth-form-heading>p:last-child,.section-heading>p:last-child{margin:0;color:var(--text-secondary);font-size:14px;line-height:1.7}.auth-product-register{display:grid;max-width:560px;margin:auto 0 0;padding:0;border-top:1px solid var(--border-light);list-style:none}.auth-product-register li{display:flex;align-items:center;gap:14px;padding:16px 0;border-bottom:1px solid var(--border-light)}.number-badge{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:30px;height:30px;border:1.5px solid var(--gold);border-radius:999px;color:var(--gold-dark);font-size:11px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600}.auth-product-register small,.auth-product-register strong{display:block}.auth-product-register strong{color:var(--navy);font-size:13px;font-weight:600}.auth-product-register small{margin-top:3px;color:var(--text-secondary);font-size:11px}.auth-form-region{display:flex;flex-direction:column;justify-content:center;max-width:620px;width:100%;margin:0 auto}.auth-form-heading{max-width:440px;margin:0 auto 28px;width:100%}.auth-form-heading h2,.section-heading h1,.section-heading h2{margin:10px 0;color:var(--navy);font-size:clamp(28px,3.5vw,38px);font-weight:600;letter-spacing:-.035em;line-height:1.1}.clerk-form-shell{max-width:440px;width:100%;margin:0 auto;padding:24px;border-top:2px solid var(--gold);border-bottom:1px solid var(--border-light);background:var(--bg-card)}.auth-legal{max-width:440px;margin:18px auto 0;color:var(--text-muted);font-size:11px;line-height:1.6}.auth-legal a{color:var(--gold-dark)}.account-header{display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:0 clamp(20px,5vw,64px);border-bottom:1px solid var(--border-light);background:var(--bg-card)}.account-header nav{display:flex;align-items:center;gap:22px}.account-header nav>a{color:var(--text-secondary);font-size:12px;font-weight:600;text-decoration:none}.account-header nav>a:hover{color:var(--navy);text-decoration:underline;text-underline-offset:4px}.account-main{max-width:960px;margin:0 auto;padding:72px 24px 120px}.section-heading{max-width:660px}.section-heading h1{font-size:clamp(36px,5vw,48px)}.account-summary{display:grid;grid-template-columns:repeat(3,1fr);margin-top:38px;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.account-summary div{padding:20px;border-left:1px solid var(--border-light)}.account-summary div:first-child{border-left:0;background:var(--bg-alt-row)}.account-summary dt{color:var(--text-secondary);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.account-summary dd{margin:8px 0 0;color:var(--navy);font-size:14px;font-weight:600}.product-directory{margin-top:72px;padding-top:36px;border-top:2px solid var(--gold)}.product-ledger{margin-top:32px;border-top:1px solid var(--border-light)}.product-row{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;grid-gap:18px;gap:18px;min-height:116px;padding:22px 0;border-bottom:1px solid var(--border-light)}.product-index{color:var(--gold-dark);font-size:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600}.product-title-line{display:flex;align-items:baseline;gap:12px}.product-title-line h3{margin:0;color:var(--navy);font-size:17px;font-weight:600}.product-title-line span{color:var(--text-secondary);font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.product-copy p{max-width:600px;margin:7px 0 0;color:var(--text-secondary);font-size:13px;line-height:1.55}.product-action{display:inline-flex;align-items:center;gap:8px;color:var(--gold-dark);font-size:12px;font-weight:600;text-decoration:none}.product-action:not(.product-action-disabled):hover{color:var(--navy);text-decoration:underline;text-underline-offset:4px}.directory-note,.product-action-disabled{color:var(--text-muted)}.directory-note{margin:18px 0 0;font-size:11px;line-height:1.6}.signed-out-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.primary-link,.secondary-link{display:inline-flex;align-items:center;min-height:42px;padding:0 17px;border-radius:6px;font-size:13px;font-weight:600;text-decoration:none}.primary-link{border:1px solid var(--navy);background:var(--navy);color:white}.secondary-link{border:1px solid var(--border);background:var(--bg-card);color:var(--navy)}.profile-region{margin-top:42px;padding-top:28px;border-top:2px solid var(--gold)}@media (max-width:820px){.auth-page{display:block}.auth-context{min-height:auto;border-right:0;border-bottom:1px solid var(--border-light)}.auth-context-copy{margin-top:56px}.auth-product-register{margin-top:52px}.auth-form-region{min-height:680px}}@media (max-width:620px){.auth-context,.auth-form-region{padding:28px 20px}.account-header nav>a,.brand-divider,.brand-surface{display:none}.clerk-form-shell{padding:18px 0}.account-header{padding:0 20px}.account-summary{display:block}.account-summary div,.account-summary div:first-child{border-top:1px solid var(--border-light);border-left:0}.account-summary div:first-child{border-top:0}.product-row{grid-template-columns:32px minmax(0,1fr)}.product-action{grid-column:2}.product-title-line{display:block}.product-title-line span{display:block;margin-top:5px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important}}