@import"https://fonts.googleapis.com/css2?family=Montserrat&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap";.Links__links{margin-top:5px;text-align:center}*{--btn-color: rgb(41, 128, 185);--btn-color-deep: rgb(106, 13, 173);--btn-color-active: linear-gradient(30deg, var(--btn-color-deep), var(--btn-color));--btn-color-danger: #C0392B;--btn-color-secondary: #7F8C8D;--theme-btn-txt-colour: white;--theme-btn-txt-colour-dark: #333333;--heading-color: rgb(41, 128, 185);--heading-color-dark: rgb(41, 128, 185);--ftr-color: rgb(29, 29, 29), }@font-face{font-family:Roboto;src:url(/dist/assets/Roboto-Light.c576c506.ttf)}*{box-sizing:border-box}html,body,.wrapper{padding:0;margin:0;font-family:Montserrat,sans-serif;display:flex;flex-direction:column;height:100%}button{border:none;padding:5px 20px;background-color:var(--btn-color);color:#fff;cursor:pointer}h1,h2,h3,h4,h5,h6{margin-top:0;color:var(--heading-color)}a{cursor:pointer}input,select,textarea{font-family:Montserrat,sans-serif;padding:5px;border:none;border-radius:5px;background-color:var(--theme-input-bg, #00000022);color:var(--theme-input-fg, inherit)}textarea{background-color:var(--theme-input-bg, #00000011)}.contentWrapper{padding:10px;flex-grow:1;width:100%;display:flex;flex-direction:column;align-self:center;max-width:800px}.buttonContainer{margin-bottom:10px;display:flex;flex-direction:column;gap:10px}.buttonContainer button{width:100%}.flex{display:flex}.flexRowAlign{flex-direction:row;align-items:center}.flexColAlign{flex-direction:column;justify-content:center}.flexGap{gap:10px}.bottomBar button{width:100%}html.light,html.dark{transition:background-color .2s linear,color .2s linear}html.dark h1,html.dark h2,html.dark h3,html.dark h4,html.dark h5,html.dark h6{color:var(--heading-color-dark)}html.dark{::-webkit-scrollbar {width: 1em; height: 1em;} ::-webkit-scrollbar-track {background: var(--theme-border-colour, #555); border-radius: 10px;} ::-webkit-scrollbar-thumb {background: var(--btn-color, #1abc9c); border-radius: 10px;} ::-webkit-scrollbar-thumb:hover {background: var(--btn-color, #1abc9c);} ::-webkit-scrollbar-corner {background: var(--theme-bg-colour, #2c3e50);}}.Forms__genericForm{padding:10px;height:100%;box-sizing:border-box;width:100%;display:flex;flex-direction:column;align-self:center;max-width:400px}.Forms__LogInForm form,.Forms__RegisterForm form,.Forms__genericForm form{box-sizing:border-box;display:flex;flex-direction:column;gap:10px}.Forms__oauthButton{background:var(--color-surface-elevated, #fff);border:1px solid var(--color-border, #ccc);border-radius:6px;color:var(--color-text, #111);cursor:pointer;font-size:1rem;padding:10px 12px}.Forms__oauthButton:hover{background:var(--color-surface-hover, #f5f5f5)}.Forms__oauthDivider{align-items:center;color:var(--color-text-muted, #666);display:flex;gap:10px;text-align:center}.Forms__oauthDivider:before,.Forms__oauthDivider:after{background:var(--color-border, #ccc);content:"";flex:1;height:1px}.Forms__oauthHint{color:var(--color-text-muted, #666);font-size:.95rem;line-height:1.4;margin:0}.Forms__oauthSecondaryAction{background:transparent;border:none;color:var(--color-link, #06c);cursor:pointer;margin-top:8px;padding:0;text-decoration:underline}.NotFoundPage__notFoundPage{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;gap:16px}.NotFoundPage__errorMessage{font-size:1.5rem;font-weight:700}.NotFoundPage__errorDetails{font-size:.8rem;color:var(--theme-txt-colour-muted)}.FooterColumn__FooterColumn{display:flex;flex-direction:column;padding:10px;flex-basis:33%}.Footer__Footer{display:flex;justify-content:flex-start;width:100%;background-color:#0002}.AvatarImage__avatarImage{display:block;position:relative;overflow:hidden;background-color:var(--theme-panel-bg, #00000022);background-repeat:no-repeat;background-size:cover;min-width:25px;min-height:25px;height:25px;width:25px;border-radius:100px}.AvatarImage__avatarImageImg{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.AvatarImage__avatarImagePlaceholder{background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%236b7280' fill-opacity='0.45' d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E");background-size:150% 200%;background-position:center 38%;background-repeat:no-repeat}.LogOutButton__logOutButtonContainer{display:flex;justify-content:space-between;align-items:center}.NavBar__NavBar{width:100%;position:sticky;top:0;z-index:99999;box-sizing:border-box}.NavBar__toolbar{min-height:50px;max-height:50px;height:50px;padding:0 10px;box-sizing:border-box}.NavBar__navStart{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;min-width:0}.NavBar__breadcrumbs{font-size:inherit}.LightDarkToggle__wrap{position:relative;display:inline-flex;align-items:center;min-width:50px;min-height:24px}.LightDarkToggle__checkbox{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer;z-index:2}.LightDarkToggle__checkboxLabel{background-color:#111;width:50px;height:24px;border-radius:50px;position:relative;padding:5px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;pointer-events:none}.LightDarkToggle__checkboxLabel .LightDarkToggle__ball{background-color:#fff;width:20px;height:20px;position:absolute;left:2px;top:2px;border-radius:50%;transition:transform .2s linear}.LightDarkToggle__checkbox:checked+.LightDarkToggle__checkboxLabel .LightDarkToggle__ball{transform:translate(25px)}.LightDarkToggle__emoji{font-family:"Noto Color Emoji",sans-serif;display:block;font-size:1em;position:relative;top:0}.LightDarkToggle__emoji.LightDarkToggle__right{right:-2px}.LightDarkToggle__emoji.LightDarkToggle__left{right:2px}.NavBar__toolbar{display:flex;align-items:center;width:100%;gap:4px;min-height:44px;box-sizing:border-box;background-color:var(--btn-color);color:var(--theme-btn-txt-colour)}.NavBar__desktopNav{display:flex;flex-wrap:wrap;flex:1;min-width:0}.NavBar__spacer{display:none;flex:1;min-width:8px}.NavBar__trailing{display:flex;align-items:center;flex-shrink:0;gap:4px}.NavBar__trailingMount{display:flex;align-items:center;gap:4px;flex-shrink:0}@media (max-width: 767px){.NavBar__toolbar:not([data-nav-row-always="true"]) .NavBar__desktopNav{display:none}.NavBar__toolbar:not([data-nav-row-always="true"]) .NavBar__spacer{display:block}}.NavBar__toolbarLink{all:unset;box-sizing:border-box;display:inline-flex;align-items:center;gap:4px;padding:10px;cursor:pointer;background-color:transparent;color:inherit;transition:opacity .15s;font-size:inherit;white-space:nowrap;border-radius:var(--theme-border-radius, 3px)}.NavBar__toolbarLink:hover{opacity:.7}.NavBar__toolbarLink:focus-visible{outline:2px solid var(--theme-btn-txt-colour);outline-offset:-2px}.NavBar__toolbarLinkActive{opacity:.7}.NavBar__toolbarGroup{position:relative;display:inline-flex;align-items:stretch}.NavBar__chevron{font-size:.65em;opacity:.85}.NavBar__toolbarSubPanel{position:absolute;top:calc(100% - 2px);left:0;min-width:180px;display:flex;flex-direction:column;gap:2px;padding:6px 0;background:var(--theme-bg-colour);color:var(--theme-txt-colour);border:1px solid var(--theme-border-colour, #ddd);border-radius:var(--theme-border-radius, 3px);box-shadow:0 8px 24px #0000001f;z-index:100}.NavBar__subLink{all:unset;box-sizing:border-box;display:block;width:100%;padding:10px 14px;cursor:pointer;font-size:.95em;text-align:left;color:inherit;border-radius:var(--theme-border-radius, 3px)}.NavBar__subLink:hover{background:var(--theme-hover-bg, rgba(0, 0, 0, .06))}.NavBar__subLink:focus-visible{outline:2px solid var(--btn-color);outline-offset:-2px}.NavBar__drawerGroup{display:flex;flex-direction:column;gap:2px;margin-top:10px}.NavBar__drawerGroup:first-child{margin-top:0}.NavBar__drawerGroupLabel{padding:8px 10px 4px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-txt-colour);opacity:.55}.NavBar__drawerLink{all:unset;box-sizing:border-box;display:block;width:100%;padding:10px 10px 10px 18px;cursor:pointer;border-radius:var(--theme-border-radius, 3px);color:var(--theme-txt-colour);font-size:inherit}.NavBar__drawerLink:hover{background:var(--theme-hover-bg, #f5f5f5)}.NavBar__drawerLink:focus-visible{outline:2px solid var(--btn-color);outline-offset:-2px}.NavBar__drawerLinkActive{font-weight:600;opacity:.85}.NavBar__navBarArea{display:flex;flex-direction:column;align-items:stretch;position:relative;width:100%}.NavBar__leadingCluster{display:flex;align-items:center;flex-shrink:0;gap:4px}.NavBar__menuButtonWrap{display:none;flex-shrink:0}.NavBar__menuButton{all:unset;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;color:var(--theme-btn-txt-colour);padding:4px 8px;border-radius:var(--theme-border-radius, 3px)}.NavBar__menuButton:hover{opacity:.85}.NavBar__menuButton:focus-visible{outline:2px solid var(--theme-btn-txt-colour);outline-offset:2px}.NavBar__menuIcon{font-size:1.35rem;line-height:1;color:inherit}.NavBar__visuallyHidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.NavBar__mobileDrawerBackdrop{position:fixed;inset:44px 0 0;z-index:9990;background:rgba(0,0,0,.4);border:none;cursor:pointer;padding:0;margin:0}.NavBar__mobileDrawer{position:fixed;top:44px;left:0;bottom:0;width:min(320px,88vw);z-index:9991;background:var(--theme-bg-colour);border-right:1px solid var(--theme-border-colour, #ddd);box-shadow:4px 0 24px #00000026;overflow-y:auto}.NavBar__mobileDrawerNav{display:flex;flex-direction:column;padding:12px 8px 24px;gap:2px}@media (max-width: 767px){.NavBar__menuButtonWrap{display:inline-flex;align-items:center;justify-content:center}}.ListItem__listItem{display:flex;height:50px;width:100%;background-color:#0003;margin-bottom:10px;align-items:center;justify-content:space-between;gap:10px;padding:10px}.MyProfile__myUserProfile{display:flex;flex-direction:column;gap:10px;margin-bottom:10px}.MyProfile__myUserProfile .MyProfile__header,.MyProfile__myUserProfile .MyProfile__content{background-color:#0002;border-radius:5px;padding:10px;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center}.MyProfile__myUserProfile .MyProfile__content{flex-direction:column;align-items:flex-start;padding-bottom:20px;margin-bottom:10px}.MyProfile__myUserProfile .MyProfile__content textarea{width:100%;height:150px}.MyProfile__myUserProfile .MyProfile__header button{margin-left:10px}.ActionList__actionListContainer{position:absolute;bottom:0;left:0;width:100%;height:50%;background-color:transparent;z-index:999;box-sizing:border-box}.ActionList__actionList{width:100%;height:100%;background-color:#fff;box-shadow:0 -4px 15px #0002;border-radius:20px 20px 0 0;padding:20px;box-sizing:border-box;display:flex;flex-direction:column}.ActionList__actionList .ActionList__titleBar{display:flex;justify-content:space-between;box-sizing:border-box;padding-bottom:20px}.ActionList__backIcon{cursor:pointer}.ActionList__actionList .ActionList__titleBar h3.ActionList__actionListTitle{display:inline-block;flex-grow:1;margin:0}.ActionList__actionList .ActionList__actionListContent{overflow-y:auto;max-height:100%;display:flex;flex-wrap:wrap}.ActionList__actionList .ActionList__actionListContent .ActionList__actionListItem,.ActionList__actionList .ActionList__actionListContent .ActionList__actionListImageItem{width:100%}.ActionList__actionList .ActionList__actionListContent .ActionList__actionListItem,.ActionList__actionList .ActionList__actionListContent .ActionList__actionListImageItem,.ActionList__actionList .ActionList__actionListContent .ActionList__actionListBgImageItem{cursor:pointer;margin-bottom:20px;display:flex;align-items:center}.ActionList__actionList .ActionList__actionListContent .ActionList__actionListImageItem .ActionList__actionListItemImage{height:50px;width:50px;border-radius:50px;border:1px solid #CCC;margin-right:10px;background-position:center;background-repeat:no-repeat;background-size:cover}.ActionList__actionListBgImageItemContainer{padding:10px;box-sizing:border-box;width:200px;height:200px}@media screen and (max-width: 550px){.ActionList__actionListBgImageItemContainer{width:100%}}.ActionList__actionList .ActionList__actionListContent .ActionList__actionListBgImageItem{background-position:center;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;width:100%;height:100%}.dark{.ActionList__actionList {background-color: #333; color: white;}}.ImageEditor__profilePicture{position:relative;max-width:100px;min-width:100px;height:100px;border-radius:100px;background-color:#87ceeb;background-position:center;background-repeat:no-repeat;background-size:cover}.ImageEditor__editImageFloatingButton{position:absolute;bottom:-10px;right:-10px;height:40px;width:40px;line-height:30px;background-color:#ddd;border-radius:50px;padding:0;border:5px solid #F8F8F8;text-align:center;margin:5px;cursor:pointer;font-size:1em}body{max-height:100%;max-width:100%}#ImageEditor__displayPicImg{display:block;max-width:100%;max-height:100%}.Game__emoji{font-family:"Noto Color Emoji",sans-serif;display:block;font-size:1em;position:relative;top:0}.Game__gameBottomBar{position:sticky;bottom:0;background-color:var(--btn-color);padding:10px;display:flex;justify-content:space-around}.Game__adminSpan{display:inline-block;margin-left:10px;background-color:#0003;padding:0 5px;border-radius:3px}.Game__firebaseMsg{padding:10px;background-color:#0001}.ActionDialog__cardItem{margin-bottom:8px;border-radius:5px;border:none;display:flex;flex-direction:column;justify-content:space-between;max-height:80%;background-color:#fff;color:#333}.ActionDialog__cardItemHeader{width:100%;padding:10px;box-sizing:border-box;border-bottom:1px solid lightgrey;margin-bottom:10px;font-weight:700;border-radius:5px 5px 0 0;background:var(--btn-color);color:#fff}.ActionDialog__cardItemInfo{text-align:left;padding:0 10px;display:flex;flex-direction:column;max-height:calc(100% - 50px)}.ActionDialog__cardItemImage{width:100px;height:100px;background-position:center;background-size:cover;border:1px solid #CCC;box-shadow:2px 2px 5px #bbb}.ActionDialog__cardItem .ActionDialog__left{min-width:150px;height:auto;width:100%;text-align:left;overflow-y:hidden}.ActionDialog__cardItem .ActionDialog__right{flex-grow:1;display:flex;flex-direction:column;align-items:center;border-top:1px solid lightgrey;font-weight:700;margin-top:10px;flex-direction:row;justify-content:stretch;height:40px;max-height:40px;min-width:150px;width:100%;text-align:center}.ActionDialog__cardItem .ActionDialog__right>div{border-radius:0 0 5px 5px}.ActionDialog__cardItem .ActionDialog__right.ActionDialog__multipleChildren>div:first-child{border-right:1px solid lightgrey}.ActionDialog__cardItem .ActionDialog__right.ActionDialog__multipleChildren>div:last-child{border-radius:0 0 5px}.ActionDialog__cardItem .ActionDialog__right.ActionDialog__multipleChildren>div:first-child{border-radius:0 0 0 5px}.ActionDialog__cardItemInfo p,.ActionDialog__cardItemInfo h3{margin-bottom:0}.ActionDialog__alertDialogButton{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.ActionDialog__green{color:#30a562}.ActionDialog__red{color:#c0392b}.ActionDialog__confirmDialog{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:10px;box-sizing:border-box;background-color:#000a;z-index:999}@media screen and (min-width: 550px){.ActionDialog__cardItem{max-width:350px;min-width:350px;margin-left:2px;margin-right:2px}.ActionDialog__newPostsItem{margin-left:2px;margin-right:2px}}@media screen and (max-width: 550px){.ActionDialog__cardItem{display:flex;flex-direction:column;align-items:center}.ActionDialog__alertDialogButton{width:100%;box-sizing:border-box}.ActionDialog__cardItem{width:100%}.ActionDialog__left{margin-bottom:3px;text-align:center}.ActionDialog__right{width:100%}.ActionDialog__left>span{display:flex;flex-direction:column}}.dark{.ActionDialog__cardItem {background-color: #333; color: white;}}.ContactCell__contactCell{padding:10px;border-radius:3px;background-color:#0001;display:flex;gap:10px;align-items:center;justify-content:space-between;cursor:pointer}.ContactCell__contactCell .ContactCell__details{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.ContactCell__contactCell .ContactCell__details *{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ContactCell__contactCell .ContactCell__status{flex-shrink:0}.ContactCell__contactCell .ContactCell__pic{min-width:40px;max-width:40px;min-height:40px;max-height:40px;border-radius:100%;background-color:#0001;background-repeat:no-repeat;background-size:contain}.Chat__chatContainer{display:flex;height:calc(100% - 100px);flex-shrink:1;flex-grow:1}.Chat__contactsBar{width:300px;background-color:#87ceeb}@media screen and (max-width: 768px){.Chat__contactsBar{width:200px}}.dark{.Chat__contactsBar {background-color: #00000044;}}.Tabs__tabsContainer{width:100%;display:flex;flex-direction:column}.Tabs__tabs{display:flex;flex-wrap:wrap}.Tabs__tab{padding:10px;cursor:pointer;border:none;border-bottom:none;margin:0;font:inherit;text-align:inherit;background-color:var(--theme-bg-colour);color:var(--theme-txt-colour);transition:background-color .3s}.Tabs__tab:hover,.Tabs__active{opacity:.7}.Tabs__tabContent{border:1px solid var(--theme-border-colour);padding:10px;flex-grow:1;flex-direction:column;background-color:var(--theme-elevated-bg);color:var(--theme-txt-colour)}.Conversation__thisChat{display:flex;flex-direction:column;flex-grow:1;background-color:#ff0}.Conversation__headerBar{padding:10px}.Conversation__bottomBar{display:flex;padding:10px}.Conversation__inputForm{display:flex;flex-grow:1}.Conversation__inputForm input{flex-grow:1}.dark{.Conversation__thisChat {background-color: #00000066;}}.Messages__messages{padding:10px;flex-grow:1;background-color:beige;height:100%;overflow-y:scroll}.Messages__chatMessage{padding:5px;background-color:#0001;margin:5px 30% 5px 5px}.Messages__chatMessage.Messages__byMe{text-align:right;margin-right:5px;margin-left:30%}.dark{.Messages__messages {background-color: #00000011;}}.Toggle__switchRoot{display:inline-flex;align-items:center;vertical-align:middle;position:relative}.Toggle__switchInput{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.Toggle__switchInput:focus{outline:none}.Toggle__switchLabel{position:relative;pointer-events:none;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding-block:6px;box-sizing:border-box;user-select:none;-webkit-tap-highlight-color:transparent}.Toggle__switchTrack{position:relative;width:52px;height:32px;flex-shrink:0;border-radius:16px;box-sizing:border-box;background-color:var(--theme-border-colour);outline:1px solid color-mix(in srgb,var(--theme-txt-colour) 18%,var(--theme-border-colour));box-shadow:inset 0 1px 2px #00000014;transition:background-color .2s ease,border-color .2s ease}.Toggle__switchInput:checked+.Toggle__switchLabel .Toggle__switchTrack{background-color:var(--btn-color);border-color:color-mix(in srgb,var(--theme-btn-txt-colour) 35%,var(--btn-color))}.Toggle__switchThumb{position:absolute;top:4px;left:4px;width:24px;height:24px;border-radius:50%;background-color:var(--theme-bg-colour);border:1px solid var(--theme-border-colour);box-shadow:0 1px 2px #0000001f,0 2px 4px #00000014;transition:transform .2s cubic-bezier(.4,0,.2,1)}.Toggle__switchInput:checked+.Toggle__switchLabel .Toggle__switchThumb{transform:translate(20px);border-color:#ffffff59}.Toggle__switchInput:focus-visible+.Toggle__switchLabel .Toggle__switchTrack{box-shadow:inset 0 1px 2px #00000014,0 0 0 2px var(--theme-bg-colour),0 0 0 4px var(--btn-color)}.Toggle__switchInput:disabled{cursor:not-allowed}.Toggle__switchInput:disabled+.Toggle__switchLabel{opacity:.45}.Toggle__switchInput:disabled+.Toggle__switchLabel .Toggle__switchThumb{box-shadow:0 1px 2px #00000014}.Toggle__switchTrackIcons{display:flex;align-items:center;justify-content:space-between;padding-inline:7px}.Toggle__themeGlyph{display:flex;align-items:center;justify-content:center;width:16px;height:16px;pointer-events:none;z-index:0;transition:color .2s ease,opacity .2s ease}.Toggle__themeSvg{display:block;flex-shrink:0}.Toggle__switchInput:not(:checked)+.Toggle__switchLabel .Toggle__themeGlyphSun{color:var(--theme-txt-colour);opacity:1}.Toggle__switchInput:not(:checked)+.Toggle__switchLabel .Toggle__themeGlyphMoon{color:var(--theme-text-muted);opacity:.4}.Toggle__switchInput:checked+.Toggle__switchLabel .Toggle__themeGlyphMoon{color:#fffffff2;opacity:1}.Toggle__switchInput:checked+.Toggle__switchLabel .Toggle__themeGlyphSun{color:#ffffff80;opacity:.85}@media (prefers-reduced-motion: reduce){.Toggle__switchTrack,.Toggle__switchThumb,.Toggle__themeGlyph{transition:none}}.react__root{display:inline-block;flex-shrink:0;line-height:0}.react__image{display:block;width:100%;height:100%;object-fit:contain}.react__colorMask{display:block;width:100%;height:100%;background-color:currentColor;mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.react__knockoutAccentMask{display:block;width:100%;height:100%;mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.components__brandButton{all:unset;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;border-radius:var(--theme-border-radius, 3px)}.components__brandButton:focus-visible{outline:2px solid var(--theme-btn-txt-colour);outline-offset:2px}.components__brandButton:hover{opacity:.85}.Button__customButton{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin:0;padding:10px 20px;appearance:none;-webkit-appearance:none;border:1px solid transparent;border-radius:var(--theme-border-radius);background-color:var(--btn-color);color:var(--theme-btn-txt-colour);font-family:inherit;font-size:inherit;line-height:1.25;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease}.Button__small{padding:5px 10px;font-size:.875rem}.Button__medium{padding:10px 20px}.Button__large{padding:15px 30px}.Button__icon{width:36px;height:36px;padding:0;border-radius:10px}.Button__pill{border-radius:999px}.Button__main,.Button__primary{background-color:var(--btn-color);border-color:var(--btn-color);color:var(--theme-btn-txt-colour)}.Button__secondary{background-color:color-mix(in srgb,var(--theme-panel-bg) 45%,var(--theme-bg-colour));border-color:var(--theme-border-colour);color:var(--theme-txt-colour)}.Button__outline{background-color:transparent;border-color:var(--theme-border-colour);color:var(--theme-txt-colour)}.Button__danger{background-color:var(--btn-color-danger);border-color:var(--btn-color-danger);color:var(--theme-btn-txt-colour)}.Button__ghost{background-color:transparent;border-color:transparent;color:var(--theme-text-muted)}.Button__customButton:hover:not(:disabled){opacity:.92}.Button__ghost:hover:not(:disabled),.Button__outline:hover:not(:disabled){opacity:1;color:var(--theme-link-colour);background-color:color-mix(in srgb,var(--theme-link-colour) 10%,transparent);border-color:color-mix(in srgb,var(--theme-link-colour) 35%,var(--theme-border-colour))}.Button__secondary:hover:not(:disabled){opacity:1;border-color:color-mix(in srgb,var(--theme-link-colour) 35%,var(--theme-border-colour))}.Button__ghostActive{color:var(--theme-link-colour);background-color:color-mix(in srgb,var(--theme-link-colour) 14%,transparent)}.Button__secondaryActive{border-color:var(--theme-link-colour);color:var(--theme-link-colour);background-color:color-mix(in srgb,var(--theme-link-colour) 10%,transparent)}.Button__outlineActive{border-color:var(--theme-link-colour);color:var(--theme-link-colour)}.Button__customButton:disabled{opacity:.45;cursor:not-allowed}.Button__fullWidth{width:100%}.Button__alignStart{justify-content:flex-start;text-align:left}.Button__stack{flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;gap:4px;padding:10px 12px;border-radius:8px}.Button__stackDescription{font-size:12px;font-weight:400;line-height:1.35;color:var(--theme-text-muted)}.Button__stack:hover:not(:disabled) .Button__stackDescription{color:inherit;opacity:.85}.Button__toneDanger.Button__secondary:hover:not(:disabled),.Button__toneDanger.Button__outline:hover:not(:disabled),.Button__toneDanger.Button__ghost:hover:not(:disabled){border-color:var(--theme-severity-critical);color:var(--theme-severity-critical)}.Button__toneDanger.Button__ghost{color:var(--theme-severity-critical)}.Button__customButton.Button__main:disabled,.Button__customButton.Button__primary:disabled,.Button__customButton.Button__danger:disabled{background-color:#bdc3c7;border-color:#bdc3c7;opacity:1}.Modal__modalBackdrop{position:fixed;inset:0;z-index:99999;display:flex;justify-content:center;align-items:center;box-sizing:border-box;min-height:0;padding:max(12px,env(safe-area-inset-top,0px)) max(12px,env(safe-area-inset-right,0px)) max(12px,env(safe-area-inset-bottom,0px)) max(12px,env(safe-area-inset-left,0px));background:color-mix(in srgb,#000 45%,transparent);animation:Modal__modalBackdropIn .18s ease}.Modal__modal{box-sizing:border-box;display:flex;flex-direction:column;align-self:center;width:auto;min-width:0;min-height:0;max-width:min(90vw,100%);max-height:min(90dvh,100%);overflow:hidden;animation:Modal__modalIn .2s ease}.Modal__modal>*:not(.Modal__frame){flex:1 1 auto;min-height:0;min-width:0;overflow:auto}.Modal__frame{display:flex;flex-direction:column;flex:1 1 auto;min-width:0;min-height:0;max-height:100%;overflow:hidden;background:var(--theme-bg-colour);color:var(--theme-txt-colour);border:1px solid var(--theme-border-colour);border-radius:var(--theme-border-radius, 8px);box-shadow:0 16px 40px color-mix(in srgb,#000 28%,transparent)}.Modal__header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px;border-bottom:1px solid var(--theme-border-colour);background:color-mix(in srgb,var(--theme-panel-bg) 40%,var(--theme-bg-colour))}.Modal__title{margin:0;font-size:14px;font-weight:600;line-height:1.25;color:var(--theme-txt-colour)}.Modal__body{flex:1 1 auto;min-height:0;min-width:0;padding:12px;overflow-x:auto;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.Modal__footer{flex-shrink:0;padding:10px 12px;border-top:1px solid var(--theme-border-colour);background:color-mix(in srgb,var(--theme-panel-bg) 25%,var(--theme-bg-colour))}.Modal__buttons{display:flex;justify-content:flex-end;gap:8px}@keyframes Modal__modalBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes Modal__modalIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.TextArea__textarea{width:100%;padding:8px;border-radius:var(--theme-border-radius);outline:none;font-family:inherit;line-height:1.4;box-sizing:border-box}.TextArea__form{background-color:var(--theme-input-bg);color:var(--theme-input-fg);border:1px solid var(--theme-border-colour);resize:vertical;min-height:80px}.TextArea__composer{background:transparent;color:var(--theme-txt-colour);border:none;resize:none;min-height:36px;max-height:160px;padding:8px 6px;font-size:15px;line-height:20px;overflow-y:auto}.TextArea__form:focus-visible{outline:2px solid var(--theme-link-colour);outline-offset:1px}.TextArea__composer:focus-visible{outline:none}.TextArea__form::placeholder,.TextArea__composer::placeholder{color:var(--theme-text-muted)}.TextArea__bareWrapper,.ControlWrapper__inputContainer{width:100%}.ControlWrapper__inputContainer .ControlWrapper__label{display:block;margin-bottom:4px}.ControlWrapper__inputContainer .ControlWrapper__description{display:block;margin-bottom:6px;font-size:.78rem;line-height:1.35;opacity:.6;color:var(--theme-txt-colour, inherit)}.ControlWrapper__requiredMark{color:var(--theme-danger, #d32f2f);font-weight:600}.ControlWrapper__errorMessage{display:block;margin-top:4px;font-size:.78rem;line-height:1.35;color:var(--theme-danger, #d32f2f)}.ControlWrapper__hasError input,.ControlWrapper__hasError textarea,.ControlWrapper__hasError select{border-color:var(--theme-danger, #d32f2f)!important}.Chat__icon{display:block;width:18px;height:18px;flex-shrink:0}.ChatComposer__composer{flex-shrink:0;padding:8px 10px calc(8px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--theme-border-colour);background:color-mix(in srgb,var(--theme-panel-bg) 30%,var(--theme-bg-colour))}.ChatComposer__shell{display:flex;align-items:start;gap:8px;padding:4px 8px 0 4px;border:1px solid var(--theme-border-colour);border-radius:16px;background:var(--theme-bg-colour);box-shadow:0 1px 2px color-mix(in srgb,black 6%,transparent)}.ChatComposer__leading{flex-shrink:0}.ChatComposer__inputWrap{flex:1;min-width:0}@media (max-width: 720px){.ChatComposer__composer{padding-inline:8px}}.ChatScrollFab__host{position:absolute;right:14px;bottom:14px;z-index:30;filter:drop-shadow(0 8px 24px color-mix(in srgb,#000 28%,transparent))}@media (max-width: 720px){.ChatScrollFab__host{right:10px;bottom:10px}}.ChatMessage__message{display:flex;flex-direction:column;gap:6px;max-width:min(100%,820px);min-width:0}.ChatMessage__user{align-self:flex-end}.ChatMessage__assistant{align-self:flex-start}.ChatMessage__system{align-self:center;max-width:min(100%,640px)}.ChatMessage__label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-text-muted)}.ChatMessage__bubble{padding:10px 12px;border-radius:12px;border:1px solid var(--theme-border-colour);background:color-mix(in srgb,var(--theme-panel-bg) 35%,var(--theme-bg-colour));color:var(--theme-txt-colour);min-width:0;max-width:100%;overflow-wrap:anywhere}.ChatMessage__user .ChatMessage__bubble{background:color-mix(in srgb,var(--btn-color) 16%,var(--theme-bg-colour))}.ChatMessage__system .ChatMessage__bubble{font-size:12px;color:var(--theme-text-muted);text-align:center}.ChatMessage__systemError .ChatMessage__bubble{color:var(--theme-severity-critical);border-color:color-mix(in srgb,var(--theme-severity-critical) 40%,var(--theme-border-colour))}.Utils__row{display:flex}.Utils__stack{display:flex;flex-direction:column}.Utils__equal>*{flex:1 1 0;min-width:0;min-height:0}.Input__input:not([type="checkbox"]){width:100%;padding:8px;background-color:var(--theme-input-bg);color:var(--theme-input-fg);border-radius:var(--theme-border-radius);outline:none;border:1px solid var(--theme-border-colour);box-sizing:border-box;font-family:inherit;font-size:inherit;line-height:1.25}input.Input__input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:20px;height:20px;border:2px solid var(--theme-border-colour);border-radius:var(--theme-border-radius);margin-right:8px;cursor:pointer;outline:none;position:relative;transition:background-color .3s,border-color .3s}input.Input__input[type=checkbox]:checked{background-color:var(--btn-color);border-color:var(--btn-color)}input.Input__input[type=checkbox]:checked:before{content:"\2713";display:block;text-align:center;font-size:1.5em;color:var(--theme-btn-txt-colour);position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.Popover__backdrop{position:fixed;inset:0;z-index:9000;border:none;padding:0;margin:0;background:color-mix(in srgb,#000 45%,transparent);animation:Popover__popoverBackdropIn .18s ease}.Popover__backdropSheet{display:flex;align-items:flex-end;justify-content:stretch;padding-bottom:env(safe-area-inset-bottom,0px);cursor:pointer}.Popover__backdropEdge{cursor:pointer}.Popover__panel{box-sizing:border-box;position:relative;z-index:9001;display:flex;flex-direction:column;min-height:0;font-family:inherit;background:var(--theme-bg-colour);color:var(--theme-txt-colour);border:1px solid var(--theme-border-colour);overflow:hidden;cursor:default}.Popover__panelSheet{width:100%;max-width:100%;max-height:min(85dvh,640px);border-left:none;border-right:none;border-bottom:none;border-radius:12px 12px 0 0;box-shadow:0 -12px 36px color-mix(in srgb,#000 22%,transparent);animation:Popover__popoverSheetBottomIn .22s ease}@media (min-width: 640px){.Popover__backdropSheet{align-items:center;justify-content:center;padding:max(12px,env(safe-area-inset-top,0px)) max(12px,env(safe-area-inset-right,0px)) max(12px,env(safe-area-inset-bottom,0px)) max(12px,env(safe-area-inset-left,0px))}.Popover__panelSheet{width:min(100%,420px);max-height:min(80dvh,560px);border:1px solid var(--theme-border-colour);border-radius:var(--theme-border-radius, 8px);box-shadow:0 16px 40px color-mix(in srgb,#000 28%,transparent);animation:Popover__popoverSheetIn .2s ease}}.Popover__panelStart{position:fixed;top:0;bottom:0;left:0;width:min(var(--popover-panel-width, 280px),88vw);min-width:min(var(--popover-panel-width, 280px),88vw);max-height:100dvh;padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px);border-left:none;border-top:none;border-bottom:none;border-right:1px solid var(--theme-border-colour);border-radius:0;box-shadow:8px 0 28px color-mix(in srgb,#000 18%,transparent);animation:Popover__popoverStartIn .2s ease}.Popover__panelEnd{position:fixed;top:0;bottom:0;right:0;width:min(var(--popover-panel-width, 280px),88vw);min-width:min(var(--popover-panel-width, 280px),88vw);max-height:100dvh;padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px);border-right:none;border-top:none;border-bottom:none;border-left:1px solid var(--theme-border-colour);border-radius:0;box-shadow:-8px 0 28px color-mix(in srgb,#000 18%,transparent);animation:Popover__popoverEndIn .2s ease}.Popover__header{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-shrink:0;padding:12px;border-bottom:1px solid var(--theme-border-colour);background:color-mix(in srgb,var(--theme-panel-bg) 40%,var(--theme-bg-colour))}.Popover__headerMain{flex:1;min-width:0}.Popover__title{margin:0;font-size:14px;font-weight:600;line-height:1.25;color:var(--theme-txt-colour)}.Popover__body{flex:1 1 auto;min-height:0;padding:12px;overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.Popover__bodyFlush{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;padding:0;overflow:hidden}.Popover__footer{flex-shrink:0;padding:10px 12px;border-top:1px solid var(--theme-border-colour);background:color-mix(in srgb,var(--theme-panel-bg) 25%,var(--theme-bg-colour));display:flex;justify-content:flex-end;gap:8px}@keyframes Popover__popoverBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes Popover__popoverSheetBottomIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes Popover__popoverSheetIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes Popover__popoverStartIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes Popover__popoverEndIn{0%{transform:translate(100%)}to{transform:translate(0)}}.Chat__quickFilters{display:flex;flex-wrap:wrap;gap:6px;padding:8px 10px 0}.Chat__itemMain{flex:1;min-width:0}.Chat__empty{padding:12px;text-align:center;color:var(--theme-text-muted);font-size:12.5px}.Dropdown__dropdown{position:relative;display:inline-block;width:100%;background-color:var(--theme-input-bg);color:var(--theme-input-fg);border-radius:var(--theme-border-radius);border:1px solid var(--theme-border-colour)}.Dropdown__selectedOption{padding:8px;cursor:pointer;border-radius:var(--theme-border-radius)}.Dropdown__dropdownContent{position:fixed;background-color:var(--theme-elevated-bg);color:var(--theme-txt-colour);z-index:1;border:1px solid var(--theme-border-colour)}.Dropdown__searchInput{width:100%;padding:8px;border:none;outline:none;background-color:transparent;color:inherit}.Dropdown__dropdown input{border-radius:0}.Dropdown__dropdown ul{list-style:none;margin:0;padding:0;max-height:400px;overflow-y:scroll}.Dropdown__dropdown li{padding:8px;cursor:pointer;&:hover{background-color:var(--theme-hover-bg);color:var(--theme-txt-colour)}}.Dropdown__optionWithContent{display:flex;align-items:center;gap:8px}.Dropdown__optionSelected{background-color:var(--theme-hover-bg);color:var(--theme-txt-colour);font-weight:600}.Dropdown__disabled{background-color:var(--theme-hover-bg);opacity:.6}.Flyout__dropdownRoot{position:relative;display:inline-flex;align-items:stretch}.Flyout__backdrop{position:fixed;inset:0;z-index:9000;border:none;padding:0;margin:0;cursor:pointer;background:color-mix(in srgb,#000 45%,transparent);animation:Flyout__flyoutBackdropIn .18s ease}.Flyout__panel{box-sizing:border-box;display:flex;flex-direction:column;min-height:0;background:var(--theme-bg-colour);color:var(--theme-txt-colour);border:1px solid var(--theme-border-colour)}.Flyout__panelOverlay{z-index:9001}.Flyout__panelStart{position:fixed;top:0;bottom:0;left:0;width:min(var(--flyout-panel-width, 280px),88vw);min-width:min(var(--flyout-panel-width, 280px),88vw);border-right:1px solid var(--theme-border-colour);border-left:none;border-top:none;border-bottom:none;box-shadow:8px 0 28px #0000002e;animation:Flyout__flyoutSlideStartIn .2s ease}.Flyout__panelEnd{position:fixed;top:0;bottom:0;right:0;width:min(var(--flyout-panel-width, 280px),88vw);min-width:min(var(--flyout-panel-width, 280px),88vw);border-left:1px solid var(--theme-border-colour);border-right:none;border-top:none;border-bottom:none;box-shadow:-8px 0 28px #0000002e;animation:Flyout__flyoutSlideEndIn .2s ease}.Flyout__panelBottom{position:fixed;left:0;right:0;bottom:0;max-height:min(85dvh,640px);border-radius:12px 12px 0 0;box-shadow:0 -12px 36px #00000038;animation:Flyout__flyoutSlideBottomIn .22s ease}.Flyout__panelDropdown{position:absolute;top:calc(100% + 6px);left:0;min-width:180px;border-radius:var(--theme-border-radius, 8px);box-shadow:0 10px 28px #0000002e;z-index:120;padding:4px}.Flyout__panelDropdownAlignEnd{left:auto;right:0}.Flyout__panelDropdownFixed{position:fixed;min-width:180px;border-radius:var(--theme-border-radius, 8px);box-shadow:0 10px 28px #0000002e;z-index:9001;padding:4px}.Flyout__panelInline{position:relative;flex:1 1 auto;align-self:stretch;width:100%;height:100%;min-height:0;display:flex;flex-direction:column;border:none;box-shadow:none;animation:none}.Flyout__inlineHost{flex:0 0 var(--flyout-panel-width, 280px);width:var(--flyout-panel-width, 280px);min-width:var(--flyout-panel-width, 280px);max-width:var(--flyout-panel-width, 280px);height:100%;min-height:0;display:flex;flex-direction:column;align-self:stretch}.Flyout__header{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-shrink:0;padding:12px;border-bottom:1px solid var(--theme-border-colour)}.Flyout__title{margin:0;font-size:14px;font-weight:600}.Flyout__closeButton{all:unset;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-width:32px;min-height:32px;padding:0 6px;cursor:pointer;border-radius:var(--theme-border-radius, 6px);color:var(--theme-txt-colour);font-size:22px;line-height:1}.Flyout__closeButton:hover{background:var(--theme-hover-bg)}.Flyout__closeButton:focus-visible{outline:2px solid var(--btn-color);outline-offset:-2px}.Flyout__body{flex:1 1 auto;min-height:0;overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}@keyframes Flyout__flyoutBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes Flyout__flyoutSlideStartIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes Flyout__flyoutSlideEndIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes Flyout__flyoutSlideBottomIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}.Chat__list{margin:0;display:flex;flex-direction:column;gap:10px}.Chat__row{margin:0;display:grid;grid-template-columns:7.5rem 1fr;gap:8px 12px;align-items:baseline}.Chat__label{margin:0;font-size:12px;font-weight:600;color:var(--theme-text-muted)}.Chat__value,.Chat__valueMono{margin:0;font-size:13px;color:var(--theme-text-colour);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Chat__valueMono{font-family:ui-monospace,monospace;font-size:12px}.Chat__intro{margin:0 0 12px;font-size:13px;color:var(--theme-text-muted);line-height:1.45}.Chat__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.Chat__item{margin:0;padding:10px 12px;border:1px solid var(--theme-border-colour);border-radius:8px;background:var(--theme-surface-muted, transparent)}.Chat__label{margin:0;font-size:14px;font-weight:600;color:var(--theme-text-colour)}.Chat__id{margin:4px 0 0;font-size:12px;font-family:ui-monospace,monospace;color:var(--theme-text-muted)}.Chat__empty{margin:0;font-size:13px;color:var(--theme-text-muted);line-height:1.45}.Chat__header{display:flex;align-items:center;gap:10px;min-height:52px;padding:8px 12px;border-bottom:1px solid var(--theme-border-colour);background:color-mix(in srgb,var(--theme-panel-bg) 40%,var(--theme-bg-colour));flex-shrink:0;flex-wrap:wrap}.Chat__main{flex:1;min-width:120px;display:flex;flex-direction:column;gap:2px;min-width:0}.Chat__title{margin:0;font-size:15px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Chat__sub{margin:0;font-size:12px;color:var(--theme-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Chat__subActive{color:var(--theme-link-colour)}.Chat__contextPill{font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px;border:1px solid var(--theme-border-colour);color:var(--theme-text-muted);flex-shrink:0}.Chat__contextPill[data-level=ok]{color:var(--theme-success)}.Chat__contextPill[data-level=warn]{color:var(--theme-warning)}.Chat__contextPill[data-level=high]{color:var(--theme-severity-critical)}.Chat__runPressurePill{font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px;border:1px solid var(--theme-border-colour);flex-shrink:0}.Chat__runPressurePill[data-level=warn]{color:var(--theme-warning);border-color:color-mix(in srgb,var(--theme-warning) 35%,var(--theme-border-colour))}.Chat__runPressurePill[data-level=critical]{color:var(--theme-severity-critical);border-color:color-mix(in srgb,var(--theme-severity-critical) 35%,var(--theme-border-colour))}.Chat__status{font-size:11px;color:var(--theme-text-muted);flex-shrink:0;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Chat__status.Chat__online{color:var(--theme-success)}.Chat__status.Chat__offline{color:var(--theme-warning-text, var(--theme-warning))}.Chat__headerRight,.Chat__headerRightActions{display:flex;align-items:center;gap:8px;flex-shrink:0}.Chat__headerRightActionModelPicker{min-width:150px}@media (max-width: 720px){.Chat__status{display:none}}.Chat__footer{flex-shrink:0;display:flex;align-items:center;gap:8px;padding:8px 10px;border-top:1px solid var(--theme-border-colour);background:color-mix(in srgb,var(--theme-panel-bg) 25%,var(--theme-bg-colour))}.Chat__footerIcon{display:block}.Chat__profileSlot{flex:1;min-width:0}.Chat__profileName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1 1 auto}.Chat__localMeta{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;font-size:11px;line-height:1.3;color:var(--theme-muted-text-colour, #888)}.Chat__localRepo{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,monospace}.Chat__localVersion{opacity:.85}.Chat__hint{margin:0 0 10px;font-size:12px;color:var(--theme-text-muted)}.Chat__actionList{display:flex;flex-direction:column;gap:8px}.Chat__empty{margin:8px 0 0;font-size:13px;color:var(--theme-text-muted)}.Chat__actionLog{flex:1;margin:0;padding:12px 14px;overflow:auto;font-size:12px;line-height:1.45;white-space:pre-wrap;background:color-mix(in srgb,var(--theme-panel-bg) 50%,var(--theme-bg-colour));color:var(--theme-txt-colour);min-height:160px;max-height:40dvh}.Chat__outputTitle{margin:0;font-size:15px;font-weight:600}.Chat__outputStatus{margin:4px 0 0;font-size:12px}.Chat__outputStatus.Chat__running{color:var(--theme-link-colour)}.Chat__outputStatus.Chat__done{color:var(--theme-success)}.Chat__outputStatus.Chat__error,.Chat__outputStatus.Chat__cancelled{color:var(--theme-severity-critical)}.Chat__modalMessage{margin:0;font-size:14px;line-height:1.5}.Chat__stageMode{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.Chat__stageList{list-style:none;margin:0;padding:0;max-height:240px;overflow:auto}.Chat__stageList li{padding:6px 0;border-bottom:1px dashed var(--theme-border-colour)}.Chat__stageList label{display:flex;align-items:center;gap:8px;font-size:13px;cursor:pointer}.Chat__gitStatus{font-size:11px;font-weight:600;color:var(--theme-text-muted);min-width:2.5em}.Chat__runCards{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.Chat__artifactIcon{font-size:18px;line-height:1;flex-shrink:0}.Chat__artifactMeta{min-width:0;flex:1;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.Chat__artifactName{display:block;font-weight:600;font-size:13px}.Chat__artifactPath{display:block;font-size:11.5px;color:var(--theme-text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Chat__gitCard{padding:10px 12px;border-radius:10px;border:1px solid color-mix(in srgb,var(--theme-severity-success, #3d8f6a) 35%,var(--theme-border-colour));background:color-mix(in srgb,var(--theme-panel-bg) 50%,var(--theme-bg-colour))}.Chat__gitCardHead{display:flex;align-items:flex-start;gap:10px}.Chat__gitCardIcon{font-size:18px;line-height:1;flex-shrink:0}.Chat__gitCardMeta{min-width:0;flex:1}.Chat__gitCardName{display:block;font-weight:600;font-size:13px}.Chat__gitCardSub{display:block;font-size:11.5px;color:var(--theme-text-muted);margin-top:2px}.Chat__gitCardActions{display:flex;flex-wrap:wrap;gap:6px;flex-shrink:0}.Chat__gitOverlapWarning{margin:8px 0 0;font-size:11.5px;color:var(--theme-severity-warning, #b8860b)}.Chat__gitCardFiles{margin-top:8px;font-size:12px}.Chat__gitCardFiles summary{cursor:pointer;color:var(--theme-text-muted);user-select:none}.Chat__gitCardFiles ul{margin:6px 0 0;padding:0;list-style:none;max-height:140px;overflow:auto}.Chat__gitCardFiles li{display:flex;align-items:center;gap:8px;min-width:0;max-width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11.5px;padding:3px 0;color:var(--theme-text-muted)}.Chat__gitPath{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Chat__gitStatus{color:var(--theme-link-colour);margin-right:6px}.Chat__docked{display:flex;flex-direction:column;flex-shrink:0;width:280px;min-height:0;border-right:1px solid var(--theme-border-colour);background:var(--theme-bg-colour);color:var(--theme-txt-colour)}.Chat__dockedHeader{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-shrink:0;padding:12px;border-bottom:1px solid var(--theme-border-colour);background:color-mix(in srgb,var(--theme-panel-bg) 40%,var(--theme-bg-colour))}.Chat__dockedBody{display:flex;min-height:0;overflow:hidden}.Chat__sidebarBody{display:flex;flex-direction:column;min-height:0;width:100%}.Chat__headerBrand{display:flex;align-items:center;gap:.65rem;min-width:0}.Chat__brandName{font-weight:600;font-size:.9375rem;color:var(--theme-text-colour);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Chat__sidebarActions{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;gap:6px;align-items:center;padding:8px 10px;border-bottom:1px solid var(--theme-border-colour)}.Chat__sidebarActionIcon{display:block}.Chat__sidebarList{flex:1;overflow-y:auto;overflow-x:hidden;padding:8px;display:flex;flex-direction:column;gap:4px}.Chat__panelInner{display:flex;flex:1;flex-direction:column;min-height:0}.Chat__toolbar{display:flex;flex-wrap:wrap;gap:8px;padding:8px 10px 0;align-items:center}.Chat__sortDropdown{flex:1 1 180px;min-width:160px}.Chat__filterRow{padding:8px 10px 0}.Chat__list{flex:1;min-height:0;overflow:auto;padding:8px 10px 10px;display:flex;flex-direction:column;gap:4px}.Chat__itemRow{display:flex;align-items:stretch;gap:6px}.Chat__itemMain{flex:1;min-width:0;word-break:break-word}.Chat__meta{display:block;font-size:11px;color:var(--theme-text-muted)}.Chat__empty,.Chat__error{padding:12px;text-align:center;color:var(--theme-text-muted);font-size:12.5px}.Chat__error{color:var(--theme-severity-critical)}.Spinner__spinner{border:4px solid rgba(255,255,255,.3);border-top:4px solid #3498db;border-radius:50%;width:50px;height:50px;animation:Spinner__spin 1s linear infinite}@keyframes Spinner__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Chat__wrap{display:flex;flex-direction:column;gap:8px;min-width:0;max-width:100%}.Chat__tldr{padding:8px 10px;border-radius:8px;border:1px solid var(--theme-border-colour);background:color-mix(in srgb,var(--theme-link-colour) 10%,var(--theme-bg-colour));font-size:13px}.Chat__tldr:before{content:"TL;DR";display:block;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--theme-link-colour);margin-bottom:6px}.Chat__actions{display:flex;flex-wrap:wrap;gap:6px}.Chat__markdown{min-width:0;max-width:100%}.Chat__markdown h1,.Chat__markdown h2,.Chat__markdown h3,.Chat__markdown h4,.Chat__markdown h5,.Chat__markdown h6{margin:.85em 0 .4em;font-weight:700;line-height:1.25}.Chat__markdown h1{font-size:1.35rem}.Chat__markdown h2{font-size:1.2rem}.Chat__markdown h3{font-size:1.08rem}.Chat__markdown h4{font-size:1rem}.Chat__markdown .code-block-wrap{position:relative;margin:.65em 0}.Chat__markdown .code-block-wrap pre{margin:0}.Chat__markdown .code-block-wrap code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.45;white-space:pre}.Chat__markdown .code-copy-btn{position:absolute;top:6px;right:6px;z-index:1;padding:2px 8px;font-size:11px;border-radius:6px;border:1px solid var(--theme-border-colour);background:var(--theme-bg-colour);color:var(--theme-text-muted);cursor:pointer}.Chat__markdown .md-table-wrap,.Chat__tldr .md-table-wrap{overflow-x:auto;max-width:100%;margin:.65em 0;-webkit-overflow-scrolling:touch}.Chat__markdown .md-table,.Chat__tldr .md-table{width:max-content;min-width:min(100%,16rem);border-collapse:collapse;font-size:13px;line-height:1.35}.Chat__markdown .md-table th,.Chat__markdown .md-table td,.Chat__tldr .md-table th,.Chat__tldr .md-table td{padding:6px 10px;border:1px solid var(--theme-border-colour);text-align:left;vertical-align:top;min-width:5rem;max-width:20rem;white-space:normal;word-break:break-word}.Chat__markdown .md-table th,.Chat__tldr .md-table th{font-weight:600;background:color-mix(in srgb,var(--theme-panel-bg) 55%,var(--theme-bg-colour))}.Chat__markdown.Chat__collapsed{max-height:9.5em;overflow:hidden;mask-image:linear-gradient(to bottom,black 55%,transparent 100%)}.Chat__followUps{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.Chat__emptyState{flex:1;display:flex;align-items:center;justify-content:center;min-height:min(420px,55dvh);padding:24px 16px}.Chat__brandMark{opacity:.7}.Chat__root{display:flex;flex-direction:column;gap:10px;padding:12px 14px;margin:8px 0 4px;border-radius:12px;border:1px solid color-mix(in srgb,var(--theme-warning) 50%,var(--theme-border-colour));background:color-mix(in srgb,var(--theme-warning) 12%,var(--theme-panel-bg))}.Chat__lead{margin:0;font-size:13px;color:var(--theme-text-colour, var(--theme-text))}.Chat__row{display:flex;flex-direction:column;gap:8px}.Chat__detail{display:flex;flex-direction:column;gap:2px;font-size:12px;color:var(--theme-text-muted);word-break:break-word}.Chat__actions{display:flex;gap:8px;justify-content:flex-end}.Chat__subagentCard{display:flex;flex-direction:column;gap:8px;margin-bottom:10px;padding:12px 14px;border-radius:12px;border:1px solid color-mix(in srgb,var(--theme-link-colour) 42%,var(--theme-border-colour));background:color-mix(in srgb,var(--theme-link-colour) 8%,var(--theme-panel-bg));box-shadow:0 0 0 1px color-mix(in srgb,var(--theme-link-colour) 10%,transparent)}.Chat__subagentCardDone{border-color:color-mix(in srgb,var(--theme-success) 35%,var(--theme-border-colour));background:color-mix(in srgb,var(--theme-success) 6%,var(--theme-panel-bg));box-shadow:none}.Chat__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.Chat__headerMain{display:flex;flex-direction:column;gap:4px;min-width:0}.Chat__kicker{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--theme-link-colour)}.Chat__title{font-size:14px;font-weight:650;color:var(--theme-text-colour, var(--theme-text));word-break:break-word}.Chat__summary{font-size:12px;color:var(--theme-text-muted);line-height:1.45}.Chat__badge{font-size:10.5px;padding:2px 8px;border-radius:999px;border:1px solid transparent;text-transform:lowercase;flex-shrink:0}.Chat__badgeRunning{color:var(--theme-link-colour);background:color-mix(in srgb,var(--theme-link-colour) 16%,transparent);border-color:color-mix(in srgb,var(--theme-link-colour) 30%,transparent)}.Chat__badgeDone{color:var(--theme-success);background:color-mix(in srgb,var(--theme-success) 14%,transparent);border-color:color-mix(in srgb,var(--theme-success) 28%,transparent)}.Chat__childList{display:flex;flex-direction:column;gap:4px;margin:0;padding:0;list-style:none}.Chat__childRow{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 8px;border-radius:8px;background:color-mix(in srgb,var(--theme-bg-colour) 40%,var(--theme-panel-bg));font-size:12px}.Chat__childName{font-weight:600;flex-shrink:0}.Chat__childSummary{color:var(--theme-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1}.Chat__childStatus{font-size:10.5px;color:var(--theme-text-muted);flex-shrink:0}.Chat__emptyHint,.Chat__detail{margin:0;font-size:12px;line-height:1.45;color:var(--theme-text-muted)}.Chat__detail{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;white-space:pre-wrap;word-break:break-word;max-height:200px;overflow:auto;padding-top:4px;border-top:1px solid var(--theme-border-colour)}.Chat__pulse{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--theme-link-colour);margin-right:6px;animation:Chat__subagentPulse 1.15s ease-in-out infinite;vertical-align:middle}@keyframes Chat__subagentPulse{0%,to{opacity:.45;transform:scale(.92)}50%{opacity:1;transform:scale(1)}}.Chat__thinkingWrap{display:flex;flex-direction:column;gap:6px;margin-bottom:4px}.Chat__thinkingSummary{display:flex;flex-wrap:wrap;align-items:center;gap:6px;width:100%;text-align:left;font-size:12px;color:var(--theme-text-muted);background:color-mix(in srgb,var(--theme-panel-bg) 88%,var(--theme-bg-colour));border:1px solid var(--theme-border-colour);border-radius:10px;padding:8px 10px;margin-bottom:0;cursor:pointer;list-style:none;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box}.Chat__thinkingSummary::-webkit-details-marker{display:none}.Chat__thinkingSummary::marker{content:""}.Chat__thinkingSummary:hover{border-color:var(--theme-link-colour);box-shadow:0 0 0 1px color-mix(in srgb,var(--theme-link-colour) 18%,transparent)}.Chat__thinkingSummary:hover .Chat__thinkingPreview{color:var(--theme-link-colour)}.Chat__thinkingLabel{font-weight:600;flex-shrink:0}.Chat__thinkingPreview{color:var(--theme-text-muted);font-size:11.5px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.Chat__thinkingPre{margin:8px 0 0;white-space:pre-wrap;font-size:12px;color:var(--theme-text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;line-height:1.45;word-break:break-word}.Chat__summary{display:flex;flex-wrap:wrap;align-items:center;gap:6px;width:100%;text-align:left;font-size:12px;color:var(--theme-text-muted);background:color-mix(in srgb,var(--theme-panel-bg) 88%,var(--theme-bg-colour));border:1px solid var(--theme-border-colour);border-radius:10px;padding:8px 10px;margin-bottom:0;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.Chat__wrapper{display:flex;flex-direction:column;gap:6px;margin-bottom:4px}.Chat__summary:hover{border-color:var(--theme-link-colour);box-shadow:0 0 0 1px color-mix(in srgb,var(--theme-link-colour) 18%,transparent)}.Chat__summary:hover .Chat__hint{color:var(--theme-link-colour)}.Chat__pill{align-items:center;gap:5px;padding:3px 9px;border-radius:999px;font-size:11.5px;font-weight:600;font-variant-numeric:tabular-nums;border:1px solid transparent;line-height:1.2;min-width:100px;text-align:center}.Chat__pillRunning{color:color-mix(in srgb,var(--theme-link-colour) 82%,white);background:color-mix(in srgb,var(--theme-link-colour) 22%,transparent);border-color:color-mix(in srgb,var(--theme-link-colour) 38%,transparent)}.Chat__pillRunningPulse:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--theme-link-colour);flex-shrink:0;animation:Chat__toolRunPulse 1.15s ease-in-out infinite}.Chat__pillCompleted{color:var(--theme-success);background:color-mix(in srgb,var(--theme-success) 18%,transparent);border-color:color-mix(in srgb,var(--theme-success) 34%,transparent)}.Chat__pillPct{color:var(--theme-warning);background:color-mix(in srgb,var(--theme-warning) 16%,transparent);border-color:color-mix(in srgb,var(--theme-warning) 32%,transparent)}.Chat__pillApproval{color:var(--theme-warning);background:color-mix(in srgb,var(--theme-warning) 20%,transparent);border-color:color-mix(in srgb,var(--theme-warning) 42%,transparent)}.Chat__hint{color:var(--theme-text-muted);font-size:11.5px;font-weight:500;margin-left:auto}.Chat__approvalBar{display:flex;flex-direction:column;gap:8px;padding:10px 12px;margin-bottom:6px;border-radius:10px;border:1px solid color-mix(in srgb,var(--theme-warning) 45%,var(--theme-border-colour));background:color-mix(in srgb,var(--theme-warning) 10%,var(--theme-panel-bg))}.Chat__approvalHint{font-size:12px;color:var(--theme-text-muted)}.Chat__approvalActions,.Chat__approvalRow{display:flex;flex-direction:column;gap:8px}.Chat__approvalLabel{font-size:12px;color:var(--theme-text-colour, var(--theme-text));word-break:break-word}.Chat__approvalButtons{display:flex;gap:8px;justify-content:flex-end}.Chat__listHeader{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px}.Chat__listTitle{font-size:11.5px;font-weight:600;color:var(--theme-text-muted);text-transform:uppercase;letter-spacing:.04em}.Chat__listCollapse{border:none;background:transparent;color:var(--theme-link-colour);font-size:11.5px;cursor:pointer;padding:2px 0}.Chat__list{display:flex;flex-direction:column;gap:4px;margin-bottom:6px}.Chat__tool{display:flex;flex-direction:column;width:100%;text-align:left;border:1px solid var(--theme-border-colour);border-radius:8px;background:color-mix(in srgb,var(--theme-panel-bg) 72%,var(--theme-bg-colour));overflow:hidden}.Chat__toolNested{margin-left:12px;border-left:2px solid color-mix(in srgb,var(--theme-link-colour) 28%,var(--theme-border-colour))}.Chat__toolChildren{display:flex;flex-direction:column;gap:4px;padding:4px 8px 8px 10px;border-top:1px solid var(--theme-border-colour)}.Chat__childCount{font-size:10.5px;color:var(--theme-text-muted)}.Chat__toolDelegation{border-color:color-mix(in srgb,var(--theme-link-colour) 35%,var(--theme-border-colour))}.Chat__toolEmpty{margin:0;padding:8px 10px 10px;border-top:1px solid var(--theme-border-colour);font-size:12px;color:var(--theme-text-muted);line-height:1.45}.Chat__toolHeader{display:flex;flex-direction:column;gap:2px;width:100%;text-align:left;border:none;background:transparent;padding:7px 9px;cursor:pointer}.Chat__toolHeader:hover{background:color-mix(in srgb,var(--theme-link-colour) 6%,transparent)}.Chat__toolMain{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:12px}.Chat__toolName{font-weight:600}.Chat__toolSummary{color:var(--theme-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.Chat__toolExpanded .Chat__toolSummary{white-space:normal;overflow:visible;text-overflow:unset}.Chat__badge{margin-left:auto;font-size:10.5px;padding:1px 7px;border-radius:999px;border:1px solid var(--theme-border-colour);flex-shrink:0;text-transform:lowercase}.Chat__badgeRunning{color:var(--theme-link-colour)}.Chat__badgeCompleted{color:var(--theme-success)}.Chat__badgeError{color:var(--theme-severity-critical)}.Chat__toolHint{font-size:10.5px;color:var(--theme-text-muted);padding-left:2px}.Chat__toolChevron{margin-left:4px;color:var(--theme-text-muted);font-size:10px;flex-shrink:0}.Chat__toolDetail{margin:0;padding:8px 10px 10px;border-top:1px solid var(--theme-border-colour);background:color-mix(in srgb,var(--theme-bg-colour) 55%,var(--theme-panel-bg));font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;color:var(--theme-text-colour, var(--theme-text));white-space:pre-wrap;word-break:break-word;line-height:1.45;max-height:240px;overflow:auto}@keyframes Chat__toolRunPulse{0%,to{opacity:.45;transform:scale(.92)}50%{opacity:1;transform:scale(1)}}.Chat__threadWrap{flex:1;min-width:0;position:relative;display:flex;flex-direction:column;min-height:0}.Chat__thread{flex:1;min-width:0;overflow-x:hidden;overflow-y:auto;padding:12px 14px 20px;display:flex;flex-direction:column;gap:12px}.Chat__loading{display:flex;align-items:center;gap:8px;color:var(--theme-text-muted);font-size:13px}.Chat__typing{color:var(--theme-text-muted)}.Chat__synthesisStatus{margin:8px 0 0;font-size:13px;color:var(--theme-text-muted);font-style:italic}.Banner__banner{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:var(--theme-border-radius, 3px);font-weight:500;font-size:.875rem}.Banner__icon{flex-shrink:0;font-size:1.1rem;line-height:1}.Banner__success{background:color-mix(in srgb,var(--theme-success) 15%,var(--theme-bg-colour, #fff));color:var(--theme-success);border:1px solid var(--theme-success)}.Banner__error{background:color-mix(in srgb,var(--btn-color-danger) 15%,var(--theme-bg-colour, #fff));color:var(--btn-color-danger);border:1px solid var(--btn-color-danger)}.Banner__warning{background:color-mix(in srgb,var(--theme-warning) 15%,var(--theme-bg-colour, #fff));color:var(--theme-warning);border:1px solid var(--theme-warning)}.Banner__info{background:var(--theme-panel-bg, #f5f5f5);color:var(--theme-txt-colour, #333);border:1px solid var(--theme-border-colour, #ddd)}.Banner__strip{width:100%;flex-shrink:0;justify-content:center;text-align:center;border-radius:0;border-left:none;border-right:none;border-top:none;font-size:12.5px;font-weight:500;padding:8px 14px}.Banner__strip.Banner__warning{color:var(--theme-warning-text, var(--theme-warning));background:var(--theme-warning-bg, color-mix(in srgb, var(--theme-warning) 15%, var(--theme-bg-colour, #fff)));border-bottom:1px solid var(--theme-warning-border, var(--theme-warning))}.Banner__strip.Banner__info{color:var(--theme-link-colour, #3b82f6);background:color-mix(in srgb,var(--theme-link-colour, #3b82f6) 12%,var(--theme-bg-colour, #fff));border-bottom:1px solid var(--theme-border-colour, #ddd)}.Chat__panel{border-top:1px solid var(--color-border-subtle, rgba(255, 255, 255, .08));background:var(--color-surface-1, rgba(0, 0, 0, .2));font-size:12px}.Chat__header{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 12px}.Chat__title{font-weight:600;margin-right:8px}.Chat__historyDropdown{flex:0 1 220px;min-width:160px;max-width:280px}.Chat__turnIds{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:0 12px 8px}.Chat__turnIdsLabel{font-weight:600;margin-right:4px}.Chat__turnIdCode{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:inherit}.Chat__linkedTurn{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:0 12px 8px;font-size:11px}.Chat__linkedTurn code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.Chat__headerActions{display:flex;align-items:center;gap:6px;margin-left:auto}.Chat__telemetry{flex:1 1 240px;opacity:.85}.Chat__pressureOk{color:var(--color-text, inherit)}.Chat__pressureWarn{color:#d4a017}.Chat__pressureCritical{color:#e5534b}.Chat__log{max-height:180px;overflow:auto;padding:0 12px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.Chat__empty{opacity:.6;padding:8px 0}.Chat__line{display:grid;grid-template-columns:72px 48px 1fr;gap:8px;padding:2px 0}.Chat__time,.Chat__level{opacity:.65}.Chat__text{white-space:pre-wrap;word-break:break-word}.Chat__line[data-level=warn] .Chat__level{color:#d4a017}.Chat__line[data-level=debug] .Chat__level{opacity:.45}.Chat__diskHint{padding:0 12px 8px;opacity:.75;font-size:11px}.Chat__diskHint code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.Chat__diskError{color:#e5534b}.Chat__failure{margin:0 12px 8px;padding:8px 10px;border:1px solid rgba(229,83,75,.45);border-radius:6px;background:rgba(229,83,75,.08);color:#f0b4b0}.Chat__failureTitle{font-weight:600;margin-bottom:4px}.Chat__failureLine{white-space:pre-wrap;word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}.Chat__page{display:flex;flex-direction:column;max-width:100%;overflow:hidden;height:100dvh;min-height:320px;background:var(--theme-bg-colour);color:var(--theme-txt-colour)}.Chat__headerSlot{display:flex;flex-direction:column;flex-shrink:0}.Chat__shell{display:flex;flex:1;min-width:0;min-height:0;overflow:hidden}.Chat__mainColumn{display:flex;flex:1;flex-direction:column;min-width:0;min-height:0}.Chat__body{display:flex;flex:1;min-height:0;position:relative}.PanelSection__panelSection{width:100%;padding:10px;background-color:var(--theme-panel-bg);border-radius:5px;overflow-y:auto;flex-shrink:0}.PanelSection__title{margin:0;font-size:1rem;font-weight:600;color:var(--theme-txt-colour)}.PanelSection__description{margin:2px 0 0;font-size:.8rem;color:var(--theme-text-muted);font-weight:400;line-height:1.4}.Tooltip__contextMenu{position:fixed;background-color:var(--theme-elevated-bg);color:var(--theme-txt-colour);border:1px solid var(--theme-border-colour);box-shadow:0 2px 4px #0000001a;z-index:1000}.Tooltip__contextMenu ul{list-style:none;margin:0;padding:0}.Tooltip__contextMenu li{padding:8px 12px;cursor:pointer;&:hover{background-color:var(--theme-hover-bg);color:var(--theme-txt-colour)}}.Tooltip__tooltipContent{display:block;max-width:260px;flex-wrap:wrap;padding:8px 10px;font-size:.78rem;line-height:1.4}.TextLink__link{display:inline;padding:0;border:none;background:none;font:inherit;color:var(--theme-link-colour);text-decoration:none;cursor:pointer;border-radius:var(--theme-border-radius, 3px)}.TextLink__medium{font-size:14px}.TextLink__small{font-size:13px}.TextLink__link:hover{text-decoration:underline}.TextLink__link:focus-visible{outline:2px solid var(--theme-link-colour);outline-offset:2px}.TextLink__link:disabled{opacity:.5;cursor:not-allowed;text-decoration:none}.components__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px;flex-wrap:wrap}.components__titleRow{display:flex;align-items:center;gap:10px;min-width:0}.components__title{margin:0;font-size:22px;color:var(--heading-color-dark)}.Chip__chip{display:inline-block;padding:2px 8px;background:var(--theme-panel-bg);color:var(--btn-color-secondary);font-size:10px;text-transform:uppercase;letter-spacing:.5px;margin-right:4px;margin-bottom:4px;border-radius:var(--theme-border-radius, 3px)}.Chip__highlight{color:var(--btn-color);border:1px solid var(--btn-color)}.Downloads__iconWrap{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--theme-accent-colour, #6366f1)}.Downloads__svg{width:100%;height:100%;display:block}.Downloads__root{display:flex;flex-direction:column;gap:4px;margin-top:4px}.Downloads__compact{display:flex;flex-direction:column;gap:2px;margin-top:2px}.Downloads__kind{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-text-muted)}.Downloads__nodeBadge{display:inline-block;width:fit-content;font-size:11px;padding:2px 6px;border-radius:4px;background:color-mix(in srgb,var(--theme-accent-colour, #6366f1) 12%,transparent);color:var(--theme-text-muted)}.Downloads__nodeBadge[data-node=system-node-20]{background:color-mix(in srgb,#d97706 14%,transparent)}.Downloads__reqList{margin:0;padding-left:1.1rem;font-size:12px;color:var(--theme-text-muted)}.Downloads__warning{margin:0;font-size:12px;color:#b45309;line-height:1.35}.Downloads__cardWrap{height:100%}.Downloads__cardWrap>[data-testid^=platform-download-card-]{height:100%;box-sizing:border-box}.Downloads__detectedWrap>[data-testid^=platform-download-card-]{border:1px solid color-mix(in srgb,var(--theme-accent-colour, #6366f1) 55%,var(--theme-border-colour));box-shadow:0 0 0 1px color-mix(in srgb,var(--theme-accent-colour, #6366f1) 25%,transparent)}.Downloads__primaryMeta{display:flex;flex-direction:column;gap:2px;min-width:0;font-size:13px}.Downloads__primaryMeta span{color:var(--theme-text-muted)}.Downloads__unavailable{margin:0;font-size:13px;color:var(--theme-text-muted)}.Downloads__extraList{list-style:none;margin:12px 0 0;padding:10px 0 0;display:flex;flex-direction:column;gap:6px;border-top:1px solid var(--theme-border-colour)}.Downloads__extraRow{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;font-size:12px;color:var(--theme-text-muted)}.Downloads__extraLabel{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.Downloads__extraLink{font-weight:600;color:var(--theme-link-colour, var(--theme-accent-colour));text-decoration:none;white-space:nowrap}.Downloads__extraLink:hover{text-decoration:underline}.EmptyState__root{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem;padding:1.5rem 1rem;border:1px dashed var(--theme-border-colour, #ddd);border-radius:var(--theme-border-radius, 8px);background:color-mix(in srgb,var(--theme-panel-bg, #f5f5f5) 55%,var(--theme-bg-colour, #fff));color:var(--theme-txt-colour, #333)}.EmptyState__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.75rem;line-height:1;color:var(--theme-text-muted, #6b7280);margin-bottom:.25rem}.EmptyState__title{margin:0;font-size:.9375rem;font-weight:600;line-height:1.4;color:var(--theme-txt-colour, #333)}.EmptyState__description{margin:0;max-width:28rem;font-size:.8125rem;line-height:1.5;color:var(--theme-text-muted, #6b7280)}.EmptyState__action{margin-top:.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem}@media (max-width: 480px){.EmptyState__root{padding:1.25rem .75rem}.EmptyState__title{font-size:.875rem}.EmptyState__description{font-size:.75rem}.EmptyState__icon{font-size:1.5rem}}.Settings__mintRow{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.Settings__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.Settings__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid var(--theme-border-colour);border-radius:var(--theme-border-radius, 8px);flex-wrap:wrap}.Settings__rowMain{display:flex;flex-direction:column;gap:4px;min-width:0}.Settings__meta{font-size:12px;color:var(--theme-text-muted)}.Settings__rowActions{display:flex;align-items:center;gap:8px}.Settings__modalCopy{margin-top:0}.Settings__tokenBlock{white-space:pre-wrap;word-break:break-all;padding:10px;border-radius:8px;background:color-mix(in srgb,var(--theme-panel-bg) 50%,var(--theme-bg-colour));border:1px solid var(--theme-border-colour)}.Downloads__page{max-width:920px;margin:0 auto;padding:16px;color:var(--theme-txt-colour);min-height:100%;box-sizing:border-box;width:100%}.Downloads__sections{padding-bottom:48px}.Downloads__muted{color:var(--theme-text-muted)}.Downloads__recommendedWrap [data-testid=downloads-recommended]{border:1px solid color-mix(in srgb,var(--theme-accent-colour, #6366f1) 45%,var(--theme-border-colour));background:linear-gradient(135deg,color-mix(in srgb,var(--theme-accent-colour, #6366f1) 14%,var(--theme-panel-bg)),color-mix(in srgb,var(--theme-accent-colour, #6366f1) 4%,var(--theme-panel-bg)))}.Downloads__recommendedMeta{margin:4px 0 0;font-size:13px;color:var(--theme-text-muted)}.Downloads__agentDoc{margin:8px 0 0;font-size:13px;color:var(--theme-text-muted);line-height:1.45}.Downloads__guideLinks{margin:10px 0 0;font-size:14px;line-height:1.5;color:var(--theme-text-muted)}.Downloads__guideLinks [data-testid^=downloads-],.Downloads__checklistFootnote [data-testid^=downloads-]{font-weight:600}.Downloads__checklistFootnote{margin:12px 0 0;font-size:13px;color:var(--theme-text-muted)}.Downloads__inlineCode{font-family:ui-monospace,monospace;font-size:12px;background:color-mix(in srgb,var(--theme-panel-bg) 80%,var(--theme-border-colour));padding:1px 5px;border-radius:4px}.Downloads__typeLegend{margin:0;padding-left:1.2rem;display:flex;flex-direction:column;gap:8px;font-size:13px;line-height:1.45;color:var(--theme-text-muted)}.Downloads__typeLegend strong{color:var(--theme-txt-colour)}.Downloads__platformGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;align-items:stretch}.Downloads__steps{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:8px;font-size:14px;line-height:1.5;color:var(--theme-text-muted)}.Settings__hint{margin:0;font-size:13px;color:var(--theme-text-muted)}.Settings__copy{margin:0;font-size:14px;line-height:1.5;color:var(--theme-text-muted)}.ThemeAppearancePickers__root{display:flex;flex-direction:column;gap:16px}.ThemeAppearancePickers__group{display:flex;flex-direction:column;gap:8px}.ThemeAppearancePickers__label{margin:0;font-size:13px;font-weight:600;color:var(--theme-text-muted)}.ThemeAppearancePickers__swatchRow{display:flex;flex-wrap:wrap;gap:8px}.ThemeAppearancePickers__swatch{display:flex;flex-direction:column;align-items:center;gap:4px;padding:0;border:2px solid transparent;border-radius:var(--theme-border-radius, 6px);background:transparent;cursor:pointer;min-width:56px}.ThemeAppearancePickers__swatch:focus-visible{outline:2px solid var(--theme-link-colour);outline-offset:2px}.ThemeAppearancePickers__swatchActive{border-color:var(--theme-link-colour)}.ThemeAppearancePickers__swatchLabel{font-size:11px;color:var(--theme-text-muted)}.ThemeAppearancePickers__surfacePreview{width:48px;height:32px;border-radius:var(--theme-border-radius, 4px);overflow:hidden;border:1px solid var(--theme-border-colour);display:grid;grid-template-rows:1fr 8px}.ThemeAppearancePickers__surfacePreviewBg,.ThemeAppearancePickers__surfacePreviewPanel{width:100%;height:100%}.ThemeAppearancePickers__accentPreview{width:32px;height:32px;border-radius:50%;border:1px solid var(--theme-border-colour)}.ThemeAppearancePickers__modeRow{display:flex;align-items:center;gap:10px}.ThemeAppearancePickers__modeHint{font-size:13px;color:var(--theme-text-muted)}.Chat__wrap{display:flex;flex-direction:column;gap:4px}.Chat__hint{margin:0;font-size:11.5px;color:var(--theme-text-muted);line-height:1.35}.Settings__loadingRow{display:flex;align-items:center;gap:8px;color:var(--theme-text-muted)}.Settings__empty{color:var(--theme-text-muted);margin:0}.Settings__deviceList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.Settings__deviceRow{display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid var(--theme-border-colour);border-radius:var(--theme-border-radius, 8px)}.Settings__deviceHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.Settings__deviceMain{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.Settings__deviceTitle{font-size:16px}.Settings__deviceHostname{font-size:13px;color:var(--theme-text-muted)}.Settings__deviceMeta,.Settings__tokenMeta{font-size:12px;color:var(--theme-text-muted)}.Settings__deviceActions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.Settings__labelEdit{display:flex;gap:8px;align-items:flex-end;flex-wrap:wrap}.Card__card{flex:1 1 140px;min-width:120px;padding:16px;border-radius:var(--theme-border-radius, 3px);background:var(--theme-panel-bg, #f8f8f8);border:1px solid var(--theme-border-colour, #e0e0e0);display:flex;flex-direction:column;gap:8px;box-sizing:border-box}.Card__label{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--btn-color-secondary, var(--theme-txt-colour));opacity:.75}.Card__content{display:flex;flex-direction:column;gap:4px}.Card__statValue{font-size:1.75rem;font-weight:700;color:var(--theme-txt-colour);font-variant-numeric:tabular-nums;line-height:1.1}@media (max-width: 640px){.Card__card{flex:1 1 100%;min-width:0}}.Settings__page{max-width:920px;margin:0 auto;padding:16px;color:var(--theme-txt-colour);min-height:100%;box-sizing:border-box;width:100%}.Settings__sections{padding-bottom:48px}.components__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:1px solid var(--theme-border-colour);flex-shrink:0;background:color-mix(in srgb,var(--theme-panel-bg) 60%,var(--theme-bg-colour))}.components__avatarSmall{width:32px;height:32px}.components__avatarLarge{width:64px;height:64px}.Profile__page{max-width:720px;margin:0 auto;padding:24px 16px 48px}.Profile__sections{margin-top:20px}.Profile__identity{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.Profile__avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:1px solid var(--theme-border-colour)}.Profile__identityText{display:flex;flex-direction:column;gap:4px;min-width:0}.Profile__email{margin:0;color:var(--theme-text-muted);font-size:14px}.Profile__hint{margin:0;color:var(--theme-text-muted)}.StatBar__barRow{display:flex;align-items:center;gap:12px;margin-bottom:6px}.StatBar__barLabel{width:160px;min-width:160px;font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:var(--btn-color-secondary)}.StatBar__barTrack{flex:1;height:12px;background:var(--theme-panel-bg);border-radius:2px;overflow:hidden}.StatBar__barFill{height:100%;background:var(--btn-color);transition:width .3s ease;border-radius:2px}.StatBar__barFillGreen{background:var(--theme-success)}.StatBar__barFillYellow{background:var(--theme-warning)}.StatBar__barFillRed{background:var(--btn-color-danger)}.StatBar__barValue{width:48px;min-width:48px;text-align:right;font-size:12px;color:var(--btn-color);font-weight:700}.StatBar__compact{gap:8px;margin-bottom:0}.StatBar__compact .StatBar__barLabel{display:none}.StatBar__compact .StatBar__barTrack{min-width:72px}.StatBar__compact .StatBar__barValue{width:36px;min-width:36px}.Table__table{width:100%;border-collapse:collapse}.Table__table th,.Table__table td{border:1px solid var(--theme-border-colour, #ddd);padding:10px 12px;text-align:left;font-size:.875rem}.Table__table th{background:var(--theme-panel-bg, #f5f5f5);color:var(--theme-txt-colour);font-weight:600;user-select:none;white-space:nowrap}.Table__stickyHeader{position:sticky;top:0;z-index:1}.Table__sortable{cursor:pointer}.Table__sortable:hover{background:var(--theme-hover-bg, #e8e8e8)}.Table__headerCell{display:flex;align-items:center;gap:6px}.Table__sortIcon{display:inline-flex;flex-direction:column;font-size:.55rem;line-height:1;gap:1px;opacity:.3}.Table__sortIconActive{opacity:1}.Table__sortArrow{opacity:.25}.Table__sortArrowActive{opacity:1;color:var(--theme-link-colour, #3b82f6)}.Table__filterInput{width:100%;padding:4px 6px;font-size:.75rem;border:1px solid var(--theme-border-colour, #ccc);border-radius:var(--theme-border-radius, 3px);background:var(--theme-bg-colour, #fff);color:var(--theme-txt-colour);margin-top:4px}.Table__filterInput:focus{outline:none;border-color:var(--theme-link-colour, #3b82f6)}.Table__table tbody tr:hover{background:var(--theme-hover-bg, #f0f0f0)}.Table__table tbody tr:nth-child(even){background:var(--theme-panel-bg-alt, rgba(0, 0, 0, .02))}.Table__table tbody tr:nth-child(even):hover{background:var(--theme-hover-bg, #f0f0f0)}.Table__emptyRow td{text-align:center;padding:24px;opacity:.5;font-style:italic}.Table__cellRight{text-align:right}.Table__root{display:flex;flex-direction:column;gap:12px;width:100%}.Table__pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.Table__paginationSummary{margin:0;font-size:var(--text-sm, .875rem);color:var(--theme-txt-colour);opacity:.85}.Table__paginationControls{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.Table__paginationStatus{font-size:var(--text-sm, .875rem);color:var(--theme-txt-colour);white-space:nowrap}@media (max-width: 480px){.Table__pagination{flex-direction:column;align-items:stretch}.Table__paginationControls{justify-content:space-between}}.components__shell{display:flex;flex-direction:column;background:var(--theme-bg-colour);color:var(--theme-txt-colour)}.components__content{flex:1;padding:24px;overflow-y:auto;max-width:1100px;width:100%;margin:0 auto;box-sizing:border-box}.components__backRow{margin-bottom:4px}.components__pageTitle{font-size:1.5rem;margin:0;color:var(--theme-heading-colour, var(--theme-txt-colour))}@media (max-width: 768px){.components__content{padding:16px}.components__pageTitle{font-size:1.25rem}}.Initiatives__workSection{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.Initiatives__sectionTitle{margin:0;font-size:14px;font-weight:600;color:var(--theme-txt-colour)}.Initiatives__pointCard{display:flex;flex-direction:column;gap:8px;padding:10px 12px;border-radius:8px;border:1px solid var(--theme-border-colour);background:color-mix(in srgb,var(--theme-panel-bg) 35%,var(--theme-bg-colour))}.Initiatives__pointHeader{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px}.Initiatives__pointId{font-size:14px}.Initiatives__pointStatus{padding:2px 8px;border-radius:999px;background:color-mix(in srgb,var(--theme-panel-bg) 70%,var(--theme-bg-colour));color:var(--theme-text-muted)}.Initiatives__pointDeps{color:var(--theme-text-muted)}.Initiatives__markdown{font-size:13px;line-height:1.45;color:var(--theme-txt-colour)}.Initiatives__markdown p{margin:0}.Initiatives__markdown p+p{margin-top:8px}.Initiatives__artifact{display:flex;flex-direction:column;gap:2px;margin:0;font-size:11px;color:var(--theme-text-muted)}.Initiatives__artifact code{font-size:11px;word-break:break-all;color:var(--theme-txt-colour)}.Initiatives__planSection{display:flex;flex-direction:column;gap:4px;padding-top:4px;border-top:1px solid var(--theme-border-colour)}.Initiatives__planSectionLabel{margin:0;font-size:11px;font-weight:600;color:var(--theme-text-muted)}.Initiatives__promptDetails{margin-top:4px;font-size:12px;color:var(--theme-text-muted)}.Initiatives__promptDetails summary{cursor:pointer;user-select:none}.Initiatives__promptDetails[open] summary{margin-bottom:8px}.Initiatives__lead{margin:0 0 12px;font-size:13px;line-height:1.45;color:var(--theme-txt-colour)}.Initiatives__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px 16px;margin:0 0 14px;font-size:12px}.Initiatives__meta div{display:flex;flex-direction:column;gap:2px}.Initiatives__meta dt{margin:0;font-weight:600;color:var(--theme-text-muted)}.Initiatives__meta dd{margin:0;color:var(--theme-txt-colour)}.Initiatives__meta code{font-size:11px;word-break:break-all}.Initiatives__promptBlock{display:flex;flex-direction:column;gap:6px}.Initiatives__promptLabel{margin:0;font-size:12px;font-weight:600;color:var(--theme-text-muted)}.Initiatives__promptPreview{margin:0;padding:10px 12px;overflow:auto;font-size:11px;line-height:1.45;white-space:pre-wrap;max-height:32dvh;border-radius:8px;border:1px solid var(--theme-border-colour);background:color-mix(in srgb,var(--theme-panel-bg) 50%,var(--theme-bg-colour));color:var(--theme-txt-colour)}.Initiatives__workerWarning{margin:12px 0 0;font-size:12px;color:var(--theme-error-colour, #c62828)}.Initiatives__lastUpdated{font-size:.85rem;opacity:.85;align-self:center}.Initiatives__rowFlash{animation:Initiatives__initiative-row-flash 2s ease-out;border-radius:4px}@keyframes Initiatives__initiative-row-flash{0%{background-color:color-mix(in srgb,var(--color-success, #2d8a4e) 28%,transparent)}to{background-color:transparent}}.Initiatives__layer{align-items:flex-start;gap:12px}.Initiatives__depthLabel{flex:0 0 2rem;font-size:.75rem;opacity:.65;padding-top:.35rem}.Initiatives__nodeRow{flex:1}.Initiatives__critical{outline:2px solid var(--color-warning, #e6a700)}.Initiatives__ready{outline:1px solid var(--color-success, #2d8a4e)}.Initiatives__blocked{opacity:.72}.Initiatives__running{outline:2px solid var(--color-info, #3b82f6)}.Initiatives__ready{outline:1px solid var(--color-success, #2d8a4e);border-radius:4px;display:inline-block}.Initiatives__blocked{opacity:.72;display:inline-block}.Initiatives__running{outline:2px solid var(--color-info, #3b82f6);border-radius:4px;display:inline-block}.Initiatives__done{opacity:.85;display:inline-block}.Initiatives__criticalId{font-weight:600}.Initiatives__emptyHint{font-size:.85rem;opacity:.85;margin:0}.Chat__markdown{font-size:14px;line-height:1.5;min-width:0;max-width:100%}.Chat__markdown p{margin:0 0 .65em}.Chat__markdown p:last-child{margin-bottom:0}.Chat__markdown pre{overflow:auto;padding:8px;border-radius:8px;background:color-mix(in srgb,var(--theme-panel-bg) 60%,var(--theme-bg-colour))}.Chat__markdown code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em}.Chat__markdown .md-table-wrap{overflow-x:auto;max-width:100%;margin:.65em 0;-webkit-overflow-scrolling:touch}.Chat__markdown .md-table{width:max-content;min-width:min(100%,16rem);border-collapse:collapse;font-size:13px;line-height:1.35}.Chat__markdown .md-table th,.Chat__markdown .md-table td{padding:6px 10px;border:1px solid var(--theme-border-colour);text-align:left;vertical-align:top;min-width:5rem;max-width:20rem;white-space:normal;word-break:break-word}.Chat__markdown .md-table th{font-weight:600;background:color-mix(in srgb,var(--theme-panel-bg) 55%,var(--theme-bg-colour))}.Initiatives__meta{font-size:.85rem;opacity:.8}.Initiatives__worktreeFiles{font-size:.85rem;margin:8px 0}.Initiatives__worktreeFiles ul{margin:8px 0 0;padding-left:1.2rem;max-height:12rem;overflow:auto}.Initiatives__worktreeFiles li{word-break:break-all}.Initiatives__slide{border:1px solid var(--color-border-subtle, rgba(255, 255, 255, .08));border-radius:8px;padding:12px}.Initiatives__stepTitle{font-size:1rem;font-weight:600;margin:0 0 8px}.Initiatives__stepDo{margin:0 0 6px}.Initiatives__stepHint{margin:0 0 10px;font-size:.9rem;opacity:.85}.Initiatives__slidePreview{width:100%;min-height:0;border-radius:6px;border:1px solid var(--color-border-subtle, rgba(255, 255, 255, .06));background-color:var(--color-surface-raised, rgba(0, 0, 0, .35));background-size:100% auto;background-position:top center;background-repeat:no-repeat;overflow:hidden}.Initiatives__slideCounter{align-self:center;font-size:.875rem;opacity:.85;min-width:3.5rem;text-align:center}.Initiatives__fullImage{display:block;width:100%;height:auto;max-width:100%}.Initiatives__video{display:block;width:100%;max-width:100%;max-height:min(32rem,70vh);aspect-ratio:16 / 9;object-fit:contain;object-position:center;border-radius:6px;background:#0a0a0a}.Initiatives__page{padding:16px;gap:16px}.Initiatives__createOrgRow{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.Initiatives__orgSelect{display:flex;flex-direction:column;gap:4px;font-size:13px}.Initiatives__orgMeta{font-size:12px;color:var(--theme-text-muted)}.Initiatives__lastUpdated,.Initiatives__filterSummary{margin:0;font-size:12px;color:var(--theme-text-muted)}.Initiatives__filterEmpty{grid-column:1 / -1;margin:0;padding:16px;font-size:13px;color:var(--theme-text-muted);text-align:center;border:1px dashed var(--theme-border-colour);border-radius:10px}.Initiatives__launchError{margin:0;font-size:12px;color:var(--theme-error-colour, #c62828)}.Initiatives__launchHint{margin:0;font-size:12px;color:var(--theme-text-muted)}.Initiatives__board{display:grid;grid-template-columns:repeat(5,minmax(180px,1fr));gap:12px;overflow-x:auto}.Initiatives__column{background:color-mix(in srgb,var(--theme-panel-bg) 80%,var(--theme-bg-colour));border:1px solid var(--theme-border-colour);border-radius:10px;padding:10px;min-height:240px}.Initiatives__column h2{margin:0 0 10px;font-size:13px;font-weight:600}.Initiatives__cards{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.Initiatives__card{display:flex;flex-direction:column;gap:6px;padding:8px;border-radius:8px;border:1px solid var(--theme-border-colour);background:var(--theme-bg-colour);font-size:12px}.Initiatives__card strong{font-size:13px}.Initiatives__cardHeader{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px}.Initiatives__peopleLine{font-size:11px;color:var(--theme-txt-colour)}.Initiatives__peopleLineMuted{font-size:11px;color:var(--theme-text-muted)}.Initiatives__cardActions{display:flex;flex-wrap:wrap;gap:6px}.Initiatives__empty{color:var(--theme-text-muted);font-size:12px;padding:8px 0}@media (max-width: 1100px){.Initiatives__board{grid-template-columns:repeat(2,minmax(220px,1fr))}}.Initiatives__lead{margin:0 0 8px;font-size:13px;font-weight:600;color:var(--theme-txt-colour)}.Initiatives__note{margin:0 0 12px;font-size:12px;line-height:1.45;color:var(--theme-text-muted)}.Team__page{padding:16px;gap:16px}.Team__orgMeta{font-size:12px;color:var(--theme-text-muted)}.Team__hint{font-size:13px;color:var(--theme-text-muted);margin:0}.Team__memberCell{display:flex;align-items:center;gap:10px;min-width:0}.List__list{display:flex;flex-direction:column;gap:4px}.List__listItem{padding:10px 12px;cursor:pointer;border-radius:var(--theme-border-radius);border-left:3px solid transparent;transition:background .15s}.List__listItem:hover{background:var(--theme-panel-bg)}.List__listItemActive{font-weight:700;background:var(--theme-panel-bg);border-left-color:var(--btn-color)}.RepoHealth__chipPassed{color:var(--theme-success, #15803d)}.RepoHealth__chipFailed{color:var(--theme-danger, #b91c1c)}.RepoHealth__chipRunning{color:var(--theme-warning, #b45309)}.RepoHealth__chipNeutral{color:var(--theme-text-muted, #64748b)}.RepoHealth__logTail{margin:0;padding:12px;border-radius:8px;background:var(--theme-surface-muted, #0f172a0d);overflow:auto;max-height:240px;font-size:12px;line-height:1.45;white-space:pre-wrap;word-break:break-word}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:14px}.wrapper{height:100%}
