.effects-dictionary .effects-filters{flex-flow:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.effects-dictionary .effects-filters .pw-form-control{flex:240px;min-width:200px;max-width:400px}.effects-dictionary .type-filter-bar{flex-wrap:wrap;gap:6px;display:flex}.effects-dictionary .type-filter-btn{border:1px solid var(--color-border-lighter,#444);background:var(--color-bg-secondary,#1a1a2e);color:var(--color-text-normal,#ddd);cursor:pointer;border-radius:0;padding:6px 14px;font-size:13px;font-weight:600;transition:all .15s}.effects-dictionary .type-filter-btn:hover{border-color:var(--color-text-normal,#aaa)}.effects-dictionary .type-filter-btn.active{color:#fff;border-color:#0000}.effects-dictionary .type-filter-btn.active[data-type=all]{background:#6b7280}.effects-dictionary .type-filter-btn.active[data-type=effect]{background:#22c55e}.effects-dictionary .type-filter-btn.active[data-type=tag]{background:#3b82f6}.effects-dictionary .type-filter-btn.active[data-type=unique]{color:#1a1a2e;background:#f59e0b}.effects-dictionary .type-filter-btn.active[data-type=other]{background:#6b7280}.effects-dictionary .results-count{color:var(--color-text-muted,#888);margin-bottom:12px;font-size:14px}.effects-dictionary .effects-table-wrapper{overflow-x:auto}.effects-dictionary .effects-table{border-collapse:collapse;width:100%}.effects-dictionary .effects-table th,.effects-dictionary .effects-table td{font-size:16px;line-height:24px}.effects-dictionary .effects-table th{background:var(--color-bg-secondary,#1a1a2e);color:var(--color-text-normal,#ddd);border:1px solid var(--color-border-lighter,#444);text-align:left;padding:10px 12px;font-weight:700}.effects-dictionary .effects-table td{border:1px solid var(--color-border-lighter,#333);vertical-align:top;padding:10px 12px}.effects-dictionary .effects-table tbody tr:nth-child(odd){background:#ffffff08}.effects-dictionary .effects-table tbody tr:nth-child(2n){background:#ffffff0f}.effects-dictionary .effects-table tbody tr:hover{background:#ffffff14}.effects-dictionary .effects-table .pw-col-name{white-space:nowrap;width:180px;min-width:140px}.effects-dictionary .effects-table .pw-col-type{width:120px;min-width:100px}.effects-dictionary .effects-table .pw-col-type .type-text{font-size:16px;font-weight:600;line-height:24px}.effects-dictionary .effects-table .pw-col-desc b{color:#eec554}.effects-dictionary .effects-table .pw-col-desc u{color:#3086ce;font-weight:500;text-decoration:none}.effects-dictionary .effects-table .pw-col-desc i{color:#e74949;font-style:normal;font-weight:500}.effects-dictionary .effects-table .pw-col-desc strong{font-size:16px;line-height:24px}.effects-dictionary .effects-table .pw-col-desc strong.Unique{color:#cc7fff;font-weight:600}.effects-dictionary .effects-table .pw-col-desc strong.Effect{color:#65deff;font-weight:600}.effects-dictionary .effects-table .pw-col-desc strong.Tag{color:#ffe66a;font-weight:600}.effects-dictionary .effects-table .no-results{text-align:center;color:var(--color-text-muted,#888);padding:24px 12px;font-style:italic}