:root{color-scheme:light;--bg: #ffffff;--bg-elevated: #f8fafc;--bg-card: #ffffff;--bg-muted: #f1f5f9;--bg-hero: linear-gradient(180deg, #fff7ed 0%, #ffffff 42%);--border: #e2e8f0;--text: #0f172a;--text-muted: #64748b;--accent: #ea580c;--accent-hover: #c2410c;--accent-soft: rgba(234, 88, 12, .1);--chrome: #1a73e8;--chrome-hover: #1557b0;--success: #16a34a;--warning: #d97706;--radius: 14px;--shadow: 0 8px 30px rgba(15, 23, 42, .08);--shadow-lg: 0 18px 48px rgba(15, 23, 42, .1);--font: Roboto, Arial, sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;display:flex;flex-direction:column;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6}main{flex:1}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1120px,calc(100% - 2rem));margin:0 auto}.container-narrow{width:min(760px,calc(100% - 2rem));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-bottom:1px solid var(--border);box-shadow:0 1px #0f172a0a}.site-header .inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:68px;flex-wrap:wrap}.header-actions{align-items:center;display:flex;flex-shrink:0;gap:.65rem;margin-left:auto}.lang-switcher{align-items:center;display:inline-flex;flex-shrink:0;gap:.35rem}.lang-switcher__label{color:var(--text-muted);font-size:.75rem;font-weight:600}.lang-switcher__select{background:var(--bg);border:1px solid var(--border);border-radius:999px;color:var(--text);font-family:var(--font);font-size:.8125rem;font-weight:600;padding:.35rem .75rem}html[dir=rtl] .header-actions{margin-left:0;margin-right:auto}html[dir=rtl] .lang-switcher{margin-left:0;margin-right:0}.brand{display:inline-flex;align-items:center;gap:.65rem;font-weight:700;font-size:1rem;letter-spacing:-.02em;min-width:0;color:var(--text)}.brand>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-mark{width:36px;height:36px;flex-shrink:0;display:grid;place-items:center}.brand-mark img{width:36px;height:36px;border-radius:10px}.nav{display:flex;align-items:center;gap:1.5rem;font-size:.95rem}.nav a{color:var(--text-muted);font-weight:500;transition:color .15s ease}.nav a:hover,.nav a.active{color:var(--accent)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:0;border-radius:999px;padding:.85rem 1.35rem;font:inherit;font-weight:600;cursor:pointer;transition:transform .15s ease,background .15s ease,box-shadow .15s ease,opacity .15s ease}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 4px 14px #ea580c47}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-chrome{background:var(--chrome);color:#fff;box-shadow:0 4px 14px #1a73e847}.btn-chrome:hover:not(:disabled){background:var(--chrome-hover)}.btn-chrome .btn-icon{line-height:0;flex-shrink:0}.chrome-logo{width:1.25rem;height:1.25rem;display:block;flex-shrink:0}.chrome-logo--md,.step-card__icon--chrome img.chrome-logo,.step-card__icon--chrome .chrome-logo{width:2rem;height:2rem}.btn-sm{padding:.65rem 1rem;font-size:.9rem}.btn-secondary{background:var(--bg-muted);color:var(--text);border:1px solid var(--border)}.btn-ghost{background:#fff;color:var(--text);border:1px solid var(--border)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.hero{padding:4rem 0 2rem}.hero-simple{padding:4.5rem 0 2rem}.hero-landing{padding:3.5rem 0 4rem;background:var(--bg-hero)}.hero-center{max-width:720px;margin:0 auto;text-align:center}.hero-center .lead{margin:0 auto}.hero-center .hero-actions{justify-content:center}.hero-points{list-style:none;margin:2rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;justify-content:center;color:var(--text-muted);font-size:.95rem}.hero-points li:before{content:"•";color:var(--accent);margin-right:.45rem}.feature-pills{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center;margin-top:2rem}.feature-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .95rem;border-radius:999px;background:#fff;border:1px solid var(--border);color:var(--text);font-size:.88rem;font-weight:600;box-shadow:0 2px 8px #0f172a0a}.feature-pill__icon{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;color:var(--accent);flex-shrink:0}.feature-pill__icon svg{width:1.1rem;height:1.1rem}.feature-pill strong{color:var(--accent)}.btn-icon{display:inline-flex;align-items:center;justify-content:center}.btn-icon svg{width:1.1rem;height:1.1rem}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .85rem;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.85rem;font-weight:700}h1,h2,h3{line-height:1.2;letter-spacing:-.02em;margin:0 0 1rem;color:var(--text)}h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:800}h2{font-size:clamp(1.45rem,2.8vw,2rem);line-height:1.25;font-weight:700}.lead{font-size:1.1rem;color:var(--text-muted);max-width:58ch}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.75rem;justify-content:center}.card,.pricing-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.section{padding:4.5rem 0}.section-tight{padding:2.5rem 0 4.5rem}.section-alt{background:#f8fafc}.section-how{background:linear-gradient(180deg,#fff7ed,#fff)}.section-head{text-align:center;max-width:680px;margin:0 auto 2.5rem}.section-head .lead{margin:.5rem auto 0}.steps-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.step-card{padding:1.75rem;background:#fff;border:1px solid #fde8d8;border-radius:var(--radius);box-shadow:0 8px 24px #ea580c0f;text-align:center}.step-card__icon{width:3.25rem;height:3.25rem;margin:0 auto .85rem;border-radius:14px;display:grid;place-items:center}.step-card__icon svg{width:1.55rem;height:1.55rem}.step-card__icon--chrome{background:#fff;border:1px solid var(--border)}.step-card__icon--youtube{background:#dc26261a;color:#dc2626}.step-card__icon--ai{background:var(--accent-soft);color:var(--accent)}.step-card__label{display:inline-block;margin-bottom:.5rem;padding:.2rem .55rem;border-radius:999px;background:#fff7ed;color:var(--accent);font-size:.75rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.step-card h3{font-size:1.05rem;margin-bottom:.5rem;text-align:center}.step-card p{margin:0;color:var(--text-muted);font-size:.94rem;line-height:1.55;text-align:center}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.feature-card{padding:1.5rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.feature-card__icon{width:2.5rem;height:2.5rem;margin-bottom:.85rem;border-radius:12px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center}.feature-card__icon svg{width:1.25rem;height:1.25rem}.feature-card h3{font-size:1.05rem;margin-bottom:.45rem}.feature-card p{margin:0;color:var(--text-muted);font-size:.94rem;line-height:1.55}.use-case-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.use-case-card{padding:2rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.use-case-card__icon{width:2.75rem;height:2.75rem;margin-bottom:1rem;border-radius:12px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center}.use-case-card__icon svg{width:1.35rem;height:1.35rem}.use-case-card h3{font-size:1.2rem;margin-bottom:.75rem}.section-head__icon{width:2.75rem;height:2.75rem;margin:0 auto 1rem;border-radius:12px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center}.section-head__icon svg{width:1.35rem;height:1.35rem}.use-case-card p,.use-case-card li{color:var(--text-muted);font-size:.95rem;line-height:1.6}.use-case-card ul{margin:.75rem 0 0;padding-left:1.2rem}.cta-band{padding:2.5rem;text-align:center;background:linear-gradient(135deg,#fff7ed,#fff 55%,#eff6ff);border:1px solid var(--border);border-radius:calc(var(--radius) + 4px);box-shadow:var(--shadow-lg)}.cta-band h2{margin-bottom:.75rem}.cta-band .lead{margin:0 auto 1.5rem}.cta-band .hero-actions{justify-content:center}.compare-layout{display:grid;gap:1.25rem;grid-template-columns:repeat(3,minmax(0,1fr))}.compare-card{display:flex;flex-direction:column;min-height:100%}.compare-card__title{margin:0;font-size:1.05rem;font-weight:700;color:var(--text)}.compare-card--premium{border-color:#f9731659;background:linear-gradient(180deg,#fffaf5,#fff)}.compare-card--premium .compare-card__title{color:var(--accent)}.compare-card--muted .compare-card__title{color:var(--text-muted)}.compare-card__cta{margin-top:auto;width:100%;justify-content:center}.compare-minus-list{margin:1rem 0 0;padding:0;list-style:none}.compare-minus-list li{display:flex;align-items:flex-start;gap:.6rem;padding:.4rem 0;color:var(--text-muted);font-size:.95rem;line-height:1.45}.compare-minus-list li:before{content:"—";color:#94a3b8;font-weight:700;flex-shrink:0;margin-top:.05rem}.compare-cta{margin-top:1.75rem}.premium-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;align-items:stretch;max-width:920px;margin:0 auto}.premium-main{padding-bottom:2rem}.premium-wrap{max-width:920px;margin:0 auto}.premium-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:0 auto 1.5rem;max-width:920px}.plan-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;padding:1.25rem 1.35rem;text-align:left;background:#fff;border:2px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.plan-card:hover{border-color:#fdba74;transform:translateY(-1px)}.plan-card--selected{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.plan-card--missing{opacity:.72}.plan-card__badge{position:absolute;top:-.55rem;right:.85rem;padding:.15rem .55rem;border-radius:999px;background:var(--accent);color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.plan-card__label{font-size:.92rem;font-weight:600;color:var(--text-muted)}.plan-card__price{font-size:1.65rem;font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--text)}.plan-card__price span{font-size:.92rem;font-weight:500;color:var(--text-muted)}.premium-layout-single{max-width:920px}.plan-features-title{margin:0 0 .25rem;font-size:1.05rem}.pricing-features{min-height:100%}.premium-wrap .section-head{margin-bottom:2rem}.premium-wrap .section-head .plan-title{margin:.5rem 0 0}.premium-subscribe{background:#fff}.premium-subscribe .auth-actions{flex-direction:column;align-items:stretch}.premium-subscribe .auth-actions .btn,.premium-subscribe #sign-in-btn{width:100%;justify-content:center}.premium-tips{margin-top:1.5rem;padding:1.35rem 1.5rem;border-radius:var(--radius);background:#fff7ed;border:1px solid #fde8d8}.premium-tips h2{font-size:1rem;margin:0 0 .85rem;color:var(--text)}.tips-list{margin:0;padding:0;list-style:none;display:grid;gap:.85rem}.tips-list li{position:relative;padding-left:1.35rem;color:var(--text-muted);font-size:.92rem;line-height:1.55}.tips-list li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:700}.tips-list strong{color:var(--text)}.tips-list code{font-size:.88em;background:#fff;padding:.1rem .35rem;border-radius:4px;color:var(--accent)}.tips-list a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.pricing-strip{max-width:420px;margin:0 auto;text-align:center}.pricing-strip .feature-list{margin-top:1rem}.pricing-strip .btn{width:100%;margin-top:1.25rem}.pricing-card-side{padding:1.75rem;min-width:0}.plan-title{margin:.65rem 0 .5rem;font-size:1.35rem;font-weight:700;line-height:1.3;word-wrap:break-word}.price-md{font-size:2rem;margin:.25rem 0 0}.auth-panel-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.auth-panel-top h2{margin:0}.auth-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.panel-note{text-align:left;margin:1.5rem 0}.panel-note ol{margin:.75rem 0 0;padding-left:1.2rem}.pricing-card{padding:1.75rem;min-width:0}.price{font-size:2.5rem;font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--text)}.price span{font-size:1rem;color:var(--text-muted);font-weight:500}.feature-list{margin:1rem 0 0;padding:0;list-style:none}.feature-list li{display:flex;align-items:flex-start;gap:.6rem;padding:.4rem 0;color:var(--text-muted);font-size:.95rem;line-height:1.45}.feature-list li:before{content:"✓";color:var(--success);font-weight:700;flex-shrink:0;margin-top:.1rem}.auth-panel{padding:1.75rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-elevated);min-width:0}.auth-panel .lead{font-size:1rem;margin:0 0 1.25rem;max-width:none}.usage-text{margin:0;font-size:.95rem;color:var(--text-muted)}.plan-status-row{margin-bottom:.75rem}.user-chip .lead{font-size:.9rem;margin:0}.user-chip{display:flex;align-items:center;gap:.85rem;margin-bottom:1rem}.user-chip img{width:44px;height:44px;border-radius:50%;border:2px solid var(--border)}.status-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .7rem;border-radius:999px;font-size:.82rem;font-weight:600}.status-pill.free{background:#d977061f;color:var(--warning)}.status-pill.premium{background:#16a34a1f;color:var(--success)}.alert{padding:.9rem 1rem;border-radius:12px;font-size:.9rem;line-height:1.5;margin-bottom:1rem;word-wrap:break-word}.alert-error{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412}.alert-info{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.prose{max-width:72ch}.prose h2{margin-top:2rem}.prose p,.prose li{color:var(--text-muted)}.prose ul{padding-left:1.2rem}.site-footer{margin-top:auto;border-top:1px solid var(--border);padding:1.75rem 0;color:var(--text-muted);font-size:.92rem;background:var(--bg-elevated)}.footer-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.5rem 2rem;align-items:center}.footer-brand{display:flex;flex-direction:column;gap:.35rem;min-width:0}.footer-brand-link{display:inline-flex;align-items:center;gap:.55rem;font-weight:700;font-size:.95rem;color:var(--text)}.footer-brand-link img{border-radius:8px}.footer-copy{margin:0;font-size:.86rem;color:var(--text-muted)}.footer-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem 1.25rem}.footer-nav a{color:var(--text-muted);font-weight:500;white-space:nowrap}.footer-nav a:hover{color:var(--accent)}.footer-grid,.footer-links{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center}.footer-links a{color:var(--text-muted)}.footer-links a:hover{color:var(--accent)}.success-icon{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;margin:0 auto 1.25rem;background:#16a34a1f;color:var(--success);font-size:2rem}.centered-panel{max-width:640px;margin:4rem auto;text-align:center}.hidden{display:none!important}.section-intro{margin-bottom:0}.welcome-steps{display:grid;gap:1rem;max-width:720px;margin:0 auto}.welcome-step{display:grid;grid-template-columns:auto 1fr;gap:1.25rem;padding:1.35rem 1.5rem;background:#fff;border:1px solid #fde8d8;border-radius:var(--radius);box-shadow:0 8px 24px #ea580c0f;align-items:start}.welcome-step h3{margin:0 0 .4rem;font-size:1.05rem}.welcome-step p{margin:0;color:var(--text-muted);font-size:.94rem;line-height:1.55}.welcome-step code{font-size:.88em;background:#fff7ed;padding:.1rem .35rem;border-radius:4px;color:var(--accent)}.welcome-step a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.welcome-step .step-card__icon{margin:0}.tutorial-grid{display:grid;gap:1rem;margin-top:2rem}.tutorial-step{display:grid;grid-template-columns:auto 1fr;gap:1.25rem;padding:1.5rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);align-items:start}.tutorial-step h3{margin:0 0 .5rem;font-size:1.1rem}.tutorial-step p{margin:0;color:var(--text-muted);font-size:.95rem;line-height:1.55}.tutorial-step code{font-size:.88em;color:var(--accent);background:var(--bg-muted);padding:.1rem .35rem;border-radius:4px}.tutorial-step__num{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--accent-soft);color:var(--accent);font-weight:700;display:grid;place-items:center;flex-shrink:0}.tool-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1rem;margin-top:1.5rem}.tool-card{padding:1.25rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.tool-card h3{font-size:1rem;margin:0 0 .5rem;color:var(--accent)}.tool-card p{margin:0;color:var(--text-muted);font-size:.92rem;line-height:1.5}.faq-block{max-width:760px;margin:0 auto}.faq-item{border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;background:#fff;margin-top:.75rem;box-shadow:0 2px 8px #0f172a08}.faq-item summary{cursor:pointer;font-weight:600;color:var(--text);list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:before{content:"+";display:inline-block;width:1.25rem;color:var(--accent);font-weight:700}.faq-item[open] summary:before{content:"−"}.faq-item p{margin:.85rem 0 0;color:var(--text-muted);font-size:.95rem;line-height:1.55}.welcome-banner{text-align:left;max-width:520px;margin:0 auto 1.5rem}.blog-page{max-width:760px}.blog-list{display:grid;gap:1.25rem}.blog-card{padding:1.35rem 1.5rem;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.blog-card__date{display:block;font-size:.85rem;color:var(--text-muted);margin-bottom:.45rem}.blog-card__title{margin:0 0 .5rem;font-size:1.2rem;line-height:1.35}.blog-card__title a{color:var(--text);text-decoration:none}.blog-card__title a:hover{color:var(--accent)}.blog-card__excerpt{margin:0 0 .75rem;color:var(--text-muted);line-height:1.55}.blog-card__link{font-weight:600;color:var(--accent);text-decoration:none}.blog-article{max-width:720px}.blog-article__meta{color:var(--text-muted);font-size:.92rem;margin-bottom:1rem}.blog-article__meta a{color:var(--accent)}.blog-article h1{margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.25rem);line-height:1.2}.blog-article h2{margin:2rem 0 .75rem;font-size:1.25rem}.blog-article p,.blog-article li{color:var(--text-muted);line-height:1.65}.blog-article ul,.blog-article ol{padding-left:1.25rem;margin:.75rem 0 1rem}.blog-article code{font-size:.9em;background:#f1f5f9;padding:.12rem .35rem;border-radius:4px}.blog-table-wrap{overflow-x:auto;margin:1rem 0 1.5rem}.blog-table{width:100%;border-collapse:collapse;font-size:.94rem}.blog-table th,.blog-table td{border:1px solid var(--border);padding:.65rem .85rem;text-align:left}.blog-table th{background:#f8fafc}.blog-cta{margin-top:2.5rem;padding:1.5rem;border-radius:var(--radius);background:#fff7ed;border:1px solid #fde8d8;text-align:center}.blog-cta h2{margin:0 0 .5rem;font-size:1.2rem}.blog-cta--inline{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;text-align:center}@media(max-width:900px){.premium-layout,.premium-plans,.feature-grid,.use-case-grid,.steps-row{grid-template-columns:1fr}.brand>span:last-child{max-width:9rem}.nav{display:none}.auth-panel-top{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.container,.container-narrow{width:min(1120px,calc(100% - 1.25rem))}.hero-simple,.hero-landing{padding-top:2.5rem}.pricing-card,.auth-panel,.cta-band{padding:1.25rem}.footer-inner{grid-template-columns:1fr;gap:1rem}.footer-nav{justify-content:flex-start}.footer-grid{flex-direction:column;align-items:flex-start;gap:.75rem}.compare-layout{grid-template-columns:1fr}}
