.works-filter{z-index:120;pointer-events:none;width:fit-content;padding:0;transition:opacity .25s,visibility .25s;position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%)}.works-filter.hidden{opacity:0;visibility:hidden}@media (max-width:768px){.works-filter{bottom:.9rem}}.works-filter-overlay{z-index:-1;pointer-events:auto;background:0 0;position:fixed;inset:0}.works-filter-actions{z-index:1;pointer-events:auto;background:#fff;border:3px solid #00000026;border-radius:9999px;align-items:center;gap:.25rem;padding:.5rem;transition:transform .2s,box-shadow .2s;display:inline-flex;position:relative;box-shadow:0 8px 24px #00000026}.works-filter-actions:hover{transform:scaleX(1.12)scaleY(1.05);box-shadow:0 12px 32px #0003}html.dark .works-filter-actions:hover{box-shadow:0 12px 32px #0009}html.dark .works-filter-actions{background:#0a0a0a;border-color:#fff3;box-shadow:0 8px 24px #00000080}.works-filter-hover-highlight{pointer-events:none;z-index:0;background:#0000000f;border-radius:9999px;width:44px;height:44px;transition:left .4s cubic-bezier(.34,1.56,.64,1) 50ms,width .3s cubic-bezier(.34,1.56,.64,1) 50ms,opacity .15s;position:absolute;top:.5rem;left:.5rem}.works-filter-hover-highlight.hidden{opacity:0}html.dark .works-filter-hover-highlight{background:#ffffff1a}.works-filter-icon-btn{z-index:1;cursor:pointer;width:44px;height:44px;color:inherit;opacity:.6;background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;transition:opacity .2s;display:inline-flex;position:relative}.works-filter-icon-btn:hover{opacity:1}.works-filter-icon-btn:hover svg{transform:scale(1.15)}.works-filter-icon-btn svg{transition:transform .2s}.works-filter-icon-btn.active{opacity:1}.works-filter-icon-btn:disabled{opacity:.25;cursor:not-allowed}.works-filter-panel{z-index:121;pointer-events:auto;transform-origin:bottom;background:#fff;border:3px solid #00000026;border-radius:1.25rem;flex-direction:column;width:calc(100vw - 2rem);max-width:24rem;max-height:60vh;padding:1rem;animation:.5s cubic-bezier(.34,1.56,.64,1) forwards panel-liquid-in;display:flex;position:fixed;bottom:calc(2rem + 60px);left:50%;overflow:hidden;box-shadow:0 16px 40px #0000002e}@keyframes panel-liquid-in{0%{opacity:0;transform:translate(-50%)translateY(20px)scale(.85,.7)}40%{opacity:1;transform:translate(-50%)translateY(-8px)scale(1.02,1.08)}70%{transform:translate(-50%)translateY(3px)scale(.98,.97)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}@media (max-width:768px){.works-filter-panel{bottom:calc(1.65rem + 60px)}}html.dark .works-filter-panel{background:#0a0a0a;border-color:#fff3;box-shadow:0 16px 40px #0009}.works-filter-panel-header{border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;gap:.75rem;padding-bottom:.75rem;display:flex}html.dark .works-filter-panel-header{border-bottom-color:#ffffff1f}.works-filter-panel-title{opacity:.9;font-size:14px;font-weight:600}.works-filter-panel-close{cursor:pointer;width:34px;height:34px;color:inherit;opacity:.8;background:#0000000f;border:none;border-radius:9999px;justify-content:center;align-items:center;transition:opacity .2s,background .2s;display:inline-flex}.works-filter-panel-close:hover{opacity:1;background:#0000001a}html.dark .works-filter-panel-close{background:#ffffff1a}html.dark .works-filter-panel-close:hover{background:#ffffff29}.works-filter-panel-body{padding-top:.75rem;overflow-y:auto}.works-filter-panel-section{padding:.75rem 0}.works-filter-panel-section+.works-filter-panel-section{border-top:1px solid #0000000f}html.dark .works-filter-panel-section+.works-filter-panel-section{border-top-color:#ffffff1a}.works-filter-panel-section-title{opacity:.55;margin-bottom:.5rem;font-size:12px}.works-filter-panel-search{gap:.5rem;display:flex}.works-filter-panel-input{min-width:0;color:inherit;background:0 0;border:1px solid #0000001f;border-radius:9999px;outline:none;flex:1;padding:10px 12px;font-size:14px}html.dark .works-filter-panel-input{border-color:#ffffff2e}.works-filter-panel-search-submit{color:inherit;cursor:pointer;opacity:.85;background:#0000000f;border:none;border-radius:9999px;padding:0 14px;font-size:13px;transition:opacity .2s,background .2s}.works-filter-panel-search-submit:hover{opacity:1;background:#0000001a}html.dark .works-filter-panel-search-submit{background:#ffffff1a}html.dark .works-filter-panel-search-submit:hover{background:#ffffff29}.works-filter-panel-group{padding:.5rem 0}.works-filter-panel-group-summary{cursor:pointer;width:100%;color:inherit;opacity:.9;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.75rem;padding:0;font-size:13px;font-weight:600;display:flex}.works-filter-panel-group-summary:hover{opacity:1}.works-filter-panel-group-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.works-filter-panel-group-arrow{opacity:.6;flex-shrink:0;transition:transform .2s,opacity .2s}.works-filter-panel-group-summary[aria-expanded=true] .works-filter-panel-group-arrow{opacity:.9;transform:rotate(180deg)}.works-filter-panel-tags{grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem .5rem;margin-top:.5rem;display:grid}@media (max-width:768px){.works-filter-panel-tags{grid-template-columns:repeat(2,minmax(0,1fr))}}.works-filter-panel-tag{text-align:left;cursor:pointer;color:inherit;opacity:.75;background:0 0;border:none;padding:6px 0;font-size:14px}.works-filter-panel-tag:hover{opacity:1}.works-filter-panel-tag.active{opacity:1;font-weight:700}.works-filter-panel-footer{border-top:1px solid #00000014;justify-content:space-between;gap:.5rem;padding-top:.75rem;display:flex}html.dark .works-filter-panel-footer{border-top-color:#ffffff1f}.works-filter-panel-footer-btn{color:inherit;cursor:pointer;opacity:.9;background:#0000000f;border:none;border-radius:9999px;flex:1;padding:10px 12px;font-size:13px;transition:opacity .2s,background .2s}.works-filter-panel-footer-btn:hover{opacity:1;background:#0000001a}html.dark .works-filter-panel-footer-btn{background:#ffffff1a}html.dark .works-filter-panel-footer-btn:hover{background:#ffffff29}.works-filter-panel-footer-btn-danger{background:#ff000014}html.dark .works-filter-panel-footer-btn-danger{background:#ff00002e}
