.layout{min-height:100vh;flex-direction:column}.layout,.layout__content{margin:0;padding:0;display:flex}.layout__content{flex:1 1;flex-direction:column}.layout__content.--no-padding{padding:0}.layout--sticky-nav{padding-top:65px}body.nav-mobile .layout--sticky-nav{padding-top:0}.layout--sticky-nav .top-nav{position:fixed;top:0;left:0;right:0;z-index:1000;transition:top .2s cubic-bezier(.4,0,.2,1),left .2s cubic-bezier(.4,0,.2,1),right .2s cubic-bezier(.4,0,.2,1)}.layout__main{flex:1 1;display:flex;flex-direction:column;padding:32px;transition:margin .2s cubic-bezier(.4,0,.2,1)}.layout__main--no-padding{padding:0}body.agent-docked{--active-dock-width:var(--agent-dock-width,0px)}body.activity-docked{--active-dock-width:var(--activity-dock-width,0px)}body.activity-docked,body.agent-docked{background:var(--k-surface-3)}body.activity-docked .layout--sticky-nav .top-nav,body.agent-docked .layout--sticky-nav .top-nav{top:8px;left:8px;right:var(--active-dock-width,0);width:auto;z-index:2;border:1px solid var(--k-border);border-bottom-color:var(--k-border-strong);border-radius:8px 8px 0 0;box-shadow:0 1px 3px rgba(17,24,39,.04)}body.activity-docked .layout__main,body.agent-docked .layout__main{position:relative;z-index:2;margin:8px var(--active-dock-width,0) 8px 8px;border:1px solid var(--k-border);border-radius:8px;background:var(--k-surface);box-shadow:0 12px 32px rgba(17,24,39,.08),0 1px 2px rgba(17,24,39,.04)}body.batch-detail-page.activity-docked .layout--sticky-nav .top-nav,body.batch-detail-page.agent-docked .layout--sticky-nav .top-nav{z-index:3;box-shadow:0 2px 4px rgba(0,0,0,.1)}body.sidenav-docked .top-nav{position:fixed;top:0;left:0;right:0;z-index:1000}body.sidenav-docked .layout--sticky-nav{padding-top:0}body.sidenav-docked .layout__main{margin-left:var(--sidenav-width,240px)}body.sidenav-docked.activity-docked .layout__main,body.sidenav-docked.agent-docked .layout__main{margin-left:calc(var(--sidenav-width, 240px) + 8px);border-left:none;border-radius:0 8px 8px 0}body.sidenav-docked.activity-docked .top-nav,body.sidenav-docked.agent-docked .top-nav{top:8px;left:8px;right:var(--active-dock-width,0);width:auto;border:1px solid var(--k-border);border-bottom-color:var(--k-border-strong);border-radius:8px 8px 0 0}body.sidenav-docked.activity-docked .sidebar,body.sidenav-docked.agent-docked .sidebar{top:8px;left:8px;bottom:8px;height:auto;border-top:1px solid var(--k-border);border-top-left-radius:8px;border-left:1px solid var(--k-border);border-bottom:1px solid var(--k-border);border-bottom-left-radius:8px;box-shadow:0 12px 32px rgba(17,24,39,.08),0 1px 2px rgba(17,24,39,.04)}@media (max-width:768px){.layout--sticky-nav{padding-top:0}.layout__content{flex:1 1;display:flex;flex-direction:column;padding:16px}.layout__content--no-padding{padding:0}.layout__main{padding:14px}.layout__main--no-padding{padding:0}body.activity-docked .layout__main,body.agent-docked .layout__main{margin:0}body.sidenav-docked .layout__main,body.sidenav-docked.activity-docked .layout__main,body.sidenav-docked.agent-docked .layout__main{margin-left:0}}.agent-hero{flex-direction:column}.agent-hero,.agent-hero__hero{display:flex;align-items:center;width:100%;box-sizing:border-box}.agent-hero__hero{flex:0 0 auto;max-width:720px;flex-direction:column;padding:0 16px}.agent-hero__title{margin:0 0 14px;font-family:Lora,Georgia,Times New Roman,serif;font-size:2rem;font-weight:500;letter-spacing:-.3px;color:var(--k-text);text-align:center}.agent-hero__input{width:100%}.agent-hero .chat-input{background-color:transparent}.agent-hero .chat-input__glow{border-radius:20px}.agent-hero .chat-input__glow:after,.agent-hero .chat-input__glow:before{display:none}.agent-hero .chat-input__glow>.edge-light:before{box-shadow:0 0 1px 0 var(--glow-color-60),0 0 3px 0 var(--glow-color-50),0 0 6px 0 var(--glow-color-40),0 0 15px 0 var(--glow-color-30),0 0 25px 2px var(--glow-color-20),0 0 50px 2px var(--glow-color-10)}.agent-hero .chat-input__box{background-color:var(--k-surface);border-color:var(--k-border);border-radius:20px;box-shadow:0 1px 2px rgba(16,24,40,.04),0 10px 30px rgba(16,24,40,.05)}.agent-hero .chat-input__box--trigger-active,.agent-hero .chat-input__box:focus-within{background-color:var(--k-surface);border-color:var(--k-border-strong);box-shadow:0 1px 2px rgba(16,24,40,.04),0 10px 30px rgba(16,24,40,.07)}.agent-hero .chat-input__editor-wrap{min-height:72px;padding:20px 20px 8px}.agent-hero .chat-input__editor{font-size:15px}.agent-hero .chat-input__placeholder{inset:20px 20px 8px;font-size:15px}.agent-hero__suggestions{flex:0 0 auto;width:100%;margin-top:18px;display:flex;flex-direction:column;align-items:center;gap:8px;box-sizing:border-box;padding:6px 16px 0;overflow-x:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 32px,#000 calc(100% - 32px),transparent);mask-image:linear-gradient(90deg,transparent 0,#000 32px,#000 calc(100% - 32px),transparent)}.agent-hero__suggestion-row{display:flex;flex-wrap:nowrap;justify-content:center;gap:8px;max-width:100%}.agent-hero__suggestion{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 11px;border-radius:999px;border:1px solid var(--k-border);background:var(--k-surface);color:var(--k-text-2);font-size:.76rem;font-weight:500;white-space:nowrap;cursor:pointer;transition:background .15s,color .15s,border-color .15s,transform .12s}.agent-hero__suggestion svg{color:var(--k-text-3)}.agent-hero__suggestion:hover{background:var(--k-hover);color:var(--k-text);border-color:var(--k-border-strong);transform:translateY(-1px)}@media (max-width:768px){.agent-hero__title{font-size:1.5rem}.agent-hero__suggestion-row{flex-wrap:wrap}}.home-console{max-width:1000px;width:100%;margin:0 auto;--blue:#5561ff;--purple:#b49aff;--green:#4fb588;--amber:#b5791a;--red:#d4574c}.home-console button:focus{outline:none}.home-console button:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.home-console .greet{text-align:center;margin-top:56px}.home-console .greet__title{font-family:Lora,Georgia,Times New Roman,serif;font-weight:500;font-size:3.4rem;line-height:1.08;letter-spacing:-.5px;color:var(--k-text);margin:0}.home-console .greet__sub{margin:16px 0 0;font-size:1rem;color:var(--k-text-2)}.home-console .agent-hero{margin-top:34px}.home-console .dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;display:inline-block}.home-console .dot--green{background:var(--green)}.home-console .dot--blue{background:var(--blue)}.home-console .dot--purple{background:var(--purple)}.home-console .block{margin-top:48px}.home-console .block__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:16px}.home-console .block__title{font-size:.72rem;font-weight:700;letter-spacing:.9px;text-transform:uppercase;color:var(--k-text-3);display:inline-flex;align-items:center;gap:8px}.home-console .count{color:var(--amber);font-weight:700}.home-console .block__meta{font-size:.82rem;color:var(--k-text-3)}.home-console .block__empty{font-size:.9rem;color:var(--k-text-3);padding:18px;background:var(--k-surface);border:1px dashed var(--k-border);border-radius:14px}.home-console .cards{display:flex;flex-direction:column;gap:12px}.home-console .so-item{background:var(--k-surface);border:1px solid var(--k-border);border-radius:14px;transition:border-color .15s,box-shadow .15s}.home-console .so-item.is-expanded,.home-console .so-item:hover{border-color:var(--k-border-strong);box-shadow:0 2px 8px rgba(16,24,40,.05)}.home-console .so{display:grid;grid-template-columns:44px minmax(0,1fr) auto auto;align-items:center;grid-gap:18px;gap:18px;padding:14px 18px}.home-console .so__icon{width:42px;height:42px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.home-console .so__icon svg{width:21px;height:21px}.home-console .so__icon--red{background:rgba(212,87,76,.12);color:var(--red)}.home-console .so__icon--green{background:rgba(79,181,136,.15);color:var(--green)}.home-console .so__icon--purple{background:rgba(180,154,255,.2);color:#7c5be0}html[data-theme=dark] .home-console .so__icon--purple{color:#c4b4ff}.home-console .so__body{min-width:0}.home-console .so__title{font-size:.98rem;font-weight:600;color:var(--k-text)}.home-console .so__sub{font-size:.82rem;color:var(--k-text-3);margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-console .so__note{font-size:.85rem;font-weight:600;color:var(--amber);white-space:nowrap}.home-console .so__actions{display:flex;align-items:center;gap:8px}.home-console .btn-ghost{height:34px;padding:0 14px;border-radius:9px;border:1px solid var(--k-border-strong);background:var(--k-surface);color:var(--k-text-2);font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.home-console .btn-ghost:hover{background:var(--k-surface-3);border-color:var(--k-border-strong)}.home-console .btn-ghost:disabled{opacity:.5;cursor:default}.home-console .btn-primary{height:34px;padding:0 18px;border-radius:9px;border:none;background:var(--k-primary);color:var(--k-on-primary);font-size:.85rem;font-weight:600;cursor:pointer;transition:filter .15s}.home-console .btn-primary:hover{filter:brightness(.95)}.home-console .btn-primary:disabled{opacity:.6;cursor:default}.home-console .so__chev{width:30px;height:34px;border:none;background:none;border-radius:8px;color:var(--k-text-3);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s,transform .15s}.home-console .so__chev:hover{background:var(--k-surface-3);color:var(--k-text)}.home-console .so__chev svg{width:18px;height:18px}.home-console .so__chev.is-open{transform:rotate(180deg)}.home-console .so__detail{padding:0 18px 16px 74px;display:flex;flex-direction:column;gap:10px}.home-console .so__detail-body{font-size:.9rem;line-height:1.5;color:var(--k-text-2)}.home-console .so__detail-grid{display:flex;flex-wrap:wrap;gap:20px}.home-console .so__detail-item{display:flex;flex-direction:column;gap:2px}.home-console .so__detail-label{font-size:.66rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:var(--k-text-3)}.home-console .so__detail-value{font-size:.92rem;font-weight:600;color:var(--k-text)}.home-console .so__detail-actions{display:flex;align-items:center;gap:8px;margin-top:4px}.home-console .pf{background:var(--k-surface);border:1px solid var(--k-border);border-radius:14px;overflow:hidden}.home-console .pf__bar{display:flex;height:6px;width:100%}.home-console .pf__bar span{display:block;height:100%}.home-console .pf__scroll{overflow-x:auto;scrollbar-width:thin}.home-console .pf__scroll::-webkit-scrollbar{height:7px}.home-console .pf__scroll::-webkit-scrollbar-thumb{background:var(--k-scrollbar);border-radius:4px}.home-console .pf__head,.home-console .pf__row{display:grid;grid-template-columns:minmax(180px,1fr) 84px 66px 78px 62px 78px 72px 74px 22px;align-items:center;grid-gap:12px;gap:12px;padding:0 18px;min-width:720px}.home-console .pf__head{height:44px;font-size:.68rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:var(--k-text-3);border-bottom:1px solid var(--k-border)}.home-console .pf__head span:not(:first-child){text-align:right}.home-console .pf__row{height:66px;border-bottom:1px solid var(--k-surface-3);color:var(--k-text);font-size:.9rem;transition:background .15s;text-decoration:none;cursor:pointer}.home-console .pf__row>span:not(.pf__acct){text-align:right}.home-console .pf__row:hover{background:var(--k-surface-2)}.home-console .pf__acct{display:flex;align-items:center;gap:12px;min-width:0;text-align:left}.home-console .pf__acct>span{display:flex;flex-direction:column;min-width:0}.home-console .pf__acct b{font-size:.94rem;font-weight:600;color:var(--k-text)}.home-console .pf__acct b,.home-console .pf__acct em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-console .pf__acct em{font-style:normal;font-size:.78rem;color:var(--k-text-3);margin-top:2px}.home-console .pf__row .g{color:var(--green);font-weight:600}.home-console .pf__row .a{color:var(--amber);font-weight:600}.home-console .pf__row .muted{color:var(--k-text-3)}.home-console .pf__chev{color:var(--k-border-strong);display:inline-flex;justify-content:flex-end}.home-console .pf__chev svg{width:16px;height:16px}.home-console .pf__row--total{background:var(--k-surface-2);border-bottom:none;font-weight:700;color:var(--k-text);cursor:default}.home-console .pf__row--total:hover{background:var(--k-surface-2)}.home-console .pf__stack{width:22px;height:22px;color:var(--k-text-2);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.home-console .pf__stack svg{width:20px;height:20px}.home-console .pf--loading .pf__row--sk{cursor:default}.home-console .pf--loading .pf__row--sk:hover{background:transparent}.home-console .pf__bar--sk{display:block;background:var(--k-surface-3);position:relative;overflow:hidden}.home-console .pf__bar--sk:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(85,97,255,.14) 50%,transparent);animation:pf-skeleton-shimmer 1.4s ease-in-out infinite}.home-console .pf__sk-cell .sk{vertical-align:middle}.home-console .sk{position:relative;overflow:hidden;background:var(--k-surface-3);border-radius:5px}.home-console .sk:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(85,97,255,.06) 45%,rgba(85,97,255,.1) 50%,rgba(85,97,255,.06) 55%,transparent);animation:pf-skeleton-shimmer 1.4s ease-in-out infinite}.home-console .sk--dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.home-console .sk--line{display:inline-block;height:10px}.home-console .sk--sub{height:8px;margin-top:8px;opacity:.7}.home-console .pf__row--sk:nth-child(3) .sk:after{animation-delay:.12s}.home-console .pf__row--sk:nth-child(4) .sk:after{animation-delay:.24s}.home-console .pf__row--sk:nth-child(5) .sk:after{animation-delay:.36s}@keyframes pf-skeleton-shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.home-console .sched-empty{display:flex;align-items:center;gap:16px;padding:20px;background:var(--k-surface);border:1px dashed var(--k-border);border-radius:14px}.home-console .sched-empty__ico{width:40px;height:40px;border-radius:11px;background:var(--k-surface-3);color:var(--k-text-3);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.home-console .sched-empty__ico svg{width:20px;height:20px}.home-console .sched-empty__text{display:flex;flex-direction:column;gap:3px;flex:1 1;min-width:0}.home-console .sched-empty__title{font-size:.94rem;font-weight:600;color:var(--k-text)}.home-console .sched-empty__sub{font-size:.84rem;color:var(--k-text-3)}.home-console .sched-empty__cta{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 16px;border-radius:9px;border:none;background:var(--k-primary);color:var(--k-on-primary);font-size:.85rem;font-weight:600;cursor:pointer;flex-shrink:0;transition:filter .15s}.home-console .sched-empty__cta:hover{filter:brightness(.95)}.home-console .sched-empty__cta svg{width:18px;height:18px}.home-console .sched{display:flex;flex-direction:column}.home-console .sched__row{display:flex;align-items:center;gap:14px;height:56px;border-top:1px solid var(--k-border);color:var(--k-text);font-size:.92rem;text-decoration:none;cursor:pointer;transition:color .15s}.home-console .sched__row:last-child{border-bottom:1px solid var(--k-border)}.home-console .sched__row:hover{color:var(--k-primary-text)}.home-console .sched__ico{width:20px;height:20px;color:var(--k-text-3);flex-shrink:0}.home-console .sched__ico svg{width:20px;height:20px;display:block}.home-console .sched__label{flex:1 1}.home-console .sched__time{font-size:.85rem;color:var(--k-text-3)}@media(max-width:900px){.home-console .greet__title{font-size:2.4rem}.home-console .pf__head span:not(:first-child),.home-console .pf__row>span:not(.pf__acct){font-size:.82rem}}html[data-theme=dark] .home-console{--blue:#8e93ec;--purple:#c4b4ff;--green:#6fc47f;--amber:#e0a23c;--red:#e5695e}