.landing-root{background:#fff;min-height:100dvh}.landing-page{--landing-white:#fff;--landing-gray-900:#292929;--landing-gray-700:#4a4a4a;--landing-gray-600:#5e5e5e;--landing-gray-500:#757575;--landing-gray-450:#8f8f8f;--landing-gray-300:#e6e6e6;--landing-gray-100:#f5f5f5;--landing-text-dark:#1a1a1a;--landing-text-body:#6b6b6b;--landing-text-muted:#5a5a5a;--landing-blue:#076be3;--landing-border-light:#00000014;--landing-gradient-panel:linear-gradient(145.59deg,#eef3f6 0%,#e8edf5 100%);--landing-hero-bg:linear-gradient(165deg,#eef3f8 0%,#e4ebf5 45%,#dce6f2 100%);--landing-cta-bg:linear-gradient(135deg,#f4f6fb 0%,#e8edf8 35%,#dfe8f5 70%,#f0f4fa 100%);--landing-font:-apple-system,BlinkMacSystemFont,"SF Pro Text","SF Pro Display","Segoe UI",system-ui,sans-serif;--landing-max:1280px;--landing-px:clamp(20px,5vw,320px);--landing-content-px:clamp(20px,4.5vw,290px);font-family:var(--landing-font);background:var(--landing-white);color:var(--landing-gray-900);-webkit-font-smoothing:antialiased;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;touch-action:manipulation;line-height:1.3;overflow-x:hidden}.landing-page *,.landing-page :before,.landing-page :after{box-sizing:border-box}.landing-page a{text-decoration:none}.landing-skip{width:1px;height:1px;position:absolute;top:auto;left:-9999px;overflow:hidden}.landing-skip:focus-visible{background:var(--landing-gray-900);width:auto;height:auto;color:var(--landing-white);z-index:200;border-radius:8px;padding:8px 12px;top:16px;left:16px}.landing-container{width:100%;max-width:var(--landing-max);padding-inline:var(--landing-px);margin-inline:auto}.landing-container-content{padding-inline:var(--landing-content-px)}.landing-header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding-block:16px;padding-inline:var(--landing-px);padding-top:max(16px,env(safe-area-inset-top));background:#ffffffeb;position:sticky;top:0}.landing-header-inner{max-width:var(--landing-max);align-items:center;gap:24px;margin-inline:auto;display:flex}.landing-logo{flex-shrink:0;align-items:center;display:flex}.landing-logo-img,.landing-footer-logo{object-fit:contain;width:auto;max-width:none;height:32px;display:block}.landing-nav{flex:1;justify-content:center;gap:12px;display:flex}.landing-nav-link{color:var(--landing-gray-600);border-radius:8px;padding:6px 12px;font-size:14px;transition:background-color .2s}.landing-nav-link:hover{background:#0000000a}.landing-nav-link:focus-visible{outline:2px solid var(--landing-blue);outline-offset:2px}.landing-header-actions{flex-shrink:0;align-items:center;gap:20px;margin-left:auto;display:flex}.landing-btn-text{min-height:36px;color:var(--landing-gray-900);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:4px 12px;font-size:14px;transition:background-color .2s;display:inline-flex}.landing-btn-text:hover{background:#0000000a}.landing-btn-text:focus-visible,.landing-btn-primary:focus-visible,.landing-btn-outline:focus-visible,.landing-menu-btn:focus-visible{outline:2px solid var(--landing-blue);outline-offset:2px}.landing-btn-primary{background:var(--landing-gray-900);min-height:36px;color:var(--landing-white);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:4px 12px;font-size:14px;transition:opacity .2s;display:inline-flex}.landing-btn-primary:hover{opacity:.88}.landing-btn-primary-lg{min-height:40px;padding:4px 16px}.landing-btn-outline{background:var(--landing-white);min-height:40px;color:var(--landing-gray-900);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:4px;padding:4px 16px;font-size:14px;transition:background-color .2s;display:inline-flex}.landing-btn-outline:hover{background:#0000000a}.landing-menu-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:none}.landing-menu-btn:hover{background:#0000000a}.landing-mobile-nav{z-index:150;background:#0006;display:none;position:fixed;inset:0}.landing-mobile-nav[data-open=true]{display:block}.landing-mobile-nav-panel{background:var(--landing-white);width:min(320px,100%);height:100%;padding:max(72px,calc(env(safe-area-inset-top) + 56px))24px 24px;overscroll-behavior:contain;flex-direction:column;gap:8px;display:flex;position:absolute;top:0;right:0}.landing-mobile-nav-link{color:var(--landing-gray-900);border-radius:8px;padding:12px;font-size:16px}.landing-mobile-nav-link:hover{background:#0000000a}.landing-mobile-nav-actions{padding-bottom:env(safe-area-inset-bottom);flex-direction:column;gap:12px;margin-top:auto;display:flex}.landing-hero{padding:120px var(--landing-px);flex-direction:column;align-items:center;gap:160px;display:flex}.landing-hero-content{text-align:center;flex-direction:column;align-items:center;gap:32px;width:100%;display:flex}.landing-hero-label{color:#076be3;margin:0;font-size:16px;font-weight:400;line-height:1.3}.landing-hero-title{max-width:700px;color:var(--landing-gray-900);text-align:center;margin:0;font-size:clamp(36px,6vw,60px);font-weight:500;line-height:1}.landing-hero-title-primary{color:var(--landing-gray-900)}.landing-hero-title-muted{color:var(--landing-gray-500)}.landing-hero-desc{max-width:600px;color:var(--landing-gray-900);text-wrap:pretty;margin:0;font-size:16px;font-weight:400;line-height:1.5}.landing-hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;width:100%;display:flex}.landing-hero-btn-primary{background:var(--landing-gray-900);color:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;height:40px;padding:4px 16px;font-size:14px;font-weight:400;line-height:1.3;text-decoration:none;transition:opacity .2s;display:inline-flex}.landing-hero-btn-primary:hover{opacity:.88}.landing-hero-btn-primary:focus-visible{outline:2px solid var(--landing-blue);outline-offset:2px}.landing-hero-btn-outline{background:var(--landing-white);height:40px;color:var(--landing-gray-900);border:none;border-radius:8px;align-items:center;gap:4px;padding:4px 16px;font-size:14px;font-weight:400;line-height:1.3;text-decoration:none;transition:background-color .2s;display:inline-flex}.landing-hero-btn-outline:hover{background:#0000000a}.landing-hero-btn-outline:focus-visible{outline:2px solid var(--landing-blue);outline-offset:2px}.landing-hero-btn-arrow{flex-shrink:0;width:20px;height:20px}.landing-hero-visual{width:100%;max-width:var(--landing-max);line-height:0}.landing-hero-banner{width:100%;height:auto;display:block}.landing-stats{padding:80px var(--landing-px);background:var(--landing-white);position:relative;overflow:hidden}.landing-stats-grid-bg{pointer-events:none;position:absolute;inset:0}.landing-stats-grid-canvas{width:100%;height:100%;display:block}.landing-stats-grid{z-index:1;max-width:var(--landing-max);grid-template-columns:repeat(4,1fr);gap:0;margin-inline:auto;display:grid;position:relative}.landing-stat-item{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:32px;display:flex}.landing-stat-value{color:var(--landing-gray-900);font-variant-numeric:tabular-nums;font-size:clamp(32px,4vw,48px);font-weight:590;line-height:1}.landing-stat-label{color:var(--landing-gray-450);font-size:12px;line-height:1.5}.landing-audit-section{padding:120px var(--landing-px);background:var(--landing-white)}.landing-audit-inner{max-width:var(--landing-max);align-items:center;gap:56px;width:100%;margin-inline:auto;display:flex}.landing-audit-visual{flex:1;min-width:0;line-height:0}.landing-audit-screenshot{width:100%;height:auto;display:block}.landing-audit-copy{flex-direction:column;flex-shrink:0;gap:24px;width:500px;max-width:100%;display:flex}.landing-audit-title{color:var(--landing-gray-900);text-wrap:balance;margin:0;font-size:32px;font-weight:590;line-height:1.2}.landing-audit-desc{color:var(--landing-gray-500);margin:0;font-size:16px;font-weight:400;line-height:1.3}.landing-split-section{padding:120px var(--landing-content-px)}.landing-split{max-width:var(--landing-max);grid-template-columns:1fr 1fr;align-items:center;gap:56px;margin-inline:auto;display:grid}.landing-split-reverse .landing-split-visual{order:-1}.landing-split-content{flex-direction:column;gap:48px;min-width:0;display:flex}.landing-split-intro{flex-direction:column;gap:24px;display:flex}.landing-section-title{color:var(--landing-text-dark);text-wrap:balance;font-size:clamp(26px,4vw,32px);font-weight:590;line-height:1.2}.landing-section-desc{color:var(--landing-gray-500);max-width:552px;font-size:16px;line-height:1.3}.landing-feature-list{flex-direction:column;gap:24px;margin:0;padding:0;list-style:none;display:flex}.landing-feature-list li{align-items:flex-start;gap:12px;display:flex}.landing-feature-list h4{color:var(--landing-text-dark);margin:0 0 8px;font-size:14px;font-weight:590;line-height:1.2}.landing-feature-list p{color:var(--landing-text-body);margin:0;font-size:12px;line-height:1.3}.landing-citations-section{padding:120px var(--landing-px);background:var(--landing-white)}.landing-citations-inner{max-width:var(--landing-max);align-items:center;gap:56px;width:100%;margin-inline:auto;display:flex}.landing-citations-copy{flex-direction:column;flex-shrink:0;gap:24px;width:500px;max-width:100%;display:flex}.landing-citations-title{max-width:400px;color:var(--landing-gray-900);text-wrap:balance;margin:0;font-size:32px;font-weight:590;line-height:1.2}.landing-citations-desc{color:var(--landing-gray-500);margin:0;font-size:16px;font-weight:400;line-height:1.3}.landing-citations-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.landing-citations-list li{align-items:center;gap:8px;min-width:0;display:flex}.landing-citations-list li img{flex-shrink:0;width:16px;height:16px}.landing-citations-list li span{min-width:0;color:var(--landing-gray-450);flex:1;font-size:14px;font-weight:400;line-height:1.3}.landing-citations-visual{flex:1;min-width:0;line-height:0}.landing-citations-screenshot{width:100%;height:auto;display:block}.landing-capabilities{padding:120px var(--landing-content-px);flex-direction:column;align-items:center;gap:48px;display:flex}.landing-capabilities-header{text-align:center;width:100%;max-width:var(--landing-max)}.landing-capabilities-header .landing-section-title{color:var(--landing-gray-900)}.landing-capabilities-grid{width:100%;max-width:var(--landing-max);grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.landing-cap-card{background:var(--landing-gray-100);border-radius:16px;flex-direction:column;gap:12px;padding:32px 24px;display:flex}.landing-cap-card h3{color:var(--landing-gray-900);margin:0;font-size:16px;font-weight:400;line-height:1.3}.landing-cap-card p{color:var(--landing-gray-500);margin:0;font-size:14px;line-height:1.3}.landing-highlights{padding:120px var(--landing-px)}.landing-highlights-inner{max-width:var(--landing-max);flex-direction:column;gap:48px;width:100%;margin-inline:auto;display:flex}.landing-highlights-title{text-align:center;width:100%;color:var(--landing-gray-900);text-wrap:balance;margin:0;font-size:32px;font-weight:590;line-height:1.2}.landing-highlights-row{border:1px solid var(--landing-gray-300);background:var(--landing-gray-300);border-radius:16px;gap:1px;display:flex;overflow:hidden}.landing-highlight-col{background:var(--landing-white);flex-direction:column;flex:1;gap:16px;min-width:0;padding:24px;display:flex}.landing-highlight-col h3{color:var(--landing-blue);margin:0;font-size:14px;font-weight:400;line-height:1.3}.landing-highlight-col p{color:var(--landing-gray-700);margin:0;font-size:14px;font-weight:400;line-height:1.3}.landing-intelligence{padding:120px var(--landing-px)}.landing-intel-card{max-width:var(--landing-max);border:1px solid var(--landing-gray-300);background:var(--landing-white);border-radius:16px;align-items:stretch;margin-inline:auto;display:flex;overflow:hidden}.landing-intel-left{border-right:1px solid var(--landing-gray-300);flex-direction:column;flex:1;justify-content:center;gap:20px;min-width:0;padding:64px;display:flex}.landing-intel-label{color:var(--landing-blue);margin:0;font-size:16px;font-weight:400;line-height:1.3}.landing-intel-title{color:var(--landing-gray-900);text-wrap:balance;margin:0;font-size:32px;font-weight:590;line-height:1.2}.landing-intel-desc{color:var(--landing-gray-500);margin:0;font-size:16px;font-weight:400;line-height:1.3}.landing-intel-right{flex-direction:column;flex:1;min-width:0;display:flex}.landing-intel-item{flex-direction:column;gap:8px;padding:48px 40px;display:flex}.landing-intel-item+.landing-intel-item{border-top:1px solid var(--landing-gray-300)}.landing-intel-item h4{color:var(--landing-gray-900);margin:0;font-size:16px;font-weight:400;line-height:1.3}.landing-intel-item p{max-width:499px;color:var(--landing-gray-500);margin:0;font-size:14px;font-weight:400;line-height:1.3}.landing-testimonials{padding:120px var(--landing-px)}.landing-testimonials-inner{max-width:var(--landing-max);flex-direction:column;gap:48px;width:100%;margin-inline:auto;display:flex}.landing-testimonials-title{text-align:center;width:100%;color:var(--landing-gray-900);text-wrap:balance;margin:0;font-size:32px;font-weight:590;line-height:1.2}.landing-quotes-grid{align-items:stretch;width:100%;display:flex}.landing-quote{border-right:1px solid var(--landing-gray-300);flex-direction:column;flex:1;gap:32px;min-width:0;min-height:194px;margin:0;padding:32px 64px 0 0;display:flex}.landing-quote:last-child{border-right:none;padding:32px 0 0 64px}.landing-quote p{color:var(--landing-gray-900);margin:0;font-size:20px;font-weight:400;line-height:1.3}.landing-quote cite{color:#9a9a9a;font-size:14px;font-style:normal;font-weight:400;line-height:1.3}.landing-cta-section{padding:120px var(--landing-px);justify-content:center;display:flex}.landing-cta-card{text-align:center;background:var(--landing-cta-bg);border-radius:24px;width:min(1240px,100%);padding:clamp(64px,12vw,100px) 24px;position:relative;overflow:hidden}.landing-cta-content{flex-direction:column;align-items:center;gap:24px;display:flex;position:relative}.landing-cta-title{color:var(--landing-gray-900);text-wrap:balance;margin:0;font-size:clamp(32px,6vw,48px);font-weight:590;line-height:1}.landing-cta-subtitle{color:var(--landing-gray-900);text-wrap:pretty;margin:0;font-size:clamp(16px,3vw,20px);line-height:1.4}.landing-footer{padding:120px clamp(20px,5vw,340px);padding-bottom:max(120px,env(safe-area-inset-bottom));background:var(--landing-white)}.landing-footer-inner{max-width:var(--landing-max);align-items:flex-start;gap:24px;width:100%;margin-inline:auto;display:flex}.landing-footer-left{flex-direction:column;flex-shrink:0;justify-content:space-between;align-self:stretch;align-items:flex-start;gap:40px;padding-right:64px;display:flex}.landing-footer-brand-block{flex-direction:column;align-items:flex-start;gap:24px;display:flex}.landing-footer-logo-link{line-height:0;display:inline-flex}.landing-footer-logo-link:focus-visible{outline:2px solid var(--landing-blue);outline-offset:2px;border-radius:4px}.landing-footer-social{align-items:center;gap:20px;display:flex}.landing-footer-social a{width:30px;height:30px;color:var(--landing-gray-500);flex-shrink:0;justify-content:center;align-items:center;transition:opacity .2s;display:flex}.landing-footer-social a:hover{opacity:.72}.landing-footer-social img{width:30px;height:30px;display:block}.landing-footer-social a:focus-visible{outline:2px solid var(--landing-blue);outline-offset:2px;border-radius:4px}.landing-footer-copy{color:var(--landing-gray-500);margin:0;font-size:12px;font-weight:400;line-height:normal}.landing-footer-divider{border-left:1px dashed var(--landing-gray-300);flex-shrink:0;align-self:stretch;width:0}.landing-footer-nav{flex-wrap:wrap;flex:1 1 0;justify-content:flex-end;align-items:flex-start;gap:64px 120px;min-width:0;display:flex}.landing-footer-column{flex-direction:column;align-items:flex-start;gap:16px;min-width:120px;display:flex}.landing-footer-column-title{color:var(--landing-gray-700);margin:0;font-size:14px;font-weight:400;line-height:normal}.landing-footer-column-links{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.landing-footer-link{color:var(--landing-gray-500);font-size:14px;font-weight:400;line-height:normal;transition:color .2s}.landing-footer-link:hover{color:var(--landing-gray-900)}.landing-footer-link:focus-visible{outline:2px solid var(--landing-blue);outline-offset:2px;border-radius:4px}@media (prefers-reduced-motion:reduce){.landing-nav-link,.landing-btn-text,.landing-btn-primary,.landing-btn-outline,.landing-footer-social a{transition:none}}@media (max-width:1024px){.landing-nav{display:none}.landing-menu-btn{display:inline-flex}.landing-header-actions .landing-btn-text{display:none}.landing-stats-grid{grid-template-columns:repeat(2,1fr)}.landing-split,.landing-intel-card{flex-direction:column}.landing-intel-left{border-right:none;border-bottom:1px solid var(--landing-gray-300);padding:48px 40px}.landing-intel-item{padding:40px 32px}.landing-citations-inner,.landing-audit-inner{flex-direction:column;gap:48px}.landing-audit-copy,.landing-citations-copy{width:100%}.landing-capabilities-grid{grid-template-columns:repeat(2,1fr)}.landing-highlights-row{flex-wrap:wrap}.landing-highlight-col{flex:calc(50% - 1px)}.landing-quotes-grid{flex-direction:column}.landing-quote{border-right:none;border-bottom:1px solid var(--landing-gray-300);min-height:auto;padding:32px 0 0}.landing-quote:last-child{border-bottom:none;padding:32px 0 0}.landing-footer-inner{flex-direction:column;align-items:stretch}.landing-footer-left{align-self:auto;min-height:auto;padding-right:0}.landing-footer-divider{display:none}.landing-footer-nav{justify-content:flex-start;gap:48px 64px}}@media (max-width:640px){.landing-header-inner{gap:12px}.landing-header-actions .landing-btn-primary{display:none}.landing-hero{padding:64px var(--landing-px);gap:80px}.landing-hero-actions{flex-direction:column;gap:12px;width:100%}.landing-hero-btn-primary,.landing-hero-btn-outline{justify-content:center;width:100%}.landing-stats{padding:48px var(--landing-px)}.landing-stats-grid,.landing-capabilities-grid{grid-template-columns:1fr}.landing-highlights-row{flex-direction:column}.landing-highlight-col{flex:auto}.landing-highlight-col+.landing-highlight-col{border-left:none}.landing-split-section,.landing-audit-section{padding:64px var(--landing-px)}.landing-audit-inner{flex-direction:column;align-items:stretch;gap:40px}.landing-audit-copy{width:100%}.landing-audit-title{font-size:clamp(26px,6vw,32px)}.landing-citations-section{padding:64px var(--landing-px)}.landing-citations-inner{flex-direction:column;align-items:stretch;gap:40px}.landing-citations-copy{width:100%}.landing-citations-title{max-width:none;font-size:clamp(26px,6vw,32px)}.landing-capabilities,.landing-intelligence,.landing-testimonials{padding-inline:var(--landing-px)}.landing-testimonials{padding-block:64px}.landing-testimonials-title{font-size:clamp(26px,6vw,32px)}.landing-quote p{font-size:clamp(18px,4.5vw,20px)}.landing-intelligence{padding-block:64px}.landing-intel-title{font-size:clamp(26px,6vw,32px)}.landing-intel-left{padding:40px 24px}.landing-intel-item{padding:32px 24px}.landing-highlights{padding:64px var(--landing-px)}.landing-highlights-title{font-size:clamp(26px,6vw,32px)}.landing-cta-section,.landing-footer{padding:64px var(--landing-px)}.landing-footer-nav{flex-direction:column;gap:40px}}
@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-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0}}}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}:root,:host{--radius-4xl:2rem;--font-sans:ui-sans-serif,-apple-system,system-ui,"Segoe UI",Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";--radius-md:calc(var(--radius) - 2px);--color-background:white}:root{--radius:.625rem;--background:var(--color-background);--foreground:#0a0a0a;--card:#fff;--card-foreground:#0a0a0a;--popover:#fff;--popover-foreground:#0a0a0a;--primary:#2664ec;--primary-foreground:#fafafa;--secondary:#f5f5f5;--secondary-foreground:#171717;--muted:#f5f5f5;--muted-foreground:#737373;--accent:#f5f5f5;--accent-foreground:#171717;--destructive:#e40014;--border:#e5e5e5;--input:#e5e5e5;--ring:#a1a1a1}@supports (color:lab(0% 0 0)){:root{--foreground:lab(2.75381% 0 0);--card:lab(100% 0 0);--card-foreground:lab(2.75381% 0 0);--popover:lab(100% 0 0);--popover-foreground:lab(2.75381% 0 0);--primary:lab(45.2527% 20.8215 -75.6004);--primary-foreground:lab(98.26% 0 0);--secondary:lab(96.52% -.0000298023 .0000119209);--secondary-foreground:lab(7.78201% -.0000149012 0);--muted:lab(96.52% -.0000298023 .0000119209);--muted-foreground:lab(48.496% 0 0);--accent:lab(96.52% -.0000298023 .0000119209);--accent-foreground:lab(7.78201% -.0000149012 0);--destructive:lab(48.4493% 77.4328 61.5452);--border:lab(90.952% 0 -.0000119209);--input:lab(90.952% 0 -.0000119209);--ring:lab(66.128% -.0000298023 .0000119209)}}body:has([data-slot=dialog-overlay][data-state=open]) .landing-header{z-index:1;-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;position:static}[data-slot=dialog-content].book-demo-dialog{font-family:var(--font-sans);color:var(--foreground);-webkit-font-smoothing:antialiased;border:none;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}[data-slot=dialog-content].book-demo-dialog>button{box-shadow:none;opacity:1;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:1rem;right:1rem}[data-slot=dialog-content].book-demo-dialog>button:hover{opacity:.7;background:0 0}[data-slot=dialog-content].book-demo-dialog>button:focus-visible{outline-offset:2px;outline:2px solid #757575}[data-slot=dialog-content].book-demo-dialog>button svg{fill:#292929;width:1.5rem;height:1.5rem}[data-slot=dialog-content].book-demo-dialog [data-slot=dialog-header]{gap:8px;margin:0;padding:0}[data-slot=dialog-content].book-demo-dialog [data-slot=dialog-title],[data-slot=dialog-content].book-demo-dialog [data-slot=dialog-description]{margin:0;padding:0}[data-slot=dialog-content].book-demo-dialog input,[data-slot=dialog-content].book-demo-dialog form button{font-family:inherit;line-height:inherit}[data-slot=dialog-content].book-demo-dialog [data-slot=input]{appearance:none;border-radius:var(--radius-md);border:1px solid var(--input);width:100%;min-width:0;height:2.25rem;color:var(--foreground);background:0 0;outline:none;padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem;transition:color .2s,box-shadow .2s;display:flex;box-shadow:0 1px 2px #0000000d}[data-slot=dialog-content].book-demo-dialog [data-slot=input]:focus,[data-slot=dialog-content].book-demo-dialog [data-slot=input]:focus-visible{box-shadow:none;border-color:#757575;outline:none}[data-slot=dialog-content].book-demo-dialog [data-slot=checkbox]{appearance:none;border:1px solid var(--input);background:0 0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:1rem;height:1rem;display:inline-flex;box-shadow:0 1px 2px #0000000d}[data-slot=dialog-content].book-demo-dialog [data-slot=checkbox-indicator]{justify-content:center;align-items:center;width:100%;height:100%;line-height:0;display:flex}[data-slot=dialog-content].book-demo-dialog [data-slot=checkbox-indicator] svg{width:14px;height:14px;display:block}[data-slot=dialog-content].book-demo-dialog .book-demo-consent{align-items:flex-start}[data-slot=dialog-content].book-demo-dialog .book-demo-consent [data-slot=form-control]{margin:0;line-height:0;display:flex}[data-slot=dialog-content].book-demo-dialog .book-demo-consent-checkbox{margin-top:3px}[data-slot=dialog-content].book-demo-dialog .book-demo-consent [data-slot=form-label]{margin:0;padding:0;font-weight:500;line-height:1.3}[data-slot=dialog-content].book-demo-dialog [data-slot=form-label]{color:var(--foreground);font-size:.875rem;font-weight:500;line-height:1.25rem}[data-slot=dialog-content].book-demo-dialog [data-slot=dialog-title]{color:var(--foreground);font-size:1.125rem;font-weight:600;line-height:1}[data-slot=dialog-content].book-demo-dialog [data-slot=dialog-description]{color:var(--muted-foreground);font-size:.875rem;line-height:1.3}[data-slot=dialog-content].book-demo-dialog form button[type=submit]{border-radius:var(--radius-4xl);color:#fff;cursor:pointer;background:#292929;border:none;justify-content:center;align-items:center;width:100%;height:2.5rem;font-size:.875rem;font-weight:500;display:inline-flex}[data-slot=dialog-content].book-demo-dialog form button[type=submit]:hover{background:#3a3a3a}[data-slot=dialog-content].book-demo-dialog form button[type=submit]:disabled{opacity:.5;pointer-events:none}@layer base{input:where([type=text]),input:where(:not([type])),input:where([type=email]),input:where([type=url]),input:where([type=password]),input:where([type=number]),input:where([type=date]),input:where([type=datetime-local]),input:where([type=month]),input:where([type=search]),input:where([type=tel]),input:where([type=time]),input:where([type=week]),select:where([multiple]),textarea,select{appearance:none;--tw-shadow:0 0 #0000;background-color:#fff;border-width:1px;border-color:#6a7282;border-color:lab(47.7841% -.393182 -10.0268);border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem}:is(input:where([type=text]),input:where(:not([type])),input:where([type=email]),input:where([type=url]),input:where([type=password]),input:where([type=number]),input:where([type=date]),input:where([type=datetime-local]),input:where([type=month]),input:where([type=search]),input:where([type=tel]),input:where([type=time]),input:where([type=week]),select:where([multiple]),textarea,select):focus{outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#155dfc;--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#155dfc;border-color:lab(44.0605% 29.0279 -86.0352);outline:2px solid #0000}@supports (color:lab(0% 0 0)){:is(input:where([type=text]),input:where(:not([type])),input:where([type=email]),input:where([type=url]),input:where([type=password]),input:where([type=number]),input:where([type=date]),input:where([type=datetime-local]),input:where([type=month]),input:where([type=search]),input:where([type=tel]),input:where([type=time]),input:where([type=week]),select:where([multiple]),textarea,select):focus{--tw-ring-color:lab(44.0605% 29.0279 -86.0352)}}input::placeholder,textarea::placeholder{color:#6a7282;color:lab(47.7841% -.393182 -10.0268);opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}::-webkit-date-and-time-value{text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-year-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-month-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-day-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-hour-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-minute-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-second-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-millisecond-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{-webkit-print-color-adjust:exact;print-color-adjust:exact;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}select:where([multiple]),select:where([size]:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;print-color-adjust:unset;padding-right:.75rem}input:where([type=checkbox]),input:where([type=radio]){appearance:none;-webkit-print-color-adjust:exact;print-color-adjust:exact;vertical-align:middle;-webkit-user-select:none;user-select:none;color:#155dfc;color:lab(44.0605% 29.0279 -86.0352);--tw-shadow:0 0 #0000;background-color:#fff;background-origin:border-box;border-width:1px;border-color:#6a7282;border-color:lab(47.7841% -.393182 -10.0268);flex-shrink:0;width:1rem;height:1rem;padding:0;display:inline-block}input:where([type=checkbox]){border-radius:0}input:where([type=radio]){border-radius:100%}input:where([type=checkbox]):focus,input:where([type=radio]):focus{outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#155dfc;--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid #0000}@supports (color:lab(0% 0 0)){input:where([type=checkbox]):focus,input:where([type=radio]):focus{--tw-ring-color:lab(44.0605% 29.0279 -86.0352)}}input:where([type=checkbox]):checked,input:where([type=radio]):checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}input:where([type=checkbox]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors:active){input:where([type=checkbox]):checked{appearance:auto}}input:where([type=radio]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors:active){input:where([type=radio]):checked{appearance:auto}}input:where([type=checkbox]):checked:hover,input:where([type=checkbox]):checked:focus,input:where([type=radio]):checked:hover,input:where([type=radio]):checked:focus{background-color:currentColor;border-color:#0000}input:where([type=checkbox]):indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}@media (forced-colors:active){input:where([type=checkbox]):indeterminate{appearance:auto}}input:where([type=checkbox]):indeterminate:hover,input:where([type=checkbox]):indeterminate:focus{background-color:currentColor;border-color:#0000}input:where([type=file]){background:unset;border-color:inherit;font-size:unset;line-height:inherit;border-width:0;border-radius:0;padding:0}input:where([type=file]):focus{outline:1px solid buttontext;outline:1px auto -webkit-focus-ring-color}}
