@import "https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap";
body{background:linear-gradient(pink,#40e0d0);font-family:DM Serif Text,serif}.filters-page{flex-direction:column;gap:1rem;max-width:800px;min-height:100vh;margin:0 auto;padding:1rem;display:flex}.filters-page__header{text-align:center;background-color:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.filters-page__header-title{color:#2c3e50;background-color:#fff;margin-bottom:.5rem;font-size:1.4rem;font-weight:600}@media (min-width:768px){.filters-page__header-title{font-size:2rem}}.filters-page__header-subtitle{color:#6c757d;max-width:240px;margin:0 auto}@media (min-width:768px){.filters-page__header-subtitle{max-width:max-content}}.filters-page__tips{background-color:#fff;border:1px solid #dee2e6;border-radius:8px;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex;box-shadow:0 1px 4px rgba(0,0,0,.05)}.filters-page__tips-title{color:#495057;letter-spacing:.5px;font-weight:600}.filters-page__tips-tip{color:#6c757d;line-height:1.4}
