@charset "UTF-8";:root{--theme-surface-lowest: #f3f1ee;--theme-surface-low: #f7f5f2;--theme-surface: #fbf9f6;--theme-surface-high: #fcfbf8;--theme-surface-highest: #ffffff;--theme-surface-contrast: var(--theme-surface-highest);--theme-medium: var(--theme-medium-500);--theme-medium-500: #8b847d;--theme-medium-400: color-mix(in srgb, var(--theme-medium-500) 75%, var(--theme-surface));--theme-medium-300: color-mix(in srgb, var(--theme-medium-500) 50%, var(--theme-surface));--theme-medium-200: color-mix(in srgb, var(--theme-medium-500) 25%, var(--theme-surface));--theme-medium-100: color-mix(in srgb, var(--theme-medium-500) 10%, var(--theme-surface));--theme-text: #2d2a26;--theme-text-muted: var(--theme-medium-500);--theme-text-contrast: #181511;--theme-border: var(--theme-medium-200);--theme-border-contrast: var(--theme-medium-300);--theme-border-accent: color-mix(in srgb, var(--theme-accent) 54%, transparent);--theme-accent: #4d7bbf;--theme-accent-muted: color-mix(in srgb, var(--theme-accent) 12%, transparent);--theme-accent-text-on: #fbfdff;--theme-success: #7fa96a;--theme-warning: #d6902e;--theme-danger: #bf4c3b;--theme-info: #5a9bd8;--theme-overlay-main: color-mix(in srgb, var(--theme-surface-lowest) 70%, transparent);--theme-overlay-lightbox: var(--theme-overlay-main);--theme-selection-background: color-mix(in srgb, var(--theme-accent) 50%, var(--theme-surface-lowest));--theme-selection-text: var(--theme-text-contrast);--theme-button-background: var(--theme-accent);--theme-button-border: var(--theme-accent);--theme-button-text: var(--theme-accent-text-on);--theme-button-background-hover: color-mix(in srgb, var(--theme-accent) 88%, black 12%);--theme-button-border-hover: color-mix(in srgb, var(--theme-accent) 88%, black 12%);--theme-button-text-hover: var(--theme-accent-text-on);--theme-button-secondary-background: transparent;--theme-button-secondary-border: var(--theme-border-contrast);--theme-button-secondary-text: var(--theme-text-contrast);--theme-button-secondary-background-hover: var(--theme-surface-highest);--theme-button-secondary-border-hover: var(--theme-surface-highest);--theme-button-secondary-text-hover: var(--theme-text);--theme-button-ui-background: var(--theme-surface-low);--theme-button-ui-border: var(--theme-button-ui-background);--theme-button-ui-text: var(--theme-text);--theme-button-ui-background-hover: var(--theme-surface-lowest);--theme-button-ui-border-hover: var(--theme-button-ui-background-hover);--theme-button-ui-text-hover: var(--theme-text-contrast);--focus-color: var(--theme-accent);--focus-width: .125rem;--focus-offset-inner: calc(var(--focus-width) * -1);--focus-offset-outer: .1875rem;--motion-duration-fast: .18s;--motion-duration-standard: .3s;--motion-ease-standard: cubic-bezier(.2, 0, 0, 1);--motion-transition-fast: var(--motion-duration-fast) var(--motion-ease-standard);--motion-transition-standard: var(--motion-duration-standard) var(--motion-ease-standard);--type-font-family-body: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--type-font-family-heading: var(--type-font-family-body);--type-font-family-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;--workspace-content-font-family: var(--type-font-family-body);--layout-container-small: 44rem;--layout-container-medium: 60rem;--layout-container-main: 64rem;--layout-container-full: 100%;--screen-size--min: 20rem;--screen-size--max: 90rem;--site--margin-min: 1.25rem;--site--margin-max: 4rem;--layout-container-gutter-inline: var(--site-gutter);--layout-container-gutter-block-start: var(--space-4);--layout-section-gap: var(--space-4);--layout-section-stack-gap: var(--section-space-small);--layout-grid-gap: var(--space-4);--layout-flex-gap: .65rem;--type-font-size-body: 1rem;--type-font-size-small: .875rem;--type-font-size-xsmall: .75rem;--type-font-size-large: clamp(1.125rem, 1rem + .3vw, 1.25rem);--type-font-size-xlarge: clamp(1.25rem, 1.15rem + .35vw, 1.5rem);--type-font-size-display-2: clamp(4rem, 3.5rem + 1.2vw, 5rem);--type-font-size-display-1: clamp(3.25rem, 2.95rem + 1vw, 4.5rem);--type-font-size-h1: clamp(2.3rem, 2rem + .8vw, 3.5rem);--type-font-size-h2: clamp(1.9rem, 1.7rem + .6vw, 2.8rem);--type-font-size-h3: clamp(1.5rem, 1.35rem + .4vw, 2rem);--type-font-size-h4: clamp(1.25rem, 1.1rem + .25vw, 1.5rem);--type-font-size-h5: clamp(1.1rem, 1.02rem + .15vw, 1.25rem);--type-font-size-h6: 1rem;--type-line-height-body: 1.6;--type-line-height-tight: 1.1;--type-line-height-display: .98;--type-font-weight-body: 400;--type-font-weight-heading: 700;--type-letter-spacing-body: 0;--type-letter-spacing-heading: -.03em;--type-margin-top: 0;--type-margin-bottom: 0;--type-trim-top: 0;--type-trim-bottom: 0;--space-0: 0rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-7: 2rem;--space-8: 2.5rem;--space-ui: var(--space-2);--space-button: var(--space-4);--section-space-none: 0rem;--section-space-small: clamp(2.5rem, 2.2rem + 1vw, 3rem);--section-space-main: clamp(3.75rem, 3.15rem + 1.8vw, 5rem);--section-space-large: clamp(5rem, 4rem + 3vw, 8rem);--section-space-page-top: clamp(6rem, 4.8rem + 4vw, 12rem);--site--margin: clamp(var(--site--margin-min), calc(.464285714rem + 3.928571429vw), var(--site--margin-max));--site-margin: var(--site--margin);--site-gutter: clamp(1.25rem, 1rem + 1vw, 2rem);--shadow-soft: 0 12px 28px rgba(34, 28, 21, .04);--radius-tiny: .25rem;--radius-small: .5rem;--radius-main: 1rem;--radius-round: 100vw;--radius-card: var(--radius-main);--radius-pill: var(--radius-round)}html.u-theme-dark{--theme-surface-lowest: #171717;--theme-surface-low: #1b1b1b;--theme-surface: #212121;--theme-surface-high: #262626;--theme-surface-highest: #303030;--theme-surface-contrast: var(--theme-surface-highest);--theme-medium: var(--theme-medium-500);--theme-medium-500: #8b847d;--theme-medium-400: color-mix(in srgb, var(--theme-medium-500) 75%, var(--theme-surface));--theme-medium-300: color-mix(in srgb, var(--theme-medium-500) 50%, var(--theme-surface));--theme-medium-200: color-mix(in srgb, var(--theme-medium-500) 25%, var(--theme-surface));--theme-medium-100: color-mix(in srgb, var(--theme-medium-500) 10%, var(--theme-surface));--theme-text: #f3f3f0;--theme-text-muted: var(--theme-medium-500);--theme-text-contrast: #faf6ef;--theme-border: var(--theme-medium-200);--theme-border-contrast: var(--theme-medium-300);--theme-border-accent: color-mix(in srgb, var(--theme-accent) 54%, transparent);--theme-accent: #6b9eff;--theme-accent-muted: color-mix(in srgb, var(--theme-accent) 16%, transparent);--theme-accent-text-on: #09111e;--theme-overlay-main: color-mix(in srgb, var(--theme-surface-lowest) 70%, transparent);--theme-overlay-lightbox: var(--theme-overlay-main);--theme-selection-background: color-mix(in srgb, var(--theme-accent) 50%, var(--theme-surface-lowest));--theme-selection-text: var(--theme-text-contrast);--theme-button-background: var(--theme-accent);--theme-button-border: var(--theme-accent);--theme-button-text: var(--theme-accent-text-on);--theme-button-background-hover: color-mix(in srgb, var(--theme-accent) 88%, black 12%);--theme-button-border-hover: color-mix(in srgb, var(--theme-accent) 88%, black 12%);--theme-button-text-hover: var(--theme-accent-text-on);--theme-button-secondary-background: transparent;--theme-button-secondary-border: var(--theme-border-contrast);--theme-button-secondary-text: var(--theme-text-contrast);--theme-button-secondary-background-hover: var(--theme-surface-highest);--theme-button-secondary-border-hover: var(--theme-surface-highest);--theme-button-secondary-text-hover: var(--theme-text);--theme-button-ui-background: var(--theme-surface-low);--theme-button-ui-border: var(--theme-button-ui-background);--theme-button-ui-text: var(--theme-text);--theme-button-ui-background-hover: var(--theme-surface-lowest);--theme-button-ui-border-hover: var(--theme-button-ui-background-hover);--theme-button-ui-text-hover: var(--theme-text-contrast);--focus-color: var(--theme-accent);--focus-width: .125rem;--focus-offset-inner: calc(var(--focus-width) * -1);--focus-offset-outer: .1875rem;--shadow-soft: 0 10px 30px rgba(0, 0, 0, .2)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--theme-surface-lowest);color:var(--theme-text)}body{font-family:var(--type-font-family-body);font-size:var(--type-font-size-body);line-height:var(--type-line-height-body);font-weight:var(--type-font-weight-body);letter-spacing:var(--type-letter-spacing-body)}h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--type-font-family-heading);font-weight:var(--type-font-weight-heading);letter-spacing:var(--type-letter-spacing-heading)}p{max-width:68ch;text-wrap:balance}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.root-shell{min-height:100vh;background:var(--theme-surface-lowest)}a{color:inherit;text-decoration:none}.root-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.9rem 1.25rem;border-bottom:1px solid var(--theme-border);background:color-mix(in srgb,var(--theme-surface-lowest) 94%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:0;z-index:20}.root-toolbar__brand,.root-toolbar__nav,.root-toolbar__actions{display:flex;align-items:center;flex-wrap:wrap}.root-toolbar__brand{gap:.8rem;min-width:0}.root-mark{font-size:1rem;font-weight:400;letter-spacing:-.02em}.root-toolbar__actions{gap:.6rem;justify-content:flex-end}.root-toolbar__nav{gap:1.1rem;margin-inline:auto}.root-toolbar__nav-spacer{flex:1 1 auto}.workspace-chip{display:inline-flex;align-items:center;gap:.7rem;min-height:2.7rem;padding:.35rem .65rem;border:1px solid var(--theme-border);border-radius:var(--radius-card);background:color-mix(in srgb,var(--theme-surface-high) 92%,transparent)}.workspace-chip img{width:auto;max-width:7rem;height:1.35rem;border-radius:0;object-fit:contain}.workspace-chip--header{min-width:0}.workspace-chip strong{display:block;font-size:.95rem;line-height:1.1}.workspace-chip__label{display:block;color:var(--theme-text-muted);font-size:.68rem;letter-spacing:.06em;text-transform:uppercase}.app-shell{display:grid;min-height:calc(100vh - 4.5rem);grid-template-columns:15rem minmax(0,1fr)}.sidebar{position:sticky;top:4.5rem;display:flex;flex-direction:column;justify-content:space-between;height:calc(100vh - 4.5rem);overflow-y:auto;padding:1.4rem 1.1rem 1.1rem;background:var(--theme-surface-lowest)}.muted,.lead,.nav-group__label,.panel__label,.eyebrow{color:var(--theme-text-muted)}.eyebrow,.nav-group__label,.panel__label{margin:0 0 .5rem;font-family:var(--type-font-family-body);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.nav-group{margin-bottom:1rem}.nav-group ul{display:grid;gap:.15rem;margin:0;padding:0;list-style:none}.nav-group a{display:flex;align-items:center;gap:.65rem;min-height:2.3rem;padding:.45rem .65rem;border:1px solid transparent;border-radius:.75rem;color:var(--theme-text)}.nav-group a:hover,.nav-group a[aria-current=page]{background:color-mix(in srgb,var(--theme-surface) 82%,transparent);border-color:var(--theme-border)}.nav-group__icon{display:inline-flex;flex:0 0 auto}.nav-group__footer{margin-top:auto;padding-top:1rem;border-top:1px solid var(--theme-border)}.main-panel{min-height:calc(100vh - 4.5rem);padding:3rem 3.5rem 4rem;background:var(--theme-surface-high);box-shadow:var(--shadow-soft)}.lead{max-width:48rem;margin:.75rem 0 0;font-size:1.2rem;line-height:1.7}.page-frame__main{display:flex;flex-direction:column;gap:0;min-height:0;height:100%;flex:1 1 auto;min-width:0;width:100%;background:transparent;overflow-y:auto;overflow-x:hidden;overscroll-behavior:none;scrollbar-width:thin;scrollbar-color:var(--theme-border-contrast) transparent}.page-frame__header{border-bottom:1px solid var(--theme-border)}.page-frame__header>.u-container,.page-frame__provenance>.u-container{display:grid;gap:.85rem}.page-title__utility{display:grid;gap:.85rem}.page-frame__provenance{color:var(--theme-text-muted);font-size:.72rem;line-height:1.4}.page-frame__provenance-state{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.page-frame__provenance-sync{white-space:nowrap}.page-frame__provenance-note{margin:0}.page-frame__footer{margin-top:auto;display:grid;gap:0;border-top:1px solid var(--theme-border);color:var(--workspace-footer-text-color, var(--theme-text-muted));font-size:var(--workspace-footer-font-size, .72rem);line-height:var(--workspace-footer-line-height, 1.4);padding-block:var(--workspace-footer-pad-y, .85rem);padding-inline:var(--sidebar-shell-pad-x, .9rem)}.page-frame__main::-webkit-scrollbar{width:.5rem}.page-frame__main::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--theme-border-contrast) 50%,transparent);border:2px solid transparent;border-radius:var(--radius-pill);background-clip:padding-box}.page-frame__footer a{color:inherit;text-decoration:none}.page-frame__footer a:hover{color:var(--theme-text)}.workspace-page-footer{display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:nowrap;width:100%}.workspace-page-footer__copy{display:flex;align-items:center;min-width:0}.workspace-page-footer__line{margin:0;overflow:hidden;text-overflow:ellipsis}.workspace-page-footer__links{display:flex;flex-wrap:nowrap;gap:.9rem;align-items:center;justify-content:flex-end;min-width:0}.workspace-page-footer__links span{color:var(--workspace-footer-text-color, var(--theme-text-muted))}.u-section{display:grid;gap:var(--layout-section-gap, 1rem);padding-block:var(--layout-section-stack-gap, var(--section-space-small));scroll-margin-top:10rem;width:100%}.template-section p{max-width:none}.page-title{display:grid;gap:.45rem;width:100%}.page-title[data-has-icon=true]{grid-template-columns:auto minmax(0,1fr);column-gap:.85rem}.page-title__icon{grid-column:1;grid-row:1/span 3;align-self:start;margin-top:.15rem;color:var(--theme-text-muted)}.page-title[data-has-icon=true] .page-title__eyebrow,.page-title[data-has-icon=true] .page-title__title,.page-title[data-has-icon=true] .page-title__subtitle{grid-column:2}.page-title__eyebrow{margin:0}.page-title__title{margin:0;font-size:clamp(2.7rem,5.3vw,4.1rem);line-height:1.02;letter-spacing:-.05em}.page-title__subtitle{margin:0;font-size:.95rem;line-height:1.58;color:var(--theme-text-muted);max-width:none}.page-frame__body{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;flex:1 1 auto;height:100%;min-height:0;min-width:0;width:100%}.page-frame__body>.page-frame__main{grid-column:1}.page-frame__body>.workspace-drawer,.page-frame__body>.root-drawer{grid-column:2}.root-drawer,.workspace-drawer{--workspace-drawer-pad-inline: var(--space-6);--workspace-drawer-pad-block: var(--space-5);align-self:start;display:grid;grid-template-rows:auto minmax(0,1fr);position:sticky;top:0;height:calc(100dvh - var(--workspace-top-band-height));width:0;max-width:none;min-width:0;min-height:0;border:0;border-left:1px solid var(--theme-border);border-radius:0;background:var(--theme-surface-high);box-shadow:none;overflow:hidden;z-index:40;pointer-events:none;overscroll-behavior:contain}.root-drawer.is-open,.workspace-drawer.is-open{pointer-events:auto;width:var(--workspace-drawer-width, 23.75rem)}.workspace-drawer__resize{position:absolute;top:0;left:0;bottom:0;width:1.4rem;padding:0;border:0;background:transparent;cursor:col-resize;z-index:2;touch-action:none;-webkit-user-select:none;user-select:none}.workspace-drawer__resize-handle{position:absolute;top:50%;left:.1rem;display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:2.5rem;transform:translateY(-50%);color:var(--theme-text-muted)}.workspace-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:var(--workspace-drawer-pad-block) var(--workspace-drawer-pad-inline) .95rem;border-bottom:1px solid var(--theme-border)}.workspace-drawer__heading{display:grid;gap:.2rem}.workspace-drawer__heading h3{margin:0;font-size:1.1rem;line-height:1.2}.workspace-drawer__label{color:var(--theme-text-muted);font-size:.68rem;font-weight:400;letter-spacing:.07em;text-transform:uppercase}.workspace-drawer__close{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:auto;height:auto;padding:.1rem;border:0;border-radius:0;background:transparent;color:var(--theme-text-muted);cursor:pointer}.workspace-drawer__close svg{width:1.1rem;height:1.1rem}.workspace-drawer__close:hover{color:var(--theme-text)}.workspace-drawer__body{overflow:auto;padding:var(--workspace-drawer-pad-block) var(--workspace-drawer-pad-inline);overscroll-behavior:contain}.workspace-drawer__stack{display:grid;gap:1rem}.workspace-drawer__card{display:grid;gap:.65rem;padding:0;border:0;border-radius:0;background:transparent}.workspace-drawer__card h4,.workspace-drawer__card p{margin:0}.workspace-drawer__swatch{height:10rem;border:0;border-radius:.65rem}.workspace-drawer__asset-preview{display:grid;min-height:10rem;place-items:center;padding:1.35rem;border-radius:.85rem;background:var(--theme-surface-highest);color:var(--theme-text)}.workspace-drawer__asset-preview.is-light{background:var(--theme-surface-highest)}.workspace-drawer__asset-preview img{max-width:100%;max-height:5.25rem;object-fit:contain}.workspace-drawer__asset-graphic{display:flex;align-items:center;justify-content:center;width:100%;max-width:100%}.workspace-drawer__asset-graphic img{max-width:100%;max-height:5.8rem;object-fit:contain}.workspace-drawer__asset-graphic svg{display:block;max-height:5.25rem}.workspace-drawer__asset-graphic.style-guide-asset__graphic--mask{max-height:5.25rem;height:5.25rem}.workspace-drawer__value-list{display:grid;gap:.7rem}.workspace-drawer__field{display:grid;gap:.45rem}.workspace-drawer__field-value{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:2.75rem;padding:.35rem .7rem .35rem .9rem;border:1px solid var(--theme-border);border-radius:.75rem;background:var(--theme-surface)}.workspace-drawer__field-value strong{font-size:.9rem;font-weight:400}.workspace-drawer__field-copy{flex:0 0 auto}.workspace-drawer__field-copy.copy-button{min-width:auto;min-height:auto;padding:.1rem;border:0;border-radius:0;background:transparent;color:var(--theme-text-muted)}.workspace-drawer__field-copy.copy-button:hover{background:transparent;border-color:transparent;color:var(--theme-text)}.workspace-drawer__field-copy.copy-button svg{width:1rem;height:1rem}.workspace-drawer__value-list span{color:var(--theme-text-muted);font-size:.8rem}.workspace-drawer__section{display:grid;gap:.35rem;padding-top:.2rem}.workspace-drawer__copy{padding:.9rem 1rem;border-radius:.65rem;background:var(--theme-surface);border:1px solid var(--theme-border)}.workspace-drawer__code-label{display:inline-flex}.workspace-drawer__code-label span{display:inline-flex;align-items:center;min-height:1.3rem;padding:.12rem .42rem;border-radius:.3rem;background:var(--theme-surface);color:var(--theme-text-muted);font-size:.68rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase}.workspace-drawer__code-block{margin:0;padding:1rem;overflow:auto;border:1px solid var(--theme-border);border-radius:.8rem;background:var(--theme-surface);color:var(--theme-text);font-family:var(--type-font-family-mono);font-size:.8rem;line-height:1.55;white-space:pre-wrap}.workspace-drawer__copy-action.copy-button{width:100%;justify-content:center;background:var(--theme-accent);border-color:var(--theme-accent);color:var(--theme-accent-text-on)}.workspace-drawer__copy-action.copy-button:hover{background:color-mix(in srgb,var(--theme-accent) 88%,var(--theme-surface-lowest) 12%);border-color:color-mix(in srgb,var(--theme-accent) 88%,var(--theme-surface-lowest) 12%)}.workspace-drawer__code-note{margin:0;color:var(--theme-text-muted);font-size:.8rem;line-height:1.5}.hero__meta{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}@media(max-width:980px){.root-drawer,.workspace-drawer{position:fixed;top:var(--workspace-top-band-height);right:0;left:auto;bottom:0;width:min(22rem,92vw)!important;max-width:92vw;transform:translate(100%);pointer-events:none}.root-drawer.is-open,.workspace-drawer.is-open{pointer-events:auto;transform:translate(0)}.workspace-drawer__resize{display:none}}@media(max-width:980px){.page-frame__body{display:block;width:100%}}@media(max-width:640px){.page-title__title{font-size:clamp(2.35rem,12vw,3rem)}}.workspace-overview-page{padding-top:0}.workspace-overview-summary-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.workspace-overview-summary-card{display:grid;gap:.45rem;min-height:6.8rem;padding:1rem 1rem .95rem;border:1px solid var(--theme-border);border-radius:var(--radius-card);background:var(--theme-surface-highest);box-shadow:0 1px 2px color-mix(in srgb,var(--theme-text) 3%,transparent)}.workspace-overview-summary-card__head{display:flex;align-items:center;justify-content:flex-start}.workspace-overview-summary-card__value{margin:0;font-size:clamp(1.6rem,1.3rem + 1vw,2.25rem);line-height:1.05;letter-spacing:-.05em}.workspace-overview-summary-card__meta{margin:0;color:var(--theme-text-muted);font-size:.88rem;line-height:1.4}.workspace-overview-activity-card{padding:0;overflow:hidden}.workspace-overview-activity-list{display:grid}.workspace-overview-activity-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:start;padding:.9rem 1rem}.workspace-overview-activity-row+.workspace-overview-activity-row{border-top:1px solid var(--theme-border)}.workspace-overview-activity-row__main{display:grid;gap:.3rem;min-width:0}.workspace-overview-activity-row__titlebar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-width:0}.workspace-overview-activity-row__titlebar h4{margin:0;font-size:.92rem;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-overview-activity-row__path{margin:0;color:var(--theme-text-muted);font-family:var(--type-font-family-mono);font-size:.76rem;line-height:1.4}.workspace-overview-activity-row__time{display:inline-flex;align-items:center;gap:.35rem;color:var(--theme-text-muted);font-size:.8rem;line-height:1.4;white-space:nowrap}.workspace-overview-quick-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.workspace-overview-quick-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.9rem;padding:1rem;border:1px solid var(--theme-border);border-radius:var(--radius-card);background:var(--theme-surface-highest);box-shadow:0 1px 2px color-mix(in srgb,var(--theme-text) 3%,transparent);transition:border-color var(--motion-transition-standard),box-shadow var(--motion-transition-standard),transform var(--motion-transition-standard)}.workspace-overview-quick-card:hover{border-color:var(--theme-border-contrast);box-shadow:0 4px 14px color-mix(in srgb,var(--theme-text) 5%,transparent);transform:translateY(-1px)}.workspace-overview-quick-card__icon{display:inline-flex;align-items:flex-start;justify-content:center;width:1.15rem;color:var(--theme-danger)}.workspace-overview-quick-card__body{display:grid;gap:.2rem;min-width:0}.workspace-overview-quick-card__title{margin:0;font-size:.96rem;line-height:1.2}.workspace-overview-quick-card__summary{margin:0;color:var(--theme-text-muted);font-size:.82rem;line-height:1.4}.workspace-overview-quick-card__meta{margin:0;color:var(--theme-text-muted);font-size:.72rem;line-height:1.35}@media(max-width:980px){.workspace-overview-summary-grid,.workspace-overview-quick-grid,.workspace-overview-activity-row{grid-template-columns:minmax(0,1fr)}.workspace-overview-activity-row__time{justify-content:flex-start}}.root-shell,.app-shell{--sidebar-width: 13.5rem;--workspace-shell-gutter-inline: 1.2rem;--workspace-drawer-width: 0px;--workspace-header-height: 2.55rem;--workspace-top-band-pad-y: .5rem;--workspace-top-band-height: calc(var(--workspace-header-height) + (var(--workspace-top-band-pad-y) * 2));--workspace-footer-pad-y: .85rem;--workspace-footer-font-size: .72rem;--workspace-footer-line-height: 1.4;--workspace-footer-text-color: var(--theme-text-muted);--app-shell-content-inset-left: var(--workspace-shell-gutter-inline);--app-shell-content-inset-right: var(--workspace-shell-gutter-inline);--workspace-control-size: 2rem;--ui-control-size: var(--workspace-control-size);--workspace-brand-copy-gap: .6rem;--app-shell-content-top: var(--workspace-top-band-height);display:grid;height:100dvh;position:fixed;inset:0;grid-template-rows:var(--workspace-top-band-height) minmax(0,1fr);grid-template-columns:minmax(0,1fr);background:var(--theme-surface-lowest);overflow:hidden}.app-shell__frame{position:relative;display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr) auto;grid-template-rows:minmax(0,1fr);grid-column:1;grid-row:2;height:100%;min-width:0;padding:0;background:var(--theme-surface-lowest);overflow:hidden}.app-shell--no-sidebar .app-shell__frame{grid-template-columns:minmax(0,1fr) auto}.app-shell__content{flex:1;grid-column:2;grid-row:1;min-width:0;min-height:0;position:relative;display:flex;flex-direction:column;gap:2rem;overflow-y:auto;overflow-x:hidden;overscroll-behavior:none;-webkit-overflow-scrolling:auto;scrollbar-width:thin;scrollbar-color:var(--theme-border-contrast) transparent;background:var(--theme-surface);font-family:var(--workspace-content-font-family)}.app-shell--no-sidebar .app-shell__content{grid-column:1}.app-shell__content::-webkit-scrollbar{width:.5rem}.app-shell__content::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--theme-border-contrast) 50%,transparent);border:2px solid transparent;border-radius:var(--radius-pill);background-clip:padding-box}@media(min-width:981px){.app-shell__content{border-top-left-radius:var(--radius-card);overflow:hidden}}.root-sidebar,.app-sidebar{grid-column:1;grid-row:1}.root-header,.app-shell__header{grid-column:1;grid-row:1;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:0;padding:.85rem .95rem}.app-shell__leading{display:flex;align-items:center;gap:.75rem;min-width:0;flex:1 1 auto}.app-shell__search{display:flex;align-items:center;flex:1 1 32rem;min-width:0;max-width:32rem}.app-shell__actions{display:flex;align-items:center;gap:.65rem;flex-wrap:nowrap;justify-content:flex-end}.app-shell__notifications-trigger{display:inline-flex;align-items:center;gap:.35rem}.app-shell__icon-button{display:inline-flex;align-items:center;justify-content:center;width:var(--workspace-control-size);height:var(--workspace-control-size);padding:0;border:1px solid var(--theme-border);border-radius:var(--radius-pill);background:var(--theme-surface-high);color:var(--theme-text-muted);cursor:pointer}.app-shell__icon-button:hover{color:var(--theme-text);border-color:var(--theme-border-contrast)}.app-shell__icon-button[data-active=true]{border-color:color-mix(in srgb,var(--theme-accent) 42%,var(--theme-border));background:color-mix(in srgb,var(--theme-accent) 10%,var(--theme-surface-high) 90%);color:var(--theme-text)}.app-shell__icon-button.app-shell__search-toggle{display:none}.app-shell__notifications-panel{position:fixed;top:calc(var(--workspace-top-band-height) + .5rem);right:var(--workspace-shell-gutter-inline);z-index:35;display:grid;gap:.9rem;width:min(28rem,100vw - var(--workspace-shell-gutter-inline) * 2);max-height:calc(100dvh - var(--workspace-top-band-height) - 1rem);overflow:auto;padding:.95rem;border:1px solid var(--theme-border);border-radius:.95rem;background:color-mix(in srgb,var(--theme-surface-high) 92%,transparent);box-shadow:0 18px 56px color-mix(in srgb,var(--theme-surface-lowest) 56%,transparent),0 6px 18px color-mix(in srgb,var(--theme-surface-lowest) 26%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.app-shell__notifications-panel[hidden]{display:none}.app-shell__notifications-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.app-shell__notifications-note{margin:0;color:var(--theme-text-muted);font-size:var(--workspace-footer-font-size);line-height:var(--workspace-footer-line-height)}.app-shell__search-panel{position:fixed;top:calc(var(--workspace-top-band-height) + .5rem);left:var(--workspace-shell-gutter-inline);right:var(--workspace-shell-gutter-inline);z-index:34;display:grid;gap:.9rem;width:min(40rem,100vw - var(--workspace-shell-gutter-inline) * 2);margin-inline:auto;max-height:calc(100dvh - var(--workspace-top-band-height) - 1rem);overflow:auto;padding:.95rem;border:1px solid var(--theme-border);border-radius:.95rem;background:color-mix(in srgb,var(--theme-surface-high) 92%,transparent);box-shadow:0 18px 56px color-mix(in srgb,var(--theme-surface-lowest) 56%,transparent),0 6px 18px color-mix(in srgb,var(--theme-surface-lowest) 26%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.app-shell__search-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.app-shell__search-result-card{gap:.55rem}.app-shell__search-result-card h4{margin:0}.app-shell__notification-card{gap:.5rem}.app-shell__notification-card h4{margin:0}.app-shell__brand{display:flex;min-width:0}.app-shell__backdrop{display:none}@media(max-width:980px){.app-shell{grid-template-rows:var(--workspace-top-band-height) minmax(0,1fr);grid-template-columns:minmax(0,1fr);position:relative;inset:auto;height:auto;min-height:100dvh;overflow:visible}.app-shell__backdrop{position:fixed;inset:0;z-index:20;display:block;border:0;background:color-mix(in srgb,var(--theme-surface-contrast) 34%,transparent);opacity:0;pointer-events:none;cursor:pointer;touch-action:none;transition:opacity var(--motion-transition-fast)}.app-shell__backdrop.is-open{opacity:1;pointer-events:auto}.app-shell__backdrop:disabled{cursor:default}.root-header,.app-shell__header{position:sticky;top:0;z-index:25;flex-wrap:nowrap;align-items:center;gap:.65rem;padding:.85rem .95rem;background:var(--theme-surface-lowest)}.app-shell__brand{display:flex;min-width:0}.app-shell__actions{display:flex;align-items:center;align-self:center;margin-left:auto;gap:.7rem;min-width:0}.app-shell__icon-button.app-shell__search-toggle{display:inline-flex}.app-shell__search-modal{position:fixed;top:calc(var(--workspace-top-band-height) + .5rem);left:var(--workspace-shell-gutter-inline);right:var(--workspace-shell-gutter-inline);z-index:35;display:grid;gap:.65rem;padding:.9rem .95rem;border:1px solid var(--theme-border);border-radius:.95rem;background:color-mix(in srgb,var(--theme-surface-high) 90%,transparent);box-shadow:0 18px 56px color-mix(in srgb,var(--theme-surface-lowest) 56%,transparent),0 6px 18px color-mix(in srgb,var(--theme-surface-lowest) 26%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.app-shell__notifications-panel{left:var(--workspace-shell-gutter-inline);right:var(--workspace-shell-gutter-inline);width:auto}.app-shell__search-panel{left:var(--workspace-shell-gutter-inline);right:var(--workspace-shell-gutter-inline);width:auto;z-index:36}.app-shell__content{padding:0;overflow:visible;min-height:calc(100dvh - var(--workspace-top-band-height))}.app-shell__content{border-radius:0}.app-shell__frame{display:block;height:auto;min-height:100dvh;overflow:visible}}.workspace-settings-panel{display:grid;gap:1rem}.workspace-settings-panel--brand,.workspace-settings-panel--notes{max-width:48rem}.workspace-settings-panel__summary{display:grid;gap:1rem}.workspace-settings-panel__summary-copy{display:grid;gap:.35rem}.workspace-settings-panel__summary-copy h3{margin:0}.workspace-settings-panel__summary-copy p{margin:0;color:var(--theme-text-muted)}.workspace-settings-panel__actions{display:flex;flex-wrap:wrap;gap:.65rem}.workspace-settings-brand{display:grid;gap:1rem}.workspace-settings-select{display:grid;gap:.4rem}.workspace-settings-select select,.workspace-settings-select input{width:100%;min-height:2.5rem;padding:.65rem .8rem;border:1px solid var(--theme-border);border-radius:.8rem;background:var(--theme-surface);color:var(--theme-text)}.workspace-settings-toggle{display:flex;align-items:flex-start;gap:.8rem;padding:.95rem 1rem;border:1px solid var(--theme-border);border-radius:.95rem;background:var(--theme-surface-highest)}.workspace-settings-toggle__input{width:1rem;height:1rem;margin:.2rem 0 0;accent-color:var(--theme-accent)}.workspace-settings-toggle__copy{display:grid;gap:.12rem}.workspace-settings-toggle__copy strong{font-size:.94rem;font-weight:500}.workspace-settings-toggle__copy span{color:var(--theme-text-muted);font-size:.84rem;line-height:1.5}.workspace-settings-mode-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.workspace-settings-mode-option{display:grid;gap:.45rem;padding:.95rem 1rem;border:1px solid var(--theme-border);border-radius:.95rem;background:var(--theme-surface-highest);color:var(--theme-text);text-align:left;cursor:pointer}.workspace-settings-mode-option:hover{border-color:var(--theme-border-contrast);background:var(--theme-surface-contrast)}.workspace-settings-mode-option.is-selected{border-color:color-mix(in srgb,var(--theme-accent) 45%,var(--theme-border));background:color-mix(in srgb,var(--theme-accent) 8%,var(--theme-surface-highest) 92%)}.workspace-settings-mode-option__header{display:flex;align-items:center;justify-content:space-between;gap:.65rem}.workspace-settings-mode-option__description{color:var(--theme-text-muted);font-size:.84rem;line-height:1.5}.workspace-settings-preview-grid{align-items:start}.workspace-settings-preview-grid .style-guide-type-card{min-height:100%}.workspace-settings-brand .c_workspace-brand{width:100%}@media(max-width:700px){.workspace-settings-mode-grid{grid-template-columns:1fr}}.error-shell,.auth-shell{display:grid;min-height:100vh;place-items:center;padding:clamp(2.25rem,5vw,3.5rem)}.error-panel{width:min(42rem,100%);padding:2rem;border:1px solid var(--theme-border);border-radius:var(--radius-card);background:var(--theme-surface)}.auth-shell{background:radial-gradient(circle at top left,color-mix(in srgb,var(--theme-accent-muted) 60%,transparent) 0%,transparent 35%),var(--theme-surface-low)}.auth-panel{width:min(28rem,100%)}.auth-panel h1{margin:0 0 .35rem;max-width:14ch;line-height:1.02}.auth-panel .muted{max-width:26rem}.auth-panel__note{margin:0;color:var(--theme-text-muted);font-size:.92rem;line-height:1.5}.auth-card{margin-top:1.25rem;padding:1.25rem;border:1px solid var(--theme-border);border-radius:var(--radius-card);background:var(--theme-surface-high);box-shadow:var(--shadow-soft)}.error-panel pre{overflow:auto;padding:1rem;border-radius:.75rem;background:var(--theme-surface-lowest)}.u-container{display:block;width:100%;max-width:var(--layout-container-main, 64rem);min-width:0;margin-inline:auto;box-sizing:border-box}.u-container--small{max-width:var(--layout-container-small, 44rem)}.u-container--medium{max-width:var(--layout-container-medium, 60rem)}.u-container--main{max-width:var(--layout-container-main, 64rem)}.u-container--full{width:100%;max-width:none;margin-inline:0}.u-section{display:block;--section-padding-block-start: var(--layout-section-stack-gap, var(--section-space-small));--section-padding-block-end: var(--layout-section-stack-gap, var(--section-space-small));padding-block-start:var(--section-padding-block-start);padding-block-end:var(--section-padding-block-end);width:100%}.u-section--space-none{--section-padding-block-start: var(--section-space-none);--section-padding-block-end: var(--section-space-none)}.u-section--space-small{--section-padding-block-start: var(--section-space-small);--section-padding-block-end: var(--section-space-small)}.u-section--space-main{--section-padding-block-start: var(--section-space-main);--section-padding-block-end: var(--section-space-main)}.u-section--space-large{--section-padding-block-start: var(--section-space-large);--section-padding-block-end: var(--section-space-large)}.u-section--space-page-top{--section-padding-block-start: var(--section-space-page-top)}.u-section--space-top-none{--section-padding-block-start: var(--section-space-none)}.u-section--space-bottom-none{--section-padding-block-end: var(--section-space-none)}.layout-stack{display:grid;gap:var(--layout-section-gap, 1.25rem)}.u-flex,.layout-cluster,.source-chip-list,.inline-actions{display:flex;flex-wrap:wrap;align-items:center;gap:var(--layout-flex-gap, .75rem)}.u-grid,.layout-grid,.content-grid,.asset-grid,.source-links-grid,.spec-list,.source-grid,.palette-stack,.swatch-grid,.foundation-list{display:grid;gap:var(--layout-grid-gap, 1rem)}.layout-grid{grid-template-columns:var(--layout-columns, minmax(0, 1fr))}.u-grid--two,.layout-grid--two,.content-grid--two-up,.asset-grid,.source-links-grid{--layout-columns: repeat(2, minmax(0, 1fr))}.u-grid--three,.layout-grid--three,.content-grid{--layout-columns: repeat(3, minmax(0, 1fr))}.u-grid--stacked,.layout-grid--stacked,.content-grid--stacked{--layout-columns: minmax(0, 1fr)}.layout-grid--auto{--layout-columns: repeat(auto-fit, minmax(var(--layout-min-column, 10.5rem), 1fr))}.section-content{display:grid;gap:var(--layout-section-gap, 1.25rem)}.u-block{display:grid;gap:var(--layout-block-gap, 1rem);min-width:0}.block--text{gap:.75rem}.block--list{gap:.85rem}.block--preview-grid{grid-template-columns:repeat(auto-fit,minmax(var(--layout-min-column, 10.5rem),1fr));gap:1rem}.block--asset-preview{gap:1rem}.section-grid{display:grid;gap:var(--layout-grid-gap, 1rem);grid-template-columns:repeat(2,minmax(0,1fr))}.section-heading{display:grid;gap:.25rem}.section-heading>h2{margin:0;color:var(--theme-text);font-size:clamp(1.9rem,2vw,2.8rem);line-height:1.08;letter-spacing:-.035em;font-weight:600}.section-heading>p{margin:0;color:var(--theme-text-muted);line-height:1.55}.section-heading--meta{gap:.15rem}.section-heading--meta>h2{font-size:clamp(1.45rem,1.45vw,2rem);line-height:1.12;letter-spacing:-.03em}.section-heading--meta>p{color:color-mix(in srgb,var(--theme-text-muted) 86%,transparent);font-size:.96rem}.section-content--meta{gap:.85rem;color:color-mix(in srgb,var(--theme-text) 88%,var(--theme-surface-low) 12%)}.section-content--meta .section-subheading{font-size:clamp(1.05rem,1.35vw,1.35rem);line-height:1.12}.section-content--meta .story-block,.section-content--meta .panel--soft,.section-content--meta .u-block{background:color-mix(in srgb,var(--theme-surface-high) 84%,var(--theme-surface) 16%)}.section-content--meta .plain-list li,.section-content--meta p{color:color-mix(in srgb,var(--theme-text) 86%,var(--theme-text-muted) 14%)}.section-subheading{margin:0;color:var(--theme-text);font-size:clamp(1.25rem,2vw,1.7rem);line-height:1.08;letter-spacing:-.035em;font-weight:600;max-width:34rem}.foundation-list{margin:0;padding:0;list-style:none}.foundation-item{padding-bottom:.9rem;border-bottom:1px solid var(--theme-border)}.foundation-item:last-child{padding-bottom:0;border-bottom:0}.plain-list{margin:1rem 0 0;padding-left:1rem}.plain-list--compact{margin-top:.75rem}.link-list{display:grid;gap:.75rem;margin-top:1rem}.link-list a{display:inline-flex;align-items:center;width:fit-content;padding:.65rem .85rem;border:1px solid var(--theme-border);border-radius:.85rem;background:var(--theme-surface-high);font-family:var(--type-font-family-body);font-size:.95rem}.source-grid,.palette-stack,.spec-list{gap:1rem}.swatch-grid{gap:.75rem;margin-top:1rem}.story-stack{gap:1.25rem}.story-block{display:grid;gap:.85rem}.story-block--compact{gap:.45rem}.workspace-markdown{display:grid;gap:1.15rem}.workspace-markdown__section{display:grid;gap:.8rem;padding-top:1rem;border-top:1px solid var(--theme-border)}.workspace-markdown__section-title{margin:0;font-size:.95rem}.workspace-markdown__heading{margin:0}.workspace-markdown__heading--h1{font-size:1.15rem}.workspace-markdown__heading--h2{font-size:1.05rem}.workspace-markdown__heading--h3,.workspace-markdown__heading--h4,.workspace-markdown__heading--h5,.workspace-markdown__heading--h6{font-size:.98rem}.workspace-markdown__blocks{display:grid;gap:.8rem}.workspace-markdown__block{display:grid;gap:.65rem}.workspace-markdown__list{margin:0;padding-left:1.15rem}.workspace-markdown__callout{padding:1rem 1.05rem;border:1px solid var(--theme-border);border-radius:.9rem;background:var(--theme-surface)}.workspace-markdown__callout p{margin:0}.workspace-markdown__excerpt{margin-top:.15rem}.summary-card{gap:1rem}.panel-grid,.compact-list,.example-grid{display:grid;gap:1.15rem}.panel-grid--two,.example-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.example-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.compact-list{gap:.55rem}.compact-list--spaced{margin-top:1rem}.statement-row,.example-card,.summary-card{display:grid;gap:.95rem;padding:1.25rem 0 1rem;border-top:1px solid var(--theme-border)}.panel>.copy-button,.panel>.inline-actions,.example-card>.copy-button,.example-card>.inline-actions,.summary-card>.copy-button,.summary-card>.inline-actions,.story-block>.copy-button,.story-block>.inline-actions,.workspace-markdown__block>.copy-button,.workspace-markdown__block>.inline-actions{margin-top:.1rem}.statement-row--action{display:flex;align-items:center;justify-content:space-between;gap:1rem}.statement-row--muted{color:var(--theme-text-muted)}.example-card__body{margin:0;font-size:1.05rem;line-height:1.65}.code-block{overflow:auto;margin:0;padding:1rem;border:1px solid var(--theme-border);border-radius:1rem;background:var(--theme-surface-lowest)}.code-block code{font-family:var(--type-font-family-mono);font-size:.9rem;line-height:1.6;white-space:pre-wrap}.asset-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:980px){.panel-grid--two,.section-grid,.example-grid,.example-grid--compact,.asset-grid--compact,.asset-grid,.source-links-grid,.content-grid--two-up{grid-template-columns:1fr}}.style-guide-identity-grid,.style-guide-logo-grid,.style-guide-icon-grid,.style-guide-palette-grid,.style-guide-component-grid,.style-guide-mini-grid,.style-guide-variable-grid,.style-guide-button-grid,.style-guide-type-grid,.style-guide-swatch-row,.style-guide-typography-intro__family-preview-grid,.style-guide-variable-chip-grid{display:grid;gap:1rem}.style-guide-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:1.75rem;column-gap:1.25rem}.style-guide-logo-grid--stacked{grid-template-columns:minmax(0,1fr)}.style-guide-identity-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.style-guide-identity-grid--hero{grid-template-columns:minmax(0,1.4fr) repeat(2,minmax(0,1fr))}.style-guide-icon-grid,.style-guide-icon-grid--wide{grid-template-columns:repeat(auto-fill,minmax(10.5rem,1fr))}.style-guide-palette-stack{display:grid;gap:2.75rem}.style-guide-palette{display:grid;gap:1.1rem}.style-guide-component-stack{display:grid;gap:.7rem}.style-guide-subsection-heading{display:grid;gap:.35rem}.style-guide-subsection-heading h3{margin:0;color:var(--theme-text);font-size:clamp(1.25rem,2vw,1.7rem);line-height:1.08;letter-spacing:-.035em;font-weight:600}.style-guide-subsection-heading .section-heading__subhead{max-width:34rem}.style-guide-typography-subsection{display:grid;gap:2.75rem}.style-guide-typography-intro{display:grid;gap:1.25rem;grid-template-columns:minmax(0,1fr);margin-bottom:.5rem}.style-guide-typography-intro__family{display:grid;gap:.6rem}.style-guide-typography-intro__family-preview-grid--stacked{grid-template-columns:minmax(0,1fr)}.style-guide-typography-intro__family-preview{display:grid;align-items:start;gap:.65rem;padding:1rem 1.05rem;border-radius:1rem;background:var(--theme-surface-high)}.style-guide-typography-intro__family-preview--inverse{background:var(--theme-surface-contrast);color:var(--theme-text-contrast)}.style-guide-typography-intro__family-preview-name{margin:0;color:inherit;font-size:clamp(2rem,4vw,3.8rem);line-height:.94;letter-spacing:-.04em;font-weight:600}.style-guide-typography-intro__family-preview-name--light{display:block;font-weight:300}.style-guide-typography-intro__family-preview-name--body{font-size:clamp(1.35rem,2.8vw,2rem);line-height:1;font-weight:400}.style-guide-typography-intro__family-note{margin:0;max-width:28rem;color:var(--theme-text-muted);font-size:.88rem;line-height:1.5}.style-guide-typography-intro__alphabet{display:grid;gap:.15rem;color:var(--theme-text)}.style-guide-typography-intro__alphabet p{margin:0;font-size:clamp(1rem,1.8vw,1.4rem);line-height:1.2;letter-spacing:.015em;overflow-wrap:anywhere;word-break:break-word;white-space:normal}.style-guide-typography-intro__family-preview--inverse .style-guide-typography-intro__alphabet{color:inherit;opacity:.96}.style-guide-typography-intro__family-preview--inverse .style-guide-typography-intro__family-preview-name--body{font-weight:400}.style-guide-asset,.style-guide-swatch,.style-guide-icon-tile{display:grid;gap:.7rem;padding:0;border:0;background:transparent;color:var(--theme-text);text-align:left;cursor:pointer}.style-guide-asset__stage,.style-guide-icon-tile__stage{display:grid;place-items:center;color:var(--theme-text)}.style-guide-asset__stage{min-height:11.5rem;padding:1.6rem;border-radius:1rem}.style-guide-asset--logo .style-guide-asset__stage{min-height:12.75rem;padding:1.9rem}.style-guide-asset__stage--dark{background:var(--theme-surface-highest)}.style-guide-asset__stage--light{background:var(--theme-surface-high)}.style-guide-asset__graphic,.style-guide-icon-tile__graphic{display:flex;align-items:center;justify-content:center;width:100%;max-width:100%}.style-guide-asset__graphic img,.style-guide-icon-tile__graphic img{max-width:100%;object-fit:contain}.style-guide-asset__graphic img{max-height:5.8rem}.style-guide-asset--logo .style-guide-asset__graphic{width:min(100%,var(--style-guide-logo-max-width, 100%));max-width:var(--style-guide-logo-max-width, 100%);max-height:var(--style-guide-logo-max-height, 6rem)}.style-guide-asset--logo .style-guide-asset__graphic img,.style-guide-asset--logo .style-guide-asset__graphic svg{max-height:var(--style-guide-logo-max-height, 6rem)}.style-guide-asset--logo-horizontal{--style-guide-logo-max-width: 78%;--style-guide-logo-max-height: 5.75rem}.style-guide-asset--logo-stacked{--style-guide-logo-max-width: 58%;--style-guide-logo-max-height: 7rem}.style-guide-asset--logo-square{--style-guide-logo-max-width: 54%;--style-guide-logo-max-height: 6.6rem}.style-guide-asset--logo-portrait{--style-guide-logo-max-width: 42%;--style-guide-logo-max-height: 7.6rem}.style-guide-asset--logo-unknown{--style-guide-logo-max-width: 66%;--style-guide-logo-max-height: 6.4rem}.style-guide-icon-tile__graphic img,.style-guide-icon-tile__graphic svg{display:block;width:100%;max-width:100%;max-height:3.4rem;height:auto}.style-guide-asset__graphic svg{display:block;width:100%;max-width:100%;max-height:5.8rem;height:auto}.style-guide-asset__graphic--mask{display:block;width:100%;max-width:100%;max-height:5.8rem;height:5.8rem;background-color:currentColor;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-repeat:no-repeat;mask-position:center;mask-size:contain}.style-guide-icon-tile__graphic.style-guide-asset__graphic--mask{max-height:3.4rem;height:3.4rem}.style-guide-asset__caption{padding-left:.1rem}.style-guide-asset__caption span{display:block;color:var(--theme-text);font-size:.82rem;font-weight:400}.swatch-card,.style-guide-variable-chip,.c_button,.style-guide-button-preview,.style-guide-export-row{border:1px solid var(--theme-border)}.swatch-card{display:grid;gap:.85rem;align-content:start;padding:1rem;border-radius:.85rem;background:var(--theme-surface-high)}.swatch-card__chip{width:100%;height:3.8rem;border:1px solid var(--theme-border-contrast);border-radius:.6rem;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--theme-text-contrast) 8%,transparent)}.swatch-card__label{margin:0 0 .2rem;color:var(--theme-text);font-family:var(--type-font-family-body);font-weight:400}.swatch-card code{display:inline-block;margin-bottom:.3rem;font-family:var(--type-font-family-mono);font-size:.82rem}.style-guide-swatch{align-content:start}.style-guide-swatch__chip{width:100%;min-height:5.2rem;border:1px solid var(--theme-border);border-radius:var(--radius-card);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--theme-text-contrast) 8%,transparent)}.style-guide-swatch__meta{display:grid;gap:.2rem}.style-guide-swatch__meta strong,.style-guide-swatch__meta span{display:block}.style-guide-swatch__meta strong{font-size:.88rem}.style-guide-swatch__meta span{color:var(--theme-text-muted);font-size:.75rem;line-height:1.35}.style-guide-swatch--compact .style-guide-swatch__chip{min-height:4.25rem}.style-guide-note{max-width:42rem}.style-guide-note p:last-child{margin:0}.style-guide-variable-card{display:grid;gap:1rem}.style-guide-variable-chip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.style-guide-variable-chip{display:grid;gap:.4rem;padding:.8rem;border-radius:.85rem;background:var(--theme-surface-high)}.style-guide-variable-chip strong{font-size:.82rem}.style-guide-variable-chip span:last-child{color:var(--theme-text-muted);font-size:.74rem;line-height:1.35;word-break:break-word}.style-guide-variable-chip__swatch{display:block;width:100%;height:2.1rem;border:1px solid var(--theme-border);border-radius:.55rem}.c_button,.style-guide-button-preview{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:max-content;min-height:2.55rem;padding:.55rem 1rem;border-radius:var(--radius-pill);border:1px solid transparent;background:transparent;font:inherit;font-size:.88rem;font-weight:400;letter-spacing:.01em;transition:background-color var(--motion-transition-standard),border-color var(--motion-transition-standard),color var(--motion-transition-standard)}.c_button--primary,.style-guide-button-preview--primary{background:var(--theme-accent);color:var(--theme-accent-text-on)}.c_button--primary:hover,.c_button--primary.is-hover,.style-guide-button-preview--primary:hover,.style-guide-button-preview--primary.is-hover{background:var(--theme-text);border-color:var(--theme-text);color:var(--theme-surface-highest)}.c_button--secondary,.style-guide-button-preview--secondary{border-color:var(--theme-accent);background:transparent;color:var(--theme-text)}.c_button--secondary:hover,.style-guide-button-preview--secondary:hover,.style-guide-button-preview--secondary.is-hover{background:var(--theme-text);border-color:var(--theme-text);color:var(--theme-surface-highest)}.c_button--ghost,.style-guide-button-preview--ghost{border-color:transparent;background:color-mix(in srgb,var(--theme-surface-low) 84%,var(--theme-surface-high) 16%);color:var(--theme-text-muted)}.c_button:disabled,.style-guide-button-preview:disabled{border-color:var(--theme-border);background:var(--theme-surface-low);color:var(--theme-text-muted);opacity:.88;cursor:not-allowed;transform:none}.c_button--secondary:disabled,.style-guide-button-preview--secondary:disabled{background:color-mix(in srgb,var(--theme-surface-low) 74%,var(--theme-accent) 26%);border-color:var(--theme-border-contrast)}.c_button--ghost:disabled,.style-guide-button-preview--ghost:disabled{background:color-mix(in srgb,var(--theme-surface-low) 88%,var(--theme-surface-high) 12%)}.style-guide-mini-card{display:grid;gap:.6rem;min-height:100%}.style-guide-type-card{display:grid;gap:1.15rem;min-width:0;padding:0 0 1.9rem;border:0;border-bottom:1px solid var(--theme-border);border-radius:0;background:transparent;box-shadow:none}.style-guide-type-card__sample{display:grid;gap:.8rem;min-width:0}.style-guide-type-card__eyebrow{margin:0;color:var(--theme-text-muted);font-size:.74rem;font-weight:400;letter-spacing:.03em;text-transform:uppercase}.style-guide-type-card__preview,.style-guide-type-card p{margin:0}.style-guide-type-card__preview{max-width:100%;line-height:.94;overflow-wrap:anywhere;word-break:break-word;text-wrap:balance}.style-guide-type-card__preview--secondary{line-height:.98;color:var(--theme-text-muted);letter-spacing:-.015em}.style-guide-type-card__specimen-size{margin:0;max-width:100%;color:var(--theme-text-muted);font-family:var(--type-font-family-body);font-size:.88rem;line-height:1.25;font-weight:500;letter-spacing:-.01em;overflow-wrap:anywhere;word-break:break-word;text-wrap:balance}.style-guide-type-card__sample-text{max-width:38rem;color:var(--theme-text);font-size:1rem;line-height:1.65;letter-spacing:0;text-wrap:pretty}.style-guide-type-card__specimen{display:grid;gap:.65rem;min-width:0;max-width:100%}.style-guide-type-card__specimen.is-body{gap:.85rem}.style-guide-type-card__specimen.is-body .style-guide-type-card__preview{line-height:1.6}.style-guide-type-card__specimen.is-body .style-guide-type-card__preview--secondary{line-height:1.55}.style-guide-type-card__specimen.is-body .style-guide-type-card__sample-text{max-width:40rem;color:var(--theme-text);font-size:.95rem;line-height:1.7}.style-guide-export-list{display:grid;gap:.85rem}.style-guide-export-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:.9rem 1rem;border-radius:.9rem;background:var(--theme-surface-high);color:var(--theme-text);text-align:left;cursor:pointer}.style-guide-export-row__copy{display:grid;gap:.2rem}.style-guide-export-row__copy strong,.style-guide-export-row__copy span{display:block}.style-guide-export-row__copy span{color:var(--theme-text-muted);font-size:.8rem}.style-guide-export-row__format{display:inline-flex;align-items:center;min-height:1.35rem;padding:.12rem .42rem;border-radius:.35rem;background:var(--theme-surface);color:var(--theme-text-muted);font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.style-guide-header-icon{display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;border-radius:.95rem;background:var(--theme-surface-highest);color:var(--theme-text)}.style-guide-header-icon svg{display:block;width:1.5rem;height:1.5rem}.style-guide-hero{display:grid;gap:1rem;padding-top:.1rem}.style-guide-hero__copy{display:grid;gap:.45rem;max-width:44rem}.style-guide-hero__divider{width:100%;height:1px;background:var(--theme-border)}.style-guide-hero__icon{display:inline-flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;border-radius:.95rem;background:var(--theme-surface-highest);color:var(--theme-text)}.style-guide-section-intro{max-width:42rem;margin:0;display:grid;gap:.45rem;color:var(--theme-text-muted);font-size:1rem;line-height:1.65}.style-guide-hero__icon svg{width:1.55rem;height:1.55rem}.style-guide-hero__copy h2{margin:0;font-size:clamp(2.3rem,5vw,3.6rem);line-height:.98;letter-spacing:-.04em}.style-guide-hero__copy p:last-child{margin:0;max-width:38rem;color:var(--theme-text-muted)}.style-guide-utility__label{font-size:.78rem;font-weight:400;letter-spacing:.02em}@media(max-width:720px){.swatch-card,.style-guide-identity-grid,.style-guide-icon-grid,.style-guide-type-grid,.style-guide-swatch-row,.style-guide-swatch-row--compact,.style-guide-swatch-row--single{grid-template-columns:1fr}}.panel{padding:1.4rem;border:1px solid var(--theme-border);border-radius:var(--radius-card);background:color-mix(in srgb,var(--theme-surface-high) 92%,var(--theme-surface-low) 8%)}.panel--emphasis{background:var(--theme-surface-high)}.panel--soft{background:var(--theme-surface)}.panel p,.panel li{line-height:1.6}.panel h4{margin:.1rem 0 .45rem;font-size:1rem}.workspace-feedback-form{display:grid;gap:1rem}.workspace-feedback-form__field{display:grid;gap:.4rem}.workspace-feedback-form__control{width:100%;min-height:2.5rem;padding:.65rem .8rem;border:1px solid var(--theme-border);border-radius:.8rem;background:var(--theme-surface);color:var(--theme-text)}.workspace-feedback-form__control--textarea{min-height:7rem;resize:vertical}.asset-card,.source-link-card,.source-card,.spec-card,.palette-card,.status-strip,.source-strip,.workspace-overview-card,.auth-card,.error-panel,.components-logo-preview__stage{border:1px solid var(--theme-border);border-radius:var(--radius-card);background:var(--theme-surface-high);box-shadow:0 1px 2px color-mix(in srgb,var(--theme-text) 3%,transparent)}.asset-card{overflow:hidden}.asset-card__preview{display:grid;min-height:9.5rem;place-items:center;padding:1.5rem;border-bottom:1px solid var(--theme-border);background:linear-gradient(180deg,var(--theme-surface-contrast) 0%,var(--theme-surface-lowest) 100%)}.asset-card__preview--light{background:linear-gradient(180deg,var(--theme-surface-highest) 0%,var(--theme-surface) 100%)}.asset-card__preview img{max-width:100%;max-height:5rem;object-fit:contain}.asset-card__body,.spec-card,.source-card,.palette-card{padding:1rem}.style-guide-button-card{display:grid;gap:1rem}.style-guide-button-row{display:flex;flex-wrap:wrap;gap:.65rem}.page-anchor-nav{position:sticky;top:.9rem;z-index:6}.c_anchor-nav{display:flex;flex-wrap:nowrap;align-items:center;gap:.65rem;margin-top:.35rem;min-width:0;width:100%;overflow-x:auto;overflow-y:hidden;scroll-padding-inline:.95rem;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:.9rem .95rem;border:1px solid var(--theme-border);border-radius:.95rem;background:color-mix(in srgb,var(--theme-surface-high) 90%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 18px 56px color-mix(in srgb,var(--theme-surface-lowest) 56%,transparent),0 6px 18px color-mix(in srgb,var(--theme-surface-lowest) 26%,transparent)}.c_anchor-nav::-webkit-scrollbar{display:none}.page-anchor-nav .c_anchor-nav{position:relative;top:0;margin-top:0}.c_anchor-nav:before,.c_anchor-nav:after{content:"";position:absolute;top:0;bottom:0;z-index:1;width:1.15rem;pointer-events:none}.c_anchor-nav:before{left:0;margin-right:-1.15rem;background:linear-gradient(90deg,color-mix(in srgb,var(--theme-surface-high) 96%,transparent) 0%,transparent 100%)}.c_anchor-nav:after{right:0;margin-left:-1.15rem;background:linear-gradient(270deg,color-mix(in srgb,var(--theme-surface-high) 96%,transparent) 0%,transparent 100%)}.c_anchor-nav__link{display:inline-flex;align-items:center;flex:0 0 auto;width:max-content;min-height:1.9rem;padding:.18rem .7rem;border:1px solid transparent;border-radius:.7rem;background:color-mix(in srgb,var(--theme-surface-lowest) 88%,var(--theme-surface-high) 12%);color:var(--theme-text);font-size:.78rem;font-weight:400;line-height:1;text-decoration:none;white-space:nowrap}.c_anchor-nav__link:hover{color:var(--theme-text);background:var(--theme-surface-high);border-color:var(--theme-border)}.copy-button,.theme-toggle,.workspace-pill,.workspace-status-chip,.c_icon-button,.c_badge,.c_pill,.source-strip__link,.text-link{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:max-content}.copy-button,.theme-toggle,.c_icon-button,.source-strip__link,.text-link{transition:background-color var(--motion-transition-standard),border-color var(--motion-transition-standard),color var(--motion-transition-standard),box-shadow var(--motion-transition-standard),text-decoration-color var(--motion-transition-standard)}.copy-button{gap:.45rem;width:max-content;min-height:2.3rem;padding:.55rem .85rem;border:1px solid var(--theme-border);border-radius:var(--radius-pill);background:var(--theme-surface-high);color:var(--theme-text);font-family:var(--type-font-family-body);font-size:.85rem;font-weight:400;cursor:pointer}.copy-button[data-status=copied]{border-color:color-mix(in srgb,var(--theme-success) 35%,transparent);background:color-mix(in srgb,var(--theme-success) 16%,var(--theme-surface-high) 84%);color:var(--theme-success)}.copy-button[data-status=error]{border-color:color-mix(in srgb,var(--theme-danger) 35%,transparent);color:var(--theme-danger)}.copy-button:not([data-status=copied]):hover,.workspace-drawer__copy-action.copy-button:not([data-status=copied]):hover{background:var(--theme-surface-highest);border-color:var(--theme-border-accent);color:var(--theme-text)}.theme-toggle{width:var(--workspace-control-size, 2rem);height:var(--workspace-control-size, 2rem);padding:0;border:1px solid var(--theme-border);border-radius:var(--radius-pill);background:var(--theme-surface-high);color:color-mix(in srgb,var(--theme-text) 78%,var(--theme-text-muted) 22%);cursor:pointer}.theme-toggle:hover{background:var(--theme-surface-highest);border-color:var(--theme-border-accent);color:var(--theme-text)}.c_icon-button,.c_icon-button--shell,.app-shell__icon-button,.app-shell__nav-toggle{gap:.45rem;width:var(--workspace-control-size, 2rem);height:var(--workspace-control-size, 2rem);padding:0;border:1px solid var(--theme-border);border-radius:var(--radius-pill);background:var(--theme-surface-high);color:color-mix(in srgb,var(--theme-text) 78%,var(--theme-text-muted) 22%);cursor:pointer;appearance:none}.c_icon-button:hover,.c_icon-button--shell:hover,.app-shell__icon-button:hover,.app-shell__nav-toggle:hover{background:var(--theme-surface-highest);color:var(--theme-text);border-color:var(--theme-border-accent)}.app-shell__nav-toggle{display:none;position:relative;overflow:hidden}@media(max-width:980px){.app-shell__nav-toggle{display:inline-flex;width:var(--workspace-control-size, 2rem);height:var(--workspace-control-size, 2rem);padding:0;border:0;background:transparent;box-shadow:none}.app-shell__nav-toggle:hover{background:transparent;border-color:transparent;box-shadow:none}.app-shell__nav-toggle>.u-icon-svg{position:absolute;top:50%;left:50%;transition:opacity var(--motion-transition-fast),transform var(--motion-transition-fast);will-change:opacity,transform}.app-shell__nav-toggle>.u-icon-svg:first-child{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0)}.app-shell__nav-toggle>.u-icon-svg:last-child{opacity:0;transform:translate(-50%,-50%) scale(.72) rotate(-90deg)}.app-shell__nav-toggle[aria-expanded=true]>.u-icon-svg:first-child{opacity:0;transform:translate(-50%,-50%) scale(.72) rotate(90deg)}.app-shell__nav-toggle[aria-expanded=true]>.u-icon-svg:last-child{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0)}}.u-icon-svg{display:block;width:var(--ui-icon-size, 1.5rem);height:var(--ui-icon-size, 1.5rem);flex:0 0 auto;line-height:0;--ui-icon-stroke-width: 1.25px;stroke-width:var(--ui-icon-stroke-width, 1.25px)}.u-icon-svg *{vector-effect:non-scaling-stroke}.u-icon-svg--xs{--ui-icon-size: 1rem}.u-icon-svg--sm{--ui-icon-size: 1.25rem}.u-icon-svg--md{--ui-icon-size: 1.5rem}.u-icon-svg--lg{--ui-icon-size: 2rem}.u-icon-svg--xl{--ui-icon-size: 2.5rem}.c_workspace-brand{display:inline-flex;align-items:center;gap:var(--c-brand-copy-gap, .6rem);min-width:0;min-height:var(--workspace-control-size, 2rem)}.c_workspace-brand__mark{display:grid;width:var(--workspace-control-size, 2rem);height:var(--workspace-control-size, 2rem);place-items:center;border:1px solid var(--theme-border);border-radius:.35rem;background:var(--theme-surface-high);box-shadow:0 1px 2px color-mix(in srgb,var(--theme-text) 4%,transparent);overflow:hidden}.c_workspace-brand__image{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.c_workspace-brand__fallback{display:inline-flex;align-items:center;justify-content:center;color:var(--theme-text)}.c_workspace-brand__copy{display:grid;min-width:0}.c_workspace-brand__copy strong,.c_workspace-brand__copy span{display:block}.c_workspace-brand__copy strong{font-size:.84rem;line-height:1.15;font-weight:600}.c_workspace-brand__copy span{margin-top:0;color:var(--theme-text-muted);font-size:.68rem;font-weight:400}.c_search-field{display:flex;align-items:center;gap:.6rem;width:100%;min-width:0;min-height:var(--workspace-control-size, 2rem);padding:0 .95rem;border:1px solid var(--theme-border);border-radius:.95rem;background:var(--theme-surface-high);box-shadow:0 1px 2px color-mix(in srgb,var(--theme-text) 3%,transparent)}.c_search-field--compact{min-height:2.4rem}.c_search-field--desktop{max-width:32rem}.c_search-field--modal{max-width:none}.c_search-field:focus-within{border-color:var(--theme-border-contrast)}.c_search-field__input{display:flex;align-items:center;gap:.6rem;flex:1 1 auto;min-width:0}.c_search-field__icon{flex:0 0 auto;color:color-mix(in srgb,var(--theme-text) 78%,var(--theme-text-muted) 22%)}.c_search-field input{flex:1 1 auto;min-width:0;border:0;background:transparent;color:var(--theme-text);font:inherit;outline:0}.c_search-field input::placeholder{color:var(--theme-text-muted)}.c_search-field__close{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:var(--workspace-control-size, 2rem);height:var(--workspace-control-size, 2rem);padding:0;border:0;border-radius:999px;background:transparent;color:var(--theme-text-muted);cursor:pointer;appearance:none}.c_search-field__close:hover{color:var(--theme-text)}.workspace-pill,.workspace-status-chip{gap:.45rem;min-height:2rem;padding:.35rem .7rem;border-radius:var(--radius-pill);border:1px solid var(--theme-border);background:var(--theme-surface-high);color:var(--theme-text-muted);font-size:.76rem;font-weight:400}.workspace-pill svg,.workspace-status-chip svg{width:.95rem;height:.95rem}.workspace-pill--muted,.workspace-status-chip--muted{color:var(--theme-text-muted)}.c_sidebar-nav::-webkit-scrollbar,.workspace-drawer__body::-webkit-scrollbar{width:.5rem}.c_sidebar-nav::-webkit-scrollbar-thumb,.workspace-drawer__body::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--theme-border-contrast) 50%,transparent);border:2px solid transparent;border-radius:var(--radius-pill);background-clip:padding-box}.status-strip__label,.source-strip__meta,.app-shell__icon-button,.c_user-chip{color:var(--theme-text-muted)}.workspace-overview-card{display:grid;gap:1.25rem;padding:1.4rem;border:1px solid var(--theme-border-contrast);border-radius:var(--radius-card);background:var(--theme-surface-high);box-shadow:var(--shadow-soft);overflow:hidden}.status-strip{display:flex;flex-wrap:wrap;gap:0;border:1px solid var(--theme-border);border-radius:var(--radius-card);background:var(--theme-surface-high);overflow:hidden}.status-strip__item{display:grid;gap:.2rem;min-width:12rem;flex:1 1 0;padding:.8rem 1rem;border-right:1px solid var(--theme-border);background:transparent}.status-strip__item:last-child{border-right:0}.status-strip__item strong{font-size:.88rem}.source-strip{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:0;padding:.78rem 1rem;border:1px solid var(--theme-border);border-radius:.9rem;background:color-mix(in srgb,var(--theme-surface) 78%,var(--theme-surface-highest) 22%)}.status-strip__label{color:var(--theme-text-muted);font-size:.66rem;font-weight:400;letter-spacing:.07em;text-transform:uppercase}.source-strip__meta{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;color:var(--theme-text-muted);font-size:.83rem}.source-strip__link{padding:0;border:0;background:none;color:var(--theme-text);font:inherit;font-weight:400;text-decoration:underline;text-underline-offset:.14em;cursor:pointer}.source-strip__badge{display:inline-flex;align-items:center;min-height:1.6rem;padding:.2rem .45rem;border-radius:var(--radius-pill);background:color-mix(in srgb,var(--theme-success) 16%,transparent);color:var(--theme-success);font-size:.66rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase}@media(max-width:980px){.status-strip{flex-direction:column}.status-strip__item{border-right:0;border-bottom:1px solid var(--theme-border)}.status-strip__item:last-child{border-bottom:0}.source-strip{align-items:flex-start;flex-direction:column}}.status-chip{display:inline-flex;align-items:center;padding:.55rem .85rem;border-radius:var(--radius-pill);background:var(--theme-accent);color:var(--theme-accent-text-on);font-family:var(--type-font-family-body);font-size:.85rem;font-weight:400}.status-chip--muted{background:var(--theme-surface-highest);color:var(--theme-text);border:1px solid var(--theme-border-contrast)}.c_user-chip{display:inline-flex;align-items:center;justify-content:center;width:var(--workspace-control-size, 2rem);height:var(--workspace-control-size, 2rem);min-height:var(--workspace-control-size, 2rem);padding:0;border:1px solid var(--theme-border);border-radius:var(--radius-pill);background:var(--theme-surface-highest);overflow:hidden;line-height:0}.c_user-chip--button{color:color-mix(in srgb,var(--theme-text) 78%,var(--theme-text-muted) 22%)}.c_user-chip>*{width:100%;height:100%}.c_user-chip button,.c_user-chip [role=button]{padding:0;border:0;background:transparent}.c_user-chip img,.c_user-chip svg{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.c_user-chip .cl-userButtonPopoverCard,.c_user-chip .cl-userButtonTrigger{width:100%;height:100%}.summary-card--boxed{padding:1.1rem 1.2rem;border:1px solid var(--theme-border);border-radius:var(--radius-card);background:var(--theme-surface-high);box-shadow:0 1px 2px color-mix(in srgb,var(--theme-text) 3%,transparent)}.summary-card--interactive{width:100%;color:inherit;text-align:left;cursor:pointer;appearance:none}.summary-card--interactive[aria-pressed=true]{border-color:color-mix(in srgb,var(--theme-accent) 38%,var(--theme-border));background:color-mix(in srgb,var(--theme-accent) 7%,var(--theme-surface-high) 93%);box-shadow:0 1px 2px color-mix(in srgb,var(--theme-text) 3%,transparent),0 0 0 1px color-mix(in srgb,var(--theme-accent) 12%,transparent)}.summary-card--interactive:focus-visible{outline:2px solid var(--theme-accent);outline-offset:3px}.copy-button svg{width:.95rem;height:.95rem;color:color-mix(in srgb,var(--theme-text) 78%,var(--theme-text-muted) 22%)}.copy-button--icon-only{min-width:2rem;min-height:2rem;padding:0}.copy-button[data-tone=subtle]{min-width:2rem;min-height:2rem;padding:0;border-radius:.65rem;background:transparent;color:var(--theme-text-muted)}.copy-button[data-tone=subtle]:hover{background:var(--theme-surface-low);color:var(--theme-text)}.copy-button:hover{border-color:var(--theme-border-contrast);background:color-mix(in srgb,var(--theme-surface-highest) 80%,var(--theme-accent-muted) 20%)}.theme-toggle:hover{color:var(--theme-text);border-color:var(--theme-border-contrast)}.text-link{display:inline-flex;align-items:center;gap:.4rem;min-height:2rem;padding:0;border:0;background:none;color:var(--theme-text-muted);font-family:var(--type-font-family-body);font-size:.9rem;font-weight:400}.text-link:after{content:"↗";color:var(--theme-text-muted);font-size:.9em}.text-link:hover{color:var(--theme-accent);text-decoration:underline}.text-link--button{cursor:pointer}.text-link--button:after{content:none}.components-preview-card__stage,.components-template-row{background:var(--theme-surface-high)}.components-preview-card__stage,.components-template-row{border-color:var(--theme-border-contrast)}.workspace-voice__sections{display:grid;gap:1.75rem}.workspace-voice__section-heading .section-heading__subhead{max-width:42rem}.workspace-voice__section-stack{gap:1rem}.workspace-voice__entry{gap:.9rem}.workspace-voice__entry-title{margin:0;color:var(--theme-text);font-size:clamp(1.05rem,1.2vw,1.2rem);line-height:1.2;letter-spacing:-.02em;font-weight:600}.workspace-voice__entry-primary{margin:0;color:var(--theme-text);font-size:1.08rem;line-height:1.65}.workspace-voice__entry-supporting{display:grid;gap:.35rem;margin:0;padding-left:1rem;color:var(--theme-text-muted);line-height:1.55}.c_code-block-wrap{display:grid;gap:.5rem}.c_code-block__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.c_code-block__header--no-label{justify-content:flex-end}.c_code-block__label{font-size:var(--type-font-size-xsmall);color:var(--theme-text-muted);font-weight:500;letter-spacing:.02em}.c_code-block{margin:0;padding:1rem;overflow:auto;border:1px solid var(--theme-border);border-radius:var(--radius-small);background:var(--theme-surface);color:var(--theme-text);font-family:var(--type-font-family-mono);font-size:.8rem;line-height:1.55;white-space:pre-wrap;word-break:break-all}.components-preview-grid{display:grid;gap:var(--space-8);grid-template-columns:minmax(0,1fr)}.components-preview-card{display:grid;gap:1.15rem;padding:0;border:0;background:transparent;box-shadow:none;min-width:0}.components-preview-card__stage{display:grid;gap:1.15rem;width:100%;min-width:0;padding:1.35rem;border:1px solid var(--theme-border);border-radius:1rem;background:var(--theme-surface-high);overflow-x:clip}.components-preview-card__meta{display:grid;gap:.35rem;padding:0 .1rem}.components-preview-card__meta h5{margin:0}.components-preview-card__reference{margin:0;color:var(--theme-text-muted);font-size:.78rem;line-height:1.35}.components-preview-card__pages{display:grid;gap:.35rem}.components-brand-preview{display:grid;align-items:start;justify-items:start}.components-icon-button-preview{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;justify-content:flex-start}.components-token-preview{display:grid;gap:1.25rem;justify-items:start}.components-token-preview__group{display:grid;gap:.55rem}.components-token-preview__items{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center}.components-sidebar-preview{display:grid;gap:.75rem}.components-sidebar-copy-preview,.components-sidebar-footer-preview{display:grid;gap:.75rem;width:100%}.components-icon-grid{display:grid;gap:.85rem;grid-template-columns:repeat(4,minmax(0,1fr))}.components-icon-grid__item{display:grid;gap:.45rem;padding:.8rem;border:1px solid var(--theme-border);border-radius:.9rem;background:var(--theme-surface-low);text-align:center}.components-icon-grid__glyph{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin:0 auto;color:var(--theme-text)}.components-icon-grid__glyph svg{width:100%;height:100%}.components-icon-grid__label{color:var(--theme-text-muted);font-size:.74rem}.components-logo-preview{display:grid;gap:.65rem}.components-logo-preview__stage{display:flex;align-items:center;justify-content:center;min-height:8.5rem;padding:1.25rem;border:1px solid var(--theme-border);border-radius:1rem;background:var(--theme-surface-high);color:var(--theme-text)}.components-logo-preview__stage--dark{background:var(--theme-surface-contrast);color:var(--theme-text-contrast)}.components-logo-preview__graphic{display:inline-flex;align-items:center;justify-content:center;width:min(75%,20rem)}.components-logo-preview__graphic--stacked{display:inline-flex;align-items:center;justify-content:center;width:min(44%,14rem)}.components-logo-preview__caption{color:var(--theme-text-muted);font-size:.84rem}.components-type-specimen{display:grid;gap:1rem;width:100%;min-width:0;overflow-x:clip}.components-type-specimen .style-guide-type-card{width:100%;min-width:0}.components-shell-controls-preview{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem}.components-shell-controls-preview .c_user-chip{flex:0 0 auto}.components-index-list{display:grid;gap:1.15rem}.components-index-group{display:grid;gap:.55rem}.components-index-group__title{margin:0;color:var(--theme-text);font-size:.88rem;font-weight:600}.components-index-group__items{display:grid;gap:.5rem}.components-index-row{display:grid;gap:.35rem;padding:.7rem .85rem;border:1px solid var(--theme-border);border-radius:.8rem;background:var(--theme-surface-high);color:inherit;font:inherit;text-align:left;cursor:pointer;appearance:none}.components-index-row:hover{background:var(--theme-surface-highest);border-color:var(--theme-border-contrast)}.components-index-row:focus-visible{outline:0;border-color:var(--theme-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--theme-accent) 16%,transparent)}.components-index-row__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.components-index-row__labels{display:grid;gap:.15rem;min-width:0}.components-index-row__label{color:var(--theme-text-muted);font-size:.72rem;line-height:1.2}.components-index-row__name{color:var(--theme-text);font-size:.92rem;line-height:1.2;font-weight:600}.components-index-row__source{margin:0;color:var(--theme-text-muted);font-size:.74rem;line-height:1.35}.components-utilitybar-preview{display:flex;flex-wrap:wrap;align-items:center;gap:.85rem;width:100%;min-width:0}.components-utilitybar-preview .app-shell__leading{flex:1 1 20rem;min-width:0}.components-utilitybar-preview .app-shell__search{flex:1 1 16rem;min-width:0;max-width:32rem}.components-utilitybar-preview .app-shell__actions{flex:0 0 auto;flex-wrap:wrap}.components-utilitybar-preview .app-shell__brand{min-width:0}@media(max-width:980px){.components-preview-grid,.components-icon-grid{grid-template-columns:1fr}}@media(max-width:720px){.components-utilitybar-preview{align-items:flex-start}.components-utilitybar-preview .app-shell__search{order:3;flex-basis:100%;max-width:none}.components-utilitybar-preview .app-shell__actions{order:2;width:100%;justify-content:flex-end}}.root-sidebar,.app-sidebar{--sidebar-row-gap: .6rem;--sidebar-shell-pad-x: .9rem;display:grid;grid-template-rows:minmax(0,1fr) auto;height:100%;min-height:0;position:relative;background:var(--theme-surface-lowest);overflow:hidden}.c_sidebar-nav{display:grid;grid-template-rows:auto minmax(0,1fr) auto;margin-top:0;overflow-y:auto;padding-top:.6rem;padding-bottom:.6rem;min-height:0}.c_sidebar-links{display:grid;gap:.85rem;min-height:0}.c_sidebar-links__section{display:grid;gap:.42rem}.c_sidebar-links--bottom{align-self:end}.c_sidebar-links__list{display:grid;gap:.42rem;margin:0;padding:0;list-style:none}.c_sidebar-nav__group-label{margin:0 0 .5rem;padding:0 var(--sidebar-shell-pad-x, .9rem);color:var(--theme-text-muted);font-family:var(--type-font-family-body);font-size:.67rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.c_sidebar-nav__link{display:flex;align-items:center;gap:var(--sidebar-row-gap, .6rem);min-height:var(--workspace-control-size, 2rem);width:100%;padding:.2rem var(--sidebar-shell-pad-x, .9rem);border-radius:0;border:0;background:transparent;box-sizing:border-box;appearance:none;color:color-mix(in srgb,var(--theme-text) 80%,transparent);font:inherit;font-size:.9rem;text-decoration:none;text-align:left;cursor:pointer;transition:background-color var(--motion-transition-standard),color var(--motion-transition-standard)}.c_sidebar-nav__link:hover{background:var(--theme-surface-low);color:var(--theme-text)}.c_sidebar-nav__link[aria-current=page],.c_sidebar-nav__link.is-active{background:transparent;box-shadow:none;transform:none;color:var(--theme-text)}.c_sidebar-nav__link-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:var(--workspace-control-size, 2rem);height:var(--workspace-control-size, 2rem);color:inherit}.c_sidebar-nav__link[aria-current=page] .c_sidebar-nav__link-icon,.c_sidebar-nav__link.is-active .c_sidebar-nav__link-icon{color:var(--theme-accent)}.c_sidebar-nav__link:hover:not([aria-current=page]):not(.is-active) .c_sidebar-nav__link-icon,.c_sidebar-nav__link:hover:not([aria-current=page]):not(.is-active) .c_sidebar-nav__link-label{color:var(--theme-text)}.c_sidebar-nav__link-label{line-height:1.1}.c_sidebar-nav__footer{padding-block:var(--workspace-footer-pad-y, .85rem);padding-inline:var(--sidebar-shell-pad-x, .9rem);box-sizing:border-box;border-top:1px solid var(--theme-border)}.c_sidebar-nav__meta{margin-top:0;padding:0}.c_sidebar-nav__footer-version{display:block;color:var(--workspace-footer-text-color, var(--theme-text-muted));font-size:var(--workspace-footer-font-size, .72rem);line-height:var(--workspace-footer-line-height, 1.4);font-weight:400}@media(max-width:980px){.root-sidebar,.app-sidebar{position:fixed;inset:var(--workspace-top-band-height) auto 0 0;z-index:30;width:13.5rem;max-width:calc(100vw - 1rem);height:calc(100dvh - var(--workspace-top-band-height));transform:translate(-100%);transition:transform var(--motion-transition-fast);pointer-events:none}.root-sidebar.is-open,.app-sidebar.is-open{transform:translate(0);pointer-events:auto}}.c_badge{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:max-content;min-height:1.7rem;padding:.22rem .55rem;border:1px solid transparent;border-radius:var(--radius-pill);font-size:.68rem;font-weight:400;letter-spacing:.05em;line-height:1;text-transform:uppercase;transition:background-color var(--motion-transition-standard),border-color var(--motion-transition-standard),color var(--motion-transition-standard)}.c_badge--compact{min-height:1.45rem;padding-inline:.42rem;font-size:.62rem}.c_badge--accent{background:color-mix(in srgb,var(--theme-accent) 18%,var(--theme-surface-highest) 82%);border-color:color-mix(in srgb,var(--theme-accent) 34%,transparent);color:var(--theme-text-contrast)}.c_badge--success{background:color-mix(in srgb,var(--theme-success) 16%,var(--theme-surface-highest) 84%);border-color:color-mix(in srgb,var(--theme-success) 24%,transparent);color:var(--theme-text-contrast)}.c_badge--warning{background:color-mix(in srgb,var(--theme-warning) 16%,var(--theme-surface-highest) 84%);border-color:color-mix(in srgb,var(--theme-warning) 24%,transparent);color:var(--theme-text-contrast)}.c_badge--danger{background:color-mix(in srgb,var(--theme-danger) 16%,var(--theme-surface-highest) 84%);border-color:color-mix(in srgb,var(--theme-danger) 24%,transparent);color:var(--theme-text-contrast)}.c_badge--info{background:color-mix(in srgb,var(--theme-info) 16%,var(--theme-surface-highest) 84%);border-color:color-mix(in srgb,var(--theme-info) 24%,transparent);color:var(--theme-text-contrast)}.c_badge--neutral{background:var(--theme-surface-highest);border-color:var(--theme-border);color:var(--theme-text)}.c_badge--muted{background:var(--theme-surface-lowest);border-color:var(--theme-border);color:var(--theme-text-muted)}.c_pill{display:inline-flex;align-items:center;flex:0 0 auto;width:max-content;min-height:1.45rem;padding:.12rem .42rem;border:1px solid transparent;border-radius:.45rem;font-size:.68rem;font-weight:400;letter-spacing:.04em;line-height:1;border-color:var(--theme-border);transition:background-color var(--motion-transition-standard),border-color var(--motion-transition-standard),color var(--motion-transition-standard)}.c_pill--default{background:var(--theme-surface-highest);border-color:var(--theme-border);color:var(--theme-text)}.c_pill--accent{background:color-mix(in srgb,var(--theme-accent) 18%,var(--theme-surface-highest) 82%);border-color:color-mix(in srgb,var(--theme-accent) 26%,transparent);color:var(--theme-text-contrast)}.c_pill--muted{background:var(--theme-surface-lowest);border-color:var(--theme-border);color:var(--theme-text-muted)}
