﻿.tsd-bewerbung {
  --bg: #FFFFFF; --surface: #FFFFFF; --ink: #16263F; --ink-2: #3B4A63; --ink-3: #8591A5;
  --line: #E7EAF0; --line-2: #F1F3F7; --soft: #F6F7FA; --navy: #16263F; --navy-2: #223655;
  --accent: #E4002B; --accent-soft: #FDE5EA; --radius-lg: 22px; --radius-md: 16px; --radius-sm: 12px;
  --shadow-sm: 0 1px 0 rgba(14,26,43,0.04), 0 1px 2px rgba(14,26,43,0.04);
  --shadow-md: 0 8px 24px -12px rgba(14,26,43,0.18);
  --shadow-accent: 0 10px 28px -12px rgba(216,30,46,0.45);
  --ease: cubic-bezier(.2,.8,.2,1);
  --tsd-autoscroll-extra: 80px;
}
.tsd-bewerbung section.card,
.tsd-bewerbung #locationOptions,
.tsd-bewerbung .field,
.tsd-bewerbung .uploader,
.tsd-bewerbung .submit-bar {
  scroll-margin-top: calc(var(--tsd-autoscroll-extra, 80px) + 16px);
}
.tsd-bewerbung, .tsd-bewerbung *, .tsd-bewerbung *::before, .tsd-bewerbung *::after { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
.tsd-bewerbung { margin: 0; padding: 0; background: var(--bg); color: var(--ink); font-family: 'Inter', system-ui, -apple-system, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; font-feature-settings: "ss01","cv11"; position: relative; min-height: 100dvh; }
.tsd-bewerbung a { color: inherit; }
.tsd-bewerbung button { font-family: inherit; }
.tsd-bewerbung .shell { width: 100%; max-width: none; margin: 0; padding: 0 18px 160px; position: relative; }
@media (min-width: 520px) { .tsd-bewerbung .shell { padding: 0 20px 160px; } }
.tsd-bewerbung .shell > * { position: relative; }
.tsd-bewerbung .topbar { position: -webkit-sticky; position: sticky; top: 0; z-index: 60; background: #fff; padding: 14px 18px 12px; margin: 0 -18px; border-bottom: 1px solid var(--line); box-shadow: 0 8px 18px -14px rgba(14,26,43,0.4); }
.tsd-bewerbung .topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.tsd-bewerbung .brand { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 13px; color: var(--ink); }
.tsd-bewerbung .brand-logo { display: block; height: 38px; width: auto; max-width: 60vw; object-fit: contain; }
@media (min-width: 520px) { .brand-logo { height: 44px; } }
.tsd-bewerbung .year-pill { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #fff; background: var(--navy); border: 1px solid var(--navy); padding: 6px 10px; border-radius: 999px; font-weight: 500; letter-spacing: 0.04em; }
.tsd-bewerbung .progress { height: 4px; background: var(--line-2); border-radius: 999px; overflow: hidden; margin-top: 12px; }
.tsd-bewerbung .progress > i { display: block; height: 100%; width: 5%; background: var(--accent); border-radius: 999px; transition: width .5s var(--ease); }
.tsd-bewerbung .progress-meta { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; font-size: 11px; color: var(--ink-3); font-family: 'JetBrains Mono', monospace; letter-spacing: 0.04em; }
.tsd-bewerbung .progress-meta b { color: var(--ink); font-weight: 600; }
.tsd-bewerbung .hero { padding: 22px 2px 6px; }
.tsd-bewerbung .eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 14px; }
.tsd-bewerbung .eyebrow .dot { width: 6px; height: 6px; border-radius: 999px; background: var(--accent); }
.tsd-bewerbung h1.title { font-size: 34px; line-height: 1.02; letter-spacing: -0.028em; font-weight: 800; margin: 0 0 10px; text-wrap: balance; color: var(--navy); }
.tsd-bewerbung h1.title em { font-style: normal; color: var(--accent); }
.tsd-bewerbung .lede { color: var(--ink-2); font-size: 15px; line-height: 1.5; margin: 0 0 4px; text-wrap: pretty; max-width: 38ch; }
.tsd-bewerbung .lede b { color: var(--ink); font-weight: 600; }
.tsd-bewerbung section.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px 20px 22px 24px; margin-top: 14px; box-shadow: var(--shadow-sm); transition: box-shadow .3s var(--ease), border-color .3s var(--ease); position: relative; z-index: 1; pointer-events: auto; }
.tsd-bewerbung section.card:focus-within { border-color: #C8D0DE; box-shadow: var(--shadow-md); }
.tsd-bewerbung .sec-head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 18px; }
.tsd-bewerbung .sec-num { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--ink-3); font-weight: 500; letter-spacing: 0.06em; }
.tsd-bewerbung .sec-title { font-size: 17px; font-weight: 600; letter-spacing: -0.01em; margin: 0; line-height: 1.2; }
.tsd-bewerbung .sec-sub { font-size: 13px; color: var(--ink-3); margin: 2px 0 0; line-height: 1.45; }
.tsd-bewerbung .field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.tsd-bewerbung .field:last-child { margin-bottom: 0; }
.tsd-bewerbung .field-label { display: block; font-size: 12px; font-weight: 500; color: var(--ink-2); letter-spacing: 0.01em; padding-left: 2px; margin: 0; }
.tsd-bewerbung .field-label .req { color: var(--accent); margin-left: 2px; }
.tsd-bewerbung .field .hint { font-size: 11px; color: var(--ink-3); padding-left: 2px; margin-top: -2px; line-height: 1.4; }
.tsd-bewerbung .row { display: grid; gap: 10px; }
.tsd-bewerbung .row-2 { grid-template-columns: 1fr 1fr; }
.tsd-bewerbung .row-address { grid-template-columns: minmax(108px, 1fr) minmax(0, 2fr); gap: 10px; }
.tsd-bewerbung input[type="text"],
.tsd-bewerbung input[type="email"],
.tsd-bewerbung input[type="tel"],
.tsd-bewerbung input[type="date"],
.tsd-bewerbung input[type="number"],
.tsd-bewerbung select,
.tsd-bewerbung textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--soft);
  border-radius: var(--radius-sm);
  padding: 13px 14px;
  font-size: 15px;
  color: var(--ink);
  font-family: inherit;
  transition: border-color .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease);
  appearance: none;
  outline: none;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}
.tsd-bewerbung textarea { resize: vertical; min-height: 92px; line-height: 1.45; }
.tsd-bewerbung input::placeholder,
.tsd-bewerbung textarea::placeholder { color: #A8B0BD; }
.tsd-bewerbung input:hover,
.tsd-bewerbung select:hover,
.tsd-bewerbung textarea:hover { border-color: #C8D0DE; }
.tsd-bewerbung input:focus,
.tsd-bewerbung select:focus,
.tsd-bewerbung textarea:focus { border-color: var(--navy); background: #fff; box-shadow: 0 0 0 4px rgba(22,38,63,0.08); }
.tsd-bewerbung input:not(:placeholder-shown):valid { background: #fff; }
.tsd-bewerbung .options { display: grid; gap: 8px; }
.tsd-bewerbung .opt { position: relative; display: flex; align-items: center; gap: 14px; padding: 16px 18px 16px 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--soft); cursor: pointer; transition: all .25s var(--ease); user-select: none; pointer-events: auto; z-index: 1; }
.tsd-bewerbung .opt:hover { border-color: #C8D0DE; background: #fff; transform: translateY(-1px); }
.tsd-bewerbung .opt:active { transform: translateY(0) scale(.995); }
.tsd-bewerbung .opt input { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; opacity: 0; pointer-events: none; }
.tsd-bewerbung .opt .tick { flex: 0 0 auto; width: 22px; height: 22px; border-radius: 8px; border: 1.5px solid #C8D0DE; background: #fff; display: grid; place-items: center; transition: all .25s var(--ease); }
.tsd-bewerbung .opt .tick svg { opacity: 0; transform: scale(.5); transition: all .25s var(--ease); color: #fff; }
.tsd-bewerbung .opt .label { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.tsd-bewerbung .opt .label .t { font-size: 14.5px; font-weight: 500; color: var(--ink); line-height: 1.25; }
.tsd-bewerbung .opt .label .s { font-size: 12px; color: var(--ink-3); line-height: 1.35; }
.tsd-bewerbung .opt .meta { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--ink-3); font-weight: 500; margin-left: auto; flex: 0 0 auto; }
.tsd-bewerbung .opt.is-on { background: var(--navy); border-color: var(--navy); box-shadow: 0 10px 24px -12px rgba(22,38,63,0.45); }
.tsd-bewerbung .opt.is-on .label .t { color: #fff; }
.tsd-bewerbung .opt.is-on .label .s { color: #B4BECD; }
.tsd-bewerbung .opt.is-on .meta { color: #8C99AE; }
.tsd-bewerbung .opt.is-on .tick { background: var(--accent); border-color: var(--accent); }
.tsd-bewerbung .opt.is-on .tick svg { opacity: 1; transform: scale(1); }
.tsd-bewerbung .opt.is-booked { opacity: 0.5; cursor: not-allowed; pointer-events: none; }
.tsd-bewerbung .opt.is-booked:hover { transform: none; border-color: var(--line); background: var(--soft); }
.tsd-bewerbung .opt.is-booked .meta { color: var(--accent); font-weight: 700; font-size: 9.5px; letter-spacing: 0.06em; text-transform: uppercase; font-family: 'Inter', system-ui, sans-serif; }
.tsd-bewerbung .chips { display: flex; flex-wrap: wrap; gap: 8px; }
.tsd-bewerbung .chip { position: relative; display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border: 1px solid var(--line); background: var(--soft); border-radius: 999px; cursor: pointer; font-size: 13.5px; font-weight: 500; color: var(--ink-2); transition: all .22s var(--ease); user-select: none; line-height: 1.2; pointer-events: auto; z-index: 1; }
.tsd-bewerbung .chip input { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; opacity: 0; pointer-events: none; }
.tsd-bewerbung .chip:hover { border-color: #C8D0DE; background: #fff; color: var(--ink); }
.tsd-bewerbung .chip .check { width: 14px; height: 14px; border-radius: 999px; border: 1.5px solid #C8D0DE; display: inline-grid; place-items: center; transition: all .22s var(--ease); }
.tsd-bewerbung .chip .check svg { opacity: 0; transform: scale(.5); transition: all .22s var(--ease); }
.tsd-bewerbung .chip.is-on { background: var(--navy); border-color: var(--navy); color: #fff; }
.tsd-bewerbung .chip.is-on .check { background: var(--accent); border-color: var(--accent); }
.tsd-bewerbung .chip.is-on .check svg { opacity: 1; transform: scale(1); color: #fff; }
.tsd-bewerbung .chip.is-on.accent { background: var(--accent); border-color: var(--accent); color: #fff; }
.tsd-bewerbung .chip.is-on.accent .check { background: #fff; border-color: #fff; }
.tsd-bewerbung .chip.is-on.accent .check svg { color: var(--accent); }
.tsd-bewerbung .yn { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.tsd-bewerbung .yn .chip { width: 100%; justify-content: center; padding: 16px 12px; border-radius: 14px; background: #fff; border: 1px solid var(--line); font-weight: 600; font-size: 14.5px; color: var(--ink-2); min-height: 52px; }
.tsd-bewerbung .yn .chip .check { display: none; }
.tsd-bewerbung .yn .chip:hover { border-color: #C8D0DE; color: var(--ink); }
.tsd-bewerbung .yn .chip.is-on { background: var(--navy); border-color: var(--navy); color: #fff; }
.tsd-bewerbung .yn .chip.is-on.accent { background: var(--accent); border-color: var(--accent); color: #fff; }
.tsd-bewerbung .age-confirm { border: 1px solid var(--line); background: var(--soft); border-radius: var(--radius-md); padding: 18px 20px 18px 22px; display: flex; flex-direction: column; gap: 12px; transition: all .3s var(--ease); }
.tsd-bewerbung .age-confirm.is-on { background: var(--navy); border-color: var(--navy); color: #fff; }
.tsd-bewerbung .age-confirm.is-on .ac-text { color: #B4BECD; }
.tsd-bewerbung .age-confirm.is-on .ac-text b { color: #fff; }
.tsd-bewerbung .ac-text { font-size: 13px; line-height: 1.5; color: var(--ink-2); margin: 0; }
.tsd-bewerbung .ac-text b { color: var(--ink); font-weight: 600; }
.tsd-bewerbung .uploader { display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1.5px dashed #C8D0DE; border-radius: var(--radius-md); background: var(--soft); padding: 28px 16px; text-align: center; cursor: pointer; transition: all .22s var(--ease); position: relative; }
.tsd-bewerbung .uploader:hover { border-color: var(--navy); background: #fff; }
.tsd-bewerbung .uploader input[type=file] { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.tsd-bewerbung .up-icon { width: 36px; height: 36px; margin: 0 auto 8px; border-radius: 12px; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; color: var(--navy); }
.tsd-bewerbung .up-title { font-size: 14px; font-weight: 600; color: var(--ink); margin: 0; }
.tsd-bewerbung .up-sub { font-size: 12px; color: var(--ink-3); margin: 3px 0 0; }
.tsd-bewerbung .up-sub b { color: var(--accent); font-weight: 600; }
.tsd-bewerbung .thumbs { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 10px; }
.tsd-bewerbung .thumb { position: relative; aspect-ratio: 1/1; border-radius: var(--radius-sm); overflow: hidden; background: var(--line); }
.tsd-bewerbung .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tsd-bewerbung .thumb button { position: absolute; top: 6px; right: 6px; width: 22px; height: 22px; border-radius: 999px; border: none; background: rgba(22,38,63,.8); color: #fff; display: grid; place-items: center; cursor: pointer; backdrop-filter: blur(4px); }
.tsd-bewerbung .thumb button:hover { background: var(--accent); }
.tsd-bewerbung .submit-bar { position: sticky; bottom: 0; padding: 14px 18px 20px; margin: 18px -18px 0; background: linear-gradient(rgba(255,255,255,0), #fff 40%); z-index: 30; }
.tsd-bewerbung .btn { width: 100%; border: none; background: var(--navy); color: #fff; font-size: 15.5px; font-weight: 600; padding: 16px 18px; border-radius: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; transition: all .22s var(--ease); letter-spacing: -0.005em; box-shadow: var(--shadow-md); }
.tsd-bewerbung .btn:hover { transform: translateY(-1px); background: var(--navy-2); }
.tsd-bewerbung .btn:active { transform: translateY(0) scale(.99); }
.tsd-bewerbung .btn.is-ready { background: var(--accent); box-shadow: var(--shadow-accent); }
.tsd-bewerbung .btn.is-ready:hover { background: #ef2839; }
.tsd-bewerbung .btn .arrow { transition: transform .22s var(--ease); }
.tsd-bewerbung .btn:hover .arrow { transform: translateX(2px); }
.tsd-bewerbung .submit-meta { text-align: center; font-size: 11.5px; color: var(--ink-3); margin-top: 8px; font-family: 'JetBrains Mono', monospace; letter-spacing: 0.02em; }
.tsd-bewerbung .success { position: fixed; inset: 0; background: var(--navy); color: #fff; z-index: 100; display: none; place-items: center; padding: 28px; text-align: center; }
.tsd-bewerbung .success.on { display: grid; animation: fadein .4s var(--ease); }
.tsd-bewerbung .success h2 { font-size: 34px; line-height: 1.05; letter-spacing: -0.02em; font-weight: 700; margin: 18px 0 8px; text-wrap: balance; }
.tsd-bewerbung .success p { color: #B4BECD; max-width: 30ch; margin: 0 auto; font-size: 14.5px; line-height: 1.5; }
.tsd-bewerbung .success .check-big { width: 72px; height: 72px; border-radius: 999px; background: var(--accent); display: grid; place-items: center; margin: 0 auto; box-shadow: 0 20px 40px -10px rgba(216,30,46,.6); animation: pop .5s var(--ease) .1s backwards; }
.tsd-bewerbung .success small { display: block; margin-top: 24px; color: #6C7890; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
.tsd-bewerbung .team-member-banner[hidden] {
  display: none !important;
}
.tsd-bewerbung .team-hint,
.tsd-bewerbung .team-member-banner { display: flex; align-items: flex-start; gap: 10px; margin-top: 10px; padding: 12px 14px; border-radius: var(--radius-sm); font-size: 13px; line-height: 1.45; animation: slideIn .3s var(--ease); }
.tsd-bewerbung .team-hint { background: #EEF4FF; border: 1px solid #C8D9F5; color: #1A3A6B; }
.tsd-bewerbung .team-hint svg { flex: 0 0 auto; color: #2B5EA7; margin-top: 1px; }
.tsd-bewerbung .team-hint b { color: #0F2A52; font-weight: 600; }
.tsd-bewerbung .team-member-banner { background: #EEF8F0; border: 1px solid #B8DFC3; color: #1B4D2B; }
.tsd-bewerbung .team-member-banner svg { flex: 0 0 auto; color: #2A7A42; margin-top: 1px; }
.tsd-bewerbung .team-member-banner b,
.tsd-bewerbung .team-member-banner strong { color: #0F3A1C; font-weight: 600; }
.tsd-bewerbung .team-email-list { display: grid; gap: 8px; margin-top: 8px; }
.tsd-bewerbung .team-email-row input { width: 100%; }
.tsd-bewerbung .team-email-add { margin-top: 10px; padding: 10px 14px; border: 1px dashed #C8D4E6; border-radius: var(--radius-sm); background: #F8FAFD; color: var(--ink-2); font-size: 13px; font-weight: 600; cursor: pointer; transition: border-color .2s var(--ease), color .2s var(--ease), background .2s var(--ease); }
.tsd-bewerbung .team-email-add:hover { border-color: var(--accent); color: var(--accent); background: #FFF7F8; }
.tsd-bewerbung .alternate-location-section[hidden] { display: none !important; }
.tsd-bewerbung .alternate-location-section { animation: slideIn .3s var(--ease); }
.tsd-bewerbung .team-locations-hint { margin: 0 0 12px; padding-left: 2px; }
.tsd-bewerbung section.is-team-member #applicationTypeField,
.tsd-bewerbung section.is-team-member #teamFields { display: none !important; }
.tsd-bewerbung .options.is-locked .opt:not(.is-team-locked) { pointer-events: none; cursor: default; }
.tsd-bewerbung .options.is-locked .opt:not(.is-team-locked):hover { transform: none; border-color: var(--line); background: var(--soft); }
.tsd-bewerbung .opt.is-team-locked {
  pointer-events: none;
  cursor: default;
  background: #ECEFF4 !important;
  border-color: #D2D9E3 !important;
  box-shadow: none !important;
}
.tsd-bewerbung .opt.is-team-locked:hover { transform: none; }
.tsd-bewerbung .opt.is-team-locked .label .t { color: var(--ink-2) !important; }
.tsd-bewerbung .opt.is-team-locked .label .s { color: var(--ink-3) !important; }
.tsd-bewerbung .opt.is-team-locked .tick {
  background: #A8B3C2 !important;
  border-color: #A8B3C2 !important;
}
.tsd-bewerbung .opt.is-team-locked .tick svg {
  opacity: 1;
  transform: scale(1);
  color: #fff;
}
.tsd-bewerbung .opt.is-team-locked .locked-meta {
  color: var(--ink-3);
  font-size: 9.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 600;
}
.tsd-bewerbung .opt.is-team-locked input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.tsd-bewerbung footer { text-align: center; color: var(--ink-3); font-size: 11px; margin-top: 24px; letter-spacing: 0.04em; font-family: 'JetBrains Mono', monospace; }
.tsd-bewerbung footer a { color: var(--ink-2); text-decoration: none; border-bottom: 1px solid var(--line); }
.tsd-bewerbung footer a:hover { color: var(--ink); }
.tsd-bewerbung .tsd-inline-link { color: var(--navy); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; text-decoration-color: rgba(22,38,63,.25); }
.tsd-bewerbung .tsd-inline-link:hover { color: var(--accent); text-decoration-color: rgba(228,0,43,.35); }
.tsd-bewerbung .tsd-terms-link-wrap { margin: 0 0 10px; padding-left: 2px; }
.tsd-bewerbung .opt .label .t a.tsd-inline-link { color: inherit; }
.tsd-bewerbung .opt.is-on .label .t a.tsd-inline-link { color: #fff; text-decoration-color: rgba(255,255,255,.35); }
.tsd-bewerbung .opt.is-on .label .t a.tsd-inline-link:hover { color: #fff; text-decoration-color: #fff; }
@keyframes fadein  { from { opacity: 0; } to { opacity: 1; } }
@keyframes pop     { from { transform: scale(.6); opacity: 0; } to { transform: scale(1); opacity: 1; } }
@keyframes slideIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }
.tsd-bewerbung section.card { animation: slideIn .5s var(--ease) forwards; }
.tsd-bewerbung section.card:nth-child(2) { animation-delay: .05s; }
.tsd-bewerbung section.card:nth-child(3) { animation-delay: .10s; }
.tsd-bewerbung section.card:nth-child(4) { animation-delay: .15s; }
.tsd-bewerbung section.card:nth-child(5) { animation-delay: .20s; }
@media (min-width: 880px) {
  .tsd-bewerbung .shell { width: 100%; max-width: none; padding: 0 24px 80px; display: grid; grid-template-columns: minmax(280px, 380px) minmax(0, 1fr); column-gap: 48px; align-items: start; }
  .tsd-bewerbung .topbar { grid-column: 1 / -1; margin: 0 -24px; padding: 18px 24px 12px; }
  .tsd-bewerbung .topbar-inner, .tsd-bewerbung .topbar .progress, .tsd-bewerbung .topbar .progress-meta { width: 100%; }
  .tsd-bewerbung .hero { position: sticky; top: 96px; align-self: start; padding: 36px 0 20px; grid-column: 1; grid-row: 2 / span 100; max-height: calc(100dvh - 112px); overflow: auto; }
  .tsd-bewerbung h1.title { font-size: 48px; line-height: 1.0; letter-spacing: -0.032em; }
  .tsd-bewerbung .lede { font-size: 16px; max-width: 34ch; }
  .tsd-bewerbung .desktop-aside { display: block; margin-top: 28px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--soft); }
  .tsd-bewerbung .desktop-aside h3 { font-size: 13px; font-weight: 600; color: var(--ink); margin: 0 0 10px; font-family: 'JetBrains Mono', monospace; letter-spacing: 0.06em; text-transform: uppercase; }
  .tsd-bewerbung .desktop-aside ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; }
  .tsd-bewerbung .desktop-aside li { font-size: 13px; color: var(--ink-2); line-height: 1.5; display: flex; gap: 8px; align-items: flex-start; }
  .tsd-bewerbung .desktop-aside li::before { content: ""; flex: 0 0 auto; width: 4px; height: 4px; border-radius: 999px; background: var(--accent); margin-top: 8px; }
  .tsd-bewerbung section.card { grid-column: 2; padding: 28px 28px 28px 32px; border-radius: 24px; margin-top: 0; }
  .tsd-bewerbung section.card:first-of-type { margin-top: 24px; }
  .tsd-bewerbung section.card + section.card { margin-top: 18px; }
  .tsd-bewerbung .sec-title { font-size: 20px; }
  .tsd-bewerbung .sec-sub { font-size: 13.5px; }
  .tsd-bewerbung .submit-bar { grid-column: 2; position: sticky; bottom: 24px; margin: 24px 0 0; padding: 0; background: none; }
  .tsd-bewerbung .submit-bar::before { content: ""; position: absolute; inset: -24px -24px -24px -24px; background: linear-gradient(transparent, #fff 50%); z-index: -1; pointer-events: none; }
  .tsd-bewerbung .btn { padding: 18px 22px; font-size: 16px; border-radius: 18px; }
  .tsd-bewerbung .submit-meta { margin-top: 10px; }
  .tsd-bewerbung footer { grid-column: 1 / -1; margin-top: 40px; }
  .tsd-bewerbung .row-2 { grid-template-columns: 1fr 1fr; gap: 14px; }
  .tsd-bewerbung .field { margin-bottom: 16px; }
  .tsd-bewerbung .options { grid-template-columns: 1fr 1fr; display: grid; gap: 10px; }
  .tsd-bewerbung .chip { padding: 11px 16px; font-size: 14px; }
  .tsd-bewerbung .yn .chip { padding: 16px 12px; font-size: 15px; }
  .tsd-bewerbung .uploader { padding: 36px 24px; }
  .tsd-bewerbung .up-icon { width: 44px; height: 44px; }
  .tsd-bewerbung .up-title { font-size: 15px; }
  .tsd-bewerbung .thumbs { grid-template-columns: repeat(4,1fr); }
  .tsd-bewerbung .success.on > div { max-width: 480px; padding: 40px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 24px; }
  .tsd-bewerbung .success h2 { font-size: 42px; }
  .tsd-bewerbung .success p { font-size: 15.5px; max-width: 36ch; }
}
@media (min-width: 1180px) {
  .tsd-bewerbung .shell { grid-template-columns: minmax(300px, 420px) minmax(0, 1fr); column-gap: 64px; padding: 0 32px 80px; }
  .tsd-bewerbung .topbar { margin: 0 -32px; padding: 18px 32px 12px; }
  .tsd-bewerbung h1.title { font-size: 56px; }
}
@media (min-width: 640px) and (max-width: 879px) {
  .tsd-bewerbung .shell { width: 100%; max-width: none; padding: 0 28px 140px; }
  .tsd-bewerbung h1.title { font-size: 42px; }
  .tsd-bewerbung .options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .tsd-bewerbung .row-2 { grid-template-columns: 1fr 1fr; }
  .tsd-bewerbung section.card { padding: 24px; }
  .tsd-bewerbung .thumbs { grid-template-columns: repeat(4,1fr); }
}
@media (max-width: 879px) {
  .tsd-bewerbung .desktop-aside { display: none; }
  .tsd-bewerbung .hero { position: static; max-height: none; overflow: visible; }
}
.tsd-bewerbung,
.tsd-bewerbung .shell,
.tsd-bewerbung section.card,
.tsd-bewerbung .field,
.tsd-bewerbung .options,
.tsd-bewerbung .chips,
.tsd-bewerbung .yn,
.tsd-bewerbung .age-confirm,
.tsd-bewerbung .uploader,
.tsd-bewerbung label,
.tsd-bewerbung .opt,
.tsd-bewerbung .chip,
.tsd-bewerbung input,
.tsd-bewerbung select,
.tsd-bewerbung textarea,
.tsd-bewerbung button { pointer-events: auto; }
