body{font-family:Arial,Helvetica,sans-serif;background-color:#fbfee7;margin:0;padding:0}h1{text-align:center;color:#333;margin-bottom:20px}h2{font-size:20px;color:#333;margin-bottom:12px;border-bottom:2px solid #007bff;padding-bottom:4px}form{display:flex;flex-direction:column;align-items:center;margin-bottom:30px}textarea{width:80%;max-width:600px;padding:10px;font-size:16px;margin-bottom:10px;border-radius:6px;border:1px solid #ccc;resize:none}input[type=datetime-local],select,input[type=text]{width:80%;max-width:300px;padding:8px;font-size:14px;margin-bottom:10px;border-radius:6px;border:1px solid #ccc}button{padding:10px 20px;background-color:#4caf50;border:none;color:#fff;font-size:16px;cursor:pointer;border-radius:6px;transition:.3s;margin-bottom:18px}button:hover{background-color:#45a049}.home-container{padding:20px}.nav a{text-decoration:none;color:#007bff;font-weight:700;padding:6px 12px;border-radius:6px;transition:background .3s,color .3s}.nav a:hover{background-color:#007bff;color:#fff}.post-list{display:flex;flex-direction:column;align-items:center}.post-item{width:80%;max-width:600px;background-color:#fff;border:1px solid #ccc;margin-bottom:15px;padding:15px;border-radius:8px;box-shadow:1px 1px 6px #0000001a}.post-item p{font-size:16px;margin-bottom:10px}.post-item small{display:block;margin-bottom:8px;color:#666;font-size:14px}.post-item p:nth-child(5){color:#d63384;font-weight:700}.engagement{margin-top:10px}.engagement button{margin-right:10px;padding:6px 12px;background-color:#007bff;border:none;color:#fff;border-radius:6px;cursor:pointer;transition:.3s}.engagement button.like{background-color:#28a745}.engagement button.like:hover{background-color:#218838}.engagement button.share{background-color:#17a2b8}.engagement button.share:hover{background-color:#138496}.status-draft{background-color:#f8d7da;color:#721c24;padding:2px 6px;border-radius:4px;font-size:12px;font-weight:700}.status-pendingreview{background-color:#fff3cd;color:#856404;padding:2px 6px;border-radius:4px;font-size:12px;font-weight:700}.status-approved{background-color:#d4edda;color:#155724;padding:2px 6px;border-radius:4px;font-size:12px;font-weight:700}.alerts{width:80%;max-width:600px;margin:0 auto 15px}.alert{padding:10px 15px;margin-bottom:8px;border-radius:6px;background-color:#d1ecf1;color:#0c5460;border:1px solid #bee5eb;font-weight:700;text-align:center;animation:fadein .5s,fadeout .5s 2.5s}@keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadeout{0%{opacity:1}to{opacity:0}}.alerts p{animation:fadeIn .5s ease-in-out}.calendar-view{margin-top:30px;padding:20px;background:#fff;border-radius:8px;box-shadow:2px 2px 12px #00000014}.calendar-day{margin-bottom:15px;padding:10px;background:#fbfee7;border-radius:6px;border:1px solid #ccc}.calendar-day.today{border:2px solid #007bff;background-color:#e7f1ff}.suggestions{margin-top:10px;padding:10px;background:#eef6ff;border-radius:6px;border:1px solid #cce0ff}.suggestions p{margin:0 0 5px;font-weight:700}.hashtag{display:inline-block;margin-right:8px;margin-bottom:5px;padding:4px 8px;background:#007bff;color:#fff;border-radius:4px;font-size:14px;cursor:pointer;text-decoration:none;transition:all .2s}.hashtag:hover{background:#0056b3;transform:scale(1.1)}.analytics{margin-top:30px;padding:20px;background:#fff3cd;border:1px solid #ffeeba;border-radius:8px;box-shadow:2px 2px 12px #00000014}.category-promo{color:#d63384;font-weight:700}.category-educational{color:#007bff;font-weight:700}.category-entertainment{color:#28a745;font-weight:700}.pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:15px}.pagination button{background-color:#007bff;padding:6px 14px;font-size:14px;color:#fff;border:none;border-radius:4px}.pagination button:disabled{background-color:#ccc;cursor:not-allowed}.pagination span{font-weight:700;color:#333}@media (max-width: 768px){textarea,input[type=datetime-local],select,input[type=text],.post-item{width:95%}}
