:root{--primary:#2563eb;--primary-dark:#1d4ed8;--text:#1f2937;--text-light:#6b7280;--bg:#f9fafb;--border:#e5e7eb;--white:#fff;--accent:#10b981;--radius:8px;--shadow:0 1px 3px rgba(0,0,0,.1);--shadow-lg:0 10px 25px rgba(0,0,0,.1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;color:var(--text);line-height:1.6;background:var(--white)}.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}header{background:var(--white);border-bottom:1px solid var(--border);box-shadow:var(--shadow);position:sticky;top:0;z-index:100}nav{padding:.75rem 0}nav .container{display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo img{height:32px;width:auto}.logo span{font-size:1.1rem;font-weight:700;color:var(--text)}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-menu a{color:var(--text);text-decoration:none;font-weight:500;transition:color .2s;font-size:.95rem}.nav-menu a:hover{color:var(--primary)}.cta-btn{background:var(--primary);color:var(--white);border:none;padding:.6rem 1.2rem;border-radius:var(--radius);font-weight:600;cursor:pointer;transition:all .2s;font-size:.9rem}.cta-btn:hover{background:var(--primary-dark)}.hero{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:var(--white);padding:4rem 0;position:relative}.hero .container{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem}.hero-content{flex:1;max-width:600px}.hero h1{font-size:2.75rem;margin-bottom:1.25rem;font-weight:800;line-height:1.2}.hero p{font-size:1.15rem;margin-bottom:2rem;opacity:.95}.hero-search-corner{position:absolute;top:2rem;right:2rem;width:280px}.corner-search{position:absolute;top:2rem;right:2rem;width:280px;z-index:10}.corner-search #tool-search,.hero-search-corner #tool-search{width:100%;padding:.85rem 1.1rem;border:none;border-radius:var(--radius);font-size:.95rem;box-shadow:var(--shadow);background:rgba(255,255,255,.95)}.corner-search #tool-search:focus,.hero-search-corner #tool-search:focus{outline:none;box-shadow:0 6px 20px rgba(0,0,0,.2)}.newsletter{display:flex;gap:.75rem;flex-wrap:wrap}.newsletter input{flex:1;min-width:250px;padding:.9rem;border:none;border-radius:var(--radius);font-size:1rem}.newsletter button{background:var(--text);color:var(--white);border:none;padding:.9rem 1.75rem;border-radius:var(--radius);font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.newsletter button:hover{background:#374151}.search-results{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);max-height:500px;overflow-y:auto;display:none;z-index:200}.search-results.active{display:block}.search-result-item{padding:1rem 1.25rem;border-bottom:1px solid var(--border);cursor:pointer;transition:background .2s}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:var(--bg)}.search-result-title{font-size:1.05rem;font-weight:600;color:var(--text);margin-bottom:.25rem}.search-result-category{display:inline-block;background:var(--bg);color:var(--primary);padding:.2rem .6rem;border-radius:4px;font-size:.8rem;font-weight:600;margin-bottom:.5rem}.search-result-desc{font-size:.9rem;color:var(--text-light);line-height:1.5}.search-no-results{padding:2rem;text-align:center;color:var(--text-light)}section{padding:4rem 0}h2{text-align:center;font-size:2.25rem;margin-bottom:2.5rem;font-weight:700}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all .3s;height:100%;display:flex;flex-direction:column}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary)}.card img{width:100%;height:200px;object-fit:contain;background:var(--bg);padding:2rem}.card h3{font-size:1.25rem;margin:1.25rem 1.25rem .5rem;font-weight:600}.card p{color:var(--text-light);margin:0 1.25rem 1.25rem;font-size:.95rem;flex:1}.read-more{display:inline-block;color:var(--primary);font-weight:600;margin:0 1.25rem 1.25rem;text-decoration:none;font-size:.95rem}.read-more:hover{text-decoration:underline}.benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.benefit{text-align:center;padding:2rem;background:var(--bg);border-radius:var(--radius)}.benefit h3{color:var(--primary);margin-bottom:.75rem;font-size:1.25rem}.benefit p{color:var(--text-light)}footer{background:var(--text);color:var(--white);padding:3rem 0 1.5rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{margin-bottom:1rem;font-size:1.1rem}.footer-section p{color:#d1d5db;font-size:.9rem}.footer-section ul{list-style:none}.footer-section a{color:#d1d5db;text-decoration:none;display:block;margin-bottom:.5rem;font-size:.9rem}.footer-section a:hover{color:var(--white)}.copyright{text-align:center;padding-top:2rem;border-top:1px solid #374151;color:#9ca3af;font-size:.85rem}.page-header{background:var(--bg);padding:2rem 0;text-align:center;border-bottom:1px solid var(--border);position:relative}.page-header h1{font-size:2.25rem;margin-bottom:.75rem;font-weight:700}.page-header p{font-size:1.05rem;color:var(--text-light);max-width:800px;margin:0 auto}.article-grid{display:grid;gap:2rem}.article-card{display:flex;gap:1.5rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all .3s}.article-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary)}.article-card img{width:250px;height:180px;object-fit:contain;flex-shrink:0;background:var(--bg);padding:1rem}.article-content{padding:1.5rem;flex:1}.category{display:inline-block;background:var(--bg);color:var(--primary);padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600;margin-bottom:.75rem}.article-content h2{font-size:1.5rem;margin-bottom:.5rem;font-weight:600;text-align:left}.article-content h2 a{color:var(--text);text-decoration:none}.article-content h2 a:hover{color:var(--primary)}.meta{display:flex;gap:1.5rem;color:var(--text-light);font-size:.85rem;margin-top:.75rem}.stacks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.stack-card{background:var(--white);border:2px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all .3s}.stack-card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg)}.stack-header{background:var(--primary);color:var(--white);padding:1.5rem;display:flex;justify-content:space-between;align-items:center}.stack-header h2{font-size:1.5rem;font-weight:600;margin:0}.price{font-size:1.25rem;font-weight:700}.stack-content{padding:1.5rem}.tool-list{list-style:none;margin:1.5rem 0}.tool-list li{padding:.75rem 0;border-bottom:1px solid var(--border);font-size:.95rem}.tool-list li:last-child{border-bottom:none}.legal-content,.about-content{padding:3rem 0}.content-block{margin-bottom:3rem;max-width:800px}.content-block h2{font-size:2rem;margin-bottom:1rem;color:var(--primary);font-weight:600;text-align:left}.content-block p{font-size:1.05rem;line-height:1.8;margin-bottom:1rem}.feature-list{list-style:none;margin-top:1rem}.feature-list li{padding:.75rem 0;font-size:1.05rem;line-height:1.8}.disclaimer{color:var(--text-light);font-size:.85rem;margin-top:2rem}.article-detail{padding:2rem 0}.article-layout{display:grid;grid-template-columns:250px 1fr;gap:3rem;max-width:1400px;margin:0 auto}.table-of-contents{position:sticky;top:5rem;height:fit-content;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;align-self:start}.table-of-contents h3{font-size:1rem;margin-bottom:1rem;color:var(--text);font-weight:600}.table-of-contents nav ul{list-style:none;padding:0}.table-of-contents nav ul li{margin-bottom:.75rem}.table-of-contents nav ul li a{color:var(--text-light);text-decoration:none;font-size:.9rem;line-height:1.4;display:block;transition:color .2s}.table-of-contents nav ul li a:hover{color:var(--primary)}.article-main{min-width:0}.article-full{max-width:800px;margin:0 auto;padding:0 1.25rem}.article-header-inline{margin-bottom:2rem}.article-header-inline .article-logo{max-width:50px;height:auto;margin-bottom:.75rem;display:block}.article-header-inline .category{display:inline-block;background:var(--bg);color:var(--primary);padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600;margin-bottom:.5rem}.article-header-inline h1{font-size:2.25rem;margin:.5rem 0 .75rem;line-height:1.3;font-weight:700}.article-header-inline .meta{display:flex;gap:1.5rem;color:var(--text-light);font-size:.9rem;margin-top:.75rem}.intro{font-size:1.15rem;color:var(--text-light);margin-bottom:2rem;line-height:1.7}.content-section{margin-bottom:2.5rem}.content-section h2{font-size:1.75rem;margin-bottom:1rem;color:var(--text);font-weight:600;text-align:left}.content-section h3{font-size:1.35rem;margin:1.5rem 0 .75rem;color:var(--text);font-weight:600}.content-section p{font-size:1.05rem;line-height:1.8;margin-bottom:1rem}.content-section ul,.content-section ol{font-size:1.05rem;line-height:1.8;margin:1rem 0 1rem 2rem}.content-section li{margin-bottom:.5rem}.content-section a{color:var(--primary);text-decoration:none}.content-section a:hover{text-decoration:underline}.comparison-table{overflow-x:auto;margin:2rem 0;border-radius:var(--radius);border:1px solid var(--border)}.comparison-table table{width:100%;border-collapse:collapse;background:var(--white)}.comparison-table th,.comparison-table td{padding:1rem;text-align:left;border-bottom:1px solid var(--border)}.comparison-table th{background:var(--bg);font-weight:600;color:var(--text)}.comparison-table tr:last-child td{border-bottom:none}.affiliate-notice{background:#fff7ed;border-left:4px solid #f59e0b;padding:1.25rem;margin:3rem 0;border-radius:var(--radius)}.affiliate-notice p{font-size:.9rem;color:var(--text);margin:0}.cta-box{background:var(--bg);padding:2.5rem;border-radius:var(--radius);text-align:center;margin-top:3rem;border:1px solid var(--border)}.cta-box h3{font-size:1.75rem;margin-bottom:.75rem;color:var(--text);font-weight:600}.cta-box p{font-size:1.05rem;color:var(--text-light);margin-bottom:1.5rem}.rating{background:var(--bg);padding:1.5rem;border-radius:var(--radius);margin-top:1.5rem;border:1px solid var(--border)}.rating p{margin:.5rem 0;font-size:1.05rem}.rating ul{list-style:none;margin:.75rem 0;padding:0}.rating ul li{padding:.5rem 0;font-size:1rem;line-height:1.6}.rating ul li:before{content:"✓ ";color:var(--accent);font-weight:700;margin-right:.5rem}.tool-stack-simple{background:var(--bg);padding:1.5rem;border-radius:var(--radius);margin:1.5rem 0;border:1px solid var(--border)}.tool-stack-simple ul{margin:1rem 0}.tool-stack-simple p{font-weight:600;color:var(--primary);margin-top:1rem}.hive-browse{padding:3rem 0}.hive-filters{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-bottom:3rem}.filter-btn{background:var(--bg);border:2px solid var(--border);padding:.65rem 1.25rem;border-radius:var(--radius);font-weight:600;cursor:pointer;transition:all .2s;font-size:.9rem;color:var(--text)}.filter-btn:hover{border-color:var(--primary);color:var(--primary)}.filter-btn.active{background:var(--primary);color:var(--white);border-color:var(--primary)}.hive-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.hive-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all .3s;display:flex;flex-direction:column}.hive-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary)}.hive-card img{width:100%;height:140px;object-fit:contain;background:var(--bg);padding:1.5rem}.hive-card-content{padding:1.25rem;flex:1;display:flex;flex-direction:column}.hive-card h3{font-size:1.15rem;margin-bottom:.5rem;font-weight:600;color:var(--text)}.hive-category{display:inline-block;background:var(--bg);color:var(--primary);padding:.2rem .6rem;border-radius:4px;font-size:.8rem;font-weight:600;margin-bottom:.75rem}.hive-card p{color:var(--text-light);font-size:.9rem;margin-bottom:1rem;flex:1}.hive-card-links{display:flex;flex-direction:column;gap:.5rem}.hive-link{color:var(--primary);font-weight:600;text-decoration:none;font-size:.9rem}.hive-link:hover{text-decoration:underline}.cta-section{padding:2rem 0;background:var(--bg)}.contact-content{padding:3rem 0}.contact-wrapper{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;max-width:1000px;margin:0 auto}.contact-info h2{font-size:2rem;margin-bottom:1rem;font-weight:700;text-align:left}.contact-info p{font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem}.contact-method{margin-bottom:2rem}.contact-method h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--primary);font-weight:600}.contact-method p{margin:0}.contact-method a{color:var(--primary);text-decoration:none}.contact-method a:hover{text-decoration:underline}.contact-form-container{background:var(--white);padding:2rem;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow)}.contact-form .form-group{margin-bottom:1.5rem}.contact-form label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text);font-size:.95rem}.contact-form input,.contact-form textarea{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:var(--radius);font-size:1rem;font-family:inherit;transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--primary)}.contact-form textarea{resize:vertical;min-height:150px}.submit-btn{background:var(--primary);color:var(--white);border:none;padding:.9rem 2rem;border-radius:var(--radius);font-weight:600;cursor:pointer;font-size:1rem;width:100%;transition:background .2s}.submit-btn:hover{background:var(--primary-dark)}.article-header-scrollable{display:none}@media(max-width:1024px){.article-layout{grid-template-columns:1fr}.table-of-contents{position:relative;top:0;margin-bottom:2rem}.hero .container{flex-direction:column;align-items:center;gap:2rem}.hero-content{text-align:center;max-width:100%}.hero-search-corner,.corner-search{position:relative;top:0;right:0;width:100%;max-width:500px;margin:0 auto}}@media(max-width:768px){.logo img{height:26px}.logo span{font-size:1rem}.nav-menu{display:none}.hero h1{font-size:2rem}.hero p{font-size:1rem}.hero-search-corner,.corner-search{width:100%;max-width:100%}.hero-search-corner #tool-search,.corner-search #tool-search{font-size:.95rem;padding:.85rem 1rem}.newsletter{flex-direction:column}.newsletter input,.newsletter button{width:100%}.article-card{flex-direction:column}.article-card img{width:100%;height:200px}.stacks-grid{grid-template-columns:1fr}.article-header-inline h1{font-size:1.75rem}.article-header-inline .article-logo{max-width:40px}.comparison-table{font-size:.85rem}.comparison-table th,.comparison-table td{padding:.75rem}.stack-header{flex-direction:column;gap:.5rem;text-align:center}.hive-grid{grid-template-columns:1fr}.filter-btn{padding:.5rem 1rem;font-size:.85rem}.contact-wrapper{grid-template-columns:1fr}.contact-form-container{padding:1.5rem}.table-of-contents{padding:1rem}.table-of-contents h3{font-size:.9rem}.table-of-contents nav ul li a{font-size:.85rem}}