.hero-container{margin:0;padding:0;width:100%}.hero-intro{display:flex;align-items:center;margin-bottom:22px}.hero-avatar-wrap{position:relative;flex-shrink:0;line-height:0}.hero-avatar{display:block;width:116px;height:116px;border-radius:9999px;object-fit:cover;object-position:center 28%;border:2px solid #f4b94299;box-shadow:0 10px 28px #00000073}.hero-badge.hero-badge--overlay{position:absolute;bottom:10px;left:64px;white-space:nowrap;background:#161313;border-color:#f4b9428c;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 8px 22px #0000008c}@media (max-width:640px){.hero-content{top:-32px}.hero-avatar{width:100px;height:100px}.hero-badge.hero-badge--overlay{left:50%;transform:translateX(-50%);bottom:-8px}}@media (max-width:360px){.hero-badge.hero-badge--overlay{font-size:.74rem;padding:5px 11px}}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;font-size:.82rem;font-weight:500;letter-spacing:.01em;color:#f6e7c4;background:#f4b9421a;border:1px solid #f4b94259;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-badge-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 0 #4ade80b3;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%{box-shadow:0 0 0 0 #4ade8099}70%{box-shadow:0 0 0 8px #4ade8000}to{box-shadow:0 0 0 0 #4ade8000}}.hero-title{font-family:Space Grotesk,sans-serif;line-height:1.05}.hero-title .accent{color:var(--color-accent)}.hero-subtitle{line-height:1.6}.hero-text-link{display:inline-block;margin-top:18px;color:#ffffffa6;text-decoration:none;font-size:.95rem;border-bottom:1px solid #0000;transition:color .25s ease,border-color .25s ease}.hero-text-link:hover{color:#fff;border-color:#fff9}.hero-code{position:relative;width:100%;max-width:430px;animation:hero-code-float 6s ease-in-out infinite}.hero-code-glow{position:absolute;inset:-40px -30px;z-index:0;background:radial-gradient(58% 58% at 55% 38%,#f4b94233,#0000 70%);filter:blur(22px);pointer-events:none}.hero-code-window{position:relative;z-index:1;background:#211e1d;border:1px solid #ffffff1a;border-radius:14px;box-shadow:0 34px 70px -24px #000000bf;overflow:hidden}.hero-code-bar{display:flex;align-items:center;gap:8px;padding:12px 14px;background:#1a1717;border-bottom:1px solid #ffffff14}.hero-code-dot{width:11px;height:11px;border-radius:50%}.hero-code-dot.is-red{background:#ff5f56}.hero-code-dot.is-yellow{background:#ffbd2e}.hero-code-dot.is-green{background:#27c93f}.hero-code-file{margin-left:8px;font-family:Space Grotesk,sans-serif;font-size:.8rem;color:#ffffff80}.hero-code-body{margin:0;padding:20px 22px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9rem;line-height:1.7;color:#cfd2d6;white-space:pre;overflow-x:auto}.hero-code-body code{font-family:inherit}.hero-code-body .c-kw{color:#f4b942}.hero-code-body .c-var{color:#fff}.hero-code-body .c-str{color:#9ece9e}.hero-code-body .c-bool{color:#e0a85f}.hero-code-cursor{display:inline-block;width:8px;height:1.05em;margin-left:3px;vertical-align:text-bottom;background:#f4b942;animation:hero-code-caret 1.1s steps(1) infinite}@keyframes hero-code-caret{0%,50%{opacity:1}50.01%,to{opacity:0}}@keyframes hero-code-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (prefers-reduced-motion:reduce){.hero-code,.hero-code-cursor{animation:none}}.hero-mascot{position:fixed;left:0;bottom:0;z-index:800;margin:0;padding:0;border:0;background:none;-webkit-appearance:none;appearance:none;cursor:pointer;will-change:transform}.hero-mascot:focus-visible{outline:2px solid #f4b942;outline-offset:4px;border-radius:8px}.hero-mascot-bob{display:block;transform-origin:bottom center;animation:hero-mascot-bob 1.8s ease-in-out infinite}.hero-mascot.is-jumping .hero-mascot-bob{animation:hero-mascot-jump .45s ease-out 3}@keyframes hero-mascot-jump{0%{transform:translateY(0) scaleY(1)}18%{transform:translateY(0) scaleY(.78)}50%{transform:translateY(-24px) scaleY(1.12)}82%{transform:translateY(0) scaleY(.86)}to{transform:translateY(0) scaleY(1)}}.hero-mascot-sprite{display:block;image-rendering:pixelated;filter:drop-shadow(0 6px 10px rgba(0,0,0,.45))}@media (max-width:640px){.hero-mascot-sprite{width:40px;height:32px}}@keyframes hero-mascot-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@media (prefers-reduced-motion:reduce){.hero-mascot-bob,.hero-mascot.is-jumping .hero-mascot-bob{animation:none}}.marquee{background:#1a1717;border-top:1px solid #f4b9424d;overflow:hidden;padding:16px 0;position:relative;-webkit-mask-image:linear-gradient(90deg,#0000,#000 7%,#000 93%,#0000);mask-image:linear-gradient(90deg,#0000,#000 7%,#000 93%,#0000)}.marquee-track{display:flex;width:max-content;animation:marquee-scroll 34s linear infinite}.marquee:hover .marquee-track{animation-play-state:paused}.marquee-row{display:flex;align-items:center}.marquee-item{font-family:Space Grotesk,sans-serif;font-size:1.05rem;font-weight:600;letter-spacing:.01em;color:#ffffffd1;white-space:nowrap;padding:0 6px}.marquee-dot{color:#f4b942;font-size:.7rem;padding:0 20px}@keyframes marquee-scroll{to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.marquee-track{animation:none}}