* { box-sizing: border-box; margin: 0; font-family: system-ui, sans-serif; }
body { background: #f4f6f8; color: #1a1a2e; }
.screen { max-width: 480px; margin: 0 auto; padding: 20px; }
.hidden { display: none !important; }
h1 { font-size: 22px; margin: 16px 0; }
header { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; }
label { display: block; margin: 14px 0; font-size: 14px; font-weight: 600; position: relative; }
input, select { width: 100%; padding: 12px; margin-top: 6px; font-size: 16px;
  border: 1px solid #ccd; border-radius: 10px; background: #fff; }
.row { display: flex; gap: 8px; align-items: center; }
button { width: 100%; padding: 14px; font-size: 17px; border: 0; border-radius: 12px;
  background: #2563eb; color: #fff; margin-top: 12px; }
button:disabled { background: #b6c3d9; }
button.link { width: auto; background: none; color: #2563eb; padding: 4px; margin: 0; }
button.pill { width: auto; flex: 1; background: #e6eaf0; color: #1a1a2e; margin: 0; }
button.pill.active { background: #2563eb; color: #fff; }
button.manager { background: #fff; color: #1a1a2e; border: 1px solid #ccd; }
.suggest { position: absolute; z-index: 5; left: 0; right: 0; background: #fff;
  border: 1px solid #ccd; border-radius: 10px; max-height: 220px; overflow-y: auto; }
.suggest .item { padding: 12px; border-bottom: 1px solid #eef; font-weight: 400; }
.error, .warn { color: #d33; font-size: 13px; font-weight: 400; margin-top: 6px; display: block; }
.consent { font-size: 12px; font-weight: 400; color: #667; margin: 14px 0; }
.consent a { color: #2563eb; }
.check { font-size: 72px; color: #16a34a; text-align: center; margin-top: 60px; }
#screen-done { text-align: center; }
