@import"https://fonts.googleapis.com/css2?family=Times+New+Roman:wght@400;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{background-color:#fff200;font-family:Times New Roman,serif;font-size:13px;color:#000;line-height:1.2}.container{max-width:1000px;margin:0 auto;padding:10px}.header{background-color:#fff;border:2px solid #000000;padding:10px;margin-bottom:10px;text-align:center}.header h1{font-size:24px;margin-bottom:5px}.nav{background-color:#fff;border:1px solid #000000;padding:5px;margin-bottom:15px}.nav a{color:#00e;text-decoration:underline;margin-right:15px}.nav a:visited{color:#551a8b}.thread{background-color:#fff;border:2px solid #000000;margin-bottom:15px;padding:0}.post{border-bottom:1px solid #cccccc;padding:10px}.post:last-child{border-bottom:none}.post-header{font-weight:700;margin-bottom:5px;color:#117743}.post-meta{font-size:11px;color:#666;margin-bottom:8px}.post-content{margin-bottom:10px}.post-image{margin:10px 0;text-align:center}.post-image img{max-width:250px;max-height:250px;border:1px solid #000000}.op{background-color:#f0f0f0}.reply-count{font-size:11px;color:#666;margin-top:10px}.image-gallery{background-color:#fff;border:2px solid #000000;padding:15px;margin-bottom:15px}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;margin-top:10px}.gallery-item img{width:100%;height:150px;-o-object-fit:contain;object-fit:contain;border:1px solid #000000;background-color:#f9f9f9}.sticky{background-color:#ffc}table{border-collapse:collapse;width:100%}.board-stats{background-color:#fff;border:1px solid #000000;padding:8px;margin-bottom:15px;font-size:11px}.board-stats a{color:#00e;text-decoration:underline}.board-stats a:visited{color:#551a8b}.quote{color:#789922}@media (max-width: 768px){.container{padding:5px}.header h1{font-size:20px}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.post-image img{max-width:200px;max-height:200px}}
