*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--primary:#cffc00;--primary-soft:#f4ffc8;--surface:#030d26;--surface-container-low:rgba(10,22,56,0.6);--surface-container-high:rgba(20,36,80,0.5);--surface-bright:#0e1e48;--on-surface:#dee5ff;--on-surface-variant:#8a94b8;--secondary:#d2dcfe;--tertiary:#b794f4;--tertiary-container:#d9b8ff;--outline-variant:rgba(210,220,254,0.15);--font-display:"Space Grotesk",sans-serif;--font-body:"Manrope",sans-serif;--radius-default:1rem;--radius-lg:2rem;--radius-full:9999px;--glow:0px 0px 12px rgba(207,252,0,0.35);--ambient-shadow:0px 24px 48px rgba(244,255,200,0.08)}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--surface);color:var(--on-surface);min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased}body:after,body:before{content:"";position:fixed;border-radius:50%;pointer-events:none;filter:blur(140px);z-index:0}body:before{width:600px;height:600px;top:-180px;left:-120px;background:radial-gradient(circle,rgba(207,252,0,.08) 0,transparent 70%)}body:after{width:500px;height:500px;bottom:-100px;right:-80px;background:radial-gradient(circle,rgba(210,220,254,.06) 0,transparent 70%)}.page-wrap{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem}nav{justify-content:space-between;padding:1.5rem 0}.nav-brand,nav{display:flex;align-items:center}.nav-brand{gap:.75rem;text-decoration:none}.nav-brand img{height:30px;width:30px;object-fit:contain}.nav-brand span{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--on-surface);letter-spacing:-.01em}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{font-family:var(--font-body);font-size:.9rem;font-weight:500;color:var(--on-surface-variant);text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--on-surface)}.nav-user-menu{position:relative}.nav-user-trigger{display:inline-flex;align-items:center;gap:.5rem;max-width:220px;font-family:var(--font-body);font-size:.875rem;font-weight:600;color:var(--on-surface);background:transparent;border:1px solid var(--outline-variant);padding:.55rem 1rem;border-radius:10px;cursor:pointer;transition:border-color .2s,color .2s}.nav-user-trigger:hover{border-color:rgba(210,220,254,.3);color:var(--on-surface)}.nav-user-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-user-chevron{width:14px;height:14px;flex-shrink:0;transition:transform .2s;color:var(--on-surface-variant)}.nav-user-chevron.open{transform:rotate(180deg)}.nav-user-dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:180px;display:flex;flex-direction:column;padding:.4rem;background:var(--surface-bright);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;box-shadow:0 12px 32px rgba(3,13,38,.6);z-index:20}.nav-user-dropdown:before{content:"";position:absolute;inset:0;border-radius:12px;border:1px solid var(--outline-variant);pointer-events:none}.nav-user-item{display:flex;align-items:center;width:100%;padding:.55rem .75rem;font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--on-surface);background:transparent;border:none;border-radius:8px;text-align:left;text-decoration:none;cursor:pointer;transition:background-color .15s,color .15s}.nav-user-item:hover{background:var(--surface-container-high);color:var(--primary-soft)}.btn-login{font-family:var(--font-body);font-size:.875rem;font-weight:600;color:var(--on-surface);background:transparent;border:1px solid var(--outline-variant);padding:.55rem 1.25rem;border-radius:10px;cursor:pointer;transition:border-color .2s,color .2s;text-decoration:none}.btn-login:hover{border-color:rgba(207,252,0,.4);color:var(--primary-soft)}.btn-signup{font-family:var(--font-body);font-size:.875rem;font-weight:700;color:var(--surface);background:linear-gradient(135deg,#f5fec5,#e7f5a8);border:none;padding:.55rem 1.25rem;border-radius:10px;cursor:pointer;transition:transform .2s}.btn-signup:hover{transform:translateY(-1px)}.nav-mobile-toggle{display:none;align-items:center;justify-content:center;background:transparent;border:none;padding:.5rem;cursor:pointer;color:var(--on-surface)}.nav-mobile-toggle svg{width:24px;height:24px}.nav-mobile-drawer{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(3,13,38,.94);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:100;padding:4.5rem 1.5rem 2rem;display:flex;flex-direction:column;gap:1.5rem;animation:mobileDrawerIn .22s ease-out}@keyframes mobileDrawerIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-mobile-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;padding:.5rem;cursor:pointer;color:var(--on-surface)}.nav-mobile-close svg{width:24px;height:24px}.nav-mobile-links{list-style:none;display:flex;flex-direction:column;gap:0;padding:0;margin:0}.nav-mobile-links li+li{border-top:1px solid var(--outline-variant)}.nav-mobile-links a{display:block;padding:1.1rem .25rem;font-family:var(--font-body);font-size:1.05rem;font-weight:500;color:var(--on-surface);text-decoration:none}.nav-mobile-links a:hover{color:var(--primary-soft)}.nav-mobile-auth{margin-top:auto;display:flex;flex-direction:column;gap:.75rem}.nav-mobile-auth a,.nav-mobile-auth button{text-align:center;padding:.85rem;font-size:.95rem}.nav-mobile-user{display:block;padding:.5rem .25rem;font-family:var(--font-body);font-size:.875rem;color:var(--on-surface-variant);text-align:center}.nav-auth-group{display:flex;align-items:center;gap:.65rem}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:4rem;gap:4rem;padding:6rem 0 5rem;min-height:70vh}.hero-text{max-width:560px}.hero-tag{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:.8rem;font-weight:600;color:var(--primary);background:rgba(207,252,0,.08);padding:.4rem 1rem;border-radius:var(--radius-full);margin-bottom:1.75rem;letter-spacing:.04em;text-transform:uppercase}.hero-tag .pulse{width:6px;height:6px;background:var(--primary);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 0 0 rgba(207,252,0,.4)}50%{opacity:.7;box-shadow:0 0 0 6px rgba(207,252,0,0)}}.hero h1{font-family:var(--font-display);font-size:3.5rem;font-weight:700;line-height:1.08;letter-spacing:-.025em;margin-bottom:1.5rem}.hero h1 .accent{background:linear-gradient(135deg,var(--primary-soft),var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.125rem;line-height:1.7;color:var(--on-surface-variant);margin-bottom:2.5rem;max-width:460px}.hero-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:.95rem;font-weight:700;color:var(--surface);background:linear-gradient(135deg,var(--primary-soft),var(--primary));border:none;padding:.85rem 2rem;border-radius:var(--radius-full);cursor:pointer;box-shadow:var(--glow);transition:transform .15s,box-shadow .2s;text-decoration:none}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 0 24px rgba(207,252,0,.5)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-primary svg{width:18px;height:18px}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:.95rem;font-weight:600;color:var(--on-surface);background:transparent;border:1px solid var(--outline-variant);padding:.85rem 2rem;border-radius:var(--radius-full);cursor:pointer;transition:border-color .2s,background .2s;text-decoration:none}.btn-secondary:hover{border-color:rgba(210,220,254,.3);background:rgba(210,220,254,.04)}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.install-hint{width:100%;margin-top:.75rem;display:flex;align-items:center;gap:.5rem}.install-hint code{font-family:Space Grotesk,monospace;font-size:.82rem;color:var(--on-surface-variant);background:var(--surface-container-high);padding:.45rem 1rem;border-radius:var(--radius-default);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-user-select:all;-moz-user-select:all;user-select:all;letter-spacing:.02em}.hero-visual{display:flex;justify-content:center;align-items:center;position:relative}.hero-card{position:relative;background:var(--surface-container-low);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:3rem;box-shadow:var(--ambient-shadow);overflow:visible}.hero-card,.hero-card:before{border-radius:var(--radius-lg)}.hero-card:before{content:"";position:absolute;inset:0;border:1px solid var(--outline-variant);pointer-events:none}.hero-card img{width:320px;height:320px;object-fit:contain;display:block;filter:drop-shadow(0 0 40px rgba(207,252,0,.12))}.float-chip{background:var(--surface-container-high);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:.6rem 1rem;font-family:var(--font-display);font-size:.78rem;font-weight:600;color:var(--on-surface);box-shadow:var(--ambient-shadow);white-space:nowrap;animation:float 6s ease-in-out infinite}.float-chip,.float-chip:before{position:absolute;border-radius:var(--radius-default)}.float-chip:before{content:"";inset:0;border:1px solid var(--outline-variant);pointer-events:none}.float-chip .chip-value{color:var(--primary);font-weight:700}.float-chip:nth-child(2){top:12%;right:-60px;animation-delay:0s}.float-chip:nth-child(3){bottom:18%;left:-70px;animation-delay:-2s}.float-chip:nth-child(4){bottom:-16px;right:10%;animation-delay:-4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.features{padding:5rem 0}.features-header{text-align:center;margin-bottom:3.5rem}.features-header h2{font-family:var(--font-display);font-size:2.25rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem}.features-header p{font-size:1rem;color:var(--on-surface-variant);max-width:480px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.feature-card{position:relative;background:var(--surface-container-low);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-lg);padding:2.25rem;transition:transform .2s}.feature-card:before{content:"";position:absolute;inset:0;border-radius:var(--radius-lg);border:1px solid var(--outline-variant);pointer-events:none}.feature-card:hover{transform:translateY(-4px)}.feature-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(207,252,0,.08);border-radius:var(--radius-default);margin-bottom:1.25rem}.feature-icon svg{width:24px;height:24px;stroke:var(--primary);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.feature-card h3{font-family:var(--font-display);font-size:1.15rem;font-weight:600;margin-bottom:.6rem}.feature-card p{font-size:.9rem;color:var(--on-surface-variant);line-height:1.6}.pricing{padding:5rem 0}.pricing-header{text-align:center;margin-bottom:3.5rem}.pricing-header h2{font-family:var(--font-display);font-size:2.25rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem}.pricing-header p{font-size:1rem;color:var(--on-surface-variant);max-width:480px;margin:0 auto;line-height:1.6}.pricing-dots{display:none;justify-content:center;gap:.5rem;margin-bottom:1rem}.pricing-dots button{width:8px;height:8px;border-radius:50%;border:none;background:var(--outline-variant);padding:0;cursor:pointer;transition:background .2s,transform .2s}.pricing-dots button.active{background:var(--primary);transform:scale(1.4)}.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;max-width:720px;margin:0 auto}.pricing-card{position:relative;display:flex;flex-direction:column;background:var(--surface-container-low);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-lg);padding:2.5rem;transition:transform .2s}.pricing-card:before{content:"";position:absolute;inset:0;border-radius:var(--radius-lg);border:1px solid var(--outline-variant);pointer-events:none}.pricing-card:hover{transform:translateY(-4px)}.pricing-card-highlight{background:rgba(207,252,0,.04)}.pricing-card-highlight:before{border-color:rgba(207,252,0,.3)}.pricing-badge{position:absolute;top:1.25rem;right:1.25rem;font-family:var(--font-body);font-size:.72rem;font-weight:700;color:var(--surface);background:var(--primary);padding:.3rem .8rem;border-radius:var(--radius-full);letter-spacing:.04em;text-transform:uppercase}.pricing-card h3{font-family:var(--font-display);font-size:1.35rem;font-weight:700;margin-bottom:.75rem}.pricing-price{display:flex;align-items:baseline;gap:.15rem;margin-bottom:.75rem}.pricing-amount{font-family:var(--font-display);font-size:2.5rem;font-weight:700;letter-spacing:-.02em}.pricing-desc,.pricing-period{font-size:.9rem;color:var(--on-surface-variant)}.pricing-desc{line-height:1.6;margin-bottom:1.5rem}.pricing-features{list-style:none;display:grid;grid-gap:.65rem;gap:.65rem;margin-bottom:2rem}.pricing-features li{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:var(--on-surface)}.pricing-features svg{width:16px;height:16px;stroke:var(--primary);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.pricing-cta{width:100%;justify-content:center;margin-top:auto}.dashboard{padding:3rem 0 5rem;min-height:60vh}.dashboard-title{font-family:var(--font-display);font-size:2rem;font-weight:700;letter-spacing:-.02em;margin-bottom:2rem}.dashboard-loading{color:var(--on-surface-variant);font-size:1rem;padding:4rem 0;text-align:center}.dashboard-banner{padding:.85rem 1.25rem;border-radius:var(--radius-default);font-size:.9rem;font-weight:500;margin-bottom:1.5rem}.dashboard-banner-success{background:rgba(207,252,0,.1);color:var(--primary);border:1px solid rgba(207,252,0,.25)}.dashboard-banner-warn{background:rgba(255,200,50,.08);color:#ffc832;border:1px solid rgba(255,200,50,.2)}.dashboard-card{position:relative;background:var(--surface-container-low);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-lg);padding:2rem 2.25rem;max-width:520px}.dashboard-card:before{content:"";position:absolute;inset:0;border-radius:var(--radius-lg);border:1px solid var(--outline-variant);pointer-events:none}.dashboard-card-header{display:flex;align-items:center;gap:.6rem;margin-bottom:1.5rem;color:var(--on-surface-variant)}.dashboard-card-header h2{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--on-surface-variant);letter-spacing:.02em}.plan-details{display:grid;grid-gap:1rem;gap:1rem}.plan-row{justify-content:space-between}.plan-row,.plan-row>div{display:flex;align-items:center}.plan-row>div{gap:.75rem}.plan-name{font-family:var(--font-display);font-size:1.5rem;font-weight:700}.plan-status{font-size:.72rem;font-weight:700;padding:.25rem .7rem;border-radius:var(--radius-full);letter-spacing:.03em;text-transform:uppercase}.plan-status-active{background:rgba(207,252,0,.15);color:var(--primary)}.plan-status-free{background:rgba(210,220,254,.1)}.plan-desc,.plan-status-free{color:var(--on-surface-variant)}.plan-desc{font-size:.9rem;line-height:1.6}.plan-cancel-note{font-size:.85rem;color:#ffc832;line-height:1.5}.plan-manage-btn{display:inline-flex;align-items:center;gap:.5rem;width:-moz-fit-content;width:fit-content}.nav-link{font-family:var(--font-body);font-size:.9rem;font-weight:600;color:var(--primary);text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--primary-soft)}.faq-page{padding:4rem 0 6rem;min-height:60vh}.faq-header{max-width:760px;margin:0 auto 3rem;text-align:center}.faq-header h1{font-family:var(--font-display);font-size:3rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.faq-header p{color:var(--on-surface-variant);line-height:1.6;max-width:580px;margin:0 auto}.faq-header p a{color:var(--primary-soft);text-decoration:underline}.faq-section{max-width:760px;margin:0 auto 2.5rem}.faq-section h2{font-family:var(--font-display);font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--on-surface)}.faq-item{position:relative;background:var(--surface-container-low);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;margin-bottom:.75rem;overflow:hidden}.faq-item:before{content:"";position:absolute;inset:0;border-radius:16px;border:1px solid var(--outline-variant);pointer-events:none}.faq-item summary{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.5rem;font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--on-surface);cursor:pointer;list-style:none;transition:color .2s}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"";width:8px;height:8px;border-right:2px solid var(--on-surface-variant);border-bottom:2px solid var(--on-surface-variant);transform:rotate(45deg);transition:transform .25s;margin-left:1rem;flex-shrink:0}.faq-item[open] summary:after{transform:rotate(-135deg)}.faq-item summary:hover{color:var(--primary-soft)}.faq-answer{padding:0 1.5rem 1.25rem;color:var(--on-surface-variant);line-height:1.7;font-size:.95rem}.faq-answer p{margin-bottom:.8rem}.faq-answer p:last-child{margin-bottom:0}.legal-page{padding:4rem 0 6rem;min-height:60vh}.legal-content{max-width:720px;margin:0 auto}.legal-content h1{font-family:var(--font-display);font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.legal-meta{font-size:.875rem;color:var(--on-surface-variant);margin-bottom:2.5rem}.legal-intro{font-size:1.05rem;color:var(--on-surface);line-height:1.7}.legal-content section,.legal-intro{margin-bottom:2.5rem}.legal-content h2{font-size:1.35rem;margin-bottom:.85rem}.legal-content h2,.legal-content h3{font-family:var(--font-display);font-weight:700;color:var(--on-surface)}.legal-content h3{font-size:1.05rem;margin-top:1.5rem;margin-bottom:.6rem}.legal-content p{color:var(--on-surface-variant);line-height:1.7;margin-bottom:1rem;font-size:.95rem}.legal-content p strong{color:var(--on-surface);font-weight:700}.legal-content ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem;color:var(--on-surface-variant)}.legal-content li{line-height:1.7;margin-bottom:.4rem;font-size:.95rem}.legal-content a{color:var(--primary-soft);text-decoration:underline}.legal-content a:hover{color:var(--primary)}.docs-coming-soon{padding:4rem 0 6rem;min-height:60vh}.docs-coming-soon-inner{max-width:880px;margin:0 auto;text-align:center}.docs-coming-soon-inner .hero-tag{margin:0 auto 1.75rem}.docs-coming-soon-inner h1{font-family:var(--font-display);font-size:3rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.docs-coming-soon-inner>p{font-size:1.05rem;color:var(--on-surface-variant);line-height:1.6;max-width:560px;margin:0 auto 3rem}.docs-preview-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;text-align:left;margin-bottom:2.5rem;opacity:.55}.docs-preview-card{position:relative;background:var(--surface-container-low);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-lg);padding:1.75rem}.docs-preview-card:before{content:"";position:absolute;inset:0;border-radius:var(--radius-lg);border:1px solid var(--outline-variant);pointer-events:none}.docs-preview-card h3{font-family:var(--font-display);font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.docs-preview-card p{font-size:.9rem;color:var(--on-surface-variant);line-height:1.55}.docs-back{display:inline-flex}.cta{padding:5rem 0 6rem}.cta-box{position:relative;text-align:center;background:var(--surface-container-low);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-lg);padding:4rem 2rem;overflow:hidden}.cta-box:before{inset:0;border-radius:var(--radius-lg);border:1px solid var(--outline-variant)}.cta-box:after,.cta-box:before{content:"";position:absolute;pointer-events:none}.cta-box:after{top:-50%;left:50%;transform:translateX(-50%);width:400px;height:400px;background:radial-gradient(circle,rgba(207,252,0,.06) 0,transparent 60%)}.cta-box h2{font-family:var(--font-display);font-size:2.25rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem}.cta-box h2,.cta-box p{position:relative;z-index:1}.cta-box p{font-size:1rem;color:var(--on-surface-variant);margin-bottom:2rem;max-width:420px;margin-left:auto;margin-right:auto;line-height:1.6}.cta-box .btn-primary{position:relative;z-index:1}footer{padding:2rem 0;display:flex;align-items:center;justify-content:space-between}footer span{font-size:.8rem;color:var(--on-surface-variant)}.footer-links{display:flex;gap:1.5rem;list-style:none}.footer-links a{font-size:.8rem;color:var(--on-surface-variant);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--on-surface)}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:1.5rem;position:relative;z-index:1}.auth-card{width:min(520px,100%);background:var(--surface-container-low);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--ambient-shadow);padding:2.5rem;position:relative}.auth-card,.auth-card:before{border-radius:var(--radius-lg)}.auth-card:before{content:"";position:absolute;inset:0;border:1px solid var(--outline-variant);pointer-events:none}.auth-card .eyebrow{margin:0;font-family:var(--font-body);font-weight:700;letter-spacing:.08em;font-size:.75rem;color:var(--on-surface-variant)}.auth-card h1{margin-top:.5rem;font-family:var(--font-display);font-size:clamp(1.5rem,4.2vw,2.2rem);font-weight:700;letter-spacing:-.02em;line-height:1.1}.auth-card>p{margin:.65rem 0 0;color:var(--on-surface-variant);font-size:.95rem;line-height:1.5}.auth-form{margin-top:1.5rem;display:grid;grid-gap:.55rem;gap:.55rem}.auth-form label{font-size:.85rem;font-weight:500;color:var(--on-surface-variant)}.auth-form input{width:100%;background:var(--surface-container-high);color:var(--on-surface);border:1px solid var(--outline-variant);border-radius:var(--radius-default);padding:.75rem 1rem;font:inherit;font-size:.95rem;margin-bottom:.4rem;transition:border-color .2s,background .2s;outline:none}.auth-form input::placeholder{color:var(--on-surface-variant);opacity:.5}.auth-form input:focus{background:var(--surface-bright);border-color:rgba(207,252,0,.4)}.auth-form button{margin-top:.5rem}.auth-google{margin-top:.75rem;width:100%}.auth-divider{display:flex;align-items:center;gap:1rem;margin-top:1rem;color:var(--on-surface-variant);font-size:.8rem}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:var(--outline-variant)}.auth-message{margin-top:.75rem;color:#ff8f8f;font-size:.9rem}.auth-meta{margin-top:1rem;font-size:.9rem;color:var(--on-surface-variant)}.auth-meta a{color:var(--primary);text-decoration:none;font-weight:600}.auth-meta a:hover{text-decoration:underline}@media (max-width:900px){.hero{grid-template-columns:1fr;text-align:center;padding:4rem 0 3rem;gap:3rem}.hero-text{max-width:100%;margin:0 auto}.hero p{margin-left:auto;margin-right:auto}.hero-actions,.install-hint{justify-content:center}.features-grid{margin:0 auto}.docs-preview-grid,.features-grid,.pricing-grid{grid-template-columns:1fr;max-width:420px}.docs-preview-grid{margin-left:auto;margin-right:auto}.hero h1{font-size:2.5rem}.hero-card img{width:240px;height:240px}.float-chip{font-size:.7rem;padding:.45rem .75rem}.float-chip:nth-child(2){top:14px;right:14px;bottom:auto;left:auto}.float-chip:nth-child(3){bottom:-10px;right:14px;top:auto;left:auto}.float-chip:nth-child(4){bottom:34px;left:8px;top:auto;right:auto}}@media (max-width:600px){.nav-links{display:none}.nav-mobile-toggle{display:inline-flex}.hero h1{font-size:2rem}footer{flex-direction:column;gap:1rem;text-align:center}.auth-card{padding:1.5rem}.pricing-dots{display:flex}.pricing-grid{display:flex;grid-template-columns:none;max-width:100%;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:1rem;scrollbar-width:none}.pricing-grid::-webkit-scrollbar{display:none}.pricing-card{flex:0 0 100%;scroll-snap-align:start}}