*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Arial,sans-serif}body{color:#173b2a;background:#f4f6f4}a{color:inherit;text-decoration:none}.dashboard{max-width:1200px;min-height:100vh;margin:0 auto;padding:32px}.header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;display:flex}.header h1{margin:0;font-size:32px}.header p{color:#66736b;margin:6px 0 0}.newPostButton{color:#fff;background:#1d5b3a;border-radius:8px;padding:12px 18px;font-weight:600}.nav{background:#fff;border:1px solid #dfe5df;border-radius:10px;flex-wrap:wrap;gap:8px;margin-bottom:24px;padding:10px;display:flex}.nav a{color:#536158;border-radius:7px;padding:10px 14px}.nav a:hover{color:#1d5b3a;background:#edf3ee}.stats{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;display:grid}.statCard{background:#fff;border:1px solid #dfe5df;border-radius:10px;padding:22px}.statCard span{color:#68756c;margin-bottom:10px;display:block}.statCard strong{font-size:32px}.welcome{background:#fff;border:1px solid #dfe5df;border-radius:10px;padding:28px}.welcome h2{margin-top:0}.welcome p{color:#68756c}@media (max-width:700px){.dashboard{padding:20px}.header{flex-direction:column;align-items:flex-start}.stats{grid-template-columns:1fr}}.postForm{background:#fff;border:1px solid #dfe5df;border-radius:10px;max-width:800px;padding:28px}.formGroup{margin-bottom:22px}.formGroup label{margin-bottom:8px;font-weight:600;display:block}.formGroup textarea,.formGroup input[type=date],.formGroup input[type=time],.formGroup input[type=file]{width:100%;font:inherit;background:#fff;border:1px solid #ccd5ce;border-radius:7px;padding:12px}.formGroup textarea{resize:vertical;min-height:180px}.formGroup textarea:focus,.formGroup input:focus{border-color:#1d5b3a;outline:2px solid #b9cfbd}.hint{color:#68756c;margin-top:8px;font-size:14px}.scheduleGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.scheduleButton{color:#fff;cursor:pointer;background:#1d5b3a;border:0;border-radius:8px;width:100%;padding:14px;font-size:16px;font-weight:600}.scheduleButton:hover{background:#16472d}@media (max-width:700px){.scheduleGrid{grid-template-columns:1fr;gap:0}}.scheduleButton:disabled{opacity:.6;cursor:not-allowed}.formMessage{color:#1d5b3a;background:#edf3ee;border-radius:7px;margin-top:16px;padding:12px}.postList{flex-direction:column;gap:14px;display:flex}.postCard{background:#fff;border:1px solid #dfe5df;border-radius:10px;justify-content:space-between;align-items:flex-start;gap:20px;padding:20px;display:flex}.postContent{white-space:pre-wrap;margin:0 0 12px;line-height:1.5}.postDate{color:#68756c;margin:0;font-size:14px}.statusBadge{color:#1d5b3a;background:#edf3ee;border-radius:20px;flex-shrink:0;padding:6px 10px;font-size:12px;font-weight:700}.emptyState{text-align:center;background:#fff;border:1px solid #dfe5df;border-radius:10px;padding:40px}.emptyState h2{margin-top:0}.emptyState p{color:#68756c}@media (max-width:700px){.postCard{flex-direction:column}}
