.page{flex-direction:column;min-height:100vh;display:flex}.page-results-section{padding-top:5rem;position:relative}.page-results-section__header{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.page-results-section__title{color:#20272b;margin:0;font-size:2.25rem;font-weight:600}.page-results-section__count{color:#65686c;margin-block:0;margin-top:5px;font-size:1.375rem}.page-results-section__content{width:100%;max-width:100%;overflow-x:auto}.page-results-section__table{background:#fff;width:100%;overflow:hidden}.page-results-section__table-head{background:#f3f3f3;border-radius:12px}.page-results-section__table-head-row{align-items:center;width:100%;display:flex}.page-results-section__table-head-cell{text-align:left;color:#20272b;letter-spacing:.5px;padding:1rem;font-size:.875rem;font-weight:600}.page-results-section__table-head-cell:first-child{flex:0 0 25%}.page-results-section__table-head-cell:nth-child(2){flex:0 0 20%}.page-results-section__table-head-cell:nth-child(3){flex:0 0 45%}.page-results-section__table-head-cell:nth-child(4){flex:0 0 10%}.page-results-section__table-head-cell-title{display:block}.page-results-section__table-body{background:#fff}.page-results-section__table-body-item{color:#20272b;text-decoration:none;display:block}@media (max-width:1200px){.page-results-section__table-head-row,.page-results-section__header{justify-content:space-between}.page-results-section__table-head-cell{align-items:center}.page-results-section__table-head-cell:first-child,.page-results-section__table-head-cell:nth-child(2){flex:0 0 0}}@media (max-width:480px){.page-results-section__title{font-size:1.875rem}.page-results-section__count{font-size:1.125rem}}
.material-item{border-bottom:1px solid #f3f4f6;align-items:center;transition:all .2s;display:flex}.material-item:hover{background:#f8fafc}.material-item:last-child{border-bottom:none}.material-item--mobile{position:relative}.material-item__cell{align-items:center;padding:1.5rem 1rem;display:flex;overflow:hidden}.material-item__cell--title{flex:0 0 25%}.material-item__cell--category{flex:0 0 20%}.material-item__cell--description{flex:0 0 45%}.material-item__cell--actions{flex:0 0 10%}.material-item__title-section{align-items:center;gap:12px;min-width:0;display:flex}.material-item__title{color:#20272b;white-space:nowrap;text-overflow:ellipsis;word-wrap:break-word;width:100%;margin:0;font-size:1.125rem;font-weight:600;line-height:1.3;overflow:hidden}.material-item__category-section{min-width:0}.material-item__category{color:#65686c;font-size:.875rem;font-weight:500;display:block}.material-item__description-section{width:100%;min-width:0}.material-item__description{color:#65686c;white-space:nowrap;text-overflow:ellipsis;word-wrap:break-word;width:100%;margin:0;font-size:.875rem;line-height:1.5;overflow:hidden}.material-item__actions-section{justify-content:flex-start;align-items:center;min-width:80px;display:flex}.material-item__actions{align-items:center;gap:.5rem;display:flex}.material-item__actions--mobile{z-index:998;background:#fff;justify-content:space-between;width:30%;height:100%;padding:12px;transition:transform .2s;position:absolute;top:0;right:0;transform:translate(100%)}.material-item__actions--open{transform:translate(0)}.material-item__action-button{color:#65686c;cursor:pointer;background:#fafafa;border:none;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;padding:.5rem;font-size:1rem;transition:all .2s;display:flex}.material-item__action-button:hover{color:#0966ff;background:#0000000d}.material-item__action-button--download:hover{color:#0966ff}.material-item__action-button--delete:hover{color:#dc2626}.material-item__action-button--menu{cursor:pointer;color:#65686c;background:0 0;border:none;margin:0;padding:0;font-size:1rem}.material-item__actions-overlay{z-index:997;background:#00000080;width:100%;height:100%;transition:transform .2s;position:absolute;top:0;left:0;transform:translate(0)}@media (max-width:1200px){.material-item--mobile .material-item__cell{flex:100%;align-items:flex-start;gap:12px;display:flex}.material-item--mobile .material-item__title-section{flex-direction:column;align-items:flex-start;gap:.5rem}.material-item--mobile svg{scale:1.3}.material-item--mobile .material-item__action-button{cursor:pointer;color:#65686c;background:0 0;border:none;margin:0;padding:0;font-size:1rem}.material-item--mobile .material-item__action-button--download,.material-item--mobile .material-item__action-button--delete{border:1px solid #20272b;border-radius:10px;scale:1.3}}@media (max-width:768px){.material-item{gap:1rem}.material-item__title-section,.material-item__description-section{max-width:none}.material-item__actions-section{justify-content:center}}@media (max-width:480px){.material-item__title{font-size:1rem}.material-item__description{font-size:.8rem}.material-item--mobile .material-item__actions--mobile{width:50%}}
.pagination{justify-content:space-between;align-items:center;margin-top:2rem;padding:1.5rem 0;display:flex}.pagination--mobile{flex-direction:column;align-items:stretch;gap:1rem}@media (max-width:768px){.pagination{flex-direction:column;align-items:stretch;gap:1rem}}.pagination__info{align-items:center;display:flex}.pagination__text{color:#d5d5d5;align-items:center;gap:12px;font-size:.875rem;font-weight:500;display:flex}.pagination__text--mobile{cursor:pointer;color:#65686c;background:0 0;border:none;margin:0 auto;padding:0;font-size:1rem;text-decoration:underline}@media (max-width:1200px){.pagination__text{cursor:pointer;color:#65686c;background:0 0;border:none;margin:0 auto;padding:0;font-size:1rem;text-decoration:underline}}.pagination__text_number{color:#20272b;background:#f3f3f3;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;padding:0 10px;font-size:.875rem;font-weight:500;display:flex}.pagination__controls{align-items:center;gap:.5rem;display:flex}.pagination__button{color:#20272b;cursor:pointer;background:#f3f3f3;border:none;border-radius:10px;outline:none;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 .75rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.pagination__button:hover:not(:disabled){background:#dceaff}.pagination__button--active{color:#fff;background:#0966ff;border-color:#0966ff}.pagination__button--active:hover{color:#fff;background:#0966ff}.pagination__button--ellipsis{cursor:default;background:0 0;border-color:#0000}.pagination__button--ellipsis:hover{color:#65686c;border-color:#0000}.pagination__button:disabled{cursor:default;opacity:.5}@media (max-width:768px){.pagination__button{min-width:36px;height:36px;font-size:.8rem}}@media (max-width:480px){.pagination__button{min-width:32px;height:32px;font-size:.75rem}}
.filter-tags{flex-wrap:nowrap;gap:8px;width:95%;margin-bottom:16px;display:flex;position:absolute;top:40px;overflow-x:auto}.filter-tags__tag{background-color:#f5f5f5;border-radius:20px;flex-wrap:nowrap;align-items:center;gap:8px;padding:8px 12px;display:flex}.filter-tags__tag-label{color:#333;white-space:nowrap;font-size:14px}.filter-tags__tag-arrow{color:#666;font-size:12px}.filter-tags__delete-button{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:background-color .2s;display:flex}.filter-tags__delete-button:hover{background-color:#e0e0e0}.filter-tags__delete-icon{color:#666;font-size:12px}
