[data-moveu-task-status-anchor],
[data-moveu-task-status-anchor] *{
  box-sizing:border-box;
}

[data-moveu-task-status-anchor]{
  --mu-tps-ink:#0b1220;
  --mu-tps-soft:#667487;
  --mu-tps-blue:#0a84ff;
  --mu-tps-mint:#61e6d2;
  --mu-tps-green:#34c759;
  --mu-tps-line:rgba(135,158,181,.30);
  --mu-tps-flow-fix:0px;
  position:relative;
  z-index:60;
  display:block;
  clear:both;
  width:min(1240px,calc(100% - 32px));
  margin-top:clamp(18px,3vw,30px);
  margin-right:auto;
  margin-bottom:calc(clamp(26px,3vw,42px) + var(--mu-tps-flow-fix));
  margin-left:auto;
  scroll-margin-top:124px;
  font-family:Inter,"Albert Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--mu-tps-ink);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

[data-moveu-task-status-anchor][data-moveu-task-placement="after-hero"]{
  isolation:isolate;
}

[data-moveu-task-status-anchor][hidden]{
  display:none!important;
}

.muTPS{
  position:relative;
  isolation:isolate;
  min-height:128px;
  display:grid;
  grid-template-columns:56px minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  padding:20px 22px;
  overflow:hidden;
  border-radius:30px;
  border:1px solid var(--mu-tps-line);
  background:
    radial-gradient(circle at 0% 0%,rgba(97,230,210,.13),transparent 36%),
    radial-gradient(circle at 92% 0%,rgba(10,132,255,.08),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.96),rgba(249,252,255,.88));
  box-shadow:
    0 20px 56px rgba(14,33,56,.09),
    inset 0 1px 0 rgba(255,255,255,.90);
  backdrop-filter:blur(22px) saturate(145%);
  -webkit-backdrop-filter:blur(22px) saturate(145%);
}

.muTPS::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(255,255,255,.54),transparent 52%),
    radial-gradient(circle at 18% 0%,rgba(255,255,255,.78),transparent 32%);
}

.muTPS__image{
  position:absolute;
  z-index:-1;
  top:-26%;
  right:-2%;
  width:min(46%,560px);
  height:152%;
  opacity:.13;
  pointer-events:none;
  background-image:
    linear-gradient(90deg,rgba(255,255,255,1) 0%,rgba(255,255,255,.72) 38%,rgba(255,255,255,.12) 100%),
    var(--mu-tps-image,none);
  background-size:cover;
  background-position:var(--mu-tps-focus,center);
  filter:saturate(.72) contrast(.96);
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 28%,#000 100%);
  mask-image:linear-gradient(90deg,transparent 0%,#000 28%,#000 100%);
}

.muTPS__orb{
  width:56px;
  height:56px;
  border-radius:20px;
  display:grid;
  place-items:center;
  color:#101827;
  background:
    radial-gradient(circle at 28% 10%,rgba(255,255,255,.96),transparent 45%),
    linear-gradient(180deg,rgba(255,255,255,.92),rgba(235,243,250,.86));
  border:1px solid rgba(141,166,189,.28);
  box-shadow:
    0 12px 28px rgba(14,33,56,.08),
    inset 0 1px 0 rgba(255,255,255,.94);
}

.muTPS__orb svg{
  width:26px;
  height:26px;
}

.muTPS--done .muTPS__orb{
  color:#fff;
  background:
    radial-gradient(circle at 26% 0%,rgba(125,242,208,.28),transparent 44%),
    linear-gradient(180deg,#1e8a64,#0f4a37);
  border-color:rgba(125,242,208,.24);
  box-shadow:0 16px 34px rgba(15,74,55,.22),0 0 0 5px rgba(52,199,89,.07);
}

.muTPS--blocked .muTPS__orb{
  color:#5c4710;
  background:linear-gradient(180deg,#fff8dc,#f8edbd);
  border-color:rgba(197,155,47,.20);
  box-shadow:0 14px 30px rgba(99,77,17,.09);
}

.muTPS--error .muTPS__orb{
  color:#a32b2b;
  background:linear-gradient(180deg,#fff5f5,#ffe9e9);
  border-color:rgba(220,70,70,.18);
}

.muTPS__content{
  min-width:0;
  padding-right:8px;
}

.muTPS__eyebrow{
  margin:0 0 7px;
  color:#1774d4;
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.muTPS__title{
  margin:0;
  max-width:760px;
  color:#0c1423;
  font-size:clamp(20px,2vw,27px);
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:900;
}

.muTPS__meta{
  margin:8px 0 0;
  color:#59697b;
  font-size:13.5px;
  line-height:1.35;
  font-weight:760;
  letter-spacing:-.015em;
}

.muTPS--done .muTPS__meta{
  color:#167245;
}

.muTPS--blocked .muTPS__meta{
  color:#81631a;
}

.muTPS__description{
  margin:6px 0 0;
  max-width:760px;
  color:#6b798a;
  font-size:12.5px;
  line-height:1.42;
  font-weight:600;
}

.muTPS__actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:9px;
  position:relative;
  z-index:2;
}

.muTPS__button{
  appearance:none;
  min-height:45px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 17px;
  border-radius:999px;
  border:1px solid transparent;
  text-decoration:none!important;
  font:850 12.5px/1 Inter,"Albert Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  letter-spacing:-.015em;
  white-space:nowrap;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease,color .18s ease;
  -webkit-tap-highlight-color:transparent;
}

.muTPS__button:hover,
.muTPS__button:focus-visible{
  transform:translateY(-1px);
  text-decoration:none!important;
}

.muTPS__button--primary{
  color:#fff!important;
  background:#0b1220;
  border-color:#0b1220;
  box-shadow:0 14px 30px rgba(11,18,32,.16);
}

.muTPS__button--primary:hover,
.muTPS__button--primary:focus-visible{
  color:#7df2d0!important;
  background:#07101f;
  box-shadow:0 18px 38px rgba(11,18,32,.22);
}

.muTPS__button--secondary,
.muTPS__button--quiet{
  color:#283647!important;
  background:rgba(255,255,255,.76);
  border-color:rgba(141,166,189,.30);
  box-shadow:0 10px 24px rgba(14,33,56,.055);
}

.muTPS__button--secondary:hover,
.muTPS__button--secondary:focus-visible,
.muTPS__button--quiet:hover,
.muTPS__button--quiet:focus-visible{
  color:#1278e8!important;
  background:#fff;
  border-color:rgba(18,135,255,.24);
  box-shadow:0 14px 30px rgba(14,33,56,.08);
}

.muTPS__button[aria-busy="true"]{
  opacity:.72;
  cursor:wait;
}

.muTPS__live{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.muTPS--loading{
  grid-template-columns:56px minmax(0,1fr) 180px;
}

.muTPS__skeleton,
.muTPS__skeletonCopy span{
  display:block;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(224,233,241,.72),rgba(246,250,253,.96),rgba(224,233,241,.72));
  background-size:220% 100%;
  animation:muTPSShimmer 1.3s linear infinite;
}

.muTPS__skeleton--orb{
  width:56px;
  height:56px;
  border-radius:20px;
}

.muTPS__skeletonCopy{
  display:grid;
  gap:9px;
}

.muTPS__skeleton--small{width:118px;height:10px}
.muTPS__skeleton--title{width:min(560px,78%);height:24px}
.muTPS__skeleton--meta{width:min(320px,54%);height:13px}
.muTPS__skeleton--button{width:180px;height:45px}

@keyframes muTPSShimmer{
  from{background-position:100% 0}
  to{background-position:-120% 0}
}

@media(max-width:840px){
  [data-moveu-task-status-anchor]{
    width:min(100% - 24px,760px);
    margin-top:18px;
    margin-right:auto;
    margin-bottom:calc(24px + var(--mu-tps-flow-fix));
    margin-left:auto;
    scroll-margin-top:108px;
  }

  .muTPS{
    grid-template-columns:50px minmax(0,1fr);
    gap:14px;
    min-height:unset;
    padding:17px;
    border-radius:26px;
  }

  .muTPS__orb{
    width:50px;
    height:50px;
    border-radius:18px;
  }

  .muTPS__orb svg{
    width:23px;
    height:23px;
  }

  .muTPS__content{
    padding-right:0;
  }

  .muTPS__title{
    font-size:20px;
  }

  .muTPS__actions{
    grid-column:1 / -1;
    width:100%;
    justify-content:stretch;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    margin-top:2px;
  }

  .muTPS__button{
    width:100%;
    min-height:44px;
    padding:0 12px;
    font-size:12px;
  }

  .muTPS__image{
    width:64%;
    right:-18%;
    opacity:.09;
  }

  .muTPS--loading{
    grid-template-columns:50px minmax(0,1fr);
  }

  .muTPS--loading .muTPS__skeleton--button{
    grid-column:1/-1;
    width:100%;
  }
}

@media(max-width:460px){
  [data-moveu-task-status-anchor]{
    width:calc(100% - 20px);
  }

  .muTPS{
    padding:15px;
    border-radius:24px;
    grid-template-columns:44px minmax(0,1fr);
    gap:12px;
  }

  .muTPS__orb{
    width:44px;
    height:44px;
    border-radius:16px;
  }

  .muTPS__eyebrow{
    font-size:10px;
    margin-bottom:6px;
  }

  .muTPS__title{
    font-size:18px;
  }

  .muTPS__meta{
    font-size:12.5px;
  }

  .muTPS__description{
    font-size:11.8px;
  }

  .muTPS__actions{
    grid-template-columns:1fr;
  }
}

@media(prefers-reduced-motion:reduce){
  .muTPS *,
  .muTPS *::before,
  .muTPS *::after{
    animation:none!important;
    transition:none!important;
  }
}
