.random-type-filter{display:flex;justify-content:center;padding:.5rem 1rem;margin-bottom:.5rem;width:100%}.random-type-filter__trigger{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--glass-bg-medium);border:1px solid var(--glass-border-medium);border-radius:999px;cursor:pointer;font-size:var(--text-sm);font-weight:500;color:var(--color-text);transition:all .2s ease}.random-type-filter__trigger:hover{background:var(--glass-bg-hover);border-color:var(--color-primary)}.random-type-filter__value{white-space:nowrap}.random-type-filter__icon{flex-shrink:0;opacity:.6}.random-type-filter__positioner{z-index:1000}.random-type-filter__popup{background:var(--glass-bg-solid);border:1px solid var(--glass-border-medium);border-radius:var(--radius-lg);box-shadow:0 4px 20px rgba(0,0,0,.15);overflow:hidden;min-width:160px}.random-type-filter__list{padding:.5rem;display:flex;flex-direction:column;gap:2px}.random-type-filter__item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:var(--radius-md);cursor:pointer;font-size:var(--text-sm);color:var(--color-text);transition:background .15s ease}.random-type-filter__item:hover,.random-type-filter__item[data-highlighted]{background:var(--glass-bg-hover)}.random-type-filter__item[data-selected]{background:rgba(233,158,73,.15);color:var(--color-primary)}.random-type-filter__indicator{display:flex;align-items:center;justify-content:center;width:16px;height:16px;color:var(--color-primary)}.site-footer{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem 1rem;font-family:var(--font-mono);font-size:var(--text-xs);width:100%}.site-footer__legal{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.site-footer__legal a{color:var(--text-muted-2);text-decoration:none;transition:color .15s ease}.site-footer__legal a:hover{color:var(--color-primary);text-decoration:underline}.site-footer__admin{opacity:.6;font-size:var(--text-xs)}.site-footer__admin:hover{opacity:1}.site-footer__legal-sep{color:var(--text-faint);user-select:none}.site-footer__social{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.site-footer__social a{display:inline-flex;align-items:center;justify-content:center;color:var(--text-muted-2);transition:color .15s ease;padding:.25rem;border-radius:var(--radius-sm)}.site-footer__social a:hover{color:var(--color-primary);background:var(--glass-bg-hover)}.site-footer__social a svg{width:18px;height:18px}