.cs-sms-thread{padding:1.1rem;display:flex;flex-direction:column;gap:.55rem;min-height:330px;justify-content:flex-end}.cs-sms-b{max-width:84%;padding:.6rem .85rem;border-radius:2px;border:1px solid var(--cs-line-2);font-family:var(--cs-mono);font-size:.8rem;line-height:1.5;opacity:0;transform:translateY(8px);transition:opacity .4s var(--cs-ease),transform .4s var(--cs-ease)}.cs-sms-in{align-self:flex-start;background:var(--cs-cream);color:var(--cs-ink)}.cs-sms-out{align-self:flex-end;background:var(--cs-green);color:var(--cs-cream);border-color:var(--cs-green-ink);box-shadow:2px 2px 0 var(--cs-green-ink)}.cs-sms-chip{align-self:center;font-family:var(--cs-mono);font-size:.64rem;letter-spacing:.1em;text-transform:uppercase;color:var(--cs-ink-3);background:var(--cs-cream-2);border:1px solid var(--cs-line);padding:.3rem .7rem;border-radius:2px;opacity:0;transition:opacity .4s var(--cs-ease)}.cs-sms-typing{align-self:flex-end;display:inline-flex;gap:4px;padding:.6rem .85rem;background:var(--cs-green);border-radius:2px}.cs-sms-typing i{width:5px;height:5px;border-radius:50%;background:var(--cs-cream);animation:cs-typing 1s infinite}.cs-sms-typing i:nth-child(2){animation-delay:.15s}.cs-sms-typing i:nth-child(3){animation-delay:.3s}.cs-pipe-leads{padding:.4rem 0}.cs-pipe-lead{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:.9rem;align-items:center;padding:.75rem 1.1rem;border-bottom:1px dashed var(--cs-line)}.cs-pipe-lead:last-child{border-bottom:0}.cs-pipe-name{font-family:var(--cs-font);font-size:.98rem;color:var(--cs-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cs-pipe-stage{font-family:var(--cs-mono);font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;padding:.26rem .55rem;border:1px solid var(--cs-line-2);color:var(--cs-ink-3);border-radius:2px}.cs-pipe-stage.cs-restamp{animation:cs-stamp .45s var(--cs-ease)}.cs-pipe-score{font-family:var(--cs-mono);font-size:.7rem;color:var(--cs-ink-4);font-variant-numeric:tabular-nums}.cs-pipe-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1.5px solid var(--cs-ink)}.cs-pipe-step{padding:.85rem .6rem;text-align:center;border-right:1px dashed var(--cs-line);font-family:var(--cs-mono);font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--cs-ink-4);display:flex;flex-direction:column;align-items:center;gap:.4rem;transition:background .3s var(--cs-ease),color .3s var(--cs-ease)}.cs-pipe-step:last-child{border-right:0}.cs-hub-core svg,.cs-hub-node svg,.cs-pipe-step svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}@media (prefers-reduced-motion:reduce){.cs-notif-t,.cs-sms-b,.cs-sms-chip{opacity:1;transform:none;transition:none}.cs-sms-typing{display:none}.cs-pipe-stage.cs-restamp{animation:none}}.cs-hub{position:relative;width:min(360px,86vw);aspect-ratio:1;margin:0 auto}.cs-hub-ring{position:absolute;inset:11%;border:1.5px dashed var(--cs-line-2);border-radius:50%;animation:cs-orbit 60s linear infinite}.cs-hub-core{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:86px;height:86px;display:flex;align-items:center;justify-content:center;background:var(--cs-green);border:1.5px solid var(--cs-ink);box-shadow:3px 3px 0 var(--cs-ink);border-radius:2px;color:var(--cs-cream);z-index:2}.cs-hub-core svg,.cs-hub-node svg{width:38px;height:38px}.cs-hub-orbit{position:absolute;inset:0;animation:cs-orbit 32s linear infinite}.cs-hub-node{position:absolute;top:50%;left:50%;width:52px;height:52px;margin:-26px 0 0-26px;display:flex;align-items:center;justify-content:center;background:var(--cs-paper);border:1.5px solid var(--cs-ink);box-shadow:2px 2px 0 var(--cs-ink);border-radius:2px;color:var(--cs-ink);transform:rotate(var(--a)) translateY(-140px) rotate(calc(-1*var(--a)));animation:cs-orbit-c 32s linear infinite;transition:background .3s var(--cs-ease),color .3s var(--cs-ease)}.cs-hub-node:hover{background:var(--cs-marker)}.cs-hub-node svg{width:22px;height:22px}.cs-hub-node:nth-child(1){--a:0deg}.cs-hub-node:nth-child(2){--a:45deg}.cs-hub-node:nth-child(3){--a:90deg}.cs-hub-node:nth-child(4){--a:135deg}.cs-hub-node:nth-child(5){--a:180deg}.cs-hub-node:nth-child(6){--a:225deg}.cs-hub-node:nth-child(7){--a:270deg}.cs-hub-node:nth-child(8){--a:315deg}@media (max-width:480px){.cs-hub-node{transform:rotate(var(--a)) translateY(-112px) rotate(calc(-1*var(--a)))}}.cs-hub-pulse{position:absolute;top:50%;left:50%;width:120px;height:120px;margin:-60px 0 0-60px;border:1.5px solid var(--cs-green);border-radius:50%;opacity:0;animation:cs-hub-p 3s var(--cs-ease) infinite;pointer-events:none}@media (prefers-reduced-motion:reduce){.cs-hub-node,.cs-hub-orbit,.cs-hub-pulse,.cs-hub-ring{animation:none}}@media (max-width:760px){.cs-hub{margin-bottom:1.5rem}}.cs-hub{max-width:100%}