:root{--bg-color:#060606;--text-primary:#fff;--text-secondary:#a0a0a0;--accent:#5e6ad2;--accent-glow:#5e6ad266;--card-bg:#14141999;--card-border:#ffffff14;--font-display:"Unbounded", sans-serif;--font-sans:"Bricolage Grotesque", sans-serif;--font-mono:"JetBrains Mono", monospace}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:5rem}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-sans);line-height:1.6;overflow-x:hidden}.spotlight{background:radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);pointer-events:none;z-index:-2;border-radius:50%;width:600px;height:600px;margin-top:-300px;margin-left:-300px;transition:transform .1s ease-out;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.grid-bg{z-index:-3;background-image:linear-gradient(90deg,#ffffff08 1px,#0000 1px),linear-gradient(#ffffff08 1px,#0000 1px);background-size:50px 50px;width:100vw;height:100vh;position:fixed;top:0;left:0}.nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--card-border);position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.brand{font-family:var(--font-display);color:#fff;font-size:1.25rem;font-weight:700;text-decoration:none}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--text-secondary);font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#fff}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-primary{background:var(--accent);box-shadow:0 0 20px var(--accent-glow);color:#fff!important}.btn-primary:hover{background:#6f7cf0;transform:translateY(-2px)}.btn-ghost{border:1px solid var(--card-border);background:0 0;color:var(--text-primary)!important}.btn-ghost:hover{background:#ffffff0d}.hero{text-align:center;max-width:800px;margin:0 auto;padding:8rem 2rem}.hero-label{background:var(--card-bg);border:1px solid var(--card-border);font-family:var(--font-mono);color:var(--text-secondary);border-radius:100px;align-items:center;gap:8px;margin-bottom:2rem;padding:6px 12px;font-size:.75rem;display:inline-flex}.hero-dot{background:#10b981;border-radius:50%;width:6px;height:6px;box-shadow:0 0 10px #10b981}.hero-title{font-family:var(--font-display);background:linear-gradient(#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:clamp(3rem,8vw,6rem);font-weight:800;line-height:1.1}.hero-desc{color:var(--text-secondary);margin-bottom:3rem;max-width:600px;margin-inline:auto;font-size:1.25rem}.hero-actions{justify-content:center;gap:1rem;display:flex}.how-section{padding-top:2rem;padding-bottom:4rem}.how-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.how-card{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:2rem;transition:border-color .25s,transform .25s}.how-card:hover{border-color:#5e6ad273;transform:translateY(-4px)}.how-num{font-family:var(--font-mono);color:var(--accent);margin-bottom:1.25rem;font-size:2rem;font-weight:500;line-height:1}.how-title{font-family:var(--font-display);margin-bottom:.75rem;font-size:1.125rem;font-weight:700}.how-text{color:var(--text-secondary);font-size:.9375rem;line-height:1.65}.how-text code{font-family:var(--font-mono);color:var(--text-primary);background:#ffffff0f;border-radius:4px;padding:2px 6px;font-size:.8125rem}.stats-bar{padding:0 2rem 4rem}.stats-inner{border:1px solid var(--card-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(135deg,#5e6ad21f 0%,#141419cc 50%,#5e6ad20f 100%);border-radius:16px;justify-content:space-between;align-items:center;gap:1.5rem;padding:2rem 2.5rem;display:flex}.stat-item{text-align:center;flex:1}.stat-value{font-family:var(--font-display);background:linear-gradient(#fff 0%,#c4c4c4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.35rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;line-height:1.1}.stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:.8125rem;font-family:var(--font-mono)}.stat-divider{background:var(--card-border);flex-shrink:0;width:1px;height:48px}.trust-section{padding-top:2rem;padding-bottom:2rem}.trust-inner{border:1px solid var(--card-border);background:#ffffff05;border-radius:20px;grid-template-columns:1.2fr .8fr;align-items:center;gap:3rem;padding:3rem;display:grid}.trust-title{font-family:var(--font-display);margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800}.trust-text{color:var(--text-secondary);max-width:560px;margin-bottom:1rem;font-size:1rem;line-height:1.7}.trust-tagline{font-family:var(--font-display);color:var(--text-primary);opacity:.9;font-size:.9375rem;font-weight:600}.trust-visual{justify-content:center;align-items:center;min-height:200px;display:flex;position:relative}.trust-ring{border:1px solid #5e6ad259;border-radius:50%;width:180px;height:180px;animation:4s ease-in-out infinite trust-pulse;position:absolute;box-shadow:0 0 60px #5e6ad226,inset 0 0 40px #5e6ad214}.trust-badge{z-index:1;background:linear-gradient(145deg,#5e6ad240,#141419e6);border:1px solid #5e6ad280;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative;box-shadow:0 8px 32px #5e6ad240}.trust-badge-year{font-family:var(--font-display);font-size:1.75rem;font-weight:800;line-height:1}.trust-badge-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:2px;color:var(--text-secondary);margin-top:4px;font-size:.6875rem}@keyframes trust-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.06)}}@media (width<=900px){.how-grid{grid-template-columns:1fr}.stats-inner{flex-wrap:wrap;justify-content:center;padding:1.5rem}.stat-item{flex:40%;min-width:120px}.stat-divider{display:none}.trust-inner{grid-template-columns:1fr;padding:2rem}.trust-visual{min-height:160px}}.section{padding:6rem 2rem}.section-inner{max-width:1200px;margin:0 auto}.section-head{text-align:center;margin-bottom:4rem}.section-label{font-family:var(--font-mono);color:var(--accent);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.875rem}.section-title{font-family:var(--font-display);margin-bottom:1rem;font-size:2.5rem}.section-sub{color:var(--text-secondary);max-width:500px;margin:0 auto}.tools-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.tool-card{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform-style:preserve-3d;border-radius:16px;flex-direction:column;padding:2rem;transition:transform .1s;display:flex;position:relative;overflow:hidden}.tool-card.tc-large{flex-direction:row;grid-column:1/-1;align-items:center;gap:3rem}.tc-inner{flex-direction:inherit;gap:inherit;align-items:inherit;width:100%;display:flex}.tc-content{flex:1}.tc-top-row{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.card-num{font-family:var(--font-mono);color:var(--text-secondary);font-size:1.25rem}.card-tag{background:#ffffff1a;border-radius:100px;padding:4px 10px;font-size:.75rem;font-weight:600}.card-title{font-family:var(--font-display);margin-bottom:1rem;font-size:1.5rem}.card-desc{color:var(--text-secondary);margin-bottom:2rem}.card-icon{width:50px;height:50px;color:var(--accent);background:linear-gradient(150deg,#ffffff0f,#646cff26);border:1px solid #646cff47;border-radius:14px;justify-content:center;align-items:center;margin-top:1rem;margin-bottom:1.25rem;transition:transform .35s,box-shadow .35s;display:flex;box-shadow:0 4px 14px #646cff26}.tool-card:hover .card-icon{transform:scale(1.1)translateY(-2px);box-shadow:0 10px 28px #646cff66}.card-icon svg{stroke:currentColor;fill:none;stroke-width:1.8px;width:24px;height:24px}.tool-card:hover{border-color:var(--accent)}@media (width<=768px){.tool-card.tc-large{flex-direction:column}}.features-strip{gap:2rem;margin-bottom:4rem;display:flex}.feature-cell{border:1px solid var(--card-border);background:#ffffff05;border-radius:12px;flex:1;padding:2rem}.feature-cell h4{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.125rem}.feature-cell p{color:var(--text-secondary);font-size:.875rem}.steps-track{border-top:1px solid var(--card-border);grid-template-columns:repeat(4,1fr);gap:1.5rem;padding-top:3rem;display:grid}.step-item{position:relative}.step-num-wrap{font-family:var(--font-mono);color:var(--accent);margin-bottom:1rem;font-size:1.5rem}.step-title{font-weight:700;font-family:var(--font-display);margin-bottom:.5rem}.step-text{color:var(--text-secondary);font-size:.875rem}@media (width<=768px){.features-strip{flex-direction:column}.steps-track{grid-template-columns:1fr}}.faq-list{max-width:800px;margin:0 auto}.faq-item{border:1px solid var(--card-border);background:#ffffff05;border-radius:8px;margin-bottom:1rem;overflow:hidden}.faq-q{font-family:var(--font-display);cursor:pointer;justify-content:space-between;align-items:center;padding:1.5rem;font-weight:600;list-style:none;display:flex}.faq-q::-webkit-details-marker{display:none}.faq-a{color:var(--text-secondary);padding:0 1.5rem 1.5rem}.hr{background:var(--card-border);border:0;height:1px;margin:2rem 0}.reviews-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:3rem;display:flex}.reviews-aggregate{text-align:right}.agg-stars{color:#fbbf24;letter-spacing:2px;font-size:1.5rem}.agg-score{font-family:var(--font-display);font-size:2rem;font-weight:700}.agg-count{color:var(--text-secondary);font-size:.875rem}.reviews-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.review-card{border:1px solid var(--card-border);background:#ffffff05;border-radius:12px;flex-direction:column;padding:1.5rem;display:flex}.rhead{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.ravatar{background:#111;border-radius:50%;width:48px;height:48px}.rmeta{flex:1}.rname{font-weight:600;font-family:var(--font-display)}.rdate{color:var(--text-secondary);font-size:.75rem}.rstars{color:#fbbf24;font-size:.875rem}.rtext{color:var(--text-secondary);flex:1;margin-bottom:1.5rem;font-size:.875rem}.rtag{color:var(--text-secondary);background:#ffffff0d;border-radius:100px;align-self:flex-start;padding:4px 10px;font-size:.75rem}.card-title-link,.card-icon-link{color:inherit;text-decoration:none}.card-title-link:hover{color:var(--accent)}.tool-hero{padding:5rem 2rem 4rem}.tool-hero-inner{max-width:1200px;margin:0 auto}.tool-hero-layout{grid-template-columns:minmax(0,1fr) minmax(280px,480px);align-items:center;gap:3rem;display:grid}.tool-hero-copy{min-width:0}.tool-hero-media{width:100%}.tool-video-frame{aspect-ratio:16/10;background:linear-gradient(145deg,#5e6ad21f,#141419f2);border:1px solid #5e6ad259;border-radius:16px;width:100%;position:relative;overflow:hidden;box-shadow:0 24px 60px #00000073,inset 0 0 0 1px #ffffff0a,0 0 80px #5e6ad21f}.tool-video{object-fit:cover;background:#0a0a0e;width:100%;height:100%;display:block}.tool-video-frame--youtube{background:#0a0a0e}.tool-youtube{border:0;width:100%;height:100%;display:block;position:absolute;inset:0}.tool-video-fallback{color:var(--text-secondary);font-family:var(--font-mono);letter-spacing:1px;text-transform:uppercase;background:linear-gradient(#ffffff08 1px,#0000 1px) 0 0/24px 24px,linear-gradient(90deg,#ffffff08 1px,#0000 1px) 0 0/24px 24px,#0a0a0eeb;justify-content:center;align-items:center;font-size:.8125rem;display:none;position:absolute;inset:0}.tool-video-frame.is-video-error .tool-video{display:none}.tool-video-frame.is-video-error .tool-video-fallback{display:flex}.tool-video-toggle{z-index:2;cursor:pointer;color:#fff;background:#5e6ad2eb;border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .2s,background .2s,box-shadow .2s,opacity .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 32px #5e6ad273}.tool-video-toggle:hover{background:#6f7cf0;transform:translate(-50%,-50%)scale(1.06);box-shadow:0 12px 36px #5e6ad28c}.tool-video-toggle:focus-visible{outline-offset:3px;outline:2px solid #fff}.tool-video-icon{width:28px;height:28px}.tool-video-icon-pause,.tool-video-frame.is-playing .tool-video-icon-play{display:none}.tool-video-frame.is-playing .tool-video-icon-pause{display:block}.tool-video-frame.is-playing .tool-video-toggle{opacity:0}.tool-video-frame.is-playing:hover .tool-video-toggle,.tool-video-frame.is-playing .tool-video-toggle:focus-visible{opacity:1}.tool-video-frame.is-video-error .tool-video-toggle{display:none}.tool-back{color:var(--text-secondary);margin-bottom:2rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-block}.tool-back:hover{color:#fff}.tool-hero-top{align-items:flex-start;gap:2rem;display:flex}.tool-hero-icon{flex-shrink:0;width:72px;height:72px;margin-top:.5rem;margin-bottom:0}.tool-hero-icon svg{width:32px;height:32px}.tool-hero-meta{flex:1;min-width:0}.tool-hero-meta .card-tag{margin-bottom:.75rem;display:inline-block}.tool-hero-title{font-family:var(--font-display);margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.1}.tool-hero-headline{color:var(--text-primary);max-width:640px;margin-bottom:.75rem;font-size:1.25rem}.tool-hero-sub{color:var(--text-secondary);max-width:620px;margin-bottom:2rem;font-size:1rem;line-height:1.6}.tool-hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.tool-steps{grid-template-columns:repeat(2,1fr)}.tool-footer a{color:var(--accent);text-decoration:none}.tool-footer-inner{text-align:center;border-top:1px solid var(--card-border);color:var(--text-secondary);padding-top:2rem}.tool-badges{flex-wrap:wrap;gap:.5rem;margin-bottom:.85rem;display:flex}.tool-badge{border:1px solid var(--card-border);color:var(--text-secondary);font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;background:#ffffff08;border-radius:999px;align-items:center;padding:.28rem .7rem;font-size:.7rem;display:inline-flex}.tool-bullets{gap:.7rem;max-width:560px;margin:0 0 1.75rem;list-style:none;display:grid}.tool-bullet{color:var(--text-secondary);align-items:flex-start;gap:.75rem;font-size:.98rem;line-height:1.45;display:flex}.tool-bullet-dot{background:var(--accent);width:8px;height:8px;box-shadow:0 0 12px var(--accent-glow);border-radius:50%;flex-shrink:0;margin-top:.45rem}.tool-hero-actions{align-items:center}.tool-ext-menu{position:relative}.tool-ext-toggle{gap:.45rem}.tool-ext-caret{width:16px;height:16px;transition:transform .2s}.tool-ext-menu.is-open .tool-ext-caret{transform:rotate(180deg)}.tool-ext-dropdown{z-index:40;border:1px solid var(--card-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0c0c10f5;border-radius:12px;min-width:260px;max-width:min(320px,80vw);padding:.55rem;position:absolute;top:calc(100% + .55rem);left:0;box-shadow:0 18px 48px #00000073}.tool-ext-dropdown-label{color:var(--text-secondary);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;padding:.45rem .65rem .55rem;font-size:.68rem}.tool-ext-item{color:#fff;border-radius:8px;align-items:center;gap:.75rem;padding:.65rem .7rem;text-decoration:none;transition:background .15s;display:flex}.tool-ext-item:hover{background:#5e6ad224}.tool-ext-item.is-active{background:#5e6ad233}.tool-ext-item-icon{border:1px solid var(--card-border);width:34px;height:34px;color:var(--accent);background:#ffffff08;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.tool-ext-item-icon svg{width:16px;height:16px}.tool-ext-item-text{flex-direction:column;gap:.1rem;min-width:0;display:flex}.tool-ext-item-name{font-size:.92rem;font-weight:600}.tool-ext-item-desc{color:var(--text-secondary);font-size:.75rem}.tool-feature-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.tool-feature-card{border:1px solid var(--card-border);background:var(--card-bg);border-radius:14px;padding:1.35rem 1.25rem}.tool-feature-num{font-family:var(--font-mono);color:var(--accent);letter-spacing:.08em;margin-bottom:.85rem;font-size:.75rem}.tool-feature-title{font-family:var(--font-display);margin-bottom:.55rem;font-size:1.05rem;font-weight:600;line-height:1.25}.tool-feature-text{color:var(--text-secondary);font-size:.92rem;line-height:1.55}.tool-effects-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.tool-effect-card{border:1px solid var(--card-border);background:linear-gradient(145deg, #5e6ad214, transparent 55%), var(--card-bg);border-radius:14px;padding:1.5rem 1.35rem}.tool-effect-tag{color:var(--accent);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.85rem;font-size:.72rem;display:inline-flex}.tool-effect-title{font-family:var(--font-display);margin-bottom:.55rem;font-size:1.2rem;font-weight:650}.tool-effect-text{color:var(--text-secondary);font-size:.95rem;line-height:1.55}.tool-benefits-inner{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:3rem;display:grid}.tool-benefits-list{gap:1.15rem;display:grid}.tool-benefit-row{border-bottom:1px solid var(--card-border);grid-template-columns:4.5rem minmax(0,1fr);gap:1rem;padding-bottom:1.15rem;display:grid}.tool-benefit-row:last-child{border-bottom:none;padding-bottom:0}.tool-benefit-num{font-family:var(--font-mono);color:var(--accent);letter-spacing:.04em;padding-top:.2rem;font-size:.78rem}.tool-benefit-title{font-family:var(--font-display);margin-bottom:.35rem;font-size:1.05rem;font-weight:600}.tool-benefit-text{color:var(--text-secondary);font-size:.92rem;line-height:1.55}.tool-install-cta{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:2rem;display:flex}@media (width<=980px){.tool-feature-grid{grid-template-columns:repeat(2,1fr)}.tool-benefits-inner{grid-template-columns:1fr;gap:1.75rem}}@media (width<=768px){.tool-hero-layout{grid-template-columns:1fr;gap:2rem}.tool-hero-media{order:-1}.tool-hero-top{flex-direction:column}.tool-steps,.tool-feature-grid,.tool-effects-grid{grid-template-columns:1fr}.tool-benefit-row{grid-template-columns:3.25rem minmax(0,1fr)}.tool-ext-dropdown{left:auto;right:0}}
