*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#000;color:#fff;line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background-color:#000;border-bottom:1px solid #404040}.header .container{justify-content:center;padding:1rem 20px}.header .container,.logo{display:flex;align-items:center}.logo{gap:1rem}.logo-icon{display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.logo-text h1{font-size:1.5rem;font-weight:700;margin-bottom:.25rem;color:#fff}.logo-text p{font-size:.875rem;color:#94a3b8;font-weight:400}.flag-banner{background-color:#1a1a1a;padding:.5rem;text-align:center;font-size:.875rem;color:#e2e8f0;border-top:1px solid #404040}.main{flex:1 1;padding:3rem 0}.hero{text-align:center;margin-bottom:3rem}.hero h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#94a3b8;line-height:1.7;text-align:left}.form-section,.hero-subtitle{max-width:800px;margin:0 auto}.form-description{font-size:1.1rem;color:#e2e8f0;margin-bottom:2rem;line-height:1.7;text-align:center}.error-messages{background:rgba(220,38,38,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(239,68,68,.8);border-radius:8px;padding:1rem;margin-bottom:2rem;box-shadow:0 4px 20px rgba(220,38,38,.3)}.error-messages h3{color:#fff;font-size:1rem;font-weight:600;margin-bottom:.5rem}.error-messages ul{list-style:none;margin:0}.error-messages li{color:#fecaca;font-size:.875rem;margin-bottom:.25rem}.error-messages li:before{content:"• ";color:#fff;font-weight:700}.success-message{background:rgba(5,150,105,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(16,185,129,.8);border-radius:8px;padding:1rem;margin-bottom:2rem;box-shadow:0 4px 20px rgba(5,150,105,.3)}.success-message p{color:#fff;font-size:1rem;margin:0}.file-help{display:block;color:#94a3b8;font-size:.75rem;margin-top:.5rem}.candidate-form{background:hsla(0,0%,8%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:12px;border:1px solid rgba(60,60,60,.8);box-shadow:0 8px 32px rgba(0,0,0,.6)}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.form-group,.form-row{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#f8fafc;font-size:.875rem}.required{color:#ef4444}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem 1rem;background-color:#1a1a1a;border:1px solid #404040;border-radius:6px;color:#fff;font-size:1rem;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#666;box-shadow:0 0 0 3px hsla(0,0%,40%,.1)}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group select{cursor:pointer}.form-group textarea{resize:vertical;min-height:120px}.file-upload{position:relative}.file-upload input[type=file]{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}.file-upload-label{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;background-color:#1a1a1a;border:1px solid #404040;border-radius:6px;cursor:pointer;transition:all .2s;min-height:50px}.file-upload-label:hover{background-color:#2a2a2a}.file-upload-text{color:#fff;font-weight:500;flex-shrink:0;margin-right:1rem}.file-upload-status{color:#94a3b8;font-size:.875rem;text-align:right;flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkbox-label{display:flex;align-items:flex-start;gap:1rem;cursor:pointer;font-size:.9rem;line-height:1.6;color:#fff;width:100%;margin-bottom:.5rem;min-height:30px}.checkbox-label input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.checkmark{width:24px;height:24px;background-color:#fff;border:3px solid #fff;border-radius:6px;position:relative;flex-shrink:0;margin-top:.125rem;transition:all .2s;box-shadow:0 2px 4px rgba(0,0,0,.3)}.checkbox-label input[type=checkbox]:checked+.checkmark{background-color:#000;border-color:#fff}.checkbox-label input[type=checkbox]:checked+.checkmark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:1rem;font-weight:700}.checkbox-label>span:not(.checkmark){flex:1 1;min-width:0;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.submit-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);color:#fff;border:1px solid #404040;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:1rem}.submit-btn:hover{background:linear-gradient(135deg,#3a3a3a,#2a2a2a);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.5)}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{background:#6b7280;cursor:not-allowed;transform:none;box-shadow:none}.footer{background-color:#000;border-top:1px solid #404040;padding:1.5rem 0;margin-top:auto}.footer p{text-align:center;color:#94a3b8;font-size:.875rem}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.form-row{grid-template-columns:1fr;gap:0}.candidate-form{padding:1.5rem}.container{padding:0 1rem}}@media (max-width:480px){.hero h1{font-size:2rem}.logo{flex-direction:row;align-items:center;justify-content:center;gap:.75rem}.logo-icon{font-size:1.5rem}.logo-text h1{font-size:1.25rem}}