/* WP Time Clocking — Styles */
.wtc-container{border:1px solid #e2e8f0;border-radius:8px;padding:16px;background:#fff;max-width:960px;margin:16px auto;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial}
.wtc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.wtc-status{font-size:14px;padding:6px 10px;border-radius:6px;background:#f1f5f9;color:#0f172a}
.wtc-actions{display:flex;gap:12px;align-items:center;margin-bottom:16px;flex-wrap:wrap}
.wtc-btn{padding:10px 16px;border:0;border-radius:8px;cursor:pointer;font-weight:600}
.wtc-btn-start{background:#22c55e;color:#fff}
.wtc-btn-stop{background:#ef4444;color:#fff}
.wtc-btn-break{background:#0ea5e9;color:#fff}
.wtc-btn:disabled{opacity:.6;cursor:not-allowed}
.wtc-timer{font-variant-numeric:tabular-nums;font-size:18px;font-weight:700}
.wtc-entries-table{width:100%;border-collapse:collapse}
.wtc-entries-table th,.wtc-entries-table td{border-bottom:1px solid #e5e7eb;padding:8px;text-align:left;font-size:14px}
.wtc-intro,.wtc-intro-member,.wtc-seo-content{margin-bottom:12px}
details.wtc-seo{margin:8px 0}
details.wtc-seo > summary{cursor:pointer;font-weight:600;padding:4px 0}
@media (max-width:640px){.wtc-header h3{font-size:16px}}
