.claude-demo-hello-bar{--cd-cream:var(--mk-cream,#fffffa);--cd-tan:var(--mk-tan,#ffeed0);--cd-forest:var(--mk-forest,#154727);--cd-ink:var(--mk-ink,#151a14);--cd-chartreuse:var(--mk-chartreuse,#7b9f0f);--cd-success:var(--mk-success-2,#3db776);color:var(--cd-forest);font-family:var(--primary_font,"DM Sans",-apple-system,"Segoe UI",sans-serif);padding:12px 0;position:relative;z-index:40}.claude-demo-hello-bar.is-sticky{background:transparent;left:0;position:fixed;right:0;top:0;z-index:100}.claude-demo-hello-bar-spacer{display:block;height:var(--cdhb-spacer-height,80px)}.claude-demo-hello-bar__inner{align-items:center;-webkit-backdrop-filter:blur(14px) saturate(1.4);backdrop-filter:blur(14px) saturate(1.4);background:rgba(255,255,250,.78);border:1px solid var(--cd-tan);border-radius:10px;display:flex;gap:24px;justify-content:space-between;padding:14px 24px;transition:box-shadow .2s cubic-bezier(.2,.8,.2,1)}.claude-demo-hello-bar.is-sticky .claude-demo-hello-bar__inner{box-shadow:0 6px 22px rgba(21,26,20,.08)}.claude-demo-hello-bar.is-density-cozy .claude-demo-hello-bar__inner{padding:22px 28px}.claude-demo-hello-bar__logo{align-items:center;display:inline-flex;flex:0 0 auto;text-decoration:none}.claude-demo-hello-bar__logo img{display:block;max-height:32px;width:auto}.claude-demo-hello-bar__right{align-items:center;display:flex;gap:26px;margin-left:auto}.claude-demo-hello-bar__contact{align-items:flex-end;display:flex;flex-direction:column;gap:4px;line-height:1.1}.claude-demo-hello-bar__eyebrow{align-items:center;color:var(--cd-forest);display:inline-flex;font-size:11px;font-weight:600;gap:8px;letter-spacing:.16em;text-transform:uppercase}.claude-demo-hello-bar__dot{animation:claude-demo-hello-bar-pulse 2.6s ease-in-out infinite;background:var(--cd-success);border-radius:50%;box-shadow:0 0 0 4px rgba(61,183,118,.18);height:8px;width:8px}@keyframes claude-demo-hello-bar-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.9)}}.claude-demo-hello-bar__phone{align-items:center;color:var(--cd-forest);display:inline-flex;font-family:var(--heading_font,"Hepta Slab",Georgia,serif);font-size:18px;font-weight:700;gap:8px;letter-spacing:-.2px;text-decoration:none;transition:color .16s cubic-bezier(.2,.8,.2,1)}.claude-demo-hello-bar__phone:hover{color:var(--cd-ink)}.claude-demo-hello-bar__phone-icon{color:var(--cd-forest);flex:0 0 auto}.claude-demo-hello-bar__cta{align-items:center;background:var(--cd-ink);border:1px solid var(--cd-ink);border-radius:4px;color:var(--cd-cream);display:inline-flex;font-family:var(--primary_font,"DM Sans",sans-serif);font-size:14px;font-weight:600;gap:8px;letter-spacing:.15px;padding:14px 22px;text-decoration:none;transition:background .16s cubic-bezier(.2,.8,.2,1),transform .16s cubic-bezier(.2,.8,.2,1),box-shadow .16s cubic-bezier(.2,.8,.2,1);white-space:nowrap}.claude-demo-hello-bar__cta:hover{background:#2b2f2a;border-color:#2b2f2a;box-shadow:0 4px 12px rgba(0,0,0,.12);color:var(--cd-cream);text-decoration:none}.claude-demo-hello-bar__cta:active{transform:scale(.98)}.claude-demo-hello-bar__arrow{flex:0 0 auto;transition:transform .16s cubic-bezier(.2,.8,.2,1)}.claude-demo-hello-bar__cta:hover .claude-demo-hello-bar__arrow{transform:translateX(3px)}@media (max-width:720px){.claude-demo-hello-bar{padding:8px 0}.claude-demo-hello-bar__inner{border-radius:8px;flex-wrap:wrap;gap:12px;padding:12px 16px}.claude-demo-hello-bar__right{gap:12px;justify-content:space-between;width:100%}.claude-demo-hello-bar__contact{align-items:flex-start;gap:2px}.claude-demo-hello-bar__eyebrow{font-size:10px;letter-spacing:.14em}.claude-demo-hello-bar__phone{font-size:15px}.claude-demo-hello-bar__cta{font-size:13px;padding:11px 16px}}@media (max-width:480px){.claude-demo-hello-bar__eyebrow{display:none}}