.glass-card{background:#ffffff1a;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:1.5rem;box-shadow:0 8px 24px var(--shadowSecondary);color:var(--text);transition:background .3s ease,border .3s ease}[data-theme=dark] .glass-card{background:#0f11174d;border:1px solid rgba(255,255,255,.1)}.bg-gradient-main{background:linear-gradient(135deg,var(--primary),var(--accent))}.bg-gradient-soft{background:linear-gradient(to bottom right,var(--backgroundSecondary),var(--cardSecondary))}/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */@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-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.z-\[10\]{z-index:10}.flex{display:flex}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.bg-\[var\(--background\)\]{background-color:var(--background)}.font-\[\'Inter\'\]{font-family:Inter}.text-\[var\(--text\)\]{color:var(--text)}.opacity-80{opacity:.8}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}:root{--background:#fff;--text:#000;--textSecondary:#666;--accent:#1da1f2;--buttonColor:#1da1f2;--buttonText:#fff}body{background-color:var(--background);color:var(--text);scroll-behavior:smooth;margin:0;padding:0;font-family:Inter,sans-serif;line-height:1.6;transition:background-color .3s,color .3s}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}img{max-width:100%;height:auto;display:block}@keyframes fadeSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-container{z-index:1;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:1200px;padding:2rem 1rem;display:flex;position:relative}.hero-left,.hero-right{text-align:center;width:100%}.hero-text p{color:var(--textSecondary);max-width:600px;margin:1rem auto 1.5rem;font-size:1rem;line-height:1.7}.hero-buttons{flex-direction:column;align-items:center;gap:1rem;margin-top:2rem;display:flex}.hero-cta{background-color:var(--buttonColor);color:var(--buttonText);border-radius:999px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;box-shadow:0 10px 20px #1da1f240}.hero-note{color:var(--textSecondary);font-size:.875rem}.hero-image-wrapper{max-width:500px;margin:0 auto}.hero-image{border-radius:1rem;width:100%}@media (min-width:768px){.hero-container{text-align:left;flex-direction:row;justify-content:space-between;align-items:center}.hero-left,.hero-right{width:48%}.hero-buttons{flex-direction:row;justify-content:flex-start;align-items:center}.hero-text p{margin-left:0;margin-right:0}}.features-block{flex-direction:column;justify-content:space-between;align-items:center;gap:2rem;width:100%;padding:2rem 1rem;display:flex}.features-content{text-align:center;flex:1;max-width:500px}.features-image{flex:1;justify-content:center;align-items:center;display:flex}.features-image img{border-radius:16px;max-width:260px}@media (min-width:768px){.features-block{flex-direction:row;gap:0}.features-content{text-align:right;padding-right:2rem}.features-block.reverse .features-content{text-align:left;padding-left:2rem;padding-right:0}.features-block.reverse{flex-direction:row-reverse}}.download-auto{filter:brightness(.95);z-index:2;width:450px;transition:all .3s;position:relative;bottom:25%}@media (max-width:767px){.download-auto-wrapper{opacity:.4;pointer-events:none;top:45%;left:50%;transform:translate(-50%,-50%)rotate(180deg);z-index:0!important;position:absolute!important}.download-auto{width:300px;bottom:auto}}.top-nav{z-index:10;justify-content:space-between;align-items:center;height:80px;padding:0 6rem;display:flex;position:relative}.top-nav-logo img{-o-object-fit:contain;object-fit:contain;height:70px}.top-nav-link{color:var(--text);border-radius:8px;padding:8px 16px;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .2s}.top-nav-link:hover{background:#ffffff0d}@media (max-width:768px){.top-nav{text-align:center;flex-direction:column;justify-content:center;gap:.5rem;height:auto;padding:1rem}.top-nav-logo img{height:56px}.top-nav-link{padding:6px 12px;font-size:.9rem}}.footer{background-color:var(--cardSecondary);border-top:1px solid var(--cardBorder);width:100%;color:var(--textSecondary);text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-top:4rem;padding:2rem 1rem}.footer-inner{max-width:1200px;margin:0 auto}.footer p{margin-bottom:1rem;font-size:.875rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;font-size:.9rem;display:flex}.footer-links a{color:var(--textSecondary);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--accent)}@media (max-width:600px){.footer{padding:2rem 1.25rem}.footer-links{gap:1rem;font-size:.85rem}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
