[data-lk-theme=default]{color-scheme:dark;--lk-bg: #111;--lk-bg2: rgb(29.75, 29.75, 29.75);--lk-bg3: rgb(42.5, 42.5, 42.5);--lk-bg4: rgb(55.25, 55.25, 55.25);--lk-bg5: #444444;--lk-fg: #fff;--lk-fg2: rgb(244.8, 244.8, 244.8);--lk-fg3: rgb(234.6, 234.6, 234.6);--lk-fg4: rgb(224.4, 224.4, 224.4);--lk-fg5: rgb(214.2, 214.2, 214.2);--lk-border-color: rgba(255, 255, 255, .1);--lk-accent-fg: #fff;--lk-accent-bg: #1f8cf9;--lk-accent2: rgb(50.867826087, 150.2, 249.532173913);--lk-accent3: rgb(70.7356521739, 160.4, 250.0643478261);--lk-accent4: rgb(90.6034782609, 170.6, 250.5965217391);--lk-danger-fg: #fff;--lk-danger: #f91f31;--lk-danger2: rgb(249.532173913, 50.867826087, 67.2713043478);--lk-danger3: rgb(250.0643478261, 70.7356521739, 85.5426086957);--lk-danger4: rgb(250.5965217391, 90.6034782609, 103.8139130435);--lk-success-fg: #fff;--lk-success: #1ff968;--lk-success2: rgb(50.867826087, 249.532173913, 117.3930434783);--lk-success3: rgb(70.7356521739, 250.0643478261, 130.7860869565);--lk-success4: rgb(90.6034782609, 250.5965217391, 144.1791304348);--lk-control-fg: var(--lk-fg);--lk-control-bg: var(--lk-bg2);--lk-control-hover-bg: var(--lk-bg3);--lk-control-active-bg: var(--lk-bg4);--lk-control-active-hover-bg: var(--lk-bg5);--lk-connection-excellent: #06db4d;--lk-connection-good: #f9b11f;--lk-connection-poor: #f91f31;--lk-font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";--lk-font-size: 16px;--lk-line-height: 1.5;--lk-border-radius: .5rem;--lk-box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .15);--lk-drop-shadow: rgba(255, 255, 255, .2) 0px 0px 24px;--lk-grid-gap: .5rem;--lk-control-bar-height: 69px;--lk-chat-header-height: 69px}.lk-button,.lk-start-audio-button,.lk-chat-toggle,.lk-disconnect-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;color:var(--lk-control-fg);background-image:none;background-color:var(--lk-control-bg);border:0;border-radius:var(--lk-border-radius);cursor:pointer;white-space:nowrap;font-size:inherit;line-height:inherit;-webkit-user-select:none;user-select:none}.lk-button:not(:disabled):hover,.lk-start-audio-button:not(:disabled):hover,.lk-chat-toggle:not(:disabled):hover,.lk-disconnect-button:not(:disabled):hover{background-color:var(--lk-control-hover-bg)}.lk-button>svg,.lk-start-audio-button>svg,.lk-chat-toggle>svg,.lk-disconnect-button>svg{overflow:visible}.lk-button[aria-pressed=true],[aria-pressed=true].lk-start-audio-button,[aria-pressed=true].lk-chat-toggle,[aria-pressed=true].lk-disconnect-button{background-color:var(--lk-control-active-bg)}.lk-button[aria-pressed=true]:hover,[aria-pressed=true].lk-start-audio-button:hover,[aria-pressed=true].lk-chat-toggle:hover,[aria-pressed=true].lk-disconnect-button:hover{background-color:var(--lk-control-active-hover-bg)}.lk-button[data-lk-source=screen_share][data-lk-enabled=true],[data-lk-source=screen_share][data-lk-enabled=true].lk-start-audio-button,[data-lk-source=screen_share][data-lk-enabled=true].lk-chat-toggle,[data-lk-source=screen_share][data-lk-enabled=true].lk-disconnect-button{background-color:var(--lk-accent-bg)}.lk-button[data-lk-source=screen_share][data-lk-enabled=true]:hover,[data-lk-source=screen_share][data-lk-enabled=true].lk-start-audio-button:hover,[data-lk-source=screen_share][data-lk-enabled=true].lk-chat-toggle:hover,[data-lk-source=screen_share][data-lk-enabled=true].lk-disconnect-button:hover{background-color:var(--lk-accent2)}.lk-button:disabled,.lk-start-audio-button:disabled,.lk-chat-toggle:disabled,.lk-disconnect-button:disabled{opacity:.5}.lk-button-group{display:inline-flex;align-items:stretch;height:100%}.lk-button-group>.lk-button:first-child,.lk-button-group>.lk-start-audio-button:first-child,.lk-button-group>.lk-chat-toggle:first-child,.lk-button-group>.lk-disconnect-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.lk-button-group-menu{position:relative;flex-shrink:0}.lk-button-group-menu>.lk-button,.lk-button-group-menu>.lk-start-audio-button,.lk-button-group-menu>.lk-chat-toggle,.lk-button-group-menu>.lk-disconnect-button{height:100%;border-top-left-radius:0;border-bottom-left-radius:0}.lk-button-group-menu>.lk-button:after,.lk-button-group-menu>.lk-start-audio-button:after,.lk-button-group-menu>.lk-chat-toggle:after,.lk-button-group-menu>.lk-disconnect-button:after{margin-left:0}.lk-button-menu:after{display:inline-block;content:"";width:.5em;height:.5em;margin-top:-.25rem;margin-left:.5rem;border-left:.125em solid;border-bottom:.125em solid;transform:rotate(-45deg);transform-origin:center center}.lk-disconnect-button{font-weight:600;color:var(--lk-danger);border:1px solid var(--lk-danger)}.lk-disconnect-button:not(:disabled):hover{--lk-control-hover-bg: var(--lk-danger2);color:var(--lk-danger-fg)}.lk-disconnect-button:not(:disabled):active{--lk-control-hover-bg: var(--lk-danger3);color:var(--lk-danger-fg)}.lk-chat-toggle{position:relative}.lk-chat-toggle[data-lk-unread-msgs]:not([data-lk-unread-msgs="0"]):after{content:attr(data-lk-unread-msgs);position:absolute;top:0;left:0;padding:.25rem;margin-left:.25rem;margin-top:.25rem;border-radius:50%;font-size:.5rem;line-height:.75;background:var(--lk-accent-bg)}.lk-media-device-select:not(:last-child){padding-bottom:.5rem;margin-bottom:.75rem;border-bottom:1px solid var(--lk-border-color)}.lk-media-device-select li:not(:last-child){margin-bottom:.25rem}.lk-media-device-select li>.lk-button{width:100%;justify-content:start;padding-block:.5rem}.lk-media-device-select li:not([data-lk-active=true])>.lk-button:not(:disabled):hover{background-color:var(--lk-bg3)}.lk-media-device-select [data-lk-active=false]>.lk-button:hover{cursor:pointer;background-color:#0000000d}.lk-media-device-select [data-lk-active=true]>.lk-button{color:var(--lk-accent-fg);background-color:var(--lk-accent-bg)}.lk-device-menu{width:max-content;position:absolute;top:0;left:0;z-index:5;min-width:10rem;padding:.5rem;margin-bottom:.25rem;white-space:nowrap;background-color:var(--lk-bg2);border:1px solid var(--lk-border-color);border-radius:.75rem;box-shadow:var(--lk-box-shadow)}.lk-device-menu-heading{padding:.25rem .5rem;font-weight:700;opacity:.65}.lk-start-audio-button{color:var(--lk-accent-fg);background-color:var(--lk-accent-bg)}@media screen and (max-width:600px){.lk-start-audio-button{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}}.lk-pagination-control{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;align-items:stretch;background-color:var(--lk-control-bg);border-radius:var(--lk-border-radius);transition:opacity ease-in-out .15s;opacity:0}.lk-pagination-control:hover{opacity:1}.lk-pagination-control>.lk-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.lk-pagination-control>.lk-button:first-child>svg{transform:rotate(180deg)}.lk-pagination-control>.lk-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.lk-pagination-count{padding:.5rem .875rem;border-inline:1px solid var(--lk-bg)}[data-lk-user-interaction=true].lk-pagination-control{opacity:1}.lk-pagination-indicator{position:absolute;height:var(--lk-grid-gap);background-color:var(--lk-bg2);width:fit-content;padding:.2rem .5rem;bottom:calc(var(--lk-grid-gap)/2);left:50%;transform:translate(-50%);border-radius:2rem;opacity:1;display:flex;gap:.2rem;align-items:center}.lk-pagination-indicator span{display:inline-block;width:.4rem;height:.4rem;border-radius:9999999px;background-color:var(--lk-fg);opacity:.35;transition:opacity linear .2s}.lk-pagination-indicator span[data-lk-active]{opacity:.9}.lk-grid-layout{--lk-col-count: 1;--lk-row-count: 1;display:grid;grid-template-columns:repeat(var(--lk-col-count),minmax(0,1fr));grid-auto-rows:minmax(0,1fr);grid-gap:var(--lk-grid-gap);width:100%;height:100%;max-width:100%;max-height:100%;padding:var(--lk-grid-gap)}.lk-grid-layout[data-lk-pagination=true]{padding-bottom:calc(var(--lk-grid-gap)*2)}.lk-focus-layout{display:grid;grid-template-columns:1fr 5fr;gap:var(--lk-grid-gap);width:100%;max-height:100%;padding:var(--lk-grid-gap)}.lk-focused-participant{position:relative}.lk-focused-participant .lk-pip-track{position:absolute;top:10px;right:10px;width:20%;height:auto}@media(max-width:600px){.lk-focus-layout{grid-template-columns:1fr;grid-template-rows:5fr 1fr}.lk-carousel{order:1}}.lk-carousel{max-height:100%;display:flex;gap:var(--lk-grid-gap)}.lk-carousel>*{flex-shrink:0;aspect-ratio:16/10;scroll-snap-align:start}.lk-carousel[data-lk-orientation=vertical]{flex-direction:column;scroll-snap-type:y mandatory;overflow-y:auto;overflow-x:hidden}.lk-carousel[data-lk-orientation=vertical]>*{--lk-height-minus-gaps: calc(100% - calc(var(--lk-grid-gap) * calc(var(--lk-max-visible-tiles) - 1)));height:calc(var(--lk-height-minus-gaps)/var(--lk-max-visible-tiles))}.lk-carousel[data-lk-orientation=horizontal]{scroll-snap-type:x mandatory;overflow-y:hidden;overflow-x:auto}.lk-carousel[data-lk-orientation=horizontal]>*{--lk-width-minus-gaps: calc(100% - var(--lk-grid-gap) * (var(--lk-max-visible-tiles) - 1));width:calc(var(--lk-width-minus-gaps)/var(--lk-max-visible-tiles))}.lk-connection-quality{width:1.5rem;height:1.5rem}.lk-track-muted-indicator-camera,.lk-track-muted-indicator-microphone{position:relative;width:var(--lk-indicator-size, 1rem);height:var(--lk-indicator-size, 1rem);margin-inline-end:.25rem;transition:opacity .25s ease-in-out}.lk-track-muted-indicator-camera[data-lk-muted=true]{opacity:.5}.lk-track-muted-indicator-microphone{--lk-bg: var(--lk-icon-mic)}.lk-track-muted-indicator-microphone[data-lk-muted=true]{opacity:.5}.lk-participant-name{font-size:.875rem}.lk-participant-media-video{width:100%;height:100%;object-fit:cover;object-position:center;background-color:#000}.lk-participant-media-video[data-lk-orientation=landscape]{object-fit:cover}.lk-participant-media-video[data-lk-orientation=portrait],.lk-participant-media-video[data-lk-source=screen_share]{object-fit:contain;background-color:var(--lk-bg2)}.lk-participant-media-audio{width:auto}[data-lk-facing-mode=user] .lk-participant-media-video[data-lk-local-participant=true][data-lk-source=camera]{transform:rotateY(180deg)}.lk-audio-visualizer{width:100%;height:100%;min-height:160px;background:var(--lk-bg-control);aspect-ratio:16/9;border-radius:.5rem;display:flex;justify-content:space-around;align-items:center}.lk-audio-visualizer>rect{fill:var(--lk-accent-bg);transition:transform .1s cubic-bezier(.19,.02,.09,1)}.lk-audio-visualizer>path{stroke:var(--lk-accent-bg);transition:.1s cubic-bezier(.19,.02,.09,1)}.lk-audio-bar-visualizer{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:var(--lk-bg);gap:var(--lk-va-bar-gap, 24px)}.lk-audio-bar-visualizer>.lk-audio-bar{transform-origin:"center";height:100%;width:var(--lk-va-bar-width, 12px);border-radius:var(--lk-va-bar-border-radius, 32px);background-color:var(--lk-va-bar-bg, rgba(136, 136, 136, .2));transition:background-color .25s ease-out}.lk-audio-bar-visualizer[data-lk-va-state=speaking]>.lk-audio-bar,.lk-audio-bar-visualizer>.lk-audio-bar.lk-highlighted,.lk-audio-bar-visualizer>[data-lk-highlighted=true]{background-color:var(--lk-fg, rgb(136, 136, 136));transition:none}.lk-audio-bar-visualizer[data-lk-va-state=thinking]{transition:background-color .15s ease-out}.lk-participant-tile{--lk-speaking-indicator-width: 2.5px;position:relative;display:flex;flex-direction:column;gap:.375rem;overflow:hidden;border-radius:var(--lk-border-radius)}.lk-participant-tile:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;border-radius:var(--lk-border-radius);border:0px solid var(--lk-accent-bg);transition-property:border opacity;transition-delay:.5s;transition-duration:.4s;pointer-events:none}.lk-participant-tile[data-lk-speaking=true]:not([data-lk-source=screen_share]):after{transition-delay:0s;transition-duration:.2s;border-width:var(--lk-speaking-indicator-width)}.lk-participant-tile .lk-focus-toggle-button{position:absolute;top:.25rem;right:.25rem;padding:.25rem;background-color:#00000080;border-radius:calc(var(--lk-border-radius)/2);opacity:0;transition:opacity .2s ease-in-out;transition-delay:.2s}.lk-participant-tile:hover .lk-focus-toggle-button,.lk-participant-tile:focus .lk-focus-toggle-button{opacity:1;transition-delay:0}.lk-participant-tile .lk-connection-quality{opacity:0;transition:opacity .2s ease-in-out;transition-delay:.2s}.lk-participant-tile .lk-connection-quality[data-lk-quality=poor]{opacity:1;transition-delay:0}.lk-participant-tile:hover .lk-connection-quality,.lk-participant-tile:focus .lk-connection-quality{opacity:1;transition-delay:0}.lk-participant-tile .lk-participant-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:var(--lk-bg2);opacity:0;transition:opacity .2s ease-in-out;pointer-events:none;border-radius:var(--lk-border-radius)}.lk-participant-tile .lk-participant-placeholder svg{height:100%;width:auto;padding:10%}.lk-participant-tile[data-lk-video-muted=true][data-lk-source=camera] .lk-participant-placeholder{opacity:1}.lk-participant-metadata{position:absolute;right:.25rem;bottom:.25rem;left:.25rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem;line-height:1}.lk-participant-metadata-item{display:flex;align-items:center;padding:.25rem;background-color:#00000080;border-radius:calc(var(--lk-border-radius)/2)}.lk-toast{position:fixed;top:.75rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background-color:var(--lk-bg);border:1px solid var(--lk-border-color);border-radius:var(--lk-border-radius);box-shadow:var(--lk-box-shadow)}.lk-spinner{animation:lk-rotate 2s infinite linear}@keyframes lk-rotate{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.lk-room-container{background-color:var(--lk-bg);line-height:var(--lk-line-height)}.lk-room-container{position:relative;width:100%;height:100%;--lk-has-imported-styles: "true"}.lk-room-container *[class^=lk-],.lk-room-container *[class*=" lk-"]{box-sizing:border-box}.lk-audio-conference{position:relative;width:100%;height:100%}.lk-audio-conference-stage{width:100%;height:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.lk-chat{display:grid;grid-template-rows:var(--lk-chat-header-height) 1fr var(--lk-control-bar-height);width:clamp(200px,55ch,60ch);background-color:var(--lk-bg2);border-left:1px solid var(--lk-border-color);align-items:end}.lk-chat-header{height:var(--lk-chat-header-height);padding:.75rem;position:relative;display:flex;align-items:center;justify-content:center}.lk-chat-header .lk-close-button{position:absolute;right:0;transform:translate(-50%);background-color:#0000}.lk-chat-header .lk-close-button:hover{background-color:var(--lk-control-active-hover-bg)}.lk-chat-messages{display:flex;width:100%;max-height:100%;flex-direction:column;gap:.25rem;overflow:auto}.lk-chat-entry{display:flex;flex-direction:column;gap:.25rem;margin:0 .25rem}.lk-chat-entry .lk-meta-data{font-size:.75rem;color:var(--lk-fg5);white-space:nowrap;padding:0 .3rem;display:flex}.lk-chat-entry .lk-meta-data .lk-participant-name{margin-top:1rem}.lk-chat-entry .lk-meta-data .lk-timestamp{margin-left:auto;align-self:flex-end}.lk-chat-entry .lk-edit-button{background:none;float:right;margin:0;padding:0 .25rem;border-radius:0;font-size:12px}.lk-chat-entry .lk-message-body{display:inline-block;border-radius:15px;padding:.25rem .75rem;word-break:break-word;width:fit-content;max-width:calc(100% - 32px)}.lk-chat-entry[data-lk-message-origin=local] .lk-message-body{background-color:var(--lk-bg5)}.lk-chat-entry[data-lk-message-origin=remote] .lk-message-body{background-color:var(--lk-accent4)}.lk-chat-entry a{text-decoration:underline;color:inherit}.lk-chat-entry *{margin-block-start:.25em;margin-block-end:.25em}.lk-chat-entry:last-child{margin-bottom:.25rem}.lk-chat-form{display:flex;gap:.75rem;padding:.75rem;border-top:1px solid var(--lk-border-color);max-height:var(--lk-control-bar-height)}.lk-chat-form-input{font-size:inherit;line-height:inherit;width:100%}@media(max-width:600px){.lk-chat{position:fixed;top:0;right:0;max-width:100%;bottom:var(--lk-control-bar-height)}}.lk-control-bar,.lk-agent-control-bar{display:flex;gap:.5rem;align-items:center;justify-content:center;padding:.75rem;border-top:1px solid var(--lk-border-color);max-height:var(--lk-control-bar-height)}.lk-agent-control-bar{height:var(--lk-control-bar-height);--lk-bg: transparent;--lk-va-bar-width: 2px;--lk-va-bar-gap: 4px;--lk-va-bar-border-radius: 1px}.lk-agent-control-bar .lk-audio-bar-visualizer .lk-audio-bar.lk-highlighted{filter:none}.lk-prejoin{background-color:var(--lk-bg);line-height:var(--lk-line-height)}[data-lk-theme]{font-size:var(--lk-font-size);font-family:var(--lk-font-family);color:var(--lk-fg)}[data-lk-theme] .lk-list{list-style:none;margin:0;padding:0}[data-lk-theme] .lk-form-control{font-family:var(--lk-font-family);padding:.625rem 1rem;background-color:var(--lk-control-bg);border:1px solid var(--lk-border-color);border-radius:var(--lk-border-radius)}.lk-prejoin{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;padding:1rem;gap:1rem;margin-inline:auto;background-color:var(--lk-bg);width:min(100%,480px);align-items:stretch}.lk-prejoin .lk-video-container{position:relative;width:100%;height:auto;aspect-ratio:16/10;background-color:#000;border-radius:var(--lk-border-radius);overflow:hidden}.lk-prejoin .lk-video-container video,.lk-prejoin .lk-video-container .lk-camera-off-note{display:block;width:100%;height:100%;object-fit:cover}.lk-prejoin .lk-video-container video[data-lk-facing-mode=user]{transform:rotateY(180deg)}.lk-prejoin .lk-video-container .lk-camera-off-note{position:absolute;top:0;left:0;width:100%;aspect-ratio:16/10;background-color:#000;display:grid;place-items:center}.lk-prejoin .lk-video-container .lk-camera-off-note>*{height:70%;max-width:100%}.lk-prejoin .lk-audio-container{display:none}.lk-prejoin .lk-audio-container audio{width:100%;height:auto}.lk-prejoin .lk-button-group-container{display:flex;flex-wrap:nowrap;gap:1rem}.lk-prejoin .lk-button-group-container>.lk-button-group{width:50%}.lk-prejoin .lk-button-group-container>.lk-button-group>.lk-button{justify-content:left}.lk-prejoin .lk-button-group-container>.lk-button-group>.lk-button:first-child{width:100%}@media(max-width:400px){.lk-prejoin .lk-button-group-container{flex-wrap:wrap}.lk-prejoin .lk-button-group-container>.lk-button-group{width:100%}}.lk-prejoin .lk-username-container{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:100%}.lk-prejoin .lk-join-button{--lk-control-fg: var(--lk-accent-fg);--lk-control-bg: var(--lk-accent-bg);--lk-control-hover-bg: var(--lk-accent2);--lk-control-active-bg: var(--lk-accent3);--lk-control-active-hover-bg: var(--lk-accent4);background-color:var(--lk-control-bg)}.lk-prejoin .lk-join-button:hover{background-color:var(--lk-control-hover-bg)}.lk-focus-layout-wrapper,.lk-grid-layout-wrapper{position:relative;display:flex;justify-content:center;width:100%;height:calc(100% - var(--lk-control-bar-height))}.lk-grid-layout-wrapper{flex-direction:column;align-items:center}.lk-focus-layout-wrapper{align-items:stretch}.lk-video-conference{position:relative;display:flex;align-items:stretch;height:100%}.lk-video-conference-inner{display:flex;flex-direction:column;align-items:stretch;width:100%}.lk-settings-menu-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--lk-bg);padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background-color:var(--lk-bg);border:1px solid var(--lk-border-color);border-radius:var(--lk-border-radius);box-shadow:var(--lk-box-shadow);min-width:50vw;min-height:50vh;max-width:100%;max-height:100%;overflow-y:auto}/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;--font-mono:"JetBrains Mono", ui-monospace, Menlo, monospace;--spacing:.25rem;--radius-sm:.25rem;--radius-lg:.5rem;--shadow-xs:0 1px 2px 0 #0000000d;--shadow-sm:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--ease-out:cubic-bezier(0, 0, .2, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.isolate{isolation:isolate}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.shrink{flex-shrink:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.rounded{border-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.break-all{word-break:break-all}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.italic{font-style:italic}.line-through{text-decoration-line:line-through}.underline{text-decoration-line:underline}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}}:root{--font-sans:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;--font-mono:"JetBrains Mono", "SF Mono", ui-monospace, Menlo, Monaco, "Cascadia Mono", monospace;--radius-sm:6px;--radius:8px;--radius-md:10px;--radius-lg:12px;--radius-xl:16px;--shadow-xs:0 1px 2px 0 #0000000a;--shadow-sm:0 1px 2px 0 #0000000f, 0 1px 3px 0 #0000000a;--shadow:0 1px 3px 0 #00000014, 0 1px 2px -1px #0000000f;--shadow-md:0 4px 6px -1px #00000014, 0 2px 4px -2px #0000000f;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000000f;--h-input:40px;--h-btn:40px;--h-btn-sm:32px;--h-btn-lg:48px;--burgundy-50:#fbeef0;--burgundy-100:#f2d7da;--burgundy-200:#e0a8af;--burgundy-300:#c97a85;--burgundy-400:#a84b59;--burgundy-500:#6b1f2a;--burgundy-600:#581821;--burgundy-700:#4a1219;--burgundy-800:#340d12;--burgundy-900:#2a0a0e}:root,[data-theme=light]{--background:#fff;--foreground:#0a0a0a;--card:#fff;--card-foreground:#0a0a0a;--popover:#fff;--popover-foreground:#0a0a0a;--primary:#0a0a0a;--primary-foreground:#fafafa;--secondary:#f4f4f5;--secondary-foreground:#18181b;--muted:#f4f4f5;--muted-foreground:#71717a;--accent:#f4f4f5;--accent-foreground:#18181b;--destructive:#dc2626;--destructive-foreground:#fafafa;--success:#16a34a;--warning:#d97706;--info:#2563eb;--border:#e4e4e7;--input:#e4e4e7;--ring:var(--burgundy-500);--brand:var(--burgundy-500);--brand-foreground:#fff;--brand-hover:var(--burgundy-600);--brand-soft:var(--burgundy-50);--brand-soft-foreground:var(--burgundy-700);--surface-1:#fff;--surface-2:#fafafa;--surface-3:#f4f4f5;color-scheme:light}[data-theme=dark]{--background:#09090b;--foreground:#fafafa;--card:#0c0c0e;--card-foreground:#fafafa;--popover:#0c0c0e;--popover-foreground:#fafafa;--primary:#fafafa;--primary-foreground:#18181b;--secondary:#1c1c1f;--secondary-foreground:#fafafa;--muted:#1c1c1f;--muted-foreground:#a1a1aa;--accent:#1c1c1f;--accent-foreground:#fafafa;--destructive:#ef4444;--destructive-foreground:#fafafa;--success:#22c55e;--warning:#f59e0b;--info:#3b82f6;--border:#27272a;--input:#27272a;--ring:var(--burgundy-400);--brand:var(--burgundy-400);--brand-foreground:#fff;--brand-hover:var(--burgundy-300);--brand-soft:#a84b5929;--brand-soft-foreground:var(--burgundy-200);--surface-1:#09090b;--surface-2:#111113;--surface-3:#17171a;color-scheme:dark}*,:before,:after{box-sizing:border-box}html,body{background:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-size:14px;line-height:1.5}h1,h2,h3,h4,h5,h6{letter-spacing:-.01em;margin:0;font-weight:600}h1{letter-spacing:-.02em;font-size:30px;line-height:1.2}h2{letter-spacing:-.015em;font-size:24px;line-height:1.25}h3{font-size:20px;line-height:1.3}h4{font-size:16px;line-height:1.4}h5{font-size:14px;line-height:1.4}h6{text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);font-size:12px;line-height:1.4}p{margin:0}small{color:var(--muted-foreground);font-size:12px}code,kbd,pre{font-family:var(--font-mono)}::selection{background:var(--brand);color:var(--brand-foreground)}:focus-visible{outline:2px solid var(--ring);outline-offset:2px;border-radius:var(--radius-sm)}a{color:inherit;text-decoration:none}.btn{height:var(--h-btn);border-radius:var(--radius);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-family:inherit;font-size:14px;font-weight:500;line-height:1;text-decoration:none;transition:background-color .12s,border-color .12s,color .12s,opacity .12s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.btn svg{flex:none;width:16px;height:16px}.btn-primary{background:var(--primary);color:var(--primary-foreground)}.btn-primary:hover:not(:disabled){background:var(--primary)}@supports (color:color-mix(in lab,red,red)){.btn-primary:hover:not(:disabled){background:color-mix(in oklab,var(--primary) 88%,transparent)}}.btn-brand{background:var(--brand);color:var(--brand-foreground)}.btn-brand:hover:not(:disabled){background:var(--brand-hover)}.btn-secondary{background:var(--secondary);color:var(--secondary-foreground)}.btn-secondary:hover:not(:disabled){background:var(--secondary)}@supports (color:color-mix(in lab,red,red)){.btn-secondary:hover:not(:disabled){background:color-mix(in oklab,var(--secondary) 70%,var(--foreground) 6%)}}.btn-outline{color:var(--foreground);border-color:var(--border);background:0 0}.btn-outline:hover:not(:disabled){background:var(--accent);color:var(--accent-foreground)}.btn-ghost{color:var(--foreground);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--accent);color:var(--accent-foreground)}.btn-destructive{background:var(--destructive);color:var(--destructive-foreground)}.btn-destructive:hover:not(:disabled){background:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.btn-destructive:hover:not(:disabled){background:color-mix(in oklab,var(--destructive) 88%,black)}}.btn-link{color:var(--brand);background:0 0;border-radius:0;height:auto;padding:0}.btn-link:hover:not(:disabled){text-decoration:underline}.btn-sm{height:var(--h-btn-sm);border-radius:var(--radius-sm);padding:0 12px;font-size:13px}.btn-lg{height:var(--h-btn-lg);padding:0 20px;font-size:15px}.btn-icon{width:var(--h-btn);padding:0}.btn-icon.btn-sm{width:var(--h-btn-sm)}.btn-icon.btn-lg{width:var(--h-btn-lg)}.input,.textarea,.select{width:100%;height:var(--h-input);color:var(--foreground);background-color:var(--background);border:1px solid var(--input);border-radius:var(--radius);padding:0 12px;font-family:inherit;font-size:14px;transition:border-color .12s,box-shadow .12s;display:block}.textarea{resize:vertical;height:auto;min-height:80px;padding:10px 12px;line-height:1.5}.input::placeholder,.textarea::placeholder{color:var(--muted-foreground)}.input:focus,.textarea:focus,.select:focus{border-color:var(--ring);box-shadow:0 0 0 3px var(--ring);outline:none}@supports (color:color-mix(in lab,red,red)){.input:focus,.textarea:focus,.select:focus{box-shadow:0 0 0 3px color-mix(in oklab,var(--ring) 22%,transparent)}}.input:disabled,.textarea:disabled,.select:disabled{opacity:.5;cursor:not-allowed;background:var(--muted)}.input-error{border-color:var(--destructive)}.input-error:focus{box-shadow:0 0 0 3px var(--destructive)}@supports (color:color-mix(in lab,red,red)){.input-error:focus{box-shadow:0 0 0 3px color-mix(in oklab,var(--destructive) 22%,transparent)}}.input-group{position:relative}.input-group .input-icon{width:16px;height:16px;color:var(--muted-foreground);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.input-group .input{padding-left:36px}.label{color:var(--foreground);margin-bottom:8px;font-size:14px;font-weight:500;display:block}.helper{color:var(--muted-foreground);margin-top:6px;font-size:12px}.helper-error{color:var(--destructive)}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:36px}.checkbox,.radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--input);background:var(--background);cursor:pointer;flex:none;width:16px;height:16px;margin:0;transition:background .12s,border-color .12s;position:relative}.checkbox{border-radius:4px}.radio{border-radius:999px}.checkbox:checked,.radio:checked{background:var(--brand);border-color:var(--brand)}.checkbox:checked:after{content:"";border:solid var(--brand-foreground);border-width:0 2px 2px 0;width:5px;height:9px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.radio:checked:after{content:"";background:var(--brand-foreground);border-radius:999px;width:8px;height:8px;position:absolute;top:3px;left:3px}.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--input);cursor:pointer;border-radius:999px;flex:none;width:36px;height:20px;margin:0;transition:background .14s;position:relative}.switch:after{content:"";width:16px;height:16px;box-shadow:var(--shadow-sm);background:#fff;border-radius:999px;transition:transform .14s;position:absolute;top:2px;left:2px}.switch:checked{background:var(--brand)}.switch:checked:after{transform:translate(16px)}.badge{white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;height:22px;padding:0 8px;font-size:12px;font-weight:500;line-height:1;display:inline-flex}.badge-default{background:var(--primary);color:var(--primary-foreground)}.badge-secondary{background:var(--secondary);color:var(--secondary-foreground)}.badge-outline{color:var(--foreground);border-color:var(--border);background:0 0}.badge-brand{background:var(--brand-soft);color:var(--brand-soft-foreground)}.badge-success{background:var(--success)}@supports (color:color-mix(in lab,red,red)){.badge-success{background:color-mix(in oklab,var(--success) 14%,transparent)}}.badge-success{color:var(--success)}.badge-warning{background:var(--warning)}@supports (color:color-mix(in lab,red,red)){.badge-warning{background:color-mix(in oklab,var(--warning) 16%,transparent)}}.badge-warning{color:var(--warning)}.badge-destructive{background:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.badge-destructive{background:color-mix(in oklab,var(--destructive) 14%,transparent)}}.badge-destructive{color:var(--destructive)}.badge-info{background:var(--info)}@supports (color:color-mix(in lab,red,red)){.badge-info{background:color-mix(in oklab,var(--info) 14%,transparent)}}.badge-info{color:var(--info)}.badge-dot{background:currentColor;border-radius:999px;width:6px;height:6px}.pill{border:1px solid var(--border);background:var(--background);color:var(--muted-foreground);border-radius:999px;align-items:center;gap:6px;padding:3px 9px;font-size:11px;font-weight:500;display:inline-flex}.pill .dot{background:currentColor;border-radius:50%;width:6px;height:6px}.pill.live{color:var(--brand);border-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.pill.live{border-color:color-mix(in oklab,var(--brand) 30%,var(--border))}}.pill.draft{color:var(--muted-foreground)}.pill.ready{color:var(--success);border-color:var(--success)}@supports (color:color-mix(in lab,red,red)){.pill.ready{border-color:color-mix(in oklab,var(--success) 30%,var(--border))}}.pill.configuring{color:var(--warning);border-color:var(--warning)}@supports (color:color-mix(in lab,red,red)){.pill.configuring{border-color:color-mix(in oklab,var(--warning) 30%,var(--border))}}.card{background:var(--card);color:var(--card-foreground);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs)}.card-header{flex-direction:column;gap:4px;padding:20px 24px 16px;display:flex}.card-title{letter-spacing:-.005em;font-size:16px;font-weight:600}.card-description{color:var(--muted-foreground);font-size:13px}.card-content{padding:0 24px 20px}.card-footer{border-top:1px solid var(--border);gap:8px;padding:16px 24px;display:flex}.separator{background:var(--border);border:0;height:1px;margin:16px 0}.dialog-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:50;background:#0000008c;justify-content:center;align-items:center;animation:.14s ease-out fadeIn;display:flex;position:fixed;top:0;right:0;bottom:0;left:0}.dialog{background:var(--card);color:var(--card-foreground);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);width:100%;max-width:480px;max-height:calc(100vh - 64px);animation:.16s ease-out dialogIn;overflow:auto}.dialog-header{padding:24px 24px 8px}.dialog-title{letter-spacing:-.01em;margin-bottom:4px;font-size:18px;font-weight:600}.dialog-description{color:var(--muted-foreground);font-size:13px}.dialog-content{padding:16px 24px}.dialog-footer{justify-content:flex-end;gap:8px;padding:16px 24px 24px;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes dialogIn{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:none}}@keyframes sheetIn{0%{transform:translate(100%)}to{transform:none}}.alert{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);color:var(--card-foreground);grid-template-columns:20px 1fr;gap:12px;padding:14px 16px;display:grid}.alert svg{width:18px;height:18px;margin-top:1px}.alert-title{margin-bottom:2px;font-size:14px;font-weight:600}.alert-description{color:var(--muted-foreground);font-size:13px}.alert-destructive{border-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.alert-destructive{border-color:color-mix(in oklab,var(--destructive) 40%,transparent)}}.alert-destructive{background:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.alert-destructive{background:color-mix(in oklab,var(--destructive) 6%,var(--card))}}.alert-destructive .alert-title,.alert-destructive svg{color:var(--destructive)}.alert-brand{border-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.alert-brand{border-color:color-mix(in oklab,var(--brand) 40%,transparent)}}.alert-brand{background:var(--brand-soft)}.alert-brand .alert-title,.alert-brand svg{color:var(--brand-soft-foreground)}.app{grid-template-columns:220px 1fr;min-height:100vh;display:grid}.sidebar{background:var(--background);border-right:1px solid var(--border);flex-direction:column;height:100vh;padding:16px 12px;display:flex;position:sticky;top:0}.brand-row{letter-spacing:-.01em;color:var(--burgundy-500);align-items:center;gap:8px;padding:4px 8px 20px;font-family:Plus Jakarta Sans,Georgia,serif;font-size:16px;font-weight:600;display:flex}[data-theme=dark] .brand-row{color:var(--burgundy-300)}.brand-row .mark{width:26px;height:26px;color:var(--burgundy-500);justify-content:center;align-items:center;display:inline-flex}[data-theme=dark] .brand-row .mark{color:var(--burgundy-300)}.brand-row .mark svg{width:26px;height:26px}.brand-row .wordmark{font-weight:500}.sidebar-logout{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:4px 8px;font-size:11px;display:inline-flex}.sidebar-logout:hover{color:var(--foreground);background:var(--accent)}.nav{flex-direction:column;gap:2px;display:flex}.nav-item{border-radius:var(--radius-sm);color:var(--muted-foreground);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:8px 10px;font-size:13px;font-weight:500;text-decoration:none;display:flex}.nav-item:hover{background:var(--accent);color:var(--foreground)}.nav-item.active{background:var(--secondary);color:var(--foreground)}.nav-item.active svg{color:var(--brand)}.nav-item .count{color:var(--muted-foreground);margin-left:auto;font-size:11px}.nav-sep{background:var(--border);height:1px;margin:12px 8px}.sidebar-footer{border-top:1px solid var(--border);flex-direction:column;align-items:stretch;gap:4px;margin-top:auto;padding:10px;display:flex}.sidebar-footer .org{font-size:12px;font-weight:500}.sidebar-footer .org .muted{color:var(--muted-foreground);font-weight:400}.main{flex-direction:column;min-width:0;display:flex}.topbar{z-index:10;background:var(--background);align-items:center;gap:12px;padding:10px 24px;display:flex;position:sticky;top:0}@supports (color:color-mix(in lab,red,red)){.topbar{background:color-mix(in oklab,var(--background) 80%,transparent)}}.topbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);min-height:56px}.topbar .crumbs{color:var(--muted-foreground);align-items:center;gap:8px;font-size:13px;display:flex}.topbar .crumbs .cur{color:var(--foreground);font-weight:500}.topbar .crumbs svg{width:14px;height:14px}.topbar .crumbs a:hover{color:var(--foreground)}.topbar .right{align-items:center;gap:8px;margin-left:auto;display:flex}.topbar .save-indicator{color:var(--muted-foreground);opacity:0;align-items:center;gap:6px;font-size:12px;transition:opacity .3s;display:flex}.topbar .save-indicator.show{opacity:1}.topbar .save-indicator .dot{background:var(--success);border-radius:50%;width:6px;height:6px}.page{width:100%;max-width:1100px;margin:0 auto;padding:32px 32px 80px}.page-wide{max-width:1240px}.page-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:28px;display:flex}.page-head h1{letter-spacing:-.015em;margin:0 0 4px;font-size:24px;font-weight:600}.page-head .crumb{color:var(--muted-foreground);margin-bottom:6px;font-size:12px;font-weight:500}.page-head p{color:var(--muted-foreground);margin:0;font-size:14px}.product-head{align-items:center;gap:16px;width:100%;max-width:1240px;margin:0 auto;padding:20px 32px 0;display:flex}.product-head h1{letter-spacing:-.015em;margin:0;font-size:22px;font-weight:600}.product-head .state-pill{border:1px solid var(--border);background:var(--background);border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.product-head .state-pill.live{color:var(--brand);border-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.product-head .state-pill.live{border-color:color-mix(in oklab,var(--brand) 30%,var(--border))}}.product-head .state-pill .dot{background:currentColor;border-radius:50%;width:6px;height:6px}.product-tabs{border-bottom:1px solid var(--border);gap:4px;width:100%;max-width:1240px;margin:0 auto;padding:16px 32px 0;display:flex}.product-tab{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 12px;font-size:13px;font-weight:500}.product-tab:hover{color:var(--foreground)}.product-tab.active{color:var(--foreground);border-bottom-color:var(--brand)}.pi-mark{color:#fff;flex:none;justify-content:center;align-items:center;font-weight:600;display:inline-flex}.section{margin-bottom:32px}.section h2{text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground);margin:0 0 12px;font-size:12px;font-weight:600}.section h3{letter-spacing:-.01em;margin:0 0 4px;font-size:16px;font-weight:600}.section .section-desc{color:var(--muted-foreground);margin:0 0 16px;font-size:13px}.fieldrow{border-bottom:1px solid var(--border);grid-template-columns:180px 1fr;align-items:start;gap:24px;padding:16px 0;display:grid}.fieldrow:last-child{border-bottom:0}.fieldrow .label{color:var(--muted-foreground);margin-bottom:0;padding-top:8px;font-size:13px;font-weight:500}.fieldrow .value{font-size:14px}.fieldrow .hint{color:var(--muted-foreground);margin-top:6px;font-size:12px}.fieldrow .inline-input{border-radius:var(--radius-sm);width:100%;font:inherit;color:inherit;resize:none;font-family:var(--font-sans);background:0 0;border:1px solid #0000;margin:-8px -10px;padding:7px 10px;transition:background .15s,border-color .15s}.fieldrow .inline-input:hover{background:var(--secondary)}.fieldrow .inline-input:focus{background:var(--background);border-color:var(--border);box-shadow:0 0 0 3px var(--ring);outline:none}@supports (color:color-mix(in lab,red,red)){.fieldrow .inline-input:focus{box-shadow:0 0 0 3px color-mix(in oklab,var(--ring) 18%,transparent)}}.fieldrow .inline-input::placeholder{color:var(--muted-foreground)}.checklist{flex-direction:column;gap:0;display:flex}.check-item{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:12px 0;font-size:14px;display:flex}.check-item:last-child{border-bottom:0}.check-item .ico{border-radius:50%;flex:none;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.check-item.done .ico{background:var(--brand);color:var(--brand-foreground)}.check-item.todo .ico{border:1.5px solid var(--border)}.check-item.todo{color:var(--muted-foreground)}.check-item .link{color:var(--muted-foreground);margin-left:auto;font-size:12px}.check-item:hover .link{color:var(--foreground)}.products-list{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--background);overflow:hidden}.product-row{border-bottom:1px solid var(--border);cursor:pointer;grid-template-columns:1fr 140px 140px 180px;align-items:center;gap:16px;padding:16px 20px;transition:background .1s;display:grid}.product-row:last-of-type{border-bottom:0}.product-row:hover{background:var(--surface-2)}.product-row .pi{align-items:center;gap:12px;min-width:0;display:flex}.product-row .pi-mark{border-radius:8px;width:32px;height:32px;font-size:13px}.product-row .pi-name{font-size:14px;font-weight:500}.product-row .pi-url{color:var(--muted-foreground);font-size:12px}.product-row .meta{color:var(--muted-foreground);font-size:13px}.product-row .count{font-family:var(--font-mono);font-size:13px}.know-grid{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--background);grid-template-columns:320px 1fr;gap:0;min-height:560px;display:grid;overflow:hidden}.know-left{border-right:1px solid var(--border);flex-direction:column;min-height:0;display:flex}.know-left-head{border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:12px 14px;display:flex}.know-left-head .count{font-family:var(--font-mono);color:var(--muted-foreground);margin-left:auto;font-size:12px}.know-sources{flex:1;overflow:auto}.know-source{border-bottom:1px solid var(--border);cursor:pointer;padding:12px 14px}.know-source.active{background:var(--secondary)}.know-source:hover:not(.active){background:var(--surface-2)}.know-source .ks-top{align-items:center;gap:10px;display:flex}.know-source .ks-name{font-size:13px;font-weight:500}.know-source .ks-meta{color:var(--muted-foreground);margin-top:2px;font-size:11px}.know-source .ks-ico{background:var(--surface-3);width:28px;height:28px;color:var(--muted-foreground);border-radius:6px;flex:none;justify-content:center;align-items:center;display:inline-flex}.know-right{flex-direction:column;min-height:0;display:flex}.know-right-head{border-bottom:1px solid var(--border);padding:16px 20px}.know-entries{flex:1;padding:8px 0;overflow:auto}.know-entry{border-bottom:1px solid var(--border);cursor:pointer;padding:14px 20px}.know-entry:last-child{border-bottom:0}.know-entry.active,.know-entry:hover:not(.active){background:var(--surface-2)}.know-entry .ke-title{font-size:13px;font-weight:500}.know-entry .ke-snippet{color:var(--muted-foreground);margin-top:4px;font-size:12px;line-height:1.5}.know-entry .ke-meta{color:var(--muted-foreground);font-size:11px;font-family:var(--font-mono);margin-top:6px}.test-dock{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);width:380px;max-height:70vh;box-shadow:var(--shadow-lg);z-index:50;flex-direction:column;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden}.test-dock.collapsed{height:auto}.test-dock .td-head{cursor:pointer;border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:12px 14px;display:flex}.test-dock.collapsed .td-head{border-bottom:0}.test-dock .td-head h4{margin:0;font-size:13px;font-weight:600}.test-dock .td-body{flex-direction:column;flex:1;min-height:0;display:flex}.test-dock .td-msgs{flex-direction:column;flex:1;gap:14px;padding:14px;display:flex;overflow:auto}.test-dock .td-msg{font-size:13px;line-height:1.55}.test-dock .td-msg .who{color:var(--muted-foreground);margin-bottom:4px;font-size:11px;font-weight:500}.test-dock .td-msg.agent .who{color:var(--brand)}.test-dock .td-msg .sources{color:var(--muted-foreground);background:var(--surface-2);border-radius:6px;margin-top:6px;padding:6px 8px;font-size:11px}.test-dock .td-input{border-top:1px solid var(--border);gap:6px;padding:10px;display:flex}.test-dock .td-input input{flex:1}.data-table{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.data-table table{border-collapse:collapse;width:100%;font-size:13.5px}.data-table thead th{text-align:left;letter-spacing:0;text-transform:none;color:var(--muted-foreground);border-bottom:1px solid var(--border);vertical-align:middle;background:0 0;height:44px;padding:0 16px;font-size:12px;font-weight:500}.data-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:13px 16px}.data-table tbody tr:last-child td{border-bottom:0}.data-table tbody tr{cursor:pointer;transition:background .1s}.data-table tbody tr:hover td{background:var(--muted-foreground)}@supports (color:color-mix(in lab,red,red)){.data-table tbody tr:hover td{background:color-mix(in oklab,var(--muted-foreground) 6%,transparent)}}.data-table .mono{font-family:var(--font-mono);font-size:12px}.filter-bar{border-bottom:1px solid var(--border);background:var(--background);align-items:center;gap:8px;padding:12px 16px;display:flex}.filter-bar .search-wrap{flex:1;min-width:200px;max-width:320px;position:relative}.filter-bar .search-wrap svg{width:14px;height:14px;color:var(--muted-foreground);position:absolute;top:50%;left:10px;transform:translateY(-50%)}.filter-bar .search-wrap input{width:100%;height:32px;padding-left:32px;font-size:13px}.filter-bar select{height:32px;padding:0 28px 0 10px;font-size:13px}.table-foot{border-top:1px solid var(--border);background:var(--background);justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;font-size:12px;display:flex}.table-foot .pg-info{color:var(--muted-foreground)}.table-foot .pg-controls{align-items:center;gap:6px;display:flex}.table-foot .pg-controls .btn-sm{justify-content:center;min-width:34px}.products-list .filter-bar,.products-list .table-foot,.kb-detail .filter-bar,.kb-detail .table-foot{padding-left:20px;padding-right:20px}.transcript{flex-direction:column;gap:20px;display:flex}.ts-msg .ts-meta{color:var(--muted-foreground);align-items:center;gap:10px;margin-bottom:6px;font-size:11px;display:flex}.ts-msg .ts-meta .who{color:var(--foreground);font-weight:600}.ts-msg.agent .ts-meta .who{color:var(--brand)}.ts-msg .ts-body{font-size:14px;line-height:1.6}.ts-event{color:var(--muted-foreground);align-items:center;gap:8px;padding:6px 0;font-size:12px;display:flex}.ts-event svg{width:12px;height:12px}.ts-msg .sources{color:var(--muted-foreground);background:var(--surface-2);border-radius:6px;align-items:center;gap:6px;margin-top:8px;padding:8px 10px;font-size:12px;display:inline-flex}.ts-msg .sources b{color:var(--foreground);font-weight:500}.tag-list{flex-wrap:wrap;gap:6px;display:flex}.tag{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;align-items:center;gap:6px;padding:4px 10px 4px 12px;font-size:12px;display:inline-flex}.tag button{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;padding:0;display:inline-flex}.tag button:hover{color:var(--foreground)}.tag-add{border:1px dashed var(--border);color:var(--muted-foreground);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;display:inline-flex}.tag-add:hover{color:var(--foreground);border-color:var(--foreground)}.radio-list{flex-direction:column;gap:0;display:flex}.radio-row{border-radius:var(--radius-sm);cursor:pointer;align-items:flex-start;gap:12px;padding:12px;display:flex}.radio-row:hover{background:var(--surface-2)}.radio-row.active{background:var(--secondary)}.radio-row .radio-circle{border:1.5px solid var(--border);border-radius:50%;flex:none;justify-content:center;align-items:center;width:16px;height:16px;margin-top:1px;display:inline-flex}.radio-row.active .radio-circle{border-color:var(--brand)}.radio-row.active .radio-circle:after{content:"";background:var(--brand);border-radius:50%;width:7px;height:7px}.radio-row .rr-title{font-size:14px;font-weight:500}.radio-row .rr-desc{color:var(--muted-foreground);margin-top:2px;font-size:13px}.tone-scale{align-items:center;gap:12px;font-size:13px;display:flex}.tone-scale .tone-label{color:var(--muted-foreground);width:80px}.tone-scale .tone-label.right{text-align:right}.tone-scale .tone-dots{flex:1;justify-content:center;gap:8px;display:flex}.tone-scale .tone-dot{border:1.5px solid var(--border);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex}.tone-scale .tone-dot:hover{border-color:var(--foreground)}.tone-scale .tone-dot.active{border-color:var(--brand);background:var(--brand)}.toast-rail{z-index:100;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.toast-msg{background:var(--foreground);color:var(--background);border-radius:var(--radius);box-shadow:var(--shadow-lg);align-items:center;gap:12px;padding:10px 14px;font-size:13px;display:flex}.toast-msg button{color:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:500;text-decoration:underline}.stat-row{grid-template-columns:repeat(3,1fr);gap:24px;padding:4px 0 0;display:grid}.stat .s-label{color:var(--muted-foreground);margin-bottom:6px;font-size:12px;font-weight:500}.stat .s-val{letter-spacing:-.02em;font-size:28px;font-weight:600}.ranked-list{margin-top:16px}.ranked-list .r-item{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:10px 0;font-size:13px;display:flex}.ranked-list .r-item:last-child{border-bottom:0}.ranked-list .r-rank{font-family:var(--font-mono);color:var(--muted-foreground);width:24px;font-size:12px}.ranked-list .r-name{flex:1}.ranked-list .r-pct{font-family:var(--font-mono);color:var(--muted-foreground);font-size:12px}.ranked-list .r-bar{background:var(--surface-3);border-radius:999px;width:80px;height:4px;margin:0 10px;overflow:hidden}.ranked-list .r-bar div{background:var(--brand);border-radius:999px;height:100%}.dash-kpis{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.dash-kpi{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;position:relative}.dash-kpi-label{color:var(--muted-foreground);align-items:center;gap:6px;margin-bottom:8px;font-size:12px;font-weight:500;display:inline-flex}.dash-kpi-value{letter-spacing:-.02em;align-items:baseline;gap:4px;font-size:30px;font-weight:600;line-height:1;display:flex}.dash-kpi-suffix{color:var(--muted-foreground);margin-left:2px;font-size:16px;font-weight:500}.dash-delta{white-space:nowrap;align-items:center;gap:4px;margin-top:8px;font-size:11px;display:inline-flex}.dash-delta.up{color:var(--success)}.dash-delta.down{color:var(--destructive)}.dash-spark{width:100%;height:32px;margin-top:12px;display:block}.dash-row{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.dash-card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);min-width:0;padding:20px}.dash-card-head{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px;display:flex}.dash-card-head h3{letter-spacing:-.01em;margin:0;font-size:14px;font-weight:600}.dash-topic{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:10px 0;display:flex}.dash-topic:last-child{border-bottom:0}.dash-bar{background:var(--surface-3);border-radius:999px;width:100px;height:4px;overflow:hidden}.dash-bar div{background:var(--brand);border-radius:999px;height:100%}.dash-session{border-bottom:1px solid var(--border);cursor:pointer;align-items:center;gap:12px;padding:10px 0;display:flex}.dash-session:last-child{border-bottom:0}.dash-session:hover{background:var(--surface-2);border-radius:8px;margin:0 -10px;padding:10px}.inline-create{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:8px;margin-bottom:12px;padding:14px 20px;display:flex}.inline-create input{flex:1;height:36px}.row{gap:12px;display:flex}.col{flex-direction:column;gap:12px;display:flex}.grow{flex:1}.muted{color:var(--muted-foreground)}.small{font-size:12px}.mono{font-family:var(--font-mono)}hr.sep{border:0;border-top:1px solid var(--border);margin:24px 0}.empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px;display:flex}.empty .empty-ico{background:var(--surface-3);width:64px;height:64px;color:var(--muted-foreground);border-radius:16px;justify-content:center;align-items:center;margin-bottom:20px;display:inline-flex}.empty h3{margin:0 0 6px;font-size:18px;font-weight:600}.empty p{color:var(--muted-foreground);max-width:360px;margin:0 0 20px}.modal-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:200;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;top:0;right:0;bottom:0;left:0}.modal{background:var(--background);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);width:100%;max-width:440px;padding:24px}.modal h3{margin:0 0 8px;font-size:16px;font-weight:600}.modal p{color:var(--muted-foreground);margin:0 0 20px;font-size:14px}.modal-actions{justify-content:flex-end;gap:8px;display:flex}.shimmer-line{background:linear-gradient(90deg,transparent,var(--brand),transparent);background-size:200% 100%;border-radius:1px;width:240px;height:2px;animation:1.5s linear infinite shimmer}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.info-trigger{color:var(--muted-foreground);cursor:help;opacity:.55;justify-content:center;align-items:center;transition:opacity .15s;display:inline-flex}.info-trigger:hover{opacity:1;color:var(--foreground)}.info-wrap{display:inline-flex;position:relative}.info-pop{background:var(--foreground);min-width:240px;max-width:280px;color:var(--background);box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;z-index:50;text-align:left;border-radius:8px;padding:10px 12px;font-size:12px;font-weight:400;line-height:1.5;transition:opacity .15s,transform .15s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(4px)}.info-pop:before{content:"";background:var(--foreground);width:8px;height:8px;position:absolute;top:-4px;left:50%;transform:translate(-50%)rotate(45deg)}.info-pop .info-title{margin-bottom:4px;font-size:12px;font-weight:600}.info-pop .info-formula{border-top:1px solid var(--background);margin-top:8px;padding-top:8px}@supports (color:color-mix(in lab,red,red)){.info-pop .info-formula{border-top:1px solid color-mix(in oklab,var(--background) 18%,transparent)}}.info-pop .info-formula{font-family:var(--font-mono);color:var(--background);font-size:11px}@supports (color:color-mix(in lab,red,red)){.info-pop .info-formula{color:color-mix(in oklab,var(--background) 70%,transparent)}}.info-wrap:hover .info-pop,.info-wrap:focus-within .info-pop{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(8px)}.info-wrap.tip-end .info-pop{left:auto;right:0;transform:translateY(4px)}.info-wrap.tip-end:hover .info-pop,.info-wrap.tip-end:focus-within .info-pop{transform:translateY(8px)}.info-wrap.tip-end .info-pop:before{left:auto;right:8px;transform:rotate(45deg)}.auth-shell{background:var(--surface-2);justify-content:center;align-items:center;min-height:100vh;padding:32px;display:flex}.auth-card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);width:100%;max-width:420px;padding:32px}.auth-card .brand-row{justify-content:center;padding:0 0 20px}.auth-card h1{letter-spacing:-.01em;margin:0 0 6px;font-size:22px;font-weight:600}.auth-card p{color:var(--muted-foreground);margin:0 0 20px;font-size:13px}.auth-form{flex-direction:column;gap:12px;display:flex}.auth-form .label{margin-bottom:4px}.auth-link{color:var(--brand);cursor:pointer;font-size:13px}.auth-link:hover{text-decoration:underline}.lk-button-primary,.lk-button-group .lk-button-primary{background:var(--brand)!important;color:var(--brand-foreground)!important}.lk-button-primary:hover{background:var(--brand-hover)!important}.transcript-scroll::-webkit-scrollbar{width:6px}.transcript-scroll::-webkit-scrollbar-track{background:0 0}.transcript-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.save-bar{z-index:20;background:var(--background);align-items:center;gap:16px;margin:8px -32px -80px;padding:14px 32px;display:flex;position:sticky;bottom:0}@supports (color:color-mix(in lab,red,red)){.save-bar{background:color-mix(in oklab,var(--background) 88%,transparent)}}.save-bar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--border)}.save-bar-status{color:var(--muted-foreground);align-items:center;gap:7px;font-size:13px;display:inline-flex}.save-bar-status svg{color:var(--success)}.save-bar-status.dirty{color:var(--foreground);font-weight:500}.save-bar-dot{background:var(--warning);border-radius:50%;flex:none;width:8px;height:8px}.save-bar .btn{margin-left:auto}.ui-select{display:inline-block;position:relative}.ui-select-trigger{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--background);width:100%;height:34px;color:var(--foreground);font:inherit;cursor:pointer;align-items:center;gap:8px;padding:0 10px 0 12px;font-size:13px;transition:border-color .12s,box-shadow .12s,background .12s;display:inline-flex}.ui-select-trigger:hover{background:var(--surface-2)}.ui-select-trigger.open{border-color:var(--ring);box-shadow:0 0 0 3px var(--ring)}@supports (color:color-mix(in lab,red,red)){.ui-select-trigger.open{box-shadow:0 0 0 3px color-mix(in oklab,var(--ring) 18%,transparent)}}.ui-select-trigger>svg{color:var(--muted-foreground);flex:none;margin-left:auto;transition:transform .15s}.ui-select-trigger.open>svg{transform:rotate(180deg)}.ui-select-value{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ui-select-value.placeholder{color:var(--muted-foreground)}.ui-select-menu{z-index:60;background:var(--popover);border:1px solid var(--border);border-radius:var(--radius);min-width:100%;box-shadow:var(--shadow-lg);flex-direction:column;gap:1px;max-height:300px;padding:5px;display:flex;position:absolute;top:calc(100% + 6px);left:0;overflow:auto}.ui-select-menu.end{left:auto;right:0}.ui-select-option{border-radius:var(--radius-sm);font:inherit;color:var(--popover-foreground);cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:none;align-items:center;gap:8px;padding:7px 10px;font-size:13px;display:flex}.ui-select-option>span{flex:1}.ui-select-option>svg{color:var(--brand);flex:none}.ui-select-option:hover{background:var(--secondary)}.ui-select-option.selected{font-weight:500}.empty-stack{min-height:480px;position:relative}.empty-stack>.ghost-kpis,.empty-stack>.ghost-table{opacity:.55;filter:blur(.4px);pointer-events:none;-webkit-mask-image:linear-gradient(#000 0% 30%,#0000 85%);mask-image:linear-gradient(#000,#000 30%,#0000 85%)}.empty-stack>.empty-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex;position:absolute;top:0;right:0;bottom:0;left:0}.empty-hero{background:var(--background)}@supports (color:color-mix(in lab,red,red)){.empty-hero{background:color-mix(in oklab,var(--background) 88%,transparent)}}.empty-hero{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:var(--radius-lg);max-width:460px;margin:0 auto;padding:36px 32px}.empty-hero-ico{background:var(--brand-soft);width:56px;height:56px;color:var(--brand);border-radius:14px;justify-content:center;align-items:center;margin-bottom:18px;display:inline-flex}.empty-hero-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground);margin-bottom:6px;font-size:11px;font-weight:600}.empty-hero-title{letter-spacing:-.015em;margin:0 0 8px;font-size:20px;font-weight:600}.empty-hero-body{color:var(--muted-foreground);max-width:380px;margin:0 auto 22px;font-size:14px;line-height:1.55}.empty-hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:inline-flex}.ghost-kpis{color:var(--muted-foreground);grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.ghost-kpi{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:12px;padding:20px;display:flex}.ghost-line{background:var(--surface-3);border-radius:4px;height:8px}.ghost-line.short{width:60%;height:8px}.ghost-num{background:var(--surface-3);border-radius:4px;width:50%;height:24px}.ghost-spark{opacity:.4;height:28px}.ghost-avatar{background:var(--surface-3);border-radius:50%;flex:none;width:30px;height:30px}.ghost-table{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--muted-foreground);overflow:hidden}.ghost-table-head{background:var(--surface-2);border-bottom:1px solid var(--border);grid-template-columns:2fr 1fr 1fr 1fr;gap:16px;padding:14px 20px;display:grid}.ghost-table-row{border-bottom:1px solid var(--border);align-items:center;gap:16px;padding:16px 20px;display:flex}.ghost-table-row:last-child{border-bottom:0}.rating-star{cursor:pointer;background:0 0;border:none;padding:2px;line-height:0;transition:transform .12s}.rating-star:hover{transform:scale(1.18)}*{scrollbar-width:thin;scrollbar-color:var(--muted-foreground) transparent}@supports (color:color-mix(in lab,red,red)){*{scrollbar-color:color-mix(in oklab,var(--muted-foreground) 40%,transparent) transparent}}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--muted-foreground)}@supports (color:color-mix(in lab,red,red)){::-webkit-scrollbar-thumb{background:color-mix(in oklab,var(--muted-foreground) 38%,transparent)}}::-webkit-scrollbar-thumb{background-clip:padding-box;border:3px solid #0000;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}@supports (color:color-mix(in lab,red,red)){::-webkit-scrollbar-thumb:hover{background:color-mix(in oklab,var(--muted-foreground) 60%,transparent)}}::-webkit-scrollbar-thumb:hover{background-clip:padding-box}::-webkit-scrollbar-corner{background:0 0}.lead-cell{display:inline-flex;position:relative}.lead-badge{cursor:help;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:3px 10px 3px 8px;font-size:11.5px;font-weight:600;display:inline-flex}.lead-badge .lead-dot{background:currentColor;border-radius:50%;flex:none;width:7px;height:7px}.lead-badge.hot{color:#b42318;background:#fef3f2;border-color:#fecdca}.lead-badge.warm{color:#b54708;background:#fffaeb;border-color:#fedf89}.lead-badge.cold{color:#175cd3;background:#eff8ff;border-color:#b2ddff}.lead-tip{background:var(--foreground);width:246px;color:var(--background);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;z-index:70;text-align:left;white-space:normal;border-radius:9px;padding:10px 12px;font-size:12px;font-weight:400;line-height:1.5;position:absolute;bottom:calc(100% + 9px);left:-4px}.lead-tip .lead-tip-head{align-items:center;gap:6px;margin-bottom:3px;font-weight:600;display:flex}.lead-tip:after{content:"";border:5px solid #0000;border-top-color:var(--foreground);position:absolute;top:100%;left:22px}.lead-cell:hover .lead-tip{opacity:1;visibility:visible}.cust-detail{grid-template-columns:280px 1fr;gap:32px;display:grid}.cust-card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.cust-avatar{background:var(--brand-soft);width:56px;height:56px;color:var(--brand-soft-foreground);border-radius:50%;justify-content:center;align-items:center;margin-bottom:12px;font-size:18px;font-weight:600;display:inline-flex}.integ-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.integ-card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:10px;padding:18px;display:flex}.integ-head{align-items:center;gap:10px;display:flex}.integ-logo{border-radius:8px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.integ-title{font-size:13px;font-weight:600}.integ-desc{color:var(--muted-foreground);flex:1;font-size:12px;line-height:1.5}.integ-foot{border-top:1px solid var(--border);align-items:center;gap:8px;margin-top:4px;padding-top:10px;display:flex}.switch-btn{background:var(--surface-3);border:1px solid var(--border);cursor:pointer;border-radius:999px;flex:none;width:38px;height:22px;padding:0;transition:background .15s;position:relative}.switch-btn span{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .18s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.switch-btn.on{background:var(--brand);border-color:var(--brand)}.switch-btn.on span{transform:translate(16px)}.chip-toggle{border:1px solid var(--border);background:var(--background);height:32px;color:var(--muted-foreground);cursor:pointer;white-space:nowrap;border-radius:999px;padding:0 12px;font-size:12px;font-weight:500}.chip-toggle.on{background:var(--brand-soft);color:var(--brand-soft-foreground);border-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.chip-toggle.on{border-color:color-mix(in oklab,var(--brand) 30%,var(--border))}}.lead-field-edit{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 10px;display:flex}.lead-gate{width:100%;min-height:100vh;font-family:var(--font-sans);background:radial-gradient(120% 90% at 50% -10%,#2a2024,#18181b 55%,#0e0e10);justify-content:center;align-items:center;padding:32px 24px;display:flex}.lead-card{background:var(--background);border:1px solid #ffffff0f;border-radius:20px;width:100%;max-width:452px;padding:36px 34px 30px;box-shadow:0 40px 100px #0000008c}.lead-card .lead-mark{background:var(--brand-soft);width:52px;height:52px;color:var(--brand);border-radius:14px;justify-content:center;align-items:center;margin-bottom:20px;display:inline-flex}.lead-card .lead-eyebrow{text-transform:uppercase;letter-spacing:.09em;color:var(--muted-foreground);margin-bottom:8px;font-size:11px;font-weight:600}.lead-card h2{letter-spacing:-.02em;margin:0 0 8px;font-size:23px;font-weight:600;line-height:1.2}.lead-card .lead-sub{color:var(--muted-foreground);margin:0 0 24px;font-size:14px;line-height:1.55}.lead-form{flex-direction:column;gap:15px;display:flex}.lead-field{flex-direction:column;gap:6px;display:flex}.lead-field label{color:var(--foreground);font-size:12.5px;font-weight:500}.lead-field label .req{color:var(--destructive);margin-left:2px}.lead-field input{border:1px solid var(--border);width:100%;height:42px;font:inherit;background:var(--background);color:var(--foreground);border-radius:9px;padding:0 13px;font-size:14px;transition:border-color .15s,box-shadow .15s}.lead-field input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand);outline:none}@supports (color:color-mix(in lab,red,red)){.lead-field input:focus{box-shadow:0 0 0 3px color-mix(in oklab,var(--brand) 16%,transparent)}}.lead-field input.err{border-color:var(--destructive)}.lead-field .field-err{color:var(--destructive);font-size:11.5px}.lead-submit{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;height:46px;margin-top:6px;font-size:14.5px;font-weight:600;transition:background .15s,transform .12s;display:inline-flex}.lead-submit:hover{background:var(--brand-hover);transform:translateY(-1px)}.lead-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.lead-consent{color:var(--muted-foreground);text-align:center;margin:14px 0 0;font-size:11.5px;line-height:1.5}.lead-host{border-top:1px solid var(--border);color:var(--muted-foreground);align-items:center;gap:9px;margin-top:22px;padding-top:18px;font-size:12px;display:flex}.lead-host .lead-host-av{color:#fff;background:linear-gradient(135deg,#6b1f2a,#a84b59);border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.meet-stage{color:#fafafa;width:100%;max-width:100%;height:100vh;font-family:var(--font-sans);background:#18181b;flex-direction:column;display:flex;overflow:hidden}.meet-header{border-bottom:1px solid #ffffff14;align-items:center;gap:14px;padding:12px 24px;display:flex}.meet-header .meet-brand{align-items:center;gap:9px;display:inline-flex}.meet-header .meet-title{font-size:14px;font-weight:500}.meet-header .meet-meta{color:#fff9;font-size:12px;font-family:var(--font-mono)}.meet-header .meet-avatar{color:#fff;background:linear-gradient(135deg,#6b1f2a,#a84b59);border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:600;display:inline-flex;overflow:hidden}.meet-cta{background:var(--brand);color:#fff;white-space:nowrap;cursor:pointer;height:42px;box-shadow:0 4px 18px var(--brand);border:none;border-radius:11px;align-items:center;gap:9px;margin-left:auto;padding:0 22px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}@supports (color:color-mix(in lab,red,red)){.meet-cta{box-shadow:0 4px 18px color-mix(in oklab,var(--brand) 48%,transparent)}}.meet-cta{transition:transform .12s,box-shadow .16s,background .16s}.meet-cta:hover{background:var(--brand-hover);box-shadow:0 8px 26px var(--brand);transform:translateY(-1px)}@supports (color:color-mix(in lab,red,red)){.meet-cta:hover{box-shadow:0 8px 26px color-mix(in oklab,var(--brand) 58%,transparent)}}.meet-cta svg{width:16px;height:16px}.meet-body{flex:1;min-height:0;padding:0;position:relative;overflow:hidden}.meet-stage-main{position:absolute;top:0;right:0;bottom:0;left:0}.meet-screenshare{background:#fff;border-radius:0;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.meet-screenshare-label{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:5;background:#0009;border-radius:6px;align-items:center;gap:6px;padding:5px 10px;font-size:12px;display:inline-flex;position:absolute;top:12px;left:12px}.meet-screenshare-body{background:#fff;flex:1;position:relative;overflow:hidden}.meet-tiles-float{z-index:8;flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:absolute;top:28px;right:28px}.meet-tiles-float .meet-tile{width:212px;height:132px;box-shadow:0 10px 30px #0000006b}.meet-tiles-float .meet-tile .meet-tile-avatar{width:48px;height:48px;font-size:18px}.meet-body.drawer-open .meet-tiles-float{right:404px}.meet-tile{background:#0a0a0b;border:2px solid #0000;border-radius:12px;justify-content:center;align-items:center;transition:border-color .15s;display:flex;position:relative;overflow:hidden}.meet-tile.speaking{border-color:var(--brand)}.meet-tile .meet-tile-label{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border-radius:5px;align-items:center;gap:5px;padding:3px 8px;font-size:11px;display:inline-flex;position:absolute;bottom:8px;left:10px}.meet-tile .meet-mic{background:#0009;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;position:absolute;top:8px;right:8px}.meet-tile .meet-mic.muted{background:#ef4444e6}.meet-tile .meet-tile-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:20px;font-weight:600;display:inline-flex}.meet-tile.agent .meet-tile-avatar{background:linear-gradient(135deg,#6b1f2a,#a84b59)}.meet-tile.prospect .meet-tile-avatar{background:linear-gradient(135deg,#2d4a22,#5b7c4a)}.meet-tile .voice-bars{opacity:0;align-items:flex-end;gap:3px;transition:opacity .2s;display:flex;position:absolute;bottom:38px;left:50%;transform:translate(-50%)}.meet-tile.speaking .voice-bars{opacity:1}.meet-tile .voice-bars span{background:#fff;border-radius:2px;width:3px;animation:.9s ease-in-out infinite voicewave}.meet-tile .voice-bars span:first-child{height:8px;animation-delay:0s}.meet-tile .voice-bars span:nth-child(2){height:14px;animation-delay:.15s}.meet-tile .voice-bars span:nth-child(3){height:10px;animation-delay:.3s}.meet-tile .voice-bars span:nth-child(4){height:16px;animation-delay:.1s}@keyframes voicewave{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1)}}.meet-tiles-collapse{z-index:5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;opacity:.7;background:#0000008c;border:1px solid #ffffff24;border-radius:7px;justify-content:center;align-items:center;width:26px;height:26px;transition:opacity .15s,background .15s;display:inline-flex;position:absolute;top:8px;left:8px}.meet-tiles-float:hover .meet-tiles-collapse{opacity:1}.meet-tiles-collapse:hover{background:#000c}.meet-tiles-pill{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#0a0a0be0;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:9px;padding:7px 12px 7px 9px;transition:background .15s;display:inline-flex;box-shadow:0 10px 28px #00000073}.meet-tiles-pill:hover{background:#141416f0}.meet-tiles-pill .pill-avatars{display:inline-flex}.meet-tiles-pill .pill-av{color:#fff;border:2px solid #0a0a0b;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;font-weight:600;display:inline-flex}.meet-tiles-pill .pill-av+.pill-av{margin-left:-9px}.meet-tiles-pill .pill-av.agent{background:linear-gradient(135deg,#6b1f2a,#a84b59)}.meet-tiles-pill .pill-av.you{background:linear-gradient(135deg,#2d4a22,#5b7c4a)}.meet-tiles-pill .pill-label{font-size:12.5px;font-weight:500}.meet-tiles-pill svg{opacity:.7;width:15px;height:15px}.meet-drawer{z-index:20;background:#0a0a0b;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;width:372px;display:flex;position:absolute;top:12px;bottom:12px;right:12px;overflow:hidden;box-shadow:-16px 0 48px #00000080}.meet-drawer-head{border-bottom:1px solid #ffffff14;align-items:center;gap:10px;padding:16px 18px;display:flex}.meet-drawer-head h4{color:#fafafa;margin:0;font-size:13px;font-weight:600}.meet-drawer-head .live-cc{letter-spacing:.06em;color:#c97a85;text-transform:uppercase;align-items:center;gap:5px;font-size:10px;font-weight:600;display:inline-flex}.meet-drawer-head .live-cc .dot{background:#c97a85;border-radius:50%;width:6px;height:6px;animation:1.8s ease-out infinite meetpulse}.meet-drawer-close{color:#ffffff8c;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;margin-left:auto;display:inline-flex}.meet-drawer-close:hover{color:#fff;background:#ffffff1a}.meet-drawer-body{flex-direction:column;flex:1;gap:14px;padding:16px 18px;display:flex;overflow:auto}.meet-drawer-empty{text-align:center;color:#fff6;margin:auto;padding:0 20px;font-size:12.5px}.meet-tr-msg{font-size:12.5px;line-height:1.5}.meet-tr-msg .tr-who{margin-bottom:3px;font-size:11px;font-weight:600}.meet-tr-msg.agent .tr-who{color:#c97a85}.meet-tr-msg.prospect .tr-who,.meet-tr-msg.user .tr-who{color:#b8ab7e}.meet-tr-msg .tr-body{color:#ffffffe6}@keyframes meetpulse{0%{opacity:1;transform:scale(.6)}to{opacity:0;transform:scale(1.8)}}.meet-controls{background:#0000004d;border-top:1px solid #ffffff0f;justify-content:center;align-items:center;gap:12px;padding:14px 24px;display:flex}.meet-ctrl{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .15s;display:inline-flex;position:relative}.meet-ctrl:hover{background:#ffffff2e}.meet-ctrl.muted{background:#ef4444d9}.meet-ctrl.labeled{width:auto;height:44px;font-size:13px;font-weight:500;font-family:var(--font-sans);border-radius:22px;gap:9px;padding:0 18px}.meet-ctrl.active{background:var(--brand)}.meet-ctrl.active:hover{background:var(--brand-hover)}.meet-ctrl.end{background:#dc2626;border-radius:28px;width:56px}.meet-ctrl.end:hover{background:#b91c1c}.meet-ctrl .unread{color:#0a0a0b;background:#22c55e;border:2px solid #1c1c20;border-radius:9px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 4px;font-size:10px;font-weight:700;display:inline-flex;position:absolute;top:2px;right:2px}.meet-timer{font-family:var(--font-mono);color:#fffc;padding:0 12px;font-size:13px}.meet-drawer-body{scrollbar-color:#ffffff47 transparent}.meet-drawer-body::-webkit-scrollbar-thumb{background:#ffffff47 padding-box padding-box;border:3px solid #0000}.meet-drawer-body::-webkit-scrollbar-thumb:hover{background:#ffffff73 padding-box padding-box}@media(max-width:768px){.app{grid-template-columns:minmax(0,1fr)}.sidebar{border-right:0;border-bottom:1px solid var(--border);flex-direction:row;align-items:center;gap:10px;min-width:0;height:auto;padding:8px 12px;position:static;overflow-x:auto}.sidebar .brand-row{flex:none;padding:0}.sidebar .brand-row .wordmark{display:none}.nav{flex-direction:row;flex:1;gap:4px;min-width:0;overflow-x:auto}.nav-item{white-space:nowrap;padding:6px 10px}.nav-item .count,.nav-sep{display:none}.sidebar-footer{border:0;flex-direction:row;flex:none;align-items:center;gap:8px;margin:0;padding:0}.sidebar-footer .org{display:none}.page,.page-wide{max-width:100%;padding:20px 16px 64px}.page-head{flex-direction:column;align-items:stretch;gap:12px}.product-head,.product-tabs{padding-left:16px;padding-right:16px}.product-tabs{overflow-x:auto}.product-head{flex-wrap:wrap}.dash-kpis,.ghost-kpis{grid-template-columns:repeat(2,1fr)}.dash-row,.integ-grid,.cust-detail{grid-template-columns:1fr}.stat-row{grid-template-columns:1fr 1fr}.know-grid{grid-template-columns:1fr;min-height:0}.know-left{border-right:0;border-bottom:1px solid var(--border)}.fieldrow{grid-template-columns:1fr;gap:8px}.fieldrow .label{padding-top:0}.data-table{overflow-x:auto}.data-table table{min-width:620px}.filter-bar{flex-wrap:wrap}.ghost-table-head{display:none}.save-bar{margin:8px -16px -64px;padding:12px 16px}.topbar .crumbs{text-overflow:ellipsis;overflow:hidden}}@media(max-width:460px){.dash-kpis,.ghost-kpis,.stat-row{grid-template-columns:1fr}}.kb-add-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:28px;display:grid}.kb-add-btn{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--background);cursor:pointer;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:20px 12px;transition:border-color .15s,background .15s;display:flex}.kb-add-btn:hover{border-color:var(--brand);background:var(--brand-soft)}.kb-add-btn svg{color:var(--brand);margin-bottom:8px}.kb-add-btn .kb-btn-title{font-size:14px;font-weight:500}.kb-add-btn .kb-btn-sub{color:var(--muted-foreground);margin-top:2px;font-size:12px}.kb-source-row{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--background);align-items:flex-start;gap:12px;margin-bottom:8px;padding:14px 16px;display:flex}.kb-source-row svg{color:var(--muted-foreground);flex-shrink:0;margin-top:2px}.kb-source-title{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;overflow:hidden}.kb-source-url{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;overflow:hidden}.kb-source-actions{flex-shrink:0;gap:4px;display:flex}.kb-section-label{text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);margin-bottom:10px;font-size:11px;font-weight:600}.modal-overlay{z-index:300;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;top:0;right:0;bottom:0;left:0}.modal-card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:480px}.modal-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.modal-head h3{margin:0;font-size:16px;font-weight:600}.modal-body{padding:20px}.modal-footer{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}@keyframes spin{to{transform:rotate(360deg)}}.kb-head{justify-content:space-between;align-items:flex-start;margin-bottom:18px;display:flex}.kb-head h1{margin:0;font-size:22px;font-weight:600}.kb-head .kb-sub{color:var(--muted-foreground);margin-top:4px;font-size:13px}.kb-layout{grid-template-columns:300px 1fr;align-items:start;gap:16px;display:grid}.kb-list{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--background);overflow:hidden}.kb-list-search{border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:10px;display:flex}.kb-list-search input{flex:1;height:32px}.kb-list-search .count{color:var(--muted-foreground);font-size:12px}.kb-list-row{border:0;border-bottom:1px solid var(--border);cursor:pointer;text-align:left;background:0 0;align-items:flex-start;gap:10px;width:100%;padding:12px 14px;display:flex}.kb-list-row:last-child{border-bottom:0}.kb-list-row:hover{background:var(--surface-2)}.kb-list-row.active{background:var(--brand-soft)}.kb-list-row svg{color:var(--muted-foreground);flex-shrink:0;margin-top:1px}.kb-list-row .kb-row-title{text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:500;overflow:hidden}.kb-list-row .kb-row-meta{color:var(--muted-foreground);margin-top:2px;font-size:12px}.kb-detail{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--background);min-height:320px}.kb-detail-head{border-bottom:1px solid var(--border);padding:18px 20px}.kb-detail-head h3{align-items:center;gap:10px;margin:0;font-size:17px;font-weight:600;display:inline-flex}.kb-detail-head .kb-detail-sub{color:var(--muted-foreground);margin-top:4px;font-size:12.5px}.kb-detail-actions{gap:8px;margin-top:14px;display:flex}.kb-entries{padding:6px 0}.kb-entry{border-bottom:1px solid var(--border);padding:14px 20px}.kb-entry:last-child{border-bottom:0}.kb-entry .kb-entry-title{font-size:14px;font-weight:500}.kb-entry .kb-entry-snippet{color:var(--muted-foreground);margin-top:3px;font-size:13px;line-height:1.5}.kb-entry .kb-entry-url{font-family:var(--font-mono);color:var(--brand);word-break:break-all;margin-top:6px;font-size:11.5px}.kb-detail-empty{text-align:center;color:var(--muted-foreground);padding:48px 20px;font-size:14px}.kb-pop{position:relative}.kb-pop-menu{z-index:50;background:var(--background);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);width:230px;padding:6px;position:absolute;top:calc(100% + 6px);right:0}.kb-pop-item{cursor:pointer;text-align:left;border-radius:var(--radius-sm);background:0 0;border:0;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:13px;display:flex}.kb-pop-item:hover{background:var(--surface-2)}.kb-pop-item svg{color:var(--brand)}.kb-pop-item .kb-pop-sub{color:var(--muted-foreground);font-size:11.5px}.kb-dock{z-index:200;width:380px;max-width:calc(100vw - 40px);position:fixed;bottom:20px;right:20px}.kb-dock-pill{border:1px solid var(--border);background:var(--background);width:100%;box-shadow:var(--shadow-lg);cursor:pointer;border-radius:12px;align-items:center;gap:10px;padding:12px 16px;display:flex}.kb-dock-pill .kb-dock-label{font-size:13.5px;font-weight:500}.kb-dock-pill .kb-dock-mode{color:var(--muted-foreground);margin-left:auto;font-size:12px}.kb-dock-panel{border:1px solid var(--border);background:var(--background);box-shadow:var(--shadow-lg);border-radius:12px;flex-direction:column;height:460px;max-height:70vh;display:flex}.kb-dock-panel-head{border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:12px 16px;display:flex}.kb-dock-panel-head .kb-dock-label{font-size:13.5px;font-weight:600}.kb-dock-msgs{flex-direction:column;flex:1;gap:12px;padding:14px 16px;display:flex;overflow-y:auto}.kb-dock-msg{font-size:13.5px;line-height:1.55}.kb-dock-msg .who{text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);margin-bottom:3px;font-size:11px;font-weight:600}.kb-dock-msg.agent .who{color:var(--brand)}.kb-dock-input{border-top:1px solid var(--border);gap:8px;padding:12px;display:flex}.kb-dock-input input{flex:1}.kb-dock-empty{color:var(--muted-foreground);text-align:center;margin:auto 0;font-size:13px}.demos-chart{flex-direction:column;gap:8px;padding-top:4px;display:flex}.demos-chart-plot{width:100%}.demos-chart-foot{justify-content:space-between;gap:8px;display:flex}.demos-chart-empty{text-align:center;padding:40px 12px}.demos-chart-tip{background:var(--card);border:1px solid var(--border);border-radius:8px;padding:6px 10px;font-size:12px;line-height:1.4;box-shadow:0 4px 14px #00000014}.demos-chart-tip-day{color:var(--muted-foreground)}.demos-chart-tip-val{font-weight:600}.demos-chart .recharts-surface{overflow:visible}.rotate-hint{z-index:6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:#0a0a0bdb;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:8px;max-width:calc(100vw - 32px);padding:8px 8px 8px 12px;font-size:12.5px;display:inline-flex;position:absolute;top:12px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0006}.rotate-hint svg{flex:none}.rotate-hint span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rotate-hint button{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:none;padding:2px;display:inline-flex}.rotate-hint button:hover{color:#fff;background:#ffffff1f}@keyframes sheetUp{0%{transform:translateY(100%)}to{transform:none}}@media(max-width:768px){.meet-header{gap:10px;padding:10px 14px}.meet-header .meet-cta{height:38px;padding:0 14px;font-size:13px}.meet-screenshare,.meet-screenshare-body{background:#0a0a0b}.meet-tiles-float{gap:8px;top:14px;right:14px}.meet-tiles-float .meet-tile{width:128px;height:80px}.meet-tiles-float .meet-tile .meet-tile-avatar{width:34px;height:34px;font-size:14px}.meet-body.drawer-open .meet-tiles-float{right:14px}.meet-drawer{border-radius:16px 16px 0 0;width:auto;height:70vh;max-height:70vh;animation:.2s ease-out sheetUp;inset:auto 0 0;box-shadow:0 -16px 48px #00000080}.meet-controls{flex-wrap:wrap;gap:8px;padding:12px 14px}}@media(max-width:460px){.meet-header .meet-cta{display:none}}@media(max-width:768px){.product-row{grid-template-columns:1fr;gap:6px}.product-row .meta,.product-row .count{font-size:12px}.kb-layout,.kb-add-grid{grid-template-columns:1fr}.test-dock{width:auto;max-width:none;bottom:16px;left:16px;right:16px}.topbar .right{display:none}}.cover-intro{isolation:isolate;grid-template-columns:3fr 2fr;min-height:100vh;display:grid;position:relative;overflow:hidden}.cover-intro .cover-media{pointer-events:none}.cover-intro .cover-media img{object-fit:cover;z-index:0;width:100%;height:100%;display:block;position:absolute;top:0;right:0;bottom:0;left:0}.cover-intro .cover-media-fallback{background:var(--embed-primary,var(--brand));position:absolute;top:0;right:0;bottom:0;left:0}@supports (color:color-mix(in lab,red,red)){.cover-intro .cover-media-fallback{background:color-mix(in srgb,var(--embed-primary,var(--brand)) 28%,#111)}}.cover-intro .cover-media-fallback{z-index:0}.cover-intro:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(to right,#f8f8fa00 0%,#f8f8fa00 25%,var(--embed-primary,#f8f8fa) 48%,var(--embed-primary,#f8f8fa) 68%,var(--embed-primary,#f8f8fa) 100%);position:absolute;top:0;right:0;bottom:0;left:0}@supports (color:color-mix(in lab,red,red)){.cover-intro:before{background:linear-gradient(to right,#f8f8fa00,#f8f8fa00 25%,color-mix(in srgb,var(--embed-primary,#f8f8fa) 5%,#f8f8fa59) 48%,color-mix(in srgb,var(--embed-primary,#f8f8fa) 8%,#f8f8facc) 68%,color-mix(in srgb,var(--embed-primary,#f8f8fa) 10%,#f8f8faed))}}.cover-intro .cover-body{z-index:2;background:0 0;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;padding:52px;display:flex;position:relative}.cover-intro .cover-logo{object-fit:contain;border-radius:8px;max-width:120px;max-height:52px;margin-bottom:8px;display:block}.cover-intro .cover-body h1{letter-spacing:-.5px;margin:0;font-size:32px;font-weight:800;line-height:1.15}.cover-intro .cover-body p{color:#444;margin:0;font-size:15px;line-height:1.65}.cover-intro .cover-cta{color:#fff;cursor:pointer;letter-spacing:.1px;border:none;margin-top:8px;padding:14px 32px;font-size:15px;font-weight:700}@media(max-width:720px){.cover-intro{grid-template-columns:1fr}.cover-intro .cover-media{pointer-events:auto;min-height:240px;position:relative}.cover-intro .cover-media img{position:absolute}.cover-intro:before{background:linear-gradient(#f8f8fa00,#f8f8faeb 45%,#f8f8faf7)}}.preview-overlay{z-index:1100;box-sizing:border-box;background:#0f111599;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;top:0;right:0;bottom:0;left:0}.preview-frame{background:#fff;border-radius:14px;width:100%;max-width:1100px;height:100%;max-height:720px;position:relative;overflow:auto;box-shadow:0 24px 70px #00000059}.preview-close{z-index:2;color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;position:absolute;top:10px;right:12px}.preview-demo-stage{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:100%;padding:48px;display:flex}.preview-demo-logo{object-fit:contain;max-width:160px;max-height:48px;margin-bottom:8px}.share-modal{background:var(--surface,#fff);border-radius:14px;flex-direction:column;width:min(960px,100%);height:min(86vh,680px);display:flex;overflow:hidden;box-shadow:0 24px 70px #0000004d}.share-modal-head{border-bottom:1px solid var(--border,#e5e7eb);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.share-modal-head h3{margin:0}.share-modal-head-actions{align-items:center;gap:8px;display:flex}.share-modal-body{flex:1;min-height:0;display:flex}.share-modal-nav{border-right:1px solid var(--border,#e5e7eb);flex-direction:column;flex:0 0 200px;gap:2px;padding:16px 12px;display:flex}.share-nav-item{text-align:left;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 12px;font-size:14px}.share-nav-item:hover{background:var(--surface-2)}.share-nav-item.active{background:var(--surface-2);color:var(--brand);font-weight:600}.share-modal-content{flex:1;min-width:0;padding:20px;overflow:auto}.share-modal .fieldrow .value{min-width:0}.share-modal-foot{border-top:1px solid var(--border,#e5e7eb);justify-content:space-between;align-items:center;padding:12px 20px;display:flex}@media(max-width:640px){.share-modal-body{flex-direction:column}.share-modal-nav{border-right:none;border-bottom:1px solid var(--border,#e5e7eb);flex-direction:row;flex:none;overflow-x:auto}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}.driver-popover.flagon-tour{background:var(--card);color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 10px 30px #0000002e;font-family:inherit;max-width:320px}.driver-popover.flagon-tour .driver-popover-title{color:var(--foreground);font-weight:600;font-size:14px}.driver-popover.flagon-tour .driver-popover-description{color:var(--muted-foreground);font-size:13px;line-height:1.5}.driver-popover.flagon-tour .driver-popover-progress-text{color:var(--muted-foreground);font-size:12px}.driver-popover.flagon-tour button.driver-popover-next-btn,.driver-popover.flagon-tour button.driver-popover-prev-btn,.driver-popover.flagon-tour button.driver-popover-close-btn{text-shadow:none;border-radius:var(--radius-sm);font-size:13px;font-family:inherit}.driver-popover.flagon-tour button.driver-popover-next-btn{background:var(--brand);color:var(--brand-foreground);border:1px solid var(--brand)}.driver-popover.flagon-tour button.driver-popover-next-btn:hover{background:var(--brand-hover);border-color:var(--brand-hover)}.driver-popover.flagon-tour button.driver-popover-prev-btn{background:transparent;color:var(--foreground);border:1px solid var(--border)}.driver-popover.flagon-tour .driver-popover-close-btn{color:var(--muted-foreground)}.driver-popover.flagon-tour .driver-popover-arrow-side-left.driver-popover-arrow{border-left-color:var(--card)}.driver-popover.flagon-tour .driver-popover-arrow-side-right.driver-popover-arrow{border-right-color:var(--card)}.driver-popover.flagon-tour .driver-popover-arrow-side-top.driver-popover-arrow{border-top-color:var(--card)}.driver-popover.flagon-tour .driver-popover-arrow-side-bottom.driver-popover-arrow{border-bottom-color:var(--card)}
