@layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing: .25rem;--shadow-sm: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentcolor}@supports (color: color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.container{width:100%}@media(width>=40rem){.container{max-width:40rem}}@media(width>=48rem){.container{max-width:48rem}}@media(width>=64rem){.container{max-width:64rem}}@media(width>=80rem){.container{max-width:80rem}}@media(width>=96rem){.container{max-width:96rem}}.block{display:block}.grid{display:grid}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.border{border-style:var(--tw-border-style);border-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}.lab-layout{display:flex;width:100%;height:100%;min-height:0}.lab-main{flex:1;min-width:0;overflow-y:auto;padding:2rem}.lab-sidebar-wrapper{flex-shrink:0;margin-left:auto;height:100%;display:flex}@media(max-width:900px){.lab-layout{flex-direction:column;height:auto;min-height:100%}.lab-main{max-width:none;padding:1.25rem 1rem;flex:0 0 auto}.lab-sidebar-wrapper{display:none}body.concepts-drawer-open .lab-sidebar-wrapper{display:flex;position:fixed;top:0;right:0;bottom:0;width:100%;max-width:320px;margin:0;height:100%;z-index:500;background:var(--bg-panel);border-left:1px solid var(--border);box-shadow:var(--shadow-lg);animation:concepts-drawer-in .25s ease}body.concepts-drawer-open{overflow:hidden}body.concepts-drawer-open .lab-sidebar-wrapper .concepts-sidebar{width:320px;max-width:none;height:100%;max-height:none;border-left:none}}@keyframes concepts-drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}:root{--bg-base: #f5f5f5;--bg-panel: #ffffff;--bg-panel-hover: #f1f3f4;--bg-elevated: #ffffff;--bg-sunken: #ecedef;--border: #d4d6db;--border-subtle: #e6e7eb;--border-strong: #b9bcc2;--text-primary: #1a1f24;--text-secondary: #3f4750;--text-muted: #6b7280;--text-on-primary: #ffffff;--color-primary: #004953;--color-primary-hover: #00343d;--color-primary-soft: #e0eef0;--color-primary-ring: #007a8a;--color-default: #1d4ed8;--color-onpush: #b45309;--color-signal: #15803d;--color-accent: #004953;--status-success: #15803d;--status-success-bg: #e7f5ec;--status-success-border: #b6e0c2;--status-warning: #b45309;--status-warning-bg: #fdf3e3;--status-warning-border: #f1d59b;--status-danger: #b91c1c;--status-danger-bg: #fdecec;--status-danger-border: #f3c1c1;--status-info: #1d4ed8;--status-info-bg: #e7eefd;--status-info-border: #bccbf3;--status-idle: #6b7280;--status-idle-bg: #f0f1f3;--status-idle-border: #d9dbdf;--color-guard: #c2410c;--color-guard-bg: #fbe9dc;--color-resolve: #6d28d9;--color-resolve-bg: #ece1fb;--color-lazy: #15803d;--color-lazy-bg: #e7f5ec;--color-navigation: #b91c1c;--color-navigation-bg: #fdecec;--color-scope-root: #004953;--color-scope-module: #6d28d9;--color-scope-component: #15803d;--color-scope-platform: #c2410c;--color-scope-null: #6b7280;--shadow-sm: 0 1px 2px rgba(15, 23, 32, .04);--shadow-md: 0 2px 4px rgba(15, 23, 32, .04), 0 4px 12px rgba(15, 23, 32, .05);--shadow-lg: 0 8px 24px rgba(15, 23, 32, .08), 0 2px 6px rgba(15, 23, 32, .04);--font-mono: "JetBrains Mono", "Fira Code", "Cascadia Code", ui-monospace, monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-size:16px;background-color:var(--bg-base);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:focus-visible{outline:2px solid var(--color-primary-ring);outline-offset:2px;border-radius:4px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.app-tooltip{position:fixed;z-index:10000;max-width:320px;padding:.625rem .875rem;font-size:.8125rem;line-height:1.55;color:var(--text-on-primary);background:var(--color-primary);border:1px solid var(--color-primary-hover);border-radius:8px;box-shadow:var(--shadow-lg);pointer-events:none;opacity:0;transform:translateY(6px) scale(.98);transition:opacity .22s cubic-bezier(.32,.72,0,1),transform .22s cubic-bezier(.32,.72,0,1)}.app-tooltip.tooltip-visible{opacity:1;transform:translateY(0) scale(1)}.app-tooltip.tooltip-below{transform:translateY(-6px) scale(.98)}.app-tooltip.tooltip-below.tooltip-visible{transform:translateY(0) scale(1)}@property --tw-rotate-x{syntax: "*"; inherits: false;}@property --tw-rotate-y{syntax: "*"; inherits: false;}@property --tw-rotate-z{syntax: "*"; inherits: false;}@property --tw-skew-x{syntax: "*"; inherits: false;}@property --tw-skew-y{syntax: "*"; inherits: false;}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-blur{syntax: "*"; inherits: false;}@property --tw-brightness{syntax: "*"; inherits: false;}@property --tw-contrast{syntax: "*"; inherits: false;}@property --tw-grayscale{syntax: "*"; inherits: false;}@property --tw-hue-rotate{syntax: "*"; inherits: false;}@property --tw-invert{syntax: "*"; inherits: false;}@property --tw-opacity{syntax: "*"; inherits: false;}@property --tw-saturate{syntax: "*"; inherits: false;}@property --tw-sepia{syntax: "*"; inherits: false;}@property --tw-drop-shadow{syntax: "*"; inherits: false;}@property --tw-drop-shadow-color{syntax: "*"; inherits: false;}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false;}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x: initial;--tw-rotate-y: initial;--tw-rotate-z: initial;--tw-skew-x: initial;--tw-skew-y: initial;--tw-border-style: solid;--tw-blur: initial;--tw-brightness: initial;--tw-contrast: initial;--tw-grayscale: initial;--tw-hue-rotate: initial;--tw-invert: initial;--tw-opacity: initial;--tw-saturate: initial;--tw-sepia: initial;--tw-drop-shadow: initial;--tw-drop-shadow-color: initial;--tw-drop-shadow-alpha: 100%;--tw-drop-shadow-size: initial}}}
