.rawaf-smart-filter{position:relative}.rawaf-smart-filter-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:.55rem;width:100%;min-height:38px;padding:0 .75rem;border-radius:12px;border:1px solid var(--rawaf-border);background:#fff;color:var(--rawaf-ink);font-size:12.5px;font-weight:600;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.rawaf-smart-filter-trigger.is-open,.rawaf-smart-filter-trigger:hover{border-color:color-mix(in srgb,var(--rawaf-accent) 55%,var(--rawaf-border));box-shadow:0 0 0 3px rgba(194,163,112,.14)}.rawaf-smart-filter-trigger.is-filled{background:#fcfaf6}.rawaf-smart-filter-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:start}.rawaf-smart-filter-caret{color:var(--rawaf-muted);font-size:11px}.rawaf-smart-filter-panel{position:absolute;top:calc(100% + 6px);inset-inline:0;z-index:40;overflow:hidden;border-radius:14px;border:1px solid #e4ddd1;background:#fff;box-shadow:0 18px 40px rgba(22,28,31,.16)}.rawaf-smart-filter-panel--portal{position:fixed;inset-inline:auto;z-index:9999}.rawaf-smart-filter-search{display:flex;align-items:center;gap:.45rem;padding:.65rem .75rem;border-bottom:1px solid #eee7dc;color:var(--rawaf-muted);background:#fbf8f2}.rawaf-smart-filter-input{width:100%;border:0;outline:none;background:transparent;color:var(--rawaf-ink);font-size:12.5px}.rawaf-smart-filter-list{max-height:240px;overflow:auto;padding:.35rem}.rawaf-smart-filter-option{display:block;width:100%;padding:.55rem .7rem;border:0;border-radius:10px;background:transparent;color:var(--rawaf-ink);text-align:start;font-size:12.5px;cursor:pointer}.rawaf-smart-filter-option.is-highlight{background:rgba(194,163,112,.14)}.rawaf-smart-filter-option.is-selected{background:#2a3339;color:#fff;font-weight:700}.rawaf-smart-filter-empty{margin:0;padding:.9rem .7rem;color:var(--rawaf-muted);font-size:12px;text-align:center}