.header{z-index:900;background:var(--surface,#ffffff);will-change:transform}.scroll{overflow-y:auto;-webkit-overflow-scrolling:touch;height:100%;min-height:0}.hr-composer{border-top:1px solid rgba(245,247,250,.06);background:transparent;z-index:900}.hr-composer-inner{position:relative;display:flex;align-items:center;max-width:640px;margin:0 auto;padding:8px 12px;box-sizing:border-box}.hr-composer-input{flex:1 1 auto;min-width:0;height:36px;border-radius:9999px;border:1px solid #e5e7eb;padding:6px 40px 6px 12px;background:#ffffff;font-size:16px;line-height:1.3;box-sizing:border-box}.hr-composer-send{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:9999px;padding:0;border:none;display:inline-flex;align-items:center;justify-content:center;background:#111827;color:#ffffff;cursor:pointer;z-index:2}.header{position:sticky;top:0;z-index:1000;background:var(--surface,#f2f3f5)}@media (max-width:640px){.scroll{padding-bottom:calc(var(--footer-h) - 14px)}.composer{position:fixed!important;left:0;right:0;bottom:var(--footer-h);padding-left:10px;padding-right:10px;box-sizing:border-box;z-index:999}.main{min-height:100dvh;display:flex;flex-direction:column;overflow:hidden}.main .header{position:sticky;top:0;z-index:1000;background:#eff0f5}.main .scroll{flex:1 1 auto;min-height:0;overflow-y:auto}.main{padding-top:56px}.header{position:fixed!important;top:0;left:0;right:0;z-index:950}.scroll{padding-top:8px}}.typing-dots{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:12px}.typing-dots span{display:inline-block;width:4px;height:4px;border-radius:9999px;background:currentColor;opacity:.25;animation:hr-typing-bounce 1s ease-in-out infinite}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}@keyframes hr-typing-bounce{0%,80%,to{transform:translateY(0);opacity:.25}40%{transform:translateY(-3px);opacity:1}}.hr-pill-inner{gap:10px;padding:4px 6px}.hr-pill-icon,.hr-pill-inner{display:flex;align-items:center}.hr-pill-icon{position:relative;width:30px;height:30px;border-radius:999px;background:radial-gradient(circle at 30% 20%,#f0faff,#0f172a);justify-content:center;overflow:visible;box-shadow:0 4px 10px rgba(15,23,42,.6);animation:hr-pill-float 6s ease-in-out infinite}.hr-pill-icon-house{position:relative;width:12px;height:12px}.hr-pill-icon-roof{width:10px;height:10px;background:#0ea5e9;transform:rotate(45deg);bottom:6px}.hr-pill-icon-door,.hr-pill-icon-roof{position:absolute;left:50%;translate:-50% 0;border-radius:2px}.hr-pill-icon-door{width:6px;height:7px;background:#f97316;bottom:0}.hr-pill-icon-glass{position:absolute;right:-2px;bottom:-2px;width:14px;height:14px;animation:hr-pill-scan 3s ease-in-out infinite}.hr-pill-icon-glass-circle{width:10px;height:10px;border-radius:999px;border:2px solid #22d3ee;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.5),transparent)}.hr-pill-icon-glass-handle{width:6px;height:2px;background:#22d3ee;border-radius:999px;position:absolute;top:8px;left:8px;transform:rotate(35deg)}.hr-pill-icon-spark{position:absolute;top:-2px;left:-2px;width:10px;height:10px;border-radius:999px;background:radial-gradient(circle,rgba(56,189,248,1),transparent);opacity:0;animation:hr-pill-spark 3s ease-out infinite}.hr-pill-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}.hr-pill-text-main{font-size:.78rem;font-weight:600;color:#f8fafc}.hr-pill-text-sub{font-size:.68rem;color:#cbd5f5}.hr-pill-dots{display:inline-flex;gap:3px;align-items:center}.hr-pill-dot{width:4px;height:4px;background:#e5e7eb;border-radius:999px;opacity:.5;animation:hr-pill-dot 1.2s ease-in-out infinite}.hr-pill-dot:nth-child(2){animation-delay:.15s}.hr-pill-dot:nth-child(3){animation-delay:.3s}@keyframes hr-pill-float{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes hr-pill-scan{0%{transform:rotate(-10deg)}50%{transform:rotate(12deg)}to{transform:rotate(-10deg)}}@keyframes hr-pill-spark{0%{opacity:0;transform:scale(.6)}20%{opacity:1;transform:scale(1)}60%{opacity:0;transform:scale(1.3)}to{opacity:0;transform:scale(.6)}}@keyframes hr-pill-dot{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-2px);opacity:1}}