/*! tailwindcss v4.3.3 | 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-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--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}}}:root{--gx-bg:#f8fafc;--gx-bg-alt:#f1f5f9;--gx-surface:#fff;--gx-surface-hover:#f1f5f9;--gx-bg-elevated:#fff;--gx-text:#0f172a;--gx-text-muted:#64748b;--gx-text-bright:#0f172a;--gx-text-inverted:#fff;--gx-border:#e2e8f0;--gx-accent:#0d9488;--gx-accent-hover:#0f766e;--gx-indigo:#6366f1;--gx-success:#0d9488;--gx-warning:#f59e0b;--gx-error:#ef4444;--gx-accent-dim:#0d94881a;--gx-nav-bg:#ffffffe6;--gx-code-bg:#f1f5f9;--gx-shadow:0 1px 3px #0000001a;--gx-transition:.2s ease;--gx-max-width:1280px;--gx-radius-sm:4px;--gx-radius:8px;--gx-radius-lg:12px;--gx-radius-pill:999px;--gx-font-sans:"Inter", ui-sans-serif, system-ui, sans-serif;--gx-font-mono:"JetBrains Mono", "Fira Code", monospace;--gx-gradient:linear-gradient(135deg, #0d9488, #0f766e);--gx-shadow-md:0 4px 12px #0000001f;--gx-tag-bg:#0d94881a;--gx-tag-border:#0d948840;--gx-tag-text:#0f766e;--gx-info:#3b82f6}[data-theme=dark]{--gx-bg:#0f172a;--gx-bg-alt:#1e293b;--gx-surface:#1e293b;--gx-surface-hover:#334155;--gx-text:#f1f5f9;--gx-text-muted:#94a3b8;--gx-text-bright:#f1f5f9;--gx-text-inverted:#0f172a;--gx-border:#334155;--gx-accent:#2dd4bf;--gx-accent-hover:#14b8a6;--gx-indigo:#818cf8;--gx-accent-dim:#2dd4bf1f;--gx-nav-bg:#0f172ae6;--gx-code-bg:#0f172a;--gx-bg-elevated:#1e293b;--gx-shadow:0 1px 3px #0000004d;--gx-gradient:linear-gradient(135deg, #2dd4bf, #14b8a6);--gx-shadow-md:0 4px 12px #0006;--gx-tag-bg:#2dd4bf1a;--gx-tag-border:#2dd4bf40;--gx-tag-text:#2dd4bf;--gx-info:#60a5fa}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--gx-bg);color:var(--gx-text);transition:background-color var(--gx-transition),color var(--gx-transition);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.7}*{transition:background-color var(--gx-transition),border-color var(--gx-transition),color var(--gx-transition)}code{font-family:JetBrains Mono,Fira Code,monospace}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--gx-bg)}::-webkit-scrollbar-thumb{background:var(--gx-border);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--gx-text-muted)}.gx-nav{z-index:40;background:var(--gx-nav-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--gx-border);position:sticky;top:0}.gx-nav-inner{max-width:80rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.gx-nav-inner{padding:0 1.5rem}}@media(min-width:1024px){.gx-nav-inner{padding:0 2rem}}.gx-nav-row{justify-content:space-between;align-items:center;height:60px;display:flex}.gx-nav-logo{opacity:1;transition:opacity var(--gx-transition);align-items:center;gap:.75rem;text-decoration:none;display:flex}.gx-nav-logo:hover{opacity:.85}.gx-nav-logo-icon{flex-shrink:0;width:28px;height:28px}.gx-nav-logo-name{color:var(--gx-text);margin:0;font-size:1.125rem;font-weight:700;line-height:1.3}.gx-nav-logo-version{color:var(--gx-text-muted);margin-left:.25rem;font-size:.75rem;font-weight:400}.gx-nav-logo-sub{color:var(--gx-text-muted);margin:0;font-size:.75rem;line-height:1.2}.gx-nav-desktop{align-items:center;gap:1.5rem;display:none}@media(min-width:768px){.gx-nav-desktop{display:flex}}.gx-nav-link{color:var(--gx-text-muted);transition:color var(--gx-transition);align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.gx-nav-link:hover{color:var(--gx-text)}.gx-nav-link-icon{width:14px;height:14px}.gx-nav-mobile-toggle{align-items:center;gap:.75rem;display:flex}@media(min-width:768px){.gx-nav-mobile-toggle{display:none}}.gx-nav-hamburger{cursor:pointer;color:var(--gx-text-muted);background:0 0;border:none;border-radius:4px;align-items:center;padding:.5rem;display:flex}.gx-nav-hamburger:hover{color:var(--gx-text)}.gx-nav-hamburger-icon{width:20px;height:20px}.gx-nav-dropdown{border-top:1px solid var(--gx-border);background:var(--gx-nav-bg);padding:0 1rem 1rem;display:block}@media(min-width:768px){.gx-nav-dropdown{display:none}}.gx-nav-dropdown-link{color:var(--gx-text-muted);transition:color var(--gx-transition);padding:.5rem 0;font-size:.875rem;text-decoration:none;display:block}.gx-nav-dropdown-link:hover{color:var(--gx-text)}.gx-footer{border-top:1px solid var(--gx-border);background:var(--gx-bg-alt);margin-top:auto;padding:1.5rem 0}.gx-footer-inner{max-width:80rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.gx-footer-inner{padding:0 1.5rem}}@media(min-width:1024px){.gx-footer-inner{padding:0 2rem}}.gx-footer-content{flex-direction:column;align-items:center;gap:1rem;display:flex}@media(min-width:768px){.gx-footer-content{flex-direction:row;justify-content:space-between}}.gx-footer-text{color:var(--gx-text-muted);font-size:.875rem}.gx-footer-text-title{color:var(--gx-text);margin:0 0 .25rem;font-weight:600}.gx-footer-text-sub{margin:0}.gx-footer-links{gap:1.5rem;font-size:.875rem;display:flex}.gx-footer-link{color:var(--gx-text-muted);cursor:pointer;transition:color var(--gx-transition);background:0 0;border:none;padding:0;font-size:.875rem;text-decoration:none}.gx-footer-link:hover{color:var(--gx-accent)}.gx-theme-toggle{border:1px solid var(--gx-border);border-radius:999px;align-items:center;font-size:.75rem;font-weight:500;display:flex;overflow:hidden}.gx-theme-toggle.disabled{opacity:.4;pointer-events:none}.gx-theme-btn{cursor:pointer;transition:background var(--gx-transition),color var(--gx-transition);color:var(--gx-text-muted);background:0 0;border:none;justify-content:center;align-items:center;padding:.375rem .75rem;display:flex}.gx-theme-btn:hover{color:var(--gx-text)}.gx-theme-btn-icon{width:14px;height:14px}.gx-theme-btn.active{background:var(--gx-accent);color:var(--gx-text-inverted)}.gx-console{background:var(--gx-bg-alt);border:1px solid var(--gx-border);border-radius:var(--gx-radius-lg);margin-top:1.5rem;padding:1.5rem}.gx-console-progress{border-bottom:1px solid var(--gx-border);margin-bottom:1rem;padding-bottom:1rem}.gx-console-progress-row{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.gx-console-progress-step{color:var(--gx-text);font-size:.875rem;font-weight:500}.gx-console-progress-pct{color:var(--gx-text-muted);font-size:.875rem}.gx-console-progress-msg{color:var(--gx-text-muted);margin-top:.5rem;font-size:.75rem}.gx-console-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.gx-console-title-row{align-items:center;gap:.5rem;display:flex}.gx-console-toggle{cursor:pointer;color:var(--gx-text-muted);background:0 0;border:none;padding:0;font-size:.75rem}.gx-console-title{color:var(--gx-text);margin:0;font-size:.875rem;font-weight:600}.gx-console-count{color:var(--gx-text-muted);font-size:.75rem}.gx-console-copy{color:var(--gx-text);border:1px solid var(--gx-border);cursor:pointer;transition:all var(--gx-transition);background:0 0;border-radius:6px;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.gx-console-copy:hover{border-color:var(--gx-accent);color:var(--gx-accent)}.gx-console-copy:disabled{opacity:.5;cursor:not-allowed}.gx-console-copy-icon{width:16px;height:16px}.gx-console-body{background:var(--gx-code-bg);max-height:24rem;color:var(--gx-accent);border:1px solid var(--gx-border);border-radius:6px;padding:1rem;font-family:JetBrains Mono,Fira Code,monospace;font-size:.75rem;overflow-y:auto}.gx-console-empty{color:var(--gx-text-muted)}.gx-console-line{white-space:pre-wrap;word-break:break-all;margin-bottom:.25rem}.card{background:var(--gx-bg-alt);border:1px solid var(--gx-border);border-radius:var(--gx-radius-lg);transition:border-color var(--gx-transition);padding:1.5rem}.card:hover{border-color:var(--gx-accent)}.btn-primary{background:var(--gx-accent);color:var(--gx-text-inverted);cursor:pointer;transition:all var(--gx-transition);border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.4rem;font-size:.875rem;font-weight:600;display:inline-flex}.btn-primary:hover{background:var(--gx-accent-hover)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{color:var(--gx-text);border:1px solid var(--gx-border);cursor:pointer;transition:all var(--gx-transition);background:0 0;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.4rem;font-size:.875rem;font-weight:600;display:inline-flex}.btn-secondary:hover{border-color:var(--gx-accent);color:var(--gx-accent)}.input-field,.gx-input,.gx-select{background:var(--gx-bg);border:1px solid var(--gx-border);color:var(--gx-text);transition:border-color var(--gx-transition);border-radius:6px;outline:none;padding:.5rem .75rem;font-family:inherit;font-size:.875rem}.input-field:focus,.gx-input:focus,.gx-select:focus{border-color:var(--gx-accent);box-shadow:0 0 0 3px var(--gx-accent-dim)}.gx-btn{cursor:pointer;transition:all var(--gx-transition);border:none;border-radius:6px;justify-content:center;align-items:center;gap:.375rem;padding:.6rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:600;display:inline-flex}.gx-btn:disabled{opacity:.5;cursor:not-allowed}.gx-btn-sm{padding:.375rem .875rem;font-size:.8125rem}.gx-btn-primary{background:var(--gx-accent);color:var(--gx-text-inverted)}.gx-btn-primary:hover:not(:disabled){background:var(--gx-accent-hover)}.gx-btn-secondary{color:var(--gx-text);border:1px solid var(--gx-border);background:0 0}.gx-btn-secondary:hover:not(:disabled){border-color:var(--gx-accent);color:var(--gx-accent)}.label{color:var(--gx-text);margin-bottom:.5rem;font-size:.8125rem;font-weight:500;display:block}.section-title{color:var(--gx-text);letter-spacing:-.01em;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.progress-bg{background:var(--gx-bg);border-radius:999px;height:6px;overflow:hidden}.progress-bar{background:var(--gx-accent);border-radius:999px;height:6px;transition:width .3s}.gx-modal-overlay{z-index:50;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.gx-modal{background:var(--gx-bg-alt);border:1px solid var(--gx-border);border-radius:var(--gx-radius-lg);width:100%;max-width:28rem;padding:1.5rem}.gx-modal-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.gx-modal-title{color:var(--gx-text);margin:0;font-size:1.125rem;font-weight:700}.gx-modal-close{cursor:pointer;color:var(--gx-text-muted);background:0 0;border:none;padding:0;font-size:1.25rem;line-height:1}.gx-modal-close:hover{color:var(--gx-text)}.gx-modal-body{color:var(--gx-text);flex-direction:column;gap:.75rem;font-size:.875rem;display:flex}.gx-modal-email{color:var(--gx-accent);margin:0;font-family:JetBrains Mono,Fira Code,monospace;font-weight:700}.gx-modal-email a{color:var(--gx-accent);text-decoration:none}.gx-modal-email a:hover{text-decoration:underline}.gx-modal-checklist{background:var(--gx-bg);border:1px solid var(--gx-border);border-radius:6px;padding:.75rem 1rem}.gx-modal-checklist-title{color:var(--gx-text);margin:0 0 .5rem;font-weight:600}.gx-modal-checklist-items{color:var(--gx-text-muted);flex-direction:column;gap:.25rem;margin:0;padding-left:1.25rem;display:flex}.gx-modal-github-hint{color:var(--gx-text-muted);margin:0;font-size:.75rem}.gx-modal-github-hint a{color:var(--gx-accent);text-decoration:underline}.gx-file-upload{width:100%}.gx-file-upload-area{border:2px dashed var(--gx-border);border-radius:var(--gx-radius-lg);text-align:center;cursor:pointer;background:var(--gx-bg-alt);flex-direction:column;justify-content:center;align-items:center;min-height:140px;padding:1.5rem;transition:border-color .2s,background .2s;display:flex}.gx-file-upload-area:hover{border-color:var(--gx-accent);background:var(--gx-accent-dim)}.gx-file-upload-area input[type=file]{display:none}.gx-file-upload-icon{width:32px;height:32px;color:var(--gx-accent);opacity:.8;margin-bottom:.75rem}.gx-file-upload-label{color:var(--gx-text);margin-bottom:.25rem;font-size:.95rem;font-weight:500}.gx-file-upload-hint{color:var(--gx-text-muted);font-size:.8rem}.gx-file-list{color:var(--gx-text-muted);flex-direction:column;gap:.2rem;max-height:120px;margin:.5rem 0 0;padding:0;font-size:.85rem;list-style:none;display:flex;overflow-y:auto}.gx-progress-wrap{width:100%}.gx-progress-label{color:var(--gx-text-muted);margin:.5rem 0 0;font-size:.85rem}.gx-alert{border-radius:var(--gx-radius);color:var(--gx-text);border:1px solid;gap:.75rem;padding:1rem;font-size:.875rem;display:flex}.gx-alert--info{background:var(--gx-info)}@supports (color:color-mix(in lab,red,red)){.gx-alert--info{background:color-mix(in srgb,var(--gx-info) 10%,transparent)}}.gx-alert--info{border-color:var(--gx-info)}@supports (color:color-mix(in lab,red,red)){.gx-alert--info{border-color:color-mix(in srgb,var(--gx-info) 30%,transparent)}}.gx-alert--warning{background:var(--gx-warning)}@supports (color:color-mix(in lab,red,red)){.gx-alert--warning{background:color-mix(in srgb,var(--gx-warning) 10%,transparent)}}.gx-alert--warning{border-color:var(--gx-warning)}@supports (color:color-mix(in lab,red,red)){.gx-alert--warning{border-color:color-mix(in srgb,var(--gx-warning) 30%,transparent)}}.gx-alert--error{background:var(--gx-error)}@supports (color:color-mix(in lab,red,red)){.gx-alert--error{background:color-mix(in srgb,var(--gx-error) 10%,transparent)}}.gx-alert--error{border-color:var(--gx-error)}@supports (color:color-mix(in lab,red,red)){.gx-alert--error{border-color:color-mix(in srgb,var(--gx-error) 30%,transparent)}}.gx-alert--success{background:var(--gx-success)}@supports (color:color-mix(in lab,red,red)){.gx-alert--success{background:color-mix(in srgb,var(--gx-success) 10%,transparent)}}.gx-alert--success{border-color:var(--gx-success)}@supports (color:color-mix(in lab,red,red)){.gx-alert--success{border-color:color-mix(in srgb,var(--gx-success) 30%,transparent)}}.gx-alert-icon{flex-shrink:0}.gx-alert-icon--info{color:var(--gx-info)}.gx-alert-icon--warning{color:var(--gx-warning)}.gx-alert-icon--error{color:var(--gx-error)}.gx-alert-icon--success{color:var(--gx-success)}.gx-alert-body{flex:1}.gx-badge{border-radius:var(--gx-radius-pill);white-space:nowrap;border:1px solid;align-items:center;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}.gx-badge--success{background:var(--gx-success)}@supports (color:color-mix(in lab,red,red)){.gx-badge--success{background:color-mix(in srgb,var(--gx-success) 12%,transparent)}}.gx-badge--success{border-color:var(--gx-success)}@supports (color:color-mix(in lab,red,red)){.gx-badge--success{border-color:color-mix(in srgb,var(--gx-success) 30%,transparent)}}.gx-badge--success{color:var(--gx-success)}.gx-badge--warning{background:var(--gx-warning)}@supports (color:color-mix(in lab,red,red)){.gx-badge--warning{background:color-mix(in srgb,var(--gx-warning) 12%,transparent)}}.gx-badge--warning{border-color:var(--gx-warning)}@supports (color:color-mix(in lab,red,red)){.gx-badge--warning{border-color:color-mix(in srgb,var(--gx-warning) 30%,transparent)}}.gx-badge--warning{color:var(--gx-warning)}.gx-badge--error{background:var(--gx-error)}@supports (color:color-mix(in lab,red,red)){.gx-badge--error{background:color-mix(in srgb,var(--gx-error) 12%,transparent)}}.gx-badge--error{border-color:var(--gx-error)}@supports (color:color-mix(in lab,red,red)){.gx-badge--error{border-color:color-mix(in srgb,var(--gx-error) 30%,transparent)}}.gx-badge--error{color:var(--gx-error)}.gx-badge--info{background:var(--gx-info)}@supports (color:color-mix(in lab,red,red)){.gx-badge--info{background:color-mix(in srgb,var(--gx-info) 12%,transparent)}}.gx-badge--info{border-color:var(--gx-info)}@supports (color:color-mix(in lab,red,red)){.gx-badge--info{border-color:color-mix(in srgb,var(--gx-info) 30%,transparent)}}.gx-badge--info{color:var(--gx-info)}.gx-badge--muted{background:var(--gx-text-muted)}@supports (color:color-mix(in lab,red,red)){.gx-badge--muted{background:color-mix(in srgb,var(--gx-text-muted) 12%,transparent)}}.gx-badge--muted{border-color:var(--gx-text-muted)}@supports (color:color-mix(in lab,red,red)){.gx-badge--muted{border-color:color-mix(in srgb,var(--gx-text-muted) 30%,transparent)}}.gx-badge--muted{color:var(--gx-text-muted)}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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;--color-red-50:oklch(97.1% .013 17.38);--color-red-300:oklch(80.8% .114 19.571);--color-red-400:oklch(70.4% .191 22.216);--color-red-500:oklch(63.7% .237 25.331);--color-red-600:oklch(57.7% .245 27.325);--color-red-700:oklch(50.5% .213 27.518);--color-white:#fff;--spacing:.25rem;--container-md:28rem;--container-lg:32rem;--container-6xl:72rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-wider:.05em;--leading-relaxed:1.625;--radius-lg:.5rem;--animate-spin:spin 1s linear 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,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)){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{.pointer-events-none{pointer-events:none}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.inset-0{inset:0}.bottom-full{bottom:100%}.left-1\/2{left:50%}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.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}}.mx-auto{margin-inline:auto}.mt-1{margin-top:var(--spacing)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mt-8{margin-top:calc(var(--spacing) * 8)}.mr-3{margin-right:calc(var(--spacing) * 3)}.mb-0{margin-bottom:0}.mb-1{margin-bottom:var(--spacing)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.-ml-1{margin-left:calc(var(--spacing) * -1)}.ml-1{margin-left:var(--spacing)}.ml-2{margin-left:calc(var(--spacing) * 2)}.ml-auto{margin-left:auto}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.aspect-square{aspect-ratio:1}.h-1\.5{height:calc(var(--spacing) * 1.5)}.h-3{height:calc(var(--spacing) * 3)}.h-3\.5{height:calc(var(--spacing) * 3.5)}.h-4{height:calc(var(--spacing) * 4)}.h-5{height:calc(var(--spacing) * 5)}.h-6{height:calc(var(--spacing) * 6)}.h-9{height:calc(var(--spacing) * 9)}.h-12{height:calc(var(--spacing) * 12)}.h-24{height:calc(var(--spacing) * 24)}.h-96{height:calc(var(--spacing) * 96)}.h-full{height:100%}.max-h-\[90vh\]{max-height:90vh}.min-h-0{min-height:0}.w-3{width:calc(var(--spacing) * 3)}.w-3\.5{width:calc(var(--spacing) * 3.5)}.w-4{width:calc(var(--spacing) * 4)}.w-5{width:calc(var(--spacing) * 5)}.w-6{width:calc(var(--spacing) * 6)}.w-9{width:calc(var(--spacing) * 9)}.w-12{width:calc(var(--spacing) * 12)}.w-24{width:calc(var(--spacing) * 24)}.w-64{width:calc(var(--spacing) * 64)}.w-full{width:100%}.max-w-6xl{max-width:var(--container-6xl)}.max-w-56{max-width:calc(var(--spacing) * 56)}.max-w-lg{max-width:var(--container-lg)}.max-w-md{max-width:var(--container-md)}.max-w-none{max-width:none}.min-w-0{min-width:0}.flex-1{flex:1}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.border-separate{border-collapse:separate}.border-spacing-0{--tw-border-spacing-x:0px;--tw-border-spacing-y:0px;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-spin{animation:var(--animate-spin)}.cursor-help{cursor:help}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-disc{list-style-type:disc}.appearance-none{appearance:none}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-1{gap:var(--spacing)}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(var(--spacing) * var(--tw-space-y-reverse));margin-block-end:calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}.gap-x-3{column-gap:calc(var(--spacing) * 3)}.gap-y-2{row-gap:calc(var(--spacing) * 2)}.self-center{align-self:center}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.rounded{border-radius:.25rem}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-lg{border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg)}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-red-300{border-color:var(--color-red-300)}.bg-red-50{background-color:var(--color-red-50)}.bg-red-600{background-color:var(--color-red-600)}.bg-transparent{background-color:#0000}.p-0{padding:0}.p-1\.5{padding:calc(var(--spacing) * 1.5)}.p-2{padding:calc(var(--spacing) * 2)}.p-3{padding:calc(var(--spacing) * 3)}.p-4{padding:calc(var(--spacing) * 4)}.p-6{padding:calc(var(--spacing) * 6)}.p-8{padding:calc(var(--spacing) * 8)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-6{padding-inline:calc(var(--spacing) * 6)}.py-1{padding-block:var(--spacing)}.py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-8{padding-block:calc(var(--spacing) * 8)}.pt-3{padding-top:calc(var(--spacing) * 3)}.pb-4{padding-bottom:calc(var(--spacing) * 4)}.pl-4{padding-left:calc(var(--spacing) * 4)}.pl-6{padding-left:calc(var(--spacing) * 6)}.text-center{text-align:center}.text-left{text-align:left}.align-middle{vertical-align:middle}.font-mono{font-family:var(--font-mono)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[10px\]{font-size:10px}.leading-none{--tw-leading:1;line-height:1}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.whitespace-nowrap{white-space:nowrap}.text-red-400{color:var(--color-red-400)}.text-red-600{color:var(--color-red-600)}.text-red-700{color:var(--color-red-700)}.text-white{color:var(--color-white)}.uppercase{text-transform:uppercase}.italic{font-style:italic}.underline{text-decoration-line:underline}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.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,)}.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))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}@media(hover:hover){.hover\:bg-red-700:hover{background-color:var(--color-red-700)}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-80:hover{opacity:.8}}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-red-500:focus{--tw-ring-color:var(--color-red-500)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}@media(min-width:48rem){.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}}:root{--brigx-rule:var(--gx-text)}@supports (color:color-mix(in lab,red,red)){:root{--brigx-rule:color-mix(in srgb, var(--gx-text) 16%, transparent)}}:root{--brigx-rule-strong:var(--gx-text)}@supports (color:color-mix(in lab,red,red)){:root{--brigx-rule-strong:color-mix(in srgb, var(--gx-text) 34%, transparent)}}:root{--brigx-measure:80rem;--brigx-text-measure:44rem;--brigx-layer-floating-panel:9000;--brigx-layer-modal:10000}html{scroll-padding-top:5rem}body{min-width:320px}a:focus-visible,button:focus-visible,label:has(input:focus-visible),select:focus-visible,input:focus-visible{outline:3px solid var(--gx-accent-dim);outline-offset:3px}.gx-nav{background:var(--gx-bg);-webkit-backdrop-filter:none}.gx-theme-toggle,.gx-theme-btn,.gx-btn,.btn-primary,.btn-secondary{border-radius:4px}.gx-btn,.gx-nav-link,.gx-nav-dropdown-link,.product-text-link{text-decoration:none}.product-page,.browser-app-shell{background:var(--gx-bg);min-height:100vh;color:var(--gx-text);flex-direction:column;display:flex}.product-page main,.browser-app-shell main{flex:1}.product-footer{box-sizing:border-box;width:100%;padding:1.25rem max(1rem,calc((100% - var(--brigx-measure)) / 2));border-top:1px solid var(--brigx-rule);color:var(--gx-text)}.product-footer strong{line-height:1.4;display:block}.product-footer p{color:var(--gx-text-muted);margin:.2rem 0 0;font-size:.85rem;line-height:1.5}.product-width{width:min(calc(100% - 2rem),var(--brigx-measure));margin-inline:auto}.product-kicker{color:var(--gx-accent);font-family:var(--gx-font-mono);letter-spacing:.09em;text-transform:uppercase;margin:0 0 1rem;font-size:.75rem;font-weight:700;line-height:1.4}.product-hero{grid-template-columns:minmax(0,.88fr) minmax(28rem,1.12fr);align-items:center;gap:clamp(2rem,5vw,6rem);min-height:calc(100vh - 60px);padding-block:clamp(3.5rem,7vw,7rem);display:grid}.product-hero-copy{padding-bottom:1rem}.landing-preview{border:1px solid var(--brigx-rule-strong);background:var(--gx-surface);justify-self:center;width:min(100%,43rem);min-height:12rem;overflow:hidden}.product-lede a{color:var(--gx-text);text-underline-offset:.18em;text-decoration:underline}.publication-page{box-sizing:border-box;background:var(--gx-bg);min-height:100vh;padding:clamp(1rem,3vw,2.5rem)}.publication-header{justify-content:space-between;align-items:flex-end;gap:2rem;max-width:90rem;margin:0 auto 1.5rem;display:flex}.publication-header h1{color:var(--gx-text);margin:.35rem 0 0;font-size:clamp(1.8rem,4vw,3.5rem)}.publication-header p{color:var(--gx-text-muted);margin:.5rem 0 0}.publication-header .publication-note{color:var(--gx-accent);font-family:var(--gx-font-mono);font-size:.72rem}.publication-actions{flex-wrap:wrap;justify-content:flex-end;gap:.6rem;display:flex}.preview-file-picker{gap:1rem}.preview-file-picker h1,.preview-file-picker p{max-width:38rem;margin:0}.preview-file-picker p{color:var(--gx-text-muted)}.preview-url-form{text-align:left;gap:.45rem;width:min(42rem,100vw - 2rem);display:grid}.preview-url-form label{color:var(--gx-text-muted);font-family:var(--gx-font-mono);font-size:.72rem}.preview-url-form>div{gap:.6rem;display:flex}.preview-url-form input{border:1px solid var(--brigx-rule-strong);background:var(--gx-surface);min-width:0;color:var(--gx-text);flex:1;padding:.7rem .8rem}.publication-viewer{border:1px solid var(--brigx-rule-strong);background:var(--gx-surface);max-width:90rem;height:calc(100vh - 11rem);min-height:34rem;margin:0 auto}.publication-viewer>div{height:100%}.publication-statistics{max-width:90rem;margin:0 auto}.publication-message{text-align:center;place-content:center;display:grid}@media(max-width:640px){.publication-header{flex-direction:column;align-items:flex-start;gap:1rem}.publication-actions{justify-content:flex-start}.preview-url-form>div{flex-direction:column}.publication-viewer{height:70vh;min-height:26rem}}.product-hero h1,.product-document h1{max-width:13ch;color:var(--gx-text);letter-spacing:-.055em;margin:0;font-size:clamp(2.7rem,5.1vw,5.8rem);font-weight:680;line-height:.98}.product-lede,.product-document-header>p:last-child{max-width:39rem;color:var(--gx-text-muted);margin:1.75rem 0 0;font-size:clamp(1.05rem,1.5vw,1.3rem);line-height:1.6}.product-actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.product-actions .gx-btn{min-height:2.8rem;padding-inline:1.2rem}.product-facts{border-top:1px solid var(--brigx-rule-strong);margin:clamp(2.5rem,5vw,4.5rem) 0 0}.product-facts>div{border-bottom:1px solid var(--brigx-rule);grid-template-columns:6rem 1fr;gap:1rem;padding-block:.65rem;display:grid}.product-facts dt,.product-facts dd{font-family:var(--gx-font-mono);margin:0;font-size:.74rem;line-height:1.45}.product-facts dt{color:var(--gx-text-muted);text-transform:uppercase}.product-facts dd{color:var(--gx-text)}.product-figure{background:var(--gx-surface);border:1px solid var(--brigx-rule-strong);margin:0;overflow:hidden}.product-figure-header{border-bottom:1px solid var(--brigx-rule);justify-content:space-between;align-items:flex-end;gap:1rem;padding:.85rem 1rem .8rem;display:flex}.product-figure-header div{gap:.12rem;display:grid}.product-figure-header span,.product-figure figcaption,.product-figure-key{font-family:var(--gx-font-mono);font-size:.66rem;line-height:1.35}.product-figure-header span{color:var(--gx-text-muted);letter-spacing:.06em;text-transform:uppercase}.product-figure-header strong{color:var(--gx-text);font-size:.9rem;font-weight:650}.product-figure-reference{flex:none;padding-bottom:.1rem}.product-figure-body{background:#fff;grid-template-columns:minmax(0,1fr) 10.75rem;align-items:center;min-height:0;display:grid}.product-figure-canvas{aspect-ratio:1;width:100%;min-width:0}.product-figure-canvas svg{width:100%;height:100%;display:block}.product-figure-key{color:#334155;border-left:1px solid #e2e8f0;align-content:center;align-self:stretch;display:grid}.product-figure-key>div{border-bottom:1px solid #e2e8f0;grid-template-columns:1.3rem .6rem minmax(0,1fr);align-items:center;gap:.5rem;padding:.68rem .8rem;display:grid}.product-figure-key>div:last-child{border-bottom:0}.product-figure-key-index{color:#94a3b8}.product-figure-key-swatch{width:.55rem;height:.55rem}.product-figure figcaption{color:var(--gx-text-muted);border-top:1px solid var(--brigx-rule);justify-content:space-between;gap:1rem;padding:.65rem 1rem;display:flex}.product-workflow{background:var(--gx-bg-alt);border-block:1px solid var(--brigx-rule);padding-block:clamp(4rem,8vw,7rem)}.product-workflow h2,.product-section h2,.product-proof h2,.product-document h2{color:var(--gx-text);letter-spacing:-.035em;margin:0;font-size:clamp(1.8rem,3vw,3.2rem);font-weight:650;line-height:1.08}.product-workflow ol{border-top:1px solid var(--brigx-rule-strong);grid-template-columns:repeat(4,1fr);margin:3rem 0 0;padding:0;list-style:none;display:grid}.product-workflow li{border-right:1px solid var(--brigx-rule);min-height:14rem;padding:1rem 1.5rem 1.5rem 0}.product-workflow li:not(:first-child){padding-left:1.5rem}.product-workflow li:last-child{border-right:0}.product-step-number{color:var(--gx-accent);font-family:var(--gx-font-mono);font-size:.75rem}.product-workflow h3{margin:3.5rem 0 .5rem;font-size:1.25rem}.product-workflow li p,.product-section-intro>p:last-child,.product-origin>p:not(.product-kicker),.product-proof p{color:var(--gx-text-muted);line-height:1.65}.product-workflow li p{margin:0;font-size:.93rem}.product-section{padding-block:clamp(4.5rem,9vw,8rem)}.product-section-intro{grid-template-columns:minmax(18rem,.9fr) minmax(20rem,1.1fr);align-items:end;gap:2rem 5rem;margin-bottom:3rem;display:grid}.product-section-intro .product-kicker{grid-column:1/-1;margin-bottom:-1rem}.product-section-intro>p:last-child{max-width:35rem;margin:0}.product-table-wrap{border-top:2px solid var(--brigx-rule-strong);overflow-x:auto}.product-comparison{border-collapse:collapse;text-align:left;width:100%;min-width:44rem}.product-comparison th,.product-comparison td{border-bottom:1px solid var(--brigx-rule);padding:1rem}.product-comparison thead th{color:var(--gx-text-muted);font-family:var(--gx-font-mono);letter-spacing:.07em;text-transform:uppercase;font-size:.72rem}.product-comparison tbody th{width:30%;color:var(--gx-text);font-weight:600}.product-comparison td{color:var(--gx-text-muted)}.product-section-actions{flex-wrap:wrap;gap:1rem 2rem;margin-top:2rem;display:flex}.product-editions-mobile{display:none}.product-text-link,.product-heading-row a,.product-document a:not(.gx-btn){color:var(--gx-accent);font-weight:650}.product-text-link:hover,.product-heading-row a:hover,.product-document a:not(.gx-btn):hover{color:var(--gx-accent-hover);text-underline-offset:.2em;text-decoration:underline}.product-proof{color:#f8fafc;background:#0b1f25;padding-block:clamp(4rem,8vw,7rem)}.product-proof-grid{grid-template-columns:1fr 1fr;gap:3rem 7rem;display:grid}.product-proof h2{color:#f8fafc}.product-proof p{color:#b8c6ca;margin-top:0;font-size:1.04rem}.product-origin{max-width:62rem;margin-left:max(1rem,calc((100vw - var(--brigx-measure)) / 2))}.product-origin h2{max-width:19ch}.product-origin>p:not(.product-kicker){max-width:44rem;margin:1.5rem 0;font-size:1.05rem}.product-document{max-width:72rem;padding-block:clamp(3.5rem,7vw,7rem)}.product-document-header{max-width:54rem;margin-bottom:clamp(3rem,7vw,6rem)}.product-document h1{max-width:none;font-size:clamp(2.7rem,5vw,5rem)}.beta-notice{color:var(--gx-text);background:var(--gx-bg-alt);border:1px solid var(--brigx-rule);border-left:3px solid var(--gx-warning);margin-top:2rem;padding:1rem 1.25rem;line-height:1.6}.product-heading-row{border-bottom:2px solid var(--brigx-rule-strong);justify-content:space-between;align-items:baseline;gap:1rem;padding-bottom:1rem;display:flex}.product-heading-row a{font-size:.85rem}.download-list{border-bottom:1px solid var(--brigx-rule-strong)}.download-row{border-bottom:1px solid var(--brigx-rule);grid-template-columns:1fr auto;align-items:center;gap:2rem;padding:1.25rem 0;display:grid}.download-row:last-child{border-bottom:0}.macos-release-hold{border-top:1px solid var(--brigx-rule-strong);border-bottom:1px solid var(--brigx-rule);grid-template-columns:minmax(9rem,.35fr) minmax(18rem,1fr) auto;align-items:center;gap:1.5rem 2rem;padding:1.25rem 0;display:grid}.macos-release-hold h3,.macos-release-hold p{margin:0}.macos-release-hold h3{font-size:1.08rem}.macos-release-hold>div p,.macos-release-hold>p{color:var(--gx-text-muted)}.macos-release-hold>div p{font-family:var(--gx-font-mono);text-transform:uppercase;margin-top:.25rem;font-size:.72rem}.download-row h3{margin:0;font-size:1.08rem}.download-row h3 span{color:var(--gx-text-muted);font-weight:450}.download-row p,.download-alternatives{color:var(--gx-text-muted);font-family:var(--gx-font-mono);margin:.25rem 0 0;font-size:.72rem}.download-alternatives{margin-top:1rem;line-height:1.65}.install-notes,.product-document-section{margin-top:clamp(4rem,8vw,7rem)}.install-notes>div{border-top:1px solid var(--brigx-rule-strong);grid-template-columns:repeat(2,1fr);margin-top:2rem;display:grid}.install-notes article{border-right:1px solid var(--brigx-rule);padding:1.5rem 1.5rem 1.5rem 0}.install-notes article:not(:first-child){padding-left:1.5rem}.install-notes article:last-child{border-right:0}.install-notes h3{margin:0 0 1rem}.install-notes ol,.product-document-section ul{color:var(--gx-text-muted);margin:0;padding-left:1.25rem;line-height:1.7}.product-document-section{max-width:var(--brigx-text-measure)}.product-document-section p,.legal-record p,.legal-record blockquote{color:var(--gx-text-muted);line-height:1.75}.legal-record{max-width:58rem}.legal-record h2{border-top:1px solid var(--brigx-rule);margin-top:3.5rem;padding-top:1.25rem;font-size:clamp(1.45rem,2.3vw,2.1rem)}.legal-record table{background:var(--gx-surface)}.browser-session-bar{background:var(--gx-bg-alt);border-bottom:1px solid var(--gx-border)}.browser-session-inner{min-height:2.5rem;font-family:var(--gx-font-mono);justify-content:flex-end;align-items:center;font-size:.72rem;display:flex}.browser-session-inner>div{display:flex}.browser-session-inner button,.browser-session-inner label{color:var(--gx-text-muted);cursor:pointer;background:0 0;border:0;padding:.55rem .8rem}.browser-session-inner button:hover,.browser-session-inner label:hover{color:var(--gx-accent)}.browser-session-inner button:disabled{opacity:.45;cursor:not-allowed}.browser-workspace{padding-block:2rem}.browser-workspace-grid{grid-template-columns:minmax(19rem,.92fr) minmax(0,2.08fr);align-items:start;gap:2rem;display:grid}.rings-panel{min-width:0;position:relative;container-type:inline-size}.rings-panel.is-floating{z-index:var(--brigx-layer-floating-panel);max-width:calc(100vw - 24px);max-height:calc(100vh - 24px);position:fixed;overflow:hidden;box-shadow:0 24px 64px #00000057}.rings-panel-scroll-area{overscroll-behavior:contain;height:100%;padding-bottom:1.75rem;padding-right:.35rem;overflow:auto}.annotation-editor-backdrop{z-index:var(--brigx-layer-modal)}.rings-panel.is-minimised{overflow:hidden}.ring-configuration-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.ring-configuration-header.is-draggable{cursor:move;touch-action:none;-webkit-user-select:none;user-select:none}.ring-configuration-header-actions,.rings-panel-controls{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.rings-panel-controls{border-right:1px solid var(--gx-border);padding-right:.2rem}.rings-panel-controls button{min-height:1.85rem;color:var(--gx-text-muted);background:var(--gx-bg);padding-inline:.55rem}@supports (color:color-mix(in lab,red,red)){.rings-panel-controls button{background:color-mix(in srgb,var(--gx-bg) 75%,transparent)}}.rings-panel-controls button{border:1px solid var(--gx-border);border-radius:var(--gx-radius-sm);font-size:.72rem;font-weight:650}.rings-panel-controls button:hover,.rings-panel-controls button:focus-visible{color:var(--gx-accent);border-color:var(--gx-accent)}.rings-panel-resize-handle{background:linear-gradient(135deg,transparent 45%,var(--gx-text-muted) 46% 54%,transparent 55% 64%,var(--gx-text-muted) 65% 73%,transparent 74%);cursor:nwse-resize;touch-action:none;border:0;width:1.4rem;height:1.4rem;padding:0;position:absolute;bottom:.25rem;right:.25rem}.rings-panel-restore{justify-content:flex-end;display:flex}@container (max-width:560px){.ring-configuration-header,.ring-editor-header{flex-direction:column;align-items:stretch}.ring-configuration-header-actions{justify-content:space-between}.ring-editor-card-actions{align-self:flex-end}.ring-editor-fields{grid-template-columns:1fr}}.ring-editor-shell{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:1rem;display:grid}.ring-editor-controls{flex-direction:column;align-items:center;gap:.4rem;display:flex}.ring-editor-card{transition:border-color .14s,box-shadow .14s,opacity .14s}.ring-editor-card.is-collapsed{padding-block:.85rem}.ring-editor-card.is-dragging{opacity:.48}.ring-editor-card.is-drag-over{box-shadow:0 0 0 2px var(--gx-accent);border-color:var(--gx-accent)!important}@supports (color:color-mix(in lab,red,red)){.ring-editor-card.is-drag-over{box-shadow:0 0 0 2px color-mix(in srgb,var(--gx-accent) 24%,transparent)}}.ring-editor-drag-handle{width:2rem;height:2.5rem;color:var(--gx-text);background:var(--gx-bg);border:1px solid var(--gx-border);border-radius:var(--gx-radius-sm);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;box-shadow:0 1px 2px var(--gx-text);place-items:center;display:grid}@supports (color:color-mix(in lab,red,red)){.ring-editor-drag-handle{box-shadow:0 1px 2px color-mix(in srgb,var(--gx-text) 10%,transparent)}}.ring-editor-drag-handle{transition:color .12s,background .12s,border-color .12s,box-shadow .12s}.ring-editor-drag-handle:hover,.ring-editor-drag-handle:focus-visible{color:var(--gx-accent);background:var(--gx-accent)}@supports (color:color-mix(in lab,red,red)){.ring-editor-drag-handle:hover,.ring-editor-drag-handle:focus-visible{background:color-mix(in srgb,var(--gx-accent) 8%,var(--gx-bg))}}.ring-editor-drag-handle:hover,.ring-editor-drag-handle:focus-visible{border-color:var(--gx-accent);box-shadow:0 0 0 2px var(--gx-accent)}@supports (color:color-mix(in lab,red,red)){.ring-editor-drag-handle:hover,.ring-editor-drag-handle:focus-visible{box-shadow:0 0 0 2px color-mix(in srgb,var(--gx-accent) 18%,transparent)}}.ring-editor-drag-handle:active{cursor:grabbing}.ring-editor-drag-handle svg{fill:currentColor;width:1rem;height:1.5rem}.ring-editor-name{width:100%;min-width:0}.ring-editor-main{min-width:0}.ring-editor-header{justify-content:space-between;align-items:flex-start;gap:1rem;min-width:0;margin-bottom:1rem;display:flex}.ring-editor-title-row{flex-wrap:wrap;flex:auto;align-items:center;gap:.75rem;min-width:0;display:flex}.ring-editor-colour{align-items:center;gap:.5rem;min-width:0;display:flex}.ring-hex-input{width:7.5rem;min-width:0}.ring-editor-card-actions{flex:none;align-items:flex-start;gap:.3rem;display:flex}.ring-editor-toggle,.ring-editor-remove{transition:background .12s,color .12s,border-color .12s}.ring-editor-toggle{min-width:4.3rem;height:2rem;color:var(--gx-text);background:var(--gx-accent);justify-content:center;align-items:center;gap:.3rem;padding-inline:.55rem;display:inline-flex}@supports (color:color-mix(in lab,red,red)){.ring-editor-toggle{background:color-mix(in srgb,var(--gx-accent) 10%,var(--gx-bg))}}.ring-editor-toggle{border:1px solid var(--gx-accent)}@supports (color:color-mix(in lab,red,red)){.ring-editor-toggle{border:1px solid color-mix(in srgb,var(--gx-accent) 28%,var(--gx-border))}}.ring-editor-toggle{letter-spacing:.01em;border-radius:999px;font-size:.74rem;font-weight:700}.ring-editor-toggle svg{stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;fill:none;flex:none;width:.8rem;height:.8rem}.ring-editor-toggle:hover,.ring-editor-toggle:focus-visible,.ring-editor-remove:hover,.ring-editor-remove:focus-visible{background:var(--gx-accent)}@supports (color:color-mix(in lab,red,red)){.ring-editor-toggle:hover,.ring-editor-toggle:focus-visible,.ring-editor-remove:hover,.ring-editor-remove:focus-visible{background:color-mix(in srgb,var(--gx-accent) 10%,transparent)}}.ring-editor-toggle:hover,.ring-editor-toggle:focus-visible{color:var(--gx-accent);background:var(--gx-accent)}@supports (color:color-mix(in lab,red,red)){.ring-editor-toggle:hover,.ring-editor-toggle:focus-visible{background:color-mix(in srgb,var(--gx-accent) 16%,var(--gx-bg))}}.ring-editor-toggle:hover,.ring-editor-toggle:focus-visible{border-color:var(--gx-accent)}@supports (color:color-mix(in lab,red,red)){.ring-editor-toggle:hover,.ring-editor-toggle:focus-visible{border-color:color-mix(in srgb,var(--gx-accent) 48%,var(--gx-border))}}.ring-editor-remove{border-radius:999px;place-items:center;width:1.9rem;height:1.9rem;display:grid}.ring-editor-collapsed-summary{align-items:center;gap:.75rem;min-width:0;padding-block:.1rem;display:flex}.ring-editor-collapsed-name{text-overflow:ellipsis;white-space:nowrap;color:var(--gx-text);font-size:.96rem;font-weight:600;overflow:hidden}.ring-editor-collapsed-swatch{border:2px solid var(--gx-border);border-radius:.35rem;flex:none;width:1.15rem;height:1.15rem}.ring-editor-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-bottom:.75rem;display:grid}.ring-editor-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;display:flex}.gx-console-line{word-break:break-word;line-height:1.55}.console-error-panel{color:var(--gx-text);background:var(--gx-error);padding:1rem}@supports (color:color-mix(in lab,red,red)){.console-error-panel{background:color-mix(in srgb,var(--gx-error) 8%,var(--gx-bg-alt))}}.console-error-panel{border:1px solid var(--gx-error)}@supports (color:color-mix(in lab,red,red)){.console-error-panel{border:1px solid color-mix(in srgb,var(--gx-error) 45%,var(--gx-border))}}.console-error-panel{border-radius:var(--gx-radius-lg)}.console-error-heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.console-error-heading strong{color:var(--gx-error);font-size:.875rem}.console-error-heading p{color:var(--gx-text-muted);margin-top:.2rem;font-size:.75rem}.console-error-actions{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;gap:.5rem;display:flex}.console-error-retry,.console-error-copy{padding:.45rem .7rem;font-size:.75rem}.console-error-copy svg{width:1rem;height:1rem}.console-error-panel pre{overflow-wrap:anywhere;white-space:pre-wrap;color:var(--gx-text);border-top:1px solid var(--gx-error);margin-top:.85rem;padding-top:.85rem}@supports (color:color-mix(in lab,red,red)){.console-error-panel pre{border-top:1px solid color-mix(in srgb,var(--gx-error) 22%,var(--gx-border))}}.console-error-panel pre{font-family:JetBrains Mono,Fira Code,monospace;font-size:.75rem;line-height:1.55}.image-property-value{min-width:4.5rem;min-height:2rem;color:var(--gx-text-muted);background:var(--gx-bg);border:1px dashed var(--gx-border);border-radius:var(--gx-radius-sm);text-align:right;cursor:text;justify-content:flex-end;align-items:center;gap:.35rem;padding:.25rem .45rem;font-family:JetBrains Mono,Fira Code,monospace;font-size:.75rem;line-height:1.25rem;display:inline-flex}.image-property-value:hover,.image-property-value:focus-visible{color:var(--gx-text);background:var(--gx-bg);border-color:var(--gx-border)}.image-property-value svg{fill:currentColor;flex:none;width:.8rem;height:.8rem}.image-property-value-editor{min-width:5rem;min-height:2rem;color:var(--gx-text-muted);background:var(--gx-bg);border:2px solid var(--gx-accent);border-radius:var(--gx-radius-sm);box-shadow:0 0 0 2px var(--gx-accent);align-items:center;padding:0 .4rem;display:inline-flex}@supports (color:color-mix(in lab,red,red)){.image-property-value-editor{box-shadow:0 0 0 2px color-mix(in srgb,var(--gx-accent) 18%,transparent)}}.image-property-value-editor{font-family:JetBrains Mono,Fira Code,monospace;font-size:.75rem}.image-property-value-input{width:2.8rem;min-width:0;color:var(--gx-text);text-align:right;appearance:textfield;background:0 0;border:0;outline:0;padding:0;font-family:JetBrains Mono,Fira Code,monospace;font-size:.75rem;line-height:1.25rem}.image-property-value-input::-webkit-inner-spin-button{appearance:none;margin:0}.image-property-value-input::-webkit-outer-spin-button{appearance:none;margin:0}.image-property-range{touch-action:none}.reference-file-picker{grid-template-columns:auto minmax(0,1fr);align-items:stretch;gap:.75rem;display:grid}.reference-file-button{color:var(--gx-text-inverted);background:var(--gx-accent);border-color:var(--gx-accent);padding:.65rem .85rem}.reference-file-button:hover{color:var(--gx-text-inverted);background:var(--gx-accent-hover);border-color:var(--gx-accent-hover)}.reference-file-button svg{width:1rem;height:1rem}.reference-file-status{min-width:0;color:var(--gx-text-muted);background:var(--gx-surface);border:1px solid var(--gx-border);border-radius:6px;align-items:center;padding:.65rem .8rem;font-size:.8rem;display:flex}.reference-file-status.is-selected{color:var(--gx-text)}.reference-file-status svg{width:1rem;height:1rem;color:var(--gx-accent);flex:none;margin-right:.4rem}.reference-file-status span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.annotation-table thead th{z-index:10;background:var(--gx-bg-alt);box-shadow:inset 0 -1px 0 var(--gx-border);position:sticky;top:0}@media(max-width:520px){.console-error-heading{flex-direction:column}.console-error-actions{justify-content:flex-start}.reference-file-picker{grid-template-columns:1fr}}@media(max-width:639px){.ring-editor-header{flex-direction:column;align-items:stretch}.ring-editor-card-actions{align-self:flex-end}.ring-editor-fields{grid-template-columns:1fr}}@media(max-width:520px){.ring-editor-shell{gap:.75rem}.ring-editor-controls{gap:.4rem}}.browser-inspector,.browser-plot-pane{flex-direction:column;gap:1.5rem;display:flex}.browser-inspector{max-height:calc(100vh - 6rem);padding-right:.25rem;position:sticky;top:5rem;overflow-y:auto}@media(max-width:1023px){.product-hero{grid-template-columns:1fr;min-height:auto}.product-hero-copy{max-width:47rem}.product-figure{width:min(100%,45rem);margin-inline:auto}.product-workflow ol{grid-template-columns:1fr 1fr}.product-workflow li:nth-child(2){border-right:0}.product-workflow li:nth-child(n+3){border-top:1px solid var(--brigx-rule)}.product-section-intro,.product-proof-grid,.browser-workspace-grid{grid-template-columns:1fr}.browser-inspector{max-height:none;position:static;overflow:visible}}@media(max-width:767px){.gx-nav-inner{padding-inline:.75rem}.gx-nav-logo{gap:.55rem}.gx-nav-logo-sub,.gx-nav-logo-version{display:none}.gx-nav-mobile-toggle{gap:.35rem}.product-width{width:min(calc(100% - 1.5rem),var(--brigx-measure))}.product-hero{gap:3rem;padding-block:3rem 4rem}.product-hero h1{max-width:10ch;font-size:clamp(2.65rem,13vw,4rem);line-height:.94}.product-lede{margin-top:1.35rem;font-size:1rem;line-height:1.55}.product-actions{grid-template-columns:1fr;margin-top:1.5rem;display:grid}.product-actions .gx-btn{justify-content:center;width:100%}.product-facts{margin-top:2.5rem}.product-figure-body{grid-template-columns:1fr}.product-figure-key{border-top:1px solid #e2e8f0;border-left:0;grid-template-columns:1fr 1fr}.product-figure-key>div:nth-child(odd){border-right:1px solid #e2e8f0}.product-figure-key>div:nth-last-child(-n+2){border-bottom:0}.product-figure-reference{display:none}.product-workflow ol,.install-notes>div{grid-template-columns:1fr}.product-table-wrap,.product-section-actions{display:none}.product-editions-mobile{border-top:2px solid var(--brigx-rule-strong);display:block}.product-editions-mobile section{border-bottom:1px solid var(--brigx-rule-strong);padding-block:1.5rem}.product-editions-mobile h3{color:var(--gx-text);margin:.35rem 0 0;font-size:1.25rem}.product-editions-mobile section>p:not(.product-step-number){color:var(--gx-text-muted);margin:.75rem 0 1rem;line-height:1.6}.product-workflow li,.product-workflow li:not(:first-child),.install-notes article,.install-notes article:not(:first-child){border-top:1px solid var(--brigx-rule);border-right:0;min-height:0;padding:1.5rem 0}.product-workflow li:first-child,.install-notes article:first-child{border-top:0}.product-workflow h3{margin-top:1rem}.product-section-intro{grid-template-columns:1fr}.product-heading-row,.download-row,.macos-release-hold{flex-direction:column;grid-template-columns:1fr;align-items:stretch}.download-row .gx-btn{justify-content:center;justify-self:stretch;width:100%}.browser-session-inner>span{display:none}.browser-session-inner{justify-content:flex-end}}@media(max-width:359px){.product-figure-key{grid-template-columns:1fr}.product-figure-key>div,.product-figure-key>div:nth-child(odd){border-bottom:1px solid #e2e8f0;border-right:0}.product-figure-key>div:last-child{border-bottom:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@property --tw-border-spacing-x{syntax:"<length>";inherits:false;initial-value:0}@property --tw-border-spacing-y{syntax:"<length>";inherits:false;initial-value:0}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@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-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@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}@keyframes spin{to{transform:rotate(360deg)}}
