body { font-family: Arial, sans-serif; background:#f7f7f7; color:#222; margin:0; padding:0; }
.wrap { max-width:900px; margin:24px auto; background:#fff; padding:20px; box-shadow:0 4px 10px rgba(0,0,0,0.05); border-radius:8px; }
header { display:flex; justify-content:space-between; align-items:center; margin-bottom:18px; }
a { color:#1a73e8; text-decoration:none; }
.card { border:1px solid #e6e6e6; padding:12px; border-radius:6px; display:flex; gap:12px; align-items:flex-start; background:#fff; }
img.avatar { width:96px; height:96px; object-fit:cover; border-radius:8px; border:1px solid #ddd; }
form input, form textarea, form select { width:100%; padding:8px; margin:6px 0 12px; border:1px solid #ccc; border-radius:4px; }
.two-col { display:grid; grid-template-columns:1fr 280px; gap:18px; }
.btn { display:inline-block; padding:8px 12px; border-radius:6px; background:#1a73e8; color:#fff; text-decoration:none; }
