body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.ugc3-signin-container{align-items:center;background:#f4f4f4;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:20px}.ugc3-signin-form{background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;max-width:400px;padding:40px;text-align:left;width:100%}.ugc3-signin-form h2{font-size:2rem;font-weight:700;margin-bottom:10px}.ugc3-signin-form p{color:#777;margin-bottom:20px}.ugc3-signin-form input{border:1px solid #ccc;border-radius:8px;font-size:1rem;margin:10px 0;padding:12px;width:100%}.ugc3-password-wrapper{position:relative;width:100%}.ugc3-password-wrapper input{padding-right:45px}.ugc3-password-toggle{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:color .2s ease}.ugc3-password-toggle:hover{color:#333}.ugc3-password-toggle:focus{color:#f8049c;outline:none}.ugc3-forgot-password{color:#007bff;display:block;font-size:.9rem;margin-top:10px;text-decoration:none}.ugc3-forgot-password:hover{text-decoration:underline}@media (max-width:480px){.ugc3-signin-container{padding:16px}.ugc3-signin-form{padding:32px 24px}.ugc3-signin-form h2{font-size:1.5rem}}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}.ugc3-shake{animation:shake .5s ease-in-out}.ugc3-signup-container{align-items:center;background:#f4f4f4;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:20px}.ugc3-signup-form{background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;max-width:500px;padding:40px;text-align:left;width:100%}.ugc3-signup-form h2{font-size:2rem;font-weight:700;margin-bottom:10px}.ugc3-signup-form p{color:#777;margin-bottom:20px}.ugc3-form-group,.ugc3-form-row{margin-bottom:15px}.ugc3-form-row{grid-gap:15px;gap:15px}.ugc3-form-group label{color:#333;display:block;margin-bottom:5px}.ugc3-signup-form input{border:1px solid #ccc;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:12px;width:100%}.ugc3-signup-form input:focus{border-color:#f8049c;box-shadow:0 0 0 2px #f8049c1a;outline:none}.ugc3-google-login-btn{background-color:#4285f4;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;margin-bottom:20px;margin-top:15px;padding:12px;width:100%}.ugc3-google-login-btn:hover:not(:disabled){background-color:#357ae8}.ugc3-google-login-btn:disabled{cursor:not-allowed;opacity:.7}.ugc3-signup-progress{display:flex;justify-content:space-between;margin-bottom:32px;position:relative}.ugc3-signup-progress:before{background:#e2e8f0;content:"";height:2px;left:0;position:absolute;right:0;top:20px;z-index:1}.ugc3-progress-step{align-items:center;display:flex;flex-direction:column;position:relative;z-index:2}.ugc3-step-number{align-items:center;background:#e2e8f0;border-radius:50%;color:#718096;display:flex;font-weight:600;height:40px;justify-content:center;margin-bottom:8px;transition:all .3s ease;width:40px}.ugc3-progress-step.active .ugc3-step-number{background:#f8049c;color:#fff}.ugc3-step-label{color:#718096;font-size:12px;font-weight:500}.ugc3-progress-step.active .ugc3-step-label{color:#f8049c}.ugc3-signup-step{display:flex;flex-direction:column;gap:20px}.ugc3-signup-step h3{color:#2d3748;font-size:20px;font-weight:600;margin:0 0 16px}.ugc3-signup-step h4{color:#4a5568;font-size:16px;font-weight:600;margin:0 0 12px}.ugc3-form-section{border-top:1px solid #e2e8f0;margin-top:20px;padding-top:20px}.ugc3-form-section:first-child{border-top:none;margin-top:0;padding-top:0}.ugc3-form-section p{color:#718096;font-size:14px;margin:0 0 16px}.ugc3-next-button,.ugc3-prev-button{background:#f8049c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .2s ease;width:100%}.ugc3-next-button:hover,.ugc3-prev-button:hover{background:#e00388;transform:translateY(-1px)}.ugc3-prev-button{background:#718096}.ugc3-prev-button:hover{background:#4a5568}.ugc3-form-actions{gap:12px;margin-top:24px}.ugc3-form-actions .ugc3-next-button,.ugc3-form-actions .ugc3-prev-button{flex:1 1;width:auto}.ugc3-error-message p{margin:0 0 8px}.ugc3-error-message p:last-child{margin-bottom:0}.ugc3-error-help{border-top:1px solid #fecaca;margin-top:8px!important;padding-top:8px}.ugc3-error-help a{color:#f8049c;font-weight:600;text-decoration:none;transition:color .2s ease}.ugc3-error-help a:hover{color:#e00388;text-decoration:underline}.ugc3-pink-link{color:#f8049c;text-decoration:none}.ugc3-pink-link:hover{text-decoration:underline}@media (max-width:600px){.ugc3-signup-container{padding:16px}.ugc3-signup-form{padding:32px 24px}.ugc3-signup-form h2{font-size:1.5rem}.ugc3-form-row{gap:15px;grid-template-columns:1fr}}.ugc3-forgot-password-container{align-items:center;background:#f4f4f4;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:20px}.ugc3-brand-logo img{margin-bottom:10px;width:150px}.ugc3-forgot-password-form{background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;max-width:400px;padding:40px;text-align:left;width:100%}.ugc3-forgot-password-form h2{font-size:2rem;font-weight:700;margin-bottom:10px}.ugc3-forgot-password-form p{color:#777;margin-bottom:20px}.ugc3-forgot-password-form input{border:1px solid #ccc;border-radius:8px;box-sizing:border-box;font-size:1rem;margin:10px 0;padding:12px;width:100%}.ugc3-forgot-password-form input:disabled{cursor:not-allowed;opacity:.7}.ugc3-cta-btn{background-color:#f8049c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;margin-top:20px;padding:12px;width:100%}.ugc3-cta-btn:hover:not(:disabled){background-color:#e00388}.ugc3-cta-btn:disabled{cursor:not-allowed;opacity:.7}.ugc3-error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:20px;padding:16px;text-align:center}.ugc3-error-message p{color:#dc2626;font-size:14px;font-weight:500;margin:0}.ugc3-success-message{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin-bottom:20px;padding:16px;text-align:center}.ugc3-success-message p{color:#166534;font-size:14px;font-weight:500;margin:0 0 8px}.ugc3-success-message p:last-of-type{margin-bottom:0}.ugc3-success-help{border-top:1px solid #bbf7d0;color:#15803d!important;font-size:13px!important;font-weight:400!important;margin-top:8px!important;padding-top:8px}.ugc3-forgot-password-actions{margin-top:20px;text-align:center}.ugc3-link-button{background:none;border:none;color:#f8049c;cursor:pointer;font-size:.9rem;padding:0;text-decoration:none}.ugc3-link-button:hover:not(:disabled){text-decoration:underline}.ugc3-link-button:disabled{cursor:not-allowed;opacity:.7}@media (max-width:480px){.ugc3-forgot-password-container{padding:16px}.ugc3-forgot-password-form{padding:32px 24px}.ugc3-forgot-password-form h2{font-size:1.5rem}}.onboarding-container{align-items:center;background:linear-gradient(135deg,#fff8f9,#fffdf4);box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;justify-content:flex-start;margin:0;min-height:100vh;overflow-x:hidden;overflow-y:auto;padding:40px 20px 100px;position:relative;text-align:center}.onboarding-container,.onboarding-form{display:flex;flex-direction:column;width:100%}.onboarding-form{background:#0000;margin:0 auto;max-width:600px;min-height:auto;padding:0}.onboarding-form--wide{max-width:1100px;min-height:auto;padding-bottom:16px}.onboarding-step-content{align-items:flex-start;display:flex;flex:1 1;justify-content:center;min-height:auto;padding:20px 0;width:100%}.welcome-content{margin:0 auto;max-width:500px;text-align:center;width:100%}.creator-name{color:#000;font-size:80px;font-weight:800;letter-spacing:-.04em;line-height:.9;margin-bottom:32px}.selection-text{color:#6b7280;font-size:18px;font-weight:400;margin-bottom:16px;margin-top:0}.ugc3-creator-badge-inline{border:1px solid #fff3;margin-bottom:32px;margin-left:auto;margin-right:auto;padding:.5rem 1rem;width:-webkit-fit-content;width:fit-content}.welcome-message{color:#6b7280;font-size:20px;font-weight:400;line-height:1.6;margin:0 auto;max-width:450px}.welcome-message p{margin:0}.benefits-content{margin:0 auto;max-width:480px;text-align:left;width:100%}.benefits-title{border-bottom:1px solid #f1f3f4;color:#000;font-size:20px;font-weight:600;letter-spacing:-.01em;line-height:1.4;margin:0;padding:24px 24px 16px;text-align:left}.benefits-list{background:#fff;border:1px solid #0000000f;border-radius:16px;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column;gap:0;overflow:hidden}.benefit-item{align-items:center;border-bottom:1px solid #f1f3f4;display:flex;justify-content:space-between;padding:20px 24px;transition:all .15s ease}.benefit-item:last-child{border-bottom:none}.benefit-item:hover{background:#fafbfc}.benefit-text{display:flex;flex:1 1;flex-direction:column;gap:2px}.benefit-text strong{color:#000;font-size:15px;font-weight:500;line-height:1.4;margin:0}.benefit-text span{color:#6b7280;font-size:13px;line-height:1.4;margin:0}.benefit-icon{align-items:center;color:#6b7280;display:flex;flex-shrink:0;height:20px;justify-content:center;margin-left:16px;width:20px}.benefit-icon svg{stroke:#6b7280;height:16px;width:16px}.details-content{margin:0 auto;max-width:480px;text-align:left;width:100%}.details-card{background:#fff;border:1px solid #0000000f;border-radius:16px;box-shadow:0 2px 8px #0000000a;padding:32px}.details-title{color:#000;font-size:20px;font-weight:600;letter-spacing:-.01em;line-height:1.4;margin:0 0 32px;text-align:center}.form-group{margin-bottom:24px}.form-group:last-child{margin-bottom:0}.form-group label{color:#374151;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.custom-date-picker{display:flex;gap:8px;width:100%}.date-select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23374151' d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;color:#111827;cursor:pointer;flex:1 1;font-size:16px;padding:12px 40px 12px 16px;transition:all .2s ease}.date-select:focus{border-color:#42bcff;box-shadow:0 0 0 3px #42bcff1a;outline:none}.date-select-year{flex:1.2 1}.date-select-month{flex:1.5 1}.date-select-day{flex:1 1}.form-input{background:#fff;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;color:#111827;font-size:16px;padding:12px 16px;transition:all .2s ease;width:100%}.form-input:focus{border-color:#42bcff;box-shadow:0 0 0 3px #42bcff1a;outline:none}.form-input::placeholder{color:#9ca3af}.required-asterisk{color:#ef4444;font-weight:500;margin-left:2px}.toast{animation:slideInRight .3s ease-out;border-radius:12px;box-shadow:0 10px 25px #00000026;max-width:400px;position:fixed;right:20px;top:20px;z-index:1000}.toast-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.toast-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.toast-content{gap:12px;padding:16px 20px}.toast-content,.toast-icon{align-items:center;display:flex}.toast-icon{flex-shrink:0;justify-content:center}.toast-message{font-size:14px;font-weight:500;line-height:1.4}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.upload-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.upload-modal-container{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000004d;max-width:400px;padding:32px;width:90%}.upload-modal-content{text-align:center}.upload-modal-header{margin-bottom:24px}.upload-modal-title{color:#111827;font-size:1.5rem;font-weight:700;margin:0 0 8px}.upload-modal-subtitle{color:#6b7280;font-size:.875rem;margin:0}.upload-modal-progress{margin-bottom:24px}.upload-progress-bar{background:#f3f4f6;border-radius:4px;height:8px;margin-bottom:12px;overflow:hidden;width:100%}.upload-progress-fill{background:linear-gradient(135deg,#ec4899,#f97316);border-radius:4px;height:100%;transition:width .3s ease}.upload-progress-text{color:#374151;font-size:.875rem;font-weight:500}.upload-modal-status{align-items:center;display:flex;font-size:.875rem;font-weight:500;gap:8px;justify-content:center}.upload-status-uploading{align-items:center;color:#3b82f6;display:flex;gap:8px}.upload-status-success{align-items:center;color:#10b981;display:flex;gap:8px}.upload-status-error{align-items:center;color:#ef4444;display:flex;gap:8px}.upload-spinner{animation:spin 1s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;height:20px;width:20px}.onboarding-progress{margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:600px;width:100%}.progress-bar-container{align-items:center;display:flex;flex-direction:column;gap:12px}.progress-bar{background:#f3f4f6;height:6px;overflow:hidden;width:100%}.progress-bar,.progress-fill{border-radius:3px;position:relative}.progress-fill{background:linear-gradient(135deg,#ec4899,#f97316);height:100%;transition:width .4s ease}.progress-fill:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d 50%,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.progress-text{color:#6b7280;font-size:14px;font-weight:500;text-align:center}.file-input{display:none}.photo-preview{border-radius:12px;box-shadow:0 4px 12px #0000001a;height:200px;margin:0 auto;overflow:hidden;position:relative;width:200px}.preview-image{height:100%;object-fit:cover;width:100%}.photo-overlay{align-items:center;background:linear-gradient(#0000,#000000b3);bottom:0;display:flex;flex-direction:column;gap:8px;left:0;padding:20px 16px 16px;position:absolute;right:0}.remove-photo-btn{align-items:center;background:#ffffffe6;border:none;border-radius:50%;color:#ef4444;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.remove-photo-btn:hover{background:#fff;transform:scale(1.1)}.photo-name{color:#fff;font-size:12px;font-weight:500;margin:0;text-align:center;text-shadow:0 1px 2px #00000080}.welcome-dashboard-content{margin:0 auto;max-width:500px;text-align:center;width:100%}.welcome-dashboard-card{background:#fff;border:1px solid #0000000f;border-radius:16px;box-shadow:0 2px 8px #0000000a;padding:48px 32px;text-align:center}.welcome-icon{align-items:center;background:#f8fafc;border-radius:20px;color:#6b7280;display:flex;height:80px;justify-content:center;margin:0 auto 24px;width:80px}.welcome-dashboard-title{color:#000;font-size:28px;font-weight:600;letter-spacing:-.01em;line-height:1.3;margin:0 0 12px}.welcome-dashboard-subtitle{color:#6b7280;font-size:18px;font-weight:500;margin:0 0 24px}.welcome-dashboard-message{color:#6b7280;font-size:16px;line-height:1.6;margin:0 auto;max-width:400px}.welcome-dashboard-message p{margin:0}.profile-photo-content{margin:0 auto;max-width:500px;text-align:center;width:100%}.profile-photo-card{background:#fff;border:1px solid #0000000f;border-radius:16px;box-shadow:0 2px 8px #0000000a;padding:32px}.profile-photo-title{color:#000;font-size:24px;font-weight:600;letter-spacing:-.01em;line-height:1.3;margin:0 0 8px}.profile-photo-subtitle{color:#6b7280;font-size:16px;margin:0 0 32px}.upload-area{background:#fafbfc;border:2px dashed #d1d5db;border-radius:12px;padding:48px 24px;text-align:center;transition:all .2s ease}.upload-area:hover{background:#f5f5f5;border-color:#42bcff}.upload-icon{align-items:center;background:linear-gradient(135deg,#f8049c,#f97316);border-radius:16px;box-shadow:0 10px 24px #f8049c40;color:#fff;display:flex;height:80px;justify-content:center;margin:0 auto 16px;width:80px}.upload-title{color:#000;font-size:18px;font-weight:600;margin:0 0 8px}.upload-subtitle{color:#6b7280;font-size:14px;margin:0 0 20px}.upload-button{background:linear-gradient(135deg,#42bcff,#0ea5e9);border:none;border-radius:14px;box-shadow:0 4px 12px #0ea5e959;color:#fff;cursor:pointer;font-size:15px;font-weight:600;margin-bottom:0;padding:16px 36px;transition:all .2s ease}.upload-button:hover{background:linear-gradient(135deg,#4cc5ff,#14b8f0);box-shadow:0 6px 16px #0ea5e973;transform:translateY(-1px)}.upload-button:active{box-shadow:0 3px 10px #0ea5e94d;transform:translateY(0)}.upload-note{color:#6b7280;display:block;font-size:12px;margin-top:32px}.about-content{margin:0 auto;max-width:600px;text-align:left;width:100%}.about-card{background:#fff;border:1px solid #0000000f;border-radius:16px;box-shadow:0 2px 8px #0000000a;padding:32px}.about-title{color:#000;font-size:24px;font-weight:600;letter-spacing:-.01em;line-height:1.3;margin:0 0 8px;text-align:center}.about-subtitle{color:#6b7280;font-size:16px;margin:0 0 32px;text-align:center}.about-form{margin-bottom:0}.about-textarea{background:#fff;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;color:#111827;min-height:120px}.about-textarea:focus{box-shadow:0 0 0 3px #42bcff1a}.character-count{color:#6b7280;font-size:12px;text-align:right}.char-count{font-weight:500}.about-tips{background:#f8fafc;border-radius:8px;margin-top:24px;padding:20px}.about-tips h4{color:#000;font-size:14px;margin:0 0 12px}.about-tips ul{padding-left:16px}.about-tips li{font-size:13px;margin-bottom:6px}.about-tips li:before{color:#3b82f6;left:-12px}.niches-content{margin:0 auto;max-width:700px;text-align:left;width:100%}.niches-card{background:#fff;border:1px solid #0000000f;border-radius:16px;box-shadow:0 2px 8px #0000000a;padding:32px}.niches-title{color:#000;font-size:24px;font-weight:600;letter-spacing:-.01em;line-height:1.3;margin:0 0 8px;text-align:center}.niches-subtitle{color:#6b7280;font-size:16px;margin:0 0 32px;text-align:center}.niches-container{margin-bottom:24px}.selected-niches{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;min-height:60px}.selected-niche{align-items:center;background:linear-gradient(135deg,#42bcff,#0ea5e9);border-radius:20px;box-shadow:0 4px 12px #42bcff4d;color:#fff;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem}.niche-name{font-weight:500}.remove-niche{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;justify-content:center;opacity:.7;padding:0;transition:opacity .2s ease}.remove-niche:hover{opacity:1}.add-niche-btn{align-items:center;background:#42bcff14;border:1px solid #42bcff26;border-radius:20px;color:#42bcff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.add-niche-btn:hover{background:#42bcff1f;transform:translateY(-1px)}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.niche-modal{background:#fff;border-radius:16px;box-shadow:0 20px 40px #00000026;max-height:80vh;max-width:500px;overflow:hidden;width:90%}.modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:24px;padding:24px 24px 0}.modal-header h3{color:#111827;font-size:20px;font-weight:600;margin:0}.close-modal{background:none;border:none;border-radius:8px;color:#6b7280;cursor:pointer;padding:8px;transition:all .2s ease}.close-modal:hover{background:#f3f4f6;color:#374151}.modal-content{padding:0 24px 24px}.available-niches{display:flex;flex-wrap:wrap;gap:.75rem}.niche-option-btn{background:#42bcff14;border:1px solid #42bcff26;border-radius:20px;color:#42bcff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.niche-option-btn:hover{background:#42bcff1f;transform:translateY(-1px)}.specialties-content{margin:0 auto;max-width:700px;text-align:left;width:100%}.specialties-card{background:#fff;border:1px solid #0000000f;border-radius:16px;box-shadow:0 2px 8px #0000000a;padding:32px}.specialties-title{color:#000;font-size:24px;font-weight:600;letter-spacing:-.01em;line-height:1.3;margin:0 0 8px;text-align:center}.specialties-subtitle{color:#6b7280;font-size:16px;margin:0 0 32px;text-align:center}.specialties-container{margin-bottom:24px}.selected-specialties{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;min-height:60px}.selected-specialty{align-items:center;background:linear-gradient(135deg,#42bcff,#0ea5e9);border-radius:20px;box-shadow:0 4px 12px #42bcff4d;color:#fff;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem}.specialty-name{font-weight:500}.remove-specialty{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;justify-content:center;opacity:.7;padding:0;transition:opacity .2s ease}.remove-specialty:hover{opacity:1}.add-specialty-btn{align-items:center;background:#42bcff14;border:1px solid #42bcff26;border-radius:20px;color:#42bcff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.add-specialty-btn:hover{background:#42bcff1f;transform:translateY(-1px)}.specialty-modal{background:#fff;border-radius:16px;box-shadow:0 20px 40px #00000026;max-height:80vh;max-width:500px;overflow:hidden;width:90%}.available-specialties{display:flex;flex-wrap:wrap;gap:.75rem}.specialty-option-btn{background:#42bcff14;border:1px solid #42bcff26;border-radius:20px;color:#42bcff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.specialty-option-btn:hover{background:#42bcff1f;transform:translateY(-1px)}.restrictions-content{margin:0 auto;max-width:700px;text-align:left;width:100%}.restrictions-card{background:#fff;border:1px solid #0000000f;border-radius:16px;box-shadow:0 2px 8px #0000000a;padding:32px}.restrictions-title{color:#000;font-size:24px;font-weight:600;letter-spacing:-.01em;line-height:1.3;margin:0 0 8px;text-align:center}.restrictions-subtitle{color:#6b7280;font-size:16px;margin:0 0 32px;text-align:center}.restrictions-container{margin-bottom:24px}.selected-restrictions{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;min-height:60px}.selected-restriction{align-items:center;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:20px;box-shadow:0 4px 12px #ef44444d;color:#fff;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem}.restriction-name{font-weight:500}.remove-restriction{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;justify-content:center;opacity:.7;padding:0;transition:opacity .2s ease}.remove-restriction:hover{opacity:1}.add-restriction-btn{align-items:center;background:#ef444414;border:1px solid #ef444426;border-radius:20px;color:#ef4444;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.add-restriction-btn:hover{background:#ef44441f;transform:translateY(-1px)}.restriction-option-btn{background:linear-gradient(135deg,#ef44441f,#dc26261f);border:1px solid #ef44444d;color:#dc2626}.restriction-option-btn:hover{background:linear-gradient(135deg,#ef444433,#dc262633);border-color:#ef444473;color:#b91c1c}.hobbies-content{margin:0 auto;max-width:700px;text-align:left;width:100%}.hobbies-card{background:#fff;border:1px solid #0000000f;border-radius:16px;box-shadow:0 2px 8px #0000000a;padding:32px}.hobbies-title{color:#000;font-size:24px;font-weight:600;letter-spacing:-.01em;line-height:1.3;margin:0 0 8px;text-align:center}.hobbies-subtitle{color:#6b7280;font-size:16px;margin:0 0 32px;text-align:center}.hobbies-container{margin-bottom:24px}.selected-hobbies{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;min-height:60px}.selected-hobby{align-items:center;background:linear-gradient(135deg,#f8049c,#f97316);border-radius:20px;box-shadow:0 4px 12px #f8049c4d;color:#fff;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem}.hobby-name{font-weight:500}.remove-hobby{align-items:center;background:none;border:none;color:#ffffffd9;cursor:pointer;display:flex;justify-content:center;opacity:.7;padding:0;transition:opacity .2s ease}.remove-hobby:hover{color:#fff;opacity:1}.add-hobby-btn{align-items:center;background:#42bcff14;border:1px solid #42bcff2e;border-radius:20px;color:#42bcff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.add-hobby-btn:hover:not(:disabled){background:#42bcff1f;transform:translateY(-1px)}.add-hobby-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.search-section{margin-bottom:20px}.search-input{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;padding:12px 16px;transition:all .2s ease;width:100%}.search-input:focus{background:#fff;border-color:#42bcff;box-shadow:0 0 0 3px #42bcff29;outline:none}.custom-hobby-section{border-bottom:1px solid #e5e7eb;margin-bottom:24px;padding-bottom:20px}.custom-input-group{display:flex;gap:8px}.custom-input{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;flex:1 1;font-size:14px;padding:12px 16px;transition:all .2s ease}.custom-input:focus{background:#fff;border-color:#42bcff;box-shadow:0 0 0 3px #42bcff29;outline:none}.custom-input:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.add-custom-btn{background:linear-gradient(135deg,#42bcff,#0ea5e9);border:none;border-radius:8px;box-shadow:0 4px 12px #0ea5e94d;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:12px 20px;transition:all .2s ease;white-space:nowrap}.add-custom-btn:hover:not(:disabled){box-shadow:0 6px 16px #0ea5e966;transform:translateY(-1px)}.add-custom-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.all-hobbies-section,.search-results-section,.top-hobbies-section{margin-bottom:20px}.all-hobbies-section h4,.search-results-section h4,.top-hobbies-section h4{color:#374151;font-size:16px;font-weight:600;margin:0 0 12px}.top-hobby{background:linear-gradient(135deg,#fbbf24,#f59e0b)!important;box-shadow:0 4px 12px #fbbf244d!important;color:#fff!important}.no-results{margin:0;padding:20px}.more-available,.no-results{color:#6b7280;font-style:italic;text-align:center}.more-available{font-size:14px;margin:12px 0 0}.hobby-instructions{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-top:20px;padding:16px}.hobby-instructions p{color:#6b7280;font-size:14px;line-height:1.5;margin:0;text-align:center}.selected-hobbies-modal{border-top:1px solid #e5e7eb;margin-top:24px;padding-top:20px}.selected-hobbies-modal h4{color:#374151;font-size:16px;font-weight:600;margin:0 0 12px}.modal-selected-hobbies{display:flex;flex-wrap:wrap;gap:.5rem}.modal-selected-hobby{align-items:center;background:linear-gradient(135deg,#f8049c,#f97316);border-radius:16px;box-shadow:0 2px 8px #f8049c4d;color:#fff;display:flex;font-size:.8rem;font-weight:500;gap:.5rem;padding:.4rem .8rem}.modal-hobby-name{font-weight:500}.modal-remove-hobby{align-items:center;background:none;border:none;color:#ffffffd9;cursor:pointer;display:flex;justify-content:center;opacity:.7;padding:0;transition:opacity .2s ease}.modal-remove-hobby:hover{color:#fff;opacity:1}.hobby-modal-actions{border-top:1px solid #e5e7eb;display:flex;justify-content:center;margin-top:24px;padding-top:20px}.hobby-continue-btn{background:linear-gradient(135deg,#f8049c,#f97316);border:none;border-radius:12px;box-shadow:0 4px 12px #f8049c4d;color:#fff;cursor:pointer;font-family:inherit;font-size:15px;font-weight:600;padding:12px 32px;transition:all .2s ease}.hobby-continue-btn:hover{background:linear-gradient(135deg,#e00388,#e55a00);box-shadow:0 6px 16px #f8049c66;transform:translateY(-1px)}.hobby-continue-btn:active{box-shadow:0 3px 10px #f8049c4d;transform:translateY(0)}.video-upload-content{margin:0 auto;max-width:1000px;text-align:left;width:100%}.video-upload-card{background:#fff;border:1px solid #0000000f;border-radius:16px;box-shadow:0 2px 8px #0000000a;padding:32px}.video-upload-title{color:#000;font-size:24px;font-weight:600;letter-spacing:-.01em;line-height:1.3;margin:0 0 8px;text-align:center}.video-upload-subtitle{color:#6b7280;font-size:16px;margin:0 0 32px;text-align:center}.niche-tabs-container{margin-bottom:32px}.niche-tabs-title{color:#374151;font-size:20px;font-weight:600;margin:0 0 16px}.niche-tabs{border-bottom:1px solid #e5e7eb;display:flex;gap:0}.niche-tab{background:none;border:none;border-bottom:2px solid #0000;color:#6b7280;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;position:relative;transition:all .2s ease}.niche-tab:hover{background:#f9fafb;color:#374151}.niche-tab.active{background:#fef7f0;border-bottom-color:#ec4899;color:#ec4899}.video-templates-container{margin-bottom:32px}.video-templates{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.video-template{align-items:center;display:flex;flex-direction:column;gap:12px}.video-upload-area{align-items:center;background:#fafafa;border:2px dashed #d1d5db;border-radius:12px;display:flex;height:284px;justify-content:center;position:relative;transition:all .2s ease;width:160px}.video-upload-area:hover{background:#42bcff0d;border-color:#42bcff}.video-file-input{display:none}.upload-label{align-items:center;color:#9ca3af;cursor:pointer;display:flex;flex-direction:column;gap:8px;height:100%;justify-content:center;padding:16px;text-align:center;transition:color .2s ease;width:100%}.upload-label:hover{color:#42bcff}.video-upload-area .upload-icon{background:#fff;border-radius:16px;box-shadow:0 2px 6px #0000000d;color:#42bcff;height:48px;transition:all .2s ease;width:48px}.video-upload-area .upload-icon svg{color:inherit}.video-upload-area .upload-label:hover .upload-icon{background:linear-gradient(135deg,#42bcff,#0ea5e9);box-shadow:0 8px 18px #0ea5e940;color:#fff}.upload-text{font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.uploaded-video{overflow:hidden;position:relative}.uploaded-video,.video-preview{border-radius:12px;height:100%;width:100%}.video-preview{background:#000;object-fit:cover}.remove-video-btn{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ef4444e6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:24px;justify-content:center;position:absolute;right:8px;top:8px;transition:background .2s ease;width:24px}.remove-video-btn:hover{background:#dc2626e6}.video-label{color:#374151;font-size:14px;font-weight:600;text-align:center}.video-upload-info{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-top:32px;padding:20px}.video-upload-info p{color:#6b7280;font-size:14px;margin:0 0 8px}.video-upload-info p:last-child{margin-bottom:0}.additional-about-content{margin:0 auto;max-width:1040px;padding-bottom:32px;text-align:left;width:100%}.additional-about-card{background:#fff;border:1px solid #0000000f;border-radius:16px;box-shadow:0 2px 8px #0000000a;padding:32px}.additional-about-title{color:#000;font-size:24px;font-weight:600;letter-spacing:-.01em;line-height:1.3;margin:0 0 8px;text-align:center}.additional-about-subtitle{color:#6b7280;font-size:16px;margin:0 0 32px;text-align:center}.about-textarea-container{margin-bottom:32px}.about-textarea{background:#fafafa;border:1px solid #e5e7eb;border-radius:12px;color:#374151;font-family:inherit;font-size:16px;line-height:1.5;min-height:200px;padding:16px;resize:vertical;transition:all .2s ease;width:100%}.about-textarea:focus{background:#fff;border-color:#42bcff;box-shadow:0 0 0 3px #42bcff29;outline:none}.about-textarea::placeholder{color:#9ca3af;font-style:italic}.character-count{display:flex;justify-content:flex-end;margin-top:8px}.count-text{color:#6b7280;font-size:14px}.about-tips{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.about-tips h4{color:#374151;font-size:16px;font-weight:600;margin:0 0 16px}.about-tips ul{list-style:none;margin:0;padding-left:20px}.about-tips li{color:#6b7280;font-size:14px;line-height:1.5;margin-bottom:8px;position:relative}.about-tips li:before{color:#10b981;content:"•";font-weight:700;left:-16px;position:absolute}.about-tips li:last-child{margin-bottom:0}.brands-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:24px;padding:16px 20px}.brands-title{color:#1f2937;font-size:16px;font-weight:600;margin:0 0 4px}.brands-subtitle{color:#6b7280;font-size:13px;margin:0 0 16px}.brands-container{margin-bottom:16px}.selected-brands{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;min-height:44px}.selected-brand{align-items:center;background:linear-gradient(135deg,#f8049c,#f97316);border:1px solid #ffffff26;border-radius:999px;box-shadow:0 4px 12px #f8049c40;color:#fff;display:flex;font-size:.8125rem;font-weight:500;gap:.35rem;padding:.35rem .75rem}.brand-name{font-weight:500}.remove-brand{align-items:center;background:none;border:none;color:#fffc;cursor:pointer;display:flex;justify-content:center;opacity:.7;padding:0;transition:opacity .2s ease,color .2s ease}.remove-brand:hover{color:#fff;opacity:1}.brand-input-group{color:#4b5563;display:flex;font-size:.8125rem;font-weight:500;gap:.4rem;min-width:120px;padding:.35rem .75rem;transition:border-color .2s ease,color .2s ease}.brand-input-group:hover{color:#1f2937}.brand-input{background:none;flex:1 1;font-size:.8125rem;min-width:70px}.brand-input::placeholder{opacity:1}.add-brand-btn{display:flex;font-size:.8125rem;padding:0}.add-brand-btn:hover:not(:disabled){color:#0ea5e9}.add-brand-btn:disabled{opacity:.4}.more-brands-indicator{align-items:center;background:linear-gradient(135deg,#f8049c1f,#f973161f);border:1px solid #f8049c33;border-radius:999px;color:#f25c9e;display:flex;font-size:.8125rem;font-weight:500;padding:.35rem .75rem}.specialty-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1001}.specialty-modal-container{background:#fff;border-radius:16px;box-shadow:0 20px 40px #00000026;max-height:80vh;max-width:500px;overflow:hidden;width:90%}.specialty-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:24px;padding:0 0 24px}.specialty-modal-header h3{color:#111827;font-size:20px;font-weight:600;margin:0}.specialty-close-modal{background:none;border:none;border-radius:8px;color:#6b7280;cursor:pointer;padding:8px;transition:all .2s ease}.specialty-close-modal:hover{background:#f3f4f6;color:#374151}.specialty-modal-body{padding:0}.specialty-options-grid{display:flex;flex-wrap:wrap;gap:.75rem}.specialty-selection-btn{background:#42bcff14;border:1px solid #42bcff26;border-radius:20px;color:#42bcff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.specialty-selection-btn:hover{background:#42bcff1f;transform:translateY(-1px)}.selection-counter{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:16px;text-align:center}.counter-text{color:#6b7280;font-size:14px}.counter-number{color:#3b82f6;font-weight:600}.step-navigation{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(0deg,#fff8f9f2 0,#fffdf4f2);bottom:0;display:flex;gap:16px;justify-content:center;margin-left:auto;margin-right:auto;margin-top:20px;max-width:600px;padding:20px 0;position:-webkit-sticky;position:sticky;position:relative;width:100%;z-index:10}.step-navigation--tight{margin-top:4px}.btn-secondary{background:#0000;border:1px solid #d1d5db;border-radius:8px;color:#6b7280;cursor:pointer;font-family:inherit;font-size:16px;font-weight:500;padding:16px 32px;transition:all .2s ease}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.btn-primary{background:linear-gradient(135deg,#f8049c,#f97316);border:1px solid #0000;border-radius:12px;box-shadow:0 4px 12px #f8049c4d;color:#fff;cursor:pointer;font-family:inherit;font-size:16px;font-weight:600;min-width:200px;padding:16px 32px;transition:all .2s ease}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#e00388,#e55a00);border-color:#0000;box-shadow:0 6px 16px #f8049c66;transform:translateY(-1px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6;pointer-events:none;transform:none}.btn-primary:disabled:hover{background:linear-gradient(135deg,#f8049c,#f97316)}.onboarding-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;padding:40px 20px;text-align:center}.onboarding-loading-logo{height:60px;margin-bottom:1.5rem;object-fit:contain;width:60px}.onboarding-loading-spinner{animation:spin 1s linear infinite;background:conic-gradient(from 0deg,#f8049c,#f97316,#f8049c);border:4px solid #f3f4f6;border-radius:50%;border-top-color:#0000;height:60px;margin:0 auto 1.5rem;position:relative;width:60px}.onboarding-loading-spinner:after{background:#fff;border-radius:50%;bottom:4px;content:"";left:4px;position:absolute;right:4px;top:4px}.onboarding-loading-text{color:#6b7280;font-size:1rem;font-weight:400;line-height:1.5;margin:0;min-height:1.5em;transition:opacity .3s ease}.error-message{background:#0000;color:#6b7280;font-size:18px;font-weight:400;max-width:600px;padding:100px 20px;text-align:center}.error-message h2{color:#dc2626;font-size:24px;font-weight:600;margin-bottom:16px}.error-message p{line-height:1.6;margin-bottom:20px}@media (max-width:768px){.onboarding-container{padding:32px 20px}.creator-name{font-size:48px;margin-bottom:24px}.selection-text{font-size:16px;margin-bottom:12px}.ugc3-creator-badge-inline{font-size:.625rem;margin-bottom:32px;padding:.25rem .5rem}.welcome-message{font-size:18px}.benefits-title{font-size:18px;padding:20px 20px 12px}.benefit-item{padding:16px 20px}.benefit-text strong{font-size:14px}.benefit-text span{font-size:12px}.benefit-icon{height:18px;margin-left:12px;width:18px}.benefit-icon svg{height:14px;width:14px}.details-card{padding:24px}.details-title{font-size:18px;margin-bottom:24px}.form-group{margin-bottom:20px}.form-input{font-size:15px;padding:10px 14px}.onboarding-progress{margin-bottom:32px;max-width:100%}.progress-text{font-size:13px}.photo-preview{height:160px;width:160px}.photo-name{font-size:11px}.toast{left:16px;max-width:none;right:16px;top:16px}.toast-content{padding:14px 16px}.toast-message{font-size:13px}.upload-modal-container{max-width:90%;padding:24px}.upload-modal-title{font-size:1.25rem}.upload-modal-subtitle{font-size:.8rem}.welcome-dashboard-card{padding:32px 24px}.welcome-icon{height:64px;margin-bottom:20px;width:64px}.welcome-dashboard-title{font-size:24px;margin-bottom:10px}.welcome-dashboard-subtitle{font-size:16px;margin-bottom:20px}.welcome-dashboard-message{font-size:14px}.profile-photo-card{padding:24px}.profile-photo-title{font-size:20px}.profile-photo-subtitle{font-size:14px;margin-bottom:24px}.upload-area{padding:32px 16px}.upload-icon{height:64px;margin-bottom:12px;width:64px}.upload-title{font-size:16px}.upload-subtitle{font-size:13px;margin-bottom:16px}.upload-button{font-size:13px;padding:10px 20px}.about-card{padding:24px}.about-title{font-size:20px}.about-subtitle{font-size:14px;margin-bottom:24px}.about-textarea{font-size:15px;min-height:100px}.about-tips{margin-top:20px;padding:16px}.about-tips h4{font-size:13px;margin-bottom:10px}.about-tips li{font-size:12px;margin-bottom:4px}.niches-card{padding:24px}.niches-title{font-size:20px}.niches-subtitle{font-size:14px;margin-bottom:24px}.selected-niches{gap:.5rem;min-height:50px}.add-niche-btn,.selected-niche{font-size:.8rem;padding:.4rem .8rem}.niche-modal{max-height:70vh;width:95%}.modal-header{margin-bottom:20px;padding:20px 20px 0}.modal-header h3{font-size:18px}.modal-content{padding:0 20px 20px}.available-niches{gap:.5rem}.niche-option-btn{font-size:.8rem;padding:.4rem .8rem}.specialties-card{padding:24px}.specialties-title{font-size:20px}.specialties-subtitle{font-size:14px;margin-bottom:24px}.selected-specialties{gap:.5rem;min-height:50px}.add-specialty-btn,.selected-specialty{font-size:.8rem;padding:.4rem .8rem}.specialty-modal{max-height:70vh;width:95%}.available-specialties{gap:.5rem}.specialty-option-btn{font-size:.8rem;padding:.4rem .8rem}.restrictions-card{padding:24px}.restrictions-title{font-size:20px}.restrictions-subtitle{font-size:14px;margin-bottom:24px}.selected-restrictions{gap:.5rem;min-height:50px}.add-restriction-btn,.selected-restriction{font-size:.8rem;padding:.4rem .8rem}.hobbies-card{padding:24px}.hobbies-title{font-size:20px}.hobbies-subtitle{font-size:14px;margin-bottom:24px}.selected-hobbies{gap:.5rem;min-height:50px}.add-hobby-btn,.selected-hobby{font-size:.8rem;padding:.4rem .8rem}.custom-input,.search-input{font-size:13px;padding:10px 12px}.add-custom-btn{font-size:13px;padding:10px 16px}.all-hobbies-section h4,.search-results-section h4,.top-hobbies-section h4{font-size:14px}.hobby-instructions{margin-top:16px;padding:12px}.hobby-instructions p{font-size:13px}.selected-hobbies-modal{margin-top:20px;padding-top:16px}.selected-hobbies-modal h4{font-size:14px}.modal-selected-hobby{font-size:.75rem;padding:.3rem .6rem}.video-upload-card{padding:24px}.video-upload-title{font-size:20px}.video-upload-subtitle{font-size:14px;margin-bottom:24px}.niche-tabs-title{font-size:18px}.niche-tab{font-size:13px;padding:10px 16px}.video-templates{gap:16px}.video-upload-area{height:249px;width:140px}.upload-icon{height:32px;width:32px}.upload-text{font-size:11px}.video-label{font-size:13px}.video-upload-info{margin-top:24px;padding:16px}.additional-about-card{padding:24px}.additional-about-title{font-size:20px}.additional-about-subtitle{font-size:14px;margin-bottom:24px}.about-textarea{font-size:14px;min-height:160px;padding:12px}.about-tips{padding:20px}.about-tips h4{font-size:14px;margin-bottom:12px}.about-tips li{font-size:13px;margin-bottom:6px}.brands-section{margin-bottom:20px;padding:16px}.brands-title{font-size:15px}.brands-subtitle{font-size:12.5px;margin-bottom:12px}.selected-brands{gap:.4rem;min-height:40px}.brand-input-group,.selected-brand{font-size:.75rem;padding:.35rem .7rem}.brand-input{min-width:80px}.add-brand-btn,.brand-input{font-size:.75rem}.more-brands-indicator{font-size:.75rem;padding:.35rem .7rem}.specialty-modal-container{max-height:70vh;padding:20px;width:95%}.specialty-modal-header{margin-bottom:20px;padding:0 0 20px}.specialty-modal-header h3{font-size:18px}.specialty-options-grid{gap:.5rem}.specialty-selection-btn{font-size:.8rem;padding:.4rem .8rem}.selection-counter{padding:12px}.counter-text{font-size:13px}.step-navigation{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(0deg,#fff8f9f2 0,#fffdf4f2);bottom:0;flex-direction:column;gap:12px;margin-bottom:0;margin-top:30px;padding:20px 0;position:-webkit-sticky;position:sticky}.btn-primary,.btn-secondary{font-size:16px;padding:16px 24px;width:100%}.onboarding-container{padding-bottom:120px}}@media (max-width:480px){.onboarding-container{padding:20px 15px 140px}.creator-name{font-size:40px}.selection-text{font-size:14px;margin-bottom:10px}.ugc3-creator-badge-inline{font-size:.5rem;padding:.2rem .4rem}.welcome-message{font-size:16px}.onboarding-step-content{min-height:auto;padding:15px 0}}.ugc3-sidebar{background:#fff;border-radius:40px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;height:100vh;justify-content:space-between;left:0;padding:20px 0;position:fixed;top:0;width:70px;z-index:100}.ugc3-sidebar-bottom,.ugc3-sidebar-nav,.ugc3-sidebar-top{align-items:center;display:flex;flex-direction:column;gap:20px}.ugc3-logo-circle{align-items:center;background:#f1f1f1;border-radius:50%;display:flex;height:40px;justify-content:center;width:40px}.ugc3-logo-circle img{border-radius:50%;display:block;height:32px;object-fit:cover;width:32px}.ugc3-nav-icon{background:#0000;border-radius:50%;color:#666;cursor:pointer;padding:10px;transition:background .2s ease}.ugc3-nav-icon:hover{background:#f0f0f0;color:#333}.ugc3-nav-icon.ugc3-active{background:#fceeee;box-shadow:0 0 10px #ff99994d;color:#f8049c}.ugc3-nav-icon svg{height:20px;width:20px}.ugc3-nav-notification-badge{align-items:center;background-color:#f8049c;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0003;color:#fff;display:flex;font-size:10px;font-weight:700;height:8px;justify-content:center;min-width:8px;padding:0;position:absolute;right:2px;top:2px;width:8px;z-index:10}.ugc3-notif-wrapper{display:inline-block;position:relative}.ugc3-notif-btn{align-items:center;background:#0000;border:none;border-radius:8px;cursor:pointer;display:flex;height:40px;justify-content:center;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1);width:40px}.ugc3-notif-btn:hover{background-color:#0000000a}.ugc3-notif-btn:active{transform:scale(.95)}.ugc3-notif-btn img{height:20px;opacity:.7;transition:all .2s ease;width:20px}.ugc3-notif-btn:hover img{opacity:1;transform:scale(1.05)}.ugc3-notif-pulse-dot{animation:ugc3-pulse 2s cubic-bezier(.4,0,.6,1) infinite;background:linear-gradient(135deg,#f8049c,#f97316);border:2px solid #fff;border-radius:50%;box-shadow:0 2px 8px #f8049c66;height:8px;position:absolute;right:6px;top:6px;width:8px}.ugc3-notif-dropdown{animation:ugc3-slideDown .25s cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff;border:1px solid #0000000f;border-radius:16px;box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014;max-height:500px;overflow:hidden;position:absolute;right:0;top:calc(100% + 12px);width:400px;z-index:1000}.ugc3-notif-header{align-items:center;background:linear-gradient(180deg,#fffffff2,#fff);border-bottom:1px solid #0000000f;display:flex;justify-content:space-between;padding:20px 20px 16px}.ugc3-notif-header p{color:#0f172a;font-size:15px;font-weight:600;letter-spacing:-.01em;margin:0}.ugc3-notif-header p strong{font-weight:600}.ugc3-notif-header-buttons{align-items:center;display:flex;gap:8px}.ugc3-clear-all-btn{background:none;border:none;border-radius:6px;color:#64748b;cursor:pointer;font-size:13px;font-weight:500;padding:6px 12px;transition:all .2s ease}.ugc3-clear-all-btn:hover{background-color:#ef444414;color:#dc2626}.ugc3-notif-list{max-height:420px;overflow-y:auto;scrollbar-color:#0000001a #0000;scrollbar-width:thin}.ugc3-notif-list::-webkit-scrollbar{width:6px}.ugc3-notif-list::-webkit-scrollbar-track{background:#0000}.ugc3-notif-list::-webkit-scrollbar-thumb{background-color:#0000001a;border-radius:3px}.ugc3-notif-list::-webkit-scrollbar-thumb:hover{background-color:#0003}.ugc3-notif-item{align-items:flex-start;background:#fff;border-bottom:1px solid #0000000a;cursor:pointer;display:flex;padding:16px 20px;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1)}.ugc3-notif-item:last-child{border-bottom:none}.ugc3-notif-item:hover{background-color:#f8fafc}.ugc3-notif-item:active{background-color:#f1f5f9}.ugc3-notif-item.ugc3-unread{background:linear-gradient(90deg,#f8049c0a 0,#fff 4px);border-left:3px solid #0000;position:relative}.ugc3-notif-item.ugc3-unread:before{background:linear-gradient(135deg,#f8049c,#f97316);border-radius:0 2px 2px 0;bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.ugc3-notif-item.ugc3-unread:hover{background:linear-gradient(90deg,#f8049c0f 0,#f8fafc 4px)}.ugc3-notif-item.ugc3-chat-notification.ugc3-unread{background:linear-gradient(90deg,#42bcff0a 0,#fff 4px)}.ugc3-notif-item.ugc3-chat-notification.ugc3-unread:before{background:#42bcff}.ugc3-notif-item.ugc3-chat-notification.ugc3-unread:hover{background:linear-gradient(90deg,#42bcff0f 0,#f8fafc 4px)}.ugc3-notif-content{flex:1 1;min-width:0;padding-right:12px}.ugc3-notif-actions{align-items:flex-start;display:flex;flex-shrink:0;gap:8px;padding-top:2px}.ugc3-delete-notif-btn{align-items:center;background:none;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;display:flex;font-size:20px;font-weight:300;height:24px;justify-content:center;line-height:1;opacity:0;padding:4px;transition:all .2s cubic-bezier(.4,0,.2,1);width:24px}.ugc3-notif-item:hover .ugc3-delete-notif-btn{opacity:1}.ugc3-delete-notif-btn:hover{background-color:#ef44441a;color:#dc2626}.ugc3-delete-notif-btn:active{transform:scale(.9)}.ugc3-notif-title{color:#0f172a;font-size:14px;font-weight:600;letter-spacing:-.01em;line-height:1.4;margin-bottom:6px}.ugc3-notif-message{word-wrap:break-word;color:#475569;font-size:13px;line-height:1.5;margin-bottom:8px}.ugc3-notif-time{color:#94a3b8;font-size:12px;font-weight:500;letter-spacing:.01em}.ugc3-unread-indicator{background:linear-gradient(135deg,#f8049c,#f97316);border-radius:50%;box-shadow:0 0 0 2px #fff;flex-shrink:0;height:8px;margin-left:8px;margin-top:6px;width:8px}.ugc3-notif-item.ugc3-chat-notification .ugc3-unread-indicator,.ugc3-unread-indicator.ugc3-chat-indicator{background:#42bcff;box-shadow:0 0 0 2px #fff}.ugc3-no-notifications{color:#94a3b8;font-size:14px;padding:48px 24px;text-align:center}.ugc3-no-notifications p{font-weight:500;letter-spacing:.01em;margin:0}@media (max-width:768px){.ugc3-notif-dropdown{right:-20px;width:320px}.ugc3-notif-header{padding:16px 20px}.ugc3-notif-item{padding:14px 20px}}.ugc3-profile-wrapper{display:inline-block;position:relative}.ugc3-profile-trigger{align-items:center;border-radius:24px;cursor:pointer;display:flex;gap:8px;padding:4px;transition:background-color .2s}.ugc3-profile-trigger:hover{background-color:#0000000d}.ugc3-profile-img{border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0000001a;height:40px;object-fit:cover;width:40px}.ugc3-dropdown-arrow{color:#666;transition:transform .2s}.ugc3-dropdown-arrow.ugc3-open{transform:rotate(180deg)}.ugc3-profile-dropdown{animation:ugc3-slideDown .2s ease-out;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;padding:16px;position:absolute;right:0;top:calc(100% + 8px);width:280px;z-index:1000}.ugc3-profile-dropdown-header{align-items:center;display:flex;gap:12px;padding:8px 0}.ugc3-profile-img-large{border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0000001a;height:48px;object-fit:cover;width:48px}.ugc3-profile-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem;min-width:0}.ugc3-profile-name{color:#333;font-size:.95rem;font-weight:600}.ugc3-profile-email,.ugc3-profile-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ugc3-profile-email{color:#666;font-size:.85rem;max-width:200px}.ugc3-profile-creator-level-section{display:flex;justify-content:flex-start;padding:.375rem 0}.ugc3-profile-creator-badge-inline{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff4d;border-radius:9999px;color:#fff;display:inline-flex;font-size:.6rem;font-weight:600;gap:.2rem;letter-spacing:.01em;margin-top:.125rem;padding:.15rem .5rem;white-space:nowrap;width:-webkit-fit-content;width:fit-content}.ugc3-profile-creator-badge-inline svg{height:8px;width:8px}.ugc3-profile-creator-badge-inline.ugc3-rising-star-badge{background:linear-gradient(135deg,#42bcff,#0ea5e9);box-shadow:0 4px 12px #42bcff40,0 0 0 1px #42bcff1a}.ugc3-profile-creator-badge-inline.ugc3-pro-badge{background:linear-gradient(135deg,#f8049c,#f97316);box-shadow:0 4px 12px #f8049c40,0 0 0 1px #f8049c1a}.ugc3-profile-creator-badge{align-self:flex-start;margin-top:.25rem}.ugc3-profile-creator-badge.ugc3-creator-badge-inline{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1.5px solid #ffffff4d;border-radius:9999px;color:#fff;display:inline-flex;flex-shrink:0;font-size:.65rem;font-weight:600;gap:.2rem;letter-spacing:.01em;padding:.125rem .5rem;white-space:nowrap;width:auto}.ugc3-profile-creator-badge.ugc3-creator-badge-inline svg{height:10px;width:10px}.ugc3-profile-creator-badge.ugc3-creator-badge-inline.ugc3-rising-star-badge{background:linear-gradient(135deg,#42bcff,#0ea5e9);box-shadow:0 4px 12px #42bcff40,0 0 0 1px #42bcff1a}.ugc3-profile-creator-badge.ugc3-creator-badge-inline.ugc3-pro-badge{background:linear-gradient(135deg,#f8049c,#f97316);box-shadow:0 4px 12px #f8049c40,0 0 0 1px #f8049c1a}.ugc3-profile-dropdown-divider{background:#eee;height:1px;margin:8px 0}.ugc3-profile-dropdown-item{align-items:center;background:none;border:none;border-radius:8px;color:#333;cursor:pointer;display:flex;font-size:.95rem;gap:12px;padding:10px 12px;transition:background-color .2s;width:100%}.ugc3-profile-dropdown-item:hover{background-color:#f5f5f5}.ugc3-profile-dropdown-item svg{color:#666}@keyframes ugc3-slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.feedback-overlay{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a73;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:1100}.feedback-modal{background:#fff;border-radius:24px;box-shadow:0 26px 70px #0f172a47;display:flex;flex-direction:column;max-height:90vh;overflow:hidden;width:min(560px,100%)}.feedback-header{align-items:flex-start;border-bottom:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:space-between;padding:1.75rem 1.75rem 1.2rem}.feedback-header h3{color:#0f172a;font-size:1.3rem;font-weight:600;margin:0}.feedback-header p{color:#64748b;font-size:.92rem;margin:.35rem 0 0}.feedback-close{background:#0f172a0f;border:none;border-radius:50%;color:#475569;cursor:pointer;display:grid;height:32px;place-items:center;transition:background .2s ease,color .2s ease;width:32px}.feedback-close:hover{background:#0f172a1f;color:#0f172a}.feedback-body{gap:1.2rem;overflow-y:auto;padding:1.4rem 1.75rem}.feedback-body,.feedback-field{display:flex;flex-direction:column}.feedback-field{gap:.6rem}.feedback-field span{color:#1f2937;font-size:.92rem;font-weight:600}.feedback-field select,.feedback-field textarea{background:#fff;border:1px solid #d1d5db;border-radius:14px;font-family:inherit;font-size:.95rem;padding:.7rem .9rem;transition:border .2s ease,box-shadow .2s ease}.feedback-field textarea{min-height:120px;resize:vertical}.feedback-field select:focus,.feedback-field textarea:focus{border-color:#42bcff;box-shadow:0 0 0 3px #42bcff33;outline:none}.feedback-field-header{align-items:center;display:flex;justify-content:space-between}.feedback-char-count{color:#94a3b8;font-size:.8125rem;font-weight:500}.feedback-textarea-warning{border-color:#fbbf24!important}.feedback-char-warning{color:#f59e0b;font-size:.75rem;margin-top:.25rem}.feedback-error{align-items:center;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem}.feedback-success{background:#10b9811f;border:1px solid #10b98159;border-radius:12px;color:#047857;font-size:.85rem;padding:.75rem 1rem}.feedback-actions{border-top:1px solid #e2e8f0;display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.75rem 1.4rem}.feedback-cancel{background:#0f172a0f;border:none;border-radius:999px;color:#1f2937;cursor:pointer;font-size:.9rem;font-weight:600;padding:.65rem 1.4rem;transition:background .2s ease}.feedback-cancel:hover:not(:disabled){background:#0f172a1f}.feedback-submit{align-items:center;background:linear-gradient(135deg,#f8049c,#f97316);border:none;border-radius:999px;box-shadow:0 16px 32px #f8049c59;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.7rem 1.6rem;transition:transform .2s ease,box-shadow .2s ease}.feedback-submit:disabled{box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}.feedback-submit:not(:disabled):hover{box-shadow:0 20px 40px #f8049c73;transform:translateY(-1px)}@media (max-width:640px){.feedback-modal{border-radius:18px;height:90vh;width:100%}.feedback-header{padding:1.4rem 1.4rem 1rem}.feedback-body{padding:1.2rem 1.4rem}.feedback-actions{padding:1rem 1.4rem 1.3rem}}.ugc3-home-container{margin:0 auto;max-width:1400px;padding:2rem}.ugc3-home-welcome-section{margin-bottom:3rem;padding:2rem 0;text-align:center}.ugc3-home-top-logo{display:block;height:80px;margin:0 auto 1rem;object-fit:contain;width:80px}.ugc3-home-welcome-title{color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:48px;font-weight:800;letter-spacing:-.04em;line-height:.9;margin:0 0 .5rem}.ugc3-home-welcome-subtitle{color:#64748b;font-size:1.125rem;font-weight:400;margin:0;opacity:.8}.ugc3-home-platform-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#f8049c,#f97316);border:1px solid #fff3;border-radius:20px;box-shadow:0 4px 12px #f8049c4d;color:#fff;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;margin:20px auto 0;padding:.5rem 1rem;text-shadow:0 1px 2px #0000001a;transition:all .2s ease;white-space:nowrap;width:-webkit-fit-content;width:fit-content}.ugc3-home-main-cards{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:1400px;padding:0 2rem}.ugc3-home-main-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #fff3;border-radius:24px;box-shadow:0 8px 40px #00000014;cursor:pointer;display:flex;flex-direction:column;gap:2rem;min-height:280px;overflow:hidden;padding:3rem 2.5rem;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.ugc3-home-main-card:hover{box-shadow:0 20px 60px #00000014;transform:translateY(-8px) scale(1.02)}.ugc3-home-has-updates{position:relative}.ugc3-home-has-updates:after{animation:ugc3-home-pulseGlow 2s ease-in-out infinite;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50%;box-shadow:0 0 15px #ef4444cc;content:"";height:8px;left:20px;position:absolute;top:20px;width:8px;z-index:10}@keyframes ugc3-home-pulseGlow{0%{box-shadow:0 0 0 0 #ef4444b3;opacity:1;transform:scale(1)}50%{box-shadow:0 0 0 10px #ef44444d;opacity:.9;transform:scale(1.1)}to{box-shadow:0 0 0 20px #ef444400;opacity:1;transform:scale(1)}}.ugc3-home-card-icon{align-items:center;background:#0000;border-radius:0;box-shadow:none;display:flex;height:80px;justify-content:center;margin:0 auto;width:80px}.ugc3-home-lucide-icon{stroke-width:2;color:#000;height:48px;width:48px}.ugc3-home-card-content{align-items:center;display:flex;flex:1 1;flex-direction:column}.ugc3-home-card-content h3{color:#1a202c;font-size:1.5rem;font-weight:700;letter-spacing:-.025em;line-height:1.3;margin:0 0 1rem}.ugc3-home-card-content p{color:#64748b;font-size:1rem;font-weight:500;line-height:1.6;margin:0}.ugc3-home-cta-section{margin-top:2rem;text-align:center}.ugc3-home-inspiration-btn{align-items:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d) padding-box,linear-gradient(135deg,#f8049c,#f97316) border-box;border:2px solid #0000;border-radius:50px;box-shadow:0 4px 15px #0000004d;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.ugc3-home-inspiration-btn:hover{box-shadow:0 6px 20px #0006;transform:translateY(-2px)}.ugc3-home-btn-icon{stroke-width:2;color:#fff;height:20px;width:20px}.ugc3-home-availability-section{display:flex;justify-content:center;margin-top:2.5rem}.ugc3-home-availability-content{align-items:center;background:#0000;border-radius:0;display:inline-flex;gap:.9rem;padding:0}.ugc3-home-availability-label{color:#0f172a;font-size:.98rem;font-weight:600}.ugc3-home-feedback-wrapper{display:flex;justify-content:center;margin-top:1.5rem}.ugc3-home-feedback-btn{align-items:center;background:#0f172a14;border:none;border-radius:999px;color:#1f2937;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:600;gap:.35rem;padding:.5rem 1.1rem;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.ugc3-home-feedback-btn svg{height:14px;width:14px}.ugc3-home-feedback-btn:hover{background:#0f172a24;box-shadow:0 12px 24px #0f172a33;transform:translateY(-1px)}.ugc3-home-availability-toggle{background:#0000;border:none;cursor:pointer;padding:0;transition:all .2s ease}.ugc3-home-availability-toggle:hover:not(:disabled){opacity:.8}.ugc3-home-availability-toggle:disabled{cursor:not-allowed;opacity:.4}.ugc3-home-toggle-switch{background:#e2e8f0;border-radius:50px;box-shadow:0 2px 6px #0f172a26;height:20px;position:relative;transition:all .2s ease;width:36px}.ugc3-home-toggle-slider{background:#fff;border-radius:50%;box-shadow:0 1px 3px #0000001a;height:16px;left:2px;position:absolute;top:2px;transition:all .2s ease;width:16px}.ugc3-home-toggle-active .ugc3-home-toggle-switch{background:linear-gradient(135deg,#f8049c,#f97316)}.ugc3-home-toggle-active .ugc3-home-toggle-slider{background:#fff;box-shadow:0 4px 10px #00000026;transform:translateX(16px)}@media (max-width:768px){.ugc3-home-container{padding:1rem}.ugc3-home-main-cards{align-items:center;flex-direction:column}.ugc3-home-main-card{max-width:100%;min-width:100%}.ugc3-home-top-logo{height:60px;margin-bottom:1rem;width:60px}.ugc3-home-platform-badge{font-size:.75rem;margin:16px auto 0;padding:.4rem .8rem}.ugc3-home-welcome-title{font-size:36px;margin-bottom:24px}.ugc3-home-availability-section{padding:0 1rem}}@media (max-width:600px){.ugc3-home-top-logo{height:50px;margin-bottom:.75rem;width:50px}.ugc3-home-platform-badge{font-size:.625rem;margin:14px auto 0;padding:.3rem .6rem}.ugc3-home-welcome-title{font-size:28px;margin-bottom:20px}}@media (max-width:640px){.ugc3-home-feedback-wrapper{margin-top:1.25rem}}.ugc3-brief-modal-overlay{align-items:center;animation:ugc3-brief-modal-fadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:3000}@keyframes ugc3-brief-modal-fadeIn{0%{opacity:0}to{opacity:1}}.ugc3-brief-modal-container{animation:ugc3-brief-modal-slideUp .4s cubic-bezier(.16,1,.3,1);background:#fff;border-radius:24px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;height:auto;max-height:95vh;max-width:95vw;overflow:hidden;width:100%}@keyframes ugc3-brief-modal-slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.ugc3-brief-modal-header{align-items:flex-start;background:linear-gradient(135deg,#fff8f9,#fffdf4);border-bottom:1px solid #fce7f3;display:flex;gap:1rem;justify-content:space-between;padding:2rem 2.5rem}.ugc3-brief-modal-header-content{align-items:center;display:flex;flex:1 1;gap:1rem}.ugc3-brief-modal-icon{align-items:center;background:linear-gradient(135deg,#f8049c,#fbbf24);border-radius:12px;box-shadow:0 4px 12px #f8049c40;color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.ugc3-brief-modal-title-group{flex:1 1;min-width:0}.ugc3-brief-modal-title{word-wrap:break-word;color:#0f172a;font-size:1.5rem;font-weight:700;line-height:1.3;margin:0}.ugc3-brief-modal-subtitle{color:#f8049c;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin:.25rem 0 0;text-transform:uppercase}.ugc3-brief-modal-close{align-items:center;background:#f1f5f9;border:none;border-radius:10px;color:#64748b;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;transition:all .2s ease;width:40px}.ugc3-brief-modal-close:hover{background:#e2e8f0;color:#0f172a;transform:scale(1.05)}.ugc3-brief-modal-body{flex:1 1;overflow-y:auto;padding:2.5rem}.ugc3-brief-modal-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:1.5rem;overflow:hidden;transition:all .2s ease}.ugc3-brief-modal-section:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000d}.ugc3-brief-modal-section:last-child{margin-bottom:0}.ugc3-brief-modal-section-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem}.ugc3-brief-modal-section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f8049c,#ff6b35);-webkit-background-clip:text;background-clip:text;color:#374151;display:inline-block;font-size:1rem;font-weight:700;letter-spacing:.05em;margin:0;text-transform:uppercase}.ugc3-brief-modal-section-content{color:#374151;font-size:1rem;line-height:1.8;padding:1.5rem}.ugc3-brief-modal-sections{display:flex;flex-direction:column;gap:1.5rem}.ugc3-brief-modal-paragraph{font-size:1rem;font-weight:500;line-height:1.8;margin:0 0 1rem}.ugc3-brief-modal-paragraph:last-child{margin-bottom:0}.ugc3-brief-modal-footer{background:linear-gradient(135deg,#fff8f9,#fffdf4);border-top:1px solid #fce7f3;display:flex;justify-content:flex-end;padding:1.5rem 2.5rem}.ugc3-brief-modal-close-btn{background:linear-gradient(135deg,#f8049c,#fbbf24);border:none;border-radius:10px;box-shadow:0 4px 12px #f8049c40;color:#fff;cursor:pointer;font-size:.9375rem;font-weight:600;letter-spacing:.05em;padding:.75rem 2rem;text-transform:uppercase;transition:all .2s ease}.ugc3-brief-modal-close-btn:hover{background:linear-gradient(135deg,#e00388,#f59e0b);box-shadow:0 6px 20px #f8049c66;transform:translateY(-2px)}.ugc3-brief-modal-body::-webkit-scrollbar{width:6px}.ugc3-brief-modal-body::-webkit-scrollbar-track{background:#0000}.ugc3-brief-modal-body::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:3px}.ugc3-brief-modal-body::-webkit-scrollbar-thumb:hover{background:#cbd5e1}@media (max-width:768px){.ugc3-brief-modal-overlay{padding:1rem}.ugc3-brief-modal-container{border-radius:20px;max-height:95vh;max-width:100%}.ugc3-brief-modal-header{padding:1.5rem}.ugc3-brief-modal-icon{height:40px;width:40px}.ugc3-brief-modal-title{font-size:1.25rem}.ugc3-brief-modal-body{padding:1.5rem}.ugc3-brief-modal-section{margin-bottom:2rem}.ugc3-brief-modal-footer{padding:1.25rem 1.5rem}.ugc3-brief-modal-close-btn{width:100%}}.ugc3-script-modal-overlay{align-items:center;animation:ugc3-script-modal-fadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:3000}@keyframes ugc3-script-modal-fadeIn{0%{opacity:0}to{opacity:1}}.ugc3-script-modal-container{animation:ugc3-script-modal-slideUp .4s cubic-bezier(.16,1,.3,1);background:#fff;border-radius:24px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;height:auto;max-height:95vh;max-width:95vw;overflow:hidden;width:100%}@keyframes ugc3-script-modal-slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.ugc3-script-modal-header{align-items:flex-start;background:linear-gradient(135deg,#fff8f9,#fffdf4);border-bottom:1px solid #fce7f3;display:flex;gap:1rem;justify-content:space-between;padding:2rem 2.5rem}.ugc3-script-modal-header-content{align-items:center;display:flex;flex:1 1;gap:1rem}.ugc3-script-modal-icon{align-items:center;background:linear-gradient(135deg,#f8049c,#fbbf24);border-radius:12px;box-shadow:0 4px 12px #f8049c40;color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.ugc3-script-modal-title-group{flex:1 1;min-width:0}.ugc3-script-modal-title{word-wrap:break-word;color:#0f172a;font-size:1.5rem;font-weight:700;line-height:1.3;margin:0}.ugc3-script-modal-subtitle{color:#f8049c;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin:.25rem 0 0;text-transform:uppercase}.ugc3-script-modal-close{align-items:center;background:#f1f5f9;border:none;border-radius:10px;color:#64748b;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;transition:all .2s ease;width:40px}.ugc3-script-modal-close:hover{background:#e2e8f0;color:#0f172a;transform:scale(1.05)}.ugc3-script-modal-metrics{grid-gap:1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);padding:1.5rem 2.5rem}.ugc3-script-modal-metric-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;transition:all .2s ease}.ugc3-script-modal-metric-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.ugc3-script-modal-metric-card-primary{background:linear-gradient(135deg,#f8049c,#ff6b35);border-color:#0000;color:#fff}.ugc3-script-modal-metric-card-primary .ugc3-script-modal-metric-icon{background:#fff3;color:#fff}.ugc3-script-modal-metric-card-primary .ugc3-script-modal-metric-label,.ugc3-script-modal-metric-card-primary .ugc3-script-modal-metric-subtitle,.ugc3-script-modal-metric-card-primary .ugc3-script-modal-metric-value{color:#fff}.ugc3-script-modal-metric-icon{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.ugc3-script-modal-metric-content{display:flex;flex-direction:column;gap:.25rem}.ugc3-script-modal-metric-label{color:#64748b;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.ugc3-script-modal-metric-value{color:#0f172a;font-size:1.75rem;font-weight:800;line-height:1.2}.ugc3-script-modal-metric-subtitle{color:#94a3b8;font-size:.75rem;font-weight:500}.ugc3-script-modal-tabs{-ms-overflow-style:none;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;gap:.5rem;min-height:50px;overflow-x:auto;padding:0 2.5rem;position:relative;scrollbar-width:none;z-index:1}.ugc3-script-modal-tabs::-webkit-scrollbar{display:none}.ugc3-script-modal-tab{align-items:center;background:#0000;border:none;border-bottom:2px solid #0000;color:#64748b;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-bottom:-1px;padding:.875rem 1.25rem;position:relative;transition:all .2s ease;white-space:nowrap}.ugc3-script-modal-tab:hover{background:#f8fafc;color:#0f172a}.ugc3-script-modal-tab.active{background:#0000;border-bottom-color:#f8049c;color:#f8049c}.ugc3-script-modal-tab-badge{animation:pulse 2s infinite;background:linear-gradient(135deg,#f8049c,#ff6b35);border-radius:999px;box-shadow:0 2px 4px #f8049c4d;color:#fff;font-size:.625rem;font-weight:700;letter-spacing:.05em;padding:.125rem .5rem;text-transform:uppercase}.ugc3-script-modal-body{flex:1 1;overflow-y:auto;padding:2.5rem}.ugc3-script-modal-tab-content{animation:ugc3-script-modal-tabFadeIn .3s ease}.ugc3-script-modal-sections{display:flex;flex-direction:column;gap:1.5rem}@keyframes ugc3-script-modal-tabFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ugc3-script-modal-line{background:#f8fafc;border-left:4px solid #e2e8f0;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.ugc3-script-modal-line:last-child{margin-bottom:0}.ugc3-script-modal-line-hook{background:linear-gradient(135deg,#fef3c7,#fef9e7);border-left-color:#fbbf24}.ugc3-script-modal-line-cta{background:linear-gradient(135deg,#fce7f3,#fef5f8);border-left-color:#f8049c}.ugc3-script-modal-label{border-radius:6px;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.08em;margin-bottom:.75rem;padding:.375rem .75rem;text-transform:uppercase}.ugc3-script-modal-label-hook{background:#fbbf24;color:#fff}.ugc3-script-modal-label-cta{background:#f8049c;color:#fff}.ugc3-script-modal-text{color:#0f172a;font-size:1rem;line-height:1.8;margin:0;white-space:pre-wrap}.ugc3-script-modal-empty{color:#94a3b8;font-size:1rem;padding:3rem 0;text-align:center}.ugc3-script-modal-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:2rem;overflow:hidden}.ugc3-script-modal-section-hook{border-left:4px solid #f8049c;position:relative}.ugc3-script-modal-section-hook:before{background:linear-gradient(135deg,#f8049c,#ff6b35);border-radius:16px 0 0 16px;bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.ugc3-script-modal-section-cta{border-left:4px solid #fbbf24}.ugc3-script-modal-section-line{border-left:4px solid #e2e8f0}.ugc3-script-modal-section-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem}.ugc3-script-modal-section-title{color:#374151;font-size:1rem;font-weight:700;letter-spacing:.05em;margin:0;text-transform:uppercase}.ugc3-script-modal-section-hook .ugc3-script-modal-section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f8049c,#ff6b35);-webkit-background-clip:text;background-clip:text;display:inline-block}.ugc3-script-modal-section-cta .ugc3-script-modal-section-title{color:#fbbf24}.ugc3-script-modal-section-line .ugc3-script-modal-section-title{color:#374151}.ugc3-script-modal-section-content{padding:1.5rem}.ugc3-script-modal-field{margin-bottom:1.5rem}.ugc3-script-modal-field:last-child{margin-bottom:0}.ugc3-script-modal-field-label{color:#64748b;display:block;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.ugc3-script-modal-field-content{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#374151;font-size:1rem;font-weight:500;line-height:1.6;min-height:2.5rem;padding:1rem;white-space:pre-wrap}.ugc3-script-modal-main-section{margin-bottom:2rem}.ugc3-script-modal-main-title{align-items:center;border-bottom:2px solid #f8049c;color:#0f172a;display:flex;font-size:1.25rem;font-weight:700;gap:.5rem;margin:0 0 1.5rem;padding-bottom:.75rem}.ugc3-script-modal-main-title:before{content:"📝";font-size:1.125rem}.ugc3-script-modal-additional-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:16px;margin-bottom:2rem;padding:1.5rem}.ugc3-script-modal-additional-title{align-items:center;border-bottom:2px solid #fbbf24;color:#374151;display:flex;font-size:1.125rem;font-weight:700;gap:.5rem;margin:0 0 1.5rem;padding-bottom:.75rem}.ugc3-script-modal-additional-title:before{content:"➕";font-size:1rem}.ugc3-script-modal-section-additional{background:#fff;border:1px solid #cbd5e1;box-shadow:0 2px 4px #0000000d;margin-bottom:1.5rem}.ugc3-script-modal-section-additional:last-child{margin-bottom:0}.ugc3-script-modal-section-additional .ugc3-script-modal-section-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}.ugc3-script-modal-section-additional .ugc3-script-modal-section-title{color:#64748b;font-size:.875rem}.ugc3-script-modal-footer{background:linear-gradient(135deg,#fff8f9,#fffdf4);border-top:1px solid #fce7f3;display:flex;justify-content:flex-end;padding:1.5rem 2.5rem}.ugc3-script-modal-close-btn{background:linear-gradient(135deg,#f8049c,#fbbf24);border:none;border-radius:10px;box-shadow:0 4px 12px #f8049c40;color:#fff;cursor:pointer;font-size:.9375rem;font-weight:600;letter-spacing:.05em;padding:.75rem 2rem;text-transform:uppercase;transition:all .2s ease}.ugc3-script-modal-close-btn:hover{background:linear-gradient(135deg,#e00388,#f59e0b);box-shadow:0 6px 20px #f8049c66;transform:translateY(-2px)}.ugc3-script-modal-body::-webkit-scrollbar{width:6px}.ugc3-script-modal-body::-webkit-scrollbar-track{background:#0000}.ugc3-script-modal-body::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:3px}.ugc3-script-modal-body::-webkit-scrollbar-thumb:hover{background:#cbd5e1}@media (max-width:1024px){.ugc3-script-modal-metrics{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ugc3-script-modal-overlay{padding:1rem}.ugc3-script-modal-container{border-radius:20px;max-height:95vh;max-width:100%}.ugc3-script-modal-header{padding:1.5rem}.ugc3-script-modal-icon{height:40px;width:40px}.ugc3-script-modal-title{font-size:1.25rem}.ugc3-script-modal-metrics{grid-template-columns:1fr;padding:1rem 1.5rem}.ugc3-script-modal-tabs{padding:0 1.5rem}.ugc3-script-modal-body{padding:1.5rem}.ugc3-script-modal-line{margin-bottom:1.5rem;padding:1.25rem}.ugc3-script-modal-footer{padding:1.25rem 1.5rem}.ugc3-script-modal-close-btn{width:100%}}.ugc3-project-modal-overlay{align-items:center;animation:ugc3-project-modal-fadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}@keyframes ugc3-project-modal-fadeIn{0%{opacity:0}to{opacity:1}}.ugc3-project-modal-content{animation:ugc3-project-modal-slideUp .3s ease;background:#fff;border:none;border-radius:20px;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #0000000d;display:flex;flex-direction:column;max-height:90vh;max-width:1000px;overflow:hidden;position:relative;width:100%}@keyframes ugc3-project-modal-slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.ugc3-project-modal-header{background:#fff;border-bottom:1px solid #f1f5f9;padding:2.5rem 2.5rem 2rem;position:relative}.ugc3-project-modal-header-content{align-items:center;display:flex;justify-content:space-between}.ugc3-project-modal-brand{align-items:center;display:flex;gap:1rem}.ugc3-project-modal-brand-avatar{align-items:center;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.25rem;font-weight:600;height:48px;justify-content:center;width:48px}.ugc3-project-modal-brand-avatar-img{border-radius:50%;display:block;height:100%;object-fit:cover;object-position:center;width:100%}.ugc3-project-modal-brand-info{flex:1 1;min-width:0}.ugc3-project-modal-title{color:#0f172a;font-size:2rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:0 0 .5rem}.ugc3-project-modal-brand-name{align-items:center;color:#64748b;display:flex;font-size:1rem;font-weight:500;gap:.5rem;margin:0}.ugc3-project-modal-close{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000001a;color:#64748b;cursor:pointer;display:flex;height:44px;justify-content:center;padding:.75rem;transition:all .2s ease;width:44px}.ugc3-project-modal-close:hover{background:#f1f5f9;border-color:#cbd5e1;color:#0f172a;transform:scale(1.05)}.ugc3-project-modal-body{flex:1 1;overflow-x:visible;overflow-y:auto;padding:2.5rem;position:relative}.ugc3-project-modal-section{margin-bottom:3rem;overflow:visible;position:relative}.ugc3-project-modal-section:last-child{margin-bottom:0}.ugc3-project-modal-overview{grid-gap:1rem;background:#0000;border:none;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);padding:0}.ugc3-project-modal-overview-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000001a;display:flex;gap:1rem;padding:1.75rem;transition:all .2s ease}.ugc3-project-modal-overview-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.ugc3-project-modal-overview-icon{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;color:#64748b;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.ugc3-project-modal-overview-currency,.ugc3-project-modal-overview-icon-text{font-size:1.25rem;font-weight:700}.ugc3-project-modal-overview-content{display:flex;flex-direction:column;gap:.25rem}.ugc3-project-modal-overview-label{color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.ugc3-project-modal-overview-value{color:#0f172a;font-size:1.25rem;font-weight:800;line-height:1.2}.ugc3-project-modal-section-header{margin-bottom:1.5rem}.ugc3-project-modal-section-title{align-items:center;color:#0f172a;display:flex;font-size:1.375rem;font-weight:700;gap:.75rem;letter-spacing:-.01em;margin:0}.ugc3-project-modal-section-icon{font-size:1.5rem}.ugc3-project-modal-brief-container{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.ugc3-project-modal-brief-preview{padding:2rem 2.5rem}.ugc3-project-modal-brief-text{color:#475569;font-size:1rem;font-weight:400;line-height:1.8;margin:0}.ugc3-project-modal-brief-content{color:#0f172a;font-size:1rem;font-weight:500;line-height:1.7;padding:2.5rem}.ugc3-project-modal-expand-btn,.ugc3-project-modal-view-btn{align-items:center;background:linear-gradient(135deg,#f8049c,#ff6b35,gold);border:none;box-shadow:0 4px 15px #f8049c4d;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;letter-spacing:.05em;padding:1.25rem;text-transform:uppercase;transition:all .2s ease;width:100%}.ugc3-project-modal-expand-btn:hover,.ugc3-project-modal-view-btn:hover{background:linear-gradient(135deg,#e6038a,#e55a2b,#e6c200);box-shadow:0 6px 20px #f8049c66;transform:translateY(-1px)}.ugc3-project-modal-script-toggle{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:.875rem;font-weight:500;gap:.25rem}.ugc3-project-modal-script-toggle:hover{background:#e2e8f0;color:#475569}.ugc3-project-modal-scripts-list{display:flex;flex-direction:column;gap:1rem}.ugc3-project-modal-script-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;overflow:visible;padding:0;position:relative;transition:all .2s ease}.ugc3-project-modal-script-item:hover{background:#f1f5f9;border-color:#cbd5e1}.ugc3-project-modal-script-header{gap:1rem;overflow:visible;padding:1.25rem 1.5rem;position:relative;width:100%}.ugc3-project-modal-script-name{align-items:center;color:#0f172a;display:flex;flex:1 1;font-size:1rem;font-weight:600;gap:.75rem}.ugc3-project-modal-script-additions-badge{background:linear-gradient(135deg,#f8049c,#f97316);border-radius:6px;color:#fff;font-size:.75rem;font-weight:600;margin-left:.5rem;padding:.25rem .6rem;white-space:nowrap}.ugc3-project-modal-script-name svg{color:#f8049c;flex-shrink:0}.ugc3-project-modal-script-view-btn{background:#42bcff;border:none;border-radius:8px;box-shadow:0 2px 8px #42bcff47;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem 1.25rem;transition:all .2s ease;white-space:nowrap}.ugc3-project-modal-script-view-btn:hover{background:#129fe8;box-shadow:0 4px 12px #42bcff61;transform:translateY(-1px)}.ugc3-project-modal-script-actions{align-items:center;display:flex;gap:.75rem}.ugc3-project-modal-script-meta{align-items:center;display:flex;gap:.5rem;overflow:visible;position:relative}.ugc3-project-modal-script-meta-pill{align-items:center;background:#94a3b829;border-radius:999px;color:#475569;display:flex;font-size:.75rem;font-weight:600;gap:.35rem;padding:.25rem .6rem}.ugc3-project-modal-script-meta-pill svg{color:#1e293b;height:14px;width:14px}.ugc3-tooltip:after{z-index:1001}.ugc3-tooltip:before{z-index:1000}.ugc3-project-modal-script-header{align-items:center;background:#3b82f614;color:#374151;display:flex;justify-content:space-between;padding:1.5rem 2rem}.ugc3-project-modal-script-number{font-size:.875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.ugc3-project-modal-script-toggle{align-items:center;background:#fff3;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.75rem;font-weight:600;gap:.5rem;letter-spacing:.05em;padding:.5rem 1rem;text-transform:uppercase;transition:all .2s ease}.ugc3-project-modal-script-toggle:hover{background:#ffffff4d}.ugc3-project-modal-script-content{color:#0f172a;font-size:1rem;font-weight:500;line-height:1.7;padding:2.5rem}.ugc3-project-modal-script-expand{background:#0000;border:1px solid #e2e8f0;color:#0f172a;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem;transition:all .2s ease;width:100%}.ugc3-project-modal-script-expand:hover{background:#0f172a;border-color:#0f172a;color:#fff}.ugc3-project-modal-due-date-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000001a;padding:2rem}.ugc3-project-modal-due-date-header{margin-bottom:1.5rem}.ugc3-project-modal-due-date-content{display:flex;flex-direction:column;gap:1rem}.ugc3-project-modal-timeline-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:1rem;padding:1rem;transition:all .2s ease}.ugc3-project-modal-timeline-item:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000d}.ugc3-project-modal-timeline-icon{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.ugc3-project-modal-timeline-deadline{font-size:1.25rem}.ugc3-project-modal-timeline-content{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.ugc3-project-modal-timeline-label{color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.ugc3-project-modal-timeline-date{color:#0f172a;font-size:1rem;font-weight:600}.ugc3-project-modal-additional-summary{grid-gap:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000001a;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:2rem}.ugc3-project-modal-additional-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;padding:1.5rem;transition:all .2s ease}.ugc3-project-modal-additional-item:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000d;transform:translateY(-1px)}.ugc3-project-modal-additional-icon{align-items:center;border-radius:10px;display:flex;flex-shrink:0;font-size:1.25rem;height:40px;justify-content:center;width:40px}.ugc3-project-modal-hook-icon{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}.ugc3-project-modal-cta-icon{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.ugc3-project-modal-additional-content{display:flex;flex-direction:column;gap:.25rem;width:100%}.ugc3-project-modal-additional-label{color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.ugc3-project-modal-additional-count{color:#0f172a;font-size:1.75rem;font-weight:800;line-height:1}.ugc3-project-modal-footer{background:#fff;border-top:1px solid #f1f5f9;display:flex;gap:1rem;justify-content:flex-end;padding:2.5rem}.ugc3-project-modal-btn{align-items:center;border:none;border-radius:12px;box-shadow:0 4px 12px #00000026;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;letter-spacing:.05em;padding:1.25rem 2.5rem;text-transform:uppercase;transition:all .2s ease}.ugc3-project-modal-btn:hover{box-shadow:0 8px 25px #0003;transform:translateY(-2px)}.ugc3-project-modal-decline-btn{background:#ef4444;color:#fff}.ugc3-project-modal-accept-btn{background:#10b981;color:#fff}@media (max-width:768px){.ugc3-project-modal-content{margin:1rem;max-height:calc(100vh - 2rem);max-width:calc(100vw - 2rem)}.ugc3-project-modal-header{padding:1.5rem 1.5rem 1rem}.ugc3-project-modal-body{padding:1.5rem}.ugc3-project-modal-footer{flex-direction:column;padding:1.5rem}.ugc3-project-modal-overview{gap:1rem;grid-template-columns:1fr}.ugc3-project-modal-title{font-size:1.5rem}.ugc3-project-modal-brand{gap:.75rem}.ugc3-project-modal-brand-avatar{font-size:1.25rem;height:48px;width:48px}}.ugc3-project-modal-script-additions{background:#fff;border-top:1px solid #e2e8f0;overflow:hidden;position:relative}.ugc3-project-modal-script-additions-toggle{align-items:center;background:#0000;border:none;color:#475569;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:space-between;padding:.875rem 1.5rem;transition:all .2s ease;width:100%}.ugc3-project-modal-script-additions-toggle:hover{background:#f8fafc;color:#1e293b}.ugc3-project-modal-script-additions-toggle svg{color:#64748b;flex-shrink:0;transition:transform .2s ease}.ugc3-project-modal-script-additions-content{animation:ugc3-project-modal-slideDown .2s ease;padding:0 1.5rem 1.25rem}@keyframes ugc3-project-modal-slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ugc3-project-modal-script-additions-section{margin-top:1.25rem}.ugc3-project-modal-script-additions-section:first-child{margin-top:0}.ugc3-project-modal-script-additions-section-title{color:#1e293b;font-size:.875rem;font-weight:700;letter-spacing:.05em;margin:0 0 .75rem;text-transform:uppercase}.ugc3-project-modal-script-additions-list{display:flex;flex-direction:column;gap:.75rem}.ugc3-project-modal-script-addition-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-direction:column;gap:.375rem;padding:.875rem}.ugc3-project-modal-script-addition-label{color:#64748b;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.ugc3-project-modal-script-addition-text{color:#1e293b;font-size:.875rem;font-weight:500;line-height:1.5}.ugc3-project-modal-script-item-new{background:#fff;border:1px solid #e2e8f0;border-radius:16px;display:flex;flex-direction:column;margin-bottom:1.5rem;overflow:visible;padding:0;transition:all .2s ease}.ugc3-project-modal-script-item-new:last-child{margin-bottom:0}.ugc3-project-modal-script-item-new:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #00000014}.ugc3-project-modal-script-new-header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;gap:1rem;justify-content:space-between;padding:1.5rem 1.5rem 1rem}.ugc3-project-modal-script-metrics{grid-gap:1rem;background:#f8fafc;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);padding:1.5rem}.ugc3-project-modal-script-metric-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;transition:all .2s ease}.ugc3-project-modal-script-metric-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.ugc3-project-modal-script-metric-card-primary{background:linear-gradient(135deg,#f8049c,#ff6b35);border-color:#0000;color:#fff}.ugc3-project-modal-script-metric-card-primary .ugc3-project-modal-script-metric-icon{background:#fff3;color:#fff}.ugc3-project-modal-script-metric-card-primary .ugc3-project-modal-script-metric-label,.ugc3-project-modal-script-metric-card-primary .ugc3-project-modal-script-metric-subtitle,.ugc3-project-modal-script-metric-card-primary .ugc3-project-modal-script-metric-value{color:#fff}.ugc3-project-modal-script-metric-icon{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.ugc3-project-modal-script-metric-content{display:flex;flex-direction:column;gap:.25rem}.ugc3-project-modal-script-metric-label{color:#64748b;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.ugc3-project-modal-script-metric-value{color:#0f172a;font-size:1.75rem;font-weight:800;line-height:1.2}.ugc3-project-modal-script-metric-subtitle{color:#94a3b8;font-size:.75rem;font-weight:500}.ugc3-project-modal-script-tabs{-ms-overflow-style:none;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;gap:.5rem;overflow-x:auto;padding:0 1.5rem;scrollbar-width:none}.ugc3-project-modal-script-tabs::-webkit-scrollbar{display:none}.ugc3-project-modal-script-tab{align-items:center;background:#0000;border:none;border-bottom:2px solid #0000;color:#64748b;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-bottom:-1px;padding:.875rem 1.25rem;position:relative;transition:all .2s ease;white-space:nowrap}.ugc3-project-modal-script-tab:hover{background:#f8fafc;color:#0f172a}.ugc3-project-modal-script-tab.active{background:#0000;border-bottom-color:#f8049c;color:#f8049c}.ugc3-project-modal-script-tab-badge{animation:pulse 2s infinite;background:linear-gradient(135deg,#f8049c,#ff6b35);border-radius:999px;box-shadow:0 2px 4px #f8049c4d;color:#fff;font-size:.625rem;font-weight:700;letter-spacing:.05em;padding:.125rem .5rem;text-transform:uppercase}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.ugc3-project-modal-script-content-wrapper{padding:1.5rem}.ugc3-project-modal-script-sections{display:flex;flex-direction:column;gap:1.5rem}.ugc3-project-modal-script-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .2s ease}.ugc3-project-modal-script-section:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000d}.ugc3-project-modal-script-section-hook{border-left:4px solid #f8049c}.ugc3-project-modal-script-section-cta{border-left:4px solid #42bcff}.ugc3-project-modal-script-section-line{border-left:4px solid #10b981}.ugc3-project-modal-script-section-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem}.ugc3-project-modal-script-section-title{color:#374151;font-size:1rem;font-weight:700;letter-spacing:.05em;margin:0;text-transform:uppercase}.ugc3-project-modal-script-section-hook .ugc3-project-modal-script-section-title{color:#f8049c}.ugc3-project-modal-script-section-cta .ugc3-project-modal-script-section-title{color:#42bcff}.ugc3-project-modal-script-section-line .ugc3-project-modal-script-section-title{color:#10b981}.ugc3-project-modal-script-section-content{padding:1.5rem}.ugc3-project-modal-script-field{margin-bottom:1.25rem}.ugc3-project-modal-script-field:last-child{margin-bottom:0}.ugc3-project-modal-script-field-label{color:#64748b;display:block;font-size:.75rem;font-weight:700;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.ugc3-project-modal-script-field-content{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#374151;font-size:.9375rem;font-weight:500;line-height:1.6;min-height:2.5rem;padding:1rem;white-space:pre-wrap}@media (max-width:1024px){.ugc3-project-modal-script-metrics{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ugc3-project-modal-script-metrics{grid-template-columns:1fr;padding:1rem}.ugc3-project-modal-script-new-header{align-items:flex-start;flex-direction:column;gap:.75rem}.ugc3-project-modal-script-tabs{padding:0 1rem}.ugc3-project-modal-script-content-wrapper{padding:1rem}}.ugc3-upload-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.ugc3-upload-modal{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a;display:flex;flex-direction:column;max-height:90vh;max-width:900px;overflow-y:auto;width:100%}.ugc3-upload-modal-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;border-radius:16px 16px 0 0;display:flex;justify-content:space-between;padding:1.5rem}.ugc3-upload-modal-title-section{display:flex;flex-direction:column;gap:.25rem}.ugc3-upload-modal-title{color:#0f172a;font-size:1.25rem;font-weight:600;margin:0}.ugc3-upload-modal-counter{color:#64748b;font-size:.75rem;font-weight:500}.ugc3-upload-modal-close{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;height:32px;justify-content:center;transition:background-color .2s ease;width:32px}.ugc3-upload-modal-close:hover{background:#e2e8f0;color:#374151}.ugc3-upload-modal-content{flex:1 1;padding:2rem}.ugc3-upload-step,.ugc3-upload-video-selection{display:flex;flex-direction:column;gap:1.5rem}.ugc3-upload-step-title{color:#0f172a;font-size:1.125rem;font-weight:600;margin:0}.ugc3-upload-step-description{color:#64748b;font-size:.875rem;line-height:1.5;margin:0}.ugc3-upload-video-list{display:flex;flex-direction:column;gap:.75rem}.ugc3-upload-video-option{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:.75rem;padding:1rem;transition:all .2s ease}.ugc3-upload-video-option:hover{border-color:#cbd5e1;box-shadow:0 2px 4px #0000000d,0 0 0 3px #42bcff1a}.ugc3-upload-video-option-selected{background:#f8fafc;border-color:#e2e8f0;box-shadow:0 2px 8px #00000014}.ugc3-upload-video-option-variation{background:#f8fafc;border-left:3px solid #e2e8f0;border-radius:6px;margin-left:1.5rem}.ugc3-upload-video-option-variation:hover{background:#f5f5f5;box-shadow:0 2px 4px #0000000d,0 0 0 3px #42bcff1a}.ugc3-upload-video-option-info{flex:1 1}.ugc3-upload-video-option-title{align-items:center;color:#0f172a;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;margin:0 0 .25rem}.ugc3-upload-video-option-type{border-radius:4px;color:#fff;font-size:.625rem;font-weight:700;padding:.125rem .375rem;text-transform:uppercase}.ugc3-upload-video-option-type-video{background:linear-gradient(135deg,#f8049c,#f97316)}.ugc3-upload-video-option-type-hook-cta{background:#42bcff}.ugc3-upload-video-option-description{color:#64748b;font-size:.75rem;line-height:1.4;margin:0 0 .5rem}.ugc3-upload-video-option-instruction{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-size:.8125rem;font-weight:500;line-height:1.5;margin:.5rem 0 0;padding:.75rem}.ugc3-upload-video-option-meta{display:flex;gap:.75rem}.ugc3-upload-video-option-creative-control,.ugc3-upload-video-option-duration,.ugc3-upload-video-option-format{background:#f8fafc;border-radius:8px;color:#94a3b8;font-size:.625rem;font-weight:500;padding:.125rem .5rem}.ugc3-upload-video-option-variation-type{background:linear-gradient(135deg,#f8049c,#f97316);border-radius:8px;color:#fff;font-size:.625rem;font-weight:600;padding:.125rem .5rem;text-transform:uppercase}.ugc3-upload-video-option-status{flex-shrink:0}.ugc3-upload-status-not-submitted{background:#f1f5f9;border-radius:8px;color:#475569;font-size:.625rem;font-weight:600;padding:.25rem .5rem}.ugc3-upload-status-revision{background:#fef3c7;color:#92400e}.ugc3-upload-status-approved,.ugc3-upload-status-revision{border-radius:8px;font-size:.625rem;font-weight:500;padding:.25rem .5rem}.ugc3-upload-status-approved,.ugc3-upload-status-uploaded{background:#d1fae5;color:#065f46}.ugc3-upload-status-uploaded{align-items:center;border:1px solid #86efac;border-radius:8px;display:flex;font-size:.625rem;font-weight:600;gap:.25rem;padding:.25rem .5rem}.ugc3-upload-selected-video{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1rem;padding:1rem}.ugc3-upload-selected-title{align-items:center;color:#0f172a;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;margin:0 0 .25rem}.ugc3-upload-video-type{border-radius:4px;color:#fff;font-size:.625rem;font-weight:700;padding:.125rem .375rem;text-transform:uppercase}.ugc3-upload-video-type-video{background:linear-gradient(135deg,#f8049c,#f97316)}.ugc3-upload-video-type-hook-cta{background:#42bcff}.ugc3-upload-video-meta{display:flex;gap:.5rem;margin-top:.5rem}.ugc3-upload-video-duration,.ugc3-upload-video-format{background:#f8fafc;border-radius:8px;color:#94a3b8;font-size:.625rem;font-weight:500;padding:.125rem .5rem}.ugc3-upload-selected-description{color:#64748b;font-size:.75rem;line-height:1.4;margin:0}.ugc3-upload-selected-instruction{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-size:.875rem;font-weight:500;line-height:1.5;margin:.75rem 0 0;padding:1rem}.ugc3-upload-dropzone{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;cursor:pointer;padding:3rem 2rem;text-align:center;transition:all .2s ease}.ugc3-upload-dropzone:hover{background:#f0f9ff;border-color:#42bcff}.ugc3-upload-dropzone-content{align-items:center;display:flex;flex-direction:column;gap:1rem}.ugc3-upload-dropzone-icon{color:#94a3b8;transition:color .2s ease}.ugc3-upload-dropzone:hover .ugc3-upload-dropzone-icon{color:#42bcff}.ugc3-upload-dropzone-title{color:#0f172a;font-size:1.125rem;font-weight:600;margin:0}.ugc3-upload-dropzone-description{color:#64748b;font-size:.875rem;line-height:1.5;margin:0;max-width:400px}.ugc3-upload-dropzone-requirements{color:#94a3b8;display:flex;flex-direction:column;font-size:.75rem;gap:.25rem}.ugc3-upload-preview-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:400px 1fr}.ugc3-upload-video-preview{display:flex;flex-direction:column;gap:1rem}.ugc3-upload-video-container{aspect-ratio:9/16;background:#000;border-radius:12px;margin:0 auto;max-width:300px;overflow:hidden;position:relative;width:100%}.ugc3-upload-video{height:100%;object-fit:cover;width:100%}.ugc3-upload-video-safe-zone{border:2px solid #ef4444;border-radius:8px;bottom:10%;box-shadow:0 0 0 1px #ef44444d;left:5%;pointer-events:none;position:absolute;right:5%;top:10%;z-index:2}.ugc3-upload-video-overlay{align-items:center;background:#0000004d;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s ease;z-index:3}.ugc3-upload-video-container:hover .ugc3-upload-video-overlay{opacity:1}.ugc3-upload-play-btn{align-items:center;background:#ffffffe6;border:none;border-radius:50%;color:#0f172a;cursor:pointer;display:flex;height:60px;justify-content:center;transition:all .2s ease;width:60px}.ugc3-upload-play-btn:hover{background:#fff;transform:scale(1.1)}.ugc3-upload-safe-zone-info{align-items:flex-start;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;display:flex;gap:.75rem;margin-top:.5rem;padding:.875rem}.ugc3-upload-safe-zone-info svg{color:#ef4444;flex-shrink:0;margin-top:.125rem}.ugc3-upload-safe-zone-text{color:#7f1d1d;font-size:.8125rem;line-height:1.5}.ugc3-upload-safe-zone-text strong{color:#991b1b;font-weight:600}.ugc3-upload-video-info{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;justify-content:space-between;margin-top:.5rem;padding:.75rem}.ugc3-upload-current-time{align-items:center;color:#374151;display:flex;font-size:.875rem;font-weight:500;gap:.5rem}.ugc3-upload-add-timestamp-btn{align-items:center;background:linear-gradient(135deg,#f8049c,#f97316);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.75rem;font-weight:500;gap:.375rem;padding:.5rem .75rem;transition:all .2s ease}.ugc3-upload-add-timestamp-btn:hover:not(:disabled){box-shadow:0 2px 8px #42bcff4d;transform:translateY(-1px)}.ugc3-upload-add-timestamp-btn:disabled{background:#94a3b8;cursor:not-allowed;opacity:.5}.ugc3-upload-notes-section{display:flex;flex-direction:column;gap:1.5rem}.ugc3-upload-section-title{color:#0f172a;font-size:1rem;font-weight:600;margin:0 0 .75rem}.ugc3-upload-label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.ugc3-upload-input{border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;padding:.75rem;transition:border-color .2s ease;width:100%}.ugc3-upload-input:focus{border-color:#e2e8f0;box-shadow:0 0 0 3px #f8049c1a;outline:none}.ugc3-upload-textarea{border:1px solid #d1d5db;border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.875rem;min-height:80px;padding:.75rem;resize:vertical;transition:border-color .2s ease;width:100%}.ugc3-upload-textarea:focus{border-color:#42bcff;box-shadow:0 0 0 3px #42bcff1a;outline:none}.ugc3-upload-help-text{color:#64748b;font-size:.75rem;line-height:1.4;margin:.5rem 0 0}.ugc3-upload-variation-time{background:#fef3c7;border:1px solid #fde68a;border-radius:8px;padding:1rem}.ugc3-upload-time-inputs{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin:.75rem 0}.ugc3-upload-time-input-group{display:flex;flex-direction:column;gap:.375rem}.ugc3-upload-time-hint{color:#64748b;font-size:.75rem;font-weight:500}.ugc3-upload-time-label{color:#6b7280;font-size:.75rem;font-weight:500;margin-bottom:.375rem}.ugc3-upload-timestamp-notes{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.ugc3-upload-notes-list{display:flex;flex-direction:column;gap:.75rem}.ugc3-upload-note-item{background:#f8fafc;border:1px solid #e2e8f0;gap:.75rem;padding:.75rem}.ugc3-upload-note-item,.ugc3-upload-note-time{align-items:center;border-radius:6px;display:flex}.ugc3-upload-note-time{background:linear-gradient(135deg,#f8049c,#f97316);color:#fff;flex-shrink:0;font-size:.75rem;font-weight:700;height:50px;justify-content:center;width:50px}.ugc3-upload-note-input{border:1px solid #d1d5db;border-radius:4px;flex:1 1;font-size:.875rem;padding:.5rem;transition:border-color .2s ease}.ugc3-upload-note-input:focus{border-color:#42bcff;box-shadow:0 0 0 2px #42bcff1a;outline:none}.ugc3-upload-remove-note{align-items:center;background:#fef2f2;border:none;border-radius:4px;color:#dc2626;cursor:pointer;display:flex;height:28px;justify-content:center;transition:background-color .2s ease;width:28px}.ugc3-upload-remove-note:hover{background:#fecaca}.ugc3-upload-general-notes{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.ugc3-upload-modal-footer{background:#f8fafc;border-radius:0 0 16px 16px;border-top:1px solid #e2e8f0;padding:1.5rem}.ugc3-upload-modal-actions{align-items:center;display:flex;gap:1rem;justify-content:space-between}.ugc3-upload-back-btn{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.ugc3-upload-back-btn:hover{background:#f9fafb;border-color:#9ca3af}.ugc3-upload-video-navigation{display:flex;gap:.75rem}.ugc3-upload-nav-btn{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1rem;transition:all .2s ease}.ugc3-upload-nav-btn:hover{background:#f9fafb;border-color:#9ca3af}.ugc3-upload-submit-section{display:flex;flex-direction:column;gap:1rem}.ugc3-upload-progress-container{display:flex;flex-direction:column;gap:.5rem}.ugc3-upload-progress-bar{background:#e2e8f0;border-radius:4px;height:8px;overflow:hidden;width:100%}.ugc3-upload-progress-fill{background:linear-gradient(135deg,#f8049c,#f97316);border-radius:4px;height:100%;transition:width .3s ease}.ugc3-upload-progress-text{color:#64748b;font-size:.875rem;text-align:center}.ugc3-upload-error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;font-size:.875rem;gap:.5rem;padding:.75rem}.ugc3-upload-spinner{animation:spin 1s linear infinite;border:2px solid #e2e8f0;border-radius:50%;border-top-color:#f8049c;height:16px;width:16px}.ugc3-upload-submit-btn{align-items:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border:1px solid #e2e8f0;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.ugc3-upload-submit-btn:hover:not(:disabled){box-shadow:0 4px 12px #00000014,0 0 0 3px #42bcff26;transform:translateY(-1px)}.ugc3-upload-submit-btn:disabled{cursor:not-allowed;opacity:.5}.ugc3-upload-submit-all-btn{align-items:center;background:linear-gradient(135deg,#f8049c,#f97316);border:none;border-radius:8px;box-shadow:0 4px 12px #f8049c4d;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.625rem 1.25rem;transition:all .2s}.ugc3-upload-submit-all-btn:hover:not(:disabled){background:linear-gradient(135deg,#e00388,#e55a00);box-shadow:0 6px 16px #f8049c66;transform:translateY(-1px)}.ugc3-upload-submit-all-btn:disabled{cursor:not-allowed;opacity:.5}.ugc3-upload-submit-all-section{align-items:flex-end;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem}.ugc3-upload-submit-all-message{color:#64748b;font-size:.875rem;margin:0;text-align:right}.ugc3-upload-confirmation-modal{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;max-width:500px;overflow-y:auto;width:90%;z-index:1000}.ugc3-upload-confirmation-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem}.ugc3-upload-confirmation-title{color:#0f172a;font-size:1.25rem;font-weight:600;margin:0}.ugc3-upload-confirmation-close{align-items:center;background:none;border:none;border-radius:4px;color:#64748b;cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:all .2s}.ugc3-upload-confirmation-close:hover{background:#f1f5f9;color:#0f172a}.ugc3-upload-confirmation-body{padding:1.5rem}.ugc3-upload-confirmation-message{color:#475569;font-size:.9375rem;line-height:1.6;margin:0 0 1.5rem}.ugc3-upload-confirmation-info{align-items:flex-start;background:#f0f9ff;border:1px solid #42bcff;border-radius:8px;display:flex;gap:.75rem;margin-bottom:1.5rem;padding:1rem}.ugc3-upload-confirmation-info svg{color:#42bcff;flex-shrink:0;margin-top:.125rem}.ugc3-upload-confirmation-info-text{color:#0c4a6e;font-size:.875rem;line-height:1.5;margin:0}.ugc3-upload-confirmation-checklist{display:flex;flex-direction:column;gap:1rem}.ugc3-upload-confirmation-checkbox{align-items:flex-start;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;gap:.75rem;padding:1rem;transition:all .2s}.ugc3-upload-confirmation-checkbox:hover{background:#f1f5f9;border-color:#cbd5e1}.ugc3-upload-confirmation-checkbox input[type=checkbox]{accent-color:#64748b;appearance:none;-webkit-appearance:none;background-color:#fff;border:1.5px solid #cbd5e1;border-radius:4px;cursor:pointer;flex-shrink:0;height:20px;margin-top:.125rem;transition:all .2s ease;width:20px}.ugc3-upload-confirmation-checkbox input[type=checkbox]:checked{background-color:#64748b;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='m2 6 3 3 5-5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:12px;border-color:#64748b}.ugc3-upload-confirmation-checkbox input[type=checkbox]:hover{border-color:#94a3b8}.ugc3-upload-confirmation-checkbox-label{color:#334155;flex:1 1;font-size:.9375rem;line-height:1.5}.ugc3-upload-confirmation-footer{align-items:center;border-top:1px solid #e2e8f0;display:flex;gap:.75rem;justify-content:flex-end;padding:1.5rem}.ugc3-upload-confirmation-cancel{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .2s}.ugc3-upload-confirmation-cancel:hover{background:#f9fafb;border-color:#9ca3af}.ugc3-upload-confirmation-submit{background:linear-gradient(135deg,#f8049c,#f97316);border:none;border-radius:8px;box-shadow:0 4px 12px #f8049c4d;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.625rem 1.25rem;transition:all .2s}.ugc3-upload-confirmation-submit:hover:not(:disabled){background:linear-gradient(135deg,#e00388,#e55a00);box-shadow:0 6px 16px #f8049c66;transform:translateY(-1px)}.ugc3-upload-confirmation-submit:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.ugc3-upload-modal{margin:1rem;max-width:95vw}.ugc3-upload-preview-section{gap:1.5rem;grid-template-columns:1fr}.ugc3-upload-video-container{max-width:250px}.ugc3-upload-modal-actions{align-items:stretch;flex-direction:column}.ugc3-upload-video-navigation{justify-content:center}}.ugc3-project-feedback-overlay{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;pointer-events:auto;position:fixed;right:0;top:0;z-index:1100}.ugc3-project-feedback-modal{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a;display:flex;flex-direction:column;height:95vh;pointer-events:auto;position:relative;width:1200px;z-index:1101}.ugc3-project-feedback-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;border-radius:16px 16px 0 0;display:flex;justify-content:space-between;padding:1.5rem}.ugc3-project-feedback-title-section{display:flex;flex-direction:column;gap:.25rem}.ugc3-project-feedback-project-info{align-items:center;display:flex;gap:.75rem}.ugc3-project-feedback-project-avatar{border-radius:50%;flex-shrink:0;height:48px;overflow:hidden;position:relative;width:48px}.ugc3-project-feedback-project-avatar img{height:100%;object-fit:cover;width:100%}.ugc3-project-feedback-avatar-fallback{align-items:center;background:linear-gradient(135deg,#f8049c,#f97316);color:#fff;display:flex;font-size:1.25rem;font-weight:600;height:100%;justify-content:center;width:100%}.ugc3-project-feedback-project-details{display:flex;flex-direction:column;gap:.25rem}.ugc3-project-feedback-title{color:#0f172a;font-size:1.25rem;font-weight:600;margin:0}.ugc3-project-feedback-subtitle{color:#64748b;font-size:.875rem;font-weight:500;margin:0}.ugc3-project-feedback-close{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;height:32px;justify-content:center;transition:background-color .2s ease;width:32px}.ugc3-project-feedback-close:hover{background:#e2e8f0;color:#374151}.ugc3-project-feedback-content{display:flex;flex:1 1;overflow:hidden;padding:0;pointer-events:auto}.ugc3-project-feedback-review-section{display:flex;height:100%;width:100%}.ugc3-project-feedback-video-section{background:#fafbfc;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;flex-shrink:0;gap:1.5rem;overflow-y:auto;padding:2rem;width:450px}.ugc3-project-feedback-video-tabs-container{border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem;position:relative}.ugc3-project-feedback-video-tabs{display:flex;gap:0;position:relative;z-index:1}.ugc3-project-feedback-video-tab{align-items:center;background:#0000;border:none;border-bottom:2px solid #0000;color:#64748b;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;margin-bottom:-1px;padding:.75rem 1.25rem;position:relative;transition:all .2s ease;white-space:nowrap}.ugc3-project-feedback-video-tab:hover{background:#00000005;color:#374151}.ugc3-project-feedback-video-tab-active{border-bottom-color:#42bcff;color:#0f172a;font-weight:600}.ugc3-project-feedback-video-tab-title{position:relative;z-index:2}.ugc3-project-feedback-video-tab-indicator{animation:ugc3-project-feedback-pulse-dot 2s infinite;background:#f59e0b;border-radius:50%;flex-shrink:0;height:6px;width:6px}.ugc3-project-feedback-video-tab-needs-revision .ugc3-project-feedback-video-tab-title{position:relative}.ugc3-project-feedback-video-tabs-indicator{background:#42bcff;border-radius:2px 2px 0 0;bottom:-1px;height:2px;position:absolute;transition:left .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1);z-index:2}@keyframes ugc3-project-feedback-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.ugc3-project-feedback-video-container{aspect-ratio:9/16;background:#000;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 25px #00000026;margin:0 auto;max-width:320px;min-height:0;overflow:hidden;position:relative;width:100%}.ugc3-project-feedback-video-container.ugc3-project-feedback-video-1-1,.ugc3-project-feedback-video-container.ugc3-project-feedback-video-16-9{aspect-ratio:9/16;max-width:320px}.ugc3-project-feedback-revision-indicator{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:1px solid #16a34a;border-radius:20px;box-shadow:0 2px 4px #0000001a;color:#15803d;display:flex;font-size:.75rem;font-weight:600;gap:.5rem;padding:.5rem .75rem;position:absolute;right:12px;top:12px;z-index:10}.ugc3-project-feedback-video{aspect-ratio:9/16;display:block;height:100%;object-fit:contain;width:100%}.ugc3-project-feedback-video-overlay{align-items:center;background:#0000004d;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s ease}.ugc3-project-feedback-video-container:hover .ugc3-project-feedback-video-overlay{opacity:1}.ugc3-project-feedback-video-safe-zone{border:2px solid #ef4444;border-radius:8px;bottom:10%;box-shadow:0 0 0 1px #ef44444d;left:5%;pointer-events:none;position:absolute;right:5%;top:10%;z-index:2}.ugc3-project-feedback-video-controls-row{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-top:.75rem}.ugc3-project-feedback-safe-zone-toggle-switch{align-items:center;cursor:pointer;display:flex;gap:.75rem;-webkit-user-select:none;user-select:none}.ugc3-project-feedback-safe-zone-toggle-switch input{height:0;opacity:0;position:absolute;width:0}.ugc3-project-feedback-toggle-slider{background:#e2e8f0;border-radius:12px;box-shadow:inset 0 2px 4px #0000001a;display:inline-block;height:24px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:44px}.ugc3-project-feedback-toggle-slider:before{background:#fff;border-radius:50%;box-shadow:0 2px 4px #0003;content:"";height:20px;left:2px;position:absolute;top:2px;transition:all .3s cubic-bezier(.4,0,.2,1);width:20px}.ugc3-project-feedback-safe-zone-toggle-switch input:checked+.ugc3-project-feedback-toggle-slider{background:linear-gradient(135deg,#f8049c,#f97316);box-shadow:0 0 0 3px #f8049c1a}.ugc3-project-feedback-safe-zone-toggle-switch input:checked+.ugc3-project-feedback-toggle-slider:before{box-shadow:0 2px 6px #0000004d;transform:translateX(20px)}.ugc3-project-feedback-toggle-label{color:#475569;font-size:.875rem;font-weight:500;transition:color .2s ease}.ugc3-project-feedback-play-btn{align-items:center;background:#ffffffe6;border:none;border-radius:50%;color:#0f172a;cursor:pointer;display:flex;height:60px;justify-content:center;transition:all .2s ease;width:60px}.ugc3-project-feedback-play-btn:hover{background:#fff;transform:scale(1.1)}.ugc3-project-feedback-video-info{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:1rem;justify-content:center;padding:.75rem;width:100%}.ugc3-project-feedback-current-time{align-items:center;color:#374151;display:flex;font-size:.875rem;font-weight:500;gap:.5rem}.ugc3-project-feedback-video-duration{color:#64748b;font-size:.875rem;font-weight:500}.ugc3-project-feedback-notes-section{display:flex;flex:1 1;flex-direction:column;gap:1.5rem;max-height:100%;overflow-y:auto;padding:2rem}.ugc3-project-feedback-notes-section::-webkit-scrollbar{width:6px}.ugc3-project-feedback-notes-section::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.ugc3-project-feedback-notes-section::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.ugc3-project-feedback-notes-section::-webkit-scrollbar-thumb:hover{background:#94a3b8}.ugc3-project-feedback-section-title{color:#0f172a;font-size:1rem;font-weight:600;margin:0 0 .75rem}.ugc3-project-feedback-creator-note,.ugc3-project-feedback-timestamped-notes{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.ugc3-project-feedback-note-header{align-items:center;color:#374151;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-bottom:.75rem}.ugc3-project-feedback-note-content{color:#64748b;line-height:1.5;margin:0}.ugc3-project-feedback-timestamp-list{display:flex;flex-direction:column;gap:.75rem}.ugc3-project-feedback-timestamp-item{align-items:flex-start;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;display:flex;gap:.75rem;padding:.75rem;transition:all .2s ease}.ugc3-project-feedback-timestamp-item:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateX(2px)}.ugc3-project-feedback-timestamp-time{align-items:center;background:linear-gradient(135deg,#f8049c,#f97316);border-radius:6px;color:#fff;display:flex;flex-shrink:0;font-size:.75rem;font-weight:700;height:50px;justify-content:center;width:50px}.ugc3-project-feedback-timestamp-content{color:#64748b;flex:1 1;font-size:.875rem;line-height:1.4}.ugc3-project-feedback-submission-details{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.ugc3-project-feedback-detail-item{align-items:center;color:#64748b;display:flex;font-size:.875rem;gap:.5rem;margin-bottom:.5rem}.ugc3-project-feedback-detail-item:last-child{margin-bottom:0}.ugc3-project-feedback-detail-item strong{color:#374151}.ugc3-project-feedback-revision-history{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.ugc3-project-feedback-revision-history h4{color:#0f172a;font-size:1rem;font-weight:600;margin:0 0 1rem}.ugc3-project-feedback-revision-timeline{display:flex;flex-direction:column;gap:1rem}.ugc3-project-feedback-revision-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:1rem;padding:1rem}.ugc3-project-feedback-revision-icon{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:50%;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.ugc3-project-feedback-revision-submitted .ugc3-project-feedback-revision-icon{background:#dcfce7;border-color:#10b981;color:#10b981}.ugc3-project-feedback-revision-requested .ugc3-project-feedback-revision-icon{background:#fef3c7;border-color:#f59e0b;color:#f59e0b}.ugc3-project-feedback-revision-content{flex:1 1}.ugc3-project-feedback-revision-title{color:#0f172a;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.ugc3-project-feedback-revision-date{color:#64748b;font-size:.75rem;margin-bottom:.5rem}.ugc3-project-feedback-revision-status{border-radius:12px;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.ugc3-project-feedback-status-submitted{background:#dcfce7;color:#15803d}.ugc3-project-feedback-status-revision-requested{background:#fef3c7;color:#d97706}.ugc3-project-feedback-empty{color:#64748b;padding:2rem 1rem;text-align:center}.ugc3-project-feedback-footer{background:#f8fafc;border-radius:0 0 16px 16px;border-top:1px solid #e2e8f0;padding:1.5rem}.ugc3-project-feedback-actions{align-items:center;display:flex;gap:1rem;justify-content:flex-end}.ugc3-project-feedback-cancel-btn{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.ugc3-project-feedback-cancel-btn:hover{background:#f9fafb;border-color:#9ca3af}@media (max-width:1100px){.ugc3-project-feedback-modal{height:80vh;width:95vw}}@media (max-width:768px){.ugc3-project-feedback-modal{height:90vh;margin:1rem;width:95vw}.ugc3-project-feedback-review-section{flex-direction:column}.ugc3-project-feedback-video-section{border-bottom:1px solid #e2e8f0;border-right:none;padding:.75rem;width:100%}.ugc3-project-feedback-notes-section{max-height:50vh;padding:1rem}.ugc3-project-feedback-video-container{max-width:280px}.ugc3-project-feedback-actions{align-items:stretch;flex-direction:column}.ugc3-project-feedback-cancel-btn{justify-content:center;width:100%}}.ugc3-grace-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:10000}.ugc3-grace-modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:500px;overflow:hidden;width:100%}.ugc3-grace-modal-header{align-items:flex-start;border-bottom:1px solid #e2e8f0;display:flex;gap:1rem;padding:1.5rem}.ugc3-grace-modal-icon{align-items:center;background:linear-gradient(135deg,#f8049c,#ff6b35);border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.ugc3-grace-modal-header-text{flex:1 1}.ugc3-grace-modal-header-text h2{color:#0f172a;font-size:1.25rem;font-weight:700;margin:0 0 .25rem}.ugc3-grace-modal-header-text p{color:#64748b;font-size:.875rem;margin:0}.ugc3-grace-modal-close{align-items:center;background:none;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .2s ease}.ugc3-grace-modal-close:hover{background:#f1f5f9;color:#0f172a}.ugc3-grace-modal-body{display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto;padding:1.5rem}.ugc3-grace-info-message{background:#0000;margin-bottom:.5rem;padding:0}.ugc3-grace-info-message p{color:#64748b;font-size:.8125rem;line-height:1.5;margin:0 0 .375rem}.ugc3-grace-info-message p:last-child{margin-bottom:0}.ugc3-grace-info-note{color:#94a3b8;font-size:.75rem;font-style:italic}.ugc3-grace-form-group{display:flex;flex-direction:column;gap:.75rem}.ugc3-grace-label{color:#374151;font-size:.875rem;font-weight:600}.ugc3-grace-optional{color:#9ca3af;font-weight:400}.ugc3-grace-days-selector{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(70px,1fr))}.ugc3-grace-day-btn{background:#fff;border:2px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;font-size:.875rem;font-weight:600;padding:.75rem .5rem;transition:all .2s ease}.ugc3-grace-day-btn:hover{background:#f8fafc;border-color:#cbd5e1}.ugc3-grace-day-btn.selected{background:linear-gradient(135deg,#f8049c1a,#ff6b351a);border-color:#f8049c;color:#f8049c;font-weight:700}.ugc3-grace-approval-notice,.ugc3-grace-auto-approve-notice{align-items:flex-start;border-radius:12px;display:flex;gap:.75rem;padding:1rem}.ugc3-grace-auto-approve-notice{background:linear-gradient(135deg,#10b9811a,#0596691a);border:1px solid #10b98133}.ugc3-grace-approval-notice{background:linear-gradient(135deg,#3b82f61a,#2563eb1a);border:1px solid #3b82f633}.ugc3-grace-notice-icon{align-items:center;background:#fff;border-radius:50%;display:flex;flex-shrink:0;font-size:.875rem;height:24px;justify-content:center;margin-top:2px;width:24px}.ugc3-grace-auto-approve-notice .ugc3-grace-notice-icon{border:2px solid #10b981;color:#10b981}.ugc3-grace-approval-notice .ugc3-grace-notice-icon{border:2px solid #3b82f6;color:#3b82f6}.ugc3-grace-notice-text{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.ugc3-grace-notice-text strong{color:#0f172a;font-size:.875rem;font-weight:600}.ugc3-grace-notice-text span{color:#64748b;font-size:.8125rem}.ugc3-grace-textarea{border:1px solid #e2e8f0;border-radius:10px;color:#374151;font-family:inherit;font-size:.875rem;min-height:80px;padding:.75rem;resize:vertical;transition:all .2s ease;width:100%}.ugc3-grace-textarea:focus{border-color:#f8049c;box-shadow:0 0 0 3px #f8049c1a;outline:none}.ugc3-grace-char-count{color:#9ca3af;font-size:.75rem;text-align:right}.ugc3-grace-modal-footer{border-top:1px solid #e2e8f0;display:flex;gap:.75rem;justify-content:flex-end;padding:1.5rem}.ugc3-grace-btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.ugc3-grace-cancel-btn{background:#fff;border:1px solid #e2e8f0;color:#64748b}.ugc3-grace-cancel-btn:hover{background:#f8fafc;color:#0f172a}.ugc3-grace-submit-btn{background:linear-gradient(135deg,#f8049c,#ff6b35);box-shadow:0 4px 12px #f8049c4d;color:#fff}.ugc3-grace-submit-btn:hover{box-shadow:0 6px 16px #f8049c66;transform:translateY(-1px)}.ugc3-grace-submit-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.ugc3-cancel-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:10000}.ugc3-cancel-modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:540px;overflow:hidden;width:100%}.ugc3-cancel-modal-header{align-items:flex-start;border-bottom:1px solid #e2e8f0;display:flex;gap:1rem;padding:1.5rem}.ugc3-cancel-modal-icon{align-items:center;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.ugc3-cancel-modal-icon.warning{background:linear-gradient(135deg,#ef4444,#dc2626)}.ugc3-cancel-modal-header-text{flex:1 1}.ugc3-cancel-modal-header-text h2{color:#0f172a;font-size:1.25rem;font-weight:700;margin:0 0 .5rem}.ugc3-cancel-project-name{color:#1e293b;font-size:.875rem;font-weight:600;margin:0 0 .25rem}.ugc3-cancel-project-brand{color:#64748b;font-size:.8125rem;margin:0}.ugc3-cancel-modal-close{background:none;border:none;border-radius:8px;color:#64748b;cursor:pointer;padding:.5rem;transition:all .2s ease}.ugc3-cancel-modal-close:hover{background:#f1f5f9;color:#0f172a}.ugc3-cancel-modal-body{display:flex;flex-direction:column;gap:1.25rem;overflow-y:auto;padding:1.5rem}.ugc3-cancel-info-box{align-items:flex-start;border-radius:12px;display:flex;gap:1rem;padding:1rem}.ugc3-cancel-info-safe{background:linear-gradient(135deg,#10b98114,#05966914);border:1.5px solid #10b98133}.ugc3-cancel-info-icon{align-items:center;background:#fff;border:2px solid #10b981;border-radius:50%;color:#10b981;display:flex;flex-shrink:0;font-size:.875rem;height:24px;justify-content:center;width:24px}.ugc3-cancel-info-text{flex:1 1}.ugc3-cancel-info-text strong{color:#0f172a;display:block;font-size:.875rem;font-weight:700;margin-bottom:.25rem}.ugc3-cancel-info-text p{color:#64748b;font-size:.8125rem;line-height:1.5;margin:0}.ugc3-cancel-warning-box{align-items:flex-start;background:linear-gradient(135deg,#ef444414,#dc262614);border:1.5px solid #ef444433;border-radius:12px;display:flex;gap:1rem;padding:1rem}.ugc3-cancel-warning-icon{flex-shrink:0;font-size:1.5rem}.ugc3-cancel-warning-text strong{color:#991b1b;display:block;font-size:.875rem;font-weight:700;margin-bottom:.25rem}.ugc3-cancel-warning-text p{color:#dc2626;font-size:.8125rem;line-height:1.5;margin:0}.ugc3-cancel-status-tracker{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1rem}.ugc3-cancel-status-header{align-items:center;color:#475569;display:flex;font-size:.875rem;font-weight:600;justify-content:space-between;margin-bottom:.75rem}.ugc3-cancel-count{color:#64748b;font-size:1rem;font-weight:700}.ugc3-cancel-count.warning{color:#ef4444}.ugc3-cancel-progress-bar{background:#e2e8f0;border-radius:4px;height:8px;margin-bottom:.75rem;overflow:hidden;width:100%}.ugc3-cancel-progress-fill{background:linear-gradient(135deg,#fbbf24,#f59e0b);height:100%;transition:width .3s ease}.ugc3-cancel-progress-fill.warning{background:linear-gradient(135deg,#ef4444,#dc2626)}.ugc3-cancel-status-message{color:#64748b;font-size:.8125rem;line-height:1.5;margin:0}.ugc3-cancel-status-message.ugc3-cancel-warning-text{color:#dc2626;font-weight:600}.ugc3-cancel-status-message.ugc3-cancel-danger-text{background:#ef44441a;border-left:3px solid #ef4444;border-radius:6px;color:#991b1b;font-weight:700;padding:.5rem}.ugc3-cancel-final-warning{align-items:flex-start;background:linear-gradient(135deg,#ef44441f,#dc26261f);border:2px solid #ef44444d;border-radius:12px;display:flex;gap:1rem;margin-top:1rem;padding:1rem}.ugc3-cancel-final-warning-icon{flex-shrink:0;font-size:1.75rem;line-height:1}.ugc3-cancel-final-warning-text{flex:1 1}.ugc3-cancel-final-warning-text strong{color:#991b1b;display:block;font-size:.9375rem;font-weight:700;margin-bottom:.5rem}.ugc3-cancel-final-warning-text p{color:#dc2626;font-size:.8125rem;line-height:1.6;margin:0}.ugc3-cancel-form-group{display:flex;flex-direction:column;gap:.5rem}.ugc3-cancel-label{color:#374151;font-size:.875rem;font-weight:600}.ugc3-cancel-optional{color:#9ca3af;font-weight:400}.ugc3-cancel-textarea{border:1px solid #e2e8f0;border-radius:10px;color:#374151;font-family:inherit;font-size:.875rem;min-height:80px;padding:.75rem;resize:vertical;transition:all .2s ease;width:100%}.ugc3-cancel-textarea:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a;outline:none}.ugc3-cancel-char-count{color:#9ca3af;font-size:.75rem;text-align:right}.ugc3-cancel-impact-notice{background:#fef3c7;border:1px solid #fde68a;border-radius:10px;padding:1rem}.ugc3-cancel-impact-notice p{color:#92400e;font-size:.8125rem;font-weight:600;margin:0 0 .5rem}.ugc3-cancel-impact-notice ul{color:#92400e;font-size:.8125rem;margin:0;padding-left:1.25rem}.ugc3-cancel-impact-notice li{line-height:1.5;margin-bottom:.25rem}.ugc3-cancel-impact-notice li:last-child{margin-bottom:0}.ugc3-cancel-modal-footer{border-top:1px solid #e2e8f0;display:flex;gap:.75rem;justify-content:flex-end;padding:1.5rem}.ugc3-cancel-btn{border:none;border-radius:10px;cursor:pointer;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.ugc3-cancel-back-btn{background:#fff;border:1px solid #e2e8f0;color:#64748b}.ugc3-cancel-back-btn:hover{background:#f8fafc;color:#0f172a}.ugc3-cancel-confirm-btn{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 12px #ef44444d;color:#fff}.ugc3-cancel-confirm-btn:hover:not(:disabled){box-shadow:0 6px 16px #ef444466;transform:translateY(-1px)}.ugc3-cancel-confirm-btn:disabled{cursor:not-allowed;opacity:.5}.ugc3-confirmation-modal-overlay{align-items:center;animation:ugc3-confirmation-modal-fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}@keyframes ugc3-confirmation-modal-fadeIn{0%{opacity:0}to{opacity:1}}.ugc3-confirmation-modal-content{animation:ugc3-confirmation-modal-slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:480px;overflow:hidden;width:90%}@keyframes ugc3-confirmation-modal-slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.ugc3-confirmation-modal-header{align-items:flex-start;display:flex;justify-content:space-between;padding:1.5rem 1.5rem 0}.ugc3-confirmation-modal-icon-wrapper{align-items:center;background:#fef3c7;border-radius:12px;display:flex;height:48px;justify-content:center;width:48px}.ugc3-confirmation-modal-icon-wrapper-info{background:linear-gradient(135deg,#f8049c,#f97316);box-shadow:0 4px 12px #f8049c4d}.ugc3-confirmation-modal-icon{color:#f59e0b}.ugc3-confirmation-modal-icon-danger{color:#ef4444}.ugc3-confirmation-modal-icon-warning{color:#f59e0b}.ugc3-confirmation-modal-icon-info{color:#fff}.ugc3-confirmation-modal-icon-danger~.ugc3-confirmation-modal-icon-wrapper{background:#fee2e2}.ugc3-confirmation-modal-icon-info~.ugc3-confirmation-modal-icon-wrapper{background:#dbeafe}.ugc3-confirmation-modal-close{align-items:center;background:none;border:none;border-radius:8px;color:#9ca3af;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .2s ease}.ugc3-confirmation-modal-close:hover{background:#f3f4f6;color:#4b5563}.ugc3-confirmation-modal-body{padding:1.5rem}.ugc3-confirmation-modal-title{color:#111827;font-size:1.25rem;font-weight:700;line-height:1.3;margin:0 0 .75rem}.ugc3-confirmation-modal-message{color:#6b7280;font-size:.9375rem;line-height:1.6;margin:0}.ugc3-confirmation-modal-footer{background:#f9fafb;display:flex;gap:.75rem;justify-content:flex-end;padding:1.25rem 1.5rem}.ugc3-confirmation-modal-button{border:none;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:600;outline:none;padding:.625rem 1.25rem;transition:all .2s ease}.ugc3-confirmation-modal-button-cancel{background:#fff;border:1px solid #d1d5db;color:#374151}.ugc3-confirmation-modal-button-cancel:hover{background:#f9fafb;border-color:#9ca3af}.ugc3-confirmation-modal-button-confirm{background:#0f172a;color:#fff}.ugc3-confirmation-modal-button-confirm:hover{background:#1e293b;transform:translateY(-1px)}.ugc3-confirmation-modal-button-danger{background:#ef4444}.ugc3-confirmation-modal-button-danger:hover{background:#dc2626}.ugc3-confirmation-modal-button-warning{background:#f59e0b}.ugc3-confirmation-modal-button-warning:hover{background:#d97706}.ugc3-confirmation-modal-button-info{background:linear-gradient(135deg,#f8049c,#f97316);box-shadow:0 4px 12px #f8049c4d}.ugc3-confirmation-modal-button-info:hover{background:linear-gradient(135deg,#e00388,#ea580c);box-shadow:0 6px 16px #f8049c66;transform:translateY(-1px)}@media (max-width:640px){.ugc3-confirmation-modal-content{margin:1rem;width:95%}.ugc3-confirmation-modal-footer{flex-direction:column-reverse}.ugc3-confirmation-modal-button{width:100%}}.ugc3-completed-projects-section{background:#0000;padding:0}.ugc3-completed-projects-container{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 4px 20px #00000014;margin-bottom:2rem;padding:2rem}.ugc3-completed-projects-header{background:#0000;border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding:0 0 1.5rem}.ugc3-completed-projects-header-content{text-align:center}.ugc3-completed-projects-title{color:#0f172a;font-size:2.5rem;font-weight:800;letter-spacing:-.025em;margin:0 0 .5rem}.ugc3-completed-projects-subtitle{color:#64748b;font-size:1.125rem;font-weight:500;margin:0}.ugc3-completed-projects-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}@media (max-width:1200px){.ugc3-completed-projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ugc3-completed-projects-grid{grid-template-columns:1fr}}.ugc3-completed-project-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;cursor:pointer;overflow:hidden;padding:0;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1)}.ugc3-completed-project-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000001a,0 2px 4px #0000000f;transform:translateY(-2px)}.ugc3-completed-project-card-header{align-items:flex-start;background:linear-gradient(135deg,#16a34a,#22c55e);border-radius:16px 16px 0 0;display:flex;gap:1rem;justify-content:space-between;margin-bottom:0;padding:1.5rem}.ugc3-completed-project-brand{align-items:center;display:flex;flex:1 1;gap:.75rem;min-width:0}.ugc3-completed-project-brand-avatar,.ugc3-completed-project-brand-avatar-fallback{background:#fff3;border:2px solid #ffffff4d;border-radius:12px;flex-shrink:0;height:48px;object-fit:cover;width:48px}.ugc3-completed-project-brand-avatar-fallback{align-items:center;background:#fff3;color:#fff;display:flex;font-size:1.25rem;font-weight:700;justify-content:center}.ugc3-completed-project-brand-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem;min-width:0}.ugc3-completed-project-brand-name{color:#ffffffe6;font-size:.875rem;font-weight:500;line-height:1.2}.ugc3-completed-project-name{color:#fff;font-size:1rem;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ugc3-completed-project-status{align-items:center;background:#ffffff40;border:1px solid #ffffff4d;border-radius:8px;color:#fff;display:flex;flex-shrink:0;font-size:.8125rem;font-weight:500;gap:.375rem;padding:.375rem .75rem}.ugc3-completed-project-status svg{color:#fff;height:14px;width:14px}.ugc3-completed-project-card-content{padding:1.5rem}.ugc3-completed-project-stats{grid-gap:1rem;border-top:1px solid #f1f5f9;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-bottom:1rem;padding-top:1rem}.ugc3-completed-project-stat{align-items:center;display:flex;gap:.5rem}.ugc3-completed-project-stat-icon{color:#64748b;flex-shrink:0}.ugc3-completed-project-stat-content{display:flex;flex-direction:column;gap:.125rem;min-width:0}.ugc3-completed-project-stat-value{color:#0f172a;font-size:.9375rem;font-weight:600;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ugc3-completed-project-stat-label{color:#64748b;font-size:.75rem;line-height:1.2}.ugc3-completed-project-review-badge-top{align-items:center;align-self:flex-start;background:linear-gradient(135deg,#f8049c,#f97316);background:var(--brand-gradient,linear-gradient(135deg,#f8049c 0,#f97316 100%));border-radius:8px;color:#fff;display:inline-flex;font-size:.75rem;font-weight:500;gap:.375rem;margin-bottom:1rem;padding:.375rem .75rem;width:-webkit-fit-content;width:fit-content}.ugc3-completed-project-review-badge-top svg{color:#fff;flex-shrink:0;height:12px;width:12px}.ugc3-completed-project-review-badge{align-items:center;background:#fef3c7;border-radius:8px;color:#92400e;display:inline-flex;font-size:.8125rem;font-weight:500;gap:.375rem;margin-bottom:.75rem;padding:.375rem .75rem}.ugc3-completed-project-review-badge svg{fill:currentColor;height:14px;width:14px}.ugc3-completed-project-view-hint{border-top:1px solid #f1f5f9;color:#94a3b8;font-size:.8125rem;padding-top:.75rem;text-align:center}.ugc3-completed-projects-empty{background:#fff;border:1px solid #e2e8f0;border-radius:16px;grid-column:1/-1;padding:4rem 2rem;text-align:center}.ugc3-completed-projects-empty-icon{align-items:center;background:#f1f5f9;border-radius:50%;color:#94a3b8;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.ugc3-completed-projects-empty-title{color:#0f172a;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.ugc3-completed-projects-empty-description{color:#64748b;font-size:1rem;margin:0 auto;max-width:400px}.ugc3-completed-project-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.ugc3-completed-project-modal{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:1400px;overflow:hidden;position:relative;width:100%}.ugc3-completed-project-modal-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;border-radius:20px 20px 0 0;display:flex;justify-content:space-between;padding:1.5rem 2rem;position:-webkit-sticky;position:sticky;position:relative;top:0;z-index:10}.ugc3-completed-project-modal-header:before{background:#42bcff;background:var(--brand-gradient,var(--brand-color,#42bcff));border-radius:20px 20px 0 0;content:"";height:4px;left:0;position:absolute;right:0;top:-4px;z-index:1}.ugc3-completed-project-modal-brand{align-items:center;display:flex;flex:1 1;gap:1rem;min-width:0}.ugc3-completed-project-modal-avatar,.ugc3-completed-project-modal-avatar-fallback{border:1px solid #e2e8f0;border-radius:12px;flex-shrink:0;height:56px;object-fit:cover;width:56px}.ugc3-completed-project-modal-avatar-fallback{align-items:center;background:#f1f5f9;color:#64748b;display:flex;font-size:1.5rem;font-weight:700;justify-content:center}.ugc3-completed-project-modal-title-section{flex:1 1;min-width:0}.ugc3-completed-project-modal-title{color:#0f172a;font-size:1.5rem;font-weight:700;line-height:1.3;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ugc3-completed-project-modal-subtitle{color:#64748b;font-size:.9375rem;font-weight:500;margin:0}.ugc3-completed-project-modal-close{align-items:center;background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:.5rem;transition:all .2s ease}.ugc3-completed-project-modal-close:hover{background:#f1f5f9;color:#0f172a}.ugc3-completed-project-modal-content{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden;padding:2rem}.ugc3-completed-project-modal-layout{grid-gap:2rem;display:grid;flex:1 1;gap:2rem;grid-template-columns:.85fr 1.15fr;min-height:0;overflow:hidden}.ugc3-completed-project-modal-review-side{display:flex;flex-direction:column;min-height:0;overflow-y:auto;padding-right:1rem}.ugc3-completed-project-review-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;display:flex;flex-direction:column;padding:2rem;text-align:center}.ugc3-completed-project-review-status-badge{align-items:center;background:linear-gradient(135deg,#f8049c,#f97316);border-radius:20px;color:#fff;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem}.ugc3-completed-project-review-status-badge svg{height:14px;width:14px}.ugc3-completed-project-review-checkmark{align-items:center;animation:ugc3-completed-project-pulse 3s ease-in-out infinite;background:#dcfce7;border-radius:50%;display:flex;height:120px;justify-content:center;margin-bottom:1.5rem;width:120px}.ugc3-completed-project-review-checkmark svg{color:#16a34a;height:64px;width:64px}@keyframes ugc3-completed-project-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.95;transform:scale(1.05)}}.ugc3-completed-project-review-title{color:#0f172a;font-size:1.75rem;font-weight:700;margin:0 0 .75rem}.ugc3-completed-project-review-subtitle{color:#64748b;font-size:.9375rem;line-height:1.6;margin:0 0 2rem}.ugc3-completed-project-review-display{margin-top:1rem;width:100%}.ugc3-completed-project-review-quote-wrapper{padding:2rem 3rem;position:relative;text-align:center}.ugc3-completed-project-review-display-content{display:flex;flex-direction:column;gap:1rem;position:relative;text-align:center;z-index:1}.ugc3-completed-project-review-display-item{background:#0000;border:none;border-radius:0;margin-bottom:1.25rem;padding:0}.ugc3-completed-project-review-display-item:last-child{margin-bottom:0}.ugc3-completed-project-review-display-item strong{color:#0f172a;display:block;font-size:1rem;font-weight:700;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.ugc3-completed-project-review-display-item p{color:#0f172a;font-size:1.125rem;font-weight:600;line-height:1.7;margin:0}.ugc3-completed-project-modal-details-side{display:flex;flex-direction:column;gap:2rem;min-height:0;overflow-y:auto;padding-left:1rem}.ugc3-completed-project-metrics{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.ugc3-completed-project-metric-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;padding:1.25rem;position:relative;transition:all .2s ease}.ugc3-completed-project-metric-card:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000a}.ugc3-completed-project-metric-card-payment{background:linear-gradient(135deg,#f8049c,#f97316);border-color:#f8049c;color:#fff}.ugc3-completed-project-metric-card-payment .ugc3-completed-project-metric-header,.ugc3-completed-project-metric-card-payment .ugc3-completed-project-metric-header svg{color:#fffffff2}.ugc3-completed-project-metric-card-payment .ugc3-completed-project-metric-value{color:#fff}.ugc3-completed-project-metric-card-payment .ugc3-completed-project-metric-value.overdue{color:#fee2e2}.ugc3-completed-project-metric-card-payment .ugc3-completed-project-metric-value.due-today{color:#fef3c7}.ugc3-completed-project-metric-card-payment .ugc3-completed-project-metric-value.active{color:#d1fae5}.ugc3-completed-project-metric-card-payment .ugc3-completed-project-metric-label{color:#ffffffd9}.ugc3-completed-project-metric-card-payment:hover{border-color:#f97316;box-shadow:0 12px 30px #f8049c40;transform:translateY(-2px)}.ugc3-completed-project-metric-card-payment-status{background:linear-gradient(135deg,#10b98114,#22d3ee14);border:1px solid #10b98133}.ugc3-completed-project-metric-card-payment-status .ugc3-completed-project-metric-header,.ugc3-completed-project-metric-card-payment-status .ugc3-completed-project-metric-header svg{color:#059669}.ugc3-completed-project-metric-card-payment-status .ugc3-completed-project-metric-value{align-items:center;display:flex;gap:.25rem}.payment-status-pending{color:#f59e0b}.payment-status-processing{color:#3b82f6}.payment-status-paid{color:#10b981}.payment-status-failed{color:#dc2626}.ugc3-completed-project-metric-card-payment-status .ugc3-completed-project-metric-label{color:#64748b}.ugc3-completed-project-metric-card-payment:before{display:none}.ugc3-completed-project-metric-header{align-items:center;color:#64748b;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:.75rem}.ugc3-completed-project-metric-header svg{color:#42bcff;color:var(--brand-color,#42bcff);height:18px;width:18px}.ugc3-completed-project-metric-content{display:flex;flex-direction:column;gap:.25rem}.ugc3-completed-project-metric-value{color:#0f172a;font-size:1.25rem;font-weight:700}.ugc3-completed-project-metric-value.earnings{color:#059669;font-size:1.5rem}.ugc3-completed-project-metric-value.active{color:#059669}.ugc3-completed-project-metric-value.due-today{color:#f59e0b}.ugc3-completed-project-metric-value.expired,.ugc3-completed-project-metric-value.overdue{color:#dc2626}.ugc3-completed-project-metric-label{color:#64748b;font-size:.8125rem;font-weight:500}.ugc3-completed-project-review-section{background:#0000;border:none;border-radius:0;margin-bottom:0;margin-top:2rem;padding:0}.ugc3-completed-project-review-quote{padding:2rem 3rem;position:relative;text-align:center}.ugc3-completed-project-review-quote-end,.ugc3-completed-project-review-quote-start{color:#e2e8f0;font-family:Georgia,serif;font-size:6rem;font-weight:300;line-height:1;position:absolute}.ugc3-completed-project-review-quote-start{left:0;top:0}.ugc3-completed-project-review-quote-end{bottom:0;right:0}.ugc3-completed-project-review-quote-content{margin:0 auto;max-width:600px;position:relative;z-index:1}.ugc3-completed-project-review-quote-content p{color:#64748b;font-size:.9375rem;font-style:italic;line-height:1.7;margin:0 0 1rem}.ugc3-completed-project-review-quote-content p:last-child{margin-bottom:0}.ugc3-completed-project-review-quote-content strong{color:#475569;font-style:normal;font-weight:600}.ugc3-completed-project-review-empty{color:#94a3b8;padding:2rem 1rem;text-align:center}.ugc3-completed-project-review-empty p{font-size:.875rem;font-style:italic;margin:0}.ugc3-completed-project-breakdown-section{margin-bottom:2rem}.ugc3-completed-project-breakdown-title{color:#0f172a;font-size:1.125rem;font-weight:600;margin:0 0 1rem}.ugc3-completed-project-breakdown-content{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;gap:.75rem;padding:1.5rem}.ugc3-completed-project-breakdown-item{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:.75rem 0}.ugc3-completed-project-breakdown-item:last-of-type{border-bottom:none}.ugc3-completed-project-breakdown-item-name{align-items:center;color:#475569;display:flex;font-size:.9375rem;font-weight:500;gap:.5rem}.ugc3-completed-project-breakdown-item-name svg{color:#64748b}.ugc3-completed-project-breakdown-item-value{color:#0f172a;font-size:.9375rem;font-weight:600}.ugc3-completed-project-breakdown-total{align-items:center;border-top:2px solid #cbd5e1;display:flex;font-size:1.125rem;font-weight:700;justify-content:space-between;margin-top:.75rem;padding:1rem 0 0}.ugc3-completed-project-breakdown-total span:first-child{color:#0f172a}.ugc3-completed-project-breakdown-total span:last-child{color:#059669}.ugc3-completed-project-details-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.ugc3-completed-project-details-section h3{color:#0f172a;font-size:1.125rem;font-weight:600;margin:0 0 1.25rem}.ugc3-completed-project-details-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.ugc3-completed-project-detail-item{display:flex;flex-direction:column;gap:.5rem}.ugc3-completed-project-detail-label{color:#64748b;font-size:.8125rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.ugc3-completed-project-detail-value{color:#0f172a;font-size:.9375rem;font-weight:600}@media (max-width:1024px){.ugc3-completed-project-modal-layout{gap:1.5rem;grid-template-columns:1fr}.ugc3-completed-project-review-card{position:static}}@media (max-width:768px){.ugc3-completed-projects-section{padding:0}.ugc3-completed-projects-container{padding:1.5rem}.ugc3-completed-projects-grid{grid-template-columns:1fr}.ugc3-completed-project-modal-overlay{padding:1rem}.ugc3-completed-project-modal{max-height:95vh}.ugc3-completed-project-modal-header{padding:1.25rem 1.5rem}.ugc3-completed-project-modal-content{padding:1.5rem}.ugc3-completed-project-modal-layout{gap:1.5rem;grid-template-columns:1fr}.ugc3-completed-project-details-grid,.ugc3-completed-project-metrics{grid-template-columns:1fr}}.ugc3-projects-completed-projects .ugc3-projects-overview-card-icon,.ugc3-projects-current-projects .ugc3-projects-overview-card-icon{color:#64748b}.ugc3-projects-modal-overlay{align-items:center;animation:ugc3-projects-modal-fadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1100}@keyframes ugc3-projects-modal-fadeIn{0%{opacity:0}to{opacity:1}}.ugc3-projects-modal-content{animation:ugc3-projects-modal-slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 40px -12px #00000040;display:flex;flex-direction:column;max-height:90vh;max-width:500px;overflow:hidden;width:100%}@keyframes ugc3-projects-modal-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ugc3-projects-modal-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem 1.5rem 1rem}.ugc3-projects-modal-header h2{color:#0f172a;font-size:1.25rem;font-weight:600;margin:0}.ugc3-projects-modal-close{background:none;border:none;border-radius:6px;color:#64748b;cursor:pointer;font-size:1.5rem;line-height:1;padding:.5rem;transition:all .2s ease}.ugc3-projects-modal-close:hover{background:#f1f5f9;color:#0f172a}.ugc3-projects-modal-body{flex:1 1;overflow-y:auto;padding:1.5rem}.ugc3-projects-delivery-instructions{color:#64748b;font-size:.875rem;line-height:1.5;margin:0 0 1rem}.ugc3-projects-privacy-notice{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;margin-bottom:1.5rem;padding:.75rem}.ugc3-projects-privacy-text{color:#0369a1;font-size:.875rem;line-height:1.4;margin:0}.ugc3-projects-delivery-form{display:flex;flex-direction:column;gap:1rem}.ugc3-projects-form-group{display:flex;flex-direction:column;gap:.5rem}.ugc3-projects-form-group label{color:#374151;font-size:.875rem;font-weight:500}.ugc3-projects-form-group input,.ugc3-projects-form-group textarea{border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;padding:.75rem;transition:border-color .2s ease}.ugc3-projects-form-group input:focus,.ugc3-projects-form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.ugc3-projects-form-group textarea{min-height:80px;resize:vertical}.ugc3-projects-form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}@media (max-width:640px){.ugc3-projects-form-row{grid-template-columns:1fr}}.ugc3-projects-modal-footer{background:#fff;border-top:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:flex-end;padding:1rem 1.5rem}.ugc3-projects-close-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.ugc3-projects-close-btn:hover{background:#f9fafb;border-color:#9ca3af}.ugc3-projects-accept-btn{background:linear-gradient(135deg,#f8049c,#ff6b35,gold);border:none;border-radius:6px;box-shadow:0 4px 15px #f8049c4d;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.ugc3-projects-accept-btn:hover{background:linear-gradient(135deg,#e6038a,#e55a2b,#e6c200);box-shadow:0 6px 20px #f8049c66;transform:translateY(-1px)}@media (max-width:640px){.ugc3-projects-modal-content{margin:.5rem;max-height:95vh}.ugc3-projects-modal-footer{flex-direction:column}.ugc3-projects-accept-btn,.ugc3-projects-close-btn{width:100%}}.ugc3-projects-new-section{background:#0000;padding:0}.ugc3-projects-new-container{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 4px 20px #00000014;margin-bottom:2rem;padding:2rem}.ugc3-projects-new-header{background:#0000;border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding:0 0 1.5rem}.ugc3-projects-new-title{color:#0f172a;font-size:2.25rem;font-weight:800;letter-spacing:-.025em;margin:0 0 .5rem}.ugc3-projects-new-subtitle{color:#64748b;font-size:1.125rem;font-weight:500;margin:0}.ugc3-projects-new-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));margin:0 auto;max-width:1400px;padding:0 2rem 2rem}.ugc3-projects-new-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000001a;cursor:pointer;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .2s ease}.ugc3-projects-new-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.ugc3-projects-new-card-header{align-items:flex-start;border-bottom:1px solid #f1f5f9;display:flex;gap:1rem;justify-content:space-between;padding:1.5rem 1.5rem 1rem}.ugc3-projects-new-card-brand{align-items:center;display:flex;flex:1 1;gap:1rem}.ugc3-projects-new-brand-avatar{align-items:center;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#fff;display:flex;flex-shrink:0;font-size:1.25rem;font-weight:700;height:48px;justify-content:center;transition:all .3s ease;width:48px}.ugc3-projects-new-brand-avatar:hover{box-shadow:0 4px 12px #00000026;transform:scale(1.05)}.ugc3-projects-new-brand-avatar-img{border-radius:50%;display:block;height:100%;object-fit:cover;object-position:center;width:100%}.ugc3-projects-new-brand-info{flex:1 1;min-width:0}.ugc3-projects-new-project-name{color:#0f172a;font-size:1.125rem;font-weight:700;line-height:1.3;margin:0 0 .15rem}.ugc3-projects-new-brand-name{color:#64748b;display:block;font-size:.88rem;font-weight:600;line-height:1.3;text-transform:none}.ugc3-projects-new-card-badges{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem}.ugc3-projects-new-category-badge{background:#f1f5f9;color:#475569}.ugc3-projects-new-category-badge,.ugc3-projects-new-type-badge{border-radius:8px;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.25rem .75rem;text-transform:uppercase}.ugc3-projects-new-type-badge{background:#3b82f614;color:#374151}.ugc3-projects-new-card-content{display:flex;flex:1 1;flex-direction:column;padding:1rem 1.5rem}.ugc3-projects-new-expiry-notice{align-items:center;background:#0f172a08;border:1px solid #94a3b840;border-radius:12px;box-shadow:none;display:flex;gap:.75rem;margin-bottom:1rem;padding:.45rem .75rem}.ugc3-projects-new-expiry-icon{align-items:center;background:#0000;border-radius:999px;box-shadow:none;color:#1f2937;display:inline-flex;flex-shrink:0;font-size:.8rem;height:28px;justify-content:center;width:28px}.ugc3-projects-new-expiry-content{flex:1 1}.ugc3-projects-new-expiry-text{color:#1f2937;font-size:.76rem;font-weight:600;letter-spacing:.01em}.ugc3-projects-new-expiry-urgent{background:#f8049c0f;border:1px solid #f8049c2e;box-shadow:none}.ugc3-projects-new-expiry-urgent .ugc3-projects-new-expiry-icon{background:#0000;color:#dc2626}.ugc3-projects-new-expiry-urgent .ugc3-projects-new-expiry-text{color:#dc2626}.ugc3-projects-new-summary{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);margin-bottom:1rem}.ugc3-projects-new-additional-info{margin-bottom:1rem}.ugc3-projects-new-summary-item{background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;display:flex;flex-direction:column;justify-content:center;min-height:60px;overflow:hidden;padding:.5rem;position:relative;text-align:center}.ugc3-projects-new-summary-item:first-child{background:linear-gradient(135deg,#f8049c,#f97316);border-color:#f8049c66;box-shadow:0 10px 24px #f8049c40;color:#fff}.ugc3-projects-new-summary-item:first-child .ugc3-projects-new-summary-icon,.ugc3-projects-new-summary-item:first-child .ugc3-projects-new-summary-label,.ugc3-projects-new-summary-item:first-child .ugc3-projects-new-summary-value{color:#fff}.ugc3-projects-new-summary-item:nth-child(2){background:#42bcff;border-color:#42bcff99;box-shadow:0 10px 24px #42bcff4d;color:#fff}.ugc3-projects-new-summary-item:nth-child(2) .ugc3-projects-new-summary-icon,.ugc3-projects-new-summary-item:nth-child(2) .ugc3-projects-new-summary-label,.ugc3-projects-new-summary-item:nth-child(2) .ugc3-projects-new-summary-value{color:#fff}.ugc3-projects-new-summary-item:nth-child(3){border-color:#0f172a26;box-shadow:0 10px 24px #0f172a1f;color:#0f172a}.ugc3-projects-new-summary-item:nth-child(3) .ugc3-projects-new-summary-icon,.ugc3-projects-new-summary-item:nth-child(3) .ugc3-projects-new-summary-label{color:#0f172a}.ugc3-projects-new-summary-item:nth-child(4){background:linear-gradient(135deg,#818cf81f,#38bdf81f);border-color:#818cf859;box-shadow:0 10px 24px #38bdf82e;color:#0f172a}.ugc3-projects-new-summary-item:nth-child(4) .ugc3-projects-new-summary-icon{color:#6366f1}.ugc3-projects-new-summary-item:nth-child(4) .ugc3-projects-new-summary-label{color:#2563eb}.ugc3-projects-new-summary-icon{align-items:center;color:#64748b;display:flex;font-size:16px;justify-content:center;margin-bottom:.25rem}.ugc3-projects-platform-icon{filter:brightness(.7);height:20px;object-fit:contain;width:20px}.ugc3-projects-new-summary-content{display:flex;flex-direction:column;gap:.25rem}.ugc3-projects-new-summary-label{color:#64748b;font-size:.625rem;font-weight:600;letter-spacing:.05em;line-height:1.2;text-transform:uppercase}.ugc3-projects-new-summary-value{color:#0f172a;font-size:.875rem;font-weight:700;line-height:1.2}.ugc3-projects-new-ctas,.ugc3-projects-new-hooks{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:.75rem;padding:.5rem .75rem}.ugc3-projects-new-ctas-label,.ugc3-projects-new-hooks-label{color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.ugc3-projects-new-ctas-count,.ugc3-projects-new-hooks-count{background:#3b82f614;border-radius:6px;color:#374151;font-size:.75rem;font-weight:700;min-width:20px;padding:.25rem .5rem;text-align:center}.ugc3-projects-new-card-footer{border-top:1px solid #f1f5f9;margin-top:auto;padding:1rem 1.5rem 1.5rem}.ugc3-projects-new-view-btn{background:none;border:none;color:#64748b;cursor:inherit;font-size:.875rem;font-weight:500;padding:.5rem 0;text-align:center;text-decoration:none;transition:all .2s ease;width:100%}.ugc3-projects-new-view-btn:hover{color:#475569;text-decoration:underline}.ugc3-projects-new-empty{background:#fff;border:1px solid #e2e8f0;border-radius:20px;grid-column:1/-1;padding:4rem 2rem;text-align:center}.ugc3-projects-new-empty-icon{align-items:center;background:linear-gradient(135deg,#42bcff,#0ea5e9);border-radius:24px;box-shadow:0 12px 32px #0ea5e959;display:flex;height:88px;justify-content:center;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;width:88px}.ugc3-projects-empty-icon-img{height:56px;object-fit:contain;width:56px}.ugc3-projects-new-empty-title{color:#0f172a;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.ugc3-projects-new-empty-description{color:#64748b;font-size:1rem;margin:0 auto 1.5rem;max-width:400px}.ugc3-projects-new-empty-tips{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin:0 auto;max-width:400px;padding:1rem}.ugc3-projects-new-empty-tip{color:#475569;font-size:.875rem;line-height:1.5;margin:0}.ugc3-projects-new-empty-button{background:linear-gradient(135deg,#f8049c,#f97316);border:none;border-radius:999px;box-shadow:0 6px 18px #f8049c4d;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;margin-top:1rem;padding:.75rem 1.5rem;transition:all .2s ease}.ugc3-projects-new-empty-button:hover{background:linear-gradient(135deg,#e6038a,#e55a00);box-shadow:0 10px 24px #f8049c66;transform:translateY(-1px)}@media (max-width:768px){.ugc3-projects-new-header{padding:1.5rem 1rem 1rem}.ugc3-projects-new-title{font-size:1.875rem}.ugc3-projects-new-subtitle{font-size:1rem}.ugc3-projects-new-grid{gap:1rem;grid-template-columns:1fr;padding:1rem}.ugc3-projects-new-card-header{align-items:stretch;flex-direction:column;gap:1rem;padding:1rem}.ugc3-projects-new-card-badges{flex-direction:row;justify-content:flex-start}.ugc3-projects-new-summary{gap:.5rem;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.ugc3-projects-new-summary-item{padding:.5rem}.ugc3-projects-new-card-content{padding:.75rem 1rem}.ugc3-projects-new-card-footer{padding:.75rem 1rem 1rem}}@media (max-width:480px){.ugc3-projects-new-summary{gap:.5rem;grid-template-columns:1fr}}.ugc3-projects-overview-header{margin-bottom:3rem;text-align:center}.ugc3-projects-overview-title{color:#0f172a;font-size:2.5rem;font-weight:800;letter-spacing:-.025em;margin:0 0 1rem}.ugc3-projects-overview-subtitle{color:#64748b;font-size:1.125rem;font-weight:500;margin:0}.ugc3-projects-overview-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.ugc3-projects-overview-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;box-shadow:0 4px 20px #00000014;cursor:pointer;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.ugc3-projects-overview-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.ugc3-projects-overview-card-header{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;text-align:center}.ugc3-projects-overview-card-icon{align-items:center;border-radius:16px;display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.ugc3-projects-new-projects .ugc3-projects-overview-card-icon{background:linear-gradient(135deg,#42bcff,#0ea5e9);box-shadow:0 10px 24px #0ea5e940}.ugc3-projects-current-projects .ugc3-projects-overview-card-icon{background:linear-gradient(135deg,#f8049c,#f97316);box-shadow:0 10px 24px #f8049c40}.ugc3-projects-completed-projects .ugc3-projects-overview-card-icon{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 10px 24px #10b98140}.ugc3-projects-overview-icon{color:#fff;height:2rem;width:2rem}.ugc3-projects-overview-card-title{position:relative}.ugc3-projects-overview-card-title h3{color:#0f172a;font-size:1.5rem;font-weight:700;line-height:1.3;margin:0 0 .5rem}.ugc3-projects-overview-card-title p{color:#64748b;font-size:.95rem;line-height:1.5;margin:0}.ugc3-projects-overview-card-count{margin-bottom:2rem;position:relative;text-align:center}.ugc3-projects-overview-count-number{color:#0f172a;display:block;font-size:3rem;font-weight:800;letter-spacing:-.025em;line-height:1;margin-bottom:.5rem}.ugc3-projects-overview-count-label{color:#64748b;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.ugc3-projects-has-completed,.ugc3-projects-has-new,.ugc3-projects-has-revision{position:relative}.ugc3-projects-has-completed:after,.ugc3-projects-has-new:after,.ugc3-projects-has-revision:after{animation:ugc3-projects-pulseGlow 2s ease-in-out infinite;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50%;box-shadow:0 0 15px #ef4444cc;content:"";height:8px;left:10px;position:absolute;top:10px;width:8px;z-index:10}.ugc3-projects-current-card.ugc3-projects-card-has-completed:before,.ugc3-projects-current-card.ugc3-projects-card-has-revision:before{animation:ugc3-projects-pulseGlow 2s ease-in-out infinite;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50%;box-shadow:0 0 15px #ef4444cc;content:"";height:10px;position:absolute;right:12px;top:12px;width:10px;z-index:10}@keyframes ugc3-projects-pulseGlow{0%{box-shadow:0 0 0 0 #ef4444b3;opacity:1;transform:scale(1)}50%{box-shadow:0 0 0 10px #ef44444d;opacity:.9;transform:scale(1.1)}to{box-shadow:0 0 0 20px #ef444400;opacity:1;transform:scale(1)}}.ugc3-projects-overview-card-action{border-top:1px solid #f1f5f9;padding-top:1rem;text-align:center}.ugc3-projects-overview-action-text{align-items:center;background:linear-gradient(135deg,#42bcff,#0ea5e9);border-radius:999px;box-shadow:0 8px 20px #0ea5e940;color:#fff;display:inline-flex;font-size:.875rem;font-weight:600;gap:.4rem;letter-spacing:.05em;padding:.6rem 1.2rem;text-transform:uppercase;transition:all .3s ease}.ugc3-projects-overview-card:hover .ugc3-projects-overview-action-text{box-shadow:0 12px 28px #0ea5e959;transform:translateX(4px)}.ugc3-projects-breadcrumb{background:#0000;border-bottom:1px solid #e2e8f080;padding:1rem 2rem 1.5rem;position:relative}.ugc3-projects-breadcrumb:after{background:linear-gradient(90deg,#0000,#e2e8f0cc,#0000);bottom:0;content:"";height:1px;left:2rem;position:absolute;right:2rem}.ugc3-projects-breadcrumb-back{align-items:center;background:none;border:none;color:#3b82f6;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.5rem 0;transition:all .3s ease}.ugc3-projects-breadcrumb-back:hover{color:#1d4ed8;transform:translateX(-4px)}.ugc3-projects-section-title{align-items:center;color:#0f172a;display:flex;font-size:1.5rem;font-weight:700;gap:.75rem;margin-bottom:.5rem}.ugc3-projects-section-title:before{background:linear-gradient(135deg,#f8049c,#3b82f6);border-radius:2px;content:"";height:24px;width:4px}.ugc3-projects-section-description{color:#64748b;font-size:1rem;margin:0 0 1.5rem}.ugc3-projects-new-projects-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(420px,1fr));margin-top:2rem}.ugc3-projects-new-project-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;padding:0;position:relative;transition:all .3s ease}.ugc3-projects-new-project-card:hover{border-color:#f8049c;box-shadow:0 12px 40px #0000001f;transform:translateY(-4px)}.ugc3-projects-new-project-card:before{background:linear-gradient(90deg,#f8049c,#3b82f6);content:"";height:4px;left:0;position:absolute;right:0;top:0}.ugc3-projects-project-header{border-bottom:1px solid #f1f5f9;padding:1.5rem 1.5rem 1rem}.ugc3-projects-project-name{color:#0f172a;font-size:1.25rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.ugc3-projects-project-brand{color:#64748b;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.ugc3-projects-project-category{display:flex;gap:.5rem;margin:1rem 0;padding:0 1.5rem}.ugc3-projects-category-badge{background:linear-gradient(135deg,#f8049c,#e00388)}.ugc3-projects-category-badge,.ugc3-projects-service-badge{align-items:center;border-radius:12px;color:#fff;display:inline-flex;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.375rem .875rem;text-transform:uppercase}.ugc3-projects-service-badge{background:linear-gradient(135deg,#3b82f6,#2563eb)}.ugc3-projects-project-details{margin:1rem 0;padding:0 1.5rem}.ugc3-projects-project-info-row{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:.75rem 0}.ugc3-projects-project-info-row:last-child{border-bottom:none}.ugc3-projects-info-label{color:#475569;font-size:.875rem;font-weight:600}.ugc3-projects-info-value{color:#64748b;font-size:.875rem;font-weight:500;max-width:60%;text-align:right}.ugc3-projects-project-price{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-top:1rem;padding:1.25rem 1.5rem}.ugc3-projects-price-label{color:#475569;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.ugc3-projects-price-value{color:#059669;font-size:1.5rem;font-weight:800;letter-spacing:-.025em}.ugc3-projects-project-actions{background:#fafbfc;border-top:1px solid #f1f5f9;padding:1.5rem}.ugc3-projects-view-details-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;box-shadow:0 4px 12px #3b82f64d;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;letter-spacing:.05em;padding:.875rem 1.5rem;text-transform:uppercase;transition:all .3s ease;width:100%}.ugc3-projects-view-details-btn:hover{box-shadow:0 6px 20px #3b82f666;transform:translateY(-2px)}.ugc3-projects-current-projects-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(420px,1fr));margin-top:2rem}.ugc3-projects-current-project-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;padding:0;position:relative;transition:all .3s ease}.ugc3-projects-current-project-card:hover{border-color:#3b82f6;box-shadow:0 12px 40px #0000001f;transform:translateY(-4px)}.ugc3-projects-current-project-card:before{background:linear-gradient(90deg,#3b82f6,#10b981);content:"";height:4px;left:0;position:absolute;right:0;top:0}.ugc3-projects-completed:before{background:linear-gradient(90deg,#10b981,#059669)}.ugc3-projects-progress-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;margin:1.5rem 0;padding:1.5rem}.ugc3-projects-progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.ugc3-projects-progress-label{color:#0f172a;font-size:.875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.ugc3-projects-progress-percentage{color:#3b82f6;font-size:1.25rem;font-weight:800;letter-spacing:-.025em}.ugc3-projects-progress-bar{background:#e2e8f0;border-radius:8px;box-shadow:inset 0 2px 4px #0000001a;height:12px;margin-bottom:1.5rem;overflow:hidden;width:100%}.ugc3-projects-progress-fill{background:linear-gradient(90deg,#3b82f6,#10b981);border-radius:8px;height:100%;transition:width .5s ease}.ugc3-projects-progress-steps{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.ugc3-projects-progress-step{background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000000d;color:#64748b;cursor:pointer;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.75rem 1rem;text-align:center;text-transform:uppercase;transition:all .3s ease}.ugc3-projects-progress-step:hover:not(:disabled){border-color:#3b82f6;box-shadow:0 4px 8px #3b82f633;color:#3b82f6;transform:translateY(-1px)}.ugc3-projects-completed{background:linear-gradient(135deg,#10b981,#059669);border-color:#10b981;box-shadow:0 4px 12px #10b9814d;color:#fff}.ugc3-projects-progress-step:disabled{cursor:not-allowed;opacity:.6}.ugc3-projects-project-status{background:#fafbfc;border-top:1px solid #f1f5f9;padding:1.5rem;text-align:center}.ugc3-projects-status-badge{align-items:center;border-radius:12px;box-shadow:0 4px 12px #10b9814d;color:#fff;display:inline-flex;font-size:.875rem;font-weight:700;letter-spacing:.05em;padding:.75rem 1.5rem;text-transform:uppercase}.ugc3-projects-status-badge.ugc3-projects-completed{background:linear-gradient(135deg,#10b981,#059669)}.ugc3-projects-empty-wrapper{display:flex;justify-content:center;padding:2rem 0 3rem;width:100%}.ugc3-projects-empty-state{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 20px 60px #0f172a14;color:#64748b;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;margin:0;padding:3.5rem 3rem;text-align:center;width:100%}.ugc3-projects-empty-icon-wrapper{align-items:center;background:linear-gradient(135deg,#f8049c,#f97316);border-radius:24px;box-shadow:0 12px 32px #f8049c4d;display:flex;height:88px;justify-content:center;width:88px}.ugc3-projects-empty-icon{color:#fff;height:36px;width:36px}.ugc3-projects-empty-title{color:#0f172a;font-size:1.6rem;font-weight:700;margin:0}.ugc3-projects-empty-description{font-size:1rem;line-height:1.6;margin:0 auto;max-width:420px}.ugc3-projects-empty-button{background:linear-gradient(135deg,#f8049c,#f97316);border:none;border-radius:999px;box-shadow:0 10px 24px #f8049c59;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.9rem 1.8rem;transition:all .2s ease}.ugc3-projects-empty-button:hover{background:linear-gradient(135deg,#e6038a,#e55a00);box-shadow:0 14px 28px #f8049c73;transform:translateY(-1px)}@media (max-width:768px){.ugc3-projects-overview{padding:1rem}.ugc3-projects-current-projects-grid,.ugc3-projects-new-projects-grid,.ugc3-projects-overview-cards{grid-template-columns:1fr}.ugc3-projects-modal-content{margin:1rem;max-width:calc(100vw - 2rem)}}.ugc3-projects-completed-section{background:#0000;padding:0}.ugc3-projects-completed-container{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 4px 20px #00000014;margin-bottom:2rem;padding:2rem}.ugc3-projects-completed-header{background:#0000;border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding:0 0 1.5rem}.ugc3-projects-completed-header-content{margin:0 auto;max-width:1400px}.ugc3-projects-completed-title{color:#0f172a;font-size:2.25rem;font-weight:800;letter-spacing:-.5px;margin:0 0 .5rem}.ugc3-projects-completed-subtitle{color:#64748b;font-size:1.125rem;font-weight:500;margin:0}.ugc3-projects-completed-content{margin:0 auto;max-width:1400px}.ugc3-projects-completed-brand-section{margin-bottom:3rem}.ugc3-projects-completed-brand-section:last-child{margin-bottom:0}.ugc3-projects-completed-brand-header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem}.ugc3-projects-completed-brand-avatar{align-items:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border:2px solid #e2e8f0;border-radius:50%;display:flex;height:60px;justify-content:center;overflow:hidden;width:60px}.ugc3-projects-completed-brand-avatar-img{border-radius:50%;height:100%;object-fit:cover;width:100%}.ugc3-projects-completed-brand-avatar span{color:#64748b;font-size:1.5rem;font-weight:700}.ugc3-projects-completed-brand-info{flex:1 1}.ugc3-projects-completed-brand-name{color:#0f172a;font-size:1.5rem;font-weight:700;margin:0 0 .25rem}.ugc3-projects-completed-brand-count{color:#64748b;font-size:1rem;font-weight:500;margin:0}.ugc3-projects-completed-brand-projects{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.ugc3-projects-completed-project-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;transition:all .2s ease}.ugc3-projects-completed-project-card:hover{border-color:#cbd5e1;box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.ugc3-projects-completed-project-header{margin-bottom:1rem}.ugc3-projects-completed-project-name{color:#0f172a;font-size:1.25rem;font-weight:600;margin:0 0 .75rem}.ugc3-projects-completed-project-badges{display:flex;flex-wrap:wrap;gap:.5rem}.ugc3-projects-completed-project-category,.ugc3-projects-completed-project-type{background:#e2e8f0;border-radius:20px;color:#475569;font-size:.875rem;font-weight:500;padding:.25rem .75rem}.ugc3-projects-completed-project-details{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-bottom:1.5rem}.ugc3-projects-completed-project-detail{text-align:center}.ugc3-projects-completed-project-detail-label{color:#64748b;display:block;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.ugc3-projects-completed-project-detail-value{color:#0f172a;display:block;font-size:1.125rem;font-weight:600}.ugc3-projects-completed-project-content{border-top:1px solid #e2e8f0;padding-top:1rem}.ugc3-projects-completed-content-title{color:#0f172a;font-size:1rem;font-weight:600;margin:0 0 .75rem}.ugc3-projects-completed-content-list{display:flex;flex-direction:column;gap:.5rem}.ugc3-projects-completed-content-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:.75rem;padding:.5rem}.ugc3-projects-completed-content-icon{flex-shrink:0;font-size:1rem}.ugc3-projects-completed-content-text{color:#475569;font-size:.875rem;line-height:1.4}.ugc3-projects-completed-brand-review{border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:1rem}.ugc3-projects-completed-review-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.75rem}.ugc3-projects-completed-review-icon{font-size:1rem}.ugc3-projects-completed-review-title{color:#0f172a;font-size:1rem;font-weight:600;margin:0}.ugc3-projects-completed-review-content{display:flex;flex-direction:column;gap:.75rem}.ugc3-projects-completed-review-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem}.ugc3-projects-completed-review-item strong{color:#374151;display:block;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.ugc3-projects-completed-review-item p{color:#6b7280;font-size:.875rem;line-height:1.4;margin:0}.ugc3-projects-completed-empty{padding:4rem 2rem;text-align:center}.ugc3-projects-completed-empty-icon{margin-bottom:1.5rem}.ugc3-projects-completed-empty-icon-bg{align-items:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:50%;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto;width:80px}.ugc3-projects-completed-empty-title{color:#0f172a;font-size:1.5rem;font-weight:600;margin:0 0 .75rem}.ugc3-projects-completed-empty-description{color:#64748b;font-size:1rem;margin:0 auto;max-width:400px}.ugc3-projects-current-header{background:#0000;border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding:2rem 2rem 1.5rem}.ugc3-projects-current-header-content{margin:0 auto;max-width:1400px}.ugc3-projects-current-title{color:#0f172a;font-size:2.25rem;font-weight:800;letter-spacing:-.025em;margin:0 0 .5rem}.ugc3-projects-current-subtitle{color:#64748b;font-size:1.125rem;font-weight:500;margin:0}.ugc3-projects-current-tab{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000001a;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;gap:1rem;min-width:320px;padding:1.5rem;transition:all .2s ease}.ugc3-projects-current-tab:hover{border-color:#ec4899;box-shadow:0 4px 12px #ec489926,0 4px 16px #00000014;transform:translateY(-1px)}.ugc3-projects-current-tab-active{border-color:#cbd5e1;box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.ugc3-projects-current-tab-avatar{align-items:center;align-self:flex-start;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#fff;display:flex;flex-shrink:0;font-size:1.25rem;font-weight:700;height:48px;justify-content:center;overflow:hidden;transition:all .3s ease;width:48px}.ugc3-projects-current-tab-avatar:hover{box-shadow:0 4px 12px #00000026;transform:scale(1.05)}.ugc3-projects-current-tab-avatar img{height:100%;object-fit:cover;width:100%}.ugc3-projects-current-tab-content{display:flex;flex-direction:column;gap:.25rem}.ugc3-projects-current-tab-name{color:#0f172a;font-size:1.125rem;font-weight:700;line-height:1.2;margin:0}.ugc3-projects-current-tab-brand{color:#64748b;font-size:.875rem;font-weight:500}.ugc3-projects-current-tab-meta{align-items:center;display:flex;justify-content:space-between;margin-top:.5rem}.ugc3-projects-current-tab-price{color:#0f172a;font-size:1.25rem;font-weight:700}.ugc3-projects-current-tab-videos{color:#64748b;font-size:.875rem;font-weight:500}.ugc3-projects-current-tab-countdown{display:flex;flex-direction:column;gap:.5rem}.ugc3-projects-current-tab-countdown-timer{align-items:center;display:flex;justify-content:center}.ugc3-projects-current-tab-countdown-label{color:#64748b;font-size:.75rem;font-weight:600;text-align:center}.ugc3-projects-current-tab-due{align-items:center;display:flex;justify-content:flex-end}.ugc3-projects-due-countdown{background:linear-gradient(135deg,#f8049c,#f97316);box-shadow:0 2px 8px #f8049c4d}.ugc3-projects-due-countdown,.ugc3-projects-due-urgent{border-radius:12px;color:#fff;font-size:.875rem;font-weight:700;min-width:80px;padding:.5rem 1rem;text-align:center}.ugc3-projects-due-urgent{animation:ugc3-pulse 2s infinite;background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 2px 8px #f59e0b4d}.ugc3-projects-due-overdue{animation:ugc3-pulse 1s infinite;background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 2px 8px #ef44444d;font-weight:700;min-width:80px}.ugc3-projects-due-awaiting,.ugc3-projects-due-overdue{border-radius:12px;color:#fff;font-size:.875rem;padding:.5rem 1rem;text-align:center}.ugc3-projects-due-awaiting{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 2px 8px #f59e0b4d;font-weight:600;min-width:120px}.ugc3-projects-due-submitted{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 2px 8px #10b9814d;min-width:100px}.ugc3-projects-due-revision-request,.ugc3-projects-due-submitted{border-radius:12px;color:#fff;font-size:.875rem;font-weight:700;padding:.5rem 1rem;text-align:center}.ugc3-projects-due-revision-request{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 2px 8px #f59e0b4d;min-width:120px}.ugc3-projects-view-feedback-btn{background:linear-gradient(135deg,#42bcff,#0ea5e9);border:none;border-radius:12px;box-shadow:0 2px 8px #42bcff4d;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;min-width:120px;padding:.5rem 1rem;text-align:center;transition:all .2s ease}.ugc3-projects-view-feedback-btn:hover{background:linear-gradient(135deg,#0ea5e9,#0284c7);box-shadow:0 4px 12px #42bcff66;transform:translateY(-1px)}.ugc3-projects-view-feedback-btn:active{box-shadow:0 2px 6px #42bcff4d;transform:translateY(0)}@keyframes ugc3-pulse{0%,to{box-shadow:0 2px 8px #ef44444d;transform:scale(1)}50%{box-shadow:0 4px 16px #ef444466;transform:scale(1.05)}}.ugc3-projects-current-detail{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 12px #0000001a;margin:0 auto;max-width:1400px;padding:2rem;pointer-events:auto;position:relative;z-index:0}.ugc3-projects-current-detail-header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.ugc3-projects-current-detail-close{align-items:center;background:#f1f5f9;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;transition:all .2s ease;width:36px}.ugc3-projects-current-detail-close:hover{background:#e2e8f0;color:#0f172a}.ugc3-projects-current-detail-important-actions{align-items:center;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;display:flex;gap:1rem;margin-bottom:2rem;padding:1.5rem}.ugc3-projects-current-detail-chat-btn{align-items:center;background:#0000;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1rem;transition:all .2s ease}.ugc3-projects-current-detail-chat-btn:hover{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 2px 4px #0000001a;color:#475569;transform:translateY(-1px)}.ugc3-projects-current-detail-btn{align-items:center;background:linear-gradient(135deg,#f8049c,#f97316);border:none;border-radius:10px;box-shadow:0 2px 8px #f8049c40;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.875rem 1.5rem;transition:all .2s ease}.ugc3-projects-current-detail-btn:hover{background:linear-gradient(135deg,#f8049c,#f97316);box-shadow:0 4px 14px #f8049c4d;transform:translateY(-1px)}.ugc3-projects-current-detail-brand{align-items:center;display:flex;gap:1rem}.ugc3-projects-current-detail-avatar{align-items:center;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:64px;justify-content:center;overflow:hidden;width:64px}.ugc3-projects-current-detail-avatar img{border-radius:50%;display:block;height:100%;object-fit:cover;object-position:center;width:100%}.ugc3-projects-current-detail-name{color:#0f172a;font-size:1.5rem;font-weight:800;margin:0 0 .25rem}.ugc3-projects-current-detail-brand-name{color:#64748b;font-size:1rem;font-weight:500}.ugc3-projects-current-detail-content{display:flex;flex-direction:column;gap:2rem}.ugc3-projects-current-detail-overview{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.ugc3-projects-current-detail-card{align-items:center;background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;display:flex;gap:1rem;padding:1.25rem;transition:all .2s ease}.ugc3-projects-current-detail-card:hover{border-color:#e2e8f0;box-shadow:0 2px 8px #0000000d}.ugc3-projects-current-detail-card-icon{align-items:center;background:#42bcff29;border-radius:10px;color:#42bcff;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.ugc3-projects-current-detail-card-content{display:flex;flex-direction:column;gap:.25rem}.ugc3-projects-current-detail-card-label{color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.ugc3-projects-current-detail-card-value{color:#0f172a;font-size:1rem;font-weight:700}.ugc3-projects-current-detail-progress{background:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;padding:1.5rem}.ugc3-projects-current-detail-progress-title{color:#0f172a;font-size:1.125rem;font-weight:700;margin:0 0 1rem}.ugc3-projects-current-detail-countdown{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:1.5rem;margin-bottom:1.5rem;padding:1.5rem}.ugc3-projects-current-detail-countdown-timer{align-items:center;display:flex;justify-content:center;min-width:120px}.ugc3-projects-current-detail-countdown-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.ugc3-projects-current-detail-countdown-label{color:#0f172a;font-size:1rem;font-weight:700}.ugc3-projects-current-detail-countdown-subtitle{color:#64748b;font-size:.875rem;font-weight:500}.ugc3-projects-current-detail-steps{display:flex;flex-direction:column;gap:.75rem}.ugc3-projects-current-detail-step{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;gap:.75rem;padding:1rem;text-align:left;transition:all .2s ease;width:100%}.ugc3-projects-current-detail-step:hover:not(:disabled){border-color:#cbd5e1;box-shadow:0 2px 8px #0000000d}.ugc3-projects-current-detail-step:disabled{cursor:not-allowed;opacity:.6}.ugc3-projects-current-detail-step-disabled{background:#f8fafc;cursor:not-allowed;opacity:.4}.ugc3-projects-current-detail-step-disabled:hover{border-color:#e2e8f0;box-shadow:none;transform:none}.ugc3-projects-current-detail-step-completed{background:#10b9810d;border-color:#10b98133}.ugc3-projects-current-detail-step-submitted{background:#10b9811a;border-color:#10b9814d}.ugc3-projects-current-detail-step-submitted .ugc3-projects-current-detail-step-icon{color:#10b981}.ugc3-projects-current-detail-step-submitted span{color:#10b981;font-weight:600}.ugc3-projects-current-detail-progress-reminder{align-items:flex-start;background:#fef3c7;border:1px solid #facc15;border-radius:12px;box-shadow:0 6px 16px #facc1526;display:flex;gap:.75rem;margin-top:1.25rem;padding:1rem 1.25rem}.ugc3-projects-current-detail-progress-reminder-icon{align-items:center;background:#fde68a;border-radius:50%;color:#92400e;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.ugc3-projects-current-detail-progress-reminder-content{display:flex;flex-direction:column;gap:.35rem}.ugc3-projects-current-detail-progress-reminder-title{color:#92400e;font-size:.8125rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.ugc3-projects-current-detail-progress-reminder p{color:#78350f;font-size:.875rem;font-weight:500;line-height:1.5;margin:0}.ugc3-projects-current-detail-step-icon{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:center;width:24px}.ugc3-projects-current-detail-step-circle{background:#fff;border:2px solid #cbd5e1;border-radius:50%;height:16px;width:16px}.ugc3-projects-current-detail-step span{color:#374151;font-size:.875rem;font-weight:600}.ugc3-projects-current-detail-step-completed span{color:#059669}.ugc3-projects-current-detail-product-received{background:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;margin-top:2rem;padding:1.5rem}.ugc3-projects-current-detail-product-received-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.ugc3-projects-current-detail-product-received-title{color:#0f172a;font-size:1.125rem;font-weight:700;margin:0}.ugc3-projects-current-detail-product-received-status{width:100%}.ugc3-projects-current-detail-product-received-confirmed{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;color:#166534;display:flex;gap:.75rem;padding:1rem}.ugc3-projects-current-detail-product-received-confirmed svg{color:#22c55e}.ugc3-projects-current-detail-product-received-date{color:#6b7280;font-size:.875rem;margin-left:auto}.ugc3-projects-current-detail-product-received-pending{align-items:center;background:#fef3c7;border:1px solid #fde68a;border-radius:12px;display:flex;gap:1rem;padding:1rem}.ugc3-projects-current-detail-product-received-icon{color:#d97706}.ugc3-projects-current-detail-product-received-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.ugc3-projects-current-detail-product-received-label{color:#92400e;font-weight:600}.ugc3-projects-current-detail-product-received-description{color:#a16207;font-size:.875rem}.ugc3-projects-current-detail-product-received-btn{align-items:center;background:linear-gradient(135deg,#ff6b6b,#ff8e53);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1rem;transition:all .2s ease}.ugc3-projects-current-detail-product-received-btn:hover{background:linear-gradient(135deg,#ff5252,#ff7043);box-shadow:0 4px 12px #ff6b6b4d;transform:translateY(-1px)}.ugc3-projects-tracking{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.ugc3-projects-tracking-row{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.ugc3-projects-tracking-label{color:#475569;font-size:.8rem;font-weight:600}.ugc3-projects-tracking-code{background:#f8fafc;color:#0f172a;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.ugc3-projects-tracking-code,.ugc3-projects-tracking-company{border:1px solid #e2e8f0;border-radius:6px;font-size:.8rem;padding:.25rem .5rem}.ugc3-projects-tracking-company{background:#f1f5f9;color:#334155}.ugc3-projects-current-detail-submission{background:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;padding:1.5rem}.ugc3-projects-current-detail-submission-title{color:#0f172a;font-size:1.125rem;font-weight:700;margin:0 0 1.5rem}.ugc3-projects-current-detail-submission-tabs{display:flex;flex-direction:column;gap:.5rem}.ugc3-projects-current-detail-submission-tab{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 8px #0000000a;overflow:hidden;transition:all .3s ease}.ugc3-projects-current-detail-submission-tab:hover{border-color:#cbd5e1;box-shadow:0 4px 20px #00000014;transform:translateY(-1px)}.ugc3-projects-current-detail-submission-tab-header{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;cursor:pointer;display:flex;justify-content:space-between;padding:1.25rem 1.5rem;position:relative;transition:all .3s ease}.ugc3-projects-current-detail-submission-tab-header:before{background:linear-gradient(135deg,#f8049c08,#f9731608);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.ugc3-projects-current-detail-submission-tab-header:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.ugc3-projects-current-detail-submission-tab-header:hover:before{opacity:1}.ugc3-projects-current-detail-submission-tab-info{display:flex;flex-direction:column;gap:.375rem;position:relative;z-index:1}.ugc3-projects-current-detail-submission-tab-title{color:#0f172a;font-size:1.125rem;font-weight:700;letter-spacing:-.025em;margin:0}.ugc3-projects-current-detail-submission-tab-script{color:#64748b;font-size:.875rem;font-weight:500;line-height:1.4}.ugc3-projects-current-detail-submission-tab-meta{align-items:center;display:flex;gap:.75rem;position:relative;z-index:1}.ugc3-projects-current-detail-submission-tab-icon{align-items:center;background:#64748b1a;border-radius:6px;color:#64748b;display:flex;height:24px;justify-content:center;transition:all .3s ease;width:24px}.ugc3-projects-current-detail-submission-tab-header:hover .ugc3-projects-current-detail-submission-tab-icon{background:#f8049c1a;color:#f8049c;transform:rotate(90deg)}.ugc3-projects-current-detail-submission-tab-content{padding:1.5rem}.ugc3-projects-current-detail-submission-status-badge{background:#3b82f614;border-radius:8px;color:#374151;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.25rem .75rem;text-transform:uppercase}.ugc3-projects-current-detail-video-list{display:flex;flex-direction:column;gap:1rem}.ugc3-projects-current-detail-video-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 8px #0000000a;display:flex;justify-content:space-between;padding:1.5rem;transition:all .3s ease}.ugc3-projects-current-detail-video-card:hover{border-color:#cbd5e1;box-shadow:0 4px 20px #00000014;transform:translateY(-1px)}.ugc3-projects-current-detail-video-content{display:flex;flex:1 1;flex-direction:column;gap:.75rem}.ugc3-projects-current-detail-video-header{align-items:center;display:flex;gap:.75rem}.ugc3-projects-current-detail-video-icon{align-items:center;background:#f1f5f9;border-radius:8px;color:#64748b;display:flex;height:32px;justify-content:center;width:32px}.ugc3-projects-current-detail-video-title{color:#0f172a;font-size:1.125rem;font-weight:700;letter-spacing:-.025em;margin:0}.ugc3-projects-current-detail-video-description{color:#64748b;font-size:.875rem;line-height:1.4;margin:0}.ugc3-projects-current-detail-video-specs{display:flex;gap:.5rem}.ugc3-projects-current-detail-spec-tag{background:#f1f5f9;border-radius:6px;color:#64748b;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.ugc3-projects-current-detail-scripts-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:2rem;padding:1.5rem}.ugc3-projects-current-detail-scripts-title{color:#0f172a;font-size:1.125rem;font-weight:700;margin:0 0 1.25rem}.ugc3-projects-current-detail-scripts-list{display:flex;flex-direction:column;gap:.75rem}.ugc3-projects-current-detail-script-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;gap:0;padding:1rem 1.25rem;transition:all .2s ease}.ugc3-projects-current-detail-script-item>div:first-child{align-items:center;display:flex;justify-content:space-between;margin-bottom:0;width:100%}.ugc3-projects-current-detail-script-item:hover{background:#f1f5f9;border-color:#cbd5e1}.ugc3-projects-current-detail-script-info{align-items:center;display:flex;flex:1 1;gap:.75rem;width:100%}.ugc3-projects-current-detail-script-icon{align-items:center;color:#f8049c;display:flex;flex-shrink:0;justify-content:center}.ugc3-projects-current-detail-script-name-wrapper{align-items:center;display:flex;flex:1 1;gap:.5rem;min-width:0}.ugc3-projects-current-detail-script-name{color:#0f172a;flex:1 1;font-size:1rem;font-weight:600;min-width:0}.ugc3-projects-current-detail-script-additions-badge{background:linear-gradient(135deg,#f8049c,#f97316);border-radius:6px;color:#fff;flex-shrink:0;font-size:.75rem;font-weight:600;margin-left:.5rem;padding:.25rem .6rem;white-space:nowrap}.ugc3-projects-current-detail-script-view-btn{background:#42bcff;border:none;border-radius:8px;box-shadow:0 2px 8px #42bcff47;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem 1.25rem;transition:all .2s ease;white-space:nowrap}.ugc3-projects-current-detail-script-view-btn:hover{background:#129fe8;box-shadow:0 4px 12px #42bcff61;transform:translateY(-1px)}.ugc3-projects-current-detail-script-actions{align-items:center;display:flex;gap:.75rem}.ugc3-projects-current-detail-script-meta{align-items:center;display:flex;gap:.5rem}.ugc3-projects-current-detail-script-meta-pill{align-items:center;background:#94a3b829;border-radius:999px;color:#475569;display:flex;font-size:.75rem;font-weight:600;gap:.35rem;padding:.25rem .6rem}.ugc3-projects-current-detail-script-meta-pill svg{color:#1e293b;height:14px;width:14px}.ugc3-projects-current-detail-script-additions{margin-top:.75rem;overflow:hidden;position:relative}.ugc3-projects-current-detail-script-additions-toggle{align-items:center;background:#0000;border:none;border-radius:0;color:#64748b;cursor:pointer;display:flex;font-size:.8125rem;font-weight:500;gap:.5rem;justify-content:flex-start;padding:.5rem 0;transition:all .2s ease;width:100%}.ugc3-projects-current-detail-script-additions-toggle:hover{color:#475569}.ugc3-projects-current-detail-script-additions-toggle svg{color:#94a3b8;flex-shrink:0;height:14px;transition:transform .2s ease,color .2s ease;width:14px}.ugc3-projects-current-detail-script-additions-toggle:hover svg{color:#64748b}.ugc3-projects-current-detail-script-additions-content{animation:ugc3-projects-current-detail-script-slideDown .2s ease;border-top:1px solid #e2e8f099;margin-top:.5rem;padding:.75rem 0 0}@keyframes ugc3-projects-current-detail-script-slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ugc3-projects-current-detail-script-additions-section{margin-top:1rem}.ugc3-projects-current-detail-script-additions-section:first-child{margin-top:0}.ugc3-projects-current-detail-script-additions-section-title{color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:0;margin:0 0 .5rem;text-transform:none}.ugc3-projects-current-detail-script-additions-list{display:flex;flex-direction:column;gap:.5rem}.ugc3-projects-current-detail-script-addition-item{background:#f8fafc99;border:1px solid #e2e8f080;border-radius:6px;display:flex;flex-direction:column;gap:.25rem;padding:.625rem .75rem;transition:all .15s ease}.ugc3-projects-current-detail-script-addition-item:hover{background:#f1f5f9cc;border-color:#cbd5e1b3}.ugc3-projects-current-detail-script-addition-label{color:#94a3b8;font-size:.6875rem;font-weight:600;letter-spacing:0;text-transform:none}.ugc3-projects-current-detail-script-addition-text{color:#334155;font-size:.8125rem;font-weight:500;line-height:1.4}.ugc3-projects-no-projects{align-items:center;background:#fff;border:1px solid #94a3b82e;border-radius:24px;box-shadow:0 16px 36px #0f172a14;display:flex;flex-direction:column;gap:1.25rem;grid-column:1/-1;margin:0 auto;max-width:1200px;padding:4.5rem 2.5rem;text-align:center;width:calc(100% - 4rem)}.ugc3-projects-no-projects-icon{align-items:center;background:linear-gradient(135deg,#f8049c,#f97316);border-radius:24px;box-shadow:0 16px 40px #f8049c47;color:#fff;display:flex;font-size:2.5rem;height:88px;justify-content:center;width:88px}.ugc3-projects-no-projects-icon .ugc3-projects-empty-icon-img{height:56px;object-fit:contain;width:56px}.ugc3-projects-no-projects h3{color:#0f172a;font-size:1.5rem;font-weight:700;margin:0}.ugc3-projects-no-projects p{color:#475569;font-size:1rem;margin:0;max-width:420px}.ugc3-projects-no-projects-button{background:linear-gradient(135deg,#f8049c,#f97316);border:none;border-radius:999px;box-shadow:0 12px 28px #f8049c47;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;margin-top:1.75rem;padding:.75rem 1.75rem;transition:all .2s ease}.ugc3-projects-no-projects-button:hover{box-shadow:0 16px 32px #f8049c66;transform:translateY(-1px)}.ugc3-tooltip{position:relative}.ugc3-tooltip:after{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172af2;border:1px solid #94a3b82e;border-radius:14px;bottom:calc(100% + .85rem);box-shadow:0 18px 36px #0f172a47;color:#e2e8f0;content:attr(data-tooltip);font-size:.75rem;font-weight:500;line-height:1.45;max-width:280px;min-width:220px;padding:.85rem 1rem;text-align:left;transform:translateX(-50%) scale(.95);transform-origin:bottom center;white-space:normal;z-index:10}.ugc3-tooltip:after,.ugc3-tooltip:before{left:50%;opacity:0;pointer-events:none;position:absolute;transition:opacity .2s ease,transform .2s ease}.ugc3-tooltip:before{border-color:#0f172af2 #0000 #0000;border-style:solid;border-width:8px 7px 0;bottom:calc(100% + .4rem);content:"";transform:translateX(-50%) scale(.95);z-index:9}.ugc3-tooltip:focus-visible:after,.ugc3-tooltip:focus-visible:before,.ugc3-tooltip:hover:after,.ugc3-tooltip:hover:before{opacity:1;transform:translateX(-50%) scale(1)}.ugc3-projects-current-detail-upload-btn{align-items:center;background:linear-gradient(135deg,#f8049c,#f97316);border:none;border-radius:10px;box-shadow:0 4px 12px #f8049c4d;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease;white-space:nowrap}.ugc3-projects-current-detail-upload-btn:hover{background:linear-gradient(135deg,#e6038a,#e8620e);box-shadow:0 6px 20px #f8049c66;transform:translateY(-2px)}.ugc3-projects-current-detail-extension{align-items:center;border-top:1px solid #f1f5f9;display:flex;gap:1rem;justify-content:space-between;margin-top:2rem;padding-top:1.5rem}.ugc3-projects-extension-request-link{align-items:center;background:#0000;border:none;border-radius:6px;color:#42bcff;cursor:pointer;display:flex;font-size:.8125rem;font-weight:500;gap:.375rem;padding:.5rem .75rem;transition:all .2s ease}.ugc3-projects-extension-request-link:hover{background:#eff6ff;color:#0ea5e9}.ugc3-projects-cancel-project-link{background:#0000;border:none;border-radius:6px;color:#ef4444;cursor:pointer;font-size:.8125rem;font-weight:500;padding:.5rem .75rem;transition:all .2s ease}.ugc3-projects-cancel-project-link:hover{background:#fef2f2;color:#dc2626}.ugc3-projects-current-detail-extension-status{border-top:1px solid #f1f5f9;margin-top:2rem;padding-top:1.5rem;text-align:center}.ugc3-projects-extension-status{align-items:center;border-radius:8px;display:inline-flex;font-size:.8125rem;font-weight:500;gap:.5rem;padding:.625rem 1rem}.ugc3-projects-extension-pending{background:#fef3c7;border:1px solid #fde68a;color:#92400e}.ugc3-projects-extension-approved{background:#d1fae5;border:1px solid #a7f3d0;color:#065f46}.ugc3-projects-extension-denied{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.ugc3-projects-current-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 20px #00000014;cursor:pointer;flex-shrink:0;overflow:hidden;padding:0;pointer-events:auto;position:relative;scroll-snap-align:start;transition:all .3s ease;width:400px;z-index:1}.ugc3-projects-current-card:hover{border-color:#f8049c;box-shadow:0 12px 40px #f8049c33;transform:translateY(-8px)}.ugc3-projects-current-card-active{border-color:#f8049c;box-shadow:0 8px 30px #f8049c40;pointer-events:auto;transform:translateY(-4px);z-index:1}.ugc3-projects-current-card-status-awaiting{border-color:#f9731659}.ugc3-projects-current-card-status-sent{border-color:#16a34a73;box-shadow:0 10px 32px #16a34a2e}.ugc3-projects-current-card-status-received{border-color:#22c55e73;box-shadow:0 10px 32px #22c55e2e}.ugc3-projects-current-card-status-filming{border-color:#f59e0b;box-shadow:0 10px 28px #f59e0b38}.ugc3-projects-current-card-status-editing{border-color:#42bcff;box-shadow:0 10px 32px #42bcff38}.ugc3-projects-current-card-status-submitted{border-color:#0f9d72;box-shadow:0 10px 32px #10b98138}.ugc3-projects-current-card-status-inprogress{border-color:#64748b;box-shadow:0 8px 26px #64748b33}.ugc3-projects-current-card-shipping-highlight{animation:ugc3-projects-shipping-pulse 2.4s ease-in-out 2}@keyframes ugc3-projects-shipping-pulse{0%{box-shadow:0 0 0 0 #2563eb59}70%{box-shadow:0 0 0 12px #2563eb00}to{box-shadow:0 0 0 0 #2563eb00}}.ugc3-projects-current-card-cover{background:linear-gradient(135deg,#f8049c,#fbbf24);height:120px;overflow:visible;padding:.75rem;position:relative}.ugc3-projects-current-card-cover-gradient{background:linear-gradient(135deg,#f8049ccc,#fbbf24e6);border-radius:20px 20px 0 0;bottom:0;left:0;position:absolute;right:0;top:0}.ugc3-projects-current-card-status{max-width:calc(100% - 1.5rem);position:absolute;right:.75rem;top:.75rem;z-index:5}.ugc3-projects-current-card-status-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:12px;color:#1e40af;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.05em;max-width:100%;overflow:hidden;padding:.375rem .75rem;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.ugc3-projects-current-card-avatar-container{display:flex;justify-content:center;margin-top:-40px;position:relative;z-index:10}.ugc3-projects-current-card-avatar{align-items:center;border:4px solid #fff;border-radius:50%;box-shadow:0 4px 20px #00000026;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:80px;justify-content:center;overflow:hidden;transition:all .3s ease;width:80px}.ugc3-projects-current-card:hover .ugc3-projects-current-card-avatar{box-shadow:0 6px 25px #0003;transform:scale(1.05)}.ugc3-projects-current-card-avatar img{border-radius:50%;display:block;height:100%;object-fit:cover;object-position:center;width:100%}.ugc3-projects-current-card-content{padding:1.5rem 1.5rem 1rem;text-align:center}.ugc3-projects-current-card-name{color:#0f172a;font-size:1.25rem;font-weight:700;line-height:1.3;margin:0 0 .5rem}.ugc3-projects-current-card-brand{color:#64748b;display:block;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.ugc3-projects-current-card-meta{display:flex;gap:1.5rem;justify-content:center;margin-bottom:1rem}.ugc3-projects-current-card-status-badge-awaiting{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fbbf24;color:#78350f}.ugc3-projects-current-card-status-badge-sent{background:#16a34a;color:#fff}.ugc3-projects-current-card-status-badge-received{-webkit-backdrop-filter:none;backdrop-filter:none;background:#16a34a;color:#f0fdf4}.ugc3-projects-current-card-status-badge-filming{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fbbf24;color:#78350f}.ugc3-projects-current-card-status-badge-editing{-webkit-backdrop-filter:none;backdrop-filter:none;background:#42bcff;color:#f0f9ff}.ugc3-projects-current-card-status-badge-submitted{-webkit-backdrop-filter:none;backdrop-filter:none;background:#10b981;color:#ecfdf5}.ugc3-projects-current-card-status-badge-revision{-webkit-backdrop-filter:none;backdrop-filter:none;background:#f59e0b;color:#fff}.ugc3-projects-current-card-status-badge-inprogress{-webkit-backdrop-filter:none;backdrop-filter:none;background:#94a3b8;color:#f8fafc}.ugc3-projects-current-card-status-subtext{display:block;font-size:.65rem;letter-spacing:0;margin-top:.15rem;opacity:.75;text-transform:none}.ugc3-projects-current-card-progress-pill{background:#94a3b840;border-radius:999px;height:8px;margin:.85rem auto 0;position:relative;width:85%}.ugc3-projects-current-card-progress-pill-fill{background:linear-gradient(135deg,#f8049c,#fbbf24);border-radius:inherit;bottom:0;left:0;position:absolute;top:0}.ugc3-projects-current-card-progress-pill-text{color:#475569;display:block;font-size:.75rem;font-weight:600;margin-top:.45rem;text-align:center}.ugc3-projects-current-card-shipping-inline{color:#1e293b;display:flex;flex-direction:column;font-size:.8rem;gap:.2rem;margin-top:.75rem}.ugc3-projects-current-card-meta-item{align-items:center;color:#64748b;display:flex;font-size:.875rem;font-weight:500;gap:.5rem}.ugc3-projects-current-card-meta-item svg{color:#3b82f6}.ugc3-projects-current-card-actions{align-items:center;display:flex;justify-content:center;margin-bottom:.5rem;margin-top:1rem;min-height:48px}.ugc3-projects-current-card-actions-placeholder{height:1px;width:100%}.ugc3-projects-current-card-countdown{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-top:1px solid #e2e8f0;padding:1rem 1.5rem 1.5rem;text-align:center}.ugc3-projects-current-card-countdown-timer{color:#1e40af;font-size:1.5rem;font-weight:800;letter-spacing:-.025em;margin-bottom:.25rem}.ugc3-projects-current-card-countdown-label{color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.ugc3-projects-current-cards-container{overflow:hidden;position:relative;width:100%}.ugc3-projects-current-cards{-ms-overflow-style:none;display:flex;flex-wrap:nowrap;gap:1.5rem;margin:0;overflow-x:auto;padding:2rem 3rem;scroll-behavior:smooth;scrollbar-width:none;width:100%}.ugc3-projects-current-cards--empty{align-items:center;background:#0000;justify-content:center;max-width:none;overflow:visible;padding:3rem 0;width:100%}.ugc3-projects-current-cards::-webkit-scrollbar{display:none}.ugc3-projects-scroll-btn{align-items:center;background:#38b6ff;border:none;border-radius:50%;box-shadow:0 2px 8px #38b6ff4d;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease;width:40px;z-index:20}.ugc3-projects-scroll-btn:hover{background:#1e90ff;box-shadow:0 4px 12px #38b6ff66;transform:translateY(-50%) scale(1.05)}.ugc3-projects-scroll-left{left:16px}.ugc3-projects-scroll-right{right:16px}@media (max-width:768px){.ugc3-projects-current-cards{gap:1rem;padding:.5rem 0 1.5rem}.ugc3-projects-current-card{width:320px}.ugc3-projects-current-card-meta{flex-direction:column;gap:.75rem}.ugc3-projects-current-cards-container:after,.ugc3-projects-current-cards-container:before{width:1rem}}.ugc3-projects-grace-request-btn{align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-top:1rem;padding:.75rem 1rem;transition:all .2s ease}.ugc3-projects-grace-request-btn:hover{background:#f8049c0d;border-color:#f8049c;color:#f8049c}.ugc3-projects-grace-approved,.ugc3-projects-grace-denied,.ugc3-projects-grace-pending{align-items:center;border-radius:10px;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-top:1rem;padding:.75rem 1rem}.ugc3-projects-grace-pending{background:linear-gradient(135deg,#3b82f61a,#2563eb1a);border:1px solid #3b82f633;color:#3b82f6}.ugc3-projects-grace-approved{background:linear-gradient(135deg,#10b9811a,#0596691a);border:1px solid #10b98133;color:#10b981}.ugc3-projects-grace-denied{background:linear-gradient(135deg,#ef44441a,#dc26261a);border:1px solid #ef444433;color:#ef4444}.ugc3-projects-current-detail-submission-submitted{background:#f8fafccc;border:1px solid #e2e8f080;opacity:.6}.ugc3-projects-current-detail-submission-submitted .ugc3-projects-current-detail-submission-title{color:#64748b}.ugc3-projects-current-detail-submission-submitted .ugc3-projects-current-detail-video-card{background:#ffffff80;opacity:.7}.ugc3-projects-current-detail-submission-submitted .ugc3-projects-current-detail-video-title{color:#64748b}.ugc3-projects-current-detail-submission-submitted .ugc3-projects-current-detail-spec-tag{background:#e2e8f080;color:#64748b}.ugc3-projects-submitted-icon{color:#10b981;margin-left:.5rem}.ugc3-projects-revision-badge{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-weight:600;margin-left:.5rem;padding:.25rem .5rem}.ugc3-projects-current-detail-submitted-status{align-items:center;color:#10b981;display:flex;font-size:.875rem;font-weight:500;gap:.5rem}.ugc3-projects-current-detail-revision-btn{align-items:center;background:linear-gradient(135deg,#f8049c,#f97316);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1rem;transition:all .2s ease}.ugc3-projects-current-detail-revision-btn:hover{box-shadow:0 4px 12px #f8049c4d;transform:translateY(-1px)}.ugc3-projects-submission-tabs{display:flex;flex-direction:column;gap:1rem}.ugc3-projects-submission-tab{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden;transition:all .3s ease}.ugc3-projects-submission-tab-active{border-color:#42bcff;box-shadow:0 4px 12px #42bcff2e}.ugc3-projects-submission-tab-greyed{background:#f8fafccc;border-color:#e2e8f080;opacity:.6}.ugc3-projects-submission-tab-header{align-items:center;background:#f8fafc80;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1rem 1.25rem}.ugc3-projects-submission-tab-header h4{color:#1e293b;font-size:1rem;font-weight:600;margin:0}.ugc3-projects-submission-tab-greyed .ugc3-projects-submission-tab-header{background:#f8fafc4d}.ugc3-projects-submission-tab-greyed .ugc3-projects-submission-tab-header h4{color:#64748b}.ugc3-projects-revision-badge{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.375rem;color:#64748b;font-size:.75rem;font-weight:500;padding:.25rem .75rem;white-space:nowrap}.ugc3-projects-submission-tab .ugc3-projects-current-detail-video-list{padding:1.25rem}.ugc3-projects-current-detail-actions{align-items:center;display:flex;gap:.75rem;margin-top:.75rem}.ugc3-projects-current-detail-feedback-btn{align-items:center;background:#f0f9ff;border:1px solid #0ea5e9;border-radius:.5rem;color:#0369a1;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.ugc3-projects-current-detail-feedback-btn:hover{background:#e0f2fe;border-color:#0284c7;box-shadow:0 2px 8px #0ea5e926;color:#0c4a6e;transform:translateY(-1px)}.ugc3-projects-current-detail-feedback-btn:active{box-shadow:0 1px 4px #0ea5e926;transform:translateY(0)}.ugc3-projects-current-detail-product-shipped{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #34d399;border-radius:16px;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.ugc3-projects-current-detail-tracking-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-top:1rem;padding:1rem}.ugc3-projects-current-detail-tracking-header{margin-bottom:.75rem}.ugc3-projects-current-detail-tracking-header h4{color:#374151;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin:0;text-transform:uppercase}.ugc3-projects-current-detail-tracking-details{display:flex;flex-direction:column;gap:.5rem}.ugc3-projects-current-detail-tracking-field{align-items:center;display:flex;gap:.5rem}.ugc3-projects-current-detail-tracking-field label{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.05em;min-width:100px;text-transform:uppercase}.ugc3-projects-current-detail-tracking-field span{color:#111827;font-size:.875rem;font-weight:500}.ugc3-projects-current-detail-tracking-number{background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;padding:.25rem .5rem}.ugc3-projects-current-detail-product-shipped-actions{gap:.75rem;justify-content:flex-end;margin-left:auto;margin-top:0}.ugc3-projects-current-detail-tracking-btn{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1rem;transition:all .2s ease}.ugc3-projects-current-detail-tracking-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#334155}.ugc3-tracking-modal{animation:ugc3-tracking-modal-slideIn .3s ease;background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;max-height:90vh;max-width:500px;overflow:hidden;width:100%}@keyframes ugc3-tracking-modal-slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.ugc3-tracking-details{padding:0}.ugc3-tracking-details-header{align-items:flex-start;border-bottom:1px solid #f1f5f9;display:flex;gap:1rem;justify-content:space-between;padding:1.5rem 1.5rem 1rem}.ugc3-tracking-details-close{align-items:center;background:#f1f5f9;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;transition:all .2s ease;width:32px}.ugc3-tracking-details-close:hover{background:#e2e8f0;color:#0f172a}.ugc3-tracking-details-project{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0 0 .25rem}.ugc3-tracking-details-brand{color:#64748b;font-size:.875rem;margin:0}.ugc3-tracking-details-info{padding:1.5rem}.ugc3-tracking-details-item{align-items:center;border-bottom:1px solid #f8fafc;display:flex;justify-content:space-between;padding:.75rem 0}.ugc3-tracking-details-item:last-child{border-bottom:none}.ugc3-tracking-details-label{color:#64748b;font-size:.875rem;font-weight:500}.ugc3-tracking-details-value{color:#1e293b;font-size:.875rem;font-weight:600;max-width:60%;text-align:right;word-break:break-all}.ugc3-tracking-status-shipped{align-items:center;background:#ecfdf5;border:1px solid #d1fae5;border-radius:6px;color:#059669;display:flex;gap:.5rem;padding:.5rem .75rem}.ugc3-tracking-number{border-radius:6px;font-size:.8rem;padding:.5rem .75rem}.ugc3-tracking-brief-id,.ugc3-tracking-number{background:#f8fafc;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.ugc3-tracking-brief-id{border:1px solid #e2e8f0;border-radius:4px;font-size:.75rem;padding:.25rem .5rem}.ugc3-tracking-details-footer{background:#f8fafc;border-top:1px solid #f1f5f9;padding:1rem 1.5rem 1.5rem}.ugc3-tracking-details-note{color:#64748b;font-size:.875rem;font-style:italic;margin:0;text-align:center}.ugc3-projects-current-detail-product-shipped-main{align-items:center;display:flex;gap:1rem}.ugc3-projects-current-detail-product-shipped-actions{align-items:center;display:flex;gap:.5rem}.ugc3-projects-current-detail-product-shipped-icon{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;color:#f0fdf4;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.ugc3-projects-current-detail-product-shipped-text{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.ugc3-projects-current-detail-product-shipped-label{color:#047857;font-size:1rem;font-weight:700}.ugc3-projects-current-detail-product-shipped-description{color:#065f46;font-size:.875rem;margin:0}.ugc3-projects-current-detail-product-shipped-meta{color:#047857;display:flex;flex-wrap:wrap;font-size:.85rem;gap:.75rem}.ugc3-projects-current-detail-product-shipped-meta span{background:#10b9811a;border-radius:6px;padding:.35rem .6rem}.ugc3-projects-current-detail-product-received-btn--outline{background:#0000;border:1px solid #34d399;color:#047857}.ugc3-projects-current-detail-product-received-btn--outline:hover{background:#10b9811a;box-shadow:none;transform:none}.ugc3-projects-current-card-confirm-btn{align-items:center;background:linear-gradient(135deg,#f8049c,#fbbf24);border:none;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;font-size:.75rem;font-weight:600;gap:.35rem;margin:.75rem auto 0;padding:.45rem 1rem;transition:transform .2s ease,box-shadow .2s ease}.ugc3-projects-current-card-confirm-btn:hover{box-shadow:0 6px 18px #f8049c38;transform:translateY(-1px)}.ugc3-projects-current-card-message-btn,.ugc3-projects-current-card-tracking-btn{align-items:center;background:#0000;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:inline-flex;font-size:.7rem;font-weight:500;gap:.35rem;margin:0;padding:.4rem .75rem;transition:all .2s ease}.ugc3-projects-current-card-message-btn:hover,.ugc3-projects-current-card-tracking-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}.ugc3-projects-current-card-message-icon-wrapper{align-items:center;display:inline-flex;justify-content:center;position:relative}.ugc3-projects-current-card-message-dot{animation:ugc3-projects-message-pulse 2s ease-in-out infinite;background:#ef4444;border:1.5px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #ef44444d;height:6px;position:absolute;right:-2px;top:-2px;width:6px}@keyframes ugc3-projects-message-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.ugc3-projects-current-card-due-date{align-items:center;background:#0000;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;display:inline-flex;font-size:.7rem;font-weight:500;gap:.35rem;margin:0;padding:.4rem .75rem}.ugc3-projects-current-card-due-label{color:#94a3b8;font-weight:400}.ugc3-projects-current-card-due-value{color:#475569;font-weight:600}.ugc3-projects-current-card-view-feedback-btn{align-items:center;background:#0000;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:inline-flex;font-size:.7rem;font-weight:500;gap:.35rem;justify-content:center;margin:0;padding:.4rem .75rem;transition:all .2s ease}.ugc3-projects-current-card-view-feedback-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}.ugc3-earnings-section{background:#0000;padding:0}.ugc3-earnings-container{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 4px 20px #00000014;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:1400px;padding:2rem}.ugc3-earnings-header{background:#0000;border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding:0 0 1.5rem}.ugc3-earnings-header-content{margin:0 auto;max-width:1400px}.ugc3-earnings-title{color:#0f172a;font-size:2.25rem;font-weight:800;letter-spacing:-.5px;margin:0 0 .5rem}.ugc3-earnings-subtitle{color:#64748b;font-size:1.125rem;font-weight:500;margin:0}.ugc3-earnings-metrics{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.ugc3-earnings-metric-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;padding:1.5rem;position:relative;transition:all .2s ease}.ugc3-earnings-metric-card:hover{border-color:#cbd5e1;box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.ugc3-earnings-metric-primary{background:linear-gradient(135deg,#f8049c,#f97316);border-color:#f8049c;color:#fff}.ugc3-earnings-metric-primary:hover{border-color:#f97316;box-shadow:0 12px 30px #f8049c40;transform:translateY(-2px)}.ugc3-earnings-metric-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.ugc3-earnings-metric-icon{align-items:center;background:#ffffff1a;border-radius:12px;color:#64748b;display:flex;height:48px;justify-content:center;width:48px}.ugc3-earnings-metric-primary .ugc3-earnings-metric-icon{background:#ffffff26;color:#fff}.ugc3-earnings-metric-trend{align-items:center;background:#22c55e1a;border-radius:20px;color:#16a34a;display:flex;font-size:.875rem;font-weight:600;gap:.25rem;padding:.25rem .5rem}.ugc3-earnings-metric-primary .ugc3-earnings-metric-trend{background:#ffffff26;color:#fff}.ugc3-earnings-metric-trend-text{font-size:.75rem}.ugc3-earnings-metric-content{flex:1 1}.ugc3-earnings-metric-label{color:#64748b;font-size:.875rem;font-weight:500;letter-spacing:.5px;margin:0 0 .5rem;text-transform:uppercase}.ugc3-earnings-metric-primary .ugc3-earnings-metric-label{color:#fffc}.ugc3-earnings-metric-value{color:#0f172a;font-size:2rem;font-weight:700;line-height:1;margin:0 0 .25rem}.ugc3-earnings-metric-primary .ugc3-earnings-metric-value{color:#fff}.ugc3-earnings-metric-subtitle{color:#94a3b8;font-size:.875rem;font-weight:500;margin:0}.ugc3-earnings-metric-primary .ugc3-earnings-metric-subtitle{color:#ffffffb3}.ugc3-earnings-chart-section{margin-bottom:3rem}.ugc3-earnings-chart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.ugc3-earnings-chart-title{color:#0f172a;font-size:1.5rem;font-weight:700;margin:0}.ugc3-earnings-chart-period{background:#f1f5f9;border-radius:20px;padding:.5rem 1rem}.ugc3-earnings-chart-period-text{color:#64748b;font-size:.875rem;font-weight:500}.ugc3-earnings-chart-container{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;width:100%}.ugc3-earnings-chart{display:flex;flex-direction:column;height:320px;position:relative;width:100%}.ugc3-earnings-chart-bars{align-items:end;display:flex;height:200px;justify-content:space-between;padding:0 2rem;position:relative;width:100%}.ugc3-earnings-chart-bars:before{background:#e2e8f0;bottom:0;content:"";height:1px;left:2rem;position:absolute;right:2rem;z-index:1}.ugc3-earnings-chart-bar-container{align-items:center;display:flex;flex:1 1;flex-direction:column;height:100%;max-width:80px;position:relative}.ugc3-earnings-chart-bar-wrapper{align-items:center;cursor:pointer;display:flex;flex-direction:column;height:200px;justify-content:flex-end;margin-bottom:1rem;position:relative}.ugc3-earnings-chart-bar{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:6px 6px 0 0;margin-bottom:0;min-height:8px;position:relative;transition:all .2s ease;width:40px}.ugc3-earnings-chart-bar:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:scaleY(1.05);transform-origin:bottom}.ugc3-earnings-chart-bar-tooltip{background:#0f172a;border-radius:8px;color:#fff;font-size:.875rem;font-weight:600;left:50%;opacity:0;padding:.5rem .75rem;pointer-events:none;position:absolute;top:-45px;transform:translateX(-50%);transition:opacity .2s ease;white-space:nowrap;z-index:10}.ugc3-earnings-chart-bar-tooltip:after{border:4px solid #0000;border-top-color:#0f172a;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}.ugc3-earnings-chart-bar-wrapper:hover .ugc3-earnings-chart-bar-tooltip{opacity:1}.ugc3-earnings-chart-label{bottom:-1.5rem;color:#64748b;font-size:.875rem;font-weight:500;left:50%;margin-top:0;position:absolute;text-align:center;transform:translateX(-50%);white-space:nowrap;width:100%}.ugc3-earnings-recent-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.ugc3-earnings-recent-title{color:#0f172a;font-size:1.5rem;font-weight:700;margin:0}.ugc3-earnings-recent-count{background:#f1f5f9;border-radius:20px;padding:.5rem 1rem}.ugc3-earnings-recent-count-text{color:#64748b;font-size:.875rem;font-weight:500}.ugc3-earnings-recent-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.ugc3-earnings-recent-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;display:flex;flex-direction:column;gap:1rem;min-width:0;overflow:hidden;padding:1.5rem;transition:all .2s ease}@media (max-width:1200px){.ugc3-earnings-recent-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ugc3-earnings-recent-list{grid-template-columns:1fr}}.ugc3-earnings-recent-item:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.ugc3-earnings-recent-item-header{align-items:center;display:flex;flex:1 1;gap:1rem;min-width:0;position:relative}.ugc3-earnings-recent-brand-avatar{align-items:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-shrink:0;height:48px;justify-content:center;overflow:hidden;width:48px}.ugc3-earnings-recent-brand-avatar-img{border-radius:12px;height:100%;object-fit:cover;width:100%}.ugc3-earnings-recent-brand-avatar span{color:#64748b;font-size:1.25rem;font-weight:700}.ugc3-earnings-recent-info{flex:1 1;min-width:0}.ugc3-earnings-recent-project-name{color:#0f172a;font-size:1.125rem;font-weight:600;line-height:1.4;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ugc3-earnings-recent-brand{color:#64748b;font-size:.875rem;font-weight:500;line-height:1.5;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ugc3-earnings-recent-amount{align-self:center;color:#16a34a;flex-shrink:0;font-size:1.25rem;font-weight:800;letter-spacing:-.025em}.ugc3-earnings-empty{padding:4rem 2rem;text-align:center}.ugc3-earnings-empty-icon{margin-bottom:1.5rem}.ugc3-earnings-empty-icon-bg{align-items:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:50%;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto;width:80px}.ugc3-earnings-empty-title{color:#0f172a;font-size:1.5rem;font-weight:600;margin:0 0 .75rem}.ugc3-earnings-empty-description{color:#64748b;font-size:1rem;margin:0 auto;max-width:400px}@media (max-width:768px){.ugc3-earnings-container{padding:1.5rem}.ugc3-earnings-metrics{gap:1rem;grid-template-columns:1fr}.ugc3-earnings-chart-bars{padding:0 1rem}.ugc3-earnings-chart-bar{width:32px}.ugc3-earnings-chart-bar-container{max-width:60px}.ugc3-earnings-chart-bars:before{left:1rem;right:1rem}.ugc3-earnings-recent-item{align-items:flex-start;flex-direction:column;gap:1rem}.ugc3-earnings-recent-details{align-items:flex-start;width:100%}.ugc3-earnings-title{font-size:1.875rem}}.ugc3-earnings-stripe-banner{align-items:center;background:#fff;border:1px solid;border-radius:8px;display:flex;gap:1.25rem;justify-content:space-between;margin-bottom:1.5rem;padding:1rem 1.25rem}.ugc3-earnings-stripe-banner-not-connected{background:#f8fafc;border-color:#e2e8f0}.ugc3-earnings-stripe-banner-pending{background:#f1f5f9;border-color:#cbd5e1;border-left:3px solid #3b82f6}.ugc3-earnings-stripe-banner-connected{background:#f0fdf4;border-color:#d1fae5;border-left:3px solid #10b981}.ugc3-earnings-stripe-banner-content{align-items:center;display:flex;flex:1 1;gap:.75rem}.ugc3-earnings-stripe-banner-icon{align-items:center;border-radius:6px;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.ugc3-earnings-stripe-banner-not-connected .ugc3-earnings-stripe-banner-icon{background:#f1f5f9;color:#64748b}.ugc3-earnings-stripe-banner-pending .ugc3-earnings-stripe-banner-icon{background:#eff6ff;color:#3b82f6}.ugc3-earnings-stripe-banner-connected .ugc3-earnings-stripe-banner-icon{background:#f0fdf4;color:#10b981}.ugc3-earnings-stripe-banner-text{flex:1 1}.ugc3-earnings-stripe-banner-title{color:#0f172a;font-size:.875rem;font-weight:500;margin:0 0 .125rem}.ugc3-earnings-stripe-banner-description{color:#64748b;font-size:.8125rem;line-height:1.4;margin:0}.ugc3-earnings-stripe-banner-button{align-items:center;background:#fff;border:1px solid;border-radius:6px;cursor:pointer;display:flex;flex-shrink:0;font-size:.8125rem;font-weight:500;gap:.375rem;padding:.5rem .875rem;transition:all .15s ease;white-space:nowrap}.ugc3-earnings-stripe-banner-not-connected .ugc3-earnings-stripe-banner-button{border-color:#cbd5e1;color:#475569}.ugc3-earnings-stripe-banner-not-connected .ugc3-earnings-stripe-banner-button:hover{background:#f8fafc;border-color:#94a3b8;color:#0f172a}.ugc3-earnings-stripe-banner-pending .ugc3-earnings-stripe-banner-button{border-color:#93c5fd;color:#2563eb}.ugc3-earnings-stripe-banner-pending .ugc3-earnings-stripe-banner-button:hover{background:#eff6ff;border-color:#60a5fa;color:#1d4ed8}.ugc3-earnings-stripe-banner-button-connected{border-color:#86efac;color:#059669}.ugc3-earnings-stripe-banner-button-connected:hover{background:#f0fdf4;border-color:#4ade80;color:#047857}@media (max-width:768px){.ugc3-earnings-stripe-banner{align-items:stretch;flex-direction:column;gap:1rem}.ugc3-earnings-stripe-banner-button{justify-content:center;width:100%}.ugc3-earnings-stripe-banner-title{font-size:.9375rem}.ugc3-earnings-stripe-banner-description{font-size:.8125rem}}.ugc3-niche-modal{animation:ugc3-niche-modalSlideIn .3s ease-out;box-shadow:0 25px 50px -12px #00000040}@keyframes ugc3-niche-modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.ugc3-niche-modal-header h3{color:#1e293b!important}.ugc3-niche-add-custom-btn{align-items:center;background:#42bcff;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-top:.75rem;padding:.5rem 1rem;transition:all .2s ease}.ugc3-niche-add-custom-btn:hover:not(:disabled){background:#0ea5e9;transform:translateY(-1px)}.ugc3-niche-add-custom-btn:disabled{background:#9ca3af;cursor:not-allowed}.ugc3-niche-modal-option:hover:not(:disabled){background:#dbeafe;box-shadow:0 0 0 3px #42bcff1a}.ugc3-niche-no-results{color:#6b7280;padding:2rem;text-align:center}.ugc3-niche-no-results p{font-size:.875rem;margin:0 0 1rem}.ugc3-niche-custom-hint{color:#9ca3af!important;font-size:.75rem!important;font-style:italic;margin:.5rem 0 1rem!important}.ugc3-specialty-modal{animation:ugc3-specialty-modalSlideIn .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;max-height:80vh;max-width:600px;overflow:hidden;width:90%}@keyframes ugc3-specialty-modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.ugc3-specialty-modal-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem 2rem}.ugc3-specialty-modal-header h3{color:#1e293b!important;font-size:1.25rem;font-weight:600;margin:0}.ugc3-specialty-modal-close{background:none;border:none;border-radius:8px;color:#6b7280;cursor:pointer;padding:.5rem;transition:all .2s ease}.ugc3-specialty-modal-close:hover{background:#e5e7eb;color:#374151}.ugc3-specialty-modal-content{max-height:60vh;overflow-y:auto;padding:2rem}.ugc3-specialty-modal-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.ugc3-specialty-modal-option{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:1rem;position:relative;text-align:left;transition:all .2s ease}.ugc3-specialty-modal-option:hover:not(:disabled){background:#dbeafe;border-color:#42bcff;box-shadow:0 0 0 3px #42bcff1a;transform:translateY(-1px)}.ugc3-specialty-modal-option.selected{background:#dbeafe;border-color:#42bcff;color:#0369a1}.ugc3-specialty-modal-option:disabled{background:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.ugc3-specialty-selected-indicator{color:#10b981;font-weight:700;position:absolute;right:.5rem;top:.5rem}.ugc3-not-fit-modal{animation:ugc3-not-fit-modalSlideIn .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;max-height:80vh;max-width:600px;overflow:hidden;width:90%}@keyframes ugc3-not-fit-modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.ugc3-not-fit-modal-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem 2rem}.ugc3-not-fit-modal-header h3{color:#1e293b!important;font-size:1.25rem;font-weight:600;margin:0}.ugc3-not-fit-modal-close{background:none;border:none;border-radius:8px;color:#6b7280;cursor:pointer;padding:.5rem;transition:all .2s ease}.ugc3-not-fit-modal-close:hover{background:#e5e7eb;color:#374151}.ugc3-not-fit-modal-content{max-height:60vh;overflow-y:auto;padding:2rem}.ugc3-not-fit-modal-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.ugc3-not-fit-modal-option{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:1rem;position:relative;text-align:left;transition:all .2s ease}.ugc3-not-fit-modal-option:hover:not(:disabled){background:#fef2f2;border-color:#ef4444;transform:translateY(-1px)}.ugc3-not-fit-modal-option.selected{background:#fee2e2;border-color:#ef4444;color:#991b1b}.ugc3-not-fit-modal-option:disabled{background:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.ugc3-not-fit-selected-indicator{color:#10b981;font-weight:700;position:absolute;right:.5rem;top:.5rem}.ugc3-modal{animation:modalSlideIn .3s ease-out;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;max-height:80vh;max-width:600px;overflow:hidden;width:90%}.ugc3-modal-header{background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:1.5rem 2rem}.ugc3-modal-header h3{color:#1e293b!important;font-size:1.25rem;font-weight:600}.ugc3-modal-close{background:none;border-radius:8px;color:#6b7280;transition:all .2s ease}.ugc3-modal-close:hover{background:#e5e7eb;color:#374151}.ugc3-modal-content{max-height:60vh;padding:2rem}.ugc3-modal-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.ugc3-modal-option{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:1rem;position:relative;text-align:left;transition:all .2s ease}.ugc3-modal-option:hover:not(:disabled){background:#f8fafc;border-color:#6366f1;transform:translateY(-1px)}.ugc3-modal-option.selected{background:#e0e7ff;border-color:#6366f1;color:#3730a3}.ugc3-modal-option:disabled{background:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.ugc3-selected-indicator{color:#10b981;font-weight:700;position:absolute;right:.5rem;top:.5rem}.video-management-modal-overlay{align-items:center;animation:fadeIn .15s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;bottom:0;box-sizing:border-box;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.video-management-modal-container{animation:slideIn .2s ease-out;background:#fff;border:1px solid #f1f5f9;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;max-height:calc(100vh - 40px);max-width:1400px;overflow:hidden;position:relative;width:100%}.video-management-modal-header{align-items:center;background:#fff;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:24px 32px}.video-management-modal-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ec4899,#f97316);-webkit-background-clip:text;background-clip:text;font-size:20px;font-weight:600;letter-spacing:-.025em;margin:0}.video-management-modal-close{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:18px;height:36px;justify-content:center;padding:8px;transition:all .15s ease;width:36px}.video-management-modal-close:hover{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.video-management-modal-content{background:#fafbfc;box-sizing:border-box;max-height:calc(100vh - 200px);overflow-y:auto;padding:32px}.video-management-niche-tabs{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px 0 #0000000d;display:flex;gap:4px;margin-bottom:32px;padding:4px}.video-management-niche-tab{background:#0000;border:none;border-radius:6px;color:#64748b;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .15s ease;white-space:nowrap}.video-management-niche-tab.active{background:linear-gradient(135deg,#ec4899,#f97316);box-shadow:0 2px 4px 0 #ec48994d;color:#fff}.video-management-niche-tab:hover:not(.active){background:#f1f5f9;color:#475569}.video-management-video-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);justify-items:center;margin-bottom:32px}.video-management-video-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;display:flex;flex-direction:column;max-width:280px;padding:24px;transition:all .15s ease;width:100%}.video-management-video-item.main-video{background:#fff;border-color:#42bcff;box-shadow:0 4px 6px -1px #42bcff26,0 2px 4px -1px #42bcff1a}.video-management-video-item:hover{border-color:#cbd5e1;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-1px)}.video-management-video-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px;width:100%}.video-management-video-title{align-items:center;border-radius:4px;color:#0f172a;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:6px;letter-spacing:-.025em;padding:4px 8px;transition:all .15s ease}.video-management-video-title:hover{background:#f8fafc;color:#475569}.video-management-edit-icon{color:#94a3b8;flex-shrink:0;opacity:.6;transition:all .15s ease}.video-management-video-title:hover .video-management-edit-icon{color:#64748b;opacity:.8}.video-management-video-title-input{background:#fff;border:2px solid #42bcff;border-radius:4px;box-sizing:border-box;color:#0f172a;font-size:14px;font-weight:600;letter-spacing:-.025em;outline:none;padding:4px 8px;width:100%}.video-management-video-title-input:focus{border-color:#ec4899;box-shadow:0 0 0 3px #ec48991a}.video-management-video-badge{background:linear-gradient(135deg,#ec4899,#f97316);border-radius:6px;box-shadow:0 2px 4px 0 #ec48994d;color:#fff;font-size:11px;font-weight:600;letter-spacing:.05em;padding:4px 8px;text-transform:uppercase}.video-management-video-preview{aspect-ratio:9/16;background:#000;border-radius:8px;margin-bottom:16px;max-width:200px;overflow:hidden;position:relative;width:100%}.video-management-video-container{height:100%;position:relative;width:100%}.video-management-video-preview video{height:100%;object-fit:cover;width:100%}.video-management-video-placeholder{align-items:center;background:#f3f4f6;color:#6b7280;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.video-management-video-placeholder svg{height:48px;margin-bottom:12px;opacity:.5;width:48px}.video-management-video-actions{display:flex;gap:8px;justify-content:center;margin-top:16px;width:100%}.video-management-action-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#475569;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:4px;padding:8px 12px;transition:all .15s ease}.video-management-action-btn.primary{background:linear-gradient(135deg,#ec4899,#f97316);border-color:#ec4899;color:#fff}.video-management-action-btn.primary:hover{background:linear-gradient(135deg,#be185d,#ea580c);border-color:#be185d;box-shadow:0 4px 6px -1px #ec489966;transform:translateY(-1px)}.video-management-action-btn.secondary{background:#fff;border-color:#e2e8f0;color:#475569}.video-management-action-btn.secondary:hover{background:#f8fafc;border-color:#cbd5e1;color:#334155}.video-management-action-btn.danger{background:#fff;border-color:#fecaca;color:#dc2626}.video-management-action-btn.danger:hover{background:#fef2f2;border-color:#fca5a5;color:#b91c1c}.video-management-add-video{align-items:center;background:#fff;border:2px dashed #cbd5e1;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;cursor:pointer;display:flex;flex-direction:column;max-width:280px;padding:40px 20px;text-align:center;transition:all .15s ease;width:100%}.video-management-add-video:hover{background:#f8fafc;border-color:#42bcff;box-shadow:0 4px 6px -1px #42bcff26,0 2px 4px -1px #42bcff1a;transform:translateY(-1px)}.video-management-add-video-content{align-items:center;display:flex;flex-direction:column;gap:12px}.video-management-add-video svg{color:#64748b;height:32px;width:32px}.video-management-add-video-text{color:#0f172a;font-size:14px;font-weight:600;letter-spacing:-.025em}.video-management-add-video-subtext{color:#64748b;font-size:12px;text-align:center}.video-management-video-item.dragging{opacity:.5;transform:rotate(5deg)}.video-management-video-item.drag-over{background:#fdf2f8;border-color:#ec4899}@media (max-width:1024px){.video-management-video-grid{gap:20px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.video-management-modal-container{margin:20px;width:95%}.video-management-modal-content{padding:24px}.video-management-video-grid{gap:16px;grid-template-columns:1fr}.video-management-niche-tabs{flex-wrap:wrap;gap:8px}.video-management-niche-tab{font-size:14px;padding:8px 16px}.video-management-video-preview{max-width:180px}}.video-management-modal-overlay{bottom:0!important;left:0!important;position:fixed!important;right:0!important;top:0!important;z-index:1000!important}.video-management-modal-container{margin:auto!important;position:relative!important}.ugc3-portfolio-section,.ugc3-portfolio-section *,.ugc3-portfolio-section :after,.ugc3-portfolio-section :before{font-family:inherit!important}.ugc3-portfolio-container{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:16px!important;box-shadow:0 1px 3px #0000001a!important;margin-bottom:2rem!important;margin-left:auto!important;margin-right:auto!important;max-width:1400px!important;padding:2rem!important}.ugc3-portfolio-loading{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;justify-content:center;margin:2rem;padding:4rem 2rem;text-align:center}.ugc3-portfolio-loading .ugc3-spinner{animation:spin 1s linear infinite;border:3px solid #f3f4f6;border-radius:50%;border-top-color:#6366f1;height:32px;margin-bottom:1rem;width:32px}.ugc3-portfolio-loading p{color:#6b7280;font-size:1rem;margin:0}.ugc3-portfolio-header{background:#0000;border-bottom:1px solid #f3f4f6;margin-bottom:0;padding:0 0 1.5rem}.ugc3-portfolio-header-content{align-items:flex-start;display:flex;justify-content:space-between}.ugc3-portfolio-header-text{flex:1 1}.ugc3-portfolio-title{color:#111827;font-size:2rem;font-weight:700;letter-spacing:-.025em;margin:0 0 .5rem}.ugc3-portfolio-subtitle{color:#6b7280;font-size:1rem;font-weight:400;margin:0}.ugc3-portfolio-header-actions{align-items:center;display:flex;gap:1rem}.ugc3-preview-portfolio-btn{background:#f8fafc;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.ugc3-preview-portfolio-btn:hover{background:#f1f5f9;border-color:#9ca3af}.ugc3-save-changes-btn{background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.ugc3-save-changes-btn:hover:not(:disabled){background:#4f46e5;transform:translateY(-1px)}.ugc3-save-changes-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.ugc3-portfolio-saving-indicator{align-items:center;color:#6b7280;display:flex;font-size:.875rem;font-weight:500;gap:.5rem}.ugc3-saving-spinner{animation:spin 1s linear infinite;border:2px solid #f3f4f6;border-radius:50%;border-top-color:#6366f1;height:16px;width:16px}.ugc3-portfolio-preview-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.ugc3-portfolio-preview-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.ugc3-portfolio-preview-header h3{color:#111827;font-size:1.125rem;font-weight:600;margin:0}.ugc3-portfolio-preview-status{color:#059669;font-size:.875rem;font-weight:500}.ugc3-portfolio-preview-content{align-items:flex-start;display:flex;gap:1.5rem}.ugc3-portfolio-preview-profile{align-items:center;display:flex;flex:1 1;gap:1rem}.ugc3-portfolio-preview-image{border:2px solid #e5e7eb;border-radius:50%;flex-shrink:0;height:64px;overflow:hidden;width:64px}.ugc3-portfolio-preview-image img{height:100%;object-fit:contain;width:100%}.ugc3-portfolio-preview-placeholder{align-items:center;background:#f3f4f6;color:#9ca3af;display:flex;height:100%;justify-content:center;width:100%}.ugc3-portfolio-preview-info h4{color:#111827;font-size:1.125rem;font-weight:600;margin:0 0 .25rem}.ugc3-portfolio-preview-handle{color:#6b7280;font-size:.875rem;margin:0 0 .75rem}.ugc3-portfolio-preview-stats{display:flex;gap:1rem}.ugc3-portfolio-preview-stat{color:#6b7280;font-size:.875rem}.ugc3-portfolio-preview-stat strong{color:#111827;font-weight:600}.ugc3-portfolio-preview-details{align-items:flex-end;display:flex;flex-direction:column;gap:1rem}.ugc3-portfolio-preview-niches{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.ugc3-portfolio-preview-niche{background:#e0e7ff;border-radius:20px;color:#3730a3;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.ugc3-portfolio-preview-niche-placeholder{color:#9ca3af;font-size:.75rem;font-style:italic}.ugc3-portfolio-preview-badge{border-radius:20px;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.ugc3-portfolio-preview-badge.pro_creator{background:#fef3c7;color:#92400e}.ugc3-portfolio-preview-badge.rising_star{background:#dbeafe;color:#1e40af}.ugc3-portfolio-card-header{border-bottom:1px solid #f3f4f6;margin-bottom:1.5rem;padding:2rem 2rem 0}.ugc3-portfolio-card-header h2{color:#111827;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.ugc3-portfolio-card-subtitle{color:#6b7280;font-size:.875rem;font-weight:400;margin:0}.ugc3-portfolio-card-content{padding:0 2rem 2rem}.ugc3-profile-picture-section{align-items:center;display:flex;gap:1.5rem}.ugc3-profile-picture{border:2px solid #e5e7eb;border-radius:50%;height:80px;overflow:hidden;transition:all .2s ease;width:80px}.ugc3-profile-picture:hover{border-color:#d1d5db}.ugc3-profile-picture img{height:100%;object-fit:contain;width:100%}.ugc3-profile-picture-placeholder{align-items:center;background:#f3f4f6;color:#9ca3af;display:flex;height:100%;justify-content:center;width:100%}.ugc3-upload-btn{align-items:center;background:#f8fafc;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1rem;transition:all .2s ease}.ugc3-upload-btn:hover{background:#f1f5f9;border-color:#9ca3af}.ugc3-form-group{gap:.5rem;margin-bottom:1.5rem}.ugc3-form-group:last-child{margin-bottom:0}.ugc3-form-group label{color:#374151;font-size:.875rem;font-weight:500}.ugc3-form-group input,.ugc3-form-group select,.ugc3-form-group textarea{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;font-family:inherit;font-size:.875rem;padding:.75rem;resize:vertical;transition:all .2s ease}.ugc3-form-group input:focus,.ugc3-form-group select:focus,.ugc3-form-group textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.ugc3-form-group input::placeholder{color:#9ca3af;font-weight:400}.ugc3-form-help-text{color:#6b7280;display:block;font-size:.75rem;font-style:italic;margin-top:.5rem}.ugc3-niche-selection{display:flex;flex-direction:column;gap:1.5rem}.ugc3-niche-tags{display:flex;flex-wrap:wrap;gap:.5rem}.ugc3-niche-tag{background:#e0e7ff;color:#3730a3;display:flex;font-weight:500}.ugc3-niche-tag:hover{background:#c7d2fe}.ugc3-niche-tag svg{cursor:pointer;opacity:.7;transition:opacity .2s ease}.ugc3-niche-tag svg:hover{opacity:1}.ugc3-niche-options{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.ugc3-niche-option{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1rem;text-align:center;transition:all .2s ease}.ugc3-niche-option:hover{background:#f9fafb;border-color:#d1d5db}.ugc3-niche-option.selected{background:#e0e7ff;border-color:#c7d2fe;color:#3730a3}.ugc3-niche-option:disabled{cursor:not-allowed;opacity:.4;transform:none}.ugc3-custom-input-section{border-top:1px solid #f3f4f6;margin-top:1rem;padding-top:1rem}.ugc3-custom-input-field{display:flex;gap:.75rem}.ugc3-custom-input-field input{background:#fff;border:1px solid #d1d5db;border-radius:8px;flex:1 1;font-size:.875rem;padding:.75rem;transition:all .2s ease}.ugc3-custom-input-field input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.ugc3-custom-input-field input:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.ugc3-custom-input-field button{align-items:center;background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;justify-content:center;min-width:44px;padding:.75rem;transition:all .2s ease}.ugc3-custom-input-field button:hover:not(:disabled){background:#4f46e5}.ugc3-custom-input-field button:disabled{cursor:not-allowed;opacity:.4;transform:none}.ugc3-array-input{display:flex;flex-direction:column;gap:1.5rem}.ugc3-array-items{display:flex;flex-wrap:wrap;gap:.5rem}.ugc3-array-item{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;color:#374151;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.ugc3-array-item:hover{background:#e5e7eb}.ugc3-array-item svg{color:#ef4444;cursor:pointer;opacity:.7;transition:opacity .2s ease}.ugc3-array-item svg:hover{opacity:1}.ugc3-array-input-field{display:flex;gap:.75rem}.ugc3-array-input-field input{background:#fff;border:1px solid #d1d5db;border-radius:8px;flex:1 1;font-size:.875rem;padding:.75rem;transition:all .2s ease}.ugc3-array-input-field input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.ugc3-array-input-field button{align-items:center;background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;justify-content:center;min-width:44px;padding:.75rem;transition:all .2s ease}.ugc3-array-input-field button:hover{background:#4f46e5}.ugc3-portfolio-view-toggle{background:#f1f5f9!important;border:1px solid #e2e8f0!important;border-radius:12px!important;display:flex!important;margin:1.5rem 0 2rem!important;padding:4px!important}.ugc3-toggle-btn{background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;flex:1 1;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;position:relative;transition:all .2s ease}.ugc3-toggle-btn:hover{background:#ffffff80;color:#475569}.ugc3-toggle-btn.active{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 2px 4px #0000001a!important;color:#1e293b!important}.ugc3-toggle-btn.active:before{background:linear-gradient(90deg,#f8049c,#f97316);border-radius:1px;bottom:-4px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:20px}.ugc3-portfolio-view{max-width:100%}.ugc3-portfolio-modal-view{-ms-overflow-style:none;background:#fff;border:1px solid #0000000f;border-radius:28px;box-shadow:0 40px 80px #00000040,0 0 0 1px #0000000d;display:flex;flex-direction:column;margin:auto;max-width:1300px;overflow-y:auto;scrollbar-width:none;width:100%}.ugc3-portfolio-modal-view::-webkit-scrollbar{display:none}.ugc3-portfolio-hero{background:linear-gradient(135deg,#f8049c,#f97316);border-bottom:none;overflow:visible;padding:3rem 3rem 4rem;position:relative}.ugc3-portfolio-hero:before{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#f8049c1a,#f973161a);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.ugc3-portfolio-hero-content{grid-gap:5rem;align-items:center;display:grid;gap:5rem;grid-template-columns:1fr auto;margin:0 auto;max-width:1400px;position:relative;z-index:2}.ugc3-portfolio-hero-text{max-width:600px}.ugc3-hero-greeting{color:#ffffffe6;font-size:1.125rem;font-weight:500;margin-bottom:.75rem}.ugc3-hero-name-container{align-items:center;display:flex;gap:1rem;margin-bottom:2rem}.ugc3-hero-name{color:#fff;font-size:3.5rem;font-weight:800;line-height:1.1;margin:0;text-shadow:0 2px 4px #0000001a}.ugc3-hero-description{color:#fffffff2;font-size:1.125rem;line-height:1.6;margin:0 0 2.5rem}.ugc3-hero-age-info{margin-bottom:1.5rem}.ugc3-age-display-container{align-items:center;display:flex;gap:1rem}.ugc3-age-toggle-container{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;display:flex;padding:2px}.ugc3-age-toggle-btn{background:#0000;border:none;border-radius:6px;color:#64748b;cursor:pointer;font-size:.75rem;font-weight:500;padding:.375rem .75rem;transition:all .2s ease}.ugc3-age-toggle-btn:hover{background:#ffffff80;color:#475569}.ugc3-age-toggle-btn.active{background:#fff;box-shadow:0 1px 2px #0000001a;color:#1e293b}.ugc3-age-text,.ugc3-generation-text{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;color:#ffffffe6;display:inline-block;font-size:1rem;font-weight:500;padding:.25rem .75rem}.ugc3-hero-niches{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;margin-top:1.5rem}.ugc3-niche-tag{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:20px;color:#fff;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;position:relative;text-shadow:0 1px 2px #0000001a;transition:all .2s ease}.ugc3-niche-tag:hover{background:#ffffff4d;transform:translateY(-1px)}.ugc3-niche-delete-btn{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:20px;justify-content:center;margin-left:.25rem;transition:all .2s ease;width:20px}.ugc3-niche-delete-btn:hover{background:#ffffff4d;transform:scale(1.1)}.ugc3-add-niche-btn{align-items:center;background:#ffffff1a;border:1px dashed #fff6;border-radius:20px;color:#fff;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.ugc3-add-niche-btn:hover{background:#fff3;border-color:#fff9;transform:translateY(-1px)}.ugc3-hero-specialties{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;margin-top:.5rem}.ugc3-specialty-tag{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#42bcff33,#0ea5e933);border:1px solid #42bcff4d;border-radius:12px;color:#fffffff2;display:inline-flex;font-size:.75rem;font-weight:500;gap:.25rem;padding:.375rem .75rem;position:relative;text-shadow:0 1px 2px #0000001a;transition:all .2s ease}.ugc3-specialty-tag:hover{background:linear-gradient(135deg,#42bcff4d,#0ea5e94d);border-color:#42bcff66;box-shadow:0 4px 12px #42bcff33;transform:translateY(-1px)}.ugc3-brands-section{margin-bottom:2rem}.brand-input-group{align-items:center;background:#f9fafb;border:1px dashed #d1d5db;border-radius:999px;display:inline-flex;gap:.45rem;padding:.35rem .8rem;transition:border-color .2s ease,background .2s ease}.brand-input-group:hover{background:#f3f4f6;border-color:#9ca3af}.brand-input{background:#0000;border:none;color:#4b5563;font-size:.82rem;font-weight:500;min-width:120px;outline:none}.brand-input::placeholder{color:#9ca3af}.brand-input:disabled{cursor:not-allowed;opacity:.45}.add-brand-btn{align-items:center;background:none;border:none;color:#42bcff;cursor:pointer;display:inline-flex;font-size:.82rem;font-weight:600;gap:.35rem;transition:color .2s ease}.add-brand-btn svg{height:14px;width:14px}.add-brand-btn:hover{color:#0ea5e9}.add-brand-btn:disabled{cursor:not-allowed;opacity:.35}.ugc3-brand-tag{align-items:center;background:linear-gradient(135deg,#f8049c,#f97316);border:1px solid #ffffff26;border-radius:999px;box-shadow:0 4px 12px #f8049c40;color:#fff;display:inline-flex;font-size:.8125rem;font-weight:500;gap:.35rem;padding:.4rem .9rem;position:relative;transition:transform .2s ease}.ugc3-brand-tag:hover{transform:translateY(-1px)}.ugc3-brand-delete-btn{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:18px;justify-content:center;margin-left:.3rem;transition:all .2s ease;width:18px}.ugc3-brand-delete-btn:hover{background:#ffffff59;transform:scale(1.1)}.ugc3-add-brand-btn{align-items:center;background:none;border:none;color:#42bcff;cursor:pointer;display:inline-flex;font-size:.8125rem;font-weight:600;gap:.35rem;padding:0;transition:color .2s ease}.ugc3-add-brand-btn svg{height:14px;width:14px}.ugc3-add-brand-btn:hover{color:#0ea5e9}.ugc3-brand-placeholder{color:#9ca3af;font-size:.8rem;font-style:italic;margin:.125rem}.ugc3-not-fit-section{margin-bottom:2rem}.ugc3-not-fit-list{display:flex;flex-wrap:wrap;gap:1rem}.ugc3-not-fit-tag{border-radius:12px;display:inline-flex;gap:.375rem;padding:.75rem 1.5rem;position:relative}.ugc3-not-fit-tag:hover{transform:translateY(-1px)}.ugc3-not-fit-delete-btn{align-items:center;background:#ef44441a;border:none;border-radius:50%;color:#ef4444;cursor:pointer;display:flex;height:18px;justify-content:center;margin-left:.5rem;transition:all .2s ease;width:18px}.ugc3-not-fit-delete-btn:hover{background:#ef444433;transform:scale(1.1)}.ugc3-add-not-fit-btn{align-items:center;background:#0000;border:2px dashed #fecaca;border-radius:12px;color:#dc2626;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.375rem;padding:.75rem 1.5rem;transition:all .2s ease}.ugc3-add-not-fit-btn:hover{background:#dc26260d;border-color:#dc2626}.ugc3-not-fit-placeholder{color:#9ca3af;font-size:.875rem;font-style:italic}.ugc3-hobbies-section{margin-bottom:2rem}.ugc3-hobbies-section h2{border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:1.25rem;font-weight:600;margin:0 0 1.25rem;padding-bottom:.75rem}.ugc3-hobbies-list{display:flex;flex-wrap:wrap;gap:1rem}.ugc3-hobby-tag{align-items:center;background:linear-gradient(135deg,#42bcff,#0ea5e9);border:1px solid #fff3;border-radius:999px;box-shadow:0 4px 12px #0ea5e940;color:#fff;display:inline-flex;font-size:.8125rem;font-weight:500;gap:.35rem;padding:.4rem .9rem;position:relative;transition:transform .2s ease}.ugc3-hobby-tag:hover{transform:translateY(-1px)}.ugc3-hobby-delete-btn{align-items:center;background:#ffffff40;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:18px;justify-content:center;transition:all .2s ease;width:18px}.ugc3-hobby-delete-btn:hover{background:#fff6;transform:scale(1.1)}.hobby-input-group{align-items:center;background:#f9fafb;border:1px dashed #d1d5db;border-radius:999px;color:#4b5563;display:flex;font-size:.8125rem;font-weight:500;gap:.4rem;padding:.35rem .75rem;transition:border-color .2s ease,color .2s ease}.hobby-input-group:hover{border-color:#9ca3af;color:#1f2937}.hobby-input{background:none;border:none;color:#4b5563;flex:1 1;font-size:.8125rem;font-weight:500;min-width:70px;outline:none}.hobby-input::placeholder{color:#9ca3af;opacity:1}.ugc3-hobby-limit-note{color:#6b7280;display:block;font-size:.75rem;margin-top:.5rem}.ugc3-add-hobby-btn{align-items:center;background:#0000;border:2px dashed #e9d5ff;border-radius:12px;color:#7c3aed;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.375rem;padding:.75rem 1.5rem;transition:all .2s ease}.ugc3-add-hobby-btn:hover{background:#7c3aed0d;border-color:#7c3aed}.ugc3-hobby-placeholder{color:#9ca3af;font-size:.875rem;font-style:italic}.ugc3-profile-visibility-section{margin-bottom:2rem}.ugc3-profile-visibility-section h2{border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:1.25rem;font-weight:600;margin:0 0 1.25rem;padding-bottom:.75rem}.ugc3-profile-visibility-content{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .3s ease}.ugc3-profile-visibility-content.ugc3-visibility-visible{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#bbf7d0}.ugc3-profile-visibility-content.ugc3-visibility-hidden{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-color:#fecaca}.ugc3-profile-visibility-toggle{align-items:center;display:flex;gap:1rem;justify-content:space-between}.ugc3-visibility-info{align-items:center;display:flex;flex:1 1;gap:1rem}.ugc3-visibility-icon{align-items:center;border-radius:50%;color:#fff;display:flex;height:48px;justify-content:center;transition:all .3s ease;width:48px}.ugc3-icon-visible{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 15px #10b9814d}.ugc3-icon-hidden{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 15px #ef44444d}.ugc3-portfolio-visibility-status{margin-top:1rem}.ugc3-portfolio-status-badge{border-radius:12px;box-shadow:0 2px 8px #0000001a;display:inline-block;font-size:.875rem;font-weight:700;letter-spacing:.5px;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .2s ease}.ugc3-portfolio-status-visible{background:linear-gradient(135deg,#10b981,#059669);border:2px solid #059669;box-shadow:0 4px 12px #10b9814d;color:#fff}.ugc3-portfolio-status-hidden{background:linear-gradient(135deg,#ef4444,#dc2626);border:2px solid #dc2626;box-shadow:0 4px 12px #ef44444d;color:#fff}.ugc3-toggle-container{align-items:center;display:flex;flex-direction:column;gap:.5rem}.ugc3-toggle-label-text{color:#64748b;font-size:.8rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.ugc3-toggle-switch{display:inline-block;height:34px;position:relative;width:60px}.ugc3-toggle-switch input{height:0;opacity:0;width:0}.ugc3-toggle-slider{background-color:#ccc;border-radius:34px;bottom:0;box-shadow:inset 0 2px 4px #0000001a;cursor:pointer;left:0;right:0;top:0}.ugc3-toggle-slider,.ugc3-toggle-slider:before{position:absolute;transition:all .4s cubic-bezier(.4,0,.2,1)}.ugc3-toggle-slider:before{background-color:#fff;border-radius:50%;bottom:4px;box-shadow:0 2px 8px #0003;content:"";height:26px;left:4px;width:26px}.ugc3-toggle-switch input:checked+.ugc3-toggle-slider{background-color:#f8049c;box-shadow:inset 0 2px 4px #f8049c4d}.ugc3-toggle-switch input:checked+.ugc3-toggle-slider:before{box-shadow:0 2px 8px #f8049c4d;transform:translateX(26px)}.ugc3-toggle-switch:hover .ugc3-toggle-slider{box-shadow:inset 0 2px 4px #00000026}.ugc3-toggle-switch:hover .ugc3-toggle-slider:before{box-shadow:0 2px 12px #00000040}.ugc3-toggle-switch input:checked:hover+.ugc3-toggle-slider{box-shadow:inset 0 2px 4px #f8049c66}.ugc3-toggle-switch input:checked:hover+.ugc3-toggle-slider:before{box-shadow:0 2px 12px #f8049c66}.ugc3-toggle-label{background-color:#ccc;border-radius:34px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.ugc3-toggle-label:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:26px;left:4px;position:absolute;transition:.4s;width:26px}.ugc3-toggle-switch input:checked+.ugc3-toggle-label{background-color:#3b82f6}.ugc3-toggle-switch input:checked+.ugc3-toggle-label:before{transform:translateX(26px)}.ugc3-profile-visibility-text h3{color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 .5rem}.ugc3-profile-visibility-text p{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0}.ugc3-performance-metrics-section{margin-bottom:2rem}.ugc3-performance-metrics-section h2{border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:1.25rem;font-weight:600;margin:0 0 1.25rem;padding-bottom:.75rem}.ugc3-coming-soon-placeholder,.ugc3-performance-metrics-content{display:flex;flex-direction:column;gap:1.5rem}.ugc3-coming-soon-placeholder{align-items:center;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:16px;padding:3rem 2rem;text-align:center}.ugc3-coming-soon-icon{align-items:center;background:#e2e8f0;border-radius:50%;color:#64748b;display:flex;flex-shrink:0;height:80px;justify-content:center;width:80px}.ugc3-coming-soon-placeholder h3{color:#374151;font-size:1.5rem;font-weight:600;margin:0}.ugc3-coming-soon-placeholder p{color:#6b7280;font-size:1rem;line-height:1.6;margin:0;max-width:500px}.ugc3-creator-modal-video-empty{align-items:center;background:#fff!important;border:2px dashed #d1d5db!important;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:1rem;height:533px;justify-content:center;margin:0 auto 1rem;max-width:300px;position:relative;transition:all .2s ease;width:100%}.ugc3-creator-modal-video-empty:hover{background:#f8fafc;border-color:#3b82f6}.ugc3-creator-modal-video-placeholder{align-items:center;color:#6b7280;display:flex;flex-direction:column;gap:1rem;text-align:center}.ugc3-creator-modal-video-placeholder-icon{align-items:center;background:#e5e7eb;border-radius:50%;color:#fff;display:flex;height:80px;justify-content:center;width:80px}.ugc3-creator-modal-video-placeholder-icon svg{stroke-width:3;height:32px;width:32px}.ugc3-creator-modal-video-placeholder-text h3{color:#9ca3af;font-size:1rem;font-weight:500;letter-spacing:.5px;margin:0;text-transform:uppercase}.ugc3-creator-modal-gallery-empty{opacity:.7}.ugc3-creator-modal-gallery-thumbnail-empty{align-items:center;background:#fff!important;border:2px dashed #d1d5db!important;border-radius:8px;cursor:pointer;display:flex;height:100%;justify-content:center;position:relative;transition:all .2s ease;width:100%}.ugc3-creator-modal-gallery-item.ugc3-creator-modal-gallery-empty .ugc3-creator-modal-gallery-thumbnail-empty{background:#fff!important;border:2px dashed #d1d5db!important}.ugc3-creator-modal-gallery-thumbnail-empty:hover{background:#f8fafc;border-color:#3b82f6}.ugc3-creator-modal-gallery-placeholder{align-items:center;background:#e5e7eb;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;width:40px}.ugc3-creator-modal-gallery-placeholder svg{stroke-width:2.5;height:20px;width:20px}.ugc3-creator-modal-gallery-label-empty{color:#9ca3af;font-size:.75rem;font-weight:500;letter-spacing:.3px;text-transform:uppercase}.ugc3-specialty-delete-btn{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:20px;justify-content:center;margin-left:.25rem;transition:all .2s ease;width:20px}.ugc3-specialty-delete-btn:hover{background:#ffffff4d;transform:scale(1.1)}.ugc3-add-specialty-btn{align-items:center;background:#ffffff1a;border:1px dashed #fff6;border-radius:20px;color:#fff;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.ugc3-add-specialty-btn:hover{background:#fff3;border-color:#fff9;transform:translateY(-1px)}.ugc3-specialty-placeholder{background:#ffffff1a;border:1px dashed #ffffff4d;border-radius:20px;color:#ffffffb3;font-size:.875rem;font-weight:500;padding:.5rem 1rem}.ugc3-card-specialty-tag{align-items:center;animation:twinkle 2s ease-in-out infinite;background:linear-gradient(135deg,#f8049c,#f97316);border:none;border-radius:6px;color:#fff;display:flex;font-size:.7rem;font-weight:400;gap:2px;padding:2px 6px;transition:all .2s ease}@keyframes twinkle{0%,to{box-shadow:0 0 0 #f8049c00}50%{box-shadow:0 0 8px #f8049c66}}.ugc3-card-specialty-tag:hover{background:linear-gradient(135deg,#f8049c,#f97316)}.ugc3-creator-specialties{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.ugc3-niche-tabs{border-bottom:1px solid #e5e7eb;display:flex;gap:.5rem;margin-bottom:2rem;padding-bottom:1rem}.ugc3-niche-tab{background:#0000;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.ugc3-niche-tab:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}.ugc3-niche-tab.active{background:linear-gradient(135deg,#f8049c,#f97316);border-color:#f8049c;box-shadow:0 4px 12px #f8049c4d;color:#fff}.ugc3-niche-modal{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 40px #00000026;max-height:80vh;max-width:600px;overflow:hidden;width:90%}.ugc3-niche-modal-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem 2rem}.ugc3-niche-modal-header h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0}.ugc3-niche-modal-close{background:none;border:none;border-radius:8px;color:#6b7280;cursor:pointer;padding:.5rem;transition:all .2s ease}.ugc3-niche-modal-close:hover{background:#e5e7eb;color:#374151}.ugc3-niche-modal-content{max-height:60vh;overflow-y:auto;padding:2rem}.ugc3-niche-search-container{margin-bottom:1.5rem;position:relative}.ugc3-niche-search-input{background:#fff;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.ugc3-niche-search-input:focus{border-color:#42bcff;box-shadow:0 0 0 3px #42bcff1a;outline:none}.ugc3-add-custom-niche-btn{align-items:center;background:#42bcff;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-top:.75rem;padding:.5rem 1rem;transition:all .2s ease}.ugc3-add-custom-niche-btn:hover:not(:disabled){background:#0ea5e9;transform:translateY(-1px)}.ugc3-add-custom-niche-btn:disabled{background:#9ca3af;cursor:not-allowed}.ugc3-niche-modal-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.ugc3-niche-modal-option{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:1rem;position:relative;text-align:left;transition:all .2s ease}.ugc3-niche-modal-option:hover:not(:disabled){background:#eff6ff;border-color:#42bcff;transform:translateY(-1px)}.ugc3-niche-modal-option.selected{background:#dbeafe;border-color:#42bcff;color:#0369a1}.ugc3-niche-modal-option:disabled{background:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.ugc3-niche-selected-indicator{color:#10b981;font-weight:700;position:absolute;right:.5rem;top:.5rem}.ugc3-no-niches-found{color:#6b7280;padding:2rem;text-align:center}.ugc3-no-niches-found p{font-size:.875rem;margin:0 0 1rem}.ugc3-custom-niche-hint{color:#9ca3af!important;font-size:.75rem!important;font-style:italic;margin:.5rem 0 1rem!important}.ugc3-niche-placeholder{background:#ffffff1a;border:1px dashed #ffffff4d;border-radius:20px;color:#ffffffb3;font-size:.875rem;font-style:italic;padding:.5rem 1rem}.ugc3-hero-image{position:relative}.ugc3-profile-avatar-large{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border:4px solid #fff3!important;border-radius:20px!important;box-shadow:0 20px 40px #0000004d!important;height:280px!important;overflow:hidden!important;position:relative!important;width:280px!important}.ugc3-profile-avatar-large img{height:100%!important;object-fit:cover!important;width:100%!important}.ugc3-profile-avatar-large img[style*=transform]{transition:none!important}.ugc3-profile-overlay{align-items:center;background:#fffffff2;border-radius:20px;bottom:0;cursor:pointer;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.ugc3-profile-avatar-large:hover .ugc3-profile-overlay{opacity:1}.ugc3-profile-overlay-content{align-items:center;color:#1e293b;display:flex;flex-direction:column;font-size:.875rem;font-weight:600;gap:.5rem;text-align:center}.ugc3-profile-overlay-content svg{color:#64748b}.ugc3-creator-badge-inline{border-radius:12px;font-size:.625rem;padding:.25rem .5rem;text-shadow:0 1px 2px #0000001a;transition:all .2s ease}.ugc3-creator-badge-inline.ugc3-pro-badge{box-shadow:0 4px 12px #f8049c4d}.ugc3-creator-badge-inline.ugc3-rising-star-badge{box-shadow:0 4px 12px #42bcff4d}.ugc3-portfolio-content-section{background:linear-gradient(180deg,#f8fafc,#fff);flex:1 1;padding:3rem}.ugc3-content-block{background:#fff;border:1px solid #0000000f;border-radius:16px;box-shadow:0 2px 8px #0000000a;margin-bottom:2rem;padding:2.5rem 2rem;transition:all .3s ease}.ugc3-content-block:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.ugc3-content-block h2{border-bottom:2px solid #e2e8f0;color:#1e293b;font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:.75rem;position:relative}.ugc3-content-block h2:after{background:linear-gradient(90deg,#f8049c,#f97316);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:60px}.ugc3-bio-text{color:#475569;font-size:1rem;line-height:1.7;margin:0;max-width:800px}.ugc3-portfolio-section{background:#0000!important;border:none!important;border-radius:0!important;max-width:none;padding:0!important;width:100%}.ugc3-creator-modal-portfolio-redesign{margin:0 0 1rem;max-width:none;width:100%}.ugc3-portfolio-header h2{border:none;margin:0;padding:0}.ugc3-creator-modal-portfolio-redesign{padding:0}.ugc3-creator-modal-niche-tabs{border-bottom:1px solid #e5e7eb;display:flex;gap:.5rem;margin-bottom:2rem;padding-bottom:1rem}.ugc3-creator-modal-niche-tab{background:#0000;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.ugc3-creator-modal-niche-tab:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}.ugc3-creator-modal-niche-tab.active{background:linear-gradient(135deg,#f8049c,#f97316);border-color:#f8049c;box-shadow:0 4px 12px #f8049c4d;color:#fff}.ugc3-creator-modal-video-showcase{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 250px;margin:0 0 2rem;max-width:none;padding:0;width:100%}@media (min-width:769px){.ugc3-creator-modal-video-showcase{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 250px}}.ugc3-creator-modal-video-player{padding:0}.ugc3-creator-modal-video-frame{background:#000;border-radius:16px;cursor:pointer;height:533px;margin:0 auto 1rem;max-width:300px;overflow:hidden;position:relative;width:100%}.ugc3-creator-modal-video-frame video{height:100%;object-fit:contain;width:100%}.ugc3-creator-modal-video-overlay{align-items:center;background:#0000004d;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.ugc3-creator-modal-video-frame:hover .ugc3-creator-modal-video-overlay{opacity:1}.ugc3-creator-modal-play-icon{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:50%;color:#111827;display:flex;height:80px;justify-content:center;transition:all .3s ease;width:80px}.ugc3-creator-modal-play-icon:hover{background:#fff;transform:scale(1.1)}.ugc3-creator-modal-pause-icon{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:50%;color:#111827;display:flex;height:80px;justify-content:center;transition:all .3s ease;width:80px}.ugc3-creator-modal-pause-icon:hover{background:#fff;transform:scale(1.1)}.ugc3-creator-modal-video-info{text-align:center}.ugc3-creator-modal-video-title{color:#111827;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.ugc3-creator-modal-video-meta{color:#6b7280;display:flex;font-size:.875rem;gap:1rem;justify-content:center}.ugc3-creator-modal-video-views{background:#f3f4f6;border-radius:12px;font-weight:500;padding:.25rem .75rem}.ugc3-creator-modal-video-gallery{padding:0}.ugc3-creator-modal-gallery-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem}.ugc3-creator-modal-gallery-title{color:#111827;font-size:1rem;font-weight:600}.ugc3-creator-modal-gallery-count{color:#6b7280;font-size:.875rem}.ugc3-creator-modal-gallery-grid{-ms-overflow-style:none;display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto;scrollbar-width:none}.ugc3-creator-modal-gallery-grid::-webkit-scrollbar{display:none}.ugc3-creator-modal-gallery-item{border:1px solid #0000;border-radius:8px;cursor:pointer;display:flex;gap:.75rem;padding:.75rem;transition:all .3s ease}.ugc3-creator-modal-gallery-item:hover{background:#f9fafb}.ugc3-creator-modal-gallery-item.active{background:linear-gradient(135deg,#f8049c1a,#f973161a);border-color:#f8049c;box-shadow:0 2px 8px #f8049c33}.ugc3-creator-modal-gallery-thumbnail{background:#000;border-radius:8px;flex-shrink:0;height:107px;overflow:hidden;position:relative;width:60px}.ugc3-creator-modal-gallery-thumbnail video{height:100%;object-fit:contain;width:100%}.ugc3-creator-modal-gallery-play{align-items:center;background:#ffffffe6;border-radius:50%;color:#111827;display:flex;height:24px;justify-content:center;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .3s ease;width:24px}.ugc3-creator-modal-gallery-actions,.ugc3-creator-modal-video-actions{display:flex;gap:4px;opacity:0;position:absolute;right:8px;top:8px;transition:opacity .2s ease}.ugc3-creator-modal-gallery-thumbnail:hover .ugc3-creator-modal-gallery-actions,.ugc3-creator-modal-video-frame:hover .ugc3-creator-modal-video-actions{opacity:1}.ugc3-creator-modal-gallery-change,.ugc3-creator-modal-gallery-remove,.ugc3-creator-modal-video-change,.ugc3-creator-modal-video-remove{align-items:center;background:#000c;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:6px;transition:all .2s ease}.ugc3-creator-modal-gallery-change:hover,.ugc3-creator-modal-video-change:hover{background:#3b82f6e6}.ugc3-creator-modal-gallery-remove:hover,.ugc3-creator-modal-video-remove:hover{background:#ef4444e6}.video-placeholder{align-items:center;background:#f3f4f6;border-radius:8px;color:#6b7280;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.video-placeholder-icon{margin-bottom:8px;opacity:.5}.video-placeholder-text{font-size:.75rem;font-weight:500;margin:0;text-align:center}.video-placeholder-debug{color:#9ca3af;font-size:.6rem;margin:4px 0 0;text-align:center;word-break:break-all}.ugc3-creator-modal-gallery-item:hover .ugc3-creator-modal-gallery-play{opacity:1}.ugc3-creator-modal-gallery-label{align-items:center;color:#374151;display:flex;flex:1 1;font-size:.875rem;font-weight:500;line-height:1.4}.ugc3-brands-section{border-bottom:1px solid #e5e7eb;padding:2rem}.ugc3-brands-section h2{border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:1.25rem;font-weight:600;margin:0 0 1.25rem;padding-bottom:.75rem}.ugc3-brands-list{display:flex;flex-wrap:wrap;gap:1rem}.ugc3-brand-badge{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;color:#475569;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.ugc3-brand-badge:hover{background:#e2e8f0;transform:translateY(-1px)}.ugc3-interests-section{border-bottom:1px solid #e5e7eb;padding:2rem}.ugc3-interests-section h2{border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:1.25rem;font-weight:600;margin:0 0 1.25rem;padding-bottom:.75rem}.ugc3-interests-list{display:flex;flex-wrap:wrap;gap:.75rem}.ugc3-interest-tag{background:linear-gradient(135deg,#42bcff,#0ea5e9);border-radius:20px;color:#fff;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.ugc3-interest-tag:hover{box-shadow:0 4px 12px #42bcff4d;transform:translateY(-1px)}.ugc3-not-fit-section{padding:2rem}.ugc3-not-fit-section h2{border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:1.25rem;font-weight:600;margin:0 0 1.25rem;padding-bottom:.75rem}.ugc3-not-fit-text{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#64748b;font-size:1rem;line-height:1.6;margin:0;padding:1rem}.ugc3-card-view{display:flex;justify-content:center;padding:2rem}.ugc3-creator-card-preview{background:#fff;border:1px solid #0000000f;border-radius:16px;box-shadow:0 2px 8px #0000000f,0 1px 3px #0000000a;container-type:inline-size;display:flex;flex-direction:column;height:600px;max-width:320px;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.ugc3-creator-card-preview:hover{border-color:#42bcff66;box-shadow:0 12px 32px #00000026,0 4px 12px #00000014;transform:translateY(-2px)}.ugc3-main-image-wrapper{border-radius:16px 16px 0 0;display:flex;flex-shrink:0;height:200px;overflow:visible;position:relative;width:100%}.ugc3-card-image-clip-mask{border-radius:16px 16px 0 0;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.ugc3-creator-main-image{border-radius:16px 16px 0 0!important;display:block!important;height:100%!important;object-fit:contain;transition:transform .3s ease!important;width:100%!important}.ugc3-creator-main-image[style*=transform]{transition:none!important}.ugc3-card-profile-overlay{align-items:center;background:#fffffff2;border-radius:16px 16px 0 0;bottom:0;cursor:pointer;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.ugc3-main-image-wrapper:hover .ugc3-card-profile-overlay{opacity:1}.ugc3-card-profile-overlay-content{align-items:center;color:#1e293b;display:flex;flex-direction:column;font-size:.75rem;font-weight:600;gap:.5rem;text-align:center}.ugc3-card-profile-overlay-content svg{color:#64748b}.ugc3-creator-info{align-items:flex-start;background:#fff;border-radius:0 0 16px 16px;display:flex;flex:1 1 auto;flex-direction:column;gap:12px;padding:20px 20px 16px}.ugc3-creator-name-section{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.ugc3-creator-name-row{align-items:center;display:flex;flex:1 1;gap:12px;min-width:0}.ugc3-creator-name-row h3{color:#0f172a;font-size:1.3rem;font-weight:700;letter-spacing:-.01em;line-height:1.2;margin:0;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease;white-space:nowrap;width:100%}.ugc3-creator-card-preview:hover .ugc3-creator-name-row h3{color:#42bcff}@container (max-width: 280px){.ugc3-creator-name-row h3{font-size:1.1rem}}@container (max-width: 250px){.ugc3-creator-name-row h3{font-size:1rem}}@container (max-width: 220px){.ugc3-creator-name-row h3{font-size:.9rem}}.ugc3-creator-handle{color:#64748b;font-size:.85rem;font-weight:500;margin:4px 0 0;transition:all .2s ease}.ugc3-creator-age{margin:0 0 6px}.ugc3-card-age-text{color:#1e293b;font-size:.9rem;font-weight:700;letter-spacing:.01em}.ugc3-creator-tags{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 6px}.ugc3-creator-tag{background:#64748b14;border:1px solid #64748b26;border-radius:8px;color:#64748b;font-size:.7rem;font-weight:500;padding:2px 6px}.ugc3-creator-tag.ugc3-niche-tag{background:#42bcff14;border:1px solid #42bcff26;border-radius:8px;color:#42bcff;font-size:.75rem;font-weight:500;padding:.25rem .5rem;transition:all .2s ease}.ugc3-creator-tag.ugc3-niche-tag:hover{background:#42bcff1f;transform:translateY(-1px)}.ugc3-creator-bio{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#475569;display:-webkit-box;line-height:1.4;overflow:hidden}.ugc3-creator-bio,.ugc3-creator-hobbies{font-size:.8rem;font-style:italic;margin:0 0 8px}.ugc3-creator-hobbies{background:#64748b14;border-radius:8px;color:#64748b;padding:4px 8px}.ugc3-creator-badge-inline{align-self:flex-start;border:2px solid #ffffffe6;font-size:.75rem;gap:.25rem;margin-bottom:8px;padding:.25rem .75rem}.ugc3-creator-badge-inline.ugc3-pro-badge{border:2px solid #fff!important;box-shadow:0 8px 20px #f8049c66}.ugc3-creator-badge-inline.ugc3-rising-star-badge{border:2px solid #fff!important;box-shadow:0 8px 20px #42bcff66}.ugc3-creator-badge-inline.ugc3-creator-badge-clickable{transition:transform .2s ease,box-shadow .2s ease}.ugc3-creator-badge-inline.ugc3-creator-badge-clickable:hover{box-shadow:0 10px 24px #42bcff80;transform:translateY(-1px)}.ugc3-editable-field{background:#0000;border:1px solid #0000;border-radius:6px;cursor:pointer;display:block;margin-bottom:2rem;min-height:1.5rem;padding:.5rem .75rem;position:relative;transition:all .15s ease}.ugc3-editable-field:hover{background:#00000005;border-color:#e5e7eb}.ugc3-editable-field:after{background:#ffffffe6;border:1px solid #f1f5f9;border-radius:4px;bottom:-1.75rem;color:#9ca3af;content:"Click to edit";font-size:.75rem;font-weight:400;left:.75rem;opacity:.6;padding:.125rem .375rem;position:absolute;transition:opacity .15s ease;z-index:10}.ugc3-editable-field:hover:after{background:#fff;border-color:#e2e8f0;opacity:1}.ugc3-inline-edit-input,.ugc3-inline-edit-textarea{background:#fff;border:2px solid #42bcff;border-radius:6px;box-shadow:0 0 0 4px #42bcff26;font-family:inherit;font-size:inherit;outline:none;padding:.5rem;width:100%}.ugc3-inline-edit-textarea{min-height:60px;resize:vertical}.ugc3-bio-edit-container{position:relative;width:100%}.ugc3-bio-character-count{background:#ffffffe6;border:1px solid #e5e7eb;border-radius:4px;bottom:-20px;color:#6b7280;font-size:.75rem;padding:.25rem .5rem;position:absolute;right:0}.ugc3-bio-character-count.danger,.ugc3-bio-character-count.warning{background:#fef2f2;border-color:#fecaca;color:#dc2626}.ugc3-bio-character-count.danger{font-weight:600}.ugc3-about-edit-container{position:relative}.ugc3-about-edit-container .ugc3-inline-edit-textarea{min-height:120px;resize:vertical;width:100%}.ugc3-portfolio-empty-state{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px dashed #cbd5e1;border-radius:16px;display:flex;justify-content:center;min-height:300px;padding:3rem 2rem}.ugc3-empty-state-content{max-width:400px;text-align:center}.ugc3-empty-state-icon{color:#94a3b8;margin-bottom:1.5rem}.ugc3-empty-state-title{color:#475569;font-size:1.25rem;font-weight:600;margin:0 0 .75rem}.ugc3-empty-state-description{color:#64748b;font-size:.875rem;line-height:1.6;margin:0}.ugc3-portfolio-videos-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.ugc3-portfolio-video-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;position:relative;transition:all .2s ease}.ugc3-portfolio-video-card:hover{border-color:#d1d5db;box-shadow:0 4px 6px #0000000d}.ugc3-video-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.ugc3-video-card-header h4{color:#111827;font-size:1rem;font-weight:600;margin:0}.ugc3-video-remove-btn{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .2s ease}.ugc3-video-remove-btn:hover{background:#fee2e2;border-color:#fca5a5}.ugc3-video-upload-area{margin-bottom:1.5rem}.ugc3-video-upload-placeholder{background:#f9fafb;border:2px dashed #d1d5db;border-radius:12px;cursor:pointer;padding:2rem;text-align:center;transition:all .2s ease}.ugc3-video-upload-placeholder:hover{background:#f0f4ff;border-color:#6366f1}.ugc3-video-upload-icon{color:#9ca3af;margin-bottom:1rem}.ugc3-video-upload-label{cursor:pointer;display:block}.ugc3-video-upload-text{color:#374151;display:block;font-weight:600;margin-bottom:.25rem}.ugc3-video-upload-hint{color:#6b7280;display:block;font-size:.875rem}.ugc3-video-uploaded{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;display:flex;gap:1rem;padding:1rem}.ugc3-video-thumbnail{flex-shrink:0}.ugc3-video-thumbnail video{background:#000;border-radius:8px;height:80px;object-fit:contain;width:120px}.ugc3-video-info{flex:1 1}.ugc3-video-filename{color:#111827;font-size:.875rem;font-weight:500;margin:0 0 .5rem}.ugc3-video-change-btn{background:#6366f1;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.ugc3-video-change-btn:hover{background:#4f46e5}.ugc3-video-details{display:flex;flex-direction:column;gap:1rem}.ugc3-video-details .ugc3-form-group{margin-bottom:0}.ugc3-video-details .ugc3-form-group label{color:#374151;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.ugc3-video-details input,.ugc3-video-details select{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;padding:.75rem;transition:all .2s ease;width:100%}.ugc3-video-details input:focus,.ugc3-video-details select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.ugc3-add-video-card{align-items:center;background:#f9fafb;border:2px dashed #d1d5db;border-radius:12px;cursor:pointer;display:flex;justify-content:center;min-height:200px;padding:2rem;text-align:center;transition:all .2s ease}.ugc3-add-video-card:hover{background:#f0f4ff;border-color:#6366f1}.ugc3-add-video-content{align-items:center;color:#6b7280;display:flex;flex-direction:column;gap:.5rem}.ugc3-add-video-content svg{color:#9ca3af}.ugc3-add-video-content span{color:#374151;font-weight:600}.ugc3-add-video-content small{color:#9ca3af;font-size:.75rem}.ugc3-video-inputs input,.ugc3-video-inputs select{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;padding:.75rem;transition:all .2s ease}.ugc3-video-inputs input:focus,.ugc3-video-inputs select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.ugc3-portfolio-video-item button{align-items:center;background:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.75rem;transition:all .2s ease}.ugc3-portfolio-video-item button:hover{background:#dc2626}.ugc3-add-video-btn{align-items:center;align-self:flex-start;background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.ugc3-add-video-btn:hover{background:#4f46e5}.ugc3-not-fit-selection{display:flex;flex-direction:column;gap:1.5rem}.ugc3-not-fit-tags{display:flex;flex-wrap:wrap;gap:.5rem}.ugc3-not-fit-tag{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:20px;color:#dc2626;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.ugc3-not-fit-tag:hover{background:#fee2e2}.ugc3-not-fit-tag svg{cursor:pointer;opacity:.7;transition:opacity .2s ease}.ugc3-not-fit-tag svg:hover{opacity:1}.ugc3-not-fit-options{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.ugc3-not-fit-option{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1rem;text-align:center;transition:all .2s ease}.ugc3-not-fit-option:hover{background:#fef7f7;border-color:#fecaca;color:#dc2626}.ugc3-not-fit-option.selected{background:#fef2f2;border-color:#fecaca;color:#dc2626}.ugc3-joint-account-section{display:flex;flex-direction:column;gap:1.5rem}.ugc3-checkbox-group{align-items:center;display:flex;gap:1rem}.ugc3-checkbox-label{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.75rem}.ugc3-checkbox-label input[type=checkbox]{display:none}.ugc3-checkbox-custom{background:#fff;border:2px solid #d1d5db;border-radius:4px;height:20px;position:relative;transition:all .2s ease;width:20px}.ugc3-checkbox-label input[type=checkbox]:checked+.ugc3-checkbox-custom{background:#6366f1;border-color:#6366f1}.ugc3-checkbox-label input[type=checkbox]:checked+.ugc3-checkbox-custom:after{color:#fff;content:"✓";font-size:12px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.ugc3-profile-form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.ugc3-kpi-placeholder{background:#f9fafb;border:1px dashed #d1d5db;border-radius:12px;color:#6b7280;padding:2rem;text-align:center}.ugc3-kpi-placeholder p{font-size:.875rem;line-height:1.5;margin:.5rem 0}.ugc3-kpi-placeholder em{color:#6366f1;font-style:normal;font-weight:500}@media (max-width:1024px){.ugc3-portfolio-content{gap:1.5rem;grid-template-columns:1fr}.ugc3-portfolio-card-large{grid-column:1}}@media (max-width:768px){.ugc3-portfolio-container{padding:1rem}.ugc3-niche-tabs{flex-wrap:wrap;gap:.5rem}.ugc3-niche-tab{font-size:.8rem;padding:.5rem 1rem}.ugc3-creator-modal-video-showcase{gap:1.5rem;grid-template-columns:1fr}.ugc3-portfolio-header-content{align-items:flex-start;flex-direction:column;gap:1rem}.ugc3-portfolio-title{font-size:1.75rem}.ugc3-portfolio-preview-content{flex-direction:column;gap:1rem}.ugc3-portfolio-preview-details{align-items:flex-start}.ugc3-portfolio-preview-niches{justify-content:flex-start}.ugc3-portfolio-videos-grid{grid-template-columns:1fr}.ugc3-video-uploaded{align-items:flex-start;flex-direction:column}.ugc3-video-thumbnail video{height:120px;width:100%}.ugc3-niche-options,.ugc3-not-fit-options,.ugc3-profile-form-grid{grid-template-columns:1fr}.ugc3-array-input-field{flex-direction:column}.ugc3-portfolio-video-item{align-items:stretch;flex-direction:column}}@media (max-width:480px){.ugc3-portfolio-title{font-size:1.5rem}.ugc3-portfolio-subtitle{font-size:.875rem}.ugc3-preview-portfolio-btn,.ugc3-save-changes-btn{font-size:.875rem;padding:.75rem 1rem}}.ugc3-profile-picture-editor-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.ugc3-profile-picture-editor-header h2{color:#1e293b;font-size:1.5rem;font-weight:700;margin:0}.ugc3-profile-picture-close{background:none;border:none;border-radius:8px;color:#6b7280;cursor:pointer;padding:.5rem;transition:all .2s ease}.ugc3-profile-picture-close:hover{background:#f3f4f6;color:#374151}.ugc3-profile-picture-editor-content{display:flex;flex-direction:column;gap:2rem}.ugc3-profile-picture-editor-footer{border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem}.ugc3-profile-picture-cancel{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.ugc3-profile-picture-cancel:hover{background:#f9fafb;border-color:#9ca3af}.ugc3-profile-picture-save{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.ugc3-profile-picture-save:hover{background:#2563eb}.ugc3-card-picture-modal{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;max-width:600px;overflow-y:auto;width:95%}.ugc3-card-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem 2rem}.ugc3-card-modal-header h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0}.ugc3-card-modal-close{background:none;border:none;border-radius:8px;color:#6b7280;cursor:pointer;padding:.5rem;transition:all .2s ease}.ugc3-card-modal-close:hover{background:#f3f4f6;color:#374151}.ugc3-card-modal-content{padding:2rem}.ugc3-card-image-editor{align-items:center;display:flex;flex-direction:column;gap:2rem}.ugc3-card-editor-grid{background-image:linear-gradient(#0000001a 1px,#0000 0),linear-gradient(90deg,#0000001a 1px,#0000 0);background-size:20px 20px;bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.ugc3-card-editor-clip-mask{border-radius:16px 16px 0 0;bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.ugc3-card-modal-footer{border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem}.ugc3-card-modal-cancel{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.ugc3-card-modal-cancel:hover{background:#f9fafb;border-color:#9ca3af}.ugc3-card-modal-ok{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.ugc3-card-modal-ok:hover{background:#2563eb}.ugc3-card-instruction{background:#f8fafc;border-radius:8px;margin-top:1rem;padding:1rem;text-align:center}.ugc3-card-instruction p{color:#64748b;font-size:.875rem;font-weight:500;margin:0}.ugc3-profile-picture-modal-content{display:flex;flex-direction:column;gap:2rem;padding:2rem}.ugc3-image-editor-section h4,.ugc3-profile-picture-preview-section h4,.ugc3-profile-picture-upload-section h4{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0 0 1rem}.ugc3-editor-instructions{color:#6b7280;font-size:.875rem;font-style:italic;margin:0 0 1.5rem;text-align:center}.ugc3-image-editor-views{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.ugc3-editor-view-container{align-items:center;display:flex;flex-direction:column;gap:1rem}.ugc3-editor-view-container h5{color:#374151;font-size:1rem;font-weight:600;margin:0;text-align:center}.ugc3-frame-zoom-controls{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:.5rem;justify-content:center;margin-top:1rem;padding:.5rem}.ugc3-frame-zoom-controls button{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-weight:600;height:32px;justify-content:center;transition:all .2s ease;width:32px}.ugc3-frame-zoom-controls button:hover{background:#f3f4f6;border-color:#9ca3af}.ugc3-frame-zoom-controls button:active{background:#e5e7eb}.ugc3-frame-zoom-controls span{color:#374151;font-size:.875rem;font-weight:500;min-width:40px;text-align:center}.ugc3-portfolio-editor-frame{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f9fafb;border:4px solid #fff3;border-radius:20px;box-shadow:0 20px 40px #0000004d;height:280px;overflow:visible;width:280px}.ugc3-card-editor-frame,.ugc3-portfolio-editor-frame{cursor:grab;position:relative;transition:border-color .2s ease;-webkit-user-select:none;user-select:none}.ugc3-card-editor-frame{background:#fff;border:1px solid #0000000f;border-radius:16px 16px 0 0;box-shadow:0 2px 8px #0000000f,0 1px 3px #0000000a;height:200px;overflow:hidden;width:320px}.ugc3-card-editor-frame .ugc3-main-image-wrapper{border-radius:16px 16px 0 0;display:flex;height:200px;overflow:visible;position:relative;width:100%}.ugc3-card-editor-frame .ugc3-card-image-clip-mask{border-radius:16px 16px 0 0;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.ugc3-card-editor-frame .ugc3-creator-main-image{border-radius:16px 16px 0 0!important;display:block!important;height:100%!important;object-fit:contain;width:100%!important}.ugc3-editor-clip-mask{border-radius:20px;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.ugc3-card-clip-mask{border-radius:16px 16px 0 0}.ugc3-card-editor-frame:hover,.ugc3-portfolio-editor-frame:hover{border-color:#3b82f6}.ugc3-card-editor-frame:active,.ugc3-portfolio-editor-frame:active{border-color:#2563eb;cursor:grabbing}.ugc3-editor-grid{background-image:linear-gradient(#0000001a 1px,#0000 0),linear-gradient(90deg,#0000001a 1px,#0000 0);background-size:20px 20px;border-radius:inherit;opacity:.3;pointer-events:none}.ugc3-editable-image,.ugc3-editor-grid{height:100%;left:0;position:absolute;top:0;width:100%}.ugc3-editable-image{border-radius:0;overflow:hidden;transform-origin:center;transition:transform .1s ease}.ugc3-editable-image.dragging{box-shadow:0 0 20px #3b82f680}.ugc3-editable-image img{transform:scale(2);transform-origin:center}.ugc3-card-editor-frame .ugc3-editable-image img,.ugc3-editable-image img,.ugc3-portfolio-editor-frame .ugc3-editable-image img{border-radius:0;height:100%;object-fit:contain;width:100%}.ugc3-editor-controls{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:1rem;padding:1rem}.ugc3-reset-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.ugc3-reset-btn:hover{background:#f9fafb;border-color:#9ca3af}.ugc3-zoom-controls{align-items:center;display:flex;gap:.5rem}.ugc3-zoom-controls button{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:1rem;font-weight:600;height:32px;justify-content:center;transition:all .2s ease;width:32px}.ugc3-zoom-controls button:hover{background:#f9fafb;border-color:#9ca3af}.ugc3-zoom-controls span{color:#374151;font-size:.875rem;font-weight:500;min-width:50px;text-align:center}.ugc3-profile-picture-upload-area{align-items:center;background:#f9fafb;border:2px dashed #d1d5db;border-radius:12px;display:flex;justify-content:center;min-height:120px;transition:all .2s ease}.ugc3-profile-picture-upload-area:hover{background:#eff6ff;border-color:#3b82f6}.ugc3-profile-picture-upload-btn{align-items:center;color:#6b7280;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;text-align:center;transition:color .2s ease}.ugc3-profile-picture-upload-btn:hover{color:#3b82f6}.ugc3-profile-picture-upload-btn span{font-size:1rem;font-weight:500}.ugc3-profile-picture-upload-btn small{color:#9ca3af;font-size:.75rem}.ugc3-profile-picture-previews{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.ugc3-preview-container h5{color:#374151;font-size:1rem;font-weight:600;margin:0 0 1rem;text-align:center}.ugc3-card-preview,.ugc3-portfolio-preview{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1rem}.ugc3-portfolio-hero-preview{align-items:center;display:flex;gap:1rem}.ugc3-portfolio-image-preview{border-radius:50%;flex-shrink:0;height:60px;overflow:hidden;width:60px}.ugc3-preview-image-container{border-radius:50%;height:100%;overflow:hidden;position:relative;width:100%}.ugc3-portfolio-image-preview img,.ugc3-preview-image-container img{height:100%;object-fit:contain;transform-origin:center;width:100%}.ugc3-portfolio-info-preview{flex:1 1}.ugc3-preview-name{color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 .25rem}.ugc3-preview-handle{color:#6b7280;font-size:.875rem;margin:0}.ugc3-card-preview{align-items:center;display:flex;flex-direction:column;gap:1rem}.ugc3-card-image-preview{align-items:center;border-radius:50%;display:flex;height:80px;justify-content:center;overflow:hidden;width:80px}.ugc3-card-image-preview .ugc3-preview-image-container{border-radius:50%;height:100%;overflow:hidden;position:relative;width:100%}.ugc3-card-image-preview img{height:100%;object-fit:contain;transform-origin:center;width:100%}.ugc3-card-info-preview{text-align:center}.ugc3-profile-picture-modal-footer{background:#f9fafb;border-radius:0 0 16px 16px;border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem}.ugc3-niche-modal-cancel{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.ugc3-niche-modal-cancel:hover{background:#f9fafb;border-color:#9ca3af}.ugc3-niche-modal-save{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.ugc3-niche-modal-save:hover{background:#2563eb}@media (max-width:768px){.ugc3-profile-picture-modal{margin:1rem;max-height:85vh;width:95%}.ugc3-image-editor-views{gap:1.5rem;grid-template-columns:1fr}.ugc3-portfolio-editor-frame{height:200px;width:200px}.ugc3-card-editor-frame{height:150px;width:250px}.ugc3-card-editor-frame .ugc3-editable-image img,.ugc3-portfolio-editor-frame .ugc3-editable-image img{border-radius:0;height:100%;object-fit:contain;width:100%}.ugc3-profile-picture-modal-content{gap:1.5rem;padding:1.5rem}.ugc3-profile-picture-modal-footer{flex-direction:column;padding:1rem 1.5rem}.ugc3-niche-modal-cancel,.ugc3-niche-modal-save{width:100%}.ugc3-editor-controls{flex-direction:column;gap:1rem}}.ugc3-portfolio-section{contain:layout style!important;isolation:isolate!important}.ugc3-portfolio-section *{box-sizing:border-box!important;font-family:inherit!important}.ugc3-portfolio-section .ugc3-portfolio-container{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:16px!important;box-shadow:0 1px 3px #0000001a!important;margin-bottom:2rem!important;margin-left:auto!important;margin-right:auto!important;max-width:1400px!important;padding:2rem!important}.ugc3-portfolio-section .ugc3-content-block{margin-bottom:2rem!important;padding:2.5rem 2rem!important}.ugc3-portfolio-section .ugc3-creator-modal-video-showcase{margin:0 0 2rem!important}.ugc3-portfolio-section .ugc3-creator-modal-portfolio-redesign{margin:0 0 1rem!important}.ugc3-portfolio-section .ugc3-portfolio-view-toggle{background:#f1f5f9!important;border:1px solid #e2e8f0!important;border-radius:12px!important;display:flex!important;margin:1.5rem 0 2rem!important;padding:4px!important}.ugc3-portfolio-section .ugc3-toggle-btn.active{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 2px 4px #0000001a!important;color:#1e293b!important}.ugc3-portfolio-section .ugc3-profile-avatar-large{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border:4px solid #fff3!important;border-radius:20px!important;box-shadow:0 20px 40px #0000004d!important;height:280px!important;overflow:hidden!important;position:relative!important;width:280px!important}.ugc3-portfolio-section .ugc3-creator-main-image{border-radius:16px 16px 0 0!important;display:block!important;height:100%!important;object-fit:contain;width:100%!important}body.modal-open{overflow:hidden!important}.ugc3-profile-picture-modal{animation:modalSlideIn .3s ease-out!important;border:1px solid #ffffff1a!important;box-shadow:0 25px 50px -12px #00000040!important}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.ugc3-brand-limit-note{color:#6b7280;display:block;font-size:.75rem;margin-top:.5rem}.inline-add-hobby-btn{align-items:center;background:none;border:none;color:#42bcff;cursor:pointer;display:inline-flex;font-size:.8125rem;font-weight:600;gap:.35rem;padding:0;transition:color .2s ease}.inline-add-hobby-btn svg{height:14px;width:14px}.inline-add-hobby-btn:hover{color:#0ea5e9}.inline-add-hobby-btn:disabled{cursor:not-allowed;opacity:.4}.ugc3-brands-list,.ugc3-hobbies-list,.ugc3-not-fit-list{display:flex;flex-wrap:wrap;gap:.75rem;margin:0;padding:0}.support-chat-overlay{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a73;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:1100}.support-chat-modal{background:#fff;border-radius:24px;box-shadow:0 24px 68px #0f172a40;display:flex;flex-direction:column;max-height:85vh;overflow:hidden;width:min(560px,100%)}.support-chat-header{align-items:flex-start;border-bottom:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:space-between;padding:1.75rem 1.75rem 1.25rem}.support-chat-header h3{color:#0f172a;font-size:1.35rem;font-weight:600;margin:0}.support-chat-header p{color:#64748b;font-size:.9rem;margin:.35rem 0 0}.support-chat-close{background:#0f172a0f;border:none;border-radius:50%;color:#475569;cursor:pointer;display:grid;height:32px;place-items:center;transition:background .2s ease,color .2s ease;width:32px}.support-chat-close:hover{background:#0f172a1f;color:#0f172a}.support-chat-body{display:flex;flex:1 1;flex-direction:column;overflow:hidden;padding:1.25rem 1.75rem}.support-chat-empty{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;color:#475569;font-size:.9rem;padding:1.25rem;text-align:center}.support-chat-messages{display:flex;flex:1 1;flex-direction:column;gap:.75rem;margin-top:1rem;overflow-y:auto;padding-right:.25rem}.support-chat-message{display:flex;flex-direction:column;gap:.35rem;max-width:80%}.support-chat-message-creator{align-self:flex-end}.support-chat-message-admin{align-self:flex-start}.support-chat-message-content{background:linear-gradient(135deg,#42bcff,#0ea5e9);border-radius:16px;box-shadow:0 12px 24px #0ea5e940;color:#fff;font-size:.95rem;line-height:1.45;padding:.75rem 1rem}.support-chat-message-admin .support-chat-message-content{background:linear-gradient(135deg,#f8049c,#f97316);box-shadow:0 12px 24px #f8049c40}.support-chat-message-meta{color:#94a3b8;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase}.support-chat-input{align-items:center;background:linear-gradient(180deg,#f8fafca6,#fff);border-top:1px solid #e2e8f0;display:flex;gap:.75rem;padding:1.1rem 1.75rem 1.5rem}.support-chat-input textarea{border:1px solid #d1d5db;border-radius:16px;flex:1 1;font-family:inherit;font-size:.95rem;padding:.75rem .95rem;resize:none;transition:border .2s ease,box-shadow .2s ease}.support-chat-input textarea:focus{border-color:#42bcff;box-shadow:0 0 0 3px #42bcff33;outline:none}.support-chat-input button{background:linear-gradient(135deg,#f8049c,#f97316);border:none;border-radius:50%;box-shadow:0 12px 24px #f8049c4d;color:#fff;cursor:pointer;display:grid;height:44px;place-items:center;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;width:44px}.support-chat-input button:disabled{box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}.support-chat-input button:not(:disabled):hover{box-shadow:0 16px 32px #f8049c66;transform:translateY(-1px)}@media (max-width:640px){.support-chat-modal{border-radius:16px;height:90vh;width:100%}.support-chat-header{padding:1.4rem}.support-chat-body{padding:1rem 1.4rem}.support-chat-input{padding:1rem 1.4rem 1.2rem}}.ugc3-settings-container{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:1080px;padding:2.5rem 2rem 3.5rem}.ugc3-settings-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.ugc3-settings-loading .ugc3-spinner{animation:spin 1s linear infinite;border:4px solid #f3f4f6;border-radius:50%;border-top-color:#f8049c;height:40px;margin-bottom:1rem;width:40px}.ugc3-settings-loading p{color:#64748b;font-size:1.05rem;margin:0}.ugc3-settings-header{align-items:flex-start;display:flex;gap:1.5rem;justify-content:space-between}.ugc3-settings-header h1{color:#0f172a;font-size:2rem;font-weight:700;margin:0}.ugc3-settings-header p{color:#64748b;font-size:.96rem;margin:.4rem 0 0}.ugc3-settings-actions{align-items:center;display:flex;gap:1rem}.ugc3-save-button{background:linear-gradient(135deg,#f8049c,#f97316);border-radius:999px;box-shadow:0 10px 24px #f8049c52;font-size:.95rem;padding:.75rem 1.8rem;transition:transform .2s ease,box-shadow .2s ease}.ugc3-save-button:hover:not(:disabled){box-shadow:0 14px 30px #f8049c66;transform:translateY(-1px)}.ugc3-save-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.55;transform:none}.ugc3-settings-grid{grid-gap:2rem;display:grid;gap:2rem}.ugc3-settings-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 18px 40px #0f172a14;display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.ugc3-card-header h2{color:#0f172a;font-size:1.4rem;font-weight:600;margin:0}.ugc3-card-header p{color:#6b7280;font-size:.95rem;margin:.4rem 0 0}.ugc3-profile-content{display:flex;flex-direction:column;gap:1.75rem}.ugc3-profile-card{display:flex;flex-direction:column;gap:1.25rem}.ugc3-profile-fields{grid-gap:1.1rem;display:grid;gap:1.1rem}.ugc3-field{display:flex;flex-direction:column;gap:.45rem}.ugc3-field span{color:#1f2937;font-size:.88rem;font-weight:600}.ugc3-field input,.ugc3-field textarea{border:1px solid #d1d5db;border-radius:12px;font-family:inherit;font-size:.95rem;padding:.65rem .85rem;transition:border .2s ease,box-shadow .2s ease}.ugc3-field textarea{min-height:90px;resize:vertical}.ugc3-field input:focus,.ugc3-field textarea:focus{border-color:#42bcff;box-shadow:0 0 0 3px #42bcff2e;outline:none}.ugc3-field small{color:#9ca3af;font-size:.78rem}.ugc3-handle-lock-note{color:#dc2626;font-size:.78rem;margin:0}.ugc3-field-error input{border-color:#ef4444;box-shadow:0 0 0 3px #ef44442e}.ugc3-field-error-text{color:#dc2626;font-size:.78rem;margin:0}.ugc3-handle-input{align-items:center;background:#f8fafc;border:1px solid #d1d5db;border-radius:12px;display:flex;gap:.45rem;padding:.6rem .8rem}.ugc3-handle-input span{color:#94a3b8;font-weight:600}.ugc3-handle-input input{background:#0000;border:none;font-size:.95rem;padding:0;width:100%}.ugc3-handle-input input:disabled{color:#94a3b8;cursor:not-allowed}.ugc3-handle-input input:focus{border:none;box-shadow:none;outline:none}.ugc3-readonly-field{align-items:center;background:#f8fafc;border:1px dashed #d0d5dd;border-radius:12px;color:#475569;display:inline-flex;font-size:.93rem;gap:.5rem;padding:.65rem .85rem}.ugc3-readonly-field svg{color:#42bcff}.ugc3-toggle-row{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;display:flex;gap:1.5rem;justify-content:space-between;padding:1.25rem 1.5rem}.ugc3-switch{display:inline-block;height:28px;position:relative;width:52px}.ugc3-switch input{height:0;opacity:0;width:0}.ugc3-switch span{background:#d1d5db;border-radius:999px;inset:0;position:absolute;transition:all .25s ease}.ugc3-switch span:before{background:#fff;border-radius:50%;box-shadow:0 2px 8px #0f172a40;content:"";height:22px;left:3px;position:absolute;top:3px;transition:all .25s ease;width:22px}.ugc3-switch input:checked+span{background:linear-gradient(135deg,#f8049c,#f97316);box-shadow:0 6px 20px #f8049c40}.ugc3-switch input:checked+span:before{transform:translateX(24px)}.ugc3-notification-list{display:flex;flex-direction:column;gap:1rem}.ugc3-notification-item{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;display:flex;gap:1.25rem;justify-content:space-between;padding:1.1rem 1.4rem}.ugc3-notification-item h3{color:#1f2937;font-size:1rem;margin:0 0 .35rem}.ugc3-notification-item p{color:#64748b;font-size:.88rem;margin:0}.ugc3-security-list{display:flex;flex-direction:column;gap:1.2rem}.ugc3-security-item{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;display:flex;gap:1rem;padding:1.2rem 1.4rem}.ugc3-security-item svg{color:#42bcff}.ugc3-security-item h3{color:#0f172a;font-size:1rem;margin:0 0 .35rem}.ugc3-security-item p{color:#6b7280;font-size:.86rem;margin:0}.ugc3-secondary-btn{background:#0f172a0d;border:none;border-radius:999px;color:#1f2937;cursor:pointer;font-size:.82rem;font-weight:600;margin-left:auto;padding:.55rem 1.2rem;transition:background .2s ease}.ugc3-secondary-btn:hover:not(:disabled){background:#0f172a1f}.ugc3-secondary-btn:disabled{cursor:not-allowed;opacity:.5}.ugc3-support-actions{display:flex;flex-wrap:wrap;gap:.75rem}.ugc3-support-btn{align-items:center;background:linear-gradient(135deg,#42bcff,#0ea5e9);border:none;border-radius:999px;box-shadow:0 10px 24px #0ea5e947;color:#fff;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:600;gap:.6rem;padding:.6rem 1.3rem;transition:transform .2s ease,box-shadow .2s ease}.ugc3-support-btn:hover{box-shadow:0 14px 30px #0ea5e95c;transform:translateY(-1px)}.ugc3-support-secondary{background:#0f172a0f;box-shadow:none;color:#1f2937}.ugc3-support-secondary:hover{background:#0f172a1f;transform:none}.ugc3-creator-level-card{background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.ugc3-creator-level-content{display:flex;flex-direction:column;gap:2.5rem}.ugc3-creator-level-progression{display:flex;flex-direction:column;gap:0}.ugc3-creator-level-badge-container{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:2rem;justify-content:center;padding:2.5rem 2rem;position:relative}.ugc3-creator-badge-inline{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:9999px;color:#fff;display:flex;flex-shrink:0;font-size:.875rem;font-weight:600;gap:.5rem;letter-spacing:.01em;padding:.625rem 1.25rem;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap}.ugc3-creator-badge-inline:hover{transform:translateY(-1px)}.ugc3-creator-badge-inline.ugc3-rising-star-badge{background:linear-gradient(135deg,#42bcff,#0ea5e9);box-shadow:0 4px 12px #42bcff40,0 0 0 1px #42bcff1a}.ugc3-creator-badge-inline.ugc3-pro-badge{background:linear-gradient(135deg,#f8049c,#f97316);box-shadow:0 4px 12px #f8049c40,0 0 0 1px #f8049c1a;opacity:.85}.ugc3-creator-level-arrow{align-items:center;color:#cbd5e1;display:flex;flex-shrink:0;justify-content:center;margin:0 -.5rem;z-index:1}.ugc3-creator-level-arrow svg{stroke:#94a3b8;filter:drop-shadow(0 1px 2px rgba(0,0,0,.05))}.ugc3-creator-level-progress-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.ugc3-creator-level-progress-header{align-items:baseline;display:flex;gap:1rem;justify-content:space-between}.ugc3-creator-level-progress-stat{align-items:flex-start;display:flex;flex-direction:column;gap:.25rem}.ugc3-creator-level-progress-number{color:#0f172a;font-size:2.5rem;font-weight:700;letter-spacing:-.02em;line-height:1}.ugc3-creator-level-progress-label{color:#64748b;font-size:.875rem;font-weight:500}.ugc3-creator-level-progress-percentage{color:#42bcff;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;line-height:1}.ugc3-creator-level-progress-bar{background:#e2e8f0;border-radius:999px;box-shadow:inset 0 1px 2px #0000000d;height:10px;overflow:hidden;position:relative;width:100%}.ugc3-creator-level-progress-fill{background:linear-gradient(90deg,#42bcff,#0ea5e9);border-radius:999px;box-shadow:0 0 8px #42bcff66;height:100%;position:relative;transition:width .4s cubic-bezier(.4,0,.2,1)}.ugc3-creator-level-progress-fill:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.ugc3-creator-level-requirement{margin:0;padding-top:.5rem}.ugc3-creator-level-requirement-met{align-items:center;color:#059669;display:flex;font-size:.875rem;font-weight:500;gap:.5rem}.ugc3-creator-level-requirement-met svg{color:#10b981;flex-shrink:0}.ugc3-creator-level-requirement-pending{color:#64748b;font-size:.875rem;font-weight:500}.ugc3-creator-level-pending{align-items:flex-start;background:linear-gradient(135deg,#10b98114,#0596690d);border:1px solid #10b98133;border-left:3px solid #10b981;border-radius:12px;display:flex;gap:1rem;padding:1.25rem}.ugc3-creator-level-pending-icon{align-items:center;background:#10b9811a;border-radius:10px;display:flex;flex-shrink:0;height:40px;justify-content:center;margin-top:.125rem;width:40px}.ugc3-creator-level-pending-icon svg{color:#10b981}.ugc3-creator-level-pending-content{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.ugc3-creator-level-pending-content h3{color:#047857;font-size:1rem;font-weight:600;letter-spacing:-.01em;margin:0}.ugc3-creator-level-pending-content p{color:#065f46;font-size:.875rem;line-height:1.5;margin:0}.ugc3-creator-level-pending-date{color:#059669;font-size:.8125rem;font-weight:500;margin-top:.25rem}.ugc3-creator-level-actions{display:flex;flex-direction:column;gap:.75rem}.ugc3-level-review-btn{align-items:center;align-self:flex-start;background:#f1f5f9;border:none;border-radius:10px;box-shadow:0 1px 2px #0000000d;color:#64748b;cursor:pointer;display:inline-flex;font-size:.9375rem;font-weight:600;gap:.625rem;letter-spacing:-.01em;padding:.875rem 1.75rem;transition:all .2s ease}.ugc3-level-review-btn svg{flex-shrink:0}.ugc3-level-review-btn-active{background:linear-gradient(135deg,#42bcff,#0ea5e9);box-shadow:0 4px 12px #42bcff4d,0 0 0 1px #42bcff1a;color:#fff}.ugc3-level-review-btn-active:hover:not(:disabled){box-shadow:0 6px 16px #42bcff66,0 0 0 1px #42bcff26;transform:translateY(-1px)}.ugc3-level-review-btn:disabled{background:#f1f5f9;box-shadow:0 1px 2px #0000000d;color:#94a3b8;cursor:not-allowed;opacity:.6;transform:none}.ugc3-creator-level-note{color:#64748b;font-size:.8125rem;line-height:1.6;margin:.75rem 0 0;max-width:600px}.ugc3-danger-card{background:linear-gradient(135deg,#fee2e273,#fecaca59);border:1px solid #ef444433}.ugc3-danger-copy{color:#7f1d1d;font-size:.9rem;margin:0}.ugc3-delete-btn{align-items:center;align-self:flex-start;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:999px;box-shadow:0 10px 24px #ef44444d;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:.55rem;padding:.65rem 1.4rem;transition:transform .2s ease,box-shadow .2s ease}.ugc3-delete-btn:hover{box-shadow:0 14px 30px #ef444466;transform:translateY(-1px)}.ugc3-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a66;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:1000}.ugc3-modal{background:#fff;border-radius:20px;box-shadow:0 30px 70px #0f172a40;display:flex;flex-direction:column;width:min(420px,100%)}.ugc3-modal-header{padding:1.5rem 1.75rem .75rem}.ugc3-modal-header h3{color:#0f172a;font-size:1.2rem;margin:0}.ugc3-modal-close{background:#0000;border:none}.ugc3-modal-body{display:flex;flex-direction:column;gap:1.25rem;padding:0 1.75rem 1.5rem}.ugc3-modal-warning{align-items:flex-start;background:#ef444414;border-radius:12px;color:#991b1b;display:flex;gap:.75rem;padding:.9rem 1rem}.ugc3-modal-warning h4{font-size:1rem;margin:0 0 .25rem}.ugc3-modal-warning p{font-size:.85rem;margin:0}.ugc3-modal-actions{display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.75rem 1.5rem}.ugc3-modal-cancel,.ugc3-modal-delete{border:none;border-radius:999px;cursor:pointer;font-size:.85rem;font-weight:600;padding:.6rem 1.4rem}.ugc3-modal-cancel{background:#0f172a0f;color:#1f2937}.ugc3-modal-delete{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 10px 22px #ef44444d;color:#fff}.ugc3-modal-delete:disabled{box-shadow:none;cursor:not-allowed;opacity:.5}.calendly-overlay{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a73;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:1100}.calendly-modal{background:#fff;border-radius:24px;box-shadow:0 28px 72px #0f172a47;display:flex;flex-direction:column;max-height:90vh;overflow:hidden;width:min(620px,100%)}.calendly-modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.4rem 1.75rem}.calendly-modal-header h3{color:#0f172a;font-size:1.2rem;font-weight:600;margin:0}.calendly-close{background:#0f172a0f;border:none;border-radius:50%;color:#475569;cursor:pointer;display:grid;height:32px;place-items:center;transition:background .2s ease,color .2s ease;width:32px}.calendly-close:hover{background:#0f172a1f;color:#0f172a}.calendly-modal-body{padding:0}.ugc3-payments-card{display:flex;flex-direction:column;gap:1.5rem}.ugc3-payments-summary{align-items:center;display:flex;gap:1.25rem;justify-content:space-between}.ugc3-payments-status{align-items:flex-start;display:flex;gap:.9rem}.ugc3-payments-status svg{color:#42bcff;flex-shrink:0}.ugc3-payments-status h3{color:#0f172a;font-size:1.05rem;margin:0 0 .35rem}.ugc3-payments-status p{color:#64748b;font-size:.88rem;margin:0}.ugc3-payments-status-badge{border:1px solid #0000;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.08em;padding:.35rem .85rem;text-transform:uppercase}.ugc3-payments-status-active{background:#10b9811f;border-color:#10b98166;color:#0f766e}.ugc3-payments-status-inactive{background:#f8049c1f;border-color:#f8049c59;color:#be185d}.ugc3-payments-actions{display:flex;flex-direction:column;gap:.75rem}.ugc3-stripe-btn{align-self:flex-start;background:linear-gradient(135deg,#635bff,#22d3ee);border:none;border-radius:999px;box-shadow:0 14px 32px #635bff59;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.8rem;transition:transform .2s ease,box-shadow .2s ease}.ugc3-stripe-btn:hover:not(:disabled){box-shadow:0 18px 38px #635bff73;transform:translateY(-1px)}.ugc3-stripe-btn:disabled{cursor:not-allowed;opacity:.6}.ugc3-stripe-btn{align-items:center;display:flex;gap:.5rem}.spinning{animation:spin 1s linear infinite}.ugc3-payments-status-pending{background:#fbbf241f;border-color:#fbbf2466;color:#92400e}.ugc3-payments-note{color:#6b7280;font-size:.85rem;margin:0}.ugc3-payments-info-box{background:#f8fafc;border:1px solid #e2e8f0;border-left:3px solid #42bcff;border-radius:.5rem;margin-top:1rem;padding:1.25rem}.ugc3-payments-info-title{color:#0f172a;font-size:.9rem;font-weight:600;margin:0 0 .75rem}.ugc3-payments-info-list{color:#475569;font-size:.85rem;line-height:1.6;list-style-type:disc;margin:0 0 .75rem;padding-left:1.25rem}.ugc3-payments-info-list li{margin-bottom:.5rem}.ugc3-payments-info-list li:last-child{margin-bottom:0}.ugc3-payments-info-list strong{color:#0f172a;font-weight:600}.ugc3-payments-info-footer{color:#64748b;font-size:.8rem;font-style:italic;margin:0}@media (min-width:900px){.ugc3-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ugc3-creator-level-card,.ugc3-danger-card,.ugc3-profile-card,.ugc3-support-card{grid-column:1/-1}}@media (max-width:640px){.ugc3-settings-container{padding:2rem 1.25rem 3rem}.ugc3-settings-card{padding:1.75rem}.ugc3-notification-item{align-items:flex-start;flex-direction:column}.ugc3-secondary-btn{text-align:center;width:100%}.ugc3-support-btn{justify-content:center;width:100%}.calendly-modal{border-radius:16px;height:90vh;width:100%}.calendly-modal-header{padding:1.2rem 1.4rem}.ugc3-payments-summary{align-items:flex-start;flex-direction:column}}.ugc3-floating-chat-button{align-items:center;animation:ugc3-chat-button-float 3s ease-in-out infinite;background:linear-gradient(135deg,#f8049c,#fbbf24);border:none;border-radius:50%;bottom:2rem;box-shadow:0 4px 12px #f8049c4d,0 8px 24px #f8049c33;color:#fff;cursor:pointer;display:flex;height:60px;justify-content:center;position:fixed;right:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:60px;z-index:1000}@keyframes ugc3-chat-button-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.ugc3-floating-chat-button:hover{animation:none;background:linear-gradient(135deg,#e0038a,#f59e0b);box-shadow:0 8px 20px #f8049c66,0 12px 32px #f8049c4d;transform:scale(1.1) translateY(-4px)}.ugc3-floating-chat-button:active{transform:scale(1.05)}.ugc3-floating-chat-badge{align-items:center;animation:ugc3-chat-badge-pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#42bcff,#0ea5e9);border:2px solid #fff;border-radius:10px;box-shadow:0 2px 8px #f8049c66;color:#fff;display:flex;font-size:.75rem;font-weight:700;height:20px;justify-content:center;min-width:20px;padding:0 .375rem;position:absolute;right:-4px;top:-4px}@keyframes ugc3-chat-badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width:768px){.ugc3-floating-chat-button{bottom:1.5rem;height:56px;right:1.5rem;width:56px}.ugc3-floating-chat-button svg{height:22px;width:22px}}@media (prefers-reduced-motion:reduce){.ugc3-floating-chat-badge,.ugc3-floating-chat-button{animation:none}.ugc3-floating-chat-button:hover{transform:scale(1.05)}}.ugc3-chat-panel-overlay{animation:ugc3-chat-panel-fadeIn .2s ease;background:#0000004d;bottom:0;left:0;position:fixed;right:0;top:0;z-index:2000}@keyframes ugc3-chat-panel-fadeIn{0%{opacity:0}to{opacity:1}}.ugc3-chat-panel{animation:ugc3-chat-panel-slideUp .3s cubic-bezier(.16,1,.3,1);background:#fff;border-radius:16px;bottom:5.5rem;box-shadow:0 0 0 1px #0000000d,0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;height:600px;max-height:calc(100vh - 8rem);overflow:hidden;position:fixed;right:2rem;width:400px}@keyframes ugc3-chat-panel-slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.ugc3-chat-panel-header{align-items:center;background:linear-gradient(135deg,#fff8f9,#fffdf4);border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.ugc3-chat-panel-header-content{align-items:center;display:flex;gap:.625rem}.ugc3-chat-panel-header-content svg{color:#42bcff}.ugc3-chat-panel-header h3{color:#0f172a;font-size:1.125rem;font-weight:700;margin:0}.ugc3-chat-panel-close{align-items:center;background:#0000;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .2s ease}.ugc3-chat-panel-close:hover{background:#f8fafc;color:#64748b}.ugc3-chat-panel-body{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.ugc3-chat-search{align-items:center;background:#fff;border-bottom:1px solid #f1f5f9;display:flex;gap:.75rem;padding:1rem 1.5rem}.ugc3-chat-search svg{color:#94a3b8;flex-shrink:0}.ugc3-chat-search-input{background:#0000;border:none;color:#0f172a;flex:1 1;font-size:.875rem;outline:none}.ugc3-chat-search-input::placeholder{color:#cbd5e1}.ugc3-chat-conversations{flex:1 1;overflow-y:auto}.ugc3-chat-conversation-item{border-bottom:1px solid #f8fafc;cursor:pointer;display:flex;gap:.875rem;padding:1rem 1.5rem;position:relative;transition:all .15s ease}.ugc3-chat-conversation-item:hover{background:#f8fafc}.ugc3-chat-conversation-item.unread{background:#eff6ff}.ugc3-chat-conversation-item.unread:hover{background:#dbeafe}.ugc3-chat-conversation-avatar{align-items:center;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.125rem;font-weight:600;height:48px;justify-content:center;overflow:hidden;width:48px}.ugc3-chat-conversation-avatar img{height:100%;object-fit:cover;width:100%}.ugc3-chat-conversation-content{display:flex;flex:1 1;flex-direction:column;gap:.25rem;min-width:0}.ugc3-chat-conversation-header{align-items:center;display:flex;gap:.5rem;justify-content:space-between;padding-right:2.5rem}.ugc3-chat-conversation-brand{color:#0f172a;font-size:.875rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ugc3-chat-conversation-time{color:#64748b;flex-shrink:0;font-size:.75rem;white-space:nowrap}.ugc3-chat-conversation-project{color:#64748b;font-size:.8125rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ugc3-chat-unread-badge{background:#ec4899;border-radius:9px;font-size:.75rem;font-weight:600;height:18px;min-width:18px;padding:0 .25rem;top:.75rem;z-index:1}.ugc3-chat-conversation-preview{color:#94a3b8;font-size:.8125rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ugc3-chat-unread-badge{background:linear-gradient(135deg,#f8049c,#ff6b9d);border-radius:10px;color:#fff;font-size:.6875rem;font-weight:700;height:20px;min-width:20px;padding:0 .375rem;position:absolute;right:1rem;top:1rem}.ugc3-chat-empty,.ugc3-chat-unread-badge{align-items:center;display:flex;justify-content:center}.ugc3-chat-empty{color:#94a3b8;flex-direction:column;padding:3rem 2rem;text-align:center}.ugc3-chat-empty svg{margin-bottom:1rem;opacity:.3}.ugc3-chat-empty p{color:#64748b;font-size:1rem;font-weight:600;margin:0 0 .5rem}.ugc3-chat-empty span{font-size:.875rem}.ugc3-chat-empty-messages{align-items:center;display:flex;justify-content:center;padding:2rem;text-align:center}.ugc3-chat-empty-messages p{color:#94a3b8;font-size:.875rem;margin:0}.ugc3-chat-view-header{align-items:center;background:#fff;border-bottom:1px solid #f1f5f9;display:flex;gap:.75rem;padding:1rem 1.5rem}.ugc3-chat-back-btn{align-items:center;background:#0000;border:none;color:#42bcff;cursor:pointer;display:flex;font-size:1.25rem;padding:.25rem;transition:all .2s ease}.ugc3-chat-back-btn:hover{color:#0ea5e9}.ugc3-chat-view-info{flex:1 1;min-width:0}.ugc3-chat-view-brand{color:#0f172a;font-size:.9375rem;font-weight:600}.ugc3-chat-view-brand,.ugc3-chat-view-project{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ugc3-chat-view-project{color:#64748b;font-size:.8125rem}.ugc3-chat-messages{display:flex;flex:1 1;flex-direction:column;gap:1rem;overflow-y:auto;padding:1.5rem}.ugc3-chat-message{display:flex}.ugc3-chat-message.sent{justify-content:flex-end}.ugc3-chat-message.received{align-items:flex-start;gap:.75rem;justify-content:flex-start}.ugc3-chat-message-avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:32px;justify-content:center;overflow:hidden;width:32px}.ugc3-chat-message-avatar img{height:100%;object-fit:cover;width:100%}.ugc3-chat-message-avatar span{color:#fff;font-size:.875rem;font-weight:600;text-transform:uppercase}.ugc3-chat-message-content{border-radius:12px;max-width:75%;padding:.75rem 1rem}.ugc3-chat-message.sent .ugc3-chat-message-content{background:linear-gradient(135deg,#42bcff,#0ea5e9);border-bottom-right-radius:4px;color:#fff}.ugc3-chat-message.received .ugc3-chat-message-content{background:#f1f5f9;border-bottom-left-radius:4px;color:#0f172a}.ugc3-chat-message-content p{font-size:.9375rem;line-height:1.5;margin:0 0 .25rem}.ugc3-chat-message-time{display:block;font-size:.6875rem;opacity:.7}.ugc3-chat-input-container{background:#fff;border-top:1px solid #f1f5f9;display:flex;gap:.75rem;padding:1rem 1.5rem}.ugc3-chat-message-input{border:1px solid #e2e8f0;border-radius:10px;flex:1 1;font-size:.875rem;outline:none;padding:.75rem 1rem;transition:all .2s ease}.ugc3-chat-message-input:focus{border-color:#42bcff;box-shadow:0 0 0 3px #42bcff1a}.ugc3-chat-send-btn{align-items:center;background:linear-gradient(135deg,#f8049c,#fbbf24);border:none;border-radius:8px;box-shadow:0 1px 3px #0000001a;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;transition:all .15s ease;width:40px}.ugc3-chat-send-btn:hover:not(:disabled){background:linear-gradient(135deg,#e0038a,#f59e0b);box-shadow:0 2px 6px #00000026}.ugc3-chat-send-btn:disabled{box-shadow:0 1px 3px #0000001a;cursor:not-allowed;opacity:.5}.ugc3-chat-conversations::-webkit-scrollbar,.ugc3-chat-messages::-webkit-scrollbar{width:6px}.ugc3-chat-conversations::-webkit-scrollbar-track,.ugc3-chat-messages::-webkit-scrollbar-track{background:#0000}.ugc3-chat-conversations::-webkit-scrollbar-thumb,.ugc3-chat-messages::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:3px}.ugc3-chat-conversations::-webkit-scrollbar-thumb:hover,.ugc3-chat-messages::-webkit-scrollbar-thumb:hover{background:#cbd5e1}@media (max-width:768px){.ugc3-chat-panel{bottom:4.5rem;height:500px;left:1rem;max-height:calc(100vh - 6rem);right:1rem;width:auto}}.ugc3-welcome-screen{align-items:center;animation:fadeOut .5s ease-out forwards;background:linear-gradient(135deg,#fff8f9,#fffdf4);color:#111;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.ugc3-welcome-screen h1{color:#111;font-size:28px;font-weight:600;margin-bottom:24px;text-align:center}.ugc3-welcome-screen:before{animation:floatGlow 12s ease-in-out infinite alternate;background:radial-gradient(circle,#ffc0cb26 0,#ffefb826 100%);border-radius:50%;content:"";filter:blur(80px);height:400px;position:absolute;width:400px;z-index:-1}@keyframes floatGlow{0%{transform:translate(-50px,-30px)}to{transform:translate(50px,30px)}}@keyframes fadeOut{0%{opacity:1}80%{opacity:1}to{opacity:0;visibility:hidden}}.ugc3-spinner{animation:spin 1s linear infinite;background:conic-gradient(from 0deg,#f8049c,#f97316,#f8049c);border:4px solid #f3f4f6;border-radius:50%;border-top-color:#0000;height:60px;margin-top:16px;position:relative;width:60px}.ugc3-spinner:before{background:#fff;border-radius:50%;bottom:4px;content:"";left:4px;position:absolute;right:4px;top:4px}.ugc3-blacklist-banner{align-items:flex-start;background:linear-gradient(135deg,#fee2e2,#fecaca);border:2px solid #ef4444;border-radius:12px;box-shadow:0 4px 12px #ef444433;display:flex;gap:1rem;margin:0 0 1.5rem;padding:1.25rem 1.5rem}.ugc3-blacklist-icon{flex-shrink:0;font-size:2rem}.ugc3-blacklist-content{flex:1 1}.ugc3-blacklist-content h3{color:#991b1b;font-size:1.125rem;font-weight:700;margin:0 0 .5rem}.ugc3-blacklist-content p{color:#7f1d1d;font-size:.875rem;line-height:1.5;margin:0 0 .5rem}.ugc3-blacklist-content p:last-child{margin-bottom:0}.ugc3-blacklist-note{color:#991b1b;font-weight:600}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ugc3-dashboard-wrapper{display:flex;height:100vh;overflow:hidden;width:100%}.ugc3-dashboard-content,.ugc3-dashboard-wrapper{background:linear-gradient(135deg,#fff8f9,#fffdf4)}.ugc3-dashboard-content{flex:1 1;margin-left:70px;min-height:100vh;overflow-y:auto;padding:120px 40px 40px}.ugc3-dashboard-header-bar{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;border:1px solid #fff3;border-radius:0 0 20px 20px;box-shadow:0 8px 32px #0000001a;display:flex;height:auto;justify-content:flex-end;padding:1.5rem 2rem;position:fixed;right:2rem;top:0;width:auto;z-index:100}.ugc3-header-credits-box{background:linear-gradient(135deg,#f8049c,#ff6b9d);border-radius:12px;box-shadow:0 4px 12px #f8049c33;color:#fff;padding:16px 24px;text-align:center}.ugc3-header-credits-amount{display:block;font-size:24px;font-weight:700;margin-bottom:4px}.ugc3-header-credits-label{font-size:14px;opacity:.9}.ugc3-dashboard-user-info{align-items:center;display:flex;gap:1rem}.ugc3-dashboard-welcome{color:#2d3748;font-size:18px;font-weight:600}.ugc3-header-controls{align-items:center;display:flex;gap:1rem}.ugc3-loading{align-items:center;background:linear-gradient(135deg,#fff8f9,#fffdf4);display:flex;flex-direction:column;height:100vh;justify-content:center}.ugc3-loading p{color:#374151;font-size:16px;font-weight:500;margin-top:16px}.ugc3-loading-text{margin-top:16px}.ugc3-dashboard-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.ugc3-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden;padding:24px;position:relative;text-align:center;transition:transform .2s ease}.ugc3-stat-card:hover{box-shadow:0 8px 24px #f8049c1a;transform:translateY(-3px)}.ugc3-stat-card:before{background:linear-gradient(90deg,#f8049c,#e00388);content:"";height:4px;left:0;position:absolute;right:0;top:0}.ugc3-stat-icon{align-items:center;background:linear-gradient(135deg,#f8049c,#e00388);border-radius:12px;color:#fff;display:flex;font-size:20px;height:48px;justify-content:center;margin:0 auto 16px;width:48px}.ugc3-stat-card h3{color:#718096;font-size:14px;font-weight:600;letter-spacing:.5px;margin:0 0 8px;text-transform:uppercase}.ugc3-stat-value{color:#1a202c;font-size:28px;font-weight:700;margin:0}.ugc3-status{border-radius:20px;display:inline-block;font-size:16px!important;padding:4px 12px}.ugc3-status.available{background:#c6f6d5;color:#22543d}.ugc3-status.limited{background:#fef5e7;color:#744210}.ugc3-status.unavailable{background:#fed7d7;color:#742a2a}.ugc3-dashboard-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;padding:24px}.ugc3-dashboard-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.ugc3-dashboard-card-title{color:#1a202c;font-size:20px;font-weight:600;margin:0}.ugc3-add-button,.ugc3-edit-button{align-items:center;background:#f8049c;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:6px;padding:8px 16px;transition:all .2s ease}.ugc3-add-button:hover,.ugc3-edit-button:hover{background:#e00388;transform:translateY(-1px)}.ugc3-projects-list{display:flex;flex-direction:column;gap:16px}.ugc3-project-item{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;justify-content:space-between;padding:16px;transition:all .2s ease}.ugc3-project-item:hover{border-color:#f8049c;box-shadow:0 2px 8px #f8049c1a}.ugc3-project-info h4{color:#1a202c;font-size:16px;font-weight:600;margin:0 0 4px}.ugc3-project-brand{color:#f8049c;font-size:14px;font-weight:500;margin:0 0 4px}.ugc3-project-description{color:#718096;font-size:14px;margin:0;max-width:400px}.ugc3-project-meta{align-items:flex-end;display:flex;flex-direction:column;gap:4px}.ugc3-project-amount{color:#1a202c;font-size:18px;font-weight:700}.ugc3-project-status{font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.ugc3-view-all-button{background:#0000;border:1px solid #f8049c;border-radius:6px;color:#f8049c;cursor:pointer;font-size:14px;font-weight:600;margin-top:16px;padding:8px 16px;transition:all .2s ease}.ugc3-view-all-button:hover{background:#f8049c;color:#fff}.ugc3-projects-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.ugc3-project-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;transition:all .2s ease}.ugc3-project-card:hover{border-color:#f8049c;box-shadow:0 4px 12px #f8049c1a;transform:translateY(-2px)}.ugc3-project-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.ugc3-project-header h4{color:#1a202c;flex:1 1;font-size:16px;font-weight:600;margin:0}.ugc3-project-status-badge{border-radius:12px;color:#fff;font-size:10px;font-weight:600;letter-spacing:.5px;padding:4px 8px;text-transform:uppercase;white-space:nowrap}.ugc3-project-footer{align-items:center;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;padding-top:12px}.ugc3-project-due{color:#718096;font-size:12px}.ugc3-dashboard-profile-info{display:flex;flex-direction:column;gap:24px}.ugc3-profile-basic{display:flex;gap:20px;margin-bottom:24px}.ugc3-profile-avatar{flex-shrink:0}.ugc3-profile-avatar img{border-radius:50%;height:80px;object-fit:cover;width:80px}.ugc3-profile-avatar-placeholder{align-items:center;background:#f8049c;border-radius:50%;color:#fff;display:flex;font-size:24px;font-weight:600;height:80px;justify-content:center;width:80px}.ugc3-profile-details h3{color:#1a202c;font-size:24px;font-weight:700;margin:0 0 4px}.ugc3-profile-username{color:#f8049c;font-size:16px;font-weight:600;margin:0 0 4px}.ugc3-profile-email{color:#718096;font-size:14px;margin:0 0 8px}.ugc3-profile-bio{color:#4a5568;font-size:14px;line-height:1.5;margin:0}.ugc3-profile-categories h4,.ugc3-profile-rates h4,.ugc3-profile-social h4{color:#1a202c;font-size:16px;font-weight:600;margin:0 0 12px}.ugc3-social-links{display:flex;flex-wrap:wrap;gap:12px}.ugc3-social-links a{background:#fef5f7;border-radius:4px;color:#f8049c;font-weight:500;padding:4px 8px;text-decoration:none;transition:all .2s ease}.ugc3-social-links a:hover{background:#f8049c;color:#fff}.ugc3-categories-tags{display:flex;flex-wrap:wrap;gap:8px}.ugc3-category-tag{background:#fef5f7;border-radius:16px;color:#f8049c;font-size:12px;font-weight:500;padding:4px 12px}.ugc3-profile-rates p{color:#4a5568;font-size:14px;margin:8px 0}.ugc3-profile-edit-form{display:flex;flex-direction:column;gap:24px}.ugc3-form-section{display:flex;flex-direction:column;gap:16px}.ugc3-form-section h3{color:#1a202c;font-size:18px;font-weight:600;margin:0}.ugc3-form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.ugc3-form-group{display:flex;flex-direction:column;gap:6px}.ugc3-form-group label{color:#4a5568;font-size:14px;font-weight:600}.ugc3-form-group input,.ugc3-form-group select,.ugc3-form-group textarea{border:1px solid #e2e8f0;border-radius:6px;font-size:14px;padding:10px 12px;transition:border-color .2s ease}.ugc3-form-group input:focus,.ugc3-form-group select:focus,.ugc3-form-group textarea:focus{border-color:#f8049c;outline:none}.ugc3-categories-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.ugc3-category-checkbox{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:8px;padding:8px;transition:background-color .2s ease}.ugc3-category-checkbox:hover{background:#f7fafc}.ugc3-category-checkbox input[type=checkbox]{accent-color:#f8049c;height:16px;width:16px}.ugc3-form-actions{border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;padding-top:16px}.ugc3-save-button{align-items:center;background:#f8049c;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:6px;padding:10px 20px;transition:all .2s ease}.ugc3-save-button:hover{background:#e00388;transform:translateY(-1px)}.ugc3-earnings-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.ugc3-earnings-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:24px;text-align:center}.ugc3-earnings-card h3{color:#718096;font-size:14px;font-weight:600;letter-spacing:.5px;margin:0 0 8px;text-transform:uppercase}.ugc3-earnings-amount{color:#1a202c;font-size:28px;font-weight:700;margin:0}.ugc3-earnings-chart{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:40px;text-align:center}.ugc3-coming-soon{color:#718096;padding:60px 20px;text-align:center}.ugc3-coming-soon h3{color:#4a5568;font-size:24px;margin-bottom:16px}.ugc3-coming-soon p{font-size:16px;line-height:1.6;margin:0 auto;max-width:400px}@media (max-width:768px){.ugc3-dashboard-content{margin-left:60px;padding:20px}.ugc3-dashboard-header-bar{align-items:flex-start;flex-direction:column;gap:16px}.ugc3-dashboard-stats{grid-template-columns:repeat(2,1fr)}.ugc3-earnings-stats,.ugc3-projects-grid{grid-template-columns:1fr}.ugc3-profile-basic{flex-direction:column;text-align:center}.ugc3-form-row{grid-template-columns:1fr}.ugc3-categories-grid{grid-template-columns:repeat(2,1fr)}.ugc3-dashboard-card-header{align-items:flex-start;flex-direction:column;gap:16px}.ugc3-project-item{flex-direction:column;gap:12px}.ugc3-project-item,.ugc3-project-meta{align-items:flex-start}}.ugc3-welcome-section{margin-bottom:3rem;padding:2rem 0;text-align:center}.ugc3-welcome-title{color:#1a202c;font-size:2.5rem;font-weight:700;letter-spacing:-.5px;margin:0}.ugc3-main-cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:1200px}.ugc3-main-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 20px #00000014;cursor:pointer;display:flex;flex-direction:column;gap:1rem;max-width:320px;min-width:280px;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.ugc3-main-card:hover{border-color:#f8049c;box-shadow:0 8px 30px #f8049c26;transform:translateY(-4px)}.ugc3-card-icon{align-items:center;color:#f8049c;display:flex;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.ugc3-card-icon .lucide-icon{stroke-width:2;color:#f8049c;height:32px;width:32px}.ugc3-card-content{align-items:center;display:flex;flex:1 1;flex-direction:column}.ugc3-card-content h3{color:#1a202c;font-size:1.25rem;font-weight:700;line-height:1.3;margin:0 0 .5rem}.ugc3-card-content p{color:#6b7280;font-size:.95rem;line-height:1.5;margin:0 0 1rem}.ugc3-card-stats{align-items:center;display:flex;flex-direction:column;gap:.25rem;margin-top:auto}.ugc3-stat-number{color:#1a202c;font-size:2rem;font-weight:700;margin:0}.ugc3-stat-label{color:#6b7280;font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.ugc3-cta-section{margin-top:2rem;text-align:center}.ugc3-inspiration-btn{align-items:center;background:linear-gradient(135deg,#f8049c,#e00388);border:none;border-radius:12px;box-shadow:0 4px 15px #f8049c4d;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.ugc3-inspiration-btn:hover{box-shadow:0 6px 20px #f8049c66;transform:translateY(-2px)}.ugc3-btn-icon{stroke-width:2;color:#fff;height:20px;width:20px}.ugc3-section-description{color:#6b7280;font-size:1rem;margin:0 0 1.5rem}.ugc3-new-projects-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.ugc3-new-project-card{border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem}.ugc3-new-project-card:hover{box-shadow:0 4px 20px #f8049c1a}.ugc3-project-category{background:#fef5f7;border-radius:20px;color:#f8049c;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.25rem .75rem;text-transform:uppercase}.ugc3-project-info-row{border-bottom:1px solid #f3f4f6;padding:.5rem 0}.ugc3-info-label{color:#374151}.ugc3-info-value{color:#6b7280}.ugc3-project-price{color:#059669;font-size:1rem;font-weight:700}.ugc3-project-actions{display:flex;gap:1rem;margin-top:1.5rem}.ugc3-accept-btn{background:#059669;border-radius:8px;flex:1 1;padding:.75rem 1.5rem;transition:all .2s ease}.ugc3-accept-btn:hover{background:#047857;transform:translateY(-1px)}.ugc3-decline-btn{background:#dc2626;border-radius:8px;flex:1 1;padding:.75rem 1.5rem;transition:all .2s ease}.ugc3-decline-btn:hover{background:#b91c1c;transform:translateY(-1px)}.ugc3-current-projects-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.ugc3-current-project-card{border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.ugc3-current-project-card:hover{border-color:#f8049c;box-shadow:0 4px 20px #f8049c1a}.ugc3-no-projects{background:#f9fafb;border:2px dashed #d1d5db;border-radius:12px;color:#6b7280;padding:3rem 1rem}.ugc3-no-projects p{font-size:1.1rem;margin:0}.ugc3-projects-container{margin:0 auto;max-width:1400px;padding:0}.ugc3-projects-overview{padding:2rem}.ugc3-overview-header{margin-bottom:3rem;text-align:center}.ugc3-overview-title{color:#0f172a;font-size:2.5rem;font-weight:800;letter-spacing:-.025em;margin:0 0 1rem}.ugc3-overview-subtitle{color:#64748b;font-size:1.125rem;font-weight:500;margin:0}.ugc3-overview-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.ugc3-overview-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;box-shadow:0 4px 20px #00000014;cursor:pointer;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.ugc3-overview-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.ugc3-overview-card-header{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;text-align:center}.ugc3-overview-card-icon{align-items:center;border-radius:16px;display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.ugc3-overview-card.new-projects .ugc3-overview-card-icon{background:linear-gradient(135deg,#fef5f7,#fce7f3)}.ugc3-overview-card.current-projects .ugc3-overview-card-icon{background:linear-gradient(135deg,#eff6ff,#dbeafe)}.ugc3-overview-card.completed-projects .ugc3-overview-card-icon{background:linear-gradient(135deg,#ecfdf5,#d1fae5)}.ugc3-overview-icon{color:#64748b;height:2rem;width:2rem}.ugc3-overview-card-title{position:relative}.ugc3-overview-card-title h3{color:#0f172a;font-size:1.5rem;font-weight:700;line-height:1.3;margin:0 0 .5rem}.ugc3-overview-card-title p{color:#64748b;font-size:.95rem;line-height:1.5;margin:0}.ugc3-overview-card-count{margin-bottom:2rem;position:relative;text-align:center}.ugc3-overview-count-number{color:#0f172a;display:block;font-size:3rem;font-weight:800;letter-spacing:-.025em;line-height:1;margin-bottom:.5rem}.ugc3-overview-count-label{color:#64748b;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.ugc3-overview-card.new-projects.has-new{position:relative}.ugc3-overview-card.new-projects.has-new:after{animation:pulseGlow 2s ease-in-out infinite;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50%;box-shadow:0 0 15px #ef4444cc;content:"";height:8px;left:10px;position:absolute;top:10px;width:8px;z-index:10}@keyframes pulseGlow{0%{box-shadow:0 0 0 0 #ef4444b3;opacity:1;transform:scale(1)}50%{box-shadow:0 0 0 10px #ef44444d;opacity:.9;transform:scale(1.1)}to{box-shadow:0 0 0 20px #ef444400;opacity:1;transform:scale(1)}}.ugc3-overview-card-action{border-top:1px solid #f1f5f9;padding-top:1rem;text-align:center}.ugc3-overview-action-text{color:#3b82f6;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;transition:all .3s ease}.ugc3-overview-card:hover .ugc3-overview-action-text{color:#1d4ed8;transform:translateX(4px)}.ugc3-breadcrumb{background:#fff;border-bottom:1px solid #f1f5f9;padding:1rem 2rem}.ugc3-breadcrumb-back{align-items:center;background:none;border:none;color:#3b82f6;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.5rem 0;transition:all .3s ease}.ugc3-breadcrumb-back:hover{color:#1d4ed8;transform:translateX(-4px)}.ugc3-projects-section{background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 4px 20px #00000014;margin-bottom:4rem;padding:2rem}.ugc3-section-title{align-items:center;color:#0f172a;display:flex;font-size:1.5rem;font-weight:700;gap:.75rem;margin-bottom:.5rem}.ugc3-section-title:before{background:linear-gradient(135deg,#f8049c,#3b82f6);border-radius:2px;content:"";height:24px;width:4px}.ugc3-new-projects-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(420px,1fr));margin-top:2rem}.ugc3-new-project-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;padding:0;position:relative;transition:all .3s ease}.ugc3-new-project-card:hover{border-color:#f8049c;box-shadow:0 12px 40px #0000001f;transform:translateY(-4px)}.ugc3-new-project-card:before{background:linear-gradient(90deg,#f8049c,#3b82f6);content:"";height:4px;left:0;position:absolute;right:0;top:0}.ugc3-project-header{border-bottom:1px solid #f1f5f9;padding:1.5rem 1.5rem 1rem}.ugc3-project-name{color:#0f172a;font-size:1.25rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.ugc3-project-brand{color:#64748b;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.ugc3-project-category{display:flex;gap:.5rem;margin:1rem 0;padding:0 1.5rem}.ugc3-category-badge{background:linear-gradient(135deg,#f8049c,#e00388)}.ugc3-category-badge,.ugc3-service-badge{align-items:center;border-radius:12px;color:#fff;display:inline-flex;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.375rem .875rem;text-transform:uppercase}.ugc3-service-badge{background:linear-gradient(135deg,#3b82f6,#2563eb)}.ugc3-project-details{margin:1rem 0;padding:0 1.5rem}.ugc3-project-info-row{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:.75rem 0}.ugc3-project-info-row:last-child{border-bottom:none}.ugc3-info-label{color:#475569;font-size:.875rem;font-weight:600}.ugc3-info-value{color:#64748b;font-size:.875rem;font-weight:500;max-width:60%;text-align:right}.ugc3-project-price{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-top:1rem;padding:1.25rem 1.5rem}.ugc3-price-label{color:#475569;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.ugc3-price-value{color:#059669;font-size:1.5rem;font-weight:800;letter-spacing:-.025em}.ugc3-project-actions{background:#fafbfc;border-top:1px solid #f1f5f9;padding:1.5rem}.ugc3-view-details-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;box-shadow:0 4px 12px #3b82f64d;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;letter-spacing:.05em;padding:.875rem 1.5rem;text-transform:uppercase;transition:all .3s ease;width:100%}.ugc3-view-details-btn:hover{box-shadow:0 6px 20px #3b82f666;transform:translateY(-2px)}.ugc3-current-projects-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(420px,1fr));margin-top:2rem}.ugc3-current-project-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;padding:0;position:relative;transition:all .3s ease}.ugc3-current-project-card:hover{border-color:#3b82f6;box-shadow:0 12px 40px #0000001f;transform:translateY(-4px)}.ugc3-current-project-card:before{background:linear-gradient(90deg,#3b82f6,#10b981);content:"";height:4px;left:0;position:absolute;right:0;top:0}.ugc3-current-project-card.completed:before{background:linear-gradient(90deg,#10b981,#059669)}.ugc3-progress-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;margin:1.5rem 0;padding:1.5rem}.ugc3-progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.ugc3-progress-label{color:#0f172a;font-size:.875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.ugc3-progress-percentage{color:#3b82f6;font-size:1.25rem;font-weight:800;letter-spacing:-.025em}.ugc3-progress-bar{background:#e2e8f0;border-radius:8px;box-shadow:inset 0 2px 4px #0000001a;height:12px;margin-bottom:1.5rem;overflow:hidden;width:100%}.ugc3-progress-fill{background:linear-gradient(90deg,#3b82f6,#10b981);border-radius:8px;height:100%;transition:width .5s ease}.ugc3-progress-steps{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.ugc3-progress-step{background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000000d;color:#64748b;cursor:pointer;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.75rem 1rem;text-align:center;text-transform:uppercase;transition:all .3s ease}.ugc3-progress-step:hover:not(:disabled){border-color:#3b82f6;box-shadow:0 4px 8px #3b82f633;color:#3b82f6;transform:translateY(-1px)}.ugc3-progress-step.completed{background:linear-gradient(135deg,#10b981,#059669);border-color:#10b981;box-shadow:0 4px 12px #10b9814d;color:#fff}.ugc3-progress-step:disabled{cursor:not-allowed;opacity:.6}.ugc3-project-status{background:#fafbfc;border-top:1px solid #f1f5f9;padding:1.5rem;text-align:center}.ugc3-status-badge{align-items:center;border-radius:12px;box-shadow:0 4px 12px #10b9814d;color:#fff;display:inline-flex;font-size:.875rem;font-weight:700;letter-spacing:.05em;padding:.75rem 1.5rem;text-transform:uppercase}.ugc3-status-badge.completed{background:linear-gradient(135deg,#10b981,#059669)}.ugc3-no-projects{background:#fff;border:2px dashed #e2e8f0;border-radius:16px;color:#64748b;margin-top:2rem;padding:4rem 2rem;text-align:center}.ugc3-no-projects-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.6}.ugc3-no-projects h3{color:#0f172a;font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.ugc3-no-projects p{font-size:1rem;line-height:1.6;margin:0 auto;max-width:400px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ugc3-modal-content{animation:slideUp .3s ease;background:#fff;border:1px solid #f1f5f9;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;max-height:90vh;max-width:700px;overflow-y:auto;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.ugc3-modal-header{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #f1f5f9;border-radius:20px 20px 0 0;display:flex;justify-content:space-between;padding:2rem 2rem 1.5rem}.ugc3-modal-header h2{color:#0f172a;font-size:1.75rem;font-weight:800;letter-spacing:-.025em;margin:0}.ugc3-modal-close{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000000d;color:#64748b;cursor:pointer;display:flex;font-size:1.25rem;height:40px;justify-content:center;padding:.5rem;transition:all .3s ease;width:40px}.ugc3-modal-close:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a;transform:scale(1.05)}.ugc3-modal-body{padding:2rem}.ugc3-modal-section{margin-bottom:2.5rem}.ugc3-modal-section h3{align-items:center;color:#0f172a;display:flex;font-size:1.25rem;font-weight:700;gap:.5rem;margin-bottom:1.25rem}.ugc3-modal-section h3:before{background:linear-gradient(135deg,#f8049c,#3b82f6);border-radius:2px;content:"";height:20px;width:3px}.ugc3-modal-details{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.ugc3-modal-detail-row{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:.75rem 0}.ugc3-modal-detail-row:last-child{border-bottom:none}.ugc3-modal-label{color:#475569;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.ugc3-modal-value{color:#0f172a;font-size:.875rem;font-weight:600;text-align:right}.ugc3-modal-brief{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;color:#0f172a;font-size:.95rem;line-height:1.7;margin:0;padding:1.5rem}.ugc3-modal-scripts{list-style:none;margin:0;padding:0}.ugc3-modal-script-item{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1rem;padding:1.25rem;transition:all .3s ease}.ugc3-modal-script-item:hover{box-shadow:0 4px 12px #f8049c1a;transform:translateX(4px)}.ugc3-modal-script-item:last-child{margin-bottom:0}.ugc3-modal-ctas,.ugc3-modal-hooks{display:flex;flex-wrap:wrap;gap:.75rem}.ugc3-modal-cta,.ugc3-modal-hook{background:linear-gradient(135deg,#f8049c,#e00388);border-radius:12px;box-shadow:0 4px 12px #f8049c4d;color:#fff;font-size:.875rem;font-weight:600;letter-spacing:.05em;padding:.75rem 1.25rem;text-transform:uppercase}.ugc3-modal-cta{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 12px #3b82f64d}.ugc3-modal-footer{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:0 0 20px 20px;border-top:1px solid #f1f5f9;display:flex;gap:1rem;justify-content:flex-end;padding:2rem}.ugc3-accept-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;box-shadow:0 4px 12px #10b9814d;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;letter-spacing:.05em;padding:.875rem 2rem;text-transform:uppercase;transition:all .3s ease}.ugc3-accept-btn:hover{box-shadow:0 6px 20px #10b98166;transform:translateY(-2px)}.ugc3-decline-btn{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:12px;box-shadow:0 4px 12px #ef44444d;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;letter-spacing:.05em;padding:.875rem 2rem;text-transform:uppercase;transition:all .3s ease}.ugc3-decline-btn:hover{box-shadow:0 6px 20px #ef444466;transform:translateY(-2px)}.ugc3-close-btn{background:linear-gradient(135deg,#64748b,#475569);border:none;border-radius:12px;box-shadow:0 4px 12px #64748b4d;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;letter-spacing:.05em;padding:.875rem 2rem;text-transform:uppercase;transition:all .3s ease}.ugc3-close-btn:hover{box-shadow:0 6px 20px #64748b66;transform:translateY(-2px)}.ugc3-delivery-instructions{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:12px;color:#1e40af;font-weight:500;line-height:1.6;margin-bottom:2rem;padding:1.5rem}.ugc3-delivery-form{display:flex;flex-direction:column;gap:1.5rem}.ugc3-delivery-form .ugc3-form-group{display:flex;flex-direction:column;gap:.75rem}.ugc3-delivery-form .ugc3-form-group label{color:#0f172a;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.ugc3-delivery-form .ugc3-form-group input,.ugc3-delivery-form .ugc3-form-group textarea{background:#fff;border:2px solid #e2e8f0;border-radius:12px;font-size:.875rem;font-weight:500;padding:1rem;transition:all .3s ease}.ugc3-delivery-form .ugc3-form-group input:focus,.ugc3-delivery-form .ugc3-form-group textarea:focus{border-color:#f8049c;box-shadow:0 0 0 4px #f8049c1a;outline:none;transform:translateY(-1px)}.ugc3-delivery-form .ugc3-form-group textarea{min-height:100px;resize:vertical}.ugc3-loading-container{align-items:center;background:linear-gradient(135deg,#fff8f9,#fffdf4);display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;justify-content:center;min-height:100vh}.ugc3-loading-spinner{animation:ugc3-loading-spin 1s linear infinite;background:conic-gradient(from 0deg,#f8049c,#f97316,#f8049c);border:4px solid #f3f4f6;border-radius:50%;border-top-color:#0000;height:60px;margin-bottom:16px;position:relative;width:60px}.ugc3-loading-spinner:before{background:#fff;border-radius:50%;bottom:4px;content:"";left:4px;position:absolute;right:4px;top:4px}@keyframes ugc3-loading-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ugc3-loading-text{color:#374151;font-size:16px;font-weight:500;margin:0}.cookie-consent-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}.cookie-consent-modal{animation:slideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;max-width:500px;overflow-y:auto;width:100%}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.cookie-consent-header{border-bottom:1px solid #e5e7eb;padding:24px 24px 16px}.cookie-consent-header h2{color:#111827;font-size:1.5rem;font-weight:600;margin:0 0 8px}.cookie-consent-header p{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0}.cookie-consent-options{padding:16px 24px}.cookie-option{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:20px;padding:16px}.cookie-option:last-child{margin-bottom:0}.cookie-option-header{margin-bottom:8px}.cookie-checkbox{align-items:center;color:#111827;cursor:pointer;display:flex;font-size:.875rem;font-weight:500}.cookie-checkbox input[type=checkbox]{accent-color:#f8049c;height:16px;margin-right:8px;width:16px}.cookie-option p{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0 0 4px}.cookie-option small{color:#9ca3af;font-size:.75rem}.cookie-consent-actions{border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:12px;padding:16px 24px}.cookie-btn{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-size:.875rem;font-weight:500;min-width:120px;padding:10px 16px;transition:all .2s ease}.cookie-btn-reject{background-color:#f3f4f6;color:#374151}.cookie-btn-reject:hover{background-color:#e5e7eb}.cookie-btn-accept-selected{background-color:#f8049c;color:#fff}.cookie-btn-accept-selected:hover{background-color:#d9048e}.cookie-btn-accept-all{background-color:#059669;color:#fff}.cookie-btn-accept-all:hover{background-color:#047857}.cookie-consent-footer{border-top:1px solid #e5e7eb;padding:16px 24px 24px;text-align:center}.cookie-consent-footer small{color:#6b7280;font-size:.75rem;line-height:1.4}.cookie-consent-footer a{color:#f8049c;text-decoration:underline}.cookie-consent-footer a:hover{color:#d9048e}@media (max-width:640px){.cookie-consent-overlay{padding:16px}.cookie-consent-modal{max-width:none}.cookie-consent-actions{flex-direction:column}.cookie-btn{flex:none;width:100%}}.cookie-checkbox:focus-within{border-radius:4px}.cookie-btn:focus,.cookie-checkbox:focus-within{outline:2px solid #f8049c;outline-offset:2px}@media (prefers-contrast:high){.cookie-consent-modal,.cookie-option{border:2px solid #000}}@media (prefers-reduced-motion:reduce){.cookie-consent-modal{animation:none}.cookie-btn{transition:none}}.App{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh}*{box-sizing:border-box}body{margin:0;padding:0}
/*# sourceMappingURL=main.368d0659.css.map*/