*,*:before,*:after{box-sizing:border-box}html{font-family:var(--typography-font-family-base, system-ui, -apple-system, sans-serif);font-size:var(--typography-font-size-base, 16px);line-height:var(--typography-line-height-normal, 1.5);-webkit-font-smoothing:antialiased}body{margin:0;min-height:100vh;background:var(--theme-surface-1, #ffffff);color:var(--theme-text, #1f1f1f);transition:background-color .2s ease,color .2s ease}.showcase{min-height:100vh;display:flex;flex-direction:column}.showcase__header{position:sticky;top:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-3, 24px) var(--spacing-4, 32px);background:var(--theme-surface-1, #ffffff);border-bottom:1px solid var(--theme-border, #e5e5e5);transition:background-color .2s ease,border-color .2s ease}.showcase__title{margin:0;font-size:1.5rem;font-weight:var(--typography-font-weight-bold, 700);color:var(--theme-text, #1f1f1f)}.showcase__subtitle{margin:.25rem 0 0;font-size:.875rem;color:var(--theme-text-muted, #6b6b6b)}.showcase__content{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:var(--spacing-4, 32px)}.showcase__section{margin-bottom:var(--spacing-8, 64px)}.showcase__section-title{margin:0 0 var(--spacing-4, 32px);font-size:1.75rem;font-weight:var(--typography-font-weight-bold, 700);color:var(--theme-text, #1f1f1f);padding-bottom:var(--spacing-2, 16px);border-bottom:2px solid var(--color-primary-500, #3b82f6)}.showcase__subsection{margin-bottom:var(--spacing-6, 48px)}.showcase__subsection-title{margin:0 0 var(--spacing-3, 24px);font-size:1.125rem;font-weight:var(--typography-font-weight-semibold, 600);color:var(--theme-text, #1f1f1f)}.showcase__grid{display:grid;gap:var(--spacing-4, 32px)}.showcase__grid--2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.showcase__grid--3{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));max-width:1200px}.showcase__grid--4{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.showcase__row{display:flex;flex-wrap:wrap;gap:var(--spacing-3, 24px);align-items:flex-start}.showcase__row--center{align-items:center}.showcase__card{padding:var(--spacing-4, 32px);background:var(--theme-surface-2, #f5f5f5);border:1px solid var(--theme-border, #e5e5e5);border-radius:var(--corner-large, 16px);transition:background-color .2s ease,border-color .2s ease}.showcase__card-title{margin:0 0 var(--spacing-2, 16px);font-size:1rem;font-weight:var(--typography-font-weight-semibold, 600);color:var(--theme-text, #1f1f1f)}.showcase__footer{padding:var(--spacing-4, 32px);text-align:center;color:var(--theme-text-muted, #6b6b6b);font-size:.875rem;border-top:1px solid var(--theme-border, #e5e5e5)}.showcase__footer a{color:var(--color-primary-500, #3b82f6);text-decoration:none}.showcase__footer a:hover{text-decoration:underline}.showcase__header-controls{display:flex;align-items:center;gap:12px}.showcase__theme-toggle{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid var(--theme-border, #e5e5e5);border-radius:var(--corner-medium, 8px);background:var(--theme-surface-2, #f5f5f5);color:var(--theme-text, #1f1f1f);cursor:pointer;font-size:1.25rem;transition:all .15s ease}.showcase__theme-toggle:hover{background:var(--theme-background-hover, #e5e5e5);border-color:var(--theme-text-muted, #6b6b6b)}.showcase-page{min-height:100vh;background:var(--theme-surface-1, var(--theme-bg));color:var(--theme-text);transition:background-color .2s ease,color .2s ease}.showcase-container{max-width:80rem;margin:0 auto;padding:2rem 1.5rem}.showcase-header{text-align:center;margin-bottom:3rem}.showcase-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.showcase-subtitle{font-size:1.125rem;color:var(--theme-text-muted)}.showcase-grid{display:grid;gap:1rem}.showcase-grid-2{grid-template-columns:repeat(2,1fr)}.showcase-grid-3{grid-template-columns:repeat(3,1fr)}.showcase-grid-4{grid-template-columns:repeat(4,1fr)}.showcase-grid-5{grid-template-columns:repeat(5,1fr)}.showcase-grid-auto{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.showcase-flex{display:flex}.showcase-flex-col{display:flex;flex-direction:column}.showcase-flex-wrap{display:flex;flex-wrap:wrap}.showcase-items-center{align-items:center}.showcase-justify-center{justify-content:center}.showcase-justify-between{justify-content:space-between}.showcase-gap-1{gap:.25rem}.showcase-gap-2{gap:.5rem}.showcase-gap-3{gap:.75rem}.showcase-gap-4{gap:1rem}.showcase-gap-6{gap:1.5rem}.showcase-gap-8{gap:2rem}.showcase-p-2{padding:.5rem}.showcase-p-3{padding:.75rem}.showcase-p-4{padding:1rem}.showcase-p-6{padding:1.5rem}.showcase-p-8{padding:2rem}.showcase-px-4{padding-left:1rem;padding-right:1rem}.showcase-py-2{padding-top:.5rem;padding-bottom:.5rem}.showcase-py-4{padding-top:1rem;padding-bottom:1rem}.showcase-mb-2{margin-bottom:.5rem}.showcase-mb-4{margin-bottom:1rem}.showcase-mb-6{margin-bottom:1.5rem}.showcase-mb-8{margin-bottom:2rem}.showcase-mb-12{margin-bottom:3rem}.showcase-mt-4{margin-top:1rem}.showcase-mt-8{margin-top:2rem}.showcase-section{margin-bottom:3rem}.showcase-section-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.showcase-card{background:var(--theme-bg-elevated);border:1px solid var(--theme-border);border-radius:var(--corner-lg);padding:1.5rem}.showcase-card-sm{padding:1rem;border-radius:var(--corner-md)}.showcase-theme-toggle{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;padding:.75rem;border-radius:9999px;background:var(--theme-bg-elevated);border:1px solid var(--theme-border);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;cursor:pointer;transition:transform .15s ease}.showcase-theme-toggle:hover{transform:scale(1.05)}.showcase-theme-toggle svg{width:1.5rem;height:1.5rem;display:block}.showcase-text-sm{font-size:.875rem}.showcase-text-lg{font-size:1.125rem}.showcase-text-xl{font-size:1.25rem}.showcase-text-2xl{font-size:1.5rem}.showcase-font-medium{font-weight:500}.showcase-font-semibold{font-weight:600}.showcase-font-bold{font-weight:700}.showcase-text-muted{color:var(--theme-text-muted)}.showcase-text-center{text-align:center}.showcase-swatch{width:3rem;height:3rem;border-radius:var(--corner-md);border:1px solid var(--theme-border)}.showcase-swatch-sm{width:2rem;height:2rem;border-radius:var(--corner-sm)}.showcase-swatch-lg{width:4rem;height:4rem}.showcase-color-row{display:flex;gap:.25rem}.showcase-token-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}.showcase-token-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.showcase-token-label{font-size:.75rem;color:var(--theme-text-muted);font-family:var(--typography-font-family-mono, monospace)}.showcase-component-row{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.showcase-component-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}@media(max-width:768px){.showcase-grid-2,.showcase-grid-3,.showcase-grid-4,.showcase-grid-5{grid-template-columns:1fr}.showcase-container{padding:1rem}.showcase-title{font-size:1.75rem}}@media(max-width:480px){.showcase-component-row{flex-direction:column;align-items:stretch}}.showcase-body{min-height:100vh;background:var(--theme-surface-1, var(--theme-bg));color:var(--theme-text);margin:0;transition:background-color .2s ease,color .2s ease}.showcase-hero{padding:4rem 1.5rem;text-align:center;max-width:48rem;margin:0 auto}.showcase-tabs{position:sticky;top:0;z-index:40;background:var(--theme-bg);border-bottom:1px solid var(--theme-border);display:flex;gap:.25rem;padding:0 1.5rem;max-width:80rem;margin:0 auto}.showcase-tab{padding:1rem 1.5rem;font-size:.875rem;font-weight:500;color:var(--theme-text-muted);background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:color .15s ease,border-color .15s ease}.showcase-tab:hover{color:var(--theme-text)}.showcase-tab.active{color:var(--color-primary-default);border-bottom-color:var(--color-primary-default)}.showcase-tab-panel{padding:3rem 0}.showcase-main{max-width:80rem;margin:0 auto;padding:0 1.5rem}.showcase-section-alt{background:var(--theme-bg-elevated);margin-left:-1.5rem;margin-right:-1.5rem;padding:3rem 1.5rem}.showcase-section-desc{font-size:1.125rem;color:var(--theme-text-muted);margin-bottom:2rem}.showcase-section-subtitle{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-text-muted);margin-bottom:1rem}.showcase-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.showcase-card-grid .card,.showcase-card-grid>[class*=card]{display:flex;flex-direction:column;height:100%}.showcase-quickstart{background:var(--theme-bg-elevated);padding:4rem 1.5rem;max-width:80rem;margin:0 auto}.showcase-quickstart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.showcase-quickstart-item{padding:1rem;background:var(--theme-bg);border:1px solid var(--theme-border);border-radius:var(--corner-md)}.showcase-quickstart-item code{display:block;color:var(--color-primary-default);font-family:var(--typography-font-family-mono, monospace);font-size:.875rem;margin-bottom:.5rem}.showcase-quickstart-item p{font-size:.875rem;color:var(--theme-text-muted);margin:0}.showcase-footer{padding:2rem 1.5rem;text-align:center;border-top:1px solid var(--theme-border);color:var(--theme-text-muted)}.showcase-typography{display:flex;flex-direction:column;gap:1rem}.showcase-token-name{font-size:.875rem;font-weight:500;color:var(--theme-text)}.hidden{display:none!important}.showcase-icon{width:1.5rem;height:1.5rem;display:block}.showcase-items-end{align-items:flex-end}@media(min-width:1024px){.showcase-section-alt{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding-left:calc(50vw - 50% + 1.5rem);padding-right:calc(50vw - 50% + 1.5rem)}}html[data-theme] body{background-color:var(--theme-surface-1, var(--theme-bg));transition:background-color .2s ease}[data-theme=dark]{color-scheme:dark}[data-theme=light]{color-scheme:light}.component-showcase{display:flex;flex-direction:column;gap:var(--spacing-4, 32px)}.component-showcase__group{padding:var(--spacing-4, 32px);background:var(--theme-surface-2, #f5f5f5);border-radius:var(--corner-large, 16px);border:1px solid var(--theme-border, #e5e5e5)}.component-showcase__group-title{margin:0 0 var(--spacing-3, 24px);font-size:1rem;font-weight:var(--typography-font-weight-semibold, 600);color:var(--theme-text, #1f1f1f)}.component-showcase__row{display:flex;flex-wrap:wrap;gap:var(--spacing-2, 16px);align-items:center}.component-showcase__row--vertical{flex-direction:column;align-items:stretch}.component-showcase__item{display:flex;flex-direction:column;gap:var(--spacing-2, 16px)}.component-showcase__label{font-size:.75rem;color:var(--theme-text-muted, #6b6b6b)}.color-scale{padding:var(--spacing-3, 12px);background:var(--theme-surface-2, #f5f5f5);border-radius:var(--corner-large, 16px);border:1px solid var(--theme-border, #e5e5e5)}.color-scale__name{margin:0 0 var(--spacing-2, 8px);font-size:.875rem;font-weight:600;color:var(--theme-text, #1f1f1f)}.color-scale__swatches{display:flex;gap:2px;border-radius:var(--corner-medium, 8px);overflow:hidden}.color-scale__swatch{flex:1;aspect-ratio:1;min-width:32px;display:flex;align-items:flex-end;justify-content:center;padding:4px}.color-scale__label{font-size:10px;font-weight:500;color:inherit;text-shadow:0 1px 2px rgba(0,0,0,.3);opacity:.8}.spacing-scale__items{display:flex;flex-direction:column;gap:var(--spacing-2, 8px)}.spacing-scale__item{display:grid;grid-template-columns:80px 1fr 60px;gap:var(--spacing-2, 8px);align-items:center}.spacing-scale__name{font-size:.875rem;font-weight:500;color:var(--theme-text, #1f1f1f)}.spacing-scale__bar{height:16px;background:var(--color-primary-500, #3b82f6);border-radius:var(--corner-small, 4px);min-width:4px}.spacing-scale__value{font-size:.75rem;font-family:var(--typography-font-family-mono, monospace);color:var(--theme-text-muted, #6b6b6b);text-align:right}.corner-scale__items{display:flex;flex-wrap:wrap;gap:var(--spacing-4, 16px)}.corner-scale__item{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-2, 8px)}.corner-scale__box{width:64px;height:64px;background:var(--color-primary-500, #3b82f6)}.corner-scale__name{font-size:.875rem;font-weight:500;color:var(--theme-text, #1f1f1f)}.corner-scale__value{font-size:.75rem;font-family:var(--typography-font-family-mono, monospace);color:var(--theme-text-muted, #6b6b6b)}.shadow-scale__items{display:flex;flex-wrap:wrap;gap:var(--spacing-6, 24px)}.shadow-scale__item{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-2, 8px)}.shadow-scale__box{width:80px;height:80px;background:var(--theme-surface-1, #ffffff);border-radius:var(--corner-medium, 8px)}.shadow-scale__name{font-size:.875rem;font-weight:500;color:var(--theme-text, #1f1f1f)}.typography-scale__group{margin-bottom:var(--spacing-6, 24px)}.typography-scale__group-title{margin:0 0 var(--spacing-3, 12px);font-size:.875rem;font-weight:600;color:var(--theme-text-muted, #6b6b6b);text-transform:uppercase;letter-spacing:.05em}.typography-scale__item{margin-bottom:var(--spacing-3, 12px);padding:var(--spacing-3, 12px);background:var(--theme-surface-2, #f5f5f5);border-radius:var(--corner-medium, 8px)}.typography-scale__meta{display:flex;justify-content:space-between;margin-bottom:var(--spacing-2, 8px)}.typography-scale__name{font-size:.75rem;font-weight:600;color:var(--theme-text, #1f1f1f)}.typography-scale__value{font-size:.75rem;font-family:var(--typography-font-family-mono, monospace);color:var(--theme-text-muted, #6b6b6b)}.typography-scale__sample{margin:0;color:var(--theme-text, #1f1f1f)}.theme-tokens__group{margin-bottom:var(--spacing-4, 16px)}.theme-tokens__group-title{margin:0 0 var(--spacing-2, 8px);font-size:.875rem;font-weight:600;color:var(--theme-text-muted, #6b6b6b)}.theme-tokens__items{display:flex;flex-wrap:wrap;gap:var(--spacing-3, 12px)}.theme-tokens__item{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-1, 4px)}.theme-tokens__swatch{width:48px;height:48px;border-radius:var(--corner-medium, 8px);border:1px solid var(--theme-border, #e5e5e5)}.theme-tokens__name{font-size:.75rem;color:var(--theme-text-muted, #6b6b6b);text-align:center}.component-card{background:var(--theme-surface-2, #f5f5f5);border:1px solid var(--theme-border, #e5e5e5);border-radius:var(--corner-large, 16px);overflow:hidden}.component-card__header{padding:var(--spacing-3, 12px) var(--spacing-4, 16px);border-bottom:1px solid var(--theme-border, #e5e5e5);background:var(--theme-surface-1, #ffffff)}.component-card__title{margin:0;font-size:1rem;font-weight:600;color:var(--theme-text, #1f1f1f)}.component-card__description{margin:var(--spacing-1, 4px) 0 0;font-size:.875rem;color:var(--theme-text-muted, #6b6b6b)}.component-card__content{padding:var(--spacing-4, 16px)}.component-card__demos{display:flex;flex-direction:column;gap:var(--spacing-3, 12px)}.component-card__demo-row{display:flex;flex-direction:column;gap:var(--spacing-1, 4px)}.component-card__demo-label{font-size:.75rem;font-weight:500;color:var(--theme-text-muted, #6b6b6b);text-transform:uppercase;letter-spacing:.05em}.component-card__demo-content{display:flex;flex-wrap:wrap;align-items:center;gap:var(--spacing-2, 8px)}.component-card__demo-content img{max-height:200px;object-fit:cover;border-radius:var(--corner-medium, 8px)}.component-demo__placeholder{padding:var(--spacing-3, 12px);background:var(--theme-surface-1, #f5f5f5);border:1px dashed var(--theme-border, #e5e5e5);border-radius:var(--corner-medium, 8px);text-align:center}.component-demo__name{font-family:var(--typography-font-family-mono, monospace);font-size:.875rem;color:var(--theme-text-muted, #6b6b6b)}:root{--color-primary-50: #eef2ff;--color-primary-100: #e0e7ff;--color-primary-200: #c7d2fe;--color-primary-300: #a5b4fc;--color-primary-400: #818cf8;--color-primary-500: #6366f1;--color-primary-600: #4f46e5;--color-primary-700: #4338ca;--color-primary-800: #3730a3;--color-primary-900: #312e81;--color-neutral-50: #fafafa;--color-neutral-100: #f5f5f5;--color-neutral-200: #e5e5e5;--color-neutral-300: #d4d4d4;--color-neutral-400: #a3a3a3;--color-neutral-500: #737373;--color-neutral-600: #525252;--color-neutral-700: #404040;--color-neutral-800: #262626;--color-neutral-900: #171717;--color-success-500: #22c55e;--color-error-500: #ef4444;--spacing-1: 4px;--spacing-2: 8px;--spacing-3: 12px;--spacing-4: 16px;--spacing-6: 24px;--spacing-8: 32px;--corner-small: 4px;--corner-medium: 8px;--corner-large: 16px;--corner-full: 9999px;--shadow-small: 0 1px 2px rgba(0, 0, 0, .05);--shadow-medium: 0 4px 6px rgba(0, 0, 0, .1);--shadow-large: 0 10px 15px rgba(0, 0, 0, .1);--typography-font-family-mono: ui-monospace, monospace;--typography-font-size-xs: 12px;--typography-font-size-sm: 14px;--typography-font-size-base: 16px;--typography-font-size-lg: 18px;--typography-font-size-xl: 20px;--typography-font-weight-normal: 400;--typography-font-weight-medium: 500;--typography-font-weight-semibold: 600;--typography-font-weight-bold: 700}:root,[data-theme=light]{--theme-surface-1: #ffffff;--theme-surface-2: #f5f5f5;--theme-surface-3: #e5e5e5;--theme-text: #171717;--theme-text-muted: #525252;--theme-border: #e5e5e5;--theme-bg: #ffffff;--theme-bg-elevated: #f5f5f5;--theme-background-hover: #e5e5e5}[data-theme=dark]{--theme-surface-1: #171717;--theme-surface-2: #262626;--theme-surface-3: #404040;--theme-text: #fafafa;--theme-text-muted: #a3a3a3;--theme-border: #404040;--theme-bg: #171717;--theme-bg-elevated: #262626;--theme-background-hover: #404040}@media(max-width:768px){.showcase__header{padding:var(--spacing-2, 16px) var(--spacing-3, 24px)}.showcase__content{padding:var(--spacing-3, 24px)}.showcase__section-title{font-size:1.5rem}}.breakpoint-indicator{display:inline-flex;align-items:center;padding:4px 10px;font-size:.6875rem;font-weight:600;font-family:var(--typography-font-family-mono, monospace);letter-spacing:.05em;border-radius:var(--corner-small, 4px);background:var(--theme-surface-3, #e5e5e5);color:var(--theme-text-muted, #6b6b6b)}.dt-section-description{margin:0 0 var(--spacing-4, 32px);font-size:1rem;color:var(--theme-text-muted, #6b6b6b);max-width:65ch}.dt-token-group{margin-bottom:var(--spacing-6, 48px)}.dt-token-group__header{margin-bottom:var(--spacing-3, 24px)}.dt-token-group__title{margin:0 0 var(--spacing-1, 8px);font-size:1.25rem;font-weight:600;color:var(--theme-text, #1f1f1f)}.dt-token-group__description{margin:0 0 var(--spacing-1, 8px);font-size:.875rem;color:var(--theme-text-muted, #6b6b6b)}.dt-token-group__var{font-size:.75rem;color:var(--color-primary-600, #4f46e5);background:var(--theme-surface-2, #f5f5f5);padding:2px 8px;border-radius:4px}.dt-color-scale{margin-bottom:var(--spacing-4, 32px)}.dt-color-scale__swatches{display:flex;border-radius:var(--corner-medium, 8px);overflow:hidden;margin-bottom:var(--spacing-2, 16px)}.dt-color-scale__swatch{flex:1;min-width:60px;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;transition:transform .15s ease}.dt-color-scale__swatch:hover{transform:scale(1.05);z-index:1;box-shadow:0 4px 12px #00000026}.dt-color-scale__label{font-size:12px;font-weight:600}.dt-color-scale__hex{font-size:9px;font-family:var(--typography-font-family-mono, monospace);transition:opacity .15s ease}.dt-color-scale__root{display:flex;align-items:center;gap:var(--spacing-2, 16px);font-size:.875rem;color:var(--theme-text-muted, #6b6b6b)}.dt-color-scale__root-label{font-weight:500}.dt-color-scale__root-swatch{width:24px;height:24px;border-radius:4px;border:1px solid var(--theme-border, #e5e5e5)}.dt-special-colors{display:flex;flex-wrap:wrap;gap:var(--spacing-4, 32px)}.dt-special-color{display:flex;align-items:center;gap:var(--spacing-3, 24px)}.dt-special-color__swatch{width:48px;height:48px;border-radius:var(--corner-medium, 8px);border:1px solid var(--theme-border, #e5e5e5)}.dt-special-color__info{display:flex;flex-direction:column;gap:2px}.dt-special-color__name{font-weight:600;color:var(--theme-text, #1f1f1f)}.dt-special-color__hex{font-size:.75rem;color:var(--color-primary-600, #4f46e5)}.dt-special-color__description{font-size:.75rem;color:var(--theme-text-muted, #6b6b6b)}.dt-spacing-display{display:flex;flex-direction:column;gap:var(--spacing-2, 16px)}.dt-spacing-display__item{display:grid;grid-template-columns:200px 1fr 200px;gap:var(--spacing-3, 24px);align-items:center;padding:var(--spacing-2, 16px);background:var(--theme-surface-2, #f5f5f5);border-radius:var(--corner-medium, 8px)}.dt-spacing-display__info{display:flex;flex-direction:column;gap:2px}.dt-spacing-display__var{font-size:.75rem;color:var(--color-primary-600, #4f46e5)}.dt-spacing-display__value{font-weight:600;color:var(--theme-text, #1f1f1f)}.dt-spacing-display__visual{height:24px;background:var(--theme-surface-3, #e5e5e5);border-radius:4px;overflow:hidden}.dt-spacing-display__bar{height:100%;background:var(--color-primary-500, #6366f1);border-radius:4px;min-width:4px}.dt-spacing-display__description{font-size:.875rem;color:var(--theme-text-muted, #6b6b6b)}.dt-corner-display{display:flex;flex-wrap:wrap;gap:var(--spacing-4, 32px)}.dt-corner-display__item{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-2, 16px)}.dt-corner-display__box{width:80px;height:80px;background:var(--color-primary-500, #6366f1)}.dt-corner-display__info{display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center}.dt-corner-display__var{font-size:.75rem;color:var(--color-primary-600, #4f46e5)}.dt-corner-display__value{font-weight:600;color:var(--theme-text, #1f1f1f)}.dt-corner-display__description{font-size:.75rem;color:var(--theme-text-muted, #6b6b6b);max-width:120px}.dt-shadow-display{display:flex;flex-wrap:wrap;gap:var(--spacing-6, 48px)}.dt-shadow-display__item{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-3, 24px)}.dt-shadow-display__card{width:100px;height:100px;background:var(--theme-surface-1, #ffffff);border-radius:var(--corner-medium, 8px);display:flex;align-items:center;justify-content:center}.dt-shadow-display__name{font-weight:600;font-size:.875rem;color:var(--theme-text, #1f1f1f)}.dt-shadow-display__info{display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center}.dt-shadow-display__var{font-size:.75rem;color:var(--color-primary-600, #4f46e5)}.dt-shadow-display__description{font-size:.75rem;color:var(--theme-text-muted, #6b6b6b);max-width:140px}.dt-typography__family{background:var(--theme-surface-2, #f5f5f5);border-radius:var(--corner-medium, 8px);padding:var(--spacing-4, 32px);margin-bottom:var(--spacing-4, 32px)}.dt-typography__family-sample{font-size:1.25rem;line-height:1.6;color:var(--theme-text, #1f1f1f);margin-bottom:var(--spacing-3, 24px)}.dt-typography__family-info{display:flex;flex-direction:column;gap:4px;padding-top:var(--spacing-3, 24px);border-top:1px solid var(--theme-border, #e5e5e5)}.dt-typography__family-name{font-weight:600;color:var(--theme-text, #1f1f1f)}.dt-typography__family-var{font-size:.75rem;color:var(--color-primary-600, #4f46e5)}.dt-typography__family-description{font-size:.875rem;color:var(--theme-text-muted, #6b6b6b)}.dt-typography__family-stack{font-size:.75rem;color:var(--theme-text-muted, #6b6b6b);word-break:break-all}.dt-typography__sizes{display:flex;flex-direction:column;gap:var(--spacing-3, 24px)}.dt-typography__size-item{display:flex;align-items:center;gap:var(--spacing-4, 32px);padding:var(--spacing-3, 24px);background:var(--theme-surface-2, #f5f5f5);border-radius:var(--corner-medium, 8px)}.dt-typography__size-sample{min-width:80px;font-weight:600;color:var(--theme-text, #1f1f1f)}.dt-typography__size-info{display:flex;flex-direction:column;gap:2px}.dt-typography__size-var{font-size:.75rem;color:var(--color-primary-600, #4f46e5)}.dt-typography__size-value{font-weight:500;color:var(--theme-text, #1f1f1f)}.dt-typography__size-description{font-size:.75rem;color:var(--theme-text-muted, #6b6b6b)}.dt-typography__size-breakpoints{display:flex;gap:12px;margin-top:4px}.dt-typography__size-bp{display:flex;flex-direction:column;gap:1px}.dt-typography__size-bp-name{font-size:.5625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-text-muted, #6b6b6b)}.dt-typography__size-bp-value{font-size:.75rem;font-weight:500;color:var(--theme-text, #1f1f1f)}.dt-typography__weights{display:flex;flex-direction:column;gap:var(--spacing-2, 16px)}.dt-typography__weight-item{display:flex;align-items:center;gap:var(--spacing-4, 32px);padding:var(--spacing-3, 24px);background:var(--theme-surface-2, #f5f5f5);border-radius:var(--corner-medium, 8px)}.dt-typography__weight-sample{min-width:200px;font-size:1.125rem;color:var(--theme-text, #1f1f1f)}.dt-typography__weight-info{display:flex;flex-direction:column;gap:2px}.dt-typography__weight-var{font-size:.75rem;color:var(--color-primary-600, #4f46e5)}.dt-typography__weight-value{font-weight:500;color:var(--theme-text, #1f1f1f)}.dt-typography__weight-description{font-size:.75rem;color:var(--theme-text-muted, #6b6b6b)}.dt-typography__line-heights{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--spacing-3, 24px)}.dt-typography__lh-item{padding:var(--spacing-3, 24px);background:var(--theme-surface-2, #f5f5f5);border-radius:var(--corner-medium, 8px)}.dt-typography__lh-sample{font-size:.875rem;color:var(--theme-text, #1f1f1f);margin-bottom:var(--spacing-2, 16px);max-width:300px}.dt-typography__lh-info{display:flex;flex-direction:column;gap:2px;padding-top:var(--spacing-2, 16px);border-top:1px solid var(--theme-border, #e5e5e5)}.dt-typography__lh-var{font-size:.75rem;color:var(--color-primary-600, #4f46e5)}.dt-typography__lh-value{font-weight:500;color:var(--theme-text, #1f1f1f)}.dt-typography__lh-description{font-size:.75rem;color:var(--theme-text-muted, #6b6b6b)}.dt-border-display{display:flex;flex-wrap:wrap;gap:var(--spacing-4, 32px)}.dt-border-display__item{display:flex;align-items:center;gap:var(--spacing-3, 24px)}.dt-border-display__box{width:80px;height:80px;background:var(--theme-surface-2, #f5f5f5);border-radius:var(--corner-medium, 8px)}.dt-border-display__info{display:flex;flex-direction:column;gap:2px}.dt-border-display__var{font-size:.75rem;color:var(--color-primary-600, #4f46e5)}.dt-border-display__value{font-weight:500;color:var(--theme-text, #1f1f1f)}.dt-border-display__description{font-size:.75rem;color:var(--theme-text-muted, #6b6b6b)}.dt-opacity-display{display:flex;flex-wrap:wrap;gap:var(--spacing-4, 32px)}.dt-opacity-display__item{display:flex;align-items:center;gap:var(--spacing-3, 24px)}.dt-opacity-display__visual{position:relative;width:80px;height:80px;border-radius:var(--corner-medium, 8px);overflow:hidden}.dt-opacity-display__checker{position:absolute;inset:0;background-image:linear-gradient(45deg,#ccc 25%,transparent 25%),linear-gradient(-45deg,#ccc 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#ccc 75%),linear-gradient(-45deg,transparent 75%,#ccc 75%);background-size:16px 16px;background-position:0 0,0 8px,8px -8px,-8px 0px}.dt-opacity-display__overlay{position:absolute;inset:0}.dt-opacity-display__info{display:flex;flex-direction:column;gap:2px}.dt-opacity-display__var{font-size:.75rem;color:var(--color-primary-600, #4f46e5)}.dt-opacity-display__value{font-weight:500;color:var(--theme-text, #1f1f1f)}.dt-opacity-display__description{font-size:.75rem;color:var(--theme-text-muted, #6b6b6b)}.dt-animation-display__item{display:flex;align-items:center;gap:var(--spacing-4, 32px);padding:var(--spacing-3, 24px);background:var(--theme-surface-2, #f5f5f5);border-radius:var(--corner-medium, 8px);margin-bottom:var(--spacing-2, 16px)}.dt-animation-display__demo{display:flex;flex-direction:column;align-items:flex-start;gap:6px;flex-shrink:0}.dt-animation-display__track{width:160px;height:8px;background:var(--theme-border, #e5e5e5);border-radius:4px;overflow:hidden;cursor:pointer}.dt-animation-display__fill{width:0;height:100%;background:var(--color-primary-500, #6366f1);border-radius:4px;transition:width var(--animation-duration, .2s) ease}.dt-animation-display__track:hover .dt-animation-display__fill{width:100%}.dt-animation-display__easing-track{width:160px;height:8px;background:var(--theme-border, #e5e5e5);border-radius:4px;position:relative;cursor:pointer}.dt-animation-display__dot{width:14px;height:14px;background:var(--color-primary-500, #6366f1);border-radius:50%;position:absolute;top:50%;left:0;transform:translateY(-50%);transition:left 1s var(--animation-easing, ease)}.dt-animation-display__easing-track:hover .dt-animation-display__dot{left:calc(100% - 14px)}.dt-animation-display__hover-hint{font-size:.6875rem;color:var(--theme-text-muted, #6b6b6b)}.dt-animation-display__info{display:flex;flex-direction:column;gap:2px}.dt-animation-display__var{font-size:.75rem;color:var(--color-primary-600, #4f46e5)}.dt-animation-display__value{font-size:.75rem;color:var(--theme-text, #1f1f1f)}.dt-animation-display__description{font-size:.75rem;color:var(--theme-text-muted, #6b6b6b)}.dt-theme-display{display:flex;flex-direction:column;gap:var(--spacing-3, 24px)}.dt-theme-display__item{display:flex;align-items:center;gap:var(--spacing-4, 32px);padding:var(--spacing-3, 24px);background:var(--theme-surface-2, #f5f5f5);border-radius:var(--corner-medium, 8px)}.dt-theme-display__swatches{display:flex;gap:var(--spacing-3, 24px)}.dt-theme-display__swatch-group{display:flex;flex-direction:column;align-items:center;gap:4px}.dt-theme-display__mode-label{font-size:.625rem;font-weight:600;text-transform:uppercase;color:var(--theme-text-muted, #6b6b6b)}.dt-theme-display__swatch{width:48px;height:48px;border-radius:var(--corner-small, 4px);border:1px solid var(--theme-border, #e5e5e5)}.dt-theme-display__swatch--dark{border-color:#525252}.dt-theme-display__hex{font-size:.625rem;color:var(--theme-text-muted, #6b6b6b)}.dt-theme-display__info{display:flex;flex-direction:column;gap:2px}.dt-theme-display__var{font-size:.75rem;color:var(--color-primary-600, #4f46e5)}.dt-theme-display__description{font-size:.875rem;color:var(--theme-text-muted, #6b6b6b)}.dt-theme-display__border-box{width:48px;height:48px;border:3px solid currentColor;border-radius:var(--corner-medium, 8px);background:var(--theme-surface-2, #f5f5f5)}.dt-theme-display__border-box--dark{background:var(--theme-surface-1, #1a1a1a)}.dt-theme-display__shadow-box{width:64px;height:64px;border-radius:var(--corner-medium, 8px);background:var(--theme-surface-2, #f5f5f5)}.dt-theme-display__shadow-box--dark{background:var(--theme-surface-1, #1a1a1a)}.dt-theme-display--elevations{gap:var(--spacing-2, 16px)}.dt-theme-display__elevation-item{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-3, 24px);background:var(--theme-surface-2, #f5f5f5);border-radius:var(--corner-medium, 8px)}.dt-theme-display__elevation-values{display:flex;gap:var(--spacing-4, 32px);font-size:.75rem;color:var(--theme-text-muted, #6b6b6b)}.dt-textstyle-cards{display:flex;flex-direction:column;gap:16px}.dt-textstyle-card{background:var(--theme-surface-2, #f5f5f5);border-radius:var(--corner-medium, 8px);padding:var(--spacing-3, 24px)}.dt-textstyle-card__header{margin-bottom:16px}.dt-textstyle-card__name{font-weight:600;color:var(--theme-text, #1f1f1f);display:block}.dt-textstyle-card__var{font-size:.6875rem;color:var(--color-primary-600, #4f46e5);font-family:var(--typography-fontFamily-mono, monospace);margin-top:2px;display:block}.dt-textstyle-card__specs{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px 24px}.dt-textstyle-card__spec{display:flex;flex-direction:column;gap:2px}.dt-textstyle-card__spec-label{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-text-muted, #6b6b6b)}.dt-textstyle-card__spec-value{font-size:.875rem;font-weight:500;color:var(--theme-text, #1f1f1f)}.dt-textstyle-card__sample-row{display:flex;align-items:baseline;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid var(--theme-border, #e5e5e5)}.dt-textstyle-card__sample{flex:1;color:var(--theme-text, #1f1f1f)}.dt-textstyle-card__current{font-size:.6875rem;font-weight:600;color:var(--theme-text-muted, #6b6b6b);white-space:nowrap;font-family:var(--typography-font-family-mono, monospace)}.dt-typography__size-sample-row{display:flex;align-items:baseline;gap:12px;flex:1}.dt-typography__size-current{font-size:.6875rem;font-weight:600;color:var(--theme-text-muted, #6b6b6b);white-space:nowrap;font-family:var(--typography-font-family-mono, monospace)}.dt-type-hierarchy{padding:var(--spacing-4, 32px);background:var(--theme-surface-2, #f5f5f5);border-radius:var(--corner-large, 12px);margin-bottom:var(--spacing-4, 32px)}.dt-type-hierarchy__item{margin-bottom:var(--spacing-3, 24px)}.dt-type-hierarchy__item:last-child{margin-bottom:0}.dt-type-hierarchy__label{display:inline-block;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--theme-text-muted, #6b6b6b);background:var(--theme-surface-3, #e5e5e5);padding:2px 8px;border-radius:4px;margin-bottom:4px}.dt-type-hierarchy__text{color:var(--theme-text, #1f1f1f)}.dt-theme-subgroup__title{font-size:1rem;font-weight:600;color:var(--theme-text, #1f1f1f);margin:0 0 var(--spacing-2, 16px)}@media(max-width:768px){.dt-spacing-display__item{grid-template-columns:1fr;gap:var(--spacing-2, 16px)}.dt-color-scale__swatches{flex-wrap:wrap}.dt-color-scale__swatch{min-width:40px}.dt-typography__size-item,.dt-typography__weight-item,.dt-theme-display__item{flex-direction:column;align-items:flex-start}.dt-theme-display__elevation-item{flex-direction:column;align-items:flex-start;gap:var(--spacing-2, 16px)}.dt-textstyle-card{padding:var(--spacing-2, 16px)}.dt-textstyle-card__specs{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px 16px}}.grid--debug>*:not([class*=grid-debug-]),.grid--debug .grid>*:not([class*=grid-debug-]),.grid--debug .subgrid>*:not([class*=grid-debug-]){outline:1px dashed var(--grid-debug-color, rgba(59, 130, 246, .4));outline-offset:-1px}.grid-debug-annotation-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9998;overflow:visible}.grid-debug-annotation{position:absolute;outline:1px dashed var(--grid-debug-color, rgba(59, 130, 246, .25));outline-offset:-1px}.grid-debug-annotation__label{position:absolute;top:.25rem;left:.5rem;font-size:var(--typography-font-size-caption, .625rem);font-family:var(--typography-font-family-mono, monospace);color:var(--grid-debug-color, rgba(59, 130, 246, .6));background:color-mix(in srgb,var(--color-surface-base, #fff) 85%,transparent);padding:.0625rem .375rem;border-radius:2px;line-height:1.4;white-space:nowrap}.grid-debug-annotation__dims{position:absolute;bottom:.25rem;right:.5rem;font-size:var(--typography-font-size-caption, .5625rem);font-family:var(--typography-font-family-mono, monospace);color:var(--grid-debug-color, rgba(59, 130, 246, .5));white-space:nowrap}.grid-debug-annotation--error{outline-color:#dc262680;background:#dc26260f}.grid-debug-annotation__label--error{color:#dc2626e6;background:#fef2f2f2}.grid-debug-annotation__error{position:absolute;bottom:1.5rem;right:.5rem;font-size:.5625rem;font-family:var(--typography-font-family-mono, monospace);color:#dc2626d9;background:#fef2f2f2;padding:.125rem .375rem;border-radius:2px;white-space:nowrap;border:1px solid rgba(220,38,38,.2)}.grid-debug-columns{display:grid;grid-template-columns:repeat(var(--grid-columns, 12),1fr);gap:var(--grid-gutter, 1rem);position:absolute;inset:0;padding-inline:inherit;pointer-events:none;z-index:0;overflow:hidden;align-self:stretch}.grid-debug-columns>div{background:#3b82f60f;border-inline:1px dashed rgba(59,130,246,.15);position:relative}.grid-debug-columns>div:after{content:attr(data-col);position:absolute;top:.25rem;left:50%;transform:translate(-50%);font-size:.5rem;font-family:var(--typography-font-family-mono, monospace);color:#3b82f640;pointer-events:none}.grid-debug-ruler{position:fixed;top:0;left:0;right:0;z-index:9998;pointer-events:none;font-family:var(--typography-font-family-mono, monospace);font-size:var(--typography-font-size-caption, .625rem);color:var(--grid-debug-color, rgba(59, 130, 246, .6));padding-bottom:.25rem;background:color-mix(in srgb,var(--color-surface-base, #fff) 85%,transparent)}.grid-debug-ruler__line{position:relative;display:flex;align-items:center;justify-content:center;height:1.25rem;border-top:1px dashed var(--grid-debug-color, rgba(59, 130, 246, .25))}.grid-debug-ruler__line:before,.grid-debug-ruler__line:after{content:"";position:absolute;top:0;width:1px;height:6px;background:var(--grid-debug-color, rgba(59, 130, 246, .35))}.grid-debug-ruler__line:before{left:0}.grid-debug-ruler__line:after{right:0}.grid-debug-ruler__label{background:var(--color-surface-base, #fff);padding:0 .375rem;white-space:nowrap;position:relative;top:-.125rem}.grid-debug-ruler__viewport{width:100vw;position:relative;left:50%;margin-left:-50vw}.grid-debug-ruler__max{max-width:var(--grid-max-width, 1440px);margin-inline:auto}.grid-debug-ruler__margins{display:flex;justify-content:space-between;max-width:var(--grid-max-width, 1440px);margin-inline:auto;height:1rem}.grid-debug-ruler__margin{border-top:1px solid var(--grid-debug-color, rgba(59, 130, 246, .3));display:flex;align-items:center;justify-content:center;font-size:.5625rem;color:var(--grid-debug-color, rgba(59, 130, 246, .5));white-space:nowrap;min-width:1.5rem}.grid-debug-col-ruler{display:grid;grid-template-columns:repeat(var(--grid-columns, 12),1fr);gap:var(--grid-gutter, 1rem);position:absolute;top:0;left:0;right:0;padding-inline:inherit;pointer-events:none;z-index:1;overflow:hidden}.grid-debug-col-ruler__cell{text-align:center;font-family:var(--typography-font-family-mono, monospace);font-size:.5625rem;color:var(--grid-debug-color, rgba(59, 130, 246, .5));border-top:1px dashed var(--grid-debug-color, rgba(59, 130, 246, .2));padding-top:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grid-debug-col-ruler__gutter{position:absolute;font-family:var(--typography-font-family-mono, monospace);font-size:.5rem;color:var(--grid-debug-color, rgba(59, 130, 246, .45));white-space:nowrap;transform:translate(-50%);top:-.625rem}@media(max-width:1200px){.grid-debug-col-ruler__cell{font-size:0}.grid-debug-col-ruler__cell:first-child{font-size:.5625rem}}@media(max-width:768px){.grid-debug-col-ruler{display:none}}.grid-debug-info__title{font-weight:600;margin-bottom:.75rem;color:var(--grid-debug-color, rgba(59, 130, 246, .8))}.grid-debug-info__label{opacity:.6}.grid-debug-info__value{font-weight:600}.grid-debug-info__keypath{color:var(--grid-debug-color, rgba(59, 130, 246, .7))}.grid-debug-info__var{color:var(--grid-debug-color, rgba(59, 130, 246, .5))}.grid-debug-info__hint{font-size:var(--typography-font-size-caption, .75rem);opacity:.5;font-style:italic}.grid-debug-info__value--bp{color:#34d399e6;font-weight:700}.grid-debug-info--inline{background:#3b82f60a;border:1px dashed var(--grid-debug-color, rgba(59, 130, 246, .3));border-radius:var(--corner-radius-md, 8px);padding:var(--spacing-4, 1rem)}.grid-debug-info--inline .grid-debug-info__title{font-size:var(--typography-font-size-body, 1rem)}.grid-debug-info--inline .grid-debug-info__table{display:grid;grid-template-columns:auto auto auto auto;gap:.25rem 1.5rem;font-size:var(--typography-font-size-caption, .75rem);font-family:var(--typography-font-family-mono, monospace);line-height:1.6;margin-bottom:.75rem}.grid-debug-info--floating{position:fixed;top:6rem;right:1rem;z-index:9999;background:color-mix(in srgb,var(--color-surface-base, #0f172a) 72%,transparent);border:1px solid color-mix(in srgb,var(--grid-debug-color, rgba(59, 130, 246, .4)) 50%,transparent);border-radius:var(--corner-radius-md, 8px);backdrop-filter:blur(16px) saturate(1.2);-webkit-backdrop-filter:blur(16px) saturate(1.2);font-family:var(--typography-font-family-mono, monospace);font-size:var(--typography-font-size-caption, .75rem);color:color-mix(in srgb,var(--grid-debug-color, rgb(96, 165, 250)) 85%,#fff);box-shadow:0 4px 24px #0003,0 0 0 1px #ffffff0a inset;overflow:hidden;transition:box-shadow .2s ease}.grid-debug-info--floating:hover,.grid-debug-info--pinned{box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffffff0f inset}.grid-debug-info__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.375rem .625rem;cursor:default;min-width:120px}.grid-debug-info--floating .grid-debug-info__title{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;opacity:.55;white-space:nowrap}.grid-debug-info__layer{display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:none;background:transparent;color:inherit;opacity:.35;cursor:pointer;border-radius:3px;transition:opacity .15s,background .15s;flex-shrink:0}.grid-debug-info__layer:hover{opacity:.7;background:#ffffff14}.grid-debug-info__layer--active{opacity:.9;color:#34d399e6}.grid-debug-info__pin{display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:none;background:transparent;color:inherit;opacity:.35;cursor:pointer;border-radius:3px;transition:opacity .15s,background .15s,transform .2s;flex-shrink:0}.grid-debug-info__pin:hover{opacity:.7;background:#ffffff14}.grid-debug-info--pinned .grid-debug-info__pin{opacity:.9;transform:rotate(45deg)}.grid-debug-info__body{max-height:0;opacity:0;overflow:hidden;transition:max-height .25s ease,opacity .2s ease,padding .25s ease;padding:0 .625rem}.grid-debug-info--floating:hover .grid-debug-info__body,.grid-debug-info--pinned .grid-debug-info__body{max-height:300px;opacity:1;padding:0 .625rem .5rem}.grid-debug-info--floating .grid-debug-info__table{display:grid;grid-template-columns:auto auto;gap:.125rem .75rem}.grid-debug-info--floating .grid-debug-info__label{opacity:.45}.grid-debug-info--floating .grid-debug-info__value{text-align:right;color:#ffffffd9}.grid-debug-badge{--badge-accent: rgba(59, 130, 246, .9);position:fixed;top:.5rem;right:.5rem;z-index:9999;display:flex;align-items:center;gap:.375rem;background:color-mix(in srgb,var(--badge-accent) 70%,transparent);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#ffffffe6;font-family:var(--typography-font-family-mono, monospace);font-size:.5625rem;font-weight:600;padding:.25rem .625rem;border-radius:var(--corner-radius-sm, 4px);pointer-events:none;letter-spacing:.03em}.grid-debug-badge__bp{font-weight:700;text-transform:uppercase;letter-spacing:.06em}.grid-debug-badge__vp{opacity:.7}.grid-debug-badge__sep{opacity:.3}.grid-debug-badge__hint{opacity:.5;font-size:.5rem;text-transform:capitalize}.grid-debug-badge[data-bp=base]{--badge-accent: rgba(239, 68, 68, .9)}.grid-debug-badge[data-bp=small]{--badge-accent: rgba(249, 115, 22, .9)}.grid-debug-badge[data-bp=medium]{--badge-accent: rgba(234, 179, 8, .9)}.grid-debug-badge[data-bp=large]{--badge-accent: rgba(34, 197, 94, .9)}.grid-debug-badge[data-bp=xlarge]{--badge-accent: rgba(59, 130, 246, .9)}.grid-debug-badge[data-bp=xxlarge]{--badge-accent: rgba(139, 92, 246, .9)}@media(max-width:480px){.grid-debug-badge__hint,.grid-debug-badge__sep:last-of-type{display:none}}.layout-demo__vspace{position:absolute;top:calc(-1 * var(--grid-vertical-spacing, 1.5rem) / 2);left:50%;transform:translate(-50%,-50%);z-index:3;pointer-events:none;display:flex;flex-direction:column;align-items:center}.layout-demo__vspace:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1px;height:var(--grid-vertical-spacing, 1.5rem);background:var(--grid-debug-color, rgba(59, 130, 246, .25))}.layout-demo__vspace>span{font-family:var(--typography-font-family-mono, monospace);font-size:.5625rem;color:var(--grid-debug-color, rgba(59, 130, 246, .6));background:color-mix(in srgb,var(--color-surface-base, #fff) 90%,transparent);padding:0 .25rem;border-radius:2px;position:relative;white-space:nowrap}.grid-debug--above .grid{z-index:0;position:relative}.grid-debug--above .grid-debug-columns{z-index:9999;isolation:isolate}.grid-debug--above .grid-debug-columns>div{background:#3b82f626;border-inline-color:rgba(59,130,246,.35)}.grid-debug--above .grid-debug-col-ruler{z-index:9999}.demo-zone--bleed:after{content:attr(data-label);position:absolute;top:.25rem;left:.5rem;font-size:var(--typography-font-size-caption, .625rem);font-family:var(--typography-font-family-mono, monospace);color:var(--grid-debug-color, rgba(59, 130, 246, .6));pointer-events:none;z-index:2;background:color-mix(in srgb,var(--color-surface-base, #fff) 85%,transparent);padding:.0625rem .375rem;border-radius:2px;line-height:1.4}
