/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@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-outline-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;--tw-ease:initial}}}@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;--ease-in:cubic-bezier(.4, 0, 1, 1);--ease-out:cubic-bezier(0, 0, .2, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--animate-pulse:pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;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{vertical-align:baseline;font-size:75%;line-height:0;position:relative}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{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}: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{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-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]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.collapse{visibility:collapse}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.\!grid{display:grid!important}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.table{display:table}.flex-shrink{flex-shrink:1}.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,)}.animate-pulse{animation:var(--animate-pulse)}.flex-wrap{flex-wrap:wrap}.border{border-style:var(--tw-border-style);border-width:1px}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);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,)}.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,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-in{--tw-ease:var(--ease-in);transition-timing-function:var(--ease-in)}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.\[file\:line\]{file:line}}*,:before,:after{box-sizing:border-box}html{overflow-x:hidden}:root{--color-brand:#1677ff;--color-bg:#f5f7fa;--color-card:#fff;--color-search-bg:#f5f5f5;--color-text:#1a1a1a;--color-text-secondary:#595959;--color-text-muted:#8c8c8c;--color-text-placeholder:#bfbfbf;--color-link:#1677ff;--color-success:#059669;--color-warning:#d97706;--color-badge-bg:#e6f4ff;--color-domain-ai-bg:#f0f5ff;--color-domain-ai-text:#1677ff;--color-domain-ecom-bg:#fff7e6;--color-domain-ecom-text:#d46b08;--color-domain-startup-bg:#f6ffed;--color-domain-startup-text:#389e0d;--color-domain-github-bg:#f9f0ff;--color-domain-github-text:#722ed1}body{background-color:var(--color-bg);color:var(--color-text);margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans SC,sans-serif}@keyframes badge-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.1)}}@media(prefers-reduced-motion:reduce){.new-badge{animation:none}}img{max-width:100%;height:auto}@media(max-width:767px){a,button,[role=tab]{min-height:44px}}@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-outline-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}@property --tw-ease{syntax:"*";inherits:false}@keyframes pulse{50%{opacity:.5}}.header[data-astro-cid-hnhh3bfe]{background:#fff;position:sticky;top:0;z-index:50;border-bottom:1px solid #f0f0f0}.header-inner[data-astro-cid-hnhh3bfe]{max-width:1440px;margin:0 auto;height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 48px}.brand[data-astro-cid-hnhh3bfe]{display:flex;align-items:center;gap:6px;text-decoration:none;flex-shrink:0}.brand-icon[data-astro-cid-hnhh3bfe]{font-size:20px;line-height:1}.brand-text[data-astro-cid-hnhh3bfe]{font-size:22px;font-weight:700;color:#1677ff;white-space:nowrap}.search-box[data-astro-cid-hnhh3bfe]{position:relative}.search-input[data-astro-cid-hnhh3bfe]{width:200px;height:36px;border-radius:20px;border:1px solid transparent;background:#f5f5f5;padding:0 16px;font-size:13px;color:#1a1a1a;outline:none;transition:background .2s,border-color .2s,box-shadow .2s}.search-input[data-astro-cid-hnhh3bfe]::placeholder{color:#bfbfbf;font-weight:400}.search-input[data-astro-cid-hnhh3bfe]:focus{background:#fff;border-color:#1677ff;box-shadow:0 0 0 2px #1677ff1a}.search-desktop[data-astro-cid-hnhh3bfe]{display:block}.search-mobile[data-astro-cid-hnhh3bfe]{display:none}.nav-row[data-astro-cid-hnhh3bfe]{max-width:1440px;margin:0 auto;padding:0 48px 12px}.nav-scroll[data-astro-cid-hnhh3bfe]{overflow-x:auto;scrollbar-width:none}.nav-scroll[data-astro-cid-hnhh3bfe]::-webkit-scrollbar{display:none}.pill-list[data-astro-cid-hnhh3bfe]{display:flex;gap:8px;white-space:nowrap}.pill[data-astro-cid-hnhh3bfe]{display:inline-flex;align-items:center;border-radius:16px;padding:6px 16px;font-size:13px;font-weight:500;border:none;cursor:pointer;white-space:nowrap;transition:opacity .15s;flex-shrink:0;background:var(--pill-bg);color:var(--pill-text)}.pill[data-astro-cid-hnhh3bfe]:hover{opacity:.85}.pill[data-astro-cid-hnhh3bfe]:focus-visible{outline:2px solid #1677FF;outline-offset:2px}.pill-active[data-astro-cid-hnhh3bfe]{background:#1677ff;color:#fff}@media(max-width:1439px){.header-inner[data-astro-cid-hnhh3bfe]{padding:0 24px}.nav-row[data-astro-cid-hnhh3bfe]{padding:0 24px 12px}.pill-list[data-astro-cid-hnhh3bfe]{gap:6px}}@media(max-width:767px){.header-inner[data-astro-cid-hnhh3bfe]{height:48px;padding:0 16px}.brand-text[data-astro-cid-hnhh3bfe]{font-size:18px}.nav-row[data-astro-cid-hnhh3bfe]{padding:0 16px 10px}.pill[data-astro-cid-hnhh3bfe]{min-height:44px;padding:10px 16px}.search-desktop[data-astro-cid-hnhh3bfe]{display:none}.search-mobile[data-astro-cid-hnhh3bfe]{display:block;padding-top:8px}.search-mobile[data-astro-cid-hnhh3bfe] .search-input[data-astro-cid-hnhh3bfe]{width:100%;height:44px}}.site-footer[data-astro-cid-mh6itkc3]{border-top:1px solid #f0f0f0;background:#fff;padding:24px 48px}.footer-inner[data-astro-cid-mh6itkc3]{max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#8c8c8c}.copyright[data-astro-cid-mh6itkc3]{margin:0}.github-link[data-astro-cid-mh6itkc3]{color:#1677ff;text-decoration:none;font-weight:500;display:inline-flex;align-items:center;min-height:44px}.github-link[data-astro-cid-mh6itkc3]:hover{text-decoration:underline}@media(max-width:1439px){.site-footer[data-astro-cid-mh6itkc3]{padding:24px}}@media(max-width:767px){.site-footer[data-astro-cid-mh6itkc3]{padding:16px}.footer-inner[data-astro-cid-mh6itkc3]{flex-direction:column;gap:8px;text-align:center}.github-link[data-astro-cid-mh6itkc3]{min-width:44px;justify-content:center;padding:0 8px}}.skip-link[data-astro-cid-37fxchfa]{position:absolute;top:-100%;left:16px;z-index:100;padding:8px 16px;background:#1677ff;color:#fff;border-radius:0 0 8px 8px;font-size:14px;text-decoration:none}.skip-link[data-astro-cid-37fxchfa]:focus{top:0}.main-content[data-astro-cid-37fxchfa]{min-height:calc(100vh - 127px)}.content-container[data-astro-cid-37fxchfa]{max-width:1440px;margin:0 auto;padding:24px 48px}@media(max-width:1439px){.content-container[data-astro-cid-37fxchfa]{padding:16px 24px}}@media(max-width:767px){.main-content[data-astro-cid-37fxchfa]{min-height:calc(100vh - 113px)}.content-container[data-astro-cid-37fxchfa]{padding:12px 16px}}
