:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--neon-purple: #00E699;--neon-secondary: #00C5C5;--background-dark: #000000}*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}body{background:#000;color:#fff}.hero{min-height:75vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;background:var(--background-dark);position:relative}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(0,230,153,.15),transparent 70%);z-index:0}.hero h1{font-size:5rem;font-weight:800;margin-bottom:1.5rem;color:#fff;position:relative;z-index:1}.hero p{font-size:1.5rem;max-width:600px;margin-bottom:2rem;color:#ffffffe6}.cta-button{position:relative;padding:15px 30px;background:var(--neon-purple);border-radius:100px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#000;font-size:1.2rem;font-weight:700;cursor:grab;transition:all .3s ease}.cta-button:after{content:"";position:absolute;left:50%;transform:translate(-50%);top:-5px;width:30px;height:5px;background:#ff016f21;border-radius:10px;transition:.5s;opacity:dark;color:#000}.cta-button:hover:after{top:0;height:100%;width:80%;border-radius:30px;opacity:1;animation:show .5s ease forwards;color:#000}.cta-button:nth-child(3):hover:after{box-shadow:0 0 15px #00ff8444,0 0 30px #00ff8454;background:#4d4b0515;color:#000}.features{padding:6rem 4rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(600px,1fr));gap:4rem;max-width:1800px;margin:0 auto;height:auto}.feature-card{height:auto;background-image:none;padding:4rem;border-radius:25px;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,border-color .3s ease;text-align:center}.feature-card img{width:100%;height:auto;max-height:400px;object-fit:cover;border-radius:15px;margin-bottom:3rem}.feature-card:hover{transform:translateY(-5px);border-color:var(--neon-purple)}.feature-card h3{color:var(--neon-purple);font-size:2.5rem;margin-bottom:2rem}.feature-card p{font-size:1.3rem;line-height:1.7;color:#ffffffe6;max-width:800px;margin:0 auto}.ftrcardimg{height:20rem;padding-right:10px}.navbar{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#1a1a1acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid rgba(255,255,255,.1)}.logo{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-weight:600;font-size:1.25rem}.nav-links{display:flex;gap:2rem;align-items:center;padding-right:1000px}.nav-links a{color:#fffc;text-decoration:none;font-size:.95rem;transition:color .3s ease}.nav-buttons{display:flex;gap:1rem;align-items:center;margin-right:30px}.sign-in{color:#fff;text-decoration:none;font-size:.95rem}.console-btn{padding:.5rem 1rem;background:var(--neon-purple);color:#000;border-radius:6px;text-decoration:none;font-size:.95rem;font-weight:500;transition:opacity .3s ease}.console-btn:hover{opacity:.9}.hero{padding-top:5rem}.trusted-by{padding:6rem 4rem;background:#000}.trusted-by-container{max-width:1400px;margin:0 auto;display:flex;gap:4rem;align-items:center}.trusted-by-text{flex:0 0 40%}.trusted-by h2{font-size:3.5rem;font-weight:600;color:#fff;max-width:600px}.logo-grid{flex:1;display:flex;flex-direction:column;gap:3rem}.logo-row{display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo-row img{width:100%;height:auto;max-width:160px;filter:brightness(0) invert(1);opacity:.9;transition:opacity .3s ease}.logo-row img:hover{opacity:1}@media (max-width: 1200px){.trusted-by-container{flex-direction:column;text-align:center}.trusted-by-text{flex:none}.trusted-by h2{margin:0 auto 2rem}.logo-row{flex-wrap:wrap;justify-content:center}}@media (max-width: 768px){.trusted-by{padding:4rem 2rem}.trusted-by h2{font-size:2.5rem}.logo-row img{max-width:120px}}.text{font-family:monospace;font-size:1.2rem;color:var(--neon-purple);border-right:4px solid;width:0;white-space:nowrap;overflow:hidden;animation:typing 4s steps(63) forwards,cursor .4s step-end infinite alternate}@keyframes typing{0%{width:0}to{width:100%}}@keyframes cursor{50%{border-color:transparent}}.code-integration{background:#000;padding:6rem 4rem}.code-container{max-width:1400px;margin:0 auto;display:flex;gap:4rem;align-items:center}.code-text{flex:0 0 40%}.code-text h2{font-size:4rem;font-weight:600;color:#fff;line-height:1.1;margin-bottom:1.5rem}.code-text p{font-size:1.2rem;color:#fffc;margin-bottom:2rem;max-width:500px}.see-examples{color:var(--neon-purple);text-decoration:none;font-size:1.1rem;display:inline-flex;align-items:center;transition:opacity .3s ease}.see-examples:hover{opacity:.8}.code-editor{flex:1;background:#1a1a1a;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.editor-header{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.language-tabs{display:flex;gap:1rem;align-items:center}.tab{color:#fff9;font-size:.9rem;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .3s ease}.tab.active{background:#ffffff1a;color:#fff}.code-content{padding:2rem;margin:0;font-family:monospace;font-size:.9rem;line-height:1.5;color:#fff;background:none}.code-content .import,.code-content .export,.code-content .async,.code-content .function,.code-content .const,.code-content .return,.code-content .await{color:#9d7cd8}.code-content .get{color:#7ee787}.code-content .var{color:#79c0ff}.code-content .string{color:#a5d6ff}@media (max-width: 1200px){.code-container{flex-direction:column;text-align:center}.code-text{flex:none}.code-text p{margin:0 auto 2rem}}@media (max-width: 768px){.code-integration{padding:4rem 2rem}.code-text h2{font-size:3rem}.language-tabs{overflow-x:auto;padding-bottom:.5rem}}.lightning-fast-section{background:#000;padding:6rem 4rem;color:#fff;position:relative;max-width:1400px;margin:0 auto;display:flex;gap:4rem;align-items:center}.background-video{position:absolute;top:0;left:0;width:100%;height:50rem;object-fit:scale-down;opacity:1;z-index:1}.lightning-fast-content{position:relative;z-index:2;max-width:1800px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.speed-description{font-size:1.1rem;color:#ffffffb3;margin-top:.5rem}.lightning-phone-display{overflow:hidden;margin-left:20px;margin-top:300px}.popup-video{width:80%;height:85%;object-fit:contain;border-radius:10px}.lightning-driver-link{color:#00e699;text-decoration:none;font-size:1.1rem;display:inline-flex;align-items:center;transition:opacity .3s ease}.lightning-driver-link:hover{opacity:.8}.modern-workflows{padding:4rem 2rem;background:#000}.workflow-card{transition:transform .3s ease}.workflow-card:hover{transform:translateY(-5px)}. better-database{max-width:1200px;margin:0 auto;text-align:center}.header h1{font-size:2.5rem;font-weight:700;margin-bottom:40px;line-height:1.2}.better-database-grid{height:300px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.better-database-grid{padding:20px;border-radius:12px;text-align:left;background:linear-gradient(145deg,#121212,#1f1f1f);box-shadow:0 4px 10px #00000080}.better-database-primary{grid-column:span 2;background:linear-gradient(145deg,#2d2d2d,#3a3a3a);color:#87ceeb}.better-database-grid h2{font-size:1.5rem;margin-bottom:10px}.better-database-grid p{font-size:1rem;line-height:1.5}@media (max-width: 768px){.feature-primary{grid-column:span 1}}footer{background:#000;padding:20px;font-size:.9rem}.footer-container{display:flex;justify-content:space-between;flex-wrap:wrap}.footer-logo p{margin-top:30px;margin-bottom:10px;margin-left:400px;font-size:large}.footer-links{display:flex;flex-wrap:wrap;gap:30px}.footer-links div{margin-right:20px}.footer-links h4{margin-bottom:10px;font-size:1.1rem}.footer-links ul li{margin-bottom:5px;margin-right:100px}.footer-links ul li:hover{text-decoration:underline;cursor:pointer}
