/* RECATOOLS — Vector Calculator look (indigo math family) */
.vc-wrap { padding: 1.25rem; }
.vc-dims { display: flex; gap: .5rem; margin-bottom: 1.1rem; }
.vc-dim { padding: .4rem .9rem; font-size: .85rem; font-weight: 600; color: #4338ca; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 999px; cursor: pointer; }
.vc-dim.is-active { background: #4f46e5; color: #fff; border-color: #4f46e5; }
.vc-inputs { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.vc-inputs > div.vc-vfield { display: flex; flex-direction: column; gap: .4rem; }
.vc-inputs label { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #9b968d; }
.vc-row { display: flex; gap: .5rem; }
.vc-comp { display: flex; align-items: center; gap: .3rem; }
.vc-comp-l { font-size: .8rem; color: #9b968d; font-family: ui-monospace, Menlo, monospace; }
.vc-cell { width: 64px; padding: .5rem; text-align: center; border: 1px solid #ebebeb; border-radius: 8px; font-size: 1rem; font-family: ui-monospace, Menlo, monospace; }
.vc-cell:focus { outline: none; border-color: #4f46e5; box-shadow: 0 0 0 3px rgba(79,70,229,.15); }
.vc-result { margin-top: 1.5rem; }
.vc-cards { display: flex; flex-wrap: wrap; gap: .6rem; }
.vc-card { flex: 1; min-width: 150px; padding: .7rem .9rem; background: #f5f3ff; border: 1px solid #ddd6fe; border-radius: 10px; display: flex; flex-direction: column; gap: .2rem; }
.vc-card-l { font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; color: #9b968d; font-weight: 700; }
.vc-card-v { font-size: 1.05rem; font-family: ui-monospace, Menlo, monospace; color: #4338ca; word-break: break-word; }
.vc-vecs { margin-top: 1rem; display: flex; flex-direction: column; gap: .5rem; }
.vc-vrow { display: flex; justify-content: space-between; gap: 1rem; padding: .6rem .9rem; background: #fafafa; border: 1px solid #ebebeb; border-radius: 10px; }
.vc-vrow-l { font-size: .85rem; color: #6b6760; }
.vc-vrow-v { font-family: ui-monospace, Menlo, monospace; color: #1a1814; font-size: .95rem; }
