/* WizClaw motion identity — crisp SVG geometry, no bitmap payload. */
.motion-logo{width:24px!important;height:24px!important;display:grid;place-items:center;position:relative;flex:0 0 auto}
.motion-logo svg{width:100%;height:100%;overflow:visible;display:block}
.motion-logo .logo-shell{fill:rgba(7,26,47,.72);stroke:var(--cyan);stroke-width:1.35}
.motion-logo .logo-orbit{fill:none;stroke:rgba(99,230,255,.42);stroke-width:1;stroke-dasharray:2.6 3.2;transform-origin:16px 16px;animation:logoOrbit 11s linear infinite}
.motion-logo .logo-rail{fill:none;stroke:rgba(99,230,255,.56);stroke-width:1;stroke-linecap:round}
.motion-logo .logo-claw{fill:none;stroke:var(--coral);stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round;transform-box:fill-box;transform-origin:center;animation:clawStrike 3.6s ease-in-out infinite;filter:drop-shadow(0 0 2px rgba(255,106,77,.5))}
.motion-logo .logo-claw.c2{animation-delay:-.16s}.motion-logo .logo-claw.c3{animation-delay:-.32s}
.motion-logo .logo-node{fill:var(--cyan);transform-origin:center}
.brand:hover .logo-orbit{animation-duration:2.8s}.brand:hover .logo-claw{animation-duration:1.35s;filter:drop-shadow(0 0 4px var(--coral))}
@keyframes logoOrbit{to{transform:rotate(360deg)}}
@keyframes clawStrike{0%,100%{transform:translate(-.25px,.35px);opacity:.72}50%{transform:translate(.35px,-.45px);opacity:1}}

.motion-feature-icon{width:76px;height:76px;border:1px solid var(--line);border-radius:8px;margin:3px 0 22px;display:grid;place-items:center;position:relative;overflow:hidden;background:radial-gradient(circle at 50% 45%,rgba(99,230,255,.1),transparent 65%),rgba(7,26,47,.48);color:var(--cyan)}
.motion-feature-icon::before{content:"";position:absolute;inset:-45%;background:conic-gradient(from 90deg,transparent 0 76%,rgba(99,230,255,.12) 84%,transparent 92%);animation:iconSweep 8s linear infinite}
.motion-feature-icon svg{width:48px;height:48px;display:block;position:relative;z-index:1;overflow:visible}
.flow-card:last-child .motion-feature-icon{color:var(--coral)}
.flow-card:hover .motion-feature-icon{border-color:currentColor;box-shadow:0 14px 34px -24px currentColor}
@keyframes iconSweep{to{transform:rotate(360deg)}}

.motion-icon-svg{fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.motion-icon-svg .mi-dim{opacity:.32}.motion-icon-svg .mi-soft{opacity:.58}.motion-icon-svg .mi-fill{fill:currentColor;stroke:none}
.motion-icon-svg .mi-draw{stroke-dasharray:36;stroke-dashoffset:36;animation:lineDraw 4.8s ease-in-out infinite}
.motion-icon-svg .mi-pulse{transform-origin:center;animation:microPulse 2.7s ease-in-out infinite}
.motion-icon-svg .mi-float{animation:microFloat 3.2s ease-in-out infinite}
.motion-icon-svg .mi-float-b{animation:microFloat 3.2s ease-in-out -1.6s infinite}
.motion-icon-svg .mi-spin{transform-origin:24px 24px;animation:microSpin 10s linear infinite}
.motion-icon-svg .mi-dash{stroke-dasharray:3 4;animation:microDash 6s linear infinite}
.motion-icon-svg .mi-wave{transform-origin:center;animation:waveBar 1.7s ease-in-out infinite}
.motion-icon-svg .mi-wave:nth-child(2){animation-delay:-.35s}.motion-icon-svg .mi-wave:nth-child(3){animation-delay:-.7s}
.flow-card:hover .mi-draw,.cell:hover .mi-draw,.card:hover .mi-draw{animation-duration:1.8s}
@keyframes lineDraw{0%,12%{stroke-dashoffset:36}45%,78%{stroke-dashoffset:0}100%{stroke-dashoffset:-36}}
@keyframes microPulse{0%,100%{transform:scale(.82);opacity:.5}50%{transform:scale(1.12);opacity:1}}
@keyframes microFloat{0%,100%{transform:translateY(1.5px)}50%{transform:translateY(-2.5px)}}
@keyframes microSpin{to{transform:rotate(360deg)}}
@keyframes microDash{to{stroke-dashoffset:-28}}
@keyframes waveBar{0%,100%{transform:scaleY(.55)}50%{transform:scaleY(1.2)}}

.motion-kernel-icon{width:25px!important;height:25px!important;flex:0 0 auto;color:var(--cyan);padding:4px;border:1px solid var(--line);border-radius:4px;background:rgba(99,230,255,.04)}
.cell.byo .motion-kernel-icon{color:var(--coral)}
.cell:hover .motion-kernel-icon{border-color:currentColor;background:rgba(99,230,255,.08)}
.role-glyph{padding-top:0!important;display:grid;place-items:center}
.role-glyph .motion-icon-svg{width:25px;height:25px;color:var(--cyan)}
.role-row.agent-live .role-glyph .motion-icon-svg{color:var(--coral);filter:drop-shadow(0 0 5px rgba(255,106,77,.5))}

.map-glyph,.card-glyph{display:grid;place-items:center;color:var(--cyan);border:1px solid var(--line);background:rgba(7,26,47,.55)}
.map-glyph{position:absolute;right:10px;top:9px;width:25px;height:25px;border-radius:4px;padding:4px;opacity:.72}
.map-glyph svg,.card-glyph svg{width:100%;height:100%}
a.map-node:hover .map-glyph{color:var(--coral);border-color:currentColor;opacity:1}
.card-glyph{position:absolute;right:22px;top:63px;width:70px;height:70px;border-radius:8px;padding:14px;opacity:.42;background:radial-gradient(circle,rgba(99,230,255,.1),rgba(7,26,47,.35) 72%)}
.card:hover .card-glyph{opacity:1;color:var(--coral);border-color:rgba(255,106,77,.4);transform:translateY(-2px)}
.card h2,.card p,.card-read{position:relative;z-index:1}
.card:not(:first-child) h2{padding-right:72px}

@media(max-width:560px){
  .motion-feature-icon{width:64px;height:64px}.motion-feature-icon svg{width:42px;height:42px}
  .card-glyph{width:54px;height:54px;padding:11px;top:58px;right:18px}.card:not(:first-child) h2{padding-right:52px}
}
@media(prefers-reduced-motion:reduce){
  .motion-logo *,.motion-icon-svg *,.motion-feature-icon::before{animation:none!important}
}
