@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");:root{--primary-color:#e7ddd6;--primary-color-darker:#7ec835;--secondary-color:#163816;--accent-gold:#dfd13e;--polink-green:#76e73d;--bg-base:#1b1b1b;--bg-surface:rgba(27,27,27,0.55);--bg-elevated:rgba(40,40,40,0.65);--glass-bg:rgba(27,27,27,0.45);--glass-border:rgba(255,255,255,0.08);--glass-shadow:0 8px 32px rgba(0,0,0,0.45),inset 0 1px 0 rgba(255,255,255,0.06);--glass-blur:blur(18px) saturate(160%);--text-primary:#e7ddd6;--text-secondary:#909090;--text-muted:#555;--background-color:#1b1b1b;--text-color:#e7ddd6;--secondary-text-color:#909090}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--text-primary);background:var(--bg-base)}label{font-size:.8rem;margin-bottom:.2rem;font-weight:400;color:var(--text-secondary)}input{font-size:.9rem;padding:.5rem;border:1px solid var(--glass-border);border-radius:4px;background:rgba(255,255,255,.05);color:var(--text-primary)}.container{min-height:100vh}.container,.dashboard-layout{display:flex;flex-direction:column}.dashboard-layout{height:100%;color:var(--text-primary);font-family:Roboto,sans-serif;overflow:hidden}.dashboard-panels{display:flex;flex-direction:row;gap:1.25rem;flex:1 1;padding:0 1rem 1rem;min-height:0;overflow:hidden}.dashboard-title{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem .75rem;font-size:1.4rem;font-weight:700;letter-spacing:-.02em;color:var(--text-primary);border-bottom:1px solid var(--glass-border);margin-bottom:.75rem;flex-shrink:0}@keyframes publish-jump{0%,to{transform:translateY(0)}35%{transform:translateY(-5px)}65%{transform:translateY(-2px)}}.btn-publish{padding:.42rem 1.1rem;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:4px;border:1.5px solid rgba(255,255,255,.2);background:transparent;color:rgba(255,255,255,.35);cursor:pointer;transition:all .2s ease;font-family:inherit}.btn-publish:disabled{opacity:.5;cursor:not-allowed}.btn-publish--dirty{border-color:var(--polink-green);color:var(--polink-green);animation:publish-jump .9s ease infinite}.btn-publish--dirty:hover{background:rgba(118,231,61,.1);animation:none;transform:translateY(-1px)}.header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.logo svg{height:40px}.header nav{display:flex;gap:2rem}.header a{color:#333;text-decoration:none;font-weight:500}.header a:hover{color:var(--primary-color)}.hero{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;max-width:800px;margin:0 auto}.hero h1{font-size:3rem;margin-bottom:1rem;color:#111}.hero p{font-size:1.25rem;color:#666;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.btn,.btn-primary,.btn-secondary{padding:.6rem 1.5rem;font-size:.8rem;font-weight:600;text-decoration:none;border-radius:4px;transition:all .2s;cursor:pointer;border:transparent}.btn-primary{background:var(--primary-color);color:#111111be;font-weight:600;border-color:transparent;transition:all .2s ease}.btn-primary:hover{background:var(--primary-color-darker);box-shadow:0 0 18px rgba(159,229,74,.35);transform:translateY(-1px);color:#111}.btn-primary.small,.btn-secondary.small,.btn.small{padding:.5rem 1.5rem;font-size:.875rem}.btn-secondary{background:transparent;color:var(--primary-color-darker);border:2px solid var(--primary-color-darker)}.btn-secondary:hover{background:var(--primary-color-darker);color:white}.btn{color:var(--text-secondary);background-color:transparent;transition:all .2s ease}.btn:hover{background-color:rgba(255,255,255,.06);color:var(--text-primary)}.features{padding:4rem 2rem;background:#f9fafb}.features h2{text-align:center;font-size:2rem;margin-bottom:3rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.feature{text-align:center;padding:2rem}.feature h3{font-size:1.5rem;margin-bottom:.5rem}.feature p,.footer{color:#666}.footer{padding:2rem;text-align:center;border-top:1px solid #e5e7eb}.auth-container,.dashboard-container,.pricing-container,.profile-container{max-width:600px;margin:4rem auto;padding:2rem}.form-group{margin-bottom:.8rem}.form-group label{display:block;margin-bottom:.4rem;font-weight:500}.form-group input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:4px;font-size:1rem}.form-group input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(79,70,229,.1)}.links-list{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.link-item{display:block;padding:1rem 1.5rem;background:white;border:2px solid #e5e7eb;border-radius:12px;text-decoration:none;color:#333;transition:all .2s;text-align:center;font-weight:500}.link-item:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.pricing-tiers{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.pricing-tier{padding:2rem;border:2px solid #e5e7eb;border-radius:12px;text-align:center}.pricing-tier.featured{border-color:var(--primary-color);background:#def1c0}.price{font-size:3rem;font-weight:700;color:var(--secondary-color);margin:1rem 0}.form-actions{margin-top:1rem;display:flex;gap:.3rem;justify-content:flex-end}.lp-root{min-height:100vh;display:flex;flex-direction:column;background:#0f0f0f;color:#f0f0f0}.lp-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 5%;border-bottom:1px solid #1f1f1f;background:rgba(0,0,0,.311);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:-webkit-sticky;position:sticky;top:0;z-index:100}.lp-logo{display:block}.lp-nav{display:flex;align-items:center;gap:2rem}.lp-nav a{color:#f2f2f2cb;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s}.lp-nav a.btn-primary{color:#00000091}.lp-nav a:hover{color:var(--primary-color)}.lp-hero{flex-direction:row;justify-content:space-between;gap:3rem;padding:3rem 0 0 16%;background:linear-gradient(260deg,#0b1c08 10%,#0f0f0ff5 50%);overflow:hidden}.lp-hero,.lp-hero-content{display:flex;align-items:center}.lp-hero-content{flex-direction:column;text-align:left;flex:1 1;min-width:0;max-width:560px;padding-bottom:3rem}.lp-hero-visual{flex:none;display:flex;align-items:flex-end;justify-content:flex-end;min-width:0;align-self:stretch;overflow:hidden}.lp-hero-banner{height:70vh;width:auto;max-width:100%;display:block;object-fit:contain;object-position:bottom right}.lp-badge{display:inline-block;background:rgba(139,205,46,.1);color:var(--primary-color);border:1px solid rgba(139,205,46,.3);border-radius:999px;padding:.35rem 1rem;font-size:.8rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;margin-bottom:1.5rem}.lp-hero-title{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;line-height:1.15;color:#f5f5f5;max-width:760px;margin-bottom:1.25rem}.lp-highlight{color:var(--primary-color);position:relative}.lp-hero-sub{font-size:1.15rem;color:#999;max-width:600px;line-height:1.7;margin-bottom:2.5rem}.lp-cta-group{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.lp-cta-main,.lp-cta-sec{font-size:1.05rem;padding:.95rem 2.25rem;border-radius:8px}.lp-hero-note{margin-top:1.25rem;font-size:.82rem;color:#9ca3af}.lp-trust-bar{display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap;padding:2rem 5%;background:var(--secondary-color);color:rgba(255,255,255,.75)}.lp-trust-bar>span{font-size:.9rem;font-weight:500;white-space:nowrap}.lp-trust-divider{width:1px;height:2.5rem;background:rgba(255,255,255,.2)}.lp-trust-stats{display:flex;gap:3rem;flex-wrap:wrap;justify-content:center}.lp-stat{display:flex;flex-direction:column;align-items:center;gap:.15rem}.lp-stat strong{font-size:1.5rem;font-weight:700;color:#fff}.lp-stat span{font-size:.78rem;color:rgba(255,255,255,.45);white-space:nowrap}.lp-section{padding:5rem 5%}.lp-section-header{text-align:center;max-width:680px;margin:0 auto 3.5rem}.lp-label{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--primary-color);margin-bottom:.75rem}.lp-section-header h2{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;color:#f0f0f0;margin-bottom:.9rem;line-height:1.2}.lp-section-header p{font-size:1.05rem;color:#888;line-height:1.7}.lp-features-section{background:#111111}.lp-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.75rem;gap:1.75rem;max-width:1100px;margin:0 auto}.lp-feature-card{background:#161616;border:1px solid #2a2a2a;border-radius:12px;padding:2rem;transition:box-shadow .2s,transform .2s}.lp-feature-card:hover{box-shadow:0 8px 32px rgba(139,205,46,.07),0 0 0 1px rgba(139,205,46,.18);transform:translateY(-3px)}.lp-feature-icon{font-size:2.2rem;margin-bottom:1rem}.lp-feature-card h3{font-size:1.1rem;font-weight:700;color:#f0f0f0;margin-bottom:.5rem}.lp-feature-card p{font-size:.93rem;color:#888;line-height:1.65}.lp-how-section{background:#0f0f0f}.lp-steps{display:flex;align-items:flex-start;justify-content:center;gap:1rem;flex-wrap:wrap;max-width:1000px;margin:0 auto}.lp-step{flex:1 1;min-width:220px;max-width:280px;text-align:center;padding:1.5rem 1rem}.lp-step-num{width:3rem;height:3rem;border-radius:50%;background:var(--primary-color);color:#fff;font-size:1.25rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.lp-step h3{font-size:1.05rem;font-weight:700;color:#f0f0f0;margin-bottom:.5rem}.lp-step p{font-size:.9rem;color:#888;line-height:1.65}.lp-step-arrow{font-size:1.75rem;color:#333;align-self:center;padding-bottom:2.5rem}.lp-usecases-section{background:#0a160a}.lp-usecases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.75rem;gap:1.75rem;max-width:1100px;margin:0 auto}.lp-usecase{background:#161616;border-radius:12px;padding:2rem;text-align:center;border:1px solid #2a3a2a;transition:box-shadow .2s}.lp-usecase:hover{box-shadow:0 8px 32px rgba(139,205,46,.06),0 0 0 1px rgba(139,205,46,.18)}.lp-usecase-icon{font-size:2.5rem;display:block;margin-bottom:1rem}.lp-usecase h3{font-size:1.1rem;font-weight:700;color:#f0f0f0;margin-bottom:.6rem}.lp-usecase p{font-size:.9rem;color:#888;line-height:1.65}.lp-pricing-section{background:#0f0f0f}.lp-pricing-card-wrap{display:flex;justify-content:center}.lp-pricing-card{background:#161616;border:2px solid var(--primary-color);border-radius:16px;padding:2.5rem 3rem;max-width:480px;width:100%;text-align:center;box-shadow:0 8px 64px rgba(139,205,46,.18)}.lp-pricing-tag{display:inline-block;background:rgba(139,205,46,.12);color:var(--primary-color);border-radius:999px;padding:.3rem 1rem;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1.5rem}.lp-pricing-price{display:flex;align-items:flex-end;justify-content:center;gap:.25rem;margin-bottom:.75rem}.lp-pricing-currency{font-size:1.5rem;font-weight:700;color:#e8e8e8;align-self:flex-start;margin-top:.5rem}.lp-pricing-amount{font-size:4rem;font-weight:800;color:var(--primary-color);line-height:1}.lp-pricing-period{font-size:1rem;color:#555;margin-bottom:.5rem}.lp-pricing-desc{font-size:.95rem;color:#888;margin-bottom:1.75rem;line-height:1.6}.lp-pricing-list{list-style:none;padding:0;margin:0 0 2rem;text-align:left;display:flex;flex-direction:column;gap:.7rem}.lp-pricing-list li{font-size:.93rem;color:#c0c0c0}.lp-pricing-fine{margin-top:.9rem;font-size:.78rem;color:#555}.lp-cta-banner{background:var(--secondary-color);color:#fff;text-align:center;padding:5rem 5%}.lp-cta-banner h2{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;max-width:680px;margin:0 auto 1rem;line-height:1.2}.lp-cta-banner p{font-size:1.05rem;color:rgba(255,255,255,.58);max-width:540px;margin:0 auto 2rem;line-height:1.7}.lp-cta-fine{margin-top:1rem!important;font-size:.8rem!important;color:rgba(255,255,255,.3)!important}.lp-footer{background:#080808;color:#9ca3af}.lp-footer-top{display:flex;gap:4rem;flex-wrap:wrap;padding:3.5rem 5%;border-bottom:1px solid #1a1a1a}.lp-footer-brand{flex:2 1;min-width:200px}.lp-footer-brand p{margin-top:.75rem;font-size:.88rem;line-height:1.6;max-width:280px}.lp-footer-logo{filter:brightness(0) invert(1);opacity:.85}.lp-footer-links{display:flex;gap:4rem;flex-wrap:wrap}.lp-footer-col{display:flex;flex-direction:column;gap:.6rem}.lp-footer-col strong{color:#e5e7eb;font-size:.88rem;font-weight:700;margin-bottom:.25rem;letter-spacing:.04em;text-transform:uppercase}.lp-footer-col a{color:#4a4a4a;text-decoration:none;font-size:.88rem;transition:color .2s}.lp-footer-col a:hover{color:var(--primary-color)}.lp-footer-bottom{padding:1.5rem 5%;font-size:.82rem;text-align:center;color:#333}.auth-root{min-height:100vh;display:flex;flex-direction:column;background:#0f0f0f;color:#f0f0f0}.auth-main{flex:1 1;justify-content:center;padding:3rem 1.25rem}.auth-card,.auth-main{display:flex;align-items:center}.auth-card{background:#161616;border:1px solid #2a2a2a;border-radius:16px;padding:2.5rem 2.75rem;width:100%;max-width:420px;flex-direction:column;text-align:center;box-shadow:0 8px 48px rgba(0,0,0,.5)}.auth-title{font-size:1.6rem;font-weight:800;color:#f0f0f0;margin-bottom:.5rem}.auth-sub{font-size:.9rem;color:#888;margin-bottom:2rem;line-height:1.5}.auth-oauth-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.6rem;font-size:.95rem;font-weight:600;padding:.85rem 1.5rem;margin-bottom:1.5rem}.auth-footer-text{font-size:.85rem;color:#666}.auth-link{color:var(--primary-color);text-decoration:none;font-weight:600;transition:opacity .2s}.auth-link:hover{opacity:.8}@media (max-width:1024px){.lp-hero{padding:3rem 0 0 8%}.lp-hero-banner{max-height:55vh}}@media (max-width:768px){.lp-hero{flex-direction:column;padding:3rem 4%;text-align:center}.lp-hero-content{align-items:center;text-align:center;max-width:100%;padding-bottom:0}.lp-hero-visual{width:100%;justify-content:center}.lp-hero-banner{height:auto;width:100%;max-height:50vw;object-fit:cover;object-position:top center}.lp-pricing-card{padding:1.75rem 1.5rem}.lp-hero-title{font-size:clamp(1.9rem,5vw,2.75rem)}}@media (max-width:640px){.lp-header{padding:1rem 1.25rem}.lp-nav{gap:.75rem}.lp-nav-hide-mobile{display:none}.lp-hero{flex-direction:column;padding:0;background-image:url(/assets/images/banner1.png);background-size:cover;background-position:top;position:relative}.lp-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,10,.82) 0,rgba(10,10,10,.65) 60%,rgba(10,10,10,.88));z-index:0}.lp-hero-content{position:relative;z-index:1;align-items:center;text-align:center;max-width:100%;padding:5rem 1.25rem 4rem;min-height:90vw}.lp-hero-visual{display:none}.lp-cta-group{flex-direction:column;width:100%}.lp-cta-main,.lp-cta-sec{width:100%;text-align:center}.lp-trust-bar{gap:1.5rem}.lp-trust-divider{display:none}.lp-trust-stats{gap:1.5rem}.lp-section{padding:3.5rem 1.25rem}.lp-steps{flex-direction:column;align-items:center}.lp-step{min-width:100%}.lp-step-arrow{transform:rotate(90deg);padding:0}.lp-pricing-card{padding:1.5rem 1.25rem}.lp-footer-top{gap:2rem;padding:2.5rem 1.25rem}.lp-footer-links{gap:2rem}.lp-footer-col a{font-size:.9rem}}