/* Cron Expression Generator — tool-specific styles */
.ws-title{font-size:1.02rem;font-weight:700;margin:0 0 12px;display:flex;align-items:center;gap:8px;color:var(--text,#0f172a)}
.ws-title i{color:var(--primary,#4f46e5)}
[data-theme="dark"] .ws-title{color:#e2e8f0}
.cr-expr-input{width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:1.15rem;font-weight:700;letter-spacing:.08em;text-align:center;padding:12px}
.tool-error{color:#b91c1c;font-weight:600;font-size:.9rem;margin:8px 0}
[data-theme="dark"] .tool-error{color:#fca5a5}
.cr-human{font-size:1rem;font-weight:600;color:var(--primary,#4f46e5);background:var(--surface-2,#eef2ff);border:1px solid #c7d2fe;border-radius:10px;padding:12px 16px;margin:10px 0 16px;min-height:1em}
[data-theme="dark"] .cr-human{background:#1e1b4b;border-color:#4338ca;color:#c7d2fe}
.cr-presets{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}
.btn-chip{padding:6px 12px;font-size:.8rem}
.cr-builder{margin-top:6px}
.cr-fields{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
@media(max-width:860px){.cr-fields{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.cr-fields{grid-template-columns:1fr}}
.cr-fields select{width:100%;font-size:.85rem}
.btn-row{display:flex;gap:10px;margin:16px 0;flex-wrap:wrap}
.cr-next-wrap{margin-top:10px}
.cr-tz{font-size:.75rem;font-weight:500;color:var(--muted,#64748b);margin-left:6px}
.cr-next{list-style:decimal inside;padding:0;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.88rem}
.cr-next li{padding:7px 10px;border-bottom:1px dashed var(--border,#e2e8f0)}
.cr-next li:first-child{background:var(--surface-2,#f1f5f9);border-radius:8px;font-weight:700}
[data-theme="dark"] .cr-next li{border-color:#334155}
[data-theme="dark"] .cr-next li:first-child{background:#0f172a}
.cr-next .cr-rel{color:var(--muted,#64748b);font-family:Inter,sans-serif;font-size:.78rem;margin-left:8px}
