*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background:linear-gradient(135deg,#1a3771,#2d5d98);min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px}.app-container{width:100%;max-width:1200px;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.15);overflow:hidden;margin-top:80px}.app-container,.site-header{background:#fff;display:flex;flex-direction:column}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid #ddd}.header-top-row{justify-content:space-between;padding:5px 20px}.header-left,.header-top-row{display:flex;align-items:center}.header-left{gap:15px}.logo{font-family:Poppins,sans-serif;font-weight:700;font-size:1.8rem;letter-spacing:.5px;color:#1a3771}.selected-university{font-size:1rem;font-weight:500;color:#555;display:none}.header-center{flex:1;justify-content:center}.header-center,.header-search{display:flex;align-items:center}.header-search{position:relative;background-color:#f7f7f7;border-radius:30px;padding:5px 15px}.search-icon{color:#aaa;margin-right:5px}.header-search input{border:none;background:transparent;outline:none;font-size:1rem;width:250px}.header-right{display:flex;align-items:center;gap:20px}.create-post-link{text-decoration:none;color:#222;font-weight:500}.university-toggle-button{background:#f7f7f7;border:1px solid #ccc;border-radius:20px;padding:5px 12px;cursor:pointer;display:flex;align-items:center;gap:5px;font-size:.9rem;color:#333}.university-toggle-button:hover{background:#e0e0e0}.university-toggle-button .material-icons{font-size:18px;color:#666}.user-menu-container{position:relative}.menu-button{display:flex;align-items:center;gap:8px;border:1px solid #ccc;background:#fff;border-radius:20px;padding:5px 10px;cursor:pointer}.menu-button .material-icons{color:#555}.dropdown-menu{position:absolute;top:40px;right:0;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 4px 8px rgba(0,0,0,.1);display:none;flex-direction:column;min-width:150px;z-index:999}.dropdown-menu a{padding:10px 15px;color:#333;text-decoration:none;display:block}.dropdown-menu a:hover{background-color:#f0f0f0}.dropdown-menu.show{display:flex}.mobile-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #ddd;box-shadow:0 -2px 6px rgba(0,0,0,.08);height:60px;justify-content:space-around;align-items:center;z-index:9999}.mobile-bottom-nav .nav-item{display:flex;flex-direction:column;align-items:center;color:#333;text-decoration:none}.mobile-bottom-nav .nav-item span.material-icons{font-size:24px;color:#333}.mobile-bottom-nav .nav-item p{font-size:.75rem;margin-top:2px;color:#333}.category-bar-wrapper{display:flex;align-items:center;justify-content:space-between;background:#f7f7f7;padding:3px 20px;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.category-bar-container{position:relative;flex:1;overflow:hidden}.category-bar{display:flex;gap:8px;overflow-x:auto;padding:5px 0;scrollbar-width:none;-ms-overflow-style:none}.category-bar::-webkit-scrollbar{display:none}.category-option{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;padding:4px 10px;min-width:80px;border:2px solid transparent;border-radius:30px;background-color:#fff;transition:background-color .3s,border-color .3s}.category-option.active{border-color:#1a3771;background-color:#e8edf7}.category-option:hover{background-color:#f0f4ff}.category-option span.material-icons{font-size:24px;margin-bottom:3px;color:#1a3771}.category-option p{color:#1a3771;font-size:.8rem;text-transform:capitalize;white-space:nowrap}.category-scroll-arrow{position:absolute;top:50%;right:0;transform:translateY(-50%);background:linear-gradient(270deg,#f7f7f7,hsla(0,0%,97%,0));width:40px;height:40px;display:none;align-items:center;justify-content:center;cursor:pointer}.category-scroll-arrow.show{display:flex}.category-scroll-arrow span.material-icons{font-size:24px;color:#555}.filters-button{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;padding:8px 12px;border:2px solid transparent;border-radius:30px;background-color:#fff;transition:background-color .3s,border-color .3s;margin-left:20px}.filters-button:hover{background-color:#f0f4ff}.filters-button span.material-icons{font-size:24px;margin-bottom:5px;color:#1a3771}.filters-button p{color:#1a3771;font-size:.8rem;text-transform:capitalize;white-space:nowrap}.posts-grid{display:grid;grid-template-columns:1fr;gap:20px;padding:20px}@media (min-width:600px){.posts-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.posts-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1440px){.posts-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width:1920px){.posts-grid{grid-template-columns:repeat(6,1fr)}}.post-card{position:relative;background:#fff;border:1px solid #eee;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.05);padding:20px;cursor:pointer;transition:transform .3s,box-shadow .3s}.post-card:hover{transform:translateY(-5px);box-shadow:0 6px 15px rgba(0,0,0,.1)}.post-body-text{width:100%;height:200px;background-color:#f9f9f9;color:#555;display:flex;align-items:center;justify-content:center;padding:10px;text-align:center;font-size:1rem}.post-card img{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:10px}.post-card h2{font-size:1.2rem;margin-bottom:10px;color:#1a3771}.post-card p{font-size:.95rem;color:#555}.post-price{font-weight:600;color:#333;margin:5px 0}.post-time-ago{font-size:.8rem;color:#777;margin-bottom:5px}.modal-category,.post-category{display:inline-block;padding:4px 8px;border-radius:4px;color:#fff;font-size:.85rem;font-weight:600;margin-bottom:10px}.modal-category{font-size:.9rem;margin-bottom:15px}.modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .3s ease}.modal.active{opacity:1;visibility:visible}.modal-content{margin-top:20px;background:#fff;border-radius:10px;width:90%;max-width:600px;padding:30px;position:relative;animation:fadeInUp .5s;max-height:calc(100vh - 60px);overflow-y:auto}@keyframes fadeInUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.close-modal{position:absolute;top:15px;right:15px;font-size:1.5rem;color:#888;cursor:pointer}#modalSlider{position:relative;margin-bottom:15px}#modalSlider img{width:100%;height:auto;border-radius:8px}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);font-size:2rem;color:#1a3771;background:hsla(0,0%,100%,.8);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;user-select:none}.slider-arrow.left{left:10px}.slider-arrow.right{right:10px}.modal-content h2{margin-bottom:5px;color:#1a3771}.modal-content .price{font-weight:600;margin-top:5px;margin-bottom:20px;color:#000}.modal-content p{margin-bottom:10px;color:#555}.created-at{font-size:.9rem;color:#555;margin-bottom:15px}.message-box{margin-top:20px}.message-box form{display:flex;flex-direction:column}.message-box form label{margin-bottom:5px;font-weight:600;color:#555}.message-box input,.message-box textarea{margin-bottom:10px;padding:10px;border-radius:6px;border:1px solid #ddd;font-size:1rem;resize:vertical}.message-box button{margin-bottom:10px;background-color:#1a3771;color:#fff;padding:10px 20px;border:none;border-radius:5px;cursor:pointer}.message-box button:hover{background-color:#2d5d98}.share-buttons{justify-content:flex-end;margin-top:auto}.share-buttons,.share-buttons button{display:flex;gap:10px;align-items:center}.share-buttons button{background-color:#1a3771;color:#fff;padding:10px 15px;border:none;border-radius:5px;cursor:pointer;font-size:1rem;transition:background-color .3s}.share-buttons button:hover{background-color:#2d5d98}.share-buttons i{font-size:1.2rem}.wishlist-icon{position:absolute;top:25px;right:25px;color:rgba(0,0,0,.5);padding:5px;border-radius:50%;cursor:pointer;z-index:10}.wishlist-icon i{font-size:1rem}.wishlist-message{position:absolute;top:10px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.7);color:#fff;padding:5px 10px;border-radius:5px;font-size:.8rem;z-index:20;opacity:1;transition:opacity .5s ease-out}@media (max-width:600px){.header-left,.header-right{display:none}.header-center{flex:initial;width:100%;justify-content:center}.header-search{width:90%;margin:0 auto}.mobile-bottom-nav{display:flex}.app-container{padding-top:70px}}@media (min-width:601px){.mobile-bottom-nav{display:none}}.university-selection-wrapper{display:flex;justify-content:center;padding:5px 0;background-color:#fff;border-bottom:1px solid #ccc}.university-selection{display:flex;gap:10px}.university-option{padding:10px 20px}.university-bar-wrapper{display:flex;align-items:center;justify-content:center;background:#fff;padding:5px 20px;border-bottom:1px solid #ccc}.university-bar-container{position:relative;flex:1;overflow:hidden}.university-bar{display:flex;gap:10px;overflow-x:auto;padding:5px 0;scrollbar-width:none;-ms-overflow-style:none}.university-bar::-webkit-scrollbar{display:none}.university-option{flex:0 0 auto;padding:8px 16px;background-color:#f0f0f0;border:1px solid #ccc;border-radius:20px;font-size:14px;cursor:pointer;transition:background-color .3s;white-space:nowrap}.university-option.active{background-color:#1d3557;color:#fff}.university-option:hover{background-color:#e0e0e0}.university-scroll-arrow{position:absolute;top:50%;right:0;transform:translateY(-50%);background:linear-gradient(270deg,#fff,hsla(0,0%,100%,0));width:40px;height:40px;display:none;align-items:center;justify-content:center;cursor:pointer;z-index:1}.university-scroll-arrow.show{display:flex}.university-scroll-arrow span.material-icons{font-size:24px;color:#555}.selected-university{font-size:1.5rem;font-weight:600;text-align:center;padding:4px 0;color:#1a3771;cursor:pointer}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6c9a125e97d835e1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/4c285fdca692ea22-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins Fallback;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_f31c6c{font-family:Poppins,Poppins Fallback;font-style:normal}