canvas#hex-grid{position:fixed;inset:0;width:100vw;height:100vh;z-index:-2;pointer-events:none;}@media print{canvas#hex-grid{display:none;}}[data-reveal="hairline"]{position:relative;}html.hb-motion-on[data-reveal="hairline"][data-revealed]::before{content:"";position:absolute;left:0;bottom:-2px;height:1px;background:var(--accent);width:0;animation:hb-hairline 200ms ease-out forwards,hb-hairline-fade 280ms ease-out 200ms forwards;}@keyframes hb-hairline{to{width:100%;}}@keyframes hb-hairline-fade{to{opacity:0;}}[data-odometer]{display:inline-flex;align-items:baseline;font-variant-numeric:tabular-nums;}[data-odometer].hb-odo-window{display:inline-block;height:1em;overflow:hidden;vertical-align:baseline;}[data-odometer].hb-odo-stack{display:flex;flex-direction:column;line-height:1;transform:translateY(0);}[data-odometer].hb-odo-suffix{display:inline-block;}.hb-bee-in-transit{position:fixed;width:16px;height:16px;pointer-events:none;z-index:9999;color:var(--accent);top:0;left:0;}.hb-scroll-progress{position:fixed;top:0;left:0;right:0;height:2px;background:var(--accent);z-index:9998;transform:scaleX(0);transform-origin:0 50%;pointer-events:none;will-change:transform;}html.hb-motion-on .v2-card,html.hb-motion-on .work-card,html.hb-motion-on .app-card{transition:transform 200ms ease-out;}html.hb-motion-on .v2-card:hover,html.hb-motion-on .work-card:hover,html.hb-motion-on .app-card:hover{transform:translateY(-2px);}