/* ============================================================
 * 三期 · 账号/VIP/卡密 新增页面的样式（只被新页面引用，不影响旧页面）
 * ============================================================ */

.ark-form { max-width: 420px; margin: 0 auto; }
.ark-form .field { margin-bottom: 14px; }
.ark-form label { display: block; font-weight: bold; margin-bottom: 6px; }
.ark-form input[type="text"],
.ark-form input[type="password"] {
    width: 100%; padding: 10px 12px; box-sizing: border-box;
    border: 1px solid #555; border-radius: 6px;
    background: #1b1f24; color: #eee; font-size: 16px;
}
.ark-form input:focus { border-color: #c00; outline: none; }
.ark-form .btn-block { width: 100%; text-align: center; display: block; box-sizing: border-box; }

.ark-msg { padding: 12px 14px; border-radius: 6px; margin: 0 auto 16px; max-width: 640px; }
.ark-msg.ok  { background: #16321a; border: 1px solid #2e7d32; color: #a5d6a7; }
.ark-msg.err { background: #3a1717; border: 1px solid #b71c1c; color: #ef9a9a; }

.ark-panel { max-width: 860px; margin: 0 auto 24px; }
.ark-kv { width: 100%; border-collapse: collapse; }
.ark-kv th, .ark-kv td { padding: 8px 10px; border-bottom: 1px solid #333; text-align: left; }
.ark-kv th { width: 130px; color: #aaa; font-weight: normal; white-space: nowrap; }
.ark-kv td { font-weight: bold; }

.ark-badge { display: inline-block; padding: 2px 10px; border-radius: 12px; font-size: 13px; font-weight: bold; }
.ark-badge.vip { background: #4a3200; color: #ffd54f; border: 1px solid #8d6e00; }
.ark-badge.op  { background: #0d2f4f; color: #64b5f6; border: 1px solid #1565c0; }
.ark-badge.gm  { background: #3a0d0d; color: #ff8a80; border: 1px solid #c62828; }
.ark-badge.free{ background: #222; color: #999; border: 1px solid #444; }
.ark-badge.perm{ background: #1a3a1a; color: #a5d6a7; border: 1px solid #2e7d32; }

.ark-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.ark-table th, .ark-table td { padding: 7px 8px; border-bottom: 1px solid #333; text-align: left; }
.ark-table th { color: #aaa; white-space: nowrap; }
.ark-table td.code { font-family: Consolas, monospace; letter-spacing: 1px; }
.ark-table tr.dim td { color: #777; }

.ark-cards-out {
    width: 100%; box-sizing: border-box; min-height: 160px;
    background: #111; color: #7fd67f; border: 1px solid #2e7d32; border-radius: 6px;
    font-family: Consolas, monospace; font-size: 15px; padding: 10px;
}
.ark-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 1100px; margin: 0 auto; }
@media (max-width: 800px) { .ark-grid2 { grid-template-columns: 1fr; } }

.ark-hint { color: #999; font-size: 13px; line-height: 1.7; }
.ark-actions { margin-top: 16px; display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }

.ark-num { font-size: 22px; font-weight: bold; color: #ffd54f; }
