[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}:root{font-family:Manrope,Arial,sans-serif;color:#202621;background:#f5f6f3;font-synthesis:none;--olive:#64734b;--dark:#253126;--border:#e5e8e1;--muted:#7a807b}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer;background:none;border:0;color:inherit;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px}button:disabled{opacity:.45;cursor:not-allowed}button:hover:not(:disabled){filter:brightness(.94)}button:focus-visible,a:focus-visible{outline:3px solid #98ab75;outline-offset:3px}input,textarea,select{font-size:13px;color:#252c25}input:focus,textarea:focus,select:focus{outline:2px solid #a5b18b;outline-offset:1px}h1,h2,h3,p{margin:0}h1{font-size:32px;font-weight:800;letter-spacing:-1px}h2{font-size:16px;font-weight:750}small{font-size:11px;color:var(--muted)}.app-shell{display:flex;min-height:100vh}.sidebar{width:218px;flex-shrink:0;background:var(--dark);color:#e6e9e0;display:flex;flex-direction:column;padding:32px 14px 26px;position:fixed;inset:0 auto 0 0;z-index:20}.brand{display:flex;align-items:center;gap:13px;padding:0 13px}.brand svg{color:#bec47a}.brand strong{display:block;font-size:30px;letter-spacing:1.5px;color:#fff;font-weight:800;line-height:1.2}.brand span{display:block;font-size:15px;letter-spacing:.5px;margin-top:4px}.brand-caption{font-size:9px;letter-spacing:1.8px;line-height:1.9;color:#b2bbab;margin:25px 13px 35px}.sidebar nav{display:flex;flex-direction:column;gap:8px}.sidebar nav button{padding:14px;justify-content:flex-start;border-radius:6px;gap:15px;font-size:13px;text-align:left}.sidebar nav button.selected{background:#586642;color:#fff;font-weight:700}.sidebar nav button:hover{background:#354331}.sidebar-footer{margin-top:auto;padding:45px 13px 0;font-size:10px;color:#afbaa8;letter-spacing:2px;line-height:1.8}.sidebar-footer i{display:block;width:25px;height:1px;background:#b2bb71;margin:16px 0}.sidebar-footer small{font-size:8px;color:#afbaa8}.workspace{margin-left:218px;width:calc(100% - 218px);min-width:0}.topbar{height:72px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 30px;background:#fafbf8;gap:16px}.breadcrumbs{font-size:12px;color:#777e75;display:flex;gap:14px;align-items:center}.breadcrumbs strong{font-weight:500;color:#333b31}.topbar-right{display:flex;align-items:center;gap:25px}.mode{display:flex;gap:7px;align-items:center;background:#e9ede3;border:1px solid #e1e6d9;border-radius:5px;padding:7px 10px;font-size:10px;font-weight:700;color:#566047}.login-button{font-weight:700}.profile{text-align:left;gap:10px}.profile strong,.profile small{display:block}.profile strong{font-size:11px}.profile small{font-size:10px;margin-top:3px}.menu-button{display:none}main{padding:27px 28px 25px}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px;min-height:56px}.page-heading p{color:var(--muted);font-size:12px;margin-top:6px}.search{display:flex;align-items:center;gap:8px;background:#f8f9f6;border:1px solid var(--border);border-radius:6px;padding:9px 11px;color:#767f71}.search input{border:0;background:transparent;outline:none;width:100%;min-width:0;font-size:11px}.page-heading>.search{width:280px;background:#fff}.messenger{display:grid;grid-template-columns:237px minmax(300px,1fr) 270px;min-height:580px;height:calc(100vh - 204px);border:1px solid var(--border);border-radius:9px;background:#fff;overflow:hidden}.messenger.no-details{grid-template-columns:237px minmax(300px,1fr)}.channels{border-right:1px solid var(--border);padding:16px 9px;display:flex;flex-direction:column;overflow:auto}.channels>.search{margin:0 4px 23px}.section-label{font-size:10px;text-transform:uppercase;letter-spacing:.7px;color:#6e7569;font-weight:700;display:flex;justify-content:space-between;align-items:center;padding:0 12px;margin-bottom:12px}.section-label span{font-size:10px;letter-spacing:0;background:#eef0e9;border-radius:4px;padding:2px 6px}.channel{width:100%;text-align:left;justify-content:flex-start;gap:12px;padding:12px;border-radius:6px;margin-bottom:3px}.channel>svg{width:22px;flex-shrink:0;color:#5d6753}.channel span:not(.avatar):not(.channel-dot){min-width:0}.channel strong{display:block;font-size:11px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel small{display:block;font-size:10px;margin-top:5px}.channel.selected{background:#e9ede2;color:#39442b}.channel-dot{height:6px;width:6px;background:#697c43;border-radius:50%;margin-left:auto;flex-shrink:0}.personal-label{margin-top:29px;font-size:9px}.channel.person{padding:10px 12px}.avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;width:44px;height:44px;color:#fff;font-size:14px;font-weight:700;flex-shrink:0;letter-spacing:.2px}.avatar.small{width:34px;height:34px;font-size:11px}.channel-bottom{margin:auto 8px 0;padding-top:22px;display:flex;gap:8px;color:#8a9282;font-size:10px;line-height:1.6}.channel-bottom svg{flex-shrink:0;margin-top:2px}.conversation{min-width:0;display:flex;flex-direction:column}.chat-header{height:77px;padding:0 22px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--border);flex-shrink:0}.chat-header h2{font-size:15px}.chat-header small{display:block;margin-top:4px;font-size:10px}.chat-header>div{margin-right:auto}.chat-header button{padding:6px}.active-icon{color:var(--olive)}.pinned{display:flex;gap:12px;padding:14px 23px;background:#f8f9f5;border-bottom:1px solid var(--border);color:#667547;align-items:center}.pinned strong{display:block;font-size:10px;color:#424b36}.pinned span{display:block;font-size:10px;line-height:1.6;color:#7b8075;margin-top:3px}.pinned svg{flex-shrink:0}.messages{padding:18px 23px 7px;overflow:auto;flex:1;min-height:0;scrollbar-width:thin;scrollbar-color:#dce0d5 transparent}.date-divider{display:table;margin:0 auto 25px;background:#f3f4f0;border-radius:20px;color:#8b9085;font-size:9px;padding:5px 12px}.message{display:flex;gap:12px;margin-bottom:25px}.message-body{min-width:0;flex:1}.message-meta{display:flex;align-items:center;gap:12px;padding-top:2px}.message-meta strong{font-size:11px}.message-meta time{font-size:9px;color:#90958b}.message p{white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;line-height:1.85;margin-top:7px}.message .file-row{margin-top:12px;background:#f8f9f6;border:1px solid var(--border);border-radius:6px;padding:10px}.composer{margin:5px 17px 0;display:flex;align-items:center;border:1px solid #dbe1d1;border-radius:7px;padding:6px;gap:8px;background:#fff}.composer input{border:0;outline:0;padding:8px;flex:1;min-width:0;font-size:11px}.primary,.secondary{padding:11px 16px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:650;text-decoration:none;line-height:1.4}.primary{background:#64734b;color:#fff;border:1px solid #64734b}.secondary{background:#fff;border:1px solid #dce1d5;color:#465337}.send{padding:10px}.composer-hint{font-size:8px;color:#969d8f;padding:7px 21px 12px;display:flex;justify-content:space-between}.channel-details{border-left:1px solid var(--border);overflow:auto}.detail-title{padding:24px 20px;text-align:center;border-bottom:1px solid var(--border)}.detail-title .avatar{width:52px;height:52px}.detail-title h2{margin:13px 0 8px;font-size:14px}.detail-title p{font-size:10px;line-height:1.8;color:#8a8e84}.detail-section{padding:21px 16px;border-bottom:1px solid var(--border)}.detail-section .section-label{padding:0;font-size:9px;margin-bottom:17px}.participant{display:flex;align-items:center;gap:10px;margin-bottom:15px}.participant strong{font-size:10px;display:block}.participant small{font-size:9px;display:block;margin-top:4px}.text-link{color:#69784d;font-size:11px;font-weight:600;justify-content:flex-start;padding:3px 0}.file-row{display:flex;align-items:center;gap:10px;padding:8px 0;min-width:0}.file-icon{width:32px;height:38px;display:inline-flex;align-items:center;justify-content:center;background:#eef1e7;color:#7d8d59;border-radius:4px;flex-shrink:0}.file-name{flex:1;min-width:0;text-align:left;display:block;padding:0}.file-name strong{display:block;font-size:10px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-name small{display:block;font-size:9px;margin-top:5px}.file-row>button:last-child{padding:3px;color:#7f8973}.panel{background:#fff;border:1px solid var(--border);border-radius:9px;overflow:hidden}.table-toolbar{padding:19px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--border)}.tabs{display:flex;gap:5px;flex-wrap:wrap}.tabs button{padding:8px 11px;font-size:11px;border-radius:5px;color:#7a8372}.tabs button.active{background:#e9ede2;color:#4e5e37;font-weight:700}.table-scroll{overflow:auto}table{border-collapse:collapse;width:100%;text-align:left;white-space:nowrap}th{background:#fafbf8;font-size:10px;color:#808976;font-weight:600;padding:15px 22px;border-bottom:1px solid var(--border)}td{padding:20px 22px;font-size:12px;border-bottom:1px solid #eef0ea;color:#64705b}.table-name{display:flex;align-items:center;gap:12px;color:#313b29}.table-name strong{font-size:12px;font-weight:650}.badge{display:inline-block;padding:5px 9px;border-radius:5px;font-size:10px;background:#f0f1ed;color:#7a8271;white-space:nowrap}.badge.green{background:#edf3e5;color:#638145}.badge.amber{background:#faf0d9;color:#9f803d}.table-footer{font-size:10px;color:#8b9284;padding:15px 22px}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#111a1466;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;justify-content:center;align-items:center;z-index:100;padding:22px}.modal{width:560px;max-width:100%;max-height:90vh;overflow:auto;background:#fff;border-radius:12px;padding:26px;box-shadow:0 20px 80px #15201022}.modal>header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.modal header h2{font-size:20px}.modal header button{padding:5px}.field{display:block;margin:16px 0}.field>span{display:block;font-size:12px;font-weight:650;margin-bottom:8px}.field input,.field select,.field textarea{width:100%;padding:11px 12px;background:#fafbf8;border:1px solid #dfe4d7;border-radius:6px}.field textarea{resize:vertical;line-height:1.7}.modal-actions{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-top:25px;flex-wrap:wrap}.muted{color:#838c7a;font-size:12px;line-height:1.8}.doc-meta{display:flex;align-items:center;gap:12px;color:#929789;font-size:10px}.empty{padding:50px 20px;text-align:center;color:#8d9783}.empty>svg{margin-bottom:15px}.empty h3{font-size:15px;color:#59684b}.empty p{font-size:12px;margin-top:10px}.notice{display:flex;align-items:center;gap:13px;padding:17px 20px;background:#ebeee4;border:1px solid #dfe5d5;border-radius:7px;font-size:12px;line-height:1.7;color:#667552;margin-bottom:24px}.notice svg{flex-shrink:0}.meeting{display:flex;align-items:center;gap:25px;padding:27px;border-bottom:1px solid var(--border)}.meeting:last-child{border:0}.date-tile{width:58px;border:1px solid #e3e8da;border-radius:8px;overflow:hidden;text-align:center;flex-shrink:0}.date-tile span{display:block;background:#eef1e7;padding:6px;font-size:10px;color:#7b8967}.date-tile strong{display:block;font-size:23px;padding:7px;color:#596b41}.meeting-info{flex:1}.meeting h2{font-size:15px}.meeting p{font-size:12px;color:#8b9282;margin-top:8px}.meeting small{display:flex;align-items:center;gap:7px;margin-top:14px;font-size:10px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.camera-preview{height:260px;background:#253126;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#b8c2ad;gap:14px;font-size:12px;margin-bottom:18px;overflow:hidden}.camera-preview video{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.error{color:#a14335;background:#fff2ef;padding:12px;border-radius:6px;font-size:12px}.alert{display:flex;justify-content:space-between;margin-bottom:15px}.welcome{display:flex;justify-content:space-between;align-items:center;background:#293729;padding:35px 40px;color:#fff;border-radius:10px}.welcome h2{font-size:31px;line-height:1.4;letter-spacing:-.6px}.welcome p{font-size:12px;color:#b4c0a8;margin:15px 0 25px}.welcome-number{font-size:130px;color:#73835a;font-weight:800;letter-spacing:-10px;padding-right:25px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:24px 0}.stat{display:flex;align-items:flex-start;flex-direction:column;padding:24px;background:#fff;border:1px solid var(--border);border-radius:8px;color:#76895a}.stat strong{font-size:30px;color:#303e29;margin-top:15px}.stat span{font-size:11px;color:#909885;margin-top:5px}.overview-columns{display:grid;grid-template-columns:1.2fr 1fr;gap:23px}.panel-title{display:flex;align-items:center;justify-content:space-between;padding:23px;border-bottom:1px solid var(--border)}.panel-title h2{font-size:14px}.overview-row{padding:19px 23px;border-bottom:1px solid #edf0e6;display:flex;align-items:center;gap:15px;font-size:11px;width:100%;text-align:left;justify-content:flex-start}.overview-row>strong,.overview-row>div{flex:1}.overview-row small{display:block;margin-top:5px;font-size:9px}.overview-row svg{color:#7c8b67;flex-shrink:0}.settings-panel{padding:27px}.setting-row{display:flex;align-items:center;justify-content:space-between;padding:25px 0;border-bottom:1px solid var(--border);gap:20px}.setting-row strong{font-size:13px}.setting-row p{font-size:12px;color:#88917d;margin-top:8px}.settings-panel>.notice{margin:25px 0 0}.audit{padding:25px;margin-top:24px}.audit h2{margin-bottom:15px}.sidebar-shade{display:none}@media(min-width:1600px){.messenger{grid-template-columns:260px minmax(400px,1fr) 290px}.message p{font-size:14px}.message-meta strong,.channel strong,.participant strong{font-size:12px}.participant small{font-size:10px}.file-name strong{font-size:11px}}@media(max-width:1250px){.channel-details{display:none}.messenger{grid-template-columns:230px minmax(300px,1fr)}.sidebar{width:195px}.workspace{margin-left:195px;width:calc(100% - 195px)}main{padding:24px 20px}.topbar{padding:0 20px}.table-toolbar{align-items:flex-start;flex-direction:column}.stats{gap:10px}.overview-columns{grid-template-columns:1fr}.welcome-number{font-size:100px}}@media(max-width:900px){.sidebar{width:180px;padding-left:9px;padding-right:9px}.workspace{margin-left:180px;width:calc(100% - 180px)}.sidebar nav button{font-size:11px;gap:12px}.brand{padding:0 10px;gap:10px}.brand strong{font-size:25px}.brand svg{width:30px}.topbar{height:62px}.breadcrumbs{font-size:10px;gap:8px}.mode{font-size:9px}.topbar-right{gap:10px}.page-heading{align-items:flex-start}.page-heading>.search{width:190px}.messenger,.messenger.no-details{grid-template-columns:185px minmax(240px,1fr);height:calc(100vh - 194px)}.channel{padding:10px 7px;gap:8px}.channel strong{font-size:10px}.channel small{font-size:9px}.channel.person{padding:10px 7px}.messages{padding:16px}.chat-header{padding:0 15px;gap:9px}.chat-header h2{font-size:13px}.pinned{padding:12px 15px}.detail-title{padding:20px}.page-heading h1{font-size:27px}.welcome{padding:25px}.welcome-number{display:none}.stats{grid-template-columns:repeat(2,1fr)}.meeting{padding:20px;gap:15px;flex-wrap:wrap}.meeting>.secondary{margin-left:73px}.profile span:not(.avatar){display:none}}@media(max-width:700px){.sidebar{transform:translate(-100%);transition:transform .2s;width:218px}.sidebar.is-open{transform:translate(0)}.sidebar-shade{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#15201466;z-index:19}.workspace{margin-left:0;width:100%}.menu-button{display:flex;padding:0}.topbar{padding:0 15px;gap:12px}.breadcrumbs{margin-right:auto}.breadcrumbs>strong,.breadcrumbs>span{display:none}.mode{font-size:8px;padding:5px 6px;gap:4px}.mode svg{width:12px}.login-button{font-size:10px;gap:5px}main{padding:22px 12px}.page-heading{margin-bottom:20px;flex-wrap:wrap;gap:12px}.page-heading h1{font-size:28px}.page-heading>.search{width:100%}.page-heading p{font-size:11px}.messenger,.messenger.no-details{display:flex;flex-direction:column;height:calc(100dvh - 230px);min-height:530px}.channels{flex-shrink:0;padding:9px;display:flex;flex-direction:row;overflow:auto;border-right:0;border-bottom:1px solid var(--border);gap:7px}.channels>.search,.channels>.section-label,.channels>.channel-bottom{display:none}.channels>.channel{width:auto;flex-shrink:0;margin:0;padding:9px}.channels>.channel svg{width:16px}.channels>.channel strong{font-size:10px}.channels>.channel small,.channel-dot{display:none}.channels>.person .avatar{width:23px;height:23px;font-size:8px}.conversation{flex:1;min-height:0}.chat-header{height:66px}.chat-header .avatar{width:35px;height:35px;font-size:11px}.chat-header h2{font-size:13px}.messages{padding:16px 12px}.message{gap:9px;margin-bottom:21px}.message p{font-size:12px}.message-meta{gap:8px}.message-meta strong{font-size:10px}.pinned span{font-size:9px}.composer{margin:4px 10px 0}.table-toolbar{padding:15px}.tabs{gap:3px}.tabs button{font-size:10px;padding:7px}.table-toolbar .search{width:100%}td,th{padding:16px}.primary,.secondary{font-size:11px;padding:10px 13px}.modal{padding:20px}.modal header h2{font-size:17px}.setting-row{flex-wrap:wrap}.welcome h2{font-size:25px}.meeting-info{min-width:190px}.form-grid{gap:10px}.doc-meta{align-items:flex-start;flex-direction:column}.overview-row{padding:17px 14px;font-size:10px}.overview-row .badge{font-size:8px}.profile .avatar{display:none}.topbar-right{gap:5px}.notice{font-size:11px;padding:13px}.settings-panel{padding:20px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}:root{color-scheme:dark;font-family:Manrope,Arial,sans-serif;color:#f4eff1;background:#09090c;--olive:#ff354d;--dark:#08080b;--border:#382027;--muted:#aaa0a5}body{min-height:100vh;color:#f4eff1;background:radial-gradient(ellipse at 88% 5%,#39101955 0,transparent 35%),radial-gradient(ellipse at 5% 95%,#260d1450 0,transparent 38%),#09090c}::selection{background:#ff354d66;color:#fff}button:focus-visible,a:focus-visible{outline:2px solid #ff6678;box-shadow:0 0 14px #ff354d66}input,textarea,select{color:#f5eff1;background:#111014;color-scheme:dark}input:focus,textarea:focus,select:focus{outline:2px solid #ff354d;box-shadow:0 0 0 4px #ff354d25}small{color:#a99da3}.sidebar{background:linear-gradient(180deg,#130b0f,#0b090c 60%,#08080b);border-right:1px solid #5b1d2a;box-shadow:8px 0 28px #0008}.brand svg{color:#ff4058;filter:drop-shadow(0 0 8px #ff354d99)}.brand strong{color:#fff;text-shadow:0 0 16px #ff354d45}.brand-caption,.sidebar-footer{color:#b8aab0}.sidebar-footer i{height:2px;background:#ff354d;box-shadow:0 0 10px #ff354d}.sidebar nav button{color:#d6cbd0;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.sidebar nav button.selected{background:linear-gradient(100deg,#b91e35,#64111f);color:#fff;box-shadow:inset 3px 0 #ff6477,0 0 18px #ff203322}.sidebar nav button:hover{background:#311019;color:#fff}.workspace{background:transparent}.topbar{background:#0d0c10ef;border-color:#301a20;color:#f4eff1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.breadcrumbs{color:#a99da3}.breadcrumbs strong{color:#f4eff1}.mode{background:#251017;border-color:#54202b;color:#ff8997}.profile strong{color:#f5eff1}.page-heading p{color:#aaa0a5}.search{background:#111014;border-color:#3d232a;color:#ff687a}.search input,.search input::placeholder{color:#d0c4c9}.messenger,.panel{background:#100f13;border-color:#392129;box-shadow:0 14px 50px #0004}.channels{background:#0d0c10;border-color:#382027}.section-label{color:#b5a8ae}.section-label span{background:#29171d;color:#ff9aa5}.channel{color:#e9e0e3}.channel>svg{color:#d65366}.channel strong{color:#f0e8eb}.channel small{color:#a99da3}.channel.selected{background:linear-gradient(100deg,#42121d,#241017);color:#fff;box-shadow:inset 2px 0 #ff4058}.channel.selected>svg,.channel.selected strong{color:#ff9aa5}.channel:hover{background:#241218}.channel-dot{background:#ff445b;box-shadow:0 0 9px #ff354d}.channel-bottom{color:#a99da3}.chat-header{border-color:#382027}.chat-header h2,.message-meta strong,.meeting h2{color:#f6eef1}.active-icon{color:#ff5368}.pinned{background:#1b1015;border-color:#47202a;color:#ff7183}.pinned strong{color:#ffc2c9}.pinned span{color:#c2b3b8}.messages{scrollbar-color:#542330 transparent}.date-divider{background:#21151a;color:#b6aab0}.message p{color:#e7dfe2}.message-meta time{color:#a99da3}.message .file-row,.attachment-pending,.message-attachment{background:#171318;border-color:#43242d;color:#f2e7ea}.composer{background:#0b0a0e;border-color:#5a2934;box-shadow:0 0 18px #ff354d14}.composer input{background:transparent;color:#fff}.composer input::placeholder{color:#8f8389}.attach-button{color:#ff6274}.composer-hint{color:#a99da3}.channel-details,.detail-title,.detail-section{border-color:#382027}.detail-title p,.participant small{color:#a99da3}.text-link{color:#ff7182}.file-icon{background:#31161e;color:#ff8795}.file-row>button:last-child{color:#d08e98}.primary{background:linear-gradient(110deg,#ff334b,#bd142d);border-color:#ff5267;color:#fff;box-shadow:0 0 17px #ff263a28}.primary:hover:not(:disabled){filter:brightness(1.12);box-shadow:0 0 24px #ff263a55}.secondary{background:#171318;border-color:#57303a;color:#f3e9ec}.secondary:hover:not(:disabled){background:#29151c;border-color:#a1374c}.send{background:#c91e37;border-color:#fa4359}.table-toolbar{border-color:#382027}.tabs button{color:#b5a8ae}.tabs button.active{background:#40151f;color:#ffb1bb}table{color:#eee6e9}th{background:#171318;color:#c2b3b8;border-color:#40232b}td{color:#ded4d8;border-color:#302027}.table-name{color:#f4ecef}.badge{background:#292329;color:#c4b9bd}.badge.green{background:#17271e;color:#9bd6a7}.badge.amber{background:#2a2114;color:#f0c47d}.table-footer{color:#a99da3}.overlay{background:#030205c9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal{background:linear-gradient(145deg,#171217,#0e0d11 70%);border:1px solid #6b2735;box-shadow:0 0 0 1px #ff354d12,0 28px 100px #000b,0 0 44px #ff263a1c;color:#f4eff1}.modal header h2{color:#fff}.field>span{color:#e9dfe3}.field input,.field select,.field textarea{background:#0d0c10;border-color:#49313a;color:#f6eff1}.field input::placeholder,.field textarea::placeholder{color:#91858b}.muted,.doc-meta{color:#b2a6ac}.empty{color:#aa9ea4}.empty h3{color:#ff8997}.notice{background:#231117;border-color:#54232e;color:#e5cbd0}.notice svg{color:#ff6578}.meeting{border-color:#382027}.date-tile{border-color:#522733;background:#120f13}.date-tile span{background:#32131c;color:#ff9ca8}.date-tile strong{color:#ff6175}.meeting p,.meeting small{color:#b2a6ac}.camera-preview{background:radial-gradient(ellipse at center,#30121b,#0b0a0e 72%);color:#ff9aa5;border:1px solid #4c202a}.error{color:#ffc0c7;background:#39121c;border:1px solid #803042}.welcome{background:radial-gradient(ellipse at 80% 20%,#681727,#1c0d13 55%,#100d11);border:1px solid #642435;box-shadow:0 0 34px #ff263a14}.welcome p{color:#d0b8be}.welcome-number{color:#ff4058;text-shadow:0 0 26px #ff354d77}.stat{background:#141116;border-color:#42222b;color:#ff5268}.stat strong{color:#fff}.stat span{color:#b2a6ac}.panel-title{border-color:#382027}.overview-row{border-color:#322028}.overview-row svg{color:#ff6275}.settings-panel{background:#100f13}.setting-row{border-color:#382027}.setting-row strong{color:#f5ecef}.setting-row p{color:#b2a6ac}.task-card{background:#141116;border:1px solid #42232c;color:#f3eaed}.task-card>p{color:#b7aab0}.task-actions{border-color:#392129;color:#ff6477}.task-actions select{background:#0d0c10;border-color:#49313a;color:#f4ecef}.auth-screen{background:radial-gradient(ellipse at 50% 15%,#3a101a 0,transparent 42%),#09090c}.auth-card{background:linear-gradient(145deg,#171217,#0e0d11);border-color:#642837;box-shadow:0 24px 90px #0009,0 0 48px #ff354d18;color:#f4eff1}.auth-brand{color:#ff5368}.auth-brand strong{color:#fff}.auth-brand span{color:#b2a6ac}.auth-card h1{color:#fff}.task-actions select:focus,.field select:focus{border-color:#ff5368}@media(max-width:700px){.sidebar{box-shadow:14px 0 50px #000b}.sidebar-shade{background:#030205bb}}@media(prefers-reduced-motion:no-preference){.primary,.secondary,.sidebar nav button,.channel{transition:background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,filter .18s ease}}.section-label{position:relative}.channel-add{position:absolute;right:8px;top:-7px;padding:4px;color:#64734b}.attach-button{display:inline-flex;align-items:center;justify-content:center;padding:8px;color:#69784d;cursor:pointer}.attach-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.attachment-pending,.message-attachment{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:6px;padding:9px 12px;margin:8px 0;color:#465337;background:#fafbf8}.attachment-pending span,.message-attachment span{flex:1;min-width:0;overflow-wrap:anywhere}.message-attachment{text-decoration:none;max-width:520px}.message-attachment strong,.message-attachment small{display:block}.message-attachment strong{font-size:11px}.message-attachment small{margin-top:3px}.asset-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.cell-note{display:block;margin-top:5px;white-space:normal}.task-board{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.task-card{padding:21px}.task-top,.task-meta,.task-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.task-card h2{margin-top:16px}.task-card>p{font-size:12px;line-height:1.65;color:#778070;margin-top:8px}.task-meta{justify-content:flex-start;flex-wrap:wrap;margin-top:19px;color:#81897a;font-size:11px}.task-meta strong{color:#48523e}.task-actions{border-top:1px solid var(--border);margin-top:17px;padding-top:14px;color:#64734b}.task-actions select{padding:8px;border:1px solid var(--border);border-radius:5px;background:#fafbf8;font-size:11px}.task-empty{grid-column:1/-1}.media-preview{max-width:480px;margin-top:9px}.media-preview img,.media-preview video{max-width:100%;max-height:330px;border-radius:7px}.media-preview audio{width:min(420px,100%)}@media(max-width:700px){.task-board,.asset-stats{grid-template-columns:1fr 1fr}.message-attachment{max-width:100%}}@media(min-width:701px){.messenger{min-height:400px;height:calc(100dvh - 204px)}.message p{font-size:14px;line-height:1.7}.message-meta strong{font-size:12px}.message-meta time{font-size:10px}.channel strong{font-size:12px}.channel small{font-size:11px}.participant strong{font-size:12px}.participant small{font-size:10px}.file-name strong{font-size:11px}.file-name small{font-size:10px}.sidebar nav button{font-size:14px}.chat-header h2{font-size:16px}.pinned strong,.pinned span{font-size:11px}.composer input{font-size:13px}}.auth-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:#f5f6f3}.auth-card{width:min(100%,440px);background:#fff;border:1px solid var(--border);border-radius:14px;padding:34px;box-shadow:0 18px 60px #25312612}.auth-brand{display:flex;align-items:center;gap:12px;color:var(--olive);margin-bottom:30px}.auth-brand strong{display:block;color:var(--dark);font-size:22px;letter-spacing:1px}.auth-brand span{display:block;color:var(--muted);font-size:13px;margin-top:2px}.auth-card h1{font-size:23px;letter-spacing:-.4px;margin-bottom:10px}.auth-card>.muted{line-height:1.6;margin-bottom:22px}.auth-card .modal-actions{justify-content:space-between}.auth-card .primary{min-width:120px}.live-meeting-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;flex-direction:column;background:#08070a;color:#f7edf0}.live-meeting-header{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 22px;background:#100d11;border-bottom:1px solid #55212d;box-shadow:0 5px 24px #0007}.live-meeting-header>div{display:flex;align-items:center;gap:12px;min-width:0}.live-meeting-header>div>svg{flex:none;color:#ff596e;filter:drop-shadow(0 0 8px #ff354d88)}.live-meeting-header span strong,.live-meeting-header span small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-meeting-header span small{margin-top:3px;color:#af9da3;font-size:11px}.live-meeting-lobby{width:min(100%,610px);margin:auto;padding:32px 20px;overflow:auto}.live-meeting-title{text-align:center;margin:0 auto 20px}.live-meeting-title>span{font-size:10px;letter-spacing:2px;color:#ff6578}.live-meeting-title h1{font-size:clamp(22px,4vw,34px);margin:8px 0}.live-meeting-title p{color:#ac9fa4;font-size:13px}.meeting-ready{display:flex;align-items:center;gap:12px;padding:18px;border:1px solid #54232e;border-radius:10px;background:#211117;color:#f5e8eb}.meeting-ready svg{color:#ff6175}.meeting-ready strong,.meeting-ready span{display:block}.meeting-ready span{margin-left:auto;color:#b7a8ad;font-size:12px}.live-connecting{display:flex;justify-content:center;align-items:center;gap:10px;padding:25px;color:#ff8795}.spin{animation:live-spin 1s linear infinite}@keyframes live-spin{to{transform:rotate(360deg)}}.live-room{flex:1;min-height:0;display:flex;flex-direction:column}.live-room>.lk-video-conference{flex:1;min-height:0}.live-meeting-screen .lk-button,.live-meeting-screen .lk-control-bar{border-color:#55212d}.live-meeting-screen .lk-button:not(.lk-button-menu){background:#211117}.live-meeting-screen .lk-button:not(.lk-button-menu):hover{background:#401520}.live-meeting-screen .lk-button[aria-pressed=true]{background:#c92640}.live-meeting-screen .lk-participant-tile{border:1px solid #44202a;border-radius:10px;overflow:hidden}.live-meeting-screen .lk-participant-metadata{background:linear-gradient(transparent,#09070bd9)}.live-meeting-screen .lk-focus-layout,.live-meeting-screen .lk-grid-layout{background:#09080b}.live-meeting-screen .lk-chat{background:#100d11;border-color:#44202a}.live-meeting-screen .lk-chat-entry{background:#171217;border-color:#50313a;color:#fff}@media(max-width:700px){.live-meeting-header{padding:9px 12px;min-height:58px}.live-meeting-header .secondary{padding:8px}.meeting-ready{align-items:flex-start;flex-wrap:wrap}.meeting-ready span{margin-left:48px}}@media(min-width:701px){.live-meeting-screen .lk-video-conference-inner{width:min(100%,1560px);margin-inline:auto}.live-meeting-screen .lk-grid-layout{align-content:center;justify-items:center;padding:18px}.live-meeting-screen .lk-grid-layout>.lk-participant-tile{width:min(100%,640px,calc((100dvh - 190px) * 16 / 9 / var(--lk-row-count, 1)));height:auto;aspect-ratio:16 / 9;justify-self:center;align-self:center}.live-meeting-screen .lk-focused-participant>.lk-participant-tile{width:min(100%,760px);height:auto;max-height:calc(100dvh - 190px);aspect-ratio:16 / 9;justify-self:center;align-self:center}.live-meeting-screen .lk-control-bar{min-height:60px;padding-block:6px}.live-meeting-screen .lk-control-bar .lk-button{min-width:40px;min-height:40px}}.live-meeting-screen .lk-participant-metadata{top:12px;right:auto;bottom:auto;left:12px;justify-content:flex-start;max-width:calc(100% - 24px);gap:6px;background:transparent}.live-meeting-screen .lk-participant-metadata-item{padding:7px 10px;border:1px solid #ff536b99;border-radius:7px;background:#160b10e8;box-shadow:0 0 12px #ff294526;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.live-meeting-screen .lk-participant-name{color:#fff4f6;font-size:13px;font-weight:700;letter-spacing:.02em}@media(max-width:700px){.live-meeting-screen .lk-grid-layout>.lk-participant-tile{width:100%;max-height:none}.live-meeting-screen .lk-participant-metadata{top:8px;left:8px}}
