.pripam-fs-wrapper,.pripam-fs-wrapper div,.pripam-fs-wrapper span,.pripam-fs-wrapper p,.pripam-fs-wrapper h2,.pripam-fs-wrapper h3,.pripam-fs-wrapper label,.pripam-fs-wrapper input,.pripam-fs-wrapper textarea,.pripam-fs-wrapper button,.pripam-fs-wrapper form,.pripam-fs-wrapper svg{box-sizing:border-box;margin:0;padding:0}.pripam-fs-wrapper{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;font-size:15px;color:#111827;line-height:1.6;-webkit-font-smoothing:antialiased;max-width:700px;margin:0 auto}.pripam-fs-header{background:linear-gradient(135deg,#4f63ee 0%,#7c3aed 100%);border-radius:18px 18px 0 0;padding:36px 40px 30px;display:flex;align-items:flex-start;gap:18px;position:relative;overflow:hidden}.pripam-fs-header:after{content:'';position:absolute;top:-80px;right:-60px;width:260px;height:260px;background:rgb(255 255 255 / .06);border-radius:50%;pointer-events:none}.pripam-fs-header__icon{width:46px;height:46px;flex-shrink:0;background:rgb(255 255 255 / .15);border-radius:12px;display:flex;align-items:center;justify-content:center}.pripam-fs-header__icon svg{width:24px;height:24px;stroke:#fff}.pripam-fs-header__text h2{font-size:22px;font-weight:700;color:#fff;letter-spacing:-.3px;margin-bottom:5px}.pripam-fs-header__text p{font-size:14px;color:rgb(255 255 255 / .72);line-height:1.5}.pripam-fs-steps{display:flex;align-items:center;padding:20px 40px;background:#f8f9fc;border-left:1px solid #e8eaf0;border-right:1px solid #e8eaf0;border-bottom:1px solid #e8eaf0}.pripam-fs-step{display:flex;align-items:center;gap:9px;flex-shrink:0}.pripam-fs-step__line{flex:1;height:2px;background:#e2e5f0;margin:0 10px;border-radius:2px;transition:background .35s ease}.pripam-fs-step.active .pripam-fs-step__line,.pripam-fs-step.completed .pripam-fs-step__line{background:#4f63ee}.pripam-fs-step__circle{width:32px;height:32px;border-radius:50%;border:2px solid #dde0ed;background:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#9099b4;flex-shrink:0;transition:all .2s ease}.pripam-fs-step.active .pripam-fs-step__circle{border-color:#4f63ee;background:#4f63ee;color:#fff;box-shadow:0 0 0 4px rgb(79 99 238 / .16)}.pripam-fs-step.completed .pripam-fs-step__circle{border-color:#10b981;background:#10b981;color:#fff}.pripam-fs-step span{font-size:13px;font-weight:600;color:#9099b4;white-space:nowrap;transition:color .2s}.pripam-fs-step.active span{color:#4f63ee}.pripam-fs-step.completed span{color:#10b981}.pripam-fs-form{background:#fff;border:1px solid #e8eaf0;border-top:none;border-radius:0 0 18px 18px}.pripam-fs-step-content{padding:36px 40px 32px;animation:pripamSlide .25s ease both}@keyframes pripamSlide{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.pripam-fs-step-title{font-size:16px;font-weight:700;color:#111827;margin-bottom:26px;padding-bottom:14px;border-bottom:1px solid #f0f1f6}.pripam-fs-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.pripam-fs-field{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}.pripam-fs-field:last-child{margin-bottom:0}.pripam-fs-label{font-size:13px;font-weight:600;color:#374151;display:flex;align-items:center;gap:4px}.pripam-fs-required{color:#ef4444;font-size:14px;line-height:1}.pripam-fs-field-hint{font-size:12px;color:#9099b4;line-height:1.5}.pripam-fs-field-error{font-size:12px;color:#ef4444;min-height:16px;display:none;align-items:center;gap:4px}.pripam-fs-field-error.visible{display:flex}.pripam-fs-input-wrapper{position:relative}.pripam-fs-input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:17px;height:17px;stroke:#b0b8d0;pointer-events:none;transition:stroke .15s}.pripam-fs-input-wrapper:focus-within .pripam-fs-input-icon{stroke:#4f63ee}.pripam-fs-input{width:100%;padding:10px 14px 10px 40px;font-size:14px;font-family:inherit;color:#111827;background:#fff;border:1.5px solid #e2e5f0;border-radius:10px;outline:none;transition:border-color .15s,box-shadow .15s;appearance:none;-webkit-appearance:none}.pripam-fs-input::placeholder{color:#c0c6d9}.pripam-fs-input:hover{border-color:#bcc3e4}.pripam-fs-input:focus{border-color:#4f63ee;box-shadow:0 0 0 3px rgb(79 99 238 / .14)}.pripam-fs-input--readonly{background:#f8f9fc;color:#9099b4;cursor:default}.pripam-fs-input--readonly:focus,.pripam-fs-input--readonly:hover{border-color:#e2e5f0;box-shadow:none}.pripam-fs-input--error{border-color:#ef4444;box-shadow:0 0 0 3px rgb(239 68 68 / .12)}.pripam-fs-input--tags{padding:0;border:none;border-radius:0;background:0 0;box-shadow:none;flex:1;min-width:120px;font-size:13px}.pripam-fs-input--tags:focus{border:none;box-shadow:none}.pripam-fs-textarea-wrapper{position:relative}.pripam-fs-textarea{width:100%;padding:12px 14px;font-size:14px;font-family:inherit;color:#111827;background:#fff;border:1.5px solid #e2e5f0;border-radius:10px;outline:none;resize:vertical;min-height:130px;line-height:1.65;transition:border-color .15s,box-shadow .15s}.pripam-fs-textarea::placeholder{color:#c0c6d9}.pripam-fs-textarea:hover{border-color:#bcc3e4}.pripam-fs-textarea:focus{border-color:#4f63ee;box-shadow:0 0 0 3px rgb(79 99 238 / .14)}.pripam-fs-char-count{font-size:11px;color:#c0c6d9;text-align:right;margin-top:5px}.pripam-fs-skills-input{background:#f8f9fc;border:1.5px solid #e2e5f0;border-radius:10px;padding:8px 10px;min-height:50px;display:flex;flex-wrap:wrap;align-items:center;gap:6px;cursor:text;transition:border-color .15s,box-shadow .15s}.pripam-fs-skills-input:focus-within{border-color:#4f63ee;box-shadow:0 0 0 3px rgb(79 99 238 / .14);background:#fff}.pripam-fs-tags{display:contents}.pripam-fs-tag{display:inline-flex;align-items:center;gap:5px;background:#eef0fd;color:#4f63ee;border-radius:20px;padding:4px 6px 4px 11px;font-size:12px;font-weight:600;white-space:nowrap;transition:background .15s}.pripam-fs-tag:hover{background:#dde2fb}.pripam-fs-tag__remove{background:0 0;border:none;cursor:pointer;color:#4f63ee;font-size:15px;line-height:1;padding:0 2px;opacity:.55;display:flex;align-items:center;transition:opacity .15s}.pripam-fs-tag__remove:hover{opacity:1}.pripam-fs-dropzone{position:relative;border:2px dashed #dde0ed;border-radius:12px;background:#f8f9fc;padding:40px 24px;text-align:center;cursor:pointer;transition:all .2s ease;overflow:hidden}.pripam-fs-dropzone:hover{border-color:#4f63ee;background:#f2f3fe}.pripam-fs-dropzone.dragging{border-color:#4f63ee;background:#eef0fd;transform:scale(1.01);box-shadow:0 0 0 4px rgb(79 99 238 / .1)}.pripam-fs-dropzone__input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%;z-index:2}.pripam-fs-dropzone__icon{width:42px;height:42px;margin:0 auto 14px;display:block;stroke:#b0b8d0;transition:stroke .2s,transform .2s}.pripam-fs-dropzone:hover .pripam-fs-dropzone__icon,.pripam-fs-dropzone.dragging .pripam-fs-dropzone__icon{stroke:#4f63ee;transform:translateY(-3px)}.pripam-fs-dropzone__text{font-size:14px;font-weight:600;color:#374151;margin-bottom:4px}.pripam-fs-dropzone__link{color:#4f63ee;text-decoration:underline;text-underline-offset:2px;font-weight:600}.pripam-fs-dropzone__hint{font-size:12px;color:#9099b4}.pripam-fs-dropzone__content{pointer-events:none}.pripam-fs-dropzone__preview{background:#fff;border:1.5px solid #10b981;border-radius:10px;padding:12px 16px;pointer-events:all;cursor:default}.pripam-fs-file-info{display:flex;align-items:center;gap:10px}.pripam-fs-file-icon{width:26px;height:26px;stroke:#10b981;flex-shrink:0}.pripam-fs-file-name{flex:1;font-size:13px;font-weight:600;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pripam-fs-file-size{font-size:12px;color:#9099b4;white-space:nowrap}.pripam-fs-file-remove{background:0 0;border:none;cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center;transition:background .15s;flex-shrink:0}.pripam-fs-file-remove svg{width:16px;height:16px;stroke:#ef4444}.pripam-fs-file-remove:hover{background:#fff0f0}.pripam-fs-privacy-notice{display:flex;align-items:flex-start;gap:12px;background:#f0f3ff;border:1px solid #c7cef8;border-radius:10px;padding:13px 15px;margin-bottom:20px;color:#3730a3;font-size:13px;line-height:1.55}.pripam-fs-privacy-notice svg{width:18px;height:18px;stroke:#4f63ee;flex-shrink:0;margin-top:1px}.pripam-fs-field--checkbox{margin-top:4px}.pripam-fs-checkbox-label{display:flex;align-items:flex-start;gap:10px;padding:14px;background:#f8f9fc;border:1.5px solid #e2e5f0;border-radius:10px;cursor:pointer;transition:border-color .15s,background .15s}.pripam-fs-checkbox-label:hover{border-color:#4f63ee;background:#f2f3fe}.pripam-fs-checkbox{width:17px;height:17px;flex-shrink:0;accent-color:#4f63ee;margin-top:2px;cursor:pointer}.pripam-fs-checkbox-custom{display:none}.pripam-fs-checkbox-text{font-size:13px;color:#374151;line-height:1.55;user-select:none}.pripam-fs-step-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:30px;padding-top:22px;border-top:1px solid #f0f1f6}.pripam-fs-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 22px;font-size:14px;font-weight:600;font-family:inherit;border-radius:10px;border:none;cursor:pointer;text-decoration:none;transition:all .18s ease;white-space:nowrap;position:relative;letter-spacing:.01em}.pripam-fs-btn svg{width:17px;height:17px;stroke:currentColor;flex-shrink:0}.pripam-fs-btn:active{transform:scale(.97)}.pripam-fs-btn:disabled{opacity:.65;pointer-events:none}.pripam-fs-btn--primary,.pripam-fs-btn--next,.pripam-fs-btn--submit{background:#4f63ee;color:#fff;box-shadow:0 2px 10px rgb(79 99 238 / .28)}.pripam-fs-btn--primary:hover,.pripam-fs-btn--next:hover,.pripam-fs-btn--submit:hover{background:#3d52e0;box-shadow:0 4px 16px rgb(79 99 238 / .38);transform:translateY(-1px)}.pripam-fs-btn--submit{min-width:210px}.pripam-fs-btn--outline,.pripam-fs-btn--prev{background:0 0;color:#6b7280;border:1.5px solid #dde0ed}.pripam-fs-btn--outline:hover,.pripam-fs-btn--prev:hover{border-color:#4f63ee;color:#4f63ee;background:#f2f3fe}.pripam-fs-btn__label,.pripam-fs-btn__loader{display:inline-flex;align-items:center;gap:8px}.pripam-fs-spinner{width:17px;height:17px;stroke:currentColor;animation:pripamSpin .7s linear infinite}@keyframes pripamSpin{to{transform:rotate(360deg)}}.pripam-fs-notice{display:flex;align-items:flex-start;gap:14px;padding:18px 20px;border-radius:14px;font-size:14px;line-height:1.55;margin-bottom:20px;animation:pripamFadeDown .3s ease}@keyframes pripamFadeDown{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.pripam-fs-notice__icon{flex-shrink:0;width:26px;height:26px}.pripam-fs-notice__icon svg{width:26px;height:26px}.pripam-fs-notice__body strong{display:block;font-size:15px;font-weight:700;margin-bottom:3px}.pripam-fs-notice--success{background:#ecfdf5;border:1px solid #6ee7b7;color:#065f46}.pripam-fs-notice--success .pripam-fs-notice__icon svg{stroke:#10b981}.pripam-fs-notice--error{background:#fef2f2;border:1px solid #fca5a5;color:#991b1b}.pripam-fs-notice--error .pripam-fs-notice__icon svg{stroke:#ef4444}.pripam-fs-notice--warning{background:#fffbeb;border:1px solid #fcd34d;color:#92400e}.pripam-fs-notice--warning .pripam-fs-notice__icon svg{stroke:#f59e0b}.pripam-fs-notice--info{background:#f0f3ff;border:1px solid #c7cef8;color:#3730a3}.pripam-fs-notice--info .pripam-fs-notice__icon svg{stroke:#4f63ee}.pripam-fs-alert--error{background:#fef2f2;border:1px solid #fca5a5;color:#991b1b;border-radius:10px;padding:13px 16px;font-size:14px;font-weight:500;margin:0 40px 24px}.pripam-fs-success{text-align:center;padding:60px 40px 56px;background:#fff;border:1px solid #e8eaf0;border-top:none;border-radius:0 0 18px 18px;animation:pripamFadeDown .35s ease}.pripam-fs-success__icon{width:72px;height:72px;margin:0 auto 22px;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:pripamPop .45s cubic-bezier(.34,1.56,.64,1) .05s both}.pripam-fs-success__icon svg{width:36px;height:36px;stroke:#fff}@keyframes pripamPop{from{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}.pripam-fs-success h3{font-size:22px;font-weight:700;color:#111827;margin-bottom:10px;letter-spacing:-.2px}.pripam-fs-success p{font-size:15px;color:#6b7280;max-width:420px;margin:0 auto;line-height:1.7}@media (max-width:720px){.pripam-fs-header{padding:26px 24px 22px;border-radius:14px 14px 0 0}.pripam-fs-header__text h2{font-size:19px}.pripam-fs-steps{padding:16px 24px}.pripam-fs-step span{display:none}.pripam-fs-step-content{padding:26px 24px 22px}.pripam-fs-row{grid-template-columns:1fr}.pripam-fs-alert--error{margin:0 24px 20px}}@media (max-width:480px){.pripam-fs-wrapper{margin:0 -6px}.pripam-fs-header{padding:20px 18px 18px;border-radius:10px 10px 0 0}.pripam-fs-header__text h2{font-size:17px}.pripam-fs-steps{padding:12px 18px}.pripam-fs-step__circle{width:28px;height:28px;font-size:12px}.pripam-fs-step-content{padding:20px 18px}.pripam-fs-step-actions{flex-direction:column-reverse;gap:10px}.pripam-fs-btn{width:100%;justify-content:center}.pripam-fs-dropzone{padding:28px 16px}.pripam-fs-success{padding:44px 20px 40px}.pripam-fs-success h3{font-size:20px}.pripam-fs-alert--error{margin:0 18px 16px}}.pfd-status-selector{position:relative;margin-top:12px;padding-top:12px;border-top:1px solid #fff}.pfd-status-current{display:flex;align-items:center;gap:8px;cursor:pointer;padding:6px 10px;background:var(--pfd-bg);border-radius:20px;font-size:12px;font-weight:500;transition:background .2s}.pfd-status-current:hover{background:var(--pfd-brand-light)}.pfd-status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.pfd-status-dot-online{background:#22c55e}.pfd-status-dot-away{background:#f59e0b}.pfd-status-dot-busy{background:#ef4444}.pfd-status-dot-offline{background:#9ca3af}.pfd-status-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid var(--pfd-border);border-radius:8px;box-shadow:0 4px 12px rgb(0 0 0 / .1);z-index:100;margin-top:4px}.pfd-status-option{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;font-size:12px;transition:background .2s}.pfd-status-option:hover{background:var(--pfd-brand-light)}.pri-pam-status-indicator{display:inline-flex;align-items:center;gap:6px;font-size:12px;padding:4px 10px;border-radius:20px;background:var(--pfp-bg)}@keyframes pripamShake{0%,100%{transform:translateX(0)}20%{transform:translateX(-5px)}50%{transform:translateX(5px)}80%{transform:translateX(-3px)}}.pripam-fs-shake{animation:pripamShake .3s ease}