.perspective-board-shell{display:flex;flex-direction:column;height:100%;width:100%;min-height:0;background:#fafafa}.perspective-board-topbar{flex:0 0 auto;height:52px;display:flex;align-items:center;gap:12px;padding:0 16px;box-sizing:border-box;background:#ffffff;border-bottom:1px solid #ededee}.perspective-board-topbar-select{display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 10px;box-sizing:border-box;border-radius:8px;border:1px solid #cfd8da;background:rgba(255,255,255,.6);color:#101f21;font-size:13px;font-weight:500;cursor:pointer;width:250px;transition:background .12s,border-color .12s}.perspective-board-topbar-divider{flex:0 0 auto;align-self:stretch;width:1px;margin:10px 0;background:#ededee}.board-collection-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:180px}.board-collection-row-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.board-collection-row-manage{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:22px;height:22px;margin:-2px -4px -2px 0;border-radius:4px;color:#6b7679;opacity:0;transition:opacity .1s ease,background .1s ease,color .1s ease}.ant-dropdown-menu-item-selected .board-collection-row-manage,.ant-dropdown-menu-item:focus-within .board-collection-row-manage,.ant-dropdown-menu-item:hover .board-collection-row-manage{opacity:1}.board-collection-row-manage:hover{background:rgba(16,31,33,.08);color:#101f21}.board-collection-row-manage:focus-visible{outline:2px solid var(--brand-select-border,#1a99c4);outline-offset:1px;opacity:1}.perspective-board-topbar-select:hover{background:var(--brand-select-fill);border-color:var(--brand-select-border)}.perspective-board-topbar-actions{flex:0 0 auto;display:inline-flex;align-items:center;gap:4px}.perspective-board-topbar-actions-sep{flex:0 0 auto;align-self:stretch;width:1px;margin:8px 4px;background:#ededee}.perspective-board-topbar-action{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;box-sizing:border-box;border-radius:8px;border:1px solid transparent;background:transparent;color:#bfc9cb;cursor:not-allowed;transition:background .12s,border-color .12s,color .12s}.perspective-board-topbar-action.is-active{color:#101f21;cursor:pointer}.perspective-board-topbar-action.is-active:hover{background:var(--brand-select-fill);border-color:var(--brand-select-border)}.perspective-board-topbar-action.is-danger.is-active{color:var(--ant-color-error,#cf1322)}.perspective-board-topbar-action.is-danger.is-active:hover{background:rgba(207,19,34,.08);border-color:rgba(207,19,34,.35)}.perspective-board-topbar-select-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.perspective-board-topbar-sort{width:240px;color:#4c737d}.perspective-board-topbar-search{margin-left:auto;display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 8px 0 10px;box-sizing:border-box;border-radius:8px;border:1px solid #cfd8da;background:rgba(255,255,255,.6);width:240px;transition:border-color .12s}.perspective-board-topbar-search:focus-within{border-color:var(--brand-select-border)}.perspective-board-topbar-search input{flex:1 1 auto;min-width:0;border:none;background:transparent;outline:none;color:#101f21;font-size:13px}.perspective-board-topbar-search input::placeholder{color:#8c8c8c}.perspective-board-topbar-search-clear{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;border-radius:4px;background:transparent;color:#8c8c8c;cursor:pointer}.perspective-board-topbar-search-clear:hover{background:var(--brand-select-fill);color:#101f21}.perspective-board{display:flex;flex:1 1 auto;min-height:0;width:100%;gap:0;background:#fafafa;overflow:hidden}.perspective-board-column{display:flex;flex-direction:column;flex:1 1;min-width:0;border-right:1px solid #ededee;overflow:hidden}.perspective-board-column:last-child{border-right:none}.perspective-board-column-header{display:flex;align-items:center;gap:8px;padding:16px 16px 8px;font-size:13px;font-weight:600;color:#101f21;border-bottom:1px solid #ededee;flex-shrink:0}.perspective-board-column-header-icon{flex-shrink:0;display:inline-flex}.perspective-board-column-add{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;width:24px;height:22px;box-sizing:border-box;border-radius:6px;border:1px solid #cfd8da;background:rgba(255,255,255,.6);color:#4c737d;cursor:pointer;transition:background .12s,border-color .12s,color .12s,opacity .12s}.perspective-board-column-add:hover:not(:disabled){background:var(--brand-select-fill);border-color:var(--brand-select-border);color:#101f21}.perspective-board-column-add:disabled{opacity:.4;cursor:not-allowed}.perspective-board-column-body{flex:1 1 auto;overflow-y:auto;padding:4px 8px 8px}.perspective-board-column-body,.perspective-board-group{display:flex;flex-direction:column;gap:0}.perspective-board-group-label{flex:0 0 auto;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:#8c8c8c;padding:18px 10px 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.perspective-board-group-label:first-child{padding-top:10px}.perspective-board-card{display:flex;align-items:center;gap:8px;padding:0 10px;box-sizing:border-box;height:34px;flex:0 0 auto;border-radius:6px;background:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .12s,opacity .12s,box-shadow .12s}.perspective-board-card:hover{background:var(--brand-select-fill)}.perspective-board-card[draggable=true]{cursor:-webkit-grab;cursor:grab}.perspective-board-card.is-selected{background:var(--brand-select-fill)}.perspective-board-card.is-selected.is-quiet{background:color-mix(in srgb,var(--brand-select-fill) 55%,transparent)}.perspective-board-card.is-selected.is-quiet:hover{background:var(--brand-select-fill)}.perspective-board-card.is-drag-over{background:var(--brand-select-fill);box-shadow:inset 0 0 0 1.5px var(--brand-select-border)}.perspective-board-card.is-search-hit{box-shadow:inset 0 0 0 1.5px var(--brand-electric-blue)}.perspective-board-card.is-dimmed{opacity:.4}.perspective-board-card-mark{background:var(--brand-electric-blue);color:#101f21;border-radius:2px;padding:0 1px}.perspective-board-section-dropzone{display:flex;flex-direction:column;gap:0;border-radius:6px}.perspective-board-section-dropzone.is-drag-over{box-shadow:inset 0 0 0 1.5px var(--brand-select-border);background:color-mix(in srgb,var(--brand-select-fill) 40%,transparent)}.perspective-board-card-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px}.perspective-board-card-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;color:#101f21}.perspective-board-card-meta{flex-shrink:0;display:inline-flex;align-items:center;font-size:11px;color:#8c8c8c;opacity:0;transition:opacity .12s}.perspective-board-card:focus-within .perspective-board-card-meta,.perspective-board-card:hover .perspective-board-card-meta{opacity:1}.perspective-board-card-meta-count{min-width:8px;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.perspective-board-empty{display:flex;align-items:center;justify-content:center;height:100%;width:100%;padding:24px;text-align:center;color:#8c8c8c;font-size:13px}.perspective-board-column-empty{padding:16px 12px;color:#bfbfbf;font-size:12px}.perspective-board-picker-loading{display:flex;align-items:center;gap:8px}.perspective-board-picker-empty,.perspective-board-picker-loading{color:#8c8c8c;font-size:13px;padding:8px 0}.perspective-board-picker-list{display:flex;flex-direction:column;gap:6px;max-height:320px;overflow-y:auto}.perspective-board-picker-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border-radius:8px;border:1px solid #ededee;background:#ffffff;cursor:pointer;text-align:left;transition:background .12s,border-color .12s}.perspective-board-picker-item:hover{background:var(--brand-select-fill);border-color:var(--brand-select-border)}.perspective-board-picker-item-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;color:#101f21}.ecosystem-panel{max-width:960px}.ecosystem-org-row{border:1px solid var(--ant-color-border,#f0f0f0);border-radius:8px;padding:12px 16px;margin-bottom:16px;background:#fff}.ecosystem-org-row-header{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:14px;font-weight:600;color:#101f21;margin-bottom:10px}.ecosystem-org-row-header-name{display:flex;align-items:center;gap:8px;min-width:0}.ecosystem-org-halves{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:16px;gap:16px}.ecosystem-half{display:flex;flex-direction:column;min-width:0}.ecosystem-half-cards{display:flex;flex-wrap:wrap;gap:8px;align-content:flex-start;min-height:44px}.ecosystem-half-cards.is-list{flex-direction:column;flex-wrap:nowrap}.ecosystem-half-cards .perspective-board-card{width:220px;max-width:100%}.ecosystem-half-cards.is-list .perspective-board-card{width:100%}.ecosystem-half-footer{margin-top:8px}