:root{--color-primary: #646cff;--color-primary-hover: #535bf2;--color-secondary: #747bff;--color-text: #637482;--color-text-dark: #637482;--color-bg: #242424;--color-bg-light: #ffffff;--color-border: transparent;--color-border-hover: #646cff;--font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;--font-size-base: 1em;--font-weight-normal: 400;--font-weight-medium: 500;--line-height: 1.5;--line-height-heading: 1.1;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--border-radius: 8px;--border-width: 1px;--transition-speed: .25s;--min-width: 320px;--min-height: 100vh}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-family);line-height:var(--line-height);font-weight:var(--font-weight-normal);color-scheme:light dark;color:var(--color-text);background-color:var(--color-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:var(--min-width);min-height:var(--min-height);margin:0;padding:0}h1,h2,h3,h4,h5,h6{line-height:var(--line-height-heading);margin:0}h1{font-size:3.2em}a{font-weight:var(--font-weight-medium);color:var(--color-primary);text-decoration:inherit;transition:color var(--transition-speed)}a:hover{color:var(--color-primary-hover)}button{border-radius:var(--border-radius);border:var(--border-width) solid var(--color-border);padding:.6em 1.2em;font-size:var(--font-size-base);font-weight:var(--font-weight-medium);font-family:inherit;background-color:#637482;cursor:pointer;transition:border-color var(--transition-speed)}button:hover{border-color:var(--color-border-hover)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:var(--color-text-dark);background-color:var(--color-bg-light)}body{color:var(--color-text-dark);background-color:var(--color-bg-light)}a:hover{color:var(--color-secondary)}button{background-color:#f9f9f9}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}.text-center{text-align:center}.mt-1{margin-top:var(--spacing-sm)}.mt-2{margin-top:var(--spacing-md)}.mt-3{margin-top:var(--spacing-lg)}.mt-4{margin-top:var(--spacing-xl)}.mb-1{margin-bottom:var(--spacing-sm)}.mb-2{margin-bottom:var(--spacing-md)}.mb-3{margin-bottom:var(--spacing-lg)}.mb-4{margin-bottom:var(--spacing-xl)}.p-1{padding:var(--spacing-sm)}.p-2{padding:var(--spacing-md)}.p-3{padding:var(--spacing-lg)}.p-4{padding:var(--spacing-xl)}.ant-layout{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-size:1em;margin:0;color:#637482;background:linear-gradient(45deg,#f2f3f6 1%,#dedede);transition:all .3s ease}body{transition:all .3s ease}h1,h2,h3,h4,h5,h6{font-weight:600}.ant-card{background:#fffc}.ant-card .ant-card-head{min-height:48px;font-weight:400;font-size:14px;transition:all .3s ease}.ant-card .ant-card-body{padding-top:5px;padding-bottom:20px}.ant-card.noborderHeader .ant-card-head{border-color:transparent}.smallCard{min-height:180px}.smallCard .boxInfo h3{font-size:25px;margin:5px 0 -5px}.smallCard .boxInfo small{color:#b0b0b0}.bgDialCall{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100vh;z-index:999}.bgDialCall .CallBox{background:#fffffff1;border:1px solid white;width:300px;height:300px;border-radius:15px;padding:20px;box-shadow:1px 5px 36px #0000000d;-webkit-box-shadow:1px 5px 36px 0px rgba(0,0,0,.05);-moz-box-shadow:1px 5px 36px 0px rgba(0,0,0,.05)}.allMyCase{min-height:50vh;height:56vh;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.allMyCase ::-webkit-scrollbar{display:none}.listCostume .aiSuggestItem{padding:15px}.listCostume .aiSuggestItem .ant-list-item-action{display:flex;gap:8px;width:100%}.listCostume .aiSuggestItem .ant-list-item-action>li:first-child{flex:1;display:flex}.listCostume .aiSuggestItem .triageAction{width:100%;border-radius:999px}.listCostume .ant-list-items .ant-list-item{margin-bottom:8px;border-radius:10px;border:1px solid rgba(221,228,234,.1921568627);transition:all .3s ease;background:#fff}.listCostume .ant-list-items .ant-list-item .time{text-align:left;margin:15px 10px}.listCostume .ant-list-items .ant-list-item .time small{display:block;opacity:50%}.listCostume .ant-list-items .ant-list-item:hover{box-shadow:1px 5px 36px #0000000d;-webkit-box-shadow:1px 5px 36px 0px rgba(0,0,0,.05);-moz-box-shadow:1px 5px 36px 0px rgba(0,0,0,.05);cursor:pointer}.ant-btn-color-primary{background:#646cff}.login-page{min-height:100vh;display:flex;align-items:center;background:#f5f5f5}.login-row{flex:1;width:100%;padding:24px}.login-hero{height:100%;min-height:400px;border-radius:16px;background-image:url(/src/assets/img/login-hero.jpg);background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:24px;color:#fff}.login-hero__text h2{color:#fff;margin-bottom:8px}.login-formCard{border-radius:16px;box-shadow:0 4px 12px #00000014;padding:24px}.login-header{text-align:center;margin-bottom:24px}.login-header .login-logo{height:48px;margin-bottom:12px}.login-metaRow{margin-bottom:16px}.login-forgot{color:#999}.login-forgot:hover{color:#555}.ant-layout-content{margin:80px 16px 24px}.bg-primary{background:#646cff}.bg-secondary{background:#747bff}.smallTitlePage{display:flex;align-items:center;gap:8px;color:#90919a;font-size:14px}.smallTitlePage span{font-weight:500}.topSider{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0}.topSider h6{color:#90919a;margin-left:15px;font-size:12px;font-weight:400}.topSider--collapsed{flex-direction:column-reverse;padding:10px 0 0}.topSider--collapsed h6{display:none}.headerGlobal{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:space-between;align-items:center;margin-left:15px;margin-right:15px;margin-top:15px;border-radius:15px;box-shadow:1px 5px 36px #0000000d;-webkit-box-shadow:1px 5px 36px 0px rgba(0,0,0,.05);-moz-box-shadow:1px 5px 36px 0px rgba(0,0,0,.05)}.headerGlobal .headerLeft{margin-left:20px;display:flex;align-items:center}.headerRight{display:flex;margin:0 10px}.headerRight div{margin:0 5px}.subHeader{background:#ffffff63;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-top:65px;margin-left:25px;margin-right:15px;padding:40px 20px 10px;display:flex;justify-content:space-between;align-items:center;border-bottom-left-radius:15px;border-bottom-right-radius:15px}.siderGlobal{border-radius:10px;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:97vh}.loginWrapper{background:transparent;border-color:transparent;display:flex;justify-content:center;align-items:center}.full-height-row{min-height:100vh;height:auto;padding:10px;background:linear-gradient(45deg,#f2f3f6 1%,#dedede)}.pane{display:flex;align-items:center;justify-content:center;padding:10px}.pane .ant-card{width:100%;height:100%}.pane-card{flex:1;display:flex;align-items:center;justify-content:center;border-radius:0}.login-hero{height:100%;min-height:400px;border-radius:16px;background-image:url(/src/assets/img/login-hero.png);background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:24px;color:#fff}.login-hero__text{max-width:400px}.login-hero__text h1{color:#fff;margin-bottom:8px}.login-hero__text span{color:#fff}@media(max-width:767.98px){.pane,.login-hero{min-height:auto}}.cardAgentProfile{min-height:84vh}.cardAgentProfile .profileWrapper{background:linear-gradient(45deg,#40ace200 0% 1%,#40ace226);border-radius:15px;padding:40px 20px 20px}.cardAgentProfile .profileWrapper img{width:100px;height:100px;object-fit:cover;border-radius:50%;margin:0 auto;display:table}.cardAgentProfile .profileWrapper h3{margin-top:15px;text-align:center;font-size:25px}.cardAgentProfile .profileWrapper span{text-align:center;display:table;margin:auto}.cardAgentProfile .profileWrapper .time{text-align:center;margin:15px 10px}.cardAgentProfile .profileWrapper .time small{display:block;opacity:50%}.badge{padding:2px 10px;border-radius:20px;font-size:12px}.badge.success{background:#5cdb1330}.badge.approved{background:#5cdb1330;position:relative;padding-left:18px}.badge.approved:before{position:absolute;top:2px;left:3px;content:"";width:15px;height:15px;background:url(/src/assets/img/approved.png)}.badge.pending{background:#f7fc9922;position:relative;padding-left:18px}.badge.pending:before{position:absolute;top:2px;left:3px;content:"";width:15px;height:15px;background:url(/src/assets/img/pending.png)}.badge.closed{background:#81fbd1;position:relative;padding-left:18px}.badge.closed:before{position:absolute;top:2px;left:3px;content:"";width:15px;height:15px;background:url(/src/assets/img/pending.png)}.badge.resolved{background:#ededff;position:relative;padding-left:18px}.badge.resolved:before{position:absolute;top:2px;left:3px;content:"";width:15px;height:15px;background:url(/src/assets/img/pending.png)}.badge.escalated{background:#e4feb8;position:relative;padding-left:18px}.badge.escalated:before{position:absolute;top:2px;left:3px;content:"";width:15px;height:15px;background:url(/src/assets/img/pending.png)}.btnLight{background:#fff;border-radius:5px;border-color:#fff;box-shadow:1px 5px 36px #0000000d;-webkit-box-shadow:1px 5px 36px 0px rgba(0,0,0,.05);-moz-box-shadow:1px 5px 36px 0px rgba(0,0,0,.05)}.secondaryTitleCard{display:flex;justify-content:space-between;align-items:center;margin:15px 0}.secondaryTitleCard h4{font-size:18px;font-weight:500;line-height:0}.btnTab.active{background:#e6f4ff4b;color:#1677ff;border-bottom:4px solid #646cff}.cardNotAvailable{margin-top:10px;display:flex;justify-content:center;align-items:center;height:84vh;text-align:center;background:#ffffffc6}.cardWithFooter{position:relative}.cardWithFooter .cardContent{padding-bottom:60px}.cardWithFooter .ant-table-body{scrollbar-width:none;-ms-overflow-style:none}.cardWithFooter .ant-table-body ::-webkit-scrollbar{display:none}.cardWithFooter .cardFooter{position:absolute;bottom:0;left:0;right:0;padding:12px 24px;border-top:1px solid #f0f0f0;background:#fff;display:flex;justify-content:space-between;align-items:center;border-bottom-left-radius:15px;border-bottom-right-radius:15px}.listItems .item{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px;border-bottom:1px solid rgba(238,238,238,.231372549);transition:all .3s ease;background:#fff;padding:5px 10px;border-radius:10px}.listItems .item:hover{box-shadow:1px 5px 36px #0000000d;-webkit-box-shadow:1px 5px 36px 0px rgba(0,0,0,.05);-moz-box-shadow:1px 5px 36px 0px rgba(0,0,0,.05);cursor:pointer}.listItems .item .left{display:flex;align-items:center}.listItems .item .left .time{text-align:start;margin:8px 10px;font-size:14px}.listItems .item .left .time small{margin-bottom:-2px;display:block;opacity:50%}.listItems .item .right{display:flex;align-items:center;gap:8px}.cardFooter{z-index:888!important}.CardInCall{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.CardInCall .imageProfileInCall{position:relative;border-radius:12px;overflow:hidden;background:#f5f7fa;min-height:300px}.CardInCall .imageProfileInCall .imgProfile{width:100%;height:350px;object-fit:cover}.CardInCall .imageProfileInCall .livekitCallContainer,.CardInCall .imageProfileInCall .livekitCallContainer>.lk-room{position:absolute;inset:0;display:flex;flex-direction:column}.CardInCall .imageProfileInCall .livekitCallContainer .lk-grid-layout{flex:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172ad9,#1e40afa6);padding:12px}.CardInCall .imageProfileInCall .livekitCallContainer .lk-participant-tile{border-radius:12px;overflow:hidden;box-shadow:0 12px 24px -18px #0f172a73}.CardInCall .inCallInfo .btnQuickAction{display:flex;align-items:center;gap:12;border:1px solid #eef0f3;transition:all .3s ease;border-radius:12px;padding:12px 14px}.CardInCall .inCallInfo .btnQuickAction:hover{box-shadow:1px 5px 36px #00000014;-webkit-box-shadow:1px 5px 36px 0px rgba(0,0,0,.08);-moz-box-shadow:1px 5px 36px 0px rgba(0,0,0,.08);cursor:pointer}.listSmallCard{height:450px;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.listSmallCard ::-webkit-scrollbar{display:none}.listMediumCard{height:630px;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.listMediumCard ::-webkit-scrollbar{display:none}.potentialProblems{height:720px;margin-top:15px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.potentialProblems ::-webkit-scrollbar{display:none}.btnIconWidget{background:#00f!important}.btnGlass{background:#ffffff4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-color:#ffffff2d;border-radius:16px}.btnGlass .ant-btn-icon{color:#fff}.btnGlass:hover{background:#ffffff69!important;border-color:#ffffff2d!important}.transcriptItem{background:#f3f3f6e0;border:1px solid #ffffff;padding:15px;border-radius:10px;color:inherit}.transcriptItem.agent{background:#2563eb2e}.transcriptItem.customer{background:#3b82f624}.analysisCard .analysisItem{background:#ffffffe0;border:1px solid #ffffff;padding:15px;border-radius:10px;transition:all .3s ease}.analysisCard .analysisItem:hover{box-shadow:0 10px 30px #0206170d;cursor:pointer}.intentListItem{background:#ffffffe0;border:1px solid #ffffff;padding:15px;border-radius:10px;transition:all .3s ease}.intentListItem:hover{box-shadow:0 10px 30px #0206170d;cursor:pointer}.intentSeverity{font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px;background:#0f172a14;color:#1f2937;text-transform:capitalize}.intentSeverity--critical{background:#ef444429;color:#b91c1c}.intentSeverity--high{background:#ea580c29;color:#c2410c}.intentSeverity--medium{background:#facc152e;color:#b45309}.intentSeverity--low{background:#3b82f629;color:#1d4ed8}.incoming-call-widget{position:fixed;top:24px;right:24px;z-index:2000;width:min(360px,100% - 32px);display:flex;gap:12px;padding:18px 20px 20px 18px;border-radius:20px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 20px 40px #0f172a1f;color:#0f172a;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;animation:incoming-call-slide-in .35s ease-out}.incoming-call-widget__alert{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#6366f11f;color:#2563eb;font-size:20px}.incoming-call-widget__content{flex:1}.incoming-call-widget__identity{display:flex;gap:12px;align-items:center}.incoming-call-widget__avatar{width:56px;height:56px;border-radius:16px;overflow:hidden;background:linear-gradient(145deg,#e2e8f0,#cbd5f5);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:#111827;text-transform:uppercase}.incoming-call-widget__avatar img{width:100%;height:100%;object-fit:cover}.incoming-call-widget__meta{display:flex;flex-direction:column;gap:2px}.incoming-call-widget__name{margin:0;font-size:17px;font-weight:600;color:inherit}.incoming-call-widget__status{margin:0;font-size:14px;color:#6b7280}.incoming-call-widget__actions{margin-top:16px;display:flex;gap:10px}.incoming-call-widget__button{flex:1;border:none;border-radius:12px;height:44px;font-size:15px;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.incoming-call-widget__button:focus-visible{outline:2px solid rgba(37,99,235,.4);outline-offset:2px}.incoming-call-widget__button--accept{background:linear-gradient(135deg,#34d399,#059669);color:#052e1b;box-shadow:0 10px 18px #05966940}.incoming-call-widget__button--reject{background:linear-gradient(135deg,#f87171,#dc2626);color:#5f0a07;box-shadow:0 10px 18px #dc262626}.incoming-call-widget__button:hover{transform:translateY(-1px)}.incoming-call-widget__button:active{transform:translateY(1px)}@keyframes incoming-call-slide-in{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:576px){.incoming-call-widget{top:16px;right:16px;left:16px;width:auto}.incoming-call-widget__identity{flex-direction:column;align-items:flex-start}.incoming-call-widget__avatar{border-radius:999px}.incoming-call-widget__actions{flex-direction:column}}[data-theme=dark]{color-scheme:dark}[data-theme=dark] body{background:#0f172a;color:#e2e8f0}[data-theme=dark] .ant-layout{color:#e2e8f0;background:linear-gradient(135deg,#0b1120,#1f2937)}[data-theme=dark] .ant-card{background:#111928e6;color:#e2e8f0;border:1px solid rgba(148,163,184,.18)}[data-theme=dark] .ant-card .ant-card-head{color:#f8fafc;border-bottom-color:#94a3b82e}[data-theme=dark] .ant-card .ant-card-body{color:inherit}[data-theme=dark] .smallCard .boxInfo small{color:#e2e8f0a6}[data-theme=dark] .headerGlobal{background:#0f172ad9;box-shadow:0 10px 30px #02061766}[data-theme=dark] .subHeader{background:#0f172ab3;border-bottom:1px solid rgba(148,163,184,.18)}[data-theme=dark] .siderGlobal{background:linear-gradient(180deg,#0d172aeb,#080b13f5);color:#e2e8f0;box-shadow:0 18px 50px #0206178c;border:1px solid rgba(30,41,59,.65)}[data-theme=dark] .siderGlobal .ant-layout-sider-children{background:transparent}[data-theme=dark] .siderGlobal .ant-menu{background:transparent;color:#cbd5f5;padding-inline:12px!important}[data-theme=dark] .siderGlobal .ant-menu-item{margin-inline:4px;border-radius:12px;color:inherit;transition:all .2s ease}[data-theme=dark] .siderGlobal .ant-menu-item .ant-menu-item-icon{color:inherit}[data-theme=dark] .siderGlobal .ant-menu-item:hover{background:#3b82f61f;color:#60a5fa}[data-theme=dark] .siderGlobal .ant-menu-item:after{border:none}[data-theme=dark] .siderGlobal .ant-btn.ant-btn-text{color:#cbd5f5}[data-theme=dark] .siderGlobal .ant-btn.ant-btn-text:hover{color:#e0f2fe;background:#3b82f61f}[data-theme=dark] .siderGlobal .ant-menu-item-selected{background:linear-gradient(135deg,#3b82f647,#1e40af59);color:#e0f2fe}[data-theme=dark] .siderGlobal .ant-menu-item-selected .ant-menu-item-icon{color:#e0f2fe}[data-theme=dark] .cardAgentProfile .profileWrapper{background:linear-gradient(160deg,#3b82f62e,#0f172ab3)}[data-theme=dark] .listCostume .ant-list-item,[data-theme=dark] .listItems .item{background:#111928e6;border-color:#94a3b81f}[data-theme=dark] .listCostume .ant-list-item:hover,[data-theme=dark] .listItems .item:hover{box-shadow:0 18px 42px #02061773}[data-theme=dark] .btnLight{background:#1e293be6;border-color:#94a3b833;color:#e2e8f0;box-shadow:0 12px 32px #02061780}[data-theme=dark] .btnLight:hover{background:#3b82f640;border-color:#3b82f673}[data-theme=dark] .cardNotAvailable{background:#111928e0;color:#e2e8f0}[data-theme=dark] .cardWithFooter .cardFooter{background:#0f172ad9;border-top-color:#94a3b82e}[data-theme=dark] .CardInCall{background:#111928eb}[data-theme=dark] .CardInCall .imageProfileInCall{background:#1e293ba6}[data-theme=dark] .CardInCall .inCallInfo .btnQuickAction{border-color:#94a3b82e;background:#1e293bd9}[data-theme=dark] .CardInCall .inCallInfo .btnQuickAction:hover{box-shadow:0 18px 42px #02061773}[data-theme=dark] .CardInCall .btnQuickAction .anticon{color:#bae6fd}[data-theme=dark] .full-height-row{background:linear-gradient(135deg,#0b1120,#1f2937)}[data-theme=dark] .btnGlass{background:#0f172aa6;border-color:#47556966}[data-theme=dark] .btnGlass .ant-btn-icon{color:#cbd5f5}[data-theme=dark] .btnGlass:hover{background:#3b82f640!important;border-color:#3b82f673!important}[data-theme=dark] .potentialProblems,[data-theme=dark] .listSmallCard,[data-theme=dark] .listMediumCard,[data-theme=dark] .allMyCase{scrollbar-color:rgba(148,163,184,.5) transparent}[data-theme=dark] .realtimeTranscript,[data-theme=dark] .sentimentCard,[data-theme=dark] .aiIntentBox{background:#0f172aeb;border:1px solid rgba(100,116,139,.25);color:#e2e8f0}[data-theme=dark] .realtimeTranscript .ant-card-head-title,[data-theme=dark] .realtimeTranscript .ant-card-extra,[data-theme=dark] .sentimentCard .ant-card-head-title,[data-theme=dark] .sentimentCard .ant-card-extra,[data-theme=dark] .aiIntentBox .ant-card-head-title,[data-theme=dark] .aiIntentBox .ant-card-extra{color:#cbd5f5}[data-theme=dark] .realtimeTranscript .transcriptItem,[data-theme=dark] .sentimentCard .transcriptItem,[data-theme=dark] .aiIntentBox .transcriptItem{background:#1e293be0;border:1px solid #2e2a3a;padding:15px;border-radius:10px;color:inherit}[data-theme=dark] .realtimeTranscript .transcriptItem.agent,[data-theme=dark] .sentimentCard .transcriptItem.agent,[data-theme=dark] .aiIntentBox .transcriptItem.agent{background:#2563eb2e}[data-theme=dark] .realtimeTranscript .transcriptItem.customer,[data-theme=dark] .sentimentCard .transcriptItem.customer,[data-theme=dark] .aiIntentBox .transcriptItem.customer{background:#3b82f624}[data-theme=dark] .analysisCard{background:#0f172aeb;border:1px solid rgba(100,116,139,.25)}[data-theme=dark] .analysisCard .analysisItem{background:#1e293be0;border:1px solid #2e2a3a;padding:15px;border-radius:10px;color:#e2e8f0;transition:all .3s ease}[data-theme=dark] .analysisCard .analysisItem:hover{background:#3b82f62e;cursor:pointer}[data-theme=dark] .intentListItem{background:#1e293be0;border:1px solid #2e2a3a;padding:15px;border-radius:10px;color:#e2e8f0;transition:all .3s ease}[data-theme=dark] .intentListItem:hover{background:#3b82f62e;cursor:pointer}[data-theme=dark] .intentSeverity{background:#94a3b826;color:#e2e8f0}[data-theme=dark] .intentSeverity--critical{background:#ef444438;color:#fecaca}[data-theme=dark] .intentSeverity--high{background:#f9731638;color:#fed7aa}[data-theme=dark] .intentSeverity--medium{background:#eab30838;color:#fde68a}[data-theme=dark] .intentSeverity--low{background:#3b82f63d;color:#bfdbfe}[data-theme=dark] .badge.success,[data-theme=dark] .badge.approved{background:#22c55e38;color:#bbf7d0}[data-theme=dark] .badge.pending{background:#facc152e;color:#fef08a}[data-theme=dark] .btnTab{color:#94a3b8}[data-theme=dark] .btnTab:hover,[data-theme=dark] .btnTab.active{color:#38bdf8;background:#3b82f62e;border-bottom-color:#38bdf8}[data-theme=dark] .realtimeTable{background:transparent;color:#e2e8f0}[data-theme=dark] .realtimeTable .ant-table{background:transparent;color:inherit}[data-theme=dark] .realtimeTable .ant-table-thead>tr>th{background:#0f172ad9;color:#cbd5f5;border-bottom:1px solid rgba(148,163,184,.2)}[data-theme=dark] .realtimeTable .ant-table-tbody>tr>td{background:#111827d9;border-bottom:1px solid rgba(148,163,184,.14);color:inherit}[data-theme=dark] .realtimeTable .ant-table-tbody>tr.row-flagged>td{background:#f871711f}[data-theme=dark] .realtimeTable .ant-table-placeholder{background:#111827b3;color:#cbd5f5}[data-theme=dark] .ant-input-affix-wrapper,[data-theme=dark] .ant-input{background:#0f172ad9;border-color:#94a3b840;color:#e2e8f0}[data-theme=dark] .ant-input-affix-wrapper::placeholder,[data-theme=dark] .ant-input::placeholder{color:#94a3b899}[data-theme=dark] .ant-input-affix-wrapper:hover,[data-theme=dark] .ant-input:hover,[data-theme=dark] .ant-input-affix-wrapper:focus,[data-theme=dark] .ant-input:focus{border-color:#3b82f68c;box-shadow:0 0 0 3px #3b82f626}[data-theme=dark] .ant-btn-default{background:#0f172acc;color:#e2e8f0;border-color:#94a3b840}[data-theme=dark] .ant-btn-default:hover{color:#38bdf8;border-color:#3b82f673}.widgetAnomaly{position:fixed;z-index:2147483646}.widgetAnomaly .widgetPanel{width:400px;max-width:90vw;background:#fff;border-radius:16px;box-shadow:0 10px 40px -10px #0003;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.widgetAnomaly .widgetHeader{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:linear-gradient(135deg,#4a7dff,#2255d4);color:#fff}.widgetAnomaly .widgetHeader .iconWrap{width:28px;height:28px;border-radius:8px;background:#fff3;display:grid;place-items:center}.widgetAnomaly .widgetHeader .meta{font-size:11px;opacity:.8}.widgetAnomaly .widgetHeader .closeButton{width:28px;height:28px;border-radius:8px;border:0;background:#fff3;color:#fff;cursor:pointer;transition:background .2s ease}.widgetAnomaly .widgetHeader .closeButton:hover{background:#ffffff4d}.widgetAnomaly .widgetBody{padding:16px;color:#374151}.widgetAnomaly .placeholder{display:grid;place-items:center;min-height:160px;text-align:center;color:#667085}.widgetAnomaly .placeholder .title{font-weight:700;color:#2b2f33;margin-bottom:6px}.widgetAnomaly .placeholder .subtitle{font-size:13px}.widgetAnomaly .sectionTitle{font-weight:700;color:#2b2f33;margin-bottom:12px}.widgetAnomaly .timestamp{font-size:12px;color:#8c96a3;margin-bottom:12px}.widgetAnomaly .timeline{display:grid;grid-template-columns:20px 1fr;row-gap:12px;margin-bottom:16px}.widgetAnomaly .timeline-line{position:absolute;left:9px;top:12px;bottom:-12px;width:2px;background:#e5eaf2}.widgetAnomaly .timeline-dot{display:inline-block;width:12px;height:12px;border-radius:6px;border:2px solid #dfe8ff}.widgetAnomaly .timeline-time{font-size:12px;color:#8c96a3}.widgetAnomaly .timeline-desc{color:#2b2f33}.widgetAnomaly .divider{height:1px;background:#eef2f7;margin:4px 0 14px}.widgetAnomaly .customerInfo{display:grid;grid-template-columns:1fr 1fr;row-gap:2px;column-gap:16px;margin-bottom:18px}.widgetAnomaly .customerInfo .label{font-size:12px;color:#9aa7b2}.widgetAnomaly .customerInfo .value{color:#2b2f33}.widgetAnomaly .actionsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px}.widgetAnomaly .actionButton{border:1px solid #dbe3f0;background:#f7faff;color:#2b2f33;padding:8px 10px;border-radius:10px;font-size:12px;text-align:left;cursor:pointer;transition:background .2s ease,transform .2s ease}.widgetAnomaly .actionButton:hover{background:#669fe1;transform:translateY(-1px)}.widgetAnomaly .actionButton--outlined{background:transparent;border-radius:999px;border:1.5px solid rgba(43,47,51,.4);color:#1f3f6f;display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;font-weight:600;text-align:center}.widgetAnomaly .actionButton--outlined:hover{background:#1f3f6f0f;transform:translateY(-1px)}.widgetAnomaly .actionButton--primary{color:#1e55ff;border-color:#1e55ff73}.widgetAnomaly .actionButton--primary:hover{background:#1e55ff14}.widgetAnomaly .fab{width:50px;height:50px;border-radius:25px 0 25px 25px;border:0;cursor:pointer;background:linear-gradient(135deg,#4a7dff,#2255d4);color:#fff;display:grid;place-items:center;margin-left:auto;box-shadow:0 4px 12px #00000026;transition:all .3s cubic-bezier(.4,0,.2,1)}.widgetAnomaly .fab:hover{box-shadow:0 8px 24px #00000040;transform:scale(1.05)}.widgetAnomaly .widgetAnomalyModal{position:fixed;inset:0;display:grid;place-items:center;background:#0f172a73;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:24px;z-index:2147483647;pointer-events:auto}.widgetAnomaly .widgetAnomalyModal--visible{animation:widgetAnomalyModalFadeIn .22s cubic-bezier(.22,1,.36,1) forwards}.widgetAnomaly .widgetAnomalyModal--hidden{animation:widgetAnomalyModalFadeOut .18s ease forwards}.widgetAnomaly .widgetAnomalyModal__content{background:#fff;border-radius:16px;box-shadow:0 24px 64px -16px #0f172a59;min-width:360px;max-width:min(360px,90vw);padding:20px 24px;display:grid;gap:16px;pointer-events:auto;animation:widgetAnomalyModalContentIn .22s cubic-bezier(.22,1,.36,1) forwards}.widgetAnomaly .widgetAnomalyModal__header{display:flex;align-items:center;justify-content:flex-end;color:#1f2937;margin-bottom:4px}.widgetAnomaly .widgetAnomalyModal__close{border:0;background:transparent;color:inherit;cursor:pointer;border-radius:8px;width:28px;height:28px}.widgetAnomaly .widgetAnomalyModal__close:hover{background:#0f172a14}.widgetAnomaly .widgetAnomalyModal__body{display:grid;justify-items:center;gap:18px;font-size:16px;color:#111827;text-align:center}.widgetAnomaly .widgetAnomalyModal__subtitle{font-size:14px;color:#6b7280}.widgetAnomaly .widgetAnomalyModal__title{font-size:24px;font-weight:700;color:#111827}.widgetAnomaly .widgetAnomalyModal__avatar{width:124px;height:124px;border-radius:50%;overflow:hidden;box-shadow:0 12px 24px -16px #0f172a73;border:4px solid rgba(59,130,246,.15)}.widgetAnomaly .widgetAnomalyModal__avatar img{width:100%;height:100%;object-fit:cover}.widgetAnomaly .widgetAnomalyModal__controls{display:flex;align-items:center;justify-content:center;gap:16px}.widgetAnomaly .widgetAnomalyModal__control{width:56px;height:56px;border-radius:18px;border:0;display:grid;place-items:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.widgetAnomaly .widgetAnomalyModal__control:hover{transform:translateY(-2px)}.widgetAnomaly .widgetAnomalyModal__controlIcon{display:grid;place-items:center}.widgetAnomaly .widgetAnomalyModal__controlLabel{font-size:14px;font-weight:600;letter-spacing:.01em;line-height:1.2}.widgetAnomaly .widgetAnomalyModal__control--hangup{background:linear-gradient(135deg,#f87171,#dc2626);color:#fff;box-shadow:0 12px 24px -12px #f87171a6}.widgetAnomaly .widgetAnomalyModal__control--hangup:hover{box-shadow:0 16px 28px -12px #dc2626b3}.widgetAnomaly .widgetAnomalyModal__control--contact{width:auto;height:auto;min-width:140px;padding:12px 20px;border-radius:22px;background:linear-gradient(135deg,#34d399,#059669);color:#f0fdf4;box-shadow:0 14px 28px -14px #10b981a6;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px}.widgetAnomaly .widgetAnomalyModal__control--contact:hover{box-shadow:0 18px 32px -14px #059669a6}.widgetAnomaly .widgetAnomalyModal__control--contact .widgetAnomalyModal__controlIcon{width:38px;height:38px;border-radius:19px;background:#ffffff38;color:inherit}.widgetAnomaly .widgetAnomalyModal__control--contact .widgetAnomalyModal__controlLabel{color:inherit}.widgetAnomaly .widgetAnomalyModal__status{font-size:14px;color:#6b7280}.widgetAnomaly .widgetAnomalyModal--hidden .widgetAnomalyModal__content{animation:widgetAnomalyModalContentOut .18s ease forwards}[data-theme=dark] .widgetAnomaly .widgetPanel{background:#1e293b;border:1px solid rgba(148,163,184,.2);box-shadow:0 10px 40px -10px #0006}[data-theme=dark] .widgetAnomaly .widgetHeader{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#e0f2fe}[data-theme=dark] .widgetAnomaly .widgetHeader .iconWrap,[data-theme=dark] .widgetAnomaly .widgetHeader .closeButton{background:#ffffff1a}[data-theme=dark] .widgetAnomaly .widgetHeader .iconWrap:hover,[data-theme=dark] .widgetAnomaly .widgetHeader .closeButton:hover{background:#fff3}[data-theme=dark] .widgetAnomaly .widgetBody{color:#cbd5e1}[data-theme=dark] .widgetAnomaly .placeholder{color:#94a3b8}[data-theme=dark] .widgetAnomaly .placeholder .title,[data-theme=dark] .widgetAnomaly .sectionTitle{color:#f1f5f9}[data-theme=dark] .widgetAnomaly .timestamp{color:#94a3b8}[data-theme=dark] .widgetAnomaly .timeline-line{background:#47556980}[data-theme=dark] .widgetAnomaly .timeline-dot{border-color:#334155}[data-theme=dark] .widgetAnomaly .timeline-time{color:#94a3b8}[data-theme=dark] .widgetAnomaly .timeline-desc{color:#e2e8f0}[data-theme=dark] .widgetAnomaly .divider{background:#94a3b833}[data-theme=dark] .widgetAnomaly .customerInfo .label{color:#94a3b8}[data-theme=dark] .widgetAnomaly .customerInfo .value{color:#e2e8f0}[data-theme=dark] .widgetAnomaly .actionButton{border-color:#94a3b840;background:#334155;color:#e2e8f0}[data-theme=dark] .widgetAnomaly .actionButton:hover{background:#475569}[data-theme=dark] .widgetAnomaly .fab{background:linear-gradient(135deg,#3b82f6,#1e40af);box-shadow:0 4px 20px #0000004d}[data-theme=dark] .widgetAnomaly .widgetAnomalyModal{background:#0f172aa6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}[data-theme=dark] .widgetAnomaly .widgetAnomalyModal__content{background:#0f172a;color:#e2e8f0;box-shadow:0 24px 60px -18px #0f172ad9}[data-theme=dark] .widgetAnomaly .widgetAnomalyModal__close:hover{background:#94a3b81f}[data-theme=dark] .widgetAnomaly .widgetAnomalyModal__body{color:#f8fafc}[data-theme=dark] .widgetAnomaly .widgetAnomalyModal__subtitle{color:#cbd5f5}[data-theme=dark] .widgetAnomaly .widgetAnomalyModal__title{color:#f8fafc}[data-theme=dark] .widgetAnomaly .widgetAnomalyModal__avatar{border-color:#818cf866;box-shadow:0 12px 30px -14px #818cf899}[data-theme=dark] .widgetAnomaly .widgetAnomalyModal__control--hangup{box-shadow:0 12px 26px -14px #f87171bf}[data-theme=dark] .widgetAnomaly .widgetAnomalyModal__control--contact{background:linear-gradient(135deg,#22c55e,#15803d);box-shadow:0 16px 34px -16px #22c55e66}[data-theme=dark] .widgetAnomaly .widgetAnomalyModal__control--contact:hover{box-shadow:0 18px 38px -16px #15803d80}[data-theme=dark] .widgetAnomaly .widgetAnomalyModal__control--contact .widgetAnomalyModal__controlIcon{background:#0f766e59}[data-theme=dark] .widgetAnomaly .widgetAnomalyModal__status{color:#cbd5f5}@keyframes widgetAnomalyModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes widgetAnomalyModalFadeOut{0%{opacity:1}to{opacity:0}}@keyframes widgetAnomalyModalContentIn{0%{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes widgetAnomalyModalContentOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(20px) scale(.96)}}.postCallBanner{display:flex;align-items:center;gap:10px;background:#f0fff4;border:1px solid #bbf7d0;color:#1c4532;padding:10px 14px;border-radius:12px;margin-bottom:16px;box-shadow:0 6px 12px #16653414;font-size:14px}.postCallBanner__icon{display:inline-flex;align-items:center;justify-content:center;background:#dcfce7;border-radius:50%;width:26px;height:26px;color:#15803d}.postCallBanner__message{flex:1}.postCallBanner__close{appearance:none;border:none;background:transparent;color:inherit;cursor:pointer;padding:4px;border-radius:50%;line-height:0;transition:background .2s ease}.postCallBanner__close:hover,.postCallBanner__close:focus-visible{background:#16653414;outline:none}[data-theme=dark] .incoming-call-widget{background:#1f2733;border:1px solid rgba(148,163,184,.32);box-shadow:0 20px 40px #0206178c;color:#f6f7fb}[data-theme=dark] .incoming-call-widget__status{color:#a5afc0}[data-theme=dark] .incoming-call-widget__alert{background:#5093ff33;color:#68b3ff}[data-theme=dark] .incoming-call-widget__avatar{background:linear-gradient(145deg,#405368,#2f3b4a);color:#f1f5f9}[data-theme=dark] .incoming-call-widget__button--accept{color:#e9fff5;box-shadow:0 12px 24px #2fd28e4d}[data-theme=dark] .incoming-call-widget__button--reject{color:#ffeaea;box-shadow:0 12px 24px #f47b5559}.ant-modal-body{padding:24px 0}.app-layout{min-height:100vh;background:linear-gradient(45deg,#f2f3f6 1%,#dedede)}.app-main-container{display:flex;width:100%;height:calc(100vh - 146px);overflow:hidden}@media(max-width:1024px){.app-main-container{flex-direction:column}}.navigation-header{position:fixed;top:0;left:0;right:0;height:80px;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:space-between;align-items:center;padding:0 24px;z-index:1000;box-shadow:0 2px 8px #0000000d;border-bottom:1px solid rgba(0,0,0,.06)}.navigation-left{display:flex;align-items:center;gap:12px}.navigation-logo-wrapper{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px}.navigation-logo{height:32px;width:auto;object-fit:contain}.navigation-logo-fallback{width:40px;height:40px;border-radius:8px;background:linear-gradient(135deg,#4a7dff,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:20px}.navigation-logo-text{display:flex;flex-direction:column;line-height:1.2}.navigation-logo-arabic{font-size:12px;color:#666;font-weight:500}.navigation-logo-english{font-size:16px;font-weight:700;color:#637482;letter-spacing:.5px}.navigation-right{display:flex;align-items:center;gap:8px}.navigation-action{display:flex;align-items:center;position:relative}.navigation-modules-btn{position:relative}.navigation-badge{position:absolute;top:8px;right:-4px;width:18px;height:18px;background:#1677ff;color:#fff;border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center;font-weight:600;z-index:1;pointer-events:none;border:2px solid white}[data-theme=dark] .navigation-header{background:#0f172ad9;border-bottom-color:#94a3b82e}[data-theme=dark] .navigation-logo-english{color:#e2e8f0}[data-theme=dark] .navigation-logo-arabic{color:#94a3b8}.playground-card{width:100%;height:100%;display:flex;flex-direction:column}.playground-card .ant-card-head{border-bottom:1px solid #c0cad2;padding:16px 24px;min-height:auto;flex-shrink:0;z-index:1000}.playground-card .ant-card-body{flex:1;display:flex;flex-direction:column;padding:0;overflow:hidden;min-height:0}.playground-card-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#637482}.playground-card-actions{display:flex;align-items:center;gap:8px}.playground-action-btn{display:flex;align-items:center;gap:6px;color:#7d8497}.playground-action-btn:hover{color:#40ace2}.playground-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;height:100%;min-height:500px;position:relative;transition:grid-template-columns .3s ease}.playground-grid.left-collapsed{grid-template-columns:1fr}.playground-grid .PlaygroundLeft.collapsed{display:none}.playground-grid .PlaygroundLeft.collapsed~.PlaygroundRight{grid-column:1;width:100%;display:flex;justify-content:center;align-items:flex-start}@media(max-width:1024px){.playground-grid{grid-template-columns:1fr!important}.playground-grid .PlaygroundRight{width:100%!important;grid-column:1!important}}.PlaygroundLeft{display:flex;flex-direction:column;height:100%;border-right:1px solid rgba(0,0,0,.06);transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;min-width:0}.PlaygroundLeft.expanded{flex:1;opacity:1}.PlaygroundLeft.collapsed{display:none}.playground-left-header{display:flex;align-items:center;justify-content:space-between;padding:0;border-bottom:1px solid #c0cad2;min-height:48px}.playground-tabs{display:flex;gap:0;flex:1}.playground-tab{background:transparent;border:none;padding:12px 20px;font-size:14px;font-weight:500;color:#8c8c8c;cursor:pointer;transition:all .2s ease;position:relative;top:1px;outline:none}.playground-tab:hover{color:#637482}.playground-tab:focus{outline:none;box-shadow:none}.playground-tab:focus-visible{outline:none;box-shadow:none}.playground-tab.active{color:#40ace2;border-bottom-color:#40ace2}.playground-sidebar-toggle{background:transparent;border:none;cursor:pointer;padding:12px 16px;display:flex;align-items:center;justify-content:center;color:#8c8c8c;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:1;transform:translate(0);outline:none}.playground-sidebar-toggle:hover{background:#0000000a;color:#637482;transform:translate(-2px)}.playground-sidebar-toggle:focus{outline:none!important;box-shadow:none!important}.playground-sidebar-toggle:focus-visible{outline:none!important;box-shadow:none!important}.playground-sidebar-toggle-fixed{position:absolute;left:0;top:0;z-index:100;background:transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;cursor:pointer;padding:12px 16px;display:flex;align-items:center;justify-content:center;color:#8c8c8c;transition:all .3s cubic-bezier(.4,0,.2,1);height:48px;margin:0;width:auto;min-width:48px;opacity:0;transform:translate(-10px);animation:slideInToggle .3s cubic-bezier(.4,0,.2,1) forwards;outline:none}.playground-sidebar-toggle-fixed:hover{background:transparent;color:#8a65c6;transform:translate(0)}.playground-sidebar-toggle-fixed:focus{outline:none!important;box-shadow:none!important}.playground-sidebar-toggle-fixed:focus-visible{outline:none!important;box-shadow:none!important}@keyframes slideInToggle{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.playground-tab-content{flex:1;overflow-y:auto;overflow-x:hidden;height:100%}.playground-tab-panel{padding:20px;height:100%;display:flex;flex-direction:column;min-height:200px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.playground-tab-panel::-webkit-scrollbar{display:none}.playground-empty-text{margin:0;font-size:14px;color:#8c8c8c;text-align:center}.realtime-log-container{width:100%;height:100%;display:flex;flex-direction:column;gap:16px}.realtime-log-header{margin-bottom:0}.realtime-log-start{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#e0f2fe;border-radius:16px;font-size:13px;font-weight:500;color:#0369a1}.realtime-log-start svg{color:#0369a1}.realtime-log-list{display:flex;flex-direction:column;gap:10px;flex:1;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.realtime-log-list::-webkit-scrollbar{display:none}.realtime-log-item{display:flex;align-items:flex-start;gap:10px;padding:0;background:transparent;margin-bottom:10px;border:none;transition:all .2s ease}.realtime-log-timestamp-box{display:flex;align-items:center;gap:6px;padding:6px 10px;background:#e0f2fe;border-radius:16px;flex-shrink:0;min-width:fit-content}.realtime-log-timestamp-box svg{color:#0369a1;flex-shrink:0}.realtime-log-time{font-size:11px;font-weight:600;color:#0369a1;white-space:nowrap}.realtime-log-content{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.realtime-log-processing-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:#e0f2fe;border-radius:4px;margin-bottom:4px;flex-shrink:0}.realtime-log-processing-icon svg{color:#0369a1;width:14px;height:14px}.realtime-log-description{font-size:13px;font-weight:500;color:#637482;line-height:1.5}.realtime-log-detail-row{display:flex;align-items:center;gap:6px;width:100%;min-height:20px;margin-top:2px}.realtime-log-detail{font-size:12px;color:#94a3b8;line-height:1.5;min-width:0}.realtime-log-detail-toggle{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:2px 4px;background:transparent;border:none;border-radius:4px;color:#94a3b8;cursor:pointer;transition:color .15s,background .15s}.realtime-log-detail-toggle:hover{color:#0369a1;background:#0369a114}.realtime-log-detail-toggle:focus{outline:none}.realtime-log-detail-toggle:focus-visible{outline:2px solid #0369a1;outline-offset:2px}.realtime-log-detail-list{margin:4px 0 0;padding-left:20px;list-style-type:disc;font-size:12px;color:#94a3b8;line-height:1.6}.realtime-log-detail-list li{margin:2px 0}.realtime-log-check{width:18px;height:18px;border-radius:50%;background:#dcfce7;display:flex;align-items:center;justify-content:center;color:#22c55e;flex-shrink:0;margin-top:2px}.realtime-log-check svg{width:12px;height:12px;stroke-width:3}.realtime-log-item-wrapper{display:flex;flex-direction:column;gap:8px}.realtime-log-item{display:flex;align-items:flex-start;gap:10px;padding:0;background:transparent;border:none;transition:all .2s ease;width:100%;text-align:left}.realtime-log-item:focus{outline:none;box-shadow:none}.realtime-log-item:focus-visible{outline:none;box-shadow:none}.realtime-log-item.expanded .realtime-log-description{font-weight:600}.realtime-log-info-box{margin-left:100px;margin-bottom:4px;border-radius:8px;background:#fff;border:1px solid #e5e7eb;overflow:hidden;animation:slideDown .3s ease-out;max-width:100%}@media screen and (max-width:500px){.realtime-log-info-box{margin-left:0}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px);max-height:0}to{opacity:1;transform:translateY(0);max-height:1000px}}.realtime-log-info-section{border-bottom:1px solid #e5e7eb}.realtime-log-info-section:last-child{border-bottom:none}.realtime-log-info-header{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-size:12px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.5px}.realtime-log-info-header svg{color:#6b7280;flex-shrink:0;width:14px;height:14px}.realtime-log-info-header span{font-size:11px;font-weight:700}.realtime-log-info-header.realtime-log-info-header-clickable{width:100%;cursor:pointer;border:none;text-align:left;font:inherit;color:inherit}.realtime-log-info-header.realtime-log-info-header-clickable:hover{background:#f3f4f6}.realtime-log-info-content .realtime-log-json-block{display:block;margin:0;padding:10px 12px;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,Source Code Pro,Courier New,monospace;font-size:11px;line-height:1.6;color:#1f2937;white-space:pre-wrap;word-wrap:break-word;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;overflow-x:auto}.realtime-log-info-content{padding:12px 14px;background:#fff;overflow-x:auto;max-height:400px;overflow-y:auto}.realtime-log-info-content pre{margin:0;padding:0;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,Source Code Pro,Courier New,monospace;font-size:11px;line-height:1.7;color:#1f2937;white-space:pre-wrap;word-wrap:break-word;background:transparent;border:none;overflow-wrap:break-word}.realtime-log-info-content::-webkit-scrollbar{width:6px;height:6px}.realtime-log-info-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.realtime-log-info-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.realtime-log-info-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.node-interactions-flow{width:100%;height:100%;min-height:500px;background:transparent!important}.node-interactions-flow .react-flow{width:100%;height:100%;background:transparent!important}.node-interactions-flow .react-flow__background{background:transparent!important}.node-interactions-flow .react-flow__controls button{background:#fff;border:1px solid #e5e7eb;color:#374151}.node-interactions-flow .react-flow__controls button:hover{background:#f9fafb}.node-interactions-flow .react-flow__minimap{background:#f9fafb;border:1px solid #e5e7eb}.node-interactions-flow .react-flow__edge{pointer-events:visibleStroke}.node-interactions-flow .react-flow__edge-path{stroke:#d1d5db!important;stroke-width:2!important;fill:none;opacity:1!important}.node-interactions-flow .react-flow__edge.selected .react-flow__edge-path{stroke:#3b82f6!important}.node-interactions-flow .react-flow__edge-text{font-size:10px}.node-interactions-flow .react-flow__edge-marker{fill:#d1d5db!important}.node-interactions-flow .react-flow__connection-path{stroke:#d1d5db;stroke-width:2}.node-interactions-flow svg.react-flow__edges{overflow:visible}.flow-node{background:#e5f2f9;border-radius:12px;padding:12px 16px;min-width:260px;max-width:300px;width:auto;position:relative;transition:all .2s ease;cursor:default;display:inline-block}.flow-node:hover{box-shadow:0 2px 6px #00000026;transform:translateY(-1px)}.flow-node .react-flow__handle{width:8px;height:8px;border-radius:50%;background:#d1d5db;border:2px solid #ffffff;opacity:1;z-index:10}.flow-node .react-flow__handle-top{top:-4px}.flow-node .react-flow__handle-bottom{bottom:-4px}.flow-node-time{position:absolute;top:8px;left:12px;font-size:10px;font-weight:600;color:#0369a1;opacity:.9;z-index:1}.flow-node-no-time .flow-node-content{margin-top:0}.flow-node-content{display:flex;align-items:center;gap:10px;margin-top:8px}.flow-node-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#0369a1;width:20px;height:20px}.flow-node-text-wrapper{flex:1;display:flex;flex-direction:column;gap:2px}.flow-node-text{font-size:12px;font-weight:500;color:#0c4a6e;line-height:1.25;padding-top:4px}.flow-node-agents-list{margin:0;padding-left:20px;list-style-type:disc;font-size:12px;color:#0369a1;line-height:1.6}.flow-node-agents-list li{margin:2px 0}.flow-node-meta{position:absolute;top:8px;right:12px;display:flex;align-items:center;gap:8px;margin-top:0;font-size:.78em;color:#0369a1;line-height:1.2}.flow-node-meta .flow-node-meta-pill{background:#e0f2fe;border:1px solid #bae6fd;border-radius:999px;padding:2px 8px;white-space:nowrap;font-weight:600;letter-spacing:.2px}.flow-node-meta .flow-node-meta-capability,.flow-node-meta .flow-node-meta-class{white-space:nowrap}[data-theme=dark] .node-interactions-flow .react-flow__controls button{background:#111928e6;border-color:#94a3b833;color:#e2e8f0}[data-theme=dark] .node-interactions-flow .react-flow__controls button:hover{background:#1e293be6}[data-theme=dark] .node-interactions-flow .react-flow__minimap{background:#0f172acc;border-color:#94a3b833}[data-theme=dark] .node-interactions-flow .react-flow__edge-path{stroke:#64748b}[data-theme=dark] .node-interactions-flow .react-flow__edge.selected .react-flow__edge-path{stroke:#60a5fa}[data-theme=dark] .flow-node{background:#1e3a8a33;border-color:#3b82f64d;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .flow-node:hover{box-shadow:0 2px 6px #0006}[data-theme=dark] .flow-node-time,[data-theme=dark] .flow-node-icon{color:#93c5fd}[data-theme=dark] .flow-node-text{color:#e0f2fe}[data-theme=dark] .flow-node-agents-list,[data-theme=dark] .flow-node-agents-list li,[data-theme=dark] .flow-node-meta{color:#93c5fd}[data-theme=dark] .flow-node-meta .flow-node-meta-pill{background:#0e749040;border-color:#0e749080;color:#93c5fd}.PlaygroundRight{display:flex;flex-direction:column;height:100%;background:#f0f1f5;padding:0;overflow:hidden}.playground-chart-container{width:100%;height:100%;padding:20px;display:flex;flex-direction:column;overflow:hidden;transition:max-width .3s ease}.playground-grid.left-collapsed .PlaygroundRight .playground-chart-container{max-width:700px;margin:0 auto;width:100%}.playground-chart-placeholder{width:100%;height:500px;background:#fffc;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#8c8c8c;font-size:14px;border:1px dashed #d9d9d9}[data-theme=dark] .playground-card-title{color:#e2e8f0}[data-theme=dark] .playground-action-btn{color:#94a3b8}[data-theme=dark] .playground-action-btn:hover{color:#60a5fa}[data-theme=dark] .PlaygroundLeft{border-right-color:#94a3b82e}[data-theme=dark] .playground-left-header{border-bottom-color:#94a3b82e}[data-theme=dark] .playground-tab{color:#94a3b8}[data-theme=dark] .playground-tab:hover{color:#e2e8f0}[data-theme=dark] .playground-tab.active{color:#60a5fa;border-bottom-color:#60a5fa}[data-theme=dark] .playground-sidebar-toggle{color:#94a3b8;border-left-color:#94a3b82e}[data-theme=dark] .playground-sidebar-toggle:hover{background:#94a3b81a;color:#e2e8f0}[data-theme=dark] .playground-sidebar-toggle-fixed{background:#111928f2;border-right-color:#94a3b82e;color:#94a3b8;box-shadow:2px 0 8px #0003}[data-theme=dark] .playground-sidebar-toggle-fixed:hover{background:#111928;color:#e2e8f0}[data-theme=dark] .playground-empty-text{color:#94a3b8}[data-theme=dark] .realtime-log-start{background:#1e3a8a33;color:#93c5fd}[data-theme=dark] .realtime-log-start svg{color:#93c5fd}[data-theme=dark] .realtime-log-timestamp-box{background:#1e3a8a33}[data-theme=dark] .realtime-log-timestamp-box svg{color:#93c5fd}[data-theme=dark] .realtime-log-time{color:#93c5fd}[data-theme=dark] .realtime-log-processing-icon{background:#1e3a8a33}[data-theme=dark] .realtime-log-processing-icon svg{color:#93c5fd}[data-theme=dark] .realtime-log-description{color:#e2e8f0}[data-theme=dark] .realtime-log-detail,[data-theme=dark] .realtime-log-detail-toggle{color:#94a3b8}[data-theme=dark] .realtime-log-detail-toggle:hover{color:#93c5fd;background:#93c5fd1f}[data-theme=dark] .realtime-log-detail-toggle:focus-visible{outline-color:#93c5fd}[data-theme=dark] .realtime-log-detail-list{color:#94a3b8}[data-theme=dark] .realtime-log-check{background:#22c55e33;color:#22c55e}[data-theme=dark] .realtime-log-item:hover{opacity:.9}[data-theme=dark] .realtime-log-info-box{background:#111928f2;border-color:#94a3b833;box-shadow:0 4px 12px #0000004d}[data-theme=dark] .realtime-log-info-header{background:#0f172acc;border-bottom-color:#94a3b833;color:#e2e8f0}[data-theme=dark] .realtime-log-info-header svg{color:#94a3b8}[data-theme=dark] .realtime-log-info-content{background:#111928f2}[data-theme=dark] .realtime-log-info-content pre{color:#e2e8f0}[data-theme=dark] .PlaygroundRight{background:#0f172a80}[data-theme=dark] .playground-chart-placeholder{background:#111928e6;border-color:#94a3b82e;color:#94a3b8}.chat-panel{background:transparent;display:flex;flex-direction:column;height:100%;width:100%;max-width:100%;overflow:hidden;transition:max-width .3s ease}.playground-grid.left-collapsed .PlaygroundRight .chat-panel{max-width:600px;margin:0 auto}.chat-header{background:linear-gradient(135deg,#4a7dff,#2255d4);padding:10px 18px;display:flex;justify-content:space-between;align-items:center;color:#fff;border-top-left-radius:20px;border-top-right-radius:20px}.chat-header-user{display:flex;align-items:center;gap:12px}.chat-avatar{position:relative;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0;margin-right:-5px}.chat-avatar-img{width:100%;height:100%;object-fit:cover}.chat-avatar-icon{color:#fff}.chat-avatar-badge{position:absolute;bottom:-2px;right:-2px;color:#fbbf24;background:#fff;border-radius:50%;padding:2px}.chat-user-name{font-size:16px;font-weight:600;color:#fff}.chat-header-actions{display:flex;align-items:center;gap:4px}.chat-clear-button{color:#fff!important;border-color:#ffffff4d!important}.chat-clear-button:hover{background:#ffffff1a!important;border-color:#ffffff80!important}.chat-clear-button.chat-clear-button--disabled,.chat-clear-button:disabled{color:#9ca3af!important}.chat-reset-modal-emirates{margin-top:8px;color:#666;font-size:13px}.chat-messages{flex:1;overflow-y:auto;padding:20px;background:#fafafa;scrollbar-width:none;-ms-overflow-style:none}.chat-messages::-webkit-scrollbar{display:none}.chat-empty{display:flex;align-items:center;justify-content:center;height:100%;color:#8c8c8c;font-size:14px}.chat-messages-container{display:flex;flex-direction:column;gap:8px;padding-bottom:20px}.chat-message{display:flex;width:100%}.chat-message.chat-message-user{justify-content:flex-end}.chat-message.chat-message-ai{justify-content:flex-start}.chat-message-bubble{max-width:95%;padding:13px;border-radius:12px;word-wrap:break-word}.chat-message-bubble.chat-message-bubble-user{background:#e3f0f8;color:#637482;border-bottom-right-radius:0;padding:13px!important;line-height:10px}.chat-message-bubble.chat-message-bubble-ai{background:#fff;color:#637482;border-bottom-left-radius:4px;padding:15px;border:1px solid #4fbcf3}@media(min-width:1024px){.chat-message-bubble{max-width:90%}}@media(max-width:768px){.chat-message-bubble{max-width:90%}}.chat-message-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.chat-message-icon{width:20px;height:20px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.chat-message-icon-img{width:100%;height:100%;object-fit:cover}.chat-message-agent{font-size:12px;font-weight:600;color:#666;text-transform:uppercase}.chat-message-icons{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.chat-message-icon-item{width:22px;height:22px;border-radius:50%;background:#e5f2fa;display:flex;align-items:center;justify-content:center;color:#4b5563;flex-shrink:0;padding:2px;margin-right:-15px;border:2px solid white}.chat-message-icon-item svg{width:20px;height:20px}.chat-message-icon-item.chat-message-icon-success{background:#e5f2fa;color:#22c55e}.chat-message-meta{display:flex;gap:12px;margin-bottom:12px;font-size:11px;color:#999}.chat-message-time,.chat-message-duration{font-size:11px;color:#999}.transparency-card{margin-top:8px}.transparency-card .transparency-card-label{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#64869e}.transparency-card .transparency-card-fields{display:flex;flex-wrap:wrap;gap:12px 20px;font-size:12px}.transparency-card .transparency-field{display:flex;flex-direction:column;gap:2px}.transparency-card .transparency-field .transparency-field-label{color:#999;text-transform:uppercase;letter-spacing:.02em}.transparency-card .transparency-field .transparency-field-value{color:#637482}.transparency-card .transparency-field .transparency-field-value.mono{font-family:ui-monospace,monospace;font-size:11px}.chat-message-content{color:#637482}.chat-payment-button{display:inline-block;margin:8px 0 4px;padding:10px 20px;font-size:14px;font-weight:600;color:#fff;background:#2563eb;border:none;border-radius:8px;cursor:pointer;text-decoration:none;transition:background .15s ease}.chat-payment-button:hover{background:#1d4ed8}.chat-payment-context-menu{position:fixed;z-index:10000;min-width:160px;padding:4px 0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026}.chat-payment-context-menu button{display:block;width:100%;padding:8px 14px;border:none;background:none;text-align:left;font-size:14px;color:#374151;cursor:pointer}.chat-payment-context-menu button:hover{background:#f3f4f6}.chat-message-title{font-size:16px;font-weight:600;margin:0 0 16px;color:#637482;line-height:1.5}.chat-message-section{margin-bottom:16px}.chat-message-section-title{display:flex;align-items:center;gap:8px;font-weight:600;margin-bottom:12px;color:#637482;font-size:14px}.chat-message-list{display:flex;flex-direction:column;gap:12px}.chat-message-item{font-size:14px;line-height:1.6;color:#333}.chat-message-item strong{font-weight:600;color:#637482}.chat-message-item ul{margin:8px 0 0 20px;padding:0;list-style-type:disc}.chat-message-item ul li{margin:4px 0;color:#666}.chat-message-tips{background:#fffbe6;border:1px solid #ffe58f;border-radius:8px;padding:12px 16px;margin-top:16px}.chat-message-tips-header{display:flex;align-items:center;gap:8px;font-weight:600;margin-bottom:8px;color:#637482;font-size:14px}.chat-message-tips-list{margin:0;padding-left:20px;list-style-type:disc}.chat-message-tips-list li{margin:4px 0;color:#666;font-size:14px;line-height:1.6}.chat-input-wrapper{display:flex;align-items:center;gap:8px;padding:16px 20px;border-top:1px solid rgba(0,0,0,.06);background:#fff;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.chat-input-actions{display:flex;gap:4px}.chat-input-action-btn{color:#8c8c8c;border:none;background:transparent}.chat-input-action-btn:hover{color:#637482;background:#0000000a}.chat-input{flex:1;border:1px solid #d9d9d9;border-radius:24px;padding:10px 16px;font-size:14px;outline:none;transition:all .2s ease;background:transparent;color:#3e5b70}.chat-input:focus{border-color:#1677ff;box-shadow:0 0 0 2px #1677ff1a}.chat-input::placeholder{color:#bfbfbf}.chat-send-button{color:#1677ff;border:none;background:transparent}.chat-send-button:hover:not(:disabled){background:#1677ff1a;color:#0958d9}.chat-send-button:disabled{color:#d9d9d9;cursor:not-allowed}.chat-send-icon{transform:rotate(-45deg);display:inline-block}[data-theme=dark] .chat-panel{background:transparent}[data-theme=dark] .chat-messages{background:#0f172a80}[data-theme=dark] .chat-input-wrapper{background:#111928e6;border-top-color:#94a3b82e}[data-theme=dark] .chat-input{background:#0f172ad9;border-color:#94a3b840;color:#e2e8f0}[data-theme=dark] .chat-input:focus{border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa26}[data-theme=dark] .chat-input::placeholder{color:#94a3b899}[data-theme=dark] .chat-empty{color:#94a3b8}[data-theme=dark] .chat-message-bubble-user{background:#1e293bcc;color:#e2e8f0}[data-theme=dark] .chat-message-bubble-ai{background:#111928e6;color:#e2e8f0;box-shadow:0 2px 8px #0003}[data-theme=dark] .chat-message-agent{color:#94a3b8}[data-theme=dark] .chat-message-time,[data-theme=dark] .chat-message-duration{color:#64748b}[data-theme=dark] .chat-message-content,[data-theme=dark] .chat-message-title,[data-theme=dark] .chat-message-section-title{color:#e2e8f0}[data-theme=dark] .chat-message-item{color:#cbd5e1}[data-theme=dark] .chat-message-item strong{color:#e2e8f0}[data-theme=dark] .chat-message-item ul li{color:#94a3b8}[data-theme=dark] .chat-message-tips{background:#facc1526;border-color:#facc154d}[data-theme=dark] .chat-message-tips-header,[data-theme=dark] .chat-message-tips-list li{color:#fde68a}[data-theme=dark] .chat-message-icon-item{background:#1e293bcc;color:#94a3b8}[data-theme=dark] .chat-message-icon-item.chat-message-icon-success{background:#1e293bcc;color:#22c55e}.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgba(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgba(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));translate:-50% -50%}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}
