.workflow-hero-demo-root,.workflow-hero-demo-root *{margin:0;padding:0;box-sizing:border-box}:root{--navy:#162035;--cobalt:#163FA0;--cobalt-light:#4F7FE8;--ink:#10141D;--slate:#5A6478;--mist:#8892A4;--border:#E2E6EF;--border-light:#EEF1F7;--surface:#F4F6FA;--white:#fff;--green:#1D9E75;--green-bg:#E1F5EE;--green-text:#0F6E56;--red-text:#C0392B;--workflow-w:210px}.workflow-hero-demo-root{width:100%;height:100%;min-height:0;max-height:100%;display:flex;align-items:stretch;justify-content:stretch;overflow:hidden;background:#cdd1db;font-family:Plus Jakarta Sans,sans-serif;color:var(--ink);font-size:13px;line-height:1.5}.app{display:flex;flex:1;min-height:0;width:100%;height:100%;border-radius:12px;overflow:hidden;box-shadow:0 10px 56px #0000003d;background:var(--white)}.main{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden}.topbar{height:40px;border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 20px;flex-shrink:0}.bc{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--slate)}.bc .cur{font-weight:600;color:var(--ink)}.bc-sep{color:var(--border)}.task-hdr{padding:9px 20px 8px;border-bottom:1px solid var(--border);flex-shrink:0}.task-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:3px}.task-title{font-size:15.5px;font-weight:800;letter-spacing:-.3px;color:var(--ink)}.task-badges{display:flex;align-items:center;gap:5px;flex-shrink:0}.tbadge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:20px;font-size:11px;font-weight:600;border:1px solid var(--border);background:var(--white);color:var(--slate)}.prog-ring-sm{position:relative;width:30px;height:30px;flex-shrink:0}#ringsvg{transform:rotate(-90deg)}.prog-ring-sm .tr{fill:none;stroke:var(--border);stroke-width:3}.prog-ring-sm .fr{fill:none;stroke:var(--cobalt-light);stroke-width:3;stroke-linecap:round}.prog-lbl{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:var(--ink)}.task-meta-row{display:flex;align-items:center;gap:10px;font-size:11.5px;color:var(--slate)}.task-meta-row strong{color:var(--ink);font-weight:600}.task-sub-row{font-size:11.5px;color:var(--slate);margin-top:2px;display:flex;align-items:center;gap:8px}.task-sub-row strong{color:var(--ink);font-weight:700}.task-sub-row .now{font-weight:700;color:var(--ink)}.role-pill{display:inline-flex;align-items:center;gap:4px;background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:1px 6px;font-size:10px;color:var(--slate)}.role-pill strong{color:var(--ink);font-weight:600}.task-body{flex:1;display:flex;overflow:hidden;min-height:0}.workflow-col{width:var(--workflow-w);min-width:var(--workflow-w);min-height:0;border-right:1px solid var(--border);padding:12px 0;overflow-y:auto;flex-shrink:0}.wf-label{font-size:9.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--mist);padding:0 13px;margin-bottom:8px}.wf-step{display:flex;align-items:flex-start;gap:8px;padding:5px 13px;transition:background .4s ease .15s}.wf-step.active{background:var(--surface)}.wf-step-dot{width:20px;height:20px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:1px;position:relative;z-index:1}.wf-step-dot svg{width:10px;height:10px;stroke:#fff;fill:none;stroke-width:2.5}.wsd-done{background:var(--cobalt)!important;border:none!important}.wsd-active{background:var(--white);border:2.5px solid var(--cobalt-light)}.wsd-active:after{content:"";position:absolute;width:8px;height:8px;background:var(--cobalt-light);border-radius:50%}.wsd-pending{background:var(--white);border:2px solid var(--border)}.wsd-pending:after{content:"";position:absolute;width:7px;height:7px;background:var(--border);border-radius:50%}.wf-step-text{flex:1;min-width:0}.wf-step-name{font-size:11.5px;font-weight:500;color:var(--slate);line-height:1.3;transition:color .4s ease .15s}.wf-step.active .wf-step-name{font-weight:600;color:var(--ink)}.wf-step.done .wf-step-name{color:var(--slate)}.wf-step.pending .wf-step-name{color:var(--mist)}.wf-connector{width:2px;height:7px;background:var(--border-light);margin:0 auto 0 22px}.wf-tag{display:inline-flex;align-items:center;gap:3px;font-size:9px;font-weight:700;padding:1px 5px;border-radius:20px;margin-top:2px}.wf-tag-form{background:#ebf3fd;color:#185fa5}.wf-tag-auto{background:var(--green-bg);color:var(--green-text)}.wf-tag-gate{background:#f0f4ff;color:#2d4a8a}.wf-tag svg{width:7px;height:7px;stroke:currentColor;fill:none;stroke-width:2}.form-col{flex:1;min-height:0;overflow-y:auto;padding:14px 20px 80px}.step-panel{display:none}.step-panel.active{display:block}.step-panel-title{font-size:14.5px;font-weight:700;color:var(--ink);margin-bottom:2px}.step-panel-meta{font-size:11px;color:var(--mist);margin-bottom:11px;display:flex;align-items:center;gap:5px}.step-panel-meta .dot{width:3px;height:3px;background:var(--border);border-radius:50%}.info-banner{display:flex;align-items:flex-start;gap:7px;background:var(--surface);border:1px solid var(--border);border-radius:7px;padding:8px 11px;margin-bottom:11px;font-size:11.5px;color:var(--slate);line-height:1.5}.info-banner svg{width:12px;height:12px;stroke:var(--mist);fill:none;stroke-width:2;flex-shrink:0;margin-top:1px}.form-section{margin-bottom:12px}.form-section-title{font-size:11px;font-weight:700;color:var(--ink);margin-bottom:8px;padding-bottom:4px;border-bottom:1px solid var(--border-light)}.form-row{display:flex;flex-direction:column;gap:2px;margin-bottom:9px}.form-label-row{display:flex;align-items:center;gap:5px}.form-label{font-size:11.5px;font-weight:600;color:var(--ink)}.form-label .req{color:var(--red-text)}.field-hint{font-size:10.5px;color:var(--mist);line-height:1.45;margin-top:1px}.form-input{background:var(--white);border:1.5px solid var(--border);border-radius:6px;padding:6px 9px;font-size:12px;color:var(--ink);font-family:inherit;width:100%;outline:none;transition:border-color .2s}.form-input.filled{border-color:var(--cobalt-light)}.form-select{appearance:none;padding-right:24px;background:var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238892A4' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 8px center}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:9px}.cb-row{display:flex;align-items:flex-start;gap:8px;margin-bottom:5px}.cb-row input{width:14px;height:14px;accent-color:var(--cobalt);flex-shrink:0;margin-top:2px}.cb-label-wrap{display:flex;flex-direction:column;gap:1px}.cb-label{font-size:12px;font-weight:500;color:var(--ink)}.cb-hint{font-size:10.5px;color:var(--mist);line-height:1.4}.form-textarea{background:var(--white);border:1.5px solid var(--border);border-radius:6px;padding:6px 9px;font-size:12px;color:var(--ink);font-family:inherit;width:100%;outline:none;resize:none;transition:border-color .2s;min-height:48px}.form-textarea.filled{border-color:var(--cobalt-light)}.companion-reveal{overflow:hidden;height:0;opacity:0}.tooltip-wrap{position:relative;display:inline-flex;align-items:center}.tooltip-btn{width:15px;height:15px;border-radius:50%;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.tooltip-btn span{font-size:9px;font-weight:700;color:var(--mist)}.tooltip-box{position:absolute;left:20px;top:-4px;background:var(--ink);color:#fff;font-size:11px;line-height:1.5;padding:8px 10px;border-radius:7px;width:220px;z-index:10;display:none;font-weight:400}.tooltip-wrap:hover .tooltip-box{display:block}.dropzone{border:2px dashed var(--border);border-radius:8px;padding:16px 14px;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;margin-top:4px}.dropzone svg{width:20px;height:20px;stroke:var(--mist);fill:none;stroke-width:1.5;margin-bottom:6px}.dropzone-label{font-size:12px;font-weight:600;color:var(--slate)}.dropzone-sub{font-size:10.5px;color:var(--mist);margin-top:2px}.hash-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:11px 13px;margin-top:6px;display:none}.hash-card-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.hash-file-icon{width:26px;height:26px;background:#ebf3fd;border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hash-file-icon svg{width:12px;height:12px;stroke:#185fa5;fill:none;stroke-width:2}.hash-filename{font-size:12px;font-weight:600;color:var(--ink)}.hash-filesize{font-size:10.5px;color:var(--mist)}.hash-progress-row{display:flex;align-items:center;gap:8px;margin-bottom:7px}.hash-progress-track{flex:1;height:5px;background:var(--border);border-radius:99px;overflow:hidden}.hash-progress-fill{height:100%;width:0%;background:var(--cobalt-light);border-radius:99px}.hash-progress-pct{font-size:10.5px;font-weight:700;color:var(--slate);min-width:28px;text-align:right}.hash-status{font-size:10.5px;color:var(--mist);margin-bottom:5px}.hash-result{font-family:monospace;font-size:10px;color:var(--slate);background:var(--border-light);border-radius:5px;padding:5px 8px;word-break:break-all;display:none}.hash-result-label{font-size:10px;font-weight:700;color:var(--slate);margin-bottom:2px}.hash-done-row{display:none;align-items:center;gap:5px;font-size:10.5px;color:var(--green-text);font-weight:600}.hash-done-row svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2}.form-actions{display:flex;align-items:center;gap:8px;padding-top:10px;border-top:1px solid var(--border-light);margin-top:6px}.btn-primary{background:var(--cobalt);color:#fff;font-size:12px;font-weight:700;padding:7px 18px;border-radius:7px;border:none;font-family:inherit;cursor:pointer}.auto-step-header{display:flex;align-items:center;gap:9px;margin-bottom:11px}.auto-icon{width:28px;height:28px;border-radius:7px;background:var(--green-bg);border:1px solid #6EE7B7;display:flex;align-items:center;justify-content:center;flex-shrink:0}.auto-icon svg{width:13px;height:13px;stroke:var(--green-text);fill:none;stroke-width:2}.auto-step-title{font-size:14.5px;font-weight:700;color:var(--ink)}.auto-step-sub{font-size:11px;color:var(--green-text);font-weight:600}.email-preview{background:var(--surface);border:1px solid var(--border);border-radius:9px;overflow:hidden;margin-bottom:13px}.email-preview-hdr{padding:10px 13px;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:3px}.email-field{display:flex;align-items:baseline;gap:6px;font-size:11.5px}.email-field-label{color:var(--mist);font-weight:600;min-width:36px;flex-shrink:0}.email-subject-val{font-weight:700;color:var(--ink)}.email-body{padding:10px 13px;font-size:11.5px;color:var(--slate);line-height:1.65;border-bottom:1px solid var(--border)}.email-footer{padding:7px 13px;font-size:11px;color:var(--mist);display:flex;align-items:center;gap:5px}.email-status-icon{width:14px;height:14px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.email-status-icon svg{width:14px;height:14px}.spinner{fill:none;stroke:none}.spinner circle{stroke:var(--mist);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-dasharray:28 56;animation:spin .9s linear infinite}@keyframes spin{0%{stroke-dashoffset:0}to{stroke-dashoffset:-56}}.tick-icon{stroke:var(--green);fill:none;stroke-width:2.5}.email-footer .sent{color:var(--green);font-weight:600}.countdown-btn{position:relative;overflow:hidden;display:inline-flex;align-items:center;gap:0;background:var(--cobalt);color:#fff;font-size:12px;font-weight:700;padding:0;border-radius:7px;border:none;font-family:inherit;cursor:pointer;min-width:210px}.cd-bar{position:absolute;inset:0 0% 0 0;background:#ffffff29;pointer-events:none}.cd-inner{position:relative;z-index:1;display:flex;align-items:center;padding:7px 0 7px 16px;flex:1;gap:8px}.cd-label{flex:1}.cd-num{font-size:11px;opacity:.7;min-width:16px;text-align:right;padding-right:10px}.cd-x{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:32px;align-self:stretch;border-left:1px solid rgba(255,255,255,.18);font-size:11px;color:#ffffffbf;cursor:pointer;transition:background .15s;border-radius:0 7px 7px 0;flex-shrink:0}.cd-x:hover{background:#fff3;color:#fff}.form-input.typing,.form-textarea.typing,.form-input.filled,.form-textarea.filled,.person-trigger.filled,#f-date-display.typing,#f-date-display.filled{border-color:var(--cobalt-light)!important}.gate-header{display:flex;align-items:center;gap:9px;margin-bottom:11px}.gate-icon{width:28px;height:28px;border-radius:7px;background:#f0f4ff;border:1px solid #C7D7FA;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gate-icon svg{width:13px;height:13px;stroke:#2d4a8a;fill:none;stroke-width:2}.gate-title{font-size:14.5px;font-weight:700;color:var(--ink)}.gate-sub{font-size:11px;color:#2d4a8a;font-weight:600}.gate-body{background:#f0f4ff;border:1px solid #C7D7FA;border-radius:9px;padding:12px 14px;margin-bottom:11px;font-size:11.5px;color:#2d4a8a;line-height:1.65}.gate-body strong{font-weight:700;display:block;margin-bottom:3px;font-size:12px;color:#1e3a6e}.gate-status{display:flex;align-items:center;gap:9px;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:10px 12px;font-size:11.5px;color:var(--slate)}.gate-status strong{color:var(--ink);font-weight:600}#playback{position:fixed;bottom:18px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;background:#10141dd9;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);padding:7px 12px;border-radius:99px;opacity:0;pointer-events:none;transition:opacity .2s;z-index:200}.app:hover~#playback,#playback:hover,#playback.pinned{opacity:1;pointer-events:all}.pb-btn{width:26px;height:26px;border-radius:50%;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s}.pb-btn:hover{background:#ffffff3d}.pb-btn svg{fill:#fff;stroke:none}.pb-dots{display:flex;align-items:center;gap:5px}.pb-dot{width:22px;height:22px;border-radius:5px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:#ffffff73;transition:all .2s;cursor:pointer}.pb-dot:hover{background:#ffffff38;color:#fffc}.pb-dot.active{background:var(--cobalt-light);border-color:var(--cobalt-light);color:#fff}.pb-divider{width:1px;height:16px;background:#ffffff1f}.pb-label{font-size:10px;color:#ffffff80;white-space:nowrap;font-family:Plus Jakarta Sans,sans-serif}.pb-label .cur{color:#fff;font-weight:600}.person-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;user-select:none}.person-trigger svg{width:12px;height:12px;stroke:var(--mist);fill:none;stroke-width:2;flex-shrink:0}.person-trigger.filled svg{stroke:var(--cobalt-light)}.person-chips{display:flex;flex-wrap:wrap;gap:4px;flex:1}.person-chip{display:inline-flex;align-items:center;gap:4px;background:#ebf3fd;border:1px solid #C7D7FA;border-radius:20px;padding:2px 8px 2px 6px;font-size:11px;font-weight:600;color:#185fa5}.person-chip .chip-av{width:14px;height:14px;border-radius:50%;background:var(--cobalt-light);display:flex;align-items:center;justify-content:center;font-size:7px;font-weight:800;color:#fff;flex-shrink:0}.person-chip .chip-x{cursor:pointer;opacity:.5;font-size:10px;line-height:1}.person-chip .chip-x:hover{opacity:1}.person-placeholder{font-size:12px;color:var(--mist)}.person-dropdown{position:absolute;left:0;right:0;top:calc(100% + 4px);background:var(--white);border:1px solid var(--border);border-radius:9px;box-shadow:0 8px 28px #0000001f;z-index:200;overflow:hidden;display:none}.person-search-wrap{padding:8px 10px;border-bottom:1px solid var(--border-light);display:flex;align-items:center;gap:6px}.person-search-wrap svg{width:12px;height:12px;stroke:var(--mist);fill:none;stroke-width:2;flex-shrink:0}.person-search{border:none;outline:none;font-size:12px;color:var(--ink);font-family:inherit;flex:1;background:transparent}.person-list{max-height:140px;overflow-y:auto}.person-opt{display:flex;align-items:center;gap:8px;padding:7px 12px;cursor:pointer;font-size:12px;color:var(--ink)}.person-opt:hover{background:var(--surface)}.person-opt.selected{background:#ebf3fd}.person-opt-av{width:20px;height:20px;border-radius:50%;background:var(--cobalt-light);display:flex;align-items:center;justify-content:center;font-size:8.5px;font-weight:700;color:#fff;flex-shrink:0}.person-opt-name{font-weight:500}.person-opt-role{font-size:10.5px;color:var(--mist);margin-left:auto}.person-new{display:flex;align-items:center;gap:6px;padding:7px 12px;cursor:pointer;font-size:12px;color:var(--cobalt);font-weight:600;border-top:1px solid var(--border-light)}.person-new:hover{background:var(--surface)}.person-new svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2}.cal-day{font-size:11.5px;text-align:center;padding:4px 2px;border-radius:5px;cursor:pointer;color:var(--ink);font-weight:500}.cal-day:hover{background:var(--surface)}.cal-day.other-month{color:var(--mist)}.cal-day.today{color:var(--cobalt);font-weight:700}.cal-day.selected{background:var(--cobalt)!important;color:#fff!important;font-weight:700}.cal-day.weekend{color:var(--mist)}.cal-day.past{color:var(--border);cursor:default;pointer-events:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}.workflow-hero-demo-root #playback{display:none!important}
