/* Figma pane drawings (frames 05 and 08). Drawn with the plugin's own dark
   palette from real starter-token data. Not an imitation of Figma chrome: no
   toolbar, tabs, or marks. Owner decision 2026-08-29: these ship as final art;
   the .stand-in machinery in listing.css remains available if a real capture
   is ever preferred (see README). */
.pane-zoom { zoom: var(--pl-zoom, 2); width: 100%; height: 100%; }
/* swatch fills, named after the starter tokens */
.sw-white { background: var(--tok-white); }
.sw-ink { background: var(--tok-ink); }
.sw-gray-50 { background: var(--tok-gray-50); }
.sw-gray-900 { background: var(--tok-gray-900); }
.sw-blue-500 { background: var(--tok-blue-500); }
.sw-blue-700 { background: var(--tok-blue-700); }
.sw-scrim { background: var(--tok-scrim); }
.pane {
  font: 400 11px/16px Inter, system-ui, sans-serif; color: var(--f-text);
  background: var(--f-bg); width: 100%; height: 100%; overflow: hidden;
}
.pane-head { height: 40px; padding: 0 12px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--f-border); }
.pane-title { font-weight: 600; }
.pane-tabs { display: flex; gap: 6px; }
.pane-tab { padding: 2px 8px; border-radius: 3px; color: var(--f-text2); }
.pane-tab--on { background: var(--f-bg3); color: var(--f-text); }
.pane-cols, .pane-row { display: grid; grid-template-columns: 1.4fr 1fr 1fr; align-items: center; height: 32px; padding: 0 12px; }
.pane-cols { color: var(--f-text2); border-bottom: 1px solid var(--f-border); }
.pane-row { border-bottom: 1px solid var(--f-border-60); }
.pane-name { display: flex; align-items: center; gap: 8px; min-width: 0; }
.pane-name span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sw { width: 16px; height: 16px; border-radius: 3px; flex-shrink: 0; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12); }
.sw--round { border-radius: 50%; }
.alias { display: inline-flex; align-items: center; gap: 6px; height: 20px; padding: 0 6px; border-radius: 3px; background: var(--f-bg2); color: var(--f-text); white-space: nowrap; }
.alias .sw { width: 12px; height: 12px; }
.val { display: inline-flex; align-items: center; gap: 6px; color: var(--f-text); white-space: nowrap; }

/* local styles list */
.pane-group { padding: 8px 12px 4px; color: var(--f-text2); font-size: 11px; display: flex; align-items: center; justify-content: space-between; }
.pane-style { display: flex; align-items: center; gap: 8px; height: 32px; padding: 0 12px; }
.pane-style .ag { width: 24px; text-align: center; font-weight: 600; color: var(--f-text); flex-shrink: 0; }
.pane-style .meta { color: var(--f-text2); margin-left: auto; white-space: nowrap; }
