.jobs-page{padding:clamp(5rem,10vw,8rem) 0 4rem;min-height:72vh;background:radial-gradient(ellipse at 20% 20%,rgba(255,0,122,.12),transparent 600px),radial-gradient(ellipse at 80% 80%,rgba(0,150,255,.08),transparent 600px),var(--bg)}.jobs-header{text-align:center;margin-bottom:2.5rem}.jobs-title{font-size:clamp(2.2rem,8vw,4.5rem);margin-top:.75rem;text-transform:uppercase;line-height:.95;text-shadow:0 4px 20px rgba(255,0,122,.4)}.jobs-intro{max-width:700px;margin:0 auto 3rem;text-align:center}.jobs-intro-text{color:var(--text-muted);line-height:1.8;font-size:clamp(1rem,2.5vw,1.15rem)}.jobs-section{margin-bottom:4rem}.jobs-section-title{font-size:clamp(1.4rem,4vw,2rem);text-align:center;margin-bottom:.5rem;text-transform:uppercase}.jobs-section-subtitle{text-align:center;color:var(--text-muted);margin-bottom:2rem}.jobs-categories{display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:900px;margin:2rem auto 0}.job-category-card{background:var(--surface);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;transition:border-color .3s,transform .3s;display:flex;flex-direction:column;gap:.75rem}.job-category-card:hover{border-color:var(--primary);transform:translateY(-2px)}.job-category-card__icon{color:var(--primary);display:flex;align-items:center}.job-category-card__icon svg{width:32px;height:32px}.job-category-card__title{margin:0;font-size:1.1rem;font-weight:700;color:var(--text)}.job-category-card__desc{margin:0;color:var(--text-muted);line-height:1.6;font-size:.95rem}.jobs-application-form{max-width:800px;margin:0 auto}.form-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.form-group--full{grid-column:1 / -1}.form-fieldset{border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:1.25rem;margin:0}.form-hint{font-size:.85rem;color:var(--text-muted);margin:0 0 1rem}.category-checkboxes{display:grid;grid-template-columns:1fr;gap:.75rem}.category-checkbox{display:flex;align-items:center;gap:.65rem;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.1);border-radius:10px;cursor:pointer;transition:border-color .2s,background .2s;background:var(--surface)}.category-checkbox:hover{border-color:var(--primary);background:#ff007a0d}.category-checkbox input[type=checkbox]{width:1.2rem;height:1.2rem;accent-color:var(--primary)}.category-checkbox__label{font-weight:500;font-size:.95rem}.file-upload-zone{border:2px dashed rgba(255,255,255,.2);border-radius:16px;padding:2rem;text-align:center;transition:border-color .3s,background .3s;cursor:pointer;position:relative;background:var(--surface)}.file-upload-zone:hover,.file-upload-zone.is-dragover{border-color:var(--primary);background:#ff007a0d}.file-upload-input{position:absolute;inset:0;opacity:0;cursor:pointer}.file-upload-placeholder{pointer-events:none}.file-upload-placeholder svg{color:var(--text-muted);margin-bottom:.75rem}.file-upload-placeholder p{color:var(--text-muted);margin:0;font-size:.95rem}.file-upload-preview{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.file-upload-thumb-wrapper{width:80px;height:80px;border-radius:10px;overflow:hidden;border:2px solid rgba(255,255,255,.1)}.file-upload-thumb{width:100%;height:100%;object-fit:cover}.file-upload-note{width:100%;font-size:.85rem;color:var(--text-muted);margin:.5rem 0 0}.checkbox-label{display:flex;gap:.65rem;align-items:flex-start;color:var(--text-muted);line-height:1.5}.checkbox-label input[type=checkbox]{width:1.2rem;height:1.2rem;margin-top:.15rem;accent-color:var(--primary);flex-shrink:0}.checkbox-label a{color:var(--primary);text-decoration:underline}.btn-submit{width:100%;padding:1.25rem;font-size:1.1rem;font-weight:700;margin-top:1.5rem}.jobs-back{text-align:center;margin-top:3rem}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;opacity:0}.form-error{color:#dc3545;font-size:.85rem;margin:.25rem 0 0}@media(min-width:600px){.form-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.jobs-categories,.category-checkboxes{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.jobs-categories,.category-checkboxes{grid-template-columns:repeat(3,1fr)}}
