@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{font-family:Rubik,Nunito,sans-serif;line-height:1.6;color:#333;background-color:#f4f4f4}h1,h2,h3,h4,h5,h6{font-family:Rubik,sans-serif;margin-bottom:1rem}p{font-family:Nunito,sans-serif;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:700}input,select,textarea{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:4px;font-family:Nunito,sans-serif}button{background-color:#333;color:#fff;border:none;padding:.5rem 1rem;cursor:pointer;border-radius:4px;font-family:Nunito,sans-serif}button:hover{background-color:#555}button:disabled{background-color:#888;cursor:not-allowed}.btn{display:inline-block;background-color:#333;color:#fff;padding:.5rem 1rem;text-decoration:none;border-radius:4px}.btn:hover{background-color:#555}.error{color:red;margin-bottom:1rem}.container{max-width:1100px;margin:0 auto;padding:0 15px}.header{background-color:#333;color:#fff;padding:1rem 0}.header a{text-decoration:none;color:#fff}.header h1{margin:0}.header .container{display:flex;justify-content:space-between;align-items:center}.header nav ul{display:flex;list-style:none}.header nav ul li{margin-left:20px}.header nav ul li a{color:#fff;text-decoration:none;font-family:Rubik,sans-serif}.header nav ul li a:hover{text-decoration:underline}main{padding:2rem 0}.home-page{margin-top:2rem}.filters{display:flex;gap:1rem;margin-bottom:1.5rem;margin-top:1rem}.search-input,.category-select,.sort-select{flex:1}.create-thread{margin-bottom:1.5rem}.thread-list{margin-top:1.5rem}.thread-item{background-color:#fff;padding:1rem;margin-bottom:1rem;border-radius:4px;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.thread-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.thread-item h3{margin-bottom:.5rem}.thread-item a{color:#333;text-decoration:none}.thread-item a:hover{text-decoration:underline}.thread-meta{margin-top:.5rem;font-size:.8rem;color:#666;display:flex;justify-content:space-between}.category{background-color:#eee;padding:.2rem .5rem;border-radius:4px}.thread-excerpt{color:#555;margin-bottom:1rem}.thread-detail-page{background-color:#fff;padding:1.5rem;border-radius:4px;box-shadow:0 2px 4px #0000001a}.thread-header{margin-bottom:1.5rem}.thread-content{margin-bottom:2rem;line-height:1.7;white-space:pre-wrap}.thread-content p{white-space:pre-wrap}.thread-actions,.reply-actions{margin-top:1rem}.thread-actions button,.reply-actions button{margin-right:.5rem}.new-thread-page{background-color:#fff;padding:1.5rem;border-radius:4px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem}.edit-thread{margin-bottom:2rem}.form-actions{display:flex;gap:10px;margin-top:1rem}.replies-section{margin-top:2rem}.reply-list{margin-top:1rem}.reply-item{background-color:#f9f9f9;padding:1rem;margin-bottom:1rem;border-radius:4px}.reply-meta{margin-top:.5rem;font-size:.8rem;color:#666;display:flex;justify-content:space-between}.reply-form{margin-top:2rem}.author{font-style:italic;color:#666}.thread-meta,.reply-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;font-size:.8rem;color:#666}
