* { box-sizing: border-box; }
body {
    margin: 0;
    padding: 24px;
    background: #fff;
    color: #111;
    font: 16px Arial, Helvetica, sans-serif;
    line-height: 1.5;
}
.shell { max-width: 900px; margin: 0 auto; }
.hero { margin: 20px 0 32px; }
.hero h1 { display: none; }
.eyebrow { font-size: 12px; font-weight: bold; letter-spacing: .08em; margin-bottom: 8px; }
h1, h2 { line-height: 1.2; }
h1 { font-size: 32px; margin: 0 0 16px; }
h2 { font-size: 22px; margin: 0 0 16px; }
.lede { max-width: 650px; margin: 0 0 20px; }
.card, .status-card, .auth-card, .request-list {
    background: #fff;
    border: 1px solid #999;
    border-radius: 0;
    box-shadow: none;
    padding: 24px;
}
.form-card { max-width: 700px; }
.card-head { border-bottom: 1px solid #999; padding-bottom: 16px; margin-bottom: 20px; }
.step, .mark, .form-foot p { display: none; }
label { display: block; margin: 0 0 18px; }
input, textarea { display: block; width: 100%; margin-top: 6px; padding: 8px; border: 1px solid #777; border-radius: 0; background: #fff; color: #111; font: inherit; }
textarea { resize: vertical; }
small { display: block; margin-top: 4px; font-size: 13px; }
.grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-foot, .actions, .modal-actions, .row-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
button, .button { display: inline-block; padding: 8px 14px; border: 1px solid #555; border-radius: 0; background: #eee; color: #111; font: inherit; text-decoration: none; cursor: pointer; }
button:hover, .button:hover { background: #ddd; }
button b, .button b { display: none; }
.secondary, .danger, .approve { background: #eee; color: #111; border-color: #555; }
.alert { padding: 10px; margin: 0 0 18px; border: 1px solid #777; background: #f5f5f5; }
.status-card, .auth-card { max-width: 680px; }
.review-page { min-height: 100vh; display: flex; align-items: center; justify-content: center; }
.review-page .status-card { width: min(100%, 680px); border: 0; border-radius: 14px; box-shadow: 0 24px 80px rgba(0, 0, 0, .28); }
body:has(.review-about) { background: rgba(0, 0, 0, .55); }
body:has(.review-about) .shell { width: min(100% - 40px, 680px); min-height: 100vh; display: flex; align-items: center; }
body:has(.review-about) .status-card { width: 100%; border: 0; border-radius: 14px; box-shadow: 0 24px 80px rgba(0, 0, 0, .28); }
.request-chip { display: block; padding: 10px; margin: 20px 0; border: 1px solid #999; font-family: monospace; }
.request-chip span, .request-chip code { display: block; }
.request-chip code { margin-top: 6px; overflow-wrap: anywhere; }
.admin-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; margin: 20px 0 30px; }
.admin-head h1 { font-size: 32px; }
.list-head { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 12px; border-bottom: 1px solid #999; }
.request-row { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-bottom: 1px solid #ccc; }
.request-row:last-child { border-bottom: 0; }
.row-main { display: block; }
.avatar { display: none; }
.request-row h2 { margin: 0 0 4px; font-size: 20px; }
.request-row p { margin: 0; }
.about { margin-top: 12px; white-space: normal; }
.empty { padding: 30px 0; }
.modal { position: fixed; inset: 0; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(0, 0, 0, .55); z-index: 1000; }
.modal[hidden] { display: none; }
.modal-box { position: relative; width: min(100%, 520px); padding: 20px; background: #fff; border: 0; border-radius: 14px; box-shadow: 0 24px 80px rgba(0, 0, 0, .28); text-align: left; }
.close { position: absolute; top: 8px; right: 8px; border: 0; background: transparent; color: #444; font-size: 28px; line-height: 1; padding: 0; }
.close:hover { color: #000; background: transparent; }
@media (max-width: 650px) {
    body { padding: 14px; }
    .grid { display: block; }
    .admin-head, .request-row { display: block; }
    .row-actions { margin-top: 14px; }
}
