*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#1f2937;background-color:#fff;transition:background-color .3s ease,color .3s ease}.dark body{color:#f9fafb;background-color:#111827}.container{max-width:1200px;margin:0 auto;padding:2rem}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem;text-align:center;position:relative}.dark .hero{background:linear-gradient(135deg,#1e1b4b,#312e81)}.hero-header{position:absolute;top:2rem;right:2rem;gap:1rem}.hero-header,.hero-logo{display:flex;align-items:center}.hero-logo{margin-bottom:2rem;justify-content:center}.hero-logo img{height:auto;max-width:200px}.theme-toggle{background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.3);border-radius:8px;color:#fff;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s;width:40px;height:40px}.theme-toggle:hover{background:hsla(0,0%,100%,.3);transform:scale(1.05)}.badge-container{display:inline-flex;align-items:center;margin-left:1rem}.locale-switcher{position:absolute;top:2rem;right:2rem;display:flex;gap:.5rem}.locale-switcher button{padding:.5rem 1rem;background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.3);border-radius:6px;color:#fff;cursor:pointer;font-weight:500;transition:all .2s}.locale-switcher button:hover{background:hsla(0,0%,100%,.3)}.locale-switcher button.active{background:#fff;color:#667eea}.hero-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center;margin-top:2rem}.hero h1,.hero-text{text-align:left}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero .subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.95;max-width:100%;text-align:left}.value-bullets{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.value-bullet{display:flex;align-items:center;gap:.75rem;font-size:1rem}.bullet-icon{color:#10b981;font-weight:700;font-size:1.25rem}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.cta-primary{padding:1rem 2.5rem;background:#fff;color:#667eea;border:none;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 6px rgba(0,0,0,.1)}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.cta-secondary{display:inline-block;padding:1rem 2.5rem;background:hsla(0,0%,100%,.2);color:#fff;text-decoration:none;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;font-weight:600;font-size:1.1rem;transition:background .2s,transform .2s}.cta-secondary:hover{background:hsla(0,0%,100%,.3);transform:translateY(-2px)}.hero-preview{display:flex;justify-content:center;align-items:center}.preview-gif-link{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;transition:transform .2s;max-width:100%}.preview-gif-link:hover{transform:scale(1.02)}.preview-gif-link img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.2)}.preview-caption{margin-top:1rem;font-size:.875rem;color:#6b7280;text-align:center;font-style:italic}.dark .preview-caption{color:#9ca3af}.preview-mockup{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.2);max-width:400px;width:100%}.mockup-header{background:#f3f4f6;padding:.75rem 1rem;align-items:center;border-bottom:1px solid #e5e7eb}.mockup-header,.mockup-nav{display:flex;gap:.5rem}.mockup-dot{width:12px;height:12px;border-radius:50%;background:#d1d5db}.mockup-title{margin-left:auto;font-size:.875rem;color:#6b7280;font-weight:500}.mockup-bar{background:#111827;color:#fff;padding:1rem}.mockup-bar-content{display:flex;flex-direction:column;gap:.5rem}.mockup-bar-content span{font-size:.875rem}.mockup-progress{width:100%;height:4px;background:hsla(0,0%,100%,.2);border-radius:2px;overflow:hidden}.mockup-progress-fill{height:100%;background:#10b981;border-radius:2px;transition:width .3s}.mockup-content{padding:1.5rem}.mockup-product{padding:.75rem;background:#f9fafb;border-radius:6px;margin-bottom:.5rem;font-size:.875rem;color:#374151}.buy-button{display:inline-block;padding:1rem 2.5rem;background:#fff;color:#667eea;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 6px rgba(0,0,0,.1)}.buy-button:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.pricing-note{margin:1rem 0 2rem;font-size:.95rem;opacity:.9}.pricing-note p{margin:0}.social-proof{padding:5rem 2rem;background:#fff;transition:background-color .3s ease}.dark .social-proof{background:#111827}.social-proof h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#1f2937;transition:color .3s ease}.dark .social-proof h2{color:#f9fafb}.social-proof-intro{text-align:center;max-width:700px;margin:0 auto 3rem;font-size:1.1rem;color:#6b7280;line-height:1.7;transition:color .3s ease}.dark .social-proof-intro{color:#d1d5db}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.benefit-card{background:#f9fafb;padding:2rem;border-radius:12px;text-align:center;transition:transform .2s,box-shadow .2s,background-color .3s ease}.dark .benefit-card{background:#374151}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.dark .benefit-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.5)}.benefit-icon{font-size:3rem;margin-bottom:1rem}.benefit-card h3{font-size:1.5rem;margin-bottom:1rem;color:#1f2937;transition:color .3s ease}.dark .benefit-card h3{color:#f9fafb}.benefit-card p{color:#6b7280;line-height:1.7;transition:color .3s ease}.dark .benefit-card p{color:#d1d5db}.testimonials-section{margin-top:4rem}.testimonials-section h3{text-align:center;font-size:2rem;margin-bottom:2rem;color:#1f2937;transition:color .3s ease}.dark .testimonials-section h3{color:#f9fafb}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.testimonial-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:background-color .3s ease,box-shadow .2s;border:1px solid #e5e7eb}.dark .testimonial-card{background:#374151;border-color:#4b5563}.testimonial-card.placeholder{opacity:.7;border-style:dashed}.testimonial-text{font-size:1rem;line-height:1.7;color:#374151;margin-bottom:1.5rem;font-style:italic;transition:color .3s ease}.dark .testimonial-text{color:#d1d5db}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-author strong{color:#1f2937;font-size:1rem;transition:color .3s ease}.dark .testimonial-author strong{color:#f9fafb}.testimonial-author span{color:#6b7280;font-size:.875rem;transition:color .3s ease}.dark .testimonial-author span{color:#9ca3af}.how-it-works{padding:5rem 2rem;background:#f9fafb;transition:background-color .3s ease}.dark .how-it-works{background:#1f2937}.how-it-works h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1f2937;transition:color .3s ease}.dark .how-it-works h2{color:#f9fafb}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;max-width:1000px;margin:0 auto}.step-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;position:relative;transition:transform .2s,box-shadow .2s,background-color .3s ease}.dark .step-card{background:#374151}.step-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.dark .step-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.5)}.step-number{width:60px;height:60px;border-radius:50%;background:#667eea;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1.5rem}.step-card h3{font-size:1.5rem;margin-bottom:1rem;color:#1f2937;transition:color .3s ease}.dark .step-card h3{color:#f9fafb}.step-card p{color:#6b7280;line-height:1.7;transition:color .3s ease}.dark .step-card p{color:#d1d5db}.features{padding:5rem 2rem;background:#fff;transition:background-color .3s ease}.dark .features{background:#111827}.features h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1f2937;transition:color .3s ease}.dark .features h2{color:#f9fafb}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:transform .2s,box-shadow .2s,background-color .3s ease}.dark .feature-card{background:#374151;box-shadow:0 1px 3px rgba(0,0,0,.3)}.feature-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.dark .feature-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.5)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#1f2937;transition:color .3s ease}.dark .feature-card h3{color:#f9fafb}.feature-card p{color:#6b7280;transition:color .3s ease}.dark .feature-card p{color:#d1d5db}.themes{padding:5rem 2rem;transition:background-color .3s ease}.dark .themes{background:#111827}.themes h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#1f2937;transition:color .3s ease}.dark .themes h2{color:#f9fafb}.themes-intro{text-align:center;max-width:600px;margin:0 auto 3rem;color:#6b7280;font-size:1.1rem;transition:color .3s ease}.dark .themes-intro{color:#d1d5db}.theme-label{font-size:.875rem;color:#6b7280;margin-top:.5rem;transition:color .3s ease}.dark .theme-label{color:#d1d5db}.themes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.theme-card{text-align:center}.theme-preview{margin-bottom:1rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}.theme-name{font-weight:500;color:#4b5563;transition:color .3s ease}.dark .theme-name{color:#d1d5db}.code-builder{padding:5rem 2rem;background:#f9fafb;transition:background-color .3s ease}.dark .code-builder{background:#1f2937}.code-builder h2{text-align:center;font-size:2.5rem;margin-bottom:1.5rem;color:#1f2937;transition:color .3s ease}.dark .code-builder h2{color:#f9fafb}.free-pro-cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;max-width:800px;margin:0 auto 3rem}.mode-card{padding:1.5rem;border-radius:12px;border:2px solid;transition:transform .2s,box-shadow .2s}.mode-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.mode-card.free-mode{background:#f0f9ff;border-color:#bae6fd}.dark .mode-card.free-mode{background:#1e3a5f;border-color:#3b82f6}.mode-card.pro-mode{background:#f0fdf4;border-color:#bbf7d0}.dark .mode-card.pro-mode{background:#1a3a2e;border-color:#10b981}.mode-card h3{font-size:1.25rem;margin-bottom:1rem;color:#1f2937;transition:color .3s ease}.dark .mode-card h3{color:#f9fafb}.mode-card ul{list-style:none;padding:0;margin:0}.mode-card li{padding:.5rem 0;color:#374151;transition:color .3s ease}.dark .mode-card li{color:#d1d5db}.mode-card.free-mode li{color:#1e40af}.dark .mode-card.free-mode li{color:#93c5fd}.mode-card.pro-mode li{color:#065f46}.dark .mode-card.pro-mode li{color:#6ee7b7}.pro-badge{display:inline-block;padding:.25rem .75rem;background:#fef3c7;color:#92400e;border-radius:4px;font-size:.75rem;font-weight:500;margin-top:.5rem}.dark .pro-badge{background:#78350f;color:#fcd34d}.pro-badge-inline{color:#92400e;font-size:.875rem}.dark .pro-badge-inline{color:#fcd34d}.helper-text{display:block;margin-top:.5rem;font-size:.875rem;color:#6b7280;transition:color .3s ease}.dark .helper-text{color:#9ca3af}.preview-description{margin-bottom:1.5rem;color:#6b7280;font-size:.95rem;transition:color .3s ease}.dark .preview-description{color:#d1d5db}.builder-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;max-width:1400px;margin:0 auto}.builder-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:background-color .3s ease,box-shadow .3s ease}.dark .builder-form{background:#374151;box-shadow:0 1px 3px rgba(0,0,0,.3)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151;transition:color .3s ease}.dark .form-group label{color:#f9fafb}.form-group input[type=email],.form-group input[type=number],.form-group input[type=text],.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s,background-color .3s ease,color .3s ease;background-color:#fff;color:#1f2937}.dark .form-group input[type=email],.dark .form-group input[type=number],.dark .form-group input[type=text],.dark .form-group select{background-color:#4b5563;border-color:#6b7280;color:#f9fafb}.form-group input:disabled,.form-group select:disabled{opacity:.6;cursor:not-allowed;background-color:#f3f4f6!important}.dark .form-group input:disabled,.dark .form-group select:disabled{background-color:#374151!important}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.color-inputs{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.color-input-group{display:flex;flex-direction:column;gap:.5rem}.color-input-group label{font-size:.875rem;color:#6b7280}.color-input-group input[type=color]{width:100%;height:50px;border:1px solid #d1d5db;border-radius:6px;cursor:pointer}.color-text{font-size:.875rem;font-family:monospace}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer}.copy-button{width:100%;padding:1rem;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s;margin-top:1rem}.copy-button:hover{background:#5568d3;transform:translateY(-1px)}.copy-button:active{transform:translateY(0)}.builder-preview{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:background-color .3s ease,box-shadow .3s ease}.dark .builder-preview{background:#374151;box-shadow:0 1px 3px rgba(0,0,0,.3)}.builder-preview h3{margin-bottom:1.5rem;color:#1f2937;transition:color .3s ease}.dark .builder-preview h3{color:#f9fafb}.preview-container{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;margin-bottom:2rem;min-height:400px;position:relative;background:#fff}.preview-content{padding:2rem}.preview-content h4{margin-bottom:1.5rem;color:#1f2937;font-size:1.25rem}.preview-products{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.preview-product{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.preview-product span:first-child{font-weight:500;color:#374151}.preview-product span:last-child{color:#059669;font-weight:600}.preview-cart-info{padding:1.5rem;background:#f0fdf4;border-radius:6px;border:1px solid #bbf7d0}.preview-cart-info strong{display:block;margin-bottom:.5rem;color:#065f46;font-size:1.1rem}.preview-remaining{margin:.5rem 0 0;color:#059669;font-size:.9rem}.preview-success{margin:.5rem 0 0;color:#059669;font-weight:600;font-size:.95rem}.code-output h4{margin-bottom:1rem;color:#1f2937;transition:color .3s ease}.code-block,.dark .code-output h4{color:#f9fafb}.code-block{background:#1f2937;padding:1.5rem;border-radius:8px;overflow-x:auto;font-size:.875rem;line-height:1.6}.faq{padding:5rem 2rem;background:#fff;transition:background-color .3s ease}.dark .faq{background:#111827}.faq h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1f2937;transition:color .3s ease}.dark .faq h2{color:#f9fafb}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:#f9fafb;border-radius:12px;margin-bottom:1rem;overflow:hidden;transition:background-color .3s ease,box-shadow .2s;border:1px solid #e5e7eb}.dark .faq-item{background:#374151;border-color:#4b5563}.faq-item.open{box-shadow:0 2px 8px rgba(0,0,0,.1)}.dark .faq-item.open{box-shadow:0 2px 8px rgba(0,0,0,.3)}.faq-question{width:100%;padding:1.5rem;background:transparent;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:background-color .2s}.faq-question:hover{background:rgba(0,0,0,.02)}.dark .faq-question:hover{background:hsla(0,0%,100%,.05)}.faq-question h3{font-size:1.25rem;margin:0;color:#1f2937;transition:color .3s ease;flex:1 1}.dark .faq-question h3{color:#f9fafb}.faq-icon{font-size:1.5rem;font-weight:300;color:#667eea;flex-shrink:0;transition:transform .2s}.faq-item.open .faq-icon{transform:rotate(0deg)}.faq-answer{padding:0 1.5rem;overflow:hidden;transition:max-height .3s ease,opacity .3s ease,padding .3s ease}.faq-answer p{padding-bottom:1.5rem;color:#6b7280;line-height:1.7;transition:color .3s ease;margin:0}.dark .faq-answer p{color:#d1d5db}.code-block code{font-family:Courier New,monospace;white-space:pre-wrap;word-break:break-all}.gif-preview-section{padding:5rem 2rem;background:#fff;transition:background-color .3s ease}.dark .gif-preview-section{background:#111827}.gif-preview-link{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;transition:transform .2s;max-width:1000px;margin:0 auto}.gif-preview-link:hover{transform:scale(1.01)}.gif-preview-link img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.2)}.gif-preview-caption{margin-top:1.5rem;font-size:1rem;color:#6b7280;text-align:center;font-style:italic}.dark .gif-preview-caption{color:#9ca3af}@media (max-width:968px){.builder-grid,.hero-content{grid-template-columns:1fr}.hero-content{gap:2rem}.hero h1,.hero-text{text-align:center}.hero h1{font-size:2.5rem}.hero .subtitle{text-align:center}.hero-cta{justify-content:center}.preview-gif-link img{max-width:100%}.color-inputs,.free-pro-cards,.steps-container{grid-template-columns:1fr}}@media (max-width:640px){.container{padding:1rem}.hero{padding:4rem 1rem}.hero h1{font-size:2rem}.hero-cta{flex-direction:column}.cta-primary,.cta-secondary{width:100%;text-align:center}.preview-caption{font-size:.75rem}.code-builder,.contact-form-section,.faq,.features,.gif-preview-section,.how-it-works,.social-proof,.themes{padding:3rem 1rem}.gif-preview-caption{font-size:.875rem}.locale-switcher{position:static;justify-content:center;margin-bottom:2rem}.benefits-grid,.testimonials-grid{grid-template-columns:1fr}}main.blog-list-page,main.blog-post{padding:5rem 2rem;background:#fff;transition:background-color .3s ease;min-height:100vh}.dark main.blog-list-page,.dark main.blog-post{background:#111827}.blog-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;padding:.5rem 0;transition:background-color .3s ease,border-color .3s ease;box-shadow:0 1px 3px rgba(0,0,0,.05)}.dark .blog-header{background:rgba(17,24,39,.95);border-color:#4b5563;box-shadow:0 1px 3px rgba(0,0,0,.3)}.blog-nav{gap:1rem;justify-content:space-between}.blog-nav,.blog-nav-links{display:flex;align-items:center}.blog-nav-links{gap:.75rem}.blog-back-link,.blog-home-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:#374151;background:#f3f4f6;text-decoration:none;font-weight:500;font-size:.875rem;border-radius:8px;transition:all .2s;border:1px solid transparent}.blog-back-link:hover,.blog-home-link:hover{background:#e5e7eb;color:#1f2937;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.dark .blog-back-link,.dark .blog-home-link{color:#d1d5db;background:#374151;border-color:#4b5563}.dark .blog-back-link:hover,.dark .blog-home-link:hover{background:#4b5563;color:#f9fafb;box-shadow:0 2px 4px rgba(0,0,0,.3)}.blog-header .theme-toggle{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;padding:.625rem;width:auto;height:auto;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;transition:all .2s;box-shadow:0 1px 2px rgba(0,0,0,.05);color:#374151;cursor:pointer}.blog-header .theme-toggle:hover{background:#e5e7eb;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1);color:#1f2937}.blog-header .theme-toggle svg{color:inherit;stroke:currentColor}.dark .blog-header .theme-toggle{background:#374151;border-color:#4b5563;box-shadow:0 1px 2px rgba(0,0,0,.3);color:#d1d5db}.dark .blog-header .theme-toggle:hover{background:#4b5563;box-shadow:0 2px 4px rgba(0,0,0,.3);color:#f9fafb}main.blog-list-page h1,main.blog-post h1{font-size:3rem;margin-bottom:1rem;color:#1f2937;transition:color .3s ease}.dark main.blog-list-page h1,.dark main.blog-post h1{color:#f9fafb}.blog-list-intro{font-size:1.25rem;color:#6b7280;margin-bottom:3rem;transition:color .3s ease}.dark .blog-list-intro{color:#d1d5db}.blog-list{display:flex;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto}.blog-list-item{padding:2rem;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb;transition:transform .2s,box-shadow .2s,background-color .3s ease,border-color .3s ease}.dark .blog-list-item{background:#374151;border-color:#4b5563}.blog-list-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.dark .blog-list-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.3)}.blog-list-item a{text-decoration:none;color:inherit;display:block}.blog-list-item h2{font-size:1.75rem;margin-bottom:1rem;color:#1f2937;transition:color .3s ease}.dark .blog-list-item h2{color:#f9fafb}.blog-list-description{color:#6b7280;line-height:1.7;margin-bottom:1rem;transition:color .3s ease}.dark .blog-list-description{color:#d1d5db}.blog-date{font-size:.875rem;color:#9ca3af;transition:color .3s ease}.dark .blog-date{color:#6b7280}.blog-content h2,.blog-content h3{position:relative;scroll-margin-top:6rem;padding-left:1.5rem;margin-left:-1.5rem}.blog-heading-anchor{position:absolute;left:0;top:0;opacity:0;transition:opacity .2s;text-decoration:none;color:inherit;font-weight:400;font-size:.9em}.blog-content h2:hover .blog-heading-anchor,.blog-content h3:hover .blog-heading-anchor{opacity:.5}.blog-content{max-width:800px;margin:0 auto;line-height:1.8;color:#374151;transition:color .3s ease}.dark .blog-content{color:#d1d5db}.blog-content h2,.blog-content p{margin-bottom:1.5rem}.blog-content h2{font-size:2rem;margin-top:3rem;color:#1f2937;transition:color .3s ease}.dark .blog-content h2{color:#f9fafb}.blog-content h3{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;color:#1f2937;transition:color .3s ease}.dark .blog-content h3{color:#f9fafb}.blog-content ol,.blog-content ul{margin-bottom:1.5rem;padding-left:2rem}.blog-content li{margin-bottom:.75rem;color:#4b5563;transition:color .3s ease}.dark .blog-content li{color:#d1d5db}.blog-content strong{color:#1f2937;font-weight:600;transition:color .3s ease}.dark .blog-content strong{color:#f9fafb}.blog-intro{font-size:1.25rem;color:#4b5563;font-weight:500;margin-bottom:2rem;transition:color .3s ease}.dark .blog-intro{color:#d1d5db}.blog-quote{border-left:4px solid #667eea;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#6b7280;transition:color .3s ease,border-color .3s ease}.dark .blog-quote{color:#9ca3af;border-color:#818cf8}.blog-link{display:inline-flex;align-items:center;gap:.5rem;color:#667eea;text-decoration:none;font-weight:600;transition:all .2s;padding:.5rem 1rem;background:#f0f4ff;border-radius:8px;border:1px solid #e0e7ff}.blog-link:hover{color:#5568d3;background:#e0e7ff;transform:translateY(-1px);box-shadow:0 2px 4px rgba(102,126,234,.2)}.dark .blog-link{color:#818cf8;background:#1e293b;border-color:#334155}.dark .blog-link:hover{color:#a5b4fc;background:#334155;box-shadow:0 2px 4px rgba(129,140,248,.3)}.blog-link-inline{display:inline-flex;align-items:center;gap:.25rem;color:#667eea;text-decoration:none;font-weight:600;transition:all .2s;border-bottom:2px solid transparent}.blog-link-inline:hover{color:#5568d3;border-bottom-color:#5568d3}.dark .blog-link-inline{color:#818cf8}.dark .blog-link-inline:hover{color:#a5b4fc;border-bottom-color:#a5b4fc}@media (max-width:640px){main.blog-list-page,main.blog-post{padding:3rem 1rem}main.blog-list-page h1,main.blog-post h1{font-size:2rem}.blog-content h2{font-size:1.75rem}.blog-content h3{font-size:1.25rem}.blog-nav{flex-wrap:wrap;gap:.75rem}.blog-nav-links{flex-wrap:wrap;gap:.5rem}.blog-back-link,.blog-home-link{padding:.5rem .75rem;font-size:.8125rem}.blog-header{padding:.5rem 0}.blog-header .theme-toggle{min-width:40px;min-height:40px;padding:.5rem}}.admin-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.dark .admin-login-page{background:linear-gradient(135deg,#1e1b4b,#312e81)}.admin-login-container{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.2);max-width:400px;width:100%}.dark .admin-login-container{background:#374151}.admin-login-container h1{margin-bottom:2rem;text-align:center;color:#1f2937;font-size:2rem}.dark .admin-login-container h1{color:#f9fafb}.admin-login-form .form-group{margin-bottom:1.5rem}.admin-login-form label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.dark .admin-login-form label{color:#d1d5db}.admin-login-form input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .2s}.dark .admin-login-form input{background:#4b5563;border-color:#6b7280;color:#f9fafb}.admin-login-form input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.login-button{width:100%;padding:.75rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.login-button:hover:not(:disabled){background:#5568d3}.login-button:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fee2e2;color:#dc2626;padding:.75rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem}.dark .error-message{background:#7f1d1d;color:#fca5a5}.success-message{background:#d1fae5;color:#065f46;padding:.75rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem}.dark .success-message{background:#064e3b;color:#6ee7b7}.contact-form-section{padding:5rem 2rem;background:#fff;transition:background-color .3s ease}.dark .contact-form-section{background:#111827}.contact-form-section h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#1f2937;transition:color .3s ease}.dark .contact-form-section h2{color:#f9fafb}.contact-intro{text-align:center;color:#6b7280;font-size:1.125rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;transition:color .3s ease}.dark .contact-intro{color:#d1d5db}.contact-form{max-width:600px;margin:0 auto;background:#f9fafb;padding:2rem;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:background-color .3s ease,box-shadow .3s ease}.dark .contact-form{background:#374151;box-shadow:0 1px 3px rgba(0,0,0,.3)}.contact-form textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;font-family:inherit;resize:vertical;transition:border-color .2s,background-color .3s ease,color .3s ease;background-color:#fff;color:#1f2937}.dark .contact-form textarea{background-color:#4b5563;border-color:#6b7280;color:#f9fafb}.contact-form textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.contact-form textarea:disabled{opacity:.6;cursor:not-allowed;background-color:#f3f4f6!important}.dark .contact-form textarea:disabled{background-color:#374151!important}.contact-submit-button{width:100%;padding:.875rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s,transform .1s}.contact-submit-button:hover:not(:disabled){background:#5568d3;transform:translateY(-1px)}.contact-submit-button:active:not(:disabled){transform:translateY(0)}.contact-submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.admin-dashboard{min-height:100vh;background:#f9fafb;transition:background-color .3s ease}.dark .admin-dashboard{background:#111827}.admin-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:background-color .3s ease,border-color .3s ease}.dark .admin-header{background:#1f2937;border-color:#4b5563}.admin-nav{display:flex;justify-content:space-between;align-items:center}.admin-nav h1{font-size:1.5rem;color:#1f2937;margin:0;transition:color .3s ease}.dark .admin-nav h1{color:#f9fafb}.admin-actions{display:flex;gap:1rem;align-items:center}.admin-link{color:#667eea;text-decoration:none;font-weight:500;transition:color .2s}.admin-link:hover{color:#5568d3}.logout-button{padding:.5rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:background .2s}.logout-button:hover{background:#dc2626}.admin-content{padding:2rem 0}.date-range-selector{margin-bottom:2rem;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:background-color .3s ease}.dark .date-range-selector{background:#374151}.date-range-selector label{display:flex;align-items:center;gap:1rem;font-weight:500;color:#374151}.dark .date-range-selector label{color:#d1d5db}.date-range-selector select{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;color:#1f2937;transition:border-color .2s,background-color .3s ease,color .3s ease}.dark .date-range-selector select{background:#4b5563;border-color:#6b7280;color:#f9fafb}.mock-warning{margin-top:1rem;padding:.75rem;background:#fef3c7;color:#92400e;border-radius:8px;font-size:.875rem;border:1px solid #fcd34d}.dark .mock-warning{background:#78350f;color:#fcd34d;border-color:#fbbf24}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:transform .2s,box-shadow .2s,background-color .3s ease}.dark .stat-card{background:#374151;box-shadow:0 1px 3px rgba(0,0,0,.3)}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.dark .stat-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.5)}.stat-card h3{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;transition:color .3s ease}.dark .stat-card h3{color:#9ca3af}.stat-value{font-size:2rem;font-weight:700;color:#1f2937;transition:color .3s ease}.dark .stat-value{color:#f9fafb}.analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:2rem;gap:2rem}.analytics-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:background-color .3s ease,box-shadow .3s ease}.dark .analytics-card{background:#374151;box-shadow:0 1px 3px rgba(0,0,0,.3)}.analytics-card h2{font-size:1.25rem;margin-bottom:1.5rem;color:#1f2937;transition:color .3s ease}.dark .analytics-card h2{color:#f9fafb}.table-container{overflow-x:auto}table{width:100%;border-collapse:collapse}table thead{background:#f3f4f6;transition:background-color .3s ease}.dark table thead{background:#4b5563}table th{padding:.75rem;text-align:left;font-weight:600;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;transition:color .3s ease}.dark table th{color:#d1d5db}table td{padding:1rem .75rem;border-top:1px solid #e5e7eb;color:#374151;transition:border-color .3s ease,color .3s ease}.dark table td{border-color:#4b5563;color:#d1d5db}.page-info{display:flex;flex-direction:column;gap:.25rem}.page-info strong{color:#1f2937;transition:color .3s ease}.dark .page-info strong{color:#f9fafb}.page-path{font-size:.875rem;color:#6b7280;transition:color .3s ease}.dark .page-path{color:#9ca3af}.countries-list,.sources-list{display:flex;flex-direction:column;gap:1rem}.country-item,.source-item{padding:1rem;background:#f9fafb;border-radius:8px;transition:background-color .3s ease}.dark .country-item,.dark .source-item{background:#4b5563}.source-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.source-name{font-weight:600;color:#1f2937;text-transform:capitalize;transition:color .3s ease}.dark .source-name{color:#f9fafb}.source-percentage{font-weight:600;color:#667eea;transition:color .3s ease}.dark .source-percentage{color:#818cf8}.source-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:.5rem;transition:background-color .3s ease}.dark .source-bar{background:#6b7280}.source-bar-fill{height:100%;background:#667eea;border-radius:4px;transition:background .3s ease}.dark .source-bar-fill{background:#818cf8}.source-users{font-size:.875rem;color:#6b7280;transition:color .3s ease}.dark .source-users{color:#9ca3af}.country-item{display:flex;justify-content:space-between;align-items:center}.country-name{font-weight:500;color:#1f2937;transition:color .3s ease}.dark .country-name{color:#f9fafb}.country-users{font-weight:600;color:#667eea;transition:color .3s ease}.dark .country-users{color:#818cf8}.admin-error,.admin-loading{text-align:center;padding:3rem;color:#6b7280;font-size:1.125rem;transition:color .3s ease}.dark .admin-error,.dark .admin-loading{color:#9ca3af}@media (max-width:968px){.analytics-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.admin-login-container{padding:2rem 1.5rem}.admin-nav{flex-direction:column;gap:1rem;align-items:flex-start}.admin-actions{width:100%;justify-content:space-between}.stats-grid{grid-template-columns:1fr}.analytics-card{padding:1.5rem}}.unread-badge-inline{display:inline-block;padding:.125rem .5rem;font-size:.75rem;margin-left:.5rem;min-width:20px;text-align:center}.unread-badge,.unread-badge-inline{background:#ef4444;color:#fff;border-radius:12px;font-weight:600}.unread-badge{padding:.25rem .75rem;font-size:.875rem}.emails-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.dark .emails-header{background:#1f2937}.emails-stats{display:flex;gap:1.5rem;align-items:center}.stat-item{color:#6b7280;font-size:.875rem}.dark .stat-item{color:#9ca3af}.stat-item strong{color:#1f2937;font-weight:600}.dark .stat-item strong{color:#f9fafb}.refresh-button{padding:.5rem 1rem;background:#667eea;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background .2s}.refresh-button:hover{background:#5568d3}.no-emails{text-align:center;padding:3rem;color:#6b7280;font-size:1.125rem}.dark .no-emails{color:#9ca3af}.emails-list{display:flex;flex-direction:column;gap:1rem}.email-item{display:block;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s;border-left:4px solid transparent}.dark .email-item{background:#1f2937}.email-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.email-item.unread{border-left-color:#ef4444;background:#fef2f2}.dark .email-item.unread{background:#7f1d1d;border-left-color:#fca5a5}.email-header{justify-content:space-between;margin-bottom:.5rem}.email-from,.email-header{display:flex;align-items:center}.email-from{gap:.5rem}.unread-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;display:inline-block}.email-from strong{color:#1f2937;font-weight:600}.dark .email-from strong{color:#f9fafb}.email-date{color:#6b7280;font-size:.875rem}.dark .email-date{color:#9ca3af}.email-subject{color:#374151;font-size:.95rem}.dark .email-subject{color:#d1d5db}.email-detail{background:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:2rem}.dark .email-detail{background:#1f2937}.email-detail-header{border-bottom:1px solid #e5e7eb;padding-bottom:1.5rem;margin-bottom:1.5rem}.dark .email-detail-header{border-color:#4b5563}.email-detail-date,.email-detail-from,.email-detail-subject{margin-bottom:.75rem;color:#374151}.dark .email-detail-date,.dark .email-detail-from,.dark .email-detail-subject{color:#d1d5db}.email-detail-date strong,.email-detail-from strong,.email-detail-subject strong{color:#1f2937;margin-right:.5rem}.dark .email-detail-date strong,.dark .email-detail-from strong,.dark .email-detail-subject strong{color:#f9fafb}.email-detail-content{background:#f9fafb;padding:1.5rem;border-radius:6px;white-space:pre-wrap;font-family:Courier New,monospace;font-size:.9rem;line-height:1.6;color:#1f2937}.dark .email-detail-content{background:#111827;color:#f9fafb}.email-detail-content pre{margin:0;white-space:pre-wrap;word-wrap:break-word}