.host-card-link{display:block;text-decoration:none;position:relative;cursor:pointer}.host-card-person{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:2px;border:1px solid var(--border, rgba(255, 255, 255, .06));background:var(--surface, #141414);transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .3s ease}.host-card-link:hover .host-card-person{transform:translateY(-3px);border-color:var(--primary, #E65100);box-shadow:0 12px 28px rgba(var(--primary-rgb, 230, 81, 0),.22)}.host-card-image-container{width:100%;height:100%;position:relative;overflow:hidden}.host-card-image-container img{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(100%) contrast(1.05);transition:filter .35s ease,transform .55s ease}.host-card-link:hover .host-card-image-container img{filter:grayscale(0%) contrast(1);transform:scale(1.04)}.host-card-image-container:before,.host-card-image-container:after{content:"";position:absolute;width:14px;height:14px;border:1px solid var(--primary, #E65100);opacity:.5;z-index:5;pointer-events:none;transition:opacity .25s ease}.host-card-image-container:before{top:8px;left:8px;border-right:none;border-bottom:none}.host-card-image-container:after{bottom:8px;right:8px;border-left:none;border-top:none}.host-card-link:hover .host-card-image-container:before,.host-card-link:hover .host-card-image-container:after{opacity:1}.host-card-span-hover{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,10,10,.96) 0%,rgba(10,10,10,.7) 45%,rgba(10,10,10,.1) 80%,transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;text-align:left;padding:.85rem .85rem .9rem;opacity:0;transition:opacity .25s ease;z-index:10}.host-card-link:hover .host-card-span-hover{opacity:1}.host-card-contributor-name{font-family:var(--font-mono, "JetBrains Mono", monospace);font-size:.78rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--primary, #E65100);margin:0 0 .35rem;line-height:1.15;width:100%}.host-card-contributor-title{font-family:var(--font-body, "Instrument Sans", sans-serif);font-size:.72rem;font-weight:500;color:#ffffffeb;margin:0 0 2px;line-height:1.3;width:100%}.host-card-contributor-company{font-family:var(--font-body, "Instrument Sans", sans-serif);font-size:.68rem;font-weight:400;color:#ffffffb3;margin:0;line-height:1.3;width:100%;font-style:italic}.hosts-grid:hover .host-card-image-container img{filter:grayscale(0%) contrast(1)}.hosts-grid:hover .host-card-span-hover{opacity:1}@media(max-width:768px){.host-card-contributor-name{font-size:.74rem}.host-card-contributor-title{font-size:.7rem}.host-card-contributor-company{font-size:.66rem}.host-card-span-hover{padding:.6rem}.host-card-image-container:before,.host-card-image-container:after{width:10px;height:10px;top:5px;left:5px}.host-card-image-container:after{inset:auto 5px 5px auto}}@media(max-width:480px){.host-card-person{aspect-ratio:1}.host-card-span-hover{opacity:1;padding:.5rem}.host-card-contributor-title,.host-card-contributor-company{display:none}}.hosts-grid-section{position:relative;background:var(--bg, #0a0a0a);padding:clamp(1.5rem,2.5vw,2.5rem) clamp(1.25rem,3vw,2rem);overflow:hidden;isolation:isolate;margin:0;max-width:none}.hosts-grid-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 55% 45% at 80% 20%,rgba(var(--primary-rgb, 230, 81, 0),.06) 0%,transparent 60%);pointer-events:none;z-index:0}.hosts-grid-container{position:relative;z-index:1;max-width:1400px;margin:0 auto}.hosts-grid-title{font-family:var(--font-display, "Bebas Neue", sans-serif);font-weight:400;font-size:clamp(1.75rem,3.5vw,3rem);line-height:.98;letter-spacing:.003em;text-transform:uppercase;color:var(--text, #E8E8E5);margin:0 0 clamp(1.5rem,3vw,2.5rem);padding-bottom:1rem;border-bottom:1px solid var(--border, rgba(255, 255, 255, .08));display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.55rem}.hosts-grid-title:before{content:"· Panel · Technologists ·";font-family:var(--font-mono, "JetBrains Mono", monospace);font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.22em;color:var(--primary, #E65100)}.hosts-grid-title:after{content:""}.hosts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,140px));gap:.75rem;justify-content:center}@media(max-width:720px){.hosts-grid-section{padding:2.5rem 1rem}.hosts-grid{grid-template-columns:repeat(auto-fill,minmax(100px,112px));gap:.5rem}}@media(max-width:480px){.hosts-grid{grid-template-columns:repeat(auto-fill,minmax(92px,1fr))}}
