:root{--wfc-primary:var(--main-primary);--wfc-bg:#fff;--wfc-bg-secondary:#f8fafc;--wfc-text:#1e293b;--wfc-text-muted:#64748b;--wfc-border:#e2e8f0;--wfc-success:#10b981;--wfc-warning:#f59e0b;--wfc-danger:#ef4444;--wfc-shadow:0 1px 3px #0000000f;--wfc-bar-bg:#e2e8f0;--wfc-bar-fill:var(--main-primary)}._wfc-container{flex-direction:column;gap:1rem;width:100%;max-width:1000px;margin:0 auto;display:flex}._wfc-actions{background:var(--wfc-bg);border-style:solid;border-width:1px;border-color:var(--wfc-border);box-shadow:var(--wfc-shadow);border-radius:.75rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}._wfc-actions-left{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}._wfc-actions-right{align-items:center;gap:.5rem;display:flex}._wfc-input-wrapper{background:var(--wfc-bg);border-style:solid;border-width:1px;border-color:var(--wfc-border);box-shadow:var(--wfc-shadow);border-radius:.75rem;overflow:hidden}._wfc-stats{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}._wfc-results-header{background:var(--wfc-bg);border-style:solid;border-width:1px;border-color:var(--wfc-border);box-shadow:var(--wfc-shadow);border-radius:.75rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}._wfc-results-left,._wfc-results-right{align-items:center;gap:.5rem;display:flex}._wfc-table-wrapper{background:var(--wfc-bg);border-style:solid;border-width:1px;border-color:var(--wfc-border);box-shadow:var(--wfc-shadow);border-radius:.75rem;min-height:200px;position:relative;overflow:hidden}@media (max-width:768px){._wfc-container{padding-left:1rem;padding-right:1rem}._wfc-stats{grid-template-columns:1fr}._wfc-actions-left{width:100%}._wfc-results-header{flex-direction:column;align-items:stretch}._wfc-results-left,._wfc-results-right{justify-content:space-between;width:100%}}@media (max-width:480px){._wfc-actions{padding:.625rem .75rem}._wfc-actions-left{gap:.5rem}}._wfc-table{border-collapse:collapse;width:100%}._wfc-table thead{background:var(--wfc-bg-secondary);border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--wfc-border)}._wfc-table th{text-transform:uppercase;letter-spacing:.025em;color:var(--wfc-text-muted);text-align:left;padding:.75rem 1rem;font-size:.75rem;font-weight:600}._wfc-table tbody{max-height:350px;display:block;overflow-y:auto}._wfc-table thead,._wfc-table tbody tr{table-layout:fixed;width:100%;display:table}._wfc-table td{color:var(--wfc-text);border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--wfc-border);padding:.625rem 1rem;font-size:.875rem}._wfc-table tbody tr:last-child td{border-bottom:none}._wfc-table tbody tr:hover{background:var(--wfc-bg-secondary)}._wfc-th-rank,._wfc-table td:first-child{text-align:center;width:50px;color:var(--wfc-text-muted);font-size:.75rem}._wfc-th-word{min-width:150px}._wfc-th-count,._wfc-th-density{text-align:right;width:80px}._wfc-table td:nth-child(3),._wfc-table td:nth-child(4){text-align:right;font-family:var(--main-font-mono);font-size:.8125rem}._wfc-th-bar{width:150px}._wfc-word{color:var(--wfc-text);cursor:pointer;font-weight:500;transition:color .15s}._wfc-word:hover{color:var(--wfc-primary)}._wfc-density{color:var(--wfc-primary);background:#6366f11a;border-radius:1rem;padding:.125rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}._wfc-bar-cell{padding-right:1.25rem}._wfc-bar{background:var(--wfc-bar-bg);border-radius:4px;height:8px;overflow:hidden}._wfc-bar-fill{background:var(--wfc-bar-fill);border-radius:4px;height:100%;transition:width .3s}._wfc-empty{color:var(--wfc-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}._wfc-empty svg{opacity:.4;width:48px;height:48px;margin-bottom:1rem}._wfc-empty p{margin:0;font-size:.875rem}._wfc-table-wrapper._wfc-has-data ._wfc-empty,._wfc-table-wrapper:not(._wfc-has-data) ._wfc-table{display:none}._wfc-table tbody::-webkit-scrollbar{width:6px}._wfc-table tbody::-webkit-scrollbar-track{background:0 0}._wfc-table tbody::-webkit-scrollbar-thumb{background:var(--wfc-border);border-radius:3px}._wfc-table tbody::-webkit-scrollbar-thumb:hover{background:var(--wfc-text-muted)}@media (max-width:768px){._wfc-th-bar,._wfc-bar-cell{display:none}._wfc-table th,._wfc-table td{padding:.5rem .75rem}._wfc-th-word{min-width:100px}}@media (max-width:480px){._wfc-th-rank,._wfc-table td:first-child{display:none}._wfc-th-count,._wfc-th-density{width:60px}}._wfc-textarea{resize:none;width:100%;height:200px;color:var(--wfc-text);background:0 0;border:none;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;line-height:1.6;overflow-y:auto}._wfc-textarea:focus{outline:none}._wfc-textarea::placeholder{color:var(--wfc-text-muted)}._wfc-stat{background:var(--wfc-bg);border-style:solid;border-width:1px;border-color:var(--wfc-border);box-shadow:var(--wfc-shadow);border-radius:.75rem;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}._wfc-stat svg{width:20px;height:20px;color:var(--wfc-primary);flex-shrink:0}._wfc-stat-value{color:var(--wfc-text);font-size:1.5rem;font-weight:700;font-family:var(--main-font-mono)}._wfc-stat-label{color:var(--wfc-text-muted);text-transform:uppercase;letter-spacing:.025em;margin-left:auto;font-size:.75rem;font-weight:500}._wfc-btn{cursor:pointer;border-style:solid;border-width:1px;border-radius:.5rem;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:all .2s;display:flex}._wfc-btn svg{width:16px;height:16px}._wfc-btn-secondary{border-color:var(--wfc-border);background:var(--wfc-bg);color:var(--wfc-text-muted)}._wfc-btn-secondary:hover{border-color:var(--wfc-primary);color:var(--wfc-primary)}._wfc-btn-danger{border-color:var(--wfc-border);background:var(--wfc-bg);color:var(--wfc-text-muted)}._wfc-btn-danger:hover{border-color:var(--wfc-danger);color:var(--wfc-danger);background:#ef444414}._wfc-switch-group{cursor:pointer;background:var(--wfc-bg-secondary);border-radius:.5rem;align-items:center;gap:.5rem;padding:.375rem .75rem;transition:background .15s;display:flex}._wfc-switch-group:hover{background:var(--wfc-border)}._wfc-switch-label{color:var(--wfc-text-muted);white-space:nowrap;-webkit-user-select:none;user-select:none;font-size:.75rem;font-weight:500}._wfc-switch{flex-shrink:0;width:36px;height:20px;position:relative}._wfc-switch input{opacity:0;width:0;height:0}._wfc-switch-slider{cursor:pointer;background:var(--wfc-border);border-radius:20px;transition:background .2s;position:absolute;top:0;bottom:0;left:0;right:0}._wfc-switch-slider:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;bottom:2px;left:2px;box-shadow:0 1px 3px #0003}._wfc-switch input:checked+._wfc-switch-slider{background:var(--wfc-primary)}._wfc-switch input:checked+._wfc-switch-slider:before{transform:translate(16px)}._wfc-switch-with-help{align-items:center;gap:.25rem;display:flex}._wfc-help-btn{width:24px;height:24px;color:var(--wfc-text-muted);cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:opacity .2s,color .2s;display:flex}._wfc-help-btn:hover{opacity:1;color:var(--wfc-primary)}._wfc-help-btn svg{width:14px;height:14px}._wfc-help-panel{background:var(--wfc-bg);border-style:solid;border-width:1px;border-color:var(--wfc-primary);border-radius:.75rem;overflow:hidden;box-shadow:0 4px 12px #6366f126}._wfc-help-header{background:#6366f114;border-bottom:1px solid #6366f126;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}._wfc-help-header>svg{width:16px;height:16px;color:var(--wfc-primary);flex-shrink:0}._wfc-help-header>span{color:var(--wfc-text);flex:1;font-size:.875rem;font-weight:600}._wfc-help-close{width:24px;height:24px;color:var(--wfc-text-muted);cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:.25rem;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:opacity .2s;display:flex}._wfc-help-close:hover{opacity:1;background:#0000000d}._wfc-help-close svg{width:14px;height:14px}._wfc-help-content{padding:1rem}._wfc-help-content p{color:var(--wfc-text);margin:0 0 .75rem;font-size:.8125rem;line-height:1.6}._wfc-help-content p:last-child{margin-bottom:0}._wfc-help-examples{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}._wfc-help-examples-label{color:var(--wfc-text-muted);text-transform:uppercase;letter-spacing:.025em;font-size:.75rem;font-weight:600}._wfc-help-tags{flex-wrap:wrap;gap:.375rem;display:flex}._wfc-help-tag{background:var(--wfc-bg-secondary);color:var(--wfc-text-muted);font-size:.75rem;font-weight:500;font-family:var(--main-font-mono);border-radius:1rem;padding:.25rem .625rem;display:inline-block}._wfc-help-tip{font-style:italic;color:var(--wfc-text-muted)!important;font-size:.75rem!important}._wfc-filter-group{align-items:center;gap:.375rem;display:flex}._wfc-filter-label{color:var(--wfc-text-muted);white-space:nowrap;font-size:.75rem;font-weight:500}._wfc-filter-input{border-style:solid;border-width:1px;border-color:var(--wfc-border);background:var(--wfc-bg);width:60px;color:var(--wfc-text);text-align:center;border-radius:.5rem;padding:.5rem;font-size:.8125rem;font-weight:500;transition:border-color .2s}._wfc-filter-input:hover{border-color:var(--wfc-primary)}._wfc-filter-input:focus{border-color:var(--wfc-primary);outline:none}._wfc-filter-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._wfc-filter-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._wfc-select{border-style:solid;border-width:1px;border-color:var(--wfc-border);background:var(--wfc-bg);color:var(--wfc-text);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;border-radius:.5rem;padding:.5rem 2rem .5rem .75rem;font-size:.8125rem;font-weight:500;transition:border-color .2s}._wfc-select:hover{border-color:var(--wfc-primary)}._wfc-select:focus{border-color:var(--wfc-primary);outline:none}._wfc-search-wrapper{border-style:solid;border-width:1px;border-color:var(--wfc-border);background:var(--wfc-bg);border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:border-color .2s;display:flex}._wfc-search-wrapper:focus-within{border-color:var(--wfc-primary)}._wfc-search-wrapper svg{width:14px;height:14px;color:var(--wfc-text-muted);flex-shrink:0}._wfc-search-input{width:120px;color:var(--wfc-text);background:0 0;border:none;outline:none;font-size:.8125rem}._wfc-search-input::placeholder{color:var(--wfc-text-muted)}@media (max-width:768px){._wfc-switch-label{display:none}._wfc-switch-group{padding:.375rem .5rem}._wfc-textarea{height:150px}._wfc-stat{padding:.75rem 1rem}._wfc-stat-value{font-size:1.25rem}._wfc-search-input{width:100px}}@media (max-width:480px){._wfc-filter-group{flex:1}._wfc-filter-input{flex:1;width:auto}._wfc-select{flex:1;min-width:0}._wfc-search-wrapper{flex:1}._wfc-search-input{width:100%}}
