.catalog-search-page{width:100%;min-width:0;padding:20px 32px 72px}.catalog-search-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr);gap:12px;overflow:hidden;padding:24px;border:1px solid var(--shell-line);border-radius:13px;background:var(--console-panel);animation:catalog-hero-in var(--motion-normal) var(--ease-out) both}.catalog-search-hero-copy{display:grid;gap:7px;max-width:780px}.catalog-search-hero h1{max-width:760px;margin:0;color:var(--screen-white);font-size:clamp(1.5rem,2.4vw,1.875rem);font-weight:660;letter-spacing:-.052em;line-height:1.04;text-wrap:balance}.catalog-search-hero-copy>p{max-width:680px;margin:0;color:var(--screen-muted);font-size:.6875rem;line-height:1.65;text-wrap:pretty}.catalog-search-main-form{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;width:min(100%,1040px);min-height:48px;margin:0;padding:5px 6px 5px 14px;border:1px solid var(--shell-line-strong);border-radius:11px;background:var(--console-inset);box-shadow:inset 0 1px 0 rgb(255 255 255/3%)}.catalog-search-main-field{display:flex;align-items:center;align-self:stretch;gap:10px;min-width:0;cursor:text}.catalog-search-main-field>svg{flex:none;color:var(--screen-muted)}.catalog-search-clear[data-hidden]{visibility:hidden}.catalog-search-main-form input{align-self:stretch;flex:1;width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--screen-white);font:500 .875rem var(--interface-font-family)}.catalog-search-main-form input::placeholder{color:var(--screen-muted)}.catalog-search-clear{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:0 17px;border-radius:8px;color:var(--screen-dim);font-size:.75rem;font-weight:620}.catalog-search-clear:hover{background:var(--console-hover);color:var(--screen-white)}.catalog-search-main-form .search-submit{min-height:40px}.catalog-active-filters{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:16px}.catalog-active-filters button,.catalog-active-filters>a{display:inline-flex;align-items:center;gap:5px;min-height:30px;padding:0 9px;border:1px solid rgb(88 101 242/24%);border-radius:7px;background:var(--brand-blurple-wash);color:var(--tonal-brand-text);font-size:.6875rem;font-weight:560;animation:catalog-chip-in var(--motion-quick) var(--ease-out) both}.catalog-active-filters>a.entity-active-filter{border-color:rgb(88 101 242/24%);background:var(--brand-blurple-wash);color:var(--tonal-brand-text)}.catalog-active-filters>a{border-color:transparent;background:transparent;color:var(--screen-muted)}.catalog-search-workspace{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;gap:24px;margin-top:18px}.catalog-results-tools{display:inline-flex;align-items:center;flex:none;gap:8px}.catalog-filter-trigger{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 11px;border:1px solid var(--shell-line-strong);border-radius:8px;background:var(--console-raised);color:var(--screen-dim);font-size:.75rem;font-weight:600}.catalog-filter-trigger>svg{color:var(--screen-muted)}.catalog-filter-trigger:hover{background:var(--console-hover);color:var(--screen-white)}.catalog-filter-trigger:hover>svg{color:var(--screen-dim)}.catalog-filter-trigger b{display:grid;place-items:center;min-width:18px;height:17px;padding:0 5px;border-radius:5px;background:var(--brand-blurple-wash);color:var(--tonal-brand-text);font-size:.625rem;font-weight:650;font-variant-numeric:tabular-nums}.catalog-filter-overlay{position:fixed;z-index:120;inset:0;background:rgb(4 3 8/.72);backdrop-filter:blur(6px)}.catalog-filter-overlay[data-open]{animation:veil-in var(--motion-enter) var(--ease-out) both}.catalog-filter-overlay[data-closed]{animation:veil-out var(--motion-quick) var(--ease-in) both}.catalog-filter-dialog{position:fixed;z-index:121;top:50%;left:50%;display:flex;flex-direction:column;width:min(540px,calc(100vw - 28px));height:min(760px,calc(100dvh - 48px));max-height:calc(100dvh - 48px);overflow:hidden;border:1px solid var(--shell-line-strong);border-radius:14px;background:var(--console-panel);box-shadow:0 28px 80px var(--overlay-shadow);transform:translate(-50%,-50%)}.catalog-filter-dialog[data-open]{animation:modal-center-in var(--motion-normal) var(--ease-out) both}.catalog-filter-dialog[data-closed]{pointer-events:none;animation:modal-center-out var(--motion-quick) var(--ease-in) both}.catalog-filter-dialog-head{flex:none;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 16px 16px 18px;border-bottom:1px solid var(--shell-line)}.catalog-filter-dialog-head>div:first-child{display:grid;gap:4px}.catalog-filter-dialog-head h2{margin:0;color:var(--screen-white);font-size:1.0625rem;font-weight:630;letter-spacing:-.032em}.catalog-filter-dialog-head-actions{display:inline-flex;align-items:center;flex:none;gap:4px}.catalog-filter-clear{min-height:30px;padding:0 9px;border:0;border-radius:7px;background:transparent;color:var(--screen-muted);font-size:.6875rem;font-weight:560}.catalog-filter-clear:hover{color:var(--screen-white)}.catalog-filter-dialog-close{display:grid;place-items:center;flex:none;width:34px;height:34px;border:0;border-radius:8px;background:transparent;color:var(--screen-muted)}.catalog-filter-dialog-close:hover{background:var(--quiet-hover);color:var(--screen-white)}.catalog-filter-dialog-body{flex:1 1 0;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.catalog-filter-dialog-body>:last-child{border-bottom:0}.catalog-filter-dialog-actions{flex:none;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;border-top:1px solid var(--shell-line-strong);background:var(--console-panel)}.catalog-filter-dialog-actions>span{min-height:12px;color:var(--screen-muted);font-size:.625rem}.catalog-filter-dialog-actions>button{min-height:40px;padding:0 18px;border:1px solid var(--brand-blurple);border-radius:8px;background:var(--brand-blurple);color:white;font-size:.6875rem;font-weight:640}.catalog-filter-dialog-actions>button:hover:not(:disabled){background:var(--brand-blurple-bright)}.catalog-filter-dialog-actions>button:disabled{border-color:var(--shell-line);background:var(--console-raised);color:var(--screen-muted);opacity:.62}.catalog-choice-filter{display:grid;gap:10px;padding:14px;border-bottom:1px solid var(--shell-line)}.catalog-choice-filter>header{color:var(--screen-dim);font-size:.6875rem;font-weight:600}.catalog-segmented-filter{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;padding:3px;border:1px solid var(--shell-line);border-radius:8px;background:var(--console-inset)}.catalog-segmented-filter .ui-radio-item{display:grid;place-items:center;min-width:0;min-height:32px;padding-inline:5px;border-radius:5px;color:var(--screen-muted);font-size:.625rem;font-weight:580;cursor:pointer}.catalog-segmented-filter .ui-radio-item:hover,.catalog-segmented-filter .ui-radio-item[data-selected]{background:var(--console-hover);color:var(--screen-white)}.catalog-segmented-filter .ui-radio-item[data-selected]{box-shadow:inset 0 0 0 1px var(--shell-line-strong)}.catalog-boolean-filters .ui-switch:focus-visible,.catalog-segmented-filter .ui-radio-item:focus-visible{box-shadow:0 0 0 3px var(--brand-blurple-wash)}.catalog-boolean-filters{display:grid;gap:4px}.catalog-boolean-filters>div{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:9px;min-height:34px;color:var(--screen-muted)}.catalog-boolean-filters b{font-size:.625rem;font-weight:540}.catalog-boolean-filters label{cursor:pointer}.catalog-filter-group{border-bottom:1px solid var(--shell-line)}.catalog-filter-group>summary,.catalog-range-filter>header{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:46px;padding:0 14px;color:var(--screen-dim);font-size:.6875rem;font-weight:600;cursor:pointer;list-style:none;transition:background-color var(--motion-quick) var(--ease-out),color var(--motion-quick) var(--ease-out)}.catalog-filter-group>summary:hover{background:var(--quiet-hover);color:var(--screen-white)}.catalog-filter-group>summary::-webkit-details-marker{display:none}.catalog-filter-group>summary span{display:inline-flex;align-items:center;gap:7px}.catalog-filter-group>summary b{display:grid;place-items:center;min-width:19px;height:18px;padding:0 5px;border-radius:5px;background:var(--brand-blurple-wash);color:var(--tonal-brand-text);font-size:.625rem}.catalog-filter-group[open]>summary svg:last-child{transform:rotate(180deg)}.catalog-filter-group>summary svg:last-child{transition:transform var(--motion-quick) var(--ease-out)}.catalog-filter-group>div{padding:0 10px 12px}.catalog-filter-group[open]>div{animation:catalog-filter-content-in var(--motion-quick) var(--ease-out) both}.catalog-filter-search{display:flex;align-items:center;gap:6px;min-height:34px;margin-bottom:6px;padding:0 9px;border:1px solid var(--shell-line);border-radius:7px;background:var(--console-inset);color:var(--screen-muted)}.catalog-filter-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--screen-dim);font:500 .6875rem var(--interface-font-family)}.catalog-filter-options{display:grid;gap:2px;max-height:min(230px,32dvh);min-height:0;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-width:thin;touch-action:pan-y}.catalog-filter-options[data-scroll]{height:min(230px,32dvh);contain:layout paint}.catalog-filter-options>label{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;min-height:36px;padding:5px 7px;border-radius:6px;color:var(--screen-muted);cursor:pointer}.catalog-filter-options>label:hover,.catalog-filter-options>label[data-selected]{background:var(--console-hover);color:var(--screen-white)}.catalog-filter-options .ui-checkbox{display:grid;place-items:center;width:17px;height:17px;border:1px solid var(--shell-line-strong);border-radius:5px;background:var(--console-inset);color:transparent}.catalog-filter-options .ui-checkbox[data-checked]{border-color:var(--brand-blurple);background:var(--brand-blurple);color:white}.catalog-filter-options .ui-checkbox:focus-visible{box-shadow:0 0 0 3px var(--brand-blurple-wash)}.catalog-filter-options label>span:last-child{display:grid;min-width:0}.catalog-filter-options strong{overflow:hidden;font-size:.6875rem;font-weight:540;text-overflow:ellipsis;white-space:nowrap}.catalog-filter-options small{margin-top:2px;overflow:hidden;color:var(--screen-muted);font-size:.5625rem;text-overflow:ellipsis;white-space:nowrap}.catalog-filter-options>p{display:flex;align-items:center;gap:6px;margin:8px;color:var(--screen-muted);font-size:.6875rem}.catalog-range-filter{display:grid;gap:10px;padding:0 14px 14px;border-bottom:1px solid var(--shell-line)}.catalog-range-filter>header{min-height:42px;padding:0}.catalog-range-filter>header span{display:inline-flex;align-items:center;gap:7px}.catalog-range-filter>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.catalog-range-filter label{display:grid;gap:5px;color:var(--screen-muted);font-size:.625rem}.catalog-range-filter input{width:100%;min-width:0;min-height:36px;padding:0 9px;border:1px solid var(--shell-line);border-radius:7px;outline:0;background:var(--console-inset);color:var(--screen-white);font:500 .6875rem var(--interface-font-family)}.catalog-range-filter input:focus{border-color:var(--brand-blurple);box-shadow:0 0 0 3px var(--brand-blurple-wash)}.catalog-results-panel{position:relative;min-width:0;animation:catalog-panel-in var(--motion-normal) var(--ease-out) 70ms both;transition:opacity var(--motion-quick) var(--ease-out)}.catalog-context-rail{display:none;min-width:0}.catalog-context-rail>section{padding:16px;border:1px solid var(--shell-line);border-radius:11px;background:var(--console-panel)}.catalog-context-card>header,.catalog-context-navigation>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:8px}.catalog-context-card>header>strong,.catalog-context-navigation strong{color:var(--screen-white);font-size:.6875rem;font-weight:610}.catalog-context-card>header>span{display:grid;place-items:center;min-width:20px;height:20px;padding-inline:5px;border-radius:6px;background:var(--brand-blurple-wash);color:var(--tonal-brand-text);font-size:.625rem;font-weight:650}.catalog-context-card dl{display:grid;gap:8px;margin:13px 0 0}.catalog-context-card dl>div{display:flex;justify-content:space-between;gap:10px;padding-bottom:8px;border-bottom:1px solid var(--shell-line)}.catalog-context-card dd,.catalog-context-card dt{margin:0;font-size:.625rem}.catalog-context-card dt{color:var(--screen-muted)}.catalog-context-card dd{overflow:hidden;color:var(--screen-dim);font-weight:560;text-align:right;text-overflow:ellipsis;white-space:nowrap}.catalog-context-chips{display:grid;gap:4px;margin-top:12px}.catalog-context-chips button{display:grid;grid-template-columns:minmax(0,1fr) 14px;align-items:center;gap:7px;min-height:32px;padding:0 8px;border:1px solid rgb(88 101 242/18%);border-radius:7px;background:var(--brand-blurple-wash);color:var(--tonal-brand-text);font-size:.625rem;text-align:left}.catalog-context-chips button:hover{border-color:rgb(88 101 242/34%);background:rgb(88 101 242/18%);color:var(--tonal-brand-text)}.catalog-context-chips button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-context-card>p{margin:13px 0 0;color:var(--screen-muted);font-size:.625rem;line-height:1.5}.catalog-context-card>a{display:inline-flex;align-items:center;min-height:30px;margin-top:9px;color:var(--screen-muted);font-size:.625rem;font-weight:580}.catalog-context-card>a:hover{color:var(--screen-white)}.catalog-context-navigation>div:first-child>span{color:var(--screen-muted);font-size:.625rem}.catalog-context-navigation>div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:12px}.catalog-context-navigation button{min-width:0;min-height:38px;border:1px solid var(--shell-line);border-radius:7px;background:var(--console-raised);color:var(--screen-dim);font-size:.625rem;font-weight:600}.catalog-context-navigation button:hover:not(:disabled){border-color:var(--shell-line-strong);background:var(--console-hover);color:var(--screen-white)}.catalog-context-navigation button:disabled{opacity:.34}.catalog-results-panel:before{position:absolute;z-index:8;top:0;left:0;width:100%;height:2px;border-radius:2px;background:var(--brand-blurple);content:"";opacity:0;transform:scaleX(.15);transform-origin:left}.catalog-search-page[data-pending] .catalog-results-panel{opacity:.58;pointer-events:none}.catalog-search-page[data-pending] .catalog-results-panel:before{opacity:1;animation:catalog-loading-line .9s ease-in-out infinite alternate}.catalog-results-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:62px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid var(--shell-line)}.catalog-results-heading h2{margin:5px 0 0;color:var(--screen-white);font-size:1.1875rem;font-weight:630;letter-spacing:-.035em}.catalog-results-heading p{margin:5px 0 0;color:var(--screen-muted);font-size:.6875rem}.catalog-sort-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;min-width:172px;min-height:38px;padding:0 10px;background:var(--console-inset);color:var(--screen-dim);font-size:.75rem;font-weight:560}.catalog-sort-menu,.catalog-sort-trigger{border:1px solid var(--shell-line-strong);border-radius:8px}.catalog-sort-menu{min-width:var(--anchor-width);padding:5px;background:var(--overlay-panel);box-shadow:0 18px 48px var(--overlay-shadow);transform-origin:var(--transform-origin);animation:quick-menu-in var(--motion-quick) var(--ease-out)}.catalog-sort-menu[data-closed]{animation:menu-out var(--motion-instant) var(--ease-in)}.catalog-sort-option{display:grid;grid-template-columns:minmax(0,1fr) 18px;align-items:center;min-height:36px;padding:0 8px;border-radius:5px;outline:0;color:var(--screen-dim);font-size:.75rem;cursor:pointer}.catalog-sort-option[data-checked],.catalog-sort-option[data-highlighted]{background:var(--console-hover);color:var(--screen-white)}.catalog-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:24px 14px}.catalog-result-entry{min-width:0;animation:catalog-panel-in var(--motion-normal) var(--ease-out) both;animation-delay:calc(var(--result-index) * 24ms)}.catalog-results-empty{display:grid;justify-items:center;gap:8px;min-height:300px;padding:64px 24px;border:1px solid var(--shell-line);border-radius:11px;color:var(--screen-muted);text-align:center}.catalog-results-empty h2{margin:4px 0 0;color:var(--screen-white);font-size:1.0625rem}.catalog-results-empty p{max-width:440px;margin:0;font-size:.6875rem;line-height:1.6}.catalog-results-empty a{min-height:36px;margin-top:8px;padding:0 12px;border-radius:7px;background:var(--brand-blurple-wash);color:var(--tonal-brand-text);font-size:.6875rem;font-weight:600;line-height:36px}.catalog-search-hero-loading{min-height:164px}.catalog-search-hero-loading .catalog-search-hero-copy>span:first-child{width:min(360px,82%);height:30px}.catalog-search-hero-loading .catalog-search-hero-copy>span:nth-child(2){width:min(420px,94%);height:10px;margin:0}.catalog-search-form-loading{width:100%;height:48px;margin:0;border-radius:11px;background:var(--console-inset)}.catalog-search-scope-loading{display:flex;gap:6px;margin-top:20px;padding-bottom:10px;border-bottom:1px solid var(--shell-line)}.catalog-search-scope-loading>span{width:96px;height:38px;border-radius:8px}.catalog-results-loading>header{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:62px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid var(--shell-line)}.catalog-results-loading>header>div:first-child{display:grid;gap:6px;width:min(100%,280px)}.catalog-results-loading>header>div:first-child span{width:58px;height:8px}.catalog-results-loading>header>div:first-child i:nth-child(2){width:190px;height:20px}.catalog-results-loading>header>div:first-child i:nth-child(3){width:132px;height:8px}.catalog-filter-trigger-loading{flex:0 0 130px;width:130px;height:38px;border-radius:8px}.catalog-sort-loading{flex:0 0 172px;width:172px;height:38px;border-radius:8px}.catalog-results-loading-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:24px 14px}.catalog-result-loading{display:grid;gap:7px;min-width:0}.catalog-result-loading>i{aspect-ratio:3/4}.catalog-result-loading>span:nth-child(2){width:82%;height:11px;margin-top:2px}.catalog-result-loading>span:nth-child(3){width:62%;height:8px}.catalog-context-loading>section{display:grid;gap:10px}.catalog-context-loading span{width:68%;height:9px}.catalog-context-loading i{width:100%;height:32px}.catalog-context-loading>section:first-child i:first-of-type{width:48%;height:28px}.catalog-context-loading>section:first-child i:last-child{width:88%;height:8px}@media (min-width:1440px){.catalog-search-workspace{grid-template-columns:minmax(0,1fr) 224px;gap:24px}.catalog-search-page:not(.entity-search-page)>.catalog-active-filters{display:none}.catalog-context-rail{position:sticky;top:80px;display:grid;gap:12px;animation:catalog-rail-in var(--motion-normal) var(--ease-out) var(--motion-instant) both}}@media (max-width:960px){.catalog-search-page{padding-inline:24px}.catalog-search-workspace{gap:20px}.catalog-results-grid,.catalog-results-loading-grid{grid-template-columns:repeat(auto-fill,minmax(124px,1fr))}}@media (max-width:700px){.catalog-search-page{padding:22px 14px 48px}.catalog-search-hero{gap:8px;padding:18px;border-radius:11px}.catalog-search-hero h1{font-size:1.5625rem}.catalog-search-main-form{grid-template-columns:minmax(0,1fr) auto auto;min-height:48px;margin-top:6px;gap:4px;padding:5px 6px 5px 12px}.catalog-search-workspace{margin-top:16px}.catalog-results-heading{align-items:stretch;flex-direction:column}.catalog-results-tools{display:grid;grid-template-columns:auto minmax(0,1fr);width:100%}.catalog-results-tools .catalog-sort-trigger{width:auto;min-width:0}.catalog-filter-dialog{top:auto;bottom:0;left:0;width:100%;height:min(78dvh,640px);max-height:78dvh;border-radius:15px 15px 0 0;transform:none}.catalog-filter-dialog[data-open]{animation-name:modal-sheet-in}.catalog-filter-dialog[data-closed]{animation-name:modal-sheet-out}.catalog-filter-dialog-actions{padding-bottom:max(12px,env(safe-area-inset-bottom))}.catalog-results-grid,.catalog-results-loading-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px}.catalog-results-loading>header{align-items:stretch;flex-direction:column}.catalog-results-loading .catalog-sort-loading{width:auto}.catalog-search-hero-loading .catalog-search-hero-copy>span:first-child{width:90%;height:25px}.catalog-search-hero-loading .catalog-search-hero-copy>span:nth-child(2){width:100%}.catalog-search-form-loading{height:48px;margin-top:6px}.catalog-search-scope-loading{overflow:hidden}.catalog-search-scope-loading>span{flex:0 0 92px}.catalog-active-filters{flex-wrap:nowrap;max-width:100%;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.catalog-active-filters button,.catalog-active-filters>a{flex:0 0 auto}}@media (max-width:420px){.catalog-search-page{padding-inline:12px}.catalog-search-hero{padding-inline:15px}.catalog-search-hero h1{font-size:1.5625rem}.catalog-results-grid,.catalog-results-loading-grid{gap:20px 10px}}@media (prefers-reduced-motion:reduce){.catalog-active-filters button,.catalog-context-rail,.catalog-filter-group[open]>div,.catalog-result-entry,.catalog-results-panel,.catalog-search-hero,.catalog-search-page[data-pending] .catalog-results-panel:before{animation:none;transform:none}.catalog-filter-dialog[data-state],.catalog-filter-overlay[data-state],.catalog-sort-menu[data-state]{animation:none}}:root[data-theme=light] .catalog-search-main-form,:root[data-theme=light] .catalog-sort-trigger{background:var(--control-focus);box-shadow:inset 0 1px 0 rgb(255 255 255/80%),0 1px 3px rgb(38 42 52/6%)}.search-scope-tabs{margin-top:14px;overflow-x:auto;scrollbar-width:none}.search-scope-tabs::-webkit-scrollbar{display:none}.search-scope-tabs a{flex:0 0 auto}.entity-search-results{min-width:0}.entity-search-results>header{align-items:end}.entity-search-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.entity-result-card{display:flex;min-width:0;gap:12px;padding:14px;border:1px solid var(--shell-line);border-radius:10px;background:var(--console-panel)}.entity-result-card:hover{border-color:color-mix(in srgb,var(--brand-blurple) 38%,var(--shell-line));background:var(--console-hover)}.entity-result-mark{position:relative;display:grid;flex:0 0 56px;width:56px;height:56px;place-items:center;overflow:hidden;border:1px solid var(--shell-line);border-radius:9px;background:var(--console-raised);color:var(--screen-muted)}.entity-result-company img{object-fit:contain;padding:5px}.entity-result-copy{display:block;min-width:0}.entity-result-copy strong{display:flex;align-items:center;min-width:0;gap:5px;overflow:hidden;color:var(--screen-white);font-size:.875rem;text-overflow:ellipsis;white-space:nowrap}.entity-result-copy small{display:flex;align-items:center;gap:3px;margin-top:4px;color:var(--screen-muted);font-size:.6875rem}.entity-result-copy p{display:-webkit-box;margin-top:7px;overflow:hidden;color:var(--screen-muted);font-size:.75rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.entity-results-empty{min-height:220px}.catalog-context-navigation a,.catalog-context-navigation div:last-child>span{display:inline-flex;align-items:center;justify-content:center;min-width:0;min-height:38px;border:1px solid var(--shell-line);border-radius:7px;background:var(--console-raised);color:var(--screen-dim);font-size:.625rem;font-weight:600}.catalog-context-navigation a:hover{border-color:var(--shell-line-strong);background:var(--console-hover);color:var(--screen-white)}.catalog-context-navigation div:last-child>span[aria-disabled=true]{opacity:.34}@media (max-width:700px){.search-scope-tabs{margin-inline:-2px;padding-inline:2px}.entity-search-grid{grid-template-columns:1fr}}