* { box-sizing: border-box; }
body { margin: 0; background: #0f172a; }
.page { min-height: 100vh; }
.header { display: flex; align-items: center; justify-content: space-between; color: #fff; }
.title { font-size: 20px; font-weight: 600; color: #e2e8f0; }
.block { margin-bottom: 16px; }
.profile-item { border: 1px solid #e5e7eb; padding: 12px; border-radius: 8px; margin: 12px 0; background: #fff; }
.profile-name { font-weight: 600; margin-bottom: 8px; }
.muted { color: #94a3b8; font-size: 12px; }
.mt-8 { margin-top: 8px; }
.mt-12 { margin-top: 12px; }
.footer { text-align: center; color: #94a3b8; padding: 12px 0; }
