:root{--primary:#2563eb;--primary-dark:#1d4ed8;--secondary:#10b981;--accent:#f59e0b;--dark:#1e293b;--light:#f8fafc;--gray:#94a3b8;--light-gray:#e2e8f0;--card-bg:#ffffff;--radius:12px;--shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);--shadow-hover:0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,sans-serif;line-height:1.6;color:var(--dark);background-color:var(--light);-webkit-font-smoothing:antialiased}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;padding:5rem 0 4rem;text-align:center;position:relative;overflow:hidden;margin-bottom:3rem}header::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.03)" d="M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z"></path></svg>');background-size:cover;background-position:bottom;opacity:.5}h1{font-size:2.8rem;font-weight:800;margin-bottom:1.5rem;position:relative;line-height:1.2}.subtitle{font-size:1.25rem;max-width:700px;margin:0 auto 2rem;opacity:.9;position:relative;font-weight:400}.header-stats{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;position:relative;margin-top:2rem}.stat-bubble{background:rgba(255,255,255,.15);backdrop-filter:blur(5px);padding:1rem 1.5rem;border-radius:100px;display:flex;align-items:center;font-weight:600}.stat-bubble i{margin-right:.5rem;font-size:1.2rem}.breadcrumb{padding:1.5rem 0;font-size:.9rem;color:var(--gray);display:flex;align-items:center}.breadcrumb a{color:var(--primary);text-decoration:none;transition:all .2s}.breadcrumb a:hover{color:var(--primary-dark);text-decoration:underline}.breadcrumb i{margin:0 .5rem;font-size:.7rem;opacity:.7}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.stat-card{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem;transition:all .3s ease;border:1px solid var(--light-gray)}.stat-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover);border-color:var(--primary)}.stat-header{display:flex;align-items:center;margin-bottom:1.5rem}.stat-icon{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-right:1rem;flex-shrink:0}.stat-title{font-size:1.3rem;font-weight:700;color:var(--dark)}.stat-value{font-size:2.5rem;font-weight:800;color:var(--primary);margin-bottom:1rem;line-height:1}.stat-description{color:var(--gray);margin-bottom:1.5rem}.stat-source{font-size:.8rem;color:var(--gray);border-top:1px dashed var(--light-gray);padding-top:1rem;display:flex;align-items:center}.stat-source i{margin-right:.5rem}.growth-section{background:var(--card-bg);border-radius:var(--radius);padding:3rem;margin-bottom:3rem;box-shadow:var(--shadow)}.section-title{font-size:1.8rem;font-weight:800;text-align:center;margin-bottom:3rem;color:var(--dark);position:relative}.section-title::after{content:"";display:block;width:80px;height:4px;background:linear-gradient(90deg,var(--primary),var(--secondary));margin:1rem auto 0;border-radius:2px}.chart-container{background:var(--light);border-radius:var(--radius);padding:2rem;margin-bottom:2rem;border:1px solid var(--light-gray)}.chart-placeholder{height:300px;background:repeating-linear-gradient(45deg,#f8fafc,#f8fafc 10px,#f1f5f9 10px,#f1f5f9 20px);display:flex;align-items:center;justify-content:center;color:var(--gray);font-weight:500;border-radius:8px}.chart-legend{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.legend-item{display:flex;align-items:center;font-size:.9rem}.legend-color{width:12px;height:12px;border-radius:2px;margin-right:.5rem}.predictions{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.prediction-card{background:var(--card-bg);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);border-left:4px solid var(--primary);transition:all .3s ease}.prediction-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.prediction-year{font-size:.9rem;font-weight:600;color:var(--primary);margin-bottom:.5rem}.prediction-title{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:var(--dark)}.prediction-text{color:var(--gray);margin-bottom:1.5rem}.prediction-confidence{display:flex;align-items:center;font-size:.9rem;color:var(--gray)}.confidence-meter{width:100px;height:6px;background:var(--light-gray);border-radius:3px;margin-right:.75rem;overflow:hidden}.confidence-fill{height:100%;background:linear-gradient(90deg,var(--secondary),#34d399);border-radius:3px}.sources{background:var(--light);border-radius:var(--radius);padding:2rem;margin-bottom:3rem}.sources-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--dark)}.sources-list{list-style-type:none}.sources-list li{margin-bottom:.5rem;font-size:.9rem}.sources-list a{color:var(--primary);text-decoration:none;transition:all .2s}.sources-list a:hover{text-decoration:underline}.cta{text-align:center;padding:3rem 0;margin-bottom:3rem}.cta-title{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;color:var(--dark)}.cta-subtitle{font-size:1.1rem;color:var(--gray);max-width:600px;margin:0 auto 2rem}.cta-button{display:inline-block;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;padding:.75rem 2rem;border-radius:100px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 6px -1px rgba(37,99,235,.3),0 2px 4px -1px rgba(37,99,235,.2)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(37,99,235,.3),0 4px 6px -2px rgba(37,99,235,.2)}.ad-container{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:var(--radius);padding:2rem;text-align:center;margin:2rem 0;color:var(--gray)}footer{background:var(--dark);color:#fff;padding:4rem 0 3rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:3rem}.footer-column h3{font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;position:relative;display:inline-block}.footer-column h3::after{content:"";position:absolute;left:0;bottom:-6px;width:40px;height:2px;background:var(--primary)}.footer-links{list-style-type:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--light-gray);text-decoration:none;transition:all .2s;font-size:.9rem}.footer-links a:hover{color:#fff;padding-left:5px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;font-size:.9rem;color:var(--gray)}@media (max-width:768px){h1{font-size:2.2rem}.subtitle{font-size:1.1rem}.header-stats{flex-direction:column;align-items:center;gap:1rem}.growth-section{padding:2rem 1.5rem}.section-title{font-size:1.5rem}}
/*# sourceMappingURL=future-tech-statistics-and-predictions.css.map */