@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500&family=DM+Serif+Display:ital@0;1&display=swap";
.shell{--bone:#f7f5f0;--navy:#0f1f3d;--navy2:#1a3460;--muted:#6b7894;--place:#a8afc0;--teal:#0e7b6c;--tealBg:#e6f4f1;--line:#d8d4ca;--cardHover:#fdfcfa;--chip:#ede9e0;--white:#fff;--serif:"DM Serif Display",Georgia,serif;--body:"DM Sans",system-ui,sans-serif;--shadow:0 2px 12px #0f1f3d0f;--shadowUp:0 8px 30px #0f1f3d1a;--rChip:999px;--rBtn:8px;--rCard:12px;--rList:14px;--warnBd:#e2cfa6;--warnBg:#f7f0e0;--warnIc:#9a6b16;--warnInk:#7a5a16;--warnInkStrong:#7a4b16;font-family:var(--body);color:var(--navy);background:var(--bone);-webkit-font-smoothing:antialiased;min-height:100vh;font-weight:400;position:relative}.shell:before{content:"";z-index:0;pointer-events:none;background-image:linear-gradient(#0f1f3d0a 1px,#0000 1px),linear-gradient(90deg,#0f1f3d0a 1px,#0000 1px);background-size:80px 80px;position:fixed;inset:0}.shell *{box-sizing:border-box}.shell button{cursor:pointer;font-family:inherit}.shell a{color:inherit;text-decoration:none}.shell .btn{white-space:nowrap;border-radius:var(--rBtn);background:var(--navy);color:#fff;letter-spacing:.02em;border:none;justify-content:center;align-items:center;gap:.4rem;padding:.72rem 1.4rem;font-size:.86rem;font-weight:500;transition:all .2s;display:inline-flex}.shell .btn:hover{background:var(--navy2);transform:scale(1.01)}.shell .btn:active{transform:scale(.99)}.shell .btn.full{width:100%}.shell .btn.ghost{color:var(--muted);border:1px solid var(--line);background:0 0}.shell .btn.ghost:hover{background:var(--cardHover);color:var(--navy);transform:none}.shell .btn.teal{background:var(--teal)}.shell .btn.teal:hover{background:#0c6a5d}.shell .btn.sm{padding:.5rem 1rem;font-size:.8rem}.shell .btn.warn{background:var(--warnIc)}.shell .btn.warn:hover{background:var(--warnInkStrong)}.shell .btn[disabled]{opacity:.5;cursor:not-allowed}.shell .btn[disabled]:hover{background:var(--navy);transform:none}.shell .eyebrow{color:var(--teal);text-transform:uppercase;letter-spacing:.14em;align-items:center;gap:.5rem;font-size:.72rem;font-weight:500;display:inline-flex}.shell .eyebrow .dot{background:var(--teal);border-radius:50%;width:6px;height:6px}.shell .pill{border-radius:var(--rChip);background:var(--white);color:var(--teal);text-transform:uppercase;letter-spacing:.08em;border:1px solid #0e7b6c47;align-items:center;gap:.35rem;padding:.28rem .8rem;font-size:.68rem;font-weight:500;display:inline-flex}.shell .badge{border-radius:var(--rChip);letter-spacing:.03em;border:1px solid var(--line);color:var(--muted);background:#fff;align-items:center;gap:.35rem;padding:.2rem .6rem;font-size:.66rem;font-weight:500;line-height:1;display:inline-flex}.shell .badge.dinero{color:#5b3aa8;background:#f2eefb;border-color:#d6c9ef}.shell .badge.economic{color:#1d6fb8;background:#eaf3fb;border-color:#c3ddf1}.shell .badge.test{color:#6b7894;border-color:var(--line);background:var(--chip)}.shell .badge.sandbox{color:var(--warnIc);border-color:var(--warnBd);background:var(--warnBg)}.shell .badge.adminview{color:var(--muted);border-color:var(--line);background:var(--chip)}.shell .badge.adminview.noowner{color:var(--warnIc);border-color:var(--warnBd);background:var(--warnBg)}.shell .bdot{background:currentColor;border-radius:2px;width:6px;height:6px;display:inline-block}.shell .center-wrap{text-align:center;z-index:1;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:40px 24px 80px;display:flex;position:relative}.shell .brand{align-items:center;gap:.55rem;margin-bottom:2.4rem;display:flex}.shell .brand .mark{background:var(--navy);color:#fff;width:30px;height:30px;font-family:var(--serif);border-radius:8px;justify-content:center;align-items:center;font-size:16px;display:flex}.shell .brand .word{font-family:var(--serif);color:var(--navy);font-size:1.35rem}.shell .brand .beta{margin-left:.4rem}.shell .card{border:1.5px solid var(--line);border-radius:var(--rCard);box-shadow:var(--shadow);background:#fff}.shell .auth-card{text-align:left;width:100%;max-width:440px;padding:2rem 2rem 1.9rem}.shell .auth-card h1{font-family:var(--serif);letter-spacing:-.01em;margin:.9rem 0 .5rem;font-size:1.7rem;font-weight:400;line-height:1.15}.shell .auth-card p.sub{color:var(--muted);margin:0 0 1.5rem;font-size:.92rem;font-weight:300;line-height:1.6}.shell .field-lbl{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin:0 0 .5rem;font-size:.75rem;font-weight:500;display:block}.shell .input{border:1.5px solid var(--line);border-radius:var(--rBtn);width:100%;font:inherit;color:var(--navy);background:#fff;margin-bottom:1rem;padding:.85rem 1rem;font-size:.95rem;transition:all .2s}.shell .input::placeholder{color:var(--place)}.shell .input:focus{border-color:var(--teal);outline:none;box-shadow:0 0 0 4px #0e7b6c1a}.shell .input:disabled{background:var(--chip);color:var(--muted);cursor:not-allowed}.shell .notice{border-radius:var(--rCard);align-items:flex-start;gap:.8rem;padding:1.1rem 1.2rem;font-size:.9rem;line-height:1.55;display:flex}.shell .notice.ok{background:var(--tealBg);color:var(--teal);border:1px solid #0e7b6c40}.shell .notice.warn{border:1px solid var(--warnBd);background:var(--warnBg);color:var(--warnIc)}.shell .notice .ic{flex:none;width:22px;height:22px;margin-top:1px}.shell .notice b{font-weight:500}.shell .muted-line{color:var(--muted);margin-top:1.2rem;font-size:.85rem;font-weight:300}.shell .linklike{color:var(--teal);cursor:pointer;font-weight:500;font-size:inherit;background:0 0;border:none;padding:0}.shell .linklike:hover{text-decoration:underline}.shell .topbar{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);background:#f7f5f0e0;position:sticky;top:0}.shell .topbar-inner{justify-content:space-between;align-items:center;gap:16px;max-width:1000px;margin:0 auto;padding:14px 24px;display:flex}.shell .topbar .brand{margin-bottom:0}.shell .topbar .brand .word{font-size:1.1rem}.shell .acct{color:var(--muted);align-items:center;gap:14px;font-size:.85rem;display:flex}.shell .acct .who{align-items:center;gap:.5rem;display:flex}.shell .acct .avatar{background:var(--chip);width:28px;height:28px;color:var(--navy);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:500;display:flex;box-shadow:0 1px 4px #0f1f3d1a}.shell .logout{color:var(--muted);cursor:pointer;font-weight:400}.shell .logout:hover{color:var(--navy);text-decoration:underline}.shell .list-main{z-index:1;max-width:1000px;margin:0 auto;padding:22px 24px 80px;position:relative}.shell .list-head{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:1.6rem;display:flex}.shell .list-head h1{font-family:var(--serif);letter-spacing:-.01em;margin:.6rem 0 .3rem;font-size:1.9rem;font-weight:400}.shell .list-head .count{color:var(--muted);font-size:.9rem;font-weight:300}.shell .cl-empty-card{text-align:center;border:1.5px solid var(--line);border-radius:var(--rList);box-shadow:var(--shadow);background:#fff;flex-direction:column;align-items:center;gap:.8rem;padding:64px 32px;display:flex}.shell .cl-empty-card .ec-ic{background:var(--tealBg);width:60px;height:60px;color:var(--teal);border-radius:18px;justify-content:center;align-items:center;margin-bottom:.4rem;display:flex}.shell .cl-empty-card .ec-ic svg{width:30px;height:30px}.shell .cl-empty-card h2{font-family:var(--serif);margin:0;font-size:1.5rem;font-weight:400}.shell .cl-empty-card p{color:var(--muted);max-width:400px;margin:0 0 .6rem;font-size:.92rem;font-weight:300;line-height:1.6}.shell .sync-banner{border:1.5px solid var(--warnBd);background:var(--warnBg);border-radius:var(--rCard);align-items:center;gap:13px;margin:0 0 1.4rem;padding:.95rem 1.15rem;display:flex}.shell .sync-banner .sb-ic{width:20px;height:20px;color:var(--warnIc);flex:none}.shell .sync-banner .sb-txt{color:var(--warnInk);flex:1;font-size:.86rem;line-height:1.5}.shell .sync-banner .sb-txt b{color:var(--warnInkStrong);font-weight:600}.shell .rev-stale-banner{border:1.5px solid var(--warnBd);background:var(--warnBg);border-radius:var(--rCard);max-width:1124px;color:var(--warnInk);align-items:center;gap:11px;margin:.9rem auto 0;padding:.7rem 1rem;font-size:.86rem;line-height:1.5;display:flex}.shell .rev-stale-banner svg{width:20px;height:20px;color:var(--warnIc);flex:none}.shell .rev-stale-banner span{flex:1}.shell .clientlist{border:1.5px solid var(--line);border-radius:var(--rList);box-shadow:var(--shadow);background:#fff;overflow:hidden}.shell .cr-wrap{border-bottom:1px solid var(--line);grid-template-columns:1fr auto;align-items:center;transition:background .15s;display:grid}.shell .cr-wrap:last-child{border-bottom:none}.shell .cr-wrap:hover{background:var(--cardHover)}.shell .client-row{cursor:pointer;color:inherit;grid-template-columns:1fr auto;align-items:center;gap:16px;min-width:0;padding:18px 22px;display:grid}.shell .cr-del{border-radius:var(--rBtn);width:34px;height:34px;color:var(--place);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;margin-right:14px;transition:all .15s;display:flex}.shell .cr-del svg{width:17px;height:17px}.shell .cr-del:hover{color:var(--warnIc);border-color:var(--warnBd);background:var(--warnBg)}.shell .cr-left{align-items:center;gap:14px;min-width:0;display:flex}.shell .cr-mono{background:var(--tealBg);width:38px;height:38px;color:var(--teal);font-family:var(--serif);border-radius:10px;flex:none;justify-content:center;align-items:center;font-size:16px;display:flex}.shell .cr-name{min-width:0}.shell .cr-name .nm{flex-wrap:wrap;align-items:center;gap:.55rem;font-size:1rem;font-weight:500;line-height:1.25;display:flex}.shell .cr-name .sub{color:var(--muted);margin-top:.22rem;font-size:.8rem;font-weight:400}.shell .cr-right{align-items:center;gap:14px;display:flex}.shell .status-hint{color:var(--teal);align-items:center;gap:.45rem;font-size:.82rem;font-weight:500;display:flex}.shell .status-hint .sh-dot{background:var(--teal);border-radius:50%;width:7px;height:7px}.shell .status-hint.empty{color:var(--muted);font-weight:400}.shell .status-hint.empty .sh-dot{background:var(--place)}.shell .status-hint.done{color:var(--muted)}.shell .status-hint.done .sh-check{color:var(--teal);font-size:.85rem;font-weight:600;line-height:1}.shell .connect-main{z-index:1;max-width:720px;margin:0 auto;padding:44px 24px 80px;position:relative}.shell .connect-head{text-align:center;margin-bottom:.4rem}.shell .connect-head h1{font-family:var(--serif);letter-spacing:-.01em;margin:.7rem 0 .4rem;font-size:1.7rem;font-weight:400}.shell .connect-head p{color:var(--muted);max-width:460px;margin:0 auto;font-size:.95rem;font-weight:300;line-height:1.6}.shell .connect-grid{grid-template-columns:1fr 1fr;align-items:start;gap:16px;margin:1.6rem 0 1.2rem;display:grid}.shell .ec-column{flex-direction:column;gap:16px;min-width:0;display:flex}.shell .sys-card{flex-direction:column;gap:.9rem;padding:1.5rem;transition:all .2s;display:flex}.shell .sys-card.disabled{opacity:.72}.shell .sys-card .sc-top{justify-content:space-between;align-items:center;display:flex}.shell .sys-logo{width:40px;height:40px;font-family:var(--serif);color:#fff;border-radius:10px;flex:none;justify-content:center;align-items:center;font-size:18px;display:flex}.shell .sys-logo.economic{background:#1d6fb8}.shell .sys-logo.dinero{background:#5b3aa8}.shell .sys-card h3{font-family:var(--serif);margin:0;font-size:1.15rem;font-weight:400}.shell .sys-card .sc-desc{color:var(--muted);flex:1;font-size:.83rem;font-weight:300;line-height:1.6}.shell .coming-tag{text-transform:uppercase;letter-spacing:.06em;color:var(--place);border:1px solid var(--line);border-radius:var(--rChip);padding:.14rem .5rem;font-size:.6rem;line-height:1}.shell .sc-connected{color:var(--teal);align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;display:flex}.shell .sc-connected .check{background:var(--teal);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.shell .sc-connected .check svg{width:12px;height:12px}.shell .sc-org{color:var(--muted);margin-top:.15rem;font-size:.78rem;font-weight:300;line-height:1.5}.shell .sc-failed{color:var(--warnIc);align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;display:flex}.shell .sc-failed .xmark{background:var(--warnIc);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.shell .sc-failed .xmark svg{width:12px;height:12px}.shell .sync-years{border-top:1px solid var(--line);flex-direction:column;margin-top:.3rem;display:flex}.shell .sync-year{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;padding:.7rem 0;display:flex}.shell .sync-year:last-child{border-bottom:none}.shell .sy-left{min-width:0}.shell .sy-yr{font-variant-numeric:tabular-nums;align-items:center;gap:.5rem;font-size:.92rem;font-weight:500;display:flex}.shell .sy-yr .yr-closed{text-transform:uppercase;letter-spacing:.03em;color:var(--place);border:1px solid var(--line);border-radius:6px;padding:.05rem .4rem;font-size:.6rem;font-weight:400}.shell .sy-meta{color:var(--muted);margin-top:.15rem;font-size:.72rem;font-weight:300}.shell .sy-syncing{color:var(--teal);align-items:center;gap:.4rem;font-size:.78rem;font-weight:500;display:flex}.shell .connect-foot{justify-content:space-between;align-items:center;gap:12px;margin-top:.6rem;display:flex}.shell .pilot-note{color:var(--muted);background:var(--chip);border-radius:var(--rBtn);align-items:flex-start;gap:.6rem;margin-top:.2rem;padding:.7rem .9rem;font-size:.78rem;font-weight:300;line-height:1.55;display:flex}.shell .pilot-note .pn-ic{width:15px;height:15px;color:var(--place);flex:none;margin-top:1px}.shell .spinner{border:2px solid var(--tealBg);border-top-color:var(--teal);border-radius:50%;flex:none;width:13px;height:13px;animation:.7s linear infinite shellspin;display:inline-block}@keyframes shellspin{to{transform:rotate(360deg)}}.shell .status-hint.syncing{color:var(--teal);font-weight:500}@media (max-width:560px){.shell .connect-grid{grid-template-columns:1fr}}.shell .dev-foot{text-align:center;color:var(--place);margin-top:28px;font-size:.75rem}.shell .dev-foot a{color:var(--place);text-decoration:underline}.shell .dev-foot a:hover{color:var(--muted)}.shell .dev-foot button{font:inherit;color:var(--place);cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.shell .dev-foot button:hover{color:var(--muted)}.shell .dev-foot .dev-sep{margin:0 .5rem}.sbx-scrim{z-index:50;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f1f3d6b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.sbx-modal{border:1.5px solid var(--line);border-radius:var(--rCard);width:100%;max-width:440px;box-shadow:var(--shadowUp);text-align:left;background:#fff;overflow:hidden}.sbx-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:.85rem 1.1rem;display:flex}.sbx-head b{font-family:var(--serif);color:var(--navy);font-size:1rem;font-weight:500}.sbx-x{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:2px 6px;font-size:.95rem;line-height:1}.sbx-x:hover{color:var(--navy)}.sbx-body{flex-direction:column;gap:.85rem;padding:1.1rem;display:flex}.sbx-note{color:var(--muted);margin:0;font-size:.8rem;line-height:1.55}.sbx-note b{color:var(--navy);font-weight:500}.sbx-lbl{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;flex-direction:column;gap:.35rem;font-size:.68rem;display:flex}.sbx-lbl select{border:1px solid var(--line);border-radius:var(--rBtn);font:inherit;color:var(--navy);text-transform:none;letter-spacing:0;background:#fff;padding:.5rem .6rem;font-size:.85rem}.sbx-hint{color:var(--place);text-transform:none;letter-spacing:0;font-size:.8rem}.sbx-err{color:var(--warnIc);margin:0;font-size:.78rem}.sbx-actions{justify-content:flex-end;gap:.6rem;margin-top:.15rem;display:flex}.shell.barebg{background:0 0;min-height:0}.shell.barebg:before{content:none}.shell .rev-topbar{border-bottom:1px solid var(--line);box-shadow:var(--shadow);z-index:20;background:#fff;position:sticky;top:0}.shell .rev-topbar-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;max-width:1180px;margin:0 auto;padding:14px 28px;display:flex}.shell .rev-left{align-items:center;gap:16px;min-width:0;display:flex}.shell .back-link{color:var(--muted);align-items:center;gap:.4rem;padding:.4rem .2rem;font-size:.85rem;font-weight:400;display:inline-flex}.shell .back-link:hover{color:var(--navy)}.shell .back-link svg{width:16px;height:16px}.shell .rev-divide{background:var(--line);flex:none;width:1px;height:26px}.shell .rev-client{flex-direction:column;gap:1px;min-width:0;display:flex}.shell .rev-client .cn{font-family:var(--serif);color:var(--navy);font-size:1.25rem;line-height:1.1}.shell .rev-client .cmeta{color:var(--muted);align-items:center;gap:.5rem;font-size:.76rem;font-weight:300;display:flex}.shell .rev-right{align-items:center;gap:12px;display:flex}.shell .yeardisp{flex-direction:column;align-items:flex-end;padding:.2rem;line-height:1.1;display:inline-flex}.shell .yeardisp .yr-lbl{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.6rem;font-weight:500}.shell .yeardisp .yr-val{color:var(--navy);font-variant-numeric:tabular-nums;font-size:1rem;font-weight:500}.shell .rev-client.hasmenu{cursor:pointer;border-radius:var(--rBtn);margin:-.2rem -.4rem;padding:.2rem .4rem;transition:all .12s}.shell .rev-client.hasmenu:hover{background:var(--cardHover)}.shell .rev-client .cn-row{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.shell .rev-client .cn-caret{width:14px;height:14px;color:var(--place);flex:none}.shell .cn-ic{width:15px;height:15px;color:var(--place);flex:none}.shell .miniprofile{border:1.5px solid var(--line);border-radius:var(--rCard);min-width:320px;max-width:360px;box-shadow:var(--shadowUp);z-index:40;text-align:left;cursor:default;background:#fff;padding:15px 17px;display:none;position:absolute;top:calc(100% + 8px);left:0}.shell .miniprofile.on{display:block}.shell .mp-id{color:var(--muted);border-bottom:1px solid var(--line);margin-bottom:.7rem;padding-bottom:.7rem;font-size:.78rem;font-weight:300}.shell .mp-id b{color:var(--navy);font-weight:500;font-family:var(--serif);font-size:.95rem}.shell .mp-facts{margin:.1rem 0}.shell .mp-fact{flex-direction:column;gap:.22rem;padding:.32rem 0;font-size:.8rem;display:flex}.shell .mp-fact .mf-k{color:var(--muted);font-weight:400}.shell .mp-fact .mf-v{color:var(--navy);font-weight:400}.shell .mp-fact-block .mf-v{line-height:1.55}.shell .mp-empty{color:var(--place);padding:.2rem 0 .3rem;font-size:.78rem;font-weight:300}.shell .mp-divider{border-top:1px solid var(--line);margin:.7rem 0}.shell .mp-setting{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.shell .mp-setting .mp-lbl{color:var(--navy);font-size:.85rem;font-weight:500}.shell .mp-setting .mp-sub{color:var(--muted);max-width:200px;margin-top:.15rem;font-size:.75rem;font-weight:300;line-height:1.5}.shell .mp-note-soon{color:var(--place);margin-top:.55rem;font-size:.72rem;font-weight:300;line-height:1.5}.shell .mp-future{border-top:1px dashed var(--line);color:var(--place);margin-top:.9rem;padding-top:.7rem;font-size:.72rem;font-weight:300;line-height:1.5}.shell .automatch{-webkit-user-select:none;user-select:none;flex:none;align-items:center;gap:.4rem;display:inline-flex}.shell .automatch .sw{background:var(--line);border-radius:999px;flex:none;width:30px;height:17px;transition:all .15s;position:relative}.shell .automatch .sw:after{content:"";background:#fff;border-radius:50%;width:13px;height:13px;transition:all .15s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #0f1f3d40}.shell .automatch.disabled{opacity:.55;cursor:not-allowed}.shell .status-hint.running{color:var(--teal);font-weight:500}.shell .run-wrap{z-index:1;max-width:640px;margin:0 auto;padding:44px 24px 80px;position:relative}.shell .run-card{text-align:center;padding:2.4rem 2.2rem}.shell .run-hero-ic{background:var(--tealBg);width:56px;height:56px;color:var(--teal);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 1.2rem;display:flex}.shell .run-hero-ic svg{width:28px;height:28px}.shell .run-card h2{font-family:var(--serif);margin:0 0 .5rem;font-size:1.7rem;font-weight:400}.shell .run-card p.sub{color:var(--muted);max-width:420px;margin:0 auto 1.5rem;font-size:.92rem;font-weight:300;line-height:1.6}.shell .run-cost{color:var(--muted);background:var(--chip);border-radius:var(--rChip);align-items:center;gap:.45rem;margin-bottom:1.2rem;padding:.3rem .85rem;font-size:.78rem;display:inline-flex}.shell .run-starterr{color:var(--warnIc);max-width:400px;margin:1rem auto 0;font-size:.82rem;font-weight:400}.shell .prog-outer{background:var(--chip);border-radius:999px;height:10px;margin:.4rem 0 .8rem;overflow:hidden}.shell .prog-inner{background:var(--teal);border-radius:999px;height:100%;transition:width .4s}.shell .prog-count{color:var(--navy);font-variant-numeric:tabular-nums;font-size:.85rem;font-weight:500}.shell .prog-steps{text-align:left;flex-direction:column;gap:.55rem;margin:1.6rem 0 0;display:flex}.shell .pstep{color:var(--muted);align-items:center;gap:.7rem;font-size:.86rem;font-weight:300;display:flex}.shell .pstep .ps-ic{border-radius:50%;flex:none;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;display:flex}.shell .pstep.done{color:var(--navy)}.shell .pstep.done .ps-ic{background:var(--teal);color:#fff}.shell .pstep.active{color:var(--navy);font-weight:500}.shell .pstep.active .ps-ic{border:2px solid var(--teal);color:var(--teal)}.shell .pstep.wait .ps-ic{border:1.5px solid var(--line);color:var(--place)}.shell .run-foot{justify-content:center;gap:10px;margin-top:1.8rem;display:flex}.shell .warn-ic{background:var(--warnBg);color:var(--warnIc)}.shell .notice.warn.left{text-align:left}.shell .pstep .pstep-count{color:var(--muted);font-variant-numeric:tabular-nums;margin-left:.5rem;font-size:.76rem;font-weight:400}
