.filters{display:flex;gap:.7rem;flex-wrap:wrap;align-items:flex-end;margin-bottom:.8rem}.filters .fcol{display:flex;flex-direction:column;gap:.3rem}.filters label{font-size:.82rem;font-weight:600;color:var(--text-2)}.filters input[type=text]{min-width:230px}.filters input[type=number]{width:78px}.filters .fcheck{flex-direction:row;align-items:center;gap:.4rem;padding-bottom:.55rem}#result-count{font-size:.85rem;color:var(--text-2);margin:0 0 .5rem}#font-list{max-height:340px;overflow-y:auto;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface)}.font-row{display:flex;align-items:center;gap:.7rem;width:100%;text-align:left;font:inherit;padding:.45rem .7rem;background:0 0;border:0;border-bottom:1px solid var(--border);cursor:pointer;color:var(--text)}.font-row:last-child{border-bottom:0}.font-row:hover{background:var(--surface-2)}.font-row.is-sel{background:var(--surface-2);box-shadow:inset 3px 0 0 var(--accent)}.fr-name{flex:1;font-family:var(--mono);font-size:.84rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fr-dim{font-family:var(--mono);font-size:.8rem;color:var(--text-2);flex:0 0 auto}.fr-tag{font-size:.72rem;color:var(--text-2);border:1px solid var(--border);border-radius:999px;padding:.1rem .45rem;flex:0 0 auto}#sel-name{font-family:var(--mono);width:100%}#sel-meta{font-size:.86rem;color:var(--text-2);margin:.5rem 0 .8rem}#sel-snippet,.snip{font-family:var(--mono);font-size:.84rem;line-height:1.5;white-space:pre;overflow-x:auto;padding:.75rem .85rem;margin:0 0 .6rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm)}.dec-row{display:flex;gap:.7rem;align-items:baseline;padding:.35rem 0;border-bottom:1px dashed var(--border);font-size:.88rem}.dec-row:last-child{border-bottom:0}.dec-row code{font-family:var(--mono);flex:0 0 auto;min-width:96px;color:var(--accent);word-break:break-all}.dec-row span{color:var(--text-2)}.sim-bar{display:flex;gap:.7rem;align-items:flex-end;flex-wrap:wrap;margin-bottom:.7rem}.sim-bar .fcol{display:flex;flex-direction:column;gap:.3rem}.sim-bar label{font-size:.82rem;font-weight:600;color:var(--text-2)}.sim-bar input[type=number]{width:78px}#custom-dims{display:flex;gap:.7rem}#sim-text{width:100%;min-height:70px;resize:vertical}.sim-wrap{display:flex;justify-content:center;padding:1rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);overflow-x:auto}#sim-frame{position:relative;background:#06131c;border:1px solid var(--border);border-radius:3px;overflow:hidden;flex:0 0 auto}.sim-line{position:absolute;left:0;right:0;display:flex;align-items:center;color:#5ff0ff;font-family:var(--mono);white-space:pre;padding-left:1px;line-height:1}.sim-verdict{font-size:.88rem;font-weight:600;margin:.7rem 0 0;text-align:center}.sim-note{font-size:.8rem;color:var(--text-2);text-align:center;margin:.35rem 0 0}@media (max-width:560px){.filters input[type=text]{min-width:100%}.dec-row{flex-direction:column;gap:.15rem}.dec-row code{min-width:0}}