*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:#1e293b;background-color:#fff;font-feature-settings:"kern" 1,"liga" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1200px;margin:0 auto;padding:0 12px}.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000;width:100%}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:.75rem 20px;flex-wrap:nowrap;gap:1rem}.logo{flex-shrink:0}.nav-menu{flex-shrink:1;min-width:0}.logo h1{font-size:1.75rem;font-weight:700;color:#2563eb;margin-bottom:.125rem;line-height:1.2}.tagline{font-size:.75rem;color:#6b7280;font-weight:400;line-height:1.2}.nav-menu{display:flex;list-style:none;gap:1.25rem;align-items:center;white-space:nowrap;flex-shrink:1;min-width:0}.nav-item{position:relative}.nav-item:not(:last-child):after{content:"";position:absolute;right:-.625rem;top:50%;transform:translateY(-50%);width:1px;height:20px;background:#e2e8f0;opacity:.6}.nav-item:last-child:after{display:none}.nav-link{text-decoration:none;color:#374151;font-weight:500;font-size:.9rem;transition:color .3s ease;position:relative;white-space:nowrap}.nav-link:hover{color:#2563eb}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;min-width:220px;box-shadow:0 10px 40px #00000026;border-radius:12px;list-style:none;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;border:1px solid #e2e8f0;padding:8px}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li{padding:0;margin-bottom:4px}.dropdown-menu li:last-child{margin-bottom:0}.dropdown-menu a{display:block;padding:12px 16px;text-decoration:none;color:#475569;transition:all .3s ease;border-radius:8px;font-size:.875rem;font-weight:500;position:relative}.dropdown-menu a:hover{background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#2563eb;transform:translate(4px)}.dropdown-menu a:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:#2563eb;border-radius:2px;transition:height .3s ease}.dropdown-menu a:hover:before{height:60%}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:4px}.mobile-menu-toggle span{width:25px;height:3px;background:#374151;transition:.3s}.hero{background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:600px;display:flex;align-items:center;padding:80px 0;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(45deg,#2563eb05,#3b82f60d);z-index:1}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-content{color:#1e293b}.hero-badge{display:inline-block;background:#dbeafe;color:#1e40af;padding:8px 16px;border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;color:#0f172a;letter-spacing:-.025em}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;color:#475569;line-height:1.6;font-weight:400}.hero-subtitle strong{color:#1e293b;font-weight:600}.hero-features{display:flex;gap:1.5rem;margin-bottom:2.5rem;flex-wrap:wrap}.feature-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#475569}.feature-icon{width:20px;height:20px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.hero-cta{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.hero-trust{color:#64748b;font-size:.875rem}.trust-text{position:relative;padding-left:1.5rem}.trust-text:before{content:"🔒";position:absolute;left:0;top:0}.hero-stats{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:flex-start}.stat-item{color:#64748b;font-size:.875rem;font-weight:500}.stat-separator{color:#cbd5e1;font-weight:300}.hero-visual{position:relative;height:400px;display:flex;align-items:center;justify-content:center}.hero-cards{position:relative;width:100%;height:100%}.floating-card{position:absolute;background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 10px 40px #0000001a;border:1px solid #e2e8f0;display:flex;align-items:center;gap:1rem;min-width:200px;transition:transform .3s ease}.floating-card:hover{transform:translateY(-5px);box-shadow:0 20px 60px #00000026}.card-1{top:20%;left:10%;animation:float 6s ease-in-out infinite}.card-2{top:50%;right:5%;animation:float 6s ease-in-out infinite 2s}.card-3{bottom:20%;left:25%;animation:float 6s ease-in-out infinite 4s}.card-icon{font-size:2rem;width:60px;height:60px;background:#f8fafc;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-content{flex:1}.card-title{font-weight:600;color:#1e293b;margin-bottom:.25rem;font-size:.875rem}.card-rating{color:#fbbf24;font-size:.75rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.btn{display:inline-block;padding:14px 28px;border-radius:12px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid transparent;cursor:pointer;font-size:16px;position:relative;overflow:hidden}.btn-primary{background:#2563eb;color:#fff;box-shadow:0 4px 14px #2563eb4d}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 25px #2563eb66}.btn-secondary{background:transparent;color:#475569;border-color:#cbd5e1}.btn-secondary:hover{background:#f8fafc;border-color:#94a3b8;color:#334155}.btn-outline{background:transparent;color:#2563eb;border-color:#2563eb}.btn-outline:hover{background:#2563eb;color:#fff}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#0f172a;letter-spacing:-.025em}.section-subtitle{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.categories{padding:100px 0;background:#fff}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.category-card{background:#fff;padding:2rem;border-radius:16px;border:1px solid #e2e8f0;transition:all .3s ease;position:relative;overflow:hidden}.category-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2563eb,#3b82f6);transform:scaleX(0);transition:transform .3s ease}.category-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;border-color:#cbd5e1}.category-card:hover:before{transform:scaleX(1)}.category-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.category-icon{font-size:2.5rem;width:60px;height:60px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.category-meta{flex:1}.category-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.25rem;color:#0f172a}.category-count{font-size:.875rem;color:#64748b;font-weight:500}.category-card p{color:#475569;margin-bottom:1.5rem;line-height:1.6;font-size:.9rem}.category-footer{padding-top:1rem;border-top:1px solid #f1f5f9}.category-link{color:#2563eb;text-decoration:none;font-weight:600;font-size:.875rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.category-link:hover{color:#1d4ed8;transform:translate(4px)}.featured-reviews{padding:100px 0;background:#f8fafc}.review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.review-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;transition:all .3s ease;position:relative}.review-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f;border-color:#cbd5e1}.review-image{height:200px;overflow:hidden;background:#f9fafb;display:flex;align-items:center;justify-content:center;padding:2rem}.review-image img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}.review-content{padding:1.5rem}.review-category{display:inline-block;background:#dbeafe;color:#1e40af;padding:4px 12px;border-radius:20px;font-size:.875rem;font-weight:500;margin-bottom:1rem}.review-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.review-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.rating-text{font-weight:600;color:#374151}.review-excerpt{color:#6b7280;margin-bottom:1rem;line-height:1.6}.review-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.875rem;color:#6b7280}.video-reviews{padding:100px 0;background:#fff}.video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.video-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden;transition:all .3s ease;position:relative}.video-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f;border-color:#cbd5e1}.video-thumbnail{position:relative;width:100%;height:200px;overflow:hidden}.video-thumbnail iframe{width:100%;height:100%;border:none;border-radius:0}.video-content{padding:1.5rem}.video-category{display:inline-block;background:#dbeafe;color:#1e40af;padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.video-title{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:#0f172a;line-height:1.4}.video-description{color:#475569;margin-bottom:1rem;line-height:1.5;font-size:.9rem}.video-meta{display:flex;gap:1rem;font-size:.75rem;color:#64748b;padding-top:1rem;border-top:1px solid #f1f5f9}.video-duration{background:#1e293b;color:#fff;padding:2px 6px;border-radius:4px;font-weight:500}.video-cta{text-align:center}.video-cta .btn{display:inline-flex;align-items:center;gap:.5rem}.video-cta .btn span{font-size:1.125rem}.newsletter{padding:80px 0;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;text-align:center;position:relative;overflow:hidden}.newsletter:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.1}.newsletter-content{position:relative;z-index:1;max-width:600px;margin:0 auto}.newsletter-badge{display:inline-block;background:#3b82f633;color:#93c5fd;padding:8px 16px;border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(59,130,246,.3)}.newsletter-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.025em}.newsletter-content p{font-size:1.125rem;margin-bottom:2.5rem;opacity:.8;line-height:1.6}.newsletter-form{max-width:500px;margin:0 auto}.form-group{display:flex;gap:1rem;margin-bottom:1.5rem;background:#fff;border-radius:12px;padding:6px;box-shadow:0 10px 30px #0003}.newsletter-form input{flex:1;padding:14px 20px;border:none;border-radius:8px;font-size:16px;background:transparent;color:#1e293b}.newsletter-form input::placeholder{color:#64748b}.newsletter-form button{white-space:nowrap;margin:0}.newsletter-trust{display:flex;justify-content:center;gap:2rem;font-size:.875rem;opacity:.7}.footer{background:#111827;color:#fff;padding:60px 0 30px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#fff}.footer-section h3{font-size:1.5rem;color:#2563eb}.footer-section p{color:#d1d5db;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#2563eb}.social-links{display:flex;gap:1rem}.social-links a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.social-links a:hover{color:#2563eb}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center}.affiliate-disclosure{margin-top:1rem;padding:1rem;background:#1f2937;border-radius:8px}.affiliate-disclosure p{font-size:.875rem;color:#d1d5db;line-height:1.5}.page-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:80px 0;text-align:center}.page-hero .hero-subtitle{color:#fffffff2;font-weight:400;text-shadow:0 1px 2px rgba(0,0,0,.1)}.page-hero .hero-subtitle strong{color:#fff;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.2)}.page-hero .hero-features .feature-item{color:#ffffffe6}.page-hero .hero-stats .stat-item{color:#ffffffd9;font-weight:500}.page-hero .hero-stats .stat-separator{color:#fff9}.page-title{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.page-subtitle{font-size:1.25rem;opacity:.9;line-height:1.6;max-width:600px;margin:0 auto}.content-section{padding:80px 0}.content-controls{margin-bottom:2rem}.search-filter-container{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.search-box{display:flex;align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:.5rem 1rem;min-width:300px;transition:border-color .3s ease}.search-box:focus-within{border-color:#2563eb}.search-box input{border:none;outline:none;flex:1;padding:.5rem;font-size:1rem}.search-box .search-icon{color:#6b7280;margin-right:.5rem}.filter-tabs{display:flex;justify-content:center;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin:3rem 0;padding:2rem 0;border-top:1px solid #e5e7eb}.pagination-button{padding:.5rem 1rem;border:1px solid #e5e7eb;background:#fff;color:#374151;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease;min-width:40px}.pagination-button:hover{background:#f3f4f6;border-color:#d1d5db}.pagination-button.active{background:#2563eb;color:#fff;border-color:#2563eb}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-info{margin:0 1rem;color:#6b7280;font-size:.875rem}.cards-grid .product-card{display:flex}.cards-grid .product-card.pagination-hidden{display:none}.filter-tab{padding:10px 20px;border:2px solid #e5e7eb;background:#fff;color:#374151;border-radius:25px;cursor:pointer;font-weight:500;transition:all .3s ease}.filter-tab:hover,.filter-tab.active{background:#2563eb;color:#fff;border-color:#2563eb}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}@media (max-width: 1200px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.cards-grid{grid-template-columns:1fr}}.product-card{background:#fff;border-radius:16px;box-shadow:0 4px 6px #00000012;border:1px solid #e5e7eb;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px #0000001a}.card-header{padding:1rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;min-height:80px;gap:1rem}.card-logo{height:50px;width:auto;max-width:200px;object-fit:contain;object-position:left center;display:block;flex-shrink:0}.card-badge{background:#059669;color:#fff;padding:4px 12px;border-radius:12px;font-size:.875rem;font-weight:600}.card-content{padding:1.25rem;display:flex;flex-direction:column;flex:1}.product-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.stars{color:#fbbf24;font-size:1.1rem}.rating-score{font-weight:600;color:#374151}.rating-count{color:#6b7280;font-size:.875rem}.key-features{margin-bottom:1.5rem}.key-features ul{min-height:120px}.key-features h4{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:#374151}.key-features ul{list-style:none;padding:0}.key-features li{color:#6b7280;position:relative;padding:.25rem 0 .25rem 1.5rem}.key-features li:before{content:"✓";position:absolute;left:0;color:#059669;font-weight:700}.pricing-info{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#f9fafb;border-radius:8px}.pricing-info .label{font-weight:500;color:#6b7280;font-size:.875rem}.pricing-info .value{font-weight:600;color:#1f2937;display:block;margin-top:.25rem}.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.pros ul,.cons ul{min-height:80px}.pros h5,.cons h5{font-size:.875rem;font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.pros h5{color:#059669}.cons h5{color:#dc2626}.pros ul,.cons ul{list-style:none;padding:0}.pros li,.cons li{font-size:.875rem;color:#6b7280;margin-bottom:.25rem;position:relative;padding-left:0}.card-actions{display:flex;gap:1rem;align-items:center;margin-top:auto;padding-top:1rem}.card-actions .btn{flex:1;text-align:center}.comparison-table{margin-top:4rem}.comparison-table h2{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#1f2937}.table-container{overflow-x:auto;border-radius:12px;box-shadow:0 4px 6px #00000012}.comparison-table table{width:100%;border-collapse:collapse;background:#fff}.comparison-table th,.comparison-table td{padding:1rem;text-align:left;border-bottom:1px solid #e5e7eb}.comparison-table th{background:#f9fafb;font-weight:600;color:#374151;font-size:.875rem}.comparison-table td{color:#6b7280}.comparison-table tr:hover{background:#f9fafb}@media (min-width: 769px){.nav-menu{display:flex!important;visibility:visible!important;opacity:1!important}}@media (max-width: 1024px){.nav-menu{gap:1rem}.nav-link{font-size:.85rem}.hero-container{gap:2rem}.hero-title{font-size:2.8rem}.floating-card{min-width:180px;padding:1rem}}@media (max-width: 1024px){.search-filter-container{flex-direction:column;align-items:stretch;gap:1rem}.search-box{min-width:auto;width:100%}.results-count{text-align:center}}@media (max-width: 768px){.nav-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;box-shadow:0 10px 25px #00000026;padding:1rem;gap:1rem}.mobile-menu-toggle{display:flex}.hero{min-height:auto;padding:60px 0}.hero-container{grid-template-columns:1fr;gap:3rem}.hero-visual{order:-1;height:250px}.floating-card{min-width:150px;padding:.75rem}.card-icon{width:40px;height:40px;font-size:1.5rem}.card-title{font-size:.75rem}.hero-title{font-size:2.25rem;text-align:center}.hero-subtitle{text-align:center}.hero-features{justify-content:center}.hero-cta{flex-direction:column;align-items:center}.hero-trust{text-align:center}.hero-stats{justify-content:center;gap:.75rem}.stat-item{font-size:.8rem}.nav-item:after{display:none}.category-grid,.review-grid,.video-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column;width:100%;max-width:300px}.nav-container{padding:.5rem 8px;gap:.5rem}.nav-menu{gap:1rem}.page-title{font-size:2.5rem}.cards-grid{grid-template-columns:1fr}.pros-cons{grid-template-columns:1fr;gap:1rem}.pricing-info{grid-template-columns:1fr}.card-actions{flex-direction:column}.filter-tabs{justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem}}@media (max-width: 480px){.nav-container{padding:1rem 10px}.container{padding:0 8px}.hero{padding:60px 0}.hero-title,.section-title{font-size:2rem}.categories,.featured-reviews{padding:60px 0}.category-card,.review-content{padding:1.5rem}.page-title{font-size:2rem}.card-content{padding:1.5rem}.cards-grid{grid-template-columns:1fr;gap:1.5rem}.video-reviews{padding:60px 0}.video-grid{gap:1.5rem;margin-bottom:2rem}.table-container{font-size:.875rem}.comparison-table th,.comparison-table td{padding:.75rem .5rem}}.share-buttons[data-astro-cid-h7zari6u]{display:flex;gap:.5rem}.share-btn[data-astro-cid-h7zari6u]{width:40px;height:40px;border:1px solid #e5e7eb;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#6b7280;cursor:pointer;transition:all .2s}.share-btn[data-astro-cid-h7zari6u]:hover{background:#f3f4f6;color:#1e293b}.floating-share-bar[data-astro-cid-h7zari6u]{position:fixed;left:40px;top:50%;transform:translateY(-50%);background:#fff;border-radius:16px;padding:1.25rem .875rem;box-shadow:0 10px 25px #0000001a;border:1px solid #e5e7eb;z-index:100;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0;visibility:hidden;transform:translateY(-50%) translate(-20px)}.floating-share-bar[data-astro-cid-h7zari6u].visible{opacity:1;visibility:visible;transform:translateY(-50%) translate(0)}.floating-share-bar[data-astro-cid-h7zari6u] .share-label[data-astro-cid-h7zari6u]{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin:0 0 1rem;text-align:center}.floating-share-bar[data-astro-cid-h7zari6u] .share-btn[data-astro-cid-h7zari6u]{display:flex;width:42px;height:42px;border:none;background:#f3f4f6;border-radius:10px;align-items:center;justify-content:center;color:#6b7280;cursor:pointer;transition:all .2s ease;margin:0 auto .625rem}.floating-share-bar[data-astro-cid-h7zari6u] .share-btn[data-astro-cid-h7zari6u]:last-child{margin-bottom:0}.floating-share-bar[data-astro-cid-h7zari6u] .share-btn[data-astro-cid-h7zari6u]:hover{background:#2563eb;color:#fff;transform:scale(1.05)}.floating-share-bar[data-astro-cid-h7zari6u] .share-btn[data-astro-cid-h7zari6u] svg[data-astro-cid-h7zari6u]{width:20px;height:20px}.floating-share-bar[data-astro-cid-h7zari6u] .share-btn[data-astro-cid-h7zari6u][data-share=linkedin]:hover{background:#0077b5}.floating-share-bar[data-astro-cid-h7zari6u] .share-btn[data-astro-cid-h7zari6u][data-share=twitter]:hover{background:#000}.floating-share-bar[data-astro-cid-h7zari6u] .share-btn[data-astro-cid-h7zari6u][data-share=reddit]:hover{background:#ff4500}.floating-share-bar[data-astro-cid-h7zari6u] .share-btn[data-astro-cid-h7zari6u][data-share=facebook]:hover{background:#1877f2}.floating-share-bar[data-astro-cid-h7zari6u] .share-btn[data-astro-cid-h7zari6u][data-share=email]:hover{background:#ea4335}.floating-share-bar[data-astro-cid-h7zari6u] .share-btn[data-astro-cid-h7zari6u][data-share=copy]:hover{background:#059669}@media (max-width: 1280px){.floating-share-bar[data-astro-cid-h7zari6u]{display:none}}.toast[data-astro-cid-h7zari6u]{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(100px);background:#1e293b;color:#fff;padding:1rem 2rem;border-radius:10px;font-size:.875rem;font-weight:500;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000;box-shadow:0 10px 25px #0003}.toast[data-astro-cid-h7zari6u].show{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}
