.landing-container{min-height:100vh;background-color:#f9fafb;color:#111827;font-family:Segoe UI,sans-serif}.landing-nav{position:relative;z-index:50;padding:1.5rem 1rem;max-width:1280px;margin:0 auto}.nav-content{display:flex;align-items:center;justify-content:space-between}.logo-section{display:flex;align-items:center;gap:.5rem}.logo-icon{width:2rem;height:2rem;background:linear-gradient(to right,#3b82f6,#8b5cf6);border-radius:.5rem;display:flex;align-items:center;justify-content:center}.logo-icon span{color:#fff;font-weight:700;font-size:.875rem}.brand-name{font-size:1.5rem;font-weight:700;color:#4f46e5}.get-started-btn{background-color:#4f46e5;color:#fff;padding:.5rem 1.5rem;border:none;border-radius:.5rem;transition:all .3s ease;font-weight:600;cursor:pointer}.get-started-btn:hover{background-color:#4338ca}.hero-section{position:relative;padding:5rem 1rem;max-width:1280px;margin:0 auto}.hero-background{position:absolute;inset:0;overflow:hidden}.hero-blur{position:absolute;width:20rem;height:20rem;border-radius:50%;filter:blur(3rem)}.hero-blur-1{top:-10rem;right:-10rem;background-color:#eef2ff}.hero-blur-2{bottom:-10rem;left:-10rem;background-color:#faf5ff}.hero-content{position:relative;z-index:10;text-align:center;max-width:64rem;margin:0 auto;transition:all .8s ease;opacity:0;transform:scale(.95)}.hero-content.visible{opacity:1;transform:scale(1)}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#fff;border:1px solid #e5e7eb;padding:.5rem 1rem;border-radius:9999px;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.hero-badge span{font-size:.875rem;color:#6b7280}.hero-badge svg{color:#4f46e5}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#111827}.hero-title-gradient{background:linear-gradient(to right,#4f46e5,#8b5cf6);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-description{font-size:1.25rem;color:#6b7280;margin-bottom:3rem;max-width:48rem;margin-left:auto;margin-right:auto;line-height:1.6}.hero-cta-section{margin-bottom:4rem}.hero-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 3rem;background-color:#4f46e5;color:#fff;border:none;border-radius:.5rem;font-weight:600;font-size:1.125rem;transition:all .3s ease;transform:scale(1);box-shadow:0 10px 15px #0000001a;cursor:pointer}.hero-cta-btn:hover{background-color:#4338ca;transform:scale(1.05);box-shadow:0 20px 25px #00000026}.hero-cta-note{font-size:.875rem;color:#6b7280;margin-top:.75rem}.trust-indicators{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;color:#6b7280;font-size:.875rem}.trust-item{display:flex;align-items:center;gap:.5rem}.trust-item svg{color:#16a34a}.features-section{position:relative;padding:5rem 1rem;max-width:1280px;margin:0 auto}.features-header{text-align:center;margin-bottom:4rem}.features-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#111827}.features-description{font-size:1.25rem;color:#6b7280;max-width:32rem;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{padding:2rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:1rem;transition:all .5s ease;transform:translateY(0)}.feature-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-.5rem)}.feature-icon{width:3rem;height:3rem;background:linear-gradient(to right,#4f46e5,#8b5cf6);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:transform .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-icon svg{color:#fff}.feature-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#111827}.feature-description{color:#6b7280;line-height:1.6}.how-it-works-section{position:relative;padding:5rem 1rem;max-width:1280px;margin:0 auto;background-color:#fff;border-radius:1.5rem}.how-it-works-header{text-align:center;margin-bottom:4rem}.how-it-works-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#111827}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:64rem;margin:0 auto}.step-item{text-align:center}.step-number{width:4rem;height:4rem;background-color:#4f46e5;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.step-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#111827}.step-description{color:#6b7280}.results-preview-section{position:relative;padding:5rem 1rem;max-width:1280px;margin:0 auto}.results-preview-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media (min-width: 1024px){.results-preview-grid{grid-template-columns:1fr 1fr}}.results-preview-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#111827}.results-preview-description{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.benefits-list{display:flex;flex-direction:column;gap:1rem}.benefit-item{display:flex;align-items:center;gap:.75rem}.benefit-item svg{color:#16a34a;flex-shrink:0}.benefit-item span{color:#374151}.sample-results{display:flex;flex-direction:column;gap:1rem}.sample-result{padding:1.5rem;border-radius:.5rem;border-left:4px solid}.sample-result-green{background-color:#f0fdf4;border-color:#16a34a}.sample-result-orange{background-color:#fff7ed;border-color:#f97316}.sample-result-indigo{background-color:#eef2ff;border-color:#4f46e5}.sample-result-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.sample-result-green .sample-result-label{font-weight:600;color:#166534}.sample-result-orange .sample-result-label{font-weight:600;color:#9a3412}.sample-result-indigo .sample-result-label{font-weight:600;color:#3730a3}.sample-result-green svg{color:#16a34a}.sample-result-orange svg{color:#f97316}.sample-result-indigo svg{color:#4f46e5}.sample-result p{color:#374151}.sample-result-green p{color:#166534}.sample-result-orange p{color:#9a3412}.sample-result-indigo p{color:#3730a3}.social-proof-section{position:relative;padding:5rem 1rem;max-width:1280px;margin:0 auto}.social-proof-header{text-align:center;margin-bottom:4rem}.social-proof-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#111827}.social-proof-description{font-size:1.25rem;color:#6b7280}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background-color:#fff;padding:2rem;border-radius:1rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.testimonial-text{color:#374151;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:2.5rem;height:2.5rem;background-color:#4f46e5;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.testimonial-name{font-weight:600;color:#111827}.testimonial-handle{color:#6b7280;font-size:.875rem}.final-cta-section{position:relative;padding:5rem 1rem;max-width:64rem;margin:0 auto;text-align:center}.final-cta-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;padding:3rem;box-shadow:0 10px 15px #0000001a}.final-cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#111827}.final-cta-description{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;max-width:32rem;margin-left:auto;margin-right:auto}.final-cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;max-width:28rem;margin:0 auto}@media (min-width: 640px){.final-cta-buttons{flex-direction:row}}.final-cta-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background-color:#4f46e5;color:#fff;border:none;border-radius:.5rem;font-weight:600;transition:all .3s ease;transform:scale(1);box-shadow:0 10px 15px #0000001a;cursor:pointer}.final-cta-primary:hover{background-color:#4338ca;transform:scale(1.05);box-shadow:0 20px 25px #00000026}.final-cta-secondary{padding:1rem 2rem;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:.5rem;font-weight:600;transition:all .3s ease;color:#374151;cursor:pointer}.final-cta-secondary:hover{background-color:#e5e7eb}.landing-footer{padding:3rem 1rem;max-width:1280px;margin:0 auto;border-top:1px solid #e5e7eb}.footer-content{display:flex;flex-direction:column;align-items:center;justify-content:space-between}@media (min-width: 768px){.footer-content{flex-direction:row}}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}@media (min-width: 768px){.footer-logo{margin-bottom:0}}.footer-logo-icon{width:2rem;height:2rem;background:linear-gradient(to right,#4f46e5,#8b5cf6);border-radius:.5rem;display:flex;align-items:center;justify-content:center}.footer-logo-icon span{color:#fff;font-weight:700;font-size:.875rem}.footer-brand-name{font-size:1.25rem;font-weight:700;color:#111827}.footer-copyright{color:#6b7280;text-align:center}@media (min-width: 768px){.footer-copyright{text-align:right}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-description{font-size:1.125rem}.features-title,.how-it-works-title,.results-preview-title,.social-proof-title,.final-cta-title{font-size:2rem}.features-grid,.steps-grid,.testimonials-grid{grid-template-columns:1fr}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,sans-serif;background-color:#f9fafb;color:#1f2937;line-height:1.6}a{text-decoration:none;color:inherit}ul{list-style:none;padding-left:0}.emoji{font-size:1.5rem;margin-right:.5rem}.visible{opacity:1;transform:translateY(0)}.landing-page{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:2rem;background-color:#f9fafb;text-align:center}.landing-title{transition:all .8s ease-in-out;opacity:0;transform:scale(.95);margin-bottom:2rem}.landing-title.visible{opacity:1;transform:scale(1)}.landing-title h1{font-size:3rem;color:#4f46e5;font-weight:700;margin-bottom:.5rem}.landing-title h2{font-size:1.5rem;color:#1e293b;font-weight:600;margin-bottom:.5rem;margin-top:0}.landing-title p{color:#64748b;font-size:1rem;margin-top:0}.landing-title .logo-section{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.landing-title .brand-name{font-size:3rem;color:#4f46e5;font-weight:700;margin:0}.landing-form{width:100%;max-width:400px}.logo-ico{width:2.5rem;height:2.5rem;background:linear-gradient(to right,#3b82f6,#8b5cf6);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700;margin:0}.input-group{position:relative;margin-bottom:1rem}.input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af}.input-group input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:.75rem;font-size:1rem;transition:border .3s ease}.input-group input:focus{border-color:#6366f1;outline:none}.landing-form button{width:100%;background-color:#4f46e5;color:#fff;padding:.75rem;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.landing-form button:hover:not(:disabled){background-color:#4338ca;transform:scale(1.02)}.landing-form button:disabled{opacity:.5;cursor:not-allowed}.loader{border:2px solid transparent;border-top:2px solid white;border-radius:50%;width:1rem;height:1rem;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.audit-page{min-height:100vh;background-color:#f9fafb;padding:2rem;max-width:800px;margin:0 auto}.audit-header{text-align:center;margin-bottom:2rem}.audit-header h1{color:#4f46e5;font-size:2rem;font-weight:700}.audit-header p{color:#64748b;font-size:1rem}.profile-summary{background-color:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 1px 4px #0000000d;margin-bottom:2rem;border:1px solid #e5e7eb}.profile-header{display:flex;gap:1rem}.profile-info h2{font-size:1.25rem;font-weight:700;color:#1e293b}.profile-info p{color:#64748b;margin-bottom:.5rem}.profile-stats{display:flex;gap:1.5rem}.stat{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#374151}.audit-card{background-color:#fff;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 4px #0000000d;opacity:0;transform:translateY(1rem);transition:all .6s ease-in-out;border-left:5px solid transparent}.audit-card.visible{opacity:1;transform:translateY(0)}.audit-card.green{border-color:#16a34a;background-color:#f0fdf4}.audit-card.red{border-color:#dc2626;background-color:#fef2f2}.audit-card.blue{border-color:#2563eb;background-color:#eff6ff}.audit-card.teal{border-color:#14b8a6;background-color:#f0fdfa}.audit-card.purple{border-left:4px solid #8b5cf6}.audit-card.purple .card-header{background:linear-gradient(135deg,#8b5cf6,#a78bfa)}.audit-card.orange{border-left:4px solid #f97316}.audit-card.orange .card-header{background:linear-gradient(135deg,#f97316,#fb923c)}.audit-card.indigo{border-left:4px solid #6366f1}.audit-card.indigo .card-header{background:linear-gradient(135deg,#6366f1,#818cf8)}.audit-card .card-title{display:flex;align-items:center;font-weight:700;margin-bottom:1rem;font-size:1.25rem;color:#1e293b}.audit-card ul{padding-left:0}.audit-card li{display:flex;align-items:flex-start;gap:.5rem;color:#334155;font-size:.95rem;margin-bottom:.75rem}.tweet-card{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:1rem;padding:1rem;margin-bottom:1rem}.tweet-text{color:#1e293b;margin-bottom:.75rem;line-height:1.5;white-space:pre-line}.tweet-stats{display:flex;gap:1rem;font-size:.85rem;color:#6b7280;margin-bottom:.5rem}.tweet-stats div{display:flex;align-items:center;gap:.25rem}.tweet-analysis{font-size:.85rem;font-style:italic;color:#6b7280}.score-content{font-size:1.1rem;line-height:1.6;color:#1e40af;font-weight:500;padding:.5rem 0}.content-analysis{line-height:1.6;color:#374151}.content-analysis br{margin-bottom:.5rem}.engagement-tips{line-height:1.6;color:#374151}.engagement-tips br{margin-bottom:.5rem}.list-content{display:flex;flex-direction:column;gap:.75rem}.list-item{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;line-height:1.5}.list-icon{margin-top:.125rem;flex-shrink:0}.recommendations-content{display:flex;flex-direction:column;gap:1rem}.recommendation-item{display:flex;gap:1rem;padding:1rem;background:#f8fafc;border-radius:8px;border-left:3px solid #0891b2}.recommendation-number{background:#0891b2;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;flex-shrink:0}.recommendation-text{display:flex;align-items:flex-start;gap:.5rem;line-height:1.5}.recommendation-icon{margin-top:.125rem;flex-shrink:0}.top-tweets-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.top-tweets-section h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.top-tweets{display:flex;flex-direction:column;gap:1rem}.recent-tweets-section{margin:2rem 0;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d}.recent-tweets-section h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.tweets-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.cta-section{background-color:#fff;padding:2rem;border-radius:1rem;box-shadow:0 1px 4px #0000000d;text-align:center;border:1px solid #e5e7eb}.cta-section h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.cta-section p{font-size:.95rem;color:#64748b;margin-bottom:1.25rem}.cta-buttons{display:flex;flex-direction:column;gap:.75rem}@media (min-width: 600px){.cta-buttons{flex-direction:row;justify-content:center}}.cta-buttons button{padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.cta-buttons .join{background-color:#4f46e5;color:#fff;border:none}.cta-buttons .join:hover{background-color:#4338ca}.cta-buttons .share{background-color:#f3f4f6;color:#1f2937;border:none;display:flex;align-items:center;gap:.5rem;justify-content:center}.cta-buttons .share:hover{background-color:#e5e7eb}.progress-container{margin:1rem 0;width:100%}.progress-bar{width:100%;height:8px;background-color:#e0e0e0;border-radius:4px;overflow:hidden;box-shadow:inset 0 1px 2px #0000001a}.progress-fill{height:100%;background:linear-gradient(90deg,#1da1f2,#0d8bd9);border-radius:4px;position:relative}.progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3) 50%,transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.progress-text{margin-top:.5rem;font-size:.9rem;color:#666;text-align:center;font-weight:500}.error-message{background-color:#fee;color:#c33;padding:.75rem;border-radius:6px;margin:.5rem 0;font-size:.9rem;border-left:4px solid #c33;display:flex;align-items:center;justify-content:space-between}.retry-button{background:none;border:none;color:#c33;cursor:pointer;font-weight:700;padding:0;font-size:14px}.retry-button:hover{background-color:#cc33331a;border-radius:3px;padding:2px 4px}input:disabled{background-color:#f5f5f5;cursor:not-allowed}@media (max-width: 768px){.landing-title h1{font-size:2.25rem}.landing-title h2{font-size:1.25rem}.audit-page{padding:1rem}.profile-header{flex-direction:column;align-items:center;text-align:center}.profile-info{align-items:center}.profile-stats{flex-direction:column;gap:.5rem}.audit-card .card-title{font-size:1.125rem}.tweet-card{padding:.75rem}.cta-section{padding:1.5rem 1rem}.cta-buttons{flex-direction:column;gap:.75rem}.cta-buttons button{width:100%}.landing-form{padding:0 .5rem}}.structured-content{line-height:1.6;color:#374151}.structured-content h4{font-size:1.05rem;font-weight:600;color:#1f2937;margin:1.25rem 0 .75rem;padding:.5rem .75rem;background:#8b5cf61a;border-left:3px solid #8b5cf6;border-radius:4px}.structured-content h4:first-child{margin-top:0}.structured-content ul{margin:.75rem 0;padding-left:0}.structured-content li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;padding:.75rem;background:#ffffffb3;border-radius:6px;border-left:2px solid #e5e7eb;transition:border-color .2s ease}.structured-content li:hover{border-left-color:#8b5cf6}.structured-content li:before{content:"•";color:#8b5cf6;font-weight:700;font-size:1.1rem;margin-top:.125rem;flex-shrink:0}.audit-card.indigo .structured-content h4{background:#6366f11a;border-left-color:#6366f1}.audit-card.indigo .structured-content li:before{color:#6366f1}.audit-card.indigo .structured-content li:hover{border-left-color:#6366f1}.structured-content p{margin:.5rem 0;color:#4b5563}.structured-content strong{color:#1f2937;font-weight:600}.structured-content .time-rec{background:#f8fafc;padding:.75rem;border-radius:6px;margin:.5rem 0;border-left:3px solid #0891b2}.structured-content ul ul{margin-left:1rem;margin-top:.5rem}.structured-content ul ul li{background:#f0f5fbcc;border-left-color:#93c5fd;font-size:.9rem}.structured-content ul ul li:before{content:"→";color:#3b82f6}
