html,body{height:100%;margin:0;padding:0}body,.page-wrapper,#__next{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}.container-wrapper{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.container{text-align:center;width:100%;max-width:1000px}.header{z-index:50;background:#fff;border-bottom:1px solid #eaeaea;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.header-logo{text-decoration:none}.header-logo .logo-text{color:#0b0b0b;letter-spacing:-.5px;font-size:1.6rem;font-weight:700;text-decoration:none;transition:color .3s}.header-logo .logo-text:hover{color:#0072f5}.suggest-section{text-align:center;background:#f9fafc;border-radius:16px;max-width:700px;margin-top:3rem;margin-left:auto;margin-right:auto;padding:2rem 1rem;box-shadow:0 4px 10px rgba(0,0,0,.03)}.suggest-section p{color:#333;margin-bottom:1rem;font-size:1.1rem;font-weight:500}.cta-button{color:#fff;background:linear-gradient(90deg,#0072f5,#00c6ff);border-radius:25px;padding:.8rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 3px 6px rgba(0,114,245,.25)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 10px rgba(0,114,245,.3)}.header-nav{gap:1.5rem;display:flex}.nav-link{color:#555;padding:.8rem 1.5rem;font-size:1rem;text-decoration:none;transition:color .25s,transform .25s}.nav-link:hover{color:#0072f5;transform:translateY(-2px)}@media (max-width:600px){.header-container{flex-direction:column;gap:.8rem}}.main-content{text-align:center;flex:1;max-width:1000px;margin:0 auto;padding:3rem 1.5rem}h1{color:#111;margin-bottom:1rem;font-size:3.5rem;font-weight:800}p.subtitle{color:#555;margin-bottom:3rem;font-size:1.25rem}.search-container{justify-content:center;align-items:stretch;gap:20px;max-width:900px;margin-bottom:3rem;display:flex}.search-container input{box-sizing:border-box;border:1px solid #ccc;border-radius:8px;flex:1;padding:10px 14px;font-size:16px}.search-container button{color:#fff;cursor:pointer;background-color:#1a1a1a;border:none;border-radius:8px;padding:10px 20px;font-size:16px;transition:background .2s}.search-container button:hover{background-color:#1d1d1d}@media (max-width:640px){.search-container{flex-direction:column}.search-container input,.search-container button{width:100%}}.results{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.result-card{text-align:left;background:#fff;border:1px solid #e5e5e5;border-radius:1rem;padding:1.5rem;transition:all .2s;box-shadow:0 4px 12px rgba(0,0,0,.08)}.result-card h2{color:#111;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.result-card p{color:#555;margin-bottom:.75rem;font-size:.95rem}.result-card a{color:#0070f3;font-weight:500;text-decoration:none}.container{text-align:center;max-width:900px;margin:0 auto;padding:2rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}h1{margin-bottom:.5rem;font-size:4.5rem}.subtitle{color:#666;margin-bottom:2rem}.search-form{justify-content:center;gap:.5rem;margin-bottom:2rem;display:flex}input{border:1px solid #ccc;border-radius:8px;width:70%;padding:.75rem 1rem;font-size:1rem}button{color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:500}button:hover{background:#333}.loading,.no-results{color:#666;margin-top:1rem}.results{flex-direction:column;gap:1.5rem;display:flex}.featured-card{text-align:left;background:#fafafa;border:1px solid #e5e5e5;border-radius:16px;padding:1.5rem;transition:transform .2s,box-shadow .2s;position:relative;box-shadow:0 4px 12px rgba(0,0,0,.05)}.featured-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px rgba(0,0,0,.08)}.rank{color:#888;font-weight:700;position:absolute;top:1rem;right:1rem}.title-row{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.type{color:#999;margin-bottom:.5rem;font-size:.9rem}.desc{color:#111;margin-bottom:1rem;line-height:1.4}.card-footer{border-top:1px solid #eee;justify-content:space-between;align-items:center;padding-top:.5rem;font-size:.95rem;display:flex}.card-footer a{color:#00aeff;font-weight:500;text-decoration:none}.card-footer a:hover{text-decoration:underline}.secondary-cards{gap:1rem;display:grid}.result-card{text-align:left;background:#fafafa;border:1px solid #e5e5e5;border-radius:12px;padding:1rem;transition:transform .2s,box-shadow .2s;position:relative;box-shadow:0 2px 6px rgba(0,0,0,.03)}.result-card .type{color:#999;margin-bottom:.5rem;font-size:.9rem}.result-card .desc{color:#111;margin-bottom:1rem;line-height:1.4}.result-card:hover{transform:translateY(-3px);box-shadow:0 5px 12px rgba(0,0,0,.06)}@media (max-width:700px){.secondary-cards{grid-template-columns:1fr!important}}.footer{color:#fff;background-color:#1a1a1a;border-top:1px solid #333;padding:4px 2px 2px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.footer-container{flex-direction:column;justify-content:space-between;align-items:center;max-width:1200px;height:45px;margin:0 auto;display:flex}.footer-left{text-align:center;margin-bottom:2px}.footer-logo{margin:0;font-size:1.2rem;font-weight:700}.footer-links{gap:20px;width:250px;margin:0;list-style:none;display:flex}.footer-links a{color:#fff;text-align:left;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#0af}.footer-bottom{text-align:center;color:#aaa;border-top:1px solid #333;font-size:.7rem}@media (min-width:100px){.footer-container{flex-direction:row;height:40px;font-size:4px}.footer-left{text-align:left;padding-left:13px;font-size:4px}.footer-right{text-align:center;padding-right:2px}.footer-links a{color:#fff;align-items:center;font-size:.7rem;text-decoration:none;transition:color .3s}}.intro-section{opacity:1;transition:opacity .6s,transform .6s;transform:translateY(0)}.intro-section.hidden{opacity:0;pointer-events:none;transform:translateY(-20px)}.about-container{text-align:center;max-width:1200px;margin:0 auto;padding:2rem 1rem;font-family:Inter,sans-serif}.about-container h1{margin-bottom:3rem;font-size:3rem}.about-columns{text-align:left;flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.about-columns2{text-align:justify;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:50px;display:flex}.about-column{background:#f7f7f7;border-radius:12px;flex:1;min-width:250px;max-width:350px;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px rgba(0,0,0,.05)}.about-column2{background:#f7f7f7;border-radius:12px;flex:1;min-width:200px;max-width:300px;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px rgba(0,0,0,.05)}.about-column2title{text-align:center}.about-column2:hover,.about-column:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.08)}.about-column h2{color:#111;margin-bottom:1rem;font-size:1.5rem}.about-column p{color:#444;margin-bottom:1rem;font-size:.95rem;line-height:1.5}@media (max-width:900px){.about-columns{flex-direction:column;align-items:center}}.contact-container{text-align:center;max-width:1200px;margin:0 auto;padding:2rem 1rem;font-family:Inter,sans-serif}.contact-container h1{margin-bottom:3rem;font-size:3rem}.contact-columns{text-align:left;flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.contact-column{background:#fafafa;border-radius:12px;flex:1;min-width:250px;max-width:350px;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px rgba(0,0,0,.05)}.contact-column:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.08)}.contact-column h2{color:#111;margin-bottom:1rem;font-size:1.5rem}.contact-column p{color:#444;margin-bottom:1rem;font-size:.95rem;line-height:1.5}.contact-column a{color:#00c6ff;font-weight:500;text-decoration:none}.contact-column a:hover{text-decoration:underline}@media (max-width:900px){.contact-columns{flex-direction:column;align-items:center}}.privacy-container{text-align:center;max-width:1200px;margin:0 auto;padding:2rem 1rem;font-family:Inter,sans-serif}.privacy-container h1{margin-bottom:3rem;font-size:3rem}.privacy-columns{text-align:left;flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.privacy-column{background:#fafafa;border-radius:12px;flex:1;min-width:250px;max-width:350px;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px rgba(0,0,0,.05)}.privacy-column:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.08)}.privacy-column h2{color:#111;margin-bottom:1rem;font-size:1.5rem}.privacy-column p{color:#444;margin-bottom:1rem;font-size:.95rem;line-height:1.5}.privacy-column a{color:#00c6ff;font-weight:500;text-decoration:none}.privacy-column a:hover{text-decoration:underline}@media (max-width:900px){.privacy-columns{flex-direction:column;align-items:center}}@media (max-width:640px){.search-form{flex-direction:column}}.suggest-page{text-align:center;max-width:700px;margin:3rem auto;padding:2rem}.suggest-page h1{color:#111;margin-bottom:1rem;font-size:2rem}.suggest-form{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.suggest-form input,.suggest-form textarea{resize:none;border:1px solid #ddd;border-radius:10px;padding:.8rem;font-size:1rem}.suggest-form textarea{height:120px}
.blog-container{text-align:left;max-width:1100px;margin:4rem auto;padding:0 1.5rem;font-family:Inter,Segoe UI,Roboto,sans-serif}.blog-title{text-align:center;color:#0f172a;margin-bottom:.5rem;font-size:3.5rem;font-weight:800}.blog-subtitle{text-align:center;color:#64748b;margin-bottom:3.5rem;font-size:1.2rem}.featured-post{border-radius:20px;margin-bottom:4rem;transition:transform .4s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.08)}.featured-post:hover{transform:scale(1.01);box-shadow:0 12px 40px rgba(0,0,0,.12)}.featured-post-image{width:100%;height:450px;position:relative}.featured-overlay{color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.7));padding:2rem;position:absolute;bottom:0;left:0;right:0}.featured-post-title{text-shadow:0 3px 6px rgba(0,0,0,.4);margin-bottom:.3rem;font-size:2rem;font-weight:700;line-height:1.3}.featured-post-description{opacity:.9;text-overflow:ellipsis;-webkit-box-orient:vertical;max-height:3.9em;margin-top:0;font-size:.95rem;line-height:1.4;display:-webkit-box;overflow:hidden}.more-title{text-align:center;color:#0f172a;margin-bottom:2rem;font-size:2rem;font-weight:700}.posts-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.post-card{color:inherit;text-decoration:none;display:block}.post-image-wrapper{border-radius:20px;width:100%;height:250px;transition:transform .4s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 6px 16px rgba(0,0,0,.05)}.post-image-wrapper:hover{transform:scale(1.02);box-shadow:0 10px 25px rgba(0,0,0,.12)}.overlay{color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.65));padding-left:1rem;position:absolute;bottom:0;left:0;right:0}.post-title{text-shadow:0 2px 4px rgba(0,0,0,.4);margin-bottom:0;font-size:1.2rem;font-weight:700;line-height:1.3}.post-title2{text-align:center;margin-bottom:0;font-size:4.2rem;font-weight:700;line-height:1.3}.post-description{opacity:.9;-webkit-box-orient:vertical;max-height:3.9em;margin-top:0;font-size:.8rem;line-height:1.3;display:-webkit-box;overflow:hidden}@media (max-width:768px){.blog-title{font-size:2.6rem}.featured-post-image{height:300px}.featured-overlay{padding:1.4rem}.post-image-wrapper{height:220px}}.newsletter-section{background-color:#f3f4f6;border-radius:1rem;margin-top:2.5rem;padding:2.5rem 1rem}.newsletter-container{text-align:center;max-width:36rem;margin:0 auto;padding:0 1rem}.newsletter-container h2{margin-bottom:1rem;font-size:1.5rem;font-weight:600}.newsletter-container p{color:#4b5563;margin-bottom:1.5rem}#newsletter-form{flex-direction:column;justify-content:center;gap:.75rem;display:flex}#newsletter-form input{border:1px solid #d1d5db;border-radius:.75rem;flex-grow:1;width:100%;padding:.75rem 1rem;font-size:1rem}#newsletter-form button{color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:.75rem;padding:.75rem 1.5rem;font-size:1rem;transition:background-color .2s}#newsletter-form button:hover{background-color:#1f2937}@media (min-width:640px){#newsletter-form{flex-direction:row}#newsletter-form input{width:auto}}.suggest-form{background:#f8f9fa;border-radius:16px;flex-direction:column;gap:1.2rem;padding:2rem;display:flex}.form-group{text-align:left}label{margin-bottom:.4rem;font-weight:600;display:block}input,textarea{box-sizing:border-box;border:1px solid #ddd;border-radius:10px;width:100%;padding:.8rem 1rem;font-size:1rem;transition:border-color .3s}input:focus,textarea:focus{border-color:#0072f5;outline:none}.cta-submit{color:#fff;cursor:pointer;background:#0072f5;border:none;border-radius:10px;margin-top:.8rem;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;transition:background .3s,transform .2s}.cta-submit:hover{background:#005fd1;transform:translateY(-2px)}.divider{border:none;border-top:1px solid #d1d5db;margin:2rem 0}.post-container{color:#1f2937;max-width:850px;margin:4rem auto;padding:0 1rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.8}.intro-text{flex:400px}.post-title{color:#fff;text-align:left;text-shadow:none;margin-bottom:1rem;font-size:1rem;font-weight:700}.post-excerpt{color:#4b5563;font-size:1.1rem}.post-image{object-fit:cover;border-radius:.75rem;width:100%}.post-content{margin-top:2rem;margin-bottom:2.5rem;font-size:1.05rem}.post-content h2,.post-content h3{color:#111827;margin-top:2rem;margin-bottom:1rem;font-weight:600}.post-content p{margin-bottom:1.25rem}.post-content ul{margin-bottom:1.25rem;margin-left:1.5rem;list-style-type:disc}.post-content img{border-radius:.5rem;max-width:100%;margin:1.5rem 0}.post-content a{color:#2563eb;text-decoration:none}.post-content a:hover{text-decoration:underline}.post-date{text-align:right;color:#6b7280;margin-top:2rem;font-size:.95rem}
