.tech-hero{background:linear-gradient(135deg,#253657 0,#5c88da 100%);color:#fff;text-align:center}@media (max-width:992px){.tech-hero{padding:4rem 1.5rem 3rem}}@media (min-width:992px){.tech-hero{padding:7rem 2rem 5rem}}.tech-hero h1{color:#fff;margin-bottom:1rem}@media (max-width:768px){.tech-hero h1{font-size:1.8rem}}.tech-hero-tag{display:inline-block;background-color:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);border-radius:2rem;padding:.35rem 1.25rem;font-size:.95rem;font-family:Metrophobic,sans-serif;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem;color:#fff}.tech-hero-summary{max-width:750px;margin:0 auto;font-size:1.2rem;line-height:1.8;color:rgba(255,255,255,.9);font-family:Metrophobic,sans-serif}.tech-filters-wrapper{background-color:#ecf0f1;border-bottom:1px solid rgb(218.3818181818,226.0909090909,228.0181818182);padding:1.25rem 1rem}.tech-filters{max-width:72rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.tech-search{display:flex;max-width:28rem;gap:.5rem}.tech-search-input{flex:1;min-width:0;padding:.65rem 1rem;font-family:Metrophobic,sans-serif;font-size:.95rem;color:#222223;background-color:#fff;border:1px solid rgb(200.7636363636,212.1818181818,215.0363636364);border-radius:.5rem;outline:0;transition:border-color .15s ease,box-shadow .15s ease}.tech-search-input::placeholder{color:#898d8d}.tech-search-input:focus{border-color:#5c88da;box-shadow:0 0 0 3px rgba(92,136,218,.15)}.tech-search-btn{display:inline-flex;align-items:center;justify-content:center;width:2.65rem;flex-shrink:0;background-color:#5c88da;color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.tech-search-btn svg{width:1.1rem;height:1.1rem}.tech-search-btn:focus,.tech-search-btn:hover{background-color:#253657;transform:translateY(-1px)}.tech-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem}.tech-tag{display:inline-block;font-family:Metrophobic,sans-serif;font-weight:400;font-size:.8rem;letter-spacing:.03em;text-transform:uppercase;padding:.35em .85em;border-radius:999px;border:1px solid #898d8d;background-color:#fff;color:#404040;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.tech-tag:hover{border-color:#5c88da;color:#5c88da}.tech-tag.tech-tag--active{background-color:#5c88da;border-color:#5c88da;color:#fff}.tech-grid-wrapper{max-width:72rem;margin:0 auto;padding:2.5rem 1rem 4rem}.tech-grid{display:grid;gap:1.5rem}@media (max-width:768px){.tech-grid{grid-template-columns:1fr}}@media (min-width:768px) and (max-width:992px){.tech-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:992px){.tech-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.tech-card{display:flex;flex-direction:column;border:1px solid rgb(212.5090909091,221.4545454545,223.6909090909);border-radius:.75rem;overflow:hidden;background-color:#fff;color:inherit;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.tech-card:focus-within,.tech-card:hover{transform:translateY(-3px);box-shadow:0 .5rem 1.5rem rgba(0,0,0,.08);border-color:#5c88da}.tech-card[hidden]{display:none}.tech-card-image{overflow:hidden}.tech-card-image img{display:block;width:100%;height:200px;object-fit:cover;transition:transform .3s ease}.tech-card:hover .tech-card-image img{transform:scale(1.03)}.tech-card-body{display:flex;flex-direction:column;flex:1;padding:1.15rem 1.25rem 1.35rem}.tech-card-tags{display:flex;flex-wrap:wrap;gap:.35rem;list-style:none;padding:0;margin:0 0 .6rem}.tech-card-tag{display:inline-block;font-family:Metrophobic,sans-serif;font-weight:400;font-size:.7rem;letter-spacing:.04em;text-transform:uppercase;background-color:#5c88da;color:#fff;padding:0 .65em;border-radius:999px;margin:0}.tech-card-title{font-family:Audiowide,sans-serif;color:#253657;font-size:1.1rem;line-height:1.3;margin:0 0 .5rem}.tech-card-excerpt{font-family:Metrophobic,sans-serif;color:#404040;font-size:.9rem;line-height:1.5;margin:0 0 .75rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tech-card-date{font-family:Metrophobic,sans-serif;font-size:.8rem;color:#898d8d;margin-top:auto}.tech-scroll-sentinel{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 1rem}.tech-scroll-sentinel[hidden]{display:none}.tech-spinner{width:2rem;height:2rem;border:3px solid rgb(212.5090909091,221.4545454545,223.6909090909);border-top-color:#5c88da;border-radius:50%;animation:tech-spin .7s linear infinite}@keyframes tech-spin{to{transform:rotate(360deg)}}.tech-loading-text{font-family:Metrophobic,sans-serif;font-size:.9rem;color:#898d8d}.tech-no-results{text-align:center;font-family:Metrophobic,sans-serif;font-size:1.05rem;color:#404040;padding:3rem 1rem}.tech-no-results[hidden]{display:none}