/* RECATOOLS — Cron Expression Builder + Tester */
.cron-wrap { padding: 1.25rem; }
.cron-expr-row { display: flex; gap: .6rem; align-items: stretch; flex-wrap: wrap; }
.cron-expr { flex: 1; min-width: 220px; padding: .8rem 1rem; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 1.3rem; letter-spacing: .05em; text-align: center; border: 2px solid #c7d2fe; border-radius: 12px; color: #312e81; background: #eef2ff; }
.cron-expr:focus { outline: none; border-color: #6366f1; box-shadow: 0 0 0 3px rgba(99,102,241,.18); }
.cron-copy { padding: .6rem 1.1rem; font-size: .85rem; font-weight: 700; color: #4338ca; background: #fff; border: 1px solid #6366f1; border-radius: 10px; cursor: pointer; }
.cron-fieldkey { display: flex; justify-content: center; gap: .9rem; flex-wrap: wrap; font-size: .68rem; color: #9b968d; margin: .5rem 0 1rem; }
.cron-fieldkey span { text-align: center; }
.cron-desc { margin: 1rem 0; padding: 1rem 1.2rem; background: #f0fdf4; border-left: 4px solid #22c55e; border-radius: 10px; font-size: 1.05rem; font-weight: 600; color: #166534; }
.cron-error { margin: 1rem 0; padding: .9rem 1.2rem; background: #fef2f2; border-left: 4px solid #ef4444; border-radius: 10px; font-size: .9rem; color: #991b1b; }
.cron-runs { margin: 1rem 0; }
.cron-runs-head { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #6366f1; margin-bottom: .6rem; }
.cron-run-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .4rem; }
.cron-run-list li { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .4rem; padding: .55rem .85rem; background: #fff; border: 1px solid #ebebeb; border-radius: 10px; }
.cron-run-utc { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .85rem; font-weight: 600; color: #1a1814; }
.cron-run-local { font-size: .8rem; color: #6b6760; }
.cron-norun { color: #9b968d; font-size: .9rem; }
.cron-builder { margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid #ebebeb; }
.cron-builder-head { font-size: .8rem; font-weight: 700; color: #1a1814; margin-bottom: .6rem; }
.cron-fields { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: .6rem; }
.cron-field label { display: block; font-size: .7rem; font-weight: 600; color: #6b6760; margin-bottom: .25rem; }
.cron-field select { width: 100%; padding: .45rem .5rem; border: 1px solid #ebebeb; border-radius: 8px; font-size: .82rem; }
.cron-presets { margin-top: 1.25rem; }
.cron-presets-head { font-size: .8rem; font-weight: 700; color: #1a1814; margin-bottom: .6rem; }
.cron-preset-btns { display: flex; flex-wrap: wrap; gap: .45rem; }
.cron-preset { padding: .45rem .85rem; font-size: .78rem; font-weight: 600; color: #4338ca; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 999px; cursor: pointer; }
.cron-preset:hover { background: #e0e7ff; }
