:root{--ad-page-width:760px;--ad-page-padding:1rem;--ad-card-padding:1.5rem;--ad-content-width:calc(var(--ad-page-width) - 2 * var(--ad-page-padding) - 2 * var(--ad-card-padding) - 2px)}.ad-card .brand{color:var(--muted,#5b6572);margin-bottom:1.5rem;font-size:.9rem}.ad-card h1.ad-title{margin:0 0 .25rem;font-size:1.7rem}.ad-card .job-meta{color:var(--muted,#5b6572);font-size:.9rem}.ad-card .salary-line{color:var(--success,#1b7f4b);margin-top:.5rem;font-weight:600}.ad-card .skill-chips{flex-wrap:wrap;gap:.4rem;margin-top:.75rem;display:flex}.ad-card .skill-chip{border:1px solid var(--border,#dde2e8);background:var(--bg,#f6f7f9);color:var(--muted,#5b6572);border-radius:999px;padding:.2rem .65rem;font-size:.82rem}.ad-body{max-width:calc(var(--ad-page-width) - 2 * var(--ad-page-padding) - 2 * var(--ad-card-padding) - 2px);color:var(--text,#1c2430);margin-inline:auto;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.6}.ad-body h2,.ad-body h3{margin:1.6rem 0 .4rem;font-size:1.15rem}.ad-body a{color:var(--accent,#2f6fed)}.ad-body img{border-radius:8px;max-width:100%;height:auto;margin:1rem 0;display:block}.ad-body li img,.ad-body p img{vertical-align:middle;margin:.5rem 0;display:inline-block}.ad-body .video-embed{aspect-ratio:16/9;border-radius:8px;margin:1rem 0;position:relative;overflow:hidden}.ad-body .video-embed iframe,.ad-body .video-embed video{border:0;width:100%;height:100%;position:absolute;inset:0}.ad-body .video-embed video{object-fit:contain;background:#000}:root{--bg:#f6f7f9;--surface:#fff;--text:#1c2430;--muted:#5b6572;--accent:#2f6fed;--accent-text:#fff;--border:#dde2e8;--error:#b3261e;--success:#1b7f4b}@media (prefers-color-scheme:dark){:root{--bg:#12161c;--surface:#1b2129;--text:#e7ebf0;--muted:#9aa4b1;--accent:#5b8ff5;--accent-text:#0d1117;--border:#2c3541;--error:#f2b8b5;--success:#7ad3a2}}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.6}.page{max-width:var(--ad-page-width);padding:2rem var(--ad-page-padding) 4rem;margin:0 auto}.card{background:var(--surface);border:1px solid var(--border);padding:var(--ad-card-padding);border-radius:10px;margin-bottom:1rem}a.job-link{color:inherit;text-decoration:none;display:block}a.job-link:hover .job-title{color:var(--accent)}.job-title{margin:0 0 .25rem;font-size:1.15rem}.apply-promise{color:var(--muted);margin:0 0 .75rem}.process-steps{border:1px solid var(--border);background:var(--bg);border-radius:8px;gap:.35rem;margin:0 0 1.25rem;padding:.9rem 1rem .9rem 2.2rem;font-size:.9rem;display:grid}.more-roles-title{margin:2rem 0 .75rem;font-size:1.2rem}.status-steps{gap:1rem;margin:1.5rem 0 0;padding:0;list-style:none;display:grid}.status-step{color:var(--muted);padding-left:2rem;position:relative}.status-step:before{content:"";border:2px solid var(--border);background:var(--bg);border-radius:50%;width:1rem;height:1rem;position:absolute;top:.15rem;left:0}.status-step.done{color:var(--text)}.status-step.done:before{border-color:var(--success);background:var(--success)}.status-step.current strong{color:var(--success)}.apply h2{margin-top:0}.field{margin-bottom:1rem}.field label{margin-bottom:.25rem;font-size:.9rem;display:block}.field input[type=text],.field input[type=email],.field input[type=tel],.field input[type=url],.field textarea{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);font:inherit;border-radius:8px;padding:.65rem .85rem;line-height:1.5;transition:border-color .15s,box-shadow .15s}.field input:hover,.field textarea:hover{border-color:var(--accent)}.field input:focus,.field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 20%, transparent);outline:none}.field input::placeholder,.field textarea::placeholder{color:var(--muted);opacity:.7}.field textarea{resize:vertical;min-height:9rem}.questions{margin-bottom:1rem}.questions-intro{color:var(--muted);margin-bottom:.75rem;font-size:.9rem}.field.question label{margin-bottom:.4rem;font-weight:600;line-height:1.45}.field.question textarea{min-height:5.5rem}.file-input{opacity:0;clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}label.dropzone{border:2px dashed var(--accent);background:var(--bg);cursor:pointer;text-align:center;border-radius:10px;flex-direction:column;align-items:center;gap:.35rem;margin-bottom:1rem;padding:1.6rem 1rem;font-size:1rem;transition:border-color .15s,background .15s;display:flex}.dropzone:hover,.dropzone.dragging{background:color-mix(in srgb, var(--accent) 8%, var(--bg));border-color:var(--accent)}.file-input:focus-visible+.dropzone{outline:2px solid var(--accent);outline-offset:2px}.spinner{vertical-align:-.45em;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:1.6em;height:1.6em;margin-right:.6rem;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.dropzone-icon{color:var(--accent);line-height:0}.dropzone-title{font-weight:600}.dropzone-hint{color:var(--muted);white-space:pre-line;font-size:.85rem}.parsed-panel{border:1px solid var(--border);border-left:3px solid var(--accent);background:var(--bg);border-radius:6px;margin-top:.75rem;margin-bottom:1rem;padding:.85rem 1rem;font-size:.9rem}.parsed-title{color:var(--muted);margin-bottom:.4rem;font-size:.8rem}.parsed-name{font-weight:600}.parsed-row{margin-top:.25rem}.parsed-roles{margin:.4rem 0 0;padding-left:1.2rem}.muted{color:var(--muted)}.consent{color:var(--muted);align-items:flex-start;gap:.5rem;margin-bottom:1rem;font-size:.85rem;display:flex}.consent input{margin-top:.25rem}button.submit{background:var(--accent);width:100%;color:var(--accent-text);font:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:none;border:none;border-radius:8px;padding:1.4rem 1.6rem;font-size:1.15rem;font-weight:600;transition:background .2s;position:relative;overflow:hidden}button.submit.holding:after{content:"";width:0;animation:hold-fill var(--hold-ms,1.2s) linear forwards;background:#ffffff4d;position:absolute;inset:0 auto 0 0}@keyframes hold-fill{to{width:100%}}button.submit.ready{background:var(--success);color:var(--surface)}button.submit.ready:after{content:"";width:100%;animation:hold-drain var(--release-ms,4s) linear forwards;background:#ffffff40;position:absolute;inset:0 0 0 auto}@keyframes hold-drain{to{width:0}}button.submit.submitting{background:var(--success);color:var(--surface)}button.submit.submitting:after{display:none}.spinner-light{vertical-align:-.15em;border-color:currentColor #fff6 #fff6;width:1em;height:1em;margin-right:.4rem}button.submit:disabled{opacity:.6;cursor:default}.message{border-radius:6px;margin-bottom:1rem;padding:.75rem 1rem}.message.error{border:1px solid var(--error);color:var(--error)}.message.success{border:1px solid var(--success);color:var(--success)}.empty{color:var(--muted);text-align:center;padding:3rem 0}
