@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-SemiBold.ttf)format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Gilroy-Medium;src:url(/fonts/Gilroy-Medium.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gilroy-SemiBold;src:url(/fonts/Gilroy-SemiBold.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gilroy-Bold;src:url(/fonts/Gilroy-Bold.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gilroy-Regular;src:url(/fonts/Gilroy-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gelica;src:url(/fonts/gelica-regular.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gelica;src:url(/fonts/gelica-medium.otf)format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gelica;src:url(/fonts/gelica-bold.otf)format("opentype");font-weight:700;font-style:normal;font-display:swap}:root{--bg:#f6f6f6;--fg:#0f0f0f;--muted:#787882;--green:#406e43;--orange:#fe6200;--error:#d1291e;--error-light:#fde8e8;--success:#08804b;--success-light:#dcf5e7;--card-bg:#fff;--card-border:#e1e1e3;--card-bg-subtle:#f7f7f7;--input-bg:#fafafa;--input-border:#dadada;--footer-bg:#fafafa;--footer-border:#e5e5e8;--radius-card:16px;--radius-card-lg:32px;--radius-input:12px;--shadow-btn:0px 4px 20px #0000000d;--shadow-card:0px 2px 12px #0000000a;--font-heading:"Gelica", "Lora", serif;--font-body:"Gilroy", "Poppins", sans-serif;--gradient-dark:linear-gradient(180deg, #515151 24.8%, #383838 50.2%, #1d1d1d 125.2%);--gradient-orange:linear-gradient(to right, #f8c52c, #fe6200)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}html{font-size:clamp(14px,.45vw + 8.2px,17px)}body{font-size:16px;font-family:var(--font-body);background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{height:100%}h1,h2,h3{font-family:var(--font-heading);font-weight:400}h1{font-size:32px;line-height:38px}h2{font-size:24px;line-height:32px}h3{font-size:18px;line-height:24px}.text-muted{color:var(--muted)}.text-sm{font-size:14px}.text-xs{font-size:12px}.text-label{color:var(--fg);font-size:16px;font-weight:600;line-height:24px}.scrollbar-hide{scrollbar-width:none;-ms-overflow-style:none}.scrollbar-hide::-webkit-scrollbar{display:none}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse-fade{0%,to{opacity:.4}50%{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-spin{animation:.8s linear infinite spin}.animate-pulse{animation:2s ease-in-out infinite pulse-fade}.animate-slide-up{animation:.4s ease-out forwards slide-up}.btn{border-radius:var(--radius-input);font-family:var(--font-body);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:500;transition:opacity .15s,transform .1s;display:inline-flex}.btn:hover{opacity:.9}.btn:active{transform:scale(.98)}.btn-primary{background:var(--gradient-dark);color:#fff;box-shadow:var(--shadow-btn)}.btn-outline{color:var(--muted);border:1px solid var(--card-border);background:0 0}.btn-outline:hover{color:var(--fg);border-color:#999}.btn-green{background:var(--green);color:#fff}.btn-lg{padding:16px 32px;font-size:16px}.input,.textarea{background:var(--input-bg);border:1px solid var(--input-border);border-radius:var(--radius-input);width:100%;font-family:var(--font-body);color:var(--fg);outline:none;padding:14px 18px;font-size:15px;transition:border-color .2s}.input:focus,.textarea:focus{border-color:var(--fg)}.input::placeholder,.textarea::placeholder{color:#a7a7a9}.textarea{resize:vertical;min-height:100px;line-height:1.6}.field{margin-bottom:20px}.field label{color:var(--fg);margin-bottom:8px;font-size:15px;font-weight:600;display:block}.field .hint{color:var(--muted);margin-top:4px;font-size:13px}.card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-card);padding:24px}.card-subtle{background:var(--card-bg-subtle);border-radius:var(--radius-card);padding:24px}.chip{color:#fff;background:#131313;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:500;display:inline-flex}.chip-remove{cursor:pointer;opacity:.6;font-size:16px;line-height:1}.chip-remove:hover{opacity:1}.chip-outline{color:var(--fg);border:1px solid var(--card-border);background:0 0}.toggle-group{gap:8px;display:flex}.toggle-btn{text-align:center;background:var(--input-bg);border:1px solid var(--input-border);border-radius:var(--radius-input);cursor:pointer;color:var(--muted);flex:1;padding:12px;font-size:14px;font-weight:500;transition:all .2s}.toggle-btn.active{background:var(--fg);color:#fff;border-color:var(--fg)}.progress-bar{background:var(--card-border);border-radius:56px;width:156px;height:6px;overflow:hidden}.progress-bar-fill{background:var(--gradient-dark);border-radius:56px;height:100%;transition:width .4s}.spinner{border:2px solid var(--card-border);border-top-color:var(--green);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}.spinner-lg{border-width:3px;width:32px;height:32px}.badge{border-radius:12px;align-items:center;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.badge-green{background:var(--success-light);color:var(--success)}.badge-red{background:var(--error-light);color:var(--error)}.badge-gray{color:var(--muted);background:#f0f0f2}.skel{background:#0f0f0f12;border-radius:6px;flex:none;display:block;position:relative;overflow:hidden}.skel:after{content:"";background:linear-gradient(90deg,#0000,#fff9,#0000);animation:1.6s ease-in-out infinite skel-sweep;position:absolute;inset:0;transform:translate(-100%)}.skel-on-dark{background:#ffffff2e}.skel-on-dark:after{background:linear-gradient(90deg,#0000,#ffffff47,#0000)}.skel-circle{border-radius:50%}.skel-lines{flex-direction:column;gap:8px;min-width:0;display:flex}@keyframes skel-sweep{to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.skel:after{animation:none}}.login-screen{background:#f6f6f6;height:100vh;display:flex;overflow:hidden}.login-hero-wrapper{flex-shrink:0;padding:14px 0 14px 12px;position:relative}@media (width>=1024px){.login-hero-wrapper{width:60%;display:block}}@media (width<=1023px){.login-hero-wrapper{display:none}}.login-hero{border-radius:16.58px;width:100%;height:100%;position:relative;overflow:hidden}.login-hero img{object-fit:cover;width:100%;height:100%}.login-hero-overlay{background-image:linear-gradient(229.91deg,#0000 31.31%,#000 98.52%);border-radius:16.58px;position:absolute;inset:0}.login-hero-text{position:absolute;bottom:48px;left:39px}.login-hero-text h1{font-family:var(--font-heading);color:#fff;white-space:nowrap;font-size:84.8px;font-weight:500;line-height:1.12}.login-form-section{flex:1;justify-content:center;align-items:center;padding:32px;display:flex}.login-form-container{flex-direction:column;gap:49px;width:100%;max-width:429px;display:flex}.login-title{font-family:var(--font-heading);color:#000;font-size:48px;font-weight:400;line-height:54px}.login-actions{flex-direction:column;align-items:center;gap:15px;width:100%;display:flex}.login-actions-inner{flex-direction:column;align-items:center;gap:26px;width:100%;display:flex}.login-google-btn{width:100%;height:56px;font-family:var(--font-body);color:#000;cursor:pointer;background:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;gap:13px;font-size:16px;font-weight:500;transition:background .15s;display:flex;box-shadow:0 4px 20px #0000000d}.login-google-btn:hover{background:#f9f9f9}.login-google-btn img{width:20px;height:20px}.login-divider{align-items:center;gap:18px;width:100%;display:flex}.login-divider-line{background:#dadada;flex:1;height:1px}.login-divider-text{font-family:var(--font-body);color:#c2c2c2;text-align:center;font-size:16px;line-height:32px}.login-email-form{flex-direction:column;gap:15px;width:100%;display:flex}.login-email-input{width:100%;height:48px;font-family:var(--font-body);color:#0f0f0f;background:#eaeaea;border:1px solid #dadada;border-radius:12px;outline:none;padding:0 18px;font-size:16px;font-weight:500;line-height:24px;transition:border-color .2s}.login-email-input:focus{border-color:#0f0f0f}.login-email-input::placeholder{color:#0f0f0f}.login-email-btn{width:100%;height:56px;font-family:var(--font-body);color:#000;cursor:pointer;background:#fff;border:none;border-radius:12px;font-size:16px;font-weight:500;transition:background .15s;box-shadow:0 4px 20px #0000000d}.login-email-btn:hover{background:#f9f9f9}.login-email-btn:disabled{opacity:.5;cursor:not-allowed}.login-footer{font-family:var(--font-body);color:#787882;opacity:.6;text-align:center;max-width:267px;font-size:12px;line-height:16px}.login-footer a{color:#787882;text-decoration:underline}.login-magic-card{border:1px solid var(--card-border);text-align:center;background:#fff;border-radius:16px;flex-direction:column;align-items:center;padding:40px 32px;display:flex}.login-magic-icon{color:#0f0f0f;margin-bottom:20px;position:relative}.login-magic-text{font-family:var(--font-body);color:var(--muted);margin-bottom:4px;font-size:14px}.login-magic-email{font-family:var(--font-body);color:#0f0f0f;margin-bottom:24px;font-size:14px;font-weight:600}.login-magic-alt{font-family:var(--font-body);color:var(--muted);border-top:1px solid var(--card-border);width:100%;padding-top:20px;font-size:13px}.login-magic-alt a{color:#0f0f0f;font-weight:500;text-decoration:underline}.login-otp-card{border:1px solid var(--card-border);text-align:center;background:#fff;border-radius:16px;flex-direction:column;align-items:center;padding:32px;display:flex}.login-otp-label{font-family:var(--font-body);color:var(--muted);margin-bottom:4px;font-size:14px}.login-otp-email{font-family:var(--font-body);color:#0f0f0f;margin-bottom:24px;font-size:14px;font-weight:600}.login-otp-form{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.login-otp-inputs{justify-content:center;gap:10px;display:flex}.login-otp-digit{width:48px;height:48px;font-family:var(--font-body);text-align:center;color:#0f0f0f;background:#eaeaea;border:1px solid #dadada;border-radius:10px;outline:none;font-size:20px;font-weight:500;transition:border-color .2s}.login-otp-digit:focus{background:#fff;border-color:#0f0f0f}.login-otp-form .login-email-btn{margin-top:4px}@media (width<=1440px) and (width>=1024px){.login-hero-text h1{font-size:clamp(52px,5.9vw,84.8px)}.login-title{font-size:clamp(36px,3.3vw,48px);line-height:1.15}}.onboarding-screen{background:#f6f6f6;width:100%;min-height:100vh;position:relative;overflow:hidden}.onboarding-finish-loader{color:#090909;background:#fff;justify-content:center;align-items:center;min-height:100svh;padding:clamp(24px,5vw,56px);display:flex;position:relative;overflow:hidden}.onboarding-finish-loader:before{content:"";background:url(/images/loader_bg.webp) top/cover no-repeat;height:clamp(320px,50vh,440px);position:absolute;inset:0 0 auto;-webkit-mask-image:linear-gradient(#000 0% 52%,#0000 100%);mask-image:linear-gradient(#000 0% 52%,#0000 100%)}.onboarding-finish-loader-copy{z-index:1;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative;transform:translateY(-5vh)}.onboarding-finish-loader-spinner{--finish-loader-progress:0deg;background:conic-gradient(#596653 var(--finish-loader-progress), #d6d6d6 0deg);border-radius:50%;width:74px;height:74px;margin-bottom:34px;position:relative}.onboarding-finish-loader-spinner:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:6px}.onboarding-finish-loader-copy h1{font-family:var(--font-heading);letter-spacing:0;margin:0 0 12px;font-size:clamp(32px,4vw,44px);font-weight:400;line-height:1.1}.onboarding-finish-loader-copy p{font-family:var(--font-body);color:#777;margin:0;font-size:clamp(15px,2vw,18px);font-weight:500;line-height:1.4}.onboarding-finish-loader-progress{z-index:1;text-align:center;font-family:var(--font-heading);letter-spacing:0;color:#070707;margin:0;font-size:clamp(24px,3vw,32px);font-weight:400;line-height:1;position:absolute;bottom:clamp(42px,9vh,92px);left:24px;right:24px}.onboarding-bg{z-index:0;position:absolute;inset:0;overflow:hidden}.onboarding-bg img{object-fit:cover;object-position:center bottom;filter:blur(10px);width:calc(100% + 76px);height:calc(100% + 76px);position:absolute;inset:-38px}.onboarding-bg-overlay{background:#0000001a;position:absolute;inset:0}.onboarding-bg-grain{pointer-events:none;opacity:1;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.8'/%3E%3C/svg%3E");background-repeat:repeat;background-size:300px 300px;position:absolute;inset:0}.onboarding-center{z-index:1;justify-content:center;align-items:stretch;height:100svh;padding:clamp(18px,3.75vw,54px);display:flex;position:relative;overflow:hidden}.onboarding-card{-webkit-backdrop-filter:blur(74px);backdrop-filter:blur(74px);width:100%;max-width:1800px;height:100%;box-shadow:none;background:#fff;border-radius:17px;flex-direction:column;transition:height .4s ease-in-out;display:flex;position:relative;overflow:hidden}.onboarding-content{scrollbar-width:none;-ms-overflow-style:none;flex:auto;min-height:0;overflow-y:auto}.onboarding-content::-webkit-scrollbar{display:none}.onboarding-content-inner{justify-content:center;align-items:flex-start;min-height:100%;padding:80px 32px clamp(32px,6vh,72px);display:flex}.onboarding-content-inner.analyzing{align-items:flex-start;padding-top:60px}.onboarding-content-inner.analyzing .onboarding-subheading{margin-bottom:16px}.onboarding-content:has(.onboarding-content-inner.analyzing){overflow-y:hidden}.onboarding-content-body{width:100%;max-width:600px;margin:0}.onboarding-icon{margin-bottom:18px}.onboarding-icon img{width:64px;height:64px}.onboarding-heading{font-family:var(--font-heading);color:#000;letter-spacing:0;margin-bottom:8px;font-size:clamp(30px,2.4vw,40px);font-weight:400;line-height:1.15}.onboarding-subheading{font-family:var(--font-body);color:var(--muted);margin-bottom:clamp(24px,3.2vh,40px);font-size:clamp(15px,1.1vw,18px);font-weight:500;line-height:1.45}.onboarding-card-actions{flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;margin-top:clamp(24px,3.2vh,40px);display:flex}.onboarding-btn-back{z-index:3;height:40px;font-family:var(--font-body);color:var(--fg);cursor:pointer;background:#fff;border:1px solid #ececee;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 24px 0 16px;font-size:16px;font-weight:500;line-height:24px;transition:background .15s;display:flex;position:absolute;top:38px;left:35px}.onboarding-btn-back img{flex:none;width:20px;height:20px}.onboarding-btn-back:hover{background:#f9f9f9}.onboarding-btn-continue{width:156px;height:40px;font-family:var(--font-body);color:#fff;cursor:pointer;background:#121212;border:none;border-radius:12px;justify-content:center;align-items:center;padding:0 24px;font-size:16px;transition:opacity .15s;display:flex}.onboarding-btn-continue:hover{opacity:.9}.onboarding-btn-continue:disabled{opacity:.5;cursor:not-allowed}.onboarding-fields{flex-direction:column;gap:32px;display:flex}.onboarding-field{margin-bottom:28px}.onboarding-fields .onboarding-field{margin-bottom:0}.onboarding-field label{font-family:var(--font-body);color:var(--fg);margin-bottom:8px;font-size:17px;font-weight:600;line-height:24px;display:block}.onboarding-field .hint{color:#a7a7a9;margin-top:4px;font-size:14px;font-weight:500;line-height:20px}.onboarding-input{width:100%;height:54px;font-family:var(--font-body);color:var(--fg);background:#f2f3f1;border:1px solid #e1e1e3;border-radius:12px;outline:none;padding:0 20px;font-size:17px;font-weight:500;line-height:24px;transition:border-color .2s}.onboarding-input:focus{border-color:var(--fg)}.onboarding-input::placeholder{color:#a7a7a9}.onboarding-input:-webkit-autofill{-webkit-text-fill-color:var(--fg);border:1px solid #e1e1e3;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #f2f3f1}.onboarding-input:-webkit-autofill:hover{-webkit-text-fill-color:var(--fg);border:1px solid #e1e1e3;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #f2f3f1}.onboarding-input:-webkit-autofill:focus{-webkit-text-fill-color:var(--fg);border:1px solid #e1e1e3;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #f2f3f1}.onboarding-purpose-field{margin-bottom:24px}.onboarding-purpose-textarea.onboarding-textarea{resize:none;background:#f2f3f1;border-radius:12px;height:143px;min-height:143px;padding:13px 18px;font-size:16px;font-weight:500;line-height:24px;display:block}.onboarding-purpose-textarea.onboarding-textarea::placeholder{color:#0f0f0f66}.onboarding-purpose-examples{flex-direction:column;gap:6px;display:flex}.onboarding-purpose-examples-label{font-family:var(--font-body);color:#0f0f0f;font-size:16px;font-weight:600;line-height:24px}.onboarding-purpose-example{color:#787882;cursor:pointer;width:100%;min-height:62px;font-family:var(--font-body);text-align:left;background:#fff;border:1px solid #ececee;border-radius:16px;padding:13px 18px;font-size:14px;font-weight:500;line-height:16px;transition:border-color .15s,color .15s}.onboarding-purpose-example:hover{color:#373734;border-color:#dcdce0}.onboarding-goal-list{flex-direction:column;gap:16px;margin-bottom:36px;display:flex}.onboarding-goal-row{color:#0f0f0f;width:100%;min-height:51px;font-family:var(--font-body);text-align:left;background:#f2f3f1;border:1px solid #e1e1e3;border-radius:12px;align-items:center;gap:8px;padding:8px 13px 8px 16px;font-size:16px;font-weight:500;line-height:24px;display:flex}.onboarding-goal-row-icon{flex:none;width:20px;height:20px}.onboarding-goal-row span:not(.onboarding-goal-row-remove){flex:1;min-width:0}.onboarding-goal-row-remove{color:#00000080;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:22px;font-weight:300;line-height:1;transition:color .15s,background .15s;display:flex}.onboarding-goal-row-remove:hover{color:#1c1c1d;background:#e1e1e3}.onboarding-goal-status{color:#787882;min-height:51px;font-family:var(--font-body);align-items:center;gap:12px;margin-bottom:36px;font-size:15px;display:flex}.onboarding-goal-regenerate{color:var(--green);font-family:var(--font-body);cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:600}.onboarding-goal-regenerate:hover{text-decoration:underline}.onboarding-goal-regenerate-block{margin:-24px 0 32px;display:block}.onboarding-goal-add{align-items:center;gap:8px;margin-bottom:36px;display:flex}.onboarding-goal-add .onboarding-input{flex:1;min-width:0}.onboarding-goal-add-btn{background:var(--green);color:#fff;height:51px;font-family:var(--font-body);cursor:pointer;border:none;border-radius:12px;flex:none;padding:0 22px;font-size:15px;font-weight:600;transition:opacity .15s}.onboarding-goal-add-btn:disabled{opacity:.45;cursor:not-allowed}.onboarding-goal-add-btn:not(:disabled):hover{opacity:.9}.onboarding-call-direction-cards{grid-template-columns:1fr 1fr;gap:16px;display:grid}.onboarding-call-direction-card{color:#1c1c1d;cursor:pointer;min-height:133px;font-family:var(--font-body);text-align:left;background:#fff;border:1px solid #ececee;border-radius:16px;flex-direction:column;align-items:flex-start;padding:17px 11px 14px;transition:border-color .15s,box-shadow .15s;display:flex}.onboarding-call-direction-card:hover,.onboarding-call-direction-card.selected{border-color:#121212}.onboarding-call-direction-card.selected{box-shadow:0 0 0 1px #12121205}.onboarding-call-direction-icon{width:28px;height:28px;margin-bottom:14px}.onboarding-call-direction-title{color:#1c1c1d;font-size:15px;font-weight:600;line-height:24px}.onboarding-call-direction-desc{color:#787882;margin-top:0;font-size:12px;font-weight:500;line-height:16px}.onboarding-toolcalls-wrap{flex-direction:column;align-items:center;gap:32px;width:100%;display:flex}.onboarding-toolcalls-list{flex-direction:column;gap:16px;width:100%;display:flex}.onboarding-toolcall-row{color:#0f0f0f;width:100%;min-height:51px;font-family:var(--font-body);text-align:left;background:#f2f3f1;border:1px solid #e1e1e3;border-radius:12px;align-items:flex-start;gap:10px;padding:12px 13px 12px 16px;font-size:16px;font-weight:500;line-height:24px;transition:border-color .15s,background .15s;display:flex}.onboarding-toolcall-row:hover{border-color:#d1d1d4}.onboarding-toolcall-icon{flex:none;width:20px;height:20px;margin-top:2px}.onboarding-toolcall-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.onboarding-toolcall-name{word-break:break-word;font-weight:600}.onboarding-toolcall-desc{color:#6b6b6f;word-break:break-word;font-size:14px;font-weight:400;line-height:20px}.onboarding-toolcall-remove{color:#0f0f0f;cursor:pointer;opacity:.5;background:0 0;border:none;flex:none;width:22px;height:22px;margin-top:1px;padding:0;font-size:20px;line-height:1;transition:opacity .15s}.onboarding-toolcall-remove:hover{opacity:1}.onboarding-toolcall-add{color:#0f0f0f;cursor:pointer;width:312px;max-width:100%;height:51px;font-family:var(--font-body);background:#f2f3f1;border:1px solid #e1e1e3;border-radius:12px;font-size:16px;font-weight:500;line-height:24px;transition:border-color .15s,background .15s}.onboarding-toolcall-add:hover{background:#f5f6f4;border-color:#d1d1d4}@media (width<=720px){.onboarding-card{border-radius:14px}.onboarding-btn-back{height:36px;padding:0 16px 0 12px;font-size:14px;top:18px;left:18px}.onboarding-content-inner{padding-left:20px;padding-right:20px}.onboarding-icon{margin-bottom:12px}.onboarding-icon img{width:44px;height:44px}.onboarding-heading{font-size:28px;line-height:34px}.onboarding-subheading{margin-bottom:28px;font-size:15px;line-height:22px}.onboarding-fields{gap:24px}.onboarding-card-actions{width:calc(100% - 40px)}.onboarding-call-direction-cards{grid-template-columns:1fr}}.onboarding-textarea{width:100%;min-height:120px;font-family:var(--font-body);color:var(--fg);resize:vertical;background:#fafafa;border:1px solid #e1e1e3;border-radius:14px;outline:none;padding:16px 20px;font-size:15px;font-weight:500;line-height:1.6;transition:border-color .2s}.onboarding-textarea:focus{border-color:var(--fg)}.onboarding-textarea::placeholder{color:#a7a7a9}.onboarding-upload-prompt{min-height:96px;margin-top:16px}.onboarding-examples{margin-top:16px}.onboarding-examples-label{color:#a7a7a9;margin-bottom:8px;font-size:13px}.onboarding-example-btn{text-align:left;width:100%;font-family:var(--font-body);color:var(--muted);cursor:pointer;background:#fafafa;border:1px solid #e1e1e3;border-radius:12px;margin-bottom:8px;padding:12px 16px;font-size:14px;line-height:1.5;transition:border-color .15s,color .15s;display:block}.onboarding-example-btn:hover{color:var(--fg);border-color:#999}.onboarding-analyzing{flex-direction:column;align-items:stretch;gap:24px;padding:24px 0;display:flex}.onboarding-browser-mockup{background:#fff;border:1px solid #d4d4d4;border-radius:10px;width:100%;overflow:hidden;box-shadow:0 4px 24px #00000014}.onboarding-browser-bar{background:#f0f0f0;border-bottom:1px solid #d4d4d4;align-items:center;gap:8px;padding:10px 14px;display:flex}.onboarding-browser-dot{border-radius:50%;width:12px;height:12px}.onboarding-browser-dot.red{background:#ff5f57}.onboarding-browser-dot.yellow{background:#febc2e}.onboarding-browser-dot.green{background:#28c840}.onboarding-browser-bar-icons{align-items:center;gap:6px;display:flex}.onboarding-browser-url{color:#666;text-overflow:ellipsis;white-space:nowrap;background:#e6e6e6;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:5px;height:26px;padding:0 10px;font-size:12px;line-height:26px;display:flex;overflow:hidden}.onboarding-browser-content{background:#fafafa;height:260px;position:relative;overflow:hidden}.onboarding-og-preview{flex-direction:column;height:100%;display:flex}.onboarding-og-image{object-fit:cover;flex:1;width:100%;display:block}.onboarding-og-info{background:#fff;border-top:1px solid #e8e8e8;padding:14px 18px}.onboarding-og-title{font-family:var(--font-body);color:#1c1c1d;text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px;font-size:14px;font-weight:600;line-height:1.3;overflow:hidden}.onboarding-og-desc{font-family:var(--font-body);color:#787882;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.onboarding-og-url{font-family:var(--font-body);color:#a7a7a9;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.onboarding-skeleton{opacity:.5;flex-direction:column;gap:10px;display:flex}.onboarding-skeleton-bar{background:linear-gradient(90deg,#e8e8e8 25%,#f2f2f2 50%,#e8e8e8 75%) 0 0/200% 100%;border-radius:4px;animation:1.5s ease-in-out infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.onboarding-analyzing-text{font-family:var(--font-body);color:var(--muted);text-align:center;font-size:14px;animation:2s ease-in-out infinite pulse-fade}.onboarding-migrate-panel{background:#fff;border:1px solid #e1e1e3;border-radius:12px;width:100%;padding:29px 31px;overflow:hidden}.onboarding-migrate-row{color:#0f0f0f;cursor:pointer;width:100%;min-height:52px;font-family:var(--font-body);text-align:left;background:0 0;border:0;border-bottom:1px solid #e8e8e8b3;justify-content:space-between;align-items:center;gap:20px;padding:0;display:flex}.onboarding-migrate-row:not(:last-child){margin-bottom:20px;padding-bottom:20px}.onboarding-migrate-row:last-child{border-bottom:0;min-height:32px}.onboarding-migrate-row-main{align-items:center;gap:11px;min-width:0;display:inline-flex}.onboarding-migrate-row-icon-wrap{background:0 0;border-radius:0;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;overflow:hidden}.onboarding-migrate-row-icon{object-fit:contain;width:32px;height:32px}.onboarding-migrate-row-name{color:#0f0f0f;font-size:16px;font-weight:600;line-height:24px}.onboarding-migrate-row-arrow{color:#5e5e60;opacity:.9;flex:none;width:20px;height:20px}.onboarding-migrate-row:hover .onboarding-migrate-row-name,.onboarding-migrate-row:hover .onboarding-migrate-row-arrow{color:#121212}.onboarding-migrate-divider{color:#b9b9b9;align-items:center;gap:16px;width:100%;margin:16px 0;display:flex}.onboarding-migrate-divider span{background:#b9b9b9;flex:1;height:1px}.onboarding-migrate-divider strong{font-family:var(--font-body);font-size:16px;font-weight:600;line-height:24px}.onboarding-setup-manually-btn{color:#1c1c1d;cursor:pointer;width:100%;min-height:100px;font-family:var(--font-body);text-align:left;background:#f2f3f1;border:1px solid #ececee;border-radius:16px;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;padding:18px;transition:border-color .15s,background .15s;display:flex}.onboarding-setup-manually-btn:hover{background:#f5f6f4;border-color:#d7d7dc}.onboarding-setup-manually-title{color:#000;align-items:center;gap:5px;font-size:16px;font-weight:500;line-height:24px;display:inline-flex}.onboarding-setup-manually-title svg{color:#000;flex:none}.onboarding-setup-manually-desc{color:#787882;max-width:386px;font-size:12px;font-weight:500;line-height:16px}.onboarding-migrate-form-icon{background:0 0;border-radius:0;justify-content:center;align-items:center;width:88px;height:88px;margin-bottom:8px;display:flex;overflow:hidden}.onboarding-migrate-form-icon img{object-fit:contain;width:88px;height:88px;display:block}.onboarding-migrate-form-field{flex-direction:column;gap:6px;width:100%;margin-bottom:32px;display:flex}.onboarding-migrate-form-field label{font-family:var(--font-body);color:#0f0f0f;font-size:16px;font-weight:600;line-height:24px}.onboarding-migrate-form-input{width:100%;height:48px;font-family:var(--font-body);color:#0f0f0f;box-sizing:border-box;background:#f2f3f1;border:1px solid #e1e1e3;border-radius:12px;outline:none;padding:0 16px;font-size:16px;font-weight:500;line-height:24px;transition:border-color .2s}.onboarding-migrate-form-input:focus{border-color:#0f0f0f}.onboarding-migrate-form-input::placeholder{color:#0f0f0f66}.onboarding-migrate-form-hint{opacity:.5;align-items:center;gap:4px;margin-top:2px;display:inline-flex}.onboarding-migrate-form-hint span{font-family:var(--font-body);color:#0f0f0f;font-size:12px;font-weight:500;line-height:16px}.onboarding-migrate-form-hint svg{flex-shrink:0}.onboarding-migrate-form-select-wrap{width:100%;position:relative}.onboarding-migrate-form-select{appearance:none;cursor:pointer;padding-right:44px}.onboarding-migrate-form-select:invalid{color:#787882}.onboarding-migrate-form-select option{color:#0f0f0f}.onboarding-migrate-form-select::-ms-expand{display:none}.onboarding-migrate-form-select-caret{pointer-events:none;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.onboarding-migrate-config-fields{flex-direction:column;gap:24px;width:100%;display:flex}.onboarding-migrate-config-fields .onboarding-migrate-form-field{margin-bottom:0}.onboarding-kb-grid{grid-template-columns:repeat(3,1fr);gap:8px;width:100%;display:grid}.onboarding-kb-grid-card{outline-offset:-1px;cursor:pointer;background:#fff;border-radius:16px;outline:1px solid #ececee;flex-direction:column;justify-content:center;align-items:center;gap:11px;height:95px;transition:outline-color .15s,box-shadow .15s;display:flex}.onboarding-kb-grid-card:hover{outline-color:silver}.onboarding-kb-grid-card.selected{outline-offset:-1.5px;outline:1.5px solid #000}.onboarding-kb-grid-card-icon{width:20px;height:20px;display:block}.onboarding-kb-grid-card-label{font-family:var(--font-body);color:#1c1c1d;text-align:center;font-size:14px;font-weight:500;line-height:24px}.onboarding-tool-list{flex-direction:column;gap:24px;width:100%;display:flex}.onboarding-tool-row{outline-offset:-1px;cursor:pointer;background:#fff;border-radius:12px;outline:1px solid #e1e1e3;align-items:center;gap:16px;height:75px;padding:0 31px;transition:outline-color .15s;display:flex}.onboarding-tool-row:hover{outline-color:silver}.onboarding-tool-checkbox{background:#efefef;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-right:19px;transition:background .15s;display:flex}.onboarding-tool-checkbox.checked{background:#000}.onboarding-tool-icon{flex-shrink:0;width:24px;height:24px;display:block}.onboarding-tool-copy{flex:1;justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.onboarding-tool-label{font-family:var(--font-body);color:#1c1c1d;text-overflow:ellipsis;white-space:nowrap;font-size:20px;font-weight:500;line-height:24px;overflow:hidden}.onboarding-tool-badge{font-family:var(--font-body);color:#4b4b4f;background:#f0f0f1;border-radius:999px;flex-shrink:0;padding:5px 9px;font-size:11px;font-weight:600;line-height:14px}.onboarding-tool-badge.runnable{color:#126b3a;background:#e8f7ee}.onboarding-tool-badge.needs_config{color:#795100;background:#fff4d8}.onboarding-tool-badge.unsupported{color:#8a2424;background:#fbeaea}.onboarding-upload-link{color:#000;cursor:pointer;text-decoration:underline}.sheet-upload-error{color:#b42318;font-family:var(--font-body);margin:12px 0 0;font-size:13px}.sheet-upload-panel{flex-direction:column;gap:14px;margin-top:18px;display:flex}.sheet-upload-map{flex-wrap:wrap;gap:12px;display:flex}.sheet-upload-select{font-family:var(--font-body);color:#0f0f0f99;flex-direction:column;gap:5px;font-size:12px;display:flex}.sheet-upload-select select{color:#0f0f0f;cursor:pointer;background:#fff;border:1px solid #dcdcdc;border-radius:8px;padding:8px 10px;font-size:13px}.sheet-upload-preview{border:1px solid #ececec;border-radius:12px;overflow-x:auto}.sheet-upload-preview table{border-collapse:collapse;width:100%;font-family:var(--font-body);font-size:12px}.sheet-upload-preview th,.sheet-upload-preview td{text-align:left;vertical-align:top;border-bottom:1px solid #f0f0f0;max-width:340px;padding:8px 10px}.sheet-upload-preview th{color:#0f0f0f73;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:500}.sheet-upload-preview .col-transcript{background:#eef6ff}.sheet-upload-preview .col-url{background:#eefaf3}.sheet-upload-preview .col-id{background:#fdf5e8}.sheet-upload-hint{color:#0f0f0f80;font-family:var(--font-body);margin:0;font-size:12px}.sheet-upload-btn{color:#fff;font-family:var(--font-body);cursor:pointer;background:#0f0f0f;border:none;border-radius:10px;align-self:flex-start;padding:10px 22px;font-size:14px}.sheet-upload-btn:disabled{opacity:.55;cursor:default}.sheet-upload-done{color:#0d7a3d;font-family:var(--font-body);margin:0;font-size:13px;font-weight:500}.sheet-upload-done-card{background:#f1faf5;border:1px solid #cdeee0;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:16px;padding:16px 18px;display:flex}.sheet-upload-replace{color:#0f0f0f;font-family:var(--font-body);cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #dcdcdc;border-radius:8px;padding:8px 16px;font-size:13px}.sheet-upload-prompt{resize:vertical;width:100%;min-height:96px;margin-top:18px}.onboarding-content-body:has(.onboarding-system-prompt-textarea){max-width:680px}.onboarding-system-prompt-textarea{background:#fafafa;border-radius:12px;height:282px;min-height:282px;padding:14px 18px;font-size:14px;line-height:1.5}.sheet-upload-audio-alt{flex-direction:column;align-items:flex-start;gap:6px;margin-top:14px;display:flex}.onboarding-upload-dropzone{outline-offset:-1px;cursor:pointer;background:#fafafa;border-radius:16px;outline:1px solid #e5e5e8;flex-direction:column;justify-content:center;align-items:center;gap:6px;height:241px;transition:outline-color .15s,background .15s;display:flex}.onboarding-upload-dropzone:hover{background:#f5f5f5;outline-color:silver}.onboarding-upload-dropzone.dragover{outline-offset:-1.5px;background:#f0f0f0;outline:1.5px solid #0f0f0f}.onboarding-upload-dropzone-icon{outline-offset:-1px;background:#fff;border-radius:8px;outline:1px solid #e5e5e8;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:14px;display:flex}.onboarding-upload-dropzone-icon img{width:28px;height:28px;display:block}.onboarding-upload-dropzone-title{font-family:var(--font-body);color:#1c1c1d;font-size:15px;font-weight:600;line-height:24px}.onboarding-upload-dropzone-subtitle{font-family:var(--font-body);color:#787882;font-size:12px;font-weight:500}.onboarding-upload-recordings-list{flex-direction:column;gap:8px;margin-top:12px;display:flex}.onboarding-upload-recording-item{font-family:var(--font-body);color:#1c1c1d;background:#fafafa;border:1px solid #e1e1e3;border-radius:10px;align-items:center;gap:10px;padding:10px 14px;font-size:13px;display:flex}.onboarding-upload-recording-item span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.onboarding-upload-recording-item svg{color:#787882;flex-shrink:0}.onboarding-upload-recording-remove{color:#a7a7a9;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:18px;transition:color .15s,background .15s;display:flex}.onboarding-upload-recording-remove:hover{color:#1c1c1d;background:#e1e1e3}.onboarding-upload-hint{font-family:var(--font-body);color:#787882;margin-top:32px;font-size:16px;font-weight:500;line-height:24px}.onboarding-card-select-row{gap:12px;display:flex}.onboarding-card-select{cursor:pointer;background:#fff;border:1px solid #ececee;border-radius:12px;flex:1;padding:18px;transition:border-color .2s,box-shadow .2s}.onboarding-card-select:hover{border-color:silver}.onboarding-card-select.selected{border-color:#121212;box-shadow:0 0 0 1px #121212}.onboarding-card-select svg{color:#787882;margin-bottom:14px;display:block}.onboarding-card-select.selected svg,.onboarding-card-select.selected .onboarding-card-select-title{color:#121212}.onboarding-card-select-title{font-family:var(--font-body);color:var(--fg);margin-bottom:4px;font-size:15px;font-weight:600}.onboarding-card-select-desc{font-family:var(--font-body);color:var(--muted);font-size:13px;line-height:1.4}.onboarding-chips{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.onboarding-chip{color:#121212;font-family:var(--font-body);background:0 0;border:1px solid #ececee;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:500;display:inline-flex}.onboarding-chip-x{cursor:pointer;opacity:.4;color:#121212;font-size:16px;line-height:1}.onboarding-chip-x:hover{opacity:1}.onboarding-chip-add{gap:8px;display:flex}.onboarding-chip-add input{height:36px;font-family:var(--font-body);background:#fafafa;border:1px solid #e1e1e3;border-radius:8px;outline:none;flex:1;padding:0 12px;font-size:13px}.onboarding-chip-add button{height:36px;font-family:var(--font-body);cursor:pointer;background:#fff;border:1px solid #e1e1e3;border-radius:8px;padding:0 14px;font-size:13px}.onboarding-fn-section-label{font-family:var(--font-body);color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-top:20px;margin-bottom:8px;font-size:13px;font-weight:600}.onboarding-fn-section-label:first-of-type{margin-top:0}.onboarding-fn-list{flex-direction:column;gap:16px;display:flex}.onboarding-fn-card{background:#fff;border:1px solid #e1e1e3;border-radius:12px;align-items:center;height:75px;padding:0 28px;display:flex}.onboarding-fn-toggle{cursor:pointer;background:#dcdcdc;border:.833px solid #efefef;border-radius:29px;flex-shrink:0;width:40px;height:20px;transition:background .2s;position:relative;box-shadow:inset 0 .882px 5.882px #00000026}.onboarding-fn-toggle.enabled{background:#57c446}.onboarding-fn-toggle-dot{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:50%;left:2px;transform:translateY(-50%)translate(0);box-shadow:0 0 .941px #00000059}.onboarding-fn-toggle.enabled .onboarding-fn-toggle-dot{transform:translateY(-50%)translate(20px)}.onboarding-fn-info{min-width:0;margin-left:24px}.onboarding-fn-name{font-family:var(--font-body);color:#1c1c1d;font-size:16px;font-weight:600;line-height:24px}.onboarding-fn-desc{font-family:var(--font-body);color:var(--muted);font-size:13px;line-height:18px}.onboarding-fn-add{cursor:pointer;background:#fafafa;border:1px solid #e1e1e3;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:60px;transition:background .15s;display:flex}.onboarding-fn-add:hover{background:#f0f0f0}.onboarding-fn-add span{font-family:var(--font-body);color:#1c1c1d;font-size:16px;line-height:24px}.fn-dialog-overlay{z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.fn-dialog{background:#fff;border-radius:24px;width:637px;max-height:calc(100vh - 48px);position:relative;overflow-y:auto}.fn-dialog-close{z-index:2;color:#787882;cursor:pointer;background:#fff;border:1px solid #e5e5e8;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;transition:background .15s;display:flex;position:absolute;top:36px;right:37px}.fn-dialog-close:hover{background:#f9f9f9}.fn-dialog-header{padding:35px 44px 0}.fn-dialog-title{font-family:var(--font-heading);color:#000;font-size:32px;font-weight:400;line-height:38px}.fn-dialog-subtitle{font-family:var(--font-body);color:#787882;margin-top:4px;font-size:16px;line-height:24px}.fn-dialog-body{flex-direction:column;gap:24px;padding:24px 44px;display:flex}.fn-dialog-field label{font-family:var(--font-body);color:#0f0f0f;margin-bottom:6px;font-size:16px;font-weight:600;line-height:24px;display:block}.fn-dialog-input{width:100%;height:48px;font-family:var(--font-body);color:#0f0f0f;background:#fafafa;border:1px solid #e1e1e3;border-radius:12px;outline:none;padding:0 18px;font-size:16px;line-height:24px;transition:border-color .2s}.fn-dialog-input:focus{border-color:#0f0f0f}.fn-dialog-input::placeholder{color:#0f0f0f66}.fn-dialog-textarea{width:100%;height:90px;font-family:var(--font-body);color:#0f0f0f;resize:none;background:#fafafa;border:1px solid #e1e1e3;border-radius:12px;outline:none;padding:12px 18px;font-size:16px;line-height:24px;transition:border-color .2s}.fn-dialog-textarea:focus{border-color:#0f0f0f}.fn-dialog-textarea::placeholder{color:#0f0f0f66}.fn-dialog-endpoint-row{gap:6px;display:flex}.fn-dialog-method-wrap{position:relative}.fn-dialog-method-btn{cursor:pointer;background:#fafafa;border:1px solid #e1e1e3;border-radius:12px;align-items:center;width:120px;height:48px;padding:0 8px;display:flex}.fn-dialog-method-btn svg{color:#0f0f0f;margin-left:auto}.fn-dialog-method-badge{font-family:var(--font-body);letter-spacing:.7px;color:#fff;border-radius:8px;padding:4px 12px;font-size:14px;font-weight:600}.fn-dialog-method-dropdown{z-index:20;background:#fff;border:1px solid #e1e1e3;border-radius:8px;width:120px;position:absolute;top:52px;left:0;overflow:hidden;box-shadow:0 4px 24px #00000014}.fn-dialog-method-option{cursor:pointer;background:0 0;border:none;align-items:center;width:100%;padding:8px;display:flex}.fn-dialog-method-option:hover{background:#fafafa}.fn-dialog-actions{justify-content:flex-end;padding:0 44px 32px;display:flex}.fn-dialog-save{width:116px;height:40px;font-family:var(--font-body);color:#fff;cursor:pointer;background:linear-gradient(#515151,#0f0f0f);border:none;border-radius:8px;justify-content:center;align-items:center;font-size:16px;line-height:24px;transition:opacity .15s;display:flex}.fn-dialog-save:hover{opacity:.9}.onboarding-final-setup{flex-direction:column;gap:25px;width:100%;display:flex}.onboarding-final-subheading{margin-bottom:18px}.onboarding-final-kb-field,.onboarding-final-fields .onboarding-field{margin-bottom:0}.onboarding-final-fields{flex-direction:column;gap:26px;width:100%;display:flex}.onboarding-kb-cards{grid-template-columns:1fr 1fr;gap:16px;display:grid}.onboarding-kb-card{cursor:pointer;background:#f2f3f1;border:1px solid #ececee;border-radius:16px;min-height:146px;padding:27px 16px 14px;transition:border-color .2s,box-shadow .2s}.onboarding-kb-card:hover{border-color:silver;box-shadow:0 2px 8px #0000000a}.onboarding-kb-card-icon-img{width:28px;height:28px;margin-bottom:14px}.onboarding-kb-card-title{font-family:var(--font-body);color:#1c1c1d;margin-bottom:0;font-size:16px;font-weight:500;line-height:24px}.onboarding-kb-card-desc{font-family:var(--font-body);color:var(--muted);font-size:12px;font-weight:500;line-height:16px}.onboarding-kb-items{flex-direction:column;gap:8px;margin-top:12px;display:flex}.onboarding-kb-item{font-family:var(--font-body);color:#1c1c1d;background:#fafafa;border:1px solid #e1e1e3;border-radius:10px;align-items:center;gap:10px;padding:10px 14px;font-size:13px;display:flex}.onboarding-kb-item span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.onboarding-kb-item svg{color:#787882;flex-shrink:0}.onboarding-kb-item-remove{color:#a7a7a9;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:18px;transition:color .15s,background .15s;display:flex}.onboarding-kb-item-remove:hover{color:#1c1c1d;background:#e1e1e3}.kb-url-modal-overlay{z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.kb-url-modal{z-index:10;background:#fff;border-radius:16px;width:480px;padding:24px;position:relative;box-shadow:0 8px 40px #00000029,0 2px 12px #00000014}.kb-url-modal-title{font-family:var(--font-body);color:#0f0f0f;font-size:20px;font-weight:600}.kb-url-modal-subtitle{font-family:var(--font-body);color:#787882;margin-top:4px;font-size:14px}.kb-url-modal-input{width:100%;height:44px;font-family:var(--font-body);color:#0f0f0f;background:#fff;border:1px solid #e5e5e8;border-radius:8px;outline:none;margin-top:16px;padding:0 16px;font-size:14px;transition:border-color .2s}.kb-url-modal-input:focus{border-color:#0f0f0f}.kb-url-modal-input::placeholder{color:#a7a7a9}.kb-url-modal-actions{justify-content:flex-end;gap:12px;margin-top:16px;display:flex}.kb-url-modal-cancel{font-family:var(--font-body);color:#808487;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 16px;font-size:14px;transition:background .15s}.kb-url-modal-cancel:hover{background:#f6f6f6}.kb-url-modal-submit{font-family:var(--font-body);color:#fff;cursor:pointer;background:#0f0f0f;border:none;border-radius:8px;padding:8px 16px;font-size:14px;transition:background .15s}.kb-url-modal-submit:hover{background:#333}@media (width>=1500px){.onboarding-content-body{max-width:680px}.onboarding-content-inner{padding-left:40px;padding-right:40px}}@media (width>=721px) and (height<=920px){.onboarding-content-inner{padding-top:80px;padding-bottom:clamp(20px,4vh,44px)}.onboarding-icon{margin-bottom:12px}.onboarding-icon img{width:52px;height:52px}.onboarding-heading{font-size:clamp(26px,2.2vw,34px)}.onboarding-subheading{margin-bottom:clamp(16px,2.2vh,28px)}.onboarding-card-actions{margin-top:clamp(20px,2.4vh,32px)}.onboarding-fields{gap:22px}.onboarding-purpose-textarea.onboarding-textarea{height:116px;min-height:116px}.onboarding-goal-list{gap:12px;margin-bottom:24px}.onboarding-goal-row{min-height:46px}.onboarding-call-direction-card{min-height:108px}.onboarding-migrate-panel{padding:22px 24px}.onboarding-setup-manually-btn{min-height:84px}.onboarding-kb-card{min-height:120px;padding-top:18px}.onboarding-kb-grid-card{height:82px}.onboarding-tool-row{height:64px}.onboarding-tool-list{gap:16px}.onboarding-upload-dropzone{height:188px}.onboarding-upload-hint{margin-top:20px}.onboarding-final-setup,.onboarding-final-fields{gap:18px}}.agents-dashboard{background:#f2f2f2;height:100vh;display:flex;overflow:hidden}.agents-sidebar{background:#f2f2f2;width:256px;padding:0 6px 0 0;transition:width .2s;overflow:hidden}.agents-sidebar.collapsed{width:60px;padding:0}.agents-sidebar.collapsed .agents-sidebar-inner{padding-left:0;padding-right:0}.agents-sidebar.collapsed .agents-nav-section-items{align-items:center}.agents-sidebar-inner{flex-direction:column;justify-content:space-between;height:100%;padding:24px 0 32px 16px;display:flex}.agents-sidebar-top{flex-direction:column;gap:18px;display:flex}.agents-brand-row{justify-content:space-between;align-items:center;padding-right:5px;display:flex}.agents-brand-logo{object-fit:contain;flex:none;width:auto;height:46px;display:block}.agents-sidebar-collapse-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.agents-sidebar-collapse-btn:hover{background:#e6e6e6}.agents-sidebar-collapse{width:20px;height:20px;display:block}.agents-sidebar.collapsed .agents-brand-row{flex-direction:column;justify-content:center;align-items:center;gap:0;padding-right:0;position:relative}.agents-sidebar.collapsed .agents-brand-logo{width:48px;height:48px;transition:opacity .15s}.agents-sidebar.collapsed .agents-sidebar-collapse-btn{opacity:0;margin:auto;transition:opacity .15s;position:absolute;inset:0}.agents-sidebar.collapsed .agents-brand-row:hover .agents-brand-logo{opacity:0}.agents-sidebar.collapsed .agents-brand-row:hover .agents-sidebar-collapse-btn{opacity:1}.agents-sidebar.collapsed .agents-nav-item{justify-content:center;width:44px;padding:8px}.agents-sidebar.collapsed .agents-nav-item span{display:none}.agents-sidebar.collapsed .agents-sidebar-footer{justify-content:center;width:100%;padding:0}.agents-sidebar.collapsed .agents-user-copy,.agents-sidebar.collapsed .agents-user-menu{display:none}.agents-workspace-switcher{width:calc(100% - 4px);min-height:37px;font-family:var(--font-body);color:#1c1c1d;cursor:pointer;background:#fff;border:1px solid #d4d4d4;border-radius:12px;justify-content:space-between;align-items:center;margin-left:0;padding:8px 10px;font-size:14px;font-weight:500;display:flex;box-shadow:0 1px #0f0f0f05}.agents-workspace-switcher-wrap{width:100%;position:relative}.agents-workspace-switcher-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.agents-workspace-caret{flex:none;width:18px;height:18px;display:block}.ws-switcher-menu{z-index:60;background:#fff;border:1px solid #e7e4e9;border-radius:12px;width:calc(100% - 8px);padding:6px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 8px 24px #1312131f}.ws-switcher-item{border-radius:8px;align-items:center;display:flex}.ws-switcher-item:hover{background:#f0eef1}.ws-switcher-item-main{min-width:0;font-family:var(--font-body);color:#403a44;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;flex:1;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:14px;font-weight:500;display:flex}.ws-switcher-item.active .ws-switcher-item-main{color:#131213;font-weight:600}.ws-switcher-item-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ws-switcher-delete{color:#908b93;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:6px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;margin-right:4px;display:flex}.ws-switcher-item:hover .ws-switcher-delete,.ws-switcher-item:focus-within .ws-switcher-delete{opacity:1}.ws-switcher-delete:hover{color:#d6453d;background:#fbeceb}.ws-switcher-divider{background:#ece9ee;height:1px;margin:6px 4px}.ws-switcher-create{width:100%;font-family:var(--font-body);color:#131213;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;padding:8px 10px;font-size:14px;font-weight:600}.ws-switcher-create:hover{background:#f0eef1}.ws-switcher-create-form{padding:2px}.ws-switcher-input{width:100%;font-family:var(--font-body);box-sizing:border-box;border:1px solid #d4d4d4;border-radius:8px;outline:none;padding:8px 10px;font-size:14px}.ws-switcher-input:focus{border-color:#131213}.agents-nav{flex-direction:column;gap:0;display:flex}.agents-nav-section{flex-direction:column;gap:4px;display:flex}.agents-nav-section+.agents-nav-section{margin-top:14px}.agents-nav-section-label{font-family:var(--font-body);color:#949498;padding:10px 0 0;font-size:14px;font-weight:500;line-height:18px}.agents-nav-section-items{flex-direction:column;gap:4px;display:flex}.agents-nav-item{width:calc(100% - 6px);min-height:40px;font-family:var(--font-body);color:#5b5b66;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:8px 12px 8px 8px;font-size:16px;font-weight:500;line-height:24px;transition:background .12s,color .12s;display:flex}.agents-nav-item:not(.active):not(.disabled):hover{color:#1c1c1d;background:#e8e8e8}.agents-nav-item.active{color:#1c1c1d;background:#fff;box-shadow:0 1px #0f0f0f08}.agents-nav-item.disabled{pointer-events:none;opacity:.5;cursor:default}.agents-nav-icon{flex:none;width:20px;height:20px;display:block}.agents-nav-item[data-nav-id=agents] span{padding-top:2px}.agents-sidebar-footer{justify-content:space-between;align-items:center;gap:12px;width:calc(100% - 6px);padding:0 8px;display:flex;position:relative}.agents-user-avatar{border:none;border-radius:999px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative;overflow:hidden}.agents-user-avatar-photo,.agents-user-avatar-bg{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.agents-user-avatar-initials{z-index:1;color:#fff;font-family:"FONTSPRING DEMO - Gelica Rg", var(--font-heading);text-transform:uppercase;font-size:16.5px;font-weight:400;line-height:21.4px;position:relative}.agents-user-copy{flex:1;min-width:0}.agents-user-name{font-family:var(--font-body);color:#403a44;font-size:14px;font-weight:600;line-height:18px}.agents-user-email{font-family:var(--font-body);color:#908b93;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:20px;overflow:hidden}.agents-user-menu-icon{flex:none;width:16px;height:16px;display:block}.agents-user-menu{flex:none;position:static}.agents-user-menu-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.agents-user-menu-btn:hover{background:#f0eef1}.agents-user-menu-popover{z-index:50;background:#fff;border:1px solid #e7e4e9;border-radius:12px;min-width:0;padding:6px;position:absolute;bottom:calc(100% + 8px);left:0;right:0;box-shadow:0 8px 24px #1312131f}.agents-logout-btn{width:100%;font-family:var(--font-body);color:#d6453d;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;font-size:14px;font-weight:500;display:flex}.agents-logout-btn:hover{background:#fbeceb}.agents-main-shell{flex:1;min-width:0;padding:28px 0 0 20px;overflow:hidden}.agents-main-card{background:#fff;border:1px solid #e7e7e9;border-radius:24px 0 0;flex-direction:column;height:calc(100vh - 28px);min-height:0;padding:40px 44px 28px;display:flex;overflow:hidden;box-shadow:0 1px #0f0f0f05}.agents-main-header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.agents-page-title{font-family:var(--font-heading);color:#000;font-size:38.4px;font-weight:400;line-height:30px}.agents-new-btn{min-height:48px;padding:12px 20px;font-size:16px}.agents-new-btn-icon{flex:none;width:20px;height:20px;display:block}.agents-search{background:#fafafa;border:1px solid #e1e1e3;border-radius:12px;flex:none;align-items:center;min-height:56px;margin-top:32px;display:flex;position:relative}.agents-search-icon{opacity:.45;pointer-events:none;width:20px;height:20px;display:block;position:absolute;left:24px}.agents-search-input{width:100%;height:100%;font-family:var(--font-body);color:#0f0f0f;background:0 0;border:0;outline:none;padding:0 20px 0 56px;font-size:16px;font-weight:500}.agents-search-input::placeholder{color:#0f0f0f66}.agents-table-wrap{flex-direction:column;flex:1;min-height:0;margin-top:40px;display:flex}.agents-table-header,.agents-table-row{grid-template-columns:minmax(0,1.58fr) 138px minmax(0,1fr) 226px;align-items:center;gap:24px;display:grid}.agents-table-header{font-family:var(--font-body);color:#222;border-bottom:1px solid #e9eaeb;flex:none;padding:0 16px 12px;font-size:12px;font-weight:600;line-height:18px}.agents-table-body{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;min-height:0;padding-right:4px;display:flex;overflow:auto}.agents-table-body::-webkit-scrollbar{width:0;height:0}.agents-table-row{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:16px;width:100%;margin-top:8px;padding:16px;transition:background .16s,transform .12s}.agents-table-row:hover{background:#fafafa}.agents-table-row:active{transform:scale(.995)}.agents-table-row-wrap{position:relative}.agents-table-row-wrap:hover .agents-table-row{background:#fafafa}.agents-row-delete{color:#908b93;cursor:pointer;opacity:0;background:#fafafa;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.agents-table-row-wrap:hover .agents-row-delete,.agents-table-row-wrap:focus-within .agents-row-delete{opacity:1}.agents-row-delete:hover{color:#d6453d;background:#fbeceb}.agents-agent-cell{align-items:center;gap:9px;min-width:0;display:flex}.agents-agent-avatar{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:999px;flex:none;width:32px;height:32px;position:relative;overflow:hidden}.agents-agent-name{min-width:0;font-family:var(--font-heading);color:#000;white-space:nowrap;text-overflow:ellipsis;font-size:20px;line-height:28px;overflow:hidden}.agents-created-cell,.agents-usecase-text{font-family:Inter, var(--font-body), sans-serif;color:#000;font-size:14px;font-weight:400;line-height:20px}.agents-usecase-cell{align-items:center;gap:5px;min-width:0;display:flex}.agents-usecase-icon{flex:none;width:20px;height:20px;display:block}.agents-usecase-text{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.agents-status-cell{width:fit-content;min-width:0;font-family:Inter, var(--font-body), sans-serif;color:#398352;white-space:nowrap;border:0;border-radius:0;align-items:center;gap:3px;padding:0;display:inline-flex}.agents-status-main{align-items:center;gap:9px;min-width:0;display:inline-flex}.agents-status-icon{flex:none;width:16px;height:16px;display:block}.agents-status-label{white-space:nowrap;font-size:14px;font-weight:500;line-height:24px}.agents-status-detail{color:currentColor;opacity:.5;white-space:nowrap;font-size:9.9px;font-weight:500;line-height:24px}.agents-status-dot{opacity:.5;background:currentColor;border-radius:999px;flex:none;width:3px;height:3px}.agents-status-running,.agents-status-ready{color:#398352}.agents-table-loading,.agents-table-empty{text-align:center;font-family:var(--font-body);color:#908b93;padding:56px 12px 20px;font-size:15px;font-weight:500}@media (width<=1100px){.agents-dashboard{flex-direction:column;height:auto;min-height:100vh;overflow:auto}.agents-sidebar{width:100%;padding:16px}.agents-sidebar-inner{gap:20px;height:auto;padding:0}.agents-sidebar-footer{width:100%;padding:0 4px}.agents-main-shell{padding:0 16px 16px}.agents-main-card{height:auto;min-height:0}}@media (width<=820px){.agents-main-card{border-radius:20px;padding:28px 20px 24px}.agents-main-header{flex-direction:column;align-items:stretch}.agents-page-title{font-size:30.4px;line-height:27px}.agents-new-btn{justify-content:center;width:100%}.agents-table-header{display:none}.agents-table-body{padding-right:0;overflow:visible}.agents-table-row{border:1px solid #f0f0f2;grid-template-columns:1fr;gap:10px;padding:18px 14px}.agents-status-cell{flex-wrap:wrap}}.dash-policies{flex-direction:column;gap:24px;display:flex}.dash-policies-upload-row{gap:16px;display:flex}.dash-policies-upload-card{box-sizing:border-box;text-align:left;cursor:pointer;background:#fff;border:1px solid #e1e1e3;border-radius:16px;flex-shrink:0;width:276px;height:136px;transition:box-shadow .18s;position:relative}.dash-policies-upload-card:hover{box-shadow:0 4px 16px #00000014}.dash-policies-upload-icon{width:28px;height:28px;position:absolute;top:16.59px;left:20px}.dash-policies-upload-title{font-family:var(--font-body);color:#1c1c1d;white-space:nowrap;margin:0;font-size:16px;font-weight:600;line-height:24px;position:absolute;top:62.59px;left:16px}.dash-policies-upload-desc{width:233px;font-family:var(--font-body);color:#787882;margin:0;font-size:12px;line-height:15px;position:absolute;top:87.59px;left:16px}.dash-kb-empty-card{background:linear-gradient(#ffffffad 0%,#f7f7f5d1 42%,#f4f4f2c7 100%),url(/images/dashboard/knowledge-base-card-background.png) 50%/cover no-repeat;border-radius:12px;flex-direction:column;align-items:center;width:min(100%,868px);min-height:392px;margin:70px auto 0;padding:68px 40px 70px;display:flex;overflow:hidden}.dash-kb-empty-copy{text-align:center}.dash-kb-empty-copy h2{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);margin:0;font-size:32px;font-weight:400;line-height:38px}.dash-kb-empty-copy p{color:#5f5f66;font-family:"Gilroy-Medium", var(--font-body);margin:10px 0 0;font-size:18px;font-weight:400;line-height:24px}.dash-kb-empty-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;width:min(100%,568px);margin-top:48px;display:grid}.dash-kb-empty-action{min-width:0;min-height:136px;box-shadow:none;text-align:left;cursor:pointer;background:#fffffff0;border:1px solid #e2e2e4;border-radius:12px;flex-direction:column;align-items:flex-start;padding:17px 16px 18px;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex}.dash-kb-empty-action:hover{border-color:#d4d4d7;transform:translateY(-1px);box-shadow:0 8px 24px #0f0f0f14}.dash-kb-empty-action:disabled{cursor:not-allowed;opacity:.58;box-shadow:none;transform:none}.dash-kb-empty-action img{flex:none;width:28px;height:28px}.dash-kb-empty-action-title{color:#1c1c1d;font-family:"Gilroy-Medium", var(--font-body);margin-top:20px;font-size:16px;font-weight:400;line-height:20px}.dash-kb-empty-action-desc{color:#787882;font-family:"Gilroy-Medium", var(--font-body);margin-top:5px;font-size:12px;font-weight:400;line-height:15px}.dash-policies-section{background:#f7f7f7;border-radius:16px;padding-bottom:16px}.dash-policies-table-header{font-family:"Gilroy-SemiBold", var(--font-body)!important;letter-spacing:0!important;color:#808487!important;text-transform:uppercase!important;gap:10px!important;padding:19px 32px!important;font-size:16px!important;font-weight:400!important;line-height:20px!important}.dash-policies-table-wrap{background:#fff;border:1px solid #e5e5e8;border-radius:16px;margin:0 16px;overflow:hidden;box-shadow:0 1px 2px #0a0d120d}.dash-policies-table{border-collapse:collapse;table-layout:fixed;width:100%}.dash-policies-table col:first-child{width:48%}.dash-policies-table col:nth-child(2),.dash-policies-table col:nth-child(3){width:15%}.dash-policies-table col:nth-child(4){width:14%}.dash-policies-table col:nth-child(5){width:8%}.dash-policies-table thead th{text-align:left;font-family:"Inter", var(--font-body), sans-serif;color:#717680;white-space:nowrap;box-sizing:border-box;background:#fafafa;border-bottom:1px solid #e9eaeb;height:44px;padding:12px 24px;font-size:12px;font-weight:600;line-height:18px}.dash-kb-table thead th{font-family:"Gilroy-SemiBold", var(--font-body), sans-serif!important;color:#222!important;font-size:12px!important;font-weight:400!important}.dash-policies-table tbody tr{background:#fff;border-bottom:1px solid #e9eaeb;height:81px}.dash-policies-table tbody tr:hover td,.dash-policies-table tbody tr td{background:0 0}.dash-policies-table tbody tr:last-child{border-bottom:none}.dash-policies-table tbody td{vertical-align:middle;background:#fff;border-bottom:1px solid #e9eaeb;padding:16px 24px}.dash-policies-table tbody tr:last-child td{border-bottom:none}.dash-policy-name-cell{align-items:center;gap:10px;padding-left:2px;display:flex}.dash-policy-thumb{background:#fff;border-radius:8px;flex-shrink:0;width:40px;height:40px;overflow:hidden}.dash-policy-thumb img{object-fit:cover;width:100%;height:100%;display:block}.dash-policy-name{font-family:"Gilroy-SemiBold", var(--font-body);color:#000;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:400;line-height:20px;overflow:hidden}.dash-policy-files{align-items:center;gap:1px;display:flex}.dash-policy-file-circle{box-sizing:border-box;background:#fff;border:1.62px solid #e5e5e8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32.38px;height:32.38px;display:flex}.phone-empty-card{border-radius:16px;justify-content:center;align-items:center;min-height:340px;margin-top:24px;padding:24px;display:flex;position:relative;overflow:hidden}.phone-empty-bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.phone-empty-glass{z-index:1;text-align:center;-webkit-backdrop-filter:blur(20px);background:#ffffffb8;border:1px solid #fff9;border-radius:14px;flex-direction:column;align-items:center;width:100%;padding:44px 24px;display:flex;position:relative}.phone-empty-icon{justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:16px;display:flex}.phone-empty-title{font-family:var(--font-heading);color:#1c1c1d;margin-bottom:12px;font-size:32px;font-weight:400}.phone-empty-desc{font-family:var(--font-body);color:#787882;max-width:440px;margin-bottom:22px;font-size:20px;line-height:1.5}.phone-empty-btn{height:40px;font-family:var(--font-body);color:#fff;cursor:pointer;background:linear-gradient(#515151 -24.79%,#0f0f0f 125.21%);border:none;border-radius:8px;justify-content:center;align-items:center;padding:0 40px;font-size:14px;font-weight:500;transition:opacity .15s;display:inline-flex}.phone-empty-btn:hover{opacity:.9}.import-fields,#import-provider-fields{flex-direction:column;gap:24px;display:flex}.import-field{flex-direction:column;gap:6px;display:flex}.import-field--half{width:50%}.import-field-label{font-family:var(--font-body);color:#0f0f0f;font-size:16px;font-weight:600;line-height:24px}.import-field-input{width:100%;height:48px;font-family:var(--font-body);color:#0f0f0f;background:#fafafa;border:1px solid #e1e1e3;border-radius:12px;outline:none;padding:0 18px;font-size:16px;line-height:24px;transition:border-color .2s}.import-field-input:focus{border-color:#0f0f0f}.import-field-input::placeholder{color:#0f0f0f66}.import-phone-row{background:#fafafa;border:1px solid #e1e1e3;border-radius:12px;gap:0;display:flex;overflow:hidden}.import-phone-code{font-family:var(--font-body);color:#0f0f0f;white-space:nowrap;background:#fff;border-right:1px solid #e1e1e3;flex-shrink:0;align-items:center;gap:6px;padding:0 14px;font-size:16px;display:flex}.import-phone-flag{font-size:20px;line-height:1}.import-phone-input{background:0 0;border:none;border-radius:0}.import-phone-input:focus{border-color:#0000}.import-phone-row:focus-within{border-color:#0f0f0f}.import-field-hint{font-family:var(--font-body);color:#787882;margin-bottom:2px;font-size:13px;line-height:1.5}.fd-action-btn.import-connect-btn{white-space:nowrap;align-self:flex-end;width:fit-content;padding:0 18px}.import-section-divider{align-items:center;gap:12px;display:flex}.import-section-label{font-family:var(--font-body);letter-spacing:.8px;color:#a7a7a9;text-transform:uppercase;white-space:nowrap;font-size:12px;font-weight:600}.import-section-divider:after{content:"";background:#e1e1e3;flex:1;height:1px}.import-add-btn{font-family:var(--font-body);color:#0f0f0f;cursor:pointer;background:0 0;border:none;align-items:center;padding:6px 0;font-size:14px;font-weight:500;transition:opacity .15s;display:inline-flex}.import-add-btn:hover{opacity:.6}.dash-policy-date{font-family:"Inter", var(--font-body), sans-serif;color:#000;white-space:nowrap;font-size:14px;font-weight:400;line-height:20px}.dash-policy-file-plus{font-family:"Gilroy-Medium", var(--font-body);color:#0f0f0f;font-size:14.4px;font-weight:400;line-height:1}.dash-policy-menu-btn{border-radius:50%;width:28px;height:28px;transition:background .15s}.dash-policy-menu-btn:hover{background:#f0f0f0}.dash-policy-bars{align-items:center;gap:4.5px;display:flex}.dash-policy-bar{border-radius:24px;width:3px;height:24px}.dash-policy-menu-btn{cursor:pointer;color:#000;background:0 0;border:none;align-items:center;padding:0;display:flex}.dash-policies-cta-wrap{justify-content:flex-end;margin-top:8px;display:flex}@media (width<=980px){.dash-kb-empty-card{margin-top:64px;padding:48px 24px}.dash-kb-empty-actions{width:min(100%,568px)}}@media (width<=640px){.dash-kb-empty-card{margin-top:32px;padding:36px 16px}.dash-kb-empty-copy h2{font-size:24px;line-height:30px}.dash-kb-empty-copy p{font-size:15px;line-height:21px}.dash-kb-empty-actions{grid-template-columns:1fr;gap:12px;margin-top:32px}}.dash-callhist-id-cell{align-items:center;gap:14px;display:flex}.dash-callhist-avatar{border-radius:50%;flex-shrink:0;width:44px;height:44px;position:relative;overflow:hidden}.dash-callhist-avatar img{object-fit:cover;width:100%;height:100%}.dash-callhist-play{filter:drop-shadow(0 1px 2px #0006);position:absolute;top:50%;left:55%;transform:translate(-50%,-50%)}.dash-callhist-id-text{flex-direction:column;gap:4px;min-width:0;display:flex}.dash-callhist-id-num{font-family:"Gilroy", var(--font-body);color:#000;font-size:20px;font-weight:500;line-height:1.25}.dash-callhist-id-date{font-family:"Gilroy-Medium", var(--font-body);color:#535862;font-size:14px;font-weight:400;line-height:1.25}.dash-callhist-type{font-family:"Gilroy-Medium", var(--font-body);color:#535862;align-items:center;gap:6px;font-size:14px;display:flex}.dash-callhist-dur,.dash-callhist-ended,.dash-callhist-outcome{font-family:"Gilroy-Medium", var(--font-body);color:#535862;font-size:14px}.dash-callhist-outcome{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.dash-callhist-header{flex-wrap:wrap;justify-content:space-between;row-gap:12px}.dash-callhist-title{align-items:center;gap:10px;display:inline-flex}.dash-callhist-header .filter-bar{text-transform:none;letter-spacing:normal;justify-content:flex-end}.dash-callhist-header .filter-panel{left:auto;right:0}.dash-functions .dash-policies-cta-wrap{margin-top:446px}.dash-actions{flex-direction:column;gap:20px;display:flex}.dash-action-card{box-sizing:border-box;background:#fafafa;border:1px solid #e1e1e3;border-radius:12px;width:100%;max-width:1046px;padding:24px 24px 16px}.dash-action-title-row{align-items:center;gap:12px;margin-bottom:13px;display:flex}.dash-action-glyph{flex-shrink:0;align-items:center;width:22px;height:24px;display:flex}.dash-action-title{font-family:var(--font-body);-webkit-text-fill-color:transparent;background-image:url(/images/pipeline-title-texture.png),linear-gradient(90deg,#42586c 0%,#5d7890 100%);background-position:0,0 0;background-repeat:no-repeat,repeat;background-size:100% 1654.55%,auto;-webkit-background-clip:text;background-clip:text;font-size:24px;font-weight:600;line-height:24px;display:inline-block}.dash-action-desc{font-family:var(--font-body);color:#0f0f0f;margin:0 0 10px;font-size:13px;font-weight:400;line-height:24px}.dash-action-link{color:#0f0f0f;font-weight:500;text-decoration:underline}.dash-action-badge{height:26px;font-family:var(--font-body);color:#0f0f0f;background:#fff;border-radius:6px;align-items:center;padding:0 10px;font-size:13px;font-weight:400;line-height:24px;display:inline-flex}.dash-actions .dash-policies-cta-wrap{margin-top:10%}.dash-functions{flex-direction:column;gap:24px;display:flex}.dash-functions-cards{flex-wrap:wrap;align-items:flex-start;gap:16px;display:flex}.dash-fn-card{background:#fff;border:1px solid #e5e5e8;border-radius:16px;flex:0 0 344px;width:344px;min-width:344px;max-width:344px;height:218px;position:relative;overflow:hidden}.dash-fn-card-icon{background:linear-gradient(#515151 -24.79%,#0f0f0f 125.21%);border:1px solid #e5e5e8;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:absolute;top:19px;left:18px}.dash-fn-card-title{font-family:var(--font-body);color:#1c1c1d;margin:0;font-size:24px;font-weight:600;line-height:24px;position:absolute;top:90px;left:20px}.dash-fn-card-desc{font-family:"Inter", var(--font-body), sans-serif;color:#000;opacity:.8;margin:0;font-size:14px;font-weight:400;line-height:20px;position:absolute;top:118px;left:20px}.dash-fn-card-footer{background:#f7f7f7;border-top:1px solid #e5e5e8;justify-content:space-between;align-items:center;height:58px;padding:0 17px 0 18px;display:flex;position:absolute;bottom:0;left:0;right:0}.dash-fn-card-configure{font-family:"Gilroy", var(--font-body);color:#000;align-items:center;gap:4px;font-size:16px;font-weight:500;display:flex}.dash-fn-card-toggle{cursor:pointer;background:#e5e5e8;border:.833px solid #efefef;border-radius:29.4px;flex-shrink:0;width:40px;height:20px;transition:background .2s;position:relative;box-shadow:inset 0 .88px 5.88px #00000026}.dash-fn-card-toggle.on{background:#57c446}.dash-fn-card-knob{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 0 .94px #00000059}.dash-fn-card-toggle.on .dash-fn-card-knob{transform:translate(20px)}.import-select-wrap{position:relative}.import-select-btn{width:100%;height:48px;font-family:var(--font-body);color:#0f0f0f;cursor:pointer;background:#fafafa;border:1px solid #e1e1e3;border-radius:12px;justify-content:space-between;align-items:center;padding:0 18px;font-size:16px;line-height:24px;transition:border-color .2s;display:flex}.import-select-btn:hover{border-color:silver}.import-select-placeholder{color:#0f0f0f66}#import-select-label{align-items:center;gap:8px;display:flex}.import-select-dropdown{z-index:100;background:#fff;border:1px solid #e1e1e3;border-radius:12px;position:fixed;overflow:hidden;box-shadow:0 4px 24px #00000014}.import-select-option{width:100%;font-family:var(--font-body);color:#0f0f0f;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:12px 18px;font-size:15px;transition:background .12s;display:flex}.import-select-option:hover{background:#f6f6f6}.import-provider-icon{border-radius:4px;flex-shrink:0}.pn-main-card.pn-detail-card{padding:0;overflow:hidden}.pn-detail-header{border-bottom:1px solid #e9e9e9;flex:none;align-items:center;min-height:88px;padding:24px 39px 20px;display:flex}.pn-detail-title{color:#59654d;align-items:baseline;gap:8px;min-width:0;font-size:32px;line-height:38px;display:flex}.pn-detail-title button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.pn-detail-title span:last-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.pn-detail-content{flex-direction:column;flex:1;align-items:center;min-height:0;display:flex}.pn-detail-scroll{flex-direction:column;flex:1;align-items:center;width:100%;min-height:0;padding:56px clamp(24px,14vw,180px) 20px;display:flex;overflow-y:auto}.pn-detail-state{color:#787882;font-family:var(--font-body);padding:32px 39px;font-size:14px}.pn-detail-state-error{color:#ef4444}.pn-detail-back-btn{color:#fff;width:fit-content;height:40px;font-family:var(--font-body);cursor:pointer;background:#0f0f0f;border:0;border-radius:8px;margin-left:39px;padding:0 18px;font-size:14px}.pn-detail-summary{border-bottom:1px solid #e9e9e9;flex:none;justify-content:space-between;align-items:flex-start;gap:24px;width:min(100%,756px);padding-bottom:18px;display:flex}.pn-detail-number-block{flex-direction:column;gap:6px;min-width:0;display:flex}.pn-detail-number{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);font-size:20px;line-height:24px}.pn-detail-provider,.pn-detail-id{color:#787882;font-family:var(--font-body);font-size:15px;line-height:18px}.pn-detail-id{overflow-wrap:anywhere}.pn-detail-menu-wrap{flex:none;position:relative}.pn-detail-menu-btn{color:#0f0f0f;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.pn-detail-menu-btn:hover{background:#f2f2f3}.pn-detail-menu{z-index:30;background:#fff;border:1px solid #e7e7e9;border-radius:8px;min-width:132px;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden;box-shadow:0 12px 32px #0f0f0f1f}.pn-detail-menu button{color:#ef4444;text-align:left;width:100%;font-family:var(--font-body);cursor:pointer;background:0 0;border:0;padding:10px 14px;font-size:14px}.pn-detail-menu button:hover{background:#fef2f2}.pn-agent-card{background:#fbfbfb;border:1px solid #e7e7e9;border-radius:20px;flex:none;grid-template-columns:minmax(0,1fr) 226px;align-items:center;gap:24px;width:min(100%,756px);min-height:96px;margin-top:26px;padding:26px 25px;display:grid;position:relative;box-shadow:inset 0 1px #ffffffb8}.pn-agent-card-copy{min-width:0}.pn-agent-card h2{color:#242424;font-family:"Gilroy-SemiBold", var(--font-body);font-size:18px;font-weight:400;line-height:24px}.pn-agent-card p{color:#808487;font-family:var(--font-body);margin-top:3px;font-size:15px;line-height:20px}.pn-agent-select{width:100%;position:relative}.pn-agent-select-trigger{color:#242424;width:100%;height:40px;font-family:var(--font-body);text-align:left;cursor:pointer;background:#f7f7f7;border:1px solid #d4d4d4;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:0 12px;font-size:16px;line-height:24px;display:flex;box-shadow:0 1px 2px #0f0f0f14}.pn-agent-select-trigger:disabled{cursor:wait;opacity:.72}.pn-agent-select-trigger span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.pn-agent-select-trigger svg{color:#8b8b8b;flex:none}.pn-agent-select-menu{z-index:40;background:#fff;border:1px solid #e5e5e8;border-radius:10px;width:min(394px,100vw - 48px);position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 18px 38px #0f0f0f2b}.pn-agent-select-search{color:#0f0f0f;width:100%;height:52px;font-family:var(--font-body);border:0;border-bottom:1px solid #ededed;outline:0;padding:0 12px;font-size:15px}.pn-agent-select-search::placeholder{color:#8b8b8b}.pn-agent-select-list{max-height:220px;padding:4px 0;overflow-y:auto}.pn-agent-option{color:#242424;width:100%;min-height:36px;font-family:var(--font-body);text-align:left;cursor:pointer;background:#fff;border:0;justify-content:space-between;align-items:center;gap:16px;padding:0 12px;font-size:16px;line-height:22px;display:flex}.pn-agent-option span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.pn-agent-option-check{flex:none}.pn-agent-option:hover,.pn-agent-option.is-selected{background:#f2f2f3}.pn-agent-option-empty{color:#787882;font-family:var(--font-body);padding:14px 12px;font-size:14px}.pn-detail-save-row{color:#787882;width:min(100%,756px);min-height:24px;font-family:var(--font-body);text-align:right;flex:none;margin-top:8px;font-size:13px;line-height:18px}.pn-detail-save-row .is-success{color:#08804b}.pn-detail-save-row .is-error{color:#ef4444}.pn-config-card{background:#f7f7f7;border-radius:18px 18px 16px 16px;flex-direction:column;gap:10px;width:min(100%,773px);margin-top:0;padding:12px 14px 14px;display:flex;overflow:hidden}.pn-config-dock{flex:none;justify-content:center;width:100%;padding:0 clamp(24px,14vw,180px) 24px;display:flex}.pn-config-header{align-items:center;gap:8px;display:flex}.pn-config-header h2{color:#808487;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;font-size:13px;font-weight:400;line-height:18px}.pn-config-inner{background:#fff;border:1px solid #e5e5e8;border-radius:16px;grid-template-columns:minmax(140px,.9fr) minmax(200px,1.6fr) 112px;align-items:center;gap:20px;min-height:76px;padding:14px 16px;display:grid;overflow:hidden}.pn-config-provider-cell,.pn-config-value-cell{flex-direction:column;gap:4px;min-width:0;display:flex}.pn-config-label{color:#808487;font-family:"Gilroy-SemiBold", var(--font-body);font-size:13px;font-weight:400;line-height:18px}.pn-config-provider{color:#0f0f0f;min-width:0;font-family:var(--font-body);align-items:center;gap:8px;font-size:15px;font-weight:500;line-height:22px;display:flex}.pn-config-provider .import-provider-icon{border-radius:4px;width:20px;height:20px}.pn-config-credential-row{align-items:center;gap:8px;min-width:0;display:flex}.pn-config-credential{text-overflow:ellipsis;white-space:nowrap;color:#0f0f0f;min-width:0;font-family:var(--font-body);font-size:15px;font-weight:500;line-height:22px;overflow:hidden}.pn-copy-btn{opacity:.5;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:background .15s;display:flex}.pn-copy-btn:hover{background:#f0f0f2}.pn-inbound-webhook{border-top:1px solid #ededf0;flex-direction:column;grid-column:1/-1;gap:12px;margin-top:4px;padding-top:16px;display:flex}.pn-inbound-webhook-row{align-items:center;gap:10px;display:flex}.pn-inbound-webhook-dot{background:#b9b9c0;border-radius:50%;flex:none;width:8px;height:8px}.pn-inbound-webhook-dot.is-active{background:#1f9d55}.pn-inbound-webhook-dot.is-error{background:#d64545}.pn-inbound-webhook-label{color:#4a4a52;min-width:0;font-size:13px}.pn-inbound-webhook.is-error .pn-inbound-webhook-label{color:#b13636}.pn-inbound-webhook-retry{color:#000;cursor:pointer;background:#fff;border:1px solid #d9d9de;border-radius:7px;flex:none;height:30px;margin-left:auto;padding:0 14px;font-size:13px;transition:background .15s}.pn-inbound-webhook-retry:hover:not(:disabled){background:#f0f0f2}.pn-inbound-webhook-retry:disabled{opacity:.55;cursor:default}.pn-inbound-webhook-url{flex-direction:column;gap:6px;display:flex}.pn-config-manage{color:#fff;width:112px;height:34px;font-family:var(--font-body);cursor:pointer;background:#000;border:0;border-radius:8px;justify-content:center;align-items:center;font-size:14px;font-weight:500;line-height:20px;transition:opacity .15s;display:inline-flex}.pn-config-manage:hover{opacity:.86}.pn-main-card .agents-main-header{border-bottom:0;min-height:0;margin:0;padding:0}.pn-list-header{border-bottom:0;justify-content:space-between;align-items:flex-start;gap:24px;min-height:0;margin:0;padding:0;display:flex}.pn-import-btn{min-width:180px;height:48px;font-family:var(--font-body);color:#fff;cursor:pointer;white-space:nowrap;background:#000;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-size:16px;font-weight:400;line-height:24px;transition:opacity .15s;display:inline-flex}.pn-import-btn:hover{opacity:.9}.pn-import-plus{flex:none;justify-content:center;align-items:center;width:20px;height:20px;font-size:24px;font-weight:400;line-height:20px;display:inline-flex}.pn-search-wrap{width:100%;margin-top:32px;position:relative}.pn-search-icon{color:#9c9c9c;opacity:.45;pointer-events:none;position:absolute;top:50%;left:24px;transform:translateY(-50%)}.pn-search-input{width:100%;height:56px;font-family:var(--font-body);color:#0f0f0f;background:#fafafa;border:1px solid #e1e1e3;border-radius:12px;outline:none;padding:0 20px 0 56px;font-size:16px;font-weight:500;transition:border-color .2s}.pn-search-input:focus{border-color:#0f0f0f}.pn-search-input::placeholder{color:#0f0f0f66}.pn-table{width:100%;margin-top:40px;overflow:visible}.pn-table-head{border-bottom:1px solid #e9eaeb;grid-template-columns:minmax(240px,1.6fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) 48px;align-items:center;min-width:840px;display:grid}.pn-th{min-height:44px;font-family:"Gilroy-Medium", var(--font-body);color:#787882;padding:12px 24px;font-size:12px;font-weight:400;line-height:18px}.pn-th-name{opacity:0}.pn-table-body{flex-direction:column;min-width:840px;display:flex}.pn-table-row{cursor:pointer;grid-template-columns:minmax(240px,1.6fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) 48px;align-items:center;min-height:76px;transition:background .12s;display:grid}.pn-table-row:hover{background:#fafafa}.pn-td{font-family:var(--font-body);color:#0f0f0f;min-width:0;padding:12px 24px;font-size:16px;font-weight:400;line-height:20px}.pn-td-name{font-family:var(--font-heading);color:#000;align-items:center;gap:9px;font-size:20px;line-height:28px;display:flex}.pn-row-hash{filter:brightness(0);flex-shrink:0;width:32px;height:32px}.pn-td-phone{white-space:nowrap}.pn-td-provider{align-items:center;gap:8px;display:flex}.pn-td-provider .import-provider-icon{border-radius:4px;width:20px;height:20px}.pn-td-agent{white-space:nowrap;align-items:center;gap:7px;display:flex}.pn-agent-orb{background:radial-gradient(circle at 35% 32%,#ebffd8f2 0 18%,#a9dd8bf2 34%,#539744e6 72%,#296635e0 100%);border-radius:50%;flex-shrink:0;width:20px;height:20px;box-shadow:inset 0 0 7px #ffffffb3}.pn-no-agent{color:#a7a7a9}.pn-td-actions{z-index:5;justify-content:flex-end;padding-right:8px;display:flex;position:relative}.pn-more-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:background .12s;display:flex}.pn-more-btn:hover{background:#f0f0f2}.pn-row-menu{z-index:100;background:#fff;border:1px solid #e7e7e9;border-radius:8px;min-width:120px;position:absolute;top:calc(100% - 8px);right:8px;overflow:hidden;box-shadow:0 4px 16px #00000014}.pn-row-menu-item{color:#ef4444;width:100%;font-family:var(--font-body);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:10px 14px;font-size:13px;display:flex}.pn-row-menu-item:hover{background:#fef2f2}.pn-table-state{color:#787882;font-family:var(--font-body);padding:24px;font-size:14px}@media (width<=1100px){.pn-detail-card{padding:0}.pn-detail-header{padding-left:24px;padding-right:24px}.pn-detail-scroll{padding:56px 24px 20px}.pn-config-dock{padding:0 24px 24px}.pn-list-header,.pn-main-card .agents-main-header{margin:0;padding:0}.pn-config-inner{grid-template-columns:minmax(140px,.8fr) minmax(170px,1fr) 112px;gap:16px}}@media (width<=720px){.pn-main-card .agents-page-title{font-size:30px;line-height:36px}.pn-list-header{flex-direction:column;align-items:stretch}.pn-detail-header{min-height:78px;padding:20px 20px 18px}.pn-detail-title{width:100%;font-size:27px;line-height:32px}.pn-detail-scroll{padding:48px 16px 16px}.pn-config-dock{padding:0 16px 16px}.pn-detail-summary{gap:14px}.pn-detail-number{font-size:18px}.pn-detail-provider,.pn-detail-id{font-size:14px}.pn-agent-card{border-radius:16px;grid-template-columns:1fr;gap:18px;padding:22px 18px}.pn-agent-select-menu{width:min(394px,100vw - 32px);left:0;right:auto}.pn-detail-save-row{text-align:left}.pn-config-card{border-radius:18px;margin-top:0;padding:14px}.pn-config-inner{grid-template-columns:1fr;gap:14px;min-height:0;padding:14px}.pn-config-manage{width:100%}.pn-import-btn{width:100%;min-width:0;padding:0 18px}.pn-search-wrap{margin-top:20px}.pn-search-icon{left:18px}.pn-search-input{height:52px;padding-left:48px}.pn-table{margin-top:24px;overflow-x:visible}.pn-table-head{display:none}.pn-table-body{gap:12px;min-width:0}.pn-table-row{border:1px solid #e9eaeb;border-radius:8px;grid-template-columns:1fr auto;min-height:0;padding:14px}.pn-td{padding:6px 0;font-size:15px}.pn-td-name{grid-column:1/2;font-size:20px}.pn-td-phone,.pn-td-provider,.pn-td-agent{white-space:normal;grid-column:1/-1;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:10px;display:grid}.pn-td-phone:before,.pn-td-provider:before,.pn-td-agent:before{content:attr(data-label);color:#787882;font-size:12px;line-height:18px}.pn-td-provider span,.pn-td-agent span:last-child{text-overflow:ellipsis;min-width:0;overflow:hidden}.pn-td-actions{grid-area:1/2/auto/3;align-self:center;padding:0}.pn-row-menu{top:calc(100% + 4px);right:0}.pn-table-state{padding:20px 0}}.batch-create-page{background:var(--bg);width:100vw;height:100vh;overflow:hidden}.batch-create-shell{width:100%;height:100%;padding:0}.batch-create-card{background:#fff;border:0;border-radius:0;flex-direction:column;height:100vh;padding:0;display:flex;overflow:hidden}.batch-create-header{border-bottom:1px solid #ececef;flex:none;align-items:center;gap:14px;padding:18px 28px;display:flex}.batch-back-btn{color:#0f0f0f;cursor:pointer;background:#fff;border:1px solid #e1e1e3;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .12s;display:inline-flex}.batch-back-btn:hover{background:#f5f5f7}.batch-create-title{font-family:"Gilroy-SemiBold", var(--font-body);color:#0f0f0f;margin:0;font-size:22px;font-weight:500}.batch-create-body{flex:1;grid-template-columns:minmax(420px,480px) 1fr;min-height:0;display:grid;overflow:hidden}.batch-create-form{border-right:1px solid #ececef;flex-direction:column;gap:20px;padding:24px 28px;display:flex;overflow-y:auto}.batch-field{flex-direction:column;gap:8px;display:flex}.batch-field-label{font-family:var(--font-body);color:#0f0f0f;font-size:14px;font-weight:600}.batch-field-input{width:100%;height:42px;font-family:var(--font-body);color:#0f0f0f;background:#fff;border:1px solid #e1e1e3;border-radius:10px;outline:none;padding:0 14px;font-size:14px;transition:border-color .15s}.batch-field-input:focus{border-color:#0f0f0f}.batch-field-input::placeholder{color:#9b9ba1}.batch-select-wrap{position:relative}.batch-select{appearance:none;cursor:pointer;padding-right:36px}.batch-select-caret{pointer-events:none;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.batch-phone-select{position:relative}.batch-phone-select-trigger{color:#0f0f0f;width:100%;height:42px;font-family:var(--font-body);text-align:left;cursor:pointer;background:#fff;border:1px solid #e1e1e3;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:0 14px;font-size:14px;display:flex}.batch-phone-select-trigger>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.batch-phone-select-trigger .is-placeholder{color:#9b9ba1}.batch-phone-select-trigger svg{color:#9b9ba1;flex:none}.batch-phone-select-menu{z-index:40;background:#fff;border:1px solid #e1e1e3;border-radius:12px;width:100%;padding:4px 0;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 4px 24px #00000014}.batch-phone-select-option{color:#0f0f0f;width:100%;min-height:42px;font-family:var(--font-body);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;padding:10px 14px;font-size:14px;display:flex}.batch-phone-select-option:hover,.batch-phone-select-option.is-selected{background:#f6f6f6}.batch-phone-add-option{gap:8px}.batch-phone-add-option span{font-size:20px;line-height:1}.batch-recipients-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.batch-pills{align-items:center;gap:6px;display:inline-flex}.batch-pill{height:22px;font-family:var(--font-body);color:#6b6b72;background:#fff;border:1px solid #e1e1e3;border-radius:999px;align-items:center;padding:0 8px;font-size:11px;font-weight:500;display:inline-flex}.batch-pill-plain{color:#9b9ba1;border:none;padding:0 4px}.batch-upload-card{background:#fafafa;border:1px solid #e7e7e9;border-radius:12px;flex-direction:column;gap:14px;padding:18px;transition:border-color .15s,background .15s;display:flex}.batch-upload-card.dragging{background:#f3f3f5;border-color:#0f0f0f}.batch-upload-btn{height:40px;font-family:var(--font-body);color:#0f0f0f;cursor:pointer;background:#f0f0f2;border:1px solid #cfcfd3;border-radius:8px;align-self:center;padding:0 28px;font-size:14px;font-weight:600;transition:background .12s,border-color .12s}.batch-upload-btn:hover{background:#e6e6ea;border-color:#b9b9be}.batch-upload-meta{color:#6b6b72;text-align:center;font-size:12px}.batch-format{grid-template-columns:1fr auto;align-items:start;gap:14px;display:grid}.batch-format-title{font-family:var(--font-body);color:#0f0f0f;margin-bottom:4px;font-size:13px;font-weight:600}.batch-format-desc{font-family:var(--font-body);color:#6b6b72;margin:0;font-size:12px;line-height:18px}.batch-format-desc strong{color:#0f0f0f;font-weight:600}.batch-format-table{font-family:var(--font-body);color:#6b6b72;background:#fff;border:1px solid #ececef;border-radius:6px;flex-direction:column;min-width:150px;font-size:9px;display:flex;overflow:hidden}.bft-row{border-bottom:1px solid #f3f3f5;grid-template-columns:1fr 1.4fr .6fr;padding:3px 6px;display:grid}.bft-row:last-child{border-bottom:none}.bft-row-head{color:#9b9ba1;background:#fafafa}.batch-template-btn{color:#0f0f0f;height:30px;font-family:var(--font-body);cursor:pointer;background:#fff;border:1px solid #e1e1e3;border-radius:8px;align-self:flex-start;align-items:center;gap:6px;padding:0 12px;font-size:12px;font-weight:500;transition:background .12s;display:inline-flex}.batch-template-btn:hover{background:#f5f5f7}.batch-segmented{background:#f3f3f5;border:1px solid #ececef;border-radius:10px;width:fit-content;padding:4px;display:inline-flex}.batch-seg-btn{height:32px;font-family:var(--font-body);color:#6b6b72;cursor:pointer;background:0 0;border:none;border-radius:7px;padding:0 16px;font-size:13px;font-weight:500;transition:background .12s,color .12s}.batch-seg-btn.active{color:#fff;background:#0f0f0f}.batch-schedule-trigger{color:#0f0f0f;width:100%;height:42px;font-family:var(--font-body);text-align:left;cursor:pointer;background:#fff;border:1px solid #e1e1e3;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin-top:8px;padding:0 14px;font-size:14px;display:flex}.batch-schedule-trigger .is-placeholder{color:#9b9ba1}.batch-schedule-trigger svg{color:#77777d;flex:none}.batch-calendar-popover{z-index:300;background:#fff;border:1px solid #dedee1;border-radius:16px;position:fixed;overflow:hidden;box-shadow:0 18px 50px #0f0f0f29}.batch-calendar-main{grid-template-columns:minmax(0,1fr) 147px;height:364px;display:grid}.batch-calendar-date{padding:17px 20px}.batch-calendar-header{grid-template-columns:32px 1fr 32px;align-items:center;margin-bottom:17px;display:grid}.batch-calendar-header strong{font-family:"Gilroy-SemiBold", var(--font-body);text-align:center;font-size:15px;font-weight:500}.batch-calendar-header button{color:#77777d;cursor:pointer;background:#fff;border:1px solid #e3e3e5;border-radius:10px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:inline-flex}.batch-calendar-header button:disabled{opacity:.35;cursor:default}.batch-calendar-weekdays,.batch-calendar-days{text-align:center;grid-template-columns:repeat(7,1fr);display:grid}.batch-calendar-weekdays{color:#29292c;font-family:"Gilroy-SemiBold", var(--font-body);margin-bottom:7px;font-size:11px}.batch-calendar-days{row-gap:4px}.batch-calendar-days button{color:#28282b;width:30px;height:30px;font-family:var(--font-body);cursor:pointer;background:0 0;border:0;border-radius:10px;justify-self:center;font-size:12px}.batch-calendar-days button:hover{background:#f3f3f4}.batch-calendar-days button.is-outside{color:#aaaab0}.batch-calendar-days button:disabled{color:#c8c8cc;cursor:not-allowed}.batch-calendar-days button:disabled:hover{background:0 0}.batch-calendar-days button.is-selected{color:#fff;background:#202022}.batch-calendar-times{scrollbar-width:thin;border-left:1px solid #e6e6e8;flex-direction:column;gap:3px;padding:13px 11px;display:flex;overflow-y:auto}.batch-calendar-times button{color:#68686e;min-height:30px;font-family:var(--font-body);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;flex:none;padding:0 10px;font-size:12px}.batch-calendar-times button:hover{background:#f5f5f6}.batch-calendar-times button.is-selected{color:#151516;font-family:"Gilroy-SemiBold", var(--font-body);background:#f1f1f2}.batch-calendar-times button:disabled{color:#c8c8cc;cursor:not-allowed}.batch-calendar-times button:disabled:hover{background:0 0}.batch-calendar-footer{border-top:1px solid #e6e6e8;justify-content:space-between;align-items:center;gap:12px;min-height:51px;padding:8px 14px;display:flex}.batch-calendar-footer>span{color:#252527;font-family:"Gilroy-SemiBold", var(--font-body);border:1px solid #dedee1;border-radius:10px;padding:7px 11px;font-size:11px}.batch-calendar-cancel{color:#525257;font-family:"Gilroy-SemiBold", var(--font-body);cursor:pointer;background:0 0;border:0;font-size:11px}@media (width<=760px){.batch-calendar-main{grid-template-columns:1fr;height:auto}.batch-calendar-date{padding:18px}.batch-calendar-times{border-top:1px solid #e6e6e8;border-left:0;flex-direction:row;height:76px}.batch-calendar-times button{min-width:92px}}.batch-error{font-family:var(--font-body);color:#ef4444;font-size:13px}.batch-create-preview{background:#f5f5f7;flex-direction:column;display:flex;overflow:hidden}.batch-preview-empty{text-align:center;flex-direction:column;align-items:center;gap:10px;margin:auto;padding:40px;display:flex}.batch-preview-icon{background:#fff;border:1px solid #ececef;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:4px;display:flex}.batch-preview-title{font-family:var(--font-heading);color:#0f0f0f;margin:0;font-size:16px;font-weight:500}.batch-preview-desc{font-family:var(--font-body);color:#6b6b72;max-width:280px;margin:0;font-size:13px}.batch-preview-table-head{font-family:var(--font-body);color:#6b6b72;background:#fafafa;border-bottom:1px solid #ececef;padding:14px 20px;font-size:12px;font-weight:600}.batch-preview-table-wrap{flex:1;min-height:0;overflow:auto}.batch-preview-table{border-collapse:collapse;width:100%;font-family:var(--font-body);color:#0f0f0f;font-size:13px}.batch-preview-table thead{z-index:1;background:#fafafa;position:sticky;top:0}.batch-preview-table th,.batch-preview-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #ececef;padding:10px 16px}.batch-preview-table th{color:#6b6b72;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.batch-preview-idx{color:#9b9ba1;width:48px}.batch-preview-truncated{color:#6b6b72;text-align:center;background:#fff;border-top:1px solid #ececef;padding:12px 20px;font-size:12px}.batch-preview-actions{text-align:right;width:76px}.batch-row-actions{gap:2px;display:inline-flex}.batch-row-action{color:#6b735f;cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.batch-row-action:hover{background:#59654d29}.batch-row-delete:hover{color:#d92d20;background:#fef3f2}.batch-create-footer{background:#fff;border-top:1px solid #ececef;flex:none;justify-content:flex-end;align-items:center;gap:10px;padding:14px 28px;display:flex}.batch-test-btn{height:38px;font-family:var(--font-body);color:#6b6b72;cursor:pointer;background:#f5f5f7;border:1px solid #e1e1e3;border-radius:8px;padding:0 18px;font-size:13px;font-weight:500;transition:background .12s,color .12s}.batch-test-btn:not(:disabled):hover{color:#0f0f0f;background:#ececef}.batch-test-btn:disabled{cursor:not-allowed;opacity:.6}.batch-submit-btn{height:38px;font-family:var(--font-body);color:#fff;cursor:pointer;background:#0f0f0f;border:none;border-radius:10px;padding:0 28px;font-size:14px;font-weight:500;transition:opacity .15s}.batch-submit-btn:not(:disabled):hover{opacity:.9}.batch-submit-btn:disabled{cursor:not-allowed;opacity:.45}@media (width<=960px){.batch-create-body{grid-template-columns:1fr}.batch-create-form{border-bottom:1px solid #ececef;border-right:none}}.bt-overlay{z-index:60;background:#0f0f0f6b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.bt-card{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:460px;max-height:min(88vh,720px);display:flex;overflow:hidden;box-shadow:0 24px 60px #00000047}.bt-header{border-bottom:1px solid #ececef;justify-content:space-between;align-items:flex-start;gap:12px;padding:20px 22px 16px;display:flex}.bt-title{font-family:var(--font-body);color:#0f0f0f;margin:0;font-size:18px;font-weight:600}.bt-subtitle{font-family:var(--font-body);color:#787882;margin:4px 0 0;font-size:13px}.bt-close-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;transition:background .12s;display:inline-flex}.bt-close-btn:hover{background:#f5f5f7}.bt-body{flex-direction:column;gap:16px;padding:20px 22px 22px;display:flex;overflow-y:auto}.bt-field{flex-direction:column;gap:7px;display:flex}.bt-field-label{font-family:var(--font-body);color:#0f0f0f;font-size:13px;font-weight:600}.bt-field-input{width:100%;height:42px;font-family:var(--font-body);color:#0f0f0f;background:#fff;border:1px solid #e1e1e3;border-radius:10px;outline:none;padding:0 14px;font-size:14px;transition:border-color .15s}.bt-field-input:focus{border-color:#0f0f0f}.bt-field-input::placeholder{color:#9b9ba1}.bt-group{border-top:1px solid #f0f0f2;flex-direction:column;gap:12px;padding-top:4px;display:flex}.bt-group-title{font-family:var(--font-body);letter-spacing:.02em;text-transform:uppercase;color:#9b9ba1;font-size:12px;font-weight:600}.bt-hint{font-family:var(--font-body);color:#787882;margin:0;font-size:13px}.bt-error{font-family:var(--font-body);color:#c0392b;background:#fdecea;border-radius:8px;padding:10px 12px;font-size:13px}.bt-start-btn{height:44px;font-family:var(--font-body);color:#fff;cursor:pointer;background:#000;border:none;border-radius:10px;font-size:14px;font-weight:500;transition:opacity .15s}.bt-start-btn:not(:disabled):hover{opacity:.9}.bt-start-btn:disabled{cursor:not-allowed;opacity:.45}.bt-live-head{justify-content:space-between;align-items:center;display:flex}.bt-status{font-family:var(--font-body);text-transform:capitalize;border-radius:999px;padding:4px 10px;font-size:13px;font-weight:600}.bt-status-live{color:#1f7a3d;background:#e7f6ec}.bt-status-ended{color:#6b6b72;background:#f0f0f2}.bt-timer{font-family:var(--font-body);font-variant-numeric:tabular-nums;color:#0f0f0f;font-size:14px}.bt-panel{border:1px solid #ececef;border-radius:12px;min-height:220px;max-height:44vh;display:flex;overflow:hidden}.bt-panel .tc-panel-body{flex:1;padding:14px;overflow-y:auto}.bt-hangup-btn{height:44px;font-family:var(--font-body);color:#fff;cursor:pointer;background:#d64545;border:none;border-radius:10px;font-size:14px;font-weight:500;transition:opacity .15s}.bt-hangup-btn:not(:disabled):hover{opacity:.9}.bt-hangup-btn:disabled{cursor:not-allowed;opacity:.5}.bt-secondary-btn{height:40px;font-family:var(--font-body);color:#0f0f0f;cursor:pointer;background:#fff;border:1px solid #e1e1e3;border-radius:10px;font-size:14px;font-weight:500;transition:background .12s}.bt-secondary-btn:hover{background:#f5f5f7}.ro-options{flex-direction:column;gap:2px;margin-bottom:4px;display:flex}.ro-option{font-family:var(--font-body);color:#0f0f0f;cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:9px 10px;font-size:14px;display:flex}.ro-option:hover{background:#f5f5f7}.ro-option-label{flex:auto}.ro-option-count{font-variant-numeric:tabular-nums;color:#6b6b70;flex:none;font-size:13px}.outbound-main-card{padding:0}.ob-list-header{flex:none;justify-content:space-between;align-items:flex-start;gap:24px;padding:40px 44px 0;display:flex}.ob-new-btn{color:#fff;min-width:180px;height:40px;font-family:var(--font-body);cursor:pointer;white-space:nowrap;background:#000;border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 32px;font-size:16px;font-weight:400;line-height:24px;transition:opacity .15s;display:inline-flex}.ob-new-btn:hover{opacity:.9}.ob-new-btn img,.ob-pill-icon,.ob-metric-icon{flex:none;display:block}.ob-new-btn img{filter:invert()}.ob-search-wrap{background:#fafafa;border:1px solid #e1e1e3;border-radius:12px;flex:none;align-items:center;width:calc(100% - 88px);height:56px;margin:32px 44px 0;display:flex;position:relative}.ob-search-icon{opacity:.45;pointer-events:none;position:absolute;top:50%;left:24px;transform:translateY(-50%)}.ob-search-input{width:100%;height:100%;font-family:var(--font-body);color:#0f0f0f;background:0 0;border:0;outline:none;padding:0 20px 0 56px;font-size:16px;font-weight:500}.ob-search-input::placeholder{color:#0f0f0f66}.ob-filter-row{width:calc(100% - 88px);margin:16px 44px 0}.ob-table{flex-direction:column;flex:1;width:calc(100% - 88px);min-height:0;margin:40px 44px 0;display:flex;overflow-x:auto}.ob-thead,.ob-row{grid-template-columns:minmax(260px,1.6fr) minmax(0,1fr) minmax(0,1fr) minmax(0,.7fr) minmax(0,.7fr);align-items:center;column-gap:28px;min-width:780px;display:grid}.ob-thead{font-family:var(--font-body);color:#787882;border-bottom:1px solid #e9eaeb;flex:none;padding:0 16px;font-size:12px;font-weight:500;line-height:18px}.ob-th{padding:9px 0 7px}.ob-tbody{flex-direction:column;flex:1;min-height:0;display:flex;overflow:auto}.ob-row{cursor:pointer;min-height:70px;padding:10px 16px;transition:background .12s}.ob-row:hover{background:#fafafa}.ob-cell{min-width:0}.ob-cell-name{flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;display:flex}.ob-name-text{color:#0f0f0f;max-width:100%;font-family:var(--font-body);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;line-height:18px;overflow:hidden}.ob-name-subtitle{color:#787882;font-family:var(--font-body);font-size:12px;font-weight:400;line-height:16px}.ob-pill{min-height:24px;font-family:var(--font-body);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:4px;padding:3px 9px;font-size:12px;font-weight:500;line-height:18px;display:inline-flex}.ob-pill-icon{background:currentColor;width:14px;height:14px;-webkit-mask:url(/icons/outbound/status-check.svg) 50%/contain no-repeat;mask:url(/icons/outbound/status-check.svg) 50%/contain no-repeat}.ob-pill-amber{color:#865d0d;background:#fff4d8}.ob-pill-green{color:#17633a;background:#d8fbe8}.ob-pill-red{color:#9b1c1c;background:#fde2e2}.ob-pill-gray{color:#5b5b66;background:#ededee}.ob-cell-agent{align-items:center;min-width:0;display:flex}.ob-agent-name{font-family:var(--font-body);color:#787882;white-space:nowrap;text-overflow:ellipsis;font-size:14px;line-height:18px;overflow:hidden}.ob-cell-progress,.ob-cell-duration{align-items:center;display:flex}.ob-metric-pill{color:#1c1c1d;min-height:24px;font-family:var(--font-body);white-space:nowrap;background:#fafafa;border-radius:999px;align-items:center;gap:4px;padding:3px 8px;font-size:12px;font-weight:500;line-height:18px;display:inline-flex}.ob-metric-icon{background:currentColor;width:14px;height:14px}.ob-progress-icon{-webkit-mask:url(/icons/outbound/progress-phone.svg) 50%/contain no-repeat;mask:url(/icons/outbound/progress-phone.svg) 50%/contain no-repeat}.ob-duration-icon{-webkit-mask:url(/icons/outbound/stopwatch.svg) 50%/contain no-repeat;mask:url(/icons/outbound/stopwatch.svg) 50%/contain no-repeat}.ob-table-state{color:#787882;font-family:var(--font-body);padding:24px 16px;font-size:14px}@media (width<=1100px){.outbound-main-card{min-height:calc(100vh - 16px)}.ob-list-header{padding:40px 24px 0}.ob-search-wrap,.ob-table,.ob-filter-row{width:calc(100% - 48px);margin-left:24px;margin-right:24px}}@media (width<=720px){.ob-list-header{flex-direction:column;align-items:stretch;min-height:0;padding:24px 20px 20px}.ob-new-btn{width:100%;min-width:0}.ob-search-wrap,.ob-table,.ob-filter-row{width:calc(100% - 40px);margin-left:20px;margin-right:20px}.ob-search-wrap{margin-top:20px}.ob-search-icon{left:18px}.ob-search-input{padding-left:48px}.ob-table{overflow-x:visible}.ob-thead{display:none}.ob-tbody{gap:12px;overflow:visible}.ob-row{border:1px solid #e9eaeb;border-radius:8px;grid-template-columns:minmax(0,1fr);gap:10px;min-width:0;min-height:0;padding:16px;display:grid}.ob-cell{grid-template-columns:112px minmax(0,1fr);align-items:center;gap:12px;display:grid}.ob-cell:before{content:attr(data-label);color:#787882;font-family:var(--font-body);font-size:12px;line-height:18px}.ob-cell-name{grid-template-columns:none;display:flex}.ob-cell-name:before{display:none}.ob-cell-name{gap:3px}.ob-name-text{font-size:16px;line-height:20px}}.cd-shell{background:#fff;flex-direction:column;height:100%;min-height:0;display:flex;overflow:auto}.cd-skeleton{flex-direction:column;gap:24px;width:calc(100% - 80px);margin:24px 40px 40px;display:flex}.cd-loading{color:#787882;padding:48px 40px;font-size:14px}.cd-error{color:#ef4444;padding:48px 40px;font-size:14px}.cd-shell .cd-header{z-index:10;background:#fff;border-bottom:1px solid #e9e9e9;flex-shrink:0;align-items:center;gap:8px;min-height:88px;padding:0 40px;display:flex;position:sticky;top:0}.cd-crumb,.cd-page-title{font-family:var(--font-heading);letter-spacing:0;font-size:32px;font-weight:400;line-height:38px}.cd-crumb{appearance:none;color:#59654d;cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:0}.cd-crumb:hover{color:#35402f}.cd-crumb-separator{color:#5b5b66;font-family:var(--font-body);font-size:30px;line-height:38px}.cd-page-title{color:#1c1c1d;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;overflow:hidden}.cd-batch-card{flex:none;justify-content:space-between;align-items:flex-start;gap:24px;width:calc(100% - 80px);margin:24px 40px 0;display:flex;position:relative}.cd-batch-info{min-width:0;max-width:calc(100% - 320px)}.cd-title{font-family:var(--font-heading);color:#000;letter-spacing:0;overflow-wrap:anywhere;margin:0 0 12px;font-size:40px;font-weight:400;line-height:48px}.cd-subtitle{font-family:var(--font-body);color:#5b5b66;opacity:.5;overflow-wrap:anywhere;margin:0;font-size:16px;line-height:24px}.cd-header-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.cd-action-btn{min-height:36px;font-family:var(--font-body);cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:8px 24px;font-size:16px;font-weight:400;line-height:20px;transition:opacity .15s;display:inline-flex}.cd-action-btn:disabled{opacity:.4;cursor:not-allowed}.cd-action-cancel{color:#ff383c;background:#fff;border:1px solid #ff383ccc}.cd-action-cancel:hover:not(:disabled){background:#fff5f6}.cd-action-retry{color:#242424;background:#fff;border:1px solid #ccc9c9}.cd-action-retry:hover:not(:disabled){background:#f9f9f9}.cd-action-export{color:#242424;background:#fff;border:1px solid #ccc9c9}.cd-action-export:hover:not(:disabled){background:#f9f9f9}.cd-card-actions{flex:none;align-items:center;gap:16px;display:flex}.cd-meta-row{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:10px;margin-top:28px;display:flex}.cd-meta-pill{min-height:32px;font-family:var(--font-body);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:5px;padding:6px 14px;font-size:15px;font-weight:400;line-height:18px;display:inline-flex}.cd-meta-pill-plain{color:#000;background:#fff;border:1px solid #0000001a}.cd-meta-pill-green{color:green;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;background:#00800014;border-radius:6px;font-size:12px;line-height:18px}.cd-meta-pill-amber{color:#ec8817;min-height:38px;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;background:#ff92152e;border-radius:6px;font-size:12px;line-height:18px}.cd-meta-pill-blue{color:#1d4ed8;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;background:#1d4ed817;border-radius:6px;font-size:12px;line-height:18px}.cd-meta-pill-red{color:#9b1c1c;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;background:#ffe4e4;border-radius:6px;font-size:12px;line-height:18px}.cd-meta-pill-gray{color:#5b5b66;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;background:#ededee;border-radius:6px;font-size:12px;line-height:18px}.cd-agent-dot{background:radial-gradient(circle at 35% 35%,#f7ffe9 0 24%,#a4df73 25% 52%,#6fa743 53% 100%);border-radius:50%;width:12px;height:12px;box-shadow:inset 0 0 0 1px #6fa74329}.cd-active-dot{background:#59654d;border-radius:50%;width:7px;height:7px;margin-right:2px;box-shadow:0 0 0 3px #59654d33}.cd-live-dot{background:#f59e0b;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite cd-pulse}@keyframes cd-pulse{0%,to{opacity:1}50%{opacity:.35}}.cd-headline-stats{flex:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;width:calc(100% - 80px);margin:32px 40px 0;display:grid}.cd-headline-card{background:#f4f4f4;border-radius:16px;flex-direction:column;justify-content:space-between;min-height:163px;padding:26px 24px 24px 22px;display:flex}.cd-headline-label{color:#0f0f0f;font-family:"Gilroy-Medium", var(--font-body);margin:0;font-size:24px;line-height:28.8px}.cd-headline-value{color:#59654d;font-family:var(--font-heading);margin:0;font-size:56px;font-weight:400;line-height:67.2px}.cd-headline-affix{font-family:var(--font-heading);font-size:32px;font-style:italic;line-height:38.4px}.cd-search-wrap{color:#b0b0b5;background:#fafafa;border:1px solid #e0e0e2;border-radius:12px;flex:none;align-items:center;width:calc(100% - 80px);height:56px;margin:24px 40px 0;display:flex;position:relative}.cd-search-icon{pointer-events:none;position:absolute;top:50%;left:25px;transform:translateY(-50%)}.cd-search-input{color:#111;width:100%;height:100%;font-family:var(--font-body);background:0 0;border:0;outline:none;padding:0 20px 0 57px;font-size:16px;font-weight:400;line-height:24px}.cd-search-input::placeholder{color:#0f0f0f66}.cd-filter-row{flex:none;width:calc(100% - 80px);margin:16px 40px 0}.cd-table-wrap{flex:none;width:calc(100% - 80px);margin:32px 40px 40px;overflow-x:auto}.cd-empty{color:#787882;padding:48px 16px;font-size:14px}.cd-table{border-collapse:collapse;width:100%;font-family:var(--font-body)}.cd-th{z-index:2;color:#787882;text-align:left;white-space:nowrap;-webkit-user-select:none;user-select:none;background:#fff;border-bottom:1px solid #e9eaeb;padding:9px 16px 8px;font-size:12px;font-weight:500;line-height:18px;position:sticky;top:0}.cd-th:first-child{padding-left:16px}.cd-th-status{text-align:right;padding-right:16px}.cd-th-phone{min-width:160px}.cd-tr{transition:background .1s}.cd-tr:hover{background:#fafafa}.cd-td{color:#1a1a1a;vertical-align:middle;border:0;padding:18px 16px;font-size:14px}.cd-td:first-child{padding-left:16px}.cd-td-phone{font-family:var(--font-body);color:#0f0f0f;white-space:nowrap;font-size:14px;line-height:20px}.cd-td-var{max-width:180px}.cd-var-val{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.cd-td-status{text-align:right;padding-right:16px}.cd-cell-muted{color:#c0c0c8}.cd-lang-cell{align-items:center;gap:6px;font-size:13px;display:inline-flex}.cd-lang-flag{font-size:16px;line-height:1}.cd-badge{white-space:nowrap;border-radius:999px;align-items:center;gap:5px;min-height:24px;padding:3px 9px;font-size:12px;font-weight:500;line-height:18px;display:inline-flex}.cd-badge-wrap{display:inline-flex;position:relative}.cd-badge-tip{z-index:6;color:#fff;width:max-content;max-width:200px;font-family:var(--font-body);white-space:normal;pointer-events:none;background:#1a1a1e;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:400;line-height:16px;display:none;position:absolute;bottom:calc(100% + 6px);right:0;box-shadow:0 4px 12px #0000002e}.cd-badge-wrap:hover .cd-badge-tip{display:block}.cd-badge-green{color:green;background:#00800014}.cd-badge-amber{color:#92400e;background:#fef3c7}.cd-badge-red{color:#991b1b;background:#fee2e2}.cd-badge-pink{color:#9f1239;background:#ffe4e6}.cd-badge-gray{color:#6b7280;background:#f3f4f6}@media (width<=1100px){.cd-shell .cd-header{padding:0 24px}.cd-batch-card,.cd-headline-stats,.cd-search-wrap,.cd-filter-row,.cd-table-wrap,.cd-skeleton{width:calc(100% - 48px);margin-left:24px;margin-right:24px}.cd-batch-card{flex-direction:column}.cd-headline-stats{gap:20px}.cd-headline-card{min-height:140px;padding:22px 20px}.cd-headline-label{font-size:20px;line-height:26px}.cd-headline-value{font-size:44px;line-height:52.8px}.cd-headline-affix{font-size:26px}.cd-batch-info{max-width:100%}.cd-card-actions{flex-wrap:wrap;justify-content:space-between;width:100%}}@media (width<=720px){.cd-shell{height:auto;overflow:visible}.cd-shell .cd-header{flex-wrap:wrap;min-height:0;padding:24px 20px 20px}.cd-crumb,.cd-page-title{font-size:30px;line-height:36px}.cd-page-title{flex-basis:100%}.cd-batch-card,.cd-headline-stats,.cd-search-wrap,.cd-filter-row,.cd-table-wrap{width:calc(100% - 40px);margin-left:20px;margin-right:20px}.cd-headline-stats{grid-template-columns:minmax(0,1fr);gap:16px;margin-top:24px}.cd-headline-card{min-height:0}.cd-title{font-size:34px;line-height:40px}.cd-meta-row{gap:8px;margin-top:22px}.cd-meta-pill{min-height:30px;padding:5px 11px;font-size:13px}.cd-card-actions{align-items:stretch;gap:10px}.cd-card-actions .cd-meta-pill,.cd-action-btn{width:100%}.cd-search-wrap{margin-top:20px}.cd-search-icon{left:18px}.cd-search-input{padding-left:48px}.cd-table-wrap{margin-top:24px;overflow:visible}.cd-table,.cd-table thead,.cd-table tbody,.cd-table tr,.cd-table td{width:100%;display:block}.cd-table thead{display:none}.cd-tr{background:#fff;border:1px solid #e9eaeb;border-radius:8px;padding:14px 16px}.cd-tr+.cd-tr{margin-top:12px}.cd-tr:hover{background:#fff}.cd-td,.cd-td:first-child,.cd-td-status{text-align:left;white-space:normal;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:12px;padding:8px 0;display:grid}.cd-td:before{content:attr(data-label);color:#787882;font-family:var(--font-body);text-transform:none;font-size:12px;line-height:18px}.cd-td-phone{white-space:normal;overflow-wrap:anywhere;font-size:14px}.cd-td-var{max-width:none}}.pipeline-screen{background:#000;width:100%;min-height:100vh;position:relative;overflow:visible}.pipeline-bg{z-index:0;position:fixed;inset:0;overflow:hidden}.pipeline-bg img{object-fit:cover;object-position:center bottom;filter:blur(9.5px);width:calc(100% + 60px);height:calc(100% + 60px);position:absolute;inset:-30px}.pipeline-bg-overlay{mix-blend-mode:multiply;background:radial-gradient(circle at 18% 82%,#ff9b4324 0%,#0000 28%),linear-gradient(#060d0829 0%,#0d09063d 100%);position:absolute;inset:0}.pipeline-bg-grain{pointer-events:none;opacity:1;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");background-repeat:repeat;background-size:300px 300px;position:absolute;inset:0}.pipeline-layout{z-index:1;flex-direction:column;gap:18px;width:min(100% - 48px,1253px);min-height:100vh;margin:0 auto;padding:20px 0 24px;display:flex;position:relative;overflow:visible}.pipeline-header{z-index:1;-webkit-backdrop-filter:blur(18px);background:linear-gradient(158.6deg,#ffffffe6 27.28%,#ffffffa1 94.73%);border:1px solid #ffffff7a;border-radius:14px;flex-shrink:0;min-height:370px;padding:29px 45px 24px;position:relative;overflow:hidden;box-shadow:0 20px 52px #11111114,inset 0 1px #ffffffb8}.pipeline-header:before{content:"";pointer-events:none;background:radial-gradient(circle at 8% 10%,#ffffff85 0%,#0000 32%),radial-gradient(circle at 78% 82%,#ccc3b729 0%,#0000 36%);position:absolute;inset:0}.pipeline-header-top{z-index:1;justify-content:space-between;align-items:center;margin-bottom:42px;display:flex;position:relative}.pipeline-header-logo{cursor:pointer;flex:none;width:96px;height:28.166px;text-decoration:none;transition:opacity .15s;display:block}.pipeline-header-logo:hover{opacity:.84}.pipeline-header-logo img{object-fit:contain;width:100%;height:100%;display:block}.pipeline-notify-btn{color:#fff;width:152px;height:40px;font-family:var(--font-body);cursor:pointer;background:linear-gradient(#515151 24.8%,#0f0f0f 125.2%);border:none;border-radius:8px;align-items:center;gap:8px;padding:8px 24px;font-size:16px;font-weight:500;transition:opacity .15s,transform .15s;display:flex;box-shadow:inset 0 1px #ffffff24,0 10px 24px #10101029}.pipeline-notify-btn:hover{opacity:.96;transform:translateY(-1px)}.pipeline-notify-btn svg{color:#fff}.pipeline-title{z-index:1;font-family:var(--font-heading);letter-spacing:-.018em;color:#000;text-wrap:balance;max-width:760px;font-size:40px;font-weight:400;line-height:44px;position:relative}.pipeline-title em{color:#4b667d;-webkit-text-fill-color:transparent;background-image:url(/images/pipeline-title-texture.png),linear-gradient(90deg,#42586c 0%,#5d7890 100%);background-position:0,0 0;background-repeat:no-repeat,repeat;background-size:100% 1654.55%,auto;-webkit-background-clip:text;background-clip:text;padding-right:.03em;font-style:italic;display:inline-block}.pipeline-progress{z-index:1;height:115px;padding:0;position:absolute;bottom:40px;left:43px;right:43px}.pipeline-labels-row{z-index:2;align-items:start;height:115px;display:grid;position:relative}.pipeline-stage-segment{min-width:0;height:115px;position:relative}.pipeline-stage-label{cursor:pointer;font-family:var(--font-body);color:#00000073;letter-spacing:-.02em;z-index:2;align-items:center;gap:8px;min-width:0;padding:3px 0 0 22px;font-size:24px;font-weight:500;line-height:24px;display:flex;position:relative}.pipeline-stage-segment:first-child .pipeline-stage-label{padding-left:28px}.pipeline-stage-label.completed,.pipeline-stage-label.active{color:#000000f5;font-weight:600}.pipeline-stage-label.active{gap:11px}.pipeline-stage-label:hover{opacity:.8}.pipeline-tab-indicator{justify-content:center;align-items:center;min-width:16px;min-height:16px;margin-left:2px;display:inline-flex}.pipeline-tab-spinner{border:2px solid #00000026;border-top-color:#000;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin;display:inline-block}.pipeline-bars-row{z-index:1;place-items:end center;display:grid;position:absolute;inset:0}.pipeline-bar{opacity:.3;background:#0a0a0af0;border-radius:999px;align-self:end;width:7.875px;height:56px;transition:opacity .7s}.pipeline-bar-transition{height:115px}.pipeline-content{-webkit-backdrop-filter:blur(18px);background:linear-gradient(#fffc 0%,#ffffff8f 103.2%);border:1px solid #ffffff70;border-radius:14px;flex:none;overflow:visible;box-shadow:0 24px 60px #11111114,inset 0 1px #ffffffad}.pipeline-content-inner{padding:48px 56px}.pipeline-content-header{justify-content:space-between;align-items:flex-start;margin-bottom:36px;display:flex}.pipeline-content-title{font-family:var(--font-heading);color:#000;font-size:40px;font-weight:400;line-height:48px}.pipeline-content-title em{font-style:italic}.pipeline-content-counts{align-items:flex-start;gap:28px;display:flex}.pipeline-count{text-align:right}.pipeline-count-num{font-family:var(--font-heading);color:#000;font-size:72px;font-weight:400;line-height:1}.pipeline-count-label{font-family:var(--font-body);color:#000;margin-top:2px;font-size:20px;font-weight:500}.pipeline-section-label{font-family:var(--font-body);letter-spacing:.5px;text-transform:uppercase;color:#0f0f0f;opacity:.7;align-items:center;gap:14px;margin-top:8px;margin-bottom:16px;font-size:15px;font-weight:600;display:flex}.pipeline-section-label:after{content:"";background:#e5e5e8;flex:1;height:1px}.knowledge-content-header{gap:32px}.knowledge-content-copy{max-width:720px}.knowledge-overview{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.knowledge-overview-chip{min-height:34px;font-family:var(--font-body);color:#0f0f0fb8;background:#ffffff8f;border:1px solid #0f0f0f14;border-radius:999px;align-items:center;padding:8px 14px;font-size:13px;font-weight:500;display:inline-flex}.knowledge-total{min-width:170px}.knowledge-groups{flex-direction:column;gap:34px;display:flex}.knowledge-group{flex-direction:column;gap:16px;display:flex}.knowledge-group-header{flex-direction:column;gap:8px;display:flex}.knowledge-group-title-row{align-items:center;gap:14px;display:flex}.knowledge-group-heading{font-family:var(--font-body);text-transform:uppercase;color:#0f0f0fad;white-space:nowrap;font-size:20px;font-weight:600;line-height:1}.knowledge-group-divider{background:#0f0f0f26;flex:1;height:1px}.knowledge-group-description{max-width:720px;font-family:var(--font-body);color:#0f0f0f8a;font-size:14px;font-weight:500;line-height:1.45}.knowledge-group-list{flex-direction:column;gap:18px;display:flex}.knowledge-section{--knowledge-accent:#1c1c1d;--knowledge-accent-soft:#1c1c1d14;--knowledge-accent-strong:#1c1c1d24;background:#fffffff0;border:1.5px solid #e5e5e8eb;border-radius:16px;overflow:hidden;box-shadow:0 18px 40px #0f0f0f0d}.knowledge-theme-product{--knowledge-accent:#0f6b54;--knowledge-accent-soft:#0f6b541a;--knowledge-accent-strong:#0f6b5429}.knowledge-theme-pricing{--knowledge-accent:#bc5c1f;--knowledge-accent-soft:#bc5c1f1a;--knowledge-accent-strong:#bc5c1f29}.knowledge-theme-policy{--knowledge-accent:#a33e39;--knowledge-accent-soft:#a33e391a;--knowledge-accent-strong:#a33e3929}.knowledge-theme-operations{--knowledge-accent:#1d5f96;--knowledge-accent-soft:#1d5f961a;--knowledge-accent-strong:#1d5f9629}.knowledge-theme-process{--knowledge-accent:#7154b8;--knowledge-accent-soft:#7154b81a;--knowledge-accent-strong:#7154b829}.knowledge-theme-people{--knowledge-accent:#0b7c7b;--knowledge-accent-soft:#0b7c7b1a;--knowledge-accent-strong:#0b7c7b29}.knowledge-theme-faq{--knowledge-accent:#8d6a18;--knowledge-accent-soft:#8d6a181a;--knowledge-accent-strong:#8d6a1829}.knowledge-section-header{cursor:pointer;text-align:left;background:#ffffffe0;border:0;align-items:center;gap:18px;width:100%;padding:18px;transition:background .15s,transform .15s;display:flex}.knowledge-section-header:hover{background:#fffffff5}.knowledge-section-media{background:radial-gradient(circle at top left, #ffffffc7, transparent 56%), radial-gradient(circle at bottom right, #fff3, transparent 48%), linear-gradient(135deg, var(--knowledge-accent-soft), var(--knowledge-accent-strong));border-radius:14px;flex-direction:column;justify-content:space-between;width:122px;min-width:122px;min-height:96px;padding:14px 14px 12px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff57}.knowledge-section-index{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:#0f0f0f85;font-size:11px;font-weight:600}.knowledge-section-monogram{font-family:var(--font-heading);color:var(--knowledge-accent);font-size:32px;line-height:1}.knowledge-section-kicker{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:#0f0f0f8a;font-size:11px;font-weight:600}.knowledge-section-copy{flex:1;min-width:0}.knowledge-section-title-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.knowledge-section-title{font-family:var(--font-body);color:#0f0f0f;font-size:20px;font-weight:600;line-height:1.2}.knowledge-section-summary{max-width:760px;font-family:var(--font-body);color:#0f0f0f94;margin-top:8px;font-size:14px;font-weight:500;line-height:1.45}.knowledge-section-preview{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.knowledge-section-preview-chip{background:color-mix(in srgb, var(--knowledge-accent-soft) 58%, #fff);min-height:24px;font-family:var(--font-body);color:#0f0f0fb8;border:1px solid #0f0f0f0f;border-radius:999px;align-items:center;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.knowledge-section-count{font-family:var(--font-body);color:#181818;background:#ffffffdb;border:1px solid #e5e5e8eb;border-radius:6px;padding:6px 11px;font-size:12px;font-weight:600}.knowledge-section-arrow{color:#181818;justify-content:center;align-items:center;width:25px;min-width:25px;height:25px;margin-left:14px;transition:transform .2s;display:inline-flex}.knowledge-section-arrow svg{width:25px;height:25px}.knowledge-section.open .knowledge-section-arrow{transform:rotate(180deg)}.knowledge-section-body{background:linear-gradient(#ffffffb8,#f7f7f7c7);border-top:1px solid #e5e5e8;padding:0 18px 18px;display:none}.knowledge-section.open .knowledge-section-body{display:block}.knowledge-body-layout{grid-template-columns:minmax(280px,.9fr) minmax(0,1.5fr);align-items:start;gap:18px;padding-top:18px;display:grid}.knowledge-brief-card{background:radial-gradient(circle at top right, #ffffffb3, transparent 44%), linear-gradient(145deg, color-mix(in srgb, var(--knowledge-accent-soft) 72%, #fff), #ffffffeb);border:1px solid #0f0f0f14;border-radius:16px;padding:22px 20px;position:relative;box-shadow:inset 0 1px #ffffff9e}.knowledge-brief-eyebrow{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--knowledge-accent);font-size:11px;font-weight:700}.knowledge-brief-title{font-family:var(--font-body);color:#0f0f0f;margin-top:10px;font-size:21px;font-weight:600;line-height:1.18}.knowledge-brief-summary{font-family:var(--font-body);color:#0f0f0fad;margin-top:12px;font-size:14px;font-weight:500;line-height:1.5}.knowledge-brief-list{flex-direction:column;gap:10px;margin-top:18px;display:flex}.knowledge-brief-item{background:#ffffffb8;border:1px solid #0f0f0f12;border-radius:12px;padding:13px 14px}.knowledge-brief-item-label{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:#0f0f0f94;font-size:11px;font-weight:700}.knowledge-brief-item-value{font-family:var(--font-body);color:#111112;margin-top:6px;font-size:14px;font-weight:600;line-height:1.45}.knowledge-detail-stack{flex-direction:column;gap:14px;display:flex}.knowledge-detail-panel{background:#ffffffe6;border:1px solid #e5e5e8eb;border-radius:16px;padding:18px;box-shadow:0 12px 28px #0f0f0f08}.knowledge-detail-panel-header{justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;display:flex}.knowledge-detail-panel-title{font-family:var(--font-body);color:#0f0f0f;font-size:16px;font-weight:600}.knowledge-detail-panel-meta{font-family:var(--font-body);color:#0f0f0f8f;font-size:12px;font-weight:600}.knowledge-detail-list{flex-direction:column;gap:10px;display:flex}.knowledge-detail-row{background:#f8f8f8;border:1px solid #ececee;border-radius:12px;grid-template-columns:minmax(150px,.82fr) minmax(0,1.6fr);align-items:start;gap:16px;padding:12px 14px;display:grid}.knowledge-detail-key{font-family:var(--font-body);color:#111112;font-size:13px;font-weight:700;line-height:1.35}.knowledge-detail-value{font-family:var(--font-body);color:#0f0f0fb8;font-size:14px;font-weight:500;line-height:1.5}.knowledge-note-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.knowledge-note-card{background:#f7f7f7;border:1px solid #ececee;border-radius:14px;min-height:108px;padding:15px}.knowledge-note-badge{min-height:22px;font-family:var(--font-body);color:#0f0f0f9e;background:#ffffffdb;border:1px solid #0f0f0f12;border-radius:999px;align-items:center;padding:4px 9px;font-size:11px;font-weight:700;display:inline-flex}.knowledge-note-text{font-family:var(--font-body);color:#1c1c1d;margin-top:14px;font-size:14px;font-weight:500;line-height:1.5}.scenarios-content-header{gap:32px}.scenarios-content-copy{max-width:720px}.scenarios-overview{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.scenarios-overview-chip{min-height:34px;font-family:var(--font-body);color:#0f0f0fb8;background:#ffffff8f;border:1px solid #0f0f0f14;border-radius:999px;align-items:center;padding:8px 14px;font-size:13px;font-weight:500;display:inline-flex}.scenarios-total{min-width:176px}.scenarios-total-sub{font-family:var(--font-body);color:#0f0f0f8f;margin-top:8px;font-size:14px;font-weight:500}.scenarios-groups{flex-direction:column;gap:34px;display:flex}.scenario-group-heading{font-family:var(--font-body);letter-spacing:.5px;text-transform:uppercase;color:#0f0f0f;opacity:.7;align-items:center;gap:14px;margin-bottom:16px;font-size:15px;font-weight:600;display:flex}.scenario-group-heading:after{content:"";background:#d4d6db;flex:1;height:1px}.scenario-group-list{flex-direction:column;gap:14px;display:flex}.scenario-category{background:#fff;border:1.5px solid #e5e5e8;border-radius:16px;overflow:hidden;box-shadow:0 18px 40px #0f0f0f0a}.scenario-category-toggle{text-align:left;cursor:pointer;background:#fff;border:0;align-items:center;gap:16px;width:100%;padding:12px;display:flex}.scenario-category-toggle:hover{background:#fcfcfc}.scenario-category-media{background:#d9d9d9;border-radius:8px;width:156px;min-width:156px;height:80px;position:relative;overflow:hidden}.scenario-category-media img{object-fit:cover;width:100%;height:100%;display:block}.scenario-category-copy{flex:1;min-width:0}.scenario-category-title{font-family:var(--font-body);color:#0f0f0f;font-size:20px;font-weight:600;line-height:1.2}.scenario-category-summary{max-width:700px;font-family:var(--font-body);color:#0f0f0f94;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:8px;font-size:14px;font-weight:500;line-height:1.45;display:-webkit-box;overflow:hidden}.scenario-category-actions{align-items:center;gap:16px;margin-left:auto;padding-right:14px;display:flex}.scenario-category-count{min-width:79px;height:24px;font-family:var(--font-body);color:#181818;background:#fff;border:1px solid #e5e5e8;border-radius:6px;justify-content:center;align-items:center;padding:8px;font-size:12px;font-weight:500;display:inline-flex}.scenario-category-arrow{color:#181818;justify-content:center;align-items:center;width:25px;min-width:25px;height:25px;transition:transform .2s;display:inline-flex}.scenario-category-arrow svg{width:25px;height:25px}.scenario-category.open .scenario-category-arrow{transform:rotate(180deg)}.scenario-category-body{border-top:1px solid #e5e5e8;padding:0 22px 22px;display:none}.scenario-category.open .scenario-category-body{display:block}.scenario-case-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;padding-top:18px;display:grid}.scenario-case{--scenario-dot:#da8a27;background:#f7f7f7;border:1px solid #ececee;border-radius:12px;min-height:146px;padding:14px 16px 16px}.scenario-case-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.scenario-case-icon{color:#7c8190;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.scenario-case-icon svg{width:28px;height:28px}.scenario-case-badge{min-height:18px;font-family:var(--font-body);color:#181818;white-space:nowrap;background:#fff;border:.75px solid #e5e5e8;border-radius:4.5px;align-items:center;gap:4px;padding:4px 7px;font-size:10px;font-weight:600;display:inline-flex}.scenario-case-badge-dot{background:var(--scenario-dot);border-radius:999px;width:4px;height:4px}.scenario-case-title{font-family:var(--font-body);color:#1c1c1d;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.scenario-case-persona{font-family:var(--font-body);letter-spacing:.04em;text-transform:uppercase;color:#0f0f0f80;margin-top:8px;font-size:11px;font-weight:600}.scenario-case-text{font-family:var(--font-body);color:#1c1c1d;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:6px;font-size:15px;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.scenario-resistance-low{--scenario-dot:#58b768}.scenario-resistance-moderate{--scenario-dot:#da8a27}.scenario-resistance-high{--scenario-dot:#d95b4f}.scenario-resistance-immovable{--scenario-dot:#7e68b2}.simulations-content-header{gap:32px}.simulations-content-copy{max-width:720px}.simulations-total{min-width:176px}.simulations-total-sub{font-family:var(--font-body);color:#0f0f0f8f;margin-top:8px;font-size:14px;font-weight:500}.simulations-list{flex-direction:column;gap:16px;display:flex}.simulation-entry{background:#fff;border:1.5px solid #e5e5e8;border-radius:16px;overflow:hidden;box-shadow:0 18px 40px #0f0f0f0a}.simulation-entry-toggle{text-align:left;cursor:pointer;background:#fff;border:0;align-items:center;gap:18px;width:100%;padding:12px;display:flex}.simulation-entry-toggle:hover{background:#fcfcfc}.simulation-entry-avatar{background:#d9d9d9;border-radius:8px;width:80px;min-width:80px;height:80px;overflow:hidden}.simulation-entry-avatar img{object-fit:cover;width:100%;height:100%;display:block}.simulation-entry-copy{flex:1;min-width:0}.simulation-entry-title{font-family:var(--font-body);color:#0f0f0f;font-size:20px;font-weight:600;line-height:1.2}.simulation-entry-subtitle{max-width:760px;font-family:var(--font-body);color:#0f0f0f8f;white-space:nowrap;text-overflow:ellipsis;margin-top:6px;font-size:14px;font-weight:500;line-height:1.4;overflow:hidden}.simulation-entry-chips{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.simulation-entry-chip{min-height:32px;font-family:var(--font-body);color:#181818;background:#fff;border:1px solid #e5e5e8;border-radius:8px;align-items:center;padding:7px 12px;font-size:14px;font-weight:500;display:inline-flex}.simulation-entry-actions{align-items:center;margin-left:auto;padding-right:8px;display:flex}.simulation-entry-arrow{color:#181818;justify-content:center;align-items:center;width:25px;min-width:25px;height:25px;transition:transform .2s;display:inline-flex}.simulation-entry-arrow svg{width:25px;height:25px}.simulation-entry.open .simulation-entry-arrow{transform:rotate(180deg)}.simulation-entry-body{background:linear-gradient(#f8f8f8b3 0%,#fff 24%);border-top:1px solid #e5e5e8;padding:22px 22px 24px;display:none}.simulation-entry.open .simulation-entry-body{display:block}.simulation-entry-body-inner{flex-direction:column;gap:24px;display:flex}.simulation-context-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.simulation-context-card{background:#f7f7f7;border:1px solid #ececee;border-radius:14px;min-height:132px;padding:16px}.simulation-context-label{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:#0f0f0f7a;font-size:11px;font-weight:600}.simulation-context-value{font-family:var(--font-body);color:#0f0f0f;margin-top:10px;font-size:16px;font-weight:600;line-height:1.35}.simulation-context-text{font-family:var(--font-body);color:#0f0f0f9e;margin-top:8px;font-size:14px;font-weight:500;line-height:1.5}.simulation-transcript{flex-direction:column;gap:16px;display:flex}.simulation-subsection-label{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:#0f0f0f85;align-items:center;gap:14px;font-size:13px;font-weight:600;display:flex}.simulation-subsection-label:after{content:"";background:#e5e5e8;flex:1;height:1px}.simulation-turn-list{flex-direction:column;gap:12px;display:flex}.simulation-turn{border:1px solid #ececee;border-radius:14px;padding:16px 18px}.simulation-turn-agent{background:#0f0f0f0a;border-color:#0f0f0f0f}.simulation-turn-customer{background:#ffffffeb}.simulation-turn-label{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:#0f0f0f7a;font-size:11px;font-weight:600}.simulation-turn-text{font-family:var(--font-body);color:#0f0f0f;white-space:pre-wrap;margin-top:8px;font-size:15px;font-weight:500;line-height:1.55}.simulation-empty-state{font-family:var(--font-body);color:#0f0f0f9e;background:#ffffffd6;border:1px dashed #0f0f0f24;border-radius:14px;padding:20px 22px;font-size:15px;font-weight:500;line-height:1.5}.evaluation-content-header{gap:32px}.evaluation-content-copy{max-width:720px}.evaluation-overview{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.evaluation-overview-chip{min-height:34px;font-family:var(--font-body);color:#0f0f0fb8;background:#ffffff8f;border:1px solid #0f0f0f14;border-radius:999px;align-items:center;padding:8px 14px;font-size:13px;font-weight:500;display:inline-flex}.evaluation-total{min-width:176px}.evaluation-total-sub{font-family:var(--font-body);color:#0f0f0f8f;margin-top:8px;font-size:14px;font-weight:500}.evaluation-total .pipeline-count-num.overall-tone-good{color:#245b48}.evaluation-total .pipeline-count-num.overall-tone-warn{color:#4b6171}.evaluation-total .pipeline-count-num.overall-tone-bad{color:#7a3c39}.tone-good{color:#1f8b54}.tone-warn{color:#a9721f}.tone-bad{color:#b3483e}.evaluation-hero{flex-direction:column;gap:14px;margin-bottom:34px;display:flex}.evaluation-hero-board{background:radial-gradient(circle at 16% 84%,#c4771cb3 0%,#0000 30%),radial-gradient(circle at 84% 18%,#499ebbb8 0%,#0000 28%),radial-gradient(circle at 58% 34%,#f5ce796b 0%,#0000 34%),linear-gradient(135deg,#d2c5a2 0%,#e6dcc2 42%,#4f9eb7 100%);border-radius:24px;padding:44px 18px 18px;position:relative;overflow:hidden;box-shadow:0 28px 70px #10101014}.evaluation-hero-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;display:grid}.evaluation-hero-card{-webkit-backdrop-filter:blur(24px);background:linear-gradient(#fffffff0 0%,#ffffffb3 103.2%);border:1px solid #ffffff59;border-radius:24px;min-height:144px;padding:24px 18px;box-shadow:inset 0 1px #ffffff9e}.evaluation-hero-label{font-family:var(--font-body);color:#5b5b66;font-size:24px;font-weight:500;line-height:1.2}.evaluation-hero-value{font-family:var(--font-body);color:#000;margin-top:10px;font-size:42px;font-weight:600;line-height:1}.evaluation-hero-copy{font-family:var(--font-body);color:#0f0f0f9e;margin-top:10px;font-size:14px;font-weight:500;line-height:1.45}.evaluation-hero-caption{font-family:var(--font-body);color:#0f0f0fb8;text-align:center;font-size:16px;font-weight:600;line-height:1.45}.evaluation-runtime-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:34px;display:grid}.evaluation-runtime-card{background:#fff;border:1.5px solid #e5e5e8;border-radius:16px;min-height:144px;padding:18px;box-shadow:0 18px 40px #0f0f0f0a}.evaluation-runtime-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.evaluation-runtime-title{font-family:var(--font-body);color:#0f0f0f;font-size:18px;font-weight:600;line-height:1.3}.evaluation-runtime-count{min-height:24px;font-family:var(--font-body);color:#181818;background:#fff;border:1px solid #e5e5e8;border-radius:6px;align-items:center;padding:4px 8px;font-size:12px;font-weight:600;display:inline-flex}.evaluation-runtime-subtitle{font-family:var(--font-body);color:#0f0f0fa3;margin-top:10px;font-size:14px;font-weight:600;line-height:1.4}.evaluation-runtime-copy{font-family:var(--font-body);color:#0f0f0f9e;margin-top:10px;font-size:14px;font-weight:500;line-height:1.5}.evaluation-criteria-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:34px;display:grid}.evaluation-criterion-card{background:#fff;border:1.5px solid #e5e5e8;border-radius:16px;padding:18px;box-shadow:0 18px 40px #0f0f0f0a}.evaluation-criterion-top{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.evaluation-criterion-label{font-family:var(--font-body);color:#0f0f0f;font-size:15px;font-weight:600;line-height:1.4}.evaluation-criterion-score{font-family:var(--font-body);white-space:nowrap;font-size:18px;font-weight:600;line-height:1}.evaluation-criterion-track{background:#ececee;border-radius:999px;width:100%;height:10px;margin-top:16px;overflow:hidden}.evaluation-criterion-fill,.evaluation-policy-fill{border-radius:inherit;height:100%}.evaluation-criterion-fill.tone-good,.evaluation-policy-fill.tone-good{background:linear-gradient(90deg,#1f8b54 0%,#41b975 100%)}.evaluation-criterion-fill.tone-warn,.evaluation-policy-fill.tone-warn{background:linear-gradient(90deg,#ba7b24 0%,#e4a548 100%)}.evaluation-criterion-fill.tone-bad,.evaluation-policy-fill.tone-bad{background:linear-gradient(90deg,#b3483e 0%,#e16e61 100%)}.evaluation-policies{flex-direction:column;gap:14px;display:flex}.evaluation-policy{background:#fff;border:1.5px solid #e5e5e8;border-radius:16px;overflow:hidden;box-shadow:0 18px 40px #0f0f0f0a}.evaluation-policy-toggle{text-align:left;cursor:pointer;background:#fff;border:0;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:16px;width:100%;padding:18px;display:grid}.evaluation-policy-toggle:hover{background:#fcfcfc}.evaluation-policy-copy{min-width:0}.evaluation-policy-top{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.evaluation-policy-name{font-family:var(--font-body);color:#0f0f0f;font-size:20px;font-weight:600;line-height:1.2}.evaluation-severity-badge,.evaluation-policy-meta-chip{min-height:26px;font-family:var(--font-body);white-space:nowrap;border-radius:999px;align-items:center;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.evaluation-severity-badge{border:1px solid #0000}.severity-critical .evaluation-severity-badge,.evaluation-severity-badge.severity-critical{color:#a83c32;background:#b3483e1a;border-color:#b3483e2e}.severity-high .evaluation-severity-badge,.evaluation-severity-badge.severity-high{color:#94611f;background:#ba7b241f;border-color:#ba7b2433}.severity-medium .evaluation-severity-badge,.evaluation-severity-badge.severity-medium{color:#2f6696;background:#1e5ba01a;border-color:#1e5ba029}.evaluation-policy-meta{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.evaluation-policy-meta-chip{color:#181818;background:#fff;border:1px solid #e5e5e8}.evaluation-policy-summary{font-family:var(--font-body);color:#0f0f0f99;margin-top:10px;font-size:14px;font-weight:500;line-height:1.5}.evaluation-policy-track{background:#ececee;border-radius:999px;width:100%;height:10px;margin-top:14px;overflow:hidden}.evaluation-policy-score{font-family:var(--font-body);white-space:nowrap;font-size:34px;font-weight:600;line-height:1}.evaluation-policy-arrow{color:#181818;justify-content:center;align-items:center;width:25px;min-width:25px;height:25px;transition:transform .2s;display:inline-flex}.evaluation-policy-arrow svg{width:25px;height:25px}.evaluation-policy.open .evaluation-policy-arrow{transform:rotate(180deg)}.evaluation-policy-body{background:linear-gradient(#f8f8f8b8 0%,#fff 26%);border-top:1px solid #e5e5e8;padding:0 18px 18px;display:none}.evaluation-policy.open .evaluation-policy-body{display:block}.evaluation-policy-note,.evaluation-policy-empty{font-family:var(--font-body);color:#0f0f0f9e;background:#ffffffd6;border:1px dashed #0f0f0f24;border-radius:14px;margin-top:16px;padding:16px 18px;font-size:14px;font-weight:500;line-height:1.5}.evaluation-failure-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.evaluation-failure-card{background:#f7f7f7;border:1px solid #ececee;border-radius:14px;min-height:184px;padding:16px}.evaluation-failure-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.evaluation-failure-persona{font-family:var(--font-body);color:#0f0f0f;font-size:15px;font-weight:600;line-height:1.35}.evaluation-failure-turn,.evaluation-failure-category,.evaluation-failure-fix-label{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:#0f0f0f7a;font-size:11px;font-weight:600}.evaluation-failure-scenario{font-family:var(--font-body);color:#0f0f0fa3;margin-top:8px;font-size:14px;font-weight:600;line-height:1.4}.evaluation-failure-category{margin-top:4px}.evaluation-failure-text{font-family:var(--font-body);color:#1c1c1d;-webkit-line-clamp:6;-webkit-box-orient:vertical;margin-top:12px;font-size:14px;font-weight:500;line-height:1.55;display:-webkit-box;overflow:hidden}.evaluation-failure-fix{border-top:1px solid #0f0f0f14;flex-direction:column;gap:6px;margin-top:14px;padding-top:12px;display:flex}.evaluation-failure-fix-text{font-family:var(--font-body);color:#0f0f0fa8;font-size:13px;font-weight:500;line-height:1.5}.evaluation-runtime-inline{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;margin-top:14px;display:grid}.evaluation-runtime-inline-card{background:#b3483e0f;border:1px solid #b3483e1f;border-radius:14px;padding:14px 16px}.evaluation-runtime-inline-title{font-family:var(--font-body);color:#0f0f0f;font-size:14px;font-weight:600;line-height:1.35}.evaluation-runtime-inline-copy{font-family:var(--font-body);color:#0f0f0f9e;margin-top:6px;font-size:13px;font-weight:500;line-height:1.5}.evaluation-next-strip{background:linear-gradient(#ffffffd6 0%,#ffffffad 103.2%);border:1.5px solid #e5e5e8;border-radius:16px;margin-top:34px;padding:18px;box-shadow:0 18px 40px #0f0f0f0a}.evaluation-next-label{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:#0f0f0f80;font-size:13px;font-weight:600}.evaluation-next-chips{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.evaluation-next-chip{min-height:34px;font-family:var(--font-body);color:#0f0f0fcc;background:#ffffffb8;border:1px solid #0f0f0f14;border-radius:999px;align-items:center;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.evaluation-next-copy{font-family:var(--font-body);color:#0f0f0f99;margin-top:12px;font-size:14px;font-weight:500;line-height:1.5}.refinement-content-header{gap:32px}.refinement-content-copy{max-width:720px}.refinement-overview{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.refinement-overview-chip{min-height:34px;font-family:var(--font-body);color:#0f0f0fb8;background:#ffffff8f;border:1px solid #0f0f0f14;border-radius:999px;align-items:center;padding:8px 14px;font-size:13px;font-weight:500;display:inline-flex}.refinement-total{min-width:176px}.refinement-total-sub{font-family:var(--font-body);color:#0f0f0f8f;margin-top:8px;font-size:14px;font-weight:500}.refinement-total .pipeline-count-num.refinement-delta-good{color:#245b48}.refinement-total .pipeline-count-num.refinement-delta-bad{color:#7a3c39}.refinement-total .pipeline-count-num.refinement-delta-neutral{color:#4b6171}.refinement-hero{flex-direction:column;gap:14px;margin-bottom:28px;display:flex}.refinement-hero-board{background:radial-gradient(circle at 18% 78%,#c5862d8a 0%,#0000 32%),radial-gradient(circle at 82% 18%,#3a798894 0%,#0000 28%),radial-gradient(circle at 54% 44%,#f5e5b766 0%,#0000 34%),linear-gradient(135deg,#d4d0c0 0%,#e7e2d0 44%,#8eb6bf 100%);border-radius:24px;padding:44px 18px 18px;position:relative;overflow:hidden;box-shadow:0 28px 70px #10101014}.refinement-hero-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;display:grid}.refinement-hero-card{-webkit-backdrop-filter:blur(24px);background:linear-gradient(#fffffff0 0%,#ffffffb3 103.2%);border:1px solid #ffffff59;border-radius:24px;min-height:144px;padding:24px 18px;box-shadow:inset 0 1px #ffffff9e}.refinement-hero-label{font-family:var(--font-body);color:#5b5b66;font-size:24px;font-weight:500;line-height:1.2}.refinement-hero-value{font-family:var(--font-body);color:#000;margin-top:10px;font-size:42px;font-weight:600;line-height:1}.refinement-hero-copy{font-family:var(--font-body);color:#0f0f0f9e;margin-top:10px;font-size:14px;font-weight:500;line-height:1.45}.refinement-hero-caption{font-family:var(--font-body);color:#0f0f0fb8;text-align:center;font-size:16px;font-weight:600;line-height:1.45}.refinement-final-card{background:linear-gradient(#ffffffeb 0%,#ffffffbd 100%);border:1.5px solid #4b61711f;border-radius:20px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;padding:22px 24px;display:flex;box-shadow:0 18px 42px #0f0f0f0a,inset 0 1px #ffffffad}.refinement-final-copy{min-width:0;max-width:640px}.refinement-final-kicker{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:#425866b8;font-size:12px;font-weight:700;line-height:1.2}.refinement-final-title{font-family:var(--font-body);color:#0f0f0f;margin-top:8px;font-size:22px;font-weight:600;line-height:1.2}.refinement-final-text{font-family:var(--font-body);color:#0f0f0f9e;margin-top:8px;font-size:14px;font-weight:500;line-height:1.5}.refinement-final-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.refinement-final-action{white-space:nowrap;border-radius:12px;min-height:44px;padding:12px 18px;text-decoration:none}.refinement-final-action.btn-outline{color:#3c4248;background:#ffffffe0;border-color:#4b617129}.refinement-final-action.btn-outline:hover{color:#151515;border-color:#4b617147}.refinement-final-action-primary.btn-primary{box-shadow:0 10px 28px #0f0f0f24,inset 0 1px #ffffff1f}.refinement-alert-strip{flex-wrap:wrap;gap:10px;margin-bottom:28px;display:flex}.refinement-alert-chip{min-height:34px;font-family:var(--font-body);border:1px solid #0000;border-radius:999px;align-items:center;padding:8px 14px;font-size:13px;font-weight:600;line-height:1.35;display:inline-flex}.refinement-alert-neutral{color:#425866;background:#4b61711a;border-color:#4b617124}.refinement-alert-warn{color:#94611f;background:#ba7b241f;border-color:#ba7b2433}.refinement-alert-bad{color:#a83c32;background:#b3483e1a;border-color:#b3483e2e}.refinement-edits{flex-direction:column;gap:14px;display:flex}.refinement-edit{background:#fff;border:1.5px solid #e5e5e8;border-radius:16px;overflow:hidden;box-shadow:0 18px 40px #0f0f0f0a}.refinement-edit-toggle{text-align:left;cursor:pointer;background:#fff;border:0;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:16px;width:100%;padding:18px;display:grid}.refinement-edit-toggle:hover{background:#fcfcfc}.refinement-edit-copy{min-width:0}.refinement-edit-top{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.refinement-edit-name{font-family:var(--font-body);color:#0f0f0f;font-size:20px;font-weight:600;line-height:1.2}.refinement-status-badge,.refinement-attempt-badge,.refinement-edit-meta-chip{min-height:26px;font-family:var(--font-body);white-space:nowrap;border-radius:999px;align-items:center;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.refinement-status-kept{background:#1f8b541a;border-color:#1f8b5429}.refinement-status-badge.refinement-status-kept{color:#1f8b54;background:#1f8b541a;border:1px solid #1f8b5429}.refinement-status-badge.refinement-status-reverted{color:#a83c32;background:#b3483e1a;border:1px solid #b3483e2e}.refinement-status-badge.refinement-status-limitation{color:#94611f;background:#ba7b241f;border:1px solid #ba7b2433}.refinement-attempt-badge,.refinement-edit-meta-chip{color:#181818;background:#fff;border:1px solid #e5e5e8}.refinement-edit-summary{font-family:var(--font-body);color:#0f0f0f99;margin-top:10px;font-size:14px;font-weight:500;line-height:1.5}.refinement-edit-meta{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.refinement-probe-dots{align-items:center;gap:6px;display:flex}.refinement-probe-dot{background:#d8d8d8;border:1px solid #0f0f0f0f;border-radius:999px;width:12px;height:12px}.refinement-probe-dot.probe-fixed{background:#2a9b60}.refinement-probe-dot.probe-broken{background:#d46055}.refinement-probe-dot.probe-unknown{background:#b6b6bb}.refinement-probe-empty{font-family:var(--font-body);color:#0f0f0f52;font-size:18px;font-weight:600}.refinement-edit-arrow{color:#181818;justify-content:center;align-items:center;width:25px;min-width:25px;height:25px;transition:transform .2s;display:inline-flex}.refinement-edit-arrow svg{width:25px;height:25px}.refinement-edit.open .refinement-edit-arrow{transform:rotate(180deg)}.refinement-edit-body{background:linear-gradient(#f8f8f8b8 0%,#fff 26%);border-top:1px solid #e5e5e8;padding:0 18px 18px;display:none}.refinement-edit.open .refinement-edit-body{display:block}.refinement-edit-body-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.refinement-detail-card{background:#f7f7f7;border:1px solid #ececee;border-radius:14px;min-height:144px;padding:16px}.refinement-detail-label{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:#0f0f0f7a;font-size:11px;font-weight:600}.refinement-detail-value{font-family:var(--font-body);color:#0f0f0f;margin-top:10px;font-size:16px;font-weight:600;line-height:1.35}.refinement-detail-copy{font-family:var(--font-body);color:#0f0f0f9e;margin-top:8px;font-size:14px;font-weight:500;line-height:1.5}.refinement-diagnosis{background:#ffffffeb;border:1px solid #ececee;border-radius:14px;margin-top:14px;padding:16px 18px}.refinement-diagnosis-label{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:#0f0f0f7a;font-size:11px;font-weight:600}.refinement-diagnosis-text{max-height:220px;font-family:var(--font-body);color:#1c1c1d;white-space:pre-wrap;margin-top:10px;font-size:14px;font-weight:500;line-height:1.6;overflow:auto}@media (width<=1100px){.knowledge-content-header{flex-direction:column}.knowledge-total{text-align:left}.scenarios-content-header{flex-direction:column}.scenarios-total{text-align:left}.simulations-content-header{flex-direction:column}.simulations-total{text-align:left}.evaluation-content-header{flex-direction:column}.evaluation-total{text-align:left}.refinement-content-header{flex-direction:column}.refinement-total{text-align:left}.refinement-final-card{flex-direction:column;align-items:flex-start}.refinement-final-actions{justify-content:flex-start;width:100%}.knowledge-body-layout{grid-template-columns:1fr}.knowledge-detail-row{grid-template-columns:1fr;gap:8px}.knowledge-group-title-row{flex-wrap:wrap}.knowledge-group-divider{min-width:120px}.knowledge-section-header{flex-wrap:wrap}.knowledge-section-arrow{margin-left:0}.scenario-category-toggle{flex-wrap:wrap}.scenario-category-actions{justify-content:flex-end;width:100%;padding-right:0}.simulation-entry-toggle{flex-wrap:wrap}.simulation-entry-actions{justify-content:flex-end;width:100%;padding-right:0}.simulation-context-strip,.evaluation-hero-cards,.evaluation-runtime-list,.evaluation-criteria-grid,.evaluation-failure-grid,.refinement-hero-cards,.refinement-edit-body-grid{grid-template-columns:1fr}.evaluation-policy-toggle{grid-template-columns:minmax(0,1fr) auto}.evaluation-policy-arrow{grid-area:1/2/span 2;align-self:center}.refinement-edit-toggle{grid-template-columns:minmax(0,1fr) auto}.refinement-edit-arrow{grid-area:1/2/span 2;align-self:center}}@media (width<=820px){.pipeline-layout{width:min(100% - 32px,1253px);padding-top:16px}.pipeline-header{min-height:332px;padding:22px 24px 18px}.pipeline-header-top{margin-bottom:28px}.pipeline-progress{height:98px;bottom:32px;left:24px;right:24px}.pipeline-labels-row,.pipeline-stage-segment{height:98px}.pipeline-stage-label{padding-left:16px;font-size:18px;line-height:20px}.pipeline-bar{border-radius:999px;width:6.75px;height:44px}.pipeline-bar-transition{height:98px}.pipeline-content-header{flex-direction:column;gap:24px}.pipeline-content-title{font-size:34px;line-height:1.15}.pipeline-count-num{font-size:56px}.knowledge-section-media{width:100%;min-width:0}.knowledge-note-grid{grid-template-columns:1fr}.scenario-category-media{width:100%;min-width:0;height:96px}.scenario-case-grid{grid-template-columns:1fr}.evaluation-hero-card{min-height:128px}.evaluation-hero-label{font-size:20px}.refinement-hero-card{min-height:128px}.refinement-hero-label{font-size:20px}.refinement-final-card{padding:20px}.refinement-final-title{font-size:20px}.refinement-final-actions{flex-direction:column;align-items:stretch}.refinement-final-action{justify-content:center;width:100%}.evaluation-policy-toggle{grid-template-columns:1fr}.evaluation-policy-score{font-size:28px}.evaluation-policy-arrow{grid-area:auto;justify-self:end}.refinement-edit-toggle{grid-template-columns:1fr}.refinement-edit-arrow{grid-area:auto;justify-self:end}}.pipeline-loading{flex-direction:column;align-items:center;gap:16px;padding:80px 0;display:flex}.pipeline-loading-knowledge{align-items:stretch;gap:28px;padding:6px 0 10px}.pipeline-loading-spinner{border:3px solid #e1e1e3;border-top-color:var(--green);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}.pipeline-loading-text{font-family:var(--font-body);color:#0e0e0e9e;font-size:16px;font-weight:550;line-height:25px;animation:2s ease-in-out infinite pulse-fade}.knowledge-loading-copy{gap:12px;max-width:760px;display:grid}.knowledge-loading-kicker{font-family:var(--font-body);letter-spacing:.16em;text-transform:uppercase;color:#0f0f0f6b;font-size:13px;font-weight:600;line-height:16px}.knowledge-loading-title{font-family:var(--font-heading);letter-spacing:-.02em;color:#040404;max-width:700px;font-size:38px;font-weight:400;line-height:44px}.knowledge-loading-text{font-family:var(--font-body);color:#0b0b0bad;font-size:17px;font-weight:500;line-height:27px}.knowledge-loading-steps{flex-wrap:wrap;gap:12px;display:flex}.knowledge-loading-step{background:#ffffff85;border:1px solid #0c0c0c14;border-radius:999px;align-items:center;gap:10px;padding:12px 16px;display:inline-flex;box-shadow:inset 0 1px #fff6}.knowledge-loading-step.done{background:#ffffffad}.knowledge-loading-step.active{background:linear-gradient(#4e64742e 0%,#ffffffd1 100%);border-color:#4356642e}.knowledge-loading-step.upcoming{opacity:.62}.knowledge-loading-step-dot{background:#1113;border-radius:50%;flex:0 0 10px;width:10px;height:10px}.knowledge-loading-step.done .knowledge-loading-step-dot{background:#3f5d47f2}.knowledge-loading-step.active .knowledge-loading-step-dot{background:#435664f5;box-shadow:0 0 0 6px #4356641f}.knowledge-loading-step-label{font-family:var(--font-body);color:#090909d6;font-size:15px;font-weight:600;line-height:18px}.knowledge-loading-preview{background:linear-gradient(#ffffffc2 0%,#ffffff6b 100%);border:1px solid #ffffff75;border-radius:30px;padding:28px;box-shadow:0 22px 48px #1212120f,inset 0 1px #ffffffbd}.knowledge-loading-preview-summary{gap:10px;margin-bottom:22px;display:flex}.knowledge-loading-preview-body{grid-template-columns:280px minmax(0,1fr);gap:24px;display:grid}.knowledge-loading-preview-nav{gap:12px;display:grid}.knowledge-loading-nav-item{background:#ffffff7a;border:1px solid #1111110f;border-radius:22px;padding:16px 18px}.knowledge-loading-nav-item.selected{background:linear-gradient(#ffffffc7 0%,#f4f7f8e0 100%);box-shadow:0 14px 28px #1111110f}.knowledge-loading-nav-line,.knowledge-loading-nav-subline,.knowledge-loading-panel-card,.knowledge-loading-panel-row,.knowledge-loading-note,.knowledge-loading-chip{border-radius:999px}.knowledge-loading-nav-line{width:72%;height:14px;margin-bottom:10px}.knowledge-loading-nav-subline{opacity:.85;width:48%;height:10px}.knowledge-loading-preview-panel{min-width:0}.knowledge-loading-panel-card{border-radius:28px;height:128px;margin-bottom:16px}.knowledge-loading-panel-grid{grid-template-columns:minmax(0,1.3fr) minmax(240px,.85fr);gap:16px;display:grid}.knowledge-loading-panel-list,.knowledge-loading-panel-notes{gap:12px;display:grid}.knowledge-loading-panel-row{border-radius:18px;height:48px}.knowledge-loading-note{border-radius:24px;height:92px}.skeleton-shimmer{background:linear-gradient(#dfe6e8b8 0%,#eef2f4f5 100%);position:relative;overflow:hidden}.skeleton-shimmer:after{content:"";background:linear-gradient(90deg,#0000,#ffffffbd,#0000);animation:1.8s ease-in-out infinite skeleton-sweep;position:absolute;inset:0;transform:translate(-100%)}.skeleton-pill{width:112px;height:34px}.skeleton-pill-wide{width:164px}.pipeline-pending{text-align:center;padding:80px 0}.pipeline-pending-icon{opacity:.2;margin-bottom:16px;font-size:40px}.pipeline-pending-text{font-family:var(--font-body);color:var(--muted);font-size:15px;font-weight:500}.pipeline-error{text-align:center;font-family:var(--font-body);color:var(--error);padding:60px 0;font-size:14px}@keyframes skeleton-sweep{to{transform:translate(100%)}}.pipeline-complete-screen{background:#f6f6f6;flex-direction:column;align-items:center;gap:80px;max-width:1000px;min-height:100vh;margin:0 auto;padding:166px 0 80px;display:flex}.pipeline-complete-center{flex-direction:column;align-items:center;gap:36px;max-width:540px;display:flex}.pipeline-complete-icon{width:126px;height:auto}.pipeline-complete-heading{font-family:var(--font-heading);color:#000;text-align:center;margin:0;font-size:40px;font-weight:400;line-height:44px}.pipeline-complete-sub{font-family:var(--font-body);text-align:center;color:#787882;max-width:434px;margin:0;font-size:16px;font-weight:500;line-height:24px}.pipeline-complete-banner{border-radius:24px;width:100%;max-width:987px;height:260px;position:relative;overflow:hidden}.pipeline-complete-banner-bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.pipeline-complete-banner-overlay{background:#00000026;position:absolute;inset:0}.pipeline-complete-stats{gap:15px;width:calc(100% - 52px);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pipeline-complete-stat-card{-webkit-backdrop-filter:blur(26px);background:linear-gradient(#fff 0%,#fff9 103.21%);border-radius:25px;flex-direction:column;flex:1;align-items:flex-start;gap:9px;height:144px;padding:25px 0 0 19px;display:flex}.pipeline-complete-stat-label{font-family:var(--font-body);color:#5b5b66;font-size:25px;font-weight:500;line-height:30px}.pipeline-complete-stat-value{font-family:var(--font-body);color:#000;font-size:42px;font-weight:600;line-height:51px}.pipeline-complete-marquee{justify-content:center;align-items:center;gap:16px;width:100%;display:flex}.pipeline-complete-marquee-text{font-family:var(--font-body);text-transform:uppercase;color:#000;font-size:22px;font-weight:600;line-height:27px}.pipeline-complete-cards{gap:24px;width:100%;max-width:987px;height:370px;display:flex}.pipeline-complete-feature-card{border-radius:25px;flex:1;position:relative;overflow:hidden}.pipeline-complete-card-image{background:url(/images/calls_simulated.png) 50%/cover no-repeat}.pipeline-complete-card-overlay{background:linear-gradient(196.54deg,#0000 45.01%,#000 94.75%);position:absolute;inset:0}.pipeline-complete-card-body{flex-direction:column;display:flex;position:absolute;bottom:20px;left:20px}.pipeline-complete-card-value{font-family:var(--font-body);background:linear-gradient(#ffffffe6 0%,#ffffff8a 103.21%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:52px;font-weight:700;line-height:64px}.pipeline-complete-card-label{font-family:var(--font-body);color:#fff;font-size:25px;font-weight:500;line-height:31px}.pipeline-complete-card-dark{background:#1c1c1c;overflow:hidden}.pipeline-complete-iter-lines{flex-direction:column;gap:22.5px;width:26px;display:flex;position:absolute;top:58px;left:1px}.pipeline-complete-iter-line{border-top:1.73px solid #818181;width:26px;height:0}.pipeline-complete-iter-nums{flex-direction:column;align-items:flex-start;display:flex;position:absolute;top:50%;left:56px;transform:translateY(-50%)}.pipeline-complete-iter-number{font-family:var(--font-body);color:#d3d3d3;font-size:168px;font-weight:700;line-height:208px}.pipeline-complete-iter-faded{opacity:.3}.pipeline-complete-card-dark-fade-top{z-index:1;background:linear-gradient(#1c1c1c 0%,#1c1c1c00 100%);height:72px;position:absolute;top:0;left:0;right:0}.pipeline-complete-card-dark-fade-bottom{z-index:1;background:linear-gradient(#1c1c1c00 0%,#1c1c1c 100%);height:244px;position:absolute;bottom:0;left:0;right:0}.pipeline-complete-card-label-bottom{font-family:var(--font-body);color:#fff;white-space:nowrap;z-index:2;font-size:20px;font-weight:600;line-height:25px;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.pipeline-complete-card-resolution{background:url(/images/resolution_rate.png) 50%/cover no-repeat}.pipeline-complete-card-resolution .pipeline-complete-card-body{bottom:26px;left:26px}.pipeline-complete-card-resolution .pipeline-complete-card-value{font-size:64px;line-height:58px}.pipeline-complete-cta{height:48px;font-family:var(--font-body);color:#fff;cursor:pointer;background:linear-gradient(#515151 -24.79%,#0f0f0f 125.21%);border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px 64px;font-size:16px;font-weight:500;line-height:24px;transition:opacity .15s;display:flex}.pipeline-complete-cta:hover{opacity:.9}.pipeline-content--flush .pipeline-content-inner{padding:36px 40px 40px}.analysis-report{flex-direction:column;gap:18px;display:flex}.analysis-card{background:#fff;border:1px solid #e5e5e8;border-radius:16px;padding:32px 40px}.analysis-hero{flex-direction:column;gap:22px;padding:4px 4px 6px;display:flex}.analysis-hero-top{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;display:flex}.analysis-hero-title{font-family:var(--font-heading);letter-spacing:-.01em;color:#000;max-width:820px;margin:0;font-size:44px;font-weight:400;line-height:1.2}.analysis-leak{color:#c21919}.analysis-pdf-btn{color:#000;height:40px;font-family:var(--font-body);cursor:pointer;background:#fff;border:1px solid #e5e5e8;border-radius:8px;flex:none;align-items:center;gap:8px;padding:8px 20px;font-size:15px;font-weight:500;transition:background .15s;display:inline-flex}.analysis-pdf-btn:hover{background:#f5f5f7}.analysis-pdf-btn svg{color:#000}.analysis-metrics{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.analysis-metric-card{background:#fff;border:1px solid #e5e5e8;border-radius:14px;flex-direction:column;gap:12px;padding:20px 22px 18px;display:flex}.analysis-metric-title{font-family:var(--font-heading);color:#000;font-size:22px;font-weight:400;line-height:1.2}.analysis-metric-comparison{align-items:flex-end;gap:18px;display:flex}.analysis-metric-col{flex-direction:column;gap:4px;min-width:0;display:flex}.analysis-metric-eyebrow{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;color:#00000080;font-size:11px;font-weight:500}.analysis-metric-value{font-family:var(--font-heading);color:#000;font-size:44px;font-weight:400;line-height:1}.analysis-metric-value--win{color:#174e37}.analysis-metric-pct{font-family:"Inter", var(--font-body)}.analysis-metric-arrow{color:#0009;align-self:flex-end;padding-bottom:6px;font-size:22px}.analysis-metric-lift{font-family:var(--font-body);color:#174e37;margin-top:2px;font-size:13px;font-weight:500}.analysis-card-header{border-bottom:1px solid #e5e5e8;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;padding-bottom:22px;display:flex}.analysis-card-title{font-family:var(--font-heading);color:#000;margin:0;font-size:30px;font-weight:400;line-height:1.2}.analysis-card-title-sub{color:#0006;font-weight:400}.analysis-card-meta{flex:none;align-items:center;gap:12px;display:inline-flex}.analysis-meta-loss{color:#c21919;font-family:var(--font-body);font-size:18px;font-weight:600}.analysis-meta-dot{background:#d9d9d9;border-radius:50%;width:6px;height:6px}.analysis-meta-win{color:#174e37;font-family:var(--font-body);font-size:18px;font-weight:600}.analysis-card-desc{font-family:var(--font-body);color:#0f0f0f;max-width:1000px;margin:0 0 20px;font-size:18px;line-height:1.45}.analysis-section-label{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:#0000008c;margin:6px 0 12px;font-size:11px;font-weight:600}.analysis-stack-bar{border-radius:6px;width:100%;height:38px;margin-bottom:18px;display:flex;overflow:hidden}.analysis-stack-segment{font-family:var(--font-body);color:#0f0f0f;white-space:nowrap;align-items:center;min-width:0;padding:0 14px;font-size:13px;font-weight:500;display:flex;overflow:hidden}.analysis-stack--stt{background:#e8c9a0}.analysis-stack--tts{color:#fff;background:#5c7155}.analysis-stack--llm{color:#fff;background:#c95e47}.analysis-stack-label{text-overflow:ellipsis;overflow:hidden}.analysis-stack-legend{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.analysis-legend-item{flex-direction:column;gap:6px;display:flex}.analysis-legend-head{align-items:center;gap:8px;display:inline-flex}.analysis-legend-dot{border-radius:2px;flex:none;width:10px;height:10px}.analysis-legend-dot--stt{background:#e8c9a0}.analysis-legend-dot--tts{background:#5c7155}.analysis-legend-dot--llm{background:#c95e47}.analysis-legend-name{font-family:var(--font-body);color:#0f0f0f;font-size:14px;font-weight:600}.analysis-legend-desc{font-family:var(--font-body);color:#0f0f0fb3;font-size:13px;line-height:1.4}.analysis-halluc-list{flex-direction:column;display:flex}.analysis-halluc-row{border-top:1px solid #e5e5e8}.analysis-halluc-row:last-child{border-bottom:1px solid #e5e5e8}.analysis-halluc-row-summary{text-align:left;cursor:pointer;width:100%;font-family:var(--font-body);background:0 0;border:none;grid-template-columns:18px auto auto 1fr;align-items:center;gap:12px;padding:18px 4px;display:grid}.analysis-halluc-chevron{color:#0f0f0f;justify-content:center;align-items:center;transition:transform .2s;display:inline-flex}.analysis-halluc-row.open .analysis-halluc-chevron{transform:rotate(90deg)}.analysis-halluc-row-title{color:#0f0f0f;font-size:18px;font-weight:600}.analysis-pill{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-items:center;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.analysis-pill--critical{color:#b23a2a;background:#fae3e0}.analysis-halluc-row-stats{color:#0f0f0fb3;text-align:right;justify-self:end;font-size:14px}.analysis-halluc-row-body{padding:6px 0 22px;display:none}.analysis-halluc-row.open .analysis-halluc-row-body{display:block}.analysis-probe-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.analysis-probe-card{background:#faf6ef;border:1px solid #ece3d2;border-radius:12px;flex-direction:column;gap:10px;padding:18px 20px;display:flex}.analysis-probe-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.analysis-probe-id{font-family:var(--font-body);color:#0f0f0f8c;font-size:12px;font-weight:600}.analysis-probe-tag{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:#b98a1f;background:#f5e6bc;border-radius:4px;padding:3px 9px;font-size:11px;font-weight:700}.analysis-probe-desc{font-family:var(--font-body);color:#0f0f0f;margin:0;font-size:14px;line-height:1.45}.analysis-probe-quote{background:#fff;border-left:3px solid #c95e47;border-radius:4px;flex-direction:column;gap:4px;padding:10px 12px;display:flex}.analysis-probe-quote-label{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:#c95e47;font-size:10px;font-weight:700}.analysis-probe-quote-sub{color:#c95e47b3}.analysis-probe-quote-text{font-family:var(--font-body);color:#0f0f0f;font-size:14px;font-style:italic;line-height:1.4}.analysis-probe-footer{justify-content:space-between;align-items:center;gap:12px;padding-top:4px;display:flex}.analysis-probe-conseq{font-family:var(--font-body);color:#0f0f0fa6;font-size:13px}.analysis-probe-loss{font-family:var(--font-body);color:#c21919;font-size:14px;font-weight:600}.analysis-chip-row{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.analysis-chip{background:#f5e6bc;border:1px solid #ecd89a;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;display:inline-flex}.analysis-chip-label{font-family:var(--font-body);color:#0f0f0f;font-size:13px;font-weight:500}.analysis-chip-count{font-family:var(--font-body);color:#0f0f0f8c;text-align:center;background:#ffffff8c;border-radius:999px;min-width:20px;padding:1px 7px;font-size:12px;font-weight:700}.analysis-example-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.analysis-example-card{background:#faf6ef;border:1px solid #ece3d2;border-radius:12px;flex-direction:column;gap:10px;padding:16px 18px;display:flex}.analysis-example-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.analysis-example-tag{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:#b98a1f;font-size:11px;font-weight:700}.analysis-example-meta{font-family:var(--font-body);color:#0f0f0f80;font-size:12px}.analysis-example-rows{flex-direction:column;gap:6px;display:flex}.analysis-example-row{grid-template-columns:80px 1fr;align-items:baseline;gap:10px;display:grid}.analysis-example-label{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:#0f0f0f80;font-size:10px;font-weight:700}.analysis-example-text{font-family:var(--font-body);color:#0f0f0f;font-size:14px;font-style:italic}.analysis-example-text--alt{color:#b23a2a}.analysis-coming-soon{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:88px 32px;display:flex}.analysis-coming-soon-eyebrow{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:#00000080;font-size:11px;font-weight:700}.analysis-coming-soon-title{font-family:var(--font-heading);color:#000;margin:0;font-size:36px;font-weight:400;line-height:1.2}.analysis-coming-soon-text{font-family:var(--font-body);color:#0f0f0fb3;max-width:520px;margin:0;font-size:16px;line-height:1.5}.tuning-tab{flex-direction:column;gap:28px;display:flex}.tuning-tab-title{font-family:var(--font-heading);letter-spacing:-.01em;color:#000;margin:0;padding:4px 4px 0;font-size:44px;font-weight:400;line-height:1.15}.tuning-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.tuning-card{background:#fff;border:1px solid #e5e5e8;border-radius:16px;flex-direction:column;gap:12px;min-width:0;padding:22px 22px 18px;display:flex}.tuning-card-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.tuning-card-step{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:#0f0f0f73;font-size:11px;font-weight:600}.tuning-card-status{font-family:var(--font-body);border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.tuning-card-status--complete{color:#174e37;background:#e4f1e8;border-color:#cfe6d6}.tuning-card-status--queued{color:#0f0f0f99;background:#f2f2f4;border-color:#e5e5e8}.tuning-card-status--in-progress{color:#174e37;background:#e4f1e8;border-color:#cfe6d6}.tuning-status-dot{background:#2ead5a;border-radius:50%;width:8px;height:8px;display:inline-block;box-shadow:0 0 0 2px #2ead5a2e}.tuning-card-title{font-family:var(--font-heading);color:#000;margin:4px 0 0;font-size:30px;font-weight:400;line-height:1.1}.tuning-card-title strong{font-weight:600}.tuning-card-title em{color:#4b667d;font-style:italic}.tuning-card-desc{font-family:var(--font-body);color:#0f0f0fb3;min-height:40px;margin:0;font-size:14px;line-height:1.45}.tuning-progress-bar{background:#fdfdfd;border-radius:8px;align-items:center;gap:5px;margin-top:4px;padding:11px 8px;display:flex;overflow:hidden}.tuning-progress-tick{background:#e8e8e8;border-radius:24px;flex:1 1 0;min-width:3px;height:30px}.tuning-progress-tick.filled{background:#fe6200}.tuning-card-rule{border:none;border-top:1px solid #ececee;margin:6px 0 4px}.tuning-checklist{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.tuning-checklist-item{grid-template-columns:18px 1fr auto;align-items:center;gap:10px;display:grid}.tuning-checklist-icon{justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.tuning-checklist-item--done .tuning-checklist-icon{color:#174e37}.tuning-checklist-item--pending .tuning-checklist-icon{color:#0f0f0f4d}.tuning-checklist-item--active .tuning-checklist-icon{color:#fe6200}.tuning-checklist-label{font-family:var(--font-body);color:#0f0f0f;font-size:14px;font-weight:500}.tuning-checklist-item--pending .tuning-checklist-label{color:#0f0f0f8c}.tuning-checklist-value{font-family:var(--font-body);color:#0f0f0f8c;text-align:right;font-size:13px}.tuning-card-foot{border-top:1px solid #ececee;justify-content:space-between;align-items:center;gap:10px;margin-top:4px;padding-top:12px;display:flex}.tuning-card-eta{font-family:var(--font-body);color:#0f0f0fb3;font-size:13px}.tuning-card-eta strong{color:#0f0f0f;font-weight:600}.tuning-card-delta{font-family:var(--font-body);align-items:center;gap:6px;font-size:14px;font-weight:600;display:inline-flex}.tuning-card-delta-old{color:#c21919;-webkit-text-decoration:line-through #c2191973;text-decoration:line-through #c2191973}.tuning-card-delta-arrow{color:#0f0f0f66;font-weight:400}.tuning-card-delta-new{color:#c21919}.pipeline-notify-btn.pipeline-action-btn--cta{width:auto;min-width:220px;height:44px;padding:8px 32px;font-size:15px}.result-tab{flex-direction:column;gap:32px;display:flex}.result-section-title{font-family:var(--font-heading);letter-spacing:-.01em;color:#000;margin:0;padding:4px 4px 0;font-size:44px;font-weight:400;line-height:1.15}.result-section-title em{font-style:italic}.result-hero{background-color:#2c2616;background-position:50%;background-size:cover;border-radius:24px;align-items:center;min-height:240px;padding:48px 32px;display:flex;position:relative;overflow:hidden}.result-hero:before{content:"";pointer-events:none;background:linear-gradient(25deg,#0000 0%,#00000059 100%);position:absolute;inset:0}.result-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:100%;display:grid;position:relative}.result-hero-stat{-webkit-backdrop-filter:blur(18px);background:linear-gradient(#fffffff5 0%,#fff9 100%);border-radius:22px;flex-direction:column;justify-content:flex-start;gap:10px;min-height:130px;padding:22px 24px;display:flex}.result-hero-stat-label{color:#5b5b66;font-family:var(--font-body);font-size:22px;font-weight:500}.result-hero-stat-value{color:#000;font-family:var(--font-body);font-size:38px;font-weight:600;line-height:1}.result-image-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.result-image-card{background-color:#1c1c1c;background-position:50%;background-size:cover;border-radius:22px;align-items:flex-end;height:428px;padding:22px;display:flex;position:relative;overflow:hidden}.result-image-card-overlay{pointer-events:none;background:linear-gradient(206deg,#0000 38%,#000000d9 100%);position:absolute;inset:0}.result-image-card-overlay--bottom{background:linear-gradient(#1c1c1c99 0%,#1c1c1c00 28% 60%,#1c1c1cd9 100%)}.result-image-card-text{flex-direction:column;gap:2px;display:flex;position:relative}.result-image-card-text--center{text-align:center;align-items:center;width:100%}.result-image-card-value{color:#fffffff2;font-family:var(--font-body);font-size:44px;font-weight:700;line-height:1}.result-image-card-label{color:#fff;font-family:var(--font-body);font-size:20px;font-weight:500}.result-comparison-card{background:#fff;border:1px solid #e5e5e8;border-radius:16px;flex-direction:column;gap:18px;padding:24px 32px;display:flex}.result-comparison-row{flex-direction:column;gap:10px;display:flex}.result-comparison-head{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.result-comparison-name{font-family:var(--font-heading);color:#0f0f0f;align-items:center;gap:8px;font-size:22px;font-weight:400;display:inline-flex}.result-comparison-eleven{font-family:var(--font-body);letter-spacing:-1px;font-weight:700}.result-comparison-logo{color:#0f0f0f;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.result-comparison-pct{font-family:var(--font-heading);color:#000;font-size:30px;font-weight:400;line-height:1}.result-comparison-pct span{font-family:"Inter", var(--font-body);margin-left:1px;font-size:14px;font-weight:500}.result-comparison-bar{background:#d9d9d9;border-radius:999px;height:9px;overflow:hidden}.result-comparison-fill{border-radius:999px;height:100%}.result-comparison-fill--rasen{background:linear-gradient(90deg,#ff7f69 0%,#ff5cb5 50%,#886aff 75%,#20aeff 100%)}.result-comparison-fill--mono{background:#6b6b6b}.result-scenario-card{background:#fff;border:1px solid #e5e5e8;border-radius:16px;flex-direction:column;gap:22px;padding:22px 24px 28px;display:flex}.result-scenario-header{border-bottom:1px solid #e5e5e8;align-items:center;gap:14px;padding-bottom:18px;display:flex}.result-scenario-pill{color:#fff;font-family:"Inter", var(--font-body);background:#dd7610;border-radius:6px;align-items:center;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.result-scenario-text{font-family:var(--font-body);color:#000;font-size:17px;font-weight:500}.result-scenario-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.result-audio-card{background:#f7f7f7;border:1px solid #ececee;border-radius:14px;flex-direction:column;gap:14px;min-height:220px;padding:18px 20px;display:flex;position:relative}.result-audio-card-top{justify-content:space-between;align-items:flex-start;gap:12px;min-height:40px;display:flex}.result-audio-card-brand{justify-content:center;align-items:center;display:inline-flex}.result-audio-card-brand svg{display:block}.result-audio-card-score{font-family:var(--font-heading);color:#000;font-size:38px;font-weight:400;line-height:1}.result-audio-card-score span{font-family:"Inter", var(--font-body);margin-left:2px;font-size:14px;font-weight:500}.result-audio-card-desc{font-family:var(--font-body);color:#000;flex:1;margin:0;font-size:15px;font-weight:500;line-height:1.45}.result-audio-player{background:linear-gradient(#515151 0%,#0f0f0f 100%);border-radius:10px;align-items:center;gap:14px;height:56px;padding:0 14px 0 12px;display:flex;position:relative}.result-audio-play{cursor:pointer;background:#ffffff2e;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s;display:inline-flex}.result-audio-play:hover{background:#ffffff47}.result-audio-play svg{margin-left:1px}.result-audio-wave{flex:auto;justify-content:space-between;align-items:center;gap:3px;min-width:0;height:32px;display:flex}.result-audio-bar{background:#ffffffc7;border-radius:999px;flex:1 1 0;align-self:center;min-width:2px}.result-audio-playhead{pointer-events:none;flex-direction:column;align-items:center;display:flex;position:absolute;top:-22px;bottom:4px}.result-audio-playhead-time{font-family:var(--font-body);color:#d84234;white-space:nowrap;margin-bottom:3px;font-size:9px;font-weight:600}.result-audio-playhead-dot{background:#d84234;border-radius:50%;width:7px;height:7px}.result-audio-playhead-line{background:#d84234;flex:1;width:1px}@media (width<=1100px){.analysis-card{padding:28px}.analysis-hero-title{font-size:36px}.analysis-metrics,.analysis-stack-legend,.analysis-probe-grid,.analysis-example-grid{grid-template-columns:1fr}.analysis-card-header{flex-direction:column;align-items:flex-start;gap:10px}.analysis-halluc-row-summary{grid-template-columns:18px 1fr;grid-auto-rows:auto}.analysis-halluc-row-stats{text-align:left;grid-column:2/span 1}.analysis-pill{grid-column:2/span 1;justify-self:start}.tuning-cards{grid-template-columns:1fr}.tuning-tab-title,.result-section-title{font-size:36px}.result-hero-stats,.result-image-cards,.result-scenario-grid{grid-template-columns:1fr}.result-image-card{height:360px}}.report-loading-screen{height:100vh;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:14px;display:flex}.report-spinner{border:3px solid var(--card-border);border-top-color:var(--fg);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}.report-error{color:var(--error);font-size:14px}.report-page{background:#fff;min-height:100vh}.report-hero{border:1px solid #dedede;border-radius:16px;height:273px;margin:0 32px;position:relative;overflow:hidden}.report-hero-bg{position:absolute;inset:0}.report-hero-bg img{object-fit:cover;width:100%;height:100%}.report-hero-overlay{background-image:linear-gradient(35deg,#0000 55.9%,#0006 69.3%),linear-gradient(211deg,#0000 68.4%,#000 94.2%);position:absolute;inset:0}.report-hero-content{z-index:1;justify-content:space-between;align-items:center;height:100%;padding:0 40px;display:flex;position:relative}.report-hero-left{flex-direction:column;gap:26px;width:456px;display:flex}.report-brand img{filter:brightness(10);height:24px;display:none}.report-hero-title{font-family:var(--font-heading);color:#fff;font-size:32px;font-weight:400;line-height:40px}.report-hero-title em{color:#fff;font-style:normal}.report-publish-btn{color:#000;width:161px;height:48px;font-family:var(--font-body);cursor:pointer;background-image:linear-gradient(#fff 0%,#b4b4b4 100%);border:none;border-radius:8px;justify-content:center;align-items:center;font-size:16px;font-weight:600;transition:opacity .15s;display:inline-flex}.report-publish-btn:hover{opacity:.9}.report-hero-right{align-items:center;display:flex}.report-agent-card{-webkit-backdrop-filter:blur(18px);background-image:linear-gradient(#fffc 0%,#ffffffa3 100%);border:1px solid #fff6;border-radius:32px;align-items:center;gap:28px;width:584px;height:178px;padding:0 40px;display:flex}.report-agent-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:101px;height:101px;display:flex;position:relative;overflow:hidden}.report-agent-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%;position:absolute;inset:0}.report-avatar-overlay{z-index:1;filter:brightness(0)invert();width:56px;height:56px;position:relative}.report-agent-info{flex-direction:column;gap:6px;display:flex}.report-agent-name{font-family:var(--font-heading);color:#000;font-size:40px;font-weight:400;line-height:38px}.report-agent-purpose{font-family:var(--font-body);color:#000;font-size:16px}.report-agent-call-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:66px;height:66px;margin-left:auto;display:flex}.report-agent-call-btn:hover{opacity:.8}.report-tabs-bar{background:#f4f4f4;border:1px solid #e5e5e8;border-radius:72px;align-items:center;gap:0;width:fit-content;margin:32px;display:flex}.report-tab{font-family:var(--font-body);color:#1c1c1d80;cursor:pointer;letter-spacing:-.4px;background:0 0;border:1px solid #0000;border-radius:24px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:500;transition:all .15s;display:inline-flex}.report-tab:hover{color:#1c1c1db3}.report-tab.active{color:#fff;background-image:linear-gradient(#575757 24.785%,#383838 50.215%,#1d1d1d 125.21%);border-color:#fff;border-radius:24px;font-weight:600}.report-tab svg{flex-shrink:0}.report-content{padding:0 32px 48px}.report-overview{gap:15px;display:flex}.report-overview-main{flex-direction:column;flex:1;gap:15px;display:flex}.report-stats-row{gap:15px;display:flex}.report-stat-card{background:#f7f7f7;border-radius:16px;flex-direction:column;flex:1;height:178px;display:flex}.report-stat-header{justify-content:space-between;align-items:center;padding:8px 20px;display:flex}.report-stat-label{font-family:"Gilroy-SemiBold", var(--font-body);font-size:16spx;color:#808487;text-transform:uppercase;letter-spacing:0;font-weight:600}.report-stat-icon{color:#808487}.report-stat-inner{background:#fff;border:1px solid #e5e5e8;border-radius:16px;flex-direction:column;flex:1;margin:0 8px 8px;padding:12px 16px;display:flex;overflow:hidden}.report-stat-value{font-family:var(--font-body);-webkit-text-fill-color:transparent;background-image:linear-gradient(#575757 24.785%,#383838 50.215%,#1d1d1d 125.21%);-webkit-background-clip:text;background-clip:text;font-size:40px;font-weight:600;line-height:1.1}.report-stat-bars{align-items:center;gap:7px;margin-top:12px;display:flex}.report-stat-bar{background:#e8e8e8;border-radius:24px;width:4px;height:32px}.report-stat-bar.filled{background:#fe6200}.report-stat-change{font-family:var(--font-body);margin-top:8px;font-size:12px;font-weight:500}.report-stat-change.orange-gradient{background:linear-gradient(90deg,#f8c52c,#fe6200);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.report-section{background:#f7f7f7;border-radius:16px}.report-section-header{font-family:var(--font-body);color:#808487;text-transform:uppercase;align-items:center;gap:8px;padding:20px 32px;font-size:14px;font-weight:600;display:flex}.report-section-header .report-action-count{color:#fff;background:#fe6200;border-radius:9999px;margin-left:8px;padding:2px 8px;font-size:10px;font-weight:600}.report-quick-actions{background:#fff;border:1px solid #e5e5e8;border-radius:16px;margin:0 28px 28px;overflow:hidden}.report-action-item{cursor:pointer;border-bottom:1px solid #ececee;justify-content:space-between;align-items:center;padding:20px 24px;transition:background .1s;display:flex}.report-action-item:last-child{border-bottom:none}.report-action-item:hover{background:#fafafa}.report-action-left{align-items:center;gap:12px;display:flex}.report-action-severity{border:1px solid #e5e5e8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:43px;height:43px;display:flex}.severity-critical,.severity-high{background:#fde8e8}.severity-medium{background:#fef3e6}.severity-low{background:#dcf5e7}.report-action-content{flex-direction:column;gap:4px;display:flex}.report-action-title{font-family:var(--font-body);color:#0f0f0f;font-size:16px;font-weight:600}.report-action-detail{font-family:var(--font-body);color:#0f0f0f99;font-size:14px;line-height:1.4}.report-action-chevron{color:#0f0f0f66;flex-shrink:0}.report-action-empty{text-align:center;font-family:var(--font-body);color:#0f0f0f66;padding:32px 24px;font-size:14px}.report-overview-sidebar{flex-direction:column;flex-shrink:0;gap:15px;width:362px;display:flex}.report-score-card{border-radius:24px;height:264px;position:relative;overflow:hidden}.report-score-card-bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.report-score-card-gradient{background-image:linear-gradient(181deg,#0000 8%,#000 111%);border-radius:24px;position:absolute;inset:0}.report-score-card-content{z-index:1;flex-direction:column;justify-content:space-between;height:100%;padding:28px;display:flex;position:relative}.report-score-card-logo{filter:brightness(0)invert();width:32px;height:32px}.report-score-card-text{font-family:var(--font-body);color:#fff;font-size:22px;font-weight:600;line-height:28px}.report-score-card-text em{font-family:var(--font-heading);font-style:italic}.report-stop-reason{background:#fff;border:1px solid #e5e5e8;border-radius:12px;align-items:center;gap:12px;padding:12px 20px;display:flex}.report-stop-reason-label{font-family:var(--font-body);color:#808487;font-size:14px;font-weight:500}.report-stop-badge{font-family:var(--font-body);border-radius:9999px;align-items:center;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.report-stop-badge.converged{color:#08804b;background:#dcf5e7}.report-stop-badge.budget{color:#b45309;background:#fef3e6}.report-stop-badge.failed{color:#d1291e;background:#fde8e8}.report-stop-badge.neutral{color:#131313;background:#f0f0f2}.report-knowledge-gap{background:#f7f7f7;border-radius:24px}.report-knowledge-gap-header{font-family:var(--font-body);color:#808487;text-transform:uppercase;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;display:flex}.report-knowledge-gap-content{text-align:center;background:#fff;border:1px solid #e5e5e8;border-radius:16px;flex-direction:column;align-items:center;gap:12px;margin:0 7px 7px;padding:32px 20px;display:flex}.report-knowledge-gap-icon{background:#fef3e6;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.report-knowledge-gap-title{font-family:var(--font-body);color:#0f0f0f;font-size:16px;font-weight:500}.report-knowledge-gap-desc{font-family:var(--font-body);color:#0f0f0f99;font-size:14px}.report-knowledge-gap-btn{color:#fff;height:40px;font-family:var(--font-body);cursor:pointer;background:#131313;border:none;border-radius:8px;margin-top:8px;padding:0 24px;font-size:14px;transition:opacity .15s}.report-knowledge-gap-btn:hover{opacity:.9}.report-regression-card{background:#fef5f5;border:1px solid #f5c6c6;border-radius:24px}.report-regression-header{font-family:var(--font-body);color:#d1291e;text-transform:uppercase;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;display:flex}.report-regression-content{padding:0 20px 20px}.report-regression-text{font-family:var(--font-body);color:#131313;font-size:14px}.report-regression-items{flex-direction:column;gap:8px;margin-top:12px;display:flex}.report-regression-item{font-family:var(--font-body);background:#fff;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;display:flex}.report-regression-delta{color:#d1291e;font-weight:500}.report-regression-sim{color:#808487}.report-regression-cause{color:#808487;margin-left:auto}.report-criteria-card{background:#f7f7f7;border-radius:24px}.report-criteria-card-header{font-family:var(--font-body);color:#808487;text-transform:uppercase;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;display:flex}.report-criteria-card-inner{background:#fff;border:1px solid #e5e5e8;border-radius:16px;margin:0 7px 7px}.report-criterion-row{border-bottom:1px solid #ececee;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.report-criterion-row:last-child{border-bottom:none}.report-criterion-name{font-family:var(--font-body);color:#0f0f0f;font-size:14px}.report-criterion-score{font-family:var(--font-body);border-radius:9999px;padding:4px 12px;font-size:12px;font-weight:600}.badge-green{color:#08804b;background:#dcf5e7}.badge-orange{color:#b45309;background:#fef3e6}.badge-red{color:#d1291e;background:#fde8e8}.report-voices-card{background:#f7f7f7;border-radius:24px;padding:20px 24px}.report-voice-list{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.report-voice-item{align-items:center;gap:12px;display:flex}.report-voice-avatar{width:36px;height:36px;color:var(--fg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex}.report-voice-info{flex-direction:column;gap:1px;display:flex}.report-voice-name{color:#0f0f0f;font-size:14px;font-weight:500}.report-voice-meta{color:#808487;font-size:12px}.report-clone-voice-btn{font-family:var(--font-body);color:#808487;cursor:pointer;background:0 0;border:1px solid #e5e5e8;border-radius:9999px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;transition:all .15s;display:inline-flex}.report-clone-voice-btn:hover{color:#131313;border-color:#131313}.report-configuration{gap:15px;display:flex}.report-config-main{flex-direction:column;flex:1;gap:24px;display:flex}.report-config-sidebar{flex-direction:column;flex-shrink:0;gap:15px;width:387px;display:flex}.report-config-section{background:#f7f7f7;border-radius:16px}.report-config-label{font-family:var(--font-body);color:#808487;text-transform:uppercase;align-items:center;gap:6px;padding:16px 28px;font-size:16px;font-weight:600;display:flex}.report-config-label-split{justify-content:space-between}.report-config-label-title{align-items:center;gap:6px;display:flex}.report-first-message{font-family:var(--font-body);color:#0f0f0f;background:#fff;border:1px solid #e5e5e8;border-radius:16px;margin:0 16px 16px;padding:20px;font-size:16px;line-height:24px}.report-first-message .variable{color:#fa13c4}.report-system-prompt{font-family:var(--font-body);color:#0f0f0f;white-space:pre-wrap;word-break:break-word;background:#fff;border:1px solid #e5e5e8;border-radius:16px;max-height:430px;margin:0 16px 16px;padding:20px;font-size:16px;line-height:21px;overflow-y:auto}.report-system-prompt .variable{color:#fa13c4}.report-kb-folder{padding-bottom:7px;position:relative}.report-kb-folder-bg{width:100%;height:100%;position:absolute;inset:0}.report-kb-folder-header{font-family:var(--font-body);color:#808487;text-transform:uppercase;align-items:center;gap:6px;padding:12px 20px;font-size:16px;font-weight:600;display:flex;position:relative}.report-kb-inner{background:#fff;border:1px solid #e5e5e8;border-radius:16px;margin:0 16px;position:relative;overflow:visible}.report-kb-list{flex-direction:column;gap:24px;padding:16px;display:flex}.report-kb-item{align-items:center;gap:8px;display:flex}.report-kb-item-thumb{object-fit:cover;border-radius:8px;flex-shrink:0;width:50px;height:50px}.report-kb-item-info{flex:1}.report-kb-item-name{font-family:var(--font-body);color:#0f0f0f;font-size:16px;font-weight:500;line-height:24px}.report-kb-item-sources{align-items:center;display:flex}.report-kb-item-sources .source-icon{background:#fff;border:1px solid #e5e5e8;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;margin-left:-9px;display:flex}.report-kb-item-sources .source-icon:first-child{opacity:.4;margin-left:0}.report-kb-item-bars{align-items:center;gap:3px;display:flex}.report-kb-item-bars .bar{background:#e8e8e8;border-radius:16px;width:2px;height:16px}.report-kb-add{font-family:var(--font-body);color:#0f0f0f;cursor:pointer;background:0 0;border:none;border-top:1px dashed #ececee;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:16px;display:flex}.report-config-empty{font-family:var(--font-body);color:#808487;padding:8px 0;font-size:14px}.report-functions-card{background:#f7f7f7;border-radius:24px}.report-functions-header{font-family:var(--font-body);color:#808487;text-transform:uppercase;align-items:center;gap:6px;padding:12px 20px;font-size:16px;font-weight:600;display:flex}.report-functions-inner{background:#fff;border:1px solid #e5e5e8;border-radius:16px;margin:0 7px 7px;overflow:hidden}.report-functions-list{flex-direction:column;gap:24px;padding:12px;display:flex}.report-function-item{justify-content:space-between;align-items:center;display:flex}.report-function-name{font-family:var(--font-body);color:#0f0f0f;align-items:center;gap:6px;font-size:18px;font-weight:500;display:flex}.report-function-badge{height:24px;font-family:var(--font-body);color:#174e37;background:#9ad591;border-radius:6px;align-items:center;padding:0 8px;font-size:12px;font-weight:500;display:inline-flex}.report-simulations{background:#f7f7f7;border:1px solid #e5e5e8;border-radius:16px;padding:24px}.report-sim-header-row{align-items:center;gap:8px;margin-bottom:16px;display:flex}.report-sim-header-icon{color:#808487}.report-sim-header-label{font-family:var(--font-body);letter-spacing:.05em;color:#808487;text-transform:uppercase;font-size:12px;font-weight:600}.report-sim-count{font-family:var(--font-body);color:#808487;background:#f0f0f2;border-radius:9999px;margin-left:8px;padding:2px 10px;font-size:11px;font-weight:500}.report-sim-table{margin-top:0}.report-sim-header{font-family:var(--font-body);letter-spacing:.05em;color:#808487;text-transform:uppercase;border-bottom:1px solid #e5e5e8;grid-template-columns:120px 90px 1fr 120px 160px;gap:16px;padding:0 0 12px;font-size:12px;font-weight:600;display:grid}.report-sim-row{text-align:left;width:100%;font-family:var(--font-body);cursor:pointer;color:#131313;background:0 0;border:none;border-bottom:1px solid #e5e5e8;grid-template-columns:120px 90px 1fr 120px 160px;align-items:center;gap:16px;padding:16px 0;font-size:14px;transition:background .15s;display:grid}.report-sim-row:hover{background:#fff}.report-sim-row:last-child{border-bottom:none}.report-sim-iteration{font-weight:500}.report-sim-iteration span{font-family:var(--font-body);color:#131313;background:#fff;border:1px solid #e5e5e8;border-radius:9999px;align-items:center;gap:4px;padding:4px 12px;font-size:12px;font-weight:500;display:inline-flex}.report-status-badge{font-family:var(--font-body);border-radius:9999px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.report-status-badge .status-dot{border-radius:50%;width:6px;height:6px}.status-failed{color:#d1291e;background:#fde8e8}.status-failed .status-dot{background:#d1291e}.status-success{color:#08804b;background:#dcf5e7}.status-success .status-dot{background:#08804b}.status-pending{color:#808487;background:#f0f0f2}.report-sim-result{font-family:var(--font-body);color:#131313;white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.report-score-bar-wrap{align-items:center;gap:8px;display:flex}.report-score-bar{gap:2px;width:64px;height:12px;display:flex}.report-score-bar .bar-segment{background:#e5e5e8;border-radius:1px;flex:1}.report-score-text{font-family:var(--font-body);color:#131313;font-size:12px;font-weight:500}.report-sim-date{font-family:var(--font-body);color:#808487;font-size:12px}.report-sim-empty{text-align:center;color:#808487;font-family:var(--font-body);flex-direction:column;align-items:center;gap:16px;padding:80px 16px;font-size:14px;display:flex}.report-sim-pipeline-header{font-family:var(--font-body);letter-spacing:.05em;color:#808487;text-transform:uppercase;border-bottom:1px solid #e5e5e8;grid-template-columns:160px 80px 1fr 100px 100px 160px;gap:16px;padding:0 0 12px;font-size:12px;font-weight:600;display:grid}.report-sim-pipeline-row{border-bottom:1px solid #e5e5e8;grid-template-columns:160px 80px 1fr 100px 100px 160px;align-items:center;gap:16px;padding:16px 0;transition:background .15s;display:grid}.report-sim-pipeline-row:hover{background:#fff}.report-sim-type-badge{font-family:var(--font-body);border-radius:9999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.report-sim-type-unit{color:#1a56db;background:#e8f0fe}.report-sim-type-flow{color:#b45309;background:#fef3e6}.report-iterations{max-width:none}.report-iterations-header{font-family:var(--font-heading);color:#131313;margin-bottom:32px;font-size:24px;font-weight:600;line-height:1.4}.report-iterations-header .iter-count{font-variant-numeric:tabular-nums}.report-iterations-list{flex-direction:column;gap:24px;display:flex}.report-iteration-card{border:1px solid #e5e5e8;border-left:none;border-radius:16px;overflow:hidden}.report-iteration-card.improved,.report-iteration-card.regressed{border-left:none}.report-iteration-dark-header{background:#131313;align-items:center;gap:12px;padding:16px 24px;display:flex}.report-iteration-dark-header .iter-icon{color:#ffffffb3;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.report-iteration-dark-header .iter-label{font-family:var(--font-heading);letter-spacing:.05em;text-transform:uppercase;color:#fff;font-size:14px;font-weight:600}.report-iteration-dark-header .iter-pills{align-items:center;gap:8px;margin-left:auto;display:flex}.report-iteration-dark-header .iter-pill{font-family:var(--font-body);border-radius:9999px;padding:4px 12px;font-size:12px;font-weight:500}.report-iteration-dark-header .iter-pill.passing{color:#4ade80;background:#08804b33}.report-iteration-dark-header .iter-pill.failing{color:#fca5a5;background:#d1291e33}.report-iteration-dark-header .iter-pill.regression{color:#fca5a5;background:#d1291e33;align-items:center;gap:4px;display:flex}.report-iteration-body{background:#f7f7f7;padding:24px}.report-iteration-header{align-items:flex-start;gap:12px;display:flex}.report-iteration-indicator{border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:5px}.report-iteration-indicator.positive{background:#08804b}.report-iteration-indicator.negative{background:#d1291e}.report-iteration-summary{font-family:var(--font-body);color:#131313;flex:1;font-size:14px;line-height:1.5}.report-iteration-scores{flex-shrink:0;align-items:center;gap:6px;display:flex}.report-score-bars-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px;display:grid}.report-score-bar-card{background:#fff;border:1px solid #e5e5e8;border-radius:12px;padding:16px}.report-score-bar-card-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.report-score-bar-card-label{font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;color:#808487;font-size:12px;font-weight:600}.report-score-bar-card-value{font-family:var(--font-body);color:#131313;font-size:14px;font-weight:600}.report-score-bar-track{background:#e5e5e8;border-radius:9999px;width:100%;height:8px;position:relative;overflow:hidden}.report-score-bar-fill{border-radius:9999px;transition:width .5s;position:absolute;top:0;bottom:0;left:0}.report-score-bar-threshold{background:#1313134d;width:1px;height:100%;position:absolute;top:0}.report-score-bar-threshold-label{font-family:var(--font-body);color:#808487;margin-top:4px;font-size:10px}.report-iteration-stats{gap:16px;margin-bottom:20px;display:flex}.report-iteration-stat{background:#fff;border:1px solid #e5e5e8;border-radius:12px;align-items:center;gap:8px;padding:12px 16px;display:flex}.report-iteration-stat-icon{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.report-iteration-stat-icon.edits{color:#808487;background:#f0f0f2}.report-iteration-stat-icon.unit{color:#1a56db;background:#e8f0fe}.report-iteration-stat-icon.flow{color:#b45309;background:#fef3e6}.report-iteration-stat-value{font-family:var(--font-body);color:#131313;font-size:18px;font-weight:600}.report-iteration-stat-label{font-family:var(--font-body);color:#808487;font-size:12px}.report-iteration-edits{flex-direction:column;gap:16px;display:flex}.report-iteration-edit-item{background:#fff;border:1px solid #e5e5e8;border-radius:12px;align-items:flex-start;gap:12px;padding:16px;display:flex}.report-iteration-edit-icon{color:#808487;background:#f0f0f2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:2px;display:flex}.report-iteration-edit-text{font-family:var(--font-body);color:#131313;flex:1;font-size:14px;font-weight:500}.report-iteration-edit-stats{font-family:var(--font-body);flex-shrink:0;align-items:center;gap:12px;font-size:12px;display:flex}.report-iteration-edit-added{color:#08804b}.report-iteration-edit-removed{color:#d1291e}.report-iteration-hypothesis{font-family:var(--font-body);color:#808487;margin-top:8px;font-size:12px;font-style:italic}.report-iteration-no-refinement{font-family:var(--font-body);color:#808487;font-size:14px}.report-iteration-regressions{background:#fef5f5;border:1px solid #f5c6c6;border-radius:12px;padding:16px}.report-iteration-regressions-header{font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;color:#d1291e;align-items:center;gap:8px;margin-bottom:12px;font-size:12px;font-weight:600;display:flex}.report-iteration-regression-item{background:#fff;border:1px solid #f5c6c6;border-radius:8px;align-items:center;gap:12px;margin-bottom:8px;padding:12px 16px;display:flex}.report-iteration-regression-item:last-child{margin-bottom:0}.report-iteration-regression-delta{font-family:var(--font-body);color:#d1291e;background:#fde8e8;border-radius:9999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.report-iteration-regression-sim{font-family:var(--font-body);color:#131313;font-size:14px;font-weight:500}.report-iteration-regression-score{font-family:var(--font-body);color:#808487;font-size:12px}.report-iteration-regression-cause{font-family:var(--font-body);color:#808487;background:#f0f0f2;border-radius:9999px;margin-left:auto;padding:4px 12px;font-size:12px}.report-iterations-empty{text-align:center;color:#808487;flex-direction:column;align-items:center;gap:16px;padding:80px 0;display:flex}.report-iteration-targets,.report-iteration-regressions-tags{flex-wrap:wrap;align-items:center;gap:6px;margin-top:10px;padding-left:22px;display:flex}.report-iteration-targets-label,.report-iteration-regression-label{color:#808487;font-size:12px;font-weight:500}.report-iteration-target-tag{color:#08804b;background:#dcf5e7;border-radius:9999px;padding:2px 10px;font-size:11px;font-weight:500;display:inline-block}.report-iteration-regression-tag{color:#d1291e;background:#fde8e8;border-radius:9999px;padding:2px 10px;font-size:11px;font-weight:500;display:inline-block}.report-modal-overlay{z-index:50;opacity:0;pointer-events:none;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:fixed;inset:0}.report-modal-overlay.visible{opacity:1;pointer-events:auto}.report-modal-backdrop{-webkit-backdrop-filter:blur(4px);background:#0006;position:absolute;inset:0}.report-modal{z-index:10;text-align:center;background:#fff;border-radius:20px;width:90%;max-width:448px;padding:40px;position:relative;box-shadow:0 25px 50px -12px #00000040}.report-modal-close{color:#808487;cursor:pointer;background:0 0;border:none;padding:4px;font-size:24px;line-height:1;position:absolute;top:16px;right:16px}.report-modal-close:hover{color:#131313}.report-publish-icon{background:#f0f0f2;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;display:flex}.report-publish-icon.success{background:#dcf5e7}.report-publish-content h3{font-family:var(--font-heading);color:#131313;margin-bottom:12px;font-size:24px;font-weight:600}.report-publish-content p{font-family:var(--font-body);color:#808487;margin-bottom:0;font-size:14px;line-height:1.5}.report-publish-actions{flex-direction:column;gap:12px;margin-top:32px;display:flex}.report-publish-actions .btn-primary{color:#fff;width:100%;font-family:var(--font-body);cursor:pointer;background:#131313;border:none;border-radius:12px;padding:12px 24px;font-size:14px;font-weight:500;transition:background .15s}.report-publish-actions .btn-primary:hover{background:#2a2a2a}.report-publish-actions .btn-primary:disabled{opacity:.5;cursor:not-allowed}.report-publish-actions .btn-cancel{width:100%;font-family:var(--font-body);color:#808487;cursor:pointer;background:0 0;border:none;border-radius:12px;padding:12px 24px;font-size:14px;font-weight:500;transition:color .15s}.report-publish-actions .btn-cancel:hover{color:#131313}.report-publish-success{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:0;display:flex}.report-publish-success-bg{display:none}.report-publish-success-icon{background:#dcf5e7;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.report-publish-success h2{font-family:var(--font-heading);color:#131313;font-size:24px;font-weight:600}.report-publish-dashboard-btn{color:#fff;width:100%;font-family:var(--font-body);cursor:pointer;background:#000;border:none;border-radius:12px;margin-top:16px;padding:12px 24px;font-size:14px;font-weight:500}.report-publish-dashboard-btn:hover{background:#2a2a2a}.report-vc-header{align-items:flex-start;gap:12px;margin-bottom:24px;display:flex}.report-vc-header h3{font-family:var(--font-heading);margin-bottom:2px;font-size:20px}.report-vc-dropzone{cursor:pointer;text-align:center;color:#808487;border:2px dashed #e5e5e8;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:40px 24px;font-size:14px;transition:border-color .15s;display:flex}.report-vc-dropzone:hover{border-color:#131313}.report-vc-files{margin-top:16px}.report-vc-files-label{color:#131313;margin-bottom:8px;font-size:13px;font-weight:600}.report-vc-file{border-bottom:1px solid #e5e5e8;align-items:center;gap:10px;padding:10px 0;display:flex}.report-vc-file:last-child{border-bottom:none}.report-vc-file-info{flex:1;min-width:0}.report-vc-file-name{color:#131313;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.report-vc-file-remove{color:#808487;cursor:pointer;background:0 0;border:none;padding:4px;font-size:18px}.report-vc-file-remove:hover{color:#d1291e}.report-vc-footer{border-top:1px solid #e5e5e8;justify-content:space-between;align-items:center;margin-top:20px;padding-top:16px;display:flex}.report-vc-form{flex-direction:column;gap:12px;display:flex}.report-vc-label{color:#131313;font-size:13px;font-weight:500}.report-vc-input{font-family:var(--font-body);color:#131313;background:#fafafa;border:1px solid #dadada;border-radius:12px;outline:none;padding:10px 14px;font-size:14px}.report-vc-input:focus{border-color:#131313}.report-vc-textarea{font-family:var(--font-body);color:#131313;resize:vertical;background:#fafafa;border:1px solid #dadada;border-radius:12px;outline:none;min-height:80px;padding:10px 14px;font-size:14px}.report-vc-textarea:focus{border-color:#131313}.report-vc-actions{justify-content:flex-end;margin-top:24px;display:flex}.report-conversation-overlay{-webkit-backdrop-filter:blur(8px);background:#0000004d;justify-content:flex-end}.report-conversation-panel{background:#fff;border-radius:0;flex-direction:column;width:880px;max-width:96vw;height:100vh;padding:0;animation:.25s ease-out slide-in-right;display:flex;position:relative;overflow:hidden}@keyframes slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}.conv-header{border-bottom:1px solid #ececef;flex:none;align-items:center;gap:14px;padding:20px 28px;display:flex}.conv-header-back{color:#0f0f0f;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .12s;display:inline-flex}.conv-header-back:hover{background:#f5f5f7}.conv-header-title{color:#0f0f0f;letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-family:JetBrains Mono,SFMono-Regular,Menlo,Consolas,monospace;font-size:22px;font-weight:600;overflow:hidden}.conv-header-share{background:#fff;border:1px solid #e1e1e3;border-radius:8px;flex:none;align-items:center;display:inline-flex;overflow:hidden}.conv-header-share-btn,.conv-header-share-caret{color:#0f0f0f;height:32px;font-family:var(--font-body);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:13px;font-weight:500;display:inline-flex}.conv-header-share-btn{padding:0 14px}.conv-header-share-caret{border-left:1px solid #ececef;width:32px}.conv-header-share-btn:hover,.conv-header-share-caret:hover{background:#f5f5f7}.conv-table-wrap{flex:1;min-height:0;padding:0 12px;overflow:auto}.conv-table{border-collapse:separate;border-spacing:0;width:100%;font-family:var(--font-body)}.conv-table thead th{z-index:1;text-align:left;color:#9b9ba1;white-space:nowrap;background:#fff;border-bottom:1px solid #ececef;padding:14px 12px;font-size:12px;font-weight:500;position:sticky;top:0}.conv-table thead th svg{vertical-align:-1px;margin-left:4px}.conv-table tbody td{vertical-align:top;color:#0f0f0f;border-bottom:1px solid #f5f5f7;padding:18px 12px;font-size:13px;line-height:20px}.conv-row:hover td{background:#fafafa}.conv-pill{letter-spacing:.02em;border-radius:6px;align-items:center;height:22px;padding:0 10px;font-family:JetBrains Mono,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;font-weight:500;display:inline-flex}.conv-pill-agent,.conv-pill-latency{color:#b14512;background:#ffe7da}.conv-pill-customer{color:#6b41c7;background:#efe7ff}.conv-avatar{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.conv-avatar-agent{background:linear-gradient(135deg,#ed5b4f 0%,#b5342b 100%)}.conv-avatar-customer{background:#efe7ff;border-radius:8px}.conv-cell-transcript{white-space:pre-wrap;word-break:break-word}.conv-cell-tools{color:#9b9ba1;font-size:12px}.conv-tool-chip{color:#5b5b66;background:#f3f3f5;border:1px solid #ececef;border-radius:6px;align-items:center;height:22px;padding:0 8px;font-size:11px;display:inline-flex}.conv-cell-more{text-align:right}.conv-more-btn{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .12s;display:inline-flex}.conv-more-btn:hover{background:#f0f0f2}.conv-player{background:#fff;border-top:1px solid #ececef;flex-direction:column;flex:none;gap:8px;padding:12px 24px 16px;display:flex}.conv-player-play-row{justify-content:center;align-items:center;display:flex}.conv-player-play{color:#fff;cursor:pointer;background:#0f0f0f;border:none;border-radius:8px;justify-content:center;align-items:center;width:38px;height:28px;transition:transform .1s,opacity .12s;display:inline-flex;box-shadow:0 1px 3px #00000026}.conv-player-play:hover{opacity:.9}.report-ai{color:#0f0f0f;background:#fff;min-height:100vh}.report-ai button{font:inherit}.report-topbar{justify-content:space-between;align-items:center;padding:16px 32px;display:flex}.report-topbar-logo{object-fit:contain;width:131px;height:40px}.report-topbar-more{color:#0f0f0f;cursor:pointer;background:#fff;border:1px solid #ececee;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;line-height:1;display:flex}.report-shell{padding:0 32px 48px}.report-ai .report-hero-row{align-items:stretch;gap:20px;display:flex}.report-improved-card{background:#1c1e19;border-radius:16px;flex:auto;min-width:0;height:250px;position:relative;overflow:hidden}.report-improved-bg{object-fit:cover;object-position:center;width:62%;height:100%;position:absolute;top:0;right:0}.report-improved-overlay{background-image:linear-gradient(90deg,#1c1e19 32%,#1c1e1900 100%);position:absolute;inset:0}.report-improved-content{z-index:1;flex-direction:column;align-items:flex-start;height:100%;padding:39px 35px;display:flex;position:relative}.report-improved-title{color:#f4f4f4;max-width:540px;font-family:var(--font-heading);margin:0;font-size:38px;font-weight:400;line-height:45.6px}.report-improved-pct{font-family:var(--font-heading);font-size:22px;font-style:italic}.report-improved-btn{color:#121212;cursor:pointer;height:48px;font-family:"Gilroy-SemiBold", var(--font-body);background:#f5f4f1;border:none;border-radius:8px;justify-content:center;align-items:center;margin-top:auto;padding:0 24px;font-size:16px;font-weight:400;display:inline-flex}.report-metrics-card{background:#f5f4f1;border:1px solid #e5e5e8;border-radius:16px;flex-direction:column;flex:0 0 375px;justify-content:center;gap:18px;width:375px;padding:24px 29px;display:flex}.report-metric{align-items:center;gap:14px;display:flex}.report-metric-value{opacity:.8;color:#59654d;font-family:var(--font-heading);flex:none;margin:0;font-size:47px;font-weight:400;line-height:1}.report-metric-value span{font-family:Inter,sans-serif;font-size:26px}.report-metric-label{opacity:.5;color:#121212;font-family:var(--font-body);margin:0;font-size:20px;line-height:24px}.report-ai .report-hero{border:1px solid #dedede;border-radius:16px;height:273px;margin:0;position:relative;overflow:hidden}.report-hero-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.report-ai .report-hero-overlay{background-image:linear-gradient(35deg,#0000 55.9%,#0006 69.3%),linear-gradient(211deg,#0000 68.4%,#000 94.2%);position:absolute;inset:0}.report-ai .report-hero-content{z-index:1;justify-content:space-between;align-items:center;gap:32px;height:100%;padding:0 40px;display:flex;position:relative}.report-ai .report-hero-left{flex-direction:column;gap:26px;width:456px;max-width:42%;display:flex}.report-ai .report-hero-title{color:#fff;font-family:var(--font-heading);letter-spacing:0;margin:0;font-size:32px;font-weight:400;line-height:40px}.report-ai .report-publish-btn{color:#000;cursor:pointer;width:161px;height:48px;font-family:var(--font-body);background-image:linear-gradient(#fff 0%,#b4b4b4 100%);border:none;border-radius:8px;justify-content:center;align-items:center;font-size:16px;font-weight:600;display:flex}.report-ai .report-agent-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background-image:linear-gradient(#fffc 0%,#ffffffa3 100%);border:1px solid #fff6;border-radius:32px;align-items:center;gap:28px;width:min(584px,54%);height:178px;padding:0 40px;display:flex}.report-ai .report-agent-avatar{border-radius:50%;flex:none;justify-content:center;align-items:center;width:101px;height:101px;display:flex;position:relative;overflow:hidden}.report-ai .report-agent-avatar img:first-child,.report-voice-avatar img:first-child,.report-customer-avatar img:first-child{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.report-ai .report-agent-avatar img:last-child{z-index:1;filter:brightness(0)invert();width:56px;height:56px;position:relative}.report-ai .report-agent-info{min-width:0}.report-ai .report-agent-name{color:#000;font-family:var(--font-heading);margin:0;font-size:40px;font-weight:400;line-height:38px}.report-ai .report-agent-purpose{color:#000;font-family:var(--font-body);margin:6px 0 0;font-size:16px;line-height:22px}.report-ai .report-agent-call-btn{cursor:pointer;background:0 0;border:none;border-radius:999px;flex:none;justify-content:center;align-items:center;width:66px;height:66px;margin-left:auto;display:flex}.report-agent-call-btn img{width:66px;height:66px}.report-ai .report-tabs-bar{background:#f4f4f4;border:1px solid #e5e5e8;border-radius:72px;align-items:center;width:fit-content;margin:32px 0;display:flex}.report-ai .report-tab{color:#1c1c1d80;cursor:pointer;font-family:var(--font-body);letter-spacing:0;background:0 0;border:1px solid #0000;border-radius:42px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:500;display:flex}.report-ai .report-tab.active{color:#fff;background:#59654d;border-color:#0000;border-radius:24px;font-weight:600}.report-tab-icon.active{filter:brightness(0)invert()}.report-ai .report-content{padding:0}.report-ai .report-overview,.report-ai .report-configuration{gap:15px;display:flex}.report-ai .report-overview-main,.report-ai .report-config-main{flex-direction:column;flex:1;gap:15px;min-width:0;display:flex}.report-ai .report-stats-row{gap:15px;display:flex}.report-ai .report-stat-card{background:#f7f7f7;border-radius:16px;flex-direction:column;flex:1;min-width:0;height:178px;display:flex}.report-ai .report-stat-header{justify-content:space-between;align-items:center;padding:8px 20px;display:flex}.report-ai .report-stat-header img{width:18px;height:18px}.report-ai .report-stat-label{color:#808487;font-family:var(--font-body);letter-spacing:0;text-transform:uppercase;margin:0;font-size:14px;font-weight:600}.report-ai .report-stat-inner{background:#fff;border:1px solid #e5e5e8;border-radius:16px;flex-direction:column;flex:1;margin:0 8px 8px;padding:12px 16px;display:flex;overflow:hidden}.report-ai .report-stat-value{color:#0000;font-family:var(--font-body);background-image:linear-gradient(#575757 24.785%,#383838 50.215%,#1d1d1d 125.21%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:40px;font-weight:600;line-height:1}.report-ai .report-stat-bars{align-items:center;gap:7px;margin-top:12px;display:flex}.report-ai .report-stat-bar{background:#e8e8e8;border-radius:24px;width:4px;height:32px}.report-ai .report-stat-bar.filled{background:#fe6200}.report-ai .report-stat-change{font-family:var(--font-body);align-items:center;gap:4px;margin:8px 0 0;font-size:12px;font-weight:400;line-height:1;display:inline-flex}.report-stat-change.positive{color:#0fad53}.report-stat-change.orange-gradient{color:#0000;background:linear-gradient(90deg,#f8c52c 0%,#fe6200 100%);-webkit-background-clip:text;background-clip:text}.report-stat-change-icon{width:12px;height:12px}.report-ai .report-section{background:#f7f7f7;border-radius:16px}.report-ai .report-section-header,.report-ai .report-config-label,.report-ai .report-functions-header,.report-ai .report-kb-folder-header{color:#808487;font-family:var(--font-body);letter-spacing:0;text-transform:uppercase;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;display:flex}.report-ai .report-section-header{padding:20px 32px;font-size:14px}.report-ai .report-section-header img,.report-ai .report-config-label img,.report-ai .report-functions-header img,.report-ai .report-kb-folder-header img{width:20px;height:20px}.report-ai .report-quick-actions{background:#fff;border:1px solid #e5e5e8;border-radius:16px;margin:0 28px 28px;overflow:hidden}.report-ai .report-action-item{cursor:default;border-bottom:1px solid #ececee;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.report-ai .report-action-item[data-upload-action=true]{cursor:pointer}.report-ai .report-action-item[data-upload-action=true]:hover{background:#fafafa}.report-ai .report-action-item:last-child{border-bottom:none}.report-action-left{align-items:center;gap:12px;min-width:0;display:flex}.report-action-icon{flex:none;justify-content:center;align-items:center;width:43px;height:43px;display:flex}.report-action-icon img{width:43px;height:43px}.report-ai .report-action-content{min-width:0}.report-ai .report-action-title{color:#0f0f0f;font-family:var(--font-body);margin:0;font-size:18px;font-weight:600;line-height:24px}.report-ai .report-action-detail{color:#0f0f0f99;font-family:var(--font-body);margin:2px 0 0;font-size:14px;line-height:20px}.report-action-title.is-done,.report-action-detail.is-done{color:#0f0f0f4d;text-decoration:line-through}.report-action-status{border-radius:6px;flex:none;padding:4px 8px;font-size:12px;font-weight:500}.report-action-status.processing{color:#a26d00;background:#f4d18d}.report-action-status.done{color:#174e37;background:#9ad591}.report-chevron{color:#0f0f0f66;font-size:24px}.report-ai .report-overview-sidebar{flex-direction:column;flex:none;gap:15px;width:362px;display:flex}.report-ai .report-score-card{border-radius:24px;height:264px;position:relative;overflow:hidden}.report-ai .report-score-card-bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.report-ai .report-score-card-gradient{background-image:linear-gradient(181deg,#0000 8%,#000 111%);position:absolute;inset:0}.report-ai .report-score-card-content{z-index:1;flex-direction:column;justify-content:space-between;height:100%;padding:28px;display:flex;position:relative}.report-ai .report-score-card-logo{filter:brightness(0)invert();width:32px;height:32px}.report-ai .report-score-card-text{color:#fff;font-family:"Gilroy-SemiBold", var(--font-body);margin:0;font-size:28px;font-weight:400;line-height:34px}.report-ai .report-score-card-text em{font-family:var(--font-heading);font-style:italic}.report-ai .report-voices-card{background:#f7f7f7;border-radius:24px;padding:0}.report-ai .report-voices-header{padding:12px 20px;font-size:14px}.report-ai .report-voices-inner{background:#fff;border:1px solid #e5e5e8;border-radius:16px;margin:0 7px 7px;overflow:hidden}.report-ai .report-voice-list{margin:0;display:block}.report-ai .report-voice-item{border-bottom:1px solid #ececee;align-items:center;gap:12px;padding:12px 20px;display:flex}.report-ai .report-voice-item:last-child{border-bottom:none}.report-ai .report-voice-avatar{border-radius:50%;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative;overflow:hidden}.report-voice-avatar img:last-child{z-index:1;filter:brightness(0)invert();width:20px;height:20px;position:relative}.report-voice-avatar.cloned{background:linear-gradient(135deg,#ff7f69 0%,#ff3b3b 100%)}.report-ai .report-voice-info{flex:1;min-width:0}.report-ai .report-voice-name{color:#0f0f0f;font-family:var(--font-body);margin:0;font-size:14px;font-weight:600}.report-ai .report-voice-name span{color:#0f0f0f99;font-weight:400}.report-ai .report-voice-meta{color:#808487;gap:8px;font-size:12px;display:flex}.report-voice-pill{border:1px solid #e5e5e8;border-radius:6px;width:fit-content;padding:2px 8px}.report-voice-empty-check{background:#ececee;border:1px solid #d9d9db;border-radius:50%;width:20px;height:20px}.report-ai .report-clone-voice-btn{color:#0f0f0f;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:8px;width:100%;font-size:14px;font-weight:500;display:flex}.report-ai .report-clone-voice-btn img{width:16px;height:16px}.report-ai .report-config-main{gap:24px}.report-ai .report-config-sidebar{flex-direction:column;flex:none;gap:15px;width:362px;display:flex}.report-ai .report-config-section{background:#f7f7f7;border-radius:16px}.report-ai .report-first-message-card{height:auto}.report-ai .report-config-label{padding:16px 28px}.report-ai .report-first-message,.report-ai .report-system-prompt{color:#0f0f0f;font-family:var(--font-body);background:#fff;border:1px solid #e5e5e8;border-radius:16px;margin:0 16px 16px;padding:20px;font-size:16px;line-height:24px}.report-ai .report-first-message{height:auto;min-height:78px}.report-ai .report-system-prompt{white-space:normal;height:360px;overflow-y:auto}.report-prompt-tabs{flex-wrap:wrap;gap:12px;margin:0 0 18px;padding:0;display:flex}.report-prompt-tab{color:#0009;cursor:pointer;height:36px;font-family:var(--font-body);background:#59654d1f;border:1px solid #e5e5e8;border-radius:8px;padding:0 19px;font-size:16px;font-weight:500}.report-prompt-tab.active,.report-prompt-tab.is-active{color:#fff;background:#59654d;border-color:#0000}.report-prompt-section-body>strong{margin-bottom:12px;display:block}.report-prompt-section-text{min-height:220px}.report-ai .report-edit-prompt-btn{color:#59654d;font-size:14px;text-decoration:none}.report-ai .report-edit-prompt-btn .dash-edit-prompt-btn-icon{background-color:#59654d}.report-system-prompt-rich p,.report-system-prompt-rich ul{margin:0 0 14px}.report-system-prompt-rich ul{padding-left:24px}.report-system-prompt-rich .prompt-heading{font-weight:700}.report-system-prompt-rich .prompt-indent{padding-left:24px}.report-ai .variable{color:#fa13c4}.report-ai .report-kb-folder{padding-bottom:7px;position:relative}.report-ai .report-kb-folder-bg{width:100%;height:100%;position:absolute;inset:0}.report-ai .report-kb-folder-header{padding:12px 20px;position:relative}.report-ai .report-kb-inner{background:#fff;border:1px solid #e5e5e8;border-radius:16px;margin:0 16px;position:relative;overflow:visible}.report-ai .report-kb-list{flex-direction:column;gap:24px;padding:16px;display:flex}.report-ai .report-kb-item{align-items:center;gap:8px;display:flex;position:relative}.report-ai .report-kb-item-thumb{object-fit:cover;border-radius:8px;flex:none;width:50px;height:50px}.report-ai .report-kb-item-info{flex:1;min-width:0}.report-ai .report-kb-item-name{color:#0f0f0f;font-family:var(--font-body);margin:0;font-size:16px;font-weight:500;line-height:24px}.report-ai .report-kb-item-sources{align-items:center;display:flex}.report-ai .source-icon{color:#0f0f0f8c;background:#fff;border:1px solid #e5e5e8;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;margin-left:-9px;font-size:9px;display:flex}.report-ai .source-icon:first-child{opacity:.4;margin-left:0}.report-ai .report-kb-item-bars{align-items:center;gap:3px;display:flex}.report-ai .report-kb-item-bars .bar{background:#e8e8e8;border-radius:16px;width:2px;height:16px}.report-kb-tooltip{z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#fff 0%,#ffffffeb 100%);border:1px solid #e1e1e3;border-radius:9px;width:288px;padding:16px;display:none;position:absolute;top:40px;left:60px}.report-kb-item:hover .report-kb-tooltip{display:block}.report-kb-tooltip-row{align-items:flex-start;gap:8px;margin-bottom:14px;display:flex}.report-kb-tooltip-row:last-child{margin-bottom:0}.report-kb-tooltip-row p{word-break:break-all;margin:0;font-size:12px;line-height:18px}.report-ai .report-kb-add{color:#0f0f0f;cursor:pointer;background:0 0;border:none;border-top:1px dashed #ececee;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:16px;display:flex}.report-ai .report-functions-card{background:#f7f7f7;border-radius:24px}.report-ai .report-functions-header{padding:12px 20px}.report-ai .report-functions-inner{background:#fff;border:1px solid #e5e5e8;border-radius:16px;margin:0 7px 7px;overflow:hidden}.report-ai .report-functions-list{flex-direction:column;gap:24px;padding:12px;display:flex}.report-ai .report-function-item{justify-content:space-between;align-items:center;gap:12px;display:flex}.report-ai .report-function-name{color:#0f0f0f;align-items:center;gap:8px;font-size:18px;font-weight:500;display:flex}.report-code-icon{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:14px}.report-ai .report-function-badge{color:#174e37;background:#9ad591;border-radius:6px;align-items:center;height:24px;padding:0 8px;font-size:12px;font-weight:500;display:flex}.report-ai .report-simulations{background:#f7f7f7;border:none;border-radius:16px;padding:0 0 16px}.report-ai .report-sim-source-table{background:#fff;border:1px solid #e5e5e8;border-radius:16px;margin:0 16px;overflow:hidden;box-shadow:0 1px 2px #0a0d120d}.report-sim-source-table table{border-collapse:collapse;width:100%}.report-sim-source-table th{color:#222;text-align:left;background:#fafafa;border-bottom:1px solid #e9eaeb;padding:12px 16px;font-size:12px;font-weight:600}.report-sim-source-table th:first-child{padding-left:24px}.report-sim-source-table td{color:#000;height:72px;font-family:Inter, var(--font-body);vertical-align:middle;border-bottom:1px solid #e9eaeb;padding:16px;font-size:14px;line-height:20px}.report-sim-source-table tr{cursor:pointer}.report-sim-source-table tbody tr:hover{background:#fafafa}.report-sim-source-table tr:last-child td{border-bottom:none}.report-sim-source-table td:first-child{padding-left:24px}.report-sim-version{color:#000;background:#f1f1f1;border-radius:8px;align-items:center;gap:8px;padding:8px 12px 8px 10px;font-size:13px;font-weight:500;display:inline-flex}.report-sim-version img{width:16px;height:16px}.report-ai .report-status-badge{font-family:Inter, var(--font-body);border-radius:6px;align-items:center;gap:4px;padding:4px 12px 4px 8px;font-size:12px;font-weight:500;line-height:18px;display:inline-flex}.report-ai .report-status-badge img{width:12px;height:12px}.report-ai .status-success{color:#174e37;background:#edffef}.report-ai .status-failed{color:#ff1915;background:#ffebe9}.report-ai .report-sim-result{color:#000;text-overflow:ellipsis;white-space:nowrap;max-width:300px;overflow:hidden}.report-ai .report-score-bar-wrap{align-items:center;gap:8px;display:flex}.report-ai .report-score-bar{gap:3px;width:auto;height:auto;display:flex}.report-ai .report-score-bar .bar-segment{background:#e8e8e8;border-radius:2px;width:3px;height:16px}.report-ai .report-score-text,.report-ai .report-sim-date{color:#0f0f0f;font-size:14px;font-weight:400}.report-ai .report-iterations{max-width:1179px;margin:0 auto}.report-ai .report-iterations-header{color:#000;font-family:var(--font-heading);margin:0 0 32px;font-size:32px;font-weight:400;line-height:38px}.report-ai .report-iterations-list{flex-direction:column;gap:32px;display:flex}.report-iteration-card-source{background:#f7f7f7;border-radius:16px;position:relative;overflow:hidden}.report-iteration-bg{object-fit:cover;width:100%;height:40%;position:absolute;inset:0 0 auto}.report-iteration-content{z-index:1;padding:12px;position:relative}.report-iteration-source-header{align-items:center;gap:8px;padding:8px 16px;display:flex}.report-iteration-source-header img{opacity:.5;width:16px;height:16px}.report-iteration-source-header.on-image img{filter:brightness(0)invert();opacity:1}.report-iteration-source-header p{color:#808487;letter-spacing:0;text-transform:uppercase;margin:0;font-size:14px;font-weight:600}.report-iteration-source-header.on-image p{color:#fff}.report-iteration-changes{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border-radius:12px;margin-top:4px;overflow:hidden}.report-iteration-change{justify-content:space-between;align-items:flex-start;gap:24px;padding:20px 28px;display:flex}.report-iteration-change-left{flex:1;gap:12px;min-width:0;display:flex}.report-iteration-icon-rail{flex-direction:column;flex:none;align-items:center;padding-top:4px;display:flex}.report-iteration-icon-rail img{width:15px;height:15px}.report-iteration-line{background:#e0e0e0;flex:1;width:1px;min-height:42px;margin-top:10px;margin-bottom:-34px}.report-iteration-change-title{align-items:center;gap:8px;display:flex}.report-iteration-change-title p{color:#131313;margin:0;font-size:15px;font-weight:500}.report-duration-pill{color:#000;white-space:nowrap;border:1px solid #e5e5e8;border-radius:6px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;display:inline-flex}.report-iteration-change-description{color:#787882;max-width:600px;margin:6px 0 0;font-size:13px;line-height:20px}.report-iteration-diff{flex:none;gap:12px;padding-top:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;display:flex}.report-iteration-diff .added{color:#08804b}.report-iteration-diff .removed{color:#d1291e}.report-iteration-diff .modified{color:#0061ae}.report-ai .report-modal-overlay{z-index:50;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.report-ai .report-modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0009;position:absolute;inset:0}.report-publish-dialog{z-index:1;background:#fff;border-radius:24px;width:826px;height:420px;display:flex;position:relative;overflow:hidden}.report-publish-visual{flex:none;width:386px;height:100%;position:relative}.report-publish-bg,.report-publish-visual-shade{width:100%;height:100%;position:absolute;inset:0}.report-publish-bg{object-fit:cover;object-position:top}.report-publish-visual-shade{background:#0006}.report-publish-check{width:108px;height:106px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.report-publish-copy{flex-direction:column;flex:1;justify-content:center;padding:0 40px;display:flex}.report-publish-copy h2{color:#000;font-family:var(--font-heading);white-space:pre-line;margin:0;font-size:36px;font-weight:400;line-height:44px}.report-ai .report-publish-dashboard-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;justify-content:center;align-items:center;width:214px;height:48px;margin-top:144px;font-size:16px;display:flex}.report-detail-overlay{z-index:50;justify-content:flex-end;display:flex;position:fixed;inset:0;overflow:hidden}.report-detail-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000080;position:absolute;inset:0}.report-detail-panel{z-index:1;background:#fff;width:min(819px,100vw - 256px);min-width:620px;height:100dvh;padding:42px 44px 72px 38px;position:relative;overflow-y:auto}.report-detail-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.report-detail-agent-title{align-items:flex-start;gap:12px;min-width:0;display:flex}.report-detail-agent-avatar{background:radial-gradient(circle at 70% 24%,#d4bb4b 0 24%,#138c35 25% 66%,#e9e7dc 67% 100%);border-radius:50%;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;overflow:hidden}.report-detail-agent-avatar img{filter:brightness(0)invert();width:21px;height:21px}.report-detail-agent-title h2{color:#000;font-family:var(--font-heading);letter-spacing:0;margin:0;font-size:31px;font-weight:400;line-height:39px}.report-detail-agent-title p{color:#0009;overflow-wrap:anywhere;margin:12px 0 0;font-size:20px;font-weight:500;line-height:26px}.report-detail-close{color:#787882;cursor:pointer;background:#fff;border:1px solid #e5e5e8;border-radius:10px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;line-height:1;display:flex;box-shadow:0 1px 2px #0a0d120d}.report-function-close{color:#787882;cursor:pointer;background:#fff;border:1px solid #e5e5e8;border-radius:8px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:24px;line-height:1;display:flex}.report-detail-messages{flex-direction:column;gap:36px;margin-top:30px;display:flex}.report-message-row{width:100%;display:flex}.report-message-row.agent{justify-content:flex-end}.report-message-row.customer{justify-content:flex-start}.report-message-stack{flex-direction:column;align-items:flex-start;width:min(466px,72%);display:flex}.report-message-row.agent .report-message-stack{align-items:flex-end}.report-message-timestamp{color:#1f1f20;margin:0 6px 4px;font-size:12px;font-weight:500;line-height:17px}.report-message-bubble{width:100%;min-height:82px;padding:16px 17px 25px;font-size:16px;line-height:22px;position:relative}.report-message-bubble.agent{color:#000;background:#f4f4f5;border-radius:16px;margin:0}.report-message-bubble.customer{color:#000;background:#fff;border:1px solid #a2a2a2;border-radius:16px}.report-message-bubble p{margin:0}.report-message-highlight{color:#ff2b2b;text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1px}.report-message-latency{color:#000c;background:#f1f1f1;border:1px solid #dcdcdc;border-radius:999px;align-items:center;gap:5px;height:21px;padding:0 9px;font-size:9px;font-weight:500;line-height:13px;display:inline-flex;position:absolute;bottom:-10px;right:10px}.report-message-latency span{color:#0006;text-transform:uppercase}.report-signal-card{color:#59654d;background:#59654d1a;border-radius:12px;width:calc(100% - 22px);margin-top:20px;padding:18px 15px 13px;position:relative}.report-message-row.agent .report-signal-card{margin-right:0}.report-signal-card p{margin:0;font-size:12px;font-weight:500;line-height:17px}.report-signal-badge{color:#f5f4ec;text-transform:uppercase;background:#59654d;border-radius:999px;align-items:center;gap:4px;height:21px;padding:0 10px 0 8px;font-size:9px;font-weight:600;line-height:13px;display:flex;position:absolute;top:-10px;left:12px}.report-signal-badge svg{width:12px;height:12px}@media (width<=900px){.report-detail-panel{width:100%;min-width:0;padding:32px 24px 56px}.report-detail-agent-title h2{font-size:28px;line-height:34px}.report-detail-agent-title p{margin-top:8px;font-size:15px;line-height:21px}.report-message-stack{width:min(466px,86%)}}@media (width<=560px){.report-detail-panel{padding:22px 16px 44px}.report-detail-header{gap:14px}.report-detail-agent-avatar{width:34px;height:34px}.report-detail-agent-avatar img{width:18px;height:18px}.report-detail-agent-title h2{font-size:25px;line-height:30px}.report-detail-close{width:38px;height:38px}.report-detail-messages{gap:28px;margin-top:26px}.report-message-stack{width:94%}.report-message-bubble{min-height:0;padding:14px 14px 24px;font-size:15px;line-height:21px}}.report-function-dialog{z-index:1;background:#fff;border-radius:24px;width:min(680px,100vw - 32px);max-height:calc(100vh - 48px);padding:28px;position:relative;overflow-y:auto;box-shadow:0 24px 80px #00000038}.report-function-dialog-header{align-items:flex-start;gap:14px;margin-bottom:20px;display:flex}.report-function-dialog-icon{background:#fafafa;border:1px solid #e5e5e8;border-radius:12px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.report-function-dialog-icon img{width:32px;height:32px}.report-function-dialog-header h2{color:#1c1c1d;margin:0;font-size:24px;line-height:30px}.report-function-dialog-header p{color:#787882;margin:2px 0 0;font-size:14px}.report-function-close{margin-left:auto}.report-function-body{flex-direction:column;gap:12px;display:flex}.report-dropzone{cursor:pointer;text-align:center;background:#fafafa;border:1px solid #e5e5e8;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:200px;transition:border-color .12s,background .12s;display:flex}.report-dropzone.dragging,.report-dropzone:hover{background:#f0f0f0;border-color:#0f0f0f}.report-upload-icon{color:#808487;background:#fff;border:1px solid #e5e5e8;border-radius:9px;justify-content:center;align-items:center;width:56px;height:56px;font-size:32px;display:flex}.report-dropzone p{color:#1c1c1d;margin:24px 0 2px;font-size:20px;font-weight:600}.report-dropzone small{color:#787882;font-size:16px}.report-uploaded-list{flex-direction:column;gap:12px;display:flex}.report-uploaded-title{color:#0c1421;margin:0;font-size:18px;font-weight:500}.report-uploaded-file{background:#fefefe;border:1px solid #d8daeb;border-radius:10px;align-items:center;gap:20px;padding:10px;display:flex}.report-uploaded-icon{color:#808487;background:#fafafa;border:1px solid #e5e5e8;border-radius:8px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.report-uploaded-file p,.report-uploaded-file small{margin:0}.report-uploaded-file p{color:#101111;font-size:16px;font-weight:500;line-height:24px}.report-uploaded-file small{color:#949fb1;font-size:14px}.report-uploaded-remove{color:#787882;cursor:pointer;background:#fff;border:1px solid #d5d3e0;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;margin-left:auto;font-size:24px;display:flex}.report-field{flex-direction:column;gap:8px;display:flex}.report-field label{color:#131313;font-size:14px;font-weight:500}.report-field input,.report-field textarea{color:#131313;width:100%;font:inherit;background:#fafafa;border:1px solid #dadada;border-radius:12px;outline:none;padding:12px 14px}.report-field textarea{resize:vertical;min-height:110px}.report-function-action{color:#fff;cursor:pointer;background:#0f0f0f;border:none;border-radius:10px;justify-content:center;align-items:center;width:160px;height:44px;margin:20px 0 0 auto;font-weight:600;display:flex}.report-function-action:disabled{cursor:not-allowed;opacity:.45}@media (width<=1100px){.report-ai .report-hero-content,.report-ai .report-overview,.report-ai .report-configuration{flex-direction:column;align-items:stretch}.report-ai .report-hero{height:auto;min-height:560px}.report-ai .report-hero-left,.report-ai .report-agent-card,.report-ai .report-overview-sidebar,.report-ai .report-config-sidebar{width:100%;max-width:none}.report-ai .report-agent-card{min-height:178px}.report-ai .report-stats-row{flex-direction:column}.report-sim-source-table{overflow-x:auto}.report-sim-source-table table{min-width:900px}}@media (width<=720px){.report-topbar,.report-shell{padding-left:16px;padding-right:16px}.report-ai .report-hero-content{padding:28px 20px}.report-ai .report-agent-card{flex-wrap:wrap;height:auto;padding:24px}.report-ai .report-agent-name{font-size:32px;line-height:34px}.report-ai .report-tabs-bar{width:100%;overflow-x:auto}.report-ai .report-tab{flex:none}.report-publish-dialog{flex-direction:column;width:calc(100vw - 32px);height:auto}.report-publish-visual{width:100%;height:220px}.report-publish-copy{padding:28px}.report-ai .report-publish-dashboard-btn{margin-top:32px}.report-detail-panel{width:100%}.report-iteration-change{flex-direction:column}.report-iteration-diff{flex-wrap:wrap}}.conv-player-track{grid-template-columns:auto 1fr auto auto;align-items:center;gap:14px;display:grid}.conv-player-speakers{flex-direction:column;gap:4px;display:inline-flex}.conv-player-avatar{border-radius:6px;width:22px;height:22px}.conv-player-avatar.conv-avatar-customer{background:#efe7ff;border-radius:6px}.conv-player-wave{width:100%;height:56px;display:block}.conv-player-time{color:#5b5b66;white-space:nowrap;letter-spacing:.02em;font-family:JetBrains Mono,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px}.conv-player-speed{height:30px;font-family:var(--font-body);color:#0f0f0f;cursor:pointer;background:#fff;border:1px solid #e1e1e3;border-radius:8px;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:500;display:inline-flex}.conv-player-speed:hover{background:#f5f5f7}.conv-modal-banner{filter:blur(22px);opacity:.4;pointer-events:none;z-index:0;background:linear-gradient(178deg,#fff0 1.7%,#fff 85.5%),url(/images/pipeline_complete_banner.png) 50%/cover;border-radius:9px;width:100%;height:190px;position:absolute;top:0;left:0}.conv-modal-close{cursor:pointer;z-index:2;background:#e5e5e8;border:1px solid #e5e5e8;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:43px;right:28px}.conv-modal-close:hover{background:#d5d5d8}.conv-modal-title{z-index:1;font-family:"FONTSPRING DEMO - Gelica Rg", var(--font-heading);color:#000;padding:39px 43px 0;font-size:32px;font-weight:400;line-height:38px;position:relative}.conv-modal-meta{z-index:1;align-items:center;gap:12px;padding:9px 43px 0;display:flex;position:relative}.conv-modal-pill{font-family:"Gilroy-Medium", var(--font-body);color:#000;background:#fff;border:1px solid #e5e5e8;border-radius:8px;align-items:center;gap:4px;padding:7px 16px;font-size:14px;line-height:17px;display:flex}.conv-modal-summary{z-index:1;background:linear-gradient(#fffc 0%,#f8f8f8cc 100%);border:1px solid #e5e5e8;border-radius:8px;margin:16px 43px;padding:12px 16px;position:relative}.conv-modal-summary-title{font-family:"Gilroy-SemiBold", var(--font-heading);align-items:center;gap:6px;font-size:16px;font-weight:400;line-height:20px;display:flex}.conv-modal-summary-text{font-family:"Gilroy-Medium", var(--font-body);color:#131313;margin-top:10px;font-size:16px;font-weight:400;line-height:20px}.conv-modal-divider{z-index:1;border:none;border-top:1px solid #e5e5e8;margin:0 0 16px;position:relative}.conv-modal-transcript{z-index:1;flex-direction:column;gap:16px;padding:0 43px 24px;display:flex;position:relative}.conv-modal-turn{flex-direction:column;gap:6px;display:flex}.conv-modal-turn-agent{align-items:flex-start}.conv-modal-turn-customer{align-items:flex-end}.conv-modal-bubble{max-width:80%;font-family:"Gilroy-Regular", var(--font-body);padding:8px 12px;font-size:14px;line-height:17px}.conv-modal-bubble-agent{color:#131313;background:#f6f6f6;border:1px solid #e5e5e8;border-radius:0 12px 12px}.conv-modal-bubble-customer{color:#fff;background:#333;border-radius:12px 12px 0}.conv-modal-stars{border-radius:14px;align-items:center;gap:4.6px;padding:6px 8px;display:flex}.conv-modal-speaker{font-family:"Gilroy-Medium", var(--font-body);letter-spacing:.03em;text-transform:uppercase;color:#131313;opacity:.6;align-items:center;gap:6px;font-size:12px;font-weight:400;line-height:15px;display:flex}.conv-modal-end{opacity:.5;justify-content:center;align-items:center;gap:11px;padding:16px 0;display:flex}.conv-modal-end span:not(.conv-modal-end-line){font-family:"Gilroy-SemiBold", var(--font-heading);color:#0e0e0e;white-space:nowrap;font-size:14px;font-weight:400;line-height:17px}.conv-modal-end-line{border-top:1px solid #000;flex:1;height:0}.btn{font-family:var(--font-body);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;padding:10px 24px;font-size:14px;font-weight:500;transition:all .15s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{color:#fff;background:#131313}.btn-primary:hover:not(:disabled){background:#2a2a2a}.btn-secondary{color:#131313;background:0 0;border:1px solid #e5e5e8}.btn-secondary:hover{background:#f7f7f7}.btn-sm{padding:6px 16px;font-size:13px}@media (width<=900px){.report-hero{height:auto;min-height:200px;margin:0 16px}.report-hero-content{flex-direction:column;align-items:flex-start;gap:16px;padding:24px}.report-hero-left{width:100%}.report-agent-card{border-radius:16px;width:100%;height:auto;padding:16px 20px}.report-tabs-bar{margin-left:16px;margin-right:16px}.report-content{padding-left:16px;padding-right:16px}.report-overview,.report-configuration{flex-direction:column}.report-overview-sidebar,.report-config-sidebar{width:100%}.report-stats-row{flex-direction:column}.report-sim-header,.report-sim-row{grid-template-columns:80px 80px 1fr 100px}.report-sim-date{display:none}.report-score-bars-grid{grid-template-columns:1fr}.report-iteration-stats{flex-wrap:wrap}}.tc-overlay{z-index:9999;background:#fff;animation:.18s ease-out tc-fade;position:fixed;inset:0}@keyframes tc-fade{0%{opacity:0}to{opacity:1}}.tc-screen{width:100%;height:100%;position:relative;overflow:hidden}.tc-header{-webkit-backdrop-filter:blur(14px);z-index:5;background:#c3c3c380;border:1px solid #b1b1b1;border-radius:16px;justify-content:space-between;align-items:center;height:74px;padding:0 30px;display:flex;position:absolute;top:25px;left:38px;right:38px}.tc-header-back{font-family:var(--font-body);color:#0f0f0f;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:0;font-size:16px;font-weight:500;line-height:24px;transition:opacity .12s;display:inline-flex}.tc-header-back:hover{opacity:.7}.tc-header-title{font-family:"FONTSPRING DEMO - Gelica Rg", var(--font-heading);color:#0f0f0f;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;max-width:50%;margin:0;font-size:25px;font-weight:400;line-height:30px;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.tc-header-actions{align-items:center;gap:10px;display:inline-flex}.tc-stage{flex-direction:column;justify-content:center;align-items:center;gap:36px;padding:120px 24px 60px;display:flex;position:absolute;inset:25px 530px 0 0}.tc-orb{border-radius:999px;flex-shrink:0;width:346px;height:346px;animation:2.8s ease-in-out infinite tc-pulse;display:block;box-shadow:0 30px 80px #c7382c47,0 8px 24px #00000014}@keyframes tc-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.015)}}.tc-name{font-family:"FONTSPRING DEMO - Gelica Rg", var(--font-heading);color:#0f0f0f;text-align:center;margin:0;font-size:62px;font-weight:400;line-height:60px}.tc-timer{font-family:var(--font-body);color:#0f0f0f;text-align:center;margin:0;font-size:25px;font-weight:500;line-height:38px}.tc-controls{align-items:center;gap:52px;margin-top:8px;display:inline-flex}.tc-mic-btn,.tc-hangup-btn{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;width:91px;height:91px;transition:opacity .12s,background .12s,transform .1s;display:inline-flex}.tc-mic-btn{background:#fff;border:1.83px solid #e1e1e3}.tc-mic-btn:hover{background:#f5f5f7}.tc-mic-btn.muted{opacity:.6;background:#f3f3f5}.tc-hangup-btn{background:#ff5649;border:none;box-shadow:0 6px 18px #ff564959}.tc-hangup-btn:hover{opacity:.92}.tc-hangup-btn:disabled{cursor:not-allowed;opacity:.55}.tc-panel{-webkit-backdrop-filter:blur(14px);z-index:4;background:#ffffffb3;border:1px solid #b1b1b1;border-radius:24px;flex-direction:column;width:491px;display:flex;position:absolute;top:126px;bottom:38px;right:38px;overflow:hidden}.tc-panel-header{-webkit-backdrop-filter:blur(14px);height:66px;font-family:var(--font-body);letter-spacing:.06em;color:#0f0f0f;background:#dfdfdf66;border-bottom:1px solid #b1b1b1;flex:none;align-items:center;padding:0 25px;font-size:16px;font-weight:500;line-height:24px;display:flex}.tc-panel-body{flex-direction:column;flex:1;gap:24px;min-height:0;padding:24px 21px;display:flex;overflow-y:auto}.tc-msg{display:flex}.tc-msg-agent{justify-content:flex-start}.tc-msg-customer{justify-content:flex-end}.tc-msg-bubble{max-width:370px;font-family:"Gilroy-Medium", var(--font-body);color:#000;padding:16px 24px;font-size:16px;font-weight:400;line-height:22px}.tc-msg-agent .tc-msg-bubble{background:#f4f4f5;border-radius:0 16px 16px}.tc-msg-customer .tc-msg-bubble{background:#fff;border:1px solid #a2a2a2;border-radius:16px 0 16px 16px}.tc-panel-empty{color:#6b7280;font-family:var(--font-body);margin:0;font-size:16px;line-height:24px}.tc-msg-transfer{font-family:var(--font-body);color:#c718ee;justify-content:flex-start;align-items:center;gap:8px;padding:4px 0;font-size:14px;font-weight:500;display:inline-flex}.tc-msg-tool{color:#1d4ed8;background:#f0f7ff;border:1px solid #cfe3ff;border-radius:10px;align-self:flex-start;align-items:center;gap:8px;margin:2px 0;padding:8px 12px;font-size:13px;font-weight:500;display:inline-flex}.tc-msg-tool-icon{flex:none;width:14px;height:14px}.tc-msg-tool-text{font-family:"Gilroy-Medium", var(--font-body);word-break:break-word}.tc-mini{z-index:9999;background:#e2e1e1;border:1.58px solid #e5e5e8;border-radius:25px;flex-direction:column;align-items:center;width:380px;height:432px;padding:21px;animation:.2s ease-out tc-mini-in;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 32px #0000001a,0 1px 4px #0000000f}@keyframes tc-mini-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.tc-mini-top{justify-content:center;align-items:center;width:100%;height:39px;display:flex;position:relative}.tc-mini-timer{font-family:var(--font-body);color:#0009;font-size:16px;font-weight:500;line-height:24px}.tc-mini-expand{cursor:pointer;background:#fffcfc;border:none;border-radius:999px;justify-content:center;align-items:center;width:39px;height:39px;transition:background .12s;display:inline-flex;position:absolute;top:0;right:0;box-shadow:0 1px 2px #0000000a}.tc-mini-expand:hover{background:#f3f3f3}.tc-mini-orb{border-radius:999px;flex-shrink:0;width:149px;height:149px;margin-top:26px;display:block}.tc-mini-name{font-family:"FONTSPRING DEMO - Gelica Rg", var(--font-heading);color:#0f0f0f;text-align:center;margin-top:22px;font-size:32px;font-weight:400;line-height:38px}.tc-mini-sub{font-family:var(--font-body);color:#0009;text-align:center;margin-top:6px;font-size:16px;font-weight:500;line-height:24px}.tc-mini-actions{align-items:center;gap:32px;margin-top:18px;display:inline-flex}.tc-mini-mic,.tc-mini-hangup{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;width:56px;height:56px;transition:opacity .12s,background .12s;display:inline-flex}.tc-mini-mic{background:#fff;border:1.12px solid #e1e1e3}.tc-mini-mic:hover{background:#f5f5f7}.tc-mini-mic.muted{opacity:.6;background:#f3f3f5}.tc-mini-hangup{background:#ff5649;border:none;box-shadow:0 4px 14px #ff56494d}.tc-mini-hangup:hover{opacity:.92}@media (width<=1100px){.tc-stage{padding:140px 24px 40px;right:0}.tc-panel{display:none}}.report-ai .report-topbar{align-items:center;padding:48px 58px 32px}.report-ai .report-topbar-logo{width:141px;height:43px}.report-topbar-actions{align-items:center;gap:20px;display:flex}.report-topbar-btn{cursor:pointer;width:197px;height:48px;font-family:var(--font-body);border-radius:8px;justify-content:center;align-items:center;font-size:16px;font-weight:500;line-height:24px;transition:opacity .12s,border-color .12s;display:inline-flex}.report-topbar-btn-secondary{color:#000;background:#fff;border:1px solid #cbcbcb}.report-topbar-btn-primary{color:#fff;background:#121212;border:1px solid #121212}.report-topbar-btn:hover{opacity:.88}.report-ai .report-shell{padding:8px 32px 48px}.report-ai .report-hero{border-radius:16px;height:273px}.report-ai .report-hero-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(90deg,#000000b8 0%,#00000038 41%,#0000 72%),#243e1f14}.report-ai .report-hero-content{padding:0 40px}.report-ai .report-hero-left{width:610px;max-width:48%}.report-ai .report-hero-title{max-width:620px;font-size:50px;line-height:1.4}.report-ai .report-agent-card{background:linear-gradient(#ffffffd1 0%,#ffffffa8 100%);border-radius:32px;width:584px;max-width:45%}.report-ai .report-agent-name{font-size:48px;line-height:44px}.report-ai .report-tabs-bar{box-sizing:border-box;gap:13px;width:fit-content;height:52px;margin:68px 0 32px;padding:0;overflow:hidden;box-shadow:inset 0 0 0 1px #e5e5e8}.report-ai .report-tab{border-radius:41.6px;flex:none;justify-content:center;width:176px;min-width:0;height:52px;padding:0 24px;font-size:19px}.report-ai .report-tab[data-tab=configuration],.report-ai .report-tab[data-tab=integrations]{width:187px}.report-ai .report-tab.active{background:#59654d;border-color:#0000;border-radius:41.6px}.report-tab-icon{width:20px;height:20px}.report-ai .report-overview{grid-template-columns:minmax(0,3fr) minmax(280px,1fr);align-items:start;gap:37px;display:grid}.report-ai .report-overview-main{gap:20px;min-width:0}.report-ai .report-stats-row{gap:15px}.report-ai .report-stat-card{border-radius:16px;height:178px}.report-ai .report-stat-header{padding:10px 24px 4px}.report-ai .report-stat-label{font-size:16px}.report-ai .report-stat-inner{margin:0 8px 8px;padding:11px 17px}.report-ai .report-stat-value{letter-spacing:0;font-size:40px}.report-ai .report-stat-bars{margin-top:13px}.report-ai .report-section{min-height:536px}.report-ai .report-section-header{height:66px;padding:0 35px;font-size:16px}.report-ai .report-quick-actions{flex-direction:column;height:auto;min-height:450px;margin:0 29px 29px;display:flex}.report-ai .report-action-item{flex:none;min-height:90px;padding:18px 34px 18px 30px}.report-action-icon,.report-action-icon img{width:43px;height:43px}.report-ai .report-action-title{font-size:20px;line-height:24px}.report-ai .report-action-detail{max-width:650px;padding-right:22px;font-size:14px;line-height:17px}.report-chevron{color:#0000;width:24px;font-size:0;position:relative}.report-chevron:before{content:"";border-bottom:3px solid #6f6f6f;border-right:3px solid #6f6f6f;width:13px;height:13px;position:absolute;top:50%;right:3px;transform:translateY(-50%)rotate(-45deg)}.report-ai .report-overview-sidebar{gap:18px;width:100%;min-width:0}.report-ai .report-score-card{border-radius:24px;width:100%;height:264px}.report-ai .report-score-card-gradient{background:linear-gradient(202deg,#0000 0%,#000 100%)}.report-ai .report-score-card-content{justify-content:flex-end;padding:28px 29px}.report-ai .report-score-card-logo{position:absolute;top:28px;left:29px}.report-ai .report-score-card-text{width:284px;font-size:28px;line-height:1.15}.report-ai .report-voices-card{border-radius:24px 24px 20px 20px;width:100%;min-height:447px}.report-ai .report-voices-header{height:46px;padding:0 18px;font-size:16px}.report-ai .report-voices-inner{margin:0 7px 7px}.report-ai .report-voice-item{min-height:84px;padding:12px 17px}.report-ai .report-voice-avatar{width:40px;height:40px}.report-ai .report-voice-name{font-size:16px;line-height:17px}.report-ai .report-voice-meta{gap:4px;margin-top:4px;font-size:10px}.report-ai .report-voice-meta span{color:#555;border:1px solid #e5e5e8;border-radius:5px;padding:3px 8px}.report-voice-footer{border-top:1px dashed #e5e5e8;padding:15px 20px}.report-ai .report-clone-voice-btn{font-size:16px;line-height:24px}@media (width<=1100px){.report-ai .report-topbar{padding:24px 24px 20px}.report-topbar-actions{gap:10px}.report-topbar-btn{width:150px}.report-ai .report-shell{padding:0 24px 40px}.report-ai .report-hero{min-height:560px}.report-ai .report-hero-left,.report-ai .report-agent-card{max-width:none}.report-ai .report-tabs-bar{width:100%;margin-top:28px;overflow-x:auto}.report-ai .report-overview{grid-template-columns:1fr}.report-ai .report-overview-sidebar{width:100%}}@media (width<=720px){.report-ai .report-topbar{flex-direction:column;align-items:flex-start;gap:20px}.report-topbar-actions{width:100%}.report-topbar-btn{flex:1;width:auto}.report-ai .report-hero-title{font-size:38px;line-height:1.18}.report-ai .report-stat-card,.report-ai .report-section{min-height:auto}.report-ai .report-quick-actions{height:auto}.report-ai .report-action-item{min-height:92px}}.tc-overlay{-webkit-backdrop-filter:blur(6px);background:#00000080;justify-content:center;align-items:center;padding:40px 72px;display:flex}.tc-screen{transform-origin:50%;background:#fff;border-radius:24px;width:min(1289px,100vw - 96px);height:min(788px,100vh - 80px);animation:.3s cubic-bezier(.22,1,.36,1) tc-screen-in;position:relative;overflow:hidden;box-shadow:0 26px 70px #00000042}@keyframes tc-screen-in{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.tc-header{z-index:6;-webkit-backdrop-filter:none;background:#fff;border:0;border-bottom:1px solid #ccc;border-radius:0;height:95px;padding:0 40px;position:absolute;top:0;left:0;right:0}.tc-header-title{color:#000;max-width:60%;font-family:"FONTSPRING DEMO - Gelica Rg", var(--font-heading);text-align:left;pointer-events:auto;margin:0;font-size:28px;line-height:30px;position:static;transform:none}.tc-header-actions{gap:16px;margin-left:auto}.tc-close-btn{cursor:pointer;background:#fff;border:1.25px solid #b8b8b8;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .12s,opacity .12s;display:inline-flex}.tc-close-btn:hover{background:#f7f7f7}.tc-main{position:absolute;inset:95px 0 0}.tc-stage{background:#f1f1ef;justify-content:flex-start;gap:0;padding:90px 24px 0;transition:top .52s cubic-bezier(.22,1,.36,1),right .52s cubic-bezier(.22,1,.36,1),bottom .52s cubic-bezier(.22,1,.36,1),left .52s cubic-bezier(.22,1,.36,1),padding .52s cubic-bezier(.22,1,.36,1),background-color .35s;inset:0 477px 0 0}.tc-call-main.tc-main-active .tc-stage{--tc-active-orb-size:clamp(168px, 22vw, 218px);--tc-active-control-size:clamp(58px, 6.2vw, 68px);--tc-active-card-gap:clamp(14px, 2vh, 24px);background:#f5f3f1;border-radius:24px;justify-content:center;align-items:center;width:auto;min-width:0;padding:clamp(24px,6vh,58px) clamp(16px,2.2vw,24px) clamp(20px,5vh,34px);inset:clamp(14px,2.5vh,20px) calc(100% - clamp(20px,3vw,36px) - min(43.2%,556px)) clamp(18px,4vh,31px) clamp(20px,3vw,36px);overflow:hidden}.tc-call-main.tc-main-active .tc-stage:before{content:"";z-index:0;opacity:.9;filter:blur(14px);background:radial-gradient(64% 92% at 78% 102%,#8eb436b8 0%,#b1cd636b 42%,#f5f3f100 76%),radial-gradient(52% 76% at 28% 104%,#b9cf7657 0%,#d6e1a533 42%,#f5f3f100 72%),linear-gradient(#f5f3f100 0%,#f5f3f133 34%,#cbdb8670 68%,#a7c35099 100%);width:156%;height:38%;transition:height .42s,opacity .42s,transform .42s;position:absolute;bottom:0;left:-11%;transform:translateY(10%)}.tc-call-main.tc-main-active .tc-stage-responding:before{height:var(--tc-response-height,32%);opacity:var(--tc-response-opacity,.68);transform:translateY(var(--tc-response-shift,18%));transition:height .12s ease-out,opacity .12s ease-out,transform .12s ease-out}.tc-call-main.tc-main-active .tc-stage-responding:not(.tc-stage-metered):before{animation:1.05s ease-in-out infinite alternate tc-response-gradient}@keyframes tc-response-gradient{0%{opacity:.68;height:32%;transform:translateY(18%)}to{opacity:1;height:80%;transform:translateY(0)}}.tc-call-main.tc-main-active .tc-stage>*{z-index:1;position:relative}.tc-main-idle{background:#f1f1ef;border-radius:24px;transition:inset .52s cubic-bezier(.22,1,.36,1),border-radius .52s cubic-bezier(.22,1,.36,1);inset:115px 35px 32px;overflow:hidden}.tc-main-active{transition:inset .52s cubic-bezier(.22,1,.36,1),border-radius .52s cubic-bezier(.22,1,.36,1)}.tc-main-idle .tc-stage{border-radius:24px;justify-content:center;padding:clamp(36px,7vh,74px) clamp(20px,3vw,32px) clamp(64px,9vh,96px);right:0}.tc-orb{width:232px;height:232px;box-shadow:none;justify-content:center;align-items:center;transition:width .52s cubic-bezier(.22,1,.36,1),height .52s cubic-bezier(.22,1,.36,1);animation:none;display:flex;position:relative;overflow:hidden}.tc-call-main.tc-main-active .tc-orb{width:var(--tc-active-orb-size);height:var(--tc-active-orb-size);animation:none}.tc-name{margin-top:28px;font-size:46px;line-height:44px;transition:margin .52s cubic-bezier(.22,1,.36,1),font-size .52s cubic-bezier(.22,1,.36,1),line-height .52s cubic-bezier(.22,1,.36,1)}.tc-call-main.tc-main-active .tc-name{margin-top:var(--tc-active-card-gap);overflow-wrap:anywhere;max-width:100%;font-size:clamp(32px,4.1vw,46px);line-height:.96}.tc-phone-number{color:#00000094;overflow-wrap:anywhere;max-width:100%;margin:clamp(5px,1vh,8px) 0 0;font-size:clamp(14px,1.6vw,17px);line-height:1.35}.tc-timer{margin-top:19px;font-size:18px;line-height:28px}.tc-call-main.tc-main-active .tc-timer{color:#0009;margin-top:clamp(4px,1vh,8px);font-size:clamp(14px,1.7vw,18px);line-height:1.35}.tc-dial-form{flex-wrap:wrap;gap:10px;width:min(360px,90%);margin-top:28px;display:flex}.tc-dial-from{color:#5f5f66;text-align:center;width:100%;font-size:12px;line-height:16px}.tc-dial-input{color:#111;background:#fff;border:1px solid #b8b8b8;border-radius:8px;flex:1;min-width:0;height:44px;padding:0 13px;font-size:15px}.tc-dial-btn{color:#fff;cursor:pointer;background:#111;border:0;border-radius:8px;height:44px;padding:0 16px;font-size:14px;font-weight:700}.tc-dial-btn:disabled{cursor:not-allowed;opacity:.55}.tc-phone-main.tc-main-idle .tc-dial-form{outline-offset:-1px;background:#fff;border:0;border-radius:64px;outline:1px solid #c8c8c8;grid-template-columns:1fr 49px;align-items:center;column-gap:10px;width:267px;max-width:88%;height:69px;margin-top:clamp(34px,5.5vh,54px);padding:0 10px 0 18px;display:grid;position:relative;overflow:hidden}.tc-phone-main.tc-main-idle .tc-dial-input{appearance:none;color:#111;width:100%;min-width:0;height:24px;font-family:"Gilroy-Medium", var(--font-body);opacity:1;background:0 0;border:0;border-radius:0;padding:0;font-size:20px;font-weight:400;line-height:24px}.tc-phone-main.tc-main-idle .tc-dial-input:focus{outline:none}.tc-phone-main.tc-main-idle .tc-dial-input::placeholder{color:#0f0f0f33}.tc-phone-main.tc-main-idle .tc-phone-dial-btn{appearance:none;opacity:1;background:0 0;border:0;border-radius:999px;place-items:center;width:49px;min-width:49px;height:49px;padding:0;line-height:0;display:grid}.tc-phone-dial-btn img{width:45px;height:45px;display:block}.tc-error{color:#b3261e;text-align:center;width:min(360px,90%);margin:12px 0 0;font-size:13px;line-height:18px}.tc-phone-error{width:min(430px,88%);min-height:18px;margin-top:10px}.tc-phone-error-empty{visibility:hidden}.tc-controls{gap:38px;margin-top:48px}.tc-call-main.tc-main-active .tc-controls{gap:clamp(16px,2.2vw,25px);margin-top:clamp(28px,7vh,60px);animation:.42s cubic-bezier(.22,1,.36,1) .12s both tc-call-controls-in}@keyframes tc-call-controls-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.tc-mic-btn,.tc-hangup-btn{width:67px;height:67px}.tc-mic-btn svg,.tc-hangup-btn svg{width:38px;height:38px}.tc-call-main.tc-main-active .tc-mic-btn,.tc-call-main.tc-main-active .tc-hangup-btn{width:var(--tc-active-control-size);height:var(--tc-active-control-size);box-shadow:none;background:0 0;border:0;padding:0}.tc-call-main.tc-main-active .tc-mic-btn:hover,.tc-call-main.tc-main-active .tc-hangup-btn:hover{background:0 0}.tc-call-main.tc-main-active .tc-mic-btn img,.tc-call-main.tc-main-active .tc-hangup-btn img{width:var(--tc-active-control-size);height:var(--tc-active-control-size);display:block}.tc-call-main.tc-main-active .tc-mic-btn.muted{opacity:1;background:#fff;border:1.83px solid #e1e1e3}.tc-call-main.tc-main-active .tc-mic-btn.muted img{width:42%;height:42%}.tc-panel{-webkit-backdrop-filter:none;opacity:1;background:#fff;border:0;border-radius:0;width:auto;transition:opacity .32s,transform .38s cubic-bezier(.22,1,.36,1),visibility .32s;inset:0 0 0 calc(clamp(20px,3vw,36px) + min(43.2%,556px));transform:translate(0)}.tc-main-active .tc-panel{transition-delay:.34s,.34s,0s}.tc-main-idle .tc-panel{visibility:hidden;opacity:0;pointer-events:none;transform:translate(26px)}.tc-panel-header{display:none}.tc-panel-body{gap:24px;padding:40px 24px 36px}.tc-msg-transfer{display:none}@media (width<=1100px){.tc-overlay{padding:20px}.tc-screen{width:calc(100vw - 40px);height:calc(100vh - 40px)}.tc-stage{padding:90px 24px 40px;right:0}.tc-call-main.tc-main-active .tc-stage{--tc-active-orb-size:clamp(150px, 31vw, 190px);--tc-active-control-size:clamp(54px, 11vw, 64px);width:auto;inset:20px 24px 24px}.tc-panel{display:none}}@media (width<=720px){.tc-header{height:82px;padding:0 18px}.tc-header-title{font-size:24px}.tc-main{inset:82px 0 0}.tc-stage{top:0}.tc-orb{width:190px;height:190px}.tc-call-main.tc-main-active .tc-orb{width:var(--tc-active-orb-size);height:var(--tc-active-orb-size)}}.report-integrations{flex-direction:column;gap:32px;display:flex}.report-int-subtabs{border-bottom:1px solid #e5e5e8;gap:18px;display:flex}.report-int-subtab{color:#1c1c1d80;cursor:pointer;font-family:Inter, var(--font-body);background:0 0;border:0;margin-bottom:-1px;padding:0 0 10px;font-size:16px;font-weight:500;position:relative}.report-int-subtab.active{color:#1c1c1d;font-weight:600}.report-int-subtab.active:after{content:"";background:#1c1c1d;height:2px;position:absolute;bottom:0;left:0;right:0}.report-int-body{align-items:flex-start;gap:24px;display:flex}.report-int-main{flex:auto;min-width:0}.report-int-empty{background:#1b36120f;border:1px solid #e5e5e8;border-radius:16px;justify-content:center;align-items:center;min-height:357px;display:flex}.report-int-empty-inner{flex-direction:column;align-items:center;gap:32px;display:flex}.report-int-empty-icon{background:#fff;border:1.33px solid #e5e5e8;border-radius:11px;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.report-int-empty-icon img{width:32px;height:32px}.report-int-empty-copy{flex-direction:column;align-items:center;gap:2px;display:flex}.report-int-empty-title{color:#1c1c1d;font-family:"Gilroy-SemiBold", var(--font-body);margin:0;font-size:20px}.report-int-empty-sub{color:#787882;font-family:var(--font-body);margin:0;font-size:12px}.report-int-add-wrap{position:relative}.report-int-add-btn{color:#fff;cursor:pointer;height:40px;font-family:var(--font-body);background:#121212;border:0;border-radius:8px;justify-content:center;align-items:center;padding:0 24px;font-size:16px;display:inline-flex}.report-int-add-btn:disabled{cursor:not-allowed;opacity:.45}.report-int-add-backdrop{z-index:20;position:fixed;inset:0}.report-int-add-menu{z-index:21;background:#fff;border:1px solid #e5e5e8;border-radius:12px;flex-direction:column;width:168px;padding:6px;display:flex;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 12px 30px #0000001f}.report-int-add-menu-item{color:#0f0f0f;cursor:pointer;font-family:var(--font-body);text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:10px;font-size:15px;display:flex}.report-int-add-menu-item:hover{background:#f4f4f4}.report-int-add-menu-item img{width:18px;height:18px}.report-int-tools{flex-direction:column;gap:16px;display:flex}.report-int-tools-bar{align-items:center;gap:16px;display:flex}.report-int-search{background:#fafafa;border:1px solid #e1e1e3;border-radius:12px;flex:1;align-items:center;gap:12px;height:56px;padding:0 22px;display:flex}.report-int-search input{color:#0f0f0f;font-family:var(--font-body);background:0 0;border:0;outline:none;flex:1;font-size:16px}.report-int-tools-table{border:1px solid #e1e1e3;border-radius:12px;overflow:hidden}.report-int-tools-head,.report-int-tools-row{grid-template-columns:minmax(0,360px) minmax(0,1fr) 48px;align-items:center;gap:16px;padding:16px 24px;display:grid}.report-int-tools-row{width:100%;color:inherit;cursor:pointer;text-align:left;background:#fff;border:0}.report-int-tools-row:hover{background:#fafafa}.report-int-tools-head{color:#0f0f0f;font-family:var(--font-body);border-bottom:1px solid #ececee;font-size:15px}.report-int-tools-row+.report-int-tools-row{border-top:1px solid #ececee}.report-int-tool-name{align-items:center;gap:12px;display:flex}.report-int-tool-name p{color:#0f0f0f;font-family:var(--font-body);margin:0;font-size:16px}.report-int-tool-kind{color:#0f0f0f80;font-size:13px}.report-int-tool-desc{color:#0f0f0f;font-family:var(--font-body);font-size:15px}.report-int-tool-delete{cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;justify-self:end;align-items:center;width:36px;height:36px;display:inline-flex}.report-int-tool-delete:hover{background:#f1f1f1}.report-int-tools-empty{color:#0f0f0f80;text-align:center;padding:24px;font-size:14px}.report-int-side{flex:0 0 443px;width:443px}.report-int-side-title{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);margin:0 0 16px;font-size:20px;font-weight:400}.report-int-agent-card{background:#fff;border:1px solid #e1e1e3;border-radius:12px;flex-direction:column;padding:8px 31px;display:flex}.report-int-agent-row{justify-content:space-between;align-items:center;padding:20px 0;display:flex;position:relative}.report-int-agent-divider{opacity:.7;background:#e8e8e8;height:1px;position:absolute;bottom:0;left:0;right:0}.report-int-agent-name{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);align-items:center;gap:11px;font-size:16px;display:flex}.report-int-agent-icon{background:#efefef;border-radius:6px;flex:0 0 32px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.report-int-agent-icon img{width:20px;height:20px}.report-int-agent-controls{align-items:center;gap:16px;display:flex}.report-int-gear{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.report-int-gear img{width:22px;height:22px}.report-int-toggle{cursor:pointer;background:#e5e5e8;border:0;border-radius:30px;flex:0 0 40px;width:40px;height:20px;padding:0;position:relative;box-shadow:inset 0 .9px 5.9px #00000026}.report-int-toggle span{background:#fff;border-radius:50%;width:16px;height:16px;transition:left .15s;position:absolute;top:2px;left:2px;box-shadow:0 0 1px #00000059}.report-int-toggle.on{background:#59654d}.report-int-toggle.on span{left:22px}.report-int-overlay{z-index:1000;background:#0006;justify-content:flex-end;display:flex;position:fixed;inset:0}.report-int-panel{box-sizing:border-box;background:#fff;flex-direction:column;width:min(560px,94vw);height:100%;display:flex;box-shadow:-8px 0 40px #0000002e}.report-int-panel-edit{width:min(700px,96vw)}.report-int-panel-header{border-bottom:1px solid #ececee;flex:none;align-items:center;gap:12px;padding:18px 22px;display:flex}.report-int-panel-header>.report-int-agent-icon{border-radius:8px;flex-basis:36px;width:36px;height:36px}.report-int-panel-title{flex-direction:column;flex:1;gap:0;min-width:0;display:flex}.report-int-panel-header h2{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-heading);margin:0;font-size:18px;font-weight:400;line-height:22px}.report-int-panel-title p{color:#0f0f0f8c;font-family:var(--font-body);margin:0;font-size:13px;line-height:16px}.report-int-panel-close{cursor:pointer;background:#fff;border:1px solid #e5e5e8;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.report-int-panel-tabs{background:#fff;border-bottom:1px solid #ececee;flex:none;gap:16px;padding:0 24px;display:flex}.report-int-panel-tabs button{color:#0f0f0f94;cursor:pointer;font-family:var(--font-body);background:0 0;border:0;padding:14px 0 13px;font-size:15px;font-weight:500;position:relative}.report-int-panel-tabs button.active{color:#0f0f0f}.report-int-panel-tabs button.active:after{content:"";background:#0f0f0f;height:2px;position:absolute;bottom:-1px;left:0;right:0}.report-int-panel-body{background:#fafafa;flex-direction:column;flex:1;gap:16px;min-height:0;padding:18px 22px;display:flex;overflow-y:auto}.report-int-panel-edit .report-int-panel-body{gap:16px;padding:16px 22px}.report-int-form-card{background:#fff;border:1px solid #e9eaeb;border-radius:14px;flex-direction:column;gap:14px;padding:18px;display:flex}.report-int-panel-edit .report-int-form-card{border-radius:16px}.report-int-compact-card{gap:0;padding:18px 20px}.report-int-config-fields{background:#fff;border:1px solid #e9eaeb;border-radius:12px;flex-direction:column;gap:13px;padding:16px;display:flex}.report-int-wide-add{color:#0f0f0f;cursor:pointer;width:100%;font-family:var(--font-body);background:#fff;border:1px solid #d8d8da;border-radius:8px;margin-top:18px;padding:10px 14px;font-size:15px;font-weight:500}.report-int-tool-logs{padding:10px 2px}.report-int-tool-logs-title{color:#0f0f0f;font-family:var(--font-body);align-items:center;gap:10px;font-size:15px;font-weight:500;display:inline-flex}.report-int-tool-logs-title img{object-fit:contain;width:18px;height:18px}.report-int-section-head h3{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);margin:0 0 2px;font-size:15px;font-weight:400;line-height:20px}.report-int-section-head p{color:#0f0f0f8c;font-family:var(--font-body);margin:0;font-size:13px;line-height:17px}.report-int-section-head-split{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.report-int-field{flex-direction:column;gap:6px;display:flex}.report-int-field label{color:#0f0f0f;font-family:var(--font-body);font-size:13px;font-weight:500;line-height:17px}.report-int-field input,.report-int-field textarea,.report-int-field select{box-sizing:border-box;color:#0f0f0f;width:100%;font-family:var(--font-body);background:#fff;border:1px solid #d8d8da;border-radius:8px;outline:none;padding:9px 12px;font-size:13px;line-height:18px}.report-int-field input:focus,.report-int-field textarea:focus,.report-int-field select:focus{border-color:#59654d}.report-int-field input.invalid,.report-int-field textarea.invalid{border-color:#d6453d}.report-int-field textarea{resize:vertical;min-height:58px}.report-int-field select:disabled{color:#0f0f0f80;background:#f4f4f4}.report-int-help{color:#0f0f0f80;font-family:var(--font-body);margin:0;font-size:12px;line-height:17px}.report-int-env-help{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.report-int-env-help code{color:#0f0f0f8c;font-family:var(--font-body);background:#f0f0f0;border-radius:5px;padding:1px 5px;font-size:12px}.report-int-text-link{color:#0f0f0f8c;font-weight:500}.report-int-error{color:#d6453d;font-family:var(--font-body);margin:0;font-size:13px}.report-int-range-value{color:#0f0f0f99;font-size:13px}.report-int-field input[type=range]{accent-color:#0f0f0f;border:0;padding:0}.report-int-checkbox-row{cursor:pointer;align-items:flex-start;gap:9px;display:flex}.report-int-checkbox-row input{accent-color:#59654d;width:16px;height:16px;margin-top:2px}.report-int-checkbox-row span,.report-int-inline-copy{flex-direction:column;gap:2px;display:flex}.report-int-checkbox-row strong,.report-int-inline-copy strong{color:#0f0f0f;font-family:var(--font-body);font-size:13px;font-weight:500;line-height:17px}.report-int-checkbox-row em,.report-int-inline-copy em{color:#0f0f0f80;font-family:var(--font-body);font-size:12px;font-style:normal;line-height:17px}.report-int-inline{justify-content:space-between;align-items:center;gap:14px;display:flex}.report-int-inline-copy{flex:1}.report-int-inline select{width:132px;font-family:var(--font-body);background:#fff;border:1px solid #d8d8da;border-radius:8px;flex:0 0 132px;padding:8px 11px;font-size:13px}.report-int-add-row-btn{color:#0f0f0f;cursor:pointer;font-family:var(--font-body);background:#fff;border:1px solid #d8d8da;border-radius:8px;flex:none;padding:8px 13px;font-size:13px;font-weight:500}.report-int-row{background:#fff;border:1px solid #ececee;border-radius:10px;flex-direction:column;gap:11px;padding:14px;display:flex}.report-int-row+.report-int-row{margin-top:2px}.report-int-form-card>.report-int-row{border-top:1px solid #ececee}.report-int-row-grid{grid-template-columns:108px minmax(0,1fr);gap:12px;display:grid}.report-int-row-actions{justify-content:flex-end;display:flex}.report-int-row-delete{color:#0f0f0f;cursor:pointer;font-family:var(--font-body);background:#fff;border:1px solid #d8d8da;border-radius:8px;padding:7px 14px;font-size:14px}.report-int-panel-footer{background:#fff;border-top:1px solid #ececee;flex:none;justify-content:flex-end;align-items:center;gap:12px;padding:14px 22px;display:flex;position:sticky;bottom:0}.report-int-footer-error{color:#d6453d;font-family:var(--font-body);margin-right:auto;font-size:13px}.report-int-cancel{color:#0f0f0f;cursor:pointer;font-family:var(--font-body);background:#fff;border:1px solid #cbcbcb;border-radius:8px;padding:10px 22px;font-size:14px}.report-int-submit{color:#fff;cursor:pointer;font-family:var(--font-body);background:#121212;border:0;border-radius:8px;padding:10px 22px;font-size:14px}@media (height<=820px){.report-int-panel-header{padding:14px 20px}.report-int-panel-body,.report-int-panel-edit .report-int-panel-body{gap:12px;padding:14px 20px}.report-int-form-card{gap:12px;padding:15px}.report-int-config-fields{gap:11px;padding:14px}.report-int-field textarea{min-height:50px}.report-int-panel-footer{padding:12px 20px}}@media (width<=640px){.report-int-panel,.report-int-panel-edit{width:100vw}.report-int-section-head-split,.report-int-inline,.report-int-row-grid{flex-direction:column;grid-template-columns:1fr;align-items:stretch}.report-int-inline select{flex-basis:auto;width:100%}}@media (width<=1100px){.report-int-body{flex-direction:column}.report-int-side{flex:auto;width:100%}}.report-int-segment{gap:8px;display:flex}.report-int-segment button{color:#0f0f0f;cursor:pointer;height:44px;font-family:var(--font-body);background:#fff;border:1px solid #d8d8da;border-radius:8px;flex:1;font-size:15px}.report-int-segment button.active{color:#fff;background:#121212;border-color:#121212}.report-int-url-grid{grid-template-columns:150px minmax(0,1fr);gap:12px;display:grid}.report-int-approval{flex-direction:column;gap:12px;display:flex}.report-int-approval-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e5e8;border-radius:10px;align-items:flex-start;gap:12px;padding:16px;display:flex}.report-int-approval-card.selected{background:#fafafa;border-color:#1c1c1d}.report-int-approval-icon{background:#fff;border:1px solid #e5e5e8;border-radius:8px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.report-int-approval-copy{flex-direction:column;gap:4px;display:flex}.report-int-approval-title{color:#0f0f0f;font-family:var(--font-body);align-items:center;gap:8px;font-size:15px;font-weight:600;display:flex}.report-int-approval-badge{color:#0f0f0f99;background:#f4f4f4;border:1px solid #e5e5e8;border-radius:6px;padding:2px 8px;font-size:12px;font-weight:500}.report-int-approval-desc{color:#0f0f0f8c;font-family:var(--font-body);font-size:14px;line-height:20px}.report-int-trust{color:#0f0f0f;cursor:pointer;font-family:var(--font-body);align-items:center;gap:8px;margin-right:auto;font-size:15px;display:inline-flex}.report-int-trust input{accent-color:#59654d;width:16px;height:16px}.report-int-submit:disabled{cursor:not-allowed;opacity:.45}.report-int-soon{color:#59654d;font-family:var(--font-body);vertical-align:middle;background:#59654d1f;border-radius:999px;margin-left:6px;padding:1px 7px;font-size:11px;font-weight:600;display:inline-block}.report-int-banner-error{color:#d6453d;font-family:var(--font-body);background:#d6453d14;border:1px solid #d6453d40;border-radius:10px;margin:0 0 14px;padding:10px 14px;font-size:13px}.report-int-panel-sm{max-width:460px}.report-int-checkbox-sm{margin-top:6px}.report-int-secret-create{flex-direction:column;gap:8px;display:flex}.report-int-secret-create input{box-sizing:border-box;width:100%;font-family:var(--font-body);border:1px solid #0f0f0f24;border-radius:9px;padding:9px 12px;font-size:14px}.report-int-secret-create-actions{justify-content:flex-end;gap:8px;display:flex}.report-int-mcp{gap:18px}.report-int-mcp-list{flex-direction:column;gap:12px;display:flex}.report-int-mcp-row{background:#fff;border:1px solid #e1e1e3;border-radius:12px;flex-direction:column;gap:12px;padding:18px;display:flex}.report-int-mcp-head,.report-int-mcp-actions,.report-int-mcp-meta,.report-int-chip-row{align-items:center;display:flex}.report-int-mcp-head{justify-content:space-between;gap:16px}.report-int-mcp-actions{flex:none;gap:8px}.report-int-mcp-url,.report-int-mcp-desc{font-family:var(--font-body);margin:0;line-height:20px}.report-int-mcp-url{color:#0f0f0fa8;word-break:break-all;font-size:13px}.report-int-mcp-desc{color:#0f0f0f;font-size:14px}.report-int-mcp-meta{flex-wrap:wrap;gap:8px}.report-int-mcp-meta span,.report-int-chip{color:#0f0f0fa8;min-height:26px;font-family:var(--font-body);background:#fafafa;border:1px solid #e4e4e6;border-radius:999px;align-items:center;padding:3px 9px;font-size:12px;display:inline-flex}.report-int-chip-row{flex-wrap:wrap;gap:8px}.report-int-mcp-tool-list{flex-direction:column;gap:10px;display:flex}.report-int-cancel:disabled,.report-int-tool-delete:disabled{cursor:not-allowed;opacity:.45}@media (width<=720px){.report-int-mcp-head,.report-int-mcp-actions{flex-direction:column;align-items:stretch}.report-int-mcp-actions{width:100%}}.cd-modal-header{flex:none;padding:36px 36px 16px}.cd-title-row{align-items:center;gap:12px;min-width:0;display:flex}.cd-avatar{background:radial-gradient(circle at 32% 28%,#b9d36a 0%,#6f7e4e 55%,#4b5a3a 100%) 50%/cover;border-radius:50%;flex:0 0 39px;justify-content:center;align-items:center;width:39px;height:39px;display:inline-flex}.cd-modal-title{color:#000;min-width:0;font-family:var(--font-heading);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:28px;font-weight:400;line-height:34px;overflow:hidden}.cd-close{cursor:pointer;background:#fff;border:1px solid #e5e5e8;border-radius:10px;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;margin-left:auto;display:inline-flex}.cd-close:hover{background:#f7f7f7}.cd-conv-id{color:#787882;font-family:"Gilroy-Medium", var(--font-body);flex-wrap:wrap;align-items:center;gap:10px;margin:8px 0 0;font-size:14px;line-height:20px;display:flex}.cd-conv-id-value{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.cd-conv-sep{color:#c9c9cd}.cd-player{background:#f7f7f7;border-radius:8px;flex:none;margin:0 36px 16px;padding:28px 26px 24px}.cd-wave{width:100%;height:52px;display:block}.cd-wave-bar{fill:#14141433}.cd-wave-bar-played{fill:#59654d}.cd-player-controls{align-items:center;gap:16px;margin-top:36px;display:flex}.cd-player-play{cursor:pointer;background:#59654d;border:0;border-radius:8px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.cd-player-speed{color:#0f0f0f;cursor:pointer;font-family:"Gilroy-Medium", var(--font-body);background:0 0;border:0;font-size:16px;line-height:20.8px}.cd-player-icon{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.cd-player-icon+.cd-player-icon{margin-left:-4px}.cd-player-time{color:#0f0f0f;font-family:"Gilroy-Medium", var(--font-body);white-space:nowrap;margin-left:auto;font-size:16px;line-height:20.8px}.cd-player-menu-wrap{display:inline-flex;position:relative}.cd-player-more{cursor:pointer;background:#fff;border:1.13px solid #e5e5e8;border-radius:9px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.cd-player-menu{z-index:5;background:#fff;border:1px solid #e5e5e8;border-radius:12px;flex-direction:column;min-width:190px;padding:6px;display:flex;position:absolute;bottom:calc(100% + 8px);right:0;box-shadow:0 8px 24px #0a0d121f}.cd-player-menu-item{color:#1c1c1d;cursor:pointer;font-family:"Gilroy-Medium", var(--font-body);text-align:left;white-space:nowrap;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:9px 10px;font-size:14px;display:flex}.cd-player-menu-item:hover:not(:disabled){background:#f7f7f8}.cd-player-menu-item:disabled{cursor:not-allowed;opacity:.4}.cd-player-play:disabled,.cd-player-icon:disabled,.cd-player-more:disabled{cursor:not-allowed;opacity:.45}.cd-tabs{border-bottom:1px solid #e5e5e8;flex:none;gap:24px;padding:8px 36px 0;display:flex}.cd-tab{color:#1c1c1d80;cursor:pointer;font-family:Inter, var(--font-body);background:0 0;border:0;padding:0 0 12px;font-size:16px;font-weight:500;position:relative}.cd-tab.active{color:#1c1c1d;font-weight:600}.cd-tab.active:after{content:"";background:#1c1c1d;height:2px;position:absolute;bottom:-1px;left:0;right:0}.cd-body{flex:1;min-height:0;padding:8px 36px 40px;overflow-y:auto}.cd-overview{flex-direction:column;display:flex}.cd-stat-row{border-bottom:1px solid #e5e5e8;justify-content:space-between;align-items:center;gap:16px;padding:16px 0;display:flex}.cd-stat-label,.cd-stat-value{color:#1c1c1d;font-family:"Gilroy-Medium", var(--font-body);font-size:15px}.cd-stat-value{text-align:right;min-width:0}.cd-stat-muted{color:#787882;font-size:13px}.cd-status-badge{font-family:"Gilroy-SemiBold", var(--font-body);white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:3px 10px;font-size:12px;font-weight:400;display:inline-flex}.cd-status-dot{background:currentColor;border-radius:50%;width:6px;height:6px}.cd-status-success{color:#0e8415;background:#d9ffdb80;border-color:#0e84154d}.cd-status-average{color:#865d0d;background:#fdf3dd;border-color:#d3a63c4d}.cd-status-critical{color:#c20505;background:#ffe6e6;border-color:#c205054d}.cd-outcome{font-family:"Gilroy-Medium", var(--font-body);font-size:14px}.cd-outcome-success{color:#0e8415}.cd-outcome-average{color:#865d0d}.cd-outcome-critical{color:#e5484d}.cd-outcome-muted{color:#787882}.cd-section{flex-direction:column;gap:6px;margin-top:28px;display:flex}.cd-section h3{color:#1c1c1d;font-family:Inter, var(--font-body);margin:0;font-size:16px;font-weight:600}.cd-section p{color:#000c;font-family:"Gilroy-Medium", var(--font-body);margin:0;font-size:16px;line-height:22px}.cd-section-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.cd-sentiment-pills{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.cd-sentiment-pill{font-family:"Gilroy-Medium", var(--font-body);white-space:nowrap;background:#fff;border:1px solid #e5e5e8;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;display:inline-flex}.cd-sentiment-pill-label{color:#787882}.cd-sentiment-pill strong{color:#1c1c1d;font-weight:600}.cd-sentiment-dot{border-radius:50%;width:6px;height:6px}.cd-sentiment-dot-positive{background:#0e8415}.cd-sentiment-dot-neutral{background:#a9a9b0}.cd-sentiment-dot-negative{background:#e5484d}.cd-sentiment-chart{width:100%;height:auto;margin-top:12px;display:block;overflow:visible}.cd-axis-label{fill:#a9a9b0;font-family:"Gilroy-Medium", var(--font-body);letter-spacing:.4px;font-size:10px}.cd-axis-positive{fill:#0e8415}.cd-axis-negative{fill:#e5484d}.cd-axis-tick{fill:#a9a9b0;font-family:"Gilroy-Medium", var(--font-body);text-anchor:middle;font-size:11px}.cd-chart-rule{stroke:#ececef;stroke-width:1px}.cd-chart-mid{stroke:#d8d8dd;stroke-width:1px;stroke-dasharray:3 4}.cd-chart-line{fill:none;stroke:#b6b6bd;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round}.cd-chart-dot-positive{fill:#0e8415}.cd-chart-dot-neutral{fill:#b6b6bd}.cd-chart-dot-negative{fill:#e5484d}.cd-transcripts{flex-direction:column;gap:24px;display:flex}.cd-turn{flex-direction:column;gap:6px;display:flex}.cd-turn-time{color:#1f1f20;font-family:"Gilroy-Medium", var(--font-body);font-size:12px;line-height:17px}.cd-turn-customer .cd-turn-time,.cd-turn-customer .cd-bubble{align-self:flex-end}.cd-turn-agent .cd-turn-time,.cd-turn-agent .cd-bubble,.cd-turn-tool .cd-turn-time,.cd-turn-tool .cd-bubble{align-self:flex-start}.cd-bubble{border-radius:16px;max-width:467px;padding:17px 17px 22px;position:relative}.cd-bubble p{color:#000;font-family:"Gilroy-Medium", var(--font-body);margin:0;font-size:16px;line-height:22.5px}.cd-bubble-agent{background:#f4f4f5}.cd-bubble-customer{background:#fff;border:1px solid #a2a2a2}.cd-bubble-tool{background:#f0f7ff;border:1px solid #cfe3ff}.cd-bubble-tool p{color:#1d4ed8;font-size:14px}.cd-bubble-tag{height:21px;font-family:"Gilroy-Medium", var(--font-body);background:#f1f1f1;border:1px solid #dcdcdc;border-radius:999px;align-items:center;gap:5px;padding:0 9px;font-size:10px;line-height:13px;display:inline-flex;position:absolute;bottom:-10px;right:10px}.cd-bubble-customer .cd-bubble-tag{background:#f4f4f5}.cd-bubble-tag-stage{color:#0006;text-transform:uppercase}.cd-turn-signal{background:#59654d1a;border-radius:12px;align-self:flex-start;max-width:467px;margin-top:18px;padding:16px 15px;position:relative}.cd-turn-customer .cd-turn-signal{align-self:flex-end}.cd-signal-pill{color:#f5f4ec;height:21px;font-family:"Gilroy-SemiBold", var(--font-body);letter-spacing:.02em;text-transform:uppercase;background:#59654d;border-radius:999px;align-items:center;gap:6px;padding:0 9px;font-size:10px;display:inline-flex;position:absolute;top:-10px;left:11px}.cd-turn-customer .cd-signal-pill{left:auto;right:11px}.cd-turn-signal p{color:#59654d;font-family:"Gilroy-Medium", var(--font-body);margin:0;font-size:12px;line-height:17px}.cd-turn-group{flex-direction:column;gap:18px;display:flex}.cd-signals{flex-direction:column;gap:12px;margin-top:6px;display:flex}.cd-sig{background:#f7f7f8;border-radius:12px;padding:16px 18px}.cd-sig-head{color:#e5484d;font-family:"Gilroy-SemiBold", var(--font-body);letter-spacing:.3px;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.cd-sig-medium .cd-sig-head{color:#b45309}.cd-sig-sep{opacity:.6}.cd-sig-turn{color:#787882;font-family:"Gilroy-Medium", var(--font-body);letter-spacing:.2px;margin-left:auto;font-weight:500}.cd-sig p{color:#1c1c1d;font-family:"Gilroy-Medium", var(--font-body);margin:10px 0 0;font-size:15px;line-height:22px}.tc-mode-toggle{background:#f0f0f2;border-radius:999px;gap:2px;padding:3px;display:inline-flex}.tc-mode-btn{font:inherit;color:#6f6f72;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:6px 16px;font-size:13px;font-weight:600}.tc-mode-btn.active{color:#1c1c1d;background:#fff;box-shadow:0 1px 3px #0000001f}.tc-mode-btn:disabled{cursor:not-allowed;opacity:.55}.tc-web-status{color:#6f6f72;margin:6px 0 0;font-size:13px}.tc-web-start{margin-top:8px}.tc-main-idle .tc-web-start{min-width:183px;margin-top:clamp(42px,7vh,70px)}.tc-orb.speaking{box-shadow:none;transform:none}.dash-callhist-empty{text-align:center;color:#8a8a8e;padding:28px 0}.cd-audio{width:100%;height:38px}.cd-player-empty{color:#8a8a8e;margin:0;font-size:13px}.cd-hl{color:#ff2b2b;font-weight:inherit;text-underline-offset:2px;background:0 0;text-decoration:underline}.cd-analyzing{color:#6f6f72;align-items:center;gap:8px;margin:0 0 14px;font-size:13px;display:flex}.cd-analyzing:before{content:"";border:2px solid #c9c9cd;border-top-color:#6f6f72;border-radius:50%;width:12px;height:12px;animation:.7s linear infinite cd-spin}@keyframes cd-spin{to{transform:rotate(360deg)}}.cd-overview-loading{justify-content:center;align-items:center;min-height:240px;display:flex}.cd-spinner{border:3px solid #e3e3e6;border-top-color:#6f6f72;border-radius:50%;width:34px;height:34px;animation:.7s linear infinite cd-spin}.cd-extraction{flex-direction:column;gap:14px;display:flex}.cd-extract-row{background:#fff;border:1px solid #ececef;border-radius:12px;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.cd-extract-icon{background:#f4f4f6;border-radius:8px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.cd-extract-icon img{filter:grayscale();width:16px;height:16px}.cd-extract-body{min-width:0}.cd-extract-name{color:#8a8a8e;margin-bottom:2px;font-size:12px}.cd-extract-value{color:#1c1c1d;overflow-wrap:anywhere;font-size:14px}.cd-chart-scroll{overflow-x:auto}.cd-chart-scroll .cd-sentiment-chart{min-width:460px}@media (width<=720px){.cd-modal-header{padding:20px 20px 12px}.cd-modal-title{font-size:22px;line-height:28px}.cd-close{width:34px;height:34px}.cd-player{margin:0 20px 12px;padding:18px 16px 16px}.cd-wave{height:44px}.cd-player-controls{gap:12px;margin-top:20px}.cd-player-time{font-size:14px}.cd-body{padding:8px 20px 32px}.cd-tabs{scrollbar-width:none;gap:18px;padding:8px 20px 0;overflow-x:auto}.cd-tabs::-webkit-scrollbar{display:none}.cd-tab{white-space:nowrap;flex:none}.cd-stat-row{flex-direction:column;align-items:flex-start;gap:4px}.cd-stat-value{text-align:left}.cd-section-head{flex-direction:column;align-items:flex-start}.cd-sig{padding:14px}.cd-bubble{max-width:100%}}.dash-loading{height:100vh;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:.875rem;display:flex}.dash-spinner{border:3px solid var(--card-border);border-top-color:var(--fg);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}.dash-error{color:var(--error);font-size:.875rem}.dash-layout{background:var(--bg);height:100vh;display:flex;overflow:hidden}.dash-main{flex:1;min-width:0;padding:16px;overflow-y:auto}.dash-card{background:#fff;border-radius:16px;min-height:100%;padding:32px 40px}.dash-title{font-family:var(--font-heading);color:var(--fg);font-size:2rem;line-height:38px}.dash-tabs{background:#f4f4f4;border-radius:60.92px;align-items:center;gap:14.38px;width:fit-content;height:44px;margin-top:24px;margin-bottom:32px;padding:0;display:flex}.dash-tab{height:44px;font-family:"Gilroy-Medium", var(--font-body);color:#1c1c1d;opacity:.5;cursor:pointer;letter-spacing:-.02em;white-space:nowrap;background:0 0;border:none;border-radius:35.2px;align-items:center;gap:8px;padding:0 24px;font-size:1.0413rem;font-weight:400;line-height:160%;transition:opacity .2s,background .2s,color .2s;display:flex}.dash-tab:hover{opacity:.8}.dash-tab.active{color:#fff;font-family:"Gilroy-SemiBold", var(--font-body);opacity:1;background:linear-gradient(#515151 -24.79%,#0f0f0f 125.21%);font-weight:400}.dash-tab-icon{width:18px;height:18px;-webkit-mask-image:var(--tab-icon);mask-image:var(--tab-icon);-webkit-mask-image:var(--tab-icon);background-color:#888;flex-shrink:0;display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.dash-tab.active .dash-tab-icon{background-color:#fff}.dash-config-header-icon{-webkit-mask-image:var(--header-icon);mask-image:var(--header-icon);-webkit-mask-image:var(--header-icon);background-color:#808487;flex-shrink:0;display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.dash-section-card{background:var(--card-bg-subtle);border-radius:16px;overflow:hidden}.dash-section-header{font-family:var(--font-body);text-transform:uppercase;color:#808487;letter-spacing:.5px;align-items:center;gap:8px;padding:16px 28px;font-size:.875rem;font-weight:600;display:flex}.dash-upcoming-header{letter-spacing:0;text-transform:uppercase;color:#808487;align-items:center;gap:8px;padding:16px 28px;font-family:Gilroy-SemiBold,sans-serif;font-size:1.0719rem;font-style:normal;font-weight:400;line-height:14.58px;display:flex}.dash-overview{flex-direction:column;gap:20px;display:flex}.dash-ov-row1{gap:19px;display:flex}.dash-ov-metric{isolation:isolate;border-radius:10px;flex:1;height:247px;position:relative;overflow:hidden}.dash-ov-metric-bg{z-index:0;background:linear-gradient(195deg,#0000 37%,#0000008c 95%),url(/images/resolution_rate.png) 50%/cover no-repeat;position:absolute;inset:0}.dash-ov-metric-glass{-webkit-backdrop-filter:blur(24px);z-index:1;background:linear-gradient(124deg,#ffffffd1 3%,#fff9 97%);border-radius:12px;flex-direction:column;gap:10px;padding:18px 20px 22px;display:flex;position:absolute;inset:12px}.dash-ov-metric-header{justify-content:space-between;align-items:center;display:flex}.dash-ov-metric-label{font-family:"Gilroy-SemiBold", var(--font-body);text-transform:none;color:#353535;letter-spacing:.2px;font-size:1rem}.dash-ov-change-badge{font-family:"Gilroy-Medium", var(--font-body);text-align:center;border-radius:30px;align-items:center;padding:2px 10px;font-size:.75rem;line-height:12px;display:inline-flex;box-shadow:0 1px 2px #0a0d120d}.dash-ov-change-badge.up{color:#fff;background:#0e8415;border:1px solid #0e84154d}.dash-ov-change-badge.down{color:#fff;background:#c20505;border:1px solid #c205054d}.dash-ov-metric-value{font-family:"Gilroy-SemiBold", var(--font-body);color:#000;margin-top:6px;font-size:4rem;line-height:1.1}.dash-ov-bars{align-items:center;gap:6px;margin-top:auto;display:flex}.dash-ov-bar{background:#0000004d;border-radius:24px;width:4px;height:30px}.dash-ov-bars-dark .dash-ov-bar.filled{background:#05140c}.dash-ov-bars-orange .dash-ov-bar{background:#e8e8e8}.dash-ov-bars-orange .dash-ov-bar.filled{background:#fe6200}.dash-ov-row2{gap:16px;display:flex}.dash-ov-outcome{isolation:isolate;border-radius:16px;flex:1;min-height:440px;padding:20px;position:relative;overflow:hidden}.dash-ov-outcome-bg{z-index:0;position:absolute;inset:0}.dash-ov-outcome-success .dash-ov-outcome-bg{background:url(/images/model_performed_well.png) 50%/cover no-repeat}.dash-ov-outcome-fail .dash-ov-outcome-bg{background:url(/images/model_didnt_perform.png) 50%/cover no-repeat}.dash-ov-outcome-inner{z-index:1;background:#fff;border:1px solid #fffc;border-radius:18px;flex-direction:column;padding:20px;display:flex;position:relative;-webkit-mask-image:linear-gradient(#0000 -20%,#000 100% 25%);mask-image:linear-gradient(#0000 -20%,#000 100% 25%)}.dash-ov-outcome-banner{-webkit-backdrop-filter:blur(14px);text-align:center;background:#ffffff80;border-radius:16px;margin:-20px -20px 0;padding:22px 0}.dash-ov-outcome-banner span{font-family:"Gilroy-SemiBold", var(--font-body);color:#353535;font-size:1.1875rem}.dash-ov-item{border-bottom:1px solid #0000001a;align-items:center;gap:16px;padding:26px 0;display:flex}.dash-ov-item:last-child{border-bottom:none}.dash-ov-play{background:linear-gradient(#000,#666);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative;overflow:hidden}.dash-ov-outcome-success .dash-ov-play{background:0 0}.dash-ov-play-avatar{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.dash-ov-play-icon{z-index:1;filter:drop-shadow(0 1px 2px #0006);position:relative;transform:translate(2px)}.dash-ov-item-text{flex:1;min-width:0}.dash-ov-item-title{font-family:"Gilroy-SemiBold", var(--font-body);color:#000;font-size:1.25rem;line-height:1.2}.dash-ov-item-sub{font-family:"Gilroy-Medium", var(--font-body);color:#000;opacity:.6;margin-top:6px;font-size:1rem}.dash-ov-item-badge{font-family:"Inter", var(--font-body);border-radius:6px;flex-shrink:0;padding:3px 10px;font-size:.75rem;font-weight:500;line-height:18px}.dash-ov-item-badge-success{color:#0e8415;background:#0e84151a}.dash-ov-item-badge-fail{color:#d62f2f;background:#d1393933}.dash-ov-row3{gap:16px;display:flex}.dash-ov-today{flex:1}.dash-ov-today-inner{background:#fff;border:1px solid #e5e5e8;border-radius:16px;flex-direction:column;min-height:290px;margin:0 8px 8px;padding:20px 24px;display:flex}.dash-ov-today-top{align-items:baseline;gap:12px;display:flex}.dash-ov-today-value{font-family:"Gilroy-SemiBold", var(--font-body);background:var(--gradient-dark);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;line-height:1.2}.dash-ov-today-delta{font-family:"Gilroy-Medium", var(--font-body);color:#0fad53;font-size:.75rem}.dash-ov-chart{flex:1;gap:8px;min-height:0;margin-top:12px;display:flex}.dash-ov-chart-yaxis{font-family:"Source Sans Pro", var(--font-body);color:#475467;text-align:right;flex-direction:column;justify-content:space-between;min-width:28px;padding-bottom:22px;font-size:.6875rem;display:flex}.dash-ov-chart-plot{flex-direction:column;flex:1;min-width:0;display:flex}.dash-ov-chart-svg{flex:1;width:100%;min-height:160px}.dash-ov-chart-xaxis{font-family:"Source Sans Pro", var(--font-body);color:#475467;justify-content:space-between;padding:8px 4px 0;font-size:.6875rem;display:flex}.dash-ov-small-col{flex-direction:column;flex-shrink:0;gap:16px;width:340px;display:flex}.dash-ov-small-stat{flex:1}.dash-ov-small-header{gap:6px}.dash-ov-small-header-icon{width:18px;height:18px;display:block}.dash-ov-small-inner{background:#fff;border:1px solid #e5e5e8;border-radius:16px;flex-direction:column;justify-content:space-between;min-height:138px;margin:-10px 8px 8px;padding:20px 24px;display:flex}.dash-ov-small-value{font-family:"Gilroy-SemiBold", var(--font-body);background:var(--gradient-dark);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3rem;line-height:1.2}.dash-stats-row{gap:20px;display:flex}.dash-stat-card{background:var(--card-bg-subtle);border-radius:16px;flex:1}.dash-stat-header{font-family:var(--font-body);text-transform:uppercase;color:#808487;letter-spacing:.5px;padding:8px 20px;font-size:.75rem;font-weight:600}.dash-stat-inner{background:#fff;border:1px solid #e5e5e8;border-radius:16px;margin:0 8px 8px;padding:16px}.dash-stat-value{font-family:var(--font-body);background:var(--gradient-dark);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:600;line-height:1}.dash-stat-chart{width:100%;height:150px;margin-top:8px;padding-left:32px;position:relative}.dash-stat-chart svg{width:100%;height:130px}.dash-stat-chart-labels{font-family:"Poppins", var(--font-body);color:#474b4e;justify-content:space-between;padding:4px 0 0 32px;font-size:.6875rem;display:flex}.dash-stat-chart-yaxis{height:130px;font-family:"Poppins", var(--font-body);color:#474b4e;flex-direction:column;justify-content:space-between;font-size:.46875rem;display:flex;position:absolute;top:0;left:0}.dash-stat-change{font-family:var(--font-body);color:#0fad53;margin-top:8px;font-size:.75rem;font-weight:500}.dash-row-2{gap:16px;display:flex}.dash-row-2>.dash-section-card{flex:1}.dash-actions-list{background:#fff;border:1px solid #e5e5e8;border-radius:16px;flex-direction:column;gap:48px;margin:0 16px 16px;padding:27px 15px;display:flex;overflow:hidden}.dash-action-item{align-items:center;gap:11px;padding:0;display:flex}.dash-action-item:last-child{border-bottom:none}.dash-action-icon{background:radial-gradient(50% 50%,#fff 0%,#ffecdf 81.38%,#fddec8 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:37px;height:37px;display:flex}.dash-action-text{flex:1;min-width:0}.dash-action-title{font-family:"Gilroy-SemiBold", var(--font-heading);color:#000;-webkit-text-fill-color:#000;background-image:none;-webkit-background-clip:unset;background-clip:unset;font-size:1.0719rem;font-weight:400;line-height:14.58px}.dash-action-desc{font-family:var(--font-body);color:#0f0f0f;opacity:.6;margin-top:7px;font-size:.75rem;line-height:15px}.dash-severity{font-family:var(--font-body);border-radius:6px;flex-shrink:0;padding:4px 10px;font-size:.75rem;font-weight:500}.dash-severity-critical,.dash-severity-high{color:#920402;background:#ffb4ad}.dash-severity-medium{color:#a26d00;background:#f4d18d}.dash-severity-low{color:#174e37;background:#9ad591}.dash-call-table-wrap{background:#fff;border:1px solid #e5e5e8;border-radius:16px;margin:0 16px 16px;overflow:auto}.dash-call-table{border-collapse:collapse;width:100%}.dash-call-table col:first-child{width:14%}.dash-call-table col:nth-child(2){width:12%}.dash-call-table col:nth-child(3){width:11%}.dash-call-table col:nth-child(4){width:13%}.dash-call-table col:nth-child(5){width:11%}.dash-call-table col:nth-child(6){width:39%}.dash-call-table thead th{font-family:"Inter", var(--font-body);color:#717680;text-align:left;white-space:nowrap;background:#fafafa;border-bottom:1px solid #e9eaeb;padding:12px 24px;font-size:.75rem;font-weight:600;line-height:18px}.dash-call-table thead th:first-child{color:#535862}.dash-call-table tbody td{font-family:"Inter", var(--font-body);color:#535862;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #e9eaeb;padding:16px 24px;font-size:.875rem;font-weight:400;line-height:20px;overflow:hidden}.dash-call-table tbody tr:hover td{background:#f5f5f5}.dash-call-table tbody tr:last-child td{border-bottom:none}.dash-call-badge{font-family:"Inter", var(--font-body);text-align:center;white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;padding:2px 8px;font-size:.75rem;font-weight:500;line-height:18px;display:inline-flex}.dash-call-badge-average{color:#ff8a00;background:#ffead3}.dash-call-badge-success{color:#126c36;background:#d6fde8}.dash-call-badge-critical{color:#ff102c;background:#ffcfd0}.dash-call-badge-wrap{display:inline-flex;position:relative}.dash-call-tip{z-index:6;color:#fff;width:max-content;max-width:200px;font-family:"Inter", var(--font-body);white-space:normal;pointer-events:none;background:#1a1a1e;border-radius:8px;padding:6px 10px;font-size:.75rem;line-height:16px;display:none;position:absolute;bottom:calc(100% + 6px);left:0;box-shadow:0 4px 12px #0000002e}.dash-call-badge-wrap:hover .dash-call-tip{display:block}.dash-call-sentiments{align-items:center;gap:4px;display:flex}.dash-call-type{align-items:center;gap:6px;display:flex}.dash-score-card{background:linear-gradient(180.65deg,#72727d 1.41%,#151517 3.88%);border-radius:18px;flex-shrink:0;width:430px;position:relative;overflow:hidden}.dash-score-card:before{content:"";filter:blur(111px);pointer-events:none;z-index:0;background:#fe5520;width:269px;height:280px;position:absolute;top:-63px;left:-51px}.dash-score-card:after{content:"";filter:blur(67px);pointer-events:none;z-index:0;background:#bf4a25;width:178px;height:158px;position:absolute;top:-45px;left:0}.dash-score-glow{pointer-events:none;z-index:0;border-radius:50%;position:absolute}.dash-score-glow-1{filter:blur(45px);background:#7e3621;width:84px;height:125px;top:-12px;left:183px}.dash-score-glow-2{filter:blur(45px);background:#fe5520;width:85px;height:88px;top:69px;left:258px}.dash-score-glow-3{filter:blur(45px);background:#a24529;width:150px;height:97px;top:-54px;left:202px}.dash-score-glow-4{filter:blur(45px);background:#784434;width:150px;height:97px;top:-52px;left:332px}.dash-score-glow-5{filter:blur(45px);background:#fe5520;width:133px;height:127px;top:-12px;left:-27px}.dash-score-glow-6{filter:blur(67px);background:#f86129;width:87px;height:87px;top:-17px;left:28px}.dash-score-glow-7{filter:blur(45px);background:#3d3332;width:52px;height:53px;top:153px;left:390px}.dash-score-glow-8{filter:blur(18px);background:#1f1a1a;width:45px;height:45px;top:5px;left:386px}.dash-score-glow-9{filter:blur(20px);background:#ff7940;width:61px;height:64px;top:-40px;left:18px}.dash-layout{background:#f1f1ef}.dash-main{padding:28px 0 0 20px}.dash-card{border:1px solid #e7e7e9;border-radius:24px 0 0;width:100%;min-height:calc(100vh - 28px);padding:40px 31px 36px;position:relative}.dash-page-header{justify-content:space-between;align-items:flex-start;gap:24px;width:100%;display:flex}.dash-page-title-wrap{align-items:center;gap:16px;min-width:0;display:flex}.dash-title{color:#59654d;font-family:var(--font-heading);letter-spacing:0;align-items:baseline;gap:9px;margin:0;font-size:32px;font-weight:400;line-height:32px;display:flex}.dash-title-back{color:inherit;font:inherit;line-height:inherit;cursor:pointer;background:0 0;border:0;padding:0}.dash-header-actions{flex-shrink:0;align-items:center;gap:16px;display:flex}.dash-header-btn{min-width:126px;height:40px;font-family:"Gilroy-Medium", var(--font-body);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:8px 24px;font-size:1rem;font-weight:400;line-height:24px;display:inline-flex}.dash-header-btn-versions{color:#242424;gap:8px;min-width:0;padding:8px 20px 8px 16px}.dash-header-btn-icon{flex-shrink:0;width:18px;height:18px}.dash-header-btn-icon-only{width:40px;min-width:0;padding:0}.dash-header-btn-icon-only .dash-header-btn-icon{filter:brightness(0);width:22px;height:22px}.dash-header-btn-icon-only:hover{background:#f7f6f8;border-color:#bcb8b8}.dash-header-btn-secondary{color:#242424;background:#fff;border:1px solid #ccc9c9}.dash-header-btn-primary{color:#fff;background:#121212;border:0}.dash-header-btn-primary:not(:disabled):hover,.dash-review-publish:hover{background:#000}.dash-header-btn-primary:disabled{opacity:.5;cursor:default}.dash-versions-shell{opacity:0;pointer-events:none;flex:0 0 0;width:0;min-width:0;padding:16px 0;transition:flex-basis .36s cubic-bezier(.22,1,.36,1),width .36s cubic-bezier(.22,1,.36,1),padding .36s cubic-bezier(.22,1,.36,1),opacity .22s,transform .36s cubic-bezier(.22,1,.36,1);overflow:hidden;transform:translate(32px)}.dash-versions-shell.is-open{opacity:1;pointer-events:auto;flex-basis:447px;width:447px;padding:27px 32px 16px 16px;transform:translate(0)}.dash-versions-panel{background:#fff;border:1px solid #e7e7e9;border-radius:24px;flex-direction:column;width:399px;height:100%;padding:24px 20px 0;display:flex;position:relative;overflow:hidden;box-shadow:0 1px #0f0f0f05}.dash-versions-open .dash-main{padding:27px 0 0;overflow:hidden}.dash-versions-open .dash-card{border-radius:24px 24px 0 0;flex-direction:column;height:100%;min-height:0;padding-bottom:0;display:flex;overflow:hidden}.dash-versions-open .dash-page-header,.dash-versions-open .dash-tabs,.dash-versions-header,.dash-versions-tabs{flex:none}.dash-versions-open .dash-content{flex:auto;min-height:0;overflow-y:auto}.dash-versions-open .dash-tabs{width:100%}.dash-versions-open .dash-tab{white-space:nowrap;flex:auto;justify-content:center;min-width:0;padding-left:10px;padding-right:10px}.dash-versions-panel:before{content:"";pointer-events:none;display:none;position:absolute;top:-4px;left:0}.dash-versions-header{z-index:1;justify-content:space-between;align-items:flex-start;gap:20px;display:flex;position:relative}.dash-versions-title{align-items:center;gap:8px;display:flex}.dash-versions-title img{flex:none;width:24px;height:24px}.dash-versions-title h2{color:#1c1c1d;font-family:var(--font-heading);letter-spacing:0;margin:0;font-size:1.75rem;font-weight:400;line-height:38px}.dash-versions-close{cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex}.dash-versions-close img{width:28px;height:28px;display:block}.dash-versions-tabs{z-index:1;border-bottom:1px solid #e4e4e4;justify-content:flex-start;align-items:center;gap:34px;width:338px;max-width:calc(100% - 8px);margin:26px 4px 0;display:flex;position:relative}.dash-versions-tab{color:#1111117a;height:36px;font-family:"Gilroy-SemiBold", var(--font-body);cursor:pointer;background:0 0;border:0;padding:0 2px 15px;font-size:.875rem;line-height:20px;position:relative}.dash-versions-tab.active{color:#1d1d1d}.dash-versions-tab.active:after{content:"";background:#111;height:1px;position:absolute;bottom:-1px;left:0;right:0}.dash-versions-list{z-index:1;flex:auto;min-height:0;margin:8px 2px 0;padding-right:2px;position:relative;overflow-y:auto}.dash-versions-panel .dash-version-avatar{width:30px;height:30px}.dash-versions-panel .dash-version-copy h3{font-size:1rem;line-height:20px}.dash-versions-panel .dash-version-copy p{font-size:.6875rem;line-height:15px}.dash-versions-panel .dash-version-changes{gap:5px;min-width:86px;height:28px;padding:0 8px;font-size:.6875rem}.dash-versions-panel .dash-version-icon-btn{width:28px;height:28px}.dash-versions-panel .dash-version-code-icon{width:16px;height:16px}.dash-versions-panel .dash-version-rollback{width:68px;height:28px;font-size:.6875rem}.dash-version-row{border-radius:10px;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:62px;padding:12px;display:grid}.dash-version-row-current,.dash-version-row-old:hover,.dash-version-row-old:focus-within{background:#f3f3f3}.dash-version-model-row{border-radius:12px;grid-template-columns:36px minmax(0,1fr) auto;gap:13px;min-height:76px;padding:16px}.dash-version-model-row.dash-version-row-current,.dash-version-model-row.dash-version-row-old:hover,.dash-version-model-row.dash-version-row-old:focus-within{background:#f4f4f4}.dash-version-avatar{object-fit:cover;border-radius:50%;width:36px;height:36px;display:block}.dash-version-model-icon{justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.dash-version-model-icon img{object-fit:contain;width:29px;height:29px;display:block}.dash-version-copy{min-width:0}.dash-version-copy h3{color:#111;font-family:"Gilroy-SemiBold", var(--font-body);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1rem;font-weight:400;line-height:20px;overflow:hidden}.dash-version-copy p{color:#0009;font-family:"Gilroy-Medium", var(--font-body);margin:0;font-size:.875rem;line-height:18px}.dash-version-changes,.dash-version-icon-btn,.dash-version-rollback{font-family:"Gilroy-Medium", var(--font-body);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.dash-version-changes{color:#111;background:#fff;border:1px solid #ccc9c9;border-radius:8px;gap:8px;min-width:110px;height:32px;padding:0 11px;font-size:.875rem;line-height:18px}.dash-version-actions{justify-self:end;align-items:center;gap:8px;display:flex}.dash-version-icon-btn{background:#fff;border:1px solid #ccc9c9;border-radius:8px;width:32px;height:32px;padding:0}.dash-version-code-icon{flex:none;width:20px;height:20px}.dash-version-rollback{color:#fff;background:#111;border:0;border-radius:8px;width:82px;height:32px;font-size:.875rem;line-height:18px;transition:opacity .15s;display:none}.dash-version-row-old:hover .dash-version-rollback,.dash-version-row-old:focus-within .dash-version-rollback{display:inline-flex}.dash-version-row-old:hover .dash-version-author,.dash-version-row-old:focus-within .dash-version-author{display:none}.dash-version-divider{color:#111111b8;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;align-items:center;gap:11px;margin:19px 0 17px;font-size:.75rem;line-height:16px;display:flex}.dash-version-model-divider{margin:20px 0 8px}.dash-version-divider:after{content:"";background:#11111175;flex:1;height:1px}.dash-review-overlay{z-index:140;-webkit-backdrop-filter:blur(6px);background:#00000073;justify-content:center;align-items:center;padding:32px;display:flex;position:fixed;inset:0;overflow-y:auto}.dash-review-dialog{background:#fff;border:1px solid #00000014;border-radius:22px;flex-direction:column;width:1010px;max-width:calc(100vw - 64px);max-height:calc(100vh - 64px);padding:21px;display:flex;box-shadow:0 26px 70px #0000003d}.dash-review-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.dash-review-header h2{color:#151515;font-family:"Gilroy-SemiBold", var(--font-body);margin:0;font-size:1.125rem;font-weight:400;line-height:26px}.dash-review-close{color:#444;width:24px;height:24px;font-family:var(--font-body);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;font-size:1.375rem;line-height:1;display:inline-flex}.dash-review-field{color:#111;font-family:"Gilroy-Medium", var(--font-body);flex-direction:column;gap:8px;margin-top:16px;font-size:.875rem;font-weight:400;line-height:20px;display:flex}.dash-review-input-wrap{display:block;position:relative}.dash-review-input-wrap input{color:#242424;width:100%;height:40px;font-family:"Gilroy-Medium", var(--font-body);background:#fff;border:1.25px solid #222;border-radius:10px;outline:none;padding:8px 58px 8px 12px;font-size:1rem;font-weight:400;line-height:24px}.dash-review-input-icons{color:#08a884;font-family:"Gilroy-SemiBold", var(--font-body);pointer-events:none;align-items:center;gap:5px;font-size:.8125rem;line-height:1;display:inline-flex;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.dash-review-input-icons span{border:1px solid #08a88459;border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;display:inline-flex}.dash-review-diff{background:#fafafa;border:1px solid #ececec;border-radius:10px;flex:1;min-height:0;margin-top:12px;overflow:hidden auto}.dash-review-section{border-top:1px solid #f0f0f0}.dash-review-section:first-of-type{border-top:0}.dash-review-section-title{color:#111;font-family:"Gilroy-Medium", var(--font-body);background:#f4f4f4;margin:0;padding:10px 16px;font-size:.8125rem;font-weight:400;line-height:18px}.dash-review-change{border-top:1px solid #f0f0f0;padding-bottom:8px}.dash-review-change-field{color:#707070;padding:8px 16px 4px;font-family:SFMono-Regular,Cascadia Mono,Roboto Mono,monospace;font-size:.75rem;line-height:16px}.dash-review-change-empty{color:#b0b0b0}.dash-review-empty,.dash-review-error{text-align:center;color:#707070;font-family:"Gilroy-Medium", var(--font-body);margin:16px 0 0;padding:20px;font-size:.875rem;line-height:20px}.dash-review-error{color:#c0392b}.dash-review-diff-head{border-bottom:1px solid #f0f0f0;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:46px;display:grid}.dash-review-diff-head>div{color:#111;justify-content:center;align-items:center;gap:8px;font-family:SFMono-Regular,Cascadia Mono,Roboto Mono,monospace;font-size:.8125rem;line-height:18px;display:flex}.dash-review-diff-head>div+div,.dash-review-diff-column+.dash-review-diff-column{border-left:1px solid #f0f0f0}.dash-review-diff-head span{color:#111;min-height:24px;font-family:"Gilroy-Medium", var(--font-body);background:#f4f4f4;border-radius:8px;align-items:center;padding:2px 8px;font-size:.75rem;line-height:18px;display:inline-flex}.dash-review-diff-body{background:#fff;grid-template-columns:minmax(0,1fr) minmax(0,1fr);display:grid}.dash-review-diff-column{background:#fff;min-width:0}.dash-review-expand,.dash-review-spacer{height:44px}.dash-review-expand{color:#707070;text-align:left;cursor:pointer;background:#fafafa;border:0;border-bottom:1px solid #f2f2f2;align-items:center;width:100%;padding:0 16px 0 103px;font-family:SFMono-Regular,Cascadia Mono,Roboto Mono,monospace;font-size:.75rem;line-height:18px;text-decoration:underline;display:flex}.dash-review-spacer{background:#fafafa;border-bottom:1px solid #f2f2f2}.dash-review-code-row{color:#111;border-bottom:1px solid #f6f6f6;grid-template-columns:77px 24px minmax(0,1fr);align-items:stretch;min-height:34px;font-family:SFMono-Regular,Cascadia Mono,Roboto Mono,monospace;font-size:.75rem;line-height:18px;display:grid}.dash-review-line,.dash-review-mark{color:#8a8a8a;text-align:center;justify-content:center;align-items:center;display:flex}.dash-review-code-row code{min-width:0;color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;white-space:pre-wrap;align-items:center;padding:7px 12px;display:flex;overflow:hidden}.dash-review-row-removed .dash-review-line,.dash-review-row-removed .dash-review-mark{background:#ffe4e7}.dash-review-row-removed code{background:#fff8f9}.dash-review-row-added .dash-review-line,.dash-review-row-added .dash-review-mark{background:#dcfae9}.dash-review-row-added code{background:#f2fff7}.dash-review-code-continuation{display:block}.dash-review-row-added mark{color:#0d2c1f;background:#2ddc8b;border-radius:2px;padding:0 2px}.dash-review-expand-bottom{border-top:1px solid #f2f2f2;border-bottom:0}.dash-review-bottom-spacer{background:#fafafa;border-top:1px solid #f2f2f2;height:44px}.dash-review-gap-row{color:#b0b0b0;background:#fbfbfb;border-bottom:1px solid #f8f8f8;grid-column:1/-1;padding:2px 16px;font-family:SFMono-Regular,Cascadia Mono,Roboto Mono,monospace;font-size:.75rem;font-style:italic;line-height:18px}.dash-review-cell-blank{background:#fafafa}.dash-review-actions{justify-content:space-between;align-items:center;gap:16px;margin-top:16px;display:flex}.dash-review-cancel,.dash-review-publish{height:36px;font-family:"Gilroy-Medium", var(--font-body);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:0 14px;font-size:.875rem;font-weight:400;line-height:20px;display:inline-flex}.dash-review-cancel{color:#151515;background:#fff;border:1px solid #e8e8e8}.dash-review-publish{color:#fff;background:#121212;border:1px solid #121212}.dash-tabs{background:#f4f4f4;border-radius:54px;gap:0;height:38px;margin:42px 0 31px;padding:0;overflow:hidden}.dash-tab{color:#1c1c1d;height:38px;font-family:"Gilroy-Medium", var(--font-body);letter-spacing:0;opacity:.5;border-radius:31px;padding:0 18px;font-size:.875rem;line-height:20px}.dash-tab.active{color:#fff;font-family:"Gilroy-SemiBold", var(--font-body);opacity:1;background:#59654d}.dash-tab-icon{width:14px;height:14px}.dash-content{width:100%}.dash-overview-v2{gap:40px}.dash-analytics-grid,.dash-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.dash-analytics-card{background:#f7f7f7;border-radius:16px;min-width:0;height:311px;padding:9px 8px;overflow:hidden}.dash-analytics-card-header{color:#808487;height:22px;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;align-items:center;gap:6px;padding:0 11px;font-size:1rem;line-height:20px;display:flex}.dash-analytics-card-header img{flex:none;width:18px;height:18px}.dash-analytics-inner{background:#fff;border:1px solid #e5e5e8;border-radius:16px;height:271px;margin-top:0;padding:14px 17px 9px;position:relative;overflow:hidden}.dash-analytics-value{color:#2f3334;font-family:"Gilroy-SemiBold", var(--font-body);font-size:2.5rem;font-weight:400;line-height:42px}.dash-analytics-change{color:#0fad53;font-family:"Gilroy-Medium", var(--font-body);margin-top:3px;font-size:.75rem;line-height:16px}.dash-line-chart{gap:6px;height:178px;display:flex;position:absolute;bottom:9px;left:10px;right:10px}.dash-line-yaxis{color:#474b4e;width:27px;font-family:"Poppins", var(--font-body);text-align:right;flex-direction:column;justify-content:space-between;padding:4px 0 23px;font-size:.46875rem;line-height:10px;display:flex}.dash-line-plot{flex-direction:column;flex:1;min-width:0;display:flex}.dash-line-plot svg{width:100%;height:150px;display:block}.dash-line-xaxis{color:#474b4e;font-family:"Poppins", var(--font-body);justify-content:space-between;padding:3px 4px 0;font-size:.71875rem;line-height:16px;display:flex}.dash-summary-card{background:#f4f4f4;border-radius:8px;height:219px;padding:32px 28px;overflow:hidden}.dash-summary-label{color:#0f0f0f;font-family:"Gilroy-Medium", var(--font-body);font-size:1.75rem;line-height:34px}.dash-summary-value{color:#59654d;font-family:var(--font-heading);letter-spacing:0;align-items:baseline;margin-top:45px;font-size:5.8125rem;font-weight:400;line-height:86px;display:flex}.dash-summary-prefix{font-family:"Inter", var(--font-body);margin-right:3px;font-size:1.8125rem;line-height:36px}.dash-summary-suffix{font-family:var(--font-heading);margin-left:2px;font-size:3.3125rem;line-height:64px}.dash-quick-section{background:#f7f7f7;border-radius:16px;overflow:hidden}.dash-quick-header{color:#808487;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;align-items:center;gap:8px;padding:27px 35px 20px;font-size:1rem;line-height:20px;display:flex}.dash-quick-header img{flex:none;width:16px;height:16px}.dash-quick-list{background:#fff;border:1px solid #e5e5e8;border-radius:16px;margin:0 29px 28px;overflow:hidden}.dash-quick-item{border-bottom:0;justify-content:space-between;align-items:center;gap:24px;min-height:96px;padding:20px 31px;display:flex}.dash-quick-left{align-items:center;gap:13px;min-width:0;display:flex}.dash-quick-icon{flex:none;justify-content:center;align-items:center;width:43px;height:43px;display:flex}.dash-quick-icon img{width:43px;height:43px;display:block}.dash-quick-icon.is-done img{width:24px;height:24px}.dash-quick-copy{flex-direction:column;gap:8px;min-width:0;display:flex}.dash-quick-title{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);font-size:1.25rem;line-height:17px}.dash-quick-desc{color:#0f0f0f99;max-width:520px;font-family:"Gilroy-Medium", var(--font-body);font-size:.875rem;line-height:17px}.dash-quick-title.is-done,.dash-quick-desc.is-done{color:#0f0f0f4d;text-decoration:line-through}.dash-quick-status{text-align:center;min-width:62px;font-family:"Inter", var(--font-body);border-radius:6px;flex:none;padding:4px 8px;font-size:.75rem;font-weight:500;line-height:18px}.dash-quick-status.processing{color:#a26d00;background:#f4d18d}.dash-quick-status.done{color:#174e37;background:#9ad591}.dash-quick-arrow{color:#6f6f6f;flex:none;font-size:2rem;line-height:32px;transform:scaleX(.75)}@media (width<=1180px){.dash-analytics-grid,.dash-summary-grid{grid-template-columns:1fr}.dash-versions-shell.is-open{flex-basis:366px;width:366px;padding-right:16px}.dash-versions-panel{width:334px}.dash-tabs{max-width:100%;overflow-x:auto}.dash-review-diff{overflow-x:auto}.dash-review-diff-head,.dash-review-diff-body{min-width:780px}}@media (width<=760px){.dash-main{padding:16px}.dash-card{padding:24px 16px}.dash-page-header{flex-direction:column}.dash-page-title-wrap{flex-direction:column;align-items:flex-start;gap:8px}.dash-title{font-size:1.7rem;line-height:29px}.dash-header-actions{flex-wrap:wrap;width:100%}.dash-header-btn{flex:calc(50% - 8px);min-width:0}.dash-header-btn-icon-only{flex:none;width:40px}.dash-header-btn-primary{flex-basis:100%}.dash-versions-shell,.dash-versions-shell.is-open{z-index:130;width:min(398px,100vw);padding:16px;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.dash-versions-shell.is-open{transform:translate(0)}.dash-versions-panel{width:100%;min-width:0;min-height:0;padding:24px 18px}.dash-versions-title h2{font-size:1.75rem;line-height:34px}.dash-versions-tabs{gap:22px;overflow-x:auto}.dash-version-row{grid-template-columns:42px minmax(0,1fr);gap:12px;padding:14px 10px}.dash-version-changes,.dash-version-actions{grid-column:2;justify-self:start}.dash-version-rollback{display:inline-flex}.dash-review-overlay{align-items:flex-start;padding:16px}.dash-review-dialog{border-radius:18px;max-width:calc(100vw - 32px);min-height:0;padding:16px}.dash-review-header h2{font-size:1rem;line-height:24px}.dash-review-actions{margin-top:14px}.dash-quick-item{flex-direction:column;align-items:flex-start}}.dash-score-glow-10{filter:blur(13px);background:#ff7437;width:61px;height:61px;top:-43px;left:11px}.dash-score-shape{pointer-events:none;z-index:1;position:absolute}.dash-score-shape-1{clip-path:polygon(50% 0%,100% 100%,0% 100%);background:linear-gradient(#442017 0%,#2e1d19 100%);border:1px solid #25252899;width:117px;height:165px;top:31px;left:234px;box-shadow:inset -1px .5px 1px #51403c,inset 8px -1px 4.5px #260e09}.dash-score-shape-2{clip-path:polygon(50% 0%,100% 100%,0% 100%);background:linear-gradient(178deg,#342420 29%,#1f1717 100%);width:120px;height:160px;top:-75px;left:284px;transform:rotate(25deg);box-shadow:inset 6px 2px 4.5px #190c0bcc}.dash-score-shape-3{clip-path:polygon(50% 0%,100% 100%,0% 100%);background:linear-gradient(260deg,#261b1a -10%,#171618 94%);width:114px;height:175px;top:84px;left:292px;transform:rotate(-123deg);box-shadow:inset 6px 2px 4.5px #190c0b4d}.dash-score-logo-wrap{z-index:2;filter:drop-shadow(15px 15px 16px #00000040);background:linear-gradient(143deg,#fd9869 .5%,#fa5f2e 46%,#fb6030 85%);border-radius:50%;justify-content:center;align-items:center;width:61px;height:61px;display:flex;position:absolute;top:36px;left:36px;box-shadow:8px 9px 16px -1px #00000073,inset -3px -4px 2px #ce2b004d,inset 2px 2px 4px #ffffff6e,inset -4px -5px 2px -2px #fe4003}.dash-score-logo{object-fit:contain;width:36px;height:36px}.dash-score-star{z-index:2;pointer-events:none;position:absolute}.dash-score-star-1{color:#a69fca;filter:drop-shadow(0 0 4px #a7a0ca);width:10px;height:10px;top:13px;left:313px}.dash-score-star-2{color:#dddaea;opacity:.7;filter:blur(.5px)drop-shadow(0 0 1px #fffffff2);width:6px;height:6px;top:103px;left:376px}.dash-score-star-3{color:#dddaea;opacity:.35;filter:blur(.7px)drop-shadow(0 0 1px #fffffff2);width:5px;height:5px;top:5px;left:394px}.dash-score-star-4{color:#dddaea;opacity:.5;filter:blur(.5px)drop-shadow(0 0 1px #fffffff2);width:5px;height:5px;top:28px;left:379px}.dash-score-dot{pointer-events:none;z-index:2;background:#d9d9d9;border-radius:50%;position:absolute}.dash-score-card-inner{z-index:3;flex-direction:column;justify-content:flex-end;min-height:422px;padding:32px;display:flex;position:relative}.dash-score-card-text{font-family:var(--font-heading);color:#fff;font-size:2.4375rem;line-height:57px}.dash-score-card-text em{font-style:italic}.dash-crit-table{background:#fff;border:1px solid #e5e5e8;border-radius:16px;margin:0 16px 16px;overflow:hidden}.dash-crit-row{border-bottom:1px solid #e9eaeb;grid-template-columns:1fr 80px 1fr;align-items:center;padding:16px 24px;display:grid}.dash-crit-row:last-child{border-bottom:none}.dash-crit-header{font-family:var(--font-body);color:#222;background:#fafafa;font-size:.75rem;font-weight:600}.dash-crit-name{font-family:var(--font-body);color:var(--fg);font-size:.875rem;font-weight:500}.dash-crit-score{font-family:var(--font-body);color:var(--fg);font-size:.875rem;font-weight:600}.dash-crit-bar-wrap{align-items:center;display:flex}.dash-crit-bar{gap:4.5px;display:flex}.dash-crit-seg{background:#e8e8e8;border-radius:24px;width:3px;height:24px}.dash-crit-seg.filled{background:#0fad53}.dash-config{flex-direction:column;gap:24px;display:flex}.dash-config-block{background:var(--card-bg-subtle);border-radius:16px;margin-top:16px}.dash-config-content{font-family:"Gilroy-Medium", var(--font-body);color:#0f0f0f;background:#fff;border:1px solid #e5e5e8;border-radius:16px;margin:0 16px 16px;padding:16px 24px;font-size:1rem;line-height:24px}.dash-config-cols{gap:22px;height:636px;display:flex}.dash-config-prompt{flex-direction:column;flex:1;height:636px;display:flex}.dash-section-header-split{justify-content:space-between}.dash-section-header-title{align-items:center;gap:8px;display:flex}.dash-edit-prompt-btn{cursor:pointer;font-family:"Gilroy-SemiBold", var(--font-body);letter-spacing:0;color:#3c00ff;-webkit-text-decoration-skip-ink:auto;text-decoration-skip-ink:auto;text-transform:none;background:0 0;border:none;align-items:center;gap:8px;padding:0;font-size:1rem;font-weight:400;line-height:100%;text-decoration:underline;display:inline-flex}.dash-edit-prompt-btn-icon{background-color:#3c00ff}.dash-edit-prompt-btn:hover{opacity:.85}.dash-edit-prompt-overlay{z-index:60;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dash-edit-prompt-dialog{background:#fff;border-radius:24px;flex-direction:column;width:1195px;max-width:calc(100vw - 48px);height:734px;max-height:calc(100vh - 48px);display:flex;overflow:hidden;box-shadow:0 24px 64px #0000002e}.dash-edit-prompt-header{justify-content:space-between;align-items:flex-start;padding:35px 41px 0;display:flex}.dash-edit-prompt-header-left{align-items:flex-start;gap:12px;display:flex}.dash-edit-prompt-header-icon{background-color:#0f0f0f;margin-top:4px}.dash-edit-prompt-header-text{flex-direction:column;gap:4px;display:flex}.dash-edit-prompt-title{font-family:"FONTSPRING DEMO - Gelica Rg", var(--font-heading);color:#000;margin:0;font-size:2rem;font-weight:400;line-height:38px}.dash-edit-prompt-subtitle{font-family:"Gilroy-Medium", var(--font-body);color:#787882;margin:0;font-size:1rem;font-weight:500;line-height:24px}.dash-edit-prompt-header-actions{align-items:center;gap:10px;display:flex}.dash-edit-prompt-test{height:48px;font-family:"Gilroy-Medium", var(--font-body);color:#242424;cursor:pointer;background:#fff;border:1px solid #ccc9c9;border-radius:8px;padding:0 24px;font-size:1rem;font-weight:500;line-height:24px;transition:background .15s}.dash-edit-prompt-test:hover{background:#f9f9f9}.dash-edit-prompt-save{height:48px;font-family:"Gilroy-Medium", var(--font-body);color:#fff;cursor:pointer;background:#0f0f0f;border:none;border-radius:8px;padding:0 24px;font-size:1rem;font-weight:500;line-height:24px;transition:opacity .15s}.dash-edit-prompt-save:hover{opacity:.9}.dash-edit-prompt-save:disabled,.dash-edit-prompt-close:disabled{cursor:not-allowed;opacity:.55}.dash-edit-prompt-close{cursor:pointer;background:#fff;border:1.5px solid #e5e5e8;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;transition:background .15s;display:flex}.dash-edit-prompt-close:hover{background:#f9f9f9}.dash-edit-prompt-body{flex:1;gap:24px;padding:32px 41px 41px;display:flex;overflow:hidden}.dash-edit-prompt-editor{background:#f7f7f7;border:1px solid #ececee;border-radius:16px;flex-direction:column;flex:0 0 664px;display:flex;overflow:hidden}.dash-edit-prompt-editor-header{font-family:"Gilroy-SemiBold", var(--font-body);letter-spacing:.5px;text-transform:uppercase;color:#808487;align-items:center;gap:8px;padding:18px 24px;font-size:.875rem;font-weight:600;display:flex}.dash-edit-prompt-editor-header-icon{background-color:#808487}.dash-edit-prompt-textarea-wrap{flex:1;min-height:0;position:relative}.dash-edit-prompt-highlight,.dash-edit-prompt-textarea{font-family:"Gilroy-Medium", var(--font-body);white-space:pre-wrap;overflow-wrap:break-word;margin:0;padding:18px 26px 26px;font-size:1rem;font-weight:500;line-height:21px;position:absolute;inset:0;overflow:auto}.dash-edit-prompt-highlight{color:#0f0f0f;pointer-events:none;border:none;overflow:hidden}.dash-edit-prompt-textarea{color:#0000;caret-color:#0f0f0f;-webkit-text-fill-color:transparent;resize:none;background:0 0;border:none;outline:none}.dash-edit-prompt-textarea::selection{background:#59654d38}.dash-edit-prompt-textarea::placeholder{-webkit-text-fill-color:#0f0f0f66;color:#0f0f0f66}.dash-edit-prompt-assistant{flex-direction:column;flex:1;justify-content:space-between;align-items:center;padding:24px 0;display:flex}.dash-edit-prompt-assistant-hint{text-align:center;max-width:320px;font-family:"Gilroy-Medium", var(--font-body);color:#787882;margin:0;font-size:1rem;font-weight:500;line-height:24px}.dash-edit-prompt-chat-input-wrap{width:100%;max-width:396px;position:relative}.dash-edit-prompt-chat-input{width:100%;height:56px;font-family:"Gilroy-Medium", var(--font-body);color:#0f0f0f;box-sizing:border-box;background:#fff;border:1px solid #e5e5e8;border-radius:14px;outline:none;padding:0 56px 0 20px;font-size:.9375rem;font-weight:500;line-height:24px;transition:border-color .15s;box-shadow:0 1px 2px #0000000a}.dash-edit-prompt-chat-input:focus{border-color:#0f0f0f}.dash-edit-prompt-chat-input::placeholder{color:#a7a7a9}.dash-edit-prompt-chat-send{cursor:pointer;background:linear-gradient(#515151 0%,#0f0f0f 100%);border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:opacity .15s;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.dash-edit-prompt-chat-send:hover{opacity:.9}.dash-risk-overlay{z-index:70;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dash-risk-dialog{background:#fff;border-radius:24px;flex-direction:column;width:637px;max-width:calc(100vw - 48px);max-height:calc(100vh - 48px);display:flex;position:relative;overflow:hidden;box-shadow:0 24px 64px #0000002e}.dash-risk-header{padding:35px 41px 0}.dash-risk-title{font-family:"FONTSPRING DEMO - Gelica Rg", var(--font-heading);color:#000;margin:0 0 8px;font-size:2rem;font-weight:400;line-height:38px}.dash-risk-subtitle{font-family:"Gilroy-Medium", var(--font-body);color:#787882;margin:0;font-size:1rem;font-weight:500;line-height:24px}.dash-risk-list{flex-direction:column;gap:30px;padding:30px 41px 24px;display:flex;overflow-y:auto}.dash-risk-item{align-items:center;gap:13px;display:flex}.dash-risk-item-icon{background:radial-gradient(#fff 0%,#ffecdf 81%,#fddec8 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:43px;height:43px;display:flex}.dash-risk-item-icon-glyph{background-color:#fd6205;width:24px;height:24px;display:block;-webkit-mask-image:url(/icons/dashboard/error-icon.svg);mask-image:url(/icons/dashboard/error-icon.svg);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.dash-risk-item-text{flex-direction:column;gap:8px;min-width:0;display:flex}.dash-risk-item-title{font-family:"Gilroy-Medium", var(--font-body);color:#0f0f0f;font-size:1.25rem;font-weight:500;line-height:17px}.dash-risk-item-desc{font-family:"Gilroy-Medium", var(--font-body);color:#0f0f0f;opacity:.6;font-size:.875rem;font-weight:500;line-height:17px}.dash-risk-actions{justify-content:flex-end;gap:12px;padding:0 41px 32px;display:flex}.dash-risk-cancel{height:40px;font-family:"Gilroy-Medium", var(--font-body);color:#242424;cursor:pointer;background:#fff;border:1px solid #ccc9c9;border-radius:8px;padding:0 24px;font-size:1rem;font-weight:500;line-height:24px;transition:background .15s}.dash-risk-cancel:hover{background:#f9f9f9}.dash-risk-continue{height:40px;font-family:"Gilroy-Medium", var(--font-body);color:#fff;cursor:pointer;background:linear-gradient(#515151 0%,#0f0f0f 100%);border:none;border-radius:8px;padding:0 24px;font-size:1rem;font-weight:500;line-height:24px;transition:opacity .15s}.dash-risk-continue:hover{opacity:.9}.dash-prompt-text{font-family:"Gilroy-Regular", var(--font-body);letter-spacing:0;color:#0f0f0f;white-space:pre-wrap;word-break:break-word;background:#fff;border:1px solid #e5e5e8;border-radius:16px;flex:1;min-height:0;margin:0 16px 16px;padding:22px 19px;font-size:1rem;font-weight:400;line-height:21px;overflow-y:auto}.dash-config-side{flex-direction:column;flex-shrink:0;gap:22px;width:362px;height:636px;display:flex}.dash-vars-list{flex-direction:column;gap:11px;padding:0 10px 10px;display:flex}.dash-var-row{background:#fff;border:1px solid #e5e5e8;border-radius:8px;display:flex;overflow:hidden}.dash-var-key{width:127px;font-family:var(--font-body);color:#5b5b66;background:#ececec;border-right:1px solid #e5e5e8;flex-shrink:0;padding:10px 16px;font-size:1rem;font-weight:400}.dash-var-val{font-family:var(--font-body);color:#5b5b66;padding:10px 16px;font-size:1rem}.dash-fn-list{flex-direction:column;gap:8px;padding:0 10px 10px;display:flex}.dash-fn-item{font-family:var(--font-body);color:var(--fg);background:#fff;border:1px solid #e5e5e8;border-radius:12px;align-items:center;gap:10px;padding:12px 16px;font-size:.875rem;display:flex}.dash-fn-icon{color:var(--success);align-items:center;display:flex}.dash-fn-toggle{border:.833px solid #efefef;border-radius:29px;width:40px;height:20px;margin-left:auto;position:relative;box-shadow:inset 0 .882px 5.882px #00000026}.dash-fn-toggle.on{background:#57c446}.dash-fn-toggle.on:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;position:absolute;top:2px;right:2px;box-shadow:0 0 .941px #00000059}.dash-criteria-list{flex-direction:column;gap:8px;padding:0 10px 10px;display:flex}.dash-criteria-item{font-family:var(--font-body);color:var(--fg);background:#fff;border:1px solid #e5e5e8;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:.875rem;display:flex}.dash-config-cta-wrap{justify-content:flex-end;margin-top:16px;display:flex}.dash-config-cta{box-sizing:border-box;background:url(/images/pipeline-title-texture.png) 50%/cover;border-radius:20px;width:276px;height:129px;padding:22px 41px;position:relative}.dash-config-cta-text{font-family:"Gilroy-Medium", var(--font-body);color:#fff;width:198px;font-size:1rem;font-weight:400;line-height:24px}.dash-config-cta-btn{cursor:pointer;box-sizing:border-box;background:#fff;border:none;border-radius:45px;align-items:center;gap:8px;width:189px;height:46px;margin-top:11px;padding:0 16px;display:flex}.dash-config-cta-btn span{font-family:"FONTSPRING DEMO - Gelica Rg", var(--font-heading);color:#0f0f0f;white-space:nowrap;font-size:1.25rem;font-weight:400;line-height:24px}.dash-config-cta-btn:hover{background:#f5f5f5}.dash-voices-card{background:#f7f7f7;border-radius:24px 24px 20px 20px;flex:1;min-height:0}.dash-voices-inner{background:#fff;border:1px solid #e5e5e8;border-radius:16px;flex-direction:column;gap:22px;margin:0 7px 7px;padding:22px 17px;display:flex}.dash-voice-row{align-items:center;gap:8px;display:flex}.dash-voice-avatar{border-radius:50%;flex-shrink:0;width:40px;height:40px;position:relative;overflow:hidden}.dash-voice-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.dash-voice-glyph{pointer-events:none;width:23px;height:21px;position:absolute;top:9px;left:9px}.dash-voice-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.dash-voice-name{font-family:"Gilroy-Medium", var(--font-body);color:#0f0f0f;font-size:1rem;font-weight:400;line-height:17px}.dash-voice-tags{align-items:center;gap:4px;display:flex}.dash-voice-tag{font-family:"Gilroy-Medium", var(--font-body);text-align:center;color:#555;background:#fff;border:.67px solid #e5e5e8;border-radius:5px;align-items:center;padding:4px 8px;font-size:.625rem;line-height:12px;display:inline-flex}.dash-voice-divider{border:none;border-top:1px solid #e5e5e8;margin:0}.dash-title-config{color:#59654d;font-size:1.6rem;line-height:30px}.dash-title-slash{color:#59654d;font-family:inherit;font-weight:400}.dash-config-v2{grid-template-columns:minmax(0,1fr) minmax(340px,30%);gap:22px;width:100%;display:grid}.dash-config-main-col,.dash-config-side-v2{flex-direction:column;gap:22px;display:flex}.dash-config-side-v2{flex-shrink:1;width:auto;height:auto}.dash-config-v2 .dash-config-block{background:#f7f7f7;border-radius:16px;margin-top:0;overflow:hidden}.dash-config-v2 .dash-config-section-header,.dash-config-v2 .dash-section-header{color:#808487;min-height:46px;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;gap:8px;padding:0 16px;font-size:1rem;font-weight:400;line-height:20px}.dash-config-v2 .dash-section-header-title{gap:8px;min-width:0}.dash-config-updated-dot{background:#a4a7a9;border-radius:9999px;flex:none;width:6px;height:6px;margin-left:1px}.dash-config-updated{color:#808487;font-family:"Gilroy-Medium", var(--font-body);opacity:.7;text-transform:none;white-space:nowrap;font-size:.75rem;line-height:16px}.dash-first-message-card{min-height:220px}.dash-config-v2 .dash-config-content{color:#0f0f0f;min-height:160px;font-family:"Gilroy-Medium", var(--font-body);border-color:#e5e5e8;margin:0 16px 16px;padding:14px 24px;font-size:1rem;line-height:24px}.dash-token{color:#fa13c4}.dash-config-v2 .dash-config-prompt{flex:none;height:510px}.dash-prompt-tabs{flex-wrap:wrap;gap:12px;margin:4px 16px 16px;display:flex}.dash-prompt-tab{color:#0009;height:36px;font-family:"Gilroy-Medium", var(--font-body);white-space:nowrap;cursor:pointer;background:#59654d1f;border:1px solid #e5e5e8;border-radius:8px;flex:none;justify-content:center;align-items:center;padding:0 19px;font-size:1rem;line-height:21px;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.dash-prompt-tab.is-active{color:#fff;background:#59654d;border-color:#59654d}.dash-config-v2 .dash-prompt-text{color:#0f0f0f;min-height:0;font-family:"Gilroy-Medium", var(--font-body);border-color:#e5e5e8;margin:0 16px 16px;padding:22px 19px;font-size:1rem;line-height:21px}.dash-config-v2 .dash-prompt-text strong{font-family:"Gilroy-SemiBold", var(--font-body);font-weight:600}.dash-config-v2 .dash-edit-prompt-btn{color:#59654d;margin-left:auto;font-size:1rem}.dash-config-v2 .dash-edit-prompt-btn-icon{background-color:#59654d;width:20px!important;height:20px!important}.dash-personality-card{border-radius:12px;min-height:220px}.dash-config-side-v2>.dash-config-block:first-child{border-radius:12px;min-height:0}.dash-personality-content{min-height:160px!important}.dash-config-side-v2 .dash-vars-list{gap:10px;padding:4px 16px 13px}.dash-vars-card .dash-section-header{align-items:center}.dash-vars-card .dash-section-header>span{align-items:center;gap:8px;display:inline-flex}.dash-vars-add,.dash-var-action{color:#59654d;cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;display:inline-flex}.dash-vars-add{background:#59654d1f;border-radius:8px;width:30px;height:30px;margin-left:auto}.dash-vars-add:hover,.dash-var-action:hover{background:#59654d29}.dash-config-side-v2 .dash-var-row{border-radius:8px;grid-template-columns:minmax(114px,max-content) minmax(0,1fr) auto;align-items:stretch;height:45px;display:grid}.dash-config-side-v2 .dash-var-key,.dash-config-side-v2 .dash-var-val{color:#5b5b66;min-width:0;font-family:"Gilroy-Medium", var(--font-body);text-overflow:ellipsis;white-space:nowrap;align-items:center;padding:0 12px;font-size:1rem;line-height:24px;display:flex;overflow:hidden}.dash-config-side-v2 .dash-var-key{width:auto}.dash-var-actions{border-left:1px solid #e5e5e8;align-items:center;gap:2px;padding:0 8px 0 4px;display:flex}.dash-var-action{color:#6b735f;border-radius:7px;width:28px;height:28px}.dash-var-delete{color:#6b735f}.dash-var-delete:hover:not(:disabled){color:#d92d20;background:#fef3f2}.dash-var-action:disabled{cursor:not-allowed;opacity:.45}.dash-vars-error{color:#8c4b45;font-family:"Gilroy-Medium", var(--font-body);margin:0 12px 12px;font-size:.875rem;line-height:20px}.dash-var-dialog{width:520px}.dash-var-dialog-icon .dash-config-header-icon{background-color:#59654d}.dash-var-dialog-error{margin:-8px 0 18px}.dash-config-side-v2 .dash-voices-card{border-radius:24px 24px 20px 20px;flex:none;min-height:394px}.dash-config-side-v2 .dash-voices-inner{gap:18px;margin:-3px 7px 10px;padding:20px 17px}.dash-config-side-v2 .dash-voice-row{min-height:44px}.dash-config-side-v2 .dash-voice-name{font-size:1rem;line-height:17px}.dash-config-side-v2 .dash-voice-tag{padding:3px 8px;line-height:11px}@media (width<=1180px){.dash-config-v2{grid-template-columns:1fr}.dash-config-side-v2{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.dash-config-side-v2 .dash-voices-card{grid-column:1/-1}}@media (width<=760px){.dash-config-side-v2{display:flex}.dash-config-v2 .dash-config-prompt{height:560px}}.dash-signals{flex-direction:column;gap:32px;display:flex}.dash-signal-tabs{border-bottom:1px solid #e5e5e8;align-items:flex-start;gap:48px;height:34px;display:flex;position:relative}.dash-signal-download{color:#403a44;cursor:pointer;font-family:var(--font-body);background:0 0;border:none;align-items:center;gap:7px;margin-left:auto;padding:5px 2px;font-size:13px;font-weight:600;display:inline-flex}.dash-signal-download span{text-underline-offset:2px;text-decoration:underline}.dash-signal-download:hover:not(:disabled){color:#131213}.dash-signal-download:disabled{opacity:.45;cursor:not-allowed}.dash-signal-tab{color:#1c1c1d80;height:34px;font-family:"Inter", var(--font-body);cursor:default;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-size:1rem;font-weight:500;line-height:25.6px;display:inline-flex;position:relative}.dash-signal-tab.active{color:#1c1c1d;font-weight:600}.dash-signal-tab.active:after{content:"";background:#1c1c1d;height:1px;position:absolute;bottom:-1px;left:0;right:0}.dash-signal-overview{flex-direction:column;gap:44px;display:flex}.dash-signal-overview-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:44px;display:grid}.dash-signal-overview-stat{background:#f4f4f4;border-radius:8px;min-height:220px;padding:30px 26px 22px;position:relative;overflow:hidden}.dash-signal-overview-stat.is-image{background:linear-gradient(#00000008,#0000001f),url(/icons/dashboard/llm-hellucination-bg.png) 50%/cover no-repeat}.dash-signal-overview-stat h3{color:#0f0f0f;font-family:"Gilroy-Medium", var(--font-body);margin:0;font-size:1.655rem;font-weight:400;line-height:31.78px}.dash-signal-overview-stat.is-image h3,.dash-signal-overview-stat.is-image .dash-signal-overview-value{color:#fff}.dash-signal-overview-value{color:#59654d;align-items:baseline;display:flex;position:absolute;bottom:30px;left:26px}.dash-signal-overview-value strong{font-family:var(--font-heading);font-size:5.5256rem;font-weight:400;line-height:.96}.dash-signal-overview-value span{font-family:var(--font-heading);margin-left:4px;font-size:2.0256rem;font-weight:400;line-height:38.89px}.dash-signal-overview-arrow{width:16px;height:16px;position:absolute;top:37px;right:22px}.dash-signal-overview-heading{color:#121212;font-family:var(--font-heading);margin:20px 0 0;font-size:2.5888rem;font-weight:400;line-height:54.47px}.dash-signal-overview-list{flex-direction:column;gap:16px;display:flex}.dash-signal-overview-row{background:#f1f1ef;border:1px solid #e5e5e8;border-radius:16px;justify-content:space-between;align-items:center;gap:24px;min-height:76px;padding:18px 22px;display:flex}.dash-signal-overview-row-main{align-items:center;gap:14px;min-width:0;display:flex}.dash-signal-overview-row-icon{border-radius:4px;flex:none;width:35px;height:21px}.dash-signal-overview-row-main span{color:#000;font-family:"Gilroy-Medium", var(--font-body);white-space:nowrap;text-overflow:ellipsis;font-size:1.1875rem;font-weight:400;line-height:26.6px;overflow:hidden}.dash-signal-overview-case-pill{color:#181818;min-width:79px;height:24px;font-family:"Inter", var(--font-body);background:#fff;border:1px solid #e5e5e8;border-radius:6px;flex:none;justify-content:center;align-items:center;padding:0 8px;font-size:.75rem;font-weight:500;line-height:18px;display:inline-flex}.dash-signal-section{flex-direction:column;gap:24px;display:flex}.dash-signal-section-header{align-items:center;gap:10px;margin:10px 0 0;display:flex}.dash-signal-section-header h2{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);font-size:1.8913rem;font-weight:400;line-height:36.31px}.dash-signal-section-header span{color:#0f0f0f80;font-family:"Gilroy-Medium", var(--font-body);font-size:1.4187rem;font-weight:400;line-height:31.77px}.dash-signal-group-key{color:#73726b;white-space:nowrap;background:#fff;border:1px solid #dcdcdc;border-radius:999px;padding:3px 12px;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.8125rem;line-height:20px}.dash-signal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 25px;display:grid}.dash-signal-card{background:#f5f3f1;border-radius:15px;min-height:309px;padding:27px 24px 38px;position:relative;overflow:hidden}.dash-signal-card h3{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);margin:0 0 8px;font-size:1.1875rem;font-weight:400;line-height:22.7px}.dash-signal-card>p{color:#0009;width:min(472px,100%);font-family:"Gilroy-Medium", var(--font-body);margin:0;font-size:1.0625rem;font-weight:400;line-height:22.1px}.dash-signal-card-title-row{align-items:center;gap:6px;min-width:0;display:flex}.dash-signal-card-title-row h3{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;margin:0;overflow:hidden}.dash-signal-card-title-row img{flex:none;width:16px;height:16px}.dash-signal-play-btn,.dash-signal-card-open{cursor:pointer;background:0 0;border:0;padding:0;display:inline-flex}.dash-signal-play-btn:disabled{cursor:default;opacity:.45}.dash-signal-play-glyph{background:radial-gradient(circle at 34% 35%,#16f5ff 0 19%,#0000 20%),linear-gradient(145deg,#12efff 0%,#1b6dff 46%,#2b16d8 100%);border-radius:999px;width:30px;height:30px;display:block;position:relative;box-shadow:inset 0 0 0 1px #ffffff38}.dash-signal-play-glyph:after{content:"";border-top:6px solid #0000;border-bottom:6px solid #0000;border-left:9px solid #fff;width:0;height:0;position:absolute;top:9px;left:11px}.dash-signal-play-btn.is-playing .dash-signal-play-glyph:after{border:0;border-left:3px solid #fff;border-right:3px solid #fff;width:9px;height:12px;left:10px}.dash-signal-empty-note{color:#73726b;font-family:"Gilroy-Medium", var(--font-body);padding:24px 4px;font-size:15px;line-height:22px}.dash-signal-quote{background:#fff;border:1px solid #dcdcdc;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;padding:20px 28px 18px 33px;position:relative;overflow:hidden}.dash-signal-quote-label{color:#ff383c;font-family:"Gilroy-SemiBold", var(--font-body);margin-bottom:7px;font-size:.70937rem;font-weight:400;line-height:13.62px}.dash-signal-quote-line{background:#ff383c;border-radius:1px;width:2px;position:absolute;top:17px;bottom:17px;left:20px}.dash-signal-quote p{color:#626262;font-family:"Inter", var(--font-body);margin:0;font-size:.94563rem;font-style:italic;font-weight:400;line-height:24.21px}.dash-signal-quote strong{font-weight:700}.dash-signal-card-llm{min-height:301px;padding:27px 24px 22px}.dash-signal-llm-row{align-items:flex-start;gap:9px;margin-top:14px;display:flex}.dash-signal-llm-player{flex-direction:column;flex:none;align-items:center;gap:6px;display:flex}.dash-signal-llm-time{color:#73726b;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;font-size:.645rem;font-weight:400;line-height:12.38px}.dash-signal-card-llm .dash-signal-quote{border-top-left-radius:0;flex:auto;min-width:0;padding:20px 20px 19px 33px}.dash-signal-captured{margin-top:17px}.dash-signal-captured-row{color:#59654d;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;align-items:center;gap:6px;font-size:.875rem;font-weight:400;line-height:19.6px;display:flex}.dash-signal-captured-row img{flex:none;width:16px;height:16px}.dash-signal-captured-row i{background:#59654d;flex:none;width:94px;height:1px}.dash-signal-captured p{color:#0009;font-family:"Gilroy-Medium", var(--font-body);margin:8px 0 0;font-size:.875rem;font-weight:400;line-height:18.2px}.dash-signal-card-stt{min-height:381px;padding:27px 24px 26px}.dash-signal-audio-box,.dash-signal-stt-transcript,.dash-signal-tts-llm,.dash-signal-tts-audio{background:#fff;border:1px solid #dcdcdc;border-radius:16px;overflow:hidden}.dash-signal-audio-box{min-height:94px;margin-top:14px;padding:18px 22px 16px}.dash-signal-card-stt .dash-signal-audio-box{margin-top:17px;padding:16px 22px 14px}.dash-signal-audio-label{color:#ff383c;font-family:"Gilroy-SemiBold", var(--font-body);font-size:.70937rem;font-weight:400;line-height:13.62px}.dash-signal-wave-row{align-items:center;gap:14px;margin-top:10px;display:flex}.dash-signal-wave-play{border-radius:50%;flex:none;width:30px;height:30px}.dash-signal-waveform{flex:1;align-items:center;gap:3px;min-width:0;height:34px;display:flex;overflow:hidden}.dash-signal-waveform span{background:#141414;border-radius:999px;width:2px;min-width:2px}.dash-signal-waveform.is-seekable{cursor:pointer}.dash-signal-waveform span.is-future{background:#c9c9cd}.dash-signal-customer-quote{color:#626262;font-family:"Inter", var(--font-body);margin:12px 0 0;font-size:.94563rem;font-style:italic;font-weight:400;line-height:24.21px}.dash-signal-stt-transcript{margin-top:11px;padding:18px 22px 16px 34px;position:relative}.dash-signal-stt-transcript .dash-signal-quote-line{top:13px;bottom:13px;left:21px}.dash-signal-stt-transcript p{color:#626262;font-family:"Inter", var(--font-body);margin:4px 0 0;font-size:.94563rem;font-style:italic;font-weight:400;line-height:24.21px}.dash-signal-stt-transcript strong,.dash-signal-tts-audio strong{background:0 0;border-radius:0;padding:0;font-weight:700}.dash-signal-card-stt .dash-signal-captured{margin-top:24px}.dash-signal-card-tts{min-height:421px;padding:25px 24px 26px}.dash-signal-card-tts .dash-signal-tts-body{grid-template-columns:28px minmax(0,1fr);gap:8px;margin-top:18px;display:grid}.dash-signal-tts-rail{color:#59654d;font-family:"Gilroy-SemiBold", var(--font-body);flex-direction:column;align-items:center;padding-top:1px;font-size:.70937rem;line-height:13.62px;display:flex}.dash-signal-tts-rail-item{flex-direction:column;align-items:center;gap:2px;display:flex}.dash-signal-tts-rail-icon{width:18px;height:18px;position:relative}.dash-signal-tts-rail-icon:before,.dash-signal-tts-rail-icon:after{content:"";border:1.25px solid #59654d;position:absolute;inset:3px}.dash-signal-tts-rail-icon-llm:before{border-radius:50%}.dash-signal-tts-rail-icon-llm:after{border-radius:50%;inset:6px}.dash-signal-tts-rail-icon-tts:before{border-radius:4px}.dash-signal-tts-rail-icon-tts:after{border-width:0 0 1.25px;width:8px;height:2px;inset:auto auto 4px 5px}.dash-signal-tts-rail-icon-img{object-fit:contain;display:block}.dash-signal-tts-rail-icon-img:before,.dash-signal-tts-rail-icon-img:after{content:none}.dash-signal-tts-rail-line{background:#59654d4d;width:1px;height:44px;margin:7px 0 8px}.dash-signal-tts-stack{flex-direction:column;gap:11px;min-width:0;display:flex}.dash-signal-tts-llm{border-radius:8px;padding:14px 18px 13px 20px;position:relative}.dash-signal-tts-llm .dash-signal-quote-line{top:11px;bottom:11px;left:10px}.dash-signal-tts-llm p{color:#626262;font-family:"Inter", var(--font-body);margin:0;font-size:.94563rem;font-style:italic;font-weight:400;line-height:24.21px}.dash-signal-tts-audio{border-radius:8px;min-height:154px;padding:14px 16px 13px}.dash-signal-tts-audio .dash-signal-wave-row{margin-top:9px}.dash-signal-tts-audio p{color:#626262;font-family:"Inter", var(--font-body);margin:12px 0 0;font-size:.94563rem;font-style:italic;font-weight:400;line-height:24.21px}.dash-signal-card-tts .dash-signal-captured{margin-top:21px}.dash-signal-training-card{background:#f5f4ec;border-radius:8px;min-height:519px;padding:34px 38px;position:relative;overflow:hidden}.dash-signal-training-copy{max-width:600px}.dash-signal-training-title{color:#59654d;font-family:"FONTSPRING DEMO - Gelica Rg", var(--font-heading);margin:0;font-size:2.2281rem;font-weight:400;line-height:42.78px}.dash-signal-training-title em{font-style:italic}.dash-signal-training-time{color:#59654d;min-width:118px;font-family:"FONTSPRING DEMO - Gelica Rg", var(--font-heading);flex-direction:column;align-items:center;display:flex;position:absolute;top:34px;right:38px}.dash-signal-training-time strong{font-size:2.2281rem;font-weight:400;line-height:42.78px}.dash-signal-training-time span{margin-top:-5px;font-size:1.2275rem;font-weight:400;line-height:23.57px}.dash-signal-training-bars{justify-content:space-between;align-items:center;gap:10px;display:flex;position:absolute;top:130px;left:35px;right:35px}.dash-signal-training-bars span{background:#59654d29;border-radius:45px;flex:0 0 7.47px;width:7.47px;height:59.77px;transition:background .25s,opacity .25s}.dash-signal-training-bars span.active{background:#59654d}.dash-signal-training-checklist{width:min(474px,100% - 76px);font-family:"Gilroy-Medium", var(--font-body);flex-direction:column;align-items:flex-start;display:flex;position:absolute;left:38px}.dash-signal-training-checklist-training{gap:35.95px;top:242px}.dash-signal-training-step{color:#272727;align-items:center;gap:11px;min-height:20px;font-size:1.0188rem;font-weight:400;line-height:19.57px;display:flex}.dash-signal-training-step img{object-fit:contain;flex:none;width:13.2px;height:13.2px}.dash-signal-training-insight{color:#585858;width:min(814px,100vw - 420px);font-family:"Gilroy-Medium", var(--font-body);margin:-12px 0 0 25px;font-size:.875rem;font-weight:400;line-height:23px}.dash-signal-training-complete{background:linear-gradient(90deg,#1c4b23eb,#84a659c2),url(/images/training-success-backgournd-image.png) 50%/cover no-repeat;border-radius:8px;min-height:429px;padding:34px 38px 36px;position:relative;overflow:hidden}.dash-signal-training-complete:before{content:"";pointer-events:none;background:#0000001a;position:absolute;inset:0}.dash-signal-training-complete h2,.dash-signal-training-complete button,.dash-signal-complete-label,.dash-signal-training-checklist-complete{z-index:1;position:relative}.dash-signal-training-complete h2{color:#fff;font-family:"FONTSPRING DEMO - Gelica Rg", var(--font-heading);margin:0;font-size:2.2281rem;font-weight:400;line-height:42.78px}.dash-signal-training-complete button{color:#000;width:184px;height:40px;font-family:"Gilroy-SemiBold", var(--font-body);background:#fff;border:0;border-radius:8px;font-size:1rem;font-weight:400;line-height:24px;position:absolute;top:34px;right:31px}.dash-signal-complete-label{color:#fff;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;margin-top:44px;font-size:1.0188rem;font-weight:400;line-height:19.57px}.dash-signal-training-checklist-complete{gap:28px;margin-top:28px;position:relative;top:auto;left:auto}.dash-signal-training-checklist-complete .dash-signal-training-step{color:#fff}.dash-rl-overlay{z-index:90;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000080;justify-content:center;align-items:flex-start;padding:103px 24px 64px;display:flex;position:fixed;inset:0;overflow-y:auto}.dash-rl-dialog{background:#fff;border-radius:24px;width:1139px;max-width:calc(100vw - 48px);overflow:hidden;box-shadow:0 26px 70px #00000038}.dash-rl-header{border-bottom:1px solid #e5e5e8;justify-content:space-between;align-items:flex-start;gap:24px;min-height:122px;padding:45px 42px 29px;display:flex}.dash-rl-header-left{align-items:center;gap:20px;min-width:0;display:flex}.dash-rl-title{color:#000;font-family:"FONTSPRING DEMO - Gelica Rg", var(--font-heading);margin:0;font-size:2.75rem;font-weight:400;line-height:44px}.dash-rl-duration{color:#242424;height:32px;font-family:"Gilroy-Medium", var(--font-body);white-space:nowrap;border:1px solid #ccc9c9;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:3px 13px;font-size:1rem;font-weight:400;line-height:24px;display:inline-flex}.dash-rl-duration-clock{border:1.33px solid #141414;border-radius:50%;flex:none;width:16px;height:16px;position:relative}.dash-rl-duration-clock:before,.dash-rl-duration-clock:after{content:"";transform-origin:bottom;background:#141414;border-radius:999px;width:1.33px;height:5px;position:absolute;top:3px;left:7px}.dash-rl-duration-clock:after{height:4px;top:7px;transform:rotate(-48deg)}.dash-rl-actions{flex:none;align-items:center;gap:13px;display:flex}.dash-rl-btn{height:48px;font-family:"Gilroy-Medium", var(--font-body);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:0 24px;font-size:1rem;font-weight:400;line-height:24px;display:inline-flex}.dash-rl-btn:disabled{opacity:.45;cursor:not-allowed}.dash-rl-btn-secondary{color:#000;background:#fff;border:1px solid #ccc9c9;min-width:163px}.dash-rl-btn-primary{color:#fff;background:#000;border:1px solid #000;min-width:160px}.dash-rl-body{flex-direction:column;gap:68px;padding:48px 42px 55px;display:flex}.dash-rl-section{flex-direction:column;gap:29px;display:flex}.dash-rl-section-header{align-items:baseline;gap:35px;display:flex}.dash-rl-section-header h3{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);margin:0;font-size:1.8913rem;font-weight:400;line-height:36.31px}.dash-rl-section-header span{color:#0f0f0f80;font-family:"Gilroy-Medium", var(--font-body);font-size:1.4187rem;font-weight:400;line-height:31.77px}.dash-rl-pairs{grid-template-columns:repeat(2,minmax(0,1fr));gap:19px 33px;display:grid}.dash-rl-compare-card{border-radius:15px;min-height:228px;padding:27px 24px 24px;overflow:hidden}.dash-rl-compare-card h4{font-family:"Gilroy-SemiBold", var(--font-body);margin:0;font-size:1.165rem;font-weight:400;line-height:22.37px}.dash-rl-compare-card-now{background:#f1f1ef}.dash-rl-compare-card-now h4{color:#0f0f0f}.dash-rl-compare-card-after{background:linear-gradient(130deg,#8ba86e 0%,#315929 100%);position:relative}.dash-rl-compare-card-after-cool{background:linear-gradient(130deg,#94aba9 0%,#315929 100%)}.dash-rl-compare-card-after:before{content:"";pointer-events:none;background:#0000001a;position:absolute;inset:0}.dash-rl-compare-card-after h4,.dash-rl-compare-card-after .dash-rl-quote-row{z-index:1;position:relative}.dash-rl-compare-card-after h4{color:#fff}.dash-rl-quote-row{grid-template-columns:30px minmax(0,1fr);align-items:start;gap:10px;margin-top:22px;display:grid}.dash-rl-compare-card-after .dash-rl-quote-row{margin-top:32px}.dash-rl-avatar{border-radius:50%;width:30px;height:30px}.dash-rl-quote{background:#fff;border:1px solid #dcdcdc;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;padding:19px 28px 16px 33px;position:relative;overflow:hidden}.dash-rl-compare-card-after .dash-rl-quote{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#fff 0%,#ffffffb8 100%);border-color:#fff6}.dash-rl-quote .dash-signal-quote-line{top:17px;bottom:14px;left:19px}.dash-rl-quote p{color:#626262;font-family:"Inter", var(--font-body);margin:0;font-size:.93188rem;font-style:italic;font-weight:400;line-height:23.86px}.dash-rl-quote strong{font-weight:700}.dash-signal-ab-card{background:#f5f4ec;border-radius:8px;min-height:533px;padding:34px 35px;position:relative;overflow:hidden}.dash-signal-ab-card-complete{border-radius:16px;min-height:334px}.dash-signal-ab-card h2{color:#59654d;max-width:720px;font-family:"FONTSPRING DEMO - Gelica Rg", var(--font-heading);margin:0;font-size:2.2281rem;font-weight:400;line-height:42.78px}.dash-signal-ab-report{color:#fff;width:134px;height:40px;font-family:"Gilroy-SemiBold", var(--font-body);cursor:pointer;background:#59654d;border:0;border-radius:8px;font-size:1rem;font-weight:400;line-height:24px;position:absolute;top:34px;right:30px}.dash-signal-ab-report:disabled{opacity:0;cursor:not-allowed}.dash-signal-ab-metrics{background:#f5f4ec;border:1.54px solid #f1f1ef;border-radius:15.63px;grid-template-columns:repeat(3,minmax(0,1fr));min-height:170.63px;display:grid;position:absolute;top:121px;left:35px;right:35px;overflow:hidden}.dash-signal-ab-metric{min-width:0;padding:22.94px 28px 18px 33px;position:relative}.dash-signal-ab-metric:not(:last-child):after{content:"";background:#0003;width:1px;height:124.75px;position:absolute;top:23.34px;right:0}.dash-signal-ab-metric h3{color:#000;font-family:"FONTSPRING DEMO - Gelica Rg", var(--font-heading);margin:0;font-size:1.4556rem;font-weight:400;line-height:27.95px}.dash-signal-ab-value{color:#59654d;align-items:baseline;margin-top:-1px;display:flex}.dash-signal-ab-value strong{font-family:"FONTSPRING DEMO - Gelica Rg", var(--font-heading);font-size:4.1919rem;font-weight:400;line-height:80.49px}.dash-signal-ab-value span{font-family:"Inter", var(--font-body);font-size:2.1794rem;font-weight:400;line-height:41.85px}.dash-signal-ab-trend{color:#59654d;font-family:"Gilroy-Medium", var(--font-body);align-items:center;gap:3px;margin-top:-2px;font-size:.67688rem;font-weight:400;line-height:14px;display:flex}.dash-signal-ab-trend>span:first-child{border:.9px solid #59654d;border-radius:50%;justify-content:center;align-items:center;width:14.44px;height:14.44px;display:inline-flex;position:relative}.dash-signal-ab-trend>span:first-child:before{content:"";border-top:1px solid #59654d;border-right:1px solid #59654d;width:5px;height:5px;transform:rotate(-45deg)}.dash-signal-ab-bars{position:absolute;inset:344px 35px auto}.dash-signal-ab-progress{color:#787882;font-family:"Gilroy-Medium", var(--font-body);margin:0;font-size:1rem;font-weight:400;line-height:24px;position:absolute;top:418px;left:35px}.dash-ab-overlay{z-index:95;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000080;justify-content:center;align-items:flex-start;padding:107px 24px 64px;display:flex;position:fixed;inset:0;overflow-y:auto}.dash-ab-dialog{background:#fff;border-radius:24px;width:893px;max-width:calc(100vw - 48px);box-shadow:0 26px 70px #00000038}.dash-ab-deploy-dialog{min-height:516px;padding:36px 25px 35px 41px}.dash-ab-title{color:#000;font-family:"FONTSPRING DEMO - Gelica Rg", var(--font-heading);margin:0;font-size:2rem;font-weight:400;line-height:38px}.dash-ab-subtitle{color:#787882;max-width:803px;font-family:"Gilroy-Medium", var(--font-body);margin:4px 0 0;font-size:1rem;font-weight:400;line-height:24px}.dash-ab-variants{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:26px;padding-right:23px;display:grid}.dash-ab-variant-card{background:#fff;border:1px solid #e3e3e3;border-radius:8px;min-height:188px;padding:24px 24px 21px}.dash-ab-variant-new{background:#f5fbf0;border-color:#89b85eb3}.dash-ab-variant-tag{color:#2f4b1e;min-height:22px;font-family:"Gilroy-SemiBold", var(--font-body);background:#b9df8a;border-radius:999px;align-items:center;padding:2px 13px;font-size:.8125rem;font-weight:400;line-height:18px;display:inline-flex}.dash-ab-variant-control .dash-ab-variant-tag{color:#4d4d4d;background:#f1f1ef}.dash-ab-variant-card h3{color:#151515;font-family:"Gilroy-SemiBold", var(--font-body);margin:14px 0 4px;font-size:1.1875rem;font-weight:400;line-height:23px}.dash-ab-variant-card p{color:#555;font-family:"Gilroy-Medium", var(--font-body);margin:0 0 16px;font-size:1rem;font-weight:400;line-height:22px}.dash-ab-variant-card strong{color:#0f7d04;font-family:"FONTSPRING DEMO - Gelica Rg", var(--font-heading);font-size:2.125rem;font-weight:400;line-height:38px;display:block}.dash-ab-variant-control strong{color:#111}.dash-ab-variant-calls{color:#1f1f1f;font-family:"Gilroy-Medium", var(--font-body);font-size:.9375rem;font-weight:400;line-height:21px;display:block}.dash-ab-slider{margin-top:23px;padding-right:23px}.dash-ab-slider-top{color:#1f1f1f;font-family:"Gilroy-Medium", var(--font-body);justify-content:space-between;align-items:center;font-size:1rem;font-weight:400;line-height:24px;display:flex}.dash-ab-slider-top strong{font-family:"Gilroy-SemiBold", var(--font-body);font-weight:400}.dash-ab-slider-track{background:#efefef;border-radius:999px;height:4px;margin-top:7px;position:relative}.dash-ab-slider-track span{background:#fff;border:1px solid #d0d0d0;border-radius:50%;width:21px;height:21px;position:absolute;top:50%;left:10%;transform:translate(-50%,-50%);box-shadow:0 1px 2px #00000014}.dash-ab-actions{justify-content:flex-end;gap:12px;margin-top:52px;padding-right:0;display:flex}.dash-ab-btn{height:40px;font-family:"Gilroy-Medium", var(--font-body);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:0 24px;font-size:1rem;font-weight:400;line-height:24px;display:inline-flex}.dash-ab-btn-secondary{color:#242424;background:#fff;border:1px solid #ccc9c9;min-width:124px}.dash-ab-btn-primary{color:#fff;background:#212121;border:1px solid #212121;min-width:144px}.dash-ab-report-dialog{width:887px;max-height:calc(100vh - 90px);padding:35px 35px 29px 41px;overflow-y:auto}.dash-ab-report-header{justify-content:space-between;align-items:center;gap:24px;display:flex}.dash-ab-report-header .dash-ab-btn-primary{min-width:185px;height:47px}.dash-ab-report-hero{color:#fff;min-height:143px;font-family:"FONTSPRING DEMO - Gelica Rg", var(--font-heading);background:linear-gradient(90deg,#1f4d24eb,#8bad59d6),url(/images/training-success-backgournd-image.png) 50%/cover no-repeat;border-radius:11px;align-items:center;max-width:817px;margin-top:24px;padding:24px 27px;font-size:2rem;font-weight:400;line-height:38.4px;display:flex}.dash-ab-report-metrics{background:#f5f4ec;border:1px solid #f1f1ef;border-radius:13px;grid-template-columns:repeat(3,minmax(0,1fr));max-width:817px;margin-top:24px;display:grid;overflow:hidden}.dash-ab-report-metric{min-height:140px;padding:19px 26px 15px}.dash-ab-report-metric+.dash-ab-report-metric{border-left:1px solid #00000024}.dash-ab-report-metric h3{color:#000;font-family:"FONTSPRING DEMO - Gelica Rg", var(--font-heading);margin:0;font-size:1.1969rem;font-weight:400;line-height:22.98px}.dash-ab-report-metric-values{color:#59654d;align-items:baseline;gap:5px;margin-top:8px;display:flex}.dash-ab-report-metric-values strong{font-family:"FONTSPRING DEMO - Gelica Rg", var(--font-heading);font-size:3.4456rem;font-weight:400;line-height:66.15px}.dash-ab-report-metric-values span{font-family:"Inter", var(--font-body);font-size:1.7913rem;font-weight:400;line-height:34.4px}.dash-ab-report-metric-values em{color:#59654d66;font-family:"FONTSPRING DEMO - Gelica Rg", var(--font-heading);font-size:2.3906rem;font-style:normal;font-weight:400;line-height:45.9px;position:relative}.dash-ab-report-metric-values em:after{content:"";background:#686868;height:1.6px;position:absolute;top:54%;left:0;right:0}.dash-ab-report-metric p{color:#59654d;font-family:"Gilroy-Medium", var(--font-body);align-items:center;gap:3px;margin:-2px 0 0;font-size:.55625rem;font-weight:400;line-height:13px;display:flex}.dash-ab-report-metric p:before{content:"";background:linear-gradient(45deg,#0000 45%,#59654d 45% 55%,#0000 55%) 50%/6px 6px no-repeat;border:.74px solid #59654d;border-radius:50%;flex:none;width:11.87px;height:11.87px}.dash-ab-report-sections{flex-direction:column;gap:35px;max-width:817px;margin-top:34px;display:flex}.dash-ab-report-section-header{grid-template-columns:auto 1fr;align-items:baseline;column-gap:4px;display:grid}.dash-ab-report-section-header h3{color:#111;font-family:"Gilroy-SemiBold", var(--font-body);margin:0;font-size:1.125rem;font-weight:400;line-height:24px}.dash-ab-report-section-header span,.dash-ab-report-section-header p{color:#7b7b7b;font-family:"Gilroy-Medium", var(--font-body);font-size:1rem;font-weight:400;line-height:24px}.dash-ab-report-section-header p{grid-column:1/-1;margin:0}.dash-ab-report-case-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;margin-top:12px;display:grid}.dash-ab-report-quote-card{background:#f6f6f6;border-radius:8px;min-height:98px;padding:17px 17px 14px}.dash-ab-report-quote-card-after{background:#f1f9e9;border:1px solid #89b85e73}.dash-ab-report-quote-card span{color:#666;min-height:20px;font-family:"Gilroy-SemiBold", var(--font-body);background:#efefef;border-radius:999px;align-items:center;padding:2px 10px;font-size:.75rem;font-weight:400;line-height:16px;display:inline-flex}.dash-ab-report-quote-card-after span{color:#2f4b1e;background:#b9df8a}.dash-ab-report-quote-card p{color:#282828;font-family:"Gilroy-Medium", var(--font-body);margin:10px 0 0;font-size:.9375rem;font-weight:400;line-height:21px}.dash-ab-report-quote-card strong{font-family:"Gilroy-SemiBold", var(--font-body);font-weight:400}.dash-history{flex-direction:column;gap:16px;display:flex}@media (width<=1180px){.dash-rl-overlay{padding-top:48px}.dash-rl-header{flex-direction:column}.dash-rl-pairs,.dash-signal-grid{grid-template-columns:1fr}.dash-signal-overview-stats{grid-template-columns:1fr;gap:20px}.dash-signal-overview-row-main span{white-space:normal}.dash-signal-ab-card,.dash-signal-ab-card-complete{min-height:auto;padding-bottom:35px}.dash-signal-ab-metrics,.dash-signal-ab-bars,.dash-signal-ab-progress{position:relative;top:auto;left:auto;right:auto}.dash-signal-ab-metrics{grid-template-columns:1fr;margin-top:34px}.dash-signal-ab-metric:not(:last-child):after{width:auto;height:1px;inset:auto 33px 0}.dash-signal-ab-bars{margin-top:52px}.dash-signal-ab-progress{margin-top:15px}}@media (width<=720px){.dash-rl-dialog{border-radius:18px;max-width:calc(100vw - 24px)}.dash-rl-header,.dash-rl-body{padding-left:22px;padding-right:22px}.dash-rl-header-left,.dash-rl-actions{flex-direction:column;align-items:flex-start;width:100%}.dash-rl-title{font-size:2.125rem;line-height:38px}.dash-rl-btn{width:100%}.dash-rl-section-header{flex-direction:column;align-items:flex-start;gap:4px}.dash-rl-quote-row{grid-template-columns:1fr}.dash-signal-tabs{gap:20px}.dash-signal-overview{gap:28px}.dash-signal-overview-stat{min-height:180px}.dash-signal-overview-value strong{font-size:4rem}.dash-signal-overview-value span{font-size:1.625rem}.dash-signal-overview-heading{font-size:2rem;line-height:38px}.dash-signal-overview-row{flex-direction:column;align-items:flex-start;gap:12px}.dash-signal-ab-card h2{padding-right:0;font-size:1.75rem;line-height:34px}.dash-signal-ab-report{margin-top:18px;position:relative;top:auto;right:auto}}.dash-call-table{background:#fff;border:1px solid #e5e5e8;border-radius:16px;margin:0 16px 16px;overflow:hidden;box-shadow:0 1px 2px #0a0d120d}.dash-call-row{text-align:left;cursor:pointer;width:100%;font-family:var(--font-body);color:var(--fg);background:0 0;border:none;border-bottom:1px solid #e9eaeb;grid-template-columns:176px 145px 149px 134px 1fr;align-items:center;padding:0;font-size:.875rem;transition:background .15s;display:grid}.dash-call-row:hover:not(.dash-call-header){background:#f9f9f9}.dash-call-row:last-child{border-bottom:none}.dash-call-header{color:#222;cursor:default;background:#fafafa;font-size:.75rem;font-weight:600}.dash-call-header>div,.dash-call-row>div{padding:14px 24px}.dash-call-num{align-items:center;gap:10px;font-weight:500;display:flex}.dash-call-avatar{background:var(--card-bg-subtle);border:1px solid #e5e5e8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.dash-call-result{text-overflow:ellipsis;white-space:nowrap;max-width:300px;overflow:hidden}.dash-call-date{color:var(--muted);font-size:.8125rem}.dash-call-time{font-family:var(--font-body);color:#535862;font-size:.875rem}.dash-call-sentiment{align-items:center;gap:4px;display:flex}.dash-call-source{font-family:var(--font-body);color:#535862;align-items:center;gap:6px;font-size:.875rem;display:flex}.dash-call-empty{text-align:center;color:var(--muted);padding:40px;font-size:.875rem}.dash-status-badge{border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:500;display:inline-flex}.dash-status-badge.status-success{color:#0e8415;background:#96ef9b;box-shadow:0 1px 2px #0a0d120d}.dash-status-badge.status-failed{color:#865d0d;background:#f4d18d}.dash-status-badge.status-pending{color:#c20505;background:#ffb2b2}.dash-status-badge .status-dot{display:none}.dash-score-wrap{align-items:center;gap:8px;display:flex}.dash-score-bar{gap:4.5px;display:flex}.dash-score-seg{background:#e8e8e8;border-radius:24px;width:3px;height:24px}.dash-score-seg.filled{background:#0fad53}.dash-score-text{color:var(--fg);font-size:.8125rem;font-weight:600}.dash-iterations{flex-direction:column;gap:16px;display:flex}.dash-iter-header{font-family:var(--font-heading);color:var(--fg);margin-bottom:8px;font-size:1.5rem;line-height:32px}.dash-iter-count{color:var(--fg);font-weight:700}.dash-iter-list{flex-direction:column;gap:12px;display:flex}.dash-iter-card{border:1px solid var(--card-border);border-radius:16px;overflow:hidden}.dash-iter-dark-header{background:var(--gradient-dark);color:#fff;align-items:center;gap:10px;padding:16px 20px;display:flex}.dash-iter-icon{opacity:.7;font-size:1.125rem}.dash-iter-label{font-family:var(--font-body);flex:1;font-size:.875rem;font-weight:600}.dash-iter-pill{font-family:var(--font-body);border-radius:6px;padding:4px 12px;font-size:.75rem;font-weight:500}.dash-iter-pill.passing{color:#0fad53;background:#0fad5333}.dash-iter-pill.failing{color:#ff6b6b;background:#d1291e33}.dash-iter-body{background:#fff;padding:20px}.dash-iter-edit{align-items:flex-start;gap:12px;display:flex}.dash-iter-edit-icon{color:var(--muted);margin-top:2px;font-size:1rem}.dash-iter-edit-text{font-family:var(--font-body);color:var(--fg);flex:1;font-size:.875rem;line-height:20px}.dash-iter-edit-delta{font-family:var(--font-body);color:#0fad53;flex-shrink:0;font-size:.8125rem;font-weight:500}.dash-iter-tags{flex-wrap:wrap;align-items:center;gap:6px;margin-top:12px;display:flex}.dash-iter-tags-label{font-family:var(--font-body);color:var(--muted);text-transform:uppercase;font-size:.75rem;font-weight:600}.dash-iter-tag{font-family:var(--font-body);border-radius:4px;padding:2px 8px;font-size:.75rem}.dash-iter-tag.targeted{color:#174e37;background:#dcf5e7}.dash-iter-tag.regression{color:#920402;background:#fde8e8}.dash-iter-empty{text-align:center;color:var(--muted);padding:40px;font-size:.875rem}.dash-cs{flex-direction:column;gap:48px;display:flex}.dash-cs-section{align-items:flex-start;gap:24px;display:flex}.dash-cs-info{flex:0 0 396px;padding-top:4px}.dash-cs-title{color:#1c1c1d;font-family:"Gilroy-SemiBold", var(--font-body);margin:0;font-size:1.25rem;font-weight:400;line-height:24px}.dash-cs-desc{color:#787882;max-width:394px;font-family:"Gilroy-Medium", var(--font-body);margin:6px 0 0;font-size:1rem;line-height:22px}.dash-cs-card{background:#f4f4f4;border-radius:16px;flex-direction:column;flex:auto;gap:24px;min-width:0;padding:28px 33px;display:flex}.dash-cs-card-toggles{gap:28px}.dash-cs-grid2{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.dash-cs-field{flex-direction:column;gap:9px;display:flex}.dash-cs-label{color:#1c1c1d;font-family:"Gilroy-SemiBold", var(--font-body);font-size:1rem;line-height:24px}.dash-cs-hint{color:#1c1c1d99;font-family:"Gilroy-Medium", var(--font-body);font-size:.75rem;line-height:20px}.dash-cs-select{align-items:center;height:44px;display:flex;position:relative}.dash-cs-select select{color:#1c1c1d;cursor:pointer;width:100%;height:44px;font-family:"Gilroy-SemiBold", var(--font-body);appearance:none;background:#fff;border:1px solid #e2e2e4;border-radius:16px;outline:none;padding:0 40px 0 16px;font-size:1rem}.dash-cs-select.has-icon select{padding-left:36px}.dash-cs-select select:focus{border-color:#59654d}.dash-cs-select-lead{pointer-events:none;width:16px;height:16px;position:absolute;left:12px}.dash-cs-select-caret{pointer-events:none;position:absolute;right:12px}.dash-cs-select-wide{flex:0 0 234px;width:234px}.dash-cs-num{color:#1c1c1d;width:63px;height:44px;font-family:"Gilroy-SemiBold", var(--font-body);text-align:center;background:#fff;border:1px solid #e2e2e4;border-radius:16px;outline:none;flex:0 0 63px;font-size:1rem}.dash-cs-num:focus{border-color:#59654d}.dash-cs-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.dash-cs-row.is-disabled{opacity:.45;pointer-events:none}.dash-cs-row-copy{flex-direction:column;display:flex}.dash-cs-volume{align-items:center;gap:12px;display:flex}.dash-cs-volume-icon{border:1px solid #0000001a;border-radius:8px;justify-content:center;align-items:center;width:30px;height:32px;display:inline-flex}.dash-cs-volume-label{color:#1c1c1d;font-family:"Gilroy-SemiBold", var(--font-body);font-size:.875rem}.dash-cs-range{accent-color:#59654d;flex:1;height:4px}.dash-cs-volume-value{color:#1c1c1d;font-family:"Gilroy-SemiBold", var(--font-body);font-size:1rem}.dash-cs-save-row{justify-content:flex-end;padding-top:4px;display:flex}.dash-cs-save-btn{color:#fff;font-family:"Gilroy-SemiBold", var(--font-body);cursor:pointer;background:#59654d;border:none;border-radius:8px;padding:8px 20px;font-size:.875rem;transition:opacity .15s}.dash-cs-save-btn:disabled{opacity:.6;cursor:default}.dash-cs-toggle{cursor:pointer;background:#e5e5e8;border:0;border-radius:30px;flex:0 0 40px;width:40px;height:20px;padding:0;position:relative;box-shadow:inset 0 .9px 5.9px #00000026}.dash-cs-toggle span{background:#fff;border-radius:50%;width:16px;height:16px;transition:left .15s;position:absolute;top:2px;left:2px;box-shadow:0 0 1px #00000059}.dash-cs-toggle.on{background:#59654d}.dash-cs-toggle.on span{left:22px}@media (width<=1100px){.dash-cs-section{flex-direction:column}.dash-cs-card{width:100%;max-width:none}}.dash-config-side-v2 .dash-extract-card{border-radius:12px;min-height:220px}.dash-extract-head-icon{justify-content:center;align-items:center;display:inline-flex}.dash-config-side-v2 .dash-extract-list{flex-direction:column;gap:11px;padding:4px 10px 13px;display:flex}.dash-extract-row,.dash-extract-add{background:#fff;border:1px solid #e5e5e8;border-radius:8px;align-items:center;height:45px;display:flex}.dash-extract-row{gap:8px;padding:0 12px}.dash-extract-icon{flex:0 0 20px;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.dash-extract-label{color:#5b5b66;font-family:"Gilroy-Medium", var(--font-body);font-size:1rem;line-height:24px}.dash-extract-add{color:#0f0f0f;cursor:pointer;font-family:"Gilroy-Medium", var(--font-body);justify-content:center;gap:4px;font-size:1rem}.dash-extract-add:hover{background:#fafafa}.dash-extract-add-wrap{position:relative}.dash-extract-add-wrap .dash-extract-add{width:100%}.dash-extract-type-img{width:18px;height:18px}.dash-extract-menu-backdrop{z-index:1100;position:fixed;inset:0}.dash-extract-menu{z-index:1101;background:#fff;border:1px solid #e5e5e8;border-radius:16px;flex-direction:column;gap:6px;width:208px;max-width:calc(100vw - 16px);padding:12px;display:flex;position:fixed;overflow-y:auto;box-shadow:5px 3px 28px #00000014}.dash-extract-menu-item{color:#0f0f0f;cursor:pointer;font-family:"Gilroy-SemiBold", var(--font-body);text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:11px;padding:5px 6px;font-size:1rem;display:flex}.dash-extract-menu-item:hover{background:#f4f4f4}.dash-extract-menu-tile{background:#efefef;border-radius:3.2px;flex:0 0 32px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.dash-extract-menu-tile img{width:20px;height:20px}.dash-extract-row .dash-extract-label{flex:auto;min-width:0}.dash-extract-row-icon{filter:grayscale();width:18px;height:18px}.dash-extract-edit{cursor:pointer;opacity:.7;background:0 0;border:0;flex:none;justify-content:center;align-items:center;display:inline-flex}.dash-extract-edit:hover{opacity:1}.dash-ext-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.dash-ext-dialog{background:#fff;border-radius:24px;width:637px;max-width:92vw;max-height:90vh;padding:35px 40px 32px;overflow-y:auto;box-shadow:0 24px 70px #00000040}.dash-ext-dialog-head{align-items:center;gap:16px;margin-bottom:28px;display:flex}.dash-ext-dialog-icon{background:#efefef;border-radius:10px;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.dash-ext-dialog-icon img{width:22px;height:22px}.dash-ext-dialog-title{color:#000;font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:400;line-height:38px}.dash-ext-field{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.dash-ext-field>label{color:#1c1c1d;font-family:"Gilroy-SemiBold", var(--font-body);font-size:1rem}.dash-ext-input,.dash-ext-textarea{color:#1c1c1d;width:100%;font-family:"Gilroy-Medium", var(--font-body);background:#f4f4f4;border:1px solid #0000;border-radius:12px;outline:none;padding:12px 16px;font-size:1rem;line-height:24px}.dash-ext-input::placeholder,.dash-ext-textarea::placeholder{color:#9a9aa0}.dash-ext-input:focus,.dash-ext-textarea:focus{border-color:#59654d}.dash-ext-textarea{resize:vertical;min-height:110px}.dash-ext-choice-row{align-items:center;gap:12px;margin-bottom:12px;display:flex}.dash-ext-choice-row .dash-ext-input{flex:1}.dash-ext-choice-del{cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;display:inline-flex}.dash-ext-add-choice{color:#59654d;cursor:pointer;font-family:"Gilroy-SemiBold", var(--font-body);background:0 0;border:0;align-self:flex-start;padding:4px 0;font-size:.875rem}.dash-ext-actions{justify-content:flex-end;gap:16px;margin-top:8px;display:flex}.dash-ext-cancel,.dash-ext-save,.dash-ext-delete{cursor:pointer;height:40px;font-family:"Gilroy-Medium", var(--font-body);border-radius:8px;padding:0 24px;font-size:1rem}.dash-ext-cancel{color:#242424;background:#fff;border:1px solid #cbcbcb}.dash-ext-delete{color:#b42318;background:#fff;border:1px solid #e3b8b8;margin-right:auto}.dash-extract-empty{color:#8a8a8e;padding:6px 0;font-size:13px}.dash-ext-save{color:#fff;background:#212121;border:0}.dash-ext-save:disabled{cursor:not-allowed;opacity:.5}.dash-ov{flex-direction:column;display:flex}.dash-ov-workspace{color:#1c1c1d99;font-family:"Gilroy-Medium", var(--font-body);margin:0;font-size:1.25rem}.dash-ov-greeting{color:#59654d;font-family:var(--font-heading);margin:6px 0 0;font-size:2rem;font-weight:400;line-height:1.18}.dash-ov-range{color:#000;cursor:pointer;height:48px;font-family:"Gilroy-Medium", var(--font-body);background:#fff;border:1px solid #dfdfe1;border-radius:16px;align-items:center;gap:13px;padding:0 16px;font-size:1.25rem;display:inline-flex}.dash-ov-range img{width:20px;height:20px}.dash-ov-range-sep{background:#dfdfe1;width:1px;height:23px}.dash-ov-range-wrap{position:relative}.dash-ov-range-label{font-size:1rem}.dash-ov-range-menu{z-index:60;background:#fff;border:1px solid #e7e4e9;border-radius:12px;min-width:220px;padding:6px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 24px #1312131f}.dash-ov-range-item{text-align:left;cursor:pointer;width:100%;font-family:var(--font-body);color:#403a44;background:0 0;border:none;border-radius:8px;padding:10px 12px;font-size:14px;font-weight:500;display:block}.dash-ov-range-item:hover{background:#f0eef1}.dash-ov-range-item.active{color:#131213;font-weight:600}.dash-ov-range-custom{border-top:1px solid #f0eef1;flex-direction:column;gap:8px;margin-top:4px;padding:8px 12px 4px;display:flex}.dash-ov-range-field{font-family:var(--font-body);color:#6b6572;justify-content:space-between;align-items:center;gap:10px;font-size:13px;font-weight:500;display:flex}.dash-ov-range-field input{min-width:0;font-family:var(--font-body);color:#131213;border:1px solid #dfdfe1;border-radius:8px;flex:1;padding:7px 10px;font-size:13px}.dash-ov-range-apply{color:#fff;cursor:pointer;font-family:var(--font-body);background:#59654d;border:none;border-radius:8px;margin-top:2px;padding:9px 12px;font-size:14px;font-weight:600}.dash-ov-range-apply:disabled{opacity:.5;cursor:not-allowed}.dash-ov-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;display:grid}.dash-ov-metric{color:#fff;background-position:50%;background-size:cover;border-radius:12px;height:219px;padding:28px 28px 0;position:relative;overflow:hidden}.dash-ov-metric-label{color:#fff;font-family:"Gilroy-Medium", var(--font-body);margin:0;font-size:1.5rem;line-height:1.2}.dash-ov-metric-value{color:#fff;font-family:var(--font-heading);margin:6px 0 0;font-size:5rem;font-weight:400;line-height:1.05}.dash-ov-metric-value span{font-family:Inter,sans-serif;font-size:2.875rem}.dash-ov-metric-foot{color:#fff;height:51px;font-family:"Gilroy-Medium", var(--font-body);background:#ffffff1a;align-items:center;padding:0 28px;font-size:1rem;display:flex;position:absolute;bottom:0;left:0;right:0}.dash-ov-row{grid-template-columns:minmax(0,1.78fr) minmax(0,1fr);gap:16px;margin-top:24px;display:grid}.dash-ov-calls{background:#f2f3f1;border-radius:12px;padding:27px 28px}.dash-ov-stats{background:#f2f3f1;border-radius:12px;flex-direction:column;justify-content:space-between;padding:32px 36px;display:flex}.dash-ov-stat-label{color:#0f0f0f;font-family:"Gilroy-Medium", var(--font-body);margin:0;font-size:1.125rem;line-height:22px}.dash-ov-stat-value{color:#59654d;font-family:var(--font-heading);margin:6px 0 0;font-size:4rem;font-weight:400;line-height:1.1}.dash-ov-stat-affix{font-size:2.25rem}.dash-ov-stats-divider{background:#0000001a;border:0;width:100%;height:1px;margin:0}.dash-ov-action-title{color:#000;font-family:var(--font-heading);margin:40px 0 24px;font-size:2rem;font-weight:400;line-height:1.18}.dash-ov-action-card{border:1px solid #e5e5e8;border-radius:16px;overflow:hidden;box-shadow:0 1px 2px #0a0d120d}.dash-ov-action-head,.dash-ov-action-row{grid-template-columns:minmax(0,1fr) 140px 240px;align-items:center;gap:24px;display:grid}.dash-ov-action-head{color:#222;font-family:"Gilroy-SemiBold", var(--font-body);background:#fafafa;border-bottom:1px solid #e9eaeb;padding:12px 24px;font-size:.75rem}.dash-ov-action-row{padding:18px 24px}.dash-ov-action-main{align-items:center;gap:20px;min-width:0;display:flex}.dash-ov-action-avatar{border-radius:50%;flex:0 0 40px;width:40px;height:40px;display:inline-block}.dash-ov-action-copy{min-width:0}.dash-ov-action-name{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);margin:0;font-size:1.25rem;line-height:19px}.dash-ov-action-desc{color:#0f0f0f99;font-family:"Gilroy-Medium", var(--font-body);margin:5px 0 0;font-size:.75rem;line-height:16px}.dash-ov-action-date{color:#0f0f0f99;font-family:"Gilroy-Medium", var(--font-body);font-size:1rem}.dash-ov-action-priority{align-items:center;gap:40px;display:flex}.dash-ov-priority-icon{display:inline-flex}.dash-ov-action-btn{color:#59654d;cursor:pointer;font-family:"Gilroy-Medium", var(--font-body);background:#f1f3ef;border:0;border-radius:6px;align-items:center;gap:4px;padding:6px 12px;font-size:.75rem;display:inline-flex}.dash-ov-action-btn img{width:16px;height:16px}@media (width<=1100px){.dash-ov-metrics,.dash-ov-row{grid-template-columns:1fr}}.dash-ov{flex-direction:column;gap:0;padding:36px 0 0;display:flex}.dash-ov-head{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:48px;display:flex}.dash-ov-workspace{color:#1c1c1d99;font-family:"Gilroy-Medium", var(--font-body);margin:0 0 8px;font-size:1.125rem;line-height:1.2}.dash-ov-greeting{color:#59654d;font-family:var(--font-heading);letter-spacing:0;margin:0;font-size:clamp(1.875rem,2.4vw,2.25rem);font-weight:400;line-height:1.18}.dash-ov-range{border-radius:16px;min-width:185px;height:48px;font-size:1rem}.dash-ov-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-bottom:42px;display:grid}.dash-ov-metric{color:#0f0f0f;isolation:isolate;background:#f7f7f7;border-radius:16px;min-height:203px;padding:32px 24px 22px;position:relative;overflow:hidden}.dash-ov-metric-hover{z-index:0;opacity:0;background:url(/images/dashboard/dashboard-card-hover-image.png) bottom/cover no-repeat;height:46%;transition:opacity .26s,transform .32s;position:absolute;bottom:0;left:0;right:0;transform:translateY(26px)scale(1.04);-webkit-mask-image:linear-gradient(#0000 0%,#00000024 18%,#000 54%);mask-image:linear-gradient(#0000 0%,#00000024 18%,#000 54%)}.dash-ov-metric:hover .dash-ov-metric-hover{opacity:.92;transform:translateY(0)scale(1)}.dash-ov-metric-label{z-index:1;color:#0f0f0f;font-family:"Gilroy-Medium", var(--font-body);margin:0;font-size:clamp(1rem,1.35vw,1.25rem);line-height:1.2;position:relative}.dash-ov-metric-value{z-index:1;color:#59654d;font-family:var(--font-heading);letter-spacing:0;white-space:nowrap;margin:44px 0 0;font-size:clamp(3.625rem,6vw,5rem);font-weight:400;line-height:.95;position:relative}.dash-ov-metric-value span{font-family:var(--font-heading);margin-left:3px;font-size:clamp(2.25rem,4vw,3.25rem);line-height:1}.dash-ov-analytics-grid{grid-template-columns:minmax(0,1.8fr) minmax(280px,1fr);align-items:stretch;gap:16px;display:grid}.dash-ov-panel{background:#f7f7f7;border-radius:16px;overflow:hidden}.dash-ov-section-label{color:#808487;height:44px;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;align-items:center;gap:7px;padding:0 24px;font-size:.875rem;line-height:1;display:flex}.dash-ov-section-label img{object-fit:contain;width:18px;height:18px}.dash-ov-calls-panel{padding:0 16px 16px}.dash-ov-calls-panel .dash-ov-section-label{padding-left:8px}.dash-ov-chart-card{background:#fff;border:1px solid #e5e5e8;border-radius:16px;min-height:452px;padding:20px 20px 18px}.dash-ov-calls-label{color:#0f0f0fa6;font-family:"Gilroy-Medium", var(--font-body);margin:0;font-size:.9375rem;line-height:1.35}.dash-ov-calls-value{color:#59654d;font-family:var(--font-heading);margin:2px 0 0;font-size:clamp(2.625rem,4.6vw,3.75rem);font-weight:400;line-height:1.15}.dash-ov-chart{background:#fff;border-radius:0;grid-template-rows:minmax(0,1fr) 18px;grid-template-columns:36px minmax(0,1fr);gap:6px 12px;height:318px;margin-top:20px;padding:14px 14px 0 0;display:grid}.dash-ov-chart-y{color:#344054;font-family:"Source Sans Pro", var(--font-body);flex-direction:column;grid-area:1/1;justify-content:space-between;align-items:flex-end;font-size:.75rem;display:flex}.dash-ov-chart-plot{grid-area:1/2;min-width:0;position:relative}.dash-ov-chart-svg{width:100%;height:100%;display:block}.dash-ov-chart-x{color:#475467;font-family:"Gilroy-Medium", var(--font-body);grid-area:2/2;font-size:.75rem;position:relative}.dash-ov-chart-x span{white-space:nowrap;position:absolute}.dash-ov-campaigns-panel{padding:0 14px 14px}.dash-ov-campaigns-panel .dash-ov-section-label{padding-left:8px}.dash-ov-campaigns-panel .dash-ov-section-label img{filter:brightness(0)saturate()invert(55%)sepia(8%)saturate(227%)hue-rotate(169deg)brightness(92%)contrast(87%)}.dash-ov-campaign-list{flex-direction:column;gap:14px;display:flex}.dash-ov-campaign-card{min-height:134px;color:inherit;background:#fff;border:1px solid #e5e5e8;border-radius:16px;padding:24px;text-decoration:none;transition:border-color .12s,box-shadow .12s;display:block}.dash-ov-campaign-card:hover{border-color:#d3d3d8;box-shadow:0 2px 8px #0f0f0f0f}.dash-ov-campaign-top{grid-template-columns:40px minmax(0,1fr) auto;align-items:start;gap:12px;display:grid}.dash-ov-campaign-icon{background:#f2f3f1;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.dash-ov-campaign-icon img{width:18px;height:18px}.dash-ov-campaign-copy{min-width:0}.dash-ov-campaign-copy h3{color:#343434;font-family:"Gilroy-SemiBold", var(--font-body);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1.125rem;font-weight:400;line-height:1.25;overflow:hidden}.dash-ov-campaign-copy p{color:#8a8a8e;font-family:"Gilroy-Medium", var(--font-body);margin:4px 0 0;font-size:.8125rem}.dash-ov-campaign-badge{max-width:124px;min-height:24px;font-family:"Gilroy-SemiBold", var(--font-body);white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;padding:4px 8px;font-size:.75rem;line-height:1.2;display:inline-flex}.dash-ov-campaign-badge-amber{color:#f1880f;background:#ff921524}.dash-ov-campaign-badge-green{color:green;background:#0080001a}.dash-ov-campaign-badge-red{color:#f3280f;background:#ffe8e5ad}.dash-ov-campaign-badge-gray{color:#666;background:#ededed}.dash-ov-campaign-meta{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}.dash-ov-campaign-meta span{color:#343434;min-height:24px;font-family:"Gilroy-Medium", var(--font-body);background:#fbfbfb;border:1px solid #e5e5e8;border-radius:999px;align-items:center;gap:6px;padding:3px 10px;font-size:.75rem;display:inline-flex}.dash-ov-dot-meta i{background:#0e8415;border-radius:50%;width:6px;height:6px}.dash-ov-empty{color:#8a8a8e;font-family:"Gilroy-Medium", var(--font-body);background:#fff;border:1px solid #e5e5e8;border-radius:16px;margin:0;padding:24px;font-size:.875rem}.dash-ov-usage-panel{margin-top:24px;padding:0 16px 16px}.dash-ov-usage-panel .dash-ov-section-label{padding-left:8px}.dash-ov-usage-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;display:grid}.dash-ov-usage-tile{background:#fff;border:1px solid #e5e5e8;border-radius:16px;padding:20px 22px}.dash-ov-usage-label{color:#808487;font-family:"Gilroy-Medium", var(--font-body);margin:0;font-size:.875rem}.dash-ov-usage-value{color:#111;font-family:"Gilroy-SemiBold", var(--font-body);margin:10px 0 0;font-size:2rem;line-height:1.1}.dash-ov-usage-value span{color:#808487;font-family:"Gilroy-Medium", var(--font-body);margin-left:6px;font-size:1rem}.dash-ov-history-section{margin-top:42px;padding:0 16px 16px}.dash-ov-history-section .dash-ov-section-label{padding-left:8px}.dash-ov-history-table-wrap{background:#fff;border:1px solid #e5e5e8;border-radius:16px;overflow-x:auto}.dash-ov-history-table{border-collapse:collapse;width:100%;min-width:860px}.dash-ov-history-table th{color:#717680;height:44px;font-family:Inter, var(--font-body);text-align:left;white-space:nowrap;background:#fafafa;border-bottom:1px solid #e9eaeb;padding:12px 24px;font-size:.75rem;font-weight:600;line-height:18px}.dash-ov-history-table th:first-child{color:#535862}.dash-ov-history-table td{color:#535862;height:88px;font-family:Inter, var(--font-body);white-space:nowrap;border-bottom:1px solid #e9eaeb;padding:16px 24px;font-size:.875rem;line-height:20px}.dash-ov-history-table tbody tr{cursor:pointer}.dash-ov-history-table tbody tr:hover td{background:#fafafa}.dash-ov-history-table tbody tr:last-child td{border-bottom:0}.dash-ov-history-id,.dash-ov-history-type{align-items:center;gap:12px;display:flex}.dash-ov-history-id img{object-fit:cover;border-radius:50%;flex:0 0 44px;width:44px;height:44px}.dash-ov-history-id span{flex-direction:column;min-width:0;display:flex}.dash-ov-history-id strong{color:#343434;font-family:var(--font-heading);text-overflow:ellipsis;font-size:1.25rem;font-weight:400;line-height:1.35;overflow:hidden}.dash-ov-history-id small{color:#535862;font-family:"Gilroy-Medium", var(--font-body);font-size:.875rem;line-height:20px}.dash-ov-history-type{gap:6px}.dash-ov-history-type img{width:16px;height:16px}.dash-ov-history-outcome{text-overflow:ellipsis;max-width:240px;overflow:hidden}.dash-ov-history-empty{text-align:center;color:#8a8a8e;height:88px}@media (width<=1280px){.dash-ov-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.dash-ov-analytics-grid{grid-template-columns:1fr}.dash-ov-campaign-list{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}}@media (width<=980px){.dash-ov-head{flex-direction:column;margin-bottom:28px}.dash-ov-metrics,.dash-ov-campaign-list{grid-template-columns:1fr}.dash-ov-metric{min-height:176px}}@media (width<=640px){.dash-ov{padding-top:24px}.dash-ov-range{width:100%;min-width:0}.dash-ov-range-wrap{width:100%}.dash-ov-metric-value{margin-top:34px}.dash-ov-chart-card{min-height:auto;padding:18px 14px 16px}.dash-ov-chart{grid-template-columns:30px minmax(0,1fr);height:240px}.dash-ov-campaign-card{padding:18px}.dash-ov-campaign-top{grid-template-columns:40px minmax(0,1fr)}.dash-ov-campaign-badge{grid-column:2;justify-self:start}}.dash-tests{flex-direction:column;display:flex}.dash-tests-subtabs{border-bottom:1px solid #e5e5e8;gap:36px;display:flex}.dash-tests-subtab{color:#1c1c1d80;cursor:pointer;font-family:Inter, var(--font-body);background:0 0;border:0;margin-bottom:-1px;padding:0 0 10px;font-size:1rem;font-weight:500;position:relative}.dash-tests-subtab.active{color:#1c1c1d;font-weight:600}.dash-tests-subtab.active:after{content:"";background:#1c1c1d;height:2px;position:absolute;bottom:0;left:0;right:0}.dash-tests-section{color:#1c1c1d99;font-family:"Gilroy-SemiBold", var(--font-body);letter-spacing:.02em;margin:28px 0 12px;font-size:.875rem}.dash-tests-card{background:#f2f3f1;border-radius:8px;padding:24px 34px 30px}.dash-tests-card-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.dash-tests-title{color:#59654d;font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:400;line-height:1.18}.dash-tests-head-right{align-items:center;gap:18px;display:flex}.dash-tests-started{color:#00000080;font-family:"Gilroy-Medium", var(--font-body);font-size:1rem}.dash-tests-running{color:#59654d;font-family:"Gilroy-SemiBold", var(--font-body);background:#fff;border:1px solid #59654d29;border-radius:7px;align-items:center;gap:5px;padding:4px 14px 4px 12px;font-size:.875rem;display:inline-flex}.dash-tests-running i{background:#59654d;border-radius:50%;width:7px;height:7px}.dash-tests-variants{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:22px;display:grid}.dash-tests-variant{background:#fff;border:1px solid #59654d29;border-radius:16px;padding:19px 26px 26px}.dash-tests-variant.highlight{background:#ecffdf;border-color:#2b9d0057}.dash-tests-variant-badge{color:#515151;font-family:"Gilroy-SemiBold", var(--font-body);background:#f5f4ec;border-radius:33px;padding:5px 9px;font-size:.70625rem;display:inline-flex}.dash-tests-variant.highlight .dash-tests-variant-badge{color:#33382d;background:#bade8e}.dash-tests-variant-metrics{gap:30px;margin-top:24px;display:flex}.dash-tests-metric{min-width:0}.dash-tests-metric-value{color:#59654d;font-family:var(--font-heading);margin:0;font-size:3.1875rem;font-weight:400;line-height:1.1}.dash-tests-metric-value span{font-family:Inter,sans-serif;font-size:1.75rem}.dash-tests-metric-label{color:#0f0f0f;font-family:"Gilroy-Medium", var(--font-body);margin:8px 0 0;font-size:.90625rem}.dash-tests-foot{justify-content:space-between;align-items:center;gap:24px;margin-top:26px;display:flex}.dash-tests-progress-wrap{align-items:center;gap:16px;display:flex}.dash-tests-progress{background:#59654d33;border-radius:16px;width:164px;height:7px;overflow:hidden}.dash-tests-progress span{background:#59654d;border-radius:16px;height:100%;display:block}.dash-tests-progress-label{color:#000c;font-family:"Gilroy-Medium", var(--font-body);font-size:1rem}.dash-tests-foot-actions{gap:14px;display:flex}.dash-tests-btn-stop,.dash-tests-btn-results{cursor:pointer;height:40px;font-family:"Gilroy-SemiBold", var(--font-body);border-radius:8px;padding:0 20px;font-size:1rem}.dash-tests-btn-stop{color:#000;background:#fff;border:1px solid #cacaca}.dash-tests-btn-results{color:#fff;background:#59654d;border:0}.dash-tests-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);background:#00000080;justify-content:center;align-items:flex-start;padding:40px 24px;display:flex;position:fixed;inset:0;overflow-y:auto}.dash-tests-report{background:#fff;border-radius:24px;width:1140px;max-width:96vw;padding:36px 40px 44px;box-shadow:0 24px 70px #00000040}.dash-tests-report-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.dash-tests-report-title-row{align-items:center;gap:16px;display:flex}.dash-tests-report-title{color:#000;font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:400;line-height:1.18}.dash-tests-report-title-row .dash-tests-running{color:#0e8415;background:#d9ffdb80;border-color:#0e84154d}.dash-tests-report-title-row .dash-tests-running i{background:#0e8415}.dash-tests-report-sub{color:#0009;font-family:"Gilroy-Medium", var(--font-body);margin:8px 0 0;font-size:1.125rem}.dash-tests-deploy{color:#fff;cursor:pointer;height:44px;font-family:"Gilroy-Medium", var(--font-body);background:#121212;border:0;border-radius:8px;padding:0 24px;font-size:1rem}.dash-tests-banner{color:#fff;min-height:160px;font-family:var(--font-heading);background-position:50%;background-size:cover;border-radius:16px;margin-top:24px;padding:clamp(28px,3vw,44px);font-size:2.375rem;font-weight:400;line-height:1.18}.dash-tests-report .dash-tests-variants{margin-top:24px}.dash-tests-eval-head{color:#1c1c1d99;font-family:"Gilroy-SemiBold", var(--font-body);letter-spacing:.02em;border-bottom:1px solid #e5e5e8;margin:32px 0 16px;padding-bottom:16px;font-size:.875rem}.dash-tests-eval-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.dash-tests-eval-card{background:#f4f4f4;border-radius:12px;padding:20px 22px}.dash-tests-eval-title{color:#1c1c1d;font-family:"Gilroy-SemiBold", var(--font-body);margin:0 0 16px;font-size:1rem}.dash-tests-eval-row{grid-template-columns:64px minmax(0,1fr) 36px;align-items:center;gap:12px;display:grid}.dash-tests-eval-row+.dash-tests-eval-row{margin-top:14px}.dash-tests-eval-name{color:#5b5b66;font-family:"Gilroy-Medium", var(--font-body);font-size:.875rem}.dash-tests-bar{background:#d9ddd4;border-radius:8px;height:8px;overflow:hidden}.dash-tests-bar span{background:#59654d;border-radius:8px;height:100%;display:block}.dash-tests-bar.dark span{background:#1c1c1d}.dash-tests-eval-pct{color:#5b5b66;font-family:"Gilroy-SemiBold", var(--font-body);text-align:right;font-size:.875rem;font-weight:400}.dash-tests-remap-title{color:#000;font-family:var(--font-heading);margin:40px 0 24px;font-size:1.75rem;font-weight:400}.dash-tests-remap-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.dash-tests-remap-card{background:#f4f4f4;border-radius:16px;padding:22px 24px}.dash-tests-remap-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.dash-tests-remap-name{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);font-size:1.125rem}.dash-tests-remap-badge{font-family:"Gilroy-SemiBold", var(--font-body);border-radius:6px;padding:3px 12px;font-size:.75rem}.dash-tests-remap-badge.pass{color:#126c36;background:#d6fde8}.dash-tests-remap-badge.fail{color:#d6453d;background:#ffe1e1}.dash-tests-remap-body{grid-template-columns:30px minmax(0,1fr);gap:12px;display:grid}.dash-tests-remap-rail{flex-direction:column;align-items:center;gap:6px;display:flex}.dash-tests-remap-rail>div{color:#59654d;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;flex-direction:column;align-items:center;gap:4px;font-size:.6875rem;display:flex}.dash-tests-remap-rail i{background:#d8ddd2;width:1px;height:36px}.dash-tests-remap-stack{flex-direction:column;gap:12px;min-width:0;display:flex}.dash-tests-llm-quote,.dash-tests-tts-audio{background:#fff;border:1px solid #e5e5e8;border-radius:10px;padding:16px 18px}.dash-tests-llm-quote{border-left:3px solid #2b9d00}.dash-tests-llm-quote.fail{border-left-color:#ff383c}.dash-tests-llm-quote p,.dash-tests-tts-text{color:#626262;margin:0;font-family:Inter,sans-serif;font-size:.9375rem;font-style:italic;line-height:24px}.dash-tests-tts-label{color:#2b9d00;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;font-size:.6875rem;display:block}.dash-tests-tts-label.fail{color:#ff383c}.dash-tests-tts-text strong.pass{color:#16922b;font-weight:700}.dash-tests-tts-text strong.fail{color:red;font-weight:700}.dash-tests-wave{align-items:center;gap:10px;margin:12px 0;display:flex}.dash-tests-wave-play{cursor:pointer;background:radial-gradient(circle at 34% 35%,#16f5ff 0 19%,#0000 20%),linear-gradient(145deg,#12efff 0%,#1b6dff 46%,#2b16d8 100%);border:0;border-radius:999px;flex:0 0 28px;width:28px;height:28px;position:relative}.dash-tests-wave-play span{border-top:6px solid #0000;border-bottom:6px solid #0000;border-left:9px solid #fff;width:0;height:0;position:absolute;top:8px;left:11px}.dash-tests-wave-bars{flex:1;align-items:center;gap:2px;height:28px;display:flex;overflow:hidden}.dash-tests-wave-bars span{background:#141414;border-radius:999px;width:2px;min-width:2px}@media (width<=1100px){.dash-tests-variants,.dash-tests-eval-grid,.dash-tests-remap-grid{grid-template-columns:1fr}}.dash-sectioned-prompt-dialog{width:1060px}.dash-sectioned-prompt-body{flex:1;grid-template-columns:250px minmax(0,1fr);gap:22px;min-height:0;padding:32px 41px 41px;display:grid}.dash-sectioned-prompt-tabs{flex-direction:column;gap:8px;min-width:0;display:flex}.dash-sectioned-prompt-tab{min-height:52px;font-family:"Gilroy-SemiBold", var(--font-body);color:#383838;cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e5e8;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:0 14px;font-size:.9375rem;line-height:20px;display:flex}.dash-sectioned-prompt-tab.is-active{background:#f5f7f1;border-color:#0f0f0f}.dash-sectioned-prompt-editor{background:#f7f7f7;border:1px solid #ececee;border-radius:16px;flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.dash-sectioned-prompt-editor-head{background:#fff;border-bottom:1px solid #ececee;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px 16px;display:flex}.dash-sectioned-prompt-eyebrow{font-family:"Gilroy-SemiBold", var(--font-body);letter-spacing:.4px;text-transform:uppercase;color:#808487;margin-bottom:4px;font-size:.75rem;line-height:16px;display:block}.dash-sectioned-prompt-editor-head h4{font-family:"FONTSPRING DEMO - Gelica Rg", var(--font-heading);color:#0f0f0f;margin:0;font-size:1.25rem;font-weight:400;line-height:28px}.dash-sectioned-prompt-upload{height:42px;font-family:"Gilroy-SemiBold", var(--font-body);color:#242424;cursor:pointer;background:#fff;border:1px solid #ccc9c9;border-radius:8px;align-items:center;gap:8px;padding:0 14px;font-size:.875rem;display:inline-flex}.dash-sectioned-prompt-upload:disabled{cursor:not-allowed;opacity:.6}.dash-sectioned-prompt-upload-icon{background-color:#242424}.dash-sectioned-prompt-file-input{display:none}.dash-sectioned-prompt-file{font-family:"Gilroy-Medium", var(--font-body);color:#383838;background:#fff;border:1px solid #e5e5e8;border-radius:8px;align-items:center;gap:10px;margin:14px 24px 0;padding:10px 12px;display:flex}.dash-sectioned-prompt-file span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.dash-sectioned-prompt-file small{color:#808487;flex:none}.dash-sectioned-prompt-textarea{min-height:260px;font-family:"Gilroy-Medium", var(--font-body);color:#0f0f0f;resize:none;background:0 0;border:none;outline:none;flex:1;margin:0;padding:20px 24px 24px;font-size:1rem;line-height:22px}.dash-sectioned-prompt-error{font-family:"Gilroy-Medium", var(--font-body);color:#b42318;margin:0;padding:0 24px 18px;font-size:.875rem;line-height:20px}.dash-prompt-section-preview+.dash-prompt-section-preview{margin-top:18px}@media (width<=860px){.dash-sectioned-prompt-body{grid-template-columns:1fr;overflow:auto}.dash-sectioned-prompt-tabs{flex-direction:row;padding-bottom:4px;overflow-x:auto}.dash-sectioned-prompt-tab{min-width:168px}.dash-sectioned-prompt-editor-head{flex-direction:column;align-items:flex-start}}.share-dialog{width:460px}.share-body{flex-direction:column;gap:16px;padding:6px 2px 2px;display:flex}.share-desc{color:#5c626b;margin:0;font-size:13px;line-height:1.5}.share-toggle-row{color:#1c1c1d;justify-content:space-between;align-items:center;gap:12px;font-size:14px;font-weight:500;display:flex}.share-toggle-row.is-disabled{color:#9aa0a8}.share-hint{color:#9aa0a8;margin:-8px 0 0;font-size:12px}.share-url-field{background:#f6f7f9;border:1px solid #0000001f;border-radius:10px;align-items:stretch;display:flex;overflow:hidden}.share-url-field:focus-within{background:#fff;border-color:#59654d;box-shadow:0 0 0 3px #59654d1f}.share-url-input{color:#1c1c1d;text-overflow:ellipsis;background:0 0;border:none;flex:1;min-width:0;padding:10px 12px;font-size:13px}.share-url-input:focus{outline:none}.share-copy-btn{color:#40454d;cursor:pointer;background:0 0;border:none;border-left:1px solid #0000001a;flex:none;justify-content:center;align-items:center;width:42px;transition:background .15s,color .15s;display:inline-flex}.share-copy-btn:hover:not(:disabled){color:#1c1c1d;background:#0000000d}.share-copy-btn.is-copied{color:#2f7d32}.share-copy-btn:disabled{cursor:default;opacity:.5}.share-rotate{color:#6b7280;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:12px;text-decoration:underline}.share-rotate:disabled{color:#c2c6cc;cursor:default}.share-toggle-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#1c1c1d;border:1px solid #0000001f;border-radius:10px;padding:8px 14px;font-size:13px;font-weight:500}.share-toggle-btn.is-on{color:#b42318;background:#fff;border-color:#b4231866}.share-toggle-btn:disabled{color:#9aa0a8;cursor:default;background:#f0f1f3;border-color:#00000014}.fd-overlay{z-index:50;-webkit-backdrop-filter:blur(6px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.fd-dialog{z-index:10;scrollbar-width:none;-ms-overflow-style:none;background:#fff;border-radius:24px;width:637px;max-height:calc(100vh - 48px);position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.fd-dialog::-webkit-scrollbar{display:none}.fd-gradient-clip{pointer-events:none;z-index:0;border-radius:24px;position:absolute;inset:0;overflow:hidden}.fd-gradient-blur{pointer-events:none;z-index:0;opacity:.6;filter:blur(22px);width:669px;height:200px;position:absolute;top:-57px;left:50%;overflow:hidden;transform:translate(-50%)}.fd-gradient-img{object-fit:cover;width:100%;height:100%}.fd-gradient-fade{background:linear-gradient(179.4deg,#fff0 1.7%,#fff 85.5%);position:absolute;inset:0}.fd-close{z-index:2;color:#787882;cursor:pointer;background:#fff;border:1px solid #e5e5e8;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background .15s;display:flex;position:absolute;top:36px;right:37px}.fd-close:hover{background:#f9f9f9}.fd-header{z-index:1;padding:35px 44px 0;position:relative}.fd-title-row{align-items:center;gap:12px;display:flex}.fd-icon{flex-shrink:0;width:32px;height:32px}.fd-icon img{width:100%;height:100%}.fd-title{font-family:var(--font-heading);color:#000;font-size:32px;font-weight:400;line-height:38px}.fd-subtitle{font-family:var(--font-body);color:#787882;margin-top:4px;font-size:16px;line-height:24px}.fd-content{z-index:1;padding:24px 44px;position:relative}.fd-actions{z-index:1;justify-content:flex-end;padding:0 44px 32px;display:flex;position:relative}.fd-action-btn{white-space:nowrap;width:auto;min-width:116px;height:40px;font-family:var(--font-body);color:#fff;cursor:pointer;background:#0f0f0f;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0 20px;font-size:16px;line-height:24px;transition:opacity .15s;display:flex}.fd-action-btn:hover{opacity:.9}.fd-action-btn:disabled{opacity:.4;cursor:not-allowed}@media (width<=700px){.fd-dialog{width:100%;max-width:calc(100vw - 24px)}.fd-header{padding:28px 24px 0}.fd-content{padding:20px 24px}.fd-actions{padding:0 24px 24px}.fd-close{top:20px;right:20px}.fd-title{font-size:26px}}.analysis-report-screen{color:#121212;background:#fff;min-height:100%;overflow-x:hidden}.analysis-report-shell{width:min(1600px,100vw - 48px);margin:0 auto;padding:54px 0 160px}.analysis-report-topbar{justify-content:space-between;align-items:flex-start;min-height:81px;padding:0 12px 0 13px;display:flex}.analysis-report-logo{align-items:center;width:274px;height:80.3906px;display:inline-flex}.analysis-report-logo img{object-fit:contain;width:274px;height:80.3906px;display:block}.analysis-report-actions{align-items:center;gap:20px;padding-top:7px;display:flex}.analysis-report-btn{height:48px;font-family:"Gilroy-Medium", var(--font-body);cursor:pointer;white-space:nowrap;border:0;border-radius:8px;justify-content:center;align-items:center;font-size:16px;line-height:24px;display:inline-flex}.analysis-report-btn-download{color:#000;background:#fff;border:1px solid #cbcbcb;gap:8px;width:197px}.analysis-report-btn-download img{width:20px;height:20px}.analysis-report-btn-primary{color:#fff;background:#121212;width:196px}.analysis-report-actions{align-items:center;gap:12px;display:inline-flex}.analysis-report-actions .analysis-report-btn:not(.analysis-report-btn-primary){color:#121212;background:#fff;border:1px solid #cbcbcb;padding:0 24px}.analysis-report-title,.analysis-report-section-header h2,.analysis-report-standalone-heading{font-family:var(--font-heading);letter-spacing:0;color:#121212;font-weight:400}.analysis-report-title{text-align:center;width:843px;max-width:100%;margin:0 auto;font-size:clamp(38px,4.2vw,62px);line-height:1.3}.analysis-report-state{text-align:center;color:#7c7e85;font-family:"Gilroy-Medium", var(--font-body);margin:64px auto;font-size:18px}.analysis-report-loading{flex-direction:column;align-items:center;margin-top:64px;display:flex}.analysis-report-loading .analysis-report-state{margin:16px 0 0}.analysis-report-progress{background:#e5e5e8;border-radius:999px;width:320px;height:6px;margin-top:14px;overflow:hidden}.analysis-report-progress-fill{background:#59654d;border-radius:999px;height:100%;transition:width .4s}.analysis-report-subtitle{color:#7c7e85;width:814px;font-family:"Gilroy-Medium", var(--font-body);margin-top:22px;font-size:20px;line-height:26px}.analysis-report-main{width:100%;max-width:1600px;margin:70px auto 0}.analysis-report-tabs{background:#f4f4f4;border:1px solid #e5e5e8;border-radius:72px;justify-content:center;align-items:center;gap:17px;width:fit-content;max-width:100%;height:52px;margin:52px auto 0;padding:0;display:flex}.analysis-report-tab{color:#1c1c1d80;height:52px;font-family:"Gilroy-Medium", var(--font-body);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:41.6px;justify-content:center;align-items:center;gap:6px;padding:0 22px;font-size:19.69px;line-height:31.51px;display:inline-flex}.analysis-report-tab img{object-fit:contain;object-position:center;filter:brightness(0)saturate()invert(56%)sepia(0%)saturate(0%)hue-rotate(147deg)brightness(96%)contrast(90%);flex:none;width:18px;height:18px;display:block}.analysis-report-tab.active{color:#fff;background:#59654d;border:1px solid #fff}.analysis-report-tab.active img{filter:brightness(0)invert()}.analysis-report-overview-tab{width:min(1125px,100%);margin:64px auto 0}.analysis-report-section{margin-top:32px}.analysis-report-section-header{margin-left:6px}.analysis-report-section-header h2{font-size:clamp(32px,3.5vw,52px);line-height:1.11}.analysis-report-section-header p{color:#0f0f0f99;width:1042px;max-width:100%;font-family:"Gilroy-Medium", var(--font-body);margin-top:18px;font-size:clamp(17px,1.7vw,25px);line-height:1.2}.analysis-report-compare-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:44px;margin-top:0;display:grid}.analysis-report-metric-card{border-radius:16px;height:437px;position:relative;overflow:hidden}.analysis-report-metric-card-before{background:#f5f3f1}.analysis-report-metric-card-after{background:#59654d}.analysis-report-metric-bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.analysis-report-metric-wrap h3{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;margin:31px 0 0 15px;font-size:24px;font-weight:400;line-height:28.8px}.analysis-report-metric-wrap-after h3{margin-left:21px}.analysis-report-metric-list{z-index:1;padding:43px 40px 0;position:relative}.analysis-report-metric-row{border-bottom:1px solid #0003;flex-direction:column;justify-content:center;min-height:129px;display:flex}.analysis-report-metric-card-after .analysis-report-metric-row{border-bottom-color:#fff3}.analysis-report-metric-row:last-child{border-bottom:0}.analysis-report-metric-value{color:#000;font-family:var(--font-heading);white-space:nowrap;font-weight:400;line-height:64px}.analysis-report-metric-card-after .analysis-report-metric-value{color:#fff}.analysis-report-metric-value span{font-size:61.92px}.analysis-report-metric-value small{font-family:Inter,sans-serif;font-size:34.4px;line-height:41.28px}.analysis-report-metric-label{color:#7a7a7acc;font-family:"Gilroy-Medium", var(--font-body);margin-top:-10px;font-size:20px;line-height:24px}.analysis-report-metric-card-after .analysis-report-metric-label{color:#fffc}.analysis-report-voice-stack{margin-top:67px}.analysis-report-standalone-heading{font-size:clamp(30px,3vw,44px);line-height:1.3}.analysis-report-stack-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:47px;margin-top:28px;margin-left:0;display:grid}.analysis-report-stack-card{width:100%;min-height:359px;font:inherit;text-align:left;cursor:pointer;background:#f4f4f4;border:0;border-radius:8px;flex-direction:column;padding:32px 28px;display:flex;position:relative;overflow:hidden}.analysis-report-stack-card-bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.analysis-report-stack-card-featured{color:#fff;background:#225b24}.analysis-report-stack-card-featured .analysis-report-stack-card-head,.analysis-report-stack-card-featured .analysis-report-large-value{z-index:1;position:relative}.analysis-report-stack-card-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.analysis-report-stack-card h3,.analysis-report-hallucination-copy h3{color:#0f0f0f;letter-spacing:0;font-weight:400}.analysis-report-stack-card h3{font-family:"Gilroy-Medium", var(--font-body);font-size:28px;line-height:33.6px}.analysis-report-stack-card-featured h3{color:#fff}.analysis-report-stack-card-featured .analysis-report-stack-card-head img{filter:brightness(0)invert()}.analysis-report-stack-card-head img{width:44px;height:44px}.analysis-report-large-value{color:#59654d;font-family:var(--font-heading);white-space:nowrap;margin-top:auto;font-weight:400;line-height:112.18px}.analysis-report-stack-card-featured .analysis-report-large-value{color:#fff}.analysis-report-large-value span{font-size:93.48px}.analysis-report-large-value small{font-family:Inter,sans-serif;font-size:51.93px;line-height:62.32px}.analysis-report-stack-card p{z-index:1;color:#7c7e85;width:auto;font-family:"Gilroy-Medium", var(--font-body);margin:0;font-size:20.94px;line-height:29.32px;position:relative}.analysis-report-stack-card-featured p{color:#ffffffe0}.analysis-report-top-hallucinations{margin-top:54px}.analysis-report-top-hallucinations .analysis-report-standalone-heading:after{content:"";vertical-align:middle;background:#d9d9d9;border-radius:999px;width:8px;height:8px;margin-left:170px;display:inline-block}.analysis-report-hallucination-list{flex-direction:column;gap:28px;width:100%;margin-top:23px;margin-left:0;display:flex}.analysis-report-hallucination-row{background:#f1f1ef;border:1px solid #e5e5e8;border-radius:16px;grid-template-columns:216px minmax(0,1fr);align-items:center;gap:0;min-height:170px;padding:30px 37px 30px 49px;display:grid}.analysis-report-hallucination-score{color:#59654d;height:89px;font-family:var(--font-heading);white-space:nowrap;border-right:1px solid #0003;font-weight:400;line-height:103.16px}.analysis-report-hallucination-score span{font-size:85.97px}.analysis-report-hallucination-score small{font-family:Inter,sans-serif;font-size:47.76px;line-height:57.31px}.analysis-report-hallucination-copy{max-width:none;padding:0 0 0 38px}.analysis-report-hallucination-copy h3{font-family:"Gilroy-SemiBold", var(--font-body);font-size:clamp(20px,2.2vw,26.81px);line-height:1.2}.analysis-report-hallucination-copy p{color:#7c7e85;max-width:760px;font-family:"Gilroy-Medium", var(--font-body);margin-top:4px;font-size:16px;line-height:22.4px}.analysis-report-agent-tab{width:calc(100% + 15px);margin-top:53px}.analysis-report-agent-metrics{background:#f5f4ec;border:2.01px solid #f1f1ef;border-radius:20.36px;grid-template-columns:repeat(3,1fr);width:100%;min-height:222px;display:grid;overflow:hidden}.analysis-report-agent-metric{min-height:222px;padding:30px 43px;position:relative}.analysis-report-agent-metric+.analysis-report-agent-metric:before{content:"";background:#0003;width:1px;height:163px;position:absolute;top:30px;left:0}.analysis-report-agent-metric h3{color:#000;width:340px;font-family:var(--font-heading);font-size:30.35px;font-weight:400;line-height:36.42px}.analysis-report-agent-metric-value{color:#59654d;font-family:var(--font-heading);white-space:nowrap;margin-top:9px;font-weight:400;line-height:104.86px}.analysis-report-agent-metric-value span{font-size:87.38px}.analysis-report-agent-metric-value small{font-family:Inter,sans-serif;font-size:45.44px;line-height:54.52px}.analysis-report-agent-metric-value small:empty{display:none}.analysis-report-agent-title{color:#121212;width:574px;font-family:var(--font-heading);margin:47px 0 32px 13px;font-size:52px;font-weight:400;line-height:57.86px}.analysis-report-agent-tab-figma{width:100%;max-width:1125px;margin-top:42px;margin-left:-2px}.analysis-report-agent-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:47px;width:100%;display:grid}.analysis-report-agent-summary-card{background:#f4f4f4;border-radius:8px;height:219px;padding:32px 28px 0;overflow:hidden}.analysis-report-agent-summary-card h3{color:#0f0f0f;font-family:"Gilroy-Medium", var(--font-body);letter-spacing:0;margin:0;font-size:28px;font-weight:400;line-height:33.6px}.analysis-report-agent-summary-value{color:#59654d;font-family:var(--font-heading);white-space:nowrap;margin-top:22px;font-weight:400;line-height:112.18px}.analysis-report-agent-summary-value span{font-size:93.48px}.analysis-report-agent-summary-value small{font-family:Inter,sans-serif;font-size:51.93px;line-height:62.32px}.analysis-report-agent-issue-group{margin-top:82px}.analysis-report-agent-issue-group+.analysis-report-agent-issue-group{margin-top:125px}.analysis-report-agent-issue-header{align-items:center;gap:28px;display:flex}.analysis-report-agent-issue-header h2{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);letter-spacing:0;margin:0;font-size:32px;font-weight:400;line-height:38.4px}.analysis-report-agent-issue-header span{color:#0f0f0f80;font-family:"Gilroy-Medium", var(--font-body);text-transform:uppercase;font-size:24px;line-height:33.6px}.analysis-report-agent-issue-grid{grid-template-columns:repeat(2,548px);gap:27px;margin-top:31px;display:grid}.analysis-report-agent-case-card{background:#f5f3f1;border-radius:16px;flex-direction:column;min-height:327px;padding:26px 24px 16px;display:flex;position:relative;overflow:hidden}.analysis-report-agent-case-card h3{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);letter-spacing:0;margin:0 0 8px;font-size:20px;font-weight:400;line-height:24px}.analysis-report-agent-case-description{color:#0009;font-family:"Gilroy-Medium", var(--font-body);margin:0 0 18px;font-size:18px;line-height:23.4px}.analysis-report-agent-case-media{align-items:flex-start;gap:9px;display:flex}.analysis-report-agent-case-control{flex-direction:column;align-items:center;gap:6px;display:flex}.analysis-report-agent-case-play{cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.analysis-report-agent-case-time{color:#73726b;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;font-size:10.91px;line-height:13.09px}.analysis-report-agent-case-quote{background:#fff;border:1px solid #dcdcdc;border-top-right-radius:16px;border-bottom-right-radius:16px;border-bottom-left-radius:16px;flex:1;min-height:137px;position:relative;overflow:hidden}.analysis-report-agent-quote-line{background:#ff383c;width:2px;height:96px;position:absolute;top:18px;left:21px}.analysis-report-agent-case-quote span{color:#ff383c;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;font-size:12px;line-height:14.4px;position:absolute;top:21px;left:35px}.analysis-report-agent-case-quote p{color:#626262;width:400px;margin:0;font-family:Inter,sans-serif;font-size:16px;font-style:italic;line-height:25.6px;position:absolute;top:40px;left:35px}.analysis-report-agent-case-quote strong{font-weight:700}.analysis-report-agent-case-call{color:#73726bb3;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;align-self:flex-end;margin-top:auto;padding-top:12px;font-size:12px;line-height:14.4px}.analysis-report-agent-show-more{color:#000;width:282px;height:53px;font-family:"Gilroy-Medium", var(--font-body);cursor:pointer;background:#f5f3f1;border:0;border-radius:8px;justify-content:center;align-items:center;gap:4px;margin:59px auto 0;font-size:20px;line-height:32px;display:flex}.analysis-report-agent-show-more span{width:20px;height:20px;position:relative}.analysis-report-agent-show-more span:before{content:"";border:1.67px solid #000;border-left-width:2px;border-radius:2px;width:8px;height:12px;position:absolute;top:2px;left:6px}.analysis-report-llm-tab{width:min(1125px,100%);margin:64px auto 0}.analysis-report-llm-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:47px;width:100%;display:grid}.analysis-report-llm-summary-card{background:#f4f4f4;border-radius:8px;height:219px;padding:32px 28px 0;overflow:hidden}.analysis-report-llm-summary-card h3{color:#0f0f0f;font-family:"Gilroy-Medium", var(--font-body);letter-spacing:0;margin:0;font-size:24px;font-weight:400;line-height:28.8px}.analysis-report-llm-summary-value{color:#59654d;font-family:var(--font-heading);white-space:nowrap;margin-top:27px;font-weight:400;line-height:112.18px}.analysis-report-llm-summary-value span{font-size:93.48px}.analysis-report-llm-summary-value small{font-family:Inter,sans-serif;font-size:51.93px;line-height:62.32px}.analysis-report-llm-issue-group{margin-top:64px}.analysis-report-llm-issue-group+.analysis-report-llm-issue-group{margin-top:125px}.analysis-report-llm-issue-header{align-items:center;gap:28px;display:flex}.analysis-report-llm-issue-header:after{content:"";background:#8787874d;flex:auto;height:1px}.analysis-report-llm-issue-header h2{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);letter-spacing:0;margin:0;font-size:32px;font-weight:400;line-height:38.4px}.analysis-report-llm-issue-header span{color:#0f0f0f80;font-family:"Gilroy-Medium", var(--font-body);text-transform:uppercase;white-space:nowrap;font-size:24px;line-height:33.6px}.analysis-report-llm-issue-group .analysis-report-agent-issue-grid{margin-top:31px}.analysis-report-llm-show-more{color:#000;width:282px;height:53px;font-family:"Gilroy-Medium", var(--font-body);cursor:pointer;background:#f5f3f1;border:0;border-radius:8px;justify-content:center;align-items:center;gap:4px;margin:59px auto 0;font-size:20px;line-height:32px;display:flex}.analysis-report-llm-show-more span{justify-content:center;align-items:center;width:20px;height:20px;font-family:Inter,sans-serif;font-size:20px;line-height:20px;display:inline-flex}.analysis-report-llm-tab .dash-signal-section,.analysis-report-stt-tab .dash-signal-section,.analysis-report-tts-tab .dash-signal-section{margin-top:64px}.analysis-report-stt-tab .dash-signal-card-stt,.analysis-report-llm-tab .dash-signal-card-llm,.analysis-report-tts-tab .dash-signal-card-tts{align-self:start;min-height:0}.analysis-report-static-llm-section .dash-signal-card-title-row h3{text-overflow:clip;white-space:normal;overflow:visible}.analysis-report-tool-call-card{flex-direction:column;min-height:301px;padding-bottom:18px;display:flex}.analysis-report-tool-call-code{color:#626262;white-space:pre;background:#fff;border:1px solid #dcdcdc;border-radius:15px;margin:18px 0 0;padding:20px 22px;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.94563rem;font-weight:450;line-height:1.6;overflow-x:auto}.analysis-report-tool-call-code-line{display:block}.analysis-report-tool-call-code mark{color:#f3280f;background:#ffe8e5ad;border-radius:4px;padding:2px 4px}.analysis-report-tool-call-ref{color:#73726bb3;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;align-self:flex-end;margin-top:auto;padding-top:14px;font-size:.75rem;line-height:14.4px}.analysis-report-drift-card{flex-direction:column;min-height:266px;padding-bottom:18px;display:flex}.analysis-report-drift-row{align-items:flex-start;gap:12px;margin:22px 0 0;display:flex}.analysis-report-drift-player{flex-direction:column;flex:none;align-items:center;gap:6px;display:flex}.analysis-report-drift-time{color:#73726b;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;font-size:.68rem;line-height:13.09px}.analysis-report-drift-quote{border-radius:0 16px 16px;flex:auto;min-width:0;min-height:0;padding:18px 24px 18px 33px}.analysis-report-drift-quote .dash-signal-quote-line{top:16px;bottom:16px}.analysis-report-stt-tab{width:min(1125px,100%);margin:64px auto 0}.analysis-report-stt-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:47px;width:100%;display:grid}.analysis-report-stt-summary-card{background:#f4f4f4;border-radius:8px;height:219px;padding:32px 28px 0;overflow:hidden}.analysis-report-stt-summary-card h3{color:#0f0f0f;font-family:"Gilroy-Medium", var(--font-body);letter-spacing:0;margin:0;font-size:24px;font-weight:400;line-height:28.8px}.analysis-report-stt-summary-value{color:#59654d;font-family:var(--font-heading);white-space:nowrap;margin-top:27px;font-weight:400;line-height:112.18px}.analysis-report-stt-summary-value span{font-size:93.48px}.analysis-report-stt-summary-value small{font-family:Inter,sans-serif;font-size:51.93px;line-height:62.32px}:is(.analysis-report-llm-summary-card:has(.analysis-report-metric-caption) .analysis-report-llm-summary-value,.analysis-report-stt-summary-card:has(.analysis-report-metric-caption) .analysis-report-stt-summary-value,.analysis-report-tts-summary-card:has(.analysis-report-metric-caption) .analysis-report-tts-summary-value){line-height:96px}.analysis-report-metric-caption{color:#59654d;white-space:nowrap;margin:8px 0 0;font-family:Inter,sans-serif;font-size:17px;line-height:1.2}.analysis-report-empty-state{background:#f5f3f1;border-radius:16px;width:min(1107px,100%);height:clamp(360px,40.92vw,453px);margin:0 auto;position:relative;overflow:hidden}.analysis-report-no-data-empty{width:min(1125px,100%);margin:64px auto 0}.analysis-report-empty-bg{object-fit:cover;object-position:center top;width:100%;height:100%;position:absolute;inset:0}.analysis-report-empty-checklist{flex-direction:column;gap:clamp(12px,1.5vw,18px);width:min(340px,100% - 64px);display:flex;position:absolute;top:clamp(34px,4.2vw,45px);left:50%;transform:translate(-50%)}.analysis-report-empty-check-row{color:#fff9;font-family:"Gilroy-Medium", var(--font-body);white-space:nowrap;align-items:center;gap:clamp(13px,1.6vw,20px);font-size:clamp(22px,2.9vw,32px);line-height:1.4;-webkit-text-decoration:line-through #ffffffb3;text-decoration:line-through #ffffffb3;text-decoration-thickness:2px;display:flex}.analysis-report-empty-check-row img{flex:none;width:clamp(30px,4vw,45px);height:clamp(30px,4vw,45px)}.analysis-report-empty-copy{text-align:center;width:min(567px,100% - 48px);position:absolute;bottom:clamp(44px,5.8vw,68px);left:50%;transform:translate(-50%)}.analysis-report-empty-copy h2{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);letter-spacing:0;margin:0;font-size:clamp(26px,2.9vw,32px);font-weight:400;line-height:1.2}.analysis-report-empty-copy p{color:#0009;font-family:"Gilroy-Medium", var(--font-body);margin:16px auto 0;font-size:clamp(15px,1.65vw,18px);line-height:1.4}.analysis-report-tts-tab{width:min(1125px,100%);margin:64px auto 0}.analysis-report-tts-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:47px;width:100%;display:grid}.analysis-report-tts-summary-card{background:#f4f4f4;border-radius:8px;height:219px;padding:32px 28px 0;overflow:hidden}.analysis-report-tts-summary-card h3{color:#0f0f0f;font-family:"Gilroy-Medium", var(--font-body);letter-spacing:0;margin:0;font-size:24px;font-weight:400;line-height:28.8px}.analysis-report-tts-summary-value{color:#59654d;font-family:var(--font-heading);white-space:nowrap;margin-top:27px;font-weight:400;line-height:112.18px}.analysis-report-tts-summary-value span{font-size:93.48px}.analysis-report-tts-summary-value small{font-family:Inter,sans-serif;font-size:51.93px;line-height:62.32px}.analysis-report-voice-issue-header:after{content:"";background:#8787874d;flex:auto;height:1px;margin-left:26px}.analysis-report-voice-case-grid{grid-template-columns:repeat(2,548px);gap:22px 24px;margin-top:31px;display:grid}.analysis-report-voice-figma-card{background:#f5f3f1;border-radius:16px;height:397px;position:relative;overflow:hidden}.analysis-report-voice-figma-card h3{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);letter-spacing:0;margin:0;font-size:20px;font-weight:400;line-height:24px;position:absolute;top:29px;left:26px}.analysis-report-voice-figma-description{color:#0009;width:499px;font-family:"Gilroy-Medium", var(--font-body);margin:0;font-size:18px;line-height:23.4px;position:absolute;top:60px;left:24px}.analysis-report-voice-avatar{border-radius:999px;width:32px;height:32px;position:absolute;top:138px}.analysis-report-voice-figma-card-tts .analysis-report-voice-avatar{left:24px}.analysis-report-voice-figma-card-stt .analysis-report-voice-avatar{right:27px}.analysis-report-voice-figma-quote{background:#fff;border:1px solid #dcdcdc;width:456px;height:204px;position:absolute;top:138px;overflow:hidden}.analysis-report-voice-figma-card-tts .analysis-report-voice-figma-quote{border-top-right-radius:16px;border-bottom-right-radius:16px;border-bottom-left-radius:16px;left:65px}.analysis-report-voice-figma-card-stt .analysis-report-voice-figma-quote{border-top-left-radius:16px;border-bottom-right-radius:16px;border-bottom-left-radius:16px;left:24px}.analysis-report-voice-figma-quote .analysis-report-agent-quote-line{background:#ff383c;width:2px;height:96px;left:21px}.analysis-report-voice-figma-card-tts .analysis-report-agent-quote-line{top:18px}.analysis-report-voice-figma-card-stt .analysis-report-agent-quote-line{top:84px}.analysis-report-voice-figma-quote>span{color:#ff383c;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;font-size:12px;line-height:14.4px;position:absolute;left:35px}.analysis-report-voice-figma-card-tts .analysis-report-voice-figma-quote>span{top:21px}.analysis-report-voice-figma-card-stt .analysis-report-voice-figma-quote>span{top:84px}.analysis-report-voice-figma-quote p{color:#626262;width:400px;margin:0;font-family:Inter,sans-serif;font-size:16px;font-style:italic;line-height:25.6px;position:absolute;left:35px}.analysis-report-voice-figma-quote strong{font-weight:700}.analysis-report-voice-figma-card-tts .analysis-report-voice-figma-quote p{top:40px}.analysis-report-voice-figma-card-stt .analysis-report-voice-figma-quote p{top:104px}.analysis-report-voice-waveform{cursor:pointer;background:#fff1f1;border:0;border-radius:8px;align-items:center;width:414px;height:46px;padding:0;display:flex;position:absolute;left:21px;overflow:hidden}.analysis-report-voice-figma-card-tts .analysis-report-voice-waveform{top:139px}.analysis-report-voice-figma-card-stt .analysis-report-voice-waveform{top:21px}.analysis-report-voice-waveform i{border-top:7px solid #0000;border-bottom:7px solid #0000;border-left:12px solid #ca0005;width:0;height:0;position:absolute;top:15px;left:14px}.analysis-report-voice-waveform-bars{align-items:center;gap:3px;height:34px;display:flex;position:absolute;top:6px;left:39px;right:10px;overflow:hidden}.analysis-report-voice-waveform-bars span{background:#de4d5b;border-radius:999px;width:1.5px;min-width:1.5px}.analysis-report-voice-figma-call{color:#73726bb3;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;font-size:12px;line-height:14.4px;position:absolute;top:364px;right:25px}.analysis-report-accordion-list{flex-direction:column;gap:38px;width:1300px;display:flex}.analysis-report-accordion-card{background:#f1f1ef;border-radius:15.91px;overflow:hidden}.analysis-report-accordion-card.expanded{border:.99px solid #e5e5e8}.analysis-report-accordion-header{cursor:pointer;grid-template-columns:77px 1fr 126px 44px;align-items:center;gap:24px;min-height:157px;padding:38px 56px 38px 28px;display:grid}.analysis-report-accordion-card.expanded .analysis-report-accordion-header{border-bottom:.99px solid #59654d33}.analysis-report-accordion-number{color:#59654d;width:77px;height:77px;font-family:"Gilroy-SemiBold", var(--font-body);background:#e7e8e3;border-radius:7.95px;justify-content:center;align-items:center;font-size:33.8px;line-height:40.56px;display:flex}.analysis-report-accordion-copy h3{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);font-size:31.81px;font-weight:400;line-height:38.18px}.analysis-report-accordion-copy p{color:#7c7e85;font-family:"Gilroy-Medium", var(--font-body);margin-top:3px;font-size:23.86px;line-height:33.4px}.analysis-report-accordion-count{color:#0f0f0f;width:126px;height:39px;font-family:"Gilroy-Medium", var(--font-body);text-transform:uppercase;background:#fff;border:.99px solid #d9d9d9;border-radius:47.72px;justify-content:center;align-items:center;font-size:15.91px;line-height:22.27px;display:inline-flex}.analysis-report-accordion-chevron{width:44px;height:44px;position:relative}.analysis-report-accordion-chevron:before,.analysis-report-accordion-chevron:after{content:"";background:#000;border-radius:999px;width:19px;height:4px;position:absolute;top:20px}.analysis-report-accordion-chevron:before{left:6px;transform:rotate(-45deg)}.analysis-report-accordion-chevron:after{right:6px;transform:rotate(45deg)}.analysis-report-accordion-card:not(.expanded) .analysis-report-accordion-chevron:before{transform:rotate(45deg)}.analysis-report-accordion-card:not(.expanded) .analysis-report-accordion-chevron:after{transform:rotate(-45deg)}.analysis-report-accordion-body{flex-direction:column;gap:29px;padding:28px 37px 38px;display:flex}.analysis-report-accordion-card:not(.expanded) .analysis-report-accordion-body{display:none}.analysis-report-case-card{background:#fff;border:.99px solid #e5e5e8;border-radius:15.91px;grid-template-columns:minmax(0,1fr) 543px;gap:46px;min-height:187px;padding:24px 24px 20px;display:grid}.analysis-report-case-title{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);font-size:19.88px;line-height:23.86px}.analysis-report-agent-quote{border-left:2px solid #ff383c;min-height:56px;margin-top:22px;padding-left:7px;position:relative}.analysis-report-quote-label{color:#ff383c;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;margin-top:-8px;font-size:11.93px;line-height:14.32px;display:block}.analysis-report-agent-quote p{color:#575757;width:537px;margin-top:4px;font-family:Inter,sans-serif;font-size:13.92px;font-style:italic;line-height:18.09px}.analysis-report-listen-btn{color:#59654d;width:111px;height:27px;font-family:"Gilroy-Medium", var(--font-body);background:#eaefd7;border:.99px solid #e5e5e8;border-radius:24.85px;justify-content:center;align-items:center;gap:5px;margin-top:18px;font-size:11.93px;line-height:14.32px;display:inline-flex}.analysis-report-listen-btn audio{display:none}.analysis-report-play-dot{border-top:4px solid #0000;border-bottom:4px solid #0000;border-left:7px solid #59654d;width:0;height:0;position:relative}.analysis-report-listen-btn.playing .analysis-report-play-dot{border:0;width:8px;height:10px}.analysis-report-listen-btn.playing .analysis-report-play-dot:before,.analysis-report-listen-btn.playing .analysis-report-play-dot:after{content:"";background:#59654d;border-radius:2px;width:3px;height:10px;position:absolute;top:0}.analysis-report-listen-btn.playing .analysis-report-play-dot:before{left:0}.analysis-report-listen-btn.playing .analysis-report-play-dot:after{right:0}.analysis-report-case-right{padding-top:0;position:relative}.analysis-report-case-meta{color:#73726b;height:18px;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;justify-content:flex-end;align-items:center;gap:12px;font-size:11.93px;line-height:14.32px;display:flex}.analysis-report-critical{color:#ff383c;background:#ff383c12;border-radius:999px;justify-content:center;align-items:center;gap:4px;min-width:84px;height:24px;padding:0 11px;font-size:11.93px;line-height:14.32px;display:inline-flex}.analysis-report-critical i{background:#ff383c;border-radius:999px;width:8px;height:8px}.analysis-report-rasen-note{background:#f5f4ec;border-radius:7.95px;height:auto;min-height:95px;margin-top:14px;padding:18px 16px 14px}.analysis-report-note-title{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;font-size:11.93px;line-height:14.32px}.analysis-report-note-title:before{content:"";border:1px solid #73726b;border-radius:50%;width:10px;height:10px;margin-right:4px;display:inline-block}.analysis-report-rasen-note p{color:#575757;width:476px;font-family:"Gilroy-Medium", var(--font-body);margin-top:9px;font-size:13.92px;line-height:18.09px}.analysis-report-rasen-note p+p{margin-top:8px}.analysis-report-rasen-note strong{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);font-weight:400}.analysis-report-show-cases{color:#73726b;width:310px;height:48px;font-family:"Gilroy-Medium", var(--font-body);background:#fff;border:.99px solid #e5e5e8;border-radius:7.95px;justify-content:center;align-self:center;align-items:center;gap:6px;font-size:19.58px;line-height:31.32px;display:inline-flex}.analysis-report-voice-tab .analysis-report-agent-title{margin-top:47px}.analysis-report-voice-accordion-card.expanded .analysis-report-accordion-header{border-bottom-color:#59654d33}.analysis-report-voice-accordion-body{gap:19px;padding-top:28px}.analysis-report-voice-case-card{grid-template-columns:minmax(0,1fr) 543px;gap:46px;min-height:249px;padding:24px 24px 30px}.analysis-report-audio-player{cursor:pointer;background:#eaefd7;border:.99px solid #e5e5e8;border-radius:24.85px;align-items:center;gap:12px;width:503px;height:35px;margin-top:29px;padding:0 14px;display:flex}.analysis-report-audio-play{border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:13px solid #59654d;flex:none;width:0;height:0;position:relative}.analysis-report-audio-player.playing .analysis-report-audio-play{border:0;width:13px;height:16px}.analysis-report-audio-player.playing .analysis-report-audio-play:before,.analysis-report-audio-player.playing .analysis-report-audio-play:after{content:"";background:#59654d;border-radius:2px;width:4px;height:16px;position:absolute;top:0}.analysis-report-audio-player.playing .analysis-report-audio-play:before{left:1px}.analysis-report-audio-player.playing .analysis-report-audio-play:after{right:1px}.analysis-report-audio-track{background:#59654d66;flex:none;width:393px;height:1px;position:relative}.analysis-report-audio-fill{background:#59654d;border-radius:999px;width:0%;height:3px;position:absolute;top:-1px;left:0}.analysis-report-audio-player audio{display:none}.analysis-report-audio-time{color:#59654d;font-family:"Gilroy-Medium", var(--font-body);white-space:nowrap;font-size:11.93px;line-height:14.32px}.analysis-report-voice-quote{margin-top:27px}.analysis-report-voice-note{height:auto;min-height:121px;margin-top:39px}.analysis-report-pending-tab{background:#f5f4ec;border-radius:20px;min-height:360px;margin-top:96px;padding:48px}.analysis-report-pending-tab h2{font-family:var(--font-heading);font-size:52px;font-weight:400;line-height:57.86px}.analysis-report-pending-tab p{color:#7c7e85;font-family:"Gilroy-Medium", var(--font-body);margin-top:16px;font-size:24px;line-height:31px}.analysis-report-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow:hidden}.analysis-report-building-flow-screen{background:#fff;height:100dvh;min-height:0;overflow:hidden}.analysis-report-building-page{grid-template-columns:minmax(480px,640px) 1fr;align-items:start;gap:clamp(48px,7.15vw,103px);width:100%;height:100dvh;min-height:0;padding:clamp(32px,5.7vh,55px) 40px clamp(32px,5.6vh,54px) 72px;display:grid;overflow:hidden}.analysis-report-building-copy h2,.analysis-report-config-header h2,.analysis-report-config-step-title{color:#121212;font-family:var(--font-heading);letter-spacing:0;font-weight:400}.analysis-report-building-copy{flex-direction:column;width:100%;height:calc(100dvh - clamp(32px,5.7vh,55px) - clamp(32px,5.6vh,54px));min-height:0;padding-top:clamp(0px,3.33vh,32px);display:flex}.analysis-report-building-copy h2{max-width:640px;font-size:clamp(40px,3.6vw,66px);line-height:1.12}.analysis-report-building-copy>p{color:#000000b3;width:100%;max-width:560px;font-family:"Gilroy-Medium", var(--font-body);margin-top:20px;font-size:clamp(16px,1.3vw,20px);line-height:1.45}.analysis-report-building-steps{width:100%;margin-top:clamp(38px,5.2vh,62px)}.analysis-report-building-step{color:#000;height:clamp(64px,9.2vh,94px);font-family:"Gilroy-Medium", var(--font-body);border-bottom:1px solid #0000001a;align-items:center;gap:16px;font-size:clamp(17px,1.6vw,25px);line-height:1.25;display:flex}.analysis-report-building-step:last-child{border-bottom:0}.analysis-report-building-step img{flex:none;width:30px;height:30px}.analysis-report-building-step img.is-loading{animation:1s linear infinite analysis-report-spin}.analysis-report-building-progress-wrap{margin-top:auto;padding-left:4px}.analysis-report-building-progress,.analysis-report-config-progress{background:#e6e6e3;border-radius:54.36px;width:353px;height:16px;overflow:hidden}.analysis-report-building-progress span,.analysis-report-config-progress span{border-radius:inherit;background:#59654d;height:100%;transition:width .6s;display:block}.analysis-report-building-progress span{width:38%}.analysis-report-config-progress span{width:248px}.analysis-report-building-setup-btn{color:#fff;height:48px;font-family:"Gilroy-Medium", var(--font-body);cursor:pointer;background:#121212;border:0;border-radius:12px;align-self:flex-start;margin-top:auto;padding:0 56px;font-size:clamp(17px,1.5vw,21px);line-height:24px;transition:opacity .15s}.analysis-report-building-setup-btn:hover{opacity:.9}.analysis-report-building-time{color:#000;font-family:"Gilroy-Medium", var(--font-body);align-items:center;gap:7px;margin-top:7px;font-size:12px;line-height:24px;display:flex}.analysis-report-building-time img{width:14px;height:14px;animation:1s linear infinite analysis-report-spin}.analysis-report-building-image-card{background:#d9a142;border-radius:16px;width:100%;height:calc(100dvh - clamp(32px,5.7vh,55px) - clamp(32px,5.6vh,54px));min-height:0;position:relative;overflow:hidden}.analysis-report-building-image-card>img{object-fit:cover;width:100%;height:100%}.analysis-report-building-image-copy{-webkit-backdrop-filter:blur(80.95px);backdrop-filter:blur(80.95px);color:#fff;background:#0000004d;border-radius:14px;min-height:260px;padding:34px 42px;position:absolute;bottom:28px;left:28px;right:28px}.analysis-report-building-image-copy h3{font-family:var(--font-heading);font-size:clamp(28px,2.5vw,44px);font-weight:400;line-height:1.22}.analysis-report-building-image-copy p{color:#ffffffb3;font-family:"Gilroy-Medium", var(--font-body);margin-top:14px;font-size:clamp(17px,1.55vw,30px);line-height:1.3}.analysis-report-configure-overlay{align-items:center}.analysis-report-config-modal{background:#fff;border-radius:24px;flex-direction:column;width:min(1195px,100vw - 48px);height:min(1306px,100dvh - 48px);min-height:0;padding:46px 40px 55px;display:flex;overflow:hidden}.analysis-report-config-modal-simulations{height:min(1477px,100dvh - 48px)}.analysis-report-config-header{flex:none;justify-content:space-between;align-items:flex-start;height:116px;padding:0 5px 0 13px;display:flex}.analysis-report-config-title-wrap{align-items:center;gap:22px;display:flex}.analysis-report-config-title-wrap img{width:52px;height:52px}.analysis-report-config-header h2{font-size:52px;line-height:44px}.analysis-report-config-stepper{background:#f1f1ef;border:1px solid #e5e5e8;border-radius:56px;justify-content:space-between;align-items:center;width:198px;height:61px;padding:7px 18px;display:flex}.analysis-report-config-step-dot{opacity:.2;background:#000;border-radius:56px;width:14px;height:14px}.analysis-report-config-step-dot.active{opacity:1;background:0 0;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.analysis-report-config-step-dot.active img{width:48px;height:48px;display:block}.analysis-report-config-divider{background:#e5e5e8;flex:none;height:1px;margin:0 -35px}.analysis-report-config-content{scrollbar-width:thin;scrollbar-color:#59654d59 transparent;flex:auto;min-height:0;padding:36px 12px 36px 0;overflow-y:auto}.analysis-report-config-content::-webkit-scrollbar{width:8px}.analysis-report-config-content::-webkit-scrollbar-track{background:0 0}.analysis-report-config-content::-webkit-scrollbar-thumb{background:#59654d59;border-radius:999px}.analysis-report-config-step-title{font-size:32px;line-height:58.22px}.analysis-report-tuning-card-list{flex-direction:column;gap:22px;margin-top:7px;display:flex}.analysis-report-tuning-card{background:#f1f1ef;border:1.13px solid #e5e5e8;border-radius:9px;overflow:hidden}.analysis-report-tuning-card-header{justify-content:space-between;align-items:center;height:88px;padding:26px 32px 16px 28px;display:flex}.analysis-report-tuning-heading{align-items:center;gap:15px;display:flex}.analysis-report-tuning-heading img{width:45px;height:45px}.analysis-report-tuning-heading h4{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);font-size:22.58px;font-weight:400;line-height:25px}.analysis-report-tuning-card-header>span{color:#ff383c;min-width:145px;height:34px;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;background:#ff383c12;border:1px solid #ff383c26;border-radius:16px;justify-content:center;align-items:center;padding:0 16px;font-size:16px;line-height:19.2px;display:inline-flex}.analysis-report-tuning-examples{border-top:1px solid #e5e5e8;padding:27px 25px}.analysis-report-tuning-examples-label{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;margin-bottom:14px;font-size:16px;line-height:19.2px}.analysis-report-tuning-example{background:#fff;border-radius:4px;grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr);align-items:center;gap:22px;min-height:122px;margin-top:17px;padding:18px 20px;display:grid}.analysis-report-tuning-example:first-of-type{margin-top:0}.analysis-report-tuning-sample strong{font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;margin-bottom:8px;font-size:12px;line-height:14.49px;display:block}.analysis-report-tuning-sample p{color:#575757;background:#f5f4ec8c;border-left:2px solid;min-height:54px;padding:13px 18px;font-family:Inter,sans-serif;font-size:14px;font-style:italic;line-height:20px}.analysis-report-tuning-sample-now{color:#ca0005}.analysis-report-tuning-sample-after{color:#59654d}.analysis-report-tuning-sample-now p{border-left-color:#ca0005}.analysis-report-tuning-sample-after p{border-left-color:#59654d}.analysis-report-tuning-sample mark{background:0 0;font-weight:700}.analysis-report-tuning-sample-now mark{color:#ca0005}.analysis-report-tuning-sample-after mark{color:#59654d}.analysis-report-tuning-arrow{justify-self:center;width:28px;height:28px}.analysis-report-config-footer{background:#fff;border-top:1px solid #e5e5e8cc;flex:none;justify-content:space-between;align-items:center;margin-top:0;padding:28px 5px 0 18px;display:flex}.analysis-report-config-progress{background:#f2f3f1}.analysis-report-config-next{color:#fff;min-width:158px;height:48px;font-family:"Gilroy-Medium", var(--font-body);cursor:pointer;background:#000;border:0;border-radius:8px;font-size:16px;line-height:24px}.analysis-report-config-modal-simulations .analysis-report-config-next{background:linear-gradient(#515151 0%,#0f0f0f 100%)}.analysis-report-simulations-head{grid-template-columns:minmax(0,1fr) 425px;align-items:start;gap:44px;display:grid}.analysis-report-use-case-count{color:#000;font-family:var(--font-heading);margin-top:26px;font-size:98.27px;line-height:108.1px}.analysis-report-simulations-head p{color:#000;width:354px;font-family:"Gilroy-Medium", var(--font-body);font-size:28.36px;line-height:35.83px}.analysis-report-simulation-settings{background:#fff;border:1px solid #e5e5e8;border-radius:8px;width:425px;padding:22px 30px}.analysis-report-simulation-toggle-row{border-bottom:1px solid #e8e8e8;justify-content:space-between;align-items:center;min-height:64px;display:flex}.analysis-report-simulation-toggle-row:last-child{border-bottom:0}.analysis-report-simulation-toggle-row span:first-child{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);font-size:16px;line-height:24px}.analysis-report-simulation-toggle{background:#000;border-radius:30px;width:40px;height:20px;position:relative;box-shadow:inset 0 .88px 5.88px #00000026}.analysis-report-simulation-toggle:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;position:absolute;top:2px;right:2px}.analysis-report-simulation-section{margin-top:52px}.analysis-report-simulation-section-title{align-items:center;gap:24px;margin:0 16px 18px;display:flex}.analysis-report-simulation-section-title span{color:#0f0f0fb3;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;white-space:nowrap;font-size:20.12px;line-height:17.11px}.analysis-report-simulation-section-title i{background:#0006;flex:1;height:1px}.analysis-report-simulation-flow-list{flex-direction:column;gap:15px;display:flex}.analysis-report-simulation-flow{background:#f1f1ef;border:1.59px solid #e5e5e8;border-radius:16.1px;overflow:hidden}.analysis-report-simulation-flow header{cursor:pointer;grid-template-columns:minmax(0,1fr) 80px 26px;align-items:center;gap:24px;min-height:106px;padding:26px 32px;display:grid}.analysis-report-simulation-flow h4{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);font-size:20.12px;font-weight:400;line-height:24px}.analysis-report-simulation-flow p{color:#0f0f0f99;font-family:"Gilroy-Medium", var(--font-body);margin-top:8px;font-size:14.09px;line-height:17.11px}.analysis-report-simulation-flow header>span{color:#181818;background:#fff;border:1px solid #e5e5e8;border-radius:6px;justify-content:center;align-items:center;height:24px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:18px;display:inline-flex}.analysis-report-simulation-flow header>i{width:25px;height:25px;position:relative}.analysis-report-simulation-flow header>i:before,.analysis-report-simulation-flow header>i:after{content:"";background:#000;border-radius:999px;width:11px;height:3px;position:absolute;top:11px}.analysis-report-simulation-flow header>i:before{left:4px;transform:rotate(45deg)}.analysis-report-simulation-flow header>i:after{right:4px;transform:rotate(-45deg)}.analysis-report-simulation-flow.expanded header{border-bottom:1px solid #e5e5e8}.analysis-report-simulation-flow.expanded header>i:before{transform:rotate(-45deg)}.analysis-report-simulation-flow.expanded header>i:after{transform:rotate(45deg)}.analysis-report-scenario-grid{grid-template-columns:repeat(3,1fr);gap:29px;padding:32px 23px 35px;display:grid}.analysis-report-scenario-card{background:#fff;border:1px solid #ececee;border-radius:12px;min-height:123px;padding:18px 15px}.analysis-report-scenario-card strong{color:gray;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;font-size:12px;line-height:14.49px}.analysis-report-scenario-card p{color:#1c1c1d;width:229px;margin-top:23px;font-size:16.1px;line-height:20.12px}.analysis-report-add-scenario{color:#0f0f0f;width:100%;height:80px;font-family:"Gilroy-SemiBold", var(--font-body);background:#f1f1ef;border:1.59px solid #e5e5e8;border-radius:16.1px;justify-content:center;align-items:center;gap:12px;margin-top:16px;font-size:20.12px;line-height:17.11px;display:flex}.analysis-report-add-scenario img{width:20px;height:20px}.analysis-report-config-modal-v2{background:#f1f1ef;border-radius:20px;width:min(1640px,80vw);height:auto;max-height:calc(100dvh - 72px);padding:clamp(34px,3.2vw,58px) clamp(38px,3.6vw,68px) clamp(28px,2.4vw,42px)}.analysis-report-config-modal-v2.analysis-report-config-modal-simulations{height:auto}.analysis-report-config-modal-v2 .analysis-report-config-header{align-items:flex-start;height:clamp(48px,4vw,62px);padding:0}.analysis-report-config-modal-v2 .analysis-report-config-header h2{font-size:clamp(38px,2.75vw,52px);line-height:1.12}.analysis-report-config-modal-v2 .analysis-report-config-stepper{background:#fff;border:0;border-radius:56px;justify-content:center;gap:clamp(16px,1.1vw,20px);width:auto;height:clamp(46px,3.2vw,56px);padding:6px 8px}.analysis-report-config-modal-v2 .analysis-report-config-step-dot{opacity:.16;flex:0 0 11px;width:11px;height:11px}.analysis-report-config-modal-v2 .analysis-report-config-step-dot.active{opacity:1;background:#59654d;border-radius:999px;flex-basis:38px;width:38px;height:38px}.analysis-report-config-modal-v2 .analysis-report-config-step-dot.active img{object-fit:contain;filter:brightness(0)invert();width:21px;height:21px}.analysis-report-config-modal-v2 .analysis-report-config-step-dot.active img[src*=simulation-use-casse-icon]{width:25px;height:25px}.analysis-report-config-modal-v2 .analysis-report-config-divider{display:none}.analysis-report-config-modal-v2 .analysis-report-config-content{padding:clamp(18px,2vw,34px) 0 clamp(20px,2vw,30px);overflow-y:auto}.analysis-report-config-modal-v2 .analysis-report-config-footer{background:0 0;border-top:0;justify-content:flex-end;padding:0}.analysis-report-config-modal-v2 .analysis-report-config-next{border-radius:7px;min-width:132px;height:46px;padding:0 32px;font-size:15px;line-height:20px}.analysis-report-config-modal-v2.analysis-report-config-modal-simulations .analysis-report-config-next{background:#000;min-width:144px}.analysis-report-config-optimisation-list{flex-direction:column;gap:clamp(14px,1.15vw,22px);display:flex}.analysis-report-config-optimisation-card{background:#fff;border:1px solid #e5e5e8;border-radius:10px;padding:clamp(14px,1.2vw,22px)}.analysis-report-config-optimisation-heading{align-items:center;gap:14px;margin-bottom:20px;display:flex}.analysis-report-config-optimisation-heading img{width:25px;height:25px}.analysis-report-config-optimisation-heading h3{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);margin:0;font-size:clamp(19px,1.35vw,28px);font-weight:400;line-height:1.18}.analysis-report-config-example-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(18px,1.4vw,28px);display:grid}.analysis-report-config-example-card{background:#f5f3f1;border-radius:5px;min-width:0}.analysis-report-config-example-card h4{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);margin:0;font-size:clamp(13px,.9vw,16px);font-weight:400;line-height:1.25}.analysis-report-config-stt-example{padding:clamp(16px,1.25vw,24px)}.analysis-report-config-optimisation-heading-row{align-items:center;gap:14px;display:flex}.analysis-report-config-optimisation-card.expanded .analysis-report-config-optimisation-heading-row{margin-bottom:clamp(16px,1.2vw,22px)}.analysis-report-config-optimisation-card .analysis-report-config-optimisation-heading{min-width:0;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex:auto;align-items:center;gap:12px;margin:0;padding:0;display:flex}.analysis-report-config-optimisation-card .analysis-report-config-optimisation-heading h3{flex:auto;min-width:0}.analysis-report-config-chevron{flex:0 0 20px;transition:transform .15s}.analysis-report-config-optimisation-card.expanded .analysis-report-config-chevron{transform:rotate(180deg)}.analysis-report-config-cases{color:#0f0f0f;font-family:"Gilroy-Medium", var(--font-body);background:#fff;border:1px solid #e5e5e8;border-radius:999px;flex:none;padding:5px clamp(12px,.9vw,16px);font-size:clamp(13px,.95vw,16px);line-height:1.2}.analysis-report-config-check-btn{cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.analysis-report-config-optimisation-card .analysis-report-config-check{width:28px;height:28px;display:block}.analysis-report-config-check-empty{background:#fff;border:1.5px solid #c9c9cb;border-radius:999px;width:28px;height:28px;transition:border-color .15s}.analysis-report-config-check-btn:hover .analysis-report-config-check-empty{border-color:#59654d}.analysis-report-config-optimisation-card.muted .analysis-report-config-optimisation-heading{opacity:.45}.analysis-report-config-stt-customer,.analysis-report-config-stt-transcriber,.analysis-report-config-agent-quote,.analysis-report-config-tts-llm-quote,.analysis-report-config-tts-audio{background:#fff;border:1px solid #dcdcdc;position:relative;overflow:hidden}.analysis-report-config-stt-customer{border-radius:8px;min-height:clamp(86px,6.6vw,116px);margin-top:13px;padding:clamp(12px,1vw,16px) clamp(12px,1vw,16px) clamp(10px,.85vw,13px)}.analysis-report-config-stt-transcriber{border-radius:8px;min-height:clamp(58px,4.4vw,74px);margin-top:clamp(8px,.75vw,12px);padding:clamp(11px,.85vw,14px) clamp(12px,.9vw,14px) clamp(10px,.85vw,13px) clamp(26px,1.8vw,32px)}.analysis-report-config-stt-customer>span,.analysis-report-config-stt-transcriber>span,.analysis-report-config-agent-quote>span,.analysis-report-config-tts-audio>span{color:#ff383c;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;font-size:clamp(10px,.75vw,12px);line-height:1.2;display:block}.analysis-report-config-stt-customer p,.analysis-report-config-stt-transcriber p,.analysis-report-config-agent-quote p,.analysis-report-config-tts-llm-quote p,.analysis-report-config-tts-audio p{color:#626262;overflow-wrap:anywhere;margin:8px 0 0;font-family:Inter,sans-serif;font-size:clamp(12px,.9vw,15px);font-style:italic;line-height:1.45}.analysis-report-config-stt-transcriber i,.analysis-report-config-agent-quote i,.analysis-report-config-tts-llm-quote i{background:#ff383c;width:1.5px;position:absolute;top:13px;bottom:13px;left:15px}.analysis-report-config-stt-transcriber strong,.analysis-report-config-agent-quote strong,.analysis-report-config-tts-audio strong{background:#fff1f1;border-radius:3px;padding:1px 4px 2px;font-weight:700}.analysis-report-config-tts-audio strong{color:red}.analysis-report-config-waveform,.analysis-report-config-tts-waveform{cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;width:100%;height:clamp(20px,1.5vw,24px);margin-top:clamp(8px,.75vw,10px);padding:0;display:flex}.analysis-report-config-play{background:radial-gradient(circle at 34% 35%,#16f5ff 0 19%,#0000 20%),linear-gradient(145deg,#12efff 0%,#1b6dff 46%,#2b16d8 100%);border-radius:999px;flex:0 0 18px;width:18px;height:18px;position:relative}.analysis-report-config-play:after{content:"";border-top:4px solid #0000;border-bottom:4px solid #0000;border-left:6px solid #fff;width:0;height:0;position:absolute;top:5px;left:7px}.analysis-report-config-wave-bars{flex:auto;align-items:center;gap:2px;min-width:0;height:24px;display:flex;overflow:hidden}.analysis-report-config-wave-bars span{background:#141414;border-radius:999px;width:1px;min-width:1px}.analysis-report-config-llm-list{gap:17px}.analysis-report-config-llm-card{padding-bottom:18px}.analysis-report-config-llm-example{grid-template-columns:22px minmax(0,1fr);grid-template-areas:"title title""desc desc""dot quote";align-items:start;gap:12px;min-height:190px;padding:20px 18px;display:grid}.analysis-report-config-llm-example h4{grid-area:title}.analysis-report-config-llm-description{color:#73726b;font-family:"Gilroy-Medium", var(--font-body);grid-area:desc;margin:0;font-size:12px;line-height:16px}.analysis-report-config-audio-dot{background:radial-gradient(circle at 34% 35%,#16f5ff 0 19%,#0000 20%),linear-gradient(145deg,#12efff 0%,#1b6dff 46%,#2b16d8 100%);border-radius:999px;grid-area:dot;width:19px;height:19px;margin-top:12px}.analysis-report-config-agent-quote{border-radius:7px 7px 7px 0;grid-area:quote;min-height:88px;padding:15px 16px 13px 28px}.analysis-report-config-tts-card{padding-bottom:22px}.analysis-report-config-tts-card .analysis-report-config-example-grid{gap:18px}.analysis-report-config-tts-example{min-height:256px;padding:17px 17px 16px}.analysis-report-config-tts-example header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.analysis-report-config-tts-example header h4{color:#0f0f0f;font-size:15px;line-height:19px}.analysis-report-config-tts-example header span{color:#73726bb3;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;white-space:nowrap;font-size:10px;line-height:13px}.analysis-report-config-tts-body{grid-template-columns:34px minmax(0,1fr);gap:10px;margin-top:9px;display:grid}.analysis-report-config-tts-rail{flex-direction:column;align-items:center;display:flex}.analysis-report-config-tts-rail div{color:#59654d;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;flex-direction:column;align-items:center;gap:2px;font-size:10px;line-height:13px;display:flex}.analysis-report-config-tts-rail img{object-fit:contain;filter:brightness(0)saturate()invert(38%)sepia(10%)saturate(776%)hue-rotate(48deg)brightness(92%)contrast(89%);width:16px;height:16px}.analysis-report-config-tts-rail i{border-left:1px dashed #59654d52;height:31px;margin:5px 0 6px}.analysis-report-config-tts-stack{flex-direction:column;gap:7px;display:flex}.analysis-report-config-tts-llm-quote{border-radius:5px;min-height:58px;padding:10px 10px 9px 25px}.analysis-report-config-tts-audio{border-radius:5px;min-height:116px;padding:11px 11px 10px}.analysis-report-config-tts-waveform{height:22px;margin-top:8px}.analysis-report-config-modal-v2 .analysis-report-simulation-section{margin-top:0}.analysis-report-config-modal-v2 .analysis-report-simulation-section+.analysis-report-simulation-section{margin-top:26px}.analysis-report-config-modal-v2 .analysis-report-simulation-section-title{margin:0 0 13px 12px}.analysis-report-config-modal-v2 .analysis-report-simulation-section-title span{font-size:17px;line-height:21px}.analysis-report-config-modal-v2 .analysis-report-simulation-flow-list{gap:11px}.analysis-report-config-modal-v2 .analysis-report-simulation-flow{background:#fff;border-width:1px;border-radius:10px}.analysis-report-config-modal-v2 .analysis-report-simulation-flow header{grid-template-columns:60px minmax(0,1fr) 72px 22px;gap:14px;min-height:84px;padding:24px 30px}.analysis-report-config-modal-v2 .analysis-report-simulation-flow header>strong{color:#000;font-family:var(--font-heading);font-size:38px;font-weight:400;line-height:38px}.analysis-report-config-modal-v2 .analysis-report-simulation-flow h4{font-size:16px;line-height:19px}.analysis-report-config-modal-v2 .analysis-report-simulation-flow p{margin-top:6px;font-size:12px;line-height:16px}.analysis-report-config-modal-v2 .analysis-report-simulation-flow header>span{height:24px;font-size:12px;line-height:16px}.analysis-report-config-modal-v2 .analysis-report-scenario-grid{gap:22px;padding:22px 22px 23px}.analysis-report-config-modal-v2 .analysis-report-scenario-card{background:#f5f3f1;border-radius:8px;min-height:85px;padding:13px 11px}.analysis-report-config-modal-v2 .analysis-report-scenario-card strong{font-size:11px;line-height:13px}.analysis-report-config-modal-v2 .analysis-report-scenario-card p{width:auto;font-family:"Gilroy-Medium", var(--font-body);margin-top:16px;font-size:16px;line-height:20px}.analysis-report-config-modal-v2 .analysis-report-add-scenario{background:#fff;border-width:1px;border-radius:10px;gap:10px;height:60px;margin-top:14px;font-size:16px;line-height:20px}.analysis-report-config-modal-v2 .analysis-report-add-scenario img{width:16px;height:16px}.analysis-report-config-modal-simulations .analysis-report-config-footer{margin-top:0}@media (height<=760px){.analysis-report-building-page{gap:56px;padding:34px 40px}.analysis-report-building-copy{height:calc(100dvh - 68px);padding-top:16px}.analysis-report-building-copy h2{font-size:42px;line-height:47px}.analysis-report-building-copy>p{margin-top:18px;font-size:15px;line-height:21px}.analysis-report-building-steps{margin-top:32px}.analysis-report-building-step{height:58px}.analysis-report-building-progress-wrap{margin-top:auto}.analysis-report-building-image-card{height:calc(100dvh - 68px)}.analysis-report-building-image-copy{min-height:0;padding:22px 26px;bottom:24px;left:20px;right:20px}.analysis-report-building-image-copy h3{font-size:30px;line-height:38px}.analysis-report-building-image-copy p{font-size:19px;line-height:25px}.analysis-report-config-modal{padding-top:32px;padding-bottom:32px}.analysis-report-config-header{height:96px}.analysis-report-config-content{padding-top:26px;padding-bottom:26px}.analysis-report-config-footer{padding-top:20px}.analysis-report-config-modal-v2{padding:28px 34px 24px}.analysis-report-config-modal-v2 .analysis-report-config-header{height:48px}.analysis-report-config-modal-v2 .analysis-report-config-content{padding-top:18px;padding-bottom:20px}.analysis-report-config-modal-v2 .analysis-report-config-footer{padding-top:0}.analysis-report-setup-bg{height:calc(100dvh - 56px)}.analysis-report-setup-stage{--setup-card-w:min(500px, calc(100% - 150px))}.analysis-report-setup-card{min-height:430px;padding:28px 24px 0}.analysis-report-setup-card h2{font-size:31px;line-height:37px}.analysis-report-setup-card-subtitle{margin-top:18px;font-size:14px;line-height:17px}.analysis-report-setup-card-list{gap:28px;margin-top:30px}.analysis-report-setup-card-item{font-size:14px;line-height:17px}.analysis-report-setup-card-item small{font-size:12px;line-height:15px}.analysis-report-setup-card-footer{height:56px;padding:19px 24px;font-size:10px}}@media (width<=1440px){.analysis-report-config-modal-v2{border-radius:16px;width:min(1120px,100vw - 160px);max-height:calc(100dvh - 96px);padding:30px 38px 26px}.analysis-report-config-modal-v2 .analysis-report-config-header{height:46px}.analysis-report-config-modal-v2 .analysis-report-config-header h2{font-size:38px;line-height:1.1}.analysis-report-config-modal-v2 .analysis-report-config-stepper{gap:14px;width:auto;height:42px;padding:5px 8px}.analysis-report-config-modal-v2 .analysis-report-config-step-dot.active{flex-basis:32px;width:32px;height:32px}.analysis-report-config-modal-v2 .analysis-report-config-step-dot.active img{width:18px;height:18px}.analysis-report-config-modal-v2 .analysis-report-config-content{padding:16px 0 18px}.analysis-report-config-optimisation-list{gap:14px}.analysis-report-config-optimisation-card{padding:14px}.analysis-report-config-optimisation-card.expanded .analysis-report-config-optimisation-heading-row{margin-bottom:14px}.analysis-report-config-optimisation-card .analysis-report-config-optimisation-heading h3{font-size:18px;line-height:1.15}.analysis-report-config-cases{padding:4px 12px;font-size:12px}.analysis-report-config-example-grid{gap:14px}.analysis-report-config-stt-example{padding:14px}.analysis-report-config-stt-customer{min-height:78px;margin-top:9px;padding:10px 12px 9px}.analysis-report-config-stt-transcriber{min-height:52px;margin-top:8px;padding:10px 10px 9px 26px}.analysis-report-config-stt-customer>span,.analysis-report-config-stt-transcriber>span,.analysis-report-config-agent-quote>span,.analysis-report-config-tts-audio>span{font-size:9px}.analysis-report-config-waveform,.analysis-report-config-tts-waveform{gap:6px;height:19px;margin-top:7px}.analysis-report-config-play{flex-basis:16px;width:16px;height:16px}.analysis-report-config-play:after{top:4px;left:6px}.analysis-report-config-stt-customer p,.analysis-report-config-stt-transcriber p,.analysis-report-config-agent-quote p,.analysis-report-config-tts-llm-quote p,.analysis-report-config-tts-audio p{margin-top:6px;font-size:12px;line-height:1.36}.analysis-report-config-modal-v2 .analysis-report-config-next{min-width:112px;height:40px;padding:0 24px;font-size:13px}}@media (width<=1280px){.analysis-report-config-modal-v2{width:min(980px,100vw - 120px);padding:26px 32px 24px}.analysis-report-config-modal-v2 .analysis-report-config-header{height:44px}.analysis-report-config-modal-v2 .analysis-report-config-header h2{font-size:36px}.analysis-report-config-optimisation-list{gap:12px}.analysis-report-config-optimisation-card{padding:12px}.analysis-report-config-stt-customer p,.analysis-report-config-stt-transcriber p,.analysis-report-config-agent-quote p,.analysis-report-config-tts-llm-quote p,.analysis-report-config-tts-audio p{font-size:11px}}@media (width<=900px){.analysis-report-config-modal-v2{width:calc(100vw - 32px);max-height:calc(100dvh - 32px);padding:24px 20px 22px}.analysis-report-config-modal-v2 .analysis-report-config-header{align-items:center;gap:16px;height:auto}.analysis-report-config-modal-v2 .analysis-report-config-header h2{font-size:31px;line-height:1.1}.analysis-report-config-modal-v2 .analysis-report-config-stepper{gap:12px;width:auto;height:42px;padding:5px 8px}.analysis-report-config-modal-v2 .analysis-report-config-step-dot.active{flex-basis:32px;width:32px;height:32px}.analysis-report-config-example-grid{grid-template-columns:1fr}.analysis-report-config-optimisation-card .analysis-report-config-optimisation-heading{gap:9px}.analysis-report-config-optimisation-card .analysis-report-config-optimisation-heading h3{font-size:20px}}.analysis-report-setup-flow-screen{height:100dvh;min-height:0;overflow:hidden}.analysis-report-setup-screen{background:#fff;grid-template-columns:620px minmax(0,1fr);column-gap:clamp(40px,4vw,84px);height:100dvh;min-height:0;display:grid;overflow:hidden}.analysis-report-setup-sidebar{flex-direction:column;padding:clamp(36px,5.6vh,60px) 64px;display:flex}.analysis-report-setup-test-btn{color:#fff;height:50px;font-family:"Gilroy-Medium", var(--font-body);cursor:pointer;background:#121212;border:0;border-radius:12px;align-self:flex-start;margin-top:auto;padding:0 56px;font-size:20px;line-height:24px;transition:opacity .15s}.analysis-report-setup-test-btn:hover{opacity:.9}.analysis-report-setup-logo{--logo-box-h:98px;width:auto;height:var(--logo-box-h);margin-left:calc(var(--logo-box-h) * -57 / 256);align-self:flex-start;margin-bottom:clamp(42px,8vh,77px)}.analysis-report-setup-logo img{width:auto;height:var(--logo-box-h)}.analysis-report-setup-sidebar h1{color:#000;width:460px;font-family:var(--font-heading);font-size:2.25rem;font-weight:400;line-height:2.75rem}.analysis-report-setup-sidebar h1 span{color:#8b7565;font-style:italic;display:block}.analysis-report-setup-list{width:440px;margin-top:56px}.analysis-report-setup-row{border-bottom:1px solid #0000001a;grid-template-columns:28px 1fr 150px;align-items:center;gap:12px;height:88px;display:grid}.analysis-report-setup-row:last-child{border-bottom:0}.analysis-report-setup-row-icon{justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.analysis-report-setup-row-icon img{width:24px;height:24px}.analysis-report-setup-row.active .analysis-report-setup-row-icon img,.analysis-report-setup-card-item.active img{animation:1s linear infinite analysis-report-spin}.analysis-report-setup-row-icon i,.analysis-report-setup-card-item span i{background:#0b7f4e;border-radius:50%;flex:none;width:20px;height:20px;position:relative}.analysis-report-setup-row-icon i:after,.analysis-report-setup-card-item span i:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:6px;height:10px;position:absolute;top:4px;left:6px;transform:rotate(45deg)}.analysis-report-setup-row-label{color:#000;font-family:"Gilroy-Medium", var(--font-body);font-size:24px;line-height:30px}.analysis-report-setup-row.done .analysis-report-setup-row-label{color:#787882}.analysis-report-setup-progress{background:#f2f3f1;border-radius:44px;width:150px;height:12px;overflow:hidden}.analysis-report-setup-progress i{border-radius:inherit;background:#105b24;height:100%;display:block}.analysis-report-setup-result{font-family:"Gilroy-Medium", var(--font-body);justify-content:flex-end;align-items:center;gap:13px;font-size:25px;line-height:30px;display:flex}.analysis-report-setup-result em{color:#c72e36;font-style:normal;text-decoration:line-through}.analysis-report-setup-result b,.analysis-report-setup-card-item small b{background:#b0b0a7;width:28px;height:2px;position:relative}.analysis-report-setup-result b:after,.analysis-report-setup-card-item small b:after{content:"";border-top:2px solid #b0b0a7;border-right:2px solid #b0b0a7;width:8px;height:8px;position:absolute;top:-4px;right:-1px;transform:rotate(45deg)}.analysis-report-setup-result strong{color:#000;font-weight:400}.analysis-report-setup-stage{--setup-card-w:min(542px, calc(100% - 190px));place-items:center;height:100dvh;min-height:0;padding:clamp(24px,3.6vh,35px) 38px clamp(24px,4.6vh,44px) 0;display:grid;position:relative;overflow:hidden}.analysis-report-setup-bg{aspect-ratio:869/881;object-fit:cover;border-radius:8px;grid-area:1/1;width:min(100%,869px);height:min(100dvh - 70px,881px)}.analysis-report-setup-controls{z-index:2;width:calc(var(--setup-card-w) + 108px);pointer-events:none;flex-direction:column;grid-area:1/1;place-self:center;align-items:flex-end;gap:16px;display:flex}.analysis-report-setup-controls>*{pointer-events:auto}.analysis-report-setup-controls button,.analysis-report-setup-controls span{-webkit-backdrop-filter:blur(45px);backdrop-filter:blur(45px);background:#00000080;border:1px solid #ffffff21;border-radius:34px;width:34px;height:34px}.analysis-report-setup-controls span{background:#0006;flex-direction:column;justify-content:center;align-items:center;gap:10px;height:96px;display:flex}.analysis-report-setup-controls span i{background:linear-gradient(182deg,#fff 0%,#fff9 100%);border-radius:34px;width:14px;height:33px}.analysis-report-setup-controls span b{background:#fff6;border-radius:50%;width:12px;height:12px}.analysis-report-setup-controls button{position:relative}.analysis-report-setup-controls button:before{content:"";border-top:2px solid #fff;border-left:2px solid #fff;width:9px;height:9px;position:absolute;top:12px;left:12px;transform:rotate(45deg)}.analysis-report-setup-controls button:last-child:before{top:10px;transform:rotate(225deg)}.analysis-report-setup-card{z-index:1;width:var(--setup-card-w);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#fffc 0%,#ffffff8f 100%),#fff;border-radius:14px;grid-area:1/1;min-height:486px;padding:36px 28px 0;position:relative;overflow:hidden}.analysis-report-setup-card-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.analysis-report-setup-card h2{color:#000;font-family:var(--font-heading);font-size:35.65px;font-weight:400;line-height:42.78px}.analysis-report-setup-card h2 em{font-style:italic}.analysis-report-setup-status{color:#105b24;min-width:107px;height:29px;font-family:"Gilroy-Medium", var(--font-body);text-transform:uppercase;background:#e3e3e3;border-radius:46px;justify-content:center;align-items:center;gap:7px;font-size:11.65px;line-height:13.98px;display:inline-flex}.analysis-report-setup-status i{background:#105b24;border-radius:50%;width:8.15px;height:8.15px}.analysis-report-setup-card-subtitle{color:#0f0f0f99;width:351px;max-width:100%;font-family:"Gilroy-Medium", var(--font-body);margin-top:27px;font-size:16.3px;line-height:19.57px}.analysis-report-setup-card-list{flex-direction:column;gap:35.95px;margin-top:37px;display:flex}.analysis-report-setup-card-item{color:#272727;font-family:"Gilroy-Medium", var(--font-body);justify-content:space-between;align-items:center;gap:20px;font-size:16.3px;line-height:19.57px;display:flex}.analysis-report-setup-card-item span{align-items:center;gap:11px;display:inline-flex}.analysis-report-setup-card-item img{width:16px;height:16px}.analysis-report-setup-card-item small{color:#8a8a8a;font-size:13.98px;line-height:16.77px}.analysis-report-setup-card-footer{color:#000;height:67px;font-family:"Gilroy-Medium", var(--font-body);text-transform:uppercase;border-top:1px solid #0000001a;justify-content:space-between;align-items:center;padding:23px 28px;font-size:11.65px;line-height:13.98px;display:flex;position:absolute;bottom:0;left:0;right:0}.analysis-report-clock-icon,.analysis-report-percent-icon{vertical-align:-3px;border:1.3px solid #000;border-radius:50%;width:16px;height:16px;margin-right:5px;display:inline-block}.analysis-report-percent-icon{background:#000}.analysis-report-setup-score{color:#59654d;margin-top:44px}.analysis-report-setup-score-now{font-family:var(--font-heading);font-size:76px;line-height:88px}.analysis-report-setup-score-now small{font-family:Inter,sans-serif;font-size:40px}.analysis-report-setup-score-before{color:#59654d66;font-family:var(--font-heading);margin-left:20px;font-size:52px;line-height:62px;text-decoration:line-through}.analysis-report-setup-score-before small{font-family:Inter,sans-serif;font-size:28px}.analysis-report-setup-score p{color:#59654d;font-family:"Gilroy-Medium", var(--font-body);margin-top:-4px;font-size:15px}.analysis-report-setup-complete-list{margin-top:42px}.analysis-report-setup-card-item.complete small{align-items:center;gap:12px;font-size:20px;line-height:24px;display:inline-flex}.analysis-report-setup-card-item.complete small em{color:#b0b0a7;font-style:normal;text-decoration:line-through}.analysis-report-setup-card-item.complete small strong{color:#59654d;font-weight:400}@keyframes analysis-report-spin{to{transform:rotate(360deg)}}@media (width<=1100px){.analysis-report-building-page{grid-template-columns:1fr;gap:24px;height:100dvh;padding:24px 32px}.analysis-report-building-copy{width:min(540px,100%);height:auto;padding-top:0}.analysis-report-building-copy h2,.analysis-report-building-copy>p,.analysis-report-building-steps{width:100%}.analysis-report-building-progress-wrap{margin-top:32px}.analysis-report-building-image-card{width:100%;height:min(44dvh,420px)}.analysis-report-shell{width:min(860px,100vw - 32px);padding-top:34px}.analysis-report-topbar,.analysis-report-actions,.analysis-report-hero-meta,.analysis-report-compare-grid,.analysis-report-stack-grid,.analysis-report-hallucination-row{flex-direction:column}.analysis-report-topbar{gap:22px}.analysis-report-actions{align-items:stretch;width:100%}.analysis-report-btn,.analysis-report-btn-download,.analysis-report-btn-primary{width:100%}.analysis-report-hero{height:auto;margin-top:34px;padding:32px}.analysis-report-hero h1,.analysis-report-section-header h2{font-size:38px;line-height:44px}.analysis-report-hero p,.analysis-report-section-header p{width:100%;font-size:19px;line-height:26px}.analysis-report-hero-meta{grid-template-columns:1fr;gap:12px;display:grid}.analysis-report-main{width:100%;margin:32px 0 0}.analysis-report-title{width:min(760px,100%);font-size:50px;line-height:60px}.analysis-report-section-header,.analysis-report-stack-grid,.analysis-report-hallucination-list{margin-left:0}.analysis-report-tabs{flex-wrap:wrap;gap:8px;width:100%;height:auto;margin-top:27px;padding:8px}.analysis-report-tab,.analysis-report-tab.active,.analysis-report-tab:not(.active){width:auto;min-width:0;padding:0 16px}.analysis-report-compare-grid,.analysis-report-stack-grid{grid-template-columns:1fr}.analysis-report-overview-tab,.analysis-report-llm-tab,.analysis-report-stt-tab,.analysis-report-tts-tab,.analysis-report-llm-summary-grid,.analysis-report-stt-summary-grid,.analysis-report-tts-summary-grid{width:100%}.analysis-report-overview-tab,.analysis-report-llm-tab,.analysis-report-stt-tab,.analysis-report-tts-tab{margin:54px 0 0}.analysis-report-llm-summary-grid,.analysis-report-stt-summary-grid,.analysis-report-tts-summary-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.analysis-report-llm-issue-group .analysis-report-agent-issue-grid{grid-template-columns:1fr;gap:24px}.analysis-report-metric-card{height:470px}.analysis-report-stack-card{min-height:359px}.analysis-report-hallucination-row{align-items:flex-start}.analysis-report-top-hallucinations .analysis-report-standalone-heading:after{margin-left:28px}}@media (width<=640px){.analysis-report-building-page{gap:28px;padding:24px 16px}.analysis-report-building-copy h2{font-size:40px;line-height:46px}.analysis-report-building-copy>p{font-size:15px;line-height:21px}.analysis-report-building-step{height:64px;font-size:17px;line-height:22px}.analysis-report-building-progress{width:100%}.analysis-report-building-image-card{height:560px}.analysis-report-building-image-copy{padding:18px;bottom:14px;left:14px;right:14px}.analysis-report-building-image-copy h3{font-size:28px;line-height:34px}.analysis-report-building-image-copy p{font-size:18px;line-height:24px}.analysis-report-shell{width:calc(100vw - 24px);padding-bottom:80px}.analysis-report-hero{padding:24px}.analysis-report-hero h1,.analysis-report-section-header h2,.analysis-report-title{font-size:32px;line-height:38px}.analysis-report-compare-grid{gap:24px}.analysis-report-llm-summary-grid,.analysis-report-stt-summary-grid,.analysis-report-tts-summary-grid{grid-template-columns:1fr}.analysis-report-llm-summary-card,.analysis-report-stt-summary-card,.analysis-report-tts-summary-card{height:190px}.analysis-report-llm-summary-value,.analysis-report-stt-summary-value,.analysis-report-tts-summary-value{margin-top:12px}.analysis-report-llm-summary-value span,.analysis-report-stt-summary-value span,.analysis-report-tts-summary-value span{font-size:72px}.analysis-report-llm-summary-value small,.analysis-report-stt-summary-value small,.analysis-report-tts-summary-value small{font-size:38px}.analysis-report-llm-issue-header{flex-wrap:wrap;align-items:flex-start;gap:8px 14px}.analysis-report-llm-issue-header h2{font-size:28px;line-height:34px}.analysis-report-llm-issue-header span{font-size:18px;line-height:26px}.analysis-report-llm-issue-header:after{flex-basis:100%}.analysis-report-llm-issue-group+.analysis-report-llm-issue-group{margin-top:72px}.analysis-report-llm-show-more{margin-top:32px}.analysis-report-metric-card{height:auto;min-height:430px}.analysis-report-metric-value span{font-size:50px}.analysis-report-large-value span{font-size:86px}.analysis-report-large-value small{font-size:48px}.analysis-report-stack-card{padding:28px 24px}.analysis-report-hallucination-score{flex-basis:auto;width:100%}.analysis-report-hallucination-copy h3{font-size:26px;line-height:32px}}.stt-tts-screen{color:#121212;background:#fff;justify-content:center;align-items:center;width:100%;min-height:100dvh;padding:clamp(24px,5vh,64px) clamp(16px,4vw,48px);display:flex;overflow-x:hidden}.stt-tts-inner{flex-direction:column;align-items:flex-start;width:100%;max-width:640px;display:flex}.stt-tts-logo{width:clamp(40px,3.6vw,52px);height:clamp(40px,3.6vw,52px);margin-bottom:clamp(20px,3vh,32px)}.stt-tts-logo img{object-fit:contain;width:100%;height:100%;display:block}.stt-tts-heading{color:#000;font-family:var(--font-heading);letter-spacing:0;font-size:clamp(26px,2.4vw,34px);font-weight:400;line-height:1.18}.stt-tts-subtitle{color:#373734b3;max-width:620px;font-family:"Gilroy-Medium", var(--font-body);margin-top:8px;font-size:clamp(14px,1.15vw,16px);line-height:1.5}.stt-tts-card-frame{border-radius:16px;width:min(598px,100%);margin-top:clamp(20px,3vh,32px);padding:clamp(26px,5.5%,46px);display:flex;position:relative;overflow:hidden}.stt-tts-card-bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.stt-tts-card{z-index:1;background:#fff;border-radius:14px;flex-direction:column;width:100%;padding:clamp(20px,4.5%,30px) clamp(20px,4.5%,30px) 0;display:flex;position:relative;box-shadow:0 20px 50px #14281424}.stt-tts-card-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.stt-tts-card-header h2{color:#000;font-family:var(--font-heading);font-size:clamp(24px,2.1vw,30px);font-weight:400;line-height:1.2}.stt-tts-card-header h2 em{font-style:italic}.stt-tts-card-status{color:#105b24;height:26px;font-family:"Gilroy-Medium", var(--font-body);text-transform:uppercase;letter-spacing:.02em;background:#e3e3e3;border-radius:46px;flex:none;align-items:center;gap:7px;padding:0 12px;font-size:10.5px;line-height:1;display:inline-flex}.stt-tts-card-status i{background:#105b24;border-radius:50%;width:7px;height:7px}.stt-tts-card-subtitle{color:#0f0f0f8c;max-width:300px;font-family:"Gilroy-Medium", var(--font-body);margin-top:clamp(12px,1.5vw,16px);font-size:clamp(13px,1vw,14.5px);line-height:1.35}.stt-tts-rows{flex-direction:column;gap:clamp(16px,2.4vw,26px);margin-top:clamp(18px,2.4vw,28px);display:flex}.stt-tts-row{color:#272727;font-family:"Gilroy-Medium", var(--font-body);justify-content:space-between;align-items:center;gap:16px;font-size:clamp(13px,1.05vw,15px);line-height:1.2;transition:opacity .3s;display:flex}.stt-tts-row.pending{opacity:.4}.stt-tts-row-label{align-items:center;gap:10px;min-width:0;display:inline-flex}.stt-tts-row-icon{flex:none;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.stt-tts-row-icon img{object-fit:contain;width:100%;height:100%}.stt-tts-row-spinner{animation:1s linear infinite analysis-report-spin}.stt-tts-row small{color:#8a8a8a;flex:none;font-size:clamp(11px,.9vw,13px);line-height:1.2}.stt-tts-card-footer{color:#000;font-family:"Gilroy-Medium", var(--font-body);text-transform:uppercase;border-top:1px solid #0000001a;justify-content:space-between;align-items:center;gap:12px;margin-top:clamp(18px,2.4vw,26px);padding:clamp(14px,1.6vw,18px) 0;font-size:clamp(10px,.85vw,11.5px);line-height:1.2;display:flex}@media (width<=520px){.stt-tts-screen{align-items:flex-start}.stt-tts-card-subtitle{max-width:100%}}.simulation-review-screen{color:#0f0f0f;background:#f4f4f4;width:100%;min-height:100dvh;overflow-x:hidden}.simulation-review-shell{width:min(818px,100vw - 40px);margin:0 auto;padding:clamp(72px,7.8vw,118px) 0 clamp(96px,9vw,164px)}.simulation-review-logo{object-fit:contain;width:52px;height:52px;margin-bottom:34px;display:block}.simulation-review-header h1{color:#000;font-family:var(--font-heading);letter-spacing:0;font-size:clamp(34px,2.85vw,40.77px);font-weight:400;line-height:1.18}.simulation-review-header p{color:#373734b3;width:min(818px,100%);font-family:"Gilroy-Medium", var(--font-body);margin-top:9px;font-size:clamp(16px,1.42vw,20.39px);line-height:1.5}.simulation-review-progress{flex-direction:column;gap:47px;margin-top:clamp(46px,4.2vw,55px);display:flex}.simulation-review-progress-row{color:#000;font-family:"Gilroy-Medium", var(--font-body);align-items:center;gap:12px;font-size:19px;line-height:24px;display:inline-flex}.simulation-review-progress-row img{object-fit:contain;width:22px;height:22px}.simulation-review-progress-row.loading img{width:20px;height:20px;animation:1s linear infinite analysis-report-spin}.simulation-review-section{margin-top:clamp(48px,4.8vw,58px)}.simulation-review-section+.simulation-review-section{margin-top:39px}.simulation-review-section-title{align-items:center;gap:18px;margin:0 12px 12px;display:flex}.simulation-review-section-title span{color:#0f0f0fb3;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;white-space:nowrap;font-size:14.88px;line-height:12.65px}.simulation-review-section-title i{background:#0006;flex:1;height:1px}.simulation-review-flow-list{flex-direction:column;gap:12px;display:flex}.simulation-review-flow{background:#fff;border:1.17px solid #e5e5e8;border-radius:12px;overflow:hidden}.simulation-review-flow-head{width:100%;min-height:76px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:56px minmax(0,1fr) 66px 20px;align-items:center;gap:0;padding:18px 20px 18px 24px;display:grid}.simulation-review-flow.expanded .simulation-review-flow-head{border-bottom:1px solid #e5e5e8}.simulation-review-flow-head>strong{color:#000;font-family:var(--font-heading);letter-spacing:0;font-size:32.54px;font-weight:400;line-height:32.54px}.simulation-review-flow-copy{flex-direction:column;gap:5px;min-width:0;display:flex}.simulation-review-flow-copy b{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);font-size:14.88px;font-weight:400;line-height:15px}.simulation-review-flow-copy small{color:#0f0f0f99;font-family:"Gilroy-Medium", var(--font-body);font-size:10.42px;line-height:12.65px}.simulation-review-count{color:#181818;background:#fff;border:.74px solid #e5e5e8;border-radius:4.46px;justify-content:center;justify-self:end;align-items:center;width:58.78px;height:18px;font-family:Inter,sans-serif;font-size:8.93px;font-weight:500;line-height:13.39px;display:inline-flex}.simulation-review-chevron{justify-self:end;width:18.6px;height:18.6px;position:relative}.simulation-review-chevron:before,.simulation-review-chevron:after{content:"";background:#000;border-radius:999px;width:8px;height:1.55px;position:absolute;top:8px}.simulation-review-chevron:before{left:3px;transform:rotate(45deg)}.simulation-review-chevron:after{right:3px;transform:rotate(-45deg)}.simulation-review-flow.expanded .simulation-review-chevron:before{transform:rotate(-45deg)}.simulation-review-flow.expanded .simulation-review-chevron:after{transform:rotate(45deg)}.simulation-review-scenario-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:21px;padding:24px 17px 19px;display:grid}.simulation-review-scenario-card{background:#f5f3f1;border:.74px solid #ececee;border-radius:8.93px;flex-direction:column;justify-content:space-between;min-height:126px;padding:14px 11px;display:flex}.simulation-review-scenario-card span{color:gray;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;font-size:8.93px;line-height:10.72px}.simulation-review-scenario-card p{color:#1c1c1d;font-family:"Gilroy-Medium", var(--font-body);font-size:14px;line-height:17.82px}.simulation-review-add-btn{color:#0f0f0f;width:min(429px,100%);height:48px;font-family:"Gilroy-SemiBold", var(--font-body);cursor:pointer;background:#fff;border:.96px solid #e5e5e8;border-radius:9.76px;justify-content:center;align-items:center;margin:31px auto 0;font-size:12.2px;line-height:10.37px;display:flex}.simulation-review-primary-btn{color:#fff;width:196px;height:48px;font-family:"Gilroy-Medium", var(--font-body);cursor:pointer;background:#121212;border:0;border-radius:8px;justify-content:center;align-items:center;margin:102px auto 0;font-size:16px;line-height:24px;display:flex}@media (width<=760px){.simulation-review-shell{width:min(100% - 32px,560px);padding-top:52px}.simulation-review-logo{width:44px;height:44px;margin-bottom:26px}.simulation-review-progress{gap:30px}.simulation-review-progress-row{font-size:16px}.simulation-review-flow-head{grid-template-columns:48px minmax(0,1fr) 64px 18px;padding:16px 14px 16px 18px}.simulation-review-flow-head>strong{font-size:28px;line-height:28px}.simulation-review-scenario-grid{grid-template-columns:1fr}.simulation-review-primary-btn{margin-top:64px}}@media (width<=460px){.simulation-review-flow-head{grid-template-columns:44px minmax(0,1fr) 20px;row-gap:12px}.simulation-review-count{grid-column:2/3;justify-self:start}.simulation-review-chevron{grid-area:1/3/3/4}}.int-screen{max-width:900px;padding:40px 48px}.int-screen-header{margin-bottom:28px}.int-screen-title{color:#1c1c1d;margin:0 0 6px;font-size:22px;font-weight:600}.int-screen-sub{color:#6f6f6f;margin:0;font-size:14px}.int-screen-tabs{margin-bottom:24px}.int-secret-form{margin-bottom:16px}.int-secret-form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.int-secret-form-actions{border-top:none;justify-content:flex-end;margin-top:12px;padding-top:0}.kb-screen{max-width:1100px;padding:32px 40px}.kb-screen-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.kb-screen-title{font-family:var(--font-body);color:#0f0f0f;margin:0 0 4px;font-size:22px;font-weight:600}.kb-screen-sub{font-family:var(--font-body);color:#6b7280;margin:0;font-size:14px}.kb-screen-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.kb-btn-primary{color:#fff;font-family:var(--font-body);cursor:pointer;white-space:nowrap;background:#0f0f0f;border:none;border-radius:8px;padding:9px 18px;font-size:14px;font-weight:500}.kb-btn-primary:disabled{opacity:.5;cursor:default}.kb-btn-secondary{color:#0f0f0f;font-family:var(--font-body);cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e5e5e8;border-radius:8px;padding:9px 18px;font-size:14px;font-weight:500}.kb-btn-secondary:hover{background:#f9f9f9}.kb-btn-ghost{color:#808487;font-family:var(--font-body);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 16px;font-size:14px}.kb-error-bar{color:#dc2626;font-family:var(--font-body);background:#fef2f2;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:10px 16px;font-size:13px;display:flex}.kb-error-dismiss{cursor:pointer;color:#dc2626;background:0 0;border:none;margin-left:12px;padding:0;font-size:13px}.kb-search-row{align-items:center;gap:16px;margin-bottom:16px;display:flex}.kb-search-wrap{background:#fff;border:1px solid #e5e5e8;border-radius:8px;flex:1;align-items:center;gap:10px;max-width:420px;padding:10px 14px;display:flex}.kb-search-input{font-family:var(--font-body);color:#0f0f0f;background:0 0;border:none;outline:none;flex:1;font-size:14px}.kb-search-input::placeholder{color:#9ca3af}.kb-count{font-family:var(--font-body);color:#9ca3af;font-size:13px}.kb-table-wrap{border:1px solid #f0f0f0;border-radius:10px;overflow:hidden}.kb-table{border-collapse:collapse;width:100%;font-family:var(--font-body);font-size:14px}.kb-table thead th{text-align:left;color:#9ca3af;white-space:nowrap;background:#fafafa;border-bottom:1px solid #f0f0f0;padding:11px 16px;font-size:12px;font-weight:500}.kb-row td{color:#0f0f0f;vertical-align:middle;border-bottom:1px solid #f7f7f7;padding:14px 16px}.kb-row:last-child td{border-bottom:none}.kb-row:hover td{background:#fafafa}.kb-row-name{align-items:center;gap:10px;display:flex}.kb-row-icon{background:#f3f4f6;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.kb-row-label{color:#0f0f0f;text-overflow:ellipsis;white-space:nowrap;max-width:280px;font-weight:500;overflow:hidden}.kb-type-badge{color:#6b7280;letter-spacing:.05em;text-transform:uppercase;background:#f3f4f6;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.kb-status-badge{white-space:nowrap;border-radius:20px;align-items:center;gap:6px;padding:3px 10px;font-size:12px;font-weight:500;display:inline-flex}.kb-linked-count{color:#6b7280;font-size:13px}.kb-date{color:#9ca3af;white-space:nowrap;font-size:13px}.kb-menu-btn{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:4px;align-items:center;padding:4px;display:flex}.kb-menu-btn:hover{color:#0f0f0f;background:#f3f4f6}.kb-menu-popover{z-index:10;background:#fff;border-radius:8px;min-width:140px;position:absolute;top:100%;right:8px;overflow:hidden;box-shadow:0 4px 20px #0000001f}.kb-menu-item{cursor:pointer;text-align:left;width:100%;font-family:var(--font-body);color:#0f0f0f;background:0 0;border:none;padding:10px 16px;font-size:14px;display:block}.kb-menu-item:hover{background:#f9f9f9}.kb-menu-item--danger{color:#ef4444}.kb-menu-item--danger:hover{background:#fef2f2}.kb-empty{text-align:center;color:#9ca3af;font-family:var(--font-body);padding:48px 16px;font-size:14px}.kb-modal-overlay{z-index:999;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.kb-modal{background:#fff;border-radius:16px;width:480px;padding:28px;box-shadow:0 20px 60px #0003}.kb-modal-title{font-family:var(--font-body);color:#0f0f0f;margin:0 0 6px;font-size:18px;font-weight:600}.kb-modal-sub{font-family:var(--font-body);color:#787882;margin:0 0 18px;font-size:14px}.kb-modal-input{width:100%;font-family:var(--font-body);color:#0f0f0f;box-sizing:border-box;border:1px solid #e5e5e8;border-radius:8px;outline:none;padding:11px 14px;font-size:14px}.kb-modal-footer{justify-content:flex-end;gap:12px;margin-top:18px;display:flex}.kb-picker-list{border:1px solid #f0f0f0;border-radius:8px;max-height:320px;margin-top:12px;overflow-y:auto}.kb-picker-item{cursor:pointer;border-bottom:1px solid #f7f7f7;align-items:center;gap:12px;padding:12px 16px;transition:background .1s;display:flex}.kb-picker-item:last-child{border-bottom:none}.kb-picker-item:hover{background:#fafafa}.kb-picker-item.selected{background:#f0fdf4}.kb-picker-check{border:2px solid #e5e5e8;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:all .1s;display:flex}.kb-picker-item.selected .kb-picker-check{background:#0fad53;border-color:#0fad53}.kb-picker-info{flex:1;min-width:0}.kb-picker-name{font-family:var(--font-body);color:#0f0f0f;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;overflow:hidden}.kb-picker-meta{font-family:var(--font-body);color:#9ca3af;margin-top:2px;font-size:12px}.kb-section-label{font-family:var(--font-body);color:#9ca3af;letter-spacing:.08em;text-transform:uppercase;padding:8px 0 4px;font-size:11px;font-weight:600}.agents-main-shell.comparisons-shell{overflow-y:auto}.comparisons-page{width:min(1125px,100%);margin:0 auto;padding:40px 24px 80px}.comparisons-header h1{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);margin:0;font-size:32px;font-weight:400;line-height:38.4px}.comparisons-header p{color:#0f0f0f8c;font-family:"Gilroy-Medium", var(--font-body);margin:6px 0 0;font-size:15px}.comparisons-note{color:#0f0f0f8c;font-family:"Gilroy-Medium", var(--font-body);margin:28px 0 0;font-size:15px}.comparisons-agent-picker{align-items:center;gap:12px;margin-top:24px;display:flex}.comparisons-agent-picker label{color:#0f0f0fb3;font-family:"Gilroy-Medium", var(--font-body);font-size:14px}.comparisons-agent-picker select{color:#0f0f0f;min-width:320px;max-width:100%;font-family:"Gilroy-Medium", var(--font-body);cursor:pointer;background:#fff;border:1px solid #dcdcdc;border-radius:10px;padding:10px 14px;font-size:14px}.comparisons-agent-picker select:hover{border-color:#b9b9b9}.comparisons-agent-picker select:focus{border-color:#0f0f0f;outline:none}.comparisons-report{margin-top:12px}.comparisons-tabs{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}.comparisons-tab{color:#0f0f0fb3;font-family:"Gilroy-Medium", var(--font-body);cursor:pointer;background:#fff;border:1px solid #dcdcdc;border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;display:flex}.comparisons-tab img{object-fit:contain;width:16px;height:16px}.comparisons-tab.active{color:#fff;background:#0f0f0f;border-color:#0f0f0f}.comparisons-tab.active img{filter:brightness(0)invert()}.comparisons-report .analysis-report-overview-tab,.comparisons-report .analysis-report-stt-tab,.comparisons-report .analysis-report-llm-tab,.comparisons-report .analysis-report-tts-tab{margin-top:32px}.comparisons-view-toggle{border:1px solid #dcdcdc;border-radius:10px;margin-top:28px;display:inline-flex;overflow:hidden}.comparisons-view-toggle button{color:#0f0f0fb3;font-family:"Gilroy-Medium", var(--font-body);cursor:pointer;background:#fff;border:none;padding:9px 18px;font-size:14px}.comparisons-view-toggle button.active{color:#fff;background:#0f0f0f}.bench-empty,.bench-progress,.bench-report{margin-top:8px}.bench-generate{color:#fff;font-family:"Gilroy-Medium", var(--font-body);cursor:pointer;background:#0f0f0f;border:none;border-radius:10px;margin-top:16px;padding:10px 20px;font-size:14px}.bench-generate:disabled{opacity:.5;cursor:default}.bench-regenerate{color:#0f0f0f;background:#fff;border:1px solid #dcdcdc}.bench-progress-bar{background:#e7e5e2;border-radius:999px;width:min(420px,100%);height:8px;margin-top:12px;overflow:hidden}.bench-progress-bar div{background:#0f0f0f;border-radius:999px;height:100%;transition:width .6s}.bench-group{margin-top:32px}.bench-group-header{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.bench-group-header h2{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);margin:0;font-size:20px;font-weight:400}.bench-chip{color:#0f0f0fb3;font-family:"Gilroy-Medium", var(--font-body);text-transform:uppercase;letter-spacing:.04em;background:#efedea;border-radius:999px;padding:3px 10px;font-size:11px}.bench-chip-count{color:#fff;background:#0f0f0f}.bench-chip-ok{color:#0f7a3d;background:#e2f4e8}.bench-chip-bad{color:#b42318;background:#fde8e8}.bench-chip-mixed{color:#9a6700;background:#fdf3e0}.cmp-case-label{color:#0f0f0f66;font-family:"Gilroy-SemiBold", var(--font-body);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:baseline;gap:12px;font-size:11px;display:flex}.cmp-headline{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);margin:10px 0 0;font-size:18px;font-weight:400;line-height:1.45}.cmp-panels-tts{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.cmp-panel-name{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);font-size:15px}.cmp-panel-name.rasen{color:#0d7a63}.cmp-score-chip{color:#0f0f0f;white-space:nowrap;background:#f0efec;border-radius:8px;padding:3px 10px;font-family:ui-monospace,Cascadia Mono,Consolas,monospace;font-size:13px;font-weight:600}.cmp-score-chip em{color:#0f0f0f73;font-size:11px;font-style:normal;font-weight:400}.cmp-score-chip.rasen{color:#0b5c4b;background:#d4f1e8}.cmp-fix-row{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.cmp-heard{color:#0f0f0f99;font-family:"Gilroy-Medium", var(--font-body);margin:10px 0 0;font-size:13px;font-style:italic}.cmp-takes{flex-direction:column;gap:8px;margin-top:10px;display:flex}.cmp-take{align-items:center;gap:10px;display:flex}.cmp-take audio{flex:1;min-width:0;height:36px}.cmp-take-meta{color:#0f0f0f80;white-space:nowrap;font-family:ui-monospace,Cascadia Mono,Consolas,monospace;font-size:11px}.cmp-panel-reason{color:#0f0f0f8c;font-family:"Gilroy-Medium", var(--font-body);margin:10px 0 0;font-size:13px;line-height:1.45}.cmp-card{background:#fff;border:1px solid #e9e7e3;border-radius:16px;margin-top:16px;padding:22px 24px}.cmp-card-head{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.cmp-card-head h3{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);margin:0;font-size:19px;font-weight:400}.cmp-card-call{color:#0f0f0f66;font-family:"Gilroy-Medium", var(--font-body);margin-left:auto;font-size:11px}.cmp-card-audio{width:100%;height:40px;margin-top:14px;display:block}.cmp-narrative{color:#0f0f0f99;font-family:"Gilroy-Medium", var(--font-body);margin:14px 0 0;font-size:14px;line-height:1.5}.cmp-quote-bad{color:#c62d1f;font-family:"Gilroy-SemiBold", var(--font-body);font-weight:400}.cmp-quote-ok{color:#0d7a63;font-family:"Gilroy-SemiBold", var(--font-body);font-weight:400}.cmp-panels{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;margin-top:16px;display:grid}.cmp-panel{background:#fafafa;border:1px solid #ececea;border-radius:12px;padding:14px 16px}.cmp-panel p{color:#0f0f0f;font-family:"Gilroy-Medium", var(--font-body);overflow-wrap:anywhere;margin:10px 0 0;font-size:14px;line-height:1.55}.cmp-panel-gold{background:#fdf8ec;border-color:#f0e4c8}.cmp-panel-rasen{background:#eefaf6;border-color:#cdeee5}.cmp-panel-head{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.cmp-panel-label{color:#0f0f0f73;font-family:"Gilroy-SemiBold", var(--font-body);letter-spacing:.08em;text-transform:uppercase;font-size:11px}.cmp-panel-gold .cmp-panel-label{color:#b07d2a}.cmp-panel-rasen .cmp-panel-label{color:#0d7a63}.cmp-panel-score{color:#0f0f0f8c;font-family:"Gilroy-SemiBold", var(--font-body);font-size:12px}.cmp-panel-error{color:#0f0f0f80;font-style:italic}.cmp-mark-ok,.cmp-mark-bad{font-family:"Gilroy-SemiBold", var(--font-body);border-radius:5px;padding:1px 5px}.cmp-mark-ok{color:#0b5c4b;background:#d4f1e8}.cmp-mark-bad{color:#a1251a;background:#fbe1de;text-decoration:line-through;text-decoration-thickness:1px}.comparison-results-screen{color:#0f0f0f;background:#fff;min-height:100dvh;padding-bottom:clamp(72px,9vw,140px);overflow-x:hidden}.comparison-results-hero{background:url(/images/conversion-bg.svg) 50%/100% 100% no-repeat;justify-content:center;align-items:flex-end;min-height:clamp(360px,36vw,423px);padding:42px clamp(20px,5vw,80px) 0;display:flex;position:relative}.comparison-results-topbar{justify-content:space-between;align-items:center;gap:24px;display:flex;position:absolute;top:clamp(28px,3.75vw,55px);left:clamp(24px,5.5vw,80px);right:clamp(24px,5.5vw,80px)}.comparison-results-topbar img{object-fit:contain;width:274px;height:80.3906px;display:block}.comparison-results-topbar button{color:#fff;width:min(196px,42vw);height:48px;font-family:"Gilroy-Medium", var(--font-body);cursor:pointer;background:#121212;border:0;border-radius:8px;font-size:16px;line-height:24px}.comparison-results-hero h1{color:#000;text-align:center;font-family:var(--font-heading);letter-spacing:0;margin-bottom:4px;font-size:clamp(42px,5.3vw,76.46px);font-weight:400;line-height:1.22}.comparison-results-hero h1 span{font-style:italic}.comparison-results-tabs{background:#f4f4f4;border:1.62px solid #e5e5e8;border-radius:999px;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;width:min(440px,100vw - 40px);height:66px;margin:clamp(78px,8vw,148px) auto clamp(58px,6vw,91px);padding:5px;display:grid}.comparison-results-tabs button{color:#1c1c1d80;min-width:0;font-family:"Gilroy-Medium", var(--font-body);cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;font-size:clamp(18px,1.75vw,25.6px);line-height:1;display:inline-flex}.comparison-results-tabs button.active{color:#fff;background:#59654d}.comparison-results-tabs img{object-fit:contain;opacity:.52;filter:grayscale();width:24px;height:24px}.comparison-results-tabs button.active img{opacity:1;filter:brightness(0)invert()}.comparison-results-content{flex-direction:column;gap:32px;width:min(1106px,100vw - 40px);margin:0 auto;display:flex}.comparison-results-stt-card,.comparison-results-tts-card{background:#f4f4f4;border:1.59px solid #e5e5e8;border-radius:16px;padding:clamp(24px,3.2vw,40px) clamp(20px,3vw,36px) 28px}.comparison-results-stt-card h2,.comparison-results-tts-card h2{color:#59654d;font-family:"Gilroy-Bold", var(--font-body);text-transform:uppercase;font-size:16px;font-weight:400;line-height:22.4px}.comparison-results-audio-line{grid-template-columns:20px 111px minmax(100px,1fr);align-items:center;gap:14px;margin-top:25px;display:grid}.comparison-results-play{cursor:pointer;background:0 0;border:0;width:18px;height:18px;padding:0;display:inline-block;position:relative}.comparison-results-play:disabled{opacity:.35;cursor:default}.comparison-results-play:before{content:"";border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:13px solid #000;position:absolute;top:1px;left:3px}.comparison-results-play.white:before{border-left-color:#fff}.comparison-results-play.playing:before{background:#000;border:0;width:4px;height:16px;box-shadow:8px 0 #000}.comparison-results-play.white.playing:before{background:#fff;box-shadow:8px 0 #fff}.comparison-results-wave{align-items:center;gap:2px;height:32px;display:inline-flex}.comparison-results-wave i{opacity:.5;background:#000;border-radius:999px;width:2px}.comparison-results-wave.muted i{opacity:.78;background:#fff}.comparison-results-audio-rule{background:#00000094;height:2px}.comparison-results-audio-rule b,.comparison-results-tts-player>i b{background:#000;height:100%;display:block}.comparison-results-tts-player>i b{background:#0009}.comparison-results-transcript{color:#0f0f0f;min-height:51px;font-family:"Gilroy-Medium", var(--font-body);background:#00000014;border-radius:8px;align-items:center;margin-top:17px;padding:13px;font-size:16px;line-height:20.8px;display:flex}.comparison-results-stt-grid,.comparison-results-tts-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px;display:grid}.comparison-results-stt-provider{background:#fff;border:1.01px solid #ececee;border-radius:12px;flex-direction:column;justify-content:center;gap:26px;min-height:137px;padding:20px 21px;display:flex}.comparison-results-provider-logo{object-fit:contain;object-position:left center;width:auto;display:block}.comparison-results-provider-logo.rasen{width:82px;height:25px}.comparison-results-provider-logo.elevenlabs{width:126px;height:18px}.comparison-results-provider-logo.cartesia{width:110px;height:25px}.comparison-results-provider-wordmark{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);font-size:20px;line-height:25px}.comparison-results-stt-provider p{color:#0009;font-family:"Gilroy-Medium", var(--font-body);font-size:16px;line-height:20.8px}.comparison-results-stt-provider mark{color:#537c2a;background:#f2f3f1;border-radius:4px;padding:1px 3px}.comparison-results-stt-provider mark.bad{color:#f3280f;background:#ffe8e5ad}.comparison-results-provider-error,.comparison-results-inline-note{color:#00000094;font-family:"Gilroy-Medium", var(--font-body);font-size:14px;line-height:19.6px}.comparison-results-inline-note{margin-top:12px}.comparison-results-llm{gap:clamp(72px,7vw,105px)}.comparison-results-section-title{align-items:center;gap:32px;margin-bottom:32px;display:flex}.comparison-results-section-title h2{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);white-space:nowrap;font-size:32px;font-weight:400;line-height:38.4px}.comparison-results-section-title i{background:#8787874d;flex:1;height:1px}.comparison-results-two-col{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;display:grid}.comparison-results-llm-card,.comparison-results-tool-card{background:#f5f3f1;border-radius:16px;min-height:381px;padding:26px 24px 44px;position:relative}.comparison-results-llm-card h3,.comparison-results-tool-card h3{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);font-size:20px;font-weight:400;line-height:24px}.comparison-results-llm-description,.comparison-results-tool-card>p{color:#0009;max-width:435px;font-family:"Gilroy-Medium", var(--font-body);margin-top:7px;font-size:18px;line-height:23.4px}.comparison-results-claim-row{grid-template-columns:32px minmax(0,1fr);align-items:start;gap:9px;margin-top:25px;display:grid}.comparison-results-claim-audio{flex-direction:column;align-items:center;gap:6px;display:flex}.comparison-results-glow-play{background:radial-gradient(circle at 35% 35%,#1dd8ff 0 25%,#0047ff 55%,#eae4d7 56%);border-radius:50%;width:32px;height:32px;position:relative}.comparison-results-glow-play:after{content:"";border-top:7px solid #0000;border-bottom:7px solid #0000;border-left:10px solid #fff;position:absolute;top:9px;left:12px}.comparison-results-claim-audio small{color:#73726b;font-family:"Gilroy-SemiBold", var(--font-body);font-size:10.91px;line-height:13.09px}.comparison-results-claim{background:#fff;border:1px solid #dcdcdc;border-radius:0 16px 16px;min-height:113px;padding:21px 22px 18px 35px;position:relative}.comparison-results-claim:before{content:"";background:#ff383c;width:2px;position:absolute;top:18px;bottom:18px;left:20px}.comparison-results-claim.good:before{background:#586b35}.comparison-results-claim strong{color:#ff383c;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;font-size:12px;font-weight:400;line-height:14.4px}.comparison-results-claim.good strong{color:#586b35}.comparison-results-claim p{color:#626262;margin-top:6px;font-family:Inter,sans-serif;font-size:16px;font-style:italic;line-height:25.6px}.comparison-results-claim mark{color:#f3280f;background:#ffe8e5ad;border-radius:4px;padding:2px 4px}.comparison-results-kb-note{background:#fff;border:1px solid #dcdcdc;border-radius:16px;margin-top:16px;padding:17px 16px}.comparison-results-kb-note strong{color:#586b35;font-family:"Gilroy-SemiBold", var(--font-body);font-size:12px;font-weight:400;line-height:14.4px}.comparison-results-kb-note p{color:#626262;font-family:"Gilroy-Medium", var(--font-body);margin-top:5px;font-size:16px;line-height:19.2px}.comparison-results-call-id{color:#73726bb3;font-family:"Gilroy-SemiBold", var(--font-body);text-transform:uppercase;font-size:12px;line-height:14.4px;position:absolute;bottom:17px;right:24px}.comparison-results-tool-card{min-height:317px}.comparison-results-tool-card pre{background:#fff;border:1px solid #dcdcdc;border-radius:16px;margin-top:16px;padding:23px 25px;overflow-x:auto}.comparison-results-tool-card code{color:#626262;white-space:pre;flex-direction:column;gap:11px;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:16px;line-height:1;display:flex}.comparison-results-tool-card mark{border-radius:4px;padding:2px 4px}.comparison-results-tool-card mark.bad{color:#f3280f;background:#ffe8e5ad}.comparison-results-tool-card mark.good{color:#586b35;background:#586b351a}.comparison-results-tts-prompt{color:#0f0f0f;max-width:940px;font-family:"Gilroy-Medium", var(--font-body);margin-top:14px;font-size:20px;line-height:28px}.comparison-results-tts-grid{margin-top:42px}.comparison-results-tts-provider{background:#fff;border:1.01px solid #ececee;border-radius:12px;flex-direction:column;min-height:219px;padding:22px 20px;display:flex}.comparison-results-tts-provider.rasen{color:#fff;background:linear-gradient(135deg,#9bb868e0,#315c3aeb),url(/icons/onboarding/rasen-background.png) 50%/cover no-repeat;border-color:#0000}.comparison-results-tts-provider header{justify-content:space-between;align-items:center;gap:16px;display:flex}.comparison-results-tts-provider header strong{color:#0f0f0f;font-family:var(--font-heading);font-size:32px;font-weight:400;line-height:1}.comparison-results-tts-provider.rasen header strong{color:#fff}.comparison-results-tts-r_capture,.comparison-results-tts-rasen-capture{color:#fff;font-family:var(--font-heading);align-items:center;gap:9px;font-size:17px;line-height:21px;display:inline-flex}.comparison-results-tts-r_capture img,.comparison-results-tts-rasen-capture img{width:28px;height:28px}.comparison-results-tts-provider>p{color:#0009;font-family:"Gilroy-Medium", var(--font-body);margin-top:16px;font-size:14px;line-height:18.2px}.comparison-results-tts-provider.rasen>p{color:#fff}.comparison-results-tts-player{background:#fff3;border-radius:8px;grid-template-columns:20px 95px minmax(48px,1fr);align-items:center;gap:12px;height:44px;margin-top:auto;padding:0 14px;display:grid;overflow:hidden}.comparison-results-tts-player.muted{background:#a4a4a4}.comparison-results-tts-player>i{background:#ffffffc7;height:2px}.comparison-results-state-card{background:#f4f4f4;border:1.59px solid #e5e5e8;border-radius:16px;padding:clamp(28px,3.2vw,42px)}.comparison-results-state-card h2{color:#0f0f0f;font-family:"Gilroy-SemiBold", var(--font-body);font-size:24px;font-weight:400;line-height:31.2px}.comparison-results-state-card p{color:#0009;max-width:720px;font-family:"Gilroy-Medium", var(--font-body);margin-top:8px;font-size:16px;line-height:22.4px}.comparison-results-generate{color:#0f0f0f;width:min(320px,100%);height:52px;font-family:"Gilroy-Medium", var(--font-body);cursor:pointer;background:#fff;border:1px solid #dfdfe3;border-radius:8px;margin:24px auto 0;font-size:16px;line-height:24px}.comparison-results-state-card .comparison-results-generate{margin-left:0}.comparison-results-generate:disabled{cursor:default;opacity:.55}.comparison-results-progress{background:#00000014;border-radius:999px;width:100%;height:8px;margin-top:22px;overflow:hidden}.comparison-results-progress i{border-radius:inherit;background:#59654d;height:100%;display:block}@media (width<=980px){.comparison-results-stt-grid,.comparison-results-tts-grid,.comparison-results-two-col{grid-template-columns:1fr}.comparison-results-stt-provider,.comparison-results-tts-provider,.comparison-results-llm-card,.comparison-results-tool-card{min-height:auto}}@media (width<=640px){.comparison-results-hero{align-items:center;min-height:340px;padding-top:110px}.comparison-results-topbar{align-items:flex-start}.comparison-results-topbar button{width:132px;height:42px;font-size:14px}.comparison-results-tabs{height:56px;margin-top:42px;margin-bottom:36px}.comparison-results-tabs button{gap:5px}.comparison-results-tabs img{width:18px;height:18px}.comparison-results-content{width:min(100% - 28px,1106px)}.comparison-results-audio-line{grid-template-columns:20px 96px minmax(40px,1fr);gap:10px}.comparison-results-section-title{gap:18px}.comparison-results-section-title h2{font-size:26px;line-height:32px}.comparison-results-claim-row{grid-template-columns:1fr}.comparison-results-claim-audio{flex-direction:row}.comparison-results-tts-grid{margin-top:28px}}.mi-page{max-width:1280px;margin:0 auto;padding:24px 20px 60px;font-size:14px}.mi-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:8px;display:flex}.mi-header h1{margin:0 0 4px;font-size:22px}.mi-hint{color:#667085;margin:4px 0 8px}.mi-status{border-radius:6px;max-width:480px;padding:6px 12px;font-size:13px}.mi-status-ok{color:#067647;background:#ecfdf3;border:1px solid #abefc6}.mi-status-err{color:#b42318;background:#fef3f2;border:1px solid #fecdca}.mi-panel{background:#fff;border:1px solid #e4e7ec;border-radius:10px;margin-top:16px;padding:16px 18px}.mi-panel h2{margin:0 0 10px;font-size:15px}.mi-panel-head{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:10px;display:flex}.mi-panel-head h2{margin:0}.mi-tabs{gap:4px;display:flex}.mi-tab{cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:6px;padding:4px 12px;font-size:13px}.mi-tab-active{color:#fff;background:#101828;border-color:#101828}.mi-check{color:#475467;align-items:center;gap:6px;margin-left:auto;font-size:13px;display:flex}.mi-table{border-collapse:collapse;width:100%;font-size:13px}.mi-table th{text-align:left;color:#667085;white-space:nowrap;border-bottom:1px solid #e4e7ec;padding:6px 10px;font-weight:600}.mi-table td{vertical-align:middle;border-bottom:1px solid #f2f4f7;padding:7px 10px}.mi-mod{text-transform:uppercase;color:#475467;font-weight:600}.mi-prefix{text-overflow:ellipsis;white-space:nowrap;color:#667085;max-width:260px;font-family:monospace;font-size:12px;overflow:hidden}.mi-actions{flex-wrap:wrap;gap:6px;display:flex}.mi-retired{opacity:.5}.mi-drift{color:#b54708;font-weight:600}.mi-error-cell{color:#b42318;max-width:300px;font-size:12px}.mi-empty{color:#98a2b3;padding:10px 4px}.mi-muted{color:#98a2b3}.mi-effective b{margin-right:6px}.mi-node{border:1px solid #eaecf0;border-radius:8px;margin-bottom:10px;padding:10px 12px}.mi-node-head{align-items:center;gap:8px;margin-bottom:8px;display:flex}.mi-dot{border-radius:50%;width:9px;height:9px;display:inline-block}.mi-dot-live{background:#12b76a}.mi-dot-stale{background:#f04438}.mi-chip{white-space:nowrap;border-radius:999px;padding:2px 8px;font-size:12px;line-height:18px;display:inline-block}.mi-chip-ok{color:#067647;background:#ecfdf3}.mi-chip-err{color:#b42318;background:#fef3f2}.mi-chip-warn{color:#b54708;background:#fffaeb}.mi-chip-busy{color:#175cd3;background:#eff8ff}.mi-chip-scope{color:#475467;background:#f2f4f7}.mi-chip-via{color:#5925dc;background:#f4f3ff}.mi-chip-stamp{color:#363f72;background:#f8f9fc;border:1px solid #eaecf0;margin:1px 4px 1px 0}.mi-btn{cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:6px;padding:4px 10px;font-size:12px}.mi-btn:hover:not(:disabled){background:#f9fafb}.mi-btn:disabled{opacity:.5;cursor:not-allowed}.mi-btn-primary{color:#fff;background:#101828;border-color:#101828}.mi-btn-primary:hover:not(:disabled){background:#344054}.mi-btn-danger{color:#b42318;border-color:#fecdca}.mi-modal-backdrop{z-index:50;background:#10182880;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.mi-modal{background:#fff;border-radius:12px;width:640px;max-width:calc(100vw - 40px);max-height:calc(100vh - 80px);padding:20px 22px;overflow-y:auto}.mi-modal h3{margin:0 0 4px}.mi-form-grid{grid-template-columns:1fr 1fr;gap:12px 16px;margin-top:12px;display:grid}.mi-form-grid label{color:#475467;flex-direction:column;gap:4px;font-size:12px;display:flex}.mi-form-grid input,.mi-form-grid select,.mi-form-grid textarea{border:1px solid #d0d5dd;border-radius:6px;padding:6px 8px;font-family:inherit;font-size:13px}.mi-form-grid textarea{font-family:monospace;font-size:12px}.mi-span2{grid-column:span 2}.mi-error{color:#b42318;background:#fef3f2;border:1px solid #fecdca;border-radius:6px;margin-top:10px;padding:6px 10px;font-size:13px}.mi-modal-actions{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.ws-settings-title{font-family:"Gilroy-Medium", var(--font-body);color:#000;font-size:26px;font-weight:400;line-height:32px}.ws-settings-subtitle{font-family:var(--font-body);color:#6b6b70;margin-top:8px;font-size:15px}.agents-main-card>.ws-invite-form,.agents-main-card>.ws-settings-section{flex:none}.ws-settings-empty{font-family:var(--font-body);color:#8a8a90;padding:24px 0;font-size:15px}.ws-settings-header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.ws-invite-open-btn{color:#fff;min-height:48px;font-family:var(--font-body);cursor:pointer;background:#131213;border:1px solid #131213;border-radius:8px;flex:none;padding:12px 20px;font-size:16px;font-weight:500;transition:opacity .12s}.ws-invite-open-btn:hover{opacity:.88}.ws-members-search{box-sizing:border-box;background:#fff;border:1px solid #e1e1e3;border-radius:999px;flex:none;align-items:center;gap:12px;width:min(300px,100%);height:48px;margin-top:26px;padding:0 17px;display:flex}.ws-members-search-icon{flex:none;width:18px;height:18px}.ws-members-search input{width:100%;min-width:0;font-family:"Gilroy-Medium", var(--font-body);color:#1c1c1d;background:0 0;border:0;outline:0;font-size:16px;line-height:20px}.ws-members-search input::placeholder{color:#a0a0a4}.ws-invite-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f0f0f6b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.ws-invite-modal{background:#fff;border-radius:20px;width:min(684px,100vw - 48px);overflow:hidden;box-shadow:0 28px 68px #0000003d}.ws-invite-modal-banner{background-image:url(/images/workspace/add-member-header-image.png);background-position:50%;background-size:cover;height:72px}.ws-invite-modal-body{padding:30px 44px 24px}.ws-invite-modal-title{font-family:var(--font-heading);color:#101012;font-size:32px;font-weight:400;line-height:1.15}.ws-invite-modal-subtitle{font-family:var(--font-body);color:#6b6b70;margin-top:8px;font-size:15px;line-height:20px}.ws-invite-modal-input{width:100%;height:48px;font-family:var(--font-body);color:#131213;background:#fff;border:1px solid #e1e1e3;border-radius:12px;margin-top:42px;padding:0 18px;font-size:15px}.ws-invite-modal-input::placeholder{color:#a4a4a8}.ws-invite-modal-input:focus{background:#fff;border-color:#131213;outline:none}.ws-invite-modal-actions{justify-content:flex-end;gap:12px;margin-top:52px;display:flex}.ws-invite-modal-cancel,.ws-invite-modal-submit{width:120px;height:40px;font-family:var(--font-body);cursor:pointer;border-radius:8px;padding:0 24px;font-size:15px;font-weight:500}.ws-invite-modal-cancel{color:#131213;background:#fff;border:1px solid #e0e0e2}.ws-invite-modal-submit{color:#fff;background:#131213;border:1px solid #131213}.ws-invite-modal-submit:disabled{opacity:.5;cursor:not-allowed}.ws-invite-form{margin-top:28px}.ws-invite-row{gap:12px;max-width:520px;display:flex}.ws-invite-input{min-height:48px;font-family:var(--font-body);color:#131213;background:#fafafa;border:1px solid #d4d4d4;border-radius:12px;flex:auto;padding:0 16px;font-size:15px}.ws-invite-input:focus{background:#fff;border-color:#131213;outline:none}.ws-invite-btn{color:#fff;min-height:48px;font-family:var(--font-body);cursor:pointer;background:#131213;border:1px solid #131213;border-radius:12px;flex:none;padding:0 24px;font-size:15px}.ws-invite-btn:disabled{opacity:.5;cursor:not-allowed}.ws-invite-error{font-family:var(--font-body);color:#c0392b;margin-top:10px;font-size:14px}.ws-invite-notice{font-family:var(--font-body);color:#1f7a4d;margin-top:10px;font-size:14px}.ws-settings-section{margin-top:30px}.ws-settings-section-head{justify-content:space-between;align-items:center;display:flex}.ws-settings-section-title{font-family:var(--font-body);color:#131213;align-items:center;gap:10px;font-size:18px;font-weight:600;display:flex}.ws-settings-count{color:#6b6b70;background:#f0eef1;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:22px;padding:0 8px;font-size:13px;font-weight:500;display:inline-flex}.ws-members-table{background:#fff;border:1px solid #e1e1e3;border-radius:16px;width:100%;overflow:hidden}.ws-members-head,.ws-member-row{grid-template-columns:minmax(280px,1.55fr) minmax(110px,.8fr) minmax(120px,.8fr) minmax(170px,.95fr) minmax(140px,.8fr) minmax(96px,.6fr);align-items:center;column-gap:22px;display:grid}.ws-members-head{min-height:58px;font-family:"Gilroy-SemiBold", var(--font-body);color:#5f5f63;border-bottom:1px solid #e1e1e3;padding:0 20px;font-size:14px;font-weight:400;line-height:18px}.ws-members-head span:last-child{text-align:right}.ws-member-row{border-bottom:1px solid #eeeeef;min-height:74px;padding:0 20px}.ws-member-row:last-child{border-bottom:none}.ws-member-identity{align-items:center;gap:14px;min-width:0;display:flex}.ws-member-avatar{color:#fff;width:42px;height:42px;font-family:var(--font-body);border-radius:50%;flex:none;font-size:16px;font-weight:600;line-height:1;display:block;position:relative;overflow:hidden}.ws-member-avatar img{object-fit:cover;width:100%;height:100%;display:block}.ws-member-avatar span{text-align:center;text-shadow:0 1px 2px #00000038;width:100%;padding:0;line-height:1;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(1px - 50%))}.ws-member-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.ws-member-name{font-family:"Gilroy-SemiBold", var(--font-body);color:#1c1c1d;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:400;line-height:20px;overflow:hidden}.ws-member-email{font-family:"Gilroy-Medium", var(--font-body);color:#6d6d72;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:18px;overflow:hidden}.ws-role-badge,.ws-status-badge{min-height:24px;font-family:var(--font-body);color:#3f3f42;border-radius:999px;justify-self:start;align-items:center;padding:0 10px;font-size:14px;line-height:18px;display:inline-flex}.ws-role-badge{background:#f0f0f1}.ws-status-badge{color:#009b12;font-family:"Gilroy-SemiBold", var(--font-body);background:#e4f4e7;font-weight:500}.ws-status-badge.pending{color:#ff8a00;background:#ffead3}.ws-member-workspaces,.ws-member-joined{min-width:0;font-family:var(--font-body);color:#5d5d61;text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:20px;overflow:hidden}.ws-member-actions{justify-content:flex-end;min-width:0;display:flex}.ws-remove-btn{height:36px;font-family:var(--font-body);color:#c0392b;cursor:pointer;background:#fff;border:1px solid #e0d4d4;border-radius:999px;flex:none;padding:0 16px;font-size:14px}.ws-revoke-btn{color:#fff;height:28px;font-family:"Gilroy-SemiBold", var(--font-body);cursor:pointer;background:#f3280f;border:0;border-radius:6px;flex:none;justify-content:center;align-items:center;padding:4px 12px;font-size:12px;font-weight:400;line-height:18px;display:inline-flex}.ws-revoke-btn img{flex:0 0 12px;width:12px;height:12px;display:block}.ws-revoke-btn span{text-align:center;width:45px}.ws-remove-btn:hover{background:#fbeceb}.ws-members-empty{font-family:var(--font-body);color:#8a8a90;padding:28px 22px;font-size:16px}@media (width<=1100px){.ws-members-table{overflow-x:auto}.ws-members-head,.ws-member-row{min-width:980px}}.ws-usage-head{align-items:baseline;gap:12px;margin-bottom:16px;display:flex}.ws-usage-title{font-family:"Gilroy-SemiBold", var(--font-body);color:#131213;margin:0;font-size:18px}.ws-usage-calls{font-family:var(--font-body);color:#8a8a90;font-size:14px}.ws-usage-empty{font-family:var(--font-body);color:#8a8a90;margin:0;font-size:14px}.ws-usage-tiles{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;margin-bottom:20px;display:grid}.ws-usage-tile{background:#fff;border:1px solid #e5e5e8;border-radius:12px;flex-direction:column;gap:8px;padding:16px 18px;display:flex}.ws-usage-tile-label{font-family:var(--font-body);color:#808487;font-size:13px}.ws-usage-tile-value{font-family:"Gilroy-SemiBold", var(--font-body);color:#131213;font-size:24px}.ws-usage-tile-value em{color:#808487;margin-left:5px;font-size:14px;font-style:normal}.ws-usage-agent-head,.ws-usage-agent-row{grid-template-columns:minmax(160px,1fr) 80px minmax(240px,2fr);align-items:center;column-gap:18px;padding:12px 4px;display:grid}.ws-usage-agent-head{font-family:"Gilroy-SemiBold", var(--font-body);color:#5f5f63;border-bottom:1px solid #e1e1e3;font-size:13px}.ws-usage-agent-row{font-family:var(--font-body);color:#131213;border-bottom:1px solid #eeeeef;font-size:14px}.ws-usage-agent-row:last-child{border-bottom:none}.ws-usage-agent-name{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.ws-usage-agent-breakdown{flex-wrap:wrap;gap:6px;display:flex}.ws-usage-chip{color:#5f5f63;background:#f2f3f5;border-radius:999px;padding:3px 9px;font-size:12px;font-style:normal}.dev-main-card{overflow-y:auto}.dev-page{width:100%;min-width:0}.dev-page-head{min-height:48px;margin-bottom:24px}.dev-page-sub{max-width:68ch;font-family:var(--font-body);color:#6b6b70;margin:8px 0 0;font-size:15px;line-height:22px}.dev-tabs{border-bottom:1px solid #e6e6e9;gap:4px;margin:0 -4px 24px;display:flex}.dev-tab{font-family:var(--font-body);color:#6b6b70;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:10px 20px;font-size:15px;font-weight:500;transition:color .12s,border-color .12s}.dev-tab:hover{color:#131213}.dev-tab.active{color:#131213;border-bottom-color:#131213}.dev-section-head{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:20px;display:flex}.dev-section-title{font-family:"Gilroy-Medium", var(--font-body);color:#000;margin:0;font-size:19px;font-weight:400}.dev-section-sub{max-width:72ch;font-family:var(--font-body);color:#6b6b70;margin:6px 0 0;font-size:14px;line-height:21px}.dev-empty{font-family:var(--font-body);color:#8a8a90;padding:32px 0;font-size:15px}.dev-empty-centered{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:18px;min-height:238px;display:flex}.dev-empty-centered p{color:#55545a;max-width:448px;margin:0;font-size:14px;line-height:20px}.dev-key-intro{justify-content:space-between;align-items:center;gap:24px;min-height:76px;margin-bottom:12px;display:flex}.dev-key-intro p{color:#55545a;max-width:560px;margin:0;font-size:14px;line-height:20px}.dev-table-wrap{overflow:visible}.dev-key-table th{text-transform:none;letter-spacing:0;color:#737278;height:36px;padding:0 8px;font-size:12px}.dev-key-table td{height:49px;padding:0 8px}.dev-key-table th:first-child,.dev-key-table td:first-child{width:31%;padding-left:0}.dev-key-table th:nth-child(2){width:27%}.dev-key-table th:nth-child(3){width:14%}.dev-key-table th:nth-child(4){width:12%}.dev-key-table th:nth-child(5){width:8%}.dev-masked-key{white-space:nowrap;color:#96959a;letter-spacing:1px}.dev-masked-key code{font-family:var(--font-mono,ui-monospace, monospace);letter-spacing:0;color:#55545a;font-size:13px}.dev-key-switch{cursor:pointer;display:inline-flex;position:relative}.dev-key-switch input{opacity:0;position:absolute}.dev-key-switch input:checked+.dev-switch{background:#181719}.dev-key-switch input:checked+.dev-switch:after{transform:translate(16px)}.dev-key-switch input:disabled+.dev-switch{opacity:.45;cursor:not-allowed}.dev-key-table .dev-cell-actions{position:relative}.dev-menu-trigger{color:#55545a;letter-spacing:1px;cursor:pointer;background:0 0;border:0;border-radius:7px;width:32px;height:32px}.dev-menu-trigger:hover{background:#f1f1f2}.dev-key-menu{z-index:20;text-align:left;white-space:normal;background:#fff;border:1px solid #e5e5e7;border-radius:8px;flex-direction:column;gap:2px;width:148px;padding:4px;display:flex;position:absolute;top:40px;right:8px;box-shadow:0 8px 24px #0000001f}.dev-key-menu button{text-align:left;width:100%;height:32px;font:13px var(--font-body);color:#28272b;cursor:pointer;background:0 0;border:0;border-radius:5px;flex:0 0 32px;padding:0 10px;display:block}.dev-key-menu button:hover{background:#f3f3f4}.dev-key-menu button.danger{color:#b42318}.dev-key-footnote{color:#77767c;margin:24px 0 0;font-size:13px;line-height:20px}.dev-empty-inline{padding:16px 0;font-size:14px}.dev-error{font-family:var(--font-body);color:#9b2c2c;background:#fdf3f3;border:1px solid #f0c9c9;border-radius:8px;margin-bottom:16px;padding:12px 14px;font-size:14px}.dev-btn{font-family:var(--font-body);cursor:pointer;border:1px solid #0000;border-radius:8px;flex:none;padding:9px 16px;font-size:14px;font-weight:500;transition:opacity .12s,background .12s}.dev-btn:disabled{opacity:.5;cursor:not-allowed}.dev-btn:not(:disabled):hover{opacity:.88}.dev-btn-primary{color:#fff;background:#131213;border-color:#131213}.dev-btn-secondary{color:#131213;background:#fff;border-color:#d9d9de}.dev-btn-danger{color:#9b2c2c;background:#fff;border-color:#e7c3c3}.dev-form{background:#fbfbfc;border:1px solid #e6e6e9;border-radius:12px;flex-wrap:wrap;align-items:flex-start;gap:16px;margin-bottom:24px;padding:20px;display:flex}.dev-field{flex-direction:column;gap:6px;min-width:220px;display:flex}.dev-field-wide{flex:380px}.dev-field>span{font-family:var(--font-body);color:#4a4a50;font-size:13px;font-weight:500}.dev-field input,.dev-field select{font-family:var(--font-body);color:#131213;background:#fff;border:1px solid #d9d9de;border-radius:8px;padding:10px 12px;font-size:14px}.dev-field input:focus,.dev-field select:focus{border-color:#131213;outline:none}.dev-field small{max-width:320px;font-family:var(--font-body);color:#8a8a90;font-size:12px;line-height:1.5}.dev-field-error{font-family:var(--font-body);color:#9b2c2c;font-size:12px}.dev-fieldset{border:0;flex:100%;margin:0;padding:0}.dev-fieldset legend{font-family:var(--font-body);color:#4a4a50;padding:0;font-size:13px;font-weight:500}.dev-check{cursor:pointer;align-items:flex-start;gap:10px;margin-top:10px;display:flex}.dev-check input{margin-top:3px}.dev-check span{flex-direction:column;gap:2px;display:flex}.dev-check strong{font-family:var(--font-body);color:#131213;font-size:14px;font-weight:500}.dev-check small{font-family:var(--font-body);color:#6b6b70;font-size:13px}.dev-form-actions{flex:100%;justify-content:flex-end;gap:10px;display:flex}.dev-drawer-layer{z-index:1000;position:fixed;inset:0}.dev-drawer-backdrop{cursor:default;background:#14141657;border:0;width:100%;position:absolute;inset:0}.dev-drawer{background:#fff;border-left:1px solid #e7e7e9;flex-direction:column;width:min(512px,100vw);height:100%;animation:.16s ease-out dev-drawer-in;display:flex;position:absolute;top:0;right:0;box-shadow:-12px 0 36px #00000014}@keyframes dev-drawer-in{0%{opacity:.7;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.dev-drawer-head{justify-content:space-between;align-items:center;min-height:84px;padding:20px 24px;display:flex}.dev-drawer-head h3{font-family:var(--font-body);font-size:18px;font-weight:600}.dev-drawer-close{color:#55545a;cursor:pointer;background:0 0;border:0;border-radius:7px;width:32px;height:32px;font-size:24px;line-height:1}.dev-drawer-close:hover{background:#f3f3f4}.dev-drawer-form{flex-direction:column;flex:1;min-height:0;display:flex}.dev-drawer-body{flex:1;padding:0 28px 28px;overflow-y:auto}.dev-drawer-body .dev-field{width:100%}.dev-drawer-body .dev-field input,.dev-drawer-row select{height:36px;font:14px var(--font-body);color:#171719;background:#fff;border:1px solid #d9d9dd;border-radius:7px;padding:7px 12px}.dev-drawer-row{justify-content:space-between;align-items:center;gap:20px;min-height:76px;display:flex}.dev-drawer-row>span{color:#3c3b40;font-size:14px}.dev-drawer-row select{width:180px}.dev-drawer-divider{background:#eeeeef;height:1px;margin:0 -4px}.dev-switch-row{cursor:pointer;justify-content:space-between;align-items:center;min-height:60px;display:flex;position:relative}.dev-switch-row>span:first-child{color:#3c3b40;font-size:14px}.dev-switch-row input{opacity:0;position:absolute}.dev-switch{background:#c9c9cd;border-radius:999px;width:36px;height:20px;transition:background .12s;position:relative}.dev-switch:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .12s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.dev-switch-row input:checked+.dev-switch{background:#181719}.dev-switch-row input:checked+.dev-switch:after{transform:translate(16px)}.dev-switch-row input:focus-visible+.dev-switch{outline-offset:2px;outline:2px solid #6d6d73}.dev-restriction-section{border-top:1px solid #eeeeef}.dev-restriction-title{color:#6d6c72;margin:16px 0 0;font-size:13px;font-weight:500}.dev-restriction-help{color:#85848a;margin:-4px 0 0;font-size:12px;line-height:18px}.dev-drawer-actions{background:#fff;border-top:1px solid #e7e7e9;justify-content:flex-end;align-items:center;gap:16px;min-height:73px;padding:16px;display:flex}.dev-modal-layer{z-index:1100;place-items:center;display:grid;position:fixed;inset:0}.dev-modal-backdrop{background:#1212145c;border:0;position:absolute;inset:0}.dev-confirm-modal,.dev-secret-modal{z-index:1;background:#fff;border:1px solid #e7e7e9;border-radius:10px;width:min(520px,100vw - 32px);position:relative;box-shadow:0 18px 54px #0000002e}.dev-confirm-modal{padding:20px}.dev-confirm-modal h2{font:600 18px/24px var(--font-body);margin:0 0 6px}.dev-confirm-modal p{color:#55545a;margin:0;font-size:14px;line-height:20px}.dev-confirm-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.dev-btn-danger-solid{color:#fff;background:#d92d20;border-color:#d92d20}.dev-modal-close{z-index:2;color:#55545a;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:32px;height:32px;display:grid;position:absolute;top:20px;right:20px}.dev-modal-close:hover{background:#f3f3f4}.dev-modal-close svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;width:18px;height:18px}.dev-secret-modal{padding:28px 28px 24px}.dev-secret-modal-head{padding-right:40px}.dev-secret-modal-head h2{font:600 20px/26px var(--font-body);color:#171719;margin:0}.dev-secret-modal-hint{color:#69686e;margin:16px 0 24px;font-size:14px;line-height:21px}.dev-secret-modal-field{flex-direction:column;gap:8px;display:flex}.dev-secret-modal-field span{color:#3d3c42;font-size:13px;font-weight:600}.dev-secret-modal-field input{width:100%;height:44px;font:13px var(--font-mono,ui-monospace, SFMono-Regular, Menlo, monospace);color:#252429;background:#fafafa;border:1px solid #d9d9dd;border-radius:8px;outline:none;padding:0 13px}.dev-secret-modal-field input:focus{border-color:#8b8a90;box-shadow:0 0 0 3px #1312130f}.dev-secret-modal-actions{justify-content:flex-end;margin-top:20px;display:flex}@media (width<=640px){.dev-page{padding:0}.dev-section-head{align-items:center}.dev-section-sub{display:none}}.dev-secret-panel{background:#fdfaef;border:1px solid #d8cfa8;border-radius:12px;margin-bottom:24px;padding:20px}.dev-secret-head{align-items:center;gap:10px;display:flex}.dev-secret-title{font-family:"Gilroy-Medium", var(--font-body);color:#000;font-size:16px}.dev-secret-badge{font-family:var(--font-body);letter-spacing:.02em;text-transform:uppercase;color:#6b5b1e;background:#e8dfb8;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:600}.dev-secret-hint{max-width:72ch;font-family:var(--font-body);color:#6b6b70;margin:8px 0 14px;font-size:14px;line-height:21px}.dev-secret-value-row{align-items:center;gap:10px;margin-bottom:14px;display:flex}.dev-secret-value{font-family:var(--font-mono,ui-monospace, SFMono-Regular, Menlo, monospace);color:#131213;overflow-wrap:anywhere;background:#fff;border:1px solid #e0d8be;border-radius:8px;flex:auto;padding:11px 12px;font-size:13px}.dev-table{border-collapse:collapse;width:100%;font-family:var(--font-body);font-size:14px}.dev-table th{text-align:left;letter-spacing:.02em;text-transform:uppercase;color:#8a8a90;border-bottom:1px solid #e6e6e9;padding:10px 12px;font-size:12px;font-weight:600}.dev-table td{color:#131213;vertical-align:middle;border-bottom:1px solid #f0f0f2;padding:13px 12px}.dev-row-muted td{color:#8a8a90}.dev-cell-actions{text-align:right;white-space:nowrap}.dev-code{font-family:var(--font-mono,ui-monospace, SFMono-Regular, Menlo, monospace);color:#3a3a40;background:#f3f3f5;border-radius:5px;padding:2px 6px;font-size:13px}.dev-pill{border-radius:999px;padding:3px 10px;font-size:12px;font-weight:500;display:inline-block}.dev-pill-active,.dev-pill-succeeded{color:#256b39;background:#e6f4ea}.dev-pill-revoked,.dev-pill-failed{color:#9b2c2c;background:#fdecec}.dev-pill-expired,.dev-pill-disabled,.dev-pill-queued,.dev-pill-delivering{color:#6b6b70;background:#f1f1f3}.dev-endpoint-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.dev-endpoint{background:#fff;border:1px solid #e6e6e9;border-radius:12px;padding:16px 18px}.dev-endpoint-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.dev-endpoint-meta{flex-direction:column;gap:5px;min-width:0;display:flex}.dev-endpoint-url{overflow-wrap:anywhere}.dev-endpoint-events{font-family:var(--font-body);color:#8a8a90;font-size:13px}.dev-endpoint-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.dev-deliveries{border-top:1px solid #f0f0f2;margin-top:16px;padding-top:4px}.dev-delivery-error{font-family:var(--font-body);color:#9b2c2c;overflow-wrap:anywhere;margin:12px 0 0;font-size:13px}.billing-empty{font-family:var(--font-body);color:#8a8a90;padding:24px 0;font-size:15px}.billing-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:8px 0 28px;display:grid}.billing-summary-card{background:#fff;border:1px solid #e5e5e8;border-radius:14px;flex-direction:column;gap:10px;padding:20px 22px;display:flex}.billing-summary-total{background:linear-gradient(135deg,#f6f8ff 0%,#fff 60%);border-color:#dfe4f4}.billing-summary-label{font-family:var(--font-body);color:#808487;font-size:13px}.billing-summary-value{font-family:"Gilroy-SemiBold", var(--font-body);color:#131213;font-size:30px}.billing-section{margin-top:8px}.billing-section-title{font-family:"Gilroy-SemiBold", var(--font-body);color:#131213;margin:0 0 12px;font-size:16px}.billing-agent-head,.billing-agent-row{grid-template-columns:minmax(200px,1fr) 90px 120px;align-items:center;column-gap:18px;padding:12px 4px;display:grid}.billing-agent-head{font-family:"Gilroy-SemiBold", var(--font-body);color:#5f5f63;border-bottom:1px solid #e1e1e3;font-size:13px}.billing-agent-row{font-family:var(--font-body);color:#131213;border-bottom:1px solid #eeeeef;font-size:14px}.billing-agent-row:last-child{border-bottom:none}.billing-agent-identity{align-items:center;gap:10px;display:flex;overflow:hidden}.billing-agent-avatar{border-radius:8px;flex:0 0 28px;width:28px;height:28px;display:inline-flex;overflow:hidden}.billing-agent-avatar img{object-fit:cover;width:100%;height:100%}.billing-agent-name{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.billing-agent-cost{font-family:"Gilroy-SemiBold", var(--font-body);color:#131213}@media (width<=720px){.billing-summary{grid-template-columns:1fr}}.sa-page{background:#e9e8df;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:fixed;inset:0;overflow:hidden}.sa-bg{z-index:0;background:#e9e8df url(/share/bg.png) 50%/cover no-repeat;position:fixed;inset:0}.sa-stage{z-index:6;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.sa-orb{width:200px;height:200px;position:relative}.sa-name{color:#14140f;letter-spacing:.3px;margin-top:26px;font-family:Georgia,Times New Roman,serif;font-size:34px}.sa-timer{color:#0f0f0f8c;letter-spacing:.02em;margin:8px 0 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:500}.sa-orb,.sa-name,.sa-talk{opacity:0}.sa-talk{letter-spacing:.3px;cursor:pointer;color:#fff;background:#121212;border:none;border-radius:999px;justify-content:center;align-items:center;margin-top:52px;padding:16px 34px;font:500 14px/1 Gilroy-Medium,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:transform .18s cubic-bezier(.2,.9,.3,1.4),background .25s;display:inline-flex;box-shadow:0 10px 28px #14140f47,0 1px 2px #14140f2e}.sa-talk:hover{background:#000;transform:translateY(-1px)scale(1.02)}.sa-talk:active{transform:scale(.97)}.sa-talk:disabled{cursor:default;opacity:.75}.sa-talk.sa-live{background:#d43a2f}.sa-talk.sa-live:hover{background:#c1281e}.sa-controls{align-items:center;gap:28px;margin-top:48px;display:inline-flex}.sa-mic-btn,.sa-hangup-btn{cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:68px;height:68px;padding:0;transition:transform .12s,opacity .12s;display:inline-flex}.sa-mic-btn img,.sa-hangup-btn img{width:100%;height:100%;display:block}.sa-mic-btn:hover,.sa-hangup-btn:hover{transform:translateY(-1px)}.sa-mic-btn:active,.sa-hangup-btn:active{transform:scale(.96)}.sa-mic-btn.muted{background:#fff;border:1.83px solid #e1e1e3}.sa-mic-btn.muted .sa-mic-off-glyph{width:42%;height:42%}.sa-error{text-align:center;color:#7a2f28;max-width:320px;margin-top:18px;font-size:13px;line-height:1.5}.sa-page-plain{justify-content:center;align-items:center;display:flex}.sa-message{z-index:6;text-align:center;color:#14140f;-webkit-backdrop-filter:blur(18px)saturate(1.5);backdrop-filter:blur(18px)saturate(1.5);background:#ffffff8c;border-radius:18px;max-width:26rem;margin:0 24px;padding:2.5rem 2rem;position:relative;box-shadow:0 12px 40px #1e23192e}.sa-message h1{margin:0 0 .75rem;font-family:Georgia,Times New Roman,serif;font-size:1.4rem;font-weight:500}.sa-message p{color:#46463c;margin:0;font-size:.95rem;line-height:1.55}@media (width<=560px){.sa-orb{width:168px;height:168px}.sa-name{font-size:28px}}.filter-bar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.filter-bar-anchor{display:inline-flex;position:relative}.filter-bar-btn{color:#403a44;cursor:pointer;height:38px;font-family:var(--font-body);background:#fff;border:1px solid #dfdfe1;border-radius:10px;align-items:center;gap:8px;padding:0 14px;font-size:14px;font-weight:600;display:inline-flex}.filter-bar-btn-icon{flex:none}.filter-bar-btn:hover{background:#f7f6f8}.filter-bar-btn.active{color:#131213;border-color:#59654d;box-shadow:0 0 0 3px #59654d1f}.filter-bar-count{color:#59654d;background:#eaeee6;border-radius:6px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:12px;font-weight:700;display:inline-flex}.filter-panel{z-index:70;background:#fff;border:1px solid #e7e4e9;border-radius:14px;grid-template-columns:190px minmax(0,1fr);width:520px;max-width:min(520px,100vw - 48px);display:grid;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 12px 32px #13121324}.filter-panel-fields{background:#fbfafb;border-right:1px solid #f0eef1;flex-direction:column;gap:2px;padding:8px;display:flex}.filter-panel-field{text-align:left;cursor:pointer;width:100%;font-family:var(--font-body);text-transform:none;letter-spacing:normal;color:#403a44;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:9px 10px;font-size:13px;font-weight:500;display:flex}.filter-panel-field:hover{background:#f0eef1}.filter-panel-field.active{color:#131213;background:#fff;font-weight:600;box-shadow:0 1px 2px #13121314}.filter-panel-field-icon{color:#9a94a1;flex:none}.filter-panel-field.active .filter-panel-field-icon{color:#59654d}.filter-panel-field-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.filter-panel-field-dot{background:#59654d;border-radius:50%;flex:none;width:6px;height:6px}.filter-panel-field-chevron{color:#c4bfc9;opacity:0;flex:none}.filter-panel-field.active .filter-panel-field-chevron{opacity:1}.filter-panel-body{min-width:0;padding:14px 16px 16px}.filter-pane-head{font-family:var(--font-body);text-transform:none;letter-spacing:normal;color:#131213;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;font-size:13px;font-weight:600;display:flex}.filter-pane-clear,.filter-clear-all{cursor:pointer;font-family:var(--font-body);color:#59654d;background:0 0;border:none;padding:0;font-size:13px;font-weight:600}.filter-pane-clear:hover,.filter-clear-all:hover{text-decoration:underline}.filter-pane-empty{font-family:var(--font-body);color:#9a94a1;margin:0;padding:8px 0;font-size:13px}.filter-pane-options{flex-direction:column;gap:2px;max-height:280px;display:flex;overflow-y:auto}.filter-option{cursor:pointer;font-family:var(--font-body);text-transform:none;letter-spacing:normal;color:#403a44;border-radius:8px;align-items:center;gap:10px;padding:8px;font-size:13px;font-weight:500;display:flex}.filter-option:hover{background:#f7f6f8}.filter-option input{accent-color:#59654d;cursor:pointer;flex:none;width:15px;height:15px}.filter-option-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.filter-option-count{color:#9a94a1;flex:none;font-size:12px}.filter-duration-presets{border-bottom:1px solid #f0eef1;flex-direction:column;gap:2px;margin-bottom:12px;padding-bottom:12px;display:flex}.filter-duration-preset{text-align:left;cursor:pointer;font-family:var(--font-body);text-transform:none;letter-spacing:normal;color:#403a44;background:0 0;border:none;border-radius:8px;padding:8px 10px;font-size:13px;font-weight:500}.filter-duration-preset:hover{background:#f7f6f8}.filter-duration-preset.active{color:#131213;background:#eaeee6;font-weight:600}.filter-duration-custom{grid-template-columns:1fr 1fr;gap:12px;display:grid}.filter-duration-field{min-width:0;font-family:var(--font-body);text-transform:none;letter-spacing:normal;color:#6b6572;flex-direction:column;gap:6px;font-size:12px;font-weight:500;display:flex}.filter-duration-field input{box-sizing:border-box;width:100%;min-width:0;font-family:var(--font-body);color:#131213;border:1px solid #dfdfe1;border-radius:10px;padding:9px 11px;font-size:13px}.filter-duration-field input:focus{border-color:#59654d;outline:none}.filter-duration-hint{font-family:var(--font-body);color:#c2413f;margin:10px 0 0;font-size:12px;font-weight:500}.filter-duration-actions{justify-content:flex-end;margin-top:14px;display:flex}.filter-apply{color:#fff;cursor:pointer;font-family:var(--font-body);background:#131213;border:none;border-radius:10px;padding:9px 22px;font-size:13px;font-weight:600}.filter-apply:disabled{opacity:.35;cursor:not-allowed}.filter-chip{color:#fff;cursor:pointer;height:34px;font-family:var(--font-body);background:#59654d;border:none;border-radius:10px;align-items:center;gap:9px;padding:0 13px;font-size:13px;font-weight:500;display:inline-flex}.filter-chip:hover{background:#4c5741}.filter-chip-x{opacity:.75;font-size:15px;line-height:1}.filter-chip:hover .filter-chip-x{opacity:1}.filter-chip-sep{background:#ffffff47;width:1px;height:16px}.filter-chip-value{font-weight:600}.filter-chip-more{color:#59654d;cursor:pointer;height:34px;font-family:var(--font-body);background:#fff;border:1px solid #dfdfe1;border-radius:10px;align-items:center;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}.filter-chip-more:hover{background:#f7f6f8}@media (width<=720px){.filter-panel{grid-template-columns:minmax(0,1fr);width:min(420px,100vw - 32px)}.filter-panel-fields{border-bottom:1px solid #f0eef1;border-right:none;flex-direction:row;overflow-x:auto}.filter-panel-field{white-space:nowrap;width:auto}.filter-panel-field-chevron{display:none}.filter-duration-custom{grid-template-columns:minmax(0,1fr)}}.pager{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 4px 4px;display:flex}.pager-range{color:#6f6875;font-family:var(--font-body);font-size:13px}.pager-controls{align-items:center;gap:4px;margin-left:auto;display:flex}.pager-step,.pager-page{color:#403a44;cursor:pointer;min-width:34px;height:34px;font-family:var(--font-body);background:#fff;border:1px solid #dfdfe1;border-radius:9px;justify-content:center;align-items:center;padding:0 10px;font-size:13px;font-weight:600;display:inline-flex}.pager-step:hover:not(:disabled),.pager-page:hover:not(.active){background:#f7f6f8}.pager-step:disabled{opacity:.45;cursor:default}.pager-page.active{color:#131213;background:#eaeee6;border-color:#59654d}.pager-gap{color:#a09aa5;padding:0 2px;font-size:13px}
