@font-face {
  font-family: "JetBrains Mono";
  src: url("assets/fonts/JetBrainsMono-Regular.woff2") format("woff2");
  font-style: normal; font-weight: 400; font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("assets/fonts/JetBrainsMono-Bold.woff2") format("woff2");
  font-style: normal; font-weight: 700; font-display: swap;
}
:root {
  font-family: "JetBrains Mono", "Cascadia Mono", Consolas, monospace;
  color: #191919; background: #fff; --border: #c2c2c2;
  font-synthesis: none;
}
body { font-size: 14px; line-height: 1.8; }
strong { font-weight: 700; }
.page-width { width: min(1080px, calc(100% - 80px)); }
a { text-decoration-color: #999; text-underline-offset: 4px; }
a:hover { text-decoration-color: #111; }
.header {
  display: block;
  padding: 23px 28px; margin-top: 30px; border: 1px solid #242424;
}
.header h1 {
  padding: 0; font-size: 15px; font-weight: 700;
  line-height: 1.7; letter-spacing: 0; text-transform: none;
}
.counter-total { margin-top: 10px; font-size: 14px; line-height: 1.7; letter-spacing: 0; font-variant-numeric: tabular-nums; }
.header > small { display: block; margin-top: 6px; font-size: 9px; letter-spacing: .2px; }
.intro { padding: 56px 0 43px; }
.section-code {
  display: flex; align-items: center; gap: 12px; margin-bottom: 24px;
  font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase;
}
.section-code::before { content: ""; display: block; width: 20px; height: 1px; background: #191919; }
.intro p { font-size: 20px; line-height: 1.85; letter-spacing: -.65px; }
.section-bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 19px; border-top: 1px solid #242424; }
.section-bar .section-code { margin: 0; }
.accounts-grid { gap: 18px; }
.profile-card { border: 1px solid #242424; padding: 0; }
.card-meta {
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--border); padding: 8px 20px;
  font-size: 9px; line-height: 1.5; letter-spacing: 1.6px;
}
.profile-header { min-height: 64px; gap: 18px; padding: 23px 24px 0; margin-bottom: 25px; }
.profile-header img { width: 64px; height: 64px; border-radius: 0; filter: grayscale(1); transition: filter 180ms ease; }
.profile-card:hover img, .profile-card:focus-within img { filter: grayscale(0); }
.profile-header h2 { font-size: 18px; font-weight: 700; line-height: 1.5; letter-spacing: -.7px; margin-bottom: 2px; }
.profile-handle { font-size: 10px; line-height: 1.7; letter-spacing: -.2px; }
.profile-content { padding-inline: 24px; }
.channel-group + .channel-group { margin-top: 21px; }
.channel-title { font-size: 12px; line-height: 1.8; margin-bottom: 7px; }
.channel-links { gap: 4px; }
.channel-links a { font-size: 12px; line-height: 1.85; letter-spacing: -.35px; }
.profile-action {
  margin-top: 25px; border-top: 1px solid #242424; background: #fff;
  padding: 13px 23px; font-size: 10px; text-transform: uppercase;
  letter-spacing: 1.1px;
}
.profile-action span { font-size: 18px; }
.profile-action:hover { background: #191919; color: #fff; text-decoration: none; }
.prose { font-size: 14px; line-height: 1.95; letter-spacing: -.15px; }
.prose p + p { margin-top: 20px; }
.materials { padding-block: 45px; }
.appeal-section { border: 1px solid #242424; padding: 0; }
.form-heading { padding: 22px 28px; border-bottom: 1px solid #242424; gap: 16px; }
.form-heading h2 { display: flex; align-items: center; gap: 18px; font-size: 22px; font-weight: 400; line-height: 1.5; letter-spacing: -1px; }
.prototype-tag { border: 1px solid #444; padding: 3px 7px; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }
.demo-notice { margin: 0; padding: 15px 28px; font-size: 11px; line-height: 1.8; border-bottom: 1px dashed var(--border); }
#appeal-form { margin: 0; padding: 30px 28px 0; }
fieldset { margin-bottom: 28px; }
legend { font-size: 12px; line-height: 1.6; font-weight: 700; margin-bottom: 12px; }
.identity-options { gap: 0; }
.radio-option { border: 1px solid #b3b3b3; min-height: 44px; padding: 9px 14px; font-size: 11px; }
.radio-option + .radio-option { border-left: 0; }
.radio-option:has(input:checked) { background: #191919; color: #fff; border-color: #191919; }
.radio-option input { accent-color: auto; }
input[type="radio"], input[type="checkbox"] { width: 14px; height: 14px; }
.account-options { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.account-options label { font-size: 10px; gap: 7px; }
.field-row { gap: 24px; margin-bottom: 26px; }
.field { font-size: 12px; font-weight: 700; line-height: 1.8; }
.optional { font-size: 10px; font-weight: 400; }
.field input, .field textarea { margin-top: 9px; font-size: 13px; line-height: 1.8; border-color: #aaa; padding: 12px 14px; }
.field input { height: 48px; }
.field input::placeholder, .field textarea::placeholder { color: #777; font-size: 12px; letter-spacing: -.3px; }
.field-meta { font-size: 10px; }
.field-error { font-size: 11px; }
.attachments { margin-top: 24px; }
.file-drop { min-height: 122px; padding: 22px; gap: 20px; border-color: #777; }
.attachment-icon { border: 1px solid #242424; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.file-drop strong { font-size: 12px; font-weight: 400; text-decoration: underline; text-underline-offset: 4px; }
.file-drop div > span { font-size: 10px; line-height: 1.8; }
.file-drop small { font-size: 9px; margin-top: 8px; }
.file-list li { font-size: 11px; }
.file-list button { font-size: 10px; }
.form-bottom { margin-top: 25px; }
.button { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 400; padding: 13px 19px; min-height: 48px; gap: 20px; }
.primary { background: #191919; color: #fff; border-color: #191919; }
.button span { font-size: 20px; }
.appeal-counter {
  width: calc(100% + 56px); margin: 28px -28px 0; padding: 23px 28px;
  border-top: 1px solid #242424; display: block;
}
.appeal-counter > .counter-title { display: block; font-size: 15px; font-weight: 700; letter-spacing: 0; line-height: 1.7; }
.appeal-counter > small { display: block; margin-top: 6px; font-size: 9px; letter-spacing: .2px; }
#submit-status { margin: 0 -28px; padding: 14px 28px; width: calc(100% + 56px); border-top: 1px dashed var(--border); font-size: 11px; }
.recommendations { padding-top: 35px; }
.recommendations .list-heading { margin-top: 28px; font-size: 13px; font-weight: 700; }
.recommendations ul { list-style: none; margin-top: 16px; padding: 0; }
.recommendations li { display: flex; gap: 14px; margin-bottom: 10px; padding: 0; }
.recommendations li::before { content: "+"; flex-shrink: 0; font-size: 14px; font-weight: 700; }
.recommendations-photo { margin: 28px 0 0; }
.recommendations-photo img { display: block; width: 100%; height: auto; border: 1px solid var(--border); }
.legal-section { border-top: 1px solid #242424; margin-top: 30px; padding-top: 26px; }
.footer { border: 1px solid #242424; padding: 22px 28px; margin-block: 32px 35px; font-size: 12px; line-height: 1.9; }
.footer a { font-weight: 400; }
dialog { width: min(760px,calc(100% - 32px)); border-color: #242424; }
.dialog-header { border-color: #242424; }
.dialog-header h2 { font-size: 19px; font-weight: 400; }
.close-button { font-size: 26px; }
.review-row strong { font-size: 10px; letter-spacing: .6px; }
.review-row p { font-size: 13px; line-height: 1.8; }
.dialog-bottom { border-color: #242424; }
.dialog-bottom p { font-size: 11px; line-height: 1.9; }
@media (max-width: 1000px) {
  .page-width { width: calc(100% - 48px); }
  .profile-header { padding-inline: 20px; gap: 14px; }
  .profile-header img { width: 56px; height: 56px; }
  .profile-header h2 { font-size: 16px; }
  .profile-content { padding-inline: 20px; }
  .channel-links a { font-size: 11px; }
  .account-options { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .page-width { width: calc(100% - 36px); }
  .header { margin-top: 18px; padding: 20px; }
  .header h1 { font-size: 13px; }
  .counter-total { font-size: 12px; }
  .header > small { font-size: 8px; }
  .intro { padding-block: 32px; }
  .section-code { font-size: 9px; letter-spacing: 1px; margin-bottom: 18px; }
  .intro p { font-size: 16px; line-height: 1.9; letter-spacing: -.5px; }
  .section-bar { padding-block: 16px; gap: 12px; }
  .accounts-grid { grid-template-columns: minmax(0,1fr); gap: 16px; }
  .profile-header { padding: 21px 20px 0; margin-bottom: 22px; gap: 14px; }
  .profile-header img { width: 58px; height: 58px; }
  .profile-header h2 { font-size: 16px; }
  .profile-handle { font-size: 9px; }
  .channel-title { font-size: 11px; line-height: 1.9; }
  .channel-links a { font-size: 11px; letter-spacing: -.5px; }
  .card-meta { padding-inline: 20px; font-size: 8px; }
  .profile-action { padding: 13px 20px; font-size: 9px; }
  .prose { font-size: 13px; line-height: 1.95; letter-spacing: -.2px; }
  .materials { padding-block: 32px; }
  .form-heading { padding: 20px; gap: 12px; }
  .form-heading h2 { font-size: 20px; gap: 12px; }
  .prototype-tag { font-size: 8px; }
  .demo-notice { padding: 13px 20px; font-size: 10px; }
  #appeal-form { padding: 25px 20px 0; }
  .identity-options { flex-direction: column; align-items: stretch; }
  .radio-option { font-size: 11px; min-height: 46px; }
  .radio-option + .radio-option { border-left: 1px solid #b3b3b3; border-top: 0; }
  .account-options { grid-template-columns: minmax(0,1fr); gap: 6px; }
  .account-options label { font-size: 11px; min-height: 35px; }
  .field-row { grid-template-columns: minmax(0,1fr); gap: 22px; }
  .field { font-size: 12px; }
  .field input, .field textarea { font-size: 16px; }
  .field input::placeholder, .field textarea::placeholder { font-size: 12px; }
  .optional { font-size: 9px; }
  .field-meta { flex-wrap: wrap; font-size: 9px; gap: 3px; }
  #char-count { margin-left: auto; }
  .file-drop { padding: 17px 13px; gap: 12px; }
  .file-drop strong { font-size: 11px; }
  .file-drop div > span { font-size: 9px; }
  .file-drop small { font-size: 9px; }
  .attachment-icon { width: 25px; height: 25px; font-size: 20px; }
  .button { font-size: 10px; padding-inline: 14px; gap: 12px; min-height: 50px; }
  .appeal-counter { width: calc(100% + 40px); margin-inline: -20px; padding: 20px; }
  .appeal-counter > .counter-title { font-size: 13px; }
  .appeal-counter > small { font-size: 8px; }
  #submit-status { width: calc(100% + 40px); margin-inline: -20px; padding: 14px 20px; font-size: 10px; }
  .recommendations .list-heading { font-size: 12px; }
  .recommendations li { gap: 10px; }
  .footer { padding: 20px; font-size: 11px; margin-bottom: 24px; }
  .dialog-header h2 { font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) { .profile-header img { transition: none; } }
