.color-picker[data-v-443a98e2]{--un-bg-opacity:1;background-color:rgba(var(--rgb-color-base-white), var(--un-bg-opacity));flex-direction:column;justify-content:center;align-items:center;padding:.625rem;display:flex}.color-picker-row[data-v-443a98e2]{flex-direction:row;display:flex}.color-picker-row[data-v-443a98e2]>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(.25rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(.25rem * var(--un-space-x-reverse))}.color-selector[data-v-443a98e2]{-webkit-text-stroke-width:1px;-webkit-text-stroke-color:var(--nc-bg-default);border-radius:.25rem;width:1.5rem;height:1.5rem}.color-selector.is-labelled[data-v-443a98e2]{-webkit-text-stroke-width:0;border-radius:.75rem;justify-content:center;align-items:center;width:3rem;padding-left:.375rem;padding-right:.375rem;display:flex;overflow:hidden}.nc-color-selector-label[data-v-443a98e2]{text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:550;line-height:1;overflow:hidden}.color-selector[data-v-443a98e2]:hover{-webkit-filter:brightness(90%)}.color-selector.selected[data-v-443a98e2],.color-selector[data-v-443a98e2]:focus,.nc-more-colors-trigger[data-v-443a98e2]:focus{box-shadow:0 0 0 2px var(--nc-bg-default), 0 0 0 4px var(--nc-fill-primary);outline:none}[data-v-443a98e2] .vc-chrome-toggle-icon{margin-left:.75rem!important}[data-v-443a98e2] .vc-chrome-saturation-wrap{height:150px;padding-bottom:0}[data-v-443a98e2] .ant-tabs{overflow:visible!important}[data-v-443a98e2] .ant-tabs .ant-tabs-nav{padding-left:.25rem;padding-right:.25rem}[data-v-443a98e2] .ant-tabs .ant-tabs-nav .ant-tabs-nav-list{width:calc(var(--nc-color-picker-tab-bar-width) - 8px);gap:1.5rem}[data-v-443a98e2] .ant-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab{flex:1;justify-content:center;align-items:center;padding-top:.5rem;padding-bottom:.5rem;font-size:.75rem;font-weight:550;line-height:1rem;display:flex}[data-v-443a98e2] .ant-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab+.ant-tabs-tab{margin-left:0!important}[data-v-443a98e2] .ant-tabs .ant-tabs-content-holder .ant-tabs-content{height:100%}

/* ---------------------------------------------------------------------------
 * Vazirmatn overlay for NocoDB (nbtx eval lab).
 *
 * Appended to every built CSS chunk so it survives per-route code-splitting and
 * needs no proxy. One variable font file covers weights 100-900.
 *
 * NocoDB's grid is CANVAS, so this reaches only the DOM; the JS font literals
 * the grid feeds to ctx.font are patched separately in the Dockerfile.
 *
 * The * rule is blunt because NocoDB (Tailwind + Vuetify) sets font-family on
 * countless elements. Icon fonts, monospace and KaTeX are restored afterwards
 * and win on specificity, not order.
 * ------------------------------------------------------------------------- */

@font-face {
  font-family: 'Vazirmatn';
  src: url('/_nuxt/vazirmatn.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root { --nc-font: 'Vazirmatn', Inter, sans-serif; }

* {
  font-family: 'Vazirmatn', Inter, -apple-system, BlinkMacSystemFont,
               'Segoe UI', Roboto, sans-serif !important;
}

/* Icon fonts must never be re-fonted (higher specificity than *). */
.codicon, [class*="codicon"] { font-family: codicon !important; }
.material-symbols-outlined, .material-symbols, [class*="material-symbols"],
.material-icons {
  font-family: 'Material Symbols', 'Material Symbols Outlined', 'Material Icons' !important;
}
[class*="mdi"], .mdi { font-family: 'Material Design Icons' !important; }

/* Code stays monospace. */
code, pre, kbd, samp, tt,
[class*="mono"], [class*="monospace"],
.cm-editor, .cm-editor *, .cm-content, .cm-content *,
.monaco-editor, .monaco-editor * {
  font-family: 'JetBrainsMono', 'DM Mono', ui-monospace, SFMono-Regular,
               Menlo, Consolas, 'Liberation Mono', monospace !important;
}

/* KaTeX ships metrics-critical faces; overriding them breaks math layout. */
.katex, .katex * { font-family: KaTeX_Main, 'Times New Roman', serif !important; }
.katex .mathdefault, .katex .mathit { font-family: KaTeX_Math, serif !important; }

/* Preserve NocoDB's user-selectable serif/mono doc typography options. */
.nc-doc-font-serif .nc-doc-editor-content.ProseMirror,
.nc-doc-font-serif .nc-doc-editor-content.ProseMirror * {
  font-family: Georgia, 'Times New Roman', Times, serif !important;
}
.nc-doc-font-mono .nc-doc-editor-content.ProseMirror,
.nc-doc-font-mono .nc-doc-editor-content.ProseMirror * {
  font-family: 'JetBrainsMono', ui-monospace, monospace !important;
}

/* Persian reads better with slightly looser leading than Inter's Latin default. */
body { line-height: 1.6; }
