@layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: "Inter", -apple-system, "Segoe UI", Roboto, system-ui, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-50: #fbeae8;--color-red-600: #b3261e;--color-amber-50: #fdf0e3;--color-amber-600: #d98324;--color-amber-800: #a5631a;--color-green-50: #e8f5ee;--color-green-600: #2e9e5b;--color-green-800: #1f7a44;--color-blue-100: #eef1ff;--color-blue-200: #d6e0ff;--color-blue-600: #2f57d8;--color-blue-700: #274bc0;--color-blue-900: #14224f;--color-gray-50: #fafafa;--ease-in-out: cubic-bezier(.4, 0, .2, 1);--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono);--font-display: "Manrope", -apple-system, "Segoe UI", Roboto, system-ui, sans-serif;--color-ink-600: #666666;--color-ink-500: #888888;--radius-card: 12px}}@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}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border-width:0}.fixed{position:fixed}.static{position:static}.sticky{position:sticky}.block{display:block}.contents{display:contents}.grid{display:grid}.table{display:table}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.rounded{border-radius:.25rem}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.ease-in-out{--tw-ease: var(--ease-in-out);transition-timing-function:var(--ease-in-out)}}:root{--brand: var(--color-blue-600);--brand-hover: var(--color-blue-700);--brand-ink: var(--color-blue-900);--brand-subtle: var(--color-blue-100);--brand-border: var(--color-blue-200);--on-brand: #ffffff;--page: #f5f7fc;--surface: #ffffff;--surface-raised: #ffffff;--surface-sunken: var(--color-gray-50);--text: #161a22;--text-2: #3a4152;--text-muted: var(--color-ink-600);--text-faint: var(--color-ink-500);--border: #e5e8f1;--border-strong: #d3d8e6;--strength: var(--color-green-600);--strength-text: var(--color-green-800);--strength-surface: var(--color-green-50);--growth: var(--color-amber-600);--growth-text: var(--color-amber-800);--growth-surface: var(--color-amber-50);--danger: var(--color-red-600);--danger-surface: var(--color-red-50);--focus: var(--color-blue-600);--shadow-card: 0 1px 2px rgba(20,34,79,.06), 0 8px 24px rgba(20,34,79,.06);--space-2xs: 4px;--space-xs: 8px;--space-sm: 12px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--space-3xl: 64px;--content-max: 1080px;--reading-max: 680px;--gutter: clamp(24px, 4vw, 32px);--radius-pill: 999px;color-scheme:light}@media(prefers-color-scheme:dark){:root{--brand: #7d9bff;--brand-hover: #93abff;--brand-ink: #c9d6ff;--brand-subtle: #1a2340;--brand-border: #24305a;--on-brand: #0e1424;--page: #0e1424;--surface: #161d31;--surface-raised: #1b2338;--surface-sunken: #121829;--text: #eef1f7;--text-2: #c4cad8;--text-muted: #a8b0c2;--text-faint: #7f89a3;--border: #29314c;--border-strong: #39425f;--strength: #4cc07f;--strength-text: #7ad3a0;--strength-surface: #12331f;--growth: #e8a24e;--growth-text: #f0b46b;--growth-surface: #33260f;--danger: #e77b73;--danger-surface: #3a1512;--focus: #7d9bff;--shadow-card: 0 1px 2px rgba(0,0,0,.3), 0 10px 30px rgba(0,0,0,.35);color-scheme:dark}}html{-webkit-text-size-adjust:100%}body{background:var(--page);color:var(--text);font-family:var(--font-sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;margin:0}h1,h2,h3,h4{font-family:var(--font-display);font-weight:800;line-height:1.2;color:var(--text);text-wrap:balance;margin:0;letter-spacing:-.02em}h2{font-size:22px;font-weight:700}h3{font-size:18px;font-weight:700}h4{font-size:16px;font-weight:700}p{margin:0}a{color:var(--brand);text-decoration:none}ul{margin:8px 0;padding-left:20px}li{margin:2px 0;color:var(--text-2)}strong{font-weight:600}:focus-visible{outline:2px solid var(--focus);outline-offset:2px;border-radius:4px}.ds-field{flex:1;min-width:180px;padding:8px 10px;border:1px solid var(--border-strong);border-radius:8px;font:inherit;font-size:15px;background:var(--surface);color:var(--text)}.ds-field:focus-visible{border-color:var(--brand);outline-offset:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important}}@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-ease{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-ease: initial}}}
