.xora-homepage{--hp-bg: #030303;--hp-bg-subtle: #08080a;--hp-bg-card: rgba(255, 255, 255, .02);--hp-bg-card-hover: rgba(255, 255, 255, .04);--hp-border: rgba(255, 255, 255, .05);--hp-border-hover: rgba(255, 255, 255, .12);--hp-text: #fafafa;--hp-text-muted: #a1a1aa;--hp-text-subtle: #52525b;--hp-accent: #ff5600;--hp-accent-rgb: 255, 86, 0;--hp-accent-soft: rgba(255, 86, 0, .12);--hp-accent-glow: rgba(255, 86, 0, .04);--hp-accent-blue: #3b82f6;--hp-accent-blue-soft: rgba(59, 130, 246, .1);--hp-accent-purple: #8b5cf6;--hp-accent-purple-soft: rgba(139, 92, 246, .1);--hp-accent-amber: #f59e0b;--hp-accent-amber-soft: rgba(245, 158, 11, .1);--hp-accent-green: #10b981;--hp-accent-green-soft: rgba(16, 185, 129, .1);--hp-term-bg: #08080a;--hp-term-chrome: #0d0d11;--hp-term-dot: #27272a;--hp-syn-keyword: #ff7b72;--hp-syn-string: #a5d6ff;--hp-syn-property: #79c0ff;--hp-syn-number: #ffc777;--hp-syn-comment: #8b949e;--hp-syn-punct: #8b949e;--hp-syn-url: #d2a8ff;--hp-syn-tag: #7ee787}.xora-homepage{background:var(--hp-bg);color:var(--hp-text);-webkit-font-smoothing:antialiased;position:relative;overflow-x:hidden}.xora-homepage main{max-width:var(--xora-content-max);margin-inline:auto;padding:0 1.5rem;background:none;position:relative;z-index:1}.hp-grid-bg{position:absolute;inset:0;z-index:0;background-image:linear-gradient(rgba(255,255,255,.015) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 1px);background-size:60px 60px;background-position:center top;mask-image:radial-gradient(circle at center,black 40%,transparent 80%);-webkit-mask-image:radial-gradient(circle at center,black 40%,transparent 80%);pointer-events:none}.hp-spotlight{position:absolute;top:-100px;left:50%;transform:translate(-50%);width:90%;max-width:1000px;height:600px;background:radial-gradient(circle,#ff560014,#ff560000 70%);filter:blur(100px);pointer-events:none;z-index:0}.hp-eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;color:var(--hp-text-muted);font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.hp-eyebrow:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--hp-accent);box-shadow:0 0 10px var(--hp-accent)}.hp-display{max-width:18ch;margin-bottom:1.5rem;font-size:clamp(2.5rem,5.5vw,4.25rem);font-weight:600;line-height:1.1;letter-spacing:-.04em;color:var(--hp-text)}.hp-gradient-text{background:linear-gradient(135deg,#ffffff 30%,rgba(255,255,255,.7) 60%,var(--hp-accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hp-section-title{max-width:25ch;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:600;line-height:1.15;letter-spacing:-.03em;color:var(--hp-text)}.hp-lead{max-width:46ch;margin-bottom:2.25rem;color:var(--hp-text-muted);font-size:1.125rem;font-weight:400;line-height:1.6}.hp-section-desc{max-width:46ch;margin-bottom:3.5rem;color:var(--hp-text-muted);font-size:1rem;line-height:1.6}.hp-cta-row{display:flex;flex-wrap:wrap;gap:.75rem}.hp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.875rem;padding:.625rem 1.5rem;border-radius:var(--rounded-md);font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);cursor:pointer;border:1px solid transparent}.hp-btn--primary{background:#fff;color:#030303;box-shadow:0 4px 14px #ffffff1a}.hp-btn--primary:hover{background:#ffffffe6;transform:translateY(-1px);box-shadow:0 6px 20px #ff560026}.hp-btn--secondary{border-color:var(--hp-border);background:#ffffff05;color:var(--hp-text);backdrop-filter:blur(8px)}.hp-btn--secondary:hover{border-color:#ffffff26;background:#ffffff0d;transform:translateY(-1px)}.hp-btn__arrow{transition:transform .2s ease}.hp-btn:hover .hp-btn__arrow{transform:translate(3px)}.hp-section{padding-block:var(--space-section);position:relative;z-index:1}.hp-section--border{border-top:1px solid var(--hp-border)}.hp-hero{display:grid;grid-template-columns:1fr 1.1fr;gap:4rem;align-items:center;min-height:calc(100vh - var(--xora-app-header-height) - 8rem);padding-top:1.5rem;padding-bottom:3.5rem}.hp-hero__content{display:flex;flex-direction:column;align-items:flex-start}.hp-hero__code{position:relative;width:100%}.hp-hero__code:before{content:"";position:absolute;inset:-30px;background:radial-gradient(ellipse at center,rgba(255,86,0,.05) 0%,transparent 70%);z-index:0;pointer-events:none}.hp-playground{position:relative;z-index:1;border:1px solid var(--hp-border);border-radius:var(--rounded-lg);background:var(--hp-term-bg);overflow:hidden;box-shadow:0 0 0 1px #ffffff05,0 24px 64px #0009;display:flex;flex-direction:column;height:480px;backdrop-filter:blur(16px)}.hp-playground__header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--hp-term-chrome);border-bottom:1px solid var(--hp-border)}.hp-playground__chrome-dots{display:flex;gap:6px}.hp-playground__chrome-dot{width:10px;height:10px;border-radius:50%;background:var(--hp-term-dot)}.hp-playground__title{font-family:var(--font-mono);font-size:.75rem;color:var(--hp-text-subtle);display:flex;align-items:center;gap:.5rem}.hp-playground__title-method{font-weight:600;color:#ff8c52}.hp-playground__body{display:grid;grid-template-columns:160px 1fr;flex:1;overflow:hidden}.hp-playground__sidebar{background:#0003;border-right:1px solid var(--hp-border);padding:1rem .75rem;display:flex;flex-direction:column;gap:.5rem}.hp-playground__sidebar-label{font-size:.6875rem;text-transform:uppercase;color:var(--hp-text-subtle);font-weight:600;letter-spacing:.05em;padding-inline:.5rem;margin-bottom:.25rem}.hp-playground__recipe-btn{background:transparent;border:none;color:var(--hp-text-muted);font-size:.8125rem;padding:.5rem .75rem;border-radius:var(--rounded-sm);text-align:left;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .15s ease;font-weight:500}.hp-playground__recipe-btn:hover{background:#ffffff08;color:var(--hp-text)}.hp-playground__recipe-btn.active{color:var(--hp-text)}.hp-playground__recipe-btn[data-recipe=compress].active{background:var(--hp-accent-blue-soft);box-shadow:inset 2px 0 0 var(--hp-accent-blue)}.hp-playground__recipe-btn[data-recipe=trim].active{background:var(--hp-accent-purple-soft);box-shadow:inset 2px 0 0 var(--hp-accent-purple)}.hp-playground__recipe-btn[data-recipe=thumbnail].active{background:var(--hp-accent-amber-soft);box-shadow:inset 2px 0 0 var(--hp-accent-amber)}.hp-playground__recipe-btn[data-recipe=audio].active{background:var(--hp-accent-green-soft);box-shadow:inset 2px 0 0 var(--hp-accent-green)}.hp-playground__recipe-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.hp-playground__workspace{display:flex;flex-direction:column;overflow:hidden}.hp-playground__tabs{display:flex;background:var(--hp-term-chrome);border-bottom:1px solid var(--hp-border);padding-inline:.5rem}.hp-playground__tab{background:transparent;border:none;color:var(--hp-text-subtle);font-family:var(--font-mono);font-size:.75rem;padding:.625rem 1rem;cursor:pointer;transition:color .15s ease;position:relative}.hp-playground__tab:hover{color:var(--hp-text-muted)}.hp-playground__tab.active{color:var(--hp-text)}.hp-playground__tab.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:1px;background:var(--hp-accent);box-shadow:0 0 8px var(--hp-accent)}.hp-playground__content-pane{flex:1;display:flex;flex-direction:column;position:relative;overflow:hidden}.hp-playground__pane{position:absolute;inset:0;opacity:0;pointer-events:none;display:flex;flex-direction:column;transition:opacity .2s ease;background:var(--hp-term-bg)}.hp-playground__pane.active{opacity:1;pointer-events:auto}.hp-playground__code-editor{flex:1;overflow:auto;margin:0;padding:1.25rem 1.5rem;font-family:var(--font-mono);font-size:.8125rem;line-height:1.6}.hp-playground__action-banner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;background:var(--hp-term-chrome);border-top:1px solid var(--hp-border);z-index:2}.hp-playground__action-text{font-size:.75rem;color:var(--hp-text-muted)}.hp-playground__sim-btn{background:var(--hp-accent);color:#fff;border:none;font-family:var(--font-sans);font-size:.75rem;font-weight:600;padding:.4rem .85rem;border-radius:var(--rounded-sm);cursor:pointer;transition:all .2s ease;box-shadow:0 0 10px #ff560033}.hp-playground__sim-btn:hover{background:#ff7324;box-shadow:0 0 15px #ff560066}.hp-playground__sim-btn:disabled{background:var(--hp-term-dot);color:var(--hp-text-subtle);cursor:not-allowed;box-shadow:none}.hp-playground__simulation{flex:1;padding:1.25rem 1.5rem;font-family:var(--font-mono);font-size:.8125rem;display:flex;flex-direction:column;gap:1rem;overflow:hidden}.hp-playground__progress-container{display:flex;flex-direction:column;gap:.375rem}.hp-playground__progress-header{display:flex;justify-content:space-between;font-size:.75rem;color:var(--hp-text-muted)}.hp-playground__progress-bar-bg{height:6px;background:var(--hp-term-chrome);border:1px solid var(--hp-border);border-radius:var(--rounded-xs);overflow:hidden}.hp-playground__progress-bar{height:100%;width:0%;background:var(--hp-accent);box-shadow:0 0 8px var(--hp-accent);transition:width .1s linear}.hp-playground__logs{flex:1;background:#0000004d;border:1px solid var(--hp-border);border-radius:var(--rounded-sm);padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem;color:var(--hp-text-subtle)}.hp-playground__log-line{line-height:1.5;white-space:pre-wrap;word-break:break-all}.hp-playground__log-line--info{color:var(--hp-text-muted)}.hp-playground__log-line--success{color:var(--hp-accent-green)}.hp-playground__log-line--anim{animation:flash-text .5s ease}@keyframes flash-text{0%{color:#fff}to{color:inherit}}.s-kw{color:var(--hp-syn-keyword);font-weight:500}.s-str{color:var(--hp-syn-string)}.s-prop{color:var(--hp-syn-property)}.s-num{color:var(--hp-syn-number)}.s-cmt{color:var(--hp-syn-comment);font-style:italic}.s-pun{color:var(--hp-syn-punct)}.s-url{color:var(--hp-syn-url)}.s-tag{color:var(--hp-syn-tag)}.hp-workflow{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.hp-workflow__step{padding:2.25rem 2rem;background:var(--hp-bg-card);border:1px solid var(--hp-border);border-radius:var(--rounded-lg);transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.hp-workflow__step:hover{background:var(--hp-bg-card-hover);border-color:var(--hp-border-hover);transform:translateY(-2px)}.hp-workflow__num{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin-bottom:1.25rem;border-radius:50%;border:1px solid var(--hp-border-hover);color:var(--hp-text);font-size:.8125rem;font-weight:600;background:#ffffff05}.hp-workflow__step:hover .hp-workflow__num{border-color:var(--hp-accent);box-shadow:0 0 10px #ff560033}.hp-workflow__title{margin-bottom:.75rem;font-size:1.125rem;font-weight:600;color:var(--hp-text)}.hp-workflow__desc{color:var(--hp-text-muted);font-size:.875rem;line-height:1.6}.hp-bento{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.hp-bento__card{background:var(--hp-bg-card);border:1px solid var(--hp-border);border-radius:var(--rounded-lg);padding:2.25rem 2rem;display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);overflow:hidden;position:relative;backdrop-filter:blur(12px)}.hp-bento__card:hover{background:var(--hp-bg-card-hover);border-color:var(--hp-border-hover);transform:translateY(-2px);box-shadow:0 12px 30px #0006,0 0 1px #ffffff1a inset}.hp-bento__card--2col{grid-column:span 2}.hp-bento__visual{min-height:160px;background:#0003;border:1px solid var(--hp-border);border-radius:var(--rounded-md);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.hp-bento-storage{display:flex;align-items:center;justify-content:space-between;width:80%;position:relative}.hp-bento-storage__node{width:50px;height:50px;border:1px solid var(--hp-border);border-radius:var(--rounded-md);background:var(--hp-term-bg);display:flex;align-items:center;justify-content:center;color:var(--hp-text-muted);z-index:2;transition:all .2s ease}.hp-bento-storage__node svg{width:24px;height:24px}.hp-bento-storage__node:hover{border-color:var(--hp-accent);color:#fff;transform:scale(1.05)}.hp-bento-storage__center{width:64px;height:64px;border:1px dashed var(--hp-accent);border-radius:50%;background:#ff56000d;display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 0 20px #ff56001a;animation:pulse-ring 4s linear infinite}@keyframes pulse-ring{0%{transform:scale(1);box-shadow:0 0 20px #ff56001a}50%{transform:scale(1.05);box-shadow:0 0 30px #ff560033}to{transform:scale(1);box-shadow:0 0 20px #ff56001a}}.hp-bento-storage__line{position:absolute;top:50%;height:1px;background:linear-gradient(90deg,transparent,var(--hp-border) 20%,var(--hp-border) 80%,transparent);width:100%;z-index:1}.hp-bento-parallel{width:85%;display:flex;flex-direction:column;gap:.85rem}.hp-bento-parallel__row{display:flex;align-items:center;gap:.75rem}.hp-bento-parallel__label{font-family:var(--font-mono);font-size:10px;color:var(--hp-text-subtle);width:50px}.hp-bento-parallel__track{flex:1;height:12px;background:var(--hp-term-chrome);border:1px solid var(--hp-border);border-radius:9999px;position:relative;overflow:hidden}.hp-bento-parallel__fill{height:100%;background:linear-gradient(90deg,var(--hp-accent-blue),var(--hp-accent));border-radius:9999px;width:0%;animation:load-parallel 4s infinite cubic-bezier(.4,0,.2,1)}.hp-bento-parallel__row:nth-child(2) .hp-bento-parallel__fill{animation-delay:.3s;background:linear-gradient(90deg,var(--hp-accent-purple),var(--hp-accent))}.hp-bento-parallel__row:nth-child(3) .hp-bento-parallel__fill{animation-delay:.6s;background:linear-gradient(90deg,var(--hp-accent-amber),var(--hp-accent))}@keyframes load-parallel{0%{width:0%;opacity:.3}10%{opacity:1}80%{width:100%;opacity:1}90%,to{width:100%;opacity:0}}.hp-bento-ffmpeg{display:flex;flex-direction:column;gap:.75rem;width:90%;padding:.5rem}.hp-bento-ffmpeg__command{background:var(--hp-term-chrome);border:1px solid var(--hp-border);border-radius:var(--rounded-sm);padding:.625rem .85rem;font-family:var(--font-mono);font-size:11px;color:var(--hp-text-muted);line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hp-bento-ffmpeg__flags{display:flex;flex-wrap:wrap;gap:.5rem}.hp-bento-ffmpeg__flag{background:var(--hp-bg-card);border:1px solid var(--hp-border);border-radius:var(--rounded-xs);padding:.25rem .5rem;font-family:var(--font-mono);font-size:10px;color:var(--hp-text-muted);cursor:pointer;transition:all .15s ease}.hp-bento-ffmpeg__flag:hover{border-color:var(--hp-accent-amber);color:#fff;background:var(--hp-accent-amber-soft)}.hp-bento-ffmpeg__flag.active{border-color:var(--hp-accent);color:#fff;background:var(--hp-accent-soft)}.hp-bento-webhook{width:90%;display:flex;flex-direction:column;gap:.5rem}.hp-bento-webhook__row{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border-radius:var(--rounded-sm);background:var(--hp-term-chrome);border:1px solid var(--hp-border);font-family:var(--font-mono);font-size:11px}.hp-bento-webhook__status{display:flex;align-items:center;gap:.5rem}.hp-bento-webhook__dot{width:6px;height:6px;border-radius:50%}.hp-bento-webhook__dot--queued{background:#3b82f6;box-shadow:0 0 6px #3b82f6}.hp-bento-webhook__dot--processing{background:#fbbf24;box-shadow:0 0 6px #fbbf24}.hp-bento-webhook__dot--completed{background:#10b981;box-shadow:0 0 6px #10b981}.hp-bento-webhook__time{color:var(--hp-text-subtle)}.hp-bento__content{display:flex;flex-direction:column;gap:.5rem}.hp-bento__title{font-size:1.125rem;font-weight:600;color:var(--hp-text);margin:0}.hp-bento__desc{color:var(--hp-text-muted);font-size:.875rem;line-height:1.55;margin:0}.hp-integration{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}.hp-integration__left{display:flex;flex-direction:column}.hp-integration__nav{display:flex;gap:.5rem;margin-bottom:2rem;background:#ffffff05;border:1px solid var(--hp-border);border-radius:var(--rounded-md);padding:.25rem;width:fit-content}.hp-integration__tab{background:transparent;border:none;color:var(--hp-text-muted);font-size:.8125rem;font-weight:500;padding:.5rem 1rem;border-radius:var(--rounded-sm);cursor:pointer;transition:all .2s ease}.hp-integration__tab:hover{color:var(--hp-text)}.hp-integration__tab.active{background:#ffffff0f;color:#fff}.hp-integration__editor{border:1px solid var(--hp-border);border-radius:var(--rounded-lg);background:var(--hp-term-bg);overflow:hidden;box-shadow:0 16px 48px #0006}.hp-integration__editor-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;background:var(--hp-term-chrome);border-bottom:1px solid var(--hp-border)}.hp-integration__editor-title{font-family:var(--font-mono);font-size:.75rem;color:var(--hp-text-muted)}.hp-integration__copy-btn{background:transparent;border:1px solid var(--hp-border);border-radius:var(--rounded-xs);color:var(--hp-text-muted);font-size:.6875rem;padding:.25rem .5rem;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;gap:.25rem}.hp-integration__copy-btn:hover{border-color:#ffffff40;color:#fff}.hp-integration__code-pane{display:none;margin:0;padding:1.25rem 1.5rem;font-family:var(--font-mono);font-size:.8125rem;line-height:1.6;overflow-x:auto}.hp-integration__code-pane.active{display:block}.hp-formats-header{text-align:center;display:flex;flex-direction:column;align-items:center;margin-bottom:3rem}.hp-formats{overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(90deg,transparent 0%,black 15%,black 85%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,black 15%,black 85%,transparent 100%)}.hp-marquee{display:flex;flex-direction:column;gap:1rem}.hp-marquee__track{display:flex;gap:1rem;width:max-content;animation:marquee-scroll 50s linear infinite}.hp-marquee__track--reverse{animation-direction:reverse;animation-duration:45s}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hp-format-pill{flex-shrink:0;display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border:1px solid var(--hp-border);border-radius:var(--rounded-md);background:var(--hp-bg-card);color:var(--hp-text-muted);font-family:var(--font-mono);font-size:.8125rem;font-weight:500;white-space:nowrap;transition:all .2s ease;backdrop-filter:blur(8px)}.hp-format-pill:hover{border-color:#fff3;color:var(--hp-text);transform:translateY(-1px)}.hp-format-pill__dot{width:6px;height:6px;border-radius:50%}.hp-format-pill__dot--video{background:var(--hp-accent-blue);box-shadow:0 0 6px var(--hp-accent-blue)}.hp-format-pill__dot--audio{background:var(--hp-accent-green);box-shadow:0 0 6px var(--hp-accent-green)}.hp-format-pill__dot--stream{background:var(--hp-accent-purple);box-shadow:0 0 6px var(--hp-accent-purple)}.hp-format-pill__dot--codec{background:var(--hp-accent-amber);box-shadow:0 0 6px var(--hp-accent-amber)}.hp-format-pill__dot--image{background:#f472b6;box-shadow:0 0 6px #f472b6}.hp-bottom-cta{text-align:center;display:flex;flex-direction:column;align-items:center;border-top:1px solid var(--hp-border);padding-block:8rem}.hp-bottom-cta__glow{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:600px;height:300px;background:radial-gradient(circle,#ff56000f,#ff560000 70%);filter:blur(60px);pointer-events:none;z-index:0}.hp-bottom-cta .hp-section-title{max-width:20ch;font-size:clamp(2rem,5vw,3rem)}.hp-bottom-cta .hp-section-desc{max-width:48ch;text-align:center;margin-bottom:2.5rem}.hp-footer{border-top:1px solid var(--hp-border);padding:4.5rem 1.5rem 3rem;max-width:var(--xora-content-max);margin-inline:auto;position:relative;z-index:1}.hp-footer__inner{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:4rem}.hp-footer__brand{display:flex;flex-direction:column;gap:.75rem}.hp-footer__brand-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--hp-text);font-weight:600;text-decoration:none;font-size:1.125rem}.hp-footer__brand-desc{color:var(--hp-text-subtle);font-size:.8125rem;line-height:1.6;max-width:26ch}.hp-footer__col-title{color:var(--hp-text-muted);font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.25rem}.hp-footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.hp-footer__links a{color:var(--hp-text-subtle);font-size:.875rem;text-decoration:none;transition:color .15s ease}.hp-footer__links a:hover{color:var(--hp-text)}.hp-footer__bottom{margin-top:4rem;padding-top:1.5rem;border-top:1px solid var(--hp-border);color:var(--hp-text-subtle);font-size:.75rem;display:flex;justify-content:space-between;align-items:center}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-children>*{opacity:0;transform:translateY(16px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.fade-in-children.visible>*{opacity:1;transform:translateY(0)}.fade-in-children.visible>*:nth-child(1){transition-delay:0ms}.fade-in-children.visible>*:nth-child(2){transition-delay:60ms}.fade-in-children.visible>*:nth-child(3){transition-delay:.12s}.fade-in-children.visible>*:nth-child(4){transition-delay:.18s}.fade-in-children.visible>*:nth-child(5){transition-delay:.24s}.fade-in-children.visible>*:nth-child(6){transition-delay:.3s}@media(max-width:75rem){.hp-hero{grid-template-columns:1fr;gap:3.5rem;padding-top:4rem;padding-bottom:4rem}.hp-display{max-width:none}.hp-integration{grid-template-columns:1fr;gap:3rem}}@media(max-width:64rem){.hp-bento{grid-template-columns:repeat(2,1fr)}.hp-bento__card--2col{grid-column:span 2}.hp-footer__inner{grid-template-columns:repeat(2,1fr);gap:3rem}}@media(max-width:48rem){.hp-workflow{grid-template-columns:1fr;gap:1rem}.hp-bento{grid-template-columns:1fr}.hp-bento__card--2col{grid-column:span 1}.hp-section{padding-block:4rem}.hp-footer__inner{grid-template-columns:1fr;gap:2.5rem}}.xora-homepage .app-header{background:#030303cc;backdrop-filter:blur(12px);border-bottom-color:var(--hp-border)}.xora-homepage .app-header__brand{color:var(--hp-text);font-weight:600}.xora-homepage .app-header__nav a{color:var(--hp-text-muted)}.xora-homepage .app-header__nav a:hover,.xora-homepage .app-header__nav a.active{color:var(--hp-text)}.xora-homepage .app-header__cta{background:var(--hp-text);color:var(--hp-bg)!important}.xora-homepage .app-header__cta:hover{background:#ffffffe6;color:var(--hp-bg)!important}.xora-homepage .app-header__ghost{color:var(--hp-text-muted)}@media(max-width:48rem){.xora-homepage .app-header__menu-toggle{color:var(--hp-text-muted)!important}.xora-homepage .app-header__nav{background:var(--hp-bg)!important;border-top-color:var(--hp-border)!important}.xora-homepage .app-header__nav a{border-bottom-color:var(--hp-border)!important;color:var(--hp-text-muted)!important}.xora-homepage .app-header__nav a:hover,.xora-homepage .app-header__nav a.open{color:var(--hp-text)!important}}
