@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg: #f8fafc;--card: #ffffff;--muted: #64748b;--text: #1e293b;--text-light: #475569;--accent: #2563eb;--accent-hover: #1d4ed8;--stroke: #e2e8f0;--stroke-light: #f1f5f9;--shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--error: #dc2626;--success: #16a34a;--radius: 12px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.5}.navbar{background:var(--card);border-bottom:1px solid var(--stroke);padding:12px 32px;position:sticky;top:0;z-index:100}.navbar-content{max-width:1000px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.navbar-brand{display:flex;align-items:center;gap:12px}.brand-logo{height:36px;max-height:36px;max-width:180px;width:auto;object-fit:contain}.brand-text{font-weight:700;font-size:20px;color:var(--text)}.navbar-job-title{font-size:14px;font-weight:500;color:var(--muted);text-align:right}.apply-page{min-height:100vh;display:flex;flex-direction:column}.apply-content{flex:1;padding:20px 32px;overflow-y:auto}.apply-container{max-width:900px;width:100%;margin:0 auto}.about-section{margin-bottom:16px;flex-shrink:0}.about-label{font-size:12px;font-weight:600;color:var(--accent);letter-spacing:.5px;margin-bottom:6px}.about-text{margin:0;font-size:14px;color:var(--text-light);line-height:1.5}.section-card{background:var(--card);border:1px solid var(--stroke);border-radius:var(--radius);padding:20px 28px;margin-bottom:12px;box-shadow:var(--shadow);flex-shrink:0}.section-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.section-number{width:32px;height:32px;background:#dbeafe;color:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}.section-title{font-size:17px;font-weight:600;color:var(--text)}.section-hint{margin-left:auto;font-size:13px;color:var(--muted)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:12px}.form-row:last-child{margin-bottom:0}.form-row-4{grid-template-columns:repeat(4,1fr)}.form-field{display:flex;flex-direction:column;gap:4px}.form-field label{font-size:13px;font-weight:500;color:var(--text-light)}.form-field input,.form-field select{padding:10px 12px;border-radius:8px;border:1px solid var(--stroke);background:var(--card);color:var(--text);font-size:14px;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s}.form-field input::placeholder{color:#94a3b8}.form-field input:focus,.form-field select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1a}.input-error{border-color:var(--error)!important}.field-error{font-size:11px;color:var(--error);margin-top:2px}.mobile-field{max-width:320px}.mobile-input-group{display:flex;gap:8px}.country-select{width:90px;flex-shrink:0;padding:10px 8px!important}.mobile-number-input{flex:1}.skills-field{margin-top:12px}.skills-container{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:6px 12px;border:1px solid var(--stroke);border-radius:8px;background:var(--card);min-height:40px}.skill-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;background:var(--accent);color:#fff;border-radius:20px;font-size:12px;font-weight:500}.skill-tag button{background:none;border:none;padding:0;color:#ffffffb3;font-size:14px;cursor:pointer;line-height:1}.skill-tag button:hover{color:#fff}.skill-inline-input{border:none!important;padding:4px 8px!important;min-width:100px;flex:1;background:transparent!important;box-shadow:none!important}.skill-inline-input:focus{outline:none;box-shadow:none!important}.file-upload-zone{position:relative;border:2px dashed var(--stroke);border-radius:8px;background:var(--stroke-light);transition:all .2s}.file-upload-zone.dragging{border-color:var(--accent);background:#2563eb0d}.file-upload-zone.has-file{border-style:solid;border-color:var(--accent);background:#2563eb0d}.file-upload-zone input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.file-upload-content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;gap:6px;cursor:pointer;text-align:center;color:var(--muted);font-size:14px}.upload-icon{font-size:24px;margin-bottom:2px}.browse-link{color:var(--accent);text-decoration:underline}.file-icon{font-size:24px}.file-name{color:var(--text);font-weight:500}.file-change{font-size:12px;color:var(--accent)}.form-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-top:16px;flex-wrap:wrap;flex-shrink:0}.footer-left{flex-shrink:0}.footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.terms-text{font-size:11px;color:var(--muted);text-align:right;max-width:200px;line-height:1.4}.submit-btn{padding:12px 28px;border-radius:8px;border:none;background:var(--accent);color:#fff;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s;white-space:nowrap}.submit-btn:hover:not(:disabled){background:var(--accent-hover)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.form-error{margin-top:16px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:var(--error);font-size:13px}.page-footer{text-align:center;padding:12px;font-size:12px;color:var(--muted);flex-shrink:0}.success-notice,.expired-notice{display:flex;gap:16px;align-items:flex-start;padding:8px}.success-icon,.expired-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.success-icon{background:#dcfce7;color:var(--success)}.expired-icon{background:#fef2f2;color:var(--error)}.success-title,.expired-title{font-size:18px;font-weight:600;color:var(--text);margin-bottom:4px}.success-text,.expired-text{font-size:14px;color:var(--muted);line-height:1.5}@media (max-width: 768px){.navbar{padding:12px 16px}.navbar-job-title{display:none}.apply-content{padding:16px}.section-card{padding:20px 16px}.form-row{grid-template-columns:1fr;gap:12px}.form-row-4{grid-template-columns:1fr 1fr}.mobile-field{max-width:100%}.form-footer{flex-direction:column;align-items:stretch;gap:16px}.footer-right{align-items:stretch}.terms-text{text-align:center;max-width:none}.submit-btn{width:100%}}@media (max-width: 480px){.form-row-4{grid-template-columns:1fr}.section-header{flex-wrap:wrap}.section-hint{width:100%;margin-left:40px;margin-top:-8px}}
