* { box-sizing: border-box; }
input, button, select, textarea { font: inherit; max-width: 100%; }
.entry-card label { display: block; margin: 18px 0 5px; font-weight: 700; }
.entry-card input:not([type=submit]):not([type=hidden]) { width: 100%; min-height: 46px; padding: 10px; border: 1px solid #a8a0b5; border-radius: 7px; background: #fff; }
.entry-card input[type=submit] { margin-top: 22px; cursor: pointer; }
.entry-card .button_to { margin: 18px 0; }
.workspace-option { margin: 18px 0; padding-bottom: 18px; border-bottom: 1px solid #e6e1ec; overflow-wrap: anywhere; }
input:focus-visible, button:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #6536e8; outline-offset: 3px; }
.entry-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 24px; text-decoration: underline; }
.entry-flash { max-width: 600px; margin: 24px auto; padding: 16px; background: #fff; border: 1px solid #a8a0b5; border-radius: 7px; }
.form-errors { margin: 20px 0; padding: 16px; border: 1px solid #a8a0b5; border-left: 4px solid #6536e8; border-radius: 7px; background: #faf8ff; }
.form-errors ul { margin: 8px 0 0; padding-left: 24px; }
body { margin: 0; min-width: 320px; color: #17121f; background: linear-gradient(115deg, #f8f6ff 0%, #fcfbff 57%, #f4f7f1 100%); font-family: "Avenir Next", "Segoe UI", system-ui, sans-serif; font-size: 16px; line-height: 1.55; min-height: 100dvh; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid #6536e8; outline-offset: 4px; }
.entry-shell { max-width: 1370px; margin: auto; padding: 0 38px 52px; }
.entry-header { min-height: 75px; display: flex; align-items: center; border-bottom: 1px solid #e6e1ec; }
.entry-brand { font-weight: 900; font-size: 20px; letter-spacing: -1px; }
.entry-brand span { color: #6536e8; }
.entry-card { max-width: 600px; margin: 64px auto 0; padding: 32px; border: 1px solid #e6e1ec; border-radius: 13px; background: #fff; }
.entry-eyebrow { color: #4e22c3; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 12px; }
.entry-card h1 { margin: 0; font-size: 36px; line-height: 1.1; font-weight: 900; letter-spacing: -1.65px; }
.entry-card > p:not(.entry-eyebrow) { color: #696474; margin: 20px 0; }
.entry-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 16px; color: #fff; border: 1px solid #6536e8; border-radius: 9px; background: #6536e8; font-size: 14px; font-weight: 700; }
.entry-button:hover { background: #4e22c3; }
.entry-skip-link { position: absolute; z-index: 10; top: 12px; left: 12px; transform: translateY(-160%); background: #fff; border: 2px solid #6536e8; padding: 10px; }
.entry-skip-link:focus { transform: none; }
@media (max-width: 560px) {
  .entry-shell { padding-inline: 16px; }
  .entry-card { margin-top: 36px; padding: 24px; }
  .entry-card h1 { font-size: 30px; }
}
