.journey-chat-mock{background:linear-gradient(180deg,#f7f6f0,#fcfcfa);border-radius:12px;display:flex;flex-direction:column;font-family:Lato,sans-serif;height:100%;overflow:hidden;padding:20px 26px 14px;position:relative;width:100%}.journey-chat-mock .jcm-prompt-label{color:#24282c;font-family:Libre Baskerville,serif;font-size:15px;font-weight:400;left:50%;opacity:1;position:absolute;text-align:center;top:45%;transform:translate(-50%,-50%);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1);white-space:nowrap;z-index:1}.journey-chat-mock .jcm-prompt-label.out{opacity:0;transform:translate(-50%,calc(-50% - 12px))}.journey-chat-mock .jcm-form{background:#fff;border:.5px solid rgba(0,0,0,.1);border-radius:14px;box-shadow:0 1px 4px rgba(0,0,0,.04);flex-shrink:0;margin-top:auto;padding:9px 11px 7px;position:relative;width:100%;z-index:2}.journey-chat-mock .jcm-form:before{background:linear-gradient(180deg,rgba(249,248,244,0) 0,rgba(249,248,244,.15) 20%,rgba(249,248,244,.45) 40%,rgba(249,248,244,.75) 60%,rgba(251,250,247,.92) 80%,#fcfcfa);bottom:100%;content:"";height:72px;left:-26px;pointer-events:none;position:absolute;right:-26px;z-index:3}.journey-chat-mock .jcm-form-text{color:#24282c;font-size:11px;line-height:1.5;margin-bottom:6px;min-height:15px;overflow:hidden;white-space:nowrap}.journey-chat-mock .jcm-form-text.placeholder{color:#b0afa9}.jcm-cursor{animation:jcm-blink 1s step-end infinite;background:#24282c;display:inline-block;height:11px;margin-left:1px;vertical-align:text-bottom;width:1px}@keyframes jcm-blink{0%,to{opacity:1}50%{opacity:0}}.journey-chat-mock .jcm-form-toolbar{align-items:center;display:flex;justify-content:space-between}.journey-chat-mock .jcm-form-icons{align-items:center;display:flex;gap:4px}.journey-chat-mock .jcm-icon-btn{align-items:center;background:#f7f6f0;border-radius:50%;display:flex;height:20px;justify-content:center;width:20px}.journey-chat-mock .jcm-icon-btn svg{fill:none;height:10px;stroke:#5b5e61;stroke-width:1.8;width:10px}.journey-chat-mock .jcm-form-right{align-items:center;display:flex;gap:5px}.journey-chat-mock .jcm-send-btn{align-items:center;background:hsla(82,79%,81%,.18);border-radius:50%;display:flex;height:20px;justify-content:center;transition:background .4s cubic-bezier(.4,0,.2,1),transform .15s;width:20px}.journey-chat-mock .jcm-send-btn.glow{background:rgba(194,239,114,.38)}.journey-chat-mock .jcm-send-btn.pressed{transform:scale(.86)}.journey-chat-mock .jcm-send-btn svg{fill:none;height:10px;stroke:#5b5e61;stroke-width:2;width:10px}.journey-chat-mock .jcm-thread-area{bottom:0;display:flex;flex-direction:column;left:26px;opacity:0;pointer-events:none;position:absolute;right:26px;top:20px;transition:opacity .6s cubic-bezier(.4,0,.2,1)}.journey-chat-mock .jcm-thread-area.in{opacity:1}.journey-chat-mock .jcm-thread-title{color:#24282c;font-family:Libre Baskerville,serif;font-size:15px;font-weight:400;line-height:1.4;margin-bottom:12px;opacity:0;transform:translateY(8px);transition:opacity .7s cubic-bezier(.4,0,.2,1) .15s,transform .7s cubic-bezier(.4,0,.2,1) .15s}.journey-chat-mock .jcm-thread-area.in .jcm-thread-title{opacity:1;transform:translateY(0)}.jcm-thinking-label{align-items:center;color:#5b5e61;display:flex;font-size:11px;font-weight:600;gap:5px;margin-bottom:10px;opacity:0;transition:opacity .6s cubic-bezier(.4,0,.2,1)}.jcm-thinking-label.in{opacity:1}.jcm-thinking-label.out{opacity:0}.jcm-thinking-label svg{fill:none;height:8px;stroke:#5b5e61;stroke-width:2;transition:transform .3s ease;width:8px}.jcm-thinking-label.collapsed svg{transform:rotate(180deg)}.jcm-thinking-text{background:linear-gradient(90deg,#5b5e61,#b0afa9 50%,#5b5e61);-webkit-background-clip:text;background-clip:text;background-size:200% 100%;-webkit-text-fill-color:transparent;animation:jcm-text-shimmer 2s ease-in-out infinite}@keyframes jcm-text-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.jcm-thinking-label.collapsed .jcm-thinking-text{background:none;-webkit-text-fill-color:#5b5e61;animation:none}.jcm-reasoning-steps{color:#919395;font-size:10px;line-height:1.6;margin-bottom:12px;max-height:60px;opacity:0;overflow:hidden;padding-left:2px;transition:opacity .5s cubic-bezier(.4,0,.2,1),max-height .5s cubic-bezier(.4,0,.2,1)}.jcm-reasoning-steps.in{opacity:1}.jcm-reasoning-steps.out{margin-bottom:0;max-height:0;opacity:0}.jcm-reasoning-step{align-items:center;display:flex;gap:5px;margin-bottom:3px}.jcm-reasoning-step .jcm-step-icon{align-items:center;border:1.5px solid #c2ef72;border-radius:50%;display:flex;height:10px;justify-content:center;width:10px}.jcm-reasoning-step .jcm-step-icon svg{fill:none;height:6px;stroke:#65a30d;stroke-width:2.5;width:6px}.jcm-response{color:#24282c;font-size:11.5px;line-height:1.65;margin-top:2px;opacity:0;transform:translateY(8px);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1)}.jcm-response.in{opacity:1;transform:translateY(0)}.jcm-response p{color:#24282c;font-size:11.5px;line-height:1.65;margin-bottom:0}.r2-reasoning-steps{margin:6px 0;opacity:0;padding-left:2px;position:relative;transition:opacity .6s cubic-bezier(.4,0,.2,1)}.r2-reasoning-steps.in{opacity:1}.r2-reasoning-steps.out{margin:0;max-height:0;opacity:0;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.r2-step{align-items:center;display:flex;gap:7px;margin-bottom:7px;opacity:0;transform:translateY(4px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.r2-step.visible{opacity:1;transform:translateY(0)}.r2-step-icon{align-items:center;border-radius:50%;display:flex;height:10px;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1);width:10px}.r2-step-icon.pending{background:transparent;border:1.5px solid #c2ef72}.r2-step-icon.active{background:#c2ef72;border:none;box-shadow:0 0 6px rgba(194,239,114,.5)}.r2-step-icon.complete{background:#3c3f42;border:none}.r2-step-icon svg{fill:none;height:6px;opacity:0;stroke:#fff;stroke-width:2.5;transition:opacity .2s ease;width:6px}.r2-step-icon.complete svg{opacity:1}.r2-step-text{color:#5b5e61;font-size:10px;font-weight:500}.r2-resources-box{background:#fbfbf7;border:.5px solid rgba(0,0,0,.06);border-radius:7px;margin:4px 0 6px 16px;max-height:0;opacity:0;overflow:hidden;padding:7px 10px;transition:opacity .8s cubic-bezier(.4,0,.2,1),max-height .8s cubic-bezier(.4,0,.2,1)}.r2-resources-box.in{max-height:120px;opacity:1}.r2-resource-item{align-items:center;display:flex;font-size:8.5px;justify-content:space-between;margin-bottom:3px;padding:3px 0}.r2-resource-item:last-child{margin-bottom:0}.r2-res-name{color:#24282c}.r2-res-url{color:#919395;font-size:8px}.r2-res-icon{align-items:center;background:#e8f5e0;border-radius:50%;display:flex;height:10px;justify-content:center;margin-right:4px;width:10px}.r2-res-icon svg{fill:none;height:5px;stroke:#65a30d;stroke-width:2;width:5px}.r3-mock-container{background:linear-gradient(180deg,#f7f6f0,#fcfcfa);border-radius:12px;display:flex;font-family:Lato,sans-serif;height:100%;overflow:hidden;width:100%}.r3-doc-panel{background:#fbfbf7;border-right:.5px solid rgba(0,0,0,.06);display:flex;flex:1.85;flex-direction:column;overflow:hidden}.r3-doc-topbar{border-bottom:.5px solid rgba(0,0,0,.06);padding:9px 14px 8px}.r3-doc-body{background:#edece7;flex:1;overflow:hidden;padding:12px 16px}.r3-doc-page{background:#fff;border-radius:2px;box-shadow:0 .5px 2px rgba(0,0,0,.05);min-height:120%;overflow:hidden;padding:18px 20px 80px}.r3-doc-section{opacity:0;transform:translateY(4px);transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1)}.r3-doc-section.visible{opacity:1;transform:translateY(0)}.r3-chat-panel{background:#fbfbf7;display:flex;flex:1;flex-direction:column;min-width:0;padding:12px 14px 10px}.r3-chat-input{background:#fff;border:.5px solid rgba(0,0,0,.1);border-radius:6px;box-shadow:0 1px 2px rgba(0,0,0,.03);flex-shrink:0;font-size:0;line-height:1;margin-top:auto;padding:4px 7px}.r3-chat-input span{font-size:7px;line-height:1}.r3b-mock-container{background:linear-gradient(135deg,#fef9ee,#fdf3dc);border-radius:12px;display:flex;font-family:Lato,sans-serif;height:100%;overflow:hidden;width:100%}.r3b-panel{background:#fbfbf7;border-right:.5px solid rgba(0,0,0,.06);display:flex;flex:1.85;flex-direction:column;overflow:hidden}.r3b-topbar{border-bottom:.5px solid rgba(0,0,0,.06);padding:10px 16px 9px}.r3b-rows{display:flex;flex-direction:column;gap:10px;padding:14px 18px}.r3b-pay{align-items:center;background:#fff;border:.5px solid rgba(0,0,0,.06);border-radius:8px;display:flex;justify-content:space-between;padding:8px 12px}.r3b-pay-highlight{background:rgba(194,239,114,.08);border-color:rgba(194,239,114,.3)}.r3b-chat-panel{background:#fbfbf7;display:flex;flex:1;flex-direction:column;min-width:0;padding:12px 14px 10px}.r3b-chat-input{background:#fff;border:.5px solid rgba(0,0,0,.1);border-radius:6px;box-shadow:0 1px 2px rgba(0,0,0,.03);flex-shrink:0;font-size:0;line-height:1;margin-top:auto;padding:4px 7px}.r3b-chat-input span{font-size:7px;line-height:1}.r4-workflow-panel{background:#fbfbf7;border-right:.5px solid rgba(0,0,0,.06);display:flex;flex:2;flex-direction:column;overflow:hidden}.r4-workflow-body{background:#fff;flex:1;overflow:hidden;padding:14px 18px}.r4-checklist-item,.r5-entity-card{opacity:0;transform:translateY(4px);transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1)}.r5-entity-card{align-items:center;background:rgba(0,0,0,.015);border-radius:6px;display:flex;gap:8px;margin-bottom:5px;padding:7px 10px}.r5-entity-card.visible{opacity:1;transform:translateY(0)}.r3-mini-form{background:#fff;border:.5px solid rgba(0,0,0,.1);border-radius:8px;box-shadow:0 1px 2px rgba(0,0,0,.03);flex-shrink:0;margin-top:auto;padding:5px 7px 4px}.r3-mini-form-text{color:#b0afa9;font-size:7px;line-height:1.2;margin-bottom:4px}.r3-mini-form-toolbar{align-items:center;display:flex;justify-content:space-between}.r3-mini-form-icons{align-items:center;display:flex;gap:2px}.r3-mini-icon-btn{align-items:center;background:#f7f6f0;border-radius:50%;display:flex;height:12px;justify-content:center;width:12px}.r3-mini-icon-btn svg{fill:none;height:6px;stroke:#5b5e61;stroke-width:1.8;width:6px}.r3-mini-send-btn{align-items:center;background:hsla(82,79%,81%,.18);border-radius:50%;display:flex;height:12px;justify-content:center;width:12px}.r3-mini-send-btn svg{fill:none;height:6px;stroke:#5b5e61;stroke-width:2;width:6px}.v3-slide{opacity:0;pointer-events:none;transition:opacity .35s cubic-bezier(.4,0,.2,1)}.v3-slide-active{opacity:1;pointer-events:auto}.v3-no-transition,.v3-no-transition *{transition:none!important}
