html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}.ui-tooltip__content{background:var(--color-surface-raised);color:var(--text-color-primary);border:1px solid var(--border-color);font-size:var(--font-xs);box-shadow:var(--shadow-md);z-index:1100;border-radius:6px;max-width:240px;padding:6px 10px;line-height:1.4;animation:.12s ease-out ui-tooltip-in}.ui-tooltip__content[data-state=closed]{animation:.1s ease-in ui-tooltip-out}.ui-tooltip__arrow{fill:var(--color-surface-raised)}@keyframes ui-tooltip-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes ui-tooltip-out{0%{opacity:1}to{opacity:0}}html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}.mention-textarea{width:100%;position:relative}.mention-textarea__dropdown{background:var(--color-surface);border:1px solid var(--border-color);border-radius:var(--radius-md);max-height:240px;box-shadow:var(--shadow-md);z-index:9999;box-sizing:border-box;overflow-y:auto}.mention-textarea__dropdown-item{align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-list);cursor:pointer;transition:background var(--transition-fast);display:flex}.mention-textarea__dropdown-item:hover,.mention-textarea__dropdown-item--active{background:var(--color-hover)}.mention-textarea__dropdown-avatar{flex-shrink:0}.mention-textarea__dropdown-info{flex-direction:column;min-width:0;display:flex}.mention-textarea__dropdown-name{font-size:var(--font-sm);font-weight:var(--weight-semibold);color:var(--text-color-primary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.mention-textarea__dropdown-username{font-size:var(--font-xs);color:var(--text-color-secondary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}.media-preview{gap:var(--space-sm);padding:var(--space-sm) 0;flex-wrap:wrap;display:flex}.media-preview__item{border-radius:var(--radius-md);border:1px solid var(--border-color);background-color:var(--color-surface-raised);width:60px;height:60px;position:relative;overflow:hidden}.media-preview__thumb{object-fit:cover;width:100%;height:100%;display:block}.media-preview__remove{top:var(--space-2xs);right:var(--space-2xs);width:var(--icon-xs);height:var(--icon-xs);background:var(--color-scrim);color:var(--text-color-primary-inverse);font-size:var(--font-sm);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;line-height:1;display:flex;position:absolute}.media-preview__remove:hover{background:var(--color-scrim-strong)}html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}.media-lightbox__overlay.ui-dialog__overlay{background:var(--color-scrim-strong)}.media-lightbox.ui-dialog__content{width:min(96vw,1100px);max-width:96vw;height:auto;max-height:92vh;box-shadow:none;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.media-lightbox.ui-dialog__content__media{object-fit:contain;border-radius:var(--radius-md);background:var(--color-media-backdrop);width:auto;max-width:96vw;height:auto;max-height:92vh;display:block}.media-lightbox.ui-dialog__content__loading{border-radius:var(--radius-md);background:var(--color-surface-raised);width:60vw;height:60vh}.media-lightbox.ui-dialog__content .media-lightbox.ui-dialog__content__nav,.media-lightbox.ui-dialog__content .media-lightbox.ui-dialog__content__close{cursor:pointer;color:var(--color-on-media);background:var(--color-scrim-medium);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:none;justify-content:center;align-items:center;transition:background .15s;display:flex;position:absolute}.media-lightbox.ui-dialog__content .media-lightbox.ui-dialog__content__nav:hover,.media-lightbox.ui-dialog__content .media-lightbox.ui-dialog__content__close:hover{background:var(--color-scrim-strong)}.media-lightbox.ui-dialog__content__close{border-radius:50%;width:36px;height:36px;font-size:22px;line-height:1;top:12px;right:12px}.media-lightbox.ui-dialog__content__close:before{content:"×"}.media-lightbox.ui-dialog__content__nav{border-radius:50%;width:44px;height:44px;font-size:30px;line-height:1;top:50%;transform:translateY(-50%)}.media-lightbox.ui-dialog__content__nav--prev{left:12px}.media-lightbox.ui-dialog__content__nav--prev:before{content:"‹"}.media-lightbox.ui-dialog__content__nav--next{right:12px}.media-lightbox.ui-dialog__content__nav--next:before{content:"›"}.media-lightbox.ui-dialog__content__counter{border-radius:var(--radius-md);color:var(--color-on-media);background:var(--color-scrim-medium);padding:4px 10px;font-size:13px;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}.media-gallery{margin-top:var(--space-sm);--media-cap:520px}.media-gallery__open{cursor:pointer;background:0 0;border:none;width:100%;margin:0;padding:0;line-height:0;display:block;position:relative}.media-gallery__asset{border-radius:var(--radius-lg);background:var(--color-surface-raised);display:block}.media-gallery--single .media-gallery__open--single{border-radius:var(--radius-lg);background:var(--color-surface-raised);overflow:hidden}.media-gallery--single .media-gallery__asset{width:100%;height:auto;max-height:var(--media-cap);object-fit:cover;margin-inline:auto}.media-gallery--grid{border-radius:var(--radius-lg);max-height:var(--media-cap);grid-template-columns:1fr 1fr;gap:3px;display:grid;overflow:hidden}.media-gallery--grid-2{aspect-ratio:2}.media-gallery--grid-3{aspect-ratio:3/2;grid-template-rows:1fr 1fr}.media-gallery--grid-3 .media-gallery__cell:first-child{grid-row:span 2}.media-gallery--grid-4{aspect-ratio:1;grid-template-rows:1fr 1fr}.media-gallery__cell{min-width:0;min-height:0;position:relative;overflow:hidden}.media-gallery--grid .media-gallery__open--tile,.media-gallery--grid .media-gallery__asset{width:100%;height:100%}.media-gallery--grid .media-gallery__asset{object-fit:cover;border-radius:0}.media-gallery__play{width:52px;height:52px;color:var(--color-on-media);background:var(--color-scrim-medium);pointer-events:none;border-radius:50%;justify-content:center;align-items:center;font-size:20px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.media-gallery__play:before{content:"▶"}.media-gallery__more{color:var(--color-on-media);background:var(--color-scrim-medium);pointer-events:none;justify-content:center;align-items:center;font-size:26px;font-weight:600;display:flex;position:absolute;inset:0}.media-gallery__asset--loading{background:linear-gradient(90deg, var(--color-surface-raised) 0%, var(--color-surface) 50%, var(--color-surface-raised) 100%);background-size:200% 100%;width:100%;min-height:220px;animation:1.4s ease-in-out infinite skeleton-shimmer}.media-gallery--grid .media-gallery__asset--loading{height:100%;min-height:0}.media-gallery__asset--error{justify-content:center;align-items:center;gap:var(--space-2xs);background:var(--color-surface-raised);width:100%;min-height:220px;color:var(--text-color-hint);font-size:var(--font-xs);text-align:center;padding:var(--space-sm);box-sizing:border-box;flex-direction:column;display:flex}.media-gallery__asset--error svg{opacity:.7;width:20px;height:20px}.media-gallery--grid .media-gallery__asset--error{height:100%;min-height:0}.media-gallery--compact{--media-cap:240px;margin-top:var(--space-xs)}html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}.mention-text__link{color:var(--color-accent);font-weight:var(--weight-semibold);cursor:pointer;text-decoration:none}.mention-text__link:hover{text-decoration:underline}html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}.post-card__molecule,.post-card__molecule-profile,.post-card__molecule-people,.post-card__molecule-profile-site{background-color:var(--color-background);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-card);padding:var(--space-md);box-sizing:border-box;gap:var(--space-sm);width:100%;min-width:0;max-width:100%;font-family:var(--primary-font);color:var(--text-color-primary);flex-direction:column;display:flex;position:relative}.post-card__molecule .post-profile-primary-container,.post-card__molecule-profile .post-profile-primary-container,.post-card__molecule-people .post-profile-primary-container,.post-card__molecule-profile-site .post-profile-primary-container{gap:var(--space-md);display:flex}.post-card__molecule .post-profile-primary-container .post-profile-avatar-link,.post-card__molecule-profile .post-profile-primary-container .post-profile-avatar-link,.post-card__molecule-people .post-profile-primary-container .post-profile-avatar-link,.post-card__molecule-profile-site .post-profile-primary-container .post-profile-avatar-link{transition:opacity var(--transition-fast);flex-shrink:0;text-decoration:none;display:inline-flex}.post-card__molecule .post-profile-primary-container .post-profile-avatar-link:hover,.post-card__molecule-profile .post-profile-primary-container .post-profile-avatar-link:hover,.post-card__molecule-people .post-profile-primary-container .post-profile-avatar-link:hover,.post-card__molecule-profile-site .post-profile-primary-container .post-profile-avatar-link:hover{opacity:.85}.post-card__molecule .post-profile-primary-container .post-profile-identity-link,.post-card__molecule-profile .post-profile-primary-container .post-profile-identity-link,.post-card__molecule-people .post-profile-primary-container .post-profile-identity-link,.post-card__molecule-profile-site .post-profile-primary-container .post-profile-identity-link{color:var(--text-color-primary);transition:color var(--transition-fast);text-decoration:none}.post-card__molecule .post-profile-primary-container .post-profile-identity-link:hover,.post-card__molecule-profile .post-profile-primary-container .post-profile-identity-link:hover,.post-card__molecule-people .post-profile-primary-container .post-profile-identity-link:hover,.post-card__molecule-profile-site .post-profile-primary-container .post-profile-identity-link:hover{color:var(--color-accent)}.post-card__molecule .post-profile-primary-container .post-profile-picture,.post-card__molecule-profile .post-profile-primary-container .post-profile-picture,.post-card__molecule-people .post-profile-primary-container .post-profile-picture,.post-card__molecule-profile-site .post-profile-primary-container .post-profile-picture{height:var(--avatar-md);width:var(--avatar-md);object-fit:cover;border-radius:50%;flex-shrink:0}.post-card__molecule .post-profile-primary-container .post-profile-body-container,.post-card__molecule-profile .post-profile-primary-container .post-profile-body-container,.post-card__molecule-people .post-profile-primary-container .post-profile-body-container,.post-card__molecule-profile-site .post-profile-primary-container .post-profile-body-container{flex:1;min-width:0}.post-card__molecule .post-profile-primary-container .post-profile-body-container .post-profile-body,.post-card__molecule-profile .post-profile-primary-container .post-profile-body-container .post-profile-body,.post-card__molecule-people .post-profile-primary-container .post-profile-body-container .post-profile-body,.post-card__molecule-profile-site .post-profile-primary-container .post-profile-body-container .post-profile-body{color:var(--text-color-primary);font-size:var(--font-base);line-height:var(--line-height-body);word-wrap:break-word;word-break:break-word;overflow-wrap:anywhere;max-width:100%}.post-card__molecule .post-profile-primary-container .post-profile-body-container .post-profile-date,.post-card__molecule-profile .post-profile-primary-container .post-profile-body-container .post-profile-date,.post-card__molecule-people .post-profile-primary-container .post-profile-body-container .post-profile-date,.post-card__molecule-profile-site .post-profile-primary-container .post-profile-body-container .post-profile-date{color:var(--text-color-hint);font-size:var(--font-sm);margin-top:var(--space-tight)}.post-card__molecule .post-profile-primary-container .post-profile-body-container .icon,.post-card__molecule-profile .post-profile-primary-container .post-profile-body-container .icon,.post-card__molecule-people .post-profile-primary-container .post-profile-body-container .icon,.post-card__molecule-profile-site .post-profile-primary-container .post-profile-body-container .icon{color:var(--text-color-hint);top:var(--space-md);right:var(--space-md);cursor:pointer;position:absolute}.post-card__molecule .post-profile-primary-container .post-profile-body-container .icon:hover,.post-card__molecule-profile .post-profile-primary-container .post-profile-body-container .icon:hover,.post-card__molecule-people .post-profile-primary-container .post-profile-body-container .icon:hover,.post-card__molecule-profile-site .post-profile-primary-container .post-profile-body-container .icon:hover{color:var(--color-error)}.post-card__molecule .post-profile-action-row,.post-card__molecule-profile .post-profile-action-row,.post-card__molecule-people .post-profile-action-row,.post-card__molecule-profile-site .post-profile-action-row{margin-top:var(--space-xs)}.post-card__molecule .post-profile-action-row .post-profile-action-tooltip-wrap,.post-card__molecule-profile .post-profile-action-row .post-profile-action-tooltip-wrap,.post-card__molecule-people .post-profile-action-row .post-profile-action-tooltip-wrap,.post-card__molecule-profile-site .post-profile-action-row .post-profile-action-tooltip-wrap{display:inline-flex}.post-card__molecule .post-profile-action-row .post-profile-action-btn,.post-card__molecule-profile .post-profile-action-row .post-profile-action-btn,.post-card__molecule-people .post-profile-action-row .post-profile-action-btn,.post-card__molecule-profile-site .post-profile-action-row .post-profile-action-btn{width:32px;height:32px;color:var(--text-color-hint);cursor:pointer;transition:color var(--transition-fast), background-color var(--transition-fast);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex}.post-card__molecule .post-profile-action-row .post-profile-action-btn:hover:not(:disabled),.post-card__molecule-profile .post-profile-action-row .post-profile-action-btn:hover:not(:disabled),.post-card__molecule-people .post-profile-action-row .post-profile-action-btn:hover:not(:disabled),.post-card__molecule-profile-site .post-profile-action-row .post-profile-action-btn:hover:not(:disabled){color:var(--color-accent);background-color:var(--color-hover)}.post-card__molecule .post-profile-action-row .post-profile-action-btn:disabled,.post-card__molecule-profile .post-profile-action-row .post-profile-action-btn:disabled,.post-card__molecule-people .post-profile-action-row .post-profile-action-btn:disabled,.post-card__molecule-profile-site .post-profile-action-row .post-profile-action-btn:disabled{cursor:not-allowed;opacity:.4}.post-card__molecule .post-profile-action-row .post-profile-action-btn.post-profile-action-btn--active,.post-card__molecule-profile .post-profile-action-row .post-profile-action-btn.post-profile-action-btn--active,.post-card__molecule-people .post-profile-action-row .post-profile-action-btn.post-profile-action-btn--active,.post-card__molecule-profile-site .post-profile-action-row .post-profile-action-btn.post-profile-action-btn--active{color:var(--color-accent)}.post-card__molecule .post-profile-action-row .post-profile-action-count,.post-card__molecule-profile .post-profile-action-row .post-profile-action-count,.post-card__molecule-people .post-profile-action-row .post-profile-action-count,.post-card__molecule-profile-site .post-profile-action-row .post-profile-action-count{color:var(--text-color-secondary);font-size:var(--font-sm);font-weight:var(--weight-semibold);margin-right:var(--space-md);min-width:1ch;line-height:1}.post-card__molecule .postcard-comment,.post-card__molecule-profile .postcard-comment,.post-card__molecule-people .postcard-comment,.post-card__molecule-profile-site .postcard-comment{visibility:visible}.post-card__molecule .postcard-comment-noshow,.post-card__molecule-profile .postcard-comment-noshow,.post-card__molecule-people .postcard-comment-noshow,.post-card__molecule-profile-site .postcard-comment-noshow{display:none}.post-card__molecule .post-comment-container .post-post,.post-card__molecule-profile .post-comment-container .post-post,.post-card__molecule-people .post-comment-container .post-post,.post-card__molecule-profile-site .post-comment-container .post-post{gap:var(--space-sm);margin-top:var(--space-md);flex-direction:column;width:100%;display:flex}.post-card__molecule .post-comment-container .post-post .post-post-textarea,.post-card__molecule-profile .post-comment-container .post-post .post-post-textarea,.post-card__molecule-people .post-comment-container .post-post .post-post-textarea,.post-card__molecule-profile-site .post-comment-container .post-post .post-post-textarea{width:100%;min-height:var(--button-height);border:1px solid var(--border-color);border-radius:var(--radius-md);background-color:var(--color-surface-raised);color:var(--text-color-primary);padding:var(--space-sm) var(--space-md);font-family:var(--primary-font);font-size:var(--font-sm);resize:none;box-sizing:border-box}.post-card__molecule .post-comment-container .post-post .post-post-textarea:focus,.post-card__molecule-profile .post-comment-container .post-post .post-post-textarea:focus,.post-card__molecule-people .post-comment-container .post-post .post-post-textarea:focus,.post-card__molecule-profile-site .post-comment-container .post-post .post-post-textarea:focus{border-color:var(--color-accent);outline:none}.post-card__molecule .post-comment-container .post-post .post-post-textarea::placeholder,.post-card__molecule-profile .post-comment-container .post-post .post-post-textarea::placeholder,.post-card__molecule-people .post-comment-container .post-post .post-post-textarea::placeholder,.post-card__molecule-profile-site .post-comment-container .post-post .post-post-textarea::placeholder{color:var(--text-color-hint)}.post-card__molecule .post-comment-container .post-post .post-post-actions,.post-card__molecule-profile .post-comment-container .post-post .post-post-actions,.post-card__molecule-people .post-comment-container .post-post .post-post-actions,.post-card__molecule-profile-site .post-comment-container .post-post .post-post-actions{justify-content:flex-end;align-items:center;gap:var(--space-sm);display:flex}.post-card__molecule .post-comment-container .post-post .post-post-attach-btn,.post-card__molecule-profile .post-comment-container .post-post .post-post-attach-btn,.post-card__molecule-people .post-comment-container .post-post .post-post-attach-btn,.post-card__molecule-profile-site .post-comment-container .post-post .post-post-attach-btn{border:1px solid var(--border-color);background:var(--color-surface-raised);width:32px;height:32px;color:var(--text-color-hint);cursor:pointer;font-size:var(--font-sm);transition:border-color var(--transition-fast), color var(--transition-fast), background var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.post-card__molecule .post-comment-container .post-post .post-post-attach-btn:hover:not(:disabled),.post-card__molecule-profile .post-comment-container .post-post .post-post-attach-btn:hover:not(:disabled),.post-card__molecule-people .post-comment-container .post-post .post-post-attach-btn:hover:not(:disabled),.post-card__molecule-profile-site .post-comment-container .post-post .post-post-attach-btn:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent);background:var(--color-background)}.post-card__molecule .post-comment-container .post-post .post-post-attach-btn:disabled,.post-card__molecule-profile .post-comment-container .post-post .post-post-attach-btn:disabled,.post-card__molecule-people .post-comment-container .post-post .post-post-attach-btn:disabled,.post-card__molecule-profile-site .post-comment-container .post-post .post-post-attach-btn:disabled{opacity:.4;cursor:not-allowed}.post-card__molecule .post-comment-container .post-post .post-post-btn,.post-card__molecule-profile .post-comment-container .post-post .post-post-btn,.post-card__molecule-people .post-comment-container .post-post .post-post-btn,.post-card__molecule-profile-site .post-comment-container .post-post .post-post-btn{min-width:96px;height:32px;padding:0 var(--space-md);background:var(--color-accent);color:var(--text-color-primary-inverse);border-radius:var(--radius-pill);font-family:var(--primary-font);font-size:var(--font-sm);font-weight:var(--weight-semibold);cursor:pointer;white-space:nowrap;border:none;width:auto;position:static}.post-card__molecule .post-comment-container .post-post .post-post-btn:hover:not(:disabled),.post-card__molecule-profile .post-comment-container .post-post .post-post-btn:hover:not(:disabled),.post-card__molecule-people .post-comment-container .post-post .post-post-btn:hover:not(:disabled),.post-card__molecule-profile-site .post-comment-container .post-post .post-post-btn:hover:not(:disabled){filter:brightness(1.1)}.post-card__molecule .post-comment-container .post-post .post-post-btn:disabled,.post-card__molecule-profile .post-comment-container .post-post .post-post-btn:disabled,.post-card__molecule-people .post-comment-container .post-post .post-post-btn:disabled,.post-card__molecule-profile-site .post-comment-container .post-post .post-post-btn:disabled{opacity:.5;cursor:not-allowed}.post-card__molecule .post-comment-container .post-post-noshow,.post-card__molecule-profile .post-comment-container .post-post-noshow,.post-card__molecule-people .post-comment-container .post-post-noshow,.post-card__molecule-profile-site .post-comment-container .post-post-noshow{display:none}.inactive-post{opacity:.5;cursor:not-allowed}.post-profile-location-row{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}.location-badge{align-items:center;gap:var(--space-xs);max-width:100%;padding:var(--space-2xs) var(--space-xs);border-radius:var(--radius-sm);color:var(--text-color-hint);font-family:var(--primary-font);white-space:nowrap;background:0 0;font-size:11px;line-height:1.3;display:inline-flex;overflow:hidden}.location-badge__icon{color:var(--text-color-hint);flex-shrink:0;font-size:10px}.location-badge__label{font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.04em;color:var(--text-color-hint);font-size:9px}.location-badge__text{text-overflow:ellipsis;min-width:0;color:var(--text-color-secondary);overflow:hidden}.location-badge--site,.location-badge--site .location-badge__icon,.location-badge--site .location-badge__label{color:var(--color-accent)}.location-badge--compact{padding:0}.location-badge--compact .location-badge__text{font-size:10px}.location-badge--icon-only{gap:0;padding:0}.location-badge--icon-only .location-badge__icon{font-size:12px}html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}.feed-pagination-status{text-align:center;font-family:var(--primary-font);font-size:var(--font-sm);color:var(--text-color-hint);padding:var(--space-md) var(--space-sm);letter-spacing:.04em;display:block}.feed-pagination-status--loading{color:var(--color-accent);animation:1.2s ease-in-out infinite feed-pagination-status-pulse}.feed-pagination-status--end{color:var(--text-color-hint);border-top:1px dashed var(--border-color);margin-top:var(--space-sm);padding-top:var(--space-md);font-style:italic}@keyframes feed-pagination-status-pulse{0%,to{opacity:.5}50%{opacity:1}}:root{--color-background:#fff;--color-background-faded:#e3e3e3;--color-window-background:#fff;--color-window-background-alt:#f3f8fd;--color-surface:#fff;--color-surface-raised:#fafafa;--text-color-primary:#595b5c;--text-color-secondary:#504f4f;--text-color-primary-inverse:#fff;--text-color-secondary-inverse:#f6f6f7;--text-color-hint:#888a8c;--text-color-heading:#242424;--color-hover:#f3f8fd;--color-accent:#0e6fd9;--color-accent-light:#a0c4ed;--color-ripple:#7ad0f5;--color-gold:#ffcba4;--color-gold-light:#ffe0cb;--color-gold-dark:#e89f6e;--color-champagne:#fff1e5;--icon-color-primary:#595b5c;--icon-color-primary-inverse:#fff;--divider-color:#717070;--border-color:#d4d4d5;--card-color:#fff;--box-shadow-primary:#0003;--box-shadow-primary-window:#0003;--color-primary:#fff;--color-primary-dark:#161717;--color-green:#95c600;--color-orange:#ff9b00;--color-app-icon-background:#116cd2;--color-primary-teal:#00d0a7;--color-secondary-teal:#02b995;--primary-font:Titillium Web, sans-serif;--heading-font:Playfair Display, Georgia, serif;--deco-line-color:#ffcba4;--deco-line-color-subtle:#c9a84c4d;--deco-border:1px solid #ffcba4;--deco-border-subtle:1px solid #c9a84c33;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-pill:9999px;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-xxl:48px;--space-tight:var(--space-xs);--space-list:12px;--space-card:var(--space-md);--space-grid:var(--space-md);--space-section:var(--space-xl);--shadow-sm:0 1px 2px #0000000a;--shadow-card:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-card-hover:0 4px 12px #00000014, 0 2px 4px #0000000a;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001f;--shadow-xl:0 16px 48px #00000029;--shadow-inset:inset 0 0 5px #00000014;--font-xs:.75rem;--font-sm:.875rem;--font-base:1rem;--font-md:1rem;--font-lg:1.125rem;--font-xl:1.5rem;--font-xxl:2rem;--font-display:2.5rem;--color-marker-site:#ffcba4;--color-marker-people:#137cf2;--color-marker-device:#00d0a7;--skeleton-base:#e8e8ea;--skeleton-hi:#f2f2f4;--color-success:var(--color-accent);--color-success-bg:#00d0a71f;--color-success-border:#00d0a766;--color-success-text:#15803d;--color-success-solid:#16a34a;--color-warning:#f5a623;--color-warning-bg:#f5a6231f;--color-warning-border:#f5a62366;--color-warning-text:#c2410c;--color-error:#ff5252;--color-error-bg:#ff44441f;--color-error-strong:#d92d20;--text-color-on-error:#fff;--color-error-border:#f446;--color-error-text:#b91c1c;--color-info:var(--color-accent);--color-info-bg:#137cf21f;--color-info-border:#137cf266;--color-info-text:#4338ca;--color-muted-text:#4b5563;--color-danger:var(--color-error);--color-role-owner:#b48b32;--color-role-co-owner:#5a6fb0;--color-role-resident:#2e7d5f;--color-role-trusted:#7a5fb0;--color-role-guest:#888;--color-role-employee:#2e7d5f;--color-role-customer:#7a5fb0;--line-height-tight:1.2;--line-height-body:1.5;--weight-light:300;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--weight-extrabold:800;--transition-fast:.15s ease;--transition-normal:.25s ease;--transition-slow:.5s ease;--nav-width:200px;--msg-panel-width:85px;--panel-width:280px;--nav-height:50px;--drawer-width:600px;--map-height-sm:250px;--map-height-md:300px;--map-height-lg:350px;--interior-heading-height:60px;--icon-xs:20px;--icon-sm:28px;--icon-md:36px;--icon-lg:44px;--icon-xl:56px;--avatar-sm:32px;--avatar-md:48px;--avatar-lg:44px;--avatar-xl:56px;--avatar-xxl:96px;--card-width:200px;--card-height:200px;--input-height:36px;--button-height:32px;--img-sm:100px;--img-md:150px;--img-lg:175px;--space-2xs:2px;--z-base:1;--z-dropdown:100;--z-nav:500;--z-overlay:1000;--z-modal:2000;--z-toast:3000;--z-tooltip:4000;--color-scrim:#0009;--color-scrim-strong:#000000d9;--color-scrim-light:#0000004d;--color-scrim-medium:#0000008c;--color-scrim-deep:#000000bf;--color-glass-faint:#ffffff0f;--color-glass-light:#ffffff14;--color-glass-soft:#ffffff1f;--color-glass-medium:#ffffffd9;--color-overlay-faint:#ffffff26;--color-overlay-soft:#ffffff40;--color-overlay-medium:#fff6;--color-overlay-deep:#fff9;--color-overlay-strong:#ffffffb3;--color-overlay-bright:#ffffffa6;--color-on-media:#fff;--color-media-backdrop:#000;--color-kiosk-bg-start:#0a1929;--color-kiosk-bg-end:#162a44;--color-kid-bg-start:#ffd86b;--color-kid-bg-end:#ff8fcf;--color-history-accent:tomato;--color-history-accent-glow:#ff6347d9;--color-history-accent-soft:#ff63472e;--color-history-accent-medium:#ff63474d;--color-history-accent-strong:#ff634780;--color-history-accent-shadow:#ff634799;--color-history-accent-track:#ff634766;--color-history-surface:#141c28eb;--color-history-surface-solid:#1a2230;--color-flow-tile-blue:#6699ff2e;--color-flow-tile-gray:#9ca3af38;--color-flow-tile-indigo:#6366f126;--color-dialog-scrim:#0a192999;--color-kelvin-warm:#ffd9a0;--color-kelvin-neutral:#fff;--color-kelvin-cool:#cce7ff;--color-floorplan-grid-bg:#fafafa;--color-floorplan-grid-line:#e0e0e0;--color-floorplan-room-fill:#f6f6f8;--color-floorplan-room-stroke:#666;--color-floorplan-room-label:#0c1f3c;--color-floorplan-anchor-fill:#666;--color-floorplan-anchor-stroke:#333;--color-floorplan-tag-fill:#0070ff;--color-floorplan-tag-label:#999;--color-floorplan-grid-bg-alt:#fff;--color-floorplan-room-selected:#0070ff;--color-floorplan-room-selected-fill:#0070ff14;--color-floorplan-room-movable:#ff6b35;--color-floorplan-room-movable-fill:#ff6b3514;--color-floorplan-room-default-fill:#ffffffd9;--color-floorplan-room-label-default:#333;--color-floorplan-dim-label:#0070ff;--color-floorplan-device-fill:#0070ff;--color-floorplan-device-stroke:#fff;--color-floorplan-placement-preview:#0070ff;--color-map-radius-primary:#00d0a7;--color-map-radius-editing:tomato;--color-map-radius-edit-fill:#ffdab9;--color-map-geofence-stroke:#ffcba4;--color-map-geofence-fill:#ffcba4;--color-history-slider-track-rgb:255, 99, 71;--color-floorplan-room-fill-legacy:#f6f6f8;--color-floorplan-room-stroke-legacy:#666;--color-floorplan-grid-line-legacy:#d3d3d3;--color-floorplan-grid-line-bright:#77e6d5;--color-floorplan-stage-border:#d3d3d3;--color-floorplan-room-accent:#30d3ba;--color-annotation-bg:#fff;--color-preference-lighting-warm:#fff8e1;--color-preference-lighting-white-default:#fff}body.dark-mode{--color-background:#161717;--color-background-faded:#282929;--color-window-background:#282929;--color-window-background-alt:#282929;--color-surface:#1d1e1e;--color-surface-raised:#282929;--text-color-primary:#fff;--text-color-secondary:#f6f6f7;--text-color-primary-inverse:#595b5c;--text-color-secondary-inverse:#504f4f;--text-color-hint:#888a8c;--text-color-heading:#fff;--color-hover:#282929;--color-accent:#02b995;--color-accent-light:#c6f2cd50;--color-ripple:#00d0a7;--color-gold:#ffe0cb;--color-gold-light:#fff1e5;--color-gold-dark:#ffcba4;--color-champagne:#f7e7ce1a;--icon-color-primary:#fff;--icon-color-primary-inverse:#595b5c;--divider-color:#717070;--border-color:#504f4f;--card-color:#1d1e1e;--box-shadow-primary:#ffffff1a;--box-shadow-primary-window:#000;--color-primary:#161717;--color-primary-dark:#161717;--deco-line-color:#ffcba4;--deco-line-color-subtle:#c9a84c40;--deco-border:1px solid #ffcba4;--deco-border-subtle:1px solid #c9a84c26;--primary-font:Titillium Web, sans-serif;--heading-font:Playfair Display, Georgia, serif;--shadow-sm:0 1px 2px #0000004d;--shadow-card:0 1px 3px #0006, 0 1px 2px #0003;--shadow-card-hover:0 4px 12px #00000080, 0 2px 4px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 8px 24px #00000080;--shadow-xl:0 16px 48px #0000008c;--shadow-inset:inset 0 0 5px #0000004d;--skeleton-base:#2a2b2c;--skeleton-hi:#3a3b3c;--color-floorplan-grid-bg:#1d1e1e;--color-floorplan-grid-line:#2f3030;--color-floorplan-room-fill:#282929;--color-floorplan-room-stroke:#6b6c6c;--color-floorplan-room-label:#f6f6f7;--color-floorplan-anchor-fill:#b0b1b1;--color-floorplan-anchor-stroke:#e0e0e0;--color-floorplan-tag-fill:#4a9dff;--color-floorplan-tag-label:#b0b1b1;--color-floorplan-grid-bg-alt:#232424;--color-floorplan-room-selected:#4a9dff;--color-floorplan-room-selected-fill:#4a9dff29;--color-floorplan-room-movable:#ff6b35;--color-floorplan-room-movable-fill:#ff6b3529;--color-floorplan-room-default-fill:#282929d9;--color-floorplan-room-label-default:#f6f6f7;--color-floorplan-dim-label:#4a9dff;--color-floorplan-device-fill:#4a9dff;--color-floorplan-device-stroke:#1d1e1e;--color-floorplan-placement-preview:#4a9dff;--color-map-radius-primary:#00d0a7;--color-map-radius-editing:tomato;--color-map-radius-edit-fill:#ffdab9;--color-map-geofence-stroke:#ffcba4;--color-map-geofence-fill:#ffcba4;--color-history-slider-track-rgb:255, 99, 71;--color-floorplan-room-fill-legacy:#282929;--color-floorplan-room-stroke-legacy:#6b6c6c;--color-floorplan-grid-line-legacy:#2f3030;--color-floorplan-grid-line-bright:#2f9b8a;--color-floorplan-room-accent:#30d3ba;--color-floorplan-stage-border:#3a3b3b;--color-annotation-bg:#fff;--color-preference-lighting-warm:#fff8e1;--color-preference-lighting-white-default:#fff;--color-success-text:#4ade80;--color-warning-text:#fb923c;--color-error-text:#f87171;--color-info-text:#60a5fa;--color-muted-text:#9ca3af}html,body{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}::-webkit-scrollbar{width:0;height:0;display:none}*{scrollbar-width:none;-ms-overflow-style:none}::selection{background:var(--color-primary-teal);color:var(--text-color-primary-inverse)}[hidden]{display:none!important}img.house-image,img.device-house-image,img.profile-site-house-image,img.user-house-image,img.location-card__molecule-house-image,img.site-list__molecule-house-image,img.collapsed-icon,img.profile_image,img.account_page-profile_pic,img.Profile-account_page-profile_pic,img.popup-info-card__avatar,img.site-popup-card__avatar,img.profile-members__avatar,img.user-summary__avatar,img.member-profile-picture,img.follow-profile-picture,img.member-event-profile-picture,img.comment-profile-picture,img.post-profile-picture,img.notification-bar-avatar,img.thing-card__image,img.object-slide__image,img.object-slide__molecule-house-image,img.member-slide__molecule-house-image,img.msg-slide__molecule-house-image,img.msg-slide-msgs__molecule-house-image,img.msg-slide-active-active__molecule-house-image,img.profileIcon_profile-header-section,img.profile-header__avatar,img.popup-info-img,.dropdown-result .image-area img,.selected-user__component .image-area img{object-fit:cover;object-position:center;max-width:100%;display:block}img.inlo-avatar{object-fit:cover;object-position:center;display:block}.logo__img{width:114px;max-width:none;height:54px;display:block}.container{max-width:1170px;margin:auto}.containerr{border-radius:var(--radius-md);width:100%;height:95%;position:relative;left:0}.Toastify__toast--success{background-color:#4bb543}.Toastify__toast{font-family:var(--primary-font);border-radius:var(--radius-md);min-height:auto;box-shadow:0 4px 20px var(--box-shadow-primary);border:1px solid var(--border-color);background-color:var(--color-surface);color:var(--text-color-primary);font-size:.8em}.Toastify__close-button{color:var(--text-color-hint)}.Toastify__progress-bar--success{background:var(--color-primary-teal)}.Toastify__progress-bar--error{background:#ff3939}.leaflet-control-geosearch form{border-radius:var(--radius-sm);padding:var(--space-xs) var(--space-sm);background:var(--color-background);border:1px solid var(--border-color);color:var(--text-color-primary)}.leaflet-control-geosearch input{color:var(--text-color-primary);font-family:var(--primary-font)}.leaflet-bar{border-radius:var(--radius-md)}.comment-card__molecule{padding:var(--space-sm) var(--space-md);background-color:var(--color-background);box-sizing:border-box;flex-direction:column;width:100%;min-height:56px;display:flex;position:relative}.comment-card__molecule .comment-profile-primary-container{align-items:flex-start;gap:var(--space-sm);display:flex}.comment-card__molecule .comment-profile-primary-container .comment-profile-picture{height:var(--avatar-sm);width:var(--avatar-sm);object-fit:cover;border-radius:50%;flex-shrink:0}.comment-card__molecule .comment-profile-primary-container .comment-profile-avatar-link{transition:opacity var(--transition-fast);flex-shrink:0;text-decoration:none;display:inline-flex}.comment-card__molecule .comment-profile-primary-container .comment-profile-avatar-link:hover{opacity:.85}.comment-card__molecule .comment-profile-primary-container .comment-profile-identity-link{color:var(--text-color-hint);transition:color var(--transition-fast);text-decoration:none}.comment-card__molecule .comment-profile-primary-container .comment-profile-identity-link:hover{color:var(--color-accent)}.comment-card__molecule .comment-profile-primary-container .comment-profile-body-container{flex:1;min-width:0}.comment-card__molecule .comment-profile-primary-container .comment-profile-body-container .post-profile-picture{height:var(--avatar-sm);width:var(--avatar-sm);object-fit:cover;border-radius:50%}.comment-card__molecule .comment-profile-primary-container .comment-profile-body-container .comment-profile-body{color:var(--text-color-primary);font-size:var(--font-sm);line-height:var(--line-height-body);word-wrap:break-word;word-break:break-word;overflow-wrap:anywhere;max-width:100%}.comment-card__molecule .comment-profile-primary-container .comment-profile-body-container .comment-profile-body:empty{display:none}.comment-card__molecule .comment-profile-primary-container .comment-profile-body-container .comment-profile-date{font-size:var(--font-xs);color:var(--text-color-hint);align-items:center;gap:var(--space-sm);margin-top:var(--space-tight);padding-left:var(--space-tight);display:flex}.comment-card__molecule .comment-profile-primary-container .comment-profile-body-container .icon{color:var(--text-color-hint);top:var(--space-sm);right:var(--space-sm);cursor:pointer;font-size:var(--font-xs);position:absolute}.comment-card__molecule .comment-profile-primary-container .comment-profile-body-container .icon:hover{color:var(--color-error)}.comment-card__molecule .comment-profile-action-row{flex-shrink:0}.comment-card__molecule .comment-profile-action-row .comment-profile-action-btn{width:28px;height:28px;color:var(--text-color-hint);cursor:pointer;transition:color var(--transition-fast), background-color var(--transition-fast);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex}.comment-card__molecule .comment-profile-action-row .comment-profile-action-btn:hover{color:var(--color-accent);background-color:var(--color-hover)}.comment-card__molecule .comment-profile-action-row .comment-profile-action-btn.comment-profile-action-btn--active{color:var(--color-accent)}.comment-card__molecule .comment-profile-action-row .comment-profile-action-count{color:var(--text-color-secondary);font-size:var(--font-xs);font-weight:var(--weight-semibold);min-width:1ch;line-height:1}.inactive-comment{opacity:.5;cursor:not-allowed}
