:root{--primary-color:#2563EB;--primary-dark:#1E40AF;--primary-light:#3B82F6;--text-dark:#1F2937;--text-gray:#6B7280;--text-light:#9CA3AF;--bg-white:#FFFFFF;--bg-light:#F9FAFB;--bg-blue-light:#EFF6FF;--border-color:#E5E7EB;--transition:all 0.25s ease;--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow-md:0 4px 6px rgba(0,0,0,0.07);--shadow-lg:0 10px 15px rgba(0,0,0,0.1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.6;color:var(--text-dark);background:var(--bg-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;color:var(--text-dark);letter-spacing:-.01em}h1{font-size:1.875rem;margin-bottom:.75rem}h2{font-size:1.5rem;margin-bottom:.625rem}h3{font-size:1.25rem;margin-bottom:.5rem}h4{font-size:1.125rem;margin-bottom:.5rem}a{color:var(--primary-color);text-decoration:none;transition:var(--transition)}a:hover{color:var(--primary-dark)}img{max-width:100%;height:auto;display:block}p{margin-bottom:.875rem;line-height:1.65}.navbar{background:var(--bg-white);box-shadow:var(--shadow-sm);padding:.625rem 0;position:sticky;top:0;z-index:1000;border-bottom:1px solid var(--border-color)}.navbar-brand{font-size:1.25rem;font-weight:700;color:var(--text-dark)!important;letter-spacing:-.02em}.navbar-brand span{color:var(--primary-color)}.navbar-nav .nav-link{color:var(--text-dark);font-weight:500;padding:.375rem .875rem!important;font-size:.9375rem;transition:var(--transition)}.navbar-nav .nav-link.active,.navbar-nav .nav-link:hover{color:var(--primary-color)}.btn-search{background:var(--bg-light);border:none;padding:.375rem .875rem;border-radius:.375rem;color:var(--text-gray);font-size:.875rem;cursor:pointer;transition:var(--transition)}.btn-search:hover{background:var(--bg-blue-light);color:var(--primary-color)}.btn-primary{background:var(--primary-color);color:#fff;border:none;padding:.625rem 1.5rem;font-weight:600;font-size:.9375rem;border-radius:.375rem;transition:var(--transition);cursor:pointer;display:inline-block}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:var(--shadow-md);color:#fff}.mt-4{margin-top:1.25rem}.mt-5{margin-top:2.5rem}.mb-5{margin-bottom:2.5rem}.py-5{padding-top:2.5rem;padding-bottom:2.5rem}.text-center{text-align:center}.hero-banner{background:linear-gradient(135deg,#f8fafc 0,#e0e7ff 100%);padding:3rem 0;border-bottom:1px solid var(--border-color)}.hero-content-wrap{max-width:720px;margin:0 auto;text-align:center}.hero-badge{display:inline-block;background:var(--primary-color);color:#fff;padding:.375rem .875rem;border-radius:2rem;font-size:.8125rem;font-weight:600;margin-bottom:1rem}.hero-content-wrap h1{font-size:2.25rem;line-height:1.2;margin-bottom:1rem;font-weight:700;letter-spacing:-.02em;color:var(--text-dark)}.hero-content-wrap p{font-size:1.0625rem;line-height:1.6;color:var(--text-gray);margin-bottom:1.75rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;gap:.875rem;justify-content:center;align-items:center}.btn-hero-primary{background:var(--primary-color);color:#fff;padding:.75rem 1.75rem;border-radius:.5rem;font-weight:600;font-size:.9375rem;transition:all .25s ease;border:2px solid var(--primary-color)}.btn-hero-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,99,235,.25);color:#fff}.btn-hero-secondary{background:0 0;color:var(--text-dark);padding:.75rem 1.75rem;border-radius:.5rem;font-weight:600;font-size:.9375rem;transition:all .25s ease;border:2px solid var(--border-color)}.btn-hero-secondary:hover{background:#fff;border-color:var(--primary-color);color:var(--primary-color)}.hero-search-compact{display:flex;align-items:center;max-width:480px;margin:1.5rem auto 2rem auto;background:#fff;border:1px solid var(--border-color);border-radius:.5rem;padding:.375rem .375rem .375rem 1rem;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.06)}.hero-search-compact:focus-within{border-color:var(--primary-color);box-shadow:0 4px 12px rgba(37,99,235,.12)}.search-input-compact{flex:1;border:none;outline:0;font-size:.9375rem;padding:.625rem 0;color:var(--text-dark);background:0 0}.search-input-compact::placeholder{color:var(--text-light)}.search-btn-compact{display:flex;align-items:center;gap:.5rem;background:var(--primary-color);color:#fff;border:none;padding:.625rem 1.25rem;border-radius:.375rem;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .25s ease;white-space:nowrap}.search-btn-compact:hover{background:var(--primary-dark);transform:translateY(-1px)}.search-btn-compact svg{width:18px;height:18px}.spotlight-section{padding:3rem 0;background:var(--bg-white)}.spotlight-wrapper{position:relative}.spotlight-tag{display:flex;align-items:center;margin-bottom:1.25rem}.spotlight-tag span{background:linear-gradient(135deg,#fbbf24 0,#f59e0b 100%);color:#fff;padding:.375rem .875rem;border-radius:.375rem;font-size:.8125rem;font-weight:700;letter-spacing:.02em}.spotlight-card{display:grid;grid-template-columns:1.3fr 1fr;gap:2.5rem;background:var(--bg-white);border:2px solid var(--border-color);border-radius:.75rem;overflow:hidden;transition:all .3s ease}.spotlight-card:hover{border-color:var(--primary-color);box-shadow:0 8px 24px rgba(37,99,235,.12)}.spotlight-image{position:relative;overflow:hidden;background:var(--bg-light);display:block}.spotlight-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.spotlight-card:hover .spotlight-image img{transform:scale(1.05)}.spotlight-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.3) 0,transparent 50%);opacity:0;transition:opacity .3s ease}.spotlight-card:hover .spotlight-overlay{opacity:1}.spotlight-content{padding:2rem 2rem 2rem 0;display:flex;flex-direction:column;justify-content:center}.spotlight-cat{display:inline-block;color:var(--primary-color);font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.875rem}.spotlight-content h2{font-size:1.75rem;line-height:1.3;margin-bottom:1rem;font-weight:700;letter-spacing:-.02em}.spotlight-content h2 a{color:var(--text-dark);transition:color .2s ease}.spotlight-content h2 a:hover{color:var(--primary-color)}.spotlight-excerpt{font-size:1rem;line-height:1.65;color:var(--text-gray);margin-bottom:1.5rem}.spotlight-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.spotlight-meta{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-light);font-weight:500}.meta-sep{color:var(--text-light)}.spotlight-link{color:var(--primary-color);font-weight:600;font-size:.9375rem;transition:all .2s ease}.spotlight-link:hover{transform:translateX(3px)}.bento-section{padding:4rem 0;background:var(--bg-light)}.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-title h2{font-size:1.75rem;font-weight:700;margin:0}.section-link{color:var(--primary-color);font-weight:600;font-size:.9375rem;transition:transform .2s ease}.section-link:hover{transform:translateX(3px)}.bento-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;grid-auto-rows:minmax(120px,auto)}.bento-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:.625rem;overflow:hidden;display:flex;flex-direction:column;transition:all .25s ease}.bento-card:hover{transform:translateY(-3px);box-shadow:0 8px 16px rgba(0,0,0,.08);border-color:var(--primary-color)}.bento-large{grid-column:span 2;grid-row:span 2}.bento-medium{grid-column:span 2;grid-row:span 1}.bento-small{grid-column:span 1;grid-row:span 1}.bento-thumb{display:block;overflow:hidden;background:var(--bg-light);height:180px}.bento-large .bento-thumb{height:240px}.bento-medium .bento-thumb{height:160px}.bento-small .bento-thumb{height:120px}.bento-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.bento-card:hover .bento-thumb img{transform:scale(1.05)}.bento-body{padding:1.125rem;flex-grow:1;display:flex;flex-direction:column}.bento-cat{display:inline-block;color:var(--primary-color);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.bento-body h3{font-size:1.0625rem;line-height:1.4;margin-bottom:.625rem;font-weight:600;letter-spacing:-.01em}.bento-large .bento-body h3{font-size:1.25rem}.bento-small .bento-body h3{font-size:.9375rem}.bento-body h3 a{color:var(--text-dark);transition:color .2s ease}.bento-body h3 a:hover{color:var(--primary-color)}.bento-body p{font-size:.875rem;line-height:1.55;color:var(--text-gray);margin-bottom:.875rem;flex-grow:1}.bento-meta{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--text-light);margin-top:auto;font-weight:500}.categories-highlight{padding:3rem 0;background:var(--bg-white);border-top:1px solid var(--border-color)}.categories-carousel{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.cat-chip{display:flex;align-items:center;gap:.875rem;padding:1rem 1.25rem;background:var(--bg-light);border:1px solid var(--border-color);border-radius:.625rem;transition:all .25s ease}.cat-chip:hover{background:var(--bg-white);border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,99,235,.1)}.cat-info{display:flex;flex-direction:column}.cat-name{font-size:.9375rem;font-weight:600;color:var(--text-dark);margin-bottom:.125rem}.cat-num{font-size:.75rem;color:var(--text-light);font-weight:500}.newsletter-cta{padding:3rem 0;background:var(--bg-light)}.newsletter-card{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);padding:2.5rem;border-radius:1rem;display:flex;align-items:center;gap:2rem;box-shadow:0 8px 24px rgba(37,99,235,.2)}.newsletter-content{flex:1}.newsletter-content h3{font-size:1.5rem;color:#fff;margin-bottom:.375rem;font-weight:700}.newsletter-content p{font-size:.9375rem;color:rgba(255,255,255,.9);margin:0}.newsletter-form-inline{display:flex;gap:.625rem;min-width:380px}.newsletter-form-inline input{flex:1;padding:.875rem 1.25rem;border:2px solid rgba(255,255,255,.3);border-radius:.5rem;font-size:.9375rem;background:rgba(255,255,255,.15);color:#fff;transition:all .25s ease}.newsletter-form-inline input::placeholder{color:rgba(255,255,255,.7)}.newsletter-form-inline input:focus{outline:0;border-color:#fff;background:rgba(255,255,255,.25)}.newsletter-form-inline button{background:#fff;color:var(--primary-dark);border:none;padding:.875rem 1.75rem;font-weight:700;border-radius:.5rem;font-size:.9375rem;cursor:pointer;transition:all .25s ease;white-space:nowrap}.newsletter-form-inline button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,255,255,.3)}.blog-header-modern{background:linear-gradient(135deg,#f8fafc 0,#e0e7ff 100%);padding:2.5rem 0;border-bottom:1px solid var(--border-color)}.blog-header-inner{max-width:720px;margin:0 auto;text-align:center}.blog-badge{display:inline-block;background:var(--primary-color);color:#fff;padding:.375rem .875rem;border-radius:2rem;font-size:.8125rem;font-weight:600;margin-bottom:1rem}.blog-header-inner h1{font-size:2rem;margin-bottom:.75rem;font-weight:700;letter-spacing:-.02em}.blog-header-inner p{font-size:1rem;color:var(--text-gray);margin:0}.blog-posts-section{padding:4rem 0;background:var(--bg-white)}.blog-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.blog-post-featured{grid-column:span 3;display:grid;grid-template-columns:1.5fr 1fr;gap:2rem;background:var(--bg-white);border:2px solid var(--border-color);border-radius:.75rem;overflow:hidden;transition:all .3s ease}.blog-post-featured:hover{border-color:var(--primary-color);box-shadow:0 8px 24px rgba(37,99,235,.12)}.blog-post-card{display:flex;flex-direction:column;background:var(--bg-white);border:1px solid var(--border-color);border-radius:.625rem;overflow:hidden;transition:all .25s ease}.blog-post-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--primary-color)}.blog-post-thumb{display:block;overflow:hidden;background:var(--bg-light)}.blog-post-featured .blog-post-thumb{height:100%}.blog-post-card .blog-post-thumb{height:180px}.blog-post-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-post-card:hover .blog-post-thumb img,.blog-post-featured:hover .blog-post-thumb img{transform:scale(1.05)}.blog-post-body{padding:1.5rem;display:flex;flex-direction:column}.blog-post-featured .blog-post-body{padding:2rem;justify-content:center}.blog-post-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.875rem}.blog-post-cat{display:inline-block;color:var(--primary-color);font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.blog-post-date{font-size:.8125rem;color:var(--text-light);font-weight:500}.blog-post-body h3{font-size:1.125rem;line-height:1.4;margin-bottom:.75rem;font-weight:600;letter-spacing:-.01em}.blog-post-featured h3{font-size:1.625rem;margin-bottom:1rem}.blog-post-body h3 a{color:var(--text-dark);transition:color .2s ease}.blog-post-body h3 a:hover{color:var(--primary-color)}.blog-post-body p{font-size:.9375rem;line-height:1.6;color:var(--text-gray);margin-bottom:1rem;flex-grow:1}.blog-post-featured p{font-size:1rem;margin-bottom:1.5rem}.blog-post-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.blog-post-meta{font-size:.875rem;color:var(--text-light);font-weight:500}.blog-read-more{color:var(--primary-color);font-weight:600;font-size:.9375rem;transition:all .2s ease}.blog-read-more:hover{transform:translateX(3px)}.blog-pagination{margin-top:3rem}.blog-empty{text-align:center;padding:4rem 2rem}.blog-empty .empty-icon{font-size:4rem;margin-bottom:1.5rem}.blog-empty h3{font-size:1.5rem;margin-bottom:.75rem}.blog-empty p{font-size:1rem;color:var(--text-gray);margin-bottom:2rem}.search-header-modern{background:linear-gradient(135deg,#f8fafc 0,#eff6ff 100%);padding:2.5rem 0 2rem 0;border-bottom:1px solid var(--border-color)}.search-header-wrapper{max-width:680px;margin:0 auto;text-align:center}.search-badge-wrap{margin-bottom:1.25rem}.search-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary-color);color:#fff;padding:.375rem .875rem;border-radius:2rem;font-size:.8125rem;font-weight:700;letter-spacing:.02em}.search-badge svg{width:14px;height:14px}.search-main-title{font-size:2rem;line-height:1.2;margin-bottom:.75rem;font-weight:700;letter-spacing:-.02em;color:var(--text-dark)}.search-query-highlight{color:var(--primary-color)}.search-results-count-header{font-size:1rem;color:var(--text-gray);margin-bottom:1.75rem}.search-results-count-header strong{color:var(--primary-color);font-weight:700}.search-form-inline{display:flex;align-items:center;gap:.75rem;max-width:100%}.search-input-group{flex:1;position:relative;display:flex;align-items:center}.search-input-icon{position:absolute;left:1.125rem;color:var(--text-light);pointer-events:none;z-index:1}.search-input-field{width:100%;padding:.875rem 1.125rem .875rem 2.875rem;border:1px solid var(--border-color);border-radius:.5rem;font-size:.9375rem;color:var(--text-dark);background:#fff;transition:all .3s ease;font-family:inherit}.search-input-field:focus{outline:0;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.search-input-field::placeholder{color:var(--text-light)}.search-submit-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary-color);color:#fff;border:none;padding:.875rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .25s ease;white-space:nowrap}.search-submit-btn:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,99,235,.25)}.search-submit-btn svg{width:16px;height:16px}.search-content-section{padding:3rem 0;background:var(--bg-white)}.search-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-bottom:3rem}.search-card-item{display:flex;flex-direction:column;background:var(--bg-white);border:1px solid var(--border-color);border-radius:.75rem;overflow:hidden;transition:all .3s ease;height:100%}.search-card-item:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.08);border-color:var(--primary-color)}.search-card-image{position:relative;display:block;overflow:hidden;background:var(--bg-light);height:200px;flex-shrink:0}.search-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.search-card-item:hover .search-card-image img{transform:scale(1.08)}.search-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.4) 0,transparent 60%);opacity:0;transition:opacity .3s ease}.search-card-item:hover .search-card-overlay{opacity:1}.search-card-content{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.search-card-meta-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.875rem}.search-card-category{display:inline-block;color:var(--primary-color);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;transition:color .2s ease}.search-card-category:hover{color:var(--primary-dark)}.search-card-date{font-size:.8125rem;color:var(--text-light);font-weight:500}.search-card-title{font-size:1.125rem;line-height:1.4;margin-bottom:.75rem;font-weight:600;letter-spacing:-.01em}.search-card-title a{color:var(--text-dark);transition:color .2s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-card-title a:hover{color:var(--primary-color)}.search-card-excerpt{font-size:.9375rem;line-height:1.6;color:var(--text-gray);margin-bottom:1rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.search-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--bg-light);margin-top:auto}.search-read-time{font-size:.8125rem;color:var(--text-light);font-weight:500}.search-card-link{display:inline-flex;align-items:center;gap:.375rem;color:var(--primary-color);font-weight:600;font-size:.875rem;transition:all .2s ease}.search-card-link:hover{gap:.625rem;color:var(--primary-dark)}.search-card-link svg{width:14px;height:14px}.search-pagination-nav{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-color)}.pagination-list{display:flex;justify-content:center;align-items:center;gap:.5rem;list-style:none;padding:0;margin:0;flex-wrap:wrap}.pagination-item{display:inline-block}.pagination-link{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .875rem;background:var(--bg-white);border:1px solid var(--border-color);border-radius:.5rem;color:var(--text-dark);font-weight:500;font-size:.9375rem;transition:all .25s ease}.pagination-link:hover{background:var(--bg-blue-light);border-color:var(--primary-color);color:var(--primary-color);transform:translateY(-2px)}.pagination-item.current .pagination-link{background:var(--primary-color);border-color:var(--primary-color);color:#fff;font-weight:700}.pagination-link.next,.pagination-link.prev{font-weight:600}.search-empty-state{text-align:center;padding:4rem 2rem;max-width:600px;margin:0 auto}.empty-state-icon{display:flex;justify-content:center;margin-bottom:2rem}.empty-state-icon svg{color:var(--text-light);opacity:.5}.empty-state-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark);letter-spacing:-.02em}.empty-state-text{font-size:1.0625rem;line-height:1.6;color:var(--text-gray);margin-bottom:2.5rem}.empty-state-text strong{color:var(--primary-color);font-weight:600}.empty-state-suggestions{background:var(--bg-light);border:1px solid var(--border-color);border-radius:.75rem;padding:2rem;margin-bottom:2.5rem;text-align:left}.empty-state-suggestions h4{font-size:1rem;font-weight:700;color:var(--text-dark);margin-bottom:1.25rem;text-align:center}.empty-state-suggestions ul{list-style:none;padding:0;margin:0;display:grid;gap:.875rem}.empty-state-suggestions li{padding-left:1.75rem;position:relative;font-size:.9375rem;line-height:1.5;color:var(--text-gray)}.empty-state-suggestions li:before{content:"→";position:absolute;left:0;color:var(--primary-color);font-weight:700;font-size:1.125rem}.empty-state-actions{display:flex;justify-content:center;gap:.875rem;flex-wrap:wrap}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--text-dark);border:2px solid var(--border-color);padding:.625rem 1.5rem;font-weight:600;font-size:.9375rem;border-radius:.5rem;transition:all .25s ease;cursor:pointer}.btn-secondary:hover{background:var(--bg-light);border-color:var(--primary-color);color:var(--primary-color);transform:translateY(-1px)}.btn-primary svg{width:16px;height:16px}@media (max-width:992px){.search-cards-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.search-card-image{height:180px}}@media (max-width:768px){.search-header-modern{padding:2rem 0 1.5rem 0}.search-main-title{font-size:1.5rem;margin-bottom:.625rem}.search-results-count-header{font-size:.9375rem;margin-bottom:1.5rem}.search-form-inline{flex-direction:column;gap:.625rem}.search-input-group{width:100%}.search-submit-btn{width:100%;justify-content:center;padding:.875rem 1.25rem}.search-content-section{padding:2rem 0}.search-cards-grid{grid-template-columns:1fr;gap:1rem}.search-card-image{height:180px}.search-card-content{padding:1rem}.search-card-title{font-size:1rem}.search-card-excerpt{font-size:.875rem;-webkit-line-clamp:2}.search-card-footer{flex-direction:column;align-items:flex-start;gap:.625rem}.search-pagination-nav{margin-top:2rem;padding-top:1.5rem}.pagination-link{min-width:36px;height:36px;padding:0 .75rem;font-size:.875rem}.empty-state-title{font-size:1.5rem}.empty-state-text{font-size:1rem}.empty-state-suggestions{padding:1.5rem}.empty-state-actions{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%;justify-content:center}}@media (max-width:576px){.search-header-modern{padding:1.75rem 0 1.25rem 0}.search-badge{font-size:.75rem;padding:.3rem .75rem}.search-main-title{font-size:1.375rem}.search-input-field{padding:.75rem 1rem .75rem 2.625rem;font-size:.875rem}.search-input-icon{left:1rem}.search-submit-btn{padding:.75rem 1.125rem;font-size:.875rem}.search-card-image{height:160px}.search-card-content{padding:.875rem}.search-card-meta-top{margin-bottom:.625rem}.search-card-title{font-size:.9375rem;margin-bottom:.625rem}.search-card-excerpt{font-size:.8125rem;margin-bottom:.875rem}.search-card-footer{padding-top:.875rem}.empty-state-icon svg{width:64px;height:64px}.empty-state-title{font-size:1.25rem}.empty-state-text{font-size:.9375rem}.empty-state-suggestions{padding:1.25rem}.empty-state-suggestions h4{font-size:.9375rem}.empty-state-suggestions li{font-size:.875rem}}.categories-header-simple{background:linear-gradient(135deg,#f8fafc 0,#e0e7ff 100%);padding:3rem 0;border-bottom:1px solid var(--border-color)}.categories-header-inner{max-width:720px;margin:0 auto;text-align:center}.categories-header-inner h1{font-size:2.25rem;margin-bottom:.75rem;font-weight:700;letter-spacing:-.02em}.categories-header-inner p{font-size:1.0625rem;color:var(--text-gray);margin:0}.categories-list-section{padding:4rem 0;background:var(--bg-white)}.categories-simple-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;margin-bottom:3rem}.category-simple-card{display:flex;flex-direction:column;padding:1.5rem;background:var(--bg-white);border:1px solid var(--border-color);border-radius:.75rem;transition:all .25s ease;text-decoration:none}.category-simple-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--primary-color)}.category-simple-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.category-simple-initial{width:48px;height:48px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;font-weight:700;flex-shrink:0}.category-simple-info{flex:1}.category-simple-info h3{font-size:1.125rem;font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.category-simple-count{font-size:.8125rem;color:var(--text-light);font-weight:500}.category-simple-desc{font-size:.9375rem;line-height:1.6;color:var(--text-gray);margin-bottom:1rem;flex-grow:1}.category-simple-footer{padding-top:1rem;border-top:1px solid var(--border-color)}.category-simple-link{font-size:.9375rem;color:var(--primary-color);font-weight:600;transition:all .2s ease}.category-simple-card:hover .category-simple-link{transform:translateX(3px);display:inline-block}.categories-empty{text-align:center;padding:4rem 2rem}.categories-empty .empty-icon{font-size:4rem;margin-bottom:1.5rem}.categories-empty h3{font-size:1.5rem;margin-bottom:.75rem}.categories-empty p{font-size:1rem;color:var(--text-gray);margin-bottom:2rem}.category-hero-modern{background:linear-gradient(135deg,#f8fafc 0,#e0e7ff 100%);padding:2.5rem 0;border-bottom:1px solid var(--border-color)}.category-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;margin-bottom:1.5rem}.category-breadcrumb a{color:var(--text-gray);transition:color .2s ease}.category-breadcrumb a:hover{color:var(--primary-color)}.category-breadcrumb span{color:var(--text-light)}.category-header-content{max-width:720px;margin:0 auto;text-align:center}.category-badge{display:inline-block;background:var(--primary-color);color:#fff;padding:.375rem .875rem;border-radius:2rem;font-size:.8125rem;font-weight:600;margin-bottom:1rem}.category-header-content h1{font-size:2rem;margin-bottom:.875rem;font-weight:700;letter-spacing:-.02em}.category-header-content p{font-size:1rem;color:var(--text-gray);margin-bottom:1.25rem}.category-stats{display:flex;justify-content:center;gap:2rem}.stat-item{font-size:.9375rem;color:var(--text-gray)}.stat-item strong{color:var(--primary-color);font-weight:700;font-size:1.125rem}.category-posts-section{padding:4rem 0;background:var(--bg-white)}.category-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.category-post-featured{grid-column:span 3;display:grid;grid-template-columns:1.5fr 1fr;gap:2rem;background:var(--bg-white);border:2px solid var(--border-color);border-radius:.75rem;overflow:hidden;transition:all .3s ease}.category-post-featured:hover{border-color:var(--primary-color);box-shadow:0 8px 24px rgba(37,99,235,.12)}.category-post-card{display:flex;flex-direction:column;background:var(--bg-white);border:1px solid var(--border-color);border-radius:.625rem;overflow:hidden;transition:all .25s ease}.category-post-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--primary-color)}.category-post-thumb{display:block;overflow:hidden;background:var(--bg-light)}.category-post-featured .category-post-thumb{height:100%}.category-post-card .category-post-thumb{height:180px}.category-post-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.category-post-card:hover .category-post-thumb img,.category-post-featured:hover .category-post-thumb img{transform:scale(1.05)}.category-post-body{padding:1.5rem;display:flex;flex-direction:column}.category-post-featured .category-post-body{padding:2rem;justify-content:center}.category-post-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.875rem}.category-post-cat{display:inline-block;color:var(--primary-color);font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.category-post-date{font-size:.8125rem;color:var(--text-light);font-weight:500}.category-post-body h3{font-size:1.125rem;line-height:1.4;margin-bottom:.75rem;font-weight:600;letter-spacing:-.01em}.category-post-featured h3{font-size:1.625rem;margin-bottom:1rem}.category-post-body h3 a{color:var(--text-dark);transition:color .2s ease}.category-post-body h3 a:hover{color:var(--primary-color)}.category-post-body p{font-size:.9375rem;line-height:1.6;color:var(--text-gray);margin-bottom:1rem;flex-grow:1}.category-post-featured p{font-size:1rem;margin-bottom:1.5rem}.category-post-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.category-post-meta{font-size:.875rem;color:var(--text-light);font-weight:500}.category-read-more{color:var(--primary-color);font-weight:600;font-size:.9375rem;transition:all .2s ease}.category-read-more:hover{transform:translateX(3px)}.category-pagination{margin-top:3rem}.category-empty{text-align:center;padding:4rem 2rem}.empty-icon{font-size:4rem;margin-bottom:1.5rem}.category-empty h3{font-size:1.5rem;margin-bottom:.75rem}.category-empty p{font-size:1rem;color:var(--text-gray);margin-bottom:2rem}.single-header-modern{background:linear-gradient(135deg,#f8fafc 0,#e0e7ff 100%);padding:2.5rem 0;border-bottom:1px solid var(--border-color)}.single-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;margin-bottom:2rem}.single-breadcrumb a{color:var(--text-gray);transition:color .2s ease}.single-breadcrumb a:hover{color:var(--primary-color)}.single-breadcrumb span{color:var(--text-light)}.single-header-content{max-width:800px;margin:0 auto}.single-category-badge{display:inline-block;background:var(--primary-color);color:#fff;padding:.375rem .875rem;border-radius:2rem;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem}.single-header-content h1{font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem;font-weight:700;letter-spacing:-.02em}.single-meta-bar{display:flex;justify-content:space-between;align-items:center}.meta-group{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:var(--text-gray)}.meta-author{display:flex;align-items:center;gap:.625rem}.author-avatar{width:36px;height:36px;border-radius:50%;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.single-featured-wrapper{padding:3rem 0;background:var(--bg-white)}.single-featured-image{max-width:1000px;margin:0 auto;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08)}.single-featured-image img{width:100%;height:auto;display:block}.single-content-wrapper{padding:3rem 0;background:var(--bg-white)}.single-content-main{max-width:720px;margin:0 auto}.single-content{font-size:1.0625rem;line-height:1.75;color:var(--text-dark)}.single-content p{margin-bottom:1.5rem}.single-content h2{font-size:1.75rem;margin-top:2.5rem;margin-bottom:1rem;font-weight:700}.single-content h3{font-size:1.375rem;margin-top:2rem;margin-bottom:.875rem;font-weight:600}.single-content ol,.single-content ul{margin-bottom:1.5rem;padding-left:2rem}.single-content li{margin-bottom:.5rem}.single-content blockquote{border-left:4px solid var(--primary-color);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:var(--text-gray);font-size:1.125rem}.single-content img{border-radius:.5rem;margin:2rem 0}.single-author-card{background:var(--bg-light);padding:2rem;border-radius:.75rem;border:1px solid var(--border-color);margin-top:3rem}.author-card-header{display:flex;align-items:center;gap:1.25rem;margin-bottom:1rem}.author-card-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;flex-shrink:0}.author-card-info h4{font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.author-card-role{font-size:.875rem;color:var(--text-light);margin:0}.single-author-card p{font-size:.9375rem;line-height:1.6;color:var(--text-gray);margin:0}.single-tags{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-color)}.tags-label{font-size:.875rem;font-weight:600;color:var(--text-gray);margin-bottom:.75rem;display:block}.tags-list{display:flex;flex-wrap:wrap;gap:.625rem}.tag-item{display:inline-block;padding:.375rem .875rem;background:var(--bg-light);border:1px solid var(--border-color);border-radius:2rem;font-size:.875rem;color:var(--text-dark);transition:all .25s ease}.tag-item:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.related-modern-section{padding:4rem 0;background:var(--bg-white)}.section-title-modern{margin-bottom:2rem}.section-title-modern h2{font-size:1.75rem;font-weight:700;margin-bottom:.375rem}.section-title-modern p{font-size:.9375rem;color:var(--text-gray);margin:0}.related-modern-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.related-post-card{display:flex;flex-direction:column;background:var(--bg-white);border:1px solid var(--border-color);border-radius:.625rem;overflow:hidden;transition:all .25s ease}.related-post-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--primary-color)}.related-post-thumb{display:block;overflow:hidden;background:var(--bg-light);height:180px}.related-post-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.related-post-card:hover .related-post-thumb img{transform:scale(1.05)}.related-post-body{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.related-post-cat{display:inline-block;color:var(--primary-color);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.625rem}.related-post-body h3{font-size:1.0625rem;line-height:1.4;margin-bottom:.625rem;font-weight:600}.related-post-body h3 a{color:var(--text-dark);transition:color .2s ease}.related-post-body h3 a:hover{color:var(--primary-color)}.related-post-body p{font-size:.875rem;line-height:1.6;color:var(--text-gray);margin-bottom:1rem;flex-grow:1}.related-post-meta{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-light);margin-top:auto}.page-header-simple{background:linear-gradient(135deg,#f8fafc 0,#e0e7ff 100%);padding:2.5rem 0;border-bottom:1px solid var(--border-color)}.page-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;margin-bottom:1.5rem}.page-breadcrumb a{color:var(--text-gray);transition:color .2s ease}.page-breadcrumb a:hover{color:var(--primary-color)}.page-breadcrumb span{color:var(--text-light)}.page-header-content{max-width:720px;margin:0 auto;text-align:center}.page-header-content h1{font-size:2.25rem;margin-bottom:.5rem;font-weight:700;letter-spacing:-.02em}.page-header-content p{font-size:1rem;color:var(--text-gray);margin:0}.page-content-section{padding:3rem 0;background:var(--bg-white)}.page-content-grid{display:grid;grid-template-columns:1fr 340px;gap:2.5rem}.page-main-column{min-width:0}.content-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:.75rem;padding:2rem;margin-bottom:1.5rem}.content-card h2{font-size:1.5rem;margin-bottom:1rem;font-weight:700;color:var(--text-dark)}.content-card h3{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.75rem;font-weight:600;color:var(--text-dark)}.content-card p{font-size:1rem;line-height:1.65;color:var(--text-gray);margin-bottom:1rem}.content-card ul{margin-bottom:1.5rem}.content-list{list-style:none;padding:0}.content-list li{padding:.75rem 0;padding-left:1.5rem;position:relative;font-size:.9375rem;line-height:1.6;color:var(--text-gray);border-bottom:1px solid var(--bg-light)}.content-list li:last-child{border-bottom:none}.content-list li:before{content:"→";position:absolute;left:0;color:var(--primary-color);font-weight:600}.content-list-simple{list-style:none;padding:0}.content-list-simple li{padding:.5rem 0;padding-left:1.5rem;position:relative;font-size:.9375rem;line-height:1.6;color:var(--text-gray)}.content-list-simple li:before{content:"•";position:absolute;left:.5rem;color:var(--primary-color);font-size:1.2rem}.page-sidebar{position:sticky;top:100px;align-self:flex-start}.sidebar-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:.75rem;padding:1.75rem;margin-bottom:1.5rem}.sidebar-card h3{font-size:1.125rem;margin-bottom:1.25rem;font-weight:700;color:var(--text-dark)}.sidebar-card p{font-size:.9375rem;line-height:1.6;color:var(--text-gray);margin-bottom:1rem}.sidebar-card p:last-child{margin-bottom:0}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.stat-item{text-align:center;padding:1rem;background:var(--bg-light);border-radius:.5rem}.stat-number{display:block;font-size:1.75rem;font-weight:700;color:var(--primary-color);margin-bottom:.25rem}.stat-label{display:block;font-size:.8125rem;color:var(--text-gray);font-weight:500}.sidebar-cta{background:linear-gradient(135deg,var(--bg-blue-light) 0,var(--bg-light) 100%);border-color:var(--primary-light)}.btn-sidebar{display:block;width:100%;padding:.75rem 1.5rem;background:var(--primary-color);color:#fff;text-align:center;border-radius:.5rem;font-weight:600;font-size:.9375rem;transition:all .25s ease}.btn-sidebar:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-md);color:#fff}.sidebar-highlight{background:var(--bg-light)}.contact-layout{display:grid;grid-template-columns:1fr 380px;gap:2.5rem}.contact-form-wrapper{min-width:0}.form-intro{font-size:.9375rem;color:var(--text-gray);margin-bottom:1.5rem}.contact-form{margin-top:1.5rem}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-field{margin-bottom:1.25rem}.form-field label{display:block;font-size:.875rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.form-field input,.form-field textarea{width:100%;padding:.875rem 1rem;border:1px solid var(--border-color);border-radius:.5rem;font-size:.9375rem;font-family:inherit;color:var(--text-dark);transition:all .25s ease}.form-field input:focus,.form-field textarea:focus{outline:0;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.form-field textarea{resize:vertical;min-height:120px}.btn-form-submit{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:var(--primary-color);color:#fff;border:none;border-radius:.5rem;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .25s ease}.btn-form-submit:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-form-submit svg{width:18px;height:18px}.contact-info-wrapper{position:sticky;top:100px;align-self:flex-start}.contact-methods{display:flex;flex-direction:column;gap:1.25rem}.contact-method{display:flex;align-items:flex-start;gap:1rem}.method-icon{width:40px;height:40px;border-radius:.5rem;background:var(--bg-blue-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--primary-color)}.method-info{flex:1}.method-info strong{display:block;font-size:.875rem;font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.method-info a{font-size:.9375rem;color:var(--primary-color);transition:color .2s ease}.method-info a:hover{color:var(--primary-dark)}.legal-content{max-width:800px;margin:0 auto}.legal-content .content-card{padding:2.5rem}.legal-content .content-card:first-child{border-top:3px solid var(--primary-color)}.legal-content h2{font-size:1.625rem;margin-bottom:1.25rem;font-weight:700;color:var(--text-dark)}.legal-content h3{font-size:1.25rem;margin-top:1.75rem;margin-bottom:.875rem;font-weight:600;color:var(--text-dark)}.legal-content p{font-size:1rem;line-height:1.7;color:var(--text-gray);margin-bottom:1.25rem}.legal-content a{color:var(--primary-color);font-weight:500;text-decoration:underline}.legal-content a:hover{color:var(--primary-dark)}.footer{background:#1e293b;color:rgba(255,255,255,.8);padding:3rem 0 1.5rem;margin-top:4rem}.footer h5{color:#fff;font-size:1.125rem;font-weight:700;margin-bottom:1rem}.footer a{display:block;color:rgba(255,255,255,.7);font-size:.9375rem;padding:.375rem 0;transition:all .2s ease}.footer a:hover{color:#fff;padding-left:4px}.social-links{display:flex;gap:.75rem}.social-links a{width:36px;height:36px;border-radius:.375rem;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:all .25s ease;padding:0}.social-links a:hover{background:var(--primary-color);transform:translateY(-2px)}.footer-bottom{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{font-size:.875rem;color:rgba(255,255,255,.6);margin:0}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(37,99,235,.3);transition:all .3s ease;opacity:0;visibility:hidden;z-index:999}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{background:var(--primary-dark);transform:translateY(-4px);box-shadow:0 6px 16px rgba(37,99,235,.4)}@media (max-width:992px){.blog-post-featured,.category-post-featured,.spotlight-card{grid-template-columns:1fr}.spotlight-content{padding:2rem}.bento-grid{grid-template-columns:repeat(2,1fr)}.bento-large,.bento-medium{grid-column:span 2}.bento-small{grid-column:span 1}.blog-posts-grid,.category-posts-grid,.related-modern-grid,.search-results-grid{grid-template-columns:repeat(2,1fr)}.blog-post-featured,.category-post-featured{grid-column:span 2}.contact-layout,.page-content-grid{grid-template-columns:1fr}.contact-info-wrapper,.page-sidebar{position:static}.newsletter-card{flex-direction:column;text-align:center}.newsletter-form-inline{min-width:100%}}@media (max-width:768px){.hero-content-wrap h1{font-size:1.75rem}.hero-actions{flex-direction:column;width:100%}.btn-hero-primary,.btn-hero-secondary{width:100%;justify-content:center}.bento-grid{grid-template-columns:1fr}.bento-large,.bento-medium,.bento-small{grid-column:span 1}.blog-posts-grid,.category-posts-grid,.related-modern-grid,.search-results-grid{grid-template-columns:1fr}.blog-post-featured,.category-post-featured{grid-column:span 1}.single-header-content h1{font-size:1.875rem}.form-row{grid-template-columns:1fr}.categories-carousel{grid-template-columns:1fr}.newsletter-form-inline{flex-direction:column}.newsletter-form-inline button{width:100%}}@media (max-width:576px){.hero-content-wrap h1{font-size:1.5rem}.spotlight-content h2{font-size:1.25rem}.section-title{flex-direction:column;align-items:flex-start;gap:.75rem}.categories-header-inner h1{font-size:1.75rem}.blog-header-inner h1,.category-header-content h1{font-size:1.375rem}.single-header-content h1{font-size:1.5rem}.blog-post-body,.blog-post-featured .blog-post-body,.category-post-body,.category-post-featured .category-post-body{padding:1.25rem}.blog-post-featured h3,.category-post-featured h3{font-size:1.25rem}.single-author-card{padding:1.5rem}.author-card-header{flex-direction:column;text-align:center}.search-header{padding:2rem 0 1.5rem 0}.hero-search-compact{flex-direction:column;padding:.75rem;gap:.75rem}.search-input-compact{width:100%;padding:.5rem}.search-btn-compact{width:100%;justify-content:center}.page-header-content h1{font-size:1.75rem}.content-card{padding:1.5rem}.legal-content .content-card{padding:1.75rem}.stats-grid{grid-template-columns:1fr}}