.pill-nav-items{--nav-h:42px;--pill-pad-x:18px;--pill-gap:3px;position:relative;display:flex;align-items:center;height:var(--nav-h);background:var(--base,#141414);border:1px solid var(--pill-track-border,#2a2a2a);border-radius:9999px}.pill-list{list-style:none;align-items:stretch;gap:var(--pill-gap);margin:0;padding:3px}.pill-list,.pill-list>li{display:flex;height:100%}.pill{display:inline-flex;align-items:center;justify-content:center;height:100%;padding:0 var(--pill-pad-x);background:var(--pill-bg,#1e1e1e);color:var(--pill-text,#9ca3af);text-decoration:none;border-radius:9999px;box-sizing:border-box;font-weight:600;font-size:13px;line-height:0;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap;cursor:pointer;position:relative;overflow:hidden}.pill .hover-circle{position:absolute;left:50%;bottom:0;border-radius:50%;background:var(--hover-bg,#d42b2b);z-index:1;display:block;pointer-events:none;will-change:transform}.pill .label-stack,.pill .pill-label{position:relative;display:inline-block;line-height:1;z-index:2}.pill .pill-label{will-change:transform}.pill .pill-label-hover{position:absolute;left:0;top:0;color:var(--hover-text,#ffffff);z-index:3;display:inline-block;will-change:transform,opacity}.card-grid{display:grid;gap:.75em;width:100%;max-width:100%;font-size:clamp(1rem,.9rem + .5vw,1.25rem)}.magic-bento-card{display:flex;flex-direction:column;justify-content:flex-start;position:relative;min-height:240px;width:100%;max-width:100%;padding:0;border-radius:12px;border:1px solid var(--border-color,#2a2a2a);background:var(--card-bg,#141414);font-weight:300;overflow:hidden;transition:all .3s ease;--glow-x:50%;--glow-y:50%;--glow-intensity:0;--glow-radius:200px}.magic-bento-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.4)}.magic-bento-card__image{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;flex-shrink:0}.magic-bento-card__image:after{content:"";position:absolute;inset:0 0 auto 0;height:2px;background:rgba(var(--glow-color,212,43,43),1);z-index:2}.magic-bento-card__body{display:flex;flex-direction:column;gap:.5rem;padding:1.25em;flex:1}.magic-bento-card__content,.magic-bento-card__header{display:flex;position:relative;color:#ffffff}.magic-bento-card__header{gap:.75em;justify-content:space-between;align-items:center}.magic-bento-card__content{flex-direction:column;gap:.4rem}.magic-bento-card__label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:rgba(var(--glow-color,212,43,43),1);font-weight:600}.magic-bento-card__title{font-weight:600;font-size:18px;margin:0;color:#ffffff}.magic-bento-card__description{font-size:14px;line-height:1.5;color:#9ca3af}.magic-bento-card__cta{margin-top:auto;padding-top:.5rem;font-size:14px;font-weight:600;color:#ffffff;transition:color .2s ease}.magic-bento-card__cta:hover{color:rgba(var(--glow-color,212,43,43),1)}@media (max-width:599px){.card-grid{grid-template-columns:1fr}.magic-bento-card{min-height:220px}}@media (min-width:600px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.card-grid{grid-template-columns:repeat(4,1fr)}.magic-bento-card:nth-child(3){grid-column:span 2;grid-row:span 2}.magic-bento-card:nth-child(4){grid-column:1/span 2;grid-row:2/span 2}.magic-bento-card:nth-child(6){grid-column:4;grid-row:3}.magic-bento-card:nth-child(3) .magic-bento-card__image,.magic-bento-card:nth-child(4) .magic-bento-card__image{aspect-ratio:auto;flex:1;min-height:220px}}.magic-bento-card--border-glow:after{content:"";position:absolute;inset:0;padding:6px;background:radial-gradient(var(--glow-radius) circle at var(--glow-x) var(--glow-y),rgba(var(--glow-color,212,43,43),calc(var(--glow-intensity) * .8)) 0,rgba(var(--glow-color,212,43,43),calc(var(--glow-intensity) * .4)) 30%,transparent 60%);border-radius:inherit;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;opacity:1;transition:opacity .3s ease;z-index:3}.magic-bento-card--border-glow:hover{box-shadow:0 4px 20px rgba(0,0,0,.4),0 0 30px rgba(var(--glow-color,212,43,43),.2)}.particle-container{position:relative;overflow:hidden}.particle:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:rgba(var(--glow-color,212,43,43),.2);border-radius:50%;z-index:-1}.global-spotlight{mix-blend-mode:screen;will-change:transform,opacity;z-index:200!important;pointer-events:none}.bento-section{position:relative;user-select:none}.text-rotate{display:flex;flex-wrap:wrap;white-space:pre-wrap;position:relative}.text-rotate-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}.text-rotate-word{display:inline-flex}.text-rotate-lines{display:flex;flex-direction:column;width:100%}.text-rotate-element{display:inline-block}.text-rotate-space{white-space:pre}