.kooya-table-shell,.kooya-list-shell{display:grid;width:100%;min-width:0;gap:10px}.kooya-table{width:100%;min-width:0;overflow:auto;overscroll-behavior:contain;background:var(--kooya-surface);border:1px solid var(--kooya-border);border-radius:var(--kooya-radius-sm)}.kooya-table--fixed{height:calc(var(--kooya-table-header-height) + (var(--kooya-table-visible-rows) * var(--kooya-table-row-height)))}.kooya-table table{width:100%;min-width:var(--kooya-table-min-width, 640px);margin:0;border-collapse:separate;border-spacing:0;table-layout:auto}.kooya-table th,.kooya-table td{min-width:var(--kooya-table-col-min-width, 7.5rem);min-height:var(--kooya-table-row-height);height:var(--kooya-table-row-height);padding:var(--kooya-table-cell-padding-y) var(--kooya-table-cell-padding-x);color:var(--kooya-text);font-size:13px;line-height:1.35;text-align:start;vertical-align:middle;border-bottom:1px solid var(--kooya-border);overflow-wrap:break-word}.kooya-table th{position:sticky;z-index:3;top:0;min-height:var(--kooya-table-header-height);height:var(--kooya-table-header-height);padding-block:var(--kooya-table-cell-padding-y);color:var(--kooya-text-muted);background:var(--kooya-surface-subtle);font-size:12px;font-weight:600;white-space:nowrap}.kooya-table .kooya-table__cell--primary{width:100%;min-width:var(--kooya-table-primary-min-width, 12rem);max-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kooya-table .kooya-table__cell--compact{width:1%;min-width:0;max-width:none;white-space:nowrap}.kooya-table th:not(.kooya-table__cell--primary):not(.kooya-table__cell--compact),.kooya-table td:not(.kooya-table__cell--primary):not(.kooya-table__cell--compact){width:auto;max-width:var(--kooya-table-secondary-max-width, 16rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kooya-table :is(th,td):first-child:not(.kooya-table__cell--primary){left:auto}.kooya-table td:first-child:not(.kooya-table__cell--primary){position:static;z-index:auto;background:transparent}.kooya-table th:first-child:not(.kooya-table__cell--primary){z-index:3;background:var(--kooya-surface-subtle)}.kooya-table td.kooya-table__cell--primary>*,.kooya-table td:not(.kooya-table__cell--primary):not(.kooya-table__cell--compact)>*{min-width:0;max-width:100%}:is(.kooya-table,.kooya-list,.table-wrap,.hq-data-table,.table) :is(button,.button,a.button,.kooya-action-menu__trigger){display:inline-flex;min-width:max-content;max-width:none;flex-shrink:0;align-items:center;justify-content:center;white-space:nowrap;overflow-wrap:normal}:is(.kooya-table,.kooya-list,.table-wrap,.hq-data-table,.table) .kooya-action-menu__trigger{display:inline-grid;width:34px;min-width:34px;max-width:34px;height:34px;padding:0;place-items:center}.kooya-table .button.table-row-action,.kooya-table button.table-row-action,.kooya-list .button.table-row-action,.kooya-list button.table-row-action,.table-wrap .button.table-row-action,.hq-data-table .button.table-row-action,.table .button.table-row-action{min-height:28px;padding:2px 8px;font-size:12px;font-weight:550}.kooya-table th.kooya-table__cell--primary,.kooya-table td.kooya-table__cell--primary{position:sticky;left:0;z-index:1;background:var(--kooya-surface)}.kooya-table th.kooya-table__cell--primary{z-index:4;background:var(--kooya-surface-subtle)}.kooya-table tbody tr:hover>.kooya-table__cell--primary,.kooya-table tbody tr:focus-visible>.kooya-table__cell--primary,.kooya-table__row--interactive:hover td.kooya-table__cell--primary,.kooya-table__row--interactive:focus-visible td.kooya-table__cell--primary{background:var(--kooya-surface-subtle)}.kooya-table :is(th,td)[data-align=center]{text-align:center}.kooya-table :is(th,td)[data-align=end]{text-align:end}.kooya-table__row--interactive{cursor:pointer}.kooya-table__row--interactive:hover td,.kooya-table__row--interactive:focus-visible td{background:var(--kooya-surface-subtle)}.kooya-table__row--interactive:focus-visible{outline:3px solid color-mix(in srgb,var(--kooya-focus) 35%,transparent);outline-offset:-3px}.kooya-table__state-row td{position:static;width:auto;min-width:0;height:auto;padding:0;border:0;white-space:normal}.kooya-table__state{display:grid;min-height:132px;padding:24px;place-items:center;gap:10px;color:var(--kooya-text-muted);text-align:center}.kooya-table--fixed .kooya-table__state{min-height:calc((var(--kooya-table-visible-rows) * var(--kooya-table-row-height)) - 1px)}.kooya-table__state--error{color:var(--kooya-danger)}.kooya-table__retry,.kooya-list__retry{min-height:36px;padding:7px 12px;color:var(--kooya-text);background:var(--kooya-surface);border:1px solid var(--kooya-border-strong);border-radius:var(--kooya-radius-sm);cursor:pointer}.kooya-list-scroll{width:100%;min-width:0;max-width:100%;overflow:auto;overscroll-behavior:contain}.kooya-list__header{position:sticky;z-index:2;top:0;min-width:var(--kooya-list-min-width, 320px);background:var(--kooya-surface);border-bottom:1px solid var(--kooya-border)}.kooya-list{min-width:var(--kooya-list-min-width, 320px);padding:0;margin:0;list-style:none}.kooya-list__state{display:grid;min-height:104px;padding:20px;place-items:center;gap:10px;color:var(--kooya-text-muted);text-align:center}.kooya-list__state--error{color:var(--kooya-danger)}.kooya-pagination{display:flex;min-width:0;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.kooya-pagination__summary{color:var(--kooya-text-muted);font-size:13px}.kooya-pagination__button{min-height:36px;padding:7px 12px;color:var(--kooya-text);background:var(--kooya-surface);border:1px solid var(--kooya-border-strong);border-radius:var(--kooya-radius-sm);cursor:pointer}.kooya-pagination__button:hover:not(:disabled){background:var(--kooya-surface-subtle)}.kooya-pagination__button:disabled{cursor:not-allowed;opacity:.55}div.kooya-modal__layer{position:fixed;z-index:150;display:grid;padding:20px;place-items:center;inset:0;background:transparent}button.kooya-modal__backdrop{position:absolute;inset:0;z-index:0;width:100%;height:100%;min-width:0;min-height:0;padding:0;margin:0;color:transparent;background:#07100b7a;border:0;border-radius:0;box-shadow:none;cursor:pointer;appearance:none}button.kooya-modal__backdrop:hover,button.kooya-modal__backdrop:focus,button.kooya-modal__backdrop:focus-visible,button.kooya-modal__backdrop:active{color:transparent;background:#07100b7a;border:0;outline:none;box-shadow:none}.kooya-modal{position:relative;z-index:1;display:flex;width:min(100%,620px);max-height:calc(100svh - 40px);flex-direction:column;overflow:hidden;color:var(--kooya-text);background:var(--kooya-surface-raised);border:1px solid var(--kooya-border);border-radius:var(--kooya-radius-md);box-shadow:var(--kooya-shadow-md)}.kooya-modal--small{width:min(100%,440px)}.kooya-modal--large{width:min(100%,900px)}.kooya-modal--full{width:min(100%,1240px);height:calc(100svh - 40px)}.kooya-modal__header,.kooya-modal__actions{display:flex;flex:0 0 auto;padding:14px 16px;align-items:center;justify-content:space-between;gap:12px}.kooya-modal__header{border-bottom:1px solid var(--kooya-border)}.kooya-modal__heading{min-width:0}.kooya-modal__heading h2{margin:0;font-size:17px;font-weight:600;line-height:1.3;overflow-wrap:anywhere}.kooya-modal__heading p{margin:4px 0 0;color:var(--kooya-text-muted);font-size:13px}.kooya-modal__close{display:inline-grid;width:36px;min-width:36px;height:36px;padding:0;flex:0 0 auto;place-items:center;color:var(--kooya-text-muted);background:transparent;border:0;border-radius:var(--kooya-radius-sm);cursor:pointer}.kooya-modal__close:hover{color:var(--kooya-text);background:var(--kooya-surface-subtle)}.kooya-modal__body{display:grid;min-height:0;padding:16px;gap:12px;align-content:start;overflow:auto;overscroll-behavior:contain}.kooya-modal__body--flush{padding:0;gap:0}.kooya-modal__body>form{display:grid;min-width:0;gap:12px}.kooya-modal__body>:is(label,.kooya-field),.kooya-modal__body>form>:is(label,.kooya-field){display:grid;min-width:0;gap:6px;color:var(--kooya-text);font-size:13px;font-weight:600}.kooya-modal__body>:is(label,.kooya-field):has(input[type=checkbox],input[type=radio]),.kooya-modal__body>form>:is(label,.kooya-field):has(input[type=checkbox],input[type=radio]){display:flex;align-items:flex-start;gap:9px;font-weight:400}.kooya-modal__actions{justify-content:flex-end;flex-wrap:wrap;border-top:1px solid var(--kooya-border)}.kooya-tooltip{position:relative;display:inline-flex}.kooya-tooltip__content{position:absolute;z-index:200;bottom:calc(100% + 7px);left:50%;width:max-content;max-width:220px;padding:5px 8px;color:var(--kooya-surface);pointer-events:none;visibility:hidden;background:var(--kooya-text);border-radius:var(--kooya-radius-sm);opacity:0;font-size:12px;font-weight:500;line-height:1.35;text-align:center;transform:translate(-50%,2px);transition:opacity .12s ease,transform .12s ease}.kooya-tooltip__content--portaled{position:fixed;inset:0 auto auto 0;z-index:1200;transform:none}.kooya-tooltip__content--portaled.kooya-tooltip__content--open{visibility:visible;opacity:1}.kooya-tooltip--start .kooya-tooltip__content:not(.kooya-tooltip__content--portaled){right:auto;left:0;transform:translateY(2px)}.kooya-tooltip--end .kooya-tooltip__content:not(.kooya-tooltip__content--portaled){right:0;left:auto;transform:translateY(2px)}.kooya-tooltip:hover .kooya-tooltip__content:not(.kooya-tooltip__content--portaled),.kooya-tooltip:has(:focus-visible) .kooya-tooltip__content:not(.kooya-tooltip__content--portaled){visibility:visible;opacity:1;transform:translate(-50%)}.kooya-tooltip--start:hover .kooya-tooltip__content:not(.kooya-tooltip__content--portaled),.kooya-tooltip--start:has(:focus-visible) .kooya-tooltip__content:not(.kooya-tooltip__content--portaled),.kooya-tooltip--end:hover .kooya-tooltip__content:not(.kooya-tooltip__content--portaled),.kooya-tooltip--end:has(:focus-visible) .kooya-tooltip__content:not(.kooya-tooltip__content--portaled){transform:translateY(0)}.kooya-modal__header .kooya-tooltip__content:not(.kooya-tooltip__content--portaled),.kooya-modal__body>header .kooya-tooltip__content:not(.kooya-tooltip__content--portaled){top:calc(100% + 7px);bottom:auto;transform:translate(-50%,-2px)}.kooya-modal__header .kooya-tooltip--start .kooya-tooltip__content:not(.kooya-tooltip__content--portaled),.kooya-modal__header .kooya-tooltip--end .kooya-tooltip__content:not(.kooya-tooltip__content--portaled),.kooya-modal__body>header .kooya-tooltip--start .kooya-tooltip__content:not(.kooya-tooltip__content--portaled),.kooya-modal__body>header .kooya-tooltip--end .kooya-tooltip__content:not(.kooya-tooltip__content--portaled){transform:translateY(-2px)}.kooya-modal__header .kooya-tooltip:hover .kooya-tooltip__content:not(.kooya-tooltip__content--portaled),.kooya-modal__header .kooya-tooltip:has(:focus-visible) .kooya-tooltip__content:not(.kooya-tooltip__content--portaled),.kooya-modal__body>header .kooya-tooltip:hover .kooya-tooltip__content:not(.kooya-tooltip__content--portaled),.kooya-modal__body>header .kooya-tooltip:has(:focus-visible) .kooya-tooltip__content:not(.kooya-tooltip__content--portaled){transform:translate(-50%)}.kooya-modal__header .kooya-tooltip--start:hover .kooya-tooltip__content:not(.kooya-tooltip__content--portaled),.kooya-modal__header .kooya-tooltip--start:has(:focus-visible) .kooya-tooltip__content:not(.kooya-tooltip__content--portaled),.kooya-modal__header .kooya-tooltip--end:hover .kooya-tooltip__content:not(.kooya-tooltip__content--portaled),.kooya-modal__header .kooya-tooltip--end:has(:focus-visible) .kooya-tooltip__content:not(.kooya-tooltip__content--portaled),.kooya-modal__body>header .kooya-tooltip--start:hover .kooya-tooltip__content:not(.kooya-tooltip__content--portaled),.kooya-modal__body>header .kooya-tooltip--start:has(:focus-visible) .kooya-tooltip__content:not(.kooya-tooltip__content--portaled),.kooya-modal__body>header .kooya-tooltip--end:hover .kooya-tooltip__content:not(.kooya-tooltip__content--portaled),.kooya-modal__body>header .kooya-tooltip--end:has(:focus-visible) .kooya-tooltip__content:not(.kooya-tooltip__content--portaled){transform:translateY(0)}.kooya-page-header{display:grid;min-width:0;gap:4px}.kooya-page-header--with-actions{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px}.kooya-page-header__heading{display:grid;min-width:0;gap:4px}.kooya-page-header__breadcrumbs{min-width:0}.kooya-page-header__breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:0;margin:0;padding:0;list-style:none}.kooya-page-header__breadcrumbs li{display:inline-flex;min-width:0;align-items:center;max-width:100%}.kooya-page-header__separator{margin:0 6px;color:var(--kooya-text-muted);font-size:12px;font-weight:400}.kooya-page-header__crumb-link{min-width:0;color:var(--kooya-accent);font-size:12px;font-weight:500;line-height:1.35;text-decoration:none;overflow-wrap:anywhere}.kooya-page-header__crumb-link:hover{text-decoration:underline}.kooya-page-header__crumb-link:focus-visible{outline:2px solid var(--kooya-focus);outline-offset:2px;border-radius:2px}.kooya-page-header__crumb-current{min-width:0;color:var(--kooya-text-muted);font-size:12px;font-weight:500;line-height:1.35;overflow-wrap:anywhere}.kooya-page-header__eyebrow{color:var(--kooya-accent);font-size:12px;font-weight:500}.kooya-page-header h1{margin:0;font-size:clamp(20px,2vw,22px);font-weight:600;letter-spacing:-.015em;line-height:1.25;overflow-wrap:anywhere}.kooya-page-header p{max-width:72ch;margin:0;color:var(--kooya-text-muted);font-size:14px}.kooya-page-header__actions{display:flex;max-width:100%;flex-wrap:wrap;justify-content:flex-end;gap:var(--kooya-control-row-gap, 8px)}.kooya-page-header__actions>:is(button,a,.button){display:inline-flex;align-items:center;justify-content:center;gap:var(--kooya-control-icon-gap, 8px)}.kooya-page-header__actions>:is(button,a,.button)>svg{flex-shrink:0}.kooya-field-with-leading-icon,.kooya-field-with-trailing-icon{position:relative;display:block}.kooya-field-with-leading-icon>svg,.kooya-field-with-trailing-icon>svg{position:absolute;top:50%;width:var(--kooya-control-icon-size, 16px);height:var(--kooya-control-icon-size, 16px);transform:translateY(-50%);pointer-events:none;color:var(--kooya-text-muted)}.kooya-field-with-leading-icon>svg{inset-inline-start:var(--kooya-control-icon-inset, 12px)}.kooya-field-with-trailing-icon>svg{inset-inline-end:var(--kooya-control-icon-inset, 12px)}.kooya-field-with-leading-icon>input:not([type=checkbox]):not([type=radio]),.kooya-field-with-leading-icon>textarea{width:100%;padding-inline-start:var(--kooya-control-leading-icon-padding-inline-start, 36px)}.kooya-field-with-trailing-icon>input:not([type=checkbox]):not([type=radio]),.kooya-field-with-trailing-icon>textarea{width:100%;padding-inline-end:var(--kooya-control-trailing-icon-padding-inline-end, 36px)}.kooya-cli-credentials{display:grid;min-width:0;gap:16px}.kooya-cli-credentials__header{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:16px}.kooya-cli-credentials__header>div{display:grid;min-width:0;gap:4px}.kooya-cli-credentials__header h2,.kooya-cli-credentials__header p,.kooya-cli-secret p{margin:0}.kooya-cli-credentials__header h2{font-size:16px;font-weight:600}.kooya-cli-credentials__header p,.kooya-cli-secret p,.kooya-cli-credentials__notice{max-width:72ch;color:var(--kooya-text-muted);font-size:13px}.kooya-inline-field-row,.kooya-cli-credentials__toolbar{display:flex;min-width:0;align-items:end;flex-wrap:wrap;gap:12px}.kooya-inline-field-row>:is(label,.kooya-field):not(:has(input[type=checkbox],input[type=radio])),.kooya-cli-credentials__toolbar label{display:grid;min-width:min(100%,280px);gap:6px}.kooya-inline-field-row>:is(label,.kooya-field):not(:has(input[type=checkbox],input[type=radio])){flex:1 1 12rem}.kooya-inline-field-row>:is(button,.button,a.button){flex:0 0 auto}.kooya-inline-field-row>:is(label,.kooya-field):has(input[type=checkbox],input[type=radio]){display:flex;flex:0 1 auto;min-width:0;min-height:var(--kooya-control-height, 40px);align-items:center;gap:9px;font-weight:400}.kooya-cli-credential__identity{display:grid;min-width:0;gap:2px}.kooya-cli-credential__identity strong{font-weight:550}.kooya-cli-credential__identity code,.kooya-cli-secret code{color:var(--kooya-text-muted);font-size:12px;overflow-wrap:anywhere}.kooya-cli-credential__status{display:inline-flex;width:fit-content;padding:3px 7px;border-radius:999px;background:var(--kooya-surface-subtle);font-size:12px}.kooya-cli-credential__status--active{color:var(--kooya-success)}.kooya-cli-credential__status--expired,.kooya-cli-credential__status--revoked{color:var(--kooya-text-muted)}.kooya-cli-credential__actions{display:inline-flex;justify-content:flex-end;flex-wrap:wrap;gap:6px}.kooya-action-menu{display:inline-flex;justify-content:flex-end;position:relative}.kooya-action-menu__trigger{display:inline-grid;width:34px;min-width:34px;height:34px;padding:0;place-items:center;color:var(--kooya-text-muted);background:transparent;border:0;border-radius:var(--kooya-radius-sm);font-size:18px;line-height:1;letter-spacing:.02em;cursor:pointer}.kooya-action-menu__trigger:hover{color:var(--kooya-text);background:var(--kooya-surface-subtle)}.kooya-action-menu__trigger:focus-visible{outline:3px solid color-mix(in srgb,var(--kooya-focus) 35%,transparent);outline-offset:2px}.kooya-action-menu__items{position:fixed;z-index:120;display:grid;min-width:180px;padding:4px;background:var(--kooya-surface);border:1px solid var(--kooya-border);border-radius:var(--kooya-radius-sm);box-shadow:var(--kooya-shadow-sm)}.kooya-action-menu__items button{min-height:36px;padding:8px 10px;color:var(--kooya-text);text-align:left;background:transparent;border:0;border-radius:6px;cursor:pointer}.kooya-action-menu__items button:hover,.kooya-action-menu__items button:focus-visible{background:var(--kooya-surface-subtle)}.kooya-action-menu__items button:focus-visible{outline:3px solid color-mix(in srgb,var(--kooya-focus) 35%,transparent);outline-offset:2px}.kooya-action-menu__items button:disabled{opacity:.55;cursor:not-allowed}.kooya-action-menu__item--danger{color:var(--kooya-danger, #b42318)}.kooya-cli-credential-form,.kooya-cli-secret{display:grid;min-width:0;gap:14px}.kooya-cli-credential-form label,.kooya-cli-secret__field{display:grid;min-width:0;gap:6px;color:var(--kooya-text);font-size:13px}.kooya-cli-secret__field>span{display:grid;min-width:0;grid-template-columns:minmax(0,1fr) auto;gap:8px}.kooya-cli-secret__field input{min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}@media(max-width:640px){.kooya-cli-credentials__header{align-items:stretch;flex-direction:column}.kooya-cli-credentials__header>.button{width:fit-content;max-width:100%}.kooya-cli-secret__field>span{grid-template-columns:minmax(0,1fr)}.kooya-cli-secret__field .button{width:fit-content}}@media(max-width:640px){div.kooya-modal__layer{padding:0;align-items:end}.kooya-modal,.kooya-modal--small,.kooya-modal--large,.kooya-modal--full{width:100%;max-height:calc(100svh - 16px);border-right:0;border-bottom:0;border-left:0;border-radius:var(--kooya-radius-md) var(--kooya-radius-md) 0 0}.kooya-modal--full{height:calc(100svh - 16px)}.kooya-page-header--with-actions{grid-template-columns:1fr}.kooya-page-header__actions{justify-content:flex-start}}@media(prefers-reduced-motion:reduce){.kooya-tooltip__content{transition:none}}:root{color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,system-ui,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--kooya-canvas: #f6f7f5;--kooya-surface: #ffffff;--kooya-surface-subtle: #f0f3f1;--kooya-surface-raised: #ffffff;--kooya-text: #17201b;--kooya-text-muted: #5d6861;--kooya-text-subtle: #65706a;--kooya-border: #dce3de;--kooya-border-strong: #c7d0ca;--kooya-accent: #176b45;--kooya-accent-hover: #145d3c;--kooya-accent-soft: #e8f2ed;--kooya-accent-foreground: #ffffff;--kooya-brand-secondary: #0f766e;--kooya-focus: #13583a;--kooya-success: #067647;--kooya-success-soft: #ecfdf3;--kooya-warning: #b54708;--kooya-warning-soft: #fffaeb;--kooya-danger: #b42318;--kooya-danger-soft: #fef3f2;--kooya-info: #175cd3;--kooya-info-soft: #eff8ff;--kooya-shadow-sm: 0 1px 2px rgb(20 35 27 / .04);--kooya-shadow-md: 0 8px 20px rgb(20 35 27 / .07);--kooya-radius-sm: 5px;--kooya-radius-md: 8px;--kooya-radius-lg: 10px;--kooya-sidebar-width: 252px;--kooya-topbar-height: 58px;--kooya-page-max-width: none;--kooya-form-max-width: 560px;--kooya-settings-max-width: 820px;--kooya-table-cell-padding-y: 14px;--kooya-table-cell-padding-x: 14px;--kooya-table-row-height: 68px;--kooya-table-header-height: 48px;--kooya-table-min-width: 640px;--kooya-table-col-min-width: 7.5rem;--kooya-table-primary-min-width: 12rem;--kooya-table-secondary-max-width: 16rem;--kooya-table-compact-min-width: 0;--kooya-list-min-width: 320px;--kooya-control-icon-gap: 8px;--kooya-control-row-gap: 8px;--kooya-control-icon-inset: 12px;--kooya-control-icon-size: 16px;--kooya-control-leading-icon-padding-inline-start: calc( var(--kooya-control-icon-inset) + var(--kooya-control-icon-size) + var(--kooya-control-icon-gap) );--kooya-control-trailing-icon-padding-inline-end: calc( var(--kooya-control-icon-inset) + var(--kooya-control-icon-size) + var(--kooya-control-icon-gap) );color:var(--kooya-text);background:var(--kooya-canvas)}:root[data-theme=dark]{color-scheme:dark;--kooya-canvas: #0f1411;--kooya-surface: #151c18;--kooya-surface-subtle: #1c2520;--kooya-surface-raised: #18211c;--kooya-text: #f2f6f3;--kooya-text-muted: #a6b0aa;--kooya-text-subtle: #828d87;--kooya-border: #2a352f;--kooya-border-strong: #3a473f;--kooya-accent: #4fb981;--kooya-accent-hover: #67c791;--kooya-accent-soft: #173526;--kooya-accent-foreground: #0d1a13;--kooya-brand-secondary: #5ecac1;--kooya-focus: #73d09c;--kooya-success: #56d6a0;--kooya-success-soft: #123426;--kooya-warning: #f5b85a;--kooya-warning-soft: #3b2a14;--kooya-danger: #ff8a8a;--kooya-danger-soft: #3d2022;--kooya-info: #84adff;--kooya-info-soft: #172b4d;--kooya-shadow-sm: 0 1px 2px rgb(0 0 0 / .25);--kooya-shadow-md: 0 12px 30px rgb(0 0 0 / .28)}@media(prefers-color-scheme:dark){:root:not([data-theme]){color-scheme:dark;--kooya-canvas: #0f1411;--kooya-surface: #151c18;--kooya-surface-subtle: #1c2520;--kooya-surface-raised: #18211c;--kooya-text: #f2f6f3;--kooya-text-muted: #a6b0aa;--kooya-text-subtle: #828d87;--kooya-border: #2a352f;--kooya-border-strong: #3a473f;--kooya-accent: #4fb981;--kooya-accent-hover: #67c791;--kooya-accent-soft: #173526;--kooya-accent-foreground: #0d1a13;--kooya-brand-secondary: #5ecac1;--kooya-focus: #73d09c;--kooya-success: #56d6a0;--kooya-success-soft: #123426;--kooya-warning: #f5b85a;--kooya-warning-soft: #3b2a14;--kooya-danger: #ff8a8a;--kooya-danger-soft: #3d2022;--kooya-info: #84adff;--kooya-info-soft: #172b4d}}*{box-sizing:border-box}.kooya-theme-selector{display:inline-flex;align-items:center;gap:4px;padding:4px;background:color-mix(in srgb,var(--kooya-surface-subtle) 88%,var(--kooya-border));border-radius:var(--kooya-radius-lg)}.kooya-theme-selector button{display:inline-flex;min-width:44px;min-height:36px;align-items:center;justify-content:center;gap:7px;padding:7px 14px;color:var(--kooya-text);font:inherit;font-size:13px;font-weight:600;letter-spacing:-.01em;background:transparent;border:0;border-radius:calc(var(--kooya-radius-lg) - 2px);cursor:pointer;transition:color .14s ease,background-color .14s ease}.kooya-theme-selector__icon{display:block;width:15px;height:15px;flex-shrink:0}.kooya-theme-selector button:hover{color:var(--kooya-text);background:color-mix(in srgb,var(--kooya-surface) 70%,transparent)}.kooya-theme-selector button:focus-visible{outline:3px solid color-mix(in srgb,var(--kooya-focus) 35%,transparent);outline-offset:2px}.kooya-theme-selector button[aria-pressed=true]{color:var(--kooya-accent);background:var(--kooya-accent-soft)}.kooya-theme-selector button[aria-pressed=true]:hover{color:var(--kooya-accent-hover);background:var(--kooya-accent-soft)}.kooya-theme-selector--compact button{width:40px;min-width:40px;padding-inline:0}.kooya-theme-selector--compact .kooya-theme-selector__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media(prefers-reduced-motion:reduce){.kooya-theme-selector button{transition:none}}html{min-width:320px;min-height:100%;background:var(--kooya-canvas)}body{min-width:320px;min-height:100vh;margin:0;color:var(--kooya-text);background:var(--kooya-canvas);font-size:14px;line-height:1.5}button,input,select,textarea{font:inherit}html input[type=checkbox],html input[type=radio]{box-sizing:border-box;width:16px;max-width:16px;min-width:16px;height:16px;max-height:16px;min-height:16px;margin:0;padding:0;flex:0 0 16px;vertical-align:middle;border:none;border-radius:0;background:transparent;box-shadow:none;accent-color:var(--kooya-accent)}:where(button,.button,a.button):has(>svg){display:inline-flex;align-items:center;justify-content:center;gap:var(--kooya-control-icon-gap)}:where(button,.button,a.button)>svg{flex-shrink:0}:where(.button-row,.admin-form-actions,.admin-detail-actions,.row-actions,.page-actions,.oidc-app-form__actions,.database-byod-form__actions,.role-editor-form__actions,.console-notification-preferences__actions,.collaborate-notification-settings__actions,.hq-configure-board__member-actions){display:flex;flex-wrap:wrap;align-items:center;gap:var(--kooya-control-row-gap)}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}:where(a[href],button:not(:disabled),select:not(:disabled),summary,label[for],label:has(input[type=checkbox]:not(:disabled)),label:has(input[type=radio]:not(:disabled)),input[type=button]:not(:disabled),input[type=submit]:not(:disabled),input[type=reset]:not(:disabled),input[type=checkbox]:not(:disabled),input[type=radio]:not(:disabled),input[type=file]:not(:disabled),input[type=color]:not(:disabled),input[type=range]:not(:disabled),[role=button]:not([aria-disabled=true]),[role=link]:not([aria-disabled=true]),[role=menuitem]:not([aria-disabled=true]),[role=tab]:not([aria-disabled=true]),[role=option]:not([aria-disabled=true]),[role=switch]:not([aria-disabled=true]),[role=checkbox]:not([aria-disabled=true])){cursor:pointer}h1,h2,h3{scroll-margin-top:calc(var(--kooya-topbar-height) + 16px);text-wrap:balance}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid color-mix(in srgb,var(--kooya-focus) 35%,transparent);outline-offset:2px}button:disabled,[aria-disabled=true]{cursor:not-allowed;opacity:.55}::selection{color:var(--kooya-text);background:var(--kooya-accent-soft)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:8px;left:8px;z-index:100;padding:10px 14px;color:var(--kooya-accent-foreground);background:var(--kooya-accent);border-radius:var(--kooya-radius-sm);transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--kooya-shell-sidebar-width: 252px;--kooya-shell-sidebar-collapsed-width: 72px;--kooya-shell-drawer-duration: .18s;--kooya-page-gutter: 32px}.kooya-shell{display:grid;grid-template-columns:var(--kooya-shell-sidebar-width) minmax(0,1fr);min-width:0;min-height:100dvh;color:var(--kooya-text);background:var(--kooya-canvas);transition:grid-template-columns var(--kooya-shell-drawer-duration) ease}.kooya-shell__skip-link{position:fixed;z-index:120;inset-block-start:8px;inset-inline-start:8px;min-block-size:44px;padding:11px 14px;color:var(--kooya-accent-foreground);background:var(--kooya-accent);border-radius:var(--kooya-radius-sm);transform:translateY(-160%);transition:transform .12s ease}.kooya-shell__skip-link:focus{transform:translateY(0)}.kooya-shell__sidebar{position:sticky;inset-block-start:0;z-index:20;display:flex;flex-direction:column;width:100%;min-width:0;height:100dvh;overflow:visible;color:var(--kooya-text);background:var(--kooya-surface);border-inline-end:1px solid var(--kooya-border);transition:width var(--kooya-shell-drawer-duration) ease,transform var(--kooya-shell-drawer-duration) ease}.kooya-shell__brand-row,.kooya-shell__account,.kooya-shell__group-trigger,.kooya-shell__nav-link{display:flex;align-items:center;min-width:0}.kooya-shell__brand-row{min-block-size:64px;padding:14px 10px 4px 14px;gap:8px;border-block-end:0}.kooya-shell__brand{display:flex;flex:1;align-items:center;min-width:0;min-block-size:44px;gap:10px;color:inherit;font-size:17px;font-weight:600;letter-spacing:-.03em;text-decoration:none;border-radius:var(--kooya-radius-sm)}.kooya-shell__brand:hover{color:var(--kooya-accent);background:var(--kooya-accent-soft)}.kooya-shell__brand:active{color:var(--kooya-accent-hover)}.kooya-shell__brand-mark,.kooya-shell__group-icon,.kooya-shell__nav-icon{display:inline-grid;flex:0 0 24px;place-items:center}.kooya-shell__collapse-button,.kooya-shell__group-trigger,.kooya-shell__account-menu button,.kooya-shell__account-menu a,.kooya-shell__footer-actions button,.kooya-shell__footer-actions a{min-block-size:44px}.kooya-shell__collapse-button,.kooya-shell__group-trigger{color:var(--kooya-text-muted);background:transparent;border:0;border-radius:var(--kooya-radius-sm);cursor:pointer}.kooya-shell__collapse-button{flex:0 0 44px;font-size:24px}.kooya-shell__collapse-button:hover,.kooya-shell__group-trigger:hover{color:var(--kooya-text);background:var(--kooya-surface-subtle)}.kooya-shell__collapse-button:active,.kooya-shell__group-trigger:active{color:var(--kooya-accent-hover);background:var(--kooya-accent-soft)}.kooya-shell__collapse-button:disabled,.kooya-shell__group-trigger:disabled{cursor:not-allowed;opacity:.55}.kooya-shell__header-slot{position:relative;min-width:0;padding:8px 10px 16px;border-block-end:0}.kooya-shell__header-slot:after{display:block;height:1px;margin:14px 2px 0;background:color-mix(in srgb,var(--kooya-accent) 28%,var(--kooya-border));content:""}.kooya-shell__navigation{flex:1;min-height:0;padding:12px 10px;overflow:auto;overscroll-behavior:contain}.kooya-shell__group+.kooya-shell__group{margin-block-start:4px}.kooya-shell__group-trigger,.kooya-shell__nav-link{width:100%;min-block-size:44px;padding:9px 10px;gap:10px;text-align:start}.kooya-shell__group-trigger{font-weight:600}.kooya-shell__group--active>.kooya-shell__group-trigger{color:var(--kooya-accent)}.kooya-shell__chevron{display:inline-grid;flex:0 0 auto;place-items:center;margin-inline-start:auto;color:var(--kooya-text-muted);transition:transform .14s ease,color .14s ease}.kooya-shell__chevron svg{width:15px;height:15px}.kooya-shell__group--active>.kooya-shell__group-trigger .kooya-shell__chevron,.kooya-shell__group-trigger:active .kooya-shell__chevron{color:var(--kooya-text-muted)}.kooya-shell__group-trigger:hover .kooya-shell__chevron{color:var(--kooya-text)}.kooya-shell__group-trigger[aria-expanded=true] .kooya-shell__chevron{transform:rotate(180deg)}.kooya-shell__group-content{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .16s ease,opacity .12s ease}.kooya-shell__group-content--open{grid-template-rows:1fr;opacity:1}.kooya-shell__group-content-inner{min-height:0;overflow:hidden}.kooya-shell__nav-link{color:var(--kooya-text-muted);text-decoration:none;border-radius:var(--kooya-radius-sm)}.kooya-shell__nav-link:hover{color:var(--kooya-text);background:var(--kooya-surface-subtle)}.kooya-shell__nav-link:active{color:var(--kooya-accent-hover);background:var(--kooya-accent-soft)}.kooya-shell__nav-link--active{color:var(--kooya-accent);font-weight:600;background:var(--kooya-accent-soft)}.kooya-shell__nav-link[aria-disabled=true]{cursor:not-allowed;opacity:.55}.kooya-shell__group-content .kooya-shell__nav-link{padding-inline-start:44px}.kooya-shell__footer{position:relative;z-index:30;display:flex;flex-direction:column;min-width:0;padding:10px 12px 12px;gap:4px;overflow:visible;border-block-start:1px solid var(--kooya-border)}.kooya-shell__footer-slot{min-width:0}.kooya-shell__presence-module{position:relative;display:flex;min-width:0;min-block-size:44px;align-items:center;justify-content:flex-start;gap:10px;padding:6px 8px;overflow:visible;color:var(--kooya-text-muted);text-decoration:none;background:transparent;border:0;border-radius:var(--kooya-radius-sm)}.kooya-shell__presence-module:hover{color:var(--kooya-text);background:var(--kooya-surface-subtle)}.kooya-shell__presence-icon{position:relative;display:inline-grid;flex:0 0 32px;width:32px;height:32px;place-items:center;color:var(--kooya-accent);background:var(--kooya-accent-soft);border-radius:var(--kooya-radius-sm)}.kooya-shell__presence-badge{position:absolute;z-index:1;inset-block-start:-6px;inset-inline-end:-8px;min-width:26px;padding:1px 6px;color:var(--kooya-accent-foreground);font-size:10px;font-weight:600;line-height:16px;text-align:center;background:var(--kooya-accent);border-radius:999px}.kooya-shell__account-copy{display:flex;flex:1;flex-direction:column;min-width:0;gap:1px}.kooya-shell__account-copy strong{color:var(--kooya-text);font-size:13px;font-weight:600;line-height:1.25}.kooya-shell__account-copy small{color:var(--kooya-text-subtle);font-size:12px;font-weight:400;line-height:1.3}.kooya-shell__account-panel{position:relative;z-index:1;min-width:0;padding:0;overflow:visible;background:transparent;border:0}.kooya-shell__account{min-block-size:40px;padding:6px 8px;gap:10px}.kooya-shell__avatar{position:relative;display:inline-grid;flex:0 0 32px;width:32px;height:32px;place-items:center;color:var(--kooya-text-muted);font-size:11px;font-weight:600;letter-spacing:.02em;background:var(--kooya-surface-subtle);border:1px solid var(--kooya-border);border-radius:50%}.kooya-shell__account-menu,.kooya-shell__footer-actions{display:flex;min-width:0;gap:4px;overflow:visible}.kooya-shell__account-menu>*{flex:1;min-width:0;overflow:visible}.kooya-shell__account-menu-link{display:flex;align-items:center;justify-content:flex-start;gap:8px;min-width:0;padding:0 10px;color:var(--kooya-text-muted);text-decoration:none;border-radius:var(--kooya-radius-sm);cursor:pointer}.kooya-shell__account-menu-link:hover{color:var(--kooya-text);background:var(--kooya-surface-subtle)}.kooya-shell__footer-actions{width:100%;margin-block-start:4px;padding-block-start:6px;border-block-start:1px solid var(--kooya-border);justify-content:stretch}.kooya-shell__footer-actions>*{flex:1 1 auto;min-width:0;overflow:visible}.kooya-shell__action-row{display:flex;width:100%;min-width:0;align-items:center;justify-content:space-between;gap:4px;overflow:visible}.kooya-shell__action-row>*{flex:0 0 auto;overflow:visible}.kooya-shell__icon-action{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:36px;min-height:36px;padding:0 6px;color:var(--kooya-text-muted);background:transparent;border:0;border-radius:var(--kooya-radius-sm);font-size:13px;font-weight:500;text-decoration:none;cursor:pointer}.kooya-shell__tooltip-action{position:relative}.kooya-shell__icon-action:hover{color:var(--kooya-text);background:var(--kooya-surface-subtle)}:is(.kooya-shell__icon-action,.kooya-shell__tooltip-action)[data-tooltip]:after{position:absolute;z-index:200;inset-block-start:50%;inset-inline-start:calc(100% + 8px);width:max-content;max-width:180px;padding:5px 8px;color:var(--kooya-surface);content:attr(data-tooltip);font-size:12px;font-weight:500;line-height:1.3;background:var(--kooya-text);border-radius:5px;opacity:0;pointer-events:none;transform:translateY(-50%)}:is(.kooya-shell__icon-action,.kooya-shell__tooltip-action)[data-tooltip]:hover:after,:is(.kooya-shell__icon-action,.kooya-shell__tooltip-action)[data-tooltip]:focus-visible:after{opacity:1}.kooya-shell__tooltip-action--end[data-tooltip]:after{inset-block-start:calc(100% + 8px);inset-inline-start:auto;inset-inline-end:0;transform:none}.kooya-shell__truncate{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kooya-shell__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.kooya-shell__content-column,.kooya-shell__main{min-width:0}.kooya-shell__mobile-header{display:none}.kooya-shell__main{min-height:100dvh}.kooya-page-frame{width:100%;max-width:var(--kooya-page-max-width);min-width:0;margin-inline:auto;padding:24px var(--kooya-page-gutter) 32px}.kooya-page-frame>.page{width:100%;max-width:none;margin:0;padding:0}.kooya-page-frame .kooya-content--form{width:min(100%,var(--kooya-form-max-width))}.kooya-page-frame .kooya-content--settings{width:min(100%,var(--kooya-settings-max-width))}.kooya-shell__collapse-button:focus-visible,.kooya-shell__group-trigger:focus-visible,.kooya-shell__nav-link:focus-visible,.kooya-shell__brand:focus-visible,.kooya-shell__account-menu :focus-visible,.kooya-shell__footer-actions :focus-visible,.kooya-shell__skip-link:focus-visible{outline:3px solid color-mix(in srgb,var(--kooya-focus) 35%,transparent);outline-offset:2px}.kooya-shell__backdrop{display:none}@media(min-width:821px){.kooya-shell--collapsed{grid-template-columns:var(--kooya-shell-sidebar-collapsed-width) minmax(0,1fr)}.kooya-shell__sidebar--collapsed .kooya-shell__expanded-copy,.kooya-shell__sidebar--collapsed .kooya-shell__nav-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.kooya-shell__sidebar--collapsed .kooya-shell__brand-row,.kooya-shell__sidebar--collapsed .kooya-shell__group-trigger,.kooya-shell__sidebar--collapsed .kooya-shell__nav-link,.kooya-shell__sidebar--collapsed .kooya-shell__account{justify-content:center;padding-inline:0}.kooya-shell__sidebar--collapsed .kooya-shell__footer{padding:8px 8px 10px;gap:2px;align-items:stretch}.kooya-shell__sidebar--collapsed .kooya-shell__footer-slot,.kooya-shell__sidebar--collapsed .kooya-shell__account-panel{display:flex;flex-direction:column;align-items:center;width:100%;padding:0}.kooya-shell__sidebar--collapsed .kooya-shell__presence-module,.kooya-shell__sidebar--collapsed .kooya-shell__account{justify-content:center;width:100%;padding:4px}.kooya-shell__sidebar--collapsed .kooya-shell__footer-actions{flex-direction:column;align-items:center;justify-content:center;gap:2px;margin-block-start:2px;padding-block-start:6px}.kooya-shell__sidebar--collapsed .kooya-shell__footer-actions>*{flex:0 0 auto;width:100%}.kooya-shell__sidebar--collapsed .kooya-shell__action-row{flex-direction:column;align-items:center;justify-content:center;gap:2px}.kooya-shell__sidebar--collapsed .kooya-shell__icon-action{width:100%}.kooya-shell__sidebar--collapsed{overflow:visible}.kooya-shell__sidebar--collapsed .kooya-shell__brand-row{display:grid;grid-template-columns:1fr;place-items:center}.kooya-shell__sidebar--collapsed .kooya-shell__brand{flex:none;width:44px;justify-content:center}.kooya-shell__sidebar--collapsed .kooya-shell__collapse-button{position:absolute;inset-block-start:66px;inset-inline:14px}.kooya-shell__sidebar--collapsed .kooya-shell__navigation{padding-block-start:58px}}@media(max-width:820px){.kooya-shell,.kooya-shell--collapsed{display:block}.kooya-shell__mobile-header{display:flex;align-items:center;min-height:var(--kooya-topbar-height);padding-inline:max(16px,env(safe-area-inset-left)) max(16px,env(safe-area-inset-right));border-block-end:1px solid var(--kooya-border)}.kooya-shell__sidebar,.kooya-shell__sidebar--collapsed{position:fixed;inset:0 auto 0 0;z-index:100;width:min(320px,calc(100vw - 40px));height:100dvh;overflow:hidden;padding-block-start:env(safe-area-inset-top);padding-block-end:env(safe-area-inset-bottom);transform:translate(-100%);visibility:hidden;pointer-events:none}.kooya-shell__sidebar--open{transform:translate(0);visibility:visible;pointer-events:auto}.kooya-shell__backdrop{position:fixed;inset:0;z-index:90;display:block;width:100%;min-block-size:44px;padding:0;background:color-mix(in srgb,var(--kooya-text) 42%,transparent);border:0;cursor:pointer}.kooya-shell__main{min-height:calc(100dvh - var(--kooya-topbar-height))}}@media(max-width:1100px){:root{--kooya-page-gutter: 24px}}@media(max-width:620px){:root{--kooya-page-gutter: 16px}.kooya-page-frame{padding-block:16px 24px}}@media(prefers-reduced-motion:reduce){.kooya-shell,.kooya-shell__skip-link,.kooya-shell__sidebar,.kooya-shell__chevron,.kooya-shell__group-content{transition:none!important}}.kooya-toast-viewport{position:fixed;right:max(16px,env(safe-area-inset-right));bottom:max(16px,env(safe-area-inset-bottom));z-index:1000;display:grid;width:min(380px,calc(100vw - 32px));gap:8px;pointer-events:none}.kooya-toast{display:grid;grid-template-columns:minmax(0,1fr) 32px;align-items:start;gap:12px;padding:12px 12px 12px 14px;color:var(--kooya-text);background:var(--kooya-surface);border:1px solid var(--kooya-border-strong);border-inline-start:3px solid var(--kooya-accent);border-radius:8px;box-shadow:0 10px 30px #00000024;pointer-events:auto}.kooya-toast--error{border-inline-start-color:var(--kooya-danger)}.kooya-toast--success{border-inline-start-color:var(--kooya-success)}.kooya-toast__copy{min-width:0}.kooya-toast__copy strong{display:block;font-size:13px;font-weight:600;line-height:1.4}.kooya-toast__copy p{margin:3px 0 0;color:var(--kooya-text-muted);font-size:13px;line-height:1.45;overflow-wrap:anywhere}.kooya-toast button{display:inline-grid;width:32px;min-width:32px;height:32px;min-height:32px;padding:0;place-items:center;color:var(--kooya-text-muted);background:transparent;border:0;border-radius:5px}.kooya-toast button:hover{color:var(--kooya-text);background:var(--kooya-surface-muted)}@media(max-width:520px){.kooya-toast-viewport{right:16px;left:16px;width:auto}}@media(prefers-reduced-motion:reduce){.kooya-toast{transition:none!important}}.kooya-email-editor{display:grid;gap:1rem}.kooya-email-editor__group{margin:0;padding:0;border:0;display:grid;gap:.75rem}.kooya-email-editor__group legend{font-weight:600;margin-bottom:.25rem}.kooya-email-editor label{display:grid;gap:.35rem;font-size:.9rem}.kooya-email-editor input,.kooya-email-editor textarea,.kooya-email-editor select{width:100%;box-sizing:border-box}.kooya-email-editor__hint{margin:0;color:var(--kooya-text-muted, #6b7280);font-size:.85rem}.kooya-email-editor__error{margin:0;color:var(--kooya-danger, #b42318)}.kooya-email-editor__test{display:flex;flex-wrap:wrap;gap:.75rem;align-items:end}.kooya-email-editor__test label{flex:1 1 16rem}.kooya-email-preview{display:grid;gap:1rem}.kooya-email-preview__toolbar{display:flex;gap:.5rem}.kooya-email-preview__frame-wrap{overflow:auto;max-height:min(70vh,640px);padding:.5rem;background:var(--kooya-surface-subtle, #f3f4f6);border-radius:8px}.kooya-email-preview__chrome{margin:0 auto;background:#fff;border:1px solid var(--kooya-border, #d1d5db);border-radius:8px;overflow:hidden;max-width:100%}.kooya-email-preview__subject{display:grid;gap:.15rem;padding:.75rem 1rem;border-bottom:1px solid var(--kooya-border, #d1d5db);font-size:.85rem}.kooya-email-preview__subject span{color:var(--kooya-text-muted, #6b7280)}.kooya-email-preview__frame{display:block;width:100%;min-height:420px;border:0;background:#fff}.hq-active-users-rail{display:grid;gap:8px;min-width:0}.hq-active-users-rail__list{display:grid;max-height:180px;margin:0;padding:0;overflow:auto;gap:4px;list-style:none}.hq-active-users-rail__list li{display:grid;grid-template-columns:auto minmax(0,1fr) auto;min-height:36px;padding:6px 8px;align-items:center;gap:8px;border-radius:var(--kooya-radius-sm);background:transparent;border:0}.hq-active-users-rail__list li:hover{background:var(--kooya-surface-subtle)}.hq-active-users-rail--collapsed .hq-active-users-rail__list li{grid-template-columns:auto;justify-items:center;padding:4px}.hq-active-users-rail__dot{width:8px;height:8px;border-radius:50%;background:var(--kooya-text-muted)}.hq-active-users-rail__dot[data-state=online]{background:var(--kooya-success)}.hq-active-users-rail__dot[data-state=busy]{background:var(--kooya-danger)}.hq-active-users-rail__dot[data-state=away]{background:var(--kooya-warning)}.hq-active-users-rail__copy{min-width:0}.hq-active-users-rail__copy strong,.hq-active-users-rail__copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hq-active-users-rail__copy strong{font-size:12px;font-weight:600}.hq-active-users-rail__copy small{color:var(--kooya-text-muted);font-size:11px}.hq-active-users-rail__list time{font-family:ui-monospace,SFMono-Regular,monospace;font-size:11px;font-weight:600;color:var(--kooya-text-muted)}.kooya-shell__sidebar--collapsed .hq-active-users-rail__list{max-height:140px}.min-w-0{min-width:0}.collaborate-grow{flex:1}.collaborate-break{overflow-wrap:anywhere;word-break:break-word}.collaborate-avatar{display:grid;place-items:center;inline-size:42px;block-size:42px;flex:0 0 42px;border-radius:14px;background:color-mix(in srgb,var(--kooya-accent) 14%,var(--kooya-surface));color:var(--kooya-accent);font-weight:600}.presence-dot{display:inline-block;inline-size:9px;block-size:9px;border-radius:999px;background:#64748b;box-shadow:0 0 0 2px var(--kooya-surface)}.presence-dot--online{background:#16a34a}.presence-dot--away{background:#d97706}.presence-dot--busy{background:#dc2626}.presence-dot--offline{background:#64748b}.collaborate-provider-fallback,.collaborate-map-fallback,.collaborate-realtime-note,.collaborate-muted-note{display:flex;gap:8px;align-items:center;padding:14px 16px;border:1px solid var(--kooya-border);border-radius:12px;background:var(--kooya-surface);color:var(--kooya-text-muted)}.collaborate-map-fallback{min-block-size:360px;flex-direction:column;justify-content:center;text-align:center}.collaborate-map-fallback ul{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;max-inline-size:560px;margin:8px 0 0;padding:0;list-style:none}.collaborate-map-fallback li{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid var(--kooya-border);border-radius:999px}.collaborate-presence-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:16px;align-items:stretch}.collaborate-presence-page{gap:14px}.collaborate-presence-summary{width:max-content;max-width:100%;padding:5px 10px;color:var(--kooya-text-muted);background:var(--kooya-surface-subtle);border-radius:999px;font-size:12px}.collaborate-presence-sharing{display:grid;max-width:320px;justify-items:end;gap:6px}.collaborate-presence-sharing>div{display:flex;align-items:center;gap:9px}.collaborate-presence-sharing [role=switch]{position:relative;display:block;width:42px;min-width:42px;height:24px;padding:2px;background:var(--kooya-surface-subtle);border:1px solid var(--kooya-border);border-radius:999px}.collaborate-presence-sharing [role=switch]>span{display:block;width:18px;height:18px;background:var(--kooya-surface);border-radius:50%;box-shadow:0 1px 3px color-mix(in srgb,var(--kooya-text) 20%,transparent);transition:transform .16s ease}.collaborate-presence-sharing [role=switch][aria-checked=true]{background:var(--kooya-accent);border-color:var(--kooya-accent)}.collaborate-presence-sharing [role=switch][aria-checked=true]>span{transform:translate(18px)}.collaborate-presence-sharing [role=switch]:disabled{opacity:.52}.collaborate-presence-sharing__status{max-width:100%;padding:4px 8px;overflow-wrap:anywhere;color:var(--kooya-text-muted);background:var(--kooya-surface-subtle);border-radius:8px;font-size:12px;text-align:end}.collaborate-presence-map-shell{min-width:0;min-height:520px;overflow:hidden;background:var(--kooya-surface);border:1px solid var(--kooya-border);border-radius:16px}.collaborate-presence-map-shell>.collaborate-map--empty{display:grid;min-height:520px;place-items:center;color:var(--kooya-text-muted)}.collaborate-presence-team{display:flex;min-width:0;min-height:520px;overflow:hidden;flex-direction:column;background:var(--kooya-surface);border:1px solid var(--kooya-border);border-radius:16px}.collaborate-presence-team>header{display:flex;padding:15px 16px;align-items:center;gap:10px;border-bottom:1px solid var(--kooya-border)}.collaborate-presence-team>header>svg{width:18px;height:18px;color:var(--kooya-text-muted)}.collaborate-presence-team h2,.collaborate-presence-team header p{margin:0}.collaborate-presence-team h2{font-size:14px}.collaborate-presence-team header p{color:var(--kooya-text-muted);font-size:11px}.collaborate-presence-team__body{min-height:0;padding:8px 14px;overflow-y:auto;flex:1}.collaborate-presence-team__list{display:grid;padding:0;margin:0;gap:2px;list-style:none}.collaborate-presence-team__list>li{min-width:0}.collaborate-presence-team__list>li>button{display:grid;width:100%;min-height:62px;padding:9px 8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;color:var(--kooya-text);background:transparent;border:0;border-radius:11px;text-align:start}.collaborate-presence-team__list>li>button:hover,.collaborate-presence-team__list>li>button:focus-visible{background:var(--kooya-surface-subtle)}.collaborate-presence-team__list strong,.collaborate-presence-team__list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collaborate-presence-team__list small{color:var(--kooya-text-muted);font-size:11px}.collaborate-presence-team__avatar{position:relative;overflow:hidden}.collaborate-presence-team__avatar>img{position:absolute;width:100%;height:100%;inset:0;object-fit:cover}.collaborate-presence-team__locate{display:inline-flex;padding:5px 7px;align-items:center;gap:4px;color:var(--kooya-accent);font-size:11px}.collaborate-presence-team__locate svg{width:13px;height:13px}.collaborate-presence-empty{display:grid;min-height:300px;place-content:center;justify-items:center;gap:5px;color:var(--kooya-text-muted);text-align:center}.collaborate-presence-empty>svg{width:32px;height:32px}.collaborate-presence-empty p{max-width:240px;margin:0}.collaborate-cesium{position:relative;min-block-size:520px;overflow:hidden;border:1px solid var(--kooya-border);border-radius:16px;background:#091321}.collaborate-cesium>.cesium-widget,.collaborate-cesium>.cesium-widget>canvas{inline-size:100%;block-size:520px}.collaborate-map-caption{position:absolute;inset:auto 12px 12px;z-index:2;width:max-content;max-width:calc(100% - 24px);margin:0;padding:7px 10px;border-radius:8px;background:#080f18d1;color:#fff;font-size:12px}.collaborate-team-list,.collaborate-call-list,.collaborate-meeting-list,.collaborate-session-list,.collaborate-leaderboard{display:grid;gap:0;margin:0;padding:0;list-style:none}.collaborate-team-list li,.collaborate-call-list li,.collaborate-meeting-list li,.collaborate-session-list li,.collaborate-leaderboard li{display:flex;align-items:center;gap:10px;min-width:0;padding:12px 0;border-block-end:1px solid var(--kooya-border)}.collaborate-team-list small,.collaborate-team-list time,.collaborate-call-list small,.collaborate-meeting-list small,.collaborate-meeting-list time{display:block;color:var(--kooya-text-muted);font-size:12px}.collaborate-team-list time{max-width:120px;text-align:end}.collaborate-feed-layout{display:grid;grid-template-columns:minmax(0,860px);justify-content:center;gap:24px;align-items:start}.collaborate-feed-main{display:grid;gap:16px;min-width:0;width:100%}.collaborate-segmented{display:flex;width:max-content;max-width:100%;padding:4px;border-radius:12px;background:var(--kooya-surface-subtle)}.collaborate-segmented button{min-height:40px;border:0;background:transparent}.collaborate-segmented button[aria-pressed=true]{background:var(--kooya-surface);box-shadow:0 1px 2px #0f172a1f}.collaborate-feed-composer,.collaborate-feed-post{min-width:0;border:1px solid var(--kooya-border);border-radius:16px;background:var(--kooya-surface)}.collaborate-feed-composer{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;padding:18px}.collaborate-feed-composer form,.collaborate-gallery-upload,.collaborate-game-stage form,.collaborate-meet-files form{display:grid;gap:9px}.collaborate-feed-composer textarea,.collaborate-feed-post-edit textarea{width:100%;min-height:84px;padding:12px;resize:vertical;border:0;border-radius:12px;background:var(--kooya-surface-subtle)}.collaborate-feed-avatar{position:relative;display:grid;width:44px;height:44px;overflow:hidden;flex:0 0 44px;place-items:center;border-radius:14px;background:color-mix(in srgb,var(--kooya-accent) 15%,var(--kooya-surface));color:var(--kooya-accent);font-size:12px;font-style:normal;font-weight:600}.collaborate-feed-avatar--small{width:26px;height:26px;flex-basis:26px;border-radius:9px;font-size:9px}.collaborate-feed-avatar img{position:absolute;width:100%;height:100%;inset:0;object-fit:cover}.collaborate-feed-poll-editor{display:grid;gap:8px;margin-top:4px;padding:14px;border:1px solid var(--kooya-border);border-radius:12px;background:var(--kooya-surface-subtle)}.collaborate-feed-poll-editor__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.collaborate-feed-poll-editor__header strong{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:600}.collaborate-feed-poll-editor__header strong svg,.collaborate-feed-poll-editor button svg,.collaborate-feed-composer__actions svg,.collaborate-feed-inline-actions svg{width:15px;height:15px}.collaborate-feed-poll-editor__header button,.collaborate-feed-image-preview .kooya-tooltip>button{display:grid;width:32px;min-width:32px;height:32px;padding:0;place-items:center;border:0;background:transparent}.collaborate-feed-poll-editor__options{display:grid;gap:7px}.collaborate-feed-poll-editor__options>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}.collaborate-feed-poll-editor__options .kooya-tooltip>button{display:grid;width:38px;min-width:38px;height:38px;padding:0;place-items:center}.collaborate-feed-text-action{display:inline-flex;width:max-content;align-items:center;gap:5px;padding-inline:0;border:0;background:transparent;color:var(--kooya-accent)}.collaborate-feed-image-preview{position:relative;display:grid;min-height:48px;overflow:hidden;place-items:center;border:1px solid var(--kooya-border);border-radius:12px;background:var(--kooya-surface-subtle)}.collaborate-feed-image-preview img{width:100%;max-height:360px;object-fit:cover}.collaborate-feed-image-preview small{width:100%;padding:8px 42px 8px 10px;overflow-wrap:anywhere;color:var(--kooya-text-muted)}.collaborate-feed-image-preview .kooya-tooltip{position:absolute;top:8px;right:8px}.collaborate-feed-file-input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.collaborate-feed-composer__actions,.collaborate-feed-composer__actions>div,.collaborate-feed-inline-actions{display:flex;align-items:center;gap:8px}.collaborate-feed-composer__actions{justify-content:space-between}.collaborate-feed-composer__actions button,.collaborate-feed-inline-actions button{display:inline-flex;width:auto;align-items:center;gap:6px}.collaborate-feed-list{display:grid;margin:0;padding:0;gap:14px;list-style:none}.collaborate-feed-list>li{content-visibility:auto;contain-intrinsic-size:auto 180px}.collaborate-feed-post{padding:18px}.collaborate-feed-post>header,.collaborate-message-list article{display:flex;align-items:flex-start;gap:10px;min-width:0}.collaborate-feed-post>header>a,.collaborate-feed-post>header>.kooya-tooltip{flex:0 0 auto}.collaborate-feed-post>header time,.collaborate-message-list time{display:block;color:var(--kooya-text-muted);font-size:12px}.collaborate-feed-author{display:block;width:max-content;max-width:100%;color:var(--kooya-text);font-weight:600;text-decoration:none}.collaborate-feed-post__body{margin:14px 0;line-height:1.6;white-space:pre-wrap}.collaborate-feed-post-menu{position:relative}.collaborate-feed-post-menu>.kooya-tooltip>button,.collaborate-feed-comment-actions .kooya-tooltip>button{display:grid;width:34px;min-width:34px;height:34px;padding:0;place-items:center;border:0;background:transparent}.collaborate-feed-post-menu svg,.collaborate-feed-comment-actions svg{width:15px;height:15px}.collaborate-feed-post-menu [role=menu]{position:absolute;top:38px;right:0;z-index:5;display:grid;min-width:142px;padding:5px;border:1px solid var(--kooya-border);border-radius:10px;background:var(--kooya-surface);box-shadow:0 10px 30px #0f172a24}.collaborate-feed-post-menu [role=menuitem]{display:flex;width:100%;align-items:center;justify-content:flex-start;gap:8px;border:0;background:transparent}.collaborate-feed-post-edit{display:grid;gap:8px;margin-block:14px}.collaborate-feed-post__media{margin-block:14px;overflow:hidden;border:1px solid var(--kooya-border);border-radius:12px;background:var(--kooya-surface-subtle)}.collaborate-feed-image{display:block;width:100%;max-height:520px;object-fit:cover}.collaborate-feed-image-state{display:grid;min-height:180px;place-items:center;color:var(--kooya-text-muted)}.collaborate-feed-poll{display:grid;gap:8px;margin-block:14px}.collaborate-feed-poll h3{margin:0;font-size:14px}.collaborate-feed-poll>div{display:grid;gap:7px}.collaborate-feed-poll button{position:relative;display:flex;min-height:42px;overflow:hidden;align-items:center;justify-content:space-between;gap:12px;border-color:var(--kooya-border);background:var(--kooya-surface-subtle);text-align:start}.collaborate-feed-poll button>span:not(.collaborate-feed-poll__fill),.collaborate-feed-poll button>small{position:relative;z-index:1}.collaborate-feed-poll button>span:not(.collaborate-feed-poll__fill){display:inline-flex;min-width:0;align-items:center;gap:6px}.collaborate-feed-poll__fill{position:absolute;inset:0 auto 0 0;background:color-mix(in srgb,var(--kooya-accent) 13%,transparent)}.collaborate-feed-poll button[aria-pressed=true]{border-color:color-mix(in srgb,var(--kooya-accent) 55%,var(--kooya-border))}.collaborate-feed-poll svg{width:14px;height:14px}.collaborate-feed-poll>small{color:var(--kooya-text-muted);font-size:11px}.collaborate-feed-reactions{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:10px;border-block-start:1px solid var(--kooya-border)}.collaborate-feed-reactions>div{display:flex;gap:2px}.collaborate-feed-reactions button{display:inline-flex;width:auto;min-width:34px;min-height:34px;align-items:center;justify-content:center;gap:5px;padding:6px 9px;border:0;border-radius:999px;background:transparent;color:var(--kooya-text-muted)}.collaborate-feed-reactions button:hover,.collaborate-feed-reactions button[aria-pressed=true]{background:var(--kooya-surface-subtle);color:var(--kooya-accent)}.collaborate-feed-reactions svg{width:16px;height:16px}.collaborate-feed-comments{display:grid;gap:10px;margin-top:10px;padding-top:10px;border-block-start:1px solid var(--kooya-border)}.collaborate-feed-comment-composer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px}.collaborate-feed-comment-composer input{min-height:36px;border:0;border-bottom:1px solid var(--kooya-border);border-radius:0;background:transparent}.collaborate-feed-comment-composer .kooya-tooltip>button{display:grid;width:34px;min-width:34px;height:34px;padding:0;place-items:center}.collaborate-feed-comment-composer svg{width:14px;height:14px}.collaborate-feed-comment-list{display:grid;gap:0;margin:0;padding:0;list-style:none}.collaborate-feed-comment-list article{display:flex;min-width:0;align-items:flex-start;gap:8px;padding-block:7px}.collaborate-feed-comment-list p{margin:0}.collaborate-feed-comment-list time{color:var(--kooya-text-muted);font-size:11px}.collaborate-feed-comment-list textarea{width:100%;resize:vertical}.collaborate-feed-comment-actions{display:flex;flex-wrap:wrap;align-items:center;gap:4px;opacity:0}.collaborate-feed-comment-list article:hover .collaborate-feed-comment-actions,.collaborate-feed-comment-list article:focus-within .collaborate-feed-comment-actions{opacity:1}.collaborate-load-more{justify-self:center}.collaborate-inline-form{display:grid;grid-template-columns:minmax(130px,1fr) minmax(180px,2fr);gap:8px 12px;align-items:center}.collaborate-inline-form button{grid-column:2}.kooya-page-frame:has(>.chat-page){padding:0;min-height:100dvh}.chat-page{width:100%;min-width:0;height:100dvh;min-height:100dvh;overflow:hidden;border-radius:0;background:var(--kooya-surface);box-shadow:none}.chat-layout{display:grid;grid-template-columns:minmax(280px,330px) minmax(0,1fr);height:100%;min-width:0}.chat-rail{display:flex;min-width:0;min-height:0;flex-direction:column;background:color-mix(in srgb,var(--kooya-surface-subtle) 58%,var(--kooya-surface));border-inline-end:1px solid color-mix(in srgb,var(--kooya-border) 65%,transparent)}.chat-rail__header{display:flex;min-height:62px;padding:14px 16px 8px;align-items:center;justify-content:space-between;gap:12px}.chat-rail__header h2,.chat-pane__identity h2,.chat-call-remote h2{margin:0;color:var(--kooya-text);font-size:17px;font-weight:600;letter-spacing:-.015em}.chat-icon-button{display:inline-grid;width:34px;min-width:34px;height:34px;padding:0;place-items:center;border:0;border-radius:9px;background:transparent;color:var(--kooya-text-muted);cursor:pointer}.chat-icon-button:hover,.chat-icon-button:focus-visible{background:color-mix(in srgb,var(--kooya-accent) 10%,transparent);color:var(--kooya-accent)}.chat-icon-button svg{width:17px;height:17px}.chat-rail__tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 12px 10px;padding:3px;gap:2px;border-radius:10px;background:color-mix(in srgb,var(--kooya-border) 28%,transparent)}.chat-rail__tabs button,.chat-modal-tabs button{display:flex;min-width:0;min-height:32px;padding:6px 8px;align-items:center;justify-content:center;gap:5px;border:0;border-radius:8px;background:transparent;color:var(--kooya-text-muted);font-size:11px;font-weight:550;white-space:nowrap;cursor:pointer}.chat-rail__tabs button svg{width:13px;height:13px}.chat-rail__tabs button[aria-selected=true],.chat-modal-tabs button[aria-selected=true]{background:var(--kooya-surface);color:var(--kooya-text);box-shadow:0 1px 3px #0f172a14}.chat-search{display:flex;min-height:38px;margin:0 12px 8px;padding:0 10px;align-items:center;gap:8px;border:0;border-radius:9px;background:color-mix(in srgb,var(--kooya-border) 28%,transparent);color:var(--kooya-text-muted)}.chat-search svg{width:15px;height:15px;flex:0 0 auto}.chat-search input:not([type=checkbox]):not([type=radio]){width:100%;min-width:0;min-height:36px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;font-size:13px}.chat-search input:not([type=checkbox]):not([type=radio]):focus,.chat-search input:not([type=checkbox]):not([type=radio]):focus-visible{border:0;outline:0;box-shadow:none}.chat-search:focus-within{outline:2px solid var(--kooya-focus);outline-offset:2px}.chat-conversation-list,.chat-contact-list{min-height:0;flex:1;overflow-y:auto;padding:0 8px 12px}.chat-conversation-list>li,.chat-contact-list>li,.chat-modal-contact-list>li,.chat-contact-picker li,.chat-message-list>li{min-width:0;padding:0;border:0}.chat-conversation{position:relative;display:flex;min-width:0;align-items:center;border-radius:10px}.chat-conversation:hover,.chat-conversation:focus-within{background:color-mix(in srgb,var(--kooya-accent) 7%,transparent)}.chat-conversation:has(.chat-conversation__select[aria-current=true]){background:color-mix(in srgb,var(--kooya-accent) 11%,var(--kooya-surface))}.chat-conversation__select,.chat-contact-list button{display:grid;width:100%;min-width:0;min-height:66px;padding:8px 38px 8px 8px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:9px;border:0;border-radius:10px;background:transparent;color:var(--kooya-text);text-align:start;cursor:pointer}.chat-contact-list button{padding-inline-end:8px}.chat-group-avatar{display:inline-grid;width:36px;height:36px;flex:none;overflow:hidden;border-radius:10px;background:color-mix(in srgb,var(--kooya-accent) 14%,var(--kooya-surface-subtle));color:var(--kooya-text);font-size:10px;font-weight:600}.chat-group-avatar--collage{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:1px}.chat-group-avatar--single,.chat-group-avatar--custom{place-items:center}.chat-group-avatar img,.chat-group-avatar__cell img{width:100%;height:100%;object-fit:cover}.chat-group-avatar__cell{display:grid;place-items:center;min-width:0;min-height:0;background:color-mix(in srgb,var(--kooya-surface) 80%,var(--kooya-border))}.chat-group-avatar__cell[data-empty=true]{background:color-mix(in srgb,var(--kooya-border) 35%,transparent)}.chat-message-toolbar{position:absolute;top:-14px;right:0;z-index:2;display:none;padding:2px;align-items:center;gap:2px;border:1px solid color-mix(in srgb,var(--kooya-border) 70%,transparent);border-radius:999px;background:var(--kooya-surface);box-shadow:0 8px 18px color-mix(in srgb,#000 10%,transparent)}.chat-message[data-own=true] .chat-message-toolbar{right:auto;left:0}.chat-message:hover .chat-message-toolbar,.chat-message:focus-within .chat-message-toolbar{display:inline-flex}.chat-message__bubble-wrap{position:relative}.chat-reply-quote,.chat-reply-banner{display:grid;gap:2px;margin-bottom:8px;padding:8px 10px;border-left:3px solid var(--kooya-accent);border-radius:8px;background:color-mix(in srgb,var(--kooya-accent) 10%,var(--kooya-surface-subtle));color:var(--kooya-text-muted);font-size:12px}.chat-reply-quote strong,.chat-reply-banner strong{color:var(--kooya-text);font-size:11px}.chat-reply-banner{grid-template-columns:minmax(0,1fr) auto;align-items:center;margin:0 0 8px}.chat-mention{color:var(--kooya-accent);font-weight:600}.chat-reaction-chips{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.chat-reaction-chip,.chat-reaction-picker button{display:inline-flex;min-height:24px;padding:0 7px;align-items:center;gap:4px;border:1px solid color-mix(in srgb,var(--kooya-border) 70%,transparent);border-radius:999px;background:var(--kooya-surface);color:var(--kooya-text);cursor:pointer}.chat-reaction-chip[data-active=true]{border-color:color-mix(in srgb,var(--kooya-accent) 45%,transparent);background:color-mix(in srgb,var(--kooya-accent) 12%,var(--kooya-surface))}.chat-reaction-picker{position:absolute;z-index:3;bottom:calc(100% + 6px);left:0;display:flex;padding:4px;gap:2px;border:1px solid color-mix(in srgb,var(--kooya-border) 70%,transparent);border-radius:999px;background:var(--kooya-surface);box-shadow:0 10px 24px color-mix(in srgb,#000 12%,transparent)}.chat-composer__input{position:relative;min-width:0;flex:1}.chat-mention-menu{position:absolute;z-index:4;right:0;bottom:calc(100% + 6px);left:0;display:grid;max-height:180px;overflow:auto;border:1px solid color-mix(in srgb,var(--kooya-border) 70%,transparent);border-radius:12px;background:var(--kooya-surface);box-shadow:0 12px 28px color-mix(in srgb,#000 12%,transparent)}.chat-mention-menu button{display:grid;padding:8px 10px;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:8px;border:0;background:transparent;color:inherit;text-align:start;cursor:pointer}.chat-mention-menu button:hover,.chat-mention-menu button:focus-visible{background:var(--kooya-surface-subtle)}.chat-group-settings-avatar{display:flex;align-items:center;gap:12px}.chat-group-settings-avatar__actions{display:flex;flex-wrap:wrap;gap:8px}.chat-admin-controls{margin:0;padding:0;border:0}.chat-admin-row{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;padding:6px 0}.chat-dock{position:fixed;z-index:55;right:18px;bottom:18px;display:grid;justify-items:end;gap:10px}.chat-dock__fab{position:relative;display:inline-grid;width:52px;height:52px;place-items:center;border:0;border-radius:999px;background:var(--kooya-accent);color:#fff;box-shadow:0 12px 28px color-mix(in srgb,var(--kooya-accent) 35%,transparent);cursor:pointer}.chat-dock__badge{position:absolute;top:-2px;right:-2px;min-width:18px;padding:0 5px;border-radius:999px;background:#dc2626;color:#fff;font-size:10px;font-weight:600;line-height:18px;text-align:center}.chat-dock__panel{display:grid;width:min(420px,calc(100vw - 24px));height:min(560px,calc(100dvh - 96px));overflow:hidden;border:1px solid color-mix(in srgb,var(--kooya-border) 70%,transparent);border-radius:18px;background:var(--kooya-surface);box-shadow:0 24px 48px color-mix(in srgb,#000 18%,transparent);grid-template-rows:auto minmax(0,1fr)}.chat-dock__header{display:flex;min-height:48px;padding:0 12px;align-items:center;justify-content:space-between;border-bottom:1px solid color-mix(in srgb,var(--kooya-border) 60%,transparent)}.chat-dock__header-actions{display:inline-flex;align-items:center;gap:2px}.chat-dock__body{display:grid;min-height:0;grid-template-columns:1fr}.chat-dock__body[data-thread=true]{grid-template-columns:140px minmax(0,1fr)}.chat-dock__list{min-height:0;overflow:auto;border-right:1px solid color-mix(in srgb,var(--kooya-border) 55%,transparent)}.chat-dock__conversation{display:grid;width:100%;padding:10px;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:8px;border:0;background:transparent;color:inherit;text-align:start;cursor:pointer}.chat-dock__conversation[aria-current=true],.chat-dock__conversation:hover{background:var(--kooya-surface-subtle)}.chat-dock__conversation span{display:grid;min-width:0;gap:2px}.chat-dock__conversation strong,.chat-dock__conversation small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-dock__conversation small{color:var(--kooya-text-muted);font-size:11px}.chat-dock__empty{display:grid;place-items:center;gap:12px;padding:24px;color:var(--kooya-text-muted);text-align:center}.chat-pane--compact .chat-pane__header-actions .chat-icon-button[aria-label="Start audio call"],.chat-pane--compact .chat-pane__header-actions .chat-icon-button[aria-label="Start video call"]{display:none}.chat-avatar{display:inline-grid;width:36px;min-width:36px;height:36px;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--kooya-accent) 14%,var(--kooya-surface));color:var(--kooya-accent);font-size:11px;font-weight:600;line-height:1}.chat-avatar--large{width:54px;min-width:54px;height:54px;font-size:15px}.chat-avatar--call{width:88px;min-width:88px;height:88px;font-size:24px;box-shadow:0 0 0 12px color-mix(in srgb,var(--kooya-accent) 8%,transparent)}.chat-rail__copy,.chat-modal-contact-list button>span:nth-child(2),.chat-contact-picker label>span:last-child{display:grid;min-width:0;gap:2px}.chat-rail__copy strong,.chat-modal-contact-list strong,.chat-contact-picker strong{overflow:hidden;font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.chat-rail__copy small,.chat-modal-contact-list small,.chat-contact-picker small{overflow:hidden;color:var(--kooya-text-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.chat-conversation__title{display:flex;min-width:0;align-items:center;gap:5px}.chat-conversation__title svg{width:11px;min-width:11px;height:11px;color:var(--kooya-accent)}.chat-conversation__meta{display:grid;justify-items:end;gap:5px}.chat-conversation__meta time{color:var(--kooya-text-muted);font-size:9px;white-space:nowrap}.chat-unread{display:inline-grid;min-width:18px;height:18px;padding:0 5px;place-items:center;border-radius:999px;background:var(--kooya-accent);color:#fff;font-size:9px;font-weight:600}.chat-conversation__more{position:absolute;z-index:2;inset-inline-end:3px;top:16px;opacity:0}.chat-conversation:hover .chat-conversation__more,.chat-conversation:focus-within .chat-conversation__more{opacity:1}.chat-conversation__restore{position:absolute;inset-inline-end:5px;bottom:4px;display:flex;padding:3px 5px;align-items:center;gap:3px;border:0;background:transparent;color:var(--kooya-accent);font-size:10px;cursor:pointer}.chat-conversation__restore svg{width:11px;height:11px}.chat-presence-label{color:var(--kooya-text-muted);font-size:10px}.chat-menu-anchor{position:relative}.chat-conversation>.chat-menu-anchor{position:static}.chat-action-menu{position:absolute;z-index:20;top:48px;inset-inline-end:4px;display:grid;width:190px;max-height:min(430px,calc(100dvh - 130px));overflow-y:auto;padding:5px;border:1px solid color-mix(in srgb,var(--kooya-border) 70%,transparent);border-radius:10px;background:var(--kooya-surface);box-shadow:0 14px 36px #0f172a29}.chat-conversation .chat-action-menu{top:48px}.chat-action-menu--header{top:39px;inset-inline-end:0}.chat-action-menu button{display:flex;width:100%;min-height:34px;padding:7px 9px;align-items:center;gap:7px;border:0;border-radius:7px;background:transparent;color:var(--kooya-text);font-size:12px;text-align:start;cursor:pointer}.chat-action-menu button:hover,.chat-action-menu button:focus-visible{background:var(--kooya-surface-subtle)}.chat-action-menu button.is-danger{color:var(--kooya-danger, #dc2626)}.chat-action-menu button svg{width:14px;height:14px}.chat-action-menu__nested{margin:1px 5px 4px 18px;padding-inline-start:4px;border-inline-start:2px solid color-mix(in srgb,var(--kooya-accent) 30%,transparent)}.chat-pane{display:flex;min-width:0;min-height:0;flex-direction:column;background:var(--kooya-surface)}.chat-pane__header{position:relative;z-index:5;display:flex;min-height:62px;padding:10px 14px;align-items:center;gap:10px;border-block-end:1px solid color-mix(in srgb,var(--kooya-border) 55%,transparent)}.chat-pane__identity{display:grid;min-width:0;flex:1;gap:1px}.chat-pane__identity h2,.chat-pane__identity small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-pane__identity small{color:var(--kooya-text-muted);font-size:11px}.chat-pane__header-actions{display:flex;align-items:center;gap:2px}.chat-back{display:none}.chat-pane--empty{align-items:center;justify-content:center;padding:24px}.chat-empty-state{display:grid;max-width:360px;justify-items:center;gap:8px;color:var(--kooya-text-muted);text-align:center}.chat-empty-state h2{margin:8px 0 0;color:var(--kooya-text);font-size:16px}.chat-empty-state p{margin:0;font-size:13px}.chat-empty-illustration{position:relative;width:76px;height:58px}.chat-empty-illustration span{position:absolute;display:block;width:48px;height:34px;border-radius:14px 14px 14px 4px;background:color-mix(in srgb,var(--kooya-accent) 12%,var(--kooya-surface-subtle))}.chat-empty-illustration span:nth-child(2){top:20px;right:0;border-radius:14px 14px 4px;background:color-mix(in srgb,var(--kooya-accent) 22%,var(--kooya-surface))}.chat-empty-illustration span:nth-child(3){top:12px;left:13px;width:6px;height:6px;border-radius:50%;box-shadow:12px 0 currentColor,24px 0 currentColor;background:currentColor;color:color-mix(in srgb,var(--kooya-accent) 60%,transparent)}.chat-mobile-only{display:none}.chat-message-list{min-height:0;flex:1;overflow-y:auto;padding:18px clamp(14px,3vw,34px) 10px;scroll-behavior:smooth}.chat-message-list>li+li{margin-top:8px}.chat-date-separator{display:flex;margin:12px 0 18px;align-items:center;gap:10px;color:var(--kooya-text-muted);font-size:10px;text-transform:uppercase}.chat-date-separator:before,.chat-date-separator:after{height:1px;flex:1;background:color-mix(in srgb,var(--kooya-border) 48%,transparent);content:""}.chat-message{display:flex;max-width:min(78%,620px);align-items:flex-end;gap:8px}.chat-message[data-own=true]{margin-inline-start:auto;justify-content:flex-end}.chat-message__content{display:grid;min-width:0;gap:3px}.chat-message__content>strong{padding-inline-start:4px;font-size:10px;font-weight:600}.chat-message__content>small{padding-inline:4px;color:var(--kooya-text-muted);font-size:9px}.chat-message[data-own=true] .chat-message__content>small{text-align:end}.chat-message__bubble{min-width:44px;overflow:hidden;padding:9px 11px;border-radius:13px 13px 13px 4px;background:var(--kooya-surface-subtle);color:var(--kooya-text);overflow-wrap:anywhere}.chat-message[data-own=true] .chat-message__bubble{border-radius:13px 13px 4px;background:var(--kooya-accent);color:#fff}.chat-message__bubble p{margin:0;font-size:13px;line-height:1.45;white-space:pre-wrap}.chat-message__bubble a{color:inherit;text-decoration:underline;text-underline-offset:2px}.chat-message-image{display:block;margin:8px -5px -3px;overflow:hidden;border-radius:9px}.chat-message-image img{display:block;width:min(100%,420px);max-height:320px;object-fit:cover}.chat-image-loading{display:block;margin-top:7px;font-size:10px;opacity:.75}.chat-link-preview{display:grid;margin:8px -5px -3px;overflow:hidden;border-radius:9px;background:color-mix(in srgb,#fff 12%,transparent);text-decoration:none!important}.chat-message[data-own=false] .chat-link-preview{background:var(--kooya-surface)}.chat-link-preview>img{width:100%;max-height:150px;object-fit:cover}.chat-link-preview>span{display:grid;padding:9px;gap:3px}.chat-link-preview strong{font-size:12px}.chat-link-preview small,.chat-link-preview em{display:-webkit-box;overflow:hidden;font-size:10px;font-style:normal;opacity:.78;-webkit-box-orient:vertical;-webkit-line-clamp:2}.chat-message-state{min-height:22px;padding:3px clamp(14px,3vw,34px);color:var(--kooya-text-muted);font-size:10px}.chat-composer{padding:8px 12px 12px;border-block-start:1px solid color-mix(in srgb,var(--kooya-border) 48%,transparent)}.chat-composer__row{display:flex;min-width:0;padding:5px;align-items:flex-end;gap:2px;border-radius:12px;background:var(--kooya-surface-subtle)}.chat-composer textarea{min-width:0;min-height:34px;max-height:120px;flex:1;resize:none;padding:8px;border:0;background:transparent;box-shadow:none;font-size:13px;line-height:1.35}.chat-composer textarea:focus{outline:0}.chat-send-button{display:inline-flex;width:auto;min-width:70px;min-height:34px;padding:7px 10px;align-items:center;justify-content:center;gap:5px;border:0;border-radius:9px;background:var(--kooya-accent);color:#fff;font-size:12px;cursor:pointer}.chat-send-button svg{width:14px;height:14px}.chat-send-button:disabled{cursor:not-allowed;opacity:.5}.chat-emoji-picker{position:absolute;z-index:15;inset-inline-start:0;bottom:42px;display:grid;width:190px;padding:8px;grid-template-columns:repeat(5,1fr);gap:3px;border:1px solid color-mix(in srgb,var(--kooya-border) 70%,transparent);border-radius:10px;background:var(--kooya-surface);box-shadow:0 12px 30px #0f172a24}.chat-emoji-picker button{min-height:30px;padding:3px;border:0;border-radius:7px;background:transparent;font-size:17px;cursor:pointer}.chat-emoji-picker button:hover{background:var(--kooya-surface-subtle)}.chat-attachment-previews{display:flex;max-height:132px;margin:0 0 7px 4px;flex-wrap:wrap;gap:6px;overflow:auto}.chat-attachment-preview{display:flex;width:min(260px,100%);min-width:0;padding:6px;align-items:center;gap:8px;border-radius:10px;background:var(--kooya-surface-subtle)}.chat-attachment-preview img{width:42px;height:42px;border-radius:7px;object-fit:cover}.chat-attachment-preview>span{display:grid;min-width:0;flex:1}.chat-attachment-preview strong,.chat-attachment-preview small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-attachment-preview strong{font-size:11px}.chat-attachment-preview small{color:var(--kooya-text-muted);font-size:9px}.chat-modal-tabs{display:grid;grid-template-columns:1fr 1fr;padding:3px;gap:3px;border-radius:10px;background:var(--kooya-surface-subtle)}.chat-field,.chat-modal-form{display:grid;gap:6px}.chat-field>span,.chat-contact-picker legend{color:var(--kooya-text-muted);font-size:11px;font-weight:600}.chat-new-modal .kooya-modal__body,.chat-modal-form{gap:14px}.chat-new-modal .kooya-modal__body{display:grid}.chat-modal-contact-list,.chat-contact-picker .kooya-list{max-height:310px;overflow-y:auto}.chat-modal-contact-list button,.chat-contact-picker label{display:grid;width:100%;min-width:0;min-height:54px;padding:7px 8px;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;border:0;border-radius:9px;background:transparent;color:var(--kooya-text);text-align:start;cursor:pointer}.chat-modal-contact-list button:hover,.chat-contact-picker label:hover{background:var(--kooya-surface-subtle)}.chat-modal-contact-list em{color:var(--kooya-danger, #dc2626);font-size:10px}.chat-contact-picker{min-width:0;margin:0;padding:0;border:0}.chat-contact-picker label{grid-template-columns:16px 36px minmax(0,1fr)}.chat-contact-picker input{width:15px;height:15px;margin:0}.chat-contact-card{display:flex;padding:8px 0;align-items:center;gap:13px}.chat-contact-card>div{display:grid;min-width:0;gap:3px}.chat-contact-card a,.chat-contact-card span{overflow-wrap:anywhere;color:var(--kooya-text-muted);font-size:12px}.chat-confirm-copy{margin:0;color:var(--kooya-text-muted);font-size:12px}.chat-call-overlay{position:fixed;z-index:60;inset:0;display:flex;width:100%;height:100dvh;min-height:0;flex-direction:column;background:#111827;color:#f8fafc}.chat-call-overlay>header{display:flex;min-height:58px;padding:10px 16px;align-items:center;justify-content:space-between;gap:12px}.chat-call-overlay>header>span,.chat-call-overlay__back{display:flex;align-items:center;gap:7px}.chat-call-overlay>header svg,.chat-call-overlay__back svg{width:16px;height:16px}.chat-call-overlay__back{min-height:34px;padding:7px 10px;border:0;border-radius:9px;background:#ffffff14;color:#fff;font-size:12px;cursor:pointer}.chat-call-stage{position:relative;display:grid;min-height:0;flex:1;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 35%,#243044 0,#111827 54%,#0b1120)}.chat-call-remote{position:relative;z-index:2;display:grid;justify-items:center;gap:14px;text-align:center}.chat-call-remote h2{color:#fff;font-size:20px}.chat-call-remote p,.chat-call-media-error,.chat-call-waiting{margin:0;color:#94a3b8;font-size:12px}.chat-call-participants{display:flex;padding-inline-start:8px}.chat-call-participants span{display:grid;width:30px;height:30px;margin-inline-start:2px;place-items:center;border:2px solid #111827;border-radius:50%;background:#334155;font-size:9px}.chat-call-remote-grid{display:grid;width:100%;height:100%;min-width:0;min-height:0;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:8px;padding:8px}.chat-call-tile{position:relative;display:grid;min-width:0;min-height:180px;place-items:center;overflow:hidden;border-radius:12px;background:#0b1120}.chat-call-tile[data-speaking=true],.chat-call-local-tile[data-speaking=true]{box-shadow:0 0 0 2px var(--kooya-accent),0 12px 32px #00000040}.chat-call-tile video{width:100%;height:100%;object-fit:cover}.chat-call-tile audio{position:absolute;width:1px;height:1px;overflow:hidden}.chat-call-tile__label,.chat-call-local-tile>span{position:absolute;right:10px;bottom:10px;max-width:calc(100% - 20px);padding:4px 7px;overflow:hidden;border-radius:6px;background:#0f172ac7;color:#f8fafc;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.chat-call-local-tile{position:absolute;z-index:3;right:14px;bottom:14px;width:clamp(104px,18vw,176px);aspect-ratio:3 / 4;overflow:hidden;border:1px solid rgb(255 255 255 / .15);border-radius:12px;background:#0b1120;box-shadow:0 12px 32px #00000040}.chat-call-local-tile video{width:100%;height:100%;object-fit:cover}.chat-call-waiting{position:absolute;bottom:18px}.chat-call-media-error{position:absolute;inset-inline:20px;bottom:18px;text-align:center}.chat-call-controls{display:flex;min-height:82px;padding:12px 16px 18px;align-items:center;justify-content:center;gap:12px}.chat-call-control{display:grid;width:46px;min-width:46px;height:46px;padding:0;place-items:center;border:0;border-radius:50%;background:#ffffff1f;color:#fff;cursor:pointer}.chat-call-control:hover{background:#fff3}.chat-call-control svg{width:19px;height:19px}.chat-call-control--danger{background:#dc2626}.chat-call-control--accept{background:#16a34a}.chat-call-controls--incoming .chat-call-control{display:flex;width:auto;min-width:104px;padding:0 16px;border-radius:24px;align-items:center;justify-content:center;gap:8px}.chat-call-mini-bar{position:fixed;z-index:45;right:18px;bottom:18px;display:flex;width:min(420px,calc(100vw - 36px));min-width:0;padding:11px 12px;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--kooya-border);border-radius:12px;background:color-mix(in srgb,var(--kooya-surface) 96%,transparent);box-shadow:0 16px 38px #0f172a2e}.chat-call-mini-bar__label,.chat-call-mini-bar__actions,.chat-call-mini-bar__actions button{display:flex;min-width:0;align-items:center}.chat-call-mini-bar__label{gap:8px;overflow:hidden;font-size:12px;font-weight:600}.chat-call-mini-bar__label svg,.chat-call-mini-bar__actions svg{width:16px;height:16px;flex:0 0 auto}.chat-call-mini-bar__label span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-call-mini-bar__actions{flex:0 0 auto;gap:6px}.chat-call-mini-bar__actions button{min-height:32px;padding:6px 9px;justify-content:center;gap:5px;font-size:11px}.collaborate-meet-hero,.collaborate-games-hero,.collaborate-game-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;border:1px solid var(--kooya-border);border-radius:14px;background:var(--kooya-surface)}.hq-feature-page.collaborate-notifications-page,.hq-feature-page.collaborate-notification-settings-page{width:min(100%,760px);margin-inline:auto}.collaborate-notification-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.collaborate-notification-toolbar>button,.collaborate-notification-more button,.collaborate-notification-settings__actions button{width:auto}.collaborate-notification-card,.collaborate-notification-settings>section{overflow:hidden;border:1px solid var(--kooya-border);border-radius:var(--kooya-radius-sm);background:var(--kooya-surface)}.collaborate-notification-groups,.collaborate-notification-groups>li,.collaborate-notification-list{margin:0;padding:0;list-style:none}.collaborate-notification-groups>li+li{border-block-start:1px solid var(--kooya-border)}.collaborate-notification-groups h2{margin:0;padding:6px 12px;background:var(--kooya-surface-subtle);color:var(--kooya-text-muted);font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.collaborate-notification-list>li+li{border-block-start:1px solid var(--kooya-border)}.collaborate-notification-list article{display:grid;grid-template-columns:6px minmax(0,1fr) auto;gap:8px 10px;align-items:start;min-width:0;padding:8px 12px;cursor:pointer;transition:background-color .14s ease}.collaborate-notification-list article:hover,.collaborate-notification-list article:focus-visible{background:var(--kooya-surface-subtle)}.collaborate-notification-list article:focus-visible{outline:2px solid var(--kooya-focus);outline-offset:-2px}.collaborate-notification-list li.is-unread article{background:color-mix(in srgb,var(--kooya-accent) 4%,var(--kooya-surface))}.collaborate-notification-unread{width:6px;height:6px;margin-top:5px;border-radius:999px;background:transparent}.collaborate-notification-list li.is-unread .collaborate-notification-unread{background:var(--kooya-accent)}.collaborate-notification-copy{display:grid;gap:2px;min-width:0}.collaborate-notification-copy>strong,.collaborate-notification-copy>p{overflow-wrap:anywhere}.collaborate-notification-copy>strong{font-size:14px;font-weight:600;line-height:1.35}.collaborate-notification-copy>p{display:-webkit-box;margin:0;overflow:hidden;color:var(--kooya-text-muted);font-size:13px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.collaborate-notification-meta{display:flex;flex-wrap:wrap;gap:4px 8px;color:var(--kooya-text-muted);font-size:11px}.collaborate-notification-meta span{max-width:100%;overflow-wrap:anywhere}.collaborate-notification-meta .is-accent{color:var(--kooya-accent);font-weight:600}.collaborate-notification-time{display:grid;justify-items:end;gap:4px;min-width:72px;text-align:end}.collaborate-notification-time time{display:grid;color:var(--kooya-text-muted);font-size:11px;line-height:1.35}.collaborate-notification-time time strong{color:var(--kooya-text);font-size:12px;font-weight:600}.collaborate-notification-time button{min-height:28px;padding:3px 7px;font-size:11px}.collaborate-notification-more{display:flex;justify-content:center;padding:8px 12px;border-block-start:1px solid var(--kooya-border)}.collaborate-notification-empty{display:grid;justify-items:center;gap:6px;min-height:160px;padding:32px 18px;border:1px solid var(--kooya-border);border-radius:14px;background:var(--kooya-surface);color:var(--kooya-text-muted);text-align:center}.collaborate-notification-empty strong{color:var(--kooya-text)}.collaborate-notification-facts,.collaborate-notification-details dl{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,150px),1fr));gap:10px;margin:0}.collaborate-notification-facts{padding:14px;border-radius:10px;background:var(--kooya-surface-subtle)}.collaborate-notification-facts div,.collaborate-notification-details dl div{min-width:0}.collaborate-notification-facts dt,.collaborate-notification-details dt{color:var(--kooya-text-muted);font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.collaborate-notification-facts dd,.collaborate-notification-details dd{margin:3px 0 0;overflow-wrap:anywhere;font-size:13px;font-weight:550}.collaborate-notification-facts dd small{display:block;margin-top:2px;color:var(--kooya-text-muted);font-weight:400}.collaborate-notification-details{display:grid;gap:8px;margin-top:16px}.collaborate-notification-details h3{margin:0;font-size:12px}.collaborate-notification-details dl div{padding:10px;border:1px solid var(--kooya-border);border-radius:9px}.collaborate-notification-modal .kooya-modal__actions a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:7px 12px;border-radius:8px;background:var(--kooya-accent);color:#fff;text-decoration:none}.collaborate-invalid-target{margin:14px 0 0;color:var(--kooya-text-muted);font-size:12px}.collaborate-notification-settings{display:grid;gap:16px}.collaborate-notification-settings>section>header{padding:16px 18px 12px}.collaborate-notification-settings h2,.collaborate-notification-settings p{margin:0}.collaborate-notification-settings h2{font-size:15px}.collaborate-notification-settings p{margin-top:3px;color:var(--kooya-text-muted);font-size:12px}.collaborate-notification-toggle{display:flex;align-items:center;gap:10px;min-height:48px;padding:10px 18px;border-block-start:1px solid var(--kooya-border);cursor:pointer}.collaborate-notification-toggle input{width:16px;height:16px;flex:0 0 16px;margin:0;cursor:pointer}.collaborate-notification-toggle>span{display:grid;gap:2px;min-width:0}.collaborate-notification-toggle strong{font-size:13px;font-weight:550}.collaborate-notification-toggle small{color:var(--kooya-text-muted);font-size:11px}.collaborate-notification-kind-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0;list-style:none}.collaborate-notification-kind-list>li:nth-child(2n){border-inline-start:1px solid var(--kooya-border)}.collaborate-notification-settings__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:var(--kooya-control-row-gap, 8px)}.collaborate-gallery-page{min-width:0}.collaborate-gallery-toolbar,.collaborate-gallery-batch,.collaborate-gallery-pagination{display:flex;min-width:0;align-items:center;gap:8px}.collaborate-gallery-toolbar{justify-content:space-between;flex-wrap:wrap}.collaborate-gallery-toolbar>label{width:min(100%,360px)}.collaborate-gallery-toolbar input{width:100%}.collaborate-gallery-batch{justify-content:flex-end;flex-wrap:wrap}.collaborate-gallery-batch>span{color:var(--kooya-text-muted);font-size:12px}.collaborate-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-width:0;gap:14px;margin:0;padding:0;list-style:none}.collaborate-gallery-grid>li{min-width:0}.collaborate-gallery-grid article{position:relative;min-width:0;overflow:hidden;aspect-ratio:16/10;border-radius:14px;background:var(--kooya-surface-subtle);cursor:pointer;content-visibility:auto;contain-intrinsic-size:auto 240px}.collaborate-gallery-grid article:hover,.collaborate-gallery-grid article:focus-visible,.collaborate-gallery-grid>li.is-selected article{outline:3px solid color-mix(in srgb,var(--kooya-focus) 42%,transparent);outline-offset:-3px}.collaborate-gallery-grid article>img,.collaborate-gallery-grid article>video,.collaborate-gallery-album-card>img,.collaborate-gallery-album-card>video,.collaborate-gallery-placeholder{display:block;width:100%;height:100%;object-fit:cover}.collaborate-gallery-album-card{display:grid;gap:.75rem;min-width:0;color:inherit;text-decoration:none;cursor:pointer}.collaborate-gallery-pending{display:grid;gap:1rem}.collaborate-gallery-pending article{display:grid;grid-template-columns:minmax(8rem,12rem) minmax(0,1fr) auto;gap:1rem;align-items:center;min-width:0}.collaborate-gallery-pending :is(img,video,.collaborate-gallery-placeholder){width:100%;aspect-ratio:16 / 10;object-fit:cover}.collaborate-gallery-upload-list video{width:8rem;aspect-ratio:16 / 10;object-fit:cover;border-radius:.5rem}.collaborate-gallery-placeholder{display:grid;place-items:center;color:var(--kooya-text-muted);background:color-mix(in srgb,var(--kooya-accent) 7%,var(--kooya-surface-subtle));font-size:12px}.collaborate-gallery-status,.collaborate-gallery-select,.collaborate-gallery-card-actions{position:absolute;z-index:2;top:10px}.collaborate-gallery-status{left:10px;padding:4px 7px;color:var(--kooya-text);background:color-mix(in srgb,var(--kooya-warning) 22%,var(--kooya-surface));border-radius:999px;font-size:11px}.collaborate-gallery-select,.collaborate-gallery-card-actions{right:10px}.collaborate-gallery-select{display:grid;width:32px;height:32px;place-items:center;border-radius:9px;background:color-mix(in srgb,var(--kooya-surface) 88%,transparent);cursor:pointer}.collaborate-gallery-select input{width:16px;height:16px;margin:0;cursor:pointer}.collaborate-gallery-card-actions{display:flex;gap:5px;opacity:0;transform:translateY(-3px);transition:opacity .14s ease,transform .14s ease}.collaborate-gallery-grid article:hover .collaborate-gallery-card-actions,.collaborate-gallery-grid article:focus-within .collaborate-gallery-card-actions{opacity:1;transform:none}.collaborate-gallery-card-actions button{min-height:32px;padding:5px 8px;background:color-mix(in srgb,var(--kooya-surface) 92%,transparent);box-shadow:0 1px 3px #0f172a29}.collaborate-gallery-card-copy{position:absolute;z-index:1;right:0;bottom:0;left:0;display:grid;min-width:0;gap:3px;padding:40px 12px 12px;color:#fff;background:linear-gradient(transparent,#07100bd1);overflow-wrap:anywhere;pointer-events:none}.collaborate-gallery-card-copy strong,.collaborate-gallery-card-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collaborate-gallery-card-copy strong{font-size:13px;font-weight:600}.collaborate-gallery-card-copy span{color:#ffffffc7;font-size:11px}.collaborate-gallery-empty{display:grid;min-height:220px;place-items:center;align-content:center;gap:8px;padding:24px;color:var(--kooya-text-muted);text-align:center;border-radius:14px;background:var(--kooya-surface-subtle)}.collaborate-gallery-empty strong{color:var(--kooya-text)}.collaborate-gallery-pagination{justify-content:center;flex-wrap:wrap}.collaborate-gallery-pagination span{color:var(--kooya-text-muted);font-size:12px}.collaborate-gallery-upload-modal form{display:grid;gap:14px}.collaborate-gallery-dropzone{display:grid;min-height:260px;padding:28px;place-items:center;align-content:center;gap:10px;color:var(--kooya-text-muted);text-align:center;border:1px dashed var(--kooya-border-strong);border-radius:14px;background:var(--kooya-surface-subtle)}.collaborate-gallery-dropzone.is-dragging{color:var(--kooya-accent);border-color:var(--kooya-accent);background:color-mix(in srgb,var(--kooya-accent) 8%,var(--kooya-surface))}.collaborate-gallery-upload-list{display:grid;gap:12px}.collaborate-gallery-upload-list>article{display:grid;grid-template-columns:112px minmax(0,1fr) auto;min-width:0;gap:12px;align-items:start;padding:12px;border-radius:12px;background:var(--kooya-surface-subtle)}.collaborate-gallery-upload-list img{width:112px;height:88px;object-fit:cover;border-radius:9px}.collaborate-gallery-upload-list article>div{display:grid;min-width:0;gap:9px}.collaborate-gallery-upload-list label{display:grid;gap:5px;color:var(--kooya-text-muted);font-size:12px}.collaborate-gallery-upload-list :is(input,textarea){width:100%}.collaborate-gallery-upload-list textarea{min-height:64px;resize:vertical}.collaborate-gallery-upload-list>button{justify-self:start}.collaborate-gallery-viewer{color:#f8fafc;background:#101612;border-color:#ffffff1f}.collaborate-gallery-viewer .kooya-modal__header{border-color:#ffffff1f}.collaborate-gallery-viewer .kooya-modal__heading p,.collaborate-gallery-viewer .kooya-modal__close{color:#f8fafcb3}.collaborate-gallery-viewer__body{padding:0}.collaborate-gallery-viewer__layout{display:grid;min-height:0;gap:12px;padding:14px}.collaborate-gallery-viewer__toolbar{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:7px}.collaborate-gallery-viewer__media{position:relative;display:grid;min-height:300px;grid-template-columns:auto minmax(0,1fr) auto;place-items:center;border-radius:12px;background:#070b08}.collaborate-gallery-viewer__media>img,.collaborate-gallery-viewer__media>video,.collaborate-gallery-viewer__media>.collaborate-gallery-placeholder{width:100%;height:min(58svh,620px);object-fit:contain;background:#070b08}.collaborate-gallery-viewer__media>.kooya-tooltip{z-index:2}.collaborate-gallery-viewer__media>.kooya-tooltip>button{width:40px;min-width:40px;height:52px;padding:0;color:#fff;background:#ffffff1a;border:0;border-radius:10px;font-size:28px}.collaborate-gallery-viewer__caption{display:grid;min-width:0;gap:3px}.collaborate-gallery-viewer__caption :is(h3,p){margin:0;overflow-wrap:anywhere}.collaborate-gallery-viewer__caption h3{font-size:15px}.collaborate-gallery-viewer__caption p,.collaborate-gallery-viewer__caption span{color:#f8fafca8;font-size:12px}.collaborate-gallery-editor{display:grid;gap:9px;padding:14px;color:var(--kooya-text);background:var(--kooya-surface);border-radius:12px}.collaborate-gallery-editor h3{margin:0;font-size:15px}.collaborate-gallery-editor label{display:grid;gap:5px;font-size:12px}.collaborate-gallery-editor textarea{min-height:80px;resize:vertical}.collaborate-gallery-editor>div{display:flex;justify-content:flex-end;gap:8px}.collaborate-gallery-thumbnails{display:flex;min-width:0;padding:0;overflow-x:auto;gap:8px}.collaborate-gallery-thumbnails>li{flex:0 0 auto}.collaborate-gallery-thumbnails button{width:72px;height:54px;padding:2px;overflow:hidden;border:2px solid transparent;border-radius:9px;background:transparent}.collaborate-gallery-thumbnails button[aria-pressed=true]{border-color:var(--kooya-accent)}.collaborate-gallery-thumbnails :is(img,video,.collaborate-gallery-placeholder){width:100%;height:100%;object-fit:cover;border-radius:6px}.collaborate-game-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr));gap:14px;margin:0;padding:0;list-style:none}.collaborate-game-grid>li{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--kooya-border);border-radius:15px;background:var(--kooya-surface)}.collaborate-progress{height:8px;overflow:hidden;border-radius:999px;background:var(--kooya-surface-subtle)}.collaborate-progress span{display:block;height:100%;background:var(--kooya-accent);transition:width .15s ease}.collaborate-meet-hero,.collaborate-games-hero{background:color-mix(in srgb,var(--kooya-accent) 9%,var(--kooya-surface))}.collaborate-meet-hero>div,.collaborate-games-hero>div{max-width:680px}.collaborate-meeting-list li{justify-content:space-between;padding:14px}.collaborate-meeting-list strong{display:block}.collaborate-prejoin{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,1fr);gap:20px;min-height:500px;padding:20px;border-radius:16px;background:#111827;color:#fff}.collaborate-camera-preview{display:grid;place-items:center;min-height:420px;border-radius:14px;background:linear-gradient(145deg,#263244,#111827)}.collaborate-prejoin>section{display:flex;flex-direction:column;justify-content:center;gap:12px}.collaborate-prejoin a{color:#fff}.collaborate-live-room{overflow:hidden;border-radius:16px;background:#111827;color:#fff}.collaborate-live-room header,.collaborate-live-room footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px}.live-state{margin-left:8px;text-transform:capitalize}.live-state--connected{color:#86efac}.live-state--reconnecting{color:#fcd34d}.collaborate-live-media{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;min-height:440px;padding:10px}.collaborate-live-media video,.collaborate-local-tile,.collaborate-participant-tile{width:100%;min-height:220px;object-fit:cover;border-radius:12px;background:#263244}.collaborate-local-tile,.collaborate-participant-tile{display:grid;place-items:center}.meet-page .hq-feature-page__header--with-actions .kooya-page-header__actions>button svg{width:16px;height:16px}.meet-landing{display:grid;gap:8px;width:min(100%,420px);margin:0;padding:0;border:0;background:transparent;box-shadow:none}.meet-landing label{margin:0;color:var(--kooya-text-muted);font-size:12px;font-weight:500}.meet-landing__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:stretch}.meet-landing__row input{min-width:0}.meet-prejoin{display:grid;gap:9px;width:min(100%,680px);margin-inline:auto;overflow:hidden;border-radius:18px;background:var(--kooya-surface);box-shadow:0 18px 50px color-mix(in srgb,var(--kooya-text) 10%,transparent);padding:22px}.meet-prejoin header :is(h2,p){margin:0}.meet-prejoin h2{font-size:clamp(21px,3vw,26px);font-weight:600;letter-spacing:-.02em}.meet-prejoin header p{color:var(--kooya-text-muted);font-size:13px}.meet-prejoin>header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px 12px}.meet-prejoin>header>div{display:flex;min-width:0;align-items:center;gap:9px}.meet-prejoin>header>div svg{width:21px;color:var(--kooya-accent)}.meet-prejoin>header>p{grid-column:1 / -1}.meet-prejoin__preview{position:relative;display:grid;min-height:360px;overflow:hidden;place-items:center;border-radius:14px;background:linear-gradient(145deg,#253046,#101827)}.meet-prejoin__preview video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.meet-prejoin__avatar,.collaborate-video-tile__avatar{display:grid;width:78px;height:78px;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--kooya-accent) 24%,#273449);color:#fff;font-size:22px;font-weight:600}.collaborate-video-tile__assistant{position:absolute;top:50%;left:50%;display:grid;width:min(78%,180px);min-height:116px;padding:18px;place-items:center;align-content:center;gap:5px;border:1px solid rgb(196 181 253 / .24);border-radius:50%;background:radial-gradient(circle at 35% 25%,#8b5cf6b8,#1e293beb 68%);box-shadow:0 0 40px #7c3aed47;color:#f8fafc;text-align:center;transform:translate(-50%,-50%)}.collaborate-video-tile__assistant svg{width:28px;height:28px;color:#ddd6fe}.collaborate-video-tile__assistant strong{font-size:13px}.collaborate-video-tile__assistant small{color:#cbd5e1;font-size:10px;text-transform:capitalize}.collaborate-meet-audio-host{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.meet-prejoin__controls{position:absolute;z-index:2;bottom:16px;display:flex;gap:9px}.meet-prejoin__controls button{width:44px;min-width:44px;height:44px;padding:0;border-radius:50%}.meet-prejoin>footer{display:flex;justify-content:flex-end;gap:8px}.meet-invitation-modal__body{display:grid;justify-items:center;gap:12px;padding-block:12px;text-align:center}.meet-invitation-modal__body>span{display:grid;width:54px;height:54px;place-items:center;border-radius:16px;background:color-mix(in srgb,var(--kooya-accent) 14%,var(--kooya-surface));color:var(--kooya-accent)}.meet-invitation-modal__body p{margin:0;color:var(--kooya-text-muted)}.collaborate-live-room{position:relative;display:grid;min-height:min(680px,calc(100dvh - 150px));grid-template-rows:auto minmax(0,1fr) auto;background:#0b1120}.collaborate-live-room__header{min-width:0;border-block-end:1px solid rgb(255 255 255 / .08)}.collaborate-live-room__header>:is(div,span),.collaborate-live-room__header>span{display:flex;min-width:0;align-items:center;gap:7px}.collaborate-live-room__header strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collaborate-live-room__header svg{width:15px;height:15px}.collaborate-live-room__stage{position:relative;display:flex;min-width:0;min-height:0}.collaborate-live-media{display:flex;min-width:0;min-height:0;flex:1;padding:12px}.collaborate-live-grid{display:grid;width:100%;min-width:0;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));grid-auto-rows:minmax(200px,1fr);gap:10px}.collaborate-live-media--sharing{display:grid;grid-template-rows:minmax(0,1fr) 112px;gap:10px}.collaborate-live-thumbnails{display:grid;min-width:0;grid-auto-flow:column;grid-auto-columns:minmax(136px,180px);gap:9px;overflow-x:auto}.collaborate-video-tile{position:relative;min-width:0;min-height:190px;overflow:hidden;border-radius:13px;background:#1c2639;box-shadow:inset 0 0 0 1px #ffffff0f}.collaborate-video-tile.is-focus{min-height:0;touch-action:none}.collaborate-video-tile.is-compact{min-height:100px}.collaborate-video-tile.is-speaking{box-shadow:inset 0 0 0 2px #60a5fa}.collaborate-video-tile>:is(video,audio){position:absolute}.collaborate-video-tile>video{inset:0;width:100%;height:100%;object-fit:cover}.collaborate-video-tile>video.is-mirrored{transform:scaleX(-1)}.collaborate-video-tile__avatar{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.collaborate-video-tile>footer{position:absolute;z-index:2;right:9px;bottom:9px;left:9px;display:flex;min-width:0;padding:6px 8px;align-items:center;justify-content:space-between;gap:8px;border-radius:7px;background:#050a14b8;font-size:11px}.collaborate-video-tile>footer>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collaborate-video-tile>footer>span:last-child{display:flex;flex:0 0 auto;gap:5px}.collaborate-video-tile>footer svg{width:13px;height:13px}.collaborate-live-room__controls{position:relative;flex-wrap:wrap;justify-content:center!important;border-block-start:1px solid rgb(255 255 255 / .08)}.collaborate-live-room__controls button{display:inline-flex;width:auto;min-height:38px;padding:8px 11px;align-items:center;justify-content:center;gap:6px;border-color:#ffffff1f;background:#ffffff17;color:#f8fafc;font-size:11px}.collaborate-live-room__controls button:hover{background:#ffffff29}.collaborate-live-room__controls button.danger{border-color:#dc2626;background:#dc2626}.collaborate-live-room__controls svg{width:16px;height:16px}.meet-mobile-control{display:none!important}.collaborate-meet-more{position:relative}.collaborate-meet-more__menu{position:absolute;z-index:8;right:0;bottom:calc(100% + 8px);display:grid;width:min(240px,calc(100vw - 32px));padding:6px;border:1px solid rgb(255 255 255 / .12);border-radius:11px;background:#182234;box-shadow:0 16px 40px #00000059}.collaborate-meet-more__menu button{width:100%;justify-content:flex-start;border:0;background:transparent}.collaborate-meet-chat{display:grid;width:min(340px,42%);min-width:280px;grid-template-rows:auto minmax(0,1fr) auto;border-inline-start:1px solid rgb(255 255 255 / .09);background:#111a2a}.collaborate-meet-chat>header,.collaborate-meet-panel>header{padding:12px 14px;border-block-end:1px solid rgb(255 255 255 / .08)}.collaborate-meet-chat>header button,.collaborate-meet-panel>header button{width:auto;min-height:30px;padding:5px 8px;color:inherit}.collaborate-meet-chat__messages{display:flex;min-height:0;padding:12px;flex-direction:column;gap:9px;overflow-y:auto}.collaborate-meet-chat__messages article{width:fit-content;max-width:88%;padding:8px 10px;border-radius:10px 10px 10px 3px;background:#243149}.collaborate-meet-chat__messages article.is-local{align-self:flex-end;border-radius:10px 10px 3px;background:color-mix(in srgb,var(--kooya-accent) 48%,#22334d)}.collaborate-meet-chat__messages article :is(header,p){margin:0;padding:0}.collaborate-meet-chat__messages article header{gap:8px;font-size:10px}.collaborate-meet-chat__messages article p{margin-block-start:3px;font-size:12px;overflow-wrap:anywhere}.collaborate-meet-chat__messages time{color:#aab6ca}.collaborate-meet-chat>form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;padding:11px;border-block-start:1px solid rgb(255 255 255 / .08)}.collaborate-meet-chat>form input{min-width:0;border-color:#ffffff26;background:#1c2638;color:#fff}.collaborate-meet-chat>form button{width:auto;padding-inline:10px}.collaborate-meet-panel{position:absolute;z-index:7;right:18px;bottom:74px;display:grid;width:min(390px,calc(100% - 36px));max-height:min(480px,calc(100% - 120px));padding:14px;overflow-y:auto;border:1px solid rgb(255 255 255 / .12);border-radius:14px;background:#182234;box-shadow:0 18px 48px #0006}.collaborate-meet-panel>header{margin:-14px -14px 14px}.collaborate-meet-panel :is(label,small){color:#cbd5e1}.collaborate-meet-panel :is(input,select){border-color:#ffffff24;background:#222d42;color:#fff}.collaborate-meet-panel ul{display:grid;gap:5px;margin:10px 0 0;padding:0;list-style:none}.collaborate-meet-panel li{display:flex;min-width:0;padding:9px;align-items:center;justify-content:space-between;gap:10px;border-radius:9px;background:#ffffff0d}.collaborate-meet-panel li>span{display:grid;min-width:0}.collaborate-meet-panel li :is(strong,small){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collaborate-meet-panel li button{width:auto;flex:0 0 auto}.collaborate-meet-morgan{position:absolute;z-index:5;top:12px;left:50%;display:flex;min-width:0;padding:7px 10px;align-items:center;gap:7px;border-radius:999px;background:#141f33e0;box-shadow:0 8px 24px #0000003d;color:#e2e8f0;font-size:11px;transform:translate(-50%)}.collaborate-meet-morgan svg{width:14px;height:14px;color:#c4b5fd}.collaborate-meet-morgan--listening svg{animation:collaborate-morgan-pulse 1.4s ease-in-out infinite}.collaborate-meet-morgan--error svg{color:#fca5a5}@keyframes collaborate-morgan-pulse{50%{opacity:.45;transform:scale(.9)}}@media(prefers-reduced-motion:reduce){.collaborate-meet-morgan--listening svg{animation:none}}.collaborate-live-room--error{place-items:center}.collaborate-live-room__failure{display:grid;width:min(100% - 32px,460px);justify-items:center;gap:10px;text-align:center}.collaborate-live-room__failure>svg{width:34px;height:34px;color:#f87171}.collaborate-live-room__failure :is(h2,p){margin:0}.collaborate-live-room__failure p{color:#b9c4d6}.collaborate-meet-files{display:grid;grid-template-columns:1fr 1fr;gap:16px}.collaborate-meet-files ul{padding-left:20px}.meet-files-page{width:min(100%,980px);margin-inline:auto}.meet-files-page .hq-feature-page__header--with-actions .kooya-page-header__actions>button,.meet-files-page>.secondary{width:auto;justify-self:start}.meet-recording-list{display:grid;gap:10px}.meet-recording-list__empty-copy{width:min(100%,460px);margin:-2px auto 0;color:var(--kooya-text-muted);font-size:12px;line-height:1.55;text-align:center}.meet-recording-list>li>button{display:grid;width:100%;min-width:0;min-height:82px;padding:14px 16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;color:var(--kooya-text);text-align:start;background:var(--kooya-surface);border:0;border-radius:12px;box-shadow:0 5px 18px color-mix(in srgb,var(--kooya-text) 6%,transparent)}.meet-recording-list>li>button:hover{background:var(--kooya-surface-subtle)}.meet-recording-list__icon{display:grid;width:38px;height:38px;place-items:center;color:var(--kooya-accent);background:color-mix(in srgb,var(--kooya-accent) 12%,transparent);border-radius:10px}.meet-recording-list__icon svg{width:19px;height:19px}.meet-recording-list__body{display:grid;min-width:0;gap:3px}.meet-recording-list__body strong,.meet-recording-list__body small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.meet-recording-list__body strong{font-size:14px;font-weight:600}.meet-recording-list__body small,.meet-recording-list__meta{color:var(--kooya-text-muted);font-size:12px}.meet-recording-list__meta,.meet-recording-list__meta>span{display:flex;align-items:center;gap:6px}.meet-recording-list__meta{margin-block-start:3px;gap:14px}.meet-recording-list__meta svg{width:14px;height:14px}.meet-recording-list__status{padding:5px 9px;color:var(--kooya-text-muted);background:var(--kooya-surface-subtle);border-radius:999px;font-size:11px;white-space:nowrap}.meet-recording-list__status[data-status=completed]{color:var(--kooya-success);background:color-mix(in srgb,var(--kooya-success) 12%,transparent)}.meet-recording-list__status[data-status=failed]{color:var(--kooya-danger);background:color-mix(in srgb,var(--kooya-danger) 11%,transparent)}.meet-recording-detail{display:grid;gap:18px;padding:clamp(18px,3vw,28px);border-radius:15px;background:var(--kooya-surface);box-shadow:0 10px 30px color-mix(in srgb,var(--kooya-text) 7%,transparent)}.meet-recording-detail>header :is(h2,p){margin:0}.meet-recording-detail>header h2{font-size:18px;font-weight:600}.meet-recording-detail>header p{margin-block-start:4px;color:var(--kooya-text-muted);font-size:12px}.meet-recording-detail__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}.meet-recording-detail__facts>div{min-width:0;padding:11px 12px;border-radius:10px;background:var(--kooya-surface-subtle)}.meet-recording-detail__facts :is(dt,dd){margin:0;overflow-wrap:anywhere}.meet-recording-detail__facts dt{color:var(--kooya-text-muted);font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.meet-recording-detail__facts dd{margin-block-start:3px;font-size:13px}.meet-recording-detail__download{width:fit-content;max-width:100%}.meet-recording-analysis{display:grid;gap:9px;padding-block-start:18px;border-block-start:1px solid var(--kooya-border)}.meet-recording-analysis :is(h2,h3,p,ul){margin:0}.meet-recording-analysis h2{font-size:16px;font-weight:600}.meet-recording-analysis h3{margin-block-start:8px;color:var(--kooya-text-muted);font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.meet-recording-analysis p,.meet-recording-analysis li{font-size:13px;line-height:1.55}.meet-recording-analysis ul{padding-inline-start:20px}.meet-recording-analysis--pending,.meet-recording-analysis--processing,.meet-recording-analysis--failed{padding:14px;border:0;border-radius:10px;background:var(--kooya-surface-subtle)}.collaborate-game-grid>li{padding:14px}.collaborate-game-art{display:grid;place-items:center;aspect-ratio:16/9;border-radius:12px;background:color-mix(in srgb,var(--kooya-accent) 16%,var(--kooya-surface-subtle));color:var(--kooya-accent);font-size:48px;font-weight:600}.collaborate-game-grid li>div{display:grid;gap:4px;padding:12px 0}.collaborate-game-grid a{margin-top:auto}.collaborate-game-start,.collaborate-game-stage{display:grid;justify-items:center;gap:14px;max-width:760px;margin:auto;padding:24px;border:1px solid var(--kooya-border);border-radius:16px;background:var(--kooya-surface);text-align:center}.collaborate-game-start .collaborate-game-art{width:min(100%,360px)}.game-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.reaction-target{width:min(100%,520px);min-height:220px;font-size:24px}.reaction-target--waiting{background:#b91c1c;color:#fff}.reaction-target--ready{background:#15803d;color:#fff}.tic-tac-toe{display:grid;grid-template-columns:repeat(3,88px);gap:6px}.tic-tac-toe button{width:88px;height:88px;font-size:34px}.tetris-board{display:grid;grid-template-columns:repeat(10,22px);gap:1px;padding:8px;border:2px solid var(--kooya-border);background:#111827}.tetris-board span{width:22px;height:22px;border-radius:2px;background:#263244}.tetris-board span:is(.is-piece,.is-locked),.tetris-piece-preview span:not(:empty),.tetris-opponent-board span:not(:empty){box-shadow:inset 0 0 0 1px #ffffff38}.tetris-board span.is-piece{filter:brightness(1.2);box-shadow:inset 0 0 0 1px #ffffff57,0 0 7px currentcolor}.tetris-board span.is-i,.tetris-piece-preview span.is-i,.tetris-opponent-board span.is-i{background:#22d3ee}.tetris-board span.is-j,.tetris-piece-preview span.is-j,.tetris-opponent-board span.is-j{background:#3b82f6}.tetris-board span.is-l,.tetris-piece-preview span.is-l,.tetris-opponent-board span.is-l{background:#f59e0b}.tetris-board span.is-o,.tetris-piece-preview span.is-o,.tetris-opponent-board span.is-o{background:#facc15}.tetris-board span.is-s,.tetris-piece-preview span.is-s,.tetris-opponent-board span.is-s{background:#22c55e}.tetris-board span.is-t,.tetris-piece-preview span.is-t,.tetris-opponent-board span.is-t{background:#a855f7}.tetris-board span.is-z,.tetris-piece-preview span.is-z,.tetris-opponent-board span.is-z{background:#ef4444}.tetris-board span.is-garbage,.tetris-opponent-board span.is-garbage{background:#64748b}.tetris-board span.is-bomb,.tetris-opponent-board span.is-bomb{background:#dc2626;box-shadow:inset 0 0 0 2px #fca5a5}.game-mobile-controls{display:flex;gap:8px}.game-mobile-controls button{min-width:54px;font-size:20px}.tetris-lobby>header,.tetris-game__header,.tetris-game__header>div{display:flex;min-width:0;align-items:center;gap:10px}.tetris-lobby{width:min(100%,720px)}.tetris-lobby>header{width:100%;justify-content:space-between}.tetris-lobby>header>div{display:grid;gap:2px;text-align:end}.tetris-lobby :is(h2,p){margin:0}.tetris-lobby__players{display:grid;width:100%;margin:0;padding:0;overflow:hidden;border-radius:10px;background:var(--kooya-surface-subtle);list-style:none}.tetris-lobby__players li{display:flex;min-height:44px;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px;border-bottom:1px solid var(--kooya-border);font-size:11px}.tetris-lobby__players li:last-child{border-bottom:0}.tetris-lobby__players strong{color:var(--kooya-accent);font-size:10px}.tetris-game.collaborate-game-stage{width:min(100%,940px);max-width:940px}.tetris-game.is-fullscreen{position:fixed;z-index:90;inset:0;width:100%;max-width:none;min-height:100dvh;overflow:auto;border:0;border-radius:0}.tetris-game__header{width:100%;justify-content:space-between}.tetris-game__header>div:first-child{flex-wrap:wrap}.tetris-game__header>div:last-child{justify-content:flex-end;flex-wrap:wrap}.tetris-game__header h2{margin:0}.tetris-game__header span,.tetris-game__header time{padding:4px 7px;border-radius:7px;background:var(--kooya-surface-subtle);color:var(--kooya-text-muted);font-size:10px}.tetris-game__header button{width:auto;min-height:30px;padding:5px 8px;font-size:10px}.tetris-game__area{display:grid;width:100%;grid-template-columns:minmax(76px,.4fr) auto minmax(92px,.5fr);justify-content:center;align-items:start;gap:14px}.tetris-game__area>aside{display:grid;min-width:0;gap:7px;color:var(--kooya-text-muted);font-size:9px;letter-spacing:.05em}.tetris-game__area>aside>div{display:grid;min-height:52px;place-items:center;padding:6px;border-radius:8px;background:var(--kooya-surface-subtle);letter-spacing:normal}.tetris-piece-preview{display:grid!important;width:fit-content;min-height:0!important;padding:2px!important;grid-template-columns:repeat(4,10px);gap:1px;background:#111827!important}.tetris-piece-preview span{width:10px;height:10px;border-radius:1px}.tetris-next-queue{display:grid!important;min-height:0!important;padding:5px!important;gap:5px}.tetris-opponents{display:flex;width:100%;gap:10px;overflow-x:auto}.tetris-opponents article{min-width:116px;padding:7px;border-radius:9px;background:var(--kooya-surface-subtle)}.tetris-opponents header{display:flex;min-width:0;justify-content:space-between;gap:6px;font-size:9px}.tetris-opponents header strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tetris-opponent-board{display:grid;margin-top:5px;grid-template-columns:repeat(10,5px);gap:1px}.tetris-opponent-board span{width:5px;height:5px;border-radius:1px;background:#263244}.tetris-game__area dl,.tetris-game__area dl div{display:grid;gap:4px;margin:0}.tetris-game__area dl div{grid-template-columns:1fr auto;letter-spacing:normal}.tetris-game__area :is(dt,dd){margin:0}.tetris-game__area dd{color:var(--kooya-text);font-weight:600}.tetris-game .game-mobile-controls{flex-wrap:wrap;justify-content:center}.tetris-game .game-mobile-controls button{width:auto;min-height:38px;padding:6px 10px;font-size:12px}.collaborate-leaderboard li{justify-content:space-between}.collaborate-games-page{overflow:hidden}.collaborate-games-main{display:grid;min-width:0;gap:18px}.collaborate-game-tabs{display:inline-grid;grid-template-columns:repeat(3,minmax(0,auto));justify-self:start;gap:3px;max-width:100%;padding:3px;border-radius:10px;background:var(--kooya-surface-subtle)}.collaborate-game-tabs button{display:inline-flex;min-width:0;min-height:36px;align-items:center;justify-content:center;gap:7px;padding:7px 12px;border:0;border-radius:8px;background:transparent;color:var(--kooya-text-muted);font-size:12px;font-weight:550;white-space:nowrap}.collaborate-game-tabs button[aria-selected=true]{background:var(--kooya-surface);box-shadow:0 1px 4px #0f172a14;color:var(--kooya-text)}.collaborate-game-tabs svg,.collaborate-game-history>header svg,.collaborate-game-user__menu svg{width:15px;height:15px}.collaborate-game-grid>li{padding:0;border:0;border-radius:13px;box-shadow:0 1px 0 var(--kooya-border),0 7px 20px #0f172a0d}.collaborate-game-grid>li>article{display:grid;height:100%;min-width:0;grid-template-rows:auto 1fr auto;gap:13px;padding:14px}.collaborate-game-grid .collaborate-game-art{aspect-ratio:16 / 8;border-radius:10px}.collaborate-game-grid .collaborate-game-art svg{width:30px;height:30px;stroke-width:1.5}.collaborate-game-grid article>div:not(.collaborate-game-card__actions){display:grid;align-content:start;gap:5px;padding:0}.collaborate-game-grid article>div>strong{font-size:14px;font-weight:600}.collaborate-game-grid article>div>small{color:var(--kooya-text-muted);font-size:12px;line-height:1.5}.collaborate-game-card__actions{display:grid;gap:7px;padding:0}.collaborate-game-card__actions a{display:inline-flex;width:100%;min-height:34px;align-items:center;justify-content:center;margin:0;padding:7px 10px;border-radius:8px;background:var(--kooya-accent);color:var(--kooya-accent-foreground);font-size:12px;font-weight:600;text-decoration:none}.collaborate-game-card__actions a.secondary{border:1px solid var(--kooya-border);background:var(--kooya-surface-subtle);color:var(--kooya-text)}.collaborate-game-filter{display:flex;flex-wrap:wrap;align-items:center;gap:7px}.collaborate-game-filter>strong{margin-inline-end:2px;font-size:12px;font-weight:600}.collaborate-game-filter button{width:auto;min-height:32px;padding:6px 10px;border:1px solid var(--kooya-border);border-radius:8px;background:var(--kooya-surface);color:var(--kooya-text);font-size:11px}.collaborate-game-filter button[aria-pressed=true]{border-color:var(--kooya-accent);background:var(--kooya-accent);color:var(--kooya-accent-foreground)}.collaborate-game-leaderboard,.collaborate-game-history{display:grid;gap:14px}.collaborate-game-empty{display:grid;min-height:210px;place-items:center;align-content:center;gap:7px;padding:24px;border-radius:12px;background:var(--kooya-surface-subtle);color:var(--kooya-text-muted);text-align:center}.collaborate-game-empty svg{width:34px;height:34px;opacity:.5}.collaborate-game-empty :is(p,small){margin:0}.collaborate-game-empty p{color:var(--kooya-text);font-size:13px;font-weight:550}.collaborate-game-empty small{font-size:11px}.collaborate-leaderboard-card{overflow:hidden;border-radius:12px;background:var(--kooya-surface);box-shadow:0 1px 0 var(--kooya-border)}.collaborate-leaderboard-card>header{display:grid;gap:4px;padding:14px;background:var(--kooya-surface-subtle)}.collaborate-leaderboard-card h2,.collaborate-game-history h2{margin:0;font-size:15px;font-weight:600}.collaborate-leaderboard-card h2 svg{width:16px;height:16px;vertical-align:-3px}.collaborate-leaderboard-card p,.collaborate-game-history>header p{margin:0;color:var(--kooya-text-muted);font-size:11px}.collaborate-leaderboard{margin:0;padding:0;list-style:none}.collaborate-leaderboard>li{display:block;padding:0;border-top:1px solid var(--kooya-border)}.collaborate-leaderboard>li>article{display:grid;min-width:0;grid-template-columns:34px minmax(130px,1fr) auto;align-items:center;gap:10px;padding:11px 14px}.collaborate-leaderboard-rank{display:grid;width:30px;height:30px;place-items:center;border-radius:999px;background:color-mix(in srgb,var(--kooya-accent) 10%,var(--kooya-surface));color:var(--kooya-accent);font-size:11px;font-weight:600}.collaborate-leaderboard>li>article>div:nth-child(2){display:grid;min-width:0;gap:2px}.collaborate-leaderboard>li strong{font-size:12px;font-weight:600}.collaborate-leaderboard>li small{color:var(--kooya-text-muted);font-size:10px}.collaborate-leaderboard-stats{display:grid;grid-template-columns:repeat(4,minmax(52px,auto));gap:12px}.collaborate-leaderboard-stats>span{display:grid;gap:2px;text-align:end}.collaborate-game-history>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.collaborate-game-history>header>div{display:grid;gap:2px}.collaborate-game-history>header button{display:inline-flex;width:auto;min-height:34px;align-items:center;gap:7px}.collaborate-game-history__list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.collaborate-game-history__list>li{padding:13px 14px;border-radius:11px;background:var(--kooya-surface);box-shadow:0 1px 0 var(--kooya-border)}.collaborate-game-history__list article{display:grid;gap:5px}.collaborate-game-history__list article>header{display:flex;justify-content:space-between;gap:10px}.collaborate-game-history__list article>header span{padding:3px 6px;border-radius:999px;background:color-mix(in srgb,var(--kooya-accent) 10%,transparent);color:var(--kooya-accent);font-size:9px;text-transform:capitalize}.collaborate-game-history__list :is(p,time){margin:0;color:var(--kooya-text-muted);font-size:11px}.game-invitation-modal__body{display:flex;align-items:center;gap:12px}.game-invitation-modal__body>span{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border-radius:11px;background:color-mix(in srgb,var(--kooya-accent) 10%,var(--kooya-surface));color:var(--kooya-accent)}.game-invitation-modal__body svg{width:21px;height:21px}.game-invitation-modal__body p{margin:0;color:var(--kooya-text-muted);font-size:12px}.collaborate-game-play-page{width:min(100%,980px);margin-inline:auto}.collaborate-game-play-page .collaborate-game-toolbar{padding:10px 12px;border:0;border-radius:10px;background:var(--kooya-surface-subtle)}.collaborate-game-toolbar>div{display:flex;min-width:0;align-items:center;gap:8px}.collaborate-game-toolbar strong{font-size:13px;font-weight:600}.collaborate-game-toolbar span{padding:3px 6px;border-radius:999px;background:color-mix(in srgb,var(--kooya-accent) 10%,transparent);color:var(--kooya-accent);font-size:9px}.collaborate-game-toolbar a{font-size:11px;font-weight:600}@media(max-width:900px){.collaborate-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collaborate-presence-layout,.collaborate-feed-layout,.collaborate-prejoin{grid-template-columns:1fr}.collaborate-feed-aside{position:static}.collaborate-inline-form{grid-template-columns:1fr}.collaborate-inline-form button{grid-column:auto}.collaborate-prejoin{padding:12px}.collaborate-camera-preview{min-height:260px}.collaborate-presence-team{min-height:320px}}@media(max-width:620px){.collaborate-gallery-page .hq-feature-page__header--with-actions,.collaborate-gallery-toolbar{align-items:stretch;flex-direction:column}.collaborate-gallery-page .hq-feature-page__header--with-actions .kooya-page-header__actions>button,.collaborate-gallery-toolbar>button{width:fit-content;align-self:flex-end}.collaborate-gallery-grid{grid-template-columns:minmax(0,1fr)}.collaborate-gallery-card-actions{opacity:1;transform:none}.collaborate-gallery-upload-list>article{grid-template-columns:80px minmax(0,1fr)}.collaborate-gallery-upload-list img{width:80px;height:72px}.collaborate-gallery-upload-list article>button{grid-column:2;justify-self:start}.collaborate-gallery-viewer__media{min-height:240px;grid-template-columns:34px minmax(0,1fr) 34px}.collaborate-gallery-viewer__media>.kooya-tooltip>button{width:34px;min-width:34px;height:44px}.collaborate-gallery-viewer__media>img,.collaborate-gallery-viewer__media>.collaborate-gallery-placeholder{height:min(48svh,440px)}.collaborate-presence-page .hq-feature-page__header--with-actions{align-items:stretch;flex-direction:column}.collaborate-presence-sharing{max-width:none;justify-items:start}.collaborate-presence-sharing__status{text-align:start}.collaborate-presence-map-shell,.collaborate-presence-map-shell>.collaborate-map--empty,.collaborate-cesium,.collaborate-cesium>.cesium-widget,.collaborate-cesium>.cesium-widget>canvas{min-height:420px;height:420px}.collaborate-feed-page .hq-feature-page__header--with-actions{align-items:stretch;flex-direction:column}.collaborate-feed-composer{grid-template-columns:1fr;padding:14px}.collaborate-feed-composer>.collaborate-feed-avatar{display:none}.collaborate-feed-composer__actions,.collaborate-feed-reactions{align-items:stretch;flex-direction:column}.collaborate-feed-composer__actions>div,.collaborate-feed-reactions>div{flex-wrap:wrap}.collaborate-feed-composer__actions>button{align-self:flex-end}.collaborate-feed-post{padding:14px}.collaborate-feed-post-menu [role=menu]{right:0}.collaborate-feed-poll button{align-items:flex-start;flex-direction:column;gap:3px}}@media(max-width:560px){.meet-recording-list>li>button{padding:13px;grid-template-columns:auto minmax(0,1fr);gap:11px;box-shadow:none}.meet-recording-list__status{width:fit-content;margin-inline-start:49px;grid-column:1 / -1}.meet-recording-detail__facts{grid-template-columns:1fr}.meet-recording-detail{padding:16px;box-shadow:none}.meet-landing{width:100%}.meet-prejoin{width:100%;border-radius:14px;box-shadow:none;padding:14px}.meet-prejoin__preview{min-height:300px}.collaborate-live-room{min-height:calc(100dvh - 88px);border-radius:0}.collaborate-live-room__header{padding:10px 12px}.collaborate-live-room__header>span{font-size:10px}.collaborate-live-media{padding:7px}.collaborate-live-grid{grid-template-columns:1fr;grid-auto-rows:minmax(0,1fr)}.collaborate-live-grid>.collaborate-video-tile:not(:first-child){display:none}.collaborate-live-grid:has(.is-speaking)>.collaborate-video-tile{display:none}.collaborate-live-grid:has(.is-speaking)>.collaborate-video-tile.is-speaking{display:block}.collaborate-live-media--sharing{grid-template-rows:minmax(0,1fr) 86px}.collaborate-live-thumbnails{grid-auto-columns:110px}.collaborate-video-tile{min-height:0}.collaborate-live-room__controls{gap:6px!important;padding:9px 8px 12px!important}.collaborate-live-room__controls button{min-height:36px;padding:7px 9px;font-size:0}.collaborate-live-room__controls button svg{width:18px;height:18px}.collaborate-live-room__controls .meet-mobile-control{display:inline-flex!important}.collaborate-live-room__controls .collaborate-meet-more__menu button{min-height:38px;font-size:11px}.collaborate-meet-more__menu{right:-90px}.collaborate-meet-chat{position:absolute;z-index:6;inset:0;width:100%;min-width:0}.collaborate-meet-chat>header button,.collaborate-meet-chat>form button,.collaborate-meet-panel button{font-size:11px}.collaborate-meet-panel{right:8px;bottom:64px;width:calc(100% - 16px);max-height:calc(100% - 84px)}.collaborate-meet-hero,.collaborate-games-hero,.collaborate-game-toolbar,.collaborate-notification-toolbar{align-items:stretch;flex-direction:column}.collaborate-notification-toolbar>button{align-self:flex-end}.collaborate-notification-list article{grid-template-columns:6px minmax(0,1fr);gap:8px;padding:8px 10px}.collaborate-notification-time{grid-column:2;grid-row:2;grid-auto-flow:column;justify-content:space-between;justify-items:start;align-items:center;width:100%;text-align:start}.collaborate-notification-time time{grid-auto-flow:column;gap:6px}.collaborate-notification-kind-list{grid-template-columns:1fr}.collaborate-notification-kind-list>li:nth-child(2n){border-inline-start:0}.collaborate-meet-files,.collaborate-live-media,.game-choice-grid{grid-template-columns:1fr}.collaborate-leaderboard>li>article{grid-template-columns:30px minmax(0,1fr)}.collaborate-leaderboard-stats{grid-column:2;grid-template-columns:repeat(2,minmax(70px,1fr))}.collaborate-leaderboard-stats>span{text-align:start}.tic-tac-toe{grid-template-columns:repeat(3,minmax(64px,1fr));width:100%}.tic-tac-toe button{width:100%;height:auto;aspect-ratio:1}.tetris-board{grid-template-columns:repeat(10,minmax(14px,22px));max-width:100%}.tetris-board span{width:100%;height:auto;aspect-ratio:1}.tetris-game__area{grid-template-columns:minmax(0,1fr);justify-items:center}.tetris-game__area>aside{display:none}}@media(max-width:520px){.collaborate-game-tabs{width:100%;grid-template-columns:repeat(3,minmax(0,1fr))}.collaborate-game-tabs button{min-height:44px;flex-direction:column;gap:2px;padding:5px 3px;font-size:9px;white-space:normal}.collaborate-game-tabs svg{width:16px;height:16px}.collaborate-game-filter{align-items:stretch}.collaborate-game-filter>strong{width:100%}.collaborate-game-filter button{flex:1 1 120px}.collaborate-leaderboard>li>article{padding-inline:10px}.collaborate-game-history>header{align-items:flex-start}.tetris-game__header{align-items:flex-start;flex-direction:column}.tetris-game__header>div:last-child{justify-content:flex-start}}@media(max-width:820px){.kooya-page-frame:has(>.chat-page){min-height:calc(100dvh - var(--kooya-topbar-height))}.chat-page{height:calc(100dvh - var(--kooya-topbar-height));min-height:calc(100dvh - var(--kooya-topbar-height))}}@media(max-width:720px){.chat-page{border-radius:0;box-shadow:none}.chat-layout{grid-template-columns:minmax(0,1fr)}.chat-page[data-mobile-pane=rail] .chat-pane,.chat-page[data-mobile-pane=messages] .chat-rail{display:none}.chat-rail{border-inline-end:0}.chat-rail__header{padding-inline:14px}.chat-conversation-list,.chat-contact-list{padding-inline:10px}.chat-conversation__more{opacity:1}.chat-back{display:inline-grid}.chat-mobile-only{display:inline-flex}.chat-pane__header{padding-inline:8px}.chat-pane__header .chat-avatar{width:32px;min-width:32px;height:32px}.chat-pane__header-actions{gap:0}.chat-pane__header-actions .chat-icon-button{width:32px;min-width:32px;height:32px}.chat-message-list{padding-inline:12px}.chat-message{max-width:88%}.chat-message-state{padding-inline:14px}.chat-composer{padding:7px 8px 9px}.chat-send-button{width:34px;min-width:34px;padding:0}.chat-send-button span{display:none}.chat-action-menu{position:fixed;z-index:40;inset:auto 12px 16px;width:auto;max-height:min(60dvh,430px)}.chat-call-overlay>header{padding-inline:10px}.chat-call-overlay__back span{display:none}.chat-call-controls{gap:9px}.chat-call-control{width:44px;min-width:44px;height:44px}.chat-call-mini-bar{right:8px;bottom:8px;left:8px;width:auto;align-items:stretch;flex-direction:column}.chat-call-mini-bar__actions{justify-content:flex-end}}@media(prefers-reduced-motion:reduce){.collaborate-progress span{transition:none}.collaborate-cesium *{scroll-behavior:auto!important}}.profile-summary{display:flex;align-items:center;gap:14px;min-width:0;margin-bottom:18px}.profile-summary>span{display:grid;flex:0 0 52px;width:52px;height:52px;place-items:center;border-radius:50%;color:var(--kooya-accent-foreground);background:var(--kooya-accent);font-size:1.25rem;font-weight:600}.profile-summary div,.profile-summary strong,.profile-summary small,.profile-form label,.personalization-form label{min-width:0;overflow-wrap:anywhere}.profile-summary div,.profile-toggle span{display:grid;gap:3px}.profile-field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-public-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:0}.profile-public-details>div{min-width:0}.profile-public-details dt{margin-bottom:4px;color:var(--kooya-text-muted);font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.profile-public-details dd{margin:0;overflow-wrap:anywhere;white-space:pre-wrap}.profile-public-details__bio{grid-column:1 / -1}.personalization-form{display:grid;gap:16px}.personalization-form fieldset,.profile-notification-shortcut{display:grid;gap:12px;min-width:0;margin:0;padding:18px;border:1px solid var(--kooya-border);border-radius:12px;background:var(--kooya-surface-raised)}.personalization-form legend{padding-inline:4px;font-size:1rem;font-weight:600}.profile-toggle{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px}:root[data-kooya-font-size=small]{font-size:15px}:root[data-kooya-font-size=large]{font-size:18px}:root[data-kooya-reduced-motion=true] *,:root[data-kooya-reduced-motion=true] *:before,:root[data-kooya-reduced-motion=true] *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}@media(max-width:620px){.profile-field-row,.profile-public-details{grid-template-columns:1fr}}.kooya-shell{--kooya-shell-sidebar-width: 272px}body{background:var(--kooya-canvas)}.hq-console-leave-dialog{position:fixed;z-index:120;inset:0;display:grid;place-items:center;padding:16px}.hq-console-leave-dialog__backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;border-radius:0;background:#0f172a8c}.hq-console-leave-dialog__panel{position:relative;z-index:1;width:min(100%,420px);padding:20px;border:1px solid var(--kooya-border);border-radius:14px;background:var(--kooya-surface-raised, var(--kooya-surface));box-shadow:0 20px 50px #00000040}.hq-console-leave-dialog__panel h2{margin:0 0 8px;font-size:18px;font-weight:600}.hq-console-leave-dialog__panel p{margin:0 0 16px}button{cursor:pointer;touch-action:manipulation}a{color:inherit;text-decoration:none;touch-action:manipulation}p{color:var(--kooya-text-muted);line-height:1.55}.kooya-shell__brand-mark>span,.logo{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;color:var(--kooya-accent-foreground);background:var(--kooya-accent);border-radius:8px;font-weight:700}.brand-logo-set{display:inline-grid;width:34px;height:34px;flex:0 0 auto;place-items:center}.brand-logo{width:32px;height:32px;grid-area:1 / 1;object-fit:contain;background:#fff;border:1px solid var(--kooya-border);border-radius:var(--kooya-radius-sm)}.brand-logo.dark{display:none}:root[data-theme=dark] .brand-logo.light{display:none}:root[data-theme=dark] .brand-logo.dark{display:block}.headquarters-shell-actions{display:flex;width:100%;gap:4px;justify-content:space-between;align-items:center}.headquarters-shell-action{display:inline-flex;min-width:36px;min-height:36px;padding:0 6px;align-items:center;justify-content:center;gap:8px;color:var(--kooya-text-muted);background:transparent;border:0;border-radius:var(--kooya-radius-sm);font-size:13px;font-weight:500;text-decoration:none;cursor:pointer}.headquarters-shell-action:hover{color:var(--kooya-text);background:var(--kooya-surface-subtle)}.headquarters-command-trigger{flex:1 1 auto}.headquarters-command-trigger kbd{padding:2px 5px;margin-left:auto;color:var(--kooya-text-subtle);background:var(--kooya-surface-subtle);border:1px solid var(--kooya-border);border-radius:4px;font-family:inherit;font-size:9px;white-space:nowrap}.kooya-shell__sidebar--collapsed .headquarters-command-trigger kbd{display:none}.headquarters-command-layer{position:fixed;z-index:120;inset:0;display:grid;padding:clamp(16px,8vh,72px) 16px;place-items:start center}.headquarters-command-backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;background:color-mix(in srgb,var(--kooya-text) 42%,transparent);border:0;border-radius:0}.headquarters-command-layer>section{position:relative;width:min(100%,620px);max-height:min(680px,calc(100dvh - 32px));overflow:hidden;background:var(--kooya-surface);border:1px solid var(--kooya-border-strong);border-radius:12px;box-shadow:0 28px 80px color-mix(in srgb,var(--kooya-text) 28%,transparent)}.headquarters-command-layer header{display:grid;min-height:58px;padding:8px 10px 8px 16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid var(--kooya-border)}.headquarters-command-layer header>svg{color:var(--kooya-text-muted)}.headquarters-command-layer input{width:100%;padding-inline:0;background:transparent;border:0;box-shadow:none;font-size:16px}.headquarters-command-layer header button{display:grid;width:40px;height:40px;padding:0;place-items:center}.headquarters-command-results{display:grid;max-height:min(500px,calc(100dvh - 190px));padding:8px;gap:3px;overflow:auto}.headquarters-command-results a{display:grid;min-width:0;min-height:48px;padding:8px 10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;border-radius:8px}.headquarters-command-results a:hover,.headquarters-command-results a:focus-visible{background:var(--kooya-surface-subtle)}.headquarters-command-results a span{overflow-wrap:anywhere;font-weight:700}.headquarters-command-results a small{color:var(--kooya-text-muted);white-space:nowrap}.headquarters-command-results>p{padding:30px 16px;margin:0;text-align:center}.headquarters-command-layer footer{padding:9px 16px;color:var(--kooya-text-muted);background:var(--kooya-surface-subtle);border-top:1px solid var(--kooya-border);font-size:10px}.kooya-shell__sidebar--collapsed .headquarters-shell-actions{flex-direction:column;align-items:center;justify-content:center}.headquarters-mobile-header{display:flex;width:100%;min-width:0;align-items:center;gap:10px}.headquarters-mobile-header>button{display:inline-grid;width:44px;padding:0;flex:0 0 44px;place-items:center;background:transparent}.headquarters-mobile-header>span:not(.support-badge){min-width:0;font-weight:600}.live-badge,.support-badge{display:inline-flex;min-height:26px;padding:4px 8px;align-items:center;gap:6px;color:var(--kooya-text-muted);background:var(--kooya-surface);border:1px solid var(--kooya-border);border-radius:999px;font-size:11px;font-weight:600}.live-badge:before{width:7px;height:7px;background:var(--kooya-success);border-radius:999px;content:""}.support-banner{display:flex;min-height:46px;padding:8px 24px;align-items:center;justify-content:space-between;gap:16px;color:var(--kooya-warning);background:var(--kooya-warning-soft);border-bottom:1px solid color-mix(in srgb,var(--kooya-warning) 35%,var(--kooya-border))}.support-banner strong,.support-banner span{color:inherit}.support-banner button{color:var(--kooya-warning);background:transparent;border-color:currentColor}.route-state{width:min(680px,calc(100% - 32px));padding:clamp(28px,5vw,48px);margin:clamp(32px,8vh,96px) auto;background:var(--kooya-surface);border:1px solid var(--kooya-border);border-radius:var(--kooya-radius-md)}.route-state small{color:var(--kooya-accent);font-weight:500;letter-spacing:normal;text-transform:none}.route-state h1{margin:8px 0;font-size:22px}.route-state a{display:inline-flex;min-height:44px;padding:9px 14px;margin-top:12px;align-items:center;color:var(--kooya-accent-foreground);background:var(--kooya-accent);border-radius:var(--kooya-radius-sm);font-weight:600}.page{width:100%;max-width:none;min-width:0;padding:24px clamp(20px,3.5vw,44px) 48px;margin:0 auto}.page>header{min-width:0;padding-bottom:0;margin-bottom:24px;border-bottom:0;overflow-wrap:anywhere}.page>header small{color:var(--kooya-accent);font-size:11px;font-weight:500;letter-spacing:normal;text-transform:none}.page h1{margin:6px 0 8px;font-size:22px;font-weight:600;line-height:1.25;letter-spacing:-.015em;overflow-wrap:anywhere}.page h2{margin:24px 0 12px;font-size:16px}.panel,.metric,.empty,.table,.feed article{background:var(--kooya-surface);border:1px solid var(--kooya-border);border-radius:var(--kooya-radius-sm)}.panel{padding:16px;margin-bottom:14px}.panel h2{margin:0 0 14px}.metrics{display:grid;margin-bottom:20px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:0;overflow:hidden;background:var(--kooya-surface);border:1px solid var(--kooya-border);border-radius:var(--kooya-radius-sm)}.metric{padding:13px 16px;border:0;border-right:1px solid var(--kooya-border);border-radius:0}.metric:last-child{border-right:0}.metric small{display:block;color:var(--kooya-text-muted);font-size:12px}.metric strong{display:block;margin-top:4px;font-size:20px;font-weight:700}.form{display:grid;gap:10px}.form.inline{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));align-items:end}label{display:grid;gap:6px;color:var(--kooya-text);font-size:13px;font-weight:600}label:has(input[type=checkbox],input[type=radio]){display:flex;align-items:flex-start;gap:9px;font-weight:400}input:not([type=checkbox]):not([type=radio]),select,textarea,button{min-height:40px;color:var(--kooya-text);background:var(--kooya-surface);border:1px solid var(--kooya-border-strong);border-radius:var(--kooya-radius-sm);outline:none}:where(input:not([type=checkbox]):not([type=radio]),select,textarea,button){padding-block:9px;padding-inline:11px}input:not([type=checkbox]):not([type=radio]):focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible,a:focus-visible{border-color:var(--kooya-focus);outline:2px solid var(--kooya-focus);outline-offset:2px;box-shadow:0 0 0 3px color-mix(in srgb,var(--kooya-focus) 18%,transparent)}textarea{min-height:96px;resize:vertical}td,.metric strong{font-variant-numeric:tabular-nums}button{font-weight:600}button:hover,button.selected{background:var(--kooya-surface-subtle);border-color:var(--kooya-text-subtle)}.form button,.button-row button{color:var(--kooya-accent-foreground);background:var(--kooya-accent);border-color:var(--kooya-accent)}.form button:hover,.button-row button:hover{background:var(--kooya-accent-hover)}.theme-button{display:inline-grid;width:40px;padding:0;place-items:center;background:transparent}.button-row{display:flex;gap:var(--kooya-control-row-gap, 8px);flex-wrap:wrap}.split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.list,.feed,.messages{display:grid;gap:8px}.list{margin-bottom:12px}.list button{text-align:left}.tags{display:flex;gap:6px;flex-wrap:wrap}.tags span,.feed article>span{padding:3px 8px;color:var(--kooya-accent);background:var(--kooya-accent-soft);border:1px solid color-mix(in srgb,var(--kooya-accent) 25%,var(--kooya-border));border-radius:999px;font-size:11px}.board{display:grid;grid-template-columns:repeat(3,minmax(240px,1fr));gap:10px;margin-top:14px;overflow-x:auto}.board>section{min-height:170px;padding:10px;background:var(--kooya-surface-subtle);border:1px solid var(--kooya-border);border-radius:var(--kooya-radius-md)}.board article,.messages article{display:grid;padding:10px;gap:6px;background:var(--kooya-surface);border:1px solid var(--kooya-border);border-radius:var(--kooya-radius-sm)}.board article{margin:8px 0}.board small{color:var(--kooya-text-muted)}.feed article{padding:14px}.feed article p,.messages article p{color:var(--kooya-text)}.messages{max-height:440px;margin-bottom:12px;overflow:auto}.messages article p{margin:4px 0}.messages.ai article.assistant{border-left:3px solid var(--kooya-accent)}.media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:8px;margin-bottom:12px}.media-grid video{width:100%;background:#000;border-radius:8px}.table{overflow:auto}table{width:100%;min-width:var(--kooya-table-min-width, 640px);border-collapse:separate;border-spacing:0;table-layout:auto}th,td{min-width:var(--kooya-table-col-min-width, 7.5rem);padding:var(--kooya-table-cell-padding-y) var(--kooya-table-cell-padding-x);border-bottom:1px solid var(--kooya-border);font-size:13px;text-align:left}th{position:sticky;z-index:3;top:0;color:var(--kooya-text-muted);background:color-mix(in srgb,var(--kooya-surface-subtle) 70%,var(--kooya-surface));font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}th:first-child,td:first-child{position:sticky;left:0;z-index:1;width:100%;min-width:var(--kooya-table-primary-min-width, 12rem);background:var(--kooya-surface)}th:first-child{z-index:4;background:color-mix(in srgb,var(--kooya-surface-subtle) 70%,var(--kooya-surface))}th:not(:first-child),td:not(:first-child){width:1%;white-space:nowrap}tbody tr:hover{background:color-mix(in srgb,var(--kooya-surface-subtle) 70%,transparent)}tbody tr:hover>td:first-child,tbody tr:hover>th:first-child{background:color-mix(in srgb,var(--kooya-surface-subtle) 70%,var(--kooya-surface))}.table :is(button,.button,a.button),table :is(button,.button,a.button){min-width:max-content;max-width:none;white-space:nowrap;overflow-wrap:normal;flex-shrink:0}.empty{padding:40px 24px;color:var(--kooya-text-muted);text-align:center}.error{padding:10px 12px;color:var(--kooya-danger);background:var(--kooya-danger-soft);border:1px solid color-mix(in srgb,var(--kooya-danger) 35%,var(--kooya-border));border-radius:var(--kooya-radius-sm)}.center{display:grid;min-height:100vh;padding:24px;place-content:center;text-align:center}.center .logo{margin:auto}.center p{max-width:480px}@media(max-width:800px){.support-banner{padding:10px 16px;align-items:flex-start;flex-direction:column}.page{padding:24px 16px 48px}.split{grid-template-columns:1fr}.board{grid-template-columns:repeat(3,280px)}}@media(max-width:520px){.metrics,.form.inline{grid-template-columns:1fr}input:not([type=checkbox]):not([type=radio]),select,button{min-height:44px}.metric{border-right:0;border-bottom:1px solid var(--kooya-border)}.metric:last-child{border-bottom:0}}.hq-login-shell{min-height:100vh;display:grid;place-items:center;padding:32px 20px;background:var(--kooya-canvas)}.hq-login-card{width:min(400px,100%);padding:28px 24px;background:var(--kooya-surface);border-radius:var(--kooya-radius-md);box-shadow:var(--kooya-shadow-sm)}.hq-login-brand{display:grid;gap:8px;justify-items:center;text-align:center;margin-bottom:24px}.hq-login-brand h1{margin:0;font-size:22px;font-weight:600}.hq-login-brand p{margin:0;color:var(--kooya-text-muted);font-size:14px}.hq-login-actions{display:grid;gap:12px}.hq-login-actions .button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border-radius:var(--kooya-radius-sm);border:1px solid transparent;text-decoration:none;font-size:14px;font-weight:600;cursor:pointer}.hq-login-actions .button.full{width:100%}.hq-login-actions .button.primary{color:#fff;background:var(--kooya-brand, #176b45)}.hq-login-actions .button.quiet{color:var(--kooya-text);background:transparent;border-color:var(--kooya-border-strong)}.hq-login-actions .divider{display:flex;gap:12px;align-items:center;margin:4px 0;color:var(--kooya-text-muted);font-size:12px}.hq-login-actions .divider:before,.hq-login-actions .divider:after{width:100%;height:1px;background:var(--kooya-border);content:""}.hq-login-powered{margin:20px 0 0;text-align:center;font-size:12px;color:var(--kooya-text-muted)}
