.admin-body { min-height: 100vh; background: #f2f5f9; }
.admin-shell { max-width: 1180px; margin: 0 auto; padding: 42px 24px 70px; }
.admin-title { display: flex; align-items: end; justify-content: space-between; margin-bottom: 25px; }
.admin-title p { margin: 0 0 7px; color: #1769e0; font-size: 13px; font-weight: 700; }
.admin-title h1 { font-size: 32px; }
.admin-title > span { padding: 8px 12px; color: #55627a; background: #e4eaf2; font-size: 13px; }
.admin-card { margin-bottom: 20px; padding: 26px; border: 1px solid #dce3ec; background: #fff; }
.login-card { max-width: 620px; margin: 50px auto; }
.login-card h2, .section-title h2 { margin: 0 0 6px; font-size: 19px; }
.login-card > div p, .section-title p { margin: 0; color: #7b8698; font-size: 13px; }
.login-card form { padding-top: 24px; }
.row { display: grid; grid-template-columns: 1fr 150px; gap: 10px; }
.admin-card input, .admin-card textarea { width: 100%; border: 1px solid #bdc8d8; padding: 0 13px; outline: 0; font: inherit; }
.admin-card input { height: 46px; }
.admin-card textarea { min-height: 72px; padding-top: 11px; resize: vertical; }
.admin-card input:focus, .admin-card textarea:focus { border-color: #1769e0; box-shadow: 0 0 0 3px rgba(23,105,224,.1); }
.row .primary, .card-form .primary { height: 46px; }
.section-title { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid #e6ebf2; }
.section-actions { display: flex; gap: 10px; }
.card-form { display: grid; grid-template-columns: minmax(280px, 1.6fr) minmax(220px, .8fr) 132px; align-items: end; gap: 16px; padding-top: 22px; }
.account-form { display: grid; grid-template-columns: repeat(3, minmax(180px, 1fr)) 132px; align-items: end; gap: 16px; padding-top: 22px; }
.account-form .primary { height: 46px; }
.smart-paste { grid-column: 1 / -1; }
.smart-paste small { display: block; margin-top: 6px; color: #929daf; }
.account-form .message { grid-column: 1 / -1; margin: -5px 0 0; }
.card-form .message { grid-column: 1 / -1; margin: -5px 0 0; }
.card-form small { color: #929daf; font-weight: 400; }
.card-form .form-note { display: block; margin-top: 6px; }
.secondary { min-height: 38px; border: 1px solid #bdc8d8; padding: 0 14px; color: #46536a; background: #fff; }
.secondary:hover { border-color: #1769e0; color: #1769e0; }
.secondary:disabled { border-color: #d9e0e9; color: #a3acba; background: #f6f8fa; cursor: not-allowed; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 13px; }
th { padding: 14px 12px; color: #707c90; background: #f7f9fc; text-align: left; font-weight: 600; white-space: nowrap; }
td { max-width: 410px; padding: 16px 12px; border-bottom: 1px solid #e8edf3; color: #39465d; }
.admin-card .select-box { width: 16px; height: 16px; padding: 0; accent-color: #1769e0; }
.select-col { width: 42px; min-width: 42px; text-align: center; }
.code { color: #1769e0; font-family: Consolas, monospace; font-weight: 700; white-space: nowrap; }
.code.neutral { color: #39465d; font-weight: 600; }
.url { display: block; overflow: hidden; color: #55627a; text-overflow: ellipsis; white-space: nowrap; }
.status-pill { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.status-pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #18a06b; }
.delete, .delete-account { border: 0; padding: 7px 9px; color: #c5413b; background: transparent; white-space: nowrap; }
.delete:hover, .delete-account:hover { background: #fff0ef; }
.empty { padding: 50px; color: #8792a4; text-align: center; }
@media (max-width: 760px) { .admin-shell { padding: 28px 14px 50px; } .admin-title h1 { font-size: 26px; } .admin-card { padding: 20px 16px; } .row, .card-form, .account-form { grid-template-columns: 1fr; } .card-form .message, .account-form .message { grid-column: 1; } .section-title { align-items: start; } .section-actions { flex-wrap: wrap; justify-content: flex-end; } td { min-width: 130px; } .select-col { min-width: 42px; } }
