.workbench-module-hero{--module-accent:var(--workbench-accent,#315adf);--module-accent-soft:var(--workbench-accent-soft,#edf1ff);border-bottom:1px solid var(--workbench-line,#e4e8ef);background:0 0;justify-content:space-between;align-items:center;gap:24px;min-height:92px;margin:0 0 20px;padding:3px 2px 19px;animation:.26s cubic-bezier(.22,1,.36,1) backwards workbench-heading-enter;display:flex;position:relative}.workbench-module-hero:after{background:var(--module-accent);content:"";transform-origin:0;border-radius:2px;width:52px;height:2px;animation:.42s cubic-bezier(.22,1,.36,1) 90ms both workbench-accent-enter;position:absolute;bottom:-1px;left:0}.workbench-module-identity{grid-template-columns:40px minmax(0,1fr);align-items:center;gap:13px;min-width:0;display:grid}.workbench-module-icon{border:1px solid color-mix(in srgb, var(--module-accent) 18%, #fff);background:var(--module-accent-soft);width:40px;height:40px;color:var(--module-accent);border-radius:10px;place-items:center;transition:transform .18s cubic-bezier(.22,1,.36,1),box-shadow .18s;display:grid}.workbench-module-hero:hover .workbench-module-icon{box-shadow:0 8px 18px color-mix(in srgb, var(--module-accent) 13%, transparent);transform:translateY(-2px)rotate(-2deg)}.workbench-module-copy{min-width:0}.workbench-module-route{align-items:center;gap:8px;display:flex}.workbench-module-route small{color:var(--module-accent);margin:0 0 3px;font-size:11px;font-weight:700;line-height:16px;display:block}.workbench-module-route>span{background:color-mix(in srgb, var(--module-accent) 35%, transparent);width:18px;height:1px;margin-bottom:3px}.workbench-module-identity h1{color:var(--workbench-ink,#172033);letter-spacing:-.025em;margin:0;font-size:clamp(23px,2vw,27px);font-weight:700;line-height:1.25}.workbench-module-identity p{max-width:68ch;color:var(--workbench-muted,#68748a);margin:7px 0 0;font-size:12px;line-height:1.65}.workbench-module-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;min-height:44px;animation:.3s cubic-bezier(.22,1,.36,1) 60ms backwards workbench-actions-enter;display:flex}.workbench-module-actions>:is(button,a){white-space:nowrap;min-height:38px;transition:transform .16s,box-shadow .16s,border-color .16s,background-color .16s,color .16s}.workbench-module-actions>:is(button,a):hover:not(:disabled){transform:translateY(-1px)}.workbench-module-actions>:is(button,a):active:not(:disabled){transform:translateY(0)scale(.98)}.workbench-module-body{gap:16px;min-width:0;display:grid}.workbench-module-body>:first-child{min-width:0;animation:.3s cubic-bezier(.22,1,.36,1) 70ms backwards workbench-content-enter}@keyframes workbench-heading-enter{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes workbench-accent-enter{0%{opacity:0;transform:scaleX(.15)}to{opacity:1;transform:scaleX(1)}}@keyframes workbench-actions-enter{0%{opacity:0;transform:translate(7px)}to{opacity:1;transform:none}}@keyframes workbench-content-enter{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}@media (max-width:899px){.workbench-module-hero{min-height:0;padding:2px 0 17px}}@media (max-width:640px){.workbench-module-hero{gap:13px;padding:0 0 15px;display:grid}.workbench-module-identity{grid-template-columns:38px minmax(0,1fr);gap:11px}.workbench-module-icon{border-radius:9px;width:38px;height:38px}.workbench-module-identity h1{font-size:21px}.workbench-module-actions{justify-content:stretch}.workbench-module-actions>:is(button,a){flex:auto}}@media (prefers-reduced-motion:reduce){.workbench-module-hero,.workbench-module-hero:after,.workbench-module-actions,.workbench-module-body>:first-child{animation:none!important}.workbench-module-icon,.workbench-module-actions>:is(button,a){transition:none!important}}
