.profile-popup--dialog,.profile-popup--dialog *{--field-font-size:0.875rem;--field-font-family:inherit;--field-padding:8px 10px;--field-min-height:36px;--field-border:1px solid #ddd;--field-radius:4px;--field-focus-color:#007bff}.profile-popup--dialog{margin:auto;width:90%;max-width:1000px;padding:0;border:none;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.profile-popup--dialog::-webkit-backdrop{background-color:rgba(0,0,0,.5)}.profile-popup--dialog::backdrop{background-color:rgba(0,0,0,.5)}.profile-popup--dialog-tabbed[open]{display:flex;flex-direction:column}.profile-popup--dialog-tabbed{width:min(92vw,900px);max-height:90vh;min-height:712px;border-radius:12px;padding:0;overflow:hidden;border:none;box-shadow:0 20px 60px rgba(0,0,0,.18)}.profile-popup--header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #eee}.profile-popup--dialog-tabbed .profile-popup--header{padding:20px 24px 16px;flex-shrink:0}.profile-popup--header h2{margin:0;font-family:var(--playfair-font);font-size:1.5rem;font-weight:700}.profile-popup--close-btn,.profile-popup--reset-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:5px 10px;color:#666}.profile-popup--close-btn:hover,.profile-popup--reset-btn:hover{color:#adadad;border-radius:4px}.profile-popup--actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid #eee}.profile-popup--dialog-tabbed .profile-popup--actions{padding:16px 24px;margin-top:0;border-top:1px solid #e5e7eb;flex-shrink:0;background:#fff}.profile-popup--content{padding:20px;max-height:80vh;overflow-y:auto}.profile-popup--two-col{display:grid;grid-template-columns:250px 1fr;grid-gap:30px;gap:30px;margin-bottom:20px}.profile-popup--left-col,.profile-popup--right-col{display:flex;flex-direction:column}.profile-popup--right-col{gap:25px}.profile-popup--picture-section{display:flex;flex-direction:column;align-items:center;gap:20px}.profile-popup--picture{border-radius:50%;border:1px solid #333}.profile-popup--image-replace-text{font-size:.8rem;font-style:italic;color:#858585;text-align:center;line-height:1.3}.profile-popup--section-group{display:flex;flex-direction:column;gap:15px}.profile-popup--section-title{font-size:1.7rem;font-weight:600;color:#333;margin:0;padding-bottom:5px;border-bottom:1px solid #ddd}.profile-popup--subsection-title{font-size:1rem;font-weight:500;color:#555;margin:10px 0 5px}.profile-popup--tabbed-layout{display:flex;flex:1 1;overflow:hidden;min-height:0}.profile-popup--tab-nav{width:230px;min-width:230px;background:#f9fafb;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;padding:12px 8px;gap:2px;overflow-y:auto}.profile-popup--tab-btn{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:transparent;border:none;border-radius:8px;cursor:pointer;text-align:left;font-size:.875rem;color:#4b5563;transition:background .15s,color .15s}.profile-popup--tab-btn:hover{background:#f3f4f6;color:#111827}.profile-popup--tab-active{background:#e5e7eb;color:#111827;font-weight:600}.profile-popup--tab-icon{width:16px;flex-shrink:0}.profile-popup--tab-label{line-height:1.3}.profile-popup--tab-panel{flex:1 1;overflow-y:auto;min-width:0}.profile-popup--tab-inner{padding:24px;display:flex;flex-direction:column;gap:20px}.profile-popup--section-heading{font-size:1rem;font-weight:700;color:#111827;margin:0 0 4px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}.profile-popup--section-heading-row{display:flex;align-items:center;gap:10px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}.profile-popup--section-heading-row .profile-popup--section-heading{border-bottom:none;padding-bottom:0;margin-bottom:0}.profile-popup--subsection{display:flex;flex-direction:column;gap:16px;padding-top:4px}.profile-popup--subsection-heading{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 8px;text-transform:uppercase;letter-spacing:.04em}.profile-popup--field-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:16px;gap:16px;margin-bottom:16px}.profile-popup--field{display:flex;flex-direction:column}.profile-popup--field label{display:flex;align-items:center;font-size:.875rem;font-weight:500;margin-bottom:4px;color:#374151}.profile-popup--field-examples{display:block;font-size:.75rem;color:#888;margin-bottom:4px}.profile-popup--readonly-value{margin:0;font-family:var(--field-font-family);font-size:var(--field-font-size);padding:var(--field-padding);background-color:#f9fafb;border:var(--field-border);border-radius:var(--field-radius);color:#666;min-height:var(--field-min-height);box-sizing:border-box;display:flex;align-items:center}ul.profile-popup--readonly-value{list-style:none;display:block}ul.profile-popup--readonly-value li{font-size:var(--field-font-size);margin:0 0 5px;padding:0}.profile-popup--boolean-fields{display:flex;flex-direction:column;gap:12px}.profile-popup--input{width:100%;padding:var(--field-padding);border:var(--field-border);border-radius:var(--field-radius);font-family:var(--field-font-family);font-size:var(--field-font-size);min-height:var(--field-min-height);box-sizing:border-box;background:#fff;color:#111;-moz-appearance:none;appearance:none;-webkit-appearance:none}.profile-popup--input:focus{outline:none;border-color:var(--field-focus-color);box-shadow:0 0 0 2px rgba(0,123,255,.25)}textarea.profile-popup--input{min-height:unset;resize:vertical;line-height:1.5}select.profile-popup--input{cursor:pointer}.profile-popup--textarea{width:100%;resize:vertical;font-family:var(--field-font-family);font-size:var(--field-font-size);line-height:1.5}.profile-popup--protected-field{background-color:#f5f5f5!important;color:#666!important;cursor:not-allowed!important;border:1px solid #d1d5db!important;opacity:.7}.profile-popup--protected-field:focus,.profile-popup--protected-field:hover{background-color:#f5f5f5!important;border:1px solid #d1d5db!important;outline:none!important;box-shadow:none!important}.profile-popup--protection-icon{margin-left:8px;color:#f59e0b;font-size:.875rem}.profile-popup--protection-notice{font-size:.75rem;color:#666;margin:4px 0 0;font-style:italic}.profile-popup--helper-text{font-size:.75rem;color:#9ca3af;margin:4px 0 0}.profile-popup--error-text{font-size:.75rem;color:#dc2626;margin:4px 0 0}.profile-popup--lock-badge{display:inline-flex;align-items:center;gap:5px;font-size:.75rem;color:#6b7280;background:#f3f4f6;border:1px solid #d1d5db;border-radius:99px;padding:2px 10px}.profile-popup--section-title-with-protection{display:flex;align-items:center;margin-bottom:16px}.profile-popup--section-protection-icon{color:#6b7280;margin-left:8px;font-size:14px}.profile-popup--primary-btn,.profile-popup--secondary-btn{padding:8px 16px;border-radius:4px;cursor:pointer;transition:background-color .2s;font-size:.875rem;font-family:var(--field-font-family)}.profile-popup--primary-btn{background-color:#000;color:#fff;border:1px solid #000}.profile-popup--primary-btn:hover{background-color:#333}.profile-popup--secondary-btn{background-color:#fff;color:#333;border:1px solid #ddd}.profile-popup--secondary-btn:hover{background-color:#f0f0f0}.profile-popup--danger-btn.profile-popup--btn-sm,.profile-popup--secondary-btn.profile-popup--btn-sm{padding:.375rem .75rem;font-size:.875rem;border-radius:4px;border:1px solid;cursor:pointer;transition:all .2s ease}.profile-popup--secondary-btn.profile-popup--btn-sm{background:#fff;color:#6c757d;border-color:#6c757d}.profile-popup--secondary-btn.profile-popup--btn-sm:hover{background:#6c757d;color:#fff}.profile-popup--danger-btn.profile-popup--btn-sm{background:#dc3545;color:#fff;border-color:#dc3545}.profile-popup--danger-btn.profile-popup--btn-sm:hover{background:#c82333;border-color:#bd2130}.profile-popup--danger-btn.profile-popup--btn-sm:disabled,.profile-popup--primary-btn:disabled,.profile-popup--secondary-btn.profile-popup--btn-sm:disabled{opacity:.6;cursor:not-allowed}.profile-popup--tag-add-btn{padding:0 14px;min-height:var(--field-min-height);background:#000;color:#fff;border:1px solid #000;border-radius:var(--field-radius);cursor:pointer;font-size:var(--field-font-size);font-family:var(--field-font-family);font-weight:500;white-space:nowrap;transition:background .15s;box-sizing:border-box}.profile-popup--tag-add-btn:hover{background:#333}.profile-popup--tag-list-readonly{display:flex;flex-wrap:wrap;gap:6px;padding-top:4px}.profile-popup--tag-chip{display:inline-flex;align-items:center;background:#e5e7eb;color:#374151;border-radius:99px;padding:3px 12px;font-size:.8rem;font-weight:500}.profile-popup--tag-list-edit{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.profile-popup--tag-chip-edit{display:inline-flex;align-items:center;gap:5px;background:#e5e7eb;color:#374151;border-radius:99px;padding:3px 8px 3px 12px;font-size:.8rem;font-weight:500}.profile-popup--tag-chip-remove{background:none;border:none;cursor:pointer;color:#6b7280;font-size:1rem;line-height:1;padding:0;display:flex;align-items:center}.profile-popup--tag-chip-remove:hover{color:#dc2626}.profile-popup--tag-input-row{display:flex;gap:8px;align-items:center}.profile-popup--tag-input{flex:1 1}.profile-popup--additional-link-row,.profile-popup--social-input-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.profile-popup--social-platform-select{width:130px;flex-shrink:0}.profile-popup--additional-label-input,.profile-popup--social-url-input{flex:1 1;min-width:120px}.profile-popup--link-list-edit,.profile-popup--link-list-readonly{display:flex;flex-direction:column;gap:6px;margin-top:8px}.profile-popup--link-edit-item,.profile-popup--link-readonly-item{display:flex;align-items:center;gap:8px}.profile-popup--link-edit-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:6px 10px}.profile-popup--link-platform-badge{font-size:.75rem;font-weight:600;background:#dbeafe;color:#1d4ed8;border-radius:4px;padding:2px 7px;flex-shrink:0}.profile-popup--link-label-text{font-size:.8rem;font-weight:600;color:#374151;flex-shrink:0}.profile-popup--link-url-text{font-size:.8rem;color:#4f46e5;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-popup--link-url-text:hover{text-decoration:underline}.profile-popup--link-url-truncated{font-size:.8rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1;min-width:0}.profile-popup--link-remove-btn{background:none;border:none;cursor:pointer;color:#9ca3af;font-size:1.1rem;line-height:1;padding:0;flex-shrink:0;display:flex;align-items:center}.profile-popup--link-remove-btn:hover{color:#dc2626}.profile-popup--video-preview-link{margin-top:-8px}.profile-popup--video-preview-link a{font-size:.85rem;color:#4f46e5;text-decoration:none}.profile-popup--video-preview-link a:hover{text-decoration:underline}.profile-popup--file-input{display:none}.profile-popup--upload-btn{padding:8px 16px;background-color:#000;color:#fff!important;border-radius:6px;cursor:pointer;font-family:var(--field-font-family);font-size:var(--field-font-size);transition:background-color .2s;border:1px solid #000;display:inline-flex;align-items:center;gap:6px}.profile-popup--upload-btn:hover{background-color:#333}.profile-popup--upload-btn-disabled{opacity:.6;pointer-events:none}.profile-popup--file-list-readonly,.profile-popup--file-upload-list{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.profile-popup--file-readonly-item,.profile-popup--file-upload-item{display:flex;align-items:center;gap:8px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:8px 12px}.profile-popup--file-icon{color:#6b7280;flex-shrink:0}.profile-popup--file-link{color:#4f46e5;text-decoration:none}.profile-popup--file-link,.profile-popup--file-name{font-size:var(--field-font-size);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-popup--file-name{flex:1 1;color:#374151}.profile-popup--file-remove-btn{background:none;border:none;cursor:pointer;color:#9ca3af;padding:2px;display:flex;align-items:center;flex-shrink:0}.profile-popup--file-remove-btn:hover{color:#dc2626}.profile-popup--image-dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:8px;padding:0;border:none;box-shadow:0 2px 10px rgba(0,0,0,.1);max-width:500px;width:90%;z-index:1000}.profile-popup--image-dialog::-webkit-backdrop{background:rgba(0,0,0,.5)}.profile-popup--image-dialog::backdrop{background:rgba(0,0,0,.5)}.profile-popup--dialog-container{padding:24px}.profile-popup--image-content{margin-top:24px;display:flex;flex-direction:column;gap:24px}.profile-popup--image-section{display:flex;flex-direction:column;gap:8px}.profile-popup--image-label{font-size:.875rem;font-weight:500;color:#333}.profile-popup--image-upload-container{display:flex;align-items:center;gap:16px;justify-content:space-around;margin-top:20px}.profile-popup--image-preview{position:relative;width:96px;height:96px;background-color:#f3f4f6;overflow:hidden}.profile-popup--profile-preview{border-radius:50%;border:1px solid #000}.profile-popup--preview-image{width:100%;height:100%;object-fit:cover}.profile-popup--upload-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af}.profile-popup--dialog-actions-btn{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid #eee}.profile-popup--imagepopup-btn-container{display:flex;align-items:center}.profile-popup--settings-subsection{display:flex;flex-direction:column;gap:12px;padding-bottom:20px;border-bottom:1px solid #f3f4f6}.profile-popup--settings-subsection:last-child{border-bottom:none;padding-bottom:0}.profile-popup--image-previews-row{display:flex;gap:20px;flex-wrap:wrap}.profile-popup--image-preview-item{display:flex;flex-direction:column;align-items:center;gap:6px}.profile-popup--image-preview-label{font-size:.75rem;color:#6b7280;font-weight:500;margin:0}.profile-popup--settings-image-thumb{object-fit:cover}.profile-popup--settings-image-placeholder{width:80px;height:80px;border-radius:8px;background:#f3f4f6;border:1px dashed #d1d5db;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#9ca3af}.profile-popup--settings-upload-btn{align-self:flex-start}.profile-popup--color-readonly-row{display:flex;flex-wrap:wrap;gap:10px}.profile-popup--color-chip-readonly{display:flex;align-items:center;gap:7px;font-size:.85rem;color:#374151}.profile-popup--color-dot{width:20px;height:20px;border-radius:50%;display:inline-block;border:1px solid rgba(0,0,0,.1);flex-shrink:0}.profile-popup--cert-field{position:relative;width:100%}.profile-popup--cert-input-container,.profile-popup--color-input-container{display:flex;align-items:center;gap:10px;width:100%}.profile-popup--cert-input,.profile-popup--color-input{flex:1 1;padding:var(--field-padding);border:var(--field-border);border-radius:var(--field-radius);font-family:var(--field-font-family);font-size:var(--field-font-size);min-height:var(--field-min-height);box-sizing:border-box}.profile-popup--cert-input:focus,.profile-popup--color-input:focus{outline:none}.profile-popup--cert-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.profile-popup--add-btn{padding:0;background-color:#000;color:#fff;border:1px solid #000;border-radius:var(--field-radius);cursor:pointer;display:flex;align-items:center;justify-content:center;width:var(--field-min-height);height:var(--field-min-height);flex-shrink:0}.profile-popup--add-btn:hover{background-color:#333}.profile-popup--add-btn:disabled{opacity:.5;cursor:not-allowed}.profile-popup--cert-dropdown{position:absolute;top:100%;left:0;width:100%;max-height:240px;overflow-y:auto;background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1);z-index:1000;margin-top:4px}.profile-popup--dropdown-item{padding:8px 12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:var(--field-font-size);transition:background-color .2s ease}.profile-popup--dropdown-item:hover{background-color:#f8f9fa}.profile-popup--dropdown-item span{flex:1 1;margin-right:10px}.profile-popup--selected-certs,.profile-popup--selected-colors{margin-top:10px;display:flex;flex-direction:column;gap:8px}.profile-popup--cert-item,.profile-popup--color-item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background-color:#f8f9fa;border-radius:4px;border:1px solid #ddd}.profile-popup--cert-item span,.profile-popup--color-item span{flex:1 1;margin-right:10px;font-size:var(--field-font-size)}.profile-popup--remove-btn{display:flex;align-items:center;justify-content:center;padding:4px 8px;background-color:#f8f9fa;border:1px solid #ddd;cursor:pointer;transition:background-color .2s;color:#dc3545;font-size:1rem;border-radius:4px}.profile-popup--remove-btn:hover{color:#fff;background-color:#dc3545}.profile-popup--color-preview{display:inline-block;vertical-align:middle;width:20px;height:20px;border:1px solid #000;margin-right:10px}.profile-popup--color-error{color:#b11818;font-size:var(--field-font-size);margin:4px 0 8px}.profile-popup--color-max{color:#b11818;font-size:var(--field-font-size);margin-top:8px}.profile-popup--billing-cards{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.profile-popup--card-item{border:1px solid #e1e5e9;border-radius:8px;background:#f8f9fa;overflow:hidden}.profile-popup--card-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1rem .5rem;background:#fff;border-bottom:1px solid #e1e5e9}.profile-popup--card-header h4,.profile-popup--card-header h5{margin:0;color:#333;font-size:1rem;font-weight:600}.profile-popup--card-badge{padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.profile-popup--card-badge-primary{background:#28a745;color:#fff}.profile-popup--card-badge-backup{background:#6c757d;color:#fff}.profile-popup--card-content{padding:1rem}.profile-popup--card-display{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.profile-popup--card-info{font-family:Courier New,monospace;font-size:1rem;font-weight:600;color:#333}.profile-popup--card-brand{background:#007bff;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;text-transform:uppercase;font-weight:700}.profile-popup--card-actions{display:flex;gap:.5rem;flex-wrap:wrap}.profile-popup--no-card{text-align:center;padding:2rem 1rem;color:#6c757d}.profile-popup--no-card p{margin:0 0 1rem;font-style:italic}.profile-popup--notification-list{display:flex;flex-direction:column;gap:2px}.profile-popup--notification-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f3f4f6}.profile-popup--notification-row:last-child{border-bottom:none}.profile-popup--notification-label{font-size:.875rem;color:#374151}.profile-popup--notification-status{font-size:.8rem;font-weight:600;padding:2px 10px;border-radius:99px}.profile-popup--status-on{background:#d1fae5;color:#065f46}.profile-popup--status-off{background:#f3f4f6;color:#6b7280}.profile-popup--toggle-btn{width:40px;height:22px;border-radius:99px;border:none;cursor:pointer;position:relative;transition:background .2s;padding:0;flex-shrink:0}.profile-popup--toggle-on{background:#4f46e5}.profile-popup--toggle-off{background:#d1d5db}.profile-popup--toggle-knob{position:absolute;top:3px;width:16px;height:16px;background:#fff;border-radius:50%;transition:left .2s;box-shadow:0 1px 3px rgba(0,0,0,.2)}.profile-popup--toggle-on .profile-popup--toggle-knob{left:21px}.profile-popup--toggle-off .profile-popup--toggle-knob{left:3px}.profile-popup--error{color:#b11818;padding:10px;margin-bottom:10px;background-color:#f8d7da;border-radius:4px}.profile-popup--image-errors{margin-bottom:15px}.profile-popup--protection-info{display:flex;align-items:center;background-color:#fef3c7;border:1px solid #f59e0b;border-radius:6px;padding:12px;margin-bottom:16px;font-size:.875rem;color:#92400e}.profile-popup--info-icon{margin-right:8px;color:#f59e0b}.profile-popup--sync-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.9);display:flex;align-items:center;justify-content:center;border-radius:6px}.profile-popup--sync-spinner{width:16px;height:16px;border:2px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:profilePopupSpin 1s linear infinite}.profile-popup--affil-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 12px;background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#374151;cursor:pointer;text-align:left}.profile-popup--affil-trigger:hover{border-color:#9ca3af}.profile-popup--affil-chevron{font-size:10px;color:#6b7280;margin-left:8px}.profile-popup--affil-dropdown{position:absolute;z-index:200;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.12);padding:6px 0;width:100%;max-height:260px;overflow-y:auto;margin-top:4px}.profile-popup--affil-option{display:flex;align-items:center;gap:8px;padding:7px 14px;font-size:13px;color:#374151;cursor:pointer}.profile-popup--affil-option:hover{background:#f9fafb}.profile-popup--affil-checkbox{accent-color:#4f46e5;width:14px;height:14px;flex-shrink:0}.profile-popup--field{position:relative}@keyframes profilePopupSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.profile-popup--field.synced{animation:profilePopupSyncHighlight 2s ease-out}@keyframes profilePopupSyncHighlight{0%{background-color:#dcfce7}to{background-color:transparent}}.profile-popup--sync-notification{position:fixed;top:20px;right:20px;background-color:#16a34a;color:#fff;padding:12px 16px;border-radius:6px;box-shadow:0 10px 25px rgba(0,0,0,.1);z-index:10000;animation:profilePopupSlideIn .3s ease-out}@keyframes profilePopupSlideIn{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.profile-popup--sync-notification.error{background-color:#dc2626}.profile-popup--sync-notification.warning{background-color:#f59e0b}@media (max-width:768px){.profile-popup--two-col{grid-template-columns:1fr;gap:20px}.profile-popup--left-col{order:1}.profile-popup--right-col{order:2}.profile-popup--field-row{grid-template-columns:1fr;gap:10px}.profile-popup--dialog{width:95%;max-height:90vh;overflow-y:auto}.profile-popup--card-actions{flex-direction:column}.profile-popup--card-display{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width:640px){.profile-popup--dialog-tabbed{width:100vw;height:100dvh;max-height:100dvh;border-radius:0}.profile-popup--tabbed-layout{flex-direction:column}.profile-popup--tab-nav{width:100%;min-width:unset;flex-direction:row;overflow-x:auto;padding:8px;gap:4px;border-right:none;border-bottom:1px solid #e5e7eb}.profile-popup--tab-btn{flex-direction:column;gap:4px;padding:8px 10px;font-size:.75rem;white-space:nowrap;flex-shrink:0}.profile-popup--tab-label{font-size:.7rem}.profile-popup--additional-link-row,.profile-popup--social-input-row{flex-direction:column;align-items:stretch}.profile-popup--social-platform-select{width:100%}}@media (max-width:480px){.profile-popup--header{padding:10px 15px}.profile-popup--content{padding:15px}.profile-popup--two-col{gap:15px}.profile-popup--section-group{gap:10px}}