.vrm-host{position:fixed;z-index:100;inset:0;pointer-events:none}.vrm-host>*{pointer-events:auto}.vrm-backdrop{position:fixed;inset:0;z-index:99;background:rgba(12,14,18,.75);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:vrm-fade-in .2s ease-out;pointer-events:auto}@keyframes vrm-fade-in{from{opacity:0}to{opacity:1}}.vrm-launcher{position:fixed;right:24px;bottom:22px;z-index:100;min-width:200px;height:64px;padding:6px 18px 6px 8px;display:flex;align-items:center;gap:12px;color:#fff;text-align:left;border:1px solid rgba(190,154,97,.6);border-top:1.5px solid rgba(229,215,192,.85);border-radius:9999px;background:linear-gradient(135deg,#13161B 0%,#22262F 100%);box-shadow:0 12px 36px rgba(0,0,0,.7),0 0 24px rgba(190,154,97,.25);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1)}.vrm-launcher:hover{transform:translateY(-2px);box-shadow:0 16px 44px rgba(0,0,0,.85),0 0 32px rgba(190,154,97,.4);border-color:#BE9A61}.vrm-launcher.is-open{display:none}.vrm-launcher-avatar{position:relative;width:48px;height:48px;flex-shrink:0}.vrm-launcher-avatar>img{width:48px;height:48px;object-fit:cover;border:2px solid #BE9A61;border-radius:50%;box-shadow:0 2px 10px rgba(0,0,0,.5)}.vrm-launcher-avatar>i{position:absolute;right:0;bottom:1px;width:12px;height:12px;border:2px solid #13161B;border-radius:50%;background:#12B76A;box-shadow:0 0 6px #12B76A}.vrm-launcher-info,.vrm-launcher span{display:flex;flex-direction:column;line-height:1.25}.vrm-launcher-info b,.vrm-launcher span b{font-size:14.5px;font-weight:700;color:#F0F0F1;letter-spacing:-.01em}.vrm-launcher-info small,.vrm-launcher span small{font-size:11px;color:#BE9A61;font-weight:600;text-transform:uppercase;letter-spacing:.1em}
.vrm-panel{position:fixed;top:0;right:0;bottom:0;z-index:101;width:min(480px,100vw);height:100vh;max-height:100vh;display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(115deg,#13161B 0%,#1A1D24 50%,#262019 100%);color:#F0F0F1;border-left:1px solid rgba(255,255,255,.12);border-top:1px solid rgba(190,154,97,.5);border-radius:0;box-shadow:-16px 0 48px rgba(0,0,0,.85);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);animation:vrm-slide-in-right .25s cubic-bezier(.16,1,.3,1);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}@keyframes vrm-slide-in-right{from{transform:translateX(100%)}to{transform:translateX(0)}}.vrm-head{min-height:68px;padding:12px 16px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:10px;background:rgba(19,22,27,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.1)}.vrm-head-brand{display:flex;align-items:center;gap:6px;padding-right:10px;border-right:1px solid rgba(255,255,255,.12);flex-shrink:0}.vrm-brand-dot{width:9px;height:9px;border-radius:2px;background:#BE9A61;box-shadow:0 0 6px rgba(190,154,97,.6)}.vrm-brand-names{display:flex;flex-direction:column;line-height:1}.vrm-brand-main{font-size:13px;font-weight:800;color:#fff;letter-spacing:.02em}.vrm-brand-sub{font-size:9px;font-weight:700;color:rgba(255,255,255,.5);letter-spacing:.14em}.vrm-brand-badge{font-size:9px;font-weight:700;color:#BE9A61;letter-spacing:.15em;padding:2px 6px;border-radius:4px;background:rgba(190,154,97,.15);border:1px solid rgba(190,154,97,.3)}.vrm-head-center{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1 auto;overflow:hidden}.vrm-mini-avatar{position:relative;width:40px;height:40px;flex-shrink:0}.vrm-mini-avatar img{width:100%;height:100%;border:1.5px solid #BE9A61;border-radius:50%;object-fit:cover;box-shadow:0 2px 8px rgba(0,0,0,.4)}.vrm-mini-avatar i{position:absolute;right:-1px;bottom:0;width:10px;height:10px;border:2px solid #13161B;border-radius:50%;background:#12B76A;box-shadow:0 0 5px #12B76A}.vrm-head-title{min-width:0;overflow:hidden}.vrm-head strong{display:block;font-size:14.5px;font-weight:700;color:#F0F0F1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vrm-head small{display:block;font-size:11px;color:#BE9A61;letter-spacing:.08em;font-weight:600;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vrm-head-status-box{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.vrm-status{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:#12B76A;white-space:nowrap}.vrm-status i{width:6px;height:6px;border-radius:50%;background:#12B76A;box-shadow:0 0 6px #12B76A}.vrm-voice-equalizer{display:none;align-items:flex-end;gap:2px;height:12px}.vrm-voice-equalizer.is-speaking{display:flex}.vrm-voice-equalizer i{width:2px;height:100%;background:#BE9A61;border-radius:2px;transform-origin:bottom;transition:transform .08s ease;animation:vrm-wave-bar .7s ease-in-out infinite}.vrm-voice-equalizer i:nth-child(2){animation-delay:.15s}.vrm-voice-equalizer i:nth-child(3){animation-delay:.3s}.vrm-voice-equalizer i:nth-child(4){animation-delay:.45s}@keyframes vrm-wave-bar{0%,100%{transform:scaleY(.28)}50%{transform:scaleY(1)}}.vrm-icon-btn{width:32px;height:32px;padding:0;display:grid;place-items:center;color:rgba(255,255,255,.7);font-size:20px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:rgba(255,255,255,.06);cursor:pointer;flex-shrink:0;transition:all .15s ease}.vrm-icon-btn:hover{color:#fff;background:rgba(255,255,255,.15);border-color:rgba(190,154,97,.5)}
.vrm-body{min-height:0;flex:1;padding:14px 16px;overflow-y:auto;display:flex;flex-direction:column}.vrm-stage{position:relative;height:84px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(ellipse at 50% 100%,rgba(190,154,97,.12) 0%,rgba(34,38,47,.35) 40%,rgba(19,22,27,0) 70%);border-radius:16px;margin-bottom:8px;transition:height .25s ease}.vrm-avatar{position:relative;width:58px;height:58px}.vrm-avatar img{position:relative;z-index:2;width:100%;height:100%;object-fit:cover;border:2.5px solid #BE9A61;border-radius:50%;box-shadow:0 8px 24px rgba(0,0,0,.6),0 0 16px rgba(190,154,97,.3)}.vrm-avatar>i{z-index:3;position:absolute;right:0;bottom:0;width:12px;height:12px;border:2px solid #13161B;border-radius:50%;background:#12B76A;box-shadow:0 0 6px #12B76A}.vrm-ring{position:absolute;z-index:1;inset:0;border:1.5px solid rgba(190,154,97,.5);border-radius:50%;opacity:0}.vrm-host[data-phase=speaking] .vrm-ring,.vrm-host[data-phase=listening] .vrm-ring,.vrm-host[data-phase=processing] .vrm-ring{animation:vrm-ring 1.8s infinite}.vrm-host .r2{animation-delay:.65s!important}@keyframes vrm-ring{0%{opacity:.8;transform:scale(.95)}100%{opacity:0;transform:scale(1.75)}}.vrm-wave{height:16px;margin-top:6px;display:flex;align-items:center;gap:3px}.vrm-wave i{width:2.5px;height:4px;border-radius:2px;background:rgba(190,154,97,.35);transform-origin:center;transition:transform .08s ease}.vrm-host[data-phase=speaking] .vrm-wave i,.vrm-host[data-phase=listening] .vrm-wave i{animation:vrm-wave .6s ease-in-out infinite alternate}.vrm-wave i:nth-child(2n){animation-delay:.15s}.vrm-wave i:nth-child(3n){animation-delay:.3s}@keyframes vrm-wave{to{height:14px;background:#BE9A61;box-shadow:0 0 6px rgba(190,154,97,.5)}}
.vrm-thread{flex:1;min-height:160px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(190,154,97,.3) transparent;display:flex;flex-direction:column;gap:12px;padding-right:2px}.vrm-thread::-webkit-scrollbar,.vrm-body::-webkit-scrollbar{width:5px}.vrm-thread::-webkit-scrollbar-track,.vrm-body::-webkit-scrollbar-track{background:transparent}.vrm-thread::-webkit-scrollbar-thumb,.vrm-body::-webkit-scrollbar-thumb{background:rgba(190,154,97,.25);border-radius:9999px}.vrm-thread::-webkit-scrollbar-thumb:hover,.vrm-body::-webkit-scrollbar-thumb:hover{background:rgba(190,154,97,.5)}.vrm-message{max-width:88%;margin:2px 0;padding:12px 15px;border:1px solid rgba(255,255,255,.08);border-left:3px solid #BE9A61;border-radius:4px 16px 16px 16px;background:rgba(19,22,27,.85);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 6px 20px rgba(0,0,0,.45)}.vrm-message.is-user{margin-left:auto;border:1px solid rgba(190,154,97,.4);border-right:3px solid #BE9A61;border-left:1px solid rgba(190,154,97,.4);border-radius:16px 4px 16px 16px;background:linear-gradient(135deg,rgba(34,38,47,.95) 0%,rgba(26,30,38,.95) 100%)}.vrm-message-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:5px}.vrm-message small{color:#BE9A61;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.vrm-message.is-user small{color:rgba(255,255,255,.55)}.vrm-mini-replay-btn{border:0;background:transparent;color:#BE9A61;font-size:13px;cursor:pointer;padding:0 3px;opacity:.8;transition:all .15s ease}.vrm-mini-replay-btn:hover{opacity:1;transform:scale(1.15)}.vrm-message p{margin:0;color:#E6E8EC;font-size:13.5px;line-height:20px;word-break:break-word}.vrm-message.is-user p{color:#fff;font-weight:500}.vrm-typing{padding:8px 14px;display:inline-flex;align-items:center;gap:6px;background:rgba(12,14,18,.7);border-radius:20px;border:1px solid rgba(255,255,255,.1);width:fit-content}.vrm-typing span{font-size:11px;color:#BE9A61;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.vrm-typing i{width:5px;height:5px;display:inline-block;border-radius:50%;background:#BE9A61;animation:vrm-dot .7s infinite alternate}.vrm-typing i:nth-child(2){animation-delay:.15s}.vrm-typing i:nth-child(3){animation-delay:.3s}@keyframes vrm-dot{to{transform:translateY(-4px);opacity:.5;box-shadow:0 0 6px #BE9A61}}.vrm-transcript{margin-top:10px;padding:11px 14px;border:1px solid rgba(63,208,255,.4);border-left:3px solid #3FD0FF;border-radius:12px;background:rgba(15,30,48,.75);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 6px 20px rgba(0,0,0,.4)}.vrm-transcript-head{display:flex;align-items:center;gap:7px;margin-bottom:4px}.vrm-pulse-dot{width:7px;height:7px;border-radius:50%;background:#3FD0FF;box-shadow:0 0 8px #3FD0FF;animation:vrm-dot 1s infinite alternate}.vrm-transcript small{color:#3FD0FF;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.vrm-transcript p{margin:0;color:#fff;font-size:13.5px;line-height:19px;font-style:italic}.vrm-info,.vrm-error{margin-top:10px;padding:10px 13px;font-size:13px;line-height:18px;border-radius:10px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.vrm-info{color:#ABD3FD;border:1px solid rgba(46,144,250,.35);background:rgba(18,58,100,.6);display:flex;align-items:center;justify-content:space-between;gap:8px}.vrm-info button{padding:0;color:#BE9A61;font-weight:700;border:0;background:transparent;cursor:pointer;text-decoration:underline}.vrm-error{color:#F9B4AF;border:1px solid rgba(240,68,56,.35);background:rgba(96,27,22,.6)}.vrm-daily-actions{margin-top:14px;display:grid;grid-template-columns:1.4fr 1fr;gap:10px}.vrm-daily-actions .btn{min-height:40px;margin:0;padding:8px 12px;border-radius:10px;font-weight:700;font-size:13px;cursor:pointer}.vrm-daily-actions .primary{background:linear-gradient(135deg,#BE9A61 0%,#D8C2A0 50%,#BE9A61 100%);color:#13161B;border:0;box-shadow:0 4px 14px rgba(190,154,97,.35)}.vrm-daily-actions .secondary{background:rgba(255,255,255,.08);color:#F0F0F1;border:1px solid rgba(255,255,255,.18)}.vrm-prompts{margin-top:12px;display:flex;flex-direction:column;gap:6px}.vrm-prompts-title{display:flex;align-items:center;justify-content:space-between;padding:0 2px}.vrm-prompts-title span{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.55)}.vrm-prompts-title small{font-size:10px;color:rgba(255,255,255,.3)}.vrm-prompts-scroll{display:flex;align-items:center;gap:6px;overflow-x:auto;padding:3px 1px 6px;scrollbar-width:none;-ms-overflow-style:none}.vrm-prompts-scroll::-webkit-scrollbar{display:none}.vrm-prompts-scroll button,.vrm-prompts button{padding:6px 12px;color:#F0F0F1;font-size:12px;font-weight:500;white-space:nowrap;border:1px solid rgba(255,255,255,.14);border-radius:9999px;background:rgba(255,255,255,.06);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);cursor:pointer;transition:all .15s ease}.vrm-prompts-scroll button:hover,.vrm-prompts button:hover{border-color:rgba(190,154,97,.6);background:rgba(190,154,97,.18);color:#fff}
.vrm-footer{flex-shrink:0;padding:12px 16px 14px;border-top:1px solid rgba(255,255,255,.12);background:rgba(19,22,27,.95);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.vrm-chip-bar{display:flex;align-items:center;gap:6px;overflow-x:auto;padding:2px 1px 10px;scrollbar-width:none;-ms-overflow-style:none}.vrm-chip-bar::-webkit-scrollbar{display:none}.vrm-chip{flex-shrink:0;display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:9999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:#F0F0F1;font:500 12px/16px Inter,Arial,sans-serif;cursor:pointer;transition:all .15s ease;white-space:nowrap}.vrm-chip:hover{background:rgba(190,154,97,.2);border-color:rgba(190,154,97,.6);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.35)}.vrm-chip:active{transform:scale(.96)}.vrm-footer form{height:44px;display:flex;align-items:center;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(12,14,18,.7);transition:all .15s ease;box-shadow:inset 0 2px 4px rgba(0,0,0,.3)}.vrm-footer form:focus-within{border-color:#BE9A61;box-shadow:0 0 0 2px rgba(190,154,97,.25),inset 0 2px 4px rgba(0,0,0,.3)}.vrm-footer input{min-width:0;flex:1;height:100%;padding:0 14px;border:0;border-radius:12px;outline:0;font:400 13.5px/20px Inter,Arial,sans-serif;color:#fff;background:transparent}.vrm-footer input::placeholder{color:rgba(255,255,255,.4)}.vrm-footer form>button{width:36px;height:36px;margin-right:4px;padding:0;color:#13161B;border:0;border-radius:9px;background:linear-gradient(135deg,#BE9A61 0%,#D8C2A0 50%,#BE9A61 100%);font-weight:700;font-size:16px;cursor:pointer;transition:all .15s ease;display:grid;place-items:center;flex-shrink:0}.vrm-footer form>button:hover:not(:disabled){opacity:.95;transform:scale(1.04);box-shadow:0 2px 8px rgba(190,154,97,.4)}.vrm-footer form>button:disabled{opacity:.35;cursor:not-allowed;transform:none}.vrm-controls{margin-top:10px;display:flex;align-items:center;gap:8px}.vrm-controls .vrm-talk-btn{flex:1 1 auto;min-width:0;height:44px;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;padding:0 16px;border:0;border-radius:12px;background:linear-gradient(135deg,#BE9A61 0%,#D8C2A0 50%,#BE9A61 100%)!important;color:#13161B!important;font:700 12px/16px Inter,Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;box-shadow:0 4px 16px rgba(190,154,97,.35);transition:all .15s ease}.vrm-controls .vrm-talk-btn:hover:not(:disabled){box-shadow:0 6px 20px rgba(190,154,97,.5);transform:translateY(-1px)}.vrm-controls .vrm-talk-btn:active:not(:disabled){transform:scale(.98)}.vrm-controls .vrm-talk-btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.vrm-controls .vrm-talk-btn.is-speaking{background:linear-gradient(135deg,#F04438 0%,#FDA29B 100%)!important;color:#fff!important;box-shadow:0 4px 16px rgba(240,68,56,.4)}.vrm-controls .vrm-talk-btn.is-listening{background:linear-gradient(135deg,#12B76A 0%,#6CE9A6 100%)!important;color:#13161B!important;box-shadow:0 4px 16px rgba(18,183,106,.4)}.vrm-talk-icon{font-size:15px;line-height:1;display:grid;place-items:center}.vrm-talk-text{flex:1;text-align:left;font-weight:700;letter-spacing:.06em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vrm-btn-wave{display:flex;align-items:flex-end;gap:2px;height:14px;flex-shrink:0}.vrm-btn-wave i{width:2.5px;height:100%;background:rgba(19,22,27,.85);border-radius:2px;transform-origin:bottom;transition:transform .08s ease}.vrm-talk-btn.is-speaking .vrm-btn-wave i{background:rgba(255,255,255,.9)}.vrm-btn-wave.is-active i{animation:vrm-wave-bar .6s ease-in-out infinite}.vrm-btn-wave.is-listening i{animation:vrm-wave-bar .8s ease-in-out infinite alternate}.vrm-btn-wave i:nth-child(2){animation-delay:.12s}.vrm-btn-wave i:nth-child(3){animation-delay:.24s}.vrm-btn-wave i:nth-child(4){animation-delay:.36s}.vrm-btn-wave i:nth-child(5){animation-delay:.48s}.vrm-action-icon-btn,.vrm-controls .vrm-action-icon-btn{min-width:44px;padding:0;display:flex!important;flex-direction:column!important;align-items:center!important;gap:3px;color:rgba(255,255,255,.65);font:500 10.5px/14px Inter,Arial,sans-serif;border:0;background:transparent!important;cursor:pointer;box-shadow:none!important;transition:color .15s ease}.vrm-action-icon-btn span,.vrm-controls .vrm-action-icon-btn span{width:32px;height:32px;display:grid;place-items:center;font-size:14px;border:1px solid rgba(255,255,255,.15);border-radius:50%;background:rgba(255,255,255,.05);color:rgba(255,255,255,.8);transition:all .15s ease}.vrm-action-icon-btn:hover span,.vrm-controls .vrm-action-icon-btn:hover span{border-color:#BE9A61;color:#fff;background:rgba(190,154,97,.2);transform:scale(1.06)}.vrm-controls .vrm-action-icon-btn.done span{color:#13161B;border-color:#12B76A;background:#12B76A;box-shadow:0 0 8px rgba(18,183,106,.5)}.vrm-controls .vrm-action-icon-btn.hangup span{color:#FDA29B;border-color:rgba(240,68,56,.4);background:rgba(240,68,56,.15)}.vrm-controls .vrm-action-icon-btn.hangup:hover span{color:#fff;border-color:#F04438;background:#F04438}.vrm-action-icon-btn small{font-size:10px;font-weight:500;color:rgba(255,255,255,.5);white-space:nowrap}.vrm-reset{position:fixed;z-index:79;right:94px;bottom:32px;padding:7px 10px;color:rgba(255,255,255,.7);font-size:12px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#13161B;box-shadow:0 4px 16px rgba(0,0,0,.5)}
.vrm-home-inserts{margin-bottom:16px;display:flex;flex-direction:column;gap:16px}.vrm-dashboard-card>.card-title small,.vrm-cash-card>.card-title small{display:block;color:#f4600c;font-size:12px;font-weight:700;letter-spacing:.5px}.vrm-dashboard-card>.card-title>span{padding:4px 8px;color:#f4600c;font-size:12px;border-radius:12px;background:#feefe7}.vrm-task-list{display:grid;grid-template-columns:1fr 1fr}.vrm-task-list button{min-height:78px;padding:13px 16px;display:grid;grid-template-columns:8px 1fr auto 14px;align-items:center;gap:10px;text-align:left;border:0;border-bottom:1px solid #edf0f4;background:#fff}.vrm-task-list button:nth-child(odd){border-right:1px solid #edf0f4}.vrm-task-list button:hover{background:#fff9f5}.vrm-task-list button>i{width:7px;height:7px;border-radius:50%;background:#98a2b3}.vrm-task-list button>i[data-priority=urgent]{background:#f04438;box-shadow:0 0 0 4px #fef3f2}.vrm-task-list button>i[data-priority=high]{background:#f79009}.vrm-task-list button>i[data-priority=medium]{background:#2e90fa}.vrm-task-list b,.vrm-task-list small{display:block}.vrm-task-list b{font-size:12px}.vrm-task-list small{margin-top:2px;color:#667085;font-size:12px}.vrm-task-list em{color:#b42318;font-size:12px;font-style:normal}.vrm-product-grid{padding:14px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.vrm-product-grid article{padding:16px;border:1px solid #e5eaf1;border-radius:10px;background:linear-gradient(145deg,#fff,#fff8f3)}.vrm-product-grid article>small{color:#b54708;font-size:12px}.vrm-product-grid h3{margin:4px 0;font-size:15px}.vrm-product-grid p{margin:0;color:#667085;font-size:12px;line-height:17px}.vrm-product-grid button{margin-top:11px;padding:0;color:#f4600c;font-size:12px;font-weight:600;border:0;background:transparent}.vrm-cash-card .positive{padding:4px 8px;color:#027a48;font-size:12px;border-radius:12px;background:#ecfdf3}.vrm-cash-grid{padding:16px;display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:12px}.vrm-cash-grid div{padding:12px;border-right:1px solid #edf0f4}.vrm-cash-grid span,.vrm-cash-grid b{display:block}.vrm-cash-grid span{color:#667085;font-size:12px}.vrm-cash-grid b,.vrm-cash-grid strong{margin-top:4px;font-size:14px}.vrm-cash-grid .net strong{color:#027a48;font-size:17px}.vrm-limit-card{padding:18px 20px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:24px;background:linear-gradient(115deg,#fff,#fff8f3)}.vrm-limit-card small{color:#b54708;font-size:12px}.vrm-limit-card h2{margin:2px 0;font-size:18px}.vrm-limit-card p{margin:0;color:#667085;font-size:12px}.vrm-limit-card>strong{font-size:22px}.vrm-limit-card>a{padding:9px 12px;color:#f4600c;font-size:12px;font-weight:600;border:1px solid #f4600c;border-radius:8px}
.modal-backdrop{position:fixed;z-index:120;inset:0;display:grid;place-items:center;padding:20px;background:rgba(9,30,66,.45);overflow-y:auto}.vrm-notice{position:relative;width:min(440px,calc(100vw - 32px));padding:28px 24px 24px;background:#fff;border-radius:16px;box-shadow:0 24px 60px rgba(9,30,66,.3);text-align:center;animation:vrm-fade-in .2s ease-out}.vrm-notice-close{position:absolute;right:14px;top:12px;width:32px;height:32px;display:grid;place-items:center;font-size:22px;color:#98A2B3;border:0;background:transparent;cursor:pointer;border-radius:8px;transition:all .15s}.vrm-notice-close:hover{color:#1D2939;background:#F2F4F7}.vrm-notice-icon{width:56px;height:56px;margin:0 auto 16px;display:grid;place-items:center;font-size:28px;border-radius:50%;background:#FFF4ED;border:1px solid #FFD6AE;box-shadow:0 6px 16px rgba(244,96,12,.12)}.vrm-notice h2{margin:0 0 8px;font-size:20px;font-weight:700;color:#1D2939;line-height:28px}.vrm-notice p{margin:0 0 24px;color:#475467;font-size:14px;line-height:22px}.vrm-notice .btn.primary{display:inline-flex;align-items:center;justify-content:center;min-width:140px;padding:10px 24px;background:#f4600c;color:#fff;font-weight:600;font-size:14px;border-radius:8px;border:0;cursor:pointer;transition:background .15s;float:none}.vrm-notice .btn.primary:hover{background:#d94f06}
.lc-page{max-width:1200px}.lc-back{color:#f4600c;font-size:12px}.lc-page .feature-heading h1{margin:5px 0 2px}.lc-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:16px;align-items:start}.lc-main{display:flex;flex-direction:column;gap:12px}.lc-upload{padding:16px;display:flex;align-items:center;gap:12px}.lc-upload.processing{opacity:.72}.lc-upload-icon{width:44px;height:44px;padding:10px;color:#f4600c;border-radius:10px;background:#feefe7}.lc-upload h2{margin:0;font-size:15px}.lc-upload p{margin:2px 0 0;color:#667085;font-size:12px}.lc-upload label{margin-left:auto}.lc-upload input{display:none}.lc-upload .disabled{pointer-events:none;opacity:.55}.lc-alert{padding:10px 13px;display:flex;align-items:center;gap:8px;font-size:12px;border-radius:8px}.lc-alert.error{color:#b42318;background:#fef3f2}.lc-alert.success{color:#027a48;border:1px solid #abefc6;background:#ecfdf3}.lc-alert rm-icon{width:21px;height:21px}.lc-alert span,.lc-alert b{display:block}.lc-form-card>header{padding:16px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #edf0f4}.lc-form-card h2,.lc-summary h2{margin:0;font-size:17px}.lc-form-card header>span{padding:4px 8px;color:#b54708;font-size:12px;border-radius:12px;background:#fffaeb}.lc-grid{padding:4px 20px 22px;display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.lc-grid .tf-field.highlight{margin:10px -6px -1px;padding:6px;border:1px solid #f79009;border-radius:8px;background:#fffaeb}.field-error{display:block;margin-top:4px;color:#b42318;font-size:12px}.lc-summary{position:sticky;top:16px;padding:20px}.lc-summary>div{padding:15px 0;border-bottom:1px solid #edf0f4}.lc-summary span,.lc-summary b{display:block}.lc-summary span{color:#667085;font-size:12px}.lc-summary strong{display:block;margin-top:4px;color:#f4600c;font-size:19px}.lc-summary b{margin-top:4px;font-size:12px;white-space:normal}.lc-summary .primary{width:100%;margin-top:18px}.lc-preview{width:min(680px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:14px}.lc-preview>header{padding:18px 22px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #edf0f4}.lc-preview header small{color:#f4600c;font-size:12px}.lc-preview h2{margin:2px 0 0;font-size:19px}.lc-preview header button{font-size:26px;border:0;background:transparent}.lc-preview dl{margin:0;padding:20px 22px;font-family:Consolas,monospace}.lc-preview dt{margin-top:13px;color:#667085;font-size:12px}.lc-preview dd{margin:3px 0 0;padding:7px 9px;font-size:12px;border-radius:4px;background:#f8f9fb}.lc-preview footer{padding:12px 22px;display:flex;justify-content:flex-end;border-top:1px solid #edf0f4}.lc-preview footer .btn{margin:0}
@media(max-width:900px){.vrm-panel{width:min(440px,100vw)}.vrm-task-list{grid-template-columns:1fr}.vrm-task-list button:nth-child(odd){border-right:0}.lc-layout{grid-template-columns:1fr}.lc-summary{position:static}.vrm-cash-grid{grid-template-columns:1fr 1fr}.vrm-cash-grid .net{grid-column:1/-1}.vrm-limit-card{grid-template-columns:1fr auto}}
@media(max-width:600px){.vrm-host{inset:0}.vrm-panel{position:fixed;top:0;right:0;bottom:0;width:100vw;max-height:100vh;border-radius:0}.vrm-launcher{right:16px;bottom:16px;min-width:0;width:44px;height:44px;padding:0;justify-content:center;border-radius:8px}.vrm-launcher-info{display:none!important}.vrm-reset{right:76px;bottom:22px}.vrm-product-grid,.lc-grid{grid-template-columns:1fr}.vrm-limit-card{grid-template-columns:1fr}.vrm-limit-card>a{justify-self:start}.lc-upload{align-items:flex-start;flex-wrap:wrap}.lc-upload label{width:100%;margin:0;text-align:center}.vrm-head-brand{display:none}}
.vrm-thread:has(.vrm-approval-list){max-height:390px}.vrm-message.has-approvals{max-width:100%;padding:10px}.vrm-approval-list{margin-top:9px;display:flex;flex-direction:column;gap:8px}.vrm-approval-card{padding:10px;border:1px solid #e2e7ef;border-radius:10px;background:#fff}.vrm-approval-card.is-complete{background:#f8fafc}.vrm-approval-card header{display:flex;justify-content:space-between;gap:8px}.vrm-approval-card header b{font-size:12px}.vrm-approval-card header span{color:#667085;font-size:12px}.vrm-approval-card dl{margin:8px 0;display:grid;grid-template-columns:1fr 1fr;gap:7px}.vrm-approval-card dt{color:#7a869a;font-size:12px}.vrm-approval-card dd{margin:1px 0 0;color:#344563;font-size:12px}.vrm-approval-card dd.amount{color:#b42318;font-size:12px;font-weight:700}.vrm-approval-card footer{display:grid;grid-template-columns:1fr 1fr;gap:7px}.vrm-approval-card footer button{min-height:30px;font-size:12px;font-weight:600;border-radius:7px}.vrm-approval-card .reject{color:#b42318;border:1px solid #fda29b;background:#fff}.vrm-approval-card .approve{color:#fff;border:1px solid #12b76a;background:#12b76a}.vrm-approval-card footer button:disabled{cursor:not-allowed;opacity:.55}.vrm-approval-status{padding:6px;color:#027a48;font-size:12px;font-weight:700;text-align:center;border-radius:7px;background:#ecfdf3}.vrm-approval-status.rejected{color:#b42318;background:#fef3f2}
.vrm-approval-modal{width:min(680px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:14px;box-shadow:0 20px 60px rgba(9,30,66,.25)}.vrm-approval-modal>header{position:sticky;z-index:2;top:0;padding:18px 22px;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #edf0f4;background:#fff}.vrm-approval-modal>header small{color:#f4600c;font-size:12px;font-weight:700;letter-spacing:.5px}.vrm-approval-modal>header h2{margin:3px 0;font-size:20px}.vrm-approval-modal>header p{margin:0;color:#667085;font-size:12px}.vrm-approval-modal>header button{padding:0 5px;color:#667085;font-size:27px;border:0;background:transparent}.vrm-approval-modal .vrm-approval-list{padding:16px 22px 22px}.vrm-approval-modal .vrm-approval-card{padding:16px}.vrm-approval-modal .vrm-approval-card header b{font-size:14px}.vrm-approval-modal .vrm-approval-card header span{font-size:12px}.vrm-approval-modal .vrm-approval-card dl{margin:13px 0;gap:11px}.vrm-approval-modal .vrm-approval-card dt{font-size:12px}.vrm-approval-modal .vrm-approval-card dd{font-size:12px}.vrm-approval-modal .vrm-approval-card dd.amount{font-size:15px}.vrm-approval-modal .vrm-approval-card footer button{min-height:38px;font-size:12px}.vrm-approval-empty{padding:42px;text-align:center}.vrm-approval-empty b{font-size:16px}.vrm-approval-empty p{margin:5px 0;color:#667085;font-size:12px}.pending-approval-open{padding:7px 11px;color:#fff;font-size:12px;font-weight:600;border:0;border-radius:8px;background:#f4600c}.pending-approval-open:disabled{opacity:.55}@media(max-width:600px){.vrm-approval-modal{max-height:calc(100vh - 24px)}.vrm-approval-modal .vrm-approval-card dl{grid-template-columns:1fr}.vrm-approval-modal>header,.vrm-approval-modal .vrm-approval-list{padding-left:14px;padding-right:14px}}
.row-approval-action{padding:5px 9px;color:#f4600c;font-size:12px;font-weight:600;border:1px solid #f4600c;border-radius:7px;background:#fff}.row-approval-action:hover{color:#fff;background:#f4600c}.row-approval-action:disabled{opacity:.5}
.vrm-support-task-modal{width:min(600px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:14px;box-shadow:0 20px 60px rgba(9,30,66,.25)}.vrm-support-task-modal>header{padding:19px 22px;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #edf0f4}.vrm-support-task-modal>header small{color:#f4600c;font-size:12px;font-weight:700;letter-spacing:.5px}.vrm-support-task-modal>header h2{margin:3px 0;font-size:20px}.vrm-support-task-modal>header p{margin:0;color:#667085;font-size:12px}.vrm-support-task-modal>header button{padding:0 5px;color:#667085;font-size:27px;border:0;background:transparent}.vrm-support-task-modal>dl{margin:0;padding:18px 22px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.vrm-support-task-modal>dl div{padding:11px;border:1px solid #edf0f4;border-radius:8px;background:#f8fafc}.vrm-support-task-modal>dl div.emphasis{border-color:#fedf89;background:#fffaeb}.vrm-support-task-modal dt{color:#667085;font-size:12px}.vrm-support-task-modal dd{margin:3px 0 0;font-size:12px;font-weight:600}.vrm-support-task-modal>footer{padding:14px 22px;display:flex;justify-content:flex-end;border-top:1px solid #edf0f4}.vrm-support-task-modal>footer .primary{min-width:180px;margin:0}.vrm-support-task-modal>footer>p{margin:0;color:#b54708;font-size:12px}.support-task-success{width:100%;padding:10px;color:#027a48;font-size:12px;font-weight:600;text-align:center;border-radius:8px;background:#ecfdf3}@media(max-width:600px){.vrm-support-task-modal>dl{grid-template-columns:1fr}}
.vrm-limit-card .limit-review-action{padding:9px 12px;color:#f4600c;font-size:12px;font-weight:600;border:1px solid #f4600c;border-radius:8px;background:#fff}
/* Typography aligned with the production 12/16, 14/20 and 16/24 scale. */
.vrm-panel{width:min(480px,100vw)}.vrm-launcher-info b,.vrm-head strong{font-size:15px;line-height:22px}.vrm-launcher-info small,.vrm-head small,.vrm-status,.vrm-message small,.vrm-transcript small{font-size:11.5px;line-height:16px}.vrm-thread{min-height:160px}.vrm-message p,.vrm-transcript p{font-size:13.5px;line-height:20px}.vrm-info,.vrm-error{font-size:13.5px;line-height:20px}.vrm-info button{font-size:13.5px;line-height:20px}.vrm-daily-actions .btn,.vrm-prompts button{font-size:13.5px;line-height:20px}.vrm-prompts button{padding:6px 12px}.vrm-footer form{height:44px}.vrm-footer input{font-size:13.5px;line-height:20px}.vrm-footer form>button{width:36px;height:36px;margin:3px;margin-right:4px}.vrm-action-icon-btn{min-width:44px;font-size:10.5px;line-height:14px}.vrm-reset{font-size:13px;line-height:18px}
.vrm-dashboard-card>.card-title small,.vrm-cash-card>.card-title small,.vrm-dashboard-card>.card-title>span,.vrm-product-grid article>small,.vrm-cash-card .positive,.vrm-limit-card small{font-size:12px;line-height:16px}.vrm-task-list b{font-size:14px;line-height:20px}.vrm-task-list small,.vrm-task-list em{font-size:12px;line-height:16px}.vrm-product-grid p,.vrm-limit-card p{font-size:14px;line-height:20px}.vrm-product-grid button,.vrm-limit-card>a,.vrm-limit-card .limit-review-action{font-size:14px;line-height:20px}.vrm-cash-grid span{font-size:14px;line-height:20px}
.vrm-notice h2{font-size:20px;line-height:28px}.vrm-notice p{font-size:14px;line-height:20px}.lc-back,.lc-alert{font-size:14px;line-height:20px}.lc-upload p,.lc-form-card header>span,.field-error,.lc-summary span,.lc-preview header small,.lc-preview dt{font-size:12px;line-height:16px}.lc-preview dd{font-size:14px;line-height:20px}
.vrm-approval-card header b{font-size:16px;line-height:24px}.vrm-approval-card header span,.vrm-approval-card dt,.vrm-approval-status{font-size:12px;line-height:16px}.vrm-approval-card dd,.vrm-approval-card dd.amount{font-size:14px;line-height:20px}.vrm-approval-card footer button,.pending-approval-open,.row-approval-action{font-size:14px;line-height:20px}.vrm-approval-modal>header small,.vrm-support-task-modal>header small{font-size:12px;line-height:16px}.vrm-approval-modal>header h2,.vrm-support-task-modal>header h2{font-size:20px;line-height:28px}.vrm-approval-modal>header p,.vrm-support-task-modal>header p{font-size:14px;line-height:20px}.vrm-approval-modal .vrm-approval-card header b{font-size:16px;line-height:24px}.vrm-approval-modal .vrm-approval-card header span,.vrm-approval-modal .vrm-approval-card dt{font-size:12px;line-height:16px}.vrm-approval-modal .vrm-approval-card dd,.vrm-approval-modal .vrm-approval-card dd.amount{font-size:14px;line-height:20px}.vrm-approval-modal .vrm-approval-card footer button{font-size:14px;line-height:20px}.vrm-support-task-modal dt{font-size:12px;line-height:16px}.vrm-support-task-modal dd{font-size:14px;line-height:20px}.vrm-support-task-modal>footer>p,.support-task-success{font-size:14px;line-height:20px}
@media(max-width:900px){.vrm-panel{width:min(440px,100vw)}}@media(max-width:600px){.vrm-panel{width:100vw}}

.vrm-flow-proposal{margin-top:14px}.vrm-flow-proposal>small{color:#BE9A61;font-size:11px;line-height:16px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.vrm-flow-choices{margin-top:8px;display:grid;gap:10px}.vrm-flow-choice{overflow:hidden;border:1px solid rgba(190,154,97,.35);border-radius:12px;background:rgba(12,14,18,.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 6px 20px rgba(0,0,0,.45)}.vrm-flow-choice>div{padding:12px 14px}.vrm-flow-choice b,.vrm-flow-choice span{display:block}.vrm-flow-choice b{color:#BE9A61;font-size:14px;line-height:20px;font-weight:700}.vrm-flow-choice span{margin-top:3px;color:rgba(255,255,255,.65);font-size:12px;line-height:17px}.vrm-flow-choice footer{padding:10px 14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:8px;border-top:1px solid rgba(255,255,255,.1);background:rgba(19,22,27,.75)}.vrm-flow-choice footer button{width:100%;height:38px;min-width:0;margin:0;padding:0 8px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;white-space:nowrap;font:700 12px/16px Inter,Arial,sans-serif;text-align:center;appearance:none;border-radius:8px;cursor:pointer;transition:.15s}.vrm-flow-choice footer .primary{color:#13161B;border:0;background:linear-gradient(135deg,#BE9A61 0%,#D8C2A0 50%,#BE9A61 100%);box-shadow:0 4px 14px rgba(190,154,97,.35)}.vrm-flow-choice footer .secondary{color:#BE9A61;border:1px solid rgba(190,154,97,.45);background:transparent}.vrm-flow-choice footer button:disabled{opacity:.45;cursor:not-allowed}
.vrm-wizard-modal{position:fixed;top:0;right:0;bottom:0;width:min(640px,100vw);height:100vh;max-height:100vh;display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(115deg,#13161B 0%,#1A1D24 50%,#262019 100%);color:#F0F0F1;border-left:1px solid rgba(255,255,255,.12);border-top:1px solid rgba(190,154,97,.5);border-radius:0;box-shadow:-16px 0 48px rgba(0,0,0,.85);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);animation:vrm-slide-in-right .25s cubic-bezier(.16,1,.3,1)}.vrm-wizard-modal>header{padding:18px 22px;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid rgba(255,255,255,.1);background:rgba(19,22,27,.85);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.vrm-wizard-modal>header small{color:#BE9A61;font-size:11px;line-height:16px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.vrm-wizard-modal>header h2{margin:3px 0;font-size:20px;line-height:28px;font-weight:700;color:#F0F0F1}.vrm-wizard-modal>header p{margin:0;color:rgba(255,255,255,.6);font-size:13px;line-height:18px}.vrm-wizard-modal>header>button{padding:0 5px;color:rgba(255,255,255,.7);font-size:24px;border:0;background:transparent;cursor:pointer;transition:.15s}.vrm-wizard-modal>header>button:hover{color:#fff}.vrm-wizard-steps{padding:14px 22px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;border-bottom:1px solid rgba(255,255,255,.1);background:rgba(12,14,18,.75)}.vrm-wizard-steps div{display:flex;align-items:center;gap:8px;min-width:0;color:rgba(255,255,255,.45)}.vrm-wizard-steps span{width:28px;height:28px;display:grid;place-items:center;flex:0 0 auto;font-size:12px;font-weight:700;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(255,255,255,.05);color:rgba(255,255,255,.7)}.vrm-wizard-steps b{overflow:hidden;font-size:12px;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.vrm-wizard-steps .active{color:#BE9A61}.vrm-wizard-steps .active span{color:#13161B;border-color:#BE9A61;background:linear-gradient(135deg,#BE9A61 0%,#D8C2A0 100%);box-shadow:0 0 10px rgba(190,154,97,.5)}.vrm-wizard-steps .complete{color:#12B76A}.vrm-wizard-steps .complete span{color:#fff;border-color:#12B76A;background:#12B76A;box-shadow:0 0 10px rgba(18,183,106,.5)}.vrm-wizard-body{min-height:0;flex:1;padding:20px 22px;overflow:auto}.vrm-wizard-body>header h3{margin:0;font-size:18px;line-height:24px;font-weight:700;color:#F0F0F1}.vrm-wizard-body>header p{margin:4px 0 18px;color:rgba(255,255,255,.6);font-size:13px;line-height:18px}.vrm-wizard-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.vrm-wizard-fields label{min-width:0}.vrm-wizard-fields label.full{grid-column:1/-1}.vrm-wizard-fields label>span{display:block;margin-bottom:6px;color:#CECFD2;font-size:13px;line-height:18px;font-weight:600}.vrm-wizard-fields input,.vrm-wizard-fields select,.vrm-wizard-fields textarea{width:100%;min-height:44px;padding:10px 12px;color:#F0F0F1;font:400 15px/22px Inter,Arial,sans-serif;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:rgba(12,14,18,.6);transition:.15s}.vrm-wizard-fields select option{background:#13161B;color:#fff}.vrm-wizard-fields textarea{min-height:88px;resize:vertical}.vrm-wizard-fields input:focus,.vrm-wizard-fields select:focus,.vrm-wizard-fields textarea:focus{outline:0;border-color:#BE9A61;box-shadow:0 0 0 2px rgba(190,154,97,.3)}.vrm-wizard-file{position:relative;min-height:76px;padding:14px;display:flex;flex-direction:column;justify-content:center;border:1px dashed rgba(190,154,97,.6);border-radius:10px;background:rgba(190,154,97,.08)}.vrm-wizard-file input{position:absolute;inset:0;opacity:0;cursor:pointer}.vrm-wizard-file b{color:#BE9A61;font-size:13.5px;line-height:20px}.vrm-wizard-file small,.vrm-wizard-help{display:block;color:rgba(255,255,255,.55);font-size:12px;line-height:16px}.vrm-wizard-error{display:block;margin-top:4px;color:#F9B4AF;font-size:12px;line-height:16px}.vrm-wizard-review{display:grid;grid-template-columns:1fr 1fr;gap:10px}.vrm-wizard-review div{padding:11px 14px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:rgba(34,38,47,.65)}.vrm-wizard-review span,.vrm-wizard-review b{display:block}.vrm-wizard-review span{color:rgba(255,255,255,.5);font-size:11px;line-height:16px;text-transform:uppercase;letter-spacing:.05em}.vrm-wizard-review b{margin-top:4px;overflow-wrap:anywhere;color:#F0F0F1;font-size:14px;line-height:20px;font-weight:600}.vrm-wizard-modal>footer{padding:14px 22px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.1);background:rgba(19,22,27,.85)}.vrm-wizard-modal>footer>span{color:rgba(255,255,255,.6);font-size:13px;line-height:18px}.vrm-wizard-modal>footer>div{display:flex;gap:10px}.vrm-wizard-modal>footer .btn{min-width:120px;margin:0;padding:10px 16px;border-radius:10px;font-weight:700;font-size:13px;cursor:pointer;transition:.15s}.vrm-wizard-modal>footer .btn.primary{background:linear-gradient(135deg,#BE9A61 0%,#D8C2A0 50%,#BE9A61 100%);color:#13161B;border:0;box-shadow:0 4px 16px rgba(190,154,97,.35)}.vrm-wizard-modal>footer .btn.secondary{background:rgba(255,255,255,.08);color:#F0F0F1;border:1px solid rgba(255,255,255,.18)}.vrm-wizard-success{padding:48px 24px;text-align:center}.vrm-wizard-success>span{width:56px;height:56px;margin:auto;display:grid;place-items:center;color:#fff;font-size:26px;border-radius:50%;background:#12B76A;box-shadow:0 0 20px rgba(18,183,106,.5)}.vrm-wizard-success h3{margin:16px 0 6px;font-size:20px;line-height:28px;font-weight:700;color:#F0F0F1}.vrm-wizard-success>strong{display:block;color:#BE9A61;font-size:18px;line-height:24px}.vrm-wizard-success p{margin:10px auto 20px;max-width:520px;color:rgba(255,255,255,.65);font-size:14px;line-height:20px}
@media(max-width:700px){.modal-backdrop{padding:0}.vrm-wizard-modal{width:100vw;height:100vh;max-height:100vh;border-radius:0}.vrm-wizard-modal>header,.vrm-wizard-body,.vrm-wizard-modal>footer{padding-left:14px;padding-right:14px}.vrm-wizard-steps{padding:10px 14px;grid-template-columns:repeat(4,26px);justify-content:space-between}.vrm-wizard-steps b{display:none}.vrm-wizard-fields,.vrm-wizard-review{grid-template-columns:1fr}.vrm-wizard-fields label.full{grid-column:auto}.vrm-wizard-modal>footer{align-items:flex-end}.vrm-wizard-modal>footer>div{flex-wrap:wrap;justify-content:flex-end}.vrm-wizard-modal>footer .btn{min-width:100px}}
.vrm-fx-alert{margin-top:10px;padding:11px 12px;border:1px solid rgba(190,154,97,.4);border-radius:10px;background:rgba(190,154,97,.1)}.vrm-fx-alert small,.vrm-fx-alert b{display:block}.vrm-fx-alert small{color:#BE9A61;font-size:10px;font-weight:700;letter-spacing:.5px}.vrm-fx-alert b{margin-top:3px;color:#F0F0F1;font-size:13px}.vrm-fx-alert p{margin:3px 0 7px;color:rgba(255,255,255,.7);font-size:12px;line-height:16px}.vrm-fx-alert button{padding:0;color:#BE9A61;font-size:12px;font-weight:700;border:0;background:transparent;cursor:pointer}.vrm-approval-card.is-rate-sensitive{border-color:#fdb022;background:#fffcf5}.vrm-approval-card dd.rate{color:#b54708;font-weight:700}.vrm-approval-card dl .rate-expiry{grid-column:1/-1;padding:7px 9px;border-radius:7px;background:#fffaeb}.vrm-approval-card dl .rate-expiry dd{color:#93370d;font-weight:600}
.vrm-flow-confirmation{margin-top:14px;overflow:hidden;border:1px solid rgba(18,183,106,.45);border-top:2px solid #BE9A61;border-radius:12px;background:rgba(12,14,18,.85);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 8px 28px rgba(0,0,0,.55)}.vrm-flow-confirm-badge{padding:10px 14px 4px;display:flex;align-items:center;gap:6px}.vrm-confirm-icon{color:#BE9A61;font-size:12px}.vrm-flow-confirmation>small,.vrm-flow-confirmation>b{display:block;padding:0 14px}.vrm-flow-confirmation>small,.vrm-flow-confirm-badge>small{padding-top:10px;color:#12B76A;font-size:11px;line-height:16px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.vrm-flow-confirmation>b{margin-top:2px;color:#BE9A61;font-size:15px;line-height:20px;font-weight:700}.vrm-flow-confirmation>p{margin:7px 14px 10px;color:rgba(255,255,255,.7);font-size:13px;line-height:18px}.vrm-flow-confirmation dl{margin:8px 14px 12px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.vrm-flow-confirmation dl div{min-width:0;padding:8px 10px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(34,38,47,.65)}.vrm-flow-confirmation dt{color:rgba(255,255,255,.5);font-size:11px;line-height:15px;text-transform:uppercase;letter-spacing:.05em}.vrm-flow-confirmation dd{margin:3px 0 0;overflow-wrap:anywhere;color:#F0F0F1;font-size:13px;line-height:18px;font-weight:600}.vrm-flow-confirmation footer{padding:10px 14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;border-top:1px solid rgba(255,255,255,.1);background:rgba(19,22,27,.75)}.vrm-flow-confirmation footer button{height:38px;margin:0;padding:0 8px;font:700 12px/16px Inter,Arial,sans-serif;border-radius:8px;cursor:pointer;transition:.15s}.vrm-flow-confirmation footer .primary{color:#13161B;border:0;background:linear-gradient(135deg,#BE9A61 0%,#D8C2A0 50%,#BE9A61 100%);box-shadow:0 4px 14px rgba(190,154,97,.35)}.vrm-flow-confirmation footer .secondary{color:#F0F0F1;border:1px solid rgba(255,255,255,.2);background:transparent}.vrm-flow-choice footer.single{grid-template-columns:1fr}.vrm-flow-confirmation button:disabled{opacity:.45;cursor:not-allowed}@media(max-width:600px){.vrm-flow-confirmation dl{grid-template-columns:1fr}}

.vrm-lc-checklist{margin:0 0 16px;padding:14px 16px;border:1px solid #fedf89;border-radius:10px;background:#fffaeb}.vrm-lc-checklist>small{color:#b54708;font:700 11px/16px Inter,Arial,sans-serif;letter-spacing:.4px}.vrm-lc-checklist h3{margin:3px 0;color:#172b4d;font-size:16px;line-height:24px}.vrm-lc-checklist p{margin:0 0 8px;color:#667085;font-size:13px;line-height:19px}.vrm-lc-checklist ul{margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 16px;list-style:none}.vrm-lc-checklist li{display:flex;gap:7px;color:#344054;font-size:12px;line-height:18px}.vrm-lc-checklist li span{color:#039855;font-weight:700}@media(max-width:640px){.vrm-lc-checklist ul{grid-template-columns:1fr}}
/* Official LEO sidebar design. Scoped to the RM overlay; the banking shell stays intact. */
.vrm-backdrop{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}
.vrm-panel{width:min(400px,100vw);height:100dvh;max-height:100dvh;border:1px solid rgba(255,255,255,.25);border-right:0;background:#00051e url('assets/leo-rm-bg.png') center bottom/cover no-repeat;color:#f4f5f7;box-shadow:-12px 0 34px rgba(9,15,25,.22)}
.vrm-head{height:60px;min-height:60px;padding:8px 13px;border-bottom:1px solid rgba(255,255,255,.25);background:transparent}
.vrm-head-center{gap:12px;overflow:visible}
.vrm-mini-avatar{width:36px;height:36px;overflow:hidden;border-radius:8px;background:#10223b}
.vrm-mini-avatar img{width:100%;height:100%;border:0;border-radius:8px;object-fit:cover;object-position:center 20%;box-shadow:none}
.vrm-mini-avatar i,.vrm-head-brand,.vrm-head-status-box{display:none}
.vrm-head-title strong{font-size:18px;line-height:24px;font-weight:600;letter-spacing:-.27px}
.vrm-icon-btn{font-size:33px;font-weight:200;color:#f4f5f7;background:transparent;border:0;box-shadow:none}
.vrm-body{position:relative;flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;display:flex;flex-direction:column;padding:16px 16px 32px;background:transparent;scrollbar-width:thin;scrollbar-color:rgba(190,154,97,.6) rgba(255,255,255,.05)}
.vrm-welcome{flex:0 0 auto;min-height:min-content;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:0;margin-block:auto}
.vrm-body.is-welcome .vrm-welcome{min-height:min-content;flex:0 0 auto}
.vrm-body.is-welcome .vrm-thread{display:none}
.vrm-body.is-welcome .vrm-prompts{display:none}
.vrm-welcome-portrait{position:relative;width:128px;height:139px;margin:0 auto;display:flex;align-items:center;justify-content:center;overflow:visible}
.vrm-welcome-portrait img{width:128px;height:139px;object-fit:contain;display:block}
.vrm-welcome-portrait b{display:none}
.vrm-welcome p{margin:12px 0 18px;font-size:13.5px;line-height:20px;font-weight:400;color:#f4f5f7}
.vrm-welcome p b{color:#ecd29a;font-weight:600}
.vrm-welcome-menu{display:grid;grid-template-columns:repeat(3,108px);justify-content:center;gap:12px;width:100%}
.vrm-welcome-menu button{min-height:120px;padding:16px 8px;border:1px solid rgba(255,255,255,.25);border-radius:12px;background:rgba(12,14,18,.4);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:0 0 16px rgba(29,41,57,.06);color:#f4f5f7;font:500 13px/18px Inter,sans-serif;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:all .15s ease}
.vrm-welcome-menu button:hover{border-color:#c8a66c;background:rgba(200,166,108,.15);transform:translateY(-2px)}
.vrm-welcome-menu button:disabled{opacity:.6;cursor:default}
.vrm-welcome-menu span{display:block;margin:0 auto 13px;font-size:25px;line-height:28px;font-weight:300}
.vrm-welcome-menu img{display:block;width:24px;height:24px;margin:0 auto 12px;object-fit:contain;filter:brightness(0) invert(1)}
.vrm-daily-bill-row.is-clickable,.vrm-daily-personal-item.is-clickable,.vrm-loan-subitem.is-clickable{cursor:pointer;transition:background .15s ease}
.vrm-daily-bill-row.is-clickable:hover,.vrm-daily-personal-item.is-clickable:hover,.vrm-loan-subitem.is-clickable:hover{background:rgba(200,166,108,.12)}
.vrm-daily-actions .btn.primary{background:linear-gradient(110deg,#ebcf99,#c59d5d);border:0;color:#17191b;box-shadow:none}
.vrm-daily-actions .btn.secondary{background:transparent;border:1px solid #c59d5d;color:#ebcf99}
.vrm-stage{display:none}
.vrm-thread{min-height:0;flex:none;overflow:visible;padding:0;gap:16px}
.vrm-message,.vrm-message.is-user{max-width:100%;margin:0;padding:0;background:none;border:0;border-radius:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}
.vrm-message.is-user{align-self:flex-end;max-width:88%;padding:8px 15px;border:1px solid #4d9dfb;border-radius:13px;background:#143a5e}
.vrm-message-header{display:none}
.vrm-message p,.vrm-message.is-user p{color:#f4f5f7;font-size:14px;line-height:22px;font-weight:400}
.vrm-message.is-user p{font-size:14px}
.vrm-typing{margin-top:4px;background:transparent;border:0;padding:4px 0}
/* Nhãn "Đang xử lý" chỉ đổi màu CHỮ; chỉ 3 dấu chấm mới có nền vàng. Gộp hai
   selector lại (như trước) làm span có background:#c8a66c trùng màu chữ nên
   nhãn biến thành một khối vàng đặc, không đọc được. */
.vrm-typing span{color:#c8a66c;background:transparent;text-transform:none;letter-spacing:.02em;font-size:13px;line-height:20px;font-weight:500}
.vrm-typing i{background:#c8a66c}
.vrm-daily-card{margin-top:22px;padding:16px;border:1px solid rgba(255,255,255,.25);border-radius:16px;background:rgba(20,23,27,.66)}
.vrm-daily-card h3{margin:0 0 12px;font-size:16px;line-height:24px;font-weight:600}
.vrm-daily-card button{width:100%;display:flex;justify-content:space-between;align-items:center;gap:14px;padding:11px 0;color:#f4f5f7;background:transparent;border:0;border-top:1px solid rgba(255,255,255,.13);text-align:left;cursor:pointer}
.vrm-daily-card button span,.vrm-daily-card button small{display:block}
.vrm-daily-card button b{font-size:13px;font-weight:600}
.vrm-daily-card button small{margin-top:3px;color:#aab3c1;font-size:12px}
.vrm-footer{position:relative;z-index:1;flex:0 0 auto;padding:12px 13px 13px;background:transparent;border:0}
.vrm-footer form{position:relative;height:126px;display:flex;flex-direction:column;justify-content:flex-start!important;align-items:flex-start!important;padding:14px 14px 12px;border:1px solid rgba(255,255,255,.25);border-radius:12px;background:rgba(12,14,18,.4);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:0 0 16px rgba(29,41,57,.06);cursor:text}
.vrm-footer form input,.vrm-footer input{flex:none!important;height:24px!important;min-height:24px!important;max-height:24px!important;line-height:24px!important;width:100%!important;min-width:0!important;border:0!important;background:transparent!important;color:#fff!important;font-size:15px!important;outline:none!important;padding:0!important;margin:0!important;align-self:flex-start!important;vertical-align:top!important;box-sizing:border-box!important}
.vrm-footer form input::placeholder{color:#7e8999}
.vrm-form-actions{position:absolute;right:12px;bottom:12px;display:flex;align-items:center;justify-content:flex-end;gap:12px;height:32px;min-height:32px;margin:0;z-index:2}
.vrm-controls{display:flex;align-items:center;gap:8px;margin:0!important;padding:0;background:transparent;border:0;box-shadow:none;position:static;height:32px;min-height:32px}
.vrm-controls .vrm-talk-btn,.vrm-talk-btn{width:auto;min-width:0;height:32px!important;min-height:32px!important;max-height:32px!important;margin:0!important;padding:0 12px!important;border:0;border-radius:8px!important;background:linear-gradient(120deg,#ecd29a,#c59c55)!important;color:#17191b!important;box-shadow:none!important;font-size:13px;font-weight:500;letter-spacing:0;text-transform:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px;cursor:pointer;flex:none!important;stroke-width:0.2px;transform:none!important}
.vrm-talk-btn, .vrm-voice-stop-btn > svg{stroke-width:0.2px}
.vrm-talk-btn > svg, .vrm-voice-stop-btn > svg{stroke-width:0.2px}
.vrm-controls .vrm-talk-btn:disabled,.vrm-talk-btn:disabled{cursor:default!important;opacity:.6!important}
.vrm-talk-text{flex:none!important;text-align:center!important;font-size:13px!important;line-height:20px!important;font-weight:500!important;letter-spacing:0!important;text-transform:none!important;white-space:nowrap}
.vrm-error{display:flex!important;align-items:center;justify-content:space-between;gap:10px}
.vrm-error-text{flex:1;min-width:0}
.vrm-error-dismiss{flex:none;padding:0;color:#F9B4AF;font-size:12px;font-weight:700;border:0;background:transparent;cursor:pointer;text-decoration:underline}
.vrm-error-dismiss:hover{color:#fff}
.vrm-listening-hint{margin:4px 0 0;font-size:12px;line-height:18px;color:#aab3c1;font-style:italic}
.vrm-mic-icon{width:20px;height:20px;flex-shrink:0;display:block}

/* Figma Node 154:26872 - Voicing Area */
.vrm-voicing-box{position:relative;height:126px;display:flex;flex-direction:column;justify-content:space-between;padding:16px;border:1px solid rgba(255,255,255,.25);border-radius:12px;background:rgba(12,14,18,.4);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:0 0 16px rgba(29,41,57,.06);box-sizing:border-box}
.vrm-voicing-top-row{display:flex;align-items:center;gap:12px;width:100%;height:24px;min-height:24px}
.vrm-voice-cancel-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;min-width:24px;padding:0;margin:0;background:transparent;border:0;cursor:pointer;opacity:.88;transition:opacity .15s ease,transform .15s ease}
.vrm-voice-cancel-btn:hover{opacity:1;transform:scale(1.05)}
.vrm-voice-cancel-btn svg{width:24px;height:24px;display:block}
.vrm-voicing-wave-track{flex:1;height:24px;display:flex;align-items:center;overflow:hidden;padding:0;mask-image:linear-gradient(to right,transparent,black 8%,black 95%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 8%,black 95%,transparent)}
.vrm-voicing-wave-canvas{width:100%;height:100%;display:block}
.vrm-waveform-bar{width:3px;min-width:3px;border-radius:9999px;background:#E4E7EC;transform-origin:center;transition:height .06s ease-out,opacity .06s ease-out;will-change:height,opacity}
.vrm-voicing-text-row{flex:1;display:flex;align-items:center;margin:4px 0;min-height:22px;max-height:28px;overflow:hidden}
.vrm-voicing-placeholder{margin:0;font-size:13.5px;line-height:20px;color:#7e8999;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.vrm-voicing-transcript{margin:0;font-size:14px;line-height:20px;color:#ffffff;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.vrm-voicing-bottom-row{display:flex;align-items:center;justify-content:flex-end;width:100%;height:32px;min-height:32px}
.vrm-voicing-actions{display:flex;align-items:center;gap:12px}
.vrm-voice-stop-btn{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 4px;background:transparent;border:0;color:#BE9A61;font-size:13px;font-weight:500;cursor:pointer;transition:opacity .15s ease}
.vrm-voice-stop-btn:hover{opacity:.85}
.vrm-voice-stop-btn svg{width:20px;height:20px;flex-shrink:0}
.vrm-voice-send-btn{width:32px;height:32px;min-width:32px;padding:0;margin:0;border:1px solid #BE9A61;border-radius:8px;background:#13161B;color:#BE9A61;display:grid;place-items:center;cursor:pointer;transition:all .15s ease}
.vrm-voice-send-btn:disabled{opacity:.7;cursor:default}
.vrm-voice-send-btn:not(:disabled):hover{background:#BE9A61;color:#13161B}
.vrm-action-icon-btn{display:flex;width:32px;min-width:32px;height:32px;padding:4px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.25);border-radius:8px;background:#1a1d20;color:#f4f5f7}
.vrm-action-icon-btn small{display:none}
.vrm-send-btn,.vrm-footer form>button{position:static!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;max-height:32px!important;margin:0!important;padding:0!important;border:1px solid #67717d!important;border-radius:8px!important;background:#1a1d20!important;color:#aab3c1!important;box-shadow:none!important;display:grid!important;place-items:center!important;font-size:16px;cursor:pointer;flex:none!important;transform:none!important;transition:background .15s ease,color .15s ease,border-color .15s ease!important}
.vrm-send-btn:not(:disabled):not(.is-idle),.vrm-footer form>button:not(:disabled):not(.is-idle){background:#c8a66c!important;color:#15191f!important;border-color:#c8a66c!important;opacity:1!important}
.vrm-send-btn:not(:disabled):not(.is-idle):hover,.vrm-footer form>button:not(:disabled):not(.is-idle):hover{background:#d8b981!important;border-color:#d8b981!important}
.vrm-send-btn:disabled,.vrm-footer form>button:disabled{cursor:default!important;opacity:.55!important}
.vrm-send-btn.is-idle,.vrm-footer form>button.is-idle{background:#1a1d20!important;color:#aab3c1!important;border-color:#67717d!important;opacity:.55!important;cursor:default!important}
.vrm-voice-send-btn.is-idle{opacity:.55;cursor:default}
.vrm-voice-send-btn.is-idle:hover{background:#13161B;color:#BE9A61}
.vrm-chip-bar{display:none}
@media(max-width:600px){.vrm-panel{width:100vw}.vrm-welcome-menu{grid-template-columns:repeat(3,minmax(0,100px));gap:8px}.vrm-welcome-menu button{min-height:108px}.vrm-footer form,.vrm-voicing-box{height:112px}}

/* ========================================================
   Figma Ver 1.2 Additions: Launcher Tooltip, Daily View,
   LEO Infographics Modal, and CCTG 30B Modal
   ======================================================== */
/* Floating Launcher Button (Figma Ver 1.2 Specs: Nodes 154:33495, 154:34386, 154:33512) */
.vrm-launcher {
  position: fixed !important;
  right: 24px !important;
  top: auto;
  bottom: 24px;
  z-index: 100 !important;
  width: 68px !important;
  height: 68px !important;
  min-width: 68px !important;
  max-width: 68px !important;
  min-height: 68px !important;
  max-height: 68px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #ffffff !important;
  border-radius: 12px !important;
  background: #10223b !important;
  box-shadow: 0 0 4px rgba(29, 41, 57, 0.15), 0 4px 14px rgba(18, 22, 27, 0.25) !important;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  cursor: grab !important;
  touch-action: none !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  overflow: visible !important;
  transform-origin: center right;
  transition: width 0.25s cubic-bezier(0.16, 1, 0.3, 1), height 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-radius 0.25s ease, box-shadow 0.25s ease !important;
}

.vrm-launcher.is-dragging {
  cursor: grabbing !important;
  box-shadow: 0 0 16px rgba(236, 210, 154, 0.5), 0 12px 32px rgba(0, 0, 0, 0.65) !important;
  border-color: #ecd29a !important;
  transform: none !important;
  transition: none !important;
}

.vrm-launcher.is-dragging .vrm-launcher-tooltip {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.vrm-launcher:hover {
  width: 78px !important;
  height: 78px !important;
  min-width: 78px !important;
  max-width: 78px !important;
  min-height: 78px !important;
  max-height: 78px !important;
  border-radius: 14px !important;
  border: 1.5px solid #ffffff !important;
  box-shadow: 0 0 8px rgba(29, 41, 57, 0.25), 0 8px 24px rgba(18, 22, 27, 0.35) !important;
  transform: none !important;
}

.vrm-launcher.is-open {
  display: none !important;
}

.vrm-launcher-avatar {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #10223b !important;
  transition: border-radius 0.25s ease !important;
  pointer-events: none !important;
  user-select: none !important;
  -webkit-user-select: none !important;
}

.vrm-launcher:hover .vrm-launcher-avatar {
  border-radius: 14px !important;
}

.vrm-launcher-avatar > img {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center 15% !important;
  transform: none !important;
  box-shadow: none !important;
  display: block !important;
  pointer-events: none !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  -webkit-user-drag: none !important;
}

.vrm-launcher-avatar > i,
.vrm-launcher-info {
  display: none !important;
}

/* Tooltip (Figma Node 154:33512) */
.vrm-launcher-tooltip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  background: #0c1b33;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 8px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  display: block !important;
  z-index: 100;
}

.vrm-launcher-tooltip::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #0c1b33;
}

.vrm-launcher:hover .vrm-launcher-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(-4px);
}

.vrm-back-btn{width:32px;height:32px;padding:0;display:grid;place-items:center;font-size:26px;color:#c8a66c;background:transparent;border:0;cursor:pointer;transition:transform .15s ease}
.vrm-back-btn:hover{transform:translateX(-3px);color:#ecd29a}

.vrm-daily-view{display:flex;flex-direction:column;gap:14px}
.vrm-daily-header{margin-bottom:4px}
.vrm-daily-timestamp{font-size:12px;color:#aab3c1;margin-bottom:4px}
.vrm-daily-title{margin:0 0 4px;font-size:18px;font-weight:700;color:#f4f5f7}
.vrm-daily-subtitle{margin:0 0 10px;font-size:13px;line-height:19px;color:#aab3c1}
.vrm-daily-toggle-bar{display:flex;align-items:center;margin-bottom:8px}
.vrm-state-btn{padding:5px 12px;border:1px solid rgba(200,166,108,.4);border-radius:8px;background:rgba(200,166,108,.1);color:#ebcf99;font-size:12px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .15s ease}
.vrm-state-btn:hover{background:rgba(200,166,108,.2);border-color:#c8a66c}
.vrm-state-btn small{color:#aab3c1;font-size:11px}

.vrm-card{padding:14px 16px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(26,30,36,.75);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);margin-bottom:10px}
.vrm-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.vrm-card-header h3{margin:0;font-size:15px;font-weight:600;color:#f4f5f7}
.vrm-link-btn{font-size:12px;color:#c8a66c;cursor:pointer}
.vrm-overview-grid{display:flex;align-items:center;gap:16px}
.vrm-progress-circle-wrap{flex-shrink:0}
.vrm-progress-circle{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;transition:background .3s ease}
.vrm-progress-inner{width:60px;height:60px;border-radius:50%;background:#181b1f;display:flex;flex-direction:column;align-items:center;justify-content:center}
.vrm-progress-inner strong{font-size:16px;font-weight:700;color:#f4f5f7}
.vrm-progress-inner small{font-size:9.5px;color:#aab3c1;text-transform:uppercase;letter-spacing:.05em}
.vrm-stat-boxes{flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.vrm-stat-box{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 4px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:rgba(20,23,27,.6)}
.vrm-stat-box small{font-size:11px;color:#aab3c1;white-space:nowrap;margin-bottom:2px}
.vrm-stat-box b{font-size:18px;font-weight:700}
.vrm-stat-box.warning b{color:#f79009}
.vrm-stat-box.danger b{color:#f04438}
.vrm-stat-box.success b{color:#12b76a}

.vrm-category-chips{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.vrm-cat-chip{padding:9px 12px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:rgba(20,23,27,.6);display:flex;flex-direction:column;gap:2px}
.vrm-cat-chip span{font-size:12px;color:#aab3c1}
.vrm-cat-chip b{font-size:13px;color:#f4f5f7}
.vrm-cat-chip.is-done b{color:#12b76a}

.vrm-balance-section{margin-bottom:12px;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:10px}
.vrm-balance-section small{font-size:12px;color:#aab3c1;display:block;margin-bottom:2px}
.vrm-balance-amount{font-size:22px;font-weight:700;color:#f4f5f7;letter-spacing:-.01em}
.vrm-balance-amount .vrm-unit{font-size:15px;font-weight:500;color:#c8a66c}
.vrm-cctg-banner{padding:12px;border:1px solid rgba(200,166,108,.35);border-radius:12px;background:linear-gradient(135deg,rgba(200,166,108,.12) 0%,rgba(200,166,108,.03) 100%)}
.vrm-cctg-badge{display:inline-block;padding:2px 8px;border-radius:4px;background:#c8a66c;color:#15191f;font-size:11px;font-weight:700;margin-bottom:6px}
.vrm-cctg-banner h4{margin:0 0 6px;font-size:14px;font-weight:600;color:#f4f5f7}
.vrm-cctg-features{list-style:none;margin:0 0 12px;padding:0;display:flex;flex-direction:column;gap:4px}
.vrm-cctg-features li{font-size:12px;line-height:16px;color:rgba(255,255,255,.75)}

.vrm-task-sections{display:flex;flex-direction:column;gap:12px}
.vrm-task-group-title{font-size:13px;font-weight:500;color:#aab3c1;margin:4px 0}
.vrm-task-item-card{padding:14px;border:1px solid rgba(255,255,255,.15);border-radius:12px;background:rgba(26,30,36,.65);margin-bottom:8px}
.vrm-task-item-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.vrm-task-item-head h4{margin:0;font-size:14px;font-weight:600;color:#f4f5f7}
.vrm-badge-count{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#c8a66c;color:#15191f;font-size:11px;font-weight:700}
.vrm-loan-subitems{display:flex;flex-direction:column;gap:8px}
.vrm-loan-subitem{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:8px 0;border-top:1px solid rgba(255,255,255,.08)}
.vrm-loan-subitem:first-child{border-top:0;padding-top:0}
.vrm-subitem-info b{display:block;font-size:12.5px;color:#f4f5f7}
.vrm-subitem-info small{display:block;font-size:11px;color:#aab3c1;margin-top:2px}
.vrm-subitem-amount{display:flex;align-items:center;gap:8px;flex-shrink:0}
.vrm-subitem-amount strong{font-size:12px;color:#ebcf99}
.vrm-mini-btn{padding:4px 9px;border-radius:6px;border:1px solid rgba(200,166,108,.5);background:rgba(200,166,108,.15);color:#ebcf99;font-size:11px;font-weight:600;cursor:pointer}
.vrm-mini-btn:hover{background:#c8a66c;color:#15191f}
.vrm-bill-list{display:flex;flex-direction:column;gap:6px}
.vrm-bill-row{display:grid;grid-template-columns:1.2fr 1.2fr 1fr;align-items:center;gap:6px;font-size:12px;padding:6px 0;border-top:1px solid rgba(255,255,255,.08)}
.vrm-bill-row:first-child{border-top:0}
.vrm-bill-row span{color:#aab3c1}
.vrm-bill-row b{color:#f4f5f7;font-weight:500}
.vrm-bill-row strong{color:#ebcf99;text-align:right}
.vrm-alert-text{margin:0 0 10px;font-size:12px;line-height:17px;color:#aab3c1}
.vrm-complete-card{margin-top:8px;padding:20px 16px;border:1px solid rgba(18,183,106,.4);border-radius:14px;background:rgba(18,183,106,.08);text-align:center}
.vrm-complete-icon{width:44px;height:44px;margin:0 auto 10px;display:grid;place-items:center;border-radius:50%;background:#12b76a;color:#fff;font-size:22px;box-shadow:0 0 16px rgba(18,183,106,.5)}
.vrm-complete-card h4{margin:0 0 4px;font-size:15px;font-weight:600;color:#f4f5f7}
.vrm-complete-card p{margin:0 0 8px;font-size:13px;color:#aab3c1}
.vrm-complete-suggest{font-size:12.5px!important;line-height:18px;color:#ebcf99!important;margin:12px 0 14px!important}
.vrm-complete-actions{display:flex;gap:10px;justify-content:center}

.vrm-action-btn{min-height:36px;padding:8px 14px;border-radius:9px;font:600 12.5px/16px Inter,Arial,sans-serif;cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center}
.vrm-action-btn.primary{background:linear-gradient(120deg,#ecd29a,#c59c55);border:0;color:#17191b}
.vrm-action-btn.primary:hover{opacity:.95;transform:translateY(-1px)}
.vrm-action-btn.secondary{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);color:#f4f5f7}
.vrm-action-btn.secondary:hover{border-color:#c8a66c;color:#ebcf99}

.vrm-interactive-box{margin:8px 0}
.vrm-choice-grid{display:flex;flex-wrap:wrap;gap:8px}
.vrm-choice-pill{padding:7px 12px;border:1px solid rgba(255,255,255,.18);border-radius:20px;background:rgba(26,30,36,.8);color:#f4f5f7;font-size:12px;cursor:pointer;transition:all .15s ease}
.vrm-choice-pill:hover{border-color:#c8a66c;background:rgba(200,166,108,.15);color:#ebcf99}
.vrm-choice-pill.highlight{border-color:#c8a66c;background:rgba(200,166,108,.2);color:#ebcf99;font-weight:600}

.vrm-flow-card{margin:8px 0}
.vrm-flow-card h4{margin:0 0 8px;font-size:13.5px;color:#c8a66c}
.vrm-flow-steps{margin:0 0 12px;padding-left:20px;font-size:12px;color:#aab3c1;line-height:18px}
.vrm-file-status-card{display:flex;align-items:center;gap:12px;margin:8px 0;border-left:3px solid #c8a66c}
.vrm-file-icon{font-size:24px}
.vrm-file-details b{display:block;font-size:13px;color:#f4f5f7}
.vrm-file-meta{display:flex;gap:6px;font-size:11px;color:#aab3c1;margin-top:2px}
.vrm-status-pct{color:#f79009;font-weight:600}
.vrm-status-pct.is-done{color:#12b76a}
.vrm-result-ready-card{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:8px 0;border:1px solid #12b76a;background:rgba(18,183,106,.08)}
.vrm-tag-green{display:inline-block;padding:2px 6px;border-radius:4px;background:#12b76a;color:#fff;font-size:10px;font-weight:700;margin-bottom:4px}
.vrm-result-content h4{margin:0 0 2px;font-size:14px;color:#f4f5f7}
.vrm-result-content p{margin:0;font-size:11.5px;color:#aab3c1}

.vrm-cctg-action-box{margin:8px 0;display:flex;flex-direction:column;gap:8px}
.vrm-cctg-yield-tag{display:inline-block;padding:3px 8px;border-radius:6px;background:rgba(200,166,108,.2);border:1px solid #c8a66c;color:#ebcf99;font-size:11.5px;font-weight:700;width:fit-content}
.vrm-cctg-action-box p{margin:0;font-size:12.5px;color:#aab3c1}
.vrm-cctg-calc-result{padding:8px 12px;border-radius:8px;background:rgba(200,166,108,.15);border:1px solid rgba(200,166,108,.4);display:flex;justify-content:space-between;align-items:center}
.vrm-cctg-calc-result small{color:#aab3c1;font-size:11px}
.vrm-cctg-calc-result strong{color:#ebcf99;font-size:14.5px}

/* ========================================================
   Infographic Modal Viewer (Figma 154:51305 & 154:51469)
   Fits entirely within modal viewport - NO SCROLL
   ======================================================== */
.vrm-infographic-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 250;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(30, 36, 45, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 12px;
  overflow: hidden !important;
  box-sizing: border-box;
  animation: vrm-fade-in 0.2s ease-out;
}

.vrm-infographic-modal-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 960px;
  max-height: 100vh;
  width: auto;
  box-sizing: border-box;
  overflow: hidden !important;
}

.vrm-infographic-close-btn {
  align-self: flex-end;
  width: 32px;
  height: 32px;
  padding: 0;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  opacity: 0.85;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.vrm-infographic-close-btn:hover {
  opacity: 1;
  transform: scale(1.1);
}

.vrm-infographic-card-frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden !important;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  background: #ffffff;
  max-height: calc(100vh - 110px);
  width: auto;
}

.vrm-infographic-image {
  display: block;
  width: auto;
  max-width: min(960px, 92vw);
  max-height: calc(100vh - 110px);
  height: auto;
  object-fit: contain;
  border-radius: 20px;
  user-select: none;
  -webkit-user-select: none;
}

.vrm-infographic-footer-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 10px;
}

.vrm-cert-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.15s ease;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

@media (max-height: 820px) {
  .vrm-infographic-modal-overlay {
    padding: 6px;
  }
  .vrm-infographic-close-btn {
    width: 28px;
    height: 28px;
    margin-bottom: 2px;
  }
  .vrm-infographic-card-frame,
  .vrm-infographic-image {
    max-height: calc(100vh - 86px);
    border-radius: 14px;
  }
  .vrm-infographic-footer-actions {
    margin-top: 6px;
    gap: 12px;
  }
  .vrm-cert-action-btn {
    padding: 6px 14px;
    font-size: 13px;
  }
}


.vrm-cert-action-btn:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-1px);
}

.vrm-cert-action-btn svg {
  flex-shrink: 0;
}

/* CCTG Confirmation Modal */
.vrm-cctg-modal-container{width:min(640px,96vw);max-height:calc(100vh - 40px);display:flex;flex-direction:column;background:#181b1f;border:1px solid rgba(200,166,108,.4);border-radius:16px;box-shadow:0 24px 64px rgba(0,0,0,.8);overflow:hidden}
.vrm-cctg-modal-header{padding:16px 20px;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid rgba(255,255,255,.12);background:rgba(26,30,36,.9)}
.vrm-badge-cctg{display:inline-block;padding:2px 8px;border-radius:4px;background:#c8a66c;color:#15191f;font-size:10px;font-weight:700;margin-bottom:4px}
.vrm-cctg-modal-header h2{margin:0 0 4px;font-size:18px;color:#f4f5f7}
.vrm-countdown-box{display:flex;align-items:center;gap:6px;font-size:11.5px;color:#aab3c1}
.vrm-timer-text{color:#f79009;font-weight:700}
.vrm-cctg-modal-body{padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}
.vrm-cctg-notice-box{padding:10px 14px;border-left:3px solid #c8a66c;background:rgba(200,166,108,.1);border-radius:0 8px 8px 0}
.vrm-cctg-notice-box b{font-size:12px;color:#ebcf99}
.vrm-cctg-notice-box p{margin:2px 0 0;font-size:11.5px;line-height:16px;color:#aab3c1}
.vrm-section-title{margin:0 0 10px;font-size:14px;font-weight:600;color:#f4f5f7}
.vrm-cctg-fields-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.vrm-cctg-field-item{padding:9px 12px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(26,30,36,.6)}
.vrm-cctg-field-item.full-width{grid-column:1/-1}
.vrm-cctg-field-item.highlight-amount{border-color:#c8a66c;background:rgba(200,166,108,.1)}
.vrm-cctg-field-item label{display:block;font-size:11px;color:#aab3c1;margin-bottom:3px}
.vrm-cctg-value{font-size:13px;font-weight:600;color:#f4f5f7}
.vrm-cctg-value.big{font-size:18px;color:#ebcf99}
.vrm-cctg-attachment-box{display:flex;align-items:center;gap:12px;padding:12px;border:1px dashed rgba(200,166,108,.4);border-radius:8px;background:rgba(200,166,108,.05)}
.vrm-doc-icon{font-size:22px}
.vrm-doc-info{flex:1}
.vrm-doc-info b{display:block;font-size:12.5px;color:#f4f5f7}
.vrm-doc-info small{font-size:11px;color:#aab3c1}
.vrm-commitment-label{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:#aab3c1;line-height:17px;cursor:pointer}
.vrm-commitment-label input{margin-top:2px;accent-color:#c8a66c}
.vrm-cctg-modal-footer{padding:14px 20px;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid rgba(255,255,255,.12);background:rgba(26,30,36,.9)}

@media(max-width:768px){
  .vrm-cert-grid,.vrm-personal-metrics-grid,.vrm-services-row{grid-template-columns:1fr}
  .vrm-cctg-fields-grid{grid-template-columns:1fr}
}

/* LC Stepper and Form Enhancements from Figma Ver 1.2 */
.lc-step-item{display:flex;align-items:center;gap:8px;color:#667085;font-size:13px;white-space:nowrap}
.lc-step-item.active{color:#f4600c;font-weight:700}
.lc-step-num{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:700;background:#f2f4f7;color:#344054}
.lc-step-item.active .lc-step-num{background:#f4600c;color:#fff}
.lc-radio-group{display:flex;gap:10px;margin-top:6px}
.lc-radio-pill{padding:8px 16px;border:1px solid #d0d5dd;border-radius:8px;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .15s ease}
.lc-radio-pill.active{border-color:#f4600c;background:#feefe7;color:#b54708;font-weight:600}
.lc-radio-pill input{accent-color:#f4600c}
.lc-input-with-unit{position:relative;display:flex;align-items:center;width:100%}
.lc-input-with-unit input{padding-right:36px}
.lc-unit-addon{position:absolute;right:14px;color:#667085;font-weight:600;font-size:14px;pointer-events:none}
.lc-amount-text{display:block;margin-top:4px;color:#667085;font-size:12px;font-style:italic}
.lc-action-buttons{display:flex;flex-direction:column;gap:10px;margin-top:18px}
.lc-action-buttons .btn{width:100%;margin:0}
/* Daily RM panel follows the 700px conversation layout in Figma. */
.vrm-panel.is-daily{width:min(700px,100vw)}
.vrm-panel.is-daily .vrm-body{padding:16px 17px 32px}
.vrm-daily-view{gap:16px}
.vrm-daily-header{display:flex;flex-direction:column;margin:0 0 8px}
.vrm-daily-timestamp{align-self:center;margin:0 0 22px;color:#c2c7d0;font-size:14px;line-height:20px}
.vrm-daily-request{align-self:flex-end;margin:0 0 16px;padding:8px 15px;border:1px solid #4d9dfb;border-radius:14px;background:#173d64;color:#f4f5f7;font-size:14px;line-height:20px}
.vrm-daily-subtitle{margin:0;color:#e4e7ec;font-size:14px;line-height:22px}
.vrm-daily-toggle-bar{display:none}
.vrm-panel.is-daily .vrm-card{margin:0;padding:16px;border:1px solid rgba(255,255,255,.25);border-radius:16px;background:rgba(24,27,31,.65)}
.vrm-panel.is-daily .vrm-card-header{margin-bottom:16px}
.vrm-panel.is-daily .vrm-card-header h3{font-size:16px;line-height:24px}
.vrm-panel.is-daily .vrm-overview-grid{min-height:126px;display:flex;align-items:center;justify-content:center;gap:40px;padding:4px 8px}
.vrm-stat-rows{flex:0 1 230px;display:flex;flex-direction:column;gap:12px}
.vrm-stat-row{display:flex;align-items:center;justify-content:space-between;min-height:24px}
.vrm-stat-label-wrap{display:flex;align-items:center;gap:10px}
.vrm-stat-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}
.vrm-stat-dot.warning{background:#e59837;box-shadow:0 0 8px rgba(229,152,55,.45)}
.vrm-stat-dot.danger{background:#dd695a;box-shadow:0 0 8px rgba(221,105,90,.45)}
.vrm-stat-dot.success{background:#60cda4;box-shadow:0 0 8px rgba(96,205,164,.45)}
.vrm-stat-label{font-size:13.5px;font-weight:400;color:#cecfd2;line-height:20px}
.vrm-stat-value{font-size:15px;font-weight:600;color:#f4f5f7;line-height:20px;text-align:right}
.vrm-panel.is-daily .vrm-category-chips{gap:8px}
.vrm-panel.is-daily .vrm-cat-chip{min-height:58px;padding:10px 12px;border:0;border-radius:9px;background:rgba(255,255,255,.08);display:grid;grid-template-columns:1fr auto;align-items:center;gap:7px 8px}
.vrm-panel.is-daily .vrm-cat-chip span,.vrm-panel.is-daily .vrm-cat-chip b{color:#e4e7ec;font-size:13px;line-height:18px;font-weight:400}
.vrm-panel.is-daily .vrm-cat-chip b{text-align:right}
.vrm-panel.is-daily .vrm-cat-progress{grid-column:1/-1;display:block;height:6px;overflow:hidden;border-radius:999px;background:#46505c}
.vrm-panel.is-daily .vrm-cat-progress>i{display:block;height:100%;border-radius:inherit;background:#43c38c}
@media(max-width:600px){.vrm-panel.is-daily .vrm-overview-grid{gap:20px}.vrm-stat-rows{flex-basis:190px}.vrm-panel.is-daily .vrm-cat-chip{grid-template-columns:1fr}.vrm-panel.is-daily .vrm-cat-chip b{text-align:left}}

/* Account widget in the daily RM view (Figma 195:54599). */
.vrm-panel.is-daily .vrm-balance-cctg-card{height:475px;min-height:475px;padding:0;display:flex;flex-direction:column;overflow:hidden}
.vrm-panel.is-daily .vrm-balance-section{margin:0;padding:16px 24px 0;border:0}
.vrm-balance-label{display:flex;align-items:center;gap:8px;color:#cecfd2;font-size:14px;line-height:20px}
.vrm-balance-label img{width:20px;height:20px}
.vrm-balance-value-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.vrm-panel.is-daily .vrm-balance-amount{color:#f0f0f1;font-size:22px;font-weight:600;line-height:32px;letter-spacing:0}
.vrm-panel.is-daily .vrm-balance-amount .vrm-unit{color:#cecfd2;font-size:20px;font-weight:500;line-height:28px}
.vrm-balance-growth{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:12px;background:#07492a;color:#a0e2c3;font-size:14px;font-weight:600;line-height:20px}
.vrm-balance-growth img{width:16px;height:16px}
.vrm-balance-chart{flex:1;min-height:0;padding-top:16px;overflow:hidden}
.vrm-balance-chart img{display:block;width:100%;height:100%;object-fit:fill}
.vrm-panel.is-daily .vrm-cctg-banner{display:flex;align-items:flex-start;gap:8px;flex:none;margin:16px;padding:8px 12px;border:1px solid #2e90fa;border-radius:8px;background:#123a64}
.vrm-cctg-info-icon{flex:none;width:24px;height:24px}
.vrm-cctg-content{min-width:0}
.vrm-panel.is-daily .vrm-cctg-banner h4{margin:0 0 4px;color:#abd3fd;font-size:16px;font-weight:600;line-height:24px}
.vrm-panel.is-daily .vrm-cctg-banner h4 span{font-weight:400}
.vrm-panel.is-daily .vrm-cctg-features{list-style:disc;margin:0 0 4px;padding-left:17px;gap:0}
.vrm-panel.is-daily .vrm-cctg-features li{color:#fff;font-size:14px;line-height:20px}
.vrm-panel.is-daily .vrm-cctg-banner .vrm-action-btn{min-height:32px;padding:4px 0;border:0;background:none;color:#be9a61;font-size:14px;font-weight:500;text-decoration:underline}
@media(max-width:600px){.vrm-panel.is-daily .vrm-balance-section{padding:16px 16px 0}.vrm-panel.is-daily .vrm-balance-amount{font-size:18px}.vrm-panel.is-daily .vrm-balance-amount .vrm-unit{font-size:16px}.vrm-panel.is-daily .vrm-cctg-banner h4{font-size:14px}.vrm-panel.is-daily .vrm-cctg-features li{font-size:12px;line-height:17px}}

/* Initial 0% daily-work state (Figma 145:84432). */
.vrm-panel.is-daily-empty{width:min(500px,100vw)}
.vrm-panel.is-daily-empty .vrm-back-btn{display:none}
.vrm-panel.is-daily-empty .vrm-body{padding:16px 16px 32px}
.vrm-panel.is-daily-empty .vrm-daily-view{gap:16px}
.vrm-panel.is-daily-empty .vrm-overview-grid{gap:40px}
.vrm-panel.is-daily-empty .vrm-stat-boxes{flex-basis:200px}
.vrm-panel.is-daily-empty .vrm-card{background:rgba(12,14,18,.4)}
.vrm-panel.is-daily-empty .vrm-cat-chip{min-height:60px;padding:12px;gap:12px 8px}
.vrm-panel.is-daily-empty .vrm-cat-chip span,.vrm-panel.is-daily-empty .vrm-cat-chip b{font-size:12px;line-height:16px}
.vrm-panel.is-daily-empty .vrm-task-sections{gap:12px}
.vrm-panel.is-daily-empty .vrm-task-group-title{margin:0 0 4px;color:#f0f0f1;font-size:14px;font-weight:400;line-height:20px}
.vrm-task-sections{display:flex;flex-direction:column;gap:12px}
.vrm-task-group-title{margin:0 0 4px;color:#f0f0f1;font-size:14px;font-weight:400;line-height:20px}
.vrm-daily-accordion{border:1px solid rgba(255,255,255,.12);border-radius:16px;background:#0c0e12;overflow:hidden;transition:border-color .15s ease}
.vrm-daily-accordion:hover{border-color:rgba(255,255,255,.22)}
.vrm-daily-accordion summary{list-style:none;cursor:pointer;outline:none;user-select:none;padding:16px}
.vrm-daily-accordion summary::-webkit-details-marker{display:none}
.vrm-daily-accordion-head{display:flex;align-items:center;justify-content:space-between;min-height:24px}
.vrm-daily-accordion-head-left{display:flex;align-items:center;gap:8px}
.vrm-daily-accordion-title{color:#f0f0f1;font-size:15.5px;font-weight:600;line-height:22px}
.vrm-daily-accordion-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#be9a61;color:#fff;font-size:11.5px;font-weight:700;line-height:1}
.vrm-daily-accordion-chevron{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:#f0f0f1;font-size:16px;font-style:normal;transition:transform .2s ease}
.vrm-daily-accordion[open] .vrm-daily-accordion-chevron{transform:rotate(180deg)}
.vrm-daily-accordion-body{padding:0 16px 16px;color:#cecfd2;font-size:13px;line-height:20px}
.vrm-daily-bill-table{width:100%;margin:0}
.vrm-daily-bill-row{display:grid;grid-template-columns:1.35fr 1fr .85fr;align-items:center;gap:12px;min-height:48px;padding:12px 4px;border-top:1px solid rgba(255,255,255,.08);color:#f0f0f1;font-size:13px;line-height:18px}
.vrm-daily-bill-row:first-child{border-top:0}
.vrm-daily-bill-row.is-heading{min-height:36px;padding:6px 4px;color:#cecfd2;font-size:12px;font-weight:500;border-bottom:1px solid rgba(255,255,255,.12)}
.vrm-daily-bill-row span:nth-child(2),.vrm-daily-bill-row span:nth-child(3){text-align:right;white-space:nowrap}
.vrm-daily-bill-row span:nth-child(2){font-weight:600}
.vrm-daily-personal-item{display:flex;align-items:center;gap:14px;min-height:76px;margin:0 0 10px;padding:14px 16px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#13161b;transition:all .15s ease;cursor:pointer}
.vrm-daily-personal-item:last-child{margin-bottom:0}
.vrm-daily-personal-item:hover{border-color:rgba(190,154,97,.35);background:rgba(255,255,255,.04)}
.vrm-daily-personal-icon{flex-shrink:0;width:32px;height:32px;display:grid;place-items:center;color:#be9a61}
.vrm-daily-personal-icon svg{width:28px;height:28px}
.vrm-daily-personal-item>div{flex:1;min-width:0}
.vrm-daily-personal-item b{display:block;color:#f0f0f1;font-size:13.5px;font-weight:600;line-height:19px}
.vrm-daily-personal-item small{display:block;margin-top:3px;color:#cecfd2;font-size:12px;line-height:16px}
.vrm-daily-personal-arrow{color:#cecfd2;font-size:18px;line-height:1}
.vrm-daily-followup{margin-top:16px;padding:4px 0}
.vrm-daily-followup p{margin:0 0 12px;color:#f0f0f1;font-size:13.5px;line-height:20px}
.vrm-daily-chips{display:flex;flex-wrap:wrap;gap:8px}
.vrm-daily-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border:1px solid rgba(255,255,255,.18);border-radius:32px;background:#13161b;color:#f0f0f1;font-size:12.5px;font-weight:500;cursor:pointer;transition:all .15s ease}
.vrm-daily-chip:hover{border-color:rgba(190,154,97,.5);color:#fff;background:rgba(190,154,97,.12)}
.vrm-daily-chip i{font-style:normal;font-size:11px;color:#be9a61}
@media(max-width:500px){.vrm-panel.is-daily .vrm-overview-grid{gap:20px}.vrm-panel.is-daily .vrm-stat-boxes{flex-basis:175px}.vrm-daily-bill-row{font-size:11px;gap:6px;padding:9px 4px}}

/* Figma Node 154:51227 & 154:46644 - Infographic choice pills & generated file card */
.vrm-infographic-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.vrm-infographic-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 9999px;
  background: #13161b;
  color: #f4f5f7;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 19px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.vrm-infographic-pill:hover {
  border-color: #be9a61;
  background: rgba(190, 154, 97, 0.15);
  color: #ffffff;
  transform: translateY(-1px);
}

.vrm-generated-file-card {
  width: 241px;
  max-width: 100%;
  height: 60px;
  margin-top: 10px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #13161b;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  cursor: pointer;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  user-select: none;
}

.vrm-generated-file-card:hover {
  border-color: #f4600c;
  background: rgba(244, 96, 12, 0.08);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  transform: translateY(-1px);
}

.vrm-generated-file-card:active {
  transform: translateY(0);
}

.vrm-file-thumb {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: #d9c0ef;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.vrm-file-thumb-box {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vrm-file-img-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.vrm-file-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

.vrm-file-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #f4f5f7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vrm-file-size {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #aab3c1;
}

/* Interactive choices and pills matching Figma 154:28920 */
.vrm-choice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.vrm-choice-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.05);
  color: #f4f5f7;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
}

.vrm-choice-pill:hover {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.vrm-choice-pill.highlight {
  border-color: rgba(190, 154, 97, 0.5);
  background: rgba(190, 154, 97, 0.1);
  color: #BE9A61;
}

.vrm-choice-pill.highlight:hover {
  border-color: rgba(190, 154, 97, 0.8);
  background: rgba(190, 154, 97, 0.2);
  color: #D4AF37;
}

.vrm-action-btn-wrap {
  margin-top: 10px;
  display: flex;
}

/* PO file card in conversation matching Figma 154:28920 */
.vrm-po-file-card {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 250px;
  max-width: 100%;
  height: 60px;
  padding: 0 14px;
  background: #13161b;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  margin-top: 10px;
  box-sizing: border-box;
}

.vrm-po-file-thumb {
  flex-shrink: 0;
  width: 32px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vrm-po-icon-svg {
  width: 28px;
  height: 32px;
}

.vrm-po-file-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.vrm-po-file-name {
  font-size: 13.5px;
  font-weight: 600;
  color: #f4f5f7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vrm-po-file-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  color: #aab3c1;
}

.vrm-po-file-status {
  color: #12b76a;
  font-weight: 500;
}

/* LC Feature Link Card matching Figma 154:28920 */
.vrm-lc-feature-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 250px;
  max-width: 100%;
  height: 48px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  cursor: pointer;
  box-sizing: border-box;
  margin-top: 10px;
  transition: all 0.2s ease;
}

.vrm-lc-feature-card:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
}

.vrm-lc-card-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vrm-lc-card-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.vrm-lc-card-title {
  font-size: 13.5px;
  font-weight: 500;
  color: #f4f5f7;
}

.vrm-lc-card-arrow {
  font-size: 18px;
  color: #aab3c1;
}

/* Transfer Feature Card */
.vrm-transfer-feature-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 280px;
  max-width: 100%;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  cursor: pointer;
  box-sizing: border-box;
  margin-top: 10px;
  transition: all 0.2s ease;
}

.vrm-transfer-feature-card:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.09);
}

.vrm-transfer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 8px;
}

.vrm-transfer-head-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vrm-transfer-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ebcf99;
}

.vrm-transfer-title-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.vrm-transfer-title {
  font-size: 13.5px;
  font-weight: 600;
  color: #f4f5f7;
}

.vrm-transfer-badge {
  font-size: 10.5px;
  font-weight: 700;
  padding: 2px 6px;
  background: rgba(235, 207, 153, 0.2);
  color: #ebcf99;
  border-radius: 4px;
  text-transform: uppercase;
}

.vrm-transfer-arrow {
  font-size: 18px;
  color: #aab3c1;
}

.vrm-transfer-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vrm-transfer-amount-box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.2);
  padding: 6px 10px;
  border-radius: 6px;
}

.vrm-transfer-amount-lbl {
  font-size: 11px;
  color: #aab3c1;
  text-transform: uppercase;
}

.vrm-transfer-amount-val {
  font-size: 15px;
  font-weight: 700;
  color: #ebcf99;
}

.vrm-transfer-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.vrm-transfer-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1.4;
  gap: 8px;
}

.vrm-transfer-k {
  color: #aab3c1;
  flex-shrink: 0;
}

.vrm-transfer-v {
  color: #f4f5f7;
  font-weight: 500;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Flow Feature Card (Bills, Batch, Payroll, FX, Trade, etc.) */
.vrm-flow-feature-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 280px;
  max-width: 100%;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  cursor: pointer;
  box-sizing: border-box;
  margin-top: 10px;
  transition: all 0.2s ease;
}

.vrm-flow-feature-card:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.09);
}

.vrm-flow-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 8px;
}

.vrm-flow-card-head-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vrm-flow-card-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ebcf99;
}

.vrm-flow-card-title-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.vrm-flow-card-title {
  font-size: 13.5px;
  font-weight: 600;
  color: #f4f5f7;
}

.vrm-flow-card-badge {
  font-size: 10.5px;
  font-weight: 700;
  padding: 2px 6px;
  background: rgba(235, 207, 153, 0.2);
  color: #ebcf99;
  border-radius: 4px;
  text-transform: uppercase;
}

.vrm-flow-card-arrow {
  font-size: 18px;
  color: #aab3c1;
}

.vrm-flow-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vrm-flow-card-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.vrm-flow-card-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1.4;
  gap: 8px;
}

.vrm-flow-card-k {
  color: #aab3c1;
  flex-shrink: 0;
}

.vrm-flow-card-v {
  color: #f4f5f7;
  font-weight: 500;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vrm-confirm-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* User message blue bubble matching Figma 154:28920 */
.vrm-panel .vrm-message.is-user {
  margin-left: auto;
  border-radius: 16px 16px 4px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #175CD3;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  padding: 9px 16px;
}

.vrm-panel .vrm-message.is-user p {
  color: #ffffff;
  font-weight: 500;
}

.vrm-message p {
  white-space: pre-line;
}

/* =========================================================================
   Phát hành thư tín dụng (L/C UPAS) - Figma 154:29036, 284:64947, 284:64932, 284:68087
   ========================================================================= */

.lc-initiate-container {
  width: min(1064px, 100%);
  max-width: 1064px;
  margin: 0 auto;
  padding: 24px 16px 48px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #101828;
  box-sizing: border-box;
}

.lc-step-4-container {
  max-width: 880px;
}

.lc-header-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #101828;
  margin: 0 0 24px 0;
}

/* 4-step Stepper */
.lc-stepper-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 8px 0 16px;
  background: none;
  border: none;
  box-shadow: none;
  position: relative;
}

.lc-stepper-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
}

.lc-stepper-indicator {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EAECF0;
  color: #475467;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s;
}

.lc-stepper-step.active .lc-stepper-indicator {
  background: #EFF8FF;
  border: 2px solid #2E90FA;
  color: #2E90FA;
}

.lc-stepper-step.completed .lc-stepper-indicator {
  background: transparent;
  border: none;
}

.lc-step-icon-check {
  display: block;
}

.lc-stepper-label {
  font-size: 14px;
  font-weight: 500;
  color: #475467;
  white-space: nowrap;
}

.lc-stepper-step.active .lc-stepper-label {
  color: #2E90FA;
  font-weight: 600;
}

.lc-stepper-step.completed .lc-stepper-label {
  color: #101828;
  font-weight: 500;
}

.lc-stepper-divider {
  flex: 1;
  height: 1.5px;
  background: #E4E7EC;
  margin: 0 12px 28px;
  position: relative;
  z-index: 1;
}

/* Common form helpers & icons */
.lc-info-icon-svg {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  color: #98A2B3;
  vertical-align: middle;
}
.lc-info-icon-svg:hover {
  color: #475467;
}

.lc-collapse-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  color: #475467;
  transition: transform 0.2s ease;
}
.lc-collapse-icon.collapsed {
  transform: rotate(180deg);
}

.lc-select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.lc-select-wrapper select.lc-select,
.lc-select-wrapper select.lc-select-input {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding-right: 36px;
  background: #ffffff;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  height: 44px;
  padding-left: 14px;
  font-size: 14px;
  color: #101828;
}
.lc-select-wrapper .lc-select-icon {
  position: absolute;
  right: 12px;
  width: 16px;
  height: 16px;
  color: #667085;
  pointer-events: none;
}
.lc-currency-wrapper {
  width: 110px;
  flex-shrink: 0;
}

.lc-calendar-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  color: #667085;
}
.lc-plus-icon, .lc-trash-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  color: #F05A22;
}

.lc-input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.lc-input-with-icon input {
  width: 100%;
  height: 44px;
  padding: 10px 40px 10px 14px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  font-size: 14px;
  color: #101828;
}
.lc-field-suffix-icon {
  position: absolute;
  right: 12px;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.lc-radio-vertical-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}
.lc-radio-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.lc-radio-label-bold {
  font-weight: 600;
}
.lc-inline-inputs {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lc-inline-select {
  width: 140px;
}
.lc-inline-date {
  width: 200px;
}
.lc-inline-days input {
  width: 100px;
}

/* Notice box */
.lc-notice-box {
  display: flex;
  gap: 12px;
  padding: 14px 16px;
  background: #EFF8FF;
  border: 1px solid #B2DDFF;
  border-radius: 8px;
  margin-top: 16px;
  color: #175CD3;
  font-size: 13px;
  line-height: 20px;
}
.lc-notice-box.alert-required {
  font-weight: 600;
  align-items: center;
  color: #175CD3;
}
.lc-notice-box .lc-notice-icon {
  width: 18px;
  height: 18px;
  color: #1570EF;
  flex-shrink: 0;
  margin-top: 2px;
}
.lc-notice-box.alert-required .lc-notice-icon {
  margin-top: 0;
}
.lc-notice-content {
  flex: 1;
}
.lc-notice-title {
  font-weight: 600;
  margin-bottom: 6px;
  color: #175CD3;
}
.lc-notice-list {
  margin: 0;
  padding-left: 18px;
  color: #1D2939;
  font-size: 13px;
  line-height: 20px;
}
.lc-notice-list li {
  margin-bottom: 4px;
}

/* Tables & checklists */
.lc-table-container {
  border: 1px solid #EAECF0;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 14px;
}
.lc-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}
.lc-table th {
  background: #F9FAFB;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 600;
  color: #475467;
  text-align: left;
  border-bottom: 1px solid #EAECF0;
}
.lc-table td {
  padding: 12px 16px;
  font-size: 13px;
  color: #344054;
  border-bottom: 1px solid #EAECF0;
  vertical-align: middle;
}
.lc-table tr:last-child td {
  border-bottom: none;
}
.lc-col-doc {
  width: 60%;
}
.lc-col-qty {
  width: 20%;
  text-align: center;
}
.lc-table-input {
  width: 80px;
  height: 36px;
  text-align: center;
  border: 1px solid #D0D5DD;
  border-radius: 6px;
  font-size: 13px;
  display: inline-block;
}
.lc-col-charge {
  width: 60%;
}
.lc-col-payer {
  text-align: center;
  border-left: 1px solid #EAECF0;
}
.lc-col-payer-sub {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #475467;
  background: #F9FAFB;
  border-bottom: 1px solid #EAECF0;
  border-left: 1px solid #EAECF0;
}
.lc-col-payer-radio {
  text-align: center;
  border-left: 1px solid #EAECF0;
}
.lc-col-payer-radio input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #F05A22;
  cursor: pointer;
}
.lc-checkbox-wrapper {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  color: #344054;
  line-height: 19px;
  user-select: none;
}
.lc-checkbox-wrapper input[type="checkbox"],
.lc-table input[type="checkbox"],
.lc-doc-table input[type="checkbox"],
.lc-charges-table input[type="checkbox"],
.lc-condition-list input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  border: 1px solid #D0D5DD;
  border-radius: 4px;
  background-color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  box-sizing: border-box;
  margin: 1px 0 0 0;
  flex-shrink: 0;
  transition: all 0.15s ease;
  position: relative;
}
.lc-checkbox-wrapper input[type="checkbox"]:checked,
.lc-table input[type="checkbox"]:checked,
.lc-doc-table input[type="checkbox"]:checked,
.lc-charges-table input[type="checkbox"]:checked,
.lc-condition-list input[type="checkbox"]:checked {
  background-color: #F05A22;
  border-color: #F05A22;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.6 8.2L6.6 11.2L12.4 5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
.lc-checkbox-wrapper input[type="checkbox"]:hover,
.lc-table input[type="checkbox"]:hover,
.lc-doc-table input[type="checkbox"]:hover,
.lc-charges-table input[type="checkbox"]:hover,
.lc-condition-list input[type="checkbox"]:hover {
  border-color: #F05A22;
}
.lc-condition-header {
  background: #F9FAFB;
  padding: 12px 16px;
  border-bottom: 1px solid #EAECF0;
}
.lc-bold-label {
  font-weight: 600;
  color: #475467;
}
.lc-condition-list {
  display: flex;
  flex-direction: column;
}
.lc-condition-row {
  padding: 12px 16px;
  border-bottom: 1px solid #EAECF0;
}
.lc-condition-row:last-child {
  border-bottom: none;
}
.lc-custom-cond-input, .lc-custom-charge-input {
  width: 320px;
  height: 36px;
  border: 1px solid #D0D5DD;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 13px;
}
.lc-btn-add-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  color: #F05A22;
  font-size: 14px;
  font-weight: 600;
  margin-top: 14px;
  cursor: pointer;
  padding: 4px 0;
}
.lc-btn-add-item:hover {
  text-decoration: underline;
}


/* Card & Section styles */
.lc-form-section {
  margin-bottom: 24px;
}

.lc-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.lc-section-head h2 {
  font-size: 18px;
  font-weight: 700;
  color: #101828;
  margin: 0;
}

.lc-section-head button {
  background: transparent;
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #475467;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}

.lc-form-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lc-step-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lc-card {
  background: #FFFFFF;
  border: 1px solid #EAECF0;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.04);
}

.lc-card-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.lc-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #101828;
  margin: 0 0 16px 0;
}

.lc-card-header-row .lc-card-title {
  margin-bottom: 0;
}

.lc-card-subtitle {
  font-size: 14px;
  color: #667085;
  margin: -8px 0 16px;
}

.lc-action-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  color: #F05A22;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

.lc-action-link-btn:hover {
  text-decoration: underline;
}

/* Info Banner (Step 2) */
.lc-info-banner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #EFF8FF;
  border: 1px solid #84CAFF;
  border-radius: 8px;
  padding: 16px 20px;
}

.lc-info-banner-icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.lc-notice-icon {
  width: 20px;
  height: 20px;
  color: #1570EF;
  display: block;
}

.lc-info-banner-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 22px;
  color: #101828;
}

.lc-info-banner-list li::before {
  content: "• ";
  color: #101828;
  font-weight: 700;
}

/* Subbox & Grids */
.lc-form-subbox {
  background: #F9FAFB;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 20px;
}

.lc-two-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.lc-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lc-field-block {
  margin-top: 16px;
}

.lc-date-half-width {
  max-width: 380px;
  margin-top: 16px;
}

.lc-field-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.lc-char-count {
  font-size: 13px;
  color: #667085;
}

.lc-field-label {
  font-size: 14px;
  font-weight: 500;
  color: #101828;
  display: flex;
  align-items: center;
  gap: 6px;
}

.lc-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1.2px solid #667085;
  color: #667085;
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  cursor: help;
}

.lc-field-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lc-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lc-select, .lc-input {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  font-size: 15px;
  color: #101828;
  background: #FFFFFF;
  box-sizing: border-box;
  font-family: inherit;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.lc-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23667085' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}

.lc-select:focus, .lc-input:focus {
  border-color: #2E90FA;
  box-shadow: 0 0 0 3px rgba(46, 144, 250, 0.15);
}

.lc-radio-box-container {
  background: #F9FAFB;
  border-radius: 8px;
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lc-radio-option {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #101828;
  cursor: pointer;
}

.lc-radio-option input[type="radio"] {
  accent-color: #2E90FA;
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
}

.lc-payment-days {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 28px;
}

.lc-payment-days input {
  width: 70px;
  height: 38px;
  border: 1px solid #D0D5DD;
  border-radius: 6px;
  padding: 0 8px;
  text-align: center;
  font-size: 14px;
}

.lc-payment-days span {
  font-size: 14px;
  color: #475467;
}

.lc-amount-group {
  display: flex;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  overflow: hidden;
  background: #FFFFFF;
}

.lc-amount-currency-select {
  width: 90px;
  border: none;
  border-right: 1px solid #D0D5DD;
  border-radius: 0;
  padding: 0 12px;
  font-size: 15px;
  font-weight: 500;
  color: #101828;
  background-position: right 8px center;
}

.lc-amount-input {
  flex: 1;
  border: none;
  padding: 0 14px;
  font-size: 15px;
  font-weight: 600;
  color: #101828;
  outline: none;
  height: 44px;
}

.lc-helper-text {
  font-size: 13px;
  color: #667085;
  margin-top: 4px;
}

.lc-tolerance-row-wrapper {
  background: #F8F9FA;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 24px;
  box-sizing: border-box;
  width: 100%;
}

.lc-tolerance-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lc-tolerance-icon {
  width: 18px;
  height: 18px;
  color: #344054;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-tolerance-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  height: 44px;
  padding: 0 16px;
  box-sizing: border-box;
  width: 130px;
}

.lc-tolerance-input {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  color: #101828;
  outline: none;
  padding: 0;
}

.lc-tolerance-unit {
  font-size: 15px;
  font-weight: 500;
  color: #475467;
  flex-shrink: 0;
}

.lc-two-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.lc-address-box {
  background: #F9FAFB;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lc-bank-fields {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.lc-disabled-input {
  background: #F2F4F7;
  color: #667085;
}

.lc-optional {
  font-size: 13px;
  color: #667085;
  font-weight: 400;
}

.lc-input-text {
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  padding: 0 14px;
  font-size: 15px;
  color: #101828;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.lc-input-text:focus, .lc-textarea:focus, .lc-select-input:focus {
  border-color: #2E90FA;
  box-shadow: 0 0 0 3px rgba(46, 144, 250, 0.15);
}

.lc-input-spaced {
  margin-bottom: 8px;
}

.lc-input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.lc-field-suffix-icon {
  position: absolute;
  right: 14px;
  pointer-events: none;
  display: flex;
  align-items: center;
}

/* Upload Dropzone */
.lc-upload-dropzone {
  border: 1.5px dashed #D0D5DD;
  border-radius: 12px;
  background: #FFFFFF;
  padding: 24px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: background-color 0.15s, border-color 0.15s;
}

.lc-upload-dropzone:hover {
  background: #FCFCFD;
  border-color: #F05A22;
}

.lc-upload-illus {
  width: 60px;
  height: 52px;
  object-fit: contain;
  flex-shrink: 0;
}

.lc-upload-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}

.lc-upload-prompt {
  font-size: 14px;
  color: #101828;
  font-weight: 500;
}

.lc-upload-btn-link {
  color: #F05A22;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.lc-upload-note {
  font-size: 13px;
  color: #667085;
}

/* Uploaded Files Grid (Step 2) */
.lc-uploaded-files-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.lc-file-chip {
  background: #F9FAFB;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lc-file-chip-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.lc-pdf-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.lc-pdf-illus {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.lc-file-chip-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 32px;
  min-width: 0;
}

.lc-file-chip-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #101828;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lc-file-chip-size {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #667085;
}

.lc-file-chip-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.lc-file-divider {
  width: 1px;
  height: 24px;
  background: #EAECF0;
}

.lc-file-delete-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  color: #F05A22;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
}

.lc-file-delete-btn:hover {
  text-decoration: underline;
}

/* Checkbox (Step 2) */
.lc-checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #101828;
  user-select: none;
}

.lc-checkbox-label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  border: 1px solid #D0D5DD;
  border-radius: 4px;
  background-color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0;
  flex-shrink: 0;
  outline: none;
  box-shadow: none;
  transition: all 0.15s ease;
}

.lc-checkbox-label input[type="checkbox"]:checked {
  background-color: #F05A22;
  border-color: #F05A22;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.6 8.2L6.6 11.2L12.4 5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}

.lc-checkbox-label input[type="checkbox"]:hover {
  border-color: #F05A22;
}

.lc-checkbox-label input[type="checkbox"]:focus {
  outline: none;
  box-shadow: none;
}

/* Select & Dropdowns (Step 3) */
.lc-select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.lc-branch-select {
  max-width: 380px;
}

.lc-select-input {
  width: 100%;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  padding: 0 40px 0 14px;
  font-size: 15px;
  color: #101828;
  appearance: none;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
}

.lc-select-chevron {
  position: absolute;
  right: 14px;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.lc-textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 80px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 22px;
  color: #101828;
  font-family: inherit;
  resize: vertical;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.lc-account-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  padding: 10px 14px;
  cursor: pointer;
  position: relative;
}

.lc-account-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lc-account-line1 {
  font-size: 13px;
  color: #475467;
}

.lc-account-line2 {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.lc-account-amt {
  font-size: 16px;
  font-weight: 700;
  color: #101828;
}

.lc-account-cur {
  font-size: 14px;
  font-weight: 500;
  color: #475467;
}

/* Step 4 Success Card */
.lc-step4-card {
  max-width: 880px;
  margin: 24px auto 0;
  background: #FFFFFF;
  border: 1px solid #F2F4F7;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.05), 0 10px 20px -5px rgba(16, 24, 40, 0.04);
}

.lc-success-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.lc-success-icon-badge {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.lc-success-icon-img {
  width: 48px;
  height: 48px;
  display: block;
}

.lc-success-header-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lc-success-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #12B76A;
}

.lc-success-timestamp {
  margin: 0;
  font-size: 14px;
  color: #667085;
}

.lc-card-divider {
  height: 1px;
  background: #EAECF0;
  margin: 24px 0;
}

.lc-success-meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.lc-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lc-meta-label {
  font-size: 14px;
  color: #667085;
}

.lc-meta-val {
  font-size: 16px;
  font-weight: 600;
  color: #101828;
}

.lc-meta-full-width {
  margin-top: 16px;
}

.lc-meta-row-space {
  margin-top: 20px;
}

.lc-val-amount {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.lc-amount-big {
  font-size: 20px;
  font-weight: 700;
  color: #101828;
}

.lc-amount-cur {
  font-size: 16px;
  font-weight: 500;
  color: #475467;
}

/* Footer Action Bar */
.lc-footer-action-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 24px;
  padding-bottom: 40px;
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
}

.lc-footer-step4 {
  max-width: 880px;
  justify-content: end;
  gap: 16px;
  flex-wrap: wrap;
}

.lc-btn-back {
  height: 44px;
  padding: 0 28px;
  background: #FFFFFF;
  border: 1px solid #F05A22;
  border-radius: 8px;
  color: #F05A22;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.lc-btn-back:hover {
  background: #FFF4ED;
}

.lc-btn-back.lc-btn-rm {
  background: #FFFFFF;
  border: 1.5px solid #BE9A61;
  color: #8C6B30;
  font-weight: 600;
}

.lc-btn-back.lc-btn-rm:hover {
  background: #FDFBF7;
  border-color: #A37E3E;
  color: #6E5322;
}

.lc-btn-continue, .lc-btn-finish {
  height: 44px;
  padding: 0 28px;
  background: #F05A22;
  border: 1px solid #F05A22;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.lc-btn-continue:hover, .lc-btn-finish:hover {
  background: #D94814;
}

@media (max-width: 768px) {
  .lc-two-col-grid, .lc-uploaded-files-grid, .lc-success-meta-grid {
    grid-template-columns: 1fr;
  }
  .lc-date-half-width {
    max-width: 100%;
  }
}


/* =========================================================================
   CCTG Inbound Notification Toast & LEO Floating Speech Bubble (Figma 154:43189)
   ========================================================================= */
.vrm-incoming-toast {
  position: fixed;
  top: 76px;
  right: 24px;
  z-index: 9999;
  width: min(380px, calc(100vw - 32px));
  background: #ffffff;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.14), 0 4px 12px rgba(16, 24, 40, 0.08);
  display: flex;
  gap: 12px;
  padding: 16px;
  animation: vrm-toast-slide-in 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes vrm-toast-slide-in {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.vrm-toast-icon-wrap {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ecfdf3;
  color: #12b76a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vrm-toast-plus {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  font: 700 22px/24px Inter, Arial, sans-serif;
  transform: translateY(-2px);
}

.vrm-toast-content {
  flex: 1;
  min-width: 0;
}

.vrm-toast-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.vrm-toast-amount {
  color: #027a48;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.vrm-toast-close {
  background: none;
  border: none;
  font-size: 18px;
  line-height: 1;
  color: #98a2b3;
  cursor: pointer;
  padding: 0 4px;
}

.vrm-toast-close:hover {
  color: #344054;
}

.vrm-toast-meta {
  font-size: 12.5px;
  line-height: 18px;
  color: #475467;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.vrm-toast-memo {
  color: #667085;
  font-style: italic;
  font-size: 12px;
  margin-top: 2px;
}

.vrm-toast-action-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.vrm-toast-btn {
  background: #f4600c;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 5px 14px;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease;
}

.vrm-toast-btn:hover {
  background: #dc4f04;
}

/* LEO Speech Bubble above Launcher */
.vrm-speech-bubble {
  position: fixed;
  right: 24px;
  bottom: 96px;
  z-index: 101;
  box-sizing: border-box;
  width: min(464px, calc(100vw - 32px));
  background: #112544;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(9, 30, 66, 0.16);
  padding: 20px 16px 14px;
  color: #ffffff;
  animation: vrm-bubble-pop 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes vrm-bubble-pop {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.vrm-speech-bubble::after {
  content: none;
}

.vrm-bubble-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.vrm-bubble-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
}

.vrm-bubble-close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
}

.vrm-bubble-close:hover {
  color: #ffffff;
}

.vrm-bubble-text {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: #f0f0f1;
  margin: 0 0 18px;
}
.vrm-bubble-text strong {
  font-weight: 700;
}

.vrm-bubble-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

.vrm-bubble-btn {
  box-sizing: border-box;
  height: 38px;
  min-height: 38px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
}

.vrm-bubble-btn.secondary {
  min-width: 78px;
  background: transparent;
  border: 0;
  color: #cecfd2;
}

.vrm-bubble-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.06);
}

.vrm-bubble-btn.primary {
  min-width: 142px;
  background: linear-gradient(324.32deg, #e45f35 0%, #ffa95a 100%);
  border: none;
  color: #ffffff;
  box-shadow: none;
}

.vrm-bubble-btn.primary:hover {
  background: linear-gradient(324.32deg, #d9532c 0%, #f7944e 100%);
}
@media (max-width: 480px) {
  .vrm-speech-bubble { right: 16px; }
  .vrm-bubble-title { font-size: 18px; }
  .vrm-bubble-text { font-size: 16px; line-height: 22px; }
}

/* Nhấn mạnh mục "Công việc cá nhân" khi KH hỏi về giấy tờ tùy thân. */
.vrm-daily-accordion.is-highlight{border:1px solid rgba(190,154,97,.65);border-radius:12px;box-shadow:0 0 0 3px rgba(190,154,97,.15)}

/* Hóa đơn đã tạo lệnh thanh toán: làm mờ và gắn nhãn "Chờ duyệt". */
.vrm-daily-bill-row.is-created{opacity:.72}
.vrm-daily-bill-row.is-created>span:first-child{display:flex;align-items:center;gap:8px}
.vrm-daily-bill-flag{display:inline-flex;align-items:center;padding:1px 8px;border-radius:9999px;background:rgba(190,154,97,.18);border:1px solid rgba(190,154,97,.5);color:#ecd29a;font-size:11px;font-style:normal;font-weight:600;white-space:nowrap}
