/* RECATOOLS — Vesting Schedule Calculator */
.eq-inputs { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 1rem; margin-bottom: 1rem; }
@media (max-width: 560px) { .eq-inputs { grid-template-columns: minmax(0,1fr); } }
.eq-inputs label { display: block; font-size: .75rem; font-weight: 600; color: #6b6760; margin-bottom: .25rem; }
.eq-inputs .input-prefix-wrap { display: flex; align-items: stretch; border: 1px solid #ebebeb; border-radius: 6px; background: #fff; overflow: hidden; min-width: 0; }
.eq-inputs .ipx-label { padding: .5rem .65rem; background: #f0ede9; font-size: .8rem; font-weight: 600; color: #6b6760; white-space: nowrap; border-right: 1px solid #ebebeb; }
.eq-inputs .ipx-label.suffix { border-left: 1px solid #ebebeb; border-right: none; }
.eq-inputs input, .eq-inputs select { flex: 1; min-width: 0; border: none; padding: .5rem .65rem; font-size: .9rem; font-family: inherit; background: transparent; color: #1a1814; width: 100%; box-sizing: border-box; }
.eq-inputs input:focus, .eq-inputs select:focus { outline: none; box-shadow: inset 0 0 0 2px #E8472F; }
.calc-btn { width: 100%; margin: 1rem 0; padding: .75rem 1.25rem; background: #E8472F; color: #fff; border: none; border-radius: 8px; font-size: .95rem; font-weight: 700; cursor: pointer; font-family: inherit; }
.calc-btn:hover { background: #c8391f; }
#error-box { display: none; margin: .5rem 0 1rem; padding: .5rem .75rem; background: #fef2f2; border-left: 3px solid #dc2626; border-radius: 0 6px 6px 0; font-size: .85rem; color: #7f1d1d; }
.eq-results { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: .75rem; margin-top: 1rem; }
@media (max-width: 760px) { .eq-results { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 420px) { .eq-results { grid-template-columns: minmax(0,1fr); } }
.eq-stat { padding: 1rem; background: #fafaf9; border: 1px solid #ebebeb; border-radius: 12px; min-width: 0; }
.eq-stat--hi { background: #fef9c3; border-color: #fde047; }
.eq-stat-label { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #6b6760; }
.eq-stat-value { font-size: 1.35rem; font-weight: 800; font-family: 'IBM Plex Serif','DM Serif Display',serif; color: #1a1814; margin-top: .3rem; word-break: break-word; }
.eq-stat-sub { font-size: .75rem; color: #475569; margin-top: .2rem; }
.vest-progress { margin-top: 1rem; height: 14px; background: #f0ede9; border-radius: 999px; overflow: hidden; }
.vest-progress-bar { height: 100%; background: linear-gradient(90deg, #16a34a, #22c55e); border-radius: 999px; transition: width .3s; }
.vest-table-wrap { margin-top: 1.25rem; border: 1px solid #ebebeb; border-radius: 12px; overflow: hidden; }
.vest-table-head { padding: .65rem 1rem; background: #fafaf9; border-bottom: 1px solid #ebebeb; font-weight: 700; font-size: .9rem; color: #1a1814; }
.vest-scroll { max-height: 360px; overflow-y: auto; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.vest-table { width: 100%; border-collapse: collapse; font-size: .84rem; min-width: 440px; }
.vest-table thead { position: sticky; top: 0; background: #fff; box-shadow: 0 1px 0 #ebebeb; }
.vest-table th { padding: .5rem .75rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; color: #6b6760; text-align: right; background: #fafaf9; white-space: nowrap; }
.vest-table th:first-child { text-align: left; }
.vest-table td { padding: .45rem .75rem; border-bottom: 1px solid #f5f5f5; white-space: nowrap; }
.vest-table td.num { text-align: right; font-variant-numeric: tabular-nums; }
.vest-table tr.vest-past td { color: #166534; background: #f0fdf4; }
/* cache-buster: 2026-05-30T00:00:00Z */
