@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Inter:wght@400;500;600&display=swap");:root{--foreground:#4e5052;--accent:#a96065}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f4ef}.hero{position:relative;min-height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.ambient{position:absolute;border-radius:999px;filter:blur(80px);pointer-events:none}.hero-content{position:relative;z-index:2;width:100%;max-width:1100px;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:50px 24px 55px;text-align:center}.avatar-wrap{width:100px;height:100px;margin-top:2px;padding:5px;border-radius:50%;background:linear-gradient(135deg,rgba(91,139,202,.9),rgba(145,190,235,.7));box-shadow:0 10px 30px rgba(90,110,130,.1)}.avatar{width:100%;height:100%;display:block;border-radius:50%;object-fit:cover;background:#dfe4e8}.intro{margin-top:32px}.hello{margin:0;font-size:clamp(28px,3vw,38px);font-weight:400;line-height:1.2;color:var(--foreground);letter-spacing:-.04em}.hello span:not(.wave){color:var(--accent);font-weight:500}.wave{margin-left:4px;font-size:.85em}.headline{margin-top:12px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.25em;font-size:clamp(26px,3.2vw,38px);line-height:1.35;font-weight:400;color:var(--foreground);letter-spacing:-.035em}.headline em{font-family:Georgia,Times New Roman,serif;font-weight:600;color:var(--accent)}.sparkle{margin:0 4px;color:#c8898e;font-size:.7em}.agent-pill{display:inline-flex;align-items:center;height:48px;padding:0 19px;border:1px solid rgba(174,103,108,.32);border-radius:999px;background:hsla(0,0%,100%,.16);color:var(--accent);font-family:DM Mono,monospace;font-size:.55em;font-weight:500;letter-spacing:-.02em;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.6)}.cursor{display:inline-block;width:2px;height:.9em;margin-left:4px;background:#bf6f72;animation:blink 1s steps(2,start) infinite}@keyframes blink{50%{opacity:0}}.subtitle{margin:16px 0 0;color:rgba(87,91,90,.65);font-size:12px;font-weight:500;letter-spacing:.14em;line-height:1.6}.meta-section{margin-top:auto;margin-bottom:32px;color:rgba(84,88,88,.4)}.quote{margin:0;font-size:13px;font-style:italic;letter-spacing:.04em}.stats{margin-top:13px;display:flex;align-items:center;justify-content:center;gap:14px;font-family:DM Mono,monospace;font-size:10px;color:rgba(84,88,88,.38)}.stats i{width:3px;height:3px;border-radius:50%;background:currentColor}.socials{display:flex;gap:24px}.social-link,.socials{align-items:center;justify-content:center}.social-link{width:22px;height:22px;display:inline-flex;color:rgba(60,64,64,.7);transition:transform .2s ease,color .2s ease}.social-link:hover{color:var(--accent);transform:translateY(-2px)}.x-icon{font-size:17px;line-height:1}@media (max-width:640px){.hero-content{padding:42px 20px 35px}.avatar-wrap{width:82px;height:82px}.intro{margin-top:26px}.headline{max-width:600px}.agent-pill{height:42px;padding:0 15px}.subtitle{max-width:350px;margin-left:auto;margin-right:auto;font-size:9px}.quote{max-width:320px;font-size:11px}.socials{gap:18px}}