.apply-module__c8V9wa__page{background:var(--grey-100);justify-content:center;align-items:center;min-height:calc(100vh - 64px);padding:32px 24px;display:flex}.apply-module__c8V9wa__container{flex-direction:column;gap:24px;width:100%;max-width:540px;display:flex}.apply-module__c8V9wa__pageHeader{text-align:center;flex-shrink:0}.apply-module__c8V9wa__pageTitle{color:var(--grey-900);margin:0 0 6px;font-size:28px;font-weight:800;line-height:1.3}.apply-module__c8V9wa__pageSubtitle{color:var(--grey-400);margin:0;font-size:15px;line-height:1.5}.apply-module__c8V9wa__stepIndicator{justify-content:center;gap:8px;display:flex}.apply-module__c8V9wa__stepDot{flex-direction:column;flex:1;align-items:center;gap:6px;max-width:100px;display:flex;position:relative}.apply-module__c8V9wa__dot{border:2px solid var(--grey-300);background:var(--white);width:36px;height:36px;color:var(--grey-400);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:700;transition:border-color .2s,background .2s,color .2s;display:flex}.apply-module__c8V9wa__stepActive .apply-module__c8V9wa__dot{border-color:var(--blue-500);background:var(--blue-500);color:var(--white)}.apply-module__c8V9wa__stepCompleted .apply-module__c8V9wa__dot{border-color:var(--blue-500);background:var(--blue-500);color:var(--white);font-size:12px}.apply-module__c8V9wa__stepLabel{color:var(--grey-400);text-align:center;font-size:11px;font-weight:600;transition:color .2s}.apply-module__c8V9wa__stepActive .apply-module__c8V9wa__stepLabel{color:var(--blue-600)}.apply-module__c8V9wa__stepCompleted .apply-module__c8V9wa__stepLabel{color:var(--blue-500)}.apply-module__c8V9wa__progressBar{background:var(--grey-200);border-radius:3px;width:100%;height:6px;overflow:hidden}.apply-module__c8V9wa__progressFill{background:linear-gradient(90deg,var(--blue-400),var(--blue-600));border-radius:3px;height:100%;transition:width .3s}.apply-module__c8V9wa__formCard{flex-direction:column;flex:1;min-height:0;animation:.3s apply-module__c8V9wa__fadeIn;display:flex}.apply-module__c8V9wa__formBody{flex-direction:column;flex:1;gap:14px;min-height:0;padding-right:4px;display:flex;overflow-y:auto}.apply-module__c8V9wa__formBody::-webkit-scrollbar{width:4px}.apply-module__c8V9wa__formBody::-webkit-scrollbar-track{background:0 0}.apply-module__c8V9wa__formBody::-webkit-scrollbar-thumb{background:var(--grey-200);border-radius:2px}.apply-module__c8V9wa__formGroup{flex-direction:column;gap:5px;display:flex}.apply-module__c8V9wa__label{text-transform:uppercase;letter-spacing:.05em;color:var(--grey-400);font-size:12px;font-weight:700}.apply-module__c8V9wa__optional{text-transform:none;letter-spacing:0;color:var(--grey-300);font-weight:400}.apply-module__c8V9wa__hint{color:var(--grey-400);margin:0;font-size:12px}.apply-module__c8V9wa__input{border:1.5px solid var(--grey-200);height:42px;color:var(--grey-900);background:var(--white);box-sizing:border-box;border-radius:10px;outline:none;width:100%;padding:0 14px;font-family:Manrope,sans-serif;font-size:14px;transition:border-color .15s}.apply-module__c8V9wa__input:focus{border-color:var(--blue-500)}.apply-module__c8V9wa__input::placeholder{color:var(--grey-300)}.apply-module__c8V9wa__textarea{border:1.5px solid var(--grey-200);width:100%;color:var(--grey-900);resize:none;box-sizing:border-box;background:var(--white);border-radius:10px;outline:none;padding:10px 14px;font-family:Manrope,sans-serif;font-size:14px;transition:border-color .15s}.apply-module__c8V9wa__textarea:focus{border-color:var(--blue-500)}.apply-module__c8V9wa__textarea::placeholder{color:var(--grey-300)}.apply-module__c8V9wa__cardGrid{grid-template-columns:1fr 1fr;gap:8px;margin-top:2px;display:grid}.apply-module__c8V9wa__cardOption{border:1.5px solid var(--grey-200);background:var(--white);cursor:pointer;color:var(--grey-500);text-align:left;border-radius:12px;padding:12px 16px;font-family:Manrope,sans-serif;font-size:13.5px;font-weight:600;line-height:1.3;transition:border-color .15s,background .15s,color .15s;position:relative}@media (hover:hover) and (pointer:fine){.apply-module__c8V9wa__cardOption:hover{border-color:var(--blue-300);background:var(--blue-50)}}.apply-module__c8V9wa__cardOption:active{transform:scale(.97)}.apply-module__c8V9wa__cardOptionActive{border-color:var(--blue-500);background:var(--blue-50);color:var(--blue-700)}@media (hover:hover) and (pointer:fine){.apply-module__c8V9wa__cardOptionActive:hover{border-color:var(--blue-600);background:var(--blue-100)}}.apply-module__c8V9wa__cardCheck{background:var(--blue-500);opacity:0;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:opacity .2s,transform .2s;display:flex;position:absolute;top:-6px;right:-6px;transform:scale(.5)}.apply-module__c8V9wa__cardOptionActive .apply-module__c8V9wa__cardCheck{opacity:1;transform:scale(1)}.apply-module__c8V9wa__tagGrid{flex-wrap:wrap;gap:7px;margin-top:2px;display:flex}.apply-module__c8V9wa__tag{border:1.5px solid var(--grey-200);background:var(--white);color:var(--grey-500);cursor:pointer;border-radius:20px;padding:6px 14px;font-family:Manrope,sans-serif;font-size:13px;font-weight:600;transition:border-color .15s,color .15s,background .15s}@media (hover:hover) and (pointer:fine){.apply-module__c8V9wa__tag:hover{border-color:var(--blue-300);color:var(--blue-700);background:var(--blue-50)}}.apply-module__c8V9wa__tag:active{transform:scale(.97)}.apply-module__c8V9wa__tagActive{background:var(--blue-500);border-color:var(--blue-500);color:var(--white)}@media (hover:hover) and (pointer:fine){.apply-module__c8V9wa__tagActive:hover{background:var(--blue-600);border-color:var(--blue-600);color:var(--white)}}.apply-module__c8V9wa__reviewSection{background:var(--white);border:1.5px solid var(--grey-200);border-radius:12px;flex-direction:column;gap:16px;padding:24px;display:flex}.apply-module__c8V9wa__reviewItem{border-bottom:1px solid var(--grey-200);color:var(--grey-900);flex-direction:column;gap:4px;padding-bottom:16px;font-size:14px;line-height:1.5;display:flex}.apply-module__c8V9wa__reviewItem:last-child{border-bottom:none;padding-bottom:0}.apply-module__c8V9wa__reviewItem strong{letter-spacing:.05em;text-transform:uppercase;color:var(--grey-400);font-size:11px;font-weight:700}.apply-module__c8V9wa__formActions{flex-shrink:0;align-items:center;gap:10px;margin-top:28px;display:flex}.apply-module__c8V9wa__prevBtn{color:var(--grey-400);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:10px 0;font-family:Manrope,sans-serif;font-size:14px;font-weight:600;transition:color .15s}@media (hover:hover) and (pointer:fine){.apply-module__c8V9wa__prevBtn:hover{color:var(--grey-600)}}.apply-module__c8V9wa__actionBtns{align-items:center;gap:10px;margin-left:auto;display:flex}.apply-module__c8V9wa__nextBtn{background:var(--blue-500);height:42px;color:var(--white);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:0 32px;font-family:Manrope,sans-serif;font-size:14px;font-weight:700;transition:background .15s;display:flex}@media (hover:hover) and (pointer:fine){.apply-module__c8V9wa__nextBtn:hover{background:var(--blue-600)}}.apply-module__c8V9wa__nextBtn:active{transform:scale(.98)}.apply-module__c8V9wa__nextBtn:disabled{opacity:.5;cursor:not-allowed}.apply-module__c8V9wa__charCount{align-items:center;gap:4px;margin:2px 0 0;font-size:12px;display:flex}.apply-module__c8V9wa__errorToast{color:var(--white);z-index:9999;background:#dc2626;border-radius:10px;padding:12px 20px;font-size:13px;font-weight:600;animation:.25s apply-module__c8V9wa__toastIn;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 12px #00000026}@keyframes apply-module__c8V9wa__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes apply-module__c8V9wa__toastIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.apply-module__c8V9wa__stepIndicator{gap:16px}}@media (max-width:768px){.apply-module__c8V9wa__page{align-items:flex-start;padding:24px 20px}.apply-module__c8V9wa__formBody{overflow-y:visible}.apply-module__c8V9wa__actionBtns{flex:1;justify-content:flex-end}.apply-module__c8V9wa__pageTitle{font-size:24px}}@media (max-width:480px){.apply-module__c8V9wa__cardGrid{grid-template-columns:1fr}.apply-module__c8V9wa__page{padding:20px 16px}.apply-module__c8V9wa__stepLabel{font-size:10px}.apply-module__c8V9wa__dot{width:32px;height:32px;font-size:12px}}
