.operator-registry-layout{display:grid;grid-template-columns:244px minmax(0,1fr);gap:20px;align-items:start}
.operator-registry-content{min-width:0}
.operator-geo-rail{position:sticky;top:calc(var(--lane-tabbar-h) + 12px);min-width:0;font-family:var(--font-display,inherit)}
.operator-geo-panel{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid var(--ctp-surface1);border-radius:12px;background:var(--ctp-surface0);max-height:calc(100dvh - var(--lane-tabbar-h) - 40px)}
.operator-geo-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px}
.operator-geo-heading strong{color:var(--ctp-text)}
.operator-geo-heading span{font-size:11px;color:var(--ctp-subtext0)}
.operator-geo-search{width:100%;min-width:0;flex:none;padding:9px 10px;border:1px solid var(--ctp-surface1);border-radius:8px;background:var(--ctp-base);color:var(--ctp-text);font-size:12px}
.operator-geo-search::placeholder{color:var(--ctp-overlay1)}
.operator-geo-list{min-height:0;overflow-y:auto;overscroll-behavior:contain}
.operator-geo-group + .operator-geo-group{margin-top:14px}
.operator-geo-tier{display:flex;align-items:center;gap:5px;width:100%;padding:6px 0;text-align:left;color:var(--ctp-subtext0)}
.operator-geo-tier>svg{width:12px;height:12px;flex:none;transition:transform .15s}
.operator-geo-tier>svg.open{transform:rotate(90deg)}
.operator-geo-tier img{width:16px;height:16px;object-fit:contain;flex:none}
.operator-geo-tier b{font-size:11px;flex:none}
.operator-geo-tier span{font-size:10px;line-height:1.3}
.operator-geo-option{display:flex;align-items:center;gap:8px;min-height:36px;width:100%;padding:7px 9px;border-radius:8px;text-align:left;color:var(--ctp-subtext0);font-size:12px}
.operator-geo-option:hover{background:color-mix(in srgb,var(--ctp-surface1) 50%,transparent);color:var(--ctp-text)}
.operator-geo-option[aria-pressed=true]{background:color-mix(in srgb,var(--ctp-mauve) 12%,transparent);color:var(--ctp-mauve);font-weight:600}
.operator-geo-option>svg{width:22px;height:18px;flex:none}
.operator-geo-option>.geo-flag{flex:none}
.operator-geo-option>span:not(.operator-geo-code){min-width:0;overflow-wrap:anywhere}
.operator-geo-option small{margin-left:auto;font-size:11px;font-variant-numeric:tabular-nums;flex:none}
.operator-geo-code{display:inline-flex;align-items:center;justify-content:center;width:22px;flex:none;font-size:10px;font-weight:600;color:var(--ctp-overlay1)}
.operator-geo-all{flex:none;background:var(--ctp-base);border:1px solid var(--ctp-surface1)}
.operator-geo-empty{padding:14px 6px;font-size:12px;color:var(--ctp-subtext0)}
.operator-geo-trigger{display:none}
.operator-geo-rail button:focus-visible,.operator-geo-search:focus-visible{outline:2px solid var(--ctp-lavender);outline-offset:2px}
@media(max-width:1199px){
  .operator-registry-layout{display:flex;flex-direction:column;gap:16px}
  .operator-registry-content,.operator-geo-rail{width:100%}
  .operator-geo-rail{position:static}
  .operator-geo-trigger{display:flex;align-items:center;gap:8px;min-height:42px;padding:9px 12px;border:1px solid var(--ctp-surface1);border-radius:10px;background:var(--ctp-base);color:var(--ctp-subtext0);font-size:12px;max-width:100%}
  .operator-geo-trigger>svg{width:20px;height:20px;flex:none}
  .operator-geo-trigger>strong{color:var(--ctp-text);font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .operator-geo-trigger>.operator-geo-chevron{width:14px;height:14px;transition:transform .15s}
  .operator-geo-chevron.open{transform:rotate(180deg)}
  .operator-geo-panel{display:none;margin-top:8px;max-height:60dvh}
  .operator-geo-panel.is-open{display:flex}
  .operator-geo-search{font-size:16px}
  .operator-geo-option{min-height:42px;font-size:13px}
}
