#unitConverterWorkbench{--ucw-accent: var(--color-primary);--ucw-soft: var(--color-primary-light);--ucw-muted: var(--color-text-secondary);display:grid;gap:16px;max-width:100%;min-width:0}#unitConverterWorkbench,#unitConverterWorkbench *{box-sizing:border-box}#unitConverterWorkbench .info-box,#unitConverterWorkbench .ucw-panel,#unitConverterWorkbench .ucw-result-shell,#unitConverterWorkbench .ucw-result-card,#unitConverterWorkbench .ucw-section-head,#unitConverterWorkbench .ucw-category-tabs,#unitConverterWorkbench .ucw-controls,#unitConverterWorkbench .ucw-table-wrap{max-width:100%;min-width:0}#unitConverterWorkbench .ucw-panel,#unitConverterWorkbench .ucw-result-card{border:1px solid var(--color-border);background:var(--color-surface);border-radius:var(--radius-sm);padding:16px}#unitConverterWorkbench .ucw-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}#unitConverterWorkbench .ucw-section-head>div{min-width:0}#unitConverterWorkbench .ucw-kicker{margin:0 0 3px;color:var(--ucw-muted);font-size:12px;text-transform:uppercase}#unitConverterWorkbench .ucw-title,#unitConverterWorkbench .ucw-subtitle{margin:0;color:var(--color-text);line-height:1.25}#unitConverterWorkbench .ucw-title{font-size:18px}#unitConverterWorkbench .ucw-subtitle{font-size:15px}#unitConverterWorkbench .ucw-privacy{margin:0;padding:4px 8px;border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--ucw-muted);font-size:12px;white-space:nowrap}#unitConverterWorkbench .ucw-category-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:14px}#unitConverterWorkbench .ucw-category-tab{min-height:40px;padding:8px 6px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-background);color:var(--color-text);cursor:pointer;font-size:13px;line-height:1.2}#unitConverterWorkbench .ucw-category-tab:hover{border-color:var(--ucw-accent)}#unitConverterWorkbench .ucw-category-tab.active{border-color:var(--ucw-accent);background:var(--ucw-soft);color:var(--ucw-accent);font-weight:600}#unitConverterWorkbench .ucw-controls{display:grid;grid-template-columns:minmax(130px,1fr) minmax(150px,1fr) 40px minmax(150px,1fr) minmax(104px,.55fr);gap:10px;align-items:end}#unitConverterWorkbench .ucw-field{display:flex;flex-direction:column;gap:6px;min-width:0}#unitConverterWorkbench .ucw-field span{color:var(--ucw-muted);font-size:13px}#unitConverterWorkbench .ucw-field input,#unitConverterWorkbench .ucw-field select{width:100%}#unitConverterWorkbench .ucw-icon-btn{width:40px;height:40px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-background);color:var(--color-text);cursor:pointer;font-size:20px;line-height:1}#unitConverterWorkbench .ucw-icon-btn:hover{border-color:var(--ucw-accent);color:var(--ucw-accent)}#unitConverterWorkbench .ucw-actions{margin-top:12px}#unitConverterWorkbench .ucw-result-shell{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:12px}#unitConverterWorkbench .ucw-result-label{margin:0 0 8px;color:var(--ucw-muted);font-size:12px;text-transform:uppercase}#unitConverterWorkbench .ucw-primary-result{margin:0;color:var(--color-text);font-family:var(--font-mono);font-size:24px;line-height:1.35;overflow-wrap:anywhere}#unitConverterWorkbench .ucw-copy-status,#unitConverterWorkbench .ucw-formula-note{margin:0;color:var(--ucw-muted);font-size:13px;line-height:1.6}#unitConverterWorkbench .ucw-copy-status{min-height:20px;margin-top:8px}#unitConverterWorkbench .ucw-formula-note{font-family:var(--font-mono);overflow-wrap:anywhere}#unitConverterWorkbench .ucw-chip-grid{display:flex;flex-wrap:wrap;gap:8px}#unitConverterWorkbench .ucw-chip{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-background);color:var(--color-text);padding:7px 10px;cursor:pointer;font-size:13px;line-height:1.25}#unitConverterWorkbench .ucw-chip:hover{border-color:var(--ucw-accent);color:var(--ucw-accent)}#unitConverterWorkbench .ucw-table-wrap{overflow-x:auto;width:100%}#unitConverterWorkbench .ucw-output-table{width:100%;border-collapse:collapse;font-size:13px;min-width:560px}#unitConverterWorkbench .ucw-output-table th,#unitConverterWorkbench .ucw-output-table td{padding:9px 8px;border-bottom:1px solid var(--color-border);text-align:left;vertical-align:top}#unitConverterWorkbench .ucw-output-table th{color:var(--ucw-muted);font-weight:600}#unitConverterWorkbench .ucw-output-value{font-family:var(--font-mono);color:var(--color-text);overflow-wrap:anywhere}#unitConverterWorkbench .ucw-output-note{color:var(--ucw-muted)}@media(max-width:760px){#unitConverterWorkbench .ucw-category-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}#unitConverterWorkbench .ucw-controls{grid-template-columns:minmax(0,1fr) 40px minmax(0,1fr)}#unitConverterWorkbench .ucw-field:first-child,#unitConverterWorkbench .ucw-precision-field{grid-column:1 / -1}#unitConverterWorkbench .ucw-result-shell{grid-template-columns:1fr}}@media(max-width:430px){#unitConverterWorkbench .ucw-category-tabs,#unitConverterWorkbench .ucw-controls{grid-template-columns:1fr}#unitConverterWorkbench .ucw-icon-btn{width:100%}}
