*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{background-color:#f0f2f0;font-family:'Segoe UI',Arial,sans-serif;font-size:14px;color:#222;line-height:1.5}a{color:#1a3d2b;text-decoration:none}a:hover{color:#f0c040;text-decoration:underline}#container{max-width:1100px;margin:0 auto;padding:0 10px}#header{background-color:#1a3d2b;padding:18px 24px;border-bottom:3px solid #f0c040}#header-inner{display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto;flex-wrap:wrap;gap:12px}#logo{display:flex;flex-direction:column}#logo a,#logo a:hover{text-decoration:none}#logo .site-title{font-size:26px;font-weight:700;color:#f0c040;letter-spacing:0.5px;line-height:1.1}#logo .site-tagline{font-size:11px;color:#a8c8b0;text-transform:uppercase;letter-spacing:2px;margin-top:3px}#header-stats{display:flex;gap:28px;align-items:center}.header-stat{text-align:center;color:#fff}.header-stat .stat-number{display:block;font-size:20px;font-weight:700;color:#f0c040;line-height:1}.header-stat .stat-label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:1.5px;color:#a8c8b0;margin-top:2px}#header-buttons{display:flex;gap:10px;align-items:center}.btn-register{background-color:#f0c040;color:#1a3d2b !important;font-weight:700;padding:8px 18px;border-radius:4px;font-size:13px;text-decoration:none !important;border:2px solid #f0c040;transition:background 0.2s,color 0.2s}.btn-register:hover{background-color:#d4a800;border-color:#d4a800;color:#1a3d2b !important}.btn-login{background-color:transparent;color:#fff !important;font-weight:600;padding:7px 18px;border-radius:4px;font-size:13px;text-decoration:none !important;border:2px solid #fff;transition:background 0.2s,color 0.2s}.btn-login:hover{background-color:#fff;color:#1a3d2b !important}#nav-bar{background-color:#122b1e;border-bottom:2px solid #1a3d2b}#nav-bar ul{list-style:none;display:flex;max-width:1100px;margin:0 auto;padding:0 10px}#nav-bar ul li a{display:block;padding:14px 22px;color:#e0e0e0;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;text-decoration:none;transition:color 0.2s,background 0.2s}#nav-bar ul li a:hover,#nav-bar ul li.active a{color:#f0c040;background-color:#1a3d2b}.navigation{background:#e8ede9;padding:8px 14px;font-size:12px;color:#555;border-bottom:1px solid #cdd8ce;max-width:1100px;margin:10px auto 0;border-radius:4px 4px 0 0}.navigation a{color:#1a3d2b}.navigation a:hover{color:#f0c040}#main-content-wrapper{max-width:1100px;margin:16px auto;display:flex;gap:18px;align-items:flex-start;padding:0 10px}#main-content{flex:1 1 0;min-width:0}#sidebar{width:280px;flex-shrink:0}#welcome-panel{background:#fff;border-left:4px solid #f0c040;border-radius:6px;padding:24px 28px;margin-bottom:18px;box-shadow:0 1px 4px rgba(0,0,0,0.07)}#welcome-panel h2{font-size:22px;color:#1a3d2b;font-weight:700;margin-bottom:10px}#welcome-panel p{color:#555;font-size:14px;line-height:1.6;margin-bottom:18px}#welcome-panel .panel-buttons{display:flex;gap:12px;flex-wrap:wrap}.btn-primary{background-color:#1a3d2b;color:#fff !important;padding:10px 22px;border-radius:5px;font-weight:600;font-size:14px;text-decoration:none !important;transition:background 0.2s;border:2px solid #1a3d2b}.btn-primary:hover{background-color:#122b1e;border-color:#122b1e}.btn-secondary{background-color:transparent;color:#1a3d2b !important;padding:9px 22px;border-radius:5px;font-weight:600;font-size:14px;text-decoration:none !important;border:2px solid #1a3d2b;transition:background 0.2s,color 0.2s}.btn-secondary:hover{background-color:#1a3d2b;color:#fff !important}.forum-category{margin-bottom:18px;border-radius:6px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,0.08)}.category-header{background-color:#1a3d2b;color:#fff;padding:11px 16px;display:flex;align-items:center;justify-content:space-between}.category-header h3{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#fff}.category-header .cat-stats{font-size:12px;color:#a8c8b0;font-weight:400}.forum-col-headers{background:#2a5c3f;display:grid;grid-template-columns:1fr 80px 80px 200px;padding:7px 16px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#a8c8b0}.forum-row{background:#fff;display:grid;grid-template-columns:1fr 80px 80px 200px;align-items:center;padding:12px 16px;border-bottom:1px solid #eef1ee;transition:background 0.15s}.forum-row:last-child{border-bottom:none}.forum-row:hover{background:#f5f9f5}.forum-row .forum-icon{width:32px;height:32px;border-radius:50%;background-color:#1a3d2b;display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0}.forum-row .forum-icon svg,.forum-row .forum-icon img{width:16px;height:16px;fill:#f0c040}.forum-row .forum-info{display:flex;align-items:center}.forum-row .forum-name{font-weight:700;font-size:14px;color:#1a3d2b}.forum-row .forum-name:hover{color:#f0c040}.forum-row .forum-desc{font-size:12px;color:#777;margin-top:2px}.forum-row .forum-stat{text-align:center;font-size:13px;color:#333;font-weight:600}.forum-row .forum-lastpost{font-size:12px;color:#555;text-align:right}.forum-row .forum-lastpost a{color:#1a3d2b;font-weight:600}.forum-row .forum-lastpost a:hover{color:#f0c040}.forum-row .forum-lastpost .lastpost-time{color:#999;font-size:11px}.thread-row{background:#fff;display:grid;grid-template-columns:1fr 80px 80px;align-items:center;padding:13px 16px;border-bottom:1px solid #eef1ee;transition:background 0.15s}.thread-row:hover{background:#f5f9f5}.thread-row .thread-icon{width:34px;height:34px;border-radius:50%;background-color:#1a3d2b;display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0}.thread-row .thread-title{font-weight:600;font-size:14px;color:#1a3d2b}.thread-row .thread-title:hover{color:#f0c040}.thread-row .thread-meta{font-size:12px;color:#888;margin-top:2px}.thread-row .thread-stat{text-align:center;font-size:13px;color:#333;font-weight:600}.thread-row .thread-stat .stat-label{display:block;font-size:10px;color:#999;font-weight:400;text-transform:uppercase}.sidebar-widget{background:#fff;border-radius:6px;margin-bottom:16px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,0.07)}.sidebar-widget-header{background:#1a3d2b;color:#fff;padding:10px 14px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;border-bottom:2px solid #f0c040}.sidebar-widget-body{padding:14px}.online-user{display:flex;align-items:center;gap:10px;padding:7px 0;border-bottom:1px solid #f0f0f0}.online-user:last-child{border-bottom:none}.online-avatar{width:34px;height:34px;border-radius:50%;background-color:#1a3d2b;color:#f0c040;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.online-user .username{font-weight:600;font-size:13px;color:#1a3d2b}.online-user .username:hover{color:#f0c040}.stat-row{display:flex;justify-content:space-between;padding:6px 0;font-size:12px;color:#555}.stat-row .stat-label{font-weight:600;color:#333}#footer{background-color:#1a3d2b;color:#a8c8b0;padding:18px 24px;margin-top:24px;border-top:2px solid #f0c040;font-size:11px;text-align:center}#footer .footer-links{display:flex;justify-content:center;gap:20px;margin-bottom:8px;flex-wrap:wrap}#footer .footer-links a{color:#a8c8b0;font-weight:600;text-decoration:none}#footer .footer-links a:hover{color:#f0c040}#footer .copyright{font-size:10px;color:#888}input[type="text"],input[type="password"],input[type="email"],textarea,select{width:100%;padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;background-color:#fff;transition:border 0.2s}input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus,select:focus{border-color:#f0c040;outline:none;box-shadow:0 0 0 2px rgba(240,192,64,0.2)}.btn{display:inline-block;padding:8px 16px;border-radius:4px;font-size:13px;font-weight:600;text-decoration:none;cursor:pointer;transition:background 0.2s,color 0.2s;border:2px solid transparent}.btn-primary{background-color:#1a3d2b;color:#fff !important;border-color:#1a3d2b}.btn-primary:hover{background-color:#122b1e;border-color:#122b1e}.btn-secondary{background-color:transparent;color:#1a3d2b !important;border-color:#1a3d2b}.btn-secondary:hover{background-color:#1a3d2b;color:#fff !important}.btn-small{padding:4px 10px;font-size:12px}table{width:100%;border-collapse:collapse;margin:12px 0;font-size:13px}th,td{padding:8px 12px;text-align:left;border:1px solid #ddd}th{background-color:#2a5c3f;color:#a8c8b0;font-weight:700;text-transform:uppercase;letter-spacing:1px}tr:nth-child(even){background-color:#f9faf9}.alert{padding:12px 16px;margin:12px 0;border-radius:4px;font-size:13px;border-left:4px solid #f0c040;background-color:#fff;box-shadow:0 1px 4px rgba(0,0,0,0.07)}.alert-success{border-left-color:#4caf50;color:#2e7d32}.alert-error{border-left-color:#f44336;color:#c62828}.pagination{display:flex;justify-content:center;margin:20px 0;gap:6px;flex-wrap:wrap}.pagination a,.pagination span{padding:6px 12px;border:1px solid #ddd;border-radius:4px;font-size:13px;text-decoration:none;color:#333;transition:background 0.2s,color 0.2s}.pagination a:hover{background-color:#1a3d2b;color:#fff;border-color:#1a3d2b}.pagination .current{background-color:#1a3d2b;color:#fff;border-color:#1a3d2b;font-weight:700}@media (max-width:768px){#header-inner{flex-direction:column;gap:16px;padding:12px}#header-stats{gap:16px;flex-wrap:wrap}#nav-bar ul{flex-wrap:wrap;justify-content:center}#nav-bar ul li a{padding:10px 14px;font-size:12px}#main-content-wrapper{flex-direction:column;gap:12px}#sidebar{width:100%}.forum-col-headers,.forum-row,.thread-row{grid-template-columns:1fr 60px 60px}.forum-row .forum-lastpost{grid-column:4;text-align:left}.forum-row .forum-stat{font-size:12px}.btn-register,.btn-login{padding:6px 12px;font-size:12px}.btn-primary,.btn-secondary{padding:6px 12px;font-size:12px}}