html,body,#app{width:100%;height:100%;margin:0}body{font-family:v-sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app-theme-root{width:100%;height:100%;font-size:var(--assethub-font-size-base, 14px)}*{box-sizing:border-box}.page{padding:16px;font-size:inherit}.toolbar,.query-panel,.action-bar,.table-panel{display:flex}.toolbar{gap:8px;align-items:center;justify-content:space-between;margin-bottom:12px}.management-page,.tab-management-panel{display:flex;flex-direction:column;gap:12px}.query-panel{align-items:flex-end;justify-content:space-between;gap:12px}.query-form{flex:1;min-width:0}.query-actions{flex-shrink:0;margin-left:auto;white-space:nowrap}.query-actions .n-button{min-width:88px}.action-bar{justify-content:flex-end;gap:8px}.table-panel{min-width:0;flex-direction:column}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px}.form-grid .full-line{grid-column:1 / -1}@media(max-width:720px){.query-panel{align-items:stretch;flex-direction:column}.action-bar{justify-content:flex-start}.query-actions{margin-left:0}.form-grid{grid-template-columns:1fr}}
