body { background: #090a0c; color: #c4c4c4; font-family: Tahoma, sans-serif; }
.ko-panel { background: #111216; border: 1px solid #332d20; border-radius: 4px; box-shadow: inset 0 0 1px #e5b358, 0 4px 10px rgba(0,0,0,0.8); }
.ko-input { background: #07080a; border: 1px solid #2a251b; color: #fff; }
.ko-input:focus { border-color: #e5b358; box-shadow: none; }
.ko-btn { border-radius: 2px; font-weight: bold; }
.ko-server-card { border-color: #332d20; }
.ko-server-card .panel-heading { border-bottom: 1px solid #332d20; }
.ko-char-card { background: #0a0a0c; border-color: #332d20 !important; border-radius: 4px; }
.ko-char-card:hover { border-color: #e5b358 !important; }
.center-box { display: flex; align-items: center; justify-content: center; min-height: 80vh; }
.form-panel { width: 100%; max-width: 400px; padding: 20px; }
.main-header { padding: 15px; border-bottom: 2px solid #28251e; display: flex; justify-content: space-between; align-items: center; background: #0d0e12; }
.main-header .logo a { color: #e5b358; font-size: 20px; font-weight: bold; text-decoration: none; }
.main-nav .nav-item { color: #aaa; margin-left: 15px; text-decoration: none; }
.main-nav .nav-item:hover { color: #e5b358; }
.main-footer { text-align: center; padding: 15px; border-top: 1px solid #1a1b20; margin-top: 20px; font-size: 12px; }
.bg-black { background-color: #07080a !important; }