.auth-split{position:fixed;inset:0;overflow-y:auto;display:grid;grid-template-columns:1.06fr 1fr;background:var(--bg);z-index:50}.auth-brand-panel{position:relative;overflow:hidden;padding:60px 60px 46px;display:flex;flex-direction:column;justify-content:space-between;color:#f4f7fb;background:radial-gradient(ellipse 90% 70% at 18% -5%,rgba(45,212,191,.22),transparent 60%),radial-gradient(ellipse 80% 60% at 95% 105%,rgba(45,212,191,.1),transparent 55%),#080a0e}.auth-brand-panel:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,hsla(0,0%,100%,.045) 1px,transparent 0),linear-gradient(180deg,hsla(0,0%,100%,.045) 1px,transparent 0);background-size:46px 46px;mask-image:radial-gradient(ellipse 85% 75% at 28% 18%,#000 0,transparent 78%);-webkit-mask-image:radial-gradient(ellipse 85% 75% at 28% 18%,#000 0,transparent 78%);pointer-events:none}.auth-brand-panel>*{position:relative}.auth-brand{display:flex;align-items:center;gap:11px;font-weight:600;font-size:16.5px;letter-spacing:-.01em}.auth-mark{height:34px;width:auto;object-fit:contain;display:block}[data-theme=dark] .auth-mark{filter:invert(1)}.auth-eyebrow{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;padding:6px 12px;border-radius:999px;font-size:11.5px;font-weight:600;letter-spacing:.01em;color:#5eead4;background:rgba(45,212,191,.12);border:1px solid rgba(45,212,191,.3);margin-bottom:22px}.auth-eyebrow .dot{width:6px;height:6px;border-radius:50%;background:#2dd4bf;box-shadow:0 0 0 4px rgba(45,212,191,.18)}.auth-head{max-width:470px}.auth-head h2{font-size:39px;line-height:1.08;font-weight:600;letter-spacing:-.025em;margin:0 0 16px}.auth-head h2 em{font-style:normal;color:#5eead4}.auth-head p{font-size:15px;line-height:1.6;color:#a9b3c1;margin:0}.auth-points{list-style:none;margin:32px 0 0;padding:0;display:flex;flex-direction:column;gap:13px}.auth-points li{display:flex;align-items:center;gap:12px;font-size:14px;color:#dbe2ec}.auth-points .tick{width:21px;height:21px;border-radius:6px;flex:0 0 auto;background:rgba(45,212,191,.16);color:#5eead4;display:grid;place-items:center;font-size:12px;font-weight:700}.auth-foot{font-size:12px;color:#6b7686}.auth-main{display:flex;align-items:center;justify-content:center;padding:40px 28px}.auth-card{width:100%;max-width:380px}.auth-card-brand{display:none;align-items:center;gap:10px;margin-bottom:22px;font-weight:600;font-size:16px}.auth-title{font-size:25px;font-weight:650;letter-spacing:-.01em;margin:0 0 7px;color:var(--fg)}.auth-sub{color:var(--fg-muted);font-size:14px;line-height:1.55;margin:0 0 26px}.auth-error{background:var(--danger-soft);color:var(--danger);border:1px solid var(--danger-border);border-radius:10px;padding:11px 13px;font-size:12.5px;line-height:1.5;margin-bottom:18px}.auth-google{display:flex;align-items:center;justify-content:center;gap:11px;width:100%;padding:13px 16px;border-radius:11px;border:1px solid var(--border-2);background:var(--surface-2);color:var(--fg);font-size:14.5px;font-weight:550;text-decoration:none;transition:border-color .15s ease,background .15s ease,transform .05s ease}.auth-google:hover{background:var(--surface-3);border-color:var(--accent);text-decoration:none}.auth-google:active{transform:translateY(1px)}.auth-dev{display:block;text-align:center;margin-top:14px;font-size:12px;color:var(--fg-muted);text-decoration:underline;text-underline-offset:2px}.auth-fine{color:var(--fg-dim);font-size:11.5px;line-height:1.55;margin:26px 0 0;text-align:center}@media (max-width:880px){.auth-split{grid-template-columns:1fr}.auth-brand-panel{display:none}.auth-card-brand{display:flex}}.auth-gate{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:color-mix(in srgb,var(--bg) 55%,transparent);-webkit-backdrop-filter:saturate(120%);backdrop-filter:saturate(120%);animation:auth-gate-in .25s ease both}@keyframes auth-gate-in{0%{opacity:0}to{opacity:1}}.auth-gate-card{width:100%;max-width:420px;background:var(--surface,#fff);border:1px solid var(--border);border-radius:16px;padding:32px 30px;box-shadow:0 24px 60px -16px rgba(0,0,0,.35),var(--glow-accent,0 0 0 1px rgba(45,212,191,.18));text-align:center;animation:auth-card-in .5s cubic-bezier(.22,1,.36,1) .05s both}@keyframes auth-card-in{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.auth-gate-card{animation:none}}.auth-gate-card .auth-card-brand{display:inline-flex;margin-bottom:18px}.auth-gate-toolbar{position:absolute;top:20px;right:20px}.auth-gate .lp-theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:9px;color:var(--fg-muted);border:1px solid var(--border);background:var(--surface);cursor:pointer;transition:color .15s,border-color .15s,background .15s,transform .15s}.auth-gate .lp-theme-toggle:hover{color:var(--fg);border-color:var(--border-2);transform:translateY(-1px)}.auth-gate .lp-theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.auth-divider{display:flex;align-items:center;gap:12px;margin:16px 0;color:var(--fg-dim);font-size:11.5px;text-transform:uppercase;letter-spacing:.08em}.auth-divider:after,.auth-divider:before{content:"";flex:1;height:1px;background:var(--border)}.auth-bypass{display:flex;align-items:center;justify-content:center;width:100%;padding:12px 16px;border-radius:11px;border:1px dashed var(--border-2);background:transparent;color:var(--fg-muted);font-size:14px;font-weight:550;text-decoration:none;transition:border-color .15s ease,color .15s ease,background .15s ease,transform .05s ease}.auth-bypass:hover{border-color:var(--accent);color:var(--fg);background:var(--accent-soft);text-decoration:none}.auth-bypass:active{transform:translateY(1px)}.auth-bypass:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.auth-dev-note{margin:10px 0 0;text-align:center;font-size:11px;color:var(--fg-dim)}@keyframes lpBlink{0%,50%{opacity:1}51%,to{opacity:0}}html:has(.syntra-landing){scroll-behavior:smooth}.syntra-landing.is-gated{filter:blur(7px);pointer-events:none;user-select:none;overflow:hidden;max-height:100vh}.syntra-landing{--bg:#fafaf7;--surface:#fff;--surface-2:#f4f4ef;--surface-3:#ecece6;--border:#e6e6df;--border-2:#d4d4cc;--fg:#111114;--fg-muted:#6b6b67;--fg-dim:#98988f;--accent:#0d9488;--accent-strong:#0f766e;--accent-soft:#ecfdf5;--accent-soft-2:#d1fae5;--accent-fg:#ecfdf5;--warn:#b45309;--warn-soft:#fef3c7;--danger:#be123c;--success:#15803d;--success-soft:#dcfce7;--nav-bg:hsla(60,23%,97%,.85);--grid-line:rgba(17,17,20,.04);--shadow-card:0 1px 0 rgba(17,17,20,.04),0 30px 60px -20px rgba(17,17,20,.08);--shadow-code:0 30px 60px -25px rgba(17,17,20,.4);--code-bg:#14161b;--max:1200px;--elev-1:0 1px 2px rgba(17,17,20,.05);--elev-2:0 2px 4px rgba(17,17,20,.04),0 10px 22px -8px rgba(17,17,20,.1);--elev-3:0 1px 0 rgba(17,17,20,.04),0 26px 56px -16px rgba(17,17,20,.16);--glow-accent:0 0 0 1px var(--accent-soft-2),0 10px 34px -10px rgba(13,148,136,.28);--aurora-1:rgba(13,148,136,.16);--aurora-2:rgba(56,189,248,.1);--aurora-3:rgba(168,85,247,.08);font-family:Inter Tight,ui-sans-serif,system-ui,sans-serif;font-feature-settings:"ss01","cv11";font-size:15px;line-height:1.55;color:var(--fg);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}.syntra-landing,.syntra-landing *,.syntra-landing :after,.syntra-landing :before{box-sizing:border-box}html[data-theme=dark] .syntra-landing{--bg:#090b0f;--surface:#11141a;--surface-2:#191e27;--surface-3:#222936;--border:#2a313d;--border-2:#3a4352;--fg:#f4f7fb;--fg-muted:#a9b3c1;--fg-dim:#778293;--accent:#2dd4bf;--accent-strong:#5eead4;--accent-soft:rgba(45,212,191,.14);--accent-soft-2:rgba(94,234,212,.28);--accent-fg:#052e2b;--warn:#f59e0b;--warn-soft:rgba(245,158,11,.16);--danger:#fb7185;--success:#34d399;--success-soft:rgba(52,211,153,.16);--nav-bg:rgba(9,11,15,.82);--grid-line:hsla(0,0%,100%,.05);--shadow-card:0 1px 0 rgba(0,0,0,.4),0 30px 60px -20px rgba(0,0,0,.6);--shadow-code:0 30px 60px -25px rgba(0,0,0,.7);--code-bg:#0d1016;--elev-1:0 1px 2px rgba(0,0,0,.5);--elev-2:0 4px 14px -3px rgba(0,0,0,.55);--elev-3:0 1px 0 rgba(0,0,0,.5),0 30px 60px -18px rgba(0,0,0,.72);--glow-accent:0 0 0 1px rgba(45,212,191,.22),0 12px 44px -10px rgba(45,212,191,.3);--aurora-1:rgba(45,212,191,.22);--aurora-2:rgba(56,189,248,.16);--aurora-3:rgba(168,85,247,.14)}.syntra-landing a:focus-visible,.syntra-landing button:focus-visible,.syntra-landing input:focus-visible,.syntra-landing summary:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:6px}@media (prefers-reduced-motion:reduce){.syntra-landing *,.syntra-landing :after,.syntra-landing :before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}html:has(.syntra-landing){scroll-behavior:auto}}.syntra-landing .lp-mono{font-family:JetBrains Mono,ui-monospace,Menlo,monospace;font-variant-numeric:tabular-nums}.syntra-landing a{color:var(--accent-strong);text-decoration:none}.syntra-landing a:hover{text-decoration:underline;text-underline-offset:3px}.syntra-landing button{background:transparent;border:0;color:inherit;cursor:pointer;font:inherit}.syntra-landing img,.syntra-landing svg{display:block;max-width:100%}.syntra-landing .pulse-soft{animation:pulseSoft 1.6s ease-in-out infinite}.syntra-landing .container{max-width:var(--max);margin:0 auto;padding:0 32px}.syntra-landing .lp-nav{position:sticky;top:0;z-index:50;background:var(--nav-bg);backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--border)}.syntra-landing .nav-inner{height:64px;display:flex;align-items:center;justify-content:space-between;gap:20px}.syntra-landing .lp-brand{display:flex;align-items:center;gap:5px}.syntra-landing .lp-brand-mark{height:44px;width:auto;object-fit:contain;display:block}[data-theme=dark] .syntra-landing .lp-brand-mark{filter:invert(1)}.syntra-landing .lp-brand-text{font-size:17px;font-weight:700;color:var(--fg);letter-spacing:-.01em}.syntra-landing .nav-links{display:flex;gap:6px;align-items:center}.syntra-landing .nav-links a{color:var(--fg-muted);padding:7px 12px;border-radius:7px;font-size:13.5px;transition:color .12s,background .12s}.syntra-landing .nav-links a:hover{color:var(--fg);background:var(--surface-2);text-decoration:none}.syntra-landing .nav-cta{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:8px;background:var(--fg);color:var(--surface);font-size:13.5px;font-weight:500;transition:opacity .12s,transform .12s}.syntra-landing .nav-cta:hover{opacity:.9;text-decoration:none;transform:translateY(-1px)}.syntra-landing .lp-theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;color:var(--fg-muted);border:1px solid var(--border);background:var(--surface);transition:color .15s,border-color .15s,background .15s,transform .15s}.syntra-landing .lp-theme-toggle:hover{color:var(--fg);border-color:var(--border-2);transform:translateY(-1px)}.syntra-landing .lp-theme-toggle:active{transform:translateY(0)}.syntra-landing .hero{padding:80px 0 56px;position:relative;overflow:hidden}.syntra-landing .hero-grid-bg{position:absolute;inset:0;background-image:linear-gradient(to right,var(--grid-line) 1px,transparent 1px),linear-gradient(to bottom,var(--grid-line) 1px,transparent 1px);background-size:56px 56px;mask-image:radial-gradient(ellipse 70% 60% at 50% 0,#000 0,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 0,#000 0,transparent 70%);pointer-events:none}.syntra-landing .hero-inner{position:relative}.syntra-landing .eyebrow{display:inline-flex;align-items:center;gap:9px;padding:6px 13px;border-radius:999px;background:var(--accent-soft);border:1px solid var(--accent-soft-2);font-size:12px;font-weight:500;color:var(--accent-strong);letter-spacing:.01em;margin-bottom:26px}.syntra-landing .eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulseSoft 1.6s ease-in-out infinite}.syntra-landing h1.hero-title{font-size:clamp(44px,6.4vw,78px);line-height:1;font-weight:800;letter-spacing:-.045em;color:var(--fg);max-width:16ch;margin-bottom:26px}.syntra-landing h1.hero-title em{font-style:normal;position:relative;color:var(--accent-strong);white-space:nowrap}.syntra-landing h1.hero-title em:after{content:"";position:absolute;left:-1px;right:-1px;bottom:.06em;height:.5em;background:linear-gradient(180deg,transparent 62%,var(--accent-soft-2) 62%);border-radius:2px;z-index:-1;transform-origin:left center;animation:lpWipe .7s cubic-bezier(.22,1,.36,1) .55s both}.syntra-landing .hero-sub{font-size:clamp(17px,1.9vw,20px);line-height:1.55;color:var(--fg-muted);max-width:56ch;margin-bottom:36px;font-weight:400}.syntra-landing .hero-ctas{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:32px}.syntra-landing .lp-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 22px;border-radius:9px;font-size:14.5px;font-weight:500;transition:transform .12s,opacity .12s,background .12s,border-color .12s;border:1px solid transparent}.syntra-landing .lp-btn-primary{background:var(--fg);color:var(--surface)}.syntra-landing .lp-btn-primary:hover{opacity:.92;transform:translateY(-1px);text-decoration:none}.syntra-landing .lp-btn-secondary{background:var(--surface);color:var(--fg);border-color:var(--border-2)}.syntra-landing .lp-btn-secondary:hover{border-color:var(--fg-muted);text-decoration:none}.syntra-landing .lp-btn .ext{font-size:11px;opacity:.7}.syntra-landing .hero-audit{margin-bottom:18px;max-width:540px}.syntra-landing .hero-audit-row{display:flex;gap:10px;flex-wrap:nowrap}@media (max-width:480px){.syntra-landing .hero-audit-row{flex-wrap:wrap}}.syntra-landing .hero-audit-input{flex:1 1 240px;min-width:0;padding:13px 16px;font-size:15px;color:var(--fg);background:var(--surface);border:1px solid var(--border);border-radius:9px;outline:none;transition:border-color .15s,box-shadow .15s}.syntra-landing .hero-audit-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.syntra-landing .hero-audit-input::placeholder{color:var(--fg-dim)}.syntra-landing .hero-audit .lp-btn-primary{flex-shrink:0}.syntra-landing .hero-audit .lp-btn-primary:disabled{opacity:.6;cursor:default;transform:none}.syntra-landing .hero-audit-note{margin-top:10px;font-size:13px;color:var(--fg-muted)}.syntra-landing .hero-audit-error{margin-top:10px;font-size:13px;color:var(--danger)}.syntra-landing .hero-meta{display:flex;flex-wrap:wrap;gap:22px;font-size:13px;color:var(--fg-muted)}.syntra-landing .hero-meta .row{display:inline-flex;align-items:center;gap:7px}.syntra-landing .hero-meta .check{width:16px;height:16px;border-radius:50%;background:var(--success-soft);color:var(--success);display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:600}.syntra-landing .hero-preview{margin-top:64px;background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-card);position:relative}.syntra-landing .preview-bar{height:42px;border-bottom:1px solid var(--border);background:var(--surface-2);display:flex;align-items:center;padding:0 16px;gap:9px}.syntra-landing .preview-bar .dot{width:11px;height:11px;border-radius:50%;background:var(--border-2)}.syntra-landing .preview-bar .url{margin-left:14px;background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:4px 11px;font-size:11.5px;color:var(--fg-muted)}.syntra-landing .preview-bar .url-host{color:var(--fg);font-weight:500}.syntra-landing .preview-body{display:grid;grid-template-columns:220px 1fr 280px;min-height:460px}.syntra-landing .pp-left{border-right:1px solid var(--border);padding:20px 18px}.syntra-landing .pp-mid{padding:20px 24px;background:var(--bg)}.syntra-landing .pp-right{border-left:1px solid var(--border);padding:16px 16px 0;background:var(--surface);display:flex;flex-direction:column}.syntra-landing .pp-label{font-size:9.5px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-dim);margin-bottom:14px}.syntra-landing .pp-step{display:flex;gap:11px;align-items:start;margin-bottom:4px}.syntra-landing .pp-step-marker{width:18px;height:18px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600}.syntra-landing .pp-step-marker.done{background:var(--success-soft);color:var(--success)}.syntra-landing .pp-step-marker.run{background:var(--accent-soft);border:1px solid var(--accent);position:relative}.syntra-landing .pp-step-marker.run:after{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent)}.syntra-landing .pp-step-marker.pending{background:var(--surface-2);border:1px dashed var(--border-2)}.syntra-landing .pp-step-body{padding-bottom:12px}.syntra-landing .pp-step-rail-wrap{display:flex;flex-direction:column;align-items:center}.syntra-landing .pp-step-line{width:1.5px;flex:1;background:var(--border);margin-top:3px;min-height:10px}.syntra-landing .pp-step-title{font-size:12.5px;font-weight:500;color:var(--fg)}.syntra-landing .pp-step-title.run{color:var(--accent-strong)}.syntra-landing .pp-step-title.pending{color:var(--fg-muted)}.syntra-landing .pp-step-meta{font-size:10.5px;color:var(--fg-muted);margin-top:1px}.syntra-landing .pp-mid h4{font-size:13px;font-weight:500;margin-bottom:4px;color:var(--fg)}.syntra-landing .pp-mid .sub{font-size:11px;color:var(--fg-muted);margin-bottom:14px}.syntra-landing .pp-sug{background:var(--surface);border:1px solid var(--border);border-radius:9px;padding:12px 14px;margin-bottom:8px}.syntra-landing .pp-sug.live{border-color:var(--accent);position:relative;overflow:hidden}.syntra-landing .pp-sug.live:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--accent);animation:pulseSoft 1.6s ease-in-out infinite}.syntra-landing .pp-sug-row{display:flex;align-items:start;justify-content:space-between;gap:10px}.syntra-landing .pp-sug-title{font-size:12.5px;font-weight:500;line-height:1.35;color:var(--fg)}.syntra-landing .pp-sug-cat{font-size:9.5px;padding:1px 6px;border-radius:3px;background:var(--surface-2);color:var(--fg-muted);font-family:JetBrains Mono,monospace;margin-left:6px;vertical-align:1px}.syntra-landing .pp-pill{font-size:9px;padding:2px 7px;border-radius:3px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;flex-shrink:0}.syntra-landing .pp-pill.high{background:var(--success-soft);color:var(--success)}.syntra-landing .pp-pill.dispatch{background:var(--accent);color:var(--accent-fg)}.syntra-landing .pp-pill.open{background:var(--success-soft);color:var(--success)}.syntra-landing .pp-sug-meta{display:flex;align-items:center;gap:9px;margin-top:7px;font-size:10.5px;color:var(--fg-muted)}.syntra-landing .pp-sug-meta .priority{display:flex;align-items:center;gap:6px;flex:1;max-width:130px;margin-left:auto}.syntra-landing .pp-sug-meta .bar{flex:1;height:3px;background:var(--surface-2);border-radius:2px;overflow:hidden}.syntra-landing .pp-sug-meta .fill{height:100%;background:var(--accent)}.syntra-landing .pp-sug-meta .num{font-family:JetBrains Mono,monospace;color:var(--fg);font-weight:500}.syntra-landing .pp-log{flex:1;overflow:hidden;font-family:JetBrains Mono,monospace;font-size:10.5px;line-height:1.7;color:var(--fg-muted);padding-bottom:16px}.syntra-landing .pp-log-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px;font-family:Inter Tight,sans-serif}.syntra-landing .pp-log-title{font-size:12px;font-weight:500;color:var(--fg)}.syntra-landing .pp-log-stream{display:inline-flex;align-items:center;gap:6px;font-size:9.5px;color:var(--accent-strong);text-transform:uppercase;letter-spacing:.08em;font-weight:500}.syntra-landing .pp-log-stream .dot{width:5px;height:5px;border-radius:50%;background:var(--accent)}.syntra-landing .pp-log-line{display:grid;grid-template-columns:44px 1fr;gap:7px;padding:1.5px 0}.syntra-landing .pp-log-line .agent,.syntra-landing .pp-log-line .t{color:var(--fg-dim)}.syntra-landing .pp-log-line.live{color:var(--accent-strong)}.syntra-landing .cursor-inline{display:inline-block;width:5px;height:9px;background:var(--accent);vertical-align:-1px;margin-left:2px;animation:lpBlink 1s steps(1) infinite}.syntra-landing .trust{padding:48px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface)}.syntra-landing .trust-label{text-align:center;font-size:11.5px;font-weight:500;text-transform:uppercase;letter-spacing:.14em;color:var(--fg-muted);margin-bottom:26px}.syntra-landing .trust-row{display:flex;justify-content:center;align-items:center;gap:56px;flex-wrap:wrap;font-size:19px;font-weight:500;color:var(--fg-dim);letter-spacing:-.02em}.syntra-landing .trust-row span{transition:color .2s}.syntra-landing .trust-row span:hover{color:var(--fg-muted)}.syntra-landing .trust-row .sep{width:4px;height:4px;border-radius:50%;background:var(--border-2)}.syntra-landing .lp-section{padding:100px 0}.syntra-landing .lp-section-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:var(--accent-strong);letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px}.syntra-landing .lp-section-eyebrow:before{content:"";width:18px;height:1.5px;background:var(--accent)}.syntra-landing h2.lp-section-title{font-size:clamp(30px,4vw,46px);line-height:1.06;letter-spacing:-.034em;font-weight:700;max-width:20ch;margin-bottom:18px;color:var(--fg)}.syntra-landing .lp-section-sub{font-size:18px;color:var(--fg-muted);max-width:56ch;line-height:1.55;margin-bottom:56px}.syntra-landing .pipeline{display:grid;grid-template-columns:repeat(5,1fr);gap:0;background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden}.syntra-landing .pipe-step{padding:28px 24px;border-right:1px solid var(--border);position:relative}.syntra-landing .pipe-step:last-child{border-right:0}.syntra-landing .pipe-num{width:26px;height:26px;border-radius:7px;background:var(--surface-2);color:var(--fg-muted);display:flex;align-items:center;justify-content:center;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:500;margin-bottom:16px}.syntra-landing .pipe-step h3{font-size:16px;font-weight:500;margin-bottom:8px;letter-spacing:-.01em;color:var(--fg)}.syntra-landing .pipe-step p{font-size:13px;color:var(--fg-muted);line-height:1.55}.syntra-landing .pipe-step .arrow{position:absolute;right:-7px;top:38px;width:14px;height:14px;background:var(--surface);border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--fg-dim);font-size:9px;z-index:2}.syntra-landing .pipe-step:last-child .arrow{display:none}.syntra-landing .benefits{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.syntra-landing .benefit{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:28px 26px;transition:border-color .15s,transform .15s}.syntra-landing .benefit:hover{border-color:var(--border-2)}.syntra-landing .benefit-icon{width:38px;height:38px;border-radius:10px;background:var(--accent-soft);color:var(--accent-strong);display:flex;align-items:center;justify-content:center;margin-bottom:22px}.syntra-landing .benefit h3{font-size:18px;font-weight:500;letter-spacing:-.015em;margin-bottom:10px;color:var(--fg)}.syntra-landing .benefit p{font-size:14px;color:var(--fg-muted);line-height:1.6}.syntra-landing .benefit-stat{margin-top:18px;padding-top:18px;border-top:1px solid var(--border);display:flex;align-items:baseline;gap:8px}.syntra-landing .benefit-stat .num{font-size:28px;font-weight:600;letter-spacing:-.02em;color:var(--fg);font-variant-numeric:tabular-nums}.syntra-landing .benefit-stat .lbl{font-size:12px;color:var(--fg-muted)}.syntra-landing .proof-section{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.syntra-landing .proof-grid{display:grid;grid-template-columns:1fr 56px 1fr;gap:16px;align-items:stretch;margin-top:32px}.syntra-landing .proof-card{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:28px 30px}.syntra-landing .proof-card.after{border-color:var(--accent);position:relative}.syntra-landing .proof-card.after:before{content:"after";position:absolute;top:-10px;right:22px;background:var(--accent);color:var(--accent-fg);font-size:10px;font-weight:500;padding:3px 9px;border-radius:999px;letter-spacing:.06em;text-transform:uppercase}.syntra-landing .proof-card .lbl{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--fg-muted);margin-bottom:18px}.syntra-landing .proof-gauges{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.syntra-landing .proof-gauge{text-align:center}.syntra-landing .proof-gauge svg{width:84px;height:84px;margin:0 auto}.syntra-landing .proof-gauge .lbl-g{font-size:11px;color:var(--fg-muted);margin-top:8px;text-transform:uppercase;letter-spacing:.08em;font-weight:500}.syntra-landing .proof-delta{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;color:var(--accent-strong);font-size:13px;font-weight:500}.syntra-landing .proof-delta svg{width:24px;height:24px}.syntra-landing .proof-footer{margin-top:36px;display:flex;gap:32px;flex-wrap:wrap;justify-content:center;font-size:13.5px;color:var(--fg-muted)}.syntra-landing .proof-footer .item{display:inline-flex;align-items:center;gap:8px}.syntra-landing .proof-footer .item strong{color:var(--fg);font-weight:600;font-variant-numeric:tabular-nums}.syntra-landing .dev-section{padding:100px 0;background:var(--bg)}.syntra-landing .dev-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.syntra-landing .dev-code{background:var(--code-bg);border-radius:14px;overflow:hidden;box-shadow:var(--shadow-code)}.syntra-landing .dev-code-bar{display:flex;align-items:center;padding:11px 16px;border-bottom:1px solid hsla(0,0%,100%,.08);gap:7px}.syntra-landing .dev-code-bar .d{width:10px;height:10px;border-radius:50%;background:hsla(0,0%,100%,.15)}.syntra-landing .dev-code-bar .file{margin-left:14px;font-family:JetBrains Mono,monospace;font-size:11.5px;color:hsla(0,0%,100%,.5)}.syntra-landing .dev-code pre{padding:22px 24px;font-family:JetBrains Mono,monospace;font-size:13px;line-height:1.75;color:#e7e7ea;overflow-x:auto;margin:0}.syntra-landing .dev-code .c-key{color:#c084fc}.syntra-landing .dev-code .c-str{color:#5eead4}.syntra-landing .dev-code .c-com{color:#6b6b73;font-style:italic}.syntra-landing .dev-code .c-fn{color:#fbbf24}.syntra-landing .dev-code .c-var{color:#93c5fd}.syntra-landing .dev-feat{list-style:none;margin:30px 0 0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:18px 24px}.syntra-landing .dev-feat li{display:flex;align-items:start;gap:11px;font-size:14px;color:var(--fg-muted);line-height:1.55}.syntra-landing .dev-feat li strong{display:block;color:var(--fg);font-weight:500;margin-bottom:3px}.syntra-landing .dev-feat .ico{width:22px;height:22px;background:var(--surface);border:1px solid var(--border-2);border-radius:6px;color:var(--fg-muted);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;font-size:11px}.syntra-landing .flow-section{padding:100px 0}.syntra-landing .flow{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}.syntra-landing .flow-step{padding:0}.syntra-landing .flow-step .num{font-family:JetBrains Mono,monospace;font-size:13px;color:var(--fg-dim);margin-bottom:14px;font-weight:500}.syntra-landing .flow-step h3{font-size:22px;font-weight:600;letter-spacing:-.02em;margin-bottom:12px;color:var(--fg)}.syntra-landing .flow-step p{font-size:14.5px;color:var(--fg-muted);line-height:1.6}.syntra-landing .flow-step .demo{margin-top:22px;background:var(--surface);border:1px solid var(--border);border-radius:11px;padding:16px 18px;min-height:130px}.syntra-landing .flow-step .demo .row{font-family:JetBrains Mono,monospace;font-size:11.5px;padding:3px 0;color:var(--fg-muted)}.syntra-landing .flow-step .demo .row.live{color:var(--accent-strong)}.syntra-landing .flow-step .demo .row .ts{color:var(--fg-dim);margin-right:8px}.syntra-landing .faq-section{padding:100px 0;background:var(--surface);border-top:1px solid var(--border)}.syntra-landing .faq-list{margin-top:36px;max-width:760px}.syntra-landing .faq-item{border-bottom:1px solid var(--border);padding:22px 0}.syntra-landing .faq-q{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:17px;font-weight:500;letter-spacing:-.015em;list-style:none;color:var(--fg)}.syntra-landing .faq-q::-webkit-details-marker{display:none}.syntra-landing .faq-q .plus{width:22px;height:22px;border-radius:50%;background:var(--surface-2);color:var(--fg-muted);display:flex;align-items:center;justify-content:center;font-size:14px;transition:transform .2s,background .2s;flex-shrink:0;margin-left:16px}.syntra-landing details[open] .plus{transform:rotate(45deg);background:var(--accent-soft);color:var(--accent-strong)}.syntra-landing .faq-a{margin-top:14px;font-size:14.5px;color:var(--fg-muted);line-height:1.65;max-width:65ch}.syntra-landing .faq-a a{color:var(--accent-strong)}.syntra-landing .cta-band{padding:88px 0;text-align:center;background:var(--surface);border-top:1px solid var(--border);position:relative;overflow:hidden}.syntra-landing .cta-band:before{content:"";position:absolute;inset:0;background-image:linear-gradient(to right,var(--grid-line) 1px,transparent 1px),linear-gradient(to bottom,var(--grid-line) 1px,transparent 1px);background-size:56px 56px;mask-image:radial-gradient(ellipse 60% 80% at 50% 50%,#000 0,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 60% 80% at 50% 50%,#000 0,transparent 70%);pointer-events:none}.syntra-landing .cta-band-inner{position:relative}.syntra-landing .cta-band h2{font-size:clamp(34px,5vw,56px);line-height:1.02;letter-spacing:-.038em;font-weight:800;margin:0 auto 18px;max-width:16ch;color:var(--fg)}.syntra-landing .cta-band p{font-size:18px;color:var(--fg-muted);margin:0 auto 30px;max-width:50ch}.syntra-landing .cta-band .ctas{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.syntra-landing .lp-footer{padding:56px 0 40px;background:var(--bg);border-top:1px solid var(--border)}.syntra-landing .foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.syntra-landing .foot-brand p{font-size:13.5px;color:var(--fg-muted);margin-top:14px;max-width:34ch;line-height:1.6}.syntra-landing .foot-col h4{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--fg-dim);margin-bottom:14px}.syntra-landing .foot-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px}.syntra-landing .foot-col a{color:var(--fg-muted);font-size:13.5px}.syntra-landing .foot-col a:hover{color:var(--fg);text-decoration:none}.syntra-landing .foot-bottom{border-top:1px solid var(--border);padding-top:24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:14px;align-items:center;font-size:12.5px;color:var(--fg-dim)}.syntra-landing .foot-bottom .right{display:flex;gap:18px}.syntra-landing .foot-bottom .right a{color:var(--fg-muted)}@media (max-width:1024px){.syntra-landing h1.hero-title{font-size:56px}.syntra-landing .pipeline{grid-template-columns:1fr 1fr}.syntra-landing .pipe-step{border-right:0;border-bottom:1px solid var(--border)}.syntra-landing .benefits{grid-template-columns:1fr 1fr}.syntra-landing .dev-grid{grid-template-columns:1fr;gap:40px}.syntra-landing .flow{grid-template-columns:1fr}.syntra-landing .foot-grid{grid-template-columns:1fr 1fr}.syntra-landing .preview-body{grid-template-columns:1fr}.syntra-landing .pp-left,.syntra-landing .pp-right{display:none}}@media (max-width:640px){.syntra-landing h1.hero-title{font-size:40px}.syntra-landing .hero-sub{font-size:16px}.syntra-landing .lp-section{padding:64px 0}.syntra-landing h2.lp-section-title{font-size:32px}.syntra-landing .benefits,.syntra-landing .proof-grid{grid-template-columns:1fr}.syntra-landing .proof-delta{transform:rotate(90deg);padding:12px 0}.syntra-landing .pipeline{grid-template-columns:1fr}.syntra-landing .cta-band h2{font-size:36px}.syntra-landing .foot-grid{grid-template-columns:1fr;gap:28px}.syntra-landing .nav-links{display:none}.syntra-landing .container{padding:0 20px}}@keyframes lpFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes lpWipe{0%{transform:scaleX(0);opacity:0}to{transform:scaleX(1);opacity:1}}@keyframes lpAurora{0%{transform:translate3d(-4%,-2%,0) scale(1)}33%{transform:translate3d(3%,2%,0) scale(1.12)}66%{transform:translate3d(-2%,3%,0) scale(1.05)}to{transform:translate3d(-4%,-2%,0) scale(1)}}@keyframes lpGridDrift{0%{background-position:0 0}to{background-position:56px 56px}}@keyframes lpSheen{0%{transform:translateX(-120%) skewX(-18deg)}to{transform:translateX(220%) skewX(-18deg)}}@keyframes lpFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.syntra-landing .cta-band,.syntra-landing .hero{isolation:isolate}.syntra-landing .hero-aurora{position:absolute;inset:-25% -10% auto -10%;height:120%;z-index:-1;pointer-events:none;background:radial-gradient(38% 50% at 22% 26%,var(--aurora-1),transparent 62%),radial-gradient(34% 46% at 78% 18%,var(--aurora-2),transparent 60%),radial-gradient(40% 50% at 60% 70%,var(--aurora-3),transparent 64%);filter:blur(34px) saturate(125%);opacity:.9;will-change:transform;animation:lpAurora 22s ease-in-out infinite}.syntra-landing .cta-band .hero-aurora{inset:-40% -10% auto -10%;opacity:.8;animation-duration:26s}.syntra-landing .hero-grid-bg{animation:lpGridDrift 18s linear infinite}.syntra-landing .hero{padding:88px 0 64px}.syntra-landing .hero-copy,.syntra-landing .hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center}.syntra-landing .hero-copy{width:100%;max-width:820px}.syntra-landing .hero-inner .hero-title{max-width:20ch;margin-left:auto;margin-right:auto}.syntra-landing .hero-inner .hero-sub{max-width:62ch;margin-left:auto;margin-right:auto}.syntra-landing .hero-copy .hero-audit{margin-left:auto;margin-right:auto}.syntra-landing .hero-copy .hero-ctas,.syntra-landing .hero-copy .hero-meta{justify-content:center}.syntra-landing .hero-inner .hero-preview-tilt{width:100%;margin-top:64px}.syntra-landing .hero-copy>*{animation:lpFadeUp .72s cubic-bezier(.22,1,.36,1) both}.syntra-landing .hero-copy>.eyebrow{animation-delay:.02s}.syntra-landing .hero-copy>.hero-title{animation-delay:.1s}.syntra-landing .hero-copy>.hero-sub{animation-delay:.18s}.syntra-landing .hero-copy>.hero-audit{animation-delay:.26s}.syntra-landing .hero-copy>.hero-ctas{animation-delay:.34s}.syntra-landing .hero-copy>.hero-meta{animation-delay:.42s}.syntra-landing .hero-inner>.hero-preview-tilt{animation:lpFadeUp .85s cubic-bezier(.22,1,.36,1) .5s both}.syntra-landing .eyebrow{font-family:JetBrains Mono,ui-monospace,monospace;font-size:11px;letter-spacing:.02em;text-transform:none;box-shadow:var(--elev-1);backdrop-filter:blur(4px)}.syntra-landing .eyebrow .dot{box-shadow:0 0 0 4px var(--accent-soft)}.syntra-landing .hero-preview{box-shadow:var(--elev-3),var(--glow-accent);transition:box-shadow .4s ease,transform .4s cubic-bezier(.22,1,.36,1)}.syntra-landing .hero-preview:hover{transform:translateY(-4px)}.syntra-landing .preview-bar .dot:first-child{background:#ff5f57}.syntra-landing .preview-bar .dot:nth-child(2){background:#febc2e}.syntra-landing .preview-bar .dot:nth-child(3){background:#28c840}.syntra-landing .lp-nav{transition:border-color .3s ease,box-shadow .3s ease,background .3s ease}.syntra-landing .lp-nav.is-scrolled{box-shadow:var(--elev-2);border-bottom-color:var(--border-2)}.syntra-landing .nav-cta{position:relative;overflow:hidden}.syntra-landing .lp-btn-primary:after,.syntra-landing .nav-cta:after{content:"";position:absolute;top:0;left:0;width:40%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.28),transparent);transform:translateX(-120%) skewX(-18deg);pointer-events:none}.syntra-landing .lp-btn-primary:hover:after,.syntra-landing .nav-cta:hover:after{animation:lpSheen .85s ease}.syntra-landing .lp-btn-primary{position:relative;overflow:hidden}.reveal-ready .syntra-landing [data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);transition-delay:var(--rd,0s);will-change:opacity,transform}.reveal-ready .syntra-landing [data-reveal].is-visible{opacity:1;transform:none}.reveal-ready .syntra-landing [data-reveal-children]>*{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.reveal-ready .syntra-landing [data-reveal-children].is-visible>*{opacity:1;transform:none}.reveal-ready .syntra-landing [data-reveal-children].is-visible>:first-child{transition-delay:.04s}.reveal-ready .syntra-landing [data-reveal-children].is-visible>:nth-child(2){transition-delay:.11s}.reveal-ready .syntra-landing [data-reveal-children].is-visible>:nth-child(3){transition-delay:.18s}.reveal-ready .syntra-landing [data-reveal-children].is-visible>:nth-child(4){transition-delay:.25s}.reveal-ready .syntra-landing [data-reveal-children].is-visible>:nth-child(5){transition-delay:.32s}.reveal-ready .syntra-landing [data-reveal-children].is-visible>:nth-child(6){transition-delay:.39s}.syntra-landing .benefit,.syntra-landing .flow-step .demo,.syntra-landing .pipe-step,.syntra-landing .proof-card{transition:transform .3s cubic-bezier(.22,1,.36,1),border-color .3s ease,box-shadow .3s ease,background .3s ease}.syntra-landing .benefit:hover{transform:translateY(-5px);border-color:var(--accent);box-shadow:var(--elev-2)}.syntra-landing .benefit:hover .benefit-icon{background:var(--accent);color:var(--accent-fg);transform:scale(1.06) rotate(-3deg)}.syntra-landing .benefit-icon{transition:background .3s ease,color .3s ease,transform .3s cubic-bezier(.22,1,.36,1)}.syntra-landing .pipe-step:hover{background:var(--surface-2)}.syntra-landing .pipe-step:hover .pipe-num{background:var(--accent);color:var(--accent-fg)}.syntra-landing .pipe-num{transition:background .3s ease,color .3s ease}.syntra-landing .dev-code{transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s ease}.syntra-landing .dev-code:hover{transform:translateY(-4px);box-shadow:var(--shadow-code),var(--glow-accent)}.syntra-landing .pp-sug-meta .fill{transition:width 1s cubic-bezier(.22,1,.36,1) .3s}.syntra-landing .cta-band .lp-btn-primary{box-shadow:var(--glow-accent)}.syntra-landing .faq-item{transition:border-color .25s ease}.syntra-landing .faq-q{transition:color .2s ease}.syntra-landing .faq-item:hover .faq-q{color:var(--accent-strong)}@media (prefers-reduced-motion:reduce){.syntra-landing .hero-aurora,.syntra-landing .hero-grid-bg{animation:none!important}.syntra-landing .hero-copy>*,.syntra-landing .hero-inner>*,.syntra-landing h1.hero-title em:after{animation:none!important;opacity:1!important;transform:none!important}.reveal-ready .syntra-landing [data-reveal-children]>*,.reveal-ready .syntra-landing [data-reveal]{opacity:1!important;transform:none!important;transition:none!important}}@keyframes lpShimmer{0%{background-position:0 50%}to{background-position:200% 50%}}.syntra-landing .hero-spotlight{position:absolute;inset:0;z-index:-1;pointer-events:none;opacity:0;transition:opacity .45s ease;background:radial-gradient(460px circle at var(--mx,50%) var(--my,30%),var(--accent-soft),transparent 60%)}.syntra-landing .hero:hover .hero-spotlight{opacity:1}.syntra-landing .hero-preview-tilt{perspective:1500px}.syntra-landing .hero-preview{transform-style:preserve-3d;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .4s ease;will-change:transform}.syntra-landing h1.hero-title em{background:linear-gradient(100deg,var(--accent-strong),var(--accent),var(--accent-strong));background-size:220% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:lpShimmer 1.5s ease-out .6s 1 both}.syntra-landing [data-magnetic]{transition:transform .25s cubic-bezier(.22,1,.36,1)}.syntra-landing:after{content:"";position:fixed;inset:0;z-index:70;pointer-events:none;opacity:.028;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}@media (prefers-reduced-motion:reduce){.syntra-landing h1.hero-title em{animation:none!important}.syntra-landing:after{display:none}}.syntra-landing{position:relative;z-index:0}@keyframes lpAmbient{0%{transform:translate3d(-3%,-2%,0) scale(1.05) rotate(0deg)}50%{transform:translate3d(3%,2%,0) scale(1.18) rotate(8deg)}to{transform:translate3d(-3%,-2%,0) scale(1.05) rotate(0deg)}}@keyframes lpAmbientHue{0%,to{opacity:.85}50%{opacity:1}}.syntra-landing .lp-ambient{position:fixed;inset:-15%;z-index:-1;pointer-events:none;background:radial-gradient(38% 32% at 16% 14%,var(--aurora-1),transparent 60%),radial-gradient(34% 30% at 84% 22%,var(--aurora-2),transparent 60%),radial-gradient(40% 38% at 70% 78%,var(--aurora-3),transparent 62%),radial-gradient(32% 30% at 28% 88%,var(--aurora-2),transparent 60%);filter:blur(46px) saturate(125%);will-change:transform,opacity;animation:lpAmbient 34s ease-in-out infinite,lpAmbientHue 12s ease-in-out infinite}.syntra-landing .lp-ambient:after{content:"";position:absolute;inset:0;background:radial-gradient(30% 28% at 60% 30%,var(--aurora-3),transparent 64%),radial-gradient(28% 26% at 35% 60%,var(--aurora-1),transparent 62%);animation:lpAmbient 46s ease-in-out infinite reverse}@media (prefers-reduced-motion:reduce){.syntra-landing .lp-ambient,.syntra-landing .lp-ambient:after{animation:none!important}}.syntra-landing .nav-cta-wrap{position:relative;display:inline-flex}.syntra-landing .cta-tip{position:absolute;top:calc(100% + 11px);right:0;white-space:nowrap;background:var(--fg);color:var(--bg);font-size:12px;font-weight:500;padding:8px 12px;border-radius:9px;box-shadow:var(--elev-2);opacity:0;transform:translateY(-6px) scale(.97);transform-origin:top right;pointer-events:none;transition:opacity .18s ease,transform .2s cubic-bezier(.22,1,.36,1);z-index:80}.syntra-landing .cta-tip:before{content:"";position:absolute;bottom:100%;right:20px;border:6px solid transparent;border-bottom:6px solid var(--fg)}.syntra-landing .cta-tip.show{opacity:1;transform:translateY(0) scale(1)}@keyframes ctaPulse{0%{box-shadow:0 0 0 0 var(--accent-soft)}50%{box-shadow:0 0 0 7px var(--accent-soft)}to{box-shadow:0 0 0 0 var(--accent-soft)}}.syntra-landing .hero.is-prompting .hero-audit-input{border-color:var(--accent);animation:ctaPulse 1.4s ease-out 2}@media (prefers-reduced-motion:reduce){.syntra-landing .hero.is-prompting .hero-audit-input{animation:none;box-shadow:0 0 0 4px var(--accent-soft)}}