:root{color-scheme:light;font-family:Aptos,Segoe UI,Helvetica Neue,Arial,sans-serif;--pl-sidebar-bg: #0f5757;--pl-sidebar-text: #eef8f6;--pl-sidebar-muted: rgba(235, 247, 244, .96);--pl-sidebar-line: rgba(255, 255, 255, .06);--pl-active-border: #68bdae;--pl-active-start: rgba(0, 248, 114, .5);--pl-active-end: rgba(15, 87, 87, 0);--pl-panel-shadow: 0 0 3px rgba(20, 26, 31, .1), 0 4px 20px rgba(20, 26, 31, .15)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;height:100%}body{background:#fff;color:#212529}button,iframe{font:inherit}button{border:0;background:none;padding:0}.pl-app-shell{display:grid;grid-template-columns:200px 1fr;min-height:100vh;position:relative;overflow:hidden;background:#fff}.pl-sidebar{position:relative;display:flex;flex-direction:column;padding:8px 0 0;background:radial-gradient(circle at 50% 100%,rgba(103,255,225,.2),transparent 24%),linear-gradient(180deg,var(--pl-sidebar-bg) 0%,var(--pl-sidebar-bg) 82%,#1d9488 100%);color:var(--pl-sidebar-text)}.pl-brand-row{display:flex;align-items:center;gap:7px;min-height:32px;padding:0 8px}.pl-brand-mark{width:24px;height:24px;border:2px solid rgba(255,255,255,.92);border-radius:999px;display:grid;place-items:center}.pl-brand-dot{width:6px;height:6px;border-radius:999px;background:#fffffffa}.pl-brand-divider{font-size:16px;line-height:1;color:#ffffffb8}.pl-company-chip{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 8px 0 0;border-radius:4px;border:1px solid #d6d9db;background:#f2f2f3;color:#212529;box-shadow:none}.pl-company-monogram{width:26px;height:26px;border-radius:4px;display:grid;place-items:center;background:linear-gradient(135deg,#8be78e,#18bd89);color:#fff;font-size:14px;font-weight:600}.pl-company-name{font-size:13px;font-weight:400;letter-spacing:0}.pl-nav{display:flex;flex:1;flex-direction:column;padding-top:8px}.pl-nav-group{display:flex;flex-direction:column;gap:8px;padding:0 8px}.pl-nav-group-bottom{margin-top:auto;padding-bottom:8px}.pl-nav-item{display:flex;align-items:center;gap:8px;height:32px;width:184px;padding:1px 8px;border:1px solid transparent;border-radius:4px;color:var(--pl-sidebar-muted);text-align:left;font-size:14px;font-weight:400;line-height:24px;cursor:default}.pl-nav-item-secondary{height:auto;min-height:32px;color:#eff9f6eb;font-size:12px;line-height:16px}.pl-nav-item.is-selected{color:#fff;border-color:var(--pl-active-border);background:linear-gradient(270deg,var(--pl-active-start) 0%,var(--pl-active-end) 100%)}.pl-nav-item.is-selected-alt{color:#fff;border-color:#68bdaea6;background:linear-gradient(270deg,#54d6a257,#0f575700)}.pl-icon{width:20px;height:20px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;opacity:.88}.pl-icon svg{width:20px;height:20px;display:block;fill:currentColor}.pl-icon.is-active{opacity:1}.pl-nav-label{display:inline-flex;align-items:center;min-width:0}.pl-nav-label-break{max-width:74px;white-space:normal}.pl-badge{margin-left:auto;display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:999px;background:#ffffffeb;color:#3f4e4c;font-size:12px;font-weight:600;line-height:1}.pl-stage{position:relative;min-width:0;background:#fff}.pl-stage-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:6px 12px;min-height:40px;border-bottom:1px solid #e4e7e9}.pl-header-line{flex:1;height:28px;border-radius:8px;border:1px solid #e0e3e5;background:#fff}.pl-account-pill{display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 10px 0 0;border-radius:8px;border:1px solid #eceef0;background:#fff;color:#444f54;font-size:12px;font-weight:600}.pl-account-avatar{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;background:linear-gradient(135deg,#de4866,#d63d9b);color:#fff}.pl-stage-canvas{position:relative;min-height:calc(100vh - 41px);padding:18px 12px 28px;background:#fff}.pl-ghost-panel,.pl-ghost-card{border:1px solid #e5e8eb;background:#fff;box-shadow:none}.pl-ghost-panel{border-radius:14px;margin-bottom:18px}.pl-ghost-panel-wide{height:138px}.pl-ghost-panel-mid{height:92px;width:min(62%,820px)}.pl-ghost-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:min(64%,880px)}.pl-ghost-card{min-height:138px;border-radius:14px}.pl-panel-modal{position:fixed;left:209px;bottom:0;pointer-events:none;opacity:0;transform:translateY(12px);transition:opacity .16s ease,transform .16s ease;z-index:20}.pl-panel-modal.is-open{pointer-events:auto;opacity:1;transform:translateY(0)}.pl-panel-modal.is-expanded{top:41px;right:8px;bottom:0}.pl-panel-frame{display:flex;flex-direction:column;overflow:hidden;background:#fff;border-radius:8px 8px 0 0;box-shadow:var(--pl-panel-shadow)}.pl-panel-frame-chat{width:510px;height:calc(100vh - 152px)}.pl-panel-frame-dashboard{width:min(920px,calc(100vw - 236px));height:calc(100vh - 112px)}.pl-panel-modal.is-expanded .pl-panel-frame{width:100%;height:100%}.pl-panel-header{display:flex;align-items:center;justify-content:space-between;gap:16px;height:56px;padding:8px}.pl-panel-title-wrap{display:flex;align-items:center;gap:8px}.pl-panel-icon-button{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:#0f7575;border-radius:6px;cursor:pointer;flex:0 0 auto}.pl-panel-history-button{cursor:default}.pl-panel-icon-button svg{width:16px;height:16px;display:block;fill:currentColor}.pl-panel-title{margin:0;color:#30373d;font-size:15px;font-weight:600;line-height:24px}.pl-panel-actions{display:inline-flex;align-items:center;gap:16px;color:#0f7575}.pl-panel-expand-button{border:1px solid rgba(15,117,117,.45);border-radius:6px}.pl-panel-expand-icon{display:inline-flex;align-items:center;justify-content:center}.pl-panel-expand-icon-close,.pl-panel-modal.is-expanded .pl-panel-expand-icon-open{display:none}.pl-panel-modal.is-expanded .pl-panel-expand-icon-close{display:inline-flex}.pl-iframe-shell{min-height:0;flex:1;background:#fff}.pl-iframe{width:100%;height:100%;border:0;display:block;background:transparent}@media(max-width:1180px){.pl-panel-modal{left:209px}.pl-panel-frame-dashboard{width:min(780px,calc(100vw - 236px))}}@media(max-width:900px){.pl-app-shell{grid-template-columns:1fr}.pl-sidebar{min-height:auto}.pl-stage{display:none}.pl-panel-modal{left:12px;right:12px;bottom:0}.pl-panel-frame-chat,.pl-panel-frame-dashboard{width:auto;height:calc(100vh - 72px)}.pl-panel-modal.is-expanded{top:72px;right:12px}}
