body { font: 13px Tahoma, Arial, sans-serif; margin: 0; background: #ceebff; color: #654426; }
.wrapper { max-width: 952px; margin: 0 auto; padding: 20px; }
.header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.header h1 a { color: #ba0000; text-decoration: none; font-size: 22px; }
.header.bar { background: #c09349; color: #fff; padding: 10px 16px; border-radius: 6px; }
.header.bar a { color: #fff; }
.links a { margin-left: 12px; color: #ba0000; font-weight: bold; text-decoration: none; }
.main { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.main.single { display: block; }
.box { background: #fff; border: 3px solid #c09349; border-radius: 10px; padding: 24px; min-width: 320px; box-shadow: 0 4px 20px rgba(0,0,0,.15); }
.box h2 { text-align: center; margin-bottom: 16px; color: #654426; }
.field { margin-bottom: 12px; }
.field label { display: block; margin-bottom: 4px; font-weight: bold; }
.field input { width: 100%; box-sizing: border-box; padding: 8px 10px; border: 1px solid #c09349; border-radius: 4px; }
.field small { color: #999; font-size: 11px; }
.btn { width: 100%; padding: 10px; background: #ba0000; color: #fff; border: none; border-radius: 4px; font-weight: bold; cursor: pointer; }
.btn:hover { background: #8a0000; }
.sub-link { text-align: center; margin-top: 14px; font-size: 12px; }
.sub-link a { color: #ba0000; font-weight: bold; }
.alert { padding: 10px; margin-bottom: 12px; border-radius: 4px; }
.alert-success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.alert-danger { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }
.quick-reg { display: flex; align-items: center; justify-content: center; min-height: 200px; }
.quick-reg a { font-size: 18px; font-weight: bold; color: #ba0000; text-decoration: none; }
.server-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.server-btn { display: inline-block; min-width: 180px; padding: 14px 20px; background: #c09349; color: #fff; text-decoration: none; text-align: center; border-radius: 6px; font-weight: bold; }
.server-btn:hover { background: #ba0000; }
.modal { position: fixed; inset: 0; background: rgba(0,0,0,.6); display: flex; align-items: center; justify-content: center; z-index: 9999; }
.modal-content { background: #fff; border: 3px solid #c09349; border-radius: 10px; padding: 20px; width: 400px; max-width: 95vw; }
.modal-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.modal-header a { font-size: 24px; text-decoration: none; color: #999; }
