.postList-module__SpAIKG__main{background:var(--news-surface-bg);border:1px solid var(--news-surface-border);width:min(1200px,92%);box-shadow:var(--news-surface-shadow);border-radius:28px;flex-direction:column;justify-content:center;align-items:center;margin:3rem auto;padding:2.5rem 2rem;display:flex}.postList-module__SpAIKG__container{background:var(--news-surface-bg);border:1px solid var(--news-surface-border);width:min(1200px,92%);box-shadow:var(--news-surface-shadow);border-radius:28px;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;padding:2.5rem 2rem 3rem;display:flex}.postList-module__SpAIKG__title{color:var(--news-heading);text-align:center;margin-top:2rem;margin-bottom:2rem;font-size:clamp(2.6rem,5vw,4.2rem);font-weight:800;line-height:1.08}.postList-module__SpAIKG__subtitle{color:var(--news-muted);text-align:center;margin-top:-.8rem;margin-bottom:2rem;font-size:1.12rem}.postList-module__SpAIKG__postList{flex-direction:column;gap:1.2rem;width:100%;display:flex}.postList-module__SpAIKG__postLink{background:var(--news-card-bg);border:1px solid var(--news-card-border);border-left:4px solid var(--news-accent);width:100%;box-shadow:var(--news-card-shadow);border-radius:18px;grid-template-columns:240px 1fr;align-items:center;gap:1rem;min-height:170px;max-height:185px;padding:1rem;text-decoration:none;transition:transform .22s,box-shadow .22s,border-color .22s,background .22s;display:grid}.postList-module__SpAIKG__postLink:hover{border-color:var(--news-card-border-hover);box-shadow:var(--news-card-shadow-hover);background:var(--news-card-bg-hover);transform:translateY(-3px)}.postList-module__SpAIKG__imageWrapper{background:var(--news-image-bg);border-radius:12px;width:100%;height:155px;overflow:hidden}.postList-module__SpAIKG__postImage{object-fit:cover;width:100%;height:100%;display:block}.postList-module__SpAIKG__placeholderImage{object-fit:contain;background-color:#f9fafb;width:100%;height:100%;padding:10px;display:block}.postList-module__SpAIKG__textContent{flex-direction:column;justify-content:center;min-width:0;padding:.2rem .2rem .2rem 0;display:flex;overflow:hidden}.postList-module__SpAIKG__postTitle{color:var(--news-card-title);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:1.25rem;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.postList-module__SpAIKG__postBody{color:var(--news-card-text);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.95rem;line-height:1.5;display:-webkit-box;overflow:hidden}.postList-module__SpAIKG__tagsBlock{flex-wrap:wrap;gap:8px;margin-top:.9rem;display:flex}.postList-module__SpAIKG__tag{background:var(--news-tag-bg);width:fit-content;color:var(--news-tag-text);box-shadow:var(--news-tag-shadow);border-radius:999px;justify-content:center;align-items:center;padding:6px 12px;font-size:.75rem;font-weight:700;display:inline-flex}.postList-module__SpAIKG__paginationWrapper{justify-content:center;width:100%;margin-top:2.2rem;display:flex}.postList-module__SpAIKG__paginationWrapper div{background-color:var(--bg-pagination);box-sizing:border-box;border:1px solid #dbe4ee;border-radius:18px;justify-content:center;align-items:center;gap:1rem;width:100%;max-width:560px;padding:.9rem 1.3rem;display:flex;box-shadow:0 8px 20px #0f234b0d}:root{--news-heading:#163b6d;--news-muted:#6f7c91;--news-surface-bg:linear-gradient(180deg, #fff 0%, #f8fafc 100%);--news-surface-border:#dbe4ee;--news-surface-shadow:0 14px 34px #0f234b14;--news-card-bg:linear-gradient(180deg, #fff 0%, #f8fafc 100%);--news-card-bg-hover:linear-gradient(180deg, #fff 0%, #f4f8fd 100%);--news-card-border:#ffffff0f;--news-card-border-hover:#60a5fa66;--news-card-shadow:0 6px 18px #00000040;--news-card-shadow-hover:0 14px 28px #00000059;--news-card-title:#1f3558;--news-card-text:#445066;--news-image-bg:#e9eef5;--news-accent:#5f8dff;--news-tag-bg:linear-gradient(135deg, #1d4f91, #2d69b7);--news-tag-text:#fff;--news-tag-shadow:0 6px 14px #1d4f912e;--news-pagination-bg:linear-gradient(180deg, #fff 0%, #f8fafc 100%);--news-pagination-border:#dbe4ee;--news-pagination-shadow:0 8px 20px #0f234b0d}@media (prefers-color-scheme:dark){:root{--news-heading:#93c5fd;--news-muted:#b7b7b7;--news-surface-bg:linear-gradient(180deg, #242424 0%, #1c1c1c 100%);--news-surface-border:#ffffff14;--news-surface-shadow:0 18px 38px #0000004d;--news-card-bg:linear-gradient(180deg, #262626 0%, #1f1f1f 100%);--news-card-bg-hover:linear-gradient(180deg, #2e2e2e 0%, #242424 100%);--news-card-border:#ffffff14;--news-card-border-hover:#4da3ff59;--news-card-shadow:0 8px 22px #0003;--news-card-shadow-hover:0 16px 30px #0000004d;--news-card-title:#fff;--news-card-text:#cfcfcf;--news-image-bg:#1b1b1b;--news-accent:#4da3ff;--news-tag-bg:linear-gradient(135deg, #184e91, #2563c9);--news-tag-text:#fff;--news-tag-shadow:0 8px 18px #2563c938;--news-pagination-bg:linear-gradient(180deg, #161616 0%, #101010 100%);--news-pagination-border:#ffffff14;--news-pagination-shadow:0 12px 28px #0000003d}}@media (max-width:900px){.postList-module__SpAIKG__main,.postList-module__SpAIKG__container{border-radius:20px;width:94%;margin-top:1.5rem;margin-bottom:1.5rem;padding:1.5rem 1rem 2rem}.postList-module__SpAIKG__title{margin-bottom:1.4rem;font-size:2.4rem}.postList-module__SpAIKG__subtitle{margin-top:-.5rem;margin-bottom:1.4rem;font-size:1rem}.postList-module__SpAIKG__postList{gap:1rem}.postList-module__SpAIKG__postLink{border-radius:16px;grid-template-columns:110px 1fr;min-height:125px;max-height:135px;padding:.75rem}.postList-module__SpAIKG__imageWrapper{border-radius:10px;height:100px}.postList-module__SpAIKG__postTitle{margin-bottom:4px;font-size:1rem}.postList-module__SpAIKG__postBody{-webkit-line-clamp:2;line-clamp:2;font-size:.88rem;line-height:1.4}.postList-module__SpAIKG__tagsBlock{gap:6px;margin-top:.65rem}.postList-module__SpAIKG__tag{padding:4px 10px;font-size:.68rem}.postList-module__SpAIKG__paginationWrapper{margin-top:1.4rem}.postList-module__SpAIKG__paginationWrapper div{border-radius:14px;gap:.7rem;padding:.75rem 1rem}}
.pagination-module__nwvW_W__paginationContainer{justify-content:center;width:100%;display:flex}.pagination-module__nwvW_W__paginationWrapper{border:1px solid var(--menu-separator);background:var(--menu-background);border-radius:999px;align-items:center;gap:1rem;padding:.6rem 1rem;display:flex;box-shadow:0 6px 16px #74717114}.pagination-module__nwvW_W__paginationButton{border:1px solid var(--menu-separator);background:var(--bg-pagination);width:42px;height:42px;color:var(--foreground);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.pagination-module__nwvW_W__paginationButton:hover{background:var(--background-secondary);border-color:var(--logo-primary);transform:translateY(-1px)}.pagination-module__nwvW_W__paginationButton:active{transform:scale(.95)}.pagination-module__nwvW_W__disabled{opacity:.5;cursor:not-allowed;background:var(--bg-pagination-disabled);transform:none!important}.pagination-module__nwvW_W__pageInfo{color:var(--foreground);font-size:.95rem}.pagination-module__nwvW_W__num{color:var(--logo-primary);font-weight:700}
.studentsWorks-module__2bIBBq__wrapper{width:min(1200px,92%);margin:0 auto;padding:3rem 0 4rem}.studentsWorks-module__2bIBBq__header{text-align:center;margin-bottom:2.5rem}.studentsWorks-module__2bIBBq__title{color:var(--logo-secondary);margin-bottom:.7rem;font-size:clamp(2.6rem,4.5vw,3.8rem);font-weight:800;line-height:1.08}.studentsWorks-module__2bIBBq__subtitle{color:var(--foreground);opacity:.7;margin:0;font-size:1.15rem}.studentsWorks-module__2bIBBq__contentBox{background:var(--background-secondary);border:1px solid var(--menu-separator);border-radius:28px;padding:2rem;box-shadow:0 12px 30px #00000014}.studentsWorks-module__2bIBBq__list{flex-direction:column;gap:1.5rem;display:flex}.studentsWorks-module__2bIBBq__paginationWrapper{justify-content:center;width:100%;margin-top:2.2rem;display:flex}.studentsWorks-module__2bIBBq__paginationWrapper div{background-color:var(--bg-pagination);box-sizing:border-box;border:1px solid #dbe4ee;border-radius:18px;justify-content:center;align-items:center;gap:1rem;width:100%;max-width:560px;padding:.9rem 1.3rem;display:flex;box-shadow:0 8px 20px #0f234b0d}@media (prefers-color-scheme:dark){.studentsWorks-module__2bIBBq__title{color:var(--logo-secondary)}.studentsWorks-module__2bIBBq__subtitle{color:var(--foreground);opacity:.7}}@media (max-width:900px){.studentsWorks-module__2bIBBq__wrapper{width:94%;padding:2rem 0 3rem}.studentsWorks-module__2bIBBq__header{margin-bottom:2rem}.studentsWorks-module__2bIBBq__title{font-size:2.5rem}.studentsWorks-module__2bIBBq__subtitle{font-size:1rem}.studentsWorks-module__2bIBBq__contentBox{border-radius:20px;padding:1.2rem}.studentsWorks-module__2bIBBq__paginationWrapper{margin-top:1.4rem}}
