.ed-filter-btn{display:inline-flex;align-items:center;gap:7px;padding:6px 12px 6px 10px;border:1px solid var(--ed-hair);border-radius:3px;font-size:13px;color:var(--ed-ink-2)}.ed-filter-btn svg{width:15px;height:15px}.ed-filter-btn[data-filtered]{background:var(--ed-ink);border-color:var(--ed-ink);color:var(--ed-paper);font-weight:500}.ed-filter-count{font-size:11px;font-variant-numeric:tabular-nums;opacity:.72}.ed-sheet-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:56;background:#1a1c2166;animation:ed-sheet-veil .22s ease}.ed-sheet{position:fixed;right:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px));left:12px;z-index:58;display:flex;flex-direction:column;max-width:560px;max-height:min(80dvh,calc(100dvh - 24px - env(safe-area-inset-bottom,0px)));margin:0 auto;padding:0 20px 8px;background:#f7f8fa;border-radius:24px;box-shadow:0 16px 40px #1a1c2147;outline:none;animation:ed-sheet-rise .3s cubic-bezier(.33,1,.68,1)}.ed-sheet[data-closing]{pointer-events:none}.ed-sheet-handle{flex:none;padding:10px 4px 8px;cursor:grab;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ed-sheet-grabber{display:block;width:36px;height:4px;margin:0 auto 18px;border-radius:2px;background:#0000002e}.ed-sheet-title{margin:0;font-family:var(--ed-sans);font-size:22px;font-weight:700;line-height:28px;letter-spacing:-.03em;color:var(--ed-ink)}.ed-sheet-body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:0 4px 16px;-webkit-mask-image:linear-gradient(to bottom,#000 calc(100% - 16px),transparent);mask-image:linear-gradient(to bottom,#000 calc(100% - 16px),transparent)}.ed-sheet-title,.ed-sheet-body{animation:ed-sheet-settle .32s cubic-bezier(.33,1,.68,1) .14s both}.ed-sheet-option{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:16px 0;font-size:16px;font-weight:500;line-height:22px;letter-spacing:-.04em;color:var(--ed-ink-2)}.ed-sheet-option+.ed-sheet-option{border-top:1px solid var(--ed-hair)}.ed-sheet-option:active{opacity:.6}.ed-sheet-option[aria-pressed=true]{font-weight:600;color:var(--ed-ink)}.ed-sheet-option-text{display:flex;align-items:baseline;gap:6px;min-width:0}.ed-sheet-option-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ed-sheet-option-count{font-family:var(--ed-data);font-size:12px;font-weight:500;letter-spacing:0;color:var(--ed-ink-3);font-variant-numeric:tabular-nums}.ed-sheet-option[aria-pressed=true] .ed-sheet-option-count{color:var(--ed-ink-2)}.ed-sheet-option svg{flex:none;width:18px;height:18px}@keyframes ed-sheet-veil{0%{opacity:0}}@keyframes ed-sheet-rise{0%{transform:translateY(calc(100% + 12px + env(safe-area-inset-bottom,0px)))}}@keyframes ed-sheet-settle{0%{opacity:0;transform:translateY(12px)}}@media (prefers-reduced-motion: reduce){.ed-sheet,.ed-sheet-scrim,.ed-sheet-title,.ed-sheet-body{animation:none}}
