.periodic-table-container.svelte-1wthevn{container-type:inline-size}div.periodic-table.svelte-1wthevn{display:grid;grid-template-columns:repeat(18,1fr);position:relative;container-type:inline-size;gap:var(--ptable-gap, .3cqw)}div.periodic-table.svelte-1wthevn .auto-colorbar-inset{place-items:center;padding:clamp(.3em,1.5cqw,1em) clamp(.4em,3cqw,2em);--cbar-font-size: clamp(7pt, 1.8cqw, 9pt);--cbar-thickness: clamp(8px, 2.5cqw, 14px)}div.periodic-table.svelte-1wthevn .auto-colorbar-inset .colorbar{width:90%}div.spacer.svelte-1wthevn{grid-row:8;aspect-ratio:var(--ptable-spacer-ratio, 2)}.tooltip.svelte-1wthevn{position:absolute;transform:translate(-50%,-10%);background:var( --tooltip-bg, light-dark(rgba(255, 255, 255, .95), rgba(0, 0, 0, .85)) );color:var(--tooltip-color, light-dark(#222, #eee));padding:var(--tooltip-padding, 4px 6px);border-radius:var(--tooltip-border-radius, var(--border-radius, 3pt));font-size:var(--tooltip-font-size, 14px);text-align:var(--tooltip-text-align, center);line-height:var(--tooltip-line-height, 1.2);z-index:var(--tooltip-z-index, 2);pointer-events:none;box-shadow:var( --tooltip-shadow, light-dark(0 2px 8px rgba(0, 0, 0, .15), 0 2px 8px rgba(0, 0, 0, .4)) )}.tooltip.svelte-1wthevn:before{content:"";position:absolute;top:-15%;left:50%;transform:translate(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid var(--tooltip-bg, light-dark(rgba(255, 255, 255, .95), rgba(0, 0, 0, .85)));box-sizing:border-box;margin:0 auto}.controls-grid.svelte-18mwnip{display:grid;grid-template-columns:var(--ptable-ctrl-columns, repeat(auto-fit, minmax(320px, 1fr)));gap:var(--ptable-ctrl-gap, 1.5em);margin:var(--ptable-ctrl-margin, 2em auto);padding:0 1em;max-width:1200px}section.svelte-18mwnip{background:var(--surface-bg);border-radius:6px;padding:6pt 2ex}section.svelte-18mwnip h3:where(.svelte-18mwnip){display:flex;justify-content:space-between;align-items:center;margin:0 0 .8em;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:.3em;max-height:max-content}button.section-reset.svelte-18mwnip{background:#ffffff1a;border:1px solid rgba(255,255,255,.2)}section.svelte-18mwnip>label:where(.svelte-18mwnip){display:flex;align-items:center;gap:.5em;margin:.6em 0;font-size:.9em;flex-wrap:wrap}section.svelte-18mwnip>label:where(.svelte-18mwnip)>span:where(.svelte-18mwnip){min-width:100px;font-weight:500;font-size:.85em}section.svelte-18mwnip>label:where(.svelte-18mwnip) input[type=range]:where(.svelte-18mwnip){flex:1;margin:0 .3em}section.svelte-18mwnip>label:where(.svelte-18mwnip) input[type=number]:where(.svelte-18mwnip){width:60px;padding:2px 4px;border-radius:3px}section.svelte-18mwnip>label:where(.svelte-18mwnip) input[type=text]:where(.svelte-18mwnip){flex:1;padding:4px 6px;border-radius:3px}section.svelte-18mwnip>label:where(.svelte-18mwnip) input[type=color]:where(.svelte-18mwnip){width:50px;height:20px;border-radius:3px;border:1px solid var(--border-color)}section.svelte-18mwnip>label:where(.svelte-18mwnip) select:where(.svelte-18mwnip){flex:1;padding:4px 6px;border-radius:3px;cursor:pointer}section.svelte-18mwnip>label:where(.svelte-18mwnip) button:where(.svelte-18mwnip){background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:3px;padding:3px 6px;font-size:.8em;opacity:.7;transition:opacity .2s}section.svelte-18mwnip>label:where(.svelte-18mwnip) button:where(.svelte-18mwnip):hover{opacity:1}.category-colors.svelte-18mwnip{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.category-colors.svelte-18mwnip label:where(.svelte-18mwnip){margin:0;display:flex;align-items:center;gap:6pt;flex-wrap:nowrap;text-transform:capitalize;transition:background-color .2s}.category-colors.svelte-18mwnip label:where(.svelte-18mwnip) span:where(.svelte-18mwnip){flex:1;min-width:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.category-colors.svelte-18mwnip input[type=color]:where(.svelte-18mwnip){width:25px;height:25px;min-width:25px;min-height:25px;border-radius:50%;overflow:hidden;cursor:pointer}.table-inset.svelte-1l4kuwj{display:grid;box-sizing:border-box;grid-row:var(--ptable-inset-row, 1 / span 3);grid-column:var(--ptable-inset-col, 3 / span 10);container-type:inline-size;container-name:table-inset;overflow:visible;padding:var(--ptable-inset-padding, 0 0 5px 15px)}.table-container.svelte-1euy7ji{font-size:var(--heatmap-font-size, .9em);width:fit-content;max-width:100%;margin:0 auto;position:relative}.table-scroll.svelte-1euy7ji{position:relative}.table-scroll.has-scroll.svelte-1euy7ji{overflow:auto;border:1px solid var(--border, #333)}table.svelte-1euy7ji{border-collapse:separate;border-spacing:0;display:table}th.svelte-1euy7ji,td.svelte-1euy7ji{padding:var(--heatmap-cell-padding, 1pt 5pt);text-align:var(--heatmap-text-align, left);border:var(--heatmap-cell-border, none);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}th.svelte-1euy7ji{background:var(--heatmap-header-bg, var(--page-bg, Canvas));position:sticky;top:0;z-index:2;cursor:pointer;-webkit-user-select:none;user-select:none}th.svelte-1euy7ji:hover{background:var(--heatmap-header-hover-bg, var(--nav-bg))}th.dragging.svelte-1euy7ji{opacity:.4;cursor:grabbing}th[data-drag-side=left].svelte-1euy7ji{border-left:4px solid var(--highlight, #4a9eff)}th[data-drag-side=right].svelte-1euy7ji{border-right:4px solid var(--highlight, #4a9eff)}th[draggable=true].svelte-1euy7ji{cursor:grab}th.sticky-col.svelte-1euy7ji{position:sticky;left:0;top:0;background:var(--heatmap-header-bg, var(--page-bg, Canvas));z-index:4;border-right:1px solid var(--border, #ddd)}td.sticky-col.svelte-1euy7ji{position:sticky;left:0;background:var(--page-bg, Canvas);z-index:1;border-right:1px solid var(--border, #ddd)}tbody.svelte-1euy7ji tr:where(.svelte-1euy7ji):hover{filter:var(--heatmap-row-hover-filter, brightness(1.1))}td[data-sort-value].svelte-1euy7ji{cursor:default}.group-header.svelte-1euy7ji th:where(.svelte-1euy7ji){text-align:center;border-bottom:1px solid var(--border)}.group-header.svelte-1euy7ji th.sticky-col:where(.svelte-1euy7ji){z-index:5}.control-buttons.svelte-1euy7ji{display:flex;justify-content:flex-end;align-items:center;gap:2px;margin-bottom:4px;opacity:0;pointer-events:none;transition:opacity .15s}.table-container.svelte-1euy7ji:hover .control-buttons:where(.svelte-1euy7ji),.control-buttons.svelte-1euy7ji:focus-within{opacity:1;pointer-events:auto}.icon-btn.svelte-1euy7ji{padding:5px 8px;border:none;border-radius:4px;background:light-dark(rgba(0,0,0,.06),rgba(255,255,255,.1));color:light-dark(#333,#ddd);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px;font-size:.95em}.icon-btn.svelte-1euy7ji svg{width:16px;height:16px}.icon-btn.svelte-1euy7ji:hover{background:light-dark(rgba(0,0,0,.12),rgba(255,255,255,.2))}.icon-btn.active.svelte-1euy7ji{background:light-dark(rgba(0,0,0,.15),rgba(255,255,255,.25))}.selection-badge.svelte-1euy7ji{position:relative}.selection-badge.svelte-1euy7ji .badge:where(.svelte-1euy7ji){background:var(--highlight, #4a9eff);color:#fff;font-size:.7em;padding:1px 4px;border-radius:8px;min-width:14px;text-align:center}.dropdown-wrapper.svelte-1euy7ji{position:relative}.dropdown-pane.svelte-1euy7ji{position:absolute;top:100%;right:0;margin-top:4px;padding:4px 0;background:light-dark(rgba(255,255,255,.98),rgba(30,30,30,.98));border:1px solid light-dark(rgba(0,0,0,.12),rgba(255,255,255,.15));border-radius:6px;box-shadow:0 4px 12px light-dark(rgba(0,0,0,.15),rgba(0,0,0,.4));max-height:280px;overflow-y:auto;z-index:100;color:light-dark(#333,#eee);font-size:.95em}.dropdown-option.svelte-1euy7ji{display:flex;align-items:center;gap:8px;padding:3px 6px;cursor:pointer;font-size:.95em;white-space:nowrap;background:transparent;border:none;color:inherit;width:100%;text-align:left}.dropdown-option.svelte-1euy7ji:hover{background:light-dark(rgba(0,0,0,.06),rgba(255,255,255,.1))}label.dropdown-option.svelte-1euy7ji{padding:4px 10px;gap:6px}.search-input.svelte-1euy7ji{padding:5px 8px;border:1px solid light-dark(rgba(0,0,0,.15),rgba(255,255,255,.2));border-radius:4px;background:light-dark(rgba(255,255,255,.9),rgba(0,0,0,.3));color:light-dark(#333,#eee);font-size:.95em;width:120px;box-sizing:border-box}.search-input.svelte-1euy7ji:focus{outline:1px solid var(--highlight, #4a9eff)}.search-input.svelte-1euy7ji::placeholder{color:light-dark(#999,#666)}.sort-hint.svelte-1euy7ji{text-align:center;font-size:.75em;color:var(--text-muted);padding:4px 0;opacity:0;transition:opacity .15s}.table-container.svelte-1euy7ji:hover .sort-hint:where(.svelte-1euy7ji),.sort-hint.permanent.svelte-1euy7ji{opacity:1}.not-sortable.svelte-1euy7ji{cursor:default}tr.highlight.svelte-1euy7ji{background-color:var(--nav-bg)!important}tr.highlight.svelte-1euy7ji,tr.highlight.svelte-1euy7ji a{color:var(--highlight)!important}.select-col.svelte-1euy7ji{width:30px;text-align:center;vertical-align:middle;padding:2px!important}.select-col.svelte-1euy7ji svg{display:block;margin:auto}tr.selected.svelte-1euy7ji{background:var(--highlight-bg, rgba(74, 158, 255, .15))!important}tr.selected.svelte-1euy7ji td:where(.svelte-1euy7ji){border-top:1px solid var(--highlight, #4a9eff);border-bottom:1px solid var(--highlight, #4a9eff)}.pagination.svelte-1euy7ji{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.page-btn.svelte-1euy7ji{padding:4px 10px;border:1px solid var(--border, #444);border-radius:4px;background:var(--page-bg, Canvas);color:inherit;cursor:pointer;font-size:1em}.page-btn.svelte-1euy7ji:hover:not(:disabled){background:var(--nav-bg, #333)}.page-btn.svelte-1euy7ji:disabled{opacity:.4;cursor:not-allowed}.page-info.svelte-1euy7ji{font-size:.9em;display:flex;align-items:center;gap:4px}.page-input.svelte-1euy7ji{min-width:1em!important;padding:2px 4px;border:1px solid light-dark(rgba(0,0,0,.2),rgba(255,255,255,.2));border-radius:3px;background:light-dark(#fff,#333);color:inherit;font-size:inherit;text-align:center;-moz-appearance:textfield;appearance:textfield}.page-input.svelte-1euy7ji::-webkit-outer-spin-button,.page-input.svelte-1euy7ji::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.page-input.svelte-1euy7ji:focus{outline:1px solid var(--highlight, #4a9eff)}.row-count.svelte-1euy7ji{color:var(--text-muted);font-size:.85em}.resize-handle.svelte-1euy7ji{position:absolute;right:0;top:0;bottom:0;width:4px;cursor:col-resize;background:transparent}.resize-handle.svelte-1euy7ji:hover,th.resizing.svelte-1euy7ji .resize-handle:where(.svelte-1euy7ji){background:var(--highlight, #4a9eff)}.loading-overlay.svelte-1euy7ji{position:absolute;inset:0;background:light-dark(rgba(255,255,255,.7),rgba(0,0,0,.5));display:flex;align-items:center;justify-content:center;z-index:10}.loading-spinner.svelte-1euy7ji{width:24px;height:24px;border:3px solid light-dark(#e5e7eb,#444);border-top-color:var(--highlight, #3b82f6);border-radius:50%;animation:svelte-1euy7ji-spin .8s linear infinite}@keyframes svelte-1euy7ji-spin{to{transform:rotate(360deg)}}
