@import"https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600&family=Geist+Mono:wght@400;500&display=swap";:root{--ink: #111111;--ink-muted: #626260;--ink-subtle: #7b7b78;--ink-tertiary: #9c9fa5;--on-primary: #ffffff;--canvas: #f5f1ec;--surface-1: #ffffff;--surface-2: #ebe7e1;--hairline: #d3cec6;--hairline-soft: #ebe7e1;--fin-orange: #ff5600;--inverse-canvas: #000000;--inverse-ink: #ffffff;--semantic-error: #c41c1c;--font-sans: "Geist", ui-sans-serif, system-ui, sans-serif;--font-mono: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--rounded-xs: 4px;--rounded-sm: 6px;--rounded-md: 8px;--rounded-lg: 12px;--rounded-xl: 16px;--space-section: 6rem;--xora-surface: var(--surface-1);--xora-surface-muted: var(--canvas);--xora-text: var(--ink);--xora-text-muted: var(--ink-muted);--xora-text-subtle: var(--ink-subtle);--xora-border: var(--hairline);--xora-accent: var(--ink);--xora-accent-hover: var(--inverse-canvas);--xora-accent-subtle: var(--surface-2);--xora-accent-text: var(--ink);--xora-brand: var(--fin-orange);--xora-app-header-height: 3.5rem;--xora-docs-tabs-height: 2.75rem;--xora-content-max: 80rem}.xora-marketing{font-family:var(--font-sans);color:var(--ink);background-color:var(--canvas);background:linear-gradient(180deg,#fbf8f3 0%,var(--canvas) 42%,#eee9e2 100%);-webkit-font-smoothing:antialiased}.xora-marketing main{max-width:var(--xora-content-max);margin-inline:auto;padding:var(--space-section) 1.5rem 5rem}.xora-eyebrow{margin-bottom:1rem;color:var(--ink-muted);font-size:.875rem;font-weight:500;line-height:1.3;letter-spacing:0}.xora-display{max-width:18ch;margin-bottom:1.25rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:500;line-height:1.1;letter-spacing:-.035em}.xora-lead{max-width:42ch;margin-bottom:2rem;color:var(--ink-muted);font-size:1.125rem;font-weight:400;line-height:1.5;letter-spacing:-.006em}.xora-cta-row{display:flex;flex-wrap:wrap;gap:.75rem}.xora-btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;padding:.625rem 1.125rem;border-radius:var(--rounded-md);font-size:.9375rem;font-weight:500;line-height:1.2;text-decoration:none;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.xora-btn--primary{background:var(--ink);color:var(--on-primary)}.xora-btn--primary:hover{background:var(--inverse-canvas);color:var(--on-primary)}.xora-btn--secondary{border:1px solid var(--hairline);background:var(--surface-1);color:var(--ink)}.xora-btn--secondary:hover{border-color:var(--ink-subtle);color:var(--ink)}.xora-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:1.25rem;padding-top:3rem;border-top:1px solid var(--hairline-soft)}.xora-feature-card{padding:1.5rem;border:1px solid var(--hairline);border-radius:var(--rounded-lg);background:var(--surface-1)}.xora-feature-card h2{margin-bottom:.5rem;font-size:1.375rem;font-weight:500;line-height:1.25;letter-spacing:-.02em}.xora-feature-card p{color:var(--ink-muted);font-size:1rem;line-height:1.5}.xora-page-title{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500;line-height:1.15;letter-spacing:-.03em}.xora-muted{color:var(--ink-subtle);font-size:1rem;line-height:1.5}.xora-muted a{color:var(--ink);text-decoration:underline;text-underline-offset:2px;text-decoration-color:color-mix(in srgb,var(--ink) 30%,transparent)}.xora-muted a:hover{color:var(--fin-orange);text-decoration-color:var(--fin-orange)}.xora-cta-banner{margin-top:3rem;padding:3rem;border:1px solid var(--hairline);border-radius:var(--rounded-lg);background:var(--surface-1)}.xora-cta-banner h2{margin-bottom:.75rem;font-size:1.75rem;font-weight:500;letter-spacing:-.02em}.xora-cta-banner p{max-width:40ch;margin-bottom:1.5rem;color:var(--ink-muted);line-height:1.5}.app-header{width:100%;height:var(--xora-app-header-height);border-bottom:1px solid var(--hairline-soft);background:var(--canvas)}.app-header__inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--xora-content-max);height:100%;margin:0 auto;padding-inline:1.5rem}.app-header__brand{display:inline-flex;align-items:center;gap:.625rem;color:var(--ink);font-size:1rem;font-weight:500;text-decoration:none}.app-header__logo{display:block;flex-shrink:0}.app-header__menu-toggle{display:none;background:none;border:none;padding:.5rem;cursor:pointer;color:inherit}.app-header__menu-toggle svg{display:block}.app-header__nav{display:flex;align-items:center;gap:1.25rem}.app-header__nav a{color:var(--ink-muted);font-size:.875rem;font-weight:400;text-decoration:none;transition:color .15s ease}.app-header__nav a:hover,.app-header__nav a.active{color:var(--ink)}.app-header__ghost{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .75rem}.app-header__cta{display:inline-flex;align-items:center;justify-content:center;min-height:2.25rem;padding:.4rem 1rem;border-radius:var(--rounded-md);background:var(--ink);color:var(--on-primary)!important;font-weight:500}.app-header__cta:hover{background:var(--inverse-canvas);color:var(--on-primary)!important}body.xora-marketing{padding-top:var(--xora-app-header-height)}body.xora-marketing .app-header{position:fixed;z-index:100;inset-block-start:0;inset-inline:0}header.header:has(.app-header){height:var(--xora-app-header-height);padding:0;border-bottom:none;background-color:var(--canvas)}header.header:has(.app-header) .app-header{border-bottom:1px solid var(--hairline-soft)}@media(max-width:48rem){.app-header__menu-toggle{display:flex;align-items:center;justify-content:center;color:var(--ink-muted)}.app-header__nav{position:fixed;inset:var(--xora-app-header-height) 0 0 0;flex-direction:column;align-items:flex-start;gap:0;padding:1rem 1.5rem;background:var(--canvas);border-top:1px solid var(--hairline-soft);transform:translateY(-100%);opacity:0;visibility:hidden;transition:transform .25s ease,opacity .25s ease,visibility .25s;z-index:99}.app-header__nav.open{transform:translateY(0);opacity:1;visibility:visible}.app-header__nav a{display:block;width:100%;padding:.75rem 0;font-size:1rem;border-bottom:1px solid var(--hairline-soft)}.app-header__nav .app-header__ghost{display:block;width:100%;padding:.75rem 0;text-align:left;justify-content:flex-start}.app-header__nav .app-header__cta{margin-top:.75rem;width:100%;display:inline-flex;min-height:2.5rem}}
