:root{--wft-primary:var(--main-primary);--wft-bg:#fff;--wft-text:#1e293b;--wft-text-muted:#64748b;--wft-border:#e2e8f0;--wft-surface:#f8fafc;--wft-focus:#10b981;--wft-focus-bg:#10b9811a;--wft-focus-border:#10b98159;--wft-blur:#f59e0b;--wft-blur-bg:#f59e0b1a;--wft-blur-border:#f59e0b59;--wft-hidden:#ef4444;--wft-hidden-bg:#ef44441a;--wft-hidden-border:#ef444459}._wft-container{width:100%;max-width:860px;color:var(--wft-text);flex-direction:column;gap:1rem;margin:0 auto;display:flex}._wft-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}._wft-stats{grid-template-columns:repeat(5,1fr);gap:.75rem;display:grid}._wft-readout{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (max-width:768px){._wft-container{padding-left:1rem;padding-right:1rem}._wft-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){._wft-readout{grid-template-columns:1fr}}._wft-session{font-size:var(--main-text-sm);color:var(--wft-text-muted);align-items:center;gap:.5rem;display:inline-flex}._wft-session svg{width:16px;height:16px}._wft-session-time{font-family:var(--main-font-mono);color:var(--wft-text);font-weight:600}._wft-reset-btn{font-size:var(--main-text-sm);color:var(--wft-text);background:var(--wft-bg);border-style:solid;border-width:1px;border-color:var(--wft-border);border-radius:var(--main-radius);cursor:pointer;align-items:center;gap:.4rem;padding:.45rem .85rem;font-weight:500;display:inline-flex;box-shadow:0 1px 2px #0000000a}._wft-reset-btn svg{width:14px;height:14px}._wft-reset-btn:hover{color:var(--wft-primary);border-color:var(--wft-primary)}._wft-status{border-radius:var(--main-radius-lg);box-shadow:var(--main-shadow-sm);border-style:solid;border-width:1px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:background-color .2s,border-color .2s;display:flex}._wft-status-icon{background:var(--wft-bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}._wft-status-icon svg{width:30px;height:30px}._wft-status-body{flex:1;min-width:0}._wft-status-title{font-size:var(--main-text-xl);font-weight:700;line-height:1.2}._wft-status-desc{font-size:var(--main-text-sm);color:var(--wft-text-muted);margin-top:.2rem}._wft-status-timer{font-family:var(--main-font-mono);font-size:var(--main-text-2xl);font-variant-numeric:tabular-nums;flex-shrink:0;font-weight:700}._wft-status--focused{background:var(--wft-focus-bg);border-color:var(--wft-focus-border)}._wft-status--focused ._wft-status-icon,._wft-status--focused ._wft-status-title,._wft-status--focused ._wft-status-timer{color:var(--wft-focus)}._wft-status--blurred{background:var(--wft-blur-bg);border-color:var(--wft-blur-border)}._wft-status--blurred ._wft-status-icon,._wft-status--blurred ._wft-status-title,._wft-status--blurred ._wft-status-timer{color:var(--wft-blur)}._wft-status--hidden{background:var(--wft-hidden-bg);border-color:var(--wft-hidden-border)}._wft-status--hidden ._wft-status-icon,._wft-status--hidden ._wft-status-title,._wft-status--hidden ._wft-status-timer{color:var(--wft-hidden)}._wft-hint{font-size:var(--main-text-sm);color:var(--wft-text-muted);text-align:center;margin:0}._wft-stat-card{text-align:center;background:var(--wft-bg);border-style:solid;border-width:1px;border-color:var(--wft-border);border-radius:var(--main-radius);flex-direction:column;align-items:center;gap:.35rem;padding:.9rem .6rem;display:flex;box-shadow:0 1px 2px #0000000a}._wft-stat-icon{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}._wft-stat-icon svg{width:17px;height:17px}._wft-stat-value{font-family:var(--main-font-mono);font-size:var(--main-text-lg);color:var(--wft-text);font-variant-numeric:tabular-nums;font-weight:700}._wft-stat-label{font-size:var(--main-text-xs);color:var(--wft-text-muted);line-height:1.25}._wft-stat-card--focus ._wft-stat-icon{background:var(--wft-focus-bg);color:var(--wft-focus)}._wft-stat-card--away ._wft-stat-icon,._wft-stat-card--blur ._wft-stat-icon{background:var(--wft-blur-bg);color:var(--wft-blur)}._wft-stat-card--hidden ._wft-stat-icon{background:var(--wft-hidden-bg);color:var(--wft-hidden)}._wft-stat-card--longest ._wft-stat-icon{color:var(--wft-primary);background:#6366f11a}._wft-readout-item{background:var(--wft-surface);border-style:solid;border-width:1px;border-color:var(--wft-border);border-radius:var(--main-radius);justify-content:space-between;align-items:center;gap:.5rem;padding:.6rem .85rem;display:flex}._wft-readout-key{font-family:var(--main-font-mono);font-size:var(--main-text-xs);color:var(--wft-text-muted);background:0 0}._wft-readout-val{font-family:var(--main-font-mono);font-size:var(--main-text-sm);border-radius:var(--main-radius-sm);padding:.1rem .5rem;font-weight:700}._wft-readout-val--true{color:var(--wft-focus);background:var(--wft-focus-bg)}._wft-readout-val--false{color:var(--wft-hidden);background:var(--wft-hidden-bg)}._wft-log-section{background:var(--wft-bg);border-style:solid;border-width:1px;border-color:var(--wft-border);border-radius:var(--main-radius);flex-direction:column;display:flex;overflow:hidden;box-shadow:0 1px 2px #0000000a}._wft-log-header{border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--wft-border);justify-content:space-between;align-items:center;padding:.65rem .9rem;display:flex}._wft-log-title{font-size:var(--main-text-sm);color:var(--wft-text);align-items:center;gap:.45rem;font-weight:600;display:inline-flex}._wft-log-title svg{width:14px;height:14px}._wft-log-clear{font-size:var(--main-text-xs);color:var(--wft-text-muted);cursor:pointer;border-radius:var(--main-radius-sm);background:0 0;border:none;align-items:center;gap:.35rem;padding:.3rem .6rem;display:inline-flex}._wft-log-clear svg{width:13px;height:13px}._wft-log-clear:hover{color:var(--wft-hidden)}._wft-log{-webkit-overflow-scrolling:touch;min-height:200px;max-height:320px;overflow-y:auto}._wft-log-empty{text-align:center;min-height:200px;color:var(--wft-text-muted);font-size:var(--main-text-sm);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1rem;display:flex}._wft-log-empty svg{opacity:.6;width:22px;height:22px}._wft-log-entry{border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--wft-border);align-items:center;gap:.65rem;padding:.55rem .9rem;display:flex}._wft-log-entry:last-child{border-bottom:none}._wft-log-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}._wft-log-icon svg{width:14px;height:14px}._wft-log-entry--focused ._wft-log-icon{background:var(--wft-focus-bg);color:var(--wft-focus)}._wft-log-entry--blurred ._wft-log-icon{background:var(--wft-blur-bg);color:var(--wft-blur)}._wft-log-entry--hidden ._wft-log-icon{background:var(--wft-hidden-bg);color:var(--wft-hidden)}._wft-log-text{min-width:0;font-size:var(--main-text-sm);color:var(--wft-text);flex:1;font-weight:500}._wft-log-dur{font-family:var(--main-font-mono);font-size:var(--main-text-xs);color:var(--wft-text-muted);background:var(--wft-surface);border-radius:var(--main-radius-full);flex-shrink:0;padding:.1rem .45rem}._wft-log-time{font-family:var(--main-font-mono);font-size:var(--main-text-xs);color:var(--wft-text-muted);font-variant-numeric:tabular-nums;flex-shrink:0}@media (max-width:480px){._wft-status{gap:.75rem;padding:1rem}._wft-status-icon{width:46px;height:46px}._wft-status-icon svg{width:24px;height:24px}._wft-status-timer{font-size:var(--main-text-xl)}._wft-log-dur{display:none}}
