*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background-color:#f8f9fa;padding-top:160px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}.sidebar-overlay{z-index:2000;background:#00000080;position:fixed;inset:0}.sidebar{z-index:2001;background:#fff;width:160px;height:100%;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:-2px 0 10px #0000001a}.sidebar-content{padding:2rem 1rem}.sidebar-link{text-align:left;color:#333;cursor:pointer;background:0 0;border:none;border-radius:8px;width:100%;margin-bottom:.5rem;padding:1rem;font-size:1rem;text-decoration:none;transition:background-color .2s;display:block}.sidebar-link:hover{background-color:#f0f0f0}.sidebar-link.logout{color:#dc3545}.sidebar-divider{background:#ddd;height:1px;margin:1rem 0}.main-container{max-width:1200px;margin:0 auto;padding:.5rem .25rem}.post-list-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px;max-width:1400px;margin:0 auto;padding:0 .5rem 12px;display:grid}.post-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000014}.post-card:hover{border-color:#007bff;transform:translateY(-8px);box-shadow:0 12px 25px #00000026}.post-image-container{background:#f8f9fa;width:100%;height:220px;position:relative;overflow:hidden}.post-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.post-card:hover .post-image{transform:scale(1.05)}.post-info{flex-direction:column;flex-grow:1;gap:12px;padding:20px;display:flex}.post-title{color:#2c3e50;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;margin:0;font-size:1.2em;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.post-price{color:#007bff;margin:0;font-size:1.5em;font-weight:800}.post-meta{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.post-category{color:#666;background:#f8f9fa;border-radius:20px;padding:4px 12px;font-size:.85em;font-weight:500}.post-reference{color:#888;font-family:monospace;font-size:.75em}.post-stats,.view-btn{display:none}.no-posts-message{text-align:center;grid-column:1/-1;padding:60px 20px}.no-posts-message h3{color:#666;margin-bottom:15px;font-size:1.5em}.no-posts-message p{color:#888;margin-bottom:25px}@media (min-width:1024px){.post-list-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;padding:.5rem 15px 15px}}@media (max-width:1023px) and (min-width:769px){.post-list-grid{grid-template-columns:repeat(3,1fr);gap:20px;padding:.5rem 10px 10px}}@media (max-width:768px){.post-list-grid{grid-template-columns:repeat(2,1fr);gap:15px;padding:.5rem 8px 8px}.post-image-container{height:180px}.post-info{padding:15px}.post-title{font-size:1.1em}.post-price{font-size:1.3em}}@media (max-width:480px){.post-list-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:0 4px 6px}.post-card{border-radius:10px}.post-image-container{height:170px}.post-info{gap:8px;padding:12px}.post-title{-webkit-line-clamp:2;min-height:2.2em;font-size:1em}.post-price{font-size:1.2em}.post-category{padding:3px 8px;font-size:.75em}}@media (max-width:360px){.post-list-grid{grid-template-columns:repeat(2,1fr);gap:8px;padding:0 4px 4px}.post-image-container{height:130px}.post-info{padding:10px}.post-title{font-size:.9em}.post-price{font-size:1.1em}}.auth-modal-overlay{z-index:3000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.auth-modal{background:#fff;border-radius:12px;width:90%;max-width:400px;padding:2rem;box-shadow:0 10px 25px #0003}.auth-modal h2{text-align:center;color:#333;margin-bottom:1.5rem}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-input{border:1px solid #ddd;border-radius:8px;padding:.75rem;font-size:1rem}.auth-button{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:8px;padding:.75rem;font-size:1rem;transition:background-color .2s}.auth-button:hover{background:#0056b3}.auth-switch{text-align:center;margin-top:1rem}.auth-switch button{color:#007bff;cursor:pointer;background:0 0;border:none;text-decoration:underline}.auth-switch button:hover{color:#0056b3}.posts-loading{grid-column:1/-1;justify-content:center;align-items:center;padding:60px 20px;display:flex}.loading-spinner{border:4px solid #f3f3f3;border-top-color:#007bff;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
