.room-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:14px 8px}.room-card--selected{margin:3px 0;padding:8px 8px;border:2px solid var(--rf-accent);border-radius:12px;background:#f2f8ff}.room-card--ineligible .room-card__avatar,.room-card--ineligible .room-card__chips,.room-card--ineligible .room-card__meta,.room-card--ineligible .room-card__name{opacity:.5}.room-card__avatar{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:34px;height:34px;border-radius:9px}.room-card__avatar--img{-o-object-fit:cover;object-fit:cover;background:#eef1f5}.room-card__body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0}.room-card__name{font-size:13px;font-weight:700;color:#1d2739;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.room-card__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;margin-top:4px;color:#6b7178;font-size:11px;min-width:0}.room-card__meta .ic{color:#9aa4b1}.room-card__dot{color:#b1bbc7}.room-card__cat{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.room-card__chips{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px;margin-top:6px}.room-card__chip{padding:3px 6px;border-radius:999px;background:#0d9488;color:#fff;font-size:10px;font-weight:600;white-space:nowrap;text-overflow:ellipsis}.room-card__chip--more{font-family:inherit;border:1px dashed #0d9488;background:#fff;color:#0d9488;cursor:pointer}.room-card__action{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-item-align:center;align-self:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:34px;height:34px;padding:0;border:1.5px solid var(--rf-accent);border-radius:50%;background:#fff;color:var(--rf-accent);cursor:pointer}.room-card__action:hover:not(:disabled){background:#e6f1fe}.room-card__action:disabled{border-color:#c3cedb;color:#b1bbc7;background:#fff;opacity:1;cursor:not-allowed}.room-card__action--selected{border-color:var(--rf-accent);background:var(--rf-accent);color:#fff}.room-card__action--selected:hover:not(:disabled){background:#0057c2}:root{--rf-accent:#0066da}.rf-sheet{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 12px 12px;margin-top:-14px;background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;-webkit-box-shadow:0 -6px 20px rgba(29,39,57,.08);box-shadow:0 -6px 20px rgba(29,39,57,.08);overflow:hidden}.rf-sheet__handle{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:36px;height:4px;margin:8px auto 6px;border-radius:999px;background:#cfd6df}.rf-sheet__resize{position:absolute;top:20px;right:8px;z-index:2;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:26px;height:26px;padding:0;border:none;border-radius:7px;background:none;color:var(--rf-accent);cursor:pointer;-webkit-transition:background .15s ease,color .15s ease;transition:background .15s ease,color .15s ease}.rf-sheet__resize:hover{background:#e6f1fe;color:#0057c2}.rf-sheet__resize:focus-visible{outline:2px solid var(--rf-accent);outline-offset:2px}.rf-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8px 2px 8px;border-bottom:1px solid #eef1f5}.rf-header,.rf-header__left{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.rf-header__left{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;min-width:0}.rf-header__count{font-weight:700;color:#1d2739}.rf-updating{display:-webkit-box;display:-ms-flexbox;display:flex;width:12px;height:12px;border:2px solid rgba(0,0,0,.1);border-radius:100%;border-top-color:var(--rf-accent);-webkit-animation:rf-updating 1s ease-in-out infinite;animation:rf-updating 1s ease-in-out infinite}@-webkit-keyframes rf-updating{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rf-updating{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.rf-filters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:space-between;-ms-flex-align:space-between;align-items:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:6px;padding:12px 4px 12px 0;border-bottom:1px solid #eef1f5}.rf-chip{position:relative;z-index:12;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:6px;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;min-width:0;margin:0;padding:6px 8px 6px 10px;border:1px solid #c3cedb;border-radius:10px;background:#fff;color:#1d2739;font-weight:600;cursor:pointer;-webkit-transition:border-color .15s ease,background .15s ease;transition:border-color .15s ease,background .15s ease}.rf-chip:hover{border-color:var(--rf-accent);background:#f2f8ff}.rf-chip .ic{color:var(--rf-accent)}.rf-chip .rf-chip__chevron{color:#9aa4b1}.rf-chip__toggle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:6px;width:100%;min-width:0;margin:0;padding:0;border:none;background:none;font:inherit;font-weight:inherit;color:inherit;cursor:pointer}.rf-chip__label{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.rf-chip.is-menu-open,.rf-site__select.is-menu-open{z-index:20}.rf-menu-backdrop{position:fixed;inset:0;z-index:10}.rf-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:11;min-width:180px;max-height:220px;overflow-y:auto;padding:6px;border:1px solid #eef1f5;border-radius:10px;background:#fff;-webkit-box-shadow:0 6px 20px rgba(29,39,57,.12);box-shadow:0 6px 20px rgba(29,39,57,.12)}.rf-menu__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:7px 8px;border-radius:6px;font-size:13px;font-weight:500;color:#1d2739;cursor:pointer;white-space:nowrap}.rf-menu__item:hover{background:#f2f8ff}.rf-menu__item--choice{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border:none;background:none;font:inherit;text-align:left}.rf-menu__item--selected{color:var(--rf-accent);font-weight:700;background:#f2f8ff}.rf-menu__check{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;color:var(--rf-accent)}.rf-menu__empty{padding:7px 8px;color:#6b7178;font-size:12px;font-weight:500}.rf-site{padding:8px 0 12px 2px}.rf-site__select{position:relative;z-index:12}.rf-site__select,.rf-site__toggle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;max-width:100%}.rf-site__toggle{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;margin:0;padding:0;border:none;background:none;font:inherit;text-align:left;cursor:pointer}.rf-site__name{min-width:0;-ms-flex:0 1 auto;flex:0 1 auto;font-size:18px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rf-site__chevron,.rf-site__name{-webkit-box-flex:0;color:var(--rf-accent)}.rf-site__chevron{-ms-flex:0 0 auto;flex:0 0 auto}.rf-site__skeleton{display:block;width:140px;height:20px}.rf-banner{margin:8px 2px;padding:8px 10px;border-radius:8px;font-size:12px}.rf-banner--info{border:1px solid #c7dbf5;background:#e6f1fe;color:#0b4aa2}.rf-banner--warning{border:1px solid #ffd9a8;background:#fff4e5;color:#8a5a00}.rf-banner--error{border:1px solid #f5c7c7;background:#fdeeee;color:#962121}.rf-list{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;-ms-scroll-chaining:none;overscroll-behavior:contain}.rf-state{padding:16px 4px;color:#6b7178;text-align:center}.rf-state--error{color:#962121}.rf-error{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:16px 4px}.rf-error .rf-state{padding:0}.rf-retry{padding:7px 16px;border:none;border-radius:8px;background:var(--rf-accent);color:#fff;font-size:13px;font-weight:600;cursor:pointer;-webkit-transition:background .15s ease;transition:background .15s ease}.rf-retry:hover{background:#0057c2}.rf-retry:focus-visible{outline:2px solid var(--rf-accent);outline-offset:2px}.rf-skeletons{padding-top:4px}.rf-skeleton{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:14px 8px}.rf-skeleton__avatar{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:34px;height:34px;border-radius:9px}.rf-skeleton__lines{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:7px}.rf-skeleton__line{height:10px;border-radius:6px}.rf-skeleton__line--title{width:60%}.rf-skeleton__line--meta{width:40%}.rf-skeleton__avatar,.rf-skeleton__line{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#eef1f5),color-stop(37%,#f6f8fb),color-stop(63%,#eef1f5));background:linear-gradient(90deg,#eef1f5 25%,#f6f8fb 37%,#eef1f5 63%);background-size:400% 100%;-webkit-animation:rf-shimmer 1.4s ease-in-out infinite;animation:rf-shimmer 1.4s ease-in-out infinite}@-webkit-keyframes rf-shimmer{0%{background-position:100% 0}to{background-position:0 0}}@keyframes rf-shimmer{0%{background-position:100% 0}to{background-position:0 0}}@media (prefers-reduced-motion:reduce){.rf-skeleton__avatar,.rf-skeleton__line{-webkit-animation:none;animation:none}}.rf-group{padding-top:4px}.rf-group__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;width:100%;padding:10px 2px;border:none;background:none;color:#6b7178;cursor:pointer}.rf-group__header:hover:not(:disabled){background:none}.rf-group__title{font-size:11px;font-weight:700;letter-spacing:.06em;color:#6b7178;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rf-group__header--added .rf-group__title,.rf-group__pill{color:var(--rf-accent)}.rf-group__pill{padding:2px 8px;border-radius:999px;background:#e6f1fe;font-size:10px;font-weight:700;letter-spacing:.04em;white-space:nowrap}.rf-group__rule{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:1px;background:#eef1f5}.rf-group__count{color:#b1bbc7;font-size:12px;font-weight:600}.rf-chevron{color:#9aa4b1;-webkit-transition:-webkit-transform .15s ease;transition:-webkit-transform .15s ease;transition:transform .15s ease;transition:transform .15s ease,-webkit-transform .15s ease}.rf-chevron.is-collapsed{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.rf-subgroup{padding-left:8px;border-left:2px solid #eef1f5;margin-left:4px}.rf-subgroup__label{padding:8px 2px 4px;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#b1bbc7}.rf-subgroup__toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;width:100%;border:none;background:none;cursor:pointer}.rf-subgroup__toggle:hover:not(:disabled){background:none}.rf-subgroup__toggle .rf-group__rule{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}body,html{margin:0}#app,body,html{height:100%}.addin-container{font-family:Open Sans,Segoe UI,sans-serif;font-size:13px;color:#1d2739;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;background:#fff;overflow-x:hidden}.ic{display:inline-block;vertical-align:middle;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.rf-comingsoon{position:relative;-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;min-height:120px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#f1f1f1;overflow:hidden;-webkit-transition:min-height .25s ease,-webkit-flex-basis .25s ease;transition:min-height .25s ease,-webkit-flex-basis .25s ease;transition:flex-basis .25s ease,min-height .25s ease;transition:flex-basis .25s ease,min-height .25s ease,-webkit-flex-basis .25s ease,-ms-flex-preferred-size .25s ease}.rf-comingsoon__bg{position:absolute;inset:0;display:block;width:100%;height:100%}.rf-comingsoon__base{fill:#eef2fa}.rf-comingsoon__block--dark{fill:#171c33}.rf-comingsoon__block--gray{fill:#93989f}.rf-comingsoon__block--panel{fill:#fff}.rf-comingsoon__dot{fill:#c7cdd6}.rf-comingsoon__zoom{fill:#fff;stroke:#d7dce3}.rf-comingsoon__zoom-icon{stroke:#6b7178;stroke-width:1.6;stroke-linecap:round}.rf-comingsoon__zoom-divider{stroke:#e3e7ee}.rf-comingsoon__pill{fill:#fff;stroke:#e3e7ee;-webkit-filter:drop-shadow(0 1px 2px rgba(29,39,57,.08));filter:drop-shadow(0 1px 2px rgba(29,39,57,.08))}.rf-comingsoon__pill-text{fill:var(--rf-accent);font-size:9px;font-weight:600;text-anchor:middle;dominant-baseline:central}.is-sheet-expanded .rf-comingsoon{-ms-flex-preferred-size:0%;flex-basis:0%;min-height:0}.addin-container--webapp[data-v-10cb9232]{height:100vh}.addin-notice[data-v-10cb9232]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:8px 12px;font-size:12px;color:#1d2739;background:#eef2f7;position:relative;z-index:2;margin:0 0 14px}.addin-notice--error[data-v-10cb9232]{color:#8a1c1c;background:#fdecec}.addin-notice__action[data-v-10cb9232]{padding:2px 8px;font:inherit;color:#0066da;white-space:nowrap;text-decoration:none;background:none;border:1px solid currentColor;border-radius:4px;cursor:pointer}