:root{--primary: #2563eb;--primary-dark: #1d4ed8;--secondary: #7c3aed;--accent: #8b5cf6;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--dark: #1e293b;--dark-light: #334155;--light: #f8fafc;--gray: #64748b;--gray-light: #cbd5e1;--white: #ffffff}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--dark);background:var(--white);line-height:1.6}.navbar{position:sticky;top:0;z-index:1000;background:var(--white);box-shadow:0 1px 3px #0000001a;border-bottom:1px solid var(--gray-light)}.nav-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--primary)}.logo svg{width:28px;height:28px;color:var(--primary)}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:var(--dark);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease}.nav-links a:hover{color:var(--primary)}.nav-btn{padding:.625rem 1.25rem;border:none;border-radius:.5rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease}.login-btn{background:transparent;color:var(--primary);border:1px solid var(--primary)}.login-btn:hover{background:var(--primary);color:#fff}.signup-btn{background:var(--primary);color:#fff;border:1px solid var(--primary)}.signup-btn:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.hero{padding:6rem 2rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);min-height:700px;display:flex;align-items:center}.hero-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center;width:100%}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#2563eb1a;border-radius:2rem;color:var(--primary);font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.hero-content h1{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:var(--dark)}.hero-subtitle{font-size:1.25rem;color:var(--gray);margin-bottom:1rem;line-height:1.8}.hero-subtitle strong{color:var(--primary);font-weight:600}.hero-description{font-size:1.125rem;color:var(--gray);margin-bottom:2rem;line-height:1.8}.hero-description strong{color:var(--primary);font-weight:600}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.btn-primary{padding:1rem 2rem;border:none;border-radius:.5rem;background:var(--primary);color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 10px 25px #2563eb4d}.btn-secondary{padding:1rem 2rem;border:2px solid var(--primary);border-radius:.5rem;background:#fff;color:var(--primary);font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:var(--primary);color:#fff}.ai-integrations{margin-bottom:3rem}.integrations-label{font-size:.875rem;color:var(--gray);margin-bottom:.75rem;font-weight:500}.ai-badges{display:flex;gap:.75rem;flex-wrap:wrap}.ai-badge{padding:.5rem 1rem;background:#fff;border:1px solid var(--gray-light);border-radius:.5rem;font-size:.875rem;font-weight:600;color:var(--dark);box-shadow:0 1px 3px #0000001a}.hero-stats{display:flex;gap:3rem;flex-wrap:wrap}.stat{display:flex;flex-direction:column}.stat-number{font-size:2rem;font-weight:700;color:var(--primary);margin-bottom:.25rem}.stat-label{font-size:.875rem;color:var(--gray)}.hero-image{position:relative;height:500px;display:flex;align-items:center;justify-content:center}.hero-graphic{position:relative;width:100%;height:100%}.graphic-card{position:absolute;background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;align-items:center;gap:.75rem;width:180px;text-align:center;animation:float 3s ease-in-out infinite}.card-geo{top:10%;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:#fff;animation-delay:0s}.card-onpage{top:50%;left:10%;animation-delay:.2s}.card-offpage{bottom:10%;right:10%;animation-delay:.4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.trusted-by{padding:3rem 2rem;background:#fff;border-top:1px solid var(--gray-light);border-bottom:1px solid var(--gray-light)}.trusted-label{text-align:center;font-size:.875rem;color:var(--gray);margin-bottom:1.5rem;font-weight:500}.trust-badges{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.trust-badge{padding:.5rem 1.5rem;background:var(--light);border-radius:.5rem;font-size:.875rem;font-weight:600;color:var(--dark)}.services{padding:6rem 2rem;background:#fff}.section-container{max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.75rem;font-weight:800;margin-bottom:.75rem;color:var(--dark)}.section-header p{font-size:1.125rem;color:var(--gray)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.service-card{padding:2.5rem;border:1px solid var(--gray-light);border-radius:1rem;transition:all .3s ease;background:#fff;position:relative}.service-card.featured{border:2px solid var(--primary);box-shadow:0 10px 30px #2563eb1a}.service-card:hover{transform:translateY(-5px);border-color:var(--primary);box-shadow:0 15px 40px #2563eb26}.service-icon{width:70px;height:70px;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff}.onpage-icon{background:linear-gradient(135deg,#2563eb,#3b82f6)}.offpage-icon{background:linear-gradient(135deg,#7c3aed,#8b5cf6)}.tech-icon{background:linear-gradient(135deg,#10b981,#34d399)}.keyword-icon{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--dark);font-weight:700}.service-card p{color:var(--gray);margin-bottom:1.5rem;line-height:1.7;font-size:1rem}.service-features{list-style:none;margin-bottom:2rem}.service-features li{display:flex;align-items:center;gap:.75rem;color:var(--dark);margin-bottom:.75rem;font-size:.95rem}.service-features svg{color:var(--success);flex-shrink:0}.service-btn{padding:.75rem 1.5rem;background:var(--primary);color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;width:100%;justify-content:center}.service-btn:hover{background:var(--primary-dark);transform:translateY(-2px)}.ai-driven{padding:6rem 2rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.ai-driven-content{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}.ai-driven-text h2{font-size:2.75rem;font-weight:800;margin-bottom:1.5rem;color:var(--dark)}.ai-driven-text p{font-size:1.125rem;color:var(--gray);margin-bottom:2rem;line-height:1.8}.ai-features{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.ai-feature{display:flex;gap:1rem;align-items:flex-start}.ai-feature svg{color:var(--primary);flex-shrink:0}.ai-feature h4{font-size:1.125rem;font-weight:700;margin-bottom:.25rem;color:var(--dark)}.ai-feature p{font-size:.95rem;color:var(--gray);margin:0}.ai-driven-visual{display:flex;align-items:center;justify-content:center}.ai-visual-card{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%}.ai-model{padding:2rem;background:#fff;border-radius:1rem;text-align:center;font-weight:700;font-size:1.125rem;color:var(--primary);box-shadow:0 5px 15px #0000001a;transition:all .3s ease}.ai-model:hover{transform:translateY(-5px);box-shadow:0 10px 25px #2563eb33}.why-choose{padding:6rem 2rem;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-item{background:var(--light);padding:2.5rem;border-radius:1rem;text-align:center;transition:all .3s ease}.feature-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.feature-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.feature-item h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--dark);font-weight:700}.feature-item p{color:var(--gray);line-height:1.7}.about{padding:6rem 2rem;background:var(--light)}.about-content{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.75rem;font-weight:800;margin-bottom:.5rem;color:var(--dark)}.about-lead{font-size:1.25rem;color:var(--primary);font-weight:600;margin-bottom:1rem}.about-text p{font-size:1.05rem;color:var(--gray);line-height:1.8;margin-bottom:1.5rem}.about-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin:2rem 0}.about-stat{text-align:center}.about-stat h4{font-size:2rem;color:var(--primary);font-weight:700;margin-bottom:.5rem}.about-stat p{font-size:.95rem;color:var(--gray);margin:0}.about-image{display:flex;align-items:center;justify-content:center}.about-box{width:350px;height:350px;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:2rem;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 20px 40px #2563eb4d}.testimonials{padding:6rem 2rem;background:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.testimonial-card{background:var(--light);padding:2.5rem;border-radius:1rem;box-shadow:0 5px 15px #00000014;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001f}.rating{display:flex;gap:.5rem;margin-bottom:1.5rem}.testimonial-card p{color:var(--gray);font-size:1rem;line-height:1.7;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.testimonial-author h4{font-size:1rem;color:var(--dark);margin-bottom:.25rem;font-weight:700}.testimonial-author p{font-size:.85rem;color:var(--gray);margin:0;font-style:normal}.cta-section{padding:6rem 2rem;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:#fff;text-align:center}.cta-container{max-width:800px;margin:0 auto}.cta-section h2{font-size:2.75rem;font-weight:800;margin-bottom:1rem}.cta-section p{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-large{padding:1.125rem 2.5rem;font-size:1.125rem}.btn-large.btn-primary{background:#fff;color:var(--primary)}.btn-large.btn-primary:hover{background:var(--light);transform:translateY(-2px);box-shadow:0 10px 25px #0003}.btn-large.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-large.btn-secondary:hover{background:#fff;color:var(--primary)}.footer{background:var(--dark);color:#fff;padding:4rem 2rem 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-section h4{font-size:1.125rem;margin-bottom:1rem;font-weight:700}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.75rem}.footer-section a{color:#ffffffb3;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;color:#fff9;padding-top:2rem}.footer-bottom p{margin-bottom:.5rem}.footer-tagline{font-size:.875rem;color:#ffffff80}@media (max-width: 1024px){.hero-container{grid-template-columns:1fr;gap:3rem}.hero-content h1{font-size:2.75rem}.ai-driven-content,.about-content{grid-template-columns:1fr}.about-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.nav-container{flex-direction:column;gap:1rem}.nav-links{flex-wrap:wrap;justify-content:center;gap:1rem}.hero{padding:4rem 1.5rem;min-height:auto}.hero-content h1{font-size:2.25rem}.hero-subtitle{font-size:1.125rem}.hero-image{display:none}.section-header h2{font-size:2rem}.services-grid,.features-grid,.testimonials-grid,.about-stats{grid-template-columns:1fr}.cta-section h2{font-size:2rem}.footer-content{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.hero-content h1{font-size:1.75rem}.hero-buttons,.cta-buttons{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%;justify-content:center}.section-header h2{font-size:1.75rem}.footer-content{grid-template-columns:1fr}}.auth-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.auth-modal{background:#fff;border-radius:1rem;width:100%;max-width:420px;padding:2rem;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;max-height:90vh;overflow-y:auto}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.auth-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.auth-header h2{font-size:1.5rem;font-weight:700;color:#1f2937}.close-btn{background:none;border:none;cursor:pointer;color:#6b7280;padding:0;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.close-btn:hover{color:#1f2937}.auth-form{margin-bottom:2rem}.error-message{display:flex;align-items:center;gap:.75rem;background:#fee2e2;color:#991b1b;padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1.5rem;font-size:.95rem}.error-message svg{flex-shrink:0}.form-group label{display:block;font-weight:600;color:#1f2937;margin-bottom:.5rem;font-size:.95rem}.input-wrapper{position:relative;display:flex;align-items:center}.input-wrapper svg{position:absolute;left:1rem;color:#9ca3af;pointer-events:none}.input-wrapper input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .3s ease;background:#fff}.input-wrapper input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.input-wrapper input:disabled{background:#f3f4f6;cursor:not-allowed}.password-hint{font-size:.8rem;color:#9ca3af;margin-top:.25rem}.submit-btn{width:100%;padding:.875rem;border:none;border-radius:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;margin-top:1rem}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.auth-divider{display:flex;align-items:center;margin:1.5rem 0;color:#9ca3af;font-size:.9rem}.auth-divider:before{content:"";flex:1;height:1px;background:#d1d5db}.auth-divider span{padding:0 .75rem}.auth-divider:after{content:"";flex:1;height:1px;background:#d1d5db}.social-auth{display:flex;gap:1rem;margin-bottom:2rem}.social-btn{flex:1;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#1f2937;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.social-btn:hover:not(:disabled){border-color:#667eea;background:#f9fafb}.social-btn:disabled{opacity:.5;cursor:not-allowed}.google-btn,.github-btn{border-color:#e5e7eb}.auth-footer{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #d1d5db}.auth-footer p{font-size:.95rem;color:#6b7280;margin-bottom:.5rem}.auth-footer a{color:#667eea;text-decoration:none;font-weight:500;transition:color .3s ease}.auth-footer a:hover{color:#764ba2}.mode-switch{background:none;border:none;color:#667eea;cursor:pointer;font-weight:600;margin-left:.25rem;padding:0;transition:color .3s ease}.mode-switch:hover{color:#764ba2}.auth-terms{text-align:center;font-size:.8rem;color:#9ca3af}.auth-terms a{color:#667eea;text-decoration:none;transition:color .3s ease}.auth-terms a:hover{color:#764ba2}@media (max-width: 640px){.auth-modal{max-width:90%;padding:1.5rem}.auth-header h2{font-size:1.25rem}.social-auth{flex-direction:column}}:root{--hootsuite-primary: #1abc9c;--hootsuite-primary-dark: #16a085;--hootsuite-secondary: #020910;--hootsuite-accent: #3498db;--hootsuite-success: #27ae60;--hootsuite-warning: #f39c12;--hootsuite-danger: #e74c3c;--hootsuite-white: #ffffff;--hootsuite-light-gray: #01060c;--hootsuite-gray: #0a1621;--hootsuite-dark-gray: #343a40;--hootsuite-black: #212529;--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-xxl: 4rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)}body{font-family:var(--font-primary);color:var(--hootsuite-dark-gray);background:var(--hootsuite-white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hootsuite-navbar{position:sticky;top:0;z-index:1000;background:var(--hootsuite-white);border-bottom:1px solid #e9ecef;box-shadow:var(--shadow-sm)}.nav-container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md);display:flex;justify-content:space-between;align-items:center;height:70px}.nav-left{display:flex;align-items:center;gap:var(--spacing-lg)}.logo{display:flex;align-items:center;gap:var(--spacing-xs);font-size:1.5rem;font-weight:var(--font-weight-bold);color:var(--hootsuite-primary);text-decoration:none}.logo-icon{width:36px;height:36px;background:var(--hootsuite-primary);color:var(--hootsuite-white);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-weight:var(--font-weight-bold);font-size:1.25rem}.nav-links{display:flex;align-items:center;gap:var(--spacing-lg)}.nav-links a{color:var(--hootsuite-dark-gray);text-decoration:none;font-weight:var(--font-weight-medium);font-size:.95rem;transition:color .3s ease}.nav-links a:hover{color:var(--hootsuite-primary)}.nav-right{display:flex;align-items:center;gap:var(--spacing-md)}.nav-cta{padding:.75rem 1.5rem;font-size:.95rem;font-weight:var(--font-weight-semibold)}.mobile-menu-toggle{display:none;background:none;border:none;color:var(--hootsuite-dark-gray);cursor:pointer;padding:var(--spacing-xs)}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:var(--hootsuite-white);border-bottom:1px solid #e9ecef;box-shadow:var(--shadow-lg)}.mobile-nav-links{padding:var(--spacing-md);display:flex;flex-direction:column;gap:var(--spacing-sm)}.mobile-nav-links a{color:var(--hootsuite-dark-gray);text-decoration:none;font-weight:var(--font-weight-medium);padding:var(--spacing-sm) 0}.mobile-login-btn{background:none;border:none;color:var(--hootsuite-dark-gray);font-weight:var(--font-weight-medium);padding:var(--spacing-sm) 0;cursor:pointer;text-align:left}.mobile-cta{margin-top:var(--spacing-sm);width:100%;padding:.75rem}.hootsuite-hero{background:linear-gradient(135deg,var(--hootsuite-light-gray) 0%,var(--hootsuite-white) 100%);padding:var(--spacing-xxl) 0;min-height:600px;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md);display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-xxl);align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:var(--spacing-xs);background:var(--hootsuite-primary);color:var(--hootsuite-white);padding:.5rem 1rem;border-radius:var(--radius-lg);font-size:.875rem;font-weight:var(--font-weight-medium);margin-bottom:var(--spacing-md)}.hero-title{font-size:3.5rem;font-weight:var(--font-weight-bold);line-height:1.1;color:var(--hootsuite-black);margin-bottom:var(--spacing-md)}.highlight{color:var(--hootsuite-primary)}.hero-description{font-size:1.25rem;color:var(--hootsuite-gray);margin-bottom:var(--spacing-lg);line-height:1.6}.hero-cta{display:flex;gap:var(--spacing-md);margin-bottom:var(--spacing-xl)}.hero-stats{display:flex;gap:var(--spacing-xl)}.stat{text-align:left}.stat-number{font-size:2rem;font-weight:var(--font-weight-bold);color:var(--hootsuite-primary);display:block}.stat-label{font-size:.875rem;color:var(--hootsuite-gray);font-weight:var(--font-weight-medium)}.hero-visual{display:flex;justify-content:center;align-items:center}.dashboard-preview{background:var(--hootsuite-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);padding:var(--spacing-lg);width:100%;max-width:400px;border:1px solid #e9ecef}.preview-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--spacing-md)}.preview-dots{display:flex;gap:.5rem}.dot{width:12px;height:12px;border-radius:50%}.dot.red{background:#ff5f57}.dot.yellow{background:#ffbd2e}.dot.green{background:#28ca42}.preview-title{font-size:.875rem;color:var(--hootsuite-gray);font-weight:var(--font-weight-medium)}.preview-content{display:flex;flex-direction:column;gap:var(--spacing-md)}.preview-chart{background:var(--hootsuite-light-gray);border-radius:var(--radius-md);padding:var(--spacing-md)}.chart-bars{display:flex;align-items:end;gap:.5rem;height:80px}.bar{background:var(--hootsuite-primary);border-radius:var(--radius-sm);width:24px;transition:all .3s ease}.bar:hover{background:var(--hootsuite-primary-dark)}.preview-metrics{display:flex;justify-content:space-between}.metric{text-align:center}.metric-value{font-size:1.5rem;font-weight:var(--font-weight-bold);color:var(--hootsuite-primary)}.metric-label{font-size:.75rem;color:var(--hootsuite-gray);font-weight:var(--font-weight-medium)}.trust-section{background:var(--hootsuite-white);padding:var(--spacing-xl) 0;border-bottom:1px solid #e9ecef}.section-container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}.trust-label{text-align:center;color:var(--hootsuite-gray);font-weight:var(--font-weight-medium);margin-bottom:var(--spacing-lg);font-size:1rem}.trust-logos{display:flex;justify-content:center;align-items:center;gap:var(--spacing-xl);flex-wrap:wrap}.trust-logo{color:var(--hootsuite-gray);font-weight:var(--font-weight-semibold);font-size:1.25rem;opacity:.7;transition:opacity .3s ease}.trust-logo:hover{opacity:1}.features-section{background:var(--hootsuite-white);padding:var(--spacing-xxl) 0}.section-header{text-align:center;margin-bottom:var(--spacing-xxl);max-width:600px;margin-left:auto;margin-right:auto}.section-header h2{font-size:2.5rem;font-weight:var(--font-weight-bold);color:var(--hootsuite-black);margin-bottom:var(--spacing-md)}.section-header p{font-size:1.125rem;color:var(--hootsuite-gray);line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:var(--spacing-xl)}.feature-card{background:var(--hootsuite-white);border:1px solid #e9ecef;border-radius:var(--radius-lg);padding:var(--spacing-xl);transition:all .3s ease;box-shadow:var(--shadow-sm)}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.feature-icon{width:60px;height:60px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:var(--spacing-md)}.feature-icon svg{width:32px;height:32px;color:var(--hootsuite-white)}.feature-icon.ai-icon{background:linear-gradient(135deg,var(--hootsuite-primary),var(--hootsuite-primary-dark))}.feature-icon.research-icon{background:linear-gradient(135deg,var(--hootsuite-accent),#2980b9)}.feature-icon.audit-icon{background:linear-gradient(135deg,var(--hootsuite-success),#229954)}.feature-icon.content-icon{background:linear-gradient(135deg,var(--hootsuite-warning),#e67e22)}.feature-icon.link-icon{background:linear-gradient(135deg,var(--hootsuite-danger),#c0392b)}.feature-icon.analytics-icon{background:linear-gradient(135deg,#9b59b6,#8e44ad)}.feature-card h3{font-size:1.25rem;font-weight:var(--font-weight-semibold);color:var(--hootsuite-black);margin-bottom:var(--spacing-sm)}.feature-card p{color:var(--hootsuite-gray);margin-bottom:var(--spacing-md);line-height:1.6}.feature-list{list-style:none;padding:0}.feature-list li{display:flex;align-items:center;gap:var(--spacing-xs);color:var(--hootsuite-gray);font-size:.875rem;margin-bottom:.5rem}.feature-list svg{color:var(--hootsuite-success);flex-shrink:0}.cta-section{background:linear-gradient(135deg,var(--hootsuite-primary),var(--hootsuite-primary-dark));padding:var(--spacing-xxl) 0;color:var(--hootsuite-white)}.cta-container{max-width:800px;margin:0 auto;text-align:center;padding:0 var(--spacing-md)}.cta-content h2{font-size:2.5rem;font-weight:var(--font-weight-bold);margin-bottom:var(--spacing-md)}.cta-content p{font-size:1.125rem;margin-bottom:var(--spacing-xl);opacity:.9}.cta-buttons{display:flex;justify-content:center;gap:var(--spacing-md);margin-bottom:var(--spacing-xl)}.cta-features{display:flex;justify-content:center;gap:var(--spacing-lg);flex-wrap:wrap}.cta-feature{display:flex;align-items:center;gap:var(--spacing-xs);font-size:.875rem;opacity:.9}.hootsuite-footer{background:var(--hootsuite-secondary);color:var(--hootsuite-white);padding:var(--spacing-xxl) 0 var(--spacing-lg)}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--spacing-xl);margin-bottom:var(--spacing-xl)}.footer-section h4{font-weight:var(--font-weight-semibold);margin-bottom:var(--spacing-md);color:var(--hootsuite-white)}.footer-section ul{list-style:none;padding:0}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#fffc;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-section a:hover{color:var(--hootsuite-white)}.logo-section .logo{margin-bottom:var(--spacing-md)}.logo-section p{color:#fffc;font-size:.875rem;margin-bottom:var(--spacing-md)}.social-links{display:flex;gap:var(--spacing-md)}.social-link{color:#fffc;text-decoration:none;font-size:.875rem;transition:color .3s ease}.social-link:hover{color:var(--hootsuite-white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:var(--spacing-lg)}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:#fffc;font-size:.875rem}.footer-links{display:flex;gap:var(--spacing-lg)}.footer-links a{color:#fffc;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-links a:hover{color:var(--hootsuite-white)}.btn-primary{background:var(--hootsuite-primary);color:var(--hootsuite-white);border:none;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:var(--font-weight-semibold);font-size:1rem;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:var(--spacing-xs);text-decoration:none}.btn-primary:hover{background:var(--hootsuite-primary-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-secondary{background:var(--hootsuite-white);color:var(--hootsuite-primary);border:2px solid var(--hootsuite-primary);padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:var(--font-weight-semibold);font-size:1rem;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:var(--spacing-xs);text-decoration:none}.btn-secondary:hover{background:var(--hootsuite-primary);color:var(--hootsuite-white)}.btn-outline{background:transparent;color:var(--hootsuite-white);border:2px solid var(--hootsuite-white);padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:var(--font-weight-semibold);font-size:1rem;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:var(--spacing-xs);text-decoration:none}.btn-outline:hover{background:var(--hootsuite-white);color:var(--hootsuite-primary)}.btn-large{padding:1rem 2rem;font-size:1.125rem}@media (max-width: 768px){.desktop-only{display:none!important}.mobile-menu-toggle,.mobile-menu{display:block}.hero-container{grid-template-columns:1fr;gap:var(--spacing-lg);text-align:center}.hero-title{font-size:2.5rem}.hero-cta{flex-direction:column;align-items:center}.hero-stats{justify-content:center}.features-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.footer-content{grid-template-columns:1fr;gap:var(--spacing-lg)}.footer-bottom-content{flex-direction:column;gap:var(--spacing-md);text-align:center}.trust-logos{gap:var(--spacing-md)}.cta-features{flex-direction:column;align-items:center;gap:var(--spacing-sm)}}@media (max-width: 480px){.nav-container{padding:0 var(--spacing-sm)}.hero-title,.section-header h2{font-size:2rem}.hero-container,.section-container{padding:0 var(--spacing-sm)}}.seo-audit-container{width:100%;background:transparent}.seo-audit-page{min-height:100vh;background:#fff;padding:24px}.audit-container{max-width:900px;margin:0 auto}.audit-hero{text-align:center;margin-bottom:48px;padding:48px 24px}.hero-icon{width:80px;height:80px;margin:0 auto 24px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff}.audit-hero h1{font-size:40px;font-weight:700;color:#37352f;margin-bottom:12px}.audit-hero p{font-size:18px;color:#37352f99}.audit-form{background:#fff}.form-section{margin-bottom:48px;padding:32px;background:#f7f6f3;border-radius:8px}.form-section h3{font-size:20px;font-weight:600;color:#37352f;margin-bottom:24px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.form-group label{font-size:14px;font-weight:500;color:#37352f}.form-group input{padding:10px 14px;border:1px solid rgba(55,53,47,.16);border-radius:4px;font-size:14px;color:#37352f;background:#fff;transition:all .15s}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.checkbox-group label{display:flex;align-items:center;gap:8px;cursor:pointer}.checkbox-group input[type=checkbox]{width:18px;height:18px;cursor:pointer}.submit-btn{width:100%;padding:16px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:transform .2s,box-shadow .2s}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.error-banner{display:flex;align-items:center;gap:12px;padding:16px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:6px;color:#ef4444;margin-bottom:24px;font-size:14px}.analysis-time{font-size:14px;color:#10b981;margin-top:4px}.no-issues{display:flex;align-items:center;gap:12px;padding:24px;background:#10b9810d;border-radius:6px;color:#37352fb3;text-align:center;justify-content:center}.report-container{max-width:1000px;margin:0 auto}.report-header{margin-bottom:32px}.back-btn{background:none;border:none;color:#667eea;font-size:14px;cursor:pointer;padding:8px 0;margin-bottom:16px;transition:opacity .15s}.back-btn:hover{opacity:.7}.report-header h1{font-size:40px;font-weight:700;color:#37352f;margin-bottom:8px}.report-url{font-size:16px;color:#37352f99}.health-score-card{display:flex;gap:32px;padding:40px;background:#f7f6f3;border-radius:12px;margin-bottom:32px;align-items:center}.score-visual{flex-shrink:0}.score-circle{width:140px;height:140px;border-radius:50%;border:8px solid;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff}.score-value{font-size:48px;font-weight:700;line-height:1}.score-max{font-size:18px;color:#37352f66}.score-info h2{font-size:24px;font-weight:600;margin-bottom:12px;color:#37352f}.score-label{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:500;margin-bottom:12px}.score-info p{font-size:15px;line-height:1.6;color:#37352fb3}.report-section{margin-bottom:24px;background:#fff;border:1px solid rgba(55,53,47,.09);border-radius:8px;overflow:hidden}.section-header{padding:20px 24px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:background .15s}.section-header:hover{background:#37352f08}.section-title{display:flex;align-items:center;gap:12px;flex:1}.section-title h3{font-size:18px;font-weight:600;color:#37352f}.issue-count{background:#ef4444;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:600}.section-content{padding:0 24px 24px}.issue-card{padding:24px;background:#fff;border:1px solid rgba(55,53,47,.09);border-radius:6px;margin-bottom:16px}.issue-card:last-child{margin-bottom:0}.issue-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.priority-badge{padding:4px 10px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase}.priority-badge.critical{background:#ef44441a;color:#ef4444}.priority-badge.important{background:#f59e0b1a;color:#f59e0b}.issue-card h4{font-size:16px;font-weight:600;color:#37352f}.issue-impact{margin-bottom:16px;font-size:14px;line-height:1.6;color:#37352fb3}.issue-fix{margin-bottom:16px}.issue-fix strong{display:block;margin-bottom:8px;color:#37352f;font-size:14px}.issue-fix ol{margin-left:20px;color:#37352fb3;font-size:14px;line-height:1.8}.issue-metrics{display:flex;gap:24px;padding-top:16px;border-top:1px solid rgba(55,53,47,.09);font-size:13px;color:#37352f99}.checklist{display:flex;flex-direction:column;gap:12px}.checklist-item{display:flex;gap:12px;padding:16px;background:#fff;border:1px solid rgba(55,53,47,.09);border-radius:6px;transition:background .15s}.checklist-item:hover{background:#37352f08}.checklist-item input[type=checkbox]{width:20px;height:20px;cursor:pointer;margin-top:2px}.checklist-item label{flex:1;font-size:14px;line-height:1.6;color:#37352fe6;cursor:pointer}.roadmap{display:grid;gap:24px}.roadmap-week{padding:24px;background:#fff;border:1px solid rgba(55,53,47,.09);border-radius:8px}.week-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.week-number{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600}.week-header h4{font-size:16px;font-weight:600;color:#37352f}.roadmap-week ul{margin-left:20px;margin-bottom:16px}.roadmap-week li{font-size:14px;line-height:2;color:#37352fcc}.week-outcome{padding:12px 16px;background:#667eea0d;border-radius:4px;font-size:13px;color:#37352fcc}.report-cta{margin-top:48px;padding:40px;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:12px;text-align:center}.report-cta h3{font-size:24px;font-weight:700;margin-bottom:8px;color:#37352f}.report-cta p{font-size:16px;color:#37352f99;margin-bottom:24px}.cta-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:12px 24px;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.btn-secondary{background:#fff;color:#37352f;border:1px solid rgba(55,53,47,.16)}.btn-secondary:hover{background:#37352f0d}.website-unavailable-card{padding:40px;background:linear-gradient(135deg,#ef44440d,#ef444405);border:2px solid #ef4444;border-radius:12px;text-align:center;margin:32px 0}.unavailable-icon{font-size:48px;margin-bottom:16px}.website-unavailable-card h2{color:#ef4444;font-size:28px;margin-bottom:20px}.status-info{background:#fff;padding:16px;border-radius:8px;margin:20px 0;text-align:left}.status-info p{margin:8px 0;font-size:14px}.status-info code{background:#f3f4f6;padding:4px 8px;border-radius:3px;font-weight:700;color:#ef4444}.error-details{background:#fff;padding:24px;border-radius:8px;margin:24px 0;text-align:left}.error-details h3{color:#37352f;margin-bottom:12px;font-size:16px}.error-details ul{list-style:none;padding:0;margin:0}.error-details li{padding:8px 0;font-size:14px;color:#37352fcc;line-height:1.6}.error-details code{background:#f3f4f6;padding:2px 6px;border-radius:3px;font-weight:700}.error-action{background:#fff;padding:24px;border-radius:8px;margin:24px 0;text-align:left}.error-action h3{color:#37352f;margin-bottom:12px;font-size:16px}.error-action ol{margin:0;padding-left:20px}.error-action li{padding:8px 0;font-size:14px;color:#37352fcc;line-height:1.6}.pages-crawled-section{background:linear-gradient(135deg,#10b9810d,#10b98105);border-left:4px solid #10b981}.pages-crawled-error{background:linear-gradient(135deg,#f59e0b0d,#f59e0b05);border-left:4px solid #f59e0b}.crawl-info{background:#fff;padding:16px;border-radius:6px;margin-bottom:16px}.crawl-info p{margin:10px 0;font-size:14px;color:#37352fcc}.crawl-info code{background:#f0fdf4;padding:4px 8px;border-radius:3px;color:#059669;font-weight:500}.status-success{background:#d1fae5;color:#059669;padding:4px 8px;border-radius:3px;font-weight:600}.status-error{background:#fed7aa;color:#d97706;padding:4px 8px;border-radius:3px;font-weight:600}.crawl-message{font-size:14px;color:#10b981;font-weight:500;padding:12px;background:#10b9811a;border-radius:4px}.crawl-message.warning{color:#b45309;background:#f59e0b1a;border-left:3px solid #f59e0b;padding:12px 12px 12px 15px}.pages-list{margin-top:20px;padding:16px;background:#f9fafb;border-radius:6px;border-left:3px solid #3b82f6}.pages-list h4{margin:0 0 12px;font-size:14px;font-weight:600;color:#1f2937;display:flex;align-items:center;gap:6px}.pages-visited-list,.links-discovered-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto}.page-item,.link-item{padding:10px;background:#fff;border-radius:4px;border:1px solid #e5e7eb;font-size:13px;display:flex;flex-direction:column;gap:4px;transition:all .2s ease}.page-item:hover,.link-item:hover{background:#f0f9ff;border-color:#3b82f6;box-shadow:0 2px 4px #3b82f61a}.page-url,.link-url{font-family:Monaco,Courier New,monospace;color:#1f2937;font-weight:500;word-break:break-all;font-size:12px}.page-status{font-size:11px;color:#6b7280;font-weight:500}.page-status{padding:2px 6px;background:#e5e7eb;border-radius:2px;width:fit-content}.link-text{font-size:12px;color:#6b7280;font-style:italic;padding:4px 6px;background:#f3f4f6;border-radius:2px;word-break:break-word}.debug-section{margin-bottom:24px;padding:16px;background:#f7f6f3;border-radius:6px}.debug-section h4{font-size:14px;font-weight:600;color:#37352f;margin-bottom:12px}.debug-section.error{background:#ef44440d;border:1px solid rgba(239,68,68,.2)}.debug-section.error h4{color:#ef4444}.debug-section ul{margin-left:20px;color:#ef4444;font-size:13px;line-height:1.8}.debug-code{background:#2d2d2d;color:#f8f8f2;padding:16px;border-radius:4px;overflow-x:auto;font-size:12px;font-family:Monaco,Courier New,monospace;line-height:1.6;max-height:400px;overflow-y:auto}@media (max-width: 768px){.seo-audit-page{padding:16px}.audit-hero{padding:32px 16px}.audit-hero h1{font-size:32px}.form-section{padding:24px 16px}.form-grid{grid-template-columns:1fr}.health-score-card{flex-direction:column;padding:32px 24px}.issue-metrics{flex-direction:column;gap:8px}.cta-buttons{flex-direction:column}.cta-buttons button{width:100%}}.crawl-progress-container{max-width:800px;margin:0 auto;padding:3rem;background:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000001a}.crawl-header{text-align:center;margin-bottom:3rem}.crawl-icon{color:#2563eb;margin-bottom:1rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.crawl-header h2{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.crawl-url{font-size:1.05rem;color:#64748b;font-family:Monaco,Courier New,monospace}.progress-stages{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;padding:0 2rem}.stage{display:flex;flex-direction:column;align-items:center;gap:.75rem;position:relative}.stage-icon{width:50px;height:50px;border-radius:50%;background:#e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;font-weight:700;transition:all .3s ease;position:relative;z-index:2}.stage.active .stage-icon{background:#2563eb;color:#fff;box-shadow:0 0 0 4px #2563eb33}.stage.completed .stage-icon{background:#10b981;color:#fff}.stage span{font-size:.875rem;font-weight:600;color:#64748b}.stage.active span{color:#2563eb}.stage.completed span{color:#10b981}.stage-line{flex:1;height:3px;background:#e2e8f0;position:relative;top:-35px}.progress-bar-container{margin-bottom:2rem}.progress-bar{width:100%;height:12px;background:#e2e8f0;border-radius:6px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6);transition:width .5s ease;border-radius:6px}.progress-percentage{font-size:1.25rem;font-weight:700;color:#2563eb;display:block;text-align:center}.crawl-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#f8fafc;border-radius:.75rem}.stat-item{display:flex;flex-direction:column;gap:.5rem}.stat-label{font-size:.875rem;color:#64748b;font-weight:500}.stat-value{font-size:1.125rem;color:#1e293b;font-weight:700;word-break:break-all}.crawl-message{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;background:#eff6ff;border-radius:.5rem;color:#1e40af;font-weight:500}.crawl-completed{margin-top:2rem;padding:1.5rem;background:#f0fdf4;border-radius:.75rem;text-align:center;color:#166534;display:flex;flex-direction:column;align-items:center;gap:.75rem}.crawl-completed p{font-size:1.125rem;font-weight:600;margin:0}.audit-form-container{max-width:700px;margin:0 auto}.form-header{text-align:center;margin-bottom:2rem}.form-header svg{color:#2563eb;margin-bottom:1rem}.form-header h1{font-size:2rem;font-weight:800;color:#1e293b;margin-bottom:.5rem}.form-header p{font-size:1.05rem;color:#64748b}.error-message{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#991b1b;margin-bottom:1.5rem}.audit-form{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000001a}.form-section h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.form-group label{display:block;font-size:.95rem;font-weight:600;color:#334155;margin-bottom:.5rem}.form-group input,.form-group select{width:100%;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:.5rem;font-size:1rem;color:#1e293b;transition:all .2s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.submit-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;border-radius:.5rem;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #2563eb4d}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.report-container{max-width:1200px;margin:0 auto}.report-header{margin-bottom:2rem}.back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#fff;border:1px solid #cbd5e1;border-radius:.5rem;color:#64748b;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:1rem}.back-btn:hover{border-color:#2563eb;color:#2563eb;transform:translate(-2px)}.report-title h1{font-size:2rem;font-weight:800;color:#1e293b;margin-bottom:.5rem}.report-url{font-size:1.05rem;color:#64748b;font-family:Monaco,Courier New,monospace}.score-section{display:flex;align-items:center;gap:2rem;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.score-circle{width:150px;height:150px;border-radius:50%;border:8px solid;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0}.score-value{font-size:3rem;font-weight:800}.score-max{font-size:1.25rem;color:#64748b}.score-info h2{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.score-info p{font-size:1.05rem;color:#64748b}.report-section{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.section-header.clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.section-header h3{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:#1e293b;margin:0}.section-content{margin-top:1.5rem}.crawled-pages-list{display:flex;flex-direction:column;gap:1rem}.crawled-page-card{padding:1.5rem;background:#f8fafc;border-radius:.75rem;border:1px solid #e2e8f0}.page-header h4{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.page-url{font-size:.875rem;color:#2563eb;font-family:Monaco,Courier New,monospace;text-decoration:none}.page-url:hover{text-decoration:underline}.page-details{margin-top:1rem}.detail-row{display:flex;gap:.75rem;margin-bottom:.75rem;font-size:.95rem}.detail-label{font-weight:600;color:#64748b;min-width:150px}.detail-value{color:#1e293b}.page-stats{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.stat-badge{padding:.375rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;font-size:.875rem;color:#64748b;font-weight:500}.issue-card{padding:1.5rem;background:#f8fafc;border-radius:.75rem;border-left:4px solid;margin-bottom:1rem}.issue-card.critical{border-left-color:#ef4444;background:#fef2f2}.issue-card.important{border-left-color:#f59e0b;background:#fffbeb}.issue-card.optimization{border-left-color:#3b82f6;background:#eff6ff}.issue-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.issue-header h4{font-size:1.05rem;font-weight:700;color:#1e293b;margin:0}.severity-badge{padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:700;text-transform:uppercase}.severity-badge.critical{background:#ef4444;color:#fff}.severity-badge.important{background:#f59e0b;color:#fff}.severity-badge.optimization{background:#3b82f6;color:#fff}.issue-description{color:#475569;margin-bottom:.75rem;line-height:1.6}.issue-impact{color:#64748b;font-size:.95rem;margin-bottom:.75rem}.fix-instructions{margin-top:1rem;padding:1rem;background:#fff;border-radius:.5rem}.fix-instructions strong{display:block;margin-bottom:.5rem;color:#1e293b}.fix-instructions ul{margin-left:1.5rem;color:#475569}.empty-state{text-align:center;padding:3rem 1rem;color:#64748b}.empty-state p{font-size:1.05rem}@media (max-width: 768px){.crawl-progress-container,.audit-form-container{padding:1.5rem}.progress-stages{flex-direction:column;gap:1rem}.stage-line{display:none}.score-section{flex-direction:column;text-align:center}.crawl-stats{grid-template-columns:1fr}.detail-row{flex-direction:column;gap:.25rem}.detail-label{min-width:auto}}.robots-txt-content{background:#f8fafc;border-radius:.5rem;overflow:hidden}.robots-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#fff;border-bottom:1px solid #e2e8f0}.status-badge{padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:700;text-transform:uppercase}.status-badge.success{background:#10b981;color:#fff}.robots-url{font-family:Monaco,Courier New,monospace;font-size:.875rem;color:#2563eb;text-decoration:none}.robots-url:hover{text-decoration:underline}.robots-code{padding:1.5rem;background:#1e293b;color:#e2e8f0;font-family:Monaco,Courier New,monospace;font-size:.875rem;line-height:1.6;overflow-x:auto;margin:0}.robots-missing{display:flex;gap:1rem;padding:1.5rem;background:#fef2f2;border-radius:.5rem;border:1px solid #fecaca}.robots-missing svg{color:#ef4444;flex-shrink:0}.robots-missing h4{font-size:1.05rem;font-weight:700;color:#991b1b;margin-bottom:.5rem}.robots-missing p{color:#7f1d1d;margin-bottom:.5rem}.robots-missing code{background:#fee2e2;padding:.125rem .375rem;border-radius:.25rem;font-size:.875rem}.robots-missing .recommendation{margin-top:1rem;padding-top:1rem;border-top:1px solid #fecaca}.page-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.page-number{font-size:.875rem;font-weight:700;color:#64748b;background:#f1f5f9;padding:.375rem .75rem;border-radius:.375rem}.page-issue-summary{display:flex;gap:.5rem;flex-wrap:wrap}.issue-badge{padding:.25rem .625rem;border-radius:.375rem;font-size:.75rem;font-weight:700;text-transform:uppercase}.issue-badge.critical{background:#ef4444;color:#fff}.issue-badge.important{background:#f59e0b;color:#fff}.issue-badge.optimization{background:#3b82f6;color:#fff}.issue-badge.success{background:#10b981;color:#fff}.page-title-section{margin-bottom:1rem}.page-title-section h4{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.page-metrics{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:.5rem}.metric{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#475569;font-weight:500}.metric-icon{font-size:1rem}.detail-section{margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:.5rem}.detail-section h5{font-size:.95rem;font-weight:700;color:#1e293b;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.page-issues{margin-top:1.5rem;padding:1rem;background:#fffbeb;border-radius:.5rem;border-left:4px solid #f59e0b}.page-issues h5{font-size:1rem;font-weight:700;color:#92400e;margin-bottom:1rem}.page-issues-list{display:flex;flex-direction:column;gap:.5rem}.page-issue{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border-radius:.375rem}.page-issue.critical{border-left:3px solid #ef4444}.page-issue.important{border-left:3px solid #f59e0b}.page-issue.optimization{border-left:3px solid #3b82f6}.issue-type-badge{padding:.25rem .5rem;border-radius:.25rem;font-size:.7rem;font-weight:700;text-transform:uppercase;flex-shrink:0}.issue-type-badge.critical{background:#ef4444;color:#fff}.issue-type-badge.important{background:#f59e0b;color:#fff}.issue-type-badge.optimization{background:#3b82f6;color:#fff}.issue-text{font-size:.9rem;color:#1e293b;flex:1}@media (max-width: 768px){.page-card-header{flex-direction:column;align-items:flex-start;gap:.75rem}.page-metrics{flex-direction:column;gap:.5rem}.robots-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.fix-locations{margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #2563eb;border-radius:.75rem}.fix-locations h5{font-size:1.125rem;font-weight:700;color:#1e40af;margin-bottom:.5rem}.fix-locations-intro{font-size:.95rem;color:#475569;margin-bottom:1.5rem}.fix-item{background:#fff;border-radius:.5rem;padding:1rem;margin-bottom:1rem;border-left:3px solid #2563eb}.fix-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.fix-badge{padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:700;text-transform:uppercase;color:#fff}.fix-badge.critical{background:#ef4444}.fix-badge.important{background:#f59e0b}.fix-badge.optimization{background:#3b82f6}.fix-line{font-family:Monaco,Courier New,monospace;font-size:.875rem;font-weight:600;color:#2563eb;background:#eff6ff;padding:.25rem .75rem;border-radius:.375rem}.fix-code{background:#1e293b;color:#e2e8f0;padding:1rem;border-radius:.375rem;font-family:Monaco,Courier New,monospace;font-size:.85rem;line-height:1.6;overflow-x:auto;margin:0}.fix-list{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.fix-list-item{background:#f8fafc;padding:.75rem;border-radius:.375rem;border:1px solid #e2e8f0}.fix-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.image-src{font-family:Monaco,Courier New,monospace;font-size:.8rem;color:#475569;background:#fff;padding:.25rem .5rem;border-radius:.25rem;word-break:break-all}.fix-suggestion{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.fix-suggestion .label{font-weight:600;color:#64748b}.fix-suggestion code{background:#1e293b;color:#10b981;padding:.25rem .5rem;border-radius:.25rem;font-family:Monaco,Courier New,monospace;font-size:.8rem}.fix-more{text-align:center;color:#64748b;font-size:.875rem;font-weight:600;padding:.5rem}@media (max-width: 768px){.fix-header{flex-direction:column;align-items:flex-start;gap:.5rem}.fix-list-header{flex-direction:column;align-items:flex-start;gap:.25rem}.fix-suggestion{flex-direction:column;align-items:flex-start}}.auto-fix-actions{display:flex;gap:.75rem;margin-bottom:1.5rem;padding:1rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:.5rem;border:1px solid #bae6fd}.auto-fix-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;border-radius:.5rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease}.auto-fix-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #2563eb4d}.auto-fix-btn:disabled{opacity:.6;cursor:not-allowed}.download-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#10b981;color:#fff;border:none;border-radius:.5rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease}.download-btn:hover{background:#059669;transform:translateY(-2px)}@media (max-width: 768px){.auto-fix-actions{flex-direction:column}}.audit-history-page{width:100%;background:transparent}.history-header{margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.header-content p,.header-description{font-size:1.05rem;color:#64748b;margin:0}.run-audit-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.run-audit-btn:hover{background:#5568d3;transform:translateY(-1px)}.quick-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-box{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.stat-box:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.stat-box svg{color:#667eea;flex-shrink:0}.stat-box.critical svg{color:#ef4444}.stat-number{font-size:2rem;font-weight:700;color:#1f2937;line-height:1;margin-bottom:.25rem}.stat-box.critical .stat-number{color:#ef4444}.stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.search-filter-bar{background:#fff;padding:1.5rem;border-radius:.75rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a;display:flex;gap:1rem;flex-wrap:wrap}.search-input{flex:1;min-width:250px;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .3s ease}.search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-select{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;background:#fff;cursor:pointer;transition:all .3s ease}.filter-select:focus{outline:none;border-color:#667eea}.audits-table-container{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000001a}.audits-table{width:100%;border-collapse:collapse}.audits-table thead{background:#f3f4f6;border-bottom:2px solid #e5e7eb}.audits-table th{padding:1rem;text-align:left;font-weight:600;color:#374151;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.audits-table tbody tr{border-bottom:1px solid #e5e7eb;transition:all .3s ease}.audits-table tbody tr:hover{background:#f9fafb}.audits-table td{padding:1rem;vertical-align:middle}.domain-cell{width:30%}.domain-info{display:flex;align-items:center;gap:.75rem}.domain-info svg{color:#667eea;flex-shrink:0}.domain-name{font-weight:600;color:#1f2937;margin-bottom:.25rem}.url-path{font-size:.85rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.score-cell{text-align:center}.score-badge{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border:3px solid;border-radius:50%;font-weight:700;font-size:1.5rem}.issues-cell{width:25%}.issues-summary{display:flex;flex-direction:column;gap:.5rem}.issue-tag{display:inline-block;padding:.25rem .75rem;border-radius:.25rem;font-size:.8rem;font-weight:600;width:fit-content}.issue-tag.critical{background:#fee2e2;color:#991b1b}.issue-tag.important{background:#fef3c7;color:#92400e}.issue-tag.good{background:#dcfce7;color:#166534}.progress-cell{width:15%}.progress-bar{height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;margin-bottom:.5rem}.progress-text{font-size:.85rem;font-weight:600;color:#667eea}.date-cell{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.9rem}.date-info{display:flex;align-items:center;gap:.5rem}.date-details{display:flex;flex-direction:column;gap:.125rem}.date-details .date{font-weight:500;color:#374151;font-size:.875rem}.date-details .time{font-size:.75rem;color:#9ca3af}.actions-cell{text-align:right;width:120px}.action-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:.5rem;background:#f3f4f6;color:#6b7280;cursor:pointer;transition:all .3s ease;margin-left:.5rem}.action-btn:hover{background:#e5e7eb;color:#1f2937}.action-btn.view:hover{background:#667eea1a;color:#667eea}.action-btn.download:hover{background:#10b9811a;color:#10b981}.action-btn.delete:hover{background:#ef44441a;color:#ef4444}.audit-details-page{background:#f9fafb;min-height:100vh;padding:2rem}.details-header{margin-bottom:2rem}.back-btn{padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;color:#667eea;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:1rem}.back-btn:hover{background:#667eea;color:#fff;border-color:#667eea}.details-header h1{font-size:2rem;font-weight:800;color:#1f2937}.details-container{max-width:1000px;margin:0 auto}.score-overview{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;display:flex;align-items:center;gap:3rem;box-shadow:0 1px 3px #0000001a}.score-circle{width:150px;height:150px;border-radius:50%;border:4px solid;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0}.score-value{font-size:2.5rem;font-weight:800}.score-label{font-size:1rem;color:#6b7280}.score-info h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.score-info p{font-size:1rem;color:#6b7280;margin-bottom:.5rem}.score-date{font-size:.9rem!important;color:#9ca3af}.issues-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.issue-box{background:#fff;border-radius:.75rem;padding:1.5rem;text-align:center;box-shadow:0 1px 3px #0000001a;border-top:4px solid}.issue-box svg{margin-bottom:1rem;font-size:1.5rem}.issue-box h3{font-size:2rem;font-weight:800;margin-bottom:.5rem}.issue-box p{font-size:.9rem;color:#6b7280}.issue-box.critical{border-top-color:#ef4444}.issue-box.critical svg{color:#ef4444}.issue-box.important{border-top-color:#f59e0b}.issue-box.important svg{color:#f59e0b}.issue-box.optimization{border-top-color:#667eea}.issue-box.optimization svg{color:#667eea}.issue-box.info{border-top-color:#10b981}.issue-box.info svg{color:#10b981}.pages-info{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.info-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:1rem}.info-card svg{color:#667eea;flex-shrink:0}.info-card h4{font-weight:600;color:#1f2937;margin-bottom:.25rem}.info-card p{font-size:1.5rem;font-weight:700;color:#667eea}.action-buttons{display:flex;gap:1rem;margin-top:2rem}.btn-primary,.btn-secondary{padding:.875rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.btn-secondary{background:#fff;color:#ef4444;border:1px solid #fecaca}.btn-secondary:hover{background:#fef2f2}.issues-list-section{background:#fff;padding:2rem;border-radius:.75rem;margin-top:2rem;box-shadow:0 1px 3px #0000001a}.issues-list-section h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.issues-list{display:flex;flex-direction:column;gap:1rem}.issue-item{background:#f9fafb;border-left:4px solid #d1d5db;padding:1.5rem;border-radius:.5rem;transition:all .3s ease}.issue-item:hover{background:#f3f4f6;transform:translate(4px)}.issue-item.critical{border-left-color:#ef4444;background:linear-gradient(to right,#fef2f2,#f9fafb)}.issue-item.important{border-left-color:#f59e0b;background:linear-gradient(to right,#fffbeb,#f9fafb)}.issue-item.optimization{border-left-color:#3b82f6;background:linear-gradient(to right,#eff6ff,#f9fafb)}.issue-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.issue-title-row{display:flex;align-items:center;gap:.75rem;flex:1}.issue-badge{padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.issue-badge.critical{background:#fee2e2;color:#991b1b}.issue-badge.important{background:#fef3c7;color:#92400e}.issue-badge.optimization{background:#dbeafe;color:#1e40af}.issue-item h4{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}.status-badge{padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;font-weight:500;white-space:nowrap}.status-badge.new{background:#dbeafe;color:#1e40af}.status-badge.fixed{background:#d1fae5;color:#065f46}.status-badge.in_progress{background:#fef3c7;color:#92400e}.issue-description{color:#4b5563;line-height:1.6;margin-bottom:.75rem}.issue-impact{color:#6b7280;font-size:.875rem;margin-bottom:.75rem}.fix-instructions{background:#fff;padding:1rem;border-radius:.5rem;margin-top:1rem}.fix-instructions strong{color:#374151;display:block;margin-bottom:.5rem}.fix-instructions ul{margin:0;padding-left:1.5rem;color:#4b5563}.fix-instructions li{margin-bottom:.5rem;line-height:1.5}.loading-details,.no-issues{text-align:center;padding:3rem;color:#6b7280}.no-issues svg{color:#10b981;margin-bottom:1rem}@media (max-width: 1024px){.score-overview{flex-direction:column;gap:1.5rem}.search-filter-bar{flex-direction:column}.filter-controls{width:100%}.pages-info{grid-template-columns:1fr}}@media (max-width: 768px){.audit-history-page{padding:0}.audits-table{font-size:.85rem}.audits-table th,.audits-table td{padding:.75rem}.domain-cell{width:auto}.action-btn{width:32px;height:32px}.details-header h1{font-size:1.5rem}.score-circle{width:120px;height:120px}.score-value{font-size:2rem}.action-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%;justify-content:center}}@media (max-width: 640px){.search-filter-bar{padding:1rem}.search-input,.filter-select{width:100%}.issues-grid{grid-template-columns:1fr}.audits-table th:nth-child(n+4){display:none}.audits-table td:nth-child(n+4){display:none}.domain-info{flex-direction:column;align-items:flex-start}}.issue-management-page{width:100%;background:transparent}.page-header{margin-bottom:2rem;display:flex;flex-direction:column;gap:1rem}.back-to-dashboard{align-self:flex-start;background:transparent;border:1px solid #d1d5db;padding:.5rem 1rem;border-radius:.5rem;font-size:.95rem;font-weight:500;color:#374151;cursor:pointer;transition:all .3s ease}.back-to-dashboard:hover{background:#f3f4f6;border-color:#9ca3af}.header-content h1{font-size:2rem;font-weight:800;color:#1f2937;margin-bottom:.5rem}.header-content p{font-size:1rem;color:#6b7280}.header-stats{display:flex;gap:.75rem;flex-wrap:wrap}.stat-pill{display:inline-flex;align-items:center;padding:.5rem 1rem;background:#f3f4f6;border-radius:.5rem;font-size:.875rem;font-weight:600;color:#374151}.stat-pill.critical{background:#fee2e2;color:#991b1b}.filters-section{background:#fff;padding:1.5rem;border-radius:.75rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a;display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.search-bar{display:flex;align-items:center;gap:.75rem;background:#f3f4f6;border-radius:.5rem;padding:.75rem 1rem;flex:1;min-width:300px}.search-bar svg{color:#6b7280}.search-bar input{border:none;background:transparent;flex:1;outline:none;font-size:1rem}.filter-controls{display:flex;gap:1rem;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:.5rem;background:#f3f4f6;border-radius:.5rem;padding:.75rem 1rem}.filter-group svg{color:#6b7280}.filter-group select{border:none;background:transparent;outline:none;font-size:.95rem;cursor:pointer}.bulk-actions{background:#dbeafe;border:1px solid #bfdbfe;border-radius:.75rem;padding:1rem 1.5rem;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.bulk-info{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.bulk-info span{font-weight:600;color:#1e40af}.auto-fixable{color:#059669;background:#d1fae5;padding:.25rem .5rem;border-radius:.25rem;font-size:.875rem}.bulk-buttons{display:flex;gap:1rem}.bulk-actions .btn-secondary{background:#1e40af;color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.bulk-actions .btn-secondary:hover{background:#1d4ed8;transform:translateY(-1px)}.issues-table-container{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.issues-table{width:100%;border-collapse:collapse}.issues-table thead{background:#f3f4f6;border-bottom:2px solid #e5e7eb}.issues-table th{padding:1rem;text-align:left;font-weight:600;color:#374151;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.issues-table tbody tr{border-bottom:1px solid #e5e7eb;transition:all .3s ease}.issues-table tbody tr:hover{background:#f9fafb}.issues-table td{padding:1rem;vertical-align:top}.checkbox-column{width:50px;text-align:center}.select-all-btn,.checkbox-btn{background:none;border:none;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:.25rem;transition:all .3s ease}.select-all-btn:hover,.checkbox-btn:hover:not(:disabled){background:#f3f4f6;color:#374151}.checkbox-btn:disabled{cursor:not-allowed;opacity:.5}.issue-cell{width:25%;max-width:300px}.issue-info h4{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.25rem;line-height:1.3}.issue-info p{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;line-height:1.4}.issue-tags{display:flex;flex-wrap:wrap;gap:.25rem}.tag{font-size:.75rem;color:#667eea;background:#667eea1a;padding:.125rem .375rem;border-radius:.25rem}.status-cell{width:120px}.status-info{display:flex;align-items:center;gap:.5rem}.status-text{font-size:.875rem;font-weight:500;text-transform:capitalize}.status-new{color:#6b7280}.status-acknowledged{color:#f59e0b}.status-progress{color:#3b82f6}.status-fixed{color:#10b981}.status-verified{color:#059669}.status-wont_fix{color:#ef4444}.category-badge,.severity-badge{display:inline-block;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.category-critical{background:#fee2e2;color:#991b1b}.category-important{background:#fef3c7;color:#92400e}.category-optimization{background:#dbeafe;color:#1e40af}.severity-high{background:#fee2e2;color:#991b1b}.severity-medium{background:#fef3c7;color:#92400e}.severity-low{background:#dbeafe;color:#1e40af}.url-cell{width:20%;max-width:200px}.url-cell a{color:#667eea;text-decoration:none;font-size:.875rem;word-break:break-all}.url-cell a:hover{text-decoration:underline}.time-cell{width:120px}.time-estimate{display:block;font-size:.875rem;font-weight:500;color:#374151}.difficulty{display:block;font-size:.75rem;color:#6b7280;text-transform:capitalize}.actions-cell{width:140px}.action-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.fix-btn{background:#10b981;color:#fff}.fix-btn:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.fix-btn:disabled{background:#d1d5db;color:#6b7280;cursor:not-allowed}.manual-btn{background:#6b7280;color:#fff;cursor:not-allowed}.spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.empty-state{text-align:center;padding:4rem 2rem;color:#6b7280}.empty-state svg{opacity:.5;margin-bottom:1rem}.empty-state h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.empty-state p{margin-bottom:1.5rem}.empty-state-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.empty-state-btn:hover{background:#2563eb;transform:translateY(-1px)}.loading-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:.75rem;color:#6b7280}.stats-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.stat-item{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;text-align:center}.stat-item h4{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.25rem}.stat-item p{font-size:.875rem;color:#6b7280;font-weight:500}@media (max-width: 1024px){.filters-section{flex-direction:column;align-items:stretch}.search-bar{min-width:auto}.issues-table th:nth-child(n+6){display:none}.issues-table td:nth-child(n+6){display:none}}@media (max-width: 768px){.issue-management-page{padding:0}.filters-section{padding:1rem}.bulk-actions{flex-direction:column;align-items:stretch}.issues-table{font-size:.875rem}.issues-table th,.issues-table td{padding:.75rem}.issue-info h4{font-size:.9rem}.issue-info p{font-size:.8rem}.action-btn{padding:.375rem .5rem;font-size:.8rem}.stats-summary{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.filters-section{padding:1rem}.filter-controls{flex-direction:column;gap:.75rem}.filter-group{width:100%}.issues-table th:nth-child(n+4){display:none}.issues-table td:nth-child(n+4){display:none}.stats-summary{grid-template-columns:1fr}}.keywords-ai-container{padding:0;max-width:100%}.keywords-ai-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:32px;border-radius:12px;margin-bottom:24px;color:#fff}.header-content h2{display:flex;align-items:center;gap:12px;font-size:28px;margin:0 0 8px}.header-content p{margin:0;opacity:.9;font-size:16px}.tab-navigation{display:flex;gap:12px;margin-bottom:24px;background:#f8fafc;padding:8px;border-radius:12px}.tab-button{flex:1;padding:16px 20px;background:#fff;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:15px;font-weight:500;color:#64748b}.tab-button:hover{border-color:#e2e8f0;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.tab-button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent;box-shadow:0 4px 16px #667eea4d}.tab-button svg{margin-bottom:4px}.tab-description{font-size:12px;opacity:.7;font-weight:400}.tab-button.active .tab-description{opacity:.9}.tab-content{margin-bottom:24px}.search-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000f}.card-header{margin-bottom:24px}.card-header h3{display:flex;align-items:center;gap:8px;margin:0 0 8px;font-size:20px;color:#1e293b}.card-header p{margin:0;color:#64748b;font-size:14px}.keyword-form,.competitor-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:#334155}.help-text{font-size:12px;font-weight:400;color:#94a3b8;margin-left:4px}.form-group input,.form-group select{padding:10px 14px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;transition:all .2s}.auto-discover-content{display:flex;flex-direction:column;gap:24px}.feature-explanation{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:8px}.feature-item{display:flex;gap:16px;padding:16px;background:#f8fafc;border-radius:8px;border-left:4px solid #667eea}.feature-icon{color:#667eea;flex-shrink:0}.feature-item h4{margin:0 0 4px;font-size:15px;color:#1e293b}.feature-item p{margin:0;font-size:13px;color:#64748b;line-height:1.5}.progress-container{margin:16px 0}.progress-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:8px}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease}.progress-text{display:flex;align-items:center;gap:8px;font-size:14px;color:#64748b;margin:0}.competitor-content{display:flex;flex-direction:column;gap:20px}.info-box{display:flex;gap:12px;padding:16px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;color:#1e40af;font-size:14px;line-height:1.6}.info-box svg{flex-shrink:0;color:#3b82f6}.btn-primary{padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-large{padding:16px 32px;font-size:16px;width:100%;max-width:400px;margin:0 auto}.stats-section{margin-bottom:24px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.stat-card{background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;gap:16px;align-items:center;transition:all .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-card.seo{border-left:4px solid #3b82f6}.stat-card.geo{border-left:4px solid #8b5cf6}.stat-card.hybrid{border-left:4px solid #f59e0b}.stat-card.wins{border-left:4px solid #22c55e}.stat-icon{font-size:32px;opacity:.8}.stat-sublabel{font-size:11px;color:#94a3b8;margin-top:2px}.filters-section{background:#fff;border-radius:12px;padding:16px;margin-bottom:24px;box-shadow:0 2px 8px #0000000f}.filters-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 16px;background:transparent;border:none;cursor:pointer;font-size:15px;font-weight:500;color:#475569;border-radius:8px;transition:all .2s}.filters-toggle:hover{background:#f8fafc}.filters-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;padding:16px;margin-top:12px;border-top:1px solid #e2e8f0}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-group label{font-size:13px;font-weight:500;color:#475569}.filter-group select{padding:8px 12px;border:2px solid #e2e8f0;border-radius:6px;font-size:14px;cursor:pointer}.sort-order-btn{padding:8px 16px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:14px;transition:all .2s}.sort-order-btn:hover{background:#667eea;color:#fff;border-color:#667eea}.results-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000f}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:16px}.results-header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:18px;color:#1e293b}.bulk-actions{display:flex;align-items:center;gap:12px}.selected-count{font-size:14px;color:#64748b;font-weight:500}.btn-save{padding:8px 16px;background:#22c55e;color:#fff;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;transition:all .2s}.btn-save:hover{background:#16a34a;transform:translateY(-1px);box-shadow:0 4px 12px #22c55e4d}.table-container{overflow-x:auto;border-radius:8px;border:1px solid #e2e8f0}.keywords-table-ai{width:100%;border-collapse:collapse;font-size:14px}.keywords-table-ai thead{background:#f8fafc}.keywords-table-ai th{padding:14px 12px;text-align:left;font-weight:600;color:#475569;border-bottom:2px solid #e2e8f0;white-space:nowrap;position:relative}.tooltip-header{position:relative;cursor:help}.tooltip{display:none;position:absolute;bottom:100%;left:50%;transform:translate(-50%);padding:6px 10px;background:#1e293b;color:#fff;font-size:11px;border-radius:4px;white-space:normal;width:180px;text-align:center;z-index:10;margin-bottom:6px;font-weight:400}.tooltip-header:hover .tooltip{display:block}.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.sortable:hover{background:#f1f5f9}.sort-icon{opacity:.4;margin-left:4px}.sortable:hover .sort-icon{opacity:.8}.keywords-table-ai tbody tr{border-bottom:1px solid #f1f5f9;transition:all .2s}.keywords-table-ai tbody tr:hover{background:#fafbfc}.keywords-table-ai tbody tr.selected{background:#f0f9ff}.keywords-table-ai td{padding:14px 12px}.keyword-cell{font-weight:500;color:#1e293b}.keyword-text{display:inline-block;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.type-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600;white-space:nowrap}.type-badge.seo{background:#dbeafe;color:#1e40af}.type-badge.geo{background:#ede9fe;color:#6b21a8}.type-badge.hybrid{background:#fef3c7;color:#92400e}.intent-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500;background:#f1f5f9;color:#475569}.intent-badge.informational{background:#ecfdf5;color:#065f46}.intent-badge.commercial{background:#fef3c7;color:#92400e}.intent-badge.transactional{background:#fce7f3;color:#831843}.intent-badge.navigational{background:#dbeafe;color:#1e40af}.difficulty-container{display:flex;align-items:center;gap:8px}.difficulty-bar{flex:1;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden;min-width:60px}.difficulty-fill{height:100%;transition:width .3s ease}.difficulty-value{font-size:13px;font-weight:600;color:#475569;min-width:30px}.winability-cell{display:flex;align-items:center;gap:8px}.winability-badge{padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;white-space:nowrap}.winability-badge.quick_win{background:#dcfce7;color:#166534}.winability-badge.moderate{background:#fef3c7;color:#92400e}.winability-badge.challenging{background:#fee2e2;color:#991b1b}.winability-score{font-size:14px;font-weight:700;color:#475569}.trend-indicator{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:500}.volume-cell{font-weight:600;color:#1e293b}.cpc-cell{font-weight:600;color:#059669}.empty-state{text-align:center;padding:64px 32px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f}.empty-state h3{font-size:24px;color:#1e293b;margin:0 0 8px}.empty-state p{color:#64748b;margin:0 0 24px;font-size:15px}.empty-features{list-style:none;padding:0;display:flex;flex-direction:column;gap:16px;max-width:500px;margin:0 auto;text-align:left}.empty-features li{display:flex;gap:12px;padding:16px;background:#f8fafc;border-radius:8px;border-left:3px solid #667eea}.empty-features strong{color:#1e293b}.empty-features svg{color:#667eea;flex-shrink:0;margin-top:2px}.error-message{display:flex;align-items:center;gap:12px;padding:16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;margin-bottom:16px}.analysis-progress{margin:24px 0;padding:20px;background:#f8fafc;border-radius:8px}.progress-steps{display:flex;justify-content:space-between;align-items:center;gap:12px}.step{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px;background:#fff;border-radius:8px;border:2px solid #e2e8f0;opacity:.5;transition:all .3s}.step.active{border-color:#667eea;opacity:1;background:linear-gradient(135deg,#667eea1a,#764ba21a)}.step.complete{border-color:#22c55e;opacity:1;background:#22c55e0d}.step svg{color:#94a3b8}.step.active svg{color:#667eea}.step.complete svg{color:#22c55e}.step span{font-size:13px;font-weight:500;color:#64748b}.competitor-results{margin-top:24px;background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000f}.results-title{display:flex;align-items:center;gap:8px;margin:0 0 20px;font-size:20px;color:#1e293b;padding-bottom:16px;border-bottom:2px solid #e2e8f0}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.metric-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:20px;transition:all .2s;display:flex;gap:16px;align-items:center}.metric-card:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea26}.metric-card.domain-authority{grid-column:span 2;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none}.metric-header{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.metric-header h4{margin:0;font-size:16px;opacity:.95}.authority-score{font-size:48px;font-weight:700;line-height:1}.metric-details{margin-top:16px}.detail-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.detail-label{font-size:13px;opacity:.9}.detail-value{font-size:15px;font-weight:600}.progress-bar-small{height:6px;background:#ffffff4d;border-radius:3px;overflow:hidden}.progress-fill-small{height:100%;background:#fff;transition:width .3s}.metric-icon{font-size:32px}.metric-info{flex:1}.metric-value{font-size:24px;font-weight:700;color:#1e293b;line-height:1;margin-bottom:4px}.metric-label{font-size:13px;color:#64748b;font-weight:500}.keywords-selection-section{margin-top:32px;padding:24px;background:#fff;border-radius:12px;border:2px solid #e2e8f0}.section-header-with-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #e2e8f0}.section-header-with-actions h3{display:flex;align-items:center;gap:8px;margin:0;font-size:20px;color:#1e293b}.header-actions{display:flex;align-items:center;gap:12px}.selection-count{font-size:14px;font-weight:600;color:#3b82f6;padding:6px 12px;background:#dbeafe;border-radius:6px}.btn-success{display:flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 2px 8px #10b9814d}.btn-success:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.keyword-filters{display:flex;align-items:center;gap:16px;padding:16px;background:#f8fafc;border-radius:8px;margin-bottom:20px;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:8px}.filter-group label{font-size:13px;font-weight:600;color:#64748b}.filter-group input{width:120px;padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px}.filter-btn{padding:8px 16px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;font-size:13px}.filter-btn:hover{background:#2563eb}.filter-btn.secondary{background:#64748b}.filter-btn.secondary:hover{background:#475569}.keywords-table-container{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0;max-height:600px;overflow-y:auto}.keywords-table-ai{width:100%;border-collapse:collapse}.keywords-table-ai thead{background:#f1f5f9;position:sticky;top:0;z-index:10}.keywords-table-ai th{padding:12px;text-align:left;font-weight:600;color:#1e293b;font-size:13px;border-bottom:2px solid #e2e8f0}.keywords-table-ai td{padding:12px;font-size:13px;color:#475569;border-bottom:1px solid #f1f5f9}.keywords-table-ai tbody tr{transition:background .2s;cursor:pointer}.keywords-table-ai tbody tr:hover{background:#f8fafc}.keywords-table-ai tbody tr.selected-row{background:#dbeafe!important}.keyword-cell strong{color:#1e293b;font-weight:600}.difficulty-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-weight:600;font-size:12px}.difficulty-badge.easy{background:#dcfce7;color:#166534}.no-results{padding:40px;text-align:center;color:#64748b}.no-results p{font-size:14px;margin:0}.bottom-actions{margin-top:24px;padding:20px;background:linear-gradient(135deg,#dbeafe,#e0e7ff);border-radius:12px;display:flex;justify-content:space-between;align-items:center;gap:20px}.action-info{font-size:14px;color:#1e293b;flex:1}.action-info strong{color:#3b82f6}.btn-primary.large{padding:14px 28px;font-size:16px;display:flex;align-items:center;gap:10px;box-shadow:0 4px 12px #3b82f64d}.btn-primary.large:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.ranking-keywords-section{margin-top:24px;padding:20px;background:#f8fafc;border-radius:8px}.ranking-keywords-section h4{display:flex;align-items:center;gap:8px;margin:0 0 16px;font-size:16px;color:#1e293b}.ranking-keywords-table{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0}.position-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-weight:600;font-size:13px;background:#f1f5f9;color:#475569}.position-badge.top3{background:#dcfce7;color:#166534}.position-badge.top10{background:#fef3c7;color:#92400e}.position-cell{text-align:center}.value-cell{font-weight:600;color:#059669}.url-cell{max-width:300px}.ranking-url{color:#3b82f6;text-decoration:none;font-size:12px}.ranking-url:hover{text-decoration:underline}.strength-score-main{display:flex;align-items:center;justify-content:center;gap:32px;padding:32px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;margin-bottom:24px;color:#fff}.score-display{display:flex;align-items:baseline;gap:4px}.score-number{font-size:72px;font-weight:800;line-height:1;text-shadow:0 4px 8px rgba(0,0,0,.2)}.score-max{font-size:32px;opacity:.8}.score-grade{display:flex;flex-direction:column;gap:8px;align-items:center}.grade-badge{padding:12px 24px;border-radius:12px;font-size:28px;font-weight:700;background:#fff;color:#667eea;box-shadow:0 4px 12px #00000026}.grade-badge.grade-aplus,.grade-badge.grade-a{background:#22c55e;color:#fff}.grade-badge.grade-bplus,.grade-badge.grade-b{background:#f59e0b;color:#fff}.grade-label{font-size:16px;font-weight:500;opacity:.95}.strength-components{background:#fff;padding:24px;border-radius:12px;margin-bottom:24px;border:2px solid #e2e8f0}.strength-components h4{display:flex;align-items:center;gap:8px;margin:0 0 16px;font-size:16px;color:#1e293b}.components-grid{display:grid;gap:16px}.component-item{display:flex;flex-direction:column;gap:8px}.component-header{display:flex;justify-content:space-between;align-items:center}.component-name{font-size:14px;font-weight:500;color:#475569}.component-score{font-size:14px;font-weight:700;color:#1e293b}.component-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.component-fill{height:100%;transition:width .5s ease;border-radius:4px}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-top:24px}.insights-card{background:#fff;padding:20px;border-radius:12px;border:2px solid #e2e8f0}.insights-card h4{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:15px;color:#1e293b}.insights-card ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.insights-card li{font-size:14px;color:#475569;line-height:1.6;display:flex;gap:8px}.strength-icon{flex-shrink:0}.gap-analysis-section{margin-top:24px}.gap-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-bottom:24px}.gap-card{background:#fff;border-radius:12px;padding:24px;display:flex;gap:16px;align-items:center;border:2px solid #e2e8f0;transition:all .2s}.gap-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.gap-card.total{border-color:#3b82f6}.gap-card.wins{border-color:#22c55e}.gap-card.serp{border-color:#f59e0b}.gap-icon{font-size:36px}.gap-content{flex:1}.gap-number{font-size:32px;font-weight:700;color:#1e293b;line-height:1;margin-bottom:4px}.gap-label{font-size:14px;font-weight:600;color:#475569;margin-bottom:2px}.gap-sublabel{font-size:12px;color:#94a3b8}.serp-opportunities{background:#f8fafc;padding:20px;border-radius:12px;margin-bottom:24px}.serp-opportunities h4{display:flex;align-items:center;gap:8px;margin:0 0 16px;font-size:16px;color:#1e293b}.serp-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.serp-opportunity-card{background:#fff;padding:16px;border-radius:8px;text-align:center;border:2px solid #e2e8f0;transition:all .2s}.serp-opportunity-card:hover{border-color:#667eea;transform:translateY(-2px)}.serp-icon{font-size:32px;margin-bottom:8px}.serp-count{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:4px}.serp-name{font-size:12px;color:#64748b;font-weight:500}.content-opportunities{background:#fff;padding:20px;border-radius:12px;border:2px solid #e2e8f0;margin-bottom:24px}.content-opportunities h4{display:flex;align-items:center;gap:8px;margin:0 0 16px;font-size:16px;color:#1e293b}.content-opps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.content-opp-card{background:#f8fafc;padding:16px;border-radius:8px;border-left:4px solid #667eea;transition:all .2s}.content-opp-card:hover{background:#fff;box-shadow:0 2px 8px #00000014}.opp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.opp-topic{font-size:15px;font-weight:600;color:#1e293b}.opp-priority{padding:3px 8px;border-radius:10px;font-size:11px;font-weight:600;text-transform:uppercase}.opp-priority.high{background:#dcfce7;color:#166534}.opp-priority.medium{background:#fef3c7;color:#92400e}.opp-stats{font-size:13px;color:#64748b;margin-bottom:6px;display:flex;gap:6px}.opp-type{font-size:12px;color:#667eea;font-weight:500}.metric-help{font-size:11px;color:#fffc;margin-top:2px}.metric-card:not(.domain-authority) .metric-help{color:#94a3b8}.info-panel{display:flex;gap:12px;padding:16px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;margin:16px 0;color:#1e40af;font-size:14px;line-height:1.6}.info-panel svg{flex-shrink:0;color:#3b82f6;margin-top:2px}.explanation-box{display:flex;gap:12px;padding:16px;background:#fef3c7;border:1px solid #fde047;border-radius:8px;margin-bottom:20px;color:#92400e;font-size:14px;line-height:1.6}.explanation-box svg{flex-shrink:0;color:#f59e0b;margin-top:2px}.gap-help{font-size:11px;color:#64748b;margin-top:4px;line-height:1.4}.serp-help{font-size:11px;color:#667eea;margin-top:4px;font-weight:500}.serp-explanation{margin-top:20px;padding:16px;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.serp-explanation strong{color:#1e293b;display:block;margin-bottom:12px;font-size:14px}.serp-explanation ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.serp-explanation li{font-size:13px;color:#475569;line-height:1.6;border-left:3px solid #667eea;padding-left:12px}.serp-explanation li strong{display:inline;color:#667eea;margin-bottom:0}.tabs-header{display:flex;gap:12px;margin-bottom:24px;border-bottom:2px solid #e2e8f0;padding-bottom:0}.tab-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:none;border:none;border-bottom:3px solid transparent;color:#64748b;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:-2px}.tab-btn:hover{color:#667eea;background:#667eea0d}.tab-btn.active{color:#667eea;border-bottom-color:#667eea;background:#667eea1a}.comparison-info-box{display:flex;gap:16px;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;margin-bottom:24px}.comparison-info-box ul{margin:8px 0 0;padding-left:20px;list-style:disc}.comparison-info-box li{margin:4px 0;line-height:1.6}.comparison-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.comparison-btn{padding:14px 32px;font-size:16px}.comparison-metrics{margin:24px 0}.metrics-comparison-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1px;background:#e2e8f0;border-radius:12px;overflow:hidden}.metric-header{padding:16px;background:#f8fafc;font-weight:600;display:flex;align-items:center;gap:8px;justify-content:center}.metric-header.your-site{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.metric-header.competitor-site{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.metric-label{padding:16px;background:#fff;font-weight:500;color:#475569}.metric-value{padding:16px;background:#fff;font-size:18px;font-weight:600;text-align:center}.your-value{color:#667eea}.competitor-value{color:#f5576c}.gaps-summary{margin:32px 0}.gaps-summary h4{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:#1e293b}.summary-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.summary-card{padding:24px;border-radius:12px;text-align:center;transition:transform .2s}.summary-card:hover{transform:translateY(-4px)}.summary-card.keyword-gaps{background:linear-gradient(135deg,#fef3c7,#fde047)}.summary-card.backlink-gaps{background:linear-gradient(135deg,#dbeafe,#60a5fa)}.summary-card.shared-backlinks{background:linear-gradient(135deg,#d1fae5,#10b981)}.card-icon{font-size:32px;margin-bottom:8px}.card-number{font-size:42px;font-weight:700;margin-bottom:8px;color:#1e293b}.card-label{font-size:16px;font-weight:600;color:#475569;margin-bottom:4px}.card-help{font-size:13px;color:#64748b}.shared-backlinks-section,.backlink-gaps-section{margin:32px 0;padding:24px;background:#fff;border-radius:12px;border:2px solid #e2e8f0}.shared-backlinks-section h4,.backlink-gaps-section h4{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#1e293b}.section-help{color:#64748b;font-size:14px;margin-bottom:16px;line-height:1.6}.backlink-list{display:flex;flex-direction:column;gap:12px}.backlink-item{display:flex;align-items:center;justify-content:space-between;padding:16px;border-radius:8px;border:2px solid #e2e8f0;transition:all .2s}.backlink-item:hover{border-color:#667eea;transform:translate(4px)}.backlink-item.shared{background:linear-gradient(to right,#f0fdf4,#fff);border-color:#10b981}.backlink-item.gap{background:linear-gradient(to right,#eff6ff,#fff);border-color:#60a5fa}.backlink-domain{display:flex;align-items:center;gap:8px;flex:1}.backlink-domain strong{color:#1e293b;font-size:15px}.backlink-stats{display:flex;gap:12px;align-items:center}.backlink-stats .stat{padding:4px 12px;background:#f8fafc;border-radius:6px;font-size:13px;color:#475569;font-weight:500}.backlink-stats .stat.priority{background:#fef3c7;color:#92400e;font-weight:600}.backlink-badge{padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600}.shared-badge{background:#10b981;color:#fff}.gap-badge{background:#667eea;color:#fff}.keyword-gaps-section{margin:32px 0;padding:24px;background:#fff;border-radius:12px;border:2px solid #e2e8f0}.keyword-gaps-section h4{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#1e293b}.gaps-table{width:100%;border-collapse:collapse;margin-top:16px}.gaps-table thead{background:#f8fafc}.gaps-table th{padding:12px;text-align:left;font-weight:600;color:#475569;border-bottom:2px solid #e2e8f0}.gaps-table td{padding:12px;border-bottom:1px solid #f1f5f9}.gaps-table tbody tr:hover{background:#f8fafc}.action-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #e2e8f0;background:#fff;border-radius:6px;font-size:13px;font-weight:500;color:#475569;cursor:pointer;transition:all .2s}.action-btn:hover{background:#f8fafc;border-color:#667eea;color:#667eea;transform:translateY(-1px)}.action-btn.primary{background:#667eea;color:#fff;border-color:#667eea}.action-btn.primary:hover{background:#5568d3;transform:translateY(-1px)}.action-btn.secondary{background:#f1f5f9;color:#475569}.backlink-actions{display:flex;gap:8px}.domain-type{display:inline-block;margin-left:8px;padding:2px 8px;background:#fef3c7;color:#92400e;font-size:11px;border-radius:4px;font-weight:500}.action-tip{margin-top:20px;padding:16px;background:linear-gradient(135deg,#fef3c7,#fde047);border-radius:8px;border-left:4px solid #f59e0b;color:#92400e;font-size:14px;line-height:1.6}.action-tip strong{color:#78350f}.priority-high{background:#fee2e2!important;color:#991b1b!important;font-weight:600!important}.priority-medium{background:#fef3c7!important;color:#92400e!important;font-weight:600!important}.priority-low{background:#e0e7ff!important;color:#3730a3!important;font-weight:600!important}.difficulty-badge.easy{background:#d1fae5;color:#065f46}.difficulty-badge.medium{background:#fef3c7;color:#92400e}.difficulty-badge.hard{background:#fee2e2;color:#991b1b}.keyword-cell strong{color:#1e293b}@media (max-width: 768px){.tab-navigation{flex-direction:column}.tab-button{width:100%}.form-row,.stats-grid,.feature-explanation,.metrics-grid{grid-template-columns:1fr}.metric-card.domain-authority{grid-column:span 1}.progress-steps{flex-direction:column}}.settings-container{width:100%;max-width:900px;margin:0 auto}.settings-header{text-align:center;margin-bottom:3rem}.settings-header svg{color:#2563eb;margin-bottom:1rem}.settings-header h1{font-size:2rem;font-weight:800;color:#1e293b;margin-bottom:.5rem}.settings-header p{font-size:1.05rem;color:#64748b}.settings-section{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.section-header svg{color:#2563eb}.section-header h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.section-description{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.form-group{margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group label{display:flex;align-items:center;justify-content:space-between;font-size:.95rem;font-weight:600;color:#334155;margin-bottom:.5rem}.help-link{display:flex;align-items:center;gap:.25rem;font-size:.85rem;color:#2563eb;text-decoration:none;font-weight:500}.help-link:hover{text-decoration:underline}.form-group input[type=text],.form-group input[type=password]{width:100%;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:.5rem;font-size:1rem;color:#1e293b;font-family:Monaco,Courier New,monospace;transition:all .2s ease}.form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.input-with-toggle{position:relative;display:flex;align-items:center}.input-with-toggle input{padding-right:3rem}.toggle-visibility{position:absolute;right:.75rem;background:transparent;border:none;color:#64748b;cursor:pointer;padding:.5rem;display:flex;align-items:center}.toggle-visibility:hover{color:#2563eb}.form-group small{display:block;margin-top:.5rem;font-size:.875rem;color:#64748b}.form-group small code{background:#f1f5f9;padding:.125rem .375rem;border-radius:.25rem;font-size:.85rem;color:#1e293b}.checkbox-group{margin-bottom:1.5rem}.checkbox-group label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-weight:500;color:#334155}.checkbox-group input[type=checkbox]{margin-top:.25rem;width:18px;height:18px;cursor:pointer}.checkbox-group input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.checkbox-group small{display:block;margin-left:2rem;margin-top:.25rem;font-size:.875rem;color:#64748b}.test-connection-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;border:1px solid #cbd5e1;border-radius:.5rem;color:#64748b;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.test-connection-btn:hover:not(:disabled){border-color:#2563eb;color:#2563eb;background:#eff6ff}.test-connection-btn:disabled{opacity:.6;cursor:not-allowed}.status-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:.5rem;margin-top:1rem;font-weight:500}.status-message.success{background:#f0fdf4;color:#166534;border:1px solid #86efac}.status-message.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.settings-actions{margin-bottom:2rem}.save-settings-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;border-radius:.5rem;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.save-settings-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #2563eb4d}.save-settings-btn:disabled{opacity:.6;cursor:not-allowed}.settings-instructions{background:#f0f9ff;border:1px solid #bae6fd;border-radius:1rem;padding:2rem}.settings-instructions h3{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.settings-instructions ol,.settings-instructions ul{margin-left:1.5rem;color:#334155;line-height:1.8}.settings-instructions li{margin-bottom:.5rem}.settings-instructions code{background:#fff;padding:.125rem .375rem;border-radius:.25rem;font-size:.9rem;color:#7c3aed;border:1px solid #e2e8f0}.settings-instructions a{color:#2563eb;text-decoration:none;font-weight:600}.settings-instructions a:hover{text-decoration:underline}@media (max-width: 768px){.form-row{grid-template-columns:1fr}.settings-instructions{padding:1.5rem}}.backlink-finder-container{padding:0;background:#f8fafc;min-height:100vh}.finder-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px;margin-bottom:32px}.header-content h1{display:flex;align-items:center;gap:12px;margin:0 0 8px;font-size:32px}.header-content p{margin:0;font-size:16px;opacity:.9}.finder-content{max-width:1400px;margin:0 auto;padding:0 24px 48px}.info-box.smart{display:flex;gap:16px;padding:24px;background:linear-gradient(135deg,#e0e7ff,#f3e8ff);border:2px solid #667eea;border-radius:12px;margin-bottom:32px;color:#1e293b}.info-box.smart ul{margin:12px 0 0;padding-left:20px;list-style:none}.info-box.smart li{margin:6px 0;display:flex;align-items:center;gap:8px}.finder-form{background:#fff;border-radius:12px;padding:32px;box-shadow:0 4px 6px #0000000d;margin-bottom:32px}.form-section{margin-bottom:32px}.form-section h3{display:flex;align-items:center;gap:8px;margin:0 0 16px;color:#1e293b;font-size:18px}.form-group{margin-bottom:20px}.form-group label{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-weight:500;color:#475569}.form-group .required{color:#ef4444;font-size:12px}.form-group input,.form-group select{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;transition:all .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.help-text{font-size:12px;color:#64748b;margin-top:4px;display:block}.filters-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.find-btn{width:100%;padding:16px;font-size:16px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px}.results-section{background:#fff;border-radius:12px;padding:32px;box-shadow:0 4px 6px #0000000d}.results-header{margin-bottom:32px}.results-header h2{display:flex;align-items:center;gap:12px;margin:0 0 16px;color:#1e293b}.results-controls{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.filter-buttons{display:flex;gap:8px;flex-wrap:wrap}.filter-buttons button{padding:8px 16px;border:2px solid #e2e8f0;background:#fff;border-radius:8px;font-size:14px;font-weight:500;color:#475569;cursor:pointer;transition:all .2s}.filter-buttons button:hover{border-color:#667eea;color:#667eea}.filter-buttons button.active{background:#667eea;border-color:#667eea;color:#fff}.sort-controls{display:flex;align-items:center;gap:8px}.sort-controls label{font-size:14px;font-weight:500;color:#475569}.sort-controls select{padding:8px 12px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;cursor:pointer}.opportunities-list{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}.opportunity-card{border:2px solid #e2e8f0;border-radius:12px;padding:24px;transition:all .2s}.opportunity-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.opp-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #f1f5f9}.opp-title{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.opp-title h3{margin:0;color:#1e293b;font-size:18px}.type-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600}.type-guest{background:#dbeafe;color:#1e40af}.type-directory{background:#d1fae5;color:#065f46}.type-resource{background:#fef3c7;color:#92400e}.type-blog{background:#e0e7ff;color:#3730a3}.type-forum{background:#fce7f3;color:#831843}.type-other{background:#f1f5f9;color:#475569}.opp-metrics{display:flex;gap:12px;flex-wrap:wrap}.metric{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:8px;font-size:13px;font-weight:600}.metric.da{background:#fef3c7;color:#92400e}.metric.traffic{background:#d1fae5;color:#065f46}.metric.relevance{background:#dbeafe;color:#1e40af}.opp-details{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.detail-row{display:flex;align-items:center;gap:8px;font-size:14px}.detail-row strong{min-width:140px;color:#475569}.detail-row a{color:#667eea;text-decoration:none;display:inline-flex;align-items:center;gap:4px}.detail-row a:hover{text-decoration:underline}.detail-row code{background:#f1f5f9;padding:4px 8px;border-radius:4px;font-size:13px;color:#1e293b;flex:1}.detail-row.notes{flex-direction:column;align-items:flex-start}.detail-row.notes p{margin:4px 0 0;color:#64748b;line-height:1.6}.dofollow{color:#16a34a;font-weight:600}.nofollow{color:#ea580c;font-weight:600}.copy-btn{padding:4px 8px;border:1px solid #e2e8f0;background:#fff;border-radius:4px;cursor:pointer;transition:all .2s}.copy-btn:hover{background:#f8fafc;border-color:#667eea;color:#667eea}.opp-actions{display:flex;gap:12px;padding-top:16px;border-top:2px solid #f1f5f9}.action-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border:2px solid #e2e8f0;background:#fff;border-radius:8px;font-size:14px;font-weight:500;color:#475569;cursor:pointer;transition:all .2s}.action-btn:hover{background:#f8fafc;border-color:#667eea;color:#667eea}.action-btn.primary{background:#667eea;border-color:#667eea;color:#fff}.action-btn.primary:hover{background:#5568d3}.summary-stats{padding:24px;background:#f8fafc;border-radius:12px;border:2px solid #e2e8f0}.summary-stats h3{margin:0 0 20px;color:#1e293b}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat-card{display:flex;flex-direction:column;align-items:center;padding:20px;background:#fff;border-radius:8px;border:2px solid #e2e8f0}.stat-card svg{color:#667eea;margin-bottom:12px}.stat-value{font-size:32px;font-weight:700;color:#1e293b;margin-bottom:4px}.stat-label{font-size:13px;color:#64748b;text-align:center}.feature-list{display:inline-block;text-align:left;list-style:none;padding:0}.feature-list svg{color:#16a34a}.loading-message{margin:32px 0;padding:32px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:2px solid #60a5fa;border-radius:12px;text-align:center}.loading-message .spinner{color:#3b82f6;animation:spin 1s linear infinite;margin-bottom:16px}.loading-message h3{margin:0 0 12px;color:#1e40af}.loading-message p{color:#475569;margin:12px 0;font-size:14px}.loading-message ul{list-style:none;padding:0;text-align:left;max-width:500px;margin:16px auto}.loading-message li{padding:6px 0;color:#1e293b;font-size:14px}.patience{font-weight:600;color:#1e40af;margin-top:16px}@media (max-width: 768px){.filters-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.results-controls{flex-direction:column;align-items:stretch}.opp-header{flex-direction:column;gap:16px}.opp-actions{flex-direction:column}}.content-library-container{padding:0;max-width:1400px;margin:0 auto}.library-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.library-header h1{display:flex;align-items:center;gap:12px;margin:0 0 8px;font-size:32px;color:#1e293b}.library-header p{margin:0;color:#64748b;font-size:15px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:32px}.stat-card{display:flex;align-items:center;gap:16px;padding:24px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 2px 4px #0000000d}.stat-icon{font-size:32px}.stat-info{flex:1}.stat-value{font-size:28px;font-weight:700;color:#1e293b;line-height:1;margin-bottom:4px}.stat-label{font-size:13px;color:#64748b;font-weight:500}.filters-bar{display:flex;gap:16px;margin-bottom:24px;flex-wrap:wrap}.search-box{flex:1;min-width:300px;display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.search-box input{flex:1;border:none;outline:none;font-size:14px}.filter-group{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.filter-group select{border:none;outline:none;font-size:14px;cursor:pointer;padding:4px}.content-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px}.content-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:all .3s;box-shadow:0 2px 4px #0000000d}.content-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.card-header h3{margin:0;font-size:18px;color:#1e293b;font-weight:600;line-height:1.3;flex:1}.status-badge{padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;white-space:nowrap}.status-ready{background:#dbeafe;color:#1e40af}.status-published{background:#dcfce7;color:#166534}.card-meta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px;font-size:13px;color:#64748b}.content-type{font-weight:600;color:#3b82f6}.keywords-preview{display:flex;align-items:center;gap:8px;margin-bottom:12px;flex-wrap:wrap}.keyword-tag{padding:4px 8px;background:#f1f5f9;border-radius:6px;font-size:12px;color:#475569;font-weight:500}.keyword-more{padding:4px 8px;background:#e2e8f0;border-radius:6px;font-size:12px;color:#64748b;font-weight:600}.card-excerpt{margin-bottom:16px;font-size:14px;color:#64748b;line-height:1.6}.card-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding-top:16px;border-top:1px solid #f1f5f9}.action-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;border:1px solid #e2e8f0;background:#fff;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.action-btn:hover{border-color:#cbd5e1;background:#f8fafc}.action-btn.view{color:#3b82f6}.action-btn.copy{color:#8b5cf6}.action-btn.download{color:#10b981}.action-btn.delete{color:#ef4444}.loading-state,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.loading-state .spinner{animation:spin 1s linear infinite}.preview-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:16px;max-width:900px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid #e2e8f0}.modal-header h2{margin:0;font-size:24px;color:#1e293b;flex:1}.close-btn{background:none;border:none;font-size:32px;color:#64748b;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s}.close-btn:hover{background:#f1f5f9;color:#1e293b}.modal-meta{padding:16px 32px;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;gap:12px;flex-wrap:wrap;font-size:13px;color:#64748b}.humanized-badge{padding:4px 8px;background:#fef3c7;color:#92400e;border-radius:6px;font-weight:600}.modal-body{flex:1;overflow-y:auto;padding:32px;line-height:1.8;color:#334155}.modal-body p{margin-bottom:16px}.modal-actions{display:flex;gap:12px;padding:24px 32px;border-top:1px solid #e2e8f0;background:#f8fafc}@media (max-width: 768px){.content-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.filters-bar{flex-direction:column}.search-box{min-width:100%}.card-actions{grid-template-columns:1fr}}.seo-writing-container{padding:0;background:#f8fafc;min-height:100vh}.writing-header{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;padding:40px;margin-bottom:32px}.writing-header h1{display:flex;align-items:center;gap:12px;margin:0 0 8px;font-size:32px;color:#fff}.writing-header p{margin:0;font-size:16px;color:#fffffff2}.writing-content{max-width:1200px;margin:0 auto;padding:0 24px 48px}.keywords-panel{background:#fff;border-radius:12px;padding:24px;margin-bottom:32px;box-shadow:0 4px 6px #0000000d}.keywords-panel h3{display:flex;align-items:center;gap:8px;margin:0 0 16px;color:#1e293b}.keywords-list{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}.keyword-chip{display:flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:20px}.keyword-chip span:first-child{font-weight:600;color:#1e40af}.kw-volume{font-size:12px;color:#64748b}.generation-section{background:#fff;border-radius:12px;padding:32px;margin-bottom:32px;box-shadow:0 4px 6px #0000000d}.generation-section h2{display:flex;align-items:center;gap:8px;margin:0 0 24px;color:#1e293b}.generation-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#475569}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.generate-btn{padding:14px 32px;font-size:16px}.content-result-section{background:#fff;border-radius:12px;padding:32px;margin-bottom:32px;box-shadow:0 4px 6px #0000000d}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.section-header h2{display:flex;align-items:center;gap:8px;margin:0;color:#1e293b}.header-actions{display:flex;gap:12px}.icon-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:2px solid #e2e8f0;background:#fff;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s}.icon-btn:hover{border-color:#8b5cf6;color:#8b5cf6}.content-display{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:24px;margin-bottom:24px}.content-display.humanized{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#10b981}.content-stats{display:flex;gap:20px;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #e2e8f0;font-size:14px;color:#64748b}.content-preview{max-height:500px;overflow-y:auto;line-height:1.8;color:#1e293b}.content-preview p{margin:16px 0}.content-actions{display:flex;gap:16px;justify-content:center}.plagiarism-results{background:#fff;border-radius:12px;padding:32px;margin-bottom:32px;box-shadow:0 4px 6px #0000000d}.plagiarism-results h3{display:flex;align-items:center;gap:8px;margin:0 0 24px;color:#1e293b}.results-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:24px}.result-card{display:flex;gap:20px;padding:24px;border-radius:12px;border:2px solid}.result-card.pass{background:#f0fdf4;border-color:#10b981}.result-card.warning{background:#fef3c7;border-color:#f59e0b}.result-card.fail{background:#fee2e2;border-color:#ef4444}.result-icon{font-size:48px}.result-info h4{margin:0 0 8px;color:#475569;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.score{font-size:48px;font-weight:700;margin:8px 0}.result-card.pass .score{color:#10b981}.result-card.warning .score{color:#f59e0b}.result-card.fail .score{color:#ef4444}.score-label{font-size:14px;font-weight:600;margin:0}.recommendation{display:flex;gap:12px;padding:16px;background:#eff6ff;border:2px solid #3b82f6;border-radius:8px;color:#1e40af}.humanized-section{background:#fff;border-radius:12px;padding:32px;margin-bottom:32px;box-shadow:0 4px 6px #0000000d;border:3px solid #10b981}.deploy-actions{display:flex;gap:16px;justify-content:center;margin-top:24px}.btn-save{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 2px 8px #8b5cf64d}.btn-save:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf666}.btn-save:disabled{opacity:.6;cursor:not-allowed}.btn-success{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.btn-success:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.empty-state{text-align:center;padding:80px 40px}.empty-icon{color:#cbd5e1;margin-bottom:20px}.empty-state h3{margin:0 0 12px;color:#1e293b}.empty-state p{color:#64748b;margin:0 0 24px}.feature-list{list-style:none;padding:0;display:inline-block;text-align:left}.feature-list li{display:flex;align-items:center;gap:8px;margin:8px 0;color:#475569}.feature-list svg{color:#10b981}.error-message{display:flex;gap:12px;padding:16px;background:#fee2e2;border:2px solid #ef4444;border-radius:8px;color:#991b1b;margin:24px 0}@media (max-width: 768px){.form-row,.results-grid{grid-template-columns:1fr}.content-actions,.deploy-actions{flex-direction:column}}.email-marketing-container{padding:0;max-width:1400px;margin:0 auto}.email-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.email-header h1{display:flex;align-items:center;gap:12px;margin:0 0 8px;font-size:32px;color:#1e293b}.email-header p{margin:0;color:#64748b;font-size:15px}.email-tabs{display:flex;gap:8px;margin-bottom:24px;border-bottom:2px solid #e2e8f0}.email-tabs .tab{display:flex;align-items:center;gap:8px;padding:12px 20px;background:none;border:none;border-bottom:2px solid transparent;color:#64748b;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:-2px}.email-tabs .tab:hover{color:#3b82f6}.email-tabs .tab.active{color:#3b82f6;border-bottom-color:#3b82f6}.campaigns-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:24px}.campaign-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:all .3s}.campaign-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000001a}.campaign-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.campaign-header h3{margin:0;font-size:18px;color:#1e293b;flex:1}.status-badge{display:flex;align-items:center;gap:6px;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600;text-transform:capitalize}.status-draft{background:#f1f5f9;color:#64748b}.status-active{background:#dcfce7;color:#166534}.status-paused{background:#fef3c7;color:#92400e}.status-completed{background:#dbeafe;color:#1e40af}.status-stopped{background:#fee2e2;color:#991b1b}.campaign-description{margin:12px 0;color:#64748b;font-size:14px}.campaign-stats{display:flex;gap:16px;margin:16px 0;padding:12px;background:#f8fafc;border-radius:8px}.campaign-stats .stat{display:flex;align-items:center;gap:6px;font-size:13px;color:#475569}.sequence-preview{margin:16px 0;padding:12px;background:#f8fafc;border-radius:8px}.sequence-preview strong{display:block;margin-bottom:8px;color:#1e293b;font-size:13px}.sequence-item{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:12px;color:#64748b}.seq-status{margin-left:auto;padding:2px 8px;border-radius:6px;font-size:11px;font-weight:600}.seq-status.pending{background:#f1f5f9;color:#64748b}.seq-status.sent{background:#dcfce7;color:#166534}.seq-status.scheduled{background:#dbeafe;color:#1e40af}.campaign-actions{display:flex;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid #e2e8f0}.btn-success,.btn-warning,.btn-danger{display:flex;align-items:center;gap:6px;padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.btn-success{background:#10b981;color:#fff}.btn-success:hover{background:#059669}.btn-warning{background:#f59e0b;color:#fff}.btn-warning:hover{background:#d97706}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.recipients-table-container{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden}.recipients-table{width:100%;border-collapse:collapse}.recipients-table thead{background:#f8fafc}.recipients-table th{padding:12px 16px;text-align:left;font-weight:600;color:#1e293b;font-size:13px;border-bottom:2px solid #e2e8f0}.recipients-table td{padding:12px 16px;font-size:13px;color:#475569;border-bottom:1px solid #f1f5f9}.recipients-table tbody tr:hover{background:#f8fafc}.templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.template-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.template-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.template-header h4{margin:0;font-size:16px;color:#1e293b}.template-type{padding:4px 8px;background:#e0e7ff;color:#4f46e5;border-radius:6px;font-size:11px;font-weight:600;text-transform:capitalize}.template-subject{margin:12px 0;font-size:13px;color:#475569}.template-subject strong{color:#1e293b}.template-preview{margin-top:12px;padding:12px;background:#f8fafc;border-radius:6px;font-size:12px;color:#64748b;line-height:1.6}.create-campaign-form{background:#fff;border-radius:12px;padding:32px;border:1px solid #e2e8f0}.create-campaign-form h2{margin:0 0 24px;color:#1e293b}.form-section{margin-bottom:24px}.form-section label{display:block;margin-bottom:8px;font-weight:600;color:#1e293b;font-size:14px}.form-section input,.form-section textarea,.form-section select{width:100%;padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;transition:border-color .2s}.form-section input:focus,.form-section textarea:focus,.form-section select:focus{outline:none;border-color:#3b82f6}.recipients-selector{max-height:300px;overflow-y:auto;padding:12px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.recipient-checkbox{display:flex;align-items:center;gap:8px;padding:8px;cursor:pointer;border-radius:6px;transition:background .2s}.recipient-checkbox:hover{background:#fff}.recipient-checkbox input[type=checkbox]{width:auto;cursor:pointer}.no-recipients{padding:20px;text-align:center;color:#64748b;font-size:14px}.sequence-builder{display:flex;flex-direction:column;gap:16px}.sequence-item-builder{padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.sequence-day{display:flex;align-items:center;gap:8px;margin-bottom:12px}.sequence-day strong{color:#1e293b}.sequence-type{padding:4px 8px;background:#e0e7ff;color:#4f46e5;border-radius:6px;font-size:11px;font-weight:600;text-transform:capitalize}.form-actions{margin-top:32px;padding-top:24px;border-top:1px solid #e2e8f0}.btn-primary.large{padding:14px 28px;font-size:16px}.info-box{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#fef3c7;border-radius:8px;margin-bottom:24px;color:#92400e}.info-box p{margin:0;font-size:14px;line-height:1.6}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.empty-icon{color:#cbd5e1;margin-bottom:16px}.empty-state h3{margin:0 0 8px;color:#1e293b;font-size:20px}.empty-state p{margin:0;color:#64748b;font-size:14px}@keyframes spin{to{transform:rotate(360deg)}}.traffic-checker-container{padding:2rem;max-width:1400px;margin:0 auto;background:#fff}.tc-search-section{margin-bottom:2rem}.tc-search-header{margin-bottom:1.5rem}.tc-search-header h1{font-size:2rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem;display:flex;align-items:center;gap:.75rem}.tc-search-header p{color:#666;font-size:.95rem}.tc-search-form{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.tc-input-group{display:flex;align-items:center;gap:1rem;background:#f8f9fa;border-radius:8px;padding:.5rem;border:1px solid #e0e0e0}.tc-input-icon{color:#666;margin-left:.5rem}.tc-domain-input{flex:1;border:none;background:transparent;padding:.75rem;font-size:1rem;outline:none}.tc-btn-check{background:#06f;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background .2s}.tc-btn-check:hover:not(:disabled){background:#0052cc}.tc-btn-check:disabled{opacity:.6;cursor:not-allowed}.tc-report-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.tc-report-header{display:flex;justify-content:space-between;align-items:flex-start;padding:2rem;border-bottom:1px solid #e8e8e8;background:#fafafa}.tc-header-left{flex:1}.tc-report-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.tc-domain-name{color:#06f;font-weight:700}.tc-report-subtitle{color:#666;font-size:.9rem;margin:0}.tc-close-btn{background:transparent;border:none;cursor:pointer;padding:.5rem;color:#666;border-radius:4px;transition:background .2s}.tc-close-btn:hover{background:#e8e8e8}.tc-metrics-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem;border-bottom:1px solid #e8e8e8}.tc-metrics-left{display:flex;flex-direction:column;gap:2rem}.tc-main-metric{display:flex;flex-direction:column;gap:.5rem}.tc-metric-label{font-size:.875rem;color:#666;font-weight:500}.tc-metric-value-large{font-size:2.5rem;font-weight:700;color:#1a1a1a;line-height:1.2}.tc-rating-placeholder{display:flex;gap:1rem}.tc-rating-circle{background:#f0f0f0;border-radius:50%;width:100px;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px solid #e0e0e0}.tc-rating-label{font-size:.75rem;color:#666;margin-bottom:.25rem}.tc-rating-value{font-size:1.5rem;font-weight:700;color:#1a1a1a}.tc-metrics-right{display:flex;align-items:center;justify-content:center}.tc-trend-chart{width:100%;height:250px;background:#f8f9fa;border-radius:8px;border:1px solid #e0e0e0}.tc-chart-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#999}.tc-chart-placeholder svg{margin-bottom:.5rem;opacity:.5}.tc-chart-note{font-size:.75rem;margin-top:.5rem;color:#999}.tc-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem;border-bottom:1px solid #e8e8e8}.tc-detail-section{display:flex;flex-direction:column}.tc-section-title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.tc-keywords-table{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.tc-keywords-table table{width:100%;border-collapse:collapse}.tc-keywords-table thead{background:#f8f9fa;border-bottom:1px solid #e0e0e0}.tc-keywords-table th{padding:.75rem 1rem;text-align:left;font-size:.875rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.tc-keywords-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background .2s}.tc-keywords-table tbody tr:hover{background:#f8f9fa}.tc-keywords-table tbody tr:last-child{border-bottom:none}.tc-keywords-table td{padding:.75rem 1rem;font-size:.9rem;color:#1a1a1a}.tc-position-cell{width:80px}.tc-position-badge{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-weight:600;font-size:.875rem}.tc-position-top{background:#e8f5e9;color:#2e7d32}.tc-position-good{background:#fff3e0;color:#f57c00}.tc-position-low{background:#fce4ec;color:#c2185b}.tc-keyword-cell{font-weight:500;color:#06f}.tc-volume-cell,.tc-traffic-cell{text-align:right;font-family:Courier New,monospace}.tc-pages-list{display:flex;flex-direction:column;gap:.75rem;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;max-height:400px;overflow-y:auto}.tc-page-item{display:flex;align-items:flex-start;gap:1rem;padding:.75rem;border-radius:6px;transition:background .2s}.tc-page-item:hover{background:#f8f9fa}.tc-page-content{flex:1;min-width:0}.tc-page-url{font-size:.875rem;color:#06f;text-decoration:none;word-break:break-all;margin-bottom:.25rem}.tc-page-title{font-size:.9rem;color:#1a1a1a;font-weight:500;margin-bottom:.5rem}.tc-page-meta{display:flex;gap:1rem;font-size:.75rem;color:#666}.tc-page-link{color:#666;padding:.25rem;transition:color .2s}.tc-page-link:hover{color:#06f}.tc-stats-section{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;padding:2rem}.tc-stat-card{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e0e0e0}.tc-stat-label{font-size:.75rem;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.tc-stat-value{font-size:1.5rem;font-weight:700;color:#1a1a1a}.tc-error-message,.tc-warning-box{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1rem}.tc-error-message{background:#fee;border:1px solid #fcc;color:#c33}.tc-warning-box{background:#fff9e6;border:1px solid #ffd700;color:#856404;margin:1rem 2rem}.tc-empty-state{padding:2rem;text-align:center;color:#999;font-size:.9rem}.tc-empty-state-full{text-align:center;padding:4rem 2rem;color:#666}.tc-empty-icon{margin-bottom:1rem;opacity:.5}.tc-empty-state-full h3{font-size:1.5rem;margin-bottom:.5rem;color:#1a1a1a}.tc-empty-state-full p{font-size:1rem;color:#666}@media (max-width: 1024px){.tc-metrics-section,.tc-details-grid{grid-template-columns:1fr}.tc-stats-section{grid-template-columns:repeat(3,1fr)}}@media (max-width: 640px){.traffic-checker-container{padding:1rem}.tc-stats-section{grid-template-columns:repeat(2,1fr)}.tc-metric-value-large{font-size:2rem}}.content-intelligence{min-height:100vh;background:linear-gradient(135deg,var(--hootsuite-primary) 0%,var(--hootsuite-primary-dark) 100%);padding:2rem}.ci-header{margin-bottom:2rem}.ci-header-content{max-width:1400px;margin:0 auto}.ci-title-section{display:flex;align-items:center;gap:1rem;color:#fff}.ci-title-section h1{font-size:2.25rem;font-weight:700;margin:0;color:var(--hootsuite-white);font-family:var(--font-primary)}.ci-title-section p{margin:.5rem 0 0;opacity:.95;font-size:1.1rem;color:var(--hootsuite-light-gray);font-weight:400}.ci-icon{color:var(--hootsuite-white);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.ci-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:var(--spacing-lg)}.ci-form-card{background:var(--hootsuite-white);border-radius:var(--radius-xl);padding:var(--spacing-lg);box-shadow:var(--shadow-xl);border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ci-form-card h2{font-size:1.5rem;font-weight:var(--font-weight-semibold);margin-bottom:var(--spacing-md);color:var(--hootsuite-dark-gray);font-family:var(--font-primary)}.ci-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{display:flex;align-items:center;gap:.5rem;font-weight:var(--font-weight-medium);color:var(--hootsuite-gray);font-size:.95rem;font-family:var(--font-primary)}.form-group input,.form-group textarea,.form-group select{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:var(--radius-md);font-size:1rem;font-family:var(--font-primary);transition:all .2s;background:var(--hootsuite-white)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--hootsuite-primary);box-shadow:0 0 0 3px #1abc9c1a}.form-group textarea{resize:vertical;font-family:inherit}.form-group small{color:#6b7280;font-size:.875rem}.ci-analyze-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:var(--hootsuite-primary);color:var(--hootsuite-white);border:none;border-radius:var(--radius-lg);font-size:1rem;font-weight:var(--font-weight-semibold);cursor:pointer;transition:all .2s;margin-top:.5rem;font-family:var(--font-primary);box-shadow:var(--shadow-md)}.ci-analyze-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #1abc9c4d;background:var(--hootsuite-primary-dark)}.ci-analyze-btn:disabled{opacity:.7;cursor:not-allowed}.ci-analyze-btn .spinner{animation:spin 1s linear infinite}.ci-error{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#fee2e2;border:2px solid #ef4444;border-radius:8px;color:#991b1b;font-weight:500}.ci-results{display:flex;flex-direction:column;gap:2rem}.ci-score-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 20px 25px -5px #0000001a}.score-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.score-header h3{font-size:1.5rem;font-weight:600;margin:0 0 .5rem;color:#1f2937}.score-header p{margin:0;color:#6b7280}.score-display{display:flex;justify-content:center;align-items:center}.score-circle{width:200px;height:200px;border-radius:50%;background:conic-gradient(var(--color) 0deg,var(--color) calc(var(--score) * 3.6deg),#e5e7eb calc(var(--score) * 3.6deg),#e5e7eb 360deg);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.score-circle:before{content:"";position:absolute;width:160px;height:160px;border-radius:50%;background:#fff}.score-number{font-size:3rem;font-weight:700;color:var(--color);z-index:1;position:relative}.score-label{font-size:1.25rem;color:#6b7280;z-index:1;position:relative}.ci-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.metric-card{background:#fff;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s}.metric-card:hover{transform:translateY(-2px)}.metric-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.metric-content h4{font-size:.875rem;font-weight:500;color:#6b7280;margin:0 0 .5rem}.metric-value{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.metric-content small{color:#9ca3af;font-size:.75rem}.ci-serp-features{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a}.ci-serp-features h3{font-size:1.25rem;font-weight:600;margin:0 0 1rem;color:#1f2937}.serp-features-list{display:flex;flex-wrap:wrap;gap:.75rem}.serp-feature-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#dbeafe;color:#1e40af;border-radius:8px;font-weight:500;font-size:.875rem}.ci-competitor-analysis{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.ci-competitor-analysis h3{font-size:1.25rem;font-weight:600;margin:0 0 1.5rem;color:#1f2937}.competitor-list{display:flex;flex-direction:column;gap:1rem}.competitor-item{display:flex;gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px;border-left:4px solid #667eea}.competitor-position{display:flex;align-items:flex-start}.position-badge{background:#667eea;color:#fff;padding:.25rem .75rem;border-radius:6px;font-weight:600;font-size:.875rem}.competitor-content{flex:1}.competitor-content h4{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:#1f2937}.competitor-url{display:inline-flex;align-items:center;gap:.25rem;color:#667eea;text-decoration:none;font-size:.875rem;margin-bottom:.5rem}.competitor-url:hover{text-decoration:underline}.competitor-description{color:#6b7280;font-size:.875rem;margin:0;line-height:1.5}.ci-recommendations{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.ci-recommendations h3{font-size:1.25rem;font-weight:600;margin:0 0 1.5rem;color:#1f2937}.recommendations-list{display:flex;flex-direction:column;gap:1rem}.recommendation-item{display:flex;gap:1rem;padding:1.5rem;background:#f9fafb;border-radius:8px;border-left:4px solid}.recommendation-item[style*=high]{border-left-color:#ef4444}.recommendation-item[style*=medium]{border-left-color:#f59e0b}.recommendation-item[style*=low]{border-left-color:#6b7280}.rec-priority-badge{padding:.25rem .75rem;border-radius:6px;color:#fff;font-weight:600;font-size:.75rem;height:fit-content}.rec-content{flex:1}.rec-content h4{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:#1f2937}.rec-content p{margin:0 0 .75rem;color:#6b7280;line-height:1.5}.rec-action{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#fff;border-radius:6px;color:#374151;font-size:.875rem}.rec-action strong{color:#1f2937}.ci-tabs{display:flex;gap:.5rem;margin-bottom:2rem;background:var(--hootsuite-white);padding:.5rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.1)}.ci-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:transparent;border:none;border-radius:var(--radius-lg);font-weight:var(--font-weight-medium);color:var(--hootsuite-gray);cursor:pointer;transition:all .2s;font-family:var(--font-primary)}.ci-tab:hover{background:var(--hootsuite-light-gray);color:var(--hootsuite-dark-gray)}.ci-tab.active{background:var(--hootsuite-primary);color:var(--hootsuite-white);box-shadow:var(--shadow-md)}.ci-keywords-tab,.ci-generator-tab{display:flex;flex-direction:column;gap:1.5rem}.intent-analysis{margin-top:2rem;padding:1.5rem;background:#f9fafb;border-radius:12px}.intent-analysis h3{margin:0 0 1rem;font-size:1.25rem;color:#1f2937}.intent-badge{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:8px;margin-bottom:1rem}.intent-label{font-weight:600;color:#6b7280}.intent-value{font-weight:700;font-size:1.1rem;color:#667eea;text-transform:capitalize}.intent-confidence{margin-left:auto;color:#9ca3af;font-size:.875rem}.intent-scores{display:flex;flex-direction:column;gap:.75rem}.intent-score-item{display:flex;align-items:center;gap:1rem}.intent-score-item span:first-child{width:120px;text-transform:capitalize;font-weight:500;color:#374151}.score-bar{flex:1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.score-fill{height:100%;transition:width .3s}.lsi-keywords-section{margin-top:2rem}.lsi-keywords-section h3{margin:0 0 1rem;font-size:1.25rem;color:#1f2937}.lsi-keywords-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.lsi-keyword-card{padding:1rem;background:#f9fafb;border-radius:8px;border:2px solid #e5e7eb;transition:all .2s}.lsi-keyword-card:hover{border-color:#667eea;background:#fff}.lsi-keyword{font-weight:600;color:#1f2937;margin-bottom:.5rem}.lsi-metrics{display:flex;gap:1rem;font-size:.875rem;color:#6b7280}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.form-group select{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:all .2s}.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.generated-content{margin-top:2rem;padding:1.5rem;background:#f9fafb;border-radius:12px}.generated-content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.generated-content-header h3{margin:0;font-size:1.25rem;color:#1f2937}.copy-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--hootsuite-accent);color:var(--hootsuite-white);border:none;border-radius:var(--radius-md);cursor:pointer;font-weight:var(--font-weight-medium);transition:all .2s;font-family:var(--font-primary);box-shadow:var(--shadow-sm)}.copy-btn:hover{background:#2980b9;transform:translateY(-1px);box-shadow:var(--shadow-md)}.generated-content-actions{display:flex;gap:.75rem;align-items:center}.save-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--hootsuite-success);color:var(--hootsuite-white);border:none;border-radius:var(--radius-md);cursor:pointer;font-weight:var(--font-weight-medium);transition:all .2s;font-family:var(--font-primary);box-shadow:var(--shadow-sm)}.save-btn:hover:not(:disabled){background:#229954;transform:translateY(-1px);box-shadow:var(--shadow-md)}.save-btn:disabled{opacity:.6;cursor:not-allowed}.save-btn.saved{background:var(--hootsuite-success);box-shadow:none}.content-preview{background:var(--hootsuite-white);padding:var(--spacing-md);border-radius:var(--radius-lg);max-height:600px;overflow-y:auto;border:2px solid #e5e7eb;box-shadow:inset 0 2px 4px #0000000d}.content-preview pre{margin:0;line-height:1.6;color:var(--hootsuite-dark-gray);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.generated-content{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid rgba(255,255,255,.2);box-shadow:var(--shadow-lg);animation:fadeInUp .5s ease-out}.generated-content-header{background:#ffffffb3;padding:1rem 1.5rem;border-radius:var(--radius-lg) var(--radius-lg) 0 0;margin:-1.5rem -1.5rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.05)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.content-intelligence{padding:1rem}.ci-tabs{flex-direction:column}.ci-tab{text-align:center;padding:.75rem}.form-row{grid-template-columns:1fr}.generated-content-actions{flex-direction:column;width:100%}.save-btn,.copy-btn{width:100%;justify-content:center}.ci-metrics-grid{grid-template-columns:1fr}.score-circle{width:150px;height:150px}.score-circle:before{width:120px;height:120px}.score-number{font-size:2rem}.lsi-keywords-grid{grid-template-columns:1fr}}:root{--primary: #2563eb;--primary-dark: #1d4ed8;--secondary: #7c3aed;--accent: #8b5cf6;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--dark: #1e293b;--dark-light: #334155;--light: #f8fafc;--gray: #64748b;--gray-light: #cbd5e1;--white: #ffffff;--sidebar-width: 260px}.dashboard-layout{min-height:100vh;display:flex;flex-direction:column;background:var(--light)}.dashboard-header{background:var(--white);border-bottom:1px solid var(--gray-light);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000001a}.header-left{display:flex;align-items:center;gap:.75rem}.header-left svg{color:var(--primary)}.header-left h1{font-size:1.5rem;font-weight:700;color:var(--primary);margin:0}.header-right{display:flex;align-items:center;gap:2rem}.user-info{display:flex;align-items:center;gap:.75rem}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--secondary));display:flex;align-items:center;justify-content:center;color:#fff}.user-details{display:flex;flex-direction:column}.user-name{font-weight:600;color:var(--dark);font-size:.95rem}.user-email{font-size:.8rem;color:var(--gray)}.logout-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border:1px solid var(--gray-light);border-radius:.5rem;background:#fff;color:var(--gray);font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease}.logout-btn:hover{border-color:var(--danger);color:var(--danger);background:#fef2f2}.dashboard-main{display:flex;flex:1;overflow:hidden}.sidebar{width:var(--sidebar-width);background:var(--white);border-right:1px solid var(--gray-light);overflow-y:auto;height:calc(100vh - 72px);position:sticky;top:72px}.sidebar-nav{padding:1.5rem 1rem;display:flex;flex-direction:column;gap:2rem}.nav-section{display:flex;flex-direction:column;gap:.5rem}.nav-section-title{font-size:.75rem;font-weight:700;color:var(--gray);text-transform:uppercase;letter-spacing:.5px;padding:0 .75rem;margin-bottom:.5rem}.nav-item{display:flex;align-items:center;gap:12px;padding:12px;border:none;border-radius:10px;background:transparent;color:#ffffffd9;font-weight:500;font-size:15px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);text-align:left;width:100%;position:relative;overflow:hidden}.nav-item svg{flex-shrink:0}.nav-item:hover{background:var(--light);color:var(--primary)}.nav-item.active{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff}.content-area{flex:1;overflow-y:auto;padding:2rem;background:var(--light)}.home-content{max-width:1400px;margin:0 auto}.content-header{margin-bottom:2rem}.content-header h2{font-size:2rem;font-weight:800;color:var(--dark);margin-bottom:.5rem}.content-header p{font-size:1.05rem;color:var(--gray)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;border-radius:1rem;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 1px 3px #0000001a;transition:all .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.stat-icon{width:60px;height:60px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff}.stat-icon.blue{background:linear-gradient(135deg,#2563eb,#3b82f6)}.stat-icon.red{background:linear-gradient(135deg,#ef4444,#f87171)}.stat-icon.green{background:linear-gradient(135deg,#10b981,#34d399)}.stat-icon.orange{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.stat-content{flex:1}.stat-label{font-size:.875rem;color:var(--gray);margin-bottom:.25rem}.stat-value{font-size:2rem;font-weight:700;color:var(--dark);margin:0}.quick-actions{margin-bottom:3rem}.quick-actions h3{font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:1.5rem}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.action-card{background:#fff;border-radius:1rem;padding:2rem;border:1px solid var(--gray-light);cursor:pointer;transition:all .3s ease;text-align:center}.action-card:hover{transform:translateY(-5px);border-color:var(--primary);box-shadow:0 10px 25px #2563eb26}.action-card svg{color:var(--primary);margin-bottom:1rem}.action-card h4{font-size:1.125rem;font-weight:700;color:var(--dark);margin-bottom:.5rem}.action-card p{font-size:.95rem;color:var(--gray);margin:0}.geo-info{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:1rem;padding:2rem;border:1px solid #bae6fd}.geo-info h3{font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:1rem}.geo-info p{font-size:1.05rem;color:var(--dark-light);line-height:1.7;margin-bottom:1rem}.geo-info p:last-child{margin-bottom:0}.geo-info strong{color:var(--primary);font-weight:600}.feature-content{max-width:900px;margin:0 auto}.coming-soon{background:#fff;border-radius:1rem;padding:4rem 2rem;text-align:center;box-shadow:0 1px 3px #0000001a}.coming-soon svg{color:var(--primary);margin-bottom:1.5rem;opacity:.5}.coming-soon h3{font-size:2rem;font-weight:700;color:var(--dark);margin-bottom:1rem}.coming-soon>p{font-size:1.05rem;color:var(--gray);margin-bottom:2rem}.feature-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:2rem}.feature-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--light);border-radius:.5rem}.feature-item span{width:24px;height:24px;border-radius:50%;background:var(--success);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}.feature-item p{font-size:.95rem;color:var(--dark);margin:0;text-align:left}@media (max-width: 1024px){.sidebar{width:220px}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.dashboard-header{padding:1rem}.header-right{gap:1rem}.user-details{display:none}.sidebar{position:fixed;left:-100%;transition:left .3s ease;z-index:200}.sidebar.open{left:0}.content-area{padding:1.5rem}.stats-grid,.actions-grid{grid-template-columns:1fr}}@media (max-width: 640px){.content-header h2{font-size:1.5rem}.content-header p{font-size:.95rem}.stat-value{font-size:1.5rem}.geo-info{padding:1.5rem}.coming-soon{padding:3rem 1.5rem}.feature-list{grid-template-columns:1fr}}.sidebar *{color:inherit}.sidebar .sidebar-logo{color:#fff!important}.sidebar .nav-section-title{color:#fff9!important}.sidebar .nav-item{color:#fffc!important}.sidebar .nav-item:hover{color:#fff!important;background:#ffffff1a!important}.sidebar .nav-item.active{color:#fff!important;background:#667eea40!important;font-weight:600}.sidebar .coming-soon-badge{background:#fbbf24e6;color:#fff}.home-content.modern{padding:0}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:60px 40px;margin-bottom:0}.hero-content{max-width:800px;margin:0 auto 32px;text-align:center}.hero-title{font-size:48px;font-weight:800;margin:0 0 16px;line-height:1.2;color:#fff}.gradient-text{background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:18px;color:#fffffff2;line-height:1.6;margin:0 0 32px}.hero-actions{display:flex;gap:16px;justify-content:center}.cta-primary,.cta-secondary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.cta-primary{background:#fff;color:#667eea}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0003}.cta-secondary{background:#fff3;color:#fff;border:2px solid white}.cta-secondary:hover{background:#ffffff4d}.hero-stats-mini{display:flex;gap:32px;justify-content:center;padding-top:32px;border-top:1px solid rgba(255,255,255,.2)}.mini-stat{text-align:center}.mini-stat .stat-number{font-size:36px;font-weight:700;color:#fff;margin-bottom:4px}.mini-stat .stat-number.highlight{color:#fbbf24}.mini-stat .stat-label{font-size:14px;color:#fffc}.feature-showcase{padding:60px 40px;background:#fff}.section-title{text-align:center;font-size:36px;font-weight:700;color:#1e293b;margin:0 0 48px}.features-grid-3col{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:0 auto}.feature-card-modern{background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:32px 24px;text-align:center;cursor:pointer;transition:all .3s}.feature-card-modern:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 12px 24px #667eea26}.card-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.card-icon.purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.card-icon.blue{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.card-icon.green{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.card-icon.orange{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.card-icon.pink{background:linear-gradient(135deg,#ec4899,#db2777);color:#fff}.card-icon.teal{background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff}.feature-card-modern h3{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 12px}.feature-card-modern p{color:#64748b;font-size:14px;line-height:1.6;margin:0 0 20px}.card-action{color:#667eea;font-weight:600;font-size:14px}.value-props{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding:60px 40px;background:#f8fafc;max-width:1200px;margin:0 auto}.value-card{text-align:center}.value-icon{font-size:64px;margin-bottom:16px}.value-card h3{font-size:24px;font-weight:700;color:#1e293b;margin:0 0 12px}.value-card p{color:#64748b;line-height:1.6;font-size:15px}.stats-banner{display:flex;align-items:center;justify-content:center;gap:48px;padding:48px 40px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.banner-stat{text-align:center}.banner-number{font-size:48px;font-weight:700;color:#0369a1;margin-bottom:8px}.banner-label{font-size:14px;color:#475569;max-width:150px}.banner-divider{width:1px;height:60px;background:#cbd5e1}.results-banner{padding:60px 40px;background:#fff;text-align:center}.results-banner h2{font-size:36px;font-weight:700;color:#1e293b;margin:0 0 40px}.results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;max-width:1000px;margin:0 auto}.result-item{text-align:center}.result-number{font-size:56px;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px}.result-text{font-size:16px;color:#64748b;line-height:1.5}.geo-explainer-modern{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:60px 40px;background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;align-items:center}.explainer-left .label{display:inline-block;padding:6px 16px;background:#667eea33;color:#a5b4fc;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.explainer-left h2{font-size:40px;font-weight:800;margin:0 0 20px;color:#fff}.explainer-left p{font-size:16px;line-height:1.7;color:#ffffffe6;margin:0 0 16px}.highlight-text{color:#fbbf24;font-weight:600}.learn-more-btn{margin-top:24px;padding:14px 32px;background:#fff;color:#667eea;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.learn-more-btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #fff3}.ai-engine-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.ai-engine-item{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:24px;text-align:center;font-size:18px;font-weight:600;color:#fff;transition:all .2s}.ai-engine-item:hover{background:#ffffff26;transform:scale(1.05)}@media (max-width: 1024px){.features-grid-3col{grid-template-columns:repeat(2,1fr)}.value-props{grid-template-columns:1fr}.results-grid{grid-template-columns:1fr;gap:32px}.geo-explainer-modern{grid-template-columns:1fr;gap:40px}}@media (max-width: 768px){.hero-title{font-size:32px}.features-grid-3col{grid-template-columns:1fr}.hero-actions{flex-direction:column}.hero-stats-mini{flex-direction:column;gap:20px}}.coming-soon-badge{margin-left:auto;padding:4px 10px;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#78350f;font-size:9px;font-weight:800;border-radius:10px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 4px #fbbf244d}.sidebar-user{padding:20px 24px;border-top:1px solid rgba(255,255,255,.1);margin-top:auto;background:#0003}.nav-item span{flex:1;color:inherit}.nav-section:first-of-type{margin-top:8px}.nav-section:last-of-type{margin-bottom:8px}:root{--hootsuite-primary: #1abc9c;--hootsuite-primary-dark: #16a085;--hootsuite-secondary: #1a252f;--hootsuite-accent: #3498db;--hootsuite-success: #27ae60;--hootsuite-warning: #f39c12;--hootsuite-danger: #e74c3c;--hootsuite-light: #ecf0f1;--hootsuite-gray: #5a6c7d;--hootsuite-gray-light: #8a9ba8;--hootsuite-white: #ffffff;--hootsuite-dark: #2c3e50;--hootsuite-dark-gray: #3a4a5c;--hootsuite-sidebar-width: 280px;--hootsuite-header-height: 70px;--hootsuite-border-radius: 8px;--hootsuite-shadow-sm: 0 2px 4px rgba(0, 0, 0, .1);--hootsuite-shadow-md: 0 4px 12px rgba(0, 0, 0, .15);--hootsuite-shadow-lg: 0 8px 24px rgba(0, 0, 0, .2);--hootsuite-transition: all .3s cubic-bezier(.4, 0, .2, 1)}.hootsuite-dashboard-layout{min-height:100vh;display:flex;flex-direction:column;background:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.hootsuite-header{height:var(--hootsuite-header-height);background:var(--hootsuite-white);border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;position:sticky;top:0;z-index:1000;box-shadow:var(--hootsuite-shadow-sm)}.header-left{display:flex;align-items:center;gap:1rem}.sidebar-toggle{background:none;border:none;padding:.5rem;border-radius:var(--hootsuite-border-radius);cursor:pointer;color:var(--hootsuite-dark-gray);transition:var(--hootsuite-transition)}.sidebar-toggle:hover{background:var(--hootsuite-light);color:var(--hootsuite-primary)}.mobile-toggle{display:none}.desktop-toggle{display:block}.brand-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;color:var(--hootsuite-secondary)}.brand-logo svg{color:var(--hootsuite-primary)}.header-center{flex:1;max-width:500px;margin:0 2rem}.search-bar{position:relative;display:flex;align-items:center}.search-bar svg{position:absolute;left:1rem;color:var(--hootsuite-gray);z-index:1}.search-bar input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #e2e8f0;border-radius:var(--hootsuite-border-radius);background:var(--hootsuite-white);font-size:.875rem;transition:var(--hootsuite-transition)}.search-bar input:focus{outline:none;border-color:var(--hootsuite-primary);box-shadow:0 0 0 3px #1abc9c1a}.header-right{display:flex;align-items:center;gap:1rem}.header-action-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:var(--hootsuite-primary);color:var(--hootsuite-white);border:none;border-radius:var(--hootsuite-border-radius);font-weight:500;font-size:.875rem;cursor:pointer;transition:var(--hootsuite-transition)}.header-action-btn:hover{background:var(--hootsuite-primary-dark);transform:translateY(-1px);box-shadow:var(--hootsuite-shadow-md)}.header-icon-btn{background:none;border:none;padding:.5rem;border-radius:var(--hootsuite-border-radius);cursor:pointer;color:var(--hootsuite-dark-gray);transition:var(--hootsuite-transition)}.nav-section-header:hover{background:var(--hootsuite-light);color:var(--hootsuite-primary)}.nav-section-header:focus-visible{outline:2px solid var(--hootsuite-primary);outline-offset:2px;background:var(--hootsuite-light);color:var(--hootsuite-primary)}.user-profile{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:var(--hootsuite-border-radius);cursor:pointer;transition:var(--hootsuite-transition)}.user-profile:hover{background:var(--hootsuite-light)}.user-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--hootsuite-primary),var(--hootsuite-accent));display:flex;align-items:center;justify-content:center;color:var(--hootsuite-white)}.user-name{font-weight:500;font-size:.875rem;color:var(--hootsuite-secondary)}.chevron-down{color:var(--hootsuite-dark-gray);transition:var(--hootsuite-transition)}.user-profile:hover .chevron-down{transform:rotate(90deg)}.logout-btn{background:none;border:none;padding:.5rem;border-radius:var(--hootsuite-border-radius);cursor:pointer;color:var(--hootsuite-dark-gray);transition:var(--hootsuite-transition)}.logout-btn:hover{background:var(--hootsuite-danger);color:var(--hootsuite-white)}.hootsuite-main{display:flex;flex:1;overflow:hidden}.hootsuite-sidebar{width:var(--hootsuite-sidebar-width);background:var(--hootsuite-white);border-right:1px solid #e2e8f0;padding:1.5rem 0;overflow-y:auto;transition:var(--hootsuite-transition)}.hootsuite-sidebar.collapsed{width:80px}.hootsuite-sidebar.collapsed .nav-section-title,.hootsuite-sidebar.collapsed .nav-item span,.hootsuite-sidebar.collapsed .nav-section-header span{display:none}.hootsuite-sidebar.collapsed .nav-item,.hootsuite-sidebar.collapsed .nav-section-header{justify-content:center;padding:.75rem}.hootsuite-sidebar.collapsed .section-chevron{display:none}.sidebar-nav{display:flex;flex-direction:column;gap:1.5rem}.nav-section.collapsible{display:flex;flex-direction:column;margin-bottom:.5rem}.nav-section-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1.5rem;background:none;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.95rem;font-weight:600;color:var(--hootsuite-dark-gray);border-radius:8px;margin:0 .5rem;position:relative;overflow:hidden}.nav-section-header:before{content:"";position:absolute;left:0;top:0;height:100%;width:3px;background:var(--hootsuite-primary);transform:scaleY(0);transition:transform .3s ease}.nav-section-header:hover{background:var(--hootsuite-light-gray);transform:translate(2px)}.nav-section-header:hover:before{transform:scaleY(1)}.nav-section-header:active{transform:translate(0)}.section-header-left{display:flex;align-items:center;gap:.75rem}.section-chevron{transition:transform .3s cubic-bezier(.4,0,.2,1);color:var(--hootsuite-gray);font-weight:600}.section-chevron.expanded{transform:rotate(90deg);color:var(--hootsuite-primary)}.nav-section-content{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease;opacity:0}.nav-section-content.expanded{max-height:500px;opacity:1}.nav-item.sub-item{padding:.6rem 1.5rem .6rem 3.5rem;font-size:.9rem;position:relative;border-left:2px solid transparent;transition:all .3s cubic-bezier(.4,0,.2,1);margin:.125rem .5rem;border-radius:6px;color:#000}.nav-item.sub-item:before{content:"";position:absolute;left:2rem;top:50%;width:4px;height:4px;border-radius:50%;background:currentColor;transform:translateY(-50%) scale(0);transition:transform .3s ease}.nav-item.sub-item:hover{background:var(--hootsuite-light-gray);border-left-color:var(--hootsuite-primary);transform:translate(4px)}.nav-item.sub-item:hover:before{transform:translateY(-50%) scale(1)}.nav-item.sub-item.active{background:var(--hootsuite-light-primary);border-left-color:var(--hootsuite-primary);color:var(--hootsuite-primary);font-weight:600;transform:translate(4px);box-shadow:0 2px 8px #2563eb1a}.nav-item.sub-item.active:before{transform:translateY(-50%) scale(1);background:var(--hootsuite-primary)}.nav-section:not(.collapsible) .nav-section-title{font-size:.8rem;font-weight:600;color:var(--hootsuite-dark-gray);text-transform:uppercase;letter-spacing:.5px;padding:0 1.5rem .5rem;margin:0}.workspace-switcher{position:relative;margin:0 1rem 1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.workspace-switcher-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem;background:var(--hootsuite-light-gray);border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);color:var(--hootsuite-dark-gray)}.workspace-switcher-trigger:hover{background:#f1f5f9;border-color:var(--hootsuite-primary);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.workspace-info{display:flex;align-items:center;gap:.5rem}.workspace-name{font-weight:600;color:var(--hootsuite-dark-gray);font-size:.9rem}.workspace-chevron{transition:transform .3s cubic-bezier(.4,0,.2,1);color:var(--hootsuite-gray)}.workspace-chevron.expanded{transform:rotate(90deg)}.workspace-dropdown{position:absolute;top:100%;left:0;right:0;background:var(--hootsuite-white);border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 20px #00000026;z-index:1000;margin-top:.5rem;animation:workspaceDropdownSlide .3s cubic-bezier(.4,0,.2,1)}@keyframes workspaceDropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.workspace-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;cursor:pointer;transition:all .2s ease;text-align:left;font-size:.9rem;color:var(--hootsuite-dark-gray)}.workspace-option:hover{background:var(--hootsuite-light-gray);color:var(--hootsuite-primary)}.workspace-option.create-new{border-top:1px solid #e2e8f0;font-weight:600;color:var(--hootsuite-primary)}.workspace-option.create-new:hover{background:var(--hootsuite-light-primary)}.checkmark{margin-left:auto;color:var(--hootsuite-success);font-weight:600}.workspace-divider{height:1px;background:#e2e8f0;margin:.5rem 0}.hootsuite-sidebar.collapsed .workspace-switcher{margin:0 .5rem 1rem}.hootsuite-sidebar.collapsed .workspace-name{display:none}.hootsuite-sidebar.collapsed .workspace-switcher-trigger{padding:.5rem;justify-content:center}@media (max-width: 768px){.hootsuite-dashboard-layout{overflow-x:hidden}.hootsuite-header{padding:.75rem 1rem;gap:1rem}.header-center{flex:1;max-width:200px}.search-bar{padding:.5rem .75rem}.search-bar input{font-size:.9rem}.header-right{gap:.5rem}.header-action-btn{padding:.5rem .75rem;font-size:.85rem}.header-action-btn span{display:none}.user-profile{gap:.5rem}.user-name{display:none}.hootsuite-sidebar{position:fixed;left:0;top:0;height:100vh;z-index:1000;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:2px 0 10px #0000001a}.hootsuite-sidebar.mobile-open{transform:translate(0)}.hootsuite-sidebar.mobile-open.collapsed{transform:translate(-100%)}.hootsuite-main{flex-direction:column}.hootsuite-content-area{padding:1rem;min-height:calc(100vh - 80px)}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:all .3s ease}.sidebar-overlay.active{opacity:1;visibility:visible}.mobile-sidebar-close{display:none;position:absolute;top:1rem;right:1rem;background:none;border:none;padding:.5rem;border-radius:var(--hootsuite-border-radius);cursor:pointer;color:var(--hootsuite-secondary);transition:var(--hootsuite-transition);z-index:1002}.mobile-sidebar-close:hover{background:var(--hootsuite-light);color:var(--hootsuite-primary)}.workspace-switcher{margin:0 .5rem 1rem}.workspace-dropdown{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:300px;max-height:70vh;overflow-y:auto;z-index:1001;box-shadow:0 10px 40px #0003}.mobile-toggle{display:block}.desktop-toggle{display:none}.mobile-sidebar-close{display:block}.nav-item,.nav-section-header,.workspace-switcher-trigger,.workspace-option{min-height:44px;padding:.75rem}.nav-item.sub-item{padding:.75rem 1rem .75rem 2.5rem}.nav-section{margin-bottom:.5rem}.nav-section.collapsible{margin-bottom:.25rem}}@media (max-width: 480px){.hootsuite-header{padding:.5rem}.brand-logo span{display:none}.header-center{max-width:150px}.hootsuite-content-area{padding:.75rem}.workspace-switcher{margin:0 .25rem .75rem}.nav-item,.nav-section-header{margin:.125rem .25rem}}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:none;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;text-align:left;font-size:.95rem;color:var(--hootsuite-dark-gray);position:relative;border-radius:8px;margin:.125rem .5rem}.nav-item:hover{background:var(--hootsuite-light);color:var(--hootsuite-primary);transform:translate(2px)}.nav-item:focus-visible{outline:2px solid var(--hootsuite-primary);outline-offset:2px;background:var(--hootsuite-light);color:var(--hootsuite-primary)}.nav-item.active{background:var(--hootsuite-light-primary);color:var(--hootsuite-primary);font-weight:600;transform:translate(4px);box-shadow:0 2px 12px #2563eb26}.nav-item.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background:var(--hootsuite-primary);border-radius:0 2px 2px 0}.nav-item svg{transition:transform .3s ease}.nav-item:hover svg{transform:scale(1.1)}.nav-item.active svg{color:var(--hootsuite-primary);transform:scale(1.1)}.nav-section{display:flex;flex-direction:column;gap:.25rem}.nav-section-title{padding:0 1.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--hootsuite-dark-gray);margin-bottom:.5rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:none;border:none;cursor:pointer;color:var(--hootsuite-secondary);font-weight:500;font-size:.875rem;transition:var(--hootsuite-transition);position:relative}.nav-item:hover{background:#1abc9c1a;color:var(--hootsuite-primary)}.nav-item.active{background:#1abc9c26;color:var(--hootsuite-primary)}.nav-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--hootsuite-primary)}.nav-item svg{width:20px;height:20px}.hootsuite-content-area{flex:1;padding:2rem;overflow-y:auto;background:#f8fafc;transition:var(--hootsuite-transition)}.hootsuite-content-area.expanded{margin-left:0}.hootsuite-home-content{max-width:1400px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.page-title-section{flex:1}.page-title{font-size:2rem;font-weight:700;color:var(--hootsuite-secondary);margin:0 0 .5rem}.page-subtitle{color:var(--hootsuite-gray);font-size:1rem;margin:0}.page-actions{display:flex;align-items:center;gap:1rem}.time-range-select{padding:.625rem 1rem;border:1px solid #e2e8f0;border-radius:var(--hootsuite-border-radius);background:var(--hootsuite-white);color:var(--hootsuite-secondary);font-size:.875rem;cursor:pointer;transition:var(--hootsuite-transition)}.time-range-select:focus{outline:none;border-color:var(--hootsuite-primary);box-shadow:0 0 0 3px #1abc9c1a}.primary-action-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:var(--hootsuite-primary);color:var(--hootsuite-white);border:none;border-radius:var(--hootsuite-border-radius);font-weight:500;font-size:.875rem;cursor:pointer;transition:var(--hootsuite-transition)}.primary-action-btn:hover{background:var(--hootsuite-primary-dark);transform:translateY(-1px);box-shadow:var(--hootsuite-shadow-md)}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.metric-card{background:var(--hootsuite-white);border-radius:var(--hootsuite-border-radius);padding:1.5rem;box-shadow:var(--hootsuite-shadow-sm);border:1px solid #e2e8f0;transition:var(--hootsuite-transition)}.metric-card:hover{box-shadow:var(--hootsuite-shadow-md);transform:translateY(-2px)}.metric-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.metric-icon{width:48px;height:48px;border-radius:var(--hootsuite-border-radius);background:#1abc9c1a;display:flex;align-items:center;justify-content:center;color:var(--hootsuite-primary)}.metric-menu-btn{background:none;border:none;padding:.5rem;border-radius:var(--hootsuite-border-radius);cursor:pointer;color:var(--hootsuite-gray);transition:var(--hootsuite-transition)}.metric-menu-btn:hover{background:var(--hootsuite-light);color:var(--hootsuite-secondary)}.metric-content{display:flex;flex-direction:column;gap:.5rem}.metric-title{font-size:.875rem;font-weight:500;color:var(--hootsuite-gray);margin:0}.metric-value{font-size:2rem;font-weight:700;color:var(--hootsuite-secondary);margin:0}.metric-change{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500}.metric-change.positive{color:var(--hootsuite-success)}.metric-change.negative{color:var(--hootsuite-danger)}.metric-change.neutral{color:var(--hootsuite-gray)}.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;margin-bottom:2rem}.chart-card,.campaigns-card,.quick-actions-card,.insights-card{background:var(--hootsuite-white);border-radius:var(--hootsuite-border-radius);padding:1.5rem;box-shadow:var(--hootsuite-shadow-sm);border:1px solid #e2e8f0}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.card-title{font-size:1.125rem;font-weight:600;color:var(--hootsuite-secondary);margin:0}.card-actions{display:flex;align-items:center;gap:.5rem}.card-action-btn{background:none;border:none;padding:.5rem;border-radius:var(--hootsuite-border-radius);cursor:pointer;color:var(--hootsuite-gray);transition:var(--hootsuite-transition)}.card-action-btn:hover{background:var(--hootsuite-light);color:var(--hootsuite-secondary)}.view-all-btn{background:none;border:none;color:var(--hootsuite-primary);font-weight:500;font-size:.875rem;cursor:pointer;transition:var(--hootsuite-transition)}.view-all-btn:hover{color:var(--hootsuite-primary-dark)}.chart-container{height:300px;display:flex;align-items:end;justify-content:center}.chart-placeholder{width:100%;height:100%;display:flex;align-items:end;justify-content:space-between;padding:1rem 0}.chart-bars{display:flex;align-items:end;justify-content:space-between;width:100%;height:100%;gap:.5rem}.chart-bar-group{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;height:100%;position:relative}.chart-bar{width:100%;background:linear-gradient(180deg,var(--hootsuite-primary),var(--hootsuite-primary-dark));border-radius:var(--hootsuite-border-radius) var(--hootsuite-border-radius) 0 0;position:relative;transition:var(--hootsuite-transition)}.chart-bar:hover{opacity:.8}.chart-bar-secondary{width:100%;background:linear-gradient(180deg,var(--hootsuite-accent),#2980b9);border-radius:var(--hootsuite-border-radius) var(--hootsuite-border-radius) 0 0;position:relative;transition:var(--hootsuite-transition)}.bar-value{position:absolute;top:-1.5rem;left:50%;transform:translate(-50%);font-size:.75rem;font-weight:600;color:var(--hootsuite-secondary);opacity:0;transition:var(--hootsuite-transition)}.chart-bar:hover .bar-value,.chart-bar-secondary:hover .bar-value{opacity:1}.bar-label{font-size:.75rem;color:var(--hootsuite-gray);font-weight:500}.campaigns-list{display:flex;flex-direction:column;gap:1rem}.campaign-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:var(--hootsuite-border-radius);background:#f8fafc;transition:var(--hootsuite-transition)}.campaign-item:hover{background:var(--hootsuite-light);transform:translate(4px)}.campaign-info{flex:1}.campaign-name{font-size:.875rem;font-weight:600;color:var(--hootsuite-secondary);margin:0 0 .25rem}.campaign-status{font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:12px;text-transform:uppercase;letter-spacing:.025em}.campaign-status.active{background:#27ae601a;color:var(--hootsuite-success)}.campaign-status.scheduled{background:#f39c121a;color:var(--hootsuite-warning)}.campaign-status.completed{background:#3498db1a;color:var(--hootsuite-accent)}.campaign-metrics{display:flex;gap:1rem}.metric{display:flex;flex-direction:column;align-items:center;gap:.25rem}.metric-label{font-size:.75rem;color:var(--hootsuite-gray);font-weight:500}.metric-value{font-size:.875rem;font-weight:600;color:var(--hootsuite-secondary)}.campaign-action-btn{background:none;border:none;padding:.5rem;border-radius:var(--hootsuite-border-radius);cursor:pointer;color:var(--hootsuite-gray);transition:var(--hootsuite-transition)}.campaign-action-btn:hover{background:var(--hootsuite-primary);color:var(--hootsuite-white)}.quick-actions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.quick-action-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:var(--hootsuite-border-radius);cursor:pointer;transition:var(--hootsuite-transition);text-align:center}.quick-action-btn:hover{background:var(--hootsuite-white);border-color:var(--hootsuite-primary);transform:translateY(-2px);box-shadow:var(--hootsuite-shadow-md)}.quick-action-btn svg{color:var(--hootsuite-primary)}.quick-action-btn span{font-size:.875rem;font-weight:500;color:var(--hootsuite-secondary)}.insights-list{display:flex;flex-direction:column;gap:1rem}.insight-item{display:flex;gap:1rem;padding:1rem;border-radius:var(--hootsuite-border-radius);background:#f8fafc;transition:var(--hootsuite-transition)}.insight-item:hover{background:var(--hootsuite-light)}.insight-icon{width:40px;height:40px;border-radius:50%;background:#1abc9c1a;display:flex;align-items:center;justify-content:center;color:var(--hootsuite-primary);flex-shrink:0}.insight-content{flex:1}.insight-title{font-size:.875rem;font-weight:600;color:var(--hootsuite-secondary);margin:0 0 .25rem}.insight-description{font-size:.75rem;color:var(--hootsuite-gray);margin:0 0 .5rem}.insight-time{font-size:.75rem;color:var(--hootsuite-gray-light);font-weight:500}.coming-soon-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;min-height:60vh}.coming-soon-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--hootsuite-primary),var(--hootsuite-accent));display:flex;align-items:center;justify-content:center;color:var(--hootsuite-white);margin-bottom:2rem}.coming-soon-title{font-size:2rem;font-weight:700;color:var(--hootsuite-secondary);margin:0 0 1rem}.coming-soon-description{font-size:1.125rem;color:var(--hootsuite-gray);margin:0 0 2rem;max-width:500px}.coming-soon-actions{display:flex;gap:1rem}.btn-primary{padding:.75rem 1.5rem;background:var(--hootsuite-primary);color:var(--hootsuite-white);border:none;border-radius:var(--hootsuite-border-radius);font-weight:500;cursor:pointer;transition:var(--hootsuite-transition)}.btn-primary:hover{background:var(--hootsuite-primary-dark);transform:translateY(-1px)}.btn-secondary{padding:.75rem 1.5rem;background:var(--hootsuite-white);color:var(--hootsuite-secondary);border:1px solid #e2e8f0;border-radius:var(--hootsuite-border-radius);font-weight:500;cursor:pointer;transition:var(--hootsuite-transition)}.btn-secondary:hover{background:var(--hootsuite-light);border-color:var(--hootsuite-primary)}@media (max-width: 1200px){.content-grid{grid-template-columns:1fr}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width: 768px){.hootsuite-header{padding:0 1rem}.header-center{display:none}.hootsuite-content-area{padding:1rem}.page-header{flex-direction:column;gap:1rem;align-items:flex-start}.metrics-grid,.quick-actions-grid{grid-template-columns:1fr}.hootsuite-sidebar{position:fixed;left:-100%;top:0;height:100vh;z-index:1001;box-shadow:var(--hootsuite-shadow-lg)}.hootsuite-sidebar.mobile-open{left:0}.hootsuite-sidebar.collapsed{width:var(--hootsuite-sidebar-width)}.hootsuite-sidebar.collapsed .nav-section-title,.hootsuite-sidebar.collapsed .nav-item span{display:block}.hootsuite-sidebar.collapsed .nav-item{justify-content:flex-start;padding:.75rem 1.5rem}}@media (max-width: 480px){.hootsuite-header{padding:0 .75rem}.header-right{gap:.5rem}.header-action-btn span,.user-name{display:none}.hootsuite-content-area{padding:.75rem}.page-title,.metric-value{font-size:1.5rem}.coming-soon-actions{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;background:#fff;color:#37352f}.sidebar{width:280px!important;background:linear-gradient(180deg,#1e293b,#0f172a)!important;color:#fff!important;overflow-y:auto!important;height:100vh!important;position:sticky!important;top:0!important;padding:0!important;box-shadow:2px 0 12px #0000001a!important;border-right:1px solid rgba(255,255,255,.05)!important}.sidebar-header{padding:32px 24px!important;border-bottom:1px solid rgba(255,255,255,.1)!important;background:#0003!important}.sidebar-logo{font-size:24px!important;font-weight:800!important;color:#fff!important;display:flex!important;align-items:center!important;gap:12px!important;letter-spacing:-.5px!important;background:none!important;-webkit-text-fill-color:white!important}.sidebar-logo:before{content:"⚡";font-size:28px;background:linear-gradient(135deg,#fbbf24,#f59e0b);padding:8px;border-radius:8px;display:inline-block}.sidebar-nav{padding:24px 0!important}.nav-section{margin-bottom:32px!important;padding:0 16px!important}.nav-section-title{padding:0 8px 12px!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;color:#ffffff80!important;letter-spacing:1.2px!important;margin-bottom:12px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.nav-item{display:flex!important;align-items:center!important;gap:12px!important;padding:12px!important;border:none!important;border-radius:10px!important;background:transparent!important;color:#ffffffd9!important;font-weight:500!important;font-size:15px!important;cursor:pointer!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important;text-align:left!important;width:100%!important;position:relative!important;overflow:hidden!important;margin:2px 0!important}.nav-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(135deg,#667eea,#764ba2);transform:scaleY(0);transition:transform .2s}.nav-item:hover{background:#667eea1f!important;color:#fff!important}.nav-item:hover:before{transform:scaleY(1)}.nav-item.active{background:linear-gradient(135deg,#667eea33,#764ba233)!important;color:#fff!important;font-weight:600!important}.nav-item.active:before{transform:scaleY(1)}.nav-item svg{color:#ffffffb3!important;transition:all .2s!important;flex-shrink:0!important}.nav-item:hover svg{color:#a5b4fc!important;transform:scale(1.1)}.nav-item.active svg{color:#a5b4fc!important}.nav-item span{flex:1;color:#000}.coming-soon-badge{margin-left:auto!important;padding:4px 10px!important;background:linear-gradient(135deg,#fbbf24,#f59e0b)!important;color:#78350f!important;font-size:9px!important;font-weight:800!important;border-radius:10px!important;text-transform:uppercase!important;letter-spacing:.5px!important;box-shadow:0 2px 4px #fbbf244d!important}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:#0000001a}.sidebar::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:#ffffff4d}*{margin:0;padding:0;box-sizing:border-box}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;background:#f8fafc}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
