:root{--rpt-mint:#dbf0e7;--rpt-accent-alt:#2d6c52;--rpt-danger:#dc2626;--rpt-warning:#e17100;--rpt-success:#00a63e;--rpt-card-shadow:0 0 2px rgba(35,31,32,0.2),0 0 3px rgba(35,31,32,0.17),0 0 5px rgba(35,31,32,0.1)}.rpt-root{gap:24px}.rpt-breadcrumb__link{color:var(--fig-description);font-size:14px}.rpt-breadcrumb__link:hover{color:var(--fig-accent)}.rpt-breadcrumb__current{color:var(--fig-title);font-weight:600}.rpt-breadcrumb__sep{color:var(--fig-placeholder)}.rpt-header{display:flex;align-items:flex-start;gap:16px}.rpt-header__name{display:flex;flex-direction:column;gap:4px;flex:1 1 auto;min-width:0}.rpt-header__title{color:var(--fig-title);font-size:24px;line-height:32px;font-weight:600;letter-spacing:0;margin:0}.rpt-header__details{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.rpt-header__detail{display:inline-flex;align-items:baseline;gap:4px;font-size:16px;line-height:24px;white-space:nowrap}.rpt-header__detail-key{color:var(--fig-description);font-weight:400}.rpt-header__detail-val{color:var(--fig-title);font-weight:600}.rpt-header__detail-dot{flex:none;width:4px;height:4px;border-radius:50%;background:var(--fig-placeholder)}.rpt-export{position:relative;flex:none}.rpt-export__trigger{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:32px;padding:0 10px;border-radius:var(--fig-radius);background:var(--fig-bg);border:1px solid var(--fig-accent);color:var(--fig-accent);font-size:14px;font-weight:600;letter-spacing:-.098px;cursor:pointer;transition:background .12s ease}.rpt-export__trigger:hover{background:var(--fig-cream)}.rpt-export__menu{position:absolute;top:calc(100% + 6px);right:0;z-index:30;min-width:232px;background:var(--fig-bg);border:1px solid var(--fig-border);border-radius:var(--fig-radius);box-shadow:0 12px 24px -6px rgba(3,7,18,.12),0 4px 8px -4px rgba(3,7,18,.08);padding:6px;display:flex;flex-direction:column;gap:1px}.rpt-export__group-label{color:var(--fig-placeholder);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:8px 10px 4px;margin:0}.rpt-export__item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:var(--fig-radius-sm);color:var(--fig-title);font-size:14px;line-height:20px;text-decoration:none}.rpt-export__item svg{color:var(--fig-description);flex:none}.rpt-export__item:hover{background:var(--fig-cream)}.rpt-export__divider{height:1px;background:var(--fig-border);margin:4px 0}.rpt-tabs{display:flex;align-items:flex-end;gap:0;border-bottom:1px solid #b7e1cf}.rpt-tabs__tab{display:inline-flex;align-items:center;justify-content:center;padding:0 16px 12px;font-size:14px;font-weight:600;letter-spacing:-.098px;color:var(--fig-placeholder);text-decoration:none;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .12s ease,border-color .12s ease}.rpt-tabs__tab--active,.rpt-tabs__tab:hover{color:var(--fig-accent)}.rpt-tabs__tab--active{border-bottom-color:var(--fig-accent)}.narrative-card{background:var(--fig-bg);border:1px solid var(--fig-border);border-radius:var(--fig-radius);box-shadow:var(--rpt-card-shadow);padding:20px 24px;display:flex;flex-direction:column;gap:8px}.narrative-card__icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:var(--rpt-mint);color:var(--fig-accent);flex:none}.narrative-card__eyebrow{color:var(--fig-title);font-size:16px;font-weight:600;margin:0}.narrative-card__body{color:var(--fig-body);font-size:16px;line-height:24px;margin:0}.narrative-card__disclaimer{color:var(--fig-placeholder);font-size:13px;margin:0}.narrative-banner{display:flex;gap:12px;background:var(--fig-accent);box-shadow:0 4px 8px -2px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.06);padding:12px 16px}.narrative-banner,.narrative-banner__icon{align-items:center;border-radius:var(--fig-radius)}.narrative-banner__icon{display:inline-flex;justify-content:center;width:40px;height:40px;flex:none;background:var(--rpt-mint);color:var(--fig-accent)}.narrative-banner__text{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.narrative-banner__title{color:var(--fig-on-accent);font-size:14px;font-weight:600;line-height:20px;margin:0}.narrative-banner__sub{color:var(--fig-on-accent-muted);font-size:14px;line-height:20px;margin:0}.narrative-banner__cta{order:3;flex:none;background:var(--fig-bg);color:var(--fig-title);border:none;height:32px;padding:0 12px;border-radius:var(--fig-radius);font-size:14px;font-weight:600;cursor:pointer;transition:background .12s ease}.narrative-banner__cta:hover{background:var(--fig-cream)}.narrative-banner__dismiss{order:4;flex:none;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:var(--fig-on-accent-muted);border-radius:8px;cursor:pointer;transition:background .12s ease,color .12s ease}.narrative-banner__dismiss:hover{background:rgba(255,255,255,.12);color:var(--fig-on-accent)}.narrative-banner__spinner{order:3;flex:none;width:18px;height:18px;border-radius:50%;border:2px solid var(--fig-on-accent-muted);border-top-color:var(--fig-on-accent);animation:rpt-spin .7s linear infinite}@keyframes rpt-spin{to{transform:rotate(1turn)}}.narrative-muted{color:var(--fig-description);font-size:14px}.narrative-error{background:#fef2f2;border:1px solid var(--rpt-danger);border-radius:var(--fig-radius);padding:12px 16px}.narrative-error__message{color:var(--rpt-danger);font-size:14px}.rpt-share-strip{background:var(--fig-cream);border:1px solid var(--fig-border);border-radius:var(--fig-radius)}.rpt-share-strip__input{background:var(--fig-bg);border:1px solid var(--fig-border);border-radius:var(--fig-radius-sm);color:var(--fig-body)}.rpt-share-strip__expires{color:var(--fig-placeholder);font-size:13px}.rpt-metric-tile{background:var(--fig-bg);border:1px solid transparent;border-radius:var(--fig-radius);box-shadow:var(--rpt-card-shadow);padding:16px;gap:4px}.rpt-metric-tile__label{color:var(--fig-title);font-size:16px;line-height:24px;font-weight:400}.rpt-metric-tile__sub{color:var(--fig-description);font-size:14px}.rpt-metric-tile--forest{background:var(--fig-accent);box-shadow:none}.rpt-metric-tile--forest .rpt-metric-tile__label,.rpt-metric-tile--forest .rpt-metric-tile__value{color:var(--fig-on-accent)}.rpt-metric-tile--forest .rpt-metric-tile__sub{color:var(--fig-on-accent-muted)!important}.bucket-metrics .metric-tile,.rpt-bucket-section .metric-tile{background:var(--fig-bg);border-radius:var(--fig-radius);box-shadow:var(--rpt-card-shadow)}.rpt-bucket-bar-wrap{background:var(--fig-bg);border:1px solid var(--fig-border);border-radius:var(--fig-radius);box-shadow:var(--rpt-card-shadow);padding:16px}.rpt-bucket-bar{border-radius:var(--fig-radius-sm);overflow:hidden}.rpt-bucket-bar__seg{transition:filter .15s ease,opacity .15s ease}.rpt-bucket-bar__legend-item{border-radius:var(--fig-radius-sm);padding:2px 6px;margin:0 -6px;transition:opacity .15s ease,background .15s ease}.rpt-bucket-bar__legend-label{color:var(--fig-title);font-size:14px}.rpt-bucket-bar__legend-count,.rpt-bucket-bar__legend-pct{color:var(--fig-description);font-size:14px}.rpt-bucket-bar__swatch{border-radius:4px}.rpt-bucket-bar__legend:hover .rpt-bucket-bar__legend-item{opacity:.4}.rpt-bucket-bar__legend:hover .rpt-bucket-bar__legend-item:hover{opacity:1;background:var(--fig-cream)}.rpt-bucket-bar:hover .rpt-bucket-bar__seg{filter:saturate(.55) brightness(1.05)}.rpt-bucket-bar:hover .rpt-bucket-bar__seg:hover{filter:none}.what-if-label{color:var(--fig-title);font-size:14px;font-weight:500}.what-if-pct{color:var(--fig-accent);font-weight:600}.what-if-range{accent-color:var(--fig-accent)}.what-if-ticks{color:var(--fig-placeholder);font-size:13px}.what-if-card .metric .label{color:var(--fig-description);font-size:14px}.what-if-card .metric .value{color:var(--fig-title);font-size:30px;line-height:36px;font-weight:600}.what-if-card .metric .sub{color:var(--fig-description);font-size:14px}.rpt-band-badge{display:inline-flex;align-items:center;justify-content:center;height:20px;min-width:20px;padding:0 8px;border-radius:1000px;color:var(--fig-on-accent);font-size:12px;line-height:16px;font-weight:600}.rpt-band-badge--danger{background:var(--rpt-danger)}.rpt-band-badge--warning{background:var(--rpt-warning)}.rpt-band-badge--success{background:var(--rpt-success)}.rpt-bucket-section__bands-label{color:var(--fig-title);font-size:16px;font-weight:600}.rpt-summary-panel__title{color:var(--fig-title);font-size:18px;font-weight:600}.rpt-safety-banner{background:var(--fig-accent);border-radius:var(--fig-radius);border:none}.rpt-safety-banner .eyebrow--forest{color:var(--fig-tan-100)}.rpt-safety-banner__body{color:var(--fig-on-accent-muted)}.rpt-safety-banner__count{color:var(--fig-on-accent)}.rpt-safety-banner__count-label,.rpt-safety-banner__reason-row{color:var(--fig-on-accent-muted)}.rpt-mobile-cta__link{background:var(--fig-accent);color:var(--fig-on-accent);border-radius:var(--fig-radius)}.rpt-mobile-cta__link:focus-visible,.rpt-mobile-cta__link:hover{background:var(--fig-accent-hover)}.data-page{gap:24px}.data-page,.data-page__header{display:flex;flex-direction:column}.data-page__header{gap:8px}.data-page__lede{color:var(--fig-description);font-size:16px;line-height:24px;max-width:70ch}.data-page__lede a{color:var(--rpt-accent-alt);font-weight:600}.data-page__section{display:flex;flex-direction:column;gap:12px}.data-page__section-title{color:var(--fig-title);font-size:18px;line-height:28px;font-weight:600}.data-setup-guide__panel--primary{background:var(--fig-accent);border-color:var(--fig-accent);box-shadow:0 4px 8px -2px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.06)}.data-setup-guide__panel--primary .eyebrow--forest{color:var(--fig-tan-100)}.data-setup-guide__panel--primary h2,.data-setup-guide__panel--primary li,.data-setup-guide__panel--primary p{color:var(--fig-on-accent)}.data-setup-guide__panel--primary li::marker{color:var(--fig-on-accent-muted)}.data-setup-guide__panel--primary strong{color:var(--fig-on-accent)}.data-setup-guide__panel h2{color:var(--fig-title);font-size:18px;font-weight:600}.data-setup-guide__panel li,.data-setup-guide__panel p{color:var(--fig-description)}.data-page__section section[id=ai-mapper],.data-page__section section[id=upload]{border-radius:var(--fig-radius)!important;border-color:var(--fig-border)!important;box-shadow:var(--rpt-card-shadow)}.data-page__section section[id=ai-mapper] h2,.data-page__section section[id=upload] h2{color:var(--fig-title);font-weight:600}.data-page__section [class*=drop-zone],.data-page__section [class*=dropzone]{border-radius:var(--fig-radius)!important;border-color:var(--fig-border)}.data-page__section table th{color:var(--fig-description)}.data-page__section table td,.data-page__section table th{border-bottom-color:var(--fig-border)!important}.data-page__section select{border-radius:var(--fig-radius-sm)!important;border-color:var(--fig-border)!important;min-height:36px}.ai-csv-readiness{background:var(--fig-cream);border:1px solid var(--fig-border);border-radius:var(--fig-radius);padding:20px;margin-top:16px;display:grid;grid-gap:16px;gap:16px}.ai-csv-readiness__title{color:var(--fig-title);font-size:18px;font-weight:600;margin:6px 0 0}.ai-csv-readiness__copy{color:var(--fig-description);font-size:14px;line-height:20px}.ai-csv-readiness__list{list-style:none;margin:0;padding:0;display:grid;grid-gap:10px;gap:10px}.ai-csv-readiness__item{display:flex;align-items:flex-start;gap:10px;font-size:14px}.ai-csv-readiness__item strong{display:block;color:var(--fig-title)}.ai-csv-readiness__item small{color:var(--fig-description);font-size:13px;line-height:18px}.ai-csv-readiness__dot{flex:none;width:10px;height:10px;border-radius:50%;margin-top:4px;background:var(--fig-placeholder)}.ai-csv-readiness__item--good .ai-csv-readiness__dot{background:var(--rpt-success)}.ai-csv-readiness__item--warn .ai-csv-readiness__dot{background:var(--rpt-warning)}.ai-csv-readiness__item--blocked .ai-csv-readiness__dot{background:var(--rpt-danger)}.data-requirements-grid div{background:var(--fig-cream);border:1px solid var(--fig-border);border-radius:var(--fig-radius-sm)}.data-requirements-grid strong{color:var(--fig-title)}.data-requirements-grid span{color:var(--fig-description)}.data-retention-panel .data-page__section-title{color:var(--fig-title)}.data-retention-panel .data-page__section-copy{color:var(--fig-description)}.data-retention-panel__link{background:var(--fig-bg);color:var(--rpt-accent-alt);border:1px solid var(--fig-border);border-radius:var(--fig-radius);min-height:var(--fig-control-h);padding:9px var(--fig-control-px);font-weight:600}.data-retention-panel__link:hover{border-color:var(--fig-accent);color:var(--fig-accent)}.data-page__section details{border-radius:var(--fig-radius)!important;border-color:var(--fig-border)!important;background:var(--fig-bg)!important}.data-page__section details summary{color:var(--fig-title)}.data-page__section details[open] summary{border-bottom:1px solid var(--fig-border)}.data-page__section .dash-locked{border-radius:var(--fig-radius)!important;border-color:var(--fig-border)!important;background:var(--fig-cream)!important}.data-page__section .dash-locked__pill{background:var(--rpt-mint);color:var(--fig-accent)}.data-page__section .dash-locked__title{color:var(--fig-title)}.data-page__section .dash-locked__subtitle{color:var(--fig-description)}.app-error-block__title{color:var(--fig-title);font-size:20px;font-weight:600}.app-error-block__body{color:var(--fig-description)}@media (max-width:720px){.rpt-root{gap:16px}.data-page__title,.rpt-header__title{font-size:24px;line-height:30px}}.rpt-legend-highlight{position:relative}.rpt-legend-row{cursor:pointer;border-radius:6px;transition:opacity .15s ease,background .12s ease}.rpt-legend-row:hover{background:var(--fig-cream)}.rpt-legend-row:focus-visible{outline:2px solid var(--fig-accent);outline-offset:1px}.dpie__legend:hover .dpie__legend-row[data-legend-row]:not(:hover){opacity:.55}.dpie[data-legend-active] .dpie__legend-row[data-legend-row],.dpie[data-legend-active] .dpie__legend:hover .dpie__legend-row[data-legend-row]:not(:hover){opacity:.4}.dpie[data-legend-active="0"] .dpie__legend-row[data-legend-row="0"],.dpie[data-legend-active="1"] .dpie__legend-row[data-legend-row="1"],.dpie[data-legend-active="2"] .dpie__legend-row[data-legend-row="2"],.dpie[data-legend-active="3"] .dpie__legend-row[data-legend-row="3"],.dpie[data-legend-active="4"] .dpie__legend-row[data-legend-row="4"],.dpie[data-legend-active="5"] .dpie__legend-row[data-legend-row="5"],.dpie[data-legend-active="6"] .dpie__legend-row[data-legend-row="6"],.dpie[data-legend-active="7"] .dpie__legend-row[data-legend-row="7"],.dpie[data-legend-active="8"] .dpie__legend-row[data-legend-row="8"]{opacity:1}.dpie[data-legend-active] .dpie__chart svg circle{opacity:.22;transition:opacity .15s ease}.dpie[data-legend-active="0"] .dpie__chart svg circle:first-of-type,.dpie[data-legend-active="1"] .dpie__chart svg circle:nth-of-type(2),.dpie[data-legend-active="2"] .dpie__chart svg circle:nth-of-type(3),.dpie[data-legend-active="3"] .dpie__chart svg circle:nth-of-type(4),.dpie[data-legend-active="4"] .dpie__chart svg circle:nth-of-type(5),.dpie[data-legend-active="5"] .dpie__chart svg circle:nth-of-type(6),.dpie[data-legend-active="6"] .dpie__chart svg circle:nth-of-type(7),.dpie[data-legend-active="7"] .dpie__chart svg circle:nth-of-type(8),.dpie[data-legend-active="8"] .dpie__chart svg circle:nth-of-type(9){opacity:1}.rpt-legend-bar{position:-webkit-sticky;position:sticky;top:16px;z-index:40;width:max-content;max-width:calc(100% - 32px);margin:0 auto -52px;display:flex;align-items:center;gap:8px;padding:10px 16px;background:var(--fig-accent);border-radius:16px;box-shadow:var(--rpt-card-shadow);animation:rpt-legend-bar-in .16s ease}@keyframes rpt-legend-bar-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.rpt-legend-bar__close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex:none;border:none;background:transparent;color:var(--fig-on-accent,#fff);border-radius:10px;cursor:pointer;transition:background .12s ease}.rpt-legend-bar__close:hover{background:rgba(255,255,255,.14)}.rpt-legend-bar__text{margin:0;color:#f6f4ec;font-size:16px;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rpt-legend-bar__series{font-weight:600}@media (max-width:720px){.rpt-legend-bar{margin-bottom:-44px}.rpt-legend-bar__text{font-size:14px}}@media (prefers-reduced-motion:reduce){.rpt-legend-bar{animation:none}.dpie[data-legend-active] .dpie__chart svg circle,.rpt-legend-row{transition:none}}:root{--chat-grad-top:#0f241b;--chat-grad-mid:#18392b;--chat-grad-bot:#1e4836;--chat-card-shadow:0 20px 24px -4px rgba(35,31,32,0.08),0 8px 8px -4px rgba(35,31,32,0.03);--chat-bubble-ai:#f1f2f4;--chat-bubble-user:#b7e1cf;--chat-icon-tile:#dbf0e7;--chat-nav-border:#c7cad1}body .askai-fab{width:60px;height:60px;border-radius:50%;background:radial-gradient(120% 120% at 30% 25%,#2f6a4f 0,var(--fig-accent) 55%,#0f241b 100%);color:#fff;border:1px solid rgba(255,255,255,.14);box-shadow:0 8px 22px rgba(15,36,27,.42),0 2px 6px rgba(15,36,27,.32),inset 0 1px 0 rgba(255,255,255,.16)}body .askai-fab:hover{background:radial-gradient(120% 120% at 30% 25%,#357558 0,#1c4433 55%,#0f241b 100%);box-shadow:0 10px 26px rgba(15,36,27,.48),0 2px 6px rgba(15,36,27,.34),inset 0 1px 0 rgba(255,255,255,.18);transform:translateY(-2px)}body .askai-fab:active{transform:scale(.95)}.askai-fab>svg:first-of-type{opacity:0}.askai-fab__sparkle{position:static;top:auto;right:auto;width:26px;height:26px;opacity:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.28))}.askai-panel,body .askai-panel{width:396px;max-height:min(628px,calc(100vh - 120px));background:linear-gradient(180deg,var(--chat-grad-top) 0,var(--chat-grad-mid) 50%,var(--chat-grad-bot) 100%);border:1px solid var(--chat-nav-border);border-radius:16px;box-shadow:var(--chat-card-shadow);overflow:hidden}.askai-panel__header,body .askai-panel__header{align-items:center;gap:8px;padding:16px 16px 12px;background:transparent;border-bottom:none}.askai-panel__header-text{flex:1 1 auto;min-width:0;margin-right:4px}.askai-panel__subtitle,.askai-panel__title{overflow:hidden;text-overflow:ellipsis}.askai-panel__mark,body .askai-panel__mark{width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.askai-panel__mark img,body .askai-panel__mark img{width:22px;height:22px;filter:brightness(0) invert(1)}.askai-panel__title{font-family:var(--display,"Fraunces",serif);font-size:16px;font-weight:600;letter-spacing:-.01em;color:var(--fig-on-accent)}.askai-panel__subtitle{font-size:11px;color:var(--fig-on-accent-muted);opacity:.82}.askai-panel__close,.askai-panel__icon-btn{width:32px;height:32px;border-radius:10px;color:rgba(255,255,255,.85);background:transparent;display:flex;align-items:center;justify-content:center;flex-shrink:0}.askai-panel__close:hover,.askai-panel__icon-btn:hover{color:#fff;background:rgba(255,255,255,.12)}.askai-panel--max,body .askai-panel--max{width:min(480px,calc(100vw - 48px));max-height:min(762px,calc(100vh - 80px))}.askai-panel__body,body .askai-panel__body{background:var(--fig-bg);border-radius:14px 14px 0 0;overflow:hidden}.askai-panel__state{padding:28px 22px;background:var(--fig-bg)}.askai-panel__state-h{font-size:16px;font-weight:600;color:var(--fig-title)}.askai-panel__state-sub{font-size:13px;color:var(--fig-description)}.askai-panel__transcript,body .askai-panel__transcript{background:var(--fig-bg);padding:20px 16px;gap:14px}.askai-panel__empty-hint{text-align:left;padding:8px 2px}.askai-panel__empty-title,body .askai-panel__empty-title{font-family:var(--display,"Fraunces",serif);font-size:24px;font-weight:600;letter-spacing:-.01em;color:var(--fig-title);line-height:1.2;margin:0 0 4px}.askai-panel__empty-copy{font-size:15px;color:var(--fig-description);line-height:1.45;margin:0 0 18px}.askai-msg{position:relative;max-width:100%;gap:0}.askai-msg__label{display:none}.askai-msg--assistant{align-items:stretch;padding-left:40px}.askai-msg--assistant:before{content:"";position:absolute;left:0;bottom:0;width:32px;height:32px;border-radius:50%;background:radial-gradient(120% 120% at 30% 25%,#2f6a4f 0,var(--fig-accent) 60%,#0f241b 100%)}.askai-msg--assistant:after{content:"";position:absolute;left:5px;bottom:5px;width:22px;height:22px;background:url(/brand/cmp-logomark.png) 50%/contain no-repeat;filter:brightness(0) invert(1);pointer-events:none}.askai-msg__text{font-size:14px;line-height:20px;border-radius:10px;padding:10px 12px;max-width:268px}.askai-msg--assistant .askai-msg__text{background:var(--chat-bubble-ai);border:1px solid transparent;color:var(--fig-body);border-radius:10px}.askai-msg--user .askai-msg__text{background:var(--chat-bubble-user);border:1px solid transparent;color:var(--fig-body);border-radius:10px}.askai-typing{background:var(--chat-bubble-ai);border:1px solid transparent;border-radius:10px;padding:11px 14px}.askai-typing span{background:var(--fig-placeholder)}.askai-msg--loading{padding-left:40px}.askai-panel__input-row,body .askai-panel__input-row{align-items:center;gap:8px;padding:6px 8px 6px 12px;background:var(--fig-bg);border-top:1px solid var(--fig-border)}.askai-panel__input{border:none;background:transparent;font-size:16px;line-height:24px;padding:8px 2px;min-height:40px;color:var(--fig-body)}.askai-panel__input:focus{border:none;box-shadow:none}.askai-panel__input::placeholder{color:var(--fig-placeholder)}.askai-panel__send{width:40px;height:40px;border-radius:10px;background:transparent;color:var(--fig-accent)}.askai-panel__send:hover{background:var(--chat-icon-tile);color:var(--fig-accent)}.askai-panel__send:disabled{background:transparent;color:var(--fig-placeholder);opacity:.6}.askai-panel__footer,body .askai-panel__footer{background:transparent;border-top:none;padding:8px 16px 12px}.askai-panel__disclosure{color:var(--fig-on-accent-muted);opacity:.72;font-size:10px}.askai-panel__clear{color:var(--fig-on-accent-muted);opacity:.85}.askai-panel__clear:hover{color:#fff;background:rgba(255,255,255,.1);opacity:1}.askai-panel__suggestions,body .askai-panel__suggestions{display:flex;flex-direction:column;gap:8px;margin-top:4px}.askai-panel__suggestion,body .askai-panel__suggestion{display:flex;align-items:center;gap:12px;width:100%;text-align:left;background:var(--fig-bg);border:1px solid var(--fig-border);border-radius:10px;padding:14px;font-size:14px;font-weight:600;line-height:1.3;color:var(--fig-title);box-shadow:0 0 2.5px rgba(35,31,32,.1),0 0 1px rgba(35,31,32,.2);transition:border-color .12s,box-shadow .12s}.askai-panel__suggestion:after,body .askai-panel__suggestion:after{content:"";flex-shrink:0;margin-left:auto;width:16px;height:16px;background-color:var(--fig-icon,#6b7280);-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E") center /16px 16px no-repeat;mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E") center /16px 16px no-repeat}.askai-panel__suggestion:before,body .askai-panel__suggestion:before{content:"";flex-shrink:0;width:36px;height:36px;border-radius:8px;-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 3 7.5 7.5 3 9l4.5 1.5L9 15l1.5-4.5L15 9l-4.5-1.5z'/%3E%3Cpath d='M18 13l-.9 2.7L14.4 16l2.7.9L18 19.6l.9-2.7 2.7-.9-2.7-.9z'/%3E%3C/svg%3E") center /16px 16px no-repeat;mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 3 7.5 7.5 3 9l4.5 1.5L9 15l1.5-4.5L15 9l-4.5-1.5z'/%3E%3Cpath d='M18 13l-.9 2.7L14.4 16l2.7.9L18 19.6l.9-2.7 2.7-.9-2.7-.9z'/%3E%3C/svg%3E") center /16px 16px no-repeat;background-color:var(--chat-icon-tile);background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2318392b' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 3 7.5 7.5 3 9l4.5 1.5L9 15l1.5-4.5L15 9l-4.5-1.5z'/%3E%3Cpath d='M18 13l-.9 2.7L14.4 16l2.7.9L18 19.6l.9-2.7 2.7-.9-2.7-.9z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:18px 18px;-webkit-mask:none;mask:none}.askai-panel__suggestion:hover,body .askai-panel__suggestion:hover{border-color:var(--fig-accent);box-shadow:0 0 0 1px var(--fig-accent),0 0 2.5px rgba(35,31,32,.12)}.askai-followups{padding-left:40px;margin-top:8px}.chat-page__title{font-family:var(--display,"Fraunces",serif);font-weight:600;color:var(--fig-title);letter-spacing:-.01em}.chat-back-link,.chat-page__business,.chat-page__subtitle{color:var(--fig-description)}.chat-back-link:hover{color:var(--fig-accent)}.chat-panel{gap:16px}.chat-empty__label{color:var(--fig-description)}.chat-message__bubble{gap:6px}.chat-message--assistant .chat-message__bubble{background:var(--chat-bubble-ai);border:1px solid transparent;border-radius:12px;padding:12px 14px}.chat-message--user .chat-message__bubble{background:var(--chat-bubble-user);color:var(--fig-body);border-radius:12px;padding:12px 14px}.chat-message__time{color:var(--fig-placeholder)}.chat-message--user .chat-message__time{color:rgba(3,7,18,.55)}.chat-copy-btn{color:var(--fig-placeholder)}.chat-copy-btn:hover,.chat-verified-badge--green{color:var(--fig-accent)}.chat-composer{border:1px solid var(--fig-border);border-radius:var(--fig-radius);background:var(--fig-bg)}.chat-composer:focus-within{border-color:var(--fig-accent);box-shadow:0 0 0 3px rgba(24,57,43,.1)}.chat-composer__textarea{color:var(--fig-body);font-size:15px;line-height:22px}.chat-composer__textarea::placeholder{color:var(--fig-placeholder)}.chat-send-btn{background:var(--fig-accent);border-radius:var(--fig-radius-sm);color:#fff}.chat-send-btn:hover:not(:disabled){background:var(--fig-accent-hover)}.chat-send-btn:disabled{background:var(--fig-placeholder)}.chat-attach-btn{color:var(--fig-icon);border-radius:var(--fig-radius-sm)}.chat-attach-btn:hover:not(:disabled){color:var(--fig-accent);background:var(--chat-icon-tile)}.chat-composer__hint{color:var(--fig-placeholder)}.chat-scroll-btn{background:var(--fig-accent)}.chat-new-thread-link{color:var(--fig-accent)}.chat-suggestion-chip{background:var(--fig-bg);border:1px solid var(--fig-border);color:var(--fig-body);border-radius:100px;font-size:13px;font-weight:500}.chat-suggestion-chip:hover{border-color:var(--fig-accent);background:var(--chat-icon-tile);color:var(--fig-accent)}.chat-index__sub{color:var(--fig-description)}.chat-index__row{border:1px solid var(--fig-border);border-radius:var(--fig-radius);background:var(--fig-bg);transition:border-color .12s,box-shadow .12s}.chat-index__row:hover{border-color:var(--fig-accent);box-shadow:0 0 0 1px var(--fig-accent),0 1px 2px rgba(35,31,32,.06)}.chat-index__row-title{color:var(--fig-title);font-weight:600}.chat-index__row-foot,.chat-index__row-meta{color:var(--fig-description)}.chat-index__empty-icon{color:var(--fig-accent);background:var(--chat-icon-tile);border-radius:var(--fig-radius);width:64px;height:64px;display:flex;align-items:center;justify-content:center}.chat-index__empty-sub{color:var(--fig-description)}@media (max-width:600px){.askai-panel,body .askai-panel{width:auto;left:8px;right:8px;max-height:min(72vh,560px);border-radius:16px}}:root{--fig-check-mask:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");--fig-check-forest:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2318392b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E")}.billing-layout{max-width:1240px;padding:28px 24px 64px}.billing-crumbs{display:flex;align-items:center;gap:4px;margin:0 0 16px;font-size:14px;line-height:20px}.billing-crumbs__link{color:var(--fig-description);text-decoration:none;font-weight:500;transition:color .15s ease}.billing-crumbs__link:hover{color:var(--fig-accent)}.billing-crumbs__sep{color:var(--fig-placeholder,#6a7282);flex-shrink:0}.billing-crumbs__current{color:var(--fig-title);font-weight:600}.billing-tabs{display:flex;align-items:stretch;gap:24px;margin:0 0 24px;border-bottom:1px solid var(--fig-border);overflow-x:auto;scrollbar-width:none}.billing-tabs::-webkit-scrollbar{display:none}.billing-tab{align-items:center;gap:8px;padding:0 0 10px;margin-bottom:-1px;border-bottom:2px solid transparent;font-size:14px;line-height:20px;font-weight:500;text-decoration:none;white-space:nowrap;transition:color .15s ease,border-color .15s ease}.billing-tab,.billing-tab__icon{display:inline-flex;color:var(--fig-description)}.billing-tab__icon{transition:color .15s ease}.billing-tab--active,.billing-tab:hover,.billing-tab:hover .billing-tab__icon{color:var(--fig-title)}.billing-tab--active{font-weight:600;border-bottom-color:var(--fig-title)}.billing-tab--active .billing-tab__icon{color:var(--fig-title)}.billing-header{margin-bottom:24px}.billing-header h1{font-family:var(--sans);font-size:30px;line-height:36px;font-weight:600;letter-spacing:-.01em;color:var(--fig-title);margin:6px 0 8px}.billing-proof{grid-template-columns:repeat(4,minmax(0,1fr));max-width:820px;margin-top:20px}.billing-proof div{background:var(--fig-bg);border:1px solid var(--fig-border);border-radius:var(--fig-radius);padding:12px 14px}.billing-proof span{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--fig-description);margin-bottom:4px}.billing-proof strong{color:var(--fig-title);font-size:15px;font-weight:600;line-height:1.3}.billing-banner{border-radius:var(--fig-radius);font-size:14px;line-height:20px;padding:12px 16px;margin-bottom:16px}.billing-banner--success{background:rgba(24,57,43,.06);color:var(--fig-accent);border:1px solid rgba(24,57,43,.18)}.billing-banner--neutral{background:var(--fig-cream);color:var(--fig-body);border:1px solid var(--fig-border)}.billing-details{background:var(--fig-bg);border:1px solid var(--fig-border);border-radius:var(--fig-radius);padding:24px;margin-bottom:32px}.billing-details__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.billing-details__rows{margin:0;display:flex;flex-direction:column;gap:16px}.billing-details__row{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:0;border-top:0}.billing-details__row dt{font-size:14px;line-height:20px;color:var(--fig-description);margin:0}.billing-details__row dd{font-size:14px;line-height:20px;font-weight:600;letter-spacing:-.007em;color:var(--fig-title);margin:0;text-align:left}.billing-subscriptions__head{margin-bottom:16px}.billing-plans{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:32px}.billing-card{background:var(--fig-bg);border:1px solid var(--fig-border);border-radius:var(--fig-radius);padding:24px;gap:0;box-shadow:0 0 1px rgba(35,31,32,.2),0 0 1.5px rgba(35,31,32,.17),0 0 2.5px rgba(35,31,32,.1)}.billing-card--highlight{background:var(--fig-bg);border-color:var(--fig-accent);box-shadow:0 0 0 1px var(--fig-accent),0 0 1.5px rgba(35,31,32,.17),0 0 2.5px rgba(35,31,32,.1)}.billing-card__header{flex-direction:column;align-items:stretch;gap:6px;margin-bottom:4px}.billing-card__header>div{display:flex;align-items:center;gap:8px;min-width:0}.billing-card__eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:14px;line-height:20px;font-weight:600;letter-spacing:-.007em;color:#966c60}.billing-card__eyebrow svg{flex-shrink:0;color:#966c60}.billing-card__header h2{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px;font-family:var(--display,var(--sans));font-size:30px;line-height:36px;font-weight:600;letter-spacing:-.01em;color:var(--fig-body);margin:8px 0 0}.billing-card__header h2 small{font-family:var(--sans);font-size:16px;line-height:24px;font-weight:500;color:var(--fig-description);margin-left:0}.billing-card__label{margin-bottom:0;padding:2px 8px;border-radius:999px;background:rgba(24,57,43,.1);color:var(--fig-accent);font-size:10px;font-weight:600;letter-spacing:.06em}.billing-card__price{display:none}.billing-card__target{font-size:18px;line-height:28px;font-weight:600;color:var(--fig-title);margin:16px 0 0}.billing-card__desc{color:var(--fig-description);font-size:14px;line-height:20px;margin:8px 0 0}.billing-card__tiers{margin:24px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}.billing-card__tier{display:flex;flex-direction:column;gap:4px}.billing-card__tier+.billing-card__tier{padding-top:12px;border-top:1px solid var(--fig-border)}.billing-card--highlight .billing-card__tier+.billing-card__tier{border-top-color:rgba(24,57,43,.18)}.billing-card__tier-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.billing-card__tier-row dt{color:var(--fig-title)}.billing-card__tier-row dd,.billing-card__tier-row dt{font-size:16px;line-height:24px;font-weight:600;margin:0}.billing-card__tier-row dd{color:var(--fig-accent);white-space:nowrap}.billing-card__tier-note{font-size:14px;line-height:20px;color:var(--fig-description);margin:0}.billing-card__renews{margin:16px 0 0;font-size:13px;line-height:18px;font-weight:500;color:var(--fig-accent)}.billing-badge{align-self:flex-start;font-size:10px;letter-spacing:.06em;padding:3px 9px;border-radius:999px;font-weight:600}.billing-badge--active{background:rgba(50,213,131,.16);color:#0f6b3f}.billing-badge--demo{background:rgba(24,57,43,.1);color:var(--fig-accent)}.billing-badge--warn{background:#fdeceb;color:#b42318}.billing-badge--muted{background:#f3f4f6;color:var(--fig-description)}.billing-card__perks-title{font-size:18px;line-height:28px;font-weight:600;color:var(--fig-title);margin:24px 0 0;padding:24px 0 0;border-top:1px solid var(--fig-border)}.billing-card--highlight .billing-card__perks-title{border-top-color:rgba(24,57,43,.18)}.billing-card__perks{margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}.billing-card__perk{font-size:16px;line-height:24px;color:var(--fig-body);display:flex;align-items:center;gap:10px}.billing-card__perk:before{content:"";flex-shrink:0;width:24px;height:24px;border-radius:999px;background-color:#dbf0e7;background-image:var(--fig-check-forest);background-repeat:no-repeat;background-position:50%;background-size:16px 16px}.billing-actions{margin-top:24px}.billing-button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:var(--fig-control-h);padding:9px 16px;gap:6px;font-family:var(--sans);font-size:14px;font-weight:600;line-height:20px;border-radius:var(--fig-radius);border:1px solid var(--fig-accent);background:var(--fig-bg);color:var(--fig-accent);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease}.billing-button:hover:not(:disabled){background:rgba(24,57,43,.06)}.billing-button--primary:hover:not(:disabled){background:var(--fig-accent-hover);border-color:var(--fig-accent-hover)}.billing-button:disabled{opacity:.55;cursor:not-allowed}.billing-hint{color:var(--fig-description)}.billing-error,.billing-hint{font-size:12px;line-height:18px;margin:8px 0 0}.billing-error{color:#b42318}.billing-comparison{border:1px solid var(--fig-border);border-radius:var(--fig-radius);margin:0 0 28px}.billing-comparison div+div{border-left:1px solid var(--fig-border)}.billing-comparison span{font-size:11px;letter-spacing:.06em;color:var(--fig-description)}.billing-comparison strong{color:var(--fig-body);font-size:14px}.billing-outcomes{background:var(--fig-bg);border:1px solid var(--fig-border);border-radius:var(--fig-radius)}.billing-outcomes h2{color:var(--fig-title);font-size:20px;line-height:28px;font-weight:600}.billing-outcomes p{color:var(--fig-description);font-size:14px;line-height:1.6}.billing-portal h2{font-size:18px;line-height:28px;font-weight:600;color:var(--fig-title);margin:0 0 6px}.billing-portal p{font-size:14px;line-height:20px;color:var(--fig-description);margin:0 0 16px}.billing-portal .billing-actions{margin-top:0}.billing-portal .billing-button{width:auto;min-width:200px}.billing-faq__header h2{font-size:20px;line-height:28px;font-weight:600;color:var(--fig-title)}.billing-faq__item{background:var(--fig-bg);border:1px solid var(--fig-border);border-radius:var(--fig-radius);padding:18px}.billing-faq__item h3{color:var(--fig-title);font-size:15px;line-height:22px;font-weight:600;margin:0 0 8px}.billing-faq__item p{color:var(--fig-description);font-size:14px;line-height:1.55}.billing-promo{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:stretch;overflow:hidden;border-radius:var(--fig-radius);background:var(--fig-accent);margin:0 0 28px}.billing-promo__body{padding:32px;display:flex;flex-direction:column;gap:24px;align-items:flex-start}.billing-promo__title{font-family:var(--display,var(--sans));font-size:36px;line-height:1.08;font-weight:600;letter-spacing:-.02em;color:var(--fig-on-accent);margin:0}.billing-promo__copy{display:flex;flex-direction:column;gap:6px}.billing-promo__copy strong{font-size:16px;line-height:24px;font-weight:600;color:var(--fig-on-accent)}.billing-promo__copy span{font-size:14px;line-height:20px;color:var(--fig-on-accent-muted)}.billing-promo__cta{display:inline-flex;align-items:center;justify-content:center;min-height:var(--fig-control-h);padding:9px 16px;border-radius:var(--fig-radius);background:var(--fig-on-accent);color:var(--fig-accent);font-size:14px;font-weight:600;line-height:20px;text-decoration:none;transition:opacity .15s ease}.billing-promo__cta:hover{opacity:.9}.billing-promo__media{position:relative;min-height:220px;background-size:cover;background-position:50%}.billing-promo__media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--fig-accent) 0,rgba(24,57,43,.35) 32%,rgba(24,57,43,0) 70%)}.billing-footer{font-size:14px}.billing-footer a{color:var(--fig-accent);font-weight:500;text-decoration:none}.billing-footer a:hover{text-decoration:underline}@media (max-width:1080px){.billing-plans{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.billing-plans{grid-template-columns:1fr}.billing-proof{grid-template-columns:repeat(2,minmax(0,1fr))}.billing-promo{grid-template-columns:1fr}.billing-promo__media{display:none}.billing-portal .billing-button{width:100%}.billing-details__head{flex-direction:column;align-items:flex-start}}.sub-gate{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--fig-near-black,#25252a)}.sub-gate__card{width:100%;max-width:430px;background:var(--fig-bg);border-radius:var(--fig-radius);overflow:hidden;box-shadow:0 0 2px rgba(35,31,32,.2),0 0 5px rgba(35,31,32,.1),0 18px 48px rgba(0,0,0,.35)}.sub-gate__hero{position:relative;height:220px;display:flex;align-items:center;justify-content:center;background-color:var(--fig-accent);background-size:cover;background-position:50%}.sub-gate__hero:after{content:"";position:absolute;inset:0;background:rgba(19,38,28,.72)}.sub-gate__brand{position:relative;z-index:1;display:inline-flex;align-items:center;gap:12px}.sub-gate__brand img{height:30px;width:auto}.sub-gate__wordmark{font-family:var(--display,var(--sans));font-size:24px;line-height:1;font-weight:500;letter-spacing:.01em;color:var(--fig-on-accent)}.sub-gate__body{padding:16px;display:flex;flex-direction:column;gap:4px}.sub-gate__title{font-size:20px;line-height:28px;font-weight:600;letter-spacing:-.34px;color:var(--fig-title);margin:0}.sub-gate__desc{font-size:16px;line-height:24px;color:var(--fig-body);margin:0}.sub-gate__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 24px;border-top:1px solid #b7e1cf;background:#f9fafb}.sub-gate__actions{gap:10px}.sub-gate__actions,.sub-gate__btn{display:inline-flex;align-items:center}.sub-gate__btn{justify-content:center;min-height:36px;padding:7px 14px;gap:6px;font-family:var(--sans);font-size:14px;font-weight:600;line-height:20px;border-radius:var(--fig-radius);border:1px solid var(--fig-accent);background:var(--fig-bg);color:var(--fig-accent);cursor:pointer;text-decoration:none;transition:background .15s ease,opacity .15s ease}.sub-gate__btn:hover:not(:disabled){background:rgba(24,57,43,.06)}.sub-gate__btn--primary:hover:not(:disabled){background:var(--fig-accent-hover)}.sub-gate__btn:disabled{opacity:.55;cursor:not-allowed}.sub-gate__signout{display:inline-flex;align-items:center;gap:6px;background:none;border:0;padding:0;font-family:var(--sans);font-size:14px;font-weight:600;line-height:20px;letter-spacing:-.098px;color:#dc2626;cursor:pointer;text-decoration:none}.sub-gate__signout:hover:not(:disabled){text-decoration:underline}.sub-gate__signout:disabled{opacity:.55;cursor:not-allowed}@media (max-width:480px){.sub-gate__footer{flex-direction:column;align-items:stretch;gap:12px}.sub-gate__actions{width:100%}.sub-gate__btn{flex:1 1}.sub-gate__signout{justify-content:center}}.settings-shell{grid-template-columns:232px 1fr;background:var(--fig-bg)}.settings-content{max-width:min(1080px,100%);gap:16px;padding:0 clamp(20px,3.5vw,40px) 96px}.settings-nav{border-right:1px solid var(--fig-border);padding:0 0 28px}.settings-nav__head{padding:22px 18px 12px;border-bottom:1px solid var(--fig-border)}.settings-nav__title{font-size:11px;letter-spacing:.1em;color:var(--fig-description)}.settings-nav__list{padding:10px;gap:2px}.settings-nav__item{position:relative;padding:9px 12px;border-radius:var(--fig-radius-sm);color:var(--fig-description);font-size:14px;font-weight:500;transition:background .12s,color .12s}.settings-nav__item:hover{background:var(--fig-cream);color:var(--fig-title)}.settings-nav__item--active{background:var(--fig-cream);color:var(--fig-accent);font-weight:600}.settings-nav__item--active:before{content:"";position:absolute;left:0;top:7px;bottom:7px;width:2px;border-radius:0 2px 2px 0;background:var(--fig-accent)}.settings-nav__badge{font-size:10px;letter-spacing:.05em;padding:2px 7px;border-radius:999px}.settings-nav__badge--ok{background:rgba(50,213,131,.16);color:var(--fig-accent)}.settings-nav__badge--warn{background:rgba(184,131,31,.14);color:#92670f}.settings-nav__badge--neutral,.settings-nav__badge--off,.settings-nav__badge--soon{background:var(--fig-cream);color:var(--fig-description)}.settings-page-head{padding:26px 0 18px;border-bottom:1px solid var(--fig-border);margin-bottom:0}.settings-page-head__title{font-size:24px;line-height:32px;font-weight:600;letter-spacing:0;color:var(--fig-title)}.settings-section{background:var(--fig-bg);border:1px solid var(--fig-border);border-radius:var(--fig-radius);box-shadow:0 0 2.5px rgba(35,31,32,.1),0 0 1.5px rgba(35,31,32,.17),0 1px 1px rgba(35,31,32,.04)}.settings-section__head{display:flex;align-items:center;gap:16px;padding:16px 16px 0;border-bottom:none;background:transparent}.settings-section__title{font-size:16px;line-height:24px;font-weight:600;color:var(--fig-title);margin:0 0 2px;letter-spacing:0}.settings-section__body{padding:16px}.settings-fields{gap:16px}.settings-field__label{font-size:14px;line-height:20px;font-weight:500;color:var(--fig-title)}.settings-field__input{min-height:var(--fig-control-h);padding:9px var(--fig-control-px);font-size:14px;border:1px solid var(--fig-border);background:var(--fig-bg);color:var(--fig-body);border-radius:var(--fig-radius)}.settings-field__input::placeholder{color:var(--fig-placeholder)}.settings-field__input:focus{border-color:var(--fig-accent);box-shadow:0 0 0 3px rgba(24,57,43,.14)}.settings-field__input--readonly{background:var(--fig-cream);color:var(--fig-description)}.settings-field__hint{font-size:12px;line-height:16px;color:var(--fig-description)}.settings-shell .settings-radio-group{gap:16px}.settings-shell .settings-radio-item{align-items:flex-start;gap:8px;padding:10px;border:1px solid var(--fig-border);border-radius:12px;max-width:588px;background:var(--fig-bg);transition:border-color .12s,box-shadow .12s}.settings-shell .settings-radio-item:hover{border-color:var(--fig-icon)}.settings-shell .settings-radio-item:has(input:checked){border-color:var(--fig-accent);background:var(--fig-bg);box-shadow:inset 0 0 0 1px var(--fig-accent)}.settings-shell .settings-radio-item__input{width:20px;height:20px;margin-top:0;accent-color:var(--fig-accent)}.settings-shell .settings-radio-item__label{font-weight:600}.settings-shell .settings-radio-item__label,.settings-shell .settings-toggle-row__label{font-size:14px;line-height:20px;color:var(--fig-title)}.settings-shell .settings-toggle{background:var(--fig-border)}.settings-shell .settings-toggle--on{background:var(--fig-accent)}.save-bar{background:var(--fig-bg);border-top:1px solid var(--fig-border);box-shadow:0 -2px 16px rgba(35,31,32,.08);padding:12px clamp(20px,3.5vw,40px)}.save-bar__hint{font-size:14px;color:var(--fig-description)}.save-bar__error{font-size:14px;color:#dc2626}.save-bar__actions{gap:8px}.settings-saved-banner{font-size:13px;color:var(--fig-accent);background:rgba(50,213,131,.12);border:1px solid rgba(24,57,43,.18);border-radius:var(--fig-radius)}.settings-shell .avatar-upload{border:1px dashed rgba(24,57,43,.22);border-radius:var(--fig-radius);background:linear-gradient(135deg,rgba(24,57,43,.05),transparent 42%),var(--fig-bg);grid-template-columns:96px minmax(0,1fr);gap:20px}.settings-shell .avatar-upload--drag{border-color:var(--fig-accent);background:linear-gradient(135deg,rgba(24,57,43,.1),transparent 45%),var(--fig-cream);box-shadow:0 0 0 3px rgba(24,57,43,.14)}.settings-shell .avatar-upload__preview{width:96px;height:96px;background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.2),transparent 38%),var(--fig-accent);border:3px solid var(--fig-bg);box-shadow:0 0 0 1px rgba(24,57,43,.14),0 12px 28px rgba(24,57,43,.16)}.settings-shell .avatar-upload__preview:hover{box-shadow:0 0 0 1px var(--fig-accent),0 14px 32px rgba(24,57,43,.18)}.settings-shell .avatar-upload__initial{font-size:34px}.settings-shell .avatar-upload__badge{color:var(--fig-accent);border:1px solid var(--fig-border);background:var(--fig-bg)}.settings-shell .avatar-upload__title{color:var(--fig-title);font-size:15px}.settings-shell .avatar-upload__copy{color:var(--fig-description);font-size:13px}.settings-shell .avatar-upload__meta span{border:1px solid var(--fig-border);background:var(--fig-cream);color:var(--fig-description)}.settings-shell .profile-overview{border:1px solid var(--fig-border);border-radius:var(--fig-radius);background:linear-gradient(135deg,rgba(24,57,43,.06),transparent 42%),var(--fig-cream)}.settings-shell .profile-overview__avatar{background:var(--fig-accent);box-shadow:0 0 0 3px var(--fig-bg),0 0 0 4px var(--fig-border)}.settings-shell .profile-overview__eyebrow{color:var(--fig-description)}.settings-shell .profile-overview__name{color:var(--fig-title);font-size:18px}.settings-shell .profile-overview__email{color:var(--fig-description)}.settings-shell .profile-overview__domain{background:var(--fig-bg);color:var(--fig-body);border:1px solid var(--fig-border)}.settings-shell .profile-overview__score{background:rgba(50,213,131,.14);color:var(--fig-accent);border:1px solid rgba(24,57,43,.18)}.settings-shell .profile-completion{border:1px solid var(--fig-border);border-radius:var(--fig-radius);background:var(--fig-cream)}.settings-shell .profile-completion__title{color:var(--fig-title)}.settings-shell .profile-completion__item{color:var(--fig-description)}.settings-shell .profile-completion__mark{border:1px solid var(--fig-border);background:var(--fig-bg)}.settings-shell .profile-completion__item--done .profile-completion__mark{background:var(--fig-accent);border-color:var(--fig-accent)}.settings-shell .profile-completion__note{border-top:1px solid var(--fig-border);color:var(--fig-description)}.settings-index-grid{gap:14px}.settings-index-card{border:1px solid var(--fig-border);border-radius:var(--fig-radius);background:var(--fig-bg);color:var(--fig-title)}.settings-index-card:hover{border-color:var(--fig-accent);background:var(--fig-cream)}.settings-index-card__label{font-size:15px;font-weight:600;color:var(--fig-title)}.settings-index-card__desc{font-size:13px;color:var(--fig-description)}.settings-index-card__badge{border-radius:999px;letter-spacing:.05em}.settings-index-card__badge--ok{background:rgba(50,213,131,.16);color:var(--fig-accent)}.settings-shell .settings-pill{border-radius:999px}.settings-shell .settings-flash{border-radius:var(--fig-radius);font-size:13px}.settings-shell .settings-section img[alt*=QR]{border-radius:var(--fig-radius)!important}.settings-shell .settings-impact{display:flex;flex-direction:column;gap:4px}.settings-shell .settings-impact--disabled{opacity:.55}.settings-shell .settings-impact-group{display:flex;flex-direction:column;gap:10px;margin:10px 0 0;padding:0;border:0}.settings-shell .settings-impact-option{display:flex;align-items:center;gap:8px;cursor:pointer}.settings-shell .settings-impact--disabled .settings-impact-option{cursor:not-allowed}.settings-shell .settings-impact-option__input{width:18px;height:18px;margin:0;flex-shrink:0;accent-color:var(--fig-accent)}.settings-shell .settings-detail-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;margin-bottom:16px;border:1px solid var(--fig-border);border-radius:var(--fig-radius);background:var(--fig-cream)}.settings-shell .settings-detail-item__value{display:inline-flex;align-items:center;gap:12px}.settings-shell .settings-detail-item__badge{display:inline-flex;align-items:center;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:3px 10px;border-radius:999px;border:1px solid transparent}.settings-shell .settings-detail-item__badge--on{background:rgba(50,213,131,.16);color:var(--fig-accent);border-color:rgba(24,57,43,.18)}.settings-shell .settings-detail-item__badge--off{background:var(--fig-bg);color:var(--fig-description);border-color:var(--fig-border)}.settings-shell .settings-detail-item__skeleton{display:inline-block;width:72px;height:20px;border-radius:999px;background:var(--fig-border);animation:subtle-pulse 1.4s ease-in-out infinite}.settings-shell .settings-detail-item__link{font-size:14px;font-weight:600;color:var(--fig-accent);text-decoration:none}.settings-shell .settings-detail-item__link:hover{text-decoration:underline}.settings-shell .btn--danger{background:var(--danger);border:1px solid var(--danger);color:#fff}.settings-shell .btn--danger:hover:not(:disabled){background:#a82f20;border-color:#a82f20}.settings-shell .btn--danger:disabled{opacity:.5;cursor:not-allowed}.settings-shell .settings-section--danger{border-color:rgba(195,58,40,.4)}.settings-shell .settings-section--danger .settings-section__head{padding-bottom:16px}.settings-shell .settings-modal-overlay{position:fixed;inset:0;z-index:60;display:flex;align-items:flex-start;justify-content:center;padding:8vh 16px 16px;background:rgba(3,7,18,.45);overflow-y:auto}.settings-shell .settings-modal-overlay__backdrop{position:fixed;inset:0;z-index:0;border:none;margin:0;padding:0;background:transparent;cursor:default;-webkit-appearance:none;-moz-appearance:none;appearance:none}.settings-shell .settings-modal{position:relative;z-index:1;width:100%;max-width:560px;background:var(--fig-bg);border:1px solid var(--fig-border);border-radius:var(--fig-radius);box-shadow:0 24px 64px rgba(3,7,18,.28);overflow:hidden}.settings-shell .settings-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 20px 12px}.settings-shell .settings-modal__title{font-size:18px;line-height:24px;font-weight:600;color:var(--fig-title);margin:0 0 4px}.settings-shell .settings-modal__sub{font-size:14px;line-height:20px;color:var(--fig-description);margin:0}.settings-shell .settings-modal__close{flex-shrink:0;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--fig-border);border-radius:var(--fig-radius-sm);background:var(--fig-bg);color:var(--fig-icon);cursor:pointer}.settings-shell .settings-modal__close:hover{background:var(--fig-cream)}.settings-shell .settings-modal__body{display:flex;flex-direction:column;gap:16px;padding:8px 20px 4px}.settings-shell .settings-modal__foot{display:flex;gap:8px;padding:16px 20px 20px}.settings-shell .settings-modal__error{font-size:13px;color:var(--danger);margin:0}.settings-shell .settings-field__req{color:var(--danger)}.settings-shell .settings-warn-banner{display:flex;gap:12px;padding:14px 16px;border-radius:var(--fig-radius);background:var(--danger);color:#fff}.settings-shell .settings-warn-banner__icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:rgba(255,255,255,.18);color:#fff}.settings-shell .settings-warn-banner__title{font-size:14px;font-weight:700;margin:0 0 4px}.settings-shell .settings-warn-banner__text{font-size:13px;line-height:18px;margin:0;color:rgba(255,255,255,.92)}.settings-shell .settings-warn-banner__text strong{color:#fff}.settings-shell .settings-page-head--withaction{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.settings-shell .settings-page-head__text{min-width:0}.settings-shell .settings-page-head__actions{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.settings-shell .settings-page-head__meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:6px;font-size:14px;line-height:20px;color:var(--fig-description)}.settings-shell .settings-page-head__meta-item strong{color:var(--fig-title);font-weight:600}.settings-shell .settings-page-head__meta-dot{width:4px;height:4px;border-radius:999px;background:var(--fig-border)}.settings-shell .btn--danger-outline{display:inline-flex;align-items:center;gap:6px;min-height:var(--fig-control-h);padding:0 14px;font-size:14px;font-weight:600;border-radius:var(--fig-radius);border:1px solid var(--danger);background:var(--fig-bg);color:var(--danger);cursor:pointer;transition:background .12s,color .12s}.settings-shell .btn--danger-outline:hover:not(:disabled){background:rgba(195,58,40,.08)}.settings-shell .btn--danger-outline:disabled{opacity:.55;cursor:not-allowed}.settings-shell .buyer-profile-cta--saved{background:var(--fig-accent);opacity:.85}.settings-shell .buyer-profile-gate{max-width:none;border-radius:var(--fig-radius);border-color:rgba(24,57,43,.22);border-left:3px solid var(--fig-accent)}.settings-shell .buyer-profile-form{display:flex;flex-direction:column;gap:20px}.settings-shell .profile-details-grid--even{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.settings-shell .settings-field__opt{font-weight:400;color:var(--fig-description)}.settings-shell .settings-checkbox-group{display:flex;flex-direction:column;gap:4px;margin:0;padding:0;border:0}.settings-shell .settings-checkbox-group .settings-field__hint{margin:2px 0 8px}.settings-shell .settings-checkbox-list{display:flex;flex-direction:column;gap:10px;margin-top:4px}.settings-shell .settings-checkbox-item{display:flex;align-items:center;gap:10px;cursor:pointer}.settings-shell .settings-checkbox-item__input{width:18px;height:18px;flex-shrink:0;margin:0;accent-color:var(--fig-accent);border-radius:4px}@media (max-width:720px){.settings-shell{grid-template-columns:1fr}.settings-content{padding:0 16px 96px}.profile-details-grid,.settings-shell .profile-details-grid--even{grid-template-columns:1fr}.settings-shell .settings-section--danger .settings-section__head{flex-direction:column;align-items:flex-start}.settings-shell .settings-page-head--withaction{flex-direction:column}.settings-shell .settings-page-head__actions{width:100%}}