*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:linear-gradient(135deg,#1a1a2e,#16213e);min-height:100vh;color:#e0e0e0;line-height:1.6}main{max-width:700px;margin:0 auto;padding:2rem 1rem}header{text-align:center;margin-bottom:2rem}header h1{font-size:1.8rem;margin-bottom:.5rem;color:#fff}header p{color:#888;font-size:.9rem}h2{font-size:1.1rem;margin-bottom:1rem;color:#fff;border-bottom:1px solid #333;padding-bottom:.5rem}.posts-section{margin-bottom:2rem}.empty,.error,.loading{text-align:center;padding:2rem;color:#888}.error{color:#ff6b6b}.posts-list{display:flex;flex-direction:column;gap:1rem}.post{background:#1e1e2f;border-radius:12px;padding:1rem;border:1px solid #2a2a3e}.post-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.author-badge{padding:.2rem .6rem;border-radius:20px;font-size:.8rem;font-weight:600;color:#fff}.post-header time{font-size:.8rem;color:#666}.post-content{white-space:pre-wrap;word-break:break-word}.compose-section{background:#1e1e2f;border-radius:12px;padding:1.5rem;margin-bottom:2rem;border:1px solid #2a2a3e}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.9rem;color:#aaa}.form-group select,.form-group textarea{width:100%;padding:.75rem;border-radius:8px;border:1px solid #333;background:#0f0f1a;color:#e0e0e0;font-size:1rem;font-family:inherit}.form-group textarea{resize:vertical;min-height:80px}.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4a9eff}button{background:#4a9eff;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .2s}button:hover:not(:disabled){background:#3a8eef}button:disabled{opacity:.6;cursor:not-allowed}footer{text-align:center;padding:1.5rem;color:#666;font-size:.85rem}footer pre{background:#0f0f1a;padding:1rem;border-radius:8px;overflow-x:auto;margin-top:.5rem;font-size:.75rem;text-align:left;border:1px solid #2a2a3e}