.filter-result-info {
    margin: 0 0 1rem 0;
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.4;
}

.filter-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 0.8rem;
    align-items: end;
    margin: 0 0 0.95rem 0;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 0.38rem;
    min-width: 0;
    padding: 0.78rem;
    border: 1px solid #dbe4ef;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.filter-group.has-child-filter {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.filter-group-label {
    font-size: 0.76rem;
    font-weight: 700;
    color: #64748b;
}

.filter-select {
    width: 100%;
    min-width: 0;
    border-radius: 0.88rem;
    padding: 0.7rem 2rem 0.7rem 0.85rem;
    font-size: 0.88rem;
    border: 1px solid #d8e1eb;
    background-color: #ffffff;
}

.filter-reset-btn {
    min-height: 2.85rem;
    margin-left: 0;
}

.filter-active-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.4rem;
    height: 1.4rem;
    padding: 0 0.4rem;
    border-radius: 999px;
    background: #2563eb;
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1;
}

.filter-toolbar {
    display: none;
}

.filter-toolbar-main {
    flex: 1 1 auto;
    min-width: 0;
}

.filter-open-btn {
    width: 100%;
    justify-content: center;
    gap: 0.55rem;
}

.filter-toolbar-status {
    margin-top: 0.45rem;
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.35;
}

.filter-reset-btn-mobile {
    white-space: nowrap;
}

.filter-modal-dialog {
    width: min(760px, calc(100% - 2rem));
    max-width: 760px;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}

.filter-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem 1rem 0.8rem;
    border-bottom: 1px solid #eef2f7;
}

.filter-modal-header h2 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.2;
}

.filter-modal-subtitle {
    margin-top: 0.3rem;
    color: #64748b;
    font-size: 0.84rem;
    line-height: 1.35;
}

.filter-modal-close {
    min-width: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    flex: 0 0 auto;
}

.filter-modal-status {
    padding: 0.8rem 1rem 0;
    color: #64748b;
    font-size: 0.84rem;
    line-height: 1.35;
}

.filter-modal-body {
    flex: 1 1 auto;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.9rem 1rem 1rem;
}

.filter-modal-card {
    padding: 0.85rem;
    border: 1px solid #dbe4ef;
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.filter-modal-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.55rem;
}

.filter-modal-card-title {
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.25;
    color: #0f172a;
}

.filter-modal-card-note {
    flex: 0 0 auto;
    padding: 0.18rem 0.5rem;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
}

.filter-modal-label {
    display: block;
    margin-bottom: 0.3rem;
}

.filter-modal-select {
    margin-bottom: 0.45rem;
}

.filter-modal-select:last-child {
    margin-bottom: 0;
}

.filter-modal-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    padding: 0.9rem 1rem 1rem;
    border-top: 1px solid #eef2f7;
    background: #ffffff;
}