.tech-page{background:#000;min-height:100vh}.tech-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100vw;height:40vh;padding:2rem;display:flex}.tech-back-button{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:2rem;margin-top:1rem;padding:.75rem 1.5rem;font-family:PP Neue Montreal,sans-serif;font-size:.95rem;font-weight:500;transition:all .3s}.tech-back-button:hover{color:#fff;background:#ffffff0d;border-color:#ffffff4d}.tech-subtitle{color:#ffffffb3;opacity:.7;margin:0;font-family:PP Neue Montreal,sans-serif;font-size:1.2rem}.tech-header h1{color:#fff;text-transform:uppercase;margin:0;font-family:Big Shoulders Display,sans-serif;font-size:4rem;font-weight:900}.tech-category-tabs-container{scrollbar-width:none;-ms-overflow-style:none;border-bottom:1px solid #ffffff1a;width:100%;margin-bottom:2rem;overflow:auto hidden}.tech-category-tabs-container::-webkit-scrollbar{display:none}.tech-category-tabs{justify-content:center;gap:.5rem;min-width:max-content;padding:0 2rem;display:flex}.tech-category-tab{color:#fff9;white-space:nowrap;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;padding:1rem 1.5rem;font-family:PP Neue Montreal,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.tech-category-tab:hover{color:#ffffffe6;background-color:#ffffff0d}.tech-category-tab.active{color:#fff;background-color:#ffffff14;border-bottom-color:#fffc}.tech-category-tab.active:after{content:"";background:linear-gradient(90deg,#fff0 0%,#fffc 50%,#fff0 100%);height:3px;animation:2s ease-in-out infinite shimmer;position:absolute;bottom:-1px;left:0;right:0}@keyframes shimmer{0%,to{opacity:.5}50%{opacity:1}}.tech-search-bar-container{width:85%;max-width:1400px;margin:0 auto;padding:0 2rem 2rem}.tech-search-bar{width:100%;max-width:600px;margin:0 auto;position:relative}.tech-search-input{width:100%;color:inherit;background-color:#ffffff0d;border:2px solid #ffffff4d;border-radius:12px;outline:none;padding:1rem 1.5rem 1rem 3.5rem;font-size:1rem;transition:all .3s}.tech-search-input:focus{background-color:#ffffff14;border-color:#fffc;transform:translateY(-1px);box-shadow:0 0 0 4px #ffffff26,0 4px 12px #0003}.tech-search-input::placeholder{color:#fff9;opacity:1}.tech-search-icon{opacity:.7;pointer-events:none;font-size:1.2rem;transition:opacity .3s;position:absolute;top:50%;left:1.2rem;transform:translateY(-50%)}.tech-search-input:focus+.tech-search-icon,.tech-search-bar:focus-within .tech-search-icon{opacity:1}.tech-search-clear{cursor:pointer;opacity:.7;color:inherit;background:#ffffff1a;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;font-size:1.2rem;transition:all .2s;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.tech-search-clear:hover{opacity:1;background:#fff3;transform:translateY(-50%)scale(1.1)}.tech-search-results-info{text-align:center;opacity:.6;margin-top:1rem;font-size:.95rem}.tech-posts-container{width:85%;max-width:1400px;margin:0 auto;padding:2rem 2rem 8rem}.tech-grid{flex-direction:column;gap:1.5rem;display:flex}.tech-card{cursor:pointer;color:inherit;background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;flex-direction:row;gap:2rem;padding:1.5rem;text-decoration:none;transition:all .3s;display:flex;position:relative}.tech-card:hover{background:#ffffff0d;border-color:#fff3;transform:translate(8px)}.tech-card-image{background:#ffffff0d;border-radius:8px;width:200px;min-width:200px;height:280px;position:relative;overflow:hidden}.tech-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.tech-card:hover .tech-card-image img{transform:scale(1.05)}.tech-card-image-placeholder{color:#ffffff4d;justify-content:center;align-items:center;height:100%;font-size:4rem;display:flex}.tech-card-content{flex-direction:column;flex:1;justify-content:center;gap:1rem;display:flex}.tech-card-title{color:#fff;letter-spacing:-.01em;margin:0;font-family:PP Neue Montreal,sans-serif;font-size:1.6rem;font-weight:600;line-height:1.4}.tech-card-description{color:#ffffffb3;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:PP Neue Montreal,sans-serif;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.tech-card-description h3,.tech-card-description p{color:inherit;font-size:inherit;margin:0;padding:0}.tech-card-meta{color:#fff9;align-items:center;gap:1rem;font-family:Geist Mono,monospace;font-size:.9rem;display:flex}.tech-card-author,.tech-card-date{align-items:center;gap:.5rem;display:flex}@media (max-width:1000px){.tech-header{height:30vh;padding:1.5rem}.tech-back-button{padding:.6rem 1.2rem;font-size:.875rem}.tech-subtitle{font-size:1rem}.tech-header h1{font-size:2.5rem}.tech-category-tabs{justify-content:flex-start;padding:0 1rem}.tech-category-tab{padding:.75rem 1rem;font-size:.9rem}.tech-search-bar-container{width:95%;padding:0 1rem 2rem}.tech-posts-container{width:95%;padding:2rem 1rem 4rem}.tech-grid{gap:1.5rem}.tech-card{flex-direction:column;gap:1rem;padding:1rem}.tech-card:hover{transform:translateY(-4px)}.tech-card-image{width:100%;min-width:100%;height:200px}.tech-card-title{font-size:1.3rem}.tech-card-description{font-size:.9rem}}
.tech-no-results{text-align:center;opacity:.6;padding:4rem 2rem}.tech-no-results h3{color:#fff;margin-bottom:1rem;font-size:2rem}.tech-no-results p{color:#ffffffb3;font-size:1.2rem}
