@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/569ce4b8f30dc480-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_4d318d{font-family:Geist,Geist Fallback;font-style:normal}.__variable_4d318d{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_ea5f4b{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_ea5f4b{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}:root{--primary-color:#4f46e5;--primary-hover:#4338ca;--text-color:#1f2937;--text-light:#6b7280;--error-color:#ef4444;--success-color:#10b981;--border-color:#e5e7eb;--border-focus:#a5b4fc;--bg-light:#f9fafb;--card-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);--transition:all 0.3s ease;--input-radius:0.5rem}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;color:var(--text-color);background-color:#f3f4f6;background-image:radial-gradient(circle at 100% 100%,rgba(79,70,229,.1) 0,transparent 50%),radial-gradient(circle at 0 0,rgba(16,185,129,.1) 0,transparent 50%);background-size:cover;background-attachment:fixed;margin:0;padding:0}.form-container{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem}.form-card{background-color:white;border-radius:1rem;box-shadow:var(--card-shadow);width:100%;max-width:550px;overflow:hidden;transition:var(--transition)}.form-header{background-color:var(--primary-color);padding:2rem;color:white;text-align:center}.form-header h1{margin:0;font-weight:700;font-size:1.875rem}.subtitle{margin-top:.5rem;margin-bottom:0;opacity:.9;font-size:1rem}.application-form{padding:2rem}.form-instructions{background-color:var(--bg-light);padding:1rem;border-radius:.5rem;margin-bottom:1.5rem}.form-instructions p{margin:.25rem 0;color:var(--text-light);font-size:.875rem}.form-group{margin-bottom:1.5rem}label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500}input[type=email],input[type=tel],input[type=text]{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid var(--border-color);border-radius:var(--input-radius);transition:var(--transition);box-sizing:border-box}input[type=email]:focus,input[type=tel]:focus,input[type=text]:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px rgba(165,180,252,.5)}.file-input-container{position:relative}.file-input{position:absolute;top:0;left:0;opacity:0;width:100%;height:100%;cursor:pointer;z-index:2}.file-input-button{display:flex;align-items:center;gap:.5rem;border:1px dashed var(--border-color);border-radius:var(--input-radius);padding:.75rem 1rem;background-color:var(--bg-light);transition:var(--transition);cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-input-button:hover{border-color:var(--primary-color);background-color:rgba(79,70,229,.05)}.submit-button{width:100%;padding:.75rem 1.5rem;background-color:var(--primary-color);color:white;border:none;border-radius:var(--input-radius);font-size:1rem;font-weight:500;cursor:pointer;transition:var(--transition);display:flex;justify-content:center;align-items:center;gap:.5rem}.submit-button:hover:not(:disabled){background-color:var(--primary-hover)}.submit-button:disabled{opacity:.7;cursor:not-allowed}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{color:var(--error-color);background-color:rgba(239,68,68,.1);border-radius:.5rem;padding:.75rem 1rem;margin-bottom:1.5rem;font-size:.875rem}.success-message{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 2rem}.success-message svg{color:var(--success-color);margin-bottom:1rem}.success-message h2{margin:.5rem 0;color:var(--success-color)}.success-message p{margin-bottom:2rem;color:var(--text-light)}.primary-button{padding:.75rem 1.5rem;background-color:var(--primary-color);color:white;border:none;border-radius:var(--input-radius);font-size:1rem;font-weight:500;cursor:pointer;transition:var(--transition)}.primary-button:hover{background-color:var(--primary-hover)}@media (max-width:640px){.form-container{padding:1rem}.form-header{padding:1.5rem}.form-header h1{font-size:1.5rem}.application-form{padding:1.5rem}}