:root{--surface:#fff;--ink:#14161a;--muted:#5c6270;--line:#f0f1f4;--primary:#3e4784;--ease:cubic-bezier(.22,1,.36,1)}
*{box-sizing:border-box}
html,body{margin:0;width:100%;height:100%;background:#f3f3f3}
body{font-family:Inter,sans-serif;color:var(--ink);-webkit-font-smoothing:antialiased}
p,h1,h2{margin:0;font-weight:inherit}
button{font:inherit;color:inherit;-webkit-tap-highlight-color:transparent}
.viewport{width:100%;height:100%;overflow:auto;scrollbar-width:none;overflow-anchor:none}
.viewport::-webkit-scrollbar{display:none}
.canvas{width:2000px;height:1500px;position:relative;background:#f3f3f3;overflow:hidden}
.card-anchor{position:absolute;left:1000px;top:750px;transform:translate(-50%,-50%);width:460px}
.card{width:460px;height:373.07785px;position:relative;overflow:hidden;border-radius:20px;background:var(--surface);box-shadow:none;border:0;outline:none;isolation:isolate}
.panel{position:absolute;inset:0 auto auto 0;width:460px;background:#fff}
.panel[hidden]{display:none}
.card-header{height:51px;padding:16px 20px;display:flex;gap:10px;align-items:center;box-shadow:inset 0 -1px var(--line)}
.suggestion .card-header{height:64px;padding:20px 24px}
h1{font-family:Manrope,sans-serif;font-size:13px;font-weight:700;line-height:18px}
h2{font-size:16px;line-height:21px;font-weight:500;letter-spacing:0}
.icon{width:19px;height:19px;display:block;flex:none}
.title-group{display:flex;flex-direction:column;gap:4px}
.muted{font-size:14px;line-height:17px;color:var(--muted);font-weight:400;white-space:nowrap}
.suggestion-body{padding:24px;display:flex;flex-direction:column;gap:24px}
.action-list{height:78.07785px;width:100%;position:relative;border-radius:12px;background:white;box-shadow:inset 0 0 0 .976px #d5d7da,0 .976px 1.952px #1018280d;overflow:hidden}
.action-row{height:39.038925px;display:flex;align-items:center;padding:0 13.66362px;gap:7.80784px;color:#424242;font-size:13.66362px;line-height:19.51946px;font-weight:500}
.action-row:first-child{box-shadow:inset 0 -0.976px #e5e5e5}
.suggestion-body .title-group{gap:8px}
.spark-badge{width:24px;height:24px;position:relative;flex:none}
.spark-badge img{position:absolute;left:-8.13%;top:-4.07%;width:116.26%;height:116.27%;max-width:none;display:block}
.tags{display:flex;gap:4px;height:24px}
.tags span{padding:5px 10px;background:#f1f2f5;border-radius:20px;font-size:11.5px;line-height:14px;font-weight:500;color:#2a2e35;white-space:nowrap}
.tags span:nth-child(1){width:92px}.tags span:nth-child(2){width:108px}.tags span:nth-child(3){width:77px}
.card-footer{height:64px;padding:16px 20px;display:flex;align-items:center;box-shadow:inset 0 1px var(--line)}
.suggestion-footer{justify-content:space-between;height:72px;padding:20px 24px}
.actions{display:flex;gap:9px}
.button{height:32px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:6px;background:white;border:.976px solid #d5d7da;border-radius:97.597px;font-size:13.5px;line-height:16px;font-weight:500;white-space:nowrap;box-shadow:0 .976px .976px #1018280d,inset 0 -1.952px #0a0d120d;cursor:pointer;transition:background 180ms ease,box-shadow 180ms ease,transform 220ms var(--ease)}
.button:hover{background:#fafafb;box-shadow:0 2px 4px #1018280e,inset 0 -1.952px #0a0d120d}
.button:active{transform:translateY(1px) scale(.975)}
.button:focus-visible{outline:2px solid #7d85bd;outline-offset:4px}
.button[aria-disabled=true]{cursor:default}
.dismiss{width:79px}.edit{width:53px}
.dismiss{border:0;background:transparent;box-shadow:none}
.dismiss:hover{background:#f3f3f3;box-shadow:none}
.primary{width:135px;color:white;background:#3e4784;border:2px solid #5660a0;box-shadow:0 1px 2px #1018280d,inset 0 1px 0 #ffffff14,inset 0 -2px 0 #0a0d1214;position:relative}
.primary:hover{background:#485292;border-color:#626daf;box-shadow:0 2px 4px #3e478426,inset 0 1px 0 #ffffff1a,inset 0 -2px 0 #0a0d1214}
.primary:active{background:#353e76;border-color:#4c5795}
.running-header{height:52px;padding:16px 24px}
.step-count{margin-left:auto;font-size:13px;font-weight:500;line-height:20px;color:#424242}
.dot-grid{width:16px;height:16px;display:grid;grid-template-columns:repeat(3,3px);grid-template-rows:repeat(3,3px);gap:2px;place-content:center;flex:none}
.dot{width:3px;height:3px;overflow:hidden;position:relative}
.dot img{display:block;position:absolute;top:0;width:13px;height:3px;max-width:none}
.running-body{padding:20px 24px;display:flex;flex-direction:column;gap:16px}
.receipt-row{height:19px;display:flex;align-items:center;gap:11px}
.receipt-row p{font-size:13.5px;line-height:16px;font-weight:500}
.check{width:19px;height:19px;border-radius:50%;background:#e4f3ef;display:flex;align-items:center;justify-content:center;flex:none}
.check img{display:block;width:14px;height:14px}
.reference{margin-left:auto;font-family:'Roboto Mono',monospace;font-size:11.5px;line-height:15px;color:var(--muted)}
.spinner{animation:spin 1050ms linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.success-body{height:82px;padding:20px 24px;display:flex;align-items:flex-start;gap:10px}
.success-body .title-group{flex:1;min-width:0}
.success-footer{justify-content:flex-end;gap:10px;padding:16px 24px}
.text-button{width:96px;border:0;box-shadow:none;background:transparent}
.text-button:hover{background:#f3f3f3;box-shadow:none}
.undo{width:176px}.undo img{width:14px;height:14px;display:block;transition:transform 220ms var(--ease)}
.undo:hover img{transform:translateX(-2px)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:0.001ms!important;transition-duration:0.001ms!important}.spinner{animation:none}}

.receipt-status{width:19px;height:19px;position:relative;flex:none}
/* Patched for kickoof.com: three states, not two. A step that has not started
   shows a dashed ring, so only the one actually running spins. The ring is drawn
   in CSS because Figma exports it as a 19px raster, which would blur on retina.
   REAPPLY IF THE PACKAGE IS RE-IMPORTED — a drop-in overwrote this file once. */
.receipt-status>.pending,.receipt-status>.spinner,.receipt-status>.check{position:absolute;inset:0;transition:opacity 180ms ease,scale 300ms var(--ease)}
.receipt-status>.pending{border:1.5px dashed #d8dae6;border-radius:50%}
.receipt-status>.spinner{opacity:0;scale:.8}
.receipt-status>.check{opacity:0;scale:.65}
.receipt-row.is-running .receipt-status>.pending{opacity:0;scale:.8}
.receipt-row.is-running .receipt-status>.spinner{opacity:1;scale:1}
.receipt-row.is-complete .receipt-status>.pending{opacity:0;scale:.8}
.receipt-row.is-complete .receipt-status>.spinner{opacity:0;scale:.8}
.receipt-row.is-complete .receipt-status>.check{opacity:1;scale:1}
.receipt-row .reference{opacity:0;transition:opacity 240ms ease}
.receipt-row.is-complete .reference{opacity:1}

.plan{display:flex;flex-direction:column;width:100%;background:#f1f2f5;border-radius:12px}
.plan-header{display:flex;align-items:center;gap:5px;height:34px;padding:8px 16px;color:#2a2e35}
.plan-header>img{width:14px;height:14px;display:block;flex:none}
.plan-header h3{margin:0;font-size:14px;line-height:17px;font-weight:500}
.plan-count{height:18px;width:57px;display:flex;align-items:center;justify-content:center;border:1px solid #ecedee;border-radius:6px;background:#fff;font-size:11.5px;font-weight:500;line-height:14px}
.plan-chevron{display:block;width:15.61557px;height:15.61557px;flex:none;margin-left:auto}
.action-list:after{content:'';position:absolute;inset:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 0 0 .976px #d5d7da,inset 0 -1.952px #0a0d120d}
