body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app-layout{background:#0b0b0b;display:flex;flex-direction:column;height:100vh}.app-content{display:flex;flex:1 1;overflow:hidden}.app-main{background:#0b0b0b;color:#fff;flex:1 1;overflow-y:auto}.header{--header-h:72px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#030303eb;border-bottom:1px solid #ffffff0f;gap:14px;height:var(--header-h);justify-content:space-between;overflow-x:hidden;padding-left:calc(16px + env(safe-area-inset-left));padding-right:calc(32px + env(safe-area-inset-right));position:-webkit-sticky;position:sticky;top:0;z-index:9999}.header,.header-left{align-items:center;display:flex}.header-left{gap:12px;min-width:0}.header-logo{flex:0 0 auto;height:45px;object-fit:contain;width:45px}.header-title{align-items:baseline;color:#fff;display:flex;font-size:30px;font-weight:800;letter-spacing:.4px;min-width:0;-webkit-user-select:none;user-select:none;white-space:nowrap}.header-title .ai{color:#fff200}.header-right{align-items:center;display:flex;flex:0 0 auto;gap:12px}.login-btn{background-color:initial;border:1px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:1px;padding:8px 14px;transition:background-color .12s ease,border-color .12s ease;white-space:nowrap}.login-btn:hover{background-color:#ffffff1a;border-color:#ffffff80}.logout-btn{background-color:initial;border:1px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:1px;padding:8px 14px;transition:background-color .12s ease,border-color .12s ease;white-space:nowrap}.logout-btn:hover{background-color:#ffffff1a;border-color:#ffffff80}.book-demo-btn{background-color:#e2d700;border:none;border-radius:8px;color:#1d1d1d;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:1px;padding:8px 14px;transition:filter .12s ease,transform .12s ease;white-space:nowrap;width:auto}.book-demo-btn:hover{filter:brightness(1.05)}.book-demo-btn:active{transform:translateY(1px)}.book-demo-btn:focus-visible{outline:2px solid #f609;outline-offset:3px}@media (max-width:600px){.header{--header-h:60px;padding-left:calc(12px + env(safe-area-inset-left));padding-right:calc(12px + env(safe-area-inset-right))}.header-logo{height:45px;width:45px}.header-title{font-size:30px;letter-spacing:.2px}.login-btn{display:none}.book-demo-btn,.logout-btn{border-radius:10px;font-size:14px;padding:8px 10px}}@media (max-width:420px){.header-title{font-size:25px}.header-logo{height:45px;width:45px}}.sidebar{background:#0f0f0ff2;border-right:1px solid #ffffff1a;padding:20px 0;width:240px}.project-selector-wrapper{border-bottom:1px solid #ffffff1a;margin-bottom:20px;padding:0 16px 20px}.sidebar-nav{display:flex;flex-direction:column;gap:4px}.nav-item{border-bottom:1px solid #ffffff1a;color:#ffffffb3;font-size:17px;font-weight:500;padding:16px 24px;text-decoration:none;transition:background-color .12s ease,color .12s ease}.nav-item:hover{background-color:#ffffff0d;color:#ffffffe6}.nav-item.active{background-color:#e2d70026;border-right:3px solid #e2d700;color:#e2d700}.selector{position:relative;width:100%}.selector-trigger{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#00000080;border:1px solid #ffffff26;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:space-between;padding:10px 12px;transition:border-color .12s ease,background .12s ease}.selector-trigger:hover{background:#0009;border-color:#ffffff40}.selector-label{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-arrow{color:#fff9;font-size:10px;transition:transform .12s ease}.dropdown-arrow.open{transform:rotate(180deg)}.selector-dropdown{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#000000d9;border:1px solid #ffffff26;border-radius:8px;box-shadow:0 4px 12px #00000080;left:0;overflow:hidden;position:absolute;right:0;top:calc(100% + 4px);z-index:1000}.selector-option{color:#fffc;cursor:pointer;font-size:14px;padding:10px 12px;transition:background-color .12s ease,color .12s ease}.selector-option:hover{background:#ffffff1a;color:#fff}.selector-option.selected{background:#e2d70033;color:#e2d700}.landing-page{--header-h:72px;--footer-h:72px;background:#0b0b0b;display:flex;flex-direction:column;height:100svh;overflow:hidden}@supports (height:100dvh){.landing-page{height:100dvh}}.landing-main{background:#0b0b0b;flex:1 1;isolation:isolate;min-height:0;overflow:hidden;position:relative}.landing-bg{inset:0;pointer-events:none;position:absolute;z-index:0}.landing-bg canvas{height:100%!important;inset:0!important;position:absolute!important;width:100%!important;z-index:0!important}.landing-main:after{background:radial-gradient(800px 400px at 30% 20%,#ffffff0f,#0000 60%),linear-gradient(180deg,#00000026,#0000008c);content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.landing-foreground{color:#fff;height:100%;overflow-y:auto;padding:48px 32px;position:relative;z-index:2}@media (max-width:600px){.landing-foreground{display:flex;flex-direction:column;height:100%;padding:0 18px 12px}}.hero{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:1.2fr .8fr;margin:0 auto;max-width:2500px;padding:60px 0 48px 84px}.hero-left{margin-top:-20px;min-width:0;text-align:left}.hero-title{color:#fff;font-size:60px;font-weight:900;letter-spacing:2px;line-height:1.2;margin:0;text-shadow:0 8px 26px #0009;word-spacing:1.5px}.hero-subtitle{color:#d6d6d6d9;font-size:20px;font-weight:600;letter-spacing:1.1px;line-height:1.4;margin-bottom:50px;margin-top:10px;max-width:750px;text-shadow:0 6px 22px #0009;word-spacing:1px}.hero-right{min-height:260px}.waitlist,.waitlist-wrap{margin-top:26px}.waitlist{align-items:center;display:flex;gap:12px;max-width:620px}.waitlist-input{-webkit-appearance:none;appearance:none;background:#000;border:1px solid #ffffff24;border-radius:10px;box-sizing:border-box;color:#fff;flex:1 1;font-size:16px;font-weight:500;height:48px;line-height:1.2;min-height:48px;min-width:0;outline:none;padding:12px 14px}.waitlist-input::placeholder{line-height:normal}.waitlist-input:focus{border-color:#fff2008c;box-shadow:0 0 0 4px #fff2001f}.waitlist-btn{background:#e2d700;border:none;border-radius:6px;color:#1d1d1d;cursor:pointer;font-size:16px;font-weight:600;height:48px;letter-spacing:1px;padding:8px 16px;transition:transform .12s ease,filter .12s ease;width:150px;word-spacing:1.2px}.waitlist-btn:hover{filter:brightness(1.06);transform:translateY(-1px)}.waitlist-btn:active{transform:translateY(0)}.waitlist-btn:focus-visible{outline:2px solid #ff6600b3;outline-offset:3px}@media (max-width:900px){.hero{grid-template-columns:1fr;padding:32px 0 24px}.hero-right{display:none}.hero-title{font-size:42px}.waitlist{align-items:stretch;flex-direction:column;max-width:100%}.waitlist-input{border-radius:10px;font-size:16px;height:48px;padding:0 14px}.waitlist-input,.waitlist-input::placeholder{line-height:48px}.waitlist-btn{width:100%}}@media (max-width:600px){.hero{flex-direction:column;gap:0;height:100%;padding:0}.hero,.hero-left{display:flex;min-height:0}.hero-left{flex:1 1;flex-direction:column;padding-left:5%;padding-right:5%;padding-top:44px}.hero-title{font-size:35px;letter-spacing:.8px;line-height:1.06;margin-top:10%;word-spacing:.4px}.hero-subtitle{font-size:18px;font-weight:400;line-height:1.55;margin-bottom:0;margin-top:36px;max-width:36rem}.waitlist-wrap{margin-top:auto;padding-bottom:10%}.waitlist{align-items:stretch;flex-direction:column;gap:20px;max-width:100%}.waitlist-input{border-radius:10px;font-size:16px;height:48px;padding:0 14px}.waitlist-input,.waitlist-input::placeholder{line-height:48px}.waitlist-btn{border-radius:14px;font-size:16px;height:72px;width:100%}}@media (max-width:380px){.hero-left{display:flex;flex:1 1;flex-direction:column;margin-top:10px;min-height:0;padding-left:5%;padding-right:5%;padding-top:4px}.hero-title{font-size:30px}.hero-subtitle{font-size:16px;margin-top:20px}.waitlist-input{border-radius:10px;font-size:16px;height:48px;padding:0 14px}.waitlist-input,.waitlist-input::placeholder{line-height:48px}.waitlist-btn{height:68px}}.modal-input,.modal-textarea{background:#00000040;border:1px solid #ffffff1f;border-radius:12px;color:#fffffff2;outline:none;padding:12px;width:100%}.modal-textarea{min-height:120px;resize:vertical}.modal-input::placeholder,.modal-textarea::placeholder{color:#ffffff73}.modal-input:focus,.modal-textarea:focus{border-color:#ffffff38}.footer,.modal-actions{justify-content:flex-end}.footer{--footer-h:72px;align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#030303eb;border-top:1px solid #ffffff0f;bottom:0;display:flex;height:var(--footer-h);padding:0 40px;position:-webkit-sticky;position:sticky;z-index:9999}.footer-linkedin{align-items:center;border-radius:8px;color:#d6d6d6d9;display:inline-flex;font-size:16px;font-weight:500;gap:10px;padding:10px 12px;text-decoration:none}.footer-linkedin:hover{background:#ffffff0f;color:#fff}.footer-linkedin-icon{color:currentColor;height:18px;width:18px}.modal-overlay{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#00000073;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:9999}body:has(.modal-overlay){overflow:hidden}.modal-card{background:#0c0c0eeb;border:1px solid #ffffff1a;border-radius:18px;box-shadow:0 30px 120px #000000a6;color:#fff;padding:18px;position:relative;width:min(560px,calc(100vw - 32px))}.modal-header{align-items:center;display:flex;gap:12px;justify-content:space-between}.modal-title{font-size:20px;letter-spacing:.2px;line-height:1.2;margin:0}.modal-close{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;color:#ffffffe6;cursor:pointer;font-size:22px;height:36px;line-height:1;width:36px}.modal-body{grid-gap:10px;display:grid;gap:10px;margin-top:14px}.modal-label{font-size:12px;margin-top:6px;opacity:.85}.modal-input{background:#00000040;border:1px solid #ffffff1f;border-radius:12px;color:#fffffff2;outline:none;padding:12px;width:100%}.modal-input::placeholder{color:#ffffff73}.modal-input:focus{border-color:#ffffff38}.modal-input:disabled{cursor:not-allowed;opacity:.6}.modal-actions{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-top:14px}.login-error{color:#ef4444;font-size:13px;padding-left:12px}.modal-buttons{display:flex;gap:10px;margin-left:auto}.modal-btn{border:1px solid #0000;border-radius:12px;cursor:pointer;font-weight:600;padding:10px 14px}.modal-btn:disabled{cursor:not-allowed;opacity:.6}.modal-btn-secondary{background:#ffffff0f;border-color:#ffffff1f;color:#ffffffe6}.modal-btn-primary{background:#e2d700;color:#000000f2}.overview-page{padding:32px 40px}.overview-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.overview-title{color:#fff;font-size:32px;font-weight:700;margin:0}.time-selector{width:180px}.metrics-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-bottom:48px}.metrics-grid>:nth-child(5),.metrics-grid>:nth-child(6){grid-column:span 2}.metric-top{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:16px}.metric-value{color:#fff;font-size:36px;font-weight:700}.metric-change{font-size:14px;font-weight:600}.metric-change.positive{color:#4ade80}.metric-change.negative{color:#f87171}.chart-placeholder{color:#ffffff80;font-size:14px;height:100%}.insights-section{margin-top:48px}.insights-title{color:#fff;font-size:24px;font-weight:700;margin:0 0 24px}.insights-grid{grid-gap:20px;gap:20px}.insight-name{margin-bottom:12px}.insight-name-with-copy{justify-content:space-between;margin-bottom:12px}.insight-name-with-copy .insight-name{flex:1 1;margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.copy-btn{color:#fff;flex-shrink:0;font-size:12px;font-weight:500;padding:6px 12px;transition:background .12s ease}.insight-detail{margin-bottom:6px}.metric-card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#141414cc;border:1px solid #ffffff1a;border-radius:12px;padding:20px;position:relative}.metric-card-accent{border-radius:12px 0 0 12px;bottom:0;left:0;position:absolute;top:0;width:4px}.metric-card-header{margin-bottom:16px}.metric-card-title{color:#ffffffb3;font-size:14px;font-weight:500}.metric-card-content{color:#fff}.chart-container{display:block}.chart-loader{animation:spin .8s linear infinite;border:3px solid #ffffff1a;border-radius:50%;border-top-color:#0ea1eb;height:24px;width:24px}.agents-page{padding:32px 40px}.agents-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.agents-title{color:#fff;font-size:32px;font-weight:600;margin:0}.agent-expanded-page{padding:0}.agent-expanded-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.agent-expanded-title{color:#fff;font-size:32px;font-weight:600;margin:0}.top-section{grid-gap:24px;display:grid;gap:24px;grid-template-columns:50% 1fr;margin-bottom:24px}.agent-details-card{background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;padding:24px}.instructions-text{word-wrap:break-word;border:1px solid #ffffff14;border-radius:8px;max-height:200px;overflow-x:hidden;overflow-y:auto;padding:12px}.chart-card{background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;display:flex;flex-direction:column;padding:20px 16px}.chart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;padding-top:10px}.time-range-selector{display:flex;gap:8px;justify-content:flex-end}.time-range-btn{background:#0000;border:1px solid #ffffff1a;border-radius:6px;color:#fff9;cursor:pointer;font-size:12px;padding:6px 12px;transition:all .2s}.time-range-btn:hover{background:#ffffff0d;color:#fffc}.time-range-btn.active{background:#ffffff1a;border-color:#ffffff4d;color:#fff}.charts-wrapper{gap:24px}.chart-section,.charts-wrapper{display:flex;flex-direction:column}.chart-title{color:#ffffffb3;font-size:14px;font-weight:600;margin:0 0 12px;padding-top:10px}.section-title{color:#fff;font-size:18px;font-weight:600;margin:0 0 20px}.detail-section{margin-bottom:24px}.detail-section:last-child{margin-bottom:0}.detail-label{color:#ffffffb3;font-size:14px;font-weight:600;margin:0 0 8px}.detail-text{color:#ffffffe6;font-size:14px;line-height:1.6;margin:0;white-space:pre-wrap}.agent-loading{color:#fff9;font-size:16px;padding:60px 20px;text-align:center}.tags-list{display:flex;flex-wrap:wrap;gap:8px}.tag{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;color:#fffc;display:inline-flex;font-size:13px;gap:8px;padding:6px 12px}.tag-color-indicator{border-radius:3px;flex-shrink:0;height:12px;width:12px}.colored-tag{background:none;border:none;color:#000;font-weight:500}.charts-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:50% 1fr}.charts-grid,.insights-section{margin-bottom:24px}.insights-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.insights-header .section-title{font-size:22px}.insights-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.insight-name{color:#fff;font-size:20px;font-weight:600;margin-bottom:8px}.insight-detail{color:#fff9;font-size:14px;margin-bottom:4px}.insight-detail span{color:#fff;font-weight:600}.insight-name-with-copy{align-items:center;display:flex;gap:12px}.copy-btn{background:#ffffff1a;border:1px solid #fff3;border-radius:6px;cursor:pointer;font-size:16px;padding:6px 10px;transition:all .2s}.copy-btn:hover{background:#ffffff26}.chart-placeholder{align-items:center;background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;display:flex;flex-direction:column;justify-content:center;min-height:350px;padding:24px}.chart-placeholder h3{color:#fff;font-size:16px;font-weight:600;margin:0 0 8px}.chart-placeholder p{color:#ffffff80;font-size:14px;margin:0}.agents-empty,.agents-error,.agents-loading{color:#fff9;font-size:16px;padding:60px 20px;text-align:center}.agents-error{color:#ef4444}.agents-table{border-collapse:initial;border-spacing:0 8px;width:100%}.agents-table tbody td:first-child,.agents-table thead th:first-child{max-width:250px;min-width:250px;width:250px}.agents-table thead th{color:#ffffff80;font-size:12px;font-weight:600;letter-spacing:.5px;padding:12px 20px;text-align:center;text-transform:uppercase}.agents-table thead th:first-child{text-align:left}.agents-table thead th:last-child{text-align:right}.agent-row td{background:#ffffff05;border-bottom:1px solid #ffffff14;border-top:1px solid #ffffff14;color:#ffffffe6;font-size:14px;padding:20px;text-align:center}.agent-row td:first-child{border-bottom-left-radius:8px;border-left:1px solid #ffffff14;border-top-left-radius:8px;text-align:left}.agent-row td:last-child{border-bottom-right-radius:8px;border-right:1px solid #ffffff14;border-top-right-radius:8px}.agent-name-cell{font-weight:500;gap:10px}.agent-status{background:#4ade80;border-radius:50%;flex-shrink:0;height:8px;width:8px}.expand-cell{text-align:right}.sessions-page{padding:32px 40px}.sessions-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.sessions-title{color:#fff;font-size:32px;font-weight:600;margin:0}.time-selector{min-width:150px}.sessions-empty,.sessions-error,.sessions-loading{color:#fff9;font-size:16px;padding:60px 20px;text-align:center}.sessions-error{color:#ef4444}.sessions-table-container{margin-top:24px}.sessions-table{border-collapse:collapse;width:100%}.sessions-table thead th{color:#ffffff80;font-size:12px;font-weight:600;letter-spacing:.5px;padding:12px 20px;text-align:center;text-transform:uppercase}.sessions-table thead th:first-child{text-align:center;width:100px}.sessions-table thead th:last-child{text-align:right}.sessions-table tbody tr td{border-bottom:1px solid #ffffff14;color:#ffffffe6;font-size:14px;padding:20px;text-align:center}.sessions-table tbody tr td:first-child{text-align:left}.sessions-table tbody tr td:last-child{text-align:right}.session-id{font-family:monospace;font-size:13px}.session-preview{color:#ffffffb3;font-size:13px;max-width:200px;overflow-x:auto;white-space:nowrap}.session-preview::-webkit-scrollbar{height:4px}.session-preview::-webkit-scrollbar-track{background:#ffffff0d}.session-preview::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.session-preview::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.action-cell{text-align:right}.expand-btn{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;color:#fffc;cursor:pointer;display:inline-flex;font-size:13px;gap:6px;padding:6px 12px;transition:all .2s}.expand-btn:hover{background:#ffffff14;border-color:#ffffff26}.expand-icon{font-size:18px;line-height:1}.load-more-container{display:flex;justify-content:center;margin-bottom:32px;margin-top:32px}.load-more-btn{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#fffc;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:center;min-height:44px;min-width:120px;padding:12px 32px;transition:all .2s}.load-more-btn:hover{background:#ffffff14;border-color:#fff3;color:#fff}.load-more-btn:disabled{cursor:not-allowed;opacity:.7}.spinner{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}.session-expanded-page{padding:0;position:relative}.session-expanded-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.session-expanded-title{color:#fff;font-family:monospace;font-size:24px;font-weight:600;margin:0}.back-button{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;padding:10px 15px;transition:all .2s}.back-button:hover{background:#ffffff14;border-color:#fff3}.session-loading{color:#fff9;font-size:16px;padding:60px 20px;text-align:center}.session-details{background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;max-height:calc(100vh - 200px);overflow-y:auto;padding:24px}.session-actions{display:flex;gap:8px;position:absolute;right:30px;top:100px;z-index:10}.action-icon-btn{align-items:center;background:#0009;border:1px solid #fff3;border-radius:6px;color:#ffffffe6;cursor:pointer;display:flex;font-size:18px;justify-content:center;padding:8px 12px;transition:all .2s}.action-icon-btn:hover{background:#000c;border-color:#ffffff4d;color:#fff}.session-data{word-wrap:break-word;color:#ffffffe6;font-family:monospace;font-size:13px;line-height:1.6;margin:0;white-space:pre-wrap}:root{--bg:#0b0b0b;--text:#fff;--lime:#c7ff00;--header-h:72px}body,html{height:100%;overflow:hidden}body{color:#fff;color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;overscroll-behavior:none}#root{background:#0b0b0b;background:var(--bg);min-height:100vh}*{box-sizing:border-box}
/*# sourceMappingURL=main.d9a719c9.css.map*/