:root {
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
  color: #111;
  background: #fff;
  font-synthesis: none;
  --border: #dedede;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { text-decoration-thickness: 2px; }
button, input, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
button, input, textarea, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid #111; outline-offset: 4px; }
p, h1, h2 { margin: 0; }
.page-width { width: min(1040px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 5; background: #fff; padding: 10px 18px; border: 1px solid #111; }
.skip-link:focus { top: 10px; }
.header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 29px; border-bottom: 1px solid #111; }
.header h1 { font-size: 20px; font-weight: 600; letter-spacing: -.5px; line-height: 1.3; }
.header > a { font-size: 14px; text-decoration: none; white-space: nowrap; }
.header > a span { margin-left: 12px; font-size: 20px; }
.header > a:hover { text-decoration: underline; }
.intro { padding-block: 62px 54px; }
.intro p { font-size: 24px; line-height: 1.6; letter-spacing: -.45px; }
.accounts-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.profile-card { min-width: 0; padding: 28px; border: 1px solid var(--border); display: flex; flex-direction: column; }
.profile-header { display: flex; align-items: center; gap: 20px; margin-bottom: 28px; min-height: 72px; }
.profile-header img { width: 72px; height: 72px; flex-shrink: 0; object-fit: cover; border-radius: 2px; }
.profile-header .portrait { object-position: 50% 34%; }
.profile-header > div { min-width: 0; }
.profile-header h2 { font-size: 21px; line-height: 1.3; letter-spacing: -.55px; margin-bottom: 5px; overflow-wrap: anywhere; }
.profile-handle { font-size: 13px; overflow-wrap: anywhere; text-decoration-color: #b5b5b5; }
.profile-content { flex: 1; }
.channel-group + .channel-group { margin-top: 23px; }
.channel-title { font-size: 14px; line-height: 1.55; margin-bottom: 9px; }
.channel-links { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.channel-links a { font-size: 14px; line-height: 1.7; overflow-wrap: anywhere; max-width: 100%; text-decoration-color: #b5b5b5; }
.channel-links a:hover, .profile-handle:hover { text-decoration-color: #111; }
.profile-action { display: flex; justify-content: space-between; align-items: center; width: 100%; background: #fff; border: 0; border-top: 1px solid var(--border); padding: 16px 0 0; margin-top: 27px; text-align: left; font-size: 14px; }
.profile-action span { font-size: 22px; line-height: 1; }
.profile-action:hover { text-decoration: underline; text-underline-offset: 4px; }
.prose { font-size: 17px; line-height: 1.85; }
.prose p + p { margin-top: 20px; }
.materials { padding-block: 56px 45px; }
.appeal-section { border: 1px solid #111; padding: 36px; scroll-margin-top: 24px; }
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.form-heading h2 { font-size: 28px; letter-spacing: -.8px; line-height: 1.3; font-weight: 600; }
.prototype-tag { border: 1px solid var(--border); padding: 3px 9px; font-size: 12px; white-space: nowrap; }
.demo-notice { font-size: 14px; line-height: 1.6; margin-top: 12px; }
#appeal-form { margin-top: 36px; }
fieldset { min-width: 0; border: 0; padding: 0; margin: 0 0 30px; }
legend { font-size: 15px; font-weight: 600; margin-bottom: 13px; padding: 0; }
.identity-options { display: flex; flex-wrap: wrap; gap: 14px 30px; }
.radio-option, .account-options label { display: flex; align-items: center; gap: 9px; cursor: pointer; font-size: 14px; min-height: 32px; }
input[type="radio"], input[type="checkbox"] { accent-color: #111; width: 17px; height: 17px; margin: 0; flex-shrink: 0; }
.account-options { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 28px; }
.contact-fields { margin: 22px 0 0; }
.field { display: block; min-width: 0; font-size: 15px; font-weight: 600; }
.optional { font-size: 12px; font-weight: 400; margin-left: 5px; white-space: nowrap; }
.field input, .field textarea { display: block; width: 100%; min-width: 0; margin-top: 9px; border: 1px solid #c7c7c7; border-radius: 0; padding: 13px 14px; background: #fff; font-size: 15px; font-weight: 400; line-height: 1.55; }
.field input { height: 50px; }
.field input:focus, .field textarea:focus { border-color: #111; }
.field textarea { resize: vertical; min-height: 104px; }
.field input::placeholder, .field textarea::placeholder { color: #686868; opacity: 1; }
.field textarea[aria-invalid="true"] { border: 2px solid #111; }
.description-field { margin-bottom: 28px; }
.field-meta { display: flex; justify-content: space-between; gap: 16px; font-size: 12px; margin-top: 8px; }
#char-count { white-space: nowrap; }
.field-error { font-size: 13px; margin-top: 8px; font-weight: 600; }
.attachments { margin-top: 28px; }
.file-drop { position: relative; display: flex; align-items: center; gap: 20px; min-height: 132px; padding: 24px; border: 1px dashed #aaa; }
.attachment-icon { width: 28px; flex-shrink: 0; font-size: 36px; font-weight: 400; text-align: center; line-height: 1; }
.file-drop strong, .file-drop span:not(.attachment-icon), .file-drop small { display: block; }
.file-drop strong { font-size: 15px; font-weight: 600; }
.file-drop div > span { font-size: 13px; margin-top: 3px; }
.file-drop small { font-size: 12px; margin-top: 5px; }
.file-drop input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.file-drop:focus-within { outline: 2px solid #111; outline-offset: 4px; }
.file-drop.dragover { border: 2px solid #111; }
.file-list { list-style: none; padding: 0; margin: 0; }
.file-list li { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--border); padding: 12px 0; font-size: 13px; }
.file-list li > span { overflow-wrap: anywhere; min-width: 0; }
.file-list button { padding: 6px 0; background: #fff; border: 0; text-decoration: underline; font-size: 12px; }
.form-bottom { display: flex; align-items: flex-start; flex-direction: column; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 14px 22px; min-height: 52px; border: 1px solid #111; text-decoration: none; font-size: 14px; font-weight: 600; }
.primary { background: #111; color: #fff; }
.primary:hover { background: #333; }
.secondary { background: #fff; color: #111; }
.secondary:hover { background: #f5f5f5; }
.button span { font-size: 20px; line-height: 1; font-weight: 400; }
.appeal-counter { display: grid; grid-template-columns: auto auto; align-items: baseline; column-gap: 14px; margin-top: 24px; }
.appeal-counter > span { font-size: 15px; }
.appeal-counter > strong { font-size: 32px; font-weight: 500; line-height: 1.2; letter-spacing: -1px; font-variant-numeric: tabular-nums; }
.appeal-counter > small { grid-column: 1 / -1; margin-top: 5px; font-size: 11px; }
#submit-status { font-size: 13px; margin-top: 16px; }
.recommendations { padding-top: 42px; }
.recommendations .list-heading { margin-top: 30px; font-weight: 600; }
.recommendations ul { padding-left: 23px; margin: 14px 0 0; }
.recommendations li { padding-left: 4px; margin-bottom: 8px; }
.legal-section { padding-top: 32px; margin-top: 36px; border-top: 1px solid var(--border); }
.footer { margin-top: 35px; padding-block: 25px 55px; border-top: 1px solid #111; }
.footer a { white-space: nowrap; font-weight: 600; }
dialog { width: min(680px, calc(100% - 32px)); max-height: calc(100dvh - 48px); margin: auto; padding: 0; color: #111; background: #fff; border: 1px solid #111; }
dialog::backdrop { background: rgb(0 0 0 / 45%); }
.dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 24px 28px; border-bottom: 1px solid var(--border); }
.dialog-header h2 { font-size: 23px; letter-spacing: -.5px; line-height: 1.3; }
.close-button { width: 40px; height: 40px; flex-shrink: 0; padding: 0; border: 0; background: #fff; font-size: 30px; line-height: 1; }
.review-body { padding: 24px 28px; }
.review-row + .review-row { margin-top: 20px; }
.review-row strong { display: block; font-size: 12px; margin-bottom: 5px; }
.review-row p { font-size: 15px; line-height: 1.65; white-space: pre-wrap; overflow-wrap: anywhere; }
.dialog-bottom { padding: 22px 28px 28px; border-top: 1px solid var(--border); }
.dialog-bottom p { font-size: 13px; margin-bottom: 18px; }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 10px; }
@media (max-width: 850px) {
  .page-width { width: calc(100% - 48px); }
  .profile-card { padding: 22px; }
  .profile-header { gap: 14px; }
  .profile-header img { width: 60px; height: 60px; }
  .profile-header h2 { font-size: 19px; }
  .profile-handle { font-size: 12px; }
  .intro p { font-size: 22px; }
  .appeal-section { padding: 28px; }
}
@media (max-width: 700px) {
  .page-width { width: calc(100% - 40px); }
  .header { padding-block: 23px; gap: 12px; }
  .header h1 { font-size: 18px; letter-spacing: -.4px; }
  .header > a { font-size: 12px; }
  .header > a span { margin-left: 3px; font-size: 17px; }
  .intro { padding-block: 35px; }
  .intro p { font-size: 20px; letter-spacing: -.25px; line-height: 1.65; }
  .accounts-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .profile-card { padding: 24px; }
  .profile-header img { width: 64px; height: 64px; }
  .profile-header { gap: 16px; margin-bottom: 24px; }
  .profile-header h2 { font-size: 20px; }
  .profile-handle { font-size: 12px; }
  .channel-links a { font-size: 14px; }
  .materials { padding-block: 36px 30px; }
  .prose { font-size: 16px; line-height: 1.8; }
  .prose p + p { margin-top: 18px; }
  .appeal-section { padding: 23px 20px; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .form-heading h2 { font-size: 25px; }
  .demo-notice { font-size: 13px; }
  #appeal-form { margin-top: 28px; }
  .identity-options { flex-direction: column; gap: 10px; }
  .account-options { flex-direction: column; gap: 7px; }
  .field-row { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .field input, .field textarea { font-size: 16px; }
  .optional { display: block; margin-left: 0; }
  .field-meta { font-size: 11px; gap: 9px; }
  .file-drop { padding: 20px 14px; gap: 10px; }
  .attachment-icon { width: 22px; font-size: 30px; }
  .form-bottom > .button { width: 100%; }
  .recommendations { padding-top: 30px; }
  .legal-section { margin-top: 28px; padding-top: 28px; }
  .footer { margin-top: 28px; padding-block: 24px 36px; }
  .dialog-header, .review-body, .dialog-bottom { padding: 20px; }
  .dialog-header h2 { font-size: 20px; }
  .dialog-bottom .button { width: 100%; justify-content: center; padding-inline: 12px; }
}
@media (max-width: 360px) {
  .header { flex-wrap: wrap; gap: 8px; }
  .profile-card { padding: 20px; }
  .profile-header { gap: 12px; }
  .profile-header h2 { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
