/* Cron */
.cron-wrap { max-width: 1100px; margin: 0 auto; padding: 0 12px; }
.cron-input-box { background: #fff; border: 2px solid #c7d2fe; border-radius: 12px; padding: 18px; margin-bottom: 14px; }
.cron-input-box input { width: 100%; padding: 14px 16px; border: 1px solid #e0e7ff; border-radius: 8px; font-size: 18px; font-family: ui-monospace, monospace; letter-spacing: 2px; box-sizing: border-box; }
.cron-input-box input:focus { outline: none; border-color: #6366f1; box-shadow: 0 0 0 3px rgba(99,102,241,.15); }
.cron-out { padding: 12px 14px; background: #f0f9ff; border-radius: 8px; margin-top: 10px; font-size: 15px; line-height: 1.6; }
.cron-presets { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.cron-presets button { padding: 6px 12px; background: #eef2ff; color: #4338ca; border: 1px solid #c7d2fe; border-radius: 6px; cursor: pointer; font-size: 12px; }
.cron-presets button:hover { background: #c7d2fe; }
.cron-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; }
.cron-table th, .cron-table td { padding: 10px 14px; text-align: left; border-bottom: 1px solid #e5e7eb; font-size: 13px; }
.cron-table th { background: #f8fafc; color: #374151; font-weight: 600; }
.cron-table code { background: #eef2ff; color: #4338ca; padding: 2px 6px; border-radius: 4px; font-family: ui-monospace, monospace; }
.next-list { padding-left: 20px; line-height: 1.9; font-size: 14px; }
.next-list li { margin-bottom: 4px; }
.next-time { font-family: ui-monospace, monospace; color: #1e293b; }
.next-rel { margin-left: 10px; color: #6366f1; font-size: 12px; padding: 2px 8px; background: #eef2ff; border-radius: 10px; }
