.cs-echo-main{flex:1 1 auto;min-height:0;overflow-y:auto}.cs-topnav:after{background:dimgray}.echo-topnav-name{position:relative;margin-left:var(--s-2);font-size:1.05rem;font-weight:500;color:hsla(0,0%,100%,.95);line-height:1}.echo-topnav-name:after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:2px;border-radius:1px;background:var(--color-status-info)}.cs-toolbar-licensed{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:var(--t-xs);color:var(--text-faint);white-space:nowrap;pointer-events:none}.echo-skel__row,.echo-skel__toolbar{border-radius:var(--r-input);background:linear-gradient(90deg,var(--surface-sunk) 25%,var(--color-action-primary-100) 37%,var(--surface-sunk) 63%);background-size:400% 100%;animation:pg-skel-pulse 1.4s ease infinite}.echo-skel__toolbar{height:34px;margin-bottom:var(--s-4)}.echo-skel__row{height:18px;margin-bottom:var(--s-3)}.echo-skel__row:nth-child(3n){width:92%}.echo-skel__row:nth-child(3n+1){width:100%}.echo-skel__row:nth-child(3n+2){width:96%}@media (prefers-reduced-motion:reduce){.echo-skel__row,.echo-skel__toolbar{animation:none}}.echo-table-wrap{display:flex;flex-direction:column;gap:var(--s-3)}.echo-table-toolbar{display:flex;align-items:center;gap:var(--s-3);flex-wrap:wrap}.echo-table-toolbar .input{max-width:320px}.echo-table-toolbar__spacer{flex:1 1 auto}.echo-table-count{color:var(--text-faint);font-size:var(--t-sm);white-space:nowrap;font-feature-settings:"tnum" 1}.echo-table-iconbtn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:none;border-radius:50%;background:none;color:var(--color-action-primary);cursor:pointer}.echo-table-iconbtn:hover{background:var(--color-action-primary-50)}.echo-table-iconbtn svg{width:16px;height:16px}.echo-table-segmented{display:flex;border:1px solid var(--border-strong);border-radius:var(--r-input);overflow:hidden}.echo-table-segmented button{background:var(--surface);border:none;border-left:1px solid var(--border-strong);padding:4px var(--s-3);font:inherit;font-size:var(--t-sm);font-weight:600;color:var(--text-body);cursor:pointer;white-space:nowrap}.echo-table-segmented button:first-child{border-left:none}.echo-table-segmented button:hover:not(:disabled){background:var(--surface-sunk)}.echo-table-segmented button:disabled{color:var(--text-faint);cursor:default}.echo-colpicker{position:relative}.echo-colpicker__panel{position:absolute;top:calc(100% + 6px);right:0;z-index:20;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-md);box-shadow:var(--sh-md,0 6px 18px rgba(0,0,0,.12));padding:var(--s-3);min-width:220px;max-height:320px;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.echo-colpicker__row{display:flex;align-items:center;gap:8px;font-size:var(--t-sm);color:var(--text-body);cursor:pointer}.echo-table__sort{background:none;border:none;padding:0;font:inherit;font-weight:700;cursor:pointer;color:inherit;text-align:left;white-space:nowrap}.echo-table__sort:disabled{cursor:default}.echo-table__empty{text-align:center;padding:var(--s-6);color:var(--text-faint)}.echo-table tbody td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:320px}.echo-table tbody tr.is-selected{background:var(--color-action-primary-50)}.echo-table-pager{display:flex;align-items:center;justify-content:center;gap:var(--s-2);margin-top:var(--s-1)}.echo-table-pager__nav{background:none;border:none;padding:4px var(--s-2);font:inherit;font-size:var(--t-sm);font-weight:600;color:var(--text-body);cursor:pointer;border-radius:var(--r-sm);white-space:nowrap}.echo-table-pager__nav:hover:not(:disabled){background:var(--surface-sunk)}.echo-table-pager__nav:disabled{color:var(--text-faint);cursor:default}.echo-table-pager__pages{display:flex;align-items:center;gap:2px}.echo-table-pager__page{min-width:30px;height:30px;padding:0 6px;border:none;border-radius:var(--r-sm);background:none;font:inherit;font-size:var(--t-sm);color:var(--text-body);cursor:pointer;font-feature-settings:"tnum" 1}.echo-table-pager__page:hover{background:var(--surface-sunk)}.echo-table-pager__page.is-current{background:var(--color-action-primary);color:var(--color-action-primary-ink);font-weight:700}.echo-table-pager__ellipsis{padding:0 4px;color:var(--text-faint)}.echo-fullscreen-panel:-webkit-full-screen{background:var(--bg);padding:var(--s-5);overflow:auto;width:100%;height:100%}.echo-fullscreen-panel:fullscreen{background:var(--bg);padding:var(--s-5);overflow:auto;width:100%;height:100%}.echo-info-tip{position:relative}.echo-info-tip,.echo-info-tip__icon{display:inline-flex;align-items:center}.echo-info-tip__icon{justify-content:center;width:18px;height:18px;padding:0;border-radius:50%;border:1.5px solid var(--text-faint);background:none;color:var(--text-faint);font-size:12px;font-weight:700;line-height:1;font-family:inherit;cursor:help;transition:border-color var(--t-fast) var(--ease),color var(--t-fast) var(--ease)}.echo-info-tip:focus-within .echo-info-tip__icon,.echo-info-tip:hover .echo-info-tip__icon{border-color:var(--color-action-primary);color:var(--color-action-primary)}.echo-info-tip__bubble{position:absolute;top:calc(100% + 8px);left:0;z-index:30;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-md);box-shadow:var(--sh-md,0 6px 18px rgba(0,0,0,.12));padding:var(--s-2) var(--s-3);width:max-content;max-width:340px;font-size:var(--t-sm);font-weight:400;color:var(--text-body);line-height:1.5;text-align:left;opacity:0;visibility:hidden;transform:translateY(-4px);pointer-events:none;transition:opacity var(--t-fast) var(--ease),transform var(--t-fast) var(--ease),visibility var(--t-fast)}.echo-info-tip:focus-within .echo-info-tip__bubble,.echo-info-tip:hover .echo-info-tip__bubble{opacity:1;visibility:visible;transform:translateY(0)}:root{--font-display:var(--font-public-sans),"Hanken Grotesk",-apple-system,sans-serif;--font-ui:var(--font-public-sans),"Hanken Grotesk",-apple-system,sans-serif;--font-mono:var(--font-geist-mono),"JetBrains Mono",ui-monospace,"SFMono-Regular",monospace}