.restaurants-explorer{display:flex;flex-direction:column;gap:12px;width:100%;max-width:none;margin:0 auto}.restaurants-explorer__header{margin-bottom:4px;width:100%}.restaurants-explorer__accent{width:54px;height:4px;background-color:#D1C08B;margin-bottom:6px;border-radius:0}.restaurants-explorer__title{font-family:var(--ag-font-ui,"Figtree",sans-serif);font-size:24px;font-weight:500;color:#0C1F34;line-height:28px;margin:0}@media (min-width:768px){.restaurants-explorer__title{font-size:28px;line-height:32px}}.restaurants-explorer__search-row{display:flex;align-items:center;gap:8px;width:100%}.restaurants-explorer__filter-btn{display:flex;align-items:center;justify-content:center;width:42px;height:42px;flex-shrink:0;background-color:#FFFFFF;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.restaurants-explorer__filter-btn:hover,.restaurants-explorer__filter-btn[data-active=true]{border-color:#0C1F34;background-color:#F8FAFC}.restaurants-explorer__search-box{flex:1 1;display:flex;align-items:center}.restaurants-explorer__search-input{width:100%;height:42px;padding:0 14px;font-family:var(--ag-font-ui,"Figtree",sans-serif);font-size:.8125rem;color:#0C1F34;background-color:#FFFFFF;border:1px solid #cbd5e1;border-radius:6px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.restaurants-explorer__search-input::placeholder{color:#94A3B8;font-size:.8125rem}.restaurants-explorer__search-input:focus{border-color:#0C1F34;box-shadow:0 0 0 2px rgba(12,31,52,.08)}.restaurants-explorer__filters-box{background-color:#FFFFFF;border:1px solid #e2e8f0;border-radius:6px;padding:12px 14px 14px;box-shadow:0 2px 8px rgba(0,0,0,.03);display:flex;flex-direction:column;gap:10px}.restaurants-explorer__filters-title{font-family:var(--ag-font-ui,"Figtree",sans-serif);font-size:.6875rem;font-weight:800;color:#0C1F34;text-transform:uppercase;letter-spacing:.08em;margin:0}.restaurants-explorer__categories-grid{display:flex;flex-wrap:wrap;gap:8px;overflow:hidden;transition:max-height .3s cubic-bezier(.16,1,.3,1)}.restaurants-explorer__category-box{height:30px;box-sizing:border-box;background-color:#FFFFFF;border:1px solid #cbd5e1;border-radius:4px;padding:0 10px;font-family:var(--ag-font-ui,"Figtree",sans-serif);font-size:.75rem;font-weight:500;color:#0C1F34;cursor:pointer;white-space:nowrap;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:6px;line-height:1}.restaurants-explorer__category-icon{color:#1A5055;flex-shrink:0;transition:color .15s ease}.restaurants-explorer__category-box:hover{border-color:#0C1F34}.restaurants-explorer__category-box[data-active=true]{background-color:#0C1F34;color:#FFFFFF;border-color:#0C1F34;font-weight:600}.restaurants-explorer__category-box[data-active=true] .restaurants-explorer__category-icon{color:#DFCE9A}.restaurants-explorer__category-box--more{border-style:dashed;border-color:#94A3B8;color:#1A5055;font-weight:600;gap:4px;background-color:#F8FAFC}.restaurants-explorer__category-box--more:hover{border-color:#0C1F34;background-color:#F1F5F9;color:#0C1F34}.restaurants-explorer__grid{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px;width:100%;margin-top:4px}@media (min-width:640px){.restaurants-explorer__grid{grid-template-columns:repeat(2,1fr);gap:18px}}@media (min-width:1024px){.restaurants-explorer__grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (min-width:1439px){.restaurants-explorer__grid{grid-template-columns:repeat(4,1fr);gap:20px}}