.login-page{background:radial-gradient(circle at 0 0,#16a34a0f,#0000 28%),radial-gradient(circle at 100% 100%,#0f172a0f,#0000 30%),linear-gradient(#f8fafc 0%,#eef2f7 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{-webkit-backdrop-filter:blur(14px);background:#ffffffe0;border:1px solid #ffffffb3;border-radius:24px;width:100%;max-width:540px;padding:48px 52px;box-shadow:0 30px 60px #0f172a1a,0 10px 24px #0f172a0f,inset 0 1px #ffffffd9}.fade-in{animation:.45s fadeIn}.slide-up{animation:.45s slideUp}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(18px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.brand-block{margin-bottom:24px}.login-brand{letter-spacing:-.04em;color:#0f172a;margin:0;font-size:42px;font-weight:800;line-height:1.05}.login-brand-sub{color:#64748b;letter-spacing:.01em;margin-top:10px;font-size:14px;font-weight:500}.login-title{letter-spacing:-.03em;color:#0f172a;margin:0 0 8px;font-size:28px;font-weight:700}.login-sub{color:#64748b;margin:0 0 20px;font-size:16px;line-height:1.5}.input-group{margin-top:10px;position:relative}.input-group input{color:#0f172a;box-sizing:border-box;background:linear-gradient(#fff 0%,#fbfdff 100%);border:1px solid #d7dee7;border-radius:16px;outline:none;width:100%;height:58px;padding:0 16px 0 50px;font-size:16px;transition:all .22s;box-shadow:inset 0 1px 2px #0f172a08}.input-group input::placeholder{color:#94a3b8}.input-group input:hover{border-color:#c7d2de;box-shadow:inset 0 1px 2px #0f172a08,0 4px 10px #0f172a08}.input-group input:focus{background:#fff;border-color:#16a34a;box-shadow:0 0 0 4px #16a34a24,0 10px 22px #16a34a14}.input-icon{color:#64748b;font-size:20px;transition:color .2s;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.input-group:focus-within .input-icon{color:#16a34a}.error-text{color:#dc2626;margin-top:12px;font-size:13px;font-weight:500;line-height:1.45}.login-btn{color:#fff;letter-spacing:-.01em;cursor:pointer;background:linear-gradient(135deg,#16a34a 0%,#15803d 100%);border:none;border-radius:16px;width:100%;height:56px;margin-top:28px;font-size:17px;font-weight:700;transition:all .22s;box-shadow:0 14px 28px #16a34a38,inset 0 1px #fff3}.login-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 18px 34px #16a34a47,inset 0 1px #ffffff3d}.login-btn:active:not(:disabled){transform:translateY(0)}.login-btn:disabled{opacity:.72;cursor:not-allowed;box-shadow:none}.footer-text{color:#64748b;margin-top:18px;font-size:13px;font-weight:500;line-height:1.5}.otp-container{flex-wrap:nowrap;justify-content:center;gap:12px;margin:24px 0 12px;display:flex}.otp-box{text-align:center;color:#0f172a;background:linear-gradient(#fff 0%,#fbfdff 100%);border:1px solid #d7dee7;border-radius:16px;outline:none;width:48px;height:58px;font-size:22px;font-weight:700;transition:all .2s;box-shadow:inset 0 1px 2px #0f172a08}.otp-box:hover{border-color:#c7d2de}.otp-box:focus{background:#fff;border-color:#16a34a;box-shadow:0 0 0 4px #16a34a24,0 10px 18px #16a34a14}.otp-box::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.otp-box::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.otp-actions{flex-wrap:wrap;align-items:center;gap:18px;margin-top:18px;display:flex}.back-btn,.forgot-text,.create-account{color:#2563eb;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:600;transition:all .18s}.back-btn:hover:not(:disabled),.forgot-text:hover,.create-account:hover{color:#1d4ed8;text-decoration:underline}.back-btn:disabled{opacity:.6;cursor:not-allowed;text-decoration:none}.google-btn{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:16px;padding:12px;font-size:15px;display:flex}.google-logo{width:20px}.spinner{border:3px solid #0000;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:560px){.login-page{padding:16px}.login-card{border-radius:20px;padding:32px 22px}.login-brand{font-size:34px}.login-brand-sub{font-size:13px}.login-sub{font-size:15px}.input-group input{border-radius:14px;height:54px;font-size:15px}.login-btn{border-radius:14px;height:52px;font-size:16px}.otp-container{gap:8px}.otp-box{border-radius:12px;width:38px;height:48px;font-size:18px}}.footer-text{color:#64748b;align-items:center;gap:6px;margin-top:18px;font-size:13px;font-weight:500;line-height:1.5;display:flex}.security-icon{color:#64748b;font-size:16px}.sidebar{background:var(--sidebar-bg);color:var(--sidebar-text);box-sizing:border-box;border-right:1px solid var(--chat-header-border);flex-direction:column;height:100vh;padding:12px;transition:width .25s,padding .25s,background .25s;display:flex;overflow:hidden}.sidebar.open{width:280px}.sidebar.closed{width:64px;padding-left:8px;padding-right:8px}.sidebar-topbar{align-items:center;gap:14px;margin-bottom:18px;display:flex}.menu-btn{color:var(--sidebar-text);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px;font-size:22px;transition:all .15s}.sidebar-search-container{margin-bottom:14px;position:relative}.sidebar-search{border:1px solid var(--input-border);background:var(--input-bg);border-radius:10px;outline:none;width:100%;padding:10px 12px;font-size:14px;transition:all .15s}.sidebar-search:focus{border-color:#9b9ba5;box-shadow:0 0 0 2px #9696aa26}.clear-btn{opacity:.6;transition:all .15s;position:absolute;top:8px;right:10px}.clear-btn:hover{opacity:1}.new-chat-btn{background:var(--input-bg);border:1px solid var(--input-border);width:100%;color:var(--sidebar-text);cursor:pointer;border-radius:10px;align-items:center;gap:12px;margin-bottom:18px;padding:12px;font-size:15px;transition:all .18s;display:flex}.label{color:#81818a;text-transform:uppercase;margin-bottom:10px;padding-left:4px;font-size:11px;font-weight:600}.chat-list{flex:1;padding-right:4px;overflow-y:auto}.chat-list::-webkit-scrollbar{width:6px}.chat-list::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:10px}.chat-list:hover::-webkit-scrollbar-thumb{background:#ffffff40}.chat-item{cursor:pointer;color:var(--sidebar-text);border-radius:10px;justify-content:space-between;margin-bottom:6px;padding:12px;transition:background .15s,transform .15s;display:flex}.chat-item.active{background:var(--sidebar-active);border-left:3px solid var(--send-btn-bg);padding-left:14px}.chat-left{align-items:center;gap:10px;display:flex}.chat-title{text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.sidebar .icon-btn svg{stroke:var(--sidebar-text);width:18px;height:18px}.icon-btn{color:var(--sidebar-text);opacity:.7;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px;transition:all .15s}.icon-btn:hover{opacity:1;background:#ffffff0f}.profile-row{cursor:pointer;border-radius:10px;align-items:center;gap:12px;padding:10px;transition:background .15s;display:flex}.avatar{background:var(--input-bg);width:40px;height:40px;color:var(--sidebar-text);border-radius:50%;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.username{color:var(--sidebar-text);font-size:15px}.profile-dropdown{background:var(--sidebar-bg);border:1px solid var(--input-border);border-radius:10px;margin-top:10px;padding:10px;animation:.2s fadeIn;box-shadow:0 8px 30px #00000026}.dropdown-item{width:100%;color:var(--sidebar-text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:10px;font-size:14px;transition:all .15s}.dropdown-item:hover{background:var(--sidebar-hover)}.dropdown-divider{background:var(--input-border);height:1px;margin:10px 0}.theme-row{justify-content:space-between;align-items:center;display:flex}.no-chats{color:#6b6b76;text-align:center;padding:12px;font-size:13px}.dark .chip{color:#f3f3f3;background:#ffffff14;border:1px solid #ffffff1f}.dark .chip:hover{background:#ffffff24;border-color:#ffffff38;transform:translateY(-3px);box-shadow:0 8px 30px #ffffff12}.chip{transition:transform .12s,background .12s,border-color .12s,box-shadow .12s}.sidebar{box-shadow:2px 0 18px #0000000a}.sidebar-profile{align-items:center;gap:12px;padding:10px;display:flex}.profile-avatar{color:#fff;background:#6c63ff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:flex}.profile-name{font-size:14px;font-weight:600}.chat-item{justify-content:space-between;align-items:center;gap:10px;display:flex}.chat-left{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.chat-title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.chat-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.sidebar{flex-direction:column;height:100vh;display:flex}.sidebar-footer{border-top:1px solid #00000014;margin-top:auto;padding:12px}.agent-toggle-row{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.agent-toggle-label{opacity:.85;font-size:12px}.switch{width:44px;height:22px;display:inline-block;position:relative}.slider{background:#888;border-radius:999px;transition:all .2s;position:absolute;inset:0}.slider:before{content:"";background:#fff;border-radius:999px;width:18px;height:18px;transition:all .2s;position:absolute;top:2px;left:2px}.agent-toggle-wrapper{border-top:1px solid #00000014;border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.agent-toggle-label{font-size:13px;font-weight:500}.chat-text{flex-direction:column;gap:3px;display:flex}.chat-title{font-weight:500}.chat-item{cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 12px;transition:background .15s;display:flex}.chat-item:hover{background-color:#f3f4f6}.chat-item.active{background-color:#e5e7eb}.dark .chat-item:hover{background-color:#2a2a2a}.dark .chat-item.active{background-color:#3a3a3a}.chat-left{flex:1;align-items:flex-start;gap:10px;display:flex;overflow:hidden}.chat-text{flex-direction:column;gap:3px;display:flex;overflow:hidden}.chat-title{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.dark .chat-title{color:#f3f4f6}.chat-preview{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:13px;overflow:hidden}.dark .chat-preview{color:#9ca3af}.chat-actions{opacity:0;transition:opacity .15s}.chat-item:hover .chat-actions{opacity:1}.sidebar{background:#fff!important;border-right:1px solid #00000014!important;padding:14px!important;box-shadow:2px 0 18px #0000000a!important}.sidebar-topbar{gap:10px!important;margin-bottom:14px!important;padding:2px 2px 10px!important}.menu-btn{background:#fff!important;border:1px solid #00000014!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;width:36px!important;height:36px!important;font-size:18px!important;display:flex!important}.menu-btn:hover{background:#0000000a!important}.sidebar-logo{color:#000000e0!important;letter-spacing:-.2px!important;font-size:18px!important;font-weight:800!important}.new-chat-btn{color:#000000e0!important;background:#fff!important;border:1px solid #0000001a!important;border-radius:14px!important;width:100%!important;margin:0 0 10px!important;padding:12px 14px!important;font-size:14px!important;font-weight:650!important;transition:transform .12s,background .12s,box-shadow .12s!important;box-shadow:0 1px #00000005!important}.new-chat-btn:hover{background:#0000000a!important;box-shadow:0 10px 22px #00000014!important}.new-chat-btn:active{transform:translateY(1px)!important}.label{letter-spacing:.08em!important;text-transform:uppercase!important;color:#0000008c!important;margin-top:10px!important;margin-bottom:10px!important;padding-left:4px!important;font-size:11px!important;font-weight:800!important}.chat-list{padding-right:2px!important}.chat-item{background:#fff!important;border:1px solid #0000!important;border-radius:14px!important;margin:0 0 8px!important;padding:12px!important;transition:background .12s,border .12s,transform .12s!important}.chat-item:hover{background:#0000000b!important;transform:translateY(-1px)!important}.chat-item.active{background:#00000012!important;border-color:#0000001f!important}.chat-left{gap:10px!important}.chat-title{color:#000000e0!important;white-space:normal!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;font-size:13.5px!important;font-weight:650!important;line-height:1.25!important;display:-webkit-box!important;overflow:hidden!important}.chat-preview{display:none!important}.profile-container{border-top:1px solid #00000014!important;margin-top:auto!important;padding-top:12px!important}.agent-toggle-wrapper{background:#fff!important;border:1px solid #00000014!important;border-radius:14px!important;margin-bottom:12px!important;padding:10px 12px!important}.profile-row{background:#fff!important;border:1px solid #00000014!important;border-radius:14px!important;padding:10px 12px!important}.profile-row:hover{background:#0000000a!important}.profile-avatar{color:#fff!important;background:#000000e6!important;border-radius:50%!important;width:36px!important;height:36px!important;font-weight:800!important}.profile-name{color:#000000e0!important;font-size:13px!important;font-weight:800!important}.profile-email{color:#0000008c!important;font-size:12px!important}.profile-dropdown{border:1px solid #0000001a!important;border-radius:14px!important;overflow:hidden!important;box-shadow:0 12px 30px #0000001a!important}.dropdown-item{font-weight:650!important}.dark .sidebar{background:#0f0f10!important;border-right:1px solid #ffffff1a!important}.dark .sidebar-logo,.dark .new-chat-btn,.dark .chat-title,.dark .profile-name,.dark .agent-toggle-label{color:#ffffffeb!important}.dark .label,.dark .profile-email{color:#fff9!important}.dark .new-chat-btn,.dark .chat-item,.dark .profile-row,.dark .agent-toggle-wrapper{background:#ffffff0a!important;border-color:#ffffff1a!important}.dark .chat-item:hover,.dark .new-chat-btn:hover,.dark .profile-row:hover{background:#ffffff12!important}.theme-item{justify-content:space-between;align-items:center;display:flex}.theme-icon-btn{background:#0f172a0f;border:1px solid #0f172a1a;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;transition:transform .16s,background .16s;display:flex}.theme-item:hover .theme-icon-btn{background:#0f172a17;transform:translateY(-1px)}:root{--bg:#f6f6f7;--chat-bg:#fff;--sidebar-text:#111827;--header-bg:#fff;--header-border:#e5e7eb;--input-bg:#fff;--input-border:#e5e7eb;--bubble-user-bg:#0b93f6;--bubble-user-text:#fff;--bubble-bot-bg:#fff;--bubble-bot-text:#1f2937;--send-btn-bg:#10b981;--muted:#6b7280}body.dark{--bg:#0b0b0d;--chat-bg:#0c0c0e;--sidebar-text:#e8e8ea;--header-bg:#ffffff08;--header-border:#ffffff14;--input-bg:#ffffff0d;--input-border:#ffffff26;--bubble-user-bg:#277a61;--bubble-bot-bg:#ffffff0a;--bubble-bot-text:#e8e8ea;--send-btn-bg:#0fb58a}.chat-window-wrapper{width:100%;height:100%;transition:margin-left .3s,width .3s;display:flex}.chat-window-wrapper.shifted{margin-left:260px}.chat-window-wrapper:not(.shifted){margin-left:70px}@media (max-width:780px){.chat-window-wrapper,.chat-window-wrapper.shifted{margin-left:0!important}}.chat-main{background:var(--chat-bg);color:var(--sidebar-text);flex-direction:column;flex:1;height:100vh;display:flex;overflow:hidden}.chatgpt-header{z-index:50;background:var(--header-bg);border-bottom:1px solid var(--header-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);justify-content:space-between;align-items:center;height:78px;padding:0 32px;display:flex;position:sticky;top:0}.model-selector{cursor:pointer;-webkit-user-select:none;user-select:none;background:var(--input-bg);border:1px solid var(--input-border);border-radius:8px;padding:8px 14px;font-size:15px;transition:all .15s;position:relative}.model-selector:hover{background:#ffffff0f}.model-dropdown{background:var(--input-bg);border:1px solid var(--input-border);z-index:90;opacity:0;pointer-events:none;border-radius:12px;width:200px;padding:8px 0;transition:all .18s;position:absolute;top:42px;left:0;transform:translateY(-6px)}.model-selector.open .model-dropdown{opacity:1;pointer-events:all;transform:translateY(0)}.model-option{cursor:pointer;padding:10px 16px;font-size:14px}.model-option:hover{background:#0000000d}.messages{flex:1;padding:32px 48px;overflow-y:auto}.msg-row{margin-bottom:18px;display:flex}.msg-row.user{justify-content:flex-end;animation:.25s slideRight}.msg-row.bot{justify-content:flex-start;animation:.25s slideLeft}@keyframes slideRight{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes slideLeft{0%{opacity:0;transform:translate(-12px)}}.msg-row.user .msg-bubble{background:var(--bubble-user-bg);color:var(--bubble-user-text);border-radius:18px 18px 6px;max-width:70%;padding:12px 16px;box-shadow:0 4px 16px #00000026}.msg-row.bot .msg-bubble{background:var(--bubble-bot-bg);color:var(--bubble-bot-text);border:1px solid var(--input-border);border-radius:14px;max-width:700px;padding:18px;box-shadow:0 4px 14px #00000014}.regen-btn:hover{transform:translateY(-2px);box-shadow:0 3px 12px #0000000f}.chat-input-bar{z-index:100;background:linear-gradient(to top,var(--chat-bg)60%,transparent);padding:18px;position:sticky;bottom:0}.chat-input-wrapper:focus-within{max-width:1100px;transform:translateY(-2px);box-shadow:0 12px 40px #0000001a}.chat-textarea{resize:none;color:var(--sidebar-text);background:0 0;border:none;outline:none;flex:1;min-height:24px;padding:6px 4px;font-size:16px}.cw-icon{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .18s;display:flex}.cw-icon:hover{background:#00000014}input[type=file]{display:none}.welcome-screen{justify-content:center;align-items:center;height:calc(100vh - 240px);animation:.35s fadeUp;display:flex}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.welcome-title{text-align:center;font-size:42px;font-weight:400}.cw-mic{background:var(--input-bg);border:1px solid var(--input-border);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.cw-mic svg{stroke:var(--sidebar-text);opacity:.9}body.dark .cw-mic{background:#ffffff0f;border:1px solid #ffffff2e}body.dark .cw-mic:hover{background:#ffffff1a}.cw-send svg{stroke:#fff!important}body.dark .cw-send{box-shadow:0 0 10px #10b98159}.cw-send:hover{transform:scale(1.06)}.regen-btn .material-symbols-outlined{opacity:.75;font-size:18px;transition:all .18s}.regen-btn:hover{background:var(--input-bg);border-color:var(--input-border);transform:translateY(-2px);box-shadow:0 4px 14px #00000014}body.dark .regen-btn:hover{background:#ffffff0f;box-shadow:0 4px 18px #ffffff14}body.dark .regen-btn{color:var(--bubble-bot-text);border-color:#ffffff24}body.dark .regen-btn .material-symbols-outlined{opacity:.85}.msg-actions-row{opacity:0;align-items:center;gap:8px;margin-top:10px;transition:opacity .18s,transform .18s;display:flex;transform:translateY(4px)}.msg-bubble:hover .msg-actions-row{opacity:1;transform:translateY(0)}.msg-action-btn{border:1px solid var(--input-border);background:var(--input-bg);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;transition:background .15s,transform .15s;display:flex}.msg-action-btn span{color:var(--sidebar-text);font-size:18px}.msg-action-btn:hover{background:#0000000f;transform:translateY(-1px)}body.dark .msg-action-btn:hover{background:#ffffff14}.reaction-btn{border:1px solid var(--input-border);background:var(--input-bg);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:background .18s,border-color .18s,transform .18s;display:flex}.reaction-btn span{color:var(--sidebar-text);font-size:17px}.reaction-btn:hover{background:#0000000f;transform:translateY(-1px)}.reaction-btn.active span{color:#fff}body.dark .reaction-btn:hover{background:#ffffff14}body.dark .reaction-btn span{color:var(--bubble-bot-text)}.reaction-btn.active{background:#1f9a73;border-color:#1f9a73}.reaction-btn.active.down{background:#d93025!important;border-color:#d93025!important}.reaction-btn.active.down span{color:#fff!important}.cw-attachment{border:1px solid #00000026;border-radius:12px;align-items:center;gap:8px;max-width:240px;padding:6px 10px;font-size:12px;display:flex}.cw-attachment-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cw-attachment-remove{cursor:pointer;background:0 0;border:none}.dark .cw-attachment{background:#ffffff14}.cw-attachment-name{white-space:nowrap;text-overflow:ellipsis;max-width:220px;overflow:hidden}.cw-attachment-remove{cursor:pointer;opacity:.6;background:0 0;border:none;font-size:14px}.cw-attachment-remove:hover{opacity:1}.messages.messages-empty{justify-content:center;align-items:center;display:flex}.messages.messages-empty .welcome-screen{height:auto;min-height:0;padding:24px}.messages.messages-empty .welcome-title{font-size:34px;font-weight:500}.cw-attach-remove:hover{opacity:1;background:#0000000f}body.dark .cw-attach-remove:hover{background:#ffffff1a}.chat-input-wrapper{flex-direction:column;align-items:stretch;gap:10px;display:flex}.chat-textarea{flex:1;min-width:0}.attachments-list{flex-direction:column;gap:10px;margin-top:10px;display:flex}.attachment-row{background:#00000008;border:1px solid #0000001a;border-radius:12px;flex-direction:column;gap:6px;padding:10px 12px;display:flex}body.dark .attachment-row{background:#ffffff0f;border:1px solid #ffffff1f}.attachment-name{font-size:14px;font-weight:600;line-height:1.2}.attachment-meta{opacity:.75;font-size:12px}.attachment-btn{cursor:pointer;background:0 0;border:1px solid #0000001f;border-radius:10px;align-self:flex-start;margin-top:2px;padding:6px 10px;font-size:13px}body.dark .attachment-btn{border:1px solid #ffffff24}.attachment-btn:hover{background:#0000000d}body.dark .attachment-btn:hover{background:#ffffff14}.cw-attach-tray{flex-wrap:wrap;gap:10px;width:100%;padding:2px 2px 10px;display:flex}body.dark .cw-attach-pill{background:#ffffff0f;border:1px solid #ffffff24}body.dark .cw-attach-icon{background:#ffffff1a}.cw-attach-info{flex-direction:column;flex:1;min-width:0;display:flex}.cw-attach-name{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.cw-attach-meta{opacity:.7;margin-top:2px;font-size:12px}.cw-attach-remove{cursor:pointer;opacity:.6;background:0 0;border:none;font-size:14px}.cw-attach-remove:hover{opacity:1}.cw-spinner{border:2px solid #0003;border-top-color:#0000008c;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite cwSpin}body.dark .cw-spinner{border:2px solid #ffffff2e;border-top-color:#ffffff8c}@keyframes cwSpin{to{transform:rotate(360deg)}}.docTypeBackdrop{-webkit-backdrop-filter:blur(1.5px);z-index:999;background:#0000002e;position:fixed;inset:0}.docTypePopover{-webkit-backdrop-filter:blur(12px);z-index:1000;background:#1c1c1ed9;border:1px solid #ffffff0f;border-radius:16px;width:320px;padding:16px;animation:.18s fadeInUp;position:fixed;box-shadow:0 30px 80px #0009}.docTypeArrow{background:#1c1c1eeb;border-bottom:1px solid #ffffff0f;border-right:1px solid #ffffff0f;width:14px;height:14px;position:absolute;bottom:-8px;transform:translate(-50%)rotate(45deg)}.docTitle{color:#fff;margin-bottom:6px;font-size:14px;font-weight:600}.docFileName{opacity:.65;text-overflow:ellipsis;white-space:nowrap;color:#fff;margin-bottom:12px;font-size:12px;overflow:hidden}.docTypePopover button{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:10px;width:100%;height:36px;margin:6px 0;font-size:13px;transition:all .15s}.docTypePopover button:hover{background:#ffffff24;transform:translateY(-1px)}.docSkip{opacity:.75;text-align:center;cursor:pointer;color:#fff;margin-top:10px;font-size:12px}.docSkip:hover{opacity:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.formCard{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #94a3b82e;border-radius:28px;width:100%;max-width:860px;margin-top:14px;padding:22px 22px 18px;box-shadow:0 24px 60px #0f172a14,0 8px 20px #0f172a0a}.formCardPremium{max-width:880px}.formHeader{border-bottom:1px solid #94a3b824;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:14px;display:flex}.formTitle{letter-spacing:-.03em;color:#0f172a;font-size:30px;font-weight:800;line-height:1.1}.formHint{color:#64748b;white-space:nowrap;font-size:14px;font-weight:600}.formGrid{grid-template-columns:200px minmax(0,1fr);align-items:start;gap:18px 30px;display:grid}.formLeft,.formRight{gap:14px;display:grid}.formRight{min-width:0}.formLabelRow,.formInputRow{align-items:center;min-height:62px;display:flex}.formInputRow{min-width:0}.formLabel{color:#0f172a;letter-spacing:-.01em;font-size:18px;font-weight:700;line-height:1.35}.formReq{color:#ef4444;margin-left:6px;font-weight:800}.formInput,.formTextarea{width:100%}.formInput{color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #94a3b838;border-radius:16px;outline:none;min-height:52px;padding:0 16px;font-size:16px;transition:border-color .16s,box-shadow .16s,transform .16s}.formInput::placeholder,.formTextarea::placeholder{color:#94a3b8}.formInput:focus,.formTextarea:focus{border-color:#6366f159;transform:translateY(-1px);box-shadow:0 0 0 4px #6366f114}.formTextarea{resize:vertical;min-height:96px;padding:14px 16px;font-family:inherit;line-height:1.5}.formFooter{border-top:1px solid #94a3b824;flex-wrap:wrap;align-items:center;gap:14px;margin-top:22px;padding-top:18px;display:flex}.formSaveBtn{color:#fff;letter-spacing:.01em;cursor:pointer;background:linear-gradient(135deg,#111827 0%,#312e81 100%);border:none;border-radius:16px;height:52px;padding:0 22px;font-size:15px;font-weight:800;transition:transform .16s,box-shadow .16s,opacity .16s;box-shadow:0 14px 28px #1118272e}.formSaveBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 34px #11182738}.formSaveBtn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.formSaveMsg{color:#334155;font-size:14px;font-weight:700}.premiumFormHeader{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.premiumFormEyebrow{letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin:0 0 8px;font-size:12px;font-weight:800}.premiumFormTitle{letter-spacing:-.03em;color:#0f172a;margin:0;font-size:30px;font-weight:800;line-height:1.08}.premiumFormHint{color:#94a3b8;white-space:nowrap;padding-top:6px;font-size:14px;font-weight:600}.premiumFormSection{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #e2e8f0f2;border-radius:24px;margin-bottom:18px;padding:22px;box-shadow:inset 0 1px #ffffffe6,0 8px 18px #0f172a08}.premiumSectionTitle{letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin:0 0 16px;font-size:13px;font-weight:800}.premiumFormGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.premiumFormGroup{flex-direction:column;min-width:0;display:flex}.premiumFormGroupFull{grid-column:1/-1}.premiumFormLabel{color:#1e293b;margin-bottom:8px;font-size:14px;font-weight:700}.premiumFormReq{color:#ef4444;margin-left:6px;font-weight:800}.premiumFormInput{color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #dbe3ee;border-radius:16px;outline:none;width:100%;min-height:52px;padding:0 16px;font-size:15px;transition:border-color .16s,box-shadow .16s,transform .16s,background .16s}.premiumFormInput::placeholder,.premiumFormTextarea::placeholder{color:#94a3b8}.premiumFormInput:focus,.premiumFormTextarea:focus{background:#fff;border-color:#6366f16b;transform:translateY(-1px);box-shadow:0 0 0 4px #6366f11a}.premiumFormTextarea{resize:vertical;min-height:118px;padding:14px 16px;font-family:inherit;line-height:1.55}.premiumPriorityGroup{margin-top:18px}.premiumPriorityGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:8px;display:grid}.premiumPriorityCard{cursor:pointer;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:78px;padding:14px 12px;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s;display:flex}.premiumPriorityCard:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 12px 22px #0f172a14}.premiumPriorityDot{border-radius:999px;width:10px;height:10px}.premiumPriorityText{font-size:14px;font-weight:800;line-height:1}.premiumPriorityCard.low .premiumPriorityDot{background:#22c55e}.premiumPriorityCard.medium .premiumPriorityDot{background:#f59e0b}.premiumPriorityCard.high .premiumPriorityDot{background:#f97316}.premiumPriorityCard.critical .premiumPriorityDot{background:#ef4444}.premiumFormFooter{margin-top:24px}.premiumFormSaveBtn{min-width:160px}.msg-row.bot .msg-bubble:has(.formCard){box-shadow:none;background:0 0;border:none;max-width:920px;padding:0}@media (max-width:900px){.formGrid{grid-template-columns:1fr;gap:14px}.formLabelRow,.formInputRow{min-height:auto}.formTitle,.premiumFormTitle{font-size:24px}.formHint{white-space:normal;text-align:right}.premiumPriorityGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.premiumFormGrid{grid-template-columns:1fr}.premiumFormGroupFull{grid-column:auto}}@media (max-width:640px){.formCard{border-radius:22px;padding:18px 16px 16px}.formHeader,.premiumFormHeader{flex-direction:column;align-items:flex-start}.formTitle,.premiumFormTitle{font-size:22px}.formLabel{font-size:16px}.formInput{font-size:15px}.formSaveBtn,.premiumFormSaveBtn{justify-content:center;width:100%}.premiumFormHint{white-space:normal;padding-top:0}.premiumPriorityGrid{grid-template-columns:1fr 1fr}}.msg-bubble-inline-card{width:100%;max-width:860px;box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.customer-request-inline-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(#fffffff5 0%,#f8fafcfa 100%);border:1px solid #94a3b824;border-radius:26px;width:100%;margin-bottom:14px;padding:24px;box-shadow:0 24px 60px #0f172a14,0 8px 24px #0f172a0a}.customer-request-inline-eyebrow,.customer-request-step-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#0f172a;margin-bottom:12px;font-size:12px;font-weight:800}.customer-request-inline-title,.customer-request-step-title{color:#0f172a;letter-spacing:-.03em;margin:0;font-size:22px;font-weight:800;line-height:1.2}.customer-request-inline-subtitle{color:#475569;max-width:860px;margin:12px 0 0;font-size:15px;line-height:1.75}.customer-request-inline-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:22px;display:grid}.customer-request-option-card{text-align:left;cursor:pointer;background:linear-gradient(#fff 0%,#fbfdff 100%);border:1px solid #94a3b824;border-radius:20px;padding:18px;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s;box-shadow:0 10px 24px #0f172a0d,inset 0 1px #ffffffe6}.customer-request-option-card:hover{border-color:#6366f138;transform:translateY(-3px);box-shadow:0 18px 36px #0f172a14,inset 0 1px #ffffffeb}.customer-request-option-card-primary{background:linear-gradient(#eef2ff 0%,#fff 100%);border-color:#6366f13d;box-shadow:0 14px 30px #4f46e514,inset 0 1px #fffffff2}.customer-request-option-top{align-items:center;gap:12px;margin-bottom:8px;display:flex}.customer-request-option-icon{color:#334155;background:linear-gradient(#f8fafc 0%,#eef2f7 100%);border:1px solid #94a3b824;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;box-shadow:inset 0 1px #ffffffe6}.customer-request-option-icon-primary{color:#4f46e5;background:linear-gradient(#e0e7ff 0%,#eef2ff 100%);border-color:#6366f129}.customer-request-option-title{color:#0f172a;font-size:16px;font-weight:800;line-height:1.25}.customer-request-option-text,.customer-request-suggestion-sub,.customer-request-empty{color:#64748b;font-size:13px;line-height:1.65}.customer-request-search-block{border-top:1px solid #94a3b824;margin-top:18px;padding-top:18px}.customer-request-search-label{color:#334155;margin-bottom:10px;font-size:13px;font-weight:700}.customer-request-search-input{box-sizing:border-box;color:#0f172a;background:#fff;border:1px solid #94a3b82e;border-radius:14px;outline:none;width:100%;padding:12px 14px;font-size:14px}.customer-request-search-input:focus{border-color:#6366f152;box-shadow:0 0 0 4px #6366f114}.customer-request-suggestions,.customer-request-step-options{gap:10px;margin-top:12px;display:grid}.customer-request-suggestion-btn,.customer-request-step-option-btn{text-align:left;cursor:pointer;background:#fff;border:1px solid #94a3b824;border-radius:16px;width:100%;padding:14px;transition:transform .18s,box-shadow .18s,border-color .18s}.customer-request-suggestion-btn:hover,.customer-request-step-option-btn:hover{border-color:#3b82f638;transform:translateY(-2px);box-shadow:0 16px 30px #0f172a14}.customer-request-suggestion-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.customer-request-suggestion-badge{color:#475569;background:#94a3b81f;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800}.customer-request-suggestion-meta{color:#334155;margin-top:8px;font-size:12px;font-weight:700}.customer-request-step-card{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #94a3b82e;border-radius:20px;width:100%;padding:18px;box-shadow:0 10px 24px #0f172a0d}.customer-request-manual-block{flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;display:flex}.customer-request-manual-input{color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #94a3b838;border-radius:14px;outline:none;flex:280px;min-width:240px;height:46px;padding:0 14px;font-size:15px;transition:border-color .16s,box-shadow .16s}.customer-request-manual-input::placeholder{color:#94a3b8}.customer-request-manual-input:focus{border-color:#6366f159;box-shadow:0 0 0 4px #6366f114}.customer-request-manual-submit{color:#3730a3;cursor:pointer;background:#eef2ff;border:1px solid #6366f138;border-radius:14px;height:46px;padding:0 18px;font-size:14px;font-weight:700;transition:transform .16s,box-shadow .16s,opacity .16s}.customer-request-manual-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 20px #4f46e51f}.customer-request-manual-submit:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.msg-row.bot .msg-bubble:has(.formCard){box-shadow:none;background:0 0;border:none;width:100%;max-width:1100px;padding:0}.formCard,.formCardPremium{width:100%;max-width:980px}.premiumPriorityCard{background:#fff;border:1px solid #e2e8f0;border-radius:20px;gap:10px;min-height:88px;padding:16px 12px;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s}.premiumPriorityCard.active{background:linear-gradient(#fafbff 0%,#eef2ff 100%);border-color:#6366f173;box-shadow:0 16px 28px #6366f124,inset 0 1px #ffffffe6}@media (max-width:720px){.customer-request-inline-grid{grid-template-columns:1fr}.customer-request-inline-title,.customer-request-step-title{font-size:20px}}@media (max-width:640px){.customer-request-manual-block{flex-direction:column;align-items:stretch}.customer-request-manual-input,.customer-request-manual-submit{width:100%}}.request-form-shell{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:22px;width:100%;max-width:1320px;display:grid}.request-form-main{min-width:0}.request-form-side{flex-direction:column;gap:16px;display:flex;position:sticky;top:24px}.premiumFormMetaRow{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}.premiumMetaBadge{color:#334155;letter-spacing:.01em;background:#fffc;border:1px solid #94a3b82e;border-radius:999px;align-items:center;gap:8px;min-height:34px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex;box-shadow:0 6px 14px #0f172a0a}.premiumMetaDot{background:#6366f1;border-radius:999px;width:8px;height:8px}.premiumMetaBadge.draft .premiumMetaDot{background:#f59e0b}.premiumMetaBadge.ready .premiumMetaDot{background:#22c55e}.premiumMetaBadge.pending .premiumMetaDot{background:#ef4444}.premiumSectionSubtitle{color:#64748b;margin:-6px 0 14px;font-size:13px;line-height:1.6}.requestProgressCard{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0eb;border-radius:22px;padding:18px;box-shadow:0 12px 26px #0f172a0d,inset 0 1px #ffffffe6}.requestProgressTop{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.requestProgressTitle{color:#0f172a;letter-spacing:-.01em;font-size:14px;font-weight:800}.requestProgressValue{color:#64748b;font-size:13px;font-weight:700}.requestProgressTrack{background:#e2e8f0;border-radius:999px;width:100%;height:10px;position:relative;overflow:hidden}.requestProgressFill{background:linear-gradient(90deg,#6366f1 0%,#818cf8 100%);border-radius:999px;height:100%;box-shadow:0 6px 18px #6366f140}.requestSideCard{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0eb;border-radius:22px;padding:18px;box-shadow:0 12px 26px #0f172a0d,inset 0 1px #ffffffe0}.requestSideCardTitle{letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin-bottom:14px;font-size:13px;font-weight:800}.requestSummaryList{flex-direction:column;gap:12px;display:flex}.requestSummaryItem{flex-direction:column;gap:4px;display:flex}.requestSummaryLabel{color:#64748b;font-size:12px;font-weight:700}.requestSummaryValue{color:#0f172a;word-break:break-word;font-size:14px;font-weight:700;line-height:1.45}.requestSummaryMuted{color:#94a3b8;font-weight:600}.requestMissingList{flex-direction:column;gap:10px;display:flex}.requestMissingItem{background:#f8fafce6;border:1px solid #e2e8f0e6;border-radius:14px;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.requestMissingIcon{color:#ea580c;background:#fff7ed;border:1px solid #f9731629;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;font-size:12px;font-weight:800;display:inline-flex}.requestMissingText{color:#334155;font-size:13px;font-weight:600;line-height:1.5}.requestReadyBox{color:#166534;background:linear-gradient(#ecfdf5 0%,#f0fdf4 100%);border:1px solid #22c55e29;border-radius:14px;padding:12px 14px;font-size:13px;font-weight:700;line-height:1.55}.premiumFormFooter{border-top:1px solid #94a3b824;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:24px;padding-top:20px;display:flex}.premiumFormFooterLeft{flex-direction:column;gap:4px;display:flex}.premiumFormFooterTitle{color:#0f172a;font-size:13px;font-weight:800}.premiumFormFooterSub{color:#64748b;font-size:12px;line-height:1.5}.premiumFormFooterActions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.premiumGhostBtn{color:#334155;cursor:pointer;background:#ffffffd9;border:1px solid #94a3b82e;border-radius:16px;height:50px;padding:0 18px;font-size:14px;font-weight:700;transition:transform .16s,box-shadow .16s,border-color .16s,background .16s}.premiumGhostBtn:hover{background:#fff;border-color:#6366f12e;transform:translateY(-1px);box-shadow:0 10px 18px #0f172a0d}.premiumFormSection.is-complete{border-color:#22c55e2e;box-shadow:inset 0 1px #ffffffe6,0 8px 18px #22c55e0d}.premiumSectionHeader{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.premiumSectionStatus{color:#166534;background:#f0fdf4;border:1px solid #22c55e24;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:12px;font-weight:700;display:inline-flex}.premiumSectionStatusDot{background:#22c55e;border-radius:999px;width:8px;height:8px}.premiumFieldHelp{color:#64748b;margin-top:6px;font-size:12px;line-height:1.5}.premiumFieldError{color:#dc2626;margin-top:6px;font-size:12px;font-weight:700;line-height:1.5}.premiumFormInput.is-invalid,.premiumFormTextarea.is-invalid{border-color:#ef44446b;box-shadow:0 0 0 4px #ef444414}.premiumFormSection:hover{box-shadow:inset 0 1px #ffffffe6,0 10px 22px #0f172a0a}@media (max-width:1180px){.request-form-shell{grid-template-columns:1fr}.request-form-side{position:static}}@media (max-width:640px){.premiumFormFooter{flex-direction:column;align-items:stretch}.premiumFormFooterActions,.premiumGhostBtn{width:100%}}.customer-request-topbar{flex-wrap:wrap;gap:10px;margin:14px 0 2px;display:flex}.customer-request-pill{color:#334155;letter-spacing:.01em;background:#ffffffd1;border:1px solid #94a3b829;border-radius:999px;align-items:center;gap:8px;min-height:32px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex;box-shadow:0 8px 18px #0f172a0a}.customer-request-pill-dot{background:#6366f1;border-radius:999px;flex-shrink:0;width:8px;height:8px}.customer-request-pill.success .customer-request-pill-dot{background:#22c55e}.customer-request-pill.info .customer-request-pill-dot{background:#0ea5e9}.customer-request-pill.warning .customer-request-pill-dot{background:#f59e0b}.customer-request-mini-flow{background:#ffffffb8;border:1px solid #94a3b81f;border-radius:18px;flex-wrap:wrap;align-items:center;gap:10px;margin-top:18px;padding:14px 16px;display:flex;box-shadow:inset 0 1px #ffffffe6}.customer-request-mini-step{color:#0f172a;background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #94a3b824;border-radius:999px;align-items:center;gap:10px;min-height:34px;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.customer-request-mini-step-number{color:#4f46e5;background:#eef2ff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:800;display:inline-flex}.customer-request-mini-arrow{color:#94a3b8;font-size:13px;font-weight:800}.customer-request-option-header{justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}.customer-request-recommended{color:#4338ca;letter-spacing:.02em;white-space:nowrap;background:linear-gradient(#eef2ff 0%,#e0e7ff 100%);border:1px solid #6366f12e;border-radius:999px;align-items:center;min-height:24px;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex}.customer-request-helper-note{color:#64748b;margin-top:16px;font-size:13px;line-height:1.7}.customer-request-inline-card{position:relative;overflow:hidden}.customer-request-inline-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#6366f114,#0000 32%),radial-gradient(circle at 0,#0ea5e90f,#0000 28%);position:absolute;inset:0}.customer-request-option-card{position:relative;overflow:hidden}.customer-request-option-card:after{content:"";pointer-events:none;background:linear-gradient(#ffffff59 0%,#fff0 45%);position:absolute;inset:0}.customer-request-option-card-primary{transform:translateZ(0)}.customer-request-option-card-primary:hover{box-shadow:0 20px 40px #4f46e51f,inset 0 1px #fffffff5}.customer-request-inline-subtitle{max-width:900px}@media (max-width:720px){.customer-request-mini-flow{gap:8px;padding:12px}.customer-request-mini-arrow{display:none}.customer-request-option-header{flex-direction:column;align-items:flex-start}}.customer-request-search-block.premium-dropdown{opacity:0;pointer-events:none;background:0 0;border:1px solid #0000;border-radius:20px;max-height:0;margin-top:0;padding:0 18px;transition:max-height .42s,opacity .28s,transform .32s,margin-top .32s,padding .32s,border-color .25s,box-shadow .25s;overflow:hidden;transform:translateY(-8px)}.customer-request-search-block.premium-dropdown.open{opacity:1;pointer-events:auto;background:#ffffffd1;border:1px solid #0f172a14;max-height:520px;margin-top:16px;padding:18px;transform:translateY(0);box-shadow:0 18px 40px #0f172a14}body.dark .customer-request-search-block.premium-dropdown.open{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#111827d1;border:1px solid #ffffff1a;box-shadow:0 18px 44px #00000057}.customer-request-option-card{transition:transform .24s,box-shadow .24s,border-color .24s,background .24s}.customer-request-option-card:hover{transform:translateY(-2px)}.customer-request-option-card-open{border-color:#3b82f63d;box-shadow:0 10px 26px #3b82f61a}.customer-request-chevron{justify-content:center;align-items:center;transition:transform .34s;display:inline-flex}.customer-request-chevron.open{transform:rotate(180deg)}.customer-request-suggestions{gap:10px;margin-top:14px;display:grid}.customer-request-suggestion-btn{transition:transform .22s,box-shadow .22s,border-color .22s,background .22s}.customer-request-suggestion-btn:hover{transform:translateY(-1px);box-shadow:0 10px 20px #0f172a14}.chat-input-bar{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#f8fafc00 0%,#f8fafce0 45%,#f8fafcf5 100%);padding:16px 20px 22px;position:sticky;bottom:0}body.dark .chat-input-bar{background:linear-gradient(#11182700 0%,#111827e0 45%,#111827f5 100%)}.chat-input-wrapper{background:#fff;border:1px solid #0f172a14;border-radius:28px;flex-direction:column;gap:10px;max-width:1100px;margin:0 auto;padding:10px 14px;transition:box-shadow .22s,transform .22s,border-color .22s;display:flex;box-shadow:0 10px 30px #0f172a14}.chat-input-wrapper:focus-within{border-color:#6366f13d;transform:translateY(-1px);box-shadow:0 14px 34px #0f172a1f}body.dark .chat-input-wrapper{background:#111827f5;border:1px solid #ffffff14;box-shadow:0 12px 34px #00000057}.cw-input-row{align-items:flex-end;gap:12px;width:100%;display:flex}.cw-icon.cw-upload{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;transition:background .2s,transform .2s;display:inline-flex}.cw-icon.cw-upload:hover{background:#0f172a0f;transform:translateY(-1px)}body.dark .cw-icon.cw-upload:hover{background:#ffffff14}.cw-icon.cw-upload input{display:none}.chat-textarea{resize:none;color:#111827;background:0 0;border:none;outline:none;flex:1;min-height:24px;max-height:180px;padding:8px 2px;font-size:16px;line-height:1.5}.chat-textarea::placeholder{color:#9ca3af}body.dark .chat-textarea{color:#f9fafb}.cw-send{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b3f68 0%,#23263f 100%);border:none;border-radius:14px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;transition:transform .2s,box-shadow .2s,opacity .2s;display:inline-flex}.cw-send:hover{transform:translateY(-1px);box-shadow:0 10px 20px #23263f3d}.cw-send:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.customer-request-suggestions{scroll-behavior:smooth;gap:12px;max-height:320px;margin-top:14px;padding-right:6px;display:grid;position:relative;overflow-y:auto}.customer-request-suggestions::-webkit-scrollbar-track{background:0 0}body.dark .customer-request-suggestions::-webkit-scrollbar-thumb{background:#ffffff29}.customer-request-suggestion-btn{text-align:left;background:#ffffffe0;border:1px solid #6366f11f;border-radius:18px;width:100%;padding:16px 16px 15px;transition:transform .22s,box-shadow .22s,border-color .22s,background .22s;position:relative}.customer-request-suggestion-btn:hover{border-color:#6366f13d;transform:translateY(-2px);box-shadow:0 12px 24px #0f172a14}.customer-request-suggestion-btn:active{transform:translateY(0)}body.dark .customer-request-suggestion-btn{background:#111827eb;border-color:#ffffff14}body.dark .customer-request-suggestion-btn:hover{border-color:#818cf847;box-shadow:0 12px 26px #00000047}.customer-request-suggestion-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.customer-request-suggestion-title{color:#0f172a;font-size:15px;font-weight:700;line-height:1.2}body.dark .customer-request-suggestion-title{color:#f8fafc}.customer-request-suggestion-badge{color:#475569;background:#0f172a0f;border-radius:999px;flex-shrink:0;padding:4px 10px;font-size:12px;font-weight:600}body.dark .customer-request-suggestion-badge{color:#cbd5e1;background:#ffffff14}.customer-request-suggestion-sub.single-line{white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.customer-request-suggestion-sub .part-name{text-overflow:ellipsis;white-space:nowrap;color:#64748b;min-width:0;font-size:13px;font-weight:500;overflow:hidden}.customer-request-suggestion-sub .part-number{color:#94a3b8;flex-shrink:0;font-size:12px}body.dark .customer-request-suggestion-sub .part-name{color:#cbd5e1}body.dark .customer-request-suggestion-sub .part-number{color:#94a3b8}.customer-request-suggestions:before,.customer-request-suggestions:after{content:"";z-index:2;pointer-events:none;height:14px;display:block;position:sticky;left:0;right:0}.customer-request-suggestions:before{background:linear-gradient(#fffffff5,#fff0);margin-bottom:-14px;top:0}.customer-request-suggestions:after{background:linear-gradient(#fff0,#fffffff5);margin-top:-14px;bottom:0}body.dark .customer-request-suggestions:before{background:linear-gradient(#111827f5,#11182700)}body.dark .customer-request-suggestions:after{background:linear-gradient(#11182700,#111827f5)}.emailDraftShell{background:#fff;border:1px solid #d9e2f0;border-radius:24px;flex-direction:column;gap:18px;width:100%;max-width:920px;padding:22px;display:flex;box-shadow:0 14px 40px #10182814}.emailDraftHeader{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:10px;display:flex}.emailDraftEyebrow{letter-spacing:.12em;text-transform:uppercase;color:#64748b;margin-bottom:6px;font-size:12px;font-weight:800}.emailDraftTitle{color:#0f172a;font-size:24px;font-weight:800;line-height:1.2}.emailDraftActionsTop{align-items:center;gap:10px;display:flex}.emailDraftMeta{flex-direction:column;gap:12px;display:flex}.emailDraftMetaRow{grid-template-columns:90px 1fr;align-items:center;gap:14px;display:grid}.emailDraftMetaLabel{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:700}.emailDraftMetaValue{color:#0f172a;background:#f8fbff;border:1px solid #dbe4f0;border-radius:14px;align-items:center;min-height:46px;padding:0 14px;font-size:15px;line-height:1.5;display:flex}.emailDraftMetaValue.strong{font-weight:700}.emailDraftInput{color:#0f172a;background:#fff;border:1px solid #cfd9e8;border-radius:14px;outline:none;width:100%;height:46px;padding:0 14px;font-size:15px;transition:border-color .2s,box-shadow .2s}.emailDraftInput:focus{border-color:#7c8cff;box-shadow:0 0 0 4px #7c8cff1f}.emailDraftBodyCard{background:linear-gradient(#fff 0%,#fbfdff 100%);border:1px solid #dbe4f0;border-radius:18px;overflow:hidden}.emailDraftTextarea{resize:vertical;color:#0f172a;background:0 0;border:none;outline:none;width:100%;min-height:360px;padding:18px;font-family:inherit;font-size:15px;line-height:1.75}.emailDraftPreview{color:#0f172a;padding:20px 22px;font-size:15px;line-height:1.8}.emailDraftPreview .markdown-body{background:0 0}.emailDraftPreview p:first-child{margin-top:0}.emailDraftFooter{justify-content:space-between;align-items:center;gap:16px;padding-top:4px;display:flex}.emailDraftFooterHint{color:#64748b;font-size:14px;line-height:1.5}.emailDraftFooterActions{align-items:center;gap:12px;display:flex}.msg-bubble:has(.emailDraftShell){width:100%;max-width:980px;box-shadow:none;background:0 0;border:none;padding:0}.emailDraftShell+.formSaveMsg{margin-top:8px}.emailDraftPreview p{margin:0 0 16px}.emailDraftPreview p:last-child{margin-bottom:0}.emailDraftShell .premiumGhostBtn,.emailDraftShell .premiumFormSaveBtn,.emailDraftShell .formSaveBtn{border-radius:14px;min-height:46px;padding:0 18px}@media (max-width:900px){.emailDraftShell{border-radius:20px;padding:18px}.emailDraftHeader,.emailDraftFooter{flex-direction:column;align-items:stretch}.emailDraftMetaRow{grid-template-columns:1fr;gap:8px}.emailDraftMetaLabel{margin-bottom:2px}.emailDraftFooterActions{flex-wrap:wrap;justify-content:stretch;width:100%}.emailDraftFooterActions button{flex:180px}.emailDraftTitle{font-size:21px}.emailDraftTextarea{min-height:300px}}.customer-request-suggestions{max-height:320px;margin-top:8px;padding-right:4px;overflow-y:auto}.customer-request-suggestions::-webkit-scrollbar{width:6px}.customer-request-suggestions::-webkit-scrollbar-thumb{background:#d1d9e6;border-radius:10px}.customer-request-suggestion-btn{text-align:left;cursor:pointer;background:#fff;border:1px solid #e3eaf5;border-radius:12px;width:100%;margin-bottom:10px;padding:12px 14px;transition:all .2s}.customer-request-suggestion-btn:hover{background:#f7faff;border-color:#cfe0ff;transform:translateY(-1px)}.customer-request-suggestion-title{color:#1f2b3d;font-size:14px;font-weight:700}.customer-request-suggestion-sub.single-line{color:#5f6c80;white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:13px;overflow:hidden}.customer-request-suggestion-sub .part-name{font-weight:500}.customer-request-suggestion-sub .part-number{color:#7b8aa0}.customer-request-suggestion-status{color:#3b5bdb;white-space:nowrap;background:#eef4ff;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700}.customer-request-suggestion-age{color:#7b8aa0;font-size:11px}.premium-dropdown{opacity:0;max-height:0;transition:all .25s;overflow:hidden}.premium-dropdown.open{opacity:1;max-height:500px}.customer-request-empty{color:#7b8aa0;text-align:center;padding:12px;font-size:13px}.customer-request-suggestion-status.IN-PROGRESS{color:#d97706;background:#fff7e6}.customer-request-suggestion-status.PENDING{color:#6366f1;background:#eef2ff}.customer-request-suggestion-status.COMPLETED{color:#059669;background:#ecfdf5}.customer-request-suggestion-status.ON-HOLD{color:#dc2626;background:#fef2f2}.customer-request-suggestion-status.SUBMITTED-FOR-REVIEW{color:#0284c7;background:#f0f9ff}.customer-request-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:24px;display:grid}.customer-request-main,.customer-request-summary{margin-top:0}.markdown-heading-with-icon{align-items:center;gap:10px;display:flex}.markdown-heading-icon{color:#2563eb;justify-content:center;align-items:center;display:inline-flex}.chat-window,.chatWindow,.chat-window-shell,.chatWindowShell,.chat-main,.chatMain{position:relative}.markdown-body code{color:#1e293b;background:#0f172a0f;border-radius:8px;padding:2px 6px;font-size:13px}.markdown-body a{color:#2563eb;font-weight:600;text-decoration:none}.markdown-body a:hover{text-decoration:underline}.message.user,.chat-message.user,.user-message,.messageBubble.user,.chatBubble.user,.bubble.user,.message.user *,.chat-message.user *,.user-message *,.messageBubble.user *,.chatBubble.user *,.bubble.user *{color:#fff!important}.message.user a,.chat-message.user a,.user-message a,.messageBubble.user a,.chatBubble.user a,.bubble.user a{font-weight:700;text-decoration:underline;color:#93c5fd!important}.message.user code,.chat-message.user code,.user-message code,.messageBubble.user code,.chatBubble.user code,.bubble.user code{background:#ffffff24;color:#fff!important}.chat-message-row.user .message-content,.chat-message-row.user .message-content *,.chat-message-row.user .markdown-body,.chat-message-row.user .markdown-body *,.message-row.user .message-content,.message-row.user .message-content *,.message-row.user .markdown-body,.message-row.user .markdown-body *,.user-message-bubble,.user-message-bubble *,.userBubble,.userBubble *,.user-bubble,.user-bubble *{color:#fff!important}.chat-message-row.user .message-content a,.message-row.user .message-content a,.user-message-bubble a,.userBubble a,.user-bubble a{font-weight:700;text-decoration:underline;color:#93c5fd!important}.msg-row.user .msg-bubble{color:#fff!important;background:linear-gradient(135deg,#343647 0%,#292b3b 100%)!important;border:1px solid #ffffff14!important;box-shadow:0 16px 34px #0f172a38!important}.msg-row.user .msg-bubble,.msg-row.user .msg-bubble p,.msg-row.user .msg-bubble span,.msg-row.user .msg-bubble div,.msg-row.user .msg-bubble li,.msg-row.user .msg-bubble strong,.msg-row.user .msg-bubble em,.msg-row.user .msg-bubble .markdown-body,.msg-row.user .msg-bubble .markdown-body *{color:#fff!important}.msg-row.user .msg-bubble a,.msg-row.user .msg-bubble .markdown-body a{color:#93c5fd!important;font-weight:700!important;text-decoration:underline!important}.msg-row.user .msg-bubble code,.msg-row.user .msg-bubble .markdown-body code{color:#fff!important;background:#ffffff24!important;border-radius:7px!important;padding:2px 6px!important}.msg-row.user .msg-bubble *{opacity:1!important}.chat-message-row.user .message-content,.chat-message-row.user .message-content *,.message-row.user .message-content,.message-row.user .message-content *,.user-message-bubble,.user-message-bubble *,.userBubble,.userBubble *,.user-bubble,.user-bubble *{color:#fff!important}.chat-message-row.user .message-content,.message-row.user .message-content,.user-message-bubble,.userBubble,.user-bubble{background:linear-gradient(135deg,#343647 0%,#292b3b 100%)!important}.markdown-body h1{letter-spacing:-.02em;color:#0f172a;margin:0 0 18px;font-size:24px;font-weight:750;line-height:1.25}.markdown-body h2{color:#111827;margin:22px 0 10px;font-size:18px;font-weight:720;line-height:1.3}.markdown-body h3{color:#334155;margin:18px 0 8px;font-size:15px;font-weight:700;line-height:1.3}.markdown-body p{color:#1f2937;margin:8px 0;font-size:14px;line-height:1.65}.markdown-body ul{margin:8px 0 12px 18px;padding:0}.markdown-body li{color:#1f2937;margin:4px 0;font-size:14px;line-height:1.55}.markdown-body strong{color:#111827;font-weight:700}.markdown-body hr{border:0;border-top:1px solid #94a3b847;margin:18px 0}.msg-row.user .msg-bubble .markdown-body h1,.msg-row.user .msg-bubble .markdown-body h2,.msg-row.user .msg-bubble .markdown-body h3,.msg-row.user .msg-bubble .markdown-body p,.msg-row.user .msg-bubble .markdown-body li,.msg-row.user .msg-bubble .markdown-body strong{color:#fff!important}.msg-row.bot .msg-bubble{max-width:min(1100px,100vw - 360px)}.markdown-body table{table-layout:auto;border-collapse:separate;border-spacing:0;width:100%}.markdown-body th,.markdown-body td{white-space:nowrap;vertical-align:middle}.markdown-body td:last-child,.markdown-body th:last-child{white-space:normal;min-width:220px}.markdown-body td:first-child,.markdown-body th:first-child{min-width:190px}.markdown-body td:nth-child(2),.markdown-body th:nth-child(2){min-width:170px}.markdown-body td:nth-child(3),.markdown-body th:nth-child(3){min-width:220px}.msg-row.bot .msg-bubble:has(table){width:min(1180px,100vw - 340px);max-width:min(1180px,100vw - 340px);overflow-x:auto}.msg-row.bot .msg-bubble:has(table) .markdown-body{width:100%;overflow-x:auto}.msg-row.bot .msg-bubble:has(table) table{table-layout:fixed;border-collapse:separate;border-spacing:0;width:100%;min-width:980px}:is(.msg-row.bot .msg-bubble:has(table) th,.msg-row.bot .msg-bubble:has(table) td){vertical-align:middle;white-space:normal;word-break:normal;overflow-wrap:anywhere;padding:18px 20px;line-height:1.45}:is(.msg-row.bot .msg-bubble:has(table) th:first-child,.msg-row.bot .msg-bubble:has(table) td:first-child){width:210px}:is(.msg-row.bot .msg-bubble:has(table) th:nth-child(2),.msg-row.bot .msg-bubble:has(table) td:nth-child(2)){white-space:nowrap;width:230px}:is(.msg-row.bot .msg-bubble:has(table) th:nth-child(3),.msg-row.bot .msg-bubble:has(table) td:nth-child(3)){width:270px}:is(.msg-row.bot .msg-bubble:has(table) th:nth-child(4),.msg-row.bot .msg-bubble:has(table) td:nth-child(4)){white-space:nowrap;width:90px}:is(.msg-row.bot .msg-bubble:has(table) th:nth-child(5),.msg-row.bot .msg-bubble:has(table) td:nth-child(5)){white-space:nowrap;width:160px}:is(.msg-row.bot .msg-bubble:has(table) th:nth-child(6),.msg-row.bot .msg-bubble:has(table) td:nth-child(6)){width:260px}:is(.msg-row.bot .msg-bubble:has(table) td span,.msg-row.bot .msg-bubble:has(table) td strong){max-width:100%}pre code.hljs{padding:1em;display:block;overflow-x:auto}code.hljs{padding:3px 5px}.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}.workflow-fulfillment-wrapper{z-index:40;pointer-events:none;justify-content:center;align-items:center;width:72px;display:flex;position:fixed;top:96px;bottom:88px;right:22px}.workflow-fulfillment-card{-webkit-backdrop-filter:blur(28px)saturate(1.08);pointer-events:auto;background:linear-gradient(#ffffffc7,#f8fafc8f);border:1px solid #e5e7ebd1;border-radius:999px;width:36px;height:100%;min-height:560px;max-height:800px;padding:42px 0 30px;position:relative;overflow:visible;box-shadow:0 22px 54px #1118270e,0 4px 14px #11182709,inset 0 1px #fffffff5}.workflow-fulfillment-card:before{content:"";background:#8e8e933d;border-radius:999px;width:16px;height:3px;position:absolute;top:14px;left:50%;transform:translate(-50%)}.workflow-current-pill,.workflow-current-dot{display:none!important}.workflow-track{background:#d1d5db8a;border-radius:999px;width:1.5px;height:100%;margin:0 auto;position:relative;box-shadow:inset 0 1px 1px #11182708,0 0 0 1px #ffffffb8}.workflow-track-fill{width:1.5px;box-shadow:none;background:linear-gradient(#0a84ffad,#007affeb);border-radius:999px;transition:height .42s cubic-bezier(.22,1,.36,1);position:absolute;top:0;left:0}.workflow-step-dot{cursor:pointer;background:#fffffffa;border:1.3px solid #d1d5dbeb;border-radius:999px;outline:none;width:8px;height:8px;padding:0;transition:transform .18s,width .18s,height .18s,box-shadow .18s,background .18s,border-color .18s;position:absolute;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 8px #11182709,inset 0 1px #fffffff5}.workflow-step-dot.completed{background:#0a84ff;border-color:#0a84ffb8;width:9px;height:9px;box-shadow:0 0 0 3px #0a84ff11,0 4px 10px #0a84ff14}.workflow-step-dot.current{background:#fffffffc;border:2.5px solid #007aff;width:18px;height:18px;box-shadow:0 0 0 4px #007aff17,0 10px 22px #007aff1f}.workflow-step-dot.current:before{content:"";background:#007aff;border-radius:999px;position:absolute;inset:4px}.workflow-step-dot.current:after{content:"";border:1px solid #007aff21;border-radius:999px;animation:2.35s ease-out infinite workflowPulse;position:absolute;inset:-7px}.workflow-step-dot.pending{background:#fffffffa;border-color:#d1d5dbd6;box-shadow:0 2px 8px #11182709,inset 0 1px #fffffff5}.workflow-step-dot:hover{transform:translate(-50%,-50%)scale(1.14)}.workflow-step-dot:focus-visible{box-shadow:0 0 0 5px #007aff1c,0 8px 18px #007aff1c}.workflow-tooltip{color:#1d1d1f;text-align:left;opacity:0;visibility:hidden;pointer-events:none;-webkit-backdrop-filter:blur(24px)saturate(1.12);z-index:10;background:linear-gradient(#fffffff0,#f2f2f7e0);border:1px solid #e5e7ebd1;border-radius:18px;min-width:190px;max-width:280px;padding:12px 14px;transition:opacity .18s,visibility .18s,transform .18s,right .18s;position:absolute;top:50%;right:30px;transform:translateY(-50%)translate(7px);box-shadow:0 18px 42px #1118271b,0 4px 12px #1118270d,inset 0 1px #fffffff5}.workflow-tooltip:after{content:"";background:#f2f2f7e6;border-top:1px solid #e5e7ebc7;border-right:1px solid #e5e7ebc7;border-radius:3px;width:12px;height:12px;position:absolute;top:50%;right:-6px;transform:translateY(-50%)rotate(45deg)}.workflow-tooltip strong{letter-spacing:-.01em;color:#1d1d1f;word-break:break-word;margin-bottom:4px;font-size:11px;font-weight:760;line-height:1.35;display:block}.workflow-tooltip small{color:#6e6e73;word-break:break-word;font-size:10px;line-height:1.45;display:block}.workflow-step-dot:hover .workflow-tooltip,.workflow-step-dot.current .workflow-tooltip{opacity:1;visibility:visible;right:36px;transform:translateY(-50%)translate(0)}@keyframes workflowPulse{0%{opacity:.28;transform:scale(.76)}70%{opacity:0;transform:scale(1.22)}to{opacity:0;transform:scale(1.22)}}@media (max-width:1200px){.workflow-fulfillment-wrapper{width:56px;right:14px}.workflow-fulfillment-card{width:34px;min-height:500px}.workflow-tooltip{min-width:165px;max-width:230px;right:28px}.workflow-step-dot:hover .workflow-tooltip,.workflow-step-dot.current .workflow-tooltip{right:34px}}@media (max-width:900px){.workflow-fulfillment-wrapper{display:none}}.workflow-track-fill{background:linear-gradient(#007aff8c,#007affc7)}.workflow-step-dot.completed{background:#5ac8fa;border-color:#5ac8fab8;box-shadow:0 0 0 3px #5ac8fa14,0 4px 10px #5ac8fa14}.workflow-step-dot.current{border-color:#007aff}.workflow-step-dot.current:before{background:#007aff}.workflow-fulfillment-header{pointer-events:none;justify-content:center;width:max-content;min-width:190px;display:flex;position:absolute;top:-38px;right:0}.workflow-fulfillment-title{color:#334155;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;background:#fffffff5;border:1px solid #e2e8f0f2;border-radius:999px;padding:8px 12px;font-size:10px;font-weight:900;box-shadow:0 10px 26px #0f172a1f}:root{--sb-bg:#fff;--sb-text:#0f172a;--sb-muted:#0f172a8c;--sb-hover:#0f172a0f;--sb-active:#0f172a1a;--sb-divider:#0f172a1a;--sb-soft:#0f172a09;--sb-radius:14px;--sb-radius-sm:12px;--sb-shadow:0 10px 24px #0f172a14;--sb-shadow-sm:0 6px 16px #0f172a0f;--sb-ease:cubic-bezier(.22,1,.36,1)}body.dark,.dark{--sb-bg:#0b1220;--sb-text:#ffffffeb;--sb-muted:#ffffff8c;--sb-hover:#ffffff0f;--sb-active:#ffffff1a;--sb-divider:#ffffff1a;--sb-soft:#ffffff0f;--sb-shadow:0 14px 34px #00000073;--sb-shadow-sm:0 10px 22px #00000059}.role-sidebar{background:var(--sb-bg);width:320px;height:100vh;color:var(--sb-text);box-sizing:border-box;border-right:1px solid #0000000f;flex-direction:column;padding:14px 12px;transition:width .26s cubic-bezier(.2,.8,.2,1);display:flex;box-shadow:2px 0 10px #00000008}.role-sidebar.collapsed{width:72px;padding:12px 10px}.role-sidebar .role-collapse-fade{transition:opacity .2s var(--sb-ease),transform .2s var(--sb-ease);transform-origin:0}.role-sidebar.collapsed .role-collapse-fade{opacity:0;pointer-events:none;transform:translate(-6px)}.role-sidebar-header{background:var(--sb-bg);z-index:5;align-items:center;gap:10px;padding:6px 6px 10px;display:flex;position:sticky;top:0}.role-burger{width:40px;height:40px;color:var(--sb-text);cursor:pointer;transition:background .16s var(--sb-ease),transform .16s var(--sb-ease);background:0 0;border:none;border-radius:12px;place-items:center;font-size:18px;display:grid}.role-burger:hover{background:var(--sb-hover)}.role-burger:active{transform:scale(.98)}.role-title{letter-spacing:-.2px;font-size:16px;font-weight:750}.role-sidebar.collapsed .role-title{opacity:0;pointer-events:none;transition:opacity .2s var(--sb-ease),transform .2s var(--sb-ease);transform:translate(-6px)}.role-section-title{letter-spacing:.14em;color:var(--sb-muted);text-transform:uppercase;margin:14px 6px 8px;font-size:11px;font-weight:800}.role-sidebar.collapsed .role-section-title{opacity:0;pointer-events:none;transition:opacity .2s var(--sb-ease),transform .2s var(--sb-ease);transform:translate(-6px)}.role-menu{flex-direction:column;gap:10px;padding:6px 6px 0;display:flex}.role-menu-item{text-align:left;background:var(--sb-soft);width:100%;color:var(--sb-text);border-radius:var(--sb-radius-sm);cursor:pointer;transition:background .16s var(--sb-ease),transform .16s var(--sb-ease);border:none;padding:10px 12px;font-size:13px;font-weight:650}.role-menu-item:hover{background:var(--sb-hover)}.role-menu-item:active{transform:scale(.99)}.role-sidebar.collapsed .role-menu{opacity:0;pointer-events:none;transition:opacity .2s var(--sb-ease),transform .2s var(--sb-ease);transform:translate(-6px)}.role-list{flex-direction:column;flex:1;gap:6px;padding:6px;display:flex;overflow:auto}.role-list::-webkit-scrollbar{width:10px}.role-list::-webkit-scrollbar-thumb{background:#0f172a24 padding-box content-box;border:3px solid #0000;border-radius:999px}.dark .role-list::-webkit-scrollbar-thumb{background:#fff3 padding-box content-box;border:3px solid #0000}body.dark .role-list::-webkit-scrollbar-thumb{background:#fff3 padding-box content-box;border:3px solid #0000}.role-list-item{border-radius:var(--sb-radius-sm);cursor:pointer;text-align:left;color:var(--sb-text);transition:background .16s var(--sb-ease),transform .16s var(--sb-ease);background:0 0;border:none;align-items:center;padding:11px 12px;display:flex}.role-list-item:hover{background:var(--sb-hover)}.role-list-item.active{background:var(--sb-active)}.role-list-item span{letter-spacing:-.1px;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:750;overflow:hidden}.role-sidebar.collapsed .role-list-item span{opacity:0;transition:opacity .18s var(--sb-ease),transform .18s var(--sb-ease);transform:translate(-4px)}.role-sidebar.collapsed .role-list-item{justify-content:center;padding:12px 8px}.role-empty{color:var(--sb-muted);padding:14px 10px;font-size:13px}.role-sidebar.collapsed .role-empty{opacity:0;pointer-events:none;height:0;transition:opacity .18s var(--sb-ease);overflow:hidden}.role-footer{flex-direction:column;gap:12px;padding:12px 6px 6px;display:flex}.role-footer:before{content:"";background:var(--sb-divider);border-radius:999px;width:100%;height:1px}.agent-toggle-wrapper{border-radius:var(--sb-radius-sm);transition:background .16s var(--sb-ease);background:0 0;justify-content:space-between;align-items:center;gap:10px;padding:10px 8px;display:flex}.agent-toggle-wrapper:hover{background:var(--sb-hover)}.agent-toggle-label{color:var(--sb-text);font-size:13px;font-weight:800}.role-sidebar.collapsed .agent-toggle-label{opacity:0;transition:opacity .18s var(--sb-ease),transform .18s var(--sb-ease);transform:translate(-4px)}.switch{flex:none;width:46px;height:26px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;transition:.2s var(--sb-ease);background:#0f172a2e;border-radius:999px;position:absolute;inset:0}.dark .slider,body.dark .slider{background:#fff3}.slider:before{content:"";width:20px;height:20px;transition:.2s var(--sb-ease);background:#fff;border-radius:999px;position:absolute;top:50%;left:3px;transform:translateY(-50%);box-shadow:0 6px 14px #0000001f}.switch input:checked+.slider:before{transform:translate(20px,-50%)}.role-user{border-radius:var(--sb-radius);transition:background .16s var(--sb-ease);background:0 0;align-items:center;gap:12px;padding:10px 8px;display:flex}.role-user:hover{background:var(--sb-hover)}.role-avatar{width:36px;height:36px;color:var(--sb-text);background:#0f172a14;border-radius:12px;place-items:center;font-size:14px;font-weight:900;display:grid}.dark .role-avatar,body.dark .role-avatar{background:#ffffff1f}.role-user-meta{flex-direction:column;min-width:0;display:flex}.role-user-name{font-size:13px;font-weight:850;line-height:1.15}.role-user-email{color:var(--sb-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.role-sidebar.collapsed .role-user-meta{opacity:0;pointer-events:none;transition:opacity .18s var(--sb-ease),transform .18s var(--sb-ease);transform:translate(-6px)}.role-sidebar.collapsed .role-user{justify-content:center}.role-profile-dropdown{border-radius:var(--sb-radius);background:var(--sb-bg);box-shadow:var(--sb-shadow);margin-top:4px;overflow:hidden}.role-dropdown-item{text-align:left;cursor:pointer;width:100%;color:var(--sb-text);transition:background .16s var(--sb-ease);background:0 0;border:none;padding:12px;font-size:13px;font-weight:750}.role-dropdown-item:hover{background:var(--sb-hover)}.role-dropdown-divider{background:var(--sb-divider);height:1px}.role-theme-row{color:var(--sb-muted);justify-content:space-between;align-items:center;padding:10px 12px 12px;font-size:13px;display:flex}.role-theme-btn{cursor:pointer;width:38px;height:32px;transition:background .16s var(--sb-ease);color:var(--sb-text);background:0 0;border:none;border-radius:12px;place-items:center;display:grid}.role-theme-btn:hover{background:var(--sb-hover)}.role-sidebar.collapsed .role-profile-dropdown{opacity:0;pointer-events:none;transition:opacity .18s var(--sb-ease),transform .18s var(--sb-ease);transform:translateY(-4px)}.role-menu-item:focus-visible,.role-list-item:focus-visible,.role-burger:focus-visible,.role-dropdown-item:focus-visible,.role-theme-btn:focus-visible{outline-offset:2px;border-radius:12px;outline:2px solid #3b82f6a6}@media (prefers-reduced-motion:reduce){.role-sidebar,.role-sidebar *{transition:none!important}}.role-sidebar.collapsed .role-footer{align-items:center;gap:10px}.role-sidebar.collapsed .agent-toggle-wrapper{justify-content:center;width:52px;padding:8px 0}.role-sidebar.collapsed .agent-toggle-label{display:none!important}.role-sidebar.collapsed .switch{width:40px;height:22px}.role-sidebar.collapsed .slider:before{width:16px;height:16px;left:3px}.role-sidebar.collapsed .switch input:checked+.slider:before{transform:translate(18px,-50%)}.role-sidebar.collapsed .role-user{justify-content:center;width:52px;padding:8px 0}.role-sidebar.collapsed .role-avatar{border-radius:12px;width:34px;height:34px}.switch input:checked+.slider{background:#22c55ed9!important}.dark .switch input:checked+.slider,body.dark .switch input:checked+.slider{background:#22c55ebf!important}.role-theme-icon{background:#0f172a0f;border:1px solid #0f172a1a;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;transition:transform .16s,background .16s;display:flex}.role-theme-icon{background:#0f172a0d;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,transform .2s;display:flex}.role-theme-item{justify-content:space-between;align-items:center;display:flex}.role-theme-icon{background:#0f172a0d;border:1px solid #0f172a1a;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,transform .2s;display:flex}.role-theme-icon svg{width:18px;height:18px}.role-theme-item:hover .role-theme-icon{background:#0f172a14;transform:translateY(-1px)}.role-empty-subtext{color:#64748b;margin-top:4px;font-size:12px}.role-list-item.supplier-task-highlight{background:0 0;font-weight:800;position:relative;overflow:visible}.role-list-item.supplier-task-highlight:before{content:"";z-index:0;pointer-events:none;background:#ffe650cc;border-radius:6px;height:16px;position:absolute;top:50%;left:8px;right:8px;transform:translateY(-35%)rotate(-1deg)}.role-list-item.supplier-task-highlight span{z-index:1;color:#111827;position:relative}.role-list-item.supplier-task-highlight.active{background:#e5e7eb}.role-list-item.supplier-task-highlight.active:before{display:none}.role-list-item.supplier-task-highlighter{isolation:isolate;font-weight:900;position:relative;overflow:visible;background:0 0!important}.role-list-item.supplier-task-highlighter:before{content:"";z-index:-1;pointer-events:none;background:#ffe858e6;border-radius:6px;height:18px;position:absolute;top:50%;left:10px;right:10px;transform:translateY(-42%)rotate(-1deg);box-shadow:0 2px #ffd21e59}.role-list-item.supplier-task-highlighter span{z-index:1;color:#0f172a;position:relative}.role-list-item.supplier-task-highlighter.active{box-shadow:none;background:#e5e7eb!important}.role-list-item.supplier-task-highlighter.active:before{display:none}.chat-layout{background:var(--chat-bg);width:100%;height:100vh;display:flex;overflow:hidden}.sidebar{z-index:3}.chat-main{flex-direction:column;flex:1;display:flex}.idle-warning-banner{color:#856404;text-align:center;background:#fff3cd;border-bottom:1px solid #ffeeba;padding:10px 16px;font-size:14px}.chatLayout{background:#f7f7f8;height:100vh;display:flex}.roleSidebarShell{will-change:width,opacity;background:#fff;border-right:1px solid #0f172a14;flex:none;height:100vh;transition:width .22s,opacity .18s;overflow:hidden}.roleSidebarShell.open{opacity:1;width:280px}.roleSidebarShell.closed{opacity:0;pointer-events:none;border-right:none;width:0}.chatMain{background:#fff;flex:1;min-width:0;height:100vh;display:flex}.floatingSidebarToggle{z-index:50;cursor:pointer;background:#fff;border:1px solid #0f172a1f;border-radius:12px;place-items:center;width:44px;height:40px;transition:transform .16s,box-shadow .16s,opacity .16s;display:grid;position:fixed;top:12px;left:12px;box-shadow:0 8px 24px #0f172a1a}.floatingSidebarToggle:hover{transform:translateY(-1px);box-shadow:0 10px 28px #0f172a24}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}button{font-family:inherit}:root{--bg:#f5f6f7;--card:#fff;--muted:#6b6b6b;--text:#222;--accent:#333;--sidebar:#fff;--chat-bg:#f7f7f8;--sidebar-bg:#f7f7f8;--sidebar-text:#000;--chat-header-bg:#fff;--chat-header-border:#e5e5e7;--bubble-user-bg:#343541;--bubble-user-text:#fff;--bubble-bot-bg:#f2f2f2;--bubble-bot-text:#000;--input-bg:#f7f7f8;--input-border:#d9d9e3;--send-btn-bg:#343541}body.dark{--bg:#0b0c0d;--card:#0f1113;--muted:#9a9da3;--text:#e6e6e6;--accent:#e6e6e6;--sidebar:#0b0c0d;--chat-bg:#050505;--sidebar-bg:#202123;--sidebar-text:#fff;--chat-header-bg:#202123;--chat-header-border:#4b4b4c;--bubble-user-bg:#10a37f;--bubble-user-text:#fff;--bubble-bot-bg:#444654;--bubble-bot-text:#fff;--input-bg:#40414f;--input-border:#565869;--send-btn-bg:#10a37f;background:var(--bg);color:var(--text)}.markdown-body table{border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;margin-top:14px;margin-bottom:14px;font-size:14px;overflow:hidden}.markdown-body thead th{color:#1e293b;text-align:left;background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:14px 16px;font-weight:600}.markdown-body td{color:#334155;border-bottom:1px solid #f1f5f9;padding:14px 16px}.markdown-body tbody tr:hover{background:#f8fafc}.status-pending{color:#92400e;background:#fef3c7;border-radius:8px;padding:4px 10px;font-size:12px;font-weight:500}.status-complete{color:#166534;background:#dcfce7;border-radius:8px;padding:4px 10px;font-size:12px;font-weight:500}.status-reject{color:#991b1b;background:#fee2e2;border-radius:8px;padding:4px 10px;font-size:12px;font-weight:500}.table-scroll-wrap{border-radius:12px;width:100%;max-height:420px;margin-top:12px;margin-bottom:12px;overflow:auto}.markdown-body thead th{z-index:2;background:#f8fafc;position:sticky;top:0}.clickable-status-row.is-clickable:hover{background:#eef6ff!important}.clickable-status-row.is-clickable:focus{outline-offset:-2px;outline:2px solid #3b82f6}.markdown-body{width:100%}.markdown-body td{color:#334155;vertical-align:middle;word-break:break-word;border-bottom:1px solid #eef2f7;padding:18px 20px;line-height:1.35}.clickable-status-row.is-clickable:active td{background:#dbeafe!important}.markdown-body tbody td:first-child{color:#1d4ed8;font-weight:600}.status-pending,.status-complete,.status-reject{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-width:84px;padding:6px 12px;font-size:13px;font-weight:700;line-height:1;display:inline-flex}.msg-row.bot .msg-bubble{background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 18px #0f172a0a}.markdown-body tbody tr:active td:first-child{color:#1e40af}.status-pending,.status-complete,.status-reject{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-width:84px;padding:6px 12px;font-size:13px;font-weight:700;line-height:1;transition:all .18s;display:inline-flex}.msg-row.bot .msg-bubble .markdown-body:has(table):before{content:"📊 Request Monitoring Dashboard";color:#0f172a;border-bottom:1px solid #e5edf5;margin-bottom:14px;padding-bottom:12px;font-size:18px;font-weight:700;display:block}.table-scroll-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;max-height:420px;margin:10px 0 0;overflow:auto;box-shadow:inset 0 1px #fffc}.markdown-body thead th{z-index:2;color:#0f172a;text-align:left;background:linear-gradient(#f8fbff 0%,#f1f5f9 100%);border-bottom:1px solid #dde7f0;padding:18px 20px;font-weight:800;line-height:1.25;position:sticky;top:0}.msg-row.bot .msg-bubble{background:linear-gradient(#fff 0%,#fbfdff 100%);border:1px solid #dbe4ee;border-radius:24px;max-width:980px;padding:26px 28px;box-shadow:0 10px 30px #0f172a0f,0 2px 8px #0f172a0a}.msg-row.bot .msg-bubble .markdown-body:has(table):before{content:"📊 Request Monitoring Dashboard";color:#0f172a;letter-spacing:-.02em;margin-bottom:8px;font-size:22px;font-weight:800;display:block}.msg-row.bot .msg-bubble .markdown-body:has(table):after{content:"Monitor all requests and click any row to open that request chat";color:#64748b;margin-top:14px;font-size:13px;font-weight:500;display:block}.msg-row.bot .msg-bubble .markdown-body{width:100%}.msg-row.bot .msg-bubble .markdown-body:has(table){position:relative}.msg-row.bot .msg-bubble .markdown-body:has(table) table{margin-top:18px}.table-scroll-wrap{background:#fff;border:1px solid #dfe7f1;border-radius:18px;width:100%;max-height:420px;margin-top:18px;overflow:auto;box-shadow:inset 0 1px #fffc,0 6px 18px #0f172a0a}.table-scroll-wrap::-webkit-scrollbar{width:10px;height:10px}.table-scroll-wrap::-webkit-scrollbar-track{background:#f8fafc;border-radius:999px}.table-scroll-wrap::-webkit-scrollbar-thumb{background:#cbd5e1;border:2px solid #f8fafc;border-radius:999px}.table-scroll-wrap::-webkit-scrollbar-thumb:hover{background:#94a3b8}.markdown-body table{border-collapse:separate;border-spacing:0;table-layout:fixed;background:#fff;width:100%;margin:0;font-size:15px}.markdown-body thead th{z-index:2;color:#0f172a;text-align:left;background:linear-gradient(#f8fbff 0%,#f1f5f9 100%);border-bottom:1px solid #dde7f0;padding:20px 26px;font-size:15px;font-weight:800;line-height:1.3;position:sticky;top:0}.markdown-body td{color:#334155;vertical-align:middle;word-break:break-word;background:#fff;border-bottom:1px solid #edf2f7;padding:22px 26px;line-height:1.4}.markdown-body tbody tr:nth-child(2n) td{background:#fcfdff}.markdown-body tbody tr:last-child td{border-bottom:none}.markdown-body thead th:first-child{border-top-left-radius:18px}.markdown-body thead th:last-child{border-top-right-radius:18px}.markdown-body tbody tr:last-child td:first-child{border-bottom-left-radius:18px}.markdown-body tbody tr:last-child td:last-child{border-bottom-right-radius:18px}.clickable-status-row.is-clickable{cursor:pointer;transition:transform .18s,box-shadow .18s}.clickable-status-row.is-clickable:hover td{background:#f5f9ff!important}.clickable-status-row.is-clickable:hover{transform:translateY(-1px)}.markdown-body tbody td:first-child{color:#2563eb;cursor:pointer;font-weight:700;transition:color .15s}.markdown-body tbody tr:hover td:first-child{color:#1d4ed8;text-decoration:underline}.markdown-body tbody td:nth-child(2){color:#0f172a;font-weight:600}.status-pending,.status-complete,.status-reject{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-width:104px;padding:8px 14px;font-size:13px;font-weight:700;line-height:1;transition:all .18s;display:inline-flex}.status-pending:before,.status-complete:before,.status-reject:before{content:"";border-radius:50%;width:8px;height:8px;display:inline-block}.status-pending{color:#b45309;background:linear-gradient(#fff8dc 0%,#fef3c7 100%);border-color:#f5d36b}.status-pending:before{background:#f59e0b;box-shadow:0 0 0 4px #f59e0b24}.status-complete{color:#166534;background:linear-gradient(#ecfdf3 0%,#dcfce7 100%);border-color:#86efac}.status-complete:before{background:#22c55e;box-shadow:0 0 0 4px #22c55e24}.status-reject{color:#b91c1c;background:linear-gradient(#fff1f2 0%,#fee2e2 100%);border-color:#fca5a5}.status-reject:before{background:#ef4444;box-shadow:0 0 0 4px #ef444424}.clickable-status-row:hover .status-pending,.clickable-status-row:hover .status-complete,.clickable-status-row:hover .status-reject{transform:translateY(-1px);box-shadow:0 8px 18px #0f172a14}body.dark .msg-row.bot .msg-bubble,.dark .msg-row.bot .msg-bubble{background:linear-gradient(#0f172a 0%,#111827 100%);border:1px solid #223047;box-shadow:0 10px 30px #00000059,0 2px 8px #0003}body.dark .msg-row.bot .msg-bubble .markdown-body:has(table):before{color:#f8fafc}.dark .msg-row.bot .msg-bubble .markdown-body:has(table):before{color:#f8fafc}body.dark .msg-row.bot .msg-bubble .markdown-body:has(table):after{color:#94a3b8}.dark .msg-row.bot .msg-bubble .markdown-body:has(table):after{color:#94a3b8}body.dark .table-scroll-wrap,.dark .table-scroll-wrap{background:#111827;border:1px solid #243244;box-shadow:inset 0 1px #ffffff05}body.dark .markdown-body table,.dark .markdown-body table{color:#e5e7eb;background:#111827}body.dark .markdown-body thead th,.dark .markdown-body thead th{color:#f8fafc;background:linear-gradient(#172033 0%,#111827 100%);border-bottom:1px solid #2a3a4f}body.dark .markdown-body td,.dark .markdown-body td{color:#e5e7eb;background:#111827;border-bottom:1px solid #1f2a3a}body.dark .markdown-body tbody tr:nth-child(2n) td,.dark .markdown-body tbody tr:nth-child(2n) td{background:#0f1a2b}body.dark .clickable-status-row.is-clickable:hover td,.dark .clickable-status-row.is-clickable:hover td{background:#162338!important}body.dark .markdown-body tbody td:first-child,.dark .markdown-body tbody td:first-child{color:#60a5fa}body.dark .markdown-body tbody tr:hover td:first-child,.dark .markdown-body tbody tr:hover td:first-child{color:#93c5fd}body.dark .markdown-body tbody td:nth-child(2),.dark .markdown-body tbody td:nth-child(2){color:#f8fafc}body.dark .table-scroll-wrap::-webkit-scrollbar-track{background:#0f172a}.dark .table-scroll-wrap::-webkit-scrollbar-track{background:#0f172a}body.dark .table-scroll-wrap::-webkit-scrollbar-thumb{background:#334155;border:2px solid #0f172a}.dark .table-scroll-wrap::-webkit-scrollbar-thumb{background:#334155;border:2px solid #0f172a}body.dark .table-scroll-wrap::-webkit-scrollbar-thumb:hover{background:#475569}.dark .table-scroll-wrap::-webkit-scrollbar-thumb:hover{background:#475569}body.dark .status-pending,.dark .status-pending{color:#fbbf24;background:#f59e0b1f;border-color:#f59e0b59}body.dark .status-pending:before,.dark .status-pending:before{background:#f59e0b;box-shadow:0 0 0 4px #f59e0b29}body.dark .status-complete,.dark .status-complete{color:#4ade80;background:#22c55e1f;border-color:#22c55e59}body.dark .status-complete:before,.dark .status-complete:before{background:#22c55e;box-shadow:0 0 0 4px #22c55e29}body.dark .status-reject,.dark .status-reject{color:#f87171;background:#ef44441f;border-color:#ef444459}body.dark .status-reject:before,.dark .status-reject:before{background:#ef4444;box-shadow:0 0 0 4px #ef444429}
