body{margin:0;font-family:Segoe UI,Arial,sans-serif;line-height:1.6;background:#0d1117;color:#fff}header{background:#0d1117;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:15px 40px;border-bottom:1px solid #1c2128}header .logo img{height:40px}header nav .nav-menu{display:flex;gap:25px;align-items:center}header nav .nav-menu a{font-weight:500;color:#fff;text-decoration:none;transition:color .3s ease}header nav .nav-menu a:hover{color:#1a8917}.breadcrumb{background:#111827;color:#fff;font-size:.9rem;padding:10px 40px;border-bottom:1px solid #1c2128}.breadcrumb-container{max-width:1200px;margin:0 auto}.breadcrumb-nav{display:flex;align-items:center;gap:.5rem}.breadcrumb-nav a{color:#1a8917;font-weight:500;text-decoration:none}.breadcrumb-nav a:hover{color:#22c55e}.breadcrumb-separator{color:#6b7280;margin:0 5px}.breadcrumb-current{color:#9ca3af}.blog-hero{text-align:center;padding:80px 20px 60px;background:linear-gradient(135deg,#0d1117,#161b22)}.hero-container{max-width:800px;margin:0 auto}.blog-hero h1{font-size:3rem;font-weight:800;margin-bottom:20px;color:#fff;letter-spacing:1px}.blog-hero .highlight{color:#1a8917}.hero-subtitle{font-size:1.3rem;color:#9ca3af;margin-bottom:15px;font-weight:500}.hero-description{font-size:1.1rem;color:#6b7280;max-width:600px;margin:0 auto}.blog-main{background:#f8f9fa;min-height:80vh;position:relative}.blog-container{max-width:1000px;margin:0 auto;padding:60px 20px}.content-header{text-align:center;margin-bottom:40px}.content-header h2{font-size:2.5rem;color:#1a1a1a;font-weight:700;margin-bottom:30px}.search-container{max-width:500px;margin:0 auto 40px}.search-form{display:flex;background:#fff;border:2px solid #dee2e6;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000001a}.search-input{flex:1;padding:12px 16px;border:none;font-size:1rem;outline:none;background:transparent}.search-input::placeholder{color:#6b7280}.search-btn{background:#1a8917;color:#fff;border:none;padding:12px 20px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.search-btn:hover{background:#22c55e}.search-results{margin-bottom:40px;padding:20px;background:#fff;border:1px solid #dee2e6;border-radius:8px}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #dee2e6}.results-header h3{color:#1a1a1a;font-size:1.5rem;margin:0}.clear-search-btn{background:transparent;border:none;color:#1a8917;cursor:pointer;font-weight:600;padding:8px 12px;border-radius:4px;transition:background-color .3s ease}.clear-search-btn:hover{background:#1a89171a}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.content-advertisement,.bottom-advertisement{margin:40px auto;text-align:center}.advertisement-placeholder{background:#e9ecef;border:2px dashed #adb5bd;border-radius:8px;padding:40px 20px;color:#6c757d;font-weight:600}.latest-articles{margin-bottom:50px}.latest-articles h3{font-size:2rem;color:#1a1a1a;font-weight:700;margin-bottom:30px;text-align:center}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:25px;margin-bottom:50px}.article-card{background:#fff;border:1px solid #dee2e6;border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.article-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026;border-color:#1a8917}.article-image{height:200px;overflow:hidden}.image-placeholder{width:100%;height:100%;background:#e9ecef;display:flex;align-items:center;justify-content:center;color:#6c757d;font-weight:600;border-bottom:1px solid #dee2e6}.article-content{padding:25px}.article-content h4{margin:0 0 15px;font-size:1.3rem;line-height:1.4}.article-content h4 a{color:#1a1a1a;text-decoration:none;transition:color .3s ease}.article-content h4 a:hover{color:#1a8917}.article-excerpt{color:#6c757d;font-size:.95rem;line-height:1.6;margin-bottom:15px}.read-more{color:#1a8917;text-decoration:none;font-weight:600;font-size:.95rem;transition:color .3s ease}.read-more:hover{color:#22c55e}.pagination{display:flex;justify-content:center;margin:50px 0}.pagination-list{display:flex;list-style:none;padding:0;margin:0;gap:5px;align-items:center}.pagination-item{display:flex}.pagination-link{display:flex;align-items:center;justify-content:center;padding:10px 15px;background:#fff;border:1px solid #dee2e6;color:#495057;text-decoration:none;border-radius:6px;transition:all .3s ease;min-width:44px;height:44px}.pagination-link:hover,.pagination-link.current{background:#1a8917;color:#fff;border-color:#1a8917}.pagination-dots{padding:10px 5px;color:#6c757d}.pagination-link.prev,.pagination-link.next{font-weight:600;padding:10px 20px}.page-footer{background:#0d1117;color:#ccc;padding:40px 20px;text-align:center;font-size:.9rem;border-top:1px solid #1c2128;margin-top:0}.footer-nav .nav-menu{display:flex;justify-content:center;gap:15px;margin-bottom:20px;flex-wrap:wrap}.footer-nav .nav-menu a{color:#ccc;transition:color .3s ease;text-decoration:none}.footer-nav .nav-menu a:hover{color:#1a8917}.footer-legal{margin:15px 0}.footer-legal .legal-links{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.footer-legal a{color:#999;text-decoration:none}.footer-legal a:hover{color:#1a8917}.footer-copyright{margin:20px 0}.footer-copyright p{margin:5px 0;color:#999}.footer-social{margin-top:20px}.footer-social .social-link{margin:0 10px;font-size:1.4rem;color:#1a8917;transition:transform .3s ease;display:inline-block;text-decoration:none}.footer-social .social-link:hover{transform:scale(1.2)}@media (max-width: 768px){header{flex-direction:column;text-align:center;padding:15px 20px}header nav .nav-menu{margin-top:15px;flex-wrap:wrap;justify-content:center}.breadcrumb{padding:10px 20px}.blog-hero{padding:60px 20px 40px}.blog-hero h1{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:1rem}.blog-container{padding:40px 15px}.content-header h2{font-size:2rem}.search-form{flex-direction:column}.search-btn{padding:12px}.results-header{flex-direction:column;gap:15px;align-items:flex-start}.articles-grid{grid-template-columns:1fr;gap:20px}.article-content{padding:20px}.pagination-link{padding:8px 12px;min-width:40px;height:40px}.pagination-link.prev,.pagination-link.next{padding:8px 16px}.footer-nav .nav-menu{flex-direction:column;gap:10px}.footer-legal .legal-links{flex-direction:column;gap:5px}}@media (max-width: 480px){.blog-hero h1{font-size:1.8rem;letter-spacing:.5px}.hero-subtitle{font-size:1rem}.blog-container{padding:30px 10px}.content-header h2{font-size:1.8rem}.latest-articles h3{font-size:1.6rem}.article-content{padding:15px}.article-content h4{font-size:1.1rem}.article-excerpt{font-size:.9rem}.advertisement-placeholder{padding:30px 15px}.pagination-list{gap:3px}.pagination-link{padding:6px 10px;min-width:36px;height:36px;font-size:.9rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-40px;left:6px;background:#1a8917;color:#fff;padding:8px 12px;text-decoration:none;font-size:14px;border-radius:4px;z-index:9999;transition:top .3s ease}.skip-link:focus{top:6px}
