:root{--font-sans-v2:"Space Grotesk",sans-serif;--font-mono-v2:"JetBrains Mono",monospace}.plugee-v2-root{--bg-landing:#0a0e1a;--bg-card:#111827;--accent:#00f5c8;--accent-text:#071014;--accent-glow:rgba(0,245,200,.15);--text:#fff;--text-muted:#8b9ab0;--border:hsla(0,0%,100%,.07);--font-sans:"Space Grotesk",sans-serif;--font-mono:"JetBrains Mono",monospace;background:var(--bg-landing);color:var(--text);font-family:var(--font-sans);line-height:1.6;position:relative;overflow-x:hidden;width:100%}.plugee-v2-root .cursor-glow{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:1;background:radial-gradient(600px circle at var(--mouse-x,0) var(--mouse-y,0),rgba(0,245,200,.035),transparent 80%)}.plugee-v2-root .eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.13em;color:var(--accent);text-transform:uppercase;margin-bottom:18px}.plugee-v2-root .eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--accent);flex-shrink:0}.plugee-v2-root .tok-key{color:var(--accent)}.plugee-v2-root .tok-str{color:#a5d6a7}.plugee-v2-root .tok-val{color:#ffd54f}.plugee-v2-root .tok-punct{color:#5a6a7e}.plugee-v2-root .tok-brace{color:#8b9ab0}.plugee-v2-root .fade-up{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.plugee-v2-root .fade-up.visible{opacity:1;transform:none}.plugee-v2-root .delay-1{transition-delay:.1s}.plugee-v2-root .delay-2{transition-delay:.2s}.plugee-v2-root .delay-3{transition-delay:.3s}.plugee-v2-root .delay-4{transition-delay:.4s}.plugee-v2-root .delay-5{transition-delay:.5s}@keyframes pulse-plugee{0%,to{opacity:1}50%{opacity:.35}}.plugee-v2-root .pulsing-dot{animation:pulse-plugee 2s ease-in-out infinite}.plugee-v2-root .stats-item{text-align:center;padding:12px;border-right:1px solid hsla(0,0%,100%,.05)}.plugee-v2-root .stats-item:last-child{border-right:none}@media (max-width:768px){.plugee-v2-root .stats-item{border-right:none;border-bottom:1px solid hsla(0,0%,100%,.05);padding-bottom:24px}.plugee-v2-root .stats-item:last-child{border-bottom:none;padding-bottom:0}}.plugee-v2-root .step-connector{position:absolute;top:28px;left:calc(33.33% + 12px);right:calc(33.33% + 12px);height:1px;background:linear-gradient(90deg,rgba(0,245,200,.4),rgba(0,245,200,.15),rgba(0,245,200,.4));pointer-events:none;z-index:0}@media (max-width:768px){.plugee-v2-root .step-connector{display:none}}.plugee-v2-root .integrations-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:16px}@media (max-width:1024px){.plugee-v2-root .integrations-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:600px){.plugee-v2-root .integrations-grid{grid-template-columns:repeat(2,1fr)}}.plugee-v2-root .bento-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(220px,auto);gap:20px}.plugee-v2-root .bento-card-large{grid-column:span 2}.plugee-v2-root .bento-card-medium{grid-column:span 1}@media (max-width:900px){.plugee-v2-root .bento-grid{grid-template-columns:repeat(2,1fr)}.plugee-v2-root .bento-card-large{grid-column:span 2}}@media (max-width:650px){.plugee-v2-root .bento-grid{grid-template-columns:1fr}.plugee-v2-root .bento-card-large,.plugee-v2-root .bento-card-medium{grid-column:span 1}}.plugee-v2-root .pro-card-glowing{position:relative;z-index:2}.plugee-v2-root .pro-card-glowing:after{content:"";position:absolute;inset:-1.5px;border-radius:17px;background:linear-gradient(90deg,var(--accent),rgba(0,245,200,.1),#3b82f6,var(--accent));background-size:300% 300%;animation:border-beam-flow-p 8s ease infinite;z-index:-1;pointer-events:none}@keyframes border-beam-flow-p{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.plugee-v2-root .arch-flow-node{background:#111827;border:1px solid hsla(0,0%,100%,.07);border-radius:14px;padding:20px 24px;display:flex;flex-direction:column;align-items:center;gap:12px;min-width:180px;text-align:center;position:relative;transition:border-color .3s,transform .3s}.plugee-v2-root .arch-flow-node:hover{border-color:rgba(0,245,200,.3);transform:translateY(-2px)}.plugee-v2-root .arch-flow-line{height:2px;flex-grow:1;background:hsla(0,0%,100%,.06);position:relative;min-width:40px}.plugee-v2-root .arch-flow-line:after{content:"";position:absolute;top:0;left:0;height:100%;width:20px;background:linear-gradient(90deg,transparent,var(--accent),transparent);animation:data-pulse-flow-p 2s linear infinite}@keyframes data-pulse-flow-p{0%{left:0}to{left:calc(100% - 20px)}}@media (max-width:768px){.plugee-v2-root .arch-flow-container{flex-direction:column!important;gap:32px!important}.plugee-v2-root .arch-flow-line{width:2px;height:40px;min-width:2px;flex-grow:0}.plugee-v2-root .arch-flow-line:after{top:0;left:0;width:100%;height:20px;background:linear-gradient(180deg,transparent,var(--accent),transparent);animation:data-pulse-flow-vertical-p 2s linear infinite}}@keyframes data-pulse-flow-vertical-p{0%{top:0}to{top:calc(100% - 20px)}}.plugee-v2-root .faq-content-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.4,0,.2,1)}.plugee-v2-root .faq-content-wrapper.open{grid-template-rows:1fr}.plugee-v2-root .faq-content-inner{overflow:hidden}